id
stringlengths
47
47
text
stringlengths
921
1.05M
source
stringclasses
1 value
metadata
dict
<urn:uuid:a2c85dbe-85bd-4f9f-9fa3-e426f09c1df5>
<!DOCTYPE html> <!--[if IE 8]> <html id="ie8" dir="ltr" lang="en-US"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html dir="ltr" lang="en-US"> <!--<![endif]--> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <link rel="profile" href="http://gmpg.org/xfn/11" /> <meta http-equiv="Cache-Control" content="max-age=200" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1" /> <meta name="HandheldFriendly" content="True" /> <link rel="pingback" href="https://acorn-is.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://acorn-is.com/wp-content/themes/twentyeleven/js/html5.js" type="text/javascript"></script> <![endif]--> <!-- All in One SEO 4.5.5 - aioseo.com --> <title>Top 10 Tools to Test Your Website Quality</title><style id="rocket-critical-css">:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}*{margin:0;padding:0}html,body,div,p,:focus{border:none;margin:0;padding:0;vertical-align:baseline;outline:none!important}img{height:auto!important;max-width:100%;max-inline-size:100%;object-fit:cover}p{margin-bottom:1.625em}html{-webkit-text-size-adjust:100%}body{padding:0;margin:0;background:#fff!important;color:#000;font-family:var(--body_font),serif;font-size:17px;line-height:1.6em}@media only screen and (max-width:1400px){body{font-size:18px}body{font-size:16px}}@media only screen and (max-width:1024px){@media only screen and (max-width:900px){body{font-size:16px}body{font-size:15px}}@media only screen and (max-width:820px){body{margin-top:65px}}@media only screen and (max-width:640px){body{font-size:15px}body{font-size:14px}}@media only screen and (max-width:1000px){.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset:0px}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;--ss-fs:flex-start;--ss-fe:flex-end;--ss-r:row;--ss-rr:row-reverse}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider .n2-ow-all p{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider p{background-color:transparent}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign:center}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-99999}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x:50%;--ss-o-pos-y:50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;width:calc(100% - var(--margin-right) - var(--margin-left));--ssfont-scale:1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=default]{position:relative;min-height:1px}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage:none;--n2bggradient:none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2_clear{clear:both}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}@keyframes n2-ss-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}}}</style> <meta name="robots" content="max-image-preview:large" /> <meta name="google-site-verification" content="fxyci1t-Hd8s_4zC7eXqIKbFboL_vHpFhIJhfHlKnpo" /> <link rel="canonical" href="https://acorn-is.com/get-proof.htm" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.5.5" /> <meta name="google" content="nositelinkssearchbox" /> <!-- All in One SEO --> <link rel='dns-prefetch' href='//code.jquery.com' /> <link rel="alternate" type="application/rss+xml" title="Acorn Marketing &raquo; Feed" href="https://acorn-is.com/feed" /> <link rel="alternate" type="application/rss+xml" title="Acorn Marketing &raquo; Comments Feed" href="https://acorn-is.com/comments/feed" /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/css/faq-style.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/css/font-awesome.min.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='preload' href='https://acorn-is.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/all.min.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link rel='preload' href='https://acorn-is.com/wp-content/themes/ais-deluxe/js/jquery.fancybox.min.css?ver=2.1.5' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='screen' /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/css/core-style.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/style.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/twentyeleven/blocks.css?ver=1706911686' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <!--n2css--><script data-minify="1" type="text/javascript" src="https://acorn-is.com/wp-content/cache/min/1/jquery-3.1.1.min.js?ver=1706911687" id="jquery-js"></script> <script data-minify="1" type="text/javascript" src="https://acorn-is.com/wp-content/cache/min/1/jquery-migrate-3.0.0.min.js?ver=1706911687" id="jquery-migrate-js" defer></script> <link rel="https://api.w.org/" href="https://acorn-is.com/wp-json/" /><link rel="alternate" type="application/json" href="https://acorn-is.com/wp-json/wp/v2/pages/5884" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://acorn-is.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://acorn-is.com/?p=5884' /> <link rel="alternate" type="application/json+oembed" href="https://acorn-is.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Facorn-is.com%2Fget-proof.htm" /> <link rel="alternate" type="text/xml+oembed" href="https://acorn-is.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Facorn-is.com%2Fget-proof.htm&#038;format=xml" /> <style>:root {--alt_font: Montserrat; --google_font: Montserrat; --body_font: Montserrat; --cta_color: #ffffff;--navbar_background:rgba(255,255,255,.9);--navbar_scrolled:rgba(255,255,255,1);--navbar_fade:rgba(255,255,255,0); --navbar_fade_scrolled:rgba(255,255,255,1); --navbar_color: #ffffff; --accent_color: #81A923; --cta_font_color: #333333; --readmore_test_color: #3C351E; --font_plus_color: #000000; --page_title_color: #3C351E; --h1_transform: capitalize; --h1_style: inherit; --h1_weight: normal; --h2_transform: uppercase; --h2_style: inherit; --h2_weight: normal;} #properties .rm-full, .single-room #page-top{ padding-top:45px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, var(--accent_color) 15%, var(--accent_color) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ffffff 0%,var(--accent_color) 15%,var(--accent_color) 29%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ffffff 0%,var(--accent_color) 15%,var(--accent_color) 29%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */border-top:1px solid #ccc;box-shadow: 0px 0px 15px #000;} </style> <style> .button {position: relative;padding: 1.4rem 3.2rem;padding-right: 3.1rem;font-size:20px;font-weight:400!important;letter-spacing: 1px;text-transform: uppercase;transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);cursor: pointer;user-select: none;white-space:nowrap;color:var(--cta_font_color);z-index:2;background:var(--cta_color);box-shadow: 0px 0px 1px #000;} .button:before, .button:after {content: '';position: absolute;transition: inherit;z-index: -1;} .button:hover,.button:focus {color:#000;transition-delay: .5s;text-decoration:none;} .button:hover:before {transition-delay: 0s;left: 0;width: 100%;} .button:hover:after {transition-delay: .35s;top: 0;height: 100%;} .button:before {top: 0;left: 50%;height: 100%;width: 0;border: 1px solid var(--cta_color);border-left: 0;border-right: 0;} .button:after {bottom: 0;left: 0;height: 0;width: 100%;background:#ebebeb !important;} #sidealertButton{font-size:40px !important;} </style> <style type='text/css'>.ac-container label{ color: #777777; text-shadow: 0px 0px 1px rgba(255,255,255,0.8); background: #FFFFFF; background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFFFF), color-stop(100%,#EAEAEA)); background: -webkit-linear-gradient(top, #FFFFFF 1%,#EAEAEA 100%); background: -o-linear-gradient(top, #FFFFFF 1%,#EAEAEA 100%); background: -ms-linear-gradient(top, #FFFFFF 1%,#EAEAEA 100%); background: linear-gradient(top, #FFFFFF 1%,#EAEAEA 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=0 );}.ac-container label:hover{ background: #FFFFFF; color: #777777; }.ac-container input:checked + label, .ac-container input:checked + label:hover{ background: #C6E1EC; color: #777777; text-shadow: 0px 0px 1px rgba(255,255,255,0.8); }.ac-container input:checked + label{ }.ac-container label:before, .ac-container label:after{ color: #777777; }#baf_page_navigation .active_page{ background: #FFFFFF; color: #777777 !important; }p.baf-ctrl-btn span.baf-expand-all, p.baf-ctrl-btn span.baf-collapsible-all{ background: #FFFFFF; color: #777777; }p.baf-ctrl-btn span.baf-expand-all:hover, p.baf-ctrl-btn span.baf-collapsible-all:hover{ background: #C6E1EC; color: #777777; }.ac-container label:after, .ac-container label:hover:after, .ac-container input:checked + label:hover:after { content: '\f062'; }.ac-container input:checked + label:after, .ac-container input:checked + label:hover:after { content: '\f063'; }.bwl-faq-wrapper ul.bwl-faq-tabs li.active{ border-color: #2C2C2C; }.ac-container .bwl-faq-search-panel span.baf-btn-clear{ right: 3px; }</style><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var baf_rtl_status = 0, first_color = '#FFFFFF', checked_background = '#C6E1EC', hover_background = '#FFFFFF', bwl_advanced_faq_collapsible_accordion_status = '1', text_nothing_found = 'Noting Found !', text_faqs = 'FAQs', text_faq = 'FAQ', second_color = '#EAEAEA'</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var ajaxurl = 'https://acorn-is.com/wp-admin/admin-ajax.php', err_faq_question = 'Question Title Required Minimum 3 Characters!', err_faq_category = 'Select FAQ Category!', err_faq_captcha = ' Incorrect Captcha Value!', string_total = "Total", string_singular_page = "Page !", string_plural_page = "Pages !"; var $noting_found_text = "Nothing Found!"; var $found_text = "Found"; var $singular_faq = "FAQ !"; var $plural_faq = "FAQs !"; </script> <style type="text/css" id="twentyeleven-header-css"> #site-title, #site-description { position: absolute; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } </style> <link rel="icon" href="https://acorn-is.com/wp-content/uploads/favicon.png" sizes="32x32" /> <link rel="icon" href="https://acorn-is.com/wp-content/uploads/favicon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://acorn-is.com/wp-content/uploads/favicon.png" /> <meta name="msapplication-TileImage" content="https://acorn-is.com/wp-content/uploads/favicon.png" /> <style type="text/css">/** Tuesday 24th January 2023 04:17:27 UTC (core) **//** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **//** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/.mega-menu-last-modified-1674533847 { content: 'Tuesday 24th January 2023 04:17:27 UTC'; }#mega-menu-wrap-split-right, #mega-menu-wrap-split-right #mega-menu-split-right, #mega-menu-wrap-split-right #mega-menu-split-right ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-row, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-column, #mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge {transition: none;border-radius: 0;box-shadow: none;background: none;border: 0;bottom: auto;box-sizing: border-box;clip: auto;color: #666;display: block;float: none;font-family: inherit;font-size: 16px;height: auto;left: auto;line-height: 1.7;list-style-type: none;margin: 0;min-height: auto;max-height: none;min-width: auto;max-width: none;opacity: 1;outline: none;overflow: visible;padding: 0;position: relative;pointer-events: auto;right: auto;text-align: left;text-decoration: none;text-indent: 0;text-transform: none;transform: none;top: auto;vertical-align: baseline;visibility: inherit;width: auto;word-wrap: break-word;white-space: normal;}#mega-menu-wrap-split-right:before, #mega-menu-wrap-split-right #mega-menu-split-right:before, #mega-menu-wrap-split-right #mega-menu-split-right ul.mega-sub-menu:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-row:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-column:before, #mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link:before, #mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge:before, #mega-menu-wrap-split-right:after, #mega-menu-wrap-split-right #mega-menu-split-right:after, #mega-menu-wrap-split-right #mega-menu-split-right ul.mega-sub-menu:after, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item:after, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-row:after, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-column:after, #mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link:after, #mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge:after {display: none;}#mega-menu-wrap-split-right {border-radius: 0;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right {background: rgba(255, 255, 255, 0);}}#mega-menu-wrap-split-right.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation #mega-menu-split-right a:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation #mega-menu-split-right span:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation #mega-menu-split-right input:focus, #mega-menu-wrap-split-right.mega-keyboard-navigation #mega-menu-split-right li.mega-menu-item a.mega-menu-link:focus {outline: 3px solid #109cde;outline-offset: -3px;}#mega-menu-wrap-split-right.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {outline-offset: 2px;}#mega-menu-wrap-split-right.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-right #mega-menu-split-right {visibility: visible;text-align: left;padding: 10px 0px 10px 0px;}#mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link {cursor: pointer;display: inline;}#mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link .mega-description-group {vertical-align: middle;display: inline-block;transition: none;}#mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link .mega-description-group .mega-menu-description {transition: none;line-height: 1.5;display: block;}#mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link .mega-description-group .mega-menu-description {font-style: italic;font-size: 0.8em;text-transform: none;font-weight: normal;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;align-items: center;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {flex: 0 0 auto;align-self: flex-start;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: block;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: table-cell;vertical-align: middle;line-height: initial;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: block;margin: 0 0 6px 0;text-align: center;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {display: inline-block;transition: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: block;line-height: 60px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: inline-block;margin: 0 6px 0 0;text-align: left;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-animating > ul.mega-sub-menu {pointer-events: none;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {cursor: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {cursor: pointer;}#mega-menu-wrap-split-right #mega-menu-split-right p {margin-bottom: 10px;}#mega-menu-wrap-split-right #mega-menu-split-right input, #mega-menu-wrap-split-right #mega-menu-split-right img {max-width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > ul.mega-sub-menu {display: block;visibility: hidden;opacity: 1;pointer-events: auto;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {opacity: 0;transition: opacity 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;}#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {opacity: 0;transform: translate(0, 10px);transition: opacity 400ms ease-in, transform 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;transform: translate(0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {transform: translate(0, 10px);transition: transform 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {transform: translate(0, 0);}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {visibility: inherit;opacity: 1;display: block;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 20%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 16.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item a[class^='dashicons']:before {font-family: dashicons;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item a.mega-menu-link:before {display: inline-block;font: inherit;font-family: dashicons;position: static;margin: 0 6px 0 0px;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: inherit;background: transparent;height: auto;width: auto;top: auto;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-hide-text a.mega-menu-link:before {margin: 0;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {margin: 0 6px 0 0;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-align-bottom-right > ul.mega-sub-menu {right: 0;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-menu-item {position: static;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item {margin: 0 10px 0 0;display: inline-block;height: auto;vertical-align: middle;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-item-align-right {float: right;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-item-align-right {margin: 0 0 0 10px;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-item-align-float-left {float: left;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item > a.mega-menu-link:hover {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item > a.mega-menu-link {line-height: 60px;height: 60px;padding: 0px 10px 0px 10px;vertical-align: baseline;width: auto;display: block;color: #fff;text-transform: none;text-decoration: none;text-align: left;background: rgba(0, 0, 0, 0);border: 0;border-radius: 0;font-family: inherit;font-size: 22px;font-weight: normal;outline: none;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-multi-line > a.mega-menu-link {line-height: inherit;display: table-cell;vertical-align: middle;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item {display: list-item;margin: 0;clear: both;border: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item.mega-item-align-right {float: none;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-item > a.mega-menu-link {border-radius: 0;border: 0;margin: 0;line-height: 60px;height: 60px;padding: 0 10px;background: transparent;text-align: left;color: #fff;font-size: 14px;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {width: 100%;float: left;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {float: left;min-height: 1px;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {width: 100%;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {width: 100%;clear: both;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding: 1% 1% 1% 1%;width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu {z-index: 999;border-radius: 0px 0px 30px 30px;background: rgba(51, 51, 51, 0);border: 0;padding: 1% 1% 1% 1%;position: absolute;width: 100%;max-width: none;left: 0;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu {float: left;position: static;width: 100%;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {width: 100%;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {margin: 5px 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {clear: both;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {color: #666;font-family: inherit;font-size: 16px;display: block;float: left;clear: none;padding: 1% 1% 1% 1%;vertical-align: top;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {color: #555;font-family: inherit;font-size: 14px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 0px 0px 5px 0px;vertical-align: top;display: block;visibility: inherit;border: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu {border: 0;padding: 10px;border-radius: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;border: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu {z-index: 999;position: absolute;width: 250px;max-width: none;padding: 0px 0px 0px 0px;border: 0;background: rgba(51, 51, 51, 0);border-radius: 0px 0px 10px 10px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu {float: left;position: static;width: 100%;padding: 0;border: 0;border-radius: 0;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {/* Hide divider on last menu item */border-bottom: 1px solid #fff;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {border-bottom: 0;box-shadow: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {clear: both;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {display: block;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0px;border-top-right-radius: 0px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0;border-top-right-radius: 0;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: absolute;left: 100%;top: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';font-family: dashicons;font-weight: normal;display: inline-block;margin: 0;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: rotate(0);color: inherit;position: relative;background: transparent;height: auto;width: auto;right: auto;line-height: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {display: inline-block;height: auto;width: auto;background: transparent;position: relative;pointer-events: auto;left: auto;min-width: auto;line-height: inherit;color: inherit;font-size: inherit;padding: 0;margin: 0 0 0 6px;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {display: none;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {display: none;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f139';}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {text-align: right;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0 6px 0 0;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {left: -100%;top: 0;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-split-right #mega-menu-split-right li[class^='mega-lang-item'] > a.mega-menu-link > img {display: inline;}#mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-split-right #mega-menu-split-right a.mega-menu-link > img.iclflag {display: inline;margin-right: 8px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-hide-on-mobile, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-hide-on-desktop, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right:after {content: "";display: table;clear: both;}}#mega-menu-wrap-split-right .mega-menu-toggle {display: none;z-index: 1;cursor: pointer;background: rgba(51, 51, 51, 0);border-radius: 0;line-height: 60px;height: 60px;text-align: left;user-select: none;-webkit-tap-highlight-color: transparent;outline: none;white-space: nowrap;}#mega-menu-wrap-split-right .mega-menu-toggle img {max-width: 100%;padding: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right .mega-menu-toggle {display: none;}}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-right {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-preferred-size: 33.33%;-webkit-flex-basis: 33.33%;flex-basis: 33.33%;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-left {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {margin-left: 6px;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {margin-right: 6px;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-center {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {margin-left: 3px;margin-right: 3px;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-right {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {margin-right: 6px;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {margin-left: 6px;}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-block {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;height: 100%;outline: 0;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;-ms-flex-negative: 0;-webkit-flex-shrink: 0;flex-shrink: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right .mega-menu-toggle + #mega-menu-split-right {background: rgba(51, 51, 51, 0);padding: 3% 3% 3% 3%;display: block;}#mega-menu-wrap-split-right .mega-menu-toggle.mega-menu-open + #mega-menu-split-right {display: block;}}#mega-menu-wrap-split-right.mega-sticky {position: fixed;top: 0;left: 0;right: 0;z-index: 99998;opacity: 1;max-width: 100%;width: 100%;margin: 0 auto;background: transparent;}#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right {background: rgba(255, 255, 255, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right {background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-right.mega-stuck {transition: transform 0.25s ease-in-out;}#mega-menu-wrap-split-right.mega-stuck.mega-hide {transform: translateY(-100%);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px);overflow: auto;}body.admin-bar #mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px - 42px);}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-show-when-sticky {display: none;}#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right li.mega-menu-item.mega-hide-when-sticky {display: none;}#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right li.mega-menu-item.mega-show-when-sticky {display: inline-block;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right.mega-sticky #mega-menu-split-right li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item a[class^='genericon']:before {font-family: genericons;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu {width: 600px;}}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item {position: relative;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link {text-align: left;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';margin: 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link {text-align: right;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before {float: left;margin: 0 6px 0 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop {display: none;}}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu {position: static;width: 100% !important;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu {position: static;width: 100% !important;padding: 0;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;border: 0;box-shadow: none;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 40px;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {display: block;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-right #mega-menu-split-right.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-split-right #mega-menu-split-right img.mmm_gravatar {vertical-align: middle;position: relative;top: -1px;display: inline-block;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-split-right #mega-menu-split-right img.mmm_gravatar {max-height: 90%;width: auto;}}#mega-menu-wrap-split-right #mega-menu-split-right img.avatar {vertical-align: middle;position: relative;top: -1px;}#mega-menu-wrap-split-right > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo, #mega-menu-wrap-split-right > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo {background: inherit;}#mega-menu-wrap-split-right li.mega-menu-item img.mega-menu-logo {display: inline;vertical-align: middle;max-height: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right li.mega-menu-item img.mega-menu-logo {max-height: 90%;width: auto;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo {padding-top: 10px;padding-bottom: 10px;text-align: center;height: auto;}}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 20%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;margin: 0;border: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';/* Tab Content */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 80%;float: left;clear: none;position: absolute;top: 0;left: 20%;visibility: hidden;border-left: 1px solid #ccc;padding: 1% 1% 1% 1%;min-height: 100%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after {display: none;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;/* Tab Content Widget */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {float: left;padding: 1% 1% 1% 1%;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0px solid rgba(0, 0, 0, 0);border-left: 0px solid rgba(0, 0, 0, 0);border-right: 0px solid rgba(0, 0, 0, 0);border-bottom: 0px solid rgba(0, 0, 0, 0);/* Second level menu item hover */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);/* Third level menu item */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;/* Third level menu item hover */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0;border-left: 0;border-right: 0;border-bottom: 0;/* Second level menu item hover */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 100%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';/* Tab Content */}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 100%;position: relative;top: 0;left: auto;border-left: 0;padding: 10px;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item a[class^='fa-']:before {font-family: FontAwesome;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fab']:before {font-family: 'Font Awesome 5 Brands';font-weight: 400;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='far']:before {font-family: 'Font Awesome 5 Free';font-weight: 400;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fas']:before {font-family: 'Font Awesome 5 Free';font-weight: 900;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fal']:before {font-family: 'Font Awesome 5 Free';font-weight: 300;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fas'], #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fab'], #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='far'], #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item > a[class^='fal'] {-webkit-font-smoothing: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-left > a[class^='fas']:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-left > a[class^='fab']:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-left > a[class^='far']:before, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item.mega-icon-left > a[class^='fal']:before {width: 1.25em;text-align: center;}#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge {border-radius: 2px 2px 2px 2px;display: inline;padding: 1px 4px 1px 4px;top: -7px;position: relative;margin: 0 0 0 6px;text-align: center;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-menu-badge-style-one {background: #d32f2f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-menu-badge-style-two {background: #00796b;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-menu-badge-style-three {background: #ffc107;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-right #mega-menu-split-right span.mega-menu-badge.mega-menu-badge-style-four {background: #303f9f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-right .mega-menu-toggle {/** Search Toggle Blocks **//** Search Toggle Blocks **/}#mega-menu-wrap-split-right .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {content: '\f319';font-family: dashicons;font-size: 20px;color: #fff;width: 40px;height: 100%;font-weight: normal;}#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {transition: none;border-radius: 0;box-shadow: none;background: none;border: 0;bottom: auto;box-sizing: border-box;clip: auto;color: #666;display: block;float: none;font-family: inherit;font-size: 16px;height: auto;left: auto;line-height: 1.7;list-style-type: none;margin: 0;min-height: auto;max-height: none;min-width: auto;max-width: none;opacity: 1;outline: none;overflow: visible;padding: 0;position: relative;pointer-events: auto;right: auto;text-align: left;text-decoration: none;text-indent: 0;text-transform: none;transform: none;top: auto;vertical-align: baseline;visibility: inherit;width: auto;word-wrap: break-word;white-space: normal;}#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {display: none;}#mega-menu-wrap-primary {border-radius: 0;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary {background: rgba(255, 255, 255, 0);}}#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary span:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {outline: 3px solid #109cde;outline-offset: -3px;}#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {outline-offset: 2px;}#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-primary #mega-menu-primary {visibility: visible;text-align: left;padding: 10px 0px 10px 0px;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {cursor: pointer;display: inline;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {vertical-align: middle;display: inline-block;transition: none;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {transition: none;line-height: 1.5;display: block;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {font-style: italic;font-size: 0.8em;text-transform: none;font-weight: normal;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;align-items: center;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {flex: 0 0 auto;align-self: flex-start;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: block;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: table-cell;vertical-align: middle;line-height: initial;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: block;margin: 0 0 6px 0;text-align: center;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {display: inline-block;transition: none;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: block;line-height: 40px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: inline-block;margin: 0 6px 0 0;text-align: left;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {pointer-events: none;}#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {cursor: inherit;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {cursor: pointer;}#mega-menu-wrap-primary #mega-menu-primary p {margin-bottom: 10px;}#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {max-width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {display: block;visibility: hidden;opacity: 1;pointer-events: auto;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {display: block;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {display: none;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {opacity: 0;transition: opacity 200ms ease-in, visibility 200ms ease-in;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {opacity: 0;transform: translate(0, 10px);transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;transform: translate(0, 0);}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {transform: translate(0, 10px);transition: transform 200ms ease-in, visibility 200ms ease-in;}#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {transform: translate(0, 0);}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {visibility: inherit;opacity: 1;display: block;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 25%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 20%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 16.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before {font-family: dashicons;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {display: inline-block;font: inherit;font-family: dashicons;position: static;margin: 0 6px 0 0px;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: inherit;background: transparent;height: auto;width: auto;top: auto;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {margin: 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {margin: 0 6px 0 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {right: 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {position: static;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {margin: 0 10px 0 0;display: inline-block;height: auto;vertical-align: middle;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {float: right;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {margin: 0 0 0 10px;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {float: left;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {line-height: 60px;height: 60px;padding: 0px 10px 0px 10px;vertical-align: baseline;width: auto;display: block;color: #fff;text-transform: none;text-decoration: none;text-align: left;background: rgba(0, 0, 0, 0);border: 0;border-radius: 0;font-family: inherit;font-size: 22px;font-weight: normal;outline: none;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {line-height: inherit;display: table-cell;vertical-align: middle;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {display: none;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {display: list-item;margin: 0;clear: both;border: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {float: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {border-radius: 0;border: 0;margin: 0;line-height: 40px;height: 40px;padding: 0 10px;background: transparent;text-align: left;color: #fff;font-size: 14px;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {width: 100%;float: left;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {float: left;min-height: 1px;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {width: 100%;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {width: 100%;clear: both;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding: 1% 1% 1% 1%;width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {z-index: 999;border-radius: 0px 0px 30px 30px;background: rgba(51, 51, 51, 0);border: 0;padding: 1% 1% 1% 1%;position: absolute;width: 100%;max-width: none;left: 0;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {float: left;position: static;width: 100%;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {width: 100%;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {margin: 5px 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {clear: both;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {color: #666;font-family: inherit;font-size: 16px;display: block;float: left;clear: none;padding: 1% 1% 1% 1%;vertical-align: top;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {color: #555;font-family: inherit;font-size: 14px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 0px 0px 5px 0px;vertical-align: top;display: block;visibility: inherit;border: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {border: 0;padding: 10px;border-radius: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;border: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {z-index: 999;position: absolute;width: 250px;max-width: none;padding: 0px 0px 0px 0px;border: 0;background: rgba(51, 51, 51, 0);border-radius: 0px 0px 10px 10px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {float: left;position: static;width: 100%;padding: 0;border: 0;border-radius: 0;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {/* Hide divider on last menu item */border-bottom: 1px solid #fff;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {border-bottom: 0;box-shadow: none;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {clear: both;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {display: block;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0px;border-top-right-radius: 0px;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0;border-top-right-radius: 0;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: absolute;left: 100%;top: 0;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';font-family: dashicons;font-weight: normal;display: inline-block;margin: 0;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: rotate(0);color: inherit;position: relative;background: transparent;height: auto;width: auto;right: auto;line-height: inherit;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {display: inline-block;height: auto;width: auto;background: transparent;position: relative;pointer-events: auto;left: auto;min-width: auto;line-height: inherit;color: inherit;font-size: inherit;padding: 0;margin: 0 0 0 6px;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {display: none;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {display: none;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f139';}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {text-align: right;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0 6px 0 0;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {left: -100%;top: 0;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item'] > a.mega-menu-link > img {display: inline;}#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {display: inline;margin-right: 8px;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary:after {content: "";display: table;clear: both;}}#mega-menu-wrap-primary .mega-menu-toggle {display: none;z-index: 1;cursor: pointer;background: rgba(51, 51, 51, 0);border-radius: 0;line-height: 60px;height: 60px;text-align: left;user-select: none;-webkit-tap-highlight-color: transparent;outline: none;white-space: nowrap;}#mega-menu-wrap-primary .mega-menu-toggle img {max-width: 100%;padding: 0;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary .mega-menu-toggle {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-preferred-size: 33.33%;-webkit-flex-basis: 33.33%;flex-basis: 33.33%;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {margin-left: 6px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {margin-right: 6px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {margin-left: 3px;margin-right: 3px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {margin-right: 6px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {margin-left: 6px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;height: 100%;outline: 0;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;-ms-flex-negative: 0;-webkit-flex-shrink: 0;flex-shrink: 0;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {background: rgba(51, 51, 51, 0);padding: 3% 3% 3% 3%;display: none;position: absolute;width: 100%;z-index: 9999999;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {display: block;}}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 {cursor: pointer;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {content: '\f228';font-family: 'dashicons';font-size: 35px;color: rgba(51, 51, 51, 0);margin: 0 0 0 5px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {color: rgba(51, 51, 51, 0);font-size: 25px;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {display: none;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {display: inline;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {content: '\f335';}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {display: inline;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {display: none;}#mega-menu-wrap-primary.mega-sticky {position: fixed;top: 0;left: 0;right: 0;z-index: 99998;opacity: 1;max-width: 100%;width: 100%;margin: 0 auto;background: transparent;}#mega-menu-wrap-primary.mega-sticky #mega-menu-primary {background: rgba(255, 255, 255, 0);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary.mega-sticky #mega-menu-primary {background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-primary.mega-stuck {transition: transform 0.25s ease-in-out;}#mega-menu-wrap-primary.mega-stuck.mega-hide {transform: translateY(-100%);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary.mega-sticky #mega-menu-primary:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px);overflow: auto;}body.admin-bar #mega-menu-wrap-primary.mega-sticky #mega-menu-primary:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px - 42px);}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-show-when-sticky {display: none;}#mega-menu-wrap-primary.mega-sticky #mega-menu-primary li.mega-menu-item.mega-hide-when-sticky {display: none;}#mega-menu-wrap-primary.mega-sticky #mega-menu-primary li.mega-menu-item.mega-show-when-sticky {display: inline-block;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary.mega-sticky #mega-menu-primary li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='genericon']:before {font-family: genericons;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu {width: 600px;}}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item {position: relative;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link {text-align: left;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';margin: 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link {text-align: right;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before {float: left;margin: 0 6px 0 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop {display: none;}}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu {position: static;width: 100% !important;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu {position: static;width: 100% !important;padding: 0;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;border: 0;box-shadow: none;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 40px;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {display: block;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-primary #mega-menu-primary li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-primary #mega-menu-primary img.mmm_gravatar {vertical-align: middle;position: relative;top: -1px;display: inline-block;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-primary #mega-menu-primary img.mmm_gravatar {max-height: 90%;width: auto;}}#mega-menu-wrap-primary #mega-menu-primary img.avatar {vertical-align: middle;position: relative;top: -1px;}#mega-menu-wrap-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo, #mega-menu-wrap-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo {background: inherit;}#mega-menu-wrap-primary li.mega-menu-item img.mega-menu-logo {display: inline;vertical-align: middle;max-height: none;}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary li.mega-menu-item img.mega-menu-logo {max-height: 90%;width: auto;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo {padding-top: 10px;padding-bottom: 10px;text-align: center;height: auto;}}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 20%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;margin: 0;border: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';/* Tab Content */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 80%;float: left;clear: none;position: absolute;top: 0;left: 20%;visibility: hidden;border-left: 1px solid #ccc;padding: 1% 1% 1% 1%;min-height: 100%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after {display: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;/* Tab Content Widget */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {float: left;padding: 1% 1% 1% 1%;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0px solid rgba(0, 0, 0, 0);border-left: 0px solid rgba(0, 0, 0, 0);border-right: 0px solid rgba(0, 0, 0, 0);border-bottom: 0px solid rgba(0, 0, 0, 0);/* Second level menu item hover */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);/* Third level menu item */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;/* Third level menu item hover */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0;border-left: 0;border-right: 0;border-bottom: 0;/* Second level menu item hover */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 100%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';/* Tab Content */}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 100%;position: relative;top: 0;left: auto;border-left: 0;padding: 10px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='fa-']:before {font-family: FontAwesome;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fab']:before {font-family: 'Font Awesome 5 Brands';font-weight: 400;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='far']:before {font-family: 'Font Awesome 5 Free';font-weight: 400;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fas']:before {font-family: 'Font Awesome 5 Free';font-weight: 900;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fal']:before {font-family: 'Font Awesome 5 Free';font-weight: 300;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fas'], #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fab'], #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='far'], #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a[class^='fal'] {-webkit-font-smoothing: inherit;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-left > a[class^='fas']:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-left > a[class^='fab']:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-left > a[class^='far']:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-left > a[class^='fal']:before {width: 1.25em;text-align: center;}#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {border-radius: 2px 2px 2px 2px;display: inline;padding: 1px 4px 1px 4px;top: -7px;position: relative;margin: 0 0 0 6px;text-align: center;}@media only screen and (min-width: 821px) {#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-menu-badge-style-one {background: #d32f2f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-menu-badge-style-two {background: #00796b;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-menu-badge-style-three {background: #ffc107;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge.mega-menu-badge-style-four {background: #303f9f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-primary *, #mega-menu-wrap-split-left *, #mega-menu-wrap-split-right * {font-size: 16px !important;color: var(--font_plus_color) !important;font-weight: normal !important;text-transform: uppercase !important;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu {border-radius: 0px !important;box-shadow: none !important;}#mega-menu-wrap-split-right #mega-menu-split-right {text-align: right;}#mega-menu-wrap-primary li li a:hover, #mega-menu-split-left li li a:hover, #mega-menu-wrap-split-right li li a:hover {opacity: 0.7;background: var(--font_plus_color) !important;color: var(--navbar_color) !important;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {padding: 15px 10px !important;line-height: 1.2em !important;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-botom-right-radius: 0px !important;border-botom-left-radius: 0px !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {line-height: 1.3em;padding: 15px 10px;}#full-mobile #mega-menu-wrap-primary {margin-left: 0;width: 100%;}#mega-menu-wrap-primary #mega-menu-primary {list-style: none;margin: 0;padding: 0;width: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;display: box;box-pack: justify;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a {line-height: 22px;font-size: 22px;color: var(--font_plus_color);text-decoration: none;font-weight: 400;text-transform: uppercase;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-megamenu > ul.mega-sub-menu {list-style: none;margin: 0;z-index: 99999;background: var(--navbar_color) !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {width: max-content;min-width: 250px;}#mega-menu-wrap-primary li a:focus-visible, #mega-menu-wrap-split-left li a:focus-visible, #mega-menu-wrap-split-right li a:focus-visible, #mega-menu-wrap-primary li li a:hover, #mega-menu-wrap-split-left li li a:hover, #mega-menu-wrap-split-right li li a:hover, #mega-menu-wrap-primary li li a:focus-visible, #mega-menu-wrap-split-left li li a:focus-visible, #mega-menu-wrap-split-right li li a:focus-visible {opacity: 0.7;background: #ebebeb !important;color: #000 !important;}#mega-menu-wrap-primary li a:focus, #mega-menu-wrap-split-left li a:focus, #mega-menu-wrap-split-right li a:focus {padding-left: 20px !important;margin-left: -10px !important;border-radius: 0px !important;}#mega-menu-wrap-primary li li a:focus, #mega-menu-wrap-split-left li li a:focus, #mega-menu-wrap-split-right li li a:focus {padding-left: 10px !important;margin-left: 0px !important;border-radius: 0px !important;}#mega-menu-wrap-split-right #mega-menu-split-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-radius: 0px !important;}#mega-menu-wrap-primary li a:hover, #mega-menu-wrap-split-left li a:hover, #mega-menu-wrap-split-right li a:hover {opacity: 0.5;}#mega-menu-wrap-primary #mega-menu-primary {list-style: none;margin: 0;padding: 0;width: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;display: box;box-pack: justify;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu {list-style: none;margin: 0;z-index: 99999;background: var(--navbar_color);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {padding: 22px 0 44px;line-height: 22px;font-size: 22px;color: var(--font_plus_color);display: block;text-decoration: none;font-weight: 400;position: relative;text-transform: uppercase;}#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:focus:after {color: var(--navbar_color) !important;}#nav-wrapper #mega-menu-wrap-primary {margin-left: 25% !important;width: 75% !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {list-style: none;margin: 0;z-index: 99999;background: var(--navbar_color);}#mega-menu-wrap-split-right #mega-menu-split-right li:last-of-type {margin: 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after, #mega-menu-wrap-split-right #mega-menu-split-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {font-size: 25px;margin: 0 !important;color: #81a923 !important;}@media only screen and (max-width: 1500px) {#mega-menu-wrap-primary *, #mega-menu-wrap-split-left *, #mega-menu-wrap-split-right * {font-size: 1vw !important;/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary *, #mega-menu-wrap-split-left *, #mega-menu-wrap-split-right * {font-size:1.2vw !important;} #nav-wrapper #mega-menu-wrap-primary { margin-left: 31% !important; width: 69% !important;} */}}@media only screen and (max-width: 1200px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item > a.mega-menu-link {padding: 0px !important;}}@media only screen and (max-width: 820px) {#mega-menu-wrap-primary #mega-menu-primary {display: inherit;overflow: scroll;}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {padding-right: 30px;color: var(--font_plus_color);}#mega-menu-wrap-primary {margin-left: 0%;width: 100%;opacity: 0.95;}#mega-menu-wrap-primary .mega-menu-toggle {line-height: 60px;height: 60px;}#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {color: var(--font_plus_color);background: var(--navbar_color);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {width: 100%;background: var(--font_plus_color);color: var(--navbar_color);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {border-bottom: 1px solid var(--navbar_color);background: var(--font_plus_color) !important;color: var(--navbar_color) !important;padding: 15px 15px 15px 40px;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {padding: 15px 15px 15px 80px;background: var(--navbar_color) !important;color: var(--font_plus_color) !important;border-bottom: 1px solid var(--font_plus_color);}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover {color: var(--navbar_color) !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {box-shadow: none;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {border-bottom: 8px solid var(--font_plus_color);}#mega-menu-wrap-primary #mega-menu-primary li li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {color: var(--navbar_color) !important;}#mega-menu-wrap-primary li a:hover {opacity: inherit;background: inherit !important;color: inherit !important;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {left: 0 !important;bottom: 0;top: 65px;overflow: scroll;position: fixed !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary *, #mega-menu-wrap-split-left *, #mega-menu-wrap-split-right * {margin: 0px !important;font-size: 16px !important;}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {border-bottom: 5px solid var(--navbar_color);}}#mega-menu-wrap-split-left, #mega-menu-wrap-split-left #mega-menu-split-left, #mega-menu-wrap-split-left #mega-menu-split-left ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-row, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-column, #mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge {transition: none;border-radius: 0;box-shadow: none;background: none;border: 0;bottom: auto;box-sizing: border-box;clip: auto;color: #666;display: block;float: none;font-family: inherit;font-size: 16px;height: auto;left: auto;line-height: 1.7;list-style-type: none;margin: 0;min-height: auto;max-height: none;min-width: auto;max-width: none;opacity: 1;outline: none;overflow: visible;padding: 0;position: relative;pointer-events: auto;right: auto;text-align: left;text-decoration: none;text-indent: 0;text-transform: none;transform: none;top: auto;vertical-align: baseline;visibility: inherit;width: auto;word-wrap: break-word;white-space: normal;}#mega-menu-wrap-split-left:before, #mega-menu-wrap-split-left #mega-menu-split-left:before, #mega-menu-wrap-split-left #mega-menu-split-left ul.mega-sub-menu:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-row:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-column:before, #mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link:before, #mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge:before, #mega-menu-wrap-split-left:after, #mega-menu-wrap-split-left #mega-menu-split-left:after, #mega-menu-wrap-split-left #mega-menu-split-left ul.mega-sub-menu:after, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item:after, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-row:after, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-column:after, #mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link:after, #mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge:after {display: none;}#mega-menu-wrap-split-left {border-radius: 0;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left {background: rgba(255, 255, 255, 0);}}#mega-menu-wrap-split-left.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation #mega-menu-split-left a:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation #mega-menu-split-left span:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation #mega-menu-split-left input:focus, #mega-menu-wrap-split-left.mega-keyboard-navigation #mega-menu-split-left li.mega-menu-item a.mega-menu-link:focus {outline: 3px solid #109cde;outline-offset: -3px;}#mega-menu-wrap-split-left.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {outline-offset: 2px;}#mega-menu-wrap-split-left.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-left #mega-menu-split-left {visibility: visible;text-align: left;padding: 10px 0px 10px 0px;}#mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link {cursor: pointer;display: inline;}#mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link .mega-description-group {vertical-align: middle;display: inline-block;transition: none;}#mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link .mega-description-group .mega-menu-description {transition: none;line-height: 1.5;display: block;}#mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link .mega-description-group .mega-menu-description {font-style: italic;font-size: 0.8em;text-transform: none;font-weight: normal;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;align-items: center;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {flex: 0 0 auto;align-self: flex-start;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: block;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: table-cell;vertical-align: middle;line-height: initial;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: block;margin: 0 0 6px 0;text-align: center;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {display: inline-block;transition: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: block;line-height: 60px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {display: inline-block;margin: 0 6px 0 0;text-align: left;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-animating > ul.mega-sub-menu {pointer-events: none;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {cursor: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {cursor: pointer;}#mega-menu-wrap-split-left #mega-menu-split-left p {margin-bottom: 10px;}#mega-menu-wrap-split-left #mega-menu-split-left input, #mega-menu-wrap-split-left #mega-menu-split-left img {max-width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > ul.mega-sub-menu {display: block;visibility: hidden;opacity: 1;pointer-events: auto;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {opacity: 0;transition: opacity 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;}#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {opacity: 0;transform: translate(0, 10px);transition: opacity 400ms ease-in, transform 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {opacity: 1;transform: translate(0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {transform: translate(0, 10px);transition: transform 400ms ease-in, visibility 400ms ease-in;}#mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {transform: translate(0, 0);}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {visibility: inherit;opacity: 1;display: block;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 20%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {float: left;width: 16.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item a[class^='dashicons']:before {font-family: dashicons;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item a.mega-menu-link:before {display: inline-block;font: inherit;font-family: dashicons;position: static;margin: 0 6px 0 0px;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: inherit;background: transparent;height: auto;width: auto;top: auto;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-hide-text a.mega-menu-link:before {margin: 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {margin: 0 6px 0 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-align-bottom-right > ul.mega-sub-menu {right: 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {border-radius: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-menu-item {position: static;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item {margin: 0 10px 0 0;display: inline-block;height: auto;vertical-align: middle;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-item-align-right {float: right;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-item-align-right {margin: 0 0 0 10px;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-item-align-float-left {float: left;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item > a.mega-menu-link:hover {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {background: rgba(51, 51, 51, 0);color: #fff;font-weight: normal;text-decoration: none;border-color: #fff;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: #fff;background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item > a.mega-menu-link {line-height: 60px;height: 60px;padding: 0px 10px 0px 10px;vertical-align: baseline;width: auto;display: block;color: #fff;text-transform: none;text-decoration: none;text-align: left;background: rgba(0, 0, 0, 0);border: 0;border-radius: 0;font-family: inherit;font-size: 22px;font-weight: normal;outline: none;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-multi-line > a.mega-menu-link {line-height: inherit;display: table-cell;vertical-align: middle;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item {display: list-item;margin: 0;clear: both;border: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item.mega-item-align-right {float: none;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-item > a.mega-menu-link {border-radius: 0;border: 0;margin: 0;line-height: 60px;height: 60px;padding: 0 10px;background: transparent;text-align: left;color: #fff;font-size: 14px;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {width: 100%;float: left;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {float: left;min-height: 1px;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {width: 100%;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {width: 100%;clear: both;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {padding: 1% 1% 1% 1%;width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu {z-index: 999;border-radius: 0px 0px 30px 30px;background: rgba(51, 51, 51, 0);border: 0;padding: 1% 1% 1% 1%;position: absolute;width: 100%;max-width: none;left: 0;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu {float: left;position: static;width: 100%;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {width: 20%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {width: 40%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {width: 60%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {width: 80%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {width: 16.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {width: 83.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {width: 14.28571%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {width: 28.57143%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {width: 42.85714%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {width: 57.14286%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {width: 71.42857%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {width: 85.71429%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {width: 12.5%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {width: 37.5%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {width: 62.5%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {width: 87.5%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {width: 11.11111%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {width: 22.22222%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {width: 44.44444%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {width: 55.55556%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {width: 77.77778%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {width: 88.88889%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {width: 10%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {width: 20%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {width: 30%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {width: 40%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {width: 60%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {width: 70%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {width: 80%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {width: 90%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {width: 9.09091%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {width: 18.18182%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {width: 27.27273%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {width: 36.36364%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {width: 45.45455%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {width: 54.54545%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {width: 63.63636%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {width: 72.72727%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {width: 81.81818%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {width: 90.90909%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {width: 8.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {width: 16.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {width: 25%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {width: 33.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {width: 41.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {width: 50%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {width: 58.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {width: 66.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {width: 75%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {width: 83.33333%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {width: 91.66667%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {width: 100%;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {margin: 5px 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {clear: both;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {color: #666;font-family: inherit;font-size: 16px;display: block;float: left;clear: none;padding: 1% 1% 1% 1%;vertical-align: top;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {color: #555;font-family: inherit;font-size: 14px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 0px 0px 5px 0px;vertical-align: top;display: block;visibility: inherit;border: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;text-align: center;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {border-color: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {display: flex;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {/* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu {border: 0;padding: 10px;border-radius: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;border: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu {z-index: 999;position: absolute;width: 250px;max-width: none;padding: 0px 0px 0px 0px;border: 0;background: rgba(51, 51, 51, 0);border-radius: 0px 0px 10px 10px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu {float: left;position: static;width: 100%;padding: 0;border: 0;border-radius: 0;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {/* Hide divider on last menu item */border-bottom: 1px solid #fff;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {border-bottom: 0;box-shadow: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {clear: both;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {display: block;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0px;border-top-right-radius: 0px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {border-top-left-radius: 0;border-top-right-radius: 0;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: absolute;left: 100%;top: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';font-family: dashicons;font-weight: normal;display: inline-block;margin: 0;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: rotate(0);color: inherit;position: relative;background: transparent;height: auto;width: auto;right: auto;line-height: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {display: inline-block;height: auto;width: auto;background: transparent;position: relative;pointer-events: auto;left: auto;min-width: auto;line-height: inherit;color: inherit;font-size: inherit;padding: 0;margin: 0 0 0 6px;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {display: none;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {display: none;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f139';}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {text-align: right;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0 6px 0 0;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {left: -100%;top: 0;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-split-left #mega-menu-split-left li[class^='mega-lang-item'] > a.mega-menu-link > img {display: inline;}#mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-split-left #mega-menu-split-left a.mega-menu-link > img.iclflag {display: inline;margin-right: 8px;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-hide-on-mobile, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-hide-on-desktop, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left:after {content: "";display: table;clear: both;}}#mega-menu-wrap-split-left .mega-menu-toggle {display: none;z-index: 1;cursor: pointer;background: rgba(51, 51, 51, 0);border-radius: 0;line-height: 60px;height: 60px;text-align: left;user-select: none;-webkit-tap-highlight-color: transparent;outline: none;white-space: nowrap;}#mega-menu-wrap-split-left .mega-menu-toggle img {max-width: 100%;padding: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left .mega-menu-toggle {display: none;}}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-right {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-preferred-size: 33.33%;-webkit-flex-basis: 33.33%;flex-basis: 33.33%;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-left {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {margin-left: 6px;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {margin-right: 6px;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-center {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {margin-left: 3px;margin-right: 3px;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-right {-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {margin-right: 6px;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {margin-left: 6px;}#mega-menu-wrap-split-left .mega-menu-toggle .mega-toggle-block {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;height: 100%;outline: 0;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;-ms-flex-negative: 0;-webkit-flex-shrink: 0;flex-shrink: 0;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left .mega-menu-toggle + #mega-menu-split-left {background: rgba(51, 51, 51, 0);padding: 3% 3% 3% 3%;display: block;}#mega-menu-wrap-split-left .mega-menu-toggle.mega-menu-open + #mega-menu-split-left {display: block;}}#mega-menu-wrap-split-left.mega-sticky {position: fixed;top: 0;left: 0;right: 0;z-index: 99998;opacity: 1;max-width: 100%;width: 100%;margin: 0 auto;background: transparent;}#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left {background: rgba(255, 255, 255, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left {background: rgba(51, 51, 51, 0);}}#mega-menu-wrap-split-left.mega-stuck {transition: transform 0.25s ease-in-out;}#mega-menu-wrap-split-left.mega-stuck.mega-hide {transform: translateY(-100%);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px);overflow: auto;}body.admin-bar #mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left:not([data-effect-mobile^="slide_"]) {max-height: calc(100vh - 60px - 42px);}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-show-when-sticky {display: none;}#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left li.mega-menu-item.mega-hide-when-sticky {display: none;}#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left li.mega-menu-item.mega-show-when-sticky {display: inline-block;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left.mega-sticky #mega-menu-split-left li.mega-menu-item.mega-show-when-sticky.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item a[class^='genericon']:before {font-family: genericons;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-item.mega-hide-on-desktop {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-megamenu > ul.mega-sub-menu {width: 600px;}}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item {position: relative;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children li.mega-menu-item a.mega-menu-link {text-align: left;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-right.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';margin: 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link {text-align: right;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: left;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f141';margin: 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-align-bottom-left.mega-menu-flyout li.mega-menu-item-has-children.mega-icon-left > a.mega-menu-link:before {float: right;margin: 0 0 0 6px;}}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-right > ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {top: 0;left: 100%;right: auto;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item.mega-icon-left > a.mega-menu-link:before, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item.mega-icon-left > a.mega-menu-link:before {float: left;margin: 0 6px 0 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-megamenu.mega-align-bottom-left > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-left li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > ul.mega-sub-menu {top: 0;left: auto;right: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item {display: list-item;margin: 0;clear: both;width: 100%;margin: 0 0 10px 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item > a.mega-menu-link {height: auto;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item.mega-icon-top > a.mega-menu-link {display: list-item;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item.mega-hide-on-mobile {display: none;}}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-item.mega-hide-on-desktop {display: none;}}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-megamenu > ul.mega-sub-menu {position: static;width: 100% !important;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu {position: static;width: 100% !important;padding: 0;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {position: static;left: 0;width: 100%;border: 0;box-shadow: none;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 20px;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 30px;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {padding-left: 40px;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item > ul.mega-sub-menu {display: none;visibility: visible;opacity: 1;}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {display: block;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: right;}}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-split-left #mega-menu-split-left.mega-menu-accordion li.mega-menu-item li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-split-left #mega-menu-split-left img.mmm_gravatar {vertical-align: middle;position: relative;top: -1px;display: inline-block;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-bp-profile-nav img.avatar, #mega-menu-wrap-split-left #mega-menu-split-left img.mmm_gravatar {max-height: 90%;width: auto;}}#mega-menu-wrap-split-left #mega-menu-split-left img.avatar {vertical-align: middle;position: relative;top: -1px;}#mega-menu-wrap-split-left > li.mega-menu-item.mega-current-menu-item > a.mega-menu-logo, #mega-menu-wrap-split-left > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-logo {background: inherit;}#mega-menu-wrap-split-left li.mega-menu-item img.mega-menu-logo {display: inline;vertical-align: middle;max-height: none;}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left li.mega-menu-item img.mega-menu-logo {max-height: 90%;width: auto;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo {padding-top: 10px;padding-bottom: 10px;text-align: center;height: auto;}}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 20%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;vertical-align: baseline;margin: 0;border: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {background: rgba(51, 51, 51, 0);font-weight: normal;text-decoration: none;color: rgba(51, 51, 51, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f139';/* Tab Content */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 80%;float: left;clear: none;position: absolute;top: 0;left: 20%;visibility: hidden;border-left: 1px solid #ccc;padding: 1% 1% 1% 1%;min-height: 100%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link:after {display: none;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {visibility: visible;/* Tab Content Widget */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {float: left;padding: 1% 1% 1% 1%;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {clear: left;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 10px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #555;font-family: inherit;font-size: 16px;text-transform: uppercase;text-decoration: none;font-weight: bold;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0px solid rgba(0, 0, 0, 0);border-left: 0px solid rgba(0, 0, 0, 0);border-right: 0px solid rgba(0, 0, 0, 0);border-bottom: 0px solid rgba(0, 0, 0, 0);/* Second level menu item hover */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #555;font-weight: bold;text-decoration: none;background: rgba(0, 0, 0, 0);/* Third level menu item */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {text-decoration: none;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0px 0px 0px 0px;padding: 1% 1% 1% 1%;vertical-align: top;display: block;/* Third level menu item hover */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {color: #666;font-family: inherit;font-size: 14px;text-transform: none;text-decoration: none;font-weight: normal;margin: 0;padding: 1% 1% 1% 1%;vertical-align: top;display: block;border-top: 0;border-left: 0;border-right: 0;border-bottom: 0;/* Second level menu item hover */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {color: #666;font-weight: normal;text-decoration: none;background: rgba(0, 0, 0, 0);}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {display: none;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu ul.mega-sub-menu, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {display: block;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu {padding: 0;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {width: 100%;clear: both;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {width: 100%;padding: 0;position: static;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {width: 100%;float: left;background: rgba(51, 51, 51, 0);color: rgba(51, 51, 51, 0);font-family: inherit;font-size: 14px;font-weight: normal;padding: 0px 0px 0px 0px;line-height: 55px;text-decoration: none;text-transform: none;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f140';}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {content: '\f142';/* Tab Content */}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {width: 100%;position: relative;top: 0;left: auto;border-left: 0;padding: 10px;}#mega-menu-wrap-split-left #mega-menu-split-left > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {margin-left: 0;}}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item a[class^='fa-']:before {font-family: FontAwesome;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fab']:before {font-family: 'Font Awesome 5 Brands';font-weight: 400;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='far']:before {font-family: 'Font Awesome 5 Free';font-weight: 400;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fas']:before {font-family: 'Font Awesome 5 Free';font-weight: 900;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fal']:before {font-family: 'Font Awesome 5 Free';font-weight: 300;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fas'], #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fab'], #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='far'], #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item > a[class^='fal'] {-webkit-font-smoothing: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-left > a[class^='fas']:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-left > a[class^='fab']:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-left > a[class^='far']:before, #mega-menu-wrap-split-left #mega-menu-split-left li.mega-menu-item.mega-icon-left > a[class^='fal']:before {width: 1.25em;text-align: center;}#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge {border-radius: 2px 2px 2px 2px;display: inline;padding: 1px 4px 1px 4px;top: -7px;position: relative;margin: 0 0 0 6px;text-align: center;}@media only screen and (min-width: 11px) {#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-hide-on-desktop {display: none;}}@media only screen and (max-width: 10px) {#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-hide-on-mobile {display: none;}}#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-menu-badge-style-one {background: #d32f2f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-menu-badge-style-two {background: #00796b;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-menu-badge-style-three {background: #ffc107;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}#mega-menu-wrap-split-left #mega-menu-split-left span.mega-menu-badge.mega-menu-badge-style-four {background: #303f9f;color: #fff;font-weight: normal;font-size: 10px;text-transform: none;text-decoration: none;font-family: inherit;}.wp-block {}</style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript"> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ (function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}} var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1} return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia} if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)} setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return} var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}} if(typeof exports!=="undefined"){exports.loadCSS=loadCSS} else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this)) </script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MVVJ4NM');</script> <!-- End Google Tag Manager --> <link rel="preload" href="/wp-content/themes/ais-deluxe/js/site-script.js" as="script"> <meta name="google-site-verification" content="fxyci1t-Hd8s_4zC7eXqIKbFboL_vHpFhIJhfHlKnpo" /></head> <body class="page-template page-template-all-layouts-template page-template-all-layouts-template-php page page-id-5884 bodyfade mega-menu-primary mega-menu-split-left mega-menu-split-right singular two-column left-sidebar"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVVJ4NM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="contentWrap"> <p class='screen-only' tabindex='0'>Acorn Marketing</p> <p class="screen-only">Acorn Marketing Navigation Menu</p> <div class="screen-only focus-screen-only" tabindex="0"> <nav aria-label="Acorn Marketing Screen Reader Navigation Menu" aria-labelledby="reader"> <ol id="reader" aria-label="Acorn Marketing Screen Reader Navigation Menu"> <li><a href='#rotation' title='Skip to Header Rotation' tabindex='0'>Skip to Header Rotation</a></li> <li><a href='#mainContent' title='Skip to Main Content' tabindex='0'>Skip to Main Content</a></li> </ol> </nav> </div> <header id="header-outer" tabindex="0"> <nav tabindex="0"> <div id="nav-wrapper-fade"> <div id="hlogo" class="logo-center"><a href="/" id="header_logo" title="Acorn Marketing"><img class="main-logo" width="400" height="189" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20189'%3E%3C/svg%3E" alt="Acorn Marketing Logo" data-lazy-src="https://acorn-is.com/wp-content/uploads/transparent-logo.png"/><noscript><img class="main-logo" width="400" height="189" src="https://acorn-is.com/wp-content/uploads/transparent-logo.png" alt="Acorn Marketing Logo"/></noscript><img class="scroll-logo" width="140" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20140%2075'%3E%3C/svg%3E" alt="Acorn Marketing Logo" data-lazy-src="https://acorn-is.com/wp-content/uploads/transparent-logo-small.png"/><noscript><img class="scroll-logo" width="140" height="75" src="https://acorn-is.com/wp-content/uploads/transparent-logo-small.png" alt="Acorn Marketing Logo"/></noscript></a></div> <div class="responsive_menu split-menu"><div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'>MENU</span><span class='mega-toggle-label-open'>Close</span></span></div></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover" data-effect="fade" data-effect-speed="200" data-effect-mobile="slide" data-effect-speed-mobile="400" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="accordion" data-breakpoint="820" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-15417' id='mega-menu-item-15417'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Who We Are<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15420' id='mega-menu-item-15420'><a class="mega-menu-link" href="https://acorn-is.com/about-staff-directory.htm">Meet the Team</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15418' id='mega-menu-item-15418'><a class="mega-menu-link" href="https://acorn-is.com/2002-2022.htm">20th Anniversary</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15419' id='mega-menu-item-15419'><a class="mega-menu-link" href="https://acorn-is.com/conference-speaker.htm">Conference Speaker</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-15421' id='mega-menu-item-15421'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">What We Do<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15425' id='mega-menu-item-15425'><a class="mega-menu-link" href="https://acorn-is.com/advanced-marketing-options.htm">Marketing</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15424' id='mega-menu-item-15424'><a class="mega-menu-link" href="https://acorn-is.com/responsive-design-packages.htm">Design</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15426' id='mega-menu-item-15426'><a class="mega-menu-link" href="https://acorn-is.com/rescue-and-recovery-services.htm">Rescue & Recovery</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15423' id='mega-menu-item-15423'><a class="mega-menu-link" href="https://acorn-is.com/aspiring-and-new-owners.htm">New Innkeepers</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15427' id='mega-menu-item-15427'><a class="mega-menu-link" href="https://acorn-is.com/tech-specs.htm">Tech Specs</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-15422' id='mega-menu-item-15422'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Why Choose Us<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15429' id='mega-menu-item-15429'><a class="mega-menu-link" href="https://acorn-is.com/what-our-clients-are-saying.htm">Why Acorn</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15428' id='mega-menu-item-15428'><a class="mega-menu-link" href="https://acorn-is.com/the-right-fit.htm">The Right Fit</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-15430' id='mega-menu-item-15430'><a class="mega-menu-link" href="https://acorn-is.com/sales-inquiry-form.htm" tabindex="0">We Can Help</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-15431' id='mega-menu-item-15431'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Resources<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15433' id='mega-menu-item-15433'><a class="mega-menu-link" href="https://acorn-is.com/blog.htm">Blog</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15435' id='mega-menu-item-15435'><a class="mega-menu-link" href="https://acorn-is.com/news-get.htm">Acorn News</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15441' id='mega-menu-item-15441'><a class="mega-menu-link" href="https://acorn-is.com/need-to-know-news.htm">Need to Know News</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15436' id='mega-menu-item-15436'><a class="mega-menu-link" href="https://acorn-is.com/about-affiliates.htm">Affiliates</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15438' id='mega-menu-item-15438'><a class="mega-menu-link" href="https://acorn-is.com/about-faqs.htm">FAQ</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current-menu-item mega-page_item mega-page-item-5884 mega-current_page_item mega-menu-item-15439' id='mega-menu-item-15439'><a class="mega-menu-link" href="https://acorn-is.com/get-proof.htm" aria-current="page">Testing Tools</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15440' id='mega-menu-item-15440'><a class="mega-menu-link" href="https://acorn-is.com/inns-for-sale.htm">Inns for Sale</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-15432' id='mega-menu-item-15432'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Contact Us<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15434' id='mega-menu-item-15434'><a class="mega-menu-link" href="https://acorn-is.com/sales-inquiry-form.htm">Sales Inquiry</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-15443' id='mega-menu-item-15443'><a class="mega-menu-link" href="/about-staff-directory.htm#directory">Team Directory</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15442' id='mega-menu-item-15442'><a class="mega-menu-link" href="https://acorn-is.com/submit-a-support-ticket.htm">Support Ticket</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15437' id='mega-menu-item-15437'><a class="mega-menu-link" href="https://acorn-is.com/client-login.htm">Client Login</a></li></ul> </li></ul></div><div class="menu-split-left" tabindex="0"><div id="mega-menu-wrap-split-left" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"><div class='mega-toggle-block mega-html-block mega-toggle-block-1'></div></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"></div></div><ul id="mega-menu-split-left" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover" data-effect="fade" data-effect-speed="400" data-effect-mobile="slide" data-effect-speed-mobile="400" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="accordion" data-breakpoint="10" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-13309' id='mega-menu-item-13309'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Who We Are<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13314' id='mega-menu-item-13314'><a class="mega-menu-link" href="https://acorn-is.com/about-staff-directory.htm">Meet the Team</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13315' id='mega-menu-item-13315'><a class="mega-menu-link" href="https://acorn-is.com/2002-2022.htm">20th Anniversary</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13316' id='mega-menu-item-13316'><a class="mega-menu-link" href="https://acorn-is.com/conference-speaker.htm">Conference Speaker</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-13310' id='mega-menu-item-13310'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">What We Do<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13318' id='mega-menu-item-13318'><a class="mega-menu-link" href="https://acorn-is.com/advanced-marketing-options.htm">Marketing</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13317' id='mega-menu-item-13317'><a class="mega-menu-link" href="https://acorn-is.com/responsive-design-packages.htm">Design</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13319' id='mega-menu-item-13319'><a class="mega-menu-link" href="https://acorn-is.com/rescue-and-recovery-services.htm">Rescue & Recovery</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13320' id='mega-menu-item-13320'><a class="mega-menu-link" href="https://acorn-is.com/aspiring-and-new-owners.htm">New Owners</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13842' id='mega-menu-item-13842'><a class="mega-menu-link" href="https://acorn-is.com/tech-specs.htm">Tech Specs</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-13311' id='mega-menu-item-13311'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Why Choose Us<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13321' id='mega-menu-item-13321'><a class="mega-menu-link" href="https://acorn-is.com/what-our-clients-are-saying.htm">Why Acorn</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13327' id='mega-menu-item-13327'><a class="mega-menu-link" href="https://acorn-is.com/the-right-fit.htm">The Right Fit</a></li></ul> </li></ul></div></div><div class="menu-split-space"></div><div class="menu-split-right"><div id="mega-menu-wrap-split-right" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"><div class='mega-toggle-block mega-icon-block mega-toggle-block-1'><a class='mega-icon' target='_self'></a></div></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"></div></div><ul id="mega-menu-split-right" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover" data-effect="fade" data-effect-speed="400" data-effect-mobile="slide" data-effect-speed-mobile="400" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="accordion" data-breakpoint="10" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-13328' id='mega-menu-item-13328'><a class="mega-menu-link" href="https://acorn-is.com/sales-inquiry-form.htm" tabindex="0">We Can Help</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-13329' id='mega-menu-item-13329'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Resources<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13330' id='mega-menu-item-13330'><a class="mega-menu-link" href="https://acorn-is.com/blog.htm">Blog</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13340' id='mega-menu-item-13340'><a class="mega-menu-link" href="https://acorn-is.com/news-get.htm">Acorn News</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13331' id='mega-menu-item-13331'><a class="mega-menu-link" href="https://acorn-is.com/need-to-know-news.htm">Need to Know News</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13341' id='mega-menu-item-13341'><a class="mega-menu-link" href="https://acorn-is.com/about-affiliates.htm">Affiliates</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13343' id='mega-menu-item-13343'><a class="mega-menu-link" href="https://acorn-is.com/about-faqs.htm">FAQ</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current-menu-item mega-page_item mega-page-item-5884 mega-current_page_item mega-menu-item-13344' id='mega-menu-item-13344'><a class="mega-menu-link" href="https://acorn-is.com/get-proof.htm" aria-current="page">Testing Tools</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13345' id='mega-menu-item-13345'><a class="mega-menu-link" href="https://acorn-is.com/inns-for-sale.htm">Inns for Sale</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-5140' id='mega-menu-item-5140'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Contact Us<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13965' id='mega-menu-item-13965'><a class="mega-menu-link" href="https://acorn-is.com/sales-inquiry-form.htm">Sales Inquiry</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-14148' id='mega-menu-item-14148'><a class="mega-menu-link" href="https://acorn-is.com/about-staff-directory.htm#directory">Team Directory</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13346' id='mega-menu-item-13346'><a class="mega-menu-link" href="https://acorn-is.com/submit-a-support-ticket.htm">Support Ticket</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-13342' id='mega-menu-item-13342'><a class="mega-menu-link" href="https://acorn-is.com/client-login.htm">Client Login</a></li></ul> </li></ul></div></div></div> <a href="/" class="logo-center scroll"></a> </div><!-- #nav-wrapper --> </nav> <div class="logo-center"><a href="/" title="Acorn Marketing"></a></div> </header> <div id="rotation"> <style>.single-room #page-top{padding: 0 2% 1px;}</style> <div id="header-img-wrapper-outer"> <div id="header-img-wrapper" class="headerMap"> <img width="1920" height="865" src="https://acorn-is.com/wp-content/uploads/header-get-proof.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Concerned man and woman at desk with another man in a suit." decoding="async" fetchpriority="high" srcset="https://acorn-is.com/wp-content/uploads/header-get-proof.jpg 1920w, https://acorn-is.com/wp-content/uploads/header-get-proof-300x135.jpg 300w, https://acorn-is.com/wp-content/uploads/header-get-proof-1024x461.jpg 1024w, https://acorn-is.com/wp-content/uploads/header-get-proof-768x346.jpg 768w, https://acorn-is.com/wp-content/uploads/header-get-proof-1536x692.jpg 1536w, https://acorn-is.com/wp-content/uploads/header-get-proof-500x225.jpg 500w" sizes="(max-width: 1920px) 100vw, 1920px" /> <div class="only-search with-image"> </div> </div><!-- #header-img-wrapper --> <div id="search">     <form class="searchform" action="/" method="get"> <label class="assistive-text" for="s">Search</label> <input class="searchbody" type="text" placeholder="Search" name="s"> <!--<input class="searchsubmit" type="submit" value="Search" name="submit">--> </form> </div> <div class="scrolldown" id="top"><span>scroll</span>&#x2B19;</div> </div><!-- #header-img-wrapper-outer --> </div> <div id="page" class="hfeed"> <main id="mainContent" > <a id="assistiveanchor" name="assistiveanchor" title="assistiveanchor" class="anchorlink"></a> <section tabindex="0" role="heading" aria-level="1"> <div id="page-top"> <div class="single-page-top"> <div class="singlept"> <h1 class="font-size-title">Get Proof</h1><p class="font-size-sub-title">Top 10 Online Testing Tools </p> </div> </div> </div> </section> <div id="main"> <div class="rm-full fade-in"> <div class="main-content" tabindex="0"><p>Below is a list of online testing tools that you can run on your own website to see how it is performing online. More importantly, you should use these tests to verify what a potential provider says they can do for your business.</p> <p>Anyone (and pretty much everyone) will say their sites are fast, that they do SEO, or that they handle ADA and GDPR for you. However, before you sign on the dotted line, you should put them to the test. Request a handful of website addresses, and run them through the following tests.</p> <p><strong>Then ask questions &#8211; lots of questions. </strong></p> <p>Keep in mind that a gorgeous website on the outside must be just as gorgeous on the inside (its internal engine). The “pretty factor” only goes so far when the site itself doesn’t function as per required guidelines, and in some cases, might even put you in a legal bind.  The famous adage also applies to your website design:</p> <p style="text-align: center;"><em>“It’s not just what’s on the outside, but what’s on the inside that counts.”</em></p> <p style="text-align: center;"><strong>Hiring the wrong firm can be frustrating, time-consuming, and in the end, cost you more than you might ever have imagined.</strong></p> </div> <div class="readmore-content" tabindex="0"> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="White computer keyboard with a larger green key marked "http://"" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-secure1.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-secure1.jpg" alt="White computer keyboard with a larger green key marked "http://""/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 1</p> <p class="font-size-sub-title">HTTPS:// Secure Server</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>Google began encouraging business owners to move their websites to a secure HTTPS:// server as early as August 6, 2014. If you haven’t converted your website to a secure server, your guests will encounter warning messages when attempting to visit your website.</p> </div> <div class="readmore-content"><p>For example, you will see the following: WARNING, THIS SITE IS NOT SECURE. This type of messaging will scare away potential sales.</p> <p>In 2016, all new Acorn websites were released on an HTTPS:// server. At that time, innkeepers with older sites were encouraged to request to have their older sites converted to HTTPS://.</p> <p>How to test to see if a site is secure HTTPS://.</p> <p style="padding-left: 40px;"><strong>Step 1:</strong> Go to your website and look at the URL in the address bar.</p> <p><img decoding="async" class="aligncenter wp-image-13262" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20520%20262'%3E%3C/svg%3E" alt="Examples of browser bar secure site icons" width="520" height="262" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/proof-secure.png 521w, https://acorn-is.com/wp-content/uploads/proof-secure-300x151.png 300w, https://acorn-is.com/wp-content/uploads/proof-secure-500x252.png 500w" data-lazy-sizes="(max-width: 520px) 100vw, 520px" data-lazy-src="https://acorn-is.com/wp-content/uploads/proof-secure.png" /><noscript><img decoding="async" class="aligncenter wp-image-13262" src="https://acorn-is.com/wp-content/uploads/proof-secure.png" alt="Examples of browser bar secure site icons" width="520" height="262" srcset="https://acorn-is.com/wp-content/uploads/proof-secure.png 521w, https://acorn-is.com/wp-content/uploads/proof-secure-300x151.png 300w, https://acorn-is.com/wp-content/uploads/proof-secure-500x252.png 500w" sizes="(max-width: 520px) 100vw, 520px" /></noscript></p> <p><strong>Results:</strong> If you see HTTPS:// before your URL then you know it’s secure. You should also see a small lock icon. If you do not see https://, or if you see a lock with a slash through it, then it is NOT secure. If you see a lock with a yellow triangle and an exclamation point, then you are secure but have warnings or errors.</p> <p><strong>Hint:</strong> When you look at your Google Analytic referrals, if more than 30% of your traffic falls into your (direct) / (none) bucket, you may have an issue with referring site links not having been updated to https://. Yes! The work your webmaster / host did to make all http:// links automatically forward to https:// is in place, and your guests are finding you just fine, but your tracking is losing its last previous referral because the http:// must resolve to the https:// and it end up in the “catch-all” bucket (direct) / (none). When this happens you lose valuable referral information to make better marketing decisions.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="People at desks looking intently at monitors while poring over schema recommendtions" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-schema.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-schema.jpg" alt="People at desks looking intently at monitors while poring over schema recommendtions"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 2</p> <p class="font-size-sub-title">Schema</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>Schema, also called rich snippets, is a programming language that your webmaster can add to your website to help the various search engines (Google, Yahoo and Bing) learn specific information about your website content by reading the code. A few examples of schema are: events, recipes, and Local Address Location (LAL) definition. All websites should have the latter, LAL, as it connects your website with your GBP (Google Business Profile).</p> </div> <div class="readmore-content"><p style="padding-left: 40px;"><strong>Step 1:</strong> Load your website.<br /> <strong>Step 2:</strong> Open a new tab in your browser and go to: <a href="https://validator.schema.org/">https://validator.schema.org/</a><br /> <strong>Step 3:</strong> Copy and paste your web address from the address bar into the box that says “ENTER A URL.”<br /> <strong>Step 4:</strong> Click the green Run Test button.</p> <p>&nbsp;</p> <p><img decoding="async" class="aligncenter size-full wp-image-13261" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%201027'%3E%3C/svg%3E" alt="Schema test results from Google's Structured Data Testing Tool" width="960" height="1027" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/proof-schema.png 960w, https://acorn-is.com/wp-content/uploads/proof-schema-280x300.png 280w, https://acorn-is.com/wp-content/uploads/proof-schema-957x1024.png 957w, https://acorn-is.com/wp-content/uploads/proof-schema-768x822.png 768w" data-lazy-sizes="(max-width: 960px) 100vw, 960px" data-lazy-src="https://acorn-is.com/wp-content/uploads/proof-schema.png" /><noscript><img decoding="async" class="aligncenter size-full wp-image-13261" src="https://acorn-is.com/wp-content/uploads/proof-schema.png" alt="Schema test results from Google's Structured Data Testing Tool" width="960" height="1027" srcset="https://acorn-is.com/wp-content/uploads/proof-schema.png 960w, https://acorn-is.com/wp-content/uploads/proof-schema-280x300.png 280w, https://acorn-is.com/wp-content/uploads/proof-schema-957x1024.png 957w, https://acorn-is.com/wp-content/uploads/proof-schema-768x822.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></noscript></p> <p>At the bare minimum, you should see some type of lodging schema: BedandBreakfast, LocalBusiness, Hotel. You should also verify that none of your schema has errors or warnings, and is complete, not missing any fields.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Wooden blocks spelling out SEO on a wooden desktop" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-seo.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-seo.jpg" alt="Wooden blocks spelling out SEO on a wooden desktop"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 3</p> <p class="font-size-sub-title">Quality SEO (Search Engine Optimization) Titles and Descriptions</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>Every page of your site is an opportunity to achieve high organic placement. If your webmaster did not take the time to add Meta Titles and Descriptions to your pages, then they will either default to your page name + your inn name, or Google will make up content for you. With neither of these options are you maximizing the opportunity to be seen in Google’s organic results.</p> </div> <div class="readmore-content"><p style="padding-left: 40px;"><strong>Step 1:</strong> Go to  <a href="https://www.google.com/">https://www.google.com/</a>.<br /> <strong>Step 2:</strong> In the search box, type the following: <strong>site:yoururl.com</strong></p> <p style="padding-left: 40px;"><strong> Note: </strong>Exchange &#8220;yoururl.com&#8221; for the website address you are testing. Do not include https:// or http:// or any prefix like www. Just use the business URL.</p> <p><img decoding="async" class="aligncenter size-full wp-image-13260" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20936%20500'%3E%3C/svg%3E" alt="Examples of titles and descriptions from Google search results pages" width="936" height="500" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/proof-seo-1.png 936w, https://acorn-is.com/wp-content/uploads/proof-seo-1-300x160.png 300w, https://acorn-is.com/wp-content/uploads/proof-seo-1-768x410.png 768w, https://acorn-is.com/wp-content/uploads/proof-seo-1-500x267.png 500w" data-lazy-sizes="(max-width: 936px) 100vw, 936px" data-lazy-src="https://acorn-is.com/wp-content/uploads/proof-seo-1.png" /><noscript><img decoding="async" class="aligncenter size-full wp-image-13260" src="https://acorn-is.com/wp-content/uploads/proof-seo-1.png" alt="Examples of titles and descriptions from Google search results pages" width="936" height="500" srcset="https://acorn-is.com/wp-content/uploads/proof-seo-1.png 936w, https://acorn-is.com/wp-content/uploads/proof-seo-1-300x160.png 300w, https://acorn-is.com/wp-content/uploads/proof-seo-1-768x410.png 768w, https://acorn-is.com/wp-content/uploads/proof-seo-1-500x267.png 500w" sizes="(max-width: 936px) 100vw, 936px" /></noscript></p> <p><strong>Results:</strong> You should see meaningful titles and descriptions in the search results, and not default reiterations of the file page names + your inn name.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Hands holding a cell phone leaning on a wooden desk top in diffuse golden light" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-test-my-site.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-test-my-site.jpg" alt="Hands holding a cell phone leaning on a wooden desk top in diffuse golden light"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 4</p> <p class="font-size-sub-title">Google’s Test-My-Site Load Time Testing Tool</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>In late 2010, Google publicly announced that site speed was going to be a new ranking signal. A variety of tools came along as a result. Test-My-Site (now called Test-My-Site-Think-With-Google) is a tool that estimates your loss of clients due to the slowness of your website load time.</p> <p><strong>*Note &#8211; Test My Site with Google has been deprecated. Google is now promoting the use of the Page Speed tool &#8211; see Test #5, below.</strong></p> </div> <div class="readmore-content"><p>Basically, the slower your site loads, the more sales you could lose. Keep in mind that as time goes on, Google continues to refine and raise the bar on these tools, requiring your webmaster to also up their coding bar. In other words, a score you had yesterday may not be the score you see today or the score you will have tomorrow.</p> <p>Google has stated that you should not sacrifice the usability of your site simply to attain a Green score, but on the flip side you don’t want your site to run so slow that people don’t wait for it to load.</p> <p><img decoding="async" class="alignnone wp-image-14966 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20780%20348'%3E%3C/svg%3E" alt="Google Test My Site Score Results" width="780" height="348" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/test-my-site-scores.png 780w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-300x134.png 300w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-768x343.png 768w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-500x223.png 500w" data-lazy-sizes="(max-width: 780px) 100vw, 780px" data-lazy-src="https://acorn-is.com/wp-content/uploads/test-my-site-scores.png" /><noscript><img decoding="async" class="alignnone wp-image-14966 size-full" src="https://acorn-is.com/wp-content/uploads/test-my-site-scores.png" alt="Google Test My Site Score Results" width="780" height="348" srcset="https://acorn-is.com/wp-content/uploads/test-my-site-scores.png 780w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-300x134.png 300w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-768x343.png 768w, https://acorn-is.com/wp-content/uploads/test-my-site-scores-500x223.png 500w" sizes="(max-width: 780px) 100vw, 780px" /></noscript></p> <p><strong>Results:</strong> Obviously you want your site to be as fast as it can possibly be. The more photos, rotations, widgets, and maps you have on your site, the slower it is going to load, and the more sales could potentially be lost. What&#8217;s more, the benefit of a fast-loading website will result in a positive ranking signal.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Close-up of a silver stopwatch with the hand pointing to 30" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-page-speed-insights.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-page-speed-insights.jpg" alt="Close-up of a silver stopwatch with the hand pointing to 30"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 5</p> <p class="font-size-sub-title">Google’s Page Speed Testing Tool</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>In late 2010, as previously mentioned, Google publicly announced that site speed was going to be a new ranking signal. Before Google released the Test-My-Site tool, they released another tool called Google’s Page Speed Testing Tool. This tool has seen many iterations over the years, requiring that web programmers up their game each time Google raises the bar. Just because you had good scores previously, does not mean you will today.</p> </div> <div class="readmore-content"><p style="padding-left: 40px;"><strong>Step 1:</strong> Load your website.<br /> <strong>Step 2:</strong> Open a new tab in your browser and go to: <a href="https://pagespeed.web.dev/">https://pagespeed.web.dev/</a><br /> <strong>Step 3:</strong> Copy and paste your web address from the address bar into the test box.<br /> <strong>Step 4:</strong> Click ANALYZE and wait for your results.<br /> <strong>Step 5:</strong> Repeat for your booking engine URL and subpages of your site as the scores will vary per page.</p> <p style="padding-left: 40px;"><img decoding="async" class="aligncenter size-full wp-image-14969" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201299%20310'%3E%3C/svg%3E" alt="Google Page Speed Results" width="1299" height="310" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/page-speed-results.png 1299w, https://acorn-is.com/wp-content/uploads/page-speed-results-300x72.png 300w, https://acorn-is.com/wp-content/uploads/page-speed-results-1024x244.png 1024w, https://acorn-is.com/wp-content/uploads/page-speed-results-768x183.png 768w, https://acorn-is.com/wp-content/uploads/page-speed-results-500x119.png 500w" data-lazy-sizes="(max-width: 1299px) 100vw, 1299px" data-lazy-src="https://acorn-is.com/wp-content/uploads/page-speed-results.png" /><noscript><img decoding="async" class="aligncenter size-full wp-image-14969" src="https://acorn-is.com/wp-content/uploads/page-speed-results.png" alt="Google Page Speed Results" width="1299" height="310" srcset="https://acorn-is.com/wp-content/uploads/page-speed-results.png 1299w, https://acorn-is.com/wp-content/uploads/page-speed-results-300x72.png 300w, https://acorn-is.com/wp-content/uploads/page-speed-results-1024x244.png 1024w, https://acorn-is.com/wp-content/uploads/page-speed-results-768x183.png 768w, https://acorn-is.com/wp-content/uploads/page-speed-results-500x119.png 500w" sizes="(max-width: 1299px) 100vw, 1299px" /></noscript></p> <p><strong>Results:</strong> Note that you will see results for both MOBILE and DESKTOP.</p> <p><strong>MOBILE SCORES:</strong> Typically, a knowledgeable programmer can achieve a <span style="color: #ff9900;"><strong>YELLOW</strong> </span>SCORE if the property owner requires a photo rotation on the webpage. A knowledgeable programmer should also be able to achieve a <span style="color: #008000;"><strong>GREEN</strong></span> SCORE on pages that do not require rotating photos or other intensive load-time requirements. <span style="color: #ff0000;"><strong>RED</strong></span> scores should definitely be addressed.</p> <p><strong>DESKTOP SCORES:</strong> Desktop scores for all pages should typically be <span style="color: #008000;"><strong>GREEN</strong></span>.<br /> <strong><br /> Important Note:</strong> Finally, this particular testing tool saw more stringent changes released in the fall of 2018, which now requires an additional programming effort by your web developer to achieve the <span style="color: #ff9900;"><strong>YELLOW</strong></span> and <span style="color: #008000;"><strong>GREEN</strong></span> scores mentioned above, regardless if you were scoring higher previously. The reality is, as Google continues to change, so must you, your programmer, and your website.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Desktop with the top of a sheaf of papers reading, ADA Americans with Disabilities Act" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-ada.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-ada.jpg" alt="Desktop with the top of a sheaf of papers reading, ADA Americans with Disabilities Act"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 6</p> <p class="font-size-sub-title">ADA Testing Tools </p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>ADA lawsuits are becoming more and more prevalent. The testing tools we are going to reference below are just the beginning of your ADA-compliant journey. These tools test your site for blind, low vision, or other vision issues, such as movement that can bring on seizures. This is by NO MEANS the end all for testing ADA. It&#8217;s just the beginning.</p> </div> <div class="readmore-content"><p><strong>Note:</strong> You can choose to test any page of your website. Good pages to test are your home page, all rooms page, individual room pages, packages page, and a page with a map. You will also want to test your various booking engine pages.</p> <p><strong>ADA TEST: CHROME ACCESSIBILITY TESTING TOOL</strong></p> <p style="padding-left: 40px;"><strong>Step 1:</strong> <span class="size">Open a browser window in Chrome.</span><br /> <strong>Step 2:</strong> <span class="size">Type the website address of the site you want to test, <span class="colour">hit Enter</span></span><br /> <strong>Step 3: </strong><span class="size">In the upper right-hand corner, click the three vertical dots </span><br /> <strong>Step 4: </strong><span class="size">Click More Tools</span><br /> <strong>Step 5: </strong><span class="size">Click Developer Tools</span><br /> <strong>Step 6</strong>: <span class="size">Click the right arrow in the right-hand side of the Developer Tools navigation bar.</span><br /> <strong>Step 7: </strong><span class="size">Click Lighthouse</span><br /> <strong>Step 8:</strong> <span class="size"><span class="colour">Under Categories , uncheck all the boxes except for “Accessibility.”</span></span><span class="colour"><br /> </span><strong>Step 9: </strong><span class="size"><span class="colour">Under Device, select Desktop or Mobile (you will want to run the test for each one)<br /> <strong>Step 10: </strong>Click the &#8220;Generate Report&#8221; button (at top, under the lighthouse icon)</span></span></p> <p><img decoding="async" class="size-full wp-image-13256 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20466%20399'%3E%3C/svg%3E" alt="screencap of Chrome's ADA testing tool" width="466" height="399" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/proof-ada.png 466w, https://acorn-is.com/wp-content/uploads/proof-ada-300x257.png 300w, https://acorn-is.com/wp-content/uploads/proof-ada-350x300.png 350w" data-lazy-sizes="(max-width: 466px) 100vw, 466px" data-lazy-src="https://acorn-is.com/wp-content/uploads/proof-ada.png" /><noscript><img decoding="async" class="size-full wp-image-13256 aligncenter" src="https://acorn-is.com/wp-content/uploads/proof-ada.png" alt="screencap of Chrome's ADA testing tool" width="466" height="399" srcset="https://acorn-is.com/wp-content/uploads/proof-ada.png 466w, https://acorn-is.com/wp-content/uploads/proof-ada-300x257.png 300w, https://acorn-is.com/wp-content/uploads/proof-ada-350x300.png 350w" sizes="(max-width: 466px) 100vw, 466px" /></noscript></p> <p><strong>Result:</strong> Your GOAL is to receive a <span style="color: #008000;"><strong>GREEN 100</strong></span>, and your web developer should try to get you to that score. However, there may be code used on your web site that your developer did not build that lowers your score, such as a calendar widget from your reservation company, or a review widget. You can report these items to the companies that built these widgets so that they are aware of the issues.<br /> <strong><br /> Note:</strong> Do both the Desktop and Mobile audit for each page that you wish to test. Some issues may show up on mobile, but not on desktop, or vice versa.</p> <p><strong>Be Aware:</strong>  Chrome provides the following information regarding their ADA Testing, <em>“These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.”</em></p> <p>They also provide a link to <a href="https://developers.google.com/web/fundamentals/accessibility">https://developers.google.com/web/fundamentals/accessibility</a> for more information.  One of the things that Chrome does not test is blind usability.</p> <p>Your website usage and navigation should must be tested by navigating your website <strong>without</strong> a mouse. This is important because some visitors, such as blind people and people that have difficulties using a mouse need to be able to successfully get to the pages of your web site and access the content on those pages. Use the tab key on your keyboard to go through the available links on your site. The main area of testing should be the navigation menu. You should be able to access all menu items in your navigation menu including the sub-menu items and be able to select them. If you can’t access your navigation menu items successfully without a mouse, then visitors that do not use a mouse will have difficulty accessing pages of your web site.</p> <p><strong>Warning:</strong> No automated testing tools can tell you if you have included the proper ADA content in your website, booking engine or OTA.  Are you Exempt? Non-Exempt?  Have you clearly described your handicapped amenities properly on your website, booking engine and OTA listings? Do you have an Accessibility Statement for both your physical and website code?  Have you kept your ADA room out of general inventory, to be booked by a disabled person, until it’s the last room in its type? And the list goes on. If you need assistance with ADA, contact your webmaster or marketing firm.  If you can’t get the answers you need, call us.  We can help!</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Carboard file with large red stamp reading GDPR General Data Protection Regulation" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-gdpr.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-gdpr.jpg" alt="Carboard file with large red stamp reading GDPR General Data Protection Regulation"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 7</p> <p class="font-size-sub-title">GDPR</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>GDPR stands for General Data Protection Regulation, which are a mandatory set of guidelines set forth from the European Union as of May 25, 2018. They consist of a variety of items you need to adhere to for your European guests.</p> </div> <div class="readmore-content"><p>This test only covers a small part of what you must follow.</p> <p style="padding-left: 40px;"><strong>Step 1:</strong> A privacy policy should be available to your web site visitors from both your web site and reservation system web site. The privacy policy can reside in one place, either the web site or reservation web site. If the privacy policy is on the main web site, then the reservation web site should have links to it. If the privacy policy is on the reservation web site, then the main web site should have links to it. The privacy policy should be written in a clear way that explains what you do with the private data you collect.<br /> <strong>Step 2:</strong> If your site uses tracking cookies for re-targeting, then you should have an option for visitors to approve the tracking cookies. If they select do not allow tracking cookies, then you must not re-target them.<br /> <strong>Step 3:</strong> Most systems store data that does not meet GDPR guidelines. This includes forms that are used on your web site. Google claims to be GDPR compliant with their products. A Google form should be fine for collecting data from your visitors. Other methods most likely do not meet GDPR requirements for data storage.</p> <p><strong>Notes:</strong> Verify with your reservation company that they meet GDPR guidelines. Ask them questions on how they protect the data they collect that meets the GDPR guidelines. The data needs to be either encrypted or use pseudonymization to protect the data</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="People sitting at a large table loking at various graphs and data" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-google-analytics.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-google-analytics.jpg" alt="People sitting at a large table loking at various graphs and data"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 8</p> <p class="font-size-sub-title">Universal Analytics Properly Installed</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>The only way to track the percentage of OTA (Online Travel Agency) bookings vs. your direct booking origins, is to have Universal Analytics PROPERLY installed on your website. The first step is to look at your code and see if you can see your UA- number along with function(i,s,o,g,r,a,m) in front of or above it. If you don’t see this code on both your website and booking engine site, then you more than likely do not have Universal Analytics installed. As a result, you won&#8217;t be able determine whether or not your advertising spending is returning an acceptable amount, or if you need to make changes to that marketing item.</p> </div> <div class="readmore-content"><p style="padding-left: 40px;"><strong>Step 1:</strong> Go to your website.<br /> <strong>Step 2:</strong> Once it loads, right-click on the white or empty space alongside either margin.<br /> <strong>Step 3:</strong> Choose “View Page Source.”<br /> You will see a lot of text that doesn’t make sense appear on the screen.<br /> <strong>Step 4:</strong> Click CTRL+F to bring up a search box.<br /> <strong>Step 5:</strong> In the search box, type: <strong>UA-</strong>.<br /> <strong>Step 6:</strong> You are searching for code that looks similar to:</p> <p><img decoding="async" class="aligncenter size-full wp-image-13255" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20521%20440'%3E%3C/svg%3E" alt="Analytics code on a website page" width="521" height="440" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/analytics-code.png 521w, https://acorn-is.com/wp-content/uploads/analytics-code-300x253.png 300w, https://acorn-is.com/wp-content/uploads/analytics-code-355x300.png 355w" data-lazy-sizes="(max-width: 521px) 100vw, 521px" data-lazy-src="https://acorn-is.com/wp-content/uploads/analytics-code.png" /><noscript><img decoding="async" class="aligncenter size-full wp-image-13255" src="https://acorn-is.com/wp-content/uploads/analytics-code.png" alt="Analytics code on a website page" width="521" height="440" srcset="https://acorn-is.com/wp-content/uploads/analytics-code.png 521w, https://acorn-is.com/wp-content/uploads/analytics-code-300x253.png 300w, https://acorn-is.com/wp-content/uploads/analytics-code-355x300.png 355w" sizes="(max-width: 521px) 100vw, 521px" /></noscript></p> <p><strong>Results:</strong> You want to make sure you see the UA-###### number that matches your Google Analytics account ID. The number should be on both your website and your booking engine. If you have the UA-####### but not the code that reads <strong>function(i,s,o,g,r,a,m)</strong>, then youmore than likely have an older version of Analytics installed, and it should be upgraded to Universal. Finally, you should see <strong>linker:autoLink</strong> code (underlined in the example) with your booking engine&#8217;s name in your website code, and your website URL on your booking engine&#8217;s code. In addition to getting the website and booking engine code correct, there are additional steps to take in your Google account. Contact your webmaster for assistance. If they are unable to help, call us. We have programs and services to not only get your account set up properly but to also teach you how to use this invaluable information to grow your business.</p> <p><strong>Note:</strong> Some web design companies hide their UA code, so you may or may not see it when you follow the instructions above.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="A person tapping on a calculator while holding papaers int he other hand with the word LEASING overlaid on the image" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-lease-vs-own.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-lease-vs-own.jpg" alt="A person tapping on a calculator while holding papaers int he other hand with the word LEASING overlaid on the image"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 9</p> <p class="font-size-sub-title">Lease or Own your Intellectual Property</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>More and more web providers are trying to create shortcuts to provide you with a website. By keeping everything in one place on their server, it’s easier for them to manage, which is not necessarily a bad thing until you want to move to a new provider. Unfortunately, you can’t take your site with you. I’ve heard the story over and over again. A lodging property owner will ask their potential website provider if they will own their website. They&#8217;re told, “Of course you own your photos and content.” So, the owner thinks they own their site when they don’t.</p> </div> <div class="readmore-content"><p>The real question you want to ask of a potential provider is: <em><strong>“If I wanted to move my site to GoDaddy, would it continue to run, and would I be able to edit it in the exact same fashion as I do right now?”</strong></em></p> <p><strong>Results:</strong> In light of today’s lawsuit happy world with ADA lawsuits abounding, if you are renting or leasing your website, will you be able to take action as prescribed by your attorney if you don’t actually own your intellectual property? <a href="/blog/2018/04/is-your-site-portable.html">I encourage you to read more on this topic.</a> Make sure you know what you are doing <em>before</em> you decide to lease or own.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> <div class="pageOptions"> <div class="optionWrap fullPage indent"> <div class="left-half"><img width="950" height="640" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20950%20640'%3E%3C/svg%3E" alt="Hand holding a rubber stamp labeled GUARANTEE over papers on a desk with various unmarked stamps" data-lazy-src="https://acorn-is.com/wp-content/uploads/top10-guarantees.jpg"/><noscript><img width="950" height="640" src="https://acorn-is.com/wp-content/uploads/top10-guarantees.jpg" alt="Hand holding a rubber stamp labeled GUARANTEE over papers on a desk with various unmarked stamps"/></noscript></div> <div class="optionContent right-half"><div class="right-content"> <p class="font-size-sub-header">Test 10</p> <p class="font-size-sub-title">Guarantees</p> <div class="pDivide"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2037'%3E%3C/svg%3E" width="26" height="37" data-lazy-src="/wp-content/uploads/hr-div.png"><noscript><img src="/wp-content/uploads/hr-div.png" width="26" height="37"></noscript></div> <div class="main-content"><p>The longer you are in business, the more twists and turns you are going to encounter when it comes to guarantees. As much as small property owners want an EASY solution and how enticing a guarantee sounds, there is no such thing.</p> <p><em>“No one can GUARANTEE more heads in beds, first page placement, or any other type of marketing result. This is because no one can control what Google, travel related sites or other search engines do with your data.”</em></p> </div> <div class="readmore-content"><p><strong>Results:</strong> If you really believe that a company can guarantee you “X” (whatever “X” may be), make sure to get it in writing. Also, what do you get when the company does not deliver? Do you get your money back, a portion of your money back, or another type of reimbursement? When things don&#8217;t work out the way they guaranteed they would, you can use that documentation to try to receive some type of compensation. Just keep in mind, no matter what amount of compensation you may recover, you will not be able to get the time back you’ve lost when you have to start all over again.</p> </div><a tabindex="0" class="button lm-button local">Learn More</a></div></div> </div> </div> </div><!-- #main --> <div class="ctaBar noMargin fade-in come-in" style="background: #CCCCCC; color: #000000;"><span class="ctaTitle"><strong>Subscribe to Our Blog</strong></span><span class="ctaDesc">Premier Industry Expert Information You Can't Afford to Be Without</span><a class="button" data-fancybox="" data-type="iframe" data-src="https://forms.feedblitz.com/eop" href="javascript:;">Subscribe</a></div> <div id="footer-outer"> <div id="footer-mid"> <footer id="colophon" role="contentinfo"> <div id="site-generator"> <div tabindex="0" class="col fade-in"> <p class="footer-business-name">Acorn Marketing</p> <p>PO Box 1602<br / >Colorado Springs, CO 80901<br/> (719) 329-0977<br /> (877) 226-7699<br /> <a href="mailto:s&#97;&#108;&#101;&#115;&#64;&#97;&#99;or&#110;&#45;i&#115;&#46;c&#111;&#109;&#63;subject=Inquiry from Web site">Email</a> | <a href="https://acorn-is.com" target="_blank" rel="noopener">Website</a><br/> <span class="nowrap">Latitude: 39.1872711</span> <span class="nowrap">Longitude: -105.1327944</span></p></div> <div tabindex="0" class="col fade-in"><div class="menu-footer-navigation-container"><ul id="menu-footer-navigation" class="menu"><li id="menu-item-5108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5108"><a href="https://acorn-is.com/accessibility-statement.htm">Accessibility Statement</a></li> <li id="menu-item-5107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5107"><a href="https://acorn-is.com/about-faqs.htm">Frequently Asked Questions</a></li> <li id="menu-item-15081" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15081"><a href="https://acorn-is.com/photo-and-video-credits.htm">Photo and Video Credits</a></li> <li id="menu-item-15634" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-15634"><a rel="privacy-policy" href="https://acorn-is.com/privacy-policy.htm">Privacy Policy</a></li> <li id="menu-item-5111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5111"><a href="https://acorn-is.com/site-map.htm">Sitemap</a></li> </ul></div> <div class="social_buttons_row"> <a href="https://acorn-is.com/redirect.htm?redirect_to=google" target="_blank" rel="noopener" class="btn-link social_buttons" title="Read our Google Reviews"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Google</title><path d="M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=facebook" target="_blank" rel="noopener" class="btn-link social_buttons" title="Like us on Facebook"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=twitter" target="_blank" rel="noopener" class="btn-link social_buttons" title="Follow us on Twitter"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=youtube" target="_blank" rel="noopener" class="btn-link social_buttons" title="View our YouTube Channel"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>YouTube</title><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=vimeo" target="_blank" rel="noopener" class="btn-link social_buttons" title="View us on Vimeo"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Vimeo</title><path d="M23.9765 6.4168c-.105 2.338-1.739 5.5429-4.894 9.6088-3.2679 4.247-6.0258 6.3699-8.2898 6.3699-1.409 0-2.578-1.294-3.553-3.881l-1.9179-7.1138c-.719-2.584-1.488-3.878-2.312-3.878-.179 0-.806.378-1.8809 1.132l-1.129-1.457a315.06 315.06 0 003.501-3.1279c1.579-1.368 2.765-2.085 3.5539-2.159 1.867-.18 3.016 1.1 3.447 3.838.465 2.953.789 4.789.971 5.5069.5389 2.45 1.1309 3.674 1.7759 3.674.502 0 1.256-.796 2.265-2.385 1.004-1.589 1.54-2.797 1.612-3.628.144-1.371-.395-2.061-1.614-2.061-.574 0-1.167.121-1.777.391 1.186-3.8679 3.434-5.7568 6.7619-5.6368 2.4729.06 3.6279 1.664 3.4929 4.7969z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=instagram" target="_blank" rel="noopener" class="btn-link social_buttons" title="See us on Instagram"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=pinterest" target="_blank" rel="noopener" class="btn-link social_buttons" title="Pin us on Pinterest"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg></a> <a href="https://acorn-is.com/redirect.htm?redirect_to=linkedin" target="_blank" rel="noopener" class="btn-link social_buttons" title="Follow us on Linked In"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LinkedIn</title><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg></a> </div><!-- .social_buttons_row --> </div> <div tabindex="0" class="col fade-in"> <a class="btn-link" href="https://acorn-is.com/blog/2024/02/acorn-at-the-alp-conference-orlando-march-2-6-2024.html"><img width="500" height="223" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20223'%3E%3C/svg%3E" class="attachment-small-feature size-small-feature wp-post-image" alt="Acorn Marketing at the ALP Conference in Orlando Florida - March 2-6, 2024" decoding="async" data-lazy-srcset="https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-500x223.png 500w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-300x134.png 300w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1024x456.png 1024w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-768x342.png 768w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1536x684.png 1536w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1045x465.png 1045w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024.png 1920w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-500x223.png" /><noscript><img width="500" height="223" src="https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-500x223.png" class="attachment-small-feature size-small-feature wp-post-image" alt="Acorn Marketing at the ALP Conference in Orlando Florida - March 2-6, 2024" decoding="async" srcset="https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-500x223.png 500w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-300x134.png 300w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1024x456.png 1024w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-768x342.png 768w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1536x684.png 1536w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024-1045x465.png 1045w, https://acorn-is.com/wp-content/uploads/acorn-at-alp-2024.png 1920w" sizes="(max-width: 500px) 100vw, 500px" /></noscript> <span class="blog-feed-post-title">Acorn at the ALP Conference - Orlando - March 2-6, 2024</span></a> </div> </div> </div><!-- #site-generator --> </footer><!-- #colophon --> </div><!-- #footer-mid --> </div><!-- #footer-outer --> <footer> <div id="sub-footer"> <div tabindex="0" class="fade-in"> <style>.col{width:16%;}</style> <section tabindex="0" role="banner"> <div id="affilate-bar"> <ul> <li> <a href="https://www.alplodging.org/" target="_blank" rel="noopener" title=""><img width="463" height="97" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="https://acorn-is.com/wp-content/uploads/alp.png" alt=""/></a> <noscript> <a href="https://www.alplodging.org/" target="_blank" rel="noopener" title=""><img width="463" height="97" src="https://acorn-is.com/wp-content/uploads/alp.png" alt=""/></a> </noscript> </li> <li> <a href="https://selectregistry.com/associate-member-directory-2/" target="_blank" rel="noopener" title=""><img width="746" height="119" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-src="https://acorn-is.com/wp-content/uploads/sr-logo.png" alt=""/></a> <noscript> <a href="https://selectregistry.com/associate-member-directory-2/" target="_blank" rel="noopener" title=""><img width="746" height="119" src="https://acorn-is.com/wp-content/uploads/sr-logo.png" alt=""/></a> </noscript> </li> </ul> </div> </section> </div> <p><span class="f-break">&copy; Acorn Marketing 2024.</span> <span class="f-break">All Rights Reserved 2024.</span> <span class="f-break"><span class="developer">Website Design and Marketing by <a href="https://acorn-is.com" target="_blank" rel="noopener" class="nowrap">Acorn Marketing</a>.</span></span></p> </div> </footer> </main> </div><!-- #page --> <script type="application/ld+json"> { "@context": "http://www.schema.org", "@type": "LocalBusiness", "telephone": "(719) 329-0977", "name": "Acorn Marketing", "logo": "https://acorn-is.com/wp-content/themes/ais-deluxe/images/logo-header.png", "url": "https://acorn-is.com", "priceRange": "$ - $", "image": "https://acorn-is.com/wp-content/uploads/header-get-proof-450x164.jpg", "description": "Bed and Breakfast Digital Marketing and Website Design Experts", "address": { "@type": "PostalAddress", "streetAddress": "PO Box 1602", "addressLocality": "Colorado Springs", "addressRegion": "CO", "postalCode": "80901", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": 39.1872711, "longitude": -105.1327944 }, "contactPoint": { "@type": "ContactPoint", "contactType": "reservations", "telephone": "+1(719) 329-0977" }, "sameAs": [ "https://www.facebook.com/acorninternet", "https://g.page/r/CU8KzPzoiObrEBE", "https://twitter.com/acorninternet", "https://www.pinterest.com/AcornMarketingUSA", "", "https://www.youtube.com/@AcornIsMarketing", "https://www.instagram.com/acorninternet/", ""] } } </script> <script type="text/javascript"> WebFontConfig = { google: { families: [ 'Montserrat:400,700:latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/js/rating-scripts.js?ver=1706911687" id="bwl-advanced-like-post-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/js/bwl-faq-tabify.js?ver=1706911687" id="bwl-faq-tabify-script-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/js/baf_pagination.js?ver=1706911687" id="baf_pagination-js" defer></script> <script data-minify="1" type="text/javascript" src="https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/js/site-script.js?ver=1706911687" id="site_script-js" defer></script> <script data-minify="1" type="text/javascript" src="https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/js/premium-site-script.js?ver=1706911687" id="premium_site_script-js" defer></script> <script type="text/javascript" src="https://acorn-is.com/wp-content/themes/ais-deluxe/js/jquery.fancybox.min.js?ver=1.0" id="fancy_script-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script> <script type="text/javascript" id="megamenu-js-extra"> /* <![CDATA[ */ var megamenu = {"timeout":"300","interval":"100"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=1706911687" id="megamenu-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/megamenu-pro/assets/public.js?ver=1706911687" id="megamenu-pro-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://acorn-is.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script></div> <!--#contentWrap--> <div id="mobile-bottom"> <div id="mobile-bottom-wrap"> <div><a href="/responsive-design-packages.htm" title="See our Website Designs"><img width="24" height="15" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2015'%3E%3C/svg%3E" alt="Website design Icon" data-lazy-src="/wp-content/themes/ais-deluxe/images/design-icon.png" /><noscript><img width="24" height="15" src="/wp-content/themes/ais-deluxe/images/design-icon.png" alt="Website design Icon" /></noscript><p>Design</p></a></div> <div><a href="/advanced-marketing-options.htm" title="How our Marketing can help"><img width="24" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" alt="Marketing Icon" data-lazy-src="/wp-content/themes/ais-deluxe/images/marketing-icon.png" /><noscript><img width="24" height="24" src="/wp-content/themes/ais-deluxe/images/marketing-icon.png" alt="Marketing Icon" /></noscript><p>Marketing</p></a></div> <div><a href="/what-our-clients-are-saying.htm" title="What our Clients are saying"><img width="24" height="23" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2023'%3E%3C/svg%3E" alt="Why Acorn Icon" data-lazy-src="/wp-content/themes/ais-deluxe/images/why-icon.png" /><noscript><img width="24" height="23" src="/wp-content/themes/ais-deluxe/images/why-icon.png" alt="Why Acorn Icon" /></noscript><p>Why Acorn?</p></a></div> <div> <a id="mobile-reserve" tabindex="0" href="https://acorn-is.com/sales-inquiry-form.htm" rel="noopener" title="Fill out our contact form for us to help you in the best way we can">Get Help</a> </div> </div> </div> <script type="rocketlazyloadscript">jQuery('[data-fancybox]').fancybox({loop : true,closeClick : true});</script> <script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link data-minify="1" rel='stylesheet' id='bwl-advanced-faq-theme-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/css/faq-style.css?ver=1706911686' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='bwl-advanced-faq-font-awesome-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/bwl-advanced-faq-manager/css/font-awesome.min.css?ver=1706911686' type='text/css' media='all' /><link rel='stylesheet' id='wp-block-library-css' href='https://acorn-is.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1706911686' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='megamenu-fontawesome6-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/all.min.css?ver=1706911686' type='text/css' media='all' /><link rel='stylesheet' id='fancy_style-css' href='https://acorn-is.com/wp-content/themes/ais-deluxe/js/jquery.fancybox.min.css?ver=2.1.5' type='text/css' media='screen' /><link data-minify="1" rel='stylesheet' id='core_style-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/css/core-style.css?ver=1706911686' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='child_style-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/ais-deluxe/style.css?ver=1706911686' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='twentyeleven-block-style-css' href='https://acorn-is.com/wp-content/cache/min/1/wp-content/themes/twentyeleven/blocks.css?ver=1706911686' type='text/css' media='all' /></noscript></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1708829655 -->
fineweb
{ "fineweb_metadata": { "text": "Below is a list of online testing tools that you can run on your own website to see how it is performing online. More importantly, you should use these tests to verify what a potential provider says they can do for your business.\nAnyone (and pretty much everyone) will say their sites are fast, that they do SEO, or that they handle ADA and GDPR for you. However, before you sign on the dotted line, you should put them to the test. Request a handful of website addresses, and run them through the following tests.\nThen ask questions – lots of questions.\nKeep in mind that a gorgeous website on the outside must be just as gorgeous on the inside (its internal engine). The “pretty factor” only goes so far when the site itself doesn’t function as per required guidelines, and in some cases, might even put you in a legal bind. The famous adage also applies to your website design:\n“It’s not just what’s on the outside, but what’s on the inside that counts.”\nHiring the wrong firm can be frustrating, time-consuming, and in the end, cost you more than you might ever have imagined.\nHTTPS:// Secure Server\nGoogle began encouraging business owners to move their websites to a secure HTTPS:// server as early as August 6, 2014. If you haven’t converted your website to a secure server, your guests will encounter warning messages when attempting to visit your website.\nFor example, you will see the following: WARNING, THIS SITE IS NOT SECURE. This type of messaging will scare away potential sales.\nIn 2016, all new Acorn websites were released on an HTTPS:// server. At that time, innkeepers with older sites were encouraged to request to have their older sites converted to HTTPS://.\nHow to test to see if a site is secure HTTPS://.\nStep 1: Go to your website and look at the URL in the address bar.\nResults: If you see HTTPS:// before your URL then you know it’s secure. You should also see a small lock icon. If you do not see https://, or if you see a lock with a slash through it, then it is NOT secure. If you see a lock with a yellow triangle and an exclamation point, then you are secure but have warnings or errors.\nHint: When you look at your Google Analytic referrals, if more than 30% of your traffic falls into your (direct) / (none) bucket, you may have an issue with referring site links not having been updated to https://. Yes! The work your webmaster / host did to make all http:// links automatically forward to https:// is in place, and your guests are finding you just fine, but your tracking is losing its last previous referral because the http:// must resolve to the https:// and it end up in the “catch-all” bucket (direct) / (none). When this happens you lose valuable referral information to make better marketing decisions.\nSchema, also called rich snippets, is a programming language that your webmaster can add to your website to help the various search engines (Google, Yahoo and Bing) learn specific information about your website content by reading the code. A few examples of schema are: events, recipes, and Local Address Location (LAL) definition. All websites should have the latter, LAL, as it connects your website with your GBP (Google Business Profile).\nStep 1: Load your website. Step 2: Open a new tab in your browser and go to: https://validator.schema.org/ Step 3: Copy and paste your web address from the address bar into the box that says “ENTER A URL.” Step 4: Click the green Run Test button.\nAt the bare minimum, you should see some type of lodging schema: BedandBreakfast, LocalBusiness, Hotel. You should also verify that none of your schema has errors or warnings, and is complete, not missing any fields.\nQuality SEO (Search Engine Optimization) Titles and Descriptions\nEvery page of your site is an opportunity to achieve high organic placement. If your webmaster did not take the time to add Meta Titles and Descriptions to your pages, then they will either default to your page name + your inn name, or Google will make up content for you. With neither of these options are you maximizing the opportunity to be seen in Google’s organic results.\nIn late 2010, Google publicly announced that site speed was going to be a new ranking signal. A variety of tools came along as a result. Test-My-Site (now called Test-My-Site-Think-With-Google) is a tool that estimates your loss of clients due to the slowness of your website load time.\n*Note – Test My Site with Google has been deprecated. Google is now promoting the use of the Page Speed tool – see Test #5, below.\nBasically, the slower your site loads, the more sales you could lose. Keep in mind that as time goes on, Google continues to refine and raise the bar on these tools, requiring your webmaster to also up their coding bar. In other words, a score you had yesterday may not be the score you see today or the score you will have tomorrow.\nGoogle has stated that you should not sacrifice the usability of your site simply to attain a Green score, but on the flip side you don’t want your site to run so slow that people don’t wait for it to load.\nResults: Obviously you want your site to be as fast as it can possibly be. The more photos, rotations, widgets, and maps you have on your site, the slower it is going to load, and the more sales could potentially be lost. What’s more, the benefit of a fast-loading website will result in a positive ranking signal.\nIn late 2010, as previously mentioned, Google publicly announced that site speed was going to be a new ranking signal. Before Google released the Test-My-Site tool, they released another tool called Google’s Page Speed Testing Tool. This tool has seen many iterations over the years, requiring that web programmers up their game each time Google raises the bar. Just because you had good scores previously, does not mean you will today.\nStep 1: Load your website. Step 2: Open a new tab in your browser and go to: https://pagespeed.web.dev/ Step 3: Copy and paste your web address from the address bar into the test box. Step 4: Click ANALYZE and wait for your results. Step 5: Repeat for your booking engine URL and subpages of your site as the scores will vary per page.\nResults: Note that you will see results for both MOBILE and DESKTOP.\nMOBILE SCORES: Typically, a knowledgeable programmer can achieve a YELLOWSCORE if the property owner requires a photo rotation on the webpage. A knowledgeable programmer should also be able to achieve a GREEN SCORE on pages that do not require rotating photos or other intensive load-time requirements. RED scores should definitely be addressed.\nDESKTOP SCORES: Desktop scores for all pages should typically be GREEN.\nImportant Note: Finally, this particular testing tool saw more stringent changes released in the fall of 2018, which now requires an additional programming effort by your web developer to achieve the YELLOW and GREEN scores mentioned above, regardless if you were scoring higher previously. The reality is, as Google continues to change, so must you, your programmer, and your website.\nADA lawsuits are becoming more and more prevalent. The testing tools we are going to reference below are just the beginning of your ADA-compliant journey. These tools test your site for blind, low vision, or other vision issues, such as movement that can bring on seizures. This is by NO MEANS the end all for testing ADA. It’s just the beginning.\nNote: You can choose to test any page of your website. Good pages to test are your home page, all rooms page, individual room pages, packages page, and a page with a map. You will also want to test your various booking engine pages.\nADA TEST: CHROME ACCESSIBILITY TESTING TOOL\nStep 1:Open a browser window in Chrome. Step 2:Type the website address of the site you want to test, hit Enter Step 3: In the upper right-hand corner, click the three vertical dots Step 4: Click More Tools Step 5: Click Developer Tools Step 6: Click the right arrow in the right-hand side of the Developer Tools navigation bar. Step 7: Click Lighthouse Step 8:Under Categories , uncheck all the boxes except for “Accessibility.” Step 9: Under Device, select Desktop or Mobile (you will want to run the test for each one) Step 10: Click the “Generate Report” button (at top, under the lighthouse icon)\nResult: Your GOAL is to receive a GREEN 100, and your web developer should try to get you to that score. However, there may be code used on your web site that your developer did not build that lowers your score, such as a calendar widget from your reservation company, or a review widget. You can report these items to the companies that built these widgets so that they are aware of the issues.\nNote: Do both the Desktop and Mobile audit for each page that you wish to test. Some issues may show up on mobile, but not on desktop, or vice versa.\nBe Aware: Chrome provides the following information regarding their ADA Testing, “These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.”\nYour website usage and navigation should must be tested by navigating your website without a mouse. This is important because some visitors, such as blind people and people that have difficulties using a mouse need to be able to successfully get to the pages of your web site and access the content on those pages. Use the tab key on your keyboard to go through the available links on your site. The main area of testing should be the navigation menu. You should be able to access all menu items in your navigation menu including the sub-menu items and be able to select them. If you can’t access your navigation menu items successfully without a mouse, then visitors that do not use a mouse will have difficulty accessing pages of your web site.\nWarning: No automated testing tools can tell you if you have included the proper ADA content in your website, booking engine or OTA. Are you Exempt? Non-Exempt? Have you clearly described your handicapped amenities properly on your website, booking engine and OTA listings? Do you have an Accessibility Statement for both your physical and website code? Have you kept your ADA room out of general inventory, to be booked by a disabled person, until it’s the last room in its type? And the list goes on. If you need assistance with ADA, contact your webmaster or marketing firm. If you can’t get the answers you need, call us. We can help!\nGDPR stands for General Data Protection Regulation, which are a mandatory set of guidelines set forth from the European Union as of May 25, 2018. They consist of a variety of items you need to adhere to for your European guests.\nThis test only covers a small part of what you must follow.\nNotes: Verify with your reservation company that they meet GDPR guidelines. Ask them questions on how they protect the data they collect that meets the GDPR guidelines. The data needs to be either encrypted or use pseudonymization to protect the data\nThe only way to track the percentage of OTA (Online Travel Agency) bookings vs. your direct booking origins, is to have Universal Analytics PROPERLY installed on your website. The first step is to look at your code and see if you can see your UA- number along with function(i,s,o,g,r,a,m) in front of or above it. If you don’t see this code on both your website and booking engine site, then you more than likely do not have Universal Analytics installed. As a result, you won’t be able determine whether or not your advertising spending is returning an acceptable amount, or if you need to make changes to that marketing item.\nStep 1: Go to your website. Step 2: Once it loads, right-click on the white or empty space alongside either margin. Step 3: Choose “View Page Source.”\nYou will see a lot of text that doesn’t make sense appear on the screen. Step 4: Click CTRL+F to bring up a search box. Step 5: In the search box, type: UA-. Step 6: You are searching for code that looks similar to:\nResults: You want to make sure you see the UA-###### number that matches your Google Analytics account ID. The number should be on both your website and your booking engine. If you have the UA-####### but not the code that reads function(i,s,o,g,r,a,m), then youmore than likely have an older version of Analytics installed, and it should be upgraded to Universal. Finally, you should see linker:autoLink code (underlined in the example) with your booking engine’s name in your website code, and your website URL on your booking engine’s code. In addition to getting the website and booking engine code correct, there are additional steps to take in your Google account. Contact your webmaster for assistance. If they are unable to help, call us. We have programs and services to not only get your account set up properly but to also teach you how to use this invaluable information to grow your business.\nNote: Some web design companies hide their UA code, so you may or may not see it when you follow the instructions above.\nMore and more web providers are trying to create shortcuts to provide you with a website. By keeping everything in one place on their server, it’s easier for them to manage, which is not necessarily a bad thing until you want to move to a new provider. Unfortunately, you can’t take your site with you. I’ve heard the story over and over again. A lodging property owner will ask their potential website provider if they will own their website. They’re told, “Of course you own your photos and content.” So, the owner thinks they own their site when they don’t.\nThe real question you want to ask of a potential provider is: “If I wanted to move my site to GoDaddy, would it continue to run, and would I be able to edit it in the exact same fashion as I do right now?”\nResults: In light of today’s lawsuit happy world with ADA lawsuits abounding, if you are renting or leasing your website, will you be able to take action as prescribed by your attorney if you don’t actually own your intellectual property? I encourage you to read more on this topic. Make sure you know what you are doing before you decide to lease or own.\nThe longer you are in business, the more twists and turns you are going to encounter when it comes to guarantees. As much as small property owners want an EASY solution and how enticing a guarantee sounds, there is no such thing.\n“No one can GUARANTEE more heads in beds, first page placement, or any other type of marketing result. This is because no one can control what Google, travel related sites or other search engines do with your data.”\nResults: If you really believe that a company can guarantee you “X” (whatever “X” may be), make sure to get it in writing. Also, what do you get when the company does not deliver? Do you get your money back, a portion of your money back, or another type of reimbursement? When things don’t work out the way they guaranteed they would, you can use that documentation to try to receive some type of compensation. Just keep in mind, no matter what amount of compensation you may recover, you will not be able to get the time back you’ve lost when you have to start all over again.", "id": "<urn:uuid:a2c85dbe-85bd-4f9f-9fa3-e426f09c1df5>", "dump": "CC-MAIN-2024-10", "url": "https://acorn-is.com/get-proof.htm", "date": "2024-02-25T09:15:52", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9321734309196472, "token_count": 3414 } }
<urn:uuid:748be49d-9437-4be7-ba95-678c3bbba13f>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="https://acousticsonic.com/xmlrpc.php" /> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <title>Single Service Page | Acoustic Sonic Inc</title> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /><style id="et-builder-googlefonts-cached-inline">/* Original: https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0ow.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aX8.ttf) format('truetype');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aX8.ttf) format('truetype');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0oA.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/l/font?kit=JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0oA&skey=2d3c1187d5eede0f&v=v26) format('woff');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/l/font?kit=JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0oA&skey=2d3c1187d5eede0f&v=v26) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/l/font?kit=JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXw&skey=7bc19f711c0de8f&v=v26) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aXw.woff) format('woff');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXw.woff) format('woff');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: italic;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXZ0pg.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 800;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w3aXo.woff2) format('woff2');}@font-face {font-family: 'Montserrat';font-style: normal;font-weight: 900;font-display: swap;src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w3aXo.woff2) format('woff2');}</style><meta name='robots' content='max-image-preview:large' /> <script type="text/javascript"> let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};</script><link rel="alternate" type="application/rss+xml" title="Acoustic Sonic Inc &raquo; Feed" href="https://acousticsonic.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Acoustic Sonic Inc &raquo; Comments Feed" href="https://acousticsonic.com/comments/feed/" /> <meta content="Molti - Ecommerce v.1.1" name="generator"/><style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}body { margin: 0;--wp--style--global--content-size: 823px;--wp--style--global--wide-size: 1080px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='som_lost_password_style-css' href='https://acousticsonic.com/wp-content/plugins/frontend-reset-password/assets/css/password-lost.css?ver=6.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://acousticsonic.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://acousticsonic.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.6.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://acousticsonic.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=8.6.1' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='woo-variation-swatches-css' href='https://acousticsonic.com/wp-content/plugins/woo-variation-swatches/assets/css/frontend.min.css?ver=1705320560' type='text/css' media='all' /> <style id='woo-variation-swatches-inline-css' type='text/css'> :root { --wvs-tick:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E"); --wvs-cross:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E"); --wvs-single-product-item-width:30px; --wvs-single-product-item-height:30px; --wvs-single-product-item-font-size:16px} </style> <link rel='stylesheet' id='yith-quick-view-css' href='https://acousticsonic.com/wp-content/plugins/yith-woocommerce-quick-view/assets/css/yith-quick-view.css?ver=1.36.0' type='text/css' media='all' /> <style id='yith-quick-view-inline-css' type='text/css'> #yith-quick-view-modal .yith-wcqv-main{background:#ffffff;} #yith-quick-view-close{color:#cdcdcd;} #yith-quick-view-close:hover{color:#ff0000;} </style> <link rel='stylesheet' id='dgwt-wcas-style-css' href='https://acousticsonic.com/wp-content/plugins/ajax-search-for-woocommerce/assets/css/style.min.css?ver=1.27.0' type='text/css' media='all' /> <link rel='stylesheet' id='cartpops-frontend-css' href='https://acousticsonic.com/wp-content/plugins/cartpops/public/dist/css/frontend.min.css?ver=1.4.30' type='text/css' media='all' /> <style id='cartpops-frontend-inline-css' type='text/css'> :root { --color-cpops-text-primary: #26180a; --color-cpops-text-secondary: #464646; --color-cpops-text-tertiary: #7a7a7a; --color-cpops-accent-color: #6f23e1; --color-cpops-overlay-background: rgba(0, 0, 0, 0.887); --color-cpops-background-primary: #ffffff; --color-cpops-background-secondary: #f7f3fb; --color-cpops-button-primary-background: #6f23e1; --color-cpops-button-primary-text: #ffffff; --color-cpops-button-secondary-background: #f7f3fb; --color-cpops-button-secondary-text: #26180a; --color-cpops-button-quantity-background: #f7f3fb; --color-cpops-button-quantity-text: #26180a; --color-cpops-input-quantity-background: #ffffff; --color-cpops-input-quantity-border: #f7f3fb; --color-cpops-input-quantity-text: #26180a; --color-cpops-input-field-background: #ffffff; --color-cpops-input-field-text: #26180a; --color-cpops-border-color: #eaeaec; --color-cpops-recommendations-plus-btn-text: #000000; --color-cpops-recommendations-plus-btn-background: #e7e8ea; --color-cpops-drawer-recommendations-background: #6f23e1; --color-cpops-drawer-recommendations-border: #6f23e1; --color-cpops-drawer-recommendations-text: #6f23e1; --color-cpops-popup-recommendations-background: #f7f3fb; --color-cpops-popup-recommendations-text: #26180a; --color-cpops-slider-pagination-bullet-active: #6f23e1; --color-cpops-slider-pagination-bullet: #6f23e1; --color-cpops-floating-cart-launcher-color: #ffffff; --color-cpops-floating-cart-launcher-background: #000000; --color-cpops-floating-cart-launcher-indicator-text: #ffffff; --color-cpops-floating-cart-launcher-indicator-background: #6f23e1; --color-cpops-cart-launcher-background: rgba(255, 255, 255, 0); --color-cpops-cart-launcher-text: #000000; --color-cpops-cart-launcher-bubble-background: #705aef; --color-cpops-cart-launcher-bubble-text: #ffffff; --color-cpops-close-color: #464646; --color-cpops-remove-color: #464646; --color-cpops-free-shipping-meter-background: #f7f3fb; --color-cpops-free-shipping-meter-background-active: #25a418; --color-cpops-state-success: #24a317; --color-cpops-state-warning: #ffdd57; --color-cpops-state-danger: #f14668; --cpops-animation-duration: 300ms; --cpops-width-drawer-desktop: 500px; --cpops-width-drawer-mobile: 80%; --cpops-white-space-text: break; --cpops-border-radius: 6px; } </style> <link rel='stylesheet' id='divi-style-parent-css' href='https://acousticsonic.com/wp-content/themes/Divi/style-static.min.css?ver=4.24.2' type='text/css' media='all' /> <link rel='stylesheet' id='divi-style-css' href='https://acousticsonic.com/wp-content/themes/molti-ecommerce/style.css?ver=4.24.2' type='text/css' media='all' /> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="jquery-js-after"> /* <![CDATA[ */ jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}}); /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js?ver=2.1.1" id="stickyAnythingLib-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.1" id="jquery-blockui-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/acousticsonic.com\/cart-2\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.6.1" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.1" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/molti-ecommerce/slick/slick.min.js?ver=6.4.2" id="custom-scripts-js"></script> <link rel="https://api.w.org/" href="https://acousticsonic.com/wp-json/" /><link rel="alternate" type="application/json" href="https://acousticsonic.com/wp-json/wp/v2/pages/92273" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://acousticsonic.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.2" /> <meta name="generator" content="WooCommerce 8.6.1" /> <link rel="canonical" href="https://acousticsonic.com/single-service-page/" /> <link rel='shortlink' href='https://acousticsonic.com/?p=92273' /> <link rel="alternate" type="application/json+oembed" href="https://acousticsonic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Facousticsonic.com%2Fsingle-service-page%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://acousticsonic.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Facousticsonic.com%2Fsingle-service-page%2F&#038;format=xml" /> <style> .som-password-error-message, .som-password-sent-message { background-color: #2679ce; border-color: #2679ce; } </style> <style> .dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px} </style> <style type="text/css"> /*Color*/ div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_4 > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span:nth-child(1), div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span:nth-child(2) > strong > span, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_3 > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_4 > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span:nth-child(2), div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_5 > div > div.et_pb_module.et_pb_text.et_pb_text_4.et_pb_text_align_left.et_pb_bg_layout_light > div > h3, div > div > div > div.et_pb_section.et_pb_section_4.features-section.et_section_regular > div.et_pb_row.et_pb_row_7 > div > div.et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_5.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_11 > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_15 > div > div > div > h2 > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_8.et_pb_text_align_left.et_pb_bg_layout_light > div > h1, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_31.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_11.et_pb_text_align_left.et_pb_bg_layout_light > div > h1, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_14.et_pb_text_align_left.et_pb_bg_layout_light > div > h1, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(1) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(4) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_31.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_12.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(1) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_31.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_12.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_31.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_12.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(4) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_15.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(1) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_15.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_6.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_15.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(4) > span, div > div > div > div.et_pb_section.et_pb_section_7.et_section_regular > div.et_pb_row.et_pb_row_17 > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_7.et_section_regular > div.et_pb_row.et_pb_row_19 > div > div > div > p > a, div > div > div > div.et_pb_section.et_pb_section_8.et_section_regular > div.et_pb_row.et_pb_row_20 > div > div > div > h2 > span, div > div > div > div.et_pb_section.et_pb_section_9.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_20.et_pb_text_align_left.et_pb_bg_layout_light > div > h2 > span, .et_pb_blog_0 .et_pb_post:hover .entry-title a, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > div.et_pb_blurb_container > h4, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough > div > div > div.et_pb_blurb_container > h4, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough.et-last-child > div > div > div.et_pb_blurb_container > h4, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > div.et_pb_blurb_container > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough > div > div > div.et_pb_blurb_container > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_1.our-services-section.et_section_regular > div.et_pb_row.et_pb_row_2 > div.et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough.et-last-child > div > div > div.et_pb_blurb_container > div > p:nth-child(2) > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span:nth-child(1), div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span:nth-child(3), div > div > div > div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_4 > div > div > div > h1, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.inline-buttons-row.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span > strong, #read > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, #read > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_blurb.et_pb_blurb_0.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light > div > div.et_pb_main_blurb_image > span > span, #read > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_blurb.et_pb_blurb_1.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light > div > div.et_pb_main_blurb_image > span > span, #read > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_blurb.et_pb_blurb_2.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light > div > div.et_pb_main_blurb_image > span > span, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_3 > div > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_4 > div.et_pb_column.et_pb_column_1_3.et_pb_column_6.member-card.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_7.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_6.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_29.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_28.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_4 > div.et_pb_column.et_pb_column_1_3.et_pb_column_7.member-card.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_4 > div.et_pb_column.et_pb_column_1_3.et_pb_column_8.member-card.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_11.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_5 > div.et_pb_column.et_pb_column_1_3.et_pb_column_9.member-card.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_13.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_5 > div.et_pb_column.et_pb_column_1_3.et_pb_column_10.member-card.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_15.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div.et_pb_row.et_pb_row_5 > div.et_pb_column.et_pb_column_1_3.et_pb_column_11.member-card.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_17.et_pb_text_align_left.et_pb_bg_layout_light > div > p, div > div > div > div.et_pb_section.et_pb_section_6.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_30.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, div > div > div > div.et_pb_section.et_pb_section_6.et_section_regular > div.et_pb_row.et_pb_row_16 > div.et_pb_column.et_pb_column_1_3.et_pb_column_31.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_32.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, #reveal-1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_34.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, #reveal-1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_33.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_36.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, #reveal-1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_34.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_38.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > div > div > p > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_0 > div > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_1.faq-section-contact-page.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_specialty > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span:nth-child(1), div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_specialty > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span:nth-child(2), div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div.et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, #jobs > div.et_pb_row.et_pb_row_3 > div > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_blurb.et_pb_blurb_0.et_pb_text_align_left.et_pb_blurb_position_left.et_pb_bg_layout_light > div > div.et_pb_main_blurb_image > span > span, #main-content > div > div > div > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_0_tb_body.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.inline-buttons-row.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_1.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_2.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough > div > div > h3 > span, #services > div > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_5.et_pb_equal_columns.et_section_specialty > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_25.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single > div.et_pb_module.et_pb_text.et_pb_text_11.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_7.et_pb_with_background.et_section_regular > div > div.et_pb_column.et_pb_column_2_5.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_22.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_7.et_pb_with_background.et_section_regular > div > div.et_pb_column.et_pb_column_2_5.et_pb_column_30.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_22.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.inline-buttons-row.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, #process > div.et_pb_row.et_pb_row_2 > div > div > div > h1 > span, #process > div.et_pb_row.et_pb_row_7.molti-custom-tabs-content-4 > div.et_pb_column.et_pb_column_1_2.et_pb_column_16.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_10.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_11.et_pb_text_align_center.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.inline-buttons-row.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_section_regular > div > div.et_pb_column.et_pb_column_3_5.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_specialty > div > div.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough > div.et_pb_row_inner.et_pb_row_inner_0 > div > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_specialty > div > div.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough > div.et_pb_row_inner.et_pb_row_inner_4 > div > div.et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_specialty > div > div.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough > div.et_pb_row_inner.et_pb_row_inner_2 > div > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, #main-content > div > div > div.et_pb_section.et_pb_section_0_tb_body.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_body.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_2_tb_body.molti-discussion.et_pb_text_align_left.et_pb_bg_layout_light > div, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider > div.et_pb_row.et_pb_row_0.inline-buttons-row.et_pb_equal_columns > div.et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light > div > h1 > span, .et_pb_portfolio_filters li a, div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light > div > p:nth-child(1), div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_4.et_clickable.et_pb_text_align_left.et_pb_bg_layout_light > div > h4, div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_2 > div > div > div > h1 > span, div > div > div > div.et_pb_section.et_pb_section_3.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_12.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_5 > div > div > div > h2 > span, div > div > div > div.et_pb_section.et_pb_section_5.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_21.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_6.molti-category-section.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_8 > div.et_pb_column.et_pb_column_1_2.et_pb_column_15.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_24.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_7.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_28.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_12 > div > div.et_pb_module.et_pb_text.et_pb_text_30.et_pb_text_align_left.et_pb_bg_layout_light > div > h2 > span, div > div > div > div.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_13.et_pb_equal_columns > div.et_pb_column.et_pb_column_3_5.et_pb_column_22.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_32.molti-tab-testimonials-content-1.et_pb_text_align_left.et_pb_bg_layout_light > div > h5, div > div > div > div.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_13.et_pb_equal_columns > div.et_pb_column.et_pb_column_3_5.et_pb_column_22.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_34.molti-tab-testimonials-content-2.et_pb_text_align_left.et_pb_bg_layout_light > div > h5, div > div > div > div.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_13.et_pb_equal_columns > div.et_pb_column.et_pb_column_3_5.et_pb_column_22.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_36.molti-tab-testimonials-content-3.et_pb_text_align_left.et_pb_bg_layout_light > div > h5, div > div > div > div.et_pb_section.et_pb_section_9.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_38.et_pb_text_align_left.et_pb_bg_layout_light > div > h2 > span, div > div > div > div.et_pb_section.et_pb_section_8.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_13.et_pb_equal_columns > div.et_pb_column.et_pb_column_2_5.et_pb_column_21.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_31.link-effect.et_pb_text_align_center.et_pb_bg_layout_light > div > p > a, div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_2.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span > strong, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_2.molti-faq-1-content > div > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_3.molti-faq-2-content > div > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_4.molti-faq-3-content > div > div.et_pb_module.et_pb_text.et_pb_text_5.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div.et_pb_row.et_pb_row_5.molti-faq-4-content > div > div.et_pb_module.et_pb_text.et_pb_text_7.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_section_regular > div > div.et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, #main-content > div.et-l.et-l--body > div > div.et_pb_section.et_pb_section_2_tb_body.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_1_tb_body.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_0.et_section_regular > div.et_pb_row.et_pb_row_0 > div > div > div > h3 > span, div > div > div > div > div.et_pb_row.et_pb_row_0 > div > div > div > h3 > span, div > div > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular > div > div > div.et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_47.login-text.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, div > div > div > div > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_49.reg-text.et_pb_text_align_left.et_pb_bg_layout_light > div > h3 > span, mark-shy-text, .molti-faq.et_pb_toggle_open .et_pb_toggle_title:before, .et_pb_menu ul li.current-menu-item a, .et_pb_menu .nav li ul.sub-menu a:hover, mark-history, .member-card li.et_pb_social_icon a.icon:before, .service-card-2 h5 > span, .why-choose-us .et-waypoint.et_pb_animation_off, .single-service-section-2 .et-waypoint:not(.et_pb_counters).et_pb_animation_off, .active-tab.et_pb_blurb h4, .process-tabs .et_pb_blurb:after, .molti-sidebar .widget_categories ul li:hover a, .molti-sidebar .widget_categories ul li:hover a:before, .et_pb_video_play:before, .mobile_menu_bar:before, .molti-active-faq h3, .et_pb_wc_breadcrumb_tb_body.et_pb_wc_breadcrumb .woocommerce-breadcrumb a, .woocommerce .star-rating span::before, .price .amount, .reset_variations, .molti-single-product-hero .tinv-wishlist *, .woocommerce p.stars a::before, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a, .molti-checkout td.product-name:before, .molti-wishlist a, .ftinvwl-check:before, .molti-account-area a, .mea-button:hover:after, .meb-button:hover:after, .mpm-button:hover:after, .w-button:hover:after, #cpops-floating-cart .cpops-floating-cart__count, .yith-wcqv-main .posted_in a, .yith-wcqv-main .tagged_as a, nav.woocommerce-pagination ul li, nav.woocommerce-pagination ul li a:hover, .page-numbers {color: #0070e7!important;} /*Background Color*/ .feature .et_pb_animation_off, .et-menu-nav .et-menu li li a:hover:before, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1.et_pb_equal_columns.et_pb_row_4col > div.et_pb_column.et_pb_column_1_4.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough, div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1.et_pb_equal_columns.et_pb_row_4col > div.et_pb_column.et_pb_column_1_4.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough, .molti-info-icon, .molti-info-icon:hover:after, .service-card-2:before, .active-link-application:before, .active-link:after, div > div > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular.section_has_divider.et_pb_bottom_divider.et_pb_section_sticky.et_pb_section_sticky_mobile, #process .number, .blog-hero input.et_pb_searchsubmit, .molti-view-category, .et_pb_portfolio_filters li a.active, .menu-closed.menu-open:before, .slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover, .molti-blog-grid .post-meta a, .et_pb_portfolio_item .post-meta a, .wpf_slider.ui-slider .ui-widget-header, .wpf_item_count, .wpf_reset_btn, nav.woocommerce-pagination ul li span.current, .et_pb_tabs_controls li.et_pb_tab_active, .et_pb_tab_active a:hover, .woocommerce .cart .button, .woocommerce .cart input.button, a.button.checkout-button, .woocommerce-page #payment #place_order, .woocommerce-form-login .woocommerce-form-login__submit, .checkout_coupon button, .woocommerce-form-register__submit, a.button.view, a.woocommerce-MyAccount-downloads-file.button, a.wshkcomment, #reset-pass-submit, .molti-wishlist .button, .molti-account-area .button, .tinvwl_added_to_wishlist.tinv-modal button.button, .woocommerce #review_form #respond .form-submit input, .dgwt-wcas-pd-addtc-form .button, .woocommerce a.remove:hover, .woocommerce a.remove:hover:after, .molti-checkout .button, .molti-checkout .button:hover, .tinv-wishlist .product-remove button:hover, .tinv-wishlist .product-remove button:hover:after, td.product-action > button, td.product-action > button:hover, .molti-account-area-tab-items, .mea-button:hover, .meb-button:hover, .mpm-button:hover, .w-button:hover, .molti-account-area-2 .woocommerce-MyAccount-navigation, mark, .molti-new-icon:before, .et_pb_shop a.button.add_to_cart_button, .et_pb_shop a.button.product_type_simple, .et_pb_shop a.button.product_type_grouped, .et_pb_shop a.button.product_type_external, .et_pb_shop a.button.add_to_cart_button, .et_pb_shop a.button.product_type_simple, .et_pb_shop a.button.product_type_grouped, .et_pb_shop a.button.product_type_external, .et_pb_shop li.product a.button.yith-wcqv-button, .et_pb_shop li.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .et_pb_shop li.product .tinvwl_already_on_wishlist-text, .et_pb_shop li.product .tinvwl_add_to_wishlist-text, .et_pb_shop li.product a.button.yith-wcqv-button:hover, .et_pb_shop li.product a.button.yith-wcqv-button:hover:after, .et_pb_shop li.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover:before, .cartpops-cart--items-indicator-bubble .cartpops-cart__toggle .cartpops-cart__container-counter, #cpops-floating-cart button, #cpops-floating-cart button:hover, .molti-header-7-8 .wishlist_products_counter_number, .active-pages-toggle, .et_pb_menu .nav li ul.sub-menu li.current-menu-item a:before {background-color: #0070e7!important;} /*Border Top*/ .process-divider.et_pb_divider:before {border-top-color: #0070e7!important;} /*Border Right*/ .molti-info-icon:hover:before, .molti-view-category:before {border-right-color: #0070e7!important;} /*Border Left*/ .woocommerce a.remove:hover:before, .tinv-wishlist .product-remove button:hover:before {border-left-color: #0070e7!important;} /*Border Color*/ .service-card:hover, .active-link-application:before, .active-link:after, .active-link-read:after, .active-link-discussion:after, .et_pb_portfolio_filters li a {border-color: #0070e7!important;} /*Dropdown Line Colors*/ .line {stroke: #0070e7!important;} /*For Top Bar Color*/ .molti-top-bar {background-color: #0070e7!important;} </style><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <script type="text/javascript">/// This Script is used to Fix Flash of Unstyle content and It must remain here for it to work properly. var elm=document.getElementsByTagName("html")[0]; elm.style.display="none"; document.addEventListener("DOMContentLoaded",function(event) {elm.style.display="block"; }); </script><link rel="icon" href="https://acousticsonic.com/wp-content/uploads/2024/02/cropped-Favicon-AcousticSonic-W-32x32.webp" sizes="32x32" /> <link rel="icon" href="https://acousticsonic.com/wp-content/uploads/2024/02/cropped-Favicon-AcousticSonic-W-192x192.webp" sizes="192x192" /> <link rel="apple-touch-icon" href="https://acousticsonic.com/wp-content/uploads/2024/02/cropped-Favicon-AcousticSonic-W-180x180.webp" /> <meta name="msapplication-TileImage" content="https://acousticsonic.com/wp-content/uploads/2024/02/cropped-Favicon-AcousticSonic-W-270x270.webp" /> <style id="et-critical-inline-css">a{color:#0c71c3}.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce button.button.alt,.woocommerce button.button.alt.disabled,.woocommerce-page button.button.alt,.woocommerce-page button.button.alt.disabled,.woocommerce input.button.alt,.woocommerce-page input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button,.woocommerce-message a.button.wc-forward,body .et_pb_button{background-color:#0070e7;border-width:0px!important}.woocommerce.et_pb_button_helper_class a.button.alt,.woocommerce-page.et_pb_button_helper_class a.button.alt,.woocommerce.et_pb_button_helper_class button.button.alt,.woocommerce.et_pb_button_helper_class button.button.alt.disabled,.woocommerce-page.et_pb_button_helper_class button.button.alt,.woocommerce-page.et_pb_button_helper_class button.button.alt.disabled,.woocommerce.et_pb_button_helper_class input.button.alt,.woocommerce-page.et_pb_button_helper_class input.button.alt,.woocommerce.et_pb_button_helper_class #respond input#submit.alt,.woocommerce-page.et_pb_button_helper_class #respond input#submit.alt,.woocommerce.et_pb_button_helper_class #content input.button.alt,.woocommerce-page.et_pb_button_helper_class #content input.button.alt,.woocommerce.et_pb_button_helper_class a.button,.woocommerce-page.et_pb_button_helper_class a.button,.woocommerce.et_pb_button_helper_class button.button,.woocommerce-page.et_pb_button_helper_class button.button,.woocommerce.et_pb_button_helper_class input.button,.woocommerce-page.et_pb_button_helper_class input.button,.woocommerce.et_pb_button_helper_class #respond input#submit,.woocommerce-page.et_pb_button_helper_class #respond input#submit,.woocommerce.et_pb_button_helper_class #content input.button,.woocommerce-page.et_pb_button_helper_class #content input.button,body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button{color:#ffffff}body .et_pb_bg_layout_light.et_pb_button:hover,body .et_pb_bg_layout_light .et_pb_button:hover,body .et_pb_button:hover{color:#ffffff!important;background-color:#0c71c3}.woocommerce a.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page button.button.alt.disabled:hover,.woocommerce input.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce #content input.button.alt:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover,.woocommerce-page a.button:hover,.woocommerce button.button:hover,.woocommerce-page button.button:hover,.woocommerce input.button:hover,.woocommerce-page input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce-page #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page #content input.button:hover{color:#ffffff!important;background-color:#0c71c3!important}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}} h1,h2,h3,h4,h5,h6{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif}</style> <link rel="stylesheet" id="et-core-unified-92273-cached-inline-styles" href="https://acousticsonic.com/wp-content/et-cache/92273/et-core-unified-92273.min.css?ver=1708716528" /><link rel="preload" as="style" id="et-core-unified-tb-94325-tb-94461-deferred-92273-cached-inline-styles" href="https://acousticsonic.com/wp-content/et-cache/92273/et-core-unified-tb-94325-tb-94461-deferred-92273.min.css?ver=1708716528" onload="this.onload=null;this.rel='stylesheet';" /></head> <body class="page-template-default page page-id-92273 theme-Divi et-tb-has-template et-tb-has-header et-tb-has-footer woocommerce-no-js woo-variation-swatches wvs-behavior-blur wvs-theme-molti-ecommerce wvs-show-label wvs-tooltip et_pb_button_helper_class et_cover_background et_pb_gutter et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db"> <div id="page-container"> <div id="et-boc" class="et-boc"> <header class="et-l et-l--header"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0_tb_header molti-header-9-10 et_pb_sticky_module et_section_regular et_pb_section--with-menu" > <div class="et_pb_row et_pb_row_0_tb_header molti-top-bar"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_0_tb_header et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_0_tb_header et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon"></span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>+1 786 423-1756</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_1_tb_header et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon"></span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>info@acousticsonic.com</span></h4> </div> </div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_1_tb_header et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_header et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><span>Give us a call or send an email. </span></p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_2_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty"> </div> </div><div class="et_pb_row et_pb_row_1_tb_header et_pb_gutters1 et_pb_row--with-menu"> <div class="et_pb_column et_pb_column_3_4 et_pb_column_3_tb_header et_pb_css_mix_blend_mode_passthrough et_pb_column--with-menu"> <div class="et_pb_with_border et_pb_module et_pb_menu et_pb_menu_0_tb_header et_pb_bg_layout_light et_pb_text_align_left et_dropdown_animation_fade et_pb_menu--with-logo et_pb_menu--style-left_aligned"> <div class="et_pb_menu_inner_container clearfix"> <div class="et_pb_menu__logo-wrap"> <div class="et_pb_menu__logo"> <a href="https://acousticsonic.com/" ><img fetchpriority="high" decoding="async" width="2280" height="492" src="https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic.webp" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic.webp 2280w, https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-1280x276.webp 1280w, https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-980x211.webp 980w, https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-480x104.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2280px, 100vw" class="wp-image-100661" /></a> </div> </div> <div class="et_pb_menu__wrap"> <div class="et_pb_menu__menu"> <nav class="et-menu-nav"><ul id="menu-menu" class="et-menu nav"><li class="et_pb_menu_page_id-home menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-100061"><a href="https://acousticsonic.com/">Home</a></li> <li class="molti-new-icon et_pb_menu_page_id-91620 menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-100060"><a href="https://acousticsonic.com/shop-homepage/">Shop</a> <ul class="sub-menu"> <li class="molti-new-icon et_pb_menu_page_id-98848 menu-item menu-item-type-post_type menu-item-object-page menu-item-100072"><a href="https://acousticsonic.com/shop-2/">Products</a></li> <li class="molti-new-icon et_pb_menu_page_id-92536 menu-item menu-item-type-post_type menu-item-object-page menu-item-100074"><a href="https://acousticsonic.com/cart-2/">Cart</a></li> <li class="molti-new-icon et_pb_menu_page_id-99523 menu-item menu-item-type-post_type menu-item-object-page menu-item-100075"><a href="https://acousticsonic.com/checkout-2/">Checkout</a></li> </ul> </li> <li class="et_pb_menu_page_id-97091 menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-100081"><a href="https://acousticsonic.com/services/">Services</a> <ul class="sub-menu"> <li class="et_pb_menu_page_id-92273 menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-92273 current_page_item menu-item-100082"><a href="https://acousticsonic.com/single-service-page/" aria-current="page">Noise Survey</a></li> <li class="et_pb_menu_page_id-100847 menu-item menu-item-type-post_type menu-item-object-page menu-item-100855"><a href="https://acousticsonic.com/full-audio-consulting/">Consulting</a></li> </ul> </li> <li class="et_pb_menu_page_id-97542 menu-item menu-item-type-post_type menu-item-object-page menu-item-100088"><a href="https://acousticsonic.com/portfolio/">Portfolio</a></li> <li class="molti-new-icon main et_pb_menu_page_id-100062 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-100062"><a href="#">Company</a> <ul class="sub-menu"> <li class="et_pb_menu_page_id-93254 menu-item menu-item-type-post_type menu-item-object-page menu-item-100063"><a href="https://acousticsonic.com/contact-us/">Contact Us</a></li> <li class="et_pb_menu_page_id-98932 menu-item menu-item-type-post_type menu-item-object-page menu-item-100064"><a href="https://acousticsonic.com/about-us/">About Us</a></li> <li class="molti-new-icon et_pb_menu_page_id-93057 menu-item menu-item-type-post_type menu-item-object-page menu-item-100070"><a href="https://acousticsonic.com/faqs/">FAQs</a></li> </ul> </li> </ul></nav> </div> <div class="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="mobile_menu_bar"></span> </div> </div> </div> </div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_4_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_blurb et_pb_blurb_2_tb_header account-link et_clickable et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Login-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Login-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Login-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Login-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Login-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-108" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Account</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_3_tb_header molti-search-button et_clickable et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Search-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Search-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Search-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Search-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Search-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-106" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Search</span></h4> </div> </div> </div><div class="et_pb_module et_pb_text et_pb_text_1_tb_header molti-cart-launcher et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><div class="cartpops-cart__wrapper is-shortcode cartpops-cart--show-subtotal-yes cartpops-cart--items-indicator-bubble"> <div class="cartpops-cart__toggle cartpops-cart__container-wrapper" id="cartpops-cart-launcher-1"> <div class="cartpops-cart__container cpops-toggle-drawer"> <span class="cartpops-cart__container-icon"> <i class="cpops-icon-shopping-cart-line" aria-hidden="true"></i> <span class="cpops-sr-only">Cart</span> <span class="cartpops-cart__container-counter"> 0 </span> </span> <span class="cartpops-cart__container-text"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>0.00</span></span> </div> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_2_tb_header molti-search-slide hide-dp"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_5_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Looking for a Specific Product?</h3></div> </div><div class="et_pb_module et_pb_text et_pb_text_3_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><div class="dgwt-wcas-search-wrapp dgwt-wcas-has-submit woocommerce dgwt-wcas-style-pirx js-dgwt-wcas-layout-classic dgwt-wcas-layout-classic js-dgwt-wcas-mobile-overlay-enabled"> <form class="dgwt-wcas-search-form" role="search" action="https://acousticsonic.com/" method="get"> <div class="dgwt-wcas-sf-wrapp"> <label class="screen-reader-text" for="dgwt-wcas-search-input-1">Products search</label> <input id="dgwt-wcas-search-input-1" type="search" class="dgwt-wcas-search-input" name="s" value="" placeholder="Search for products..." autocomplete="off" /> <div class="dgwt-wcas-preloader"></div> <div class="dgwt-wcas-voice-search"></div> <button type="submit" aria-label="Search" class="dgwt-wcas-search-submit"> <svg class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"> <path d=" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776 1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662 0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519 -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427 9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608 2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z "/> </svg> </button> <input type="hidden" name="post_type" value="product"/> <input type="hidden" name="dgwt_wcas" value="1"/> </div> </form> </div> </div> </div> </div> </div> </div><div class="et_pb_section et_pb_section_1_tb_header molti-dropdown-2-content hide-dp et_pb_with_background et_section_regular et_pb_section--fixed" > <div class="et_pb_row et_pb_row_3_tb_header et_pb_gutters2"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_6_tb_header et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Our Services</h3></div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_4_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Web-Design.jpg" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Web-Design.jpg 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Web-Design-100x100.jpg 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Web-Design-64x64.jpg 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Web-Design-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-342" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Web Design</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_5_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Logo-Design.jpg" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Logo-Design.jpg 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Logo-Design-100x100.jpg 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Logo-Design-64x64.jpg 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Logo-Design-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-288" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Logo Design</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_6_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/web-developement.jpg" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/web-developement.jpg 256w, https://acousticsonic.com/wp-content/uploads/2024/02/web-developement-100x100.jpg 100w, https://acousticsonic.com/wp-content/uploads/2024/02/web-developement-64x64.jpg 64w, https://acousticsonic.com/wp-content/uploads/2024/02/web-developement-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-340" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Web Development</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_module et_pb_text et_pb_text_5_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>VIEW ALL SERVICES</p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_7_tb_header et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_6_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Shop Our Products</h3></div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_7_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Hoodie-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Hoodie-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Hoodie-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Hoodie-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Hoodie-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-103" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Hoodies</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_8_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Tshirt-Icon.png" alt="" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>T-Shirts</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_9_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Jeans-Icon.png" alt="" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Jeans</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_module et_pb_text et_pb_text_7_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>BROWSE ALL OUR PRODUCTS</p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_8_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_8_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>More of us</h3></div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_10_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-100" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Customer Reviews</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_11_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-101" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Good Stuff We do!</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_with_border et_pb_module et_pb_blurb et_pb_blurb_12_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-More-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-More-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-More-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-More-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-More-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-102" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>More From Us...</span></h4> <div class="et_pb_blurb_description"><p>Your content goes here. Edit or remove this text inline.</p></div> </div> </div> </div><div class="et_pb_module et_pb_text et_pb_text_9_tb_header et_clickable et_pb_section_video_on_hover et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>EXPLORE CUSTOMERS STORIES</p></div> </div> </div> </div> </div> </div> </header> <div id="et-main-area"> <div id="main-content"> <article id="post-92273" class="post-92273 page type-page status-publish hentry"> <div class="entry-content"> <div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider" > <div class="et_pb_row et_pb_row_0 inline-buttons-row et_pb_equal_columns"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h5 style="text-align: left;">service</h5> <h1><span style="color: #ffffff;">Noise</span> <span style="color: #3366ff;">Survey</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p class="mb-40">As specialists in environmental noise, architectural acoustics, building acoustics as well as entertainment noise monitoring and assessments, we have a vast experience in noise survey and Building Noise Control requirements.</p> </div> </div></div> </div><div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_module "> <a class="et_pb_button et_pb_button_0 et_pb_bg_layout_light" href="#process" data-icon="&#x24;">work process</a> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_image et_pb_image_0"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="2560" height="1707" src="https://acousticsonic.com/wp-content/uploads/2024/02/IMG_7117-scaled.jpg" alt="" title="IMG_7117" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/IMG_7117-scaled.jpg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/IMG_7117-1280x854.jpg 1280w, https://acousticsonic.com/wp-content/uploads/2024/02/IMG_7117-980x653.jpg 980w, https://acousticsonic.com/wp-content/uploads/2024/02/IMG_7117-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw" class="wp-image-100750" /></span> </div> </div> </div> <div class="et_pb_bottom_inside_divider et-no-transition"></div> </div><div class="et_pb_section et_pb_section_1 et_section_regular" > <div class="et_pb_row et_pb_row_1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_1"> <span class="et_pb_image_wrap has-box-shadow-overlay"><div class="box-shadow-overlay"></div><img loading="lazy" decoding="async" width="2560" height="1920" src="https://acousticsonic.com/wp-content/uploads/2024/02/measurements-1-scaled.jpg" alt="" title="measurements 1" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/measurements-1-scaled.jpg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/measurements-1-1280x960.jpg 1280w, https://acousticsonic.com/wp-content/uploads/2024/02/measurements-1-980x735.jpg 980w, https://acousticsonic.com/wp-content/uploads/2024/02/measurements-1-480x360.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw" class="wp-image-100751" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1 class="section-title"><span style="color: #3366ff;">Noise</span> Survey, <span style="color: #3366ff;">Noise</span> Level Testing, <span style="color: #3366ff;">Noise</span> Measurement</h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p class="text-muted mb-4 pb-2"><strong>Our specialists are able to conduct the followings testing:</strong></p> </div> </div></div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon">N</span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Evaluate noise levels or sound exposure in the work place to determine if the noise environment is in compliance with local noise ordinances.</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon">N</span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Evaluate community response to an external source of noise.</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon">N</span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Evaluate whether a given acoustical environment is acceptable to resident or inhabitants.</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon">N</span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Establish noise level contours at a selected site.</span></h4> </div> </div> </div> </div> </div> </div><div id="process" class="et_pb_section et_pb_section_2 et_section_regular" > <div class="et_pb_row et_pb_row_2"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1 class="section-title">Acoustic <span style="color: #3366ff;">Measurements</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p class="text-muted mb-4 pb-2"><span>Acoustic Sonic Inc provide a wide range of acoustical measurements, testing and analysis. We support you in the followings areas:</span></p> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_3 molti-custom-tabs-content-1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_2"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="2560" height="1920" src="https://acousticsonic.com/wp-content/uploads/2024/02/file2-5-scaled.jpeg" alt="" title="file2-5" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/file2-5-scaled.jpeg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/file2-5-300x225.jpeg 300w" sizes="(max-width: 2560px) 100vw, 2560px" class="wp-image-101726" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>1</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1><span>ASTM E 90/ISO 140 <span style="color: #3366ff;">Sound Transmission Loss</span></span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p class="text-muted mb-4 pb-2"><span>These standards provide guidelines and testing procedures for measuring the sound insulation properties of walls, ceilings, and floors in various environments, such as residential, commercial, or industrial buildings. By following these standards, architects and engineers can design spaces with improved acoustic performance, ensuring a quieter and more comfortable environment for occupants.</span>praesentium voluptatum deleniti atque corrupti quos at dolores molestias excepturi sint occaecati cupiditate.</p> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_4 molti-custom-tabs-content-1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_3"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="2560" height="1920" src="https://acousticsonic.com/wp-content/uploads/2024/02/Noise-Measurements-scaled.jpg" alt="" title="Noise Measurements" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Noise-Measurements-scaled.jpg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/Noise-Measurements-300x225.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" class="wp-image-101872" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>2</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_6 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>ASTM E 336 <span style="color: #3366ff;">Sound Insulation in Building</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p class="text-muted mb-4 pb-2"><span>The ASTM E336 standard involves the use of various equipment and measurement techniques to determine the Sound Transmission Class (STC) of building elements. STC is a rating that quantifies the sound insulation performance of materials or assemblies, with higher STC values indicating better soundproofing.</span></p> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_5 molti-custom-tabs-content-1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_4"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1920" height="2560" src="https://acousticsonic.com/wp-content/uploads/2024/02/Measurements.-Impact-Test-scaled.jpg" alt="" title="Measurements. Impact Test" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Measurements.-Impact-Test-scaled.jpg 1920w, https://acousticsonic.com/wp-content/uploads/2024/02/Measurements.-Impact-Test-225x300.jpg 225w" sizes="(max-width: 1920px) 100vw, 1920px" class="wp-image-101831" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_7 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>3</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_8 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>ASTM E 1007 <span style="color: #3366ff;">Impact Sound Transmission</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p>The primary goal of ASTM E1007 is to determine the Impact Insulation Class (IIC) of a floor assembly. IIC is a rating that quantifies how effectively a floor can reduce the transmission of impact-generated noise from one space to another below it. Higher IIC values indicate better soundproofing against impact noise.</p> <p>To measure IIC according to ASTM E1007, controlled impact sources are used to simulate various impacts on the floor surface, and specialized equipment records the resulting sound levels in the receiving space below. These measurements are then used to calculate the IIC rating for the floor assembly.</p> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_6 molti-custom-tabs-content-1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_5"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="2560" height="1920" src="https://acousticsonic.com/wp-content/uploads/2024/02/IMG_2849-scaled.jpg" alt="" title="IMG_2849" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/IMG_2849-scaled.jpg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/IMG_2849-300x225.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" class="wp-image-101625" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_9 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>4</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>ASTM C423 <span style="color: #3366ff;">Reverberation Time</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p>Reverberation Time is a critical acoustic parameter that quantifies the time it takes for sound to decay or decrease in intensity by 60 dB (decibels) after the sound source is stopped. It is essential in architectural and acoustic design, as it helps assess the acoustic properties of a space. Shorter reverberation times are typically desired in spaces like classrooms or recording studios, where speech intelligibility or precise sound control is essential. Longer reverberation times are often preferred in concert halls or auditoriums to enhance musical performances.</p> <p>ASTM C423 provides detailed procedures for measuring the Reverberation Time in a controlled and consistent manner. This standard outlines the use of specialized equipment, such as sound level meters and octave band filters, to record the sound decay in a room and calculate the Reverberation Time.</p> <p class="text-muted mb-4 pb-2"> </div> </div></div> </div> </div> </div><div class="et_pb_row et_pb_row_7 molti-custom-tabs-content-1"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_6"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="2560" height="1707" src="https://acousticsonic.com/wp-content/uploads/2024/02/noise-survey-scaled.jpg" alt="" title="noise survey" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/noise-survey-scaled.jpg 2560w, https://acousticsonic.com/wp-content/uploads/2024/02/noise-survey-300x200.jpg 300w" sizes="(max-width: 2560px) 100vw, 2560px" class="wp-image-101874" /></span> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_11 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>5</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_12 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>ANSI S12.9 <span style="color: #3366ff;">Measurement of Environmental Sound</span></h1> <div class="col-lg-6"> <div class="hero-title pr-lg-5"> <p>Sound Level Measurements: The standard outlines methods for measuring sound levels using sound level meters. It defines measurement locations, criteria for data collection, and statistical analysis techniques to determine representative sound levels.</p> <p>Sound Exposure: ANSI S12.9 also provides guidance on assessing sound exposure over time, considering factors like duration and intensity of sound events. This information is useful for evaluating noise pollution and its impact on communities.</p> <p>Data Presentation: The standard specifies how data should be presented, including statistical descriptors of sound levels (e.g., L10, L50, L90) and how to create sound level contours to visualize noise distribution in an area.</p> <p>Noise Mapping: ANSI S12.9 is relevant to the creation of noise maps, which are used by city planners and policymakers to identify noise hotspots and develop strategies for noise control and mitigation.</p> <p>Calibration and Measurement Equipment: The standard includes information on the calibration of sound level meters and the use of appropriate equipment for accurate measurements.</p> <p>Environmental sound measurement, as guided by ANSI S12.9, is essential for assessing and managing noise pollution in communities, evaluating the impact of transportation or industrial activities on the environment, and making informed decisions regarding noise control and abatement measures.</p> </div> </div></div> </div> </div> </div> </div> </div> </div> </div> </article> </div> <footer class="et-l et-l--footer"> <div class="et_builder_inner_content et_pb_gutters3"><div class="et_pb_section et_pb_section_0_tb_footer et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_footer"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Our Commitment to Quality &amp; Service</h3></div> </div> </div> </div><div class="et_pb_with_border et_pb_row et_pb_row_1_tb_footer"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_1_tb_footer et_pb_section_video_on_hover et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_0_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img loading="lazy" decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Good-Stuff-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-101" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Simplicity</span></h4> </div> </div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_2_tb_footer et_pb_section_video_on_hover et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_1_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img loading="lazy" decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Dashboard-Icon-dropdown.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Dashboard-Icon-dropdown.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Dashboard-Icon-dropdown-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Dashboard-Icon-dropdown-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Dashboard-Icon-dropdown-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-117" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Security</span></h4> </div> </div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_3_tb_footer et_pb_section_video_on_hover et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_blurb et_pb_blurb_2_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap et_pb_only_image_mode_wrap"><img loading="lazy" decoding="async" width="256" height="256" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon.png" alt="" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon.png 256w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-100x100.png 100w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-64x64.png 64w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Star-Icon-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone wp-image-100" /></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>Custom Service</span></h4> </div> </div> </div> </div> </div><div class="et_pb_with_border et_pb_row et_pb_row_2_tb_footer"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_4_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_0_tb_footer"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1024" height="221" src="https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-W-1024x221.webp" alt="" title="Logo-AcousticSonic-W" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-W-980x211.webp 980w, https://acousticsonic.com/wp-content/uploads/2024/02/Logo-AcousticSonic-W-480x104.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" class="wp-image-100658" /></span> </div><div class="et_pb_module et_pb_text et_pb_text_1_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><span>Acoustic Sonic Inc. and it&#8217;s noise attenuation products are proudly 100% located, sourced and manufactured in the USA. </span>🇺🇸</p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_5_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>Company</p></div> </div><div class="et_pb_module et_pb_text et_pb_text_3_tb_footer link-effect-white et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a href="#">Services</a><a href="#"></a></p> <p><a href="#">About Us</a></p> <p><a href="#">Portfolio</a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_3 et_pb_column_6_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>Help</p></div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_3_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon"></span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>+1 888 804-2839</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_4_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon"></span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>info@acousticsonic.com</span></h4> </div> </div> </div><div class="et_pb_module et_pb_blurb et_pb_blurb_5_tb_footer et_pb_text_align_left et_pb_blurb_position_left et_pb_bg_layout_light"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-waypoint et_pb_animation_off et_pb_animation_off_tablet et_pb_animation_off_phone et-pb-icon"></span></span></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><span>7543 NW 52th Street Miami, FL 33166 United States</span></h4> </div> </div> </div> </div> </div><div class="et_pb_row et_pb_row_3_tb_footer"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_7_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_5_tb_footer link-effect-white et_pb_text_align_left et_pb_text_align_center-tablet et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>© 2024 Copyright <span>Acoustic Sonic, Inc</span>. <span class="pt-sans">&#8211;</span><span>All Rights Reserved.</span></p></div> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_8_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_image et_pb_image_1_tb_footer"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1539" height="168" src="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Payment-Methods-footer.png" alt="" title="Molti-Payment-Methods-footer" srcset="https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Payment-Methods-footer.png 1539w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Payment-Methods-footer-1280x140.png 1280w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Payment-Methods-footer-980x107.png 980w, https://acousticsonic.com/wp-content/uploads/2024/02/Molti-Payment-Methods-footer-480x52.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1539px, 100vw" class="wp-image-18" /></span> </div> </div> </div> </div> </div> </footer> </div> </div> </div> <div id="cpops-floating-cart" class="cpops-toggle-drawer"> <button aria-label="Open CartPops popover" aria-expanded="false" class="cpops-floating-cart__button"> <div class="cpops-floating-cart__animation"></div> <div class="cpops-floating-cart__count"> <span>0</span> </div> <span class="cpops-floating-cart__icon"> <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24 3l-.743 2h-1.929l-3.474 12h-13.239l-4.615-11h16.812l-.564 2h-13.24l2.937 7h10.428l3.432-12h4.195zm-15.5 15c-.828 0-1.5.672-1.5 1.5 0 .829.672 1.5 1.5 1.5s1.5-.671 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm6.9-7-1.9 7c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5 1.5-.671 1.5-1.5c0-.828-.672-1.5-1.5-1.5z"/></svg> </span> </button> </div> <div id="yith-quick-view-modal"> <div class="yith-quick-view-overlay"></div> <div class="yith-wcqv-wrapper"> <div class="yith-wcqv-main"> <div class="yith-wcqv-head"> <a href="#" id="yith-quick-view-close" class="yith-wcqv-close">X</a> </div> <div id="yith-quick-view-content" class="woocommerce single-product"></div> </div> </div> </div> <script type="text/javascript"> var et_link_options_data = [{"class":"et_pb_blurb_2_tb_header","url":"https:\/\/acousticsonic.com\/my-account\/","target":"_self"},{"class":"et_pb_blurb_3_tb_header","url":"#search","target":"_self"},{"class":"et_pb_blurb_4_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_5_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_6_tb_header","url":"#","target":"_self"},{"class":"et_pb_text_5_tb_header","url":"\/services","target":"_self"},{"class":"et_pb_blurb_7_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_8_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_9_tb_header","url":"#","target":"_self"},{"class":"et_pb_text_7_tb_header","url":"\/services","target":"_self"},{"class":"et_pb_blurb_10_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_11_tb_header","url":"#","target":"_self"},{"class":"et_pb_blurb_12_tb_header","url":"#","target":"_self"},{"class":"et_pb_text_9_tb_header","url":"\/services","target":"_self"}]; </script> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <div id="cpops-drawer-modal" class="cpops-modal"> <div id="cartpops-drawer" class="cpops-default-drawer cpops-modal-wrap cpops-animation__simple" tabindex=&quot;-1&quot; role=&quot;dialog&quot;> <div class="cpops-drawer-notices-wrapper"></div> <div class="cpops-panel"> <div class="cpops-drawer-header"> <div class="cpops-drawer-header__heading"> <div class="cpops-drawer-header__title"> <span>My cart</span> </div> <button type="button" class="cpops-drawer-header__close" data-dismiss="cpops-modal"> <svg aria-hidden="true" focusable="false" role="presentation" class="cpops-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z"/></svg> <span class="cpops-sr-only" aria-hidden="true">Close cart</span> </button> </div> </div> <div class="cpops-drawer-cart"> <div class="cpops-empty-cart"> <span>Your cart is empty.</span> <p>Looks like you haven&#039;t made a choice yet.</p> </div> </div> <div class="cpops-drawer-footer"> <div class="cpops-cart-total"> <div class="cpops-cart-line-items"> <div class="cpops-cart-line-items__item cpops-cart-line-items__subtotal"><span class="cpops-cart-line-items__label cpops-cart-line-items__subtotal-label">Subtotal</span><span class="cpops-cart-line-items__value cpops-cart-line-items__subtotal-value"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>0.00</span></span></div> <div class="cpops-cart-line-items__item cpops-cart-line-items__tax"><span class="cpops-cart-line-items__label cpops-cart-line-items__tax-label"></span><span class="cpops-cart-line-items__value cpops-cart-line-items__tax-value"></span></div> <div class="cpops-cart-line-items__item cpops-cart-line-items__shipping"><span class="cpops-cart-line-items__label cpops-cart-line-items__shipping-label">Shipping</span><span class="cpops-cart-line-items__value cpops-cart-line-items__shipping-value"></span></div> <div class="cpops-cart-line-items__item cpops-cart-line-items__total"><span class="cpops-cart-line-items__label cpops-cart-line-items__total-label">Total</span><span class="cpops-cart-line-items__value cpops-cart-line-items__total-value"><strong><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>0.00</span></strong> </span></div> </div> <div class="wc-proceed-to-checkout"> <a class="checkout-button wc-forward" href="https://acousticsonic.com/shop/">Your cart is empty. Shop now</a> </div> </div> <div class="cpops-powered-by"> Powered by <a href="https://cartpops.com/?utm_source=Add+To+Cart+Trigger&#038;utm_campaign=Powered+By&#038;utm_medium=https%3A%2F%2Facousticsonic.com" target="_blank" rel="noopener noreferrer">CartPops <span class="screen-reader-text">(opens in a new tab)</span><i class="cpops-love"></i></a></div> </div> </div> </div> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link rel='stylesheet' id='photoswipe-css' href='https://acousticsonic.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=8.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-default-skin-css' href='https://acousticsonic.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=8.6.1' type='text/css' media='all' /> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/frontend-reset-password/assets/js/password-lost.js?ver=1.0.0" id="som_reset_password_script-js"></script> <script type="text/javascript" id="stickThis-js-extra"> /* <![CDATA[ */ var sticky_anything_engage = {"element":".sticky","topspace":"130","minscreenwidth":"980","maxscreenwidth":"999999","zindex":"1","legacymode":"","dynamicmode":"","debugmode":"","pushup":".stop","adminbar":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js?ver=2.1.1" id="stickThis-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.1" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/acousticsonic.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.1" id="wc-order-attribution-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/wp-util.min.js?ver=6.4.2" id="wp-util-js"></script> <script type="text/javascript" id="wp-api-request-js-extra"> /* <![CDATA[ */ var wpApiSettings = {"root":"https:\/\/acousticsonic.com\/wp-json\/","nonce":"5115b4fb8b","versionString":"wp\/v2\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/api-request.min.js?ver=6.4.2" id="wp-api-request-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/dist/api-fetch.min.js?ver=0fa4dabf8bf2c7adf21a" id="wp-api-fetch-js"></script> <script type="text/javascript" id="wp-api-fetch-js-after"> /* <![CDATA[ */ wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://acousticsonic.com/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "5115b4fb8b" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://acousticsonic.com/wp-admin/admin-ajax.php?action=rest-nonce"; /* ]]> */ </script> <script type="text/javascript" id="woo-variation-swatches-js-extra"> /* <![CDATA[ */ var woo_variation_swatches_options = {"show_variation_label":"1","clear_on_reselect":"","variation_label_separator":":","is_mobile":"","show_variation_stock":"","stock_label_threshold":"5","cart_redirect_after_add":"no","enable_ajax_add_to_cart":"yes","cart_url":"https:\/\/acousticsonic.com\/cart-2\/","is_cart":""}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woo-variation-swatches/assets/js/frontend.min.js?ver=1705320560" id="woo-variation-swatches-js"></script> <script type="text/javascript" id="yith-wcqv-frontend-js-extra"> /* <![CDATA[ */ var yith_qv = {"ajaxurl":"\/wp-admin\/admin-ajax.php","loader":"https:\/\/acousticsonic.com\/wp-content\/plugins\/yith-woocommerce-quick-view\/assets\/image\/qv-loader.gif","lang":""}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/yith-woocommerce-quick-view/assets/js/frontend.min.js?ver=1.36.0" id="yith-wcqv-frontend-js"></script> <script type="text/javascript" id="divi-custom-script-js-extra"> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https:\/\/acousticsonic.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/acousticsonic.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/acousticsonic.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"652a847f3a","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"a14c274ffd","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"92273","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":"https:\/\/acousticsonic.com\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#7EBEC5","waypoints_options":[]}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.24.2" id="divi-custom-script-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.24.2" id="fitvids-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-includes/js/comment-reply.min.js?ver=6.4.2" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.mobile.js?ver=4.24.2" id="jquery-mobile-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js?ver=4.24.2" id="magnific-popup-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js?ver=4.24.2" id="easypiechart-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/salvattore.js?ver=4.24.2" id="salvattore-js"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.24.2" id="et-core-common-js"></script> <script type="text/javascript" id="cartpops-frontend-js-extra"> /* <![CDATA[ */ var CartPopsConfig = {"script_debug":"","ajax_url":"https:\/\/acousticsonic.com\/wp-admin\/admin-ajax.php","pro":"false","nonce":"defee203aa","trigger":"drawer","forceRefresh":"false","refreshDelay":"150","ajaxAddToCart":"1","isCheckoutPage":"false","isCartPage":"false","genericAddToCartMessage":"Product successfully added to your cart.","notificationDelay":"4200","loadingStateDelay":{"deleteProduct":500,"updateProduct":500,"addProduct":250,"restoreProduct":1500,"addCoupon":100,"deleteCoupon":100},"recommendationEngine":"false"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/cartpops/public/dist/js/frontend.min.js?ver=1.4.30" id="cartpops-frontend-js"></script> <script type="text/javascript" id="jquery-dgwt-wcas-js-extra"> /* <![CDATA[ */ var dgwt_wcas = {"labels":{"post":"Post","page":"Page","vendor":"Vendor","product_plu":"Products","post_plu":"Posts","page_plu":"Pages","vendor_plu":"Vendors","sku_label":"SKU:","sale_badge":"Sale","vendor_sold_by":"Sold by:","featured_badge":"Featured","in":"in","read_more":"continue reading","no_results":"\"No results\"","no_results_default":"No results","show_more":"See all products...","show_more_details":"See all products...","search_placeholder":"Search for products...","submit":"","search_hist":"Your search history","search_hist_clear":"Clear","tax_product_cat_plu":"Categories","tax_product_cat":"Category","tax_product_tag_plu":"Tags","tax_product_tag":"Tag"},"ajax_search_endpoint":"\/?wc-ajax=dgwt_wcas_ajax_search","ajax_details_endpoint":"\/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"\/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"","img_url":"https:\/\/acousticsonic.com\/wp-content\/plugins\/ajax-search-for-woocommerce\/assets\/img\/","is_premium":"","layout_breakpoint":"992","mobile_overlay_breakpoint":"992","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"400","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\t xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\t viewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\">\n\t\t <path \t\t\t\t\t\t d=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\">\n\t\t\t\t\t<path d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t\t 1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t\t 0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t\t -0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t\t 9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t\t 2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","history_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"16\">\n\t\t\t\t\t<g transform=\"translate(-17.498822,-36.972165)\">\n\t\t\t\t\t\t<path \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"\/>\n\t\t\t\t\t<\/g>\n\t\t\t\t<\/svg>\n\t\t\t\t","close_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" viewBox=\"0 0 24 24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","back_icon":"\t\t\t\t<svg class=\"\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","preloader_icon":"\t\t\t\t<svg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\">\n\t\t\t\t\t<circle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 14q-1.25 0-2.125-.875T9 11V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 1.25-.875 2.125T12 14Zm0-6Zm-1 13v-3.075q-2.6-.35-4.3-2.325Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16t3.538-1.463Q17 13.075 17 11h2q0 2.625-1.7 4.6-1.7 1.975-4.3 2.325V21Zm1-9q.425 0 .713-.288Q13 11.425 13 11V5q0-.425-.287-.713Q12.425 4 12 4t-.712.287Q11 4.575 11 5v6q0 .425.288.712.287.288.712.288Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\"\n\t\t\t\t\t width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M12 14q-1.25 0-2.125-.875T9 11V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 1.25-.875 2.125T12 14Zm-1 7v-3.075q-2.6-.35-4.3-2.325Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16t3.538-1.463Q17 13.075 17 11h2q0 2.625-1.7 4.6-1.7 1.975-4.3 2.325V21Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t<svg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"24\" width=\"24\">\n\t\t\t\t\t<path \t\t\t\t\t\td=\"M17.75 14.95 16.3 13.5q.35-.575.525-1.2Q17 11.675 17 11h2q0 1.1-.325 2.087-.325.988-.925 1.863Zm-2.95-3L9 6.15V5q0-1.25.875-2.125T12 2q1.25 0 2.125.875T15 5v6q0 .275-.062.5-.063.225-.138.45ZM11 21v-3.1q-2.6-.35-4.3-2.312Q5 13.625 5 11h2q0 2.075 1.463 3.537Q9.925 16 12 16q.85 0 1.613-.262.762-.263 1.387-.738l1.425 1.425q-.725.575-1.587.962-.863.388-1.838.513V21Zm8.8 1.6L1.4 4.2l1.4-1.4 18.4 18.4Z\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","show_product_vendor":"","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"en-US","show_recently_searched_products":"","show_recently_searched_phrases":""}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/ajax-search-for-woocommerce/assets/js/search.min.js?ver=1.27.0" id="jquery-dgwt-wcas-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.6.1" id="wc-add-to-cart-variation-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.8.6.1" id="zoom-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.8.6.1" id="photoswipe-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.8.6.1" id="photoswipe-ui-default-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.6.1" id="wc-single-product-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="et-builder-modules-script-motion-js-extra"> /* <![CDATA[ */ var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/motion-effects.js?ver=4.24.2" id="et-builder-modules-script-motion-js"></script> <script type="text/javascript" id="et-builder-modules-script-sticky-js-extra"> /* <![CDATA[ */ var et_pb_sticky_elements = {"et_pb_section_0_tb_header":{"id":"et_pb_section_0_tb_header","selector":".et_pb_section_0_tb_header","position":"top","topOffset":"0px","bottomOffset":"0px","topLimit":"none","bottomLimit":"none","offsetSurrounding":"on","transition":"on","styles":{"module_alignment":{"desktop":"","tablet":"","phone":""},"positioning":"relative"},"stickyStyles":{"position_origin_r":"top_left","horizontal_offset":"","vertical_offset":""}}}; /* ]]> */ </script> <script type="text/javascript" src="https://acousticsonic.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js?ver=4.24.2" id="et-builder-modules-script-sticky-js"></script> <script type = "text/javascript" > ///Jquery for Pricing Table COLUMN 1 on homepage jQuery(document).ready(function() { jQuery('#reveal').hide(); jQuery('.reveal-button').click(function(e) { e.preventDefault(); jQuery("#reveal").slideToggle(); jQuery('.reveal-button'); }); }); </script> <script type = "text/javascript" > //Jquery for Pricing Table COLUMN 2 on homepage jQuery(document).ready(function() { // Hide the div jQuery('#reveal-1').hide(); jQuery('.reveal-button-1').click(function(e) { e.preventDefault(); jQuery("#reveal-1").slideToggle(); jQuery('.reveal-button-1'); }); }); </script> <script type = "text/javascript" > //Jquery for Pricing Table COLUMN 3 on homepage jQuery(document).ready(function() { // Hide the div jQuery('#reveal-2').hide(); jQuery('.reveal-button-2').click(function(e) { e.preventDefault(); jQuery("#reveal-2").slideToggle(); jQuery('.reveal-button-2'); }); }); </script> <script type = "text/javascript" > ///JQUERY FOR Custom Dropdown in Header jQuery(document).ready(function() { jQuery('.molti-custom-menu-text').show(); jQuery('.molti-custom-menu').click(function(e) { e.preventDefault(); jQuery(".molti-custom-menu-text").toggle(); }); }); </script> <script type = "text/javascript" > jQuery(document).ready(function() { jQuery('.molti-custom-dropdown-content').hide(); jQuery('.molti-custom-menu ').click(function(e) { e.preventDefault(); jQuery(".molti-custom-dropdown-content").toggle(); }); }); jQuery(document).ready(function() { jQuery('#et-main-area').on('click', function(event) { jQuery('.molti-custom-dropdown-content').hide(0); }); }); ///END HERE FOR Custom Dropdown in Header </script> <script>/// Molti Testimonial - Active Image Switcher for Services Page ///Image 1 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-1").click(function(){ jQuery(".molti-testimonial-image-1").addClass("active-img"); });        jQuery(".molti-testimonial-image-1").click(function(){ jQuery(".molti-testimonial-image-2, .molti-testimonial-image-3, .molti-testimonial-image-4").removeClass("active-img"); }); }); ///Image 2 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-2").click(function(){ jQuery(".molti-testimonial-image-2").addClass("active-img"); });        jQuery(".molti-testimonial-image-2").click(function(){ jQuery(".molti-testimonial-image-1, .molti-testimonial-image-3, .molti-testimonial-image-4").removeClass("active-img"); }); }); ///Image 3 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-3").click(function(){ jQuery(".molti-testimonial-image-3").addClass("active-img"); });        jQuery(".molti-testimonial-image-3").click(function(){ jQuery(".molti-testimonial-image-1, .molti-testimonial-image-2, .molti-testimonial-image-4").removeClass("active-img"); }); }); ///Image 4 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-4").click(function(){ jQuery(".molti-testimonial-image-4").addClass("active-img"); });        jQuery(".molti-testimonial-image-4").click(function(){ jQuery(".molti-testimonial-image-1, .molti-testimonial-image-2, .molti-testimonial-image-3").removeClass("active-img"); }); }); </script> <script>/// Molti Testimonial - Text Switches for active testimonial ///Image 1 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-1").click(function(){ jQuery(".molti-testimonial-text-1").addClass("active-text"); });        jQuery(".molti-testimonial-image-1").click(function(){ jQuery(".molti-testimonial-text-2, .molti-testimonial-text-3, .molti-testimonial-text-4").removeClass("active-text"); }); }); ///Image 2 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-2").click(function(){ jQuery(".molti-testimonial-text-2").addClass("active-text"); });        jQuery(".molti-testimonial-image-2").click(function(){ jQuery(".molti-testimonial-text-1, .molti-testimonial-text-3, .molti-testimonial-text-4").removeClass("active-text"); }); }); ///Image 3 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-3").click(function(){ jQuery(".molti-testimonial-text-3").addClass("active-text"); });        jQuery(".molti-testimonial-image-3").click(function(){ jQuery(".molti-testimonial-text-1, .molti-testimonial-text-2, .molti-testimonial-text-4").removeClass("active-text"); }); }); ///Image 4 Click jQuery(document).ready(function() {        jQuery(".molti-testimonial-image-4").click(function(){ jQuery(".molti-testimonial-text-4").addClass("active-text"); });        jQuery(".molti-testimonial-image-4").click(function(){ jQuery(".molti-testimonial-text-1, .molti-testimonial-text-2, .molti-testimonial-text-3").removeClass("active-text"); }); ///All of them jQuery(".molti-testimonial-image-2").click(function(){ jQuery(".molti-testimonial-text-1").addClass("not-active-text"); }); jQuery(".molti-testimonial-image-3").click(function(){ jQuery(".molti-testimonial-text-1").addClass("not-active-text"); }); jQuery(".molti-testimonial-image-4").click(function(){ jQuery(".molti-testimonial-text-1").addClass("not-active-text"); }); }); </script> <script>/// Single Job Page - Tabs jQuery(document).ready(function() {        jQuery(".molti-careers-application-link").click(function(){ jQuery(".molti-careers-application-link").addClass("active-link-application"); jQuery(".molti-careers-overview-link").removeClass("active-link"); });      jQuery(".molti-careers-overview-link").click(function(){ jQuery(".molti-careers-overview-link").addClass("active-link"); jQuery(".molti-careers-application-link").removeClass("active-link-application"); }); }); </script> <script>/// Single Job Page - Working of tabs jQuery(document).ready(function() { jQuery(".application").hide();  jQuery(".molti-careers-application-link").click(function(){ jQuery(".application").show(); jQuery(".role-overview").hide(); });  jQuery(".molti-careers-overview-link").click(function(){ jQuery(".role-overview").show(); jQuery(".application").hide(); }); }); </script> <script>/// Molti Pricing page - Pricing Switcher for Yearly and Monthly Button ///Image 1 Click jQuery(document).ready(function() {        jQuery(".yearly-button").click(function(){ jQuery(".yearly-button").addClass("molti-active-switch-button"); jQuery(".monthly-button").removeClass("molti-active-switch-button"); });        jQuery(".monthly-button").click(function(){ jQuery(".monthly-button").addClass("molti-active-switch-button"); jQuery(".yearly-button").removeClass("molti-active-switch-button"); }); }); </script> <script>/// Pricing Page - Pricing Switcher - Working of Tables jQuery(document).ready(function() { jQuery(".yearly-pricing").hide();  jQuery(".yearly-button").click(function(){ jQuery(".yearly-pricing").show(); jQuery(".monthly-pricing").hide(); });  jQuery(".monthly-button").click(function(){ jQuery(".monthly-pricing").show(); jQuery(".yearly-pricing").hide(); }); }); </script> <script>/// Molti - Single Service Page - Custom Tabs jQuery(document).ready(function() { jQuery(".molti-custom-tab-1").click(function(){ jQuery(".molti-custom-tab-1").addClass("active-tab"); jQuery(".molti-custom-tab-2").removeClass("active-tab"); jQuery(".molti-custom-tab-3").removeClass("active-tab"); jQuery(".molti-custom-tab-4").removeClass("active-tab"); });        jQuery(".molti-custom-tab-2").click(function(){ jQuery(".molti-custom-tab-2").addClass("active-tab"); jQuery(".molti-custom-tab-3").removeClass("active-tab"); jQuery(".molti-custom-tab-4").removeClass("active-tab"); });        jQuery(".molti-custom-tab-3").click(function(){ jQuery(".molti-custom-tab-3").addClass("active-tab"); jQuery(".molti-custom-tab-2").addClass("active-tab"); jQuery(".molti-custom-tab-4").removeClass("active-tab"); });  jQuery(".molti-custom-tab-4").click(function(){ jQuery(".molti-custom-tab-4").addClass("active-tab"); jQuery(".molti-custom-tab-2").addClass("active-tab"); jQuery(".molti-custom-tab-3").addClass("active-tab"); }); }); </script> <script>/// Molti Custom tabs - Single Service Page - For Content jQuery(document).ready(function() { jQuery(".molti-custom-tabs-content-2").hide(); jQuery(".molti-custom-tabs-content-3").hide(); jQuery(".molti-custom-tabs-content-4").hide(); jQuery(".molti-custom-tab-1").click(function(){ jQuery(".molti-custom-tabs-content-1").show(); jQuery(".molti-custom-tabs-content-2, .molti-custom-tabs-content-3, .molti-custom-tabs-content-4").hide(); }); jQuery(".molti-custom-tab-2").click(function(){ jQuery(".molti-custom-tabs-content-2").show(); jQuery(".molti-custom-tabs-content-1, .molti-custom-tabs-content-3, .molti-custom-tabs-content-4").hide(); });  jQuery(".molti-custom-tab-3").click(function(){ jQuery(".molti-custom-tabs-content-3").show(); jQuery(".molti-custom-tabs-content-1, .molti-custom-tabs-content-2, .molti-custom-tabs-content-4").hide(); }); jQuery(".molti-custom-tab-4").click(function(){ jQuery(".molti-custom-tabs-content-4").show(); jQuery(".molti-custom-tabs-content-1, .molti-custom-tabs-content-2, .molti-custom-tabs-content-3").hide(); }); }); </script> <script>///For Blog Module with Text Overlay (function ($) { $(document).ready(function () { $(".molti-blog-latest .et_pb_post").each(function () { $(this).find(".entry-title, .post-meta, .post-content ").wrapAll('<div class="molti-blog-content"></div>'); }); }); })(jQuery); </script> <script>/// Molti -> Advanced Blog Page - Post Switcher jQuery(document).ready(function() { jQuery(".recent-button").click(function(){ jQuery(".recent-button").addClass("active-blog"); jQuery(".featured-button").removeClass("active-blog"); }); jQuery(".featured-button").click(function(){ jQuery(".featured-button").addClass("active-blog"); jQuery(".recent-button").removeClass("active-blog"); }); }); </script> <script>///Working of the Switcher - To Switch content jQuery(document).ready(function() { jQuery(".recent").hide(); jQuery(".recent-button").click(function(){ jQuery(".recent").show(); jQuery(".featured").hide(); }); jQuery(".featured-button").click(function(){ jQuery(".featured").show(); jQuery(".recent").hide(); }); }); </script> <script>///Single Post Page Tabs jQuery(document).ready(function() { jQuery(".molti-discussion").click(function(){ jQuery(".molti-discussion").addClass("active-link-discussion"); jQuery(".active-link-read").removeClass("active-link-read"); }); jQuery(".molti-read").click(function(){ jQuery(".molti-read").addClass("active-link-read"); jQuery(".molti-discussion").removeClass("active-link-discussion"); }); }); </script> <script>///Single Post Page Working of tabs to change content jQuery(document).ready(function() { jQuery(".molti-comments").hide(); jQuery(".molti-read").click(function(){ jQuery(".molti-article").show(); jQuery(".molti-comments").hide(); }); jQuery(".molti-discussion").click(function(){ jQuery(".molti-comments").show(); jQuery(".molti-article").hide(); }); }); </script> <script>/// To Collapse Submenu in Mobile Menu (function($) { function setup_collapsible_submenus() { // mobile menu $('.mobile_nav .menu-item-has-children > a').after('<span class="menu-closed"></span>'); $('.mobile_nav .menu-item-has-children > a').each(function() { $(this).next().next('.sub-menu').toggleClass('hide',1000); }); $('.mobile_nav .menu-item-has-children > a + span').on('click', function(event) { event.preventDefault(); $(this).toggleClass('menu-open'); $(this).next('.sub-menu').toggleClass('hide',1000); }); } $(window).load(function() { setTimeout(function() { setup_collapsible_submenus(); }, 0); }); })(jQuery); </script> <script>///Code For Showcase Page jQuery(document).ready(function() { jQuery(".buy").click(function(){ jQuery(".options").removeClass("hide-dp"); }); jQuery(".close").click(function(){ jQuery(".options").addClass("hide-dp"); }); }); </script> <script type = "text/javascript" > jQuery(document).ready(function() { jQuery('.info-btn').click(function(e) { e.preventDefault(); jQuery(".info-content").toggleClass("hide-dp"); }); }); </script> <script> jQuery('.info-btn').on('click', function(e) { jQuery('.info-btn').toggleClass("info-button open"); e.preventDefault(); });///END HERE </script> <script> /// jQuery for the Carousel jQuery(function($){ $('.molti-carousel-content').slick({ infinite: false, // Loop the Carousel If you wish slidesToShow: 5, // Slides to Show in the Carousel slidesToScroll: 2, // Slides to scroll }); }); </script> <script> /// jQuery for the Carousel - Mobile jQuery(function($){ $('.molti-carousel-content-mobile').slick({ infinite: false, // Loop the Carousel If you wish slidesToShow: 2, // Slides to Show in the Carousel slidesToScroll: 2, // Slides to scroll }); }); </script> <script>/// Molti Testimoniai tabs - Shop HomePage - For Content jQuery(document).ready(function() { jQuery(".molti-tab-testimonials-content-2").hide(); jQuery(".molti-tab-testimonials-content-3").hide(); jQuery(".molti-tab-testimonials-1").click(function(){ jQuery(".molti-tab-testimonials-content-1").show(); jQuery(".molti-tab-testimonials-content-2, .molti-tab-testimonials-content-3").hide(); }); jQuery(".molti-tab-testimonials-2").click(function(){ jQuery(".molti-tab-testimonials-content-2").show(); jQuery(".molti-tab-testimonials-content-1, .molti-tab-testimonials-content-3").hide(); }); jQuery(".molti-tab-testimonials-3").click(function(){ jQuery(".molti-tab-testimonials-content-3").show(); jQuery(".molti-tab-testimonials-content-2, .molti-tab-testimonials-content-1").hide(); }); }); </script> <script>/// Molti - Single Service Page - Custom Tabs jQuery(document).ready(function() { jQuery(".molti-tab-testimonials-1").click(function(){ jQuery(".molti-tab-testimonials-1").addClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-2").removeClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-3").removeClass("active-testimonial-tab"); });        jQuery(".molti-tab-testimonials-2").click(function(){ jQuery(".molti-tab-testimonials-2").addClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-1").removeClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-3").removeClass("active-testimonial-tab"); });        jQuery(".molti-tab-testimonials-3").click(function(){ jQuery(".molti-tab-testimonials-3").addClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-1").removeClass("active-testimonial-tab"); jQuery(".molti-tab-testimonials-2").removeClass("active-testimonial-tab"); }); }); </script> <script>/// Molti Login Page - Toggle for Content (function ($) { $(document).ready(function () { $(".molti-login-area .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .reg-text").hide(0); $(".molti-register-button").click(function (e) { $(".molti-login-area .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .reg-text").show(); $(".molti-login-area .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .login-text").hide(0); }); $(".molti-login-button").click(function (e) { $(".molti-login-area .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .login-text").show(); $(".molti-login-area .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .reg-text").hide(0); }); }); })(jQuery); </script> <script>/// Molti - Login Page - Custom Tabs Toggle switch jQuery(document).ready(function() { jQuery(".molti-register-button").click(function(){ jQuery(this).addClass("active-blog"); jQuery(".molti-login-button").removeClass("active-blog"); }); jQuery(".molti-login-button").click(function(){ jQuery(this).addClass("active-blog"); jQuery(".molti-register-button").removeClass("active-blog"); }); }); </script> <script>/// Molti Account Page Tabs - For Content jQuery(document).ready(function() { jQuery(".moc, .mdc, .mmsc, .mrc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); jQuery(".mdac-button").click(function(){ jQuery(".mdac").show(); jQuery(".moc, .mdc, .mmsc, .mrc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".moc-button").click(function(){ jQuery(".moc").show(); jQuery(".mdac, .mdc, .mmsc, .mrc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".md-button").click(function(){ jQuery(".mdc").show(); jQuery(".mdac, .moc, .mmsc, .mrc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".mmsc-button").click(function(){ jQuery(".mmsc").show(); jQuery(".mdac, .moc, .mdc, .mrc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".mrc-button").click(function(){ jQuery(".mrc").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mtc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".mtc-button").click(function(){ jQuery(".mtc").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mrc, .mlcc, .mea, .meb, .mpm").hide(); }); jQuery(".mlcc-button").click(function(){ jQuery(".mlcc").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mrc, .mtc, .mea, .meb, .mpm").hide(); }); jQuery(".mea-button").click(function(){ jQuery(".mea").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mrc, .mtc, .mlcc, .meb, .mpm").hide(); }); jQuery(".meb-button").click(function(){ jQuery(".meb").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mrc, .mtc, .mlcc, .mea, .mpm").hide(); }); jQuery(".mpm-button").click(function(){ jQuery(".mpm").show(); jQuery(".mdac, .moc, .mdc, .mmsc, .mrc, .mtc, .mlcc, .mea, .meb").hide(); }); }); </script> <script>/// Molti My Account Page - Active indication jQuery(document).ready(function() { jQuery(".mdac-button").click(function(){ jQuery(".mdac-button").addClass("active-aa"); jQuery(".moc-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); });        jQuery(".moc-button").click(function(){ jQuery(".moc-button").addClass("active-aa"); jQuery(".mdac-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".md-button").click(function(){ jQuery(".md-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mmsc-button").click(function(){ jQuery(".mmsc-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mrc-button").click(function(){ jQuery(".mrc-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mtc-button").click(function(){ jQuery(".mtc-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mrc-button, .mlcc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mlcc-button").click(function(){ jQuery(".mlcc-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mea-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mea-button").click(function(){ jQuery(".mea-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .meb-button, .mpm-button").removeClass("active-aa"); }); jQuery(".meb-button").click(function(){ jQuery(".meb-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .mpm-button").removeClass("active-aa"); }); jQuery(".mpm-button").click(function(){ jQuery(".mpm-button").addClass("active-aa"); jQuery(".mdac-button, .moc-button, .md-button, .mmsc-button, .mrc-button, .mtc-button, .mlcc-button, .mea-button, .meb-button").removeClass("active-aa"); }); }); </script> <script type="text/javascript"> /// To change the text of View Review Button on the under the Review tab in My Account Page jQuery(document).ready(function(){ jQuery(".wshkcomment").text("View Review"); }); </script> <script>/// Molti My Account Page - Profile Dropdown (function ($) { $(document).ready(function () { $(".maa-dropdown").hide(0); $(".molti-user-card").click(function (e) { e.preventDefault(); $(".maa-dropdown").fadeToggle(0); }); }); })(jQuery); </script> <script> /// Molti My Account Page - Icon rotation effect on click jQuery(document).ready(function() { jQuery(".molti-user-card").click(function(){ jQuery(this).toggleClass("maa-dropdown-click"); }); }); </script> <script>/// To Show the Search Dropdown on Search Icon Click in Main Header (function ($) { $(document).ready(function () { $(".molti-search-button").click(function (e) { e.preventDefault(); $(".molti-search-slide").toggleClass("hide-dp") }); }); })(jQuery); </script> <script>/// Some Adjustments for the the Search Dropdown jQuery(document).ready(function() { jQuery(".molti-search-button").click(function(){ jQuery(this).toggleClass("molti-search-close"); }); jQuery("#et-main-area, .molti-dropdown-2").click(function(){ jQuery(".molti-search-button").removeClass("molti-search-close"); }); jQuery("#et-main-area, .molti-dropdown-2").click(function(){ jQuery(".molti-search-slide").addClass("hide-dp"); }); }); </script> <script type="text/javascript">/// Molti Advanced Dropdown V2 - For Content jQuery(document).ready(function() { jQuery('.molti-dropdown-2').click(function(e){ e.preventDefault();jQuery(".molti-dropdown-2-content").toggleClass("hide-dp"); jQuery(".molti-search-slide").addClass("hide-dp"); }); }); </script> <script>/// Molti FAQ page for content jQuery(document).ready(function() { jQuery(".molti-faq-2-content, .molti-faq-3-content, .molti-faq-4-content").hide(); jQuery(".molti-faq-1").click(function(){ jQuery(".molti-faq-1-content").show(); jQuery(".molti-faq-2-content, .molti-faq-3-content, .molti-faq-4-content").hide(); }); jQuery(".molti-faq-2").click(function(){ jQuery(".molti-faq-2-content").show(); jQuery(".molti-faq-1-content, .molti-faq-3-content, .molti-faq-4-content").hide(); }); jQuery(".molti-faq-3").click(function(){ jQuery(".molti-faq-3-content").show(); jQuery(".molti-faq-1-content, .molti-faq-2-content, .molti-faq-4-content").hide(); }); jQuery(".molti-faq-4").click(function(){ jQuery(".molti-faq-4-content").show(); jQuery(".molti-faq-1-content, .molti-faq-2-content, .molti-faq-3-content").hide(); }); }); </script> <script>/// Molti - Active Indication jQuery(document).ready(function() { jQuery(".molti-faq-1").click(function(){ jQuery(this).addClass("molti-active-faq"); jQuery(".molti-faq-2, .molti-faq-3, .molti-faq-4").removeClass("molti-active-faq"); }); jQuery(".molti-faq-2").click(function(){ jQuery(this).addClass("molti-active-faq"); jQuery(".molti-faq-1, .molti-faq-3, .molti-faq-4").removeClass("molti-active-faq"); }); jQuery(".molti-faq-3").click(function(){ jQuery(this).addClass("molti-active-faq"); jQuery(".molti-faq-1, .molti-faq-2, .molti-faq-4").removeClass("molti-active-faq"); }); jQuery(".molti-faq-4").click(function(){ jQuery(this).addClass("molti-active-faq"); jQuery(".molti-faq-1, .molti-faq-2, .molti-faq-3").removeClass("molti-active-faq"); }); }); </script> <script>/// Creating a Pages toggle on Showcase Page - for Content jQuery(document).ready(function() { jQuery(".the-new-pages-content").hide(); jQuery(".the-new").click(function(){ jQuery(".the-new-pages-content").show(); jQuery(".all-pages-content").hide(); }); jQuery(".all-pages").click(function(){ jQuery(".all-pages-content").show(); jQuery(".the-new-pages-content").hide(); }); }); </script> <script>//// Showcase Page - Active Indication jQuery(document).ready(function() { jQuery(".the-new").click(function(){ jQuery(this).addClass("active-pages-toggle"); jQuery(".all-pages").removeClass("active-pages-toggle"); }); jQuery(".all-pages").click(function(){ jQuery(this).addClass("active-pages-toggle"); jQuery(".the-new").removeClass("active-pages-toggle"); }); }); </script> <script type="text/javascript">/// Fixing Divi Flash of Unstyled Content On Page Load var elm=document.getElementsByTagName("html")[0]; elm.style.display="none"; document.addEventListener("DOMContentLoaded",function(event) {elm.style.display="block"; }); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Noise Survey, Noise Level Testing, Noise Measurement\nOur specialists are able to conduct the followings testing:\nEvaluate noise levels or sound exposure in the work place to determine if the noise environment is in compliance with local noise ordinances.\nEvaluate community response to an external source of noise.\nEvaluate whether a given acoustical environment is acceptable to resident or inhabitants.\nEstablish noise level contours at a selected site.\nAcoustic Sonic Inc provide a wide range of acoustical measurements, testing and analysis. We support you in the followings areas:\nASTM E 90/ISO 140 Sound Transmission Loss\nThese standards provide guidelines and testing procedures for measuring the sound insulation properties of walls, ceilings, and floors in various environments, such as residential, commercial, or industrial buildings. By following these standards, architects and engineers can design spaces with improved acoustic performance, ensuring a quieter and more comfortable environment for occupants.praesentium voluptatum deleniti atque corrupti quos at dolores molestias excepturi sint occaecati cupiditate.\nASTM E 336 Sound Insulation in Building\nThe ASTM E336 standard involves the use of various equipment and measurement techniques to determine the Sound Transmission Class (STC) of building elements. STC is a rating that quantifies the sound insulation performance of materials or assemblies, with higher STC values indicating better soundproofing.\nASTM E 1007 Impact Sound Transmission\nThe primary goal of ASTM E1007 is to determine the Impact Insulation Class (IIC) of a floor assembly. IIC is a rating that quantifies how effectively a floor can reduce the transmission of impact-generated noise from one space to another below it. Higher IIC values indicate better soundproofing against impact noise.\nTo measure IIC according to ASTM E1007, controlled impact sources are used to simulate various impacts on the floor surface, and specialized equipment records the resulting sound levels in the receiving space below. These measurements are then used to calculate the IIC rating for the floor assembly.\nASTM C423 Reverberation Time\nReverberation Time is a critical acoustic parameter that quantifies the time it takes for sound to decay or decrease in intensity by 60 dB (decibels) after the sound source is stopped. It is essential in architectural and acoustic design, as it helps assess the acoustic properties of a space. Shorter reverberation times are typically desired in spaces like classrooms or recording studios, where speech intelligibility or precise sound control is essential. Longer reverberation times are often preferred in concert halls or auditoriums to enhance musical performances.\nASTM C423 provides detailed procedures for measuring the Reverberation Time in a controlled and consistent manner. This standard outlines the use of specialized equipment, such as sound level meters and octave band filters, to record the sound decay in a room and calculate the Reverberation Time.\nANSI S12.9 Measurement of Environmental Sound\nSound Level Measurements: The standard outlines methods for measuring sound levels using sound level meters. It defines measurement locations, criteria for data collection, and statistical analysis techniques to determine representative sound levels.\nSound Exposure: ANSI S12.9 also provides guidance on assessing sound exposure over time, considering factors like duration and intensity of sound events. This information is useful for evaluating noise pollution and its impact on communities.\nData Presentation: The standard specifies how data should be presented, including statistical descriptors of sound levels (e.g., L10, L50, L90) and how to create sound level contours to visualize noise distribution in an area.\nNoise Mapping: ANSI S12.9 is relevant to the creation of noise maps, which are used by city planners and policymakers to identify noise hotspots and develop strategies for noise control and mitigation.\nCalibration and Measurement Equipment: The standard includes information on the calibration of sound level meters and the use of appropriate equipment for accurate measurements.\nEnvironmental sound measurement, as guided by ANSI S12.9, is essential for assessing and managing noise pollution in communities, evaluating the impact of transportation or industrial activities on the environment, and making informed decisions regarding noise control and abatement measures.", "id": "<urn:uuid:748be49d-9437-4be7-ba95-678c3bbba13f>", "dump": "CC-MAIN-2024-10", "url": "https://acousticsonic.com/single-service-page/", "date": "2024-02-25T08:13:40", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8834360241889954, "token_count": 878 } }
<urn:uuid:a49cf80e-67fb-43c6-82fa-c1d244e6c361>
<!DOCTYPE html><html class="mobile"><head><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /><meta content="telephone=no" name="format-detection" /><title>4 Common Curb Appeal Mistakes to Avoid</title> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="canonical" href="https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid"/> <meta charset="utf-8"> <meta name="description" content="One of the best ways to make a great impression on potential buyers and even increase the value of your home is by paying attention to its curb appeal. In "/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!-- FB og:tags start --> <meta property="og:site_name" content="ActiveRain"/> <meta property="og:title" content="4 Common Curb Appeal Mistakes to Avoid"/> <meta property="og:description" content="One of the best ways to make a great impression on potential buyers and even increase the value of your home is by paying attention to its curb appeal. In "/> <meta property="og:url" content="https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid"/> <meta property="fb:admins" content="1239513501,1653307921"/> <!-- FB og:tags end --> <meta content="article" property="og:type" /><meta content="4 Common Curb Appeal Mistakes to Avoid" property="og:title" /><meta content="https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid" property="og:url" /><meta content="//activerain-store.s3.amazonaws.com/blog_entries/917/5775917/original/4_Common_Curb_Appeal_Mistakes_to_Avoid.jpg?1677615839" property="og:image" /> <meta name="classification" content="Business: Real Estate"/> <meta name="category" content="Business: Real Estate"/> <meta name="verify-v1" content="4V8uxY1wliTUUps0MtNHCt8kaPckkPh7ElLu8u119GI="/> <link href="https://plus.google.com/101029400522053819967" rel="publisher"/> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="Hnd6I3IiZGCMd4/aYfU6dnU6Fe2kyOxEhldeYpqbX3OavWYEGFUGsqPp20cp0ZvbAuXf5qSGsPQKl2/o+eCf7w==" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-98DPRKSGBB"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-98DPRKSGBB'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P57GFPP');</script> <!-- End Google Tag Manager --> <link rel="stylesheet" media="screen" href="/assets/material-078516b9750221151300ecefba0c0cd347097605ba2d161a3614c164f4f1cb36.css" /><link rel="stylesheet" media="screen" href="/plugin_assets/active_engine/stylesheets/ads.css" /><link rel="stylesheet" media="screen" href="/assets/sections-e9584fed7205d386ce90c0d1b72e3b690acc267f3398ddd4ccdb4e5b760f9d6f.css" /><link rel="alternate" type="application/rss+xml" title="*Real Estate Marketing and SEO Content Writing*" href="/blogs/jerinka/rss" /><script type="text/javascript"> //Default Variables var hopscotchDefaultButtons = {"doneBtn":"Done","nextBtn":"Next","skipBtn":"Skip","backBtn":"Back","closeTooltip":"Close"}; //Google custom search engine code http://www.google.com/cse. Log in as admin@activerain.com to see our engines. (function () { var cx = '016474116467456296202:zcdp2tq_pxi' var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); if (top != self) { var frame_whitelist = [document.location.hostname]; var frame_i; var frame_test = frame_whitelist.length; var frame_safe = false; for (frame_i = 0; frame_i < frame_test; frame_i++) { if (document.referrer.indexOf(frame_whitelist[frame_i]) != -1) { frame_safe = true; } } if (frame_safe === false) { top.location.replace(document.location); } else { document.write("<link rel='stylesheet' href='/assets/tempest.css'>") } } </script> <script src="/assets/prototype-1fa5f3d8c80c574f9b37c7850ec51bed53436edaa766cedd4752e092ff1aa651.js"></script> <script src="/assets/application_2-6f1a29f9a50de5bbc5c14ff482b32dee04ee7e803e45b6e4d02aa3cadfd3991f.js"></script> <script type="text/javascript"> //Set no conflict jQuery.noConflict(); //Check external links Event.observe(window, 'load', function () { open_new_tab_for_content_in('ar_blog_home_wrapper') }); Event.observe(window, 'load', function () { open_new_tab_for_content_in('blog_description_settings') }); Event.observe(window, 'load', function () { open_new_tab_for_content_in('blog_nav') }); </script> <script type="text/javascript" src="/plugin_assets/active_engine/javascripts/tiny_mce/tinymce.min.js"></script> <script type="text/javascript"> //Default Variables var notificationMessages = {"error_title":"Error","error_message":"An error has occurred","success_title":"Success","success_message":"Completed successfully","warning_title":"Warning","info_title":"Information","notice_title":"Notice","percent":"\\% completed","percentege_advanced":"Almost done","please_wait_title":"Please Wait","please_wait_message":"Processing","error":"Error","notice":"Note","alert":"Alert","warning":"Warning","pending_changes_message":"There are unsaved changes"}; var additionalNotificationMessages = {"no_locations":"No locations were found with than name"}; var functionalityClickNames = {"notifications":"Notifications","show_upvotes":"Show Upvotes"}; var functionalityClickLocations = {"top_nav":"Top Navigation","blog_entry":"Blog Entry","comment":"Comment","question":"Question","answer":"Answer"}; var createFunctionalityClickUrl = "/functionality_clicks"; var miniVcardUrl = "/profile/__id__/mini_vcard"; var agentPreviewUrl = "/profile/__id__/agent_preview"; var idPlaceholder = "__id__"; var domainURL = "//activerain.com"; var loggedIn = false; var mobileRequest = false; var gptadslots = []; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; try { (function () { var gads = document.createElement("script"); gads.async = true; gads.type = "text/javascript"; var useSSL = "https:" == document.location.protocol; gads.src = (useSSL ? "https:" : "http:") + "//securepubads.g.doubleclick.net/tag/js/gpt.js"; var node = document.getElementsByTagName("script")[0]; node.parentNode.insertBefore(gads, node); })(); googletag.cmd.push(function () { //Example Ad //googletag.defineSlot('/6355419/Travel/Europe/France/Paris',[300, 250], "banner1").addService(googletag.pubads()); /* Use with: NOTE: Close script tag when using <div id="banner1" style="width:300px; height:250px;"> <script type="text/javascript"> googletag.cmd.push(function() { googletag.display('banner1'); }); <script> </div> */ //googletag.pubads()//.enableSingleRequest(); googletag.pubads().enableSingleRequest(); googletag.pubads().enableAsyncRendering(); googletag.enableServices(); } ); } catch (ex) { debug.error(ex); } //Google Analytics BEGIN var _gaq = _gaq || []; //Google Analytics END //Google Plus one api load try { window.___gcfg = { parsetags: 'explicit' }; (function () { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); } catch (ex) { debug.error(ex); } //Google Plus one api load END $(document).on('click', '.report-post', function(){ jQuery('#report-post-modal').modal({closeExisting: true}); }); $(document).on('click', '.agent-tag', function(e){ var id = e.target.getAttribute('data-id'); var url = agentPreviewUrl.replace(idPlaceholder, id); jQuery.ajax({ url: url, context: document.body }).done(function (response) { jQuery(".modal-content").html(response); jQuery("#agent-preview-modal").modal(); }); }); </script> <link rel="stylesheet" media="screen" href="/assets/lib/html5/fallbacks/placeholder/jquery.placeholder-fbf1f2169cdb8fac1aef49e550ad688a01c3cdb5f44e691def2ae6d22c6be43c.css" /> <script src="/assets/lib/html5/modernizr/modernizr-4d77415e2cd62bce15319047a10f374d0d0aa833ae972b995e3ec8fd8cd249be.js"></script> <!--[if (gte IE 6)&(lte IE 8)]> <script src="/assets/lib/selectivizr/selectivizr-min-4c171f0f930a9c8edcea83448f77c77ca7d8ef507a216ed16cbd5efb8e24fe02.js"></script> <![endif]--> <script type="text/javascript"> Modernizr.load({ test: Modernizr.input.placeholder, nope: [ '/assets/lib/html5/fallbacks/placeholder/jquery.html5support-69c5399a89ceb63b48d66476471e682c51c60d2c1dc5dc66a4f7da2fef990a24.js' ] }); </script><!----[if IE 9]--><link rel="stylesheet" media="screen" href="/assets/views/shared/common_ie9-5adca6b06bf368618d302df18e625bf9647cbb98b427b0b7334467c60369b04f.css" /><!--[endif]--><link rel="stylesheet" media="screen" href="/assets/lib/pnotify/pnotify.custom-e584810a553bc5838a1378b65a8baffa0f2b9f51606a0950b61dce627e002169.css" /> <link rel="stylesheet" media="screen" href="/assets/lib/pnotify/jquery.pnotify-ext-9753deb8ba3688e2e083555bc85c2966c6a46a68250593a5e7c5da31ef476cb1.css" /><link rel="stylesheet" media="screen" href="/assets/views/blogs/blogsview-0ee50030fe81c04909b007627c3ff1c5f5baa8c48c1989139b591f117c136046.css" /><!--[if IE 9]><link rel="stylesheet" media="screen" href="/assets/views/blogs/blogsview_ie9-75180941f5ab279355656d379757631c0936979ad02b0a5fc947e326759d0f44.css" /><![endif]--><!--[if IE 8]><link rel="stylesheet" media="screen" href="/assets/views/blogs/blogsview_ie8-6f28fbdd9c2ea3ffe38fb21f43448feb005d402742a1517c3db48868335129c3.css" /><![endif]--><link rel="stylesheet" media="screen" href="/assets/views/blogs/blog_agent_profile_sidebar-5a5bb07f2c6b20f274673d55e140bba064a476944a62f14f7ff3e97d9fd41386.css" /><link rel="stylesheet" media="screen" href="/assets/views/agents/profile_accent_themes-f0bde7390e1a43cd6fbec8fb277eb809a1d420e0692966404decb2a6155067dc.css" /><script src="/assets/views/blogs/blog_agent_profile_sidebar-8dd50a0f89b363dbb8d65e475f741307619d10b10d87d08535e5fe12fdc203cb.js"></script><link rel="stylesheet" media="screen" href="/assets/views/agents/profile_sidebar-25a56a06fca4aebf64a3c2b6ffda61f47eff5ad5b77ea6712d136c37df7a6185.css" /><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&amp;display=swap" rel="stylesheet" /><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /><meta content="width=device-width, initial-scale=1.0" name="viewport" /><script src="/assets/material-cfd45c62516c90df3a72d6e8ee7f940be9beac0414bc03bbcbd50caf25a1b13a.js"></script><script>jQuery.noConflict();</script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" rel="stylesheet" /></head><body class="blogs view_blog_post"><ul class="sidenav" id="slide-out"><li><a class="brand-logo" href="/"><img src="/assets/logo-8cf0b4b8d72448af620799067c84f8ec15e2ab2e102d2cf48ba977b0e77ca036.svg" /></a></li><li><form class="search mobile light-gray" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" /><div class="input-field"><input id="cx" name="cx" type="hidden" value="016474116467456296202:zcdp2tq_pxi" /><input name="cof" type="hidden" value="FORID:10" /><input name="ie" type="hidden" value="ISO-8859-1" /><input id="search" name="q" placeholder="Search" required="required" type="search" /><label class="label-icon" for="search"><i class="material-icons" height="40px">search</i></label><i class="material-icons" height="40px" onclick="$(&#39;input#search&#39;).val(&#39;&#39;);">close</i></div></form></li><li><a class="hover" href="/bloghome">Blogs</a></li><li><a class="hover" href="/questions">Q &amp; A</a></li><li><a class="hover" href="/product-reviews">Products</a></li><li><a class="hover" href="/groups">Groups</a></li><li><a class="hover" href="/login">Log In</a></li></ul><div class="navbar-fixed"><nav class="white"><div class="nav-wrapper"><div class="container"><div class="row"><div class="col m1 s6"><a class="menu sidenav-trigger" data-target="slide-out" href="#"><i class="material-icons">menu</i></a><a class="brand-logo" href="/"><img src="/assets/logo-8cf0b4b8d72448af620799067c84f8ec15e2ab2e102d2cf48ba977b0e77ca036.svg" /></a></div><div class="col m11 s6"><ul class="right text-dark-gray" id="nav-mobile"><li><form class="search light-gray" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" /><div class="input-field"><input id="cx" name="cx" type="hidden" value="016474116467456296202:zcdp2tq_pxi" /><input name="cof" type="hidden" value="FORID:10" /><input name="ie" type="hidden" value="ISO-8859-1" /><input id="search" name="q" placeholder="Search" required="required" type="search" /><label class="label-icon" for="search"><i class="material-icons" height="40px">search</i></label><i class="material-icons" height="40px" onclick="$(&#39;input#search&#39;).val(&#39;&#39;);">close</i></div></form></li><li class="hide-on-med-and-down"><a class="hover" href="/bloghome">Blogs</a></li><li class="hide-on-med-and-down"><a class="hover" href="/questions">Q &amp; A</a></li><li class="hide-on-med-and-down"><a class="hover" href="/product-reviews">Products</a></li><li class="hide-on-med-and-down"><a class="hover" href="/groups">Groups</a></li><li class="hide-on-med-and-down"><a class="hover" href="/login">Log In</a></li><li><a class="waves-effect waves-light btn bold" href="/join">Join now</a></li></ul></div></div></div></div></nav></div><div class="main container"><div id="blog-page" itemscope="" itemtype="http://schema.org/BlogPosting"><meta content="https://activerain.com///activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" itemprop="image" /><div class="row"><div class="col l8 m12 s12"><article class="card"><div class="card-content"><div class="regular secondary-text" id="breadcrumbs"><a href="/">Home</a> &gt; <a href="/bloghome">Blogs</a> &gt; <a href="/profile/jerinka">Tammy Emineth</a> &gt; <a href="/blogs/jerinka">*Real Estate Marketing and SEO Content Writing*</a></div><div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div><header class="blog-header"><!-- ### Blogpost name --><h1 class="bold dark-gray-text" itemprop="headline">4 Common Curb Appeal Mistakes to Avoid</h1><div class="actions"></div><div class="author-details"><span class="regular by-info user-content">By <!-- ### Author of the blog --><span class="secondary-text" itemprop="author" itemscope="" itemtype="http://schema.org/Person"><!-- ### URL of the author's profile page --><a rel="author" itemprop="url" href="/profile/jerinka"><!-- ### Name of the author --><span itemprop="name">Tammy Emineth</span></a></span></span><div class="text-medium-gray">Services for Real Estate Pros with Personal SEO - Website SEO and Real Estate Marketing</div></div><div class="regular text-medium-gray blog-date"><time>February 28, 2023 12:24 PM</time><meta content="2023-02-28T12:24:00" itemprop="datePublished" /></div><div></div></header><div class="featured-image"><img alt="4_Common_Curb_Appeal_Mistakes_to_Avoid.jpg" src="//activerain-store.s3.amazonaws.com/blog_entries/917/5775917/original/4_Common_Curb_Appeal_Mistakes_to_Avoid.jpg?1677615839" /></div><div class="blog-content style-reset-for-user-content user-content" itemprop="articleBody"><p>One of the best ways to make a great impression on potential buyers and even increase the value of your home is by paying attention to its curb appeal. In addition to what you should do to help your home put its best foot forward and make a wonderful first impression, there are a few common mistakes you should know about--and avoid.</p><p><strong>Don't forget to avoid these common curb appeal mistakes.</strong></p><h3>Cluttered Driveway</h3><p>You likely already understand the importance of decluttering your home before selling it. Decluttering helps the space appear clean, well-maintained, and spacious. It also makes it easier for your <a href="https://www.tampabuyersbroker.com/buyers/why-do-a-real-estate-walk-through-prior-to-closing/" target="_blank" rel="noopener">potential buyer to imagine themselves in the home</a>.</p><p><a href="https://www.calgaryhousefinder.ca/" target="_blank" rel="noopener">Greg Kennedy, Calgary Real Estate</a> Professional suggests: "A cluttered driveway can also be a deterrent. Storing garbage bins on the driveway or even just parking vehicles on it can make the home appear smaller or less functional than it is. If you do not have a garage or cannot park in it, plan to move your vehicles off the driveway for all open houses, showings, and when the photographer is getting photos for the listing. Any vehicles that are waiting to be repaired or are not in working order should be towed to a different place while your home is on the market to avoid a poor first impression as buyers view the home."</p><h3>Personalized Lawn and Garden Decor</h3><p>Personalized outdoor decor like lawn ornaments, customized flags and welcome mats, or kids' toys don't make a great impression. <a href="https://www.calgaryhousefinder.ca/blog/5-ways-to-boost-your-curb-appeal-this-spring-in-calgary/" target="_blank" rel="noopener">It is a common curb appeal mistake to leave these things out in the yard</a>, but they are likely to distract from the best parts of your property and make it more challenging for potential buyers to imagine themselves making it their home.</p><h3>Broken or Damaged Eyesores</h3><p>Pay careful attention to features around the exterior of your home that may be showing wear and tear or are broken or damaged. A common curb appeal mistake many sellers make is focusing on repairing the interior of the home while forgetting about details outside, which can still make an impact.</p><p>Some of the most common exterior features that may need some attention include:</p><ul> <li>Mailboxes</li> <li>House numbers</li> <li>Splintering or worn decking</li> <li>Landscape Lighting</li> <li>Garden bed edging</li> <li>Gutters</li> </ul><p>Look for anything that gives the appearance of a home that has not been well maintained. Even if your buyers only notice it subconsciously, the condition of the exterior will make an important impression.</p><p>More: <a href="https://firstfruitslandscaping.com/landscaping/garden-designs-for-2023/" target="_blank" rel="noopener">Garden Trends for 2023</a></p><h3>Bold Color Palette</h3><p>Bold colors can be a fun way to add personality to the home, but they can also distract your potential buyers and potentially deter them. Opting for a more natural color palette that will appeal to a wider range of buyers is the way to go. If your home is painted in a bright or bold color, consider investing in repainting it in something that will appeal to the broader community.</p><p> </p></div></div><div class="card-content"><footer class="blog-signature-holder"><div class="posted-by bold">Posted by</div><div class="blog-signature user-content"><p><img class="img-center" style="margin-bottom:15px;margin-top:15px;" src="/image_store/uploads/agents/jerinka/files/Activerain%20footer.jpg" alt="Personal SEO Tim and Tammy Emineth" width="700" height="200"></p> <p><a href="https://www.facebook.com/personalseo/" target="_blank"><img src="/image_store/uploads/agents/jerinka/files/facebook-icon.png" alt="Personal SEO Facebook Page" width="50" height="46"></a> <a href="https://www.instagram.com/personalseo/" target="_blank"><img src="/image_store/uploads/agents/jerinka/files/instagram-icon.png" alt="Personal SEO Instagram Page" width="50" height="46"></a> <a href="https://www.pinterest.com/personalseo/" target="_blank"><img src="/image_store/uploads/agents/jerinka/files/pinterst-icon.png" alt="Tammy Emineth Pinterest Page" width="50" height="46"></a> <a href="https://twitter.com/personal_seo" target="_blank"><img src="/image_store/uploads/agents/jerinka/files/twitter-icon.png" alt="Personal SEO Linkedin Page" width="50" height="46"></a> <a href="https://www.linkedin.com/in/personalseo/" target="_blank"> <img src="/image_store/uploads/agents/jerinka/files/linked-in-icon.png" alt="Linkedin Page" width="50" height="46"></a></p> <p> </p> <p>Tim and Tammy Emineth have owned <a href="https://personalseo.com/" target="_blank">Personal SEO</a> since 2004. We focus on SEO first whether it's blogging, images, website design, IDX solutions and calls to action. We operate with a Storybrand philosophy to encourage more traffic to your site, more eyes on your content and more leads to your business. Call us or email us for a <a href="https://personalseo.com/free-site-audit/" target="_blank"><strong>free website audit</strong></a>.</p> <p class="center">Tim: 425-443-8372  Tammy: 425-344-0677</p></div></footer></div><div class="card-content article-details-section"><div class="article-user-actions"><div class="left-actions"><div class="likes-holder regular"> <a class="btn" rel="nofollow" href="/login"> Like <i class="material-icons">favorite_border</i> </a></div> <a class="likes" href="#"><div class="holder"><span class="likes"><i class="material-icons text-medium-gray border">favorite_border</i></span> <span class="text-medium-gray bold likes-count">0</span> </div></a><div class="re-blog"><a class="regular" href="/login">Re-Blog<span class="fa fa-caret-right"></span></a></div><a class="reblogs re-blog-count" title="This entry hasn&#39;t been re-blogged" href="javascript:void(0);"><div class="holder"><span class="reblogs"><i class="material-icons text-medium-gray border">repeat</i></span> <span class="text-medium-gray bold likes-count">0</span> </div></a><!-- AddToAny BEGIN --> <span class="share-this">Share:</span> <div class="a2a_kit a2a_kit_size_26 a2a_default_style" data-a2a-url="https://activerain.com/droplet/HnzR"> <a class="a2a_button_facebook"></a> <a class="a2a_button_x"></a> <a class="a2a_button_linkedin"></a> <a class="a2a_button_tumblr"></a> <a class="a2a_button_email"></a> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> </div> <script async src="https://static.addtoany.com/menu/page.js"></script> <!-- AddToAny END --></div><div class="right-actions"><div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div></div></div></div><div class="card-content additional-social-actions"><dl class="article-detail"><dt>Short link:</dt><span><a class="btn-style text-dark-gray" id="short-url-button" href="#short-url-holder">https://activerain.com/droplet/HnzR</a></span><span><a class="regular" href="javascript:void(0);" onclick="copyShortUrl()">Copy</a></span></dl><dl class="article-detail"><dt>Topic:</dt><dd><a itemprop="articleSection" class="tag" href="/topics/home-selling">Home Selling</a></dd></dl></div></article><div class="card"><div id="article-comments-section"><div class="card-action comments"><div id="comments-section-header"><h2 class="title-no-ribbon card-title">Comments <span class="comments-count black-bubble">(2) </span><div class="actions absolute"><meta content="UserComments:2" itemprop="interactionCount" /><a class="btn-style regular" id="subscribe-to-comments" href="javascript:void(0);">Subscribe to Comments</a><a class="btn-style waves-effect waves-light btn bold" hidden-text="Comment" href="#comment-editor_ifr" onclick="javascript:tinyMCE.activeEditor.selection.select(tinyMCE.activeEditor.getBody(), true);tinyMCE.activeEditor.selection.collapse(false);" visible-text="Discard Comment">Comment<span class="comments"><img src="/assets/white_comment-a05a3cfc9d0b9725a3ba5d7a30b3dec6f759cb74e36f0901347902815d8db50f.svg" /></span></a></div></h2><div id="comments-section-header-comment-form-holder"><div class="login-or-register"><div class="bold sign-in-notice">Please log in or register to comment</div><div class="links"><a class="btn bordered" href="/login">Log in</a><a class="btn bold" href="/join">Join now</a></div></div></div><div class="regular text-secondary" id="subscribe-to-comments-holder"><form class="simple_form new_notification_subscription" id="new_notification_subscription" autocomplete="off" novalidate="novalidate" action="/notification_subscriptions" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="JNeA3mtf79dzUzEgoXFwyRRmCyNItROwtYgS/W4wQaCgHZz5ASiNBVzNZb3pVdFkY7nBKEj7TwA5SCN3DUuBPA==" /> <div class="form-field hidden notification_subscription_subscribed_item_id"><input autocomplete="off" class="hidden" type="hidden" value="5775917" name="notification_subscription[subscribed_item_id]" id="notification_subscription_subscribed_item_id" /></div> <div class="form-field hidden notification_subscription_subscribed_item_type"><input class="hidden" type="hidden" value="BlogEntry" name="notification_subscription[subscribed_item_type]" id="notification_subscription_subscribed_item_type" /></div> <div class="form-field email required notification_subscription_email"><label class="email required control-label" for="notification_subscription_email">Email <abbr title="required">*</abbr></label><input class="string email required" required="required" aria-required="true" type="email" name="notification_subscription[email]" id="notification_subscription_email" /></div> <div class="form-actions"> <a class="orange-button submit" href="javascript:void(0);">Submit</a> </div> </form></div></div></div><div class="card-content"><div class="comment-pagination-actions" id="comment-pagination-actions"><div class="left regular text-secondary"><a class="show-all-comments" data-url="/blogsview/5775917/4-common-curb-appeal/blog_entry_comments?rel=nofollow+noindex&amp;show_all=true" href="javascript:void(0);">Show All Comments</a></div><span class="right"><select name="comments_sort_by" id="comments_sort_by"><option value="/blogsview/5775917/4-common-curb-appeal/blog_entry_comments?sort=cronological">Oldest to newest</option> <option value="/blogsview/5775917/4-common-curb-appeal/blog_entry_comments?sort=reversecronological">Newest to oldest</option> <option value="/blogsview/5775917/4-common-curb-appeal/blog_entry_comments?sort=popular">Most Popular</option></select></span><span class="comments-sort right"><label class="text-medium-gray bold">Sort: </label></span></div><div class="article-comments"> <div id="23986538" class="article-comment " data-id="23986538" itemprop="comment" itemscope itemtype="http://schema.org/Comment"> <div class="comment-left-section" itemprop="creator" itemscope itemtype="http://schema.org/Person"> <a itemprop="url" href="/profile/doriedillard"> <div class="avatar-holder avatar avatar-rainmaker" style="background-image: url(//activerain-store.s3.amazonaws.com/agents/753/145753/large/dorie_2024_square.jpg?1706881205)"></div> </a> </div> <div class="comment-right-section"> <div class="comment-header" data-url="/profile/doriedillard"> <div class="comment-author regular">Dorie Dillard Austin TX</div> <div class="company"> Coldwell Banker Realty ~ 512.750.6899 - Austin, TX </div> <div class="tagline">NW Austin ~ Canyon Creek and Spicewood/Balcones</div> </div> <div class="comment-body"> <div class="comment-body-content style-reset-for-user-content user-content" itemprop="text"> <p>Good afternoon <span class="mceNonEditable agent-tag" data-id="276377">Tammy Emineth</span> ,</p><p>Excellent tips to avoid when looking at your all important curb appeal. It is the face of the house and must look good!</p> </div> <div class="date">Feb 28, 2023 12:42 PM</div> <meta itemprop="datePublished" content="2023-02-28T12:42:30"/> <div class="likes-holder boxed-likes regular"> <a class="like-comment" rel="nofollow" href="/login"> Like </a> <div class="likes-count"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="count"> 1 </span> <ul class="liked-by-agents"> <li class="agent-tag" data-id="276377"> <div class="like-voter-left"> <img alt="Tammy Emineth" title="Tammy Emineth" src="//activerain-store.s3.amazonaws.com/agents/377/276377/tiny/Headshot_Tammy_1.jpg?1695660833" /> </div> <div class="like-voter-right"> <p class="agent-name">Tammy Emineth</p> <p class="agent-primary-market">Frenchtown, MT</p> </div> </li> </ul> </div> </div> </div> <div class="comment-comments"> <div class="comment-comments-list"> <div class="blog-comment-comment " data-id="378660"> <div class="blog-comment-comment-author-img avatar avatar-rainmaker"> <img class="photo" src="//activerain-store.s3.amazonaws.com/agents/377/276377/tiny/Headshot_Tammy_1.jpg?1695660833" /> </div> <div class="blog-comment-comment-details"> <div class="blog-comment-comment-author agent-tag" data-id="276377">Tammy Emineth</div> <div class="blog-comment-comment-body"> <p>I belielve buyers will determine in less than 5 seconds if they want to see the rest of the house by that first impression</p> </div> <div class="date-holder"> <span class="date">Feb 28, 2023 01:56 PM</span> <meta itemprop="datePublished" content="2023-02-28T13:56:58"/> </div> <div class="blog-comment-comment-actions"> </div> </div> </div> </div> </div> </div> </div> <div id="23987377" class="article-comment " data-id="23987377" itemprop="comment" itemscope itemtype="http://schema.org/Comment"> <div class="comment-left-section" itemprop="creator" itemscope itemtype="http://schema.org/Person"> <a itemprop="url" href="/profile/ladystager16"> <div class="avatar-holder avatar avatar-ambassador" style="background-image: url(//activerain-store.s3.amazonaws.com/agents/505/88505/large/kathy_profile_photo_2018.jpg?1541040567)"></div> </a> </div> <div class="comment-right-section"> <div class="comment-header" data-url="/profile/ladystager16"> <div class="comment-author regular">Kathy Streib</div> <div class="company"> Cypress, TX </div> <div class="tagline"> Home Stager/Redesign</div> </div> <div class="comment-body"> <div class="comment-body-content style-reset-for-user-content user-content" itemprop="text"> <p>Hi Tammy  excellent tips!  Once when we were looking for a home, the exterior was so bad that my husband didn't want to go in. </p> </div> <div class="date">Mar 01, 2023 10:33 AM</div> <meta itemprop="datePublished" content="2023-03-01T10:33:00"/> <div class="likes-holder boxed-likes regular"> <a class="like-comment" rel="nofollow" href="/login"> Like </a></div> </div> <div class="comment-comments"> <div class="comment-comments-list"> </div> </div> </div> </div> <div id="new-comment-form-holder"><div class="login-or-register"><div class="bold sign-in-notice">Please log in or register to comment</div><div class="links"><a class="btn bordered" href="/login">Log in</a><a class="btn bold" href="/join">Join now</a></div></div></div></div></div></div></div><div class="card"><div class="history-posts"><div class="old-post"><a rel="prev" class="old" href="https://activerain.com/blogsview/5775860/what-is-a-cash-out-refinance-"><div class="holder"><i class="material-icons text-medium-gray">chevron_left</i><div class="regular">Older Post</div></div></a></div><div class="back-to-top regular"><a href="javascript:void(0);" onclick="$(&#39;html,body&#39;).scrollTop(0);">Back to Top</a></div><div class="next-post"><a rel="next" class="new" href="https://activerain.com/blogsview/5780633/what-does-a-buyer-need-to-know--9-simple-steps"><div class="holder"><div class="regular">Newer Post</div><i class="material-icons text-medium-gray">chevron_right</i></div></a></div></div></div></div><div class="col l4 m12 s12 sidebar"><div id="profile-sidebar"><div class="card"><!--### vCard markup start--><div class="agent-header vcard "><div class="agent-mast-img" style="background-image: url(&#39;//activerain-store.s3.amazonaws.com/agents/377/276377/cover/cover_AR_logo.jpg?1462801729&#39;);"> <div class="agent-rank rainmaker"> <span>Rainmaker</span><br/> 637,875 </div> </div><div class="agent-details-ribbon"><div class="agent-photo-col left"><a itemprop="url" href="/profile/jerinka"><img alt="Tammy" itemprop="image" class="photo" src="//activerain-store.s3.amazonaws.com/agents/377/276377/large/Headshot_Tammy_1.jpg?1695660833" /></a></div><div class="agent-details-col right"><h2 class="bold"><span class="fn"><!--### vCard given-name--><span class="given-name">Tammy</span> <!--### vCard family-name--><span class="family-name">Emineth</span></span></h2><div class="regular text-medium-gray">Content Marketer, SEO Teacher, Website Fixer</div></div></div><div class="agent-details-bottom"><div class="hidden hide"><!--Used for SEO ONLY--><span class="org organization-name">Personal SEO - Website SEO and Real Estate Marketing</span><address class="adr"><span class="street-address"></span><span class="locality">Marysville</span>,<span class="region">WA</span><span class="postal-code">98270</span></address></div><div class="center"><a id="follow_276377" data-id="276377" data-follow="false" rel="nofollow" class="btn bordered follow follow-unfollow-button follow_276377" href="/join">Follow<span class="agent-icon"></span></a><a class="btn bordered rss-feed" href="/profile/jerinka">Profile <span class="fa fa-rss"></span></a></div><div class="center"><a class="btn bordered home" href="/blogs/jerinka">Blog<span class="fa fa-home"></span></a></div><div id="agent-phone-numbers"><div class="phone details tel" title="work"><i class="material-icons">local_phone</i><a class="value regular text-secondary" href="tel:4253440677" itemprop="telephone">(425) 344-0677</a></div></div></div></div></div><div class="card agent-cta widget"><div class="card-action"><div class="card-title">Contact The Author</div></div><div class="card-content"><form id="lead-form-widget" class="lead-form-widget" action="/action/agents/276377/contact" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="o5bhoalincMrNf/8vw7c9Z4cWHnorgeXCmYLViHOxwknXP2GwxX/EQSrq2H3Kn1Y6cOScujgWyeGpjrcQrUHlQ==" /><input type="hidden" value="Potential Lead from ActiveRain" name="contact[subject]" id="contact_subject" /><input type="hidden" name="message_type" id="message_type" value="blog_entry_contact" /><input type="hidden" name="blog_entry_id" id="blog_entry_id" value="5775917" /><div class="lead-form-widget-field"><input placeholder="Full Name" type="text" name="contact[name]" id="contact_name" /><label for="name">Full Name</label></div><div class="lead-form-widget-field"><input placeholder="Email Address" required="required" type="text" name="contact[email]" id="contact_email" /><label for="email">Email Address</label></div><div class="lead-form-widget-field"><input placeholder="Phone Number" type="text" name="contact[phone]" id="contact_phone" /><label for="phone">Phone Number</label></div><div class="lead-form-widget-field"><textarea placeholder="Message" name="contact[message]" id="contact_message"> </textarea><label for="message">Message</label></div><div class="form-actions"><input type="submit" name="commit" value="Send Message" class="btn submit bold" rel="nofollow" data-disable-with="Send Message" /></div></form></div></div><div class="card" itemscope="" itemtype="http://schema.org/ItemList"><div class="card-action"><h2 class="card-title service-areas sidebar-section-title" itemprop="name">Service Areas</h2></div><div class="card-content"><ul class="sidebar-list"><li itemprop="itemListElement">Frenchtown, MT</li><li itemprop="itemListElement">Frenchtown, MT</li></ul></div></div><div class="card"><div class="card-action"><h2 class="card-title re-resources sidebar-section-title">Real Estate Resources</h2></div><div class="card-content"><ul class="sidebar-list regular"><li><a title="Local Real Estate Blog" target="_blank" href="http://localismrealty.blogspot.com/">Local Real Estate Blog</a></li><li><a title="Tammy on Medium" target="_blank" href="https://medium.com/@personal_seo">Tammy on Medium</a></li><li><a title="Behance Projects" target="_blank" href="http://behance.net/jerinka156af">Behance Projects</a></li><li><a title="Steemit Blog" target="_blank" href="https://steemit.com/@temineth">Steemit Blog</a></li><li><a title="Image Blogs on Exposure" target="_blank" href="https://tammyemineth.exposure.co/">Image Blogs on Exposure</a></li></ul></div></div><div class="card recent-posts"><div class="card-action"><h2 class="card-title recent-posts sidebar-section-title">Recent Posts</h2></div><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=real-estate-tools"> <span class="topic regular text-secondary">Real Estate Technology &amp; Tools</span> </a> <span></span> <span class="time text-medium-gray">16 days ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5828696/top-10-ways-a-real-estate-agent-should-be-using-social-media"> Top 10 Ways A Real Estate Agent Should Be Using Social Media </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">8</span> </a> <a href="https://activerain.com/blogsview/5828696/top-10-ways-a-real-estate-agent-should-be-using-social-media#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 12 </span> </a> </div> </footer> </div> </div></article><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=local-news-and-events"> <span class="topic regular text-secondary">Local News and Events</span> </a> <span></span> <span class="time text-medium-gray">2 months ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5820940/neho---northeast-hoboken---where-it-s-at-"> NEHO - Northeast Hoboken - Where it&#39;s At! </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">2</span> </a> <a href="https://activerain.com/blogsview/5820940/neho---northeast-hoboken---where-it-s-at-#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 2 </span> </a> </div> </footer> </div> </div></article><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=home-improvements"> <span class="topic regular text-secondary">Home Improvement</span> </a> <span></span> <span class="time text-medium-gray">5 months ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5810224/reasons-to-move-instead-of-remodeling"> Reasons to Move Instead of Remodeling </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">3</span> </a> <a href="https://activerain.com/blogsview/5810224/reasons-to-move-instead-of-remodeling#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 5 </span> </a> </div> </footer> </div> </div></article><div class="card-content link"><div class="more regular absolute"><a href="/bloghome?sort=recent"><span>View more Recent Posts&nbsp;&nbsp;</span> <span> <i class="material-icons">arrow_forwards</i></span> </a></div></div></div><div class="card most-popular"><div class="card-action"><h2 class="card-title recent-posts sidebar-section-title">Popular Posts</h2></div><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=home-selling"> <span class="topic regular text-secondary">Home Selling</span> </a> <span></span> <span class="time text-medium-gray">12 months ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid"> 4 Common Curb Appeal Mistakes to Avoid </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">0</span> </a> <a href="https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 2 </span> </a> </div> </footer> </div> </div></article><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=home-selling"> <span class="topic regular text-secondary">Home Selling</span> </a> <span></span> <span class="time text-medium-gray">10 months ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5784236/should-i-clean-the-exterior-of-my-home-before-i-list-it-"> Should I Clean The Exterior Of My Home Before I List It? </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">3</span> </a> <a href="https://activerain.com/blogsview/5784236/should-i-clean-the-exterior-of-my-home-before-i-list-it-#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 7 </span> </a> </div> </footer> </div> </div></article><article class="card-content"><div class="row top"> <div class="col s12"> <a href="/bloghome?search_query[topic_slug]=real-estate-tools"> <span class="topic regular text-secondary">Real Estate Technology &amp; Tools</span> </a> <span></span> <span class="time text-medium-gray">16 days ago</span> </div> <div class="newbookmark"><a class="newbookmark" href="/login"><i class="material-icons text-medium-gray border">bookmark_border</i></a></div> </div> <div class="row"> <div class="col s12"> <span class="card-title title text-dark-gray regular"> <a href="https://activerain.com/blogsview/5828696/top-10-ways-a-real-estate-agent-should-be-using-social-media"> Top 10 Ways A Real Estate Agent Should Be Using Social Media </a> </span> </div> <div class="col s12"> <footer class="absolute"> <div class="avatar avatar-rainmaker"> <a itemprop="url" class="profile" href="/profile/jerinka"> <img class="circle profile" src="//activerain-store.s3.amazonaws.com/agents/377/276377/small/Headshot_Tammy_1.jpg?1695660833" /> </a> </div> <div class="author"> <div class="name"> <a class="regular text-dark-gray" href="/profile/jerinka">Tammy Emineth</a> </div> </div> <div class="activity absolute"> <a class="likes" href="#"> <span class="likes"> <i class="material-icons text-medium-gray border">favorite_border</i> </span> <span class="text-medium-gray bold">8</span> </a> <a href="https://activerain.com/blogsview/5828696/top-10-ways-a-real-estate-agent-should-be-using-social-media#article-comments-section"> <span class="comments"> <img src="/assets/comment-860aec997c3f043a607a42a51d1d3567e6f2e8f014bc4807508ffca3a66543ad.svg"> </span> <span class="text-medium-gray bold"> 12 </span> </a> </div> </footer> </div> </div></article></div><div class="card"><div class="card-action sidebar"><h2 class="light-blue-banner card-title">Additional Information</h2></div><div class="card-content">We do a lot of things! In addition to writing dozens of articles and blogs each month we offer assistance to real estate agents with their websites and all types of commercial and personal websites. We do marketing and online promotion through various social media and blogs. My AR Blog showcases what we do and how you can do it too!</p> <ul> <li> <a href="http://activerain.com/blogs/jerinka">My ActiveRain Blogs</a> </li> <li><a href="http://personalseo.com" title="Read All By Tammy Emineth">Our Website</a></li> </ul> <center><!-- Place this tag where you want the widget to render. --> <div class="g-person" data-width="238" data-href="//plus.google.com/u/0/106530139245482691025" data-rel="author"></div> <!-- Place this tag after the last widget tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></center> <center> <a href="http://activerain.com/blogsview/2408317/what-is-activerain-a-comprehensive-faq"><img src="/image_store/uploads/5/5/1/0/5/ar131566335350155.jpg" height="133" alt="" width="220" /></a> </center> <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpersonalseo&amp;width=210&amp;height=590&amp;colorscheme=light&amp;show_faces=true&amp;border_color=purple&amp;stream=true&amp;header=true&amp;appId=249200881243" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:210px; height:590px;" allowTransparency="true"></iframe> </div></div></div></div></div></div><div class="modal" id="report-post-modal"><div class="modal-content" title="Report Blog Post"><form class="row" id="new_concern" action="https://activerain.com/action/blogs_admin/report_entry_concern/5775917" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="uM6MNbrRiqgiN4dfph+qhbteUtYFYZF9ToCii4IM4OU8BJAS0Kboeg2p08LuOwsozIGY3QUvzc3CQJMB4XcgeQ==" /><p class="bold col s12">What's the reason you're reporting this blog entry?</p><select name="concern[issue]" id="concern_issue"><option value="spam">Spam</option> <option value="not_original">Not original content</option> <option value="violation">Violates community guidelines</option></select><section class="message"><p class=" bold col s12">Are you sure you want to report this blog entry as spam? </p></section><div class="col s6"><input type="submit" name="commit" value="Create Concern" data-disable-with="Create Concern" /></div></form></div></div><div class="modal" id="agent-preview-modal"><div class="modal-content"></div></div><script>function copyShortUrl() { /* Get the text field */ var copyText = jQuery("#short-url-button").text(); const el = document.createElement('input'); el.value = copyText; document.body.appendChild(el); el.select(); document.execCommand('copy'); document.body.removeChild(el); }</script></div> <script src="/assets/views/blogs/blogsview-ba267cf95917c61c2e89c9308e0aa955d994daa9c10da469f6b2711045b40902.js"></script> <script src="/assets/jquery_ujs-2f30aab14285d5b78b272a2bdb19ec8d8346b0c831e45a16a88546c9969e0330.js"></script> <script> var commentsUrl = "/blogsview/5775917/4-common-curb-appeal/blog_entry_comments"; var tinyMCEAllowed = false; var loggedIn = false; var author_page = "https://activerain.com/blogs/jerinka"; var showSharePopup = false; var blogEntryCommentCommentsUrl = "/blog_entries/5775917/blog_comment_comments"; var blogCommentCommentsUrl = "/blog_comments/__id__/blog_comment_comments"; var idPlaceholder = "__id__"; var genericPlaceholder = "__GP1__"; var autoExpandCommentsFor = 0; var loadMoreText = "View __GP1__ more comments"; var loadMoreText1 = "View 1 more comment"; var removeActivityFeedConfirmation = "Are you sure you want to hide this item from the activity feed?<br>Blog entries should only be deleted <strong>if they violate our community guidelines</strong>"; (function ($) { })(jQuery); </script> <script src="/assets/foundation/vendor/foundation-b427e468791f0ff5d4a5d51243c7f47d6e93536f8d6fd4b59e8e13766b3883b1.js"></script> <script src="/assets/foundation/app-10483a112a34c9f386114a67f63f147305c261a5418e2b86c3b6d108aa3dc750.js"></script> <script type="text/javascript"> try{ Typekit.load({async: true}); } catch(e){} </script> <script> (function($){ var mobileNav = $('.header-mobile-nav'), menuToggle = mobileNav.find('.header-menu-toggle'), menuPane = mobileNav.find('.is-drilldown'); menuToggle.on('click', function(e) { e.preventDefault(); menuPane.toggleClass('is-open'); menuToggle.toggleClass('is-open'); }); })(jQuery); </script> <script type="text/javascript"> //Initialize html5 fallbacks after all else has initialized to avoid conflicts and strange behavior function html5fallbacks() { (function ($) { /** Placeholders // These MUST be initialized AFTER knockout's bindings**/ if (!Modernizr.input.placeholder && (typeof $('input, textarea').placeholder !== 'undefined')) { $.html5support(); } /** Date Pickers **/ $('input[type="date_input"],input.date').datepicker({ buttonImageOnly: true, buttonImage: '/assets/calendar_date_select/calendar-b3f84ce31fbfaf2b82911d117116e2e9858d926606340f6d3f6e261c7c93b89e.gif', showOn: "both", showButtonPanel: true, changeMonth: true, changeYear: true, dateFormat: "mm/dd/yy" }); /** Date Time Pickers **/ $('input[type="datetime_input"],input.datetime').datetimepicker({ buttonImageOnly: true, buttonImage: '/assets/calendar_date_select/calendar-b3f84ce31fbfaf2b82911d117116e2e9858d926606340f6d3f6e261c7c93b89e.gif', showOn: "both", showButtonPanel: true, changeMonth: true, changeYear: true, dateFormat: "mm/dd/yy", timeFormat: "hh:mm tt z", timezoneList: [ { value: 'EDT', label: 'Eastern'}, { value: 'CDT', label: 'Central' }, { value: 'MDT', label: 'Mountain' }, { value: 'PDT', label: 'Pacific' } ] }); /** Time Pickers **/ $('input[type="time_input"],input.time').timepicker({ timeFormat: "hh:mm tt z", timezoneList: [ { value: 'EDT', label: 'Eastern'}, { value: 'CDT', label: 'Central' }, { value: 'MDT', label: 'Mountain' }, { value: 'PDT', label: 'Pacific' } ], addSliderAccess: true, sliderAccessArgs: { touchonly: false } }); })(jQuery); } function initializations() { (function ($) { /** Character counter **/ $('input[maxlength],textarea[maxlength]').each(function () { var self = $(this); var count = self.attr("maxlength"); self.charCounter(count, { format: '%1 characters remaining' }); }); })(jQuery); } if (navigator.platform.match('Mac') !== null) { document.body.className += ' OSX'; } jQuery(html5fallbacks); jQuery(initializations); </script> </body><footer class="footer-gray"><section id="footer-row-holder"><br /><div id="nav_block_footer"><div class="container"><div class="row"><div class="col s12 m3"><h6 class="related_links_label d">Real Estate Information</h6><div class="related_links text-secondary"><ul><li><a href="/topics/home-buying">Home Buying</a></li><li><a href="/topics/home-selling">Home Selling</a></li><li><a href="/topics/home-improvements">Home Improvement</a></li><li><a href="/topics/real-estate-information">Real Estate General Information</a></li><li><a href="/topics/real-estate-trends">Real Estate Market Trends</a></li><li><a href="/topics/lending">Lending / Financial</a></li><li><a href="/topics/local-news-and-events">Local News and Events</a></li><li><a href="/topics/listings">Listings</a></li></ul></div></div><div class="col s12 m3"><h6 class="related_links_label">Blogs For Professionals</h6><div class="related_links text-secondary"><ul><li><a href="/topics/activerain">ActiveRain Community</a></li><li><a href="/topics/real-estate-training">Real Estate Best Practices</a></li><li><a href="/topics/real-estate-industry">Real Estate Industry</a></li><li><a href="/topics/real-estate-marketing">Real Estate Sales and Marketing</a></li><li><a href="/topics/real-estate-tools">Real Estate Technology &amp; Tools</a></li><li><a href="/topics/mortgage">Mortgage / Finance</a></li><li><a href="/topics/real-estate-fun">Just for Fun</a></li></ul></div></div><div class="col s12 m3"><h6 class="related_links_label">Explore ActiveRain</h6><div class="related_links text-secondary"><ul><li><a href="/bloghome">Real Estate Blogs</a></li><li><a href="/questions">Real Estate Q&amp;A</a></li><li><a href="/product-reviews">Product Reviews</a></li><li><a href="/action/lead_referrals">Referral Network</a></li><li><a href="/states">Local Real Estate Info</a></li><li><a href="/blogindex">Real Estate Blog Index</a></li><li><a href="/questionindex">Real Estate Q&amp;A Index</a></li><li><a href="/groups/activeraincontests">Contests</a></li><li><a href="/groups/inspirationstation">Inspiration</a></li></ul></div></div><div class="col s12 m3"><h6 class="related_links_label">Important Links</h6><div class="related_links text-secondary"><ul><li><a href="/social/ambassadors">ActiveRain Ambassadors</a></li><li><a href="/social/leaderboard">Leaderboard</a></li><li><a href="/social/roster">Membership Roster</a></li><li><a href="/first_blog_posts">First Blog Posts</a></li><li><a href="/blogsview/1135403/how-to-get-started-on-activerain">Getting Started on AR</a></li><li><a href="/recent_blog_posts">Recent Blog Posts</a></li><li><a href="/action/lead_referrals/browse">Referral Network</a></li><li><a href="/groups">Groups</a></li></ul></div></div></div></div></div></section><section class="last footer-dark-gray center-align white-text"><ul id="bottom_menu"><li><div><a class="white-text" href="/about">About</a></div></li><li><div><a class="white-text" href="/html-site-map">Site map</a></div></li><li><div><a target="_blank" class="white-text" href="https://activerain.com/proxy/terms">Terms of Service</a></div></li><li><div><a target="_blank" class="white-text" href="https://activerain.com/proxy/privacy">Privacy</a></div></li><li><div><a class="white-text" href="/action/default/advertising">Advertise</a></div></li><li><div><a class="white-text" href="/action/default/feedback">Help/FAQ</a></div></li><li><div><a class="white-text" href="/join">Join ActiveRain</a></div></li></ul><div class="bottom_info" id="find_agents"><p>Find <a href="/states/MT">MT real estate agents</a> and <a href="/states/MT/cities/Frenchtown">Frenchtown real estate</a> on ActiveRain. </p></div><div class="bottom_info" id="copyright"><p>Disclaimer: ActiveRain, Inc. does not necessarily endorse the real estate agents, loan officers and brokers listed on this site. These real estate profiles, blogs and blog entries are provided here as a courtesy to our visitors to help them make an informed decision when buying or selling a house. ActiveRain, Inc. takes no responsibility for the content in these profiles, that are written by the members of this community. </p><p class="copyright">&copy; 2024 ActiveRain, Inc. All Rights Reserved :) <span><i class="material-icons" style="margin:0 2px 0 5px;font-size: 12px;vertical-align: middle;">home</i></span>Fair Housing: <a href="http://www.hud.gov/offices/fheo/index.cfm" rel="nofollow" target="_blank">Fair Housing and Equal Opportunity</a></p></div></section></footer></html>
fineweb
{ "fineweb_metadata": { "text": "One of the best ways to make a great impression on potential buyers and even increase the value of your home is by paying attention to its curb appeal. In addition to what you should do to help your home put its best foot forward and make a wonderful first impression, there are a few common mistakes you should know about--and avoid.\nDon't forget to avoid these common curb appeal mistakes.\nYou likely already understand the importance of decluttering your home before selling it. Decluttering helps the space appear clean, well-maintained, and spacious. It also makes it easier for your potential buyer to imagine themselves in the home.\nGreg Kennedy, Calgary Real Estate Professional suggests: \"A cluttered driveway can also be a deterrent. Storing garbage bins on the driveway or even just parking vehicles on it can make the home appear smaller or less functional than it is. If you do not have a garage or cannot park in it, plan to move your vehicles off the driveway for all open houses, showings, and when the photographer is getting photos for the listing. Any vehicles that are waiting to be repaired or are not in working order should be towed to a different place while your home is on the market to avoid a poor first impression as buyers view the home.\"\nPersonalized Lawn and Garden Decor\nPersonalized outdoor decor like lawn ornaments, customized flags and welcome mats, or kids' toys don't make a great impression. It is a common curb appeal mistake to leave these things out in the yard, but they are likely to distract from the best parts of your property and make it more challenging for potential buyers to imagine themselves making it their home.\nBroken or Damaged Eyesores\nPay careful attention to features around the exterior of your home that may be showing wear and tear or are broken or damaged. A common curb appeal mistake many sellers make is focusing on repairing the interior of the home while forgetting about details outside, which can still make an impact.\nSome of the most common exterior features that may need some attention include:\n- House numbers\n- Splintering or worn decking\n- Landscape Lighting\n- Garden bed edging\nLook for anything that gives the appearance of a home that has not been well maintained. Even if your buyers only notice it subconsciously, the condition of the exterior will make an important impression.\nMore: Garden Trends for 2023\nBold Color Palette\nBold colors can be a fun way to add personality to the home, but they can also distract your potential buyers and potentially deter them. Opting for a more natural color palette that will appeal to a wider range of buyers is the way to go. If your home is painted in a bright or bold color, consider investing in repainting it in something that will appeal to the broader community.", "id": "<urn:uuid:a49cf80e-67fb-43c6-82fa-c1d244e6c361>", "dump": "CC-MAIN-2024-10", "url": "https://activerain.com/blogsview/5775917/4-common-curb-appeal-mistakes-to-avoid", "date": "2024-02-25T09:48:39", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9537642598152161, "token_count": 573 } }
<urn:uuid:692319a7-673b-43dc-abbc-a28cb09cee3b>
<!doctype html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ --> <title>5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning</title> <meta name="description" content="As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn&#039;t help but feel a shiver run down my spine. It was a scene"/> <meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning" /> <meta property="og:description" content="As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn&#039;t help but feel a shiver run down my spine. It was a scene" /> <meta property="og:url" content="https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/" /> <meta property="og:site_name" content="Adam Cleaning" /> <meta property="article:section" content="Hazard Cleanup" /> <meta property="og:updated_time" content="2024-01-21T19:46:37+00:00" /> <meta property="og:image" content="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png" /> <meta property="og:image:secure_url" content="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png" /> <meta property="og:image:width" content="1024" /> <meta property="og:image:height" content="768" /> <meta property="og:image:alt" content="5 Essential Steps to Safely Handle a Biohazard Spill at Home" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="article:published_time" content="2024-01-21T19:46:36+00:00" /> <meta property="article:modified_time" content="2024-01-21T19:46:37+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning" /> <meta name="twitter:description" content="As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn&#039;t help but feel a shiver run down my spine. It was a scene" /> <meta name="twitter:image" content="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="admin" /> <meta name="twitter:label2" content="Time to read" /> <meta name="twitter:data2" content="4 minutes" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://adamcleaning.uk/#person","name":"Adam Cleaning"},{"@type":"WebSite","@id":"https://adamcleaning.uk/#website","url":"https://adamcleaning.uk","name":"Adam Cleaning","publisher":{"@id":"https://adamcleaning.uk/#person"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png","url":"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png","width":"1024","height":"768","caption":"5 Essential Steps to Safely Handle a Biohazard Spill at Home","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/#webpage","url":"https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/","name":"5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning","datePublished":"2024-01-21T19:46:36+00:00","dateModified":"2024-01-21T19:46:37+00:00","isPartOf":{"@id":"https://adamcleaning.uk/#website"},"primaryImageOfPage":{"@id":"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://adamcleaning.uk/author/adamcleaning/","name":"admin","url":"https://adamcleaning.uk/author/adamcleaning/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/f97349abc033982655890e24a3ff986a?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/f97349abc033982655890e24a3ff986a?s=96&amp;d=mm&amp;r=g","caption":"admin","inLanguage":"en-US"},"sameAs":["https://adamcleaning.uk"]},{"@type":"BlogPosting","headline":"5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning","datePublished":"2024-01-21T19:46:36+00:00","dateModified":"2024-01-21T19:46:37+00:00","articleSection":"Hazard Cleanup","author":{"@id":"https://adamcleaning.uk/author/adamcleaning/","name":"admin"},"publisher":{"@id":"https://adamcleaning.uk/#person"},"description":"As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn&#039;t help but feel a shiver run down my spine. It was a scene","name":"5 Essential Steps to Safely Handle a Biohazard Spill at Home - Adam Cleaning","@id":"https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/#richSnippet","isPartOf":{"@id":"https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/#webpage"},"image":{"@id":"https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel="alternate" type="application/rss+xml" title="Adam Cleaning &raquo; Feed" href="https://adamcleaning.uk/feed/" /> <link rel="alternate" type="application/rss+xml" title="Adam Cleaning &raquo; Comments Feed" href="https://adamcleaning.uk/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Adam Cleaning &raquo; 5 Essential Steps to Safely Handle a Biohazard Spill at Home Comments Feed" href="https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/adamcleaning.uk\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://adamcleaning.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='rank-math-toc-block-style-inline-css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") " ";counter-increment:item} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='tf-fontawesome-4-css' href='//cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css?ver=1.1.0' media='all' /> <link rel='stylesheet' id='tf-fontawesome-5-css' href='//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/all.min.css?ver=1.1.0' media='all' /> <link rel='stylesheet' id='tf-fontawesome-6-css' href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css?ver=1.1.0' media='all' /> <link rel='stylesheet' id='tf-remixicon-css' href='//cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css?ver=1.1.0' media='all' /> <link rel='stylesheet' id='text-editor-style-css' href='https://adamcleaning.uk/wp-content/plugins/metform/public/assets/css/text-editor.css?ver=3.8.3' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://adamcleaning.uk/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://adamcleaning.uk/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://adamcleaning.uk/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://adamcleaning.uk/wp-content/uploads/elementor/css/custom-frontend-lite.min.css?ver=1707367070' media='all' /> <style id='elementor-frontend-inline-css'> .elementor-572 .elementor-element.elementor-element-5ffb3bb2:not(.elementor-motion-effects-element-type-background), .elementor-572 .elementor-element.elementor-element-5ffb3bb2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png");} </style> <link rel='stylesheet' id='elementor-post-17-css' href='https://adamcleaning.uk/wp-content/uploads/elementor/css/post-17.css?ver=1707367070' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.27.0' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://adamcleaning.uk/wp-content/uploads/elementor/css/custom-pro-frontend-lite.min.css?ver=1707367070' media='all' /> <link rel='stylesheet' id='cotton-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit/modules/mouse-cursor/assets/css/style.css?ver=3.5.0' media='all' /> <link rel='stylesheet' id='elementor-post-572-css' href='https://adamcleaning.uk/wp-content/uploads/elementor/css/post-572.css?ver=1707367070' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=3.0.4' media='all' /> <link rel='stylesheet' id='elementskit-parallax-style-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/assets/css/style.css?ver=3.5.0' media='all' /> <link rel='stylesheet' id='ekit-widget-styles-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.0.4' media='all' /> <link rel='stylesheet' id='ekit-widget-styles-pro-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=3.5.0' media='all' /> <link rel='stylesheet' id='ekit-responsive-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.0.4' media='all' /> <link rel='stylesheet' id='bafg_twentytwenty-css' href='https://adamcleaning.uk/wp-content/plugins/beaf-before-and-after-gallery/assets/css/twentytwenty.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='bafg-style-css' href='https://adamcleaning.uk/wp-content/plugins/beaf-before-and-after-gallery/assets/css/bafg-style.css?ver=6.4.3' media='all' /> <style id='rocket-lazyload-inline-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:url(https://adamcleaning.uk/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Work+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.19.2" id="font-awesome-4-shim-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/assets/js/jarallax.js?ver=3.5.0" id="jarallax-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/beaf-before-and-after-gallery/assets/js/jquery.event.move.js" id="eventMove-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/beaf-before-and-after-gallery/assets/js/jquery.twentytwenty.js?ver=1708476025" id="bafg_twentytwenty-js"></script> <link rel="https://api.w.org/" href="https://adamcleaning.uk/wp-json/" /><link rel="alternate" type="application/json" href="https://adamcleaning.uk/wp-json/wp/v2/posts/1031" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://adamcleaning.uk/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://adamcleaning.uk/?p=1031' /> <link rel="alternate" type="application/json+oembed" href="https://adamcleaning.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadamcleaning.uk%2F5-essential-steps-to-safely-handle-a-biohazard-spill-at-home%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://adamcleaning.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadamcleaning.uk%2F5-essential-steps-to-safely-handle-a-biohazard-spill-at-home%2F&#038;format=xml" /> <!-- FIFU: meta tags for featured image (begin) --> <meta property="og:image" content="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png" /> <!-- FIFU: meta tags for featured image (end) --><meta property="og:title" content='5 Essential Steps to Safely Handle a Biohazard Spill at Home' /> <meta property="og:description" content='' /> <meta name="twitter:card" content='summary_large_image' /> <meta name="twitter:title" content='5 Essential Steps to Safely Handle a Biohazard Spill at Home' /> <meta name="twitter:description" content='' /><meta name="twitter:image" content="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png" /><meta name="generator" content="Elementor 3.19.2; features: e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-swap"> <script type="text/javascript"> var elementskit_module_parallax_url = "https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/" </script> <script id="google_gtagjs" src="https://www.googletagmanager.com/gtag/js?id=G-5126X0K5MD" async></script> <script id="google_gtagjs-inline"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-5126X0K5MD', {} ); </script> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="post-template-default single single-post postid-1031 single-format-standard elementor-default elementor-kit-17 elementor-page-572"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="site-header" class="site-header dynamic-header menu-dropdown-tablet"> <div class="header-inner"> <div class="site-branding show-title"> <h1 class="site-title show"> <a href="https://adamcleaning.uk/" title="Home" rel="home"> Adam Cleaning </a> </h1> </div> <nav class="site-navigation show"> <div class="menu-main-container"><ul id="menu-main" class="menu"><li id="menu-item-550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-550"><a href="https://adamcleaning.uk/">Home</a></li> <li id="menu-item-552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-552"><a href="https://adamcleaning.uk/about-us/">About Us</a></li> <li id="menu-item-1001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1001"><a href="https://adamcleaning.uk/biohazard-cleaning/">Biohazard Cleaning</a></li> <li id="menu-item-553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-553"><a href="https://adamcleaning.uk/services/">Services</a></li> <li id="menu-item-551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-551"><a href="https://adamcleaning.uk/tips/">Tips</a> <ul class="sub-menu"> <li id="menu-item-589" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-589"><a href="https://adamcleaning.uk/category/cleaning-tips-and-tricks/">Cleaning Tips and Tricks</a></li> <li id="menu-item-1017" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1017"><a href="https://adamcleaning.uk/category/hazard-cleanup/">Hazard Cleanup</a></li> <li id="menu-item-590" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590"><a href="https://adamcleaning.uk/category/product-reviews/">Product Reviews</a></li> <li id="menu-item-591" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-591"><a href="https://adamcleaning.uk/category/service-guides/">Service Guides</a></li> <li id="menu-item-592" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-592"><a href="https://adamcleaning.uk/category/seasonal-cleaning/">Seasonal Cleaning</a></li> <li id="menu-item-593" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-593"><a href="https://adamcleaning.uk/category/sustainability/">Sustainability</a></li> <li id="menu-item-594" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-594"><a href="https://adamcleaning.uk/category/industry-insights/">Industry Insights</a></li> </ul> </li> <li id="menu-item-818" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-818"><a href="https://adamcleaning.uk/gallery/">Gallery</a></li> </ul></div> </nav> <div class="site-navigation-toggle-holder show"> <div class="site-navigation-toggle" role="button" tabindex="0"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="screen-reader-text">Menu</span> </div> </div> <nav class="site-navigation-dropdown show"> <div class="menu-main-container"><ul id="menu-main" class="menu"><li id="menu-item-550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-550"><a href="https://adamcleaning.uk/">Home</a></li> <li id="menu-item-552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-552"><a href="https://adamcleaning.uk/about-us/">About Us</a></li> <li id="menu-item-1001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1001"><a href="https://adamcleaning.uk/biohazard-cleaning/">Biohazard Cleaning</a></li> <li id="menu-item-553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-553"><a href="https://adamcleaning.uk/services/">Services</a></li> <li id="menu-item-551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-551"><a href="https://adamcleaning.uk/tips/">Tips</a> <ul class="sub-menu"> <li id="menu-item-589" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-589"><a href="https://adamcleaning.uk/category/cleaning-tips-and-tricks/">Cleaning Tips and Tricks</a></li> <li id="menu-item-1017" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1017"><a href="https://adamcleaning.uk/category/hazard-cleanup/">Hazard Cleanup</a></li> <li id="menu-item-590" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590"><a href="https://adamcleaning.uk/category/product-reviews/">Product Reviews</a></li> <li id="menu-item-591" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-591"><a href="https://adamcleaning.uk/category/service-guides/">Service Guides</a></li> <li id="menu-item-592" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-592"><a href="https://adamcleaning.uk/category/seasonal-cleaning/">Seasonal Cleaning</a></li> <li id="menu-item-593" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-593"><a href="https://adamcleaning.uk/category/sustainability/">Sustainability</a></li> <li id="menu-item-594" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-594"><a href="https://adamcleaning.uk/category/industry-insights/">Industry Insights</a></li> </ul> </li> <li id="menu-item-818" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-818"><a href="https://adamcleaning.uk/gallery/">Gallery</a></li> </ul></div> </nav> </div> </header> <div data-elementor-type="single-post" data-elementor-id="572" class="elementor elementor-572 elementor-location-single post-1031 post type-post status-publish format-standard has-post-thumbnail hentry category-hazard-cleanup" data-elementor-post-type="elementor_library"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3891fa1 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="3891fa1" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ac608c9" data-id="ac608c9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-245d336 elementor-invisible elementor-widget elementor-widget-image" data-id="245d336" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="#"> <img width="560" height="160" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20560%20160'%3E%3C/svg%3E" class="attachment-full size-full wp-image-90" alt="adam cleaning logo" data-lazy-srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-300x86.png.webp 300w" data-lazy-sizes="(max-width: 560px) 100vw, 560px" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp" /><noscript><img width="560" height="160" src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp" class="attachment-full size-full wp-image-90" alt="adam cleaning logo" srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-300x86.png.webp 300w" sizes="(max-width: 560px) 100vw, 560px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c20c449" data-id="c20c449" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-18af47f elementor-invisible elementor-widget elementor-widget-ekit-nav-menu" data-id="18af47f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="ekit-nav-menu.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con ekit_menu_responsive_tablet" data-hamburger-icon="icon icon-menu-11" data-hamburger-icon-type="icon" data-responsive-breakpoint="1024"> <button class="elementskit-menu-hamburger elementskit-menu-toggler" type="button" aria-label="hamburger-icon"> <i aria-hidden="true" class="ekit-menu-icon icon icon-menu-11"></i> </button> <div id="ekit-megamenu-main" class="elementskit-menu-container elementskit-menu-offcanvas-elements elementskit-navbar-nav-default ekit-nav-menu-one-page- ekit-nav-dropdown-hover"><ul id="menu-main-1" class="elementskit-navbar-nav elementskit-menu-po-center submenu-click-on-icon"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-550 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/" class="ekit-menu-nav-link">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-552 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/about-us/" class="ekit-menu-nav-link">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1001 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/biohazard-cleaning/" class="ekit-menu-nav-link">Biohazard Cleaning</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-553 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/services/" class="ekit-menu-nav-link">Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-551 nav-item elementskit-dropdown-has relative_position elementskit-dropdown-menu-default_width elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/tips/" class="ekit-menu-nav-link ekit-menu-dropdown-toggle">Tips<i class="elementskit-submenu-indicator icon icon-arrow-point-to-down" aria-hidden="true"></i></a> <ul class="elementskit-dropdown elementskit-submenu-panel"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-589 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/cleaning-tips-and-tricks/" class=" dropdown-item">Cleaning Tips and Tricks</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1017 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/hazard-cleanup/" class=" dropdown-item">Hazard Cleanup</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/product-reviews/" class=" dropdown-item">Product Reviews</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-591 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/service-guides/" class=" dropdown-item">Service Guides</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-592 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/seasonal-cleaning/" class=" dropdown-item">Seasonal Cleaning</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-593 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/sustainability/" class=" dropdown-item">Sustainability</a> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-594 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/category/industry-insights/" class=" dropdown-item">Industry Insights</a></ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-818 nav-item elementskit-mobile-builder-content" data-vertical-menu=750px><a href="https://adamcleaning.uk/gallery/" class="ekit-menu-nav-link">Gallery</a></li> </ul><div class="elementskit-nav-identity-panel"> <div class="elementskit-site-title"> <a class="elementskit-nav-logo" href="https://adamcleaning.uk" target="_self" rel=""> <img width="560" height="160" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20560%20160'%3E%3C/svg%3E" class="attachment-full size-full" alt="adam cleaning logo" decoding="async" data-lazy-srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-300x86.png.webp 300w" data-lazy-sizes="(max-width: 560px) 100vw, 560px" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp" /><noscript><img loading="lazy" width="560" height="160" src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp" class="attachment-full size-full" alt="adam cleaning logo" decoding="async" srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-300x86.png.webp 300w" sizes="(max-width: 560px) 100vw, 560px" /></noscript> </a> </div><button class="elementskit-menu-close elementskit-menu-toggler" type="button">X</button></div></div> <div class="elementskit-menu-overlay elementskit-menu-offcanvas-elements elementskit-menu-toggler ekit-nav-menu--overlay"></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4f0db52 elementor-hidden-mobile" data-id="4f0db52" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0c06b2b elementor-list-item-link-inline elementor-widget__width-auto elementor-icon-list--layout-traditional elementor-invisible elementor-widget elementor-widget-icon-list" data-id="0c06b2b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://adamcleaning.uk/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1707367070"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="tel:07469244860"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-phone1"></i> </span> <span class="elementor-icon-list-text">+44 7469 244860</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-6ec8065 elementor-widget__width-auto elementor-invisible elementor-widget elementor-widget-button" data-id="6ec8065" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#order"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="fas fa-caret-right"></i> </span> <span class="elementor-button-text">Order Service</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5ffb3bb2 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="5ffb3bb2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a8871e6" data-id="3a8871e6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7e66e1e7 elementor-invisible elementor-widget elementor-widget-heading" data-id="7e66e1e7" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6 class="elementor-heading-title elementor-size-default">Our Tips & Tricks</h6> </div> </div> <div class="elementor-element elementor-element-abbfaa6 elementor-invisible elementor-widget elementor-widget-heading" data-id="abbfaa6" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Smarter Way to Clean Your Home</h1> </div> </div> <div class="elementor-element elementor-element-4c19fe88 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="4c19fe88" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Posted January 21, 2023 by Mike Lewis under Tips</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1ac8b563 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1ac8b563" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-41474fbc" data-id="41474fbc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4c02468 elementor-widget elementor-widget-theme-post-content" data-id="4c02468" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="theme-post-content.default"> <div class="elementor-widget-container"> <p><img alt='5 Essential Steps to Safely Handle a Biohazard Spill at Home' title='5 Essential Steps to Safely Handle a Biohazard Spill at Home' post-id="1031" fifu-featured="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png"><noscript><img alt='5 Essential Steps to Safely Handle a Biohazard Spill at Home' title='5 Essential Steps to Safely Handle a Biohazard Spill at Home' post-id="1031" fifu-featured="1" src='https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png'></noscript></p> <p>As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn&#8217;t help but feel a shiver run down my spine. It was a scene straight out of a sci-fi movie &#8211; a biohazard spill that needed immediate attention. But where do I even begin? How can I safely handle this potentially dangerous situation? In this discussion, I will guide you through the 5 essential steps to ensure your safety and effectively handle a biohazard spill at home. Trust me, you don&#8217;t want to miss out on this crucial information.</p> <h2>Assess the Spill Area</h2> <p>To assess the spill area, I carefully survey the scene for any visible signs of biohazardous materials. This step is crucial in ensuring the safety of anyone who may come into contact with the spill. As I approach the area, I pay close attention to the contamination level, looking for any obvious spills or leaks. I scan the surroundings, taking note of any potential risks, such as broken containers or sharp objects. Identifying these risks is essential to prevent any further accidents or injuries.</p> <p>During the assessment, I also consider the type of biohazardous material involved. Is it a liquid, solid, or gas? This information helps me determine the appropriate measures to take in containing and cleaning up the spill. Additionally, I look for any signs of potential contamination pathways, such as nearby drains or ventilation systems. By identifying these pathways, I can take steps to minimize the spread of the biohazardous material and protect others in the area.</p> <h2>Gather Necessary Protective Equipment</h2> <p>As I assess the spill area, I quickly recognize the importance of gathering the necessary protective equipment to ensure my safety and effectively handle the biohazardous spill. Safety protocols and health risks associated with biohazardous materials must be taken seriously to prevent any potential harm. Therefore, equipping myself with the right gear is crucial.</p> <p>The first item I need is a pair of gloves made of nitrile or latex material. These gloves provide a barrier between my skin and the biohazardous material, reducing the risk of contamination. Additionally, wearing a disposable gown or apron is essential to protect my clothing from potential spills and splashes.</p> <p>To safeguard my respiratory system, I must wear a mask or a respirator. These devices help filter out harmful airborne particles, preventing inhalation of hazardous substances. It is important to choose the appropriate mask based on the type and level of biohazard involved.</p> <p>Lastly, I need to wear safety goggles or a face shield to shield my eyes from splashes or sprays that could cause injury or contamination. By wearing these protective eyewear, I can minimize the risk of biohazard exposure to my eyes.</p> <h2>Contain and Isolate the Spill</h2> <p>I carefully enclose the biohazard spill, ensuring its containment and isolation. It is crucial to prevent further contamination and protect ourselves and others from potential harm. Here are the essential steps to contain and isolate a biohazard spill:</p> <ul> <li> <p><strong>Secure the area</strong>: Establish a perimeter around the spill to restrict access. Use caution tape or makeshift barriers to prevent accidental contact.</p> </li> <li> <p><strong>Close off ventilation</strong>: If the spill is in a room with ventilation, close all windows and doors to minimize the spread of hazardous particles.</p> </li> <li> <p><strong>Use absorbent materials</strong>: Cover the spill with absorbent materials such as paper towels, rags, or kitty litter to soak up the liquid. Gently press down to absorb as much as possible.</p> </li> </ul> <h2>Clean and Disinfect the Affected Area</h2> <p>Once the biohazard spill has been contained and isolated, it is crucial to proceed with cleaning and disinfecting the affected area. This step is essential to ensure the safety and well-being of everyone in the home. To effectively clean the area, it is important to use appropriate cleaning techniques. Start by removing any visible debris or residue using disposable gloves and paper towels. Avoid using reusable materials that could spread the contamination. Dispose of the materials properly, following local regulations for biohazardous waste.</p> <p>Next, choose the appropriate disinfecting method to eliminate any remaining pathogens. Look for disinfectants labeled as effective against the specific biohazard you are dealing with. Follow the instructions on the product label carefully, as different disinfectants may require different contact times to be effective. Use a clean cloth or disposable wipes to apply the disinfectant to the affected area, ensuring thorough coverage.</p> <p>After the disinfectant has been applied, allow it to air dry completely. This will ensure that all pathogens have been killed. Remember to properly dispose of any materials used during the cleaning and disinfection process. Regularly wash your hands throughout the process to prevent cross-contamination. By following these cleaning techniques and disinfecting methods, you can safely restore the affected area to a clean and hazard-free state, serving the well-being of all who reside in your home.</p> <h2>Properly Dispose of Hazardous Materials</h2> <p>To ensure the safe handling of hazardous materials, proper disposal is crucial. Improper disposal can have severe environmental consequences, so it&#8217;s important to take the necessary steps to dispose of these materials responsibly. Here are some disposal methods you can use to minimize the environmental impact:</p> <ul> <li> <p><strong>Recycling</strong>: Whenever possible, recycle hazardous materials such as batteries, electronics, and fluorescent light bulbs. Many communities have designated recycling centers or special collection events for these items. Recycling not only prevents them from ending up in landfills but also allows for the recovery and reuse of valuable resources.</p> </li> <li> <p><strong>Chemical waste facilities</strong>: For hazardous liquids, chemicals, or other substances, contact your local chemical waste facility. These facilities have the expertise and equipment to handle and dispose of these materials safely, minimizing their impact on the environment.</p> </li> <li> <p><strong>Medication take-back programs</strong>: Unused or expired medications should never be flushed down the toilet or thrown in the trash. Instead, look for medication take-back programs in your area. These programs provide a safe and responsible way to dispose of medications, preventing them from contaminating water sources or harming wildlife.</p> </li> </ul> </div> </div> <div class="elementor-element elementor-element-5dbc079d elementor-invisible elementor-widget elementor-widget-elementskit-social-share" data-id="5dbc079d" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-social-share.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con" > <ul class="ekit_socialshare"> <li class="elementor-repeater-item-082e168" data-social="facebook"> <a class="facebook"> <i aria-hidden="true" class="icon icon-facebook"></i> </a> </li> <li class="elementor-repeater-item-57c5c7f" data-social="twitter"> <a class="twitter"> <i aria-hidden="true" class="icon icon-twitter"></i> </a> </li> <li class="elementor-repeater-item-a1338bf" data-social="pinterest"> <a class="pinterest"> <i aria-hidden="true" class="icon icon-pinterest"></i> </a> </li> <li class="elementor-repeater-item-8a28b2f" data-social="linkedin"> <a class="linkedin"> <i aria-hidden="true" class="fab fa-linkedin"></i> </a> </li> </ul> </div> </div> </div> <div class="elementor-element elementor-element-1b5ddae7 elementor-invisible elementor-widget elementor-widget-heading" data-id="1b5ddae7" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">Continue Reading</h6> </div> </div> <div class="elementor-element elementor-element-36df643e elementor-invisible elementor-widget elementor-widget-elementskit-blog-posts" data-id="36df643e" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-blog-posts.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con" > <div id="post-items--36df643e" class="row post-items ekit-blog-posts-content wihout-masonry " data-enable="no"> <!-- Blog Carousel markup render --> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-6 order-1"> <a href="https://adamcleaning.uk/choosing-the-right-cleaning-service-for-your-business/" class="elementskit-entry-thumb"> <img post-id="1143" fifu-featured="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Choosing the Right Cleaning Service for Your Business" title="Choosing the Right Cleaning Service for Your Business" data-lazy-src="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/13ef8b34-9b58-461a-9763-bd7d1b975dc5-0.png"><noscript><img post-id="1143" fifu-featured="1" src="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/13ef8b34-9b58-461a-9763-bd7d1b975dc5-0.png" alt="Choosing the Right Cleaning Service for Your Business" title="Choosing the Right Cleaning Service for Your Business"></noscript> </a><!-- .elementskit-entry-thumb END --> </div> <div class="col-md-6 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <div class="post-meta-list"> <span class="meta-date"> <i aria-hidden="true" class="icon icon-calendar-page-empty"></i> <span class="meta-date-text"> February 6, 2024 </span> </span> <span class="post-cat"> <i aria-hidden="true" class="far fa-folder"></i> <a href="https://adamcleaning.uk/category/service-guides/" rel="category tag">Service Guides</a> </span> </div> <h2 class="entry-title"> <a href="https://adamcleaning.uk/choosing-the-right-cleaning-service-for-your-business/"> Choosing the Right Cleaning Service for Your Business </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-6 order-1"> <a href="https://adamcleaning.uk/understanding-biohazard-cleanup-what-you-need-to-know/" class="elementskit-entry-thumb"> <img post-id="1155" fifu-featured="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Understanding Biohazard Cleanup: What You Need to Know" title="Understanding Biohazard Cleanup: What You Need to Know" data-lazy-src="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/f4e257cb-89a2-419d-b1da-b4057d65cb38-0.png"><noscript><img post-id="1155" fifu-featured="1" src="https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/f4e257cb-89a2-419d-b1da-b4057d65cb38-0.png" alt="Understanding Biohazard Cleanup: What You Need to Know" title="Understanding Biohazard Cleanup: What You Need to Know"></noscript> </a><!-- .elementskit-entry-thumb END --> </div> <div class="col-md-6 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <div class="post-meta-list"> <span class="meta-date"> <i aria-hidden="true" class="icon icon-calendar-page-empty"></i> <span class="meta-date-text"> February 6, 2024 </span> </span> <span class="post-cat"> <i aria-hidden="true" class="far fa-folder"></i> <a href="https://adamcleaning.uk/category/hazard-cleanup/" rel="category tag">Hazard Cleanup</a> </span> </div> <h2 class="entry-title"> <a href="https://adamcleaning.uk/understanding-biohazard-cleanup-what-you-need-to-know/"> Understanding Biohazard Cleanup: What You Need to Know </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d640418" data-id="d640418" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-83d4001 elementor-invisible elementor-widget elementor-widget-heading" data-id="83d4001" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">New Posts</h6> </div> </div> <div class="elementor-element elementor-element-890a3db elementor-invisible elementor-widget elementor-widget-elementskit-blog-posts" data-id="890a3db" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-blog-posts.default"> <div class="elementor-widget-container"> <div class="ekit-wid-con" > <div id="post-items--890a3db" class="row post-items ekit-blog-posts-content wihout-masonry " data-enable="no"> <!-- Blog Carousel markup render --> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-12 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <h2 class="entry-title"> <a href="https://adamcleaning.uk/choosing-the-right-cleaning-service-for-your-business/"> Choosing the Right Cleaning Service for Your Business </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-12 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <h2 class="entry-title"> <a href="https://adamcleaning.uk/understanding-biohazard-cleanup-what-you-need-to-know/"> Understanding Biohazard Cleanup: What You Need to Know </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-12 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <h2 class="entry-title"> <a href="https://adamcleaning.uk/winter-prep-cleaning-tasks-to-keep-your-home-warm-and-cozy/"> Winter Prep: Cleaning Tasks to Keep Your Home Warm and Cozy </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-12 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <h2 class="entry-title"> <a href="https://adamcleaning.uk/top-safety-measures-for-handling-hazardous-cleaning-situations/"> Top Safety Measures for Handling Hazardous Cleaning Situations </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> <div class="col-md-12"> <div class="elementskit-blog-block-post"> <div class="row no-gutters"> <div class="col-md-12 order-2"> <div class="elementskit-post-body "> <div class="elementskit-entry-header"> <h2 class="entry-title"> <a href="https://adamcleaning.uk/the-ultimate-guide-to-post-renovation-cleaning/"> The Ultimate Guide to Post-Renovation Cleaning </a> </h2> </div><!-- .elementskit-entry-header END --> </div><!-- .elementskit-post-body END --> </div> </div> </div><!-- .elementskit-blog-block-post .radius .gradient-bg END --> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-516294b elementor-invisible elementor-widget elementor-widget-heading" data-id="516294b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">Why choose us</h6> </div> </div> <div class="elementor-element elementor-element-86eaa6b elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="86eaa6b" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <style>.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-51" alt="" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic1.png" /><noscript><img loading="lazy" width="512" height="512" src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic1.png" class="attachment-full size-full wp-image-51" alt="" /></noscript></figure><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Professional</h5><p class="elementor-image-box-description">With Adam Cleaning, you can expect a team of trained and skilled professionals dedicated to providing top-notch cleaning services. We pride ourselves on our attention to detail and commitment to excellence, ensuring every space we clean is left sparkling.</p></div></div> </div> </div> <div class="elementor-element elementor-element-5472b90 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="5472b90" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-54" alt="" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic2.png" /><noscript><img loading="lazy" width="512" height="512" src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic2.png" class="attachment-full size-full wp-image-54" alt="" /></noscript></figure><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Guaranteed</h5><p class="elementor-image-box-description">Your satisfaction is our top priority. That's why all our services come with a satisfaction guarantee. If you're not completely happy with our work, we'll make it right. That's the Adam Cleaning guarantee.</p></div></div> </div> </div> <div class="elementor-element elementor-element-f465da4 elementor-position-left elementor-vertical-align-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="f465da4" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img width="512" height="512" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3C/svg%3E" class="attachment-full size-full wp-image-55" alt="" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic3.png" /><noscript><img loading="lazy" width="512" height="512" src="https://adamcleaning.uk/wp-content/uploads/2023/05/ic3.png" class="attachment-full size-full wp-image-55" alt="" /></noscript></figure><div class="elementor-image-box-content"><h5 class="elementor-image-box-title">Total Solution</h5><p class="elementor-image-box-description">No matter your cleaning needs, Adam Cleaning is your total solution. From carpet cleaning to ironing services, end of tenancy cleaning to garden cleaning, we offer a wide range of services designed to make your life cleaner, simpler, and more enjoyable.</p></div></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-35d1dd6 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="35d1dd6" data-element_type="section" id="order" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a5a4cea" data-id="a5a4cea" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5c53f39 elementor-widget elementor-widget-google_maps" data-id="5c53f39" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="google_maps.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style> <div class="elementor-custom-embed"> <iframe loading="lazy" src="about:blank" title="1 caxton close Ng42jl Nottingham" aria-label="1 caxton close Ng42jl Nottingham" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://maps.google.com/maps?q=1%20caxton%20close%20Ng42jl%20Nottingham&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near"></iframe><noscript><iframe loading="lazy" src="https://maps.google.com/maps?q=1%20caxton%20close%20Ng42jl%20Nottingham&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near" title="1 caxton close Ng42jl Nottingham" aria-label="1 caxton close Ng42jl Nottingham" ></iframe></noscript> </div> </div> </div> <div class="elementor-element elementor-element-5b3e294 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-metform" data-id="5b3e294" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="metform.default"> <div class="elementor-widget-container"> <div id="mf-response-props-id-155" data-previous-steps-style="" data-editswitchopen="" data-response_type="alert" data-erroricon="fas fa-exclamation-triangle" data-successicon="fas fa-check" data-messageposition="top" class=" mf-scroll-top-no"> <div class="formpicker_warper formpicker_warper_editable" data-metform-formpicker-key="155" > <div class="elementor-widget-container"> <div id="metform-wrap-5b3e294-155" class="mf-form-wrapper" data-form-id="155" data-action="https://adamcleaning.uk/wp-json/metform/v1/entries/insert/155" data-wp-nonce="b2ad416e1b" data-form-nonce="629fc9b190" data-quiz-summery = "false" data-save-progress = "false" data-form-type="general-form" data-stop-vertical-effect="" ></div> <!----------------------------- * controls_data : find the the props passed indie of data attribute * props.SubmitResponseMarkup : contains the markup of error or success message * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals --------------------------- --> <script type="text/mf" class="mf-template"> function controls_data (value){ let currentWrapper = "mf-response-props-id-155"; let currentEl = document.getElementById(currentWrapper); return currentEl ? currentEl.dataset[value] : false } let is_edit_mode = '' ? true : false; let message_position = controls_data('messageposition') || 'top'; let message_successIcon = controls_data('successicon') || ''; let message_errorIcon = controls_data('erroricon') || ''; let message_editSwitch = controls_data('editswitchopen') === 'yes' ? true : false; let message_proClass = controls_data('editswitchopen') === 'yes' ? 'mf_pro_activated' : ''; let is_dummy_markup = is_edit_mode && message_editSwitch ? true : false; return html` <form className="metform-form-content" ref=${parent.formContainerRef} onSubmit=${ validation.handleSubmit( parent.handleFormSubmit ) } > ${is_dummy_markup ? message_position === 'top' ? props.ResponseDummyMarkup(message_successIcon, message_proClass) : '' : ''} ${is_dummy_markup ? ' ' : message_position === 'top' ? props.SubmitResponseMarkup`${parent}${state}${message_successIcon}${message_errorIcon}${message_proClass}` : ''} <!-------------------------------------------------------- *** IMPORTANT / DANGEROUS *** ${html``} must be used as in immediate child of "metform-form-main-wrapper" class otherwise multistep form will not run at all ----------------------------------------------------------> <div className="metform-form-main-wrapper" key=${'hide-form-after-submit'} ref=${parent.formRef}> ${html` <div data-elementor-type="wp-post" key="2" data-elementor-id="155" className="elementor elementor-155" data-elementor-post-type="metform-form"> <section className="elementor-section elementor-top-section elementor-element elementor-element-fb8cd3e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fb8cd3e" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div className="elementor-container elementor-column-gap-default"> <div className="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d9d65bc" data-id="d9d65bc" data-element_type="column"> <div className="elementor-widget-wrap elementor-element-populated"> <div className="elementor-element elementor-element-6d2f59af elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-mf-listing-fname" data-id="6d2f59af" data-element_type="widget" data-settings="{&quot;mf_input_name&quot;:&quot;mf-listing-fname&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-listing-fname.default"> <div className="elementor-widget-container"> <div className="mf-input-wrapper"> <input type="text" className="mf-input " id="mf-input-text-6d2f59af" name="mf-listing-fname" placeholder="${ parent.decodeEntities(`Your Name`) } " onInput=${ parent.handleChange } aria-invalid=${validation.errors['mf-listing-fname'] ? 'true' : 'false'} ref=${ el => parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el) } /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-listing-fname" as=${html`<span className="mf-error-message"></span>`} /> </div> </div> </div> <div className="elementor-element elementor-element-2e178ede elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-mf-email" data-id="2e178ede" data-element_type="widget" data-settings="{&quot;mf_input_name&quot;:&quot;mf-email&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-email.default"> <div className="elementor-widget-container"> <div className="mf-input-wrapper"> <input type="email" defaultValue="" className="mf-input " id="mf-input-email-2e178ede" name="mf-email" placeholder="${ parent.decodeEntities(`Email`) } " onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors['mf-email'] ? 'true' : 'false' } ref=${el=> parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-email" as=${html`<span className="mf-error-message"></span>`} /> </div> </div> </div> <div className="elementor-element elementor-element-9d15077 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-mf-telephone" data-id="9d15077" data-element_type="widget" data-settings="{&quot;mf_input_name&quot;:&quot;mf-telephone&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-telephone.default"> <div className="elementor-widget-container"> <div className="mf-input-wrapper"> <input type="tel" className="mf-input " id="mf-input-telephone-9d15077" name="mf-telephone" placeholder="${ parent.decodeEntities(`Phone`) } " onInput=${parent.handleChange} aria-invalid=${validation.errors['mf-telephone'] ? 'true' : 'false'} ref=${el => parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-telephone" as=${html`<span className="mf-error-message"></span>`} /> </div> </div> </div> <div className="elementor-element elementor-element-7059e93f elementor-widget-tablet__width-initial elementor-widget elementor-widget-mf-select" data-id="7059e93f" data-element_type="widget" data-settings="{&quot;mf_input_name&quot;:&quot;mf-select&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Domestic Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;47998fe&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Biohazard Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;fa65a7f&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Industrial Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;9c0c5ee&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Office Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-4&quot;,&quot;_id&quot;:&quot;a9fef80&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;AirBnB Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-5&quot;,&quot;_id&quot;:&quot;060b59b&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Students Campus Cleaning&quot;,&quot;mf_input_option_value&quot;:&quot;value-6&quot;,&quot;_id&quot;:&quot;1a8a50e&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Housekeeping &amp; Maintenance&quot;,&quot;mf_input_option_value&quot;:&quot;value-7&quot;,&quot;_id&quot;:&quot;f752dfd&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-select.default"> <div className="elementor-widget-container"> <div className="mf-input-wrapper"> <${props.Select} className=${"mf-input mf-input-select " + ( validation.errors['mf-select'] ? 'mf-invalid' : '' )} classNamePrefix="mf_select" name="mf-select" placeholder="${ parent.decodeEntities(`Select Service`) } " isSearchable=${false} options=${[{"label":"Domestic Cleaning","value":"value-1","isDisabled":false},{"label":"Biohazard Cleaning","value":"value-2","isDisabled":false},{"label":"Industrial Cleaning","value":"value-3","isDisabled":false},{"label":"Office Cleaning","value":"value-4","isDisabled":false},{"label":"AirBnB Cleaning","value":"value-5","isDisabled":false},{"label":"Students Campus Cleaning","value":"value-6","isDisabled":false},{"label":"Housekeeping & Maintenance","value":"value-7","isDisabled":false}]} value=${parent.getValue("mf-select") ? [{"label":"Domestic Cleaning","value":"value-1","isDisabled":false},{"label":"Biohazard Cleaning","value":"value-2","isDisabled":false},{"label":"Industrial Cleaning","value":"value-3","isDisabled":false},{"label":"Office Cleaning","value":"value-4","isDisabled":false},{"label":"AirBnB Cleaning","value":"value-5","isDisabled":false},{"label":"Students Campus Cleaning","value":"value-6","isDisabled":false},{"label":"Housekeeping & Maintenance","value":"value-7","isDisabled":false}].filter(item => item.value === parent.getValue("mf-select"))[0] : []} onChange=${(e)=> parent.handleSelect(e, "mf-select")} ref=${() => { register({ name: "mf-select" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false})); if ( parent.getValue("mf-select") === '' && false ) { parent.setValue( 'mf-select', '', true ); parent.handleChange({ target: { name: 'mf-select', value: '' } }); } }} /> <${validation.ErrorMessage} errors=${validation.errors} name="mf-select" as=${html`<span className="mf-error-message"></span>`} /> </div> </div> </div> <div className="elementor-element elementor-element-5cb53361 elementor-widget elementor-widget-mf-textarea" data-id="5cb53361" data-element_type="widget" data-settings="{&quot;mf_input_name&quot;:&quot;mf-textarea&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-textarea.default"> <div className="elementor-widget-container"> <div className="mf-input-wrapper"> <textarea className="mf-input mf-textarea " id="mf-input-text-area-5cb53361" name="mf-textarea" placeholder="${ parent.decodeEntities(`Message`) } " cols="30" rows="10" onInput=${ parent.handleChange } aria-invalid=${validation.errors['mf-textarea'] ? 'true' : 'false'} ref=${ el => parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)} ></textarea> <${validation.ErrorMessage} errors=${validation.errors} name="mf-textarea" as=${html`<span className="mf-error-message"></span>`} /> </div> </div> </div> <div className="elementor-element elementor-element-6fb894a1 mf-btn--left elementor-widget elementor-widget-mf-button" data-id="6fb894a1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="mf-button.default"> <div className="elementor-widget-container"> <div className="mf-btn-wraper " data-mf-form-conditional-logic-requirement=""> <button type="submit" className="metform-btn metform-submit-btn " id=""> <span>${ parent.decodeEntities(`Send Message`) } </span> <i aria-hidden="true" className="fas fa-caret-right"></i> </button> </div> </div> </div> </div> </div> </div> </section> </div> `} </div> ${is_dummy_markup ? message_position === 'bottom' ? props.ResponseDummyMarkup(message_successIcon, message_proClass) : '' : ''} ${is_dummy_markup ? ' ' : message_position === 'bottom' ? props.SubmitResponseMarkup`${parent}${state}${message_successIcon}${message_errorIcon}${message_proClass}` : ''} </form> ` </script> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-f274e26 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f274e26" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-74ee60b" data-id="74ee60b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f59c5ee elementor-invisible elementor-widget elementor-widget-image" data-id="f59c5ee" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="#"> <img width="560" height="160" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20560%20160'%3E%3C/svg%3E" class="attachment-full size-full wp-image-94" alt="adam cleaning logo white" data-lazy-srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white-300x86.png.webp 300w" data-lazy-sizes="(max-width: 560px) 100vw, 560px" data-lazy-src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white.png.webp" /><noscript><img loading="lazy" width="560" height="160" src="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white.png.webp" class="attachment-full size-full wp-image-94" alt="adam cleaning logo white" srcset="https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white.png.webp 560w,https://adamcleaning.uk/wp-content/uploads/2023/05/adam-cleaning-logo-white-300x86.png.webp 300w" sizes="(max-width: 560px) 100vw, 560px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-4a23759 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="4a23759" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Sparkling Spaces, Satisfied Smiles.</strong></p> </div> </div> <div class="elementor-element elementor-element-1a9f614 elementor-shape-square e-grid-align-left elementor-grid-0 elementor-invisible elementor-widget elementor-widget-social-icons" data-id="1a9f614" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-dd13b7a" href="https://www.facebook.com/profile.php?id=61554297202445" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-fdae43c" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-23e3580" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d70eaf0" data-id="d70eaf0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5950552 elementor-invisible elementor-widget elementor-widget-heading" data-id="5950552" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">Office</h6> </div> </div> <div class="elementor-element elementor-element-a3ff9e5 elementor-invisible elementor-widget elementor-widget-text-editor" data-id="a3ff9e5" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>A&amp;N MULTI SERVICES LTD<br />1 Caxton Close Nottingham, <br />NG4 2JL<br />United Kingdom</p> </div> </div> <div class="elementor-element elementor-element-cfcd186 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="cfcd186" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-envelope2"></i> </span> <span class="elementor-icon-list-text">info@adamcleaning.uk</span> </a> </li> <li class="elementor-icon-list-item"> <a href="tel:07469244860"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="icon icon-phone1"></i> </span> <span class="elementor-icon-list-text">+44 7469 244860</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1345d8f" data-id="1345d8f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-edf3e66 elementor-invisible elementor-widget elementor-widget-heading" data-id="edf3e66" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">Menu</h6> </div> </div> <div class="elementor-element elementor-element-c7ff227 elementor-widget-mobile__width-inherit elementor-align-left elementor-widget-widescreen__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="c7ff227" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/"> <span class="elementor-icon-list-text">Home</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/about-us/"> <span class="elementor-icon-list-text">About Us</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/biohazard-cleaning/"> <span class="elementor-icon-list-text">Biohazard Cleaning</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/services/"> <span class="elementor-icon-list-text">Our Services</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/tips/"> <span class="elementor-icon-list-text">Our Know How</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/gallery/"> <span class="elementor-icon-list-text">Before & After</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fcfb17a" data-id="fcfb17a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b863f70 elementor-invisible elementor-widget elementor-widget-heading" data-id="b863f70" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h6 class="elementor-heading-title elementor-size-default">KNOW HOW</h6> </div> </div> <div class="elementor-element elementor-element-8c2fd79 elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="8c2fd79" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/cleaning-tips-and-tricks/"> <span class="elementor-icon-list-text">Cleaning Tricks</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/hazard-cleanup/"> <span class="elementor-icon-list-text">Hazard Cleanup</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/product-reviews/"> <span class="elementor-icon-list-text">Product Reviews</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/service-guides/"> <span class="elementor-icon-list-text">Service Guides</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/seasonal-cleaning/"> <span class="elementor-icon-list-text">Seasonal Cleaning</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/sustainability/"> <span class="elementor-icon-list-text">Sustainability</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://adamcleaning.uk/category/industry-insights/"> <span class="elementor-icon-list-text">Industry Insights</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d30f3bc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d30f3bc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4cd5577" data-id="4cd5577" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-85b0883 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider" data-id="85b0883" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="divider.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0f44958 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0f44958" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f6c74b6" data-id="f6c74b6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-08764be elementor-invisible elementor-widget elementor-widget-text-editor" data-id="08764be" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Powered by <a href="https://stronyinternetowe.uk">Strony Internetowe</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a079f8" data-id="3a079f8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-28f0e03 elementor-widget-mobile__width-inherit elementor-icon-list--layout-inline elementor-align-right elementor-mobile-align-left elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="28f0e03" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://adamcleaning.uk/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://adamcleaning.uk/terms-and-conditions/"> <span class="elementor-icon-list-text">Our Terms</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> <footer id="site-footer" class="site-footer dynamic-footer footer-has-copyright"> <div class="footer-inner"> <div class="site-branding show-logo"> </div> <div class="copyright show"> <p>All rights reserved</p> </div> </div> </footer> <link rel='stylesheet' id='elementor-post-155-css' href='https://adamcleaning.uk/wp-content/uploads/elementor/css/post-155.css?ver=1707367070' media='all' /> <link rel='stylesheet' id='metform-ui-css' href='https://adamcleaning.uk/wp-content/plugins/metform/public/assets/css/metform-ui.css?ver=3.8.3' media='all' /> <link rel='stylesheet' id='metform-style-css' href='https://adamcleaning.uk/wp-content/plugins/metform/public/assets/css/style.css?ver=3.8.3' media='all' /> <link rel='stylesheet' id='elementskit-reset-button-for-pro-form-css-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/css/elementskit-reset-button.css?ver=3.5.0' media='all' /> <link rel='stylesheet' id='ekit-particles-css' href='https://adamcleaning.uk/wp-content/plugins/elementskit/modules/particles/assets/css/particles.css?ver=3.5.0' media='all' /> <link rel='stylesheet' id='e-animations-css' href='https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.19.2' media='all' /> <script src="https://adamcleaning.uk/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.0.1" id="hello-theme-frontend-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=3.0.4" id="elementskit-framework-js-frontend-js"></script> <script id="elementskit-framework-js-frontend-js-after"> var elementskit = { resturl: 'https://adamcleaning.uk/wp-json/elementskit/v1/', } </script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.0.4" id="ekit-widget-scripts-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/assets/js/anime.js?ver=3.5.0" id="animejs-js"></script> <script defer src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-frontend-scripts.js?ver=3.5.0" id="elementskit-parallax-frontend-defer-js"></script> <script id="bafg_custom_js-js-extra"> var bafg_constant_obj = {"ajax_url":"https:\/\/adamcleaning.uk\/wp-admin\/admin-ajax.php","site_url":"https:\/\/adamcleaning.uk\/wp-content\/plugins\/beaf-before-and-after-gallery\/"}; </script> <script src="https://adamcleaning.uk/wp-content/plugins/beaf-before-and-after-gallery/assets/js/bafg-custom-js.js" id="bafg_custom_js-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/js/goodshare.min.js?ver=3.0.4" id="goodshare-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/metform/public/assets/js/htm.js?ver=3.8.3" id="htm-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/vendor/react.min.js?ver=18.2.0" id="react-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0" id="react-dom-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6" id="wp-escape-html-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/element.min.js?ver=ed1c7604880e8b574b40" id="wp-element-js"></script> <script id="metform-app-js-extra"> var mf = {"postType":"post","restURI":"https:\/\/adamcleaning.uk\/wp-json\/metform\/v1\/forms\/views\/","minMsg1":"Minimum length should be ","Msg2":" character long.","maxMsg1":"Maximum length should be ","maxNum":"Maximum number should be ","minNum":"Minimum number should be "}; </script> <script src="https://adamcleaning.uk/wp-content/plugins/metform/public/assets/js/app.js?ver=3.8.3" id="metform-app-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.18.3" id="elementor-pro-webpack-runtime-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.19.2" id="elementor-webpack-runtime-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.2" id="elementor-frontend-modules-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/adamcleaning.uk\/wp-admin\/admin-ajax.php","nonce":"e5d27f0442","urls":{"assets":"https:\/\/adamcleaning.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/adamcleaning.uk\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/adamcleaning.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.18.3" id="elementor-pro-frontend-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://adamcleaning.uk/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":1600,"default_value":2400,"direction":"min","is_enabled":true}}},"version":"3.19.2","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/adamcleaning.uk\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_widescreen"],"viewport_widescreen":1600,"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"title","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":1031,"title":"5%20Essential%20Steps%20to%20Safely%20Handle%20a%20Biohazard%20Spill%20at%20Home%20-%20Adam%20Cleaning","excerpt":"","featuredImage":"https:\/\/pub-3626123a908346a7a8be8d9295f44e26.r2.dev\/generations\/5b8c04a2-e076-446b-aa7b-83c1d69c08a4-0.png"}}; </script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.19.2" id="elementor-frontend-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.18.3" id="pro-elements-handlers-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?ver=3.0.4" id="animate-circle-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=3.0.4" id="elementskit-elementor-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/widgets/init/assets/js/elementor.js?ver=3.5.0" id="elementskit-elementor-pro-js"></script> <script defer src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/sticky-content/assets/js/elementskit-sticky-content.js?ver=3.5.0" id="elementskit-sticky-content-script-init-defer-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/js/elementskit-reset-button.js?ver=3.5.0" id="elementskit-reset-button-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/particles/assets/js/particles.min.js?ver=3.5.0" id="particles-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/particles/assets/js/ekit-particles.js?ver=3.5.0" id="ekit-particles-js"></script> <script defer src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/parallax/assets/js/parallax-admin-scripts.js?ver=3.5.0" id="elementskit-parallax-admin-defer-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/wrapper-link/assets/js/wrapper.js?ver=3.5.0" id="elementskit-wrapper-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/cotton.min.js?ver=3.5.0" id="cotton-js"></script> <script src="https://adamcleaning.uk/wp-content/plugins/elementskit/modules/mouse-cursor/assets/js/mouse-cursor-scripts.js?ver=3.5.0" id="mouse-cursor-js"></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://adamcleaning.uk/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img fetchpriority="high" fetchpriority="high" data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1708476025 -->
fineweb
{ "fineweb_metadata": { "text": "As I stood there, staring at the ominous pool of hazardous material on my kitchen floor, I couldn’t help but feel a shiver run down my spine. It was a scene straight out of a sci-fi movie – a biohazard spill that needed immediate attention. But where do I even begin? How can I safely handle this potentially dangerous situation? In this discussion, I will guide you through the 5 essential steps to ensure your safety and effectively handle a biohazard spill at home. Trust me, you don’t want to miss out on this crucial information.\nAssess the Spill Area\nTo assess the spill area, I carefully survey the scene for any visible signs of biohazardous materials. This step is crucial in ensuring the safety of anyone who may come into contact with the spill. As I approach the area, I pay close attention to the contamination level, looking for any obvious spills or leaks. I scan the surroundings, taking note of any potential risks, such as broken containers or sharp objects. Identifying these risks is essential to prevent any further accidents or injuries.\nDuring the assessment, I also consider the type of biohazardous material involved. Is it a liquid, solid, or gas? This information helps me determine the appropriate measures to take in containing and cleaning up the spill. Additionally, I look for any signs of potential contamination pathways, such as nearby drains or ventilation systems. By identifying these pathways, I can take steps to minimize the spread of the biohazardous material and protect others in the area.\nGather Necessary Protective Equipment\nAs I assess the spill area, I quickly recognize the importance of gathering the necessary protective equipment to ensure my safety and effectively handle the biohazardous spill. Safety protocols and health risks associated with biohazardous materials must be taken seriously to prevent any potential harm. Therefore, equipping myself with the right gear is crucial.\nThe first item I need is a pair of gloves made of nitrile or latex material. These gloves provide a barrier between my skin and the biohazardous material, reducing the risk of contamination. Additionally, wearing a disposable gown or apron is essential to protect my clothing from potential spills and splashes.\nTo safeguard my respiratory system, I must wear a mask or a respirator. These devices help filter out harmful airborne particles, preventing inhalation of hazardous substances. It is important to choose the appropriate mask based on the type and level of biohazard involved.\nLastly, I need to wear safety goggles or a face shield to shield my eyes from splashes or sprays that could cause injury or contamination. By wearing these protective eyewear, I can minimize the risk of biohazard exposure to my eyes.\nContain and Isolate the Spill\nI carefully enclose the biohazard spill, ensuring its containment and isolation. It is crucial to prevent further contamination and protect ourselves and others from potential harm. Here are the essential steps to contain and isolate a biohazard spill:\nSecure the area: Establish a perimeter around the spill to restrict access. Use caution tape or makeshift barriers to prevent accidental contact.\nClose off ventilation: If the spill is in a room with ventilation, close all windows and doors to minimize the spread of hazardous particles.\nUse absorbent materials: Cover the spill with absorbent materials such as paper towels, rags, or kitty litter to soak up the liquid. Gently press down to absorb as much as possible.\nClean and Disinfect the Affected Area\nOnce the biohazard spill has been contained and isolated, it is crucial to proceed with cleaning and disinfecting the affected area. This step is essential to ensure the safety and well-being of everyone in the home. To effectively clean the area, it is important to use appropriate cleaning techniques. Start by removing any visible debris or residue using disposable gloves and paper towels. Avoid using reusable materials that could spread the contamination. Dispose of the materials properly, following local regulations for biohazardous waste.\nNext, choose the appropriate disinfecting method to eliminate any remaining pathogens. Look for disinfectants labeled as effective against the specific biohazard you are dealing with. Follow the instructions on the product label carefully, as different disinfectants may require different contact times to be effective. Use a clean cloth or disposable wipes to apply the disinfectant to the affected area, ensuring thorough coverage.\nAfter the disinfectant has been applied, allow it to air dry completely. This will ensure that all pathogens have been killed. Remember to properly dispose of any materials used during the cleaning and disinfection process. Regularly wash your hands throughout the process to prevent cross-contamination. By following these cleaning techniques and disinfecting methods, you can safely restore the affected area to a clean and hazard-free state, serving the well-being of all who reside in your home.\nProperly Dispose of Hazardous Materials\nTo ensure the safe handling of hazardous materials, proper disposal is crucial. Improper disposal can have severe environmental consequences, so it’s important to take the necessary steps to dispose of these materials responsibly. Here are some disposal methods you can use to minimize the environmental impact:\nRecycling: Whenever possible, recycle hazardous materials such as batteries, electronics, and fluorescent light bulbs. Many communities have designated recycling centers or special collection events for these items. Recycling not only prevents them from ending up in landfills but also allows for the recovery and reuse of valuable resources.\nChemical waste facilities: For hazardous liquids, chemicals, or other substances, contact your local chemical waste facility. These facilities have the expertise and equipment to handle and dispose of these materials safely, minimizing their impact on the environment.\nMedication take-back programs: Unused or expired medications should never be flushed down the toilet or thrown in the trash. Instead, look for medication take-back programs in your area. These programs provide a safe and responsible way to dispose of medications, preventing them from contaminating water sources or harming wildlife.", "id": "<urn:uuid:692319a7-673b-43dc-abbc-a28cb09cee3b>", "dump": "CC-MAIN-2024-10", "url": "https://adamcleaning.uk/5-essential-steps-to-safely-handle-a-biohazard-spill-at-home/", "date": "2024-02-25T09:36:55", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9079495668411255, "token_count": 1221 } }
<urn:uuid:8fc0eff2-a4ef-4431-b150-9dbda14a4e3a>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <title>Through various activities such | ADB Directory</title> <meta name="description" content="Through various activities such ADB Directory your website can further increase cribility and can also have a positive impact on rankings." /> <link rel="canonical" href="https://adbdirectory.com/through-various/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Through various activities such | ADB Directory" /> <meta property="og:description" content="Through various activities such ADB Directory your website can further increase cribility and can also have a positive impact on rankings." /> <meta property="og:url" content="https://adbdirectory.com/through-various/" /> <meta property="og:site_name" content="ADB Directory" /> <meta property="article:published_time" content="2023-07-06T05:26:55+00:00" /> <meta property="article:modified_time" content="2023-07-06T05:28:53+00:00" /> <meta property="og:image" content="https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png" /> <meta name="author" content="ljkwm" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="ljkwm" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://adbdirectory.com/through-various/#article","isPartOf":{"@id":"https://adbdirectory.com/through-various/"},"author":{"name":"ljkwm","@id":"https://adbdirectory.com/#/schema/person/3c075bd16230b8cf3076750f80996e9d"},"headline":"Through various activities such","datePublished":"2023-07-06T05:26:55+00:00","dateModified":"2023-07-06T05:28:53+00:00","mainEntityOfPage":{"@id":"https://adbdirectory.com/through-various/"},"wordCount":332,"commentCount":0,"publisher":{"@id":"https://adbdirectory.com/#organization"},"image":{"@id":"https://adbdirectory.com/through-various/#primaryimage"},"thumbnailUrl":"https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png","keywords":["Ivory Coast Phone Number List","List of mobile numbers","List of phone numbers","mobile number database","phone number database"],"articleSection":["Phone Number List"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://adbdirectory.com/through-various/#respond"]}]},{"@type":"WebPage","@id":"https://adbdirectory.com/through-various/","url":"https://adbdirectory.com/through-various/","name":"Through various activities such | ADB Directory","isPartOf":{"@id":"https://adbdirectory.com/#website"},"primaryImageOfPage":{"@id":"https://adbdirectory.com/through-various/#primaryimage"},"image":{"@id":"https://adbdirectory.com/through-various/#primaryimage"},"thumbnailUrl":"https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png","datePublished":"2023-07-06T05:26:55+00:00","dateModified":"2023-07-06T05:28:53+00:00","description":"Through various activities such ADB Directory your website can further increase cribility and can also have a positive impact on rankings.","breadcrumb":{"@id":"https://adbdirectory.com/through-various/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://adbdirectory.com/through-various/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://adbdirectory.com/through-various/#primaryimage","url":"https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png","contentUrl":"https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png"},{"@type":"BreadcrumbList","@id":"https://adbdirectory.com/through-various/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://adbdirectory.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://adbdirectory.com/blog/"},{"@type":"ListItem","position":3,"name":"Through various activities such"}]},{"@type":"WebSite","@id":"https://adbdirectory.com/#website","url":"https://adbdirectory.com/","name":"ADB Directory","description":"ADB Directory","publisher":{"@id":"https://adbdirectory.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://adbdirectory.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://adbdirectory.com/#organization","name":"ADB Directory","url":"https://adbdirectory.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://adbdirectory.com/#/schema/logo/image/","url":"https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo.png","contentUrl":"https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo.png","width":645,"height":54,"caption":"ADB Directory"},"image":{"@id":"https://adbdirectory.com/#/schema/logo/image/"}},{"@type":"Person","@id":"https://adbdirectory.com/#/schema/person/3c075bd16230b8cf3076750f80996e9d","name":"ljkwm","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://adbdirectory.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/e74d39baa98cb00cf3bb90f8622f2d68?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/e74d39baa98cb00cf3bb90f8622f2d68?s=96&d=mm&r=g","caption":"ljkwm"},"sameAs":["http://adbdirectory.com"],"url":"https://adbdirectory.com/author/ljkwm/"}]}</script> <link rel="alternate" type="application/rss+xml" title="ADB Directory &raquo; Feed" href="https://adbdirectory.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="ADB Directory &raquo; Comments Feed" href="https://adbdirectory.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="ADB Directory &raquo; Through various activities such Comments Feed" href="https://adbdirectory.com/through-various/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/adbdirectory.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id="wp-emoji-styles-inline-css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="wp-block-library-css" href="https://adbdirectory.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3" media="all" /> <style id="classic-theme-styles-inline-css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id="global-styles-inline-css"> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel="stylesheet" id="smartarget-css" href="https://adbdirectory.com/wp-content/plugins/smartarget-contact-us/public/css/smartarget-public.css?ver=1.2.21" media="all" /> <link rel="stylesheet" id="woocommerce-layout-css" href="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.6.0" media="all" /> <link rel="stylesheet" id="woocommerce-smallscreen-css" href="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.6.0" media="only screen and (max-width: 768px)" /> <link rel="stylesheet" id="woocommerce-general-css" href="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=8.6.0" media="all" /> <style id="woocommerce-inline-inline-css"> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel="stylesheet" id="customizr-main-css" href="https://adbdirectory.com/wp-content/themes/customizr/assets/front/css/style.min.css?ver=4.4.21" media="all" /> <style id="customizr-main-inline-css"> .tc-header.border-top { border-top-width: 5px; border-top-style: solid } .sticky-enabled .czr-wccart-off .primary-nav__woocart { display: none; } .logo-center .primary-nav__woocart .dropdown-menu, .logo-left .primary-nav__woocart .dropdown-menu{ right: 0; left: auto; }/*open left*/ #czr-push-footer { display: none; visibility: hidden; } .czr-sticky-footer #czr-push-footer.sticky-footer-enabled { display: block; } </style> <link rel="stylesheet" id="elementor-icons-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.27.0" media="all" /> <link rel="stylesheet" id="elementor-frontend-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.19.2" media="all" /> <link rel="stylesheet" id="swiper-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5" media="all" /> <link rel="stylesheet" id="elementor-post-5-css" href="https://adbdirectory.com/wp-content/uploads/elementor/css/post-5.css?ver=1707648168" media="all" /> <link rel="stylesheet" id="elementor-pro-css" href="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.19.2" media="all" /> <link rel="stylesheet" id="elementor-global-css" href="https://adbdirectory.com/wp-content/uploads/elementor/css/global.css?ver=1707648168" media="all" /> <link rel="stylesheet" id="google-fonts-1-css" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.4.3" media="all" /> <link rel="stylesheet" id="elementor-icons-shared-0-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3" media="all" /> <link rel="stylesheet" id="elementor-icons-fa-brands-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3" media="all" /> <link rel="stylesheet" id="elementor-icons-fa-solid-css" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3" media="all" /> <script src="https://adbdirectory.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://adbdirectory.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script id="smartarget-js-before"> var smartarget_params = {"smartarget_integration_hash":"30f261e8cb80c8f6b5e51522f36acba9ef2fd23a"} </script> <script src="https://adbdirectory.com/wp-content/plugins/smartarget-contact-us/public/js/smartarget-public.js?ver=1.2.21123" id="smartarget-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.0" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/adbdirectory.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; </script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.6.0" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.0" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.0" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/js/libs/modernizr.min.js?ver=4.4.21" id="modernizr-js"></script> <script src="https://adbdirectory.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script id="tc-scripts-js-extra"> var CZRParams = {"assetsPath":"https:\/\/adbdirectory.com\/wp-content\/themes\/customizr\/assets\/front\/","mainScriptUrl":"https:\/\/adbdirectory.com\/wp-content\/themes\/customizr\/assets\/front\/js\/tc-scripts.min.js?4.4.21","deferFontAwesome":"1","fontAwesomeUrl":"https:\/\/adbdirectory.com\/wp-content\/themes\/customizr\/assets\/shared\/fonts\/fa\/css\/fontawesome-all.min.css?4.4.21","_disabled":[],"centerSliderImg":"1","isLightBoxEnabled":"1","SmoothScroll":{"Enabled":true,"Options":{"touchpadSupport":false}},"isAnchorScrollEnabled":"","anchorSmoothScrollExclude":{"simple":["[class*=edd]",".carousel-control","[data-toggle=\"modal\"]","[data-toggle=\"dropdown\"]","[data-toggle=\"czr-dropdown\"]","[data-toggle=\"tooltip\"]","[data-toggle=\"popover\"]","[data-toggle=\"collapse\"]","[data-toggle=\"czr-collapse\"]","[data-toggle=\"tab\"]","[data-toggle=\"pill\"]","[data-toggle=\"czr-pill\"]","[class*=upme]","[class*=um-]"],"deep":{"classes":[],"ids":[]}},"timerOnScrollAllBrowsers":"1","centerAllImg":"1","HasComments":"","LoadModernizr":"1","stickyHeader":"","extLinksStyle":"","extLinksTargetExt":"","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"dropcapEnabled":"","dropcapWhere":{"post":"","page":""},"dropcapMinWords":"","dropcapSkipSelectors":{"tags":["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],"classes":["btn"],"id":[]},"imgSmartLoadEnabled":"","imgSmartLoadOpts":{"parentSelectors":["[class*=grid-container], .article-container",".__before_main_wrapper",".widget-front",".post-related-articles",".tc-singular-thumbnail-wrapper",".sek-module-inner"],"opts":{"excludeImg":[".tc-holder-img"]}},"imgSmartLoadsForSliders":"1","pluginCompats":[],"isWPMobile":"","menuStickyUserSettings":{"desktop":"stick_up","mobile":"stick_up"},"adminAjaxUrl":"https:\/\/adbdirectory.com\/wp-admin\/admin-ajax.php","ajaxUrl":"https:\/\/adbdirectory.com\/?czrajax=1","frontNonce":{"id":"CZRFrontNonce","handle":"e62f753349"},"isDevMode":"","isModernStyle":"1","i18n":{"Permanently dismiss":"Permanently dismiss"},"frontNotifications":{"welcome":{"enabled":false,"content":"","dismissAction":"dismiss_welcome_note_front"}},"preloadGfonts":"1","googleFonts":"Source+Sans+Pro","version":"4.4.21"}; </script> <script src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/js/tc-scripts.min.js?ver=4.4.21" id="tc-scripts-js" defer></script> <link rel="https://api.w.org/" href="https://adbdirectory.com/wp-json/" /><link rel="alternate" type="application/json" href="https://adbdirectory.com/wp-json/wp/v2/posts/4792" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://adbdirectory.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.6.0" /> <link rel="shortlink" href="https://adbdirectory.com/?p=4792" /> <link rel="alternate" type="application/json+oembed" href="https://adbdirectory.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadbdirectory.com%2Fthrough-various%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://adbdirectory.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadbdirectory.com%2Fthrough-various%2F&#038;format=xml" /> <link rel="preload" as="font" type="font/woff2" href="https://adbdirectory.com/wp-content/themes/customizr/assets/shared/fonts/customizr/customizr.woff2?128396981" crossorigin="anonymous" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.19.2; features: e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-swap"> <link rel="icon" href="https://adbdirectory.com/wp-content/uploads/2023/02/cropped-ADB-Directory-News-logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://adbdirectory.com/wp-content/uploads/2023/02/cropped-ADB-Directory-News-logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://adbdirectory.com/wp-content/uploads/2023/02/cropped-ADB-Directory-News-logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://adbdirectory.com/wp-content/uploads/2023/02/cropped-ADB-Directory-News-logo-270x270.png" /> </head> <body class="post-template-default single single-post postid-4792 single-format-standard wp-custom-logo wp-embed-responsive theme-customizr woocommerce-no-js czr-link-hover-underline header-skin-light footer-skin-dark czr-no-sidebar tc-center-images czr-full-layout customizr-4-4-21 czr-sticky-footer elementor-default elementor-kit-5"> <div data-elementor-type="header" data-elementor-id="24" class="elementor elementor-24 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-487dd2b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="487dd2b" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c1e9580" data-id="c1e9580" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-574801c elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="574801c" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="https://adbdirectory.com"> <img width="300" height="25" src="https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo-300x25.png" class="attachment-medium size-medium wp-image-758" alt srcset="https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo-300x25.png 300w, https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo-600x50.png 600w, https://adbdirectory.com/wp-content/uploads/2023/02/ADB-Directory-News-logo.png 645w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d1ec02c" data-id="d1ec02c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d5308c9 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d5308c9" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://adbdirectory.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://wa.me/8801758300772"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-whatsapp-square"></i> </span> <span class="elementor-icon-list-text">Whatsapp: +8801758300772</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://t.me/latestdbs"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-telegram"></i> </span> <span class="elementor-icon-list-text">Telegram: @latestdbs</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e43a651" data-id="e43a651" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b8edcc0 elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="b8edcc0" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://adbdirectory.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">EN</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-f014bd5 elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="f014bd5" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://zh-cn.adbdirectory.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">CN</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5b340c3 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="5b340c3" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e3e04f0" data-id="e3e04f0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f79ede3 elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="f79ede3" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-f79ede3" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-477"><a href="https://adbdirectory.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://adbdirectory.com/phone-number/" class="elementor-item">Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://adbdirectory.com/whatsapp-number/" class="elementor-item">Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://adbdirectory.com/telegram-number/" class="elementor-item">Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://adbdirectory.com/email-list/" class="elementor-item">Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://adbdirectory.com/special-data/" class="elementor-item">Special Data</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-472"><a href="https://adbdirectory.com/blog/" class="elementor-item">Blog</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-f79ede3" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-477"><a href="https://adbdirectory.com/" class="elementor-item" tabindex="-1">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://adbdirectory.com/phone-number/" class="elementor-item" tabindex="-1">Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://adbdirectory.com/whatsapp-number/" class="elementor-item" tabindex="-1">Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://adbdirectory.com/telegram-number/" class="elementor-item" tabindex="-1">Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://adbdirectory.com/email-list/" class="elementor-item" tabindex="-1">Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://adbdirectory.com/special-data/" class="elementor-item" tabindex="-1">Special Data</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-472"><a href="https://adbdirectory.com/blog/" class="elementor-item" tabindex="-1">Blog</a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> </div> <div id="main-wrapper" class="section"> <div class="czr-hot-crumble container page-breadcrumbs" role="navigation"> <div class="row"> <nav class="breadcrumbs col-12"><span class="trail-begin"><a href="https://adbdirectory.com" title="ADB Directory" rel="home" class="trail-begin">Home</a></span> <span class="sep">&raquo;</span> <a href="https://adbdirectory.com/blog/" title="Blog">Blog</a> <span class="sep">&raquo;</span> <a href="https://adbdirectory.com/category/phone-number-list/" title="Phone Number List">Phone Number List</a> <span class="sep">&raquo;</span> <span class="trail-end">Through various activities such</span></nav> </div> </div> <div class="container" role="main"> <div class="flex-row row column-content-wrapper"> <div id="content" class="col-12 article-container"> <article id="post-4792" class="post-4792 post type-post status-publish format-standard category-phone-number-list tag-ivory-coast-phone-number-list tag-list-of-mobile-numbers tag-list-of-phone-numbers tag-mobile-number-database tag-phone-number-database czr-hentry"> <header class="entry-header "> <div class="entry-header-inner"> <div class="tax__container post-info entry-meta"> <a class="tax__link" href="https://adbdirectory.com/category/phone-number-list/" title="View all posts in Phone Number List"> <span>Phone Number List</span> </a> </div> <h1 class="entry-title">Through various activities such</h1> <div class="header-bottom"> <div class="post-info"> <span class="entry-meta"> <span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://adbdirectory.com/author/ljkwm/" title="View all posts by ljkwm" rel="author">ljkwm</a></span></span></span><span class="v-separator">|</span>Published <a href="https://adbdirectory.com/2023/07/06/" title="5:26 am" rel="bookmark"><time class="entry-date published updated" datetime="July 6, 2023">July 6, 2023</time></a></span> </div> </div> </div> </header> <div class="post-entry tc-content-inner"> <section class="post-content entry-content "> <div class="czr-wp-the-content"> <p><span style="font-weight: 400;">Each of these pillars in their strategy businesses can ensure their website reaches its full potential and ranks higher in search engine rankings. This will help increase organic traffic from interest users. For a detail overview of each of the pillars please read the following Pillars of the Four Pillars Technology The Second of the Four Pillars On-site  Four Pillars Content Build y/y/wd W Web Planner SEO 1 Click Reviews Building off-site authority is an important part of any strategy. One of the four pillars focuses on increasing your website&#8217;s trust in search engines by using link building social mia engagement and content promotion strategies. </span></p> <h2><span style="font-weight: 400;">Optimization The Pillars of the</span></h2> <p><span style="font-weight: 400;">Make sure you are boosting your domain <span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Ivory Coast Phone Number List&quot;}" data-sheets-userformat="{&quot;2&quot;:277379,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16448250},&quot;10&quot;:2,&quot;11&quot;:0,&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:255},&quot;15&quot;:&quot;Calibri, sans-serif&quot;,&quot;16&quot;:11,&quot;21&quot;:1}" data-sheets-hyperlink="https://www.latestdatabase.com/ivory-coast-phone-number-list/"><a class="in-cell-link" href="https://www.latestdatabase.com/ivory-coast-phone-number-list/" target="_blank" rel="noopener">Ivory Coast Phone Number List</a></span> authority for maximum visibility Off-page SEO is an important part of successful SEO.  works behind the scenes to promote your website and increase its visibility in search results. This is primarily focus on increasing the site&#8217;s authority relevance cribility and external link signals. as blog commenting forum posting guest posting social bookmarking and press releases you can interact with other sites and have them link back to your own. This is the power behind off-page SEO as it increases your domain authority over time and this can do.</span></p> <p><a href="https://www.latestdatabase.com/phone-number-list/"><img fetchpriority="high" fetchpriority="high" decoding="async" class="alignnone wp-image-3841 size-medium" src="https://btocdatabase.com/wp-content/uploads/2023/07/image_2023_07_05T05_24_41_178Z-300x188.png" alt="Phone Number List" width="300" height="188" /></a></p> <h3><span style="font-weight: 400;">It&#8217;s the part of your strategy that</span></h3> <p><span style="font-weight: 400;"> Wonders for giving your website. More authoritative <span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;ADB Directory&quot;}" data-sheets-userformat="{&quot;2&quot;:1325699,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:2,&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:255},&quot;15&quot;:&quot;Calibri, sans-serif&quot;,&quot;16&quot;:11,&quot;21&quot;:1,&quot;23&quot;:1}" data-sheets-hyperlink="https://adbdirectory.com/" data-sheets-hyperlinkruns="{&quot;1&quot;:0,&quot;2&quot;:&quot;https://adbdirectory.com/&quot;}"><a class="in-cell-link" href="https://adbdirectory.com/" target="_blank" rel="noopener">ADB Directory</a></span> coverage in various. Search engines. From building relationships. With influencers to creating a library of organic content. Through your social mia channels the possibilities are. Endless when it comes to boosting your off. Page efforts. If any of the methods us are within the scope of your. Terms of service then they can certainly help increase your. Visibility and ranking potential now and in the future. Building a large number of high-quality backlinks from numerous reputable sources. Points visitors in the direction of your website. Can further increase cribility and can also have a positive impact on rankings. </span></p> </div> <footer class="post-footer clearfix"> <div class="row entry-meta justify-content-between align-items-center"> <div class="post-tags col-xs-12 col-sm-auto col-sm"> <ul class="tags"> <li><a class="tag__link btn btn-skin-dark-oh inverted" href="https://adbdirectory.com/tag/ivory-coast-phone-number-list/" title="View all posts in Ivory Coast Phone Number List"> <span>Ivory Coast Phone Number List</span> </a></li><li><a class="tag__link btn btn-skin-dark-oh inverted" href="https://adbdirectory.com/tag/list-of-mobile-numbers/" title="View all posts in List of mobile numbers"> <span>List of mobile numbers</span> </a></li><li><a class="tag__link btn btn-skin-dark-oh inverted" href="https://adbdirectory.com/tag/list-of-phone-numbers/" title="View all posts in List of phone numbers"> <span>List of phone numbers</span> </a></li><li><a class="tag__link btn btn-skin-dark-oh inverted" href="https://adbdirectory.com/tag/mobile-number-database/" title="View all posts in mobile number database"> <span>mobile number database</span> </a></li><li><a class="tag__link btn btn-skin-dark-oh inverted" href="https://adbdirectory.com/tag/phone-number-database/" title="View all posts in phone number database"> <span>phone number database</span> </a></li> </ul> </div> </div> </footer> </section> </div> </article><section class="post-related-articles czr-carousel " id="related-posts-section"> <header class="row flex-row"> <h3 class="related-posts_title col">You may also like</h3> <div class="related-posts_nav col col-auto"> <span class="btn btn-skin-dark inverted czr-carousel-prev slider-control czr-carousel-control disabled icn-left-open-big" title="Previous related articles" tabindex="0"></span> <span class="btn btn-skin-dark inverted czr-carousel-next slider-control czr-carousel-control icn-right-open-big" title="Next related articles" tabindex="0"></span> </div> </header> <div class="row grid-container__square-mini carousel-inner"> <article id="post-18724_related_posts" class="col-6 grid-item czr-related-post post-18724 post type-post status-publish format-standard category-phone-number-list tag-cell-phone-number-list tag-mobile-number-database tag-mobile-number-list tag-panama-mobile-number-list tag-phone-number-list czr-hentry"> <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://adbdirectory.com/holiday-season-adb-directory/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="65db095f4882b" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z" /></svg> <img class="czr-img-placeholder" src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/img/thumb-standard-empty.png" alt="How B2C Can Market to B2B Companies in the Holiday Season." data-czr-post-id="65db095f4882b" width="300" height="300" /> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header "> <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://adbdirectory.com/holiday-season-adb-directory/" title="Permalink to:&nbsp;How B2C Can Market to B2B Companies in the Holiday Season." rel="bookmark"><time class="entry-date published updated" datetime="July 17, 2023">July 17, 2023</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://adbdirectory.com/holiday-season-adb-directory/" rel="bookmark">How B2C Can Market to B2B Companies in the Holiday Season.</a> </h2> </div> </header><div class="tc-content-inner entry-summary"> <div class="czr-wp-the-content"> <p>Are you a B2C company that wants to boost your holiday sales? One clever and effective way to do this is by [&hellip;]</p> </div> </div> </div> </section> </div> </article><article id="post-10163_related_posts" class="col-6 grid-item czr-related-post post-10163 post type-post status-publish format-standard category-phone-number-list tag-albania-phone-number-list tag-cell-phone-number-list tag-cold-calling-list tag-mobile-number-database tag-mobile-number-list tag-phone-number-list tag-telemarketing-list czr-hentry"> <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://adbdirectory.com/engage-enhance/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="65db095f49b11" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z" /></svg> <img loading="lazy" class="czr-img-placeholder" src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/img/thumb-standard-empty.png" alt="Building Trust and Authentic Connections with Customers" data-czr-post-id="65db095f49b11" width="300" height="300" /> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header "> <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://adbdirectory.com/engage-enhance/" title="Permalink to:&nbsp;Building Trust and Authentic Connections with Customers" rel="bookmark"><time class="entry-date published updated" datetime="July 11, 2023">July 11, 2023</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://adbdirectory.com/engage-enhance/" rel="bookmark">Building Trust and Authentic Connections with Customers</a> </h2> </div> </header><div class="tc-content-inner entry-summary"> <div class="czr-wp-the-content"> <p>Having access to an organized phone number list has become crucial for individuals and businesses alike. In this article, we will explore [&hellip;]</p> </div> </div> </div> </section> </div> </article><article id="post-5801_related_posts" class="col-6 grid-item czr-related-post post-5801 post type-post status-publish format-standard category-phone-number-list tag-cell-phone-number-list tag-mobile-number-database tag-mobile-number-list tag-phone-number-database tag-phone-number-list tag-thailand-phone-number-list czr-hentry"> <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://adbdirectory.com/often-chosen/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="65db095f4a875" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z" /></svg> <img loading="lazy" class="czr-img-placeholder" src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/img/thumb-standard-empty.png" alt="A sole proprietorship is most often chosen" data-czr-post-id="65db095f4a875" width="300" height="300" /> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header "> <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://adbdirectory.com/often-chosen/" title="Permalink to:&nbsp;A sole proprietorship is most often chosen" rel="bookmark"><time class="entry-date published updated" datetime="July 8, 2023">July 8, 2023</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://adbdirectory.com/often-chosen/" rel="bookmark">A sole proprietorship is most often chosen</a> </h2> </div> </header><div class="tc-content-inner entry-summary"> <div class="czr-wp-the-content"> <p>Joy, with over 2,000 followers, works as a brand ambassador for Brown Girl Jane . In her signature, she uses a promo [&hellip;]</p> </div> </div> </div> </section> </div> </article><article id="post-13165_related_posts" class="col-6 grid-item czr-related-post post-13165 post type-post status-publish format-standard category-phone-number-list tag-brazil-mobile-number-list tag-cell-phone-number-list tag-cold-calling-list tag-mobile-number-database tag-mobile-number-list tag-phone-number-list tag-telemarketing-list czr-hentry"> <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://adbdirectory.com/emergency-phone-number/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="65db095f4b5d0" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z" /></svg> <img loading="lazy" class="czr-img-placeholder" src="https://adbdirectory.com/wp-content/themes/customizr/assets/front/img/thumb-standard-empty.png" alt="Emergency Phone Number List: A Vital Resource for Every Household" data-czr-post-id="65db095f4b5d0" width="300" height="300" /> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header "> <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://adbdirectory.com/emergency-phone-number/" title="Permalink to:&nbsp;Emergency Phone Number List: A Vital Resource for Every Household" rel="bookmark"><time class="entry-date published updated" datetime="July 13, 2023">July 13, 2023</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://adbdirectory.com/emergency-phone-number/" rel="bookmark">Emergency Phone Number List: A Vital Resource for Every Household</a> </h2> </div> </header><div class="tc-content-inner entry-summary"> <div class="czr-wp-the-content"> <p>Emergencies can occur when least expected, leaving us in a state of panic and confusion. In such critical moments, having quick access [&hellip;]</p> </div> </div> </div> </section> </div> </article> </div> </section> <div id="czr-comments" class="comments-area "> <div id="comments" class="comments_container comments czr-comments-block"> <section class="post-comments"> <div id="respond" class="comment-respond"> <h4 id="reply-title" class="comment-reply-title">Leave a comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/through-various/#respond" style="display:none;">Cancel reply</a></small></h4><form action="https://adbdirectory.com/wp-comments-post.php" method="post" id="commentform" class="czr-form comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type="hidden" name="comment_post_ID" value="4792" id="comment_post_ID" /> <input type="hidden" name="comment_parent" id="comment_parent" value="0" /> </p></form> </div> </section> </div> </div> </div> </div> </div> <div id="czr-push-footer"></div> </div> <div class="container-fluid"> <div class="post-navigation row "> <nav id="nav-below" class="col-12"> <h2 class="sr-only">Post navigation</h2> <ul class="czr_pager row flex-row flex-no-wrap"> <li class="previous col-5 text-left"> <span class="sr-only">Previous post</span> <span class="nav-previous nav-dir"><a href="https://adbdirectory.com/accurately-reflect-the/" rel="prev"><span class="meta-nav"><i class="arrow icn-left-open-big"></i><span class="meta-nav-title">Accurately reflect the purpose</span></span></a></span> </li> <li class="nav-back col-2 text-center"> <a href="https://adbdirectory.com/blog/" title="Back to post list"> <span><i class="icn-grid-empty"></i></span> <span class="sr-only">Back to post list</span> </a> </li> <li class="next col-5 text-right"> <span class="sr-only">Next post</span> <span class="nav-next nav-dir"><a href="https://adbdirectory.com/how-to-optimize/" rel="next"><span class="meta-nav"><span class="meta-nav-title">How to Optimize Your Social Media Profiles for Maximum Impact</span><i class="arrow icn-right-open-big"></i></span></a></span> </li> </ul> </nav> </div> </div> <div data-elementor-type="footer" data-elementor-id="371" class="elementor elementor-371 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a23f610 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="a23f610" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fe1810f" data-id="fe1810f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3dd65bd elementor-widget elementor-widget-heading" data-id="3dd65bd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><div class="elementor-heading-title elementor-size-default">Build or buy Accurate Whatsapp, telegram,mobile number list , email list database</div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9b45520 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9b45520" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13c4c9d" data-id="13c4c9d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d308858 elementor-widget elementor-widget-heading" data-id="d308858" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Our Database Partner</div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3256a20 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3256a20" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-22f0127" data-id="22f0127" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-86973e5 elementor-widget elementor-widget-image" data-id="86973e5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.latestdatabase.com/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/Latest-Mailing-Database.jpg" title alt="Latest Mailing Database" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-102cbe4" data-id="102cbe4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58c03f3 elementor-widget elementor-widget-image" data-id="58c03f3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://wsdatab.com/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/WhatsApp-数据库.png" title alt="WhatsApp-数据库" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-229bbd0" data-id="229bbd0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-617e6ae elementor-widget elementor-widget-image" data-id="617e6ae" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://dbtodata.com/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/db-to-data.webp" title alt="DB TO DATA" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-a18c74d" data-id="a18c74d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-abec2ee elementor-widget elementor-widget-image" data-id="abec2ee" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.bcellphonelist.com/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/Bcell-phone-list.png" title alt="Brother Cell Phone List" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-32b3583" data-id="32b3583" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-50b4433 elementor-widget elementor-widget-image" data-id="50b4433" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://lastdatabase.com/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/Last-database.png" title alt="Last Database" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-6b4e089" data-id="6b4e089" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-871bdc3 elementor-widget elementor-widget-image" data-id="871bdc3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.latestdatabase.cn/"> <img src="https://adbdirectory.com/wp-content/uploads/2023/02/latest-database-china.webp" title alt="Latest database china" loading="lazy" /> </a> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d8b1a2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d8b1a2a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d0fe31" data-id="0d0fe31" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-add2bed elementor-widget elementor-widget-heading" data-id="add2bed" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Popular Database</div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9b28084 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9b28084" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9abba09" data-id="9abba09" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e14c7b7 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="e14c7b7" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-e14c7b7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://adbdirectory.com/africa-phone-number/" class="elementor-item">Africa Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://adbdirectory.com/australia-phone-number/" class="elementor-item">Australia Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="https://adbdirectory.com/brazil-phone-number/" class="elementor-item">Brazil Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481"><a href="https://adbdirectory.com/china-phone-number/" class="elementor-item">China Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482"><a href="https://adbdirectory.com/german-phone-number/" class="elementor-item">German Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a href="https://adbdirectory.com/india-phone-number/" class="elementor-item">India Phone Number</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-e14c7b7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-478"><a href="https://adbdirectory.com/africa-phone-number/" class="elementor-item" tabindex="-1">Africa Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://adbdirectory.com/australia-phone-number/" class="elementor-item" tabindex="-1">Australia Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="https://adbdirectory.com/brazil-phone-number/" class="elementor-item" tabindex="-1">Brazil Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481"><a href="https://adbdirectory.com/china-phone-number/" class="elementor-item" tabindex="-1">China Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-482"><a href="https://adbdirectory.com/german-phone-number/" class="elementor-item" tabindex="-1">German Phone Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-483"><a href="https://adbdirectory.com/india-phone-number/" class="elementor-item" tabindex="-1">India Phone Number</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3e0ed30" data-id="3e0ed30" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6f12205 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="6f12205" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-6f12205" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-490"><a href="https://adbdirectory.com/japan-telegram-number/" class="elementor-item">Japan Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-491"><a href="https://adbdirectory.com/kenya-telegram-number/" class="elementor-item">Kenya Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-492"><a href="https://adbdirectory.com/mexico-telegram-number/" class="elementor-item">Mexico Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-493"><a href="https://adbdirectory.com/nigeria-telegram-number/" class="elementor-item">Nigeria Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-494"><a href="https://adbdirectory.com/philippines-telegram-number/" class="elementor-item">Philippines Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-495"><a href="https://adbdirectory.com/russia-telegram-number/" class="elementor-item">Russia Telegram Number</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-6f12205" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-490"><a href="https://adbdirectory.com/japan-telegram-number/" class="elementor-item" tabindex="-1">Japan Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-491"><a href="https://adbdirectory.com/kenya-telegram-number/" class="elementor-item" tabindex="-1">Kenya Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-492"><a href="https://adbdirectory.com/mexico-telegram-number/" class="elementor-item" tabindex="-1">Mexico Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-493"><a href="https://adbdirectory.com/nigeria-telegram-number/" class="elementor-item" tabindex="-1">Nigeria Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-494"><a href="https://adbdirectory.com/philippines-telegram-number/" class="elementor-item" tabindex="-1">Philippines Telegram Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-495"><a href="https://adbdirectory.com/russia-telegram-number/" class="elementor-item" tabindex="-1">Russia Telegram Number</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-22bdec0" data-id="22bdec0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5f08197 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="5f08197" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-5f08197" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://adbdirectory.com/cambodia-whatsapp-number/" class="elementor-item">Cambodia WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5288"><a href="https://adbdirectory.com/canada-whatsapp-number/" class="elementor-item">Canada Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5289"><a href="https://adbdirectory.com/france-whatsapp-number/" class="elementor-item">France WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5290"><a href="https://adbdirectory.com/hong-kong-whatsapp-number/" class="elementor-item">Hong Kong WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5291"><a href="https://adbdirectory.com/indonesia-whatsapp-number/" class="elementor-item">Indonesia Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5292"><a href="https://adbdirectory.com/italy-whatsapp-number/" class="elementor-item">Italy Whatsapp Number</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-5f08197" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://adbdirectory.com/cambodia-whatsapp-number/" class="elementor-item" tabindex="-1">Cambodia WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5288"><a href="https://adbdirectory.com/canada-whatsapp-number/" class="elementor-item" tabindex="-1">Canada Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5289"><a href="https://adbdirectory.com/france-whatsapp-number/" class="elementor-item" tabindex="-1">France WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5290"><a href="https://adbdirectory.com/hong-kong-whatsapp-number/" class="elementor-item" tabindex="-1">Hong Kong WhatsApp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5291"><a href="https://adbdirectory.com/indonesia-whatsapp-number/" class="elementor-item" tabindex="-1">Indonesia Whatsapp Number</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5292"><a href="https://adbdirectory.com/italy-whatsapp-number/" class="elementor-item" tabindex="-1">Italy Whatsapp Number</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-683e4ff" data-id="683e4ff" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-30af8b6 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="30af8b6" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-30af8b6" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-496"><a href="https://adbdirectory.com/thailand-email-list/" class="elementor-item">Thailand Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-497"><a href="https://adbdirectory.com/turkey-email-list/" class="elementor-item">Turkey Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-498"><a href="https://adbdirectory.com/uae-email-list/" class="elementor-item">UAE Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-499"><a href="https://adbdirectory.com/usa-email-list/" class="elementor-item">USA Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-500"><a href="https://adbdirectory.com/vietnam-email-list/" class="elementor-item">Vietnam Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-501"><a href="https://adbdirectory.com/switzerland-email-list/" class="elementor-item">Switzerland Email List</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-30af8b6" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-496"><a href="https://adbdirectory.com/thailand-email-list/" class="elementor-item" tabindex="-1">Thailand Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-497"><a href="https://adbdirectory.com/turkey-email-list/" class="elementor-item" tabindex="-1">Turkey Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-498"><a href="https://adbdirectory.com/uae-email-list/" class="elementor-item" tabindex="-1">UAE Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-499"><a href="https://adbdirectory.com/usa-email-list/" class="elementor-item" tabindex="-1">USA Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-500"><a href="https://adbdirectory.com/vietnam-email-list/" class="elementor-item" tabindex="-1">Vietnam Email List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-501"><a href="https://adbdirectory.com/switzerland-email-list/" class="elementor-item" tabindex="-1">Switzerland Email List</a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3f40323 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3f40323" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fedf1da" data-id="fedf1da" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ba6dde0 elementor-widget elementor-widget-text-editor" data-id="ba6dde0" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Copyright by Asia Phone Number </p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3a2a2c6" data-id="3a2a2c6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ec5d993 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="ec5d993" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-1060af1" href="https://www.facebook.com/adbdirectory/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-3fdd818" href="https://twitter.com/AdbDirectory" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-bcaa412" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> </div> </div> </div> </div> </div> </div> </section> </div> <script> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.0" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"ajaxurl":"https:\/\/adbdirectory.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://adbdirectory.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.0" id="wc-order-attribution-js"></script> <script src="https://adbdirectory.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async data-wp-strategy="async"></script> <script src="https://adbdirectory.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.19.2" id="elementor-pro-webpack-runtime-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.19.2" id="elementor-webpack-runtime-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.2" id="elementor-frontend-modules-js"></script> <script src="https://adbdirectory.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://adbdirectory.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://adbdirectory.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://adbdirectory.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://adbdirectory.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/adbdirectory.com\/wp-admin\/admin-ajax.php","nonce":"187d9e387c","urls":{"assets":"https:\/\/adbdirectory.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/adbdirectory.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/adbdirectory.com\/cart\/","checkout_page_url":"https:\/\/adbdirectory.com\/checkout\/","fragments_nonce":"21ad20414f"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/adbdirectory.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.19.2" id="elementor-pro-frontend-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.19.2","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"theme_builder_v2":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/adbdirectory.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":4792,"title":"Through%20various%20activities%20such%20%7C%20ADB%20Directory","excerpt":"","featuredImage":false}}; </script> <script src="https://adbdirectory.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.19.2" id="elementor-frontend-js"></script> <script src="https://adbdirectory.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.19.2" id="pro-elements-handlers-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Each of these pillars in their strategy businesses can ensure their website reaches its full potential and ranks higher in search engine rankings. This will help increase organic traffic from interest users. For a detail overview of each of the pillars please read the following Pillars of the Four Pillars Technology The Second of the Four Pillars On-site Four Pillars Content Build y/y/wd W Web Planner SEO 1 Click Reviews Building off-site authority is an important part of any strategy. One of the four pillars focuses on increasing your website’s trust in search engines by using link building social mia engagement and content promotion strategies.\nOptimization The Pillars of the\nMake sure you are boosting your domain Ivory Coast Phone Number List authority for maximum visibility Off-page SEO is an important part of successful SEO. works behind the scenes to promote your website and increase its visibility in search results. This is primarily focus on increasing the site’s authority relevance cribility and external link signals. as blog commenting forum posting guest posting social bookmarking and press releases you can interact with other sites and have them link back to your own. This is the power behind off-page SEO as it increases your domain authority over time and this can do.\nIt’s the part of your strategy that\nWonders for giving your website. More authoritative ADB Directory coverage in various. Search engines. From building relationships. With influencers to creating a library of organic content. Through your social mia channels the possibilities are. Endless when it comes to boosting your off. Page efforts. If any of the methods us are within the scope of your. Terms of service then they can certainly help increase your. Visibility and ranking potential now and in the future. Building a large number of high-quality backlinks from numerous reputable sources. Points visitors in the direction of your website. Can further increase cribility and can also have a positive impact on rankings.", "id": "<urn:uuid:8fc0eff2-a4ef-4431-b150-9dbda14a4e3a>", "dump": "CC-MAIN-2024-10", "url": "https://adbdirectory.com/through-various/", "date": "2024-02-25T09:33:19", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9298530220985413, "token_count": 393 } }
<urn:uuid:d924bd1e-92dd-4108-bb60-6d309cbda393>
<!doctype html> <html dir="ltr" lang="ru" > <head> <!-- Google Analytics --> <script nonce="TUgoKwR+fQlkrHycEhQDAQ=="> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-4118503-18', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js' nonce="TUgoKwR+fQlkrHycEhQDAQ=="></script> <!-- End Google Analytics --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title> Расширение Sound Meter (Noise &amp; Decibel) - Дополнения Opera </title> <link rel="stylesheet" href="https://addons-static.operacdn.com/static/CACHE/css/output.e6f661ca459e.css" type="text/css"> <link rel="canonical" href="https://addons.opera.com/ru/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="id" href="https://addons.opera.com/id/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="sr-me" href="https://addons.opera.com/sr-me/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="cs" href="https://addons.opera.com/cs/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="da" href="https://addons.opera.com/da/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="de" href="https://addons.opera.com/de/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="el" href="https://addons.opera.com/el/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="en" href="https://addons.opera.com/en/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="en-gb" href="https://addons.opera.com/en-gb/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="es" href="https://addons.opera.com/es/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="es-419" href="https://addons.opera.com/es-419/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="fi" href="https://addons.opera.com/fi/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="fr" href="https://addons.opera.com/fr/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="fr-ca" href="https://addons.opera.com/fr-ca/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="fy" href="https://addons.opera.com/fy/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="gd" href="https://addons.opera.com/gd/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="he" href="https://addons.opera.com/he/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="hi" href="https://addons.opera.com/hi/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="it" href="https://addons.opera.com/it/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="hu" href="https://addons.opera.com/hu/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="ko" href="https://addons.opera.com/ko/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="ms" href="https://addons.opera.com/ms/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="nl" href="https://addons.opera.com/nl/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="nb" href="https://addons.opera.com/nb/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="pl" href="https://addons.opera.com/pl/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="pt" href="https://addons.opera.com/pt/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="pt-br" href="https://addons.opera.com/pt-br/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="sk" href="https://addons.opera.com/sk/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="sv" href="https://addons.opera.com/sv/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="vi" href="https://addons.opera.com/vi/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="th" href="https://addons.opera.com/th/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="tl" href="https://addons.opera.com/tl/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="tr" href="https://addons.opera.com/tr/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="be" href="https://addons.opera.com/be/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="bg" href="https://addons.opera.com/bg/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="uk" href="https://addons.opera.com/uk/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="ar" href="https://addons.opera.com/ar/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="zh-cn" href="https://addons.opera.com/zh-cn/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="zh-tw" href="https://addons.opera.com/zh-tw/extensions/details/sound-meter-noise-decibel/" /> <link rel="alternate" hreflang="ja" href="https://addons.opera.com/ja/extensions/details/sound-meter-noise-decibel/" /> <meta name="Description" content="Measure the surrounding sound (dB) and noise with your computer&#x27;s microphone!" /> <meta property="og:description" content="Measure the surrounding sound (dB) and noise with your computer&#x27;s microphone!" /> <meta property="og:title" content="Sound Meter (Noise &amp; Decibel)" /> <meta property="og:site_name" content="Дополнения Opera" /> <meta property="og:url" content="https://addons.opera.com/extensions/details/sound-meter-noise-decibel/" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://addons-media.operacdn.com/media/extensions/00/233300/0.1.5-rev1/icons/icon_64x64_f31a5ff5066171a246a44ea95122dcc7.png" /> <meta property="og:image:type" content="image/png" /> <meta property="og:image:width" content="64" /> <meta property="og:image:height" content="64" /> <meta property="og:image" content="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/bd59afe6549d4ea3d54d0d5869d39c22.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:image" content="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/f9a1ad7140d8b23d2810c1a824201e7e.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="aoc:app_id" content="nobnllilffoplbpcllfadgcahfabbpci" /> <meta property="aoc:allow_install" content="false" /> <meta property="aoc:container_type" content="crx" /> <meta property="aoc:category" content="Productivity" /> <meta property="aoc:slug" content="sound-meter-noise-decibel" /> <link rel="icon" href="https://addons-static.operacdn.com/static/header-footer/favicon/ico/opera.ico" type="image/png"> </head> <body class="opera-branding"> <a id="main-content-link" href="#main">Пропустить и перейти далее</a> <header id="header" class="ns--hf"> <div class="hf--primary"> <div class="hf--width-holder"> <div class="hf--align-to-page-content"> <div class="hf--main-nav" role="navigation"> <a class="hf--brand" href="/ru/"> <img src="https://addons-static.operacdn.com/static/header-footer/css/img/opera-addons.png" srcset="https://addons-static.operacdn.com/static/header-footer/css/img/opera-addons.png 1x, https://addons-static.operacdn.com/static/header-footer/css/img/opera-addons%402x.png 2x" alt="Дополнения Opera"> </a> <div class="hf--menu"> <input id="hf--menu-switcher" class="hf--hide" type="checkbox"> <label class="hf--menu-switcher" for="hf--menu-switcher"></label> <div> <div> <ul class="hf--main-nav-items" role="menu"> <li tabindex='-1' id='extensions' role='menuitem'> <a href='/ru/extensions/' class='hf--selected'> Расширения </a> </li> <li tabindex='-1' id='themes' role='menuitem'> <a href='/ru/wallpapers/' class=''> Фоновые рисунки </a> </li> <li tabindex='-1' id='developer' role='menuitem'> <a href='/developer/' class=''> Разработка </a> </li> <li class="hf--menu-opposite"> <a id='login' class='hf--login' href='/oauth2/login/?return_url=https%3A%2F%2Faddons.opera.com%2Fru%2Fextensions%2Fdetails%2Fsound-meter-noise-decibel%2F&amp;service=addons'>Войти</a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </header> <div id="page-wrapper"> <header> <div class="header-wrapper"> <form class="search" action="/ru/search/" method="GET"> <input type="search" name="query" dir="ltr" value="" placeholder="Поиск дополнений"> <input type="submit"> </form> </div> </header> <div class="get-opera get-opera-big"> <p class="get-opera-title"> <strong>Эти расширения и фоновые рисунки предназначены для <strong>браузера Opera</strong>.</strong> </p> <div class="banner-button"> <a class="get-opera-link get-opera-btn" data-styled="true" data-type="banner" data-query-params="utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=computer_internal_promo&amp;utm_content=addons_non_opera_promo_box" href="https://www.opera.com/computer?utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=computer_internal_promo&amp;utm_content=addons_non_opera_promo_box" title="Загрузить Opera"> Загрузить Opera </a> <span class="platform"></span> </div> </div> <div id="overlay"> <div id="overlay-content"> <img id="overlay-logo" src="https://addons-static.operacdn.com/static/catalog/images/get-opera/opera-logo.png"> <p class="get-opera-title"> <strong>Загрузить браузер Opera с:</strong> </p> <ul class="get-opera-features-list"> <li class="get-opera-features-list--adblocker">встроенной блокировкой рекламы;</li> <li class="get-opera-features-list--battery-saver">экономией батареи;</li> <li class="get-opera-features-list--free-vpn">бесплатным VPN.</li> </ul> <div class="banner-button"> <a class="get-opera-link get-opera-btn overlay" data-styled="true" data-type="banner" data-query-params="utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=overlay&amp;utm_content=addons_non_opera_promo_box" href="https://www.opera.com/computer?utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=overlay&amp;utm_content=addons_non_opera_promo_box" title="Загрузить Opera"> Загрузить Opera </a> <span class="platform"></span> </div> <p id="overlay-text"> Эти расширения и фоновые рисунки предназначены для <strong>браузера Opera</strong>. </p> <div id="overlay-view-all">Показать все</div> </div> <div id="overlay-image"> <span id="overlay-close"><strong>x</strong></span> <img src="https://addons-static.operacdn.com/static/catalog/images/get-opera/laptop-big-1.png"> </div> </div> <nav class="breadcrumb" itemscope itemtype="https://schema.org/SiteNavigationElement"> <ul> <li><a href="/ru/" itemprop="url">Домой</a></li> <li><a href="/ru/extensions/?order=rated" itemprop="url">Расширения</a></li> <li><a href="/ru/extensions/category/productivity/?order=popular" itemprop="url">Продуктивная работа</a></li> <li>Sound Meter (Noise &amp; Decibel)&lrm;</li> </ul> </nav> <article id="main" class="pkg-details" itemscope itemtype="https://schema.org/Product"> <header class="grid clearfix l-top-margin"> <div class="span-two-third"> <img class="icon-pkg" alt="Значок для Sound Meter (Noise &amp; Decibel)" src="https://addons-media.operacdn.com/media/extensions/00/233300/0.1.5-rev1/icons/icon_64x64_f31a5ff5066171a246a44ea95122dcc7.png" height="64" width="64" itemprop="image" /> <h1 dir="ltr" class="h-package" itemprop="name"> Sound Meter (Noise &amp; Decibel) </h1> <h2 class="h-byline" itemprop="brand" itemscope itemtype="https://schema.org/Organization"> автор: <a href="/ru/search/?developer=loorisvalf" itemprop="name">loorisvalf</a> </h2> <div class="rating medium" itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> <div class="rating-line clearfix"> <div class="rating-value"> <span class="icon-star"></span> <span class="rating" id="rating-value">4.2</span> <span>/ 5</span> </div> <div class="rating-form"> <form autocomplete="off" class="standard-form" id="rating-form" method="post" action="/ru/extensions/ratings/sound-meter-noise-decibel" data-internal-server-error-message="Внутренняя ошибка сервера"> <input type="hidden" name="csrfmiddlewaretoken" value="VvGIbDTFnNO4lttBIlAoyKgiz4hvGu7h8CSSBICKTPEyKVWhlT6MXLFOUpXUUAVX"> <ul> <li class="rate-box form-li"> <fieldset> <legend>Ваша оценка</legend> <div class="rate enhanced"> <label class="not-selected" for="awful">Ужасно</label><input title="Ужасно" name="rating" value="1" type="radio" id="awful"><label class="not-selected" for="poor">Плохо</label><input title="Плохо" name="rating" value="2" type="radio" id="poor"><label class="not-selected" for="average">Нормально</label><input title="Нормально" name="rating" value="3" type="radio" id="average"><label class="not-selected" for="good">Хорошо</label><input title="Хорошо" name="rating" value="4" type="radio" id="good"><label class="not-selected" for="excellent">Отлично</label><input title="Отлично" name="rating" value="5" type="radio" id="excellent"> </div> </fieldset> </li> </ul> </form> <form id="delete-rating-form" method="delete" action="/ru/extensions/ratings/sound-meter-noise-decibel"> <input type="hidden" name="csrfmiddlewaretoken" value="VvGIbDTFnNO4lttBIlAoyKgiz4hvGu7h8CSSBICKTPEyKVWhlT6MXLFOUpXUUAVX"> </form> </div> </div> <div id="rating-status-ticker"></div> <span class="total-line">Всего оценок: <span id="rating-count" itemprop="reviewCount">3</span></span> <meta itemprop="ratingValue" content="4.0" /> </div> </div> <div class="sidebar pull-right span-one-third"> <div class="get-opera get-opera-small"> <p class="get-opera-title"> <img class="get-opera-icon" src=https://addons-static.operacdn.com/static/catalog/images/messages/opera-logo-red.svg /> Необходим <strong>браузер Opera</strong>. </p> <p> <a class="get-opera-link" data-styled="false" data-type="link" data-query-params="utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=computer_internal_promo&amp;utm_content=addons_non_opera_promo_box" href="https://www.opera.com/computer?utm_medium=ip&amp;utm_source=addons_opera_com&amp;utm_campaign=computer_internal_promo&amp;utm_content=addons_non_opera_promo_box" title="Загрузить Opera"> Загрузить Opera </a> <span class="platform"></span> </p> </div> </div> </header> <div class="grid content expandable-container-main"> <section class="span-two-third description expandable" data-expand-link-text="Показать больше" data-collapse-link-text="Показать меньше"> <div dir="ltr" itemprop="description"> <p>Sound Meter (Noise &amp; Decibel) add-on enables you to measure the surrounding sound (dB) and noise with your computer&#x27;s microphone.</p> <p>This add-on help you easily measure some important sound factors, such as the sound level in decibel, noise level, sound average and normalized sound value. When you open the app for the first time, it may ask you about the microphone access. Please accept the dialog box in order to start the add-on.</p> <p>Also note that, the app may take few seconds before getting ready. So please be patient while the add-on is getting ready. Once the loader is disappeared, the add-on is ready to use. It uses the microphone in your system to capture the surrounding sound. If your computer done not have a microphone, please attach one to it before using the add-on. On top toolbar in the popup UI, you see several information about the surrounding sound.</p> <p>If you see any bug, or have a feature request, please fill the bug report form in the addon&#x27;s homepage (https://mybrowseraddon.com/sound-meter.html).</p> </div> </section> <section class="span-two-third extension-types l-top-margin"> </section> <section class="span-two-third image-viewer clear-left l-top-margin"> <h2 class="h-section h-border">Снимки</h2> <div class="image"> <div></div> </div> <ul> <li class="thumbnail"> <a href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/9a73daecf753216bd167e190d513b840.jpg" data-image-alt="Screenshot for " data-medium-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/bd59afe6549d4ea3d54d0d5869d39c22.jpg" data-small-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/27bbc99cf997f7fc4560fe5b9e9e5fc7.jpg" data-xsmall-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/09e37dc5bf6f0243f2f396348c053857.jpg"> <img alt="Thumbnail for screenshot" src="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/566ad2037092836b310cb72a43c0a08a/422ae20d3e03a3ed20f49100e1c3b920.jpg"> </a> </li> <li class="thumbnail"> <a href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/2d409c798da6979d757368440456b1e8.jpg" data-image-alt="Screenshot for " data-medium-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/f9a1ad7140d8b23d2810c1a824201e7e.jpg" data-small-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/a72bc7cf1073ab2fc78bbc8241b62009.jpg" data-xsmall-href="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/d344ae993a1f3bcd79b0f384e6a1fe87.jpg"> <img alt="Thumbnail for screenshot" src="https://addons-media.operacdn.com/media/CACHE/images/extensions/00/233300/0.1.5-rev1/images/0329bc0f42f5ac3d1aa15c57cf1fc5d1/984d3a89a629dab8dd96cc7f0e7e693d.jpg"> </a> </li> </ul> </section> <div class="sidebar expandable-container-sub span-one-third"> <section class="about l-top-margin"> <h2 class="h-section h-border">О расширении</h2> <dl> <dt>Загрузки</dt><dd>4 932</dd><dt>Категория</dt><dd><a href="/ru/extensions/category/productivity/?order=popular">Продуктивная работа</a></dd><dt>Версия</dt><dd>0.1.5</dd><dt>Размер</dt><dd>130,2 КБ</dd><dt>Обновлено</dt><dd>24 января 2023 г.</dd><dt>Лицензионное соглашение</dt><dd>Copyright 2023 loorisvalf</dd></dd><dt>Страница поддержки</dt><dd dir="ltr"><a href="https://mybrowseraddon.com/sound-meter.html" rel="nofollow" target="_blank">https://mybrowseraddon.com/sound-meter.html</a></dd> </dl> </section> <section class="related l-top-margin"> <h2 class="h-section h-border">Похожие</h2> <ul> <li class="package s-top-margin"> <a href="/ru/extensions/details/atavi-bookmarks/"> <div> <img class="icon-pkg" width="64" height="64" src="https://addons-media.operacdn.com/media/extensions/25/165425/1.1.2-rev3/icons/icon_64x64.png" alt="Значок для Atavi bookmarks"> <h4 dir="ltr" class="h-pkg-name">Atavi bookmarks</h4> <p dir="ltr" class="description ellipsis"> Визуальные закладки, надежная сохранность и синхронизация закладок между браузерами </p> <p class="rating small" itemscope itemtype="https://schema.org/AggregateRating"> <span class="meter"> <span title="" class="rating-4-0">Оценка: </span> </span> <span class="total-text">Всего оценок:</span> <span class="total" itemprop="reviewCount">173</span> <meta itemprop="ratingValue" content="" /> </p> </div> </a> </li> <li class="package s-top-margin"> <a href="/ru/extensions/details/youtubetm-flash-html5/"> <div> <img class="icon-pkg" width="64" height="64" src="https://addons-media.operacdn.com/media/extensions/65/198565/0.1.4-rev2/icons/icon_64x64_bf0faa48f631577556177b69056f9df8.png" alt="Значок для YouTube™ Flash-HTML5"> <h4 dir="ltr" class="h-pkg-name">YouTube™ Flash-HTML5</h4> <p dir="ltr" class="description ellipsis"> Play YouTube Videos in Flash or HTML5 Player </p> <p class="rating small" itemscope itemtype="https://schema.org/AggregateRating"> <span class="meter"> <span title="" class="rating-4-0">Оценка: </span> </span> <span class="total-text">Всего оценок:</span> <span class="total" itemprop="reviewCount">23</span> <meta itemprop="ratingValue" content="" /> </p> </div> </a> </li> <li class="package s-top-margin"> <a href="/ru/extensions/details/webcam-recorder/"> <div> <img class="icon-pkg" width="64" height="64" src="https://addons-media.operacdn.com/media/extensions/45/242545/0.1.1-rev1/icons/icon_64x64_bc6f3950efc3ce63cac9d579cbcd3a6e.png" alt="Значок для Webcam Recorder"> <h4 dir="ltr" class="h-pkg-name">Webcam Recorder</h4> <p dir="ltr" class="description ellipsis"> Record video from your computer&#x27;s camera and/or record audio from your microphone </p> <p class="rating small" itemscope itemtype="https://schema.org/AggregateRating"> <span class="meter"> <span title="" class="rating-4-0">Оценка: </span> </span> <span class="total-text">Всего оценок:</span> <span class="total" itemprop="reviewCount">2</span> <meta itemprop="ratingValue" content="" /> </p> </div> </a> </li> <li class="package s-top-margin"> <a href="/ru/extensions/details/evernote-web-clipper/"> <div> <img class="icon-pkg" width="64" height="64" src="https://addons-media.operacdn.com/media/extensions/35/109835/6.13.2-rev2/icons/icon_64x64_66f25c807d2a50e3ad7564b043df92cb.png" alt="Значок для Evernote Web Clipper"> <h4 dir="ltr" class="h-pkg-name">Evernote Web Clipper</h4> <p dir="ltr" class="description ellipsis"> Используйте расширение Evernote, чтобы сохранять интересные материалы из Интернета прямо в свой аккаунт Evernote. </p> <p class="rating small" itemscope itemtype="https://schema.org/AggregateRating"> <span class="meter"> <span title="" class="rating-4-5">Оценка: </span> </span> <span class="total-text">Всего оценок:</span> <span class="total" itemprop="reviewCount">720</span> <meta itemprop="ratingValue" content="" /> </p> </div> </a> </li> <li class="package s-top-margin"> <a href="/ru/extensions/details/enable-backspace/"> <div> <img class="icon-pkg" width="64" height="64" src="https://addons-media.operacdn.com/media/extensions/15/232515/0.1.0-rev1/icons/icon_64x64_82e926398307d5d5666ade38360ac6a2.png" alt="Значок для Enable Backspace"> <h4 dir="ltr" class="h-pkg-name">Enable Backspace</h4> <p dir="ltr" class="description ellipsis"> Enable backspace navigation with just one click! </p> <p class="rating small" itemscope itemtype="https://schema.org/AggregateRating"> <span class="meter"> <span title="" class="rating-4-0">Оценка: </span> </span> <span class="total-text">Всего оценок:</span> <span class="total" itemprop="reviewCount">12</span> <meta itemprop="ratingValue" content="" /> </p> </div> </a> </li> </ul> </section> </div> <section class="span-two-third feedback l-top-margin"> <section id="feedback-container"> <header class="h-border"> <h3 class="h-section">Отзывы пользователей</h3> </header> <div id="nodebb-comments" data-url="https://forums.opera.com" data-site="addons" data-page="233300" ></div> <noscript><p class="js-disabled">Please enable JavaScript to view comments</p></noscript> </section> </section> </div> </article> </div> <footer class="ns--hf"> <div class="hf--top-side"> <div class="hf--width-holder"> <p class="hf--back"><span class="hf--text-uppercase back-to-top">Верх</span> </p> </div> <div class="hf--social"> <div class="hf--width-holder"> <p class="hf--social-headline hf--hide">Follow Opera</p> <div class="hf--social-icons"> <a class="facebook" href="https://facebook.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Facebook</span> </a> <a class="twitter" href="https://twitter.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Twitter</span> </a> <a class="youtube" href="https://www.youtube.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Youtube</span> </a> <a class="linkedin" href="https://www.linkedin.com/company/opera-software" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">LinkedIn</span> </a> <a class="instagram" href="https://www.instagram.com/opera/" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Instagram</span> </a> </div> </div> </div> </div> <div class="hf--links"> <div class="hf--width-holder"> <ul class="hf--links-section"> <li><strong class="hf--text-uppercase">Загрузить Opera</strong> </li> <li><a class="hf--text-regular" href="https://www.opera.com/computer">Браузеры для компьютера</a></li> <li class="hf--links-sep"><a class="hf--text-regular" href="https://www.opera.com/mobile">Мобильные приложения</a></li> <li><a class="hf--text-regular" href="https://dev.opera.com/">Dev.Opera</a></li> <li><a class="hf--text-regular" href="https://www.opera.com/computer/beta">Beta-версия</a></li> </ul> <ul class="hf--links-section"> <li><strong class="hf--text-uppercase">Службы</strong> </li> <li><a class="hf--text-regular" href="https://addons.opera.com">Дополнения</a></li> <li><a class="hf--text-regular last-link" href="https://auth.opera.com/account/login">Учетная запись Opera</a></li> </ul> <ul class="hf--links-section"> <li><strong class="hf--text-uppercase">Нужна помощь?</strong> </li> <li><a class="hf--text-regular" href="https://www.opera.com/help">Справка и поддержка</a> </li> <li><a class="hf--text-regular" href="https://blogs.opera.com/">Блоги Opera</a></li> <li><a class="hf--text-regular last-link" href="https://forums.opera.com">Форумы Opera</a></li> </ul> <ul class="hf--links-section"> <li><strong class="hf--text-uppercase">Компания</strong> </li> <li><a class="hf--text-regular" href="https://www.opera.com/jobs">Вакансии</a></li> <li><a class="hf--text-regular" href="https://www.opera.com/b2b">Станьте партнером</a></li> <li><a class="hf--text-regular" href="https://www.operasoftware.com/press">Информация для прессы</a></li> <li><a class="hf--text-regular" href="https://www.operasoftware.com/company/contact">Свяжитесь с нами</a></li> <li><a class="hf--text-regular last-link" href="https://www.opera.com/about">О компании Opera</a></li> </ul> </div> </div> <div class="hf--bottom-side hf--width-holder"> <div class="hf--bottom-wrapper"> <div class="hf--social"> <p class="hf--social-headline hf--hide">Follow Opera</p> <div class="hf--social-icons"> <a class="facebook" href="https://facebook.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Facebook</span> </a> <a class="twitter" href="https://twitter.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Twitter</span> </a> <a class="youtube" href="https://www.youtube.com/opera" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Youtube</span> </a> <a class="linkedin" href="https://www.linkedin.com/company/opera-software" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">LinkedIn</span> </a> <a class="instagram" href="https://www.instagram.com/opera/" data-event-action="hf-footer-social-item" data-event-category="hf"> <span class="hf--hide">Instagram</span> </a> </div> </div> <div class="hf--copyrights"> <ul class="hf--copyrights-items"> <li><strong>© Opera Software</strong></li> <li><a href="https://www.opera.com/privacy">Конфиденциальность</a></li> <li><a href="https://www.opera.com/terms">Условия использования</a></li> </ul> </div> <div class="hf--controls"> <div class="hf--language"> <span class="hf--language-selector-icon"><span class="hf--hide">Select your language:</span></span> <span> <select class="hf--language-selector"> <option data-name="id" value="/id/extensions/details/sound-meter-noise-decibel/">Indonesia</option> <option data-name="id" value="/sr-me/extensions/details/sound-meter-noise-decibel/">Crnogorski</option> <option data-name="id" value="/cs/extensions/details/sound-meter-noise-decibel/">Čeština</option> <option data-name="id" value="/da/extensions/details/sound-meter-noise-decibel/">Dansk</option> <option data-name="id" value="/de/extensions/details/sound-meter-noise-decibel/">Deutsch</option> <option data-name="id" value="/el/extensions/details/sound-meter-noise-decibel/">Ελληνικά</option> <option data-name="id" value="/en/extensions/details/sound-meter-noise-decibel/">English</option> <option data-name="id" value="/en-gb/extensions/details/sound-meter-noise-decibel/">English (United Kingdom)</option> <option data-name="id" value="/es/extensions/details/sound-meter-noise-decibel/">Español</option> <option data-name="id" value="/es-419/extensions/details/sound-meter-noise-decibel/">Español (Latinoamérica)</option> <option data-name="id" value="/fi/extensions/details/sound-meter-noise-decibel/">Suomi</option> <option data-name="id" value="/fr/extensions/details/sound-meter-noise-decibel/">Français</option> <option data-name="id" value="/fr-ca/extensions/details/sound-meter-noise-decibel/">Français (Canada)</option> <option data-name="id" value="/fy/extensions/details/sound-meter-noise-decibel/">Frysk</option> <option data-name="id" value="/gd/extensions/details/sound-meter-noise-decibel/">Gàidhlig</option> <option data-name="id" value="/he/extensions/details/sound-meter-noise-decibel/">עברית</option> <option data-name="id" value="/hi/extensions/details/sound-meter-noise-decibel/">हिन्दी</option> <option data-name="id" value="/it/extensions/details/sound-meter-noise-decibel/">Italiano</option> <option data-name="id" value="/hu/extensions/details/sound-meter-noise-decibel/">Magyar</option> <option data-name="id" value="/ko/extensions/details/sound-meter-noise-decibel/">한국어</option> <option data-name="id" value="/ms/extensions/details/sound-meter-noise-decibel/">Melayu</option> <option data-name="id" value="/nl/extensions/details/sound-meter-noise-decibel/">Nederlands</option> <option data-name="id" value="/nb/extensions/details/sound-meter-noise-decibel/">Norsk (bokmål)</option> <option data-name="id" value="/pl/extensions/details/sound-meter-noise-decibel/">Polski</option> <option data-name="id" value="/pt/extensions/details/sound-meter-noise-decibel/">Português</option> <option data-name="id" value="/pt-br/extensions/details/sound-meter-noise-decibel/">Português (Brasil)</option> <option data-name="id" value="/sk/extensions/details/sound-meter-noise-decibel/">Slovenčina</option> <option data-name="id" value="/sv/extensions/details/sound-meter-noise-decibel/">Svenska</option> <option data-name="id" value="/vi/extensions/details/sound-meter-noise-decibel/">Tiếng Việt</option> <option data-name="id" value="/th/extensions/details/sound-meter-noise-decibel/">ไทย</option> <option data-name="id" value="/tl/extensions/details/sound-meter-noise-decibel/">Tagalog</option> <option data-name="id" value="/tr/extensions/details/sound-meter-noise-decibel/">Türkçe</option> <option data-name="id" value="/be/extensions/details/sound-meter-noise-decibel/">Беларуская</option> <option data-name="id" value="/bg/extensions/details/sound-meter-noise-decibel/">Български</option> <option data-name="id" value="/ru/extensions/details/sound-meter-noise-decibel/" selected>Русский</option> <option data-name="id" value="/uk/extensions/details/sound-meter-noise-decibel/">Українська</option> <option data-name="id" value="/ar/extensions/details/sound-meter-noise-decibel/">العربية</option> <option data-name="id" value="/zh-cn/extensions/details/sound-meter-noise-decibel/">中文(中国)</option> <option data-name="id" value="/zh-tw/extensions/details/sound-meter-noise-decibel/">中文(台灣)</option> <option data-name="id" value="/ja/extensions/details/sound-meter-noise-decibel/">日本語</option> </select> </span> </div> <div class="hf--nav"> <div class="hf--width-holder"> <p class="hf--back"><span class="hf--text-uppercase back-to-top" href="#">Верх</span> </p> </div> </div> </div> </div> </div> </footer> <script src="https://addons-static.operacdn.com/static/CACHE/js/catalog.2ed70de3b0d4.js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Sound Meter (Noise & Decibel) add-on enables you to measure the surrounding sound (dB) and noise with your computer's microphone.\nThis add-on help you easily measure some important sound factors, such as the sound level in decibel, noise level, sound average and normalized sound value. When you open the app for the first time, it may ask you about the microphone access. Please accept the dialog box in order to start the add-on.\nAlso note that, the app may take few seconds before getting ready. So please be patient while the add-on is getting ready. Once the loader is disappeared, the add-on is ready to use. It uses the microphone in your system to capture the surrounding sound. If your computer done not have a microphone, please attach one to it before using the add-on. On top toolbar in the popup UI, you see several information about the surrounding sound.\nIf you see any bug, or have a feature request, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/sound-meter.html).", "id": "<urn:uuid:d924bd1e-92dd-4108-bb60-6d309cbda393>", "dump": "CC-MAIN-2024-10", "url": "https://addons.opera.com/ru/extensions/details/sound-meter-noise-decibel/", "date": "2024-02-25T08:53:01", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8770663142204285, "token_count": 229 } }
<urn:uuid:0c454e04-96ba-40c6-a25e-369531567feb>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/> <script>var _ez_ab_test = 'mod1-c'</script> <script>var __ezHttpConsent={setByCat:function(src,tagType,attributes,category,force){var setScript=function(){if(force||window.ezTcfConsent[category]){var scriptElement=document.createElement(tagType);scriptElement.src=src;attributes.forEach(function(attr){for(var key in attr){if(attr.hasOwnProperty(key)){scriptElement.setAttribute(key,attr[key]);}}});var firstScript=document.getElementsByTagName(tagType)[0];firstScript.parentNode.insertBefore(scriptElement,firstScript);}};if(force||(window.ezTcfConsent&&window.ezTcfConsent.loaded)){setScript();}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){setScript();}else{console.error("cannot get ez consent data");force=true;setScript();}});}else{force=true;setScript();console.error("getEzConsentData is not a function");}},};</script> <script>var ezTcfConsent=window.ezTcfConsent?window.ezTcfConsent:{loaded:false,store_info:false,develop_and_improve_services:false,measure_ad_performance:false,measure_content_performance:false,select_basic_ads:false,create_ad_profile:false,select_personalized_ads:false,create_content_profile:false,select_personalized_content:false,understand_audiences:false,use_limited_data_to_select_content:false,};function getEzConsentData(){return new Promise(function(resolve){document.addEventListener("ezConsentEvent",function(event){var ezTcfConsent=event.detail.ezTcfConsent;resolve(ezTcfConsent);});});}</script> <script>function _setEzCookies(ezConsentData){var cookies=[{name:"ezoadgid_315690",value:"-1; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:01:56 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoref_315690",value:"; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 11:31:56 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezosuibasgeneris-1",value:"77479e33-4ebc-4497-547a-e4320cfe3b0b; Path=/; Domain=adequatetravel.com; Expires=Mon, 24 Feb 2025 09:31:56 UTC; Secure; SameSite=None",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoab_315690",value:"mod1-c; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 11:31:56 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"active_template::315690",value:"pub_site.1708853516; Path=/; Domain=adequatetravel.com; Expires=Tue, 27 Feb 2024 09:31:56 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezopvc_315690",value:"1; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:01:59 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"lp_315690",value:"https://adequatetravel.com/blog/best-cities-in-seychelles-to-visit/; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:01:59 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezovuuidtime_315690",value:"1708853519; Path=/; Domain=adequatetravel.com; Expires=Tue, 27 Feb 2024 09:31:59 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezovuuid_315690",value:"6736f6a9-040d-4eaa-523b-dcff0f5ef233; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:01:59 UTC",tcfCategory:"understand_audiences",isEzoic:"true",}];for(var i=0;i<cookies.length;i++){var cookie=cookies[i];if(ezConsentData&&ezConsentData.loaded&&ezConsentData[cookie.tcfCategory]){document.cookie=cookie.name+"="+cookie.value;}}} if(window.ezTcfConsent&&window.ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else{console.error("cannot get ez consent data");_setEzCookies(window.ezTcfConsent);}});}else{console.error("getEzConsentData is not a function");_setEzCookies(window.ezTcfConsent);}</script> <script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=true;window.__ezScriptHost="//www.ezojs.com";__ez.queue=function(){var e=0,i=0,t=[],n=!1,o=[],r=[],s=!0,a=function(e,i,n,o,r,s,a){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,d=this;this.name=e,this.funcName=i,this.parameters=null===n?null:p(n)?n:[n],this.isBlock=o,this.blockedBy=r,this.deleteWhenComplete=s,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=a,this.fWindow=l,this.isTimeDelay=!1,this.process=function(){f("... func = "+e),d.isInitialized=!0,d.isComplete=!0,f("... func.apply: "+e);var i=d.funcName.split("."),n=null,o=this.fWindow||window;i.length>3||(n=3===i.length?o[i[0]][i[1]][i[2]]:2===i.length?o[i[0]][i[1]]:o[d.funcName]),null!=n&&n.apply(null,this.parameters),!0===d.deleteWhenComplete&&delete t[e],!0===d.isBlock&&(f("----- F'D: "+d.name),u())}},l=function(e,i,t,n,o,r,s){var a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,l=this;this.name=e,this.path=i,this.async=o,this.defer=r,this.isBlock=t,this.blockedBy=n,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=s,this.fWindow=a,this.isTimeDelay=!1,this.isPath=function(e){return"/"===e[0]&&"/"!==e[1]},this.getSrc=function(e){return void 0!==window.__ezScriptHost&&this.isPath(e)&&"banger.js"!==this.name?window.__ezScriptHost+e:e},this.process=function(){l.isInitialized=!0,f("... file = "+e);var i=this.fWindow?this.fWindow.document:document,t=i.createElement("script");t.src=this.getSrc(this.path),!0===o?t.async=!0:!0===r&&(t.defer=!0),t.onerror=function(){var e={url:window.location.href,name:l.name,path:l.path,user_agent:window.navigator.userAgent};"undefined"!=typeof _ezaq&&(e.pageview_id=_ezaq.page_view_id);var i=encodeURIComponent(JSON.stringify(e)),t=new XMLHttpRequest;t.open("GET","//g.ezoic.net/ezqlog?d="+i,!0),t.send(),f("----- ERR'D: "+l.name),l.isError=!0,!0===l.isBlock&&u()},t.onreadystatechange=t.onload=function(){var e=t.readyState;f("----- F'D: "+l.name),e&&!/loaded|complete/.test(e)||(l.isComplete=!0,!0===l.isBlock&&u())},i.getElementsByTagName("head")[0].appendChild(t)}},d=function(e,i){this.name=e,this.path="",this.async=!1,this.defer=!1,this.isBlock=!1,this.blockedBy=[],this.isInitialized=!0,this.isError=!1,this.isComplete=i,this.proceedIfError=!1,this.isTimeDelay=!1,this.process=function(){}};function c(e){!0!==h(e)&&0!=s&&e.process()}function h(e){if(!0===e.isTimeDelay&&!1===n)return f(e.name+" blocked = TIME DELAY!"),!0;if(p(e.blockedBy))for(var i=0;i<e.blockedBy.length;i++){var o=e.blockedBy[i];if(!1===t.hasOwnProperty(o))return f(e.name+" blocked = "+o),!0;if(!0===e.proceedIfError&&!0===t[o].isError)return!1;if(!1===t[o].isComplete)return f(e.name+" blocked = "+o),!0}return!1}function f(e){var i=window.location.href,t=new RegExp("[?&]ezq=([^&#]*)","i").exec(i);"1"===(t?t[1]:null)&&console.debug(e)}function u(){++e>200||(f("let's go"),m(o),m(r))}function m(e){for(var i in e)if(!1!==e.hasOwnProperty(i)){var t=e[i];!0===t.isComplete||h(t)||!0===t.isInitialized||!0===t.isError?!0===t.isError?f(t.name+": error"):!0===t.isComplete?f(t.name+": complete already"):!0===t.isInitialized&&f(t.name+": initialized already"):t.process()}}function p(e){return"[object Array]"==Object.prototype.toString.call(e)}return window.addEventListener("load",(function(){setTimeout((function(){n=!0,f("TDELAY -----"),u()}),5e3)}),!1),{addFile:function(e,i,n,s,a,d,h,f,u){var m=new l(e,i,n,s,a,d,h,u);!0===f?o[e]=m:r[e]=m,t[e]=m,c(m)},addDelayFile:function(e,i){var n=new l(e,i,!1,[],!1,!1,!0);n.isTimeDelay=!0,f(e+" ... FILE! TDELAY"),r[e]=n,t[e]=n,c(n)},addFunc:function(e,n,s,l,d,h,f,u,m,p){!0===h&&(e=e+"_"+i++);var w=new a(e,n,s,l,d,f,u,p);!0===m?o[e]=w:r[e]=w,t[e]=w,c(w)},addDelayFunc:function(e,i,n){var o=new a(e,i,n,!1,[],!0,!0);o.isTimeDelay=!0,f(e+" ... FUNCTION! TDELAY"),r[e]=o,t[e]=o,c(o)},items:t,processAll:u,setallowLoad:function(e){s=e},markLoaded:function(e){if(e&&0!==e.length){if(e in t){var i=t[e];!0===i.isComplete?f(i.name+" "+e+": error loaded duplicate"):(i.isComplete=!0,i.isInitialized=!0)}else t[e]=new d(e,!0);f("markLoaded dummyfile: "+t[e].name)}},logWhatsBlocked:function(){for(var e in t)!1!==t.hasOwnProperty(e)&&h(t[e])}}}();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.dot={};__ez.queue.addFile('/detroitchicago/boise.js', '/detroitchicago/boise.js?gcb=195-0&cb=5', true, [], true, false, true, false);__ez.queue.addFile('/parsonsmaize/abilene.js', '/parsonsmaize/abilene.js?gcb=195-0&cb=33', true, [], true, false, true, false);</script> <script data-ezscrex="false" type="text/javascript" data-cfasync="false">window._ezaq = Object.assign({}, typeof window._ezaq !== "undefined" ? window._ezaq : {}, {"ad_cache_level":1,"domain_id":315690,"ezcache_level":1,"ezcache_skip_code":0,"has_bad_image":0,"has_bad_words":0,"is_sitespeed":0,"lt_cache_level":0,"page_view_id":"c4af42cd-dfe4-428d-4232-9373b15bebb8","response_size_orig":39313,"response_time_orig":2300,"template_id":5,"url":"https://adequatetravel.com/blog/best-cities-in-seychelles-to-visit/","visit_uuid":"6736f6a9-040d-4eaa-523b-dcff0f5ef233","word_count":0,"worst_bad_word_level":0});__ez.queue.markLoaded('ezaqBaseReady');</script> <script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>__ez.queue.addFile('/parsonsmaize/mulvane.js', '/parsonsmaize/mulvane.js?gcb=195-0&cb=6', true, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/parsonsmaize/olathe.js', '/parsonsmaize/olathe.js?gcb=195-0&cb=24', false, ['/parsonsmaize/abilene.js','/parsonsmaize/mulvane.js'], true, false, true, false);__ez.queue.addFile('/porpoiseant/et.js', '/porpoiseant/et.js?gcb=195-0&cb=2', false, [], true, false, true, false);!function(){var e=function(e,i,t){var o=[],n=null;return{Add:function(t,d){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(__ez.dot.isDefined(t)&&__ez.dot.isValid(d))if(n==t&&o.length>0&&o[o.length-1].data.length+d.length<=5)o[o.length-1].data=o[o.length-1].data.concat(__ez.dot.dataToStr(d));else{var _={type:e,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(d)};_[i]=t,a&&a.hasOwnProperty("impression_id")&&a.hasOwnProperty("ad_unit")&&(_.impression_id=a.impression_id.toString(),_.unit=a.ad_unit),o.push(_),n=t}},Fire:function(){if(void 0===document.visibilityState||"prerender"!==document.visibilityState){if(__ez.dot.isDefined(o)&&o.length>0)for(;o.length>0;){var e=5;e>o.length&&(e=o.length);var i=o.splice(0,e),n=__ez.dot.getURL(t)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&v="+btoa(JSON.stringify(i));__ez.dot.Fire(n)}o=[]}}}};__ez.vep=e("video","video_impression_id","/detroitchicago/grapefruit.gif"),__ez.vaep=e("video-ad","video_ad_impression_id","/porpoiseant/lemon.gif"),__ez.osvaep=e("outstream-video-ad","video_ad_impression_id","/porpoiseant/tangerine.gif")}();</script><script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>__ez.queue.addFile('/detroitchicago/wichita.js', '/detroitchicago/wichita.js?gcb=195-0&cb=12', false, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/detroitchicago/raleigh.js', '/detroitchicago/raleigh.js?gcb=195-0&cb=7', false, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/detroitchicago/vista.js', '/detroitchicago/vista.js?gcb=195-0&cb=6', false, ['/parsonsmaize/abilene.js'], true, false, true, false);</script><base href="https://adequatetravel.com/blog/best-cities-in-seychelles-to-visit/"/> <title>Best Cities in Seychelles to Visit | Major Cities in Seychelles</title> <link rel="shortcut icon" href="/img/favicon.ico"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="description" content="&lt;p&gt;You’d see it as a tiny dot in the Indian Ocean if you ever tried looking for Seychelles on the world map. This island nation comprises of 115 islands, but you’ll be surprised that on the contrary. Cities in Seychelles &amp;#8230; &lt;a href=&#34;https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/&#34;&gt;Continue reading &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The post &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/&#34;&gt;Best Cities in Seychelles to Visit | Major Cities in Seychelles&lt;/a&gt; appeared first on &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog&#34;&gt;World Tour &amp;amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel&lt;/a&gt;.&lt;/p&gt; "/> <meta property="og:description" content="&lt;p&gt;You’d see it as a tiny dot in the Indian Ocean if you ever tried looking for Seychelles on the world map. This island nation comprises of 115 islands, but you’ll be surprised that on the contrary. Cities in Seychelles &amp;#8230; &lt;a href=&#34;https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/&#34;&gt;Continue reading &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The post &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/&#34;&gt;Best Cities in Seychelles to Visit | Major Cities in Seychelles&lt;/a&gt; appeared first on &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog&#34;&gt;World Tour &amp;amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel&lt;/a&gt;.&lt;/p&gt; "/> <meta name="keywords" content="Aride ,Beau Vallon,Cousine ,La Digue Island,Mahé ,Praslin Island,Seychelles,Travel Destination,Victoria,popular cities in Seychelles"/> <link rel="canonical" href="https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/"/> <meta property="og:url" content="https://www.adequatetravel.com/blog/best-cities-in-seychelles-to-visit/"/> <meta name="robots" content="max-image-preview:large"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:site_name" content="Explore the World with Adequate Travel - Your One-Stop Destination for Travel Planning-adequatetravel.com"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/> <!-- CSS ================================================== --> <link rel="stylesheet" href="/assets/css/bootstrap.min.css"/> <link rel="stylesheet" href="/assets/css/style.css"/> <link rel="stylesheet" href="/assets/css/uikit.css"/> <link href="https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css"/> <!-- icons ================================================== --> <link rel="stylesheet" href="/assets/css/icons.css"/> <!-- Google font ================================================== --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"/> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"/> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap" rel="stylesheet"/> <link href="https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet"/> <link href="/socialcss/feed.css" rel="stylesheet"/> <link rel="stylesheet" type="text/css" href="/socialcss/simptip.css" media="screen,projection"/> <link href="/socialcss/responsivecss.css" rel="stylesheet"/> <link href="/socialcss/new-design-responsive.css" rel="stylesheet"/> <link href="/css/common.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script> <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-marker-clusterer/1.0.0/markerclusterer_compiled.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-128383700-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-128383700-1'); </script> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-M84WBG8');</script> <!-- End Google Tag Manager --> <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2335023776154548", enable_page_level_ads: true }); </script> <meta name="msvalidate.01" content="E8AE5136786B71AC6E05F4BBD33F37AA"/> <meta name="google-site-verification" content="wIWVO0fIjqc-GwTKf7SEk2bhq9xtc2gs3Zh1Po_e3HY"/> <script type='text/javascript'> var ezoTemplate = 'orig_site'; var ezouid = '1'; var ezoFormfactor = '1'; </script><script data-ezscrex="false" type='text/javascript'> var soc_app_id = '0'; var did = 315690; var ezdomain = 'adequatetravel.com'; var ezoicSearchable = 1; </script> <script data-ezscrex="false" type="text/javascript" data-cfasync="false">var _ezaq = window._ezaq = Object.assign({}, typeof window._ezaq !== "undefined" ? window._ezaq : {}, {"ab_test_id":"mod1-c","ad_cache_level":1,"ad_lazyload_version":0,"ad_load_version":0,"city":"Ashburn","country":"US","days_since_last_visit":-1,"domain_id":315690,"domain_test_group":20230802,"engaged_time_visit":0,"ezcache_level":1,"ezcache_skip_code":0,"form_factor_id":1,"framework_id":1,"has_bad_image":0,"has_bad_words":0,"is_embed":false,"is_return_visitor":false,"is_sitespeed":0,"last_page_load":"","last_pageview_id":"","lt_cache_level":0,"metro_code":511,"page_ad_positions":"","page_view_count":0,"page_view_id":"c4af42cd-dfe4-428d-4232-9373b15bebb8","position_selection_id":0,"postal_code":"20149","pv_event_count":0,"response_size_orig":39313,"response_time_orig":2300,"serverid":"i-05a47e5230f3e4735","state":"VA","t_epoch":1708853516,"template_id":5,"time_on_site_visit":0,"url":"https://adequatetravel.com/blog/best-cities-in-seychelles-to-visit/","visit_uuid":"6736f6a9-040d-4eaa-523b-dcff0f5ef233","word_count":1131,"worst_bad_word_level":0});__ez.queue.markLoaded('ezaqReady');var _ezExtraQueries = "&ez_orig=1";</script> <script data-ezscrex='false' data-pagespeed-no-defer data-cfasync='false'>function create_ezolpl() { var d = new Date(); d.setTime(d.getTime() + 365 * 24 * 60 * 60 * 1000); var expires = "expires=" + d.toUTCString(); __ez.ck.setByCat( "ezux_lpl_315690", new Date().getTime() + "|" + _ezaq.page_view_id + "|" + _ezaq.is_return_visitor + "; " + expires, "understand_audiences", false ); } function attach_ezolpl() { if (document.readyState === "complete") { create_ezolpl(); return; } window.addEventListener("load", create_ezolpl); } __ez.queue.addFunc("attach_ezolpl", "attach_ezolpl", null, false, ['/detroitchicago/boise.js'], true, false, false, false); </script></head> <body> <div id="AquateTravelModel" class="modalCustom modal"> <div id="ModelInnerDiv" class="modal-dialog modal-dialog-centered"> <span class="close close-btn" onclick="ClosePopup()"> <i class="fal fa-times"></i> </span> <!-- Modal content--> <div class="modal-content bg-white-p"> <div class="modal-header"> <h4 class="modal-title">Share an Update</h4> <span class="close" onclick="ClosePopup()"><i class="fal fa-times"></i></span> </div> <div class="modal-body" id="divModelContent"> <div class="modal-empty"></div> </div> </div> </div> </div> <style> .nav > li > a { position: relative; display: block; padding: 10px 10px; } .chat-list .people-list .font-weight-bold { opacity: 0.5; } .chat-list .people-list.unread .font-weight-bold { opacity: 1; } .unread-dot { width: 15px; height: 15px; background: #27aae1; margin-left: auto; border-radius: 10px; border: 3px solid #b1e8ff; } .chat-list .people-list:hover { background: #f6f6f6; } .chat-list .people-list { border-radius: 10px; padding: 10px 10px; } .chat-list .dropdown-menu { padding: 20px 10px; } .chat-list .people-list.unread { background: #ecf9ff !important; } </style> <nav class="navbar navbar-inverse desktop-menu"> <!-- Brand and toggle get grouped for better mobile display --> <div class="container-fluid"> <div class="navbar-header col-md-3"> <button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/" style="padding: 0 !important; margin: 0" class="navbar-brand"> <img src="/assets/images/logo-new.png" style="width: 220px" class="img-responsive"/> </a> </div> <!-- Collection of nav links, forms, and other content for toggling --> <div id="navbarCollapse" class="collapse navbar-collapse"> <div class="row flex-box"> <ul class="nav navbar-nav menu-link"> <li class="active"> <a href="/newsfeed"> <i class="far fa-home-alt"></i> </a> </li> <!--<li> <a href="#"> <i class="far fa-hotel"></i>--> <!--</a> </li>--> <li> <a href="/blog"> <i class="far fa-comment-alt-lines"></i> </a> </li> <!--<li> <a href="#"> <i class="far fa-question"></i>--> <!--</a> </li>--> <li> <a href="https://play.google.com/store/apps/details?id=com.adequate.travel&amp;pli=1" target="_blank"> <i class="fab fa-google-play"></i> </a> </li> </ul> <div class="navbar-form "> <div class="input-group"> <input type="text" id="txtheadautocompletesearch" class="form-control" placeholder="Search friends,Travel Guide,Places"/> </div> </div> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://apps.adequatetravel.com/account/login"> <i class="fa fa-sign-in" aria-hidden="true"></i> Login </a> </li> </ul> </div> </div> </div> </nav> <script type="text/javascript"> $(function () { /*Search box in Header*/ $("#txtheadautocompletesearch").autocomplete({ source: function (request, response) { if (request.term && request.term.length < 3) { return; } $.ajax({ url: '/TimelineUtility/GetSearchPeople?search=' + request.term, //data: JSON.stringify(seachobj), dataType: "json", type: "GET", contentType: "application/json; charset=utf-8", success: function (data) { srchtxt = request.term; response($.map(data, function (item) { return { label: item.name, value: item }; })) }, error: function (response) { alert(response.responseText); }, failure: function (response) { alert(response.responseText); } }); }, select: function (event, ui) { //$("#hfCustomer").val(i.item.val); //var myStr = ui.item.label; //var newStr = myStr.replace(/ /g, "-"); debugger; window.location = ui.item.value.uuid; event.preventDefault(); //$("#txtheadsearch").val(ui.item.label); //$("#selected-customer").val(ui.item.label); }, focus: function (event, ui) { event.preventDefault(); $("#txtheadsearch").val(ui.item.label); }, minLength: 3 }).data("ui-autocomplete")._renderItem = function (ul, item) { //var html = ""; var text = item.label; var search_regexp = new RegExp(srchtxt.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), "gi"); //var search_regexp = new RegExp(srchtxt, "g"); text = text.replace(search_regexp, "<span class ='highlight'>" + srchtxt + "</span>"); //if (item.value == "c") { // html = "<a class='myclass'><i class='fa fa-map-marker' aria-hidden='true'></i>" + text + "</a>"; //} //else { // html = "<a class='myclass'><i class='fa fa-bed' aria-hidden='true'></i>" + text + "</a>"; //} text = "<a class='myclass'><img src='" + item.value.profilePicture + "' />" + text; if (item.value.followedBy) { text = text + "<br><i class='fa fa-users' aria-hidden='true'></i><small>followedBy" + item.value.followedBy + " people</small>"; } else { text = text + "<br><i class='fa fa-users' aria-hidden='true'></i><small>followedBy" + "0 people</small>"; } if (item.value.location) { text = text + "<br><i class='fa fa-map-marker' aria-hidden='true'></i><small>" + item.value.location + "</small>"; } text = text + "</a>"; return $("<li></li>") .data("item.autocomplete", item) .append(text) .appendTo(ul); }; }); function ClearNotification() { $("#spnnotifcation").hide(); SetNoticationRead(); } </script> <script> $(".open-menu").click(function () { $('.mobile-menu-box').show(100); $('body').addClass('modal-overflow') }); $(".close-menu").click(function () { $('.mobile-menu-box').hide(0); $('body').removeClass('modal-overflow') }); </script> <div class="container-fluid pt-90"> <div class="row"> <style type="text/css"> .travelguide p img { text-align: center; margin: auto; display: flex; align-items: center; } </style> <style> .suggestionul { margin: 0; padding: 0; list-style: none; color: #555; } .suggestionul li::before { content: "👉🏻"; display: inline-block; margin-right: 0.2rem; } .suggestionul li { padding: 0px 0px 10px 0px; } </style> <div class="col-md-2 responsive-2"> </div> <div class="col-md-7 responsive-7" id="divrenderContent"> <div class="travelguide"> <div class="meta"> <div class="author-avatar"> <a target="_blank" href="/profile/00000G3SDV25ERTNXW23NQRLLWQK63GC"> <img class="avatar avatar-45 photo" src="https://www.adequatetravel.com/ATMultimedia/UserProfileCover\55\a\85ec0116-30f8-42e5-a949-811d27ef86dd.png" alt="Adequate Travel official" loading="lazy" width="45" height="45"/> </a> </div><div class="meta-details"> <div class="author-name"> <a target="_blank" href="/profile/00000G3SDV25ERTNXW23NQRLLWQK63GC"> Adequate Travel official </a> </div> <div class="meta-item date"> <span>January 03, 2023</span> </div> <div class="meta-item comments"> <a href="#"> <span>0 Comments</span> </a> </div> </div> </div> <h1 class="title">Best Cities in Seychelles to Visit | Major Cities in Seychelles</h1> <div class="content"> <!-- Ezoic - top_of_page - top_of_page --> <!-- End Ezoic - top_of_page - top_of_page --> <p><span style="font-weight: 400;">You’d see it as a tiny dot in the Indian Ocean if you ever tried looking for Seychelles on the world map. This island nation comprises of 115 islands, but you’ll be surprised that on the contrary. </span><b>Cities in Seychelles</b><span style="font-weight: 400;"> are worth visiting. It is one of those isolated, dreamy locations one often sees in movies located off the coast of East Africa. The </span><b>major cities in Seychelles </b><span style="font-weight: 400;">have white-sand beaches and turquoise waters.  The destination has become more accessible for Indian tourists with the launch of Air Seychelles’ direct flight from Mumbai to Mahe (the main island of Seychelles) and a 30-day free of charge Visa on Arrival. Here’s are some of the </span><b>popular cities in Seychelles: </b></p> <h1><b>List of Cities in Seychelles</b></h1> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- display --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="8754458771" data-ad-format="auto" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3>1. Victoria</h3> <p><img class="aligncenter wp-image-17232 size-full" title="Victoria" src="/wp-content/uploads/2020/02/Victoria.jpg" alt="famous cities in Seychelles, important cities in Seychelles, cities of Seychelles, best cities in Seychelles, beautiful cities in Seychelles" width="428" height="531" srcset="/wp-content/uploads/2020/02/Victoria.jpg 428w, /wp-content/uploads/2020/02/Victoria-242x300.jpg 242w" sizes="(max-width: 428px) 100vw, 428px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=Victoria%2C+Mah%C3%A9%2C+Seychelles&amp;dest_type=city&amp;dest_id=-1322723&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get Victoria Hotel Deals</a></p> <p><span style="font-weight: 400;">This place has something for everyone, from craft markets to art galleries and other famous tourist hotspots. Victoria’s charm and warmth, all you need is just a day to soak up. This </span><b>top city in Seychelles</b><span style="font-weight: 400;"> attracts people from all over the world also a cultural and business hub. The Victoria Clock Tower that rests right in the middle of this beautiful city not to miss. The clock has been ticking since 1903 unaffected by any external disturbances, interestingly.</span></p> <p><strong>Read more: </strong><a href="/blog/best-cities-to-visit-in-cuba/" target="_blank" rel="dofollow">Major Cities in Cuba</a></p> <h3><b>2. Beau Vallon</b></h3> <p><img class="aligncenter wp-image-17226 size-full" title="Beau Vallon" src="/wp-content/uploads/2020/02/Beau-Vallon.jpg" alt=" popular cities in Seychelles, cities to visit in Seychelles, main cities in Seychelles" width="729" height="527" srcset="/wp-content/uploads/2020/02/Beau-Vallon.jpg 729w, /wp-content/uploads/2020/02/Beau-Vallon-300x217.jpg 300w" sizes="(max-width: 729px) 100vw, 729px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=Beau+Vallon%2C+Mah%C3%A9%2C+Seychelles&amp;dest_type=city&amp;dest_id=-1322417&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get Beau Vallon Hotel Deals</a></p> <p><span style="font-weight: 400;">Travelers can thoroughly enjoy the experience of exploring this destination with a host of exciting things to do in Beau Vallon. The Beau Vallon travel guide may help resolve most of your queries about Beau Vallon if you are traveling for the first time.  Such as what to eat, where to stay, weather in Beau Vallon and places to visit in Beau Vallon and you can be guaranteed an awesome trip to Beau Vallon, all you need is a list of options on topics. It is one of the </span><b>cities to visit in Seychelles. </b></p> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- article mi 1 --><br/> <ins class="adsbygoogle text-center widthFull" style="display: inline-block; width: 300px; height: 250px;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="6798476671"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3><b>3. Mahé </b></h3> <p><img class="aligncenter wp-image-17230 size-full" title="Mahé " src="/wp-content/uploads/2020/02/Mahé.jpg" alt="popular cities in Seychelles, cities to visit in Seychelles, main cities in Seychelles, famous cities in Seychelles, " width="738" height="532" srcset="/wp-content/uploads/2020/02/Mahé.jpg 738w, /wp-content/uploads/2020/02/Mahé-300x216.jpg 300w" sizes="(max-width: 738px) 100vw, 738px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=Mah%C3%A9%2C+Seychelles&amp;dest_type=region&amp;dest_id=3860&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get Mahé  Hotel Deals</a></p> <p><span style="font-weight: 400;">Mahé boasts of verdant forests, highest mountain ranges of Seychelles, and over 65 beaches with a vast diversity of flora and fauna, the largest island of the archipelago and one of the </span><b>most popular cities to visit in Seychelles. </b><span style="font-weight: 400;">The city is also famous for the Beau Vallon beach and the numerous tourist attractions. It is also known as one of the tiniest capital cities in the world. Where the water laps on and have the best of your vacation get to experience the best pink sands in here and the beautiful granite boulders. As you experience the azure water touching the horizon, spend some alone time in here or with your partner. </span></p> <p><strong>Read more: </strong><a href="/blog/best-cities-towns-in-austria-to-visit/" target="_blank" rel="dofollow">Major Cities in Austria</a></p> <h3><b>4. Praslin Island</b></h3> <p><img class="aligncenter wp-image-17231 size-full" title="Praslin Island" src="/wp-content/uploads/2020/02/Praslin-Island.jpg" alt="popular cities in Seychelles, cities to visit in Seychelles, main cities in Seychelles, famous cities in Seychelles, " width="574" height="529" srcset="/wp-content/uploads/2020/02/Praslin-Island.jpg 574w, /wp-content/uploads/2020/02/Praslin-Island-300x276.jpg 300w" sizes="(max-width: 574px) 100vw, 574px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=Praslin+Island+Airport%2C+Grand+Anse%2C+Praslin%2C+Seychelles&amp;dest_type=airport&amp;dest_id=3932&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get Praslin Island Hotel Deals</a></p> <p><span style="font-weight: 400;">Praslin also is known as the Isle de Palme. It is the</span><b> main cities in Seychelles</b><span style="font-weight: 400;"> UNESCO World Heritage Site and the coco de mer that grows here in abundance. The island is one of the most beautiful places to visit in Seychelles, home to Anse Lazio and Anse Georgette that are coveted as two of the most beautiful beaches of the world.</span></p> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- footer display --><br/> <ins class="adsbygoogle text-center widthFull" style="display: inline-block; width: 300px; height: 250px;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="6606904980"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3><b>5. La Digue Island</b></h3> <p><img class="aligncenter wp-image-17229 size-full" title="La Digue Island" src="/wp-content/uploads/2020/02/La-Digue-Island.jpg" alt="popular cities in Seychelles, cities to visit in Seychelles, main cities in Seychelles, famous cities in Seychelles, " width="773" height="535" srcset="/wp-content/uploads/2020/02/La-Digue-Island.jpg 773w, /wp-content/uploads/2020/02/La-Digue-Island-300x208.jpg 300w, /wp-content/uploads/2020/02/La-Digue-Island-768x532.jpg 768w, /wp-content/uploads/2020/02/La-Digue-Island-435x300.jpg 435w" sizes="(max-width: 773px) 100vw, 773px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=La+Digue+Island+Lodge%2C+La+Digue%2C+La+Digue%2C+Seychelles&amp;dest_type=hotel&amp;dest_id=403284&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get La Digue Island Hotel Deals</a></p> <p><span style="font-weight: 400;">Such as Anse Source D’Argent, the island offers authentic island-style accommodations and traditional modes of transport, such as ox-carts and bicycles. The boutique island of this </span><b>famous city in Seychelles</b><span style="font-weight: 400;"> is known for the granite boulders that adorn the stunning beaches. It is one of the important cities in Seychelles.</span></p> <p><strong>Read more: </strong><a href="/blog/best-cities-in-mongolia-to-visit/" target="_blank" rel="dofollow">Major Cities in Mongolia</a></p> <h3><b>6. Cousine </b></h3> <p><img class="aligncenter wp-image-17227 size-full" title="Cousine " src="/wp-content/uploads/2020/02/Cousine.jpg" alt=" popular cities in Seychelles, cities to visit in Seychelles, main cities in Seychelles" width="748" height="534" srcset="/wp-content/uploads/2020/02/Cousine.jpg 748w, /wp-content/uploads/2020/02/Cousine-300x214.jpg 300w" sizes="(max-width: 748px) 100vw, 748px"/></p> <p class="text-center"><a class="buttonColor" href="https://www.booking.com/searchresults.html?ss=Cousine%2C+Seychelles&amp;dest_type=city&amp;dest_id=900057528&amp;checkin_monthday=5&amp;checkin_year_month=2020-2&amp;checkout_monthday=6&amp;checkout_year_month=2020-2&amp;error_url=%2F%3Faid%3D1666338%3B&amp;si=ai%2Cco%2Cci%2Cre%2Cdi&amp;label=&amp;lang=en-gb&amp;aid=1666338&amp;sp_plprd=UmFuZG9tSVYkc2RlIyh9YVXcKaaJl1Clf8DFr7BeDcneAvSu3sDJjXALCCV6GVy_CiFip01MNHBqfIM9tr6L7bhL-rFcFRfB919U217eLQzmRVTGL62qp-7rKqIwW4vg&amp;utm_campaign=nsb&amp;utm_medium=sp&amp;utm_source=FP_Searchbox&amp;utm_term=1666338" target="_blank" rel="dofollow">Get Cousine  Hotel Deals</a></p> <p><span style="font-weight: 400;">This</span><b> city of Seychelles</b><span style="font-weight: 400;"> is known to be the settling ground for a few imperiled and fascinating types of feathered creatures and creatures. These incorporate, entomb alia, Seychelles brush lark, hawksbill turtle, Seychelles jaybird robin, Seychelles turtledove, and wedge-followed shearwater. This is an immaculate rock island and this spot is likewise particularly biologically private one right now. On the off chance that you are looking for some elevated level of security here, you will be given the equivalent. </span></p> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- Article Ad Middle 2 --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="3099738967" data-ad-format="auto" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3><b>7. Aride </b></h3> <p><img class="aligncenter wp-image-17225 size-full" title="Aride " src="/wp-content/uploads/2020/02/Aride.jpg" alt="cities in Seychelles, major cities in Seychelles, list of cities in Seychelles, top cities in Seychelles," width="769" height="524" srcset="/wp-content/uploads/2020/02/Aride.jpg 769w, /wp-content/uploads/2020/02/Aride-300x204.jpg 300w, /wp-content/uploads/2020/02/Aride-768x523.jpg 768w" sizes="(max-width: 769px) 100vw, 769px"/></p> <p><span style="font-weight: 400;">The island is among the </span><b>best cities in Seychelles</b><span style="font-weight: 400;"> for the nature darlings. The Aride Island Nature ReserveMorne is the home to a few endemic blossoms and the reproducing ground of 18 types of seabirds. Notwithstanding these seabirds and blossoms, the island has the most elevated thickness of reptiles on the planet. This island is the natural surroundings of such a significant number of seabirds on the Indian sea. There are such a significant number of rearing flying creatures in here, thus numerous types of local flying creatures who breed in Aride. The island has been preserved by the island preservation society and among such a significant number of islands in Seychelles, this is probably the best one.</span></p> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- Footer Link Ad --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="8194307725" data-ad-format="link" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <p><strong>Read more: </strong><a href="/blog/best-cities-to-visit-in-paraguay/" target="_blank" rel="dofollow">Major Cities in Paraguay</a></p> <p><span style="font-weight: 400;">So far we have discussed the </span><b>most visited cities in Seychelles</b><span style="font-weight: 400;">. I hope you might have gathered some information related to it. If you are planning your trip to Seychelles then kindly go through our other articles as well which will be quite beneficial for you. Please share your views regarding the content explained above and liked it too.</span></p> <p>The post <a rel="dofollow" href="/blog/best-cities-in-seychelles-to-visit/">Best Cities in Seychelles to Visit | Major Cities in Seychelles</a> appeared first on <a rel="dofollow" href="">World Tour &amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel</a>.</p> <br/> </div> <div class="post p-0"> <div class="post-state-details"> <div> <div class="customtooltip" onclick="OpenLikePeoplePopup(0,6025,3)"> <p class="like-count"><i class="fal fa-thumbs-up"></i><span id="ElementCount6025" data="0">0 Like</span></p> <span class="tooltiptext">0</span> </div> </div> <p class="comments-count" id="CommentCount6025" data="0"><i class="far fa-comment"></i> 0 <span>Comments</span></p> </div> <div class="post-state"> <div class="post-state-btns text-primary" onclick="RedirectToLogin()"> <i class="uil-thumbs-up"></i> <span> Like </span> </div> <div class="post-state-btns" onclick="RedirectToLogin()"> <i class="uil-comment"></i> <span> Comments</span> </div> </div> <div id="DivCommentLoader6025" style="display:none" class="commentloader"></div> <div id="CommentDiv6025"></div> </div> </div> </div> <div class="col-md-3 responsive-3"> <!-- Ezoic - sidebar - sidebar --> <div id="ezoic-pub-ad-placeholder-152"> </div> <!-- End Ezoic - sidebar - sidebar --> <h3>Similar Post</h3> <ul class="suggestionul"> <li><a href="/blog/go-on-an-epic-journey-delhi-to-london-by-bus/" target="_blank">Go on an Epic Journey Delhi to London by Bus Covering 18 Countries in 70 Days</a></li> <li><a href="/blog/the-ultimate-weekend-trips-from-goa/" target="_blank">The Ultimate Weekend Trips From Goa You can’t miss It</a></li> <li><a href="/blog/best-water-park-in-spain/" target="_blank">Best Water Park in Spain I Best Aqua Park in Spain</a></li> <li><a href="/blog/most-visited-monuments-in-cyprus/" target="_blank">Most Visited Monuments in Cyprus | Famous Monuments of Cyprus</a></li> <li><a href="/blog/bars-in-tuscany-10-best-wine-bars-in-tuscany-to-visit/" target="_blank">Bars in Tuscany: 10 Best Wine Bars in Tuscany To Visit</a></li> <li><a href="/blog/complete-guide-to-christmas-celebration-in-bangkok/" target="_blank">Complete Guide to Christmas Celebration in Bangkok </a></li> <li><a href="/blog/affordable-package-to-ladakh-trip-indian-railway-rollout-new-offers/" target="_blank">Affordable package to Ladakh trip: Indian Railway rollout new offers</a></li> <li><a href="/blog/soon-mathura-and-vrindavan-be-connected-via-cruise-services/" target="_blank">Soon Mathura and Vrindavan be connected via cruise services</a></li> <li><a href="/blog/things-to-do-in-bruges-on-this-christmas-day/" target="_blank">Things to do in Bruges on this Christmas Day | Christmas in Bruges Belgium</a></li> <li><a href="/blog/best-restaurants-of-vatican-city/" target="_blank">Top 10 Food Restaurants near Vatican City | Best Restaurants of Vatican City</a></li> <li><a href="/blog/best-beaches-in-sydney/" target="_blank">Top 10 Beaches to Visit in Sydney | Best Beaches in Sydney</a></li> <li><a href="/blog/sistine-chapel-facts-history-of-sistine-chapel/" target="_blank">Sistine Chapel Facts | History of Sistine Chapel</a></li> <li><a href="/blog/top-10-best-places-to-eat-in-colombia/" target="_blank">Top 10 Best Places to Eat in Colombia | Where to Eat in Colombia</a></li> <li><a href="/blog/6-best-cities-in-malawi-to-visit/" target="_blank">6 Best Cities in Malawi to Visit | Major Cities in Malawi  </a></li> <li><a href="/blog/best-cities-to-visit-in-lesotho/" target="_blank">Best Cities to Visit In Lesotho | Major Cities in Lesotho </a></li> <li><a href="/blog/pizza-in-rome-best-pizza-restaurants-in-rome/" target="_blank">Pizza in Rome- Best Pizza Restaurants in Rome</a></li> <li><a href="/blog/top-10-best-restaurants-to-visit-in-hungary/" target="_blank">Top 10 Best Restaurants to Visit in Hungary | Hungary Best Eateries</a></li> <li><a href="/blog/how-much-should-i-budget-for-food-in-japan/" target="_blank">How much should I budget for food in Japan?</a></li> <li><a href="/blog/monuments-in-mali/" target="_blank">Most Visited Monuments in Mali l Famous Monuments in Mali</a></li> <li><a href="/blog/thailand-relies-on-colossal-indian-weddings-to-boost-revenue/" target="_blank">Thailand relies on colossal Indian weddings to boost revenue</a></li> </ul> </div> </div> </div> <div class="processing" style="display: none" id="divgloballoader"> <div class="center"> <span style="color:red;"><i style="font-size:14pt; font-weight:bold; opacity:1!important; margin-top:4px;" class="fa fa-spin fa-spinner"></i> Loading...</span> </div> </div> <!-- javaScripts ================================================== --> <script src="/assets/js/uikit.js"></script> <script src="/assets/js/simplebar.js"></script> <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/css/toastr.css" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/js/toastr.js"></script> <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script type="text/javascript"> function GlobalLoader(_value, Obj) { if (Obj) { if (_value) { $(Obj).css("display", "block") } else { $(Obj).css("display", "none") } setTimeout(function () { $(Obj).css("display", "none"); }, 30000); } } </script> <script src="/js/CommonApplicationJs.js"></script> <script src="/js/Feed.js"></script> <script>__ez.queue.addFile('/tardisrocinante/vitals.js', '/tardisrocinante/vitals.js?gcb=0&cb=3', false, ['/parsonsmaize/mulvane.js'], true, false, true, false);</script> <script>var _audins_dom="adequatetravel_com",_audins_did=315690;__ez.queue.addDelayFunc("audins.js","__ez.script.add", "//go.ezodn.com/detroitchicago/audins.js?cb=3");</script><noscript><div style="display:none;"><img src="//pixel.quantserve.com/pixel/p-31iz6hfFutd16.gif?labels=Domain.adequatetravel_com,DomainId.315690" border="0" height="1" width="1" alt="Quantcast"/></div></noscript> <script>__ez.queue.addFile('/beardeddragon/drake.js', '/beardeddragon/drake.js?gcb=0&cb=8', false, [], true, false, true, false);</script> <script type="text/javascript" style='display:none;'>var __ez_dims = (function() { var setCookie = function( name, content, expiry ) { return document.cookie = name+'='+content+((expiry)?';expires='+(new Date(Math.floor(new Date().getTime()+expiry*1000)).toUTCString()):'')+';path=/'; }; var ffid = 1; var oh = window.screen.height; var ow = window.screen.width; var h = ffid === 1 ? oh : (oh > ow) ? oh : ow; var w = ffid === 1 ? ow : (oh > ow) ? ow : oh; var uh = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight; var uw = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth; var setAllCookies = function() { setCookie('ezds', encodeURIComponent('ffid='+ffid+',w='+w+',h='+h), (31536e3*7)); setCookie('ezohw', encodeURIComponent('w='+uw+',h='+uh), (31536e3*7)); }; if (window.ezTcfConsent && window.ezTcfConsent.loaded) { if (window.ezTcfConsent.understand_audiences) { setAllCookies(); } } else if (typeof getEzConsentData === "function") { getEzConsentData().then(function (ezTcfConsent) { if (ezTcfConsent && ezTcfConsent.loaded) { if (ezTcfConsent.understand_audiences) { setAllCookies(); } } else { console.error("cannot get ez consent data"); setAllCookies(); } }); } else { console.error("getEzConsentData is not a function"); setAllCookies(); } })();</script> <script type='text/javascript' style='display:none;' async>__ez.queue.addFile('/parsonsmaize/chanute.js', '/parsonsmaize/chanute.js?a=a&cb=9&dcb=195-0&shcb=34', true, ['/parsonsmaize/mulvane.js'], true, false, false, false);</script> <script type='text/javascript' style='display:none;' async>__ez.queue.addFile('/porpoiseant/jellyfish.js', '/porpoiseant/jellyfish.js?a=a&cb=13&dcb=195-0&shcb=34', false, [], true, false, false, false);</script> <script>if(typeof _ezaq!=="undefined"&&typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof __ezDotData=="function"){if("cookieDeprecationLabel"in navigator){navigator.cookieDeprecationLabel.getValue().then((label)=>{__ez.bit.AddAndFire(_ezaq["page_view_id"],[new __ezDotData("chrome_cookie_deprecation_label",label),]);});}}</script><script data-cfasync="false">function _emitEzConsentEvent(){var customEvent=new CustomEvent("ezConsentEvent",{detail:{ezTcfConsent:window.ezTcfConsent},bubbles:true,cancelable:true,});document.dispatchEvent(customEvent);} (function(window,document){function _setAllEzConsentTrue(){window.ezTcfConsent.loaded=true;window.ezTcfConsent.store_info=true;window.ezTcfConsent.develop_and_improve_services=true;window.ezTcfConsent.measure_ad_performance=true;window.ezTcfConsent.measure_content_performance=true;window.ezTcfConsent.select_basic_ads=true;window.ezTcfConsent.create_ad_profile=true;window.ezTcfConsent.select_personalized_ads=true;window.ezTcfConsent.create_content_profile=true;window.ezTcfConsent.select_personalized_content=true;window.ezTcfConsent.understand_audiences=true;window.ezTcfConsent.use_limited_data_to_select_content=true;window.ezTcfConsent.select_personalized_content=true;} function _clearEzConsentCookie(){document.cookie="ezCMPCookieConsent=tcf2;Domain=.adequatetravel.com;Path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT";} _clearEzConsentCookie();if(typeof window.__tcfapi!=="undefined"){window.ezgconsent=false;var amazonHasRun=false;function _ezAllowed(tcdata,purpose){return(tcdata.purpose.consents[purpose]||tcdata.purpose.legitimateInterests[purpose]);} function _reloadAds(){if(typeof window.ezorefgsl==="function"&&typeof window.ezslots==="object"){if(typeof __ezapsFetchBids=="function"&&amazonHasRun===false){ezapsFetchBids(__ezaps);if(typeof __ezapsVideo!="undefined"){ezapsFetchBids(__ezapsVideo,"video");} amazonHasRun=true;} var slots=[];for(var i=0;i<window.ezslots.length;i++){if(window[window.ezslots[i]]&&typeof window[window.ezslots[i]]==="object"){slots.push(window[window.ezslots[i]]);}else{setTimeout(_reloadAds,100);return false;}} for(var i=0;i<slots.length;i++){window.ezorefgsl(slots[i]);}}else if(!window.ezadtimeoutset){window.ezadtimeoutset=true;setTimeout(_reloadAds,100);}} function _handleConsentDecision(tcdata){window.ezTcfConsent.loaded=true;if(!tcdata.vendor.consents["347"]&&!tcdata.vendor.legitimateInterests["347"]){window._emitEzConsentEvent();return;} window.ezTcfConsent.store_info=_ezAllowed(tcdata,"1");window.ezTcfConsent.develop_and_improve_services=_ezAllowed(tcdata,"10");window.ezTcfConsent.measure_content_performance=_ezAllowed(tcdata,"8");window.ezTcfConsent.select_basic_ads=_ezAllowed(tcdata,"2");window.ezTcfConsent.create_ad_profile=_ezAllowed(tcdata,"3");window.ezTcfConsent.select_personalized_ads=_ezAllowed(tcdata,"4");window.ezTcfConsent.create_content_profile=_ezAllowed(tcdata,"5");window.ezTcfConsent.measure_ad_performance=_ezAllowed(tcdata,"7");window.ezTcfConsent.use_limited_data_to_select_content=_ezAllowed(tcdata,"11");window.ezTcfConsent.select_personalized_content=_ezAllowed(tcdata,"6");window.ezTcfConsent.understand_audiences=_ezAllowed(tcdata,"9");window._emitEzConsentEvent();} __tcfapi("addEventListener",2,function(tcdata,success){if(!success||!tcdata){window._emitEzConsentEvent();return;} if(!tcdata.gdprApplies){_setAllEzConsentTrue();window._emitEzConsentEvent();return;} if(tcdata.eventStatus==="useractioncomplete"||tcdata.eventStatus==="tcloaded"){_handleConsentDecision(tcdata);if(tcdata.purpose.consents["1"]===true&&tcdata.vendor.consents["755"]!==false){window.ezgconsent=true;(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;_reloadAds();}else{_reloadAds();} if(window.__ezconsent){__ezconsent.setEzoicConsentSettings(ezConsentCategories);} __tcfapi("removeEventListener",2,function(success){return null;},tcdata.listenerId);if(!(tcdata.purpose.consents["1"]===true&&_ezAllowed(tcdata,"2")&&_ezAllowed(tcdata,"3")&&_ezAllowed(tcdata,"4"))){if(typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof window["_ezaq"]=="object"&&typeof window["_ezaq"]["page_view_id"]=="string"){__ez.bit.AddAndFire(window["_ezaq"]["page_view_id"],[new __ezDotData("non_personalized_ads",true),]);}}}});}else{_setAllEzConsentTrue();window._emitEzConsentEvent();}})(window,document);</script></body></html>
fineweb
{ "fineweb_metadata": { "text": "You’d see it as a tiny dot in the Indian Ocean if you ever tried looking for Seychelles on the world map. This island nation comprises of 115 islands, but you’ll be surprised that on the contrary. Cities in Seychelles are worth visiting. It is one of those isolated, dreamy locations one often sees in movies located off the coast of East Africa. The major cities in Seychelles have white-sand beaches and turquoise waters. The destination has become more accessible for Indian tourists with the launch of Air Seychelles’ direct flight from Mumbai to Mahe (the main island of Seychelles) and a 30-day free of charge Visa on Arrival. Here’s are some of the popular cities in Seychelles:\nList of Cities in Seychelles\nThis place has something for everyone, from craft markets to art galleries and other famous tourist hotspots. Victoria’s charm and warmth, all you need is just a day to soak up. This top city in Seychelles attracts people from all over the world also a cultural and business hub. The Victoria Clock Tower that rests right in the middle of this beautiful city not to miss. The clock has been ticking since 1903 unaffected by any external disturbances, interestingly.\nRead more: Major Cities in Cuba\n2. Beau Vallon\nTravelers can thoroughly enjoy the experience of exploring this destination with a host of exciting things to do in Beau Vallon. The Beau Vallon travel guide may help resolve most of your queries about Beau Vallon if you are traveling for the first time. Such as what to eat, where to stay, weather in Beau Vallon and places to visit in Beau Vallon and you can be guaranteed an awesome trip to Beau Vallon, all you need is a list of options on topics. It is one of the cities to visit in Seychelles.\nMahé boasts of verdant forests, highest mountain ranges of Seychelles, and over 65 beaches with a vast diversity of flora and fauna, the largest island of the archipelago and one of the most popular cities to visit in Seychelles. The city is also famous for the Beau Vallon beach and the numerous tourist attractions. It is also known as one of the tiniest capital cities in the world. Where the water laps on and have the best of your vacation get to experience the best pink sands in here and the beautiful granite boulders. As you experience the azure water touching the horizon, spend some alone time in here or with your partner.\nRead more: Major Cities in Austria\n4. Praslin Island\nPraslin also is known as the Isle de Palme. It is the main cities in Seychelles UNESCO World Heritage Site and the coco de mer that grows here in abundance. The island is one of the most beautiful places to visit in Seychelles, home to Anse Lazio and Anse Georgette that are coveted as two of the most beautiful beaches of the world.\n5. La Digue Island\nSuch as Anse Source D’Argent, the island offers authentic island-style accommodations and traditional modes of transport, such as ox-carts and bicycles. The boutique island of this famous city in Seychelles is known for the granite boulders that adorn the stunning beaches. It is one of the important cities in Seychelles.\nRead more: Major Cities in Mongolia\nThis city of Seychelles is known to be the settling ground for a few imperiled and fascinating types of feathered creatures and creatures. These incorporate, entomb alia, Seychelles brush lark, hawksbill turtle, Seychelles jaybird robin, Seychelles turtledove, and wedge-followed shearwater. This is an immaculate rock island and this spot is likewise particularly biologically private one right now. On the off chance that you are looking for some elevated level of security here, you will be given the equivalent.\nThe island is among the best cities in Seychelles for the nature darlings. The Aride Island Nature ReserveMorne is the home to a few endemic blossoms and the reproducing ground of 18 types of seabirds. Notwithstanding these seabirds and blossoms, the island has the most elevated thickness of reptiles on the planet. This island is the natural surroundings of such a significant number of seabirds on the Indian sea. There are such a significant number of rearing flying creatures in here, thus numerous types of local flying creatures who breed in Aride. The island has been preserved by the island preservation society and among such a significant number of islands in Seychelles, this is probably the best one.\nRead more: Major Cities in Paraguay\nSo far we have discussed the most visited cities in Seychelles. I hope you might have gathered some information related to it. If you are planning your trip to Seychelles then kindly go through our other articles as well which will be quite beneficial for you. Please share your views regarding the content explained above and liked it too.", "id": "<urn:uuid:0c454e04-96ba-40c6-a25e-369531567feb>", "dump": "CC-MAIN-2024-10", "url": "https://adequatetravel.com/blog/best-cities-in-seychelles-to-visit/", "date": "2024-02-25T09:31:59", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9351193308830261, "token_count": 1075 } }
<urn:uuid:882cde80-a736-40e5-b3b2-5b833db1cd0e>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/> <script>var _ez_ab_test = 'mod33'</script> <script>var __ezHttpConsent={setByCat:function(src,tagType,attributes,category,force){var setScript=function(){if(force||window.ezTcfConsent[category]){var scriptElement=document.createElement(tagType);scriptElement.src=src;attributes.forEach(function(attr){for(var key in attr){if(attr.hasOwnProperty(key)){scriptElement.setAttribute(key,attr[key]);}}});var firstScript=document.getElementsByTagName(tagType)[0];firstScript.parentNode.insertBefore(scriptElement,firstScript);}};if(force||(window.ezTcfConsent&&window.ezTcfConsent.loaded)){setScript();}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){setScript();}else{console.error("cannot get ez consent data");force=true;setScript();}});}else{force=true;setScript();console.error("getEzConsentData is not a function");}},};</script> <script>var ezTcfConsent=window.ezTcfConsent?window.ezTcfConsent:{loaded:false,store_info:false,develop_and_improve_services:false,measure_ad_performance:false,measure_content_performance:false,select_basic_ads:false,create_ad_profile:false,select_personalized_ads:false,create_content_profile:false,select_personalized_content:false,understand_audiences:false,use_limited_data_to_select_content:false,};function getEzConsentData(){return new Promise(function(resolve){document.addEventListener("ezConsentEvent",function(event){var ezTcfConsent=event.detail.ezTcfConsent;resolve(ezTcfConsent);});});}</script> <script>function _setEzCookies(ezConsentData){var cookies=[{name:"ezoadgid_315690",value:"-1; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 08:56:30 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoref_315690",value:"; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:26:30 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezosuibasgeneris-1",value:"c796197f-b05e-4fe9-4fd2-05f1254b518c; Path=/; Domain=adequatetravel.com; Expires=Mon, 24 Feb 2025 08:26:30 UTC; Secure; SameSite=None",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezoab_315690",value:"mod33; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 10:26:30 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"active_template::315690",value:"pub_site.1708849590; Path=/; Domain=adequatetravel.com; Expires=Tue, 27 Feb 2024 08:26:30 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezopvc_315690",value:"1; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 08:56:32 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"lp_315690",value:"https://adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 08:56:32 UTC",tcfCategory:"store_info",isEzoic:"true",},{name:"ezovuuidtime_315690",value:"1708849592; Path=/; Domain=adequatetravel.com; Expires=Tue, 27 Feb 2024 08:26:32 UTC",tcfCategory:"understand_audiences",isEzoic:"true",},{name:"ezovuuid_315690",value:"d6b6c171-70dd-455f-7b57-e67e78707e79; Path=/; Domain=adequatetravel.com; Expires=Sun, 25 Feb 2024 08:56:32 UTC",tcfCategory:"understand_audiences",isEzoic:"true",}];for(var i=0;i<cookies.length;i++){var cookie=cookies[i];if(ezConsentData&&ezConsentData.loaded&&ezConsentData[cookie.tcfCategory]){document.cookie=cookie.name+"="+cookie.value;}}} if(window.ezTcfConsent&&window.ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else if(typeof getEzConsentData==="function"){getEzConsentData().then(function(ezTcfConsent){if(ezTcfConsent&&ezTcfConsent.loaded){_setEzCookies(window.ezTcfConsent);}else{console.error("cannot get ez consent data");_setEzCookies(window.ezTcfConsent);}});}else{console.error("getEzConsentData is not a function");_setEzCookies(window.ezTcfConsent);}</script> <script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>var __ez=__ez||{};__ez.stms=Date.now();__ez.evt={};__ez.script={};__ez.ck=__ez.ck||{};__ez.template={};__ez.template.isOrig=true;window.__ezScriptHost="//www.ezojs.com";__ez.queue=function(){var e=0,i=0,t=[],n=!1,o=[],r=[],s=!0,a=function(e,i,n,o,r,s,a){var l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,d=this;this.name=e,this.funcName=i,this.parameters=null===n?null:p(n)?n:[n],this.isBlock=o,this.blockedBy=r,this.deleteWhenComplete=s,this.isError=!1,this.isComplete=!1,this.isInitialized=!1,this.proceedIfError=a,this.fWindow=l,this.isTimeDelay=!1,this.process=function(){f("... func = "+e),d.isInitialized=!0,d.isComplete=!0,f("... func.apply: "+e);var i=d.funcName.split("."),n=null,o=this.fWindow||window;i.length>3||(n=3===i.length?o[i[0]][i[1]][i[2]]:2===i.length?o[i[0]][i[1]]:o[d.funcName]),null!=n&&n.apply(null,this.parameters),!0===d.deleteWhenComplete&&delete t[e],!0===d.isBlock&&(f("----- F'D: "+d.name),u())}},l=function(e,i,t,n,o,r,s){var a=arguments.length>7&&void 0!==arguments[7]?arguments[7]:window,l=this;this.name=e,this.path=i,this.async=o,this.defer=r,this.isBlock=t,this.blockedBy=n,this.isInitialized=!1,this.isError=!1,this.isComplete=!1,this.proceedIfError=s,this.fWindow=a,this.isTimeDelay=!1,this.isPath=function(e){return"/"===e[0]&&"/"!==e[1]},this.getSrc=function(e){return void 0!==window.__ezScriptHost&&this.isPath(e)&&"banger.js"!==this.name?window.__ezScriptHost+e:e},this.process=function(){l.isInitialized=!0,f("... file = "+e);var i=this.fWindow?this.fWindow.document:document,t=i.createElement("script");t.src=this.getSrc(this.path),!0===o?t.async=!0:!0===r&&(t.defer=!0),t.onerror=function(){var e={url:window.location.href,name:l.name,path:l.path,user_agent:window.navigator.userAgent};"undefined"!=typeof _ezaq&&(e.pageview_id=_ezaq.page_view_id);var i=encodeURIComponent(JSON.stringify(e)),t=new XMLHttpRequest;t.open("GET","//g.ezoic.net/ezqlog?d="+i,!0),t.send(),f("----- ERR'D: "+l.name),l.isError=!0,!0===l.isBlock&&u()},t.onreadystatechange=t.onload=function(){var e=t.readyState;f("----- F'D: "+l.name),e&&!/loaded|complete/.test(e)||(l.isComplete=!0,!0===l.isBlock&&u())},i.getElementsByTagName("head")[0].appendChild(t)}},d=function(e,i){this.name=e,this.path="",this.async=!1,this.defer=!1,this.isBlock=!1,this.blockedBy=[],this.isInitialized=!0,this.isError=!1,this.isComplete=i,this.proceedIfError=!1,this.isTimeDelay=!1,this.process=function(){}};function c(e){!0!==h(e)&&0!=s&&e.process()}function h(e){if(!0===e.isTimeDelay&&!1===n)return f(e.name+" blocked = TIME DELAY!"),!0;if(p(e.blockedBy))for(var i=0;i<e.blockedBy.length;i++){var o=e.blockedBy[i];if(!1===t.hasOwnProperty(o))return f(e.name+" blocked = "+o),!0;if(!0===e.proceedIfError&&!0===t[o].isError)return!1;if(!1===t[o].isComplete)return f(e.name+" blocked = "+o),!0}return!1}function f(e){var i=window.location.href,t=new RegExp("[?&]ezq=([^&#]*)","i").exec(i);"1"===(t?t[1]:null)&&console.debug(e)}function u(){++e>200||(f("let's go"),m(o),m(r))}function m(e){for(var i in e)if(!1!==e.hasOwnProperty(i)){var t=e[i];!0===t.isComplete||h(t)||!0===t.isInitialized||!0===t.isError?!0===t.isError?f(t.name+": error"):!0===t.isComplete?f(t.name+": complete already"):!0===t.isInitialized&&f(t.name+": initialized already"):t.process()}}function p(e){return"[object Array]"==Object.prototype.toString.call(e)}return window.addEventListener("load",(function(){setTimeout((function(){n=!0,f("TDELAY -----"),u()}),5e3)}),!1),{addFile:function(e,i,n,s,a,d,h,f,u){var m=new l(e,i,n,s,a,d,h,u);!0===f?o[e]=m:r[e]=m,t[e]=m,c(m)},addDelayFile:function(e,i){var n=new l(e,i,!1,[],!1,!1,!0);n.isTimeDelay=!0,f(e+" ... FILE! TDELAY"),r[e]=n,t[e]=n,c(n)},addFunc:function(e,n,s,l,d,h,f,u,m,p){!0===h&&(e=e+"_"+i++);var w=new a(e,n,s,l,d,f,u,p);!0===m?o[e]=w:r[e]=w,t[e]=w,c(w)},addDelayFunc:function(e,i,n){var o=new a(e,i,n,!1,[],!0,!0);o.isTimeDelay=!0,f(e+" ... FUNCTION! TDELAY"),r[e]=o,t[e]=o,c(o)},items:t,processAll:u,setallowLoad:function(e){s=e},markLoaded:function(e){if(e&&0!==e.length){if(e in t){var i=t[e];!0===i.isComplete?f(i.name+" "+e+": error loaded duplicate"):(i.isComplete=!0,i.isInitialized=!0)}else t[e]=new d(e,!0);f("markLoaded dummyfile: "+t[e].name)}},logWhatsBlocked:function(){for(var e in t)!1!==t.hasOwnProperty(e)&&h(t[e])}}}();__ez.evt.add=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n()},__ez.evt.remove=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent("on"+t,n):delete e["on"+t]};__ez.script.add=function(e){var t=document.createElement("script");t.src=e,t.async=!0,t.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(t)};__ez.dot={};__ez.queue.addFile('/detroitchicago/boise.js', '/detroitchicago/boise.js?gcb=195-0&cb=5', true, [], true, false, true, false);__ez.queue.addFile('/parsonsmaize/abilene.js', '/parsonsmaize/abilene.js?gcb=195-0&cb=33', true, [], true, false, true, false);</script> <script data-ezscrex="false" type="text/javascript" data-cfasync="false">window._ezaq = Object.assign({}, typeof window._ezaq !== "undefined" ? window._ezaq : {}, {"ad_cache_level":1,"domain_id":315690,"ezcache_level":1,"ezcache_skip_code":0,"has_bad_image":0,"has_bad_words":0,"is_sitespeed":0,"lt_cache_level":0,"page_view_id":"82e9451a-d153-46d1-58ad-542c2690c2bc","response_size_orig":43982,"response_time_orig":1893,"template_id":5,"url":"https://adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/","visit_uuid":"d6b6c171-70dd-455f-7b57-e67e78707e79","word_count":0,"worst_bad_word_level":0});__ez.queue.markLoaded('ezaqBaseReady');</script> <script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>__ez.queue.addFile('/parsonsmaize/mulvane.js', '/parsonsmaize/mulvane.js?gcb=195-0&cb=6', true, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/parsonsmaize/olathe.js', '/parsonsmaize/olathe.js?gcb=195-0&cb=24', false, ['/parsonsmaize/abilene.js','/parsonsmaize/mulvane.js'], true, false, true, false);__ez.queue.addFile('/porpoiseant/et.js', '/porpoiseant/et.js?gcb=195-0&cb=2', false, [], true, false, true, false);!function(){var e=function(e,i,t){var o=[],n=null;return{Add:function(t,d){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(__ez.dot.isDefined(t)&&__ez.dot.isValid(d))if(n==t&&o.length>0&&o[o.length-1].data.length+d.length<=5)o[o.length-1].data=o[o.length-1].data.concat(__ez.dot.dataToStr(d));else{var _={type:e,domain_id:__ez.dot.getDID(),t_epoch:__ez.dot.getEpoch(0),data:__ez.dot.dataToStr(d)};_[i]=t,a&&a.hasOwnProperty("impression_id")&&a.hasOwnProperty("ad_unit")&&(_.impression_id=a.impression_id.toString(),_.unit=a.ad_unit),o.push(_),n=t}},Fire:function(){if(void 0===document.visibilityState||"prerender"!==document.visibilityState){if(__ez.dot.isDefined(o)&&o.length>0)for(;o.length>0;){var e=5;e>o.length&&(e=o.length);var i=o.splice(0,e),n=__ez.dot.getURL(t)+"?orig="+(!0===__ez.template.isOrig?1:0)+"&v="+btoa(JSON.stringify(i));__ez.dot.Fire(n)}o=[]}}}};__ez.vep=e("video","video_impression_id","/detroitchicago/grapefruit.gif"),__ez.vaep=e("video-ad","video_ad_impression_id","/porpoiseant/lemon.gif"),__ez.osvaep=e("outstream-video-ad","video_ad_impression_id","/porpoiseant/tangerine.gif")}();</script><script data-ezscrex='false' data-cfasync='false' data-pagespeed-no-defer>__ez.queue.addFile('/detroitchicago/wichita.js', '/detroitchicago/wichita.js?gcb=195-0&cb=12', false, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/detroitchicago/raleigh.js', '/detroitchicago/raleigh.js?gcb=195-0&cb=7', false, ['/parsonsmaize/abilene.js'], true, false, true, false);__ez.queue.addFile('/detroitchicago/vista.js', '/detroitchicago/vista.js?gcb=195-0&cb=6', false, ['/parsonsmaize/abilene.js'], true, false, true, false);</script><base href="https://adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/"/> <title>Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan</title> <link rel="shortcut icon" href="/img/favicon.ico"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="description" content="&lt;p&gt;If you want to explore the history of Kazakhstan through the ages there are a number of historical monuments in Kazakhstan including the time-honored buildings, palaces, and parks where you can learn about the glorious past of Kazakhstan. The presence &amp;#8230; &lt;a href=&#34;https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/&#34;&gt;Continue reading &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The post &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/&#34;&gt;Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan&lt;/a&gt; appeared first on &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog&#34;&gt;World Tour &amp;amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel&lt;/a&gt;.&lt;/p&gt; "/> <meta property="og:description" content="&lt;p&gt;If you want to explore the history of Kazakhstan through the ages there are a number of historical monuments in Kazakhstan including the time-honored buildings, palaces, and parks where you can learn about the glorious past of Kazakhstan. The presence &amp;#8230; &lt;a href=&#34;https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/&#34;&gt;Continue reading &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The post &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/&#34;&gt;Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan&lt;/a&gt; appeared first on &lt;a rel=&#34;dofollow&#34; href=&#34;https://www.adequatetravel.com/blog&#34;&gt;World Tour &amp;amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel&lt;/a&gt;.&lt;/p&gt; "/> <meta name="keywords" content="Kazakhstan,monuments in Kazakhstan,monuments of Kazakhstan"/> <link rel="canonical" href="https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/"/> <meta property="og:url" content="https://www.adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/"/> <meta name="robots" content="max-image-preview:large"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:site_name" content="Explore the World with Adequate Travel - Your One-Stop Destination for Travel Planning-adequatetravel.com"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/> <!-- CSS ================================================== --> <link rel="stylesheet" href="/assets/css/bootstrap.min.css"/> <link rel="stylesheet" href="/assets/css/style.css"/> <link rel="stylesheet" href="/assets/css/uikit.css"/> <link href="https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css"/> <!-- icons ================================================== --> <link rel="stylesheet" href="/assets/css/icons.css"/> <!-- Google font ================================================== --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"/> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"/> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap" rel="stylesheet"/> <link href="https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet"/> <link href="/socialcss/feed.css" rel="stylesheet"/> <link rel="stylesheet" type="text/css" href="/socialcss/simptip.css" media="screen,projection"/> <link href="/socialcss/responsivecss.css" rel="stylesheet"/> <link href="/socialcss/new-design-responsive.css" rel="stylesheet"/> <link href="/css/common.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"></script> <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-marker-clusterer/1.0.0/markerclusterer_compiled.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-128383700-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-128383700-1'); </script> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-M84WBG8');</script> <!-- End Google Tag Manager --> <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2335023776154548", enable_page_level_ads: true }); </script> <meta name="msvalidate.01" content="E8AE5136786B71AC6E05F4BBD33F37AA"/> <meta name="google-site-verification" content="wIWVO0fIjqc-GwTKf7SEk2bhq9xtc2gs3Zh1Po_e3HY"/> <script type='text/javascript'> var ezoTemplate = 'orig_site'; var ezouid = '1'; var ezoFormfactor = '1'; </script><script data-ezscrex="false" type='text/javascript'> var soc_app_id = '0'; var did = 315690; var ezdomain = 'adequatetravel.com'; var ezoicSearchable = 1; </script> <script data-ezscrex="false" type="text/javascript" data-cfasync="false">var _ezaq = window._ezaq = Object.assign({}, typeof window._ezaq !== "undefined" ? window._ezaq : {}, {"ab_test_id":"mod33","ad_cache_level":1,"ad_lazyload_version":0,"ad_load_version":0,"city":"Ashburn","country":"US","days_since_last_visit":-1,"domain_id":315690,"domain_test_group":20230802,"engaged_time_visit":0,"ezcache_level":1,"ezcache_skip_code":0,"form_factor_id":1,"framework_id":1,"has_bad_image":0,"has_bad_words":0,"is_embed":false,"is_return_visitor":false,"is_sitespeed":0,"last_page_load":"","last_pageview_id":"","lt_cache_level":0,"metro_code":511,"page_ad_positions":"","page_view_count":0,"page_view_id":"82e9451a-d153-46d1-58ad-542c2690c2bc","position_selection_id":0,"postal_code":"20149","pv_event_count":0,"response_size_orig":43982,"response_time_orig":1893,"serverid":"i-0313019aff23be96d","state":"VA","t_epoch":1708849590,"template_id":5,"time_on_site_visit":0,"url":"https://adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/","visit_uuid":"d6b6c171-70dd-455f-7b57-e67e78707e79","word_count":2016,"worst_bad_word_level":0});__ez.queue.markLoaded('ezaqReady');var _ezExtraQueries = "&ez_orig=1";</script> <script data-ezscrex='false' data-pagespeed-no-defer data-cfasync='false'>function create_ezolpl() { var d = new Date(); d.setTime(d.getTime() + 365 * 24 * 60 * 60 * 1000); var expires = "expires=" + d.toUTCString(); __ez.ck.setByCat( "ezux_lpl_315690", new Date().getTime() + "|" + _ezaq.page_view_id + "|" + _ezaq.is_return_visitor + "; " + expires, "understand_audiences", false ); } function attach_ezolpl() { if (document.readyState === "complete") { create_ezolpl(); return; } window.addEventListener("load", create_ezolpl); } __ez.queue.addFunc("attach_ezolpl", "attach_ezolpl", null, false, ['/detroitchicago/boise.js'], true, false, false, false); </script></head> <body> <div id="AquateTravelModel" class="modalCustom modal"> <div id="ModelInnerDiv" class="modal-dialog modal-dialog-centered"> <span class="close close-btn" onclick="ClosePopup()"> <i class="fal fa-times"></i> </span> <!-- Modal content--> <div class="modal-content bg-white-p"> <div class="modal-header"> <h4 class="modal-title">Share an Update</h4> <span class="close" onclick="ClosePopup()"><i class="fal fa-times"></i></span> </div> <div class="modal-body" id="divModelContent"> <div class="modal-empty"></div> </div> </div> </div> </div> <style> .nav > li > a { position: relative; display: block; padding: 10px 10px; } .chat-list .people-list .font-weight-bold { opacity: 0.5; } .chat-list .people-list.unread .font-weight-bold { opacity: 1; } .unread-dot { width: 15px; height: 15px; background: #27aae1; margin-left: auto; border-radius: 10px; border: 3px solid #b1e8ff; } .chat-list .people-list:hover { background: #f6f6f6; } .chat-list .people-list { border-radius: 10px; padding: 10px 10px; } .chat-list .dropdown-menu { padding: 20px 10px; } .chat-list .people-list.unread { background: #ecf9ff !important; } </style> <nav class="navbar navbar-inverse desktop-menu"> <!-- Brand and toggle get grouped for better mobile display --> <div class="container-fluid"> <div class="navbar-header col-md-3"> <button type="button" data-target="#navbarCollapse" data-toggle="collapse" class="navbar-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/" style="padding: 0 !important; margin: 0" class="navbar-brand"> <img src="/assets/images/logo-new.png" style="width: 220px" class="img-responsive"/> </a> </div> <!-- Collection of nav links, forms, and other content for toggling --> <div id="navbarCollapse" class="collapse navbar-collapse"> <div class="row flex-box"> <ul class="nav navbar-nav menu-link"> <li class="active"> <a href="/newsfeed"> <i class="far fa-home-alt"></i> </a> </li> <!--<li> <a href="#"> <i class="far fa-hotel"></i>--> <!--</a> </li>--> <li> <a href="/blog"> <i class="far fa-comment-alt-lines"></i> </a> </li> <!--<li> <a href="#"> <i class="far fa-question"></i>--> <!--</a> </li>--> <li> <a href="https://play.google.com/store/apps/details?id=com.adequate.travel&amp;pli=1" target="_blank"> <i class="fab fa-google-play"></i> </a> </li> </ul> <div class="navbar-form "> <div class="input-group"> <input type="text" id="txtheadautocompletesearch" class="form-control" placeholder="Search friends,Travel Guide,Places"/> </div> </div> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://apps.adequatetravel.com/account/login"> <i class="fa fa-sign-in" aria-hidden="true"></i> Login </a> </li> </ul> </div> </div> </div> </nav> <script type="text/javascript"> $(function () { /*Search box in Header*/ $("#txtheadautocompletesearch").autocomplete({ source: function (request, response) { if (request.term && request.term.length < 3) { return; } $.ajax({ url: '/TimelineUtility/GetSearchPeople?search=' + request.term, //data: JSON.stringify(seachobj), dataType: "json", type: "GET", contentType: "application/json; charset=utf-8", success: function (data) { srchtxt = request.term; response($.map(data, function (item) { return { label: item.name, value: item }; })) }, error: function (response) { alert(response.responseText); }, failure: function (response) { alert(response.responseText); } }); }, select: function (event, ui) { //$("#hfCustomer").val(i.item.val); //var myStr = ui.item.label; //var newStr = myStr.replace(/ /g, "-"); debugger; window.location = ui.item.value.uuid; event.preventDefault(); //$("#txtheadsearch").val(ui.item.label); //$("#selected-customer").val(ui.item.label); }, focus: function (event, ui) { event.preventDefault(); $("#txtheadsearch").val(ui.item.label); }, minLength: 3 }).data("ui-autocomplete")._renderItem = function (ul, item) { //var html = ""; var text = item.label; var search_regexp = new RegExp(srchtxt.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), "gi"); //var search_regexp = new RegExp(srchtxt, "g"); text = text.replace(search_regexp, "<span class ='highlight'>" + srchtxt + "</span>"); //if (item.value == "c") { // html = "<a class='myclass'><i class='fa fa-map-marker' aria-hidden='true'></i>" + text + "</a>"; //} //else { // html = "<a class='myclass'><i class='fa fa-bed' aria-hidden='true'></i>" + text + "</a>"; //} text = "<a class='myclass'><img src='" + item.value.profilePicture + "' />" + text; if (item.value.followedBy) { text = text + "<br><i class='fa fa-users' aria-hidden='true'></i><small>followedBy" + item.value.followedBy + " people</small>"; } else { text = text + "<br><i class='fa fa-users' aria-hidden='true'></i><small>followedBy" + "0 people</small>"; } if (item.value.location) { text = text + "<br><i class='fa fa-map-marker' aria-hidden='true'></i><small>" + item.value.location + "</small>"; } text = text + "</a>"; return $("<li></li>") .data("item.autocomplete", item) .append(text) .appendTo(ul); }; }); function ClearNotification() { $("#spnnotifcation").hide(); SetNoticationRead(); } </script> <script> $(".open-menu").click(function () { $('.mobile-menu-box').show(100); $('body').addClass('modal-overflow') }); $(".close-menu").click(function () { $('.mobile-menu-box').hide(0); $('body').removeClass('modal-overflow') }); </script> <div class="container-fluid pt-90"> <div class="row"> <style type="text/css"> .travelguide p img { text-align: center; margin: auto; display: flex; align-items: center; } </style> <style> .suggestionul { margin: 0; padding: 0; list-style: none; color: #555; } .suggestionul li::before { content: "👉🏻"; display: inline-block; margin-right: 0.2rem; } .suggestionul li { padding: 0px 0px 10px 0px; } </style> <div class="col-md-2 responsive-2"> </div> <div class="col-md-7 responsive-7" id="divrenderContent"> <div class="travelguide"> <div class="meta"> <div class="author-avatar"> <a target="_blank" href="/profile/00000G3SDV25ERTNXW23NQRLLWQK63GC"> <img class="avatar avatar-45 photo" src="https://www.adequatetravel.com/ATMultimedia/UserProfileCover\55\a\85ec0116-30f8-42e5-a949-811d27ef86dd.png" alt="Adequate Travel official" loading="lazy" width="45" height="45"/> </a> </div><div class="meta-details"> <div class="author-name"> <a target="_blank" href="/profile/00000G3SDV25ERTNXW23NQRLLWQK63GC"> Adequate Travel official </a> </div> <div class="meta-item date"> <span>January 03, 2023</span> </div> <div class="meta-item comments"> <a href="#"> <span>0 Comments</span> </a> </div> </div> </div> <h1 class="title">Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan</h1> <div class="content"> <!-- Ezoic - top_of_page - top_of_page --> <!-- End Ezoic - top_of_page - top_of_page --> <p><span style="font-weight: 400;">If you want to explore the history of Kazakhstan through the ages there are a number of </span><b>historical monuments in Kazakhstan</b><span style="font-weight: 400;"> including the time-honored buildings, palaces, and parks where you can learn about the glorious past of Kazakhstan. The presence of these </span><b>monuments of Kazakhstan</b><span style="font-weight: 400;"> will take you on a walk through the country’s rich history. If you are willing to have in-depth historical information about Kazakhstan, we recommend that you take a wonderful guided tour to cover the major historical attractions. Also, check the opening and closing time for each so that you can organize your time. Make sure that you go through the complete list of </span><b>historical sites in Kazakhstan</b><span style="font-weight: 400;"> for a great trip:</span></p> <h2><b>Monuments in Kazakhstan </b></h2> <p><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- display --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="8754458771" data-ad-format="auto" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3><b>1. Bayterek Tower</b></h3> <p><img class="aligncenter wp-image-21589 size-full" title="Bayterek Tower" src="/wp-content/uploads/2020/04/Bayterek-Tower.jpg" alt="national monuments in Kazakhstan, historical monuments in Kazakhstan, top monuments in Kazakhstan, unique monuments in Kazakhstan" width="416" height="542" srcset="/wp-content/uploads/2020/04/Bayterek-Tower.jpg 416w, /wp-content/uploads/2020/04/Bayterek-Tower-230x300.jpg 230w" sizes="(max-width: 416px) 100vw, 416px"/></p> <p><span style="font-weight: 400;">Located in Astana, Kazakhstan, with the intention of imparting meaning to visitors and citizens alike. Every element of Bayterek Tower was designed, right down to the height of the tower, to represent 1997, the year in which Astana was named the capital of Kazakhstan which stands 97 meters tall. More than just a unique artistic flourish, the unusual construction of the tower is worth visiting. The golden sphere that rests on top of the pointed spires of the tower is meant to symbolize an egg nestled amongst tree limbs – a nod to an age-old local folktale about happiness and beginnings, focusing on a bird who laid its egg in the sacred tree of life. This </span><b>famous monument in Kazakhstan </b><span style="font-weight: 400;">provides visitors sweeping views of the city skyline of Astana. It also has a small cafe where you can take a rest to enjoy a coffee and ice cream. Worth a visit if you are in Astana.</span></p> <p><strong>Read more: </strong><a href="/blog/6-famous-haunted-places-in-amsterdam/" target="_blank" rel="dofollow">Famous Haunted Places in Amsterdam</a></p> <p><b>Address:</b><span style="font-weight: 400;"> Vodno-Zelyony Blvd., Nur-Sultan 010000 Kazakhstan.</span></p> <h3><b>2. Independence Square and Kazak Eli Monument</b></h3> <p><img class="aligncenter wp-image-21590 size-full" title="Independence Square and Kazak Eli Monument" src="/wp-content/uploads/2020/04/Independence-Square-and-Kazak-Eli-Monument.jpg" alt="national monuments in Kazakhstan, historical monuments in Kazakhstan, top monuments in Kazakhstan, unique monuments in Kazakhstan" width="657" height="538" srcset="/wp-content/uploads/2020/04/Independence-Square-and-Kazak-Eli-Monument.jpg 657w, /wp-content/uploads/2020/04/Independence-Square-and-Kazak-Eli-Monument-300x246.jpg 300w" sizes="(max-width: 657px) 100vw, 657px"/></p> <p><span style="font-weight: 400;">On the Independence Square, there is an independent Memorial pillar up to 91 meters, which symbolizes Kazakhstan’s independence in 1991. At the top of the memorial pillar is a gilded bird named Samruk. Hebei manufacturers shipped the bronze works to Beijing and then from Beijing to Astana for assembly, gilding, installation and final products. A large square with the main attractions nearby such as the Hazrat Mosque and the National Museum. This </span><b>popular monument in Kazakhstan </b><span style="font-weight: 400;">follows the grandness of the other structures across Astana and a nice place to relax to pass some time. The major military procession takes place here and other events</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Prospekt Tayelsizdik, Nur-Sultan Kazakhstan.</span></p> <h3><b>3. Glory Memorial (Almaty)</b></h3> <p><img class="aligncenter wp-image-21591 size-full" title="Glory Memorial (Almaty)" src="/wp-content/uploads/2020/04/Glory-Memorial-Almaty.jpg" alt="national monuments in Kazakhstan, historical monuments in Kazakhstan, top monuments in Kazakhstan, unique monuments in Kazakhstan" width="542" height="448" srcset="/wp-content/uploads/2020/04/Glory-Memorial-Almaty.jpg 542w, /wp-content/uploads/2020/04/Glory-Memorial-Almaty-300x248.jpg 300w" sizes="(max-width: 542px) 100vw, 542px"/></p> <p><span style="font-weight: 400;">During the second world war over 600,000, Kazakhstan soldiers were killed. The wall on the right-hand side is dedicated to the soldiers who died in WW2. The wall on the left-hand side is dedicated to Red Army soldiers who died in the Russian civil war. In the central section of the memorial area, is the eternal flame, which is on a rectangular black tiled base. A white marble slab with Russian inscriptions is also placed here. Near to the wall on the right is another small black tiled area with two plaques, one of which has the dates 1912-1960. The inscription was only in Russian here. At the eastern end of the memorial, was quite a few square concrete structures with stars on them. We assumed that this area was dedicated to the soldiers who received stars for bravery. There are other attractions nearby in this </span><b>most</b> <b>beautiful monument in Kazakhstan</b><span style="font-weight: 400;">, including the Afghan monument, Museum of Musical Instruments, Military Museum, and Alley of Heads of State.</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Park Named After Panfilov’s 28 Guardsmen, Almaty Kazakhstan.</span></p> <p><span style="font-weight: 400;"> </span><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- article mi 1 --><br/> <ins class="adsbygoogle text-center widthFull" style="display: inline-block; width: 300px; height: 250px;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="6798476671"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <p><strong>Read more: </strong><a href="/blog/10-best-theme-parks-of-amsterdam/" target="_blank" rel="dofollow">Best Theme Parks of Amsterdam</a></p> <h3><b>4. Independence Stele </b></h3> <p><img class="aligncenter wp-image-21592 size-full" title="Independence Stele " src="/wp-content/uploads/2020/04/Independence-Stele.jpg" alt="national monuments in Kazakhstan, historical monuments in Kazakhstan, top monuments in Kazakhstan, unique monuments in Kazakhstan" width="568" height="549" srcset="/wp-content/uploads/2020/04/Independence-Stele.jpg 568w, /wp-content/uploads/2020/04/Independence-Stele-300x290.jpg 300w" sizes="(max-width: 568px) 100vw, 568px"/></p> <p><span style="font-weight: 400;">Independence Stele celebrates Kazakhstan’s independence, achieved in 1991 basically it is a tall pillar that serves as an ideal marker for finding your bearings in the city. This </span><b>Important monument in Kazakhstan </b><span style="font-weight: 400;">is 154 ft tall and features a golden eagle with spread wings on top. Above it, you can see an orb that represents the sun, making it seem like a 3D image of Kazakhstan’s flag. High above in the sky, the eagle spreads its wings wide and far, signifying warmth, openness and the welcoming people of Kazakhstan. This makes a useful marker of where you are in this large city seen from a distance. At the top is a national symbol of the nation and this national monument in Kazakhstan marks the independence of the country on 16 December 1991; the last Soviet republic to declare independence</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Bukhar-Zhyrau Ave., Karaganda Kazakhstan</span></p> <h3><b>5. Monument Mining Glory</b></h3> <p><img class="aligncenter wp-image-21593 size-full" title="Monument Mining Glory" src="/wp-content/uploads/2020/04/Monument-Mining-Glory.jpg" alt="national monuments in Kazakhstan, historical monuments in Kazakhstan, top monuments in Kazakhstan, unique monuments in Kazakhstan" width="406" height="327" srcset="/wp-content/uploads/2020/04/Monument-Mining-Glory.jpg 406w, /wp-content/uploads/2020/04/Monument-Mining-Glory-300x242.jpg 300w" sizes="(max-width: 406px) 100vw, 406px"/></p> <p><span style="font-weight: 400;">This monument is a must-see in Karaganda. It is the symbol of the city, and many tourists come here to take photos. Monument Mining Glory is located opposite the miner’s cultural palace, which is an impressive piece of architecture. This </span><b>iconic monument in Kazakhstan</b><span style="font-weight: 400;"> depicts two coal miners proudly holding a large piece of coal aloft. It is a city that was primarily built on coal mining, this is the perfect sculpture. It has been standing at the entrance to the park for over forty years with lots of activities for children, the park directly behind the monument is a family park. Including the Independence Stella, Eco-Museum and Pushkin statue, these are the other nearby attractions.</span></p> <p><strong>Read more: <a href="/blog/10-most-visited-museums-in-amsterdam/" target="_blank" rel="dofollow">Most Visited Museums in Amsterdam</a></strong></p> <p><b>Address:</b><span style="font-weight: 400;"> Bukhar Zhyrau Avenue, Karaganda Kazakhstan.</span></p> <h3><b>6. Fountain Circus</b></h3> <p><img class="aligncenter wp-image-21594 size-full" title="Fountain Circus" src="/wp-content/uploads/2020/04/Fountain-Circus.jpg" alt="popular monuments in Kazakhstan, ancient monuments in Kazakhstan, old monuments in Kazakhstan, most visited monuments in Kazakhstan, beautiful monuments in Kazakhstan, monuments to see in Kazakhstan, monuments to visit in Kazakhstan" width="386" height="320" srcset="/wp-content/uploads/2020/04/Fountain-Circus.jpg 386w, /wp-content/uploads/2020/04/Fountain-Circus-300x249.jpg 300w" sizes="(max-width: 386px) 100vw, 386px"/></p> <p><span style="font-weight: 400;">An inexpensive entertainment, Fountain Circus is the venue for both local and international circuses. The Circus building looks like a huge alien spaceship placed in the center of the city. The circus includes the art of clownery, gymnastics, acrobatics, illusions and tricks, animal shows and so on. Fountain Circus housed in a saucer-like building with flashing lights on the roof displaying the dramatic part of the city skyline. The inside part of this </span><b>unique monument in Kazakhstan</b><span style="font-weight: 400;"> consists of a large ring and 2,000 seats. In recent years, Astana has hosted a number of award-winning international circus shows. The aerial artists are the show stars who perform an unusual act of flip-flop above the ground. Another entertainment part of the circus are clowns whose act can easily make people laugh. Most beautiful place with sculptures of animals, Kazakhstan national tale heroes and also graced by a lovely fountain.</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Kabanbai Batyr Ave., 5, Nur-Sultan Kazakhstan</span></p> <p><span style="font-weight: 400;"> </span><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- Article Ad Middle 2 --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="3099738967" data-ad-format="auto" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></p> <h3><b>7. Beatles Monument</b></h3> <p><img class="aligncenter wp-image-21595 size-full" title="Beatles Monument" src="/wp-content/uploads/2020/04/Beatles-Monument.jpg" alt="popular monuments in Kazakhstan, ancient monuments in Kazakhstan, old monuments in Kazakhstan, most visited monuments in Kazakhstan, beautiful monuments in Kazakhstan, monuments to see in Kazakhstan, monuments to visit in Kazakhstan" width="382" height="302" srcset="/wp-content/uploads/2020/04/Beatles-Monument.jpg 382w, /wp-content/uploads/2020/04/Beatles-Monument-300x237.jpg 300w" sizes="(max-width: 382px) 100vw, 382px"/></p> <p><span style="font-weight: 400;">The monument to the famous British rock band name ‘The Beatles’, was erected on Mount Kok-Tobe on May 15, 2007. Made of bronze, sculptor Eduard Ghazaryan. On the composition, sitting with a guitar in his hand, John Lennon, George Harrison, Ringo Starr and Paul McCartney are depicted standing. With their music playing as you walk nearby you will see the nice sculptures of the Beatles. It’s in a park/play area that appeared to have lots of activities that would be open “in season”, but were not open in snowy November. At the top of the funicular ride, so it’s fun getting there and it is located in the upper part of Almaty.</span></p> <p><strong>Read more: </strong><a href="/blog/best-10-reasons-to-visit-amsterdam/" target="_blank" rel="dofollow">Reasons to Visit Amsterdam</a></p> <p><b>Address:</b><span style="font-weight: 400;"> Park Kok Tobe, Almaty Kazakhstan.</span></p> <h3><b>8. Triumphal Arch Mangilik El</b></h3> <p><img class="aligncenter wp-image-21596 size-full" title="Triumphal Arch Mangilik El" src="/wp-content/uploads/2020/04/Triumphal-Arch-Mangilik-El.jpg" alt="popular monuments in Kazakhstan, ancient monuments in Kazakhstan, old monuments in Kazakhstan, most visited monuments in Kazakhstan, beautiful monuments in Kazakhstan, monuments to see in Kazakhstan, monuments to visit in Kazakhstan" width="404" height="346" srcset="/wp-content/uploads/2020/04/Triumphal-Arch-Mangilik-El.jpg 404w, /wp-content/uploads/2020/04/Triumphal-Arch-Mangilik-El-300x257.jpg 300w" sizes="(max-width: 404px) 100vw, 404px"/></p> <p><span style="font-weight: 400;">Although quite a walk from the center, about thirty minutes from the Bishkek Tower, it’s well worth taking the time to admire this monument. The monument is located between 2 busy streets and situated a fair distance from the main center. In the center of a busy roundabout, it still has moments of serenity and it’s easy to cross the road and admire up close. There are some great photo opportunities and the detail on the arches structure is impressive with the city’s welcoming sign. Spotlessly clean and peaceful at times, standing in the centre can be a moving experience and makes the long walk worthwhile. Just to the West of the arch, there’s a lovely area with sculptures and planting which make the area really presentable and gives a good perspective of the arch.  There are underground passes to get to this </span><b>old monument in Kazakhstan</b><span style="font-weight: 400;">, and this is your best chance to take a pic with a ‘I love Astana’ sign in it. The arch is fairly large and has Kazkah warriors on the sides.</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Orynbor Street, Nur-Sultan 010000 Kazakhstan</span></p> <h3><b>9. Fountain Drevo Zhizni</b></h3> <p><img class="aligncenter wp-image-21597 size-full" title="Fountain Drevo Zhizni" src="/wp-content/uploads/2020/04/Fountain-Drevo-Zhizni.jpg" alt="popular monuments in Kazakhstan, ancient monuments in Kazakhstan, old monuments in Kazakhstan, most visited monuments in Kazakhstan, beautiful monuments in Kazakhstan, monuments to see in Kazakhstan, monuments to visit in Kazakhstan" width="392" height="344" srcset="/wp-content/uploads/2020/04/Fountain-Drevo-Zhizni.jpg 392w, /wp-content/uploads/2020/04/Fountain-Drevo-Zhizni-300x263.jpg 300w" sizes="(max-width: 392px) 100vw, 392px"/></p> <p><span style="font-weight: 400;">With kids and those who just want to enjoy warm sun, it is a small park very popular among locals near an authentic Fontaine. This </span><b>top monument in Kazakhstan</b><span style="font-weight: 400;"> is located in the old part of the city that is very clean and nice and it is also near the old central city square and Russian Drama Theatre. If you critically analyze this place, there is not much to see, it’s just a small fountain in a small and nice park in the city center. The thing that makes it famous is that it is very close to the president’s museum and other touristic spots.</span></p> <p><strong>Read more: </strong><a href="/blog/top-10-beautiful-national-parks-in-amsterdam/" target="_blank" rel="dofollow">Beautiful National Parks in Amsterdam</a></p> <p><b>Address:</b><span style="font-weight: 400;"> Zhana Alana Square, Nur-Sultan 010000 Kazakhstan.</span></p> <p><span style="font-weight: 400;"> <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br/> <!-- Footer Link Ad --><br/> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-2335023776154548" data-ad-slot="8194307725" data-ad-format="link" data-full-width-responsive="true"></ins><br/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></span></p> <h3><b>10. Monument to Cosmonautics</b></h3> <p><img class="aligncenter wp-image-21598 size-full" title="Monument to Cosmonautics" src="/wp-content/uploads/2020/04/Monument-to-Cosmonautics.jpg" alt="popular monuments in Kazakhstan, ancient monuments in Kazakhstan, old monuments in Kazakhstan, most visited monuments in Kazakhstan, beautiful monuments in Kazakhstan, monuments to see in Kazakhstan, monuments to visit in Kazakhstan" width="373" height="262" srcset="/wp-content/uploads/2020/04/Monument-to-Cosmonautics.jpg 373w, /wp-content/uploads/2020/04/Monument-to-Cosmonautics-300x211.jpg 300w" sizes="(max-width: 373px) 100vw, 373px"/></p> <p><span style="font-weight: 400;">Monument to Cosmonautics is a monument that is reflecting the explorations of Gagarin and other cosmonauts. Most of them stayed in the beautiful Hotel Chaika to relax, which is not far from the monument. For cosmonauts coming back from ISS (International Space Station)in Karaganda, there is still a landing zone. Very few know that this most </span>important monument in Kazakhstan<span style="font-weight: 400;"> is part of the old Soviet propaganda. In 1961, Yuri Gagarin was the first human in space and lived between 1934-1968. Vostok 3KA-3, the name of his spaceship, took off from the Baikonur Cosmodrome in Kazakhstan. After achieving this he received many honors and awards during his life, unfortunately, crashing a jet fighter during a test flight his life ended in an untimely manner and he had only one trip into space. On Erubaev Street, this monument is a short walk after taking bus # 7. On the opposite side of the street, then run north on Prospekt Lenina, there are marshrutkas that park, the Abay statue is a short walk behind the Gagarin monument.</span></p> <p><b>Address:</b><span style="font-weight: 400;"> Gagarina Sq., Karaganda 100422 Kazakhstan</span></p> <p><span style="font-weight: 400;">So far we have discussed the </span><b>best monuments in Kazakhstan</b><span style="font-weight: 400;">, which contains the proper information regarding all the </span><b>most visited monuments in Kazakhstan.</b><span style="font-weight: 400;"> I hope you might have loved reading this article and if you love to know more about Kazakhstan then kindly head to our other articles as well which will help you to get knowledge about.</span></p> <p>The post <a rel="dofollow" href="/blog/most-visited-monuments-in-kazakhstan/">Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan</a> appeared first on <a rel="dofollow" href="">World Tour &amp; Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel</a>.</p> <br/> </div> <div class="post p-0"> <div class="post-state-details"> <div> <div class="customtooltip" onclick="OpenLikePeoplePopup(0,5788,3)"> <p class="like-count"><i class="fal fa-thumbs-up"></i><span id="ElementCount5788" data="0">0 Like</span></p> <span class="tooltiptext">0</span> </div> </div> <p class="comments-count" id="CommentCount5788" data="0"><i class="far fa-comment"></i> 0 <span>Comments</span></p> </div> <div class="post-state"> <div class="post-state-btns text-primary" onclick="RedirectToLogin()"> <i class="uil-thumbs-up"></i> <span> Like </span> </div> <div class="post-state-btns" onclick="RedirectToLogin()"> <i class="uil-comment"></i> <span> Comments</span> </div> </div> <div id="DivCommentLoader5788" style="display:none" class="commentloader"></div> <div id="CommentDiv5788"></div> </div> </div> </div> <div class="col-md-3 responsive-3"> <!-- Ezoic - sidebar - sidebar --> <div id="ezoic-pub-ad-placeholder-152"> </div> <!-- End Ezoic - sidebar - sidebar --> <h3>Similar Post</h3> <ul class="suggestionul"> <li><a href="/blog/paris-hotels-near-les-invalides/" target="_blank">Paris hotels near Les Invalides | Best Hotel Near Les Invalides, Paris </a></li> <li><a href="/blog/a-route-guide-to-rech-the-city-palace-in-jaipur/" target="_blank">A Route Guide to Reach the City Palace in Jaipur</a></li> <li><a href="/blog/two-more-beaches-in-india-get-the-prestigious-blue-flag-certification/" target="_blank">Two more beaches in India get the prestigious Blue Flag certification</a></li> <li><a href="/blog/best-weekend-getaways-in-washington-state/" target="_blank">10 Best Weekend Getaways in Washington State</a></li> <li><a href="/blog/how-do-i-find-a-suitable-healthcare-provider-in-canada/" target="_blank">How do I find a suitable healthcare provider in Canada?</a></li> <li><a href="/blog/what-are-the-best-eco-friendly-practices-for-horseback-riding-in-canadas-wildern/" target="_blank">What are the best eco-friendly practices for horseback riding in Canada&#39;s wilderness?</a></li> <li><a href="/blog/paris-hotels-near-pantheon/" target="_blank">Paris hotels near Pantheon | Best Hotel Near Pantheon, Paris </a></li> <li><a href="/blog/10-best-water-parks-in-sydney/" target="_blank">10 Best Water Parks in Sydney | Indoor Water Parks in Sydney</a></li> <li><a href="/blog/top-10-best-surf-spots-in-california-surf-beaches-in-california/" target="_blank">Top 10 Best Surf Spots in California | Surf Beaches in California</a></li> <li><a href="/blog/discover-what-is-los-angeles-known-for/" target="_blank">Discover What is Los Angeles Known For | Why Los Angeles is Famous ?</a></li> <li><a href="/blog/india-airports-will-randomly-screen-international-passengers/" target="_blank">India: Airports will randomly screen international passengers</a></li> <li><a href="/blog/holiday-magic-in-costa-mesa-will-make-this-winter-special/" target="_blank">Holiday Magic in Costa Mesa will make this winter special</a></li> <li><a href="/blog/top-12-places-to-visit-in-istanbul-during-winter/" target="_blank">Top 12 Places to Visit in Istanbul During Winter | Winter in Istanbul</a></li> <li><a href="/blog/hotels-near-piazza-san-marco-venice/" target="_blank">Hotels Near Piazza San Marco Venice I Hotels Near St. Mark’s Square</a></li> <li><a href="/blog/famous-road-trips-to-canada/" target="_blank">10 Best Road Trips in Canada | Famous Road Trips to Canada</a></li> <li><a href="/blog/discover-what-is-washington-known-for/" target="_blank">Discover What is Washington Known For | Why Washington is Famous ?</a></li> <li><a href="/blog/top-places-to-visit-in-lebanon-2021/" target="_blank">Latest Travel Restrictions to Lebanon During COVID-19 | Top 5 Places to Visit in Lebanon 2021</a></li> <li><a href="/blog/most-recent-europe-covid-regulations-that-apply-to-you/" target="_blank">Tested Positive While on Holiday in Europe? Here are the most recent COVID regulations that apply to you.</a></li> <li><a href="/blog/famous-monuments-in-bangladesh/" target="_blank">Famous Monuments in Bangladesh | Most Visited Monuments in Bangladesh </a></li> <li><a href="/blog/best-beaches-to-visit-in-salzburg/" target="_blank">Top 10 Beaches in Salzburg Austria | Best Beaches to Visit in Salzburg</a></li> </ul> </div> </div> </div> <div class="processing" style="display: none" id="divgloballoader"> <div class="center"> <span style="color:red;"><i style="font-size:14pt; font-weight:bold; opacity:1!important; margin-top:4px;" class="fa fa-spin fa-spinner"></i> Loading...</span> </div> </div> <!-- javaScripts ================================================== --> <script src="/assets/js/uikit.js"></script> <script src="/assets/js/simplebar.js"></script> <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/css/toastr.css" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.0.1/js/toastr.js"></script> <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script type="text/javascript"> function GlobalLoader(_value, Obj) { if (Obj) { if (_value) { $(Obj).css("display", "block") } else { $(Obj).css("display", "none") } setTimeout(function () { $(Obj).css("display", "none"); }, 30000); } } </script> <script src="/js/CommonApplicationJs.js"></script> <script src="/js/Feed.js"></script> <script>__ez.queue.addFile('/tardisrocinante/vitals.js', '/tardisrocinante/vitals.js?gcb=0&cb=3', false, ['/parsonsmaize/mulvane.js'], true, false, true, false);</script> <script>var _audins_dom="adequatetravel_com",_audins_did=315690;__ez.queue.addDelayFunc("audins.js","__ez.script.add", "//go.ezodn.com/detroitchicago/audins.js?cb=3");</script><noscript><div style="display:none;"><img src="//pixel.quantserve.com/pixel/p-31iz6hfFutd16.gif?labels=Domain.adequatetravel_com,DomainId.315690" border="0" height="1" width="1" alt="Quantcast"/></div></noscript> <script>__ez.queue.addFile('/beardeddragon/drake.js', '/beardeddragon/drake.js?gcb=0&cb=8', false, [], true, false, true, false);</script> <script type="text/javascript" style='display:none;'>var __ez_dims = (function() { var setCookie = function( name, content, expiry ) { return document.cookie = name+'='+content+((expiry)?';expires='+(new Date(Math.floor(new Date().getTime()+expiry*1000)).toUTCString()):'')+';path=/'; }; var ffid = 1; var oh = window.screen.height; var ow = window.screen.width; var h = ffid === 1 ? oh : (oh > ow) ? oh : ow; var w = ffid === 1 ? ow : (oh > ow) ? ow : oh; var uh = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName('body')[0].clientHeight; var uw = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth; var setAllCookies = function() { setCookie('ezds', encodeURIComponent('ffid='+ffid+',w='+w+',h='+h), (31536e3*7)); setCookie('ezohw', encodeURIComponent('w='+uw+',h='+uh), (31536e3*7)); }; if (window.ezTcfConsent && window.ezTcfConsent.loaded) { if (window.ezTcfConsent.understand_audiences) { setAllCookies(); } } else if (typeof getEzConsentData === "function") { getEzConsentData().then(function (ezTcfConsent) { if (ezTcfConsent && ezTcfConsent.loaded) { if (ezTcfConsent.understand_audiences) { setAllCookies(); } } else { console.error("cannot get ez consent data"); setAllCookies(); } }); } else { console.error("getEzConsentData is not a function"); setAllCookies(); } })();</script> <script type='text/javascript' style='display:none;' async>__ez.queue.addFile('/parsonsmaize/chanute.js', '/parsonsmaize/chanute.js?a=a&cb=9&dcb=195-0&shcb=34', true, ['/parsonsmaize/mulvane.js'], true, false, false, false);</script> <script type='text/javascript' style='display:none;' async>__ez.queue.addFile('/porpoiseant/jellyfish.js', '/porpoiseant/jellyfish.js?a=a&cb=13&dcb=195-0&shcb=34', false, [], true, false, false, false);</script> <script>if(typeof _ezaq!=="undefined"&&typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof __ezDotData=="function"){if("cookieDeprecationLabel"in navigator){navigator.cookieDeprecationLabel.getValue().then((label)=>{__ez.bit.AddAndFire(_ezaq["page_view_id"],[new __ezDotData("chrome_cookie_deprecation_label",label),]);});}}</script><script data-cfasync="false">function _emitEzConsentEvent(){var customEvent=new CustomEvent("ezConsentEvent",{detail:{ezTcfConsent:window.ezTcfConsent},bubbles:true,cancelable:true,});document.dispatchEvent(customEvent);} (function(window,document){function _setAllEzConsentTrue(){window.ezTcfConsent.loaded=true;window.ezTcfConsent.store_info=true;window.ezTcfConsent.develop_and_improve_services=true;window.ezTcfConsent.measure_ad_performance=true;window.ezTcfConsent.measure_content_performance=true;window.ezTcfConsent.select_basic_ads=true;window.ezTcfConsent.create_ad_profile=true;window.ezTcfConsent.select_personalized_ads=true;window.ezTcfConsent.create_content_profile=true;window.ezTcfConsent.select_personalized_content=true;window.ezTcfConsent.understand_audiences=true;window.ezTcfConsent.use_limited_data_to_select_content=true;window.ezTcfConsent.select_personalized_content=true;} function _clearEzConsentCookie(){document.cookie="ezCMPCookieConsent=tcf2;Domain=.adequatetravel.com;Path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT";} _clearEzConsentCookie();if(typeof window.__tcfapi!=="undefined"){window.ezgconsent=false;var amazonHasRun=false;function _ezAllowed(tcdata,purpose){return(tcdata.purpose.consents[purpose]||tcdata.purpose.legitimateInterests[purpose]);} function _reloadAds(){if(typeof window.ezorefgsl==="function"&&typeof window.ezslots==="object"){if(typeof __ezapsFetchBids=="function"&&amazonHasRun===false){ezapsFetchBids(__ezaps);if(typeof __ezapsVideo!="undefined"){ezapsFetchBids(__ezapsVideo,"video");} amazonHasRun=true;} var slots=[];for(var i=0;i<window.ezslots.length;i++){if(window[window.ezslots[i]]&&typeof window[window.ezslots[i]]==="object"){slots.push(window[window.ezslots[i]]);}else{setTimeout(_reloadAds,100);return false;}} for(var i=0;i<slots.length;i++){window.ezorefgsl(slots[i]);}}else if(!window.ezadtimeoutset){window.ezadtimeoutset=true;setTimeout(_reloadAds,100);}} function _handleConsentDecision(tcdata){window.ezTcfConsent.loaded=true;if(!tcdata.vendor.consents["347"]&&!tcdata.vendor.legitimateInterests["347"]){window._emitEzConsentEvent();return;} window.ezTcfConsent.store_info=_ezAllowed(tcdata,"1");window.ezTcfConsent.develop_and_improve_services=_ezAllowed(tcdata,"10");window.ezTcfConsent.measure_content_performance=_ezAllowed(tcdata,"8");window.ezTcfConsent.select_basic_ads=_ezAllowed(tcdata,"2");window.ezTcfConsent.create_ad_profile=_ezAllowed(tcdata,"3");window.ezTcfConsent.select_personalized_ads=_ezAllowed(tcdata,"4");window.ezTcfConsent.create_content_profile=_ezAllowed(tcdata,"5");window.ezTcfConsent.measure_ad_performance=_ezAllowed(tcdata,"7");window.ezTcfConsent.use_limited_data_to_select_content=_ezAllowed(tcdata,"11");window.ezTcfConsent.select_personalized_content=_ezAllowed(tcdata,"6");window.ezTcfConsent.understand_audiences=_ezAllowed(tcdata,"9");window._emitEzConsentEvent();} __tcfapi("addEventListener",2,function(tcdata,success){if(!success||!tcdata){window._emitEzConsentEvent();return;} if(!tcdata.gdprApplies){_setAllEzConsentTrue();window._emitEzConsentEvent();return;} if(tcdata.eventStatus==="useractioncomplete"||tcdata.eventStatus==="tcloaded"){_handleConsentDecision(tcdata);if(tcdata.purpose.consents["1"]===true&&tcdata.vendor.consents["755"]!==false){window.ezgconsent=true;(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0;_reloadAds();}else{_reloadAds();} if(window.__ezconsent){__ezconsent.setEzoicConsentSettings(ezConsentCategories);} __tcfapi("removeEventListener",2,function(success){return null;},tcdata.listenerId);if(!(tcdata.purpose.consents["1"]===true&&_ezAllowed(tcdata,"2")&&_ezAllowed(tcdata,"3")&&_ezAllowed(tcdata,"4"))){if(typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof window["_ezaq"]=="object"&&typeof window["_ezaq"]["page_view_id"]=="string"){__ez.bit.AddAndFire(window["_ezaq"]["page_view_id"],[new __ezDotData("non_personalized_ads",true),]);}}}});}else{_setAllEzConsentTrue();window._emitEzConsentEvent();}})(window,document);</script></body></html>
fineweb
{ "fineweb_metadata": { "text": "If you want to explore the history of Kazakhstan through the ages there are a number of historical monuments in Kazakhstan including the time-honored buildings, palaces, and parks where you can learn about the glorious past of Kazakhstan. The presence of these monuments of Kazakhstan will take you on a walk through the country’s rich history. If you are willing to have in-depth historical information about Kazakhstan, we recommend that you take a wonderful guided tour to cover the major historical attractions. Also, check the opening and closing time for each so that you can organize your time. Make sure that you go through the complete list of historical sites in Kazakhstan for a great trip:\nMonuments in Kazakhstan\n1. Bayterek Tower\nLocated in Astana, Kazakhstan, with the intention of imparting meaning to visitors and citizens alike. Every element of Bayterek Tower was designed, right down to the height of the tower, to represent 1997, the year in which Astana was named the capital of Kazakhstan which stands 97 meters tall. More than just a unique artistic flourish, the unusual construction of the tower is worth visiting. The golden sphere that rests on top of the pointed spires of the tower is meant to symbolize an egg nestled amongst tree limbs – a nod to an age-old local folktale about happiness and beginnings, focusing on a bird who laid its egg in the sacred tree of life. This famous monument in Kazakhstan provides visitors sweeping views of the city skyline of Astana. It also has a small cafe where you can take a rest to enjoy a coffee and ice cream. Worth a visit if you are in Astana.\nRead more: Famous Haunted Places in Amsterdam\nAddress: Vodno-Zelyony Blvd., Nur-Sultan 010000 Kazakhstan.\n2. Independence Square and Kazak Eli Monument\nOn the Independence Square, there is an independent Memorial pillar up to 91 meters, which symbolizes Kazakhstan’s independence in 1991. At the top of the memorial pillar is a gilded bird named Samruk. Hebei manufacturers shipped the bronze works to Beijing and then from Beijing to Astana for assembly, gilding, installation and final products. A large square with the main attractions nearby such as the Hazrat Mosque and the National Museum. This popular monument in Kazakhstan follows the grandness of the other structures across Astana and a nice place to relax to pass some time. The major military procession takes place here and other events\nAddress: Prospekt Tayelsizdik, Nur-Sultan Kazakhstan.\n3. Glory Memorial (Almaty)\nDuring the second world war over 600,000, Kazakhstan soldiers were killed. The wall on the right-hand side is dedicated to the soldiers who died in WW2. The wall on the left-hand side is dedicated to Red Army soldiers who died in the Russian civil war. In the central section of the memorial area, is the eternal flame, which is on a rectangular black tiled base. A white marble slab with Russian inscriptions is also placed here. Near to the wall on the right is another small black tiled area with two plaques, one of which has the dates 1912-1960. The inscription was only in Russian here. At the eastern end of the memorial, was quite a few square concrete structures with stars on them. We assumed that this area was dedicated to the soldiers who received stars for bravery. There are other attractions nearby in this most beautiful monument in Kazakhstan, including the Afghan monument, Museum of Musical Instruments, Military Museum, and Alley of Heads of State.\nAddress: Park Named After Panfilov’s 28 Guardsmen, Almaty Kazakhstan.\nRead more: Best Theme Parks of Amsterdam\n4. Independence Stele\nIndependence Stele celebrates Kazakhstan’s independence, achieved in 1991 basically it is a tall pillar that serves as an ideal marker for finding your bearings in the city. This Important monument in Kazakhstan is 154 ft tall and features a golden eagle with spread wings on top. Above it, you can see an orb that represents the sun, making it seem like a 3D image of Kazakhstan’s flag. High above in the sky, the eagle spreads its wings wide and far, signifying warmth, openness and the welcoming people of Kazakhstan. This makes a useful marker of where you are in this large city seen from a distance. At the top is a national symbol of the nation and this national monument in Kazakhstan marks the independence of the country on 16 December 1991; the last Soviet republic to declare independence\nAddress: Bukhar-Zhyrau Ave., Karaganda Kazakhstan\n5. Monument Mining Glory\nThis monument is a must-see in Karaganda. It is the symbol of the city, and many tourists come here to take photos. Monument Mining Glory is located opposite the miner’s cultural palace, which is an impressive piece of architecture. This iconic monument in Kazakhstan depicts two coal miners proudly holding a large piece of coal aloft. It is a city that was primarily built on coal mining, this is the perfect sculpture. It has been standing at the entrance to the park for over forty years with lots of activities for children, the park directly behind the monument is a family park. Including the Independence Stella, Eco-Museum and Pushkin statue, these are the other nearby attractions.\nRead more: Most Visited Museums in Amsterdam\nAddress: Bukhar Zhyrau Avenue, Karaganda Kazakhstan.\n6. Fountain Circus\nAn inexpensive entertainment, Fountain Circus is the venue for both local and international circuses. The Circus building looks like a huge alien spaceship placed in the center of the city. The circus includes the art of clownery, gymnastics, acrobatics, illusions and tricks, animal shows and so on. Fountain Circus housed in a saucer-like building with flashing lights on the roof displaying the dramatic part of the city skyline. The inside part of this unique monument in Kazakhstan consists of a large ring and 2,000 seats. In recent years, Astana has hosted a number of award-winning international circus shows. The aerial artists are the show stars who perform an unusual act of flip-flop above the ground. Another entertainment part of the circus are clowns whose act can easily make people laugh. Most beautiful place with sculptures of animals, Kazakhstan national tale heroes and also graced by a lovely fountain.\nAddress: Kabanbai Batyr Ave., 5, Nur-Sultan Kazakhstan\n7. Beatles Monument\nThe monument to the famous British rock band name ‘The Beatles’, was erected on Mount Kok-Tobe on May 15, 2007. Made of bronze, sculptor Eduard Ghazaryan. On the composition, sitting with a guitar in his hand, John Lennon, George Harrison, Ringo Starr and Paul McCartney are depicted standing. With their music playing as you walk nearby you will see the nice sculptures of the Beatles. It’s in a park/play area that appeared to have lots of activities that would be open “in season”, but were not open in snowy November. At the top of the funicular ride, so it’s fun getting there and it is located in the upper part of Almaty.\nRead more: Reasons to Visit Amsterdam\nAddress: Park Kok Tobe, Almaty Kazakhstan.\n8. Triumphal Arch Mangilik El\nAlthough quite a walk from the center, about thirty minutes from the Bishkek Tower, it’s well worth taking the time to admire this monument. The monument is located between 2 busy streets and situated a fair distance from the main center. In the center of a busy roundabout, it still has moments of serenity and it’s easy to cross the road and admire up close. There are some great photo opportunities and the detail on the arches structure is impressive with the city’s welcoming sign. Spotlessly clean and peaceful at times, standing in the centre can be a moving experience and makes the long walk worthwhile. Just to the West of the arch, there’s a lovely area with sculptures and planting which make the area really presentable and gives a good perspective of the arch. There are underground passes to get to this old monument in Kazakhstan, and this is your best chance to take a pic with a ‘I love Astana’ sign in it. The arch is fairly large and has Kazkah warriors on the sides.\nAddress: Orynbor Street, Nur-Sultan 010000 Kazakhstan\n9. Fountain Drevo Zhizni\nWith kids and those who just want to enjoy warm sun, it is a small park very popular among locals near an authentic Fontaine. This top monument in Kazakhstan is located in the old part of the city that is very clean and nice and it is also near the old central city square and Russian Drama Theatre. If you critically analyze this place, there is not much to see, it’s just a small fountain in a small and nice park in the city center. The thing that makes it famous is that it is very close to the president’s museum and other touristic spots.\nRead more: Beautiful National Parks in Amsterdam\nAddress: Zhana Alana Square, Nur-Sultan 010000 Kazakhstan.\n10. Monument to Cosmonautics\nMonument to Cosmonautics is a monument that is reflecting the explorations of Gagarin and other cosmonauts. Most of them stayed in the beautiful Hotel Chaika to relax, which is not far from the monument. For cosmonauts coming back from ISS (International Space Station)in Karaganda, there is still a landing zone. Very few know that this most important monument in Kazakhstan is part of the old Soviet propaganda. In 1961, Yuri Gagarin was the first human in space and lived between 1934-1968. Vostok 3KA-3, the name of his spaceship, took off from the Baikonur Cosmodrome in Kazakhstan. After achieving this he received many honors and awards during his life, unfortunately, crashing a jet fighter during a test flight his life ended in an untimely manner and he had only one trip into space. On Erubaev Street, this monument is a short walk after taking bus # 7. On the opposite side of the street, then run north on Prospekt Lenina, there are marshrutkas that park, the Abay statue is a short walk behind the Gagarin monument.\nAddress: Gagarina Sq., Karaganda 100422 Kazakhstan\nSo far we have discussed the best monuments in Kazakhstan, which contains the proper information regarding all the most visited monuments in Kazakhstan. I hope you might have loved reading this article and if you love to know more about Kazakhstan then kindly head to our other articles as well which will help you to get knowledge about.\nThe post Most Visited Monuments in Kazakhstan l Famous Monuments in Kazakhstan appeared first on World Tour & Travel Guide, Get Travel Tips, Information, Discover Travel Destination | Adequate Travel.", "id": "<urn:uuid:882cde80-a736-40e5-b3b2-5b833db1cd0e>", "dump": "CC-MAIN-2024-10", "url": "https://adequatetravel.com/blog/most-visited-monuments-in-kazakhstan/", "date": "2024-02-25T08:26:32", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9463493227958679, "token_count": 2267 } }
<urn:uuid:da537381-f467-48fc-b367-96be6767465f>
<!-- Footer Scripts --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="csrf-token" content="yocqk2SZlm7PscrdIGvaGyXeyMWHsWo9NlHEQ1Nv" /> <link rel="apple-touch-icon" sizes="180x180" href="//adoption.com/app5//img/favicon/apple-touch-icon-180x180.png" /> <link rel="icon" type="image/png" sizes="32x32" href="//adoption.com/app5//img/favicon/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="96x96" href="//adoption.com/app5//img/favicon/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="16x16" href="//adoption.com/app5//img/favicon/favicon-16x16.png" /> <link rel="manifest" href="//adoption.com/app5//manifest.json" /> <link rel="mask-icon" href="//adoption.com/app5//img/favicon/safari-pinned-tab.svg" color="#ce3a30" /> <meta name="msapplication-TileColor" content="#ce3a30" /> <meta name="theme-color" content="#ce3a30" /> <meta name="application-name" content="Adoption.com" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-title" content="Adoption.com" /> <title>Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family | Adoption.com</title> <meta name="description" content="Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the world is to have a permanent family. He understands that onc..." /> <meta property="og:image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta property="og:title" content="Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family" /> <meta property="og:description" content="Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the worl..." /> <meta itemprop="name" content="Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family" /> <meta itemprop="description" content="Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the worl..." /> <meta itemprop="image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@adoption" /> <meta name="twitter:title" content="Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family" /> <meta name="twitter:description" content="Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the worl..." /> <meta name="twitter:image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta name="twitter:domain" content="adoption.com" /> <link rel="canonical" href="https://adoption.com/lorenzo-resiliemt-young-man-seeking-love-safety-family" /> <script> var baseUrl = "//adoption.com"; var assetUrl = "//adoption.com/app5"; var isTouchDevice = 'ontouchstart' in document.documentElement; var ipAddress = "18.207.129.175"; </script> <script id="google-dfp"> var dfpCategory = ["Foster Care","News","Zone-HAP"]; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; // Define adunits slots Oop = {}; screenWidth = (window.innerWidth || document.documentElement.clientWidth || screen.width); googletag.cmd.push(function() { if (screenWidth > 1170) { Header = googletag.defineSlot("/108501098/Header", [[1170,200]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[1170,200]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[1170,200]], "dfp-Content_B").addService(googletag.pubads()); } if (screenWidth >= 768 && screenWidth <= 1170) { Header = googletag.defineSlot("/108501098/Header", [[728,150],[728,90]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[728,150],[728,90]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[728,150],[728,90]], "dfp-Content_B").addService(googletag.pubads()); } if (screenWidth < 768) { Header = googletag.defineSlot("/108501098/Header", [[320,100],[300,250]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[300,250]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[300,250]], "dfp-Content_B").addService(googletag.pubads()); } }); googletag.cmd.push(function () { // Custom slots defination ; // Targeting releated key value googletag.pubads().setTargeting("uri", "/lorenzo-resiliemt-young-man-seeking-love-safety-family"); googletag.pubads().setTargeting("domain", "adoption.com"); googletag.pubads().setTargeting("category", ["Foster Care","News","Zone-HAP"]); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); // Call services googletag.enableServices(); }); </script> <script> googletag.cmd.push(function () { // Lazy loading googletag.pubads().disableInitialLoad(); }); </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://adoption.com/articles" }, "headline": "Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family", "image": { "@type": "ImageObject", "url": "https:", "height": 1200, "width": 700 }, "datePublished": "2017-10-05T06:00:30+00:00", "dateModified": "2017-10-05T06:00:30+00:00", "author": { "@type": "Person", "name": "Ashley Foster" }, "publisher": { "@type": "Organization", "name": "Adoption.com", "logo": { "@type": "ImageObject", "url": "https://adoption.com/app/img/adoption.com_login_logo.png", "width": 411, "height": 60 } }, "description": "Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the world is to have a permanent family. He understands that once you turn 18 you don’t stop growing and learning. Lorenzo wants a loving family to share his life with. Speaking of adoption he said, “It [&amp;hellip;] " } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://adoption.com/articles" }, "headline": "Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family", "image": { "@type": "ImageObject", "url": "https:", "height": 1200, "width": 700 }, "datePublished": "2017-10-05T06:00:30+00:00", "dateModified": "2017-10-05T06:00:30+00:00", "author": { "@type": "Person", "name": "Ashley Foster" }, "publisher": { "@type": "Organization", "name": "Adoption.com", "logo": { "@type": "ImageObject", "url": "https://adoption.com/app/img/adoption.com_login_logo.png", "width": 411, "height": 60 } }, "description": "Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the world is to have a permanent family. He understands that once you turn 18 you don’t stop growing and learning. Lorenzo wants a loving family to share his life with. Speaking of adoption he said, “It [&amp;hellip;] " } </script> <link href="//adoption.com/app5//css/critical.css?id=bb9c7792d231c52b9d67f4dba9e50ed1" rel="stylesheet" /> <link rel="preload" href="//adoption.com/app5//css/app.css?id=86c6ac706078aa5bae6eae60f54564cc" as="style" onload="this.onload=null;this.rel='stylesheet'" /> <link media="all" type="text/css" rel="stylesheet" href="//adoption.com/app5//build/article.css?id=9d858fa7f2f49d1b664f2276ed943075"> </head> <body> <div id="app"> <div class="no-margin featured-sponsor-header" id="featured-sponsor-TopHeadline"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function (event) { //Params - type(TopHeadline,ServiceBox,GuideSlides,LeaderBoard), category, uri, domain elevati.featuredSponsor.widget.get('TopHeadline'); }); </script> </div> <header> <div class="mb-4 p-m-0"> <div class="shadow-sm pt-0 p-m-0 pb-0"> <nav class="navbar navbar-expand-md navbar-dark px-2 pb-0 pb-lg-2 pb-xl-2 brand-menu bg-white sticky-top"> <button class="navbar-toggler collapsed rounded-0 py-4 py-sm-2 bg-light ml-md-0 ml-lg-0 d-block d-xl-none text-left" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="true" aria-label="Toggle navigation"> <i class="fas fa-bars text-muted"></i> </button> <div class="col-xl-2 col-lg-3 col-md-4 col-sm-8 col-7 p-0 text-md-center text-lg-center"> <a class="navbar-brand" href="https://adoption.com"> <img src="//adoption.com/app5/img/adoption.com_login_logo.png" width="180" height="26" alt="Adoption.Com Logo" class="img-fluid" /> </a> </div> <button class="navbar-toggler navbar-search collapsed col-1 rounded-0 p-0" type="button" data-toggle="collapse" data-target="#navbarSearch" aria-controls="navbarSearch" aria-expanded="false" aria-label="Toggle navigation"> <div class="input-group-append"> <a class="text-muted px-0 rounded-0 border-0 ml-auto mr-auto" href="javascript:void(0);" aria-label="Search"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ml-0 mr-0"> <circle cx="10.5" cy="10.5" r="7.5"></circle> <line x1="21" y1="21" x2="15.8" y2="15.8"></line> </svg> </a> </div> </button> <nav class="navbar navbar-expand-lg navbar-light bg-white p-0 topbar-menu px-0 px-md-2 d-none d-md-none d-xl-block"> <div class="navbar-collapse collapse" id="navbarSupportedContent" style> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12182" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pregnant?</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pregnant and considering adoption <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12182"><a href="//adoption.com/support" class="dropdown-item font-size-smaller text-dark">Pregnant & considering adoption?</a> <a href="//adoption.com/choosing-adoption-for-your-baby-guide" class="dropdown-item font-size-smaller text-dark">Guide | Choosing Adoption</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose an Adoptive Family</a> <a href="//adoption.com/ls/free-pregnancy-support-and-counseling" class="dropdown-item font-size-smaller text-dark">Contact an Adoption Professional</a> <a href="//adoption.com/ls/stories-from-birth-mothers" class="dropdown-item font-size-smaller text-dark">Free eBook | Unplanned Pregnancy</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Articles | Unplanned Pregnancy</a> <a href="//adoption.com/directory" class="dropdown-item font-size-smaller text-dark">Find An Adoption Professional</a> <a href="//adoption.com/wiki/Pregnancy" class="dropdown-item font-size-smaller text-dark">Pregnancy Wiki</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28805" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Choose A Family</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Choose family to adopt your child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28805"><a href="//adoption.com/profiles/getting-started" class="dropdown-item font-size-smaller text-dark">Create a Profile</a> <a href="//adoption.com/profiles/faq" class="dropdown-item font-size-smaller text-dark">FAQ</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose a Family</a> <a href="//adoption.com/profiles/choosing-adoptive-family" class="dropdown-item font-size-smaller text-dark">Choosing a Family</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12199" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Adopt</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> How to adopt a child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12199"><a href="//adoption.com/how-to-adopt-a-child-guide" class="dropdown-item font-size-smaller text-dark">Guide | How to Adopt a Child</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Parent Profiles</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/local" class="dropdown-item font-size-smaller text-dark">Local Adoption Guide</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">Photolisting</a> <a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//adoption.com/ls/adopting-a-baby" class="dropdown-item font-size-smaller text-dark">Free eBook</a> <a href="//adoption.com/adopt-a-baby" class="dropdown-item font-size-smaller text-dark">Adopt a Baby</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster & Adoption</a> <a href="//adoption.com/home-study" class="dropdown-item font-size-smaller text-dark">Home Study</a> <a href="//adoption.com/ls/growing-your-family-through-adoption" class="dropdown-item font-size-smaller text-dark">Choose an Adoption Professional</a> <a href="//adoption.com/baby-names" class="dropdown-item font-size-smaller text-dark">Baby Names</a> <a href="//adoption.com/stepchild" class="dropdown-item font-size-smaller text-dark">Stepchild Adoption</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12208" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Reunion</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Reunion <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12208"><a href="//adoption.com/search-and-reunion-guide" class="dropdown-item font-size-smaller text-dark">Guide | Search & Reunion</a> <a href="//registry.adoption.com" class="dropdown-item font-size-smaller text-dark">Reunion Registry</a> <a href="//adoption.com/detectives" class="dropdown-item font-size-smaller text-dark">Adoption Detectives</a> <a href="//adoption.com/ls/reunion-ebook-download" class="dropdown-item font-size-smaller text-dark">Free eBook | Search & Reunion</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Articles | Search & Reunion</a> <a href="//adoption.com/forums/100/adult-adoptees" class="dropdown-item font-size-smaller text-dark">Forums | Adult Adoptee</a> <a href="//adoption.com/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28746" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Professionals</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Professionals <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28746"><a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//www.adoptiondirectory.com/join" class="dropdown-item font-size-smaller text-dark">Add Listing</a> <a href="//adoption.com/professionals" class="dropdown-item font-size-smaller text-dark">For Professionals</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_4389" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Forums</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Forums <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_4389"><a href="//adoption.com/community" class="dropdown-item font-size-smaller text-dark">Community Home</a> <a href="//adoption.com/videos" class="dropdown-item font-size-smaller text-dark">Videos</a> <a href="//adoption.com/community/photo" class="dropdown-item font-size-smaller text-dark">Photos</a> <a href="//adoption.com/blogs" class="dropdown-item font-size-smaller text-dark">Blogs</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_11974" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Articles</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Articles <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_11974"><a href="//adoption.com/articles" class="dropdown-item font-size-smaller text-dark">Articles Home</a> <a href="//adoption.com/guides" class="dropdown-item font-size-smaller text-dark">Adoption Guides</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/articles/adopt" class="dropdown-item font-size-smaller text-dark">How to Adopt</a> <a href="//adoption.com/wiki/Adoption_Celebrities" class="dropdown-item font-size-smaller text-dark">Adoption Celebrities</a> <a href="//adoption.com/wiki/Adoption_Glossary" class="dropdown-item font-size-smaller text-dark">Adoption Glossary</a> <a href="//adoption.com/wiki/Adoption_Laws_in_the_United_States" class="dropdown-item font-size-smaller text-dark">US Adoption Laws</a> <a href="//adoption.com/wiki/Adoption_Quotes" class="dropdown-item font-size-smaller text-dark">Quotes</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Search & Reunion</a> <a href="//adoption.com/articles/stories" class="dropdown-item font-size-smaller text-dark">Stories</a> <a href="//adoption.com/articles/video" class="dropdown-item font-size-smaller text-dark">Video</a> <a href="//adoption.com/articles/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/articles/open-adoption" class="dropdown-item font-size-smaller text-dark">Open Adoption</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Unplanned Pregnancy</a> <a href="//adoption.com/articles/news" class="dropdown-item font-size-smaller text-dark">News</a> <a href="//adoption.com/articles/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_32430" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Photolisting</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Photolisting <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_32430"><a href="//adoption.com/photolisting/international" class="dropdown-item font-size-smaller text-dark">International Photolisting</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">US Photolisting</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster Child Adoption</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/guide-to-becoming-a-foster-parent" class="dropdown-item font-size-smaller text-dark">Becoming a Foster Parent Guide</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/forums/182/foster-care-and-adoption" class="dropdown-item font-size-smaller text-dark">Foster and Adoption Forums</a> <a href="//adoption.com/forums/11/international-adoption" class="dropdown-item font-size-smaller text-dark">International Adoption Forums</a> </div></li> </ul> </div> </nav> <div class="navbar-collapse collapse" id="navbarSearch"> <form class="form-inline my-2 my-lg-0 ml-auto mr-0 px-2 search" method="GET" action="https://adoption.com/searchadoption"> <div class="form-inline search__wrapper w-100"> <input type="text" name="q" class="form-control col rounded-0 border-right-0 search__field box-shadow-none" placeholder="Search" required="required" aria-label="Search"> <div class="input-group-append"> <button class="text-muted bg-white form-control px-0 rounded-0 border-left-0 search__icon" type="submit" aria-label="Submit"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mx-3"> <circle cx="10.5" cy="10.5" r="7.5"></circle> <line x1="21" y1="21" x2="15.8" y2="15.8"></line> </svg> </button> </div> </div> </form> </div> <div class="px-0 col-xl-auto col-md-auto col-sm-1 col-1 text-center login-section"> <ul class="nav nav-pills" id="userNav"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle rounded-0 px-2" data-toggle="dropdown" href="javascript:void(0);" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-user text-grey h4 mb-0"></i> <span class="ml-2 text-cyan-dark d-none d-lg-inline d-xl-inline">Login</span></a> <div class="dropdown-menu rounded-0"> <a class="dropdown-item font-size-small border-bottom" href="https://adoption.com/sso/register"> <i class="far fa-edit text-grey"></i> <span class="ml-2">Join</span></a> <a class="dropdown-item font-size-small" href="https://adoption.com/sso/login"><i class="fas fa-sign-in-alt text-grey"></i> <span class="ml-2">Login</span></a> </div> </li> </ul> </div> </nav> <nav class="navbar navbar-expand-lg navbar-light bg-white p-0 topbar-menu px-0 px-md-3 d-xl-none"> <div class="navbar-collapse collapse" id="navbarSupportedContent" style> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12182" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pregnant?</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pregnant and considering adoption <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12182"><a href="//adoption.com/support" class="dropdown-item font-size-smaller text-dark">Pregnant & considering adoption?</a> <a href="//adoption.com/choosing-adoption-for-your-baby-guide" class="dropdown-item font-size-smaller text-dark">Guide | Choosing Adoption</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose an Adoptive Family</a> <a href="//adoption.com/ls/free-pregnancy-support-and-counseling" class="dropdown-item font-size-smaller text-dark">Contact an Adoption Professional</a> <a href="//adoption.com/ls/stories-from-birth-mothers" class="dropdown-item font-size-smaller text-dark">Free eBook | Unplanned Pregnancy</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Articles | Unplanned Pregnancy</a> <a href="//adoption.com/directory" class="dropdown-item font-size-smaller text-dark">Find An Adoption Professional</a> <a href="//adoption.com/wiki/Pregnancy" class="dropdown-item font-size-smaller text-dark">Pregnancy Wiki</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28805" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Choose A Family</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Choose family to adopt your child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28805"><a href="//adoption.com/profiles/getting-started" class="dropdown-item font-size-smaller text-dark">Create a Profile</a> <a href="//adoption.com/profiles/faq" class="dropdown-item font-size-smaller text-dark">FAQ</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose a Family</a> <a href="//adoption.com/profiles/choosing-adoptive-family" class="dropdown-item font-size-smaller text-dark">Choosing a Family</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12199" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Adopt</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> How to adopt a child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12199"><a href="//adoption.com/how-to-adopt-a-child-guide" class="dropdown-item font-size-smaller text-dark">Guide | How to Adopt a Child</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Parent Profiles</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/local" class="dropdown-item font-size-smaller text-dark">Local Adoption Guide</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">Photolisting</a> <a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//adoption.com/ls/adopting-a-baby" class="dropdown-item font-size-smaller text-dark">Free eBook</a> <a href="//adoption.com/adopt-a-baby" class="dropdown-item font-size-smaller text-dark">Adopt a Baby</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster & Adoption</a> <a href="//adoption.com/home-study" class="dropdown-item font-size-smaller text-dark">Home Study</a> <a href="//adoption.com/ls/growing-your-family-through-adoption" class="dropdown-item font-size-smaller text-dark">Choose an Adoption Professional</a> <a href="//adoption.com/baby-names" class="dropdown-item font-size-smaller text-dark">Baby Names</a> <a href="//adoption.com/stepchild" class="dropdown-item font-size-smaller text-dark">Stepchild Adoption</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12208" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Reunion</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Reunion <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12208"><a href="//adoption.com/search-and-reunion-guide" class="dropdown-item font-size-smaller text-dark">Guide | Search & Reunion</a> <a href="//registry.adoption.com" class="dropdown-item font-size-smaller text-dark">Reunion Registry</a> <a href="//adoption.com/detectives" class="dropdown-item font-size-smaller text-dark">Adoption Detectives</a> <a href="//adoption.com/ls/reunion-ebook-download" class="dropdown-item font-size-smaller text-dark">Free eBook | Search & Reunion</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Articles | Search & Reunion</a> <a href="//adoption.com/forums/100/adult-adoptees" class="dropdown-item font-size-smaller text-dark">Forums | Adult Adoptee</a> <a href="//adoption.com/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28746" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Professionals</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Professionals <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28746"><a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//www.adoptiondirectory.com/join" class="dropdown-item font-size-smaller text-dark">Add Listing</a> <a href="//adoption.com/professionals" class="dropdown-item font-size-smaller text-dark">For Professionals</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_4389" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Forums</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Forums <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_4389"><a href="//adoption.com/community" class="dropdown-item font-size-smaller text-dark">Community Home</a> <a href="//adoption.com/videos" class="dropdown-item font-size-smaller text-dark">Videos</a> <a href="//adoption.com/community/photo" class="dropdown-item font-size-smaller text-dark">Photos</a> <a href="//adoption.com/blogs" class="dropdown-item font-size-smaller text-dark">Blogs</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_11974" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Articles</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Articles <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_11974"><a href="//adoption.com/articles" class="dropdown-item font-size-smaller text-dark">Articles Home</a> <a href="//adoption.com/guides" class="dropdown-item font-size-smaller text-dark">Adoption Guides</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/articles/adopt" class="dropdown-item font-size-smaller text-dark">How to Adopt</a> <a href="//adoption.com/wiki/Adoption_Celebrities" class="dropdown-item font-size-smaller text-dark">Adoption Celebrities</a> <a href="//adoption.com/wiki/Adoption_Glossary" class="dropdown-item font-size-smaller text-dark">Adoption Glossary</a> <a href="//adoption.com/wiki/Adoption_Laws_in_the_United_States" class="dropdown-item font-size-smaller text-dark">US Adoption Laws</a> <a href="//adoption.com/wiki/Adoption_Quotes" class="dropdown-item font-size-smaller text-dark">Quotes</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Search & Reunion</a> <a href="//adoption.com/articles/stories" class="dropdown-item font-size-smaller text-dark">Stories</a> <a href="//adoption.com/articles/video" class="dropdown-item font-size-smaller text-dark">Video</a> <a href="//adoption.com/articles/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/articles/open-adoption" class="dropdown-item font-size-smaller text-dark">Open Adoption</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Unplanned Pregnancy</a> <a href="//adoption.com/articles/news" class="dropdown-item font-size-smaller text-dark">News</a> <a href="//adoption.com/articles/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_32430" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Photolisting</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Photolisting <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_32430"><a href="//adoption.com/photolisting/international" class="dropdown-item font-size-smaller text-dark">International Photolisting</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">US Photolisting</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster Child Adoption</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/guide-to-becoming-a-foster-parent" class="dropdown-item font-size-smaller text-dark">Becoming a Foster Parent Guide</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/forums/182/foster-care-and-adoption" class="dropdown-item font-size-smaller text-dark">Foster and Adoption Forums</a> <a href="//adoption.com/forums/11/international-adoption" class="dropdown-item font-size-smaller text-dark">International Adoption Forums</a> </div></li> </ul> </div> </nav> </div> </div> </header> <div class="main-container clearfix mb-3 mx-auto" id="dfp-header-banner"> <article> <div id="dfp-Header" class="dfp-ad" style="text-align: center; "> <script> googletag.cmd.push( function() { googletag.display("dfp-Header"); }); </script> </div> </article> </div> <section class="container"> <nav class="navbar navbar-expand-lg navbar-light p-0 border-bottom mb-3 border-top"> <a href="//adoption.com/articles" class="navbar-brand "> <strong>Adoption</strong> Articles </a> <div class="d-none d-md-block d-lg-block d-xl-block" style="max-width: 100%; overflow: hidden;"><ul class="menu-tabs navbar-nav"><li class="nav-item first"> <a class="nav-link text-nowrap" href="//adoption.com/articles/guides"> Guides </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Affording_Adoption"> Affording </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/adopt"> How to Adopt </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Celebrities"> Celebrities </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Glossary"> Glossary </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/entertainment"> Entertainment </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Laws_in_the_United_States"> Laws </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/parent"> Parenting </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Quotes"> Quotes </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/reunion"> Search &amp; Reunion </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/stories"> Stories </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/video"> Videos </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/international"> International </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/open-adoption"> Open Adoption </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/pregnant"> Pregnancy </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/special-needs"> Special Needs </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/news"> News </a> </li> <li class="nav-item last"> <a class="nav-link text-nowrap" href="//adoption.com/articles/birth-parents"> Birth Parent </a> </li> </ul></div><ul class="nav nav-pills collect float-right ml-3"> <li class="dropdown"> <a role="button" href="#" data-toggle="dropdown" class="dropdown-toggle text-primary"> More <span class="caret"></span> </a> <ul id="submenu" class="dropdown-menu shadow-sm"></ul> </li> </ul></nav> </section> <main id="page-wrapper"> <section class="clearfix container bg-white p-0 position-relative"> <div class="py-3"> <div class="article-left-section"> <h1 class="h2 text-center px-3">Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family</h1> <h2 class="h3 text-center px-3"> "I just hope and pray something happens." </h2> <div class="author-detail text-center px-3"> <strong> Ashley Foster </strong> <em> October 05, 2017 </em> </div> <div class="px-3 text-center"> <div class="share-hover mb-2"> <a href="https://www.facebook.com/sharer.php?s=100&amp;amp;p[url]=%2F%2Fadoption.com%2Florenzo-resiliemt-young-man-seeking-love-safety-family%2F&amp;amp;p[images][0]=&amp;amp;p[title]=Lorenzo+Is+A+Resilient+Young+Man+Seeking+The+Love+And+Safety+Of+Family&amp;amp;p[summary]=" title="Facebook" target="_blank" rel="noopener" aria-label="facebook"> <i class="fab fa-facebook-f facebook text-secondary"></i> </a> <a href="https://pinterest.com/pin/create/bookmarklet/?media=&amp;amp;url=%2F%2Fadoption.com%2Florenzo-resiliemt-young-man-seeking-love-safety-family%2F&amp;amp;description=Lorenzo+Is+A+Resilient+Young+Man+Seeking+The+Love+And+Safety+Of+Family" title="Pinterest" target="_blank" rel="noopener" aria-label="pinterest"> <i class="fab fa-pinterest-p pinterest text-secondary"></i> </a> <a href="https://twitter.com/share?url=%2F%2Fadoption.com%2Florenzo-resiliemt-young-man-seeking-love-safety-family%2F&amp;amp;text=Lorenzo+Is+A+Resilient+Young+Man+Seeking+The+Love+And+Safety+Of+Family&amp;amp;via=adoption.com&amp;amp;hashtags=adoption" title="Twitter" target="_blank" rel="noopener" aria-label="twitter"> <i class="fab fa-twitter twitter text-secondary"></i> </a> </div> </div> <div class="post-content overflow-hidden"> <!DOCTYPE html> <html><p style="text-align: left;" align="center"><a title="Wednesday's Child Lorenzo" href="https://www.ksl.com/?sid=45791137&amp;nid=148&amp;title=wednesdays-child-my-heart-has-been-broken-burned-and-shattered" target="_blank">Lorenzo </a>lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the world is to have a permanent family. He understands that once you turn 18 you don’t stop growing and learning. Lorenzo wants a loving family to share his life with. Speaking of adoption he said, “It may be just a piece of paper, but to me, it’s so much more than that.”</p> <p>Lorenzo has plans to attend college and become a mechanical engineer. He finds robotics and history particularly interesting. He has spent time researching WWII.</p> <p>“March 1, 2007 is when my mom died,” he said. “I didn’t have anyone to talk to and I was scared out of my mind. I didn’t know what was going to happen.”</p> <p>This isn’t his first time being featured on the news. In a 2015 Wednesday’s Child interview, he said, “I moved around so much I don’t even know what to call home.” As he embarks on the journey of adulthood, he still yearns for a family to call his own. He decided to do another feature, saying, “I just hope and pray something happens.”</p><p> <article> <div id="dfp-Content_A" class style="text-align: center; "> <script> googletag.cmd.push( function() { googletag.display("dfp-Content_A"); }); </script> </div> </article></p> <p>Lorenzo describes himself as “pretty resilient,” adding that “it takes a lot to even get me irritated.”</p> <p>Lorenzo is currently available for adoption through the Utah Adoption Exchange at 801-265-0444.</p> <p><a href="https://www.ksl.com/?sid=45791137&amp;nid=148&amp;title=wednesdays-child-my-heart-has-been-broken-burned-and-shattered" target="_blank">Watch his Wednesday’s Child feature on KSL.com</a>.</p> </html> </div> <div class="author-info-section overflow-hidden px-3"> <div class="row no-padding"> <div class="col-lg-2 col-md-2 col-sm-2 col-12 author-image-info"> <img class="wp-image-main img-fluid" loading="lazy" alt="author image" src="//adoption.com/atollo/uploads/2017/01/IMG_20161029_154417-300x400.jpg" onerror="this.src='//adoption.com/app5/img/nophoto-100.png';" height="160" width="160"> </div> <div class="col-lg-10 col-md-10 col-sm-10 col-12"> <div class="author-info-detail"> <h4>Ashley Foster</h4> <p><p>Ashley Foster is a freelance writer. She is a wife and mother of two currently residing in Florida. She loves taking trips to the beach with her husband and sons. As an infant, she was placed with a couple in a closed adoption. Ashley was raised with two sisters who were also adopted. In 2016, she was reunited with her biological family. She advocates for adoptees' rights and DNA testing for those who are searching for family. Above all, she is thankful that she was given life. You can read her blog at <a rel="nofollow" target="_blank">http://ashleysfoster.blogspot.com/</a>.</p> </p> </div> </div> </div> </div> <br/> </div> </div> <div id="related-article-section" class="clearfix pb-5"> <div class="col-lg-12"> <hr/> <header class="overflow-hidden"> <h2 class="h3"> <a href="https://adoption.com/articles" class="text-body">Related Articles <span class="see-more">See All</span><br/></a> </h2> </header> <div class="owl-carousel-main owl-carousel owl-theme owl-loaded"> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/american-adoption-adoptees/" title="American Adoption: A Guide for Adoptees Exploring Their Roots" aria-label="American Adoption: A Guide for Adoptees Exploring Their Roots" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2024/02/12121301/American-Adoption-1-300x168.jpeg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2024/02/12121301/American-Adoption-1-300x168.jpeg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">American Adoption: A Guide for Adoptees Exploring Their Roots</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/why-i-started-looking-for-my-birth-parents/" title="Why I Started Looking for My Birth Parents" aria-label="Why I Started Looking for My Birth Parents" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2016/01/Why-I-Started-Looking-for-My-Birth-Parents-300x150.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2016/01/Why-I-Started-Looking-for-My-Birth-Parents-300x150.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Why I Started Looking for My Birth Parents</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/once-upon-an-adoption-a-birth-moms-adoption-story/" title="Once Upon An Adoption: A Birth Mom&#8217;s Adoption Story" aria-label="Once Upon An Adoption: A Birth Mom&#8217;s Adoption Story" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2016/01/Once-Upon-An-Adoption-A-Birth-Moms-Adoption-Story-300x150.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2016/01/Once-Upon-An-Adoption-A-Birth-Moms-Adoption-Story-300x150.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Once Upon An Adoption: A Birth Mom&#8217;s Adoption Story</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/she-found-her-birth-mom-through-facebook-leilonis-story/" title="LeiLoni Found Her Birth Mother Through Facebook: Her Story." aria-label="LeiLoni Found Her Birth Mother Through Facebook: Her Story." data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2016/01/She-Found-Her-Birth-Mother-Through-Facebook-LeiLonis-Story.-1-300x150.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2016/01/She-Found-Her-Birth-Mother-Through-Facebook-LeiLonis-Story.-1-300x150.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">LeiLoni Found Her Birth Mother Through Facebook: Her Story.</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/3-options-for-texas-adoption/" title="3 Options for a Texas Adoption" aria-label="3 Options for a Texas Adoption" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2020/08/texas-flag-waving-in-the-wind-G2CPJLL-300x174.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2020/08/texas-flag-waving-in-the-wind-G2CPJLL-300x174.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">3 Options for a Texas Adoption</p> </div> </article> </div> </div> </div> </section> <section class="clearfix container bg-white p-3"> <div class="annoucement-section text-center overflow-hidden" style="background-color: #fdfcdc;"> <div class="col-lg-12 position-relative"> <br/> <p style="font-size: 18px;">The views and opinions expressed through <a href="https://adoption.com">Adoption.com</a> Articles are those of the authors and do not necessarily reflect the official policy or position of <a href="https://adoption.com">Adoption.com</a>. If you would like to report any articles for us to review, we would love to hear from you.</p> <br/> <a href="https://adoption.com/report-content" class="position-absolute left-0 right-0 top-0 bottom-0">&nbsp;</a> </div> </div> </section> </main> <div class="main-container position-relative mx-auto" id="main-footer"> <div class="prefooter bg-light overflow-hidden px-0 px-lg-5"> <section class="pt-3 related-article-slider mb-0"> <header class="mb-3"> <strong class="mr-4 font-size-small">HOPEFUL ADOPTIVE PARENTS</strong> <a class="mr-4 font-size-smaller text-secondary" href="https://adoption.com/profiles/getting-started">Create a Profile</a> </header> <section id="parent-profiles-widget" class="related-article-slider top-widgets-section mt-4 mb-0"> <header class="mb-3"> <a href="https://adoption.com/profiles/getting-started" class="btn btn-primary text-white rounded-0 px-4 float-right d-none d-xl-block d-lg-block py-1">CREATE A PROFILE</a> <h2 class="h3"> <a href="https://adoption.com/profiles" class="text-body"> <span class="hidden-xs">Choose a family you love to adopt your baby. <span class="see-more">See All</span><br> <p class="d-none d-lg-block d-xl-block small font-size-base mt-2">Adoption profiles of adoptive parents &amp; families advertising to adopt.</p> </a> </h2> </header> <div class="row justify-content-around"> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 "> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/tiffanyteddy" title="Tiffany & Teddy" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_8670_1525884520.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_8670_1525884520.jpg" style="background-position : 53.16% 40.70% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/tiffanyteddy" class="text-body"> Tiffany & Teddy </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-block"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/AzlynnJordan1570734707" title="Azlynn & Jordan" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_10793_1705556412.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_10793_1705556412.jpg" style="background-position : 57.72% 43.14% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/AzlynnJordan1570734707" class="text-body"> Azlynn & Jordan </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/JessicaAlan" title="Jessica & Alan" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13076_1624914310.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13076_1624914310.jpg" style="background-position : 51.84% 48.25% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/JessicaAlan" class="text-body"> Jessica & Alan </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/BrittanyChase1579103737" title="Brittany & Chase" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_11176_1581017182.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_11176_1581017182.jpg" style="background-position : 55.48% 77.67% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/BrittanyChase1579103737" class="text-body"> Brittany & Chase </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-none d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/HayesStefan" title="Hayes & Stefan" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13945_1646409635.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13945_1646409635.jpg" style="background-position : 63.50% 53.82% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/HayesStefan" class="text-body"> Hayes & Stefan </a> </h3> </div> </div> </article> </div> <a href="https://adoption.com/profiles" aria-label="Choose a family" class="text-primary position-absolute slide-arrow-1"><i class="fas fa-chevron-circle-right fa-2x"></i></a> </section> </section> <div class="col-lg-5 col-md-6 col-sm-6 col-12 news-letter-search my-3 mx-auto"> <label style="text-transform: none;" for="email" class="font-size-small">Subscribe for FREE to the Best of Adoption.com eMagazine</label> <form method="POST" action="https://adoption.com/newsletter" accept-charset="UTF-8" id="newsletterfoote" class="input-group"><input name="_token" type="hidden" value="yocqk2SZlm7PscrdIGvaGyXeyMWHsWo9NlHEQ1Nv"> <input class="input form-control border-0 py-0 font-size-small rounded-0" placeholder="email..." type="email" name="email" aria-label="email" id="email" required="required" /> <input name="signupNewslette" class="btn btn-primary py-0 font-size-small ml-3" type="submit" value="SIGN UP" data-action="//adoption.com/newsletter" /> </form> <div id="subscribeResult" class="message"></div> </div> </div> <footer id="footer" class="text-center footer" role="contentinfo"> <section class="bg-dark py-4 footer-section font-size-small px-2 m-0"> <ul class="list-inline px-1"> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/about">About</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/contact">Contact</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/professionals" target="_blank">Advertise</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/sitemap">Sitemap</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guides" class="text-white"><strong>Guides &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-adopt-a-child-guide" class="text-white">Adopt a Child &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/baby-adoption-guide" class="text-white">Adopt a Baby &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arizona-guide" class="text-white">Arizona Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/open-adoption-guide" class="text-white">Open Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-adopting-from-foster-care" class="text-white">Foster Care Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/choosing-adoption-for-your-baby-guide" class="text-white">Unplanned Pregnancy &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oklahoma-guide" class="text-white">Oklahoma Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/texas-guide" class="text-white">Texas Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/florida-guide" class="text-white">Florida Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/cost-to-adopt" class="text-white">Adoption Costs &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-choosing-in-adoptive-family-for-your-child" class="text-white">Adoptive Family &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/transracial-multicultural" class="text-white">Transracial Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/selecting-an-adoption-agency" class="text-white">Adoption Agency &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/christian-adoption-guide" class="text-white">Christian Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/international-adoption-guide" class="text-white">International Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-affording-adoption" class="text-white">Affording Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/search-and-reunion-guide" class="text-white">Adoption Search &nbsp; | &nbsp;</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/local" class="text-white"><strong>Local &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/alabama" class="text-white">Alabama &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/alaska" class="text-white">Alaska &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arizona" class="text-white">Arizona &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arkansas" class="text-white">Arkansas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/california" class="text-white">California &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/colorado" class="text-white">Colorado &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/connecticut" class="text-white">Connecticut &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/delaware" class="text-white">Delaware &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/florida" class="text-white">Florida &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/georgia" class="text-white">Georgia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/hawaii" class="text-white">Hawaii &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/idaho" class="text-white">Idaho &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/illinois" class="text-white">Illinois &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/indiana" class="text-white">Indiana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/iowa" class="text-white">Iowa &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/kansas" class="text-white">Kansas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/kentucky" class="text-white">Kentucky &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/louisiana" class="text-white">Louisiana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/maine" class="text-white">Maine &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/maryland" class="text-white">Maryland &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/massachusetts" class="text-white">Massachusetts &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/michigan" class="text-white">Michigan &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/minnesota" class="text-white">Minnesota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/mississippi" class="text-white">Mississippi &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/missouri" class="text-white">Missouri &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/montana" class="text-white">Montana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/nebraska" class="text-white">Nebraska &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-jersey" class="text-white">New Jersey &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-mexico" class="text-white">New Mexico &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-york" class="text-white">New York &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/nevada" class="text-white">Nevada &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-hampshire" class="text-white">New Hampshire &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/north-carolina" class="text-white">North Carolina &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/north-dakota" class="text-white">North Dakota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/ohio" class="text-white">Ohio &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oklahoma" class="text-white">Oklahoma &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oregon" class="text-white">Oregon &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/pennsylvania" class="text-white">Pennsylvania &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/rhode-island" class="text-white">Rhode Island &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/south-carolina" class="text-white">South Carolina &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/south-dakota" class="text-white">South Dakota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/tennessee" class="text-white">Tennessee &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/texas" class="text-white">Texas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/utah" class="text-white">Utah &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/vermont" class="text-white">Vermont &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/virginia" class="text-white">Virginia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/washington" class="text-white">Washington &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/west-virginia" class="text-white">West Virginia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/wisconsin" class="text-white">Wisconsin &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/wyoming" class="text-white">Wyoming &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/district-of-columbia" class="text-white">Washington D.C. &nbsp; | &nbsp;</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white"><strong>Top &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoption-centers-near-me" class="text-white">Adoption Centers Near Me &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/open-adoptions" class="text-white">Open Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/giving-baby-up-for-adoption" class="text-white">Giving Baby Up for Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoptive-family-1" class="text-white">Adoptive Family &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoption-options-1" class="text-white">Adoption Options &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-start-the-adoption-process-1" class="text-white">How to Start the Adoption Process &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/steps-of-adoption" class="text-white">Steps of Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/christian" class="text-white">Christian Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/catholic" class="text-white">Catholic Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/lds" class="text-white">LDS Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/jewish" class="text-white">Jewish Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-start-the-adoption-process" class="text-white">Adoption Process &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.org" target="_blank" rel="noopener" class="text-white">Adoption Agencies &nbsp; | &nbsp;</a></li> </ul> <p class="mb-1 text-white">Adoption.com is not a licensed adoption agency or facilitator and it does not provide professional, legal or medical advice. It does not place children for adoption or match birth parents and adoptive parents. Users of Adoption.com agree to the <a href="https://adoption.com/terms-of-service" class="text-white">Terms of Service</a>, <a href="https://adoption.com/privacy-notice" class="text-white">Privacy Notice</a> and <a href="https://adoption.com/community-rules" class="text-white">Community Rules</a>. ©2021 Adoption.com LLC, a service of The Gladney Center for Adoption. All rights reserved. </p> </section> </footer> </div> </div> <script src="//adoption.com/app5//js/app.js?id=3da14c0b7bd2e3ac637bf333d4cd3278"></script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> // Default adunits slots to display lazyloadDfp = function () { document.removeEventListener("scroll", lazyloadDfp); googletag.cmd.push(function () { googletag.pubads().refresh([Header, Content_A, Content_B]); }); }; document.addEventListener("scroll", lazyloadDfp); </script> <script id="analytics-scripts"> // Google Analytics (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); // send pageview ga('create', 'UA-410270-6', 'auto'); // page specific ga tracking variables eg: gtag("set", {"custom_map":{"dimension1":"test_cs1"}} ); // ga('set', 'Authors', 'authorName'); //@ga-scripts// ga('set', 'dimension1', 'Ashley Foster'); // Authors ga('set', 'dimension2', 'Foster Care'); // Sections/categories ga('set', 'dimension3', 'news'); // Post Type ga('set', 'dimension5', '2017-10-05'); // Date Created ga('set', 'dimension6', 'Lorenzo Is A Resilient Young Man Seeking The Love And Safety Of Family'); // Headline ga('set', 'dimension7', '//adoption.com/lorenzo-resiliemt-young-man-seeking-love-safety-family/'); // Url ga('set', 'dimension10', ''); // Thumbnail Url window.dataLayer = window.dataLayer || []; window.dataLayer.push({'authorName': 'Ashley Foster'}); window.dataLayer.push({'categories': 'Foster Care'}); window.dataLayer.push({'dateCreated': '2017-10-05'}); window.dataLayer.push({'postType': 'news'}); window.dataLayer.push({'thumbnailUrl': ''}); // common ga('require', 'displayfeatures'); ga('send', 'pageview'); // ga end // Google Tag Manager (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-KV35SRG'); </script> <script type="text/javascript"> // Trigger Hubspot chat document.addEventListener("DOMContentLoaded", function (event) { jQuery('.chat-btn').on('click', function (event) { // removef if it is no need to prevent default event such as url redirect in the <a> element event.preventDefault(true); if (window.HubSpotConversations) { window.HubSpotConversations.widget.open(); } }); }); </script> <script> var isUsVisitor = 1; </script> <div style="display:none;"> Host: www1</div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Lorenzo lives in Salt Lake City, Utah. At 18 years old, what he wants more than anything in the world is to have a permanent family. He understands that once you turn 18 you don’t stop growing and learning. Lorenzo wants a loving family to share his life with. Speaking of adoption he said, “It may be just a piece of paper, but to me, it’s so much more than that.”\nLorenzo has plans to attend college and become a mechanical engineer. He finds robotics and history particularly interesting. He has spent time researching WWII.\n“March 1, 2007 is when my mom died,” he said. “I didn’t have anyone to talk to and I was scared out of my mind. I didn’t know what was going to happen.”\nThis isn’t his first time being featured on the news. In a 2015 Wednesday’s Child interview, he said, “I moved around so much I don’t even know what to call home.” As he embarks on the journey of adulthood, he still yearns for a family to call his own. He decided to do another feature, saying, “I just hope and pray something happens.”\nLorenzo describes himself as “pretty resilient,” adding that “it takes a lot to even get me irritated.”\nLorenzo is currently available for adoption through the Utah Adoption Exchange at 801-265-0444.", "id": "<urn:uuid:da537381-f467-48fc-b367-96be6767465f>", "dump": "CC-MAIN-2024-10", "url": "https://adoption.com/lorenzo-resiliemt-young-man-seeking-love-safety-family", "date": "2024-02-25T07:48:49", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9854401350021362, "token_count": 322 } }
<urn:uuid:2b26d3a9-7fc7-41f4-b78b-dc745d9359e6>
<!-- Footer Scripts --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="csrf-token" content="dx231hiqolQd0Zt20GJkhGcQP8boDQRxm0MvXZjr" /> <link rel="apple-touch-icon" sizes="180x180" href="//adoption.com/app5//img/favicon/apple-touch-icon-180x180.png" /> <link rel="icon" type="image/png" sizes="32x32" href="//adoption.com/app5//img/favicon/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="96x96" href="//adoption.com/app5//img/favicon/favicon-96x96.png" /> <link rel="icon" type="image/png" sizes="16x16" href="//adoption.com/app5//img/favicon/favicon-16x16.png" /> <link rel="manifest" href="//adoption.com/app5//manifest.json" /> <link rel="mask-icon" href="//adoption.com/app5//img/favicon/safari-pinned-tab.svg" color="#ce3a30" /> <meta name="msapplication-TileColor" content="#ce3a30" /> <meta name="theme-color" content="#ce3a30" /> <meta name="application-name" content="Adoption.com" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-title" content="Adoption.com" /> <title>Our Son Was Almost Kidnapped Before We Could Adopt Him | Adoption.com</title> <meta name="description" content="First and foremost, let me try to explain the love that we feel for our son. I feel like we never took a breath of life before his birth &amp;#8211; as if we ne..." /> <meta property="og:image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta property="og:title" content="Our Son Was Almost Kidnapped Before We Could Adopt Him" /> <meta property="og:description" content="First and foremost, let me try to explain the love that we feel for our son. I feel like we never to..." /> <meta itemprop="name" content="Our Son Was Almost Kidnapped Before We Could Adopt Him" /> <meta itemprop="description" content="First and foremost, let me try to explain the love that we feel for our son. I feel like we never to..." /> <meta itemprop="image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@adoption" /> <meta name="twitter:title" content="Our Son Was Almost Kidnapped Before We Could Adopt Him" /> <meta name="twitter:description" content="First and foremost, let me try to explain the love that we feel for our son. I feel like we never to..." /> <meta name="twitter:image" content="//adoption.com/app5/img/adoption.com_login_logo.png" /> <meta name="twitter:domain" content="adoption.com" /> <link rel="canonical" href="https://adoption.com/our-son-was-almost-kidnapped-a-cautionary-tale" /> <script> var baseUrl = "//adoption.com"; var assetUrl = "//adoption.com/app5"; var isTouchDevice = 'ontouchstart' in document.documentElement; var ipAddress = "18.207.129.175"; </script> <script id="google-dfp"> var dfpCategory = ["Adopt","Hopeful Adoptive Parent","Hopeful Adoptive Parent","Zone-HAP","Zones-DFP"]; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; // Define adunits slots Oop = {}; screenWidth = (window.innerWidth || document.documentElement.clientWidth || screen.width); googletag.cmd.push(function() { if (screenWidth > 1170) { Header = googletag.defineSlot("/108501098/Header", [[1170,200]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[1170,200]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[1170,200]], "dfp-Content_B").addService(googletag.pubads()); } if (screenWidth >= 768 && screenWidth <= 1170) { Header = googletag.defineSlot("/108501098/Header", [[728,150],[728,90]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[728,150],[728,90]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[728,150],[728,90]], "dfp-Content_B").addService(googletag.pubads()); } if (screenWidth < 768) { Header = googletag.defineSlot("/108501098/Header", [[320,100],[300,250]], "dfp-Header").addService(googletag.pubads()); Content_A = googletag.defineSlot("/108501098/Content_A", [[300,250]], "dfp-Content_A").addService(googletag.pubads()); Content_B = googletag.defineSlot("/108501098/Content_B", [[300,250]], "dfp-Content_B").addService(googletag.pubads()); } }); googletag.cmd.push(function () { // Custom slots defination ; // Targeting releated key value googletag.pubads().setTargeting("uri", "/our-son-was-almost-kidnapped-a-cautionary-tale"); googletag.pubads().setTargeting("domain", "adoption.com"); googletag.pubads().setTargeting("category", ["Adopt","Hopeful Adoptive Parent","Hopeful Adoptive Parent","Zone-HAP","Zones-DFP"]); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); // Call services googletag.enableServices(); }); </script> <script> googletag.cmd.push(function () { // Lazy loading googletag.pubads().disableInitialLoad(); }); </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://adoption.com/articles" }, "headline": "Our Son Was Almost Kidnapped Before We Could Adopt Him", "image": { "@type": "ImageObject", "url": "https://static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg", "height": 1200, "width": 700 }, "datePublished": "2017-12-06T12:00:18+00:00", "dateModified": "2017-12-06T12:00:18+00:00", "author": { "@type": "Person", "name": "Ligia D. Bramlett-McDonald" }, "publisher": { "@type": "Organization", "name": "Adoption.com", "logo": { "@type": "ImageObject", "url": "https://adoption.com/app/img/adoption.com_login_logo.png", "width": 411, "height": 60 } }, "description": "First and foremost, let me try to explain the love that we feel for our son. I feel like we never took a breath of life before his birth &amp;#8211; as if we never felt the warmth of the rising sun, or ever saw the beauty of an ocean. It was as if our lives [&amp;hellip;] " } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://adoption.com/articles" }, "headline": "Our Son Was Almost Kidnapped Before We Could Adopt Him", "image": { "@type": "ImageObject", "url": "https://static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg", "height": 1200, "width": 700 }, "datePublished": "2017-12-06T12:00:18+00:00", "dateModified": "2017-12-06T12:00:18+00:00", "author": { "@type": "Person", "name": "Ligia D. Bramlett-McDonald" }, "publisher": { "@type": "Organization", "name": "Adoption.com", "logo": { "@type": "ImageObject", "url": "https://adoption.com/app/img/adoption.com_login_logo.png", "width": 411, "height": 60 } }, "description": "First and foremost, let me try to explain the love that we feel for our son. I feel like we never took a breath of life before his birth &amp;#8211; as if we never felt the warmth of the rising sun, or ever saw the beauty of an ocean. It was as if our lives [&amp;hellip;] " } </script> <link href="//adoption.com/app5//css/critical.css?id=bb9c7792d231c52b9d67f4dba9e50ed1" rel="stylesheet" /> <link rel="preload" href="//adoption.com/app5//css/app.css?id=86c6ac706078aa5bae6eae60f54564cc" as="style" onload="this.onload=null;this.rel='stylesheet'" /> <link media="all" type="text/css" rel="stylesheet" href="//adoption.com/app5//build/article.css?id=9d858fa7f2f49d1b664f2276ed943075"> </head> <body> <div id="app"> <div class="no-margin featured-sponsor-header" id="featured-sponsor-TopHeadline"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function (event) { //Params - type(TopHeadline,ServiceBox,GuideSlides,LeaderBoard), category, uri, domain elevati.featuredSponsor.widget.get('TopHeadline'); }); </script> </div> <header> <div class="mb-4 p-m-0"> <div class="shadow-sm pt-0 p-m-0 pb-0"> <nav class="navbar navbar-expand-md navbar-dark px-2 pb-0 pb-lg-2 pb-xl-2 brand-menu bg-white sticky-top"> <button class="navbar-toggler collapsed rounded-0 py-4 py-sm-2 bg-light ml-md-0 ml-lg-0 d-block d-xl-none text-left" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="true" aria-label="Toggle navigation"> <i class="fas fa-bars text-muted"></i> </button> <div class="col-xl-2 col-lg-3 col-md-4 col-sm-8 col-7 p-0 text-md-center text-lg-center"> <a class="navbar-brand" href="https://adoption.com"> <img src="//adoption.com/app5/img/adoption.com_login_logo.png" width="180" height="26" alt="Adoption.Com Logo" class="img-fluid" /> </a> </div> <button class="navbar-toggler navbar-search collapsed col-1 rounded-0 p-0" type="button" data-toggle="collapse" data-target="#navbarSearch" aria-controls="navbarSearch" aria-expanded="false" aria-label="Toggle navigation"> <div class="input-group-append"> <a class="text-muted px-0 rounded-0 border-0 ml-auto mr-auto" href="javascript:void(0);" aria-label="Search"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ml-0 mr-0"> <circle cx="10.5" cy="10.5" r="7.5"></circle> <line x1="21" y1="21" x2="15.8" y2="15.8"></line> </svg> </a> </div> </button> <nav class="navbar navbar-expand-lg navbar-light bg-white p-0 topbar-menu px-0 px-md-2 d-none d-md-none d-xl-block"> <div class="navbar-collapse collapse" id="navbarSupportedContent" style> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12182" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pregnant?</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pregnant and considering adoption <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12182"><a href="//adoption.com/support" class="dropdown-item font-size-smaller text-dark">Pregnant & considering adoption?</a> <a href="//adoption.com/choosing-adoption-for-your-baby-guide" class="dropdown-item font-size-smaller text-dark">Guide | Choosing Adoption</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose an Adoptive Family</a> <a href="//adoption.com/ls/free-pregnancy-support-and-counseling" class="dropdown-item font-size-smaller text-dark">Contact an Adoption Professional</a> <a href="//adoption.com/ls/stories-from-birth-mothers" class="dropdown-item font-size-smaller text-dark">Free eBook | Unplanned Pregnancy</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Articles | Unplanned Pregnancy</a> <a href="//adoption.com/directory" class="dropdown-item font-size-smaller text-dark">Find An Adoption Professional</a> <a href="//adoption.com/wiki/Pregnancy" class="dropdown-item font-size-smaller text-dark">Pregnancy Wiki</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28805" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Choose A Family</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Choose family to adopt your child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28805"><a href="//adoption.com/profiles/getting-started" class="dropdown-item font-size-smaller text-dark">Create a Profile</a> <a href="//adoption.com/profiles/faq" class="dropdown-item font-size-smaller text-dark">FAQ</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose a Family</a> <a href="//adoption.com/profiles/choosing-adoptive-family" class="dropdown-item font-size-smaller text-dark">Choosing a Family</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12199" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Adopt</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> How to adopt a child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12199"><a href="//adoption.com/how-to-adopt-a-child-guide" class="dropdown-item font-size-smaller text-dark">Guide | How to Adopt a Child</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Parent Profiles</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/local" class="dropdown-item font-size-smaller text-dark">Local Adoption Guide</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">Photolisting</a> <a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//adoption.com/ls/adopting-a-baby" class="dropdown-item font-size-smaller text-dark">Free eBook</a> <a href="//adoption.com/adopt-a-baby" class="dropdown-item font-size-smaller text-dark">Adopt a Baby</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster & Adoption</a> <a href="//adoption.com/home-study" class="dropdown-item font-size-smaller text-dark">Home Study</a> <a href="//adoption.com/ls/growing-your-family-through-adoption" class="dropdown-item font-size-smaller text-dark">Choose an Adoption Professional</a> <a href="//adoption.com/baby-names" class="dropdown-item font-size-smaller text-dark">Baby Names</a> <a href="//adoption.com/stepchild" class="dropdown-item font-size-smaller text-dark">Stepchild Adoption</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12208" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Reunion</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Reunion <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12208"><a href="//adoption.com/search-and-reunion-guide" class="dropdown-item font-size-smaller text-dark">Guide | Search & Reunion</a> <a href="//registry.adoption.com" class="dropdown-item font-size-smaller text-dark">Reunion Registry</a> <a href="//adoption.com/detectives" class="dropdown-item font-size-smaller text-dark">Adoption Detectives</a> <a href="//adoption.com/ls/reunion-ebook-download" class="dropdown-item font-size-smaller text-dark">Free eBook | Search & Reunion</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Articles | Search & Reunion</a> <a href="//adoption.com/forums/100/adult-adoptees" class="dropdown-item font-size-smaller text-dark">Forums | Adult Adoptee</a> <a href="//adoption.com/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28746" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Professionals</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Professionals <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28746"><a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//www.adoptiondirectory.com/join" class="dropdown-item font-size-smaller text-dark">Add Listing</a> <a href="//adoption.com/professionals" class="dropdown-item font-size-smaller text-dark">For Professionals</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_4389" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Forums</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Forums <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_4389"><a href="//adoption.com/community" class="dropdown-item font-size-smaller text-dark">Community Home</a> <a href="//adoption.com/videos" class="dropdown-item font-size-smaller text-dark">Videos</a> <a href="//adoption.com/community/photo" class="dropdown-item font-size-smaller text-dark">Photos</a> <a href="//adoption.com/blogs" class="dropdown-item font-size-smaller text-dark">Blogs</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_11974" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Articles</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Articles <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_11974"><a href="//adoption.com/articles" class="dropdown-item font-size-smaller text-dark">Articles Home</a> <a href="//adoption.com/guides" class="dropdown-item font-size-smaller text-dark">Adoption Guides</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/articles/adopt" class="dropdown-item font-size-smaller text-dark">How to Adopt</a> <a href="//adoption.com/wiki/Adoption_Celebrities" class="dropdown-item font-size-smaller text-dark">Adoption Celebrities</a> <a href="//adoption.com/wiki/Adoption_Glossary" class="dropdown-item font-size-smaller text-dark">Adoption Glossary</a> <a href="//adoption.com/wiki/Adoption_Laws_in_the_United_States" class="dropdown-item font-size-smaller text-dark">US Adoption Laws</a> <a href="//adoption.com/wiki/Adoption_Quotes" class="dropdown-item font-size-smaller text-dark">Quotes</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Search & Reunion</a> <a href="//adoption.com/articles/stories" class="dropdown-item font-size-smaller text-dark">Stories</a> <a href="//adoption.com/articles/video" class="dropdown-item font-size-smaller text-dark">Video</a> <a href="//adoption.com/articles/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/articles/open-adoption" class="dropdown-item font-size-smaller text-dark">Open Adoption</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Unplanned Pregnancy</a> <a href="//adoption.com/articles/news" class="dropdown-item font-size-smaller text-dark">News</a> <a href="//adoption.com/articles/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_32430" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Photolisting</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Photolisting <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_32430"><a href="//adoption.com/photolisting/international" class="dropdown-item font-size-smaller text-dark">International Photolisting</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">US Photolisting</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster Child Adoption</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/guide-to-becoming-a-foster-parent" class="dropdown-item font-size-smaller text-dark">Becoming a Foster Parent Guide</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/forums/182/foster-care-and-adoption" class="dropdown-item font-size-smaller text-dark">Foster and Adoption Forums</a> <a href="//adoption.com/forums/11/international-adoption" class="dropdown-item font-size-smaller text-dark">International Adoption Forums</a> </div></li> </ul> </div> </nav> <div class="navbar-collapse collapse" id="navbarSearch"> <form class="form-inline my-2 my-lg-0 ml-auto mr-0 px-2 search" method="GET" action="https://adoption.com/searchadoption"> <div class="form-inline search__wrapper w-100"> <input type="text" name="q" class="form-control col rounded-0 border-right-0 search__field box-shadow-none" placeholder="Search" required="required" aria-label="Search"> <div class="input-group-append"> <button class="text-muted bg-white form-control px-0 rounded-0 border-left-0 search__icon" type="submit" aria-label="Submit"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mx-3"> <circle cx="10.5" cy="10.5" r="7.5"></circle> <line x1="21" y1="21" x2="15.8" y2="15.8"></line> </svg> </button> </div> </div> </form> </div> <div class="px-0 col-xl-auto col-md-auto col-sm-1 col-1 text-center login-section"> <ul class="nav nav-pills" id="userNav"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle rounded-0 px-2" data-toggle="dropdown" href="javascript:void(0);" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-user text-grey h4 mb-0"></i> <span class="ml-2 text-cyan-dark d-none d-lg-inline d-xl-inline">Login</span></a> <div class="dropdown-menu rounded-0"> <a class="dropdown-item font-size-small border-bottom" href="https://adoption.com/sso/register"> <i class="far fa-edit text-grey"></i> <span class="ml-2">Join</span></a> <a class="dropdown-item font-size-small" href="https://adoption.com/sso/login"><i class="fas fa-sign-in-alt text-grey"></i> <span class="ml-2">Login</span></a> </div> </li> </ul> </div> </nav> <nav class="navbar navbar-expand-lg navbar-light bg-white p-0 topbar-menu px-0 px-md-3 d-xl-none"> <div class="navbar-collapse collapse" id="navbarSupportedContent" style> <ul class="navbar-nav w-100 nav-justified"> <li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12182" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pregnant?</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Pregnant and considering adoption <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12182"><a href="//adoption.com/support" class="dropdown-item font-size-smaller text-dark">Pregnant & considering adoption?</a> <a href="//adoption.com/choosing-adoption-for-your-baby-guide" class="dropdown-item font-size-smaller text-dark">Guide | Choosing Adoption</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose an Adoptive Family</a> <a href="//adoption.com/ls/free-pregnancy-support-and-counseling" class="dropdown-item font-size-smaller text-dark">Contact an Adoption Professional</a> <a href="//adoption.com/ls/stories-from-birth-mothers" class="dropdown-item font-size-smaller text-dark">Free eBook | Unplanned Pregnancy</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Articles | Unplanned Pregnancy</a> <a href="//adoption.com/directory" class="dropdown-item font-size-smaller text-dark">Find An Adoption Professional</a> <a href="//adoption.com/wiki/Pregnancy" class="dropdown-item font-size-smaller text-dark">Pregnancy Wiki</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28805" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Choose A Family</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Choose family to adopt your child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28805"><a href="//adoption.com/profiles/getting-started" class="dropdown-item font-size-smaller text-dark">Create a Profile</a> <a href="//adoption.com/profiles/faq" class="dropdown-item font-size-smaller text-dark">FAQ</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Choose a Family</a> <a href="//adoption.com/profiles/choosing-adoptive-family" class="dropdown-item font-size-smaller text-dark">Choosing a Family</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12199" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Adopt</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> How to adopt a child <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12199"><a href="//adoption.com/how-to-adopt-a-child-guide" class="dropdown-item font-size-smaller text-dark">Guide | How to Adopt a Child</a> <a href="//adoption.com/profiles" class="dropdown-item font-size-smaller text-dark">Parent Profiles</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/local" class="dropdown-item font-size-smaller text-dark">Local Adoption Guide</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">Photolisting</a> <a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//adoption.com/ls/adopting-a-baby" class="dropdown-item font-size-smaller text-dark">Free eBook</a> <a href="//adoption.com/adopt-a-baby" class="dropdown-item font-size-smaller text-dark">Adopt a Baby</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster & Adoption</a> <a href="//adoption.com/home-study" class="dropdown-item font-size-smaller text-dark">Home Study</a> <a href="//adoption.com/ls/growing-your-family-through-adoption" class="dropdown-item font-size-smaller text-dark">Choose an Adoption Professional</a> <a href="//adoption.com/baby-names" class="dropdown-item font-size-smaller text-dark">Baby Names</a> <a href="//adoption.com/stepchild" class="dropdown-item font-size-smaller text-dark">Stepchild Adoption</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_12208" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Reunion</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Reunion <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_12208"><a href="//adoption.com/search-and-reunion-guide" class="dropdown-item font-size-smaller text-dark">Guide | Search & Reunion</a> <a href="//registry.adoption.com" class="dropdown-item font-size-smaller text-dark">Reunion Registry</a> <a href="//adoption.com/detectives" class="dropdown-item font-size-smaller text-dark">Adoption Detectives</a> <a href="//adoption.com/ls/reunion-ebook-download" class="dropdown-item font-size-smaller text-dark">Free eBook | Search & Reunion</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Articles | Search & Reunion</a> <a href="//adoption.com/forums/100/adult-adoptees" class="dropdown-item font-size-smaller text-dark">Forums | Adult Adoptee</a> <a href="//adoption.com/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_28746" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Professionals</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Professionals <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_28746"><a href="//www.adoptiondirectory.com" class="dropdown-item font-size-smaller text-dark">Directory</a> <a href="//www.adoptiondirectory.com/join" class="dropdown-item font-size-smaller text-dark">Add Listing</a> <a href="//adoption.com/professionals" class="dropdown-item font-size-smaller text-dark">For Professionals</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_4389" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Forums</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Forums <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_4389"><a href="//adoption.com/community" class="dropdown-item font-size-smaller text-dark">Community Home</a> <a href="//adoption.com/videos" class="dropdown-item font-size-smaller text-dark">Videos</a> <a href="//adoption.com/community/photo" class="dropdown-item font-size-smaller text-dark">Photos</a> <a href="//adoption.com/blogs" class="dropdown-item font-size-smaller text-dark">Blogs</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_11974" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Articles</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Articles <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_11974"><a href="//adoption.com/articles" class="dropdown-item font-size-smaller text-dark">Articles Home</a> <a href="//adoption.com/guides" class="dropdown-item font-size-smaller text-dark">Adoption Guides</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/articles/adopt" class="dropdown-item font-size-smaller text-dark">How to Adopt</a> <a href="//adoption.com/wiki/Adoption_Celebrities" class="dropdown-item font-size-smaller text-dark">Adoption Celebrities</a> <a href="//adoption.com/wiki/Adoption_Glossary" class="dropdown-item font-size-smaller text-dark">Adoption Glossary</a> <a href="//adoption.com/wiki/Adoption_Laws_in_the_United_States" class="dropdown-item font-size-smaller text-dark">US Adoption Laws</a> <a href="//adoption.com/wiki/Adoption_Quotes" class="dropdown-item font-size-smaller text-dark">Quotes</a> <a href="//adoption.com/articles/reunion" class="dropdown-item font-size-smaller text-dark">Search & Reunion</a> <a href="//adoption.com/articles/stories" class="dropdown-item font-size-smaller text-dark">Stories</a> <a href="//adoption.com/articles/video" class="dropdown-item font-size-smaller text-dark">Video</a> <a href="//adoption.com/articles/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/articles/open-adoption" class="dropdown-item font-size-smaller text-dark">Open Adoption</a> <a href="//adoption.com/articles/pregnant" class="dropdown-item font-size-smaller text-dark">Unplanned Pregnancy</a> <a href="//adoption.com/articles/news" class="dropdown-item font-size-smaller text-dark">News</a> <a href="//adoption.com/articles/birth-parents" class="dropdown-item font-size-smaller text-dark">Birth Parents</a> </div></li><li class="nav-item dropdown px-1 px-lg-0 px-xlg-1"> <a href="javascript:void(0);" class="nav-link d-md-none d-lg-block d-xl-block d-none dropdown-toggle font-size-small text-dark text-uppercase pb-0 px-1" id="navbarDropdown_32430" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Photolisting</a> <a href="javascript:void(0);" class="nav-link d-md-block d-lg-none d-xl-none d-block text-left px-3" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Photolisting <i class="fas fa-chevron-right float-right mt-1 d-block"></i><i class="fas fa-chevron-down float-right mt-1 d-none"></i></a> <div class="dropdown-menu border-0 rounded-0 bg-light arrow-div shadow-sm" aria-labelledby="navbarDropdown_32430"><a href="//adoption.com/photolisting/international" class="dropdown-item font-size-smaller text-dark">International Photolisting</a> <a href="//adoption.com/photolisting" class="dropdown-item font-size-smaller text-dark">US Photolisting</a> <a href="//adoption.com/foster" class="dropdown-item font-size-smaller text-dark">Foster Child Adoption</a> <a href="//adoption.com/international" class="dropdown-item font-size-smaller text-dark">International Adoption</a> <a href="//adoption.com/guide-to-becoming-a-foster-parent" class="dropdown-item font-size-smaller text-dark">Becoming a Foster Parent Guide</a> <a href="//adoption.com/affording" class="dropdown-item font-size-smaller text-dark">Affording Adoption</a> <a href="//adoption.com/forums/182/foster-care-and-adoption" class="dropdown-item font-size-smaller text-dark">Foster and Adoption Forums</a> <a href="//adoption.com/forums/11/international-adoption" class="dropdown-item font-size-smaller text-dark">International Adoption Forums</a> </div></li> </ul> </div> </nav> </div> </div> </header> <div class="main-container clearfix mb-3 mx-auto" id="dfp-header-banner"> <article> <div id="dfp-Header" class="dfp-ad" style="text-align: center; "> <script> googletag.cmd.push( function() { googletag.display("dfp-Header"); }); </script> </div> </article> </div> <section class="container"> <nav class="navbar navbar-expand-lg navbar-light p-0 border-bottom mb-3 border-top"> <a href="//adoption.com/articles" class="navbar-brand "> <strong>Adoption</strong> Articles </a> <div class="d-none d-md-block d-lg-block d-xl-block" style="max-width: 100%; overflow: hidden;"><ul class="menu-tabs navbar-nav"><li class="nav-item first"> <a class="nav-link text-nowrap" href="//adoption.com/articles/guides"> Guides </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Affording_Adoption"> Affording </a> </li> <li class="nav-item active border-top-0 border-right-0 border-left-0 border-bottom border-primary border-3"> <a class="nav-link text-nowrap" href="//adoption.com/articles/adopt"> How to Adopt </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Celebrities"> Celebrities </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Glossary"> Glossary </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/entertainment"> Entertainment </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Laws_in_the_United_States"> Laws </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/parent"> Parenting </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/wiki/Adoption_Quotes"> Quotes </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/reunion"> Search &amp; Reunion </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/stories"> Stories </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/video"> Videos </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/international"> International </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/open-adoption"> Open Adoption </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/articles/pregnant"> Pregnancy </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/special-needs"> Special Needs </a> </li> <li class="nav-item "> <a class="nav-link text-nowrap" href="//adoption.com/news"> News </a> </li> <li class="nav-item last"> <a class="nav-link text-nowrap" href="//adoption.com/articles/birth-parents"> Birth Parent </a> </li> </ul></div><ul class="nav nav-pills collect float-right ml-3"> <li class="dropdown"> <a role="button" href="#" data-toggle="dropdown" class="dropdown-toggle text-primary"> More <span class="caret"></span> </a> <ul id="submenu" class="dropdown-menu shadow-sm"></ul> </li> </ul></nav> </section> <main id="page-wrapper"> <section class="clearfix container bg-white p-0 position-relative"> <div class="py-3"> <div class="article-left-section"> <h1 class="h2 text-center px-3">Our Son Was Almost Kidnapped Before We Could Adopt Him</h1> <h2 class="h3 text-center px-3">Be wary of who shares details of the birth on social media. </h2> <div class="author-detail text-center px-3"> <strong> Ligia D. Bramlett-McDonald </strong> <em> December 06, 2017 </em> </div> <div class="px-3 text-center"> <div class="share-hover mb-2"> <a href="https://www.facebook.com/sharer.php?s=100&amp;amp;p[url]=%2F%2Fadoption.com%2Four-son-was-almost-kidnapped-a-cautionary-tale%2F&amp;amp;p[images][0]=%2F%2Fstatic.adoption.com%2Fatollo%2Fuploads%2F2017%2F11%2FOur-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg&amp;amp;p[title]=Our+Son+Was+Almost+Kidnapped+Before+We+Could+Adopt+Him&amp;amp;p[summary]=" title="Facebook" target="_blank" rel="noopener" aria-label="facebook"> <i class="fab fa-facebook-f facebook text-secondary"></i> </a> <a href="https://pinterest.com/pin/create/bookmarklet/?media=%2F%2Fstatic.adoption.com%2Fatollo%2Fuploads%2F2017%2F11%2FOur-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg&amp;amp;url=%2F%2Fadoption.com%2Four-son-was-almost-kidnapped-a-cautionary-tale%2F&amp;amp;description=Our+Son+Was+Almost+Kidnapped+Before+We+Could+Adopt+Him" title="Pinterest" target="_blank" rel="noopener" aria-label="pinterest"> <i class="fab fa-pinterest-p pinterest text-secondary"></i> </a> <a href="https://twitter.com/share?url=%2F%2Fadoption.com%2Four-son-was-almost-kidnapped-a-cautionary-tale%2F&amp;amp;text=Our+Son+Was+Almost+Kidnapped+Before+We+Could+Adopt+Him&amp;amp;via=adoption.com&amp;amp;hashtags=adoption" title="Twitter" target="_blank" rel="noopener" aria-label="twitter"> <i class="fab fa-twitter twitter text-secondary"></i> </a> </div> </div> <div class="article-banner text-center px-3"> <figure> <picture> <source media="(max-width: 575.98px)" srcset="//static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-300x200.jpg"> <source media="(min-width: 576px) and (max-width: 767.98px)" srcset="//static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-300x200.jpg"> <img class="wp-image-main img-fluid lazy" alt="article image" loading="lazy" src="//static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg" onerror="this.onerror=null;this.src='//adoption.com/app5/img/nophoto.png';" alt="article image" class="img-fluid" width="600" height="300" /> </picture> </figure> </div> <div class="post-content overflow-hidden"> <!DOCTYPE html> <html><p dir="ltr">First and foremost, let me try to explain the love that we feel for our son. I feel like we never took a breath of life before his birth – as if we never felt the warmth of the rising sun, or ever saw the beauty of an ocean. It was as if our lives truly began when he came.</p> <p dir="ltr">On a July morning, at 11:03 am, our son came into this world. He was the selfless gift from a teenager with a heart and soul beyond her years. From the moment our eyes fell upon him, there was an inexplicable sense of completion, and also of destiny unfolding. All the right cosmic pieces fell into place, and in a single moment our lives became instantly whole.</p> <p dir="ltr">The transition from being a prospective adoptive couple to being our son’s parents was relatively smooth. I attribute this to the close contact that we were able to maintain with his birth mother. After she chose us as the adoptive parents, we started going places with her such as shopping for maternity clothes and ultrasound appointments. As hopeful adoptive parents, sharing these events with the expecting mother brought us closer while the child was still in the womb, and allowed her to see how much we loved him even before he was born.</p><p> <article> <div id="dfp-Content_A" class style="text-align: center; "> <script> googletag.cmd.push( function() { googletag.display("dfp-Content_A"); }); </script> </div> </article></p> <p dir="ltr">I remember the tears falling down my face as I saw my son for the first time on the ultrasound. At first, the expecting mother did not seem to understand my level of emotion. The expecting mother also watched us closely as my husband and I held hands. I think that was the moment she truly sensed the love we had for each other, and our yearning to become parents. As we had not yet been able to conceive, sharing these special experiences with the expecting mother also allowed us to experience the birth process. As a result of bonding with the expecting mother during this period of time, she eventually invited us to be part of the birthing process. The time we spent together during her pregnancy was priceless.</p> <p dir="ltr">If we could offer another piece of advice, it would be to be wary of who shares details of the birth on social media. In the state we were in, the birth mother had 72 hours to change her mind regarding the adoption. In those 72 hours, hopeful adoptive parents have no legal rights. There were many people associated with the birth mother who visited the hospital, and many pictures/texts made it on social media about our son. When we saw the countless number of photos, and read all of the posts about the child, we became very worried that something might happen to change our hopeful situation.</p> <p dir="ltr">We were fortunate enough to have a hospital room after the birth. While our son’s birth mother recovered from a rather traumatic delivery, we were able to keep our son with us in our room. My husband had gone down the hall to speak to one of the nurses when I noticed a woman with an empty stroller entering the unit. She spoke frantically in Spanish. By God’s grace, it turned out that Spanish is my first language and I understood everything that was being said. It turns out that this woman with the stroller had arrived on the unit after hearing about our son’s birth on a social media website. She knew the birth mother through another person, and came on the pretense to visit her; however, her intentions were sinister as she meant to kidnap our son! We quickly got help and our son was kept safe.</p><p> <article> <div id="dfp-Content_B" class style="text-align: center; "> <script> googletag.cmd.push( function() { googletag.display("dfp-Content_B"); }); </script> </div> </article></p> <p dir="ltr">If you have the opportunity, do speak to the birth mother/parents about ground rules for posting events/pictures online. They may not understand the dangers of information being made public. In our case, the hospital and unit were made public, leading to what could have been a tragic situation.</p> <p dir="ltr">There were obstacles and countless hours of worry before we were able to finalize the adoption, but every second was more than worth it. I am typing this in the wee hours of the morning as my little angel slumbers next to me. I hear and feel his breath against me. I savor the warmth of his skin as his chubby little hand brushes against my arm. I look over at him and see the pulsations in his neck keeping time to the beating of his precious heart. I know we would have walked through fire for him, but there is a part of me that I rarely allow myself to think about it. I keep these thoughts at bay because even though they are beautiful, they are equally heart-breaking. These are the thoughts that encompass the following fact: That if I only had 72 hours with my son before he was taken out of my arms and forever back into his biological mother’s arms, I would gladly take those hours with full appreciation. The joy of those three days spent with the sweetest soul on Earth would sustain me for eternity.</p> <p dir="ltr">I love you, my son, a million times over, and with every last cell in my body. I love you. Thank you for being my breath, my heart, my mind, and truly my everything.</p> <p dir="ltr"><em>If you enjoyed this story you can download the FREE eBook Adopting A Baby In The US by <a href="https://adoption.com/ls/adopting-a-baby">clicking here</a>.</em></p> </html> </div> <div class="author-info-section overflow-hidden px-3"> <div class="row no-padding"> <div class="col-lg-2 col-md-2 col-sm-2 col-12 author-image-info"> <img class="wp-image-main img-fluid" loading="lazy" alt="author image" src="//adoption.com/app5/img/nophoto-100.png" onerror="this.src='//adoption.com/app5/img/nophoto-100.png';" height="160" width="160"> </div> <div class="col-lg-10 col-md-10 col-sm-10 col-12"> <div class="author-info-detail"> <h4>Ligia D. Bramlett-McDonald</h4> </div> </div> </div> </div> <br/> </div> </div> <div class="mb-4 bg-light pbm-native-ad"> <div class="row p-4"> <div class="col-lg-12 col-md-12 col-12"> <h4 class="text-primary h3"><strong>Pregnant and have questions? We can help answer your questions by telling us what works best for you.</strong></h4> </div> <div class="col-lg-12 col-md-12 col-12"> <form method="POST" action="https://adoption.com/support" accept-charset="UTF-8" id="formmessage" class><input name="_token" type="hidden" value="dx231hiqolQd0Zt20GJkhGcQP8boDQRxm0MvXZjr"> <input name="lead_source" type="hidden" value="Adoption.com-Articles-Details-Support-Form"> <div class="row"> <div class="form-group col-lg-6"> <label for="name">First name<sup>*</sup></label> <input class="form-control" placeholder required="required" name="name" type="text" value> </div> <div class="form-group col-lg-6"> <label for="last_name">Last name<sup>*</sup></label> <input class="form-control" placeholder required="required" name="last_name" type="text" value> </div> </div> <div class="row"> <div class="form-group col-lg-6"> <label for="email">Email<sup>*</sup></label> <input class="form-control" placeholder required="required" name="email" type="text" value> </div> <div class="form-group col-lg-6"> <label for="phone">Phone<sup>*</sup></label> <input class="form-control" placeholder required="required" name="phone" type="text" value> </div> </div> <div class="row"> <div class="form-group col-lg-6"> <label for="do_you_want_an_open_adoption_so_you_can_have_contact_with_your_child_after_adoption">Do you want contact with your child through an open adoption?</label> <select class="form-control selectpicker" name="do_you_want_an_open_adoption_so_you_can_have_contact_with_your_child_after_adoption"><option value selected="selected">Select</option><option value="Yes">Yes</option><option value="No">No</option></select> </div> <div class="form-group col-lg-6"> <label for="do_you_need_medical_and_or_financial_support_during_your_pregnancy">Do you need medical and/or financial support during your pregnancy?</label> <select class="form-control selectpicker" name="do_you_need_medical_and_or_financial_support_during_your_pregnancy"><option value selected="selected">Select</option><option value="Yes">Yes</option><option value="No">No</option></select> </div> </div> <div class="form-group text-center"> <div class="my_name_wrap" style="display:none;"><input name="my_name" type="text" value id="my_name" /><input name="my_time" type="text" value="eyJpdiI6Ijd5THFJNlQ4WmdqcmxzMzJKQWduOEE9PSIsInZhbHVlIjoiaGFzbCttR2diTFhQcnlnenZcLytSb2c9PSIsIm1hYyI6IjZjZTFlMTZmZmM1OTczNjY3ODJiZWI4ZjUzMWIxNTcwZWE5MTkwMTc3MjBhYmE3Njk0MmZmYjlhN2Q1M2ZhMmUifQ==" /></div> <button type="submit" class="btn btn-primary text-white rounded-0 h5">Submit</button> </div> <div class="form-group text-center"> <a href="https://adoption.com/privacy-notice" class="text-primary" target="_blank">View our Privacy Policy</a> </div> </form> </div> </div> </div> <div id="related-article-section" class="clearfix pb-5"> <div class="col-lg-12"> <hr/> <header class="overflow-hidden"> <h2 class="h3"> <a href="https://adoption.com/articles" class="text-body">Related Articles <span class="see-more">See All</span><br/></a> </h2> </header> <div class="owl-carousel-main owl-carousel owl-theme owl-loaded"> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/texas-adoption-guide/" title="Texas Adoption" aria-label="Texas Adoption" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2024/02/16075743/Texas_Adoption_AdobeStock_273839757-300x191.jpeg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2024/02/16075743/Texas_Adoption_AdobeStock_273839757-300x191.jpeg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Texas Adoption</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/foster-to-adoption/" title="Foster to Adoption" aria-label="Foster to Adoption" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2024/02/16074351/foster-to-adoption_AdobeStock_241464379-300x214.jpeg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2024/02/16074351/foster-to-adoption_AdobeStock_241464379-300x214.jpeg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Foster to Adoption</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/adopt-a-baby-1/" title="Adopt a Baby" aria-label="Adopt a Baby" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2019/03/Adopt-a-Baby-624x416-300x200.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2019/03/Adopt-a-Baby-624x416-300x200.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Adopt a Baby</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/infant-for-adoption/" title="Infants for Adoption" aria-label="Infants for Adoption" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2019/02/Infants-for-Adoption-624x416-300x200.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2019/02/Infants-for-Adoption-624x416-300x200.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">Infants for Adoption</p> </div> </article> <article class="item m-0"> <div class="panel panel-item"> <div class="panel-image"> <a class="scale-crop lazy" href="//adoption.com/4-questions-before-adopting-an-infant/" title="4 Questions to Ask Yourself Before Adopting an Infant" aria-label="4 Questions to Ask Yourself Before Adopting an Infant" data-bg data-bg-img-desktop="//static.adoption.com/atollo/uploads/2018/05/4-Questions-to-Ask-Yourself-Before-Adopting-an-Infant-300x230.jpg" data-bg-img-mobile="//static.adoption.com/atollo/uploads/2018/05/4-Questions-to-Ask-Yourself-Before-Adopting-an-Infant-300x230.jpg"> &nbsp; </a> </div> <p class="panel-title gradient-vertical m-0 p-2 text-white font-size-small fixed-bottom">4 Questions to Ask Yourself Before Adopting an Infant</p> </div> </article> </div> </div> </div> </section> <section class="clearfix container bg-white p-3"> <div class="annoucement-section text-center overflow-hidden" style="background-color: #fdfcdc;"> <div class="col-lg-12 position-relative"> <br/> <p style="font-size: 18px;">The views and opinions expressed through <a href="https://adoption.com">Adoption.com</a> Articles are those of the authors and do not necessarily reflect the official policy or position of <a href="https://adoption.com">Adoption.com</a>. If you would like to report any articles for us to review, we would love to hear from you.</p> <br/> <a href="https://adoption.com/report-content" class="position-absolute left-0 right-0 top-0 bottom-0">&nbsp;</a> </div> </div> </section> </main> <div class="main-container position-relative mx-auto" id="main-footer"> <div class="prefooter bg-light overflow-hidden px-0 px-lg-5"> <section class="pt-3 related-article-slider mb-0"> <header class="mb-3"> <strong class="mr-4 font-size-small">HOPEFUL ADOPTIVE PARENTS</strong> <a class="mr-4 font-size-smaller text-secondary" href="https://adoption.com/profiles/getting-started">Create a Profile</a> </header> <section id="parent-profiles-widget" class="related-article-slider top-widgets-section mt-4 mb-0"> <header class="mb-3"> <a href="https://adoption.com/profiles/getting-started" class="btn btn-primary text-white rounded-0 px-4 float-right d-none d-xl-block d-lg-block py-1">CREATE A PROFILE</a> <h2 class="h3"> <a href="https://adoption.com/profiles" class="text-body"> <span class="hidden-xs">Choose a family you love to adopt your baby. <span class="see-more">See All</span><br> <p class="d-none d-lg-block d-xl-block small font-size-base mt-2">Adoption profiles of adoptive parents &amp; families advertising to adopt.</p> </a> </h2> </header> <div class="row justify-content-around"> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 "> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/JessicaMatthew" title="Jessica & Matthew" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13294_1630704138.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13294_1630704138.jpg" style="background-position : 54.38% 43.82% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/JessicaMatthew" class="text-body"> Jessica & Matthew </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-block"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/ElizabethLee" title="Elizabeth & Lee" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_14843_1692484532.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_14843_1692484532.jpg" style="background-position : 49.03% 27.70% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/ElizabethLee" class="text-body"> Elizabeth & Lee </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/BrittanyChase1579103737" title="Brittany & Chase" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_11176_1581017182.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_11176_1581017182.jpg" style="background-position : 55.48% 77.67% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/BrittanyChase1579103737" class="text-body"> Brittany & Chase </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-block d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/CamilleAlec1666277727" title="Camille & Alec" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_14677_1666281921.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_14677_1666281921.jpg" style="background-position : 46.31% 33.50% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/CamilleAlec1666277727" class="text-body"> Camille & Alec </a> </h3> </div> </div> </article> <article class="item col-lg-2 col-xl-2 col-md-3 col-sm-6 col-12 d-none d-xl-block d-lg-block d-md-none d-sm-none"> <div class="panel-section"> <div class="panel-heading"> <div class="text-center panel-image overflow-hidden"> <a href="https://adoption.com/profiles/JessicaAlan" title="Jessica & Alan" data-bg data-bg-mobile data-bg-img-desktop="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13076_1624914310.jpg" data-bg-img-mobile="//static.adoption.com/ow_userfiles/plugins/base/avatars/avatar_big_13076_1624914310.jpg" style="background-position : 51.84% 48.25% ;" class="scale-crop"> </a> </div> </div> <div class="panel-body mt-2"> <h3 class="panel-title h5"> <a href="https://adoption.com/profiles/JessicaAlan" class="text-body"> Jessica & Alan </a> </h3> </div> </div> </article> </div> <a href="https://adoption.com/profiles" aria-label="Choose a family" class="text-primary position-absolute slide-arrow-1"><i class="fas fa-chevron-circle-right fa-2x"></i></a> </section> </section> <div class="col-lg-5 col-md-6 col-sm-6 col-12 news-letter-search my-3 mx-auto"> <label style="text-transform: none;" for="email" class="font-size-small">Subscribe for FREE to the Best of Adoption.com eMagazine</label> <form method="POST" action="https://adoption.com/newsletter" accept-charset="UTF-8" id="newsletterfoote" class="input-group"><input name="_token" type="hidden" value="dx231hiqolQd0Zt20GJkhGcQP8boDQRxm0MvXZjr"> <input class="input form-control border-0 py-0 font-size-small rounded-0" placeholder="email..." type="email" name="email" aria-label="email" id="email" required="required" /> <input name="signupNewslette" class="btn btn-primary py-0 font-size-small ml-3" type="submit" value="SIGN UP" data-action="//adoption.com/newsletter" /> </form> <div id="subscribeResult" class="message"></div> </div> </div> <footer id="footer" class="text-center footer" role="contentinfo"> <section class="bg-dark py-4 footer-section font-size-small px-2 m-0"> <ul class="list-inline px-1"> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/about">About</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/contact">Contact</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/professionals" target="_blank">Advertise</a>&nbsp; | &nbsp;</li> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white" href="https://adoption.com/sitemap">Sitemap</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guides" class="text-white"><strong>Guides &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-adopt-a-child-guide" class="text-white">Adopt a Child &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/baby-adoption-guide" class="text-white">Adopt a Baby &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arizona-guide" class="text-white">Arizona Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/open-adoption-guide" class="text-white">Open Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-adopting-from-foster-care" class="text-white">Foster Care Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/choosing-adoption-for-your-baby-guide" class="text-white">Unplanned Pregnancy &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oklahoma-guide" class="text-white">Oklahoma Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/texas-guide" class="text-white">Texas Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/florida-guide" class="text-white">Florida Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/cost-to-adopt" class="text-white">Adoption Costs &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-choosing-in-adoptive-family-for-your-child" class="text-white">Adoptive Family &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/transracial-multicultural" class="text-white">Transracial Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/selecting-an-adoption-agency" class="text-white">Adoption Agency &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/christian-adoption-guide" class="text-white">Christian Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/international-adoption-guide" class="text-white">International Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/guide-to-affording-adoption" class="text-white">Affording Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/search-and-reunion-guide" class="text-white">Adoption Search &nbsp; | &nbsp;</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/local" class="text-white"><strong>Local &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/alabama" class="text-white">Alabama &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/alaska" class="text-white">Alaska &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arizona" class="text-white">Arizona &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/arkansas" class="text-white">Arkansas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/california" class="text-white">California &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/colorado" class="text-white">Colorado &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/connecticut" class="text-white">Connecticut &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/delaware" class="text-white">Delaware &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/florida" class="text-white">Florida &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/georgia" class="text-white">Georgia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/hawaii" class="text-white">Hawaii &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/idaho" class="text-white">Idaho &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/illinois" class="text-white">Illinois &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/indiana" class="text-white">Indiana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/iowa" class="text-white">Iowa &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/kansas" class="text-white">Kansas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/kentucky" class="text-white">Kentucky &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/louisiana" class="text-white">Louisiana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/maine" class="text-white">Maine &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/maryland" class="text-white">Maryland &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/massachusetts" class="text-white">Massachusetts &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/michigan" class="text-white">Michigan &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/minnesota" class="text-white">Minnesota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/mississippi" class="text-white">Mississippi &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/missouri" class="text-white">Missouri &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/montana" class="text-white">Montana &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/nebraska" class="text-white">Nebraska &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-jersey" class="text-white">New Jersey &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-mexico" class="text-white">New Mexico &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-york" class="text-white">New York &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/nevada" class="text-white">Nevada &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/new-hampshire" class="text-white">New Hampshire &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/north-carolina" class="text-white">North Carolina &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/north-dakota" class="text-white">North Dakota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/ohio" class="text-white">Ohio &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oklahoma" class="text-white">Oklahoma &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/oregon" class="text-white">Oregon &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/pennsylvania" class="text-white">Pennsylvania &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/rhode-island" class="text-white">Rhode Island &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/south-carolina" class="text-white">South Carolina &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/south-dakota" class="text-white">South Dakota &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/tennessee" class="text-white">Tennessee &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/texas" class="text-white">Texas &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/utah" class="text-white">Utah &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/vermont" class="text-white">Vermont &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/virginia" class="text-white">Virginia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/washington" class="text-white">Washington &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/west-virginia" class="text-white">West Virginia &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/wisconsin" class="text-white">Wisconsin &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/wyoming" class="text-white">Wyoming &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/district-of-columbia" class="text-white">Washington D.C. &nbsp; | &nbsp;</a></li> </ul> <ul class="list-inline px-1 mb-3"> <li class="list-inline-item mr-0 font-size-small mb-2"><a class="text-white"><strong>Top &nbsp; : &nbsp;</strong></a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoption-centers-near-me" class="text-white">Adoption Centers Near Me &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/open-adoptions" class="text-white">Open Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/giving-baby-up-for-adoption" class="text-white">Giving Baby Up for Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoptive-family-1" class="text-white">Adoptive Family &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/adoption-options-1" class="text-white">Adoption Options &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-start-the-adoption-process-1" class="text-white">How to Start the Adoption Process &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/steps-of-adoption" class="text-white">Steps of Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/christian" class="text-white">Christian Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/catholic" class="text-white">Catholic Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/lds" class="text-white">LDS Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/jewish" class="text-white">Jewish Adoption &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.com/how-to-start-the-adoption-process" class="text-white">Adoption Process &nbsp; | &nbsp;</a></li> <li class="list-inline-item mr-0 font-size-small mb-2"><a href="https://adoption.org" target="_blank" rel="noopener" class="text-white">Adoption Agencies &nbsp; | &nbsp;</a></li> </ul> <p class="mb-1 text-white">Adoption.com is not a licensed adoption agency or facilitator and it does not provide professional, legal or medical advice. It does not place children for adoption or match birth parents and adoptive parents. Users of Adoption.com agree to the <a href="https://adoption.com/terms-of-service" class="text-white">Terms of Service</a>, <a href="https://adoption.com/privacy-notice" class="text-white">Privacy Notice</a> and <a href="https://adoption.com/community-rules" class="text-white">Community Rules</a>. ©2021 Adoption.com LLC, a service of The Gladney Center for Adoption. All rights reserved. </p> </section> </footer> </div> </div> <script src="//adoption.com/app5//js/app.js?id=3da14c0b7bd2e3ac637bf333d4cd3278"></script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> // Default adunits slots to display lazyloadDfp = function () { document.removeEventListener("scroll", lazyloadDfp); googletag.cmd.push(function () { googletag.pubads().refresh([Header, Content_A, Content_B]); }); }; document.addEventListener("scroll", lazyloadDfp); </script> <script id="analytics-scripts"> // Google Analytics (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); // send pageview ga('create', 'UA-410270-6', 'auto'); // page specific ga tracking variables eg: gtag("set", {"custom_map":{"dimension1":"test_cs1"}} ); // ga('set', 'Authors', 'authorName'); //@ga-scripts// ga('set', 'dimension1', 'Ligia D. Bramlett-McDonald'); // Authors ga('set', 'dimension2', 'Adopt'); // Sections/categories ga('set', 'dimension3', 'articles'); // Post Type ga('set', 'dimension5', '2017-12-06'); // Date Created ga('set', 'dimension6', 'Our Son Was Almost Kidnapped Before We Could Adopt Him'); // Headline ga('set', 'dimension7', '//adoption.com/our-son-was-almost-kidnapped-a-cautionary-tale/'); // Url ga('set', 'dimension10', '//static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg'); // Thumbnail Url window.dataLayer = window.dataLayer || []; window.dataLayer.push({'authorName': 'Ligia D. Bramlett-McDonald'}); window.dataLayer.push({'categories': 'Adopt'}); window.dataLayer.push({'dateCreated': '2017-12-06'}); window.dataLayer.push({'postType': 'articles'}); window.dataLayer.push({'thumbnailUrl': '//static.adoption.com/atollo/uploads/2017/11/Our-Son-Was-Almost-Kidnapped-Before-We-Could-Adopt-Him-600x400.jpg'}); // common ga('require', 'displayfeatures'); ga('send', 'pageview'); // ga end // Google Tag Manager (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-KV35SRG'); </script> <script type="text/javascript"> // Trigger Hubspot chat document.addEventListener("DOMContentLoaded", function (event) { jQuery('.chat-btn').on('click', function (event) { // removef if it is no need to prevent default event such as url redirect in the <a> element event.preventDefault(true); if (window.HubSpotConversations) { window.HubSpotConversations.widget.open(); } }); }); </script> <script> var isUsVisitor = 1; </script> <div style="display:none;"> Host: www2</div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "First and foremost, let me try to explain the love that we feel for our son. I feel like we never took a breath of life before his birth – as if we never felt the warmth of the rising sun, or ever saw the beauty of an ocean. It was as if our lives truly began when he came.\nOn a July morning, at 11:03 am, our son came into this world. He was the selfless gift from a teenager with a heart and soul beyond her years. From the moment our eyes fell upon him, there was an inexplicable sense of completion, and also of destiny unfolding. All the right cosmic pieces fell into place, and in a single moment our lives became instantly whole.\nThe transition from being a prospective adoptive couple to being our son’s parents was relatively smooth. I attribute this to the close contact that we were able to maintain with his birth mother. After she chose us as the adoptive parents, we started going places with her such as shopping for maternity clothes and ultrasound appointments. As hopeful adoptive parents, sharing these events with the expecting mother brought us closer while the child was still in the womb, and allowed her to see how much we loved him even before he was born.\nI remember the tears falling down my face as I saw my son for the first time on the ultrasound. At first, the expecting mother did not seem to understand my level of emotion. The expecting mother also watched us closely as my husband and I held hands. I think that was the moment she truly sensed the love we had for each other, and our yearning to become parents. As we had not yet been able to conceive, sharing these special experiences with the expecting mother also allowed us to experience the birth process. As a result of bonding with the expecting mother during this period of time, she eventually invited us to be part of the birthing process. The time we spent together during her pregnancy was priceless.\nIf we could offer another piece of advice, it would be to be wary of who shares details of the birth on social media. In the state we were in, the birth mother had 72 hours to change her mind regarding the adoption. In those 72 hours, hopeful adoptive parents have no legal rights. There were many people associated with the birth mother who visited the hospital, and many pictures/texts made it on social media about our son. When we saw the countless number of photos, and read all of the posts about the child, we became very worried that something might happen to change our hopeful situation.\nWe were fortunate enough to have a hospital room after the birth. While our son’s birth mother recovered from a rather traumatic delivery, we were able to keep our son with us in our room. My husband had gone down the hall to speak to one of the nurses when I noticed a woman with an empty stroller entering the unit. She spoke frantically in Spanish. By God’s grace, it turned out that Spanish is my first language and I understood everything that was being said. It turns out that this woman with the stroller had arrived on the unit after hearing about our son’s birth on a social media website. She knew the birth mother through another person, and came on the pretense to visit her; however, her intentions were sinister as she meant to kidnap our son! We quickly got help and our son was kept safe.\nIf you have the opportunity, do speak to the birth mother/parents about ground rules for posting events/pictures online. They may not understand the dangers of information being made public. In our case, the hospital and unit were made public, leading to what could have been a tragic situation.\nThere were obstacles and countless hours of worry before we were able to finalize the adoption, but every second was more than worth it. I am typing this in the wee hours of the morning as my little angel slumbers next to me. I hear and feel his breath against me. I savor the warmth of his skin as his chubby little hand brushes against my arm. I look over at him and see the pulsations in his neck keeping time to the beating of his precious heart. I know we would have walked through fire for him, but there is a part of me that I rarely allow myself to think about it. I keep these thoughts at bay because even though they are beautiful, they are equally heart-breaking. These are the thoughts that encompass the following fact: That if I only had 72 hours with my son before he was taken out of my arms and forever back into his biological mother’s arms, I would gladly take those hours with full appreciation. The joy of those three days spent with the sweetest soul on Earth would sustain me for eternity.\nI love you, my son, a million times over, and with every last cell in my body. I love you. Thank you for being my breath, my heart, my mind, and truly my everything.\nIf you enjoyed this story you can download the FREE eBook Adopting A Baby In The US by clicking here.", "id": "<urn:uuid:2b26d3a9-7fc7-41f4-b78b-dc745d9359e6>", "dump": "CC-MAIN-2024-10", "url": "https://adoption.com/our-son-was-almost-kidnapped-a-cautionary-tale", "date": "2024-02-25T08:36:06", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9901509881019592, "token_count": 1037 } }
<urn:uuid:bc669499-11f5-4ce6-af41-9e48d3d5229e>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ahrefs-site-verification" content="e277fbc820b7edeb171614e14fcbe26774734ad616d239cf5804439ccf81e50b"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"> --> <link rel=preconnect href="https://use.typekit.net" crossorigin /> <link data-minify="1" rel="preload" as="style" href="https://advancedmedicalcertification.com/wp-content/cache/min/1/dvh4rpf.css?ver=1708433240" /> <link data-minify="1" rel="stylesheet" href="https://advancedmedicalcertification.com/wp-content/cache/min/1/dvh4rpf.css?ver=1708433240" media="print" onload="this.media='all'"/> <noscript> <link data-minify="1" rel="stylesheet" href="https://advancedmedicalcertification.com/wp-content/cache/min/1/dvh4rpf.css?ver=1708433240" /> </noscript> <link rel="preconnect" href="https://script.hotjar.com"/> <link rel="dns-prefetch" href="https://script.hotjar.com/"> <link rel="preconnect" href="https://connect.facebook.net/"/> <link rel="dns-prefetch" href="https://connect.facebook.net/"> <link rel="preconnect" href="https://www.google-analytics.com/"/> <link rel="dns-prefetch" href="https://www.google-analytics.com/"> <link rel="preconnect" href="https://fonts.adobe.com/"> <link rel="dns-prefetch" href="https://fonts.adobe.com/"> <link rel="preconnect" href="https://www.googletagmanager.com/"/> <link rel="dns-prefetch" href="https://www.googletagmanager.com/"/> <link rel="preconnect" href="bat.bing.com"/> <link rel="dns-prefetch" href="bat.bing.com"/> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <meta name='robots' content='noindex, follow' /> <!-- Google Tag Manager PROD--> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '&gtm_auth=ZWoxHGoTvEXKIeJs_K6tww&gtm_preview=env-1&gtm_cookies_win=x';f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KRCLR95');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager //Staging Environment--> <!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '&gtm_auth=nQodfCs003j1NOBtknwjWA&gtm_preview=env-167&gtm_cookies_win=x';f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KRCLR95');</script> --> <!-- End Google Tag Manager --> <!-- Google Tag Manager STAGE ONLY TEST--> <!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PGP25BT7');</script> --> <!-- End Google Tag Manager --> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" /> <script type='text/javascript' id='vwoCode'> window._vwo_code=window._vwo_code || (function() { var account_id=721232, version = 1.5, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, is_spa=1, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,vwoCodeEl=d.querySelector('#vwoCode'),code={use_existing_jquery:function(){return use_existing_jquery},library_tolerance:function(){return library_tolerance},hide_element_style:function(){return'{'+hide_element_style+'}'},finish:function(){if(!f){f=true;var e=d.getElementById('_vis_opt_path_hides');if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=d.createElement('script');t.fetchPriority='high';t.src=e;t.type='text/javascript';t.onerror=function(){_vwo_code.finish()};d.getElementsByTagName('head')[0].appendChild(t)},getVersion:function(){return version},getMatchedCookies:function(e){var t=[];if(document.cookie){t=document.cookie.match(e)||[]}return t},getCombinationCookie:function(){var e=code.getMatchedCookies(/(?:^|;)\s?(_vis_opt_exp_\d+_combi=[^;$]*)/gi);e=e.map(function(e){try{var t=decodeURIComponent(e);if(!/_vis_opt_exp_\d+_combi=(?:\d+,?)+\s*$/.test(t)){return''}return t}catch(e){return''}});var i=[];e.forEach(function(e){var t=e.match(/([\d,]+)/g);t&&i.push(t.join('-'))});return i.join('|')},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;w.settings_timer=setTimeout(function(){_vwo_code.finish()},settings_tolerance);var e=d.currentScript,t=d.createElement('style'),i=e&&!e.async?hide_element?hide_element+'{'+hide_element_style+'}':'':code.lA=1,n=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');vwoCodeEl&&t.setAttribute('nonce',vwoCodeEl.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));n.appendChild(t);var o=this.getCombinationCookie();this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+ +is_spa+'&vn='+version+(o?'&c='+o:''));return settings_timer}};w._vwo_settings_timer = code.init();return code;}()); </script> <!-- End VWO Async SmartCode --> <!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v22.1) - https://yoast.com/wordpress/plugins/seo/ --> <title>PALS Certification Exam | Advanced Medical Certification</title> <meta name="description" content="Take your PALS Certification Exam now. Don&#039;t forget that it requires a passing score of 80% and must be passed before receiving a Certification. Good luck!" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="PALS Certification Exam" /> <meta property="og:description" content="Take your PALS Certification Exam now. Don&#039;t forget that it requires a passing score of 80% and must be passed before receiving a Certification. Good luck!" /> <meta property="og:url" content="https://advancedmedicalcertification.com/lesson/pals-certification-exam/" /> <meta property="og:site_name" content="Advanced Medical Certification" /> <meta property="article:publisher" content="https://www.facebook.com/AdvancedMedicalCertification/" /> <meta property="article:modified_time" content="2023-07-07T05:46:52+00:00" /> <meta property="og:image" content="https://advancedmedicalcertification.com/wp-content/uploads/2024/02/Advanced-Medical-Certification-Online-ACLS-PALS-BLS-CPR-BBP.jpg" /> <meta property="og:image:width" content="2560" /> <meta property="og:image:height" content="1340" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@advmedcert" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":["WebPage","ItemPage"],"@id":"https://advancedmedicalcertification.com/lesson/pals-certification-exam/","url":"https://advancedmedicalcertification.com/lesson/pals-certification-exam/","name":"PALS Certification Exam | Advanced Medical Certification","isPartOf":{"@id":"https://advancedmedicalcertification.com/#website"},"datePublished":"2016-11-10T12:14:25+00:00","dateModified":"2023-07-07T05:46:52+00:00","description":"Take your PALS Certification Exam now. Don't forget that it requires a passing score of 80% and must be passed before receiving a Certification. Good luck!","breadcrumb":{"@id":"https://advancedmedicalcertification.com/lesson/pals-certification-exam/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://advancedmedicalcertification.com/lesson/pals-certification-exam/"]}]},{"@type":"BreadcrumbList","@id":"https://advancedmedicalcertification.com/lesson/pals-certification-exam/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://advancedmedicalcertification.com/"},{"@type":"ListItem","position":2,"name":"PALS Certification Exam"}]},{"@type":"WebSite","@id":"https://advancedmedicalcertification.com/#website","url":"https://advancedmedicalcertification.com/","name":"Advanced Medical Certification","description":"ACLS, PALS, &amp; BLS Online Certification","publisher":{"@id":"https://advancedmedicalcertification.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://advancedmedicalcertification.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://advancedmedicalcertification.com/#organization","name":"Advanced Medical Certification","url":"https://advancedmedicalcertification.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://advancedmedicalcertification.com/#/schema/logo/image/","url":"","contentUrl":"","caption":"Advanced Medical Certification"},"image":{"@id":"https://advancedmedicalcertification.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/AdvancedMedicalCertification/","https://twitter.com/advmedcert","https://www.instagram.com/advmedcert/"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//script.tapfiliate.com' /> <link rel='dns-prefetch' href='//use.typekit.net' /> <link rel='dns-prefetch' href='//youtube.com' /> <link rel='dns-prefetch' href='//static.zdassets.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//script.hotjar.com' /> <link rel='dns-prefetch' href='//connect.facebook.net' /> <link rel='dns-prefetch' href='//www.googleoptimize.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel='dns-prefetch' href='//bat.bing.com' /> <link rel='dns-prefetch' href='//www.googleadservices.com' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Advanced Medical Certification &raquo; Feed" href="https://advancedmedicalcertification.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Advanced Medical Certification &raquo; Comments Feed" href="https://advancedmedicalcertification.com/comments/feed/" /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='outermost-icon-block-style-inline-css' type='text/css'> .wp-block-outermost-icon-block{display:flex;line-height:0}.wp-block-outermost-icon-block.has-border-color{border:none}.wp-block-outermost-icon-block .has-icon-color svg,.wp-block-outermost-icon-block.has-icon-color svg{color:currentColor}.wp-block-outermost-icon-block .has-icon-color:not(.has-no-icon-fill-color) svg,.wp-block-outermost-icon-block.has-icon-color:not(.has-no-icon-fill-color) svg{fill:currentColor}.wp-block-outermost-icon-block .icon-container{box-sizing:border-box}.wp-block-outermost-icon-block a,.wp-block-outermost-icon-block svg{height:100%;transition:transform .1s ease-in-out;width:100%}.wp-block-outermost-icon-block a:hover{transform:scale(1.1)}.wp-block-outermost-icon-block svg{transform:rotate(var(--outermost--icon-block--transform-rotate,0deg)) scaleX(var(--outermost--icon-block--transform-scale-x,1)) scaleY(var(--outermost--icon-block--transform-scale-y,1))}.wp-block-outermost-icon-block .rotate-90,.wp-block-outermost-icon-block.rotate-90{--outermost--icon-block--transform-rotate:90deg}.wp-block-outermost-icon-block .rotate-180,.wp-block-outermost-icon-block.rotate-180{--outermost--icon-block--transform-rotate:180deg}.wp-block-outermost-icon-block .rotate-270,.wp-block-outermost-icon-block.rotate-270{--outermost--icon-block--transform-rotate:270deg}.wp-block-outermost-icon-block .flip-horizontal,.wp-block-outermost-icon-block.flip-horizontal{--outermost--icon-block--transform-scale-x:-1}.wp-block-outermost-icon-block .flip-vertical,.wp-block-outermost-icon-block.flip-vertical{--outermost--icon-block--transform-scale-y:-1}.wp-block-outermost-icon-block .flip-vertical.flip-horizontal,.wp-block-outermost-icon-block.flip-vertical.flip-horizontal{--outermost--icon-block--transform-scale-x:-1;--outermost--icon-block--transform-scale-y:-1} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--foreground: #000000;--wp--preset--color--background: #ffffff;--wp--preset--color--primary: #1a4548;--wp--preset--color--secondary: #ffe2c7;--wp--preset--color--tertiary: #F6F6F6;--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--gradient--vertical-secondary-to-tertiary: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%);--wp--preset--gradient--vertical-secondary-to-background: linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--vertical-tertiary-to-background: linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%);--wp--preset--gradient--diagonal-primary-to-foreground: linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%);--wp--preset--gradient--diagonal-secondary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-secondary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%);--wp--preset--gradient--diagonal-tertiary-to-background: linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%);--wp--preset--gradient--diagonal-background-to-tertiary: linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%);--wp--preset--font-size--small: 1rem;--wp--preset--font-size--medium: 1.125rem;--wp--preset--font-size--large: 1.75rem;--wp--preset--font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--wp--preset--font-family--source-serif-pro: "Source Serif Pro", serif;--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);--wp--custom--spacing--small: max(1.25rem, 5vw);--wp--custom--spacing--medium: clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)));--wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);--wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);--wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);--wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);--wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);--wp--custom--typography--line-height--tiny: 1.15;--wp--custom--typography--line-height--small: 1.2;--wp--custom--typography--line-height--medium: 1.4;--wp--custom--typography--line-height--normal: 1.6;}body { margin: 0;--wp--style--global--content-size: 1160px;--wp--style--global--wide-size: 100%; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 1.5rem; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: 1.5rem; }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: 1.5rem;margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: 1.5rem;margin-block-end: 0;}:where(body .is-layout-flex) {gap: 1.5rem;}:where(body .is-layout-grid) {gap: 1.5rem;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{background-color: var(--wp--preset--color--background);color: var(--wp--preset--color--foreground);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: var(--wp--custom--typography--line-height--normal);padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--foreground);text-decoration: underline;}h1{font-family: proxima-nova;font-size: 2.5rem;font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h2{font-family: proxima-nova;font-size: 2rem;font-weight: 400;line-height: var(--wp--custom--typography--line-height--small);}h3{font-family: proxima-nova;font-size: 1.3rem;font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h4{font-family: proxima-nova;font-size: 1.2rem;font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);}h5{font-family: proxima-nova;font-size: 1.1rem;font-weight: 300;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}h6{font-family: proxima-nova;font-size: 1rem;font-weight: 300;line-height: var(--wp--custom--typography--line-height--normal);text-transform: uppercase;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-foreground-color{color: var(--wp--preset--color--foreground) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !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-foreground-background-color{background-color: var(--wp--preset--color--foreground) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !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-foreground-border-color{border-color: var(--wp--preset--color--foreground) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !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-vertical-secondary-to-tertiary-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-tertiary) !important;}.has-vertical-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-secondary-to-background) !important;}.has-vertical-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--vertical-tertiary-to-background) !important;}.has-diagonal-primary-to-foreground-gradient-background{background: var(--wp--preset--gradient--diagonal-primary-to-foreground) !important;}.has-diagonal-secondary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-secondary-to-background) !important;}.has-diagonal-background-to-secondary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-secondary) !important;}.has-diagonal-tertiary-to-background-gradient-background{background: var(--wp--preset--gradient--diagonal-tertiary-to-background) !important;}.has-diagonal-background-to-tertiary-gradient-background{background: var(--wp--preset--gradient--diagonal-background-to-tertiary) !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-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-family: var(--wp--preset--font-family--source-serif-pro) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} .wp-block-pullquote{border-width: 1px 0;font-size: 1.5em;line-height: 1.6;} .wp-block-button .wp-block-button__link{background-color: #C32329;border-radius: 30px;color: var(--wp--preset--color--background);font-size: 16px;} .wp-block-post-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--tiny);} .wp-block-post-comments{padding-top: var(--wp--custom--spacing--small);} .wp-block-query-title{font-family: var(--wp--preset--font-family--source-serif-pro);font-size: var(--wp--custom--typography--font-size--gigantic);font-weight: 300;line-height: var(--wp--custom--typography--line-height--small);} .wp-block-quote{border-width: 1px;} .wp-block-site-title{font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);font-style: italic;font-weight: normal;line-height: var(--wp--custom--typography--line-height--normal);} </style> <link data-minify="1" rel='stylesheet' id='faq-tab-block-editor-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/faq-toggle-block/blocks/tabs/style.css?ver=1708433240' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='shopperapproved-reviews-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/shopperapproved-reviews/public/css/shopperapproved-public.css?ver=1708433240' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link data-minify="1" rel='stylesheet' id='module-frontend-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/woothemes-sensei/plugins/sensei-lms/assets/css/modules-frontend.css?ver=1708433240' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='sensei-frontend-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/woothemes-sensei/plugins/sensei-lms/assets/css/frontend/sensei.css?ver=1708433240' type='text/css' media='screen' /> <link data-minify="1" rel='stylesheet' id='sensei_course_progress-frontend-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/sensei-course-progress/assets/dist/css/frontend.css?ver=1708433240' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='metorik-css-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/metorik-helper/assets/css/metorik.css?ver=1708433240' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-lesson-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/lesson.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-certification-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/pages/certification.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-login-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/pages/login.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-header-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/header.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-footer-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/footer.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-home-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/pages/home.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-parent-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/parent.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-main-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-responsive-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/responsive.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='savealife-style-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/dist/css/app.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='satori-moonshot-admin-css' href='https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/src/css/admin-moonshot.css?ver=6.4.3' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='sensei-wcpc-courses-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/woothemes-sensei/plugins/sensei-wc-paid-courses/assets/css/sensei-wcpc-courses.css?ver=1708433240' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='wc-pb-checkout-blocks-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css?ver=1708433240' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='js_composer_front-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=1708433240' type='text/css' media='all' /> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://stats.wp.com/w.js?ver=202408" id="woo-tracks-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/shopperapproved-reviews/public/js/shopperapproved-public.js?ver=1708433240" id="shopperapproved-reviews-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/tapfiliate.js?ver=1708433240" id="tapfiliate-js-js"></script> <script type="text/javascript" id="tapfiliate-js-js-after"> /* <![CDATA[ */ (function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){ (t[a].q=t[a].q||[]).push(arguments)}})(window,'tap'); tap('create', '46007-5d86ea', {integration: 'woocommerce'}); tap('detect'); /* ]]> */ </script> <script type="text/javascript" id="get_product-js-extra"> /* <![CDATA[ */ var get_product_data = {"ajax_url":"https:\/\/advancedmedicalcertification.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/custom.js?ver=1708433240" id="get_product-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/admin-moonshot.js?ver=1708433240" id="satori-moonshot-admin-js-js"></script> <link rel="https://api.w.org/" href="https://advancedmedicalcertification.com/wp-json/" /><link rel="alternate" type="application/json" href="https://advancedmedicalcertification.com/wp-json/wp/v2/lessons/8903" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://advancedmedicalcertification.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://advancedmedicalcertification.com/?p=8903' /> <link rel="alternate" type="application/json+oembed" href="https://advancedmedicalcertification.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadvancedmedicalcertification.com%2Flesson%2Fpals-certification-exam%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://advancedmedicalcertification.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fadvancedmedicalcertification.com%2Flesson%2Fpals-certification-exam%2F&#038;format=xml" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <style id='wp-fonts-local' type='text/css'> @font-face{font-family:"Source Serif Pro";font-style:normal;font-weight:200 900;font-display:fallback;src:url('https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Source Serif Pro";font-style:italic;font-weight:200 900;font-display:fallback;src:url('https://advancedmedicalcertification.com/wp-content/themes/savealife/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2') format('woff2');font-stretch:normal;} </style> <link rel="icon" href="https://advancedmedicalcertification.com/wp-content/uploads/2021/02/cropped-amc-logo-with-shadow-2transp-32x32.png" sizes="32x32" /> <link rel="icon" href="https://advancedmedicalcertification.com/wp-content/uploads/2021/02/cropped-amc-logo-with-shadow-2transp-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://advancedmedicalcertification.com/wp-content/uploads/2021/02/cropped-amc-logo-with-shadow-2transp-180x180.png" /> <meta name="msapplication-TileImage" content="https://advancedmedicalcertification.com/wp-content/uploads/2021/02/cropped-amc-logo-with-shadow-2transp-270x270.png" /> <style type="text/css" id="wp-custom-css"> ul.sub, ul.sub_sub{ display:none; } /*GF*/ #gform_submit_button_35, #gform_submit_button_44, #gform_submit_button_34, #gform_submit_button_36, #gform_submit_button_37, #gform_submit_button_41, #gform_submit_button_40, #gform_submit_button_31{ margin-left: 0 !important; border-radius: 30px !important; background-color:#C32329!important; padding: 0.6rem 1.6rem !important; } .gform_previous_button, .gform_next_button, .gform_wrapper.gravity-theme .gform_page_footer input, .gform_page_footer input.button[type="button"]{ background-color:#C32329!important; padding: 0.8rem 1.6rem !important; width: 118.77px !important; font-weight:400!important; border-radius: 30px !important; } .gform_previous_button:hover, .gform_next_button:hover, #gform_submit_button_35:hover, #gform_submit_button_44:hover, #gform_submit_button_34:hover, #gform_submit_button_36:hover, #gform_submit_button_37:hover, #gform_submit_button_41:hover, #gform_submit_button_40:hover, #gform_submit_button_31:hover{ background: #d9272e !important; } .field_sublabel_below { margin-bottom:1rem!important; } .gform_wrapper.gravity-theme .gfield_label { font-weight: 400; } .gform_wrapper.gravity-theme .gfield_label { display: inline-block; font-size: 16px; font-weight: 700; margin-bottom: 8px; padding: 0; } .gf_progressbar_wrapper { clear: both; margin: 0 0 16px; padding: 0 0 16px; width: 100%; } .gf_progressbar_wrapper .gf_progressbar_title { clear: both; color: #767676; filter: alpha(opacity=60); font-size: 13px; line-height: 1!important; margin: 0 0 8px!important; -moz-opacity: .6; -khtml-opacity: .6; opacity: .6; padding: 0!important; } @media only screen and (min-width: 641px){ .gf_progressbar { width: calc(100% - 16px); } } .gf_progressbar_blue { background: #d2d6dc; } .gf_progressbar { background: #e8e8e8; border-radius: 10.5px; position: relative; width: 100%; } .gf_progressbar_percentage.percentbar_blue { background-color: #1e7ac4; color: #fff; } .gf_progressbar_percentage { border-radius: 10.5px; font-family: helvetica,arial,sans-serif; font-size: 13px!important; height: 21px; text-align: right; vertical-align: middle; z-index: 999; } .gf_progressbar_percentage span { display: block; float: right; line-height: 21px; margin-left: 5px; margin-right: 5px; width: auto; } #gform_51 label{ margin-right:0; } #gform_51 .gchoice { display:flex; align-items:baseline; } .wpb_text_column.wpb_content_element.vc_custom_1693582926984{ margin-top:40px!important; } @media (min-width: 1025px){ span.gfteMainTimerText { margin-top:-66px!important; } } input#gform_submit_button_50:hover, input#gform_submit_button_51:hover, input#gform_submit_button_47:hover, input#gform_submit_button_49:hover, input#gform_submit_button_46.gform_button.button:hover{ background: #d9272e !important; } .ginput_complex.ginput_container.ginput_container--name.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span{ padding-right:1%; } .gform_button.button, .practiceContainer input.gform_button.button{ border-radius:30px!important; } .ginput_container_email input { border: none; padding: 11px !important; background-color:#f9f9f9!important; width: 100%; } .gfield_label.gform-field-label.gfield_label_before_complex{ font-size:16px; } .ginput_complex.ginput_container.ginput_container--name.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix.gf_name_has_2.ginput_container_name.gform-grid-row{ display:inline-flex; width: 100%; justify-content: space-between; } input.gform_button.button[type="submit"] { line-height: 25.2px !important; font-weight: 400 !important; background-color: #3F92C8 !important; border-radius: 30px !important; color: #fff !important; margin: auto; } #gform_submit_button_50, #gform_submit_button_51{ margin-left:0!important; } #gform_submit_button_24, #gform_submit_button_25, #gform_submit_button_26, #gform_submit_button_42 { background-color: #04A6D4 !important; } input.gform_button.button[type="submit"], body input.gform_button.button { width: auto !important; height: inherit !important; background-color: #3f92c8 !important; font-weight: 400 !important; margin: 0 auto !important; padding-top: inherit !important; line-height: inherit; font-family: 'Nimbus Sans', sans-serif; font-size: 16px; font-weight: 400 !important; background: #3f92c8; padding: calc(0.7em + 2px) calc(1.333em + 2px) !important; border-radius: 30px !important; margin-top: 16px !important; display: flex; } #field_25_4 > p{ display:block!important; } .gquiz-indicator{ display: inline !important; margin-left: 10px !important; } .gform_wrapper.gravity-theme .gfield_label{ font-weight:400; } input.gform_button.button { justify-content:center; } .gform_confirmation_message_26.gform_confirmation_message{ text-align:center; margin-bottom:5px; } @media (min-width: 601px) and (max-width: 1024px){ #field_24_3.gfield > p, #field_25_4.gfield > p{ display: block !important; } } @media(max-width:600px){ #field_24_3.gfield { display:block!important; } #gform_submit_button_24.gform_button, #gform_submit_button_25, #gform_submit_button_26, #gform_submit_button_50, #gform_submit_button_42{ padding-top:9px!important; } .ginput_complex.ginput_container.ginput_container--name.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix.gf_name_has_2.ginput_container_name.gform-grid-row{ flex-direction:column; } #field_24_3.gfield > p { display: block !important; } .ginput_complex.ginput_container.ginput_container--name.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span{ width:100%; } #gform_submit_button_50, #gform_submit_button_51{ margin:auto!important; } } /*GF end*/ .woocommerce-MyAccount-navigation ul li:not(:first-child) { display:block; } @media(max-width:768px){ .woocommerce-MyAccount-navigation ul li:not(:first-child) { display:none; } } #caffeinated-bubble-button{ display:none!important; } @media (min-width:1200px) { .lesson-sidebar { width: 33%; float: left; /* top: 100px; */ max-width: 426.3px!important; max-height: max-content; height: max-content; } .s_sticky { position: fixed; top: 0; width: 33%; max-width:383px; } } .acc-add-to-cart-button { background-color: #C32329 !important; color: #fff !important; display: inline-block; font-size: 16px; border-radius: 5px; padding: 6px 9px 6px 10px; margin-right: 5px; font-weight: 400; } .acc-add-to-cart-button:hover { background-color: #d9272e !important; } .linked-buttons { align-items: start; justify-content: start; display: flex; } .card_request:hover{ background: #04baed!important; color: white!important; text-decoration: none; } .card_request { display: inline-block; padding: 5px 10px 4px; border: none; color: #fff; text-align: center; text-shadow: none; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 1rem; font-family: inherit; cursor: pointer; overflow: visible; width: auto; line-height: 1.618em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; -webkit-appearance: none; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; /* background: #ff3737; */ background: #3F92C8; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin-right: 5px; font-weight: 400; text-transform: capitalize; } @media(max-width:600px){ .linked-buttons a{ margin-top:5px; } #newDiv .woocommerce-error li{ margin:0!important; } .linked-buttons { flex-direction: column; } .card_request { margin-top: 5px; } .disabled p { text-align:left; } } /* Gutenberg */ .wp-element-button, .wp-block-button__link { padding: calc(0.7em + 2px) calc(1.333em + 2px) !important; line-height: normal !important; } /* Gutenberg */ .logged-in.woocommerce-account.woocommerce-view-order .woocommerce ul.products.columns-3 li.product{ height:300px; } .select2.select2-container.select2-container--default{ width:100%!important; } input.select2-search__field{ display:none!important; } .shop-cart-icon{ color:#00b3e8 !important; } .main_account_nav{ margin-top:0; } .greeting p strong{ text-transform:capitalize; } #content.layout_one.sensei{ max-width:1200px; margin:auto!important; } /*Course*/ .course-template-default.single-course h1{ font-weight: 700!important; color: #3F92C8!important; font-size: 2.5rem; line-height: 2.5rem; margin: 10px 0; } .course-template-default.single-course .meter.red span.value{ background-color: #04baed!important; } body.single-course article.course.type-course .sensei-course-participants{ margin-bottom:5px!important; } #content .post.course .courseIntro h2 { font-weight: 400!important; color: #3F92C8!important; font-size: 2rem!important; line-height: 2rem; padding: 5px 0; margin-bottom: 5px!important; } #content .courseIntro h3 { margin-top: 0 !important; font-weight: 400!important; color: #00b4dc; font-size: 1.3rem!important; line-height: 1.3rem!important; padding: 5px 0; margin-bottom: 5px!important; } .courseIntro .wp-caption-text, .courseIntro .wp-caption-text a, .courseIntro span.wp-caption-text{ background:none!important; color: #5e5e5e!important; } .courseIntro p .wp-caption-text{ font-family: utopia-std-caption!important; color: #5e5e5e!important; font-size: 1rem!important; line-height: 1rem; font-style: italic; font-weight: 400!important; } .courseIntro span.red{ color:#04baed!important; font-style: italic; font-weight:400!important; } .courseIntro .light-font-weight strong { font-family: utopia-std-caption; color: #5e5e5e; font-size: 1rem; line-height: 1rem; font-style: italic; font-weight: 400; } .course .module .module-lessons ul li a:hover { color: #04baed!important; background-color:transparent!important; } #content article.course.type-course header.modules-title h2 { font-weight: 400!important; color: #3F92C8!important; font-size: 2rem!important; line-height: 2rem; padding: 5px 0; margin-bottom: 5px; } #content .post article.module h2{ font-weight: 400!important; color: #3F92C8!important; font-size: 2rem!important; line-height: 2rem; padding: 5px 0; margin-bottom: 5px!important; } .course-template-default.single-course .module header{ padding-bottom: 5px; padding-top: 5px; } .course .module header{ border-bottom: 1px solid rgba(0, 0, 0, 0.05); background: #fcfcfc; } .course .module .module-lessons ul li a{ padding: 0.618em 0.618em 0.618em 0.618em; font-size: 17.6px; font-weight: 500!important; margin-left: 40px; color: #5e5e5e!important; } .course .module .module-lessons ul li a:before{ left: -20px; } /*Lessons*/ .lesson ol li { font-weight: 400; } header.lesson-title h1{ line-height:2.5rem!important; font-size:2.5rem!important; } .lesson h2 { color:#3F92C8; } #content .lesson h2.course-title{ text-transform: capitalize!important; } .lesson h3{ font-family: utopia-std-caption; font-weight: 400; color: #00b4dc!important; font-size: 1.3rem; line-height: 1.3rem ; text-decoration:italic; } .single-lesson .sub-menu-module ul li.completed a:before{ color: rgb(99, 169, 95); content: ""!important; border:none!important; background:none!important; } .single-lesson .sub-menu-module ul li.completed a:after{ content:none; border:none!important; } #content .lesson .caption, .wp-caption-text, .lesson span.caption, .lesson p.wp-caption-text{ color: #3f92c8!important; font-size: .8rem!important;; } .lesson.entry.fix a:not(.button){ color: #00b4dc!important; text-decoration: underline; } .lesson.entry.fix .lesson_nav a, .lesson.entry.fix .nav-next a,.lesson.entry.fix .nav-prev a{ color:white!important; text-decoration:none!important; } .lesson.entry.fix .nav-next a:hover,.lesson.entry.fix .nav-prev a:hover{ color:white!important; } .lesson.entry.fix a:hover{ color: #04baed!important; } .lesson.entry.fix .btnRed a:hover, .lesson.entry.fix a.button:hover{ color:white!important; } #lesson_nav div{ position:relative!important; } #content .lesson-sidebar h2.course-title a { color: #3f92c8 !important; font-size: 1.25rem!important; font-weight: 700; line-height: 1.25rem !important; text-decoration: underline; } #content .lesson-sidebar h2.course-title a:hover { color: #04baed !important; text-decoration: underline !important; } .course-progress-navigation.row { background: #eee; display: grid; grid-template-columns: 1fr 1fr; margin: 10px 0; width: 100%; justify-content: center; align-items: center; text-align: center; background-color: #eee; padding: 5px; gap: 4px; margin-bottom: 25px; } .lesson .course-progress-navigation .col-0{ display:none; } .course-progress-navigation.row .col-6 a { color: #00b4dc !important; font-size: 15px; padding: 0; font-weight:400; } .course-progress-navigation.row .col-6 .fas { color: #00b4dc !important; } .course-progress-navigation .col-6:hover{ color: #04baed !important; background: #e2e0e0; } .lesson .sidebar-menu{ font-size: 1.1rem !important; font-weight: 700 !important; line-height: 24px !important; color: #3f92c8 !important; } .single-lesson .lesson .sub-menu-module .course-progress-lesson a{ font-weight:400; display: block; border-bottom: 1px solid rgba(0,0,0,.05); padding: 0.718em 0.618em 0.718em 3em; background: rgba(0,0,0,.01); position: relative; font-size: 1.1em!important; text-decoration: none; } .single-lesson .sub-menu-module ul li a:before{ left:0.5em; } .single-lesson .sub-menu-module ul li a.active:before { background: #bfbfbf; border: 3px solid #bfbfbf; } .single-lesson .sub-menu-module ul li a.active:after{ position: absolute; left: 24px; top: 18px; content: ' '!important; border: 4px solid #e2e2e2; width: 11px; height: 11px; transform: rotate(45deg); border-left: transparent; border-bottom: transparent; border-radius: 1px; } .single-lesson .sub-menu-module ul li a:before { display: inline-block; font-size: 150%; margin-right: 0.618em; width: 21px; position: absolute; left: 20px; top: 13px; content: ' '!important; color: rgba(0,0,0,.1); border: 3px solid #e2e2e2; border-radius: 50%; height: 21px; } .single-lesson .sub-menu-module ul li a:hover:before{ background: #bfbfbf; border: 3px solid #bfbfbf; } .single-lesson .sub-menu-module ul li a:hover:after { position: absolute; left: 24px; top: 18px; content: ' '; border: 4px solid #e2e2e2; width: 11px; height: 11px; transform: rotate(45deg); border-left: transparent; border-bottom: transparent; border-radius: 1px; } .single-lesson .lesson .sub-menu-module .course-progress-lesson a:hover{ color: #04baed !important; } .single-lesson .lesson .sub-menu-module .course-progress-lesson a.active {color:#3f92c8!important; } .single-lesson .lesson .sub-menu-module .course-progress-lesson a{ color:#5e5e5e !important; } .single-lesson article.post.module:hover{ background:transparent; } .sidebar-menu:hover, .single-lesson .sub-menu-module ul li a:hover{ background-color:#eee!important; } .lesson-template-default.single.single-lesson .quiz-submit.complete, .single-lesson .nav-next.fr, .single-lesson .nav-prev.fl, .nav-prev a{ font-weight:700!important; } .lesson .redBox{ color:#04a6d4!important; } .lesson h2{ text-transform: uppercase!important; } .lesson p{ color: #5e5e5e!important; font-weight:400!important; } .lesson .btnRed a, .lesson.entry.fix .btnRed a, .lesson footer p a.button{ color:white!important; text-decoration:none!important; } .lessons-list li a{ } @media(max-width:820px) and (min-width:768px){ .course-progress-navigation.row a{ font-size:14px!important; } .course-progress-navigation.row .col-6{ padding-left:0; padding-right:0; } .amc-211{ display:flex; flex-direction:column; } } /* Related Product Grid */ @media (min-width: 1120px) { #content .woocommerce.related ul.products li.post.product.type-product.post-30385 .product_thumbnail_wrap { height: 200px; } } @media (min-width: 768px) { #content .woocommerce.related ul.products li.post.product.type-product.post-30385 .product_thumbnail_wrap { height: 172px; } } /* Related Product Grid */ /**/ @media(min-width:1500px){ nav#post-entries{ /* max-width:60vw; */ } .post-entries.fix, nav#post-entries.post-entries.fix{ margin-right: 16vw; display: flex!important; flex-direction: row; justify-content: right; } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-left:0!important; } .nav-prev.fl{ margin-right:auto; } } @media(max-width:1300px) and (min-width:991px){ .lesson-template-default.single.single-lesson .quiz-submit.complete{ float: right!important; margin-right: 4rem!important; border-radius: 5px; font-weight: 700; margin-top: 10px; } } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-left: 18vw; float: none; margin-right: auto; border-radius: 5px; font-weight: 700; } @media(max-width:600px){ .woocommerce-MyAccount-navigation ul{ margin-left:0; } #content nav#post-entries{ display: flex!important; flex-direction: column; align-items: center; text-align: center; } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-left:auto; } .post-entries,.fix.nav-prev{ padding: 13px 25px; } .cross-sells h2{ padding-right: 28px; } } .page-id-2322204 #main-wrap .third_col h2, .page-id-2322204 #main-wrap h2.vc_custom_heading.white.vc_custom_1675050462771, .page-id-2322204 #main-wrap h1, .page-id-2322204 #main-wrap h4, .page-id-2322204 select.select-button, .page-id-2322204 #main-wrap #h-save-10-on-acls-bundles{ color: white!important; } .woocommerce-error a.button.wc-forward{ background-color:#C32329!important; } .woocommerce-error a.button.wc-forward:hover{ background-color:#d9272e!important; } .wp-container-21 .ticss-b9fa6fb1 h2, .page-id-2322204 #main-wrap h2.blue, .page-id-2322204 #main-wrap h2.cme, .page-id-2322204 #main-wrap h2.vc_custom_heading{ color: #04a6d4!important; } .page-id-2322204 #main-wrap h2, .page-id-2322204 #main-wrap h3{ margin-top:1rem; } .page-id-2322204 #content .btn-flat{ min-width:inset!important; display: inline; } .page-id-2322204 .list.check span { color: #2a2a2a!important; } .page-id-2322204 .slideshow img{ max-width:300px; } .page-id-2322204 .slideshow{ text-align:center; } .page-id-2322204 span.icon{ float:left; margin-top: 10px; margin-right: 10px; } .page-id-2322204 button.tab-button{ width:100%; text-align: left; } .page-id-2322204 .tab-content p{ padding-left: 1rem; padding-right: 1rem; } .meter.red>span, .meter .value{ background: #ed6c6c!important; } /* checkout*/ .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{ background: #C32329 !important; } .woocommerce-page #payment #place_order:hover { background: #d9272e !important; } /* SMS Optin-In */ span.lifesEmpoweredCount { font-weight: 400; } h2.nhcpsCounter { margin: 0 auto !important; } h2.nhcpsCounter{ margin: 0 auto; text-align: center; padding: 17px 0px !important; } input#receive_text_messages { height: 18px; width: 18px; margin-right: 2px; position: relative; } #receive_text_messages_field label.checkbox { line-height: initial; } #receive_text_messages_field { margin-bottom: -7px !important; } @media (max-width:768px){ .woocommerce-error li { text-align: left!important; margin-left: 0!important; } #receive_text_messages_field { margin-bottom: -7px !important; } } #receive_text_messages_field span.woocommerce-input-wrapper label { line-height: 18px; font-size: 16px; display: block; } #receive_text_messages_field span.woocommerce-input-wrapper label span { line-height: 18px !important; font-size: 12px !important; } #receive_text_messages_field a { color: #04a6d4 !important; text-decoration: underline !important; } input#receive_text_messages:before { content: " "; height: 20px; width: 20px; position: absolute; left: 0; border: 2px solid #333; background: #fff; top: -2px; } input#receive_text_messages:checked:after { content: " "; height: 10px; width: 7px; position: absolute; left: 7px; border: 2px solid #333; border-left: transparent; border-top: transparent; transform: rotate(45deg); top: 2px; } /* SMS Optin-In */ /*Sidenav*/ .theiaStickySidebar{ /* z-index:0!important; */ } .lesson-sidebar{ height:100%; } section.lesson.entry.fix{ border:none; } /*CART */ @media (max-width:600px){ .woocommerce-cart .credibility img { display: inline-block!important; } .woocommerce-checkout .woocommerce-error a { display:inline!important; } } a.restore-item{ background:transparent; } /* Google pay */ li.payment_method_stripe_applepay, li.payment_method_stripe_googlepay, li.payment_method_stripe_payment_request{ overflow:hidden; } .wc-stripe-banner-checkout.active { margin: 0 auto; width: 100%; min-width: 55%; } .apple-pay-button.apple-pay-button-black { border-radius: 5px; } body li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type) { margin: 0; display: inline-flex; align-items: center; } body li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_round_outline] { width: 82px; max-height: 40px; } .gpay-button-container { text-align: right; } .woocommerce #payment ul.payment_methods li input#payment_method_stripe_googlepay, .woocommerce #payment ul.payment_methods li input#payment_method_stripe_applepay { margin-top: 15px !important; float: left; margin-right: 6px !important; } .woocommerce #payment ul.payment_methods li input#payment_method_stripe_applepay { margin-top: 8px !important } .woocommerce #payment ul.payment_methods li input#payment_method_stripe_cc { float: left; margin-top: 7px !important; margin-right: 6px !important; } .gpay-button.black.checkout.en { width: 245px; padding: 9px 25px; /* border-radius: 50vh !important; */ } .page-template-HomePageTemplate .carousel-item.active { margin-top: 2rem; margin-left: 0; } .place-order .gpay-button-fill-new-style.gpay-button-container { text-align: center; margin-bottom: 20px; margin-top: 18px; } .woocommerce-cart .actions label{ display: none; } .woocommerce-cart .actions .button{ margin-top: 3px!important; } .woocommerce-cart .actions{ display:table-cell; } .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{ width: 7rem; } li.wc_payment_method.payment_method_stripe { display: grid; grid-template-areas: "pay_input pay_label" "payment_box payment_box"; grid-template-columns: 28px auto; align-items: center; } input#payment_method_stripe { grid-area: pay_input; } .woocommerce-checkout #payment .payment_method_stripe label[for="payment_method_stripe"] { grid-area: pay_label; } .payment_box.payment_method_stripe { grid-area: payment_box; } body.woocommerce-checkout .wc_payment_methods input[type="radio"]:checked { position: relative; display: flex; align-items: center; justify-content: center; } body.woocommerce-checkout .wc_payment_methods input[type="radio"]:checked:after { left: auto; top: auto; transform: translate(0); } .subtotal-container { margin-bottom: 24px; } .woocommerce #payment #place_order, .woocommerce-page #payment #place_order { margin-bottom: 16px !important; margin-left: auto !important; margin-right: auto !important; float: right; display: table; width: auto !important; } .wc-stripe-cart-checkout-container, .cart_totals .wc-proceed-to-checkout { display: grid; justify-content: right; } .apple-pay-button.apple-pay-button-black { float: right; } li.wc_payment_method.payment_method_stripe_applepay { padding-top: 2px !important; padding-bottom: 12px !important; } body.woocommerce-checkout .biling-section { padding: 1rem 2rem 3rem 2rem; } .gpay-button-container { padding-bottom: 20px; } .woocommerce-checkout #payment label { pointer-events: auto; } .gpay-button-fill, .gpay-button-fill > .gpay-button.white, .gpay-button-fill > .gpay-button.black { text-align: right; } .wc-stripe-banner-checkout .gpay-button-fill { text-align: center; } .wc-stripe-banner-checkout fieldset legend { font-size: initial; width: auto; } @media (min-width: 768px) and (max-width:995px) { body li[class*=payment_method] input[type=radio]+label[for="payment_method_stripe_cc"] { display: inline-flex; flex-direction: column; align-items: flex-start; } #payment ul.payment_methods li label[for="payment_method_stripe_cc"] img:first-child { margin-left: 0 !important; } .wc-stripe-banner-checkout.active{ width: none !important; } } @media (max-width: 475px) { body li[class*=payment_method] input[type=radio]+label[for="payment_method_stripe_cc"] { display: inline-flex; flex-direction: column; align-items: flex-start; } #payment ul.payment_methods li label[for="payment_method_stripe_cc"] img:first-child { margin-left: 0 !important; } .gpay-button.black.checkout.en { width: 220px; min-width: 190px !important; } } @media (max-width: 375px) { .gpay-button.black.checkout.en { width: 190px; min-width: 190px !important; } .woocommerce #payment #place_order, .woocommerce-page #payment #place_order { font-size: 18px; } } /* google pay */ body { color: #5e5e5e; } /* my account */ .woocommerce-account .course-lesson-count{ display:none; } a.dwnl_btn:hover, .linked-buttons a:hover, a.course_materials:hover, a.expand-send-dialog:hover, .wrapp select:hover{ background: #04baed!important; color: white!important; text-decoration: none; } .wrapp select{ background-color:#3F92C8; font-size:1rem; } .pim_footer a, .pim_footer p a, .pim_footer .hc-btn, .pim_footer a, .my-account-listing .divider{ color: #04a6d4!important; text-decoration:underline; } .pim_footer a:hover, .pim_footer p a:hover, .pim_footer .hc-btn:hover, .pim_footer a:hover{ color:#04baed!important; } .linked-buttons a.red-button{ margin-bottom: 5px; background-color:#C32329; } a.expand-send-dialog{ background-color:#3F92C8!important; color:white!important; } .linked-buttons a.red-button:hover{ background-color:#d9272e!important; } .linked-buttons a, .course_materials{ font-weight:400!important; } .linked-buttons.occ-cert a{ background-color:#C32329; } .linked-buttons.occ-cert a:hover{ background-color:#d9272e!important; } .linked-buttons a, .btn.course_materials{text-transform: capitalize; } h2{ display:block!important; } @media(max-width:500px){ .woocommerce-account .greeting{ align-items: flex-start; } } /* checkout */ @media(max-width:600px){ td.product-name div.product-title-container{ margin-left:auto!important; padding-left:5px!important; } .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th{ padding-left:5px!important; } } @media (min-width: 376px) and (max-width: 600px){ .cart_totals .credibility a{ margin-right:130px!important; margin:auto!important; } } /* Practice Test Page */ .mt-2 { margin-top: 8px; } .mb-2 { margin-bottom: 8px; } .mt-3 { margin-top: 12px; } .mb-3 { margin-bottom: 12px; } .mt-4 { margin-top: 16px; } .mb-4 { margin-bottom: 16px; } .practiceContainer h1 { color: #04a6d4 !important; font-size: 2.5rem !important; font-weight: 500!important; } .is-layout-flex.wp-block-columns.are-vertically-aligned-top.col-990 { align-items: flex-start; } .sidebarColBlock { padding-top: 6px; } p { font-weight: 200 !important; font-size: 1rem !important; line-height: 19.2px !important; color: #5e5e5e; } input#gform_submit_button_23.gform_button.button { width: 290px !important; height: 42.39px !important; background-color: #04A6D4 !important; font-weight: 400 !important; margin: 0 auto !important; padding-top: 11px !important; } input#gform_submit_button_23.gform_button.button:hover{ background-color: #04baed !important; } button.btnRed, a.btnRed, .btnRed a { font-weight: 400 !important; background: #C32329 !important; } button.btnRed:hover, a.btnRed:hover, .btnRed a:hover { background-color: #d9272e !important; } .ctaWrapper { text-align: center; } .ctaWrapper a.btnRed{ width: 290px; height: 45px; padding: 12px 20px; display: inline-block; } .shopperapproved_widget_wrapp { padding: 15px !important; background-color: #efefef !important; border-radius: 5px !important; margin-bottom: 25px; } .socialShare h3 { text-align: center; } ul.nhcpsTabTist li.nhcpsTab a { line-height: 20px; font-weight: 300; font-size: 1em; } .practiceContainer input.gform_button.button { border: none!important; box-shadow: none!important; font-weight: 400 !important; background: #C32329 !important; max-width: 290px; display: inherit; } .gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label { font-size: inherit; font-weight: 400; color: #5e5e5e; } .practiceContainer .gform_legacy_markup_wrapper { margin-bottom: 0; } #gform_fields_23 li.gfield { padding-right: 0 !important; } .handbookWrapper { padding-top: 25px; } @media (max-width: 640px) { .gform_wrapper.practice_wrapper .gform_footer { text-align: center; } .practiceContainer input.gform_button.button { margin: 0 auto; } .sidebarColBlock { padding-top: 20px; } div.practiceContainer { margin-bottom: -30px; } } @media (min-width: 769px) { .sidebarColBlock { max-width: 310px; } } @media (min-width: 1024px) { .sidebarColBlock { max-width: 400px; } } .practiceContainer h1 { font-weight: 700; color: #04a6d4; font-size: 2.5rem; line-height: 2.5rem !important; } .practiceContainer h1:hover { color: #04baed !important; } .practiceContainer h2 { font-weight: 400 !important; color: #04a6d4 !important; font-size: 2rem !important; line-height: 2rem !important; } .practiceContainer h2:hover { color: #04baed !important; } .practiceContainer h3 { font-weight: 400 !important; color: #04a6d4 !important; font-size: 1.3rem !important; line-height: 1.3rem !important; } .practiceContainer h3:hover { color: #04baed !important; } .hide { display: none; } #gform_fields_23 span.mobile { display: none; } .gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li { color: #5e5e5e; } .gform_legacy_markup_wrapper .gfield_radio li label { color: #6c6c6c; font-weight: 300; } /* Practice Test Page */ .page-template-HomePageTemplate .lifesavers { background-color: #f3f3f3; } /* checkout */ .woocommerce-checkout label.upgrade{ margin-top:0; } .label_input { display: flex; flex-direction: row; align-items: center; margin-left: 2vw; } .upgrade.select { margin-left: 8px!important; pointer-events: none; padding-right: 0; } .upgrade{ pointer-events: none; } input.upgrade_select { width: 1.7em; height: 1.3em; background-color: white; border-radius: 50%; border: 2px solid #343a40; -webkit-appearance: none; outline: none; cursor: pointer; margin-right: 10px; } .page-id-2261973 .wc-proceed-to-checkout{ margin-right:0!important; } .product_type_variable.add_to_cart_button, .woocommerce ul.products li.product a.button, #cart-2-bls-pdf-handbook{ background-color:#00b4dc!important; width: min-content; } .page-id-2261973 .actions ,.page-id-2261973 .cart_totals table ,.page-id-2261973 h2 { display:none; } .page-id-2261973 .wc-proceed-to-checkout{ text-align:left; padding-bottom:0!important; } .page-id-2261973 .cross-sells h2{ display:block!important; } .acoda_product_wrap .action-icons.link-icon{ height:60%; } .page-id-2261973 h3.product-title{ font-size:16px!important; } .page-id-2261973 .products{ justify-content:center; } @media(max-width:992px){ .page-id-2261973 div.product_thumbnail_wrap{ margin-top:0!important; } } .page-id-2261973 .cross-sells .product a.button.add_to_cart_button.ajax_add_to_cart:hover{ background-color:#04a6d4!important; } .login_show{ display:block!important; } @media(max-width:400px){ .login .form-row.form-row-first, .login .form-row.form-row-last{ max-width:100%!important; } } .wc-stripe-banner-checkout.active{ margin: 0 auto; } .woocommerce-order-received .cross-sells h3{ font-size:1rem!important; } @media(max-width:768px){ .woocommerce-checkout .col-lg-6.col-md-12.col-sm-12.col-xs-12.offset-lg-6.pl-0{ padding-right:0; } #main-wrap .woocommerce-notices-shortcode .woocommerce ul.woocommerce-error .button.wc-forward, #main-wrap > div > div.container-fluid > div:nth-child(1) > div > ul.woocommerce-error > li > a{ position: relative!important; margin-top: 10px!important; margin-left: auto!important; margin-right: auto; } #post-17 > section > div > div.woocommerce-notices-wrapper > ul > li > a{ /* margin-left:10px!important; */ } .woocommerce-message{ padding-left:1rem!important; } .woocommerce-error{ padding-top: 15px !important; padding-bottom: 15px !important; } .woocommerce-error li{ text-align:left; } #main-wrap > div > div.container-fluid > div:nth-child(1) > div > ul.woocommerce-error > li{ display:flex; flex-direction:column-reverse; align-items:center; } .woocommerce-notices-shortcode.woocommerce{ position: absolute; z-index: 99; margin-top: 3rem; max-width: 90vw; } .woocommerce-error .button { position: relative !important; margin-top:0 !important; margin-left: 0 !important; } } .woocommerce-checkout h3 a{ color:#04a6d4!important; } .woocommerce-checkout .card-body p{ line-height:1rem!important; } .woocommerce a.remove:hover{ color:black!important; background-color:white; } @media(min-width:1200px){ #lesson_nav{ width: 48rem!important; max-width: unset!important; margin-left: auto; margin-right: 18.6vw; } #content{ max-width: 100vw; margin: auto; } .post-entries.fix, nav#post-entries.post-entries.fix{ width: 100%; margin-right: 0!important; } .single-quiz nav#post-entries.post-entries.fix{ max-width:80vw; margin:auto; } } @media(max-width:1200px){ .post-entries.fix, nav#post-entries.post-entries.fix{ width: 100%; margin-right: 0!important; } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-right:0!important; } } .custom-share option:first-child{ text-align: center; } .custom-share img{ max-width:100%!important; } h3.product-title { max-width: 100%; } .woocommerce ul.products li.product a { text-decoration: none; width: 100%; /* overflow: hidden; */ display: inline-block; text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; } .faq h1{ margin-bottom:1rem; } .single-course .coursePurchase{ float:none; } .single-course h1{ margin-bottom:10px!important; } .woocommerce-account .active{background-color: white; color: black !important; border-bottom: 1px solid #fff !important; } .page-template-HomePageTemplate .active{background-color: transparent; border-bottom:transparent!important; } article.lesson .course-title a, article.lesson .course-title a { color: #5e5e5e!important; } .single-lesson .sub-menu-module .course-progress-lesson a.active { color: #3F92C8!important; } /*Quick Fix*/ #content .btn-flat span { margin: 0; padding: 0; display: inline-block; } #benefits .vc_cta3-icons { vertical-align: top; } /*Quick Fix*/ #gform_43_validation_container { background-color: #ff3737; border: none; text-align: center; } #gform_43_validation_container h2 { color: white!important; margin-bottom: 0; font-size: 1rem!important; } #gform_wrapper_43 .gfield_description { font-size: 14px; font-weight: 400; font-family: 'Roboto',sans-serif; } .green_wrapp select{ max-width: 206px; } .wrapp select{ width: 195px; } @media(max-width:500px){ #gform_43_validation_container{ padding:10px; } } .download-file a { width: 65%; text-align: center; } .woocommerce-error { color: white !important; } a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-right{ padding-top:12px !important; } a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom{ padding-top:12px !important; } .courselisting:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 30px; } ul.course-progress-navigation{ margin-left:-1px !important; } div.product-title-container{ color: rgb(232, 44, 46) !important; } /* a:hover{ text-decoration: none !important; */ } .woocommerce td.product-quantity, form.woocommerce-cart-form td.product-quantity { padding-left: 2.5rem !important; } .woocommerce .product_thumbnail_wrap { text-align: center !important; } #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon { max-width: 40px; padding-left: 3px; margin: 0; float: right; width: 100%; } .sensei-breadcrumb { padding: 1.5em 1em !important; font-weight: 700; max-width: 1190px; margin-left: auto !important; margin-right: auto !important; margin-top:-10px } /* div.wp-block-buttons{ margin-bottom:-20px; } */ span.price { justify-content: center; } a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-block.vc_btn3-icon-right.vc_btn3-color-grey{ padding-top:12px !important; } a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-right{ padding-top:12px !important; } @media (max-width: 600px){ .woocommerce li.product img.attachment-woocommerce_thumbnail{ width:42%!important; } .widget-title.footer-column-1{ text-align:left !important; } #content .h1, #content h1 { margin-bottom: 15px; text-align: left; } .menu-quick-links-container{ text-align:left; } .widget-title.footer-column-3{ text-align:left; } .textwidget{ text-align: left; } .widget-title.footer-column-4{ text-align:left; } .woocommerce span.onsale, .woocommerce-page span.onsale{ left:70px !important; } .login-screen p{ color: #5e5e5e;} } section.entry.quiz-questions{ margin-left: 5px; } H2.woocommerce-order-details__title{ margin-top: 70px; } @media (min-width:411px) and (max-width: 1024px){ .woocommerce span.onsale, .woocommerce-page span.onsale{ left:0px !important; } } @media only screen and (max-width: 600px){ a.woocommerce-MyAccount-downloads-file.button.alt{ width: 150px; } } /* */ button.wp-block-button__link.button.quiz-submit{ padding: 5px 20px !important; } .button.quiz-submit.complete{ background-color: #63a95f!important; margin-right: 5px!important; } .lesson .quiz-submit.complete:hover, .lesson-template-default.single.single-lesson .quiz-submit.complete:hover{ background-color:#d9272e!important; } .button.quiz-submit.save{ background-color:#52a8e8!important; margin-right: 5px!important; } .course-progress-navigation .col-6 a:active, .course-progress-navigation .col-6 a:hover, .course-progress-navigation .col-6:hover i, .course-progress-navigation .col-6:hover a{ text-decoration:none!important; } .button.quiz-submit.reset{ background-color:#ed6c6c!important; } .wp-block-buttons{ display:flex; } .progress.statement.course-completion-rate {line-height: 1; font-size: 16px; background-color: white;} .wp-block-buttons{ /* display: inline-block!important; */ } .continue_learning{ background-color: #007bff!important; } .woocommerce-order-sensei-courses { display:none; } #mini-cart a.wc-forward{ background-color: #ff3737!important; font-weight: 700!important; } @media only screen and (min-width: 1025px){ .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { /* width: 250.92px!important; justify-content: center; height: 300px; */ } #content .woocommerce.related ul.products li.product { position: relative; max-width: 23%; height: 330px; padding: 15px; } .woocommerce.columns-4.related{ margin-bottom: 15px; } } .quiz a.button.contine_learning { color: white; background-color: #007bff!important; border-radius: 5px!important; text-transform: uppercase; font-size: 11px; padding: 4px 20px 4px!important; font-weight: 700!important; } .woocommerce-store-notice.demo_store{ display: none!important; z-index: 5; position: absolute; top:7rem!important; width: 100%; padding:12px; text-align: center;} @media(max-width:768px){ .woocommerce-form-login-toggle{ top:12rem; } } /*checkout */ .woocommerce-checkout .logo img{ width: 168px; } .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link{ color: #3f92c8!important; } @media(max-width:500px){ .donation-description{ margin-top:0!important; } .woocommerce-checkout .logo { padding-left:0; } .woocommerce-form-login-toggle{ max-width:79vw; } .fa-facebook.fab, .fab.fa-google{ font-size:1.5rem; padding-right:10px; } .wc-social-login.form-row-wide{ display:inline-flex; align-items: baseline; } .woocommerce-checkout-review-order h3{ padding-left:0; } body.woocommerce-checkout .item-name{ margin-left:0; } .product-name span{ margin-right: 8px; margin-top: inherit; } .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{ line-height:inherit; } .check_stipe{ display:block!important; } .credibility img{ display:inline-flex; } .donation-description strong span{ line-height:initial!important; } } .woocommerce form .form-row label, .woocommerce-page form .form-row label{ margin-bottom:0; } .donation-description a{ color:#00B3E8!important; font-weight:400; } #account_password_field{ padding: 0px; margin-top: 3px; } @media (max-width: 1200px){ .create-account { flex-direction:row; } } .woocommerce-checkout .cart-subtotal th, .fee th{ vertical-align:middle; } @media(max-width:768px){ .woocommerce-form-login-toggle{ width: -webkit-fill-available; margin-right: 16%; } } .woocommerce-checkout table.shop_table td{ padding-bottom:3px; } /* order received */ .woocommerce-order-received .woocommerce-table__product-table.product-total{ background-color:#f9f9f9!important; } .woocommerce-order-received .woocommerce-Price-amount.amount { display:block!important; } .woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td{ padding-right: 10px!important; width: -webkit-fill-available; text-align: right; } .woocommerce-order-received .woocommerce-table__product-total.product-total{ padding-right:10px!important; } div.woocommerce-thankyou-order-received .added_courses h2 { color: #767676 !important; } div.woocommerce-thankyou-order-received .added_courses h2{ margin-bottom:0!important; font-size:28px!important; } div.woocommerce-thankyou-order-received .added_courses a{ text-decoration:none!important; } .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details span { line-height: inherit !important; } .bundled-product-name bundled_table_item_indent a{ color:black!important; } .bundled_table_item td{ background-color:white!important; } .woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td { align-items: baseline; display: flex; flex-direction: row; justify-content: end; line-height: 1 !important; width: min-content; float: right; vertical-align: middle; } body.woocommerce-checkout table.shop_table td{ padding-left:10px!important; } .woocommerce-order-received .bundled-product-name a{ color:black!important; } .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{ margin-bottom:15px; } .woocommerce-table__product-name>a { color:black !important; } H2.woocommerce-order-details__title { margin-top: 0px !important; } div.woocommerce-thankyou-order-received h1{ margin-bottom:5px !important } @media (max-width:600px){ div.woocommerce-thankyou-order-received .added_courses h2 { margin-bottom: 0!important; font-size: 22px!important; } #content .h1, #content h1 { margin-bottom: 15px; text-align: center; } } .login .wc-social-login { display: block; } @media (min-width:1025px){ .cross-sells .products.columns-4 .product a.button.add_to_cart_button.ajax_add_to_cart { margin-bottom: auto!important; } .woocommerce-form-login input[type=checkbox] { float: left; } #customer_login form.woocommerce-form-login button[type=submit] { margin-left: -15px !important; } } .courseIntro{ display:block!important; } #donation_title { font-size: 1.1rem; margin-bottom: 10px; display: block; font-weight: bold; } @media (max-width: 600px){ .donation-description #donation_title { font-size: 1rem!important; } } /* Checkout 1546 */ #radio_choice { margin-right: 7px; min-height: 23px; line-height: 1; } @media (max-width: 768px){ .check_stipe{ margin:0 auto; } } @media (max-width: 600px){ #radio_choice_field { display: inline-block!important; } .biling{ margin-top:10px; } } @media (min-width:768px){ .place-order .credibility img{ margin-left:0; margin-right:10px; } } #radio_choice_field{ display: flex!important; /* flex-direction: column-reverse; */ } /* #radio_choice_field { display: flex!important; justify-content: center; align-items: self-end; } */ /* end*/ /* cart */ span#counter{ font-size:2.13rem!important; } ul { display: list-item; margin-left: 1.3em; list-style-type: none; } .quiz-template-default.single.single-quiz #sensei-quiz-list li:nth-child(even){ /* display:block!important; */ } .quiz-template-default.single.single-quiz #sensei-quiz-list li:nth-child(odd){ /* display:block!important; */ } .home h1.h-1{ font-weight: 700!important; } .page-id-2062480 h1.h-1{ font-weight: 700!important; } @media (max-width:385px){ .row.logos-bg{ margin-top: -12vw!important; } .page-id-2062480 .row.logos-bg{ margin-top: -8vw!important; } } .page-id-2062480 .hide{ display:none; } .page-id-2062480 .hide{ display: inline-block; margin-right: 6px; } .page-id-2062480 .btn_wrapper a{ padding: 16px 110px!important; font-size: 1rem!important; min-width: unset!important; height: auto!important; /* weight:400; * font-size:1rem; * size: 18.125rem * 1.625rem * 290px*42.39 * border-radius:5px; * border-color:none; * background #FF3737 * :hover #C32329 * #04A6D4 * hover #04baed * * */ } @media(max-width:1136px){ .page-id-2062480 .btn_wrapper a{ margin-bottom:10px; } .page-id-2062480 .btn_wrapper.mt-4, .page-id-2062480 .mt-4, .page-template-HomePageTemplate.page-template-HomePageTemplate-php.page.page-id-2062480 .mt-4{ margin-bottom: 0!important; margin-top:0!important; } } .page-id-2062480 .btn_wrapper.mt-4, .page-id-2062480 .mt-4, .page-template-HomePageTemplate.page-template-HomePageTemplate-php.page.page-id-2062480 .mt-4{ margin-bottom: 0!important; margin-top: 10px!important; } .page-id-2062480 .mt-4.btn_wrapper a:hover{ background-color: #ff3737; } .page-id-2062480 .hide_need{ display:none; } .home .hide_need{ color:white; } .home .hide{ display:none; } @media (min-width: 1025px){ .page-id-2062480 .btn.text-white.btn-outline-danger.bg-button{ padding-left: 25px !important; padding-right: 25px !important; font-weight: 400 !important; } .page-id-2062480 h2.mt-4.h-2.afterh1 br{ page-break-after: left; display: block !important; } .page-id-2062480 h2.text-center.blue{ margin-top: 15px; } .page-id-2062480 .bg-container { height: 640px; } .page-id-2062480 h1.h-1{ margin-top: 25px !important; } } @media (max-width: 600px){ .page-id-2062480 .btn.text-white.btn-outline-danger.bg-button{ display: flex; margin: auto !important; margin-bottom: 5px !important; padding-left: 50px !important; padding-right: 25px !important; width: 230px; height: 42.39px !important; font-weight: 400 !important; } .page-id-2062480 span.hide{ margin-left: -14px; } .page-id-2062480 span.hide_cert{ margin-left: 5px; } .page-id-2062480 .bg-container { height: 700px; } div.row.mt-4.lifesavers{ height: 50px; } .page-id-2062480 img { max-width: 100% !important; } div#testimonials_slider.carousel.slide.carousel-fade{ height: 200px; } .page-id-2062480 h1.h-1{ margin-top: 25px !important; } .row-slide-header { font-size: 24px !important; } .lesson .vc_col-sm-12 .vc_column-inner { padding:0; } } @media (min-width: 820px) and (max-width:991px){ .page-id-2062480 .bg-container { height: 740px; } .page-id-2062480 .btn.text-white.btn-outline-danger.bg-button{ width:377.56px !important; height: 55px !important; font-weight: 400 !important; } .page-id-2062480 .row.logos-bg{ margin-left:-35px !important; } } @media (min-width: 601px) and (max-width:768px){ .page-id-2062480 .bg-container { height: 680px; } .page-id-2062480 .btn.text-white.btn-outline-danger.bg-button{ width:377.56px !important; height: 55px !important; font-weight: 400 !important; } .page-id-2062480 .row.logos-bg{ margin-left:-35px !important; } } /* Accreditaions banner */ .page-template-default .logos-bg { padding-top: 20px; background-color: #47a2cc; border-radius: 10px; height: 80px; } .page-template-default .logos-bg { justify-content: center; } @media (max-width:450px){ .page-template-default .row.logos-bg{ width: 90vw; margin-left:-2.4rem!important; } } @media (max-width: 385px){ .page-template-default .row.logos-bg { margin-top:auto!important; } } @media (min-width: 100px) and (max-width: 575px) { .page-template-default .imgs-header { width: 85px; height: 25px; } .page-template-default .logos-bg { margin-top: -2rem; padding: auto; width: 80%; margin-left: auto; margin-right: auto; margin-left:-8vw!important; } } @media(max-width:768px){ .page-template-default .logos-bg{ margin: auto!important; justify-content: center; align-items: center; padding-top: 0; } .page-template-default .logos-bg img{ width: 19%; height: auto; } } @media(max-width:760px){ .page-template-default .logos-bg{ width: 100vw; margin-left: auto; justify-content: center; flex-flow: unset; } } @media (min-width: 576px) and (max-width: 767px) { .page-template-default .logos-bg { margin-top: -2rem; padding-left: 2px; padding-right: 2px; width: 80%; margin-left: auto; margin-right: auto; height: 105px; } .page-template-HomePageTemplate .imgs-header, .page-template-default .imgs-header { width: 120px; height: 35px; } } @media (max-width:830px){ .page-template-default .logos-bg{ width: 96vw; margin: auto; margin-left: -8vw; } } @media(max-width:960px){ .page-template-default .logos-bg{ width: 90vw; margin: auto; margin-left: -5vw; } .page-template-default .row.logos-bg{ flex-flow: row; } .lesson .entry>.vc_row:not([data-vc-full-width="true"]){ padding-left:0!important; padding-right:0!important; } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-left:1rem; } .postid-84687 .vc_custom_1481914275221 .vc_col-sm-2{ display:none; } .single-lesson .wpb_single_image.wpb_content_element.vc_align_center{ margin-bottom:5px!important; } } @media (min-width: 768px) and (max-width: 991px) { .page-template-default .logos-bg{ padding-left: 2px; padding-right: 2px; margin-left: auto; margin-right: auto; } .page-template-default .imgs-header { width: 145px; height: 42px; } } @media (min-width:991px) and (max-width:1024px){ .page-template-default .logos-bg{ width: 100%; } .page-template-default .imgs-header{ width: 188px; height: 54px; } } @media (min-width: 922px) { .page-template-default .row.logos-bg{ padding-left: 12px; padding-right: 12px; /* margin-left: -95px; */ margin-right: auto; justify-content: center!important; } .page-template-default .imgs-header { width: 145px; height: 42px; } } @media(min-width:1050px){ .page-template-default .logos-bg{ max-width: 72vw!important; } } @media (max-width:385px){ .page-template-default .row.logos-bg{ margin-top: 0vw!important; } } @media(max-width:600px){ .page-template-default .row.logos-bg{ height: 4rem; } } .woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before { content: "i"; font-family: Times, Georgia, serif; height: 24px; width: 24px; display: none !important; position: absolute; top: 50%; margin-top: -12px; left: 16px; font-style: italic; box-sizing: content-box; font-size: 16px; line-height: 24px; text-align: center; color: #fff; text-shadow: 0 1px 0 rgb(0 0 0 / 20%); box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%); -webkit-box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%); -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); background-color: #188CFC; border-radius: 100%; } .woocommerce-error li { list-style-type: none!important; line-height: 1rem !important; margin: auto !important; color: white !important; } @media (min-width: 1025px){ .woocommerce-error { background-color: #04baed !important; border-top-color: #04baed !important; padding-top: 25px !important; padding-bottom: 25px !important; } .woocommerce-error .button{ position: absolute !important; margin-left: -130px !important; margin-top:-16.5px !important; } .woocommerce-error li { margin: auto !important; } } @media (max-width: 600px){ .woocommerce-error { background-color: #04baed !important; border-top-color: #04baed !important; padding-top: 25px !important; padding-bottom: 25px !important; } } @media (max-width: 339px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 60px !important; } } @media (min-width:340px) and (max-width: 360px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 82px !important; } } @media (min-width:361px) and (max-width: 375px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 83px !important; } } @media (min-width:376px) and (max-width: 390px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 82px !important; } } @media (min-width:391px) and (max-width: 400px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 82px !important; } } @media (min-width:413px) and (max-width: 414px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 82px !important; } } @media (min-width:401px) and (max-width: 412px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 84px !important; } } @media (min-width:415px) and (max-width: 459px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 120px !important; } } @media (min-width:460px) and (max-width: 600px){ .woocommerce-error .button{ position: absolute !important; margin-top: -55px !important; margin-left: 150px !important; } } @media (min-width: 601px) and (max-width: 768px){ .woocommerce-error { background-color: #04baed !important; border-top-color: #04baed !important; padding-top: 25px !important; padding-bottom: 25px !important; } .woocommerce-error .button{ position: absolute !important; margin-left: -130px !important; margin-top:-17px !important; } } @media (min-width: 769px) and (max-width: 1024px){ .woocommerce-error { background-color: #04baed !important; border-top-color: #04baed !important; padding-top: 25px !important; padding-bottom: 25px !important; } .woocommerce-error .button{ position: absolute !important; margin-left: -130px !important; margin-top:-17px !important; } } @media (min-width: 768px) and (max-width: 800px){ .woocommerce-error li { margin: auto !important; } } @media (min-width: 801px) and (max-width: 991px){ .woocommerce-error li { margin: auto !important; } } #merchant_page .paging .active, #merchant_page .paging .sa_page, #product_page .paging .active, #product_page .paging .sa_page { background-color: #ff3737 !important; } #merchant_page .paging .sa_page:active, #merchant_page .paging .sa_page:hover, #product_page .paging .sa_page:active, #product_page .paging .sa_page:hover { background-color: #e92c33 !important; } @media (max-width: 375px){ .page-id-17 img.check_stripe{ margin-bottom: 15px; } .page-id-18 img.check_stipe{ margin-bottom: 15px !important; } } @media only screen and (max-width: 767px) { .credibility { bottom: 0; position: static; display: flex; flex-direction: column; align-items: center; } .check_stripe{ margin-bottom:15px; } #order_review{ margin-top: 9vw; } } @media (max-width:992px){ #credits { display: flex; align-items: flex-start; flex-direction: column; align-items: center; } .check_stipe{ margin-bottom:15px; } } @media (max-width: 600px){ .page-id-18 img.check_stipe{ margin-bottom: 15px !important; } #order_review{ margin-top: 1vw; } } .woocommerce-cart-form__cart-item .product-name a, .woocommerce-cart [name="apply_coupon"], .woocommerce-cart .woocommerce-cart .product-title-container{ color:#04baed!important; } woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:hover, .woocommerce-cart [name="apply_coupon"], .woocommerce-cart .product-title-container { color: #04A6D4!important; font-weight: 400!important; } .woocommerce-checkout .sectionafter .btn-link{ font-size:16px; } .faq_footer p{ font-weight:400!important; } @media(max-width:500px){ .page-id-18 div.credibility { padding-right: 55px !important; padding-left: 55px !important; margin-top:-35px; } .woocommerce-cart .cross-sells .add_to_cart_button { max-width: 209px; } .woocommerce-cart #shipping_method { margin-top: 7px!important; margin-left: 16px!important; position: relative; left: -14px; text-align: left; float: left; } .checkout-button.button.alt.wc-forward{ width: auto!important; } .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product .product-title a { font-size: 16px!important; } } [data-title="Shipping"], .woocommerce-shipping-totals.shipping th{ color:#5e5e5e; } .product-name{ font-size:16px!important; } .woocommerce-checkout h3 { color: #04a6d4 !important; font-weight: 400 !important; font-size: 1.4rem; padding-top: 8px; } @media (max-width: 768px){ #customer_details { margin-top: 0; } .woocommerce-checkout #checkout-radio #radio_choice_field.form-row.form-row-wide.update_totals_on_change { float: none; margin-left: auto !important; display: inline-block!important; } .woocommerce-checkout label.upgrade{ margin-left: 3vw; } } .backtocart #backtocart:hover{ background-color:black!important; color:white!important; border: 2px solid black; } .woocommerce-remove-coupon{ color: #00b4dc !important; } .woocommerce-cart .cart-discount td{ vertical-align:middle!important; } @media (min-width: 1025px){ /* .page-id-2062480 h2.blue{ margin-top: 18px !important; } .page-id-1544031 h2.blue{ margin-top: 18px !important; } */ } .post-1562328 .btn-flat, .post-1579943 .btn-flat, .post-1638999 .btn-flat, .post-1770225 .btn-flat, .post-1770282 .btn-flat{ display:inline-block; color:#FFF !important; background:#04A6D4 !important; padding:13px 15px !important; margin:0 5px 5px 0; font-weight:400; border-radius:5px; font-size:16px !important; min-width: 290px !important; width: 290px !important; height: 42.39px !important; } .post-1562328 .btn-flat.red, .post-1579943 .btn-flat.red, .post-1638999 .btn-flat.red, .post-1770225 .btn-flat.red, .post-1770282 .btn-flat.red{ display:inline-block; color:#FFF !important; background:#FF3737 !important; padding:10px 15px !important; margin:0 5px 5px 0; font-weight:400; border-radius:5px; font-size:16px !important; min-width: 290px !important; width: 290px !important; height: 42.39px !important; } .post-1562328 .btn-flat:hover, .post-1579943 .btn-flat:hover, .post-1638999 .btn-flat:hover, .post-1770225 .btn-flat:hover, .post-1770282 .btn-flat:hover { background-color: #04baed !important; } .post-1562328 .btn-flat.red:hover, .post-1579943 .btn-flat.red:hover, .post-1638999 .btn-flat.red:hover, .post-1770225 .btn-flat.red:hover, .post-1770282 .btn-flat.red:hover { background-color: #C32329 !important; } @media (max-width: 600px){ .woocommerce-account .satori-completed-course h2 { font-size: 1.5rem!important; } .post-1638999 h1{ font-size: 34px !important; line-height: 34px !important; } .post-1638999 .vc_row.wpb_row.vc_row-parent.homeHands.vc_custom_16465746326292.vc_row-o-content-middle{ margin-top: -25px !important; } } .select-button{ max-width: 290px; margin: auto; } .custom-share img{ max-width: 30%; margin-bottom: 0; } .custom-share .select-button-wrapper:after{ display: none; } @media (max-width:600px){ .custom-share img{ max-width: 74%; } .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{ width:98%!important; } } .satori-completed-course{ margin-bottom:0; padding-bottom:0; } .lost_password{ width:100%; text-align:left; } .woocommerce-checkout .login p{ margin-top: 10px; width: 100%; } .form-row.form-row-first.coupon.col-xl-4.col-lg-4.col-md-6.col-sm-8 { margin-bottom:0; } .custom-share .select-button-wrapper.row .select-button{ padding-left: 3vw!important; } .cme-completion-dialog a{ margin-top:6px; } @media (min-width: 1025px){ nav.woocommerce-MyAccount-navigation{ width:25% !important; } .woocommerce-MyAccount-content { float: right; width: 73% !important; } .page-id-18 p.form-row.form-row-first.text.col-xl-5.col-lg-4.col-md-4.col-sm-12.col-12{ margin-right: 8px; } .page-id-7579 h1.large-title{ margin-bottom:25px; } } @media (max-width:600px){ .page-id-1544031 div.counter_wrapp{ margin-top: 10px; } .page-id-2062480 div.counter_wrapp{ margin-top: 10px; } .page-id-2062480 a.btn-certify.small { padding: 12px; width: 230px; height: 42.39px; } .page-id-2062480 a.btn-certify { padding: 12px; width: 230px; height: 42.39px; } } @media (max-width:767px){ .footer-container > .row > .col-md-3:nth-child(2) { display: initial; } .footer-container > .row > .col-md-3:nth-child(2) h3 { text-align:left; } .footer-container .footer-column-1:nth-child(1){ display: initial; } } .custom-share .select-button-wrapper.row .select-button { padding-left: 2vw!important; padding-right: 3vw!important; } div.woocommerce-thankyou-order-received .added_courses ul { margin-top: 5px; margin-left: 0px !important; } #post-18 > section > div.woocommerce > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(3) > td{ width:max-content !important; line-height: 2.8 !important; } woocommerce-account .active{background-color: white; color: black !important; border-bottom: 1px solid #fff !important; } .page-template-HomePageTemplate .active{background-color: transparent; border-bottom:none; } .woocommerce-password-strength.short { background-color: #f9f9f9; } .woocommerce-password-strength.bad { border: 1px solid; background-color: #f9f9f9; border-color: #d3cc00; } .woocommerce-password-strength.good { background-color: #f9f9f9; border-color: green; border: 1px solid; } .woocommerce-password-strength.strong { background-color: #c1e1b9; border-color: #83c373; border: solid 1px; } .page-id-1562328 .btn-flat, .page-id-2148896.btn-flat, .page-id-1638999 .btn-flat, .page-id-1770225 .btn-flat, .page-id-1770282 .btn-flat { padding-top: 11px !important; } #post-17 > section > div > div > div.woocommerce-info{ border-top-color: transparent !important; margin-top: -22px; margin-bottom: -5px; } @media (max-width:600px){ #post-18 > section > div.wp-block-group.ticss-3ca1f93b.is-layout-constrained.wp-block-group-is-layout-constrained > div > div > div > div > section.woocommerce-order-details > div > h2{ text-align: center !important; padding-left: 25px !important; } } @media (max-width:600px){ #post-17 > section > div > div > div.woocommerce-message{ display: inline-block !important; text-align: left !important; width: 100%; } } #footer > div > div:nth-child(1) > div:nth-child(3){ display: none !important; } #footer > div > div:nth-child(1) > div.menu-courses-and-certifications-container{ display: none !important; } #footer > div > div:nth-child(2) > div:nth-child(3){ display: none !important; } #footer > div > div:nth-child(2) > div.menu-resources-container{ display: none !important; } @media (min-width: 1025px){ section.course-lessons{ margin-top:-4% !important; } header.lesson-title h1 { margin: auto!important; } } @media (max-width:600px){ .lesson header.lesson-title h1{ text-align: center !important; } } @media (min-width: 800px) and (max-width:1024px){ section.course-lessons{ margin-top:-4% !important; } .lesson-title h1{ margin:auto!important; } } @media (min-width: 601px) and (max-width:799px){ header.lesson-title h1 { margin: auto !important; } } @media (max-width: 600px){ header.lesson-title h1 { margin: auto !important; } } @media (min-width: 1025px){ .single-lesson section.course-lessons { margin-top: -16px !important; } } #post-19 > section > div > div.satori-completed-course{ margin-top:-25px !important; } #post-7579 h1.large-title{ font-size: 2.5rem !important; font-weight:700 !important; } .page-id-7579 h1.large-title { margin-bottom: 15px; font-weight: 700 !important; } .page-id-7579 .input-search.input-group.input-group-sm.mb-3{ width:300px !important; margin:auto !important; border: 3px solid #04baed !important; border-radius: 20px; margin-bottom:15px; } .page-id-7579 input.form-control.search-icon{ border: 0px solid #04baed !important; border-radius: 20px; } .page-id-7579 div.card{ max-width:360px !important; height:322px !important; } .page-id-7579 div.card-button{ background: #C32329 !important; border-radius:5px !important; font-weight:400 !important; font-size:16px !important; } .page-id-7579 #datafetch .card-button { border: 0px solid #C32329 !important; width: 50%; padding: 1rem; display: inline; margin-top: auto; } .page-id-7579 a.card-btn:hover{ text-decoration: none !important; } .page-id-7579 div.card-button:hover{ background: #d9272e !important; text-decoration: none !important; } .page-id-7579 #datafetch .card-button a { color: white !important; text-decoration: none !important; } .page-id-7579 #card-2117058 > div.card-button > a{ text-decoration: none !important; } .page-id-7579 #datafetch .blog-tile { height: 60%; } @media (max-width:600px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3{ width:200px !important; margin:auto !important; border: 3px solid #04baed !important; border-radius: 20px; margin-bottom:15px; } } @media (max-width:360px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -44px !important; margin-bottom:-30px !important; } } @media (min-width:361px) and (max-width:375px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -40px !important; margin-bottom:-30px !important; } } @media (min-width:376px) and (max-width:390px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -35px !important; margin-bottom:-30px !important; } } @media (min-width:391px) and (max-width:393px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -38px !important; margin-bottom:-30px !important; } } @media (min-width:394px) and (max-width:415px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -33px !important; margin-bottom:-30px !important; } } @media (min-width:416px) and (max-width:430px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -30px !important; margin-bottom:-30px !important; } } @media (min-width:431px) and (max-width:600px){ .page-id-7579 .input-search.input-group.input-group-sm.mb-3 { margin-left: -30px !important; margin-bottom:-30px !important; } } @media (min-width:601px){ #main-wrap > div > div.container-fluid > div.row.text-center.text-white.bg-container > div > div > img:nth-child(4){ margin-left:35px !important; } #main-wrap > div > div.container-fluid > div.row.text-center.text-white.bg-container > div > div > img:nth-child(7){ margin-left:35px !important; } } @media (max-width:600px){ #main-wrap > div > div.container-fluid > div.row.text-center.text-white.bg-container > div > div > img:nth-child(7){ margin-left:15px !important; } } #post-18 > section > div > div:nth-child(4) > div > div > a > img{ margin-top:15px !important; } @media (min-width:1025px){ .main-menu .menu-item-has-children .sub-menu .menu-item-has-children::after{ margin-top:-5px !important; } #menu-nhcps-menu-one-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-7882 > ul > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-219132.edge > ul{ margin-top:-11px !important; } #menu-nhcps-menu-one-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-7882 > ul > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-8094.edge > ul{ margin-top:-11px !important; } #menu-nhcps-menu-one-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-7882 > ul > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-389078.edge > ul{ margin-top:-11px !important; } #menu-nhcps-menu-one-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-7882 > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-414571.edge > ul{ margin-top:-11px !important; } } /* CLC Template */ div p:last-child { margin-bottom: 0; } .wp-block-columns.clcBlock { align-items: stretch; } .wp-block-columns.clcBlock, .clcHeading { padding-left: 20px; padding-right: 20px; } .has-text-align-center { text-align: center; } .page .clcHeading { display: block; width: 100%; margin-bottom: 30px; } .clcHeading h1 { font-weight: 600 !important; padding-bottom: 0 !important; margin-top: 29px; } .clcBlock figure { text-align: center; margin: auto; width: 280px; } /* .page div.wp-block-buttons { margin-bottom: 0; margin-top:-15px; } */ /* .wp-block-buttons a{ font-weight: 400 ; line-height: 1.2rem ; padding: 0.8rem 1.6rem ; border-radius: 5px; color: #fff; text-decoration: none; display: inline-block; } .wp-block-buttons a:hover { background-color: #d9272e !important; } */ .wp-block-button.bth-nhcps { margin-top: 12px; } .roundMarker { display: inline-block; width: 60px; height: 56px; border-radius: 50%; border: 5px solid #c5c5c5; font-weight: 700 !important; font-size: 2em !important; line-height: 45px !important; margin: 10px auto; } .clcCols { text-align: center; } @media (max-width:668px) { .wp-block-columns.clcBlock { flex-direction: column; align-items: stretch; text-align: center; } .clcHeading { text-align: center; } span.course-txt{ margin-left: 60px; margin-right: 50px; } } @media (min-width:1025px){ div.is-layout-flex.wp-container-12.wp-block-columns.alignfull.clcBlock.has-text-color.has-background{ padding-left: 220px; padding-right:220px !important; } } @media (min-width:601px){ .clcHeading h1 { margin-bottom: 10px !important; } } /* CLC Template */ form.comment-form .form-submit input[type="submit"] { background-color: #C32329 !important; border-radius: 5px !important; } form.comment-form .form-submit input[type="submit"]:hover { background-color: #d9272e !important; } a.wc-forward.wp-element-button{ background: #C32329 !important; } a.wc-forward.wp-element-button:hover { background: #d9272e !important; } a.checkout-button.button.alt.wc-forward{ background: #C32329 !important; } a.checkout-button.button.alt.wc-forward:hover { background: #d9272e !important; } .woocommerce ul.products li.product a.button { background: #C32329 !important; } .woocommerce ul.products li.product a.button:hover { background: #d9272e !important; } .woocommerce .course-meta .cart .button { background: #C32329 !important; } .woocommerce .course-meta .cart .button:hover { background: #d9272e !important; } .nav-next, .nav-prev { background: #C32329 !important; } .nav-next, .nav-prev:hover { background: #d9272e !important; } .nav-next{ background: #C32329 !important; } .nav-next:hover { background: #d9272e !important; } select.select-button{ background-color: #C32329 !important; } select.select-button:hover { background-color: #d9272e !important; } .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit]{ font-weight: 400 !important; } .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button { font-weight: 400 !important; } .gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button { font-weight: 400 !important; } @media (min-width:1025px){ #content .woocommerce.related ul.products li.product h3.product-title { font-size: 14px !important; } } #annualsurvey-thankyou-downloadbtn > button{ background: #C32329 !important; font-weight:400 !important; } #annualsurvey-thankyou-downloadbtn > button:hover{ background: #d9272e !important; text-decoration:none !important; font-weight:400 !important; } #gform_submit_button_43{ background: #C32329 !important; font-weight:400 !important; } #gform_submit_button_43:hover{ background: #d9272e !important; font-weight:400 !important; } @media (max-width:600px){ #footer > div > div:nth-child(4) > div:nth-child(4) > a:nth-child(3) > picture > img{ position: absolute; margin-top: 12px; height:70px !important; } } /*Lesson pages */ @media (min-width:1025px){ .layout_one.sensei, article.lesson, article.quiz, error-404 { max-width:1190px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 0 !important; } #post-18 > section{ max-width:1190px; margin-left: auto !important; margin-right: auto !important; margin-bottom: 0 !important; } } @media(max-width:600px){ #post-17 > section > div > div.woocommerce-notices-wrapper{ margin-top: 15px !important; } } @media (max-width:399px){ .page-id-2261973 #content .post { height: 285px !important; } #cart-2-cpr-bundle{ margin-top:0px !important; } #cart-2-cpr-bundle{ margin-top:0px !important; } } @media (min-width:400px) and (max-width:600px){ .page-id-2261973 #content .post { height: 295px !important; } #cart-2-cpr-bundle{ margin-top:0px !important; } #cart-2-cpr-bundle{ margin-top:0px !important; } } @media (max-width:600px){ /* #post-17 > section > div > div.cart-collaterals > div.cart_totals > div > div{ margin-left:15px !important; } */ .page-id-17 .woocommerce ul.products li.product a.button { background: #3F92C8 !important; } .page-id-17 .woocommerce ul.products li.product a.button:hover { background: #04baed !important; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility > img.check_stripe{ margin-right: 0px; width: 240px; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility{ padding-left:10px !important; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility > a > img{ width: 75px !important; height: 75px !important; margin-left: -10px; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility > img.check_stripe{ width: 140px !important; margin-top: 20px !important; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility > img:nth-child(3){ width:75px !important; margin-top: 2px; } #post-2261973 > section > div > div.cart-collaterals > div.cart_totals > div.credibility{ display: inline-block !important; width:100% !important; margin-top:25px !important; } } @media (min-width:1025px){ .page-id-2261973.woocommerce li.product img.attachment-woocommerce_thumbnail { margin-top: -18px !important; } .page-id-2261973.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product { height: 15rem !important; } } @media (min-width:601px){ div.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-rounded.vc_cta3-align-left.vc_cta3-color-classic.vc_cta3-icon-size-md{ margin-top: -45px !important; margin-bottom: -75px !important; } #post-2239067 > section > div.vc_row.wpb_row.vc_row-parent.vc_custom_1476887783415.vc_row-o-content-middle.blogPost-sec > div > div > div > div > div > div > div > div > div > div > div > div > div:nth-child(3) > div.vc_grid-item-mini.vc_clearfix > div > div > div > div.vc_gitem_row.vc_row.vc_gitem-row-position-bottom > div > div{ margin-top:32px !important; } } @media (max-width:600px){ .vc_column-inner.vc_custom_1596230955020{ margin-top:-35px !important; margin-bottom:-65px !important; } .woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li.product.purchasable, .page-id-18.woocommerce-order-received #content .post{ height: auto !important; margin-bottom: 15px !important; padding-top: 1rem!important; padding-bottom: 1rem!important; } .page-id-17 .woocommerce .cross-sells ul.products li.product a.button.add_to_cart_button { margin-bottom:0!important; } .site-footer{ padding-top:0; } } /* p.has-text-align-center{ font-weight:300 !important; } .wp-block-buttons a { font-size:16px !important; line-height:16px !important; } */ /* Lesson */ #main > article > section.lesson.entry.fix > div:nth-child(2) > div > div > div > div > div.wpb_column.vc_column_container.vc_col-sm-10 > div > div > div > div > p{ margin-left: -90px !important; } .redBox::before { left:-20% !important; } .lesson h1{ text-align:center; margin:auto; padding: 0 2rem; } @media (min-width:601px){ /* .entry > .blogPost .socialShare{ margin-left:160px !important; } */ /* .blogPost h5.vc_custom_heading{ margin-left:160px !important; } */ .blogPost h5.vc_custom_heading.blue.vc_custom_1509390963316{ margin-left: 0px !important; } } .woocommerce-cart a.confirm-delete { display: block !important; } /* Mini Cart Buttons */ #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a:nth-child(1){ background: #C32329 !important; } #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a:nth-child(1):hover { background: #d9272e !important; } #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward.wp-element-button{ background: #C32329 !important; } #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward.wp-element-button:hover{ background: #d9272e !important; } /* Cart */ #post-17 > section > div > div.cart-collaterals > div.cross-sells > h3{ font-weight: 400 !important; color: #04a6d4 !important; font-size: 1.3rem !important; line-height: 1.3rem !important; } #post-17 > section > div > form > table > thead > tr > th.product-name{ color: #5e5e5e !important; } #post-17 > section > div > form > table > thead > tr > th.product-price{ color: #5e5e5e !important; } #post-17 > section > div > form > table > thead > tr > th.product-quantity{ color: #5e5e5e !important; } #post-17 > section > div > form > table > thead > tr > th.product-subtotal{ color: #5e5e5e !important; } #post-17 > section > div > p > a{ background: #C32329 !important; } #post-17 > section > div > p > a:hover{ background: #d9272e !important; } #mini-cart > div > a{ background: #C32329 !important; } #mini-cart > div > a:hover{ background: #d9272e !important; } #post-18 > section > div.woocommerce > div > section.woocommerce-order-details > p > a{ background: #C32329 !important; } #post-18 > section > div.woocommerce > div > section.woocommerce-order-details > p > a:hover{ background: #d9272e !important; } #post-18 > section > div.woocommerce > div > section.woocommerce-order-details > div > h2{ text-align: left !important; } #post-18 > section > div.woocommerce > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(4) > td{ width:max-content !important; } @media (max-width:600px){ .page-id-18.woocommerce-order-received #content .post { display: flex !important; } } /*practice */ .practiceContainer h1:hover { color:#04a6d4 !important; } .practiceContainer h3:hover{ color:#04a6d4 !important; } .practiceContainer h2:hover{ color:#04a6d4 !important; } /* 2 course bundle */ @media (max-width:600px){ .page-id-2288318 #main-wrap h1 { font-size: 2rem !important; line-height:2rem !important; margin-bottom:5px !important; } .page-id-2288318 #main-wrap h2 { font-size: 1.75rem !important; line-height:1.75rem !important; } .page-id-2288318 #colophon{ margin-top:-35px !important; } } /* Span counter */ @media (max-width:600px){ h2.nhcpsCounter.blue{ padding: 0 !important; } } /* Footer */ @media (max-width:600px){ #footer > div > div:nth-child(4) > div:nth-child(4) > a:nth-child(3) > picture > img{ margin-left:-135px !important; } } /* Button issues */ #mini-cart a.button { background-color: #C32329 !important; } #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a:nth-child(1) { font-weight:400 !important; } .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button{ font-weight:400 !important; } #main-wrap>div>div>div>div.faq-sidebar>div>div.input-search>button { font-weight:400 !important; } #main-wrap > div > div > div > div.faq-sidebar > div > div.greeting > a{ font-weight:400 !important; text-decoration: none !important; } .faq-sidebar .input-search button { font-weight:400 !important; border-radius: 5px !important; background-color: #C32329 !important; } .greeting .hc-btn { font-weight:400 !important; border-radius: 5px !important; background-color: #C32329 !important; } .woocommerce ul.products li.product a.button { font-weight:400 !important; } /* Lesson Page Buttons */ button.btnRed [type=submit]{ background-color: #C32329 !important; } #main > article > section > footer > p > a { background: #C32329 !important; font-weight: 400 !important; font-size: 16px; text-transform: capitalize !important; } .coursePurchase button.btnRed { background-color: #C32329 !important; } .coursePurchase button.btnRed:hover { background-color: #d9272e !important; text-decoration:none !important; } #main > article > section > div.coursePurchase > a > button > span{ color:white !important; } .nav-prev a { font-weight:400; text-decoration:none !important; } /* 404 Page */ @media (min-width: 1025px){ #content.page-not-found { padding-right: 1.875rem !important; padding-left: 1.875rem !important; display: flex !important; margin: auto !important; justify-content: center !important; margin-left: -185px !important; } } #content > article > header > h1{ font-weight: 700 !important; color: #04a6d4 !important; font-size: 2.5rem !important; line-height: 2.5rem !important; } #content > article > section > div.columns.large-4.layout_one > h4:nth-child(1){ font-weight: 300 !important; color: #5e5e5e !important; font-size: 1.2rem !important; line-height: 1.2rem !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(1) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(1) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(2) > a{ color: #5e5e5e!important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(2) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(3) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(3) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(4) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(4) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(5) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > div > ul > li:nth-child(5) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(1) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(1) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(3) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(3) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(5) > a{ color: #5e5e5e !important; } #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(5) > a:hover{ color: #5e5e5e !important; text-decoration:none !important; } #content > article > section > div.columns.large-4.layout_one > h4:nth-child(3){ font-weight: 300 !important; color: #5e5e5e !important; font-size: 1.2rem !important; line-height: 1.2rem !important; } .lesson-template-default.single.single-lesson .quiz-submit.complete, .single-lesson .nav-next.fr, .single-lesson .nav-prev.fl { font-weight:400; } .nav-next.fr:hover{ text-decoration:none!important; } .lesson h1 { text-align: center; margin: auto; padding: 0 2rem; font-family:"nimbus-sans", helvetica, sans-serif !important; font-weight: 700!important; color: #3F92C8; font-size: 2.5rem; line-height: 2.5rem; } #content .lesson h3.caps{ font-family: "nimbus-sans", helvetica, sans-serif !important; font-weight: 400!important; color: #04a6d4!important; font-size: 1.3rem!important; line-height: 1.3rem!important; margin-bottom: 0.5rem; font-style: initial; } #content .lesson h2{ font-family: "nimbus-sans", helvetica, sans-serif !important; font-weight: 400!important; color: #3F92C8!important; font-size: 2rem!important; line-height: 2rem!important; margin-bottom: 0.5rem!important; } .lesson.entry.fix h2{ text-transform:uppercase!important; } @media only screen and (min-width: 768px) and (max-width: 1145px){ .course-progress-navigation.row .col-6{ max-width: 18vw; } } @media (max-width:600px){ #content > article > header > h1{ text-align:left !important; } #content.page-not-found { padding-right: 1rem !important; padding-left: 1rem !important; } .woocommerce-order-details .product_thumbnail_wrap img{ max-width:50%; } .single-lesson .lesson_button_form{ display:flex!important; } .single-lesson .nav-prev.fl { order:1; } .single-lesson .quiz-submit.complete{ order:2; margin-bottom: 1rem; } .single-lesson .nav-next.fr{ order:3; } #content .lesson h2, .single-lesson h2.vc_custom_heading{ margin-top:10px!important; } #lesson_nav .nav-next, #lesson_nav .nav-prev{ width:192px!important; } .course-progress-navigation.row .col-0{ display:none; } .course-progress-navigation.row .col-6{ margin-top:5px; margin-bottom:5px; } .course-progress-navigation{ flex-direction:column; align-items: center; } } @media (min-width:601px){ #content > article > header > h1{ margin-bottom:5px !important; } } @media(max-width:820px){ .woocommerce-order-details .cross-sells ul li a.button.add_to_cart_button, .cross-sells ul li a.button.add_to_cart_button{ position:relative!important; } .redBox{ margin-left:2rem!important; } .post.module{ padding:0!important; } article.lesson.type-lesson { margin-bottom:0; } .lesson-template-default.single.single-lesson .quiz-submit.complete{ margin-top:10px; } .col-0{ background-color:transparent!important; } .course-progress-navigation.row .col-6{ margin:5px 0; } .lesson .wpb_text_column.wpb_content_element .redBox:before{ left:0!important } .lesson .redBox{ padding-left: 3rem!important; } .post-84635 .redBox{ padding-left: 2rem; } .lesson .col-6.prev{ margin-left:auto; } } @media(max-width:991px){ #post-17 > section > div > form > table > thead > tr > th.product-quantity, table.shop_table .product-quantity, .product-quantity[data-title="Quantity"], .woocommerce td.product-quantity, form.woocommerce-cart-form td.product-quantity, .woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr td.product-quantity{ display: table-cell!important; text-align: center!important; padding-left: 0!important; } .table.shop_table .product-quantity:before, [data-title="Quantity"]:before{ display:none!important; } } /* Flyout cart */ #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward{ font-weight:400 !important; } #mini-cart > div > p.woocommerce-mini-cart__buttons.buttons > a.button.checkout.wc-forward:hover{ background: #d9272e !important; } .postid-84631 .redBox p{ color: #04a6d4; } @media (min-width:1025px){ .cross-sells .products.columns-4 .product a.button.add_to_cart_button.ajax_add_to_cart { margin-bottom: auto!important; } .woocommerce-order-details .product_thumbnail_wrap img{ max-width:50%; } .woocommerce-order-received .cross-sells{ margin-bottom:3rem; } .post-84635 .redBox, .postid-84631 .redBox{ padding-left: 2rem; } .postid-84631 .redBox { margin-left: -30px!important; } } @media(max-width:1200px){ .post-84635 .redBox, .postid-84631 .redBox{ margin-left: -20px!important; } .postid-84631 .redBox:before{ margin-left: -5%!important; } } li.menu-item.red > a:first-child:hover, .main-menu .menu-item .sub-menu li a:hover{ background-color:transparent!important; } /* Footer */ @media (min-width:1025px){ #footer > div > div:nth-child(4) > div:nth-child(4) > a:nth-child(4) > img{ position: absolute; margin-top: -22px; } } /* Home */ @media (min-width:1025px){ .page-id-2306658 #h-how-does-it-work{ text-align: center !important; width: 831.7px; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.is-layout-flex.wp-container-55.wp-block-columns-is-layout-flex > div.wp-block-column.pals_card.is-layout-flow.wp-block-column-is-layout-flow > div > div > a, .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.is-layout-flex.wp-container-55.wp-block-columns-is-layout-flex > div.wp-block-column.acls_column.is-layout-flow.wp-block-column-is-layout-flow > div > div > a, .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.with_bls.is-layout-flex.wp-container-60.wp-block-columns-is-layout-flex > div.wp-block-column.cpr_column.is-layout-flow.wp-block-column-is-layout-flow > div > div > a{ margin-left:55px !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.with_bls.is-layout-flex.wp-container-60.wp-block-columns-is-layout-flex > div.wp-block-column.bls_column.is-layout-flow.wp-block-column-is-layout-flow > div > div > a{ margin-right:10px !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.with_bls.is-layout-flex.wp-container-60.wp-block-columns-is-layout-flex > div.wp-block-column.cpr_column.is-layout-flow.wp-block-column-is-layout-flow > div > div{ bottom: 2.2rem !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.lives_empowered.is-layout-flex.wp-container-37.wp-block-columns-is-layout-flex > div > div > div:nth-child(2) > h2{ margin-top: 3rem; margin-bottom: 3rem; } } @media (max-width: 600px){ h1#h-acls-pals-bls-online-courses-certifications-renewals { width:90% !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.lives_empowered.is-layout-flex.wp-container-37.wp-block-columns-is-layout-flex > div > div > div:nth-child(2) > h2{ margin-left:-20px !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.second_logo_row.is-layout-flex.wp-container-48.wp-block-columns-is-layout-flex > div:nth-child(1) > div > div:nth-child(1) > figure > img{ margin-top: -5px !important; margin-bottom: 20px !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.h-how-does-it-work.is-layout-flex.wp-container-66.wp-block-columns-is-layout-flex > div.wp-block-column.how_list.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(1) > p, .page-id-2306658 #main-wrap > div > div.wp-block-columns.h-how-does-it-work.is-layout-flex.wp-container-66.wp-block-columns-is-layout-flex > div.wp-block-column.how_list.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(2) > p, .page-id-2306658 #main-wrap > div > div.wp-block-columns.h-how-does-it-work.is-layout-flex.wp-container-66.wp-block-columns-is-layout-flex > div.wp-block-column.how_list.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(3) > p, .page-id-2306658 #main-wrap > div > div.wp-block-columns.h-how-does-it-work.is-layout-flex.wp-container-66.wp-block-columns-is-layout-flex > div.wp-block-column.how_list.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(4) > p, .page-id-2306658 #main-wrap > div > div.wp-block-columns.h-how-does-it-work.is-layout-flex.wp-container-66.wp-block-columns-is-layout-flex > div.wp-block-column.how_list.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(5) > p{ padding-left:57px !important; } .page-id-2306658 .wp-container-13.wp-block-columns img.best_deal { left: -13vw !important; } } @media (max-width:380px){ .page-id-2306658 .home.amc-carousel { margin-bottom: 16px; padding-bottom: 4rem !important; } } .page-id-2306658 .is-layout-flex.wp-block-columns p { line-height: 1rem !important; } @media (min-width:390px) and (max-width:600px){ .page-id-2306658 .card_ .wp-block-buttons .wp-block-button { bottom: 0.3rem !important; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.is-layout-flex.wp-container-55.wp-block-columns-is-layout-flex > div.wp-block-column.acls_column.is-layout-flow.wp-block-column-is-layout-flow > ul > li:nth-child(3){ margin-bottom:35px; } .page-id-2306658 #main-wrap > div > div.wp-block-columns.card_.is-layout-flex.wp-container-55.wp-block-columns-is-layout-flex > div.wp-block-column.acls_column.is-layout-flow.wp-block-column-is-layout-flow > div > div > a{ margin-bottom: 0px !important; } } /* Upsell */ .page-id-18 label.upgrade span { font-weight: 700 !important; } /* Header Phone */ #content > article > section > div.columns.large-4.layout_one > p > span:nth-child(1) > i, #top-bar > div.header-inner-wrapper > div.main_account_nav > ul > li.main_phone > i{ transform: rotateY(180deg); } @media (min-width:1025px){ #shop-cart-desk{ width:66.96px !important; } #shop-cart-desk > i{ font-size:14px !important; } #top-bar > div.header-inner-wrapper > div.main_account_nav > div > a:nth-child(2){ margin-right:-20px !important; } #top-bar > div.header-inner-wrapper > div.main_account_nav > div > a:nth-child(1){ margin-right:-15px !important; } #menu-nhcps-menu-one-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-7882 > ul > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-219132.edge > ul{ margin-left:0px !important; } } @media (min-width:750px) and (max-width:769px){ #footer > div > div:nth-child(1){ margin-right: 55px; } #footer > div > div:nth-child(2) > div:nth-child(1){ margin-left:-55px; } #footer > div > div:nth-child(3) > div:nth-child(2) > ul{ margin-top: 45px; margin-left: -50px; } #footer > div > div:nth-child(3) > div:nth-child(3) > ul{ position: absolute; margin-top: 240px; margin-left: -170px; } #footer .widget-title.footer-column-4{ display:block !important; } #footer > div > div:nth-child(4) > div:nth-child(3), #footer > div > div:nth-child(4) > div:nth-child(1){ margin-left:-55px; } #footer > div > div:nth-child(3){ margin-right:45px; } #footer > div > div:nth-child(2) > div.textwidget{ margin-top:0px; } } @media (min-width: 1025px){ .page-template-HomePageTemplate a.btn.btn-danger.btn-sm.mx-0.bundle{ background-color: #C32329; width: auto!important; height: 42.39px; padding-top: 7px; font-size: 16px; border-radius: 5px; } } /* Button on course pages */ .course .btnRed a { color: white !important; } /* Login page */ #customer_login form.woocommerce-form-login button[type=submit] { border-radius: 5px !important; background: #C32329 !important; font-weight:400 !important; } #customer_login form.woocommerce-form-login button[type=submit]:hover { background: #d9272e !important; font-weight:400 !important; } .lost_password a{ color: #04a6d4 !important; text-decoration: underline !important; } .lost_password a:hover{ color: #04baed !important; text-decoration: underline !important; } /* Lesson Pages */ .lesson-template-default.single.single-lesson .quiz-submit.complete, .lesson.entry.fix a:not(.button){ font-weight:400 !important; } .woocommerce-table .download-product a, .woocommerce-MyAccount-content .col-6.available a { color: #04a6d4 !important; text-decoration: underline; } .woocommerce-table .download-product a:hover, a.red-button:hover, .woocommerce-MyAccount-content .col-6.available a: hover { color: #04baed !important; text-decoration: underline; } .woocommerce .greeting p a, .sensei-breadcrumb a, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a, #post-19 > section > div > div > div.u-column1.col-1.woocommerce-Address > header > a, #post-19 > section > div > div > div.wc-social-login-profile > p > a, .js-show-available-providers{ color: #04a6d4 !important; text-decoration: underline !important; } .woocommerce .greeting p a:hover, .sensei-breadcrumb a:hover, td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover, #post-19 > section > div > div > div.u-column1.col-1.woocommerce-Address > header > a:hover, #post-19 > section > div > div > div.wc-social-login-profile > p > a:hover, .js-show-available-providers:hover{ color: #04baed !important; text-decoration: underline !important; } a.woocommerce-MyAccount-downloads-file.button.alt, .woocommerce-orders-table__cell-order-actions a.button{ background: #C32329 !important; font-weight:400 !important; } a.woocommerce-MyAccount-downloads-file.button.alt:hover, .woocommerce-orders-table__cell-order-actions a.button:hover { background: #d9272e !important; font-weight:400 !important; } @media (max-width:600px){ div.woocommerce-thankyou-order-received .added_courses a { font-size: 16px !important; } } /* CLC */ #h-welcome-back-mailchimp-fname{ margin-top:25px !important; } .wp-block-button .wp-block-button__link:hover { background: #d9272e !important; text-decoration: none !important; } /* Buttons */ .lesson.entry.fix a:not(.button), .lesson.entry.fix a:not(.button):hover{ text-decoration:none !important; } button.button, .woocommerce a.button{ background: #C32329 !important; font-weight:400 !important; } button.button:hover, .woocommerce a.button:hover{ background: #d9272e !important; font-weight:400 !important; } .nav-next a, .nav-prev a{ font-weight:400 !important; } .quiz h1{ font-weight: 700 !important; color: #04a6d4 !important; margin-top:25px !important; } @media (min-width:1025px){ article.quiz{ max-width:1130px !important; } } #gform_submit_button_30, #gform_submit_button_8, #gform_submit_button_26, #gform_submit_button_4, #gform_submit_button_7, #gform_submit_button_6, .ctaWrapper a.btnRed, .practiceContainer input.gform_button.button a.btnRed.mt-0.mb-4, .practice_wrapper input.button, a.wp-block-button__link.has-background.wp-element-button{ border-radius:30px !important; } h3.popup-title { color:white !important; } #cart-bls-pdf-handbook, #confirmation-popup > div.button-group > a.exit-btn.exit-popup{ background-color: #C32329 !important; border: 2px solid #C32329 !important; border-radius:30px !important; } #cart-bls-pdf-handbook:hover, #confirmation-popup > div.button-group > a.exit-btn.exit-popup:hover{ background-color: #d9272e !important; border: 2px solid #d9272e !important; border-radius:30px !important; text-decoration:none !important; } #confirmation-popup > div.button-group > a.confirm-delete{ border-radius:30px !important; } #off-canvas-menu > div > ul.off-canvas-menu-footer > li > i{ transform: rotateY(180deg); margin-left:-5px; margin-right:5px; } </style> <style type="text/css" data-type="vc_custom-css">div.sensei-message.info{ display: none !important; } @media (min-width: 1025px){ .single-lesson section.course-lessons { margin-top: -16px !important; } }a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-right { padding-top: 16px !important; background: #C32329 !important; } a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-right:hover { padding-top: 16px !important; background: #d9272e !important; } .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon { line-height:16px !important; } #main > article > section > footer > p > a{ background: #C32329 !important; font-weight:400 !important; } #main > article > section > footer > p > a:hover{ background: #d9272e !important; } #main > article > section > div.vc_row.wpb_row.vc_row-parent.vc_row-o-content-middle > div > div > div > div.vc_btn3-container.btnRed.vc_btn3-center.vc_custom_1616110075828 > a{ font-weight:400 !important; } @media (min-width:1025px){ #post-entries > div{ margin-top: 435px; position: absolute; } }</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1616110075828{margin-top: 15px !important;margin-bottom: 35px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> </head> <body class="lesson-template-default single single-lesson postid-8903 wp-custom-logo theme-savealife woocommerce-no-js sensei no-sidebar woocommerce-active wpb-js-composer js-comp-ver-6.9.0 vc_responsive woocommerce"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRCLR95&gtm_auth=ZWoxHGoTvEXKIeJs_K6tww&gtm_preview=env-1&gtm_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="top-bar header-container" id="top-bar"> <div class="header-inner-wrapper"> <div class="logo_wrap"><a href="/" title="Advanced Medical Certification"><img width='168' height='70' data-sticky-logo='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20168%2070'%3E%3C/svg%3E"alt='Advanced Medical Certification' data-lazy-src="https://advancedmedicalcertification.com/wp-content/uploads/2022/02/cropped-AMC-Logo-with-Shadow-tm.webp" ><noscript><img width='168' height='70' data-sticky-logo='' src='https://advancedmedicalcertification.com/wp-content/uploads/2022/02/cropped-AMC-Logo-with-Shadow-tm.webp'alt='Advanced Medical Certification' ></noscript></a></div> <div id="mobile_top_nav"> <ul> <li><a id="my-account-link" href="/my-account/"><i class="fas fa-user" title="My Account"></i></a></li> <li class="shopping_cart_count"><button id="shop-cart-mobile" class="shop-cart-icon" aria-label="shop cart" name="shop cart"> <i class="fas fa-shopping-cart"></i></button></li> <li><button id="mobile_menu_button" >&#9776;</button></li> </ul> </div><nav id="off-canvas-menu" class="off-canvas-menu"> <button class="closebtn" id="closeNav"></button> <div class="off-canvas-menu-inner-wrapper"><ul id="menu-nhcps-menu-one" class="mobile_menu menu_items_wrap"><li id="menu-item-139" class="red menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-139"><a rel="follow" href="/online-certification-courses/">Find a Course</a> <ul class="sub"> <li id="menu-item-1743256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1743256"><a href="https://advancedmedicalcertification.com/online-acls-certification-recertification-for-life/">ACLS Certification &#038; Recertification</a></li> <li id="menu-item-2324432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2324432"><a href="https://advancedmedicalcertification.com/online-pals-certification-recertification-for-life/">PALS Certification &#038; Recertification</a></li> <li id="menu-item-2324434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2324434"><a href="https://advancedmedicalcertification.com/online-bls-certification-recertification-for-life/">BLS Certification and Recertification</a></li> <li id="menu-item-1784226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784226"><a href="https://advancedmedicalcertification.com/online-cpr-first-aid-certification-recertification-for-life/">CPR, AED &#038; First Aid Certification</a></li> <li id="menu-item-2146948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2146948"><a href="https://advancedmedicalcertification.com/online-bloodborne-pathogens-certification-recertification-for-life/">Bloodborne Pathogens Certification</a></li> <li id="menu-item-1117396" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1117396"><a href="https://advancedmedicalcertification.com/available-for-life-certifications/">For Life Certifications</a></li> <li id="menu-item-2013096" class="highlight menu-item menu-item-type-post_type menu-item-object-page menu-item-2013096"><a href="https://advancedmedicalcertification.com/acls-pals-bls-certification-bundles/">3 Course Bundles</a></li> <li id="menu-item-2328804" class="highlight menu-item menu-item-type-post_type menu-item-object-page menu-item-2328804"><a href="https://advancedmedicalcertification.com/acls-pals-bls-certification-2-course-bundles/">2 Course Bundles</a></li> <li id="menu-item-1675902" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1675902"><a href="https://advancedmedicalcertification.com/online-certification-courses/">View All Courses</a></li> </ul> </li> <li id="menu-item-2026247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2026247"><a href="https://advancedmedicalcertification.com/category-1-ama-credits/">Accreditation</a></li> <li id="menu-item-7882" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7882"><a href="#">Free Resources</a> <ul class="sub"> <li id="menu-item-219132" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-219132"><a href="#">Free Training</a> <ul class="sub_sub"> <li id="menu-item-219126" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219126"><a href="https://advancedmedicalcertification.com/course/online-acls-advanced-cardiac-life-support-certification-course/">ACLS Online Training</a></li> <li id="menu-item-219127" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219127"><a href="https://advancedmedicalcertification.com/course/online-pals-pediatric-advanced-life-support-certification-course/">PALS Online Training</a></li> <li id="menu-item-219128" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219128"><a href="https://advancedmedicalcertification.com/course/online-bls-basic-life-support-certification-course/">BLS Online Training</a></li> <li id="menu-item-219131" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219131"><a href="https://advancedmedicalcertification.com/course/bloodborne-pathogens-online-handbook/">Bloodborne Pathogens Online Training</a></li> <li id="menu-item-219130" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219130"><a href="https://advancedmedicalcertification.com/course/online-cpr-aed-first-aid-certification-course/">CPR, AED &#038; First Aid Online Training</a></li> <li id="menu-item-2331636" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2331636"><a href="https://advancedmedicalcertification.com/ekg-rhythms/">ACLS ECG Rhythms Training</a></li> </ul> </li> <li id="menu-item-8094" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8094"><a href="#">Practice Tests</a> <ul class="sub_sub"> <li id="menu-item-2306393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306393"><a href="https://advancedmedicalcertification.com/pals-pre-test/">PALS Practice Test</a></li> <li id="menu-item-2306427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306427"><a href="https://advancedmedicalcertification.com/acls-pre-test/">ACLS Practice Test</a></li> <li id="menu-item-2306253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306253"><a href="https://advancedmedicalcertification.com/bls-pre-test/">BLS Practice Test</a></li> <li id="menu-item-2305806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2305806"><a href="https://advancedmedicalcertification.com/cpr-first-aid-practice-quiz/">CPR &#038; First Aid Practice Test</a></li> <li id="menu-item-2306042" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306042"><a href="https://advancedmedicalcertification.com/bloodborne-pathogens-practice-quiz/">Bloodborne Pathogens Practice Test</a></li> </ul> </li> <li id="menu-item-389078" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-389078"><a href="#">Megacodes</a> <ul class="sub_sub"> <li id="menu-item-543578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543578"><a href="https://advancedmedicalcertification.com/timed-acls-megacode-scenario-simulations/">ACLS Megacodes</a></li> <li id="menu-item-543563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543563"><a href="https://advancedmedicalcertification.com/timed-pals-megacode-scenario-simulations/">PALS Megacodes</a></li> </ul> </li> <li id="menu-item-414571" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-414571"><a href="https://advancedmedicalcertification.com/algorithms/">Algorithms</a> <ul class="sub_sub"> <li id="menu-item-2090986" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090986"><a href="https://advancedmedicalcertification.com/algorithms-acls-algorithms/">ACLS Algorithms</a></li> <li id="menu-item-2090985" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090985"><a href="https://advancedmedicalcertification.com/algorithms-pals-algorithms/">PALS Algorithms</a></li> <li id="menu-item-2090984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090984"><a href="https://advancedmedicalcertification.com/bls-algorithms/">BLS Algorithms</a></li> <li id="menu-item-2090987" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090987"><a href="https://advancedmedicalcertification.com/cpr-algorithms/">CPR Algorithms</a></li> <li id="menu-item-2090988" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090988"><a href="https://advancedmedicalcertification.com/covid-19/">Covid-19 Algorithms</a></li> </ul> </li> <li id="menu-item-30457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30457"><a href="https://advancedmedicalcertification.com/journal-articles/">Journal Articles</a></li> </ul> </li> <li id="menu-item-2354299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2354299"><a href="https://advancedmedicalcertification.com/organizations/">Group Discounts</a></li> <li id="menu-item-1081422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1081422"><a href="https://advancedmedicalcertification.com/faq/">FAQ</a></li> </ul><ul class="off-canvas-menu-footer"> <li class="off-canvas-phone"><i class="fa fa-phone blue"></i><a href='tel:+(877) 822-0375'>(877) 822-0375</a></li></ul></div></nav><nav class="main_nav_wrap" role="navigation" aria-label="Main Navigation"><ul id="menu-nhcps-menu-one-1" class="main-navigation main-menu main_menu_ul menu_items_wrap"><li class="red menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-139" aria-haspopup="true" aria-expanded="false" tabindex="0"><a rel="follow" href="/online-certification-courses/">Find a Course</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1743256"><a href="https://advancedmedicalcertification.com/online-acls-certification-recertification-for-life/">ACLS Certification &#038; Recertification</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2324432"><a href="https://advancedmedicalcertification.com/online-pals-certification-recertification-for-life/">PALS Certification &#038; Recertification</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2324434"><a href="https://advancedmedicalcertification.com/online-bls-certification-recertification-for-life/">BLS Certification and Recertification</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784226"><a href="https://advancedmedicalcertification.com/online-cpr-first-aid-certification-recertification-for-life/">CPR, AED &#038; First Aid Certification</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2146948"><a href="https://advancedmedicalcertification.com/online-bloodborne-pathogens-certification-recertification-for-life/">Bloodborne Pathogens Certification</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1117396"><a href="https://advancedmedicalcertification.com/available-for-life-certifications/">For Life Certifications</a></li> <li class="highlight menu-item menu-item-type-post_type menu-item-object-page menu-item-2013096"><a href="https://advancedmedicalcertification.com/acls-pals-bls-certification-bundles/">3 Course Bundles</a></li> <li class="highlight menu-item menu-item-type-post_type menu-item-object-page menu-item-2328804"><a href="https://advancedmedicalcertification.com/acls-pals-bls-certification-2-course-bundles/">2 Course Bundles</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1675902"><a href="https://advancedmedicalcertification.com/online-certification-courses/">View All Courses</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2026247"><a href="https://advancedmedicalcertification.com/category-1-ama-credits/">Accreditation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-7882" aria-haspopup="true" aria-expanded="false" tabindex="0"><a href="#">Free Resources</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-219132" aria-haspopup="true" aria-expanded="false" tabindex="0"><a href="#">Free Training</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219126"><a href="https://advancedmedicalcertification.com/course/online-acls-advanced-cardiac-life-support-certification-course/">ACLS Online Training</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219127"><a href="https://advancedmedicalcertification.com/course/online-pals-pediatric-advanced-life-support-certification-course/">PALS Online Training</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219128"><a href="https://advancedmedicalcertification.com/course/online-bls-basic-life-support-certification-course/">BLS Online Training</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219131"><a href="https://advancedmedicalcertification.com/course/bloodborne-pathogens-online-handbook/">Bloodborne Pathogens Online Training</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219130"><a href="https://advancedmedicalcertification.com/course/online-cpr-aed-first-aid-certification-course/">CPR, AED &#038; First Aid Online Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2331636"><a href="https://advancedmedicalcertification.com/ekg-rhythms/">ACLS ECG Rhythms Training</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8094" aria-haspopup="true" aria-expanded="false" tabindex="0"><a href="#">Practice Tests</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306393"><a href="https://advancedmedicalcertification.com/pals-pre-test/">PALS Practice Test</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306427"><a href="https://advancedmedicalcertification.com/acls-pre-test/">ACLS Practice Test</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306253"><a href="https://advancedmedicalcertification.com/bls-pre-test/">BLS Practice Test</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2305806"><a href="https://advancedmedicalcertification.com/cpr-first-aid-practice-quiz/">CPR &#038; First Aid Practice Test</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306042"><a href="https://advancedmedicalcertification.com/bloodborne-pathogens-practice-quiz/">Bloodborne Pathogens Practice Test</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-389078" aria-haspopup="true" aria-expanded="false" tabindex="0"><a href="#">Megacodes</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543578"><a href="https://advancedmedicalcertification.com/timed-acls-megacode-scenario-simulations/">ACLS Megacodes</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543563"><a href="https://advancedmedicalcertification.com/timed-pals-megacode-scenario-simulations/">PALS Megacodes</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-414571" aria-haspopup="true" aria-expanded="false" tabindex="0"><a href="https://advancedmedicalcertification.com/algorithms/">Algorithms</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090986"><a href="https://advancedmedicalcertification.com/algorithms-acls-algorithms/">ACLS Algorithms</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090985"><a href="https://advancedmedicalcertification.com/algorithms-pals-algorithms/">PALS Algorithms</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090984"><a href="https://advancedmedicalcertification.com/bls-algorithms/">BLS Algorithms</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090987"><a href="https://advancedmedicalcertification.com/cpr-algorithms/">CPR Algorithms</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2090988"><a href="https://advancedmedicalcertification.com/covid-19/">Covid-19 Algorithms</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30457"><a href="https://advancedmedicalcertification.com/journal-articles/">Journal Articles</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2354299"><a href="https://advancedmedicalcertification.com/organizations/">Group Discounts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1081422"><a href="https://advancedmedicalcertification.com/faq/">FAQ</a></li> </ul></nav><div class="main_account_nav"> <div class="account_links"><a href="/my-account/">Login</a><a class="shopping_cart_count"> <button class="shop-cart-icon" id="shop-cart-desk" aria-label="shop cart"> <i class="fas fa-shopping-cart"></i></button> </a></div> </div> </div><div id="mini-cart" class="widget_shopping_cart"> <button class="closebtn closeMiniCart" ></button> <h3 class="dock-title">Shopping Cart</h3> <div class="mini-cart-inner-wrapper"> <p class="woocommerce-mini-cart__empty-message">No products in the cart.</p> <a href="https://advancedmedicalcertification.com/online-certification-courses" class="button">View All Courses</a> </div> </div> <div id="mini_cart_overlay" class="closeMiniCart" ></div> </header><div id="main-wrap" class="site"> <div class="main-wrap skinset-main acoda-skin clearfix header_float_disabled"> <div id="content" class="page col-full"> <div id="main" class="col-left"> <style> section.lesson.entry.fix { width: 66%; float: right; padding-left:15px!important; } .lesson-sidebar { width: 33%; float: left; } section.lesson-meta { clear: both; } body.single-lesson header.entry-header{ text-align:center; } body.single-lesson section.entry footer{ float:right; margin-bottom:1rem; } .sensei-breadcrumb { max-width: 1190px; margin-left: auto !important; margin-right: auto !important; } .lesson-sidebar.is_stuck{ height:min-content; bottom:unset!important; } .s_sticky { position: fixed; top: 0; width: 33%; } .theiaStickySidebar{ z-index: 0; } .single-lesson .sub-menu-module ul li.completed a:before{ color: #63a95f; content: ""; } p a.button.send-message-button{ display:none; } h2.course-title{ text-transform: uppercase; font-weight: 700 !important; font-size: 20px !important; letter-spacing: 0.02em; line-height: 1.6rem !important; padding: 12px; } .widget_course_progress header{ padding:0; } </style> <article class="lesson post post-8903 type-lesson status-publish hentry module-3947-pals-certification-exam"> <section class="lesson entry fix"> <header class="lesson-title"> <h1>PALS Certification Exam</h1> </header> <div class="vc_row wpb_row vc_row-parent vc_row-o-content-middle"><div class="wpb_column vc_column_container_none vc_col-sm-12" ><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="font-size: 16px; color: #ff3737;">The PALS Certification Exam requires a passing score of 80% and <em>must</em> be passed before receiving a Certification.</p> <ol> <li>There are <span style="color: #04a6d4;"><strong><em>50 exam questions</em></strong></span>, and you will have unlimited time to complete the exam.</li> <li>After you have made a selection for every question, click <span style="color: #63a95f;"><strong><em>Complete</em></strong></span>.<br /> Want to finish later? Click <span style="color: #04a6d4;"><strong><em>Save</em></strong></span> and finish at your convenience.</li> <li>After successfully passing, you can access your digital card/certificate or request a printed card in your Account under the <span style="color: #04a6d4;"><strong><em>My Completed Courses</em></strong></span> tab.</li> <li>Didn&#8217;t pass? No problem! Click <span style="color: #ff3737;"><strong><em>Reset</em></strong></span> to try again. You may take the exam as many times as needed to pass.</li> </ol> </div> </div> <div class="vc_btn3-container btnRed vc_btn3-center vc_custom_1616110075828" > <a style="background-color:#ff3737; color:#ffffff;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-right" href="https://advancedmedicalcertification.com/quiz/pals-certification-exam/" title="">Begin PALS Certification Exam <i class="vc_btn3-icon typcn typcn-chevron-right"></i></a></div> <div class="wpb_text_column wpb_content_element coursePurchase" > <div class="wpb_wrapper"> <p>Registered customer? <a href="/my-account/">Login to take exam</a></p> </div> </div> </div></div></div></div> <!-- CTA button start --> <div class="coursePurchase" style="margin-top:2rem;margin-bottom:2rem;"> <a href="https://advancedmedicalcertification.com/online-pals-certification-recertification-for-life/"><button class="btnRed" type="submit">I Need PALS Certification<span class="divider">|</span>$149</button></a> </div> <!-- CTA button end --> <section class="lesson-meta"> </section> <footer> </footer> </section> <div class="lesson-sidebar"> <div class="theiaStickySidebar" id="theiaStickySidebar"> <div class="widget widget_course_progress"> <header> <h2 class="course-title"><a href="https://advancedmedicalcertification.com/course/online-pals-pediatric-advanced-life-support-certification-course/">Pediatric Advanced Life Support (PALS) Online Certification Course</a></h2> </header> <div class="course-progress-navigation row"> <div class="col-6 prev"> <span class="btn-content"> <i class="fas fa-chevron-left"></i> <a href="https://advancedmedicalcertification.com/lesson/pals-skills-training-test/" title="PALS Skills Training Test"><span>Previous Lesson</span></a> </span> </div> <div class="col-0"></div> <div class="col-6 next"> <span class="btn-content"> <span> <i class="fas fa-chevron-right"></i> </span> </span> </div> </div> <!--End navigation (prev-next) --> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Introduction to PALS<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/welcome-to-pals-pals-online-handbook/">Welcome To PALS</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> The Resuscitation Team<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/medical-emergency-team-pals-online-handbook/">PALS Medical Emergency Team</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> PALS Basic Life Support<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/bls-for-pediatrics-pals-online-handboook/">BLS for Pediatrics</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/bls-for-children-age-1-to-puberty-pals-online-handbook/">BLS for Children (Age One to Puberty)</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/bls-for-infants-0-12-months-pals-online-handbook/">BLS for Infants (0 &#8211; 12 months)</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/pediatric-bls-algorithm-pals-online-handbook/">Pediatric BLS Algorithm</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Pediatric Advanced Life Support<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/healthy-heart-anatomy-physiology-pals-online-handbook/">Healthy Heart Anatomy &#038; Physiology</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/a-systematic-approach-pals-online-handbook/">A Systematic Approach</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/initial-assessment-diagnoses-and-treatment-pals-online-handbook/">The Initial Assessment: Diagnoses &#038; Treatment</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/the-second-assessment-diagnoses-treatment-pals-online-handbook/">The Second Assessment: Diagnoses &#038; Treatments</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/life-threatening-issues-accurate-clinical-diagnosis-pals-online-handbook-2015-2020/">Accurate Clinical Diagnosis</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Resuscitation Tools<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/resuscitation-skills-pals-online-handbook/">Resuscitation Skills</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/intraosseous-access-protocols-acls-online-handbook/">Intraosseous Access Protocols</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/bag-mask-ventilation-protocols-pals-online-handbook/">Bag-Mask Ventilation Protocols</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/endotracheal-intubation-protocols-pals-online-handbook/">Endotracheal Intubation Protocols</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/basic-airway-skills-pals-online-handbook/">Basic Airway Skills</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/basic-airway-protocol-pals-online-handbook/">Basic Airway Protocols</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/aed-use-with-infants-children-pals-online-handbook/">AED Infants &#038; Children</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/pharmacological-therapy-pals-online-handbook/">PALS Pharmacological Therapy</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Respiratory Distress/Failure<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/diagnose-respiratory-distress-respiratory-failure-pals-online-handbook/">Diagnose Respiratory Distress and Respiratory Failure</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/management-respiratory-distress-failure-pals-online-handbook/">Management of Respiratory Distress and Respiratory Failure</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Bradycardia<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/diagnose-bradycardia-pals-online-handbook/">Diagnose Bradycardia</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/management-of-bradycardia-pals-online-handbook/">Management of Bradycardia</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/bradycardia-algorithm-pals-online-handbook/">Bradycardia Algorithm</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Tachycardia<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/diagnose-tachycardia-pals-online-handbook/">Diagnose Tachycardia</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/management-of-tachycardia-pals-online-handbook/">Management of Tachycardia</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Shock<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/diagnosing-shock-pals-online-handbook/">Diagnosing Shock</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/management-of-shock-pals-online-handbook/">Management of Shock</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Cardiac Arrest<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/diagnosing-cardiac-arrest-pals-online-handbook/">Diagnosing Cardiac Arrest</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/management-of-cardiac-arrest-pals-online-handbook/">Management of Cardiac Arrest</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> Pediatric Post-Resuscitation Care<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/post-resuscitation-management-pals-online-handbook/">Post-Resuscitation Management</a> </li> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/post-resuscitation-care-algorithm-pals-online-handbook/">Post-Resuscitation Care: Algorithm</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> PALS Essentials<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/pearls-pals-online-handbook/">PALS Pearls</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> PALS Skills Training<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/pals-skills-training-test/">PALS Skills Training Test</a> </li> </ul> </div> </div> </article> <article class="post module"> <div class="sidebar-1"> <div class="sidebar-menu"> PALS Certification Exam<br/> <div class="expand"></div> </div> <div class="sub-menu-module"> <ul> <li class="course-progress-lesson not-completed"> <a href="https://advancedmedicalcertification.com/lesson/pals-certification-exam/">PALS Certification Exam</a> </li> </ul> </div> </div> </article> </div> </div> </div> </article><!-- .post --> <div class="lesson" id="lesson_nav"> <nav id="post-entries" class="post-entries fix"> <div class="nav-prev fl"> <a href="https://advancedmedicalcertification.com/lesson/pals-skills-training-test/" rel="prev"> <span class="meta-nav"></span> Previous Lesson </a> </div> </nav><!-- #post-entries --> </div> <section class="sensei-breadcrumb">Back to: <a href="https://advancedmedicalcertification.com/course/online-pals-pediatric-advanced-life-support-certification-course/" title="Back to the course">Pediatric Advanced Life Support (PALS) Online Certification Course</a> &gt; PALS Certification Exam</section> </div> </div> </div> </div> <footer id="colophon" class="site-footer"> <div class="footer-container" id="footer"> <div class="row"> <div class="col-md-3"> <div class="widget-title footer-column-1">Quick Links</div><div class="menu-quick-links-container"><ul id="menu-quick-links" class="menu"><li id="menu-item-7502" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7502"><a href="https://advancedmedicalcertification.com/faq/">Frequently Asked Questions</a></li> <li id="menu-item-1089876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1089876"><a href="https://advancedmedicalcertification.com/money-back-guarantee/">Money-Back Guarantee</a></li> <li id="menu-item-88892" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88892"><a href="https://advancedmedicalcertification.com/affiliate-program/">Affiliate Program</a></li> <li id="menu-item-1562629" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1562629"><a href="https://advancedmedicalcertification.com/certification-pricing/">Pricing</a></li> <li id="menu-item-1784762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784762"><a href="https://advancedmedicalcertification.com/journal-articles/">Journal Articles</a></li> <li id="menu-item-1784766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784766"><a href="https://advancedmedicalcertification.com/testimonials/">Testimonials</a></li> <li id="menu-item-7501" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7501"><a href="https://advancedmedicalcertification.com/privacy-policy/">Privacy</a></li> <li id="menu-item-7500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7500"><a href="https://advancedmedicalcertification.com/terms-conditions/">Terms</a></li> </ul></div><div class="widget-title footer-column-1">Courses and Certifications</div><div class="menu-courses-and-certifications-container"><ul id="menu-courses-and-certifications" class="menu"><li id="menu-item-7486" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7486"><a href="https://advancedmedicalcertification.com/online-acls-certification-recertification-for-life/">Advanced Cardiac Life Support</a></li> <li id="menu-item-2151454" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151454"><a href="https://advancedmedicalcertification.com/online-pals-certification-recertification-for-life/">Pediatric Advanced Life Support Certification</a></li> <li id="menu-item-2151455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2151455"><a href="https://advancedmedicalcertification.com/?page_id=2149773">Pediatric Advanced Life Support Recertification</a></li> <li id="menu-item-7488" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7488"><a href="/online-bls-certification-recertification-for-life/">Basic Life Support</a></li> <li id="menu-item-7489" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7489"><a href="/online-cpr-first-aid-certification-recertification-for-life/">CPR, AED &#038; First Aid</a></li> <li id="menu-item-1930483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1930483"><a href="https://advancedmedicalcertification.com/online-bloodborne-pathogens-certification-recertification-for-life/">Bloodborne Pathogens</a></li> <li id="menu-item-2013104" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2013104"><a href="https://advancedmedicalcertification.com/acls-pals-bls-certification-bundles/">ACLS, PALS &#038; BLS Bundle</a></li> <li id="menu-item-1117395" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1117395"><a href="https://advancedmedicalcertification.com/available-for-life-certifications/">For Life Certifications</a></li> <li id="menu-item-1562628" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1562628"><a href="https://advancedmedicalcertification.com/online-certification-courses/">All Courses</a></li> </ul></div> </div> <div class="col-md-3"> <div class="widget-title footer-column-2">AMC</div> <div class="textwidget"><ul class="links" style="width: auto;"> <li><a href="/about/">About Us</a></li> <li><a href="/contact-us/">Contact Us</a></li> <li><a href="https://satorisupport.zendesk.com/hc/en-us" target="_blank" rel="noopener">Help Center</a></li> </ul> </div> <div class="widget-title footer-column-2">Resources</div><div class="menu-resources-container"><ul id="menu-resources" class="menu"><li id="menu-item-333401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-333401"><a href="#footer">Free Training</a> <ul class="sub-menu"> <li id="menu-item-219142" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219142"><a href="https://advancedmedicalcertification.com/course/online-acls-advanced-cardiac-life-support-certification-course/">ACLS Online Training</a></li> <li id="menu-item-219143" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219143"><a href="https://advancedmedicalcertification.com/course/online-pals-pediatric-advanced-life-support-certification-course/">PALS Online Training</a></li> <li id="menu-item-219144" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219144"><a href="https://advancedmedicalcertification.com/course/online-bls-basic-life-support-certification-course/">BLS Online Training</a></li> <li id="menu-item-219145" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219145"><a href="https://advancedmedicalcertification.com/course/online-cpr-aed-first-aid-certification-course/">CPR, AED &#038; First Aid Online Training</a></li> <li id="menu-item-219147" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-219147"><a href="https://advancedmedicalcertification.com/course/bloodborne-pathogens-online-handbook/">Bloodborne Pathogens Online Training</a></li> <li id="menu-item-2331632" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2331632"><a href="https://advancedmedicalcertification.com/ekg-rhythms/">ACLS ECG Rhythms Training</a></li> </ul> </li> <li id="menu-item-333400" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-333400"><a href="#footer">Practice Tests</a> <ul class="sub-menu"> <li id="menu-item-7491" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7491"><a href="https://advancedmedicalcertification.com/acls-pre-test/">ACLS Practice Test</a></li> <li id="menu-item-7495" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7495"><a href="https://advancedmedicalcertification.com/pals-pre-test/">PALS Practice Test</a></li> <li id="menu-item-7493" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7493"><a href="https://advancedmedicalcertification.com/bls-pre-test/">BLS Practice Test</a></li> <li id="menu-item-34063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34063"><a href="https://advancedmedicalcertification.com/cpr-first-aid-practice-quiz/">CPR, AED &#038; First Aid Practice Test</a></li> <li id="menu-item-147801" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-147801"><a href="https://advancedmedicalcertification.com/?page_id=133705">Bloodborne Pathogens Practice Test-Old wp bakery page</a></li> </ul> </li> <li id="menu-item-414569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-414569"><a href="https://advancedmedicalcertification.com/algorithms/">Algorithms</a> <ul class="sub-menu"> <li id="menu-item-2091024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2091024"><a href="https://advancedmedicalcertification.com/bls-algorithms/">BLS Algorithms</a></li> <li id="menu-item-2091025" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2091025"><a href="https://advancedmedicalcertification.com/algorithms-pals-algorithms/">PALS Algorithms</a></li> <li id="menu-item-2091026" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2091026"><a href="https://advancedmedicalcertification.com/algorithms-acls-algorithms/">ACLS Algorithms</a></li> <li id="menu-item-2091027" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2091027"><a href="https://advancedmedicalcertification.com/cpr-algorithms/">CPR Algorithms</a></li> <li id="menu-item-2091028" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2091028"><a href="https://advancedmedicalcertification.com/covid-19/">Covid-19 Algorithms</a></li> </ul> </li> <li id="menu-item-389080" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-389080"><a href="#Megacodes">Megacodes</a> <ul class="sub-menu"> <li id="menu-item-543580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543580"><a href="https://advancedmedicalcertification.com/timed-acls-megacode-scenario-simulations/">ACLS Megacodes</a></li> <li id="menu-item-543562" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-543562"><a href="https://advancedmedicalcertification.com/timed-pals-megacode-scenario-simulations/">PALS Megacodes</a></li> </ul> </li> </ul></div> </div> <div class="col-md-3"> <div class="widget-title footer-column-3">Customer Service</div> <div class="textwidget"><h4></h4> <ul> <li>Contact us at</li> <li><a href="mailto:customerservice@advmedcert.com">customerservice@advmedcert.com</a><br /> or chat with a live agent 24/7</li> </ul> </div> <div class="textwidget"><ul> <li>Site Updated:</li> <li>02/2024</li> </ul> </div> </div> <div class="col-md-3"> <div class="widget-title footer-column-4">Follow</div><div class="textwidget custom-html-widget"><a href="https://www.facebook.com/AdvancedMedicalCertification" class="social" target="_blank" aria-label="facebook" rel="noopener"> <i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/advmedcert" class="social" target="_blank" aria-label="instagram" rel="noopener"> <i class="fab fa-instagram"></i></a> <a href="https://twitter.com/AdvMedCert" class="social" target="_blank" aria-label="twitter" rel="noopener"> <i class="fab fa-twitter"></i></a> <a href="http://www.linkedin.com/company/advanced-medical-certification" class="social" target="_blank" aria-label="linkedin" rel="noopener"> <i class="fab fa-linkedin"></i> </a></div><div class="widget-title footer-column-4">Accreditations</div><div class="textwidget custom-html-widget"><a href="/category-1-ama-credits/"> <picture> <source data-lazy-srcset="/wp-content/uploads/2022/02/PIM-logo-footer-230x79-1.webp" type="image/webp"> <source data-lazy-srcset="/wp-content/uploads/2018/09/money-back-guarantee-seal-150x150.png" type="image/jpeg"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20230%2080'%3E%3C/svg%3E" alt="PIM" width="230" height="80" data-lazy-src="/wp-content/uploads/2018/09/money-back-guarantee-seal-150x150.png"><noscript><img src="/wp-content/uploads/2018/09/money-back-guarantee-seal-150x150.png" alt="PIM" width="230" height="80"></noscript> </picture> </a> <a href="https://www.shopperapproved.com/reviews/advancedmedicalcertification.com/"> <picture> <source data-lazy-srcset="/wp-content/uploads/2023/12/16013-large.png" type="image/webp"> <source data-lazy-srcset="/wp-content/uploads/2023/12/16013-large.png" type="image/jpeg"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2060'%3E%3C/svg%3E" alt="shoppers" width="120" height="60" data-lazy-src="/wp-content/uploads/2023/12/16013-large.png"><noscript><img src="/wp-content/uploads/2023/12/16013-large.png" alt="shoppers" width="120" height="60"></noscript> </picture> </a> <a href="/money-back-guarantee/" style="max-width: 100px;"> <picture> <source data-lazy-srcset="/wp-content/uploads/2022/02/money-back-guarantee-seal-150x150-1.webp" type="image/webp"> <source data-lazy-srcset="/wp-content/uploads/2019/11/money-back-guarantee-amc.png" type="image/jpeg"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" alt="money back" width="100" height="100" data-lazy-src="/wp-content/uploads/2019/11/money-back-guarantee-amc.png"><noscript><img src="/wp-content/uploads/2019/11/money-back-guarantee-amc.png" alt="money back" width="100" height="100"></noscript> </picture> </a> <a href="https://www.bbb.org/southern-nevada/business-reviews/online-education/advanced-medical-certification-in-las-vegas-nv-90023538#bbbseal"><img height="41" width="102" alt="BBB Logo" data-lazy-src="https://advancedmedicalcertification.com/wp-content/uploads/2018/08/bbb-amc-footer-image-new-2018.png" class="entered lazyloaded" src="https://advancedmedicalcertification.com/wp-content/uploads/2018/08/bbb-amc-footer-image-new-2018.png" data-ll-status="loaded"><noscript><img height="41" width="102" src="https://advancedmedicalcertification.com/wp-content/uploads/2018/08/bbb-amc-footer-image-new-2018.png" alt="BBB Logo"></noscript></a></div> </div> </div> </div> </footer><!-- #colophon --> </div><!-- #page --> <!-- Start of satorisupport Zendesk Widget script --> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=ba8c46f3-0207-4bb1-b199-8248301a76c2"> </script> <!-- End of satorisupport Zendesk Widget script --> <script type="text/html" id="wpb-modifications"></script> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link data-minify="1" rel='stylesheet' id='vc_typicons-css' href='https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css?ver=1708433240' type='text/css' media='all' /> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.1" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/advancedmedicalcertification.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.1" id="wc-order-attribution-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2" id="jquery-ui-tabs-js"></script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/woothemes-sensei/plugins/sensei-lms/assets/js/user-dashboard.min.js?ver=2.4.0" id="sensei-user-dashboard-js"></script> <script type="text/javascript" id="metorik-js-js-extra"> /* <![CDATA[ */ var metorik_params = {"lifetime":"6","session":"30","ajaxurl":"https:\/\/advancedmedicalcertification.com\/wp-admin\/admin-ajax.php","cart_tracking":"1","cart_items":"0","cart_checkout_button":"1","add_cart_popup_placement":"bottom","send_cart_events":"added_to_cart removed_from_cart updated_cart_totals updated_shipping_method applied_coupon removed_coupon updated_checkout","sbjs_domain":"","send_cart_fragments":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/metorik-helper/assets/js/metorik.min.js?ver=1.7.1" id="metorik-js-js"></script> <script type="text/javascript" id="script-elementlms-toolkit-sensei-front-js-js-extra"> /* <![CDATA[ */ var elementlms_toolkit_plugin_data = {"elementlms_toolkit_hide_course_to_course_navigation":"1","elementlms_toolkit_hide_delete_course_button":"1","sensei_version":"2.4.0"}; /* ]]> */ </script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/toolkit/assets/scripts/script-elementlms-toolkit-sensei-front.min.js?ver=1.0" id="script-elementlms-toolkit-sensei-front-js-js"></script> <script type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/cart\/|\/checkout\/|\/my-account\/|\/online-bls-certification-recertification-for-life\/|\/online-bls-certification-recertification-for-life-gb-test\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/wc-api\/v(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/advancedmedicalcertification.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script data-minify="1" type="text/javascript" defer src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/plugins/mc4wp-premium/ecommerce3/assets/js/tracker.js?ver=1708433240" id="mc4wp-ecommerce-tracker-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/dist/js/app.js?ver=1708433240" id="savealife-js-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/custom.js?ver=1708433240" id="savealife-js-custom-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/lesson-prompt.js?ver=1708433240" id="savealife-js-lesson-prompt-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/sticky-sidebar.js?ver=1708433240" id="savealife-js-sticky-sidebar-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/lesson_sidebar.js?ver=1708433240" id="savealife-lesson-sidebar-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/src/js/articles_page.js?ver=1708433240" id="savealife-articles-js"></script> <script data-minify="1" type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/cache/min/1/wp-content/themes/savealife/assets/assetsHomePage/js/main.js?ver=1708433240" id="savealife-js-home-page-js"></script> <script type="text/javascript" id="wpb_composer_front_js-js-extra"> /* <![CDATA[ */ var vcData = {"currentTheme":{"slug":"savealife"}}; /* ]]> */ </script> <script type="text/javascript" src="https://advancedmedicalcertification.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.9.0" id="wpb_composer_front_js-js"></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://advancedmedicalcertification.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script> if (document.location.href.includes("checkout")){ var jqScript = document.createElement('script'); jqScript.setAttribute('src','https://advancedmedicalcertlfication.com/assets/advancedmedicalcertification/jquery.js'); document.addEventListener("DOMContentLoaded", function(){ document.body.appendChild(jqScript); }); } </script> </body> </html> <script> jQuery(function ($) { $('.lesson-sidebar').theiaStickySidebar({ // Settings additionalMarginTop: 10 + jQuery('#header').outerHeight() }); $('.theiaStickySidebar').css('z-index','4'); $('.site-footer').css('z-index','4'); $('#lesson_nav').appendTo('.lesson.entry.fix'); }); </script> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
fineweb
{ "fineweb_metadata": { "text": "The PALS Certification Exam requires a passing score of 80% and must be passed before receiving a Certification.\n- There are 50 exam questions, and you will have unlimited time to complete the exam.\n- After you have made a selection for every question, click Complete.\nWant to finish later? Click Save and finish at your convenience.\n- After successfully passing, you can access your digital card/certificate or request a printed card in your Account under the My Completed Courses tab.\n- Didn’t pass? No problem! Click Reset to try again. You may take the exam as many times as needed to pass.\nRegistered customer? Login to take exam", "id": "<urn:uuid:bc669499-11f5-4ce6-af41-9e48d3d5229e>", "dump": "CC-MAIN-2024-10", "url": "https://advancedmedicalcertification.com/lesson/pals-certification-exam/", "date": "2024-02-25T09:18:09", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9117467999458313, "token_count": 138 } }
<urn:uuid:4196c844-f8ca-4c08-8df3-26d1358a29dc>
<!DOCTYPE html><html lang="en-GB"><head><meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>realistic &raquo; AETHYX MEDIAE &#8211; Independent Semantic Online Publishing</title><meta name="author" content="AETHYX MEDIAE"/><meta name="copyright" content="http://aethyx.eu/"/><meta name="publisher" content="AETHYX MEDIAE - Independent Semantic Online Publishing"/><meta name="design" content="AETHYX MEDIAE"/><meta name="language" content="English"/><meta name="page-topic" content="online publishing, kultur, medien"/><meta name="page-type" content="aethyx.eu - we the mediae"/><meta name="keywords" content="aethyx,aethyx.com,aethyx.eu,www.aethyx.eu,http://aethyx.eu,semantic,online,publishing,house,independent,wordpress,cms,design,verlag,online verlag,online medien,media,medien,mediae,we the media,we the mediae"/><meta name="google-site-verification" content="BceGsMOnNgkV73q_JjO45me5dnM1VbeebbfbfisU9YU" /><meta name="naver-site-verification" content="3fbac2af859c7cf20d2f0f8fb83a6423e24209b5"/><meta name="msvalidate.01" content="851F6F220666132634E1D22BFEDF581C" /><meta name="robots" content="all"/><meta name="robots" content="index,follow"/><meta name="revisit-after" content="14 days"/><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script>(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-9810610125510936", enable_page_level_ads: true });</script> <link rel="stylesheet" href="https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_e702fc3285cc315ce4d7772f8f344797.php" media="screen" /><link rel="pingback" href="https://aethyx.eu/xmlrpc.php" /><meta name='robots' content='max-image-preview:large' /><link rel='dns-prefetch' href='//secure.gravatar.com' /><link rel='dns-prefetch' href='//stats.wp.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//v0.wordpress.com' /><link rel='dns-prefetch' href='//widgets.wp.com' /><link rel='dns-prefetch' href='//s0.wp.com' /><link rel='dns-prefetch' href='//0.gravatar.com' /><link rel='dns-prefetch' href='//1.gravatar.com' /><link rel='dns-prefetch' href='//2.gravatar.com' /><link rel="alternate" type="application/rss+xml" title="AETHYX MEDIAE - Independent Semantic Online Publishing &raquo; Feed" href="https://aethyx.eu/feed/" /><link rel="alternate" type="application/rss+xml" title="AETHYX MEDIAE - Independent Semantic Online Publishing &raquo; Comments Feed" href="https://aethyx.eu/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="AETHYX MEDIAE - Independent Semantic Online Publishing &raquo; realistic Tag Feed" href="https://aethyx.eu/tag/realistic/feed/" /> <script defer src="data:text/javascript;base64,Ci8qIDwhW0NEQVRBWyAqLwp3aW5kb3cuX3dwZW1vamlTZXR0aW5ncyA9IHsiYmFzZVVybCI6Imh0dHBzOlwvXC9zLncub3JnXC9pbWFnZXNcL2NvcmVcL2Vtb2ppXC8xNC4wLjBcLzcyeDcyXC8iLCJleHQiOiIucG5nIiwic3ZnVXJsIjoiaHR0cHM6XC9cL3Mudy5vcmdcL2ltYWdlc1wvY29yZVwvZW1vamlcLzE0LjAuMFwvc3ZnXC8iLCJzdmdFeHQiOiIuc3ZnIiwic291cmNlIjp7ImNvbmNhdGVtb2ppIjoiaHR0cHM6XC9cL2FldGh5eC5ldVwvd3AtaW5jbHVkZXNcL2pzXC93cC1lbW9qaS1yZWxlYXNlLm1pbi5qcz92ZXI9Ni40LjMifX07Ci8qISBUaGlzIGZpbGUgaXMgYXV0by1nZW5lcmF0ZWQgKi8KIWZ1bmN0aW9uKGksbil7dmFyIG8scyxlO2Z1bmN0aW9uIGMoZSl7dHJ5e3ZhciB0PXtzdXBwb3J0VGVzdHM6ZSx0aW1lc3RhbXA6KG5ldyBEYXRlKS52YWx1ZU9mKCl9O3Nlc3Npb25TdG9yYWdlLnNldEl0ZW0obyxKU09OLnN0cmluZ2lmeSh0KSl9Y2F0Y2goZSl7fX1mdW5jdGlvbiBwKGUsdCxuKXtlLmNsZWFyUmVjdCgwLDAsZS5jYW52YXMud2lkdGgsZS5jYW52YXMuaGVpZ2h0KSxlLmZpbGxUZXh0KHQsMCwwKTt2YXIgdD1uZXcgVWludDMyQXJyYXkoZS5nZXRJbWFnZURhdGEoMCwwLGUuY2FudmFzLndpZHRoLGUuY2FudmFzLmhlaWdodCkuZGF0YSkscj0oZS5jbGVhclJlY3QoMCwwLGUuY2FudmFzLndpZHRoLGUuY2FudmFzLmhlaWdodCksZS5maWxsVGV4dChuLDAsMCksbmV3IFVpbnQzMkFycmF5KGUuZ2V0SW1hZ2VEYXRhKDAsMCxlLmNhbnZhcy53aWR0aCxlLmNhbnZhcy5oZWlnaHQpLmRhdGEpKTtyZXR1cm4gdC5ldmVyeShmdW5jdGlvbihlLHQpe3JldHVybiBlPT09clt0XX0pfWZ1bmN0aW9uIHUoZSx0LG4pe3N3aXRjaCh0KXtjYXNlImZsYWciOnJldHVybiBuKGUsIlx1ZDgzY1x1ZGZmM1x1ZmUwZlx1MjAwZFx1MjZhN1x1ZmUwZiIsIlx1ZDgzY1x1ZGZmM1x1ZmUwZlx1MjAwYlx1MjZhN1x1ZmUwZiIpPyExOiFuKGUsIlx1ZDgzY1x1ZGRmYVx1ZDgzY1x1ZGRmMyIsIlx1ZDgzY1x1ZGRmYVx1MjAwYlx1ZDgzY1x1ZGRmMyIpJiYhbihlLCJcdWQ4M2NcdWRmZjRcdWRiNDBcdWRjNjdcdWRiNDBcdWRjNjJcdWRiNDBcdWRjNjVcdWRiNDBcdWRjNmVcdWRiNDBcdWRjNjdcdWRiNDBcdWRjN2YiLCJcdWQ4M2NcdWRmZjRcdTIwMGJcdWRiNDBcdWRjNjdcdTIwMGJcdWRiNDBcdWRjNjJcdTIwMGJcdWRiNDBcdWRjNjVcdTIwMGJcdWRiNDBcdWRjNmVcdTIwMGJcdWRiNDBcdWRjNjdcdTIwMGJcdWRiNDBcdWRjN2YiKTtjYXNlImVtb2ppIjpyZXR1cm4hbihlLCJcdWQ4M2VcdWRlZjFcdWQ4M2NcdWRmZmJcdTIwMGRcdWQ4M2VcdWRlZjJcdWQ4M2NcdWRmZmYiLCJcdWQ4M2VcdWRlZjFcdWQ4M2NcdWRmZmJcdTIwMGJcdWQ4M2VcdWRlZjJcdWQ4M2NcdWRmZmYiKX1yZXR1cm4hMX1mdW5jdGlvbiBmKGUsdCxuKXt2YXIgcj0idW5kZWZpbmVkIiE9dHlwZW9mIFdvcmtlckdsb2JhbFNjb3BlJiZzZWxmIGluc3RhbmNlb2YgV29ya2VyR2xvYmFsU2NvcGU/bmV3IE9mZnNjcmVlbkNhbnZhcygzMDAsMTUwKTppLmNyZWF0ZUVsZW1lbnQoImNhbnZhcyIpLGE9ci5nZXRDb250ZXh0KCIyZCIse3dpbGxSZWFkRnJlcXVlbnRseTohMH0pLG89KGEudGV4dEJhc2VsaW5lPSJ0b3AiLGEuZm9udD0iNjAwIDMycHggQXJpYWwiLHt9KTtyZXR1cm4gZS5mb3JFYWNoKGZ1bmN0aW9uKGUpe29bZV09dChhLGUsbil9KSxvfWZ1bmN0aW9uIHQoZSl7dmFyIHQ9aS5jcmVhdGVFbGVtZW50KCJzY3JpcHQiKTt0LnNyYz1lLHQuZGVmZXI9ITAsaS5oZWFkLmFwcGVuZENoaWxkKHQpfSJ1bmRlZmluZWQiIT10eXBlb2YgUHJvbWlzZSYmKG89IndwRW1vamlTZXR0aW5nc1N1cHBvcnRzIixzPVsiZmxhZyIsImVtb2ppIl0sbi5zdXBwb3J0cz17ZXZlcnl0aGluZzohMCxldmVyeXRoaW5nRXhjZXB0RmxhZzohMH0sZT1uZXcgUHJvbWlzZShmdW5jdGlvbihlKXtpLmFkZEV2ZW50TGlzdGVuZXIoIkRPTUNvbnRlbnRMb2FkZWQiLGUse29uY2U6ITB9KX0pLG5ldyBQcm9taXNlKGZ1bmN0aW9uKHQpe3ZhciBuPWZ1bmN0aW9uKCl7dHJ5e3ZhciBlPUpTT04ucGFyc2Uoc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbShvKSk7aWYoIm9iamVjdCI9PXR5cGVvZiBlJiYibnVtYmVyIj09dHlwZW9mIGUudGltZXN0YW1wJiYobmV3IERhdGUpLnZhbHVlT2YoKTxlLnRpbWVzdGFtcCs2MDQ4MDAmJiJvYmplY3QiPT10eXBlb2YgZS5zdXBwb3J0VGVzdHMpcmV0dXJuIGUuc3VwcG9ydFRlc3RzfWNhdGNoKGUpe31yZXR1cm4gbnVsbH0oKTtpZighbil7aWYoInVuZGVmaW5lZCIhPXR5cGVvZiBXb3JrZXImJiJ1bmRlZmluZWQiIT10eXBlb2YgT2Zmc2NyZWVuQ2FudmFzJiYidW5kZWZpbmVkIiE9dHlwZW9mIFVSTCYmVVJMLmNyZWF0ZU9iamVjdFVSTCYmInVuZGVmaW5lZCIhPXR5cGVvZiBCbG9iKXRyeXt2YXIgZT0icG9zdE1lc3NhZ2UoIitmLnRvU3RyaW5nKCkrIigiK1tKU09OLnN0cmluZ2lmeShzKSx1LnRvU3RyaW5nKCkscC50b1N0cmluZygpXS5qb2luKCIsIikrIikpOyIscj1uZXcgQmxvYihbZV0se3R5cGU6InRleHQvamF2YXNjcmlwdCJ9KSxhPW5ldyBXb3JrZXIoVVJMLmNyZWF0ZU9iamVjdFVSTChyKSx7bmFtZToid3BUZXN0RW1vamlTdXBwb3J0cyJ9KTtyZXR1cm4gdm9pZChhLm9ubWVzc2FnZT1mdW5jdGlvbihlKXtjKG49ZS5kYXRhKSxhLnRlcm1pbmF0ZSgpLHQobil9KX1jYXRjaChlKXt9YyhuPWYocyx1LHApKX10KG4pfSkudGhlbihmdW5jdGlvbihlKXtmb3IodmFyIHQgaW4gZSluLnN1cHBvcnRzW3RdPWVbdF0sbi5zdXBwb3J0cy5ldmVyeXRoaW5nPW4uc3VwcG9ydHMuZXZlcnl0aGluZyYmbi5zdXBwb3J0c1t0XSwiZmxhZyIhPT10JiYobi5zdXBwb3J0cy5ldmVyeXRoaW5nRXhjZXB0RmxhZz1uLnN1cHBvcnRzLmV2ZXJ5dGhpbmdFeGNlcHRGbGFnJiZuLnN1cHBvcnRzW3RdKTtuLnN1cHBvcnRzLmV2ZXJ5dGhpbmdFeGNlcHRGbGFnPW4uc3VwcG9ydHMuZXZlcnl0aGluZ0V4Y2VwdEZsYWcmJiFuLnN1cHBvcnRzLmZsYWcsbi5ET01SZWFkeT0hMSxuLnJlYWR5Q2FsbGJhY2s9ZnVuY3Rpb24oKXtuLkRPTVJlYWR5PSEwfX0pLnRoZW4oZnVuY3Rpb24oKXtyZXR1cm4gZX0pLnRoZW4oZnVuY3Rpb24oKXt2YXIgZTtuLnN1cHBvcnRzLmV2ZXJ5dGhpbmd8fChuLnJlYWR5Q2FsbGJhY2soKSwoZT1uLnNvdXJjZXx8e30pLmNvbmNhdGVtb2ppP3QoZS5jb25jYXRlbW9qaSk6ZS53cGVtb2ppJiZlLnR3ZW1vamkmJih0KGUudHdlbW9qaSksdChlLndwZW1vamkpKSl9KSl9KCh3aW5kb3csZG9jdW1lbnQpLHdpbmRvdy5fd3BlbW9qaVNldHRpbmdzKTsKLyogXV0+ICovCg=="></script> <style id='wp-emoji-styles-inline-css' type='text/css'>img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }</style><link rel='stylesheet' id='mediaelement-css' href='https://aethyx.eu/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /><link rel='stylesheet' id='wp-mediaelement-css' href='https://aethyx.eu/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /><style id='jetpack-sharing-buttons-style-inline-css' type='text/css'>.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}</style><link rel='stylesheet' id='spreadplugin-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_ccf3322edf6be6f9a1c96405c4e6ddda.php?ver=6.4.3' type='text/css' media='all' /><link rel='stylesheet' id='magnific_popup_css-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_d4bf1c4c21b53555231ca62d72d39999.php?ver=6.4.3' type='text/css' media='all' /> <!--[if lte IE 7]><link rel='stylesheet' id='style.ie7.css-css' href='https://aethyx.eu/wp-content/themes/aethyxV2/style.ie7.css?ver=6.4.3' type='text/css' media='screen' /> <![endif]--><link rel='stylesheet' id='style.responsive.css-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_9d9f9f186caaa5189317331fa999efc8.php?ver=6.4.3' type='text/css' media='all' /><link rel='stylesheet' id='css-css' href='//fonts.googleapis.com/css?family=Quattrocento+Sans%7CMichroma%7CElectrolize&#038;subset=latin&#038;ver=6.4.3' type='text/css' media='all' /><link rel='stylesheet' id='social-logos-css' href='https://aethyx.eu/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=13.1.3' type='text/css' media='all' /><link rel='stylesheet' id='jetpack_css-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_11620f93d587d3d94135551f0cbccbef.php?ver=13.1.3' type='text/css' media='all' /><link rel='stylesheet' id='mr_social_sharing-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_b039e7f0d3753f6a3d51713bd4cdf30a.php?ver=6.4.3' type='text/css' media='all' /><link rel='stylesheet' id='mr_social_sharing_custom-css' href='https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_59f6fddf6829e3872be46235fd0e734c.php?ver=6.4.3' type='text/css' media='all' /> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_397754ba49e9e0cf4e7c190da78dda05.php?ver=6.4.3" id="jquery-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/jquery.infinitescroll.min.js?ver=6.4.3" id="infinite_scroll-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/jquery.magnific-popup.min.js?ver=6.4.3" id="magnific_popup-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/jquery.elevateZoom-2.5.5.min.js?ver=6.4.3" id="zoom-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/jquery.lazyload.min.js?ver=6.4.3" id="lazyload-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/isotope.pkgd.min.js?ver=6.4.3" id="isotope-js"></script> <script defer id="spreadplugin-js-extra" src="data:text/javascript;base64,Ci8qIDwhW0NEQVRBWyAqLwp2YXIgYWpheF9vYmplY3QgPSB7InRleHRIaWRlRGVzYyI6IkhpZGUgYXJ0aWNsZSBkZXNjcmlwdGlvbiIsInRleHRTaG93RGVzYyI6IlNob3cgYXJ0aWNsZSBkZXNjcmlwdGlvbiIsInRleHRQcm9kSGlkZURlc2MiOiJIaWRlIHByb2R1Y3QgZGVzY3JpcHRpb24iLCJ0ZXh0UHJvZFNob3dEZXNjIjoiU2hvdyBwcm9kdWN0IGRlc2NyaXB0aW9uIiwibG9hZGluZ0ltYWdlIjoiaHR0cHM6XC9cL2FldGh5eC5ldVwvd3AtY29udGVudFwvcGx1Z2luc1wvd3Atc3ByZWFkcGx1Z2luXC9pbWdcL2xvYWRpbmcuZ2lmIiwibG9hZGluZ01lc3NhZ2UiOiJMb2FkaW5nLi4uIiwibG9hZGluZ0ZpbmlzaGVkTWVzc2FnZSI6IllvdSBoYXZlIHJlYWNoZWQgdGhlIGVuZCIsInBhZ2VMaW5rIjoiaHR0cHM6XC9cL2FldGh5eC5ldVwvd2hhdC1saWVzLWFoZWFkXC8iLCJwYWdlQ2hlY2tvdXRVc2VJZnJhbWUiOiIwIiwidGV4dEJ1dHRvbkFkZCI6IkFkZCB0byBiYXNrZXQiLCJ0ZXh0QnV0dG9uQWRkZWQiOiJBZGRpbmcuLi4iLCJ0ZXh0QnV0dG9uRmFpbGVkIjoiQWRkIGZhaWxlZCIsImFqYXhMb2NhdGlvbiI6Imh0dHBzOlwvXC9hZXRoeXguZXVcL3dwLWFkbWluXC9hZG1pbi1hamF4LnBocD9wYWdlaWQ9MTQ1MiZub25jZT01M2RiZTY4MTQ4IiwiaW5maW5pdGVTY3JvbGwiOiIxIiwibGF6eUxvYWQiOiIxIiwiem9vbUNvbmZpZyI6eyJ6b29tVHlwZSI6ImxlbnMiLCJsZW5zU2hhcGUiOiJyb3VuZCIsImxlbnNTaXplIjoxNTB9LCJ6b29tQWN0aXZhdGVkIjoiMCIsImRlc2lnbmVyU2hvcElkIjoiMTAwODQ1ODU5IiwiZGVzaWduZXJUYXJnZXRJZCI6InNwcmVhZHBsdWdpbi1kZXNpZ25lciIsImRlc2lnbmVyUGxhdGZvcm0iOiJFVSIsImRlc2lnbmVyTG9jYWxlIjoiZW5fR0IiLCJkZXNpZ25lcldpZHRoIjoiNzUwIiwiZGVzaWduZXJCYXNrZXRJZCI6IiIsInByZXR0eVVybCI6IjEiLCJpbWFnZXNpemUiOiIyODAiLCJjc3NTa2V0Y2hvbWF0TG9jYXRpb24iOiJodHRwczpcL1wvYWV0aHl4LmV1XC93cC1jb250ZW50XC9wbHVnaW5zXC93cC1zcHJlYWRwbHVnaW5cL2Nzc1wvc3ByZWFkcGx1Z2luLXNrZXRjaG9tYXQtaW5saW5lLmNzcyIsIm9wZW5CYXNrZXRPbkFkZCI6IjEifTsKLyogXV0+ICovCg=="></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-spreadplugin/js/spreadplugin.min.js?ver=6.4.3" id="spreadplugin-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_70c6ea4d6766802a5513e017a04f9754.php?ver=6.4.3" id="jquery_migrate-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_d01602635f23d028cd4297993f510bf3.php?ver=6.4.3" id="script.js-js"></script> <script defer type="text/javascript" src="https://aethyx.eu/wp-content/cache/autoptimize/autoptimize_single_4b241ea2c7402e92b073cd9ed2d13151.php?ver=6.4.3" id="script.responsive.js-js"></script> <link rel="https://api.w.org/" href="https://aethyx.eu/wp-json/" /><link rel="alternate" type="application/json" href="https://aethyx.eu/wp-json/wp/v2/tags/466" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://aethyx.eu/xmlrpc.php?rsd" /><style type="text/css">.spreadplugin-menu {background:transparent} #spreadplugin-menu.spreadplugin-menu {background:transparent;width:95%;border: thin dotted #41412f;} #spreadplugin-menu.spreadplugin-menu .btn-back {font-size:19px} #spreadplugin-menu.spreadplugin-menu .spreadplugin-checkout-link {font-size:19px} .pagination {font-size:19px} #spreadplugin-menu.spreadplugin-menu .spreadplugin-checkout {font-size:19px} .spreadplugin-article .product-name {background:transparent} .spreadplugin-article .product-name { border: thin dotted #41412f;} .spreadplugin-article .product-name { margin-left: auto; margin-right: auto; } .spreadplugin-cart {background-color:rgba(209,212,104,1);-webkit-border-radius: 3px 4px 4px 3px; -moz-border-radius: 3px 4px 4px 3px; border-radius: 3px 4px 4px 3px;} .spreadplugin-article.min-view .price-wrapper { display: inline-block; width: auto; height: 38px; background-color: #6ab070; -webkit-border-radius: 3px 4px 4px 3px; -moz-border-radius: 3px 4px 4px 3px; border-radius: 3px 4px 4px 3px; border-left: 1px solid #6ab070; margin-left: 19px; position: relative; color: #41412f; font-weight: 300; font-size: 22px; line-height: 38px; padding-top: 32px !important; right: 10px; text-indent: -3px !important; width: 84px !important; background-color: #CCFF00; top: 127px; position: absolute; min-height: 80px; } .spreadplugin-article.min-view .price-wrapper:before { content: ""; position: absolute; display: block; left: -19px; width: 0; height: 0; border-top: 19px solid transparent; border-bottom: 19px solid transparent; border-right: 19px solid #CCFF00; } .spreadplugin-article.min-view .price-wrapper:after { content: ""; background-color: #41412f; border-radius: 50%; width: 4px; height: 4px; display: block; position: absolute; left: -9px; top: 50px; }</style><style>img#wpstats{display:none}</style><link rel="shortcut icon" href="https://aethyx.eu/wp-content/themes/aethyxV2/favicon.ico" /></head><body class="archive tag tag-realistic tag-466"><div id="aethyx-main"><nav class="aethyx-nav"><div class="aethyx-nav-inner"> <a href="https://aethyx.eu" id="aethyx-logo" title="Welcome to AETHYX MEDIAE!"><div class="aethyx-logo"></div></a><ul class="aethyx-hmenu menu-225"><li class="menu-item-913"><a title="Home" href="https://aethyx.eu/">Home</a></li><li class="menu-item-864"><a title="News" href="https://aethyx.eu/blog/">News</a></li><li class="menu-item-603"><a title="eShop ▼" href="https://aethyx.eu/eshop/">eShop ▼</a><ul><li class="menu-item-1173"><a title="Get your blog!" href="https://aethyx.eu/eshop/">Get your blog!</a></li><li class="menu-item-832"><a title="Cloud Services" href="https://aethyx.eu/eshop/cloud-services/">Cloud Services</a></li><li class="menu-item-830"><a title="Ebook Publishing" href="https://aethyx.eu/eshop/ebook-publishing/">Ebook Publishing</a></li><li class="menu-item-831"><a title="Apps for Android" href="https://aethyx.eu/eshop/apps-for-android/">Apps for Android</a></li></ul></li><li class="menu-item-607"><a title="Contact" href="https://aethyx.eu/contact/">Contact</a></li><li class="menu-item-604"><a title="What?" href="https://aethyx.eu/what/">What?</a></li><li class="menu-item-605"><a title="Where?" href="https://aethyx.eu/where/">Where?</a></li><li class="menu-item-606"><a title="Why?" href="https://aethyx.eu/why/">Why?</a></li><li class="menu-item-1526"><a title="Swag!" href="https://aethyx.eu/swag/">Swag!</a></li></ul> </div></nav> <header class="aethyx-header"> <div class="aethyx-shapes"> <div class="aethyx-object2048406456" data-left="50%"></div> </div> </header> <div class="aethyx-sheet clearfix"> <div class="aethyx-layout-wrapper"> <div class="aethyx-content-layout"> <div class="aethyx-content-layout-row"> <div class="aethyx-layout-cell aethyx-content"> <article class="aethyx-post aethyx-article breadcrumbs"> <div class="aethyx-postcontent clearfix"><h2>realistic</h2></div> </article> <articleid="post-1452" class="aethyx-post aethyx-article post-1452 post type-post status-publish format-standard hentry category-news tag-461 tag-ahead tag-dammit tag-here tag-lets tag-lies tag-realistic tag-stay tag-what"> <div class="aethyx-postmetadataheader"><a href="https://aethyx.eu/what-lies-ahead/" rel="bookmark" title="Permanent Link to what lies ahead"> <div style="margin-top:20px; margin-bottom:10px;"><img class="ttf" src="https://aethyx.eu/wp-content/plugins/ttftitles/cache/0a64dfa9b642debd387ef2fbbc863c15.png" alt="what lies ahead" width="230" height="27" /></div> </a> <div class="aethyx-postheadericons aethyx-metadata-icons"><span class="aethyx-postdateicon"><span class="date">Published</span> <span class="entry-date" title="16:41">29. January 2021</span></span> <span class="aethyx-postauthoricon"><span class="author">by</span> <span class="author vcard"><a class="url fn n" href="https://aethyx.eu/author/aethyx-staff/" title="View all posts by the aethyx staff">the aethyx staff</a></span></span></div></div> <div class="aethyx-postcontent clearfix"><p><a href="https://www.flickr.com/photos/mikecogh/21386829872/in/photolist-yzT6q5-aNEXpa-2jb2X2k-2fkE81D-fBxxcz-2jPHMH9-QBXSMZ-rtyx6B-PDaMR3-2rfRUo-2iWKex8-5C9GcD-5zXuU2-2kuaaHs-2351bbx-22rD1HG-b4GwuK-2351cdH-5zCsYj-2351c6D-dFVJWu-fZpnLD-2351bJr-25riQmu-Du3xLd-2dM3pzW-edLav9-acjpSR-p6oXCu-39UhVR-PETukV-iJyrJt-7zu12y-6pUKPm-2agsPZm-8NhUkn-ndLEqN-23JwDE1-5v4bt4-JEcR28-CPHRCw-ovZTpr-dLK4uG-q4EqG-63E1F8-h6q4g-a4ZxG-C4grde-FkC6kL-2fkE7Yp" data-flickr-embed="true" title="Nobody Knows What Lies Ahead" class="liimagelink"><img fetchpriority="high" decoding="async" src="https://live.staticflickr.com/578/21386829872_5f4be5fb89_w.jpg" width="400" height="300" alt="Nobody Knows What Lies Ahead"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script></p> <p>Dear readers and customers,</p> <p>there&#8217;s currently a battle going on between hobby traders and greedy hedge funds about <em>GameStop</em> crap shares.</p> <p>There were riots and a successful transition of presidency in the USA and the capitol.</p> <p>And, most important, we got four or five good to very good vaccines against <em>COVID-19</em>, as well as <em>WHO</em> investigations underway in China, finally.</p> <p>Despite, we really don&#8217;t know what will come for 2021.</p> <p>We don&#8217;t think it&#8217;s enough to &#8220;hope for the best&#8221;.</p> <p>We want to be honest and had the worst year since our existence in 2020. We are currently unsure if we&#8217;ll be still alive by the end of this year.</p> <p>We don&#8217;t want to sound pessimistic &#8211; we are realists and always were. There will be consequences from last year, there will be serious shifting. Client-wise, maybe as well as portfolio related. Not only for this year but years to come.</p> <p>So, instead of promising you stuff which isn&#8217;t realistic and lying in your face directly &#8211; we don&#8217;t know what lies ahead. At the moment, we really give a sh*t about it.</p> <p>Welcome to a fresh new year,<br /> we don&#8217;t think this will be difficult for us only,<br /> all the best,<br /> the aethyx staff</p> </div><div class="aethyx-postfootericons aethyx-metadata-icons"><span class="aethyx-postcategoryicon"><span class="categories">Posted in</span> <a href="https://aethyx.eu/category/news/" rel="category tag">News</a></span> <span class="aethyx-posttagicon"><span class="tags">Tags:</span> <a href="https://aethyx.eu/tag/2021/" rel="tag">2021</a>, <a href="https://aethyx.eu/tag/ahead/" rel="tag">ahead</a>, <a href="https://aethyx.eu/tag/dammit/" rel="tag">dammit</a>, <a href="https://aethyx.eu/tag/here/" rel="tag">here</a>, <a href="https://aethyx.eu/tag/lets/" rel="tag">let's</a>, <a href="https://aethyx.eu/tag/lies/" rel="tag">lies</a>, <a href="https://aethyx.eu/tag/realistic/" rel="tag">realistic</a>, <a href="https://aethyx.eu/tag/stay/" rel="tag">stay</a>, <a href="https://aethyx.eu/tag/what/" rel="tag">what</a></span> <span class="aethyx-postcommentsicon"><a href="https://aethyx.eu/what-lies-ahead/#respond">Leave a comment</a></span></div> </article> <div style="display: flex; justify-content: space-around;"><div class="PostBlabla3"><a href="https://etherscan.io/address/0x95dC93D34557E8B9d504646C1Fd4BE626029Ca92"><img src='https://aethyx.eu/wp-content/uploads/ethereum-donate-button.png' alt='Ether spenden // Donate Ether' title='Ether spenden // Donate Ether'/></a></div><div class="PostBlabla3"><a href="bitcoin:1Df8eapdFuxPxteZLfXnwvyVuo574psxKM"><img src='https://aethyx.eu/wp-content/uploads/bitcoinbutton.png' alt='Bitcoin-Spenden hier akzeptiert ^^' title='Bitcoin-Spenden hier akzeptiert ^^'/></a></div></div><br/> </div> <div class="aethyx-layout-cell aethyx-sidebar1"><div id="search-3" class="aethyx-block widget widget_search clearfix"> <div class="aethyx-blockcontent"><form class="aethyx-search" method="get" name="searchform" action="https://aethyx.eu/"> <input name="s" type="text" value="" /> <input class="aethyx-search-button" type="submit" value="" /> </form></div> </div><div id="text-8" class="aethyx-block widget widget_text clearfix"> <div class="aethyx-blockheader"> <div class="t">Advertisement</div> </div><div class="aethyx-blockcontent"> <div class="textwidget"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- aet-neu6 --> <ins class="adsbygoogle" style="display:inline-block;width:200px;height:200px" data-ad-client="ca-pub-9810610125510936" data-ad-slot="3042735408"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </div> </div><div id="gtranslate-2" class="aethyx-block widget widget_gtranslate clearfix"> <div class="aethyx-blockheader"> <div class="t">AI Translator</div> </div><div class="aethyx-blockcontent"><div class="gtranslate_wrapper" id="gt-wrapper-81961694"></div></div> </div><div id="custom_html-2" class="aethyx-block widget_text widget widget_custom_html clearfix"> <div class="aethyx-blockheader"> <div class="t">Subscribers</div> </div><div class="aethyx-blockcontent"><div class="textwidget custom-html-widget"><ul><li><div id="feeds_button">87</div></li></ul></div></div> </div><div id="categories-3" class="aethyx-block widget widget_categories clearfix"> <div class="aethyx-blockheader"> <div class="t">Categories</div> </div><div class="aethyx-blockcontent"> <ul> <li class="cat-item cat-item-545"><a href="https://aethyx.eu/category/ai-art/">AI art</a> (1) </li> <li class="cat-item cat-item-226"><a href="https://aethyx.eu/category/android/">Android</a> (19) </li> <li class="cat-item cat-item-85"><a href="https://aethyx.eu/category/ebooks/">Ebooks</a> (6) </li> <li class="cat-item cat-item-498"><a href="https://aethyx.eu/category/merchandise/">Merchandise</a> (3) </li> <li class="cat-item cat-item-149"><a href="https://aethyx.eu/category/money/">Money</a> (5) </li> <li class="cat-item cat-item-1"><a href="https://aethyx.eu/category/news/">News</a> (157) </li> <li class="cat-item cat-item-127"><a href="https://aethyx.eu/category/special-offers/">Special Offers</a> (16) </li> <li class="cat-item cat-item-364"><a href="https://aethyx.eu/category/wordpress/">WordPress</a> (11) </li> </ul> </div> </div><div id="archives-3" class="aethyx-block widget widget_archive clearfix"> <div class="aethyx-blockheader"> <div class="t">Archives</div> </div><div class="aethyx-blockcontent"> <label class="screen-reader-text" for="archives-dropdown-3">Archives</label> <select id="archives-dropdown-3" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://aethyx.eu/2024/02/'> February 2024 &nbsp;(1)</option> <option value='https://aethyx.eu/2024/01/'> January 2024 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/12/'> December 2023 &nbsp;(2)</option> <option value='https://aethyx.eu/2023/11/'> November 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/09/'> September 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/08/'> August 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/07/'> July 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/05/'> May 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/04/'> April 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/03/'> March 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/02/'> February 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2023/01/'> January 2023 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/12/'> December 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/10/'> October 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/08/'> August 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/07/'> July 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/06/'> June 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/05/'> May 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/04/'> April 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/03/'> March 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/02/'> February 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2022/01/'> January 2022 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/12/'> December 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/11/'> November 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/10/'> October 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/09/'> September 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/08/'> August 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/06/'> June 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/05/'> May 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/04/'> April 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/03/'> March 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/02/'> February 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2021/01/'> January 2021 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/12/'> December 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/11/'> November 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/10/'> October 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/09/'> September 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/08/'> August 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/07/'> July 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/06/'> June 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/05/'> May 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/04/'> April 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/03/'> March 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/02/'> February 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2020/01/'> January 2020 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/12/'> December 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/11/'> November 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/10/'> October 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/09/'> September 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/08/'> August 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/07/'> July 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/06/'> June 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/05/'> May 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/04/'> April 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/03/'> March 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/02/'> February 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2019/01/'> January 2019 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/12/'> December 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/11/'> November 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/10/'> October 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/09/'> September 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/08/'> August 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/07/'> July 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/06/'> June 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/05/'> May 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/04/'> April 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/03/'> March 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/02/'> February 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2018/01/'> January 2018 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/12/'> December 2017 &nbsp;(2)</option> <option value='https://aethyx.eu/2017/11/'> November 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/10/'> October 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/09/'> September 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/07/'> July 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/06/'> June 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/04/'> April 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/03/'> March 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2017/02/'> February 2017 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/12/'> December 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/11/'> November 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/10/'> October 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/09/'> September 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/08/'> August 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/07/'> July 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/06/'> June 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/05/'> May 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/04/'> April 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/03/'> March 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/02/'> February 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2016/01/'> January 2016 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/12/'> December 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/11/'> November 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/10/'> October 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/09/'> September 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/08/'> August 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/07/'> July 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/06/'> June 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/05/'> May 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/04/'> April 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/03/'> March 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2015/02/'> February 2015 &nbsp;(2)</option> <option value='https://aethyx.eu/2015/01/'> January 2015 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/12/'> December 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/11/'> November 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/10/'> October 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/09/'> September 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/08/'> August 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/07/'> July 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/05/'> May 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/04/'> April 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/03/'> March 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/02/'> February 2014 &nbsp;(1)</option> <option value='https://aethyx.eu/2014/01/'> January 2014 &nbsp;(2)</option> <option value='https://aethyx.eu/2013/12/'> December 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/11/'> November 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/10/'> October 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/09/'> September 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/08/'> August 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/07/'> July 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/06/'> June 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/05/'> May 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/04/'> April 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/03/'> March 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/02/'> February 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2013/01/'> January 2013 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/12/'> December 2012 &nbsp;(2)</option> <option value='https://aethyx.eu/2012/11/'> November 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/10/'> October 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/09/'> September 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/08/'> August 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/07/'> July 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/06/'> June 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/05/'> May 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/04/'> April 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/02/'> February 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2012/01/'> January 2012 &nbsp;(1)</option> <option value='https://aethyx.eu/2011/12/'> December 2011 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/12/'> December 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/11/'> November 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/10/'> October 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/09/'> September 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/07/'> July 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/06/'> June 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/05/'> May 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/04/'> April 2010 &nbsp;(2)</option> <option value='https://aethyx.eu/2010/03/'> March 2010 &nbsp;(1)</option> <option value='https://aethyx.eu/2010/02/'> February 2010 &nbsp;(2)</option> <option value='https://aethyx.eu/2010/01/'> January 2010 &nbsp;(3)</option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-3" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div> </div><div id="text-4" class="aethyx-block widget widget_text clearfix"> <div class="aethyx-blockheader"> <div class="t">Ebook Releases</div> </div><div class="aethyx-blockcontent"> <div class="textwidget"><ul> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-intergalactic-anthology-German-ebook/dp/B07222RPGB/">THE CIPHA.NET CHRONICLES Vol. I</a></li> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-II-intergalactic-anthology-ebook/dp/B072NH384X/">THE CIPHA.NET CHRONICLES Vol. II</a></li> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-III-intergalactic-anthology-ebook/dp/B072B57NZN/">THE CIPHA.NET CHRONICLES Vol. III</a></li> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-IV-intergalactic-anthology-ebook/dp/B07222H6DX/">THE CIPHA.NET CHRONICLES Vol. IV</a></li> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-intergalactic-anthology-German-ebook/dp/B071H3WMCT/">THE CIPHA.NET CHRONICLES Vol. V</a></li> <li><a href="https://www.amazon.com/DIE-CIPHA-NET-CHRONIKEN-VI-intergalactic-anthology-ebook/dp/B071XMZKRQ/">THE CIPHA.NET CHRONICLES Vol. VI</a></li> </ul> </div> </div> </div><div id="linkcat-2" class="aethyx-block widget widget_links clearfix"> <div class="aethyx-blockheader"> <div class="t">References</div> </div><div class="aethyx-blockcontent"> <ul class='xoxo blogroll'> <li><a href="http://www.amazon.com/Sascha-Schroeder/e/B00ENIL5FE/" rel="noopener" title="Our released Ebooks at Amazon.com" target="_blank">Amazon Ebooks</a></li> <li><a href="https://play.google.com/store/apps/developer?id=AETHYX+MEDIAE&#038;hl=en" rel="noopener" title="Our Android app releases on Google Play Store" target="_blank">Android apps</a></li> <li><a href="https://cipha.net" rel="noopener" title="cipha.net &#8211; an intergalactic anthology antiquity" target="_blank">cipha.net</a></li> <li><a href="https://github.com/aethyx/femen" rel="noopener" title="a FEMEN Android app coded by one of our authors &#8211; try it!" target="_blank">FEMEN app</a></li> <li><a href="https://frndc.saschaschroeder.eu/" rel="noopener" title="Friendica &#8211; our AETHYX MEDIAE inhouse Social Network" target="_blank">Friendica Social Network</a></li> <li><a href="https://gizmeo.eu" rel="noopener" title="gizmeo.eu &#8211; Our Gadget Blog" target="_blank">Gizmeo.eu</a></li> <li><a href="https://play.google.com/store/books/author?id=sascha%20schroeder&#038;hl=en" rel="noopener" title="Our released Ebooks at Google Play Books" target="_blank">Google Play Ebooks</a></li> <li><a href="https://href.ninja" title="href.ninja &#8211; the alternative press agency">href.ninja</a></li> <li><a href="http://jpcars.de" rel="noopener" title="JPCARS.de &#8211; Cars. Japan. News." target="_blank">JPCARS.de</a></li> <li><a href="https://kryptogeld.io" rel="noopener" title="kryptogeld.io &#8211; a cryptocurrency startup" target="_blank">kryptogeld.io</a></li> <li><a href="https://kryptowiki.eu" title="Kryptowiki.eu &#8211; cryptocurrency encyclopedia for the German language speakers">Kryptowiki.eu</a></li> <li><a href="https://www.xinxii.com/index.php?route=product/author/books&#038;manid=30930" rel="noopener" title="Our released Ebooks at Xinxii &#8211; indie publisher from Berlin" target="_blank">XinXii Ebooks</a></li> <li><a href="https://yaaby.eu" rel="noopener" title="YAABy &#8211; the small, neat indie web browser for Androids with its blog!" target="_blank">YAABy.eu</a></li> <li><a href="http://zockerseele.com" rel="noopener" title="zockerseele.com &#8211; the ultimate games weblog" target="_blank">Zockerseele.com</a></li> </ul> </div> </div></div> </div> </div> </div><footer class="aethyx-footer"><div class="aethyx-footer-text"> <div class="divFootTable"> <div class="divFootTableBody"> <div class="divFootTableRow"> <div class="divFootTableHead"> <p>Phone/SMS: <a href="tel:004915771643786">+49 (0)157 71643786</a> | <a title="Impress & Cookies" href="https://aethyx.eu/contact/">Impress & Cookies</a> | <a title="Contact us" href="https://aethyx.eu/contact/">Contact us</a></p> <p>© 2010-2024, <a href="https://aethyx.eu/">aethyx.eu - Independent Semantic Online Publishing</a>. Made with <3 in Europe.<br/></p> </div> <div class="divFootTableHead2"><a href="https://linkedin.com/company/aethyx" target="_blank"><img title="Visit AETHYX MEDIAE on LinkedIn!" src="https://aethyx.eu/wp-content/uploads/linkedin-icon.png" alt="Visit AETHYX MEDIAE on LinkedIn!" /></a><a href="https://gitlab.com/aethyx" target="_blank"><img title="Visit AETHYX MEDIAE on GitLab!" src="https://aethyx.eu/wp-content/uploads/gitlablogosquare_small.png" alt="Visit AETHYX MEDIAE on GitLab!" "/></a><a href="https://www.patreon.com/aethyxmediae" target="_blank"><img src='https://aethyx.eu/wp-content/uploads/patreon_icon32px.png' title='Find AETHYX MEDIAE on Patreon!' alt='Find AETHYX MEDIAE on Patreon!'/></a></div> </div> </div> </div> </div> </footer> </div> </div> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setCookieDomain", "*.aethyx.eu"]); _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://aethyx.eu/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "1"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.php"; s.parentNode.insertBefore(g,s); })(); </script> <div id="wp-footer"> <script type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"147774168\",\"post\":\"0\",\"tz\":\"1\",\"srv\":\"aethyx.eu\",\"j\":\"1:13.1.3\"}") ]); _stq.push([ "clickTrackerInit", "147774168", "0" ]); /* ]]> */ </script> <script type="text/javascript" id="icwp-wpsf-login_guard-js-extra"> /* <![CDATA[ */ var shield_vars_login_guard = {"strings":{"select_action":"Please select an action to perform.","are_you_sure":"Are you sure?","absolutely_sure":"Are you absolutely sure?"},"comps":{"login_guard":{"form_selectors":["#loginform"],"uniq":"65db0c0dabcb5","cbname":"icwp-wpsf-5b0fce663a73c","strings":{"label":"I'm a human.","alert":"Please check the box to show us you're a human.","loading":"Loading"},"flags":{"gasp":true}}}}; /* ]]> */ </script> <script type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-simple-firewall/assets/dist/shield-login_guard.bundle.js?ver=19.0.7&amp;mtime=1708213941" id="icwp-wpsf-login_guard-js"></script> <script type="text/javascript" id="icwp-wpsf-notbot-js-extra"> /* <![CDATA[ */ var shield_vars_notbot = {"strings":{"select_action":"Please select an action to perform.","are_you_sure":"Are you sure?","absolutely_sure":"Are you absolutely sure?"},"comps":{"notbot":{"ajax":{"not_bot":{"action":"shield_action","ex":"capture_not_bot","exnonce":"06a99bddae","ajaxurl":"https:\/\/aethyx.eu\/wp-admin\/admin-ajax.php","_wpnonce":"41e75b3591","_rest_url":"https:\/\/aethyx.eu\/wp-json\/shield\/v1\/action\/capture_not_bot?exnonce=06a99bddae&_wpnonce=41e75b3591"},"not_bot_nonce":{"action":"shield_action","ex":"capture_not_bot_nonce","ajaxurl":"https:\/\/aethyx.eu\/wp-admin\/admin-ajax.php","_wpnonce":"41e75b3591","_rest_url":"https:\/\/aethyx.eu\/wp-json\/shield\/v1\/action\/capture_not_bot_nonce?_wpnonce=41e75b3591"}},"flags":{"required":true}}}}; /* ]]> */ </script> <script type="text/javascript" src="https://aethyx.eu/wp-content/plugins/wp-simple-firewall/assets/dist/shield-notbot.bundle.js?ver=19.0.7&amp;mtime=1708213941" id="icwp-wpsf-notbot-js"></script> <script type="text/javascript" src="https://aethyx.eu/wp-content/plugins/social-sharing-toolkit/script_2.1.2.js?ver=6.4.3" id="mr_social_sharing-js"></script> <script type="text/javascript" src="https://aethyx.eu/wp-content/plugins/social-sharing-toolkit/includes/buttons/button.facebook.js?ver=6.4.3" id="Social_sharing_facebook_root-js"></script> <script type="text/javascript" src="//connect.facebook.net/en_US/all.js?ver=6.4.3#xfbml=1&amp;appId=188707654478" id="Social_sharing_facebook_xfbml-js"></script> <script type="text/javascript" src="https://aethyx.eu/wp-content/plugins/social-sharing-toolkit/includes/buttons/button.googleplus.js?ver=6.4.3" id="Social_sharing_googleplus-js"></script> <script type="text/javascript" src="http://platform.linkedin.com/in.js?ver=6.4.3" id="Social_sharing_linkedin-js"></script> <script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js?ver=6.4.3" id="Social_sharing_pinterest-js"></script> <script type="text/javascript" src="https://platform.twitter.com/widgets.js?ver=6.4.3" id="Social_sharing_twitter-js"></script> <script type="text/javascript" id="gt_widget_script_81961694-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['81961694'] = {"default_language":"en","languages":["ja","ko","en","es","fr","de","tr","cs","uk"],"dropdown_languages":["af","sq","am","ar","hy","az","eu","be","bn","bs","bg","ca","ceb","ny","zh-TW","co","hr","da","nl","eo","et","tl","fi","fy","gl","ka","el","gu","ht","ha","haw","iw","hi","hmn","hu","is","ig","id","ga","it","jw","kn","kk","km","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","mn","my","ne","no","ps","fa","pl","pt","pa","ro","sm","gd","sr","st","sn","sd","si","sk","sl","so","su","sw","sv","tg","ta","te","th","uk","ur","uz","vi","cy","xh","yi","yo","zu"],"url_structure":"none","add_new_line":1,"flag_style":"3d","flag_size":16,"wrapper_selector":"#gt-wrapper-81961694","alt_flags":[],"horizontal_position":"inline","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script src="https://aethyx.eu/wp-content/plugins/gtranslate/js/fd.js?ver=6.4.3" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/tag/realistic/" data-gt-orig-domain="aethyx.eu" data-gt-widget-id="81961694" defer></script> <!-- 129 queries. 0.403 seconds. --> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Dear readers and customers,\nthere’s currently a battle going on between hobby traders and greedy hedge funds about GameStop crap shares.\nThere were riots and a successful transition of presidency in the USA and the capitol.\nAnd, most important, we got four or five good to very good vaccines against COVID-19, as well as WHO investigations underway in China, finally.\nDespite, we really don’t know what will come for 2021.\nWe don’t think it’s enough to “hope for the best”.\nWe want to be honest and had the worst year since our existence in 2020. We are currently unsure if we’ll be still alive by the end of this year.\nWe don’t want to sound pessimistic – we are realists and always were. There will be consequences from last year, there will be serious shifting. Client-wise, maybe as well as portfolio related. Not only for this year but years to come.\nSo, instead of promising you stuff which isn’t realistic and lying in your face directly – we don’t know what lies ahead. At the moment, we really give a sh*t about it.\nWelcome to a fresh new year,\nwe don’t think this will be difficult for us only,\nall the best,\nthe aethyx staff", "id": "<urn:uuid:4196c844-f8ca-4c08-8df3-26d1358a29dc>", "dump": "CC-MAIN-2024-10", "url": "https://aethyx.eu/tag/realistic/", "date": "2024-02-25T09:44:45", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9559574127197266, "token_count": 287 } }
<urn:uuid:ab59357c-5a9c-4cd6-a654-9a3591f85781>
<!doctype html> <html lang="en-IN"> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <title>Easily Build Lead Forms in 3 Simple Steps. LeadGen App... Lead Generation Form</title> <meta name="description" content="Use LinkedIn Lead Generation Forms to seamlessly convert audiences on your ads in the LinkedIn feed, using pre-filled lead forms with quality data. af-logo.online Capture leads instantly with free online lead generation forms. Sync responses to CRMs like HubSpot, Salesforce, or ActiveCampaign automatically. Easily Build Lead Forms in..."> <link rel="canonical" href="https://af-logo.online/destination-highlights/lead-generation-form.php"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8919853621523610" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5704975064383732" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5353213916261464" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4582831476879577" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1308471844862164" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9367497911120882" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5880496345936876" crossorigin="anonymous"></script> <style type="text/css"> body { display: grid; place-items: center; font-family: "Roboto", sans-serif; font-size: 12px; height: 99vh; } .kymuha { width: 100%; height: 54px; background: #8AC5C2; margin: 0.6 rem 0; } .zokosud { width: clamp(50%, 83%, 97%); display: flex; flex-direction: column; background: #E2D3B3; padding: 1rem; } ul { margin: 0.9; padding: 6px; } ul li { display: inline; margin-right: 6px; border: 0px solid #D2691E; padding: 2px; } h1 { font-size: 1.5rem; color: #00FF7F; } h2 { font-size: 1.3rem; color: #00FF00; } h3 { font-size: 1.2rem; color: #C71585; } </style> </head> <body> <div class="zokosud"> <h1><a href="https://af-logo.online">af-logo.online</a> Lead generation form</h1> <div class="kymuha"><br /><center><ul> <li><a href="https://af-logo.online/venue-information/">Venue Information</a></li> <li><a href="https://af-logo.online/dining-options/">Dining Options</a></li> <li><a href="https://af-logo.online/catering-services/">Catering Services</a></li> <li><a href="https://af-logo.online/travel-guides/">Travel Guides</a></li> <li><a href="https://af-logo.online/destination-highlights/">Destination Highlights</a></li> <li><a href="https://af-logo.online/travel-tips/">Travel Tips</a></li> <li><a href="https://af-logo.online/language-learning-resources/">Language Learning Resources</a></li> </ul> </center></div> <h1 class="gyjire">Lead Generation Form</h1> <p>No need to hassle with coding – with Publuu you can embed lead forms that bring more leads out of any of your PDF-flipbook pages. Use our intuitive lead form. We've designed a whole suite of lead-generation templates that are ready-to-go for a variety of business uses, including sales lead forms, customer service. What are the benefits of lead generation forms? Curb appeal: crappy-looking forms don't convert; Multi-step forms; Where things go: page position matters. The main objective of lead generation forms is to entice prospects into providing their contact information in return for exclusive gated assets like ebooks. You can customize the lead generation form by clicking on the Lead Generation icon in the right-side navigation bar. Under the lead generation properties panel.<br /><br /> Forms and Lead generation · Create pop-up forms to collect your contacts details from your website with eNotify · Typeform integration - Import your contacts to. You can customize the lead generation form by clicking on the Lead Generation icon in the right-side navigation bar. Under the lead generation properties panel. <b>Use LinkedIn Lead Generation Forms to seamlessly convert audiences on your ads in the LinkedIn feed, using pre-filled lead forms with quality data.</b> The Lead Form attachment is designed to increase form conversion rates by prioritizing a fast-loading, native design with auto-filled form fields directly from. Create lead generation forms that actually convert Formaloo designed the "Lead generation form" template to help businesses capture potential customers'. If you have an existing website lead form, TikTok's Lead Generation solutions make it easy to direct potential leads to that page. Collect information about your leads and accept payments automatically with our fully-customizable lead generation forms. How to Create Effective Lead Generation Forms · 1. Determine which information is the most important. At the very least, each of your forms should require a. Lead gen forms are a feature designed to facilitate lead generation on LinkedIn Publishing. They are applicable only for the Lead Generation Objective on.<br /><br /> Lead Generation Forms: 50 Strategies, Ideas & Best Practices · Use CAPTCHA fields to block spammer robots · Checkboxes require less brainpower than open-ended. <b>Capture leads instantly with free online lead generation forms. Sync responses to CRMs like HubSpot, Salesforce, or ActiveCampaign automatically. With the SurveyMonkey platform, your lead data is stored securely in your account and can be exported to your CRM platform for a seamless handover to sales. The.</b> Lead Generation Form. Generate leads with a simple and beautiful, mobile friendly form. Combine your lead form with a quiz or show it before entering the game. A lead generation form is a web form which a business can use to capture emails and information about potential customers. Essentially, if someone fills in a. Lead Gen Forms offer a native signup flow to instantly acquire high-intent prospects. Connect with people when they're researching and evaluating solutions. If you want your lead generation form to generate leads, you must include a quality call to action. Your call to action should be direct and clearly tell the. Lead forms help you generate leads by letting people submit their information in a form directly in your ad. In this article, you'll learn about lead forms. Lead Generation Forms: 50 Strategies, Ideas & Best Practices · Use CAPTCHA fields to block spammer robots · Checkboxes require less brainpower than open-ended.<br /><br /> Professional-looking forms create trust and appeal when it comes to lead generation. You can create forms % matched to your brand's colors, fonts and overall. Easily Build Lead Forms in 3 Simple Steps. LeadGen App offers a wide range of form categories to help you capture up to 5X more leads from your web pages. Use forms to generate leads. By Microsoft. When a form is submitted, use the response to generate new leads. Automated. Contact 0. Try it now. Flow icon. Work. Lead Generation Form Template · Multiple-Device Support. To emphasize the surveys' portability, SurveySparrow adheres to a mobile-first flexibility. · Bundle of. Lead Generation Forms widget is a simple tool that endows clients to create, manage, and modify a broad range of Lead Generation Forms templates for HTML.</p> <p><b><a href='https://af-logo.online/destination-highlights/second-hand-dvd-recorders.php'>Second hand dvd recorders</a> | <a href='https://af-logo.online/destination-highlights/boys-jammies.php'>Boys jammies</a></b></p> <small> </small> <div align="center"><big><a href="https://af-logo.online/destination-highlights/cut-flush-folders.php">22</a> <a href="https://af-logo.online/destination-highlights/second-hand-dvd-recorders.php">23</a> <strong>24</strong> <a href="https://af-logo.online/destination-highlights/boys-jammies.php">25</a> <a href="https://af-logo.online/destination-highlights/cheerleading-games.php">26</a></big></div> <div class="kymuha" align="left"> <br />Copyright 2017-2024 <a href="/privacypolicy.php">Privice Policy</a> <a href="/contacts.php">Contacts</a> </div> <p></p> <!--LiveInternet counter--><script type="text/javascript"><!-- document.write("<a href='//www.liveinternet.ru/click' "+ "target=_blank><img src='//counter.yadro.ru/hit?t26.18;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+ ";"+Math.random()+ "' alt='' title='LiveInternet: показано число посетителей за"+ " сегодня' "+ "border='0' width='0' height='0'><\/a>") //--></script><!--/LiveInternet--> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "No need to hassle with coding – with Publuu you can embed lead forms that bring more leads out of any of your PDF-flipbook pages. Use our intuitive lead form. We've designed a whole suite of lead-generation templates that are ready-to-go for a variety of business uses, including sales lead forms, customer service. What are the benefits of lead generation forms? Curb appeal: crappy-looking forms don't convert; Multi-step forms; Where things go: page position matters. The main objective of lead generation forms is to entice prospects into providing their contact information in return for exclusive gated assets like ebooks. You can customize the lead generation form by clicking on the Lead Generation icon in the right-side navigation bar. Under the lead generation properties panel.\nForms and Lead generation · Create pop-up forms to collect your contacts details from your website with eNotify · Typeform integration - Import your contacts to. You can customize the lead generation form by clicking on the Lead Generation icon in the right-side navigation bar. Under the lead generation properties panel. Use LinkedIn Lead Generation Forms to seamlessly convert audiences on your ads in the LinkedIn feed, using pre-filled lead forms with quality data. The Lead Form attachment is designed to increase form conversion rates by prioritizing a fast-loading, native design with auto-filled form fields directly from. Create lead generation forms that actually convert Formaloo designed the \"Lead generation form\" template to help businesses capture potential customers'. If you have an existing website lead form, TikTok's Lead Generation solutions make it easy to direct potential leads to that page. Collect information about your leads and accept payments automatically with our fully-customizable lead generation forms. How to Create Effective Lead Generation Forms · 1. Determine which information is the most important. At the very least, each of your forms should require a. Lead gen forms are a feature designed to facilitate lead generation on LinkedIn Publishing. They are applicable only for the Lead Generation Objective on.\nLead Generation Forms: 50 Strategies, Ideas & Best Practices · Use CAPTCHA fields to block spammer robots · Checkboxes require less brainpower than open-ended. Capture leads instantly with free online lead generation forms. Sync responses to CRMs like HubSpot, Salesforce, or ActiveCampaign automatically. With the SurveyMonkey platform, your lead data is stored securely in your account and can be exported to your CRM platform for a seamless handover to sales. The. Lead Generation Form. Generate leads with a simple and beautiful, mobile friendly form. Combine your lead form with a quiz or show it before entering the game. A lead generation form is a web form which a business can use to capture emails and information about potential customers. Essentially, if someone fills in a. Lead Gen Forms offer a native signup flow to instantly acquire high-intent prospects. Connect with people when they're researching and evaluating solutions. If you want your lead generation form to generate leads, you must include a quality call to action. Your call to action should be direct and clearly tell the. Lead forms help you generate leads by letting people submit their information in a form directly in your ad. In this article, you'll learn about lead forms. Lead Generation Forms: 50 Strategies, Ideas & Best Practices · Use CAPTCHA fields to block spammer robots · Checkboxes require less brainpower than open-ended.\nProfessional-looking forms create trust and appeal when it comes to lead generation. You can create forms % matched to your brand's colors, fonts and overall. Easily Build Lead Forms in 3 Simple Steps. LeadGen App offers a wide range of form categories to help you capture up to 5X more leads from your web pages. Use forms to generate leads. By Microsoft. When a form is submitted, use the response to generate new leads. Automated. Contact 0. Try it now. Flow icon. Work. Lead Generation Form Template · Multiple-Device Support. To emphasize the surveys' portability, SurveySparrow adheres to a mobile-first flexibility. · Bundle of. Lead Generation Forms widget is a simple tool that endows clients to create, manage, and modify a broad range of Lead Generation Forms templates for HTML.", "id": "<urn:uuid:ab59357c-5a9c-4cd6-a654-9a3591f85781>", "dump": "CC-MAIN-2024-10", "url": "https://af-logo.online/destination-highlights/lead-generation-form.php", "date": "2024-02-25T08:45:42", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9085951447486877, "token_count": 864 } }
<urn:uuid:afaa7bb8-5f25-4a0d-a380-6119558ac1e5>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>North York Dryer Repair - North York Affordable Dryer Repair</title> <meta name="description" content="North York Affordable Appliance Repair offers a dryer Repair services for all brands, domestic and European. You can reach us at 647-478-9267" /> <link rel="canonical" href="https://affordableappliancerepairnorthyork.ca/dryer-repair/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="North York Dryer Repair - North York Affordable Dryer Repair" /> <meta property="og:description" content="North York Affordable Appliance Repair offers a dryer Repair services for all brands, domestic and European. You can reach us at 647-478-9267" /> <meta property="og:url" content="https://affordableappliancerepairnorthyork.ca/dryer-repair/" /> <meta property="og:site_name" content="Affordable Appliance Repair North York" /> <meta property="article:modified_time" content="2022-04-23T05:45:34+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="5 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://affordableappliancerepairnorthyork.ca/dryer-repair/","url":"https://affordableappliancerepairnorthyork.ca/dryer-repair/","name":"North York Dryer Repair - North York Affordable Dryer Repair","isPartOf":{"@id":"https://affordableappliancerepairnorthyork.ca/#website"},"datePublished":"2020-08-07T07:19:11+00:00","dateModified":"2022-04-23T05:45:34+00:00","description":"North York Affordable Appliance Repair offers a dryer Repair services for all brands, domestic and European. You can reach us at 647-478-9267","breadcrumb":{"@id":"https://affordableappliancerepairnorthyork.ca/dryer-repair/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://affordableappliancerepairnorthyork.ca/dryer-repair/"]}]},{"@type":"BreadcrumbList","@id":"https://affordableappliancerepairnorthyork.ca/dryer-repair/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://affordableappliancerepairnorthyork.ca/"},{"@type":"ListItem","position":2,"name":"DRYER REPAIR"}]},{"@type":"WebSite","@id":"https://affordableappliancerepairnorthyork.ca/#website","url":"https://affordableappliancerepairnorthyork.ca/","name":"Affordable Appliance Repair North York","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://affordableappliancerepairnorthyork.ca/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Affordable Appliance Repair North York &raquo; Feed" href="https://affordableappliancerepairnorthyork.ca/feed/" /> <link rel="alternate" type="application/rss+xml" title="Affordable Appliance Repair North York &raquo; Comments Feed" href="https://affordableappliancerepairnorthyork.ca/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/affordableappliancerepairnorthyork.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://affordableappliancerepairnorthyork.ca/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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: #CD2220;--wp--preset--color--secondary: #007AB7;--wp--preset--color--foreground-dark: #101010;--wp--preset--color--foreground: #303030;--wp--preset--color--foreground-light: #757575;--wp--preset--color--background-dark: #E1DFDF;--wp--preset--color--background-light: #F8F8F8;--wp--preset--color--background: #FFFFFF;--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: 16.6px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 26.45px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--huge: 30.4174px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-smooth-scroll-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/plugins/jquery-smooth-scroll/css/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='menu-image-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/plugins/menu-image/includes/css/menu-image.css?ver=3.11' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://affordableappliancerepairnorthyork.ca/wp-includes/css/dashicons.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='varia-print-style-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/themes/varia-wpcom/print.css?ver=1.5.1' type='text/css' media='print' /> <link rel='stylesheet' id='js_composer_front-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12' type='text/css' media='all' /> <link rel='stylesheet' id='morden-fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400i%2C700%2C700i&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='morden-style-css' href='https://affordableappliancerepairnorthyork.ca/wp-content/themes/morden-wpcom/style.css?ver=1.5.1' type='text/css' media='all' /> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://affordableappliancerepairnorthyork.ca/wp-json/" /><link rel="alternate" type="application/json" href="https://affordableappliancerepairnorthyork.ca/wp-json/wp/v2/pages/31" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://affordableappliancerepairnorthyork.ca/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://affordableappliancerepairnorthyork.ca/?p=31' /> <link rel="alternate" type="application/json+oembed" href="https://affordableappliancerepairnorthyork.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faffordableappliancerepairnorthyork.ca%2Fdryer-repair%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://affordableappliancerepairnorthyork.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faffordableappliancerepairnorthyork.ca%2Fdryer-repair%2F&#038;format=xml" /> <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/js_composer/assets/css/vc-ie8.min.css" media="screen"><![endif]--><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="page-template-default page page-id-31 wp-embed-responsive singular image-filters-enabled wpb-js-composer js-comp-ver-4.12 vc_responsive"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header"> <div class="site-header-wrap"> <p class="site-title"> <img src="/wp-content/uploads/2021/07/logo.png"></p> <nav id="site-navigation" class="main-navigation" aria-label="Main Navigation"> <input type="checkbox" role="button" aria-haspopup="true" id="toggle" class="hide-visually"> <label for="toggle" id="toggle-menu" class="button"> Menu <span class="dropdown-icon open">+</span> <span class="dropdown-icon close">&times;</span> <span class="hide-visually expanded-text">expanded</span> <span class="hide-visually collapsed-text">collapsed</span> </label> <div class="menu-mainmenu-container"><ul id="menu-mainmenu" class="main-menu" aria-label="submenu"><li id="menu-item-331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-331"><a href="https://affordableappliancerepairnorthyork.ca/">HOME</a></li> <li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15"><a href="https://affordableappliancerepairnorthyork.ca/about-us/">ABOUT US</a></li> <li id="menu-item-20" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-20"><a href="https://affordableappliancerepairnorthyork.ca/appliance-repair-services/" aria-haspopup="true" aria-expanded="false">SERVICES</a> <ul class="sub-menu"> <li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://affordableappliancerepairnorthyork.ca/dishwasher-repair/">DISHWASHER REPAIR</a></li> <li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="https://affordableappliancerepairnorthyork.ca/refrigerator-repair/">REFRIGERATOR REPAIR</a></li> <li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-31 current_page_item menu-item-53"><a href="https://affordableappliancerepairnorthyork.ca/dryer-repair/" aria-current="page">DRYER REPAIR</a></li> <li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54"><a href="https://affordableappliancerepairnorthyork.ca/oven-repair/">OVEN REPAIR</a></li> <li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55"><a href="https://affordableappliancerepairnorthyork.ca/stove-repair/">STOVE REPAIR</a></li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="https://affordableappliancerepairnorthyork.ca/washer-repair/">WASHING REPAIR</a></li> </ul> </li> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://affordableappliancerepairnorthyork.ca/testimonials/">TESTIMONIALS</a></li> <li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="https://affordableappliancerepairnorthyork.ca/blog/">BLOG</a></li> <li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://affordableappliancerepairnorthyork.ca/contact-us/">CONTACT US</a></li> </ul></div> </nav><!-- #site-navigation --> <nav class="social-navigation" aria-label="Social Links Menu"> <div class="menu-social-container"><ul id="menu-social" class="social-links-menu"><li id="menu-item-192" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-192"><a href="https://www.facebook.com/Affordable-Appliance-Repair-North-York-107111548654992"><span class="screen-reader-text">FaceBook</span><svg class="svg-icon" width="26" height="26" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M20.007,3H3.993C3.445,3,3,3.445,3,3.993v16.013C3,20.555,3.445,21,3.993,21h8.621v-6.971h-2.346v-2.717h2.346V9.31 c0-2.325,1.42-3.591,3.494-3.591c0.993,0,1.847,0.074,2.096,0.107v2.43l-1.438,0.001c-1.128,0-1.346,0.536-1.346,1.323v1.734h2.69 l-0.35,2.717h-2.34V21h4.587C20.555,21,21,20.555,21,20.007V3.993C21,3.445,20.555,3,20.007,3z"></path></svg></a></li> <li id="menu-item-193" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-193"><a href="https://twitter.com/ApplianceYork"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" width="26" height="26" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li id="menu-item-194" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-194"><a href="https://www.instagram.com/affordableappliancerepairss/"><span class="screen-reader-text">Instagram</span><svg class="svg-icon" width="26" height="26" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg></a></li> </ul></div> </nav><!-- .social-navigation --> </div> <p class="site-description" style="text-align: center; font-size: 32px; "> <a href="tel:+16474789267" style="color:white;"> <b>Call us 647-478-9267</b></a> </p> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-31" class="post-31 page type-page status-publish hentry entry"> <header class="entry-header"> <h1 class="entry-title">DRYER REPAIR</h1> </header> <div class="entry-content"> <div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h4 style="text-align: center;"><b>DAILY DRYER REPAIR PROFESSIONALS</b></h4> <p>&nbsp;</p> <p>Affordable Appliance Repair North York provides professional dryer repair services daily even on holidays, so when your dryer breaks down we will always be ready to help you. Our customer service representatives are standing by at all times to answer your call quickly and get you connected to one of our expert dryer repair technicians. Affordable Appliance Repair North York strives to give a trustworthy and honest appliance repair experience, our technicians give exact prices with no hidden fees and always complete the service in the most efficient and cost-effective manner. It is important to have a professional dryer repair technician that you can trust who is always available to help you, since you do not know when your appliance will stop working, and having no functioning dryer while waiting for an appointment can be very frustrating. Furthermore, we want to ensure your appliance exceeds its life span and does not need repeated repairs, so we provide all of our customers with upkeep and general maintenance tips. If you want to learn more about our professional dryer repair service in North York, then give us a call at any time and we will do our best to provide you with all the answers you need.<br /> <span class="Apple-converted-space"> </span></p> </div> </div> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img fetchpriority="high" decoding="async" width="1688" height="1125" src="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M.jpg" class="vc_single_image-img attachment-full" alt="" srcset="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M.jpg 1688w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-300x200.jpg 300w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-1024x682.jpg 1024w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-768x512.jpg 768w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-1536x1024.jpg 1536w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-1568x1045.jpg 1568w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-24x16.jpg 24w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-36x24.jpg 36w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Fotolia_57951745_Subscription_Monthly_M-48x32.jpg 48w" sizes="(max-width: 1688px) 100vw, 1688px" /></div> </figure> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h4 style="text-align: center;"><b>EXPERIENCED DRYER REPAIR TECHNICIANS</b></h4> <p>&nbsp;</p> <p>It is important when choosing an appliance repair company, that you find one with experienced dryer technicians so they can diagnose and repair your dryer quickly and without wasting time and money on testing different parts. All of Affordable Appliance Repair North York’s technicians have extensive experience in residential appliance repair and even specialize in dryer repairs. So you can be assured that when you call us for appliance repair you will receive the best service which is also available every day. Your dryer is expensive and important to your weekly routine, can you imagine having to hang all of your laundry to dry for weeks waiting for an appointment with a repair technician, only to find out that they then have to order parts for it as well? We do not think this is fair to our customers, which is why we are accessible 7 days a week and even offer same day services so you can get back to a normal routine as soon as possible. If you would like to learn more about all of the services we offer and how to get in contact with one of our experienced dryer repair technicians then call our customer service representatives today.<span class="Apple-converted-space"> </span></p> </div> </div> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img decoding="async" width="912" height="609" src="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1.jpg" class="vc_single_image-img attachment-full" alt="" srcset="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1.jpg 912w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1-300x200.jpg 300w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1-768x513.jpg 768w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1-24x16.jpg 24w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1-36x24.jpg 36w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/appliance-1-48x32.jpg 48w" sizes="(max-width: 912px) 100vw, 912px" /></div> </figure> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h4 style="text-align: center;"><b>REASONABLY PRICED DRYER REPAIR SERVICE</b></h4> <p>&nbsp;</p> <p>When your dryer or any other major appliance in your home ceases to work properly, it can leave you in a serious predicament and facing unforeseen costs that you may not have a budget for. At Affordable Appliance Repair North York, we understand that usually appliance breakdowns are often a surprise, which is why we do our best to provide reasonable pricing and honest repairs. Where some appliance repair companies may see an opportunity to take advantage of customers, we see an opportunity to help our customers get back to normal without spending too much. Affordable Appliance Repair North York is able to offer competitive pricing on quality parts thanks to our long standing business with our suppliers, which helps offer cheaper prices on long lasting parts. Not only do we have affordable parts costs, our labour is often less than the competition thanks to our experienced appliance repair technicians being able to quickly diagnose your dryer and offer the most efficient method of repairs. If you want to get your residential appliance repaired quickly and at a reasonable price, then call Affordable Appliance Repair North York today.</p> </div> </div> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img decoding="async" width="954" height="710" src="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21.png" class="vc_single_image-img attachment-full" alt="" srcset="https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21.png 954w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21-300x223.png 300w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21-768x572.png 768w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21-24x18.png 24w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21-36x27.png 36w, https://affordableappliancerepairnorthyork.ca/wp-content/uploads/2021/08/Screenshot-at-Aug-03-13-57-21-48x36.png 48w" sizes="(max-width: 954px) 100vw, 954px" /></div> </figure> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h4 style="text-align: center;"><b>LOCAL DRYER REPAIR SPECIALISTS</b></h4> <p>&nbsp;</p> <p>Our team of customer service representatives and repair technicians are mostly local residents of North York, so they are very familiar with the area which helps improve response times for our service calls. It is important to us to continue to improve and grow our business inside of North York and surrounding cities, which is why we always ensure our customers receive the best appliance repair service possible. Our team is always looking for new and innovative ways to improve our customer service experience and efficient dryer repairs. Our goal has always been to provide the city of North York with honest, trustworthy and affordable appliance repair service, so we ensure that our team’s work ethic and goals align with that. That is why it is so important to us to provide local technicians who are skilled and experienced so all of our customers can feel comfortable and trust that their technician has the best interests of the customer. If you are looking for a reliable appliance repair service in the North York area, then give us a call today and see how we can live up to our name as an affordable appliance repair service in North York.</p> </div> </div> </div></div></div></div> </div><!-- .entry-content --> </article><!-- #post-31 --> </main><!-- #main --> </section><!-- #primary --> </div><!-- #content --> <footer id="colophon" style="background-color: #303030;"> <div class="site-info" style="color:white; text-align:center; font-size: 20px;"> <a class="site-name" href="https://affordableappliancerepairnorthyork.ca/" rel="home">Affordable Appliance Repair North York</a><br><span class="comma" style=""><a href="tel:+16474789267"> Call us 647-478-9267</a></span> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <a id="scroll-to-top" href="#" title="Scroll to Top">Top</a> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/affordableappliancerepairnorthyork.ca\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/jquery-smooth-scroll/js/script.min.js?ver=6.4.3" id="jquery-smooth-scroll-js"></script> <script type="text/javascript" src="https://affordableappliancerepairnorthyork.ca/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=4.12" id="wpb_composer_front_js-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "DAILY DRYER REPAIR PROFESSIONALS\nAffordable Appliance Repair North York provides professional dryer repair services daily even on holidays, so when your dryer breaks down we will always be ready to help you. Our customer service representatives are standing by at all times to answer your call quickly and get you connected to one of our expert dryer repair technicians. Affordable Appliance Repair North York strives to give a trustworthy and honest appliance repair experience, our technicians give exact prices with no hidden fees and always complete the service in the most efficient and cost-effective manner. It is important to have a professional dryer repair technician that you can trust who is always available to help you, since you do not know when your appliance will stop working, and having no functioning dryer while waiting for an appointment can be very frustrating. Furthermore, we want to ensure your appliance exceeds its life span and does not need repeated repairs, so we provide all of our customers with upkeep and general maintenance tips. If you want to learn more about our professional dryer repair service in North York, then give us a call at any time and we will do our best to provide you with all the answers you need.\nEXPERIENCED DRYER REPAIR TECHNICIANS\nIt is important when choosing an appliance repair company, that you find one with experienced dryer technicians so they can diagnose and repair your dryer quickly and without wasting time and money on testing different parts. All of Affordable Appliance Repair North York’s technicians have extensive experience in residential appliance repair and even specialize in dryer repairs. So you can be assured that when you call us for appliance repair you will receive the best service which is also available every day. Your dryer is expensive and important to your weekly routine, can you imagine having to hang all of your laundry to dry for weeks waiting for an appointment with a repair technician, only to find out that they then have to order parts for it as well? We do not think this is fair to our customers, which is why we are accessible 7 days a week and even offer same day services so you can get back to a normal routine as soon as possible. If you would like to learn more about all of the services we offer and how to get in contact with one of our experienced dryer repair technicians then call our customer service representatives today.\nREASONABLY PRICED DRYER REPAIR SERVICE\nWhen your dryer or any other major appliance in your home ceases to work properly, it can leave you in a serious predicament and facing unforeseen costs that you may not have a budget for. At Affordable Appliance Repair North York, we understand that usually appliance breakdowns are often a surprise, which is why we do our best to provide reasonable pricing and honest repairs. Where some appliance repair companies may see an opportunity to take advantage of customers, we see an opportunity to help our customers get back to normal without spending too much. Affordable Appliance Repair North York is able to offer competitive pricing on quality parts thanks to our long standing business with our suppliers, which helps offer cheaper prices on long lasting parts. Not only do we have affordable parts costs, our labour is often less than the competition thanks to our experienced appliance repair technicians being able to quickly diagnose your dryer and offer the most efficient method of repairs. If you want to get your residential appliance repaired quickly and at a reasonable price, then call Affordable Appliance Repair North York today.\nLOCAL DRYER REPAIR SPECIALISTS\nOur team of customer service representatives and repair technicians are mostly local residents of North York, so they are very familiar with the area which helps improve response times for our service calls. It is important to us to continue to improve and grow our business inside of North York and surrounding cities, which is why we always ensure our customers receive the best appliance repair service possible. Our team is always looking for new and innovative ways to improve our customer service experience and efficient dryer repairs. Our goal has always been to provide the city of North York with honest, trustworthy and affordable appliance repair service, so we ensure that our team’s work ethic and goals align with that. That is why it is so important to us to provide local technicians who are skilled and experienced so all of our customers can feel comfortable and trust that their technician has the best interests of the customer. If you are looking for a reliable appliance repair service in the North York area, then give us a call today and see how we can live up to our name as an affordable appliance repair service in North York.", "id": "<urn:uuid:afaa7bb8-5f25-4a0d-a380-6119558ac1e5>", "dump": "CC-MAIN-2024-10", "url": "https://affordableappliancerepairnorthyork.ca/dryer-repair/", "date": "2024-02-25T07:50:34", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9525843262672424, "token_count": 932 } }
<urn:uuid:8a074e16-e914-445f-83d9-97d80b415234>
<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide</title> <meta name="description" content="You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You"/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide" /> <meta property="og:description" content="You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You" /> <meta property="og:url" content="https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/" /> <meta property="og:site_name" content="Discount Dental Implants Nationwide" /> <meta property="article:published_time" content="2017-06-30T01:15:02+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide" /> <meta name="twitter:description" content="You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="5 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://affordabledentalimplantsx.com/#organization","name":"Discount Dental Implants Nationwide","url":"https://affordabledentalimplantsx.com","logo":{"@type":"ImageObject","@id":"https://affordabledentalimplantsx.com/#logo","url":"https://affordabledentalimplantsx.com/wp-content/uploads/2019/05/discount-dental-implants.png","contentUrl":"https://affordabledentalimplantsx.com/wp-content/uploads/2019/05/discount-dental-implants.png","caption":"Discount Dental Implants Nationwide","inLanguage":"en-US","width":"461","height":"94"}},{"@type":"WebSite","@id":"https://affordabledentalimplantsx.com/#website","url":"https://affordabledentalimplantsx.com","name":"Discount Dental Implants Nationwide","publisher":{"@id":"https://affordabledentalimplantsx.com/#organization"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://affordabledentalimplantsx.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/","name":"Affordable Dental Implants in Three Rivers, Texas"}}]},{"@type":"WebPage","@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#webpage","url":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/","name":"Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide","datePublished":"2017-06-30T01:15:02+00:00","dateModified":"2017-06-30T01:15:02+00:00","isPartOf":{"@id":"https://affordabledentalimplantsx.com/#website"},"inLanguage":"en-US","breadcrumb":{"@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#breadcrumb"}},{"@type":"Person","@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#author","name":"dentist","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/aecb8ba73957375c07ff1495f751685b?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/aecb8ba73957375c07ff1495f751685b?s=96&amp;d=mm&amp;r=g","caption":"dentist","inLanguage":"en-US"},"worksFor":{"@id":"https://affordabledentalimplantsx.com/#organization"}},{"@type":"Article","headline":"Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide","datePublished":"2017-06-30T01:15:02+00:00","dateModified":"2017-06-30T01:15:02+00:00","author":{"@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#author","name":"dentist"},"publisher":{"@id":"https://affordabledentalimplantsx.com/#organization"},"description":"You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You","name":"Affordable Dental Implants in Three Rivers, Texas | Discount Dental Implants Nationwide","@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#richSnippet","isPartOf":{"@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Discount Dental Implants Nationwide &raquo; Feed" href="https://affordabledentalimplantsx.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Discount Dental Implants Nationwide &raquo; Comments Feed" href="https://affordabledentalimplantsx.com/comments/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/affordabledentalimplantsx.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.9"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='astra-theme-css-css' href='https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/css/minified/style.min.css?ver=4.1.6' media='all' /> <style id='astra-theme-css-inline-css'> .ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-no-sidebar .entry-content .alignwide {margin-left: calc(-41vw + 50%);margin-right: calc(-41vw + 50%);max-width: unset;width: unset;}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{width: 100%;margin-left: auto;margin-right: auto;}.wp-block-gallery,.blocks-gallery-grid {margin: 0;}.wp-block-separator {max-width: 100px;}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {max-width: none;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 10px;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 10px;}@media (max-width: 782px) {.entry-content .wp-block-columns .wp-block-column {flex-basis: 100%;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 0;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 0;}}body .entry-content .wp-block-latest-posts {margin-left: 0;}body .entry-content .wp-block-latest-posts li {list-style: none;}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {margin-left: 0;}.ast-header-break-point .entry-content .alignwide {margin-left: auto;margin-right: auto;}.entry-content .blocks-gallery-item img {margin-bottom: auto;}.wp-block-pullquote {border-top: 4px solid #555d66;border-bottom: 4px solid #555d66;color: #40464d;}:root{--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;}html{font-size:93.75%;}a,.page-title{color:var(--ast-global-color-0);}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;line-height:1.6em;}blockquote{color:var(--ast-global-color-3);}.site-title{font-size:35px;font-size:2.3333333333333rem;display:none;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;line-height:1.4em;}h2,.entry-content h2{font-size:30px;font-size:2rem;line-height:1.25em;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;line-height:1.2em;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;line-height:1.2em;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;line-height:1.2em;}h6,.entry-content h6{font-size:15px;font-size:1rem;line-height:1.25em;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:var(--ast-global-color-0);}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:var(--ast-global-color-0);}.entry-meta,.entry-meta *{line-height:1.45;color:var(--ast-global-color-0);}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:var(--ast-global-color-0);}.secondary .calendar_wrap #today,.ast-progress-val span{background:var(--ast-global-color-0);}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:var(--ast-global-color-0);border-color:var(--ast-global-color-0);}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:var(--ast-global-color-0);}.widget-title{font-size:21px;font-size:1.4rem;color:var(--ast-global-color-3);}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem;}a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible{outline-style:dotted;outline-color:inherit;outline-width:thin;border-color:transparent;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus{border-style:dotted;border-color:inherit;border-width:thin;outline-color:transparent;}.main-header-menu .menu-link,.ast-header-custom-item a{color:var(--ast-global-color-3);}.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus > .menu-link,.main-header-menu .menu-item.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle{color:var(--ast-global-color-0);}.header-main-layout-3 .ast-main-header-bar-alignment{margin-right:auto;}.header-main-layout-2 .site-header-section-left .ast-site-identity{text-align:left;}.site-logo-img img{ transition:all 0.2s linear;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:var(--ast-global-color-0);}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid var(--ast-global-color-0);color:var(--ast-global-color-0);}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:var(--ast-global-color-0);}#secondary {margin: 4em 0 2.5em;word-break: break-word;line-height: 2;}#secondary li {margin-bottom: 0.25em;}#secondary li:last-child {margin-bottom: 0;}@media (max-width: 768px) {.js_active .ast-plain-container.ast-single-post #secondary {margin-top: 1.5em;}}.ast-separate-container.ast-two-container #secondary .widget {background-color: #fff;padding: 2em;margin-bottom: 2em;}@media (min-width: 993px) {.ast-left-sidebar #secondary {padding-right: 60px;}.ast-right-sidebar #secondary {padding-left: 60px;}}@media (max-width: 993px) {.ast-right-sidebar #secondary {padding-left: 30px;}.ast-left-sidebar #secondary {padding-right: 30px;}}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-width:5px;border-top-color:#047cc6;}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}.wp-block-table.aligncenter{margin-left:auto;margin-right:auto;}@media (max-width:768px){.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (max-width:768px){#secondary.secondary{padding-top:0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary,.ast-page-builder-template #secondary{margin-top:1.5em;}}@media (max-width:768px){.ast-right-sidebar #primary{padding-right:0;}.ast-page-builder-template.ast-left-sidebar #secondary,.ast-page-builder-template.ast-right-sidebar #secondary{padding-right:20px;padding-left:20px;}.ast-right-sidebar #secondary,.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}}@media (min-width:769px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:769px){.ast-right-sidebar #primary{border-right:1px solid var(--ast-border-color);}.ast-left-sidebar #primary{border-left:1px solid var(--ast-border-color);}.ast-right-sidebar #secondary{border-left:1px solid var(--ast-border-color);margin-left:-1px;}.ast-left-sidebar #secondary{border-right:1px solid var(--ast-border-color);margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{color:#ffffff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}@media (max-width:768px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}.site-branding img,.site-header .site-logo-img .custom-logo-link img{max-width:100%;}}.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -6.67em;margin-right: -6.67em;width: auto;}@media (max-width: 1200px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.4em;margin-right: -2.4em;}}@media (max-width: 768px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.14em;margin-right: -2.14em;}}@media (max-width: 544px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -1em;margin-right: -1em;}}.ast-no-sidebar.ast-separate-container .entry-content .alignwide {margin-left: -20px;margin-right: -20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}@media (max-width:768px){.site-title{display:none;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:544px){.site-title{display:none;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:768px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:769px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:921px) {.main-header-bar .main-header-bar-navigation{display:none;}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:var(--ast-global-color-0);}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-top-width:2px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-2px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:0px;border-style:solid;border-color:#eaeaea;}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a;}.ast-small-footer-wrap{text-align:center;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {display: none;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {padding: 0;display: block;overflow: hidden;}.ast-header-break-point .ast-header-custom-item .widget:last-child {margin-bottom: 1em;}.ast-header-custom-item .widget {margin: 0.5em;display: inline-block;vertical-align: middle;}.ast-header-custom-item .widget p {margin-bottom: 0;}.ast-header-custom-item .widget li {width: auto;}.ast-header-custom-item-inside .button-custom-menu-item .menu-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {display: block;}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {margin-right: 1em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {width: 100%;padding-right: 5.5em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {padding-left: 20px;padding-right: 20px;margin-bottom: 1em;margin-top: 1em;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {padding-left: 0;padding-right: 0;margin-top: 0;margin-bottom: 0;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}blockquote {padding: 1.2em;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#E5E5E5;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}:root {--ast-border-color : #dddddd;}.ast-single-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-single-entry-banner[data-banner-layout="layout-1"] {max-width: 1200px;background: inherit;padding: 20px 0;}.ast-single-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-single-entry-banner + .site-content .entry-header {margin-bottom: 0;}header.entry-header:not(.related-entry-header) > *:not(:last-child){margin-bottom:10px;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.6666666666667rem;text-transform:capitalize;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:768px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:var(--ast-global-color-2);}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:769px){.main-header-bar{border-bottom-width:1px;}}@media (min-width:769px){#primary{width:70%;}#secondary{width:30%;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset;}.header-main-layout-1 .ast-flex.main-header-container, .header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0, -2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0, -50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:3;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .menu-item-has-children .ast-header-navigation-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after{margin-left:0;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:768px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title, .ast-narrow-container .site-content{background-color:var(--ast-global-color-5);;}@media (max-width:768px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title, .ast-narrow-container .site-content{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title, .ast-narrow-container .site-content{background-color:var(--ast-global-color-5);;}} </style> <link rel='stylesheet' id='wp-block-library-css' href='https://affordabledentalimplantsx.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.9' media='all' /> <style id='global-styles-inline-css'> body{--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}body { margin: 0; }body{--wp--style--block-gap: 24px;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-top: 0; margin-bottom: 0; }.wp-site-blocks > * + * { margin-top: var( --wp--style--block-gap ); }a{text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;} </style> <link rel='stylesheet' id='collapseomatic-css-css' href='https://affordabledentalimplantsx.com/wp-content/plugins/jquery-collapse-o-matic/light_style.css?ver=1.6' media='all' /> <link rel='stylesheet' id='toc-screen-css' href='https://affordabledentalimplantsx.com/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=2302' media='all' /> <link rel='stylesheet' id='wpnextpreviouslink-public-css' href='https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/css/wpnextpreviouslink-public.css?ver=2.7.0' media='all' /> <!--[if IE]> <script src='https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.1.6' id='astra-flexibility-js'></script> <script id='astra-flexibility-js-after'> flexibility(document.documentElement); </script> <![endif]--> <script src='https://affordabledentalimplantsx.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script src='https://affordabledentalimplantsx.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://affordabledentalimplantsx.com/wp-json/" /><link rel="alternate" type="application/json" href="https://affordabledentalimplantsx.com/wp-json/wp/v2/pages/4095" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://affordabledentalimplantsx.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://affordabledentalimplantsx.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.9.9" /> <link rel='shortlink' href='https://affordabledentalimplantsx.com/?p=4095' /> <link rel="alternate" type="application/json+oembed" href="https://affordabledentalimplantsx.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faffordabledentalimplantsx.com%2Fcost-dental-implants-three-rivers-tx%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://affordabledentalimplantsx.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faffordabledentalimplantsx.com%2Fcost-dental-implants-three-rivers-tx%2F&#038;format=xml" /> </head> <body data-rsssl=1 itemtype='https://schema.org/WebPage' itemscope='itemscope' class="page-template-default page page-id-4095 wp-custom-logo ast-desktop ast-separate-container ast-right-sidebar astra-4.1.6 ast-header-custom-item-inside group-blog ast-single-post ast-inherit-site-logo-transparent ast-normal-title-enabled"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <a class="skip-link screen-reader-text" href="#content" role="link" title="Skip to content"> Skip to content</a> <div class="hfeed site" id="page"> <header class="site-header header-main-layout-1 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead" > <div class="main-header-bar-wrap"> <div class="main-header-bar"> <div class="ast-container"> <div class="ast-flex main-header-container"> <div class="site-branding"> <div class="ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope" > <span class="site-logo-img"><a href="https://affordabledentalimplantsx.com/" class="custom-logo-link" rel="home"><img width="461" height="94" src="https://affordabledentalimplantsx.com/wp-content/uploads/2019/05/discount-dental-implants.png" class="custom-logo" alt="Discount Dental Implants Nationwide" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2019/05/discount-dental-implants.png 461w, https://affordabledentalimplantsx.com/wp-content/uploads/2019/05/discount-dental-implants-300x61.png 300w" sizes="(max-width: 461px) 100vw, 461px" /></a></span> </div> </div> <!-- .site-branding --> <div class="ast-mobile-menu-buttons"> <div class="ast-button-wrap"> <button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-buttons-minimal " aria-controls='primary-menu' aria-expanded='false'> <span class="screen-reader-text">Main Menu</span> <span class="ast-icon icon-menu-bars"><span class="menu-toggle-icon"></span></span> </button> </div> </div> <div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility" id="primary-site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="primary-menu" class="main-header-menu ast-menu-shadow ast-nav-menu ast-flex ast-justify-content-flex-end submenu-with-border"><li id="menu-item-4331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4331"><a href="https://affordabledentalimplantsx.com/locations/" class="menu-link">Locations</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-4867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4867"><a href="https://affordabledentalimplantsx.com/california/" class="menu-link">Dental Implants California</a></li> <li id="menu-item-4868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4868"><a href="https://affordabledentalimplantsx.com/texas/" class="menu-link">Dental Implants Texas</a></li> </ul> </li> <li id="menu-item-4692" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4692"><a href="https://affordabledentalimplantsx.com/types/" class="menu-link">Types</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-4721" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4721"><a href="https://affordabledentalimplantsx.com/all-on-4/" class="menu-link">All-On-4 Dental Implants</a></li> <li id="menu-item-4722" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4722"><a href="https://affordabledentalimplantsx.com/teeth-in-a-day/" class="menu-link">Teeth In A Day</a></li> <li id="menu-item-4723" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4723"><a href="https://affordabledentalimplantsx.com/mini-dental-implants/" class="menu-link">Mini Dental Implants</a></li> <li id="menu-item-4869" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4869"><a href="https://affordabledentalimplantsx.com/lanap-gum-surgery-laser-treatment/" class="menu-link">LANAP® Gum Surgery Laser Treatment</a></li> </ul> </li> <li id="menu-item-4704" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4704"><a href="https://affordabledentalimplantsx.com/glossary/" class="menu-link">FAQ</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-4693" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4693"><a href="https://affordabledentalimplantsx.com/procedure/" class="menu-link">Procedures</a></li> <li id="menu-item-4703" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4703"><a href="https://affordabledentalimplantsx.com/specialists/" class="menu-link">Specialists</a></li> <li id="menu-item-4877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4877"><a href="https://affordabledentalimplantsx.com/periodontal-disease/" class="menu-link">Periodontal Disease</a></li> <li id="menu-item-4870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4870"><a href="https://affordabledentalimplantsx.com/manufacturers/" class="menu-link">Dental Implant Manufacturers</a></li> </ul> </li> <li id="menu-item-4878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4878"><a href="https://affordabledentalimplantsx.com/about-us/" class="menu-link">About Us</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button> <ul class="sub-menu"> <li id="menu-item-4334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4334"><a href="https://affordabledentalimplantsx.com/sitemap/" class="menu-link">Sitemap</a></li> <li id="menu-item-4879" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4879"><a href="https://affordabledentalimplantsx.com/advertising/" class="menu-link">Advertising</a></li> </ul> </li> </ul></div></nav></div></div> </div><!-- Main Header Container --> </div><!-- ast-row --> </div> <!-- Main Header Bar --> </div> <!-- Main Header Bar Wrap --> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="ast-container"> <div id="primary" class="content-area primary"> <main id="main" class="site-main"> <article class="post-4095 page type-page status-publish ast-article-single" id="post-4095" itemtype="https://schema.org/CreativeWork" itemscope="itemscope"> <header class="entry-header ast-no-thumbnail"> <h1 class="entry-title" itemprop="headline">Affordable Dental Implants in Three Rivers, Texas</h1> </header> <!-- .entry-header --> <div class="entry-content clear" itemprop="text"> <div id="toc_container" class="toc_wrap_right no_bullets"><p class="toc_title">Contents</p><ul class="toc_list"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul></div> <p>You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You were given nana sandals as well as a crocheted blanket for Christmas, the recommendation being that it was time to huddle on the couch with your pet cat and a glass of cozy milk.</p> <h3><span id="locating-affordable-dental-implants-in-three-rivers-texas8211-why-so-pricey">Locating Affordable Dental Implants in Three Rivers, Texas&#8211; Why So Pricey?</span></h3> <div style="float: left; padding: 10px;"><div style="width:250px;height:250px;margin-left: 10px; margin-right: 10px;"><iframe width="250" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Three+Rivers+TX&ie=UTF8&z=12&t=m&iwloc=near&output=embed"></iframe><br></div></div> <p>Shedding your teeth has begun to make you look old. You rarely talk with any individual any longer anyway, so why not settle in for a very early snooze? Rubbish! When <strong>affordable dental implants</strong> are just a phone call away, you do not have to clear up.</p> <h3><span id="affordablenbsp-three-rivers-dental-implants-8211-always-well-worth-the-effort">Affordable&nbsp; Three Rivers Dental Implants &#8211; Always Well Worth the Effort</span></h3> <p>Possibly member of the family will be a lot more straight as well as skillful about it, yet someone should inform you that affordable <em>dental implants</em> can be life-changing. Locating affordable dental implants begins with an internet search and the determination to take a trip a little bit. Chances are you will certainly have to go to a significant city to discover a dental practitioner who makes it his organisation to supply budget friendly dental solutions to individuals who need them. It may look like false economic situation if you have to spend for train tickets or gas, but simply note the distinction in expense and also it quickly comes to be clear: taking a trip is well worth the initiative to have your smile once again.</p> <h3><span id="7-reasons-why-you-will-love-yournbsp-newnbsp-three-rivers-dental-implants-forever">7 Reasons Why you Will Love your&nbsp; New&nbsp; Three Rivers Dental Implants Forever</span></h3> <ol> <li>Dental Implants really feel as well as look like your very own teeth. They are permanent as well as will certainly look fantastic</li> <li>Boosted speech, since the dental implants are merged with the bone, as well as will not removal or slip</li> <li>Sliding dentures could make chewing hard. Dental Implants will remain solidly in location, enabling you to consume with confidence as well as without discomfort</li> <li>Since dental implants look excellent, you could smile once again as well as your self-worth and also positive self-image will boost</li> <li>Dental implants boost dental health, contrasted to various other services in Georgia. Nearby teeth do not should be modified</li> <li>A lot of implants could last a lifetime, with excellent treatment</li> <li>Dental implants are like actual teeth, you do not need to take them out. Dental are extra practical</li> </ol> <h3><span id="dental-consultation-implant-surgery">Dental Consultation &amp; Implant Surgery</span></h3> <p>The reason dental implants are so expensive is that great deals of people get involved in making them, placing them as well as finishing them. Include this to the expense of products plus the dental expert&#8217;s helicopter fees, as well as soon you will have to offer your vehicle to be able to consume steak again.</p> <h3><span id="how-do-i-get-dental-implants-in-three-rivers-tx">How Do I Get Dental Implants in Three Rivers TX?</span></h3> <p>Dental professionals can reduce expenses by doing just what every customer does to save money: acquiring wholesale. Since there is no such point as an inadequate dental practitioner, it is clear that these procedures occur frequently enough for a specialist to purchase products beforehand. Additionally, if he is trained, he could do even more of the work himself instead of sending you to a different person to take on each portion of the process. All this can conserve you money, after you request for a strong sedative to obtain you with the process.</p> <h3><span id="dental-implant-issues">Dental Implant Issues</span></h3> <p>A lot of these oral techniques promote services online. Web advertising and marketing assists to keep costs down as well as get to even more people, while broadening their client base at the same time. Even more consumers and reduced media expenses include up to savings we could pass on to clients. Ensure to ask for a cost evaluation for the dental implants when you see among our dental experts.</p> <h3><span id="discovering-affordable-dental-implants-in-three-rivers-tx">Discovering Affordable Dental Implants in Three Rivers TX</span></h3> <p>Think about capitalizing on these solutions before anyone has to motivate you. Surprise them with a brand-new smile. The advantages start with self-confidence, which is vital to living a full life. Not everybody that sheds teeth will certainly be senior. Several youths deal with oral conditions or injuries which bring about tooth loss. When you can not grin or speak openly, this cuts you off from individuals and obstructs your possibilities of success, especially if you wish to operate in a client service capability.</p> <p>Worse still, your jaw requires teeth in it to stay healthy and balanced. Without anything to support, your jaw begins to squander away like a muscular tissue that never ever gets made use of. Your mouth will alter shape to ensure that, also if you intend to get dentures eventually, they will certainly not fit. Act quickly to stop this from happening as well as give us a telephone call today.</p> <p>The benefit of selecting affordable dental implants over dentures is that they will help you to maintain bone mass, whereas dentures do not. You have equally as good a possibility of shedding bone if you wear dentures as you do without teeth.</p> <p>Also dentures can be put in your mouth semi-permanently. Your dental expert will certainly fix them to a number of blog posts so that you take hip hop lessons without losing them. While the shouting of your other professional dancers or the audience as they go flying could be amazing, the policy of &#8216;finders keepers&#8217; might spell your downfall for discovering affordable dental implants.</p> <h3><span id="three-rivers-dental-implant-cost">Three Rivers Dental Implant Cost</span></h3> <p>Pay little focus on the expense of your close friend&#8217;s procedure. Her mouth is various from yours, so the services you require will not cost the same amount. It can take longer for your treatment to be finished. More materials might be required. Bone grafting may be necessary before any type of additional job could be done. Attempt not to be demandinged.</p> <p>When picking affordable dental implants, simply learn what type of anesthetic solutions are provided at the very same time. This must put you at your ease. You might be asleep during. This is particularly convenient if your major worry about mosting likely to the dentist is that you are just scared. A phobia of dental professionals prevails, however is occasionally preventable. Do not watch &#8216;Little Shop of Horrors&#8217; or &#8216;Marathon Guy,&#8217; and also you might be just fine.</p> <h3><span id="dental-implant-discounts-fornbsp-three-rivers-texas">Dental Implant Discounts for&nbsp; Three Rivers, Texas</span></h3> <p>You do not have to work out when affordable dental implants are simply a phone call away.<br /> Maybe household members will be extra direct as well as skillful regarding it, but a person requires to tell you that affordable dental implants can be life-changing. Locating affordable dental implants starts with a web search as well as the willingness to take a trip a bit. While the screaming of your fellow dancers or the audience as they go flying can be interesting, the policy of &#8216;finders caretakers&#8217; can spell your downfall for locating affordable dental implants.<br /> When choosing affordable dental implants, just locate out exactly what kind of anesthetic solutions are supplied at the exact same time.</p> </div><!-- .entry-content .clear --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> <div class="widget-area secondary" id="secondary" itemtype="https://schema.org/WPSideBar" itemscope="itemscope"> <div class="sidebar-main" > <aside id="wpforms-widget-2" class="widget wpforms-widget"><h2 class="widget-title">Request a Quote</h2><div class="wpforms-container wpforms-container-full" id="wpforms-4343"><form id="wpforms-form-4343" class="wpforms-validate wpforms-form" data-formid="4343" method="post" enctype="multipart/form-data" action="/cost-dental-implants-three-rivers-tx/"><div class="wpforms-field-container"><div id="wpforms-4343-field_0-container" class="wpforms-field wpforms-field-name" data-field-id="0"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-4343-field_0">Name <span class="wpforms-required-label">*</span></label><input type="text" id="wpforms-4343-field_0" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][0]" placeholder="Name" required></div><div id="wpforms-4343-field_2-container" class="wpforms-field wpforms-field-email" data-field-id="2"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-4343-field_2">Email <span class="wpforms-required-label">*</span></label><input type="email" id="wpforms-4343-field_2" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][2]" placeholder="Email" required></div><div id="wpforms-4343-field_5-container" class="wpforms-field wpforms-field-text" data-field-id="5"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-4343-field_5">City/State <span class="wpforms-required-label">*</span></label><input type="text" id="wpforms-4343-field_5" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][5]" placeholder="City/State" required></div><div id="wpforms-4343-field_3-container" class="wpforms-field wpforms-field-phone" data-field-id="3"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-4343-field_3">Phone <span class="wpforms-required-label">*</span></label><input type="tel" id="wpforms-4343-field_3" class="wpforms-field-large wpforms-field-required wpforms-masked-input" data-inputmask="&#039;mask&#039;: &#039;(999) 999-9999&#039;" name="wpforms[fields][3]" placeholder="Phone" required></div><div id="wpforms-4343-field_4-container" class="wpforms-field wpforms-field-textarea" data-field-id="4"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-4343-field_4">Request <span class="wpforms-required-label">*</span></label><textarea id="wpforms-4343-field_4" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][4]" placeholder="Request" required></textarea></div></div><div class="wpforms-field wpforms-field-hp"><label for="wpforms-4343-field-hp" class="wpforms-field-label">Phone</label><input type="text" name="wpforms[hp]" id="wpforms-4343-field-hp" class="wpforms-field-medium"></div><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="4343"><input type="hidden" name="wpforms[author]" value="1"><input type="hidden" name="wpforms[post_id]" value="4095"><button type="submit" name="wpforms[submit]" class="wpforms-submit " id="wpforms-submit-4343" value="wpforms-submit" aria-live="assertive" data-alt-text="Sending..." data-submit-text="Submit">Submit</button></div></form></div> <!-- .wpforms-container --></aside> <aside id="recent-posts-2" class="widget widget_recent_entries"> <h2 class="widget-title">Recent Posts</h2><nav aria-label="Recent Posts"> <ul> <li> <a href="https://affordabledentalimplantsx.com/free-dental-clinics/">Free and Low Cost Dental Clinics</a> </li> <li> <a href="https://affordabledentalimplantsx.com/what-is-the-future-of-dental-implants/">What is the Future of Dental Implants?</a> </li> <li> <a href="https://affordabledentalimplantsx.com/dental-implants-or-partial-dentures/">Should You Get Dental Implants or Partial Dentures?</a> </li> <li> <a href="https://affordabledentalimplantsx.com/all-on-four-dental-implants/">All-On-Four Procedure Make Dental Implants More Common</a> </li> <li> <a href="https://affordabledentalimplantsx.com/implant-supported-dentures/">Implant Supported Dentures – Dentures or Implants?</a> </li> </ul> </nav></aside><aside id="media_gallery-2" class="widget widget_media_gallery"><h2 class="widget-title">Before &#038; After Implants</h2><div id='gallery-1' class='gallery galleryid-4095 gallery-columns-1 gallery-size-medium'><figure class='gallery-item'> <div class='gallery-icon landscape'> <img width="300" height="129" src="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-1-300x129.jpg" class="attachment-medium size-medium" alt="" loading="lazy" aria-describedby="gallery-1-4302" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-1-300x129.jpg 300w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-1-768x329.jpg 768w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-1.jpg 912w" sizes="(max-width: 300px) 100vw, 300px" /> </div> <figcaption class='wp-caption-text gallery-caption' id='gallery-1-4302'> before </figcaption></figure><figure class='gallery-item'> <div class='gallery-icon landscape'> <img width="300" height="134" src="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-1-300x134.jpg" class="attachment-medium size-medium" alt="" loading="lazy" aria-describedby="gallery-1-4301" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-1-300x134.jpg 300w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-1-768x344.jpg 768w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-1.jpg 810w" sizes="(max-width: 300px) 100vw, 300px" /> </div> <figcaption class='wp-caption-text gallery-caption' id='gallery-1-4301'> after </figcaption></figure><figure class='gallery-item'> <div class='gallery-icon landscape'> <img width="300" height="119" src="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-2-300x119.jpg" class="attachment-medium size-medium" alt="" loading="lazy" aria-describedby="gallery-1-4304" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-2-300x119.jpg 300w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-2-768x305.jpg 768w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-2-1024x406.jpg 1024w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/before-dental-implants-2-1200x476.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /> </div> <figcaption class='wp-caption-text gallery-caption' id='gallery-1-4304'> before </figcaption></figure><figure class='gallery-item'> <div class='gallery-icon landscape'> <img width="300" height="138" src="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-2-300x138.jpg" class="attachment-medium size-medium" alt="" loading="lazy" aria-describedby="gallery-1-4303" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-2-300x138.jpg 300w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-2-768x352.jpg 768w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-2-1024x469.jpg 1024w, https://affordabledentalimplantsx.com/wp-content/uploads/2018/08/after-dental-implants-2-1200x550.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /> </div> <figcaption class='wp-caption-text gallery-caption' id='gallery-1-4303'> after </figcaption></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <img width="204" height="300" src="https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-female-before-after-204x300.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-female-before-after-204x300.jpg 204w, https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-female-before-after.jpg 425w" sizes="(max-width: 204px) 100vw, 204px" /> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <img width="204" height="300" src="https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-male-before-after-204x300.jpg" class="attachment-medium size-medium" alt="" loading="lazy" srcset="https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-male-before-after-204x300.jpg 204w, https://affordabledentalimplantsx.com/wp-content/uploads/2021/09/smile-makeover-male-before-after.jpg 425w" sizes="(max-width: 204px) 100vw, 204px" /> </div></figure> </div> </aside><aside id="toc-widget-2" class="widget toc_widget"><h2 class="widget-title">Contents</h2><ul class="toc_widget_list no_bullets"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul></aside> </div><!-- .sidebar-main --> </div><!-- #secondary --> </div> <!-- ast-container --> </div><!-- #content --> <footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon" > <div class="ast-small-footer footer-sml-layout-1"> <div class="ast-footer-overlay"> <div class="ast-container"> <div class="ast-small-footer-wrap" > <div class="ast-small-footer-section ast-small-footer-section-1" > Copyright © 2024 <span class="ast-footer-site-title">Discount Dental Implants Nationwide</span> </div> <div class="ast-small-footer-section ast-small-footer-section-2" > <div class="footer-primary-navigation"><ul id="menu-main" class="nav-menu"><li id="menu-item-4268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-4268"><a href="https://affordabledentalimplantsx.com/" class="menu-link">Home</a></li> <li id="menu-item-4276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4276"><a href="https://affordabledentalimplantsx.com/locations/" class="menu-link">Dental Implants Choice Locations</a></li> <li id="menu-item-4269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4269"><a href="https://affordabledentalimplantsx.com/medical-disclaimer/" class="menu-link">Medical Disclaimer</a></li> <li id="menu-item-4270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4270"><a href="https://affordabledentalimplantsx.com/privacy-policy/" class="menu-link">Privacy Policy</a></li> <li id="menu-item-4271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4271"><a href="https://affordabledentalimplantsx.com/terms-of-use/" class="menu-link">Terms of Use</a></li> <li id="menu-item-4267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4267"><a href="https://affordabledentalimplantsx.com/sitemap/" class="menu-link">Sitemap</a></li> </ul></div> </div> </div><!-- .ast-row .ast-small-footer-wrap --> </div><!-- .ast-container --> </div><!-- .ast-footer-overlay --> </div><!-- .ast-small-footer--> </footer><!-- #colophon --> </div><!-- #page --> <script type='text/javascript'> var colomatduration = 'fast'; var colomatslideEffect = 'slideFade'; </script><style type="text/css"> #wpnp_previous{ background-image: url(https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/images/l_arrow.png) ; top:50%; z-index:1 !important; } #wpnp_previous:hover{ background-image: url(https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/images/l_arrow_hover.png); } #wpnp_next{ background-image: url(https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/images/r_arrow.png) ; top: 50%; z-index:1 !important; } #wpnp_next:hover{ background-image: url(https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/images/r_arrow_hover.png); } </style><a id="wpnp_previous_anchor" class="wpnp_anchor_js" href="https://affordabledentalimplantsx.com/cost-dental-implants-sunrise-beach-village-tx/" rel="prev"><span id="wpnp_previous" class="wpnp_previous_arrow"> &larr; Affordable Dental Implants in Sunrise Beach Village, Texas</span></a><a id="wpnp_next_anchor" class="wpnp_anchor_js" href="https://affordabledentalimplantsx.com/cost-dental-implants-tom-bean-tx/" rel="next"><span id="wpnp_next" class="wpnp_next_arrow"> &larr; Affordable Dental Implants in Tom Bean, Texas</span></a><link rel='stylesheet' id='astra-galleries-css-css' href='https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/css/minified/galleries.min.css?ver=4.1.6' media='all' /> <link rel='stylesheet' id='wpforms-smart-phone-field-css' href='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/pro/assets/css/vendor/intl-tel-input.min.css?ver=15.0.0' media='all' /> <link rel='stylesheet' id='wpforms-full-css' href='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/assets/css/wpforms-full.css?ver=1.5.4.2' media='all' /> <script id='astra-theme-js-js-extra'> var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":""}; </script> <script src='https://affordabledentalimplantsx.com/wp-content/themes/astra/assets/js/minified/style.min.js?ver=4.1.6' id='astra-theme-js-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1.6.6' id='collapseomatic-js-js'></script> <script id='toc-front-js-extra'> var tocplus = {"visibility_show":"show","visibility_hide":"hide","visibility_hide_by_default":"1","width":"Auto"}; </script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/table-of-contents-plus/front.min.js?ver=2302' id='toc-front-js'></script> <script id='wpnextpreviouslink-public-js-extra'> var wpnextpreviouslink_public = {"ga_enable":"0","track_view":"1","track_click":"1","track_pbr":"1"}; </script> <script id='wpnextpreviouslink-public-js-before'> wpnextpreviouslink_public.title = "Affordable Dental Implants in Three Rivers, Texas" ; </script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpnextpreviouslink/assets/js/wpnextpreviouslink-public.js?ver=2.7.0' id='wpnextpreviouslink-public-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/pro/assets/js/vendor/jquery.intl-tel-input.min.js?ver=15.0.0' id='wpforms-smart-phone-field-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/assets/js/jquery.validate.min.js?ver=1.19.0' id='wpforms-validation-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/assets/js/jquery.inputmask.bundle.min.js?ver=4.0.6' id='wpforms-maskedinput-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/assets/js/mailcheck.min.js?ver=1.1.2' id='wpforms-mailcheck-js'></script> <script src='https://affordabledentalimplantsx.com/wp-content/plugins/wpforms/assets/js/wpforms.js?ver=1.5.4.2' id='wpforms-js'></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <script type='text/javascript'> /* <![CDATA[ */ var wpforms_settings = {"val_required":"This field is required.","val_url":"Please enter a valid URL.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_number":"Please enter a valid number.","val_confirm":"Field values do not match.","val_fileextension":"File type is not allowed.","val_filesize":"File exceeds max size allowed.","val_time12h":"Please enter time in 12-hour AM\/PM format (eg 8:45 AM).","val_time24h":"Please enter time in 24-hour format (eg 22:45).","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","val_smart_phone":"Please enter a valid phone number.","val_post_max_size":"The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","post_max_size":"67108864","uuid_cookie":"1","locale":"en","wpforms_plugin_url":"https:\/\/affordabledentalimplantsx.com\/wp-content\/plugins\/wpforms\/","gdpr":"","ajaxurl":"https:\/\/affordabledentalimplantsx.com\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":[],"currency_code":"USD","currency_thousands":",","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left"} /* ]]> */ </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "You thought everything was fine. No one showed up to discover that you were missing out on a couple of teeth, and after that someone crossed the line. You were given nana sandals as well as a crocheted blanket for Christmas, the recommendation being that it was time to huddle on the couch with your pet cat and a glass of cozy milk.\nLocating Affordable Dental Implants in Three Rivers, Texas– Why So Pricey?\nShedding your teeth has begun to make you look old. You rarely talk with any individual any longer anyway, so why not settle in for a very early snooze? Rubbish! When affordable dental implants are just a phone call away, you do not have to clear up.\nAffordable Three Rivers Dental Implants – Always Well Worth the Effort\nPossibly member of the family will be a lot more straight as well as skillful about it, yet someone should inform you that affordable dental implants can be life-changing. Locating affordable dental implants begins with an internet search and the determination to take a trip a little bit. Chances are you will certainly have to go to a significant city to discover a dental practitioner who makes it his organisation to supply budget friendly dental solutions to individuals who need them. It may look like false economic situation if you have to spend for train tickets or gas, but simply note the distinction in expense and also it quickly comes to be clear: taking a trip is well worth the initiative to have your smile once again.\n7 Reasons Why you Will Love your New Three Rivers Dental Implants Forever\n- Dental Implants really feel as well as look like your very own teeth. They are permanent as well as will certainly look fantastic\n- Boosted speech, since the dental implants are merged with the bone, as well as will not removal or slip\n- Sliding dentures could make chewing hard. Dental Implants will remain solidly in location, enabling you to consume with confidence as well as without discomfort\n- Since dental implants look excellent, you could smile once again as well as your self-worth and also positive self-image will boost\n- Dental implants boost dental health, contrasted to various other services in Georgia. Nearby teeth do not should be modified\n- A lot of implants could last a lifetime, with excellent treatment\n- Dental implants are like actual teeth, you do not need to take them out. Dental are extra practical\nDental Consultation & Implant Surgery\nThe reason dental implants are so expensive is that great deals of people get involved in making them, placing them as well as finishing them. Include this to the expense of products plus the dental expert’s helicopter fees, as well as soon you will have to offer your vehicle to be able to consume steak again.\nHow Do I Get Dental Implants in Three Rivers TX?\nDental professionals can reduce expenses by doing just what every customer does to save money: acquiring wholesale. Since there is no such point as an inadequate dental practitioner, it is clear that these procedures occur frequently enough for a specialist to purchase products beforehand. Additionally, if he is trained, he could do even more of the work himself instead of sending you to a different person to take on each portion of the process. All this can conserve you money, after you request for a strong sedative to obtain you with the process.\nDental Implant Issues\nA lot of these oral techniques promote services online. Web advertising and marketing assists to keep costs down as well as get to even more people, while broadening their client base at the same time. Even more consumers and reduced media expenses include up to savings we could pass on to clients. Ensure to ask for a cost evaluation for the dental implants when you see among our dental experts.\nDiscovering Affordable Dental Implants in Three Rivers TX\nThink about capitalizing on these solutions before anyone has to motivate you. Surprise them with a brand-new smile. The advantages start with self-confidence, which is vital to living a full life. Not everybody that sheds teeth will certainly be senior. Several youths deal with oral conditions or injuries which bring about tooth loss. When you can not grin or speak openly, this cuts you off from individuals and obstructs your possibilities of success, especially if you wish to operate in a client service capability.\nWorse still, your jaw requires teeth in it to stay healthy and balanced. Without anything to support, your jaw begins to squander away like a muscular tissue that never ever gets made use of. Your mouth will alter shape to ensure that, also if you intend to get dentures eventually, they will certainly not fit. Act quickly to stop this from happening as well as give us a telephone call today.\nThe benefit of selecting affordable dental implants over dentures is that they will help you to maintain bone mass, whereas dentures do not. You have equally as good a possibility of shedding bone if you wear dentures as you do without teeth.\nAlso dentures can be put in your mouth semi-permanently. Your dental expert will certainly fix them to a number of blog posts so that you take hip hop lessons without losing them. While the shouting of your other professional dancers or the audience as they go flying could be amazing, the policy of ‘finders keepers’ might spell your downfall for discovering affordable dental implants.\nThree Rivers Dental Implant Cost\nPay little focus on the expense of your close friend’s procedure. Her mouth is various from yours, so the services you require will not cost the same amount. It can take longer for your treatment to be finished. More materials might be required. Bone grafting may be necessary before any type of additional job could be done. Attempt not to be demandinged.\nWhen picking affordable dental implants, simply learn what type of anesthetic solutions are provided at the very same time. This must put you at your ease. You might be asleep during. This is particularly convenient if your major worry about mosting likely to the dentist is that you are just scared. A phobia of dental professionals prevails, however is occasionally preventable. Do not watch ‘Little Shop of Horrors’ or ‘Marathon Guy,’ and also you might be just fine.\nDental Implant Discounts for Three Rivers, Texas\nYou do not have to work out when affordable dental implants are simply a phone call away.\nMaybe household members will be extra direct as well as skillful regarding it, but a person requires to tell you that affordable dental implants can be life-changing. Locating affordable dental implants starts with a web search as well as the willingness to take a trip a bit. While the screaming of your fellow dancers or the audience as they go flying can be interesting, the policy of ‘finders caretakers’ can spell your downfall for locating affordable dental implants.\nWhen choosing affordable dental implants, just locate out exactly what kind of anesthetic solutions are supplied at the exact same time.", "id": "<urn:uuid:8a074e16-e914-445f-83d9-97d80b415234>", "dump": "CC-MAIN-2024-10", "url": "https://affordabledentalimplantsx.com/cost-dental-implants-three-rivers-tx/", "date": "2024-02-25T09:50:53", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9618309736251831, "token_count": 1435 } }
<urn:uuid:d7bc7fba-bd4f-4885-80eb-b9f519a9d657>
<!DOCTYPE html> <html lang="en-US" class="cmsmasters_html"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="format-detection" content="telephone=no" /> <link rel="profile" href="//gmpg.org/xfn/11" /> <link rel="pingback" href="https://afpstore.americanfreepress.net/xmlrpc.php" /> <script>document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script> <title>FORSAKEN But Not FORGOTTEN: America&#8217;s Most Shameful National Secret Revealed &#8211; AFP Store</title> <meta name='robots' content='max-image-preview:large' /> <script>window._wca = window._wca || [];</script> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="AFP Store &raquo; Feed" href="https://afpstore.americanfreepress.net/feed/" /> <link rel="alternate" type="application/rss+xml" title="AFP Store &raquo; Comments Feed" href="https://afpstore.americanfreepress.net/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/afpstore.americanfreepress.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='mediaelement-css' href='https://afpstore.americanfreepress.net/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://afpstore.americanfreepress.net/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='ywcas-blocks-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-ajax-search/assets/css/frontend.css?ver=2.0.11708850910' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcan-shortcodes-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/css/shortcodes.css?ver=4.30.0' type='text/css' media='all' /> <style id='yith-wcan-shortcodes-inline-css' type='text/css'> :root{ --yith-wcan-filters_colors_titles: #434343; --yith-wcan-filters_colors_background: #FFFFFF; --yith-wcan-filters_colors_accent: #A7144C; --yith-wcan-filters_colors_accent_r: 167; --yith-wcan-filters_colors_accent_g: 20; --yith-wcan-filters_colors_accent_b: 76; --yith-wcan-color_swatches_border_radius: 100%; --yith-wcan-color_swatches_size: 30px; --yith-wcan-labels_style_background: #FFFFFF; --yith-wcan-labels_style_background_hover: #A7144C; --yith-wcan-labels_style_background_active: #A7144C; --yith-wcan-labels_style_text: #434343; --yith-wcan-labels_style_text_hover: #FFFFFF; --yith-wcan-labels_style_text_active: #FFFFFF; --yith-wcan-anchors_style_text: #434343; --yith-wcan-anchors_style_text_hover: #A7144C; --yith-wcan-anchors_style_text_active: #A7144C; } </style> <link rel='stylesheet' id='jquery-selectBox-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1.2.0' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-font-awesome-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-wishlist/assets/css/font-awesome.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce_prettyPhoto_css-css' href='//afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=3.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-main-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=3.29.0' type='text/css' media='all' /> <link rel='stylesheet' id='redux-extendify-styles-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/redux-framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.11' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-law-info-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css?ver=2.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.4' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='aws-style-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/advanced-woo-search-pro/assets/css/common.css?ver=1.32' type='text/css' media='all' /> <link rel='stylesheet' id='resp-video-style-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/responsive-video-shortcodes/assets/respvid.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='woo-advance-search-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/woo-advance-search/public/css/woo-advance-search-public.css?ver=2.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-colorbox-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-compare/assets/css/colorbox.css?ver=1.4.21' type='text/css' media='all' /> <link rel='stylesheet' id='yith-quick-view-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-quick-view/assets/css/yith-quick-view.css?ver=1.34.0' type='text/css' media='all' /> <style id='yith-quick-view-inline-css' type='text/css'> #yith-quick-view-modal .yith-wcqv-main{background:#ffffff;} #yith-quick-view-close{color:#cdcdcd;} #yith-quick-view-close:hover{color:#ff0000;} </style> <link rel='stylesheet' id='printpress-theme-style-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/style.css?ver=1.0.0' type='text/css' media='screen, print' /> <link rel='stylesheet' id='printpress-style-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/theme-framework/theme-style/css/style.css?ver=1.0.0' type='text/css' media='screen, print' /> <style id='printpress-style-inline-css' type='text/css'> .header_mid .header_mid_inner .logo_wrap { width : 397px; } .header_mid_inner .logo img.logo_retina { width : 231px; } .headline_aligner, .cmsmasters_breadcrumbs_aligner { min-height:150px; } .header_top { height : 50px; } .header_mid { height : 200px; } .header_bot { height : 65px; } #page.cmsmasters_heading_after_header #middle, #page.cmsmasters_heading_under_header #middle .headline .headline_outer { padding-top : 200px; } #page.cmsmasters_heading_after_header.enable_header_top #middle, #page.cmsmasters_heading_under_header.enable_header_top #middle .headline .headline_outer { padding-top : 250px; } #page.cmsmasters_heading_after_header.enable_header_bottom #middle, #page.cmsmasters_heading_under_header.enable_header_bottom #middle .headline .headline_outer { padding-top : 265px; } #page.cmsmasters_heading_after_header.enable_header_top.enable_header_bottom #middle, #page.cmsmasters_heading_under_header.enable_header_top.enable_header_bottom #middle .headline .headline_outer { padding-top : 315px; } @media only screen and (max-width: 1024px) { .header_top, .header_mid, .header_bot { height : auto; } .header_mid .header_mid_inner > div, .header_mid .header_mid_inner > a { height : 200px; } .header_bot .header_bot_inner .header_bot_inner_wrap > div { height : 65px; } #page.cmsmasters_heading_after_header #middle, #page.cmsmasters_heading_under_header #middle .headline .headline_outer, #page.cmsmasters_heading_after_header.enable_header_top #middle, #page.cmsmasters_heading_under_header.enable_header_top #middle .headline .headline_outer, #page.cmsmasters_heading_after_header.enable_header_bottom #middle, #page.cmsmasters_heading_under_header.enable_header_bottom #middle .headline .headline_outer, #page.cmsmasters_heading_after_header.enable_header_top.enable_header_bottom #middle, #page.cmsmasters_heading_under_header.enable_header_top.enable_header_bottom #middle .headline .headline_outer { padding-top : 0 !important; } } @media only screen and (max-width: 768px) { .header_mid .header_mid_inner > div, .header_mid .header_mid_inner > a, .header_bot .header_bot_inner .header_bot_inner_wrap > div { height:auto; } } </style> <link rel='stylesheet' id='printpress-adaptive-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/theme-framework/theme-style/css/adaptive.css?ver=1.0.0' type='text/css' media='screen, print' /> <link rel='stylesheet' id='printpress-retina-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/theme-framework/theme-style/css/retina.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='printpress-icons-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/css/fontello.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='printpress-icons-custom-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/theme-vars/theme-style/css/fontello-custom.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='animate-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/css/animate.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='ilightbox-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/css/ilightbox.css?ver=2.2.0' type='text/css' media='screen' /> <link rel='stylesheet' id='ilightbox-skin-dark-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/css/ilightbox-skins/dark-skin.css?ver=2.2.0' type='text/css' media='screen' /> <link rel='stylesheet' id='printpress-fonts-schemes-css' href='https://afpstore.americanfreepress.net/wp-content/uploads/cmsmasters_styles/printpress.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='google-fonts-css' href='//fonts.googleapis.com/css?family=Nunito%3A400%2C400i%2C600%2C700%7CLora%3A400%2C400i%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='printpress-gutenberg-frontend-style-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/gutenberg/cmsmasters-framework/theme-style/css/frontend-style.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='printpress-woocommerce-style-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/woocommerce/cmsmasters-framework/theme-style/css/plugin-style.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='printpress-woocommerce-adaptive-css' href='https://afpstore.americanfreepress.net/wp-content/themes/printpress/woocommerce/cmsmasters-framework/theme-style/css/plugin-adaptive.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='optimizepress-default-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/optimizePressPlugin/lib/assets/default.min.css?ver=2.5.23' type='text/css' media='all' /> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="optimizepress-op-jquery-base-all-js-extra"> /* <![CDATA[ */ var OptimizePress = {"ajaxurl":"https:\/\/afpstore.americanfreepress.net\/wp-admin\/admin-ajax.php","SN":"optimizepress","version":"2.5.23","script_debug":".min","localStorageEnabled":"","wp_admin_page":"","op_live_editor":"","op_page_builder":"","op_create_new_page":"","imgurl":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/images\/","OP_URL":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/","OP_JS":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/js\/","OP_PAGE_BUILDER_URL":"","include_url":"https:\/\/afpstore.americanfreepress.net\/wp-includes\/","op_autosave_interval":"300","op_autosave_enabled":"Y","paths":{"url":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/","img":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/images\/","js":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/js\/","css":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/css\/"},"social":{"twitter":"optimizepress","facebook":"optimizepress","googleplus":"111273444733787349971"},"flowplayerHTML5":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/modules\/blog\/video\/flowplayer\/flowplayer.swf","flowplayerKey":"","flowplayerLogo":"","mediaelementplayer":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/optimizePressPlugin\/lib\/modules\/blog\/video\/mediaelement\/","pb_unload_alert":"This page is asking you to confirm that you want to leave - data you have entered may not be saved.","pb_save_alert":"Please make sure you are happy with all of your options as some options will not be able to be changed for this page later.","search_default":"Search...","ems_providers":[],"optimizemember":{"enabled":false,"version":"0"},"OP_LEADS_URL":"https:\/\/my.optimizeleads.com\/","OP_LEADS_THEMES_URL":"https:\/\/my.optimizeleads.com\/build\/themes\/","google_recaptcha_site_key":""}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/optimizePressPlugin/lib/js/op-jquery-base-all.min.js?ver=2.5.23" id="optimizepress-op-jquery-base-all-js"></script> <script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"","custom_integration":"","triggerDomRefresh":"","secure_cookies":""}; var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#fff","border":"#444","border_on":"","button_1_button_colour":"#000","button_1_button_hover":"#000000","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#000","button_3_button_hover":"#000000","button_3_link_colour":"#fff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#000","button_4_button_hover":"#000000","button_4_link_colour":"#fff","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"1","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#000","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"}; var log_object = {"ajax_url":"https:\/\/afpstore.americanfreepress.net\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js?ver=2.0.4" id="cookie-law-info-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/stop-user-enumeration/frontend/js/frontend.js?ver=1.4.9" id="stop-user-enumeration-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.5.1" id="jquery-blockui-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/afpstore.americanfreepress.net\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.5.1" id="wc-add-to-cart-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.5.1" id="wc-single-product-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.5.1" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.5.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=5.1.1" id="vc_woocommerce-add-to-cart-js-js"></script> <script type="text/javascript" id="woo-advance-search-js-extra"> /* <![CDATA[ */ var adminajaxjs = {"adminajaxjsurl":"https:\/\/afpstore.americanfreepress.net\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woo-advance-search/public/js/woo-advance-search-public.min.js?ver=2.0.3" id="woo-advance-search-js"></script> <script defer type="text/javascript" src="https://stats.wp.com/s-202408.js" id="woocommerce-analytics-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/debounced-resize.min.js?ver=1.0.0" id="debounced-resize-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/modernizr.min.js?ver=1.0.0" id="modernizr-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/respond.min.js?ver=1.0.0" id="respond-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/jquery.iLightBox.min.js?ver=2.2.0" id="iLightBox-js"></script> <link rel="https://api.w.org/" href="https://afpstore.americanfreepress.net/wp-json/" /><link rel="alternate" type="application/json" href="https://afpstore.americanfreepress.net/wp-json/wp/v2/product/2042" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://afpstore.americanfreepress.net/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.5.1" /> <link rel="canonical" href="https://afpstore.americanfreepress.net/product/forsaken-but-not-forgotten/" /> <link rel='shortlink' href='https://afpstore.americanfreepress.net/?p=2042' /> <link rel="alternate" type="application/json+oembed" href="https://afpstore.americanfreepress.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fafpstore.americanfreepress.net%2Fproduct%2Fforsaken-but-not-forgotten%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://afpstore.americanfreepress.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fafpstore.americanfreepress.net%2Fproduct%2Fforsaken-but-not-forgotten%2F&#038;format=xml" /> <meta name="generator" content="Redux 4.4.11" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://afpstore.americanfreepress.net/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/optimizePressPlugin/lib/js/selectivizr-1.0.2-min.js?ver=1.0.2"></script> <![endif]--> <!--[if lt IE 9]> <script src="https://afpstore.americanfreepress.net/wp-content/plugins/optimizePressPlugin/lib/js//html5shiv.min.js"></script> <![endif]--> <link rel="icon" href="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/cropped-AFP_Google_Logo2-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/cropped-AFP_Google_Logo2-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/cropped-AFP_Google_Logo2-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/cropped-AFP_Google_Logo2-270x270.jpg" /> <style type="text/css" id="wp-custom-css"> .out-of-stock, .stock { right: 0px !important; left: auto !important; } </style> <script> var woocs_is_mobile = 0; var woocs_special_ajax_mode = 0; var woocs_drop_down_view = "ddslick"; var woocs_current_currency = {"name":"USD","rate":1,"symbol":"&#36;","position":"left","is_etalon":1,"hide_cents":0,"decimals":2,"description":"USA dollar","flag":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/woocommerce-currency-switcher\/img\/no_flag.png"}; var woocs_default_currency = {"name":"USD","rate":1,"symbol":"&#36;","position":"left","is_etalon":1,"hide_cents":0,"decimals":2,"description":"USA dollar","flag":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/woocommerce-currency-switcher\/img\/no_flag.png"}; var woocs_redraw_cart = 1; var woocs_array_of_get = '{}'; woocs_array_of_get = '{"add-to-cart":"112"}'; woocs_array_no_cents = '["JPY","TWD"]'; var woocs_ajaxurl = "https://afpstore.americanfreepress.net/wp-admin/admin-ajax.php"; var woocs_lang_loading = "loading"; var woocs_shop_is_cached =0; </script><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="product-template-default single single-product postid-2042 theme-printpress op-plugin woocommerce woocommerce-page woocommerce-no-js yith-wcan-free wpb-js-composer js-comp-ver-5.1.1 vc_responsive currency-usd"> <div class="cmsmasters_header_search_form"> <span class="cmsmasters_header_search_form_close cmsmasters_theme_icon_cancel"></span><form method="get" action="https://afpstore.americanfreepress.net/"> <div class="cmsmasters_header_search_form_field"> <button type="submit" class="cmsmasters_theme_icon_search"></button> <input type="search" name="s" placeholder="Enter Keywords" value="" /> </div> </form></div> <!-- Start Page --> <div id="page" class="csstransition cmsmasters_liquid enable_header_top enable_header_right cmsmasters_heading_under_header hfeed site"> <!-- Start Main --> <div id="main"> <!-- Start Header --> <header id="header"> <div class="header_top" data-height="50"><div class="header_top_outer"><div class="header_top_inner"><div class="top_nav_wrap"><a class="responsive_top_nav" href="javascript:void(0)"><span></span></a><nav><div class="menu-top-menu-container"><ul id="top_line_nav" class="top_line_nav"><li id="menu-item-741" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-741"><a href="https://afpstore.americanfreepress.net/wishlist/"><span class="nav_item_wrap">Wishlist</span></a></li> </ul></div></nav></div></div></div><div class="header_top_but closed"><span class="cmsmasters_theme_icon_slide_bottom"></span></div></div><div class="header_mid" data-height="200"><div class="header_mid_outer"><div class="header_mid_inner"><div class="heade_mid_inner_border"><div class="logo_wrap"><a href="https://afpstore.americanfreepress.net/" title="AFP Store" class="logo"> <img src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/02/BS_2018_Store_LogoA.jpg" alt="AFP Store" /> <img class="logo_retina" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/02/BS_2018_Store_Logo.jpg" alt="AFP Store" width="231" height="50" /> </a> </div><div class="mid_search_but_wrap"><a href="javascript:void(0)" class="mid_search_but cmsmasters_header_search_but cmsmasters-icon-custom-search"></a></div><div class="cmsmasters_dynamic_cart_wrap"><div class="cmsmasters_dynamic_cart"><a href="javascript:void(0)" class="cmsmasters_dynamic_cart_button cmsmasters-icon-custom-cart"></a><div class="widget_shopping_cart_content"></div></div></div><a href="https://afpstore.americanfreepress.net/cart/" class="cmsmasters_header_cart_link"><span class="count_wrap cmsmasters-icon-custom-cart"></span></a><div class="resp_mid_nav_wrap"><div class="resp_mid_nav_outer"><a class="responsive_nav resp_mid_nav" href="javascript:void(0)"><span></span></a></div></div><!-- Start Navigation --><div class="mid_nav_wrap"><nav><div class="menu-main-menu-container"><ul id="navigation" class="mid_nav navigation"><li id="menu-item-15371" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-15371 menu-item-depth-0"><a href="https://afpstore.americanfreepress.net/"><span class="nav_item_wrap"><span class="nav_title">Home</span></span></a></li> <li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76 menu-item-depth-0"><a href="https://afpstore.americanfreepress.net/?page_id=2"><span class="nav_item_wrap"><span class="nav_title">About</span></span></a></li> <li id="menu-item-77" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children current_page_parent menu-item-77 menu-item-mega menu-item-mega-cols-four menu-item-mega-fullwidth menu-item-depth-0"><a href="https://afpstore.americanfreepress.net/shop/"><span class="nav_item_wrap"><span class="nav_title">Shop</span></span></a> <div class="menu-item-mega-container"> <ul class="sub-menu"> <li id="menu-item-15342" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15342 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/9-11-research/"><span class="nav_item_wrap"><span class="nav_title">9/11 Research</span></span></a> </li> <li id="menu-item-15343" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15343 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/afp-publishing/"><span class="nav_item_wrap"><span class="nav_title">AFP Publishing</span></span></a> </li> <li id="menu-item-15344" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15344 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/audio/"><span class="nav_item_wrap"><span class="nav_title">Audio</span></span></a> </li> <li id="menu-item-15345" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15345 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/audio-books/"><span class="nav_item_wrap"><span class="nav_title">Audio Books</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15346" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15346 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/biography/"><span class="nav_item_wrap"><span class="nav_title">Biography</span></span></a> </li> <li id="menu-item-15347" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15347 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/communism/"><span class="nav_item_wrap"><span class="nav_title">Communism</span></span></a> </li> <li id="menu-item-15348" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15348 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/conspiracy/"><span class="nav_item_wrap"><span class="nav_title">Conspiracy</span></span></a> </li> <li id="menu-item-15349" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15349 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/downloads/"><span class="nav_item_wrap"><span class="nav_title">Downloads</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15350" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15350 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/dvd/"><span class="nav_item_wrap"><span class="nav_title">DVD</span></span></a> </li> <li id="menu-item-15351" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15351 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/free-items/"><span class="nav_item_wrap"><span class="nav_title">Free Items</span></span></a> </li> <li id="menu-item-15352" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15352 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/health/"><span class="nav_item_wrap"><span class="nav_title">Health</span></span></a> </li> <li id="menu-item-15353" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor current-menu-parent current-product-parent menu-item-15353 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/history/"><span class="nav_item_wrap"><span class="nav_title">History</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15354" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15354 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/irs-crimes/"><span class="nav_item_wrap"><span class="nav_title">IRS Crimes</span></span></a> </li> <li id="menu-item-15355" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15355 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/israel/"><span class="nav_item_wrap"><span class="nav_title">Israel</span></span></a> </li> <li id="menu-item-15356" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15356 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/michael-collins-piper/"><span class="nav_item_wrap"><span class="nav_title">Michael Collins Piper</span></span></a> </li> <li id="menu-item-15357" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15357 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/new-world-order/"><span class="nav_item_wrap"><span class="nav_title">New World Order</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15358" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15358 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/police-state/"><span class="nav_item_wrap"><span class="nav_title">Police State</span></span></a> </li> <li id="menu-item-15359" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15359 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/populism/"><span class="nav_item_wrap"><span class="nav_title">Populism</span></span></a> </li> <li id="menu-item-15360" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15360 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/preparedness/"><span class="nav_item_wrap"><span class="nav_title">Preparedness</span></span></a> </li> <li id="menu-item-15361" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15361 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/southern-heritage/"><span class="nav_item_wrap"><span class="nav_title">Southern Heritage</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15362" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15362 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/support-afp/"><span class="nav_item_wrap"><span class="nav_title">Support AFP</span></span></a> </li> <li id="menu-item-15363" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15363 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/subscribe/"><span class="nav_item_wrap"><span class="nav_title">Subscribe</span></span></a> </li> <li id="menu-item-15364" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15364 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/supplements-vitamins/"><span class="nav_item_wrap"><span class="nav_title">Supplements, Vitamins, Health</span></span></a> </li> <li id="menu-item-15365" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15365 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/terrorism/"><span class="nav_item_wrap"><span class="nav_title">Terrorism</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15366" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15366 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/texe-marrs/"><span class="nav_item_wrap"><span class="nav_title">Texe Marrs</span></span></a> </li> <li id="menu-item-15367" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15367 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/the-clintons/"><span class="nav_item_wrap"><span class="nav_title">The Clintons</span></span></a> </li> <li id="menu-item-15368" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15368 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/uss-liberty/"><span class="nav_item_wrap"><span class="nav_title">USS Liberty</span></span></a> </li> <li id="menu-item-15369" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-15369 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/victor-thorn/"><span class="nav_item_wrap"><span class="nav_title">Victor Thorn</span></span></a> </li> </ul> <ul class="sub-menu"> <li id="menu-item-15370" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor current-menu-parent current-product-parent menu-item-15370 menu-item-depth-1"><a href="https://afpstore.americanfreepress.net/product-category/world-war-i-and-ii/"><span class="nav_item_wrap"><span class="nav_title">World War I and II</span></span></a> </li> </ul> </div> </li> </ul></div></nav></div><!-- Finish Navigation --></div></div></div></div></header> <!-- Finish Header --> <!-- Start Middle --> <div id="middle"> <div class="headline cmsmasters_color_scheme_default"> <div class="headline_outer"> <div class="headline_color"></div><div class="headline_inner align_left"> <div class="headline_wrapper"> <div class="headline_aligner"></div><div class="headline_text_wrap"><div class="headline_text"><h1 class="entry-title">FORSAKEN But Not FORGOTTEN: America&#8217;s Most Shameful National Secret Revealed</h1></div><div class="cmsmasters_breadcrumbs"><div class="cmsmasters_breadcrumbs_aligner"></div><div class="cmsmasters_breadcrumbs_inner"><nav class="woocommerce-breadcrumb" aria-label="Breadcrumb"><a href="https://afpstore.americanfreepress.net">Home</a>&nbsp;&#47;&nbsp;<a href="https://afpstore.americanfreepress.net/product-category/history/">History</a>&nbsp;&#47;&nbsp;FORSAKEN But Not FORGOTTEN: America&#8217;s Most Shameful National Secret Revealed</nav></div></div></div></div></div> </div><div class="middle_inner"> <div class="content_wrap fullwidth"> <!-- Start Content --> <div class="middle_content entry"><div class="woocommerce-notices-wrapper"> <div class="wc-block-components-notice-banner is-success" role="alert"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"> <path d="M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"></path> </svg> <div class="wc-block-components-notice-banner__content"> <a href="https://afpstore.americanfreepress.net/cart/" tabindex="1" class="button wc-forward">View cart</a> &ldquo;BLACKBALLED by HISTORY: True Tales of Some of History’s Most Demonized Characters&rdquo; has been added to your cart. </div> </div> </div> <div id="product-2042" class="product type-product post-2042 status-publish first instock product_cat-history product_cat-recommended product_cat-world-war-i-and-ii product_tag-mias product_tag-pows product_tag-prisoners-of-war has-post-thumbnail shipping-taxable purchasable product-type-simple"> <div class="cmsmasters_single_product clearfix"> <div class="cmsmasters_product_left_column"> <div class="images cmsmasters_product_images"><div data-thumb="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/ForsakenButNotForgotten-170-100x100.jpg" class="woocommerce-product-gallery__image"><a href="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/ForsakenButNotForgotten-170.jpg" class="cmsmasters_product_image" rel="ilightbox[cmsmasters_product_gallery]"><img width="170" height="256" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/ForsakenButNotForgotten-170.jpg" class="wp-post-image" alt="Forsaken But Not Forgotten" title="ForsakenButNotForgotten-170" data-caption="" data-src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/ForsakenButNotForgotten-170.jpg" data-large_image="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/ForsakenButNotForgotten-170.jpg" data-large_image_width="170" data-large_image_height="256" decoding="async" /></a></div><div class="thumbnails cmsmasters_product_thumbs"><a href="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018.jpg" class="cmsmasters_product_thumb" rel="ilightbox[cmsmasters_product_gallery]"><img width="100" height="100" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018-100x100.jpg" class="attachment-100x100 size-100x100" alt="Forsaken But Not Forgotten-FullSize" title="ForsakenButNotForgotten" data-caption="" data-src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018.jpg" data-large_image="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018.jpg" data-large_image_width="400" data-large_image_height="625" decoding="async" srcset="https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018-100x100.jpg 100w, https://afpstore.americanfreepress.net/wp-content/uploads/2018/08/POW_Booklet_Cover_2018-150x150.jpg 150w" sizes="(max-width: 100px) 100vw, 100px" /></a></div></div> </div> <div class="summary entry-summary cmsmasters_product_right_column"> <div class="cmsmasters_product_title_info_wrap"> <div class="cmsmasters_product_title_wrap"> </div> </div> <div class="cmsmasters_product_info_wrap"> <div class="cmsmasters_star_rating" itemscope itemtype="//schema.org/AggregateRating" title="Rated 0 out of 5"> <div class="cmsmasters_star_trans_wrap"> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> </div> <div class="cmsmasters_star_color_wrap" data-width="width:0%"> <div class="cmsmasters_star_color_inner"> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> </div> </div> <span class="rating dn"><strong itemprop="ratingValue">0</strong> out of 5</span> </div> <p class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="65dafedec85df" data-product-id="2042"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>15.00</bdi></span></span></p> </div> <div class="cmsmasters_product_content"> <div class="product_meta"> <span class="posted_in">Categories: <a href="https://afpstore.americanfreepress.net/product-category/history/" class="cmsmasters_cat_color cmsmasters_cat_20" rel="category tag">History</a>, <a href="https://afpstore.americanfreepress.net/product-category/recommended/" class="cmsmasters_cat_color cmsmasters_cat_51" rel="category tag">Recommended</a>, <a href="https://afpstore.americanfreepress.net/product-category/world-war-i-and-ii/" class="cmsmasters_cat_color cmsmasters_cat_24" rel="category tag">World War I and II</a></span> <span class="tagged_as">Tags: <a href="https://afpstore.americanfreepress.net/product-tag/mias/" rel="tag">MIAs</a>, <a href="https://afpstore.americanfreepress.net/product-tag/pows/" rel="tag">POWs</a>, <a href="https://afpstore.americanfreepress.net/product-tag/prisoners-of-war/" rel="tag">Prisoners of war</a></span> </div> </div> <p class="stock in-stock">82 in stock</p> <form class="cart" action="https://afpstore.americanfreepress.net/product/forsaken-but-not-forgotten/" method="post" enctype='multipart/form-data'> <div class="quantity"> <label class="screen-reader-text" for="quantity_65dafedec8a6c">FORSAKEN But Not FORGOTTEN: America&#039;s Most Shameful National Secret Revealed quantity</label> <input type="number" id="quantity_65dafedec8a6c" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="82" step="1" placeholder="" inputmode="numeric" autocomplete="off" /> </div> <button type="submit" name="add-to-cart" value="2042" class="single_add_to_cart_button button alt">Add to cart</button> </form> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-2042 no-icon wishlist-fragment on-first-load" data-fragment-ref="2042" data-fragment-options="{&quot;base_url&quot;:&quot;&quot;,&quot;in_default_wishlist&quot;:false,&quot;is_single&quot;:true,&quot;show_exists&quot;:false,&quot;product_id&quot;:2042,&quot;parent_product_id&quot;:2042,&quot;product_type&quot;:&quot;simple&quot;,&quot;show_view&quot;:true,&quot;browse_wishlist_text&quot;:&quot;Browse Wishlist&quot;,&quot;already_in_wishslist_text&quot;:&quot;The product is already in the wishlist!&quot;,&quot;product_added_text&quot;:&quot;Product added!&quot;,&quot;heading_icon&quot;:&quot;&quot;,&quot;available_multi_wishlist&quot;:false,&quot;disable_wishlist&quot;:false,&quot;show_count&quot;:false,&quot;ajax_loading&quot;:false,&quot;loop_position&quot;:false,&quot;item&quot;:&quot;add_to_wishlist&quot;}" > <!-- ADD TO WISHLIST --> <div class="yith-wcwl-add-button"> <a href="?add_to_wishlist=2042&#038;_wpnonce=a27a78841e" class="add_to_wishlist single_add_to_wishlist" data-product-id="2042" data-product-type="simple" data-original-product-id="2042" data-title="Add to Wishlist" rel="nofollow" > <span>Add to Wishlist</span> </a> </div> <!-- COUNT TEXT --> </div> <a href="https://afpstore.americanfreepress.net?action=yith-woocompare-add-product&id=2042" class="compare button" data-product_id="2042" rel="nofollow">Compare</a> </div> </div> <div class="cmsmasters_tabs tabs_mode_tab cmsmasters_woo_tabs"> <ul class="cmsmasters_tabs_list" role="tablist"> <li class="description_tab cmsmasters_tabs_list_item"> <a href="#tab-description"> <span>Description</span> </a> </li> </ul> <div class="cmsmasters_tabs_wrap"> <div class="entry-content cmsmasters_tab" id="tab-description"> <div class="cmsmasters_tab_inner"> <h2>Description</h2> <p><em>By Philip Rife </em></p> <p>It would be shameful if the U.S. government turned its back on one captured American. But between the Russian civil war, World War II, the Korean War, Vietnam, and the Cold War, as many as 30,000 American soldiers, sailors, marines, airmen, and civilians were knowingly abandoned by this country&#8217;s leaders.</p> <p>Inside <em>Forsaken But Not Forgotten: America’s Most Shameful National Secret Revealed</em>, longtime author and historical researcher Philip Rife presents the government’s rationale for abandoning so many of America’s military men behind enemy lines. You can decide for yourself whether these were the right actions.</p> <p>Rife felt an obligation to tell this story for the abandoned Americans, their parents, brothers, sisters, wives, children, and other concerned Americans. It’s a story every American should know, and AFP is proud to help distribute the first edition of this important book. This professionally produced book discusses:</p> <ul> <li>American soldiers captured by the Bolsheviks during the Russian civil war. Few people even know Woodrow Wilson sent U.S. troops to help the White Russian forces who were trying to oust the murderous regime that slaughtered Czar Nicholas II, his family and, inevitably, an estimated 66 million Russian Christians. These captured U.S. soldiers were used as bargaining chips by the Bolsheviks. How many were captured and never returned is unknown.</li> <li>World War II prisoners of the Soviets knowingly abandoned by the U.S. government. It is estimated hundreds—if not thousands—ended up in Soviet gulags and were never returned (probably worked to death). Despite repeated efforts, the truth of this matter has never been made public and the U.S. government still refuses to acknowledge that Stalin enslaved thousands of captured U.S. servicemen.</li> <li>Korean War prisoners of the Soviets, North Koreans and the Chinese. Thousands of other American families whose loved ones survived the fighting never saw them again because the men were knowingly abandoned to their communist captors when the shooting stopped. Today—decades later—President Donald Trump is trying to finally resolve this issue.</li> <li>POWs of the North Vietnamese. After the war officially ended, the U.S. estimated that 3,000 Americans were being held captive somewhere in the jungles of Vietnam, Cambodia and Laos. Though the U.S. military’s war effort never “officially” involved actions outside of Vietnam, hundreds of “ghost soldiers” were sent there and abandoned after the war, the U.S. preferring not to admit it had ever sent servicemen there. Over the decades, sightings of U.S. POWs popped up again and again. Shockingly, private efforts to get jailers in Southeast Asia to turn over these POWs were thwarted again and again by the U.S. government.</li> <li>America’s abandoned Cold Warriors. The story of Francis Gary Powers—the CIA pilot whose U-2 spy plane was shot down in Russian airspace and then released in exchange for KGB Col. Rudolf Abe—received worldwide coverage when it occurred in 1960. But few people are aware that dozens of other Americans performing similar clandestine Cold War reconnaissance missions were also shot down by the communists and never returned. What happened to them?</li> </ul> <p>Loaded with 30 illustrations and photos, this is a book you will cherish and pass on to others you want to inform about this national tragedy—one that is in the news right now.</p> <p>S<em>oftcover, 89 pages</em></p> <h1>About The Author</h1> <p class="p1"><span class="s1"> P</span><span class="s2">HILIP </span><span class="s1"> R</span><span class="s2">IFE </span>is a veteran of the U.S. Air Force and the author of many books, including <em>The Pariah Files: 25 Dark Secrets You&#8217;re Not Supposed to Know</em>, <em>It Didn&#8217;t Start With Roswell: 50 Years of Amazing UFO Crashes</em>, <em>Close Encounters and Coverups</em>, <em>The Goliath Conspiracy</em>, <em>Premature Burials: Famous and Infamous People Who Cheated Death and Hoodwinked History</em>, <em><span class="s1">Was It Murder? Surprising </span></em><span class="s1"><em>Facts About 22 Famous Deaths </em>and others. He is also a frequent contributor to </span><em>The Barnes Review</em> history magazine.</p> </div> </div> </div> </div> <section class="related products"> <h2>Related products</h2> <ul class="products columns-4 cmsmasters_products"> <li class="product type-product post-164 status-publish first instock product_cat-afp-publishing product_cat-conspiracy product_cat-history has-post-thumbnail shipping-taxable purchasable product-type-simple"> <article class="cmsmasters_product"> <figure class="cmsmasters_product_img"> <a href="https://afpstore.americanfreepress.net/product/perfidy-the-government-cabal-that-knowingly-abandoned-our-prisoners-of-war-and-left-them-to-die/"> <img width="170" height="256" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/Perfidy-170-2.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Perfidy" decoding="async" /> </a> <div class="cmsmasters_product_add_wrap"> <div class="cmsmasters_product_add_inner"> <a href="?add-to-cart=164" data-product_id="164" data-product_sku="" class="button add_to_cart_button cmsmasters_add_to_cart_button product_type_simple ajax_add_to_cart" title="Add to Cart"><span>Add to Cart</span></a><a href="https://afpstore.americanfreepress.net/cart/" class="button added_to_cart wc-forward" title="View Cart"><span>View Cart</span></a> </div> </div> </figure> <div class="cmsmasters_product_inner"> <div class="cmsmasters_product_cat entry-meta"><a href="https://afpstore.americanfreepress.net/product-category/afp-publishing/" class="cmsmasters_cat_color cmsmasters_cat_18" rel="category tag">AFP Publishing</a>, <a href="https://afpstore.americanfreepress.net/product-category/conspiracy/" class="cmsmasters_cat_color cmsmasters_cat_19" rel="category tag">Conspiracy</a>, <a href="https://afpstore.americanfreepress.net/product-category/history/" class="cmsmasters_cat_color cmsmasters_cat_20" rel="category tag">History</a></div> <header class="cmsmasters_product_header entry-header"> <h4 class="cmsmasters_product_title entry-title"> <a href="https://afpstore.americanfreepress.net/product/perfidy-the-government-cabal-that-knowingly-abandoned-our-prisoners-of-war-and-left-them-to-die/">PERFIDY: The Government Cabal That Knowingly Abandoned Our Prisoners of War and Left Them to Die</a> </h4> </header> <div class="cmsmasters_product_info"> <div class="cmsmasters_star_rating" itemscope itemtype="//schema.org/AggregateRating" title="Rated 0 out of 5"> <div class="cmsmasters_star_trans_wrap"> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> </div> <div class="cmsmasters_star_color_wrap" data-width="width:0%"> <div class="cmsmasters_star_color_inner"> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> </div> </div> <span class="rating dn"><strong itemprop="ratingValue">0</strong> out of 5</span> </div> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="65dafedeccd76" data-product-id="164"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>20.00</bdi></span></span></span> </div> </div> <a href="#" class="button yith-wcqv-button" data-product_id="164">Quick View</a> </article> </li> <li class="product type-product post-175 status-publish instock product_cat-afp-publishing product_cat-conspiracy product_cat-history product_cat-israel product_cat-spotlight product_cat-uss-liberty product_cat-victor-thorn has-post-thumbnail shipping-taxable purchasable product-type-simple"> <article class="cmsmasters_product"> <figure class="cmsmasters_product_img"> <a href="https://afpstore.americanfreepress.net/product/ship-without-a-country-eyewitness-accounts-of-the-attack-on-the-uss-liberty/"> <img width="170" height="256" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/ShipWithoutACountry-170.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="USS Liberty, Ship Without A Country" decoding="async" loading="lazy" /> </a> <div class="cmsmasters_product_add_wrap"> <div class="cmsmasters_product_add_inner"> <a href="?add-to-cart=175" data-product_id="175" data-product_sku="" class="button add_to_cart_button cmsmasters_add_to_cart_button product_type_simple ajax_add_to_cart" title="Add to Cart"><span>Add to Cart</span></a><a href="https://afpstore.americanfreepress.net/cart/" class="button added_to_cart wc-forward" title="View Cart"><span>View Cart</span></a> </div> </div> </figure> <div class="cmsmasters_product_inner"> <div class="cmsmasters_product_cat entry-meta"><a href="https://afpstore.americanfreepress.net/product-category/afp-publishing/" class="cmsmasters_cat_color cmsmasters_cat_18" rel="category tag">AFP Publishing</a>, <a href="https://afpstore.americanfreepress.net/product-category/conspiracy/" class="cmsmasters_cat_color cmsmasters_cat_19" rel="category tag">Conspiracy</a>, <a href="https://afpstore.americanfreepress.net/product-category/history/" class="cmsmasters_cat_color cmsmasters_cat_20" rel="category tag">History</a>, <a href="https://afpstore.americanfreepress.net/product-category/israel/" class="cmsmasters_cat_color cmsmasters_cat_22" rel="category tag">Israel</a>, <a href="https://afpstore.americanfreepress.net/product-category/spotlight/" class="cmsmasters_cat_color cmsmasters_cat_49" rel="category tag">Spotlight</a>, <a href="https://afpstore.americanfreepress.net/product-category/uss-liberty/" class="cmsmasters_cat_color cmsmasters_cat_54" rel="category tag">USS Liberty</a>, <a href="https://afpstore.americanfreepress.net/product-category/victor-thorn/" class="cmsmasters_cat_color cmsmasters_cat_35" rel="category tag">Victor Thorn</a></div> <header class="cmsmasters_product_header entry-header"> <h4 class="cmsmasters_product_title entry-title"> <a href="https://afpstore.americanfreepress.net/product/ship-without-a-country-eyewitness-accounts-of-the-attack-on-the-uss-liberty/">SHIP WITHOUT A COUNTRY: Eyewitness Accounts of the Attack on the USS Liberty</a> </h4> </header> <div class="cmsmasters_product_info"> <div class="cmsmasters_star_rating" itemscope itemtype="//schema.org/AggregateRating" title="Rated 0 out of 5"> <div class="cmsmasters_star_trans_wrap"> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> </div> <div class="cmsmasters_star_color_wrap" data-width="width:0%"> <div class="cmsmasters_star_color_inner"> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> </div> </div> <span class="rating dn"><strong itemprop="ratingValue">0</strong> out of 5</span> </div> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="65dafedecd754" data-product-id="175"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>15.00</bdi></span></span></span> </div> </div> <a href="#" class="button yith-wcqv-button" data-product_id="175">Quick View</a> </article> </li> <li class="product type-product post-112 status-publish instock product_cat-afp-publishing product_cat-history has-post-thumbnail shipping-taxable purchasable product-type-simple"> <article class="cmsmasters_product"> <figure class="cmsmasters_product_img"> <a href="https://afpstore.americanfreepress.net/product/blackballed-by-history-true-tales-of-some-of-historys-most-demonized-characters/"> <img width="249" height="391" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/Blackballed-Cover.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/Blackballed-Cover.jpg 249w, https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/Blackballed-Cover-191x300.jpg 191w" sizes="(max-width: 249px) 100vw, 249px" /> </a> <div class="cmsmasters_product_add_wrap"> <div class="cmsmasters_product_add_inner"> <a href="?add-to-cart=112" data-product_id="112" data-product_sku="" class="button add_to_cart_button cmsmasters_add_to_cart_button product_type_simple ajax_add_to_cart" title="Add to Cart"><span>Add to Cart</span></a><a href="https://afpstore.americanfreepress.net/cart/" class="button added_to_cart wc-forward" title="View Cart"><span>View Cart</span></a> </div> </div> </figure> <div class="cmsmasters_product_inner"> <div class="cmsmasters_product_cat entry-meta"><a href="https://afpstore.americanfreepress.net/product-category/afp-publishing/" class="cmsmasters_cat_color cmsmasters_cat_18" rel="category tag">AFP Publishing</a>, <a href="https://afpstore.americanfreepress.net/product-category/history/" class="cmsmasters_cat_color cmsmasters_cat_20" rel="category tag">History</a></div> <header class="cmsmasters_product_header entry-header"> <h4 class="cmsmasters_product_title entry-title"> <a href="https://afpstore.americanfreepress.net/product/blackballed-by-history-true-tales-of-some-of-historys-most-demonized-characters/">BLACKBALLED by HISTORY: True Tales of Some of History’s Most Demonized Characters</a> </h4> </header> <div class="cmsmasters_product_info"> <div class="cmsmasters_star_rating" itemscope itemtype="//schema.org/AggregateRating" title="Rated 0 out of 5"> <div class="cmsmasters_star_trans_wrap"> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> </div> <div class="cmsmasters_star_color_wrap" data-width="width:0%"> <div class="cmsmasters_star_color_inner"> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> </div> </div> <span class="rating dn"><strong itemprop="ratingValue">0</strong> out of 5</span> </div> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="65dafedecdfcf" data-product-id="112"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>15.00</bdi></span></span></span> </div> </div> <a href="#" class="button yith-wcqv-button" data-product_id="112">Quick View</a> </article> </li> <li class="product type-product post-371 status-publish last outofstock product_cat-world-war-i-and-ii has-post-thumbnail shipping-taxable purchasable product-type-simple"> <article class="cmsmasters_product"> <figure class="cmsmasters_product_img"> <a href="https://afpstore.americanfreepress.net/product/churchill-hitler-and-the-unnecessary-war/"> <img width="170" height="256" src="https://afpstore.americanfreepress.net/wp-content/uploads/2018/01/ChurchillHitler-Buchanan-170.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Churchill, Hitler and the Unnecessary War, Buchanan" decoding="async" loading="lazy" /> </a> <div class="cmsmasters_product_add_wrap"> <div class="cmsmasters_product_add_inner"> </div> </div> <span class="out-of-stock">Out of stock</span> </figure> <div class="cmsmasters_product_inner"> <div class="cmsmasters_product_cat entry-meta"><a href="https://afpstore.americanfreepress.net/product-category/world-war-i-and-ii/" class="cmsmasters_cat_color cmsmasters_cat_24" rel="category tag">World War I and II</a></div> <header class="cmsmasters_product_header entry-header"> <h4 class="cmsmasters_product_title entry-title"> <a href="https://afpstore.americanfreepress.net/product/churchill-hitler-and-the-unnecessary-war/">CHURCHILL, HITLER, and the UNNECESSARY WAR</a> </h4> </header> <div class="cmsmasters_product_info"> <div class="cmsmasters_star_rating" itemscope itemtype="//schema.org/AggregateRating" title="Rated 0 out of 5"> <div class="cmsmasters_star_trans_wrap"> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_empty cmsmasters_star"></span> </div> <div class="cmsmasters_star_color_wrap" data-width="width:0%"> <div class="cmsmasters_star_color_inner"> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> <span class="cmsmasters_theme_icon_star_full cmsmasters_star"></span> </div> </div> <span class="rating dn"><strong itemprop="ratingValue">0</strong> out of 5</span> </div> <span class="price"><span class="woocs_price_code" data-currency="" data-redraw-id="65dafedece74b" data-product-id="371"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>22.00</bdi></span></span></span> </div> </div> <a href="#" class="button yith-wcqv-button" data-product_id="371">Quick View</a> </article> </li> </ul> </section> </div> </div> <!-- Finish Content --> </div> </div> </div> <!-- Finish Middle --> <!-- Start Bottom --> <div id="bottom" class="cmsmasters_color_scheme_footer"> <div class="bottom_bg"> <div class="bottom_outer"> <div class="bottom_inner sidebar_layout_14141414"> <aside id="custom-contact-info-2" class="widget widget_custom_contact_info_entries"><h3 class="widgettitle">Contact Information</h3><span class="contact_widget_url cmsmasters_theme_icon_user_website"><a class="url" href="http://americafreepress.net">americafreepress.net</a></span><span class="contact_widget_email cmsmasters_theme_icon_user_mail"><a class="email" href="/cdn-cgi/l/email-protection#dcf9eaeef9eabaf9eabab7faffedede9e7f9ebe8b3f9ebeeb9f9e8ecbdfaffedece5e7b9f9ebeefaffedece9e7bffaffe5ebe7f9eab9baf9ebeef9eae9faffedecede7f9ebecaef9eae9f9ebeffaffedede9e7f9eeb9f9eab9f9eae9f9ebe8">b&#111;okst&#111;&#114;&#101;&#64;am&#101;&#114;&#105;canfree&#112;re&#115;s&#46;net</a></span><span class="contact_widget_phone cmsmasters_theme_icon_user_phone"><span class="tel">+1-888-699-6397</span></span></aside><aside id="text-2" class="widget widget_text"><h3 class="widgettitle">Information</h3> <div class="textwidget"><ul> <li><a href="https://afpstore.americanfreepress.net/privacy-policy/">Privacy Policy</a></li> <li><a href="https://afpstore.americanfreepress.net/terms-and-conditions/">Terms and Conditions</a></li> <li><a href="https://afpstore.americanfreepress.net/return-policy/">Return Policy</a></li> </ul> </div> </aside><aside id="text-4" class="widget widget_text"><h3 class="widgettitle">Shopping Guide</h3> <div class="textwidget"><ul> <li><a href="https://afpstore.americanfreepress.net/wishlist/">Wishlist</a></li> </ul> </div> </aside><aside id="custom-facebook-2" class="widget widget_custom_facebook_entries"><h3 class="widgettitle">Facebook</h3><div id="fb-root"></div><div class="fb-page" data-href="https://www.facebook.com/americanfreepress/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/americanfreepress/"><a href="https://www.facebook.com/americanfreepress/">Facebook</a></blockquote></div></div><div class="cl"></div></aside> </div> </div> </div> </div> <!-- Finish Bottom --> <a href="javascript:void(0)" id="slide_top" class="cmsmasters_theme_icon_slide_top"><span></span></a> </div> <!-- Finish Main --> <!-- Start Footer --> <footer id="footer"> <div class="footer cmsmasters_color_scheme_footer cmsmasters_footer_small"> <div class="footer_inner"> <div class="footer_wrapper"> <div class="footer_nav_wrap"><nav><div class="menu-footer-menu-container"><ul id="footer_nav" class="footer_nav"><li id="menu-item-792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-792"><a href="https://afpstore.americanfreepress.net/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-793"><a href="https://afpstore.americanfreepress.net/terms-and-conditions/">Terms and Conditions</a></li> <li id="menu-item-797" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-797"><a href="https://afpstore.americanfreepress.net/return-policy/">Return Policy</a></li> </ul></div></nav></div><span class="footer_copyright copyright">Copyrights © 2022 American Free Press, All Rights Reserved</span> </div> </div> </div></footer> <!-- Finish Footer --> <span class="cmsmasters_responsive_width"></span> <!-- Finish Page --> <!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span>This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.<a role='button' tabindex='0' data-cli_action="accept" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button" style="display:inline-block; ">Accept</a> <a href='https://afpstore.americanfreepress.net/privacy-policy/' id="CONSTANT_OPEN_URL" target="_blank" class="cli-plugin-main-link" style="display:inline-block;" >Read More</a></span></div><div id="cookie-law-info-again" style="display:none;" data-nosnippet="true"><span id="cookie_hdr_showagain">Privacy & Cookies Policy</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true"> <div class="cli-modal-dialog" role="document"> <div class="cli-modal-content cli-bar-popup"> <button type="button" class="cli-modal-close" id="cliModalClose"> <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg> <span class="wt-cli-sr-only">Close</span> </button> <div class="cli-modal-body"> <div class="cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-privacy-overview"> <h4>Privacy Overview</h4> <div class="cli-privacy-content"> <div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div> </div> <a class="cli-privacy-readmore" aria-label="Show more" tabindex="0" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a> </div> </div> <div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container"> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab"> Necessary </a> <div class="wt-cli-necessary-checkbox"> <input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" /> <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label> </div> <span class="cli-necessary-caption">Always Enabled</span> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="necessary"> <p>Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.</p> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab"> Non-necessary </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox" data-id="checkbox-non-necessary" checked='checked' /> <label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="non-necessary"> <p>Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.</p> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-footer"> <div class="wt-cli-element cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-tab-footer wt-cli-privacy-overview-actions"> <a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE & ACCEPT</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div> <div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <!--googleon: all--> <div id="yith-quick-view-modal"> <div class="yith-quick-view-overlay"></div> <div class="yith-wcqv-wrapper"> <div class="yith-wcqv-main"> <div class="yith-wcqv-head"> <a href="#" id="yith-quick-view-close" class="yith-wcqv-close">X</a> </div> <div id="yith-quick-view-content" class="woocommerce single-product"></div> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@graph":[{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Home","@id":"https:\/\/afpstore.americanfreepress.net"}},{"@type":"ListItem","position":2,"item":{"name":"History","@id":"https:\/\/afpstore.americanfreepress.net\/product-category\/history\/"}},{"@type":"ListItem","position":3,"item":{"name":"FORSAKEN But Not FORGOTTEN: America&amp;#8217;s Most Shameful National Secret Revealed","@id":"https:\/\/afpstore.americanfreepress.net\/product\/forsaken-but-not-forgotten\/"}}]},{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/afpstore.americanfreepress.net\/product\/forsaken-but-not-forgotten\/#product","name":"FORSAKEN But Not FORGOTTEN: America's Most Shameful National Secret Revealed","url":"https:\/\/afpstore.americanfreepress.net\/product\/forsaken-but-not-forgotten\/","description":"By\u00a0Philip Rife\u00a0\r\n\r\nIt would be shameful if the U.S. government turned its back on one captured American. But between the Russian civil war, World War II, the Korean War, Vietnam, and the Cold War, as many as 30,000 American soldiers, sailors, marines, airmen, and civilians were knowingly abandoned by this country's leaders.\r\n\r\nInside Forsaken But Not Forgotten: America\u2019s Most Shameful National Secret Revealed, longtime author and historical researcher Philip Rife presents the government\u2019s rationale for abandoning so many of America\u2019s military men behind enemy lines. You can decide for yourself whether these were the right actions.\r\n\r\nRife felt an obligation to tell this story for the abandoned Americans, their parents, brothers, sisters, wives, children, and other concerned Americans. It\u2019s a story every American should know, and AFP is proud to help distribute the first edition of this important book. This professionally produced book discusses:\r\n\r\n \tAmerican soldiers captured by the Bolsheviks during the Russian civil war. Few people even know Woodrow Wilson sent U.S. troops to help the White Russian forces who were trying to oust the murderous regime that slaughtered Czar Nicholas II, his family and, inevitably, an estimated 66 million Russian Christians. These captured U.S. soldiers were used as bargaining chips by the Bolsheviks. How many were captured and never returned is unknown.\r\n \tWorld War II prisoners of the Soviets knowingly abandoned by the U.S. government. It is estimated hundreds\u2014if not thousands\u2014ended up in Soviet gulags and were never returned (probably worked to death). Despite repeated efforts, the truth of this matter has never been made public and the U.S. government still refuses to acknowledge that Stalin enslaved thousands of captured U.S. servicemen.\r\n \tKorean War prisoners of the Soviets, North Koreans and the Chinese. Thousands of other American families whose loved ones survived the fighting never saw them again because the men were knowingly abandoned to their communist captors when the shooting stopped. Today\u2014decades later\u2014President Donald Trump is trying to finally resolve this issue.\r\n \tPOWs of the North Vietnamese. After the war officially ended, the U.S. estimated that 3,000 Americans were being held captive somewhere in the jungles of Vietnam, Cambodia and Laos. Though the U.S. military\u2019s war effort never \u201cofficially\u201d involved actions outside of Vietnam, hundreds of \u201cghost soldiers\u201d were sent there and abandoned after the war, the U.S. preferring not to admit it had ever sent servicemen there. Over the decades, sightings of U.S. POWs popped up again and again. Shockingly, private efforts to get jailers in Southeast Asia to turn over these POWs were thwarted again and again by the U.S. government.\r\n \tAmerica\u2019s abandoned Cold Warriors. The story of Francis Gary Powers\u2014the CIA pilot whose U-2 spy plane was shot down in Russian airspace and then released in exchange for KGB Col. Rudolf Abe\u2014received worldwide coverage when it occurred in 1960. But few people are aware that dozens of other Americans performing similar clandestine Cold War reconnaissance missions were also shot down by the communists and never returned. What happened to them?\r\n\r\nLoaded with 30 illustrations and photos, this is a book you will cherish and pass on to others you want to inform about this national tragedy\u2014one that is in the news right now.\r\n\r\nSoftcover, 89 pages\r\nAbout The Author\r\n PHILIP RIFE is a veteran of the U.S. Air Force and the author of many books, including The Pariah Files: 25 Dark Secrets You're Not Supposed to Know, It Didn't Start With Roswell: 50 Years of Amazing UFO Crashes, Close Encounters and Coverups, The Goliath Conspiracy, Premature Burials: Famous and Infamous People Who Cheated Death and Hoodwinked History, Was It Murder? Surprising\u00a0Facts About 22 Famous Deaths\u00a0and others. He is also a frequent contributor to\u00a0The Barnes Review history magazine.","image":"https:\/\/afpstore.americanfreepress.net\/wp-content\/uploads\/2018\/08\/ForsakenButNotForgotten-170.jpg","sku":2042,"offers":[{"@type":"Offer","price":"15.00","priceValidUntil":"2025-12-31","priceSpecification":{"price":"15.00","priceCurrency":"USD","valueAddedTaxIncluded":"false"},"priceCurrency":"USD","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/afpstore.americanfreepress.net\/product\/forsaken-but-not-forgotten\/","seller":{"@type":"Organization","name":"AFP Store","url":"https:\/\/afpstore.americanfreepress.net"}}]}]}</script> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link rel='stylesheet' id='wc-blocks-style-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=11.8.0-dev' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-currency-switcher-css' href='https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/css/front.css?ver=1.4.1.7' type='text/css' media='all' /> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js?ver=0.4.2" id="accounting-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=1.0.9-wc.8.5.1" id="selectWoo-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="yith-wcan-shortcodes-js-extra"> /* <![CDATA[ */ var yith_wcan_shortcodes = {"query_param":"yith_wcan","supported_taxonomies":["product_cat","product_tag"],"content":"#content","change_browser_url":"1","instant_filters":"1","ajax_filters":"1","reload_on_back":"1","show_clear_filter":"","scroll_top":"","scroll_target":"","modal_on_mobile":"","session_param":"","show_current_children":"","loader":"","toggles_open_on_modal":"","mobile_media_query":"991","base_url":"https:\/\/afpstore.americanfreepress.net\/product\/forsaken-but-not-forgotten\/","terms_per_page":"10","currency_format":{"symbol":"&#36;","decimal":".","thousand":",","precision":2,"format":"%s%v"},"labels":{"empty_option":"All","search_placeholder":"Search...","no_items":"No item found","show_more":"Show %d more","close":"Close","save":"Save","show_results":"Show results","clear_selection":"Clear","clear_all_selections":"Clear All"}}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js?ver=4.30.0" id="yith-wcan-shortcodes-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0" id="jquery-selectBox-js"></script> <script type="text/javascript" src="//afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="prettyPhoto-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jquery-yith-wcwl-js-extra"> /* <![CDATA[ */ var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"We are sorry, but this feature is available only if cookies on your browser are enabled.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">Product added to cart successfully<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"a27a78841e","remove_from_wishlist_nonce":"79362fd74c","reload_wishlist_and_adding_elem_nonce":"1fb7085ce2","load_mobile_nonce":"c84b466315","delete_item_nonce":"5339210b08","save_title_nonce":"d200237b1f","save_privacy_nonce":"36c3db80d8","load_fragments_nonce":"2ff7556ca3"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/afpstore.americanfreepress.net"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.min.js?ver=3.29.0" id="jquery-yith-wcwl-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/cmsmasters-mega-menu/js/jquery.megaMenu.js?ver=1.2.9" id="megamenu-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.5.1" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/afpstore.americanfreepress.net\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":"yes"}}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.5.1" id="wc-order-attribution-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/react.min.js?ver=18.2.0" id="react-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/deprecated.min.js?ver=73ad3591e7bc95f4777a" id="wp-deprecated-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/dom.min.js?ver=49ff2869626fbeaacc23" id="wp-dom-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0" id="react-dom-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6" id="wp-escape-html-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/element.min.js?ver=ed1c7604880e8b574b40" id="wp-element-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/is-shallow-equal.min.js?ver=20c2b06ecf04afb14fee" id="wp-is-shallow-equal-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/keycodes.min.js?ver=3460bd0fac9859d6886c" id="wp-keycodes-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/priority-queue.min.js?ver=422e19e9d48b269c5219" id="wp-priority-queue-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/compose.min.js?ver=3189b344ff39fef940b7" id="wp-compose-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/private-apis.min.js?ver=11cb2ebaa70a9f1f0ab5" id="wp-private-apis-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/redux-routine.min.js?ver=0be1b2a6a79703e28531" id="wp-redux-routine-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5" id="wp-data-js"></script> <script type="text/javascript" id="wp-data-js-after"> /* <![CDATA[ */ ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19" id="lodash-js"></script> <script type="text/javascript" id="lodash-js-after"> /* <![CDATA[ */ window.lodash = _.noConflict(); /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=1c879273bd5c193cad0a" id="wc-blocks-registry-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/api-fetch.min.js?ver=0fa4dabf8bf2c7adf21a" id="wp-api-fetch-js"></script> <script type="text/javascript" id="wp-api-fetch-js-after"> /* <![CDATA[ */ wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://afpstore.americanfreepress.net/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "73e385f886" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://afpstore.americanfreepress.net/wp-admin/admin-ajax.php?action=rest-nonce"; /* ]]> */ </script> <script type="text/javascript" id="wc-settings-js-before"> /* <![CDATA[ */ var wcSettings = wcSettings || JSON.parse( decodeURIComponent( '%7B%22shippingCostRequiresAddress%22%3Atrue%2C%22adminUrl%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fwp-admin%5C%2F%22%2C%22countries%22%3A%7B%22AF%22%3A%22Afghanistan%22%2C%22AX%22%3A%22%5Cu00c5land%20Islands%22%2C%22AL%22%3A%22Albania%22%2C%22DZ%22%3A%22Algeria%22%2C%22AS%22%3A%22American%20Samoa%22%2C%22AD%22%3A%22Andorra%22%2C%22AO%22%3A%22Angola%22%2C%22AI%22%3A%22Anguilla%22%2C%22AQ%22%3A%22Antarctica%22%2C%22AG%22%3A%22Antigua%20and%20Barbuda%22%2C%22AR%22%3A%22Argentina%22%2C%22AM%22%3A%22Armenia%22%2C%22AW%22%3A%22Aruba%22%2C%22AU%22%3A%22Australia%22%2C%22AT%22%3A%22Austria%22%2C%22AZ%22%3A%22Azerbaijan%22%2C%22BS%22%3A%22Bahamas%22%2C%22BH%22%3A%22Bahrain%22%2C%22BD%22%3A%22Bangladesh%22%2C%22BB%22%3A%22Barbados%22%2C%22BY%22%3A%22Belarus%22%2C%22PW%22%3A%22Belau%22%2C%22BE%22%3A%22Belgium%22%2C%22BZ%22%3A%22Belize%22%2C%22BJ%22%3A%22Benin%22%2C%22BM%22%3A%22Bermuda%22%2C%22BT%22%3A%22Bhutan%22%2C%22BO%22%3A%22Bolivia%22%2C%22BQ%22%3A%22Bonaire%2C%20Saint%20Eustatius%20and%20Saba%22%2C%22BA%22%3A%22Bosnia%20and%20Herzegovina%22%2C%22BW%22%3A%22Botswana%22%2C%22BV%22%3A%22Bouvet%20Island%22%2C%22BR%22%3A%22Brazil%22%2C%22IO%22%3A%22British%20Indian%20Ocean%20Territory%22%2C%22BN%22%3A%22Brunei%22%2C%22BG%22%3A%22Bulgaria%22%2C%22BF%22%3A%22Burkina%20Faso%22%2C%22BI%22%3A%22Burundi%22%2C%22KH%22%3A%22Cambodia%22%2C%22CM%22%3A%22Cameroon%22%2C%22CA%22%3A%22Canada%22%2C%22CV%22%3A%22Cape%20Verde%22%2C%22KY%22%3A%22Cayman%20Islands%22%2C%22CF%22%3A%22Central%20African%20Republic%22%2C%22TD%22%3A%22Chad%22%2C%22CL%22%3A%22Chile%22%2C%22CN%22%3A%22China%22%2C%22CX%22%3A%22Christmas%20Island%22%2C%22CC%22%3A%22Cocos%20%28Keeling%29%20Islands%22%2C%22CO%22%3A%22Colombia%22%2C%22KM%22%3A%22Comoros%22%2C%22CG%22%3A%22Congo%20%28Brazzaville%29%22%2C%22CD%22%3A%22Congo%20%28Kinshasa%29%22%2C%22CK%22%3A%22Cook%20Islands%22%2C%22CR%22%3A%22Costa%20Rica%22%2C%22HR%22%3A%22Croatia%22%2C%22CU%22%3A%22Cuba%22%2C%22CW%22%3A%22Cura%26ccedil%3Bao%22%2C%22CY%22%3A%22Cyprus%22%2C%22CZ%22%3A%22Czech%20Republic%22%2C%22DK%22%3A%22Denmark%22%2C%22DJ%22%3A%22Djibouti%22%2C%22DM%22%3A%22Dominica%22%2C%22DO%22%3A%22Dominican%20Republic%22%2C%22EC%22%3A%22Ecuador%22%2C%22EG%22%3A%22Egypt%22%2C%22SV%22%3A%22El%20Salvador%22%2C%22GQ%22%3A%22Equatorial%20Guinea%22%2C%22ER%22%3A%22Eritrea%22%2C%22EE%22%3A%22Estonia%22%2C%22SZ%22%3A%22Eswatini%22%2C%22ET%22%3A%22Ethiopia%22%2C%22FK%22%3A%22Falkland%20Islands%22%2C%22FO%22%3A%22Faroe%20Islands%22%2C%22FJ%22%3A%22Fiji%22%2C%22FI%22%3A%22Finland%22%2C%22FR%22%3A%22France%22%2C%22GF%22%3A%22French%20Guiana%22%2C%22PF%22%3A%22French%20Polynesia%22%2C%22TF%22%3A%22French%20Southern%20Territories%22%2C%22GA%22%3A%22Gabon%22%2C%22GM%22%3A%22Gambia%22%2C%22GE%22%3A%22Georgia%22%2C%22DE%22%3A%22Germany%22%2C%22GH%22%3A%22Ghana%22%2C%22GI%22%3A%22Gibraltar%22%2C%22GR%22%3A%22Greece%22%2C%22GL%22%3A%22Greenland%22%2C%22GD%22%3A%22Grenada%22%2C%22GP%22%3A%22Guadeloupe%22%2C%22GU%22%3A%22Guam%22%2C%22GT%22%3A%22Guatemala%22%2C%22GG%22%3A%22Guernsey%22%2C%22GN%22%3A%22Guinea%22%2C%22GW%22%3A%22Guinea-Bissau%22%2C%22GY%22%3A%22Guyana%22%2C%22HT%22%3A%22Haiti%22%2C%22HM%22%3A%22Heard%20Island%20and%20McDonald%20Islands%22%2C%22HN%22%3A%22Honduras%22%2C%22HK%22%3A%22Hong%20Kong%22%2C%22HU%22%3A%22Hungary%22%2C%22IS%22%3A%22Iceland%22%2C%22IN%22%3A%22India%22%2C%22ID%22%3A%22Indonesia%22%2C%22IR%22%3A%22Iran%22%2C%22IQ%22%3A%22Iraq%22%2C%22IE%22%3A%22Ireland%22%2C%22IM%22%3A%22Isle%20of%20Man%22%2C%22IL%22%3A%22Israel%22%2C%22IT%22%3A%22Italy%22%2C%22CI%22%3A%22Ivory%20Coast%22%2C%22JM%22%3A%22Jamaica%22%2C%22JP%22%3A%22Japan%22%2C%22JE%22%3A%22Jersey%22%2C%22JO%22%3A%22Jordan%22%2C%22KZ%22%3A%22Kazakhstan%22%2C%22KE%22%3A%22Kenya%22%2C%22KI%22%3A%22Kiribati%22%2C%22KW%22%3A%22Kuwait%22%2C%22KG%22%3A%22Kyrgyzstan%22%2C%22LA%22%3A%22Laos%22%2C%22LV%22%3A%22Latvia%22%2C%22LB%22%3A%22Lebanon%22%2C%22LS%22%3A%22Lesotho%22%2C%22LR%22%3A%22Liberia%22%2C%22LY%22%3A%22Libya%22%2C%22LI%22%3A%22Liechtenstein%22%2C%22LT%22%3A%22Lithuania%22%2C%22LU%22%3A%22Luxembourg%22%2C%22MO%22%3A%22Macao%22%2C%22MG%22%3A%22Madagascar%22%2C%22MW%22%3A%22Malawi%22%2C%22MY%22%3A%22Malaysia%22%2C%22MV%22%3A%22Maldives%22%2C%22ML%22%3A%22Mali%22%2C%22MT%22%3A%22Malta%22%2C%22MH%22%3A%22Marshall%20Islands%22%2C%22MQ%22%3A%22Martinique%22%2C%22MR%22%3A%22Mauritania%22%2C%22MU%22%3A%22Mauritius%22%2C%22YT%22%3A%22Mayotte%22%2C%22MX%22%3A%22Mexico%22%2C%22FM%22%3A%22Micronesia%22%2C%22MD%22%3A%22Moldova%22%2C%22MC%22%3A%22Monaco%22%2C%22MN%22%3A%22Mongolia%22%2C%22ME%22%3A%22Montenegro%22%2C%22MS%22%3A%22Montserrat%22%2C%22MA%22%3A%22Morocco%22%2C%22MZ%22%3A%22Mozambique%22%2C%22MM%22%3A%22Myanmar%22%2C%22NA%22%3A%22Namibia%22%2C%22NR%22%3A%22Nauru%22%2C%22NP%22%3A%22Nepal%22%2C%22NL%22%3A%22Netherlands%22%2C%22NC%22%3A%22New%20Caledonia%22%2C%22NZ%22%3A%22New%20Zealand%22%2C%22NI%22%3A%22Nicaragua%22%2C%22NE%22%3A%22Niger%22%2C%22NG%22%3A%22Nigeria%22%2C%22NU%22%3A%22Niue%22%2C%22NF%22%3A%22Norfolk%20Island%22%2C%22KP%22%3A%22North%20Korea%22%2C%22MK%22%3A%22North%20Macedonia%22%2C%22MP%22%3A%22Northern%20Mariana%20Islands%22%2C%22NO%22%3A%22Norway%22%2C%22OM%22%3A%22Oman%22%2C%22PK%22%3A%22Pakistan%22%2C%22PS%22%3A%22Palestinian%20Territory%22%2C%22PA%22%3A%22Panama%22%2C%22PG%22%3A%22Papua%20New%20Guinea%22%2C%22PY%22%3A%22Paraguay%22%2C%22PE%22%3A%22Peru%22%2C%22PH%22%3A%22Philippines%22%2C%22PN%22%3A%22Pitcairn%22%2C%22PL%22%3A%22Poland%22%2C%22PT%22%3A%22Portugal%22%2C%22PR%22%3A%22Puerto%20Rico%22%2C%22QA%22%3A%22Qatar%22%2C%22RE%22%3A%22Reunion%22%2C%22RO%22%3A%22Romania%22%2C%22RU%22%3A%22Russia%22%2C%22RW%22%3A%22Rwanda%22%2C%22BL%22%3A%22Saint%20Barth%26eacute%3Blemy%22%2C%22SH%22%3A%22Saint%20Helena%22%2C%22KN%22%3A%22Saint%20Kitts%20and%20Nevis%22%2C%22LC%22%3A%22Saint%20Lucia%22%2C%22SX%22%3A%22Saint%20Martin%20%28Dutch%20part%29%22%2C%22MF%22%3A%22Saint%20Martin%20%28French%20part%29%22%2C%22PM%22%3A%22Saint%20Pierre%20and%20Miquelon%22%2C%22VC%22%3A%22Saint%20Vincent%20and%20the%20Grenadines%22%2C%22WS%22%3A%22Samoa%22%2C%22SM%22%3A%22San%20Marino%22%2C%22ST%22%3A%22S%26atilde%3Bo%20Tom%26eacute%3B%20and%20Pr%26iacute%3Bncipe%22%2C%22SA%22%3A%22Saudi%20Arabia%22%2C%22SN%22%3A%22Senegal%22%2C%22RS%22%3A%22Serbia%22%2C%22SC%22%3A%22Seychelles%22%2C%22SL%22%3A%22Sierra%20Leone%22%2C%22SG%22%3A%22Singapore%22%2C%22SK%22%3A%22Slovakia%22%2C%22SI%22%3A%22Slovenia%22%2C%22SB%22%3A%22Solomon%20Islands%22%2C%22SO%22%3A%22Somalia%22%2C%22ZA%22%3A%22South%20Africa%22%2C%22GS%22%3A%22South%20Georgia%5C%2FSandwich%20Islands%22%2C%22KR%22%3A%22South%20Korea%22%2C%22SS%22%3A%22South%20Sudan%22%2C%22ES%22%3A%22Spain%22%2C%22LK%22%3A%22Sri%20Lanka%22%2C%22SD%22%3A%22Sudan%22%2C%22SR%22%3A%22Suriname%22%2C%22SJ%22%3A%22Svalbard%20and%20Jan%20Mayen%22%2C%22SE%22%3A%22Sweden%22%2C%22CH%22%3A%22Switzerland%22%2C%22SY%22%3A%22Syria%22%2C%22TW%22%3A%22Taiwan%22%2C%22TJ%22%3A%22Tajikistan%22%2C%22TZ%22%3A%22Tanzania%22%2C%22TH%22%3A%22Thailand%22%2C%22TL%22%3A%22Timor-Leste%22%2C%22TG%22%3A%22Togo%22%2C%22TK%22%3A%22Tokelau%22%2C%22TO%22%3A%22Tonga%22%2C%22TT%22%3A%22Trinidad%20and%20Tobago%22%2C%22TN%22%3A%22Tunisia%22%2C%22TR%22%3A%22Turkey%22%2C%22TM%22%3A%22Turkmenistan%22%2C%22TC%22%3A%22Turks%20and%20Caicos%20Islands%22%2C%22TV%22%3A%22Tuvalu%22%2C%22UG%22%3A%22Uganda%22%2C%22UA%22%3A%22Ukraine%22%2C%22AE%22%3A%22United%20Arab%20Emirates%22%2C%22GB%22%3A%22United%20Kingdom%20%28UK%29%22%2C%22US%22%3A%22United%20States%20%28US%29%22%2C%22UM%22%3A%22United%20States%20%28US%29%20Minor%20Outlying%20Islands%22%2C%22UY%22%3A%22Uruguay%22%2C%22UZ%22%3A%22Uzbekistan%22%2C%22VU%22%3A%22Vanuatu%22%2C%22VA%22%3A%22Vatican%22%2C%22VE%22%3A%22Venezuela%22%2C%22VN%22%3A%22Vietnam%22%2C%22VG%22%3A%22Virgin%20Islands%20%28British%29%22%2C%22VI%22%3A%22Virgin%20Islands%20%28US%29%22%2C%22WF%22%3A%22Wallis%20and%20Futuna%22%2C%22EH%22%3A%22Western%20Sahara%22%2C%22YE%22%3A%22Yemen%22%2C%22ZM%22%3A%22Zambia%22%2C%22ZW%22%3A%22Zimbabwe%22%7D%2C%22currency%22%3A%7B%22code%22%3A%22USD%22%2C%22precision%22%3A2%2C%22symbol%22%3A%22%24%22%2C%22symbolPosition%22%3A%22left%22%2C%22decimalSeparator%22%3A%22.%22%2C%22thousandSeparator%22%3A%22%2C%22%2C%22priceFormat%22%3A%22%251%24s%252%24s%22%7D%2C%22currentUserId%22%3A0%2C%22currentUserIsAdmin%22%3Afalse%2C%22dateFormat%22%3A%22F%20j%2C%20Y%22%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2F%22%2C%22locale%22%3A%7B%22siteLocale%22%3A%22en_US%22%2C%22userLocale%22%3A%22en_US%22%2C%22weekdaysShort%22%3A%5B%22Sun%22%2C%22Mon%22%2C%22Tue%22%2C%22Wed%22%2C%22Thu%22%2C%22Fri%22%2C%22Sat%22%5D%7D%2C%22dashboardUrl%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%22%2C%22orderStatuses%22%3A%7B%22pending%22%3A%22Pending%20payment%22%2C%22processing%22%3A%22Processing%22%2C%22on-hold%22%3A%22On%20hold%22%2C%22completed%22%3A%22Completed%22%2C%22cancelled%22%3A%22Cancelled%22%2C%22refunded%22%3A%22Refunded%22%2C%22failed%22%3A%22Failed%22%2C%22checkout-draft%22%3A%22Draft%22%7D%2C%22placeholderImgSrc%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fwp-content%5C%2Fuploads%5C%2Fwoocommerce-placeholder-540x691.png%22%2C%22productsSettings%22%3A%7B%22cartRedirectAfterAdd%22%3Afalse%7D%2C%22siteTitle%22%3A%22AFP%20Store%22%2C%22storePages%22%3A%7B%22myaccount%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%2C%22shop%22%3A%7B%22id%22%3A4%2C%22title%22%3A%22Shop%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fshop%5C%2F%22%7D%2C%22cart%22%3A%7B%22id%22%3A5%2C%22title%22%3A%22Cart%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fcart%5C%2F%22%7D%2C%22checkout%22%3A%7B%22id%22%3A4011%2C%22title%22%3A%22Checkout%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fcheck-out%5C%2F%22%7D%2C%22privacy%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%2C%22terms%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%7D%2C%22wcAssetUrl%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce%5C%2Fassets%5C%2F%22%2C%22wcVersion%22%3A%228.5.1%22%2C%22wpLoginUrl%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fwp-login.php%22%2C%22wpVersion%22%3A%226.4.3%22%2C%22collectableMethodIds%22%3A%5B%5D%2C%22admin%22%3A%7B%22wccomHelper%22%3A%7B%22isConnected%22%3Afalse%2C%22connectURL%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%5C%2Fwp-admin%5C%2Fadmin.php%3Fpage%3Dwc-addons%26section%3Dhelper%26wc-helper-connect%3D1%26wc-helper-nonce%3D879ee309c2%22%2C%22userEmail%22%3A%22%22%2C%22userAvatar%22%3A%22https%3A%5C%2F%5C%2Fsecure.gravatar.com%5C%2Favatar%5C%2F%3Fs%3D48%26d%3Dmm%26r%3Dg%22%2C%22storeCountry%22%3A%22US%22%2C%22inAppPurchaseURLParams%22%3A%7B%22wccom-site%22%3A%22https%3A%5C%2F%5C%2Fafpstore.americanfreepress.net%22%2C%22wccom-back%22%3A%22%252Fproduct%252Fforsaken-but-not-forgotten%252F%253Fadd-to-cart%253D112%22%2C%22wccom-woo-version%22%3A%228.5.1%22%2C%22wccom-connect-nonce%22%3A%22879ee309c2%22%7D%7D%2C%22_feature_nonce%22%3A%22ed77818121%22%2C%22alertCount%22%3A%222%22%2C%22visibleTaskListIds%22%3A%5B%22extended%22%5D%7D%7D' ) ); /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=07c2f0675ddd247d2325" id="wc-settings-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/data-controls.min.js?ver=fe4ccc8a1782ea8e2cb1" id="wp-data-controls-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/html-entities.min.js?ver=36a4a255da7dd2e1bf8e" id="wp-html-entities-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/notices.min.js?ver=38e88f4b627cf873edd0" id="wp-notices-js"></script> <script type="text/javascript" id="wc-blocks-middleware-js-before"> /* <![CDATA[ */ var wcBlocksMiddlewareConfig = { storeApiNonce: '0aa23bc289', wcStoreApiNonceTimestamp: '1708850910' }; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=ca04183222edaf8a26be" id="wc-blocks-middleware-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=c96aba0171b12e03b8a6" id="wc-blocks-data-store-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/primitives.min.js?ver=6984e6eb5d6157c4fe44" id="wp-primitives-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/dist/warning.min.js?ver=122829a085511691f14d" id="wp-warning-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=b165bb2bd213326d7f31" id="wc-blocks-components-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=9f469ef17beaf7c51576" id="wc-blocks-checkout-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution-blocks.min.js?ver=8.5.1" id="wc-order-attribution-blocks-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/advanced-woo-search-pro/assets/js/common.js?ver=1.32" id="aws-script-js"></script> <script type="text/javascript" id="yith-woocompare-main-js-extra"> /* <![CDATA[ */ var yith_woocompare = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","actionadd":"yith-woocompare-add-product","actionremove":"yith-woocompare-remove-product","actionview":"yith-woocompare-view-table","actionreload":"yith-woocompare-reload-product","added_label":"Added","table_title":"Product Comparison","auto_open":"yes","loader":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/yith-woocommerce-compare\/assets\/images\/loader.gif","button_text":"Compare","cookie_name":"yith_woocompare_list","close_label":"Close"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-compare/assets/js/woocompare.min.js?ver=2.35.0" id="yith-woocompare-main-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-compare/assets/js/jquery.colorbox-min.js?ver=1.4.21" id="jquery-colorbox-js"></script> <script type="text/javascript" id="yith-wcqv-frontend-js-extra"> /* <![CDATA[ */ var yith_qv = {"ajaxurl":"\/wp-admin\/admin-ajax.php","loader":"https:\/\/afpstore.americanfreepress.net\/wp-content\/plugins\/yith-woocommerce-quick-view\/assets\/image\/qv-loader.gif","lang":""}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/yith-woocommerce-quick-view/assets/js/frontend.min.js?ver=1.34.0" id="yith-wcqv-frontend-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/cmsmasters-hover-slider.min.js?ver=1.0.0" id="cmsmasters-hover-slider-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/easing.min.js?ver=1.0.0" id="easing-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/easy-pie-chart.min.js?ver=1.0.0" id="easy-pie-chart-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/mousewheel.min.js?ver=1.0.0" id="mousewheel-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/owlcarousel.min.js?ver=1.0.0" id="owlcarousel-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/request-animation-frame.min.js?ver=1.0.0" id="request-animation-frame-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/scrollspy.js?ver=1.0.0" id="scrollspy-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/scroll-to.min.js?ver=1.0.0" id="scroll-to-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/stellar.min.js?ver=1.0.0" id="stellar-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js?ver=5.1.1" id="waypoints-js"></script> <script type="text/javascript" id="printpress-script-js-extra"> /* <![CDATA[ */ var cmsmasters_script = {"theme_url":"https:\/\/afpstore.americanfreepress.net\/wp-content\/themes\/printpress","site_url":"https:\/\/afpstore.americanfreepress.net\/","ajaxurl":"https:\/\/afpstore.americanfreepress.net\/wp-admin\/admin-ajax.php","nonce_ajax_like":"7d89ac6522","nonce_ajax_view":"c4f4e2da2b","project_puzzle_proportion":"1","gmap_api_key":"","gmap_api_key_notice":"Please add your Google Maps API key","gmap_api_key_notice_link":"read more how","primary_color":"#cc302b","ilightbox_skin":"dark","ilightbox_path":"vertical","ilightbox_infinite":"0","ilightbox_aspect_ratio":"1","ilightbox_mobile_optimizer":"1","ilightbox_max_scale":"1","ilightbox_min_scale":"0.2","ilightbox_inner_toolbar":"0","ilightbox_smart_recognition":"0","ilightbox_fullscreen_one_slide":"0","ilightbox_fullscreen_viewport":"center","ilightbox_controls_toolbar":"1","ilightbox_controls_arrows":"0","ilightbox_controls_fullscreen":"1","ilightbox_controls_thumbnail":"1","ilightbox_controls_keyboard":"1","ilightbox_controls_mousewheel":"1","ilightbox_controls_swipe":"1","ilightbox_controls_slideshow":"0","ilightbox_close_text":"Close","ilightbox_enter_fullscreen_text":"Enter Fullscreen (Shift+Enter)","ilightbox_exit_fullscreen_text":"Exit Fullscreen (Shift+Enter)","ilightbox_slideshow_text":"Slideshow","ilightbox_next_text":"Next","ilightbox_previous_text":"Previous","ilightbox_load_image_error":"An error occurred when trying to load photo.","ilightbox_load_contents_error":"An error occurred when trying to load contents.","ilightbox_missing_plugin_error":"The content your are attempting to view requires the <a href='{pluginspage}' target='_blank'>{type} plugin<\\\/a>."}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/jquery.script.js?ver=1.0.0" id="printpress-script-js"></script> <script type="text/javascript" id="printpress-theme-script-js-extra"> /* <![CDATA[ */ var cmsmasters_theme_script = {"primary_color":"#cc302b"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/theme-framework/theme-style/js/jquery.theme-script.js?ver=1.0.0" id="printpress-theme-script-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/jquery.tweet.min.js?ver=1.3.1" id="twitter-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/js/smooth-sticky.min.js?ver=1.0.2" id="smooth-sticky-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" id="printpress-woocommerce-script-js-extra"> /* <![CDATA[ */ var cmsmasters_woo_script = {"currency_symbol":"$","thumbnail_image_width":"70","thumbnail_image_height":"70"}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/themes/printpress/woocommerce/cmsmasters-framework/theme-style/js/jquery.plugin-script.js?ver=1.0.0" id="printpress-woocommerce-script-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.2" id="jquery-ui-slider-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js?ver=8.5.1" id="wc-jquery-ui-touchpunch-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/js/price-slider_33.js?ver=1.4.1.7" id="wc-price-slider_33-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/js/real-active-filters.js?ver=1.4.1.7" id="woocs-real-active-filters-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/js/real-price-filter-frontend.js?ver=1.4.1.7" id="woocs-price-filter-frontend-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/js/jquery.ddslick.min.js?ver=1.4.1.7" id="jquery.ddslick.min-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce-currency-switcher/js/front.js?ver=1.4.1.7" id="woocommerce-currency-switcher-js"></script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="text/javascript" src="https://afpstore.americanfreepress.net/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.5.1" id="wc-add-to-cart-variation-js" defer="defer" data-wp-strategy="defer"></script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { _wca.push({'_en': 'woocommerceanalytics_product_view','pq': '1', 'blog_id': '140035609', 'ui': 'null', 'url': 'https://afpstore.americanfreepress.net', 'woo_version': '8.5.1', 'store_admin': '0', 'device': 'desktop', 'template_used': '0', 'additional_blocks_on_cart_page': [],'additional_blocks_on_checkout_page': [],'store_currency': 'USD', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '1', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', 'pi': '112', 'pn': 'BLACKBALLED by HISTORY: True Tales of Some of History’s Most Demonized Characters', 'pc': 'AFP Publishing/History', 'pp': '15.00', 'pt': 'simple', }); _wca.push({'_en': 'woocommerceanalytics_add_to_cart','pq': '1', 'blog_id': '140035609', 'ui': 'null', 'url': 'https://afpstore.americanfreepress.net', 'woo_version': '8.5.1', 'store_admin': '0', 'device': 'desktop', 'template_used': '0', 'additional_blocks_on_cart_page': [],'additional_blocks_on_checkout_page': [],'store_currency': 'USD', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '1', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', 'pi': '112', 'pn': 'BLACKBALLED by HISTORY: True Tales of Some of History’s Most Demonized Characters', 'pc': 'AFP Publishing/History', 'pp': '15.00', 'pt': 'simple', }); _wca.push({'_en': 'woocommerceanalytics_product_view','blog_id': '140035609', 'ui': 'null', 'url': 'https://afpstore.americanfreepress.net', 'woo_version': '8.5.1', 'store_admin': '0', 'device': 'desktop', 'template_used': '0', 'additional_blocks_on_cart_page': [],'additional_blocks_on_checkout_page': [],'store_currency': 'USD', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '1', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', 'pi': '2042', 'pn': 'FORSAKEN But Not FORGOTTEN: America\'s Most Shameful National Secret Revealed', 'pc': 'History/Recommended/World War I and II', 'pp': '15.00', 'pt': 'simple', }); }); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "By Philip Rife\nIt would be shameful if the U.S. government turned its back on one captured American. But between the Russian civil war, World War II, the Korean War, Vietnam, and the Cold War, as many as 30,000 American soldiers, sailors, marines, airmen, and civilians were knowingly abandoned by this country’s leaders.\nInside Forsaken But Not Forgotten: America’s Most Shameful National Secret Revealed, longtime author and historical researcher Philip Rife presents the government’s rationale for abandoning so many of America’s military men behind enemy lines. You can decide for yourself whether these were the right actions.\nRife felt an obligation to tell this story for the abandoned Americans, their parents, brothers, sisters, wives, children, and other concerned Americans. It’s a story every American should know, and AFP is proud to help distribute the first edition of this important book. This professionally produced book discusses:\n- American soldiers captured by the Bolsheviks during the Russian civil war. Few people even know Woodrow Wilson sent U.S. troops to help the White Russian forces who were trying to oust the murderous regime that slaughtered Czar Nicholas II, his family and, inevitably, an estimated 66 million Russian Christians. These captured U.S. soldiers were used as bargaining chips by the Bolsheviks. How many were captured and never returned is unknown.\n- World War II prisoners of the Soviets knowingly abandoned by the U.S. government. It is estimated hundreds—if not thousands—ended up in Soviet gulags and were never returned (probably worked to death). Despite repeated efforts, the truth of this matter has never been made public and the U.S. government still refuses to acknowledge that Stalin enslaved thousands of captured U.S. servicemen.\n- Korean War prisoners of the Soviets, North Koreans and the Chinese. Thousands of other American families whose loved ones survived the fighting never saw them again because the men were knowingly abandoned to their communist captors when the shooting stopped. Today—decades later—President Donald Trump is trying to finally resolve this issue.\n- POWs of the North Vietnamese. After the war officially ended, the U.S. estimated that 3,000 Americans were being held captive somewhere in the jungles of Vietnam, Cambodia and Laos. Though the U.S. military’s war effort never “officially” involved actions outside of Vietnam, hundreds of “ghost soldiers” were sent there and abandoned after the war, the U.S. preferring not to admit it had ever sent servicemen there. Over the decades, sightings of U.S. POWs popped up again and again. Shockingly, private efforts to get jailers in Southeast Asia to turn over these POWs were thwarted again and again by the U.S. government.\n- America’s abandoned Cold Warriors. The story of Francis Gary Powers—the CIA pilot whose U-2 spy plane was shot down in Russian airspace and then released in exchange for KGB Col. Rudolf Abe—received worldwide coverage when it occurred in 1960. But few people are aware that dozens of other Americans performing similar clandestine Cold War reconnaissance missions were also shot down by the communists and never returned. What happened to them?\nLoaded with 30 illustrations and photos, this is a book you will cherish and pass on to others you want to inform about this national tragedy—one that is in the news right now.\nSoftcover, 89 pages\nAbout The Author\nPHILIP RIFE is a veteran of the U.S. Air Force and the author of many books, including The Pariah Files: 25 Dark Secrets You’re Not Supposed to Know, It Didn’t Start With Roswell: 50 Years of Amazing UFO Crashes, Close Encounters and Coverups, The Goliath Conspiracy, Premature Burials: Famous and Infamous People Who Cheated Death and Hoodwinked History, Was It Murder? Surprising Facts About 22 Famous Deaths and others. He is also a frequent contributor to The Barnes Review history magazine.", "id": "<urn:uuid:d7bc7fba-bd4f-4885-80eb-b9f519a9d657>", "dump": "CC-MAIN-2024-10", "url": "https://afpstore.americanfreepress.net/product/forsaken-but-not-forgotten/?add-to-cart=112", "date": "2024-02-25T08:48:30", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9626194834709167, "token_count": 840 } }
<urn:uuid:85c97495-1a24-42ed-a19c-4d00a3688bba>
<!DOCTYPE html> <html lang="en-GB" class="" data-skin="light" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <!-- Search Engine Optimisation by Rank Math - https://s.rankmath.com/home --> <title>Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;.</title> <meta name="description" content="Kelly Clarkson&#039;s performance of &quot;The Dance&quot; at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in"/> <meta name="robots" content="nofollow, noindex"/> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;." /> <meta property="og:description" content="Kelly Clarkson&#039;s performance of &quot;The Dance&quot; at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in" /> <meta property="og:url" content="https://agacsakal.com/dm66gi6bnaweo509zfo1/" /> <meta property="og:site_name" content="Agac Sakal" /> <meta property="article:section" content="Country Music" /> <meta property="og:updated_time" content="2023-11-10T15:04:25+00:00" /> <meta property="og:image" content="https://agacsakal.com/wp-admin/admin-ajax.php?action=rank_math_overlay_thumb&id=5424&type=play" /> <meta property="og:image:secure_url" content="https://agacsakal.com/wp-admin/admin-ajax.php?action=rank_math_overlay_thumb&id=5424&type=play" /> <meta property="og:image:width" content="1487" /> <meta property="og:image:height" content="787" /> <meta property="og:image:alt" content="Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;." /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;." /> <meta name="twitter:description" content="Kelly Clarkson&#039;s performance of &quot;The Dance&quot; at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in" /> <meta name="twitter:site" content="@lifeguid" /> <meta name="twitter:creator" content="@lifeguid" /> <meta name="twitter:image" content="https://agacsakal.com/wp-admin/admin-ajax.php?action=rank_math_overlay_thumb&id=5424&type=play" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://agacsakal.com/#person","name":"Marlene"},{"@type":"WebSite","@id":"https://agacsakal.com/#website","url":"https://agacsakal.com","name":"Marlene","publisher":{"@id":"https://agacsakal.com/#person"},"inLanguage":"en-GB"},{"@type":"ImageObject","@id":"https://agacsakal.com/wp-content/uploads/2022/11/123213.jpg","url":"https://agacsakal.com/wp-content/uploads/2022/11/123213.jpg","width":"1487","height":"787","inLanguage":"en-GB"},{"@type":"Person","@id":"https://agacsakal.com/author/lifeguid/","name":"Marlene","url":"https://agacsakal.com/author/lifeguid/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/09a14540a03cbd9bb0fe6bfda35419ba?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/09a14540a03cbd9bb0fe6bfda35419ba?s=96&amp;d=mm&amp;r=g","caption":"Marlene","inLanguage":"en-GB"},"sameAs":["https://agacsakal.com"]},{"@type":"WebPage","@id":"https://agacsakal.com/dm66gi6bnaweo509zfo1/#webpage","url":"https://agacsakal.com/dm66gi6bnaweo509zfo1/","name":"Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;.","datePublished":"2023-01-03T05:02:15+00:00","dateModified":"2023-11-10T15:04:25+00:00","author":{"@id":"https://agacsakal.com/author/lifeguid/"},"isPartOf":{"@id":"https://agacsakal.com/#website"},"primaryImageOfPage":{"@id":"https://agacsakal.com/wp-content/uploads/2022/11/123213.jpg"},"inLanguage":"en-GB"},{"@type":"BlogPosting","headline":"Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;.","datePublished":"2023-01-03T05:02:15+00:00","dateModified":"2023-11-10T15:04:25+00:00","author":{"@type":"Person","name":"Marlene"},"publisher":{"@id":"https://agacsakal.com/#person"},"description":"Kelly Clarkson&#039;s performance of &quot;The Dance&quot; at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in","name":"Garth Brooks sheds tears during Kelly Clarkson&#039;s rendition of his song &#039;The Dance&#039;.","@id":"https://agacsakal.com/dm66gi6bnaweo509zfo1/#richSnippet","isPartOf":{"@id":"https://agacsakal.com/dm66gi6bnaweo509zfo1/#webpage"},"image":{"@id":"https://agacsakal.com/wp-content/uploads/2022/11/123213.jpg"},"inLanguage":"en-GB","mainEntityOfPage":{"@id":"https://agacsakal.com/dm66gi6bnaweo509zfo1/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel="alternate" type="application/rss+xml" title="Agac Sakal &raquo; Feed" href="https://agacsakal.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Agac Sakal &raquo; Comments Feed" href="https://agacsakal.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Agac Sakal &raquo; Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;. Comments Feed" href="https://agacsakal.com/dm66gi6bnaweo509zfo1/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/agacsakal.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://agacsakal.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='tie-css-base-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/base.min.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-css-styles-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/style.min.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-css-widgets-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/widgets.min.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-css-helpers-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/helpers.min.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-fontawesome5-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/fontawesome.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-css-single-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/single.min.css?ver=5.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='tie-css-print-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/css/print.css?ver=5.4.10' type='text/css' media='print' /> <link rel='stylesheet' id='tie-css-style-custom-css' href='https://agacsakal.com/wp-content/themes/jannah/assets/custom-css/style-custom.css?ver=71581' type='text/css' media='all' /> <style id='tie-css-style-custom-inline-css' type='text/css'> .brand-title,a:hover,.tie-popup-search-submit,#logo.text-logo a,.theme-header nav .components #search-submit:hover,.theme-header .header-nav .components > li:hover > a,.theme-header .header-nav .components li a:hover,.main-menu ul.cats-vertical li a.is-active,.main-menu ul.cats-vertical li a:hover,.main-nav li.mega-menu .post-meta a:hover,.main-nav li.mega-menu .post-box-title a:hover,.search-in-main-nav.autocomplete-suggestions a:hover,#main-nav .menu ul:not(.cats-horizontal) li:hover > a,#main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,.top-nav .menu li:hover > a,.top-nav .menu > .tie-current-menu > a,.search-in-top-nav.autocomplete-suggestions .post-title a:hover,div.mag-box .mag-box-options .mag-box-filter-links a.active,.mag-box-filter-links .flexMenu-viewMore:hover > a,.stars-rating-active,body .tabs.tabs .active > a,.video-play-icon,.spinner-circle:after,#go-to-content:hover,.comment-list .comment-author .fn,.commentlist .comment-author .fn,blockquote::before,blockquote cite,blockquote.quote-simple p,.multiple-post-pages a:hover,#story-index li .is-current,.latest-tweets-widget .twitter-icon-wrap span,.wide-slider-nav-wrapper .slide,.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span,.review-final-score h3,#mobile-menu-icon:hover .menu-text,body .entry a,.dark-skin body .entry a,.entry .post-bottom-meta a:hover,.comment-list .comment-content a,q a,blockquote a,.widget.tie-weather-widget .icon-basecloud-bg:after,.site-footer a:hover,.site-footer .stars-rating-active,.site-footer .twitter-icon-wrap span,.site-info a:hover{color: #3498db;}#instagram-link a:hover{color: #3498db !important;border-color: #3498db !important;}#theme-header #main-nav .spinner-circle:after{color: #222222;}[type='submit'],.button,.generic-button a,.generic-button button,.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,.theme-header .header-nav .comp-sub-menu a.checkout-button,nav.main-nav .menu > li.tie-current-menu > a,nav.main-nav .menu > li:hover > a,.main-menu .mega-links-head:after,.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,#mobile-menu-icon:hover .nav-icon,#mobile-menu-icon:hover .nav-icon:before,#mobile-menu-icon:hover .nav-icon:after,.search-in-main-nav.autocomplete-suggestions a.button,.search-in-top-nav.autocomplete-suggestions a.button,.spinner > div,.post-cat,.pages-numbers li.current span,.multiple-post-pages > span,#tie-wrapper .mejs-container .mejs-controls,.mag-box-filter-links a:hover,.slider-arrow-nav a:not(.pagination-disabled):hover,.comment-list .reply a:hover,.commentlist .reply a:hover,#reading-position-indicator,#story-index-icon,.videos-block .playlist-title,.review-percentage .review-item span span,.tie-slick-dots li.slick-active button,.tie-slick-dots li button:hover,.digital-rating-static,.timeline-widget li a:hover .date:before,#wp-calendar #today,.posts-list-counter li.widget-post-list:before,.cat-counter a + span,.tie-slider-nav li span:hover,.fullwidth-area .widget_tag_cloud .tagcloud a:hover,.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover,.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a,.magazine1 .dark-widgetized-area ul.tabs a:hover,.magazine1 .dark-widgetized-area ul.tabs .active a,.block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a,.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before,.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after,.demo_store,.demo #logo:after,.demo #sticky-logo:after,.widget.tie-weather-widget,span.video-close-btn:hover,#go-to-top,.latest-tweets-widget .slider-links .button:not(:hover){background-color: #3498db;color: #FFFFFF;}.tie-weather-widget .widget-title .the-subtitle,.block-head-4.magazine2 #footer .tabs .active a:hover{color: #FFFFFF;}pre,code,.pages-numbers li.current span,.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,.multiple-post-pages > span,.post-content-slideshow .tie-slider-nav li span:hover,#tie-body .tie-slider-nav li > span:hover,.slider-arrow-nav a:not(.pagination-disabled):hover,.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,.main-nav .mega-menu.mega-cat .cats-horizontal li a:hover,.main-menu .menu > li > .menu-sub-content{border-color: #3498db;}.main-menu .menu > li.tie-current-menu{border-bottom-color: #3498db;}.top-nav .menu li.tie-current-menu > a:before,.top-nav .menu li.menu-item-has-children:hover > a:before{border-top-color: #3498db;}.main-nav .main-menu .menu > li.tie-current-menu > a:before,.main-nav .main-menu .menu > li:hover > a:before{border-top-color: #FFFFFF;}header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-left-color: #3498db;}.rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,.rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before{border-right-color: #3498db;border-left-color: transparent;}.top-nav ul.menu li .menu-item-has-children:hover > a:before{border-top-color: transparent;border-left-color: #3498db;}.rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before{border-left-color: transparent;border-right-color: #3498db;}::-moz-selection{background-color: #3498db;color: #FFFFFF;}::selection{background-color: #3498db;color: #FFFFFF;}circle.circle_bar{stroke: #3498db;}#reading-position-indicator{box-shadow: 0 0 10px rgba( 52,152,219,0.7);}#logo.text-logo a:hover,body .entry a:hover,.dark-skin body .entry a:hover,.comment-list .comment-content a:hover,.block-head-4.magazine2 .site-footer .tabs li a:hover,q a:hover,blockquote a:hover{color: #0266a9;}.button:hover,input[type='submit']:hover,.generic-button a:hover,.generic-button button:hover,a.post-cat:hover,.site-footer .button:hover,.site-footer [type='submit']:hover,.search-in-main-nav.autocomplete-suggestions a.button:hover,.search-in-top-nav.autocomplete-suggestions a.button:hover,.theme-header .header-nav .comp-sub-menu a.checkout-button:hover{background-color: #0266a9;color: #FFFFFF;}.theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover),body .entry a.button{color: #FFFFFF;}#story-index.is-compact .story-index-content{background-color: #3498db;}#story-index.is-compact .story-index-content a,#story-index.is-compact .story-index-content .is-current{color: #FFFFFF;}#tie-body .mag-box-title h3 a,#tie-body .block-more-button{color: #3498db;}#tie-body .mag-box-title h3 a:hover,#tie-body .block-more-button:hover{color: #0266a9;}#tie-body .mag-box-title{color: #3498db;}#tie-body .mag-box-title:before{border-top-color: #3498db;}#tie-body .mag-box-title:after,#tie-body #footer .widget-title:after{background-color: #3498db;} </style> <script type="text/javascript" src="https://agacsakal.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://agacsakal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://agacsakal.com/wp-json/" /><link rel="alternate" type="application/json" href="https://agacsakal.com/wp-json/wp/v2/posts/6506" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://agacsakal.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://agacsakal.com/?p=6506' /> <link rel="alternate" type="application/json+oembed" href="https://agacsakal.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagacsakal.com%2Fdm66gi6bnaweo509zfo1%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://agacsakal.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagacsakal.com%2Fdm66gi6bnaweo509zfo1%2F&#038;format=xml" /> <script data-cfasync='false' src='//monu.delivery/site/c/f/d27b57-c386-4e1d-aa51-f06f93643386.js' type='text/javascript'></script> <meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="text/javascript" src="//monu.delivery/site/c/f/d27b57-c386-4e1d-aa51-f06f93643386.js" data-cfasync="false"></script> <!--MONUMETRIC Footer In-screen D:728x90 M:320x50,320x100 T:728x90 START--> <div id="mmt-980d7053-91b3-4d14-85f6-e91a124e9f93"></div><script type="text/javascript" data-cfasync="false">$MMT = window.$MMT || {}; $MMT.cmd = $MMT.cmd || [];$MMT.cmd.push(function(){ $MMT.display.slots.push(["980d7053-91b3-4d14-85f6-e91a124e9f93"]); })</script> <!--MONUMETRIC Footer In-screen D:728x90 M:320x50,320x100 T:728x90 ENDS--> <!--MONUMETRIC Header In-screen D:728x90 M:320x50,320x100 T:728x90 START--> <div id="mmt-9599d2cc-b467-4cd8-8fd6-3488ba0a9632"></div><script type="text/javascript" data-cfasync="false">$MMT = window.$MMT || {}; $MMT.cmd = $MMT.cmd || [];$MMT.cmd.push(function(){ $MMT.display.slots.push(["9599d2cc-b467-4cd8-8fd6-3488ba0a9632"]); })</script> <!--MONUMETRIC Header In-screen D:728x90 M:320x50,320x100 T:728x90 ENDS--> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-71PERK76E5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-71PERK76E5'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6234148894770303" crossorigin="anonymous"></script> <meta name="theme-color" content="#3498db" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="icon" href="https://agacsakal.com/wp-content/uploads/2022/04/cropped-android-chrome-512x512-1-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://agacsakal.com/wp-content/uploads/2022/04/cropped-android-chrome-512x512-1-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://agacsakal.com/wp-content/uploads/2022/04/cropped-android-chrome-512x512-1-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://agacsakal.com/wp-content/uploads/2022/04/cropped-android-chrome-512x512-1-270x270.jpg" /> <style type="text/css" id="wp-custom-css"> .wp-block-image img { margin: auto; } .twitter-tweet {margin:auto;} .instagram-media{margin:0 auto !important;} </style> </head> <body id="tie-body" class="post-template-default single single-post postid-6506 single-format-standard wrapper-has-shadow block-head-1 magazine2 is-thumb-overlay-disabled is-desktop is-header-layout-3 sidebar-right has-sidebar post-layout-1 narrow-title-narrow-media is-standard-format hide_share_post_top hide_share_post_bottom"> <div class="background-overlay"> <div id="tie-container" class="site tie-container"> <div id="tie-wrapper"> <header id="theme-header" class="theme-header header-layout-3 main-nav-light main-nav-default-light main-nav-below no-stream-item top-nav-active top-nav-light top-nav-default-light top-nav-above has-shadow has-normal-width-logo mobile-header-default"> <nav id="top-nav" data-skin="search-in-top-nav" class=" top-nav header-nav live-search-parent" aria-label="Secondary Navigation"> <div class="container"> <div class="topbar-wrapper"> <div class="tie-alignleft"> </div><!-- .tie-alignleft /--> <div class="tie-alignright"> </div><!-- .tie-alignright /--> </div><!-- .topbar-wrapper /--> </div><!-- .container /--> </nav><!-- #top-nav /--> <div class="container header-container"> <div class="tie-row logo-row"> <div class="logo-wrapper"> <div class="tie-col-md-4 logo-container clearfix"> <div id="mobile-header-components-area_1" class="mobile-header-components"><ul class="components"><li class="mobile-component_menu custom-menu-link"><a href="#" id="mobile-menu-icon" class=""><span class="tie-mobile-menu-icon nav-icon is-layout-1"></span><span class="screen-reader-text">Menu</span></a></li></ul></div> <div id="logo" class="text-logo" style="margin-top: 50px; margin-bottom: 50px;"> <a title="Agac Sakal" href="https://agacsakal.com/"> <div class="logo-text">Agac Sakal</div> </a> </div><!-- #logo /--> <div id="mobile-header-components-area_2" class="mobile-header-components"><ul class="components"><li class="mobile-component_search custom-menu-link"> <a href="#" class="tie-search-trigger-mobile"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </a> </li></ul></div> </div><!-- .tie-col /--> </div><!-- .logo-wrapper /--> </div><!-- .tie-row /--> </div><!-- .container /--> <div class="main-nav-wrapper"> <nav id="main-nav" class="main-nav header-nav" aria-label="Primary Navigation"> <div class="container"> <div class="main-menu-wrapper"> <div id="menu-components-wrap"> <div class="main-menu main-menu-wrap tie-alignleft"> <div id="main-nav-menu" class="main-menu header-menu"><ul id="menu-tielabs-main-menu" class="menu" role="menubar"><li id="menu-item-4611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-4611"><a href="https://agacsakal.com/">Home</a></li> <li id="menu-item-7690" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7690"><a href="https://agacsakal.com/?s=Willie+Nelson">Willie Nelson</a></li> <li id="menu-item-7691" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7691"><a href="https://agacsakal.com/?s=conway+twitty">Conway Twitty</a></li> <li id="menu-item-7692" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7692"><a href="https://agacsakal.com/?s=vince+gill">Vince Gill</a></li> <li id="menu-item-7693" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7693"><a href="https://agacsakal.com/?s=garth+brooks">Garth Brooks</a></li> <li id="menu-item-7694" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7694"><a href="https://agacsakal.com/?s=Scotty+McCreery">Scotty McCreery</a></li> </ul></div> </div><!-- .main-menu.tie-alignleft /--> </div><!-- #menu-components-wrap /--> </div><!-- .main-menu-wrapper /--> </div><!-- .container /--> </nav><!-- #main-nav /--> </div><!-- .main-nav-wrapper /--> </header> <div id="content" class="site-content container"><div id="main-content-row" class="tie-row main-content-row"> <div class="main-content tie-col-md-8 tie-col-xs-12" role="main"> <article id="the-post" class="container-wrapper post-content tie-standard"> <header class="entry-header-outer"> <div class="entry-header"> <span class="post-cat-wrap"><a class="post-cat tie-cat-87" href="https://agacsakal.com/category/country-music/">Country Music</a></span> <h1 class="post-title entry-title">Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;.</h1> <div id="single-post-meta" class="post-meta clearfix"><span class="date meta-item tie-icon">January 3, 2023</span><div class="tie-alignright"><span class="meta-comment tie-icon meta-item fa-before">0</span></div></div><!-- .post-meta --> </div><!-- .entry-header /--> </header><!-- .entry-header-outer /--> <div class="entry-content entry clearfix"> <p>Kelly Clarkson&#8217;s performance of &#8220;The Dance&#8221; at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in front of an audience of distinguished guests, including former President Barack Obama and First Lady Michelle Obama.</p><div class='code-block code-block-2' style='margin: 8px 0; clear: both;'> <!--MONUMETRIC Repeatable In-content ad D:728x90,300x250,320x50,320x100,468x60 M:300x250,320x50,320x100 T:728x90,300x250,320x50,320x100,468x60 START--> <div id="mmt-af380d9a-e011-4c48-ac10-c6b059ea967d"></div><script type="text/javascript" data-cfasync="false">$MMT = window.$MMT || {}; $MMT.cmd = $MMT.cmd || [];$MMT.cmd.push(function(){ $MMT.display.slots.push(["af380d9a-e011-4c48-ac10-c6b059ea967d"]); })</script> <!--MONUMETRIC Repeatable In-content ad D:728x90,300x250,320x50,320x100,468x60 M:300x250,320x50,320x100 T:728x90,300x250,320x50,320x100,468x60 ENDS--></div> <p>&#8220;The Dance&#8221; is a classic country ballad written by Tony Arata and originally recorded by Garth Brooks in 1989. The emotional lyrics tell the story of a man reflecting on a past relationship and the painful memories that accompany it.</p> <p>Clarkson&#8217;s rendition of the song was particularly poignant, as she delivered a heartfelt and emotional performance that brought many members of the audience to tears. Her powerful vocals and expressive delivery captured the raw emotion of the song, and her performance was widely praised for its authenticity and sincerity.</p> <p>In addition to honoring Garth Brooks, Clarkson&#8217;s performance of &#8220;The Dance&#8221; also served as a tribute to the power of music to evoke strong emotions and connect people across generations and backgrounds. It was a truly unforgettable moment that will be remembered for years to come.</p><div class='code-block code-block-2' style='margin: 8px 0; clear: both;'> <!--MONUMETRIC Repeatable In-content ad D:728x90,300x250,320x50,320x100,468x60 M:300x250,320x50,320x100 T:728x90,300x250,320x50,320x100,468x60 START--> <div id="mmt-af380d9a-e011-4c48-ac10-c6b059ea967d"></div><script type="text/javascript" data-cfasync="false">$MMT = window.$MMT || {}; $MMT.cmd = $MMT.cmd || [];$MMT.cmd.push(function(){ $MMT.display.slots.push(["af380d9a-e011-4c48-ac10-c6b059ea967d"]); })</script> <!--MONUMETRIC Repeatable In-content ad D:728x90,300x250,320x50,320x100,468x60 M:300x250,320x50,320x100 T:728x90,300x250,320x50,320x100,468x60 ENDS--></div> <p>Watch the video below :</p> <p><iframe title="Kelly Clarkson&#039;s #KCHonors performance of &quot;The Dance&quot; for Garth Brooks is one for the ages." width="708" height="398" src="https://www.youtube.com/embed/QpPMskJSb0M?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> <div class='code-block code-block-1' style='margin: 8px 0; clear: both;'> <!-- Composite Start --> <div id="M858579ScriptRootC1512704"></div> <script src="https://jsc.adskeeper.com/a/g/agacsakal.com.1512704.js" async></script> <!-- Composite End --></div> <!-- AI CONTENT END 1 --> </div><!-- .entry-content /--> <div id="post-extra-info"> <div class="theiaStickySidebar"> <div id="single-post-meta" class="post-meta clearfix"><span class="date meta-item tie-icon">January 3, 2023</span><div class="tie-alignright"><span class="meta-comment tie-icon meta-item fa-before">0</span></div></div><!-- .post-meta --> </div> </div> <div class="clearfix"></div> <script id="tie-schema-json" type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"Article","dateCreated":"2023-01-03T05:02:15+00:00","datePublished":"2023-01-03T05:02:15+00:00","dateModified":"2023-11-10T15:04:25+00:00","headline":"Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;.","name":"Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;.","keywords":[],"url":"https:\/\/agacsakal.com\/dm66gi6bnaweo509zfo1\/","description":"Kelly Clarkson's performance of \"The Dance\" at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in front of an audience of distinguished gues","copyrightYear":"2023","articleSection":"Country Music","articleBody":"Kelly Clarkson's performance of \"The Dance\" at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in front of an audience of distinguished guests, including former President Barack Obama and First Lady Michelle Obama.\r\n\r\n\"The Dance\" is a classic country ballad written by Tony Arata and originally recorded by Garth Brooks in 1989. The emotional lyrics tell the story of a man reflecting on a past relationship and the painful memories that accompany it.\r\n\r\nClarkson's rendition of the song was particularly poignant, as she delivered a heartfelt and emotional performance that brought many members of the audience to tears. Her powerful vocals and expressive delivery captured the raw emotion of the song, and her performance was widely praised for its authenticity and sincerity.\r\n\r\nIn addition to honoring Garth Brooks, Clarkson's performance of \"The Dance\" also served as a tribute to the power of music to evoke strong emotions and connect people across generations and backgrounds. It was a truly unforgettable moment that will be remembered for years to come.\r\n\r\nWatch the video below :\r\n\r\nhttps:\/\/www.youtube.com\/watch?v=QpPMskJSb0M","publisher":{"@id":"#Publisher","@type":"Organization","name":"Agac Sakal","logo":{"@type":"ImageObject","url":"https:\/\/agacsakal.com\/wp-content\/uploads\/2022\/06\/logo.png"},"sameAs":["#","#","#","#"]},"sourceOrganization":{"@id":"#Publisher"},"copyrightHolder":{"@id":"#Publisher"},"mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/agacsakal.com\/dm66gi6bnaweo509zfo1\/"},"author":{"@type":"Person","name":"Marlene","url":"https:\/\/agacsakal.com\/author\/lifeguid\/"},"image":{"@type":"ImageObject","url":"https:\/\/agacsakal.com\/wp-content\/uploads\/2022\/11\/123213.jpg","width":1487,"height":787}}</script> </article><!-- #the-post /--> <div class="post-components"> <div id="related-posts" class="container-wrapper"> <div class="mag-box-title the-global-title"> <h3>Related Articles</h3> </div> <div class="related-posts-list"> <div class="related-item tie-standard"> <a aria-label="Toby Keith has the pipes. This is a great rendition of a legendary song! | Rest in Peace Toby Keith" href="https://agacsakal.com/sdfa4g4/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2024/02/Screenshot_2-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" fetchpriority="high" /></a> <h3 class="post-title"><a href="https://agacsakal.com/sdfa4g4/">Toby Keith has the pipes. This is a great rendition of a legendary song! | Rest in Peace Toby Keith</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">February 12, 2024</span></div><!-- .post-meta --> </div><!-- .related-item /--> <div class="related-item tie-standard"> <a aria-label="The Smooth Voice of Conway Twitty in the Sultry Tune &#8216;Slow Hand" href="https://agacsakal.com/the-smooth-voice-of-conway-twitty-in-the-sultry-tune-slow-hand/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2024/01/r2r22-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" /></a> <h3 class="post-title"><a href="https://agacsakal.com/the-smooth-voice-of-conway-twitty-in-the-sultry-tune-slow-hand/">The Smooth Voice of Conway Twitty in the Sultry Tune &#8216;Slow Hand</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">January 19, 2024</span></div><!-- .post-meta --> </div><!-- .related-item /--> <div class="related-item tie-standard"> <a aria-label="Looking Back at How Alabama&#8217;s &#8220;Angels Among Us&#8221; Moved Millions." href="https://agacsakal.com/looking-back-at-how-alabamas-angels-among-us-moved-millions/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2024/01/k-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" loading="lazy" /></a> <h3 class="post-title"><a href="https://agacsakal.com/looking-back-at-how-alabamas-angels-among-us-moved-millions/">Looking Back at How Alabama&#8217;s &#8220;Angels Among Us&#8221; Moved Millions.</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">January 7, 2024</span></div><!-- .post-meta --> </div><!-- .related-item /--> <div class="related-item tie-standard"> <a aria-label="Country Music Icons Blake Shelton and Trace Adkins Electrify Downtown Nashville with Energetic New Year&#8217;s Eve Show" href="https://agacsakal.com/country-music-icons-blake-shelton-and-trace-adkins-electrify-downtown-nashville-with-energetic-new-years-eve-show/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2024/01/123123-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" loading="lazy" /></a> <h3 class="post-title"><a href="https://agacsakal.com/country-music-icons-blake-shelton-and-trace-adkins-electrify-downtown-nashville-with-energetic-new-years-eve-show/">Country Music Icons Blake Shelton and Trace Adkins Electrify Downtown Nashville with Energetic New Year&#8217;s Eve Show</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">January 7, 2024</span></div><!-- .post-meta --> </div><!-- .related-item /--> <div class="related-item tie-standard"> <a aria-label="A New Rendering of &#8220;That&#8217;s The Way Love Goes&#8221; by Merle Haggard" href="https://agacsakal.com/a-new-rendering-of-thats-the-way-love-goes-by-merle-haggard/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2023/12/Screenshot_1-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" loading="lazy" /></a> <h3 class="post-title"><a href="https://agacsakal.com/a-new-rendering-of-thats-the-way-love-goes-by-merle-haggard/">A New Rendering of &#8220;That&#8217;s The Way Love Goes&#8221; by Merle Haggard</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">December 17, 2023</span></div><!-- .post-meta --> </div><!-- .related-item /--> <div class="related-item tie-standard"> <a aria-label="Dolly Parton Sings Johnny Cash&#8217;s Hit &#8220;I Walk the Line&#8221;" href="https://agacsakal.com/vicb8ix8u95joqi2k0hj/" class="post-thumb"><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2023/12/12123121-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" loading="lazy" /></a> <h3 class="post-title"><a href="https://agacsakal.com/vicb8ix8u95joqi2k0hj/">Dolly Parton Sings Johnny Cash&#8217;s Hit &#8220;I Walk the Line&#8221;</a></h3> <div class="post-meta clearfix"><span class="date meta-item tie-icon">December 17, 2023</span></div><!-- .post-meta --> </div><!-- .related-item /--> </div><!-- .related-posts-list /--> </div><!-- #related-posts /--> <div id="comments" class="comments-area"> <div id="add-comment-block" class="container-wrapper"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title the-global-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/dm66gi6bnaweo509zfo1/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://agacsakal.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='6506' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #add-comment-block /--> </div><!-- .comments-area --> </div><!-- .post-components /--> </div><!-- .main-content --> <aside class="sidebar tie-col-md-4 tie-col-xs-12 normal-side" aria-label="Primary Sidebar"> <div class="theiaStickySidebar"> <div id="search-2" class="container-wrapper widget widget_search"><form role="search" method="get" class="search-form" action="https://agacsakal.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form><div class="clearfix"></div></div><!-- .widget /--><div id="custom_html-2" class="widget_text container-wrapper widget widget_custom_html"><div class="textwidget custom-html-widget"><!--MONUMETRIC Repeatable Sidebar Ad D:300x250,160x600,300x600 T:300x250,160x600,300x600 M:300x250,320x50,320x100 START--> <div id="mmt-76704833-63e7-4ecb-8d8d-67cb21794e04"></div><script type="text/javascript" data-cfasync="false">$MMT = window.$MMT || {}; $MMT.cmd = $MMT.cmd || [];$MMT.cmd.push(function(){ $MMT.display.slots.push(["76704833-63e7-4ecb-8d8d-67cb21794e04"]); })</script> <!--MONUMETRIC Repeatable Sidebar Ad D:300x250,160x600,300x600 T:300x250,160x600,300x600 M:300x250,320x50,320x100 ENDS--></div><div class="clearfix"></div></div><!-- .widget /--> </div><!-- .theiaStickySidebar /--> </aside><!-- .sidebar /--> </div><!-- .main-content-row /--></div><!-- #content /--> <footer id="footer" class="site-footer dark-skin dark-widgetized-area"> <div id="footer-widgets-container"> <div class="container"> <div class="footer-widget-area "> <div class="tie-row"> <div class="fullwidth-area tie-col-sm-12"> <div id="nav_menu-2" class="container-wrapper widget widget_nav_menu"><div class="menu-m-container"><ul id="menu-m" class="menu"><li id="menu-item-163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-163"><a rel="privacy-policy" href="https://agacsakal.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-206"><a href="https://agacsakal.com/terms-and-conditions/">Terms and Conditions</a></li> <li id="menu-item-207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-207"><a href="https://agacsakal.com/contact-us/">Contact Us</a></li> <li id="menu-item-208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-208"><a href="https://agacsakal.com/about-us/">About Us</a></li> </ul></div><div class="clearfix"></div></div><!-- .widget /--> </div><!-- .tie-col /--> <div class=""> </div><!-- .tie-col /--> <div class=""> </div><!-- .tie-col /--> <div class=""> </div><!-- .tie-col /--> </div><!-- .tie-row /--> </div><!-- .footer-widget-area /--> </div><!-- .container /--> </div><!-- #Footer-widgets-container /--> <div id="site-info" class="site-info"> <div class="container"> <div class="tie-row"> <div class="tie-col-md-12"> <div class="copyright-text copyright-text-first">&copy; Copyright 2024, All Rights Reserved &nbsp;|&nbsp; <span style="color:red;" class="tie-icon-heart"></span> <a href="https://tielabs.com/go/jannah-sites-footer" target="_blank" rel="nofollow noopener">Jannah Theme by TieLabs</a> | Proudly Hosted by <a href="https://tielabs.com/go/jnhstgr/" target="_blank" rel="nofollow noopener">SiteGround</a></div><ul class="social-icons"><li class="social-icons-item"><a class="social-link facebook-social-icon" rel="external noopener nofollow" target="_blank" href="#"><span class="tie-social-icon tie-icon-facebook"></span><span class="screen-reader-text">Facebook</span></a></li><li class="social-icons-item"><a class="social-link twitter-social-icon" rel="external noopener nofollow" target="_blank" href="#"><span class="tie-social-icon tie-icon-twitter"></span><span class="screen-reader-text">Twitter</span></a></li><li class="social-icons-item"><a class="social-link youtube-social-icon" rel="external noopener nofollow" target="_blank" href="#"><span class="tie-social-icon tie-icon-youtube"></span><span class="screen-reader-text">YouTube</span></a></li><li class="social-icons-item"><a class="social-link instagram-social-icon" rel="external noopener nofollow" target="_blank" href="#"><span class="tie-social-icon tie-icon-instagram"></span><span class="screen-reader-text">Instagram</span></a></li></ul> </div><!-- .tie-col /--> </div><!-- .tie-row /--> </div><!-- .container /--> </div><!-- #site-info /--> </footer><!-- #footer /--> </div><!-- #tie-wrapper /--> <aside class=" side-aside normal-side dark-skin dark-widgetized-area slide-sidebar-desktop is-fullwidth appear-from-left" aria-label="Secondary Sidebar" style="visibility: hidden;"> <div data-height="100%" class="side-aside-wrapper has-custom-scroll"> <a href="#" class="close-side-aside remove big-btn light-btn"> <span class="screen-reader-text">Close</span> </a><!-- .close-side-aside /--> <div id="mobile-container"> <div id="mobile-search"> <form role="search" method="get" class="search-form" action="https://agacsakal.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div><!-- #mobile-search /--> <div id="mobile-menu" class="hide-menu-icons"> </div><!-- #mobile-menu /--> </div><!-- #mobile-container /--> <div id="slide-sidebar-widgets"> <div id="posts-list-widget-3" class="container-wrapper widget posts-list"><div class="widget-title the-global-title"><div class="the-subtitle">Popular Posts</div></div><div class="widget-posts-list-wrapper"><div class="widget-posts-list-container posts-list-big-first has-first-big-post" ><ul class="posts-list-items widget-posts-wrapper"> <li class="widget-single-post-item widget-post-list tie-standard"> <div class="post-widget-thumbnail"> <a aria-label="An emotional rendition of &#8220;Go Rest High On That Mountain&#8221; was given by Kelly Clarkson." href="https://agacsakal.com/gqr2auc5awx1age6hurw/" class="post-thumb"><span class="post-cat-wrap"><span class="post-cat tie-cat-87">Country Music</span></span><img width="390" height="220" src="https://agacsakal.com/wp-content/uploads/2023/01/r3r13r-390x220.jpg" class="attachment-jannah-image-large size-jannah-image-large wp-post-image" alt="" decoding="async" loading="lazy" /></a> </div><!-- post-alignleft /--> <div class="post-widget-body "> <a class="post-title the-subtitle" href="https://agacsakal.com/gqr2auc5awx1age6hurw/">An emotional rendition of &#8220;Go Rest High On That Mountain&#8221; was given by Kelly Clarkson.</a> <div class="post-meta"> <span class="date meta-item tie-icon">January 17, 2023</span> </div> </div> </li> <li class="widget-single-post-item widget-post-list tie-standard"> <div class="post-widget-thumbnail"> <a aria-label="Merle Haggard&#8217;s youngest son honors the country legend with &#8216;Sing Me Back Home&#8217;." href="https://agacsakal.com/vpaeaz12aktz2cfz1m5n/" class="post-thumb"><img width="220" height="150" src="https://agacsakal.com/wp-content/uploads/2023/02/r3r13r3-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="" decoding="async" loading="lazy" /></a> </div><!-- post-alignleft /--> <div class="post-widget-body "> <a class="post-title the-subtitle" href="https://agacsakal.com/vpaeaz12aktz2cfz1m5n/">Merle Haggard&#8217;s youngest son honors the country legend with &#8216;Sing Me Back Home&#8217;.</a> <div class="post-meta"> <span class="date meta-item tie-icon">February 1, 2023</span> </div> </div> </li> <li class="widget-single-post-item widget-post-list tie-standard"> <div class="post-widget-thumbnail"> <a aria-label="Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;." href="https://agacsakal.com/dm66gi6bnaweo509zfo1/" class="post-thumb"><img width="220" height="150" src="https://agacsakal.com/wp-content/uploads/2022/11/123213-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="" decoding="async" loading="lazy" /></a> </div><!-- post-alignleft /--> <div class="post-widget-body "> <a class="post-title the-subtitle" href="https://agacsakal.com/dm66gi6bnaweo509zfo1/">Garth Brooks sheds tears during Kelly Clarkson&#8217;s rendition of his song &#8216;The Dance&#8217;.</a> <div class="post-meta"> <span class="date meta-item tie-icon">January 3, 2023</span> </div> </div> </li> <li class="widget-single-post-item widget-post-list tie-standard"> <div class="post-widget-thumbnail"> <a aria-label="The Most Breathtaking Rendition Of The Song &#8220;He Stopped Loving Her Today&#8221; Was Sung By Leann Rimes" href="https://agacsakal.com/264tx2pluvwi9d1lxswa/" class="post-thumb"><img width="220" height="150" src="https://agacsakal.com/wp-content/uploads/2023/05/4244421-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="" decoding="async" loading="lazy" /></a> </div><!-- post-alignleft /--> <div class="post-widget-body "> <a class="post-title the-subtitle" href="https://agacsakal.com/264tx2pluvwi9d1lxswa/">The Most Breathtaking Rendition Of The Song &#8220;He Stopped Loving Her Today&#8221; Was Sung By Leann Rimes</a> <div class="post-meta"> <span class="date meta-item tie-icon">May 18, 2023</span> </div> </div> </li> <li class="widget-single-post-item widget-post-list tie-standard"> <div class="post-widget-thumbnail"> <a aria-label="Kelly Clarkson was joined by officers from the Kansas Highway Patrol to sing &#8220;Stand By Me&#8221;." href="https://agacsakal.com/vkvw1iu7k0ewjib2wuyv/" class="post-thumb"><img width="220" height="150" src="https://agacsakal.com/wp-content/uploads/2023/01/rr13r3-220x150.jpg" class="attachment-jannah-image-small size-jannah-image-small tie-small-image wp-post-image" alt="" decoding="async" loading="lazy" /></a> </div><!-- post-alignleft /--> <div class="post-widget-body "> <a class="post-title the-subtitle" href="https://agacsakal.com/vkvw1iu7k0ewjib2wuyv/">Kelly Clarkson was joined by officers from the Kansas Highway Patrol to sing &#8220;Stand By Me&#8221;.</a> <div class="post-meta"> <span class="date meta-item tie-icon">January 17, 2023</span> </div> </div> </li> </ul></div></div><div class="clearfix"></div></div><!-- .widget /--><div id="posts-list-widget-4" class="container-wrapper widget posts-list"><div class="widget-title the-global-title"><div class="the-subtitle">Most Commented</div></div><div class="widget-posts-list-wrapper"><div class="widget-posts-list-container timeline-widget" ><ul class="posts-list-items widget-posts-wrapper"> <li class="widget-single-post-item"> <a href="https://agacsakal.com/sdfa4g4/"> <span class="date meta-item tie-icon">February 12, 2024</span> <h3>Toby Keith has the pipes. This is a great rendition of a legendary song! | Rest in Peace Toby Keith</h3> </a> </li> <li class="widget-single-post-item"> <a href="https://agacsakal.com/pdmqg338hagunbr412xp/"> <span class="date meta-item tie-icon">November 9, 2022</span> <h3>Scotty McCreery&#8217;s voice is stunning in his rendition of &#8220;The Dance&#8221;.</h3> </a> </li> <li class="widget-single-post-item"> <a href="https://agacsakal.com/dconway-twitty-lay-you-down/"> <span class="date meta-item tie-icon">November 11, 2022</span> <h3>CONWAY TWITTY – Lay you down</h3> </a> </li> <li class="widget-single-post-item"> <a href="https://agacsakal.com/tl3ba2nlifcv4u6d0jt1/"> <span class="date meta-item tie-icon">November 11, 2022</span> <h3>Josh Turner possesses a voice that can melt stone in his song &#8220;Three Wooden Crosses&#8221;.</h3> </a> </li> <li class="widget-single-post-item"> <a href="https://agacsakal.com/5acoqng56l97g3gk4gc4/"> <span class="date meta-item tie-icon">November 11, 2022</span> <h3>Scotty McCreery performs a medley of classic country songs.</h3> </a> </li> <li class="widget-single-post-item"> <a href="https://agacsakal.com/psbpkckd84q983cvtuiz/"> <span class="date meta-item tie-icon">November 11, 2022</span> <h3>Alan Jackson honors Loretta Lynn with a beautiful performance of &#8220;Where Her Heart Has Always Been&#8221;.</h3> </a> </li> </ul></div></div><div class="clearfix"></div></div><!-- .widget /--><div id="comments_avatar-widget-1" class="container-wrapper widget recent-comments-widget"><div class="widget-title the-global-title"><div class="the-subtitle">Recent Comments</div></div><ul></ul><div class="clearfix"></div></div><!-- .widget /--> </div> </div><!-- .side-aside-wrapper /--> </aside><!-- .side-aside /--> </div><!-- #tie-container /--> </div><!-- .background-overlay /--> <div id="autocomplete-suggestions" class="autocomplete-suggestions"></div><div id="is-scroller-outer"><div id="is-scroller"></div></div><div id="fb-root"></div> <div id="tie-popup-search-mobile" class="tie-popup tie-popup-search-wrap" style="display: none;"> <a href="#" class="tie-btn-close remove big-btn light-btn"> <span class="screen-reader-text">Close</span> </a> <div class="popup-search-wrap-inner"> <div class="live-search-parent pop-up-live-search" data-skin="live-search-popup" aria-label="Search"> <form method="get" class="tie-popup-search-form" action="https://agacsakal.com/"> <input class="tie-popup-search-input " inputmode="search" type="text" name="s" title="Search for" autocomplete="off" placeholder="Search for" /> <button class="tie-popup-search-submit" type="submit"> <span class="tie-icon-search tie-search-icon" aria-hidden="true"></span> <span class="screen-reader-text">Search for</span> </button> </form> </div><!-- .pop-up-live-search /--> </div><!-- .popup-search-wrap-inner /--> </div><!-- .tie-popup-search-wrap /--> <script type="text/javascript" id="tie-scripts-js-extra"> /* <![CDATA[ */ var tie = {"is_rtl":"","ajaxurl":"https:\/\/agacsakal.com\/wp-admin\/admin-ajax.php","is_taqyeem_active":"","is_sticky_video":"","mobile_menu_top":"","mobile_menu_active":"area_1","mobile_menu_parent":"","lightbox_all":"","lightbox_gallery":"","lightbox_skin":"dark","lightbox_thumb":"horizontal","lightbox_arrows":"","is_singular":"1","autoload_posts":"","reading_indicator":"","lazyload":"","select_share":"true","select_share_twitter":"true","select_share_facebook":"true","select_share_linkedin":"true","select_share_email":"","facebook_app_id":"5303202981","twitter_username":"","responsive_tables":"","ad_blocker_detector":"","sticky_behavior":"upwards","sticky_desktop":"","sticky_mobile":"true","sticky_mobile_behavior":"default","ajax_loader":"<div class=\"loader-overlay\"><div class=\"spinner-circle\"><\/div><\/div>","type_to_search":"1","lang_no_results":"Nothing Found","sticky_share_mobile":"","sticky_share_post":""}; /* ]]> */ </script> <script type="text/javascript" src="https://agacsakal.com/wp-content/themes/jannah/assets/js/scripts.min.js?ver=5.4.10" id="tie-scripts-js"></script> <script type="text/javascript" src="https://agacsakal.com/wp-content/themes/jannah/assets/js/desktop.min.js?ver=5.4.10" id="tie-js-desktop-js"></script> <script type="text/javascript" src="https://agacsakal.com/wp-content/themes/jannah/assets/js/live-search.js?ver=5.4.10" id="tie-js-livesearch-js"></script> <script type="text/javascript" src="https://agacsakal.com/wp-content/themes/jannah/assets/js/single.min.js?ver=5.4.10" id="tie-js-single-js"></script> <script type="text/javascript" src="https://agacsakal.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script> WebFontConfig ={ google:{ families: [ 'Brawler::latin', 'Lora:600,regular:latin', 'PT+Sans:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,800,800italic,900,900italic:latin&display=swap' ] } }; (function(){ var wf = document.createElement('script'); wf.src = '//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.defer = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><script> function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c< a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))}; b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))}; /* <![CDATA[ */ ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"}; /* ]]> */ function ai_run_scripts(){(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var e=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=e;return b}}})(function(){function a(){for(var e=0,b={};e<arguments.length;e++){var f=arguments[e],d;for(d in f)b[d]=f[d]}return b}function c(e){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,g);"number"===typeof g.expires&&(g.expires= new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=e.write?e.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+g[n].split(";")[0]));return document.cookie= h+"="+k+l}}function d(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(e.read||e)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=function(h){return d(h,!1)};b.getJSON=function(h){return d(h, !0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})});AiCookies=Cookies.noConflict(); ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var e in c[a]){if("x"==e){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var d=new Date;d=c[a][e]- Math.round(d.getTime()/1E3);if(0<d&&f==b)return ai_debug_cookie_status=a="closed for "+d+" s = "+Math.round(1E4*d/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==e){if(0!=c[a][e])return ai_debug_cookie_status=a="delayed for "+c[a][e]+" pageviews",!1}else if("i"==e){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h); if(0==c[a][e]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][e]&&f==b){d=new Date;d=-c[a][e]-Math.round(d.getTime()/1E3);if(0<d)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*d/24/3600)/1E4+" days = "+d+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("ipt"==e&&0==c[a][e]&&(d=new Date,b=Math.round(d.getTime()/1E3),d=c[a].it-b,0<d))return ai_debug_cookie_status=a="max imp. per time reached ("+ Math.round(1E4*d/24/3600)/1E4+" days = "+d+" s)",!1;if("c"==e){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][e]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][e]&&f==b){d=new Date;d=-c[a][e]-Math.round(d.getTime()/1E3);if(0<d)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*d/24/3600)/1E4+" days = "+d+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")|| c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==e&&0==c[a][e]&&(d=new Date,b=Math.round(d.getTime()/1E3),d=c[a].ct-b,0<d))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*d/24/3600)/1E4+" days = "+d+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&(d=new Date,b=Math.round(d.getTime()/1E3),d=c.G.ct-b,0<d))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*d/24/3600)/1E4+" days = "+d+" s)",!1}ai_debug_cookie_status= "OK";return!0}; ai_check_and_insert_block=function(a,c){if(null==a)return!0;var e=document.getElementsByClassName(c);if(e.length){e=e[0];var b=e.closest(".code-block");if(ai_check_block(a)){if(ai_insert_code(e),b){var f=b.querySelectorAll(".ai-debug-block");b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position=""))}}else{f=e.closest("div[data-ai]"); if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var d=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof d&&d.constructor===Array&&(d[1]="",f.setAttribute("data-ai",b64e(JSON.stringify(d))))}f=b.querySelectorAll(".ai-debug-block");b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position=""))}e.classList.remove(c)}e= document.querySelectorAll("."+c+"-dbg");b=0;for(f=e.length;b<f;b++)d=e[b],d.querySelector(".ai-status").textContent=ai_debug_cookie_status,d.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),d.classList.remove(c+"-dbg")};function ai_load_cookie(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a}function ai_get_cookie(a,c){var e="",b=ai_load_cookie();b.hasOwnProperty(a)&&b[a].hasOwnProperty(c)&&(e=b[a][c]);return e} function ai_set_cookie(a,c,e){var b=ai_load_cookie();if(""===e){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=e;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b} ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var e="";c.hasOwnProperty("G")&&(e="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",""));return e+b}; ai_insert=function(c,h,t){for(var n=-1!=h.indexOf(":eq")?jQuery(h):document.querySelectorAll(h),u=0,y=n.length;u<y;u++){var b=n[u];selector_string=b.hasAttribute("id")?"#"+b.getAttribute("id"):b.hasAttribute("class")?"."+b.getAttribute("class").replace(RegExp(" ","g"),"."):"";var v=document.createElement("div");v.innerHTML=t;var m=v.getElementsByClassName("ai-selector-counter")[0];null!=m&&(m.innerText=u+1);m=v.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=m){var l="";"before"==c?l= ai_front.insertion_before:"after"==c?l=ai_front.insertion_after:"prepend"==c?l=ai_front.insertion_prepend:"append"==c?l=ai_front.insertion_append:"replace-content"==c?l=ai_front.insertion_replace_content:"replace-element"==c&&(l=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(m.innerText=l+" "+h+" ("+b.tagName.toLowerCase()+selector_string+")")}m=document.createRange();l=!0;try{var w=m.createContextualFragment(v.innerHTML)}catch(r){l=!1}"before"==c?l?b.parentNode.insertBefore(w, b):jQuery(v.innerHTML).insertBefore(jQuery(b)):"after"==c?l?b.parentNode.insertBefore(w,b.nextSibling):jQuery(v.innerHTML).insertBefore(jQuery(b.nextSibling)):"prepend"==c?l?b.insertBefore(w,b.firstChild):jQuery(v.innerHTML).insertBefore(jQuery(b.firstChild)):"append"==c?l?b.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(b)):"replace-content"==c?(b.innerHTML="",l?b.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(b))):"replace-element"==c&&(l?b.parentNode.insertBefore(w,b):jQuery(v.innerHTML).insertBefore(jQuery(b)), b.parentNode.removeChild(b))}}; ai_insert_code=function(c){function h(m,l){return null==m?!1:m.classList?m.classList.contains(l):-1<(" "+m.className+" ").indexOf(" "+l+" ")}function t(m,l){null!=m&&(m.classList?m.classList.add(l):m.className+=" "+l)}function n(m,l){null!=m&&(m.classList?m.classList.remove(l):m.className=m.className.replace(new RegExp("(^|\\b)"+l.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof c){var u=!1;if(h(c,"no-visibility-check")||c.offsetWidth||c.offsetHeight||c.getClientRects().length){u= c.getAttribute("data-code");var y=c.getAttribute("data-insertion"),b=c.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=b){if(-1!=b.indexOf(":eq")?jQuery(b).length:document.querySelectorAll(b).length)ai_insert(y,b,b64d(u)),n(c,"ai-viewports")}else{y=document.createRange();b=!0;try{var v=y.createContextualFragment(b64d(u))}catch(m){b=!1}b?c.parentNode.insertBefore(v,c.nextSibling):jQuery(b64d(u)).insertBefore(jQuery(c.nextSibling));n(c,"ai-viewports")}u=!0}else v=c.previousElementSibling, h(v,"ai-debug-bar")&&h(v,"ai-debug-script")&&(n(v,"ai-debug-script"),t(v,"ai-debug-viewport-invisible")),n(c,"ai-viewports");return u}}; ai_insert_list_code=function(c){var h=document.getElementsByClassName(c)[0];if("undefined"!=typeof h){var t=ai_insert_code(h),n=h.closest("div.code-block");if(n){t||n.removeAttribute("data-ai");var u=n.querySelectorAll(".ai-debug-block");n&&u.length&&(n.classList.remove("ai-list-block"),n.classList.remove("ai-list-block-ip"),n.classList.remove("ai-list-block-filter"),n.style.visibility="",n.classList.contains("ai-remove-position")&&(n.style.position=""))}h.classList.remove(c);t&& ai_process_elements()}};ai_insert_viewport_code=function(c){var h=document.getElementsByClassName(c)[0];if("undefined"!=typeof h){var t=ai_insert_code(h);h.classList.remove(c);t&&(c=h.closest("div.code-block"),null!=c&&(t=h.getAttribute("style"),null!=t&&c.setAttribute("style",c.getAttribute("style")+" "+t)));setTimeout(function(){h.removeAttribute("style")},2);ai_process_elements()}}; ai_insert_code_by_class=function(c){var h=document.getElementsByClassName(c)[0];"undefined"!=typeof h&&(ai_insert_code(h),h.classList.remove(c))};ai_insert_client_code=function(c,h){var t=document.getElementsByClassName(c)[0];if("undefined"!=typeof t){var n=t.getAttribute("data-code");null!=n&&ai_check_block()&&ai_check_and_insert_block()&&(t.setAttribute("data-code",n.substring(Math.floor(h/19))),ai_insert_code_by_class(c),t.remove())}};ai_process_elements_active=!1; function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data"));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks()}, 5);ai_process_elements_active=!0} var Arrive=function(c,h,t){function n(r,d,e){b.addMethod(d,e,r.unbindEvent);b.addMethod(d,e,r.unbindEventWithSelectorOrCallback);b.addMethod(d,e,r.unbindEventWithSelectorAndCallback)}function u(r){r.arrive=l.bindEvent;n(l,r,"unbindArrive");r.leave=w.bindEvent;n(w,r,"unbindLeave")}if(c.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,b=function(){var r=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector; return{matchesSelector:function(d,e){return d instanceof HTMLElement&&r.call(d,e)},addMethod:function(d,e,f){var a=d[e];d[e]=function(){if(f.length==arguments.length)return f.apply(this,arguments);if("function"==typeof a)return a.apply(this,arguments)}},callCallbacks:function(d,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(d=[d[0]]);for(var f=0,a;a=d[f];f++)a&&a.callback&&a.callback.call(a.elem,a.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target, e.selector,e.callback)},checkChildNodesRecursively:function(d,e,f,a){for(var g=0,k;k=d[g];g++)f(k,e,a)&&a.push({callback:e.callback,elem:k}),0<k.childNodes.length&&b.checkChildNodesRecursively(k.childNodes,e,f,a)},mergeArrays:function(d,e){var f={},a;for(a in d)d.hasOwnProperty(a)&&(f[a]=d[a]);for(a in e)e.hasOwnProperty(a)&&(f[a]=e[a]);return f},toElementsArray:function(d){"undefined"===typeof d||"number"===typeof d.length&&d!==c||(d=[d]);return d}}}(),v=function(){var r=function(){this._eventsBucket= [];this._beforeRemoving=this._beforeAdding=null};r.prototype.addEvent=function(d,e,f,a){d={target:d,selector:e,options:f,callback:a,firedElems:[]};this._beforeAdding&&this._beforeAdding(d);this._eventsBucket.push(d);return d};r.prototype.removeEvent=function(d){for(var e=this._eventsBucket.length-1,f;f=this._eventsBucket[e];e--)d(f)&&(this._beforeRemoving&&this._beforeRemoving(f),(f=this._eventsBucket.splice(e,1))&&f.length&&(f[0].callback=null))};r.prototype.beforeAdding=function(d){this._beforeAdding= d};r.prototype.beforeRemoving=function(d){this._beforeRemoving=d};return r}(),m=function(r,d){var e=new v,f=this,a={fireOnAttributesModification:!1};e.beforeAdding(function(g){var k=g.target;if(k===c.document||k===c)k=document.getElementsByTagName("html")[0];var p=new MutationObserver(function(x){d.call(this,x,g)});var q=r(g.options);p.observe(k,q);g.observer=p;g.me=f});e.beforeRemoving(function(g){g.observer.disconnect()});this.bindEvent=function(g,k,p){k=b.mergeArrays(a,k);for(var q=b.toElementsArray(this), x=0;x<q.length;x++)e.addEvent(q[x],g,k,p)};this.unbindEvent=function(){var g=b.toElementsArray(this);e.removeEvent(function(k){for(var p=0;p<g.length;p++)if(this===t||k.target===g[p])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(g){var k=b.toElementsArray(this);e.removeEvent("function"===typeof g?function(p){for(var q=0;q<k.length;q++)if((this===t||p.target===k[q])&&p.callback===g)return!0;return!1}:function(p){for(var q=0;q<k.length;q++)if((this===t||p.target===k[q])&&p.selector=== g)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(g,k){var p=b.toElementsArray(this);e.removeEvent(function(q){for(var x=0;x<p.length;x++)if((this===t||q.target===p[x])&&q.selector===g&&q.callback===k)return!0;return!1})};return this},l=new function(){function r(f,a,g){return b.matchesSelector(f,a.selector)&&(f._id===t&&(f._id=y++),-1==a.firedElems.indexOf(f._id))?(a.firedElems.push(f._id),!0):!1}var d={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};l=new m(function(f){var a= {attributes:!1,childList:!0,subtree:!0};f.fireOnAttributesModification&&(a.attributes=!0);return a},function(f,a){f.forEach(function(g){var k=g.addedNodes,p=g.target,q=[];null!==k&&0<k.length?b.checkChildNodesRecursively(k,a,r,q):"attributes"===g.type&&r(p,a,q)&&q.push({callback:a.callback,elem:p});b.callCallbacks(q,a)})});var e=l.bindEvent;l.bindEvent=function(f,a,g){"undefined"===typeof g?(g=a,a=d):a=b.mergeArrays(d,a);var k=b.toElementsArray(this);if(a.existing){for(var p=[],q=0;q<k.length;q++)for(var x= k[q].querySelectorAll(f),z=0;z<x.length;z++)p.push({callback:g,elem:x[z]});if(a.onceOnly&&p.length)return g.call(p[0].elem,p[0].elem);setTimeout(b.callCallbacks,1,p)}e.call(this,f,a,g)};return l},w=new function(){function r(f,a){return b.matchesSelector(f,a.selector)}var d={};w=new m(function(){return{childList:!0,subtree:!0}},function(f,a){f.forEach(function(g){g=g.removedNodes;var k=[];null!==g&&0<g.length&&b.checkChildNodesRecursively(g,a,r,k);b.callCallbacks(k,a)})});var e=w.bindEvent;w.bindEvent= function(f,a,g){"undefined"===typeof g?(g=a,a=d):a=b.mergeArrays(d,a);e.call(this,f,a,g)};return w};h&&u(h.fn);u(HTMLElement.prototype);u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);h={};n(l,h,"unbindAllArrive");n(w,h,"unbindAllLeave");return h}}(window,"undefined"===typeof jQuery?null:jQuery,void 0); var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,n){a.raw=n;return a};$jscomp.arrayIteratorImpl=function(a){var n=0;return function(){return n<a.length?{done:!1,value:a[n++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var n="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return n?n.call(a):$jscomp.arrayIterator(a)}; jQuery(function(a){function n(d){d=d.match(ba);return null!=d&&1<d.length&&"string"===typeof d[1]&&0<d[1].length?d[1].toLowerCase():null}function B(d){return d.includes(":")?(d=d.split(":"),1E3*(3600*parseInt(d[0])+60*parseInt(d[1])+parseInt(d[2]))):null}function t(d){try{var l=Date.parse(d);isNaN(l)&&(l=null)}catch(F){l=null}if(null==l&&d.includes(" ")){d=d.split(" ");try{l=Date.parse(d[0]),l+=B(d[1]),isNaN(l)&&(l=null)}catch(F){l=null}}return l}function G(){(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&& "function"==typeof __tcfapi&&"function"==typeof ai_load_blocks&&"undefined"==typeof ai_iab_tcf_callback_installed&&(__tcfapi("addEventListener",2,function(d,l){l&&"useractioncomplete"===d.eventStatus&&(ai_tcData=d,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))}),ai_iab_tcf_callback_installed=!0)}function u(d){d=("; "+document.cookie).split("; "+d+"=");if(2===d.length)return d.pop().split(";").shift()} function m(d){if(u(d)){var l=window.location.hostname;u(d)&&(document.cookie=d+"=;path=/"+(l?";domain="+l:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT");document.cookie=d+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"}}Array.prototype.includes||(Array.prototype.includes=function(d){return!!~this.indexOf(d)});var ba=/:\/\/(.[^/:]+)/i;ai_process_lists=function(d){function l(e,c,k){if(0==e.length){if("!@!"==k)return!0;c!=k&&("true"==k.toLowerCase()?k=!0:"false"==k.toLowerCase()&&(k=!1));return c== k}if("object"!=typeof c&&"array"!=typeof c)return!1;var f=e[0];e=e.slice(1);if("*"==f)for(c=$jscomp.makeIterator(Object.entries(c)),f=c.next();!f.done;f=c.next()){if(f=$jscomp.makeIterator(f.value),f.next(),f=f.next().value,l(e,f,k))return!0}else if(f in c)return l(e,c[f],k);return!1}function F(e,c,k){if("object"!=typeof e||-1==c.indexOf("["))return!1;c=c.replace(/]| /gi,"").split("[");return l(c,e,k)}function ca(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("IAB TCF 2.0 DETECTED"), __tcfapi("getTCData",2,function(e,c){c?(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==e.eventStatus||"useractioncomplete"==e.eventStatus?(ai_tcData=e,e.gdprApplies?a("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"):jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 GDPR DOES NOT APPLY"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==e.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("IAB TCF 2.0 CMP UI SHOWN"), a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))):(a("#ai-iab-tcf-status").text("IAB TCF 2.0 __tcfapi getTCData failed"),a("#ai-iab-tcf-bar").removeClass("status-ok").addClass("status-error"))}))}function K(e){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&G(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,ca(),url_parameters_need_tcData=!0)):e&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("IAB TCF 2.0 MISSING: __tcfapi function not found"))} d=null==d?a("div.ai-list-data, meta.ai-list-data"):d.filter(".ai-list-data");if(d.length){d.removeClass("ai-list-data");var J=document.cookie.split(";");J.forEach(function(e,c){J[c]=e.trim()});var V=getAllUrlParams(window.location.search);if(null!=V.referrer)var w=V.referrer;else w=document.referrer,""!=w&&(w=n(w));var R=window.navigator.userAgent,S=R.toLowerCase(),W=navigator.language,L=W.toLowerCase();if("undefined"!==typeof MobileDetect)var X=new MobileDetect(R);d.each(function(){var e=a(this).closest("div.code-block"), c=!0,k=a(this).attr("referer-list");if("undefined"!=typeof k){k=b64d(k).split(",");var f=a(this).attr("referer-list-type"),C=!1;a.each(k,function(A,g){if(""==g)return!0;if("*"==g.charAt(0))if("*"==g.charAt(g.length-1)){if(g=g.substr(1,g.length-2),-1!=w.indexOf(g))return C=!0,!1}else{if(g=g.substr(1),w.substr(-g.length)==g)return C=!0,!1}else if("*"==g.charAt(g.length-1)){if(g=g.substr(0,g.length-1),0==w.indexOf(g))return C=!0,!1}else if("#"==g){if(""==w)return C=!0,!1}else if(g==w)return C=!0,!1}); switch(f){case "B":C&&(c=!1);break;case "W":C||(c=!1)}}if(c&&(k=a(this).attr("client-list"),"undefined"!=typeof k&&"undefined"!==typeof X))switch(k=b64d(k).split(","),f=a(this).attr("client-list-type"),r=!1,a.each(k,function(A,g){if(""==g.trim())return!0;var M=g.split("&&");a.each(M,function(da,b){var x=!0,q=!1;b=b.trim();"!!"==b.substring(0,2)&&(x=!1,b=b.substring(2));"language:"==b.substring(0,9)&&(q=!0,b=b.substring(9).toLowerCase());var p=!1;q?"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1, b.length-2).toLowerCase(),-1!=L.indexOf(b)&&(p=!0)):(b=b.substr(1).toLowerCase(),L.substr(-b.length)==b&&(p=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==L.indexOf(b)&&(p=!0)):b==L&&(p=!0):"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=S.indexOf(b)&&(p=!0)):(b=b.substr(1).toLowerCase(),S.substr(-b.length)==b&&(p=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==S.indexOf(b)&&(p=!0)):X.is(b)&&(p=!0);r=p?x:!x; if(!r)return!1});if(r)return!1}),f){case "B":r&&(c=!1);break;case "W":r||(c=!1)}var N=k=!1;if(c){var h=a(this).attr("parameter-list");if("undefined"!=typeof h){h=b64d(h);f=a(this).attr("parameter-list-type");h=h.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");h=h.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");h=h.replace("tcf-google","tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");h=h.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true"); h=h.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");h=h.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");h=h.split(",");var Y=[];J.forEach(function(A){A=A.split("=");try{var g=JSON.parse(decodeURIComponent(A[1]))}catch(M){g=decodeURIComponent(A[1])}Y[A[0]]=g});var r=!1,O=a(this);a.each(h,function(A,g){var M=g.split("&&");a.each(M,function(da,b){var x=!0;b=b.trim();"!!"==b.substring(0,2)&&(x=!1,b=b.substring(2)); var q=b,p="!@!",Z=-1!=b.indexOf("["),aa=(0==b.indexOf("tcf-v2")||0==b.indexOf("euconsent-v2"))&&-1!=b.indexOf("[");-1!=b.indexOf("=")&&(p=b.split("="),q=p[0],p=p[1],Z=-1!=q.indexOf("["),aa=(0==q.indexOf("tcf-v2")||0==q.indexOf("euconsent-v2"))&&-1!=q.indexOf("["));if(aa)a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData?(a("#ai-iab-tcf-bar").addClass("status-ok"),q=q.replace(/]| /gi,"").split("["),q.shift(),r=(q=l(q,ai_tcData,p))?x:!x):(O.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi? K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){K(!0)},3E3)},1E3)},600)));else if(Z)r=(q=F(Y,q,p))?x:!x;else{var T=!1;"!@!"==p?J.every(function(ea){return ea.split("=")[0]==b?(T=!0,!1):!0}):T=-1!=J.indexOf(b);r=T?x:!x}if(!r)return!1});if(r)return!1});r&&(N=!1);switch(f){case "B":r&&(c=!1);break;case "W":r||(c=!1)}a(this).hasClass("ai-list-manual")&& (c?(O.removeClass("ai-list-data"),O.removeClass("ai-list-manual")):(k=!0,O.addClass("ai-list-data")));if(!k&&!N&&(f=a(this).data("debug-info"),"undefined"!=typeof f&&(f=a("."+f),0!=f.length))){var v=f.parent();v.hasClass("ai-debug-info")&&v.remove()}}}v=a(this).prevAll(".ai-debug-bar.ai-debug-lists");f=""==w?"#":w;v.find(".ai-debug-name.ai-list-info").text(f).attr("title",R+"\n"+W);v.find(".ai-debug-name.ai-list-status").text(c?ai_front.visible:ai_front.hidden);f=!1;if(c){var D=a(this).attr("scheduling-start"); h=a(this).attr("scheduling-end");var H=a(this).attr("scheduling-days");if("undefined"!=typeof D&&"undefined"!=typeof h&&"undefined"!=typeof H){f=!0;var y=b64d(D),P=b64d(h),U=parseInt(a(this).attr("scheduling-fallback")),Q=parseInt(a(this).attr("gmt"));y.includes("-")||P.includes("-")?(h=t(y)+Q,D=t(P)+Q):(h=B(y),D=B(P));H=b64d(H).split(",");v=a(this).attr("scheduling-type");var z=(new Date).getTime()+Q,E=new Date(z),I=E.getDay();y.includes("-")||P.includes("-")||(y=(new Date(E.getFullYear(),E.getMonth(), E.getDate())).getTime()+Q,z-=y,0>z&&(z+=864E5));0==I?I=6:I--;y=z>=h&&z<D&&H.includes(I.toString());switch(v){case "B":y=!y}y||(c=!1);E=E.toISOString().split(".")[0].replace("T"," ");v=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");v.find(".ai-debug-name.ai-scheduling-info").text(E+" "+I+" current_time:"+Math.floor(z.toString()/1E3)+" start_date:"+Math.floor(h/1E3).toString()+" ="+(z>=h).toString()+" end_date:"+Math.floor(D/1E3).toString()+" =:"+(z<D).toString()+" days:"+H.toString()+" =:"+ H.includes(I.toString()).toString());v.find(".ai-debug-name.ai-scheduling-status").text(c?ai_front.visible:ai_front.hidden);c||0==U||(v.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),v.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+"="+U))}}if(k||N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});c?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(c=b64d(a(this).data("code")), 0!=a(this).closest("head").length?(a(this).after(c),a(this).remove()):a(this).append(c),ai_process_element(this))):f&&!y&&0!=U?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(c=b64d(a(this).data("fallback-code")),a(this).append(c),ai_process_element(this)):(a(this).hide(),e.find(".ai-debug-block").length||e.hide()),c=e.attr("data-ai"),"undefined"!==typeof c&&!1!== c&&(c=a(this).attr("fallback-tracking"),"undefined"!==typeof c&&!1!==c&&e.attr("data-ai",c))):(a(this).hide(),e.find(".ai-debug-block").length||e.hide(),e.removeAttr("data-ai").removeClass("ai-track"),e.find(".ai-debug-block").length?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&e.css({position:""})):e.hide());a(this).attr("data-code","");a(this).attr("data-fallback-code","");e.removeClass("ai-list-block")})}};a(document).ready(function(d){setTimeout(function(){ai_process_lists(); setTimeout(function(){G();if("function"==typeof ai_load_blocks){var l=function(F){"cmplzEnableScripts"!=F.type&&"all"!==F.consentLevel||ai_load_blocks()};jQuery(document).on("cmplzEnableScripts",l);jQuery(document).on("cmplz_event_marketing",l)}},50);jQuery(".ai-debug-page-type").dblclick(function(){jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES");jQuery("#ai-iab-tcf-bar").show()});jQuery("#ai-iab-tcf-bar").click(function(){m("euconsent-v2");m("__lxG__consent__v2");m("__lxG__consent__v2_daisybit"); m("__lxG__consent__v2_gdaisybit");m("CookieLawInfoConsent");m("cookielawinfo-checkbox-advertisement");m("cookielawinfo-checkbox-analytics");m("cookielawinfo-checkbox-necessary");m("complianz_policy_id");m("complianz_consent_status");m("cmplz_marketing");m("cmplz_consent_status");m("cmplz_preferences");m("cmplz_statistics-anonymous");m("cmplz_choice");m("moove_gdpr_popup");m("real_cookie_banner-blog:1-tcf");m("real_cookie_banner-blog:1");jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES DELETED")})}, 5)})});function ai_process_element(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a)},5)} function getAllUrlParams(a){var n=a?a.split("?")[1]:window.location.search.slice(1);a={};if(n){n=n.split("#")[0];n=n.split("&");for(var B=0;B<n.length;B++){var t=n[B].split("="),G=void 0,u=t[0].replace(/\[\d*\]/,function(m){G=m.slice(1,-1);return""});t="undefined"===typeof t[1]?"":t[1];u=u.toLowerCase();t=t.toLowerCase();a[u]?("string"===typeof a[u]&&(a[u]=[a[u]]),"undefined"===typeof G?a[u].push(t):a[u][G]=t):a[u]=t}}return a}; ai_run_244361887642 = function(){ ai_document_write=document.write;document.write=function(a){"interactive"==document.readyState?(console.error("document.write called after page load: ",a),"undefined"!=typeof ai_js_errors&&ai_js_errors.push(["document.write called after page load",a,0])):ai_document_write.call(document,a)}; ai_insert ('before', 'span.post-cat-wrap', b64d ('PGRpdiBjbGFzcz0nY29kZS1ibG9jayBjb2RlLWJsb2NrLTMnIHN0eWxlPSdtYXJnaW46IDhweCAwOyBjbGVhcjogYm90aDsnPgo8IS0tTU9OVU1FVFJJQyBSZXBlYXRhYmxlIEluLWNvbnRlbnQgYWQgRDo3Mjh4OTAsMzAweDI1MCwzMjB4NTAsMzIweDEwMCw0Njh4NjAgTTozMDB4MjUwLDMyMHg1MCwzMjB4MTAwIFQ6NzI4eDkwLDMwMHgyNTAsMzIweDUwLDMyMHgxMDAsNDY4eDYwIFNUQVJULS0+Cgo8ZGl2IGlkPSJtbXQtYWYzODBkOWEtZTAxMS00YzQ4LWFjMTAtYzZiMDU5ZWE5NjdkIj48L2Rpdj48c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgZGF0YS1jZmFzeW5jPSJmYWxzZSI+JE1NVCA9IHdpbmRvdy4kTU1UIHx8IHt9OyAkTU1ULmNtZCA9ICRNTVQuY21kIHx8IFtdOyRNTVQuY21kLnB1c2goZnVuY3Rpb24oKXsgJE1NVC5kaXNwbGF5LnNsb3RzLnB1c2goWyJhZjM4MGQ5YS1lMDExLTRjNDgtYWMxMC1jNmIwNTllYTk2N2QiXSk7IH0pPC9zY3JpcHQ+Cgo8IS0tTU9OVU1FVFJJQyBSZXBlYXRhYmxlIEluLWNvbnRlbnQgYWQgRDo3Mjh4OTAsMzAweDI1MCwzMjB4NTAsMzIweDEwMCw0Njh4NjAgTTozMDB4MjUwLDMyMHg1MCwzMjB4MTAwIFQ6NzI4eDkwLDMwMHgyNTAsMzIweDUwLDMyMHgxMDAsNDY4eDYwICBFTkRTLS0+PC9kaXY+Cg==')); }; if (document.readyState === 'complete' || (document.readyState !== 'loading' && !document.documentElement.doScroll)) ai_run_244361887642 (); else document.addEventListener ('DOMContentLoaded', ai_run_244361887642); ai_js_code = true; } function ai_wait_for_jquery(){function b(f,c){var a=document.createElement("script");a.src=f;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,c&&c(),a.onload=a.onreadystatechange=null,d.removeChild(a))};d.appendChild(a)}window.jQuery&&window.jQuery.fn?ai_run_scripts():(ai_jquery_waiting_counter++,4==ai_jquery_waiting_counter&&b("https://agacsakal.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",function(){b("https://agacsakal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=6.4.3", null)}),30>ai_jquery_waiting_counter&&setTimeout(function(){ai_wait_for_jquery()},50))}ai_jquery_waiting_counter=0;ai_wait_for_jquery(); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Kelly Clarkson’s performance of “The Dance” at the Kennedy Center Honors for Garth Brooks in 2019 was a truly memorable moment. The performance took place in front of an audience of distinguished guests, including former President Barack Obama and First Lady Michelle Obama.\n“The Dance” is a classic country ballad written by Tony Arata and originally recorded by Garth Brooks in 1989. The emotional lyrics tell the story of a man reflecting on a past relationship and the painful memories that accompany it.\nClarkson’s rendition of the song was particularly poignant, as she delivered a heartfelt and emotional performance that brought many members of the audience to tears. Her powerful vocals and expressive delivery captured the raw emotion of the song, and her performance was widely praised for its authenticity and sincerity.\nIn addition to honoring Garth Brooks, Clarkson’s performance of “The Dance” also served as a tribute to the power of music to evoke strong emotions and connect people across generations and backgrounds. It was a truly unforgettable moment that will be remembered for years to come.\nWatch the video below :", "id": "<urn:uuid:85c97495-1a24-42ed-a19c-4d00a3688bba>", "dump": "CC-MAIN-2024-10", "url": "https://agacsakal.com/dm66gi6bnaweo509zfo1/", "date": "2024-02-25T07:52:45", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9682042598724365, "token_count": 228 } }
<urn:uuid:db1392e2-e5a6-4107-849f-2e2a9fa3742f>
<!doctype html><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"><link rel="dns-prefetch" href="//www.yext-pixel.com"><link rel="dns-prefetch" href="//a.cdnmktg.com"><link rel="dns-prefetch" href="//a.mktgcdn.com"><link rel="dns-prefetch" href="//dynl.mktgcdn.com"><link rel="dns-prefetch" href="//dynm.mktgcdn.com"><link rel="dns-prefetch" href="//www.google-analytics.com"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="format-detection" content="telephone=no"><link rel="shortcut icon" href="../../../permanent-b0b701/assets/images/favicon.d1fae2dd.ico"><meta name="description" content="Contact Galloway Insurance Agency located near Burnet for all your Nationwide car, homeowners, business, or life insurance needs today!"><meta property="og:title" content="Galloway Insurance Agency, Burnet - 78611 - Nationwide"><meta property="og:description" content="Contact Galloway Insurance Agency located near Burnet for all your Nationwide car, homeowners, business, or life insurance needs today!"><meta property="og:image" content="https://dynl.mktgcdn.com/p/J-myKDlUi_Kccz17y2PS5GQ9CF4Elre5ed37kpo9PDI/400x120.png"><meta property="og:type" content="website"><meta property="og:url" content="https://agency.nationwide.com/tx/burnet/78611/galloway-insurance-agency"><meta name="twitter:card" content="summary"><link rel="canonical" href="https://agency.nationwide.com/tx/burnet/78611/galloway-insurance-agency" /><link rel="stylesheet" href="https://use.typekit.net/uii5kjg.css"><title>Galloway Insurance Agency, Burnet - 78611 - Nationwide</title><script type="text/javascript">window.Yext = (function(Yext){Yext.BaseUrl = "../../../"; return Yext})(window.Yext || {});</script><script id="monitoring-data" type="text/data">{"isStaging":false,"siteDomain":"agency.nationwide.com","siteId":1242,"soyTemplateName":"location.layout"}</script><meta name="geo.position" content="30.7463113;-98.23100529999999"><meta name="geo.placename" content="Burnet,Texas"><meta name="geo.region" content="United States-TX"><link rel="preload" href="../../../permanent-b0b701/agency.nationwide.com/location/main.8045deda.js" as="script"><style id="main-8045deda-css">@font-face{font-family:Gotham;src:url(../../../permanent-b0b701/assets/fonts/Gotham-400.2f770e07.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(../../../permanent-b0b701/assets/fonts/Gotham-500-woff2.68ce85d4.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(../../../permanent-b0b701/assets/fonts/Gotham-700.1ddbd863.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;border-radius:0;color:inherit;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:normal;font-family:proxima-nova,Arial,sans-serif;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{word-wrap:break-word;overflow-wrap:break-word}html{-webkit-text-size-adjust:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}img,svg{max-width:100%;max-height:100%}button,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}abbr,abbr[title]{text-decoration:none;border-bottom:none}button{background:none;cursor:pointer}.is-hidden{display:none}.Text,.Text--bold{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Text--bold{font-weight:700}.Text--tall{font-size:1rem;line-height:1.38;line-height:1.5}.Text--large,.Text--tall{font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Text--large{font-size:1.25rem;line-height:1.4}.Text--small{font-size:.875rem;line-height:1.57}.Heading--lead,.Text--small{font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Heading--lead{font-size:1.75rem;line-height:1.14}@media (min-width:48rem){.Heading--lead{font-size:3rem;line-height:3.375rem}}.Heading--major{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:1.875rem}@media (min-width:48rem){.Heading--major{font-size:2.25rem;line-height:2.5rem}}.Heading--secondary{font-size:1.5rem;line-height:1.33;font-weight:500;color:#171717;text-align:center;margin-bottom:2.5rem}@media (min-width:48rem){.Heading--secondary{font-size:2.25rem;line-height:2.5rem}}.Heading--minor{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600}@media (min-width:48rem){.Heading--minor{font-size:1.75rem;line-height:2rem}}.Heading--sub{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-weight:400}@media (min-width:48rem){.Heading--sub{font-size:1.75rem;line-height:2rem}}.Heading--brow{font-size:1.125rem;line-height:1.11;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem}.Heading--brow,.Link{font-family:proxima-nova,Arial,sans-serif}.Link{font-size:1rem;line-height:1.38;font-weight:400;font-weight:600;text-decoration:underline}.Link,.Link:link,.Link:visited{color:#1c57a5}.Link:hover{color:#326295}.Link:active{color:#003b5c}.Link:active,.Link:focus,.Link:hover{text-decoration:none}.Link--body{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:600;text-decoration:underline;font-weight:400}.Link--body,.Link--body:link,.Link--body:visited{color:#1c57a5}.Link--body:hover{color:#326295}.Link--body:active{color:#003b5c}.Link--body:active,.Link--body:focus,.Link--body:hover{text-decoration:none}.Link--large{font-size:1rem;line-height:1.1;text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;font-weight:600}.Link--large,.Link--large:link,.Link--large:visited{color:#1c57a5}.Link--large:hover{color:#326295}.Link--large:active{color:#003b5c}.Link--header,.Link--large:active,.Link--large:focus,.Link--large:hover{text-decoration:none}.Link--header{font-size:1rem;line-height:1.88;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#007d8a}.Link--header:active,.Link--header:focus,.Link--header:hover{font-weight:500;text-decoration:underline}.Link--footer{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#fff}.Link--breadcrumb,.Link--footer:focus,.Link--footer:hover{text-decoration:underline}.Link--breadcrumb{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Link--breadcrumb,.Link--breadcrumb:active,.Link--breadcrumb:hover,.Link--breadcrumb:link,.Link--breadcrumb:visited{color:#fff;font-weight:400}.Link--breadcrumb:active,.Link--breadcrumb:focus,.Link--breadcrumb:hover{text-decoration:none}.Button{border-radius:.25rem}.Button,.Button--primary{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;cursor:pointer}.Button--primary{border-radius:.25rem;border:.0625rem solid #0047bb;color:#0047bb}.Button--primary:active,.Button--primary:focus,.Button--primary:hover{background-color:#0047bb}.Button--primary:active,.Button--primary:focus,.Button--primary:hover,.Button--secondary{color:#fff;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.Button--secondary{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #fff}.Button--secondary:active,.Button--secondary:focus,.Button--secondary:hover{color:#000;background-color:#fff;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.GetQuote-zip,.TextInput,.TextInput--locator{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.4375rem 1.25rem;border:.0625rem solid #bcbdbc;border-radius:.1875rem;background-color:#fff}.GetQuote-zip::-webkit-input-placeholder,.TextInput--locator::-webkit-input-placeholder,.TextInput::-webkit-input-placeholder{color:#777;font-style:italic}.GetQuote-zip::-moz-placeholder,.TextInput--locator::-moz-placeholder,.TextInput::-moz-placeholder{color:#777;font-style:italic}.GetQuote-zip:-ms-input-placeholder,.TextInput--locator:-ms-input-placeholder,.TextInput:-ms-input-placeholder{color:#777;font-style:italic}.TextInput--locator{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;line-height:1.5}.InlineRatings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.InlineRatings-stars{margin-right:1.25rem}.InlineRatings-unratedText{font-style:italic}.Alert{background-color:rgba(253,186,46,.25);border-radius:.1875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.625rem 1.25rem}@media (max-width:47.9375rem){.Alert{padding-left:.4375rem;padding-right:.5625rem}}.Alert-container{display:-webkit-box;display:-ms-flexbox;display:flex}.Alert-iconWrapper{width:1rem;height:.875rem;margin-right:1.25rem;position:relative;top:.25rem;-ms-flex-negative:0;flex-shrink:0}@media (max-width:47.9375rem){.Alert-iconWrapper{margin-right:.625rem}}.Alert-icon{width:100%;height:100%}.Alert-content{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;line-height:1.5;font-weight:700;color:#523a1f}.Alert--error{background-color:#f2dede;color:#a94442}.Alert a{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:600;text-decoration:underline;font-weight:400;font-weight:700}.Alert a,.Alert a:link,.Alert a:visited{color:#1c57a5}.Alert a:hover{color:#326295}.Alert a:active{color:#003b5c}.Alert a:active,.Alert a:focus,.Alert a:hover{text-decoration:none}.FAQ{border-bottom:.0625rem solid #bcbdbc;margin-bottom:.375rem;max-width:43.75rem}.FAQ-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.625rem;color:#0f70f0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.FAQ-question{line-height:1.39;color:#12131e;color:#0062b3;line-height:1.33}.FAQ-answer,.FAQ-question{font-size:1.125rem;font-weight:300}.FAQ-answer{line-height:1.39;color:#12131e;-webkit-transition:height .25s ease-in-out;transition:height .25s ease-in-out;overflow:hidden;height:auto;display:block;padding:.625rem .625rem .875rem}.FAQ-answer em,.FAQ-answer i{font-style:italic}.FAQ-answer b,.FAQ-answer strong{font-weight:700}.FAQ-answer a{color:inherit}.FAQ-answer a:hover{text-decoration:none}.FAQ-answer ol{list-style-type:decimal}.FAQ-answer ul{list-style:disc}.FAQ-answer ol,.FAQ-answer ul{list-style-position:inside}.FAQ-answer li{margin-left:1.5625rem}.FAQ-answer a{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;color:#1c57a5;font-weight:600;text-decoration:underline;font-weight:400}.FAQ-answer a:link,.FAQ-answer a:visited{color:#1c57a5}.FAQ-answer a:hover{color:#326295}.FAQ-answer a:active{color:#003b5c}.FAQ-answer a:active,.FAQ-answer a:focus,.FAQ-answer a:hover{text-decoration:none}.FAQ-dropdownIcon{display:block;height:1.125rem;width:1.125rem;margin-right:1rem;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.FAQ[aria-expanded=false] .FAQ-answer{display:none;height:0}.FAQ[aria-expanded=false] .FAQ-dropdownIcon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.FAQS{padding:2.5rem 0}@media (min-width:48rem){.FAQS{padding:3.75rem 0}}.FAQS-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:43.75rem}.Header{background-color:#fff}.Header.hide{display:none}.Header-moreMobileMenu{position:absolute;height:100%;width:100%;padding:2.75rem 0 0 4.9375rem;top:0}.Header-img{height:1.3125rem;width:1.3125rem;margin-right:.25rem}.Header-upperWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem}.Header-upper{height:6.25rem;width:69.25rem}.Header-upper,.Header-upperRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Header-search .yxt-SearchBar{position:relative;z-index:1000;height:2.625rem;width:18.75rem}.Header-search .yxt-SearchBar-container{border-radius:unset;border:unset;border-bottom:.125rem solid #707070;background-color:#f6f6f6}.Header-search .yxt-SearchBar-button{background-color:#f6f6f6;border-left:.125rem solid #d8d8d8;padding:0}.Header-search .yxt-SearchBar-input{font-family:proxima-nova,Arial,sans-serif}.Header-search .Icon{padding:.375rem}.Header-search .Icon-image{width:1.5rem;height:1.5rem}.Header-topWrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem;background-color:#f6f6f6}.Header-top,.Header-topWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.Header-top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.8125rem;width:69.25rem}.Header-topOption{font-weight:400;text-align:center;color:#0047bb;letter-spacing:.01563rem;font-size:.875rem;line-height:1.5;font-family:Gotham,Arial,sans-serif}.Header-topOption span{text-decoration:underline}.Header-topOption span:active,.Header-topOption span:focus,.Header-topOption span:hover{text-decoration:unset}.Header-verticalDivider{color:#0047bb;padding:0 1.25rem}.Header-verticalDivider:last-child{display:none}.Header-tabWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.875rem}@media (max-width:55.25rem){.Header-tabWrapper{width:100%}}.Header-tabWrapper--personal{height:5rem;background-color:#f0f0ee;border-top:.3125rem solid #0047bb;border-left:.0625rem solid #bcbdbc;border-right:.0625rem solid #bcbdbc;margin-bottom:-.125rem;z-index:3}.Header-tabWrapper--personal .Header-tab{font-weight:700;height:2.875rem}@media (max-width:55.25rem){.Header-tabWrapper--personal .Header-tab{text-transform:none}}@media (max-width:55.25rem){.Header-tabWrapper--personal{background-color:#fff;height:2.875rem;border-left:none}}.Header-tabWrapper--business{height:3.5625rem;border-top:.0625rem solid #bcbdbc;border-right:.0625rem solid #bcbdbc}.Header-tabWrapper--business .Header-tab{font-weight:300;height:3.375rem}@media (max-width:55.25rem){.Header-tabWrapper--business .Header-tab{text-transform:none}}@media (max-width:55.25rem){.Header-tabWrapper--business{height:2.875rem;background-color:#f0f0ee;border-top:none;border-right:none;border-bottom:.0625rem solid #bcbdbc}}.Header-tab{font-size:1rem;line-height:1.19;color:#333;text-align:center;text-transform:uppercase;padding:1rem}.Header-tabs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Header-categories,.Header-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.Header-categories{-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:4}.Header-link{padding:0 1.25rem}.Header-claims,.Header-pay{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Header-claims,.Header-lowerWrapper,.Header-pay{display:-webkit-box;display:-ms-flexbox;display:flex}.Header-lowerWrapper{position:relative;background-color:#f6f6f6;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 .625rem}@media (min-width:66.875rem){.Header-lowerWrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.Header-lower{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:5.375rem;width:72rem}.Header-dropdowns{position:absolute;background-color:#fff;z-index:3;width:100%;border-top:.0625rem solid #000}.Header-dropdownWrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.5rem;width:calc(100% - .125rem);height:calc(100% - .5625rem);border:.0625rem solid transparent}.Header-dropdownWrapper.is-dropdown-unexpanded:hover{border:.0625rem solid #707070;border-bottom-color:transparent;background-color:#e9eae8;-webkit-transition:background-color .15s;transition:background-color .15s}.Header-dropdownWrapper.is-dropdown-open{border:.0625rem solid #000;background-color:#fff;-webkit-transition:background-color .15s;transition:background-color .15s}.Header-dropdownWrapper.is-dropdown-open .Header-dropdownName{color:#000}.Header-dropdownWrapper.is-dropdown-open:before{content:"";display:block;width:100%;height:.5625rem;background-color:#0047bb;position:absolute;top:-.0625rem}.Header-dropdownWrapper.is-dropdown-open:after{content:"";display:block;width:100%;height:.5625rem;background-color:#fff;position:absolute;z-index:999;bottom:-.3125rem}.Header-dropdownName{font-size:1.25rem;line-height:1.5;font-weight:400;text-align:center;color:#0047bb;cursor:pointer;max-width:10.75rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 1.375rem .3125rem}.Header-account,.Header-dropdownName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Header-account{z-index:4;margin-right:1.375rem}.Header-accountButton{border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0047bb}@media (min-width:48rem){.Header-accountButton{margin-left:1.25rem}}.Header-accountButton:first-child{width:7.375rem}.Header-accountLink{font-size:1.125rem;line-height:1;color:#fff;padding:.75rem 1.5rem}.Header .is-open{display:block}.Header-mobileContainer{position:relative;z-index:5;height:100%}.Header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.Header-mobileTopWrapper{height:100%}@media (max-width:55.25rem){.Header-mobileTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.625rem 1.875rem;height:100%}}@media (max-width:55.25rem){.isOpen .Header-mobileTop{border-bottom:.0625rem solid #bcbdbc}}.Header-logoWrapper{height:3.75rem}@media (max-width:55.25rem){.Header-logoWrapper{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:2rem;height:2.5rem}}.Header-logo{height:3.75rem}@media (max-width:55.25rem){.Header-logo{height:2.5rem}}@media (max-width:55.25rem){.Header-menu{position:absolute;left:0;right:0;top:4.5625rem;height:0;overflow-y:scroll;overflow-x:hidden}}@media (max-width:55.25rem){.Header-menu,.isOpen .Header-menu{-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.isOpen .Header-menu{height:calc(100vh - 4.5625rem);width:100%;max-width:24rem;background-color:#fff}}.Header-mobileSearchWrapper{padding:1.25rem;border-bottom:.0625rem solid #707070}@media (max-width:55.25rem){.Header-contactWrapper,.Header-loginWrapper,.Header-mobilePhoneWrapper{padding-top:.625rem;padding-bottom:.625rem;border-bottom:.0625rem solid #e0e1dd}}.Header-mobilePhoneWrapper{color:#4d4f53}@media (max-width:55.25rem){.Header-mobileLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:55.25rem){.Header-mobileLink:after{content:url(../../../permanent-b0b701/assets/images/chevron.cd1e94e3.svg);height:1.375rem}}.Header-overlay{display:block;position:fixed;z-index:2;top:0;bottom:0;right:0;left:0;height:0%;width:100%;background-color:#7e7e82;opacity:.3}@media (max-width:55.25rem){.Header-overlay{top:4.5625rem}}@media (min-width:55.25rem){.Header-overlay{top:15.0625rem}}.isOpen .Header-overlay{height:100%}.Header-toggleIcon{display:none}@media (max-width:55.25rem){.Header-toggleIcon{display:block;position:relative;width:1.125rem;height:.75rem}}.Header-menuBar{display:block;position:absolute;left:0;height:.125rem;width:100%;background:#0047bb;border-radius:0;opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.Header-menuBar:first-child{top:0}.Header-menuBar:nth-child(2),.Header-menuBar:nth-child(3){top:.375rem}.Header-menuBar:nth-child(4){top:.75rem}.Header.isOpen .Header-toggleIcon{width:1.125rem;height:1.125rem}.Header.isOpen .Header-menuBar:first-child,.Header.isOpen .Header-menuBar:nth-child(4){top:.375rem;width:0;left:50%}.Header.isOpen .Header-menuBar:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Header.isOpen .Header-menuBar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.Header--mobile{position:relative;height:4.5625rem;background-color:#fff;z-index:3}@media (min-width:55.3125rem){.Header--mobile{display:none}}@media (max-width:55.25rem){.Header--desktop{display:none}}.Header-abc:nth-child(2){position:absolute;top:5.1875rem;left:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;background:#fff}.Header .is-visible{-webkit-transform:none;transform:none}.Header-abc:first-child>ul>li>.Header-subMenu,.Header-abc:nth-child(2) .js-third-level{display:none}.Header-menuWrapper a{display:inline-block;position:relative;padding:.3125rem 0}.Header-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0047bb;padding:.9375rem 1.25rem;width:100%}.Header-button:before{content:url(../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg);padding-top:.375rem;-webkit-transform:scaleX(-1);transform:scaleX(-1);margin-right:.5rem}@media (max-width:55.25rem){.Header li{color:#000}.Header li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Header li .Header-nested:after{content:url(../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg);padding-top:.375rem;text-align:right}}@media (max-width:55.25rem){.Header .js-third-level li a:after{content:none}}.Header .Header-bluelink{color:#0047bb}.Header-accountMobile{background-color:#0047bb;margin-bottom:.0625rem}.Header-accountMobile .Header-claims,.Header-accountMobile .Header-pay{color:#fff}.Header-subMenuWrapper .Header-bluelink a:after{content:""}.Header-menuOptions .Header-bluelink a:after{content:""}.Header-loginButton{border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#008574;width:5.9375rem;height:2.625rem}@media (min-width:48rem){.Header-loginButton{margin-left:1.25rem}}.Header-login{font-size:1rem;line-height:1.13;color:#fff;font-family:Gotham,Arial,sans-serif}.Header-mobileList{font-size:1rem;line-height:1.5;padding:.625rem 1.25rem}.Header-subMenuItem{padding:1.25rem 1.25rem 1.25rem 3.25rem}.Header-subMenuItem:hover{background-color:#e8e9ea}.Header-subMenuTitle{font-size:1rem;line-height:1.5;font-weight:700;padding:1.25rem 1.25rem .5rem;border-top:.0625rem solid #000;text-transform:uppercase}.Header-subMenuLink{font-size:1rem;line-height:1.5;font-family:Gotham,Arial,sans-serif}.Header-nested,.Header-subMenuLink{color:#0047bb}.Header-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Header-allLinkIcon{width:1.25rem;height:1.25rem;margin-right:.5rem}.HeaderDropdown{display:none}.HeaderDropdown-bottomContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.HeaderDropdown-promos{width:69.25rem}.HeaderDropdown-container{width:100%;max-width:73.25rem;margin:0 auto;padding:2rem}.HeaderDropdown-allLink{font-weight:400;text-align:center;color:#0047bb;letter-spacing:.01563rem;font-size:1rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.HeaderDropdown-allLink:active,.HeaderDropdown-allLink:focus,.HeaderDropdown-allLink:hover{text-decoration:underline}.HeaderDropdown-allLinkIcon{width:1.25rem;height:1.25rem;margin-right:.5rem}.HeaderDropdown-mainContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.HeaderDropdown-bottomContainer{padding:.625rem 0;background-color:#f6f6f6}.HeaderDropdown-lists{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.HeaderColumn{width:100%}.HeaderColumn-title{font-size:.875rem;line-height:1.71;color:#000;font-weight:700;text-transform:uppercase;letter-spacing:.03125rem}.HeaderColumn-links{display:-ms-grid;display:grid;grid-auto-flow:column}.HeaderColumn-linkWrapper{padding:.5625rem 1rem .5625rem 0}.HeaderColumn-link{font-weight:400;text-align:center;color:#0047bb;letter-spacing:.01563rem;font-size:1rem;line-height:1.5}.HeaderColumn-link:active,.HeaderColumn-link:focus,.HeaderColumn-link:hover{text-decoration:underline}.HeaderDropdown--1 .HeaderColumn--1 .HeaderColumn-links{-ms-grid-rows:(min-content)[5];grid-template-rows:repeat(5,-webkit-min-content);grid-template-rows:repeat(5,min-content)}.HeaderDropdown--1 .HeaderColumn--2 .HeaderColumn-links,.HeaderDropdown--2 .HeaderColumn--1 .HeaderColumn-links,.HeaderDropdown--2 .HeaderColumn--2 .HeaderColumn-links{-ms-grid-rows:(min-content)[6];grid-template-rows:repeat(6,-webkit-min-content);grid-template-rows:repeat(6,min-content)}.HeaderDropdown--3 .HeaderColumn--1 .HeaderColumn-links{-ms-grid-rows:(min-content)[4];grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}.HeaderDropdown--3 .HeaderColumn--2 .HeaderColumn-links{-ms-grid-rows:(min-content)[3];grid-template-rows:repeat(3,-webkit-min-content);grid-template-rows:repeat(3,min-content)}.HeaderDropdown--4 .HeaderColumn--1 .HeaderColumn-links{-ms-grid-rows:(min-content)[8];grid-template-rows:repeat(8,-webkit-min-content);grid-template-rows:repeat(8,min-content)}.HeaderDropdown--4 .HeaderColumn--2 .HeaderColumn-links{-ms-grid-rows:(min-content)[5];grid-template-rows:repeat(5,-webkit-min-content);grid-template-rows:repeat(5,min-content)}.HeaderDropdown--4 .HeaderColumn--3 .HeaderColumn-links{-ms-grid-rows:(min-content)[6];grid-template-rows:repeat(6,-webkit-min-content);grid-template-rows:repeat(6,min-content)}.HeaderDropdown--4 .HeaderColumn--4 .HeaderColumn-links{-ms-grid-rows:(min-content)[7];grid-template-rows:repeat(7,-webkit-min-content);grid-template-rows:repeat(7,min-content)}.HeaderDropdown--4 .HeaderColumn--5 .HeaderColumn-links{-ms-grid-rows:(min-content)[4];grid-template-rows:repeat(4,-webkit-min-content);grid-template-rows:repeat(4,min-content)}.HeaderDropdown--5 .HeaderColumn--1 .HeaderColumn-links{-ms-grid-rows:(min-content)[5];grid-template-rows:repeat(5,-webkit-min-content);grid-template-rows:repeat(5,min-content)}.HeaderDropdown--5 .HeaderColumn--2 .HeaderColumn-links{-ms-grid-rows:(min-content)[6];grid-template-rows:repeat(6,-webkit-min-content);grid-template-rows:repeat(6,min-content)}.HeaderDropdown--6 .HeaderColumn--1 .HeaderColumn-links{-ms-grid-rows:(min-content)[5];grid-template-rows:repeat(5,-webkit-min-content);grid-template-rows:repeat(5,min-content)}.HeaderDropdown--6 .HeaderColumn--2 .HeaderColumn-links{-ms-grid-rows:(min-content)[6];grid-template-rows:repeat(6,-webkit-min-content);grid-template-rows:repeat(6,min-content)}.HeaderRow-promos{display:-webkit-box;display:-ms-flexbox;display:flex}.HeaderRow-promo{width:25%;margin:.625rem 0;padding:1.25rem}.HeaderRow-promo:hover{background-color:#e8e9ea}.HeaderRow-link{display:-webkit-box;display:-ms-flexbox;display:flex}.HeaderRow-icon{width:3rem;height:3rem;margin-right:.75rem}.HeaderRow-title{font-size:1.125rem;line-height:1.33;font-weight:500;color:#0047bb;margin-bottom:.25rem;letter-spacing:.03125rem}.HeaderRow-text{font-size:.875rem;line-height:1.57;color:#000;letter-spacing:.03125rem}.HeaderRow--mobile .HeaderRow-promos{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.HeaderRow--mobile .HeaderRow-promo{width:100%;background-color:#f6f6f6;margin:0;padding:1.125rem 1.25rem}.HeaderRow--mobile .HeaderRow-promo:hover{background-color:#e8e9ea}.HeaderRow--mobile .HeaderRow-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.Main-breadcrumbs{background-color:#141b4d;color:#fff;padding-top:1.25rem;padding-bottom:.625rem;border-top:.0625rem solid #fff}@media (min-width:48rem){.Main-breadcrumbs{display:none}}.Main-breadcrumbs .c-bread-crumbs-item{margin-bottom:.625rem}.Main--locator{display:block}.Footer{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#c9cac8;-ms-flex-negative:0;flex-shrink:0;background-color:#222;padding-top:1.25rem;padding-bottom:1.875rem;z-index:1}@media (max-width:47.9375rem){.Footer{padding-bottom:1.25rem}}.Footer-logoPhoneWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.25rem}@media (max-width:47.9375rem){.Footer-logoPhoneWrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.875rem}}@media (max-width:47.9375rem){.Footer-logoWrapper{margin-bottom:1.875rem}}@media (max-width:47.9375rem){.Footer-logo{width:2.8125rem;height:2.8125rem}}.Footer-phone{display:-webkit-box;display:-ms-flexbox;display:flex}.Footer-phonePretty{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#e1e5e8;font-weight:700;margin-right:.625rem}@media (max-width:47.9375rem){.Footer-phoneNumberText{display:none}}@media (min-width:48rem){.Footer-phoneNumberLink{display:none}}.Footer-socialLinks{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.25rem}@media (min-width:48rem){.Footer-socialLinks{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.Footer-basicLinks,.Footer-businessPartnersLinks{margin-bottom:.625rem}.Footer-copy{margin-bottom:1.875rem;margin-top:.625rem}.Footer-slogan{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#e1e5e8;font-weight:700}.Footer-bottom{margin-top:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:61.9375rem){.Footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Footer-linkItem{margin-bottom:.625rem}.Footer-linkItem:not(:last-child){padding-right:.625rem;margin-right:.625rem;border-right:.0625rem solid #fff}.Footer-link{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#fff;cursor:pointer}.Footer-link:focus,.Footer-link:hover{text-decoration:underline}@media (max-width:47.9375rem){.Footer-socialLinksWrapper{margin-bottom:1.25rem}}.Footer-socialLinkItem{width:2.5rem;height:2.5rem}@media (max-width:47.9375rem){.Footer-socialLinkItem{width:1.875rem;height:1.875rem}}.Footer-socialLinkItem:not(:last-child){margin-right:1.25rem}.Footer-socialLink:active .social-icon-path,.Footer-socialLink:focus .social-icon-path,.Footer-socialLink:hover .social-icon-path{fill:#fff}.Footer-badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:3.75rem}@media (max-width:61.9375rem){.Footer-badges{margin-left:0;margin-top:.625rem}}@media (max-width:47.9375rem){.Footer-badges{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.Footer-badgeLink:not(:last-child){margin-bottom:.625rem}@media (min-width:48rem){.Footer-badgeLink:not(:last-child){margin-right:1.25rem;margin-bottom:0}}.Footer-badgeLink:active .Footer-badge,.Footer-badgeLink:focus .Footer-badge,.Footer-badgeLink:hover .Footer-badge{display:none}.Footer-badge,.Footer-badgeLink:active .Footer-badge--hover,.Footer-badgeLink:focus .Footer-badge--hover,.Footer-badgeLink:hover .Footer-badge--hover{display:block}.Footer-badge--hover{display:none}.Footer-badge--housing{width:6.5rem;height:4rem}.Footer-badge--fdic{width:8.0625rem;height:4rem}.Footer-badge--truste{width:10.125rem;height:4rem}.Footer-badge,.Footer-badge--hover{-ms-flex-negative:0;flex-shrink:0}@media (max-width:47.9375rem){.Footer .social-icon{-webkit-transform:scale(.75);transform:scale(.75)}}.Footer .social-icon-path{fill:#c9cac8}.Footer #teconsent a{font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#fff}.Footer #teconsent a:focus,.Footer #teconsent a:hover{text-decoration:underline}.sr-only{position:absolute;width:.0625rem;height:.0625rem;margin:-.0625rem;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.c-location-hours:after,.c-location-hours:before{content:" ";display:table}.c-location-hours:after{clear:both}.c-location-hours-details-row.is-today.highlight-text{font-weight:700}.c-location-hours-details-row.is-today.highlight-background{background-color:#d8d8d8}.c-location-hours-details-row-day{padding-right:1.25rem}.c-location-hours-details-row-intervals-instance{display:block}.c-location-hours-details-opentoday{display:none}.c-location-hours-today{display:block}.c-location-hours-today-details-row{display:none}.c-location-hours-today-details-row.is-today{display:block}.c-location-hours-collapse .c-hours-toggle,.c-location-hours-today-day-hours,.c-location-hours-today-day-hours-interval-separator,.c-location-hours-today-day-hours-intervals-instance{display:inline-block}.c-location-hours-collapse .c-hours-toggle:after{content:"\F0D7";font-family:FontAwesome;font-size:inherit;display:inline-block;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;vertical-align:middle;margin-left:1ex}.c-location-hours-collapse .c-hours-toggle.collapsed:after{-webkit-transform:rotate(0);transform:rotate(0)}.c-location-hours-collapse .c-location-hours-today,.c-location-hours-collapse .c-location-hours-today-details-row.is-today{display:inline-block}.c-Modal{display:none;position:fixed;z-index:1;padding-top:6.25rem;left:0;top:0;width:100%;height:100%;overflow:auto}.c-Modal-content{background-color:#fefefe;margin:auto;padding:1.25rem;border:.0625rem solid #888;width:80%}.c-Modal-open{display:block}.c-Modal-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:2;cursor:pointer}.c-Modal-closeButton{float:right;font-size:1.75rem;font-weight:700}.l-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-1rem;margin-right:-1rem}@media (min-width:48rem){.l-row{margin-left:-1rem;margin-right:-1rem}}@media (min-width:62rem){.l-row{margin-left:-1rem;margin-right:-1rem}}@media (min-width:75rem){.l-row{margin-left:-1rem;margin-right:-1rem}}@media (max-width:47.9375rem){.l-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:48rem){.l-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.l-row-separator{border-bottom:.0625rem solid #222}.l-row-vertical-margin-top{margin-top:2rem}.l-row-vertical-margin-top-sm{margin-top:1rem}.l-row-vertical-margin-bottom{margin-bottom:2rem}.l-row-vertical-margin-bottom-sm{margin-bottom:1rem}@media (min-width:75rem){.l-col-lg-1-up{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-1-up{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-1-up{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-1-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-1-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-1-down{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-1-down{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-1-down{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-1-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-1-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-2-up{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-2-up{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-2-up{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-2-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-2-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-2-down{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-2-down{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-2-down{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-2-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-2-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-3-up{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-3-up{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-3-up{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-3-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-3-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-3-down{width:25%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-3-down{width:25%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-3-down{width:25%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-3-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-3-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-4-up{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.Core-col,.l-col-md-4-up{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.Core-col,.l-col-md-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.Core-col,.l-col-md-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.Core-col,.l-col-md-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-4-up{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-4-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-4-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-4-down{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-4-down{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-4-down{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-4-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-4-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-5-up{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-5-up{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-5-up{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-5-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-5-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-5-down{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-5-down{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-5-down{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-5-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-5-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-6-up{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-6-up{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-6-up{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-6-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-6-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-6-down{width:50%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-6-down{width:50%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-6-down{width:50%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-6-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-6-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-7-up{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-7-up{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-7-up{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-7-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-7-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-7-down{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-7-down{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-7-down{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-7-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-7-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-8-up{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-8-up{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-8-up{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-8-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-8-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-8-down{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-8-down{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-8-down{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-8-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-8-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-9-up{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-9-up{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-9-up{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-9-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-9-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-9-down{width:75%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-9-down{width:75%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-9-down{width:75%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-9-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-9-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-10-up{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-10-up{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-10-up{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-10-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-10-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-10-down{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-10-down{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-10-down{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-10-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-10-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-11-up{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-11-up{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-11-up{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-11-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-11-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-11-down{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-11-down{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-11-down{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-11-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-11-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-12-up{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.l-col-md-12-up{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (min-width:75rem){.l-col-md-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-col-sm-12-up{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-12-up{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (min-width:75rem){.l-col-sm-12-up{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem){.l-col-md-12-down{width:100%;padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:74.9375rem) and (min-width:75rem){.l-col-md-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem){.l-col-sm-12-down{width:100%;padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-12-down{width:100%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-12-down{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-12-down{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-1{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-1{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-1{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-1{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-1{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-1{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-1{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-1{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-1{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-1{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-1{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-1{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-1{width:8.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-1{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-1{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-1{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-2{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-2{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-2{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-2{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-2{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-2{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-2{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-2{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-2{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-2{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-2{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-2{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-2{width:16.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-2{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-2{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-2{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-3{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-3{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-3{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-3{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-3{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-3{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-3{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-3{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-3{width:25%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-3{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-3{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-3{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-3{width:25%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-3{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-3{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-3{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-4{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-4{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-4{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-4{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-4{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-4{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-4{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-4{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-4{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-4{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-4{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-4{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-4{width:33.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-4{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-4{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-4{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-5{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-5{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-5{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-5{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-5{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-5{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-5{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-5{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-5{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-5{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-5{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-5{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-5{width:41.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-5{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-5{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-5{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-6{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-6{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-6{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-6{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-6{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-6{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-6{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-6{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.Core-col,.l-col-sm-6{width:50%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.Core-col,.l-col-sm-6{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.Core-col,.l-col-sm-6{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.Core-col,.l-col-sm-6{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-6{width:50%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-6{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-6{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-6{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-7{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-7{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-7{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-7{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-7{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-7{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-7{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-7{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-7{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-7{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-7{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-7{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-7{width:58.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-7{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-7{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-7{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-8{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-8{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-8{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-8{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-8{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-8{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-8{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-8{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-8{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-8{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-8{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-8{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-8{width:66.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-8{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-8{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-8{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-9{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-9{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-9{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-9{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-9{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-9{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-9{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-9{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-9{width:75%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-9{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-9{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-9{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-9{width:75%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-9{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-9{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-9{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-10{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-10{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-10{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-10{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-10{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-10{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-10{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-10{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-10{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-10{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-10{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-10{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-10{width:83.33333%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-10{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-10{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-10{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-11{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-11{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-11{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-11{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-11{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-11{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-11{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-11{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-11{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-11{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-11{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-11{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.l-col-xs-11{width:91.66667%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-xs-11{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-xs-11{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.l-col-xs-11{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.l-col-lg-12{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-lg-12{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-lg-12{padding-left:1rem;padding-right:1rem}}@media (min-width:75rem) and (min-width:75rem){.l-col-lg-12{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem){.l-col-md-12{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-md-12{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-md-12{padding-left:1rem;padding-right:1rem}}@media (min-width:62rem) and (max-width:74.9375rem) and (min-width:75rem){.l-col-md-12{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-12{width:100%;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.l-col-sm-12{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.l-col-sm-12{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem) and (max-width:61.9375rem) and (min-width:75rem){.l-col-sm-12{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem){.Core-col,.l-col-xs-12{width:100%;padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:48rem) and (max-width:61.9375rem){.Core-col,.l-col-xs-12{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:62rem) and (max-width:74.9375rem){.Core-col,.l-col-xs-12{padding-left:1rem;padding-right:1rem}}@media (max-width:47.9375rem) and (min-width:75rem){.Core-col,.l-col-xs-12{padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.l-Split--sm{margin-left:-1rem;margin-right:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.l-Split--sm>*{padding-left:1rem;padding-right:1rem}.l-Split--sm.l-Split--half>.l-Split-one{width:50%}.l-Split--sm.l-Split--half>.l-Split-two{width:100%}.l-Split--sm.l-Split--thirds>.l-Split-one{width:33.33333%}.l-Split--sm.l-Split--thirds>.l-Split-two{width:66.66667%}.l-Split--sm.l-Split--thirds>.l-Split-three{width:100%}.l-Split--sm.l-Split--fourths>.l-Split-one{width:25%}.l-Split--sm.l-Split--fourths>.l-Split-two{width:50%}.l-Split--sm.l-Split--fourths>.l-Split-three{width:75%}.l-Split--sm.l-Split--fourths>.l-Split-four{width:100%}}@media (min-width:62rem){.l-Split--md{margin-left:-1rem;margin-right:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.l-Split--md>*{padding-left:1rem;padding-right:1rem}.l-Split--md.l-Split--half>.l-Split-one{width:50%}.l-Split--md.l-Split--half>.l-Split-two{width:100%}.l-Split--md.l-Split--thirds>.l-Split-one{width:33.33333%}.l-Split--md.l-Split--thirds>.l-Split-two{width:66.66667%}.l-Split--md.l-Split--thirds>.l-Split-three{width:100%}.l-Split--md.l-Split--fourths>.l-Split-one{width:25%}.l-Split--md.l-Split--fourths>.l-Split-two{width:50%}.l-Split--md.l-Split--fourths>.l-Split-three{width:75%}.l-Split--md.l-Split--fourths>.l-Split-four{width:100%}}@media (min-width:75rem){.l-Split--lg{margin-left:-1rem;margin-right:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.l-Split--lg>*{padding-left:1rem;padding-right:1rem}.l-Split--lg.l-Split--half>.l-Split-one{width:50%}.l-Split--lg.l-Split--half>.l-Split-two{width:100%}.l-Split--lg.l-Split--thirds>.l-Split-one{width:33.33333%}.l-Split--lg.l-Split--thirds>.l-Split-two{width:66.66667%}.l-Split--lg.l-Split--thirds>.l-Split-three{width:100%}.l-Split--lg.l-Split--fourths>.l-Split-one{width:25%}.l-Split--lg.l-Split--fourths>.l-Split-two{width:50%}.l-Split--lg.l-Split--fourths>.l-Split-three{width:75%}.l-Split--lg.l-Split--fourths>.l-Split-four{width:100%}}.l-centeredColumn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-container{margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media (min-width:48rem){.l-container{width:45.5rem;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width:62rem){.l-container{width:58.25rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75rem){.l-container{width:67.625rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:48rem){.l-visible-only-xs{display:none}}@media (max-width:47.9375rem){.l-hidden-xs{display:none}}@media (min-width:48rem) and (max-width:61.9375rem){.l-hidden-sm{display:none}}@media (min-width:62rem) and (max-width:74.9375rem){.l-hidden-md{display:none}}@media (min-width:75rem){.l-hidden-lg{display:none}}.c-address-country-name,.coordinates{display:none}.c-bread-crumbs{list-style:none;margin:0;padding:0}.c-bread-crumbs-list{padding-left:0;margin-bottom:0;margin-top:0}.c-bread-crumbs-item{display:inline-block}.c-bread-crumbs-item+.c-bread-crumbs-item:before{content:"/";padding-left:1ex;padding-right:1ex}@media (min-width:48rem){.c-phone-number-link{display:none}}.c-phone-number-span{display:none}.c-phone-number-span-nolink{display:inline}@media (min-width:48rem){.c-phone-number-span{display:inline}}.icon{display:inline-block;width:1em;height:1em}.CollapsingBanner{background-color:#b00000;color:#fff;padding:.9375rem 0}.CollapsingBanner em,.CollapsingBanner i{font-style:italic}.CollapsingBanner b,.CollapsingBanner strong{font-weight:700}.CollapsingBanner a{text-decoration:underline;color:inherit}.CollapsingBanner a:hover{text-decoration:none}.CollapsingBanner ol{list-style-type:decimal}.CollapsingBanner ul{list-style:disc}.CollapsingBanner ol,.CollapsingBanner ul{list-style-position:inside}.CollapsingBanner li{margin-left:1.5625rem}.CollapsingBanner-container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:48rem){.CollapsingBanner-container{width:45.5rem;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.CollapsingBanner-container{width:58.25rem;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.CollapsingBanner-container{width:67.625rem;padding-left:1rem;padding-right:1rem}}@media (min-width:48rem){.CollapsingBanner-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.CollapsingBanner-content{font-size:.875rem;line-height:1.43}.CollapsingBanner-cta,.CollapsingBanner-heading{font-size:1rem;line-height:1.5}@media (min-width:48rem){.CollapsingBanner-left{width:66.66667%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:48rem){.CollapsingBanner-right{width:33.33333%;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:48rem){.CollapsingBanner-right .CollapsingBanner-content{margin:auto}}.CollapsingBanner--expanded .CollapsingBanner-toggle--collapse{display:inline}.CollapsingBanner-toggle{background:transparent}.CollapsingBanner--expanded .CollapsingBanner-content--full{display:block}.CollapsingBanner-cta{font-weight:700}@media (min-width:48rem){.CollapsingBanner-cta{border-radius:.25rem;padding:.46875rem .9375rem}}.CollapsingBanner-ctaWrapper{margin-top:.9375rem}@media (min-width:48rem){.CollapsingBanner-ctaWrapper{margin-top:0}}.CollapsingBanner-heading{font-weight:700}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}.c-bread-crumbs-item a{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-decoration:underline}.c-bread-crumbs-item a,.c-bread-crumbs-item a:active,.c-bread-crumbs-item a:hover,.c-bread-crumbs-item a:link,.c-bread-crumbs-item a:visited{color:#fff;font-weight:400}.c-bread-crumbs-item:last-child .c-bread-crumbs-name,.c-bread-crumbs-item a:active,.c-bread-crumbs-item a:focus,.c-bread-crumbs-item a:hover{text-decoration:none}.c-bread-crumbs-separator{margin-left:.625rem;margin-right:.625rem}.c-phone-label{font-weight:600;margin-right:1ex}.SpinnerModal{position:fixed}.c-hideLine1 .c-address-street-1,.Teaser-agentName{display:none}.disable-scroll{height:100%;overflow:hidden}.Core-allStarImage{max-width:15.625rem;margin-bottom:2.5rem}.Core-banner{color:#fff;background-color:#141b4d}.Core-banner .c-phone-label{display:none}.Core-banner .c-phone{font-weight:300}.Core--elite .Core-banner{background-color:#0047bb}.Core-bannerContainer{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:61.9375rem){.Core-bannerContainer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Core-bannerContent{padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width:48rem){.Core-bannerContent{padding-top:3.75rem;padding-right:3.75rem;padding-bottom:3.75rem}}.Core-crumbsWrapper{margin-bottom:2.5rem}@media (max-width:47.9375rem){.Core-crumbsWrapper{display:none}}.Core-bannerInfo{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.Core-bannerInfo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.Core-agentPhotoWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.Core-agentPhotoWrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.25rem}}.Core-imageWrapper{max-height:12.25rem;width:9.0625rem}@media (max-width:47.9375rem){.Core-imageWrapper{max-height:10.125rem;width:7.5rem}}@media (min-width:48rem){.Core-bannerAgentInfo:not(:first-child){margin-left:1.875rem}}.Core-title{margin-bottom:1rem}.Core-agencyName,.Core-agentName{display:block}.Core-agencyName{font-size:1.75rem;line-height:1.14;font-family:proxima-nova,Arial,sans-serif;font-weight:400;margin-bottom:.625rem}@media (min-width:48rem){.Core-agencyName{font-size:3rem;line-height:3.375rem}}.Core-agencyNameLink{display:block;margin-bottom:.625rem}.Core-hoursToday{font-size:1.125rem;line-height:1.39;font-weight:700;margin-bottom:1rem}.Core-emailPhoneWrapper,.Core-hoursToday{display:-webkit-box;display:-ms-flexbox;display:flex}.Core-emailPhoneWrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:47.9375rem){.Core-emailPhoneWrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.Core-bannerIcon{margin-right:.625rem}.Core-clockIcon{width:1.5rem;height:1.5rem}.Core-emailIcon{width:1.25rem;height:1.125rem}.Core-phoneIcon{width:.6875rem;height:1.25rem}.Core-bannerEmail{text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:3.75rem}.Core-bannerEmail,.Core-bannerEmail:active,.Core-bannerEmail:hover,.Core-bannerEmail:link,.Core-bannerEmail:visited{color:#fff;font-weight:400}.Core-bannerEmail:active,.Core-bannerEmail:focus,.Core-bannerEmail:hover{text-decoration:none}@media (max-width:47.9375rem){.Core-bannerEmail{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;line-height:1.5;margin-bottom:1.25rem;margin-right:0}}.Core-bannerPhone{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:48rem){.Core-bannerPhone{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400}}.Core-phoneButton{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #007d8a;color:#fff;background-color:#007d8a;padding:.625rem;width:100%}.Core-phoneButton,.Core-phoneButton:active,.Core-phoneButton:focus,.Core-phoneButton:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.Core-phoneButton:active,.Core-phoneButton:focus,.Core-phoneButton:hover{color:#007d8a;background-color:#fff}@media (min-width:48rem){.Core-phoneButton{width:17.5rem}}.Core-phoneButtonNumber{display:none}@media (min-width:48rem){.Core-phoneButtonNumber{display:inline}}.Core-agencyWebsiteLink{font-size:1rem;line-height:1.1;color:#1c57a5;text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-weight:400}.Core-agencyWebsiteLink:link,.Core-agencyWebsiteLink:visited{color:#1c57a5}.Core-agencyWebsiteLink:hover{color:#326295}.Core-agencyWebsiteLink:active{color:#003b5c}.Core-agencyWebsiteLink:active,.Core-agencyWebsiteLink:focus,.Core-agencyWebsiteLink:hover{text-decoration:none}.Core-getQuote{background-color:#141b4d;padding:3.3125rem 1.25rem 1.25rem;margin-left:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media (max-width:61.9375rem){.Core-getQuote{display:none}}.Core-getQuoteMobile{display:none}@media (max-width:61.9375rem){.Core-getQuoteMobile{display:block;background-color:#141b4d;padding-top:1.25rem;padding-bottom:1.25rem;margin-top:2rem}}.Core-main{padding-top:3.75rem;padding-bottom:3.75rem}@media (max-width:47.9375rem){.Core-main{padding-top:2.5rem;padding-bottom:2.5rem}}@media (max-width:61.9375rem){.Core-col:last-child{margin-top:2.5rem}}@media (max-width:61.9375rem){.Core-col{margin-bottom:2rem}}.Core-subtitle{font-size:1.125rem;line-height:1.11;font-family:proxima-nova,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem;margin-bottom:.625rem;color:#222;font-weight:500}.Core-addressWrapper{margin-bottom:2.5rem}.Core-address{margin-bottom:1.25rem}.Core-address .c-address-get-directions-link{color:#0062b3;font-weight:300}.Core-directions{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;color:#0047bb;min-width:6.25rem;color:#fff;border:.0625rem solid #0047bb}.Core-directions,.Core-directions:active,.Core-directions:focus,.Core-directions:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;background-color:#0047bb}.Core-directions:active,.Core-directions:focus,.Core-directions:hover{color:#fff}.Core-directions:active,.Core-directions:hover{background-color:#003996;border-color:#003996}.Core-directions:active,.Core-directions:focus,.Core-directions:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out}.Core-directions:focus{background-color:#002b70;border-color:#002b70}@media (min-width:48rem){.Core-directions{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:47.9375rem){.Core-contactWrapper{margin-bottom:2.5rem}}.Core-contact{display:-webkit-box;display:-ms-flexbox;display:flex}.Core-phoneNumbers{margin-bottom:1.25rem}.Core-emailWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem}.Core-email{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;color:#0047bb;min-width:6.25rem;color:#fff;border:.0625rem solid #0047bb}.Core-email,.Core-email:active,.Core-email:focus,.Core-email:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;background-color:#0047bb}.Core-email:active,.Core-email:focus,.Core-email:hover{color:#fff}.Core-email:active,.Core-email:hover{background-color:#003996;border-color:#003996}.Core-email:active,.Core-email:focus,.Core-email:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out}.Core-email:focus{background-color:#002b70;border-color:#002b70}@media (max-width:47.9375rem){.Core-email{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.Core-hoursByApptWrapper{font-size:.875rem;line-height:1.79;font-weight:300}.Core-aboutDescription,.Core-hoursByApptWrapper{color:#4d4f53;font-style:italic}.Core-agencyWebsite:not(:first-child),.Core-socialLinksWrapper:not(:first-child){margin-top:2.5rem}.Core-socialLinks{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.Core-socialLinks{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.Core-socialLinkItem{width:1.875rem;height:1.875rem}@media (min-width:48rem){.Core-socialLinkItem:not(:last-child){margin-right:2.5rem}}.Core-socialLink .social-icon-path{fill:#87898b}.Core-socialLink:focus .social-icon-path,.Core-socialLink:hover .social-icon-path{fill:#4d4f53}.Core-landmarks{margin-top:1rem}.Core-landmarkText{font-weight:700}.Core-products{color:#12131e;margin-left:1rem}.Core-products,.Core-products ul{list-style:disc}.Core-products ul li:before{color:#7e7e82}.Core-product{font-size:1.125rem;line-height:1.39}.Core-websiteWrapper{margin-bottom:2.5rem}.Core-websiteLink{font-size:1.25rem;line-height:1.4;text-decoration:underline;font-weight:400;color:#0f70f0;color:#0062b3}.Core-websiteLink:link,.Core-websiteLink:visited{color:#0f70f0}.Core-websiteLink:hover{color:#326295}.Core-websiteLink:active{color:#003b5c}.Core-hoursWrapper{margin-bottom:2.5rem}.Core-hoursWrapper .c-location-hours .c-location-hours-title{display:none}.Core-hoursWrapper .c-location-hours .c-location-hours-details-wrapper{font-weight:300}.Core-hoursWrapper .c-location-hours .c-location-hours-details-row.is-today{color:#0047bb;font-weight:500}.Core-hoursWrapper .c-location-hours .c-location-hours-today-details-row{font-weight:700}.Core-hoursWrapper .c-location-hours .c-location-hours-additional-text{font-size:.875rem;line-height:1.79;font-weight:300;padding-top:.5rem}.Core .c-phone-label{font-weight:300;color:#12131e}.Core .c-phone-number-wrapper{font-weight:300}.GetQuote{color:#fff}.GetQuote-title{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;margin-bottom:1.25rem}@media (min-width:48rem){.GetQuote-title{font-size:1.75rem;line-height:2rem}}.GetQuote-zipCodeWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.25rem}.GetQuote-productsLabel,.GetQuote-zipLabel{margin-bottom:.3125rem}.GetQuote-zip{color:#000}.GetQuote-productsWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.25rem;position:relative}.GetQuote-productsWrapper:after{content:url(../../../permanent-b0b701/assets/images/arrow_down.63866744.svg);position:absolute;right:.625rem;top:2.0625rem;pointer-events:none}.GetQuote-products{-webkit-appearance:none;-moz-appearance:none;font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;appearance:none;padding:.4375rem 1.25rem;border:.0625rem solid #bcbdbc;border-radius:.1875rem;background-color:#fff}.GetQuote-products::-ms-expand{display:none}.GetQuote-getQuoteSubmitWrapper,.GetQuote-retrieveQuoteSubmitWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.GetQuote-getQuoteSubmit{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;color:#fff;-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-bottom:.9375rem;color:#171717;background-color:#6eceb2;border:.0625rem solid #6eceb2}.GetQuote-getQuoteSubmit,.GetQuote-getQuoteSubmit:active,.GetQuote-getQuoteSubmit:focus,.GetQuote-getQuoteSubmit:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.GetQuote-getQuoteSubmit:active,.GetQuote-getQuoteSubmit:focus,.GetQuote-getQuoteSubmit:hover{color:#000;background-color:#fff}.GetQuote-getQuoteSubmit:active,.GetQuote-getQuoteSubmit:hover{background-color:#a1dfcd;border-color:#a1dfcd}.GetQuote-getQuoteSubmit:active,.GetQuote-getQuoteSubmit:focus,.GetQuote-getQuoteSubmit:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out}.GetQuote-getQuoteSubmit:focus{background-color:#c5ebe0;border-color:#c5ebe0}.GetQuote-retrieveQuoteSubmit{font-size:1rem;line-height:1.22;line-height:1.33;font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;cursor:pointer;border:.0625rem solid #fff;color:#fff;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.GetQuote-retrieveQuoteSubmit:active,.GetQuote-retrieveQuoteSubmit:focus,.GetQuote-retrieveQuoteSubmit:hover{color:#000;background-color:#fff;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.ProductsTeaser{padding-top:3.75rem;padding-bottom:3.75rem;background-color:#141b4d;color:#fff}@media (max-width:47.9375rem){.ProductsTeaser{padding-top:2.5rem;padding-bottom:2.5rem}}.ProductsTeaser-container,.ProductsTeaser-product,.ProductsTeaser-productContentWrapper,.ProductsTeaser-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ProductsTeaser-title{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:1.875rem;font-weight:500}@media (min-width:48rem){.ProductsTeaser-title{font-size:2.25rem;line-height:2.5rem}}.ProductsTeaser-productContentWrapper,.ProductsTeaser-productDescription{width:100%}.ProductsTeaser-listItem{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:2.5rem}@media (max-width:47.9375rem){.ProductsTeaser-listItem{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (min-width:48rem){.ProductsTeaser-listItem:nth-child(odd) .ProductsTeaser-product{padding-right:.9375rem}}@media (min-width:48rem){.ProductsTeaser-listItem:nth-child(2n) .ProductsTeaser-product{padding-left:.9375rem}}.ProductsTeaser-listItem:first-child:nth-last-child(odd),.ProductsTeaser-listItem:first-child:nth-last-child(odd)~.ProductsTeaser-listItem{-ms-flex-preferred-size:33%;flex-basis:33%;padding-left:.9375rem;padding-right:.9375rem}.ProductsTeaser-listItem:first-child:nth-last-child(6),.ProductsTeaser-listItem:first-child:nth-last-child(6)~.ProductsTeaser-listItem{-ms-flex-preferred-size:33%;flex-basis:33%}.ProductsTeaser-listItem:first-child:nth-last-child(7),.ProductsTeaser-listItem:first-child:nth-last-child(7)~.ProductsTeaser-listItem,.ProductsTeaser-listItem:first-child:nth-last-child(8),.ProductsTeaser-listItem:first-child:nth-last-child(8)~.ProductsTeaser-listItem{-ms-flex-preferred-size:25%;flex-basis:25%}.ProductsTeaser-products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:47.9375rem){.ProductsTeaser-products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ProductsTeaser-products .ProductsTeaser-listItem:only-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ProductsTeaser-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ProductsTeaser-productIconWrapper{margin-bottom:1.25rem}.ProductsTeaser-productTitle{margin-bottom:.625rem;text-align:center;padding-right:1.5625rem}@media (min-width:48rem){.ProductsTeaser-productTitle{min-height:4.125rem}}.ProductsTeaser-line,.ProductsTeaser-productTitleLink{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;text-decoration:underline;color:#fff;font-weight:500}@media (min-width:48rem){.ProductsTeaser-line,.ProductsTeaser-productTitleLink{font-size:1.75rem;line-height:2rem}}.ProductsTeaser-line:after,.ProductsTeaser-productTitleLink:after{width:1.25rem;top:.25rem;margin-right:-1.5625rem}.ProductsTeaser-productDescription{font-size:1.125rem;line-height:1.39;text-align:center}.ProductsTeaser-productsDetailsLink{font-size:1.125rem;line-height:1.11;font-family:proxima-nova,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem;text-align:center;letter-spacing:.08125rem}.ProductsTeaser-productsDetailsLink:active,.ProductsTeaser-productsDetailsLink:focus,.ProductsTeaser-productsDetailsLink:hover{text-decoration:underline}@media (min-width:48rem){.ProductsTeaser--independent .ProductsTeaser-listItem:nth-last-child(2){margin-bottom:0}}.ProductsTeaser--independent .ProductsTeaser-listItem:last-child{margin-bottom:0}.ProductsTeaser .insurance-icon{fill:#fff}.ProductsTeaser-line{display:inline-block}.MemberSupport{padding-top:3.75rem;padding-bottom:3.75rem;color:#fff}@media (max-width:47.9375rem){.MemberSupport{padding-top:2.5rem;padding-bottom:2.5rem}}.MemberSupport-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#141b4d;padding-top:2.5rem;padding-bottom:2.5rem}.MemberSupport--elite .MemberSupport-container{background-color:#0047bb}.MemberSupport-title{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:1.875rem;font-weight:500;font-family:Gotham,Arial,sans-serif}@media (min-width:48rem){.MemberSupport-title{font-size:2.25rem;line-height:2.5rem;font-size:2rem}}@media (max-width:47.9375rem){.MemberSupport-title{margin-bottom:1.25rem}}.MemberSupport-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1.875rem}@media (max-width:74.9375rem){.MemberSupport-links{width:75%}}@media (min-width:48rem){.MemberSupport-links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.MemberSupport-listItem{width:100%}@media (min-width:48rem){.MemberSupport-listItem{padding-left:.9375rem;padding-right:.9375rem}}@media (max-width:47.9375rem){.MemberSupport-listItem:not(:last-child){margin-bottom:.625rem}}.MemberSupport-link{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #fff;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625rem}.MemberSupport-link,.MemberSupport-link:active,.MemberSupport-link:focus,.MemberSupport-link:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.MemberSupport-link:active,.MemberSupport-link:focus,.MemberSupport-link:hover{color:#000;background-color:#fff}.MemberSupport-message{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.MemberSupport-message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:48rem){.MemberSupport-phone{margin-left:.3125rem}}@media (max-width:47.9375rem){.MemberSupport-phoneNumberSpan{display:none}}.MemberSupport-phoneNumberLink{text-decoration:underline}.MemberSupport-phoneNumberLink,.MemberSupport-phoneNumberLink:active,.MemberSupport-phoneNumberLink:hover,.MemberSupport-phoneNumberLink:link,.MemberSupport-phoneNumberLink:visited{color:#fff;font-weight:400}.MemberSupport-phoneNumberLink:active,.MemberSupport-phoneNumberLink:focus,.MemberSupport-phoneNumberLink:hover{text-decoration:none}@media (min-width:48rem){.MemberSupport-phoneNumberLink{display:none}}.AgentAbout{padding-top:3.75rem;background-color:#f0f0f0;padding-bottom:1.875rem}@media (max-width:47.9375rem){.AgentAbout{padding-top:2.5rem;padding-bottom:2.5rem;padding-bottom:.625rem}}.AgentAbout-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.AgentAbout-col{-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:62rem){.AgentAbout-col{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin:0 .9375rem}}.AgentAbout-title{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:0}@media (min-width:48rem){.AgentAbout-title{font-size:2.25rem;line-height:2.5rem}}.AgentAbout-description{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;width:100%;margin-top:1.875rem}@media (min-width:62rem){.AgentAbout-description{width:66.66667%}}.AgentAbout-info{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:3.75rem}@media (max-width:61.9375rem){.AgentAbout-info{margin-top:2.5rem}}@media (min-width:62rem){.AgentAbout-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.AgentAbout-info--single{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.AgentAbout-section{margin-bottom:1.875rem;display:inline-block;width:100%}.AgentAbout-section--single{margin-left:auto;margin-right:auto;width:auto;left:auto!important}.AgentAbout-sectionTitle{font-size:1.125rem;line-height:1.11;font-family:proxima-nova,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem;color:#4d4f53;margin-bottom:.625rem}.AgentAbout-sectionListItem{display:-webkit-box;display:-ms-flexbox;display:flex}.AgentAbout-sectionListItem:before{content:"\2022";color:#007d8a;margin-right:.5rem;font-size:1.125rem}.AgentAbout-sectionListItem:not(:last-child){margin-bottom:.3125rem}.ProductsDetails{padding-top:3.75rem;padding-bottom:3.75rem}@media (max-width:47.9375rem){.ProductsDetails{padding-top:2.5rem;padding-bottom:2.5rem}}.ProductsDetails-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ProductsDetails-title{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:1.875rem}@media (min-width:48rem){.ProductsDetails-title{font-size:2.25rem;line-height:2.5rem}}.ProductsDetails-message{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;width:100%;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}@media (min-width:62rem){.ProductsDetails-message{width:66.66667%}}.ProductsDetails-products{width:100%}.ProductsDetails-listItem:not(:last-child){margin-bottom:3.75rem}@media (max-width:47.9375rem){.ProductsDetails-listItem:not(:last-child){margin-bottom:2.5rem}}.ProductsDetails-line:nth-child(2){padding:0 .3125rem}@media (min-width:48rem){.ProductsDetails-product{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:62rem){.ProductsDetails-product{padding-left:3.125rem}}@media (min-width:75rem){.ProductsDetails-product{padding-left:4.375rem}}.ProductsDetails-productIconWrapper{display:none}@media (min-width:62rem){.ProductsDetails-productIconWrapper{margin-right:1.875rem;display:block}}.ProductsDetails-productContentWrapper{width:100%}@media (min-width:62rem){.ProductsDetails-productContentWrapper{width:70%}}.ProductsDetails-productTitle{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;color:#141b4d;margin-bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (min-width:48rem){.ProductsDetails-productTitle{font-size:1.75rem;line-height:2rem;margin-top:1.25rem}}.ProductsDetails-productTitleLink:hover{text-decoration:underline}.ProductsDetails--elite .ProductsDetails-productTitle{color:#0f70f0;font-weight:400}.ProductsDetails-productDescription{margin-bottom:2.5rem}.ProductsDetails-desc a{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;color:#1c57a5;font-weight:600;text-decoration:underline;font-weight:400}.ProductsDetails-desc a:link,.ProductsDetails-desc a:visited{color:#1c57a5}.ProductsDetails-desc a:hover{color:#326295}.ProductsDetails-desc a:active{color:#003b5c}.ProductsDetails-desc a:active,.ProductsDetails-desc a:focus,.ProductsDetails-desc a:hover{text-decoration:none}.ProductsDetails-descWrapper--long .ProductsDetails-desc{height:auto}@media (max-width:47.9375rem){.ProductsDetails-descWrapper--long .ProductsDetails-desc{height:15.625rem;overflow:hidden;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;position:relative}}@media (max-width:47.9375rem){.ProductsDetails-descWrapper--long .ProductsDetails-descOverlay{content:"";background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.001)),to(hsla(0,0%,100%,.8)));background:linear-gradient(180deg,hsla(0,0%,100%,.001) 0,hsla(0,0%,100%,.8));position:absolute;top:12.5rem;right:0;bottom:0;left:0;z-index:1;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}}.ProductsDetails-descWrapper--long .ProductsDetails-getQuote{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-top:0}.ProductsDetails-getQuote{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #0047bb;color:#0047bb}.ProductsDetails-getQuote,.ProductsDetails-getQuote:active,.ProductsDetails-getQuote:focus,.ProductsDetails-getQuote:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.ProductsDetails-getQuote:active,.ProductsDetails-getQuote:focus,.ProductsDetails-getQuote:hover{color:#fff;background-color:#0047bb}@media (max-width:47.9375rem){.ProductsDetails-getQuote{-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-top:1.25rem}}.ProductsDetails--elite .ProductsDetails-getQuote{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;cursor:pointer;border:.0625rem solid #0f70f0;color:#0f70f0}.ProductsDetails--elite .ProductsDetails-getQuote:active,.ProductsDetails--elite .ProductsDetails-getQuote:focus,.ProductsDetails--elite .ProductsDetails-getQuote:hover{color:#fff;background-color:#0f70f0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.ProductsDetails-descButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.625rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:48rem){.ProductsDetails-descButtons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2.5rem}}.ProductsDetails-descToggleButtons{font-size:1.125rem;line-height:1;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#007d8a}@media (min-width:48rem){.ProductsDetails-descToggleButtons{display:none}}.ProductsDetails-descReadMoreText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.js-read-more .ProductsDetails-descReadMoreText{display:none}.ProductsDetails-descReadLessText{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.js-read-more .ProductsDetails-descReadLessText{display:-webkit-box;display:-ms-flexbox;display:flex}.ProductsDetails-additionalCopy{width:100%;margin-top:3.75rem}@media (min-width:62rem){.ProductsDetails-additionalCopy{width:66.66667%}}@media (max-width:47.9375rem){.ProductsDetails-additionalCopy{margin-top:2.5rem}}@media (min-width:48rem){.ProductsDetails--independent .ProductsDetails-descButtons{display:none}}.ProductsDetails .insurance-icon,.ProductsDetails .minus-sign-icon,.ProductsDetails .plus-sign-icon{fill:#007d8a}.ProductsDetails--elite .insurance-icon,.ProductsDetails--elite .minus-sign-icon,.ProductsDetails--elite .plus-sign-icon{fill:#0f70f0}.ProductsDetails .minus-sign-icon,.ProductsDetails .plus-sign-icon{margin-right:.3125rem;height:1.375rem}.ProductsDetails-titleWrapper{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ProductsDetails-dropdownIcon{display:block;height:1.5rem;width:1.5rem;margin-right:1rem;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ProductsDetails-container[aria-expanded=false] .ProductsDetails-contentWrapper{display:none;height:0}.ProductsDetails-container[aria-expanded=false] .ProductsDetails-dropdownIcon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.StaffCard{padding:1.875rem;background-color:#fff;border:.0625rem solid #bcbdbc;border-radius:.1875rem;height:100%}@media (min-width:48rem){.StaffCard{max-width:25.625rem}}@media (max-width:47.9375rem){.StaffCard{padding:1.25rem}}.StaffCard-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.StaffCard-content,.StaffCard-titlePhotoWrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:48rem){.StaffCard-titlePhotoWrapper{margin-bottom:1.25rem}}@media (max-width:47.9375rem){.StaffCard-agentPhotoWrapper{display:none}}.StaffCard-image{height:5.125rem;-o-object-fit:cover;object-fit:cover}.StaffCard-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.25rem;width:100%}@media (min-width:48rem){.StaffCard-title{margin-left:1.25rem;margin-bottom:0}}.StaffCard-agentName{font-size:1.25rem;line-height:1;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-size:1.75rem;line-height:1.14;margin-bottom:.625rem;color:#007d8a}@media (min-width:48rem){.StaffCard-agentName{font-size:1.75rem;line-height:2rem}}@media (max-width:47.9375rem){.StaffCard-agentName{font-weight:500}}.StaffCard-agentTitle{font-size:1.125rem;line-height:1.11;font-family:proxima-nova,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem;color:#4d4f53}@media (max-width:47.9375rem){.StaffCard-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.StaffCard-phones{margin-bottom:1.875rem}@media (max-width:47.9375rem){.StaffCard-phones{margin-bottom:1.25rem}}.StaffCard-email{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #0047bb;color:#0047bb;min-width:6.25rem}.StaffCard-email,.StaffCard-email:active,.StaffCard-email:focus,.StaffCard-email:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.StaffCard-email:active,.StaffCard-email:focus,.StaffCard-email:hover{color:#fff;background-color:#0047bb}.StaffCard .c-phone{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}.StaffCard .c-phone:first-child{margin-bottom:.625rem}.LocationCard{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:#fff;border:.0625rem solid #bcbdbc;border-radius:.1875rem;padding:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:border .25s ease-out;transition:border .25s ease-out;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.LocationCard:focus,.LocationCard:hover{border:.0625rem solid #007d8a;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.LocationCard-link{margin-left:.625rem}.LocationCard-icon--default{display:block}.LocationCard-icon--hover,.LocationCard:hover .LocationCard-icon--default{display:none}.LocationCard:hover .LocationCard-icon--hover{display:block}.LocationCard-link:focus .LocationCard-icon--default{display:none}.LocationCard-link:focus .LocationCard-icon--hover{display:block}.LocationCard .c-phone-number-link{font-size:1rem;line-height:1.1;color:#1c57a5;text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-weight:400}.LocationCard .c-phone-number-link:link,.LocationCard .c-phone-number-link:visited{color:#1c57a5}.LocationCard .c-phone-number-link:hover{color:#326295}.LocationCard .c-phone-number-link:active{color:#003b5c}.LocationCard .c-phone-number-link:active,.LocationCard .c-phone-number-link:focus,.LocationCard .c-phone-number-link:hover{text-decoration:none}.MobileAppPromo{padding-top:3.75rem;padding-bottom:3.75rem;background-color:#141b4d;color:#fff;clear:both}@media (max-width:47.9375rem){.MobileAppPromo{padding-top:2.5rem;padding-bottom:2.5rem}}.MobileAppPromo--elite{background-color:#0047bb}.MobileAppPromo-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:61.9375rem){.MobileAppPromo-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.MobileAppPromo-title{font-size:2.25rem;line-height:1.19;font-weight:900;margin-bottom:1.25rem}@media (min-width:48rem){.MobileAppPromo-title{text-align:left;margin-bottom:.625rem}}.MobileAppPromo-subtitle{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:500;font-weight:300;margin-bottom:.9375rem}@media (min-width:48rem){.MobileAppPromo-subtitle{font-size:1.5rem;line-height:2rem}}@media (max-width:47.9375rem){.MobileAppPromo-subtitle{text-align:center}}.MobileAppPromo-content{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;margin-bottom:2.5rem}.MobileAppPromo-contentItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.MobileAppPromo-contentItem>svg{-ms-flex-negative:0;flex-shrink:0}@media (max-width:47.9375rem){.MobileAppPromo-contentItem>svg{position:relative;top:.25rem}}.MobileAppPromo-contentItem:not(:last-child){margin-bottom:.625rem}@media (max-width:47.9375rem){.MobileAppPromo-contentItem{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.MobileAppPromo-links{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.MobileAppPromo-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.MobileAppPromo-link{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;cursor:pointer;border:.0625rem solid #fff;color:#fff}.MobileAppPromo-link,.MobileAppPromo-link:active,.MobileAppPromo-link:focus,.MobileAppPromo-link:hover{-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.MobileAppPromo-link:active,.MobileAppPromo-link:focus,.MobileAppPromo-link:hover{color:#000;background-color:#fff}.MobileAppPromo-link:first-child{margin-bottom:1.25rem}@media (min-width:48rem){.MobileAppPromo-link:first-child{margin-right:1.875rem;margin-bottom:0}}.MobileAppPromo-imageWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:61.9375rem){.MobileAppPromo-imageWrapper{margin-top:3.75rem}}@media (max-width:47.9375rem){.MobileAppPromo-imageWrapper{margin-top:2.5rem}}.MobileAppPromo-image{-o-object-fit:cover;object-fit:cover;width:26.5rem;height:23.3125rem}@media (max-width:47.9375rem){.MobileAppPromo-image{width:17.5rem;height:15.375rem}}.WriteReview .BVRRFieldLabel,.WriteReview .BVRRForm,.WriteReview .BVRRProductDetailsName,.WriteReview .BVRRSectionHeader,.WriteReview .BVRRTipBoxContentDiv p,.WriteReview .BVRRTitle{font-family:proxima-nova}.WriteReview .BVRRRootElement input[type=radio]{margin-right:.625rem}.WriteReview #BVRRWidgetID{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:48rem){.WriteReview #BVRRWidgetID{width:45.5rem;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.WriteReview #BVRRWidgetID{width:58.25rem;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.WriteReview #BVRRWidgetID{width:67.625rem;padding-left:1rem;padding-right:1rem}}.WriteReview #BVRRSubmissionErrorID{margin-bottom:1.875rem;border-radius:.1875rem}.WriteReview .BVRRTitle{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;margin-bottom:1.875rem;background-color:#fff;text-align:center;padding:0}@media (min-width:48rem){.WriteReview .BVRRTitle{font-size:2.25rem;line-height:2.5rem}}.WriteReview .BVRRSectionBody{padding-bottom:0;margin-bottom:2.5rem}.WriteReview #BVRRProductDetailsNameID{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600}@media (min-width:48rem){.WriteReview #BVRRProductDetailsNameID{font-size:1.75rem;line-height:2rem}}.WriteReview #BVRRProductInformationID{padding:0}.WriteReview #BVRRSubmissionFooterID{padding-bottom:0;margin-bottom:0;padding-left:0}.WriteReview .BVRRButton#BVRRPreviewReviewButtonID{min-width:8.1875rem;line-height:1;border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.WriteReview .BVRRButton#BVRRPreviewReviewButtonID,.WriteReview .BVRRButton#BVRRPreviewReviewButtonID:hover{-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.WriteReview .BVRRFieldLabel{padding-top:0}@media (max-width:47.9375rem){.WriteReview .BVRRFieldLabel{margin-bottom:.625rem}}.WriteReview .BVRRFieldText{-webkit-box-shadow:none;box-shadow:none;width:31.25rem;max-width:31.25rem}@media (max-width:47.9375rem){.WriteReview .BVRRFieldText{width:100%;max-width:none}}.WriteReview .BVRRSectionHeaderContainer{margin-bottom:1.25rem}.WriteReview .BVRRSectionBodyContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.WriteReview #BVRRBasicInformationID,.WriteReview #BVRRFieldContainerReviewContextualDataFieldProductsID{width:auto}@media (max-width:47.9375rem){.WriteReview #BVRRFieldContainerReviewAgeEntryID,.WriteReview #BVRRFieldContainerReviewContextualDataFieldHowLongID,.WriteReview #BVRRFieldContainerReviewHostedauthentication_authenticationemailID,.WriteReview #BVRRFieldContainerReviewRecommendID,.WriteReview #BVRRFieldContainerReviewReviewtextID,.WriteReview #BVRRFieldContainerReviewTitleID,.WriteReview #BVRRFieldContainerReviewUseremailID,.WriteReview #BVRRFieldContainerReviewUserlocationID,.WriteReview #BVRRFieldContainerReviewUsernicknameID{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.WriteReview #BVRRFieldContainerReviewContextualDataFieldAgentOrEmployeeID{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:47.9375rem){.WriteReview #BVRRFieldContainerReviewContextualDataFieldAgentOrEmployeeID{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.WriteReview #BVRRFieldLabelReviewContextualDataFieldAgentOrEmployeeID{width:auto}.WriteReview #BVRRFieldContainerReviewContextualDataFieldNoneID{margin-left:0}@media (max-width:47.9375rem){.WriteReview #BVRRFieldContainerReviewHostedauthentication_remembermeID,.WriteReview #BVRRFieldHelperReviewReviewtextID,.WriteReview #BVRRFieldHelperReviewTitleID,.WriteReview #BVRRFieldHelperReviewUserlocationID,.WriteReview #BVRRFieldHelperReviewUsernicknameID{margin-left:0;padding-left:0}}.WriteReview #BVRRTipContainer{position:relative;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;margin-bottom:1.25rem;padding:1.25rem}.WriteReview #BVRRTipContainer ul{padding-left:0}.WriteReview #BVRRFieldContainerReviewContextualDataFieldProductsID{margin-top:1.25rem;margin-bottom:.625rem}.WriteReview #BVRRFieldLabelReviewContextualDataFieldProductsID{padding-top:0}.WriteReview .BVRRFieldCheckbox,.WriteReview .BVRRWidget input[type=checkbox]{margin-right:.625rem}.WriteReview .BVRRFieldHelperReviewReviewtext{height:auto;padding-top:0;margin-top:.3125rem}.WriteReview .BVRRMinRemaining{width:auto}.WriteReview #BVRRFieldRadioButtonReviewRecommendID{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:47.9375rem){.WriteReview #BVRRFieldContainerReviewAgentsProductKnowledgeID,.WriteReview #BVRRFieldContainerReviewCustomerServiceID,.WriteReview #BVRRFieldContainerReviewEaseOfDoingBusinessID,.WriteReview #BVRRFieldContainerReviewRatingID{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:47.9375rem){.WriteReview #BVRRFieldLabelReviewEaseOfDoingBusinessID{width:auto}}@media (max-width:47.9375rem){.WriteReview #BVRRFieldLabelReviewAgentsProductKnowledgeID,.WriteReview #BVRRFieldLabelReviewCustomerServiceID,.WriteReview #BVRRFieldLabelReviewEaseOfDoingBusinessID,.WriteReview #BVRRFieldLabelReviewRatingID{margin-bottom:.3125rem}}@media (max-width:47.9375rem){.WriteReview #BVRRFieldOverallStarReviewRatingID{height:1.5rem;overflow:hidden}}@media (max-width:47.9375rem){.WriteReview .BVRRStarRatingContainer .BVRRRatingStars{height:1.25rem;overflow:hidden}}@media (max-width:47.9375rem){.WriteReview #BVRRFieldRadioButtonReviewRecommendID{padding-left:.3125rem}}.WriteReview .BVRRFieldSelect{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;border:.0625rem solid #bcbdbc;border-radius:.1875rem;background-color:#fff}.WriteReview #BVRRSubmitContentHeaderID{margin-top:1.875rem}.WriteReview #BVRRDisplayContentReviewID_preview{border:0}.WriteReview .BVRRUserNicknameContainer{margin-bottom:.625rem;color:#000}.WriteReview #BVRRRatingOverall_{margin-bottom:.625rem}.WriteReview .BVRRPreviewTermsAndConditionsNotice{margin-bottom:1.25rem}.WriteReview .BVRRAdditionalFieldsContainer,.WriteReview .BVRRFormText,.WriteReview .BVRRPreviewTermsAndConditionsNotice,.WriteReview .BVRRReviewDate,.WriteReview .BVRRReviewText,.WriteReview .BVRRUserLocationContainer{color:#000}.WriteReview #BVRREditReviewButtonID,.WriteReview #BVRRPreviewReviewButtonID,.WriteReview #BVRRReviewFormButtonsID,.WriteReview #BVRRSubmitReviewButtonID{line-height:1}@media (max-width:47.9375rem){.WriteReview #BVRREditReviewButtonID,.WriteReview #BVRRPreviewReviewButtonID,.WriteReview #BVRRReviewFormButtonsID,.WriteReview #BVRRSubmitReviewButtonID{width:100%;line-height:1}}.WriteReview .BVRRAdditionalFieldsContainer,.WriteReview .BVRRUserLocationContainer{color:#000;margin-bottom:.625rem}.LearningCenter{background-color:#f0f0f0;padding-top:3.75rem;padding-bottom:3.75rem}@media (max-width:61.9375rem){.LearningCenter{padding-top:2.5rem;padding-bottom:2.5rem}}.LearningCenter-title{font-size:1.5rem;line-height:1.33;font-family:proxima-nova,Arial,sans-serif;font-weight:400;text-align:center;margin-bottom:30px}@media (min-width:48rem){.LearningCenter-title{font-size:2.25rem;line-height:2.5rem}}.LearningCenter-articles{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.LearningCenter-article{width:100%}@media (min-width:62rem){.LearningCenter-article{width:33.33333%}}.LearningCenter-article:not(:last-child){margin-bottom:1.875rem}@media (min-width:62rem){.LearningCenter-article:not(:last-child){padding-right:.9375rem;margin-bottom:0}}@media (min-width:62rem){.LearningCenter-article:not(:first-child){padding-left:.9375rem}}.LearningCenter-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:.9375rem;color:#007d8a}@media (max-width:61.9375rem){.LearningCenter-link{margin-bottom:.625rem}}.LearningCenter-linkText{font-size:1.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;font-weight:600;color:#4d4f53;color:#141b4d;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;line-height:1.4;margin-top:1.25rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.LearningCenter-linkText:active,.LearningCenter-linkText:focus,.LearningCenter-linkText:hover{text-decoration:underline}.LearningCenter-linkText:after{content:url(../../../permanent-b0b701/assets/images/chevron_dark.ac828347.svg);margin-left:.3125rem;position:relative;display:inline-block;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;height:1.5rem;width:1.25rem;top:.375rem;color:#007d8a;margin-right:-1.5625rem}@media (min-width:62rem){.LearningCenter-linkText{font-size:1.5rem;line-height:1.5rem}}.LearningCenter-linkText:after{font-size:1.5rem;top:.1875rem}.LearningCenter-noCaret:after{content:none}.LearningCenter-noCaret:hover{text-decoration:none}.LearningCenter-image{max-height:12.125rem;-o-object-fit:cover;object-fit:cover;width:20.3125rem;height:12.125rem}@media (max-width:61.9375rem){.LearningCenter-image{max-height:25rem;height:100%;width:100%}}@media (max-width:47.9375rem){.LearningCenter-image{height:calc(100vw - 2.5rem)/1.5}}.EliteBanner{font-size:1.125rem;line-height:.83;font-family:proxima-nova,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.0625rem;font-size:1.5rem;line-height:1;color:#fff;letter-spacing:.1875rem;background-image:url(../../../permanent-b0b701/assets/images/elite_banner.5395afa2.svg);height:4.0625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-size:cover}@media (min-width:48rem){.EliteBanner{font-size:1.75rem;line-height:1.75rem}}@media (max-width:47.9375rem){.EliteBanner{height:3.125rem}}.EliteBanner-content{text-align:center}.c-Modal{padding-top:2.5rem}@media (max-width:47.9375rem){.c-Modal{padding-top:1.25rem}}.c-Modal-overlay{z-index:5;background-color:hsla(0,0%,80.8%,.6)}.c-Modal-header{position:relative}.c-Modal-title{color:#fff;margin-bottom:1.25rem;margin-top:.625rem}.c-Modal-content{background-color:#004851;border:0;height:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-Modal-messageWrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.c-Modal-closeButton{position:absolute;top:-.75rem;right:-.75rem}.c-Modal .icon-close{color:#fff;-webkit-transform:scale(.5);transform:scale(.5)}.Core .c-location-hours{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Core .c-location-hours-title{display:none}.Core .c-location-hours-details-row>td{padding-bottom:.3125rem}.Core .c-location-hours-details-row-day{padding-right:2.5rem}.Core .c-location-hours-details-row.is-today{color:#007d8a}.Core .c-location-hours-details-row-intervals-instance-close,.Core .c-location-hours-details-row-intervals-instance-open{text-transform:lowercase}.Core-bannerPhone .c-phone-main{margin-bottom:0}.Core-bannerPhone .c-phone-number-link{text-decoration:underline}.Core-bannerPhone .c-phone-number-link,.Core-bannerPhone .c-phone-number-link:active,.Core-bannerPhone .c-phone-number-link:hover,.Core-bannerPhone .c-phone-number-link:link,.Core-bannerPhone .c-phone-number-link:visited{color:#fff;font-weight:400}.Core-bannerPhone .c-phone-number-link:active,.Core-bannerPhone .c-phone-number-link:focus,.Core-bannerPhone .c-phone-number-link:hover{text-decoration:none}.Core-phoneNumbers .c-phone{font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}.Core-phoneNumbers .c-phone-main{margin-bottom:.625rem}.Core-phoneNumbers .c-phone-label{margin-right:.3125rem}.Core-phoneNumbers .c-phone-fax{margin-bottom:0}.Core-phoneNumbers .c-phone-number-link{font-size:1rem;line-height:1.1;color:#1c57a5;text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-weight:400}.Core-phoneNumbers .c-phone-number-link:link,.Core-phoneNumbers .c-phone-number-link:visited{color:#1c57a5}.Core-phoneNumbers .c-phone-number-link:hover{color:#326295}.Core-phoneNumbers .c-phone-number-link:active{color:#003b5c}.Core-phoneNumbers .c-phone-number-link:active,.Core-phoneNumbers .c-phone-number-link:focus,.Core-phoneNumbers .c-phone-number-link:hover{text-decoration:none}.Core-phoneNumbers .c-phone-fax-number-link{display:none}.Core-phoneNumbers .c-phone-fax-number-span{display:inline-block}.Core .c-location-hours-today-day-hours-end-hour{text-transform:lowercase}.Core .c-location-hours-additional-text{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#4d4f53;font-style:italic}.Core .c-get-directions-button{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;cursor:pointer;border:.0625rem solid #0047bb;color:#0047bb}.Core .c-get-directions-button:active,.Core .c-get-directions-button:focus,.Core .c-get-directions-button:hover{color:#fff;background-color:#0047bb;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.Core--elite .c-get-directions-button{font-size:1.125rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:.625rem;border-radius:.25rem;font-family:proxima-nova,Arial,sans-serif;font-weight:400;background-color:transparent;min-width:8.1875rem;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;cursor:pointer;border:.0625rem solid #0f70f0;color:#0f70f0}.Core--elite .c-get-directions-button:active,.Core--elite .c-get-directions-button:focus,.Core--elite .c-get-directions-button:hover{color:#fff;background-color:#0f70f0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out}.Core .c-address-get-directions-link{font-size:1rem;line-height:1.1;color:#1c57a5;text-decoration:underline;font-size:1.25rem;line-height:1.4;font-family:proxima-nova,Arial,sans-serif;font-weight:600;font-weight:400}.Core .c-address-get-directions-link:link,.Core .c-address-get-directions-link:visited{color:#1c57a5}.Core .c-address-get-directions-link:hover{color:#326295}.Core .c-address-get-directions-link:active{color:#003b5c}.Core .c-address-get-directions-link:active,.Core .c-address-get-directions-link:focus,.Core .c-address-get-directions-link:hover{text-decoration:none}.Core--elite .c-Modal-content{background-color:#346094}.AgencyAbout .c-Modal-content,.Core .c-Modal-content{position:absolute;top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:47.9375rem){.AgencyAbout .c-Modal-content,.Core .c-Modal-content{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}}.AgencyAbout .c-Modal-messageWrapper,.Core .c-Modal-messageWrapper{-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width:47.9375rem){.AgencyAbout .c-Modal-messageWrapper,.Core .c-Modal-messageWrapper{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (min-width:48rem){.ProductsDetails .c-Modal{padding-top:7.5rem}}.ProductsDetails .c-Modal-content{width:90%}@media (min-width:48rem){.ProductsDetails .c-Modal-content{width:75%}}@media (min-width:62rem){.ProductsDetails .c-Modal-content{width:50%;padding:2.5rem}}@media (min-width:75rem){.ProductsDetails .c-Modal-content{width:40%}}.Core #BVRRSummaryContainer{min-height:0}.Core #BVRRSummaryContainer .BVRRRatingSummaryLinks{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:.3125rem;margin-bottom:0;position:static}@media (max-width:47.9375rem){.Core #BVRRSummaryContainer .BVRRRatingSummaryLinks{width:100%}}.Core .BVRRRatingSummaryStyle2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLink{margin:0}@media (max-width:47.9375rem){.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite,.Core .BVRRRatingSummaryLinkWriteFirst{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a,.Core .BVRRRatingSummaryLinkWriteFirst a{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;line-height:1;border-radius:.25rem;display:inline-block;margin-top:1.25rem;margin-bottom:0}.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a:focus,.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a:hover,.Core .BVRRRatingSummaryLinkWriteFirst a:focus,.Core .BVRRRatingSummaryLinkWriteFirst a:hover{background-color:#fff;color:#007d8a;text-decoration:none;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;margin-top:1.25rem;margin-bottom:0}@media (max-width:47.9375rem){.Core .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a,.Core .BVRRRatingSummaryLinkWriteFirst a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}}.Core .BVRRRatingsHistogramButtonImage{position:absolute;top:.3125rem;left:11.25rem}.Core .BVRRRatingsHistogramButtonPopin{top:1.5625rem;left:-7.5rem}@media (min-width:48rem) and (max-width:61.9375rem){.Core .BVRRRatingsHistogramButtonPopin{left:10.3125rem}}@media (max-width:47.9375rem){.Core .BVRRRatingsHistogramButtonPopin{left:-1.125rem}}@media (max-width:47.9375rem){.Core .BVRRHistogram{width:17.8125rem}}.Core .BVRRRatingSummaryLinkRead{width:auto;position:static}.Core .BVRRRatingSummaryLinkRead a{font-size:1rem;color:#1c57a5;font-weight:600;text-decoration:underline;font-size:.875rem;line-height:1.57;font-family:proxima-nova,Arial,sans-serif;font-weight:400}.Core .BVRRRatingSummaryLinkRead a:hover{text-decoration:none}.Core .BVRRRatingSummaryLinkRead a:link,.Core .BVRRRatingSummaryLinkRead a:visited{color:#1c57a5}.Core .BVRRRatingSummaryLinkRead a:hover{color:#326295}.Core .BVRRRatingSummaryLinkRead a:active{color:#003b5c}.Core .BVRRRatingSummaryLinkRead a:active,.Core .BVRRRatingSummaryLinkRead a:focus,.Core .BVRRRatingSummaryLinkRead a:hover{text-decoration:none}.Core .BVRRRatingSummaryNoReviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Core .BVRRRatingSummaryLinkWriteFirst,.Core .BVRRRatingSummaryNoReviewsWriteImageLink{margin-top:0;margin-bottom:0}.Core #BVRRRatingSummaryNoReviewsWriteImageLinkID{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000}.Core .BVRRCustomNoReviewsImageLabel{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400}.BVReviews #BVRRContainer{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;float:none}@media (min-width:48rem){.BVReviews #BVRRContainer{width:45.5rem;padding-left:1rem;padding-right:1rem}}@media (min-width:62rem){.BVReviews #BVRRContainer{width:58.25rem;padding-left:1rem;padding-right:1rem}}@media (min-width:75rem){.BVReviews #BVRRContainer{width:67.625rem;padding-left:1rem;padding-right:1rem}}.BVReviews .BVRRWidget{margin:0;width:100%}@media (min-width:62rem){.BVReviews .BVRRWidget{width:66.66667%}}.BVReviews .BVRRRatingSummaryLinks{margin-bottom:2.5rem}.BVReviews .BVRRDisplayContentNoReviews,.BVReviews .BVRRRatingSummaryLinks,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:47.9375rem){.BVReviews .BVRRDisplayContentNoReviews,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.BVReviews .BVRRDisplayContentNoReviews a,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a{line-height:1;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;border-radius:.25rem;margin-bottom:0}@media (max-width:47.9375rem){.BVReviews .BVRRDisplayContentNoReviews a,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.BVReviews .BVRRDisplayContentNoReviews a:focus,.BVReviews .BVRRDisplayContentNoReviews a:hover,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a:focus,.BVReviews .BVRRRatingSummaryLinks .BVRRRatingSummaryLinkWrite a:hover{background-color:#fff;color:#007d8a;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;margin-bottom:0;text-decoration:none}.BVReviews .BVRRRatingNormalOutOf,.BVReviews .BVRRReviewDateContainer{color:#000}.BVReviews .BVRRCustomNoReviewsImageLabel{font-size:1rem;line-height:1.38;font-family:proxima-nova,Arial,sans-serif;font-weight:400;color:#000}.BVReviews .BVRRDisplayContentNoReviewsImage{margin-bottom:1.875rem}.BVReviews .BVRRDisplayContentNoReviews{padding:0}.BVReviews .BVRRRecommendedContainerYes{color:#366500}.location-map-wrapper .c-map-with-pins{height:13.75rem;width:100%}.dir-map{height:13.75rem}.ObjectFit-container{display:inline-block;max-width:100%;max-height:100%;background-repeat:no-repeat;background-position-x:center;background-position-y:center}.ObjectFit--active{opacity:0}.xYextDebug{--settings-accent:$analytics-debugger-settings-accent;--settings-text:$analytics-debugger-settings-text;--tooltip-background:$analytics-debugger-tooltip-background;--tooltip-text:$analytics-debugger-tooltip-text;--scope-background:$analytics-debugger-scope-background;--scope-text:$analytics-debugger-scope-text}.xYextDebug a:not(.no-tooltip),.xYextDebug button:not(.no-tooltip),.xYextDebug input:not(.no-tooltip){outline:.0625rem dashed #00f}.xYextDebug [data-ya-track]{outline:.0625rem solid #00f}.xYextDebug [data-ya-scope]{outline:.0625rem dashed green}.xYextDebug .Highlight{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;outline:.125rem dashed #000;padding:.5rem 1rem}.xYextDebug .Tooltip{background:var(--tooltip-background);color:var(--tooltip-text);position:absolute;padding:.3125rem .625rem;border-radius:.25rem;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;font-size:.75rem;z-index:99998}img[src*="www.yext-pixel.com"]{position:absolute}@-webkit-keyframes pulse{0%{background:transparent}50%{background:rgba(0,0,0,.15)}to{background:transparent}}@keyframes pulse{0%{background:transparent}50%{background:rgba(0,0,0,.15)}to{background:transparent}}.Analytics{position:fixed;height:80%;top:10%;bottom:10%;right:-15.625rem;-webkit-transition:right .3s ease-out;transition:right .3s ease-out;width:21.875rem;color:var(--settings-text);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;z-index:99999}.Analytics.show{right:0}.Analytics-toggles{width:6.25rem;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;background:rgba(0,0,0,.75);margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:.0625rem solid #fff}.Analytics-toggles--item{outline:none;text-align:center;padding:.625rem}.Analytics-toggles--item:not(:last-child){border-bottom:.0625rem solid #fff}.Analytics-toggles--item:hover{cursor:pointer}.Analytics-toggles--item.active,.Analytics-toggles--item:hover{background:var(--settings-accent)}.Analytics-toggles--item.active:first-child,.Analytics-toggles--item:hover:first-child{border-top-left-radius:.25rem}.Analytics-tabs,.Analytics-toggles--item.active:last-child,.Analytics-toggles--item:hover:last-child{border-bottom-left-radius:.25rem}.Analytics-tabs{width:15.625rem;border-top-left-radius:.25rem;background:rgba(0,0,0,.75)}.Analytics-tabs--footerToggle{min-height:2.875rem;width:100%;text-align:left;padding:.625rem 1.25rem;border-top:.0625rem solid #fff;border-bottom-left-radius:.25rem;outline:none}.Analytics-tabs--footerToggle:not(.active):hover{background:hsla(0,0%,100%,.3)}.Analytics-tabs--footerToggle:hover{cursor:pointer}.Analytics-tabs--footerToggle.active,.Analytics-tabs--title{background:var(--settings-accent)}.Analytics-tabs--title{color:var(--settings-text);padding:1.25rem;border-bottom:.0625rem solid #fff;border-top-left-radius:.25rem}.Analytics-tabs--search{outline:none;background:transparent;padding:.625rem 1.25rem;border-bottom:.0625rem solid #fff;width:100%}.Analytics-tabs--item{display:none}.Analytics-tabs--item.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.Analytics-list{overflow-y:scroll;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.Analytics-list--item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Analytics-list--item:not(:last-child),.Settings-input{border-bottom:.0625rem solid #fff}.Settings-input{display:none;outline:none;width:100%;margin-bottom:.625rem;margin-left:1.25rem;margin-right:1.25rem;background:transparent}.edit .Settings-input{display:block}.Settings-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:.625rem 1.25rem}.Settings-toggle:hover{background:hsla(0,0%,100%,.3);cursor:pointer}.Settings-accent,.Settings-sbc,.Settings-stc,.Settings-tbc,.Settings-text,.Settings-ttc{height:.875rem;width:.875rem;border:.0625rem solid #fff}.Settings-tbc{background:var(--tooltip-background)}.Settings-ttc{background:var(--tooltip-text)}.Settings-accent{background:var(--settings-accent)}.Settings-text{background:var(--settings-text)}.Settings-sbc{background:var(--scope-background)}.Settings-stc{background:var(--scope-text)}.EventNameTab-button{padding:.625rem 1.25rem;text-align:left;width:100%}.EventNameTab-button--active{background:var(--settings-accent);outline:none}.EventNameTab-button:not(.EventNameTab-button--active):hover{background:hsla(0,0%,100%,.3);cursor:pointer}.Scope{position:absolute;padding:.625rem;outline:.0625rem solid var(--settings-accent);background:var(--scope-background);color:var(--scope-text);z-index:2147483647}</style><script src="../../../permanent-b0b701/agency.nationwide.com/location/main.8045deda.js" type="text/javascript" async defer data-webpack-inline></script><link id="page-url" itemprop="url" href="https://agency.nationwide.com/tx/burnet/78611/galloway-insurance-agency"><script>window.Yext = (function(Yext){Yext["isStaging"] = false; return Yext;})(window.Yext || {});</script><script>window.Yext = (function(Yext){Yext["siteInternalHostName"] = "agency.nationwide.com"; return Yext;})(window.Yext || {});</script><link rel="preload" href="https://www.google-analytics.com/analytics.js" as="script"><script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; let gaConfig;gaConfig = {allowLinker: false};ga('create', 'UA-124716759-1', 'auto', 'yext', gaConfig);ga('yext.set', 'dimension1', 'location');ga('yext.set', 'dimension2', 'TX');ga('yext.set', 'dimension3', 'Burnet'); ga('yext.set', 'dimension4', '1310 S Water St'); ga('yext.set', 'dimension5', '78611');ga('yext.set', 'dimension6', 'US');ga('yext.send', 'pageview');</script><script type="text/javascript" id="BypassPagespeed-4f80e385-js">!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=560)}({110:function(e,t,n){"use strict";t.__esModule=!0,t.OnReady=function(e){"complete"===document.readyState||"loaded"===document.readyState||"interactive"===document.readyState?e.bind(this)():document.addEventListener("DOMContentLoaded",e.bind(this))};t.UserAgent=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.userAgent=t}return e.fromWindow=function(){return new this(window.navigator.userAgent)},e.prototype.isGooglePageSpeed=function(){return this.userAgent.indexOf("Google Page Speed Insights")>-1},e}()},446:function(e,t,n){"use strict";t.__esModule=!0;t.LoadScript=function(e){var t=document.getElementsByTagName("script")[0],n=document.createElement("script");n.async=1,n.src=e,t.parentNode.insertBefore(n,t)}},560:function(e,t,n){"use strict";var r=n(110),o=n(446);r.UserAgent.fromWindow().isGooglePageSpeed()||(0,o.LoadScript)("https://www.google-analytics.com/analytics.js")}});</script><script src="https://www.googleoptimize.com/optimize.js?id=OPT-TBM4PHH"></script><script>(function(w,d,y){w['YextAnalyticsObject']=y; w[y]=w[y]||function(){(w[y].q=w[y].q||[]).push(arguments)}; w[y]('create',1996565,1242,false);})(window, document, 'ya');</script><script>ya('set',{"ids":10728376,"pageSetId":"Locations"});ya('pageview');</script><script>ga('yext.send', 'event', 'Geo', 'CityList Directory (count = 1)', 'Burnet, Texas');</script><script type="text/javascript" src="//tags.nationwide.com/Bootstrap.js" async defer></script><link rel="stylesheet" href="https://assets.sitescdn.net/answers/v1.4.2/answers.css"><script src="https://assets.sitescdn.net/answers/v1.4.2/answers.min.js" onload="ANSWERS.domReady(initAnswers)" async defer></script><script>function initAnswers() {ANSWERS.init({apiKey: "23e0cee52e88a789d9b8f9039115299f", experienceKey: "nationwide-site-search", experienceVersion: "PRODUCTION", locale: "en", businessId: "1996565", onReady: function() {ANSWERS.addComponent("SearchBar", {container: ".ch-searchbar-1", name: "search-bar-1", redirectUrl: 'https://www.nationwide.com/searchresults/personal/result', placeholderText: "Search", customIconUrl: 'https://www.nationwide.com/system/assets/images/BoltSearchIcon.svg'}); ANSWERS.addComponent("SearchBar", {container: ".ch-searchbar-2", name: "search-bar-2", redirectUrl: 'https://www.nationwide.com/searchresults/personal/result', placeholderText: "Search", customIconUrl: 'https://www.nationwide.com/system/assets/images/BoltSearchIcon.svg'});},});}</script></head><body class="Text"><a href="#first-anchor" class="sr-only sr-only-focusable" id="skip-nav">Skip to content</a><header class="Header Header--desktop" id="desktopHeader" data-ya-scope="header"><div class="Header-topWrapper"><div class="Header-top"><a class="Header-topOption" href="https://www.nationwide.com/agents/"><span>Resources for agents<span></a><div class="Header-verticalDivider">|</div><a class="Header-topOption" href="https://nationwidefinancial.com/?_ga=2.88478043.1138494563.1644780554-1961422183.1626724294"><span>Financial professionals<span></a><div class="Header-verticalDivider">|</div><a class="Header-topOption" href="https://developer.nationwide.com/partnership"><span>Enterprise partners<span></a><div class="Header-verticalDivider">|</div><a class="Header-topOption" href="https://www.nationwide.com/personal/about-us/careers/"><span>Career seekers<span></a><div class="Header-verticalDivider">|</div></div></div><div class="Header-upperWrapper"><div class="Header-upper"><div class="Header-logoWrapper"><a class="Header-logoLink" href="https://agency.nationwide.com" data-ya-track="logo" data-adobe-tracking="NAP-Header-logoLink"><span class="sr-only">Link to Nationwide main website</span><img class="Header-logo" src="//dynl.mktgcdn.com/p/J-myKDlUi_Kccz17y2PS5GQ9CF4Elre5ed37kpo9PDI/400x120.png" alt="Nationwide" id="brand-logo" itemprop="image"></a></div><div class="Header-upperRight"><div class="Header-search ch-searchbar-1"></div><div class="Header-loginButton"><a class="Header-login" href='https://www.nationwide.com/account-login'>Log in</a></div></div></div></div><div class="Header-lowerWrapper"><div class="Header-lower"><div class="Header-categories"><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-1"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-1">Vehicle</div></div><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-2"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-2">Property</div></div><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-3"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-3">Personal</div></div><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-4"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-4">Business</div></div><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-5"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-5">Investments</div></div><div class="Header-dropdownWrapper is-dropdown-unexpanded js-dropdownWrapper js-dropdownWrapper-6"><div class="Header-dropdownName js-dropdownToggle js-dropdownToggle-6">Resources</div></div></div><div class="Header-account"><div class="Header-accountButton"><a class="Header-link Header-accountLink" href="https://www.nationwide.com/bill-pay">Pay a bill</a></div><div class="Header-accountButton"><a class="Header-link Header-accountLink" href="https://www.nationwide.com/insurance-claims/">Claims</a></div></div></div></div><div class="Header-dropdowns"><div class="HeaderDropdown js-headerDropdown HeaderDropdown--1 js-headerDropdown-1"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/personal/insurance/vehicle/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />All vehicle insurance</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Vehicle Products</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/auto/">Auto</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/motorcycle/">Motorcycle</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/snowmobile/">Snowmobile</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/auto/classic-car/">Classic car</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/atv/">ATV</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/rv/">RV</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/boat/">Boat</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/personal-watercraft/">Personal watercraft</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/scooter/">Scooter</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/golf-cart/">Golf cart</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/auto/">Business auto</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwideexcessandsurplus.com/public/">Trucking &amp; specialty auto</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/auto/discounts/types/multi-policy">Auto &amp; home</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Related Tasks</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/claims/auto/">Start an auto claim</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://agency.nationwide.com/">Find an agent</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://policyservicing.nationwide.com/#/qid/search">Get insurance card</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/claims/faq/">Vehicle insurance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/auto-insurance/articles/auto-payment-calculator">Vehicle loans</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/">All insurance</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--1"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/usage-based-insurance/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/personshield.24b14614.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">SmartRide | SmartMiles</div><div class="HeaderRow-text">Save with usage-based insurance</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/coverages/types/roadside-assistance"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/car_header.91487efa.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Roadside Assistance</div><div class="HeaderRow-text">We’re here to help with a tow, jump start and more</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/discounts/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/dollarsign_header.3bad8a1a.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Auto insurance discounts</div><div class="HeaderRow-text">See how you can save</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/auto-insurance/articles/teen-safe-driving-tip"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Teen driving</div><div class="HeaderRow-text">Tips when adding a young driver to your car insurance</div></div></a></li></ul></div></div></div></div></div><div class="HeaderDropdown js-headerDropdown HeaderDropdown--2 js-headerDropdown-2"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/personal/insurance/property/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />All property insurance</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Property Products</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/homeowners/">Homeowners</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/renters/">Renters</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/condo/">Condo</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/flood/">Flood</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/property/">Business property</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/personal/insurance/auto/discounts/types/multi-policy">Home &amp; auto</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Related Tasks</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://agency.nationwide.com/">Find an agent</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/home/articles/renters-insurance-faq">Renters insurance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/personal/insurance/claims/faq/">Property insurance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/personal-finance/">Home financing</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/renters/pages/discounts">Renters discounts</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/personal/insurance/">All insurance</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--2"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/insurance-claims/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Start a claim</div><div class="HeaderRow-text">Home, condo or rental, we’re always here</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/homeowners/pages/discounts"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/briefcase.725709b2.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Combine and save</div><div class="HeaderRow-text">Bundle your property and auto insurance</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/homeowners/pages/coverage"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Brand New Belongings</div><div class="HeaderRow-text">Repair or replace items</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/home/articles/guide-to-buying-home"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/home_header.77818088.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Buying your first home</div><div class="HeaderRow-text">What you need to know</div></div></a></li></ul></div></div></div></div></div><div class="HeaderDropdown js-headerDropdown HeaderDropdown--3 js-headerDropdown-3"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/personal/insurance/all-personal/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />All personal insurance</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Personal Products</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/life/">Life insurance</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/life/whole/">Whole life</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/pet/">Pet insurance</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/multi-flex-dental-plan/">Dental</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/auto/coverages/types/umbrella-insurance">Umbrella</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/identity-theft/">Identity theft</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/insurance/travel/">Travel</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/privateclient/">Private Client</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Related Links</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://agency.nationwide.com/">Find an agent</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.petinsurance.com/faq/">Pet insurance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/home/articles/what-is-travel-insurance">Travel insurance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/retirement-plans/articles/loans">Personal loans</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/personal/insurance/">All insurance</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--3"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.petinsurance.com/healthzone/pet-health/pet-safety/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/dog.f9474472.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Protect your pet</div><div class="HeaderRow-text">Get a no-obligation pet insurance quote</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/life/long-term-care/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/stethoscope.44289581.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Long-term care</div><div class="HeaderRow-text">Cover your future care costs</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/identity-theft/cyber-protection/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lock.df2300ce.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Cyber protection services</div><div class="HeaderRow-text">Protect your personal data</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/home/articles/travel-safety-tips"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/bullseye.2d669550.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Make time to travel</div><div class="HeaderRow-text">Get smart vacation-planning tips</div></div></a></li></ul></div></div></div></div></div><div class="HeaderDropdown js-headerDropdown HeaderDropdown--4 js-headerDropdown-4"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/business/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />All business insurance</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Business Products</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/business-owners-policy-bop/">Businessowners policy (BOP)</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/business/insurance/auto/">Business auto</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/business/insurance/property/">Business property</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/small-business-liability/">General liability</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/workers-compensation/">Workers’ compensation</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/agribusiness/farm-insurance/">Farm &amp; ranch</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/agribusiness/commercial-insurance/">Commercial agribusiness</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/">See products ...</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Specialty </div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwideexcessandsurplus.com/public/">Excess &amp; surplus</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/management-liability-specialty/">Management liability &amp; specialty</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwideexcessandsurplus.com/public/programs/index.jsp">Programs</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/management-liability-specialty/products/surety/">Surety bonds</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/excessandsurplus/commercial-auto/">Trucking &amp; specialty auto</a></li></ul></div><div class="HeaderColumn HeaderColumn--3"><div class="HeaderColumn-title">Employee Benefits</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/retirement-plans/">Employee retirement plans</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/group/">Group benefits</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/key-person/">Key person benefits</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/group/medical-stop-loss/">Medical stop loss</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/group/medpair-health/">MedPair supplemental health</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/employee-benefits/">See products ...</a></li></ul></div><div class="HeaderColumn HeaderColumn--4"><div class="HeaderColumn-title">By Business Type</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/auto-service-repair">Auto service &amp; repair</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/contractor-insurance">Contractors</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/food-and-beverage-service">Food service</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/professional-office">Professional offices</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/retail">Retail stores &amp; services</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/types/wholesale-distributors">Wholesalers &amp; distributors</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/industries/">See products ...</a></li></ul></div><div class="HeaderColumn HeaderColumn--5"><div class="HeaderColumn-title">Related Tasks</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://agency.nationwide.com/">Find an agent</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.farmagentfinder.com/home/index">Find a farm agent</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/business/insurance/claims/faq/">Business claims FAQ</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--4"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/solutions-center/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Business solutions center</div><div class="HeaderRow-text">Tips to start and protect your business</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/insurance/industries/loss-control"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Loss control</div><div class="HeaderRow-text">Solutions to help manage your risk</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/tractor.0aa0f2cd.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Ag insight center</div><div class="HeaderRow-text">Topics for farmers and agribusiness operators</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/small-business/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/magnifyinglens.907d4db3.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Learning center</div><div class="HeaderRow-text">Read helpful business insurance tips</div></div></a></li></ul></div></div></div></div></div><div class="HeaderDropdown js-headerDropdown HeaderDropdown--5 js-headerDropdown-5"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/personal/investing/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />All investment products</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Investment Products</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/retirement-plans/">Personal retirement plans</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/annuities/">Annuities</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/mutual-funds/">Mutual funds</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/etfs/">Exchange-traded funds</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/personal/insurance/life/">Life insurance</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Related Links</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/find-financial-professional/">Find a financial professional</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwide.com/lc/resources/personal-finance/">Personal finance FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/investments-faq">Investing &amp; retirement FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwidefinancial.com/">Nationwide Financial</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://blog.nationwidefinancial.com/">The Advisor Advocate® blog</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--5"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/investing/retirement-plans/about-to-retire/retirement-income-sources/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Retirement income</div><div class="HeaderRow-text">Debunk the myths that may impact your money-saving ability today</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/investing/retirement-plans/articles/social-security"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Social Security solvency</div><div class="HeaderRow-text">Let a financial professional address your concerns</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/how-to-write-a-will"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Free will</div><div class="HeaderRow-text">Give your loved ones peace of mind - for free</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/about-us/diversity-equity-inclusion/ncoa/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">My Medicare matters</div><div class="HeaderRow-text">Make informed decisions on your coverage to get the most benefits</div></div></a></li></ul></div></div></div></div></div><div class="HeaderDropdown js-headerDropdown HeaderDropdown--6 js-headerDropdown-6"><div class="HeaderDropdown-container"><a class="HeaderDropdown-allLink" href="https://www.nationwide.com/lc/resources/"><img class="HeaderDropdown-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" />Learning center</a><div class="HeaderDropdown-mainContent"><div class="HeaderDropdown-lists"><div class="HeaderColumn HeaderColumn--1"><div class="HeaderColumn-title">Insurance Resources</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/auto-insurance/">Auto</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/home/">Home</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/small-business/">Small business</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/powersports/">Powersports</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/personal-finance/">Personal finance</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/investing-and-retirement/">Investments</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/emergency-preparedness/">Emergency planning</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center">Farm &amp; agribusiness</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/cyber-resource-center">Cyber resource center</a></li></ul></div><div class="HeaderColumn HeaderColumn--2"><div class="HeaderColumn-title">Related Links</div><ul class="HeaderColumn-links"><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/personal/investing/find-financial-professional/">Find a financial professional</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/investments-faq">Investing FAQ</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://nationwidefinancial.com/">Nationwide Financial</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://blog.nationwide.com/">Now from Nationwide®</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://blog.nationwidefinancial.com/">The Advisor Advocate® blog</a></li><li class="HeaderColumn-linkWrapper"><a class="HeaderColumn-link" href="https://agentblog.nationwide.com/">Agency Forward®</a></li></ul></div></div></div></div><div class="HeaderDropdown-bottomContainer"><div class="HeaderDropdown-bottomContent"><div class="HeaderDropdown-promos"><div class="HeaderRow HeaderRow--6"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/solutions-center/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Business solutions center</div><div class="HeaderRow-text">Tips for your business</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/insurance/industries/loss-control"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Loss control</div><div class="HeaderRow-text">Solutions to help manage your risk</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/magnifyinglens.907d4db3.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Ag insight center</div><div class="HeaderRow-text">Topics for farmers and agribusiness operators</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/articles/grain-bin-safety-week"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/tractor.0aa0f2cd.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Think grain bin safety</div><div class="HeaderRow-text">Prevent accidents and maintain grain operations</div></div></a></li></ul></div></div></div></div></div></div><button class="Header-overlay Header-overlay--desktop" id="Header-overlay" role="button" aria-label="Close desktop menu" aria-hidden="true" aria-expanded="false" aria-controls="Header-nav"></button></header><header class="Header Header--mobile" id="mobileHeader" data-ya-scope="header"><div class="Header-mobileContainer"><div class="Header-content"><div class="Header-mobileTopWrapper"><div class="Header-mobileTop"><div class="Header-toggleIconWrapper"><button class="Header-toggleIcon" aria-expanded="false" aria-controls="Header-nav" aria-haspopup="menu" id="Header-toggleIcon"><span class="Header-menuBar"></span><span class="Header-menuBar"></span><span class="Header-menuBar"></span><span class="Header-menuBar"></span><span class="sr-only">Open mobile menu</span></button></div><div class="Header-logoWrapper"><a class="Header-logoLink" href="https://agency.nationwide.com" data-ya-track="logo" data-adobe-tracking="NAP-Header-logoLink"><span class="sr-only">Link to Nationwide main website</span><img class="Header-logo" src="../../../permanent-b0b701/assets/images/mobile_logo.0e8cef52.svg" alt="Nationwide" id="brand-logo" itemprop="image"></a></div><div class="Header-loginButton"><a class="Header-login" href="https://www.nationwide.com/account-login">Log in</a></div></div></div><div class="Header-menu"><div class="Header-mobileSearchWrapper"><div class="Header-search ch-searchbar-2"></div></div><div class="Header-mobileDropdowns"><div class="Header-menuWrapper js-menu-wrapper"><div class="Header-abc js-menu"><ul class="Header-menuOptions js-top-level"><li class="Header-mobileList"><a href="" class="Header-nested">Vehicle</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Vehicle Products</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/auto/">Auto</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/motorcycle/">Motorcycle</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/snowmobile/">Snowmobile</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/auto/classic-car/">Classic car</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/atv/">ATV</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/rv/">RV</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/boat/">Boat</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/personal-watercraft/">Personal watercraft</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/scooter/">Scooter</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/golf-cart/">Golf cart</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/auto/">Business auto</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwideexcessandsurplus.com/public/">Trucking &amp; specialty auto</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/auto/discounts/types/multi-policy">Auto &amp; home</a></li><li class="Header-subMenuTitle Header-mobileList">Related Tasks</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/claims/auto/">Start an auto claim</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://agency.nationwide.com/">Find an agent</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://policyservicing.nationwide.com/#/qid/search">Get insurance card</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/claims/faq/">Vehicle insurance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/auto-insurance/articles/auto-payment-calculator">Vehicle loans</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/">All insurance</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/personal/insurance/vehicle/">All vehicle insurance</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/usage-based-insurance/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/personshield.24b14614.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">SmartRide | SmartMiles</div><div class="HeaderRow-text">Save with usage-based insurance</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/coverages/types/roadside-assistance"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/car_header.91487efa.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Roadside Assistance</div><div class="HeaderRow-text">We’re here to help with a tow, jump start and more</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/auto/discounts/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/dollarsign_header.3bad8a1a.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Auto insurance discounts</div><div class="HeaderRow-text">See how you can save</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/auto-insurance/articles/teen-safe-driving-tip"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Teen driving</div><div class="HeaderRow-text">Tips when adding a young driver to your car insurance</div></div></a></li></ul></div></ul></a></li><li class="Header-mobileList"><a href="" class="Header-nested">Property</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Property Products</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/homeowners/">Homeowners</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/renters/">Renters</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/condo/">Condo</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/flood/">Flood</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/property/">Business property</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/personal/insurance/auto/discounts/types/multi-policy">Home &amp; auto</a></li><li class="Header-subMenuTitle Header-mobileList">Related Tasks</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://agency.nationwide.com/">Find an agent</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/home/articles/renters-insurance-faq">Renters insurance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/personal/insurance/claims/faq/">Property insurance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/personal-finance/">Home financing</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/renters/pages/discounts">Renters discounts</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/personal/insurance/">All insurance</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/personal/insurance/property/">All property insurance</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/insurance-claims/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Start a claim</div><div class="HeaderRow-text">Home, condo or rental, we’re always here</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/homeowners/pages/discounts"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/briefcase.725709b2.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Combine and save</div><div class="HeaderRow-text">Bundle your property and auto insurance</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/homeowners/pages/coverage"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Brand New Belongings</div><div class="HeaderRow-text">Repair or replace items</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/home/articles/guide-to-buying-home"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/home_header.77818088.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Buying your first home</div><div class="HeaderRow-text">What you need to know</div></div></a></li></ul></div></ul></a></li><li class="Header-mobileList"><a href="" class="Header-nested">Personal</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Personal Products</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/life/">Life insurance</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/life/whole/">Whole life</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/pet/">Pet insurance</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/multi-flex-dental-plan/">Dental</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/auto/coverages/types/umbrella-insurance">Umbrella</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/identity-theft/">Identity theft</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/insurance/travel/">Travel</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/privateclient/">Private Client</a></li><li class="Header-subMenuTitle Header-mobileList">Related Links</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://agency.nationwide.com/">Find an agent</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.petinsurance.com/faq/">Pet insurance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/home/articles/what-is-travel-insurance">Travel insurance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/retirement-plans/articles/loans">Personal loans</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/personal/insurance/">All insurance</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/personal/insurance/all-personal/">All personal insurance</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.petinsurance.com/healthzone/pet-health/pet-safety/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/dog.f9474472.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Protect your pet</div><div class="HeaderRow-text">Get a no-obligation pet insurance quote</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/life/long-term-care/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/stethoscope.44289581.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Long-term care</div><div class="HeaderRow-text">Cover your future care costs</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/insurance/identity-theft/cyber-protection/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lock.df2300ce.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Cyber protection services</div><div class="HeaderRow-text">Protect your personal data</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/home/articles/travel-safety-tips"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/bullseye.2d669550.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Make time to travel</div><div class="HeaderRow-text">Get smart vacation-planning tips</div></div></a></li></ul></div></ul></a></li><li class="Header-mobileList"><a href="" class="Header-nested">Business</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Business Products</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/business-owners-policy-bop/">Businessowners policy (BOP)</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/business/insurance/auto/">Business auto</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/business/insurance/property/">Business property</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/small-business-liability/">General liability</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/workers-compensation/">Workers’ compensation</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/agribusiness/farm-insurance/">Farm &amp; ranch</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/agribusiness/commercial-insurance/">Commercial agribusiness</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/">See products ...</a></li><li class="Header-subMenuTitle Header-mobileList">Specialty </li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwideexcessandsurplus.com/public/">Excess &amp; surplus</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/management-liability-specialty/">Management liability &amp; specialty</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwideexcessandsurplus.com/public/programs/index.jsp">Programs</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/management-liability-specialty/products/surety/">Surety bonds</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/excessandsurplus/commercial-auto/">Trucking &amp; specialty auto</a></li><li class="Header-subMenuTitle Header-mobileList">Employee Benefits</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/retirement-plans/">Employee retirement plans</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/group/">Group benefits</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/key-person/">Key person benefits</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/group/medical-stop-loss/">Medical stop loss</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/group/medpair-health/">MedPair supplemental health</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/employee-benefits/">See products ...</a></li><li class="Header-subMenuTitle Header-mobileList">By Business Type</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/auto-service-repair">Auto service &amp; repair</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/contractor-insurance">Contractors</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/food-and-beverage-service">Food service</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/professional-office">Professional offices</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/retail">Retail stores &amp; services</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/types/wholesale-distributors">Wholesalers &amp; distributors</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/industries/">See products ...</a></li><li class="Header-subMenuTitle Header-mobileList">Related Tasks</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://agency.nationwide.com/">Find an agent</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.farmagentfinder.com/home/index">Find a farm agent</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/business/insurance/claims/faq/">Business claims FAQ</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/business/">All business insurance</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/solutions-center/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Business solutions center</div><div class="HeaderRow-text">Tips to start and protect your business</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/insurance/industries/loss-control"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Loss control</div><div class="HeaderRow-text">Solutions to help manage your risk</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/tractor.0aa0f2cd.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Ag insight center</div><div class="HeaderRow-text">Topics for farmers and agribusiness operators</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/small-business/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/magnifyinglens.907d4db3.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Learning center</div><div class="HeaderRow-text">Read helpful business insurance tips</div></div></a></li></ul></div></ul></a></li><li class="Header-mobileList"><a href="" class="Header-nested">Investments</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Investment Products</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/retirement-plans/">Personal retirement plans</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/annuities/">Annuities</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/mutual-funds/">Mutual funds</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/etfs/">Exchange-traded funds</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/personal/insurance/life/">Life insurance</a></li><li class="Header-subMenuTitle Header-mobileList">Related Links</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/find-financial-professional/">Find a financial professional</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwide.com/lc/resources/personal-finance/">Personal finance FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/investments-faq">Investing &amp; retirement FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwidefinancial.com/">Nationwide Financial</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://blog.nationwidefinancial.com/">The Advisor Advocate® blog</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/personal/investing/">All investment products</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/investing/retirement-plans/about-to-retire/retirement-income-sources/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Retirement income</div><div class="HeaderRow-text">Debunk the myths that may impact your money-saving ability today</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/investing/retirement-plans/articles/social-security"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Social Security solvency</div><div class="HeaderRow-text">Let a financial professional address your concerns</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/how-to-write-a-will"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Free will</div><div class="HeaderRow-text">Give your loved ones peace of mind - for free</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/personal/about-us/diversity-equity-inclusion/ncoa/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/lightbulb.1b63ccb0.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">My Medicare matters</div><div class="HeaderRow-text">Make informed decisions on your coverage to get the most benefits</div></div></a></li></ul></div></ul></a></li><li class="Header-mobileList"><a href="" class="Header-nested">Resources</a><ul class="Header-subMenu js-second-level"><li class="Header-subMenuTitle Header-mobileList">Insurance Resources</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/auto-insurance/">Auto</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/home/">Home</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/small-business/">Small business</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/powersports/">Powersports</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/personal-finance/">Personal finance</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/investing-and-retirement/">Investments</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/emergency-preparedness/">Emergency planning</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center">Farm &amp; agribusiness</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/cyber-resource-center">Cyber resource center</a></li><li class="Header-subMenuTitle Header-mobileList">Related Links</li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/personal/investing/find-financial-professional/">Find a financial professional</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://www.nationwide.com/lc/resources/investing-and-retirement/articles/investments-faq">Investing FAQ</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://nationwidefinancial.com/">Nationwide Financial</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://blog.nationwide.com/">Now from Nationwide®</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://blog.nationwidefinancial.com/">The Advisor Advocate® blog</a></li><li class="Header-subMenuItem Header-mobileList"><a class="Header-subMenuLink" href="https://agentblog.nationwide.com/">Agency Forward®</a></li><li class="Header-bluelink Header-headline Header-mobileList"><img class="Header-allLinkIcon" src="../../..//permanent-b0b701/assets/images/waffle.086b64f7.svg" alt="All Links" /><a href="https://www.nationwide.com/lc/resources/">Learning center</a></li><div class="HeaderRow HeaderRow--mobile"><ul class="HeaderRow-promos"><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/solutions-center/"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/clickbutton.c432d2ca.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Business solutions center</div><div class="HeaderRow-text">Tips for your business</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/business/insurance/industries/loss-control"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/checkmark.9b0737ab.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Loss control</div><div class="HeaderRow-text">Solutions to help manage your risk</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/ag-insight-center"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/magnifyinglens.907d4db3.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Ag insight center</div><div class="HeaderRow-text">Topics for farmers and agribusiness operators</div></div></a></li><li class="HeaderRow-promo"><a class="HeaderRow-link" href="https://www.nationwide.com/lc/resources/farm-and-agribusiness/articles/grain-bin-safety-week"><img class="HeaderRow-icon" src=../../..//permanent-b0b701/assets/images/tractor.0aa0f2cd.svg alt="Promo Icon" /><div class="HeaderRow-content"><div class="HeaderRow-title">Think grain bin safety</div><div class="HeaderRow-text">Prevent accidents and maintain grain operations</div></div></a></li></ul></div></ul></a></li><li class="Header-accountMobile Header-bluelink Header-mobileList"><a class="Header-claims" href="https://www.nationwide.com/bill-pay">Pay a bill</a></li><li class="Header-accountMobile Header-bluelink Header-mobileList"><a class="Header-pay" href="https://www.nationwide.com/insurance-claims/">Claims</a></li><li class="Header-bluelink Header-mobileList"><a href="https://www.nationwide.com/agents/">Resources for agents</a></li><li class="Header-bluelink Header-mobileList"><a href="https://nationwidefinancial.com/?_ga=2.88478043.1138494563.1644780554-1961422183.1626724294">Financial professionals</a></li><li class="Header-bluelink Header-mobileList"><a href="https://developer.nationwide.com/partnership">Enterprise partners</a></li><li class="Header-bluelink Header-mobileList"><a href="https://www.nationwide.com/personal/about-us/careers/">Career seekers</a></li></ul></div><div class="Header-abc Header-buttonWrapper js-menu"><button type="button" class="Header-button js-header-button"><span>Previous</span></button><div class="Header-subMenuWrapper js-sub-wrapper"></div></div></div></div></div></div></div><button class="Header-overlay Header-overlay--mobile" id="Header-overlay" role="button" aria-label="Close mobile menu" aria-hidden="true" aria-expanded="false" aria-controls="Header-nav"></button></header><main id="main" class="Main Main--location" itemscope itemtype="http://schema.org/InsuranceAgency" itemid="https://agency.nationwide.com/#10728376" itemref="brand-logo page-url"><a href="#skip-nav" class="sr-only sr-only-focusable" id="first-anchor">Return to Nav</a><div class="Main-content"><link itemprop="image" href=""><div class="Core" data-ya-scope="nap"><div class="Core-banner"><div class="Core-bannerContainer l-container"><div class="Core-bannerContent"><div class="Core-crumbsWrapper"><nav class="c-bread-crumbs" data-ya-scope="breadcrumbs"><ol class="c-bread-crumbs-list" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="c-bread-crumbs-item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><link itemprop="item" href="../../../index.html"><a href="../../../" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name" itemprop="name" >All Nationwide Agencies</span></a><meta itemprop="position" content="1" /></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><link itemprop="item" href="../../../tx"><a href="../../../tx" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name" itemprop="name" >TX</span></a><meta itemprop="position" content="2" /></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item" itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem"><link itemprop="item" href="../../../tx/burnet"><a href="../../../tx/burnet" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name" itemprop="name" >Burnet</span></a><meta itemprop="position" content="3" /></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item"><span class="c-bread-crumbs-name">Galloway Insurance Agency</span></li></ol></nav></div><div class="Core-bannerInfo"><div class="Core-bannerAgentInfo"><h1 class="Core-title" aria-level="1"><span class="Core-agencyName" itemprop="name">Galloway Insurance Agency in Burnet, TX</span></h1><div class="Core-contact"><div class="Core-phoneButtonWrapper"><a class="Core-phoneButton" href="tel:+1-512-756-2988" data-ya-track="phone_call">Call Today<span class="Core-phoneButtonNumber">: (512) 756-2988</span></a></div></div></div></div></div></div></div></div><div class="Core-main"><div class="Core-container l-container"><div class="Core-mainContent l-row"><div class="Core-col"><div class="Core-basicInfo"><div class="Core-addressWrapper"><h3 class="Core-addressTitle Core-subtitle">Address</h3><div class="Core-address"><span class="coordinates" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="30.7463113"><meta itemprop="longitude" content="-98.23100529999999"></span><address class="c-address" itemscope itemtype="http://schema.org/PostalAddress" itemprop="address" data-country="US"><a href="http://maps.google.com/?q=1310+S+Water+St%2C+Burnet%2C+TX+78611+US&output=classic" data-ga-category="Get Directions/Location Address" data-ya-track="directions_address" data-adobe-tracking="NAP-c-address-get-directions-link" class="c-address-get-directions-link"target="_blank" rel="nofollow noopener noreferrer"><meta itemprop="addressLocality" content="Burnet" /><meta itemprop="streetAddress" content="1310 S Water St" /><div class=c-AddressRow><span class="c-address-street-1">1310 S Water St</span> </div><div class=c-AddressRow><span class="c-address-city">Burnet</span><yxt-comma>,</yxt-comma> <abbr title="Texas" aria-label="Texas" class="c-address-state" itemprop="addressRegion">TX</abbr> <span class="c-address-postal-code" itemprop="postalCode">78611</span> </div><div class=c-AddressRow><abbr title="United States" aria-label="United States" class="c-address-country-name c-address-country-us" itemprop="addressCountry">US</abbr></div></a></address></div><div class="Core-directions"><div class="c-get-directions"><div class="c-get-directions-button-wrapper"><a class="c-get-directions-button" href='https://www.google.com/maps/dir/Current+Location/1310+S+Water+St%2C+Burnet%2C+TX+78611+US'target="_blank" rel="nofollow noopener noreferrer"data-ga-category="Get Directions"data-ya-track="directions" data-adobe-tracking="NAP-c-get-directions-button">Get directions</a></div></div></div></div></div><div class="location-map-wrapper" id="schema-location" itemprop="location" itemscope itemtype="http://schema.org/Place" itemref="address location-name"><span class="coordinates" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="30.7463113"><meta itemprop="longitude" content="-98.23100529999999"></span><link itemprop="hasMap" href="//maps.googleapis.com/maps/api/staticmap?center=30.7463113%2C-98.23100529999999&channel=agency.nationwide.com&client=gme-yextinc&maptype=roadmap&markers=color%3Ared%7C30.7463113%2C-98.23100529999999&sensor=false&size=350x350&zoom=13&signature=TDyad_UE-oQbqdwfVfk0bjF_8ns="><div class="c-map-with-pins"><div id="geo-border"></div><div id="dir-map" class="dir-map js-map-not-ready"></div></div><script id="js-map-config-dir-map" class="js-map-config" type="text/data">{"config": {"apiID":"gme-yextinc","baseUrl":"../../../","channelId":"agency.nationwide.com","disableMapControl":true,"enableScrollWheel":false,"extraData":null,"linkToGetDirections":true,"mapId":"dir-map","mapboxMapIdentifier":null,"maxNumberOfLocationsToDisplay":1,"provider":"Google","source":null,"zoom":10}, "locs": [{"altTagText":"Nationwide Insurance: Galloway Insurance Agency at 1310 S Water St Burnet, TX","cityState":"Burnet, TX","get_directions_url":"http://maps.google.com/?q=1310+S+Water+St%2C+Burnet%2C+TX+78611+US\u0026output=classic","id":"core-map","latitude":30.7463113,"longitude":-98.23100529999999,"type":"main","url":""}], "nearbyLocs": []}</script></div></div><div class="Core-col"><div class="Core-contactWrapper"><h3 class="Core-contactTitle Core-subtitle">Contact</h3><div class="Core-phoneNumbers"><div class="c-phone c-phone-main"><div class="c-phone-label c-phone-main-label">Phone:</div><div class="c-phone-number-wrapper c-phone-main-number-wrapper"><div class="c-phone-number c-phone-main-number"><a class="c-phone-number-link c-phone-main-number-link" href="tel:+1-512-756-2988" data-adobe-tracking="NAP-c-phone-number-link" data-ya-track="phone">(512) 756-2988</a><span class="c-phone-number-span c-phone-main-number-span" itemprop="telephone" id="telephone">(512) 756-2988</span></div></div></div></div><div class="Core-emailWrapper"><a class="Core-email" href="mailto:kyle@gallowayinsurance.com" data-ya-track="contact_email" data-adobe-tracking="NAP-Core-email">Email</a></div></div><div class="Core-websiteWrapper"><h3 class="Core-websiteTitle Core-subtitle">Agency Website</h3><a class="Core-websiteLink" href="http://gallowayinsurance.com" target="_blank">http://gallowayinsurance.com</a></div><div class="Core-productWrapper"><h3 class="Core-productTitle Core-subtitle">Products</h3><div class="Core-products"><ul><li class="Core-product">Auto</li><li class="Core-product">Commercial</li><li class="Core-product">Farm</li><li class="Core-product">Financial</li><li class="Core-product">Home</li><li class="Core-product">Powersports</li></ul></div></div></div><div class="Core-col"><div class="Core-ratingsAndSocial"></div><div class="Core-allStarImage"></div></div><div class="Core-col"></div></div></div></div></div><section class="MemberSupport" data-ya-scope="support"><div class="MemberSupport-container l-container"><h2 class="MemberSupport-title" aria-level="2">Member Support</h2><ul class="MemberSupport-links"><li class="MemberSupport-listItem"><a class="MemberSupport-link" href="https://www.nationwide.com/insurance-claims-center.jsp" data-ya-track="file_claim" data-adobe-tracking="NAP-MemberSupport-listItem" target="_blank">File a claim</a></li><li class="MemberSupport-listItem"><a class="MemberSupport-link" href="https://login.nationwide.com/access/web/login.htm" data-ya-track="check_claim" data-adobe-tracking="NAP-MemberSupport-listItem" target="_blank">Check claim status</a></li><li class="MemberSupport-listItem"><a class="MemberSupport-link" href="https://servicing.nationwide.com/policyservicing/quick/quickPayOverview.action" data-ya-track="pay_bill" data-adobe-tracking="NAP-MemberSupport-listItem" target="_blank">Pay my bill</a></li></ul><div class="MemberSupport-message"><span class="MemberSupport-messageText">24/7 Claims Service</span> <div class="MemberSupport-phone"><span class="MemberSupport-phoneNumberSpan">1-800-421-3535</span><a class="MemberSupport-phoneNumberLink" href="tel:+18004213535" data-ya-track="support_phone" data-adobe-tracking="NAP-MemberSupport-phoneNumberLink">1-800-421-3535</a></div></div></div></div></section><article class="AgentAbout"><div class="AgentAbout-container l-container"><h2 class="AgentAbout-title" aria-level="2">About Galloway Insurance Agency</h2><div class="AgentAbout-info AgentAbout-info--single"><div class="AgentAbout-col AgentAbout-col--1"><div class="AgentAbout-section AgentAbout-section--single"><h3 class="AgentAbout-sectionTitle">Languages Spoken</h3><ul class="AgentAbout-sectionList"><li class="AgentAbout-sectionListItem">English</li></ul></div></div></div></div></article><article class="ProductsTeaser ProductsTeaser--independent" data-ya-scope="productsTeaser"><div class="ProductsTeaser-container l-container"><div class="ProductsTeaser-wrapper"><h2 class="ProductsTeaser-title" aria-level="2">Learn about our insurance products</h2><ul class="ProductsTeaser-products"><li class="ProductsTeaser-listItem"><div class="ProductsTeaser-product"><div class="ProductsTeaser-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M12.563 52.608H6.025a1.166 1.166 0 0 1-1.202-1.125V45.25l.676.865c.965 1.239 3.101 1.174 4.513 1.127.246-.008.47-.015.667-.015h3.085v4.256a1.166 1.166 0 0 1-1.201 1.125zm-6.984-5.395v4.27a.413.413 0 0 0 .446.37h6.538a.413.413 0 0 0 .445-.37v-3.502H10.68c-.19 0-.406.008-.643.015-1.31.04-3.178.1-4.457-.783zM57.32 52.608h-6.97a1.197 1.197 0 0 1-1.254-1.125v-4.256h3.622c.197 0 .422.007.667.015 1.414.044 3.548.111 4.513-1.127l.675-.866v6.234a1.196 1.196 0 0 1-1.254 1.125zm-7.47-4.627v3.502c0 .2.23.37.5.37h6.97c.27 0 .498-.17.498-.37v-4.27c-1.279.883-3.148.824-4.456.783-.237-.007-.454-.014-.644-.014h-2.867z"/><path d="M54.338 48.017c-.344 0-.671-.011-.967-.02a20.741 20.741 0 0 0-.653-.015H10.68c-.192 0-.413.007-.653.014-1.428.047-3.591.117-4.854-1.104a3.53 3.53 0 0 1-.978-2.65V31.226c0-1.723 3.464-4.547 4.564-5.128a1.26 1.26 0 0 0 .151-.096c-1.083-.238-2.643-.586-3.073-.703C5.149 25.113 4 24.801 4 22.801a1.38 1.38 0 0 1 .427-1.021c.872-.853 2.88-.812 4.077-.784l.423.006a.987.987 0 0 1 .787.364c.425.515.383 1.471.32 1.991l.439.126.149-.344c.095-.22.184-.429.269-.613.58-1.277 4.485-8.333 6.199-9.244 1.382-.735 8.707-.89 14.608-.89h.187c6.624.011 12.82 0 14.428.893 1.62.9 6.056 9.018 6.1 9.1.155.288.32.65.497 1.037l.031.07.47-.135c-.062-.52-.104-1.476.32-1.99a.987.987 0 0 1 .788-.365l.422-.005c1.201-.03 3.204-.07 4.077.783.279.266.434.636.428 1.021 0 2-1.15 2.312-1.837 2.498-.405.11-1.801.423-3.108.71.044.033.09.063.139.089 1.1.581 4.563 3.405 4.563 5.128v13.016a3.53 3.53 0 0 1-.978 2.65c-1.002.969-2.569 1.125-3.887 1.125zm-43.659-.79h42.04c.199 0 .427.007.676.016 1.304.042 3.273.106 4.305-.893a2.775 2.775 0 0 0 .748-2.108V31.226c0-1.235-3.021-3.86-4.161-4.462a2.632 2.632 0 0 1-.824-.749l-.363-.47.581-.128c1.186-.26 3.246-.714 3.73-.846.658-.178 1.279-.346 1.279-1.77a.636.636 0 0 0-.2-.482c-.645-.63-2.594-.59-3.533-.568-.296.005-.523-.052-.643.096-.27.327-.19 1.293-.11 1.709l.066.338-1.744.502-.304-.661c-.169-.37-.327-.718-.475-.994-1.257-2.339-4.712-8.193-5.8-8.796-1.436-.798-8.164-.833-14.061-.798h-.188c-7.982 0-13.31.3-14.254.801-1.378.734-5.142 7.3-5.866 8.891-.082.18-.17.383-.263.599-.09.208-.185.429-.285.652l-.133.3-1.721-.495.065-.339c.103-.53.136-1.412-.11-1.71-.12-.147-.347-.09-.643-.095-.936-.023-2.887-.063-3.532.568a.636.636 0 0 0-.2.482c0 1.423.62 1.592 1.278 1.77.53.145 2.97.68 3.705.84l.587.128-.371.474a2.723 2.723 0 0 1-.843.751c-1.142.603-4.163 3.227-4.163 4.462v13.016a2.777 2.777 0 0 0 .748 2.108c1.032.998 3 .934 4.304.892.25-.008.479-.015.678-.015z"/><path d="M36.188 39.21h-8.979c-1.551 0-4.367-.53-5.77-1.987-1.266-1.314-3.148-4.68-3.228-4.824l-.312-.56h27.6l-.312.56c-.08.143-1.962 3.51-3.228 4.825-1.403 1.457-4.22 1.986-5.771 1.986zm-16.996-6.616a27.268 27.268 0 0 0 2.79 4.106c1.098 1.14 3.513 1.756 5.227 1.756h8.979c1.714 0 4.13-.615 5.227-1.756a27.189 27.189 0 0 0 2.79-4.106H19.193zM19.581 37.895l-.946-.24c-1.075-.273-10.518-2.673-11.001-2.86a2.177 2.177 0 0 1-1.21-1.576c-.102-.597.023-1.522 1.201-2.536l.139-.12.178.035c1.28.243 1.79.347 2.28.448.43.087.847.172 1.76.346 2.194.418 3.939.843 4.777 2.167 1.03 1.627 2.283 3.521 2.283 3.522l.54.814zM7.984 31.374a1.986 1.986 0 0 0-.815 1.717c.08.429.352.797.738 1 .337.127 5.834 1.54 9.971 2.593-.592-.903-1.178-1.81-1.758-2.721-.675-1.07-2.267-1.446-4.28-1.83-.918-.174-1.336-.26-1.769-.348-.694-.143-1.39-.28-2.087-.411zM43.815 37.895l.54-.814a254 254 0 0 0 2.284-3.522c.837-1.324 2.582-1.749 4.775-2.167.915-.174 1.331-.259 1.762-.347.49-.1 1.001-.205 2.28-.447l.178-.034.138.119c1.178 1.014 1.303 1.939 1.2 2.536a2.174 2.174 0 0 1-1.209 1.575c-.483.188-9.926 2.588-11 2.86l-.948.241zm11.598-6.521c-1.14.217-1.622.315-2.085.41-.434.09-.853.175-1.772.35-2.011.383-3.604.76-4.28 1.828-.579.912-1.165 1.819-1.757 2.722 4.137-1.052 9.633-2.466 9.971-2.593.386-.204.658-.572.738-1a1.986 1.986 0 0 0-.815-1.718zM49.092 48.017H14.306l.12-.471c.688-2.68 1.397-5.453 4.114-5.453h26.316c2.717 0 3.427 2.772 4.115 5.453l.12.47zm-33.813-.755h32.839c-.627-2.416-1.26-4.414-3.262-4.414H18.54c-2.003 0-2.636 1.998-3.262 4.414zM33.597 15.387c7.574 0 10.673.037 11.327.942a51.747 51.747 0 0 1 3.777 6.605c.17.401.144.583.129.606-.027.04-.185.172-1.089.172H15.656c-.904 0-1.062-.132-1.09-.172-.015-.023-.04-.205.13-.606a57.087 57.087 0 0 1 3.776-6.602c.688-.944 9.157-.944 13.227-.944h1.898zm0-.716H31.7c-9.95 0-13.136.319-13.807 1.239a57.82 57.82 0 0 0-3.856 6.744c-.727 1.716.726 1.775 1.62 1.775h32.085c.894 0 2.347-.06 1.62-1.775a51.898 51.898 0 0 0-3.856-6.744c-.865-1.199-3.476-1.239-11.908-1.239zM10.643 44.562a2.252 2.252 0 1 1 .001-4.504 2.252 2.252 0 0 1 0 4.504zm0-3.922a1.672 1.672 0 1 0 0 3.343 1.672 1.672 0 0 0 0-3.343zM52.754 44.562a2.253 2.253 0 0 1-1.592-3.843 2.254 2.254 0 0 1 3.845 1.592 2.255 2.255 0 0 1-2.253 2.25zm0-3.922a1.672 1.672 0 1 0-.001 3.345 1.672 1.672 0 0 0 .001-3.345z"/></g></g></svg></div><div class="ProductsTeaser-productContentWrapper"><h3 class="ProductsTeaser-productTitle" ><a class="ProductsTeaser-productTitleLink js-product-link" href="#product-auto">Car Insurance</a></h3><p class="ProductsTeaser-productDescription">Get an auto insurance policy you can count on from Nationwide.</p></div></div></li><li class="ProductsTeaser-listItem"><div class="ProductsTeaser-product"><div class="ProductsTeaser-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M11.06 50.064h5.516v-8.1H11.06v8.1zm.617-7.477h4.282v6.854h-4.282v-6.854zm15.276-11.434h5.568V27.89h-5.568v3.265zm.617-2.641h4.333v2.018H27.57v-2.018zm21.877-3.787h-9.235v6.428h9.235v-6.427zm-.617 5.805h-8v-5.181h8v5.18zm.617 9.907h-9.235v10.668h9.235V40.437zM48.83 50.48h-8v-9.42h8v9.42z"/><path d="M60 38.278l-4.679-5.407v-18.96H42.863l-3.185-2.807-12.273 9.857h-9.31L4 38.278h2.444v15.618h48.877V38.278H60zm-4.679-.623H35.822l-7.798-4.417h26.795l3.822 4.417h-3.32zm-.617-12.767v7.726H26.79l-.573.314-2.143 1.175v-7.995h8.968l11.818-9.62 9.844 8.4zM5.306 37.654l13.08-16.07h9.234l12.04-9.669 2.972 2.619h12.072v9.537l-9.835-8.391-12.045 9.804h-9.367v8.957l-5.86 3.214H5.307zM18.36 50.481v2.79H7.062V38.279h11.939v12.203h-.642zm15.885 2.79H18.99v-2.167h.64v-13.45h-.725l5.169-2.837 2.774-1.52 7.654 4.357h-.855v13.45h.596v2.168zm20.46 0H34.87v-2.79h-.604V38.278h20.44v14.994z"/><path d="M20.996 51.105h.746v1.23h9.986v-1.23h.61v-13.45H20.996v13.45zm3.299.605V41.622h4.719v10.09h-4.72l.001-.002zm-2.681-13.432H31.72v12.203h-.61v1.23h-1.48V40.998h-5.953v10.714H22.36V50.48h-.746V38.278z"/></g></g></svg></div><div class="ProductsTeaser-productContentWrapper"><h3 class="ProductsTeaser-productTitle" ><a class="ProductsTeaser-productTitleLink js-product-link" href="#product-homeowners">Home Insurance</a></h3><p class="ProductsTeaser-productDescription">Protect your house and personal property by choosing the right insurance coverage from Nationwide.</p></div></div></li><li class="ProductsTeaser-listItem"><div class="ProductsTeaser-product"><div class="ProductsTeaser-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon" fill-rule="nonzero"><path d="M54.07 9.85l-1.412-3.16-.03-.064-3.502.434c-1.618.19-3.245.285-4.874.283-4.431 0-8.149-.717-10.474-2.021L31.58 4.088V4l-.079.044L31.423 4v.088L29.22 5.322c-2.324 1.304-6.042 2.021-10.473 2.021a41.068 41.068 0 0 1-4.873-.282l-3.502-.434-.03.063L8.93 9.85c-1.312 2.938-5.132 16.56.163 29.523C12.72 48.248 19.69 54.766 29.808 58.75l1.615.635v.061l.078-.03.078.03v-.06l1.615-.636c10.117-3.984 17.088-10.502 20.71-19.377 5.297-12.963 1.477-26.585.167-29.522zm-1.283 29.066c-3.492 8.555-10.233 14.85-20.035 18.709l-1.25.492-1.251-.492c-9.801-3.859-16.543-10.153-20.038-18.71-5.133-12.567-1.447-25.734-.179-28.571l1.075-2.409 2.618.324c1.666.197 3.343.294 5.021.292 4.636 0 8.566-.773 11.063-2.175l1.689-.947 1.687.947c2.5 1.403 6.43 2.175 11.065 2.175a42.392 42.392 0 0 0 5.022-.292l2.617-.324 1.076 2.408c1.267 2.839 4.952 16.01-.181 28.573h.001z"/><path d="M44.667 29.782c-.472.551-1.612.82-2.933 1.132-1.953.46-4.385 1.035-6.209 2.882a9.129 9.129 0 0 0-2.815 5.45c-.06.41-.09.823-.092 1.237a2.597 2.597 0 0 1-.296 1.473.498.498 0 0 0 .006.573c-.18.588-.334 1.184-.46 1.786V38.69a.492.492 0 0 0 .301-.301c.22-.698.563-1.35 1.013-1.927a9.274 9.274 0 0 0 2.098-6.04c0-3.492-1.903-7.883-2.723-9.61a.525.525 0 0 0-.595-.277.513.513 0 0 0-.382.534c.049.722-.572 1.715-1.29 2.863-1.065 1.702-2.391 3.818-2.391 6.417 0 3.2 1.051 4.888 1.843 5.881.193.242.382.455.556.654.43.376.734.875.87 1.43.024.133.101.25.214.325v6.576a21.712 21.712 0 0 0-.735-3.014.501.501 0 0 0-.001-.566c-.23-.473-.327-1-.28-1.523a7.078 7.078 0 0 0-.116-1.337l-.036-.177c-.221-1.08-.527-2.559-2.741-4.802-1.825-1.847-4.254-2.421-6.207-2.882-1.32-.312-2.46-.58-2.933-1.131a.514.514 0 0 0-.876.504c.63 1.8 2.353 6.257 4.815 8.75a9.429 9.429 0 0 0 5.808 2.77 5.172 5.172 0 0 1 1.901.58c.018.005.035.01.053.013a29.606 29.606 0 0 1 1.176 7.66c-.02.557-.024 1.115-.013 1.673l.34-.012.34.012c.003-.099.016-.691-.01-1.573v-.18a30.2 30.2 0 0 1 1.08-7.266c.02-.01.043-.006.062-.017a5.562 5.562 0 0 1 2.136-.793 9.23 9.23 0 0 0 5.581-2.868c2.464-2.49 4.188-6.948 4.817-8.75a.515.515 0 0 0-.876-.504zm-13.6 6.418c-.165-.187-.341-.386-.522-.613-.754-.944-1.618-2.394-1.618-5.238 0-2.303 1.188-4.199 2.234-5.871.397-.602.755-1.227 1.074-1.873.87 2.042 2.016 5.224 2.016 7.816a8.392 8.392 0 0 1-1.83 5.35 5.157 5.157 0 0 0-.759 1.149 8.615 8.615 0 0 0-.594-.72zm-2.932 4.579a8.302 8.302 0 0 1-5.132-2.467c-1.829-1.85-3.245-4.916-4.06-6.976.683.236 1.379.43 2.085.58 1.92.453 4.095.968 5.713 2.604 2 2.026 2.258 3.278 2.466 4.285l.038.183c.065.379.096.763.092 1.148.008.297.014.597.05.89a5.031 5.031 0 0 0-1.251-.247zm11.859-2.467a8.239 8.239 0 0 1-4.906 2.563 4.823 4.823 0 0 0-1.483.376c.026-.247.033-.494.039-.74.002-.386.033-.773.092-1.155a8.033 8.033 0 0 1 2.52-4.836c1.618-1.636 3.794-2.151 5.716-2.605.705-.15 1.401-.343 2.083-.579-.814 2.06-2.232 5.126-4.061 6.976z"/><path d="M45.472 12.984h-5.526v4.079h-4.077v5.527h4.077v4.077h5.526V22.59h4.08v-5.528h-4.08v-4.079zm3.175 4.985v3.715h-4.08v4.077h-3.715v-4.077h-4.077V17.97h4.077v-4.08h3.714v4.079h4.08z"/></g></g></svg></div><div class="ProductsTeaser-productContentWrapper"><h3 class="ProductsTeaser-productTitle" ><a class="ProductsTeaser-productTitleLink js-product-link" href="#product-life">Life Insurance</a></h3><p class="ProductsTeaser-productDescription">Let us help you select life insurance coverage that meets your needs, your life and your budget.</p></div></div></li><li class="ProductsTeaser-listItem"><div class="ProductsTeaser-product"><div class="ProductsTeaser-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M59.238 55.943H4.687v-3.327h54.551v3.327zm-53.558-.99h52.567v-1.348H5.679l.001 1.348zM57.864 12.543H5.642L4 8.057h56l-2.136 4.486zm-51.528-.99h50.9l1.193-2.506H5.42l.917 2.506z"/><path d="M57.385 53.606H6.54V26.273l.692.296a3.398 3.398 0 0 0 4.728-3.115h.994a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.395 3.395 0 0 0 3.4 3.346c1.861 0 3.376-1.491 3.4-3.346h.993a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.395 3.395 0 0 0 3.4 3.39c1.879 0 3.401-1.518 3.401-3.39v-.495h.992l.05.495a3.398 3.398 0 0 0 4.727 3.115l.693-.296v27.333zm-6.069-.99h5.076V27.71a4.398 4.398 0 0 1-4.948-2.283 4.394 4.394 0 0 1-3.894 2.405 4.395 4.395 0 0 1-3.924-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.896-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.897-2.358 4.394 4.394 0 0 1-3.896 2.358 4.394 4.394 0 0 1-3.897-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.896-2.358 4.398 4.398 0 0 1-4.925 2.236v24.905h29.005V29.592h14.78v23.023zm-13.787-.017h12.794V30.58H37.528V52.6zm-6.698-4.991H12.608V29.592h18.224v18.016zm-17.23-.99H29.84V30.58H13.6l.001 16.037z"/><path d="M49.077 42.73H38.774V31.776h10.304V42.73zm-9.31-.988h8.318v-8.978h-8.318v8.978zM8.56 27.832a4.39 4.39 0 0 1-4.393-4.377l.004-.062 1.488-11.885h7.294v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-4.348a3.395 3.395 0 0 0 3.414 3.333 3.395 3.395 0 0 0 3.386-3.363V12.498H6.536L5.16 23.484z"/><path d="M16.352 27.832a4.39 4.39 0 0 1-4.392-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.878 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M24.145 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.786v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-15.335v10.957a3.395 3.395 0 0 0 3.4 3.345c1.861 0 3.376-1.49 3.4-3.345V12.497h-6.8z"/><path d="M31.938 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.877 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M39.73 27.832a4.39 4.39 0 0 1-4.392-4.378V11.508h8.784v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.878 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M47.523 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.395 3.395 0 0 0 3.4 3.389c1.878 0 3.4-1.518 3.4-3.39V12.498h-6.8z"/><path d="M55.365 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h7.013l1.767 11.874a4.384 4.384 0 0 1-1.263 3.136 4.413 4.413 0 0 1-3.124 1.314zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.345c1.86 0 3.376-1.49 3.4-3.345l-1.636-10.957h-5.163z"/></g></g></svg></div><div class="ProductsTeaser-productContentWrapper"><h3 class="ProductsTeaser-productTitle" ><a class="ProductsTeaser-productTitleLink js-product-link" href="#product-business">Business Insurance</a></h3><p class="ProductsTeaser-productDescription">Cover your business with commercial insurance from Nationwide.</p></div></div></li></ul></div></div></article><div class="FAQS FAQS--auto" data-ya-scope="FAQ" itemscope itemtype="http://schema.org/FAQPage"><h2 class="FAQS-title Heading--secondary">Frequently asked questions</h2><div class="FAQS-container l-container"><div class="FAQ js-accordion" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question"><a class="FAQ-header js-accordion-btn" data-ya-track="question#"><img src="../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg" class="FAQ-dropdownIcon" alt=""/><h3 class="FAQ-question" itemprop="name">What type of insurance products do you offer?</h3></a><div class="FAQ-answer js-accordion-collapsible-content" itemprop="acceptedAnswer" itemscope itemtype="http://schema.org/Answer"><div class="FAQ-answerText" itemprop="text"><p>Our agency specializes in Auto, Commercial, Farm, Financial, Home, Powersports insurance.</p> </div></div></div><div class="FAQ js-accordion" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question"><a class="FAQ-header js-accordion-btn" data-ya-track="question#"><img src="../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg" class="FAQ-dropdownIcon" alt=""/><h3 class="FAQ-question" itemprop="name">How can I contact you?</h3></a><div class="FAQ-answer js-accordion-collapsible-content" itemprop="acceptedAnswer" itemscope itemtype="http://schema.org/Answer"><div class="FAQ-answerText" itemprop="text">kyle@gallowayinsurance.com (512) 756-2988</div></div></div><div class="FAQ js-accordion" itemprop="mainEntity" itemscope itemtype="http://schema.org/Question"><a class="FAQ-header js-accordion-btn" data-ya-track="question#"><img src="../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg" class="FAQ-dropdownIcon" alt=""/><h3 class="FAQ-question" itemprop="name">How do I get an ID card?</h3></a><div class="FAQ-answer js-accordion-collapsible-content" itemprop="acceptedAnswer" itemscope itemtype="http://schema.org/Answer"><div class="FAQ-answerText" itemprop="text"><p>Your Nationwide Insurance ID card can be accessed <a href="https://login.nationwide.com/access/web/login.htm?loginType=insurance">here</a>.</p> </div></div></div></div></div><article class="ProductsDetails ProductsDetails--independent" id="product-details" data-ya-scope="products"><div class="ProductsDetails-container l-container js-accordion js-product-container"><div class="ProductsDetails-titleWrapper js-accordion-btn"><img src="../../../permanent-b0b701/assets/images/chevron_brightBlue.52128cf8.svg" class="ProductsDetails-dropdownIcon" alt=""/><h2 class="ProductsDetails-title" aria-level="2">Our Insurance Products</h2></div><div class="ProductsDetails-contentWrapper js-accordion-collapsible-content"><p class="ProductsDetails-message">The Galloway Insurance Agency in Burnet, TX provides the following products. To learn more about each insurance product, click on the links below.</p><ul class="ProductsDetails-products"><li class="ProductsDetails-listItem"><div class="ProductsDetails-product" id="product-auto"><div class="ProductsDetails-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M12.563 52.608H6.025a1.166 1.166 0 0 1-1.202-1.125V45.25l.676.865c.965 1.239 3.101 1.174 4.513 1.127.246-.008.47-.015.667-.015h3.085v4.256a1.166 1.166 0 0 1-1.201 1.125zm-6.984-5.395v4.27a.413.413 0 0 0 .446.37h6.538a.413.413 0 0 0 .445-.37v-3.502H10.68c-.19 0-.406.008-.643.015-1.31.04-3.178.1-4.457-.783zM57.32 52.608h-6.97a1.197 1.197 0 0 1-1.254-1.125v-4.256h3.622c.197 0 .422.007.667.015 1.414.044 3.548.111 4.513-1.127l.675-.866v6.234a1.196 1.196 0 0 1-1.254 1.125zm-7.47-4.627v3.502c0 .2.23.37.5.37h6.97c.27 0 .498-.17.498-.37v-4.27c-1.279.883-3.148.824-4.456.783-.237-.007-.454-.014-.644-.014h-2.867z"/><path d="M54.338 48.017c-.344 0-.671-.011-.967-.02a20.741 20.741 0 0 0-.653-.015H10.68c-.192 0-.413.007-.653.014-1.428.047-3.591.117-4.854-1.104a3.53 3.53 0 0 1-.978-2.65V31.226c0-1.723 3.464-4.547 4.564-5.128a1.26 1.26 0 0 0 .151-.096c-1.083-.238-2.643-.586-3.073-.703C5.149 25.113 4 24.801 4 22.801a1.38 1.38 0 0 1 .427-1.021c.872-.853 2.88-.812 4.077-.784l.423.006a.987.987 0 0 1 .787.364c.425.515.383 1.471.32 1.991l.439.126.149-.344c.095-.22.184-.429.269-.613.58-1.277 4.485-8.333 6.199-9.244 1.382-.735 8.707-.89 14.608-.89h.187c6.624.011 12.82 0 14.428.893 1.62.9 6.056 9.018 6.1 9.1.155.288.32.65.497 1.037l.031.07.47-.135c-.062-.52-.104-1.476.32-1.99a.987.987 0 0 1 .788-.365l.422-.005c1.201-.03 3.204-.07 4.077.783.279.266.434.636.428 1.021 0 2-1.15 2.312-1.837 2.498-.405.11-1.801.423-3.108.71.044.033.09.063.139.089 1.1.581 4.563 3.405 4.563 5.128v13.016a3.53 3.53 0 0 1-.978 2.65c-1.002.969-2.569 1.125-3.887 1.125zm-43.659-.79h42.04c.199 0 .427.007.676.016 1.304.042 3.273.106 4.305-.893a2.775 2.775 0 0 0 .748-2.108V31.226c0-1.235-3.021-3.86-4.161-4.462a2.632 2.632 0 0 1-.824-.749l-.363-.47.581-.128c1.186-.26 3.246-.714 3.73-.846.658-.178 1.279-.346 1.279-1.77a.636.636 0 0 0-.2-.482c-.645-.63-2.594-.59-3.533-.568-.296.005-.523-.052-.643.096-.27.327-.19 1.293-.11 1.709l.066.338-1.744.502-.304-.661c-.169-.37-.327-.718-.475-.994-1.257-2.339-4.712-8.193-5.8-8.796-1.436-.798-8.164-.833-14.061-.798h-.188c-7.982 0-13.31.3-14.254.801-1.378.734-5.142 7.3-5.866 8.891-.082.18-.17.383-.263.599-.09.208-.185.429-.285.652l-.133.3-1.721-.495.065-.339c.103-.53.136-1.412-.11-1.71-.12-.147-.347-.09-.643-.095-.936-.023-2.887-.063-3.532.568a.636.636 0 0 0-.2.482c0 1.423.62 1.592 1.278 1.77.53.145 2.97.68 3.705.84l.587.128-.371.474a2.723 2.723 0 0 1-.843.751c-1.142.603-4.163 3.227-4.163 4.462v13.016a2.777 2.777 0 0 0 .748 2.108c1.032.998 3 .934 4.304.892.25-.008.479-.015.678-.015z"/><path d="M36.188 39.21h-8.979c-1.551 0-4.367-.53-5.77-1.987-1.266-1.314-3.148-4.68-3.228-4.824l-.312-.56h27.6l-.312.56c-.08.143-1.962 3.51-3.228 4.825-1.403 1.457-4.22 1.986-5.771 1.986zm-16.996-6.616a27.268 27.268 0 0 0 2.79 4.106c1.098 1.14 3.513 1.756 5.227 1.756h8.979c1.714 0 4.13-.615 5.227-1.756a27.189 27.189 0 0 0 2.79-4.106H19.193zM19.581 37.895l-.946-.24c-1.075-.273-10.518-2.673-11.001-2.86a2.177 2.177 0 0 1-1.21-1.576c-.102-.597.023-1.522 1.201-2.536l.139-.12.178.035c1.28.243 1.79.347 2.28.448.43.087.847.172 1.76.346 2.194.418 3.939.843 4.777 2.167 1.03 1.627 2.283 3.521 2.283 3.522l.54.814zM7.984 31.374a1.986 1.986 0 0 0-.815 1.717c.08.429.352.797.738 1 .337.127 5.834 1.54 9.971 2.593-.592-.903-1.178-1.81-1.758-2.721-.675-1.07-2.267-1.446-4.28-1.83-.918-.174-1.336-.26-1.769-.348-.694-.143-1.39-.28-2.087-.411zM43.815 37.895l.54-.814a254 254 0 0 0 2.284-3.522c.837-1.324 2.582-1.749 4.775-2.167.915-.174 1.331-.259 1.762-.347.49-.1 1.001-.205 2.28-.447l.178-.034.138.119c1.178 1.014 1.303 1.939 1.2 2.536a2.174 2.174 0 0 1-1.209 1.575c-.483.188-9.926 2.588-11 2.86l-.948.241zm11.598-6.521c-1.14.217-1.622.315-2.085.41-.434.09-.853.175-1.772.35-2.011.383-3.604.76-4.28 1.828-.579.912-1.165 1.819-1.757 2.722 4.137-1.052 9.633-2.466 9.971-2.593.386-.204.658-.572.738-1a1.986 1.986 0 0 0-.815-1.718zM49.092 48.017H14.306l.12-.471c.688-2.68 1.397-5.453 4.114-5.453h26.316c2.717 0 3.427 2.772 4.115 5.453l.12.47zm-33.813-.755h32.839c-.627-2.416-1.26-4.414-3.262-4.414H18.54c-2.003 0-2.636 1.998-3.262 4.414zM33.597 15.387c7.574 0 10.673.037 11.327.942a51.747 51.747 0 0 1 3.777 6.605c.17.401.144.583.129.606-.027.04-.185.172-1.089.172H15.656c-.904 0-1.062-.132-1.09-.172-.015-.023-.04-.205.13-.606a57.087 57.087 0 0 1 3.776-6.602c.688-.944 9.157-.944 13.227-.944h1.898zm0-.716H31.7c-9.95 0-13.136.319-13.807 1.239a57.82 57.82 0 0 0-3.856 6.744c-.727 1.716.726 1.775 1.62 1.775h32.085c.894 0 2.347-.06 1.62-1.775a51.898 51.898 0 0 0-3.856-6.744c-.865-1.199-3.476-1.239-11.908-1.239zM10.643 44.562a2.252 2.252 0 1 1 .001-4.504 2.252 2.252 0 0 1 0 4.504zm0-3.922a1.672 1.672 0 1 0 0 3.343 1.672 1.672 0 0 0 0-3.343zM52.754 44.562a2.253 2.253 0 0 1-1.592-3.843 2.254 2.254 0 0 1 3.845 1.592 2.255 2.255 0 0 1-2.253 2.25zm0-3.922a1.672 1.672 0 1 0-.001 3.345 1.672 1.672 0 0 0 .001-3.345z"/></g></g></svg></div><div class="ProductsDetails-productContentWrapper"><h3 class="ProductsDetails-productTitle" itemprop="makesOffer">Car Insurance</h3><div class="ProductsDetails-descWrapper ProductsDetails-descWrapper--long js-desc-wrapper" itemprop="description"><div class="ProductsDetails-desc js-desc"><p>The convenience of driving is something to be enjoyed and appreciated. However, with the privilege of driving comes inherent risks and cautions. Safe driving requires you to be constantly aware of your surroundings and to be attentive and responsible. Coupled with safe driving practices, it is critical for every driver to have an effective auto insurance policy. In fact, having some form of coverage is required by law in many states. At Galloway Insurance Agency located in Burnet, our goal is to provide affordable coverage tailored to your needs and the drivers in your family.<br><br>Because there are so many different types of auto insurance to choose from, it can be confusing to know which ones are most appropriate for your needs. Galloway Insurance Agency can sit down with you to discuss your concerns and the type of coverage you have in mind. They will take the time to assess your needs to determine what combination of policies would best suit you. Whether you decide on collision coverage, liability coverage, comprehensive coverage, or another type of insurance, you can be confident you have chosen a policy that is effective and customized to meet your requirements. Additionally, Nationwide's On Your Side® Review makes it easy to determine changes that need to be made to your existing policy and modify it appropriately.<br><br>Choosing an auto insurance policy that provides security for you and the people you love is an important decision. With a convenient office location on 1310 S Water St, you don't have to travel far for trusted assistance. We look forward to helping you acquire the coverage you need when you give us a call at (512) 756-2988.</p><div class="ProductsDetails-descOverlay js-desc-overlay"></div></div><div class="ProductsDetails-descButtons"><div class="ProductsDetails-descToggleButtons"><button class="ProductsDetails-toggleButton js-desc-toggle-button"><span class="ProductsDetails-descReadMoreText"><svg class="plus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><g fill-rule="nonzero" transform="translate(-3 -3)"><path d="M20 13h-7v7a1 1 0 0 1-2 0v-7H4a1 1 0 0 1 0-2h7V4a1 1 0 0 1 2 0v7h7a1 1 0 0 1 0 2z"/></g></svg>Read More</span><span class="ProductsDetails-descReadLessText"><svg class="minus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="2" viewBox="0 0 18 2"><g fill-rule="nonzero" transform="translate(-3 -11)"><path d="M20 13H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2z"/></g></svg>Read Less</span></button></div></div></div></div></div></li><li class="ProductsDetails-listItem"><div class="ProductsDetails-product" id="product-homeowners"><div class="ProductsDetails-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M11.06 50.064h5.516v-8.1H11.06v8.1zm.617-7.477h4.282v6.854h-4.282v-6.854zm15.276-11.434h5.568V27.89h-5.568v3.265zm.617-2.641h4.333v2.018H27.57v-2.018zm21.877-3.787h-9.235v6.428h9.235v-6.427zm-.617 5.805h-8v-5.181h8v5.18zm.617 9.907h-9.235v10.668h9.235V40.437zM48.83 50.48h-8v-9.42h8v9.42z"/><path d="M60 38.278l-4.679-5.407v-18.96H42.863l-3.185-2.807-12.273 9.857h-9.31L4 38.278h2.444v15.618h48.877V38.278H60zm-4.679-.623H35.822l-7.798-4.417h26.795l3.822 4.417h-3.32zm-.617-12.767v7.726H26.79l-.573.314-2.143 1.175v-7.995h8.968l11.818-9.62 9.844 8.4zM5.306 37.654l13.08-16.07h9.234l12.04-9.669 2.972 2.619h12.072v9.537l-9.835-8.391-12.045 9.804h-9.367v8.957l-5.86 3.214H5.307zM18.36 50.481v2.79H7.062V38.279h11.939v12.203h-.642zm15.885 2.79H18.99v-2.167h.64v-13.45h-.725l5.169-2.837 2.774-1.52 7.654 4.357h-.855v13.45h.596v2.168zm20.46 0H34.87v-2.79h-.604V38.278h20.44v14.994z"/><path d="M20.996 51.105h.746v1.23h9.986v-1.23h.61v-13.45H20.996v13.45zm3.299.605V41.622h4.719v10.09h-4.72l.001-.002zm-2.681-13.432H31.72v12.203h-.61v1.23h-1.48V40.998h-5.953v10.714H22.36V50.48h-.746V38.278z"/></g></g></svg></div><div class="ProductsDetails-productContentWrapper"><h3 class="ProductsDetails-productTitle" itemprop="makesOffer">Home Insurance</h3><div class="ProductsDetails-descWrapper ProductsDetails-descWrapper--long js-desc-wrapper" itemprop="description"><div class="ProductsDetails-desc js-desc"><p>If you are currently in the market for new home insurance protection in Burnet, then now is the time to get in touch with the agents at Galloway Insurance Agency. There are numerous factors that can have a significant bearing on the kind of coverage you should be seeking, including the cost to rebuild your home and other structures on your property. For more details on coverage solutions that are best suited to your needs, contact Galloway Insurance Agency or our other agents, who are ready to provide assistance. For instance, the Brand New Belongings® option may help to replace or repair covered items.<br><br>Together with the help of Nationwide, Galloway Insurance Agency can provide you with some of the best insurance solutions available. For example, should an incident occur, eliminate the stress of sorting through all of the information on your own by allowing us to assist you. This way, if you come home to find that your house has been burglarized, you can at least be confident that your covered losses will be handled as you forge ahead on the path to recovery. For homes that are exposed to destructive weather, we have the means to get you covered there as well.<br><br>For straightforward solutions to your home insurance needs in Burnet, don't hesitate to visit with the agents in our office at 1310 S Water St. Alternatively, we also conduct consultations and assist with purchases over the phone at (512) 756-2988.</p><div class="ProductsDetails-descOverlay js-desc-overlay"></div></div><div class="ProductsDetails-descButtons"><div class="ProductsDetails-descToggleButtons"><button class="ProductsDetails-toggleButton js-desc-toggle-button"><span class="ProductsDetails-descReadMoreText"><svg class="plus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><g fill-rule="nonzero" transform="translate(-3 -3)"><path d="M20 13h-7v7a1 1 0 0 1-2 0v-7H4a1 1 0 0 1 0-2h7V4a1 1 0 0 1 2 0v7h7a1 1 0 0 1 0 2z"/></g></svg>Read More</span><span class="ProductsDetails-descReadLessText"><svg class="minus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="2" viewBox="0 0 18 2"><g fill-rule="nonzero" transform="translate(-3 -11)"><path d="M20 13H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2z"/></g></svg>Read Less</span></button></div></div></div></div></div></li><li class="ProductsDetails-listItem"><div class="ProductsDetails-product" id="product-life"><div class="ProductsDetails-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon" fill-rule="nonzero"><path d="M54.07 9.85l-1.412-3.16-.03-.064-3.502.434c-1.618.19-3.245.285-4.874.283-4.431 0-8.149-.717-10.474-2.021L31.58 4.088V4l-.079.044L31.423 4v.088L29.22 5.322c-2.324 1.304-6.042 2.021-10.473 2.021a41.068 41.068 0 0 1-4.873-.282l-3.502-.434-.03.063L8.93 9.85c-1.312 2.938-5.132 16.56.163 29.523C12.72 48.248 19.69 54.766 29.808 58.75l1.615.635v.061l.078-.03.078.03v-.06l1.615-.636c10.117-3.984 17.088-10.502 20.71-19.377 5.297-12.963 1.477-26.585.167-29.522zm-1.283 29.066c-3.492 8.555-10.233 14.85-20.035 18.709l-1.25.492-1.251-.492c-9.801-3.859-16.543-10.153-20.038-18.71-5.133-12.567-1.447-25.734-.179-28.571l1.075-2.409 2.618.324c1.666.197 3.343.294 5.021.292 4.636 0 8.566-.773 11.063-2.175l1.689-.947 1.687.947c2.5 1.403 6.43 2.175 11.065 2.175a42.392 42.392 0 0 0 5.022-.292l2.617-.324 1.076 2.408c1.267 2.839 4.952 16.01-.181 28.573h.001z"/><path d="M44.667 29.782c-.472.551-1.612.82-2.933 1.132-1.953.46-4.385 1.035-6.209 2.882a9.129 9.129 0 0 0-2.815 5.45c-.06.41-.09.823-.092 1.237a2.597 2.597 0 0 1-.296 1.473.498.498 0 0 0 .006.573c-.18.588-.334 1.184-.46 1.786V38.69a.492.492 0 0 0 .301-.301c.22-.698.563-1.35 1.013-1.927a9.274 9.274 0 0 0 2.098-6.04c0-3.492-1.903-7.883-2.723-9.61a.525.525 0 0 0-.595-.277.513.513 0 0 0-.382.534c.049.722-.572 1.715-1.29 2.863-1.065 1.702-2.391 3.818-2.391 6.417 0 3.2 1.051 4.888 1.843 5.881.193.242.382.455.556.654.43.376.734.875.87 1.43.024.133.101.25.214.325v6.576a21.712 21.712 0 0 0-.735-3.014.501.501 0 0 0-.001-.566c-.23-.473-.327-1-.28-1.523a7.078 7.078 0 0 0-.116-1.337l-.036-.177c-.221-1.08-.527-2.559-2.741-4.802-1.825-1.847-4.254-2.421-6.207-2.882-1.32-.312-2.46-.58-2.933-1.131a.514.514 0 0 0-.876.504c.63 1.8 2.353 6.257 4.815 8.75a9.429 9.429 0 0 0 5.808 2.77 5.172 5.172 0 0 1 1.901.58c.018.005.035.01.053.013a29.606 29.606 0 0 1 1.176 7.66c-.02.557-.024 1.115-.013 1.673l.34-.012.34.012c.003-.099.016-.691-.01-1.573v-.18a30.2 30.2 0 0 1 1.08-7.266c.02-.01.043-.006.062-.017a5.562 5.562 0 0 1 2.136-.793 9.23 9.23 0 0 0 5.581-2.868c2.464-2.49 4.188-6.948 4.817-8.75a.515.515 0 0 0-.876-.504zm-13.6 6.418c-.165-.187-.341-.386-.522-.613-.754-.944-1.618-2.394-1.618-5.238 0-2.303 1.188-4.199 2.234-5.871.397-.602.755-1.227 1.074-1.873.87 2.042 2.016 5.224 2.016 7.816a8.392 8.392 0 0 1-1.83 5.35 5.157 5.157 0 0 0-.759 1.149 8.615 8.615 0 0 0-.594-.72zm-2.932 4.579a8.302 8.302 0 0 1-5.132-2.467c-1.829-1.85-3.245-4.916-4.06-6.976.683.236 1.379.43 2.085.58 1.92.453 4.095.968 5.713 2.604 2 2.026 2.258 3.278 2.466 4.285l.038.183c.065.379.096.763.092 1.148.008.297.014.597.05.89a5.031 5.031 0 0 0-1.251-.247zm11.859-2.467a8.239 8.239 0 0 1-4.906 2.563 4.823 4.823 0 0 0-1.483.376c.026-.247.033-.494.039-.74.002-.386.033-.773.092-1.155a8.033 8.033 0 0 1 2.52-4.836c1.618-1.636 3.794-2.151 5.716-2.605.705-.15 1.401-.343 2.083-.579-.814 2.06-2.232 5.126-4.061 6.976z"/><path d="M45.472 12.984h-5.526v4.079h-4.077v5.527h4.077v4.077h5.526V22.59h4.08v-5.528h-4.08v-4.079zm3.175 4.985v3.715h-4.08v4.077h-3.715v-4.077h-4.077V17.97h4.077v-4.08h3.714v4.079h4.08z"/></g></g></svg></div><div class="ProductsDetails-productContentWrapper"><h3 class="ProductsDetails-productTitle" itemprop="makesOffer">Life Insurance</h3><div class="ProductsDetails-descWrapper ProductsDetails-descWrapper--long js-desc-wrapper" itemprop="description"><div class="ProductsDetails-desc js-desc"><p>Getting married, purchasing a new home, or starting a family are all exciting experiences. However, these life events often mean bigger financial obligations. Your increased financial obligations can be a good impetus to taking the necessary step to assure your family’s financial security. Your home is a place of security and pride; be sure to protect your standard of living. <br><br>We at Galloway Insurance Agency proudly work with residents in the Burnet area. We want to make sure you have the type and amount of coverage you need so that you and your family are prepared for any eventuality. We will explain in understandable language term versus permanent insurance and we will discuss the types of life insurance that can best fit your needs.<br><br>The amount of coverage your family needs is largely determined by factors such as age, income, debt, number of dependents, long-term educational needs, monthly expenses, long-term goals and desired length of coverage. We will explain in easily-understandable terms whole life insurance and universal life insurance and why you may want permanent insurance. <br><br>As you enjoy the now, don’t forget to protect your family’s future. Life insurance gives you the peace of mind that comes with preparing for life’s uncertainties. Call (512) 756-2988 and ask to speak to Galloway Insurance Agency. We can assess your coverage needs and answer all your questions. If you are in the neighborhood, stop by any time. We are located at 1310 S Water St,Burnet,TX,78611. We look forward to seeing you.<br><br><br>LAW-0246AO (05/18)</p><div class="ProductsDetails-descOverlay js-desc-overlay"></div></div><div class="ProductsDetails-descButtons"><div class="ProductsDetails-descToggleButtons"><button class="ProductsDetails-toggleButton js-desc-toggle-button"><span class="ProductsDetails-descReadMoreText"><svg class="plus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><g fill-rule="nonzero" transform="translate(-3 -3)"><path d="M20 13h-7v7a1 1 0 0 1-2 0v-7H4a1 1 0 0 1 0-2h7V4a1 1 0 0 1 2 0v7h7a1 1 0 0 1 0 2z"/></g></svg>Read More</span><span class="ProductsDetails-descReadLessText"><svg class="minus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="2" viewBox="0 0 18 2"><g fill-rule="nonzero" transform="translate(-3 -11)"><path d="M20 13H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2z"/></g></svg>Read Less</span></button></div></div></div></div></div></li><li class="ProductsDetails-listItem"><div class="ProductsDetails-product" id="product-business"><div class="ProductsDetails-productIconWrapper"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><path d="M0 0h64v64H0z"/><g class="insurance-icon"><path d="M59.238 55.943H4.687v-3.327h54.551v3.327zm-53.558-.99h52.567v-1.348H5.679l.001 1.348zM57.864 12.543H5.642L4 8.057h56l-2.136 4.486zm-51.528-.99h50.9l1.193-2.506H5.42l.917 2.506z"/><path d="M57.385 53.606H6.54V26.273l.692.296a3.398 3.398 0 0 0 4.728-3.115h.994a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.395 3.395 0 0 0 3.4 3.346c1.861 0 3.376-1.491 3.4-3.346h.993a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.394 3.394 0 0 0 3.4 3.389c1.877 0 3.4-1.517 3.4-3.389h.992a3.395 3.395 0 0 0 3.4 3.39c1.879 0 3.401-1.518 3.401-3.39v-.495h.992l.05.495a3.398 3.398 0 0 0 4.727 3.115l.693-.296v27.333zm-6.069-.99h5.076V27.71a4.398 4.398 0 0 1-4.948-2.283 4.394 4.394 0 0 1-3.894 2.405 4.395 4.395 0 0 1-3.924-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.896-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.897-2.358 4.394 4.394 0 0 1-3.896 2.358 4.394 4.394 0 0 1-3.897-2.358 4.393 4.393 0 0 1-3.896 2.358 4.393 4.393 0 0 1-3.896-2.358 4.398 4.398 0 0 1-4.925 2.236v24.905h29.005V29.592h14.78v23.023zm-13.787-.017h12.794V30.58H37.528V52.6zm-6.698-4.991H12.608V29.592h18.224v18.016zm-17.23-.99H29.84V30.58H13.6l.001 16.037z"/><path d="M49.077 42.73H38.774V31.776h10.304V42.73zm-9.31-.988h8.318v-8.978h-8.318v8.978zM8.56 27.832a4.39 4.39 0 0 1-4.393-4.377l.004-.062 1.488-11.885h7.294v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-4.348a3.395 3.395 0 0 0 3.414 3.333 3.395 3.395 0 0 0 3.386-3.363V12.498H6.536L5.16 23.484z"/><path d="M16.352 27.832a4.39 4.39 0 0 1-4.392-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.878 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M24.145 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.786v11.947a4.39 4.39 0 0 1-4.393 4.377zm-3.4-15.335v10.957a3.395 3.395 0 0 0 3.4 3.345c1.861 0 3.376-1.49 3.4-3.345V12.497h-6.8z"/><path d="M31.938 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.877 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M39.73 27.832a4.39 4.39 0 0 1-4.392-4.378V11.508h8.784v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.388c1.878 0 3.4-1.517 3.4-3.388V12.497h-6.8z"/><path d="M47.523 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h8.785v11.947a4.39 4.39 0 0 1-4.392 4.377zm-3.4-15.335v10.957a3.395 3.395 0 0 0 3.4 3.389c1.878 0 3.4-1.518 3.4-3.39V12.498h-6.8z"/><path d="M55.365 27.832a4.39 4.39 0 0 1-4.393-4.378V11.508h7.013l1.767 11.874a4.384 4.384 0 0 1-1.263 3.136 4.413 4.413 0 0 1-3.124 1.314zm-3.4-15.335v10.957a3.394 3.394 0 0 0 3.4 3.345c1.86 0 3.376-1.49 3.4-3.345l-1.636-10.957h-5.163z"/></g></g></svg></div><div class="ProductsDetails-productContentWrapper"><h3 class="ProductsDetails-productTitle" itemprop="makesOffer">Business Insurance</h3><div class="ProductsDetails-descWrapper ProductsDetails-descWrapper--long js-desc-wrapper" itemprop="description"><div class="ProductsDetails-desc js-desc"><p>Burnet companies of all kinds come to Galloway Insurance Agency with their business insurance and risk management needs. That's why we've partnered with Nationwide. Maybe you're looking for a specific product offering like general liability or commercial property. Or maybe you're looking for a business owner's policy customized to eliminate any lingering coverage gaps. Versatile insurance solutions are available for local companies that operate in major industries as well as small businesses in niche markets.<br><br>Galloway Insurance Agency talks to a lot of Burnet business owners who are looking for a policy that's customized for their company but doesn't become another huge demand on their time. As part of our service at Galloway Insurance Agency, we'll make sure your company gets a free On Your Side® Review to search for new discounts and gaps in coverage. One of our agents can also explain the flexible billing and payment options available through Nationwide. It's easy to structure a policy to meet your immediate budgetary needs, while also helping to position your company for future growth.<br><br>Call Galloway Insurance Agency at (512) 756-2988. We can discuss your company's risk management needs so that you can make a decision about your coverage quickly and confidently. We can also set up a time to talk in person. Our office is located at 1310 S Water St.<br><br>Nationwide offers small business resources to help you strengthen your business, such as financial calculators and information and articles on marketing and cash flow management. Learn more at the <a href="https://www.nationwide.com/business/solutions-center/">Business Solutions Center</a>.</p><div class="ProductsDetails-descOverlay js-desc-overlay"></div></div><div class="ProductsDetails-descButtons"><div class="ProductsDetails-descToggleButtons"><button class="ProductsDetails-toggleButton js-desc-toggle-button"><span class="ProductsDetails-descReadMoreText"><svg class="plus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><g fill-rule="nonzero" transform="translate(-3 -3)"><path d="M20 13h-7v7a1 1 0 0 1-2 0v-7H4a1 1 0 0 1 0-2h7V4a1 1 0 0 1 2 0v7h7a1 1 0 0 1 0 2z"/></g></svg>Read More</span><span class="ProductsDetails-descReadLessText"><svg class="minus-sign-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="2" viewBox="0 0 18 2"><g fill-rule="nonzero" transform="translate(-3 -11)"><path d="M20 13H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2z"/></g></svg>Read Less</span></button></div></div></div></div></div></li></ul><p class="ProductsDetails-additionalCopy">The Galloway Insurance Agency also offers products in CO, NM, TX. Please call for information on products in those states.</p></div></div></article><article class="MobileAppPromo" data-ya-scope="app"><div class="MobileAppPromo-container l-container"><div class="MobileAppPromo-main"><h3 class="MobileAppPromo-subtitle" aria-level="3">On-the-go access</h3><h2 class="MobileAppPromo-title" aria-level="2">Nationwide mobile app</h2><ul class="MobileAppPromo-content"><li class="MobileAppPromo-contentItem"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd"><path d="M20 0h10v20H20z"/><path fill="#FFF" fill-rule="nonzero" d="M7.888 11.691L16.917 2 20 4.873 7.835 17.93 0 9.23l3.131-2.82z"/></g></svg><span class="MobileAppPromo-contentText">Pay your bill</span></li><li class="MobileAppPromo-contentItem"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd"><path d="M20 0h10v20H20z"/><path fill="#FFF" fill-rule="nonzero" d="M7.888 11.691L16.917 2 20 4.873 7.835 17.93 0 9.23l3.131-2.82z"/></g></svg><span class="MobileAppPromo-contentText">View insurance cards without logging in</span></li><li class="MobileAppPromo-contentItem"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd"><path d="M20 0h10v20H20z"/><path fill="#FFF" fill-rule="nonzero" d="M7.888 11.691L16.917 2 20 4.873 7.835 17.93 0 9.23l3.131-2.82z"/></g></svg><span class="MobileAppPromo-contentText">View your policies</span></li><li class="MobileAppPromo-contentItem"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 30 20"><g fill="none" fill-rule="evenodd"><path d="M20 0h10v20H20z"/><path fill="#FFF" fill-rule="nonzero" d="M7.888 11.691L16.917 2 20 4.873 7.835 17.93 0 9.23l3.131-2.82z"/></g></svg><span class="MobileAppPromo-contentText">Start an auto claim</span></li></ul></div><div class="MobileAppPromo-imageWrapper"><img class="MobileAppPromo-image" data-object-fit="cover" src="//dynl.mktgcdn.com/p/bFOnDTNReOuANSe5QpradDN3iv1o_dXwyCY-g9fH2Sg/424x372.png" alt="Nationwide mobile app screenshots"itemprop="image"></div></div></article></div></main><div class="Main-breadcrumbs"><div class="Main-crumbsContainer l-container"><nav class="c-bread-crumbs" data-ya-scope="breadcrumbs"><ol class="c-bread-crumbs-list"><li class="c-bread-crumbs-item"><a href="../../../" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name">All Nationwide Agencies</span></a></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item"><a href="../../../tx" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name">TX</span></a></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item"><a href="../../../tx/burnet" data-ya-track="#" data-adobe-tracking="NAP-c-bread-crumbs-item"><span class="c-bread-crumbs-name">Burnet</span></a></li><img class="c-bread-crumbs-separator" src="../../../permanent-b0b701/assets/images/angle_right_crumbs.fd2acc07.svg" alt=""><li class="c-bread-crumbs-item"><span class="c-bread-crumbs-name">Galloway Insurance Agency</span></li></ol></nav></div></div><footer class="Footer" data-ya-scope="footer"><div class="Footer-container l-container"><div class="Footer-top"><div class="Footer-logoPhoneWrapper"><div class="Footer-logoWrapper"><a class="Footer-logoLink" href="https://www.nationwide.com" data-ya-track="logo" data-adobe-tracking="NAP-Footer-logoLink"><span class="sr-only">Links to the Nationwide website</span><img class="Footer-logo" src="../../../permanent-b0b701/assets/images/footer_logo.f4504f57.svg" alt="Nationwide"></a></div><div class="Footer-phone"><div class="Footer-phoneNumber"><span class="Footer-phoneNumberText">888-891-0134</span> <a class="Footer-phoneNumberLink" href="tel:888-891-0134">888-891-0134</a></div></div></div><ul class="Footer-socialLinks"><li class="Footer-socialLinkItem"><a class="Footer-socialLink" href="https://www.facebook.com/nationwide" data-ya-track="facebook"data-adobe-tracking="NAP-Footer-socialLink" itemprop="sameAs"target="_blank" rel="nofollow noopener noreferrer"><span class="sr-only">Visit us on Facebook</span><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><path class="social-icon-path" d="M15.337 38h6.67V20.509h5.003l.99-5.466h-5.993v-3.96c0-1.277.864-2.618 2.1-2.618h3.406V3H23.34v.025c-6.532.226-7.874 3.837-7.99 7.631h-.012v4.387H12v5.466h3.337V38z"/><path d="M0 0h40v40H0z"/></g></svg></a></li><li class="Footer-socialLinkItem"><a class="Footer-socialLink" href="https://twitter.com/nationwide" data-ya-track="twitter"data-adobe-tracking="NAP-Footer-socialLink" itemprop="sameAs"target="_blank" rel="nofollow noopener noreferrer"><span class="sr-only">Visit us on Twitter</span><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><path class="social-icon-path" d="M37.004 6.644c-1.017.664-3.352 1.63-4.504 1.63v.001A7.137 7.137 0 0 0 27.281 6c-3.987 0-7.22 3.297-7.22 7.362 0 .564.064 1.115.183 1.644h-.001c-5.41-.145-11.324-2.91-14.886-7.641-2.189 3.864-.294 8.162 2.19 9.729-.85.065-2.416-.1-3.153-.834-.05 2.565 1.16 5.964 5.57 7.197-.85.466-2.353.332-3.006.233.23 2.166 3.203 4.996 6.454 4.996C12.253 30.053 7.893 32.533 3 31.744 6.323 33.806 10.196 35 14.295 35c11.65 0 20.696-9.628 20.21-21.505-.003-.013-.003-.026-.004-.04l.003-.093c0-.037-.003-.072-.004-.108 1.06-.74 2.483-2.048 3.5-3.77-.59.332-2.358.995-4.004 1.16 1.056-.582 2.621-2.486 3.008-4"/><path d="M0 0h40v40H0z"/></g></svg></a></li><li class="Footer-socialLinkItem"><a class="Footer-socialLink" href="https://www.instagram.com/nationwide/" data-ya-track="instagram"data-adobe-tracking="NAP-Footer-socialLink" itemprop="sameAs"target="_blank" rel="nofollow noopener noreferrer"><span class="sr-only">Visit us on Instagram</span><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><path class="social-icon-path" d="M20.5 3c4.753 0 5.349.02 7.215.105 1.863.085 3.135.381 4.248.814a8.578 8.578 0 0 1 3.1 2.018 8.579 8.579 0 0 1 2.018 3.1c.433 1.113.729 2.385.814 4.248.085 1.866.105 2.462.105 7.215s-.02 5.349-.105 7.215c-.085 1.863-.381 3.135-.814 4.248a8.579 8.579 0 0 1-2.018 3.1 8.579 8.579 0 0 1-3.1 2.018c-1.113.433-2.385.729-4.248.814-1.866.085-2.462.105-7.215.105s-5.349-.02-7.215-.105c-1.863-.085-3.135-.381-4.248-.814a8.579 8.579 0 0 1-3.1-2.018 8.578 8.578 0 0 1-2.018-3.1c-.433-1.113-.729-2.385-.814-4.248C3.02 25.85 3 25.253 3 20.5s.02-5.349.105-7.215c.085-1.863.381-3.135.814-4.248a8.578 8.578 0 0 1 2.018-3.1 8.578 8.578 0 0 1 3.1-2.018c1.113-.433 2.385-.729 4.248-.814C15.15 3.02 15.747 3 20.5 3zm0 3.153c-4.673 0-5.226.018-7.072.102-1.706.078-2.632.363-3.249.603-.817.317-1.4.696-2.012 1.309a5.421 5.421 0 0 0-1.31 2.012c-.239.617-.524 1.543-.602 3.25-.084 1.845-.102 2.398-.102 7.071s.018 5.226.102 7.072c.078 1.706.363 2.632.603 3.249.317.817.696 1.4 1.309 2.012a5.421 5.421 0 0 0 2.012 1.31c.617.239 1.543.524 3.25.602 1.845.084 2.398.102 7.071.102s5.226-.018 7.072-.102c1.706-.078 2.632-.363 3.249-.603a5.421 5.421 0 0 0 2.012-1.309 5.421 5.421 0 0 0 1.31-2.012c.239-.617.524-1.543.602-3.25.084-1.845.102-2.398.102-7.071s-.018-5.226-.102-7.072c-.078-1.706-.363-2.632-.603-3.249a5.421 5.421 0 0 0-1.309-2.012 5.421 5.421 0 0 0-2.012-1.31c-.617-.239-1.543-.524-3.25-.602-1.845-.084-2.398-.102-7.071-.102zm0 5.36a8.986 8.986 0 1 1 0 17.973 8.986 8.986 0 0 1 0-17.972zm0 14.82a5.833 5.833 0 1 0 0-11.666 5.833 5.833 0 0 0 0 11.666zm11.442-15.175a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0z"/><path d="M0 0h40v40H0z"/></g></svg></a></li><li class="Footer-socialLinkItem"><a class="Footer-socialLink" href="https://www.linkedin.com/company/2340/" data-ya-track="linkedin"data-adobe-tracking="NAP-Footer-socialLink" itemprop="sameAs"target="_blank" rel="nofollow noopener noreferrer"><span class="sr-only">Visit us on LinkedIn</span><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><path class="social-icon-path" d="M7.314 11.83C4.931 11.83 3 10.079 3 7.917 3 5.753 4.93 4 7.314 4c2.382 0 4.313 1.753 4.313 3.917 0 2.162-1.931 3.913-4.313 3.913zM3.988 37V14.81h7.738V37H3.988zm18.597-12.341v12.058H14.86v-22.19h7.725v2.988c2.032-2.61 3.798-3.687 7-3.687 3.205 0 8.415 1.51 8.415 10.274v12.615h-7.703v-12.12c0-2.483-.711-4.971-3.606-4.971s-4.106 2.488-4.106 5.033z"/><path d="M0 0h40v40H0z"/></g></svg></a></li><li class="Footer-socialLinkItem"><a class="Footer-socialLink" href="https://www.youtube.com/nationwide" data-ya-track="youtube"data-adobe-tracking="NAP-Footer-socialLink" itemprop="sameAs"target="_blank" rel="nofollow noopener noreferrer"><span class="sr-only">Visit us on YouTube</span><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><path class="social-icon-path" d="M37.466 13.183c.225.832.534 5.388.534 7.127v.38c0 1.74-.31 6.295-.534 7.127-.666 2.473-1.917 3.426-4.22 3.77-1.328.18-7.7.413-12.757.413h.022c-5.057 0-11.43-.232-12.757-.413-2.303-.344-3.554-1.297-4.22-3.77C3.31 26.985 3 22.429 3 20.69v-.38c0-1.739.31-6.295.534-7.127.666-2.473 1.917-3.426 4.22-3.77C9.082 9.233 15.454 9 20.51 9h-.022c5.057 0 11.43.232 12.757.413 2.303.344 3.554 1.297 4.22 3.77zm-20.6 3.084v8.625l8.75-4.414-8.75-4.21z"/><path d="M0 0h40v40H0z"/></g></svg></a></li></ul></div><div class="Footer-main"><div class="Footer-basicLinks"><ul class="Footer-links"><li class="Footer-linkItem"><a class="Footer-link" href="../../../search" data-ya-track="findanagent" data-adobe-tracking="NAP-Footer-linkItem">Find an Agent</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/login" data-ya-track="login" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Log in</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/contact-us.jsp" data-ya-track="contact" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Contact Us</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/agents/" data-ya-track="agents" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">For Agents</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://agentblog.nationwide.com/" data-ya-track="blog" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Agent Blog</a></li></ul></div><div class="Footer-businessPartnerLinks"><p class="Footer-businessPartnerText">Nationwide Insurance Products:</p><ul class="Footer-links"><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/insurance/auto/" data-ya-track="auto" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Auto Insurance</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/insurance/homeowners/" data-ya-track="home" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Home Insurance</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/insurance/life/" data-ya-track="life" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Life Insurance</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/insurance/renters/" data-ya-track="renters" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Renters Insurance</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/business/" data-ya-track="business" data-adobe-tracking="NAP-Footer-linkItem" target="_blank" rel="nofollow noopener noreferrer">Business Insurance</a></li></ul></div><p class="Footer-copy">Products underwritten by Nationwide Mutual Insurance Company and Affiliated Companies. Not all Nationwide affiliated companies are mutual companies, and not all Nationwide members are insured by a mutual company. Subject to underwriting guidelines, review and approval. Products and discounts not available to all persons in all states. Nationwide Investment Services Corporation, member FINRA. Home Office: One Nationwide Plaza, Columbus, OH. Nationwide, the Nationwide N and Eagle and other marks displayed on this page are service marks of Nationwide Mutual Insurance Company, unless otherwise disclosed. ©2024 Nationwide Mutual Insurance Company.</p></div><strong class="Footer-slogan">Nationwide is on your side<sup>&reg;</sup></strong><div class="Footer-bottom"><div class="Footer-privacyLinks"><ul class="Footer-links"><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/privacy-security/" data-ya-track="privacy" data-adobe-tracking="NAP-Footer-linkItem">Privacy and security</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/about-us/terms-conditions" data-ya-track="termsAndConditions" data-adobe-tracking="NAP-Footer-linkItem">Terms and conditions</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/about-us/website-accessibility" data-ya-track="accessibility" data-adobe-tracking="NAP-Footer-linkItem">Accessibility</a></li><li class="Footer-linkItem"><a class="Footer-link" href="https://www.nationwide.com/personal/sitemap/" data-ya-track="sitemap" data-adobe-tracking="NAP-Footer-linkItem">Sitemap</a></li><li class="Footer-linkItem"><span id="teconsent"></span></li></ul></div><div class="Footer-badges"><a class="Footer-badgeLink" href="https://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp" data-ya-track="housing" data-adobe-tracking="NAP-Footer-badgeLink"><img class="Footer-badge Footer-badge--housing" src="//dynl.mktgcdn.com/p/Vuetob_mhpUaqI4QkS2xV9TRsbyAa1cGQ9dHQYJ9U-E/312x192.png" alt="Equal Housing Opportunity Insurer"><img class="Footer-badge--hover Footer-badge--housing" src="//dynl.mktgcdn.com/p/1PwwLRlSjECPL7WY3O68peOeqC35s0bE6C78nvbcl5w/312x192.png" alt="Equal Housing Opportunity Insurer"></a><div><a href="//privacy.truste.com/privacy-seal/validation?rid=33d56fbf-04d6-4530-8bb7-7a7f6bc358db" target="_blank"><img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=33d56fbf-04d6-4530-8bb7-7a7f6bc358db" alt="TRUSTe"/></a></div></div></div></div></footer><script async="async" src="https://consent.trustarc.com/notice?domain=cm-nationwide.com&c=teconsent&js=nj&noticeType=bb&text=true&pcookie&gtm=1" crossorigin></script><div id="consent_blackbar"></div></body></html>
fineweb
{ "fineweb_metadata": { "text": "About Galloway Insurance Agency\nThe convenience of driving is something to be enjoyed and appreciated. However, with the privilege of driving comes inherent risks and cautions. Safe driving requires you to be constantly aware of your surroundings and to be attentive and responsible. Coupled with safe driving practices, it is critical for every driver to have an effective auto insurance policy. In fact, having some form of coverage is required by law in many states. At Galloway Insurance Agency located in Burnet, our goal is to provide affordable coverage tailored to your needs and the drivers in your family.\nBecause there are so many different types of auto insurance to choose from, it can be confusing to know which ones are most appropriate for your needs. Galloway Insurance Agency can sit down with you to discuss your concerns and the type of coverage you have in mind. They will take the time to assess your needs to determine what combination of policies would best suit you. Whether you decide on collision coverage, liability coverage, comprehensive coverage, or another type of insurance, you can be confident you have chosen a policy that is effective and customized to meet your requirements. Additionally, Nationwide's On Your Side® Review makes it easy to determine changes that need to be made to your existing policy and modify it appropriately.\nChoosing an auto insurance policy that provides security for you and the people you love is an important decision. With a convenient office location on 1310 S Water St, you don't have to travel far for trusted assistance. We look forward to helping you acquire the coverage you need when you give us a call at (512) 756-2988.\nIf you are currently in the market for new home insurance protection in Burnet, then now is the time to get in touch with the agents at Galloway Insurance Agency. There are numerous factors that can have a significant bearing on the kind of coverage you should be seeking, including the cost to rebuild your home and other structures on your property. For more details on coverage solutions that are best suited to your needs, contact Galloway Insurance Agency or our other agents, who are ready to provide assistance. For instance, the Brand New Belongings® option may help to replace or repair covered items.\nTogether with the help of Nationwide, Galloway Insurance Agency can provide you with some of the best insurance solutions available. For example, should an incident occur, eliminate the stress of sorting through all of the information on your own by allowing us to assist you. This way, if you come home to find that your house has been burglarized, you can at least be confident that your covered losses will be handled as you forge ahead on the path to recovery. For homes that are exposed to destructive weather, we have the means to get you covered there as well.\nFor straightforward solutions to your home insurance needs in Burnet, don't hesitate to visit with the agents in our office at 1310 S Water St. Alternatively, we also conduct consultations and assist with purchases over the phone at (512) 756-2988.\nGetting married, purchasing a new home, or starting a family are all exciting experiences. However, these life events often mean bigger financial obligations. Your increased financial obligations can be a good impetus to taking the necessary step to assure your family’s financial security. Your home is a place of security and pride; be sure to protect your standard of living.\nWe at Galloway Insurance Agency proudly work with residents in the Burnet area. We want to make sure you have the type and amount of coverage you need so that you and your family are prepared for any eventuality. We will explain in understandable language term versus permanent insurance and we will discuss the types of life insurance that can best fit your needs.\nThe amount of coverage your family needs is largely determined by factors such as age, income, debt, number of dependents, long-term educational needs, monthly expenses, long-term goals and desired length of coverage. We will explain in easily-understandable terms whole life insurance and universal life insurance and why you may want permanent insurance.\nAs you enjoy the now, don’t forget to protect your family’s future. Life insurance gives you the peace of mind that comes with preparing for life’s uncertainties. Call (512) 756-2988 and ask to speak to Galloway Insurance Agency. We can assess your coverage needs and answer all your questions. If you are in the neighborhood, stop by any time. We are located at 1310 S Water St,Burnet,TX,78611. We look forward to seeing you.\nBurnet companies of all kinds come to Galloway Insurance Agency with their business insurance and risk management needs. That's why we've partnered with Nationwide. Maybe you're looking for a specific product offering like general liability or commercial property. Or maybe you're looking for a business owner's policy customized to eliminate any lingering coverage gaps. Versatile insurance solutions are available for local companies that operate in major industries as well as small businesses in niche markets.\nGalloway Insurance Agency talks to a lot of Burnet business owners who are looking for a policy that's customized for their company but doesn't become another huge demand on their time. As part of our service at Galloway Insurance Agency, we'll make sure your company gets a free On Your Side® Review to search for new discounts and gaps in coverage. One of our agents can also explain the flexible billing and payment options available through Nationwide. It's easy to structure a policy to meet your immediate budgetary needs, while also helping to position your company for future growth.\nCall Galloway Insurance Agency at (512) 756-2988. We can discuss your company's risk management needs so that you can make a decision about your coverage quickly and confidently. We can also set up a time to talk in person. Our office is located at 1310 S Water St.\nNationwide offers small business resources to help you strengthen your business, such as financial calculators and information and articles on marketing and cash flow management. Learn more at the Business Solutions Center.\nThe Galloway Insurance Agency also offers products in CO, NM, TX. Please call for information on products in those states.", "id": "<urn:uuid:db1392e2-e5a6-4107-849f-2e2a9fa3742f>", "dump": "CC-MAIN-2024-10", "url": "https://agency.nationwide.com/tx/burnet/78611/galloway-insurance-agency", "date": "2024-02-25T09:30:04", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9635427594184875, "token_count": 1266 } }
<urn:uuid:7e3d2340-963b-48a1-81bb-b400e56d1f14>
<!DOCTYPE html> <html class="no-js" lang="en-US"> <!-- head --> <head> <!-- meta --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <meta name="description" content="Agriscaping - Elegant, Edible Landscaping" /> <link rel="shortcut icon" href="https://agriscaping.com/wp-content/uploads/2017/02/agriscaping_seald_BxH_icon.ico" /> <link rel="apple-touch-icon" href="https://agriscaping.com/wp-content/uploads/2017/02/Agriscaping-Apple-Logo.jpg" /> <!-- wp_head() --> <!-- script | dynamic --> <script id="mfn-dnmc-config-js"> //<![CDATA[ window.mfn = {mobile_init:1240,nicescroll:40,parallax:"translate3d",responsive:1,retina_js:0}; window.mfn_prettyphoto = {disable:false,disableMobile:false,title:false,style:"pp_default",width:0,height:0}; window.mfn_sliders = {blog:0,clients:0,offer:0,portfolio:0,shop:0,slider:0,testimonials:0}; //]]> </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v19.13 - https://yoast.com/wordpress/plugins/seo/ --> <title>Free Webinar: Gardening With Elegance | Agriscaping</title> <meta name="description" content="Learn how the Agriscaping movement is changing the landscape by attending our free live webinar!" /> <link rel="canonical" href="https://agriscaping.com/event/garden-with-elegance/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Free Webinar: Gardening With Elegance | Agriscaping" /> <meta property="og:description" content="Learn how the Agriscaping movement is changing the landscape by attending our free live webinar!" /> <meta property="og:url" content="https://agriscaping.com/event/garden-with-elegance/" /> <meta property="og:site_name" content="Agriscaping" /> <meta property="article:publisher" content="https://www.facebook.com/agriscaping" /> <meta property="article:modified_time" content="2020-02-10T22:31:31+00:00" /> <meta property="og:image" content="https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@agriscaping" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://agriscaping.com/event/garden-with-elegance/","url":"https://agriscaping.com/event/garden-with-elegance/","name":"Free Webinar: Gardening With Elegance | Agriscaping","isPartOf":{"@id":"https://agriscaping.com/#website"},"primaryImageOfPage":{"@id":"https://agriscaping.com/event/garden-with-elegance/#primaryimage"},"image":{"@id":"https://agriscaping.com/event/garden-with-elegance/#primaryimage"},"thumbnailUrl":"https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg","datePublished":"2020-02-10T22:28:12+00:00","dateModified":"2020-02-10T22:31:31+00:00","description":"Learn how the Agriscaping movement is changing the landscape by attending our free live webinar!","breadcrumb":{"@id":"https://agriscaping.com/event/garden-with-elegance/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://agriscaping.com/event/garden-with-elegance/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://agriscaping.com/event/garden-with-elegance/#primaryimage","url":"https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg","contentUrl":"https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg"},{"@type":"BreadcrumbList","@id":"https://agriscaping.com/event/garden-with-elegance/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://agriscaping.com/"},{"@type":"ListItem","position":2,"name":"Events","item":"https://agriscaping.com/event/"},{"@type":"ListItem","position":3,"name":"Free Webinar: Gardening With Elegance"}]},{"@type":"WebSite","@id":"https://agriscaping.com/#website","url":"https://agriscaping.com/","name":"Agriscaping","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://agriscaping.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <meta property="og:title" content="Free Webinar: Gardening With Elegance"/><meta property="og:description" content="February 19, 2020 6:00 pm - February 19, 2020 7:00 pm "/><meta property="og:image" content=""/><script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/agriscaping.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='formidable-css' href='https://agriscaping.com/wp-content/plugins/formidable/css/formidableforms.css?ver=1226004' type='text/css' media='all' /> <link rel='stylesheet' id='twb-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C500%2C600%2C700%2C800&#038;display=swap&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='twb-global-css' href='https://agriscaping.com/wp-content/plugins/wd-facebook-feed/booster/assets/css/global.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider-css' href='https://agriscaping.com/wp-content/plugins/LayerSlider/static/layerslider/css/layerslider.css?ver=6.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='ls-google-fonts-css' href='https://fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://agriscaping.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='bp-login-form-style-inline-css' type='text/css'> .widget_bp_core_login_widget .bp-login-widget-user-avatar{float:left}.widget_bp_core_login_widget .bp-login-widget-user-links{margin-left:70px}#bp-login-widget-form label{display:block;font-weight:600;margin:15px 0 5px;width:auto}#bp-login-widget-form input[type=password],#bp-login-widget-form input[type=text]{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em;width:100%}#bp-login-widget-form .bp-login-widget-register-link,#bp-login-widget-form .login-submit{display:inline;width:-moz-fit-content;width:fit-content}#bp-login-widget-form .bp-login-widget-register-link{margin-left:1em;vertical-align:super}#bp-login-widget-form .bp-login-widget-pwd-link{font-size:80%} </style> <style id='bp-member-style-inline-css' type='text/css'> [data-type="bp/member"] input.components-placeholder__input{border:1px solid #757575;border-radius:2px;flex:1 1 auto;padding:6px 8px}.bp-block-member{position:relative}.bp-block-member .member-content{display:flex}.bp-block-member .user-nicename{display:block}.bp-block-member .user-nicename a{border:none;color:currentColor;text-decoration:none}.bp-block-member .bp-profile-button{width:100%}.bp-block-member .bp-profile-button a.button{bottom:10px;display:inline-block;margin:18px 0 0;position:absolute;right:0}.bp-block-member.has-cover .item-header-avatar,.bp-block-member.has-cover .member-content,.bp-block-member.has-cover .member-description{z-index:2}.bp-block-member.has-cover .member-content,.bp-block-member.has-cover .member-description{padding-top:75px}.bp-block-member.has-cover .bp-member-cover-image{background-color:#c5c5c5;background-position:top;background-repeat:no-repeat;background-size:cover;border:0;display:block;height:150px;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.bp-block-member img.avatar{height:auto;width:auto}.bp-block-member.avatar-none .item-header-avatar{display:none}.bp-block-member.avatar-none.has-cover{min-height:200px}.bp-block-member.avatar-full{min-height:150px}.bp-block-member.avatar-full .item-header-avatar{width:180px}.bp-block-member.avatar-thumb .member-content{align-items:center;min-height:50px}.bp-block-member.avatar-thumb .item-header-avatar{width:70px}.bp-block-member.avatar-full.has-cover{min-height:300px}.bp-block-member.avatar-full.has-cover .item-header-avatar{width:200px}.bp-block-member.avatar-full.has-cover img.avatar{background:hsla(0,0%,100%,.8);border:2px solid #fff;margin-left:20px}.bp-block-member.avatar-thumb.has-cover .item-header-avatar{padding-top:75px}.entry .entry-content .bp-block-member .user-nicename a{border:none;color:currentColor;text-decoration:none} </style> <style id='bp-members-style-inline-css' type='text/css'> [data-type="bp/members"] .components-placeholder.is-appender{min-height:0}[data-type="bp/members"] .components-placeholder.is-appender .components-placeholder__label:empty{display:none}[data-type="bp/members"] .components-placeholder input.components-placeholder__input{border:1px solid #757575;border-radius:2px;flex:1 1 auto;padding:6px 8px}[data-type="bp/members"].avatar-none .member-description{width:calc(100% - 44px)}[data-type="bp/members"].avatar-full .member-description{width:calc(100% - 224px)}[data-type="bp/members"].avatar-thumb .member-description{width:calc(100% - 114px)}[data-type="bp/members"] .member-content{position:relative}[data-type="bp/members"] .member-content .is-right{position:absolute;right:2px;top:2px}[data-type="bp/members"] .columns-2 .member-content .member-description,[data-type="bp/members"] .columns-3 .member-content .member-description,[data-type="bp/members"] .columns-4 .member-content .member-description{padding-left:44px;width:calc(100% - 44px)}[data-type="bp/members"] .columns-3 .is-right{right:-10px}[data-type="bp/members"] .columns-4 .is-right{right:-50px}.bp-block-members.is-grid{display:flex;flex-wrap:wrap;padding:0}.bp-block-members.is-grid .member-content{margin:0 1.25em 1.25em 0;width:100%}@media(min-width:600px){.bp-block-members.columns-2 .member-content{width:calc(50% - .625em)}.bp-block-members.columns-2 .member-content:nth-child(2n){margin-right:0}.bp-block-members.columns-3 .member-content{width:calc(33.33333% - .83333em)}.bp-block-members.columns-3 .member-content:nth-child(3n){margin-right:0}.bp-block-members.columns-4 .member-content{width:calc(25% - .9375em)}.bp-block-members.columns-4 .member-content:nth-child(4n){margin-right:0}}.bp-block-members .member-content{display:flex;flex-direction:column;padding-bottom:1em;text-align:center}.bp-block-members .member-content .item-header-avatar,.bp-block-members .member-content .member-description{width:100%}.bp-block-members .member-content .item-header-avatar{margin:0 auto}.bp-block-members .member-content .item-header-avatar img.avatar{display:inline-block}@media(min-width:600px){.bp-block-members .member-content{flex-direction:row;text-align:left}.bp-block-members .member-content .item-header-avatar,.bp-block-members .member-content .member-description{width:auto}.bp-block-members .member-content .item-header-avatar{margin:0}}.bp-block-members .member-content .user-nicename{display:block}.bp-block-members .member-content .user-nicename a{border:none;color:currentColor;text-decoration:none}.bp-block-members .member-content time{color:#767676;display:block;font-size:80%}.bp-block-members.avatar-none .item-header-avatar{display:none}.bp-block-members.avatar-full{min-height:190px}.bp-block-members.avatar-full .item-header-avatar{width:180px}.bp-block-members.avatar-thumb .member-content{min-height:80px}.bp-block-members.avatar-thumb .item-header-avatar{width:70px}.bp-block-members.columns-2 .member-content,.bp-block-members.columns-3 .member-content,.bp-block-members.columns-4 .member-content{display:block;text-align:center}.bp-block-members.columns-2 .member-content .item-header-avatar,.bp-block-members.columns-3 .member-content .item-header-avatar,.bp-block-members.columns-4 .member-content .item-header-avatar{margin:0 auto}.bp-block-members img.avatar{height:auto;max-width:-moz-fit-content;max-width:fit-content;width:auto}.bp-block-members .member-content.has-activity{align-items:center}.bp-block-members .member-content.has-activity .item-header-avatar{padding-right:1em}.bp-block-members .member-content.has-activity .wp-block-quote{margin-bottom:0;text-align:left}.bp-block-members .member-content.has-activity .wp-block-quote cite a,.entry .entry-content .bp-block-members .user-nicename a{border:none;color:currentColor;text-decoration:none} </style> <style id='bp-dynamic-members-style-inline-css' type='text/css'> .bp-dynamic-block-container .item-options{font-size:.5em;margin:0 0 1em;padding:1em 0}.bp-dynamic-block-container .item-options a.selected{font-weight:600}.bp-dynamic-block-container ul.item-list{list-style:none;margin:1em 0}.bp-dynamic-block-container ul.item-list li{margin-bottom:1em}.bp-dynamic-block-container ul.item-list li:after,.bp-dynamic-block-container ul.item-list li:before{content:" ";display:table}.bp-dynamic-block-container ul.item-list li:after{clear:both}.bp-dynamic-block-container ul.item-list li .item-avatar{float:left;width:60px}.bp-dynamic-block-container ul.item-list li .item{margin-left:70px} </style> <style id='bp-online-members-style-inline-css' type='text/css'> [data-type="bp/online-members"] .avatar-block{display:flex;flex-flow:row wrap}[data-type="bp/online-members"] .avatar-block img{margin:.5em} </style> <style id='bp-active-members-style-inline-css' type='text/css'> [data-type="bp/active-members"] .avatar-block{display:flex;flex-flow:row wrap}[data-type="bp/active-members"] .avatar-block img{margin:.5em} </style> <style id='bp-latest-activities-style-inline-css' type='text/css'> .bp-latest-activities .components-flex.components-select-control select[multiple]{height:auto;padding:0 8px}.bp-latest-activities .components-flex.components-select-control select[multiple]+.components-input-control__suffix svg{display:none}.bp-latest-activities-block a,.entry .entry-content .bp-latest-activities-block a{border:none;text-decoration:none}.bp-latest-activities-block .activity-list.item-list blockquote{border:none;padding:0}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini){box-shadow:1px 0 4px rgba(0,0,0,.15);padding:0 1em;position:relative}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):after,.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):before{border-color:transparent;border-style:solid;content:"";display:block;height:0;left:15px;position:absolute;width:0}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):before{border-top-color:rgba(0,0,0,.15);border-width:9px;bottom:-18px;left:14px}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):after{border-top-color:#fff;border-width:8px;bottom:-16px}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item.mini .avatar{display:inline-block;height:20px;margin-right:2px;vertical-align:middle;width:20px}.bp-latest-activities-block .activity-list.item-list footer{align-items:center;display:flex}.bp-latest-activities-block .activity-list.item-list footer img.avatar{border:none;display:inline-block;margin-right:.5em}.bp-latest-activities-block .activity-list.item-list footer .activity-time-since{font-size:90%}.bp-latest-activities-block .widget-error{border-left:4px solid #0b80a4;box-shadow:1px 0 4px rgba(0,0,0,.15)}.bp-latest-activities-block .widget-error p{padding:0 1em} </style> <style id='powerpress-player-block-style-inline-css' type='text/css'> </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='redux-extendify-styles-css' href='https://agriscaping.com/wp-content/plugins/redux-framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.11' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://agriscaping.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://agriscaping.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.3.1.5' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='SFSImainCss-css' href='https://agriscaping.com/wp-content/plugins/ultimate-social-media-icons/css/sfsi-style.css?ver=2.8.6' type='text/css' media='all' /> <link rel='stylesheet' id='ffwd_frontend-css' href='https://agriscaping.com/wp-content/plugins/wd-facebook-feed/css/ffwd_frontend.css?ver=1.1.34' type='text/css' media='all' /> <link rel='stylesheet' id='ffwd_fonts-css' href='https://agriscaping.com/wp-content/plugins/wd-facebook-feed/css/fonts.css?ver=1.1.34' type='text/css' media='all' /> <link rel='stylesheet' id='ffwd_mCustomScrollbar-css' href='https://agriscaping.com/wp-content/plugins/wd-facebook-feed/css/jquery.mCustomScrollbar.css?ver=1.1.34' type='text/css' media='all' /> <link rel='stylesheet' id='ecwd-popup-style-css' href='https://agriscaping.com/wp-content/plugins/event-calendar-wd/css/ecwd_popup.css?ver=1.1.53_58af15b638125' type='text/css' media='all' /> <link rel='stylesheet' id='ecwd_font-awesome-css' href='https://agriscaping.com/wp-content/plugins/event-calendar-wd/css/font-awesome/font-awesome.css?ver=1.1.53_58af15b638125' type='text/css' media='all' /> <link rel='stylesheet' id='ecwd-public-css' href='https://agriscaping.com/wp-content/plugins/event-calendar-wd/css/style.css?ver=1.1.53_58af15b638125' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://agriscaping.com/wp-content/themes/betheme/style.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-base-css' href='https://agriscaping.com/wp-content/themes/betheme/css/base.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-layout-css' href='https://agriscaping.com/wp-content/themes/betheme/css/layout.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-shortcodes-css' href='https://agriscaping.com/wp-content/themes/betheme/css/shortcodes.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-animations-css' href='https://agriscaping.com/wp-content/themes/betheme/assets/animations/animations.min.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-jquery-ui-css' href='https://agriscaping.com/wp-content/themes/betheme/assets/ui/jquery.ui.all.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-prettyPhoto-css' href='https://agriscaping.com/wp-content/themes/betheme/assets/prettyPhoto/prettyPhoto.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-jplayer-css' href='https://agriscaping.com/wp-content/themes/betheme/assets/jplayer/css/jplayer.blue.monday.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='mfn-responsive-css' href='https://agriscaping.com/wp-content/themes/betheme/css/responsive.css?ver=16.8' type='text/css' media='all' /> <link rel='stylesheet' id='Lato-css' href='https://fonts.googleapis.com/css?family=Lato%3A1%2C300%2C400%2C400italic%2C700%2C700italic&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='rvm_jvectormap_css-css' href='https://agriscaping.com/wp-content/plugins/responsive-vector-maps/css/jquery-jvectormap-2.0.4.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='rvm_general_css-css' href='https://agriscaping.com/wp-content/plugins/responsive-vector-maps/css/rvm_general.css?ver=1.1' type='text/css' media='all' /> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/booster/assets/js/circle-progress.js?ver=1.2.2" id="twb-circle-js"></script> <script type="text/javascript" id="twb-global-js-extra"> /* <![CDATA[ */ var twb = {"nonce":"f163887c7b","ajax_url":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/agriscaping.com\/wp-content\/plugins\/wd-facebook-feed\/booster","href":"https:\/\/agriscaping.com\/wp-admin\/admin.php?page=twb_facebook-feed"}; var twb = {"nonce":"f163887c7b","ajax_url":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/agriscaping.com\/wp-content\/plugins\/wd-facebook-feed\/booster","href":"https:\/\/agriscaping.com\/wp-admin\/admin.php?page=twb_facebook-feed"}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/booster/assets/js/global.js?ver=1.0.0" id="twb-global-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js?ver=1.19.0" id="greensock-js"></script> <script type="text/javascript" id="layerslider-js-extra"> /* <![CDATA[ */ var LS_Meta = {"v":"6.1.6"}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.1.6" id="layerslider-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js?ver=6.1.6" id="layerslider-transitions-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/responsive-vector-maps/js/regions-data/jquery-jvectormap-2.0.3.min.js?ver=2.0.3" id="rvm_jquery-jvectormap-js-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.3.1.5" id="tp-tools-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.3.1.5" id="revmin-js"></script> <script type="text/javascript" id="ffwd_cache-js-extra"> /* <![CDATA[ */ var ffwd_cache = {"ajax_url":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","update_data":"[{\"id\":\"1\",\"name\":\"Alamogordo Farmers Market\",\"type\":\"page\",\"content_type\":\"timeline\",\"content\":\"statuses,photos,videos,links,events\",\"content_url\":\"https:\\\/\\\/www.facebook.com\\\/AlamogordoFarmersMarket\\\/\",\"timeline_type\":\"posts\",\"from\":\"122752727800585\",\"limit\":\"4\",\"app_id\":\"\",\"app_secret\":\"\",\"exist_access\":\"1\",\"access_token\":\"433829403627911|94d292a128ef6231fa2a25b3f43d520d\",\"order\":\"1\",\"published\":\"1\",\"update_mode\":\"remove_old\",\"fb_view_type\":\"blog_style\",\"theme\":\"0\",\"masonry_hor_ver\":\"vertical\",\"image_max_columns\":\"5\",\"thumb_width\":\"200\",\"thumb_height\":\"150\",\"thumb_comments\":\"1\",\"thumb_likes\":\"1\",\"thumb_name\":\"1\",\"blog_style_width\":\"400\",\"blog_style_height\":\"\",\"blog_style_view_type\":\"1\",\"blog_style_comments\":\"0\",\"blog_style_likes\":\"1\",\"blog_style_message_desc\":\"1\",\"blog_style_shares\":\"0\",\"blog_style_shares_butt\":\"0\",\"blog_style_facebook\":\"0\",\"blog_style_twitter\":\"0\",\"blog_style_google\":\"0\",\"blog_style_author\":\"1\",\"blog_style_name\":\"1\",\"blog_style_place_name\":\"1\",\"fb_name\":\"1\",\"fb_plugin\":\"0\",\"album_max_columns\":\"5\",\"album_title\":\"show\",\"album_thumb_width\":\"200\",\"album_thumb_height\":\"150\",\"album_image_max_columns\":\"5\",\"album_image_thumb_width\":\"200\",\"album_image_thumb_height\":\"150\",\"pagination_type\":\"1\",\"objects_per_page\":\"4\",\"popup_fullscreen\":\"0\",\"popup_width\":\"800\",\"popup_height\":\"600\",\"popup_effect\":\"fade\",\"popup_autoplay\":\"0\",\"open_commentbox\":\"1\",\"popup_interval\":\"5\",\"popup_enable_filmstrip\":\"0\",\"popup_filmstrip_height\":\"70\",\"popup_comments\":\"1\",\"popup_likes\":\"1\",\"popup_shares\":\"1\",\"popup_author\":\"1\",\"popup_name\":\"1\",\"popup_place_name\":\"1\",\"popup_enable_ctrl_btn\":\"1\",\"popup_enable_fullscreen\":\"1\",\"popup_enable_info_btn\":\"0\",\"popup_message_desc\":\"1\",\"popup_enable_facebook\":\"0\",\"popup_enable_twitter\":\"0\",\"popup_enable_google\":\"0\",\"view_on_fb\":\"1\",\"post_text_length\":\"200\",\"event_street\":\"1\",\"event_city\":\"1\",\"event_country\":\"1\",\"event_zip\":\"1\",\"event_map\":\"1\",\"event_date\":\"1\",\"event_desp_length\":\"200\",\"comments_replies\":\"1\",\"comments_filter\":\"toplevel\",\"comments_order\":\"chronological\",\"page_plugin_pos\":\"bottom\",\"page_plugin_fans\":\"1\",\"page_plugin_cover\":\"1\",\"page_plugin_header\":\"0\",\"page_plugin_width\":\"380\",\"image_onclick_action\":\"lightbox\",\"event_order\":\"0\",\"upcoming_events\":\"0\",\"data_count\":\"4\"}]","need_update":"false"}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/ffwd_cache.js?ver=1.1.34" id="ffwd_cache-js"></script> <script type="text/javascript" id="ffwd_frontend-js-extra"> /* <![CDATA[ */ var ffwd_frontend_text = {"comment_reply":"Reply","view":"View","more_comments":"more comments","year":"year","years":"years","hour":"hour","hours":"hours","months":"months","month":"month","weeks":"weeks","week":"week","days":"days","day":"day","minutes":"minutes","minute":"minute","seconds":"seconds","second":"second","ago":"ago","ajax_url":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","and":"and","others":"others"}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/ffwd_frontend.js?ver=1.1.34" id="ffwd_frontend-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/jquery.mobile.js?ver=1.1.34" id="ffwd_jquery_mobile-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/jquery.mCustomScrollbar.concat.min.js?ver=1.1.34" id="ffwd_mCustomScrollbar-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/jquery.fullscreen-0.4.1.js?ver=0.4.1" id="jquery-fullscreen-js"></script> <script type="text/javascript" id="ffwd_gallery_box-js-extra"> /* <![CDATA[ */ var ffwd_objectL10n = {"ffwd_field_required":"field is required.","ffwd_mail_validation":"This is not a valid email address.","ffwd_search_result":"There are no images matching your search."}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wd-facebook-feed/js/ffwd_gallery_box.js?ver=1.1.34" id="ffwd_gallery_box-js"></script> <script type="text/javascript" id="wp-statistics-tracker-js-extra"> /* <![CDATA[ */ var WP_Statistics_Tracker_Object = {"hitRequestUrl":"https:\/\/agriscaping.com\/wp-json\/wp-statistics\/v2\/hit?wp_statistics_hit_rest=yes&track_all=1&current_page_type=post_type_ecwd_event&current_page_id=13700&search_query&page_uri=L2V2ZW50L2dhcmRlbi13aXRoLWVsZWdhbmNl","keepOnlineRequestUrl":"https:\/\/agriscaping.com\/wp-json\/wp-statistics\/v2\/online?wp_statistics_hit_rest=yes&track_all=1&current_page_type=post_type_ecwd_event&current_page_id=13700&search_query&page_uri=L2V2ZW50L2dhcmRlbi13aXRoLWVsZWdhbmNl","option":{"dntEnabled":false,"cacheCompatibility":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/wp-statistics/assets/js/tracker.js?ver=6.4.3" id="wp-statistics-tracker-js"></script> <meta name="generator" content="Powered by LayerSlider 6.1.6 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." /> <!-- LayerSlider updates and docs at: https://layerslider.kreaturamedia.com --> <link rel="https://api.w.org/" href="https://agriscaping.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://agriscaping.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://agriscaping.com/?p=13700' /> <link rel="alternate" type="application/json+oembed" href="https://agriscaping.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagriscaping.com%2Fevent%2Fgarden-with-elegance" /> <link rel="alternate" type="text/xml+oembed" href="https://agriscaping.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fagriscaping.com%2Fevent%2Fgarden-with-elegance&#038;format=xml" /> <meta name="generator" content="Redux 4.4.11" /> <script type="text/javascript">var ajaxurl = 'https://agriscaping.com/wp-admin/admin-ajax.php';</script> <script type="text/javascript"><!-- function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320'); return false;} //--> </script> <!-- Tracking code generated with Simple Universal Google Analytics plugin v1.0.5 --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-63632712-1', 'auto'); ga('send', 'pageview'); </script> <!-- / Simple Universal Google Analytics plugin --><meta name="follow.it-verification-code-S05RTkU4VHI1akFSbWxiRTVqeE5MNkFGd2Z6OWhDOEJRVGNIT0RySnBESUNvN0Q4UnpGek4rWi9QWk1uOU5qMmI3YU5OVTByYXBHZmwwMEZOYnBtWGQ3c0pmTTdIb1k2UlJpVStDSk9PYkE5S3ZQZUNkRSthTE1LUlZ1Wmx6Tjh8c0FOcUNpWkszN0ZjbEpsUVI1LzBHTXhrOEJZdWZrVk8zREltNjQwM2lFST0=" content="zNuzUXu1GDVK6sqdgXJN"/><script type="text/javascript">document.documentElement.className += " js";</script> <!-- Analytics by WP Statistics v14.3.2 - https://wp-statistics.com/ --> <!-- style | dynamic --> <style id="mfn-dnmc-style-css"> @media only screen and (min-width: 1240px) {body:not(.header-simple) #Top_bar #menu{display:block!important}.tr-menu #Top_bar #menu{background:none!important}#Top_bar .menu > li > ul.mfn-megamenu{width:984px}#Top_bar .menu > li > ul.mfn-megamenu > li{float:left}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1{width:100%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2{width:50%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3{width:33.33%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4{width:25%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5{width:20%}#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6{width:16.66%}#Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto;border-width:0 1px 0 0}#Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul{border:0}#Top_bar .menu > li > ul.mfn-megamenu > li > ul li{width:auto}#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400;background:none}#Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow{display:none}.menuo-right #Top_bar .menu > li > ul.mfn-megamenu{left:auto;right:0}.menuo-right #Top_bar .menu > li > ul.mfn-megamenu-bg{box-sizing:border-box}#Top_bar .menu > li > ul.mfn-megamenu-bg{padding:20px 166px 20px 20px;background-repeat:no-repeat;background-position:right bottom}.rtl #Top_bar .menu > li > ul.mfn-megamenu-bg{padding-left:166px;padding-right:20px;background-position:left bottom}#Top_bar .menu > li > ul.mfn-megamenu-bg > li{background:none}#Top_bar .menu > li > ul.mfn-megamenu-bg > li a{border:none}#Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul{background:none!important;-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0 0 0}.mm-vertical #Top_bar .container{position:relative;}.mm-vertical #Top_bar .top_bar_left{position:static;}.mm-vertical #Top_bar .menu > li ul{box-shadow:0 0 0 0 transparent!important;background-image:none;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu{width:98%!important;margin:0 1%;padding:20px 0;}.mm-vertical.header-plain #Top_bar .menu > li > ul.mfn-megamenu{width:100%!important;margin:0;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li{display:table-cell;float:none!important;width:10%;padding:0 15px;border-right:1px solid rgba(0, 0, 0, 0.05);}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child{border-right-width:0}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li.hide-border{border-right-width:0}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li a{border-bottom-width:0;padding:9px 15px;line-height:120%;}.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{font-weight:700;}.rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:first-child{border-right-width:0}.rtl .mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li:last-child{border-right-width:1px}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu{width:980px!important;margin:0;}.header-plain:not(.menuo-right) #Header .top_bar_left{width:auto!important}.header-stack.header-center #Top_bar #menu{display:inline-block!important}.header-simple #Top_bar #menu{display:none;height:auto;width:300px;bottom:auto;top:100%;right:1px;position:absolute;margin:0}.header-simple #Header a.responsive-menu-toggle{display:block;right:10px}.header-simple #Top_bar #menu > ul{width:100%;float:left}.header-simple #Top_bar #menu ul li{width:100%;padding-bottom:0;border-right:0;position:relative}.header-simple #Top_bar #menu ul li a{padding:0 20px;margin:0;display:block;height:auto;line-height:normal;border:none}.header-simple #Top_bar #menu ul li a:after{display:none}.header-simple #Top_bar #menu ul li a span{border:none;line-height:44px;display:inline;padding:0}.header-simple #Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:0;top:0;width:44px;height:44px;line-height:44px;font-size:30px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}.header-simple #Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}.header-simple #Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}.header-simple #Top_bar #menu ul li.hover a{border-bottom:0}.header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}.header-simple #Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin:0!important;width:auto!important;background-image:none}.header-simple #Top_bar #menu ul li ul li{width:100%!important;display:block;padding:0;}.header-simple #Top_bar #menu ul li ul li a{padding:0 20px 0 30px}.header-simple #Top_bar #menu ul li ul li a .menu-arrow{display:none}.header-simple #Top_bar #menu ul li ul li a span{padding:0}.header-simple #Top_bar #menu ul li ul li a span:after{display:none!important}.header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}.header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}.header-simple #Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}.header-simple #Top_bar #menu ul li ul li ul li a{padding:0 20px 0 40px}.rtl.header-simple #Top_bar #menu{left:1px;right:auto}.rtl.header-simple #Top_bar a.responsive-menu-toggle{left:10px;right:auto}.rtl.header-simple #Top_bar #menu ul li.submenu .menu-toggle{left:0;right:auto}.rtl.header-simple #Top_bar #menu ul li ul{left:auto!important;right:0!important}.rtl.header-simple #Top_bar #menu ul li ul li a{padding:0 30px 0 20px}.rtl.header-simple #Top_bar #menu ul li ul li ul li a{padding:0 40px 0 20px}.menu-highlight #Top_bar .menu > li{margin:0 2px}.menu-highlight:not(.header-creative) #Top_bar .menu > li > a{margin:20px 0;padding:0;-webkit-border-radius:5px;border-radius:5px}.menu-highlight #Top_bar .menu > li > a:after{display:none}.menu-highlight #Top_bar .menu > li > a span:not(.description){line-height:50px}.menu-highlight #Top_bar .menu > li > a span.description{display:none}.menu-highlight.header-stack #Top_bar .menu > li > a{margin:10px 0!important}.menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description){line-height:40px}.menu-highlight.header-transparent #Top_bar .menu > li > a{margin:5px 0}.menu-highlight.header-simple #Top_bar #menu ul li,.menu-highlight.header-creative #Top_bar #menu ul li{margin:0}.menu-highlight.header-simple #Top_bar #menu ul li > a,.menu-highlight.header-creative #Top_bar #menu ul li > a{-webkit-border-radius:0;border-radius:0}.menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a{margin:10px 0!important;padding:5px 0!important}.menu-highlight:not(.header-fixed):not(.header-simple) #Top_bar.is-sticky .menu > li > a span{line-height:30px!important}.header-modern.menu-highlight.menuo-right .menu_wrapper{margin-right:20px}.menu-line-below #Top_bar .menu > li > a:after{top:auto;bottom:-4px}.menu-line-below #Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:-4px}.menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:after{height:4px;left:10%;top:50%;margin-top:20px;width:80%}.menu-line-below-80-1 #Top_bar:not(.is-sticky) .menu > li > a:after{height:1px;left:10%;top:50%;margin-top:20px;width:80%}.menu-link-color #Top_bar .menu > li > a:after{display:none!important}.menu-arrow-top #Top_bar .menu > li > a:after{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;border-color:#ccc transparent transparent;border-style:solid;border-width:7px 7px 0;display:block;height:0;left:50%;margin-left:-7px;top:0!important;width:0}.menu-arrow-top.header-transparent #Top_bar .menu > li > a:after,.menu-arrow-top.header-plain #Top_bar .menu > li > a:after{display:none}.menu-arrow-top #Top_bar.is-sticky .menu > li > a:after{top:0!important}.menu-arrow-bottom #Top_bar .menu > li > a:after{background:none!important;border-color:transparent transparent #ccc;border-style:solid;border-width:0 7px 7px;display:block;height:0;left:50%;margin-left:-7px;top:auto;bottom:0;width:0}.menu-arrow-bottom.header-transparent #Top_bar .menu > li > a:after,.menu-arrow-bottom.header-plain #Top_bar .menu > li > a:after{display:none}.menu-arrow-bottom #Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:0}.menuo-no-borders #Top_bar .menu > li > a span:not(.description){border-right-width:0}.menuo-no-borders #Header_creative #Top_bar .menu > li > a span{border-bottom-width:0}.menuo-right #Top_bar .menu_wrapper{float:right}.menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper{margin-right:150px}body.header-creative{padding-left:50px}body.header-creative.header-open{padding-left:250px}body.error404,body.under-construction,body.template-blank{padding-left:0!important}.header-creative.footer-fixed #Footer,.header-creative.footer-sliding #Footer,.header-creative.footer-stick #Footer.is-sticky{box-sizing:border-box;padding-left:50px;}.header-open.footer-fixed #Footer,.header-open.footer-sliding #Footer,.header-creative.footer-stick #Footer.is-sticky{padding-left:250px;}.header-rtl.header-creative.footer-fixed #Footer,.header-rtl.header-creative.footer-sliding #Footer,.header-rtl.header-creative.footer-stick #Footer.is-sticky{padding-left:0;padding-right:50px;}.header-rtl.header-open.footer-fixed #Footer,.header-rtl.header-open.footer-sliding #Footer,.header-rtl.header-creative.footer-stick #Footer.is-sticky{padding-right:250px;}#Header_creative{background:#fff;position:fixed;width:250px;height:100%;left:-200px;top:0;z-index:9002;-webkit-box-shadow:2px 0 4px 2px rgba(0,0,0,.15);box-shadow:2px 0 4px 2px rgba(0,0,0,.15)}#Header_creative .container{width:100%}#Header_creative .creative-wrapper{opacity:0;margin-right:50px}#Header_creative a.creative-menu-toggle{display:block;width:34px;height:34px;line-height:34px;font-size:22px;text-align:center;position:absolute;top:10px;right:8px;border-radius:3px}.admin-bar #Header_creative a.creative-menu-toggle{top:42px}#Header_creative #Top_bar{position:static;width:100%}#Header_creative #Top_bar .top_bar_left{width:100%!important;float:none}#Header_creative #Top_bar .top_bar_right{width:100%!important;float:none;height:auto;margin-bottom:35px;text-align:center;padding:0 20px;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#Header_creative #Top_bar .top_bar_right:before{display:none}#Header_creative #Top_bar .top_bar_right_wrapper{top:0}#Header_creative #Top_bar .logo{float:none;text-align:center;margin:15px 0}#Header_creative #Top_bar .menu_wrapper{float:none;margin:0 0 30px}#Header_creative #Top_bar .menu > li{width:100%;float:none;position:relative}#Header_creative #Top_bar .menu > li > a{padding:0;text-align:center}#Header_creative #Top_bar .menu > li > a:after{display:none}#Header_creative #Top_bar .menu > li > a span{border-right:0;border-bottom-width:1px;line-height:38px}#Header_creative #Top_bar .menu li ul{left:100%;right:auto;top:0;box-shadow:2px 2px 2px 0 rgba(0,0,0,0.03);-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.03)}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu{width:700px!important;}#Header_creative #Top_bar .menu > li > ul.mfn-megamenu > li > ul{left:0}#Header_creative #Top_bar .menu li ul li a{padding-top:9px;padding-bottom:8px}#Header_creative #Top_bar .menu li ul li ul{top:0!important}#Header_creative #Top_bar .menu > li > a span.description{display:block;font-size:13px;line-height:28px!important;clear:both}#Header_creative #Top_bar .search_wrapper{left:100%;top:auto;bottom:0}#Header_creative #Top_bar a#header_cart{display:inline-block;float:none;top:3px}#Header_creative #Top_bar a#search_button{display:inline-block;float:none;top:3px}#Header_creative #Top_bar .wpml-languages{display:inline-block;float:none;top:0}#Header_creative #Top_bar .wpml-languages.enabled:hover a.active{padding-bottom:9px}#Header_creative #Top_bar a.button.action_button{display:inline-block;float:none;top:16px;margin:0}#Header_creative #Top_bar .banner_wrapper{display:block;text-align:center}#Header_creative #Top_bar .banner_wrapper img{max-width:100%;height:auto;display:inline-block}#Header_creative #Action_bar{position:absolute;bottom:0;top:auto;clear:both;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#Header_creative #Action_bar .social{float:none;text-align:center;padding:5px 0 15px}#Header_creative #Action_bar .social li{margin-bottom:2px}#Header_creative .social li a{color:rgba(0,0,0,.5)}#Header_creative .social li a:hover{color:#000}#Header_creative .creative-social{position:absolute;bottom:10px;right:0;width:50px}#Header_creative .creative-social li{display:block;float:none;width:100%;text-align:center;margin-bottom:5px}.header-creative .fixed-nav.fixed-nav-prev{margin-left:50px}.header-creative.header-open .fixed-nav.fixed-nav-prev{margin-left:250px}.menuo-last #Header_creative #Top_bar .menu li.last ul{top:auto;bottom:0}.header-open #Header_creative{left:0}.header-open #Header_creative .creative-wrapper{opacity:1;margin:0!important;}.header-open #Header_creative .creative-menu-toggle,.header-open #Header_creative .creative-social{display:none}body.header-rtl.header-creative{padding-left:0;padding-right:50px}.header-rtl #Header_creative{left:auto;right:-200px}.header-rtl.nice-scroll #Header_creative{margin-right:10px}.header-rtl #Header_creative .creative-wrapper{margin-left:50px;margin-right:0}.header-rtl #Header_creative a.creative-menu-toggle{left:8px;right:auto}.header-rtl #Header_creative .creative-social{left:0;right:auto}.header-rtl #Footer #back_to_top.sticky{right:125px}.header-rtl #popup_contact{right:70px}.header-rtl #Header_creative #Top_bar .menu li ul{left:auto;right:100%}.header-rtl #Header_creative #Top_bar .search_wrapper{left:auto;right:100%;}.header-rtl .fixed-nav.fixed-nav-prev{margin-left:0!important}.header-rtl .fixed-nav.fixed-nav-next{margin-right:50px}body.header-rtl.header-creative.header-open{padding-left:0;padding-right:250px!important}.header-rtl.header-open #Header_creative{left:auto;right:0}.header-rtl.header-open #Footer #back_to_top.sticky{right:325px}.header-rtl.header-open #popup_contact{right:270px}.header-rtl.header-open .fixed-nav.fixed-nav-next{margin-right:250px}#Header_creative.active{left:-1px;}.header-rtl #Header_creative.active{left:auto;right:-1px;}#Header_creative.active .creative-wrapper{opacity:1;margin:0}.header-creative .vc_row[data-vc-full-width]{padding-left:50px}.header-creative.header-open .vc_row[data-vc-full-width]{padding-left:250px}.header-open .vc_parallax .vc_parallax-inner { left:auto; width: calc(100% - 250px); }.header-open.header-rtl .vc_parallax .vc_parallax-inner { left:0; right:auto; }#Header_creative.scroll{height:100%;overflow-y:auto}#Header_creative.scroll:not(.dropdown) .menu li ul{display:none!important}#Header_creative.scroll #Action_bar{position:static}#Header_creative.dropdown{outline:none}#Header_creative.dropdown #Top_bar .menu_wrapper{float:left}#Header_creative.dropdown #Top_bar #menu ul li{position:relative;float:left}#Header_creative.dropdown #Top_bar #menu ul li a:after{display:none}#Header_creative.dropdown #Top_bar #menu ul li a span{line-height:38px;padding:0}#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;font-size:26px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}#Header_creative.dropdown #Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}#Header_creative.dropdown #Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}#Header_creative.dropdown #Top_bar #menu ul li.hover a{border-bottom:0}#Header_creative.dropdown #Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}#Header_creative.dropdown #Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin-left:0!important;width:auto!important;background-image:none}#Header_creative.dropdown #Top_bar #menu ul li ul li{width:100%!important}#Header_creative.dropdown #Top_bar #menu ul li ul li a{padding:0 10px;text-align:center}#Header_creative.dropdown #Top_bar #menu ul li ul li a .menu-arrow{display:none}#Header_creative.dropdown #Top_bar #menu ul li ul li a span{padding:0}#Header_creative.dropdown #Top_bar #menu ul li ul li a span:after{display:none!important}#Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}#Header_creative.dropdown #Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}#Header_creative.dropdown #Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}#Header_creative{transition: left .5s ease-in-out, right .5s ease-in-out;}#Header_creative .creative-wrapper{transition: opacity .5s ease-in-out, margin 0s ease-in-out .5s;}#Header_creative.active .creative-wrapper{transition: opacity .5s ease-in-out, margin 0s ease-in-out;}}@media only screen and (min-width: 1240px) {#Top_bar.is-sticky{position:fixed!important;width:100%;left:0;top:-60px;height:60px;z-index:701;background:#fff;opacity:.97;filter:alpha(opacity = 97);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}.layout-boxed.header-boxed #Top_bar.is-sticky{max-width:1240px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layout-boxed.header-boxed.nice-scroll #Top_bar.is-sticky{margin-left:-5px}#Top_bar.is-sticky .top_bar_left,#Top_bar.is-sticky .top_bar_right,#Top_bar.is-sticky .top_bar_right:before{background:none}#Top_bar.is-sticky .top_bar_right{top:-4px;height:auto;}#Top_bar.is-sticky .top_bar_right_wrapper{top:15px}.header-plain #Top_bar.is-sticky .top_bar_right_wrapper{top:0}#Top_bar.is-sticky .logo{width:auto;margin:0 30px 0 20px;padding:0}#Top_bar.is-sticky #logo{padding:5px 0!important;height:50px!important;line-height:50px!important}#Top_bar.is-sticky #logo img:not(.svg){max-height:35px;width:auto!important}#Top_bar.is-sticky #logo img.logo-main{display:none}#Top_bar.is-sticky #logo img.logo-sticky{display:inline}#Top_bar.is-sticky .menu_wrapper{clear:none}#Top_bar.is-sticky .menu_wrapper .menu > li > a{padding:15px 0}#Top_bar.is-sticky .menu > li > a,#Top_bar.is-sticky .menu > li > a span{line-height:30px}#Top_bar.is-sticky .menu > li > a:after{top:auto;bottom:-4px}#Top_bar.is-sticky .menu > li > a span.description{display:none}#Top_bar.is-sticky .secondary_menu_wrapper,#Top_bar.is-sticky .banner_wrapper{display:none}.header-overlay #Top_bar.is-sticky{display:none}.sticky-dark #Top_bar.is-sticky{background:rgba(0,0,0,.8)}.sticky-dark #Top_bar.is-sticky #menu{background:rgba(0,0,0,.8)}.sticky-dark #Top_bar.is-sticky .menu > li > a{color:#fff}.sticky-dark #Top_bar.is-sticky .top_bar_right a{color:rgba(255,255,255,.5)}.sticky-dark #Top_bar.is-sticky .wpml-languages a.active,.sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown{background:rgba(0,0,0,0.3);border-color:rgba(0,0,0,0.1)}}@media only screen and (max-width: 1239px){.header_placeholder{height:0!important}#Top_bar #menu{display:none;height:auto;width:300px;bottom:auto;top:100%;right:1px;position:absolute;margin:0}#Top_bar a.responsive-menu-toggle{display:block}#Top_bar #menu > ul{width:100%;float:left}#Top_bar #menu ul li{width:100%;padding-bottom:0;border-right:0;position:relative}#Top_bar #menu ul li a{padding:0 25px;margin:0;display:block;height:auto;line-height:normal;border:none}#Top_bar #menu ul li a:after{display:none}#Top_bar #menu ul li a span{border:none;line-height:44px;display:inline;padding:0}#Top_bar #menu ul li a span.description{margin:0 0 0 5px}#Top_bar #menu ul li.submenu .menu-toggle{display:block;position:absolute;right:15px;top:0;width:44px;height:44px;line-height:44px;font-size:30px;font-weight:300;text-align:center;cursor:pointer;color:#444;opacity:0.33;}#Top_bar #menu ul li.submenu .menu-toggle:after{content:"+"}#Top_bar #menu ul li.hover > .menu-toggle:after{content:"-"}#Top_bar #menu ul li.hover a{border-bottom:0}#Top_bar #menu ul li a span:after{display:none!important}#Top_bar #menu ul.mfn-megamenu li .menu-toggle{display:none}#Top_bar #menu ul li ul{position:relative!important;left:0!important;top:0;padding:0;margin-left:0!important;width:auto!important;background-image:none!important;box-shadow:0 0 0 0 transparent!important;-webkit-box-shadow:0 0 0 0 transparent!important}#Top_bar #menu ul li ul li{width:100%!important}#Top_bar #menu ul li ul li a{padding:0 20px 0 35px}#Top_bar #menu ul li ul li a .menu-arrow{display:none}#Top_bar #menu ul li ul li a span{padding:0}#Top_bar #menu ul li ul li a span:after{display:none!important}#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{text-transform:uppercase;font-weight:400}#Top_bar .menu > li > ul.mfn-megamenu > li > ul{display:block!important;position:inherit;left:auto;top:auto}#Top_bar #menu ul li ul li ul{border-left:0!important;padding:0;top:0}#Top_bar #menu ul li ul li ul li a{padding:0 20px 0 45px}.rtl #Top_bar #menu{left:1px;right:auto}.rtl #Top_bar a.responsive-menu-toggle{left:20px;right:auto}.rtl #Top_bar #menu ul li.submenu .menu-toggle{left:15px;right:auto;border-left:none;border-right:1px solid #eee}.rtl #Top_bar #menu ul li ul{left:auto!important;right:0!important}.rtl #Top_bar #menu ul li ul li a{padding:0 30px 0 20px}.rtl #Top_bar #menu ul li ul li ul li a{padding:0 40px 0 20px}.header-stack .menu_wrapper a.responsive-menu-toggle{position:static!important;margin:11px 0!important}.header-stack .menu_wrapper #menu{left:0;right:auto}.rtl.header-stack #Top_bar #menu{left:auto;right:0}.admin-bar #Header_creative{top:32px}.header-creative.layout-boxed{padding-top:85px}.header-creative.layout-full-width #Wrapper{padding-top:60px}#Header_creative{position:fixed;width:100%;left:0!important;top:0;z-index:1001}#Header_creative .creative-wrapper{display:block!important;opacity:1!important}#Header_creative .creative-menu-toggle,#Header_creative .creative-social{display:none!important;opacity:1!important;filter:alpha(opacity=100)!important}#Header_creative #Top_bar{position:static;width:100%}#Header_creative #Top_bar #logo{height:50px;line-height:50px;padding:5px 0}#Header_creative #Top_bar #logo img{max-height:40px}#Header_creative #logo img.logo-main{display:none}#Header_creative #logo img.logo-sticky{display:inline-block}.logo-no-sticky-padding #Header_creative #Top_bar #logo{height:60px;line-height:60px;padding:0}.logo-no-sticky-padding #Header_creative #Top_bar #logo img{max-height:60px}#Header_creative #Top_bar #header_cart{top:21px}#Header_creative #Top_bar #search_button{top:20px}#Header_creative #Top_bar .wpml-languages{top:11px}#Header_creative #Top_bar .action_button{top:9px}#Header_creative #Top_bar .top_bar_right{height:60px;top:0}#Header_creative #Top_bar .top_bar_right:before{display:none}#Header_creative #Top_bar .top_bar_right_wrapper{top:0}#Header_creative #Action_bar{display:none}#Header_creative.scroll{overflow:visible!important}}#Header_wrapper, #Intro {background-color: #ffffff;}#Subheader {background-color: rgba(255, 255, 255, 1);}.header-classic #Action_bar, .header-fixed #Action_bar, .header-plain #Action_bar, .header-split #Action_bar, .header-stack #Action_bar {background-color: #2C2C2C;}#Sliding-top {background-color: #545454;}#Sliding-top a.sliding-top-control {border-right-color: #545454;}#Sliding-top.st-center a.sliding-top-control,#Sliding-top.st-left a.sliding-top-control {border-top-color: #545454;}#Footer {background-color: #f7f7f7;}body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover,.widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carouselul li a .title,.content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc, .post-nav.minimal a i {color: #525252;}.post-nav.minimal a svg {fill: #525252;}.themecolor, .opening_hours .opening_hours_wrapper li span, .fancy_heading_icon .icon_top,.fancy_heading_arrows .icon-right-dir, .fancy_heading_arrows .icon-left-dir, .fancy_heading_line .title,.button-love a.mfn-love, .format-link .post-title .icon-link, .pager-single > span, .pager-single a:hover,.widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_mfn_recent_comments ul li:after, .widget_archive ul, .widget_recent_comments ul li:after, .widget_nav_menu ul, .woocommerce ul.products li.product .price, .shop_slider .shop_slider_ul li .item_wrapper .price, .woocommerce-page ul.products li.product .price, .widget_price_filter .price_label .from, .widget_price_filter .price_label .to,.woocommerce ul.product_list_widget li .quantity .amount, .woocommerce .product div.entry-summary .price, .woocommerce .star-rating span,#Error_404 .error_pic i, .style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a,.style-simple .quick_fact .title {color: #adba70;}.themebg,#comments .commentlist > li .reply a.comment-reply-link,div.jp-interface,#Filters .filters_wrapper ul li a:hover,#Filters .filters_wrapper ul li.current-cat a,.fixed-nav .arrow,.offer_thumb .slider_pagination a:before,.offer_thumb .slider_pagination a.selected:after,.pager .pages a:hover,.pager .pages a.active,.pager .pages span.page-numbers.current,.pager-single span:after,.portfolio_group.exposure .portfolio-item .desc-inner .line,.Recent_posts ul li .desc:after,.Recent_posts ul li .photo .c,.slider_pagination a.selected,.slider_pagination .slick-active a,.slider_pagination a.selected:after,.slider_pagination .slick-active a:after,.testimonials_slider .slider_images,.testimonials_slider .slider_images a:after,.testimonials_slider .slider_images:before,#Top_bar a#header_cart span,.widget_categories ul,.widget_mfn_menu ul li a:hover,.widget_mfn_menu ul li.current-menu-item:not(.current-menu-ancestor) > a,.widget_mfn_menu ul li.current_page_item:not(.current_page_ancestor) > a,.widget_product_categories ul,.widget_recent_entries ul li:after,.woocommerce-account table.my_account_orders .order-number a,.woocommerce-MyAccount-navigation ul li.is-active a, .style-simple .accordion .question:after,.style-simple .faq .question:after,.style-simple .icon_box .desc_wrapper .title:before,.style-simple #Filters .filters_wrapper ul li a:after,.style-simple .article_box .desc_wrapper p:after,.style-simple .sliding_box .desc_wrapper:after,.style-simple .trailer_box:hover .desc,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet.selected:after,.tparrows.default,.tp-bullets.tp-thumbs .bullet.selected:after{background-color: #adba70;}.Latest_news ul li .photo, .style-simple .opening_hours .opening_hours_wrapper li label,.style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover,.style-simple .offer_thumb .slider_pagination a.selected {border-color: #adba70;}a {color: #697048;}a:hover {color: #697048;}*::-moz-selection {background-color: #697048;}*::selection {background-color: #697048;}.blockquote p.author span, .counter .desc_wrapper .title, .article_box .desc_wrapper p, .team .desc_wrapper p.subtitle, .pricing-box .plan-header p.subtitle, .pricing-box .plan-header .price sup.period, .chart_box p, .fancy_heading .inside,.fancy_heading_line .slogan, .post-meta, .post-meta a, .post-footer, .post-footer a span.label, .pager .pages a, .button-love a .label,.pager-single a, #comments .commentlist > li .comment-author .says, .fixed-nav .desc .date, .filters_buttons li.label, .Recent_posts ul li a .desc .date,.widget_recent_entries ul li .post-date, .tp_recent_tweets .twitter_time, .widget_price_filter .price_label, .shop-filters .woocommerce-result-count,.woocommerce ul.product_list_widget li .quantity, .widget_shopping_cart ul.product_list_widget li dl, .product_meta .posted_in,.woocommerce .shop_table .product-name .variation > dd, .shipping-calculator-button:after,.shop_slider .shop_slider_ul li .item_wrapper .price del,.testimonials_slider .testimonials_slider_ul li .author span, .testimonials_slider .testimonials_slider_ul li .author span a, .Latest_news ul li .desc_footer {color: #40271c;}h1, h1 a, h1 a:hover, .text-logo #logo { color: #3b1e0f; }h2, h2 a, h2 a:hover { color: #3b1e0f; }h3, h3 a, h3 a:hover { color: #3b1e0f; }h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 { color: #3b1e0f; }h5, h5 a, h5 a:hover { color: #575757; }h6, h6 a, h6 a:hover, a.content_link .title { color: #3b1e0f; }.dropcap, .highlight:not(.highlight_image) {background-color: #adba70;}a.button, a.tp-button {background-color: #f7f7f7;color: #525252;}.button-stroke a.button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {border-color: #f7f7f7;color: #525252;}.button-stroke a:hover.button, .button-stroke a:hover.tp-button {background-color: #f7f7f7 !important;color: #fff;}a.button_theme, a.tp-button.button_theme,button, input[type="submit"], input[type="reset"], input[type="button"] {background-color: #adba70;color: #fff;}.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button),.button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme,.button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {border-color: #adba70;color: #adba70 !important;}.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover,.button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {background-color: #adba70 !important;color: #fff !important;}a.mfn-link { color: #525252; }a.mfn-link-2 span, a:hover.mfn-link-2 span:before, a.hover.mfn-link-2 span:before, a.mfn-link-5 span, a.mfn-link-8:after, a.mfn-link-8:before { background: #697048; }a:hover.mfn-link { color: #697048;}a.mfn-link-2 span:before, a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after, a.mfn-link-5:before, a.mfn-link-7:after, a.mfn-link-7:before { background: #697048; }a.mfn-link-6:before {border-bottom-color: #697048;}.woocommerce a.button, .woocommerce .quantity input.plus, .woocommerce .quantity input.minus {background-color: #f7f7f7 !important;color: #525252 !important;}.woocommerce a.button_theme, .woocommerce a.checkout-button, .woocommerce button.button,.woocommerce .button.add_to_cart_button, .woocommerce .button.product_type_external,.woocommerce input[type="submit"], .woocommerce input[type="reset"], .woocommerce input[type="button"],.button-stroke .woocommerce a.checkout-button {background-color: #adba70 !important;color: #fff !important;}.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {color: #525252;}.hr_color, .hr_color hr, .hr_dots span {color: #adba70;background: #adba70;}.hr_zigzag i {color: #adba70;} .highlight-left:after,.highlight-right:after {background: #f3f3f3;}@media only screen and (max-width: 767px) {.highlight-left .wrap:first-child,.highlight-right .wrap:last-child {background: #f3f3f3;}}#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar,.header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {background-color: #ffffff;}#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {background-color: #ffffff;}#Top_bar .top_bar_right:before {background-color: #e3e3e3;}#Header .top_bar_right {background-color: #f5f5f5;}#Top_bar .top_bar_right a:not(.action_button) { color: #444444;}#Top_bar .menu > li > a,#Top_bar #menu ul li.submenu .menu-toggle { color: #754f3c;}#Top_bar .menu > li.current-menu-item > a,#Top_bar .menu > li.current_page_item > a,#Top_bar .menu > li.current-menu-parent > a,#Top_bar .menu > li.current-page-parent > a,#Top_bar .menu > li.current-menu-ancestor > a,#Top_bar .menu > li.current-page-ancestor > a,#Top_bar .menu > li.current_page_ancestor > a,#Top_bar .menu > li.hover > a { color: #677915; }#Top_bar .menu > li a:after { background: #677915; }.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description)::after { border-top-color: #754f3c;}#Top_bar .menu > li.current-menu-item.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current_page_item.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-menu-parent.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-page-parent.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-menu-ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current-page-ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.current_page_ancestor.submenu > a > span:not(.description)::after,#Top_bar .menu > li.hover.submenu > a > span:not(.description)::after { border-top-color: #677915; }.menu-highlight #Top_bar #menu > ul > li.current-menu-item > a,.menu-highlight #Top_bar #menu > ul > li.current_page_item > a,.menu-highlight #Top_bar #menu > ul > li.current-menu-parent > a,.menu-highlight #Top_bar #menu > ul > li.current-page-parent > a,.menu-highlight #Top_bar #menu > ul > li.current-menu-ancestor > a,.menu-highlight #Top_bar #menu > ul > li.current-page-ancestor > a,.menu-highlight #Top_bar #menu > ul > li.current_page_ancestor > a,.menu-highlight #Top_bar #menu > ul > li.hover > a { background: #F2F2F2; }.menu-arrow-bottom #Top_bar .menu > li > a:after { border-bottom-color: #677915;}.menu-arrow-top #Top_bar .menu > li > a:after {border-top-color: #677915;}.header-plain #Top_bar .menu > li.current-menu-item > a,.header-plain #Top_bar .menu > li.current_page_item > a,.header-plain #Top_bar .menu > li.current-menu-parent > a,.header-plain #Top_bar .menu > li.current-page-parent > a,.header-plain #Top_bar .menu > li.current-menu-ancestor > a,.header-plain #Top_bar .menu > li.current-page-ancestor > a,.header-plain #Top_bar .menu > li.current_page_ancestor > a,.header-plain #Top_bar .menu > li.hover > a,.header-plain #Top_bar a:hover#header_cart,.header-plain #Top_bar a:hover#search_button,.header-plain #Top_bar .wpml-languages:hover,.header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {background: #F2F2F2; color: #677915;}.header-plain #Top_bar,.header-plain #Top_bar .menu > li > a span:not(.description),.header-plain #Top_bar a#header_cart,.header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {border-color: #F2F2F2;}#Top_bar .menu > li ul {background-color: #F2F2F2;}#Top_bar .menu > li ul li a {color: #525252;}#Top_bar .menu > li ul li a:hover,#Top_bar .menu > li ul li.hover > a {color: #2e2e2e;}#Top_bar .search_wrapper { background: #677915; }.overlay-menu-toggle {color: #adba70 !important; background: transparent; }#Overlay {background: rgba(117, 79, 60, 0.95);}#overlay-menu ul li a, .header-overlay .overlay-menu-toggle.focus {color: #ffffff;}#overlay-menu ul li.current-menu-item > a,#overlay-menu ul li.current_page_item > a,#overlay-menu ul li.current-menu-parent > a,#overlay-menu ul li.current-page-parent > a,#overlay-menu ul li.current-menu-ancestor > a,#overlay-menu ul li.current-page-ancestor > a,#overlay-menu ul li.current_page_ancestor > a { color: #B1DCFB; }#Top_bar .responsive-menu-toggle,#Header_creative .creative-menu-toggle,#Header_creative .responsive-menu-toggle {color: #adba70; background: transparent;}#Side_slide{background-color: #191919;border-color: #191919; }#Side_slide,#Side_slide .search-wrapper input.field,#Side_slide a:not(.button),#Side_slide #menu ul li.submenu .menu-toggle{color: #525252;}#Side_slide a:not(.button):hover,#Side_slide a.active,#Side_slide #menu ul li.hover > .menu-toggle{color: #FFFFFF;}#Side_slide #menu ul li.current-menu-item > a,#Side_slide #menu ul li.current_page_item > a,#Side_slide #menu ul li.current-menu-parent > a,#Side_slide #menu ul li.current-page-parent > a,#Side_slide #menu ul li.current-menu-ancestor > a,#Side_slide #menu ul li.current-page-ancestor > a,#Side_slide #menu ul li.current_page_ancestor > a,#Side_slide #menu ul li.hover > a,#Side_slide #menu ul li:hover > a{color: #FFFFFF;}#Action_bar .contact_details{color: #bbbbbb}#Action_bar .contact_details a{color: #2991d6}#Action_bar .contact_details a:hover{color: #2275ac}#Action_bar .social li a,#Action_bar .social-menu a{color: #bbbbbb}#Action_bar .social li a:hover,#Action_bar .social-menu a:hover{color: #FFFFFF}#Subheader .title{color: #3b1e0f;}#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a{color: rgba(59, 30, 15, 0.6);}#Footer, #Footer .widget_recent_entries ul li a {color: #81868c;}#Footer a {color: #81868c;}#Footer a:hover {color: #606873;}#Footer h1, #Footer h1 a, #Footer h1 a:hover,#Footer h2, #Footer h2 a, #Footer h2 a:hover,#Footer h3, #Footer h3 a, #Footer h3 a:hover,#Footer h4, #Footer h4 a, #Footer h4 a:hover,#Footer h5, #Footer h5 a, #Footer h5 a:hover,#Footer h6, #Footer h6 a, #Footer h6 a:hover {color: #3b1e0f;}#Footer .themecolor, #Footer .widget_meta ul, #Footer .widget_pages ul, #Footer .widget_rss ul, #Footer .widget_mfn_recent_comments ul li:after, #Footer .widget_archive ul, #Footer .widget_recent_comments ul li:after, #Footer .widget_nav_menu ul, #Footer .widget_price_filter .price_label .from, #Footer .widget_price_filter .price_label .to,#Footer .star-rating span {color: #3b1e0f;}#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c,#Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {background-color: #3b1e0f;}#Footer .Recent_posts ul li a .desc .date, #Footer .widget_recent_entries ul li .post-date, #Footer .tp_recent_tweets .twitter_time, #Footer .widget_price_filter .price_label, #Footer .shop-filters .woocommerce-result-count, #Footer ul.product_list_widget li .quantity, #Footer .widget_shopping_cart ul.product_list_widget li dl {color: #525252;}#Sliding-top, #Sliding-top .widget_recent_entries ul li a {color: #cccccc;}#Sliding-top a {color: #adba70;}#Sliding-top a:hover {color: #94a155;}#Sliding-top h1, #Sliding-top h1 a, #Sliding-top h1 a:hover,#Sliding-top h2, #Sliding-top h2 a, #Sliding-top h2 a:hover,#Sliding-top h3, #Sliding-top h3 a, #Sliding-top h3 a:hover,#Sliding-top h4, #Sliding-top h4 a, #Sliding-top h4 a:hover,#Sliding-top h5, #Sliding-top h5 a, #Sliding-top h5 a:hover,#Sliding-top h6, #Sliding-top h6 a, #Sliding-top h6 a:hover {color: #ffffff;}#Sliding-top .themecolor, #Sliding-top .widget_meta ul, #Sliding-top .widget_pages ul, #Sliding-top .widget_rss ul, #Sliding-top .widget_mfn_recent_comments ul li:after, #Sliding-top .widget_archive ul, #Sliding-top .widget_recent_comments ul li:after, #Sliding-top .widget_nav_menu ul, #Sliding-top .widget_price_filter .price_label .from, #Sliding-top .widget_price_filter .price_label .to,#Sliding-top .star-rating span {color: #adba70;}#Sliding-top .themebg, #Sliding-top .widget_categories ul, #Sliding-top .Recent_posts ul li .desc:after, #Sliding-top .Recent_posts ul li .photo .c,#Sliding-top .widget_recent_entries ul li:after, #Sliding-top .widget_mfn_menu ul li a:hover, #Sliding-top .widget_product_categories ul {background-color: #adba70;}#Sliding-top .Recent_posts ul li a .desc .date, #Sliding-top .widget_recent_entries ul li .post-date, #Sliding-top .tp_recent_tweets .twitter_time, #Sliding-top .widget_price_filter .price_label, #Sliding-top .shop-filters .woocommerce-result-count, #Sliding-top ul.product_list_widget li .quantity, #Sliding-top .widget_shopping_cart ul.product_list_widget li dl {color: #a8a8a8;}blockquote, blockquote a, blockquote a:hover {color: #444444;}.image_frame .image_wrapper .image_links,.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { background: rgba(117, 79, 60, 0.8);}.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after,.masonry.tiles .post-item.no-img,.masonry.tiles .post-item.format-quote,.blog-teaser li .desc-wrapper .desc .post-title:after,.blog-teaser li.no-img,.blog-teaser li.format-quote {background: #754f3c;} .image_frame .image_wrapper .image_links a {color: #ffffff;}.image_frame .image_wrapper .image_links a:hover {background: #ffffff;color: #754f3c;}.image_frame {border-color: #f8f8f8;}.image_frame .image_wrapper .mask::after {background: rgba(255, 255, 255, 0.4);}.sliding_box .desc_wrapper {background: #adba70;}.sliding_box .desc_wrapper:after {border-bottom-color: #adba70;}.counter .icon_wrapper i {color: #adba70;}.quick_fact .number-wrapper {color: #adba70;}.progress_bars .bars_list li .bar .progress { background-color: #adba70;}a:hover.icon_bar {color: #adba70 !important;}a.content_link, a:hover.content_link {color: #adba70;}a.content_link:before {border-bottom-color: #adba70;}a.content_link:after {border-color: #adba70;}.get_in_touch, .infobox {background-color: #adba70;}.google-map-contact-wrapper .get_in_touch:after {border-top-color: #adba70;}.timeline_items li h3:before,.timeline_items:after,.timeline .post-item:before { border-color: #adba70;}.how_it_works .image .number { background: #adba70;}.trailer_box .desc .subtitle {background-color: #adba70;}.icon_box .icon_wrapper, .icon_box a .icon_wrapper,.style-simple .icon_box:hover .icon_wrapper {color: #adba70;}.icon_box:hover .icon_wrapper:before, .icon_box a:hover .icon_wrapper:before { background-color: #adba70;}ul.clients.clients_tiles li .client_wrapper:hover:before { background: #adba70;}ul.clients.clients_tiles li .client_wrapper:after { border-bottom-color: #adba70;}.list_item.lists_1 .list_left {background-color: #adba70;}.list_item .list_left {color: #adba70;}.feature_list ul li .icon i { color: #adba70;}.feature_list ul li:hover,.feature_list ul li:hover a {background: #adba70;}.ui-tabs .ui-tabs-nav li.ui-state-active a,.accordion .question.active .title > .acc-icon-plus,.accordion .question.active .title > .acc-icon-minus,.faq .question.active .title > .acc-icon-plus,.faq .question.active .title,.accordion .question.active .title {color: #adba70;}.ui-tabs .ui-tabs-nav li.ui-state-active a:after {background: #adba70;}body.table-hover:not(.woocommerce-page) table tr:hover td {background: #adba70;}.pricing-box .plan-header .price sup.currency,.pricing-box .plan-header .price > span {color: #adba70;}.pricing-box .plan-inside ul li .yes { background: #adba70;}.pricing-box-box.pricing-box-featured {background: #adba70;}input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],select, textarea, .woocommerce .quantity input.qty {color: #626262;background-color: rgba(255, 255, 255, 1);border-color: #EBEBEB;}input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {color: #1982c2;background-color: rgba(233, 245, 252, 1) !important;border-color: #d5e5ee;}.woocommerce span.onsale, .shop_slider .shop_slider_ul li .item_wrapper span.onsale {border-top-color: #adba70 !important;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {border-color: #adba70 !important;}@media only screen and ( min-width: 768px ){.header-semi #Top_bar:not(.is-sticky) {background-color: rgba(255, 255, 255, 0.8);}}@media only screen and ( max-width: 767px ){#Top_bar{ background: #ffffff !important;}#Action_bar{background: #FFFFFF !important;}#Action_bar .contact_details{color: #222222}#Action_bar .contact_details a{color: #2991d6}#Action_bar .contact_details a:hover{color: #2275ac}#Action_bar .social li a,#Action_bar .social-menu a{color: #bbbbbb}#Action_bar .social li a:hover,#Action_bar .social-menu a:hover{color: #777777}}html { background-color: #FCFCFC;}#Wrapper, #Content { background-color: #ffffff;}body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"],input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {font-family: "Lato", Arial, Tahoma, sans-serif;}#menu > ul > li > a, .action_button, #overlay-menu ul li a {font-family: "Lato", Arial, Tahoma, sans-serif;}#Subheader .title {font-family: "Lato", Arial, Tahoma, sans-serif;}h1, h2, h3, h4, .text-logo #logo {font-family: "Lato", Arial, Tahoma, sans-serif;}h5, h6 {font-family: "Lato", Arial, Tahoma, sans-serif;}blockquote {font-family: "Lato", Arial, Tahoma, sans-serif;}.chart_box .chart .num, .counter .desc_wrapper .number-wrapper, .how_it_works .image .number,.pricing-box .plan-header .price, .quick_fact .number-wrapper, .woocommerce .product div.entry-summary .price {font-family: "Lato", Arial, Tahoma, sans-serif;}body {font-size: 15px;line-height: 21px;font-weight: 400;letter-spacing: 0px;}#menu > ul > li > a, .action_button {font-size: 18px;font-weight: 400;letter-spacing: 2px;}#Subheader .title {font-size: 25px;line-height: 25px;font-weight: 700;letter-spacing: 0px;font-style: italic;}h1, .text-logo #logo { font-size: 48px;line-height: 48px;font-weight: 300;letter-spacing: 0px;}h2 { font-size: 48px;line-height: 48px;font-weight: 700;letter-spacing: 0px;font-style: italic;}h3 {font-size: 32px;line-height: 34px;font-weight: 700;letter-spacing: 2px;font-style: italic;}h4 {font-size: 24px;line-height: 28px;font-weight: 700;letter-spacing: 0px;}h5 {font-size: 20px;line-height: 32px;font-weight: 400;letter-spacing: 1px;font-style: italic;}h6 {font-size: 16px;line-height: 20px;font-weight: 400;letter-spacing: 0px;}#Intro .intro-title { font-size: 70px;line-height: 70px;font-weight: 400;letter-spacing: 0px;}@media only screen and (min-width: 768px) and (max-width: 959px){body {font-size: 13px;line-height: 19px;}#menu > ul > li > a, .action_button {font-size: 15px;}#Subheader .title {font-size: 21px;line-height: 21px;}h1, .text-logo #logo { font-size: 41px;line-height: 41px;}h2 { font-size: 41px;line-height: 41px;}h3 {font-size: 27px;line-height: 29px;}h4 {font-size: 20px;line-height: 24px;}h5 {font-size: 17px;line-height: 27px;}h6 {font-size: 14px;line-height: 19px;}#Intro .intro-title { font-size: 60px;line-height: 60px;}blockquote { font-size: 15px;}.chart_box .chart .num { font-size: 45px; line-height: 45px; }.counter .desc_wrapper .number-wrapper { font-size: 45px; line-height: 45px;}.counter .desc_wrapper .title { font-size: 14px; line-height: 18px;}.faq .question .title { font-size: 14px; }.fancy_heading .title { font-size: 38px; line-height: 38px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 32px; line-height: 32px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 32px; line-height: 32px; }.pricing-box .plan-header h2 { font-size: 27px; line-height: 27px; }.pricing-box .plan-header .price > span { font-size: 40px; line-height: 40px; }.pricing-box .plan-header .price sup.currency { font-size: 18px; line-height: 18px; }.pricing-box .plan-header .price sup.period { font-size: 14px; line-height: 14px;}.quick_fact .number { font-size: 80px; line-height: 80px;}.trailer_box .desc h2 { font-size: 27px; line-height: 27px; }}@media only screen and (min-width: 480px) and (max-width: 767px){body {font-size: 13px;line-height: 19px;}#menu > ul > li > a, .action_button {font-size: 14px;}#Subheader .title {font-size: 19px;line-height: 19px;}h1, .text-logo #logo { font-size: 36px;line-height: 36px;}h2 { font-size: 36px;line-height: 36px;}h3 {font-size: 24px;line-height: 26px;}h4 {font-size: 18px;line-height: 21px;}h5 {font-size: 15px;line-height: 24px;}h6 {font-size: 13px;line-height: 19px;}#Intro .intro-title { font-size: 53px;line-height: 53px;}blockquote { font-size: 14px;}.chart_box .chart .num { font-size: 40px; line-height: 40px; }.counter .desc_wrapper .number-wrapper { font-size: 40px; line-height: 40px;}.counter .desc_wrapper .title { font-size: 13px; line-height: 16px;}.faq .question .title { font-size: 13px; }.fancy_heading .title { font-size: 34px; line-height: 34px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 28px; line-height: 28px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 28px; line-height: 28px; }.pricing-box .plan-header h2 { font-size: 24px; line-height: 24px; }.pricing-box .plan-header .price > span { font-size: 34px; line-height: 34px; }.pricing-box .plan-header .price sup.currency { font-size: 16px; line-height: 16px; }.pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;}.quick_fact .number { font-size: 70px; line-height: 70px;}.trailer_box .desc h2 { font-size: 24px; line-height: 24px; }}@media only screen and (max-width: 479px){body {font-size: 13px;line-height: 19px;}#menu > ul > li > a, .action_button {font-size: 13px;}#Subheader .title {font-size: 15px;line-height: 19px;}h1, .text-logo #logo { font-size: 29px;line-height: 29px;}h2 { font-size: 29px;line-height: 29px;}h3 {font-size: 19px;line-height: 20px;}h4 {font-size: 14px;line-height: 19px;}h5 {font-size: 13px;line-height: 19px;}h6 {font-size: 13px;line-height: 19px;}#Intro .intro-title { font-size: 42px;line-height: 42px;}blockquote { font-size: 13px;}.chart_box .chart .num { font-size: 35px; line-height: 35px; }.counter .desc_wrapper .number-wrapper { font-size: 35px; line-height: 35px;}.counter .desc_wrapper .title { font-size: 13px; line-height: 26px;}.faq .question .title { font-size: 13px; }.fancy_heading .title { font-size: 30px; line-height: 30px; }.offer .offer_li .desc_wrapper .title h3 { font-size: 26px; line-height: 26px; }.offer_thumb_ul li.offer_thumb_li .desc_wrapper .title h3 {font-size: 26px; line-height: 26px; }.pricing-box .plan-header h2 { font-size: 21px; line-height: 21px; }.pricing-box .plan-header .price > span { font-size: 32px; line-height: 32px; }.pricing-box .plan-header .price sup.currency { font-size: 14px; line-height: 14px; }.pricing-box .plan-header .price sup.period { font-size: 13px; line-height: 13px;}.quick_fact .number { font-size: 60px; line-height: 60px;}.trailer_box .desc h2 { font-size: 21px; line-height: 21px; }}.with_aside .sidebar.columns {width: 23%;}.with_aside .sections_group {width: 77%;}.aside_both .sidebar.columns {width: 18%;}.aside_both .sidebar.sidebar-1{ margin-left: -82%;}.aside_both .sections_group {width: 64%;margin-left: 18%;}@media only screen and (min-width:1240px){#Wrapper, .with_aside .content_wrapper {max-width: 1500px;}.section_wrapper, .container {max-width: 1480px;}.layout-boxed.header-boxed #Top_bar.is-sticky{max-width: 1500px;}}#Top_bar #logo,.header-fixed #Top_bar #logo,.header-plain #Top_bar #logo,.header-transparent #Top_bar #logo {height: 120px;line-height: 120px;padding: 25px 0;}.logo-overflow #Top_bar:not(.is-sticky) .logo {height: 170px;}#Top_bar .menu > li > a {padding: 55px 0;}.menu-highlight:not(.header-creative) #Top_bar .menu > li > a {margin: 60px 0;}.header-plain:not(.menu-highlight) #Top_bar .menu > li > a span:not(.description) {line-height: 170px;}.header-fixed #Top_bar .menu > li > a {padding: 70px 0;}#Top_bar .top_bar_right,.header-plain #Top_bar .top_bar_right {height: 170px;}#Top_bar .top_bar_right_wrapper { top: 65px;}.header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button,.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {line-height: 170px;}.header-plain #Top_bar .wpml-languages,.header-plain #Top_bar a.button.action_button {height: 170px;}@media only screen and (max-width: 767px){#Top_bar a.responsive-menu-toggle { top: 70px;}.mobile-header-mini #Top_bar #logo{height:50px!important;line-height:50px!important;margin:5px 0!important;}.mobile-sticky #Top_bar.is-sticky #logo{height:50px!important;line-height:50px!important;margin:5px 50px;}}.twentytwenty-before-label::before { content: "Before";}.twentytwenty-after-label::before { content: "After";}.blog-teaser li .desc-wrapper .desc{background-position-y:-1px;} </style> <!-- style | custom css | theme options --> <style id="mfn-dnmc-theme-css"> /* Subheader */ #Subheader:after { display: none; } /* Image frame / Portfolio */ .image_frame { border: 0 none; box-shadow: 10px 10px 0 0 #e4ddca; } .image_frame.no_border { box-shadow: 0 0 0 0 #e4ddca; } /* Gallery */ .gallery .gallery-item .gallery-icon .image_frame { margin: 10px; } /* Footer */ #Footer .footer_copy { border: 0; background: #efefef; } #Footer .widget h4 { font-size: 20px; } /* Responsive */ .garden-image { margin: 0 auto; max-width: 484px; } .garden-image2 { margin: 0 auto; max-width: 406px; } </style> <!--[if lt IE 9]> <script id="mfn-html5" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- script | retina --> <script id="mfn-dnmc-retina-js"> //<![CDATA[ jQuery(window).load(function(){ var retina = window.devicePixelRatio > 1 ? true : false;if( retina ){var retinaEl = jQuery("#logo img.logo-main");var retinaLogoW = retinaEl.width();var retinaLogoH = retinaEl.height();retinaEl.attr( "src", "https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" ).width( retinaLogoW ).height( retinaLogoH );var stickyEl = jQuery("#logo img.logo-sticky");var stickyLogoW = stickyEl.width();var stickyLogoH = stickyEl.height();stickyEl.attr( "src", "https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" ).width( stickyLogoW ).height( stickyLogoH );var mobileEl = jQuery("#logo img.logo-mobile");var mobileLogoW = mobileEl.width();var mobileLogoH = mobileEl.height();mobileEl.attr( "src", "https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" ).width( mobileLogoW ).height( mobileLogoH );var mobileStickyEl = jQuery("#logo img.logo-mobile-sticky");var mobileStickyLogoW = mobileStickyEl.width();var mobileStickyLogoH = mobileStickyEl.height();mobileStickyEl.attr( "src", "https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" ).width( mobileStickyLogoW ).height( mobileStickyLogoH );}}); //]]> </script> <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://agriscaping.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.3.1.5 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://agriscaping.com/wp-content/uploads/2017/02/Agriscaping-SEAL-64x.jpg" sizes="32x32" /> <link rel="icon" href="https://agriscaping.com/wp-content/uploads/2017/02/Agriscaping-SEAL-64x.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://agriscaping.com/wp-content/uploads/2017/02/Agriscaping-SEAL-64x.jpg" /> <meta name="msapplication-TileImage" content="https://agriscaping.com/wp-content/uploads/2017/02/Agriscaping-SEAL-64x.jpg" /> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ li.social-icon a { color: #ADBA70; } li.social-icon i { font-size:20px; } li.social-icon a:hover {color:#618757; } </style> <noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <!-- body --> <body class="bp-legacy ecwd_event-template-default single single-ecwd_event postid-13700 ecwd-theme-betheme color-custom style-default layout-full-width nice-scroll-on button-flat hide-love header-classic minimalist-header sticky-white ab-hide subheader-both-center menu-line-below-80 menuo-sub-active menuo-no-borders menuo-right mm-vertical footer-copy-center mobile-tb-hide mobile-mini-mr-ll wpb-js-composer js-comp-ver-5.0.1 vc_responsive no-js"> <!-- mfn_hook_top --><!-- mfn_hook_top --> <!-- #Wrapper --> <div id="Wrapper"> <!-- #Header_bg --> <div id="Header_wrapper" > <!-- #Header --> <header id="Header"> <!-- .header_placeholder 4sticky --> <div class="header_placeholder"></div> <div id="Top_bar" class="loading"> <div class="container"> <div class="column one"> <div class="top_bar_left clearfix"> <!-- Logo --> <div class="logo"><a id="logo" href="https://agriscaping.com" title="Agriscaping"><img class="logo-main scale-with-grid" src="https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" alt="" /><img class="logo-sticky scale-with-grid" src="https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" alt="" /><img class="logo-mobile scale-with-grid" src="https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" alt="" /><img class="logo-mobile-sticky scale-with-grid" src="https://agriscaping.com/wp-content/uploads/2017/02/agriscaping-logo-med-2.jpg" alt="" /></a></div> <div class="menu_wrapper"> <nav id="menu" class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home"><a href="https://agriscaping.com/"><span>Home</span></a></li> <li id="menu-item-13072" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/find-a-pro/"><span>Get Started</span></a></li> <li id="menu-item-12790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://agriscaping.com/about-us/"><span>Learn It</span></a> <ul class="sub-menu"> <li id="menu-item-12871" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.kartra.com/page/newsletter"><span>Edible Flower Guide</span></a></li> <li id="menu-item-2413" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://agriscaping.com/diy-mastery/"><span>DIY: Mastery Program</span></a></li> <li id="menu-item-13948" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://agriscaping.com/FAB5"><span>Family Assisted Build (FAB5)</span></a></li> </ul> </li> <li id="menu-item-13065" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="/get-certified/"><span>Lead It</span></a> <ul class="sub-menu"> <li id="menu-item-13066" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.com/get-certified/"><span>Get Certified</span></a></li> <li id="menu-item-13067" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.com/educator/"><span>Educators</span></a></li> <li id="menu-item-13068" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.com/designer/"><span>Designers</span></a></li> <li id="menu-item-13069" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.com/contractor/%20"><span>Contractors</span></a></li> <li id="menu-item-13070" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.com/garden-pro/%20"><span>Gardeners</span></a></li> </ul> </li> <li id="menu-item-12793" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://agriscaping.com/news/"><span>News</span></a></li> <li id="menu-item-13195" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://www.agriscaping.com/events-calendar"><span>Events</span></a></li> <li id="menu-item-13155" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://agriscaping.com/landscaping-services-near-me"><span>Contact Us</span></a></li> <li id="menu-item-2432" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://agriscaping.kartra.com/page/membership"><span>Login</span></a></li> </ul></nav><a class="responsive-menu-toggle " href="#"><i class="icon-menu-fine"></i></a> </div> <div class="secondary_menu_wrapper"> <!-- #secondary-menu --> </div> <div class="banner_wrapper"> </div> <div class="search_wrapper"> <!-- #searchform --> <form method="get" id="searchform" action="https://agriscaping.com/"> <i class="icon_search icon-search-fine"></i> <a href="#" class="icon_close"><i class="icon-cancel-fine"></i></a> <input type="text" class="field" name="s" id="s" placeholder="Enter your search" /> <input type="submit" class="submit" value="" style="display:none;" /> </form> </div> </div> <div class="top_bar_right"><div class="top_bar_right_wrapper"><a id="search_button" href="#"><i class="icon-search-fine"></i></a></div></div> </div> </div> </div> </header> </div> <!-- mfn_hook_content_before --><!-- mfn_hook_content_before --><div id="ecwd-events-content" class="ecwd-events-single hentry site-content"> <div id="post-13700" class="post-13700 ecwd_event type-ecwd_event status-publish hentry"> <article> <div class="ecwd-event" itemscope itemtype="http://schema.org/Event"> <header class="entry-header"> <h1 itemprop="name" class="ecwd-events-single-event-title summary entry-title" >Free Webinar: Gardening With Elegance</h1> </header> <div class="event-detalis"> <div class="ecwd-event-details"> <div class="event-detalis-date"> <label class="ecwd-event-date-info" title="Date"></label> <span class="ecwd-event-date" itemprop="startDate" content="2020-02-19T18:00"> February 19, 2020 <span style="width:5px;"></span> 6:00 pm - 7:00 pm<span class='ecwd_timezone'></span> </span> </div> <div class="ecwd-url"> <a href="https://agriscaping.kartra.com/page/webinarb" target="_blank"> <label class="ecwd-event-url-info" title="Url"></label> https://agriscaping.kartra.com/page/webinarb </a> </div> <div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place"> </div> </div> </div> <div class="clear"></div> <!-- Content --> <div class="entry-content"><h5><a href="https://agriscaping.kartra.com/page/webinarb"><img fetchpriority="high" decoding="async" class="wp-image-13702 size-medium alignleft" src="https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg" alt="" width="190" height="300" srcset="https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-190x300.jpg 190w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-649x1024.jpg 649w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-768x1211.jpg 768w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-974x1536.jpg 974w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-1299x2048.jpg 1299w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-93x146.jpg 93w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-32x50.jpg 32w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-48x75.jpg 48w, https://agriscaping.com/wp-content/uploads/2020/02/2.19.20-Webinar-2-scaled.jpg 1623w" sizes="(max-width: 190px) 100vw, 190px" /></a></h5> <h2><b>Gardening With Elegance: How the Agricaping movement is changing the landscape      </b></h2> <div>Agriscaping principles go beyond simply planting vegetables, fruits and other edibles in your existing landscape. It includes elegant landscape design, weed and pest control, microclimates and more. It also teaches how to work within HOA and city regulations to have a beautiful and productive yard where hyperlocal food is produced. Learn how the Agriscaping movement is changing the landscape by attending our free live webinar!</div> <p>Wednesday, February 19th at 6:00 pm MST</p> <h4><a href="https://agriscaping.kartra.com/page/webinarb">Sign Up Now!</a></h4> </div> <!-- End Content --> <!-- Categories and tags --> <div class="event_cageory_and_tags"> </div> <!-- END Categories and tags --> </div> <!-- #Related Events--> </article> </div> <!-- #post-x --> </div> <script id="ecwd_script_handler" type="text/javascript"> if (typeof ecwd_js_init_call == "object") { ecwd_js_init_call = new ecwd_js_init(); } </script> <!-- mfn_hook_content_after --><!-- mfn_hook_content_after --> <!-- #Footer --> <footer id="Footer" class="clearfix"> <div class="widgets_wrapper" style="padding:15px 0;"><div class="container"><div class="column one-third"><aside id="search-2" class="widget widget_search"><h4>Search Our Site</h4> <form method="get" id="searchform" action="https://agriscaping.com/"> <i class="icon_search icon-search-fine"></i> <a href="#" class="icon_close"><i class="icon-cancel-fine"></i></a> <input type="text" class="field" name="s" id="s" placeholder="Enter your search" /> <input type="submit" class="submit" value="" style="display:none;" /> </form></aside><aside id="text-4" class="widget widget_text"><h4>Get Our Monthly Newsletter</h4> <div class="textwidget"><p>Get notified about events, special discount codes, new courses, giveaways and more! <a href="https://agriscaping.kartra.com/page/newsletter">Sign up now!</a></p> </div> </aside></div><div class="column one-third"><aside id="text-3" class="widget widget_text"><h4>Our Mission</h4> <div class="textwidget">Agriscaping's mission is to improve local food access & sustainability by transforming landscapes into elegant, edible food gardens easily managed with the help of online tools, education and professional support.</div> </aside></div><div class="column one-third"><aside id="text-5" class="widget widget_text"><h4>Terms and Conditions</h4> <div class="textwidget"><a href="/terms/">Refunds, cancellations and our website policies are available here.</a></div> </aside><aside id="sfsi-widget-2" class="widget sfsi"><h4>Follow Us!</h4> <div class="sfsi_widget" data-position="widget" style="display:flex;flex-wrap:wrap;justify-content: left"> <div id='sfsi_wDiv'></div> <div class="norm_row sfsi_wDiv " style="width:225px;position:absolute;;text-align:left"></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function() { if (typeof sfsi_widget_set == "function") { sfsi_widget_set(); } }); </script> <div style="clear: both;"></div> </div> </aside></div></div></div> <div class="footer_copy"> <div class="container"> <div class="column one"> <a id="back_to_top" class="button button_js" href=""><i class="icon-up-open-big"></i></a> <!-- Copyrights --> <div class="copyright"> &copy; 2024 Agriscaping. All Rights Reserved. </div> <ul class="social"><li class="facebook"><a target="_blank" href="http://www.facebook.com/agriscaping" title="Facebook"><i class="icon-facebook"></i></a></li><li class="twitter"><a target="_blank" href="http://www.twitter.com/agriscaping" title="Twitter"><i class="icon-twitter"></i></a></li><li class="youtube"><a target="_blank" href="http://www.youtube.com/agriscaping" title="YouTube"><i class="icon-play"></i></a></li><li class="pinterest"><a target="_blank" href="http://www.pinterest.com/agriscaping" title="Pinterest"><i class="icon-pinterest"></i></a></li><li class="instagram"><a target="_blank" href="http://www.instagram.com/agriscaping" title="Instagram"><i class="icon-instagram"></i></a></li></ul> </div> </div> </div> </footer> </div><!-- #Wrapper --> <!-- mfn_hook_bottom --><!-- mfn_hook_bottom --> <!-- wp_footer() --> <script type="text/javascript"> (function() { window._pa = window._pa || {}; // _pa.orderId = "myOrderId"; // OPTIONAL: attach unique conversion identifier to conversions // _pa.revenue = "19.99"; // OPTIONAL: attach dynamic purchase values to conversions // _pa.productId = "myProductId"; // OPTIONAL: Include product ID for use with dynamic ads var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.marinsm.com/serve/5af0856a72dd9316d40000e8.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); })(); </script> <meta name="google-site-verification" content="584WNtkRg52nocezBLMruQa4483k8NU1v9Es0pvhVe4" /><script> window.addEventListener('sfsi_functions_loaded', function() { if (typeof sfsi_plugin_version == 'function') { sfsi_plugin_version(2.77); } }); function sfsi_processfurther(ref) { var feed_id = 'S05RTkU4VHI1akFSbWxiRTVqeE5MNkFGd2Z6OWhDOEJRVGNIT0RySnBESUNvN0Q4UnpGek4rWi9QWk1uOU5qMmI3YU5OVTByYXBHZmwwMEZOYnBtWGQ3c0pmTTdIb1k2UlJpVStDSk9PYkE5S3ZQZUNkRSthTE1LUlZ1Wmx6Tjh8c0FOcUNpWkszN0ZjbEpsUVI1LzBHTXhrOEJZdWZrVk8zREltNjQwM2lFST0='; var feedtype = 8; var email = jQuery(ref).find('input[name="email"]').val(); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if ((email != "Enter your email") && (filter.test(email))) { if (feedtype == "8") { var url = "https://api.follow.it/subscription-form/" + feed_id + "/" + feedtype; window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760"); return true; } } else { alert("Please enter email address"); jQuery(ref).find('input[name="email"]').focus(); return false; } } </script> <style type="text/css" aria-selected="true"> .sfsi_subscribe_Popinner { width: 100% !important; height: auto !important; border: 1px solid #b5b5b5 !important; padding: 18px 0px !important; background-color: #ffffff !important; } .sfsi_subscribe_Popinner form { margin: 0 20px !important; } .sfsi_subscribe_Popinner h5 { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; margin: 0 0 10px !important; padding: 0 !important; } .sfsi_subscription_form_field { margin: 5px 0 !important; width: 100% !important; display: inline-flex; display: -webkit-inline-flex; } .sfsi_subscription_form_field input { width: 100% !important; padding: 10px 0px !important; } .sfsi_subscribe_Popinner input[type=email] { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-webkit-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-moz-placeholder { /* Firefox 18- */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-moz-placeholder { /* Firefox 19+ */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-ms-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=submit] { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; background-color: #dedede !important; } .sfsi_shortcode_container { float: left; } .sfsi_shortcode_container .norm_row .sfsi_wDiv { position: relative !important; } .sfsi_shortcode_container .sfsi_holders { display: none; } </style> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/event-calendar-wd/js/ecwd_popup.js?ver=1.1.53_58af15b638125" id="ecwd-popup-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.2" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="text/javascript" id="ecwd-public-js-extra"> /* <![CDATA[ */ var ecwd = {"ajaxurl":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","ajaxnonce":"f222cf478b","loadingText":"Loading...","event_popup_title_text":"Event Details","plugin_url":"https:\/\/agriscaping.com\/wp-content\/plugins\/event-calendar-wd","gmap_key":"","gmap_style":""}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/event-calendar-wd/js/scripts.js?ver=1.1.53_58af15b638125" id="ecwd-public-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.2" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/agriscaping.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.2" id="contact-form-7-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/modernizr.custom.min.js?ver=6.4.3" id="SFSIjqueryModernizr-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/jquery.shuffle.min.js?ver=6.4.3" id="SFSIjqueryShuffle-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/random-shuffle-min.js?ver=6.4.3" id="SFSIjqueryrandom-shuffle-js"></script> <script type="text/javascript" id="SFSICustomJs-js-extra"> /* <![CDATA[ */ var sfsi_icon_ajax_object = {"nonce":"6a6b568bc8","ajax_url":"https:\/\/agriscaping.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/agriscaping.com\/wp-content\/plugins\/ultimate-social-media-icons\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://agriscaping.com/wp-content/plugins/ultimate-social-media-icons/js/custom.js?ver=2.8.6" id="SFSICustomJs-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.2" id="jquery-ui-sortable-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2" id="jquery-ui-tabs-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.2" id="jquery-ui-accordion-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/js/plugins.js?ver=16.8" id="jquery-plugins-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/js/menu.js?ver=16.8" id="jquery-mfn-menu-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/assets/animations/animations.min.js?ver=16.8" id="jquery-animations-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/assets/jplayer/jplayer.min.js?ver=16.8" id="jquery-jplayer-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/js/parallax/translate3d.js?ver=16.8" id="jquery-mfn-parallax-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-content/themes/betheme/js/scripts.js?ver=16.8" id="jquery-scripts-js"></script> <script type="text/javascript" src="https://agriscaping.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Gardening With Elegance: How the Agricaping movement is changing the landscape\nAgriscaping principles go beyond simply planting vegetables, fruits and other edibles in your existing landscape. It includes elegant landscape design, weed and pest control, microclimates and more. It also teaches how to work within HOA and city regulations to have a beautiful and productive yard where hyperlocal food is produced. Learn how the Agriscaping movement is changing the landscape by attending our free live webinar!\nWednesday, February 19th at 6:00 pm MST", "id": "<urn:uuid:7e3d2340-963b-48a1-81bb-b400e56d1f14>", "dump": "CC-MAIN-2024-10", "url": "https://agriscaping.com/event/garden-with-elegance", "date": "2024-02-25T08:27:35", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9211918115615845, "token_count": 115 } }
<urn:uuid:523133ca-9dd2-4d24-8ff2-ea511c982518>
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Physics Words Archives - AG Tutoring</title> <link rel="canonical" href="https://agtutoring.ca/category/word-of-the-day/physics-words/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Physics Words Archives - AG Tutoring" /> <meta property="og:url" content="https://agtutoring.ca/category/word-of-the-day/physics-words/" /> <meta property="og:site_name" content="AG Tutoring" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://agtutoring.ca/category/word-of-the-day/physics-words/","url":"https://agtutoring.ca/category/word-of-the-day/physics-words/","name":"Physics Words Archives - AG Tutoring","isPartOf":{"@id":"https://agtutoring.ca/#website"},"breadcrumb":{"@id":"https://agtutoring.ca/category/word-of-the-day/physics-words/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://agtutoring.ca/category/word-of-the-day/physics-words/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://agtutoring.ca/"},{"@type":"ListItem","position":2,"name":"Word of the Day","item":"https://agtutoring.ca/category/word-of-the-day/"},{"@type":"ListItem","position":3,"name":"Physics Words"}]},{"@type":"WebSite","@id":"https://agtutoring.ca/#website","url":"https://agtutoring.ca/","name":"AG Tutoring","description":"It&#039;s your time to shine.","publisher":{"@id":"https://agtutoring.ca/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://agtutoring.ca/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://agtutoring.ca/#organization","name":"AG Tutoring","url":"https://agtutoring.ca/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://agtutoring.ca/#/schema/logo/image/","url":"https://agtutoring.ca/wp-content/uploads/2019/02/cropped-ag-tutoring-logo-square-solid-1200.png","contentUrl":"https://agtutoring.ca/wp-content/uploads/2019/02/cropped-ag-tutoring-logo-square-solid-1200.png","width":240,"height":240,"caption":"AG Tutoring"},"image":{"@id":"https://agtutoring.ca/#/schema/logo/image/"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="AG Tutoring &raquo; Feed" href="https://agtutoring.ca/feed/" /> <link rel="alternate" type="application/rss+xml" title="AG Tutoring &raquo; Physics Words Category Feed" href="https://agtutoring.ca/category/word-of-the-day/physics-words/feed/" /> <script type="text/javascript"> var ajaxurl = 'https://agtutoring.ca/wp-admin/admin-ajax.php'; </script> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/agtutoring.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://agtutoring.ca/wp-includes/css/dist/block-library/style.min.css?ver=6.3.3' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <link rel='stylesheet' id='wpzoom-social-icons-block-style-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/block/dist/style-wpzoom-social-icons.css?ver=4.2.16' media='all' /> <link rel='stylesheet' id='edd-blocks-css' href='https://agtutoring.ca/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=3.2.8' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--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--dark-gray: #1a1a1a;--wp--preset--color--medium-gray: #686868;--wp--preset--color--light-gray: #e5e5e5;--wp--preset--color--blue-gray: #4d545c;--wp--preset--color--bright-blue: #007acc;--wp--preset--color--light-blue: #9adffd;--wp--preset--color--dark-brown: #402b30;--wp--preset--color--medium-brown: #774e24;--wp--preset--color--dark-red: #640c1f;--wp--preset--color--bright-red: #ff675f;--wp--preset--color--yellow: #ffef8e;--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wp-blog-designer-fontawesome-stylesheets-css' href='https://agtutoring.ca/wp-content/plugins/blog-designer//admin/css/fontawesome-all.min.css?ver=1.0' media='all' /> <link rel='stylesheet' id='wp-blog-designer-css-stylesheets-css' href='https://agtutoring.ca/wp-content/plugins/blog-designer/public/css/designer_css.css?ver=1.0' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://agtutoring.ca/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' media='all' /> <link rel='stylesheet' id='edd-styles-css' href='https://agtutoring.ca/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css?ver=3.2.8' media='all' /> <link rel='stylesheet' id='twentysixteen-fonts-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/fonts/merriweather-plus-montserrat-plus-inconsolata.css?ver=20230328' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/genericons/genericons.css?ver=20201208' media='all' /> <link rel='stylesheet' id='twentysixteen-style-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/style.css?ver=20231107' media='all' /> <link rel='stylesheet' id='twentysixteen-block-style-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/css/blocks.css?ver=20231016' media='all' /> <!--[if lt IE 10]> <link rel='stylesheet' id='twentysixteen-ie-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/css/ie.css?ver=20170530' media='all' /> <![endif]--> <!--[if lt IE 9]> <link rel='stylesheet' id='twentysixteen-ie8-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/css/ie8.css?ver=20170530' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentysixteen-ie7-css' href='https://agtutoring.ca/wp-content/themes/twentysixteen/css/ie7.css?ver=20170530' media='all' /> <![endif]--> <link rel='stylesheet' id='wpzoom-social-icons-socicon-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-socicon.css?ver=1705540218' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-genericons-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/genericons.css?ver=1705540218' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-academicons-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/academicons.min.css?ver=1705540218' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-font-awesome-3-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/font-awesome-3.min.css?ver=1705540218' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://agtutoring.ca/wp-includes/css/dashicons.min.css?ver=6.3.3' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-styles-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-social-icons-styles.css?ver=1705540218' media='all' /> <link rel='preload' as='font' id='wpzoom-social-icons-font-academicons-woff2-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff2?v=1.9.2' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-fontawesome-3-woff2-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-genericons-woff-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff' type='font/woff' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-socicon-woff2-css' href='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff2?v=4.2.16' type='font/woff2' crossorigin /> <script src='https://agtutoring.ca/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script> <script src='https://agtutoring.ca/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script> <script src='https://agtutoring.ca/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script> <script src='https://agtutoring.ca/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script> <script src='https://agtutoring.ca/wp-content/plugins/blog-designer/public/js/ticker.min.js?ver=1.0' id='ticker-js'></script> <script src='https://agtutoring.ca/wp-content/plugins/blog-designer/public/js/designer.js?ver=1.0' id='wp-blog-designer-script-js'></script> <!--[if lt IE 9]> <script src='https://agtutoring.ca/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3' id='twentysixteen-html5-js'></script> <![endif]--> <script id='twentysixteen-script-js-extra'> var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"}; </script> <script src='https://agtutoring.ca/wp-content/themes/twentysixteen/js/functions.js?ver=20230629' id='twentysixteen-script-js' defer data-wp-strategy='defer'></script> <link rel="https://api.w.org/" href="https://agtutoring.ca/wp-json/" /><link rel="alternate" type="application/json" href="https://agtutoring.ca/wp-json/wp/v2/categories/49" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://agtutoring.ca/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.3.3" /> <meta name="generator" content="Easy Digital Downloads v3.2.8" /> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><style id="custom-background-css"> body.custom-background { background-image: url("https://agtutoring.ca/wp-content/uploads/2019/02/chalkboard-1309469.jpg"); background-position: left center; background-size: auto; background-repeat: repeat; background-attachment: scroll; } </style> <link rel="icon" href="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-mathematics-1550844-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-mathematics-1550844-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-mathematics-1550844-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-mathematics-1550844-270x270.jpg" /> </head> <body class="archive category category-physics-words category-49 custom-background wp-custom-logo wp-embed-responsive edd-test-mode edd-js-none custom-background-image hfeed"> <style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style> <script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script> <div id="page" class="site"> <div class="site-inner"> <a class="skip-link screen-reader-text" href="#content"> Skip to content </a> <header id="masthead" class="site-header"> <div class="site-header-main"> <div class="site-branding"> <a href="https://agtutoring.ca/" class="custom-logo-link" rel="home"><img width="240" height="240" src="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-ag-tutoring-logo-square-solid-1200.png" class="custom-logo" alt="AG Tutoring" decoding="async" fetchpriority="high" srcset="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-ag-tutoring-logo-square-solid-1200.png 240w, https://agtutoring.ca/wp-content/uploads/2019/02/cropped-ag-tutoring-logo-square-solid-1200-150x150.png 150w" sizes="(max-width: 240px) 85vw, 240px" /></a> <p class="site-title"><a href="https://agtutoring.ca/" rel="home">AG Tutoring</a></p> <p class="site-description">It&#039;s your time to shine.</p> </div><!-- .site-branding --> <button id="menu-toggle" class="menu-toggle">Menu</button> <div id="site-header-menu" class="site-header-menu"> <nav id="site-navigation" class="main-navigation" aria-label="Primary Menu"> <div class="menu-navigating-this-space-container"><ul id="menu-navigating-this-space" class="primary-menu"><li id="menu-item-45" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-45"><a href="https://agtutoring.ca/">Home</a></li> <li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://agtutoring.ca/about/">About</a></li> <li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://agtutoring.ca/prices/">Prices</a></li> <li id="menu-item-147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-147"><a href="https://agtutoring.ca/links-downloads-2/">Worksheets + Downloads</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://agtutoring.ca/contact/">Contact</a></li> <li id="menu-item-91" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-91"><a href="https://agtutoring.ca/blog/">Blog</a></li> <li id="menu-item-303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://agtutoring.ca/checkout/">Checkout</a></li> </ul></div> </nav><!-- .main-navigation --> </div><!-- .site-header-menu --> </div><!-- .site-header-main --> <div class="header-image"> <a href="https://agtutoring.ca/" rel="home"> <img src="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-chemistry-pages-1549685.jpg" width="1200" height="279" alt="AG Tutoring" decoding="async" sizes="(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px" srcset="https://agtutoring.ca/wp-content/uploads/2019/02/cropped-chemistry-pages-1549685.jpg 1200w, https://agtutoring.ca/wp-content/uploads/2019/02/cropped-chemistry-pages-1549685-300x70.jpg 300w, https://agtutoring.ca/wp-content/uploads/2019/02/cropped-chemistry-pages-1549685-768x179.jpg 768w, https://agtutoring.ca/wp-content/uploads/2019/02/cropped-chemistry-pages-1549685-1024x238.jpg 1024w" /> </a> </div><!-- .header-image --> </header><!-- .site-header --> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <header class="page-header"> <h1 class="page-title">Category: <span>Physics Words</span></h1> </header><!-- .page-header --> <article id="post-125" class="post-125 post type-post status-publish format-standard hentry category-physics-words category-word-of-the-day tag-highschooltutor-2 tag-highschooltutoring tag-mississaugatutor-2 tag-physics tag-physicswords tag-privatetutoring-2 tag-sciencefun-2 tag-scienceisawesome tag-scienceiscool tag-scienceisthebest tag-stem-2 tag-tutoring-2 tag-wordoftheday-2 tag-highschooltutor tag-highschooltutoring-2 tag-mississaugatutor tag-physics-2 tag-physicswords-2 tag-privatetutoring tag-sciencefun tag-scienceisawesome-2 tag-scienceiscool-2 tag-scienceisthebest-2 tag-stem tag-tutoring tag-wordoftheday"> <header class="entry-header"> <h2 class="entry-title"><a href="https://agtutoring.ca/2019/04/04/newtons-first-law/" rel="bookmark">Newton&#8217;s First Law</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>An object at rest will stay at rest while an object in motion will stay in motion unless acted on by an external force.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=49&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=98&#038;d=mm&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy' decoding='async'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://agtutoring.ca/author/alison/">Alison Grimshaw</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://agtutoring.ca/2019/04/04/newtons-first-law/" rel="bookmark"><time class="entry-date published" datetime="2019-04-04T09:00:58+00:00">April 4, 2019</time><time class="updated" datetime="2019-03-28T22:32:43+00:00">March 28, 2019</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://agtutoring.ca/category/word-of-the-day/physics-words/" rel="category tag">Physics Words</a>, <a href="https://agtutoring.ca/category/word-of-the-day/" rel="category tag">Word of the Day</a></span><span class="tags-links"><span class="screen-reader-text">Tags </span><a href="https://agtutoring.ca/tag/highschooltutor-2/" rel="tag">#highschooltutor</a>, <a href="https://agtutoring.ca/tag/highschooltutoring/" rel="tag">#highschooltutoring</a>, <a href="https://agtutoring.ca/tag/mississaugatutor-2/" rel="tag">#mississaugatutor</a>, <a href="https://agtutoring.ca/tag/physics/" rel="tag">#physics</a>, <a href="https://agtutoring.ca/tag/physicswords/" rel="tag">#physicswords</a>, <a href="https://agtutoring.ca/tag/privatetutoring-2/" rel="tag">#privatetutoring</a>, <a href="https://agtutoring.ca/tag/sciencefun-2/" rel="tag">#sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome/" rel="tag">#scienceisawesome</a>, <a href="https://agtutoring.ca/tag/scienceiscool/" rel="tag">#scienceiscool</a>, <a href="https://agtutoring.ca/tag/scienceisthebest/" rel="tag">#scienceisthebest</a>, <a href="https://agtutoring.ca/tag/stem-2/" rel="tag">#stem</a>, <a href="https://agtutoring.ca/tag/tutoring-2/" rel="tag">#tutoring</a>, <a href="https://agtutoring.ca/tag/wordoftheday-2/" rel="tag">#wordoftheday</a>, <a href="https://agtutoring.ca/tag/highschooltutor/" rel="tag">highschooltutor</a>, <a href="https://agtutoring.ca/tag/highschooltutoring-2/" rel="tag">highschooltutoring</a>, <a href="https://agtutoring.ca/tag/mississaugatutor/" rel="tag">mississaugatutor</a>, <a href="https://agtutoring.ca/tag/physics-2/" rel="tag">physics</a>, <a href="https://agtutoring.ca/tag/physicswords-2/" rel="tag">physicswords</a>, <a href="https://agtutoring.ca/tag/privatetutoring/" rel="tag">privatetutoring</a>, <a href="https://agtutoring.ca/tag/sciencefun/" rel="tag">sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome-2/" rel="tag">scienceisawesome</a>, <a href="https://agtutoring.ca/tag/scienceiscool-2/" rel="tag">scienceiscool</a>, <a href="https://agtutoring.ca/tag/scienceisthebest-2/" rel="tag">scienceisthebest</a>, <a href="https://agtutoring.ca/tag/stem/" rel="tag">stem</a>, <a href="https://agtutoring.ca/tag/tutoring/" rel="tag">tutoring</a>, <a href="https://agtutoring.ca/tag/wordoftheday/" rel="tag">wordoftheday</a></span> </footer><!-- .entry-footer --> </article><!-- #post-125 --> <article id="post-121" class="post-121 post type-post status-publish format-standard hentry category-math-words category-physics-words category-uncategorized tag-lovetolearn-2 tag-mathnerd-2 tag-mathwords-2 tag-sciencefun-2 tag-scienceisawesome tag-scienceiscool tag-scienceisthebest tag-stem-2 tag-themoreyouknow-2 tag-wordnerd-2 tag-wordoftheday-2 tag-lovetolearn tag-mathnerd tag-mathwords tag-sciencefun tag-scienceisawesome-2 tag-scienceiscool-2 tag-scienceisthebest-2 tag-stem tag-themoreyouknow tag-wordnerd tag-wordoftheday"> <header class="entry-header"> <h2 class="entry-title"><a href="https://agtutoring.ca/2019/04/02/secant/" rel="bookmark">Secant</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>In geometry:<br>A line that intersects a curve in at least 2 points.</p> <p>In trigonometry:<br>In a right angle triangle, the secant of an angle is the length of the hypotenuse divided by the length of the adjacent side.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=49&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=98&#038;d=mm&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy' decoding='async'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://agtutoring.ca/author/alison/">Alison Grimshaw</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://agtutoring.ca/2019/04/02/secant/" rel="bookmark"><time class="entry-date published" datetime="2019-04-02T09:00:15+00:00">April 2, 2019</time><time class="updated" datetime="2019-03-27T17:50:42+00:00">March 27, 2019</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://agtutoring.ca/category/word-of-the-day/math-words/" rel="category tag">Math Words</a>, <a href="https://agtutoring.ca/category/word-of-the-day/physics-words/" rel="category tag">Physics Words</a>, <a href="https://agtutoring.ca/category/uncategorized/" rel="category tag">Uncategorized</a></span><span class="tags-links"><span class="screen-reader-text">Tags </span><a href="https://agtutoring.ca/tag/lovetolearn-2/" rel="tag">#lovetolearn</a>, <a href="https://agtutoring.ca/tag/mathnerd-2/" rel="tag">#mathnerd</a>, <a href="https://agtutoring.ca/tag/mathwords-2/" rel="tag">#mathwords</a>, <a href="https://agtutoring.ca/tag/sciencefun-2/" rel="tag">#sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome/" rel="tag">#scienceisawesome</a>, <a href="https://agtutoring.ca/tag/scienceiscool/" rel="tag">#scienceiscool</a>, <a href="https://agtutoring.ca/tag/scienceisthebest/" rel="tag">#scienceisthebest</a>, <a href="https://agtutoring.ca/tag/stem-2/" rel="tag">#stem</a>, <a href="https://agtutoring.ca/tag/themoreyouknow-2/" rel="tag">#themoreyouknow</a>, <a href="https://agtutoring.ca/tag/wordnerd-2/" rel="tag">#wordnerd</a>, <a href="https://agtutoring.ca/tag/wordoftheday-2/" rel="tag">#wordoftheday</a>, <a href="https://agtutoring.ca/tag/lovetolearn/" rel="tag">lovetolearn</a>, <a href="https://agtutoring.ca/tag/mathnerd/" rel="tag">mathnerd</a>, <a href="https://agtutoring.ca/tag/mathwords/" rel="tag">mathwords</a>, <a href="https://agtutoring.ca/tag/sciencefun/" rel="tag">sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome-2/" rel="tag">scienceisawesome</a>, <a href="https://agtutoring.ca/tag/scienceiscool-2/" rel="tag">scienceiscool</a>, <a href="https://agtutoring.ca/tag/scienceisthebest-2/" rel="tag">scienceisthebest</a>, <a href="https://agtutoring.ca/tag/stem/" rel="tag">stem</a>, <a href="https://agtutoring.ca/tag/themoreyouknow/" rel="tag">themoreyouknow</a>, <a href="https://agtutoring.ca/tag/wordnerd/" rel="tag">wordnerd</a>, <a href="https://agtutoring.ca/tag/wordoftheday/" rel="tag">wordoftheday</a></span> </footer><!-- .entry-footer --> </article><!-- #post-121 --> <article id="post-115" class="post-115 post type-post status-publish format-standard hentry category-physics-words category-word-of-the-day tag-lovetolearn-2 tag-physicswords tag-sciencefun-2 tag-scienceisawesome tag-scienceiscool tag-stem-2 tag-themoreyouknow-2 tag-wordnerd-2 tag-wordoftheday-2 tag-lovetolearn tag-physicswords-2 tag-sciencefun tag-scienceisawesome-2 tag-stem tag-themoreyouknow tag-wordnerd tag-wordoftheday"> <header class="entry-header"> <h2 class="entry-title"><a href="https://agtutoring.ca/2019/03/29/work/" rel="bookmark">Work</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>The application of a force on an object that results in the displacement of the object.</p> <p>The force must be applied, at least in part, in the same direction as the displacement.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="byline"><span class="author vcard"><img alt='' src='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=49&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/96fa3b3710255e30cf500e18f6e52afe?s=98&#038;d=mm&#038;r=g 2x' class='avatar avatar-49 photo' height='49' width='49' loading='lazy' decoding='async'/><span class="screen-reader-text">Author </span> <a class="url fn n" href="https://agtutoring.ca/author/alison/">Alison Grimshaw</a></span></span><span class="posted-on"><span class="screen-reader-text">Posted on </span><a href="https://agtutoring.ca/2019/03/29/work/" rel="bookmark"><time class="entry-date published" datetime="2019-03-29T09:00:33+00:00">March 29, 2019</time><time class="updated" datetime="2019-03-27T12:53:11+00:00">March 27, 2019</time></a></span><span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://agtutoring.ca/category/word-of-the-day/physics-words/" rel="category tag">Physics Words</a>, <a href="https://agtutoring.ca/category/word-of-the-day/" rel="category tag">Word of the Day</a></span><span class="tags-links"><span class="screen-reader-text">Tags </span><a href="https://agtutoring.ca/tag/lovetolearn-2/" rel="tag">#lovetolearn</a>, <a href="https://agtutoring.ca/tag/physicswords/" rel="tag">#physicswords</a>, <a href="https://agtutoring.ca/tag/sciencefun-2/" rel="tag">#sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome/" rel="tag">#scienceisawesome</a>, <a href="https://agtutoring.ca/tag/scienceiscool/" rel="tag">#scienceiscool</a>, <a href="https://agtutoring.ca/tag/stem-2/" rel="tag">#stem</a>, <a href="https://agtutoring.ca/tag/themoreyouknow-2/" rel="tag">#themoreyouknow</a>, <a href="https://agtutoring.ca/tag/wordnerd-2/" rel="tag">#wordnerd</a>, <a href="https://agtutoring.ca/tag/wordoftheday-2/" rel="tag">#wordoftheday</a>, <a href="https://agtutoring.ca/tag/lovetolearn/" rel="tag">lovetolearn</a>, <a href="https://agtutoring.ca/tag/physicswords-2/" rel="tag">physicswords</a>, <a href="https://agtutoring.ca/tag/sciencefun/" rel="tag">sciencefun</a>, <a href="https://agtutoring.ca/tag/scienceisawesome-2/" rel="tag">scienceisawesome</a>, <a href="https://agtutoring.ca/tag/stem/" rel="tag">stem</a>, <a href="https://agtutoring.ca/tag/themoreyouknow/" rel="tag">themoreyouknow</a>, <a href="https://agtutoring.ca/tag/wordnerd/" rel="tag">wordnerd</a>, <a href="https://agtutoring.ca/tag/wordoftheday/" rel="tag">wordoftheday</a></span> </footer><!-- .entry-footer --> </article><!-- #post-115 --> </main><!-- .site-main --> </div><!-- .content-area --> <aside id="secondary" class="sidebar widget-area"> <section id="text-3" class="widget widget_text"><h2 class="widget-title">Find us</h2> <div class="textwidget"><p><strong>Address</strong></p> <p>Mississauga, ON L5M 5M6</p> <p><strong>Hours</strong></p> <p>All of tutoring sessions are via Zoom. I use a whiteboard for explanations and solutions and then email or text them to the students at the end of the session.</p> <p>To see my calendar and make an appointment, use the blue button on the bottom of your screen.</p> <p>Please email ag@agtutoring.ca if you have any difficulty.</p> <p><strong><em>Regular Hours</em></strong><br /> Mon &#8211; Fri: 1 pm &#8211; 8 pm<br /> Sat &amp; Sun: 9 am &#8211;  3 pm</p> <p>Additional times available upon request.</p> </div> </section><section id="text-6" class="widget widget_text"><h2 class="widget-title">About this site</h2> <div class="textwidget"><p>I&#8217;m committed to helping students improve their study habits and make math + science less intimidating.</p> </div> </section><section id="search-2" class="widget widget_search"> <form role="search" method="get" class="search-form" action="https://agtutoring.ca/"> <label> <span class="screen-reader-text"> Search for: </span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <button type="submit" class="search-submit"><span class="screen-reader-text"> Search </span></button> </form> </section><section id="block-4" class="widget widget_block"> <div class="wp-block-group zoom-social-icons-widget zoom-social-icons-legacy-widget-group is-layout-constrained wp-block-group-is-layout-constrained"><div class="wp-block-group__inner-container"> <h3 class="zoom-social-icons-legacy-widget-title widget-title title heading-size-3 wp-block-heading">Follow us</h3> <p class="zoom-social-icons-legacy-widget-description zoom-social-icons-list--align-left"></p> <div class="wp-block-wpzoom-blocks-social-icons is-style-without-canvas" style="--wpz-social-icons-block-item-font-size:18px;--wpz-social-icons-block-item-padding-horizontal:8px;--wpz-social-icons-block-item-padding-vertical:8px;--wpz-social-icons-block-item-margin-horizontal:5px;--wpz-social-icons-block-item-margin-vertical:5px;--wpz-social-icons-block-item-border-radius:50px;--wpz-social-icons-block-label-font-size:20px;--wpz-social-icons-block-label-color:inherit;--wpz-social-icons-block-label-color-hover:inherit;--wpz-social-icons-alignment:flex-start"></div> </div></div> </section> </aside><!-- .sidebar .widget-area --> </div><!-- .site-content --> <footer id="colophon" class="site-footer"> <nav class="main-navigation" aria-label="Footer Primary Menu"> <div class="menu-navigating-this-space-container"><ul id="menu-navigating-this-space-1" class="primary-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-45"><a href="https://agtutoring.ca/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://agtutoring.ca/about/">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://agtutoring.ca/prices/">Prices</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-147"><a href="https://agtutoring.ca/links-downloads-2/">Worksheets + Downloads</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://agtutoring.ca/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-91"><a href="https://agtutoring.ca/blog/">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://agtutoring.ca/checkout/">Checkout</a></li> </ul></div> </nav><!-- .main-navigation --> <div class="site-info"> <span class="site-title"><a href="https://agtutoring.ca/" rel="home">AG Tutoring</a></span> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site-inner --> </div><!-- .site --> <script src='https://agtutoring.ca/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7' id='swv-js'></script> <script id='contact-form-7-js-extra'> var wpcf7 = {"api":{"root":"https:\/\/agtutoring.ca\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src='https://agtutoring.ca/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7' id='contact-form-7-js'></script> <script id='edd-ajax-js-extra'> var edd_scripts = {"ajaxurl":"https:\/\/agtutoring.ca\/wp-admin\/admin-ajax.php","position_in_cart":"","has_purchase_links":"","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"paypal_commerce","redirect_to_checkout":"0","checkout_page":"https:\/\/agtutoring.ca\/checkout\/","permalinks":"1","quantities_enabled":"","taxes_enabled":"0","current_page":"125"}; </script> <script src='https://agtutoring.ca/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=3.2.8' id='edd-ajax-js'></script> <script src='https://agtutoring.ca/wp-content/plugins/social-icons-widget-by-wpzoom/assets/js/social-icons-widget-frontend.js?ver=1705540218' id='zoom-social-icons-widget-frontend-js'></script> <script src='https://www.google.com/recaptcha/api.js?render=6LdJPowUAAAAAHqzS3DgZ2DRo1E7kipuPJpu_KzM&#038;ver=3.0' id='google-recaptcha-js'></script> <script src='https://agtutoring.ca/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script> <script src='https://agtutoring.ca/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script> <script src='https://agtutoring.ca/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script id='wpcf7-recaptcha-js-extra'> var wpcf7_recaptcha = {"sitekey":"6LdJPowUAAAAAHqzS3DgZ2DRo1E7kipuPJpu_KzM","actions":{"homepage":"homepage","contactform":"contactform"}}; </script> <script src='https://agtutoring.ca/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.8.7' id='wpcf7-recaptcha-js'></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "An object at rest will stay at rest while an object in motion will stay in motion unless acted on by an external force.\nA line that intersects a curve in at least 2 points.\nIn a right angle triangle, the secant of an angle is the length of the hypotenuse divided by the length of the adjacent side.\nThe application of a force on an object that results in the displacement of the object.\nThe force must be applied, at least in part, in the same direction as the displacement.", "id": "<urn:uuid:523133ca-9dd2-4d24-8ff2-ea511c982518>", "dump": "CC-MAIN-2024-10", "url": "https://agtutoring.ca/category/word-of-the-day/physics-words/", "date": "2024-02-25T07:36:11", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9068585634231567, "token_count": 107 } }
<urn:uuid:808cbb76-b39a-4b0e-9f5d-c276fea827b7>
<!DOCTYPE html> <html class="html" lang="en"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <style>:root,::before,::after{--mec-color-skin: #3a609f;--mec-color-skin-rgba-1: rgba(58,96,159,.25);--mec-color-skin-rgba-2: rgba(58,96,159,.5);--mec-color-skin-rgba-3: rgba(58,96,159,.75);--mec-color-skin-rgba-4: rgba(58,96,159,.11);--mec-container-normal-width: 1196px;--mec-container-large-width: 1690px;--mec-title-color: #0c2272;--mec-title-color-hover: #000000;--mec-content-color: #000000;--mec-fes-main-color: #000000;--mec-fes-main-color-rgba-1: rgba(0, 0, 0, 0.12);--mec-fes-main-color-rgba-2: rgba(0, 0, 0, 0.23);--mec-fes-main-color-rgba-3: rgba(0, 0, 0, 0.03);--mec-fes-main-color-rgba-4: rgba(0, 0, 0, 0.3);--mec-fes-main-color-rgba-5: rgb(0 0 0 / 7%);--mec-fes-main-color-rgba-6: rgba(0, 0, 0, 0.2);--mec-fluent-main-color: #ade7ff;--mec-fluent-main-color-rgba-1: rgba(173, 231, 255, 0.3);--mec-fluent-main-color-rgba-2: rgba(173, 231, 255, 0.8);--mec-fluent-main-color-rgba-3: rgba(173, 231, 255, 0.1);--mec-fluent-main-color-rgba-4: rgba(173, 231, 255, 0.2);--mec-fluent-main-color-rgba-5: rgba(173, 231, 255, 0.7);--mec-fluent-main-color-rgba-6: rgba(173, 231, 255, 0.7);--mec-fluent-bold-color: #00acf8;--mec-fluent-bg-hover-color: #ebf9ff;--mec-fluent-bg-color: #f5f7f8;--mec-fluent-second-bg-color: #d6eef9;}.mec-fes-form #mec_reg_form_field_types .button.red:before, .mec-fes-form #mec_reg_form_field_types .button.red {border-color: #ffd2dd;color: #ea6485;}.mec-fes-form #mec_reg_form_field_types .button.red:hover, .mec-fes-form #mec_reg_form_field_types .button.red:before, .mec-fes-form #mec_reg_form_field_types .button:hover, .mec-fes-form #mec_bfixed_form_field_types .button:hover:before, .mec-fes-form #mec_reg_form_field_types .button:hover:before, .mec-fes-form #mec_bfixed_form_field_types .button:hover, .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {color: #fff;}.mec-fes-form .mec-meta-box-fields h4 label {background: transparent;}</style><style>.mec-single-event .mec-events-meta-group-booking .mec-book-price-total { color: blue; } .mec-book-form-price ul.mec-book-price-details { display: none; } </style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- This site is optimized with the Yoast SEO plugin v22.0 - https://yoast.com/wordpress/plugins/seo/ --> <title>FAQ - AHI Associates</title> <link rel="canonical" href="https://ahiassociates.com/faq/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="FAQ - AHI Associates" /> <meta property="og:description" content="Frequently Asked Questions All the answers to your questions. If you have a question that’s not answered here you can contact us by filling out our form. Do I get credits for taking this course? Yes, one credit hour for each 50 minutes of training. Who are these courses designed for? The first three levels [&hellip;]" /> <meta property="og:url" content="https://ahiassociates.com/faq/" /> <meta property="og:site_name" content="AHI Associates" /> <meta property="article:modified_time" content="2023-05-23T16:18:59+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://ahiassociates.com/faq/","url":"https://ahiassociates.com/faq/","name":"FAQ - AHI Associates","isPartOf":{"@id":"https://ahiassociates.com/#website"},"datePublished":"2015-04-16T21:40:58+00:00","dateModified":"2023-05-23T16:18:59+00:00","breadcrumb":{"@id":"https://ahiassociates.com/faq/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https://ahiassociates.com/faq/"]}]},{"@type":"BreadcrumbList","@id":"https://ahiassociates.com/faq/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://ahiassociates.com/"},{"@type":"ListItem","position":2,"name":"FAQ"}]},{"@type":"WebSite","@id":"https://ahiassociates.com/#website","url":"https://ahiassociates.com/","name":"AHI Associates","description":"Real People. Real Training. Real Results.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://ahiassociates.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//cdn.datatables.net' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="AHI Associates &raquo; Feed" href="https://ahiassociates.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="AHI Associates &raquo; Comments Feed" href="https://ahiassociates.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.23.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <!-- Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel. --> <!-- No tracking code set --> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ahiassociates.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='mec-select2-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/select2/select2.min.css?ver=7.5.1' media='all' /> <link rel='stylesheet' id='mec-font-icons-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/css/iconfonts.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='mec-frontend-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/css/frontend.min.css?ver=7.5.1' media='all' /> <link rel='stylesheet' id='mec-tooltip-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='mec-tooltip-shadow-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='featherlight-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/featherlight/featherlight.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='mec-lity-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='mec-general-calendar-style-css' href='https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/css/mec-general-calendar.css?ver=6.4.3' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='af-fontawesome-css' href='https://ahiassociates.com/wp-content/plugins/asgaros-forum/libs/fontawesome/css/all.min.css?ver=2.8.0' media='all' /> <link rel='stylesheet' id='af-fontawesome-compat-v4-css' href='https://ahiassociates.com/wp-content/plugins/asgaros-forum/libs/fontawesome/css/v4-shims.min.css?ver=2.8.0' media='all' /> <link rel='stylesheet' id='af-widgets-css' href='https://ahiassociates.com/wp-content/plugins/asgaros-forum/skin/widgets.css?ver=2.8.0' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://ahiassociates.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' media='all' /> <link rel='stylesheet' id='course-listing-css' href='https://ahiassociates.com/wp-content/plugins/course-listing/public/css/course-listing-public.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='datatable-css-css' href='https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='rowreorder-datatable-css-css' href='https://cdn.datatables.net/rowreorder/1.2.8/css/rowReorder.dataTables.min.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='responsive-datatable-css-css' href='https://cdn.datatables.net/responsive/2.2.9/css/responsive.dataTables.min.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='theme-my-login-css' href='https://ahiassociates.com/wp-content/plugins/theme-my-login/assets/styles/theme-my-login.min.css?ver=7.1.6' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://ahiassociates.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://ahiassociates.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='https://ahiassociates.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.5.1' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.27.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-984-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/post-984.css?ver=1708022850' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://ahiassociates.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/global.css?ver=1708022852' media='all' /> <link rel='stylesheet' id='elementor-post-249-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/post-249.css?ver=1708028800' media='all' /> <link rel='stylesheet' id='elementor-post-1012-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/post-1012.css?ver=1708022852' media='all' /> <link rel='stylesheet' id='elementor-post-1066-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/post-1066.css?ver=1708022852' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://ahiassociates.com/wp-content/tablepress-combined.min.css?ver=13' media='all' /> <link rel='stylesheet' id='mm-compiled-options-mobmenu-css' href='https://ahiassociates.com/wp-content/uploads/dynamic-mobmenu.css?ver=2.8.4-957' media='all' /> <link rel='stylesheet' id='mm-google-webfont-dosis-css' href='//fonts.googleapis.com/css?family=Dosis%3Ainherit%2C400&#038;subset=latin%2Clatin-ext&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='mec-single-builder-css' href='https://ahiassociates.com/wp-content/plugins/mec-single-builder/inc/frontend/css/mec-single-builder-frontend.css?ver=1.9.7' media='all' /> <link rel='stylesheet' id='cf7cf-style-css' href='https://ahiassociates.com/wp-content/plugins/cf7-conditional-fields/style.css?ver=2.4.6' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://ahiassociates.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.9.8' media='all' /> <link rel='stylesheet' id='cssmobmenu-icons-css' href='https://ahiassociates.com/wp-content/plugins/mobile-menu/includes/css/mobmenu-icons.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='cssmobmenu-css' href='https://ahiassociates.com/wp-content/plugins/mobile-menu/includes/css/mobmenu.css?ver=2.8.4' media='all' /> <link rel='stylesheet' id='oe-widgets-style-css' href='https://ahiassociates.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://ahiassociates.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://ahiassociates.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/js/mec-general-calendar.js?ver=7.5.1" id="mec-general-calendar-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.js?ver=7.5.1" id="mec-tooltip-script-js"></script> <script id="mec-frontend-script-js-extra"> var mecdata = {"day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","next":"Next","prev":"Prev","elementor_edit_mode":"no","recapcha_key":"6LcWCTslAAAAAMSxQCvklNd9hENOixk-0TMNiF89","ajax_url":"https:\/\/ahiassociates.com\/wp-admin\/admin-ajax.php","fes_nonce":"15c31d7fb8","fes_thankyou_page_time":"2000","fes_upload_nonce":"4191c22b05","current_year":"2024","current_month":"02","datepicker_format":"mm\/dd\/yy&m\/d\/Y"}; </script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/js/frontend.js?ver=7.5.1" id="mec-frontend-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/js/events.js?ver=7.5.1" id="mec-events-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/course-listing/public/js/course-listing-public.js?ver=1.0.0" id="course-listing-js"></script> <script src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js?ver=1.0.0" id="datatable-js-js"></script> <script src="https://cdn.datatables.net/rowreorder/1.2.8/js/dataTables.rowReorder.min.js?ver=1.0.0" id="rowreorder-datatable-js-js"></script> <script src="https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js?ver=1.0.0" id="responsive-datatable-js-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.19.2" id="font-awesome-4-shim-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/mobile-menu/includes/js/mobmenu.js?ver=2.8.4" id="mobmenujs-js"></script> <link rel="https://api.w.org/" href="https://ahiassociates.com/wp-json/" /><link rel="alternate" type="application/json" href="https://ahiassociates.com/wp-json/wp/v2/pages/249" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ahiassociates.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://ahiassociates.com/?p=249' /> <link rel="alternate" type="application/json+oembed" href="https://ahiassociates.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fahiassociates.com%2Ffaq%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ahiassociates.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fahiassociates.com%2Ffaq%2F&#038;format=xml" /> <meta name="generator" content="Elementor 3.19.2; features: e_optimized_assets_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style id="wp-custom-css"> .h2-left h2,.home-info h2,.schedule-heading h2{text-align:left !important}.search-btn input[type="submit"]{margin-right:13px !important}.search-btn input[type="submit"]{margin-right:13px !important}#all_table_wrapper div#all_table_length{display:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#4054b2 !important;border:1px solid #4054b2 !important}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{color:#000 !important} </style> <!-- OceanWP CSS --> <style type="text/css"> /* Header CSS */#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}/* Typography CSS */body{color:#dd3333}.sidebar-box,.footer-box{color:#545454} </style></head> <body data-rsssl=1 class="page-template-default page page-id-249 wp-embed-responsive mec-theme-oceanwp oceanwp-theme dropdown-mobile no-header-border default-breakpoint content-full-width content-max-width page-header-disabled mob-menu-slideout-over elementor-default elementor-template-full-width elementor-kit-984 elementor-page elementor-page-249" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div id="wrap" class="clr"> <header id="site-header" class="clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner"> <div data-elementor-type="header" data-elementor-id="1012" class="elementor elementor-1012 elementor-location-header" data-elementor-post-type="elementor_library"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-54eac7cc elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="54eac7cc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-244acea5" data-id="244acea5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c8e556e elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="c8e556e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://ahiassociates.com/"> <img width="300" height="106" src="https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue-300x106.jpg" class="attachment-medium size-medium wp-image-1001" alt="" srcset="https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue-300x106.jpg 300w, https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue-1024x363.jpg 1024w, https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue-768x273.jpg 768w, https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue-1536x545.jpg 1536w, https://ahiassociates.com/wp-content/uploads/2021/02/AHI-Logo-Long-Blue.jpg 1561w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38baef29" data-id="38baef29" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-2136b6a6 elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2136b6a6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8b4c0fd" data-id="8b4c0fd" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-20d14053 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="20d14053" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-location-arrow"></i> </span> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <span > 1938 Kellogg Avenue </span> </h3> <p class="elementor-icon-box-description"> Carlsbad, CA 92008 </p> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-69941f55" data-id="69941f55" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2afc8ab elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2afc8ab" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="mailto:ahi-admin@ahiassociates.com" target="_blank" class="elementor-icon elementor-animation-" tabindex="-1"> <i aria-hidden="true" class="fas fa-mail-bulk"></i> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="mailto:ahi-admin@ahiassociates.com" target="_blank" > Contact Us: </a> </h3> <p class="elementor-icon-box-description"> ahi-admin@ahiassociates.com </p> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-53e12690" data-id="53e12690" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7c66db0 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="7c66db0" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="tel:+760-444-6236" class="elementor-icon elementor-animation-" tabindex="-1"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="tel:+760-444-6236" > 760-444-6236 </a> </h3> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <nav data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e18c492 elementor-section-content-middle elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle" data-id="e18c492" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-narrow"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8851cb8" data-id="8851cb8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e6b05b1 elementor-nav-menu--stretch elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="e6b05b1" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-angle-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade"> <ul id="menu-1-e6b05b1" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-28"><a href="https://ahiassociates.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3121"><a href="https://ahiassociates.com/scheduled-courses/" class="elementor-item">Scheduled Courses</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5419"><a href="https://ahiassociates.com/our-schedule/" class="elementor-sub-item">Our Course Schedule</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://ahiassociates.com/our-courses-2/" class="elementor-item">Course Descriptions</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://ahiassociates.com/level-1-basic-staff-training/" class="elementor-sub-item">Level I – Basic Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1516"><a href="https://ahiassociates.com/level-ii-semi-staff-training/" class="elementor-sub-item">Level II – Semi-Senior Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ahiassociates.com/level-iii-beginning-in-charge-staff-training/" class="elementor-sub-item">Level III – Beginning In-Charge Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"><a href="https://ahiassociates.com/level-iv-supervisory-management-and-leadership-essentials/" class="elementor-sub-item">Level IV – Management and Leadership Essentials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="https://ahiassociates.com/level-v-supervisory-plus-advanced-management-leadership-essentials/" class="elementor-sub-item">Level V – Advanced Management and Leadership Essentials</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2158"><a href="https://ahiassociates.com/customized-in-firm-courses-virtual-and-in-person/" class="elementor-item">Customized In Firm Courses</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://ahiassociates.com/discussion-leaders/" class="elementor-item">Discussion Leaders</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-249 current_page_item menu-item-255"><a href="https://ahiassociates.com/faq/" aria-current="page" class="elementor-item elementor-item-active">FAQ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2025"><a href="https://ahiassociates.com/contact-us/" class="elementor-item">Contact</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-e6b05b1" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-28"><a href="https://ahiassociates.com/" class="elementor-item" tabindex="-1">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3121"><a href="https://ahiassociates.com/scheduled-courses/" class="elementor-item" tabindex="-1">Scheduled Courses</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5419"><a href="https://ahiassociates.com/our-schedule/" class="elementor-sub-item" tabindex="-1">Our Course Schedule</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://ahiassociates.com/our-courses-2/" class="elementor-item" tabindex="-1">Course Descriptions</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://ahiassociates.com/level-1-basic-staff-training/" class="elementor-sub-item" tabindex="-1">Level I – Basic Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1516"><a href="https://ahiassociates.com/level-ii-semi-staff-training/" class="elementor-sub-item" tabindex="-1">Level II – Semi-Senior Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ahiassociates.com/level-iii-beginning-in-charge-staff-training/" class="elementor-sub-item" tabindex="-1">Level III – Beginning In-Charge Staff Training</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"><a href="https://ahiassociates.com/level-iv-supervisory-management-and-leadership-essentials/" class="elementor-sub-item" tabindex="-1">Level IV – Management and Leadership Essentials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="https://ahiassociates.com/level-v-supervisory-plus-advanced-management-leadership-essentials/" class="elementor-sub-item" tabindex="-1">Level V – Advanced Management and Leadership Essentials</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2158"><a href="https://ahiassociates.com/customized-in-firm-courses-virtual-and-in-person/" class="elementor-item" tabindex="-1">Customized In Firm Courses</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://ahiassociates.com/discussion-leaders/" class="elementor-item" tabindex="-1">Discussion Leaders</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-249 current_page_item menu-item-255"><a href="https://ahiassociates.com/faq/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">FAQ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2025"><a href="https://ahiassociates.com/contact-us/" class="elementor-item" tabindex="-1">Contact</a></li> </ul> </nav> </div> </div> </div> </div> </div> </nav> </div> </header><!-- #site-header --> <main id="main" class="site-main clr" role="main"> <div data-elementor-type="wp-page" data-elementor-id="249" class="elementor elementor-249" data-elementor-post-type="page"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-3f4afc9c elementor-section-full_width elementor-section-height-min-height elementor-section-content-middle elementor-section-height-default elementor-section-items-middle" data-id="3f4afc9c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-265939e1" data-id="265939e1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> </div> </div> </div> </section> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-fffeaff elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fffeaff" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70f6292" data-id="70f6292" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-28684f4 elementor-widget elementor-widget-heading" data-id="28684f4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Frequently Asked Questions</h4> </div> </div> <div class="elementor-element elementor-element-2a7a297 elementor-widget elementor-widget-heading" data-id="2a7a297" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">All the answers to your questions.</h2> </div> </div> <div class="elementor-element elementor-element-c631078 elementor-widget elementor-widget-text-editor" data-id="c631078" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>If you have a question that’s not answered here you can <a href="https://ahiassociates.com/contact/">contact us by filling out our form</a>.</p> </div> </div> <div class="elementor-element elementor-element-254d589 elementor-widget elementor-widget-accordion" data-id="254d589" data-element_type="widget" data-widget_type="accordion.default"> <div class="elementor-widget-container"> <div class="elementor-accordion"> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3911" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-3911" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Do I get credits for taking this course?</a> </div> <div id="elementor-tab-content-3911" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-3911"><p>Yes, one credit hour for each 50 minutes of training.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3912" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-3912" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Who are these courses designed for?</a> </div> <div id="elementor-tab-content-3912" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-3912"><p>The first three levels are technical courses designed for local and regional accounting staff that do audits but also provide tax, compilation and review &amp; consulting services. Levels IV and V are soft skills courses designed for professional managers and leaders in all types of organizations.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3913" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-3913" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">How often are these courses updated?</a> </div> <div id="elementor-tab-content-3913" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-3913"><p>Courses are updated annually to be technically current. Each course is carefully evaluated to assure continued high quality.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3914" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-3914" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Are these materials compatible with PPC?</a> </div> <div id="elementor-tab-content-3914" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-3914"><p>AHI materials are compatible with PPC audit and compilation and review manuals. Many PPC forms are incorporated in the cases used in AHI courses.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3915" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-3915" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">What makes these courses so effective?</a> </div> <div id="elementor-tab-content-3915" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-3915"><p>Courses are designed for participants to be actively involved in learning. Participants discuss and solve problems and cases in small groups and discuss their conclusion in the full group. Lectures are minimized.</p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3916" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-3916" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">What do the courses cost?</a> </div> <div id="elementor-tab-content-3916" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-3916"><p>Costs vary depending on which course, how it is taken (virtual or in-person) and the provider (AHI or State Society). Please refer to How to Take Courses for Specifics. </p></div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-3917" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-3917" aria-expanded="false"> <span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">Do I have to take these in order?</a> </div> <div id="elementor-tab-content-3917" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-3917">Levels I, II and III build on each other to some extent but participants benefit from each course regardless of the order taken. The Levels IV and V, the Leadership and Management Courses, are stand alone.</div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </main><!-- #main --> <div data-elementor-type="footer" data-elementor-id="1066" class="elementor elementor-1066 elementor-location-footer" data-elementor-post-type="elementor_library"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-fcfdea1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fcfdea1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c48f0d4" data-id="c48f0d4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b9e86f8 elementor-align-center elementor-widget elementor-widget-button" data-id="b9e86f8" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://ahiassociates.com/our-catalog/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View Our Catalog</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21a953a" data-id="21a953a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c58c919 elementor-align-center elementor-widget elementor-widget-button" data-id="c58c919" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjM3MzYiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View Our Virtual <br> learning Video</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-5b7a377e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5b7a377e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-396e78f" data-id="396e78f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-793f83fa elementor-section-content-top elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="793f83fa" data-element_type="section"> <div class="elementor-container elementor-column-gap-narrow"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5c8f7f74" data-id="5c8f7f74" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f24a5b elementor-widget elementor-widget-image" data-id="3f24a5b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img src="https://ahiassociates.com/wp-content/uploads/2015/04/ahi-logo.png" title="" alt="" loading="lazy" /> </div> </div> <div class="elementor-element elementor-element-920f557 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="920f557" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-85e54b3" href="https://www.linkedin.com/company/ahi-associates/about/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-phone-square-alt elementor-repeater-item-7eb9628" href="tel:760-444-6236" target="_blank"> <span class="elementor-screen-only">Phone-square-alt</span> <i class="fas fa-phone-square-alt"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-mail-bulk elementor-repeater-item-4126d9e" href="mailto:Doris.Karras@ahiassociates.com" target="_blank"> <span class="elementor-screen-only">Mail-bulk</span> <i class="fas fa-mail-bulk"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d9c0efb" data-id="d9c0efb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57ab41d9 elementor-widget elementor-widget-heading" data-id="57ab41d9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">CONTACT</h4> </div> </div> <div class="elementor-element elementor-element-73ec79e elementor-widget elementor-widget-text-editor" data-id="73ec79e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>AHI Associates Sales Office </strong><br />1938 Kellogg Avenue<br />Carlsbad, CA 92008<br /><a href="tel:+760-444-6236">760-444-6236</a><br /><a href="mailto:ahi-admin@ahiassociates.com">ahi-admin@ahiassociates.com</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-70e4eb5c" data-id="70e4eb5c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fcc2862 elementor-widget elementor-widget-text-editor" data-id="fcc2862" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>AHI Associates Corporate Center</strong> <br />2867 Jolly Road <br />Okemos, Michigan 48864<br /><a href="tel:+760-444-6236">760-444-6236</a><br /><a href="mailto:ahi-admin@ahiassociates.com">ahi-admin@ahiassociates.com</a></p> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-33fc7f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="33fc7f9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dc26348" data-id="dc26348" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c401e65 elementor-widget elementor-widget-text-editor" data-id="c401e65" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>2021 &#8211; AHI ASSOCIATES &#8211; STAFF TRAINING SPECIALISTS  —  Superior Results from Better Trained Staff</p> </div> </div> </div> </div> </div> </section> </div> </div><!-- #wrap --> </div><!-- #outer-wrap --> <a aria-label="Scroll to the top of the page" href="#" id="scroll-top" class="scroll-top-right"><i class=" fa fa-angle-up" aria-hidden="true" role="img"></i></a> <div data-elementor-type="popup" data-elementor-id="3736" class="elementor elementor-3736 elementor-location-popup" data-elementor-settings="{&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-90416da elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="90416da" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a6f025" data-id="5a6f025" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f17fb27 elementor-widget elementor-widget-video" data-id="f17fb27" data-element_type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\/\/ahiassociates.com\/wp-content\/uploads\/2022\/04\/video-tutorial-thumbnail.png&quot;,&quot;id&quot;:3754,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="e-hosted-video elementor-wrapper elementor-open-lightbox"> <div class="elementor-custom-embed-image-overlay" data-elementor-open-lightbox="yes" data-elementor-lightbox="{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;hosted&quot;,&quot;url&quot;:&quot;https:\/\/ahiassociates.com\/wp-content\/uploads\/2022\/04\/Rich-Marketing-VIDEO-22.mp4&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-f17fb27&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;32&quot;},&quot;videoParams&quot;:{&quot;controls&quot;:&quot;&quot;,&quot;preload&quot;:&quot;metadata&quot;,&quot;controlsList&quot;:&quot;nodownload&quot;}}" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJob3N0ZWQiLCJ1cmwiOiJodHRwczpcL1wvYWhpYXNzb2NpYXRlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzA0XC9SaWNoLU1hcmtldGluZy1WSURFTy0yMi5tcDQiLCJtb2RhbE9wdGlvbnMiOnsiaWQiOiJlbGVtZW50b3ItbGlnaHRib3gtZjE3ZmIyNyIsImVudHJhbmNlQW5pbWF0aW9uIjoiIiwiZW50cmFuY2VBbmltYXRpb25fdGFibGV0IjoiIiwiZW50cmFuY2VBbmltYXRpb25fbW9iaWxlIjoiIiwidmlkZW9Bc3BlY3RSYXRpbyI6IjMyIn0sInZpZGVvUGFyYW1zIjp7ImNvbnRyb2xzIjoiIiwicHJlbG9hZCI6Im1ldGFkYXRhIiwiY29udHJvbHNMaXN0Ijoibm9kb3dubG9hZCJ9fQ%3D%3D"> <img fetchpriority="high" width="617" height="404" src="https://ahiassociates.com/wp-content/uploads/2022/04/video-tutorial-thumbnail.png" class="attachment-full size-full wp-image-3754" alt="" srcset="https://ahiassociates.com/wp-content/uploads/2022/04/video-tutorial-thumbnail.png 617w, https://ahiassociates.com/wp-content/uploads/2022/04/video-tutorial-thumbnail-300x196.png 300w" sizes="(max-width: 617px) 100vw, 617px" /> <div class="elementor-custom-embed-play" role="button" aria-label="Play Video" tabindex="0"> <i aria-hidden="true" class="eicon-play"></i> <span class="elementor-screen-only">Play Video</span> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="mobmenu-overlay"></div><div class="mob-menu-header-holder mobmenu" data-menu-display="mob-menu-slideout-over" data-open-icon="down-open" data-close-icon="up-open"><div class="mobmenul-container"><a href="#" class="mobmenu-left-bt mobmenu-trigger-action" data-panel-target="mobmenu-left-panel" aria-label="Left Menu Button"><i class="mob-icon-menu mob-menu-icon"></i><i class="mob-icon-cancel-1 mob-cancel-button"></i></a></div><div class="mob-menu-logo-holder"><a href="https://ahiassociates.com" class="headertext"></a></div><div class="mobmenur-container"></div></div> <div class="mobmenu-left-alignment mobmenu-panel mobmenu-left-panel mobmenu-parent-link "> <a href="#" class="mobmenu-left-bt" aria-label="Left Menu Button"><i class="mob-icon-cancel-1 mob-cancel-button"></i></a> <div class="mobmenu-content"> <div class="menu-main-container"><ul id="mobmenuleft" class="wp-mobile-menu" role="menubar" aria-label="Main navigation for mobile devices"><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-28"><a href="https://ahiassociates.com/" role="menuitem" class="">Home</a></li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3121"><a href="https://ahiassociates.com/scheduled-courses/" role="menuitem" class="">Scheduled Courses</a> <ul role='menu' class="sub-menu "> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5419"><a href="https://ahiassociates.com/our-schedule/" role="menuitem" class="">Our Course Schedule</a></li></ul> </li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://ahiassociates.com/our-courses-2/" role="menuitem" class="">Course Descriptions</a> <ul role='menu' class="sub-menu "> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://ahiassociates.com/level-1-basic-staff-training/" role="menuitem" class="">Level I – Basic Staff Training</a></li> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1516"><a href="https://ahiassociates.com/level-ii-semi-staff-training/" role="menuitem" class="">Level II – Semi-Senior Staff Training</a></li> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ahiassociates.com/level-iii-beginning-in-charge-staff-training/" role="menuitem" class="">Level III – Beginning In-Charge Staff Training</a></li> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"><a href="https://ahiassociates.com/level-iv-supervisory-management-and-leadership-essentials/" role="menuitem" class="">Level IV – Management and Leadership Essentials</a></li> <li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="https://ahiassociates.com/level-v-supervisory-plus-advanced-management-leadership-essentials/" role="menuitem" class="">Level V – Advanced Management and Leadership Essentials</a></li></ul> </li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2158"><a href="https://ahiassociates.com/customized-in-firm-courses-virtual-and-in-person/" role="menuitem" class="">Customized In Firm Courses</a></li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://ahiassociates.com/discussion-leaders/" role="menuitem" class="">Discussion Leaders</a></li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-249 current_page_item menu-item-255"><a href="https://ahiassociates.com/faq/" role="menuitem" class="">FAQ</a></li><li role="none" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2025"><a href="https://ahiassociates.com/contact-us/" role="menuitem" class="">Contact</a></li></ul></div> </div><div class="mob-menu-left-bg-holder"></div></div> <link rel='stylesheet' id='elementor-post-3736-css' href='https://ahiassociates.com/wp-content/uploads/elementor/css/post-3736.css?ver=1708022852' media='all' /> <script src="https://ahiassociates.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script src="https://ahiassociates.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script> <script id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":0,"isRTL":false});}); </script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/js/jquery.typewatch.js?ver=7.5.1" id="mec-typekit-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/featherlight/featherlight.js?ver=7.5.1" id="featherlight-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/select2/select2.full.min.js?ver=7.5.1" id="mec-select2-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.js?ver=7.5.1" id="mec-lity-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/colorbrightness/colorbrightness.min.js?ver=7.5.1" id="mec-colorbrightness-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/modern-events-calendar/assets/packages/owl-carousel/owl.carousel.min.js?ver=7.5.1" id="mec-owl-carousel-script-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/ahiassociates.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src="https://ahiassociates.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script id="theme-my-login-js-extra"> var themeMyLogin = {"action":"","errors":[]}; </script> <script src="https://ahiassociates.com/wp-content/plugins/theme-my-login/assets/scripts/theme-my-login.min.js?ver=7.1.6" id="theme-my-login-js"></script> <script src="https://ahiassociates.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script id="oceanwp-main-js-extra"> var oceanwpLocalize = {"nonce":"e86212adb3","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customScrollOffset":"0","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","ajax_url":"https:\/\/ahiassociates.com\/wp-admin\/admin-ajax.php","oe_mc_wpnonce":"87446a38ef"}; </script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=3.5.1" id="oceanwp-main-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=3.5.1" id="oceanwp-drop-down-mobile-menu-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=3.5.1" id="oceanwp-drop-down-search-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=3.5.1" id="ow-magnific-popup-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=3.5.1" id="oceanwp-lightbox-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=3.5.1" id="ow-flickity-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=3.5.1" id="oceanwp-slider-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=3.5.1" id="oceanwp-scroll-effect-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=3.5.1" id="oceanwp-scroll-top-js"></script> <script src="https://ahiassociates.com/wp-content/themes/oceanwp/assets/js/select.min.js?ver=3.5.1" id="oceanwp-select-js"></script> <script id="wpcf7cf-scripts-js-extra"> var wpcf7cf_global_settings = {"ajaxurl":"https:\/\/ahiassociates.com\/wp-admin\/admin-ajax.php"}; </script> <script src="https://ahiassociates.com/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=2.4.6" id="wpcf7cf-scripts-js"></script> <script src="https://www.google.com/recaptcha/api.js?render=6LcjSpocAAAAAIF7damGhEgukyTq9oFUwiCLcSJW&amp;ver=3.0" id="google-recaptcha-js"></script> <script src="https://ahiassociates.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://ahiassociates.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://ahiassociates.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-recaptcha-js-extra"> var wpcf7_recaptcha = {"sitekey":"6LcjSpocAAAAAIF7damGhEgukyTq9oFUwiCLcSJW","actions":{"homepage":"homepage","contactform":"contactform"}}; </script> <script src="https://ahiassociates.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.8.7" id="wpcf7-recaptcha-js"></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/ahiassociates.com\/wp-admin\/admin-ajax.php","nonce":"aff1a89401","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/ahiassociates.com\/faq\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http:\/\/wiki.lexisnexis.com\/academic\/images\/f\/fb\/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_login_nonce":"17c27d3059","eael_register_nonce":"42ee9b5515","eael_lostpassword_nonce":"29fc375905","eael_resetpassword_nonce":"8ba6d29cb1"}; </script> <script src="https://ahiassociates.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.9.8" id="eael-general-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.19.2" id="elementor-pro-webpack-runtime-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.19.2" id="elementor-webpack-runtime-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.2" id="elementor-frontend-modules-js"></script> <script src="https://ahiassociates.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://ahiassociates.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/ahiassociates.com\/wp-admin\/admin-ajax.php","nonce":"45f521d4ed","urls":{"assets":"https:\/\/ahiassociates.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/ahiassociates.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/ahiassociates.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://ahiassociates.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.19.2" id="elementor-pro-frontend-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.19.2","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/ahiassociates.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":249,"title":"FAQ%20-%20AHI%20Associates","excerpt":"","featuredImage":false}}; </script> <script src="https://ahiassociates.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.19.2" id="elementor-frontend-js"></script> <script src="https://ahiassociates.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.19.2" id="pro-elements-handlers-js"></script> <script src="https://ahiassociates.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src="https://ahiassociates.com/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script id="wpforms-elementor-js-extra"> var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; </script> <script src="https://ahiassociates.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.6.4" id="wpforms-elementor-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Frequently Asked Questions\nAll the answers to your questions.\nIf you have a question that’s not answered here you can contact us by filling out our form.\nYes, one credit hour for each 50 minutes of training.\nThe first three levels are technical courses designed for local and regional accounting staff that do audits but also provide tax, compilation and review & consulting services. Levels IV and V are soft skills courses designed for professional managers and leaders in all types of organizations.\nCourses are updated annually to be technically current. Each course is carefully evaluated to assure continued high quality.\nAHI materials are compatible with PPC audit and compilation and review manuals. Many PPC forms are incorporated in the cases used in AHI courses.\nCourses are designed for participants to be actively involved in learning. Participants discuss and solve problems and cases in small groups and discuss their conclusion in the full group. Lectures are minimized.\nCosts vary depending on which course, how it is taken (virtual or in-person) and the provider (AHI or State Society). Please refer to How to Take Courses for Specifics.", "id": "<urn:uuid:808cbb76-b39a-4b0e-9f5d-c276fea827b7>", "dump": "CC-MAIN-2024-10", "url": "https://ahiassociates.com/faq/", "date": "2024-02-25T09:53:14", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9538698196411133, "token_count": 231 } }
<urn:uuid:e9bf2f85-5882-450b-829e-5ff83c08bb91>
<!DOCTYPE html> <html itemscope itemtype="https://schema.org/QAPage" class="html__responsive " lang="en"> <head> <title>monte carlo tree search - The reason behind using MCTS over Alpha Beta Pruning in Alphazero - Artificial Intelligence Stack Exchange</title> <link rel="shortcut icon" href="https://cdn.sstatic.net/Sites/ai/Img/favicon.ico?v=9c871a5303b0"> <link rel="apple-touch-icon" href="https://cdn.sstatic.net/Sites/ai/Img/apple-touch-icon.png?v=f14d741b295c"> <link rel="image_src" href="https://cdn.sstatic.net/Sites/ai/Img/apple-touch-icon.png?v=f14d741b295c"> <link rel="search" type="application/opensearchdescription+xml" title="Artificial Intelligence Stack Exchange" href="/opensearch.xml"> <link rel="canonical" href="https://ai.stackexchange.com/questions/37419/the-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0"> <meta property="og:type" content= "website" /> <meta property="og:url" content="https://ai.stackexchange.com/questions/37419/the-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero"/> <meta property="og:site_name" content="Artificial Intelligence Stack Exchange" /> <meta property="og:image" itemprop="image primaryImageOfPage" content="https://cdn.sstatic.net/Sites/ai/Img/apple-touch-icon@2.png?v=0c8d75cd59e1" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:domain" content="ai.stackexchange.com"/> <meta name="twitter:title" property="og:title" itemprop="name" content="The reason behind using MCTS over Alpha Beta Pruning in Alphazero" /> <meta name="twitter:description" property="og:description" itemprop="description" content="I am not really satisfied with the available analysis of why AlphaZero uses MCTS instead of Alpha Beta search.&#xA;Some analysis claim that its because MCTS is a lot more humanlike. I disagree because ..." /> <script id="webpack-public-path" type="text/uri-list">https://cdn.sstatic.net/</script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.js"></script> <script defer src="https://cdn.sstatic.net/Js/third-party/npm/@stackoverflow/stacks/dist/js/stacks.min.js?v=d5f780ae3281"></script> <script src="https://cdn.sstatic.net/Js/stub.en.js?v=d1b2dbc97e66"></script> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/stacks.css?v=7dd441f95133"> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Sites/ai/primary.css?v=7ad34cf46803"> <link rel="alternate" type="application/atom+xml" title="Feed for question &#x27;The reason behind using MCTS over Alpha Beta Pruning in Alphazero&#x27;" href="/feeds/question/37419"> <script> StackExchange.ready(function () { StackExchange.using("postValidation", function () { StackExchange.postValidation.initOnBlurAndSubmit($('#post-form'), 2, 'answer'); }); StackExchange.question.init({showAnswerHelp:true,totalCommentCount:0,shownCommentCount:0,enableTables:true,questionId:37419}); styleCode(); StackExchange.realtime.subscribeToQuestion('658', '37419'); StackExchange.using("gps", function () { StackExchange.gps.trackOutboundClicks('#content', '.js-post-body'); }); }); </script> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/Channels/channels.css?v=db82e15fc6d3"> <script type="text/x-mathjax-config"> MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) }, tex2jax: { inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ], displayMath: [ ["$$","$$"], ["\\[", "\\]"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno" }, TeX: { extensions: ["begingroup.js"], noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } }, messageStyle: "none", styles: { ".MathJax_Display, .MathJax_Preview, .MathJax_Preview > *": { "background": "inherit" } }, SEEditor: "mathjaxEditing" }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML-full"></script> <script> StackExchange.ready(function () { StackExchange.realtime.init('wss://qa.sockets.stackexchange.com'); StackExchange.realtime.subscribeToReputationNotifications('658'); StackExchange.realtime.subscribeToTopBarNotifications('658'); }); </script> <script type="application/json" data-role="module-args" data-module-name="Shared/options.mod">{"options":{"locale":"en","serverTime":1708851933,"routeName":"Questions/Show","stackAuthUrl":"https://stackauth.com","networkMetaHostname":"meta.stackexchange.com","site":{"name":"Artificial Intelligence Stack Exchange","description":"Q\u0026A for people interested in conceptual questions about life and challenges in a world where \u0022cognitive\u0022 functions can be mimicked in purely digital environment","isNoticesTabEnabled":true,"enableNewTagCreationWarning":false,"insertSpaceAfterNameTabCompletion":false,"id":658,"cookieDomain":".stackexchange.com","childUrl":"https://ai.meta.stackexchange.com","negativeVoteScoreFloor":null,"enableSocialMediaInSharePopup":true,"protocol":"https"},"user":{"fkey":"c01b0ae704e72a59723b329445bfd7ec741eb124ae1469426c0788fbf9eebea6","tid":"d3676f42-30e3-4b29-970d-cd57465d383e","rep":0,"isAnonymous":true,"isAnonymousNetworkWide":true,"ab":{"collectives_survey":{"v":"coso_survey","g":2}}},"realtime":{"newest":true,"active":true,"tagged":true,"staleDisconnectIntervalInHours":0},"events":{"postType":{"question":1},"postEditionSection":{"title":1,"body":2,"tags":3}}}}</script> <script type="application/json" data-role="module-args" data-module-name="Shared/settings.mod">{"settings":{"questions":{"enableSavesFeature":true,"enableQuestionTitleLengthLiveWarning":true,"maxTitleSize":150,"questionTitleLengthStartLiveWarningChars":50},"mentions":{"maxNumUsersInDropdown":50},"legal":{"useCustomConsent":false,"oneTrustTCFConfigId":"cb0f3c87-b769-4e66-bbaa-377f9194216d"},"search":{},"elections":{"opaVoteResultsBaseUrl":"https://www.opavote.com/results/"},"flags":{"allowRetractingCommentFlags":true,"allowRetractingFlags":true},"site":{"forceHttpsImages":true,"enableUserHovercards":true,"enableImgurHttps":true,"allowImageUploads":true,"stacksEditorPreviewEnabled":true},"snippets":{"renderDomain":"stacksnippets.net"},"intercom":{"appId":"inf0secd","hostBaseUrl":"https://stacksnippets.net","enableJavascriptImplementationFor":true},"markdown":{"enableTables":true},"userMessaging":{},"comments":{},"tags":{},"subscriptions":{"defaultMaxTrueUpSeats":1000,"defaultBasicMaxTrueUpSeats":250,"defaultFreemiumMaxTrueUpSeats":50},"accounts":{"currentPasswordRequiredForChangingStackIdPassword":true},"paths":{"jQueryUIJSPath":"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js","jQueryUICSSPath":"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.css"}}}</script> <script>StackExchange.init();</script> <script> StackExchange.using.setCacheBreakers({"Js/adops.en.js":"6da43f5e0a84","Js/ask.en.js":"","Js/begin-edit-event.en.js":"20edbaccceae","Js/copy-transpiled.en.js":"d31dc7eba3bc","Js/events.en.js":"","Js/explore-qlist.en.js":"2b1f34938b8b","Js/full-anon.en.js":"5adec7a87b06","Js/full.en.js":"387d53fc6a48","Js/highlightjs-loader.en.js":"510e2f94c2bf","Js/inline-tag-editing.en.js":"3e8cc64ee9d6","Js/keyboard-shortcuts.en.js":"107c2ac31497","Js/markdown-it-loader.en.js":"5818ef89ff9d","Js/mentions-transpiled.en.js":"d398f7c1afbf","Js/moderator.en.js":"288a6408e5e1","Js/postCollections-transpiled.en.js":"11a255fe9394","Js/post-validation.en.js":"243bf7d290a3","Js/question-editor.en.js":"","Js/review-v2-transpiled.en.js":"d8246fd945d5","Js/revisions.en.js":"47b4d5ac24c9","Js/stacks-editor.en.js":"27d5bb2356fc","Js/tageditor.en.js":"dc13482a67f8","Js/tageditornew.en.js":"b3d2f0187c1a","Js/tagsuggestions.en.js":"bd6ec908f2a7","Js/unlimited-transpiled.en.js":"f26a1d5f3365","Js/wmd.en.js":"102d8a628997","Js/mathjax-editing.en.js":"2581d730d948"}); StackExchange.using("gps", function() { StackExchange.gps.init(false); }); </script> <noscript id="noscript-css"><style>body,.s-topbar{margin-top:1.9em}</style></noscript> </head> <body class="question-page unified-theme"> <div id="notify-container"></div> <div id="custom-header"></div> <header class="s-topbar ps-fixed t0 l0 js-top-bar"> <div class="s-topbar--container"> <a href="#" class="s-topbar--menu-btn js-left-sidebar-toggle" role="menuitem" aria-haspopup="true" aria-controls="left-sidebar" aria-expanded="false"><span></span></a> <div class="topbar-dialog leftnav-dialog js-leftnav-dialog dno"> <div class="left-sidebar js-unpinned-left-sidebar" data-can-be="left-sidebar" data-is-here-when="sm"></div> </div> <a href="#" class="s-topbar--logo network-logo js-gps-track js-network-logo" data-gps-track="stack_exchange_popup.show" role="menuitem" aria-haspopup="true" aria-controls="topbar-network-logo-dialog" aria-expanded="false"> <svg aria-hidden="true" class="native mtn1 svg-icon iconLogoSEAlternativeSm" width="107" height="15" viewBox="0 0 107 15"><path d="m48.41 11.93-1.96-3.2-1.04 1.16v2.04h-1.42V2.18h1.42v6.01L48.14 5h1.72l-2.44 2.7 2.74 4.22h-1.75Zm-7.06.08c-1.59 0-3.14-.96-3.14-3.56s1.55-3.54 3.14-3.54c.97 0 1.65.27 2.31.97l-.97.93c-.44-.48-.79-.66-1.34-.66s-1 .22-1.3.62c-.31.38-.42.87-.42 1.68 0 .81.1 1.32.41 1.7.3.4.76.62 1.3.62.56 0 .9-.18 1.35-.66l.97.92c-.66.7-1.34.98-2.31.98Zm-5.66-3.15h-1.65c-.83 0-1.26.37-1.26 1s.4.99 1.3.99c.53 0 .93-.04 1.3-.4.22-.2.31-.53.31-1.03v-.56Zm.03 3.07v-.63c-.51.5-1 .71-1.87.71-.87 0-1.46-.2-1.89-.63a2.1 2.1 0 0 1-.55-1.49c0-1.16.82-2 2.42-2h1.86v-.5c0-.87-.44-1.3-1.54-1.3-.77 0-1.15.18-1.54.68l-.92-.86c.66-.77 1.35-1 2.52-1 1.93 0 2.9.8 2.9 2.38v4.64h-1.39Zm-5.9 0c-1.32 0-1.93-.93-1.93-1.93V6.18h-.8V5.1h.8V3h1.41v2.1h1.36v1.07H29.3v3.75c0 .5.25.81.78.81h.58v1.2h-.85Zm-6.33.08c-1.48 0-2.55-.34-3.49-1.28l1-.98c.72.72 1.51.94 2.52.94 1.3 0 2.04-.55 2.04-1.5 0-.42-.13-.78-.39-1.01-.25-.23-.5-.33-1.08-.41l-1.16-.17a3.4 3.4 0 0 1-1.88-.78 2.41 2.41 0 0 1-.72-1.86c0-1.7 1.25-2.86 3.3-2.86 1.3 0 2.22.33 3.07 1.1l-.96.94a2.92 2.92 0 0 0-2.15-.75c-1.16 0-1.8.65-1.8 1.52 0 .35.1.67.37.9.25.22.65.38 1.11.45l1.13.17c.91.13 1.42.35 1.84.72.54.47.8 1.17.8 2 0 1.8-1.48 2.86-3.55 2.86Z" fill="#FEFEFE"/><path d="M104.16 7.09c-.2-.42-.6-.74-1.2-.74s-.99.32-1.18.74c-.1.25-.15.44-.16.75h2.7a2 2 0 0 0-.16-.75Zm-2.54 1.96c0 .9.56 1.57 1.55 1.57.78 0 1.16-.21 1.61-.66l1.08 1.04a3.4 3.4 0 0 1-2.7 1.11c-1.68 0-3.29-.76-3.29-3.62 0-2.3 1.26-3.6 3.1-3.6 1.97 0 3.1 1.44 3.1 3.37v.79h-4.45Zm-5.48-2.57C95.1 6.48 95 7.37 95 8.3c0 .94.1 1.85 1.15 1.85 1.05 0 1.18-.91 1.18-1.85 0-.93-.13-1.82-1.18-1.82Zm-.17 8.22c-1.1 0-1.84-.21-2.58-.92l1.1-1.11c.4.38.8.54 1.4.54 1.06 0 1.43-.74 1.43-1.46v-.72c-.47.51-1 .7-1.7.7-.69 0-1.29-.23-1.68-.62-.67-.66-.73-1.57-.73-2.8 0-1.24.06-2.13.73-2.8.4-.39 1-.62 1.7-.62.75 0 1.24.2 1.73.75v-.67h1.72v6.8c0 1.7-1.21 2.93-3.12 2.93Zm-5.76-2.67V7.76c0-.96-.61-1.28-1.17-1.28-.56 0-1.18.32-1.18 1.28v4.27h-1.78V4.97h1.73v.65a2.44 2.44 0 0 1 1.78-.73c.7 0 1.28.23 1.67.62.58.57.73 1.24.73 2v4.52H90.2Zm-7.1-2.98h-1.4c-.64 0-1 .3-1 .8 0 .49.33.81 1.02.81.5 0 .8-.04 1.12-.34.2-.17.26-.46.26-.89v-.38Zm.04 2.98v-.6c-.48.47-.93.67-1.74.67-.8 0-1.4-.2-1.82-.62-.38-.4-.58-.97-.58-1.59 0-1.12.77-2.05 2.42-2.05h1.68V7.5c0-.77-.38-1.11-1.32-1.11-.68 0-1 .16-1.37.58l-1.13-1.1c.7-.75 1.38-.97 2.57-.97 1.99 0 3.02.84 3.02 2.5v4.64h-1.73Zm-6.93 0v-4.3c0-.94-.6-1.25-1.15-1.25-.56 0-1.15.32-1.15 1.24v4.31h-1.77V2.38h1.77v3.24a2.35 2.35 0 0 1 1.7-.73c1.56 0 2.38 1.08 2.38 2.57v4.57h-1.78Zm-6.96.08c-1.42 0-3.18-.76-3.18-3.62 0-2.85 1.76-3.6 3.18-3.6.98 0 1.72.3 2.34.95l-1.2 1.2c-.36-.4-.68-.56-1.14-.56-.42 0-.75.14-1.01.46-.27.33-.4.8-.4 1.55s.13 1.24.4 1.58c.26.3.59.46 1 .46.47 0 .79-.16 1.15-.56l1.2 1.18c-.62.65-1.36.96-2.34.96Zm-5.53-.08-1.3-2.11-1.3 2.11H59l2.45-3.6-2.35-3.46h2.12L62.42 7l1.21-2.02h2.13L63.4 8.43l2.46 3.6h-2.13Zm-11.75 0V2.06h6.6V3.8h-4.65v2.33h3.96v1.74h-3.96v2.42h4.65v1.74h-6.6Z" fill="#2F96E8"/><path d="M0 3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2H0Z" fill="#8FD8F7"/><path d="M12 10H0c0 1.1.9 2 2 2h5v3l3-3a2 2 0 0 0 2-2Z" fill="#155397"/><path fill="#46A2D9" d="M0 4h12v2H0z"/><path fill="#2D6DB5" d="M0 7h12v2H0z"/></svg> </a> <div class="topbar-dialog network-logo-dialog js-network-logo-dialog dno" id="topbar-network-logo-dialog" role="dialog" aria-labelledby="topbar-network-logo-dialog-title" aria-describedby="topbar-network-logo-dialog-body"> <div class="dialog-content"> <h4 class="bold" id="topbar-network-logo-dialog-title">Stack Exchange Network</h4> <p id="topbar-network-logo-dialog-body"> Stack Exchange network consists of 183 Q&amp;A communities including <a href="https://stackoverflow.com">Stack Overflow</a>, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. </p> <a class="s-btn s-btn__filled" href="https://stackexchange.com" data-gps-track="stack_exchange_popup.click">Visit Stack Exchange</a> <button class="s-btn s-btn__muted p0 ps-absolute t16 r16 js-close-button" aria-label="Close"><svg aria-hidden="true" class="svg-icon iconClear" width="18" height="18" viewBox="0 0 18 18"><path d="M15 4.41 13.59 3 9 7.59 4.41 3 3 4.41 7.59 9 3 13.59 4.41 15 9 10.41 13.59 15 15 13.59 10.41 9 15 4.41Z"/></svg></button> </div> </div> <form id="search" role="search" action=/search class="s-topbar--searchbar js-searchbar " autocomplete="off"> <div class="s-topbar--searchbar--input-group"> <input name="q" type="text" role="combobox" placeholder="Search on Artificial Intelligence&#x2026;" value="" autocomplete="off" maxlength="240" class="s-input s-input__search js-search-field " aria-label="Search" aria-controls="top-search" data-controller="s-popover" data-action="focus->s-popover#show" data-s-popover-placement="bottom-start" /> <svg aria-hidden="true" class="s-input-icon s-input-icon__search svg-icon iconSearch" width="18" height="18" viewBox="0 0 18 18"><path d="m18 16.5-5.14-5.18h-.35a7 7 0 1 0-1.19 1.19v.35L16.5 18l1.5-1.5ZM12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Z"/></svg> <div class="s-popover p0 wmx100 wmn4 sm:wmn-initial js-top-search-popover" id="top-search" role="menu"> <div class="s-popover--arrow"></div> <div class="js-spinner p24 d-flex ai-center jc-center d-none"> <div class="s-spinner s-spinner__sm fc-orange-400"> <div class="v-visible-sr">Loading&#x2026;</div> </div> </div> <span class="v-visible-sr js-screen-reader-info"></span> <div class="js-ac-results overflow-y-auto hmx3 d-none"></div> <div class="js-search-hints" aria-describedby="Tips for searching"></div> </div> </div> </form> <nav class="h100 ml-auto overflow-x-auto pr12"> <ol class="s-topbar--content" role="menubar"> <li role="none"> <a href="/help" class="s-topbar--item js-help-button" role="menuitem" title="Help Center and other resources" aria-haspopup="true" aria-controls="topbar-help-dialog" data-ga="[&quot;top navigation&quot;,&quot;help menu click&quot;,null,null,null]"><svg aria-hidden="true" class="svg-icon iconHelp" width="18" height="18" viewBox="0 0 18 18"><path d="M9 1C4.64 1 1 4.64 1 9c0 4.36 3.64 8 8 8 4.36 0 8-3.64 8-8 0-4.36-3.64-8-8-8Zm.81 12.13c-.02.71-.55 1.15-1.24 1.13-.66-.02-1.17-.49-1.15-1.2.02-.72.56-1.18 1.22-1.16.7.03 1.2.51 1.17 1.23ZM11.77 8c-.59.66-1.78 1.09-2.05 1.97a4 4 0 0 0-.09.75c0 .05-.03.16-.18.16H7.88c-.16 0-.18-.1-.18-.15.06-1.35.66-2.2 1.83-2.88.39-.29.7-.75.7-1.24.01-1.24-1.64-1.82-2.35-.72-.21.33-.18.73-.18 1.1H5.75c0-1.97 1.03-3.26 3.03-3.26 1.75 0 3.47.87 3.47 2.83 0 .57-.2 1.05-.48 1.44Z"/></svg></a> </li> <div class="topbar-dialog help-dialog js-help-dialog dno" id="topbar-help-dialog" role="menu"> <div class="modal-content"> <ul> <li> <a href="/tour" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:1 })" data-ga="[&quot;top navigation&quot;,&quot;tour submenu click&quot;,null,null,null]"> Tour <span class="item-summary"> Start here for a quick overview of the site </span> </a> </li> <li> <a href="/help" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:4 })" data-ga="[&quot;top navigation&quot;,&quot;help center&quot;,null,null,null]"> Help Center <span class="item-summary"> Detailed answers to any questions you might have </span> </a> </li> <li> <a href="https://ai.meta.stackexchange.com" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:2 })" data-ga="[&quot;top navigation&quot;,&quot;meta submenu click&quot;,null,null,null]"> Meta <span class="item-summary"> Discuss the workings and policies of this site </span> </a> </li> <li> <a href="https://stackoverflow.co/" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:6 })" data-ga="[&quot;top navigation&quot;,&quot;about us submenu click&quot;,null,null,null]"> About Us <span class="item-summary"> Learn more about Stack Overflow the company, and our products </span> </a> </li> </ul> </div> </div> <li role="none"> <a href="https://stackexchange.com" class="s-topbar--item js-site-switcher-button js-gps-track" data-gps-track="site_switcher.show" aria-label="Site switcher" role="menuitem" title="A list of all 183 Stack Exchange sites" aria-haspopup="true" aria-expanded="false" data-ga="[&quot;top navigation&quot;,&quot;stack exchange click&quot;,null,null,null]"> <svg aria-hidden="true" class="svg-icon iconStackExchange" width="18" height="18" viewBox="0 0 18 18"><path d="M15 1H3a2 2 0 0 0-2 2v2h16V3a2 2 0 0 0-2-2ZM1 13c0 1.1.9 2 2 2h8v3l3-3h1a2 2 0 0 0 2-2v-2H1v2Zm16-7H1v4h16V6Z"/></svg> </a> </li> <li class="js-topbar-dialog-corral" role="presentation"> <div class="topbar-dialog siteSwitcher-dialog dno" role="menu"> <div class="header fw-wrap"> <h3 class="flex--item"> <a href="https://ai.stackexchange.com">current community</a> </h3> <div class="flex--item fl1"> <div class="ai-center d-flex jc-end"> <button class="js-close-button s-btn s-btn__muted p0 ml8 d-none sm:d-block" type="button" aria-label="Close" > <svg aria-hidden="true" class="svg-icon iconClear" width="18" height="18" viewBox="0 0 18 18"><path d="M15 4.41 13.59 3 9 7.59 4.41 3 3 4.41 7.59 9 3 13.59 4.41 15 9 10.41 13.59 15 15 13.59 10.41 9 15 4.41Z"/></svg> </button> </div> </div> </div> <div class="modal-content bg-blue-200 current-site-container"> <ul class="current-site"> <li class="d-flex"> <div class="fl1"> <a href="https://ai.stackexchange.com" class="current-site-link d-flex gx8 site-link js-gps-track" data-id="658" data-gps-track="site_switcher.click({ item_type:3 })"> <div class="favicon favicon-ai site-icon flex--item" title="Artificial Intelligence"></div> <span class="flex--item fl1"> Artificial Intelligence </span> </a> </div> <div class="related-links"> <a href="https://ai.stackexchange.com/help" class="js-gps-track" data-gps-track="site_switcher.click({ item_type:14 })">help</a> <a href="https://chat.stackexchange.com?tab=site&amp;host=ai.stackexchange.com" class="js-gps-track" data-gps-track="site_switcher.click({ item_type:6 })">chat</a> </div> </li> <li class="related-site d-flex"> <div class="L-shaped-icon-container"> <span class="L-shaped-icon"></span> </div> <a href="https://ai.meta.stackexchange.com" class="s-block-link px16 d-flex gx8 site-link js-gps-track" data-id="659" data-gps-track="site.switch({ target_site:659, item_type:3 }),site_switcher.click({ item_type:4 })"> <div class="favicon favicon-aimeta site-icon flex--item" title="Artificial Intelligence Meta"></div> <span class="flex--item fl1"> Artificial Intelligence Meta </span> </a> </li> </ul> </div> <div class="header" id="your-communities-header"> <h3> your communities </h3> </div> <div class="modal-content" id="your-communities-section"> <div class="call-to-login"> <a href="https://ai.stackexchange.com/users/signup?ssrc=site_switcher&amp;returnurl=https%3a%2f%2fai.stackexchange.com%2fquestions%2f37419%2fthe-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" class="login-link js-gps-track" data-gps-track="site_switcher.click({ item_type:10 })">Sign up</a> or <a href="https://ai.stackexchange.com/users/login?ssrc=site_switcher&amp;returnurl=https%3a%2f%2fai.stackexchange.com%2fquestions%2f37419%2fthe-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" class="login-link js-gps-track" data-gps-track="site_switcher.click({ item_type:11 })">log in</a> to customize your list. </div> </div> <div class="header"> <h3><a href="https://stackexchange.com/sites">more stack exchange communities</a> </h3> <a href="https://stackoverflow.blog" class="float-right">company blog</a> </div> <div class="modal-content"> <div class="child-content"></div> </div> </div> </li> <li role="none"><button class="s-topbar--item s-btn s-btn__icon s-btn__muted d-none sm:d-inline-flex js-searchbar-trigger" role="menuitem" aria-label="Search" aria-haspopup="true" aria-controls="search" title="Click to show search"><svg aria-hidden="true" class="svg-icon iconSearch" width="18" height="18" viewBox="0 0 18 18"><path d="m18 16.5-5.14-5.18h-.35a7 7 0 1 0-1.19 1.19v.35L16.5 18l1.5-1.5ZM12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Z"/></svg></button></li> <li role="none"> <a href="https://ai.stackexchange.com/users/login?ssrc=head&returnurl=https%3a%2f%2fai.stackexchange.com%2fquestions%2f37419%2fthe-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" class="s-topbar--item s-topbar--item__unset s-btn s-btn__outlined ws-nowrap js-gps-track" role="menuitem" rel="nofollow" data-gps-track="login.click" data-ga="[&quot;top navigation&quot;,&quot;login button click&quot;,null,null,null]">Log in</a> </li> <li role="none"><a href="https://ai.stackexchange.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fai.stackexchange.com%2fquestions%2f37419%2fthe-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" class="s-topbar--item s-topbar--item__unset ml4 s-btn s-btn__filled ws-nowrap" role="menuitem" rel="nofollow" data-ga="[&quot;sign up&quot;,&quot;Sign Up Navigation&quot;,&quot;Header&quot;,null,null]">Sign up</a></li> </ol> </nav> </div> </header> <script> StackExchange.ready(function () { StackExchange.topbar.init(); }); StackExchange.scrollPadding.setPaddingTop(50, 10); </script> <div id="top-hero-div" class=""> </div> <header class="site-header"> <div class="site-header--container jc-space-between sm:fd-column sm:pt8 sm:pb8"> <a class="site-header--link d-flex ai-center fs-headline1 fw-bold sm:mb8" href="https://ai.stackexchange.com"> <img class="h-auto wmx100" src="https://cdn.sstatic.net/Sites/ai/Img/logo.svg?v=444d8193db78" alt="Artificial Intelligence"> </a> <div class="d-flex ai-center gsx gs8"> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-sspon" class="everyonelovesstackoverflow my4"></div> </div> </div> </div> </header> <div class="container"> <div id="left-sidebar" data-is-here-when="md lg" class="left-sidebar js-pinned-left-sidebar ps-relative"> <div class="left-sidebar--sticky-container js-sticky-leftnav"> <nav role="navigation"> <ol class="nav-links"> <li> <ol class="nav-links"> <li class="ps-relative" aria-current="false"> <a href="/" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:8, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconHome" width="18" height="18" viewBox="0 0 18 18"><path d="M15 10v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5H0l9-9 9 9h-3Zm-8 1v6h4v-6H7Z"/></svg> <span class="-link--channel-name pl6">Home</span> </div> </a> </li> <li class="ps-relative youarehere" aria-current="true"> <a id="nav-questions" href="/questions" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: true, location:2, destination:1, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconQuestion" width="18" height="18" viewBox="0 0 18 18"><path d="m4 15-3 3V4c0-1.1.9-2 2-2h12c1.09 0 2 .91 2 2v9c0 1.09-.91 2-2 2H4Zm7.75-3.97c.72-.83.98-1.86.98-2.94 0-1.65-.7-3.22-2.3-3.83a4.41 4.41 0 0 0-3.02 0 3.8 3.8 0 0 0-2.32 3.83c0 1.29.35 2.29 1.03 3a3.8 3.8 0 0 0 2.85 1.07c.62 0 1.2-.11 1.71-.34.65.44 1 .68 1.06.7.23.13.46.23.7.3l.59-1.13a5.2 5.2 0 0 1-1.28-.66Zm-1.27-.9a5.4 5.4 0 0 0-1.5-.8l-.45.9c.33.12.66.29.98.5-.2.07-.42.11-.65.11-.61 0-1.12-.23-1.52-.68-.86-1-.86-3.12 0-4.11.8-.9 2.35-.9 3.15 0 .9 1.01.86 3.03-.01 4.08Z"/></svg> <span class="-link--channel-name pl6">Questions</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a href="/tags" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:2, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconTags" width="18" height="18" viewBox="0 0 18 18"><path d="M9.24 1a3 3 0 0 0-2.12.88l-5.7 5.7a2 2 0 0 0-.38 2.31 3 3 0 0 1 .67-1.01l6-6A3 3 0 0 1 9.83 2H14a3 3 0 0 1 .79.1A2 2 0 0 0 13 1H9.24Z" opacity=".4"/><path d="M9.83 3a2 2 0 0 0-1.42.59l-6 6a2 2 0 0 0 0 2.82L6.6 16.6a2 2 0 0 0 2.82 0l6-6A2 2 0 0 0 16 9.17V5a2 2 0 0 0-2-2H9.83ZM12 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/></svg> <span class="-link--channel-name pl6">Tags</span> </div> </a> </li> <li class="pb24"></li> <li class="ps-relative" aria-current="false"> <a id="nav-users" href="/users" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:3, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconPeople" width="18" height="18" viewBox="0 0 18 18"><path d="M17 14c0 .44-.45 1-1 1H9a1 1 0 0 1-1-1H2c-.54 0-1-.56-1-1 0-2.63 3-4 3-4s.23-.4 0-1c-.84-.62-1.06-.59-1-3 .06-2.42 1.37-3 2.5-3s2.44.58 2.5 3c.06 2.41-.16 2.38-1 3-.23.59 0 1 0 1s1.55.71 2.42 2.09c.78-.72 1.58-1.1 1.58-1.1s.23-.4 0-1c-.84-.61-1.06-.58-1-3 .06-2.41 1.37-3 2.5-3s2.44.59 2.5 3c.05 2.42-.16 2.39-1 3-.23.6 0 1 0 1s3 1.38 3 4Z"/></svg> <span class="-link--channel-name pl6">Users</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a id="nav-companies" href="https://stackoverflow.com/jobs/companies?so_medium=ai&amp;so_source=SiteNav" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:12, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconBriefcase" width="18" height="18" viewBox="0 0 18 18"><path d="M5 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h1V4Zm7 0H6v1h6V4Z"/></svg> <span class="-link--channel-name pl6">Companies</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a id="nav-unanswered" href="/unanswered" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:5, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconAnswer" width="18" height="18" viewBox="0 0 18 18"><path d="M14 15H3c-1.09 0-2-.91-2-2V4c0-1.1.9-2 2-2h12c1.09 0 2 .91 2 2v14l-3-3Zm-1.02-3L9.82 4H8.14l-3.06 8h1.68l.65-1.79h3.15l.69 1.79h1.73Zm-2.93-3.12H7.9l1.06-2.92 1.09 2.92Z"/></svg> <span class="-link--channel-name pl6">Unanswered</span> </div> </a> </li> </ol> </li> <li class="js-freemium-cta ps-relative"> <div class="fs-fine tt-uppercase fc-black-600 fw-bold ml8 mt16 mb8">Teams</div> <div class="bt bl bb bc-black-200 p12 pb6 fc-black-500 blr-sm overflow-hidden"> <strong class="fc-black-600 mb6">Stack Overflow for Teams</strong> – Start collaborating and sharing organizational knowledge. <img class="wmx100 mx-auto my8 h-auto d-block" width="139" height="114" src="https://cdn.sstatic.net/Img/teams/teams-illo-free-sidebar-promo.svg?v=47faa659a05e" alt=""> <a href="https://try.stackoverflow.co/why-teams/?utm_source=so-owned&amp;utm_medium=side-bar&amp;utm_campaign=campaign-38&amp;utm_content=cta" class="w100 s-btn s-btn__filled s-btn__xs bg-orange-400 js-gps-track" data-gps-track="teams.create.left-sidenav.click({ Action: 6 })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav free cta&quot;,&quot;stackoverflow.com/teams/create/free&quot;,null,null]">Create a free Team</a> <a href="https://stackoverflow.co/teams/" class="w100 s-btn s-btn__muted s-btn__xs js-gps-track" data-gps-track="teams.create.left-sidenav.click({ Action: 5 })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav free cta&quot;,&quot;stackoverflow.com/teams&quot;,null,null]">Why Teams?</a> </div> </li> <li class="d-flex ai-center jc-space-between ml8 mt32 mb8 js-create-team-cta d-none"> <a href="javascript:void(0)" class="s-link d-flex fl-grow1 fc-black-400 h:fc-black-600 fs-fine js-gps-track" role="button" aria-controls="popover-teams-create-cta" data-controller="s-popover" data-action="s-popover#toggle" data-s-popover-placement="bottom-start" data-s-popover-toggle-class="is-selected" data-gps-track="teams.create.left-sidenav.click({ Action: ShowInfo })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav show teams info&quot;,null,null,null]" > <div class="flex--item fl-grow1 fc-black-600 fw-bold tt-uppercase">Teams</div> <div class="flex--item px12"> <svg aria-hidden="true" class="svg-icon iconPlusSm" width="14" height="14" viewBox="0 0 14 14"><path d="M8 2H6v4H2v2h4v4h2V8h4V6H8V2Z"/></svg> </div> </a> </li> <li class="ps-relative js-create-team-cta d-none"> <a href="https://stackoverflowteams.com/teams/create/free/?utm_source=so-owned&amp;utm_medium=side-bar&amp;utm_campaign=campaign-38&amp;utm_content=cta" class="s-block-link pl8 js-gps-track nav-links--link" title="Stack Overflow for Teams is a private, secure spot for your organization's questions and answers." data-gps-track="teams.create.left-sidenav.click({ Action: FreemiumTeamsCreateClick })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav team click&quot;,&quot;stackoverflow.com/teams/create/free&quot;,null,null]"> <div class="d-flex ai-center"> <div class="flex--item s-avatar va-middle bg-orange-400"> <div class="s-avatar--letter mtn1"> <svg aria-hidden="true" class="svg-icon iconBriefcaseSm" width="14" height="14" viewBox="0 0 14 14"><path d="M4 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h.5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 0 1 2 10.5v-5C2 4.67 2.67 4 3.5 4H4V3Zm5 1V3H5v1h4Z"/></svg> </div> <svg aria-hidden="true" class="native s-avatar--badge svg-icon iconShieldXSm" width="9" height="10" viewBox="0 0 9 10"><path fill="var(--white)" d="M0 1.84 4.5 0 9 1.84v3.17C9 7.53 6.3 10 4.5 10 2.7 10 0 7.53 0 5.01V1.84Z"/><path fill="var(--black-400)" d="M1 2.5 4.5 1 8 2.5v2.51C8 7.34 5.34 9 4.5 9 3.65 9 1 7.34 1 5.01V2.5Zm2.98 3.02L3.2 7h2.6l-.78-1.48a.4.4 0 0 1 .15-.38c.34-.24.73-.7.73-1.14 0-.71-.5-1.23-1.41-1.23-.92 0-1.39.52-1.39 1.23 0 .44.4.9.73 1.14.12.08.18.23.15.38Z"/></svg> </div> <div class="flex--item pl6"> Create free Team </div> </div> </a> </li> </ol> </nav> </div> <div class="s-popover ws2" id="popover-teams-create-cta" role="menu" aria-hidden="true"> <div class="s-popover--arrow"></div> <div class="ps-relative overflow-hidden"> <p class="mb2"><strong>Teams</strong></p> <p class="mb12 fs-caption fc-black-400">Q&amp;A for work</p> <p class="mb12 fs-caption fc-black-500">Connect and share knowledge within a single location that is structured and easy to search.</p> <a href="https://stackoverflow.co/teams/" class="js-gps-track s-btn s-btn__filled s-btn__xs" data-gps-track="teams.create.left-sidenav.click({ Action: CtaClick })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav cta&quot;,&quot;stackoverflow.com/teams&quot;,null,null]"> Learn more about Teams </a> </div> <div class="ps-absolute t8 r8"> <svg aria-hidden="true" class="fc-orange-400 svg-spot spotPeople" width="48" height="48" viewBox="0 0 48 48"><path d="M13.5 28a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9ZM7 30a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v5h11v-5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10a2 2 0 0 1-2 2H33v5a1 1 0 0 1-1 1H20a1 1 0 0 1-1-1v-5H8a1 1 0 0 1-1-1V30Zm25-6.5a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0ZM24.5 34a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z" opacity=".2"/><path d="M16.4 26.08A6 6 0 1 0 7.53 26C5.64 26.06 4 27.52 4 29.45V40a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2h-4v-7a1 1 0 1 0-2 0v7H6v-9.55c0-.73.67-1.45 1.64-1.45H16a1 1 0 0 0 .4-1.92ZM12 18a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm16.47 14a6 6 0 1 0-8.94 0A3.6 3.6 0 0 0 16 35.5V46a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V35.5c0-1.94-1.64-3.42-3.53-3.5ZM20 28a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm-.3 6h8.6c1 0 1.7.75 1.7 1.5V45h-2v-7a1 1 0 1 0-2 0v7h-4v-7a1 1 0 1 0-2 0v7h-2v-9.5c0-.75.7-1.5 1.7-1.5ZM42 22c0 1.54-.58 2.94-1.53 4A3.5 3.5 0 0 1 44 29.45V40a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h4v-7a1 1 0 1 1 2 0v7h2v-9.55A1.5 1.5 0 0 0 40.48 28H32a1 1 0 0 1-.4-1.92A6 6 0 1 1 42 22Zm-2 0a4 4 0 1 0-8 0 4 4 0 0 0 8 0Z"/><g opacity=".35"><path d="M17 10a1 1 0 011-1h12a1 1 0 110 2H18a1 1 0 01-1-1Zm1-5a1 1 0 100 2h12a1 1 0 100-2H18ZM14 1a1 1 0 00-1 1v12a1 1 0 001 1h5.09l4.2 4.2a1 1 0 001.46-.04l3.7-4.16H34a1 1 0 001-1V2a1 1 0 00-1-1H14Zm1 12V3h18v10h-5a1 1 0 00-.75.34l-3.3 3.7-3.74-3.75a1 1 0 00-.71-.29H15Z"/></g></svg> </div> </div> </div> <div id="content" class=""> <div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question"> <link itemprop="image" href="https://cdn.sstatic.net/Sites/ai/Img/apple-touch-icon.png?v=f14d741b295c"> <div class="inner-content clearfix"> <div id="question-header" class="d-flex sm:fd-column"> <h1 itemprop="name" class="fs-headline1 ow-break-word mb8 flex--item fl1"><a href="/questions/37419/the-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero" class="question-hyperlink">The reason behind using MCTS over Alpha Beta Pruning in Alphazero</a></h1> <div class="ml12 aside-cta flex--item print:d-none sm:ml0 sm:mb12 sm:order-first sm:as-end"> <a href="/questions/ask" class="ws-nowrap s-btn s-btn__filled"> Ask Question </a> </div> </div> <div class="d-flex fw-wrap pb8 mb16 bb bc-black-200"> <div class="flex--item ws-nowrap mr16 mb8" title="2022-10-14 05:06:23Z"> <span class="fc-black-400 mr2">Asked</span> <time itemprop="dateCreated" datetime="2022-10-14T05:06:23">1 year, 4 months ago</time> </div> <div class="flex--item ws-nowrap mr16 mb8"> <span class="fc-black-400 mr2">Modified</span> <a href="?lastactivity" class="s-link s-link__inherit" title="2022-10-18 10:27:33Z">1 year, 4 months ago</a> </div> <div class="flex--item ws-nowrap mb8" title="Viewed 1,389 times"> <span class="fc-black-400 mr2">Viewed</span> 1k times </div> </div> <div id="mainbar" role="main" aria-label="question and answers"> <div class="question js-question" data-questionid="37419" data-position-on-page="0" data-score="2" id="question"> <style> </style> <div class="js-zone-container zone-container-main"> <div id="dfp-tlb" class="everyonelovesstackoverflow everyoneloves__top-leaderboard everyoneloves__leaderboard"></div> <div class="js-report-ad-button-container " style="width: 728px"></div> </div> <div class="post-layout "> <div class="votecell post-layout--left"> <div class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-300" data-post-id="37419" data-referrer="None"> <button class="js-vote-up-btn flex--item s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This question shows research effort; it is useful and clear" aria-pressed="false" aria-label="Up vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowUp" width="18" height="18" viewBox="0 0 18 18"><path d="M1 12h16L9 4l-8 8Z"/></svg> </button> <div class="js-vote-count flex--item d-flex fd-column ai-center fc-theme-body-font fw-bold fs-subheading py4" itemprop="upvoteCount" data-value="2"> 2 </div> <button class="js-vote-down-btn flex--item mb8 s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This question does not show any research effort; it is unclear or not useful" aria-pressed="false" aria-label="Down vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowDown" width="18" height="18" viewBox="0 0 18 18"><path d="M1 6h16l-8 8-8-8Z"/></svg> </button> <button class="js-saves-btn s-btn s-btn__unset c-pointer py4" type="button" id="saves-btn-37419" data-controller="s-tooltip" data-s-tooltip-placement="right" data-s-popover-placement="" title="Save this question." aria-pressed="false" data-post-id="37419" data-post-type-id="1" data-user-privilege-for-post-click="0" aria-controls="" data-s-popover-auto-show="false" > <svg aria-hidden="true" class="fc-theme-primary-400 js-saves-btn-selected d-none svg-icon iconBookmark" width="18" height="18" viewBox="0 0 18 18"><path d="M3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> <svg aria-hidden="true" class="js-saves-btn-unselected svg-icon iconBookmarkAlt" width="18" height="18" viewBox="0 0 18 18"><path d="m9 10.6 4 2.66V3H5v10.26l4-2.66ZM3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> </button> <a class="js-post-issue flex--item s-btn s-btn__unset c-pointer py6 mx-auto" href="/posts/37419/timeline" data-shortcut="T" data-ks-title="timeline" data-controller="s-tooltip" data-s-tooltip-placement="right" title="Show activity on this post." aria-label="Timeline"><svg aria-hidden="true" class="mln2 mr0 svg-icon iconHistory" width="19" height="18" viewBox="0 0 19 18"><path d="M3 9a8 8 0 1 1 3.73 6.77L8.2 14.3A6 6 0 1 0 5 9l3.01-.01-4 4-4-4h3L3 9Zm7-4h1.01L11 9.36l3.22 2.1-.6.93L10 10V5Z"/></svg></a> </div> </div> <div class="postcell post-layout--right"> <span class="d-none">$\begingroup$</span> <div class="s-prose js-post-body" itemprop="text"> <p>I am not really satisfied with the available analysis of why AlphaZero uses MCTS instead of Alpha Beta search. Some <a href="https://news.ycombinator.com/item?id=19552286" rel="nofollow noreferrer">analysis</a> claim that its because MCTS is a lot more humanlike. I disagree because I don't think AlphaZero was really concerned about becoming humanlike. The fact that it ended up playing like humans was just a coincidence but it was never the goal behind its design choice.</p> <p>In the AlphaZero paper,</p> <p><strong>MCTS and Alpha-Beta Search</strong></p> <blockquote> <p>For at least four decades the strongest computer chess programs have used alpha-beta search (18, 23). AlphaZero uses a markedly different approach that averages over the position evaluations within a subtree, rather than computing the minimax evaluation of that subtree. However, chess programs using traditional MCTS were much weaker than alpha-beta search programs, (4, 24); while alpha-beta programs based on neural networks have previously been unable to compete with faster, handcrafted evaluation functions. AlphaZero evaluates positions using non-linear function approximation based on a deep neural network, rather than the linear function approximation used in typical chess programs. This provides a much more powerful representation, but may also introduce spurious approximation errors. MCTS averages over these approximation errors, which therefore tend to cancel out when evaluating a large subtree. In contrast, alpha-beta search computes an explicit minimax, which propagates the biggest approximation errors to the root of the subtree. Using MCTS may allow AlphaZero to effectively combine its neural network representations with a powerful, domain-independent search.</p> </blockquote> <p>What do they mean by</p> <blockquote> <p>approach that averages over the position evaluations within a subtree, rather than computing the minimax evaluation of that subtree.</p> </blockquote> <p>What does it mean to <strong>average</strong> over position evaluations within a subtree?</p> <p>Also in the next part,</p> <blockquote> <p>AlphaZero evaluates positions using non-linear function approximation based on a deep neural network, rather than the linear function approximation used in typical chess programs.</p> </blockquote> <p>How is alphazero's evaluation non linear and how are the typical programs linear?</p> <p>Could someone dumb these down?</p> <p>My own guess behind MCTS over AB is because MCTS returns <strong>visit counts</strong> for each of the moves, and this data can be used to train the Policy Network in Alphazero. A minimax(AB) would return just that one best move, which could be used to train value network, but it cannot be used to train Policy network. So MCTS exists to train policy network in Alphazero. Is this a good or a bad guess?</p> <p>Also, please do not mark these as multiple questions, I believe all these are a part of the same question.</p> </div> <div class="mt24 mb12"> <div class="post-taglist d-flex gs4 gsy fd-column"> <div class="d-flex ps-relative fw-wrap"> <ul class='ml0 list-ls-none js-post-tag-list-wrapper d-inline'><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/monte-carlo-tree-search" class="post-tag" title="show questions tagged &#39;monte-carlo-tree-search&#39;" aria-label="show questions tagged &#39;monte-carlo-tree-search&#39;" rel="tag" aria-labelledby="tag-monte-carlo-tree-search-tooltip-container">monte-carlo-tree-search</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/function-approximation" class="post-tag" title="show questions tagged &#39;function-approximation&#39;" aria-label="show questions tagged &#39;function-approximation&#39;" rel="tag" aria-labelledby="tag-function-approximation-tooltip-container">function-approximation</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/alphazero" class="post-tag" title="show questions tagged &#39;alphazero&#39;" aria-label="show questions tagged &#39;alphazero&#39;" rel="tag" aria-labelledby="tag-alphazero-tooltip-container">alphazero</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/alpha-beta-pruning" class="post-tag" title="show questions tagged &#39;alpha-beta-pruning&#39;" aria-label="show questions tagged &#39;alpha-beta-pruning&#39;" rel="tag" aria-labelledby="tag-alpha-beta-pruning-tooltip-container">alpha-beta-pruning</a></li></ul> </div> </div> </div> <div class="mb0 "> <div class="mt16 d-flex gs8 gsy fw-wrap jc-end ai-start pt4 mb16"> <div class="flex--item mr16 fl1 w96"> <div class="js-post-menu pt2" data-post-id="37419" data-post-type-id="1"> <div class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"> <div class="flex--item"> <a href="/q/37419" rel="nofollow" itemprop="url" class="js-share-link js-gps-track" title="Short permalink to this question" data-gps-track="post.click({ item: 2, priv: 0, post_type: 1 })" data-controller="se-share-sheet" data-se-share-sheet-title="Share a link to this question" data-se-share-sheet-subtitle="" data-se-share-sheet-post-type="question" data-se-share-sheet-social="facebook twitter " data-se-share-sheet-location="1" data-se-share-sheet-license-url="https%3a%2f%2fcreativecommons.org%2flicenses%2fby-sa%2f4.0%2f" data-se-share-sheet-license-name="CC BY-SA 4.0" data-s-popover-placement="bottom-start">Share</a> </div> <div class="flex--item"> <a href="/posts/37419/edit" class="js-suggest-edit-post js-gps-track" data-gps-track="post.click({ item: 6, priv: 0, post_type: 1 })" title="">Improve this question</a> </div> <div class="flex--item"> <button type="button" id="btnFollowPost-37419" class="s-btn s-btn__link js-follow-post js-follow-question js-gps-track" data-gps-track="post.click({ item: 14, priv: 0, post_type: 1 })" data-controller="s-tooltip " data-s-tooltip-placement="bottom" data-s-popover-placement="bottom" aria-controls="" title="Follow this question to receive notifications"> Follow </button> </div> </div> <div class="js-menu-popup-container"></div> </div> </div> <div class="post-signature owner flex--item"> <div class="user-info "> <div class="d-flex "> <div class="user-action-time fl-grow1"> asked <span title='2022-10-14 05:06:23Z' class='relativetime'>Oct 14, 2022 at 5:06</span> </div> </div> <div class="user-gravatar32"> <a href="/users/61594/dimanjan"><div class="gravatar-wrapper-32"><img src="https://lh6.googleusercontent.com/-0AVfpmXsszc/AAAAAAAAAAI/AAAAAAAAANo/TEmoamEIaZ8/photo.jpg?sz=64" alt="Dimanjan&#39;s user avatar" width="32" height="32" class="bar-sm"></div></a> </div> <div class="user-details" itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/users/61594/dimanjan">Dimanjan</a><span class="d-none" itemprop="name">Dimanjan</span> <div class="-flair"> <span class="reputation-score" title="reputation score " dir="ltr">123</span><span title="4 bronze badges" aria-hidden="true"><span class="badge3"></span><span class="badgecount">4</span></span><span class="v-visible-sr">4 bronze badges</span> </div> </div> </div> </div> </div> </div> <span class="d-none">$\endgroup$</span> </div> <span class="d-none" itemprop="commentCount"></span> <div class="post-layout--right js-post-comments-component"> <div id="comments-37419" class="comments js-comments-container bt bc-black-200 mt12 dno" data-post-id="37419" data-min-length="15"> <ul class="comments-list js-comments-list" data-remaining-comments-count="0" data-canpost="false" data-cansee="true" data-comments-unavailable="false" data-addlink-disabled="true"> </ul> </div> <div id="comments-link-37419" data-rep=50 data-anon=true> <a class="js-add-link comments-link disabled-link" title="Use comments to ask for more information or suggest improvements. Avoid answering questions in comments." href="#" role="button">Add a comment</a> <span class="js-link-separator dno">&nbsp;|&nbsp;</span> <a class="js-show-link comments-link dno" title="Expand to show all comments on this post" href=# onclick="" role="button"></a> </div> </div> </div> </div> <div id="answers"> <a name="tab-top"></a> <div id="answers-header"> <div class="answers-subheader d-flex ai-center mb8"> <div class="flex--item fl1"> <h2 class="mb0" data-answercount="1"> 1 Answer <span style="display:none;" itemprop="answerCount">1</span> </h2> </div> <div class="flex--item"> <div class="d-flex g4 gsx ai-center sm:fd-column sm:ai-start"> <div class="d-flex fd-column ai-end sm:ai-start"> <label class="flex--item fs-caption" for="answer-sort-dropdown-select-menu"> Sorted by: </label> <a class="js-sort-preference-change s-link flex--item fs-fine d-none" data-value="ScoreDesc" href="/questions/37419/the-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero?answertab=scoredesc#tab-top" > Reset to default </a> </div> <div class="flex--item s-select"> <select id="answer-sort-dropdown-select-menu"> <option value=scoredesc selected=selected > Highest score (default) </option> <option value=modifieddesc > Date modified (newest first) </option> <option value=createdasc > Date created (oldest first) </option> </select> </div> </div> </div> </div> </div> <a name="37480"></a> <div id="answer-37480" class="answer js-answer accepted-answer js-accepted-answer" data-answerid="37480" data-parentid="37419" data-score="1" data-position-on-page="1" data-highest-scored="1" data-question-has-accepted-highest-score="1" itemprop="acceptedAnswer" itemscope itemtype="https://schema.org/Answer"> <div class="post-layout"> <div class="votecell post-layout--left"> <div class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-300" data-post-id="37480" data-referrer="None"> <button class="js-vote-up-btn flex--item s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This answer is useful" aria-pressed="false" aria-label="Up vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowUp" width="18" height="18" viewBox="0 0 18 18"><path d="M1 12h16L9 4l-8 8Z"/></svg> </button> <div class="js-vote-count flex--item d-flex fd-column ai-center fc-theme-body-font fw-bold fs-subheading py4" itemprop="upvoteCount" data-value="1"> 1 </div> <button class="js-vote-down-btn flex--item mb8 s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This answer is not useful" aria-pressed="false" aria-label="Down vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowDown" width="18" height="18" viewBox="0 0 18 18"><path d="M1 6h16l-8 8-8-8Z"/></svg> </button> <button class="js-saves-btn s-btn s-btn__unset c-pointer py4" type="button" id="saves-btn-37480" data-controller="s-tooltip" data-s-tooltip-placement="right" data-s-popover-placement="" title="Save this answer." aria-pressed="false" data-post-id="37480" data-post-type-id="2" data-user-privilege-for-post-click="0" aria-controls="" data-s-popover-auto-show="false" > <svg aria-hidden="true" class="fc-theme-primary-400 js-saves-btn-selected d-none svg-icon iconBookmark" width="18" height="18" viewBox="0 0 18 18"><path d="M3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> <svg aria-hidden="true" class="js-saves-btn-unselected svg-icon iconBookmarkAlt" width="18" height="18" viewBox="0 0 18 18"><path d="m9 10.6 4 2.66V3H5v10.26l4-2.66ZM3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> </button> <div class="js-accepted-answer-indicator flex--item fc-green-400 py6 mtn8" data-s-tooltip-placement="right" title="Loading when this answer was accepted&#x2026;" tabindex="0" role="note" aria-label="Accepted"> <div class="ta-center"> <svg aria-hidden="true" class="svg-icon iconCheckmarkLg" width="36" height="36" viewBox="0 0 36 36"><path d="m6 14 8 8L30 6v8L14 30l-8-8v-8Z"/></svg> </div> </div> <a class="js-post-issue flex--item s-btn s-btn__unset c-pointer py6 mx-auto" href="/posts/37480/timeline" data-shortcut="T" data-ks-title="timeline" data-controller="s-tooltip" data-s-tooltip-placement="right" title="Show activity on this post." aria-label="Timeline"><svg aria-hidden="true" class="mln2 mr0 svg-icon iconHistory" width="19" height="18" viewBox="0 0 19 18"><path d="M3 9a8 8 0 1 1 3.73 6.77L8.2 14.3A6 6 0 1 0 5 9l3.01-.01-4 4-4-4h3L3 9Zm7-4h1.01L11 9.36l3.22 2.1-.6.93L10 10V5Z"/></svg></a> </div> </div> <div class="answercell post-layout--right"> <span class="d-none">$\begingroup$</span> <div class="s-prose js-post-body" itemprop="text"> <p>Let's begin with what <em>position evaluation</em> means, as it is the core of everything.</p> <blockquote> <p>AlphaZero evaluates positions using non-linear function approximation based on a deep neural network, rather than the linear function approximation used in typical chess programs.</p> </blockquote> <p>In beginner Chess we are probably taught that pawn is worth 1 point, 3 for knight and 9 for Queen. This is a quick way to evaluate how good/bad our situation is. Similarly in Bridge, we count Ace as 4 points, King as 3 and etc.. This is the <em>position evaluation</em> function, indicates how advantage/disadvantage a side is given a certain board situation.</p> <p>Obviously, the above-mentioned evaluation methods are very elementary and do not account for all the complexity. Say I can be a Queen and a Rook less but can surely checkmate (win) in 20 steps. Or I have a hand with only 10 points (A,K,Q,J) but with all 13 cards of Spades and thus easily make a 7S major slam.</p> <p>To accommodate these situations, human experts invent a lot of 'patches' to the evaluation: e.g. 2 pawns on same line gives a -1, a long suit adds +2 points etc.. All in all, these are <em>handcrafted features</em> create manually via careful engineering. 'Typical chess programs' e.g. Stockfish use them under the hood.</p> <p>Regardless, these position evaluations are <em>linear</em>: they are composed of a bunch of if-else statements, e.g. 'if I have a Pawn, adds 1 point', 'if I have no card in a suit, adds 4 points'. This is what the paper means by <em>linear function approximation</em>.</p> <p>In contrary, AlphaZero's position evaluation function does <strong>not</strong> rely on any hard-coded rules, but directly evaluate the board position. For example in Go, the function takes the position of all pieces on the board as input, feeds through a deep neural network (with a lot of layers e.g. convolution, residue blocks, max-pooling etc.) and returns a score of position advantage (e.g. 60% chance Black is leading).</p> <p>Notice that:</p> <ol> <li>The DNN is not static - it keeps updating during training and (hopefully) improves.</li> <li>The evaluation function is non-linear; this is where the <strong>non-linear function approximation based on a deep neural network</strong> comes from.</li> </ol> <blockquote> <p>approach that averages over the position evaluations within a subtree, rather than computing the minimax evaluation of that subtree.</p> </blockquote> <p>The 'averages over' part is essentially how MCTS works - compute the positional evaluations of all subtrees of a branch, and (weighted) average the results as the score of the branch. While in Alpha-Beta, there is no 'average' - only the best is kept else pruned.</p> <blockquote> <p>MCTS returns visit counts for each of the moves</p> </blockquote> <p>AFAIK, visit counts is used to approximate the confidence of position evaluation (similar to the role of sample size and confidence level in statistics). The actual scores combines both visit counts and evaluation scores of subtree.</p> <p>Finally,</p> <blockquote> <p>why AlphaZero uses MCTS instead of Alpha Beta search?</p> </blockquote> <p><strong>[Updated]</strong></p> <p>There are at least 2 reasons as per this <a href="https://hal.inria.fr/hal-00695370v3/document" rel="nofollow noreferrer">reference papar</a>:</p> <blockquote> <p>(section 3.2) In some games of interest, e.g., in the game of Go, it has proven hard to encode or learn an evaluation function of sufficient quality to achieve good performance in a minimax search.</p> </blockquote> <p>It claims that minimax is more sensitive to evaluation function vs. MCTS, and for complex games it makes a significant impact. The fundamental reason probably lays between the statistic used: max/min vs. mean.</p> <blockquote> <p>(section 4.3) Classical game-tree-search algorithms, such as minimax search with α − β pruning, are notoriously difficult to parallelize effectively. Fortunately, MCTS lends itself much more easily to parallelization.</p> </blockquote> <p>A practical consideration: MCTS is easier to parallelize.</p> <p>Finally, I recommend going over the AlphaGo paper first as it spells out more details (especially the value and policy network part), then AlphaGo Zero (which merges the value and policy network) before jumping into AlphaZero. Things should get a lot clearer this way as the authors skip some details in later papers.</p> </div> <div class="mt24"> <div class="d-flex fw-wrap ai-start jc-end gs8 gsy"> <time itemprop="dateCreated" datetime="2022-10-17T10:17:55"></time> <div class="flex--item mr16" style="flex: 1 1 100px;"> <div class="js-post-menu pt2" data-post-id="37480" data-post-type-id="2"> <div class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"> <div class="flex--item"> <a href="/a/37480" rel="nofollow" itemprop="url" class="js-share-link js-gps-track" title="Short permalink to this answer" data-gps-track="post.click({ item: 2, priv: 0, post_type: 2 })" data-controller="se-share-sheet" data-se-share-sheet-title="Share a link to this answer" data-se-share-sheet-subtitle="" data-se-share-sheet-post-type="answer" data-se-share-sheet-social="facebook twitter " data-se-share-sheet-location="2" data-se-share-sheet-license-url="https%3a%2f%2fcreativecommons.org%2flicenses%2fby-sa%2f4.0%2f" data-se-share-sheet-license-name="CC BY-SA 4.0" data-s-popover-placement="bottom-start">Share</a> </div> <div class="flex--item"> <a href="/posts/37480/edit" class="js-suggest-edit-post js-gps-track" data-gps-track="post.click({ item: 6, priv: 0, post_type: 2 })" title="">Improve this answer</a> </div> <div class="flex--item"> <button type="button" id="btnFollowPost-37480" class="s-btn s-btn__link js-follow-post js-follow-answer js-gps-track" data-gps-track="post.click({ item: 14, priv: 0, post_type: 2 })" data-controller="s-tooltip " data-s-tooltip-placement="bottom" data-s-popover-placement="bottom" aria-controls="" title="Follow this answer to receive notifications"> Follow </button> </div> </div> <div class="js-menu-popup-container"></div> </div> </div> <div class="post-signature flex--item fl0"> <div class="user-info "> <div class="d-flex "> <div class="user-action-time fl-grow1"> <a href="/posts/37480/revisions" title="show all edits to this post" class="js-gps-track" data-gps-track="post.click({ item: 4, priv: 0, post_type: 2 })">edited <span title='2022-10-18 10:27:33Z' class='relativetime'>Oct 18, 2022 at 10:27</span></a> </div> </div> <div class="user-gravatar32"> </div> <div class="user-details"> <div class="-flair"> </div> </div> </div> </div> <div class="post-signature flex--item fl0"> <div class="user-info user-hover "> <div class="d-flex "> <div class="user-action-time fl-grow1"> answered <span title='2022-10-17 10:17:55Z' class='relativetime'>Oct 17, 2022 at 10:17</span> </div> </div> <div class="user-gravatar32"> <a href="/users/55074/lpounng"><div class="gravatar-wrapper-32"><img src="https://i.stack.imgur.com/oxSr2.jpg?s=64&amp;g=1" alt="lpounng&#39;s user avatar" width="32" height="32" class="bar-sm"></div></a> </div> <div class="user-details" itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/users/55074/lpounng">lpounng</a><span class="d-none" itemprop="name">lpounng</span> <div class="-flair"> <span class="reputation-score" title="reputation score " dir="ltr">353</span><span title="1 silver badge" aria-hidden="true"><span class="badge2"></span><span class="badgecount">1</span></span><span class="v-visible-sr">1 silver badge</span><span title="8 bronze badges" aria-hidden="true"><span class="badge3"></span><span class="badgecount">8</span></span><span class="v-visible-sr">8 bronze badges</span> </div> </div> </div> </div> </div> </div> <span class="d-none">$\endgroup$</span> </div> <span class="d-none" itemprop="commentCount">7</span> <div class="post-layout--right js-post-comments-component"> <div id="comments-37480" class="comments js-comments-container bt bc-black-200 mt12 " data-post-id="37480" data-min-length="15"> <ul class="comments-list js-comments-list" data-remaining-comments-count="2" data-canpost="false" data-cansee="true" data-comments-unavailable="false" data-addlink-disabled="true"> <li id="comment-56371" class="comment js-comment " data-comment-id="56371" data-comment-owner-id="61594" data-comment-score="1"> <div class="js-comment-actions comment-actions"> <div class="comment-score js-comment-score js-comment-edit-hide"> <span title="number of &#x27;useful comment&#x27; votes received" class="cool">1</span> </div> </div> <div class="comment-text js-comment-text-and-form"> <div class="comment-body js-comment-edit-hide"> <span class="d-none">$\begingroup$</span> <span class="comment-copy">&quot;My view is although Alpha-Beta (and Minimax) is theoretically optimal, it requires a predefined (handcrafted) position evaluation function.&quot; It would be possible to develop AB with the help of DNN as evaluation function. That would mean no such handcrafted position evaluation function.</span> <span class="d-none">$\endgroup$</span> <div class="d-inline-flex ai-center"> &ndash;&nbsp;<a href="/users/61594/dimanjan" title="123 reputation" class="comment-user owner">Dimanjan</a> </div> <span class="comment-date" dir="ltr"><span title='2022-10-17 13:43:46Z, License: CC BY-SA 4.0' class='relativetime-clean'>Oct 17, 2022 at 13:43</span></span> </div> </div> </li> <li id="comment-56389" class="comment js-comment " data-comment-id="56389" data-comment-owner-id="55074" data-comment-score="0"> <div class="js-comment-actions comment-actions"> <div class="comment-score js-comment-score js-comment-edit-hide"> </div> </div> <div class="comment-text js-comment-text-and-form"> <div class="comment-body js-comment-edit-hide"> <span class="d-none">$\begingroup$</span> <span class="comment-copy">@Dimanjan yes I see no obvious obstacle along this line, but TBH I am no expert. Haven&#39;t find a solid, satisfying answer yet, my speculation is there is some practical consideration which fuse MCTS and DNN together better than Alpha-Beta + DNN.</span> <span class="d-none">$\endgroup$</span> <div class="d-inline-flex ai-center"> &ndash;&nbsp;<a href="/users/55074/lpounng" title="353 reputation" class="comment-user">lpounng</a> </div> <span class="comment-date" dir="ltr"><span title='2022-10-18 03:26:36Z, License: CC BY-SA 4.0' class='relativetime-clean'>Oct 18, 2022 at 3:26</span></span> </div> </div> </li> <li id="comment-56392" class="comment js-comment " data-comment-id="56392" data-comment-owner-id="55074" data-comment-score="1"> <div class="js-comment-actions comment-actions"> <div class="comment-score js-comment-score js-comment-edit-hide"> <span title="number of &#x27;useful comment&#x27; votes received" class="cool">1</span> </div> </div> <div class="comment-text js-comment-text-and-form"> <div class="comment-body js-comment-edit-hide"> <span class="d-none">$\begingroup$</span> <span class="comment-copy">I look at the AlphaGo paper again. In &quot;Prior Work&quot; section it mentions <i>&quot;minimax search with α − β pruning has achieved super-human performance in chess..., but it has not been effective in Go&quot;</i>, and <i>&quot;The strongest current Go programs are based on MCTS&quot;</i>. Unfortunately no study on the reason why. Probably need to dig deeper in the citations.</span> <span class="d-none">$\endgroup$</span> <div class="d-inline-flex ai-center"> &ndash;&nbsp;<a href="/users/55074/lpounng" title="353 reputation" class="comment-user">lpounng</a> </div> <span class="comment-date" dir="ltr"><span title='2022-10-18 06:19:16Z, License: CC BY-SA 4.0' class='relativetime-clean'>Oct 18, 2022 at 6:19</span></span> <span title="this comment was edited 2 times"> <svg aria-hidden="true" class="va-text-bottom o50 svg-icon iconPencilSm" width="14" height="14" viewBox="0 0 14 14"><path fill="#F1B600" d="m2 10.12 6.37-6.43 1.88 1.88L3.88 12H2v-1.88Z"/><path fill="#E87C87" d="m11.1 1.71 1.13 1.12c.2.2.2.51 0 .71L11.1 4.7 9.21 2.86l1.17-1.15c.2-.2.51-.2.71 0Z"/></svg> </span> </div> </div> </li> <li id="comment-56400" class="comment js-comment " data-comment-id="56400" data-comment-owner-id="55074" data-comment-score="0"> <div class="js-comment-actions comment-actions"> <div class="comment-score js-comment-score js-comment-edit-hide"> </div> </div> <div class="comment-text js-comment-text-and-form"> <div class="comment-body js-comment-edit-hide"> <span class="d-none">$\begingroup$</span> <span class="comment-copy">found a good reference, updated the answer.</span> <span class="d-none">$\endgroup$</span> <div class="d-inline-flex ai-center"> &ndash;&nbsp;<a href="/users/55074/lpounng" title="353 reputation" class="comment-user">lpounng</a> </div> <span class="comment-date" dir="ltr"><span title='2022-10-18 10:16:50Z, License: CC BY-SA 4.0' class='relativetime-clean'>Oct 18, 2022 at 10:16</span></span> </div> </div> </li> <li id="comment-56416" class="comment js-comment " data-comment-id="56416" data-comment-owner-id="55074" data-comment-score="1"> <div class="js-comment-actions comment-actions"> <div class="comment-score js-comment-score js-comment-edit-hide"> <span title="number of &#x27;useful comment&#x27; votes received" class="cool">1</span> </div> </div> <div class="comment-text js-comment-text-and-form"> <div class="comment-body js-comment-edit-hide"> <span class="d-none">$\begingroup$</span> <span class="comment-copy">Plausible. Anyway, why not drop an inquiry (e.g. email) to the paper authors? They must have a lot of thoughts about it.</span> <span class="d-none">$\endgroup$</span> <div class="d-inline-flex ai-center"> &ndash;&nbsp;<a href="/users/55074/lpounng" title="353 reputation" class="comment-user">lpounng</a> </div> <span class="comment-date" dir="ltr"><span title='2022-10-20 06:30:07Z, License: CC BY-SA 4.0' class='relativetime-clean'>Oct 20, 2022 at 6:30</span></span> </div> </div> </li> </ul> </div> <div id="comments-link-37480" data-rep=50 data-anon=true> <a class="js-add-link comments-link dno" title="Use comments to ask for more information or suggest improvements. Avoid comments like &#x201C;&#x2B;1&#x201D; or &#x201C;thanks&#x201D;." href="#" role="button"></a> <span class="js-link-separator dno">&nbsp;|&nbsp;</span> <a class="js-show-link comments-link " title="Expand to show all comments on this post" href=# onclick="" role="button">Show <b>2</b> more comments</a> </div> </div> </div> </div> <h2 class="bottom-notice"> You must <a href="/users/login?ssrc=question_page&amp;returnurl=https%3a%2f%2fai.stackexchange.com%2fquestions%2f37419">log in</a> to answer this question. </h2> <h2 class="bottom-notice" data-loc="1"> <div> Not the answer you&#x27;re looking for? Browse other questions tagged <ul class='ml0 list-ls-none js-post-tag-list-wrapper d-inline'><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/monte-carlo-tree-search" class="post-tag" title="show questions tagged &#39;monte-carlo-tree-search&#39;" aria-label="show questions tagged &#39;monte-carlo-tree-search&#39;" rel="tag" aria-labelledby="tag-monte-carlo-tree-search-tooltip-container">monte-carlo-tree-search</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/function-approximation" class="post-tag" title="show questions tagged &#39;function-approximation&#39;" aria-label="show questions tagged &#39;function-approximation&#39;" rel="tag" aria-labelledby="tag-function-approximation-tooltip-container">function-approximation</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/alphazero" class="post-tag" title="show questions tagged &#39;alphazero&#39;" aria-label="show questions tagged &#39;alphazero&#39;" rel="tag" aria-labelledby="tag-alphazero-tooltip-container">alphazero</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/alpha-beta-pruning" class="post-tag" title="show questions tagged &#39;alpha-beta-pruning&#39;" aria-label="show questions tagged &#39;alpha-beta-pruning&#39;" rel="tag" aria-labelledby="tag-alpha-beta-pruning-tooltip-container">alpha-beta-pruning</a></li></ul>. </div> </h2> </div> </div> <div id="sidebar" class="show-votes" role="complementary" aria-label="sidebar"> <div class="s-sidebarwidget s-sidebarwidget__yellow s-anchors s-anchors__grayscale mb16" data-tracker="cb=1"> <ul class="d-block p0 m0"> <li class="s-sidebarwidget--header s-sidebarwidget__small-bold-text d-flex fc-black-500 d:fc-black-600 bb bbw1"> Featured on Meta </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <div class="favicon favicon-stackexchangemeta" title="Meta Stack Exchange"></div> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://meta.stackexchange.com/questions/396924/changing-how-community-leadership-works-on-stack-exchange-a-proposal-and-rough" class="js-gps-track" title="Changing how community leadership works on Stack Exchange: a proposal and rough timeline" data-ga="[&quot;community bulletin board&quot;,&quot;Featured on Meta&quot;,&quot;https://meta.stackexchange.com/questions/396924/changing-how-community-leadership-works-on-stack-exchange-a-proposal-and-rough&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 3, position: 0 })">Changing how community leadership works on Stack Exchange: a proposal and...</a> </div> </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <div class="favicon favicon-stackexchangemeta" title="Meta Stack Exchange"></div> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://meta.stackexchange.com/questions/396794/upcoming-privacy-updates-removal-of-the-activity-data-section-and-google-conver" class="js-gps-track" title="Upcoming privacy updates: removal of the Activity data section and Google conversion pixel deprecation" data-ga="[&quot;community bulletin board&quot;,&quot;Featured on Meta&quot;,&quot;https://meta.stackexchange.com/questions/396794/upcoming-privacy-updates-removal-of-the-activity-data-section-and-google-conver&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 3, position: 1 })">Upcoming privacy updates: removal of the Activity data section and Google...</a> </div> </li> </ul> </div> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-tsb" class="everyonelovesstackoverflow everyoneloves__top-sidebar"></div> <div class="js-report-ad-button-container " style="width: 300px"></div> </div> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-msb" class="everyonelovesstackoverflow everyoneloves__mid-sidebar"></div> <div class="js-report-ad-button-container " style="width: 300px"></div> </div> <div class="module sidebar-related"> <h4 id="h-related">Related</h4> <div class="related js-gps-related-questions" data-tracker="rq=1"> <div class="spacer" data-question-id="5174"> <a href="/q/5174" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">6</div> </a> <a href="/questions/5174/what-else-can-boost-iterative-deepening-with-alpha-beta-pruning" class="question-hyperlink">What else can boost iterative deepening with alpha-beta pruning?</a> </div> <div class="spacer" data-question-id="9743"> <a href="/q/9743" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">4</div> </a> <a href="/questions/9743/why-do-neural-nets-and-machine-learning-tend-to-work-well-with-mcts-but-not-wit" class="question-hyperlink">Why do neural nets and machine learning tend to work well with MCTS, but not with regular Minimax game-playing AI?</a> </div> <div class="spacer" data-question-id="11617"> <a href="/q/11617" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">2</div> </a> <a href="/questions/11617/combining-deep-reinforcement-learning-with-alpha-beta-pruning" class="question-hyperlink">Combining deep reinforcement learning with alpha-beta pruning</a> </div> <div class="spacer" data-question-id="12020"> <a href="/q/12020" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">1</div> </a> <a href="/questions/12020/minimax-combined-with-machine-learning-to-determine-if-a-path-should-be-explored" class="question-hyperlink">Minimax combined with machine learning to determine if a path should be explored</a> </div> <div class="spacer" data-question-id="12759"> <a href="/q/12759" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">1</div> </a> <a href="/questions/12759/how-does-alphazero-use-its-value-and-policy-heads-in-conjunction" class="question-hyperlink">How does AlphaZero use its value and policy heads in conjunction?</a> </div> <div class="spacer" data-question-id="16957"> <a href="/q/16957" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">6</div> </a> <a href="/questions/16957/to-deal-with-infinite-loops-should-i-do-a-deeper-search-of-the-best-moves-with" class="question-hyperlink">To deal with infinite loops, should I do a deeper search of the best moves with the same value, in alpha-beta pruning?</a> </div> <div class="spacer" data-question-id="17154"> <a href="/q/17154" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">3</div> </a> <a href="/questions/17154/could-you-share-with-me-the-tree-size-search-time-and-search-depth-of-your-impl" class="question-hyperlink">Could you share with me the tree size, search time and search depth of your implementation of Gomoku with minimax and alpha-beta prunning?</a> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { $(".js-gps-related-questions .spacer").click(function () { fireRelatedEvent($(this).index() + 1, $(this).data('question-id')); }); function fireRelatedEvent(position, questionId) { StackExchange.using("gps", function() { StackExchange.gps.track('related_questions.click', { position: position, originQuestionId: 37419, relatedQuestionId: +questionId, location: 'sidebar', source: 'Baseline' }); }); } }); </script> <div id="hot-network-questions" class="module tex2jax_ignore"> <h4> <a href="https://stackexchange.com/questions?tab=hot" class="js-gps-track s-link s-link__inherit" data-gps-track="posts_hot_network.click({ item_type:1, location:11 })"> Hot Network Questions </a> </h4> <ul> <li > <div class="favicon favicon-electronics" title="Electrical Engineering Stack Exchange"></div><a href="https://electronics.stackexchange.com/questions/702737/newbie-how-to-identify-a-chip-on-a-board-what-is-the-best-strategy" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:135 }); posts_hot_network.click({ item_type:2, location:11 })"> Newbie: How to identify a chip on a board, what is the best strategy? </a> </li> <li > <div class="favicon favicon-aviation" title="Aviation Stack Exchange"></div><a href="https://aviation.stackexchange.com/questions/104060/is-tsa-pre-check-a-security-risk" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:528 }); posts_hot_network.click({ item_type:2, location:11 })"> Is TSA Pre check a security risk? </a> </li> <li > <div class="favicon favicon-scifi" title="Science Fiction &amp; Fantasy Stack Exchange"></div><a href="https://scifi.stackexchange.com/questions/284712/book-series-with-parallel-earths-and-a-secret-governmental-agency" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:186 }); posts_hot_network.click({ item_type:2, location:11 })"> Book series with parallel earths and a secret governmental agency </a> </li> <li > <div class="favicon favicon-askubuntu" title="Ask Ubuntu"></div><a href="https://askubuntu.com/questions/1504571/how-are-apps-selected-to-be-pre-installed" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:89 }); posts_hot_network.click({ item_type:2, location:11 })"> How are apps selected to be pre-installed </a> </li> <li > <div class="favicon favicon-music" title="Music: Practice &amp; Theory Stack Exchange"></div><a href="https://music.stackexchange.com/questions/134006/could-the-bassist-and-the-rhythm-guitarist-be-the-same-person" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:240 }); posts_hot_network.click({ item_type:2, location:11 })"> Could the bassist and the rhythm guitarist be the same person? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-electronics" title="Electrical Engineering Stack Exchange"></div><a href="https://electronics.stackexchange.com/questions/703757/what-do-we-mean-when-we-say-something-is-done-in-hardware-versus-in-software" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:135 }); posts_hot_network.click({ item_type:2, location:11 })"> What do we mean when we say something is done &quot;in hardware&quot; versus &quot;in software&quot;? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-worldbuilding" title="Worldbuilding Stack Exchange"></div><a href="https://worldbuilding.stackexchange.com/questions/254579/can-innate-magic-exist-without-fostering-elitism" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:579 }); posts_hot_network.click({ item_type:2, location:11 })"> Can &quot;innate&quot; magic exist without fostering elitism? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-astronomy" title="Astronomy Stack Exchange"></div><a href="https://astronomy.stackexchange.com/questions/56007/why-dont-we-just-unshift-the-ir-photos-from-webb" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:514 }); posts_hot_network.click({ item_type:2, location:11 })"> Why don&#x27;t we just unshift the IR photos from Webb? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-tex" title="TeX - LaTeX Stack Exchange"></div><a href="https://tex.stackexchange.com/questions/710402/phantom-not-giving-correct-space" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:85 }); posts_hot_network.click({ item_type:2, location:11 })"> \phantom not giving correct space? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-askubuntu" title="Ask Ubuntu"></div><a href="https://askubuntu.com/questions/1504452/should-i-put-functions-in-bashrc-bash-aliases-or-profile" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:89 }); posts_hot_network.click({ item_type:2, location:11 })"> Should I put functions in .bashrc, .bash_aliases or .profile </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-math" title="Mathematics Stack Exchange"></div><a href="https://math.stackexchange.com/questions/4870055/a-question-involving-free-groups" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:69 }); posts_hot_network.click({ item_type:2, location:11 })"> A question involving free groups </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-scifi" title="Science Fiction &amp; Fantasy Stack Exchange"></div><a href="https://scifi.stackexchange.com/questions/284708/1990s-2000s-live-action-show-with-kids-in-tribes-in-a-dystopian-sci-fi-fantasy-s" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:186 }); posts_hot_network.click({ item_type:2, location:11 })"> 1990s/2000s live-action show with kids in tribes in a dystopian sci-fi/fantasy setting </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-politics" title="Politics Stack Exchange"></div><a href="https://politics.stackexchange.com/questions/85914/does-hungary-have-anything-to-gain-from-defending-israels-actions-in-gaza" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:475 }); posts_hot_network.click({ item_type:2, location:11 })"> Does Hungary have anything to gain from defending Israel&#x27;s actions in Gaza? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-history" title="History Stack Exchange"></div><a href="https://history.stackexchange.com/questions/74426/were-any-u-s-founding-fathers-present-at-the-storming-of-the-bastille" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:324 }); posts_hot_network.click({ item_type:2, location:11 })"> Were any U.S. founding fathers present at the storming of the Bastille? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-english" title="English Language &amp; Usage Stack Exchange"></div><a href="https://english.stackexchange.com/questions/618912/understanding-the-joke-make-an-ell-i-say-from-the-crux" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:97 }); posts_hot_network.click({ item_type:2, location:11 })"> Understanding the joke, &quot;Make an &#x27;ell, I say&quot; (from The Crux) </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-philosophy" title="Philosophy Stack Exchange"></div><a href="https://philosophy.stackexchange.com/questions/108802/is-there-a-name-for-the-widespread-logical-fallacy-in-which-you-prove-your-point" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:265 }); posts_hot_network.click({ item_type:2, location:11 })"> Is there a name for the widespread logical fallacy in which you prove your point by &#x27;eliminating&#x27; anyone who contradicts you? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-ai" title="Artificial Intelligence Stack Exchange"></div><a href="https://ai.stackexchange.com/questions/43911/what-is-the-state-space-of-digit-recognition-agent-on-a-grid-of-28-x-28-pixels" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:658 }); posts_hot_network.click({ item_type:2, location:11 })"> What is the state space of digit recognition agent on a grid of 28 x 28 pixels? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-mathoverflow" title="MathOverflow"></div><a href="https://mathoverflow.net/questions/465847/the-probability-that-iid-draws-from-a-mean-zero-random-variable-sum-to-zero" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:504 }); posts_hot_network.click({ item_type:2, location:11 })"> The probability that iid draws from a mean zero random variable sum to zero </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-academia" title="Academia Stack Exchange"></div><a href="https://academia.stackexchange.com/questions/206975/is-it-possible-to-download-html-versions-of-articles-available-on-publishers-we" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:415 }); posts_hot_network.click({ item_type:2, location:11 })"> Is it possible to download HTML versions of articles available on publishers&#x27; websites? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-english" title="English Language &amp; Usage Stack Exchange"></div><a href="https://english.stackexchange.com/questions/619994/theorem-isosceles-triangle" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:97 }); posts_hot_network.click({ item_type:2, location:11 })"> theorem Isosceles Triangle </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-askubuntu" title="Ask Ubuntu"></div><a href="https://askubuntu.com/questions/1504584/how-to-use-sed-to-remove-newlines-above-and-below-a-string" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:89 }); posts_hot_network.click({ item_type:2, location:11 })"> How to use sed to remove newlines above and below a string? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-tex" title="TeX - LaTeX Stack Exchange"></div><a href="https://tex.stackexchange.com/questions/710324/recursive-macros-revisited" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:85 }); posts_hot_network.click({ item_type:2, location:11 })"> Recursive macros revisited </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-stats" title="Cross Validated"></div><a href="https://stats.stackexchange.com/questions/641087/will-mle-always-produce-biased-variance-estimates" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:65 }); posts_hot_network.click({ item_type:2, location:11 })"> Will MLE always produce Biased Variance Estimates? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-rpg" title="Role-playing Games Stack Exchange"></div><a href="https://rpg.stackexchange.com/questions/210603/can-you-cast-a-wall-of-force-into-water" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:122 }); posts_hot_network.click({ item_type:2, location:11 })"> Can you cast a Wall of Force into water? </a> </li> </ul> <a href="#" class="show-more js-show-more js-gps-track" data-gps-track="posts_hot_network.click({ item_type:3, location:11 })"> more hot questions </a> </div> <div id="feed-link" class="js-feed-link"> <a href="/feeds/question/37419" title="Feed of this question and its answers"> <svg aria-hidden="true" class="fc-orange-400 svg-icon iconRss" width="18" height="18" viewBox="0 0 18 18"><path d="M3 1a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H3Zm0 1.5c6.9 0 12.5 5.6 12.5 12.5H13C13 9.55 8.45 5 3 5V2.5Zm0 5c4.08 0 7.5 3.41 7.5 7.5H8c0-2.72-2.28-5-5-5V7.5Zm0 5c1.36 0 2.5 1.14 2.5 2.5H3v-2.5Z"/></svg> Question feed </a> </div> <aside class="s-modal js-feed-link-modal" tabindex="-1" role="dialog" aria-labelledby="feed-modal-title" aria-describedby="feed-modal-description" aria-hidden="true"> <div class="s-modal--dialog js-modal-dialog wmx4" role="document" data-controller="se-draggable"> <h1 class="s-modal--header fw-bold js-first-tabbable" id="feed-modal-title" data-se-draggable-target="handle" tabindex="0"> Subscribe to RSS </h1> <div class="d-flex gs4 gsy fd-column"> <div class="flex--item"> <label class="d-block s-label c-default" for="feed-url"> Question feed <p class="s-description mt2" id="feed-modal-description">To subscribe to this RSS feed, copy and paste this URL into your RSS reader.</p> </label> </div> <div class="d-flex ps-relative"> <input class="s-input" type="text" name="feed-url" id="feed-url" readonly="readonly" value="https://ai.stackexchange.com/feeds/question/37419" /> <svg aria-hidden="true" class="s-input-icon fc-orange-400 svg-icon iconRss" width="18" height="18" viewBox="0 0 18 18"><path d="M3 1a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H3Zm0 1.5c6.9 0 12.5 5.6 12.5 12.5H13C13 9.55 8.45 5 3 5V2.5Zm0 5c4.08 0 7.5 3.41 7.5 7.5H8c0-2.72-2.28-5-5-5V7.5Zm0 5c1.36 0 2.5 1.14 2.5 2.5H3v-2.5Z"/></svg> </div> </div> <a class="s-modal--close s-btn s-btn__muted js-modal-close js-last-tabbable" href="#" aria-label="Close"> <svg aria-hidden="true" class="svg-icon iconClearSm" width="14" height="14" viewBox="0 0 14 14"><path d="M12 3.41 10.59 2 7 5.59 3.41 2 2 3.41 5.59 7 2 10.59 3.41 12 7 8.41 10.59 12 12 10.59 8.41 7 12 3.41Z"/></svg> </a> </div> </aside> </div> </div> <script>StackExchange.ready(function(){$.get('/posts/37419/ivc/a424?prg=ad60185e-6951-44c3-a77c-737237d66c62');});</script> <noscript><div><img src="/posts/37419/ivc/a424?prg=ad60185e-6951-44c3-a77c-737237d66c62" class="dno" alt="" width="0" height="0"></div></noscript></div> </div> </div> <script type="text/javascript"> var cam = cam || { opt: {} }; var clcGamLoaderOptions = cam || { opt: {} }; var opt = clcGamLoaderOptions.opt; opt.refresh = !1; opt.refreshInterval = 0; opt.sf = !1; opt.hb = !1; opt.ll = !0; opt.tlb_position = 0; opt.personalization_consent = !1; opt.targeting_consent = !1; opt.performance_consent = !1; opt.targeting = {Registered:['false'],'ron-tag':['monte-carlo-tree-search','function-approximation','alphazero','alpha-beta-pruning'],NumberOfAnswers:['1']}; opt.adReportEnabled = !1; opt.adReportUrl = '/ads/report-ad'; opt.adReportText = 'Report this ad'; opt.adReportFileTypeErrorMessage = 'Please select a PNG or JPG file.'; opt.adReportFileSizeErrorMessage = 'The file must be under 2 MiB.'; opt.adReportErrorText = 'Error uploading ad report.'; opt.adReportThanksText = 'Thanks for your feedback. We’ll review this against our code of conduct and take action if necessary.'; opt.adReportLoginExpiredMessage = 'Your login session has expired, please login and try again.'; opt.adReportLoginErrorMessage = 'An error occurred when loading the report form - please try again'; opt.adReportModalClass = 'js-ad-report'; opt.perRequestGuid = 'ad60185e-6951-44c3-a77c-737237d66c62'; opt.responseHash = '3fgc/SBzUHY/Q68zM77gdqrTlcacwldezjZgdHDiFUY='; opt.targeting.TargetingConsent = ['False_Passive']; opt.allowAccountTargetingForThisRequest = !0; const urlParams = new URLSearchParams(window.location.search); if (urlParams.has('dfptestads')) { const dfptestads = urlParams.get('dfptestads'); opt.targeting.DfpTestAds = dfptestads; } </script> <script>;(()=>{"use strict";var __webpack_modules__={23:(e,t,s)=>{s.d(t,{Z7:()=>l,eq:()=>d,kG:()=>i});const n=(r=location.pathname,/^\/tags\//.test(r)||/^\/questions\/tagged\//.test(r)?"tag-pages":/^\/discussions\//.test(r)||/^\/beta\/discussions/.test(r)?"discussions":/^\/$/.test(r)||/^\/home/.test(r)?"home-page":"question-pages");var r;let a=location.hostname;const o={slots:{lb:[[728,90]],mlb:[[728,90]],smlb:[[728,90]],bmlb:[[728,90]],sb:e=>"dfp-tsb"===e?[[300,250],[300,600]]:[[300,250]],"tag-sponsorship":[[730,135]],"mobile-below-question":[[320,50],[300,250]],msb:[[300,250],[300,600]],"talent-conversion-tracking":[[1,1]],"site-sponsorship":[[230,60]]},ids:{"dfp-tlb":"lb","dfp-mlb":"mlb","dfp-smlb":"smlb","dfp-bmlb":"bmlb","dfp-tsb":"sb","dfp-isb":"sb","dfp-tag":"tag-sponsorship","dfp-msb":"msb","dfp-sspon":"site-sponsorship","dfp-m-aq":"mobile-below-question"},idsToExcludeFromAdReports:["dfp-sspon"]};function i(){return Object.keys(o.ids)}function d(e){return o.idsToExcludeFromAdReports.indexOf(e)<0}function l(e){var t=e.split("_")[0];const s=o.ids[t];let r=o.slots[s];return"function"==typeof r&&(r=r(t)),{path:`/248424177/${a}/${s}/${n}`,sizes:r,zone:s}}},865:(e,t,s)=>{function n(e){return"string"==typeof e?document.getElementById(e):e}function r(e){return!!(e=n(e))&&"none"===getComputedStyle(e).display}function a(e){return!r(e)}function o(e){return!!e}function i(e){return/^\s*$/.test(n(e).innerHTML)}function d(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.display="none"}function l(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.display="none",[].forEach.call(e.children,l)}function c(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.removeProperty("display")}function g(e){const t=document.createElement("script");t.src=e,document.body.appendChild(t)}function p(e){return s=e,(t=[]).push=function(e){return s(),delete this.push,this.push(e)},t;var t,s}function h(e){let t="function"==typeof HTMLTemplateElement;var s=document.createElement(t?"template":"div");return e=e.trim(),s.innerHTML=e,t?s.content.firstChild:s.firstChild}s.d(t,{$Z:()=>c,Bv:()=>h,Gx:()=>g,Nj:()=>n,QZ:()=>p,cf:()=>d,pn:()=>a,wo:()=>l,xb:()=>i,xj:()=>r,yb:()=>o})},763:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{t:()=>AdReports});var _common_helper__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(865),_console__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(276),_ad_units__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(23);class AdReports{constructor(e,t){if(this.googletag=e,this.cam=t,this.allowedFileTypes=["image/png","image/jpg","image/jpeg"],this.ignoreValidation=!1,_console__WEBPACK_IMPORTED_MODULE_1__.cM("Ad reporting init"),this.cam=t,this.callOnButtonClick=e=>this.onButtonClick(e),this.googletag.pubads().addEventListener("slotRenderEnded",e=>this.handleSlotRendered(e)),Array.isArray(t.slotsRenderedEvents)){_console__WEBPACK_IMPORTED_MODULE_1__.cM("Adding report button to "+t.slotsRenderedEvents.length+" events that have transpired");for(var s=0;s<t.slotsRenderedEvents.length;s++)this.handleSlotRendered(t.slotsRenderedEvents[s])}}handleSlotRendered(e){if(e&&e.slot&&!e.isEmpty&&(e.creativeId||e.lineItemId||!e.isEmpty)){var t=e.slot.getSlotElementId();if(t){var s=document.getElementById(t);if(s)if((0,_ad_units__WEBPACK_IMPORTED_MODULE_0__.eq)(t)){var n=s?.closest(".js-zone-container")?.querySelector(".js-report-ad-button-container");n.innerHTML="",n.append(this.createButton(e)),n.style.height="24px",_console__WEBPACK_IMPORTED_MODULE_1__.cM("Added report button to the bottom of "+t)}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of "+t+": shouldHaveReportButton = false");else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of "+t+": resolved invalid adUnit element")}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of element: invalid adUnitElementId")}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of element: invalid SlotRenderEndedEvent")}async onButtonClick(e){e.preventDefault();let t=e.target;const s=t.dataset.modalUrl,n=t.dataset.googleEventData;return await this.loadModal(s,t,n),!1}createButton(e){let t=document.createElement("button");var s=JSON.stringify(e);return t.dataset.googleEventData=s,t.dataset.modalUrl=this.cam.opt.adReportUrl,t.dataset.adUnit=e.slot.getSlotElementId(),t.classList.add("js-report-ad","s-btn","s-btn__link","fs-fine","mt2","float-right"),t.append(document.createTextNode(this.cam.opt.adReportText)),t.removeEventListener("click",this.callOnButtonClick),t.addEventListener("click",this.callOnButtonClick),t}async loadModal(url,$link,googleEventData){try{await window.StackExchange.helpers.loadModal(url,{returnElements:window.$($link)}),this.initForm(googleEventData)}catch(e){var message="",response=e.responseText?eval(`(${e.responseText})`):null;message=response&&response.isLoggedOut?this.cam.opt.adReportLoginExpiredMessage:this.cam.opt.adReportLoginErrorMessage,window.StackExchange.helpers.showToast(message,{type:"danger"})}}removeModal(){window.StackExchange.helpers.closePopups(document.querySelectorAll("."+this.cam.opt.adReportModalClass),"dismiss")}initForm(e,t=!1){this.ignoreValidation=t,this.$form=document.querySelector(".js-ad-report-form"),this.$googleEventData=this.$form.querySelector(".js-json-data"),this.$adReportReasons=this.$form.querySelectorAll(".js-ad-report-reason"),this.$adReportReasonOther=this.$form.querySelector(".js-ad-report-reason-other"),this.$fileUploaderInput=this.$form.querySelector(".js-file-uploader-input"),this.$imageUploader=this.$form.querySelector(".js-image-uploader"),this.$clearImageUpload=this.$form.querySelector(".js-clear-image-upload"),this.$imageUploaderText=this.$form.querySelector(".js-image-uploader-text"),this.$imageUploaderPreview=this.$form.querySelector(".js-image-uploader-preview"),this.$fileErrorMessage=this.$form.querySelector(".js-file-error");const s=this.$form.querySelector(".js-drag-drop-enabled"),n=this.$form.querySelector(".js-drag-drop-disabled");this.$googleEventData.value=e,this.$adReportReasons.forEach((e,t)=>e.addEventListener("change",e=>{this.$adReportReasonOther.classList.toggle("d-none","3"!==e.target.value)})),this.$fileUploaderInput.addEventListener("change",()=>{this.validateFileInput()&&this.updateImagePreview(this.$fileUploaderInput.files)}),this.$clearImageUpload.addEventListener("click",e=>{e.preventDefault(),this.clearImageUpload()});try{this.$fileUploaderInput[0].value="",this.$imageUploader.addEventListener("dragenter dragover dragleave drop",this.preventDefaults),this.$imageUploader.addEventListener("dragenter dragover",this.handleDragStart),this.$imageUploader.addEventListener("dragleave drop",this.handleDragEnd),this.$imageUploader.addEventListener("drop",this.handleDrop)}catch(e){s.classList.add("d-none"),n.classList.remove("d-none")}this.$form.removeEventListener("",this.handleDragEnd),this.$form.addEventListener("submit",async e=>(e.preventDefault(),this.submitForm(),!1))}clearImageUpload(){this.$fileUploaderInput.value="",this.$imageUploaderPreview.setAttribute("src",""),this.$imageUploaderPreview.classList.add("d-none"),this.$clearImageUpload.classList.add("d-none"),this.$imageUploaderText.classList.remove("d-none"),this.$imageUploader.classList.add("p16","ba","bas-dashed","bc-black-100")}preventDefaults(e){e.preventDefault(),e.stopPropagation()}handleDragStart(e){this.$imageUploader.classList.remove("bas-dashed"),this.$imageUploader.classList.add("bas-solid","bc-black-100")}handleDragEnd(e){this.$imageUploader.classList.remove("bas-solid","bc-black-100"),this.$imageUploader.classList.add("bas-dashed")}handleDrop(e){var t=e.originalEvent.dataTransfer.files;FileReader&&t&&1===t.length&&(this.$fileUploaderInput.files=t,this.validateFileInput()&&this.updateImagePreview(t))}setError(e){this.$fileErrorMessage.parentElement.classList.toggle("has-error",e)}updateImagePreview(e){this.$imageUploader.classList.remove("p16","ba","bas-dashed","bc-black-100"),this.$clearImageUpload.classList.remove("d-none"),this.$imageUploaderText.classList.add("d-none");var t=new FileReader;t.onload=e=>{null!=e.target&&(this.$imageUploaderPreview.setAttribute("src",e.target.result),this.$imageUploaderPreview.classList.remove("d-none"))},t.readAsDataURL(e[0])}validateFileInput(){if(this.ignoreValidation)return!0;const e=this.cam.opt.adReportFileTypeErrorMessage,t=this.cam.opt.adReportFileSizeErrorMessage;if(null==this.$fileUploaderInput.files)return!1;var s=this.$fileUploaderInput.files[0];return null==s?(this.setError(!0),!1):this.allowedFileTypes.indexOf(s.type)<0?(this.$fileErrorMessage.textContent=e,this.$fileErrorMessage.classList.remove("d-none"),this.setError(!0),!1):s.size>2097152?(this.$fileErrorMessage.textContent=t,this.$fileErrorMessage.classList.remove("d-none"),this.setError(!0),!1):(this.$fileErrorMessage.classList.add("d-none"),this.setError(!1),!0)}async gatherDiagnosticInfo(){return{BrowserVersion:await this.getBrowserVersion()}}getElementSource(e){return e.outerHTML}getNestedIFrameElement(e){var t=e.querySelector("iframe");return t.contentDocument?t.contentDocument.documentElement:t.contentWindow.document.documentElement}async getBrowserVersion(){return await navigator.userAgentData.getHighEntropyValues(["fullVersionList"]).then(e=>JSON.stringify(e.fullVersionList))}async submitForm(){if(!this.validateFileInput())return!1;this.$form.querySelector("[type=submit]").setAttribute("disabled","true");var e=JSON.parse(this.$googleEventData.value||"{}");e.Reason=parseInt(this.$form.querySelector(".js-ad-report-reason:checked").value,10),e.Description=this.$adReportReasonOther.value,this.$googleEventData.value=JSON.stringify(e);var t=new FormData(this.$form);if("1"===t.get("shareDiagnosticInfo")){var s=await this.gatherDiagnosticInfo();Object.keys(s).forEach(e=>t.append(e,s[e]))}try{const e=await window.fetch(this.$form.getAttribute("action"),{method:this.$form.getAttribute("method"),body:t,cache:"no-cache"}),s=e.headers.get("content-type")||"",r=await e.text();if(!e.ok)throw new Error("response not valid");if(0===s.indexOf("text/html")){var n=(0,_common_helper__WEBPACK_IMPORTED_MODULE_2__.Bv)(r);const e=n?n.querySelector(".js-modal-content"):null;if(_console__WEBPACK_IMPORTED_MODULE_1__.cM("$popupContent"),_console__WEBPACK_IMPORTED_MODULE_1__.cM(e),!e)throw new Error(`Could not find .js-modal-content in response from ${this.$form.getAttribute("action")}`);document.querySelector(".js-modal-content").replaceWith(e)}else window.StackExchange.helpers.showToast(this.cam.opt.adReportThanksText,{type:"success"}),this.removeModal()}catch(e){window.StackExchange.helpers.showToast(this.cam.opt.adReportErrorText,{type:"danger"})}finally{let e=this.$form.querySelector("[type=submit]");e&&e.removeAttribute("disabled")}}}},276:(e,t,s)=>{function n(...e){}function r(...e){}s.d(t,{cM:()=>n,vU:()=>r})}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var s=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](s,s.exports,__webpack_require__),s.exports}__webpack_require__.d=(e,t)=>{for(var s in t)__webpack_require__.o(t,s)&&!__webpack_require__.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var __webpack_exports__={};(()=>{var e=__webpack_require__(276),t=(e=>(e[e.Above=0]="Above",e[e.Below=1]="Below",e))(t||{});const s=Object.assign({},{"lib":"https://cdn.sstatic.net/clc/js/bundles/gam_loader_script/gam_loader_script.bundle.741.e6ce4ee02b887d174e72.min.js","style":null,"u":null,"wa":true,"kt":2000,"tto":true,"h":"clc.stackoverflow.com","allowed":"^(((talent\\.)?stackoverflow)|(blog\\.codinghorror)|(.*\\.googlesyndication)|(serverfault|askubuntu|superuser)|([^\\.]+\\.stackexchange))\\.com$","wv":true,"al":false,"abd":true,"cpa_liid":[5882654614],"cpa_cid":[138377597667],"dp":false,"tgt_to":1000,"tgt_u":"https://clc.stackoverflow.com/get-user-acct-tgt","tgt_e":true,"tgt_p":100});var n=__webpack_require__(23),r=__webpack_require__(865),a=__webpack_require__(763);class o{constructor(t,s){this.googletag=t,this.interval=s,e.cM("Ad refresh init. interval: "+s),this.googletag.pubads().addEventListener("impressionViewable",e=>this.onImpressionViewable(e)),e.cM("done enabling ad refresh")}onImpressionViewable(t){var s=t.slot;e.cM("ad refresh - slot "+s.getSlotElementId()+" is viewable, initializing refresh"),this.scheduleRefresh(s)}scheduleRefresh(e){setTimeout(()=>this.refreshAdSlot(e),1e3*this.interval)}static refreshMyAd(t,s){let n=t.pubads().getSlots().find(e=>e.getSlotElementId()===s);n&&(e.cM("refreshMyAd - refreshing ad slot "+s),t.pubads().refresh([n]))}refreshAdSlot(t){var s=t.getSlotElementId();this.isElementVisibleInBrowser(s)?(e.cM("refreshing ad slot "+s),googletag.pubads().refresh([t])):(e.cM("refresh skipped this time; ad slot not viewable:"+s),this.scheduleRefresh(t))}isElementVisibleInBrowser(e){var t=document.getElementById(e);if(null!==t){var s=t.getBoundingClientRect();if(s.top>=0&&s.left>=0&&s.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&s.right<=(window.innerWidth||document.documentElement.clientWidth))return!0}return!1}}var i=(e=>(e.Off="Off",e.PreSurvey="PreSurvey",e.Collect="Collect",e.PostSurvey="PostSurvey",e))(i||{});class d{constructor(e,t){this.lineItemImpressions=[],this.surveysIdsCompleted=[],this.lineItemImpressions=e,this.surveysIdsCompleted=t}addImpression(e,t){let s={brandId:e,lineItemId:t,timestamp:new Date};this.lineItemImpressions.push(s)}addBrandSurveyCompleted(e){-1===this.surveysIdsCompleted.indexOf(e)&&this.surveysIdsCompleted.push(e)}getTotalBrandImpressions(){let e=new Map;for(let t of this.lineItemImpressions)if(e.has(t.brandId)){let s=e.get(t.brandId);e.set(t.brandId,s+1)}else e.set(t.brandId,1);return e}getBrandLineItemImpressions(e){let t={};for(let s of this.lineItemImpressions)if(s.brandId==e)if(void 0!==t[s.lineItemId]){let e=t[s.lineItemId];t[s.lineItemId]=e+1}else t[s.lineItemId]=1;return t}}class l{constructor(){this.surveyEngagementLocalStorageKey="clc-survey-engagement"}getBrandSurveyEngagement(){let e=localStorage.getItem(this.surveyEngagementLocalStorageKey);if(null===e)return new d([],[]);let t=JSON.parse(e);return new d(t.lineItemImpressions,t.surveysIdsCompleted)}saveBrandSurveyEngagement(e){let t=JSON.stringify(e);localStorage.setItem(this.surveyEngagementLocalStorageKey,t)}}class c{constructor(){this.surveyRepository=new l}getBrandSurveyEngagement(){return this.surveyRepository.getBrandSurveyEngagement()}recordImpression(e,t){let s=this.getBrandSurveyEngagement();s.addImpression(e,t),this.surveyRepository.saveBrandSurveyEngagement(s)}recordBrandSurveyCompleted(e){let t=this.getBrandSurveyEngagement();t.addBrandSurveyCompleted(e),this.surveyRepository.saveBrandSurveyEngagement(t)}}class g{constructor(t,s){this.googletag=t,this.brandSettings=s,this.brandSlotMap=new Map,this.brandSurveyEngagementService=new c,e.cM("Brand Survey init: "+JSON.stringify(s)),void 0!==s?(this.googletag.pubads().addEventListener("slotRenderEnded",e=>this.handleSlotRendered(e)),this.googletag.pubads().addEventListener("impressionViewable",e=>this.onImpressionViewable(e)),e.cM("done enabling Brand Survey")):e.cM("Brand Survey init: brandSettings is undefined, not initializing")}handleSlotRendered(t){e.cM("Brand Survey - slot rendered - slot:"+JSON.stringify(t.slot.getSlotElementId())+" lineItem: "+t.lineItemId);let s=this.findItemWithId(t.lineItemId);if(null===s||s.mode!==i.Collect)this.brandSlotMap.delete(t.slot.getSlotElementId());else{let e={brandId:s.brandId,lineItemId:t.lineItemId};this.brandSlotMap.set(t.slot.getSlotElementId(),e)}}onImpressionViewable(t){let s=t.slot;if(e.cM("ad - Brand Survey - impression viewable. Details: "+JSON.stringify(s.getSlotElementId())),e.cM("ad - Brand Survey - slot "+s.getSlotElementId()+" is viewable"),this.brandSlotMap.has(s.getSlotElementId())){let t=this.brandSlotMap.get(s.getSlotElementId());e.cM("Brand Survey - brand "+t.brandId+" is viewable"),this.recordImpression(this.brandSlotMap.get(s.getSlotElementId()))}}recordImpression(t){e.cM("ad - Brand Survey - recording impression for brand "+t.brandId),this.brandSurveyEngagementService.recordImpression(t.brandId,t.lineItemId)}findItemWithId(t){return e.cM("brand settings: "+JSON.stringify(this.brandSettings)),this.brandSettings.find(e=>e.lineItemIds.includes(t))||null}}const p="response-brand-survey-submit|",h="request-brand-survey-metadata|",m="record-metric-on-server|",u="request-dsp-tags",f="response-dsp-tags|";class _{static refreshAdIfBrandSurveyIsDuplicated(e,t,s){this.alreadyCompletedThisBrandSurvey(t)&&o.refreshMyAd(e,s)}static alreadyCompletedThisBrandSurvey(e){return(new c).getBrandSurveyEngagement().surveysIdsCompleted.includes(e)}}window.cam=new class{constructor(t=null){if(this.gptImported=!1,this.slotsRenderedEvents=[],this.collapsed={},e.cM("constructor"),this.clc_options=s,window.clcGamLoaderOptions)Object.assign(this,window.clcGamLoaderOptions);else if(void 0===this.opt){let e=window.opt;e&&(this.opt=e)}}init(){if(e.cM("init"),void 0===this.opt)throw new Error("opt not set, required by GAM Loader");e.cM("init brand survey service"),this.getUserMetaPromise=this.getUserMeta(),e.cM("setup message handler"),window.addEventListener("message",e=>{this.onmessage(e)})}handleSlotRenderedNoAdReport(){if(googletag.pubads().addEventListener("slotRenderEnded",e=>this.applyExtraMarginBottom(e)),Array.isArray(this.slotsRenderedEvents))for(var e=0;e<this.slotsRenderedEvents.length;e++)this.applyExtraMarginBottom(this.slotsRenderedEvents[e])}onmessage(t){let s="omni";if(t.data&&("string"==typeof t.data||t.data instanceof String))if(0===t.data.indexOf("get-omni-")){e.cM("Recevied get-omni message, sending back omni");var n=t.source,a=this.opt.omni,o="string"==typeof a?a:"";n.postMessage([s,o,this.opt.perRequestGuid].join("|"),"*")}else if(0===t.data.indexOf("collapse-")){e.cM("Recevied collapse message, collapse ad iframe"),e.cM(t);for(var i=t.source.window,d=document.getElementsByTagName("IFRAME"),l=0;l<d.length;l++){var g=d[l];if(g.contentWindow==i)return void(0,r.wo)(g.parentElement.parentElement.parentElement)}}else if(0===t.data.indexOf("resize|")){e.cM("Recevied resize message, resize ad iframe"),e.cM(t);let s=this._getFrameByEvent(t),n=t.data.indexOf("|")+1,r=t.data.slice(n),a=parseFloat(r)+.5;e.cM("New iframe height "+a),s.height=a.toString(),s.parentElement.style.height=a.toString()+"px"}else if(0===t.data.indexOf("getmarkup|")){let s=t.data.indexOf("|")+1,n=t.data.slice(s);e.cM("Recevied get markup message: "+n);let r=this._getFrameByEvent(t).closest(".everyonelovesstackoverflow");const a=document.createElement("script");a.dataset.adZoneId=r.id,a.src=n,document.body.appendChild(a)}else if(0===t.data.indexOf("window-location|")){let s=t.data.indexOf("|")+1,n=t.data.slice(s);e.cM("Recevied window location message: "+n),n.startsWith("/")||(n="/"+n),window.open(window.location.protocol+"//"+window.location.host+n,"_blank")}else if(0===t.data.indexOf("request-brand-survey-submit|")){let s=t.data.split("|"),n=s[1],r=s[2],a=s[3],o=JSON.parse(a);e.cM(n),e.cM(r),e.cM(a),e.cM("Received brand survey "+n+" response message: "+r);var v=new FormData;for(var b in o)v.append(b,o[b]);let i=this._getFrameByEvent(t);if(_.alreadyCompletedThisBrandSurvey(+n))return e.cM("Already completed this brand survey. Not submitting duplicate to server."),void i.contentWindow.postMessage("response-brand-survey-submit-duplicate|","*");e.cM("Send the brand survey to the server"),fetch(r,{method:"POST",body:v}).then(e=>e.json()).then(e=>i.contentWindow.postMessage(p,"*")).catch(e=>i.contentWindow.postMessage(p,"*"))}else if(0===t.data.indexOf("brand-survey-completed-store|")){let s=t.data.split("|"),n=(s[1],s[2]);if(e.cM("Received brand survey completed store message for survey ID "+n),_.alreadyCompletedThisBrandSurvey(+n))return void e.cM("Already completed this brand survey. Not recording duplicate locally.");e.cM("Record brand survey completion locally"),(new c).recordBrandSurveyCompleted(+n)}else if(0===t.data.indexOf(h)){let s=t.data.split("|"),n=s[1],r=s[2];e.cM("Received message: request-brand-survey-metadata| with Brand Survey ID "+r);let a=(new c).getBrandSurveyEngagement().getBrandLineItemImpressions(+n),o=JSON.stringify(a),i=this._getFrameByEvent(t);e.cM("sending impression data: "+o),i.contentWindow.postMessage("response-brand-survey-metadata|"+this.opt.responseHash+"|"+this.opt.perRequestGuid+"|"+o,"*")}else if(0===t.data.indexOf("refresh-if-duplicate-brand-survey|")){let e=t.data.split("|")[1],s=this.getSlotElementIdByEvent(t);_.refreshAdIfBrandSurveyIsDuplicated(googletag,+e,s)}else if(0===t.data.indexOf(m)){e.cM("Received message: record-metric-on-server| with args: "+t.data);let s=t.data.split("|"),n=s[1],r=s[2],a=s[3],o=s[4],i=new FormData;i.append("brandSurveyId",a.toString()),i.append("responseHash",this.opt.responseHash),i.append("perRequestGuid",this.opt.perRequestGuid),i.append("questionNumber",n.toString()),i.append("metricType",o.toString()),fetch(r,{method:"POST",body:i}).then(e=>e.ok).catch(t=>{e.cM("SendMetricToServer: Error sending metric to server: "+t)})}else if(0===t.data.indexOf(u)){e.cM("Received message: request-dsp-tags with args: "+t.data);let s=this._getFrameByEvent(t);if(!this.opt.targeting["so-tag"])return void s.contentWindow.postMessage(f,"*");const n=this.opt.targeting["so-tag"].join(",");e.cM("sending targeting tags: "+n),s.contentWindow.postMessage(f+n,"*")}else e.cM("Received unhandled message")}getSlotElementIdByEvent(e){let t=this._getFrameByEvent(e).parentElement?.parentElement?.id;return t||""}_getFrameByEvent(e){return Array.from(document.getElementsByTagName("iframe")).filter(t=>t.contentWindow===e.source)[0]}classifyZoneIds(e){const t=e.map(r.Nj).filter(r.yb);return{eligible:t.filter(r.xb).filter(r.pn),ineligible:t.filter(r.xj)}}applyExtraMarginBottom(t){if(t&&t.slot&&!t.isEmpty&&(t.creativeId||t.lineItemId||!t.isEmpty)){var s=t.slot.getSlotElementId();if(s){var r=document.getElementById(s);if(r)if((0,n.eq)(s)){var a=r?.closest(".js-zone-container");a.style.marginBottom="24px",e.cM("Applied extra margin to the bottom of "+s)}else e.cM("Not applying extra margin to the bottom of "+s+": shouldHaveReportButton = false");else e.cM("Not applying extra margin to the bottom of "+s+": resolved invalid adUnit element")}else e.cM("Not applying extra margin to the bottom of element: invalid adUnitElementId")}else e.cM("Not applying extra margin to the bottom of element: invalid SlotRenderEndedEvent")}async load(s=(0,n.kG)()){const i=this.opt.tlb_position===t.Above?["dfp-mlb","dfp-smlb"]:["dfp-mlb","dfp-smlb","dfp-tlb"];if(!this.isGptReady())return e.cM("Initializing..."),this.initGpt(),void googletag.cmd.push(()=>this.load(s));this.opt.adReportEnabled?(e.cM("Ad reporting enabled"),this.adReports=new a.t(googletag,this)):(e.cM("Ad reporting not enabled"),this.handleSlotRenderedNoAdReport()),this.opt.refresh?(e.cM("Ad refresh enabled"),this.adRefresh=new o(googletag,this.opt.refreshInterval)):e.cM("Ad refresh not enabled"),this.opt.brandSurveyEnabled&&(e.cM("Brand Survey enabled"),this.brandSurvey=new g(googletag,this.opt.brandSurveySettings)),e.cM("Attempting to load ads into ids: ",s);const{eligible:d,ineligible:l}=this.classifyZoneIds(s);if(this.initDebugPanel(googletag,d.concat(l)),d.forEach(e=>(0,r.cf)(e)),l.forEach(r.wo),0===d.length)return void e.cM("Found no ad ids on page");e.cM("Eligible ids:",d),this.opt.abd&&this.appendAdblockDetector();var c=googletag.pubads().getSlots();if(c){var p=c.filter(e=>s.indexOf(e.getSlotElementId())>=0);googletag.destroySlots(p)}this.opt.sf&&(googletag.pubads().setForceSafeFrame(!0),googletag.pubads().setSafeFrameConfig({allowOverlayExpansion:!0,allowPushExpansion:!0,sandbox:!0})),e.cM("Targeting consent: Checking...");let h=!1,m=!1;void 0!==this.opt.targeting_consent&&(m=!0,e.cM("Targeting consent: Parameter set"),e.cM("Targeting consent: Consent given? ",this.opt.targeting_consent),h=this.opt.targeting_consent),void 0!==this.opt.personalization_consent&&(e.cM("Personalization consent: Parameter set"),e.cM("Personalization consent: Consent given? ",this.opt.personalization_consent),h=h&&this.opt.personalization_consent),h=h&&m,this.setPrivacySettings(h),this.opt.ll||googletag.pubads().enableSingleRequest(),cam.sreEvent||(googletag.pubads().addEventListener("slotRenderEnded",e=>this.onSlotRendered(e)),cam.sreEvent=!0),await this.setTargeting();var u=d.filter(e=>!this.opt.ll||i.indexOf(e.id)<0),f=d.filter(e=>!!this.opt.ll&&i.indexOf(e.id)>=0);e.cM("Up front ids:",u),e.cM("Lazy loaded ids:",f),u.forEach(t=>{e.cM(`Defining ad for element ${t.id}`),this.defineSlot(t.id,googletag),t.setAttribute("data-dfp-zone","true")}),googletag.enableServices(),u.forEach(t=>{e.cM(`Displaying ad for element ${t.id}`),googletag.cmd.push(()=>googletag.display(t.id))}),this.opt.ll&&(e.cM("Enabling lazy loading for GAM"),googletag.pubads().enableLazyLoad({fetchMarginPercent:0,renderMarginPercent:0}),e.cM("Setting up lazy loaded ad units"),f.forEach(t=>{e.cM(`Lazy loading - Defining Slot ${t.id}`),this.defineSlot(t.id,googletag)}),f.forEach(t=>{e.cM(`Lazy loading - Displaying ad for element ${t.id}`),googletag.cmd.push(()=>googletag.display(t.id))}))}setPrivacySettings(e){e||googletag.pubads().setPrivacySettings({nonPersonalizedAds:!0})}async setTargeting(){if(!googletag)throw new Error("googletag not defined");let t=this.opt.targeting;if(!t)throw new Error("Targeting not defined (is "+typeof t+")");Object.keys(t).forEach(s=>{e.cM(`-> targeting - ${s}: ${t[s]}`),googletag.pubads().setTargeting(s,t[s])});let s=!1;if(void 0!==this.opt.targeting_consent&&(s=this.opt.targeting_consent),s){let t=(new c).getBrandSurveyEngagement();if(t.getTotalBrandImpressions().forEach((t,s)=>{e.cM(`-> targeting - BrandImpressions: ${s}: ${t}`),googletag.pubads().setTargeting("brand_"+s.toString()+"_impressions",t.toString())}),t.surveysIdsCompleted.forEach(t=>{e.cM(`-> targeting - SurveysTaken: ${t}`),googletag.pubads().setTargeting("survey_"+t+"_taken","true")}),this.clc_options.tgt_e&&this.getUserMetaPromise){let t=await this.getUserMetaPromise;t&&t.tgt_acct?(e.cM("-> targeting - User Account: "+t.tgt_acct),googletag.pubads().setTargeting("user-acct",t.tgt_acct.company_name),googletag.pubads().setTargeting("user_acct_top",t.tgt_acct.company_name),googletag.pubads().setTargeting("user_industry",t.tgt_acct.industry),googletag.pubads().setTargeting("user_employee_count",t.tgt_acct.employee_range)):e.cM("-> targeting - User Account: Not Found"),t&&Object.prototype.hasOwnProperty.call(t,"is_high_rep_earner")?(e.cM("-> targeting - High Rep Earner: "+t.is_high_rep_earner),googletag.pubads().setTargeting("IsHighRepEarner",t.is_high_rep_earner?"true":"false")):e.cM("-> targeting - High Rep Earner: not found")}}}appendAdblockDetector(){const e=document.createElement("div");e.className="adsbox",e.id="clc-abd",e.style.position="absolute",e.style.pointerEvents="none",e.innerHTML="&nbsp;",document.body.appendChild(e)}onSlotRendered(s){try{const o=s.slot.getSlotElementId();let i=[];o||i.push("id=0");const d=document.getElementById(o);if(o&&!d&&i.push("el=0"),0!==i.length)return void this.stalled(i.join("&"));const{path:l,sizes:c,zone:g}=(0,n.Z7)(o);if(this.collapsed[g]&&s.isEmpty)return e.cM(`No line item for the element #${d.id}... collapsing.`),void(0,r.wo)(d);if(this.slotsRenderedEvents.push(s),s.lineItemId||s.creativeId||!s.isEmpty){e.cM(`Rendered ad for element #${d.id} [line item #${s.lineItemId}]`),e.cM(s);var a=d.parentElement;if(a.classList.contains("js-zone-container")){switch((0,r.cf)(a),o){case"dfp-tlb":this.opt.tlb_position===t.Above?a.classList.add("mb8"):a.classList.add("mt16");break;case"dfp-tag":a.classList.add("mb8");break;case"dfp-msb":a.classList.add("mt16");break;case"dfp-mlb":case"dfp-smlb":case"dfp-bmlb":a.classList.add("my8");break;case"dfp-isb":a.classList.add("mt24");break;case"dfp-m-aq":a.classList.add("my12"),a.classList.add("mx-auto")}(0,r.$Z)(a),(0,r.$Z)(d)}else e.cM(`No ad for element #${d.id}, collapsing`),e.cM(s),(0,r.wo)(d)}}catch(t){e.cM("Exception thrown onSlotRendered"),e.cM(t),this.stalled("e=1")}}stalled(e){(new Image).src=`https://${this.clc_options.h}/stalled.gif?${e}`}defineSlot(t,s){"dfp-isb"===t&&(e.cM("-> targeting - Sidebar: Inline"),s.pubads().setTargeting("Sidebar",["Inline"])),"dfp-tsb"===t&&(e.cM("-> targeting - Sidebar: Right"),s.pubads().setTargeting("Sidebar",["Right"]));const{path:r,sizes:a,zone:o}=(0,n.Z7)(t);e.cM(`Defining slot for ${t}: ${r}, sizes: ${JSON.stringify(a)}`),s.defineSlot(r,a,t).addService(s.pubads())}importGptLibrary(){this.gptImported||(this.gptImported=!0,void 0===this.opt.targeting_consent||this.opt.targeting_consent?(0,r.Gx)("https://securepubads.g.doubleclick.net/tag/js/gpt.js"):(0,r.Gx)("https://pagead2.googlesyndication.com/tag/js/gpt.js"))}isGptReady(){return"undefined"!=typeof googletag&&!!googletag.apiReady}initGpt(){"undefined"==typeof googletag&&(window.googletag={cmd:(0,r.QZ)(()=>this.importGptLibrary())})}getUserMeta(){if(this.opt.allowAccountTargetingForThisRequest&&this.clc_options.tgt_e&&this.clc_options.tgt_p>0){if(e.cM("Targeting enabled."),this.clc_options.tgt_p<100){e.cM("Targeting rate limit enabled. Rolling the dice...");const t=Math.floor(100*Math.random())+1;if(e.cM("Rolled "+t+" and the max is "+this.clc_options.tgt_p),t>this.clc_options.tgt_p)return void e.cM("Will not request targeting.")}return e.cM("Will request targeting."),function(e,t,s,n){if(t){const t=new Headers;return t.append("Accept","application/json"),async function(e,t={},s=5e3){if("number"!=typeof s&&null!=s&&!1!==s){if("string"!=typeof s)throw new Error("fetchWithTimeout: timeout must be a number");if(s=parseInt(s),isNaN(s))throw new Error("fetchWithTimeout: timeout must be a number (or string that can be parsed to a number)")}const n=new AbortController,{signal:r}=n,a=fetch(e,{...t,signal:r}),o=setTimeout(()=>n.abort(),s);try{const e=await a;return clearTimeout(o),e}catch(e){throw clearTimeout(o),e}}(s+"?"+new URLSearchParams({omni:e}),{method:"GET",mode:"cors",headers:t},n).then(e=>e.json())}return Promise.reject("No consent")}(this.opt.omni,this.opt.targeting_consent,this.clc_options.tgt_u,this.clc_options.tgt_to).catch(t=>{e.vU("Error fetching user account targeting"),e.vU(t)})}e.cM("Targeting disabled. Will not request account targeting data.")}initDebugPanel(t,s){e.cM("initDebugPanel"),e.cM("Not showing debug panel.")}},window.clcGamLoaderOptions&&(cam.init(),cam.load())})()})();</script> <footer id="footer" class="site-footer js-footer" role="contentinfo"> <div class="site-footer--container"> <nav class="site-footer--nav"> <div class="site-footer--col"> <h5 class="-title"><a href="/">Artificial Intelligence</a></h5> <ul class="-list js-primary-footer-links"> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 2 })" href="/tour">Tour</a></li> <li><a href="/help" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 3 })">Help</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 5 })" href="https://chat.stackexchange.com?tab=site&host=ai.stackexchange.com">Chat</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 13 })" href="/contact">Contact</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 14 })" href="https://ai.meta.stackexchange.com">Feedback</a></li> </ul> </div> <div class="site-footer--col"> <h5 class="-title"><a class="js-gps-track" data-gps-track="footer.click({ location: 2, link: 1 })" href="https://stackoverflow.co/">Company</a></h5> <ul class="-list"> <li><a href="https://stackoverflow.com" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 15})">Stack Overflow</a></li> <li><a href="https://stackoverflow.co/teams/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 29 })">Teams</a></li> <li><a href="https://stackoverflow.co/advertising/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 21 })">Advertising</a></li> <li><a href="https://stackoverflow.co/collectives/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 40 })">Collectives</a></li> <li><a href="https://stackoverflow.co/talent/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 20 })">Talent</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 1 })" href="https://stackoverflow.co/">About</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 27 })" href="https://stackoverflow.co/company/press/">Press</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 7 })" href="https://stackoverflow.com/legal">Legal</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 8 })" href="https://stackoverflow.com/legal/privacy-policy">Privacy Policy</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 37 })" href="https://stackoverflow.com/legal/terms-of-service/public">Terms of Service</a></li> <li class="" id="consent-footer-link"><a class="js-gps-track -link js-cookie-settings" data-gps-track="footer.click({ location: 2, link: 38 })" href="#" data-consent-popup-loader="footer">Cookie Settings</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 39 })" href="https://stackoverflow.com/legal/cookie-policy">Cookie Policy</a></li> </ul> </div> <div class="site-footer--col site-footer--categories-nav"> <div> <h5 class="-title"><a href="https://stackexchange.com" data-gps-track="footer.click({ location: 2, link: 30 })">Stack Exchange Network</a></h5> <ul class="-list"> <li> <a href="https://stackexchange.com/sites#technology" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Technology </a> </li> <li> <a href="https://stackexchange.com/sites#culturerecreation" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Culture &amp; recreation </a> </li> <li> <a href="https://stackexchange.com/sites#lifearts" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Life &amp; arts </a> </li> <li> <a href="https://stackexchange.com/sites#science" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Science </a> </li> <li> <a href="https://stackexchange.com/sites#professional" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Professional </a> </li> <li> <a href="https://stackexchange.com/sites#business" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Business </a> </li> <li class="mt16 md:mt0"> <a href="https://api.stackexchange.com/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> API </a> </li> <li> <a href="https://data.stackexchange.com/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Data </a> </li> </ul> </div> </div> </nav> <div class="site-footer--copyright fs-fine md:mt24"> <ul class="-list -social md:mb8"> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link:4 })" href="https://stackoverflow.blog?blb=1">Blog</a></li> <li><a href="https://www.facebook.com/officialstackoverflow/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 31 })">Facebook</a></li> <li><a href="https://twitter.com/stackoverflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 32 })">Twitter</a></li> <li><a href="https://linkedin.com/company/stack-overflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 33 })">LinkedIn</a></li> <li><a href="https://www.instagram.com/thestackoverflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 36 })">Instagram</a></li> </ul> <p class="md:mb0"> Site design / logo &#169; 2024 Stack Exchange Inc; user contributions licensed under <span class='td-underline'><a href="https://stackoverflow.com/help/licensing">CC BY-SA</a></span>. <span id="svnrev">rev&nbsp;2024.2.23.5269</span> </p> </div> </div> </footer> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-S812YQPLT2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } </script> <script> StackExchange.ready(function() { var ga3Settings = { autoLink: ["stackoverflow.blog","info.stackoverflowsolutions.com","stackoverflowsolutions.com"], sendTitles: true, tracker: window.ga, trackingCodes: [ 'UA-108242619-5' ], checkDimension: 'dimension42' }; var customGA4Dimensions = {}; customGA4Dimensions["routename"] = "Questions/Show"; customGA4Dimensions["post_id"] = "37419"; customGA4Dimensions["tags"] = "|monte-carlo-tree-search|function-approximation|alphazero|alpha-beta-pruning|"; var ga4Settings = { tracker: gtag, trackingCodes: [ 'G-S812YQPLT2' ], consentsToPerformanceCookies: "denied", consentsToTargetingCookies: "denied", eventParameters: customGA4Dimensions, checkForAdBlock: true, sendTitles: true, trackClicks: false, }; StackExchange.ga.init({ GA3: ga3Settings, GA4: ga4Settings }); StackExchange.ga.setDimension('dimension2', '|monte-carlo-tree-search|function-approximation|alphazero|alpha-beta-pruning|'); StackExchange.ga.setDimension('dimension3', 'Questions/Show'); StackExchange.ga.setDimension('dimension7', "1708851933.557455508"); StackExchange.ga.trackPageView(); }); </script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" charset="UTF-8" data-document-language="false" data-domain-script="cb0f3c87-b769-4e66-bbaa-377f9194216d"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "I am not really satisfied with the available analysis of why AlphaZero uses MCTS instead of Alpha Beta search. Some analysis claim that its because MCTS is a lot more humanlike. I disagree because I don't think AlphaZero was really concerned about becoming humanlike. The fact that it ended up playing like humans was just a coincidence but it was never the goal behind its design choice.\nIn the AlphaZero paper,\nMCTS and Alpha-Beta Search\nFor at least four decades the strongest computer chess programs have used alpha-beta search (18, 23). AlphaZero uses a markedly different approach that averages over the position evaluations within a subtree, rather than computing the minimax evaluation of that subtree. However, chess programs using traditional MCTS were much weaker than alpha-beta search programs, (4, 24); while alpha-beta programs based on neural networks have previously been unable to compete with faster, handcrafted evaluation functions. AlphaZero evaluates positions using non-linear function approximation based on a deep neural network, rather than the linear function approximation used in typical chess programs. This provides a much more powerful representation, but may also introduce spurious approximation errors. MCTS averages over these approximation errors, which therefore tend to cancel out when evaluating a large subtree. In contrast, alpha-beta search computes an explicit minimax, which propagates the biggest approximation errors to the root of the subtree. Using MCTS may allow AlphaZero to effectively combine its neural network representations with a powerful, domain-independent search.\nWhat do they mean by\napproach that averages over the position evaluations within a subtree, rather than computing the minimax evaluation of that subtree.\nWhat does it mean to average over position evaluations within a subtree?\nAlso in the next part,\nAlphaZero evaluates positions using non-linear function approximation based on a deep neural network, rather than the linear function approximation used in typical chess programs.\nHow is alphazero's evaluation non linear and how are the typical programs linear?\nCould someone dumb these down?\nMy own guess behind MCTS over AB is because MCTS returns visit counts for each of the moves, and this data can be used to train the Policy Network in Alphazero. A minimax(AB) would return just that one best move, which could be used to train value network, but it cannot be used to train Policy network. So MCTS exists to train policy network in Alphazero. Is this a good or a bad guess?\nAlso, please do not mark these as multiple questions, I believe all these are a part of the same question.", "id": "<urn:uuid:e9bf2f85-5882-450b-829e-5ff83c08bb91>", "dump": "CC-MAIN-2024-10", "url": "https://ai.stackexchange.com/questions/37419/the-reason-behind-using-mcts-over-alpha-beta-pruning-in-alphazero", "date": "2024-02-25T09:05:33", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9388792514801025, "token_count": 545 } }
<urn:uuid:5942c864-7950-4f2c-b5c0-467323e58d1d>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Join our team at Fox Run Village by Erickson Senior Living as a Full Time Store Associate at Campus Coffee. Opportunities for growth, educational assistance, and a supportive work environment are available. Prior service and/or kitchen experience is highly preferred. Apply now!"> <meta name="keywords" content="store associate, campus coffee, food service, dining, Erickson Senior Living"> <link rel="icon" href="/assets/img/icon.png"> <title>Full Time Store Associate - Campus Coffee - aidemobile.com</title> <link rel="stylesheet" href="//cdn.aidemobile.com/themes/jobs/css/style.css"> <link rel="stylesheet" href="//aidemobile.com/assets/css/custom.css"> <!-- Facebook Meta Tags --> <meta property="og:url" content="https://aidemobile.com/full-time-store-associate-campus-coffee-6400470442312677958"> <meta property="og:type" content="article"> <meta property="og:title" content="Full Time Store Associate - Campus Coffee - aidemobile.com"> <meta property="og:description" content=""> <meta property="og:site_name" content="aidemobile.com" /> <meta property="og:image" content="//aidemobile.com/assets/img/logo.png"> <meta property="og:image:secure_url" content="//aidemobile.com/assets/img/logo.png" /> <meta property="og:image:width" content="97" /> <meta property="og:image:height" content="50" /> <meta property="og:image:alt" content="Full Time Store Associate - Campus Coffee" /> <meta property="og:image:type" content="image/png" /> <!-- Twitter Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="https://aidemobile.com"> <meta property="twitter:url" content="https://aidemobile.com/full-time-store-associate-campus-coffee-6400470442312677958"> <meta name="twitter:title" content="Full Time Store Associate - Campus Coffee - aidemobile.com"> <meta name="twitter:description" content=""> <meta name="twitter:image" content=""> <meta property="og:locale" content="en_US" /> <meta property="article:section" content="Misc" /> <meta property="article:published_time" content="2024-02-01T00:00:00Z" /> <link rel="stylesheet" href="//cdn.aidemobile.com/plugins/search/assets/themes/jobs/css/style.css" /> <link rel="stylesheet" href="//cdn.aidemobile.com/plugins/search/assets/css/falcon-search.css" /> </head> <body> <div id="pageContainer"> <header> <div class="container"> <div class="row"> <div class="col-2 d-md-none mobile-menu-button"> <button onclick="handleMenuSidebar()" id="btn-sidebar"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"> <path d="M 2 9 L 2 11 L 48 11 L 48 9 L 2 9 z M 2 24 L 2 26 L 48 26 L 48 24 L 2 24 z M 2 39 L 2 41 L 48 41 L 48 39 L 2 39 z"> </path> </svg> </button> </div> <div class="col-3 logo"> <a href="//aidemobile.com"> <img src="/assets/img/logo.png" alt="aidemobile.com"> </a> </div> <div class="col-2 d-md-none"> &nbsp; </div> <nav class="col-9 d-none d-md-flex"> <ul> <li> <a href="//aidemobile.com" class="mobile-menu-item-link"> Home </a> </li> <li><a href="//aidemobile.com/dental" class="mobile-menu-item-link">Dental</a></li> <li><a href="//aidemobile.com/education-and-instruction" class="mobile-menu-item-link">Education &amp; Instruction</a></li> <li> <a href="//aidemobile.com/about-us" class="mobile-menu-item-link"> About Us </a> </li> <li> <a href="//aidemobile.com/contact" class="mobile-menu-item-link"> Contact </a> </li> </ul> </nav> <div class="col-12 box-form"> <div class="row justify-content-center"> <div id="search-box" class="jobs-theme-search col-12 col-lg-7 d-none d-md-flex" data-first-input-label="Search Jobs" data-first-input-placeholder="Job Title, Keywords" data-second-input-label="Anywhere in USA" data-second-input-placeholder="Location"> </div> </div> </div> </div> </div> </header> <section class="page-section"> <div class="container"> <div class="row"> <div class="col-12 d-none d-lg-flex"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="//aidemobile.com/misc">Misc Jobs</a> </li> </ol> </nav> </div> <div class="col-12 post-detail"> <h1>Full Time Store Associate - Campus Coffee</h1> </div> <div class="col-12 col-lg-8"> <div class="row"> <div class="col-12 post-detail"> <div> <article> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> Fox Run Village by Erickson Senior Living </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Novi, MI </li> <li> <svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-01T00:00:00Z </li> </ul> <div class="job-details"><h2>Full Time Store Associate - Campus Coffee</h2><p><strong>Location:</strong> Fox Run Village by Erickson Senior Living, Novi, Michigan</p><h3>Job Description</h3><p>Servers are responsible for serving residents and guest meals in a friendly, service-oriented manner. They record and input beverage and food orders into the POS system, deliver and serve food, and ensure exceptional guest service. They are expected to become subject matter experts on menu items, daily specials, and preparation methods, engage residents and guests by sharing daily menu highlights and offering recommendations, accurately record food and beverage orders, and consistently deliver an exceptional dining experience.</p><h3>What We Offer</h3><ul><li>Education assistance, certification reimbursement, and student loan refinancing partnership programs are available.</li><li>Opportunities for growth within the dining and other departments.</li><li>Onsite medical centers, providing wellness visits and sick care for all employees over 18 years of age.</li><li>Scholarship opportunities available for students.</li><li>Quality of life – not your typical late-night restaurant hours.</li><li>24-hour gated and secured community campus.</li><li>Discounted medical and dental benefits available to employees working 30+ hours.</li><li>401k for all employees 18 and over. Company contribution up to 3% once eligible.</li><li>Free onsite parking at all of our communities and corporate offices.</li></ul><h3>Requirements</h3><ul><li>Prior service and/or kitchen experience is highly preferred.</li><li>Friendly and energetic communication skills.</li><li>The desire to provide top-notch service.</li></ul><p>Erickson Senior Living, its affiliates, and managed communities are Equal Opportunity Employers and are committed to providing a workplace free of unlawful discrimination and harassment on the basis of race, color, religion, sex, age, national origin, marital status, veteran status, mental or physical disability, sexual orientation, gender identity or expression, genetic information or any other category protected by federal, state or local law.</p></div> </article> <div class="actions mb-20"> <a href="https://jooble.org/external/6400470442312677958?cpc&#x3D;d0FWcVdNWQ%3D%3D&amp;utm_source&#x3D;affiliate&amp;utm_medium&#x3D;aditero_us" class="button" target="_blank" rel="nofollow"> Apply now </a> </div> </div> </div> </div> </div> <div class="col-12 col-lg-4 sidebar-related-posts"> <div class="row"> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/senior-benefits-and-compensation-specialist-2506283176735959000">Senior Benefits &amp; Compensation Specialist</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Colorado </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-02T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Senior Benefits & Compensation Specialist and be part of our uplifting and supportive community. Play a key role in creating a wholistic total rewards strategy that matches our values. Competitive salary, comprehensive benefits package, and a dynamic work environment.</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/certified-personal-trainer-2347623905714171400">Certified Personal Trainer</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Omaha, NE </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-01T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Certified Personal Trainer and play a crucial role in empowering our members to achieve their fitness and health goals. Enjoy a supportive and connected work environment, competitive compensation, and a comprehensive benefits package. Apply now!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/child-care-attendant-4061793585518046000">Child Care Attendant</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Chandler, AZ </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-01T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Child Care Attendant and be responsible for the care and well-being of children, maintaining safety, cleanliness, and general upkeep of the childcare area. Hourly pay rate of $14.35 with healthcare benefits for employees working 20+ hours per week, complimentary gym memberships, and additional benefits based on hours worked. Join our passionate, fun, and united team!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/child-care-attendant-3919463617689478700">Child Care Attendant</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Bountiful, UT </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-01-31T00:00:00Z</li> </ul> <p>VASA Fitness is hiring a Child Care Attendant to join our team. Responsible for the care and well-being of children in a supportive community. Competitive pay plus benefits such as healthcare, gym memberships, and 401k options. Join us now!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/group-fitness-instructor-443404456587982500">Group Fitness Instructor</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Westminster, CO </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-01-30T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Group Fitness Instructor (GFI) to lead Silver Sneakers, Aqua, and Dance Formats classes. If you are high-energy, knowledgeable, and passionate about providing an exceptional member experience through fun and happy fitness, apply now. Competitive, all-encompassing benefits package available.</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/certified-personal-trainer-3162675411663292400">Certified Personal Trainer</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Clinton, UT </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-02T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Certified Personal Trainer and be part of a passionate and fun team! Competitive base pay and client training session rates. Benefit from healthcare benefits and a supportive, connected community. Apply now!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/group-fitness-instructor-544669046649345800">Group Fitness Instructor</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Cheyenne, WY </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-01-29T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Group Fitness Instructor. We are looking for high-energy, knowledgeable champions to motivate and uplift others through movement and community within a group fitness class. Competitive, all-encompassing benefits package and a passionate, supportive community await. Apply now!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/group-fitness-instructor-117684935951709730">Group Fitness Instructor</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Centennial, CO </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-02-02T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Group Fitness Instructor and become part of an uplifting community focused on providing an exceptional and inclusive fitness experience. Enjoy competitive compensation, healthcare benefits, Paid Time Off, and a supportive team environment. Apply now and bring your high energy and knowledge to motivate and uplift others through movement and community within group fitness classes.</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/certified-personal-trainer-1815950044718201900">Certified Personal Trainer</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Thornton, CO </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-01-29T00:00:00Z</li> </ul> <p>VASA Fitness is hiring Certified Personal Trainers to join our passionate, fun, and united team. Whether you're just starting or are an experienced personal trainer, we would love to have you connect with our members. Competitive compensation and all-encompassing benefits package available. Apply now!</p> </div> </div> </div> <div class="col-12 post-item"> <div> <div class="post-detail"> <h4><a href="//aidemobile.com/certified-personal-trainer-2773876638055168500">Certified Personal Trainer</a></h4> <ul class="job-detail"> <li> <svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <path class="st0" d="M320.707,0L37.037,69.971v417.625L320.447,512l154.516-26.258V62.568L320.707,0z M290.346,471.742 l-92.584-7.974v-79.426l-55.086-0.677v75.36l-68.109-5.866V99.367l215.779-53.224V471.742z" /> <polygon class="st0" points="271.25,76.933 226.537,86.32 226.537,138.956 271.25,131.246 " /> <polygon class="st0" points="118.574,112.033 87.416,118.622 87.416,164.818 118.574,159.469 " /> <polygon class="st0" points="190.012,95.942 150.426,104.23 150.426,153.027 190.012,146.202 " /> <polygon class="st0" points="118.576,203.184 87.416,207.448 87.416,253.722 118.576,250.622 " /> <polygon class="st0" points="190.012,192.792 150.426,198.154 150.426,246.952 190.012,243.052 " /> <polygon class="st0" points="271.25,181.04 226.537,187.097 226.537,238.911 271.25,234.506 " /> <polygon class="st0" points="271.25,286.135 226.537,288.889 226.537,340.702 271.25,339.6 " /> <polygon class="st0" points="190.012,291.476 150.426,293.914 150.426,342.712 190.012,341.737 " /> <polygon class="st0" points="118.574,296.198 87.416,298.136 87.416,344.409 118.574,343.634 " /> </g> </svg> VASA Fitness </li> <li> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"> <g> <g> <path d="M256,0C154.739,0,72.348,82.386,72.348,183.652c0,70.241,18.514,94.635,169.771,320.929 C245.217,509.217,250.424,512,256,512s10.782-2.783,13.881-7.418c151.251-226.216,169.771-251.423,169.771-320.929 C439.652,82.386,357.261,0,256,0z M256,267.13c-46.032,0-83.478-37.446-83.478-83.478c0-46.032,37.446-83.478,83.478-83.478 s83.478,37.446,83.478,83.478C339.478,229.684,302.032,267.13,256,267.13z" /> </g> </g> </svg> Cheyenne, WY </li> <li><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <title>time-alarm-solid</title> <g id="Layer_2" data-name="Layer 2"> <g id="invisible_box" data-name="invisible box"> <rect width="48" height="48" fill="none" /> </g> <g id="icons_Q2" data-name="icons Q2"> <path d="M24,8A19,19,0,1,0,43,27,19,19,0,0,0,24,8Zm9.7,24A2.1,2.1,0,0,1,32,33a1.9,1.9,0,0,1-1-.3l-9-4.6V19a2,2,0,0,1,4,0v6.9l7,3.4A1.9,1.9,0,0,1,33.7,32Z" /> <path d="M6,12a2.1,2.1,0,0,1-1.6-.8,2,2,0,0,1,.4-2.8l8-6a2,2,0,0,1,2.8.4,2,2,0,0,1-.4,2.8l-8,6A1.9,1.9,0,0,1,6,12Z" /> <path d="M42,12a1.9,1.9,0,0,1-1.2-.4l-8-6a2,2,0,0,1-.4-2.8,2,2,0,0,1,2.8-.4l8,6a2,2,0,0,1,.4,2.8A2.1,2.1,0,0,1,42,12Z" /> </g> </g> </svg> 2024-01-29T00:00:00Z</li> </ul> <p>Join VASA Fitness as a Certified Personal Trainer and guide clients to success on their health and fitness journey. Prioritize, plan, and execute tactics to acquire and retain clients. Enjoy competitive pay, healthcare benefits, complimentary gym memberships, 401k options, and paid time off. Be part of a passionate, fun, and united team at a 'Great Place to Work' certified company.</p> </div> </div> </div> </div> </div> </div> </div> </section> <footer> <div class="box-links-footer"> <div class="container"> <div class="row"> <div class="col-12"> <ul> <li> <a href="//aidemobile.com/dental" title="Dental">Dental</a> </li> <li> <a href="//aidemobile.com/education-and-instruction" title="Education &amp; Instruction">Education &amp; Instruction</a> </li> <li> <a href="//aidemobile.com/accounting" title="Accounting">Accounting</a> </li> <li> <a href="//aidemobile.com/administrative-assistance" title="Administrative Assistance">Administrative Assistance</a> </li> <li> <a href="//aidemobile.com/aviation" title="Aviation">Aviation</a> </li> <li> <a href="//aidemobile.com/architecture" title="Architecture">Architecture</a> </li> <li> <a href="//aidemobile.com/misc" title="Misc">Misc</a> </li> <li> <a href="//aidemobile.com/customer-service" title="Customer Service">Customer Service</a> </li> <li> <a href="//aidemobile.com/civil-engineering" title="Civil Engineering">Civil Engineering</a> </li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-3 col-md-2 logo"> <a href="//aidemobile.com/"> <img src="/assets/img/logo.png" alt="aidemobile.com"> </a> </div> <nav class="col-9 d-none d-md-flex"> <ul> <li> <a href="//aidemobile.com/" class="mobile-menu-item-link"> Home </a> </li> <li><a href="//aidemobile.com/dental" class="mobile-menu-item-link">Dental</a></li> <li><a href="//aidemobile.com/education-and-instruction" class="mobile-menu-item-link">Education &amp; Instruction</a></li> <li> <a href="//aidemobile.com/about-us" class="mobile-menu-item-link"> About Us </a> </li> <li> <a href="//aidemobile.com/contact" class="mobile-menu-item-link"> Contact </a> </li> <li> <a href="//aidemobile.com/privacy-policy">Privacy Policy</a> </li> </ul> </nav> <div class="col-3 col-md-1 social"> </div> </div> </div> </footer> </div> <div id="menuSidebar"> <button onclick="handleMenuSidebar()" class="btn-close-menu-sidebar"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"> <path d="M 7.7070312 6.2929688 L 6.2929688 7.7070312 L 23.585938 25 L 6.2929688 42.292969 L 7.7070312 43.707031 L 25 26.414062 L 42.292969 43.707031 L 43.707031 42.292969 L 26.414062 25 L 43.707031 7.7070312 L 42.292969 6.2929688 L 25 23.585938 L 7.7070312 6.2929688 z"> </path> </svg> </button> <ul> <li> <a href="//aidemobile.com" class="mobile-menu-item-link"> Home </a> </li> <li><a href="//aidemobile.com/dental">Dental</a></li> <li><a href="//aidemobile.com/education-and-instruction">Education &amp; Instruction</a></li> <li> <a href="//aidemobile.com/about-us"> About Us </a> </li> <li> <a href="//aidemobile.com/contact"> Contact </a> </li> <li> <a href="//aidemobile.com/privacy-policy">Privacy Policy</a> </li> </ul> </div> <script type="text/javascript" src="//cdn.aidemobile.com/themes/jobs/js/script.js"></script> <script type="text/javascript" src="//aidemobile.com/assets/js/custom.js"></script> <script type="module" src="//cdn.aidemobile.com/plugins/search/assets/js/falcon-search.js"> </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "- Fox Run Village by Erickson Senior Living\n- Novi, MI\nFull Time Store Associate - Campus Coffee\nLocation: Fox Run Village by Erickson Senior Living, Novi, Michigan\nServers are responsible for serving residents and guest meals in a friendly, service-oriented manner. They record and input beverage and food orders into the POS system, deliver and serve food, and ensure exceptional guest service. They are expected to become subject matter experts on menu items, daily specials, and preparation methods, engage residents and guests by sharing daily menu highlights and offering recommendations, accurately record food and beverage orders, and consistently deliver an exceptional dining experience.\nWhat We Offer\n- Education assistance, certification reimbursement, and student loan refinancing partnership programs are available.\n- Opportunities for growth within the dining and other departments.\n- Onsite medical centers, providing wellness visits and sick care for all employees over 18 years of age.\n- Scholarship opportunities available for students.\n- Quality of life – not your typical late-night restaurant hours.\n- 24-hour gated and secured community campus.\n- Discounted medical and dental benefits available to employees working 30+ hours.\n- 401k for all employees 18 and over. Company contribution up to 3% once eligible.\n- Free onsite parking at all of our communities and corporate offices.\n- Prior service and/or kitchen experience is highly preferred.\n- Friendly and energetic communication skills.\n- The desire to provide top-notch service.\nErickson Senior Living, its affiliates, and managed communities are Equal Opportunity Employers and are committed to providing a workplace free of unlawful discrimination and harassment on the basis of race, color, religion, sex, age, national origin, marital status, veteran status, mental or physical disability, sexual orientation, gender identity or expression, genetic information or any other category protected by federal, state or local law.", "id": "<urn:uuid:5942c864-7950-4f2c-b5c0-467323e58d1d>", "dump": "CC-MAIN-2024-10", "url": "https://aidemobile.com/full-time-store-associate-campus-coffee-6400470442312677958", "date": "2024-02-25T09:35:12", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8950401544570923, "token_count": 388 } }
<urn:uuid:0ee80c15-0c18-44ef-9c7a-9b8ee4bdaf1a>
<!DOCTYPE html> <!--[if IE 9]><html class="lt-ie10" lang="en" ><![endif]--> <html class="no-js" itemscope itemtype="https://schema.org/WebPage" lang="en" prefix="og: https://ogp.me/ns#"> <!-- Mirrored from www.suntecdigital.com/epublishing-solutions-for-technology-firms.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Aug 2023 08:51:51 GMT --> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'gtm5445.html?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KW9SJBR');</script> <!-- End Google Tag Manager --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <link rel="shortcut icon" href="ico/favicon.ico" type="image/x-icon"> <link rel="icon" href="ico/favicon.ico" type="image/x-icon"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Outsource ePublishing Solutions for Technology Firms</title> <meta name="keywords" content="Technology, ePublishing Solutions for Technology Industry, Electronic Catalog, Technical Manuals, User Guides, Training Materials, Digitization, Mobile, Localization, Automation, Multiple Channel Delivery, Quality Control, Digital Publishing Solutions, Technology Services, IT, Technology Firms" /> <meta name="description" content="SunTec Digital provides end-to-end ePublishing solutions for technology firms. We help IT companies free their content from legacy limitations and make content Agile, Granular, and Enriched!" /> <meta itemprop="image" content="https://www.suntecdigital.com/images/suntecdigital-logo.png"/> <link href='epublishing-solutions-for-technology-firms.html' rel='canonical'/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="SunTecDigital.com - SunTec Digital delivered 24/7" /> <meta property="og:title" content="Outsource ePublishing Solutions for Technology Firms" /> <meta property="og:description" content="SunTec Digital provides end-to-end ePublishing solutions for technology firms. We help IT companies free their content from legacy limitations and make content Agile, Granular, and Enriched!" /> <meta property="og:url" content="https://www.suntecdigital.com/epublishing-solutions-for-technology-firms.html" /> <meta property="article:publisher" content="" /> <meta property="og:image" content="https://www.suntecdigital.com/images/SunTec-Digital-Logo.png" /> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/offcanvas.css" rel="stylesheet"> <style> @import url('https://fonts.googleapis.com/css2?family=Merriweather&amp;display=swap'); </style> <script type="application/ld+json">{ "@context":"http://schema.org", "@type":"Organization", "name":"eBook Conversion Services", "url":"https://www.suntecdigital.com/", "aggregateRating":{ "@type":"AggregateRating", "ratingValue":"4.7", "bestRating":"5", "reviewCount":"409" }, "logo":"https://www.suntecdigital.com/images/suntecdigital-logo-sm.png" }</script> <meta name="google-site-verification" content="WsZhG5KZLm6VC06HqCPcpxOBvnXsR0aarMAhvmxg_Hk" /> <style> body{font-family:'Merriweather', serif !important;font-size:16px;font-weight:400;color:#333333;line-height:1.9!important;margin:auto;padding:0;} h1, h2, h3, h4, h5, h6{font-weight:400;margin:0;font-family:'Merriweather', serif;color:#333333;} h1{font-size:45px;line-height:43px;margin-bottom:10px;} h2{font-size:30px;line-height:45px;margin-bottom:10px;} h3{font-size:30px;color:#ed641a;margin-bottom:10px;} h4{font-size:18px;} h5{font-size:30px;} a{text-decoration:none;outline:none!important;color:#ed641a;transition:all 0.2s ease 0s;} a:focus, a:focus{outline:none!important;} ul{margin:0;padding:0;list-style:none;} .clear{clear:both!important;} img{max-width:100%;height:auto;width:auto;} p{margin:0 0 15px;} strong{font-weight:600;} .container {max-width: 1190px;} .footer-contact{background:url("jpg/home-cnt-bg.jpg") no-repeat bottom center;color:#FFFFFF;text-align:center;} .footer-contact h2{font-size:50px;display:block;width:70%;margin:0 auto 40px;line-height:40px;} .footer-contact input, .footer-contact textarea{background:none;border:none;border-bottom:2px solid #fff;color:#FFFFFF;margin:0 15px 30px;width:24%;font-size:15px;padding-bottom:10px;font-family:"Merriweather";} .footer-contact textarea{width:77.3%;margin-top:10px;} .footer-contact .sec-box{margin:10px auto 0;text-align:right;width:77.3%;} .footer-contact .sec-box input{border:none;} .footer-contact .sec-box .txt-cpt, .inner-contact-box .txt-cpt{width:30px!important;margin:10px 0 0 10px;font-weight:700;text-align:center} .footer-contact .sec-box .btn-input1{border:1px solid #fff;padding:8px 25px;width:auto;font-size:15px;font-weight:700;font-family:"Merriweather";letter-spacing:2px;cursor:pointer;transition:all 0.2s ease 0s;float:right;margin:0;} .footer-contact .sec-box .btn-input1:hover{border:1px solid #000;} .footer-contact .sec-box .security-sec{float:left;width:22%;margin-top:10px;} .inner-contact-box .sec-box .security-sec{float:left;width:53%;margin-top:10px;} .footer-contact .security-sec img, .footer-contact .security-sec span, .footer-contact .security-sec input.txt-cpt, .inner-contact-box .security-sec span, .inner-contact-box .security-sec img{float:left;} .footer-contact .security-sec input.txt-cpt{margin-top:0;border-bottom:2px solid #fff;} footer-contact{background:url("jpg/home-cnt-bg.jpg") no-repeat bottom center;color:#FFFFFF;text-align:center;} .footer-contact h2{font-size:50px;display:block;width:70%;margin:0 auto 40px;line-height:40px;} .footer-contact input, .footer-contact textarea{background:none;border:none;border-bottom:2px solid #fff;color:#FFFFFF;margin:0 15px 30px;width:24%;font-size:15px;padding-bottom:10px;font-family:"Merriweather";} .footer-contact textarea{width:77.3%;margin-top:10px;} .footer-contact .sec-box{margin:10px auto 0;text-align:right;width:77.3%;} .footer-contact .sec-box input{border:none;} .footer-contact .sec-box .txt-cpt, .inner-contact-box .txt-cpt{width:30px!important;margin:10px 0 0 10px;font-weight:700;text-align:center} .footer-contact .sec-box .btn-input1{border:1px solid #fff;padding:8px 25px;width:auto;font-size:15px;font-weight:700;font-family:"Merriweather";letter-spacing:2px;cursor:pointer;transition:all 0.2s ease 0s;float:right;margin:0;} .footer-contact .sec-box .btn-input1:hover{border:1px solid #000;} .footer-contact .sec-box .security-sec{float:left;width:22%;margin-top:10px;} .inner-contact-box .sec-box .security-sec{float:left;width:53%;margin-top:10px;} .footer-contact .security-sec img, .footer-contact .security-sec span, .footer-contact .security-sec input.txt-cpt, .inner-contact-box .security-sec span, .inner-contact-box .security-sec img{float:left;} .footer-contact .security-sec input.txt-cpt{margin-top:0;border-bottom:2px solid #fff;} .inner-contact-box .security-sec img{margin-right:0;} .inner-contact-box .sec-box .btn-input1{width:47%;} .inner-contact-box .security-sec input.txt-cpt{float:left;margin:0;padding:2px 0!important;font-weight:500;font-size:17px;width:34px!important;border-bottom:1px solid #ed641a!important;} footer{background-color:#333333;color:#fff;padding:50px 0;} .footer-desc{margin-bottom:0;} .ftr-logo{float:right;width:285px;text-align:right;} .ftr-desc{color:#c2c2c2;float:left;width:91%;font-size:14px;} .footer-events h4{font-family:'Merriweather';font-size:25px;font-style:normal;color:#ed641a;font-weight:400;display:block;margin-bottom:20px;position:relative;} .footer-events h4 span{background-color:#555;display:inline-block;height:1px;position:absolute;right:0;top:17px;width:80%;} .footer-links{border-top:1px solid #555;font-size:14px;margin-top:10px;padding-top:20px;color:#c2c2c2;} .footer-links ul{float:right;} .footer-links p{float:left;} .footer-links li{display:inline-block;padding-right:10px;} .footer-links li a{border-left:1px solid #555;color:#c2c2c2;padding-left:10px;} .footer-links li a:hover{color:#ed641a;} .footer-links li:first-child a{border-left:none;padding-left:0;} .social-icons a{background-color:#fff;border-radius:100px;display:table;float:left;height:35px;margin-right:10px;width:35px;} .social-icons a i{display:table-cell;text-align:center;vertical-align:middle;font-size:17px;} .social-icons a:hover{background-color:#ed641a;} .social-icons a:hover i{color:#fff;} .social-icons{background:none!important;text-align:left!important;width:65%!important;padding-top:20px!important;} .social-icons a:last-child{margin-right:0;} .footer-top-links{border-bottom:1px solid #555;color:#fff;font-size:14px;margin-bottom:20px;padding-bottom:10px;} .footer-top-links li{display:inline-block;padding-right:10px;} .footer-top-links li:first-child a{border-left:none;padding-left:0;} .footer-top-links li a{border-left:1px solid #555;color:#fff;padding-left:10px;font-size:15px;} .footer-top-links li a:hover{color:#ed641a;} .content-area h2 {padding-bottom: 15px;} .content-area h2 {color: #333;font-size: 30px;margin-top: 50px;line-height: 36px;} ul { padding-left:0!important} .ftr-email {font-size: 15px;padding: 4px 24px;display: inline-block;background-color: #555;font-weight: 400;margin-right: 19px;} .ftr-logo {text-align: right;} .ftr-logo p {padding-top: 0px !important;} .ftr-logo p {padding-top: 34px;width: 74%;padding-left: 10px;background: url("jpg/logo-bdr.jpg") no-repeat scroll 4px 0px;margin: 0 0 5px;} .ftr-logo p {display: inline;float: right;font-family: "Merriweather";font-size: 13px;line-height: 18px;padding-top: 50px;width: 74%;height: auto;padding-left: 10px;background: url("jpg/logo-bdr.jpg") no-repeat scroll 4px 16px; text-align: left;} .social-icons img {margin: 5px auto;display: block;} .social-icons img:hover {filter: brightness(100);transition: all 0.2s ease 0s;} .btm-box-sect{background-color:#f6f6f6;padding:50px 0;} .inner-contact-box{margin:0;} .inner-contact-box .main-container{padding:0;border:none;} .btm-box{margin-right:2%;display:inline-block;vertical-align:top;} .btm-box.btst{margin-right:0;} .btm-box-sect h4{color:#ed641a;display:block;font-size:18px;font-weight:700;margin-bottom:30px;text-align:center;text-transform:uppercase;} .btm-box-sect h4 span{background-color:#bcbcbc;display:block;height:1px;position:relative;top:14px;width:41%;} .btm-box-sect h4 span:first-child{float:left;} .btm-box-sect h4 span:last-child{float:right;} .btm-box a {color: #333;} .exp-box li a span {width: 90%;} .explore-more-sect li a span {display: table-cell;vertical-align: middle;} .exp-box img {width: 83%;} .explore-more-sect img {margin-right: 10px;max-width: none;} .explore-more-sect li a {display: table;margin: 0 0 20px 0;font-size: 15px;color: #111;font-weight: 400;} .exp-box h6 a, .exp-box h6 {color: #333;font-size: 20px;font-weight: 600;margin-bottom: 20px;} .exp-box li {list-style: none;} .explore-more-sect h4 {text-transform: uppercase;color: #ed641a;font-size: 18px;text-align: center;display: block;font-weight: 700;margin-bottom: 30px;} .explore-more-sect h4 span {background-color: #bcbcbc;display: block;width: 100%;height: 1px;width: 43%;position: relative;top: 10px;} .case-study-hm, .three-container, .ereader-sect, .indst-sect, .clients-sect, .testimonial-sect, .footer-contact, .ereader-btm, .connect-strip, .explore-more-sect, .highltd-sect, .main-wrapper, .entry-content {padding: 60px 0;} .explore-more-sect h4 span:first-child {float: left;} .explore-more-sect h4 span:last-child {float: right;} .clients-section {background-color: #f6f6f6;padding: 50px 0;} .clients-section h4 {color: #ed641a;display: block;font-size: 18px;font-weight: 700;margin-bottom: 30px;text-align: center;text-transform: uppercase;position: relative;} .clients-section h4 span:first-child {float: left;} .clients-section h4 span {background-color: #bcbcbc;display: block;height: 1px;position: relative;top: 10px;width: 43%;} .clients-section h4 span:last-child {float: right;} .connect-strip {font-size: 18px;} .connect-strip {background: url("jpg/cnt-strip-bg.jpg") no-repeat scroll 0 0 / cover #35404a;color: #FFFFFF;text-align: center;} .connect-strip h5 {line-height: 1;} .connect-strip h5 {font-size: 50px;margin-bottom: 40px;font-weight: 300;} .connect-strip a {background-color: #ed641a;border-radius: 4px;color: #fff;display: inline-block;font-family: "Merriweather";font-weight: 600;margin: 0 10px;padding: 10px 48px;text-decoration: none;text-transform: uppercase; letter-spacing: 1px;} .skp-nm {display: inline-block !important;} .tel-nm {display: none !important;} .cta-nav li:nth-child(3) {padding-right: 0 !important;} .cta-nav ul li:last-child a {padding: 0 !important;border: none !important;border-radius: 0!important;} .cta-nav li a { color:#fff;} .main-nav li ul {top: 70px !important;} .cta-nav ul li a { color: #fff !important;} .env-icn-new {width: auto !important;margin-right: 4px;position: relative;top: 0px;} .cta-nav ul li:last-child a {font-weight: 400 !important;} .main-nav li {padding: 15px 0 20px 0 !important;} .sub-menu li {padding: 0 !important;} .main-nav li ul ul {top: -1px !important;} .logo-sm img {display: block;padding: 27px 0 !important;} .headroom--not-top {background-color: #222;box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);border-bottom: 3px solid #ed641a;} .logo-sm img {padding: 25px 0 0 !important;} .cta-nav li {display: inline-block;line-height: 20px;padding: 0 8px 3px;transition: all 0.2s ease 0s;color: #ed641a;font-size: 14px;} .cta-nav {text-align: right;padding-top: 5px;} .headroom--not-top .logo.logo-sm {display: block;} .head-right {float: right;transition: all 0.2s ease 0s;} .header-nav {float: right;} .cta-nav {text-align: right;padding-top: 5px;} .main-nav li {padding: 15px 0 20px 0 !important;} .main-nav li {display: inline-block;padding: 36px 0 20px;position: relative;} .main-nav a {color: #FFF;padding: 8px 15px;display: block;text-transform: uppercase;font-size: 15px;font-weight: 400;letter-spacing: 1px;font-family: "Merriweather";} .main-nav li ul {top: 70px !important;} .main-nav li ul {display: none;position: absolute;left: 0;width: 210px;font-size: 13px;z-index: 9;top: 98px;background-color: #35404a;padding-bottom: 10px !important;box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);} .main-nav li ul li {display: block;line-height: 26px;} .sub-menu li {padding: 0 !important;} .main-nav li ul ul {top: -1px !important;} .main-nav li ul ul {position: absolute;left: 210px;display: none;top: -1px;background-color: #35404a;} .navbar-nav {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;} .headroom--not-top {background-color: #222;box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);border-bottom: 3px solid #ed641a;} .header {z-index: 99;} .header {width: 100%;margin: auto;position: fixed;} .inner-banner {background: url("jpg/inner-bg1.jpg") no-repeat bottom center #2c2f34;padding: 160px 0 70px;color: #FFFFFF;text-align: center;} .inner-banner h1 {margin-bottom: 15px !important;} .inner-banner h1 {color: #ed641a;font-family: 'Merriweather';font-size: 50px;} .inner-banner p {font-size: 18px;font-style: italic;} .explore-more-sect h4 span:first-child {float: left;} .explore-more-sect h5 {font-size: 20px;font-weight: 600;margin-bottom: 20px;} .explore-more-sect h5 a {color: #333 !important;} .logo{float:left;} .header-nav{float:right;} .head-right{float:right;transition:all 0.2s ease 0s;} .main-nav a{color:#FFF;padding:8px 15px;display:block;text-transform:uppercase;font-size:15px;font-weight:400;letter-spacing:1px;font-family:"Merriweather";} .main-nav a:hover{color:#fff;text-decoration:underline;} .main-nav li{display:inline-block;padding:36px 0 20px;position:relative;} .main-nav li li{padding:0;} .main-nav li ul{display:none;position:absolute;left:0;width:210px;font-size:13px;z-index:9;top:98px;background-color:#35404a;padding-bottom:10px!important;box-shadow:0 6px 6px rgba(0, 0, 0, 0.1);} .main-nav li ul a{padding:6px 15px;display:block;letter-spacing:normal;text-transform:none;font-size:14px !important;color:#fff;line-height:18px;} .main-nav li ul ul a > ul{background:url("nav-bullet.html") no-repeat scroll right 13px / 5px 9px;} .main-nav li ul li{display:block;line-height:26px;} .main-nav li:hover{background-color:#35404a !important;} .main-nav li:hover ul{display:block;} .main-nav li:hover ul ul{display:none;} .main-nav li ul ul{position:absolute;left:210px;display:none;top:-1px;background-color:#35404a;} .main-nav li ul li:hover ul{display:block!important;} .main-nav li ul a:hover{color:#fff;} .main-nav li li:last-child a{border:none;margin-left:0;font-weight:400;} .main-nav li li:last-child a:hover{text-decoration:underline;} .main-nav li ul.sub-menu{padding:10px 0;} .main-nav li:last-child{background:none;} .main-nav li:last-child a:hover{text-decoration:none;} .sub-menu2 {background: #212930 !important;box-shadow: none !important;top: -10px !important;padding: 10px 0 0;padding-bottom: 0px;} .main-nav li ul li:hover > a {background-color: #212930 !important;text-decoration: underline;} .top-nav{text-align:right;padding-top:5px;} .top-nav li{display:inline-block;line-height:20px;padding:0 8px 3px;transition:all 0.2s ease 0s;color:#ed641a;font-size:14px;} .top-nav ul li a{color:#ed641a;font-family:"Merriweather";font-size:14px;font-weight:400;letter-spacing:1px;} .top-nav ul li:hover{background:none;} .top-nav ul li a:hover{color:#FFFFFF;} .top-nav ul li:last-child{padding-right:0;} .top-nav ul li:last-child a{color:#FFFFFF;font-weight:700;font-family:"Merriweather";border:1px solid #fff;border-radius:4px;padding:8px 20px;text-transform:uppercase;font-size:12px;} .top-nav ul li:last-child a:hover{border:1px solid #ed641a;color:#ed641a;} .top-nav li:hover{background-color:#ed641a;} .off-canvas-wrap{overflow-x:visible!important;} .header{z-index:99;} .home-banner{background:url(png/banner-bg.png) no-repeat center -410px #000000;color:#FFFFFF;padding:100px 0 50px;} .home-banner .main-container{position:relative;} .home-banner h1{color:#ed641a;font-family:'Merriweather';font-size:50px;font-weight:400;margin:60px 0 0;} .home-banner p{font-style:italic;font-size:18px;margin-top:7px;} .banner-img{bottom:-150px;position:absolute;right:-60px;} .inner-contact-box input[type="text"], .inner-contact-box textarea {padding: 8px 10px;width: 100%;margin-bottom: 10px;border: none;font-size: 15px;font-family: "Merriweather";} .inner-contact-box {color: #fff !important;padding: 26px 30px;margin-bottom: 50px;background: url(jpg/lft-contact-bg.jpg) no-repeat left top #353f4a;} .inner-contact-box h3 {margin-bottom: 10px;color: #fff;font-size: 28px;} .inner-contact-box .btn-input1 {padding: 10px 20px;text-align: center;background-color: #ed641a;color: #FFFFFF;border: none;width: 60%;cursor: pointer;font-weight: 700;font-family: "Merriweather";font-size: 14px;letter-spacing: 1px;} .inner-contact-box .btn-input1 {padding: 10px 20px;text-align: center;background-color: #ed641a;color: #FFFFFF;border: none;width: 60%;cursor: pointer;font-weight: 700;font-family: "Merriweather";font-size: 14px;letter-spacing: 1px;} h2.main-headng {margin-bottom: 20px;line-height: 50px;color: #333;font-weight: 400;font-size: 38px;} .bullet-pnt {list-style-type: none;padding-left: 0px;} .bullet-pnt li {list-style: none;padding-left: 30px;position: relative;padding-bottom: 10px;} .bullet-pnt li svg {color: #e37b14;position: absolute;top: 6px;left: 0;} .btm-section h5.cta-hd{font-family: 'Merriweather', serif;font-size: 30px;margin-bottom: 10px;margin-top: 50px;line-height: 36px;color: #ed641a;font-weight: 400;} .logo.logo-sm {display: none;} .header {background-color: #222;box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);border-bottom: 3px solid #ed641a;} .social-icons img:hover {filter: brightness(100);transition: all 0.2s ease 0s;} .clients-section img { width:auto; margin:0 20px;} .btm-box-sect p a { color:#333333 !important;} @media(max-width:767px){ .head-right { display:none} .img-sect {text-align: center; margin-bottom: 30px;} } .headlft h3, .headlft h4 {color: #0461a3;margin: 6px 0 0; line-height: 1.6;font-size: 22px;font-weight: 600;} .headlft a {text-decoration: none !important;color: #0461a3 !important;} .headlft {text-align: right;padding: 0 30px;} .content-area a {color: #333;text-decoration: underline;} .headlr-sect {border-bottom: 2px dotted #ccc;margin-top: 30px;padding-bottom: 20px;} .img-sect .modal-content {background-color: transparent !important;border: none !important;padding: 0 !important;} .img-sect .modal-header { border:none;} .cta-hd {color: #ed641a;} .img-sect .btn-primary {color: #fff;background-color: transparent !important;border-color: transparent !important; p} .img-sect .btn-primary:hover {color: #fff;background-color: transparent;border-color: transparent;} .btn { padding:0 !important; border:none;} .modal-dialog {max-width: 60%;} .btm-section h3 {font-size: 24px;font-weight: 400;margin-top: 0;color: #0461a3;line-height: 35px;} .btm-section a, .content-area a { color:#333;text-decoration: underline;} .btm-section a:hover, .content-area a:hover {color: #ed641a;} .btm-section {padding: 10px 0 50px 0;} .content-area {padding-bottom: 30px;} .content-area a {color: #333;text-decoration: underline;} .headlr-sect {border-bottom: 2px dotted #ccc;margin-top: 30px;padding-bottom: 20px;} .btm-section a, .content-area a { color:#333;text-decoration: underline;} .btm-section a:hover, .content-area a:hover {color: #ed641a;} .btm-section {padding: 10px 0 50px 0;} .content-area {padding-bottom: 30px;} .headlft h3, .headlft h4 {color: #0461a3;margin: 6px 0 0;line-height: 1.6;font-size: 22px;font-weight: 600;} .headlft a {text-decoration: none !important;color: #0461a3 !important;} .headlft {text-align: right;padding: 0 30px;} .content-area a {color: #333;text-decoration: underline;} .headlr-sect {border-bottom: 2px dotted #ccc;margin-top: 30px;padding-bottom: 20px;} .img-sect .modal-content {background-color: transparent !important;border: none !important;padding: 0 !important;} .img-sect .modal-header { border:none;} .cta-hd {color: #ed641a;} .img-sect .btn-primary {color: #fff;background-color: #131313 !important;border-color: transparent !important;} .img-sect .btn-primary:hover {color: #fff;background-color: transparent;border-color: transparent;background: #333;} .btn { padding:0 !important; border:none;} .modal-dialog {max-width: 60%;} .img-sect img:hover.thmb-img {opacity: 0.3;} .img-sect img.thmb-img {display: block;position: relative;background-color: #222;background: #000 !important;border-radius: 10px;} .img-sect {position: relative;} .img-sect:hover span {display: block;text-decoration: none;opacity: 1;} .img-sect span { display:none;} .img-sect span {position: absolute;border: none;position: absolute;top: 45%;left: 45%;color: #fff;} .btn-primary {color: #fff;background-color: transparent;} .img-sect img.thmb-img {display: block;position: relative;background-color: transparent;} .content-area a {color: #333;text-decoration: underline;} .headlr-sect {border-bottom: 2px dotted #ccc;margin-top: 30px;padding-bottom: 20px;} .btm-section a, .content-area a { color:#333;text-decoration: underline;} .btm-section a:hover, .content-area a:hover {color: #ed641a;} .btm-section {padding: 10px 0 50px 0;} .content-area {padding-bottom: 30px;} </style> <style> .offcanvas-collapse{top:0;background-color: #fff;padding:110px 0 10px;font-family: 'Merriweather';} .nrsnav { top: 30px; left: auto; right: 20px; z-index: 9999;} .nrsnav nav{background-color: #fff;} .nrsnav a{text-decoration:none;color:#333333;} body {padding-top: 0;} .navbar-toggler:focus, .btn-check:focus + .btn, .btn:focus {box-shadow: none;} .nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #333;background-color: #fff;border-bottom: 2px solid #444;border-radius: 0;} .nav-pills {border-bottom: 1px solid #b9b9b9;} .nav-item {width: 50%;text-align: center;} #pills-tabContent {padding: 0 20px;} .my-2 {border-bottom: 1px solid #999;margin: 0 !important;display: block;} .link1 {padding: 10px 0;display: inline-block;width: 87%;font-weight: 600;font-size: 15px;} .link2 a {font-weight: 600;width: 86.5%;} .link3 {width: 87%;display: inline-block;} .nrsnav{display:none;} .mn-logo{position:absolute;top:30px;left:20px;opacity:0;transition:all 1s ease 0s;} .offcanvas-collapse.open .mn-logo{opacity:1;} .navbar-toggler{z-index:9;} button.collapsed .dwnarw {transform: rotate(0deg);} button .dwnarw {transform: rotate(180deg);} @media (max-width:990px) {.nrsnav{display:block;}} #brgMenu .qukcont a {display: block;padding: 7px 0 7px 20px !important;font-size: 14px !important;font-family: 'Merriweather';font-weight: 600 !important;background: none;margin: 0;} #brgMenu .qukcont a img {width: 30px;} </style> <style> @media (max-width:812px){ .navbar-brand svg{width: 230px;} .box-pnt {padding: 0;} .box-pnt li{margin: 0 auto 10px;width: 100%;} .inner-banner h1.banner-heading{line-height: 40px;padding: 40px 0 20px;} .inner-banner{padding: 160px 0 30px !important;} .bnr-stripe2{padding-bottom: 10px !important;} .social-links {text-align: left !important;} .link1{width:85%;} .link2 p{width: 86.5%;font-weight: 600;color: #333;margin-bottom: 0;} .link2 a, .link2 p {padding: 4px 0;} .link1, .link2 a, .link2 p, .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .cta-btn, #brgMenu .qukcont a, .whatsapp-chat span, #slideout.slide-contact .slide-bttn, #slideout_inner .headng12, #slideout_inner .btn-input1, .slide-bttn{font-family: 'Merriweather';} #slideout_inner{width: 100% !important;} #slideout_inner span.spclose{width: 28%;} .right-top{display:none;} .new-nav {position: fixed;width: 100%;top: 98px;z-index: 99999;} .left-sd {width: 100%;} .rgt-sct {width: 100%;} } @media(max-width:480px) {.right-top {display: none;} .cont-dc {width: 66%;} .nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;} .rgt-sd {padding-left: 20px !important;padding-right: 20px;} .thmb-img {width: 100%;margin-right: 0%;margin-bottom: 0px;} .explore-more-sect h4 span, .clients-section h4 span, .btm-box-sect h4 span {display: none !important;text-align: left;} .clients-section h4 span {background-color: #bcbcbc !important;display: none !important;height: 1px;position: relative;top: 17px;width: 100% !important;} .clients-section h4 span:first-child {float: left;} .explore-more-sect h4 span:last-child, .clients-section h4 span:last-child, .btm-box-sect h4 span:last-child {float: none;display: block !important;width: 100%;position: static;margin-top: 10px; text-align: left;} .thmb-img {width: 100% !important;margin-right: 0% !important;} .clients-section h4, .explore-more-sect h4, .btm-box-sect h4, .footer-events h4 {color: #ed641a;display: block;font-size: 18px;font-weight:700; margin-bottom: 30px;text-align: left;text-transform: uppercase;position: relative;} .footer-top-links li a {border-left: 1px solid #555 !important;color: #fff;padding-left: 6px !important;font-size: 15px;} .footer-top-links li {display: block;padding-right: 10px;} .ftr-logo {float: none;margin-top: 22px;} .footer-events h4 span {display: block;position: static;width: 100%;} .modal-dialog {max-width: 100%;top: 120px;} .img-sect {text-align: center;} } </style> <style> .cta-btn {text-align: center;display: block;margin: 30px 0 20px 20px;padding: 10px 20px;background-color: #ef7b1e !important;color: #fff !important;width: 50%;font-weight: 600;} .navbar-toggler .toggl-cross{display:none;} .navbar-toggler.current .toggl-cross{display:block;} .navbar-toggler.current .navbar-toggler-icon {display:none;} @media (max-width:1169px) {.nrsnav{display:block;}.new-nav {display: none;} .head-links{display:none;}.navbar-expand-lg .navbar-toggler{display:block;}.offcanvas-collapse.open {visibility: visible;transform: translateX(-100%);} .offcanvas-collapse {position: fixed;bottom: 0;left: 100%;width: 100%;overflow-y: auto;visibility: hidden;transition: transform .3s ease-in-out, visibility .3s ease-in-out;}.navbar-expand-lg .navbar-collapse {display: block !important;} .new-banner1 {margin-top: 135px !important;} } @media (max-width:812px) {ul.bnr-points li{width: 100% !important;}.home-banner li {width: 100% !important;margin-bottom: 40px;margin-right: 0 !important;} .head-right { display:none;} } @media(min-width:768px) and (max-width:1024px) {body .home-banner, .inner-banner {margin-top: 0 !important;} .footer-links { width: 100% !important; float: none;} #BlogSection.blog-sect {margin-top: 50px !important;} body .inner-banner { margin-top: 0px !important;}body .home-banner {margin-top: 0px !important;} body .home-banner {background: #d6e3e4 url("home-banner-1.html") no-repeat scroll center top / cover;height: auto;} .home-banner span {display: none !important;} .head-right {display: none;} .nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;} .right-top {display: none !important;} .central-bg img {display: block;} .vendor-icn img, .seller-icn img {display: block;} } @media(min-width:1025px) and (max-width:1049px) {.head-right {display: none !important;}.nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;}.right-top {display: none !important;}} @media(min-width:1050px) and (max-width:1070px) {.nrsnav {display: none !important;}.nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;}.right-top {display: none !important;}} @media(min-width:1070px) and (max-width:1169px) {.nrsnav {display: none !important;}.nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;}.right-top {display: none !important;} } @media(max-width:480px) {.right-top {display: none;} .cont-dc {width: 66%;} .nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;} } @media(max-width:768px) {.right-top {display: none;} .nrsnav {top: 24px;left: auto;right: 17px;z-index: 9999;} .right-top {display: none !important;} .cont-dc {width: 66%;} } #brgMenu {background-color: #e37b14 !important;} .copyright-box {margin-top: 30px;} .bx-sz-tp .bx-sz, .bx-sz-tp .bx-sz-nw {display: inline-block;width: calc(100% / 1 - 0px);} @media(max-width:579px) {.new-banner1 {margin-top: 134px !important;}} @media(min-width:580px) and (max-width:1169px) {.new-banner1 {margin-top: 130px !important;}} .my-2 ul li {padding: 10px 0;border-bottom: 1px solid #b0b0b0;} .my-2 ul li:last-child { border:none !important;} @media(min-width:768px) and (max-width:970px) {.blg-top .sb-box {min-height: 522px;width: 48% !important;} .rg-ft {width: 61%;} .lft-ft {width: 35%;} } @media(min-width:481px) and (max-width:811px) { .cont-dc {width: 66%;} } .right-cont {background: #eee;} li.link-bld { font-weight:600;} .btm-section {padding: 10px 0 50px 0;} .content-area {padding-bottom: 30px;} .sub-menu img {float: right;margin: 5px auto;} .btn-close {background-color: #fff !important;} .env-icn {margin-right: 8px;} @media(max-width:1084px) {.explore-more-sect h4 span:first-child, .clients-section h4 span:first-child {float: left;display: none !important;} .explore-more-sect h4 span, .clients-section h4 span {background-color: #bcbcbc;display: block !important;width: 100%;height: 1px;width: 100%;position: relative;top: 10px;} .clients-section h4, .explore-more-sect h4, .btm-box-sect h4, .footer-events h4, .clients-section h4 {color: #ed641a;display: block;font-size: 18px;font-weight: 700;margin-bottom: 30px;text-align: left;text-transform: uppercase;position: relative; }} @media(min-width:768px) and (max-width:1080px) {.rgt-sd {padding-left: 5px !important;} } @media(max-width:767px){ .head-right { display:none;} .connect-strip a { width:100%; margin:0 0 20px; } .clients-section span {margin-bottom: 22px;display: block;} } </style> <style> iframe {background:url('svg/cnt-strip-bg.svg') no-repeat scroll 0 -260px / 160% 148% #35404a !important;padding:0;height:480px;} .modal-content {position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.2);border-radius: .3rem;outline: 0;background: #35404a url("svg/cnt-strip-bg.svg") no-repeat scroll 0 -260px / 160% 148% !important;padding: 0 !important;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);border-radius: 4px;} .btn-primary:hover {color: #fff;background-color: transparent;border-color: transparent;} .btn-primary:active {background-color: transparent !important;border-color: transparent !important;} .btm-box-sect .btn-primary {color:#333;} .btm-box-sect p {text-align: left;margin-top: 10px;} @media(min-width:768px) and (max-width:812px) { .rgt-sd {width: 100% !important;} } @media(min-width:768px) and (max-width:812px) {.rgt-sd {width: 100% !important;} .wd-rs {width: 41%;display: inline-block;text-align: left;} .btm-box-sect .btn-primary {text-align: left;} } @media(min-width:580px) and (max-width:767px) {.new-banner1 {margin-top: 130px !important;} .wd-rs {width: 45%;display: inline-block;text-align: left;margin: auto;} .btm-box-sect .btn-primary {text-align: left;} } @media(max-width:579px) {.wd-rs {width: 75%;display: inline-block;text-align: left;margin: auto;} .btm-box-sect .btn-primary {text-align: left;} } .img-sect.prt-md {background: #131313;text-align: center;border-radius: 6px;} .img-sect .modal-content { background:none !important; box-shadow: none !important;} .img-sect .modal-dialog {width: 50% !important;} .cta-nav li:nth-child(4) a {background: #ed641a; padding: 5px 19px;text-transform: uppercase; border-radius: 15px;} .cta-nav li:nth-child(4) {border-right: 1px solid #fff;} .cta-nav li:nth-child(5) a {background: #ed641a; padding: 5px 19px;text-transform: uppercase; border-radius: 15px;} </style> <!-- Begin Inspectlet Asynchronous Code --> <script type="text/javascript"> (function() { window.__insp = window.__insp || []; __insp.push(['wid', 2129439440]); var ldinsp = function(){ if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=2129439440&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); }; setTimeout(ldinsp, 0); })(); </script> <!-- End Inspectlet Asynchronous Code --> <script type="text/javascript"> setTimeout(function() { var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = 'js/api53b8.js?render=6Lf0GRQiAAAAAAWs8K8JetlNTwA5wpoAftA5nPlL'; headID.appendChild(newScript); }, 5000); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KW9SJBR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header> <div class="header headroom"> <div class="container"> <div class="head-nav navbar-nav navbar-right"><div id="main-nav-res"> </div></div><!--head-nav--> <div class="logo"><a href="index.html"> <!-- <![endif]--> <!--[if !IE]> --> <svg preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100" style="width: 70px; height:100px; vertical-align:top;"><image xlink:href="svg/suntecdigital-logo3.svg" width="100%" height="100%"></image></svg> <!-- <![endif]--> <!--[if IE]> <img src="images/suntecdigital-logo.png" alt="SunTecDigital.com"> <![endif]--> </a></div> <!--logo--> <div class="logo logo-sm"><a href="index.html"><img class="img-logo-sm" src="png/suntecdigital-logo-sm.png" alt="SunTecDigital.com"> <!-- <![endif]--> <!--[if !IE]> --> <svg preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100" style="width: 58px; height:68px; vertical-align:top;"><image xlink:href="svg/suntecdigital-logo3.svg" width="100%" height="100%"/></svg> <!-- <![endif]--> <!--[if IE]> <img src="images/suntecdigital-logo.png" alt="SunTecDigital.com"> <![endif]--> </a></div> <!--logo--> <div class="head-right"> <div class="header-nav"> <ul class='cta-nav'> <li><a href='mailto:info@suntecdigital.com'><img class='env-icn-new' src='svg/envelope.svg' width="22" height="22" alt='Email Logo'> info@suntecdigital.com</a></li> <li><a href='tel:+44 203 514 2601'> <img src='svg/uk-flag-icon.svg' alt='UK Flag' width="30" height="30" title='UK Flag' style='margin-right:5px;width: 30px !important;'>+44 203 514 2601</a></li> <li><a href='tel:+15852830055'><img src='svg/usa-flag-icon.svg' alt='USA Flag' width="30" height="30" title='USA Flag' style='margin-right:5px;width: 30px !important;'> +1 585 283 0055</a></li> <li><a href='index-2.html' target='_blank'>Blog</a></li> <li><a href='contact-us.html'>Contact Us</a></li> </ul> <ul class='main-nav'> <li><a href='about-us.html'>About Us</a></li> <li><a href='digital-content-solutions.html'>Content Solutions</a> <ul class='sub-menu'> <li><a href='ebook-conversion-services.html'>eBook Conversion <img src='png/dropdown-arrow.png' width="7" height="9" alt="arrow-icon"/></a> <ul class='sub-menu2'> <li><a href='html5-epub3-interactive-ebook-development-services.html'>HTML5/EPUB3 eBooks</a></li> <li><a href='mobi-kf8-conversion-services.html'>MOBI / KF8 Conversion</a></li> <li><a href='enhanced-ebook-conversion-services.html'>Enhanced eBooks</a></li> <li><a href='fixed-layout-ebook-conversion-services.html'>Fixed Layout eBooks</a></li> <li><a href='read-aloud-ebook-conversion-services.html'>Read Aloud eBooks</a></li> <li><a href='web-accessible-ebook-development-services.html'>Web Accessible eBooks</a></li> <li><a href='multilingual-ebook-development-services.html'>Multilingual eBook</a></li> <li><a href='cookbook-conversion-services.html'>Cookbooks Conversion</a></li> <li><a href='flipbook-conversion-services.html'>Flipbook Conversion </a></li> </ul> </li> <li><a href='book-as-an-app-development-services.html'>Book-as-an-app</a></li> <li><a href='pre-press-typesetting-services.html'>Pre-press & Typesetting</a></li> <li><a href='ebook-distribution-services.html'>eBook Distribution</a></li> <li><a href='drm-solutions.html'>DRM Solution</a></li> <li><a href='document-accessibility-services.html'>Document Accessibility</a></li> <li><a href='html-conversion-services.html'>HTML Conversion</a></li> <li><a href='xml-transformation-solutions.html'>XML Transformation <img src='png/dropdown-arrow.png' width="7" height="9" alt="arrow-icom"/></a> <ul class='sub-menu2'> <li><a href='xml-first-workflow-development-services.html'>XML-First Workflow</a></li> <li><a href='docbook-xml-conversion-services.html'>DocBook XML Conversion</a></li> <li><a href='dtbook-conversion-services.html'>DTBook Conversion</a></li> <li><a href='pubmed-conversion-services.html'>PubMed Conversion</a></li> <li><a href='tei-xml-conversion-services.html'>TEI XML Conversion</a></li> <li><a href='prism-xml-conversion-services.html'>Prism XML</a></li> </ul> </li> </ul> </li> <li><a href='epublishing-solutions-for-industry-verticals.html'>Industries</a> <ul class='sub-menu'> <li><a href='educational-epublishing-solutions.html'>Educational Publishing <img src='png/dropdown-arrow.png' width="7" height="9" alt="arrow-icom"/></a> <ul class='sub-menu2'> <li><a href='prek-12-epublishing-solutions.html'>Pre K-12</a></li> <li><a href='epublishing-solutions-for-higher-ed.html'>Higher-ed</a></li> <li><a href='epublishing-solutions-for-institutions.html'>Institutions</a></li> <li><a href='epublishing-solutions-for-libraries.html'>Libraries</a></li> <li><a href='journal-epublishing-services.html'>Journals</a></li> <li><a href='stm-publishing-services.html'>STM Publishing</a></li> </ul> </li> <li><a href='children-ebook-conversion-services.html'>Children&acute;s eBooks</a></li> <li><a href='interactive-digital-comic-book-conversion-services.html'>Interactive Comic Books </a></li> <li><a href='epublishing-solutions-for-trade-books.html'>Trade Books</a></li> <li><a href='digital-magazine-publishing-solutions.html'>Digital Magazines </a></li> <li><a href='b2b-epublishing-solutions.html'>B2B Publishing</a></li> <li><a href='epublishing-solutions-for-life-sciences.html'>Life Sciences</a></li> <li><a href='epublishing-solutions-for-technology-firms.html'>Technology</a></li> <li><a href='epublishing-solutions-for-aerospace-aviation-industry.html'>Aerospace & Aviation</a></li> <li><a href='epublishing-solutions-for-law-firms.html'>Law & Legal Services</a></li> </ul> </li> <li><a href='elearning-solutions.html'>Learning Solutions</a> <ul class='sub-menu'> <li><a href='flash-to-html5-conversion-services.html'>Flash to HTML5</a></li> <li><a href='corporate-communication-apps-development.html'>Corporate Apps <img src='png/dropdown-arrow.png' width="7" height="9" alt="arrow-icom"/></a> <ul class='sub-menu2'> <li><a href='employee-onboarding-apps-development.html'>On-boarding apps</a></li> <li><a href='corporate-training-apps-development.html'>Corporate Training Apps</a></li> <li><a href='epublishing-solutions-for-training-departments.html'>Training Departments</a></li> </ul> </li> </ul> </li> <li><a href='digital-publishing-solutions.html'>Products</a> <ul class='sub-menu'> <li><a href='oneread-online-digital-publishing-distribution-platform.html'>OneRead</a></li> <li><a href='ereader-app-development.html'>eReader App</a></li> <li><a href='book-catalog-app-for-publishers.html'>Publisher&acute;s App</a></li> <li><a href='ebook-catalog-app-for-authors.html'>Author&acute;s App</a></li> </ul> </li> </ul> </div><!--header-nav--> </div><!--head-right--> <div class="clear"></div> </div><!--main-container--> </div><!--header--> </header> <nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light nrsnav" id="brgMenu" aria-label="Main navigation"> <div class='container'> <button class='navbar-toggler p-0 border-0' type='button' data-bs-toggle='offcanvas' aria-label='Toggle navigation'><svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16' width='40' height='40' style='position: relative;top: -5px;left: 4px;' class='bi bi-x toggl-cross'> <path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'></path> </svg><span class='navbar-toggler-icon'></span></button> <div class='navbar-collapse offcanvas-collapse' id='navbarsExampleDefault'> <img class='mn-logo' src='png/suntecdigital-res-logo.png' alt='SunTec Digital Logo' width="67" height="71"/> <ul class='nav nav-pills mb-3' id='pills-tab' role='tablist'> <li class='nav-item' role='presentation'> <a class='nav-link active' id='pills-services-tab' data-bs-toggle='pill' href='#pills-services' role='tab' aria-controls='pills-services' aria-selected='true'>Our Services</a></li><li class='nav-item' role='presentation'> <a class='nav-link' id='pills-about-tab' data-bs-toggle='pill' href='#pills-about' role='tab' aria-controls='pills-about' aria-selected='false'>About</a></li></ul> <div class='tab-content' id='pills-tabContent'> <div class='tab-pane fade active show' id='pills-services' role='tabpanel' aria-labelledby='services-home-tab'> <nav class='small' id='toc'> <ul class='list-unstyled'> <li class='my-2'> <a class='link1' href='digital-content-solutions.html'>Content Solutions</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#contents-collapse' aria-controls='contents-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> <ul class='list-unstyled ps-3 collapse' id='contents-collapse' style=''> <li> <div class='link2'><a class='d-inline-flex align-items-center rounded' href='ebook-conversion-services.html'>eBook Conversion</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#subnv1-collapse' aria-controls='subnv1-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> </div><ul class='list-unstyled collapse' id='subnv1-collapse' style=''> <li><a href='html5-epub3-interactive-ebook-development-services.html'>HTML5/EPUB3 eBooks</a></li><li><a href='mobi-kf8-conversion-services.html'>MOBI / KF8 Conversion</a></li><li><a href='enhanced-ebook-conversion-services.html'>Enhanced eBooks</a></li><li><a href='fixed-layout-ebook-conversion-services.html'>Fixed Layout eBooks</a></li><li><a href='read-aloud-ebook-conversion-services.html'>Read Aloud eBooks</a></li><li><a href='web-accessible-ebook-development-services.html'>Web Accessible eBooks</a></li><li><a href='multilingual-ebook-development-services.html'>Multilingual eBook</a></li><li><a href='cookbook-conversion-services.html'>Cookbooks Conversion</a></li><li><a href='flipbook-conversion-services.html'>Flipbook Conversion </a></li></ul> </li><li class="link-bld"><a href='book-as-an-app-development-services.html'>Book-as-an-app</a></li><li class="link-bld"><a href='pre-press-typesetting-services.html'>Pre-press & Typesetting</a></li><li class="link-bld"><a href='ebook-distribution-services.html'>eBook Distribution</a></li><li class="link-bld"><a href='drm-solutions.html'>DRM Solution</a></li><li class="link-bld"><a href='document-accessibility-services.html'>Document Accessibility</a></li> <li class="link-bld"><a href='html-conversion-services.html'>HTML Conversion</a></li><li> <div class='link2'><a class='d-inline-flex align-items-center rounded' href='xml-transformation-solutions.html'>XML Transformation</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#subnv3-collapse' aria-controls='subnv3-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> </div><ul class='list-unstyled collapse' id='subnv3-collapse' style=''> <li><a href='xml-first-workflow-development-services.html'>XML-First Workflow</a></li><li><a href='docbook-xml-conversion-services.html'>DocBook XML Conversion</a></li><li><a href='dtbook-conversion-services.html'>DTBook Conversion</a></li><li><a href='pubmed-conversion-services.html'>PubMed Conversion</a></li><li><a href='tei-xml-conversion-services.html'>TEI XML Conversion</a></li><li><a href='prism-xml-conversion-services.html'>Prism XML</a></li></ul> </li></ul> </li><li class='my-2'> <a class='link1' href='epublishing-solutions-for-industry-verticals.html'>Industries</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#contents2-collapse' aria-controls='contents-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> <ul class='list-unstyled ps-3 collapse' id='contents2-collapse' style=''> <li> <div class='link2'><a class='d-inline-flex align-items-center rounded' href='educational-epublishing-solutions.html'>Educational Publishing</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#subnv5-collapse' aria-controls='subnv5-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> </div><ul class='list-unstyled collapse' id='subnv5-collapse' style=''> <li><a href='prek-12-epublishing-solutions.html'>Pre K-12</a></li><li><a href='epublishing-solutions-for-higher-ed.html'>Higher-ed</a></li><li><a href='epublishing-solutions-for-institutions.html'>Institutions</a></li><li><a href='epublishing-solutions-for-libraries.html'>Libraries</a></li><li><a href='journal-epublishing-services.html'>Journals</a></li><li><a href='stm-publishing-services.html'>STM Publishing</a></li></ul> </li><li class="link-bld"><a href='children-ebook-conversion-services.html'>Children&acute;s eBooks</a></li><li class="link-bld"><a href='interactive-digital-comic-book-conversion-services.html'>Interactive Comic Books </a></li><li class="link-bld"><a href='epublishing-solutions-for-trade-books.html'>Trade Books</a></li><li class="link-bld"><a href='digital-magazine-publishing-solutions.html'>Digital Magazines </a></li><li class="link-bld"><a href='b2b-epublishing-solutions.html'>B2B Publishing</a></li><li class="link-bld"><a href='epublishing-solutions-for-life-sciences.html'>Life Sciences</a></li><li class="link-bld"><a href='epublishing-solutions-for-technology-firms.html'>Technology</a></li><li class="link-bld"><a href='epublishing-solutions-for-aerospace-aviation-industry.html'>Aerospace & Aviation</a></li><li class="link-bld"><a href='epublishing-solutions-for-law-firms.html'>Law & Legal Services</a></li></ul> </li><li class='my-2'> <a class='link1' href='elearning-solutions.html'>Learning Solutions</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#contents3-collapse' aria-controls='contents-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> <ul class='list-unstyled ps-3 collapse' id='contents3-collapse' style=''> <li class="link-bld"><a href='flash-to-html5-conversion-services.html'>Flash to HTML5</a></li><li> <div class='link2'><a class='d-inline-flex align-items-center rounded' href='corporate-communication-apps-development.html'>Corporate Apps</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#subnv9-collapse' aria-controls='subnv9-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> </div><ul class='list-unstyled collapse' id='subnv9-collapse' style=''> <li><a href='employee-onboarding-apps-development.html'>On-boarding apps</a></li><li><a href='corporate-training-apps-development.html'>Corporate Training Apps</a></li><li><a href='epublishing-solutions-for-training-departments.html'>Training Departments</a></li></ul> </li></ul> </li><li class='my-2'> <a class='link1' href='digital-publishing-solutions.html'>Products</a> <button class='btn d-inline-flex align-items-center collapsed' data-bs-toggle='collapse' aria-expanded='false' data-bs-target='#contents4-collapse' aria-controls='contents-collapse'><img class='dwnarw' src='jpg/down-arrow1.jpg' width="12" height="12"/></button> <ul class='list-unstyled ps-3 collapse' id='contents4-collapse' style=''> <li class="link-bld"><a href='oneread-online-digital-publishing-distribution-platform.html'>OneRead</a></li><li class="link-bld"><a href='ereader-app-development.html'>eReader App</a></li><li class="link-bld"><a href='book-catalog-app-for-publishers.html'>Publisher&acute;s App</a></li><li class="link-bld"><a href='ebook-catalog-app-for-authors.html'>Author&acute;s App</a></li></ul> </li><li class="my-2"><a class="link1" href='index-2.html' target='_blank'>Blog</a></li><li class="my-2"><a class="link1" href='contact-us.html'>Contact Us</a></li></ul> </nav> </div><div class='tab-pane fade' id='pills-about' role='tabpanel' aria-labelledby='pills-about-tab'> <nav class='small' id='toc'> <ul class='list-unstyled'> <li class='my-2'> <a class='link1' href='about-us.html'>Company</a> </li><li class='my-2'> <a class='link1' href='resources.html'>Resources </a> </li><li class='my-2'> <a class='link1' href='epublishing-portfolio.html'>Portfolio </a> </li><li class='my-2'> <a class='link1' href='news-events.html'>News </a> </li><li class='my-2'> <a class='link1' href='case-studies.html'>Case Studies</a> </li><li class='my-2'> <a class='link1' href='faq.html'>FAQs</a> </li><li class='my-2'> <a class='link1' href='index-2.html'>Blog</a> </li></ul> </nav> </div></div><a class='cta-btn' href='contact-us.html'>Contact Us</a> <div class='qukcont' style='font-weight: 500;'><a href='tel:+15852830055'><img src='svg/usa-flag-icon.svg' style='margin-right:5px' width='30' height="30"> +1 585 283 0055</a> <a href='tel:+44 203 514 2601'><img src='svg/uk-flag-icon.svg' style='margin-right:5px' width='30' height="30"> +44 203 514 2601</a> <a href='mailto:info@suntecdigital.com'><svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-envelope' viewBox='0 0 16 16' width='30' height='30' style='margin-right: 6px;'> <path d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z'></path> </svg> info@suntecdigital.com</a></div></div></div></nav> <div class="inner-banner"> <div class="container"> <h1>ePublishing Solutions for Technology Firms</h1> <p>Make You Content Agile – Accessible, Granular, Interactive, Linked & Enriched!</p> </div></div> <div class="breadcrumbs mt-3"> <div class="container"> <a href="index.html">Home</a> <span class="brd-arrw">›</span> <a href="epublishing-solutions-for-industry-verticals.html">Industries</a> <span class="brd-arrw">›</span><span> ePublishing Solutions for Technology Firms</span> </div> </div><!--breadcrumbs--> <div class="container content-area "> <div class="row"> <div class="col-md-8 left-sd"> <h2>ePublishing Solutions for Technical Industry</h2> <p>Relevant and accurate content available in electronic formats facilitates management of online information and multi-channel delivery of documents – helping IT companies outwit their competitors. SunTec Digital supports ePublishing solutions for technology firms by making the transition from outdated, old-fashioned ink and paper manuals to easily accessible digital documentation that consequently helps clients in opening up potentially untapped markets and revenue channels. </p> <p>Widen the reach of your content by going digital. Reach out to newer audiences globally and onboard clients from across the industry with easy-to-understand, well-formatted technical documents that are free from errors. Attach them in emails or send them across social media, pitching for new businesses was never this easier!</p> <p>SunTec Digital’s <a href="epublishing-solutions-for-industry-verticals.html">ePublishing solutions</a> help technology firms create content not only for internal training purposes, but for potential clients and general users as well. The content is customized according to the firm’s needs and all the communication required is taken care of - whether in the form of journals, papers, eBooks, or applications.</p> </div> <div class="col-md-4 mt-5 rgt-sd ps-5 pt-3 "> <div class="inner-contact-box mb-0"> <h3>Contact Us Now!</h3> <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script> <script type="text/javascript" src="js/form_validation_inner.js"></script> <form id="raqFrm_inner" action="https://www.suntecdigital.com/queryfrms/raqForm_inner.php" method="post" name="raqFrm_inner" enctype="multipart/form-data" > <input type="hidden" value="" id="g_recaptcha_response" name="g_recaptcha_response"> <input type="hidden" value="" id="g_recaptcha_action" name="g_recaptcha_action"> <input type="hidden" value="online" name="pageFrom"> <input type="text" class="bodytext" id="Fname" name="Fname" size="40" maxlength="40" placeholder="Name"> <input type="text" id="email" name="email" class="bodytext" size="40" maxlength="40" placeholder="Email"> <input type="text" id="phone" name="phone" class="bodytext" size="40" maxlength="40" placeholder="Phone"> <textarea class="cont-txt-area bodytext" cols="33" rows="2" id="comments" name="comments" placeholder="Message"></textarea> <input id="inr-rgt-frm" class="btn-input1" type="submit" name="innersubmit" value="SUBMIT"/> </form> </div> <div class="clear"></div> </div></div></div> <div class="btm-section"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="img-sect"> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal"> <span><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z"/> </svg></span> <img class="thmb-img" src="png/technology-firms-thum-n1.png" alt="ePublishing Solutions for Technology"> </button> <!-- Modal --> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" style="display: none;" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <img src="png/technology-firms-n1.png" alt="ePublishing Solutions for Technology"> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div class="img-sect"> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal1"> <span><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z"/> </svg></span> <img class="thmb-img" src="png/technology-firms-thum-n2.png" alt="Technological ePublishing Solutions"> </button> <!-- Modal --> <div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <img src="png/technology-firms-n2.png" alt="Technological ePublishing Solutions"> </div> </div> </div> </div> </div> </div> </div> <h2 class="mt-5">ePublishing Solutions for Technology Firms To Prepare Your Content for the Future</h2> <p>With the right content conversion strategy from SunTec Digital, you can seamlessly move to a digital-first workflow, free your content from legacy limitations, and create online training materials and documentation that helps in reaching out to the target market across a range of smartphones and tablets. </p> <p>We begin by analyzing your source files and business goals. Is it a hardcopy file that needs to be scanned and digitized? Does it include complex text, mathematical equations, tables, graphs, and charts? Is content saved as SGM, but needs to be converted and delivered in S1000D?</p> <p>Our conversion specialists employ proven processes to convert data from a source format like printed file, PDF, or any other into the preferred format. We can convert complex elements, tables, images, cross-references, equations, and special characters with complete accuracy.</p> <p>We offer ePublishing solutions for technology firms that address the exacting needs of technology service providers and manufacturers, dealing in:</p> <div class="row"> <div class="col-md-6"> <ul class="bullet-pnt"> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Software</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Computing</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Photonics</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Optics</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Components</li> </ul> </div> <div class="col-md-6"> <ul class="bullet-pnt"> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Internet</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Semiconductors</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Systems</li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path> <path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path> </svg>Telecommunications </li> </ul> </div></div> <p class="mt-5">We work with technology firms to digitize paper-based documents and create digital assets with defined standards like XML, to keep content separate from formatting and storage. Our conversion specialists produce modular, structured content that serves the purpose of technical documentation, mobile learning, and knowledge bases.</p> <h5 class="cta-hd mt-5">Move from Print to Digital in No Time with SunTec Digital!<span></span></h5> <p class="cont-text">We can help you analyze, structure, and digitize documents, making them future-ready. To find out more about our ePublishing solutions for technology firms, kindly mail us at <a href="mailto:info@suntecdigital.com">info@suntecdigital.com</a>. </p> </div></div> <div class="connect-strip"> <div class="container"> <h5 class="text-white">Ready to talk?</h5> <a href="contact-us.html">Contact Us</a> <a class="skp-nm" href="skype:+919311468458?call">+919311468458</a> <a class="tel-nm" href="tel:+919311468458">+919311468458</a> <a href="contact-us.html">Free Trial</a> <div id="call_32"><script type="text/javascript">Skype.ui({ name: "call", element: "call_32", participants: ["+919899998198"], });</script></div> <script type="text/javascript" src="js/skype-uri.js"></script> </div><!--main-container--> </div><!--connect-strip--> <div id="clients" class="clients-section"> <div class="container clients-logo"> <h4><span></span>Our Clients<span></span></h4> <div id="mycrawler4"> <img src="jpg/client-logo1.jpg" alt="Client Logo" width="120" height="54" /> <img src="jpg/client-logo2.jpg" alt="EMC" width="86" height="54" /> <img src="jpg/client-logo13.jpg" alt="Lumens" width="126" height="54" /> <img src="jpg/client-logo3.jpg" alt="Panasonic" width="110" height="35" /> <img src="jpg/client-logo4.jpg" alt="Nielsen" width="90" height="54" /> <img src="jpg/client-logo5.jpg" alt="Birdguides" width="126" height="54" /> <img src="jpg/client-logo9.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo6.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo7.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo8.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo10.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo11.jpg" alt="AWS Partner network" width="126" height="54" /> <img src="jpg/client-logo12.jpg" alt="AWS Partner network" width="126" height="54" /> </div><!--nwidth--> </div><!--container--> </div><!--clients-section--> <div class="explore-more-sect"> <div class="container"> <h4><span></span>Explore More<span></span></h4> <div class="row "> <div class="col-md-6 "> <div class="exp-box"> <h6><a href="epublishing-solutions-for-industry-verticals.html"><span>Industry</span></a></h6> <ul> <li><a href="children-ebook-conversion-services.html"><img src="png/em-icon2.png" alt="Children's eBooks" /> <span>Children's eBooks</span></a></li> <li><a href="interactive-digital-comic-book-conversion-services.html"><img src="png/em-icon3.png" alt="Interactive Comic Books" /> <span>Interactive Comic Books</span></a></li> <li><a href="epublishing-solutions-for-trade-books.html"><img src="png/em-icon6.png" alt="Trade Books" /> <span>Trade Books</span></a></li> <li><a href="digital-magazine-publishing-solutions.html"><img src="png/em-icon9.png" alt="Digital Magazines" /> <span>Digital Magazines</span></a></li> <li><a href="b2b-epublishing-solutions.html"><img src="png/em-icon10.png" alt="B2B Publishing" /> <span>B2B Publishing</span></a></li> <li><a href="epublishing-solutions-for-life-sciences.html"><img src="png/em-icon16.png" alt="Life Sciences" /> <span>Life Sciences</span></a></li> <li><a href="epublishing-solutions-for-technology-firms.html"><img src="png/em-icon17.png" alt="Technology" /> <span>Technology</span></a></li> <li><a href="epublishing-solutions-for-aerospace-aviation-industry.html"><img src="png/em-icon18.png" alt="Aerospace & Aviation" /> <span>Aerospace & Aviation</span></a></li> <li><a href="epublishing-solutions-for-law-firms.html"><img src="png/em-icon19.png" alt="Law & Legal Services" /> <span>Law & Legal Services</span></a></li> </ul> </div><!--exp-box--> </div> <div class="col-md-6 "> <div class="exp-box"> <h6><a href="educational-epublishing-solutions.html"><span>Educational Publishing</span></a></h6> <ul> <li><a href="prek-12-epublishing-solutions.html"><img src="png/em-icon20.png" alt="Pre K-12" /> <span>Pre K-12</span></a></li> <li><a href="epublishing-solutions-for-higher-ed.html"><img src="png/em-icon58.png" alt="Higher-ed" /> <span>Higher-ed</span></a></li> <li><a href="epublishing-solutions-for-institutions.html"><img src="png/em-icon7.png" alt="Institutions" /> <span>Institutions</span></a></li> <li><a href="epublishing-solutions-for-libraries.html"><img src="png/em-icon8.png" alt="Libraries" /> <span>Libraries</span></a></li> <li><a href="journal-epublishing-services.html"><img src="png/em-icon4.png" alt="Journals" /> <span>Journals</span></a></li> <li><a href="stm-publishing-services.html"><img src="png/em-icon5.png" alt="STM Publishing" /> <span>STM Publishing</span></a></li> </ul> </div><!--exp-box--> </div> </div> </div><!--main-container--> </div><!--explore-more-sect--> <div class="btm-box-sect"> <div class="container"> <h4><span></span>Resource Library<span></span></h4> <div class="row"> <div class="col-md-3 wd-rs"> <a class="" href="brochure-epublishing-solutions.html"> <img alt="ePublishing Solutions" width="285" height="116" src="jpg/brochure-thumb1.jpg"></a> <p><a class="" href="brochure-epublishing-solutions.html"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ed641a" class="bi bi-caret-right" viewBox="0 0 16 16"><path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/></svg> <strong>Brochure:</strong> ePublishing Solutions</a> </p> </div><!--btm-box--> <div class="col-md-3 wd-rs"> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop1"> <img width="285" height="116" alt="Educational Publishing Solutions" src="jpg/brochure-thumb2.jpg"> <p> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ed641a" class="bi bi-caret-right" viewBox="0 0 16 16"><path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/></svg> <strong>Brochure:</strong> Educational Publishing Solutions </p> </button> <div class="modal fade" id="staticBackdrop1" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel1" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body p-0a"> <button type="button" class="btn-close position-absolute top-0 end-0" data-bs-dismiss="modal" aria-label="Close"></button> <iframe vspace="0" hspace="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" scrolling="auto" src="brochure-educational-publishing-solutions.html" frameborder="0" width="100%"></iframe> </div> </div> </div> </div> </div><!--btm-box--> <div class="col-md-3 wd-rs"> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop2"> <img width="285" height="116" alt="EDUPUB Solutions" src="jpg/brochure-thumb3.jpg"></a> <p> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ed641a" class="bi bi-caret-right" viewBox="0 0 16 16"><path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/></svg> <strong>Brochure:</strong> EDUPUB Solutions </p> </button> <div class="modal fade" id="staticBackdrop2" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-2" aria-labelledby="staticBackdropLabel2" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body p-0a"> <button type="button" class="btn-close position-absolute top-0 end-0" data-bs-dismiss="modal" aria-label="Close"></button> <iframe vspace="0" hspace="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" scrolling="auto" src="brochure-edupub-solutions.html" frameborder="0" width="100%"></iframe> </div> </div> </div> </div> </div><!--btm-box--> <div class="col-md-3 wd-rs"> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#staticBackdrop3"> <img width="285" height="116" alt="EDUPUB Solutions" src="jpg/brochure-thumb4.jpg"></a> <p> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ed641a" class="bi bi-caret-right" viewBox="0 0 16 16"><path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/></svg> <strong>Brochure:</strong> Book Catalog App for Publishers and Authors </p> </button> <div class="modal fade" id="staticBackdrop3" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-2" aria-labelledby="staticBackdropLabel2" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body p-0a"> <button type="button" class="btn-close position-absolute top-0 end-0" data-bs-dismiss="modal" aria-label="Close"></button> <iframe vspace="0" hspace="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" scrolling="auto" src="brochure-book-catalog-app-for-publishers-and-authors.html" frameborder="0" width="100%"></iframe> </div> </div> </div> </div> </div><!--btm-box--> </div><!--row--> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-md-9 rg-ft "> <div class="footer-top-links"> <ul class="px-0 mb-0"> <li><a href="about-us.html">Company</a></li> <li><a href="resources.html">Resources</a></li> <li><a target="_blank" href="index-3.html">Portfolio</a></li> <li><a href="news-events.html">News</a></li> <li><a class="active" href="case-studies.html">Case Studies</a></li> <li><a href="faq.html">FAQs</a></li> <li><a href="index-2.html">Blog</a></li> <li><a href="contact-us.html">Contact Us</a></li> </ul> <div class="clear"></div> </div><!--footer-top-links--> <div class="footer-desc"> <div class="ftr-desc"> <p class="mb-0">SunTec Digital renders a rich spectrum of competent digital content creation, conversion, publishing, and distribution solutions tailored to every distinct need of clients spanning across the globe. We are a renowned name in education, media and publishing, technology, legal, life sciences, and many other industry verticals. Featuring a dedicated team of experienced professionals possessing an innovative outlook and over 20+ years of technical expertise and leadership.</p> <a href="mailto:info@suntecdigital.com" class="ftr-email text-white mt-4 mt-2"><img class="env-icn" src="svg/envelope.svg" width="20" height="20" alt="Email Logo">info@suntecdigital.com</a> <a href="tel:+15852830055" class="ftr-email text-white mt-4 mt-2"><img src="svg/usa-flag-icon.svg" style="margin-right:5px" width="30" height="30" alt="USA Flag"> +1 585 283 0055</a> <a href="tel:+44 203 514 2601" class="ftr-email text-white mt-4 mt-2"><img src="svg/uk-flag-icon.svg" style="margin-right:5px" width="30" height="30" alt="UK Flag"> +44 203 514 2601</a> </div><!--ftr-desc--> </div></div> <div class="col-md-3 lft-ft"> <div class="ftr-logo"><!-- <![endif]--><!--[if !IE]> --><svg preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100" style="width: 70px; height:70px; vertical-align:top;"><image xlink:href="svg/suntecdigital-logo3.svg" width="100%" height="100%"></image></svg><!-- <![endif]--><!--[if IE]> <img src="images/suntecdigital-logo2.png" alt="SunTecDigital.com"> <![endif]--><p>Digital Publishing, Conversion and Apps Development Services</p><p class="social-icons"><a href="https://www.facebook.com/suntecdigitalofficial/"><img src="svg/icons8-facebook.svg" width="24" height="24" alt="Facebook Icon"></a><a href="https://twitter.com/_SunTecDigital_"><img src="svg/icons8-twitter.svg" width="24" height="24" alt="Twitter Icon" title="Twitter Icon"></a><a href="https://www.linkedin.com/company/Suntecdigital"><img src="svg/icons8-linkedin.svg" alt="LinkedIn Logo" width="24" height="24" title="LinkedIn Logo"></a></p><!--social-icons--></div> </div></div> <div class="clear"></div> </div><!--footer-desc--> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="footer-events mt-3"> <h4>Upcoming Events <span></span></h4> <div class="row"> <div class="col-md-3 wd-rs"> <img src="jpg/london-book-fair-logo.jpg" alt="London book Fair Logo" title="London book Fair Logo" width="257" height="86" /><p>5 - 7 April, 2022,<br/>Olympia, London</p></div> <div class="col-md-3 wd-rs"> <img src="jpg/bea-logo.jpg" alt="BEA Bookexpo America" title="BEA Bookexpo America" width="257" height="86" /><p>July 22–24, 2022, Javits Center,<br/> New York City, NY</p></div> <div class="col-md-3 wd-rs"> <img src="jpg/irce-logo.jpg" width="257" height="86" alt="IRCE Logo" title="IRCE Logo" /><p>May 10-12, 2022, McCormick <br>Place, Chicago, IL, United States</p></div> <div class="col-md-3 wd-rs"> <img src="jpg/frankfurter-logo.jpg" width="257" height="86" alt="Frankfurter Logo" title="Frankfurter Logo" /><p>19 - 23 October 2022<br>Frankfurt, Germany</p></div> </div> </div><!--footer-events--><!--footer-events--> <div class="footer-links"> <p class="mb-0"><a href="copyright-notice.html">Copyright Notice</a> &copy; 2023 SunTec Digital. All Rights Reserved.</p> <ul> <li><a href="sitemap.html">Sitemap</a></li> </ul> <div class="clear"></div> </div><!--footer-links--> </div> </div> </div><!--main-container--> </footer> <a class="whatsapp-chat" href="https://wa.me/919311468458?text=Hi" target="_blank"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="39" style="enable-background:new 0 0 138 39;display: block;float: left;" xml:space="preserve" width="30" viewBox="0 0 46 39"> <style type="text/css"> .st0{fill:#00E676;} .icon_logo_white{fill:#FFFFFF;transition:all 0.2s ease 0s;} .whatsapp-chat {position: fixed;right: 10px;bottom: 70px;background-color: #e4e4e4;width: 132px;height: 38px;text-align: left !important;border-radius: 100px;padding: 0 0 0 8px;transition: all 0.2s ease 0s;text-align: left !important;display: block;line-height: 40px !important;color: rgba(0, 0, 0, 0.6);font-size: 14px;font-family: 'Droid Sans';} a:hover.whatsapp-chat .icon_logo_white{fill:#000;} a:hover.whatsapp-chat span{color:#000000;} a:hover.whatsapp-chat{bottom: 74px;box-shadow:0 10px 20px rgba(0,0,0,0.2);} .slide-contact.selected .whatsapp-chat {bottom: 360px;} </style> <path class="st0" d="M10.7,32.8l0.6,0.3c2.5,1.5,5.3,2.2,8.1,2.2l0,0c8.8,0,16-7.2,16-16c0-4.2-1.7-8.3-4.7-11.3 c-3-3-7-4.7-11.3-4.7c-8.8,0-16,7.2-15.9,16.1c0,3,0.9,5.9,2.4,8.4l0.4,0.6l-1.6,5.9L10.7,32.8z"></path> <path class="icon_logo_white" d="M32.4,6.4C29,2.9,24.3,1,19.5,1C9.3,1,1.1,9.3,1.2,19.4c0,3.2,0.9,6.3,2.4,9.1L1,38l9.7-2.5 c2.7,1.5,5.7,2.2,8.7,2.2l0,0c10.1,0,18.3-8.3,18.3-18.4C37.7,14.4,35.8,9.8,32.4,6.4z M19.5,34.6L19.5,34.6c-2.7,0-5.4-0.7-7.7-2.1 l-0.6-0.3l-5.8,1.5L6.9,28l-0.4-0.6c-4.4-7.1-2.3-16.5,4.9-20.9s16.5-2.3,20.9,4.9s2.3,16.5-4.9,20.9C25.1,33.8,22.3,34.6,19.5,34.6 z M28.3,23.5L27.2,23c0,0-1.6-0.7-2.6-1.2c-0.1,0-0.2-0.1-0.3-0.1c-0.3,0-0.5,0.1-0.7,0.2l0,0c0,0-0.1,0.1-1.5,1.7 c-0.1,0.2-0.3,0.3-0.5,0.3h-0.1c-0.1,0-0.3-0.1-0.4-0.2l-0.5-0.2l0,0c-1.1-0.5-2.1-1.1-2.9-1.9c-0.2-0.2-0.5-0.4-0.7-0.6 c-0.7-0.7-1.4-1.5-1.9-2.4l-0.1-0.2c-0.1-0.1-0.1-0.2-0.2-0.4c0-0.2,0-0.4,0.1-0.5c0,0,0.4-0.5,0.7-0.8c0.2-0.2,0.3-0.5,0.5-0.7 c0.2-0.3,0.3-0.7,0.2-1c-0.1-0.5-1.3-3.2-1.6-3.8c-0.2-0.3-0.4-0.4-0.7-0.5h-0.3c-0.2,0-0.5,0-0.8,0c-0.2,0-0.4,0.1-0.6,0.1 l-0.1,0.1c-0.2,0.1-0.4,0.3-0.6,0.4c-0.2,0.2-0.3,0.4-0.5,0.6c-0.7,0.9-1.1,2-1.1,3.1l0,0c0,0.8,0.2,1.6,0.5,2.3l0.1,0.3 c0.9,1.9,2.1,3.6,3.7,5.1l0.4,0.4c0.3,0.3,0.6,0.5,0.8,0.8c2.1,1.8,4.5,3.1,7.2,3.8c0.3,0.1,0.7,0.1,1,0.2l0,0c0.3,0,0.7,0,1,0 c0.5,0,1.1-0.2,1.5-0.4c0.3-0.2,0.5-0.2,0.7-0.4l0.2-0.2c0.2-0.2,0.4-0.3,0.6-0.5c0.2-0.2,0.4-0.4,0.5-0.6c0.2-0.4,0.3-0.9,0.4-1.4 c0-0.2,0-0.5,0-0.7C28.6,23.7,28.5,23.6,28.3,23.5z"></path> </svg> <span>WhatsApp us</span> </a> <script src="js/marquee.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <script src="js/offcanvas.js"></script> <script> $( "#brgMenu .container-fluid button" ).click(function() { $( this ).toggleClass( "current" ); }); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-5395917-10"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-5395917-10'); </script> </body> <!-- Mirrored from www.suntecdigital.com/epublishing-solutions-for-technology-firms.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Aug 2023 08:51:55 GMT --> </html>
fineweb
{ "fineweb_metadata": { "text": "Relevant and accurate content available in electronic formats facilitates management of online information and multi-channel delivery of documents – helping IT companies outwit their competitors. SunTec Digital supports ePublishing solutions for technology firms by making the transition from outdated, old-fashioned ink and paper manuals to easily accessible digital documentation that consequently helps clients in opening up potentially untapped markets and revenue channels.\nWiden the reach of your content by going digital. Reach out to newer audiences globally and onboard clients from across the industry with easy-to-understand, well-formatted technical documents that are free from errors. Attach them in emails or send them across social media, pitching for new businesses was never this easier!\nSunTec Digital’s ePublishing solutions help technology firms create content not only for internal training purposes, but for potential clients and general users as well. The content is customized according to the firm’s needs and all the communication required is taken care of - whether in the form of journals, papers, eBooks, or applications.\nWith the right content conversion strategy from SunTec Digital, you can seamlessly move to a digital-first workflow, free your content from legacy limitations, and create online training materials and documentation that helps in reaching out to the target market across a range of smartphones and tablets.\nWe begin by analyzing your source files and business goals. Is it a hardcopy file that needs to be scanned and digitized? Does it include complex text, mathematical equations, tables, graphs, and charts? Is content saved as SGM, but needs to be converted and delivered in S1000D?\nOur conversion specialists employ proven processes to convert data from a source format like printed file, PDF, or any other into the preferred format. We can convert complex elements, tables, images, cross-references, equations, and special characters with complete accuracy.\nWe offer ePublishing solutions for technology firms that address the exacting needs of technology service providers and manufacturers, dealing in:\nWe work with technology firms to digitize paper-based documents and create digital assets with defined standards like XML, to keep content separate from formatting and storage. Our conversion specialists produce modular, structured content that serves the purpose of technical documentation, mobile learning, and knowledge bases.\nWe can help you analyze, structure, and digitize documents, making them future-ready. To find out more about our ePublishing solutions for technology firms, kindly mail us at email@example.com.", "id": "<urn:uuid:0ee80c15-0c18-44ef-9c7a-9b8ee4bdaf1a>", "dump": "CC-MAIN-2024-10", "url": "https://ainoldigital.com/epublishing-solutions-for-technology-firms.html", "date": "2024-02-25T09:35:52", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8975759148597717, "token_count": 511 } }
<urn:uuid:8eaf299c-d513-4da0-90a1-396b2df68758>
<!doctype html> <html class="no-js" lang="en-US"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta class="foundation-mq"> <link rel="pingback" href="https://akidsplacetb.org/xmlrpc.php"> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <title>Help Make the Holidays Brighter for Our Children - A Kid&#039;s Place of Tampa Bay</title> <link rel="canonical" href="https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Help Make the Holidays Brighter for Our Children - A Kid&#039;s Place of Tampa Bay" /> <meta property="og:description" content="For abused and neglected children living in foster care, birthdays and holidays can be an especially difficult time. A Kid&#8217;s Place provides gifts and food for the holidays as well... Read more &raquo;" /> <meta property="og:url" content="https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/" /> <meta property="og:site_name" content="A Kid&#039;s Place of Tampa Bay" /> <meta property="article:publisher" content="https://www.facebook.com/AKidsPlaceTB/" /> <meta property="article:published_time" content="2022-11-21T20:52:52+00:00" /> <meta property="article:modified_time" content="2022-12-06T20:30:15+00:00" /> <meta property="og:image" content="https://akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png" /> <meta property="og:image:width" content="1640" /> <meta property="og:image:height" content="924" /> <meta property="og:image:type" content="image/png" /> <meta name="author" content="smellen" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="smellen" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#article","isPartOf":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/"},"author":{"name":"smellen","@id":"https://akidsplacetb.org/#/schema/person/e239068f28b43db2f63f2c9eb4e9359d"},"headline":"Help Make the Holidays Brighter for Our Children","datePublished":"2022-11-21T20:52:52+00:00","dateModified":"2022-12-06T20:30:15+00:00","mainEntityOfPage":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/"},"wordCount":208,"commentCount":0,"publisher":{"@id":"https://akidsplacetb.org/#organization"},"image":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#primaryimage"},"thumbnailUrl":"https://akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#respond"]}]},{"@type":"WebPage","@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/","url":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/","name":"Help Make the Holidays Brighter for Our Children - A Kid&#039;s Place of Tampa Bay","isPartOf":{"@id":"https://akidsplacetb.org/#website"},"primaryImageOfPage":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#primaryimage"},"image":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#primaryimage"},"thumbnailUrl":"https://akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png","datePublished":"2022-11-21T20:52:52+00:00","dateModified":"2022-12-06T20:30:15+00:00","breadcrumb":{"@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#primaryimage","url":"https://akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png","contentUrl":"https://akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png","width":1640,"height":924},{"@type":"BreadcrumbList","@id":"https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://akidsplacetb.org/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://akidsplacetb.org/blog/"},{"@type":"ListItem","position":3,"name":"Help Make the Holidays Brighter for Our Children"}]},{"@type":"WebSite","@id":"https://akidsplacetb.org/#website","url":"https://akidsplacetb.org/","name":"A Kid&#039;s Place of Tampa Bay","description":"A Safe Home for Foster Children","publisher":{"@id":"https://akidsplacetb.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://akidsplacetb.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://akidsplacetb.org/#organization","name":"A Kid&#039;s Place of Tampa Bay","url":"https://akidsplacetb.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://akidsplacetb.org/#/schema/logo/image/","url":"https://akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-wagon-logo.png","contentUrl":"https://akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-wagon-logo.png","width":896,"height":531,"caption":"A Kid&#039;s Place of Tampa Bay"},"image":{"@id":"https://akidsplacetb.org/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/AKidsPlaceTB/"]},{"@type":"Person","@id":"https://akidsplacetb.org/#/schema/person/e239068f28b43db2f63f2c9eb4e9359d","name":"smellen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://akidsplacetb.org/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/ffe6fd53c2158e7f5194ca896731a9bb?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/ffe6fd53c2158e7f5194ca896731a9bb?s=96&d=mm&r=g","caption":"smellen"}}]}</script> <link rel="alternate" type="application/rss+xml" title="A Kid&#039;s Place of Tampa Bay &raquo; Feed" href="https://akidsplacetb.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="A Kid&#039;s Place of Tampa Bay &raquo; Comments Feed" href="https://akidsplacetb.org/comments/feed/" /> <link rel="alternate" type="text/calendar" title="A Kid&#039;s Place of Tampa Bay &raquo; iCal Feed" href="https://akidsplacetb.org/events/?ical=1" /> <link rel="alternate" type="application/rss+xml" title="A Kid&#039;s Place of Tampa Bay &raquo; Help Make the Holidays Brighter for Our Children Comments Feed" href="https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/akidsplacetb.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id="wp-emoji-styles-inline-css" type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="wp-block-library-css" href="https://akidsplacetb.org/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3" type="text/css" media="all" /> <style id="classic-theme-styles-inline-css" type="text/css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id="global-styles-inline-css" type="text/css"> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel="stylesheet" id="redux-extendify-styles-css" href="https://akidsplacetb.org/wp-content/plugins/redux-framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.13" type="text/css" media="all" /> <link rel="stylesheet" id="contact-form-7-css" href="https://akidsplacetb.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7" type="text/css" media="all" /> <link rel="stylesheet" id="social-icons-general-css" href="//akidsplacetb.org/wp-content/plugins/social-icons/assets/css/social-icons.css?ver=1.7.4" type="text/css" media="all" /> <!--[if lt IE 9]> <link rel='stylesheet' id='vc_lte_ie9-css' href='https://akidsplacetb.org/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css?ver=6.0.5' type='text/css' media='screen' /> <![endif]--> <link rel="stylesheet" id="site-css-css" href="https://akidsplacetb.org/wp-content/themes/a-kids-place/assets/styles/style.css?ver=1644937947" type="text/css" media="all" /> <script type="text/javascript" src="https://akidsplacetb.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://akidsplacetb.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://akidsplacetb.org/wp-json/" /><link rel="alternate" type="application/json" href="https://akidsplacetb.org/wp-json/wp/v2/posts/6188" /><link rel="shortlink" href="https://akidsplacetb.org/?p=6188" /> <link rel="alternate" type="application/json+oembed" href="https://akidsplacetb.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fakidsplacetb.org%2Fhelp-make-the-holidays-brighter-for-our-children%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://akidsplacetb.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fakidsplacetb.org%2Fhelp-make-the-holidays-brighter-for-our-children%2F&#038;format=xml" /> <meta name="generator" content="Redux 4.4.13" /><link rel="dns-prefetch" href="https://cdn.statically.io/"> <link rel="preconnect" href="https://cdn.statically.io/" crossorigin> <meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://akidsplacetb.org"><link rel="alternate" href="https://akidsplacetb.org/wp-json/tribe/events/v1/" /> <script> document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' ); </script> <style> .no-js img.lazyload { display: none; } figure.wp-block-image img.lazyloading { min-width: 150px; } .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; transition: opacity 400ms; transition-delay: 0ms; } </style> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress." /> <link rel="icon" href="https://akidsplacetb.org/wp-content/uploads/2019/05/favicon.png" sizes="32x32" /> <link rel="icon" href="https://akidsplacetb.org/wp-content/uploads/2019/05/favicon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://akidsplacetb.org/wp-content/uploads/2019/05/favicon.png" /> <meta name="msapplication-TileImage" content="https://akidsplacetb.org/wp-content/uploads/2019/05/favicon.png" /> <style type="text/css" id="wp-custom-css"> form[id*="vcrm"] .v_fw { margin: auto !important; } .fb-embed-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .stay-connected-facebook-wrapper .grid-x { text-align: center; } /* Events Single */ .single-post .entry-content h1, .tribe-events-content h1 { font-size: 38px!important; } .single-post .entry-content h2, .tribe-events-content h2 { font-size: 24px!important; } .single-post .entry-content h3, .tribe-events-content h3 { font-size: 20px!important; } img.alignright { float: right; margin: 0 0 1em 1em; } img.alignleft { float: left; margin: 0 1em 1em 0; } img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignright { float: right; } .alignleft { float: left; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } @media (max-width: 767px) { img.alignright, img.alignleft, img.aligncenter, .alignright, .alignleft, .aligncenter { float: none; clear: both; display: block; margin: auto; } } .home .slick-track { height: 80vh; } .home .slick-slide { height: 80vh !important; } .home .slick-slide .wpb_row{ height: 80vh; } .image-bottom .wpb_single_image{ position: absolute; bottom: 0; } @media(max-width: 764px){ .image-bottom .wpb_single_image{ position: unset; } } .center-slide-column{ display: flex !important; justify-content: center !important; align-items: center !important; } .akp-home-slider img{ width: auto; max-height: 80vh; } } </style> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-53879154-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-53879154-1'); </script> </head> <body class="post-template-default single single-post postid-6188 single-format-standard wp-custom-logo tribe-no-js wpb-js-composer js-comp-ver-6.0.5 vc_responsive"> <div class="off-canvas-wrapper"> <div class="off-canvas content-off-canvas position-left" id="off-canvas" data-off-canvas> <div class="flex-container flex-dir-column grid-padding-x grid-padding-y" style="height: 100%"> <div class="cell"> <ul id="offcanvas-nav" class="vertical menu accordion-menu" data-accordion-menu><li id="menu-item-133" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-133"><a href="#">About</a> <ul class="vertical menu"> <li id="menu-item-823" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-823"><a href="https://akidsplacetb.org/who-we-are/">Who We Are</a></li> <li id="menu-item-1290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1290"><a href="https://akidsplacetb.org/our-financials/">Financials</a></li> <li id="menu-item-822" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-822"><a href="https://akidsplacetb.org/our-founder/">Our Founder</a></li> <li id="menu-item-836" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-836"><a href="https://akidsplacetb.org/board-of-directors/">Board of Directors</a></li> <li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://akidsplacetb.org/our-team/">Our Team</a></li> <li id="menu-item-1723" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1723"><a href="https://akidsplacetb.org/testimonials/">Testimonials</a></li> </ul> </li> <li id="menu-item-1195" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1195"><a href="#">Our Programs</a> <ul class="vertical menu"> <li id="menu-item-1106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1106"><a href="https://akidsplacetb.org/our-programs/">Our Services</a></li> <li id="menu-item-833" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-833"><a href="https://akidsplacetb.org/our-programs/residential-care/">Residential Care</a></li> <li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://akidsplacetb.org/our-programs/house-parent-model/">House Parent Model</a></li> <li id="menu-item-831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-831"><a href="https://akidsplacetb.org/our-programs/education-program/">Education Program</a></li> <li id="menu-item-830" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-830"><a href="https://akidsplacetb.org/our-programs/independent-living/">Independent Living</a></li> </ul> </li> <li id="menu-item-1107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1107"><a href="https://akidsplacetb.org/our-campus/">Our Campus</a></li> <li id="menu-item-4556" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4556"><a href="https://akidsplacetb.org/akp-thrift/">AKP Thrift</a></li> <li id="menu-item-1159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1159"><a href="https://akidsplacetb.org/ways-to-help/">Ways to Help</a> <ul class="vertical menu"> <li id="menu-item-1518" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1518"><a href="https://akidsplacetb.org/ways-to-help/">Get Involved</a></li> <li id="menu-item-5096" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5096"><a href="https://www.classy.org/give/354584/#!/donation/checkout">Donate</a></li> <li id="menu-item-1676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1676"><a href="https://akidsplacetb.org/ways-to-help/guardian-society/">Guardian Society</a></li> <li id="menu-item-5351" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5351"><a href="https://give.akidsplacetb.org/campaign/safe-h-o-m-e-circle/c356071">Safe H.O.M.E. Circle</a></li> <li id="menu-item-827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-827"><a href="https://akidsplacetb.org/ways-to-help/fundraise/">Fundraise</a></li> <li id="menu-item-1239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1239"><a href="https://akidsplacetb.org/ways-to-help/host-a-drive/">Host A Drive</a></li> <li id="menu-item-1168" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1168"><a href="https://akpthrift.org/">Shop</a></li> <li id="menu-item-5353" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5353"><a href="https://akidsplacetb.org/ways-to-help/donate/">Other Ways to Give</a></li> <li id="menu-item-826" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-826"><a href="https://akidsplacetb.org/ways-to-help/volunteer/">Volunteer</a></li> </ul> </li> <li id="menu-item-838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://akidsplacetb.org/media-gallery/">Photos &#038; Videos</a></li> <li id="menu-item-834" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-834"><a href="https://akidsplacetb.org/our-supporters/">Our Supporters</a> <ul class="vertical menu"> <li id="menu-item-863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-863"><a href="https://akidsplacetb.org/our-supporters/">Our Supporters</a></li> <li id="menu-item-862" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-862"><a href="https://akidsplacetb.org/our-partners/">Our Partners</a></li> </ul> </li> <li id="menu-item-837" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-837"><a href="https://akidsplacetb.org/blog/">News &#038; Stories</a></li> <li id="menu-item-1198" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1198"><a href="https://akidsplacetb.org/events/">Events</a></li> <li id="menu-item-835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-835"><a href="https://akidsplacetb.org/contact-us/">Contact Us</a> <ul class="vertical menu"> <li id="menu-item-1519" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1519"><a href="https://akidsplacetb.org/contact-us/">Contact Us</a></li> <li id="menu-item-1517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1517"><a href="https://akidsplacetb.org/employment/">Employment</a></li> </ul> </li> </ul> </div> <div class="cell" style="margin-top: auto;"> <div id="media_image-3" class="widget widget_media_image"><a href="https://akidsplacetb.org/"><img width="1" height="1" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="image wp-image-72 attachment-medium size-medium" alt style="max-width: 100%; height: auto;" decoding="async" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white.svg?quality=90&f=auto" /></a></div> <a href="https://give.akidsplacetb.org/give/354584/#!/donation/checkout" class="button expanded apk-donate-2" style="margin-bottom: 0;"><i class="fas fa-heart fa-lg"></i> DONATE</a> </div> </div> </div> <div class="off-canvas donate-off-canvas position-right" id="off-canvas-donate" data-off-canvas data-transition="overlap"> <div class="grid-x grid-padding-x grid-margin-x grid-padding-y align-bottom"> <div id="text-5" class="widget widget_text small-12 medium-12 large-6 cell"> <div class="textwidget"><h1 class="text-size-medium text-color-red" style="line-height: 1;"> <span class="font-family-nippon">DONATE</span> <span class="font-family-riffic">TODAY</span></h1> <p>Thank you for considering a donation to A Kid’s Place of Tampa Bay. Through the generous support of our donors, we are able to provide a safe, loving, and nurturing home to foster children from all over the greater Tampa Bay area. </p> <p>Thank you for believing in our mission and being a beacon of light for our children. Together we are making a difference in the lives of our community’s most vulnerable children!</p> </div> </div><div id="media_image-4" class="widget widget_media_image small-12 medium-12 large-6 cell"><img width="396" height="344" alt style="max-width: 100%; height: auto;" decoding="async" fetchpriority="high" data-srcset="https://akidsplacetb.org/wp-content/uploads/2019/07/Group-397.png 396w, https://akidsplacetb.org/wp-content/uploads/2019/07/Group-397-300x261.png 300w" data-src="https://akidsplacetb.org/wp-content/uploads/2019/07/Group-397.png" data-sizes="(max-width: 396px) 100vw, 396px" class="image wp-image-1257 attachment-full size-full lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="396" height="344" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="image wp-image-1257 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" fetchpriority="high" sizes="(max-width: 396px) 100vw, 396px" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/07/Group-397.png?quality=90&f=auto" data-srcset="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/07/Group-397.png?quality=90&f=auto 396w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/07/Group-397-300x261.png?quality=90&f=auto 300w, " /></noscript></div> </div> <div class="grid-x" id="donate-form"> <div class="cell"> <p> <strong><em>NOTE: To ensure the form is working properly, please use the latest versions of Chrome, Edge, Firefox and Safari.</em></strong> </p> <script src="https://cdn.virtuoussoftware.com/virtuous.embed.min.js" data-vform="99BA79AC-F797-435A-ABDF-02654B9257A9" data-orgid="1013" data-isgiving="true" data-dependencies="[0]"> </script> </div> </div> <button class="close-button" aria-label="Close menu" type="button" data-close> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt aria-hidden="true" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/themes/a-kids-place/assets/images/close-button.svg?quality=90&f=auto"> </button> </div> <div class="off-canvas-content" data-off-canvas-content> <header class="header header-position-default" role="banner" data-sticky-container> <style> .text-center { text-align: center; } *, *:before, *:after { -webkit-border-sizing: border-box; -moz-border-sizing: border-box; border-sizing: border-box; } .container { width: 350px; margin: 0 auto -75px; } .container > ul { list-style: none; padding: 0; margin: 0px 20px 0 0; position: absolute; } .dropdown a { text-decoration: none; } .dropdown [data-toggle="dropdown"] { position: relative; display: block; color: white; background: linear-gradient( 180deg,#5bd695 0,#9bbf56); font-family: "Riffic"; font-size: 48px; position: relative; padding: 5px 20px 5px 100px; border-radius: 10px; z-index: 1 } .dropdown [data-toggle="dropdown"]:hover { background: linear-gradient( 180deg,#9bbf56, #5bd695 0); } .dropdown .dropdown-menu { max-height: 0; overflow: hidden; list-style: none; padding: 50px 39px 20px; margin: -40px -30px 40px; border-radius: 20px; border-top-left-radius: 84px; border:10px solid white; background: linear-gradient( 180deg,#D51557 0,#F47022); z-index: -1; max-height: 0; -moz-transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); } .dropdown .dropdown-menu li { padding: 0; } .dropdown .dropdown-menu li a { display: block; color: white; background:none; padding: 5px 10px; font-family: "Oswald",sans-serif; font-size: 32px; text-transform: uppercase; font-weight: 600; } .dropdown .dropdown-menu li a:hover { text-decoration: underline } .dropdown .show, .dropdown .hide { -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .dropdown .show { display: block; max-height: 9999px; -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); animation: showAnimation 0.5s ease-in-out; -moz-animation: showAnimation 0.5s ease-in-out; -webkit-animation: showAnimation 0.5s ease-in-out; -moz-transition: max-height 1s ease-in-out; -o-transition: max-height 1s ease-in-out; -webkit-transition: max-height 1s ease-in-out; transition: max-height 1s ease-in-out; z-index: -1 } .dropdown .hide { max-height: 0; -moz-transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); animation: hideAnimation 0.4s ease-out; -moz-animation: hideAnimation 0.4s ease-out; -webkit-animation: hideAnimation 0.4s ease-out; -moz-transition: max-height 0.6s ease-out; -o-transition: max-height 0.6s ease-out; -webkit-transition: max-height 0.6s ease-out; transition: max-height 0.6s ease-out; } @keyframes showAnimation { 0% { -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -webkit-transform: scaleY(0.1); transform: scaleY(0.1); } 40% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 100% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } } @-moz-keyframes showAnimation { 0% { -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -webkit-transform: scaleY(0.1); transform: scaleY(0.1); } 40% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 100% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } } @-webkit-keyframes showAnimation { 0% { -moz-transform: scaleY(0.1); -ms-transform: scaleY(0.1); -webkit-transform: scaleY(0.1); transform: scaleY(0.1); } 40% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.04); -ms-transform: scaleY(1.04); -webkit-transform: scaleY(1.04); transform: scaleY(1.04); } 100% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes hideAnimation { 0% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); } } @-moz-keyframes hideAnimation { 0% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); } } @-webkit-keyframes hideAnimation { 0% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1); } 60% { -moz-transform: scaleY(0.98); -ms-transform: scaleY(0.98); -webkit-transform: scaleY(0.98); transform: scaleY(0.98); } 80% { -moz-transform: scaleY(1.02); -ms-transform: scaleY(1.02); -webkit-transform: scaleY(1.02); transform: scaleY(1.02); } 100% { -moz-transform: scaleY(0); -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); } } @media screen and (max-width: 63.99875em){ .hide-for-mobile { display: none !important; } } </style> <div class="grid-x grid-padding-x grid-padding-y" id="top-bar-menu" data-sticky data-options="marginTop:0;" style="width:100%" data-sticky-on="small"> <div class="shrink cell menu-toggle-wrapper"> <ul class="menu align-center-middle"> <li><button class="menu-toggle" type="button" data-toggle="off-canvas"><i class="fas fa-bars fa-3x"></i></button></li> </ul> </div> <div class="auto cell align-self-middle show-for-large"> <a href="https://akidsplacetb.org/" class="custom-logo-link" rel="home"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="custom-logo" alt="A Kid&#039;s Place of Tampa Bay" decoding="async" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo.svg?quality=90&f=auto" /></a> </div> <div class="auto medium-shrink cell align-self-middle hide-for-large"> <a href="https://akidsplacetb.org" class="sticky-nav-logo"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="mobile-logo" alt decoding="async" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/07/a-kids-place-logo.svg?quality=90&f=auto" /> </a> </div> <div class="shrink cell align-self-middle phone-number-wrapper"> <ul class="menu"> <li><a href="tel:8133813839" class="text-color-white h4 text-center font-family-montserrat"><i class="fas fa-mobile"></i><br class="hide-for-medium"> <b>(813) 381-3839</b></a></li> </ul> </div> <div class="small-12 medium-auto large-shrink cell donate-button-wrapper hide-for-mobile"> <div class="container"> <ul> <li class="dropdown"> <a href="#" class="drop-btn" data-toggle="dropdown"><i class="fas fa-heart fa-2x" style=" margin: -10px; position: absolute; left: 0;"></i> DONATE</a> <ul class="dropdown-menu"> <li><a href="https://give.akidsplacetb.org/give/507634/#!/donation/checkout">Give Now</a></li> <li><a href="https://give.akidsplacetb.org/campaign/safe-h-o-m-e-circle/c507633">Give Monthly</a></li> <li><a href="https://give.akidsplacetb.org/campaign/a-kids-place/c507632">Fundraise for AKP</a></li> <li><a href="https://akidsplacetb.org/ways-to-help/donate/">Other Ways to Give</a></li> </ul> </li> </ul> </div> </div> </div> <script> var $ = jQuery; var dropdown = $('.dropdown'); var button = $('.drop-btn'); var menu = $('.dropdown-menu'); var arrow = $('.icon-arrow'); $(button).on({ mouseenter: function(e) { console.log('in'); if (!menu.hasClass('show')) { menu.addClass('show'); menu.removeClass('hide'); e.preventDefault(); } } }, button); $(dropdown).on({ mouseleave: function(e) { console.log('in'); menu.addClass('hide'); menu.removeClass('show'); e.preventDefault(); } }, dropdown); Element.prototype.hasClass = function(className) { return this.className && new RegExp("(^|\\s)" + className + "(\\s|$)").test(this.className); };</script> </header> <div class="hero hero-has-image flex-container align-bottom" style="background:none;background-image: url(https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Unwrap-2.png?quality=90);" data-loading="lazy-background"> <div class="inner-hero"> <div class="grid-x"> <div class="cell"> <div class="page-title-widget gradient-red-to-orange-right"> <h1 class="page-title-widget-title text-center text-color-white">Help Make the Holidays Brighter for Our Children</h1> </div> </div> </div> </div> <img aria-hidden="true" alt data-src="https://akidsplacetb.org/wp-content/themes/a-kids-place/assets/images/separators/light-edge-1.png" class="widget-separator separator-absolute separator-position-bottom lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="widget-separator separator-absolute separator-position-bottom" aria-hidden="true" alt="" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/themes/a-kids-place/assets/images/separators/light-edge-1.png?quality=90&f=auto"></noscript> </div> <div class="content grid-container"> <div class="inner-content grid-x grid-margin-x grid-padding-x"> <main class="main small-12 medium-12 large-12 cell" role="main"> <article id="post-6188" class="post-6188 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized" role="article" itemscope itemtype="http://schema.org/BlogPosting"> <section class="entry-content" itemprop="text"> <p><img decoding="async" alt width="298" height="418" data-srcset="https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-214x300.png 214w, https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-732x1024.png 732w, https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-768x1075.png 768w, https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-1097x1536.png 1097w, https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25.png 1429w" data-src="https://akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-214x300.png" data-sizes="(max-width: 298px) 100vw, 298px" class="wp-image-6191 alignright lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img decoding="async" class="wp-image-6191 alignright" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="" width="298" height="418" sizes="(max-width: 298px) 100vw, 298px" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-214x300.png?quality=90&f=auto" data-srcset="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-214x300.png?quality=90&f=auto 214w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-732x1024.png?quality=90&f=auto 732w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-768x1075.png?quality=90&f=auto 768w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25-1097x1536.png?quality=90&f=auto 1097w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2022/11/Untitled-design-25.png?quality=90&f=auto 1429w, " /></noscript></p> <p style="text-align: left;">For abused and neglected children living in foster care, birthdays and holidays can be an especially difficult time. A Kid&#8217;s Place provides gifts and food for the holidays as well as for milestones and special occasions for the children in our care.</p> <p style="text-align: left;">We are collecting toys and gifts to make holiday wishes come true for foster children who will be spending Christmas at A Kid&#8217;s Place as well as foster children from all over the greater Tampa Bay area. Shop from our Amazon wish list or our Most Popular gifts.</p> <p style="text-align: left;"><em><strong>Deadline for dropping gifts is no later than December 13th, 2022. Please bring gifts unwrapped. </strong> </em>Drop off location is 1715 Lithia Pinecrest Rd, Brandon, FL 33511</p> <h3>So Many Ways YOU Can Help This Holiday Season!!!</h3> <ul> <li><a href="https://give.akidsplacetb.org/campaign/a-safe-and-loving-home-for-foster-children/c441989">Click here to Donate Today! </a></li> <li style="text-align: left;"><a href="https://smile.amazon.com/hz/charitylist/ls/3XKDAHACXEFW/ref=smi_cl_ls_lol_ls">Click here for amazon wish list:</a></li> <li><a href="http://bit.ly/akpwish2">Click here for specific wishes:</a></li> <li style="text-align: left;"><a href="https://akidsplacetb.org/wp-content/uploads/2022/11/AKP-Wishlist-Flyers.pdf">Click here for General Gift, Gift Card and House Wishlist </a></li> <li style="text-align: left;"><a href="http://bit.ly/HGDvolunteer">Click here to volunteer</a></li> </ul> <p style="text-align: left;">For more information please call Allazandra Reddick at 813-381-3839 or email at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e786958283838e848ca7868c8e8394978b8684829385c9889580">[email&#160;protected]</a></p> <p style="text-align: left;">Working together, we are able to make warm Christmas memories for children who may never have been able to experience this before.  Thank you for helping our children have a brighter holiday!</p> </section> <footer class="article-footer"> <p class="tags"></p> </footer> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/help-make-the-holidays-brighter-for-our-children/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://akidsplacetb.org/wp-comments-post.php?wpe-comment-post=akidsplace" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="button" value="Post Comment" /> <input type="hidden" name="comment_post_ID" value="6188" id="comment_post_ID" /> <input type="hidden" name="comment_parent" id="comment_parent" value="0" /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="41e0675809" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="50" /><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div> </div> </article> </main> </div> </div> <div class="stay-connected"> <img aria-hidden="true" alt data-src="https://akidsplacetb.org/wp-content/themes/a-kids-place/assets/images/separators/light-edge-4.png" class="widget-separator lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="widget-separator" aria-hidden="true" alt="" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/themes/a-kids-place/assets/images/separators/light-edge-4.png?quality=90&f=auto"></noscript> <div class="stay-connected-header-wrapper"> <div class="grid-container"> <div class="grid-x grid-padding-x"> <div class="cell"> <h1 class="text-color-white text-center"><span class="font-family-riffic">STAY CONNECTED</span> <span class="font-family-nippon text-size-medium">ONLINE</span></h1> </div> </div> </div> </div> <div class="stay-connected-facebook-wrapper"> <div class="grid-container"> <div class="grid-x grid-padding-x align-center"> <div class="cell small-12 medium-8"> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v9.0&appId=759206054951433&autoLogAppEvents=1" nonce="ULUVaz8b"></script> <div class="fb-page" data-href="https://www.facebook.com/AKidsPlaceTB/" data-tabs="timeline" data-width data-height data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"><blockquote cite="https://www.facebook.com/AKidsPlaceTB/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/AKidsPlaceTB/">A Kid&#039;s Place of Tampa Bay, Inc.</a></blockquote></div> </div> </div> </div> </div> </div> <footer class="footer" role="contentinfo"> <div class="inner-footer"> <div class="upper-footer has-facebook"> <div class="grid-x grid-padding-x align-bottom text-center"> <div class="small-12 medium-6 large-auto cell small-order-3 medium-order-1"> <div id="media_image-2" class="widget widget_media_image"><img width="571" height="339" alt style="max-width: 100%; height: auto;" decoding="async" data-srcset="https://akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white.png 571w, https://akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white-300x178.png 300w" data-src="https://akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white.png" data-sizes="(max-width: 571px) 100vw, 571px" class="image wp-image-74 attachment-full size-full lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="571" height="339" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="image wp-image-74 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" sizes="(max-width: 571px) 100vw, 571px" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white.png?quality=90&f=auto" data-srcset="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white.png?quality=90&f=auto 571w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2019/05/a-kids-place-logo-white-300x178.png?quality=90&f=auto 300w, " /></noscript></div> </div> <div class="small-12 medium-6 large-auto cell show-for-large small-order-2"> <div id="text-3" class="widget widget_text"> <div class="textwidget"><h1 class="text-center"><span class="font-family-riffic">Join Our</span> <span class="font-family-nippon text-size-medium">Newsletter</span></h1> </div> </div><div id="text-6" class="widget widget_text"> <div class="textwidget"><p><script src="https://cdn.virtuoussoftware.com/virtuous.embed.min.js" data-vform="6FACA78F-7282-4A0A-AB33-40CD17D6302F" data-orgid="1013" data-isgiving="false" data-dependencies="[]"> </script></p> </div> </div> </div> <div class="small-12 medium-6 large-auto cell small-order- medium-order-3"> <div id="media_image-5" class="widget widget_media_image"><img width="392" height="205" alt style="max-width: 100%; height: auto;" decoding="async" data-srcset="https://akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png 300w, https://akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png 392w" data-src="https://akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png" data-sizes="(max-width: 392px) 100vw, 392px" class="image wp-image-4221 attachment-full size-full lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="392" height="205" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="image wp-image-4221 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" sizes="(max-width: 392px) 100vw, 392px" data-loading="lazy" data-src="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png?quality=90&f=auto" data-srcset="https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png?quality=90&f=auto 300w, https://cdn.statically.io/img/akidsplacetb.org/wp-content/uploads/2021/02/Layer-1.png?quality=90&f=auto 392w, " /></noscript></div> </div> </div> </div> <div class="lower-footer"> <div class="grid-x grid-margin-x grid-padding-x align-middle"> <div class="small-12 medium-12 large-auto cell"> <p class="copyright text-center large-text-left">&copy; 2024 A Kid&#039;s Place of Tampa Bay.</p> </div> <div class="small-12 medium-12 large-auto cell"> <nav role="navigation"> <ul id="footer-links" class="menu align-center"><li id="menu-item-68" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68"><a href="https://akidsplacetb.org/employment/">Employment</a></li> <li id="menu-item-69" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-69"><a rel="privacy-policy" href="https://akidsplacetb.org/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-71" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-71"><a href="https://akidsplacetb.org/sitemap_index.xml">Sitemap</a></li> </ul> </nav> </div> <div class="small-12 medium-12 large-auto cell"> <p class="source-org text-center large-text-right">An <a href="https://enoxmedia.com">eNox Media</a> Website</p> </div> </div> </div> </div> </footer> </div> </div> <script> (function (config) { var s = document.createElement('script'); s.src = 'https://cdn.virtuoussoftware.com/tracker/virtuous.tracker.shim.min.js'; s.type = 'text/javascript'; s.onload = function () { virtuousTrackerShim.init(config); }; document.getElementsByTagName('script')[0].parentNode.appendChild(s); }({ organizationId: '6e2591ee-e230-43f6-b39f-e98d415f5cda' })); </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script><link rel="stylesheet" id="redux-custom-fonts-css" href="//akidsplacetb.org/wp-content/uploads/redux/custom-fonts/fonts.css?ver=1708848353" type="text/css" media="all" /> <script type="text/javascript" src="https://akidsplacetb.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/akidsplacetb.org\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://akidsplacetb.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://akidsplacetb.org/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.15.5" id="smush-lazy-load-js"></script> <script type="text/javascript" src="https://akidsplacetb.org/wp-content/themes/a-kids-place/assets/scripts/scripts.js?ver=1644937902" id="site-js-js"></script> <script type="text/javascript" src="https://akidsplacetb.org/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script defer type="text/javascript" src="https://akidsplacetb.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705556772" id="akismet-frontend-js"></script> <script type="text/javascript" id="flying-images">"use strict";window.FIConfig={lazyMethod:"nativejavascript",lazyMargin:200};var flyingImages=function(){var a=document.querySelectorAll("[data-loading=\"lazy\"]");if(window.FIConfig.lazyMethod.includes("native")&&"loading"in HTMLImageElement.prototype)a.forEach(function(a){a.removeAttribute("data-loading"),a.setAttribute("loading","lazy"),a.dataset.srcset&&(a.srcset=a.dataset.srcset),a.src=a.dataset.src});else if(window.IntersectionObserver){var b=new IntersectionObserver(function(a){a.forEach(function(a){a.isIntersecting&&(b.unobserve(a.target),a.target.dataset.srcset&&(a.target.srcset=a.target.dataset.srcset),a.target.src=a.target.dataset.src,a.target.classList.add("lazyloaded"),a.target.removeAttribute("data-loading"))})},{rootMargin:window.FIConfig.lazyMargin+"px"});a.forEach(function(a){b.observe(a)})}else for(var c=0;c<a.length;c++)a[c].dataset.srcset&&(a[c].srcset=a[c].dataset.srcset),a[c].src=a[c].dataset.src};flyingImages();function throttle(a,b){var c=!1;return function(){c||(a.apply(null,arguments),c=!0,setTimeout(function(){c=!1},b))}}var dynamicContentObserver=new MutationObserver(throttle(flyingImages,125));dynamicContentObserver.observe(document.body,{attributes:!0,childList:!0,subtree:!0}),function(){var a=document.querySelectorAll("[data-loading=\"lazy-background\"]");if(window.IntersectionObserver){var d=new IntersectionObserver(function(a){a.forEach(function(a){if(a.isIntersecting){d.unobserve(a.target);var b=a.target.getAttribute("style"),c=b.replace("background:none;","");a.target.setAttribute("style",c),a.target.removeAttribute("data-loading")}})},{rootMargin:window.FIConfig.lazyMargin+"px"});a.forEach(function(a){d.observe(a)})}else for(var e=0;e<a.length;e++){var b=a[e].target.getAttribute("style"),c=b.replace("background:none;","");a[e].target.setAttribute("style",c),a[e].target.removeAttribute("data-loading")}}();</script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "For abused and neglected children living in foster care, birthdays and holidays can be an especially difficult time. A Kid’s Place provides gifts and food for the holidays as well as for milestones and special occasions for the children in our care.\nWe are collecting toys and gifts to make holiday wishes come true for foster children who will be spending Christmas at A Kid’s Place as well as foster children from all over the greater Tampa Bay area. Shop from our Amazon wish list or our Most Popular gifts.\nDeadline for dropping gifts is no later than December 13th, 2022. Please bring gifts unwrapped. Drop off location is 1715 Lithia Pinecrest Rd, Brandon, FL 33511\nSo Many Ways YOU Can Help This Holiday Season!!!\n- Click here to Donate Today!\n- Click here for amazon wish list:\n- Click here for specific wishes:\n- Click here for General Gift, Gift Card and House Wishlist\n- Click here to volunteer\nFor more information please call Allazandra Reddick at 813-381-3839 or email at [email protected]\nWorking together, we are able to make warm Christmas memories for children who may never have been able to experience this before. Thank you for helping our children have a brighter holiday!", "id": "<urn:uuid:8eaf299c-d513-4da0-90a1-396b2df68758>", "dump": "CC-MAIN-2024-10", "url": "https://akidsplacetb.org/help-make-the-holidays-brighter-for-our-children/", "date": "2024-02-25T08:05:53", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9167336225509644, "token_count": 264 } }
<urn:uuid:2aecb045-27f0-487d-b548-bb78e8424f29>
<!DOCTYPE html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Down To Business &#8211; AKMA’s Random Thoughts</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="AKMA’s Random Thoughts &raquo; Feed" href="https://akma.disseminary.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="AKMA’s Random Thoughts &raquo; Comments Feed" href="https://akma.disseminary.org/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="AKMA’s Random Thoughts &raquo; Down To Business Comments Feed" href="https://akma.disseminary.org/2006/05/down-to-business/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/akma.disseminary.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.2.4"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://akma.disseminary.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.4' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='mediaelement-css' href='https://akma.disseminary.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://akma.disseminary.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.2.4' media='all' /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://akma.disseminary.org/wp-includes/css/classic-themes.min.css?ver=6.2.4' media='all' /> <style id='global-styles-inline-css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 18px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 20px;--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);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='googlefonts-css' href='https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic|Yanone+Kaffeesatz:300,400,700|Yanone+Kaffeesatz:700&subset=greek-ext,latin,greek' media='all' /> <link rel='stylesheet' id='wp-lightbox-2.min.css-css' href='https://akma.disseminary.org/wp-content/plugins/wp-lightbox-2/styles/lightbox.min.css?ver=1.3.4' media='all' /> <link rel='stylesheet' id='blogghiamo-style-css' href='https://akma.disseminary.org/wp-content/themes/blogghiamo/style.css?ver=1.9.8' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://akma.disseminary.org/wp-content/themes/blogghiamo/css/font-awesome.min.css?ver=4.7.0' media='all' /> <link rel='stylesheet' id='blogghiamo-googlefonts-css' href='//fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&#038;display=swap' media='all' /> <link rel='stylesheet' id='social-logos-css' href='https://akma.disseminary.org/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=12.8.1' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://akma.disseminary.org/wp-content/plugins/jetpack/css/jetpack.css?ver=12.8.1' media='all' /> <script src='https://akma.disseminary.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script> <script src='https://akma.disseminary.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://akma.disseminary.org/wp-json/" /><link rel="alternate" type="application/json" href="https://akma.disseminary.org/wp-json/wp/v2/posts/788" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://akma.disseminary.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://akma.disseminary.org/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.2.4" /> <link rel="canonical" href="https://akma.disseminary.org/2006/05/down-to-business/" /> <link rel='shortlink' href='https://wp.me/p1FT3K-cI' /> <link rel="alternate" type="application/json+oembed" href="https://akma.disseminary.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fakma.disseminary.org%2F2006%2F05%2Fdown-to-business%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://akma.disseminary.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fakma.disseminary.org%2F2006%2F05%2Fdown-to-business%2F&#038;format=xml" /> <style type='text/css' media='screen'> body{ font-family:"Alegreya", arial, sans-serif;} h1{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h2{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h3{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h4{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h5{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h6{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} h2{ font-family:"Yanone Kaffeesatz", arial, sans-serif;} </style> <!-- fonts delivered by Wordpress Google Fonts, a plugin by Adrian3.com --> <style>img#wpstats{display:none}</style> <link rel="friends-base-url" href="https://akma.disseminary.org/wp-json/friends/v1" /> <style id="blogghiamo-custom-css"> </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Down To Business" /> <meta property="og:url" content="https://akma.disseminary.org/2006/05/down-to-business/" /> <meta property="og:description" content="OK, today I buckle down and make some headway on the preface. I plan on beginning by situating the essays in the context of my work and the field of biblical studies: throughout the twentieth centu…" /> <meta property="article:published_time" content="2006-05-10T14:20:14+00:00" /> <meta property="article:modified_time" content="2006-05-10T14:20:14+00:00" /> <meta property="og:site_name" content="AKMA’s Random Thoughts" /> <meta property="og:image" content="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel.jpg" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="512" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_GB" /> <meta name="twitter:site" content="@AKMA" /> <meta name="twitter:text:title" content="Down To Business" /> <meta name="twitter:image" content="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel-270x270.jpg" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> <link rel="icon" href="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://akma.disseminary.org/wp-content/uploads/2014/03/cropped-Wheel-270x270.jpg" /> </head> <body class="post-template-default single single-post postid-788 single-format-standard wp-custom-logo wp-embed-responsive group-blog"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header"> <div class="theTop"> <div class="site-branding"> <p class="site-title"><a href="https://akma.disseminary.org/" rel="home">AKMA’s Random Thoughts</a></p> <p class="site-description">Ruminations about hermeneutics, theology, theory, politics, ecclesiastical life… and exercise.</p> </div> <div class="socialLine"> <a href="#" title="Facebook"><i class="fa fa-facebook spaceRightDouble"><span class="screen-reader-text">Facebook</span></i></a> <a href="#" title="Twitter"><i class="fa fa-twitter spaceRightDouble"><span class="screen-reader-text">Twitter</span></i></a> <a href="#" title="Google Plus"><i class="fa fa-google-plus spaceRightDouble"><span class="screen-reader-text">Google Plus</span></i></a> <a href="#" title="Linkedin"><i class="fa fa-linkedin spaceRightDouble"><span class="screen-reader-text">Linkedin</span></i></a> <a href="#" title="Instagram"><i class="fa fa-instagram spaceRightDouble"><span class="screen-reader-text">Instagram</span></i></a> <a href="#" title="YouTube"><i class="fa fa-youtube spaceRightDouble"><span class="screen-reader-text">YouTube</span></i></a> <a href="#" title="Pinterest"><i class="fa fa-pinterest spaceRightDouble"><span class="screen-reader-text">Pinterest</span></i></a> <a href="#" title="Tumblr"><i class="fa fa-tumblr spaceRightDouble"><span class="screen-reader-text">Tumblr</span></i></a> <a href="#" title="VK"><i class="fa fa-vk spaceRightDouble"><span class="screen-reader-text">VK</span></i></a> <a href="mailto:#" title="Email"><i class="fa fa-envelope spaceRightDouble"><span class="screen-reader-text">Email</span></i></a> <a href="https://akma.disseminary.org/feed/" title="RSS"><i class="fa spaceRightDouble fa-rss"><span class="screen-reader-text">RSS</span></i></a> <a href="#" class="top-search"><i class="fa spaceRightDouble fa-search"><span class="screen-reader-text">Search</span></i></a> </div> <div class="topSearchForm"> <form method="get" id="searchform" action="https://akma.disseminary.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" name="s" class="search" placeholder="Type here and hit enter&hellip;"> </label> </form> </div> </div> <nav id="site-navigation" class="main-navigation smallPart"> <button class="menu-toggle" aria-label="Menu">Menu<i class="fa fa-align-justify"></i></button> <div class="menu"><ul> <li ><a href="https://akma.disseminary.org/">Home</a></li><li class="page_item page-item-2"><a href="https://akma.disseminary.org/about/">About A. K. M. Adam</a></li> <li class="page_item page-item-1483"><a href="https://akma.disseminary.org/books-and-talks/">Books and Talks</a></li> <li class="page_item page-item-7249"><a href="https://akma.disseminary.org/friends/">Friends</a></li> <li class="page_item page-item-4258"><a href="https://akma.disseminary.org/on-meaning/">On Meaning</a></li> <li class="page_item page-item-2863"><a href="https://akma.disseminary.org/on-the-strength-of-the-weak/">On the Strength of the Weak</a></li> <li class="page_item page-item-3709"><a href="https://akma.disseminary.org/the-disseminary-the-original-presentation/">The Original Disseminary</a></li> <li class="page_item page-item-2663"><a href="https://akma.disseminary.org/this-is-not-a-bible/">This Is Not A Bible</a></li> </ul></div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-788" class="post-788 post type-post status-publish format-standard hentry category-uncategorized"> <header class="entry-header"> <h1 class="entry-title">Down To Business</h1> <div class="entry-meta smallPart"> <span class="posted-on"><i class="fa fa-calendar spaceRight" aria-hidden="true"></i><time class="entry-date published updated" datetime="2006-05-10T14:20:14+01:00">10/05/2006</time></span><span class="byline"><i class="fa fa-user spaceRight" aria-hidden="true"></i><span class="author vcard"><a class="url fn n" href="https://akma.disseminary.org/author/left_blank/">AKMA</a></span></span><span class="cat-links"><i class="fa fa-folder-open spaceRight" aria-hidden="true"></i><a href="https://akma.disseminary.org/category/uncategorized/" rel="category tag">Uncategorized</a></span><span class="comments-link"><i class="fa fa-comments-o spaceRight" aria-hidden="true"></i><a href="https://akma.disseminary.org/2006/05/down-to-business/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>OK, today I buckle down and make some headway on the preface. I plan on beginning by situating the essays in the context of my work and the field of biblical studies: throughout the twentieth century, biblical scholars have grappled with the hermeneutical problem of how to connect their technical study of the grammar and historical context of the Bible with the ways that the Bible can and should affect the lives of contemporary readers. They have suggested numerous work-arounds and improvements for hermeneutical deliberation, but none seems to have won general assent.</p> <p>Some people sense no problem with the status quo; they&#8217;re content to puzzle over unusual verb forms, odd usages of familiar words, the likelihood or unlikelihood of people raising other people from death. A considerable number of readers, though, express dissatisfaction with an interpretive method that excels at retrospect, but falters when interpreters try to bring the Bible to bear on contemporary life. </p> <p>In these essays, I propose that readers who want something more than, or something different from what conventional critical scholarship offers may need to rethink some deeply-held presuppositions of twentieth-century biblical analysis. The method &#8212; inasmuch as we can appropriately define this array of interpretive moves as <em>a method</em> &#8212; performs admirably, but it does not exhaust the work of interpretive reflection, nor does it set the terms on which further reflections may proceed. </p> <p>Practitioners of contemporary technical scholarship frequently shore up the foundations of their discipline with appeals to particular axioms, axioms whose soundness I have come to doubt. Many scholars adhere to the myth of subsistent meaning, the premise that &#8220;meaning&#8221; constitutes a characteristic quality that inheres to a text. An exegete&#8217;s job, then, requires her to distill that meaning from its raw form in the text to a purer, more manifest form. Scholars often locate responsibility for interpretive conclusions in the text itself, such that they claim, &#8220;the text requires this&#8221; or &#8220;the text permits that, but not the other.&#8221; These figures of speech serve admirably when deployed as figures, but when they take on the character of literal ascriptions of agency to inert words, they disfigure our understanding of whence meaning comes and of who stands accountable for interpretive claims. contemporary interpreters tend to treat all interpretive deliberation as a more or less close approximation of verbal communication (hence we speak of &#8220;body language,&#8221; and suggest that &#8220;his expression spoke volumes&#8221;). At the same time, biblical scholars tend to operate as though one and only one interpretation rightly, finally, ascertains the [subsistent] meaning that the text expresses. Finally, the adherents of current interpretive conventions warn that if we depart from these axioms &#8212; if we allow that no lode of meaning lies embedded in our texts, that we (and not texts) sponsor and permit interpretations, that communication and interpretation constitute phenomena of far greater intricacy than the verbal paradigm allows, and that we may honestly and fairly consider the possibility that a given expression may mean several different things &#8212; if we yield on these points, the exquisite architecture of human communication (and especially, of course, of God&#8217;s communication with humanity) rapidly declines into inarticulate grunts and brutality.</p> <p>The rumors of civilization&#8217;s demise, of course, would be greatly exaggerated. The essays included here explore the terrain of meaning beyond the boundaries enforced by conventional technical scholars. In various ways, with various <i>points d&#8217;appui</i>, the essays work toward establishing the claim that &#8220;meaning&#8221; pertains to human activity and interaction rather than textual inscription; thus, <em>people</em> devise interpretations for which they (not the objects they interpret) must be held responsible. These essays propose that expression and meaning involve vastly more sorts of gesture than verbal communication, such that adopting verbal communication as the paradigm for analyzing &#8220;meaning&#8221; constitutes a misleading oversimplification. Just as gestures, appearances, smells, and sounds may engender various indeterminable interpretations, so also verbal expression may issue in more than one meaning. All of this holds true not in some dystopian Looking-Glass World where nothing mean anything and everybody runs roughshod over any weaker communicator, but in the world we inhabit here and now. If anything threatens the well-being of the priase of God and the harmonious social order, it is more ominously the imposition of falsely-constricted meaning onto the demonstrably plurivalent economy of signification that prevails outside the rigidly-enforced domain of monovalence and correctness.</p> <p>(Whew! That&#8217;s enough for one go. Plus, I want to say more about White Guy Theology, maybe later.)</p> <div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-788" class="share-facebook sd-button share-icon" href="https://akma.disseminary.org/2006/05/down-to-business/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-x"><a rel="nofollow noopener noreferrer" data-shared="sharing-x-788" class="share-x sd-button share-icon" href="https://akma.disseminary.org/2006/05/down-to-business/?share=x" target="_blank" title="Click to share on X" ><span>X</span></a></li><li class="share-end"></li></ul></div></div></div> </div><!-- .entry-content --> <footer class="entry-footer smallPart"> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation post-navigation"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"> <div class="nav-previous"><a href="https://akma.disseminary.org/2006/05/vocabulation/" rel="prev"><div class="meta-nav" title="Vocabulation" aria-hidden="true"><i class="fa fa-angle-left spaceRight"></i><span>Previous Post</span></div> <span class="screen-reader-text">Previous post:</span> </a></div><div class="nav-next"><a href="https://akma.disseminary.org/2006/05/more-on-macgyver/" rel="next"><div class="meta-nav" title="More On MacGyver" aria-hidden="true"><span>Next Post</span><i class="fa fa-angle-right spaceLeft"></i></div> <span class="screen-reader-text">Next post:</span> </a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> <div id="comments" class="comments-area"> <h2 class="comments-title"> 1 thought on &ldquo;<span>Down To Business</span>&rdquo; </h2> <ol class="comment-list"> <li id="comment-1737" class="comment even thread-even depth-1"> <article id="div-comment-1737" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <img alt='' src='https://secure.gravatar.com/avatar/69bfcbefa3fa7012b2e0c39cab257462?s=70&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/69bfcbefa3fa7012b2e0c39cab257462?s=140&#038;d=mm&#038;r=g 2x' class='avatar avatar-70 photo' height='70' width='70' loading='lazy' decoding='async'/> <b class="fn"><a href="http://bigbible.org/blog/" class="url" rel="ugc external nofollow">Tim</a></b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://akma.disseminary.org/2006/05/down-to-business/#comment-1737"><time datetime="2006-05-10T15:00:29+01:00">10/05/2006 at 3:00 pm</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Well, you&#8217;ve got me hooked, sounds like a must-read! Which is surely the point of such a document&#8230; It also sounds like a must discuss, which is where &#8220;books&#8221; are not so good 🙁 </p> <p>Shame we live in the now-but-not-yet of the digital networked age!</p> </div><!-- .comment-content --> <div class="reply"><a rel='nofollow' class='comment-reply-link' href='https://akma.disseminary.org/2006/05/down-to-business/?replytocom=1737#respond' data-commentid="1737" data-postid="788" data-belowelement="div-comment-1737" data-respondelement="respond" data-replyto="Reply to Tim" aria-label='Reply to Tim'><span class="smallPart">Reply<i class="fa fa-level-down spaceLeft"></i></span></a></div> </article><!-- .comment-body --> </li><!-- #comment-## --> </ol><!-- .comment-list --> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2006/05/down-to-business/#respond" style="display:none;">Cancel reply<i class="fa fa-times spaceLeft"></i></a></small></h3><form action="https://akma.disseminary.org/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes">Your email address will not be published. Required fields are marked <span class="required">*</span></p><div class="clear"></div><p class="comment-form-comment"><label for="comment"><span class="screen-reader-text">Comment *</span></label><textarea id="comment" name="comment" rows="8" aria-required="true" placeholder="Comment *"></textarea></p><p class="comment-form-author"><label for="author"><span class="screen-reader-text">Name *</span></label><input id="author" name="author" type="text" value="" aria-required='true' placeholder="Name *"/></p> <p class="comment-form-email"><label for="email"><span class="screen-reader-text">Email *</span></label><input id="email" name="email" type="text" value="" aria-required='true' placeholder="Email *"/></p> <p class="comment-form-url"><label for="url"><span class="screen-reader-text">Website</span></label><input id="url" name="url" type="text" value="" placeholder="Website"/></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='788' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="d2c36b9779" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="139"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div><!-- #respond --> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <div id="secondary" class="widget-area"> <aside id="search-3" class="widget widget_search"><div class="widget-title"><h2>Search</h2></div><form role="search" method="get" class="search-form" action="https://akma.disseminary.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="meta-3" class="widget widget_meta"><div class="widget-title"><h2>Subscriptions —</h2></div> <ul> <li><a href="https://akma.disseminary.org/wp-login.php">Log in</a></li> <li><a href="https://akma.disseminary.org/feed/">Entries feed</a></li> <li><a href="https://akma.disseminary.org/comments/feed/">Comments feed</a></li> <li><a href="https://en-gb.wordpress.org/">WordPress.org</a></li> </ul> </aside><aside id="categories-2" class="widget widget_categories"><div class="widget-title"><h2>Categories</h2></div><form action="https://akma.disseminary.org" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="13">Bible</option> <option class="level-0" value="3">Commonplaces</option> <option class="level-0" value="7">Fountain Pens</option> <option class="level-0" value="10">Glasgow</option> <option class="level-0" value="16">Hermeneutics</option> <option class="level-0" value="9">How To Do Exegesis</option> <option class="level-0" value="17">Memorial</option> <option class="level-0" value="11">Music</option> <option class="level-0" value="15">Sermons</option> <option class="level-0" value="12">Theology and Church</option> <option class="level-0" value="1">Uncategorized</option> </select> </form> <script> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside><aside id="archives-3" class="widget widget_archive"><div class="widget-title"><h2>Archives</h2></div> <ul> <li><a href='https://akma.disseminary.org/2024/02/'>February 2024</a></li> <li><a href='https://akma.disseminary.org/2024/01/'>January 2024</a></li> <li><a href='https://akma.disseminary.org/2023/12/'>December 2023</a></li> <li><a href='https://akma.disseminary.org/2023/11/'>November 2023</a></li> <li><a href='https://akma.disseminary.org/2023/10/'>October 2023</a></li> <li><a href='https://akma.disseminary.org/2023/09/'>September 2023</a></li> <li><a href='https://akma.disseminary.org/2023/08/'>August 2023</a></li> <li><a href='https://akma.disseminary.org/2023/07/'>July 2023</a></li> <li><a href='https://akma.disseminary.org/2023/06/'>June 2023</a></li> <li><a href='https://akma.disseminary.org/2023/05/'>May 2023</a></li> <li><a href='https://akma.disseminary.org/2023/04/'>April 2023</a></li> <li><a href='https://akma.disseminary.org/2023/03/'>March 2023</a></li> <li><a href='https://akma.disseminary.org/2023/02/'>February 2023</a></li> <li><a href='https://akma.disseminary.org/2022/12/'>December 2022</a></li> <li><a href='https://akma.disseminary.org/2022/11/'>November 2022</a></li> <li><a href='https://akma.disseminary.org/2022/10/'>October 2022</a></li> <li><a href='https://akma.disseminary.org/2022/09/'>September 2022</a></li> <li><a href='https://akma.disseminary.org/2022/05/'>May 2022</a></li> <li><a href='https://akma.disseminary.org/2022/04/'>April 2022</a></li> <li><a href='https://akma.disseminary.org/2022/03/'>March 2022</a></li> <li><a href='https://akma.disseminary.org/2022/01/'>January 2022</a></li> <li><a href='https://akma.disseminary.org/2021/12/'>December 2021</a></li> <li><a href='https://akma.disseminary.org/2021/11/'>November 2021</a></li> <li><a href='https://akma.disseminary.org/2021/10/'>October 2021</a></li> <li><a href='https://akma.disseminary.org/2021/09/'>September 2021</a></li> <li><a href='https://akma.disseminary.org/2021/08/'>August 2021</a></li> <li><a href='https://akma.disseminary.org/2021/07/'>July 2021</a></li> <li><a href='https://akma.disseminary.org/2021/05/'>May 2021</a></li> <li><a href='https://akma.disseminary.org/2021/03/'>March 2021</a></li> <li><a href='https://akma.disseminary.org/2021/02/'>February 2021</a></li> <li><a href='https://akma.disseminary.org/2021/01/'>January 2021</a></li> <li><a href='https://akma.disseminary.org/2020/11/'>November 2020</a></li> <li><a href='https://akma.disseminary.org/2020/10/'>October 2020</a></li> <li><a href='https://akma.disseminary.org/2020/09/'>September 2020</a></li> <li><a href='https://akma.disseminary.org/2020/08/'>August 2020</a></li> <li><a href='https://akma.disseminary.org/2020/07/'>July 2020</a></li> <li><a href='https://akma.disseminary.org/2020/06/'>June 2020</a></li> <li><a href='https://akma.disseminary.org/2020/05/'>May 2020</a></li> <li><a href='https://akma.disseminary.org/2020/04/'>April 2020</a></li> <li><a href='https://akma.disseminary.org/2020/03/'>March 2020</a></li> <li><a href='https://akma.disseminary.org/2020/02/'>February 2020</a></li> <li><a href='https://akma.disseminary.org/2020/01/'>January 2020</a></li> <li><a href='https://akma.disseminary.org/2019/12/'>December 2019</a></li> <li><a href='https://akma.disseminary.org/2019/11/'>November 2019</a></li> <li><a href='https://akma.disseminary.org/2019/10/'>October 2019</a></li> <li><a href='https://akma.disseminary.org/2019/09/'>September 2019</a></li> <li><a href='https://akma.disseminary.org/2019/08/'>August 2019</a></li> <li><a href='https://akma.disseminary.org/2019/05/'>May 2019</a></li> <li><a href='https://akma.disseminary.org/2019/04/'>April 2019</a></li> <li><a href='https://akma.disseminary.org/2019/03/'>March 2019</a></li> <li><a href='https://akma.disseminary.org/2019/02/'>February 2019</a></li> <li><a href='https://akma.disseminary.org/2019/01/'>January 2019</a></li> <li><a href='https://akma.disseminary.org/2018/12/'>December 2018</a></li> <li><a href='https://akma.disseminary.org/2018/11/'>November 2018</a></li> <li><a href='https://akma.disseminary.org/2018/10/'>October 2018</a></li> <li><a href='https://akma.disseminary.org/2018/09/'>September 2018</a></li> <li><a href='https://akma.disseminary.org/2018/08/'>August 2018</a></li> <li><a href='https://akma.disseminary.org/2018/07/'>July 2018</a></li> <li><a href='https://akma.disseminary.org/2018/05/'>May 2018</a></li> <li><a href='https://akma.disseminary.org/2018/04/'>April 2018</a></li> <li><a href='https://akma.disseminary.org/2018/03/'>March 2018</a></li> <li><a href='https://akma.disseminary.org/2018/02/'>February 2018</a></li> <li><a href='https://akma.disseminary.org/2018/01/'>January 2018</a></li> <li><a href='https://akma.disseminary.org/2017/12/'>December 2017</a></li> <li><a href='https://akma.disseminary.org/2017/11/'>November 2017</a></li> <li><a href='https://akma.disseminary.org/2017/10/'>October 2017</a></li> <li><a href='https://akma.disseminary.org/2017/09/'>September 2017</a></li> <li><a href='https://akma.disseminary.org/2017/07/'>July 2017</a></li> <li><a href='https://akma.disseminary.org/2017/06/'>June 2017</a></li> <li><a href='https://akma.disseminary.org/2017/04/'>April 2017</a></li> <li><a href='https://akma.disseminary.org/2017/03/'>March 2017</a></li> <li><a href='https://akma.disseminary.org/2017/01/'>January 2017</a></li> <li><a href='https://akma.disseminary.org/2016/12/'>December 2016</a></li> <li><a href='https://akma.disseminary.org/2016/05/'>May 2016</a></li> <li><a href='https://akma.disseminary.org/2016/03/'>March 2016</a></li> <li><a href='https://akma.disseminary.org/2016/02/'>February 2016</a></li> <li><a href='https://akma.disseminary.org/2016/01/'>January 2016</a></li> <li><a href='https://akma.disseminary.org/2015/12/'>December 2015</a></li> <li><a href='https://akma.disseminary.org/2015/11/'>November 2015</a></li> <li><a href='https://akma.disseminary.org/2015/09/'>September 2015</a></li> <li><a href='https://akma.disseminary.org/2015/07/'>July 2015</a></li> <li><a href='https://akma.disseminary.org/2015/05/'>May 2015</a></li> <li><a href='https://akma.disseminary.org/2015/02/'>February 2015</a></li> <li><a href='https://akma.disseminary.org/2014/11/'>November 2014</a></li> <li><a href='https://akma.disseminary.org/2014/10/'>October 2014</a></li> <li><a href='https://akma.disseminary.org/2014/09/'>September 2014</a></li> <li><a href='https://akma.disseminary.org/2014/08/'>August 2014</a></li> <li><a href='https://akma.disseminary.org/2014/07/'>July 2014</a></li> <li><a href='https://akma.disseminary.org/2014/06/'>June 2014</a></li> <li><a href='https://akma.disseminary.org/2014/05/'>May 2014</a></li> <li><a href='https://akma.disseminary.org/2014/04/'>April 2014</a></li> <li><a href='https://akma.disseminary.org/2014/03/'>March 2014</a></li> <li><a href='https://akma.disseminary.org/2014/02/'>February 2014</a></li> <li><a href='https://akma.disseminary.org/2014/01/'>January 2014</a></li> <li><a href='https://akma.disseminary.org/2013/08/'>August 2013</a></li> <li><a href='https://akma.disseminary.org/2013/07/'>July 2013</a></li> <li><a href='https://akma.disseminary.org/2013/05/'>May 2013</a></li> <li><a href='https://akma.disseminary.org/2013/04/'>April 2013</a></li> <li><a href='https://akma.disseminary.org/2013/03/'>March 2013</a></li> <li><a href='https://akma.disseminary.org/2013/01/'>January 2013</a></li> <li><a href='https://akma.disseminary.org/2012/12/'>December 2012</a></li> <li><a href='https://akma.disseminary.org/2012/11/'>November 2012</a></li> <li><a href='https://akma.disseminary.org/2012/10/'>October 2012</a></li> <li><a href='https://akma.disseminary.org/2012/09/'>September 2012</a></li> <li><a href='https://akma.disseminary.org/2012/08/'>August 2012</a></li> <li><a href='https://akma.disseminary.org/2012/07/'>July 2012</a></li> <li><a href='https://akma.disseminary.org/2012/06/'>June 2012</a></li> <li><a href='https://akma.disseminary.org/2012/05/'>May 2012</a></li> <li><a href='https://akma.disseminary.org/2012/04/'>April 2012</a></li> <li><a href='https://akma.disseminary.org/2012/03/'>March 2012</a></li> <li><a href='https://akma.disseminary.org/2012/02/'>February 2012</a></li> <li><a href='https://akma.disseminary.org/2012/01/'>January 2012</a></li> <li><a href='https://akma.disseminary.org/2011/10/'>October 2011</a></li> <li><a href='https://akma.disseminary.org/2011/09/'>September 2011</a></li> <li><a href='https://akma.disseminary.org/2011/08/'>August 2011</a></li> <li><a href='https://akma.disseminary.org/2011/07/'>July 2011</a></li> <li><a href='https://akma.disseminary.org/2011/06/'>June 2011</a></li> <li><a href='https://akma.disseminary.org/2011/05/'>May 2011</a></li> <li><a href='https://akma.disseminary.org/2011/04/'>April 2011</a></li> <li><a href='https://akma.disseminary.org/2011/02/'>February 2011</a></li> <li><a href='https://akma.disseminary.org/2011/01/'>January 2011</a></li> <li><a href='https://akma.disseminary.org/2010/12/'>December 2010</a></li> <li><a href='https://akma.disseminary.org/2010/11/'>November 2010</a></li> <li><a href='https://akma.disseminary.org/2010/10/'>October 2010</a></li> <li><a href='https://akma.disseminary.org/2010/09/'>September 2010</a></li> <li><a href='https://akma.disseminary.org/2010/08/'>August 2010</a></li> <li><a href='https://akma.disseminary.org/2010/07/'>July 2010</a></li> <li><a href='https://akma.disseminary.org/2010/06/'>June 2010</a></li> <li><a href='https://akma.disseminary.org/2010/05/'>May 2010</a></li> <li><a href='https://akma.disseminary.org/2010/04/'>April 2010</a></li> <li><a href='https://akma.disseminary.org/2010/03/'>March 2010</a></li> <li><a href='https://akma.disseminary.org/2010/02/'>February 2010</a></li> <li><a href='https://akma.disseminary.org/2010/01/'>January 2010</a></li> <li><a href='https://akma.disseminary.org/2009/12/'>December 2009</a></li> <li><a href='https://akma.disseminary.org/2009/11/'>November 2009</a></li> <li><a href='https://akma.disseminary.org/2009/10/'>October 2009</a></li> <li><a href='https://akma.disseminary.org/2009/09/'>September 2009</a></li> <li><a href='https://akma.disseminary.org/2009/08/'>August 2009</a></li> <li><a href='https://akma.disseminary.org/2009/07/'>July 2009</a></li> <li><a href='https://akma.disseminary.org/2009/06/'>June 2009</a></li> <li><a href='https://akma.disseminary.org/2009/05/'>May 2009</a></li> <li><a href='https://akma.disseminary.org/2009/04/'>April 2009</a></li> <li><a href='https://akma.disseminary.org/2009/03/'>March 2009</a></li> <li><a href='https://akma.disseminary.org/2009/02/'>February 2009</a></li> <li><a href='https://akma.disseminary.org/2009/01/'>January 2009</a></li> <li><a href='https://akma.disseminary.org/2008/12/'>December 2008</a></li> <li><a href='https://akma.disseminary.org/2008/11/'>November 2008</a></li> <li><a href='https://akma.disseminary.org/2008/10/'>October 2008</a></li> <li><a href='https://akma.disseminary.org/2008/09/'>September 2008</a></li> <li><a href='https://akma.disseminary.org/2008/08/'>August 2008</a></li> <li><a href='https://akma.disseminary.org/2008/07/'>July 2008</a></li> <li><a href='https://akma.disseminary.org/2008/06/'>June 2008</a></li> <li><a href='https://akma.disseminary.org/2008/05/'>May 2008</a></li> <li><a href='https://akma.disseminary.org/2008/04/'>April 2008</a></li> <li><a href='https://akma.disseminary.org/2008/03/'>March 2008</a></li> <li><a href='https://akma.disseminary.org/2008/02/'>February 2008</a></li> <li><a href='https://akma.disseminary.org/2008/01/'>January 2008</a></li> <li><a href='https://akma.disseminary.org/2007/12/'>December 2007</a></li> <li><a href='https://akma.disseminary.org/2007/11/'>November 2007</a></li> <li><a href='https://akma.disseminary.org/2007/10/'>October 2007</a></li> <li><a href='https://akma.disseminary.org/2007/09/'>September 2007</a></li> <li><a href='https://akma.disseminary.org/2007/08/'>August 2007</a></li> <li><a href='https://akma.disseminary.org/2007/07/'>July 2007</a></li> <li><a href='https://akma.disseminary.org/2007/06/'>June 2007</a></li> <li><a href='https://akma.disseminary.org/2007/05/'>May 2007</a></li> <li><a href='https://akma.disseminary.org/2007/04/'>April 2007</a></li> <li><a href='https://akma.disseminary.org/2007/03/'>March 2007</a></li> <li><a href='https://akma.disseminary.org/2007/02/'>February 2007</a></li> <li><a href='https://akma.disseminary.org/2007/01/'>January 2007</a></li> <li><a href='https://akma.disseminary.org/2006/12/'>December 2006</a></li> <li><a href='https://akma.disseminary.org/2006/11/'>November 2006</a></li> <li><a href='https://akma.disseminary.org/2006/10/'>October 2006</a></li> <li><a href='https://akma.disseminary.org/2006/09/'>September 2006</a></li> <li><a href='https://akma.disseminary.org/2006/08/'>August 2006</a></li> <li><a href='https://akma.disseminary.org/2006/07/'>July 2006</a></li> <li><a href='https://akma.disseminary.org/2006/06/'>June 2006</a></li> <li><a href='https://akma.disseminary.org/2006/05/'>May 2006</a></li> <li><a href='https://akma.disseminary.org/2006/04/'>April 2006</a></li> <li><a href='https://akma.disseminary.org/2006/03/'>March 2006</a></li> <li><a href='https://akma.disseminary.org/2006/02/'>February 2006</a></li> <li><a href='https://akma.disseminary.org/2006/01/'>January 2006</a></li> <li><a href='https://akma.disseminary.org/2005/12/'>December 2005</a></li> <li><a href='https://akma.disseminary.org/2005/11/'>November 2005</a></li> <li><a href='https://akma.disseminary.org/2005/10/'>October 2005</a></li> <li><a href='https://akma.disseminary.org/2005/09/'>September 2005</a></li> <li><a href='https://akma.disseminary.org/2005/08/'>August 2005</a></li> <li><a href='https://akma.disseminary.org/2005/07/'>July 2005</a></li> <li><a href='https://akma.disseminary.org/2005/06/'>June 2005</a></li> <li><a href='https://akma.disseminary.org/2005/05/'>May 2005</a></li> <li><a href='https://akma.disseminary.org/2005/04/'>April 2005</a></li> <li><a href='https://akma.disseminary.org/2005/03/'>March 2005</a></li> <li><a href='https://akma.disseminary.org/2005/02/'>February 2005</a></li> <li><a href='https://akma.disseminary.org/2005/01/'>January 2005</a></li> <li><a href='https://akma.disseminary.org/2004/12/'>December 2004</a></li> <li><a href='https://akma.disseminary.org/2004/11/'>November 2004</a></li> <li><a href='https://akma.disseminary.org/2004/09/'>September 2004</a></li> <li><a href='https://akma.disseminary.org/2004/08/'>August 2004</a></li> <li><a href='https://akma.disseminary.org/2004/06/'>June 2004</a></li> <li><a href='https://akma.disseminary.org/2004/05/'>May 2004</a></li> <li><a href='https://akma.disseminary.org/2004/04/'>April 2004</a></li> <li><a href='https://akma.disseminary.org/2004/03/'>March 2004</a></li> <li><a href='https://akma.disseminary.org/2004/02/'>February 2004</a></li> <li><a href='https://akma.disseminary.org/2004/01/'>January 2004</a></li> <li><a href='https://akma.disseminary.org/2003/12/'>December 2003</a></li> <li><a href='https://akma.disseminary.org/2003/11/'>November 2003</a></li> <li><a href='https://akma.disseminary.org/2003/09/'>September 2003</a></li> <li><a href='https://akma.disseminary.org/2003/08/'>August 2003</a></li> <li><a href='https://akma.disseminary.org/2003/06/'>June 2003</a></li> <li><a href='https://akma.disseminary.org/2003/05/'>May 2003</a></li> <li><a href='https://akma.disseminary.org/2003/03/'>March 2003</a></li> <li><a href='https://akma.disseminary.org/2003/02/'>February 2003</a></li> <li><a href='https://akma.disseminary.org/2002/12/'>December 2002</a></li> <li><a href='https://akma.disseminary.org/2002/09/'>September 2002</a></li> <li><a href='https://akma.disseminary.org/2002/07/'>July 2002</a></li> <li><a href='https://akma.disseminary.org/2002/05/'>May 2002</a></li> <li><a href='https://akma.disseminary.org/2002/03/'>March 2002</a></li> <li><a href='https://akma.disseminary.org/2002/02/'>February 2002</a></li> <li><a href='https://akma.disseminary.org/2002/01/'>January 2002</a></li> <li><a href='https://akma.disseminary.org/320/05/'>May 320</a></li> <li><a href='https://akma.disseminary.org/218/07/'>July 218</a></li> </ul> </aside></div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div class="site-info smallPart"> <span class="custom">&copy; 2024 AKMA’s Random Thoughts</span> <span class="sep"> | </span> WordPress Theme: <a title="Blogghiamo Theme" target="_blank" href="https://crestaproject.com/downloads/blogghiamo/" rel="noopener noreferrer">Blogghiamo</a> by CrestaProject. </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <a href="#top" id="toTop" aria-hidden="true"><i class="fa fa-angle-up fa-lg"></i></a> <div style="display:none"> <div class="grofile-hash-map-69bfcbefa3fa7012b2e0c39cab257462"> </div> </div> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/akma.disseminary.org\/2006\/05\/down-to-business\/":788}; </script> <script id='wp-jquery-lightbox-js-extra'> var JQLBSettings = {"fitToScreen":"0","resizeSpeed":"400","displayDownloadLink":"0","navbarOnTop":"0","loopImages":"","resizeCenter":"","marginSize":"","linkTarget":"_self","help":"","prevLinkTitle":"previous image","nextLinkTitle":"next image","prevLinkText":"\u00ab Previous","nextLinkText":"Next \u00bb","closeTitle":"close image gallery","image":"Image ","of":" of ","download":"Download","jqlb_overlay_opacity":"80","jqlb_overlay_color":"#000000","jqlb_overlay_close":"1","jqlb_border_width":"10","jqlb_border_color":"#ffffff","jqlb_border_radius":"0","jqlb_image_info_background_transparency":"100","jqlb_image_info_bg_color":"#ffffff","jqlb_image_info_text_color":"#000000","jqlb_image_info_text_fontsize":"10","jqlb_show_text_for_image":"1","jqlb_next_image_title":"next image","jqlb_previous_image_title":"previous image","jqlb_next_button_image":"https:\/\/akma.disseminary.org\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/next.gif","jqlb_previous_button_image":"https:\/\/akma.disseminary.org\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/prev.gif","jqlb_maximum_width":"","jqlb_maximum_height":"","jqlb_show_close_button":"1","jqlb_close_image_title":"close image gallery","jqlb_close_image_max_heght":"22","jqlb_image_for_close_lightbox":"https:\/\/akma.disseminary.org\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/closelabel.gif","jqlb_keyboard_navigation":"1","jqlb_popup_size_fix":"0"}; </script> <script src='https://akma.disseminary.org/wp-content/plugins/wp-lightbox-2/js/dist/wp-lightbox-2.min.js?ver=1.3.4.1' id='wp-jquery-lightbox-js'></script> <script src='https://secure.gravatar.com/js/gprofiles.js?ver=202408' id='grofiles-cards-js'></script> <script id='wpgroho-js-extra'> var WPGroHo = {"my_hash":""}; </script> <script src='https://akma.disseminary.org/wp-content/plugins/jetpack/modules/wpgroho.js?ver=12.8.1' id='wpgroho-js'></script> <script src='https://akma.disseminary.org/wp-content/themes/blogghiamo/js/jquery.blogghiamo.min.js?ver=1.9.8' id='blogghiamo-custom-js'></script> <script src='https://akma.disseminary.org/wp-content/themes/blogghiamo/js/navigation.min.js?ver=1.0' id='blogghiamo-navigation-js'></script> <script src='https://akma.disseminary.org/wp-content/themes/blogghiamo/js/SmoothScroll.min.js?ver=1.4.9' id='blogghiamo-smoothScroll-js'></script> <script src='https://akma.disseminary.org/wp-includes/js/comment-reply.min.js?ver=6.2.4' id='comment-reply-js'></script> <script defer src='https://stats.wp.com/e-202408.js' id='jetpack-stats-js'></script> <script id='jetpack-stats-js-after'> _stq = window._stq || []; _stq.push([ "view", {v:'ext',blog:'24759436',post:'788',tz:'0',srv:'akma.disseminary.org',j:'1:12.8.1'} ]); _stq.push([ "clickTrackerInit", "24759436", "788" ]); </script> <script defer src='https://akma.disseminary.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705777049' id='akismet-frontend-js'></script> <script id='sharing-js-js-extra'> var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; </script> <script src='https://akma.disseminary.org/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js?ver=12.8.1' id='sharing-js-js'></script> <script id='sharing-js-js-after'> var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-facebook' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-x' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-x' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomx', 'menubar=1,resizable=1,width=600,height=350' ); return false; } } ); } )(); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "OK, today I buckle down and make some headway on the preface. I plan on beginning by situating the essays in the context of my work and the field of biblical studies: throughout the twentieth century, biblical scholars have grappled with the hermeneutical problem of how to connect their technical study of the grammar and historical context of the Bible with the ways that the Bible can and should affect the lives of contemporary readers. They have suggested numerous work-arounds and improvements for hermeneutical deliberation, but none seems to have won general assent.\nSome people sense no problem with the status quo; they’re content to puzzle over unusual verb forms, odd usages of familiar words, the likelihood or unlikelihood of people raising other people from death. A considerable number of readers, though, express dissatisfaction with an interpretive method that excels at retrospect, but falters when interpreters try to bring the Bible to bear on contemporary life.\nIn these essays, I propose that readers who want something more than, or something different from what conventional critical scholarship offers may need to rethink some deeply-held presuppositions of twentieth-century biblical analysis. The method — inasmuch as we can appropriately define this array of interpretive moves as a method — performs admirably, but it does not exhaust the work of interpretive reflection, nor does it set the terms on which further reflections may proceed.\nPractitioners of contemporary technical scholarship frequently shore up the foundations of their discipline with appeals to particular axioms, axioms whose soundness I have come to doubt. Many scholars adhere to the myth of subsistent meaning, the premise that “meaning” constitutes a characteristic quality that inheres to a text. An exegete’s job, then, requires her to distill that meaning from its raw form in the text to a purer, more manifest form. Scholars often locate responsibility for interpretive conclusions in the text itself, such that they claim, “the text requires this” or “the text permits that, but not the other.” These figures of speech serve admirably when deployed as figures, but when they take on the character of literal ascriptions of agency to inert words, they disfigure our understanding of whence meaning comes and of who stands accountable for interpretive claims. contemporary interpreters tend to treat all interpretive deliberation as a more or less close approximation of verbal communication (hence we speak of “body language,” and suggest that “his expression spoke volumes”). At the same time, biblical scholars tend to operate as though one and only one interpretation rightly, finally, ascertains the [subsistent] meaning that the text expresses. Finally, the adherents of current interpretive conventions warn that if we depart from these axioms — if we allow that no lode of meaning lies embedded in our texts, that we (and not texts) sponsor and permit interpretations, that communication and interpretation constitute phenomena of far greater intricacy than the verbal paradigm allows, and that we may honestly and fairly consider the possibility that a given expression may mean several different things — if we yield on these points, the exquisite architecture of human communication (and especially, of course, of God’s communication with humanity) rapidly declines into inarticulate grunts and brutality.\nThe rumors of civilization’s demise, of course, would be greatly exaggerated. The essays included here explore the terrain of meaning beyond the boundaries enforced by conventional technical scholars. In various ways, with various points d’appui, the essays work toward establishing the claim that “meaning” pertains to human activity and interaction rather than textual inscription; thus, people devise interpretations for which they (not the objects they interpret) must be held responsible. These essays propose that expression and meaning involve vastly more sorts of gesture than verbal communication, such that adopting verbal communication as the paradigm for analyzing “meaning” constitutes a misleading oversimplification. Just as gestures, appearances, smells, and sounds may engender various indeterminable interpretations, so also verbal expression may issue in more than one meaning. All of this holds true not in some dystopian Looking-Glass World where nothing mean anything and everybody runs roughshod over any weaker communicator, but in the world we inhabit here and now. If anything threatens the well-being of the priase of God and the harmonious social order, it is more ominously the imposition of falsely-constricted meaning onto the demonstrably plurivalent economy of signification that prevails outside the rigidly-enforced domain of monovalence and correctness.\n(Whew! That’s enough for one go. Plus, I want to say more about White Guy Theology, maybe later.)", "id": "<urn:uuid:2aecb045-27f0-487d-b548-bb78e8424f29>", "dump": "CC-MAIN-2024-10", "url": "https://akma.disseminary.org/2006/05/down-to-business/", "date": "2024-02-25T07:58:22", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9313163757324219, "token_count": 980 } }
<urn:uuid:bc6224ca-1cf7-4361-81fc-196205101cd9>
<!DOCTYPE html> <html class="html" lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Finest Online slots A real income No deposit &#8211; AL ALPHA FOUNDATION</title> <meta name='robots' content='max-image-preview:large' /> <link rel="pingback" href="https://alalpha.org/xmlrpc.php"> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="alternate" type="application/rss+xml" title="AL ALPHA FOUNDATION &raquo; Feed" href="https://alalpha.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="AL ALPHA FOUNDATION &raquo; Comments Feed" href="https://alalpha.org/comments/feed/" /> <link rel='canonical' href='https://alalpha.org/finest-online-slots-a-real-income-no-deposit/' /> <link rel="alternate" type="application/rss+xml" title="AL ALPHA FOUNDATION &raquo; Finest Online slots A real income No deposit Comments Feed" href="https://alalpha.org/finest-online-slots-a-real-income-no-deposit/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/alalpha.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://alalpha.org/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <link rel='stylesheet' id='nta-css-popup-css' href='https://alalpha.org/wp-content/plugins/whatsapp/assets/dist/css/style.css?ver=6.4.3' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='font-awesome-css' href='https://alalpha.org/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://alalpha.org/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='https://alalpha.org/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.3.4' media='all' /> <link rel='stylesheet' id='oceanwp-google-font-poppins-css' href='http://alalpha.org/wp-content/uploads/oceanwp-webfonts-css/c60a07be40ef8f258a248a492dd87245.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='oe-widgets-style-css' href='https://alalpha.org/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=6.4.3' media='all' /> <!--n2css--><script src="https://alalpha.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://alalpha.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://alalpha.org/wp-json/" /><link rel="alternate" type="application/json" href="https://alalpha.org/wp-json/wp/v2/posts/52033" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://alalpha.org/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://alalpha.org/?p=52033' /> <link rel="alternate" type="application/json+oembed" href="https://alalpha.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falalpha.org%2Ffinest-online-slots-a-real-income-no-deposit%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://alalpha.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falalpha.org%2Ffinest-online-slots-a-real-income-no-deposit%2F&#038;format=xml" /> <link rel="icon" href="https://alalpha.org/wp-content/uploads/2022/08/cropped-alpharic_icon_3-32x32.png" sizes="32x32" /> <link rel="icon" href="https://alalpha.org/wp-content/uploads/2022/08/cropped-alpharic_icon_3-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://alalpha.org/wp-content/uploads/2022/08/cropped-alpharic_icon_3-180x180.png" /> <meta name="msapplication-TileImage" content="https://alalpha.org/wp-content/uploads/2022/08/cropped-alpharic_icon_3-270x270.png" /> <style id="wp-custom-css"> #menu-item-36 .text-wrap{background-color:#175840 !important;color:#fff !important;padding:5px 10px 5px 10px !important;border-radius:7px !important}.textwidget p{text-align:justify}.contact-info-widget li{display:inline-block;width:100%;margin:0 0 9px;padding:0;border:0}.wa__popup_content_list .wa__popup_content_item .wa__member_duty{color:#989b9f;font-size:18px;line-height:1.125em!important;padding:2px 0 0}.wa__popup_powered .wa__popup_icon-ninja{display:none}.wa__popup_content_list .wa__popup_content_item .wa__member_name{font-size:24px}#menu-item-36 .text-wrap{background-color:#004ff1 !important} </style> <!-- OceanWP CSS --> <style type="text/css"> /* General CSS */a:hover,a.light:hover,.theme-heading .text::before,.theme-heading .text::after,#top-bar-content >a:hover,#top-bar-social li.oceanwp-email a:hover,#site-navigation-wrap .dropdown-menu >li >a:hover,#site-header.medium-header #medium-searchform button:hover,.oceanwp-mobile-menu-icon a:hover,.blog-entry.post .blog-entry-header .entry-title a:hover,.blog-entry.post .blog-entry-readmore a:hover,.blog-entry.thumbnail-entry .blog-entry-category a,ul.meta li a:hover,.dropcap,.single nav.post-navigation .nav-links .title,body .related-post-title a:hover,body #wp-calendar caption,body .contact-info-widget.default i,body .contact-info-widget.big-icons i,body .custom-links-widget .oceanwp-custom-links li a:hover,body .custom-links-widget .oceanwp-custom-links li a:hover:before,body .posts-thumbnails-widget li a:hover,body .social-widget li.oceanwp-email a:hover,.comment-author .comment-meta .comment-reply-link,#respond #cancel-comment-reply-link:hover,#footer-widgets .footer-box a:hover,#footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover,.sidr a:hover,.sidr-class-dropdown-toggle:hover,.sidr-class-menu-item-has-children.active >a,.sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle,input[type=checkbox]:checked:before{color:#f2f2f2}.single nav.post-navigation .nav-links .title .owp-icon use,.blog-entry.post .blog-entry-readmore a:hover .owp-icon use,body .contact-info-widget.default .owp-icon use,body .contact-info-widget.big-icons .owp-icon use{stroke:#f2f2f2}input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],.button,#site-navigation-wrap .dropdown-menu >li.btn >a >span,.thumbnail:hover i,.post-quote-content,.omw-modal .omw-close-modal,body .contact-info-widget.big-icons li:hover i,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#f2f2f2}.thumbnail:hover .link-post-svg-icon{background-color:#f2f2f2}body .contact-info-widget.big-icons li:hover .owp-icon{background-color:#f2f2f2}.widget-title{border-color:#f2f2f2}blockquote{border-color:#f2f2f2}#searchform-dropdown{border-color:#f2f2f2}.dropdown-menu .sub-menu{border-color:#f2f2f2}.blog-entry.large-entry .blog-entry-readmore a:hover{border-color:#f2f2f2}.oceanwp-newsletter-form-wrap input[type="email"]:focus{border-color:#f2f2f2}.social-widget li.oceanwp-email a:hover{border-color:#f2f2f2}#respond #cancel-comment-reply-link:hover{border-color:#f2f2f2}body .contact-info-widget.big-icons li:hover i{border-color:#f2f2f2}#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"]:focus{border-color:#f2f2f2}blockquote,.wp-block-quote{border-left-color:#f2f2f2}body .contact-info-widget.big-icons li:hover .owp-icon{border-color:#f2f2f2}input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button[type="submit"]:hover,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button[type="submit"]:focus,.button:hover,.button:focus,#site-navigation-wrap .dropdown-menu >li.btn >a:hover >span,.post-quote-author,.omw-modal .omw-close-modal:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background-color:#043aa7}table th,table td,hr,.content-area,body.content-left-sidebar #content-wrap .content-area,.content-left-sidebar .content-area,#top-bar-wrap,#site-header,#site-header.top-header #search-toggle,.dropdown-menu ul li,.centered-minimal-page-header,.blog-entry.post,.blog-entry.grid-entry .blog-entry-inner,.blog-entry.thumbnail-entry .blog-entry-bottom,.single-post .entry-title,.single .entry-share-wrap .entry-share,.single .entry-share,.single .entry-share ul li a,.single nav.post-navigation,.single nav.post-navigation .nav-links .nav-previous,#author-bio,#author-bio .author-bio-avatar,#author-bio .author-bio-social li a,#related-posts,#comments,.comment-body,#respond #cancel-comment-reply-link,#blog-entries .type-page,.page-numbers a,.page-numbers span:not(.elementor-screen-only),.page-links span,body #wp-calendar caption,body #wp-calendar th,body #wp-calendar tbody,body .contact-info-widget.default i,body .contact-info-widget.big-icons i,body .posts-thumbnails-widget li,body .tagcloud a{border-color:#004ff1}body .contact-info-widget.big-icons .owp-icon,body .contact-info-widget.default .owp-icon{border-color:#004ff1}#scroll-top{background-color:#3997a4}label,body div.wpforms-container-full .wpforms-form .wpforms-field-label{color:#3997a4}.theme-button,input[type="submit"],button[type="submit"],button,.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-radius:3px}body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#004ff1}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{background-color:#105b10}/* Header CSS */#site-logo #site-logo-inner,.oceanwp-social-menu .social-menu-inner,#site-header.full_screen-header .menu-bar-inner,.after-header-content .after-header-content-inner{height:50px}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,.mobile-menu-close,.after-header-content-inner >a{line-height:50px}#site-header{border-color:#ffffff}#site-header-inner{padding:2px 0 2px 0}#site-header.has-header-media .overlay-header-media{background-color:#3997a4}#site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-width:414px}@media (max-width:480px){#site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-width:172px}}#site-header #site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-height:50px}#searchform-dropdown input,#icon-searchform-dropdown input{background-color:#3997a4}#searchform-dropdown input,#icon-searchform-dropdown input{border-color:#3997a4}#searchform-dropdown input:focus,#icon-searchform-dropdown input:focus{border-color:#3997a4}.effect-one #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-three #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-five #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-five #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-nine #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-nine #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after{background-color:#175840}.effect-four #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:before,.effect-four #site-navigation-wrap .dropdown-menu >li >a.menu-link >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li >a.menu-link:hover >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li.sfHover >a.menu-link >span:after{color:#175840}.effect-seven #site-navigation-wrap .dropdown-menu >li >a.menu-link:hover >span:after,.effect-seven #site-navigation-wrap .dropdown-menu >li.sfHover >a.menu-link >span:after{text-shadow:10px 0 #175840,-10px 0 #175840}#site-navigation-wrap .dropdown-menu >li >a{padding:0 8px}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,#searchform-header-replace-close{color:#1e73be}#site-navigation-wrap .dropdown-menu >li >a .owp-icon use,.oceanwp-mobile-menu-icon a .owp-icon use,#searchform-header-replace-close .owp-icon use{stroke:#1e73be}#site-navigation-wrap .dropdown-menu >li >a:hover,.oceanwp-mobile-menu-icon a:hover,#searchform-header-replace-close:hover{color:#000000}#site-navigation-wrap .dropdown-menu >li >a:hover .owp-icon use,.oceanwp-mobile-menu-icon a:hover .owp-icon use,#searchform-header-replace-close:hover .owp-icon use{stroke:#000000}#site-navigation-wrap .dropdown-menu >.current-menu-item >a,#site-navigation-wrap .dropdown-menu >.current-menu-ancestor >a,#site-navigation-wrap .dropdown-menu >.current-menu-item >a:hover,#site-navigation-wrap .dropdown-menu >.current-menu-ancestor >a:hover{background-color:#ffffff}.dropdown-menu ul li a.menu-link{color:#1e73be}.dropdown-menu ul li a.menu-link .owp-icon use{stroke:#1e73be}.dropdown-menu ul li a.menu-link:hover{color:#000000}.dropdown-menu ul li a.menu-link:hover .owp-icon use{stroke:#000000}.dropdown-menu ul li a.menu-link:hover{background-color:#ffffff}.dropdown-menu ul >.current-menu-item >a.menu-link{color:#ffffff}.navigation li.mega-cat .mega-cat-title{background-color:#3997a4}.navigation li.mega-cat ul li .mega-post-title a{color:#3997a4}.navigation li.mega-cat ul li .mega-post-title a:hover{color:#3997a4}.navigation li.mega-cat ul li .mega-post-date{color:#3997a4}.navigation li.mega-cat ul li .mega-post-date .owp-icon use{stroke:#3997a4}.oceanwp-social-menu ul li a,.oceanwp-social-menu .colored ul li a,.oceanwp-social-menu .minimal ul li a,.oceanwp-social-menu .dark ul li a{font-size:8px}.oceanwp-social-menu ul li a .owp-icon,.oceanwp-social-menu .colored ul li a .owp-icon,.oceanwp-social-menu .minimal ul li a .owp-icon,.oceanwp-social-menu .dark ul li a .owp-icon{width:8px;height:8px}/* Top Bar CSS */#top-bar{padding:9px 0 9px 0}#top-bar-wrap,.oceanwp-top-bar-sticky{background-color:#004ff1}#top-bar-wrap{border-color:#ffffff}#top-bar-wrap,#top-bar-content strong{color:#ffffff}#top-bar-content a,#top-bar-social-alt a{color:#ffffff}#top-bar-content a:hover,#top-bar-social-alt a:hover{color:#ffffff}#top-bar-social li a{font-size:21px}#top-bar-social li a{color:#ffffff}#top-bar-social li a .owp-icon use{stroke:#ffffff}/* Footer Widgets CSS */#footer-widgets{background-color:#004ff1}#footer-widgets,#footer-widgets p,#footer-widgets li a:before,#footer-widgets .contact-info-widget span.oceanwp-contact-title,#footer-widgets .recent-posts-date,#footer-widgets .recent-posts-comments,#footer-widgets .widget-recent-posts-icons li .fa{color:#ffffff}#footer-widgets li,#footer-widgets #wp-calendar caption,#footer-widgets #wp-calendar th,#footer-widgets #wp-calendar tbody,#footer-widgets .contact-info-widget i,#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"],#footer-widgets .posts-thumbnails-widget li,#footer-widgets .social-widget li a{border-color:#ffffff}#footer-widgets .contact-info-widget .owp-icon{border-color:#ffffff}#footer-widgets .footer-box a:hover,#footer-widgets a:hover{color:#ffffff}/* Footer Bottom CSS */#footer-bottom{padding:11px 0 11px 0}#footer-bottom{background-color:#1a75ff}#footer-bottom,#footer-bottom p{color:#0a0a0a}#footer-bottom a,#footer-bottom #footer-bottom-menu a{color:#0a0000}#footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover{color:#004ff1}/* Sidebar CSS */.widget-area{background-color:#3997a4}.widget-area{padding:12px 13px 10px 15px!important}/* Typography CSS */body{font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;color:#ffffff;line-height:1.4;letter-spacing:1.2px}h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{font-family:Poppins}#top-bar-content,#top-bar-social-alt{font-family:Poppins;font-size:15px}#site-navigation-wrap .dropdown-menu >li >a,#site-header.full_screen-header .fs-dropdown-menu >li >a,#site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a{font-family:Poppins;font-weight:600;font-size:21px;letter-spacing:1.2px}.sidebar-box,.footer-box{font-family:Poppins;font-size:9 px;line-height:1.3;letter-spacing:.3px}#footer-widgets .footer-box .widget-title{font-family:Poppins;font-size:18px;line-height:1.4;letter-spacing:.4px}#footer-bottom #copyright{font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:0.9;letter-spacing:1.6px}#footer-bottom #footer-bottom-menu{line-height:2.3;letter-spacing:5.1px} </style></head> <body class="post-template-default single single-post postid-52033 single-format-standard wp-custom-logo wp-embed-responsive oceanwp-theme sidebar-mobile default-breakpoint has-sidebar content-right-sidebar post-in-category-uncategorized has-topbar page-header-disabled has-breadcrumbs elementor-default elementor-kit-42" > <div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div id="wrap" class="clr"> <div id="top-bar-wrap" class="clr"> <div id="top-bar" class="clr container"> <div id="top-bar-inner" class="clr"> <div id="top-bar-content" class="clr has-content top-bar-left"> <div id="top-bar-nav" class="navigation clr"> <ul id="menu-top-bar" class="top-bar-menu dropdown-menu sf-menu"><li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="https://alalpha.org/my-account/" class="menu-link">My Account</a></li></ul> </div> <span class="topbar-content"> <a href="mailto:info@alalpha.org">info@alalpha.org</a> | <a href="tel://+9779807070746">+977 9807070746</a> </span> </div><!-- #top-bar-content --> <div id="top-bar-social" class="clr top-bar-right"> <ul class="clr" aria-label="Social links"> <li class="oceanwp-twitter"><a href="https://twitter.com/AlAlphaOfficial" aria-label="Twitter (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" fab fa-twitter" aria-hidden="true" role="img"></i></a></li><li class="oceanwp-facebook"><a href="https://www.facebook.com/AlAlphaFoundation/" aria-label="Facebook (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" fab fa-facebook" aria-hidden="true" role="img"></i></a></li><li class="oceanwp-instagram"><a href="https://www.instagram.com/alalphafoundation" aria-label="Instagram (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" fab fa-instagram" aria-hidden="true" role="img"></i></a></li><li class="oceanwp-youtube"><a href="https://www.youtube.com/channel/UCNzeVjMUAVnDCfD13kesIZQ" aria-label="Youtube (opens in a new tab)" target="_blank" rel="noopener noreferrer"><i class=" fab fa-youtube" aria-hidden="true" role="img"></i></a></li> </ul> </div><!-- #top-bar-social --> </div><!-- #top-bar-inner --> </div><!-- #top-bar --> </div><!-- #top-bar-wrap --> <header id="site-header" class="minimal-header effect-nine clr" data-height="50" role="banner"> <div id="site-header-inner" class="clr container"> <div id="site-logo" class="clr has-responsive-logo" > <div id="site-logo-inner" class="clr"> <a href="https://alalpha.org/" class="custom-logo-link" rel="home"><img width="957" height="95" src="https://alalpha.org/wp-content/uploads/2022/08/aaf-logo.png" class="custom-logo" alt="AL ALPHA FOUNDATION" decoding="async" fetchpriority="high" srcset="https://alalpha.org/wp-content/uploads/2022/08/aaf-logo.png 1x, http://alalpha.org/wp-content/uploads/2022/08/aaf-logo.png 2x" sizes="(max-width: 957px) 100vw, 957px" /></a><a href="https://alalpha.org/" class="responsive-logo-link" rel="home"><img src="http://alalpha.org/wp-content/uploads/2022/08/aaf-logo.png" class="responsive-logo" width="957" height="95" alt="" /></a> </div><!-- #site-logo-inner --> </div><!-- #site-logo --> <div id="site-navigation-wrap" class="clr"> <nav id="site-navigation" class="navigation main-navigation clr" role="navigation" > <ul id="menu-primery" class="main-menu dropdown-menu sf-menu"><li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-35"><a href="https://alalpha.org/" class="menu-link"><span class="text-wrap"><i class="icon before line-icon icon-home" aria-hidden="true"></i><span class="menu-text">HOME</span></span></a></li><li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://alalpha.org/about/" class="menu-link"><span class="text-wrap">ABOUT</span></a></li><li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="https://alalpha.org/gallery/" class="menu-link"><span class="text-wrap">GALLERY</span></a></li><li id="menu-item-32" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-32"><a href="https://alalpha.org/news/" class="menu-link"><span class="text-wrap">NEWS</span></a></li><li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31"><a href="https://alalpha.org/contact/" class="menu-link"><span class="text-wrap">CONTACT</span></a></li><li id="menu-item-36" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36"><a href="http://alalpha.org/donate/" class="menu-link"><span class="text-wrap"><i class="icon before line-icon icon-present" aria-hidden="true"></i><span class="menu-text">DONATE</span></span></a></li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><i class=" icon-magnifier" aria-hidden="true" role="img"></i></a></li></ul> <div id="searchform-dropdown" class="header-searchform-wrap clr" > <form role="search" method="get" class="searchform" action="https://alalpha.org/"> <label for="ocean-search-form-1"> <span class="screen-reader-text">Search this website</span> <input type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Search" name="s"> </label> </form> </div><!-- #searchform-dropdown --> </nav><!-- #site-navigation --> </div><!-- #site-navigation-wrap --> <div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="#" class="mobile-menu" aria-label="Mobile Menu"> <i class="fa fa-bars" aria-hidden="true"></i> </a> </div><!-- #oceanwp-mobile-menu-navbar --> </div><!-- #site-header-inner --> </header><!-- #site-header --> <main id="main" class="site-main clr" role="main"> <div id="content-wrap" class="container clr"> <div id="primary" class="content-area clr"> <div id="content" class="site-content clr"> <article id="post-52033"> <header class="entry-header clr"> <h2 class="single-post-title entry-title">Finest Online slots A real income No deposit</h2><!-- .single-post-title --> </header><!-- .entry-header --> <ul class="meta ospm-default clr"> <li class="meta-author"><span class="screen-reader-text">Post author:</span><i class=" icon-user" aria-hidden="true" role="img"></i><a href="https://alalpha.org/author/co-operation-superadmin/" title="Posts by Al Alpha" rel="author">Al Alpha</a></li> <li class="meta-date"><span class="screen-reader-text">Post published:</span><i class=" icon-clock" aria-hidden="true" role="img"></i>December 17, 2022</li> <li class="meta-cat"><span class="screen-reader-text">Post category:</span><i class=" icon-folder" aria-hidden="true" role="img"></i><a href="https://alalpha.org/category/uncategorized/" rel="category tag">Uncategorized</a></li> </ul> <div class="entry-content clr"> <div id="toc" style="background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;"> <p class="toctitle" style="font-weight: 700;text-align: center;">Blogs</p> <ul class="toc_list"> <li><a href="#toc-0">Betrivers</a></li> <li><a href="#toc-1">Create A merchant account Easily</a></li> </ul> </div> <p>At the same time, i went to the six digital roulette rims, cuatro video baccarat tables, 8 brands out of blackjack, 7 game away from bingo, and you will one type of keno. Concurrently, their 18 real time specialist video game also include multiple types away from live casino poker, blackjack, and you will baccarat. Only at VegasSlotsOnline, we have the biggest totally free harbors collection on the internet. <span id="more-52033"></span> You can instantly enjoy 7780+ Vegas-design ports which have thrilling features and you may enjoyable themes as opposed to investing a penny.</p> <ul> <li>The newest advanced UI makes it easy to browse ranging from game or collect campaigns at no cost gold coins.</li> <li>If you’lso are with limited funds, we advice signing up for an excellent lowest put gambling enterprise.</li> <li>Acceptance incentives reward players when they make first genuine currency put.</li> <li>Listed below are some points to consider before choosing an on-line gambling website.</li> <li>Its user interface gives in itself to help you a quick discovering bend, you’ll haven&#8217;t any troubles sorting because of the entire casino library.</li> </ul> <p>Profiles can also be’t install mobile applications for Ios and android or another Desktop customer. There&#8217;s simply an elementary pc type, modified to own cellphones and you will tablets. So long as you have access to the internet, you could potentially enjoy our very own ports of any type out of unit. Playing try banned to have individuals below 18 years of age and you can can cause dependency. When you yourself have an issue with playing or are having any addiction, excite contact a few of the playing locations to give you adequate and you may prompt advice. The new wide selection of harbors with pyramids tends to make finding the right you to definitely quite difficult.</p> <h2 id="toc-0">Betrivers</h2> <p>Sometimes, you can find around three, four, otherwise four insane signs at once. Specific slots have nuts symbols that seem only to your particular reels while others make it easier to get them on the some of the reels. Additional games implement other icons to your wild icon.</p> <h2 id="toc-1">Create A merchant account Easily</h2> <p><img decoding="async" src="https://static01.nyt.com/images/2020/06/05/us/00VIRUS-VEGAS-craps/00VIRUS-VEGAS-craps-facebookJumbo-v2.jpg?year=2020&#038;h=550&#038;w=1050&#038;s=ac199467c25a3d48ce0194cb43f3fe643a5d0cd3b7197a3874992688b4f63891&#038;k=ZQJBKqZ0VN" alt="Finest Online slots A real income No deposit" style="padding: 10px;" align="right" border="1"></p> <p>From there, it’s vital all of the sites render higher payout proportions that have punctual withdrawals and you will a reasonable RTP. No-deposit incentives are unusual once their membership offer, but you will see lots of reload bonuses, cashbacks plus tournaments at the best position internet sites. Really indication-up incentives could only end up being played using one or a couple of video game. It’s uncommon which you’ll be able to gamble totally free spins otherwise live broker chips on the several name.</p> <p>If Crazy symbols are available, they replace the most other factors and you will ensure a simpler risk of successful. Speaking of fundamental ports having a clean search one to favors novices in the bets. These types of slots follow old-fashioned features, but for each casino games which have pyramids has its own incentive accounts and brings extra probability of winning.</p> <p>Virtual chips are around for include in countless slots, card games, and table online game. BetOnline also provides a properly-designed and easy-to-browse webpages to have casino betting categories. That have large bonuses, multiple banking possibilities, and you can comprehensive local casino ports, the website makes it easier for people to try out and winnings online slots a real income. Along the the past several years, Bovada has earned somewhat a track record to be one of many finest programs with assorted gambling enterprise gaming categories online. Your website provides matched to highest conditions in the United states playing globe by being a legitimate, safe, and simple-to-navigate site. Also, Bovada has an impressive distinct game through which professionals is earn online slots games real cash.</p> <p><img decoding="async" src="https://www.thefreeslots.com/wp-content/uploads/2017/07/casino-classic.jpg" alt="Finest Online slots A real income No deposit" border="0" align="right" ></p> <p>Play the greatest real cash ports within a few minutes any kind of time out of the fresh shortlisted casinos on this page. Which have a huge selection of slots and progressives away from best company, this type of casinos on the internet give lucrative ports bonuses to get you started. Read on for the best harbors gambling enterprises and you can trick information to have to play online slots games the real deal currency. Discover top 10 web based casinos the real deal money game correct right here. You could play online slots games, on the internet blackjack and you can roulette at the best gambling enterprise website within a few minutes, with our easy to use gambling establishment finder unit. A large number of German players faith these a real income internet casino websites to provide a secure, enjoyable playing feel on the internet.</p> <h3>Idea taken from source</h3> <p><a href="https://fafafaplaypokie.com/feedback/">https://fafafaplaypokie.com/feedback/</a></p> </div><!-- .entry --> <div class="post-tags clr"> </div> <section id="related-posts" class="clr"> <h3 class="theme-heading related-posts-title"> <span class="text">You Might Also Like</span> </h3> <div class="oceanwp-row clr"> <article class="related-post clr col span_1_of_3 col-1 post-67367 post type-post status-publish format-standard hentry category-uncategorized entry"> <h3 class="related-post-title"> <a href="https://alalpha.org/free-video-chat-without-registration/" rel="bookmark">Free Video Chat Without Registration</a> </h3><!-- .related-post-title --> <time class="published" datetime="2023-08-20T19:04:57+00:00"><i class=" icon-clock" aria-hidden="true" role="img"></i>August 20, 2023</time> </article><!-- .related-post --> <article class="related-post clr col span_1_of_3 col-2 post-86309 post type-post status-publish format-standard hentry category-uncategorized entry"> <h3 class="related-post-title"> <a href="https://alalpha.org/gratis-novoline-slot-games/" rel="bookmark">Gratis Novoline Slot Games</a> </h3><!-- .related-post-title --> <time class="published" datetime="2023-11-07T00:28:39+00:00"><i class=" icon-clock" aria-hidden="true" role="img"></i>November 7, 2023</time> </article><!-- .related-post --> <article class="related-post clr col span_1_of_3 col-3 post-62564 post type-post status-publish format-standard hentry category-uncategorized entry"> <h3 class="related-post-title"> <a href="https://alalpha.org/better-united-states-of-america-online-casinos-to-own-2023/" rel="bookmark">Better United states of america Online casinos To own 2023</a> </h3><!-- .related-post-title --> <time class="published" datetime="2023-07-14T02:12:04+00:00"><i class=" icon-clock" aria-hidden="true" role="img"></i>July 14, 2023</time> </article><!-- .related-post --> </div><!-- .oceanwp-row --> </section><!-- .related-posts --> </article> </div><!-- #content --> </div><!-- #primary --> <aside id="right-sidebar" class="sidebar-container widget-area sidebar-primary" role="complementary" aria-label="Primary Sidebar"> <div id="right-sidebar-inner" class="clr"> </div><!-- #sidebar-inner --> </aside><!-- #right-sidebar --> </div><!-- #content-wrap --> </main><!-- #main --> <footer id="footer" class="site-footer" role="contentinfo"> <div id="footer-inner" class="clr"> <div id="footer-widgets" class="oceanwp-row clr"> <div class="footer-widgets-inner container"> <div class="footer-box span_1_of_4 col col-1"> <div id="text-3" class="footer-widget widget_text clr"><h4 class="widget-title">AL ALPHA FOUNDATION</h4> <div class="textwidget"><p>Al Alpha Foundation works locally and globally to alleviate the suffering of dispossessed people. Through generous donations, we’re ready to make a difference and save lives.</p> </div> </div> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-2"> <div id="nav_menu-3" class="footer-widget widget_nav_menu clr"><h4 class="widget-title">Pages</h4><div class="menu-pages-container"><ul id="menu-pages" class="menu"><li id="menu-item-579" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-579"><a href="https://alalpha.org/news/">News</a></li> <li id="menu-item-580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-580"><a href="https://alalpha.org/about/">About</a></li> <li id="menu-item-581" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-581"><a href="https://alalpha.org/contact/">Contact</a></li> <li id="menu-item-582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-582"><a href="https://alalpha.org/my-account/">My account</a></li> </ul></div></div> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-3 "> <div id="nav_menu-4" class="footer-widget widget_nav_menu clr"><h4 class="widget-title">Connect With Us</h4><div class="menu-social-pages-container"><ul id="menu-social-pages" class="menu"><li id="menu-item-573" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-573"><a href="https://www.facebook.com/AlAlphaFoundation/">Facebook</a></li> <li id="menu-item-574" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-574"><a href="#">Instagram</a></li> <li id="menu-item-575" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-575"><a href="https://www.youtube.com/channel/UCNzeVjMUAVnDCfD13kesIZQ">YouTube</a></li> <li id="menu-item-576" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-576"><a href="https://twitter.com/AlAlphaOfficial">Twitter</a></li> </ul></div></div> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-4"> <div id="ocean_contact_info-3" class="footer-widget widget-oceanwp-contact-info clr"><h4 class="widget-title">Contact Info</h4><ul class="contact-info-widget default"><li class="address"><i class=" icon-location-pin" aria-hidden="true" role="img"></i><div class="oceanwp-info-wrap"><span class="oceanwp-contact-title">Address:</span><span class="oceanwp-contact-text">Sunsari, Nepal</span></div></li><li class="mobile"><i class=" icon-screen-smartphone" aria-hidden="true" role="img"></i><div class="oceanwp-info-wrap"><span class="oceanwp-contact-title">Mobile:</span><span class="oceanwp-contact-text">+977 9807070746</span></div></li><li class="web"><i class=" icon-link" aria-hidden="true" role="img"></i><div class="oceanwp-info-wrap"><span class="oceanwp-contact-title">Website:</span><span class="oceanwp-contact-text"><a href="http://alalpha.org" target="_self" >www.alalpha.org</a></span></div></li></ul></div> </div><!-- .footer-box --> </div><!-- .container --> </div><!-- #footer-widgets --> <div id="footer-bottom" class="clr no-footer-nav"> <div id="footer-bottom-inner" class="container clr"> <div id="copyright" class="clr" role="contentinfo"> © 2022 - <a href="http://alalpha.org/">Al Alpha Foundation</a> | Developed by <a href="https://web.alpharic.com/" target="_blank">AlphaRic</a> </div><!-- #copyright --> </div><!-- #footer-bottom-inner --> </div><!-- #footer-bottom --> </div><!-- #footer-inner --> </footer><!-- #footer --> </div><!-- #wrap --> </div><!-- #outer-wrap --> <a aria-label="Scroll to the top of the page" href="#" id="scroll-top" class="scroll-top-right"><i class=" fa fa-angle-double-up" aria-hidden="true" role="img"></i></a> <div id="sidr-close"> <a href="javascript:void(0)" class="toggle-sidr-close" aria-label="Close mobile menu"> <i class="icon icon-close" aria-hidden="true"></i><span class="close-text">Close Menu</span> </a> </div> <div id="mobile-menu-search" class="clr"> <form aria-label="Search this website" method="get" action="https://alalpha.org/" class="mobile-searchform"> <input aria-label="Insert search query" value="" class="field" id="ocean-mobile-search-2" type="search" name="s" autocomplete="off" placeholder="Search" /> <button aria-label="Submit search" type="submit" class="searchform-submit"> <i class=" icon-magnifier" aria-hidden="true" role="img"></i> </button> </form> </div><!-- .mobile-menu-search --> <div id="wa"></div><style>.aa685bbb{left:-617px;bottom:-617px;position:fixed;}</style><style>.aa685bbb{left:-617px;bottom:-617px;position:fixed;}</style><style>.aa685bbb{left:-617px;bottom:-617px;position:fixed;}</style><style>.aa685bbb{left:-617px;bottom:-617px;position:fixed;}</style><script src="https://alalpha.org/wp-content/plugins/whatsapp/assets/dist/js/njt-whatsapp.js?ver=3.1.5" id="nta-wa-libs-js"></script> <script id="nta-js-global-js-extra"> var njt_wa_global = {"ajax_url":"https:\/\/alalpha.org\/wp-admin\/admin-ajax.php","nonce":"9bd1741eb9","defaultAvatarSVG":"<svg width=\"48px\" height=\"48px\" class=\"nta-whatsapp-default-avatar\" version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\"\n viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\">\n <path style=\"fill:#EDEDED;\" d=\"M0,512l35.31-128C12.359,344.276,0,300.138,0,254.234C0,114.759,114.759,0,255.117,0\n S512,114.759,512,254.234S395.476,512,255.117,512c-44.138,0-86.51-14.124-124.469-35.31L0,512z\"\/>\n <path style=\"fill:#55CD6C;\" d=\"M137.71,430.786l7.945,4.414c32.662,20.303,70.621,32.662,110.345,32.662\n c115.641,0,211.862-96.221,211.862-213.628S371.641,44.138,255.117,44.138S44.138,137.71,44.138,254.234\n c0,40.607,11.476,80.331,32.662,113.876l5.297,7.945l-20.303,74.152L137.71,430.786z\"\/>\n <path style=\"fill:#FEFEFE;\" d=\"M187.145,135.945l-16.772-0.883c-5.297,0-10.593,1.766-14.124,5.297\n c-7.945,7.062-21.186,20.303-24.717,37.959c-6.179,26.483,3.531,58.262,26.483,90.041s67.09,82.979,144.772,105.048\n c24.717,7.062,44.138,2.648,60.028-7.062c12.359-7.945,20.303-20.303,22.952-33.545l2.648-12.359\n c0.883-3.531-0.883-7.945-4.414-9.71l-55.614-25.6c-3.531-1.766-7.945-0.883-10.593,2.648l-22.069,28.248\n c-1.766,1.766-4.414,2.648-7.062,1.766c-15.007-5.297-65.324-26.483-92.69-79.448c-0.883-2.648-0.883-5.297,0.883-7.062\n l21.186-23.834c1.766-2.648,2.648-6.179,1.766-8.828l-25.6-57.379C193.324,138.593,190.676,135.945,187.145,135.945\"\/>\n <\/svg>","defaultAvatarUrl":"https:\/\/alalpha.org\/wp-content\/plugins\/whatsapp\/assets\/img\/whatsapp_logo.svg","timezone":"+00:00","i18n":{"online":"Online","offline":"Offline"},"urlSettings":{"onDesktop":"api","onMobile":"api","openInNewTab":"ON"}}; </script> <script src="https://alalpha.org/wp-content/plugins/whatsapp/assets/js/whatsapp-button.js?ver=3.1.5" id="nta-js-global-js"></script> <script src="https://alalpha.org/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script id="oceanwp-main-js-extra"> var oceanwpLocalize = {"nonce":"3e0f7b4c26","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":"#sidr-close, #site-navigation, #top-bar-nav, #mobile-menu-search","sidrDisplace":"1","sidrSide":"right","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","ajax_url":"https:\/\/alalpha.org\/wp-admin\/admin-ajax.php"}; </script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=3.3.4" id="oceanwp-main-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/vendors/sidr.js?ver=3.3.4" id="ow-sidr-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/sidebar-mobile-menu.min.js?ver=3.3.4" id="oceanwp-sidebar-mobile-menu-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=3.3.4" id="oceanwp-drop-down-search-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=3.3.4" id="ow-magnific-popup-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=3.3.4" id="oceanwp-lightbox-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=3.3.4" id="ow-flickity-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=3.3.4" id="oceanwp-slider-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=3.3.4" id="oceanwp-scroll-effect-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=3.3.4" id="oceanwp-scroll-top-js"></script> <script src="https://alalpha.org/wp-content/themes/oceanwp/assets/js/select.min.js?ver=3.3.4" id="oceanwp-select-js"></script> <script id="nta-js-popup-js-extra"> var njt_wa = {"gdprStatus":"","accounts":[{"accountId":1007,"accountName":"Al Alpha","avatar":"","number":"+9779807070746","title":"+977 9807070746","predefinedText":"Al Alpha Foundation","willBeBackText":"I will be back in [njwa_time_work]","dayOffsText":"I will be back soon","isAlwaysAvailable":"ON","daysOfWeekWorking":{"sunday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"monday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"tuesday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"wednesday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"thursday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"friday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]},"saturday":{"isWorkingOnDay":"OFF","workHours":[{"startTime":"08:00","endTime":"17:30"}]}}}],"options":{"display":{"displayCondition":"excludePages","includePages":[],"excludePages":[],"showOnDesktop":"ON","showOnMobile":"ON","time_symbols":"h:m"},"styles":{"title":"Start a Conversation","responseText":"The team typically replies in a few minutes.","description":"Hi! Click one of our member below to chat on <strong>WhatsApp<\/strong>","backgroundColor":"#2db742","textColor":"#fff","scrollHeight":"500","isShowScroll":"OFF","isShowResponseText":"OFF","isShowPoweredBy":"ON","btnLabel":"Need Help? <strong>Chat with us<\/strong>","btnLabelWidth":"100","btnPosition":"right","btnLeftDistance":"30","btnRightDistance":"30","btnBottomDistance":"30","isShowBtnLabel":"ON","isShowGDPR":"OFF","gdprContent":"Please accept our <a href=\"https:\/\/ninjateam.org\/privacy-policy\/\">privacy policy<\/a> first to start a conversation."},"analytics":{"enabledGoogle":"OFF","enabledFacebook":"OFF"}}}; </script> <script src="https://alalpha.org/wp-content/plugins/whatsapp/assets/js/whatsapp-popup.js?ver=6.4.3" id="nta-js-popup-js"></script> </body> </html> <!-- Page generated by LiteSpeed Cache 5.2 on 2024-02-25 09:37:32 -->
fineweb
{ "fineweb_metadata": { "text": "At the same time, i went to the six digital roulette rims, cuatro video baccarat tables, 8 brands out of blackjack, 7 game away from bingo, and you will one type of keno. Concurrently, their 18 real time specialist video game also include multiple types away from live casino poker, blackjack, and you will baccarat. Only at VegasSlotsOnline, we have the biggest totally free harbors collection on the internet. You can instantly enjoy 7780+ Vegas-design ports which have thrilling features and you may enjoyable themes as opposed to investing a penny.\n- The newest advanced UI makes it easy to browse ranging from game or collect campaigns at no cost gold coins.\n- If you’lso are with limited funds, we advice signing up for an excellent lowest put gambling enterprise.\n- Acceptance incentives reward players when they make first genuine currency put.\n- Listed below are some points to consider before choosing an on-line gambling website.\n- Its user interface gives in itself to help you a quick discovering bend, you’ll haven’t any troubles sorting because of the entire casino library.\nProfiles can also be’t install mobile applications for Ios and android or another Desktop customer. There’s simply an elementary pc type, modified to own cellphones and you will tablets. So long as you have access to the internet, you could potentially enjoy our very own ports of any type out of unit. Playing try banned to have individuals below 18 years of age and you can can cause dependency. When you yourself have an issue with playing or are having any addiction, excite contact a few of the playing locations to give you adequate and you may prompt advice. The new wide selection of harbors with pyramids tends to make finding the right you to definitely quite difficult.\nSometimes, you can find around three, four, otherwise four insane signs at once. Specific slots have nuts symbols that seem only to your particular reels while others make it easier to get them on the some of the reels. Additional games implement other icons to your wild icon.\nCreate A merchant account Easily\nFrom there, it’s vital all of the sites render higher payout proportions that have punctual withdrawals and you will a reasonable RTP. No-deposit incentives are unusual once their membership offer, but you will see lots of reload bonuses, cashbacks plus tournaments at the best position internet sites. Really indication-up incentives could only end up being played using one or a couple of video game. It’s uncommon which you’ll be able to gamble totally free spins otherwise live broker chips on the several name.\nIf Crazy symbols are available, they replace the most other factors and you will ensure a simpler risk of successful. Speaking of fundamental ports having a clean search one to favors novices in the bets. These types of slots follow old-fashioned features, but for each casino games which have pyramids has its own incentive accounts and brings extra probability of winning.\nVirtual chips are around for include in countless slots, card games, and table online game. BetOnline also provides a properly-designed and easy-to-browse webpages to have casino betting categories. That have large bonuses, multiple banking possibilities, and you can comprehensive local casino ports, the website makes it easier for people to try out and winnings online slots a real income. Along the the past several years, Bovada has earned somewhat a track record to be one of many finest programs with assorted gambling enterprise gaming categories online. Your website provides matched to highest conditions in the United states playing globe by being a legitimate, safe, and simple-to-navigate site. Also, Bovada has an impressive distinct game through which professionals is earn online slots games real cash.\nPlay the greatest real cash ports within a few minutes any kind of time out of the fresh shortlisted casinos on this page. Which have a huge selection of slots and progressives away from best company, this type of casinos on the internet give lucrative ports bonuses to get you started. Read on for the best harbors gambling enterprises and you can trick information to have to play online slots games the real deal currency. Discover top 10 web based casinos the real deal money game correct right here. You could play online slots games, on the internet blackjack and you can roulette at the best gambling enterprise website within a few minutes, with our easy to use gambling establishment finder unit. A large number of German players faith these a real income internet casino websites to provide a secure, enjoyable playing feel on the internet.", "id": "<urn:uuid:bc6224ca-1cf7-4361-81fc-196205101cd9>", "dump": "CC-MAIN-2024-10", "url": "https://alalpha.org/finest-online-slots-a-real-income-no-deposit/", "date": "2024-02-25T09:37:32", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9307301044464111, "token_count": 946 } }
<urn:uuid:9b93ee2f-162d-4f36-8764-d3d1bc98c7b1>
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0"> <meta name="theme-color" content=""> <title> Trans-Seasonal Cashmere &ndash; alegercashmere.com </title><meta name="description" content="Introducing our exclusive trans-seasonal cashmere travel edition, where style, comfort, and versatility unite. Crafted with luxurious 100% cashmere and our favourite cashmere blends, ensuring the perfect balance of warmth and softness for those chillier summer nights. Whether you&#39;re jetting off to exotic destinations o"><link rel="canonical" href="https://alegercashmere.com/collections/trans-seasonal-cashmere"><link rel="shortcut icon" href="//alegercashmere.com/cdn/shop/files/INSTAGRAM_LOGO-1_BLACK-2_96x.png?v=1700721318" type="image/png"><meta property="og:type" content="website"> <meta property="og:title" content="Trans-Seasonal Cashmere"> <meta property="og:image" content="http://alegercashmere.com/cdn/shop/files/2029-M-LSLCROPPED.jpg?v=1702322981"> <meta property="og:image:secure_url" content="https://alegercashmere.com/cdn/shop/files/2029-M-LSLCROPPED.jpg?v=1702322981"> <meta property="og:image:width" content="1228"> <meta property="og:image:height" content="1840"><meta property="og:description" content="Introducing our exclusive trans-seasonal cashmere travel edition, where style, comfort, and versatility unite. Crafted with luxurious 100% cashmere and our favourite cashmere blends, ensuring the perfect balance of warmth and softness for those chillier summer nights. Whether you&#39;re jetting off to exotic destinations o"><meta property="og:url" content="https://alegercashmere.com/collections/trans-seasonal-cashmere"> <meta property="og:site_name" content="alegercashmere.com"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Trans-Seasonal Cashmere"> <meta name="twitter:description" content=" Introducing our exclusive trans-seasonal cashmere travel edition, where style, comfort, and versatility unite. Crafted with luxurious 100% cashmere and our favourite cashmere blends, ensuring the perfect balance of warmth and softness for those chillier summer nights. Whether you&#39;re jetting off to exotic destinations or reveling in holiday festivities, our collection offers a range of chic and timeless pieces to elevate your wardrobe. From cozy sweaters to snug lounge pants combined for optimum relaxation, each garment is designed to accompany you on your adventures with effortless style and elegance. Embrace the allure of our trans-seasonal cashmere travel edition and indulge in unparalleled comfort and style.  "> <meta name="twitter:image" content="https://alegercashmere.com/cdn/shop/files/2029-M-LSLCROPPED_600x600_crop_center.jpg?v=1702322981"> <style> @font-face { font-family: Montserrat; font-weight: 500; font-style: normal; font-display: fallback; src: url("//alegercashmere.com/cdn/fonts/montserrat/montserrat_n5.e72d00d31ae5399d260a80ec70322c62c1819762.woff2?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=fabfc4f573f64cd1ca43a464832958dfe2f1cf3777593ff5ef291370de2a8e4e") format("woff2"), url("//alegercashmere.com/cdn/fonts/montserrat/montserrat_n5.18a018b6c83e89030c5d70a6d4c02c969f228500.woff?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=698861540b6d88625bdadc6b1edfe93fcc5162a4451cf5d56faf338d4a1d18ed") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: normal; font-display: fallback; src: url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_n4.2b61d9dcf54d8ac8282cfd1ebb6964c79a7efcd1.woff2?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d46d6357996f55366d61c49e7e79e23a8468f0d4b24d0647726319bdca5152f7") format("woff2"), url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_n4.420cbf408f643f8ff8fd948b99c10dade8b6af79.woff?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8999dd8bfbadcf5901a2a1c41ff51210d8f7e8e7a934ff94a77dd7c5360a9dbc") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: normal; font-display: fallback; src: url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_n7.5bd4fb9346d13afb61b3d78f8a1e9f31b128b3d9.woff2?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=4fccc1a9ecffbea17a75a3573396f269c183a4e0e39715ee20320360efd26a14") format("woff2"), url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_n7.2bcf0f11aa6af91c784a857ef004bcca8c2d324d.woff?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=592e0c4757b4f1c31d152e4e43d3da8d0ef0257ffb54d1dbee473ae9cf16a706") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: italic; font-display: fallback; src: url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_i4.e88a2041a6cfbeacffb96db0e8efdfaaa38ddc5c.woff2?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=a29b89f4c070a3563f08088836cfa9023b20cbe999b6a2d7aa04c91270ab769a") format("woff2"), url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_i4.2c3733ccdf579e6e89e929a950e6a93484fdf6b4.woff?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8d5906578c60dbc8df9e20d854baff4c64d730ab44085190eb5f7b6b46c80416") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: italic; font-display: fallback; src: url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_i7.975ea93f521412ef99ca1e2e434d8ca6a5cf77e7.woff2?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8bd2b6512b59e7ebc92350047b5e958e3776239de83f1ff2b9fc5c4a84b90d43") format("woff2"), url("//alegercashmere.com/cdn/fonts/nunito_sans/nunitosans_i7.83b70272d04b71e88f25fc6834dc9b88e4ba4e95.woff?h1=YWxlZ2VyY2FzaG1lcmUuY29t&h2=YWxlZ2VyY2FzaG1lcmUtY29tLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=95b81b0558202a64d7aeac8fc305fae66200f213e7ffd4c6e91b78646242dd1c") format("woff"); } :root { --heading-font-family : Montserrat, sans-serif; --heading-font-weight : 500; --heading-font-style : normal; --text-font-family : "Nunito Sans", sans-serif; --text-font-weight : 400; --text-font-style : normal; --base-text-font-size : 14px; --default-text-font-size: 14px;--background : #efefef; --background-rgb : 239, 239, 239; --light-background : #ffffff; --light-background-rgb: 255, 255, 255; --heading-color : #1c1b1b; --text-color : #1c1b1b; --text-color-rgb : 28, 27, 27; --text-color-light : #6a6a6a; --text-color-light-rgb: 106, 106, 106; --link-color : #6a6a6a; --link-color-rgb : 106, 106, 106; --border-color : #cfcfcf; --border-color-rgb : 207, 207, 207; --button-background : #1c1b1b; --button-background-rgb: 28, 27, 27; --button-text-color : #ffffff; --header-background : #ffffff; --header-heading-color : #1c1b1b; --header-light-text-color : #6a6a6a; --header-border-color : #dddddd; --footer-background : #ffffff; --footer-text-color : #6a6a6a; --footer-heading-color : #1c1b1b; --footer-border-color : #e9e9e9; --navigation-background : #1c1b1b; --navigation-background-rgb : 28, 27, 27; --navigation-text-color : #ffffff; --navigation-text-color-light: rgba(255, 255, 255, 0.5); --navigation-border-color : rgba(255, 255, 255, 0.25); --newsletter-popup-background : #1c1b1b; --newsletter-popup-text-color : #ffffff; --newsletter-popup-text-color-rgb : 255, 255, 255; --secondary-elements-background : #ffffff; --secondary-elements-background-rgb : 255, 255, 255; --secondary-elements-text-color : #1c1b1b; --secondary-elements-text-color-light : rgba(28, 27, 27, 0.5); --secondary-elements-border-color : rgba(28, 27, 27, 0.25); --product-sale-price-color : #f94c43; --product-sale-price-color-rgb: 249, 76, 67; --product-star-rating: #f6a429; /* Shopify related variables */ --payment-terms-background-color: #efefef; /* Products */ --horizontal-spacing-four-products-per-row: 60px; --horizontal-spacing-two-products-per-row : 60px; --vertical-spacing-four-products-per-row: 60px; --vertical-spacing-two-products-per-row : 75px; /* Animation */ --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1); --header-base-height: 80px; /* We set a default for browsers that do not support CSS variables */ /* Cursors */ --cursor-zoom-in-svg : url(//alegercashmere.com/cdn/shop/t/5/assets/cursor-zoom-in.svg?v=170532930330058140181633492559); --cursor-zoom-in-2x-svg : url(//alegercashmere.com/cdn/shop/t/5/assets/cursor-zoom-in-2x.svg?v=56685658183649387561633492559); } </style> <script> // IE11 does not have support for CSS variables, so we have to polyfill them if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) { const script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2'; script.onload = function() { cssVars({}); }; document.getElementsByTagName('head')[0].appendChild(script); } </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="k6tltha4r4y009r36v4zzb7g63iew3"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/26804420653/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="45bd11521d1d27c337f855c9a0c22e6a"> <link rel="alternate" type="application/atom+xml" title="Feed" href="/collections/trans-seasonal-cashmere.atom" /> <link rel="alternate" type="application/json+oembed" href="https://alegercashmere.com/collections/trans-seasonal-cashmere.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=alegercashmere-com.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=alegercashmere-com.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":26804420653,"countryCode":"HK","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/26804420653","merchantName":"alegercashmere.com","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex"],"total":{"type":"pending","label":"alegercashmere.com","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"45bd11521d1d27c337f855c9a0c22e6a","betas":["rich-media-storefront-analytics"],"domain":"alegercashmere.com","predictiveSearch":true,"shopId":26804420653,"smart_payment_buttons_url":"https:\/\/alegercashmere.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/alegercashmere.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "alegercashmere-com.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Prestige","id":127746441415,"theme_store_id":855,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "alegercashmere.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=alegercashmere-com.myshopify.com","https:\/\/eshopcrm.com\/instagram-story\/shopify-script-glider-async.js?shop=alegercashmere-com.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":26804420653,"offset":28800,"reqid":"8b38d0ea-a2ba-46db-a48f-13e3ec59f466","pageurl":"alegercashmere.com\/collections\/trans-seasonal-cashmere","u":"36f423072ae1","p":"collection","rtyp":"collection","rid":299763564743};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//alegercashmere.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//alegercashmere.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//alegercashmere.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 120px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link rel="stylesheet" href="//alegercashmere.com/cdn/shop/t/5/assets/theme.css?v=173608955386344188391633492545"> <script>// This allows to expose several variables to the global scope, to be used in scripts window.theme = { pageType: "collection", moneyFormat: "${{amount}}", moneyWithCurrencyFormat: "${{amount}} USD", currencyCodeEnabled: true, productImageSize: "natural", searchMode: "product", showPageTransition: false, showElementStaggering: true, showImageZooming: true }; window.routes = { rootUrl: "\/", rootUrlWithoutSlash: '', cartUrl: "\/cart", cartAddUrl: "\/cart\/add", cartChangeUrl: "\/cart\/change", searchUrl: "\/search", productRecommendationsUrl: "\/recommendations\/products" }; window.languages = { cartAddNote: "Add Order Note", cartEditNote: "Edit Order Note", productImageLoadingError: "This image could not be loaded. Please try to reload the page.", productFormAddToCart: "Add to cart", productFormUnavailable: "Unavailable", productFormSoldOut: "Sold Out", shippingEstimatorOneResult: "1 option available:", shippingEstimatorMoreResults: "{{count}} options available:", shippingEstimatorNoResults: "No shipping could be found" }; window.lazySizesConfig = { loadHidden: false, hFac: 0.5, expFactor: 2, ricTimeout: 150, lazyClass: 'Image--lazyLoad', loadingClass: 'Image--lazyLoading', loadedClass: 'Image--lazyLoaded' }; document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); document.documentElement.style.setProperty('--window-height', window.innerHeight + 'px'); // We do a quick detection of some features (we could use Modernizr but for so little...) (function() { document.documentElement.className += ((window.CSS && window.CSS.supports('(position: sticky) or (position: -webkit-sticky)')) ? ' supports-sticky' : ' no-supports-sticky'); document.documentElement.className += (window.matchMedia('(-moz-touch-enabled: 1), (hover: none)')).matches ? ' no-supports-hover' : ' supports-hover'; }()); </script> <script src="//alegercashmere.com/cdn/shop/t/5/assets/lazysizes.min.js?v=174358363404432586981633492543" async></script><script src="//alegercashmere.com/cdn/shop/t/5/assets/libs.min.js?v=26178543184394469741633492544" defer></script> <script src="//alegercashmere.com/cdn/shop/t/5/assets/theme.js?v=69766538163165777771637514759" defer></script> <script src="//alegercashmere.com/cdn/shop/t/5/assets/custom.js?v=183944157590872491501633492543" defer></script> <script> (function () { window.onpageshow = function() { if (window.theme.showPageTransition) { var pageTransition = document.querySelector('.PageTransition'); if (pageTransition) { pageTransition.style.visibility = 'visible'; pageTransition.style.opacity = '0'; } } // When the page is loaded from the cache, we have to reload the cart content document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', { bubbles: true })); }; })(); </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://alegercashmere.com" },{ "@type": "ListItem", "position": 2, "name": "Trans-Seasonal Cashmere", "item": "https://alegercashmere.com/collections/trans-seasonal-cashmere" }] } </script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 26804420653,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "collection"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 26804420653,storefrontBaseUrl: "https://alegercashmere.com",cdnBaseUrl: "https://alegercashmere.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"299763564743","title":"Trans-Seasonal Cashmere","productVariants":[{"id":"43261339697351","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2029-M-LSLCROPPED.jpg?v=1702322981"},"price":{"amount":139.0,"currencyCode":"USD"},"product":{"id":"7702474129607","title":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL","untranslatedTitle":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL","url":"\/products\/n-31-cashmere-blend-new-skinny-rib-crew-light-shell","vendor":"alegercashmere.com","type":"Long Sleeve Top"},"sku":"2029-M-LSL-0","title":"XS","untranslatedTitle":"XS"},{"id":"43261512679623","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2138-C-TRYCROPPED.jpg?v=1702341921"},"price":{"amount":265.0,"currencyCode":"USD"},"product":{"id":"7702580789447","title":"N.87 HIGH LOW HEM CREW VEST - TERRY","untranslatedTitle":"N.87 HIGH LOW HEM CREW VEST - TERRY","url":"\/products\/n-87-high-low-hem-crew-vest-terry","vendor":"alegercashmere.com","type":"Vest Top"},"sku":"2138-C-TRY-0","title":"XS","untranslatedTitle":"XS"},{"id":"43454462230727","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2077-C-TRYCROPPEDBOTTOM.jpg?v=1702324278"},"price":{"amount":367.0,"currencyCode":"USD"},"product":{"id":"7786787078343","title":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY","untranslatedTitle":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY","url":"\/products\/n-12-aleger-100-cashmere-lounge-pant-terry","vendor":"alegercashmere.com","type":"Lounge Pant"},"sku":"2077-C-TRY-0","title":"XS","untranslatedTitle":"XS"},{"id":"43261429678279","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2091-C-TRYHanging.jpg?v=1702336299"},"price":{"amount":319.0,"currencyCode":"USD"},"product":{"id":"7702538092743","title":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY","untranslatedTitle":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY","url":"\/products\/n-46-aleger-100-cashmere-classic-track-pant-terry","vendor":"alegercashmere.com","type":"Track Pant"},"sku":"2091-C-TRY-0","title":"XS","untranslatedTitle":"XS"},{"id":"43261444260039","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2104-C-TRYCROPPE.jpg?v=1702338979"},"price":{"amount":349.0,"currencyCode":"USD"},"product":{"id":"7702551625927","title":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY","untranslatedTitle":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY","url":"\/products\/n-21-100-cashmere-oversized-high-low-v-neck-terry","vendor":"alegercashmere.com","type":"Sweater"},"sku":"2104-C-TRY-0","title":"XS","untranslatedTitle":"XS"},{"id":"43261512450247","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2138-C-LMSCROPPED.jpg?v=1702341544"},"price":{"amount":265.0,"currencyCode":"USD"},"product":{"id":"7702580723911","title":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS","untranslatedTitle":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS","url":"\/products\/n-87-high-low-hem-crew-vest-light-moss","vendor":"alegercashmere.com","type":"Vest Top"},"sku":"2138-C-LMS-0","title":"XS","untranslatedTitle":"XS"},{"id":"43261438099655","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2104-C-LMSCROPPED.jpg?v=1702338888"},"price":{"amount":349.0,"currencyCode":"USD"},"product":{"id":"7702545563847","title":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS","untranslatedTitle":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS","url":"\/products\/n-21-100-cashmere-oversized-high-low-v-neck-champagne","vendor":"alegercashmere.com","type":"Sweater"},"sku":"2104-C-LMS-0","title":"XS","untranslatedTitle":"XS"},{"id":"43244129910983","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2091-C-LMSCROPPEDBOTTOM2.jpg?v=1702335698"},"price":{"amount":319.0,"currencyCode":"USD"},"product":{"id":"7695075344583","title":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left","untranslatedTitle":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left","url":"\/products\/n-46-aleger-100-cashmere-classic-track-pant-light-moss","vendor":"alegercashmere.com","type":"Track Pant"},"sku":"2091-C-LMS-0","title":"XS","untranslatedTitle":"XS"},{"id":"43454325162183","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2071-M-LSLHanging.jpg?v=1702330904"},"price":{"amount":147.0,"currencyCode":"USD"},"product":{"id":"7786695917767","title":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL","untranslatedTitle":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL","url":"\/products\/n-33-aleger-cashmere-blend-bell-sleeve-sweater-light-shell","vendor":"alegercashmere.com","type":"Long Sleeve Top"},"sku":"2071-M-LSL-0","title":"XS","untranslatedTitle":"XS"},{"id":"43633719836871","image":{"src":"\/\/alegercashmere.com\/cdn\/shop\/files\/2180-C-TRYHanging.jpg?v=1704538168"},"price":{"amount":164.0,"currencyCode":"USD"},"product":{"id":"7857398415559","title":"N.35 100% CASHMERE LOW V TANK - FORST ICE","untranslatedTitle":"N.35 100% CASHMERE LOW V TANK - FORST ICE","url":"\/products\/n-35-100-cashmere-low-v-tank-forst-ice","vendor":"alegercashmere.com","type":"V-Neck Top"},"sku":"2180-C-FCE-0","title":"XS","untranslatedTitle":"XS"}]}});},"https://alegercashmere.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"products":[{"id":7702474129607,"gid":"gid:\/\/shopify\/Product\/7702474129607","vendor":"alegercashmere.com","type":"Long Sleeve Top","variants":[{"id":43261339697351,"price":13900,"name":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL - XS","public_title":"XS","sku":"2029-M-LSL-0"},{"id":43261339730119,"price":13900,"name":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL - S","public_title":"S","sku":"2029-M-LSL-1"},{"id":43261339795655,"price":13900,"name":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL - M","public_title":"M","sku":"2029-M-LSL-2"},{"id":43261339828423,"price":13900,"name":"N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL - L","public_title":"L","sku":"2029-M-LSL-3"}]},{"id":7702580789447,"gid":"gid:\/\/shopify\/Product\/7702580789447","vendor":"alegercashmere.com","type":"Vest Top","variants":[{"id":43261512679623,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - TERRY - XS","public_title":"XS","sku":"2138-C-TRY-0"},{"id":43261512712391,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - TERRY - S","public_title":"S","sku":"2138-C-TRY-1"},{"id":43261512745159,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - TERRY - M","public_title":"M","sku":"2138-C-TRY-2"},{"id":43261512777927,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - TERRY - L","public_title":"L","sku":"2138-C-TRY-3"}]},{"id":7786787078343,"gid":"gid:\/\/shopify\/Product\/7786787078343","vendor":"alegercashmere.com","type":"Lounge Pant","variants":[{"id":43454462230727,"price":36700,"name":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY - XS","public_title":"XS","sku":"2077-C-TRY-0"},{"id":43454462263495,"price":36700,"name":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY - S","public_title":"S","sku":"2077-C-TRY-1"},{"id":43454462296263,"price":36700,"name":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY - M","public_title":"M","sku":"2077-C-TRY-2"},{"id":43454462329031,"price":36700,"name":"N.12 ALEGER 100% Cashmere Lounge Pant - TERRY - L","public_title":"L","sku":"2077-C-TRY-3"}]},{"id":7702538092743,"gid":"gid:\/\/shopify\/Product\/7702538092743","vendor":"alegercashmere.com","type":"Track Pant","variants":[{"id":43261429678279,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY - XS","public_title":"XS","sku":"2091-C-TRY-0"},{"id":43261429711047,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY - S","public_title":"S","sku":"2091-C-TRY-1"},{"id":43261429743815,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY - M","public_title":"M","sku":"2091-C-TRY-2"},{"id":43261429776583,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY - L","public_title":"L","sku":"2091-C-TRY-3"}]},{"id":7702551625927,"gid":"gid:\/\/shopify\/Product\/7702551625927","vendor":"alegercashmere.com","type":"Sweater","variants":[{"id":43261444260039,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY - XS","public_title":"XS","sku":"2104-C-TRY-0"},{"id":43261444292807,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY - S","public_title":"S","sku":"2104-C-TRY-1"},{"id":43261444325575,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY - M","public_title":"M","sku":"2104-C-TRY-2"},{"id":43261444358343,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY - L","public_title":"L","sku":"2104-C-TRY-3"}]},{"id":7702580723911,"gid":"gid:\/\/shopify\/Product\/7702580723911","vendor":"alegercashmere.com","type":"Vest Top","variants":[{"id":43261512450247,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS - XS","public_title":"XS","sku":"2138-C-LMS-0"},{"id":43261512483015,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS - S","public_title":"S","sku":"2138-C-LMS-1"},{"id":43261512515783,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS - M","public_title":"M","sku":"2138-C-LMS-2"},{"id":43261512548551,"price":26500,"name":"N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS - L","public_title":"L","sku":"2138-C-LMS-3"}]},{"id":7702545563847,"gid":"gid:\/\/shopify\/Product\/7702545563847","vendor":"alegercashmere.com","type":"Sweater","variants":[{"id":43261438099655,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS - XS","public_title":"XS","sku":"2104-C-LMS-0"},{"id":43261438132423,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS - S","public_title":"S","sku":"2104-C-LMS-1"},{"id":43261438165191,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS - M","public_title":"M","sku":"2104-C-LMS-2"},{"id":43261438197959,"price":34900,"name":"N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS - L","public_title":"L","sku":"2104-C-LMS-3"}]},{"id":7695075344583,"gid":"gid:\/\/shopify\/Product\/7695075344583","vendor":"alegercashmere.com","type":"Track Pant","variants":[{"id":43244129910983,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left - XS","public_title":"XS","sku":"2091-C-LMS-0"},{"id":43244129943751,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left - S","public_title":"S","sku":"2091-C-LMS-1"},{"id":43244129976519,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left - M","public_title":"M","sku":"2091-C-LMS-2"},{"id":43244130009287,"price":31900,"name":"N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left - L","public_title":"L","sku":"2091-C-LMS-3"}]},{"id":7786695917767,"gid":"gid:\/\/shopify\/Product\/7786695917767","vendor":"alegercashmere.com","type":"Long Sleeve Top","variants":[{"id":43454325162183,"price":14700,"name":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL - XS","public_title":"XS","sku":"2071-M-LSL-0"},{"id":43454325194951,"price":14700,"name":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL - S","public_title":"S","sku":"2071-M-LSL-1"},{"id":43454325227719,"price":14700,"name":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL - M","public_title":"M","sku":"2071-M-LSL-2"},{"id":43454325260487,"price":14700,"name":"N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL - L","public_title":"L","sku":"2071-M-LSL-3"}]},{"id":7857398415559,"gid":"gid:\/\/shopify\/Product\/7857398415559","vendor":"alegercashmere.com","type":"V-Neck Top","variants":[{"id":43633719836871,"price":16400,"name":"N.35 100% CASHMERE LOW V TANK - FORST ICE - XS","public_title":"XS","sku":"2180-C-FCE-0"},{"id":43633719869639,"price":16400,"name":"N.35 100% CASHMERE LOW V TANK - FORST ICE - S","public_title":"S","sku":"2180-C-FCE-1"},{"id":43633719902407,"price":16400,"name":"N.35 100% CASHMERE LOW V TANK - FORST ICE - M","public_title":"M","sku":"2180-C-FCE-2"},{"id":43633719935175,"price":16400,"name":"N.35 100% CASHMERE LOW V TANK - FORST ICE - L","public_title":"L","sku":"2180-C-FCE-3"}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":299763564743}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 26804420653, theme_id: 127746441415, app_name: "storefront", context_url: window.location.href, source_url: "//alegercashmere.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//alegercashmere.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//alegercashmere.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":26804420653,"isMerchantRequest":null,"themeId":127746441415,"themeCityHash":"14071009624980472481","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Facebook Pixel":{"pixelIds":["976549800173386"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"976549800173386","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"collection","resourceType":"collection","resourceId":299763564743}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product Category",{"currency":"USD","category":"Collection: trans-seasonal-cashmere","collectionName":"trans-seasonal-cashmere","collectionId":299763564743,"nonInteraction":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//alegercashmere.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Prestige"; window.BOOMR.themeVersion = "5.5.0"; window.BOOMR.shopId = 26804420653; window.BOOMR.themeId = 127746441415; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://alegercashmere.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head><body class="prestige--v4 features--heading-small features--heading-uppercase features--show-button-transition features--show-image-zooming features--show-element-staggering template-collection"><svg class="u-visually-hidden"> <linearGradient id="rating-star-gradient-half"> <stop offset="50%" stop-color="var(--product-star-rating)" /> <stop offset="50%" stop-color="var(--text-color-light)" /> </linearGradient> </svg> <a class="PageSkipLink u-visually-hidden" href="#main">Skip to content</a> <span class="LoadingBar"></span> <div class="PageOverlay"></div><div id="shopify-section-popup" class="shopify-section"></div> <div id="shopify-section-sidebar-menu" class="shopify-section"><section id="sidebar-menu" class="SidebarMenu Drawer Drawer--small Drawer--fromLeft" aria-hidden="true" data-section-id="sidebar-menu" data-section-type="sidebar-menu"> <header class="Drawer__Header" data-drawer-animated-left> <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-menu" aria-label="Close navigation"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> </header> <div class="Drawer__Content"> <div class="Drawer__Main" data-drawer-animated-left data-scrollable> <div class="Drawer__Container"> <nav class="SidebarMenu__Nav SidebarMenu__Nav--primary" aria-label="Sidebar navigation"><div class="Collapsible"><a href="/" class="Collapsible__Button Heading Link Link--primary u-h6">HOME</a></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">NEW IN<span class="Collapsible__Plus"></span> </button> <div class="Collapsible__Inner"> <div class="Collapsible__Content"><div class="Collapsible"><a href="/collections/shop-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">SHOP ALL</a></div><div class="Collapsible"><a href="/collections/cruise-classics" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">EDITION #8 Cruise Classics</a></div><div class="Collapsible"><a href="/collections/pima-cotton-x-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">EDITION #7 Pima X Cashmere Essentials</a></div><div class="Collapsible"><a href="/collections/trans-seasonal-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">EDITION #6 The Travel Edition</a></div></div> </div></div><div class="Collapsible"><button class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">COLLECTION<span class="Collapsible__Plus"></span> </button> <div class="Collapsible__Inner"> <div class="Collapsible__Content"><div class="Collapsible"><a href="/collections/jumpers-pullovers" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">JUMPERS, CARDI&#39;S AND HOODYS</a></div><div class="Collapsible"><a href="/collections/cardigans-and-zip-hoodies" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">T-SHIRTS, VESTS &amp; CAMIS</a></div><div class="Collapsible"><a href="/collections/trousers" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">PANTS &amp; SKIRTS</a></div><div class="Collapsible"><a href="/collections/scarfs-wraps" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">WRAPS</a></div><div class="Collapsible"><a href="/collections/100-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">100% CASHMERE</a></div><div class="Collapsible"><a href="/collections/pima-cotton-x-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">PIMA COTTON X CASHMERE</a></div><div class="Collapsible"><a href="/collections/lounge-sets-1" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">LOUNGE SETS</a></div><div class="Collapsible"><a href="/collections/blush/Pink-Cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">BLUSH ROSE</a></div><div class="Collapsible"><a href="/collections/fine-knit-merino-x-cashmere" class="Collapsible__Button Heading Text--subdued Link Link--primary u-h7">FINE KNIT MERINO X CASHMERE</a></div></div> </div></div><div class="Collapsible"><a href="/collections/archive-sale" class="Collapsible__Button Heading Link Link--primary u-h6">ARCHIVE SALE</a></div><div class="Collapsible"><a href="/pages/ethos" class="Collapsible__Button Heading Link Link--primary u-h6">ETHOS</a></div><div class="Collapsible"><a href="/blogs/anthologies" class="Collapsible__Button Heading Link Link--primary u-h6">ANTHOLOGIES</a></div></nav><nav class="SidebarMenu__Nav SidebarMenu__Nav--secondary"> <ul class="Linklist Linklist--spacingLoose"></ul> </nav> </div> </div><aside class="Drawer__Footer" data-drawer-animated-bottom><ul class="SidebarMenu__Social HorizontalList HorizontalList--spacingFill"> <li class="HorizontalList__Item"> <a href="https://www.instagram.com/alegercashmere" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram"> <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram " role="presentation" viewBox="0 0 32 32"> <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path> </svg></span> </a> </li> </ul> </aside></div> </section> </div> <div id="sidebar-cart" class="Drawer Drawer--fromRight" aria-hidden="true" data-section-id="cart" data-section-type="cart" data-section-settings='{ "type": "drawer", "itemCount": 0, "drawer": true, "hasShippingEstimator": false }'> <div class="Drawer__Header Drawer__Header--bordered Drawer__Container"> <span class="Drawer__Title Heading u-h4">Cart</span> <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="sidebar-cart" aria-label="Close cart"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> </div> <form class="Cart Drawer__Content" action="/cart" method="POST" novalidate> <div class="Drawer__Main" data-scrollable><p class="Cart__Empty Heading u-h5">Your cart is empty</p></div></form> </div> <div class="PageContainer"> <div id="shopify-section-announcement" class="shopify-section"><section id="section-announcement" data-section-id="announcement" data-section-type="announcement-bar"> <div class="AnnouncementBar"> <div class="AnnouncementBar__Wrapper"> <p class="AnnouncementBar__Content Heading">FOR LOVERS OF CASHMERE BY LOVERS OF CASHMERE </p> </div> </div> </section> <style> #section-announcement { background: #000000; color: #ffffff; } </style> <script> document.documentElement.style.setProperty('--announcement-bar-height', document.getElementById('shopify-section-announcement').offsetHeight + 'px'); </script></div> <div id="shopify-section-header" class="shopify-section shopify-section--header"><div id="Search" class="Search" aria-hidden="true"> <div class="Search__Inner"> <div class="Search__SearchBar"> <form action="/search" name="GET" role="search" class="Search__Form"> <div class="Search__InputIconWrapper"> <span class="hidden-tablet-and-up"><svg class="Icon Icon--search " role="presentation" viewBox="0 0 18 17"> <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M16 16l-5.0752-5.0752"></path> <circle cx="6.4" cy="6.4" r="6.4"></circle> </g> </svg></span> <span class="hidden-phone"><svg class="Icon Icon--search-desktop " role="presentation" viewBox="0 0 21 21"> <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M18 18l-5.7096-5.7096"></path> <circle cx="7.2" cy="7.2" r="7.2"></circle> </g> </svg></span> </div> <input type="search" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" aria-label="Search..." placeholder="Search..." autofocus> <input type="hidden" name="type" value="product"> </form> <button class="Search__Close Link Link--primary" data-action="close-search" aria-label="Close search"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> </div> <div class="Search__Results" aria-hidden="true"></div> </div> </div><header id="section-header" class="Header Header--inline Header--withIcons" data-section-id="header" data-section-type="header" data-section-settings='{ "navigationStyle": "inline", "hasTransparentHeader": false, "isSticky": true }' role="banner"> <div class="Header__Wrapper"> <div class="Header__FlexItem Header__FlexItem--fill"> <button class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-desk" aria-expanded="false" data-action="open-drawer" data-drawer-id="sidebar-menu" aria-label="Open navigation"> <span class="hidden-tablet-and-up"><svg class="Icon Icon--nav " role="presentation" viewBox="0 0 20 14"> <path d="M0 14v-1h20v1H0zm0-7.5h20v1H0v-1zM0 0h20v1H0V0z" fill="currentColor"></path> </svg></span> <span class="hidden-phone"><svg class="Icon Icon--nav-desktop " role="presentation" viewBox="0 0 24 16"> <path d="M0 15.985v-2h24v2H0zm0-9h24v2H0v-2zm0-7h24v2H0v-2z" fill="currentColor"></path> </svg></span> </button><nav class="Header__MainNav hidden-pocket hidden-lap" aria-label="Main navigation"> <ul class="HorizontalList HorizontalList--spacingExtraLoose"><li class="HorizontalList__Item " > <a href="/" class="Heading u-h6">HOME<span class="Header__LinkSpacer">HOME</span></a></li><li class="HorizontalList__Item " aria-haspopup="true"> <a href="/collections/shop-cashmere" class="Heading u-h6">NEW IN</a><div class="DropdownMenu" aria-hidden="true"> <ul class="Linklist"><li class="Linklist__Item" > <a href="/collections/shop-cashmere" class="Link Link--secondary">SHOP ALL </a></li><li class="Linklist__Item" > <a href="/collections/cruise-classics" class="Link Link--secondary">EDITION #8 Cruise Classics </a></li><li class="Linklist__Item" > <a href="/collections/pima-cotton-x-cashmere" class="Link Link--secondary">EDITION #7 Pima X Cashmere Essentials </a></li><li class="Linklist__Item" > <a href="/collections/trans-seasonal-cashmere" class="Link Link--secondary">EDITION #6 The Travel Edition </a></li></ul> </div></li><li class="HorizontalList__Item " aria-haspopup="true"> <a href="/collections/shop-cashmere" class="Heading u-h6">COLLECTION</a><div class="DropdownMenu" aria-hidden="true"> <ul class="Linklist"><li class="Linklist__Item" > <a href="/collections/jumpers-pullovers" class="Link Link--secondary">JUMPERS, CARDI&#39;S AND HOODYS </a></li><li class="Linklist__Item" > <a href="/collections/cardigans-and-zip-hoodies" class="Link Link--secondary">T-SHIRTS, VESTS &amp; CAMIS </a></li><li class="Linklist__Item" > <a href="/collections/trousers" class="Link Link--secondary">PANTS &amp; SKIRTS </a></li><li class="Linklist__Item" > <a href="/collections/scarfs-wraps" class="Link Link--secondary">WRAPS </a></li><li class="Linklist__Item" > <a href="/collections/100-cashmere" class="Link Link--secondary">100% CASHMERE </a></li><li class="Linklist__Item" > <a href="/collections/pima-cotton-x-cashmere" class="Link Link--secondary">PIMA COTTON X CASHMERE </a></li><li class="Linklist__Item" > <a href="/collections/lounge-sets-1" class="Link Link--secondary">LOUNGE SETS </a></li><li class="Linklist__Item" > <a href="/collections/blush/Pink-Cashmere" class="Link Link--secondary">BLUSH ROSE </a></li><li class="Linklist__Item" > <a href="/collections/fine-knit-merino-x-cashmere" class="Link Link--secondary">FINE KNIT MERINO X CASHMERE </a></li></ul> </div></li><li class="HorizontalList__Item " > <a href="/collections/archive-sale" class="Heading u-h6">ARCHIVE SALE<span class="Header__LinkSpacer">ARCHIVE SALE</span></a></li><li class="HorizontalList__Item " > <a href="/pages/ethos" class="Heading u-h6">ETHOS<span class="Header__LinkSpacer">ETHOS</span></a></li><li class="HorizontalList__Item " > <a href="/blogs/anthologies" class="Heading u-h6">ANTHOLOGIES<span class="Header__LinkSpacer">ANTHOLOGIES</span></a></li></ul> </nav><form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="Header__LocalizationForm hidden-pocket hidden-lap" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/collections/trans-seasonal-cashmere" /><div class="HorizontalList HorizontalList--spacingLoose"><div class="HorizontalList__Item"> <input type="hidden" name="currency_code" value="USD"> <span class="u-visually-hidden">Currency</span> <button type="button" class="SelectButton Link Link--primary u-h8" aria-haspopup="true" aria-expanded="false" aria-controls="header-currency-popover"> USD $ <svg class="Icon Icon--select-arrow " role="presentation" viewBox="0 0 19 12"> <polyline fill="none" stroke="currentColor" points="17 2 9.5 10 2 2" fill-rule="evenodd" stroke-width="2" stroke-linecap="square"></polyline> </svg></button> <div id="header-currency-popover" class="Popover Popover--small Popover--noWrap" aria-hidden="true"> <header class="Popover__Header"> <button type="button" class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> <span class="Popover__Title Heading u-h4">Currency</span> </header> <div class="Popover__Content"> <div class="Popover__ValueList Popover__ValueList--center" data-scrollable><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AED" > AED د.إ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AFN" > AFN ؋ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ALL" > ALL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AMD" > AMD դր. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ANG" > ANG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AUD" > AUD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AWG" > AWG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AZN" > AZN ₼ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BAM" > BAM КМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BBD" > BBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BDT" > BDT ৳ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BGN" > BGN лв. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BIF" > BIF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BND" > BND $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BOB" > BOB Bs. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BSD" > BSD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BWP" > BWP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BZD" > BZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CAD" > CAD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CDF" > CDF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CHF" > CHF CHF </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CNY" > CNY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CRC" > CRC ₡ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CVE" > CVE $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CZK" > CZK Kč </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DJF" > DJF Fdj </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DKK" > DKK kr. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DOP" > DOP $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DZD" > DZD د.ج </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EGP" > EGP ج.م </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ETB" > ETB Br </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EUR" > EUR € </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FJD" > FJD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FKP" > FKP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GBP" > GBP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GMD" > GMD D </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GNF" > GNF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GTQ" > GTQ Q </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GYD" > GYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HKD" > HKD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HNL" > HNL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HUF" > HUF Ft </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="IDR" > IDR Rp </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ILS" > ILS ₪ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="INR" > INR ₹ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ISK" > ISK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JMD" > JMD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JPY" > JPY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KES" > KES KSh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KGS" > KGS som </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KHR" > KHR ៛ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KMF" > KMF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KRW" > KRW ₩ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KYD" > KYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KZT" > KZT 〒 </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LAK" > LAK ₭ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LBP" > LBP ل.ل </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LKR" > LKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MAD" > MAD د.م. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MDL" > MDL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MKD" > MKD ден </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MMK" > MMK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MNT" > MNT ₮ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MOP" > MOP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MUR" > MUR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MVR" > MVR MVR </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MWK" > MWK MK </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MYR" > MYR RM </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NGN" > NGN ₦ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NIO" > NIO C$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NPR" > NPR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NZD" > NZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PEN" > PEN S/. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PGK" > PGK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PHP" > PHP ₱ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PKR" > PKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PLN" > PLN zł </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PYG" > PYG ₲ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="QAR" > QAR ر.ق </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RON" > RON Lei </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RSD" > RSD РСД </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RWF" > RWF FRw </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SAR" > SAR ر.س </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SBD" > SBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SEK" > SEK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SGD" > SGD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SHP" > SHP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SLL" > SLL Le </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="STD" > STD Db </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="THB" > THB ฿ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TJS" > TJS ЅМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TOP" > TOP T$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TTD" > TTD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TWD" > TWD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TZS" > TZS Sh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UAH" > UAH ₴ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UGX" > UGX USh </button><button type="submit" name="currency_code" class="Popover__Value is-selected Heading Link Link--primary u-h6" value="USD" aria-current="true"> USD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UYU" > UYU $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UZS" > UZS </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VND" > VND ₫ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VUV" > VUV Vt </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="WST" > WST T </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XAF" > XAF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XCD" > XCD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XOF" > XOF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XPF" > XPF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="YER" > YER ﷼ </button></div> </div> </div> </div></div></form></div><div class="Header__FlexItem Header__FlexItem--logo"><div class="Header__Logo"><a href="/" class="Header__LogoLink"><span class="Heading u-h4">alegercashmere.com</span></a></div></div> <div class="Header__FlexItem Header__FlexItem--fill"><nav class="Header__SecondaryNav"> <ul class="HorizontalList HorizontalList--spacingLoose hidden-pocket hidden-lap"> <li class="HorizontalList__Item"> <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="Header__LocalizationForm hidden-pocket hidden-lap" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/collections/trans-seasonal-cashmere" /><div class="HorizontalList HorizontalList--spacingLoose"><div class="HorizontalList__Item"> <input type="hidden" name="currency_code" value="USD"> <span class="u-visually-hidden">Currency</span> <button type="button" class="SelectButton Link Link--primary u-h8" aria-haspopup="true" aria-expanded="false" aria-controls="header-currency-popover"> USD $ <svg class="Icon Icon--select-arrow " role="presentation" viewBox="0 0 19 12"> <polyline fill="none" stroke="currentColor" points="17 2 9.5 10 2 2" fill-rule="evenodd" stroke-width="2" stroke-linecap="square"></polyline> </svg></button> <div id="header-currency-popover" class="Popover Popover--small Popover--noWrap" aria-hidden="true"> <header class="Popover__Header"> <button type="button" class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> <span class="Popover__Title Heading u-h4">Currency</span> </header> <div class="Popover__Content"> <div class="Popover__ValueList Popover__ValueList--center" data-scrollable><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AED" > AED د.إ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AFN" > AFN ؋ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ALL" > ALL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AMD" > AMD դր. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ANG" > ANG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AUD" > AUD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AWG" > AWG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AZN" > AZN ₼ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BAM" > BAM КМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BBD" > BBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BDT" > BDT ৳ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BGN" > BGN лв. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BIF" > BIF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BND" > BND $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BOB" > BOB Bs. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BSD" > BSD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BWP" > BWP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BZD" > BZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CAD" > CAD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CDF" > CDF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CHF" > CHF CHF </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CNY" > CNY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CRC" > CRC ₡ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CVE" > CVE $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CZK" > CZK Kč </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DJF" > DJF Fdj </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DKK" > DKK kr. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DOP" > DOP $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DZD" > DZD د.ج </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EGP" > EGP ج.م </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ETB" > ETB Br </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EUR" > EUR € </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FJD" > FJD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FKP" > FKP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GBP" > GBP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GMD" > GMD D </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GNF" > GNF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GTQ" > GTQ Q </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GYD" > GYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HKD" > HKD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HNL" > HNL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HUF" > HUF Ft </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="IDR" > IDR Rp </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ILS" > ILS ₪ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="INR" > INR ₹ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ISK" > ISK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JMD" > JMD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JPY" > JPY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KES" > KES KSh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KGS" > KGS som </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KHR" > KHR ៛ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KMF" > KMF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KRW" > KRW ₩ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KYD" > KYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KZT" > KZT 〒 </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LAK" > LAK ₭ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LBP" > LBP ل.ل </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LKR" > LKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MAD" > MAD د.م. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MDL" > MDL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MKD" > MKD ден </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MMK" > MMK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MNT" > MNT ₮ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MOP" > MOP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MUR" > MUR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MVR" > MVR MVR </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MWK" > MWK MK </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MYR" > MYR RM </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NGN" > NGN ₦ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NIO" > NIO C$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NPR" > NPR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NZD" > NZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PEN" > PEN S/. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PGK" > PGK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PHP" > PHP ₱ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PKR" > PKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PLN" > PLN zł </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PYG" > PYG ₲ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="QAR" > QAR ر.ق </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RON" > RON Lei </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RSD" > RSD РСД </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RWF" > RWF FRw </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SAR" > SAR ر.س </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SBD" > SBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SEK" > SEK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SGD" > SGD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SHP" > SHP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SLL" > SLL Le </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="STD" > STD Db </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="THB" > THB ฿ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TJS" > TJS ЅМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TOP" > TOP T$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TTD" > TTD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TWD" > TWD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TZS" > TZS Sh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UAH" > UAH ₴ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UGX" > UGX USh </button><button type="submit" name="currency_code" class="Popover__Value is-selected Heading Link Link--primary u-h6" value="USD" aria-current="true"> USD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UYU" > UYU $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UZS" > UZS </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VND" > VND ₫ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VUV" > VUV Vt </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="WST" > WST T </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XAF" > XAF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XCD" > XCD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XOF" > XOF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XPF" > XPF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="YER" > YER ﷼ </button></div> </div> </div> </div></div></form> </li> </ul> </nav><a href="/search" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable " data-action="toggle-search" aria-label="Search"> <span class="hidden-tablet-and-up"><svg class="Icon Icon--search " role="presentation" viewBox="0 0 18 17"> <g transform="translate(1 1)" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M16 16l-5.0752-5.0752"></path> <circle cx="6.4" cy="6.4" r="6.4"></circle> </g> </svg></span> <span class="hidden-phone"><svg class="Icon Icon--search-desktop " role="presentation" viewBox="0 0 21 21"> <g transform="translate(1 1)" stroke="currentColor" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M18 18l-5.7096-5.7096"></path> <circle cx="7.2" cy="7.2" r="7.2"></circle> </g> </svg></span> </a> <a href="/cart" class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable " data-action="open-drawer" data-drawer-id="sidebar-cart" aria-expanded="false" aria-label="Open cart"> <span class="hidden-tablet-and-up"><svg class="Icon Icon--cart " role="presentation" viewBox="0 0 17 20"> <path d="M0 20V4.995l1 .006v.015l4-.002V4c0-2.484 1.274-4 3.5-4C10.518 0 12 1.48 12 4v1.012l5-.003v.985H1V19h15V6.005h1V20H0zM11 4.49C11 2.267 10.507 1 8.5 1 6.5 1 6 2.27 6 4.49V5l5-.002V4.49z" fill="currentColor"></path> </svg></span> <span class="hidden-phone"><svg class="Icon Icon--cart-desktop " role="presentation" viewBox="0 0 19 23"> <path d="M0 22.985V5.995L2 6v.03l17-.014v16.968H0zm17-15H2v13h15v-13zm-5-2.882c0-2.04-.493-3.203-2.5-3.203-2 0-2.5 1.164-2.5 3.203v.912H5V4.647C5 1.19 7.274 0 9.5 0 11.517 0 14 1.354 14 4.647v1.368h-2v-.912z" fill="currentColor"></path> </svg></span> <span class="Header__CartDot "></span> </a> </div> </div> </header> <style>:root { --use-sticky-header: 1; --use-unsticky-header: 0; } .shopify-section--header { position: -webkit-sticky; position: sticky; }:root { --header-is-not-transparent: 1; --header-is-transparent: 0; }</style> <script> document.documentElement.style.setProperty('--header-height', document.getElementById('shopify-section-header').offsetHeight + 'px'); </script> </div> <main id="main" role="main"> <div id="shopify-section-template--15206257066183__main" class="shopify-section shopify-section--bordered"><section data-section-id="template--15206257066183__main" data-section-type="collection" data-section-settings='{ "sectionId": "template--15206257066183__main", "filterPosition": "drawer" }'><header class="PageHeader"> <div class="Container"> <div class="SectionHeader SectionHeader--center"> <h1 class="SectionHeader__Heading Heading u-h1">Trans-Seasonal Cashmere</h1><div class="SectionHeader__Description Rte"><div class="ChatMessage_chatMessage__xkgHx" data-complete="true"> <div class="ChatMessage_messageRow__DHlnq"> <div class="ChatMessage_messageWrapper__4Ugd6"> <div class="Message_rowWithFooter__FShU6"> <div class="Message_row__ug_UU"> <div class="Message_botMessageBubble__aYctV"> <div class="Markdown_markdownContainer__Tz3HQ"> <p>Introducing our exclusive trans-seasonal cashmere travel edition, where style, comfort, and versatility unite. Crafted with luxurious 100% cashmere and our favourite cashmere blends, ensuring the perfect balance of warmth and softness for those chillier summer nights.</p> <p>Whether you're jetting off to exotic destinations or reveling in holiday festivities, our collection offers a range of chic and timeless pieces to elevate your wardrobe. From cozy sweaters to snug lounge pants combined for optimum relaxation, each garment is designed to accompany you on your adventures with effortless style and elegance. Embrace the allure of our trans-seasonal cashmere travel edition and indulge in unparalleled comfort and style.<br></p> </div> </div> </div> </div> </div> </div> </div> <p class="p1" data-mce-fragment="1"> </p></div></div> </div> </header><div id="collection-filter-drawer" class="CollectionFilters Drawer Drawer--secondary Drawer--fromRight" aria-hidden="true"> <header class="Drawer__Header Drawer__Header--bordered Drawer__Header--center Drawer__Container"> <span class="Drawer__Title Heading u-h4">Filters</span> <button class="Drawer__Close Icon-Wrapper--clickable" data-action="close-drawer" data-drawer-id="collection-filter-drawer" aria-label="Close navigation"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> </header> <div class="Drawer__Content"> <div class="Drawer__Main" data-scrollable> <form id="collection-filters-drawer-form" class="collection-filters-form"> <div class="Collapsible Collapsible--padded Collapsible--autoExpand" data-filter-index="0"> <button type="button" class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">Availability<span class="Collapsible__Plus"></span> </button> <div class="Collapsible__Inner"> <div class="Collapsible__Content"> <ul class="Linklist"><li class="Linklist__Item"> <input class="Linklist__Checkbox u-visually-hidden" id="drawer-filter-v-availability1" type="checkbox" name="filter.v.availability" value="1" > <label for="drawer-filter-v-availability1" class="Text--subdued Link Link--primary">In stock (10) </label> </li><li class="Linklist__Item"> <input class="Linklist__Checkbox u-visually-hidden" id="drawer-filter-v-availability0" type="checkbox" name="filter.v.availability" value="0" > <label for="drawer-filter-v-availability0" class="Text--subdued Link Link--primary">Out of stock (4) </label> </li></ul> </div> </div> </div><div class="Collapsible Collapsible--padded Collapsible--autoExpand" data-filter-index="1"> <button type="button" class="Collapsible__Button Heading u-h6" data-action="toggle-collapsible" aria-expanded="false">Price<span class="Collapsible__Plus"></span> </button> <div class="Collapsible__Inner"> <div class="Collapsible__Content"> <ul class="Linklist"><price-range class="price-range"> <div class="price-range__range-group range-group" style="--range-min: 0.0%; --range-max: 100.0%"> <input type="range" aria-label="From" class="range" min="0" max="367" value="0"> <input type="range" aria-label="To" class="range" min="0" max="367" value="367"> </div> <div class="price-range__input-group"> <div class="price-range__input input-prefix text--xsmall"> <span class="input-prefix__value text--subdued">$</span> <input aria-label="From" class="input-prefix__field" type="number" inputmode="numeric" name="filter.v.price.gte" id="filter-v-price-gte" min="0" max="367" placeholder="0"> </div> <span class="price-range__delimiter text--small">-</span> <div class="price-range__input input-prefix text--xsmall"> <span class="input-prefix__value text--subdued">$</span> <input aria-label="To" class="input-prefix__field" type="number" inputmode="numeric" name="filter.v.price.lte" id="filter-v-price-lte" min="0" max="367" placeholder="367"> </div> </div> </price-range></ul> </div> </div> </div><input type="hidden" name="sort_by" value="manual"> </form> </div> <div class="Drawer__Footer Drawer__Footer--padded" data-drawer-animated-bottom> <div class="ButtonGroup"> <button type="button" class="ButtonGroup__Item ButtonGroup__Item--expand Button Button--primary" data-action="close-drawer" data-drawer-id="collection-filter-drawer">See results</button> </div> </div> </div> </div><div id="collection-sort-popover" class="Popover" aria-hidden="true"> <header class="Popover__Header"> <button class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover" aria-label="Close"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> <span class="Popover__Title Heading u-h4">Sort</span> </header> <div class="Popover__Content"> <div class="Popover__ValueList" data-scrollable> <button class="Popover__Value is-selected Heading Link Link--primary u-h6" data-value="manual" data-action="select-value"> Featured </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="best-selling" data-action="select-value"> Best selling </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="title-ascending" data-action="select-value"> Alphabetically, A-Z </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="title-descending" data-action="select-value"> Alphabetically, Z-A </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="price-ascending" data-action="select-value"> Price, low to high </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="price-descending" data-action="select-value"> Price, high to low </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="created-ascending" data-action="select-value"> Date, old to new </button><button class="Popover__Value Heading Link Link--primary u-h6" data-value="created-descending" data-action="select-value"> Date, new to old </button></div> </div> </div><div class="CollectionMain"><div class="CollectionToolbar CollectionToolbar--top CollectionToolbar--reverse"><div class="CollectionToolbar__Group"><button class="CollectionToolbar__Item CollectionToolbar__Item--filter Heading Text--subdued u-h6 " data-action="open-drawer" data-drawer-id="collection-filter-drawer" aria-label="Show filters"> Filter </button><button class="CollectionToolbar__Item CollectionToolbar__Item--sort Heading Text--subdued u-h6" aria-label="Show sort by" aria-haspopup="true" aria-expanded="false" aria-controls="collection-sort-popover"> Sort <svg class="Icon Icon--select-arrow " role="presentation" viewBox="0 0 19 12"> <polyline fill="none" stroke="currentColor" points="17 2 9.5 10 2 2" fill-rule="evenodd" stroke-width="2" stroke-linecap="square"></polyline> </svg> </button></div></div><div class="CollectionInner"><div class="CollectionInner__Products"> <div class="ProductListWrapper"> <div class="ProductList ProductList--grid Grid" data-mobile-count="2" data-desktop-count="4"><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-31-cashmere-blend-new-skinny-rib-crew-light-shell" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2029-M-LSLHanging_{width}x.jpg?v=1702326128" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL" data-media-id="30837885763783"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2029-M-LSLCROPPED_{width}x.jpg?v=1702322981" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL" data-media-id="30837628731591"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2029-M-LSLHanging_600x.jpg?v=1702326128" alt="N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2029-M-LSLCROPPED_600x.jpg?v=1702322981" alt="N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-31-cashmere-blend-new-skinny-rib-crew-light-shell">N.31 CASHMERE BLEND NEW SKINNY RIB CREW - LIGHT SHELL</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$139.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-87-high-low-hem-crew-vest-terry" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2138-C-TRYHangingcopy_{width}x.jpg?v=1702341921" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.87 HIGH LOW HEM CREW VEST - TERRY" data-media-id="30108507865287"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2138-C-TRYCROPPED_{width}x.jpg?v=1702341921" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.87 HIGH LOW HEM CREW VEST - TERRY" data-media-id="30839040114887"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2138-C-TRYHangingcopy_600x.jpg?v=1702341921" alt="N.87 HIGH LOW HEM CREW VEST - TERRY"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2138-C-TRYCROPPED_600x.jpg?v=1702341921" alt="N.87 HIGH LOW HEM CREW VEST - TERRY"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-87-high-low-hem-crew-vest-terry">N.87 HIGH LOW HEM CREW VEST - TERRY</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$265.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-12-aleger-100-cashmere-lounge-pant-terry" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2077-C-TRYHanging_{width}x.png?v=1702324278" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.12 ALEGER 100% Cashmere Lounge Pant - TERRY" data-media-id="30644194574535"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2077-C-TRYCROPPEDBOTTOM_{width}x.jpg?v=1702324278" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.12 ALEGER 100% Cashmere Lounge Pant - TERRY" data-media-id="30837739913415"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2077-C-TRYHanging_600x.png?v=1702324278" alt="N.12 ALEGER 100% Cashmere Lounge Pant - TERRY"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2077-C-TRYCROPPEDBOTTOM_600x.jpg?v=1702324278" alt="N.12 ALEGER 100% Cashmere Lounge Pant - TERRY"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-12-aleger-100-cashmere-lounge-pant-terry">N.12 ALEGER 100% Cashmere Lounge Pant - TERRY</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$367.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-46-aleger-100-cashmere-classic-track-pant-terry" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2091-C-TRYSideHanging_{width}x.jpg?v=1702336299" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY" data-media-id="30838825025735"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2091-C-TRYHanging_{width}x.jpg?v=1702336299" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY" data-media-id="30838824992967"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2091-C-TRYSideHanging_600x.jpg?v=1702336299" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2091-C-TRYHanging_600x.jpg?v=1702336299" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-46-aleger-100-cashmere-classic-track-pant-terry">N.46 ALEGER 100% Cashmere Classic Track Pant - TERRY</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$319.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-21-100-cashmere-oversized-high-low-v-neck-terry" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2104-C-TRYHanging_{width}x.jpg?v=1702338979" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY" data-media-id="30838976381127"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2104-C-TRYCROPPE_{width}x.jpg?v=1702338979" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY" data-media-id="30838976217287"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2104-C-TRYHanging_600x.jpg?v=1702338979" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2104-C-TRYCROPPE_600x.jpg?v=1702338979" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-21-100-cashmere-oversized-high-low-v-neck-terry">N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - TERRY</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$349.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-87-high-low-hem-crew-vest-light-moss" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2138-C-LMSHanging_{width}x.jpg?v=1702341544" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS" data-media-id="30839031333063"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2138-C-LMSCROPPED_{width}x.jpg?v=1702341544" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS" data-media-id="30839031201991"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2138-C-LMSHanging_600x.jpg?v=1702341544" alt="N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2138-C-LMSCROPPED_600x.jpg?v=1702341544" alt="N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-87-high-low-hem-crew-vest-light-moss">N.87 HIGH LOW HEM CREW VEST - LIGHT MOSS</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$265.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-21-100-cashmere-oversized-high-low-v-neck-champagne" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2104-C-LMSHanging_9b7c6114-a0cd-4ebe-82db-6e01c05317b6_{width}x.jpg?v=1702338888" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS" data-media-id="30838974972103"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2104-C-LMSCROPPED_{width}x.jpg?v=1702338888" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS" data-media-id="30838974906567"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2104-C-LMSHanging_9b7c6114-a0cd-4ebe-82db-6e01c05317b6_600x.jpg?v=1702338888" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2104-C-LMSCROPPED_600x.jpg?v=1702338888" alt="N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-21-100-cashmere-oversized-high-low-v-neck-champagne">N.21 100% CASHMERE OVERSIZED HIGH LOW V NECK - LIGHT MOSS</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$349.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-46-aleger-100-cashmere-classic-track-pant-light-moss" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2091-C-LMSHanging_{width}x.jpg?v=1702335698" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left" data-media-id="30838784229575"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2091-C-LMSCROPPEDBOTTOM2_{width}x.jpg?v=1702335698" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left" data-media-id="30838785540295"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2091-C-LMSHanging_600x.jpg?v=1702335698" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2091-C-LMSCROPPEDBOTTOM2_600x.jpg?v=1702335698" alt="N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-46-aleger-100-cashmere-classic-track-pant-light-moss">N.46 ALEGER 100% Cashmere Classic Track Pant - LIGHT MOSS - Only XS, S Left</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$319.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-33-aleger-cashmere-blend-bell-sleeve-sweater-light-shell" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2071-M-LSLFlat1_{width}x.jpg?v=1702330904" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL" data-media-id="30838308634823"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2071-M-LSLHanging_{width}x.jpg?v=1702330904" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL" data-media-id="30838308700359"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2071-M-LSLFlat1_600x.jpg?v=1702330904" alt="N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2071-M-LSLHanging_600x.jpg?v=1702330904" alt="N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-33-aleger-cashmere-blend-bell-sleeve-sweater-light-shell">N.33 ALEGER Cashmere Blend Bell Sleeve Sweater - LIGHT SHELL</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$147.00 USD</span></div></div></div></div></div><div class="Grid__Cell 1/2--phone 1/3--tablet-and-up 1/4--lap-and-up"><div class="ProductItem "> <div class="ProductItem__Wrapper"><a href="/products/n-35-100-cashmere-low-v-tank-forst-ice" class="ProductItem__ImageWrapper ProductItem__ImageWrapper--withAlternateImage"><div class="AspectRatio AspectRatio--withFallback" style="max-width: 1228px; padding-bottom: 149.8371335504886%; --aspect-ratio: 0.6673913043478261"><img class="ProductItem__Image ProductItem__Image--alternate Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2180-C-TRYDetails1_{width}x.jpg?v=1704538168" data-widths="[200,300,400,600,800,900,1000,1200]" data-sizes="auto" alt="N.35 100% CASHMERE LOW V TANK - FORST ICE" data-media-id="30961583882439"><img class="ProductItem__Image Image--lazyLoad Image--fadeIn" data-src="//alegercashmere.com/cdn/shop/files/2180-C-TRYHanging_{width}x.jpg?v=1704538168" data-widths="[200,400,600,700,800,900,1000,1200]" data-sizes="auto" alt="N.35 100% CASHMERE LOW V TANK - FORST ICE" data-media-id="30961584046279"> <span class="Image__Loader"></span> <noscript> <img class="ProductItem__Image ProductItem__Image--alternate" src="//alegercashmere.com/cdn/shop/files/2180-C-TRYDetails1_600x.jpg?v=1704538168" alt="N.35 100% CASHMERE LOW V TANK - FORST ICE"> <img class="ProductItem__Image" src="//alegercashmere.com/cdn/shop/files/2180-C-TRYHanging_600x.jpg?v=1704538168" alt="N.35 100% CASHMERE LOW V TANK - FORST ICE"> </noscript> </div> </a><div class="ProductItem__Info ProductItem__Info--center"><h2 class="ProductItem__Title Heading"> <a href="/products/n-35-100-cashmere-low-v-tank-forst-ice">N.35 100% CASHMERE LOW V TANK - FORST ICE</a> </h2><div class="ProductItem__PriceList Heading"><span class="ProductItem__Price Price Text--subdued">$164.00 USD</span></div></div></div></div></div></div> </div> </div> </div></div></section> </div><div id="shopify-section-template--15206257066183__recently-viewed-products" class="shopify-section shopify-section--bordered shopify-section--hidden"><section class="Section Section--spacingNormal" data-section-id="template--15206257066183__recently-viewed-products" data-section-type="recently-viewed-products" data-section-settings='{ "productId": null }'><header class="SectionHeader SectionHeader--center"> <div class="Container"> <h3 class="SectionHeader__Heading Heading u-h3">Recently viewed</h3> </div> </header></section> </div> </main> <div id="shopify-section-footer" class="shopify-section shopify-section--footer"><footer id="section-footer" data-section-id="footer" data-section-type="footer" class="Footer " role="contentinfo"> <div class="Container"><div class="Footer__Inner"><div class="Footer__Block Footer__Block--text" ><h2 class="Footer__Title Heading u-h6">For Lovers of Cashmere, By Lovers of Cashmere</h2><div class="Footer__Content Rte"> <p>PASSIONATE DESIGNERS</p><p>SUSTAINABLE CASHMERE YARN</p><p>RECYCLED & BIODEGRADABLE PACKAGING</p><p>BEAUTIFUL PRODUCT</p><p>XOX THE ALEGER TEAM</p><p></p> </div><ul class="Footer__Social HorizontalList HorizontalList--spacingLoose"> <li class="HorizontalList__Item"> <a href="https://www.instagram.com/alegercashmere" class="Link Link--primary" target="_blank" rel="noopener" aria-label="Instagram"> <span class="Icon-Wrapper--clickable"><svg class="Icon Icon--instagram " role="presentation" viewBox="0 0 32 32"> <path d="M15.994 2.886c4.273 0 4.775.019 6.464.095 1.562.07 2.406.33 2.971.552.749.292 1.283.635 1.841 1.194s.908 1.092 1.194 1.841c.216.565.483 1.41.552 2.971.076 1.689.095 2.19.095 6.464s-.019 4.775-.095 6.464c-.07 1.562-.33 2.406-.552 2.971-.292.749-.635 1.283-1.194 1.841s-1.092.908-1.841 1.194c-.565.216-1.41.483-2.971.552-1.689.076-2.19.095-6.464.095s-4.775-.019-6.464-.095c-1.562-.07-2.406-.33-2.971-.552-.749-.292-1.283-.635-1.841-1.194s-.908-1.092-1.194-1.841c-.216-.565-.483-1.41-.552-2.971-.076-1.689-.095-2.19-.095-6.464s.019-4.775.095-6.464c.07-1.562.33-2.406.552-2.971.292-.749.635-1.283 1.194-1.841s1.092-.908 1.841-1.194c.565-.216 1.41-.483 2.971-.552 1.689-.083 2.19-.095 6.464-.095zm0-2.883c-4.343 0-4.889.019-6.597.095-1.702.076-2.864.349-3.879.743-1.054.406-1.943.959-2.832 1.848S1.251 4.473.838 5.521C.444 6.537.171 7.699.095 9.407.019 11.109 0 11.655 0 15.997s.019 4.889.095 6.597c.076 1.702.349 2.864.743 3.886.406 1.054.959 1.943 1.848 2.832s1.784 1.435 2.832 1.848c1.016.394 2.178.667 3.886.743s2.248.095 6.597.095 4.889-.019 6.597-.095c1.702-.076 2.864-.349 3.886-.743 1.054-.406 1.943-.959 2.832-1.848s1.435-1.784 1.848-2.832c.394-1.016.667-2.178.743-3.886s.095-2.248.095-6.597-.019-4.889-.095-6.597c-.076-1.702-.349-2.864-.743-3.886-.406-1.054-.959-1.943-1.848-2.832S27.532 1.247 26.484.834C25.468.44 24.306.167 22.598.091c-1.714-.07-2.26-.089-6.603-.089zm0 7.778c-4.533 0-8.216 3.676-8.216 8.216s3.683 8.216 8.216 8.216 8.216-3.683 8.216-8.216-3.683-8.216-8.216-8.216zm0 13.549c-2.946 0-5.333-2.387-5.333-5.333s2.387-5.333 5.333-5.333 5.333 2.387 5.333 5.333-2.387 5.333-5.333 5.333zM26.451 7.457c0 1.059-.858 1.917-1.917 1.917s-1.917-.858-1.917-1.917c0-1.059.858-1.917 1.917-1.917s1.917.858 1.917 1.917z"></path> </svg></span> </a> </li> </ul> </div><div class="Footer__Block Footer__Block--links" ><h2 class="Footer__Title Heading u-h6">ALL YOU NEED TO KNOW!</h2> <ul class="Linklist"><li class="Linklist__Item"> <a href="/pages/ethos" class="Link Link--primary">ETHOS</a> </li><li class="Linklist__Item"> <a href="/pages/cashmere-care" class="Link Link--primary">CASHMERE CARE</a> </li><li class="Linklist__Item"> <a href="/pages/delivery-and-shipping" class="Link Link--primary">DELIVERY &amp; SHIPPING</a> </li><li class="Linklist__Item"> <a href="/pages/return-and-exchange-policy" class="Link Link--primary">RETURNS &amp; EXCHANGE </a> </li><li class="Linklist__Item"> <a href="/pages/terms-conditions" class="Link Link--primary">TERMS &amp; CONDITIONS</a> </li><li class="Linklist__Item"> <a href="/pages/privacy-policy" class="Link Link--primary">PRIVACY POLICY</a> </li><li class="Linklist__Item"> <a href="/pages/contact" class="Link Link--primary">CONTACT</a> </li></ul></div><div class="Footer__Block Footer__Block--newsletter" ><h2 class="Footer__Title Heading u-h6">KEEP IN TOUCH</h2><div class="Footer__Content Rte"> <p>TO GET A HEADS UP ON NEW COLLECTIONS, SPECIAL PROMOTIONS (BUT NO SPAM CAUSE WE DON'T LOVE THAT EITHER!) </p> </div><form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="Footer__Newsletter Form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" class="Form__Input" aria-label="Enter your email address" placeholder="Enter your email address" required> <button type="submit" class="Form__Submit Button Button--primary">Subscribe</button></form></div></div><div class="Footer__Aside"><div class="Footer__Localization"><form method="post" action="/localization" id="localization_form_footer" accept-charset="UTF-8" class="Footer__LocalizationForm" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/collections/trans-seasonal-cashmere" /><div class="Footer__LocalizationItem"> <input type="hidden" name="currency_code" value="USD"> <span class="u-visually-hidden">Currency</span> <button type="button" class="SelectButton Link Link--primary u-h8" aria-haspopup="true" aria-expanded="false" aria-controls="footer-currency-popover"> USD $ <svg class="Icon Icon--select-arrow " role="presentation" viewBox="0 0 19 12"> <polyline fill="none" stroke="currentColor" points="17 2 9.5 10 2 2" fill-rule="evenodd" stroke-width="2" stroke-linecap="square"></polyline> </svg></button> <div id="footer-currency-popover" class="Popover Popover--small Popover--noWrap" aria-hidden="true"> <header class="Popover__Header"> <button type="button" class="Popover__Close Icon-Wrapper--clickable" data-action="close-popover"><svg class="Icon Icon--close " role="presentation" viewBox="0 0 16 14"> <path d="M15 0L1 14m14 0L1 0" stroke="currentColor" fill="none" fill-rule="evenodd"></path> </svg></button> <span class="Popover__Title Heading u-h4">Currency</span> </header> <div class="Popover__Content"> <div class="Popover__ValueList Popover__ValueList--center" data-scrollable><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AED" > AED د.إ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AFN" > AFN ؋ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ALL" > ALL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AMD" > AMD դր. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ANG" > ANG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AUD" > AUD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AWG" > AWG ƒ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="AZN" > AZN ₼ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BAM" > BAM КМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BBD" > BBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BDT" > BDT ৳ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BGN" > BGN лв. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BIF" > BIF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BND" > BND $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BOB" > BOB Bs. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BSD" > BSD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BWP" > BWP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="BZD" > BZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CAD" > CAD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CDF" > CDF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CHF" > CHF CHF </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CNY" > CNY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CRC" > CRC ₡ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CVE" > CVE $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="CZK" > CZK Kč </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DJF" > DJF Fdj </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DKK" > DKK kr. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DOP" > DOP $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="DZD" > DZD د.ج </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EGP" > EGP ج.م </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ETB" > ETB Br </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="EUR" > EUR € </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FJD" > FJD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="FKP" > FKP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GBP" > GBP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GMD" > GMD D </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GNF" > GNF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GTQ" > GTQ Q </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="GYD" > GYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HKD" > HKD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HNL" > HNL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="HUF" > HUF Ft </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="IDR" > IDR Rp </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ILS" > ILS ₪ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="INR" > INR ₹ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="ISK" > ISK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JMD" > JMD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="JPY" > JPY ¥ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KES" > KES KSh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KGS" > KGS som </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KHR" > KHR ៛ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KMF" > KMF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KRW" > KRW ₩ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KYD" > KYD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="KZT" > KZT 〒 </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LAK" > LAK ₭ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LBP" > LBP ل.ل </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="LKR" > LKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MAD" > MAD د.م. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MDL" > MDL L </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MKD" > MKD ден </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MMK" > MMK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MNT" > MNT ₮ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MOP" > MOP P </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MUR" > MUR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MVR" > MVR MVR </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MWK" > MWK MK </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="MYR" > MYR RM </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NGN" > NGN ₦ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NIO" > NIO C$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NPR" > NPR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="NZD" > NZD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PEN" > PEN S/. </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PGK" > PGK K </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PHP" > PHP ₱ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PKR" > PKR ₨ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PLN" > PLN zł </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="PYG" > PYG ₲ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="QAR" > QAR ر.ق </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RON" > RON Lei </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RSD" > RSD РСД </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="RWF" > RWF FRw </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SAR" > SAR ر.س </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SBD" > SBD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SEK" > SEK kr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SGD" > SGD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SHP" > SHP £ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="SLL" > SLL Le </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="STD" > STD Db </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="THB" > THB ฿ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TJS" > TJS ЅМ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TOP" > TOP T$ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TTD" > TTD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TWD" > TWD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="TZS" > TZS Sh </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UAH" > UAH ₴ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UGX" > UGX USh </button><button type="submit" name="currency_code" class="Popover__Value is-selected Heading Link Link--primary u-h6" value="USD" aria-current="true"> USD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UYU" > UYU $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="UZS" > UZS </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VND" > VND ₫ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="VUV" > VUV Vt </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="WST" > WST T </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XAF" > XAF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XCD" > XCD $ </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XOF" > XOF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="XPF" > XPF Fr </button><button type="submit" name="currency_code" class="Popover__Value Heading Link Link--primary u-h6" value="YER" > YER ﷼ </button></div> </div> </div> </div></form></div><div class="Footer__Copyright"> <a href="/" class="Footer__StoreName Heading u-h7 Link Link--secondary">© alegercashmere.com</a> <p class="Footer__ThemeAuthor"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></p> </div><ul class="Footer__PaymentList HorizontalList"> <li class="HorizontalList__Item"><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li class="HorizontalList__Item"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li class="HorizontalList__Item"><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </li><li class="HorizontalList__Item"><svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li class="HorizontalList__Item"><svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li class="HorizontalList__Item"><svg viewBox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg></li><li class="HorizontalList__Item"><svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li> </ul></div> </div> </footer></div> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Introducing our exclusive trans-seasonal cashmere travel edition, where style, comfort, and versatility unite. Crafted with luxurious 100% cashmere and our favourite cashmere blends, ensuring the perfect balance of warmth and softness for those chillier summer nights.\nWhether you're jetting off to exotic destinations or reveling in holiday festivities, our collection offers a range of chic and timeless pieces to elevate your wardrobe. From cozy sweaters to snug lounge pants combined for optimum relaxation, each garment is designed to accompany you on your adventures with effortless style and elegance. Embrace the allure of our trans-seasonal cashmere travel edition and indulge in unparalleled comfort and style.", "id": "<urn:uuid:9b93ee2f-162d-4f36-8764-d3d1bc98c7b1>", "dump": "CC-MAIN-2024-10", "url": "https://alegercashmere.com/collections/trans-seasonal-cashmere", "date": "2024-02-25T07:42:57", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.871558666229248, "token_count": 138 } }
<urn:uuid:99f28857-3190-48d2-bf5f-0896c3411153>
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta name="p:domain_verify" content="5c454adb87ffddf12f8394e393650b09"/><meta name="yandex-verification" content="aeca15f361806053" /><link rel="profile" href="https://gmpg.org/xfn/11"><meta name="theme-color" content="#f5f5f5"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><link rel='preconnect' href='https://www.googletagmanager.com/gtag/js?id=G-SSEM0GRKCR&l=dataLayer&cx=c' ><link rel='preconnect' href='https://www.google-analytics.com/analytics.js' ><meta name="viewport" content="width=device-width, initial-scale=1"> <!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v22.1) - https://yoast.com/wordpress/plugins/seo/ --><title>Southern Plains Bison: Mar 2014 -</title><style id="perfmatters-used-css">:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px);}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom;}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box;}.wp-block-image.aligncenter{text-align:center;}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table;}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto;}.wp-block-image :where(.has-border-color){border-style:solid;}.wp-block-image :where([style*=border-top-color]){border-top-style:solid;}.wp-block-image :where([style*=border-right-color]){border-right-style:solid;}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid;}.wp-block-image :where([style*=border-left-color]){border-left-style:solid;}.wp-block-image :where([style*=border-width]){border-style:solid;}.wp-block-image :where([style*=border-top-width]){border-top-style:solid;}.wp-block-image :where([style*=border-right-width]){border-right-style:solid;}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid;}.wp-block-image :where([style*=border-left-width]){border-left-style:solid;}.wp-block-image figure{margin:0;}ol,ul{box-sizing:border-box;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em;}.wp-block-social-links{box-sizing:border-box;padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none;}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none;}.wp-block-social-links .wp-social-link a{padding:.25em;}.wp-block-social-links .wp-social-link svg{width:1em;height:1em;}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em;}.wp-block-social-links.has-small-icon-size{font-size:16px;}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px;}.wp-block-social-links.aligncenter{justify-content:center;display:flex;}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto;}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s;}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease;}.wp-block-social-link:hover{transform:scale(1.1);}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor;}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444;}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff;}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff;}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.has-text-align-center{text-align:center;}.aligncenter{clear:both;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}figure{margin:0 0 1em;}.footer-widgets-container{padding:40px;}.inside-footer-widgets{display:flex;}.inside-footer-widgets>div{flex:1 1 0;}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px;}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px;}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto;}@media (max-width:768px){.inside-footer-widgets{flex-direction:column;}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px;}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0;}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0;}}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}main{display:block;}html{box-sizing:border-box;}*,::after,::before{box-sizing:inherit;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-moz-focus-inner{border-style:none;padding:0;}:-moz-focusring{outline:1px dotted ButtonText;}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5;}p{margin-bottom:1.5em;}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none;}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none;}ol,ul{margin:0 0 1.5em 3em;}ul{list-style:disc;}li>ol,li>ul{margin-bottom:0;margin-left:1.5em;}b,strong{font-weight:700;}ins,mark{text-decoration:none;}figure{margin:0;}img{height:auto;max-width:100%;}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px;}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%;}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out;}a{text-decoration:none;}.aligncenter{clear:both;display:block;margin:0 auto;}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;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;}#primary[tabindex="-1"]:focus{outline:0;}.main-navigation{z-index:100;padding:0;clear:both;display:block;}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px;}.main-navigation ul{list-style:none;margin:0;padding-left:0;}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px;}.inside-navigation{position:relative;}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center;}.main-navigation li{position:relative;}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px;}.main-navigation .menu-bar-items a{color:inherit;}.main-navigation .menu-bar-item{position:relative;}.main-navigation .menu-bar-item.search-item{z-index:20;}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px;}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden;}.main-navigation ul ul a{display:block;}.main-navigation ul ul li{width:100%;}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px;}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative;}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible;}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0;}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px;}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px;}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right;}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden;}.site-main .post-navigation{margin-bottom:0;}.site-header{position:relative;}.inside-header{padding:20px 40px;}.inside-header{display:flex;align-items:center;}.header-widget{margin-left:auto;}.header-widget p:last-child{margin-bottom:0;}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center;}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto;}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em;}.entry-header .gp-icon,.posted-on .updated{display:none;}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline;}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block;}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em;}.entry-header,.site-content{word-wrap:break-word;}.entry-title{margin-bottom:0;}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5;}footer.entry-meta{margin-top:2em;}.cat-links,.comments-link,.tags-links{display:block;}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0;}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative;}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%;}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8;}.wp-caption img{position:relative;vertical-align:bottom;}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0;}.widget ol,.widget ul{margin:0;}.widget .search-field{width:100%;}.widget .search-form{display:flex;}.footer-widgets .widget{margin-bottom:30px;}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0;}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em;}.widget ul li ul{margin-left:1em;margin-top:.5em;}.site-content{display:flex;}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px;}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px;}.one-container .site-content{padding:40px;}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0;}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px;}.site-info{text-align:center;font-size:15px;}.gp-icon{display:inline-flex;align-self:center;}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor;}.close-search .icon-search svg:nth-child(1),.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(1){display:none;}.entry-meta .gp-icon{margin-right:.6em;opacity:.7;}.container.grid-container{width:auto;}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none;}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer;}.menu-toggle .mobile-menu{padding-left:3px;}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px;}.menu-toggle .mobile-menu:empty{display:none;}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center;}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent;}.has-menu-bar-items button.menu-toggle{flex-grow:0;}@media (max-width:768px){.hide-on-mobile{display:none !important;}a,body,button,input,select,textarea{transition:all 0s ease-in-out;}.inside-header{flex-direction:column;text-align:center;}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center;}.site-content{flex-direction:column;}.container .site-content .content-area{width:auto;}#main{margin-left:0;margin-right:0;}body:not(.no-sidebar) #main{margin-bottom:0;}.entry-meta{font-size:inherit;}.entry-meta a{line-height:1.8em;}}.slideout-overlay{z-index:100000;position:fixed;width:100%;height:100%;height:100vh;min-height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;cursor:pointer;transition:visibility .2s ease,opacity .2s ease;}.slideout-overlay button.slideout-exit{position:fixed;top:0;background-color:transparent;color:#fff;font-size:30px;border:0;opacity:0;}button.slideout-exit:hover{background-color:transparent;}.slideout-navigation button.slideout-exit{background:0 0;width:100%;text-align:left;padding-top:20px;padding-bottom:20px;box-sizing:border-box;border:0;}.slideout-navigation .main-nav,.slideout-navigation .slideout-widget:not(:last-child){margin-bottom:40px;}.slideout-navigation:not(.do-overlay) .main-nav{width:100%;box-sizing:border-box;}.slideout-navigation .slideout-menu{display:block;}#generate-slideout-menu{z-index:100001;}#generate-slideout-menu .slideout-menu li{float:none;width:100%;clear:both;text-align:left;}#generate-slideout-menu.main-navigation ul ul{display:none;}#generate-slideout-menu .slideout-menu li.sfHover>ul,#generate-slideout-menu .slideout-menu li:hover>ul{display:none;}#generate-slideout-menu.main-navigation .main-nav ul ul{position:relative;top:0;left:0;width:100%;}.slideout-toggle:not(.has-svg-icon) a:before{content:"";font-family:"GP Premium";line-height:1em;width:1.28571429em;text-align:center;display:inline-block;position:relative;top:1px;}.slide-opened .slideout-exit:not(.has-svg-icon):before,.slideout-navigation button.slideout-exit:not(.has-svg-icon):before{content:"";font-family:"GP Premium";line-height:1em;width:1.28571429em;text-align:center;display:inline-block;}.slideout-navigation .menu-item-has-children .dropdown-menu-toggle{float:right;}.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg{transform:rotate(0);}.sf-menu>li.slideout-toggle{float:right;}.off-canvas-toggle-label{padding-left:7px;}.gp-icon+.off-canvas-toggle-label{padding-left:9px;}@media (max-width:768px){.slideout-overlay button.slideout-exit{font-size:20px;padding:10px;}.slideout-overlay{top:-100px;height:calc(100% + 100px);height:calc(100vh + 100px);min-height:calc(100% + 100px);}}.main-navigation .menu-toggle{flex-grow:1;width:auto;}</style><meta name="description" content="Plains Bison Pointers. Spring has sprung and it won’t be long before it’s “raining red-dots” across the southern plains. There are a few points of interest" /><link rel="canonical" href="https://allaboutbison.com/southern-plains-bison-march-2014/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Southern Plains Bison: Mar 2014" /><meta property="og:description" content="Plains Bison Pointers. Spring has sprung and it won’t be long before it’s “raining red-dots” across the southern plains. There are a few points of interest" /><meta property="og:url" content="https://allaboutbison.com/southern-plains-bison-march-2014/" /><meta property="article:publisher" content="https://www.facebook.com/allaboutbison/" /><meta property="article:published_time" content="2014-03-31T21:17:59+00:00" /><meta property="article:modified_time" content="2017-03-15T19:21:09+00:00" /><meta property="og:image" content="https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif" /><meta name="author" content="Tim Frasier" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:creator" content="@AllAboutBison" /><meta name="twitter:site" content="@AllAboutBison" /><meta name="twitter:label1" content="Written by" /><meta name="twitter:data1" content="Tim Frasier" /><meta name="twitter:label2" content="Est. reading time" /><meta name="twitter:data2" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#article","isPartOf":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/"},"author":{"name":"Tim Frasier","@id":"https://allaboutbison.com/#/schema/person/8ba00890a625e9e1347ede1792f23a46"},"headline":"Southern Plains Bison: Mar 2014","datePublished":"2014-03-31T21:17:59+00:00","dateModified":"2017-03-15T19:21:09+00:00","mainEntityOfPage":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/"},"wordCount":432,"publisher":{"@id":"https://allaboutbison.com/#organization"},"image":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#primaryimage"},"thumbnailUrl":"https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif","keywords":["bison calves","calving","grazing pastures"],"articleSection":["Bison Management","Frasier Bison L.L.c","Handling Facilty"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://allaboutbison.com/southern-plains-bison-march-2014/","url":"https://allaboutbison.com/southern-plains-bison-march-2014/","name":"Southern Plains Bison: Mar 2014 -","isPartOf":{"@id":"https://allaboutbison.com/#website"},"primaryImageOfPage":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#primaryimage"},"image":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#primaryimage"},"thumbnailUrl":"https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif","datePublished":"2014-03-31T21:17:59+00:00","dateModified":"2017-03-15T19:21:09+00:00","description":"Plains Bison Pointers. Spring has sprung and it won’t be long before it’s “raining red-dots” across the southern plains. There are a few points of interest","breadcrumb":{"@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://allaboutbison.com/southern-plains-bison-march-2014/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#primaryimage","url":"https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110.gif","contentUrl":"https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110.gif","width":2972,"height":1863,"caption":"Frasier Bison logo"},{"@type":"BreadcrumbList","@id":"https://allaboutbison.com/southern-plains-bison-march-2014/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://allaboutbison.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://allaboutbison.com/bison-blog/"},{"@type":"ListItem","position":3,"name":"Southern Plains Bison: Mar 2014"}]},{"@type":"WebSite","@id":"https://allaboutbison.com/#website","url":"https://allaboutbison.com/","name":"All About Bison","description":"All Bison, All The Time","publisher":{"@id":"https://allaboutbison.com/#organization"},"alternateName":"All About Buffalo","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://allaboutbison.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://allaboutbison.com/#organization","name":"All About Bison","alternateName":"All About Buffalo","url":"https://allaboutbison.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allaboutbison.com/#/schema/logo/image/","url":"https://allaboutbison.com/wp-content/uploads/2022/02/AAB-logo-by-wes-Olson-adobe-graphic-novel2_450-e1647817729288.webp","contentUrl":"https://allaboutbison.com/wp-content/uploads/2022/02/AAB-logo-by-wes-Olson-adobe-graphic-novel2_450-e1647817729288.webp","width":400,"height":273,"caption":"All About Bison"},"image":{"@id":"https://allaboutbison.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/allaboutbison/","https://twitter.com/AllAboutBison","https://www.pinterest.com/allaboutbison/"]},{"@type":"Person","@id":"https://allaboutbison.com/#/schema/person/8ba00890a625e9e1347ede1792f23a46","name":"Tim Frasier","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allaboutbison.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/a2e5f11478c6d9cf2414c92f23b92ba2?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/a2e5f11478c6d9cf2414c92f23b92ba2?s=96&d=mm&r=g","caption":"Tim Frasier"},"url":"https://allaboutbison.com/author/tfrasier/"}]}</script> <!-- / Yoast SEO Premium plugin. --><link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://allaboutbison.com/wp-includes/css/dist/block-library/style.min.css" media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--contrast: var(--contrast);--wp--preset--color--contrast-2: var(--contrast-2);--wp--preset--color--contrast-3: var(--contrast-3);--wp--preset--color--base: var(--base);--wp--preset--color--base-2: var(--base-2);--wp--preset--color--base-3: var(--base-3);--wp--preset--color--accent: var(--accent);--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style><link rel='stylesheet' id='parente2-style-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/themes/generatepress/parente2-style.min.css" media='all' /><link rel='stylesheet' id='childe2-style-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/themes/generatepress-child/childe2-style.min.css" media='all' /><link rel='stylesheet' id='generate-widget-areas-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css" media='all' /><link rel='stylesheet' id='generate-style-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/themes/generatepress/assets/css/main.min.css" media='all' /> <style id='generate-style-inline-css'> body{background-color:#f5f5f5;color:#000000;}a{color:#1e73be;}a:hover, a:focus, a:active{color:#034e7a;}.grid-container{max-width:2000px;}.wp-block-group__inner-container{max-width:2000px;margin-left:auto;margin-right:auto;}.site-header .header-image{width:220px;}.generate-back-to-top{font-size:20px;border-radius:3px;position:fixed;bottom:30px;right:30px;line-height:40px;width:40px;text-align:center;z-index:10;transition:opacity 300ms ease-in-out;opacity:0.1;transform:translateY(1000px);}.generate-back-to-top__show{opacity:1;transform:translateY(0);}.navigation-search{position:absolute;left:-99999px;pointer-events:none;visibility:hidden;z-index:20;width:100%;top:0;transition:opacity 100ms ease-in-out;opacity:0;}.navigation-search.nav-search-active{left:0;right:0;pointer-events:auto;visibility:visible;opacity:1;}.navigation-search input[type="search"]{outline:0;border:0;vertical-align:bottom;line-height:1;opacity:0.9;width:100%;z-index:20;border-radius:0;-webkit-appearance:none;height:60px;}.navigation-search input::-ms-clear{display:none;width:0;height:0;}.navigation-search input::-ms-reveal{display:none;width:0;height:0;}.navigation-search input::-webkit-search-decoration, .navigation-search input::-webkit-search-cancel-button, .navigation-search input::-webkit-search-results-button, .navigation-search input::-webkit-search-results-decoration{display:none;}.gen-sidebar-nav .navigation-search{top:auto;bottom:0;}.dropdown-click .main-navigation ul ul{display:none;visibility:hidden;}.dropdown-click .main-navigation ul ul ul.toggled-on{left:0;top:auto;position:relative;box-shadow:none;border-bottom:1px solid rgba(0,0,0,0.05);}.dropdown-click .main-navigation ul ul li:last-child > ul.toggled-on{border-bottom:0;}.dropdown-click .main-navigation ul.toggled-on, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on{display:block;left:auto;right:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible;float:none;}.dropdown-click .main-navigation.sub-menu-left .sub-menu.toggled-on, .dropdown-click .main-navigation.sub-menu-left ul li.sfHover > ul.toggled-on{right:0;}.dropdown-click nav ul ul ul{background-color:transparent;}.dropdown-click .widget-area .main-navigation ul ul{top:auto;position:absolute;float:none;width:100%;left:-99999px;}.dropdown-click .widget-area .main-navigation ul ul.toggled-on{position:relative;left:0;right:0;}.dropdown-click .widget-area.sidebar .main-navigation ul li.sfHover ul, .dropdown-click .widget-area.sidebar .main-navigation ul li:hover ul{right:0;left:0;}.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg{transform:rotate(180deg);}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#1e73be;}:root .has-contrast-color{color:var(--contrast);}:root .has-contrast-background-color{background-color:var(--contrast);}:root .has-contrast-2-color{color:var(--contrast-2);}:root .has-contrast-2-background-color{background-color:var(--contrast-2);}:root .has-contrast-3-color{color:var(--contrast-3);}:root .has-contrast-3-background-color{background-color:var(--contrast-3);}:root .has-base-color{color:var(--base);}:root .has-base-background-color{background-color:var(--base);}:root .has-base-2-color{color:var(--base-2);}:root .has-base-2-background-color{background-color:var(--base-2);}:root .has-base-3-color{color:var(--base-3);}:root .has-base-3-background-color{background-color:var(--base-3);}:root .has-accent-color{color:var(--accent);}:root .has-accent-background-color{background-color:var(--accent);}body, button, input, select, textarea{font-family:Georgia, Times New Roman, Times, serif;font-size:16px;}body{line-height:1.7;}p{margin-bottom:1em;}.entry-content > [class*="wp-block-"]:not(:last-child):not(.wp-block-heading){margin-bottom:1em;}.top-bar{font-family:Georgia, Times New Roman, Times, serif;font-weight:200;font-size:18px;}.main-title{font-family:Georgia, Times New Roman, Times, serif;}.site-description{font-family:Helvetica;font-weight:200;text-transform:uppercase;}.main-navigation a, .menu-toggle{font-family:Georgia, Times New Roman, Times, serif;font-weight:200;font-size:16px;}.main-navigation .menu-bar-items{font-size:16px;}.main-navigation .main-nav ul ul li a{font-size:15px;}.widget-title{font-size:18px;margin-bottom:43px;}.sidebar .widget, .footer-widgets .widget{font-size:16px;}h1{font-family:Georgia, Times New Roman, Times, serif;font-weight:bold;font-size:23px;line-height:1.6em;margin-bottom:5px;}h2{font-family:Georgia, Times New Roman, Times, serif;font-weight:bold;font-size:22px;line-height:1em;margin-bottom:2px;}h3{font-weight:bold;font-size:20px;line-height:1.4em;margin-bottom:3px;}h4{font-weight:bold;font-size:20px;line-height:1.4em;}h5{font-weight:bold;line-height:1.4em;}h6{font-weight:bold;font-size:20px;line-height:1.4em;}.site-info{font-family:Georgia, Times New Roman, Times, serif;font-size:16px;}@media (max-width:768px){h1{font-size:24px;}h2{font-size:20px;}h3{font-size:18px;}h4{font-size:20px;}h5{font-size:18px;}}.top-bar{background-color:rgba(255,255,255,0.03);color:#000000;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:rgba(227,194,124,0.09);color:#800000;}.site-header a:hover{color:#ffffff;}.main-title a,.main-title a:hover{color:var(--contrast);}.site-description{color:#dad09e;}.main-navigation,.main-navigation ul ul{background-color:#a4b48c;}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:#000000;}.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:#000000;background-color:#ffffff;}button.menu-toggle:hover,button.menu-toggle:focus{color:#000000;}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#7a8896;background-color:#ffffff;}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:var(--contrast);background-color:rgba(255,255,255,0.66);opacity:1;}.main-navigation ul ul{background-color:#eaeaea;}.main-navigation .main-nav ul ul li a{color:#000;}.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#7a8896;background-color:#eaeaea;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#7a8896;background-color:#eaeaea;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{color:#000000;background-color:#f5f5f5;}.entry-header h1,.page-header h1{color:#300000;}.entry-title a{color:#222222;}.entry-title a:hover{color:#55555e;}.entry-meta{color:#595959;}.sidebar .widget{background-color:#ffffff;}.footer-widgets{background-color:#ffffff;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#000000;background-color:#a4b48c;}.site-info a{color:#ffffff;}.site-info a:hover{color:#d3d3d3;}.footer-bar .widget_nav_menu .current-menu-item a{color:#d3d3d3;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:var(--contrast);background-color:#fafafa;border-color:#cccccc;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#55555e;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f4047;}a.generate-back-to-top{background-color:#f5f5f5;color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:#000000;color:#ffffff;}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0,0,0,0.2);}@media (max-width: 2000px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:#000000;}}.inside-top-bar{padding:12px 0px 0px 0px;}.inside-header{padding:24px 0px 14px 0px;}.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container{padding:0px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px 30px 0px 30px;}.site-main .wp-block-group__inner-container{padding:0px 30px 0px 30px;}.separate-containers .paging-navigation{padding-top:20px;padding-bottom:20px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:30px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:30px;}.one-container.both-sidebars .site-main{margin:0px 30px 0px 30px;}.sidebar .widget, .page-header, .widget-area .main-navigation, .site-main > *{margin-bottom:10px;}.separate-containers .site-main{margin:10px;}.both-right .inside-left-sidebar,.both-left .inside-left-sidebar{margin-right:5px;}.both-right .inside-right-sidebar,.both-left .inside-right-sidebar{margin-left:5px;}.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:0px;}.separate-containers .featured-image{margin-top:10px;}.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar{margin-top:10px;margin-bottom:10px;}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .menu-bar-item > a{padding-left:0px;padding-right:0px;line-height:30px;}.main-navigation .main-nav ul ul li a{padding:15px 0px 15px 0px;}.main-navigation ul ul{width:500px;}.navigation-search input[type="search"]{height:30px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:0px;}.menu-item-has-children .dropdown-menu-toggle{padding-right:0px;}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:15px;padding-bottom:15px;margin-top:-15px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:0px;}.widget-area .widget{padding:40px 0px 40px 0px;}.footer-widgets-container{padding:5px 0px 0px 0px;}.inside-site-info{padding:3px 0px 11px 0px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px 30px 5px 30px;}.site-main .wp-block-group__inner-container{padding:0px 30px 5px 30px;}.inside-top-bar{padding-right:30px;padding-left:30px;}.inside-header{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.widget-area .widget{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.footer-widgets-container{padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:40px;}.inside-site-info{padding-right:30px;padding-left:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}.one-container .site-main .paging-navigation{margin-bottom:10px;}}/* End cached CSS */.is-right-sidebar{width:15%;}.is-left-sidebar{width:15%;}.site-content .content-area{width:100%;}@media (max-width: 2000px){.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,.has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav){display:none;}.nav-align-right .inside-navigation,.nav-align-center .inside-navigation{justify-content:space-between;}} .site-header{background-image:url('https://allaboutbison.com/wp-content/uploads/2022/06/IMG_9000H2.webp');background-repeat:no-repeat;background-size:cover;}.footer-widgets{background-image:url('https://allaboutbison.com/wp-content/uploads/2023/03/Wood-Bkgrnd1.webp');background-repeat:no-repeat;background-size:100% auto;}.site-info{background-repeat:no-repeat;background-size:100% auto;} .dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;} .main-navigation.toggled .main-nav > ul{background-color: #a4b48c}.sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation {margin-bottom: 0px;}.sticky-enabled .gen-sidebar-nav.is_stuck {z-index: 500;}.sticky-enabled .main-navigation.is_stuck {box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);}.navigation-stick:not(.gen-sidebar-nav) {left: 0;right: 0;width: 100% !important;}.nav-float-right .navigation-stick {width: 100% !important;left: 0;}.nav-float-right .navigation-stick .navigation-branding {margin-right: auto;}.main-navigation.has-sticky-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left: 10px;}.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container{padding-left:0px;padding-right:0px;}@media (max-width:768px){.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container{padding-left:0;padding-right:0;}} h1.entry-title{font-weight:bold;font-size:23px;line-height:1.6em;}h2.entry-title{font-weight:bold;font-size:22px;line-height:1em;}.navigation-branding .main-title{font-weight:bold;text-transform:none;font-size:25px;font-family:Georgia, Times New Roman, Times, serif;}@media (max-width: 1024px){.main-navigation:not(.slideout-navigation) a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{font-size:16px;}.main-navigation:not(.slideout-navigation) .main-nav ul ul li a{font-size:15px;}.main-title, .navigation-branding .main-title{font-size:25px;}}@media (max-width:768px){h1.entry-title{font-size:22px;}h2.entry-title{font-size:20px;}}@media (max-width: 2000px){.main-navigation:not(.slideout-navigation) a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{font-size:16px;}.main-navigation:not(.slideout-navigation) .main-nav ul ul li a{font-size:15px;}} @media (max-width: 2000px){.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{padding-left:0px;padding-right:0px;}.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{line-height:25px;}.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{height:25px;}}.main-navigation.slideout-navigation .main-nav > ul > li > a{line-height:48px;} </style><link rel='stylesheet' id='generate-child-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/themes/generatepress-child/generate-child.min.css" media='all' /><link rel='stylesheet' id='slb_core-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/plugins/simple-lightbox/client/css/app.css" media='all' /> <style id='generateblocks-inline-css'> .gb-icon svg{fill:currentColor;}.gb-highlight{background:none;color:unset;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-container .gb-shape{position:absolute;overflow:hidden;pointer-events:none;line-height:0;}.gb-container .gb-shape svg{fill:currentColor;} </style><link rel='stylesheet' id='generate-offside-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css" media='all' /> <style id='generate-offside-inline-css'> :root{--gp-slideout-width:265px;}.slideout-navigation.main-navigation{background-color:#f5f5f5;}.slideout-navigation.main-navigation .main-nav ul li a{color:#000000;font-weight:normal;text-transform:none;font-size:16px;}.slideout-navigation.main-navigation ul ul{background-color:#f5f5f5;}.slideout-navigation.main-navigation .main-nav ul ul li a{color:#000000;}.slideout-navigation.main-navigation.do-overlay .main-nav ul ul li a{font-size:1em;font-size:15px;}@media (max-width:768px){.slideout-navigation.main-navigation .main-nav ul li a{font-size:18px;}.slideout-navigation.main-navigation .main-nav ul ul li a{font-size:17px;}}.slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{color:#020202;background-color:rgba(165,181,141,0.26);}.slideout-navigation.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#000000;background-color:rgba(165,181,141,0.55);}.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#63870d;background-color:#ffffff;}.slideout-navigation.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#63870d;background-color:var(--base-2);}.slideout-navigation, .slideout-navigation a{color:#000000;}.slideout-navigation button.slideout-exit{color:#000000;padding-left:0px;padding-right:0px;}.slide-opened nav.toggled .menu-toggle:before{display:none;}@media (max-width: 2000px){.menu-bar-item.slideout-toggle{display:none;}} </style><link rel='stylesheet' id='generate-navigation-branding-css' data-pmdelayedstyle="https://allaboutbison.com/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css" media='all' /> <style id='generate-navigation-branding-inline-css'> .main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container){padding:0px 30px 0px 30px;}.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px;}.main-navigation .sticky-navigation-logo, .main-navigation.navigation-stick .site-logo:not(.mobile-header-logo){display:none;}.main-navigation.navigation-stick .sticky-navigation-logo{display:block;}.navigation-branding img, .site-logo.mobile-header-logo img{height:30px;width:auto;}.navigation-branding .main-title{line-height:30px;}@media (max-width: 2000px){.main-navigation.has-branding.nav-align-center .menu-bar-items, .main-navigation.has-sticky-branding.navigation-stick.nav-align-center .menu-bar-items{margin-left:auto;}.navigation-branding{margin-right:auto;margin-left:10px;}.navigation-branding .main-title, .mobile-header-navigation .site-logo{margin-left:10px;}.main-navigation.has-branding .inside-navigation.grid-container{padding:0px;}.navigation-branding img, .site-logo.mobile-header-logo{height:25px;}.navigation-branding .main-title{line-height:25px;}} </style> <script async src="https://allaboutbison.com/wp-content/uploads/perfmatters/gtagv4.js?id=286869159"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag("js", new Date());gtag("config", "286869159");</script><link rel="icon" href="https://allaboutbison.com/wp-content/uploads/2022/02/cropped-AAB-avatar-32x32.png" sizes="32x32" /><link rel="icon" href="https://allaboutbison.com/wp-content/uploads/2022/02/cropped-AAB-avatar-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://allaboutbison.com/wp-content/uploads/2022/02/cropped-AAB-avatar-180x180.png" /><meta name="msapplication-TileImage" content="https://allaboutbison.com/wp-content/uploads/2022/02/cropped-AAB-avatar-270x270.png" /> <style id="wp-custom-css"> /*hamburger menu position*/ .menu-toggle {margin-left: 45%;font-weight:800;text-transform:none;} .footer-widgets-container{padding: 10px;} /*arrow up*/ a.generate-back-to-top{background-color:#f5f5f5;color:black;font-size:30px;} .main-navigation{z-index:100;padding:3px;clear:both;display:block;} .size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:65%;height:auto;} blockquote{display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:40px;margin-inline-end:40px;font-size:16px;} .site-header {border-bottom: 2px solid;box-shadow:px px px rgba(0, 0, 0, 0); color:black} .main-navigation{border-bottom:3px solid black} .search-form {display:flex;max-width:300px;margin-left:55%;margin-right:auto;margin-bottom:3px;} .wp-block-image img{height:auto;max-width:100%;vertical-align:bottom;} .author .page-header .avatar{display:none;} .wp-block-social-links.has-small-icon-size { font-size: 20px; padding-top: 20px; } element.style { } div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button { background-color: #9CAF88; border: 2px solid #000; color: #000; font-size: 1em; font-family: inherit; padding: 6px 6px; } div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium { height: 80px; } div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea { background-color: #fff; box-sizing: border-box; border-radius: 2px; color: #333; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block; float: none; font-size: 16px; font-family: inherit; border: 2px solid #9CAF88; padding: 6px 6px; height: 25px; width: 100%; line-height: 1.3; } </style> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>body .perfmatters-lazy-css-bg:not([data-ll-status=entered]),body .perfmatters-lazy-css-bg:not([data-ll-status=entered]) *,body .perfmatters-lazy-css-bg:not([data-ll-status=entered])::before,body .perfmatters-lazy-css-bg:not([data-ll-status=entered])::after{background-image:none!important;will-change:transform;transition:opacity 0.025s ease-in,transform 0.025s ease-in!important;}</style><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-NDS6C14G3H"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-NDS6C14G3H'); </script></head><body class="post-template-default single single-post postid-85 single-format-standard wp-embed-responsive post-image-above-header post-image-aligned-center slideout-enabled slideout-both sticky-menu-slide no-sidebar nav-below-header one-container nav-search-enabled header-aligned-center dropdown-click-arrow dropdown-click" itemtype="https://schema.org/Blog" itemscope> <a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a><header class="site-header grid-container" id="masthead" aria-label="Site" itemtype="https://schema.org/WPHeader" itemscope><div class="inside-header grid-container"><div class="header-widget"><aside id="block-76" class="widget inner-padding widget_block widget_media_image"><div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://allaboutbison.com/"><img fetchpriority="high" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://allaboutbison.com/wp-content/uploads/2022/07/AAB-logo-by-Wes-Olson-400x273TM.webp" alt="AAB Logo by Wes Olson TM" class="wp-image-14213 lazyload" width="464" height="317"/><noscript><img decoding="async" src="https://allaboutbison.com/wp-content/uploads/2022/07/AAB-logo-by-Wes-Olson-400x273TM.webp" alt="AAB Logo by Wes Olson TM" class="wp-image-14213 lazyload" width="464" height="317" srcset="https://allaboutbison.com/wp-content/uploads/2022/07/AAB-logo-by-Wes-Olson-400x273TM.webp 400w, https://allaboutbison.com/wp-content/uploads/2022/07/AAB-logo-by-Wes-Olson-400x273TM-150x102.webp 150w" sizes="(max-width: 464px) 100vw, 464px" /></noscript></a></figure></div></aside></div></div></header><nav class="has-sticky-branding main-navigation grid-container has-menu-bar-items sub-menu-right" id="site-navigation" aria-label="Primary" itemtype="https://schema.org/SiteNavigationElement" itemscope><div class="inside-navigation"><form method="get" class="search-form navigation-search" action="https://allaboutbison.com/"> <input type="search" class="search-field" value="" name="s" title="Search" /></form> <button class="menu-toggle" aria-controls="generate-slideout-menu" aria-expanded="false"> <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="mobile-menu">Menu</span> </button><div id="primary-menu" class="main-nav"><ul class="menu sf-menu"><li class="page_item page-item-12914"><a href="https://allaboutbison.com/wood-bison/">Wood Bison</a></li><li class="page_item page-item-176"><a href="https://allaboutbison.com/">All About Bison®</a></li><li class="page_item page-item-7713"><a href="https://allaboutbison.com/usda-monthly-bison-market-reports/">USDA Monthly Bison Market Reports</a></li><li class="page_item page-item-212 current-menu-parent"><a href="https://allaboutbison.com/bison-blog/">Blog</a></li><li class="page_item page-item-284 menu-item-has-children"><a href="https://allaboutbison.com/bison-world-news/">Bison World News<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-194"><a href="https://allaboutbison.com/bison-world-news/australia/">Australia</a></li><li class="page_item page-item-280"><a href="https://allaboutbison.com/bison-world-news/belarus/">Belarus</a></li><li class="page_item page-item-806"><a href="https://allaboutbison.com/bison-world-news/canada/">Canada</a></li><li class="page_item page-item-931 menu-item-has-children"><a href="https://allaboutbison.com/bison-world-news/europe/">Europe<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-1162"><a href="https://allaboutbison.com/bison-world-news/europe/wales/">Wales</a></li><li class="page_item page-item-3170"><a href="https://allaboutbison.com/bison-world-news/europe/switzerland/">Switzerland</a></li></ul></li><li class="page_item page-item-940"><a href="https://allaboutbison.com/bison-world-news/denmark/">Denmark</a></li><li class="page_item page-item-948"><a href="https://allaboutbison.com/bison-world-news/england/">England</a></li><li class="page_item page-item-962"><a href="https://allaboutbison.com/bison-world-news/france/">France</a></li><li class="page_item page-item-968"><a href="https://allaboutbison.com/bison-world-news/germany/">Germany</a></li><li class="page_item page-item-984"><a href="https://allaboutbison.com/bison-world-news/ireland/">Ireland</a></li><li class="page_item page-item-1011"><a href="https://allaboutbison.com/bison-world-news/mexico/">Mexico</a></li><li class="page_item page-item-1019"><a href="https://allaboutbison.com/bison-world-news/new-zealand/">New Zealand</a></li><li class="page_item page-item-1034"><a href="https://allaboutbison.com/bison-world-news/poland/">Poland</a></li><li class="page_item page-item-1050"><a href="https://allaboutbison.com/bison-world-news/romania/">Romania</a></li><li class="page_item page-item-1055"><a href="https://allaboutbison.com/bison-world-news/russia/">Russia</a></li><li class="page_item page-item-1067"><a href="https://allaboutbison.com/bison-world-news/scotland/">Scotland</a></li><li class="page_item page-item-1075"><a href="https://allaboutbison.com/bison-world-news/siberia/">Siberia</a></li><li class="page_item page-item-1091"><a href="https://allaboutbison.com/bison-world-news/sweden/">Sweden</a></li><li class="page_item page-item-1964"><a href="https://allaboutbison.com/bison-world-news/belgium/">Belgium</a></li><li class="page_item page-item-2696"><a href="https://allaboutbison.com/bison-world-news/spain-bison/">Spain</a></li><li class="page_item page-item-2711"><a href="https://allaboutbison.com/bison-world-news/bison-world/">Bison World</a></li><li class="page_item page-item-4844"><a href="https://allaboutbison.com/bison-world-news/united-kingdom/">United Kingdom</a></li><li class="page_item page-item-4875"><a href="https://allaboutbison.com/bison-world-news/european-bison/">European Bison</a></li><li class="page_item page-item-6918"><a href="https://allaboutbison.com/bison-world-news/serbia/">Serbia</a></li><li class="page_item page-item-8055"><a href="https://allaboutbison.com/bison-world-news/hungary/">Hungary</a></li><li class="page_item page-item-8463"><a href="https://allaboutbison.com/bison-world-news/indonesia/">Indonesia</a></li><li class="page_item page-item-8471"><a href="https://allaboutbison.com/bison-world-news/azerbaijan/">Azerbaijan</a></li><li class="page_item page-item-9215"><a href="https://allaboutbison.com/bison-world-news/austria/">Austria</a></li><li class="page_item page-item-12423"><a href="https://allaboutbison.com/bison-world-news/netherlands/">Netherlands</a></li></ul></li><li class="page_item page-item-730"><a href="https://allaboutbison.com/buffalo-jumps/">Buffalo Jumps</a></li><li class="page_item page-item-785"><a href="https://allaboutbison.com/buffalo-museums/">Buffalo Museums</a></li><li class="page_item page-item-840"><a href="https://allaboutbison.com/catalo-beefalo/">Catalo/Beefalo</a></li><li class="page_item page-item-1007"><a href="https://allaboutbison.com/links/">Links</a></li><li class="page_item page-item-1567"><a href="https://allaboutbison.com/contributors/">Contributors</a></li><li class="page_item page-item-1600"><a href="https://allaboutbison.com/archived-newsletters/">Archived Newsletters</a></li><li class="page_item page-item-1618 menu-item-has-children"><a href="https://allaboutbison.com/articles-publications/">Articles &#038; Publications<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-4590"><a href="https://allaboutbison.com/articles-publications/frontier-army-destruction-buffalo/">Frontier Army-Destruction of the Buffalo</a></li><li class="page_item page-item-1622"><a href="https://allaboutbison.com/articles-publications/did-the-buffalo-roam/">Did the buffalo roam?</a></li><li class="page_item page-item-7389"><a href="https://allaboutbison.com/articles-publications/reinterpreting-the-1882-bison-population-collapse/">Reinterpreting the 1882 Bison Population Collapse</a></li><li class="page_item page-item-8777"><a href="https://allaboutbison.com/articles-publications/the-army-and-the-buffalo/">The Army and the Buffalo</a></li><li class="page_item page-item-12787"><a href="https://allaboutbison.com/articles-publications/the-battle-of-adobe-walls/">The Battle of Adobe Walls</a></li><li class="page_item page-item-13564"><a href="https://allaboutbison.com/articles-publications/should-oregon-have-a-bison-range/">Should Oregon Have a Bison Range</a></li></ul></li><li class="page_item page-item-1675 menu-item-has-children"><a href="https://allaboutbison.com/bison-in-history/">Bison in History<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-227"><a href="https://allaboutbison.com/bison-in-history/american-bison-society/">American Bison Society</a></li><li class="page_item page-item-311"><a href="https://allaboutbison.com/bison-in-history/1700s/">1700&#8217;s</a></li><li class="page_item page-item-560 menu-item-has-children"><a href="https://allaboutbison.com/bison-in-history/1900-2/">1900&#8217;s<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-562"><a href="https://allaboutbison.com/bison-in-history/1900-2/1901-2/">1901</a></li><li class="page_item page-item-565"><a href="https://allaboutbison.com/bison-in-history/1900-2/1902-2/">1902</a></li><li class="page_item page-item-594"><a href="https://allaboutbison.com/bison-in-history/1900-2/1903-2/">1903</a></li><li class="page_item page-item-596"><a href="https://allaboutbison.com/bison-in-history/1900-2/1905-2/">1905</a></li><li class="page_item page-item-599"><a href="https://allaboutbison.com/bison-in-history/1900-2/1906-2/">1906</a></li><li class="page_item page-item-611"><a href="https://allaboutbison.com/bison-in-history/1900-2/1907-2/">1907</a></li><li class="page_item page-item-616"><a href="https://allaboutbison.com/bison-in-history/1900-2/1908-2/">1908</a></li><li class="page_item page-item-624"><a href="https://allaboutbison.com/bison-in-history/1900-2/1909-2/">1909</a></li><li class="page_item page-item-632"><a href="https://allaboutbison.com/bison-in-history/1900-2/1910-2/">1910</a></li><li class="page_item page-item-647"><a href="https://allaboutbison.com/bison-in-history/1900-2/1911-2/">1911</a></li><li class="page_item page-item-652"><a href="https://allaboutbison.com/bison-in-history/1900-2/1912-2/">1912</a></li><li class="page_item page-item-662"><a href="https://allaboutbison.com/bison-in-history/1900-2/1913-2/">1913</a></li><li class="page_item page-item-671"><a href="https://allaboutbison.com/bison-in-history/1900-2/1914-2/">1914</a></li><li class="page_item page-item-675"><a href="https://allaboutbison.com/bison-in-history/1900-2/1915-2/">1915</a></li><li class="page_item page-item-677"><a href="https://allaboutbison.com/bison-in-history/1900-2/1916-2/">1916</a></li><li class="page_item page-item-687"><a href="https://allaboutbison.com/bison-in-history/1900-2/1917-2/">1917</a></li><li class="page_item page-item-690"><a href="https://allaboutbison.com/bison-in-history/1900-2/1918-2/">1918</a></li><li class="page_item page-item-693"><a href="https://allaboutbison.com/bison-in-history/1900-2/1919-2/">1919</a></li><li class="page_item page-item-696"><a href="https://allaboutbison.com/bison-in-history/1900-2/1923-2/">1923</a></li><li class="page_item page-item-2042"><a href="https://allaboutbison.com/bison-in-history/1900-2/1904-2/">1904</a></li><li class="page_item page-item-6352"><a href="https://allaboutbison.com/bison-in-history/1900-2/1920-2/">1920</a></li><li class="page_item page-item-6365"><a href="https://allaboutbison.com/bison-in-history/1900-2/1921-2/">1921</a></li><li class="page_item page-item-6649"><a href="https://allaboutbison.com/bison-in-history/1900-2/1922-2/">1922</a></li><li class="page_item page-item-6862"><a href="https://allaboutbison.com/bison-in-history/1900-2/1924-2/">1924</a></li><li class="page_item page-item-7179"><a href="https://allaboutbison.com/bison-in-history/1900-2/1925-2/">1925</a></li><li class="page_item page-item-8122"><a href="https://allaboutbison.com/bison-in-history/1900-2/1927-2/">1927</a></li><li class="page_item page-item-8124"><a href="https://allaboutbison.com/bison-in-history/1900-2/1928-2/">1928</a></li><li class="page_item page-item-8126"><a href="https://allaboutbison.com/bison-in-history/1900-2/1929-2/">1929</a></li><li class="page_item page-item-8128"><a href="https://allaboutbison.com/bison-in-history/1900-2/1930-2/">1930</a></li><li class="page_item page-item-7890"><a href="https://allaboutbison.com/bison-in-history/1900-2/1926-2/">1926</a></li><li class="page_item page-item-8138"><a href="https://allaboutbison.com/bison-in-history/1900-2/1931-2/">1931</a></li><li class="page_item page-item-8171"><a href="https://allaboutbison.com/bison-in-history/1900-2/1932-2/">1932</a></li><li class="page_item page-item-8207"><a href="https://allaboutbison.com/bison-in-history/1900-2/1933-2/">1933</a></li><li class="page_item page-item-13782"><a href="https://allaboutbison.com/bison-in-history/1900-2/1938-2/">1938</a></li></ul></li><li class="page_item page-item-589 menu-item-has-children"><a href="https://allaboutbison.com/bison-in-history/1800s/">1800&#8217;s<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-320"><a href="https://allaboutbison.com/bison-in-history/1800s/1831-1840/">1831-1840</a></li><li class="page_item page-item-335"><a href="https://allaboutbison.com/bison-in-history/1800s/1861-1866/">1861-1866</a></li><li class="page_item page-item-378"><a href="https://allaboutbison.com/bison-in-history/1800s/1869-2/">1869</a></li><li class="page_item page-item-381"><a href="https://allaboutbison.com/bison-in-history/1800s/1870-2/">1870</a></li><li class="page_item page-item-386"><a href="https://allaboutbison.com/bison-in-history/1800s/1872-2/">1872</a></li><li class="page_item page-item-389"><a href="https://allaboutbison.com/bison-in-history/1800s/1873-2/">1873</a></li><li class="page_item page-item-392"><a href="https://allaboutbison.com/bison-in-history/1800s/1874-2/">1874</a></li><li class="page_item page-item-406"><a href="https://allaboutbison.com/bison-in-history/1800s/1876-2/">1876</a></li><li class="page_item page-item-415"><a href="https://allaboutbison.com/bison-in-history/1800s/1877-2/">1877</a></li><li class="page_item page-item-428"><a href="https://allaboutbison.com/bison-in-history/1800s/1878-2/">1878</a></li><li class="page_item page-item-434"><a href="https://allaboutbison.com/bison-in-history/1800s/1879-2/">1879</a></li><li class="page_item page-item-440"><a href="https://allaboutbison.com/bison-in-history/1800s/1880-2/">1880</a></li><li class="page_item page-item-447"><a href="https://allaboutbison.com/bison-in-history/1800s/1881-2/">1881</a></li><li class="page_item page-item-451"><a href="https://allaboutbison.com/bison-in-history/1800s/1882-2/">1882</a></li><li class="page_item page-item-455"><a href="https://allaboutbison.com/bison-in-history/1800s/1883-2/">1883</a></li><li class="page_item page-item-461"><a href="https://allaboutbison.com/bison-in-history/1800s/1884-2/">1884</a></li><li class="page_item page-item-463"><a href="https://allaboutbison.com/bison-in-history/1800s/1885-2/">1885</a></li><li class="page_item page-item-469"><a href="https://allaboutbison.com/bison-in-history/1800s/1886-2/">1886</a></li><li class="page_item page-item-482"><a href="https://allaboutbison.com/bison-in-history/1800s/1887-2/">1887</a></li><li class="page_item page-item-520"><a href="https://allaboutbison.com/bison-in-history/1800s/1888-2/">1888</a></li><li class="page_item page-item-522"><a href="https://allaboutbison.com/bison-in-history/1800s/1889-2/">1889</a></li><li class="page_item page-item-526"><a href="https://allaboutbison.com/bison-in-history/1800s/1890-2/">1890</a></li><li class="page_item page-item-537"><a href="https://allaboutbison.com/bison-in-history/1800s/1891-2/">1891</a></li><li class="page_item page-item-543"><a href="https://allaboutbison.com/bison-in-history/1800s/1892-2/">1892</a></li><li class="page_item page-item-546"><a href="https://allaboutbison.com/bison-in-history/1800s/1893-2/">1893</a></li><li class="page_item page-item-549"><a href="https://allaboutbison.com/bison-in-history/1800s/1894-2/">1894</a></li><li class="page_item page-item-551"><a href="https://allaboutbison.com/bison-in-history/1800s/1896-2/">1896</a></li><li class="page_item page-item-554"><a href="https://allaboutbison.com/bison-in-history/1800s/1897-2/">1897</a></li><li class="page_item page-item-556"><a href="https://allaboutbison.com/bison-in-history/1800s/1898-2/">1898</a></li><li class="page_item page-item-558"><a href="https://allaboutbison.com/bison-in-history/1800s/1899-2/">1899</a></li><li class="page_item page-item-1996"><a href="https://allaboutbison.com/bison-in-history/1800s/1871-2/">1871</a></li><li class="page_item page-item-2006"><a href="https://allaboutbison.com/bison-in-history/1800s/1875-2/">1875</a></li><li class="page_item page-item-2031"><a href="https://allaboutbison.com/bison-in-history/1800s/1895-2/">1895</a></li><li class="page_item page-item-2186"><a href="https://allaboutbison.com/bison-in-history/1800s/1801-1810/">1801-1810</a></li><li class="page_item page-item-2193"><a href="https://allaboutbison.com/bison-in-history/1800s/1811-1820/">1811-1820</a></li><li class="page_item page-item-2208"><a href="https://allaboutbison.com/bison-in-history/1800s/1821-1830/">1821-1830</a></li><li class="page_item page-item-2243"><a href="https://allaboutbison.com/bison-in-history/1800s/1841-1850/">1841-1850</a></li><li class="page_item page-item-2254"><a href="https://allaboutbison.com/bison-in-history/1800s/1851-1860/">1851-1860</a></li><li class="page_item page-item-11775"><a href="https://allaboutbison.com/bison-in-history/1800s/1867-2/">1867</a></li><li class="page_item page-item-11777"><a href="https://allaboutbison.com/bison-in-history/1800s/1868-2/">1868</a></li></ul></li><li class="page_item page-item-704"><a href="https://allaboutbison.com/bison-in-history/c-j-jones/">C.J. Jones -&#8220;Buffalo Jones&#8221;</a></li><li class="page_item page-item-714"><a href="https://allaboutbison.com/bison-in-history/h-e-baynes/">Harold E. Baynes</a></li><li class="page_item page-item-826"><a href="https://allaboutbison.com/bison-in-history/canada-history/">Canada History</a></li><li class="page_item page-item-973"><a href="https://allaboutbison.com/bison-in-history/grand-canyon/">Grand Canyon</a></li><li class="page_item page-item-1104"><a href="https://allaboutbison.com/bison-in-history/yellowstone/">Yellowstone</a></li><li class="page_item page-item-1535 menu-item-has-children"><a href="https://allaboutbison.com/bison-in-history/texas-history/">Texas Bison History<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-5987"><a href="https://allaboutbison.com/bison-in-history/texas-history/charles-goodnight-bison-herd/">Charles Goodnight Bison Herd</a></li></ul></li><li class="page_item page-item-2389"><a href="https://allaboutbison.com/bison-in-history/madison-grant/">Madison Grant</a></li><li class="page_item page-item-2650"><a href="https://allaboutbison.com/bison-in-history/custer-state-park/">Custer State Park</a></li><li class="page_item page-item-2717"><a href="https://allaboutbison.com/bison-in-history/bison-timeline/">Bison Timeline</a></li><li class="page_item page-item-3085"><a href="https://allaboutbison.com/bison-in-history/advertising-brands/">Advertising Brands</a></li><li class="page_item page-item-3729"><a href="https://allaboutbison.com/bison-in-history/2012-2/">2012</a></li><li class="page_item page-item-2871"><a href="https://allaboutbison.com/bison-in-history/samuel-walking-coyote/">Samuel Walking Coyote</a></li><li class="page_item page-item-2882"><a href="https://allaboutbison.com/bison-in-history/michel-pablo/">Michel Pablo</a></li><li class="page_item page-item-4289"><a href="https://allaboutbison.com/bison-in-history/charles-allard/">Charles Allard</a></li><li class="page_item page-item-5341"><a href="https://allaboutbison.com/bison-in-history/wichita-mountains-wildlife-refuge/">Wichita Mountains Wildlife Refuge</a></li><li class="page_item page-item-5368"><a href="https://allaboutbison.com/bison-in-history/wind-cave-national-park/">Wind Cave National Park</a></li><li class="page_item page-item-5523"><a href="https://allaboutbison.com/bison-in-history/hide-hunters-explained/">Hide Hunters Explained</a></li><li class="page_item page-item-5540"><a href="https://allaboutbison.com/bison-in-history/antelope-island/">Antelope Island</a></li><li class="page_item page-item-5971"><a href="https://allaboutbison.com/bison-in-history/bison-meat-2/">Bison Meat</a></li><li class="page_item page-item-6750"><a href="https://allaboutbison.com/bison-in-history/rocky-mountain-dick/">Rocky Mountain Dick</a></li><li class="page_item page-item-6836"><a href="https://allaboutbison.com/bison-in-history/scotty-phillip/">Scotty Phillips&#8217;</a></li><li class="page_item page-item-8397"><a href="https://allaboutbison.com/bison-in-history/catalina-island-bison/">Catalina Island Bison</a></li><li class="page_item page-item-8221"><a href="https://allaboutbison.com/bison-in-history/national-bison-range/">National Bison Range-Montana</a></li><li class="page_item page-item-8375"><a href="https://allaboutbison.com/bison-in-history/golden-gate-park/">Golden Gate Park</a></li><li class="page_item page-item-8511"><a href="https://allaboutbison.com/bison-in-history/australia-bison-history/">Australia Bison History</a></li><li class="page_item page-item-8119"><a href="https://allaboutbison.com/bison-in-history/austin-corbin-park/">Austin Corbin Park</a></li><li class="page_item page-item-3185"><a href="https://allaboutbison.com/bison-in-history/charles-e-conrad/">Charles E Conrad</a></li><li class="page_item page-item-10721"><a href="https://allaboutbison.com/bison-in-history/william-temple-hornaday/">W.T. Hornaday</a></li><li class="page_item page-item-11022"><a href="https://allaboutbison.com/bison-in-history/col-dodge/">Colonel Dodge</a></li><li class="page_item page-item-11188"><a href="https://allaboutbison.com/bison-in-history/niobrara-reserve/">Niobrara Reserve</a></li><li class="page_item page-item-12458"><a href="https://allaboutbison.com/bison-in-history/badlands/">Badlands</a></li><li class="page_item page-item-12917"><a href="https://allaboutbison.com/bison-in-history/usmc-camp-pendleton/">Camp Pendleton USMC</a></li><li class="page_item page-item-13795"><a href="https://allaboutbison.com/bison-in-history/1400-to-1699/">1400 to 1699</a></li><li class="page_item page-item-14298"><a href="https://allaboutbison.com/bison-in-history/howard-eaton/">Howard Eaton</a></li><li class="page_item page-item-14516"><a href="https://allaboutbison.com/bison-in-history/charles-alloway/">Charles Alloway</a></li><li class="page_item page-item-14510"><a href="https://allaboutbison.com/bison-in-history/col-samuel-bedson/">Col. Samuel Bedson</a></li></ul></li><li class="page_item page-item-1711"><a href="https://allaboutbison.com/us-department-of-the-interior/">US Department of the Interior</a></li><li class="page_item page-item-1726"><a href="https://allaboutbison.com/buffalo-nickel/">Buffalo Nickel</a></li><li class="page_item page-item-1854"><a href="https://allaboutbison.com/what-part-of-the-bison-was-used/">What part of the bison was used?</a></li><li class="page_item page-item-2168"><a href="https://allaboutbison.com/bringing-back-the-thunder/">Bringing Back The Thunder</a></li><li class="page_item page-item-2341"><a href="https://allaboutbison.com/contact-bio/">Contact &#8211; Bio</a></li><li class="page_item page-item-2456"><a href="https://allaboutbison.com/just-plains-funny/">Just Plains Funny</a></li><li class="page_item page-item-2721 menu-item-has-children"><a href="https://allaboutbison.com/natives/">Natives<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-230"><a href="https://allaboutbison.com/natives/apache/">Apache</a></li><li class="page_item page-item-253"><a href="https://allaboutbison.com/natives/arapaho/">Arapaho</a></li><li class="page_item page-item-702"><a href="https://allaboutbison.com/natives/blackfeet/">Blackfeet</a></li><li class="page_item page-item-836"><a href="https://allaboutbison.com/natives/carrizo-comecrudo/">Carrizo Comecrudo</a></li><li class="page_item page-item-851"><a href="https://allaboutbison.com/natives/cherokee/">Cherokee</a></li><li class="page_item page-item-859"><a href="https://allaboutbison.com/natives/cheyenne/">Cheyenne</a></li><li class="page_item page-item-872"><a href="https://allaboutbison.com/natives/chickasaw/">Chickasaw</a></li><li class="page_item page-item-877"><a href="https://allaboutbison.com/natives/choctaw/">Choctaw</a></li><li class="page_item page-item-935"><a href="https://allaboutbison.com/natives/crow/">Crow</a></li><li class="page_item page-item-990"><a href="https://allaboutbison.com/natives/kickapoo/">Kickapoo</a></li><li class="page_item page-item-997"><a href="https://allaboutbison.com/natives/kiowa/">Kiowa</a></li><li class="page_item page-item-1002"><a href="https://allaboutbison.com/natives/sioux-lakota/">Sioux Lakota</a></li><li class="page_item page-item-1047"><a href="https://allaboutbison.com/natives/quapaw/">Quapaw</a></li><li class="page_item page-item-1084"><a href="https://allaboutbison.com/natives/sioux-oglala/">Sioux Oglala</a></li><li class="page_item page-item-1546"><a href="https://allaboutbison.com/natives/comanche/">Comanche</a></li><li class="page_item page-item-2178"><a href="https://allaboutbison.com/natives/osage/">Osage</a></li><li class="page_item page-item-3201"><a href="https://allaboutbison.com/natives/tejas/">Tejas</a></li><li class="page_item page-item-3597"><a href="https://allaboutbison.com/natives/tribal-buffalo/">Tribal Buffalo</a></li><li class="page_item page-item-5119"><a href="https://allaboutbison.com/natives/cree/">Cree</a></li><li class="page_item page-item-5404"><a href="https://allaboutbison.com/natives/shoshone/">Shoshone</a></li><li class="page_item page-item-6968"><a href="https://allaboutbison.com/natives/modoc/">Modoc</a></li><li class="page_item page-item-9863"><a href="https://allaboutbison.com/natives/bison-horned-war-bonnet-or-headdress/">Horned War Bonnet or Headdress</a></li><li class="page_item page-item-9964"><a href="https://allaboutbison.com/natives/mandan/">Mandan</a></li><li class="page_item page-item-9809"><a href="https://allaboutbison.com/natives/seneca-nation/">Seneca Nation</a></li><li class="page_item page-item-15643"><a href="https://allaboutbison.com/natives/conservation-among-native-americans/">Bison Conservation Among Native Americans</a></li><li class="page_item page-item-15650"><a href="https://allaboutbison.com/natives/the-buffalo-horse/">The Buffalo Horse</a></li><li class="page_item page-item-17078"><a href="https://allaboutbison.com/natives/the-great-buffalo-hunt-at-standing-rock/">The Great Buffalo Hunt at Standing Rock</a></li></ul></li><li class="page_item page-item-2738 menu-item-has-children"><a href="https://allaboutbison.com/furriers-tanners/">Furriers &#8211; Tanners<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-3676"><a href="https://allaboutbison.com/furriers-tanners/all-about-bison-leather-hides/">Leather Hides &#038; Robes</a></li><li class="page_item page-item-7952"><a href="https://allaboutbison.com/furriers-tanners/bison-robe-mumper/">Bison Robe</a></li></ul></li><li class="page_item page-item-2748"><a href="https://allaboutbison.com/state-bison-symbols/">State Bison Symbols</a></li><li class="page_item page-item-2842"><a href="https://allaboutbison.com/national-mammal/">National Mammal</a></li><li class="page_item page-item-2869"><a href="https://allaboutbison.com/who-saved-the-bison/">Who Saved The Bison</a></li><li class="page_item page-item-2914"><a href="https://allaboutbison.com/history-of-legislation/">History of Legislation</a></li><li class="page_item page-item-1571"><a href="https://allaboutbison.com/ancient-bison/">Ancient Bison</a></li><li class="page_item page-item-2092"><a href="https://allaboutbison.com/legendary-bison-bulls/">Legendary Bison Bulls</a></li><li class="page_item page-item-3231"><a href="https://allaboutbison.com/bison-facts-did-you-know/">Bison Facts &#8211; Did you know?</a></li><li class="page_item page-item-3749"><a href="https://allaboutbison.com/trading-post/">Trading Post</a></li><li class="page_item page-item-3854"><a href="https://allaboutbison.com/metal-works/">Metal Works</a></li><li class="page_item page-item-16821"><a href="https://allaboutbison.com/free-roaming-bison-herds/">Free Roaming Bison Herds</a></li><li class="page_item page-item-4644"><a href="https://allaboutbison.com/demise-metal-bison/">Demise Metal Bison</a></li><li class="page_item page-item-5490 menu-item-has-children"><a href="https://allaboutbison.com/buffalo-wallows/">Buffalo Wallows<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-16354"><a href="https://allaboutbison.com/buffalo-wallows/de-diatomaceous-earth/">(DE) Diatomaceous Earth and Bison</a></li><li class="page_item page-item-16399"><a href="https://allaboutbison.com/buffalo-wallows/the-real-dirt-on-diatomaceous-earth-used-for-worming-bison/">The Real Dirt on Diatomaceous Earth Used for Worming Bison</a></li></ul></li><li class="page_item page-item-5608"><a href="https://allaboutbison.com/bison-wool/">Bison Wool</a></li><li class="page_item page-item-6467"><a href="https://allaboutbison.com/bison-poulations-census/">Bison Populations &#8211; Census</a></li><li class="page_item page-item-6774"><a href="https://allaboutbison.com/branding-bison/">Branding Bison</a></li><li class="page_item page-item-6805"><a href="https://allaboutbison.com/white-buffalo/">White Buffalo</a></li><li class="page_item page-item-6906"><a href="https://allaboutbison.com/privacy-policy/">Privacy Policy</a></li><li class="page_item page-item-7868"><a href="https://allaboutbison.com/comments/">Comments</a></li><li class="page_item page-item-8022"><a href="https://allaboutbison.com/bison-milk-and-the-orphan-buffalo-calf/">Bison Milk and the Orphan Buffalo Calf</a></li><li class="page_item page-item-8340"><a href="https://allaboutbison.com/bison-population-in-north-america-then-and-now/">Bison Population in North America: Then and Now</a></li><li class="page_item page-item-8587"><a href="https://allaboutbison.com/bison-facts/">Bison Biology- Facts About Bison</a></li><li class="page_item page-item-15456"><a href="https://allaboutbison.com/bison-welfare/">Bison Welfare</a></li><li class="page_item page-item-10640"><a href="https://allaboutbison.com/just-for-kids-and-teachers/">Just for Kids and Teachers</a></li><li class="page_item page-item-8914"><a href="https://allaboutbison.com/savior-metal-bison-sculpture/">Savior Metal Bison Sculpture</a></li><li class="page_item page-item-9210"><a href="https://allaboutbison.com/search-this-site-sitemap/">Search This Site &#8211; Sitemap</a></li><li class="page_item page-item-9984"><a href="https://allaboutbison.com/buffalo-chips/">Buffalo Chips &#8211; Bison Dung</a></li><li class="page_item page-item-13402"><a href="https://allaboutbison.com/what-is-this/">What is this?</a></li><li class="page_item page-item-13862"><a href="https://allaboutbison.com/domesticating-bison-for-survival/">Domesticating Bison for Survival</a></li><li class="page_item page-item-13907"><a href="https://allaboutbison.com/cattle-history-in-north-america/">Cattle History in North America</a></li><li class="page_item page-item-13921"><a href="https://allaboutbison.com/buffalo-stampede/">Buffalo Stampede</a></li><li class="page_item page-item-14028"><a href="https://allaboutbison.com/copyright-notices-permission/">Copyright Notices &#8211; Permission</a></li><li class="page_item page-item-14599 menu-item-has-children"><a href="https://allaboutbison.com/buffalo-tracks/">Buffalo Tracks<span role="presentation" class="dropdown-menu-toggle"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class='children'><li class="page_item page-item-13822"><a href="https://allaboutbison.com/buffalo-tracks/last-of-the-bison-by-state/">Last of the Bison by State</a></li><li class="page_item page-item-15666"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-moosehead-ranch/">Buffalo Tracks Moosehead Ranch</a></li><li class="page_item page-item-14640"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-goodnight-herd/">Buffalo Tracks Goodnight Herd</a></li><li class="page_item page-item-14703"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-pablo-allard/">Buffalo Tracks Pablo Allard</a></li><li class="page_item page-item-14820"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-austin-corbin/">Buffalo Tracks Austin Corbin</a></li><li class="page_item page-item-14923"><a href="https://allaboutbison.com/buffalo-tracks/early-explorers-sighting-bison/">Early Explorers Sighting Buffalo</a></li><li class="page_item page-item-15946"><a href="https://allaboutbison.com/buffalo-tracks/whence-the-buffalo-roamed/">Whence the Buffalo Roamed</a></li></ul></li><li class="page_item page-item-16739"><a href="https://allaboutbison.com/bison-speak/">Bison Speak</a></li><li class="page_item page-item-16031"><a href="https://allaboutbison.com/bison-anatomy/">Bison Anatomy</a></li><li class="page_item page-item-16157"><a href="https://allaboutbison.com/buffalo-bone-commerce-on-the-northern-plains/">Buffalo Bone Commerce On The Northern Plains</a></li><li class="page_item page-item-16243"><a href="https://allaboutbison.com/buffalo-tongue-market/">Buffalo Tongue Market</a></li><li class="page_item page-item-16271"><a href="https://allaboutbison.com/how-many-bones-does-a-bison-have/">How many bones does a bison have?</a></li><li class="page_item page-item-16428"><a href="https://allaboutbison.com/bison-ecology/">Bison Ecology</a></li><li class="page_item page-item-16484"><a href="https://allaboutbison.com/bison-films/">Bison Films</a></li><li class="page_item page-item-17159"><a href="https://allaboutbison.com/mountain-bison-bison-haningtoni/">Mountain Bison bison haningtoni (extinct)</a></li><li class="page_item page-item-17214"><a href="https://allaboutbison.com/buffalo-guns-and-skinners/">Buffalo Guns and Skinners</a></li><li class="page_item page-item-13830"><a href="https://allaboutbison.com/oklahoma/">Oklahoma</a></li></ul></div><div class="menu-bar-items"><span class="menu-bar-item search-item"><a aria-label="Open Search Bar" href="#"><span class="gp-icon icon-search"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path fill-rule="evenodd" clip-rule="evenodd" d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span></a></span><span class="menu-bar-item slideout-toggle hide-on-mobile has-svg-icon"><a href="#" role="button"><span class="gp-icon pro-menu-bars"> <svg viewBox="0 0 512 512" aria-hidden="true" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em"> <path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /> </svg> </span><span class="off-canvas-toggle-label">Mobile</span></a></span></div></div></nav><div id="page" class="site grid-container container hfeed"><div id="content" class="site-content"><div class="content-area" id="primary"><main class="site-main" id="main"><ul class="wp-block-social-links has-small-icon-size has-icon-color has-icon-background-color .wp-block-social-links.has-small-icon-size { font-size: 20px; padding-top: 20px; padding-bottom: } is-layout-flex wp-block-social-links-is-layout-flex"><li style="color: #ffffff; background-color: #3962e3; " class="wp-social-link wp-social-link-mail wp-block-social-link"><a href="mailto:allaboutbison@gmail.com" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19,5H5c-1.1,0-2,.9-2,2v10c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2V7c0-1.1-.9-2-2-2zm.5,12c0,.3-.2.5-.5.5H5c-.3,0-.5-.2-.5-.5V9.8l7.5,5.6,7.5-5.6V17zm0-9.1L12,13.6,4.5,7.9V7c0-.3.2-.5.5-.5h14c.3,0,.5.2.5.5v.9z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Mail</span></a></li><li style="color: #ffffff; background-color: #3962e3; " class="wp-social-link wp-social-link-facebook wp-block-social-link"><a href="https://www.facebook.com/allaboutbison" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li><li style="color: #ffffff; background-color: #3962e3; " class="wp-social-link wp-social-link-twitter wp-block-social-link"><a href="https://twitter.com/AllAboutBison" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li><li style="color: #ffffff; background-color: #3962e3; " class="wp-social-link wp-social-link-pinterest wp-block-social-link"><a href="https://www.pinterest.com/allaboutbison/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"></path></svg><span class="wp-block-social-link-label screen-reader-text">Pinterest</span></a></li><li style="color: #ffffff; background-color: #3962e3; " class="wp-social-link wp-social-link-instagram wp-block-social-link"><a href="https://www.instagram.com/allaboutbison/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li></ul><p></p></p><p></p><article id="post-85" class="post-85 post type-post status-publish format-standard hentry category-bison-management category-frasier-bison-l-l-c category-handling-facilty tag-bison-calves tag-calving tag-grazing-pastures" itemtype="https://schema.org/CreativeWork" itemscope><div class="inside-article"><header class="entry-header"><h1 class="entry-title" itemprop="headline">Southern Plains Bison: Mar 2014</h1><div class="entry-meta"> <span class="posted-on"><time class="updated" datetime="2017-03-15T19:21:09-05:00" itemprop="dateModified">March 15, 2017</time><time class="entry-date published" datetime="2014-03-31T21:17:59-05:00" itemprop="datePublished">March 31, 2014</time></span> <span class="byline">by <span class="author vcard" itemprop="author" itemtype="https://schema.org/Person" itemscope><a class="url fn n" href="https://allaboutbison.com/author/tfrasier/" title="View all posts by Tim Frasier" rel="author" itemprop="url"><span class="author-name" itemprop="name">Tim Frasier</span></a></span></span></div></header><div class="entry-content" itemprop="text"><p>Spring has sprung and it won’t be long before it’s “<em><span style="text-decoration: underline;">raining red-dots</span></em>” across the southern plains. There are a few points of interest in preparing for a new generation of American icons. The lush spring green explosion in the south can be less mineralized than the harder grasses during the warm-season, or summer. Micro minerals like copper have a direct impact to uterine tone and function. I like to make sure that a good mineral supplement, formulated for breeding stock in my area, is readily accessible to the bison herd prior to calving season to reduce the occurrence of calving related problems such as retained placentas. Additionally; I like to make sure that the bison have access to open grazeable acreage and are not forced to be in thick brushy pastures to help prevent cat-predation.</p><p>In my experience, coyotes and small cats are a predation <span style="text-decoration: underline;">non-issue</span>, but the big cats; more prevalent than you might think, have the potential to succeed. In the southern plains we not only have lions [cougars] but jaguars as well, mostly the blacks known commonly to local ranchers as blacks or panthers. When we have a cat in the neighborhood, the bison act differently and we lose a calf, or two, occasionally. I have remedied this in more than one herd by pulling them into a pasture with less brush-cover, thereby allowing the performance of natural predation-response behaviors. The bison begin responding, with less ambush advantage granted to the cats, and the cats then move-on to easier prey and tend not to return to the bison herd for long periods, or until new cats invade the territory.</p><p>Another thing I deal with a lot is bison owners wanting to help the mother-bison during the calving season. In my experience; more harm comes from helping the bison, than the good intended. They are pristine and require the benefit of our absence. Surveillance, from a distance, is the best way to keep track of what’s going on. If you have problems, just think of how you might facilitate the bison handling it on their own. The best way to help is to get out of their way, which is a very complex and loaded statement. Personally; I like to have a plan dedicated to the rare occasion of bison in need of calving help. This plan would include: handling facilities, relationships with veterinarians and protocols that regard the welfare of the entire herd and how what I do, in my little spot, may affect the integrity of the species.</p><p>by Tim Frasier</p><p><a href="http://www.frasierbison.com"><img decoding="async" class="alignnone wp-image-70 lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif" alt="FBLLC logo" width="121" height="76" /><noscript><img decoding="async" class="alignnone wp-image-70 lazyload" src="https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif" alt="FBLLC logo" width="121" height="76" srcset="https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-300x188.gif 300w, https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-1024x642.gif 1024w, https://allaboutbison.com/wp-content/uploads/2014/01/BuffaloSwoosh030110-825x510.gif 825w" sizes="(max-width: 121px) 100vw, 121px" /></noscript></a></p></div><footer class="entry-meta" aria-label="Entry meta"> <span class="cat-links"><span class="gp-icon icon-categories"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 112c0-26.51 21.49-48 48-48h110.014a48 48 0 0143.592 27.907l12.349 26.791A16 16 0 00228.486 128H464c26.51 0 48 21.49 48 48v224c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112z" /></svg></span><span class="screen-reader-text">Categories </span><a href="https://allaboutbison.com/bison-management/" rel="category tag">Bison Management</a>, <a href="https://allaboutbison.com/frasier-bison-l-l-c/" rel="category tag">Frasier Bison L.L.c</a>, <a href="https://allaboutbison.com/handling-facilty/" rel="category tag">Handling Facilty</a></span> <span class="tags-links"><span class="gp-icon icon-tags"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M20 39.5c-8.836 0-16 7.163-16 16v176c0 4.243 1.686 8.313 4.687 11.314l224 224c6.248 6.248 16.378 6.248 22.626 0l176-176c6.244-6.244 6.25-16.364.013-22.615l-223.5-224A15.999 15.999 0 00196.5 39.5H20zm56 96c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z"/><path d="M259.515 43.015c4.686-4.687 12.284-4.687 16.97 0l228 228c4.686 4.686 4.686 12.284 0 16.97l-180 180c-4.686 4.687-12.284 4.687-16.97 0-4.686-4.686-4.686-12.284 0-16.97L479.029 279.5 259.515 59.985c-4.686-4.686-4.686-12.284 0-16.97z" /></svg></span><span class="screen-reader-text">Tags </span><a href="https://allaboutbison.com/tag/bison-calves/" rel="tag">bison calves</a>, <a href="https://allaboutbison.com/tag/calving/" rel="tag">calving</a>, <a href="https://allaboutbison.com/tag/grazing-pastures/" rel="tag">grazing pastures</a></span><nav id="nav-below" class="post-navigation" aria-label="Posts"><div class="nav-previous"><span class="gp-icon icon-arrow-left"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 138.212c0 2.265-1.133 4.813-2.832 6.512L64.276 256.001l111.317 111.277c1.7 1.7 2.832 4.247 2.832 6.513 0 2.265-1.133 4.813-2.832 6.512L161.43 394.46c-1.7 1.7-4.249 2.832-6.514 2.832-2.266 0-4.816-1.133-6.515-2.832L16.407 262.514c-1.699-1.7-2.832-4.248-2.832-6.513 0-2.265 1.133-4.813 2.832-6.512l131.994-131.947c1.7-1.699 4.249-2.831 6.515-2.831 2.265 0 4.815 1.132 6.514 2.831l14.163 14.157c1.7 1.7 2.832 3.965 2.832 6.513z" fill-rule="nonzero" /></svg></span><span class="prev"><a href="https://allaboutbison.com/medicinal-plants/" rel="prev">Useful Medicinal Plants part 2:</a></span></div><div class="nav-next"><span class="gp-icon icon-arrow-right"><svg viewBox="0 0 192 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M178.425 256.001c0 2.266-1.133 4.815-2.832 6.515L43.599 394.509c-1.7 1.7-4.248 2.833-6.514 2.833s-4.816-1.133-6.515-2.833l-14.163-14.162c-1.699-1.7-2.832-3.966-2.832-6.515 0-2.266 1.133-4.815 2.832-6.515l111.317-111.316L16.407 144.685c-1.699-1.7-2.832-4.249-2.832-6.515s1.133-4.815 2.832-6.515l14.163-14.162c1.7-1.7 4.249-2.833 6.515-2.833s4.815 1.133 6.514 2.833l131.994 131.993c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span><span class="next"><a href="https://allaboutbison.com/internal-parasites/" rel="next">Botanical Solutions for Internal Parasites</a></span></div></nav></footer></div></article></main></div></div></div><div class="site-footer grid-container"><div id="footer-widgets" class="site footer-widgets perfmatters-lazy-css-bg"><div class="footer-widgets-container grid-container perfmatters-lazy-css-bg"><div class="inside-footer-widgets perfmatters-lazy-css-bg"><div class="footer-widget-1"><aside id="block-50" class="widget inner-padding widget_block widget_text"><p class="has-text-align-center" id="h-all-about-bison-registered-trademark"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-white-color"><strong>All About Bison ® Registered Trademark</strong></mark></p></aside></div></div></div></div><footer class="site-info" aria-label="Site" itemtype="https://schema.org/WPFooter" itemscope><div class="inside-site-info grid-container"><div class="copyright-bar"> ©All About Bison™ 2009 - 2024</div></div></footer></div> <a title="Scroll back to top" aria-label="Scroll back to top" rel="nofollow" href="#" class="generate-back-to-top" data-scroll-speed="400" data-start-scroll="300"> <span class="gp-icon icon-arrow-up"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M305.863 314.916c0 2.266-1.133 4.815-2.832 6.514l-14.157 14.163c-1.699 1.7-3.964 2.832-6.513 2.832-2.265 0-4.813-1.133-6.512-2.832L164.572 224.276 53.295 335.593c-1.699 1.7-4.247 2.832-6.512 2.832-2.265 0-4.814-1.133-6.513-2.832L26.113 321.43c-1.699-1.7-2.831-4.248-2.831-6.514s1.132-4.816 2.831-6.515L158.06 176.408c1.699-1.7 4.247-2.833 6.512-2.833 2.265 0 4.814 1.133 6.513 2.833L303.03 308.4c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span> </a><nav id="generate-slideout-menu" class="main-navigation slideout-navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope><div class="inside-navigation grid-container grid-parent"> <button class="slideout-exit has-svg-icon"><span class="gp-icon pro-close"> <svg viewBox="0 0 512 512" aria-hidden="true" role="img" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1em" height="1em"> <path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /> </svg> </span> <span class="screen-reader-text">Close</span></button><div class="main-nav"><ul id="menu-main-side" class=" slideout-menu"><li id="menu-item-211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-211"><a href="https://allaboutbison.com/">All About Bison®</a></li><li id="menu-item-9639" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9639"><a href="https://allaboutbison.com/search-this-site-sitemap/">Search This Site – Sitemap</a></li><li id="menu-item-2353" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2353"><a href="https://allaboutbison.com/contact-bio/">Contact – Bio</a></li><li id="menu-item-15269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15269"><a href="https://allaboutbison.com/comments/">Comments</a></li><li id="menu-item-215" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-215"><a href="https://allaboutbison.com/bison-blog/">Blog</a></li><li id="menu-item-3010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3010"><a href="https://allaboutbison.com/ancient-bison/">Ancient Bison</a></li><li id="menu-item-1602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1602"><a href="https://allaboutbison.com/archived-newsletters/">Archived Newsletters</a></li><li id="menu-item-1625" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1625"><a href="https://allaboutbison.com/articles-publications/">Articles &#038; Publications<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-4600" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4600"><a href="https://allaboutbison.com/articles-publications/frontier-army-destruction-buffalo/">Frontier Army-Destruction of the Buffalo</a></li><li id="menu-item-1626" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1626"><a href="https://allaboutbison.com/articles-publications/did-the-buffalo-roam/">Did the buffalo roam?</a></li><li id="menu-item-7417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7417"><a href="https://allaboutbison.com/articles-publications/reinterpreting-the-1882-bison-population-collapse/">Reinterpreting the 1882 Bison Population Collapse</a></li><li id="menu-item-12801" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12801"><a href="https://allaboutbison.com/articles-publications/the-battle-of-adobe-walls/">The Battle of Adobe Walls</a></li><li id="menu-item-13586" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13586"><a href="https://allaboutbison.com/articles-publications/should-oregon-have-a-bison-range/">Should Oregon Have a Bison Range</a></li><li id="menu-item-16715" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16715"><a href="https://allaboutbison.com/wp-content/uploads/2023/07/Mitogenomes-revealed-the-history-of-bison-colonization-of-Northern-Plains-after-the-Last-Glacial-Maximum.pdf">Mitogenomes revealed the history of bison colonization of Northern Plains after the Last Glacial Maximum</a></li></ul></li><li id="menu-item-16082" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16082"><a href="https://allaboutbison.com/bison-anatomy/">Bison Anatomy</a></li><li id="menu-item-8598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8598"><a href="https://allaboutbison.com/bison-facts/">Bison Biology- Facts About Bison</a></li><li id="menu-item-16557" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16557"><a href="https://allaboutbison.com/bison-ecology/">Bison Ecology</a></li><li id="menu-item-3256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3256"><a href="https://allaboutbison.com/bison-facts-did-you-know/">Bison Facts. Did you know?</a></li><li id="menu-item-16526" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16526"><a href="https://allaboutbison.com/bison-films/">Bison Films</a></li><li id="menu-item-6582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6582"><a href="https://allaboutbison.com/bison-poulations-census/">Bison Populations – Census</a></li><li id="menu-item-7734" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7734"><a href="https://allaboutbison.com/usda-monthly-bison-market-reports/">USDA Monthly Bison Market Reports</a></li><li id="menu-item-8042" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8042"><a href="https://allaboutbison.com/bison-milk-and-the-orphan-buffalo-calf/">Bison Milk and the Orphan Buffalo Calf</a></li><li id="menu-item-16746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16746"><a href="https://allaboutbison.com/bison-speak/">Bison Speak</a></li><li id="menu-item-15459" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15459"><a href="https://allaboutbison.com/bison-welfare/">Bison Welfare</a></li><li id="menu-item-5626" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5626"><a href="https://allaboutbison.com/bison-wool/">Bison Wool</a></li><li id="menu-item-6789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6789"><a href="https://allaboutbison.com/branding-bison/">Branding Bison</a></li><li id="menu-item-9993" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9993"><a href="https://allaboutbison.com/buffalo-chips/">Buffalo Chips – Bison Dung</a></li><li id="menu-item-16210" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16210"><a href="https://allaboutbison.com/buffalo-bone-commerce-on-the-northern-plains/">Buffalo Bone Commerce On The Northern Plains</a></li><li id="menu-item-17291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17291"><a href="https://allaboutbison.com/buffalo-guns-and-skinners/">Buffalo Guns and Skinners</a></li><li id="menu-item-781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-781"><a href="https://allaboutbison.com/buffalo-jumps/">Buffalo Jumps – Pounds and Kill Sites</a></li><li id="menu-item-1170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1170"><a href="https://allaboutbison.com/buffalo-museums/">Buffalo Museums</a></li><li id="menu-item-1843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1843"><a href="https://allaboutbison.com/buffalo-nickel/">Buffalo Nickel</a></li><li id="menu-item-13924" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13924"><a href="https://allaboutbison.com/buffalo-stampede/">Buffalo Stampede</a></li><li id="menu-item-16295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16295"><a href="https://allaboutbison.com/buffalo-tongue-market/">Buffalo Tongue Market</a></li><li id="menu-item-14602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14602"><a href="https://allaboutbison.com/buffalo-tracks/">Buffalo Tracks<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-15028" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15028"><a href="https://allaboutbison.com/buffalo-tracks/early-explorers-sighting-bison/">Early Explorers Sighting Buffalo</a></li><li id="menu-item-15958" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15958"><a href="https://allaboutbison.com/buffalo-tracks/whence-the-buffalo-roamed/">Whence the Buffalo Roamed</a></li><li id="menu-item-14912" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14912"><a href="https://allaboutbison.com/buffalo-tracks/last-of-the-bison-by-state/">Last of the Bison by State</a></li><li id="menu-item-14913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14913"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-austin-corbin/">Buffalo Tracks Austin Corbin</a></li><li id="menu-item-14915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14915"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-goodnight-herd/">Buffalo Tracks Goodnight Herd</a></li><li id="menu-item-14914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14914"><a href="https://allaboutbison.com/buffalo-tracks/buffalo-tracks-pablo-allard/">Buffalo Tracks Pablo Allard</a></li></ul></li><li id="menu-item-5492" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5492"><a href="https://allaboutbison.com/buffalo-wallows/">Buffalo Wallows<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-16375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16375"><a href="https://allaboutbison.com/buffalo-wallows/de-diatomaceous-earth/">(DE) Diatomaceous Earth and Bison</a></li><li id="menu-item-16407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16407"><a target="_blank" rel="noopener" href="https://allaboutbison.com/buffalo-wallows/the-real-dirt-on-diatomaceous-earth-used-for-worming-bison/">The Real Dirt on Diatomaceous Earth Used for Worming Bison</a></li></ul></li><li id="menu-item-1171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1171"><a href="https://allaboutbison.com/catalo-beefalo/">Catalo/Beefalo</a></li><li id="menu-item-13913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13913"><a href="https://allaboutbison.com/cattle-history-in-north-america/">Cattle History in North America</a></li><li id="menu-item-4650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4650"><a href="https://allaboutbison.com/demise-metal-bison/">Demise Metal Bison<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-8934" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8934"><a href="https://allaboutbison.com/savior-metal-bison-sculpture/">Savior Metal Bison Sculpture</a></li><li id="menu-item-3872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3872"><a href="https://allaboutbison.com/metal-works/">Metal Works</a></li></ul></li><li id="menu-item-13865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13865"><a href="https://allaboutbison.com/domesticating-bison-for-survival/">Domesticating Bison for Survival</a></li><li id="menu-item-16827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16827"><a href="https://allaboutbison.com/free-roaming-bison-herds/">Free Roaming Bison Herds</a></li><li id="menu-item-3257" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3257"><a href="https://allaboutbison.com/furriers-tanners/">Furriers – Tanners<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-16664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16664"><a href="https://allaboutbison.com/furriers-tanners/bison-robe-mumper/">Bison Robe</a></li><li id="menu-item-3679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3679"><a href="https://allaboutbison.com/furriers-tanners/all-about-bison-leather-hides/">Leather – Hides</a></li></ul></li><li id="menu-item-2918" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2918"><a href="https://allaboutbison.com/history-of-legislation/">History of Legislation</a></li><li id="menu-item-10652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10652"><a href="https://allaboutbison.com/just-for-kids-and-teachers/">Just for Kids and Teachers</a></li><li id="menu-item-2469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2469"><a href="https://allaboutbison.com/just-plains-funny/">Just Plains Funny</a></li><li id="menu-item-3030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3030"><a href="https://allaboutbison.com/legendary-bison-bulls/">Legendary Bison Bulls</a></li><li id="menu-item-17197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17197"><a href="https://allaboutbison.com/mountain-bison-bison-haningtoni/">Mountain Bison bison haningtoni (extinct)</a></li><li id="menu-item-2848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2848"><a href="https://allaboutbison.com/national-mammal/">National Mammal</a></li><li id="menu-item-2775" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2775"><a href="https://allaboutbison.com/state-bison-symbols/">State Bison Symbols</a></li><li id="menu-item-14255" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14255"><a href="https://allaboutbison.com/trading-post/">Trading Post</a></li><li id="menu-item-2707" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2707"><a href="https://allaboutbison.com/us-department-of-the-interior/">US Department of the Interior</a></li><li id="menu-item-13423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13423"><a href="https://allaboutbison.com/what-is-this/">What is this?</a></li><li id="menu-item-1932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1932"><a href="https://allaboutbison.com/what-part-of-the-bison-was-used/">What part of the bison was used?</a></li><li id="menu-item-6892" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6892"><a href="https://allaboutbison.com/white-buffalo/">White Buffalo</a></li><li id="menu-item-2909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2909"><a href="https://allaboutbison.com/who-saved-the-bison/">Who Saved The Bison</a></li><li id="menu-item-12938" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12938"><a href="https://allaboutbison.com/wood-bison/">Wood Bison</a></li><li id="menu-item-2171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2171"><a href="https://allaboutbison.com/bringing-back-the-thunder/">Bringing Back The Thunder</a></li><li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-305"><a href="https://allaboutbison.com/bison-world-news/">Bison World News<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-4931" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4931"><a href="https://allaboutbison.com/bison-world-news/european-bison/">European Bison</a></li><li id="menu-item-275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-275"><a href="https://allaboutbison.com/bison-world-news/australia/">Australia</a></li><li id="menu-item-9217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9217"><a href="https://allaboutbison.com/bison-world-news/austria/">Austria</a></li><li id="menu-item-8476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8476"><a href="https://allaboutbison.com/bison-world-news/azerbaijan/">Azerbaijan</a></li><li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="https://allaboutbison.com/bison-world-news/belarus/">Belarus</a></li><li id="menu-item-1968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1968"><a href="https://allaboutbison.com/bison-world-news/belgium/">Belgium</a></li><li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://allaboutbison.com/bison-world-news/canada/">Canada</a></li><li id="menu-item-945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-945"><a href="https://allaboutbison.com/bison-world-news/denmark/">Denmark</a></li><li id="menu-item-951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-951"><a href="https://allaboutbison.com/bison-world-news/england/">England</a></li><li id="menu-item-933" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-933"><a href="https://allaboutbison.com/bison-world-news/europe/">Europe</a></li><li id="menu-item-966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-966"><a href="https://allaboutbison.com/bison-world-news/france/">France</a></li><li id="menu-item-971" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-971"><a href="https://allaboutbison.com/bison-world-news/germany/">Germany</a></li><li id="menu-item-8079" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8079"><a href="https://allaboutbison.com/bison-world-news/hungary/">Hungary</a></li><li id="menu-item-8465" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8465"><a href="https://allaboutbison.com/bison-world-news/indonesia/">Indonesia</a></li><li id="menu-item-987" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-987"><a href="https://allaboutbison.com/bison-world-news/ireland/">Ireland</a></li><li id="menu-item-1013" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1013"><a href="https://allaboutbison.com/bison-world-news/mexico/">Mexico</a></li><li id="menu-item-12427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12427"><a href="https://allaboutbison.com/bison-world-news/netherlands/">Netherlands</a></li><li id="menu-item-1032" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1032"><a href="https://allaboutbison.com/bison-world-news/new-zealand/">New Zealand</a></li><li id="menu-item-1169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1169"><a href="https://allaboutbison.com/bison-world-news/poland/">Poland</a></li><li id="menu-item-1168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1168"><a href="https://allaboutbison.com/bison-world-news/romania/">Romania</a></li><li id="menu-item-1167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1167"><a href="https://allaboutbison.com/bison-world-news/russia/">Russia</a></li><li id="menu-item-1071" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1071"><a href="https://allaboutbison.com/bison-world-news/scotland/">Scotland</a></li><li id="menu-item-6924" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6924"><a href="https://allaboutbison.com/bison-world-news/serbia/">Serbia</a></li><li id="menu-item-1166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1166"><a href="https://allaboutbison.com/bison-world-news/siberia/">Siberia</a></li><li id="menu-item-2704" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2704"><a href="https://allaboutbison.com/bison-world-news/spain-bison/">Spain</a></li><li id="menu-item-1094" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1094"><a href="https://allaboutbison.com/bison-world-news/sweden/">Sweden</a></li><li id="menu-item-3173" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3173"><a href="https://allaboutbison.com/bison-world-news/europe/switzerland/">Switzerland</a></li><li id="menu-item-4858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4858"><a href="https://allaboutbison.com/bison-world-news/united-kingdom/">United Kingdom</a></li><li id="menu-item-1553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1553"><a href="https://allaboutbison.com/bison-world-news/europe/wales/">Wales</a></li></ul></li><li id="menu-item-1679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1679"><a href="https://allaboutbison.com/bison-in-history/">Bison in History<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-3255" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3255"><a href="https://allaboutbison.com/bison-in-history/advertising-brands/">Advertising Brands</a></li><li id="menu-item-5974" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5974"><a href="https://allaboutbison.com/bison-in-history/bison-meat-2/">Bison Meat</a></li><li id="menu-item-2720" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2720"><a href="https://allaboutbison.com/bison-in-history/bison-timeline/">Bison Timeline</a></li><li id="menu-item-5550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5550"><a href="https://allaboutbison.com/bison-in-history/antelope-island/">Antelope Island</a></li><li id="menu-item-278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-278"><a href="https://allaboutbison.com/bison-in-history/american-bison-society/">American Bison Society</a></li><li id="menu-item-8539" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8539"><a href="https://allaboutbison.com/bison-in-history/australia-bison-history/">Australia Bison History</a></li><li id="menu-item-9675" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9675"><a href="https://allaboutbison.com/bison-in-history/austin-corbin-park/">Austin Corbin Park</a></li><li id="menu-item-12466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12466"><a href="https://allaboutbison.com/bison-in-history/badlands/">Badlands</a></li><li id="menu-item-12920" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12920"><a href="https://allaboutbison.com/bison-in-history/usmc-camp-pendleton/">Camp Pendleton USMC</a></li><li id="menu-item-871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-871"><a href="https://allaboutbison.com/bison-in-history/canada-history/">Canada History</a></li><li id="menu-item-8404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8404"><a href="https://allaboutbison.com/bison-in-history/catalina-island-bison/">Catalina Island Bison</a></li><li id="menu-item-4294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4294"><a href="https://allaboutbison.com/bison-in-history/charles-allard/">Charles Allard</a></li><li id="menu-item-14521" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14521"><a href="https://allaboutbison.com/bison-in-history/charles-alloway/">Charles Alloway</a></li><li id="menu-item-9676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9676"><a href="https://allaboutbison.com/bison-in-history/charles-e-conrad/">Charles E Conrad</a></li><li id="menu-item-784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-784"><a href="https://allaboutbison.com/bison-in-history/c-j-jones/">C.J. Jones -“Buffalo Jones”</a></li><li id="menu-item-12212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12212"><a href="https://allaboutbison.com/bison-in-history/col-dodge/">Colonel Dodge</a></li><li id="menu-item-14531" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14531"><a href="https://allaboutbison.com/bison-in-history/col-samuel-bedson/">Col. Samuel Bedson</a></li><li id="menu-item-8386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8386"><a href="https://allaboutbison.com/bison-in-history/golden-gate-park/">Golden Gate Park</a></li><li id="menu-item-975" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-975"><a href="https://allaboutbison.com/bison-in-history/grand-canyon/">Grand Canyon</a></li><li id="menu-item-12211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12211"><a href="https://allaboutbison.com/bison-in-history/custer-state-park/">Custer State Park</a></li><li id="menu-item-782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-782"><a href="https://allaboutbison.com/bison-in-history/h-e-baynes/">Harold E. Baynes</a></li><li id="menu-item-5527" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5527"><a href="https://allaboutbison.com/bison-in-history/hide-hunters-explained/">Hide Hunters Explained</a></li><li id="menu-item-14310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14310"><a href="https://allaboutbison.com/bison-in-history/howard-eaton/">Howard Eaton</a></li><li id="menu-item-4251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4251"><a href="https://allaboutbison.com/bison-in-history/madison-grant/">Madison Grant</a></li><li id="menu-item-4124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4124"><a href="https://allaboutbison.com/bison-in-history/michel-pablo/">Michel Pablo</a></li><li id="menu-item-8224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8224"><a href="https://allaboutbison.com/bison-in-history/national-bison-range/">National Bison Range-Montana</a></li><li id="menu-item-11206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11206"><a href="https://allaboutbison.com/bison-in-history/niobrara-reserve/">Niobrara Reserve</a></li><li id="menu-item-6760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6760"><a href="https://allaboutbison.com/bison-in-history/rocky-mountain-dick/">Rocky Mountain Dick</a></li><li id="menu-item-4109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4109"><a href="https://allaboutbison.com/bison-in-history/samuel-walking-coyote/">Samuel Walking Coyote</a></li><li id="menu-item-6854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6854"><a href="https://allaboutbison.com/bison-in-history/scotty-phillip/">Scotty Phillips’</a></li><li id="menu-item-1552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1552"><a href="https://allaboutbison.com/bison-in-history/texas-history/">Texas Bison History</a></li><li id="menu-item-6014" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6014"><a href="https://allaboutbison.com/bison-in-history/texas-history/charles-goodnight-bison-herd/">Charles Goodnight Bison Herd</a></li><li id="menu-item-5361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5361"><a href="https://allaboutbison.com/bison-in-history/wichita-mountains-wildlife-refuge/">Wichita Mountains Wildlife Refuge</a></li><li id="menu-item-11019" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11019"><a href="https://allaboutbison.com/bison-in-history/william-temple-hornaday/">W.T. Hornaday</a></li><li id="menu-item-5372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5372"><a href="https://allaboutbison.com/bison-in-history/wind-cave-national-park/">Wind Cave National Park</a></li><li id="menu-item-1107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1107"><a href="https://allaboutbison.com/bison-in-history/yellowstone/">Yellowstone</a></li></ul></li><li id="menu-item-13797" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13797"><a href="https://allaboutbison.com/bison-in-history/1400-to-1699/">1400 to 1699</a></li><li id="menu-item-355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-355"><a href="https://allaboutbison.com/bison-in-history/1700s/">1700’s</a></li><li id="menu-item-592" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-592"><a href="https://allaboutbison.com/bison-in-history/1800s/">1800’s<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-2232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2232"><a href="https://allaboutbison.com/bison-in-history/1800s/1801-1810/">1801-1810</a></li><li id="menu-item-2231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2231"><a href="https://allaboutbison.com/bison-in-history/1800s/1811-1820/">1811-1820</a></li><li id="menu-item-2230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2230"><a href="https://allaboutbison.com/bison-in-history/1800s/1821-1830/">1821-1830</a></li><li id="menu-item-354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-354"><a href="https://allaboutbison.com/bison-in-history/1800s/1831-1840/">1831-1840</a></li><li id="menu-item-2253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2253"><a href="https://allaboutbison.com/bison-in-history/1800s/1841-1850/">1841-1850</a></li><li id="menu-item-2261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2261"><a href="https://allaboutbison.com/bison-in-history/1800s/1851-1860/">1851-1860</a></li><li id="menu-item-2260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2260"><a href="https://allaboutbison.com/bison-in-history/1800s/1861-1866/">1861-1866</a></li><li id="menu-item-11780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11780"><a href="https://allaboutbison.com/bison-in-history/1800s/1867-2/">1867</a></li><li id="menu-item-11779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11779"><a href="https://allaboutbison.com/bison-in-history/1800s/1868-2/">1868</a></li><li id="menu-item-414" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-414"><a href="https://allaboutbison.com/bison-in-history/1800s/1869-2/">1869</a></li><li id="menu-item-413" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-413"><a href="https://allaboutbison.com/bison-in-history/1800s/1870-2/">1870<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-1998" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1998"><a href="https://allaboutbison.com/bison-in-history/1800s/1871-2/">1871</a></li><li id="menu-item-412" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-412"><a href="https://allaboutbison.com/bison-in-history/1800s/1872-2/">1872</a></li><li id="menu-item-411" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-411"><a href="https://allaboutbison.com/bison-in-history/1800s/1873-2/">1873</a></li><li id="menu-item-409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="https://allaboutbison.com/bison-in-history/1800s/1874-2/">1874</a></li><li id="menu-item-2008" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2008"><a href="https://allaboutbison.com/bison-in-history/1800s/1875-2/">1875</a></li><li id="menu-item-410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-410"><a href="https://allaboutbison.com/bison-in-history/1800s/1876-2/">1876</a></li><li id="menu-item-481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-481"><a href="https://allaboutbison.com/bison-in-history/1800s/1877-2/">1877</a></li><li id="menu-item-480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480"><a href="https://allaboutbison.com/bison-in-history/1800s/1878-2/">1878</a></li><li id="menu-item-479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-479"><a href="https://allaboutbison.com/bison-in-history/1800s/1879-2/">1879</a></li></ul></li><li id="menu-item-478" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-478"><a href="https://allaboutbison.com/bison-in-history/1800s/1880-2/">1880<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-477"><a href="https://allaboutbison.com/bison-in-history/1800s/1881-2/">1881</a></li><li id="menu-item-476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-476"><a href="https://allaboutbison.com/bison-in-history/1800s/1882-2/">1882</a></li><li id="menu-item-475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-475"><a href="https://allaboutbison.com/bison-in-history/1800s/1883-2/">1883</a></li><li id="menu-item-474" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-474"><a href="https://allaboutbison.com/bison-in-history/1800s/1884-2/">1884</a></li><li id="menu-item-473" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-473"><a href="https://allaboutbison.com/bison-in-history/1800s/1885-2/">1885</a></li><li id="menu-item-472" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-472"><a href="https://allaboutbison.com/bison-in-history/1800s/1886-2/">1886</a></li><li id="menu-item-535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-535"><a href="https://allaboutbison.com/bison-in-history/1800s/1887-2/">1887</a></li><li id="menu-item-534" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-534"><a href="https://allaboutbison.com/bison-in-history/1800s/1888-2/">1888</a></li><li id="menu-item-533" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-533"><a href="https://allaboutbison.com/bison-in-history/1800s/1889-2/">1889</a></li></ul></li><li id="menu-item-532" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-532"><a href="https://allaboutbison.com/bison-in-history/1800s/1890-2/">1890<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-584" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-584"><a href="https://allaboutbison.com/bison-in-history/1800s/1891-2/">1891</a></li><li id="menu-item-576" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-576"><a href="https://allaboutbison.com/bison-in-history/1800s/1892-2/">1892</a></li><li id="menu-item-583" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-583"><a href="https://allaboutbison.com/bison-in-history/1800s/1893-2/">1893</a></li><li id="menu-item-582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-582"><a href="https://allaboutbison.com/bison-in-history/1800s/1894-2/">1894</a></li><li id="menu-item-2033" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2033"><a href="https://allaboutbison.com/bison-in-history/1800s/1895-2/">1895</a></li><li id="menu-item-575" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-575"><a href="https://allaboutbison.com/bison-in-history/1800s/1896-2/">1896</a></li><li id="menu-item-581" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-581"><a href="https://allaboutbison.com/bison-in-history/1800s/1897-2/">1897</a></li><li id="menu-item-580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-580"><a href="https://allaboutbison.com/bison-in-history/1800s/1898-2/">1898</a></li><li id="menu-item-579" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-579"><a href="https://allaboutbison.com/bison-in-history/1800s/1899-2/">1899</a></li></ul></li></ul></li><li id="menu-item-578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-578"><a href="https://allaboutbison.com/bison-in-history/1900-2/">1900’s<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-574" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-574"><a href="https://allaboutbison.com/bison-in-history/1900-2/1901-2/">1901</a></li><li id="menu-item-577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-577"><a href="https://allaboutbison.com/bison-in-history/1900-2/1902-2/">1902</a></li><li id="menu-item-642" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-642"><a href="https://allaboutbison.com/bison-in-history/1900-2/1903-2/">1903</a></li><li id="menu-item-2044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2044"><a href="https://allaboutbison.com/bison-in-history/1900-2/1904-2/">1904</a></li><li id="menu-item-641" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-641"><a href="https://allaboutbison.com/bison-in-history/1900-2/1905-2/">1905</a></li><li id="menu-item-640" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-640"><a href="https://allaboutbison.com/bison-in-history/1900-2/1906-2/">1906</a></li><li id="menu-item-643" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-643"><a href="https://allaboutbison.com/bison-in-history/1900-2/1907-2/">1907</a></li><li id="menu-item-639" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-639"><a href="https://allaboutbison.com/bison-in-history/1900-2/1908-2/">1908</a></li><li id="menu-item-638" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-638"><a href="https://allaboutbison.com/bison-in-history/1900-2/1909-2/">1909</a></li><li id="menu-item-637" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-637"><a href="https://allaboutbison.com/bison-in-history/1900-2/1910-2/">1910</a></li><li id="menu-item-686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-686"><a href="https://allaboutbison.com/bison-in-history/1900-2/1911-2/">1911</a></li><li id="menu-item-685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-685"><a href="https://allaboutbison.com/bison-in-history/1900-2/1912-2/">1912</a></li><li id="menu-item-684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-684"><a href="https://allaboutbison.com/bison-in-history/1900-2/1913-2/">1913</a></li><li id="menu-item-683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-683"><a href="https://allaboutbison.com/bison-in-history/1900-2/1914-2/">1914</a></li><li id="menu-item-682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-682"><a href="https://allaboutbison.com/bison-in-history/1900-2/1915-2/">1915</a></li><li id="menu-item-681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-681"><a href="https://allaboutbison.com/bison-in-history/1900-2/1916-2/">1916</a></li><li id="menu-item-2081" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2081"><a href="https://allaboutbison.com/bison-in-history/1900-2/1917-2/">1917</a></li><li id="menu-item-2082" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2082"><a href="https://allaboutbison.com/bison-in-history/1900-2/1918-2/">1918</a></li><li id="menu-item-699" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-699"><a href="https://allaboutbison.com/bison-in-history/1900-2/1919-2/">1919</a></li><li id="menu-item-6362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6362"><a href="https://allaboutbison.com/bison-in-history/1900-2/1920-2/">1920</a></li><li id="menu-item-6380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6380"><a href="https://allaboutbison.com/bison-in-history/1900-2/1921-2/">1921</a></li><li id="menu-item-6666" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6666"><a href="https://allaboutbison.com/bison-in-history/1900-2/1922-2/">1922</a></li><li id="menu-item-698" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-698"><a href="https://allaboutbison.com/bison-in-history/1900-2/1923-2/">1923</a></li><li id="menu-item-6875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6875"><a href="https://allaboutbison.com/bison-in-history/1900-2/1924-2/">1924</a></li><li id="menu-item-7187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7187"><a href="https://allaboutbison.com/bison-in-history/1900-2/1925-2/">1925</a></li><li id="menu-item-8565" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8565"><a href="https://allaboutbison.com/bison-in-history/1900-2/1926-2/">1926</a></li><li id="menu-item-8569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8569"><a href="https://allaboutbison.com/bison-in-history/1900-2/1927-2/">1927</a></li><li id="menu-item-8570" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8570"><a href="https://allaboutbison.com/bison-in-history/1900-2/1928-2/">1928</a></li><li id="menu-item-8571" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8571"><a href="https://allaboutbison.com/bison-in-history/1900-2/1929-2/">1929</a></li><li id="menu-item-8566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8566"><a href="https://allaboutbison.com/bison-in-history/1900-2/1930-2/">1930</a></li><li id="menu-item-8564" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8564"><a href="https://allaboutbison.com/bison-in-history/1900-2/1931-2/">1931</a></li><li id="menu-item-8563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8563"><a href="https://allaboutbison.com/bison-in-history/1900-2/1932-2/">1932</a></li><li id="menu-item-8562" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8562"><a href="https://allaboutbison.com/bison-in-history/1900-2/1933-2/">1933</a></li><li id="menu-item-13798" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13798"><a href="https://allaboutbison.com/bison-in-history/1900-2/1938-2/">1938</a></li></ul></li><li id="menu-item-13115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13115"><a href="https://allaboutbison.com/bison-in-history/2012-2/">2012</a></li><li id="menu-item-2726" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2726"><a href="https://allaboutbison.com/natives/">Natives<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a><ul class="sub-menu"><li id="menu-item-15652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15652"><a href="https://allaboutbison.com/natives/conservation-among-native-americans/">Bison Conservation Among Native Americans</a></li><li id="menu-item-9891" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9891"><a href="https://allaboutbison.com/natives/bison-horned-war-bonnet-or-headdress/">Horned War Bonnet or Headdress</a></li><li id="menu-item-15655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15655"><a href="https://allaboutbison.com/natives/the-buffalo-horse/">The Buffalo Horse</a></li><li id="menu-item-17092" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17092"><a href="https://allaboutbison.com/natives/the-great-buffalo-hunt-at-standing-rock/">The Great Buffalo Hunt at Standing Rock</a></li><li id="menu-item-1287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1287"><a href="https://allaboutbison.com/natives/apache/">Apache</a></li><li id="menu-item-1288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1288"><a href="https://allaboutbison.com/natives/arapaho/">Arapaho</a></li><li id="menu-item-1289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1289"><a href="https://allaboutbison.com/natives/blackfeet/">Blackfeet</a></li><li id="menu-item-1290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1290"><a href="https://allaboutbison.com/natives/carrizo-comecrudo/">Carrizo Comecrudo</a></li><li id="menu-item-1291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1291"><a href="https://allaboutbison.com/natives/cherokee/">Cherokee</a></li><li id="menu-item-1292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1292"><a href="https://allaboutbison.com/natives/cheyenne/">Cheyenne</a></li><li id="menu-item-1522" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1522"><a href="https://allaboutbison.com/natives/chickasaw/">Chickasaw</a></li><li id="menu-item-1523" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1523"><a href="https://allaboutbison.com/natives/choctaw/">Choctaw</a></li><li id="menu-item-1551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1551"><a href="https://allaboutbison.com/natives/comanche/">Comanche</a></li><li id="menu-item-5121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5121"><a href="https://allaboutbison.com/natives/cree/">Cree</a></li><li id="menu-item-1524" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1524"><a href="https://allaboutbison.com/natives/crow/">Crow</a></li><li id="menu-item-1525" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1525"><a href="https://allaboutbison.com/natives/kickapoo/">Kickapoo</a></li><li id="menu-item-1526" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1526"><a href="https://allaboutbison.com/natives/kiowa/">Kiowa</a></li><li id="menu-item-12213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12213"><a href="https://allaboutbison.com/natives/mandan/">Mandan</a></li><li id="menu-item-6972" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6972"><a href="https://allaboutbison.com/natives/modoc/">Modoc</a></li><li id="menu-item-2180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2180"><a href="https://allaboutbison.com/natives/osage/">Osage</a></li><li id="menu-item-1527" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1527"><a href="https://allaboutbison.com/natives/quapaw/">Quapaw</a></li><li id="menu-item-13145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13145"><a href="https://allaboutbison.com/natives/seneca-nation/">Seneca Nation</a></li><li id="menu-item-5425" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5425"><a href="https://allaboutbison.com/natives/shoshone/">Shoshone</a></li><li id="menu-item-1528" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1528"><a href="https://allaboutbison.com/natives/sioux-lakota/">Sioux Lakota</a></li><li id="menu-item-1529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1529"><a href="https://allaboutbison.com/natives/sioux-oglala/">Sioux Oglala</a></li><li id="menu-item-3206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3206"><a href="https://allaboutbison.com/natives/tejas/">Tejas</a></li></ul></li><li id="menu-item-1172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1172"><a href="https://allaboutbison.com/links/">Links</a></li><li id="menu-item-1603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1603"><a href="https://allaboutbison.com/contributors/">Contributors</a></li><li id="menu-item-6925" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-6925"><a rel="privacy-policy" href="https://allaboutbison.com/privacy-policy/">Privacy Policy</a></li><li id="menu-item-14030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14030"><a href="https://allaboutbison.com/copyright-notices-permission/">Copyright Notices – Permission</a></li></ul></div><aside id="block-84" class="slideout-widget widget_block"><div class="gb-container gb-container-08e23a0a"><ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul></div></aside></div><!-- .inside-navigation --></nav><!-- #site-navigation --><div class="slideout-overlay"></div> <script id="generate-offside-js-extra"> var offSide = {"side":"right"}; </script> <!--[if lte IE 11]> <script defer src="https://allaboutbison.com/wp-content/themes/generatepress/assets/js/classList.min.js" id="generate-classlist-js"></script> <![endif]--> <script id="generate-menu-js-extra"> var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; </script> <script id="generate-navigation-search-js-extra"> var generatepressNavSearch = {"open":"Open Search Bar","close":"Close Search Bar"}; </script> <script id="generate-back-to-top-js-extra"> var generatepressBackToTop = {"smooth":"1"}; </script> <script defer id="perfmatters-lazy-load-js-before"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);}); </script> <script defer src="https://allaboutbison.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-js-a0f191631ab9bbbeafd9a1f849b71779.js"></script><script type="text/javascript" id="slb_context">/* <![CDATA[ */if ( !!window.jQuery ) {(function($){$(document).ready(function(){if ( !!window.SLB ) { {$.extend(SLB, {"context":["public","user_guest"]});} }})})(jQuery);}/* ]]> */</script></body></html>
fineweb
{ "fineweb_metadata": { "text": "Spring has sprung and it won’t be long before it’s “raining red-dots” across the southern plains. There are a few points of interest in preparing for a new generation of American icons. The lush spring green explosion in the south can be less mineralized than the harder grasses during the warm-season, or summer. Micro minerals like copper have a direct impact to uterine tone and function. I like to make sure that a good mineral supplement, formulated for breeding stock in my area, is readily accessible to the bison herd prior to calving season to reduce the occurrence of calving related problems such as retained placentas. Additionally; I like to make sure that the bison have access to open grazeable acreage and are not forced to be in thick brushy pastures to help prevent cat-predation.\nIn my experience, coyotes and small cats are a predation non-issue, but the big cats; more prevalent than you might think, have the potential to succeed. In the southern plains we not only have lions [cougars] but jaguars as well, mostly the blacks known commonly to local ranchers as blacks or panthers. When we have a cat in the neighborhood, the bison act differently and we lose a calf, or two, occasionally. I have remedied this in more than one herd by pulling them into a pasture with less brush-cover, thereby allowing the performance of natural predation-response behaviors. The bison begin responding, with less ambush advantage granted to the cats, and the cats then move-on to easier prey and tend not to return to the bison herd for long periods, or until new cats invade the territory.\nAnother thing I deal with a lot is bison owners wanting to help the mother-bison during the calving season. In my experience; more harm comes from helping the bison, than the good intended. They are pristine and require the benefit of our absence. Surveillance, from a distance, is the best way to keep track of what’s going on. If you have problems, just think of how you might facilitate the bison handling it on their own. The best way to help is to get out of their way, which is a very complex and loaded statement. Personally; I like to have a plan dedicated to the rare occasion of bison in need of calving help. This plan would include: handling facilities, relationships with veterinarians and protocols that regard the welfare of the entire herd and how what I do, in my little spot, may affect the integrity of the species.\nby Tim Frasier", "id": "<urn:uuid:99f28857-3190-48d2-bf5f-0896c3411153>", "dump": "CC-MAIN-2024-10", "url": "https://allaboutbison.com/southern-plains-bison-march-2014/", "date": "2024-02-25T09:01:06", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9594601392745972, "token_count": 544 } }
<urn:uuid:9938cebb-2e23-43f0-9958-59cc22135aea>
<!DOCTYPE html> <html class="no-js mh-one-sb" lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://allfantasytips.com/xmlrpc.php" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Fantasy Premier League gameweek 22 tips - All Fantasy Tips</title> <meta name="description" content="After an extended break, gameweek 22 is almost upon us. The fixture list has constantly been changing this season, but at the time..." /> <link rel="canonical" href="https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Fantasy Premier League gameweek 22 tips - All Fantasy Tips" /> <meta property="og:description" content="After an extended break, gameweek 22 is almost upon us. The fixture list has constantly been changing this season, but at the time..." /> <meta property="og:url" content="https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/" /> <meta property="og:site_name" content="All Fantasy Tips" /> <meta property="article:published_time" content="2022-01-10T19:49:43+00:00" /> <meta property="article:modified_time" content="2022-01-11T10:49:29+00:00" /> <meta property="og:image" content="https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg" /> <meta property="og:image:width" content="1400" /> <meta property="og:image:height" content="930" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="AllFantasy" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="AllFantasy" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="4 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#article","isPartOf":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/"},"author":{"name":"AllFantasy","@id":"https://allfantasytips.com/#/schema/person/2855a8dac58b9b789c5cd6a556cdfd27"},"headline":"Fantasy Premier League gameweek 22 tips","datePublished":"2022-01-10T19:49:43+00:00","dateModified":"2022-01-11T10:49:29+00:00","mainEntityOfPage":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/"},"wordCount":846,"commentCount":0,"publisher":{"@id":"https://allfantasytips.com/#organization"},"image":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#primaryimage"},"thumbnailUrl":"https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg","keywords":["FPL","FPL tips","gameweek 22","gw 22"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#respond"]}]},{"@type":"WebPage","@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/","url":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/","name":"Fantasy Premier League gameweek 22 tips - All Fantasy Tips","isPartOf":{"@id":"https://allfantasytips.com/#website"},"primaryImageOfPage":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#primaryimage"},"image":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#primaryimage"},"thumbnailUrl":"https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg","datePublished":"2022-01-10T19:49:43+00:00","dateModified":"2022-01-11T10:49:29+00:00","description":"After an extended break, gameweek 22 is almost upon us. The fixture list has constantly been changing this season, but at the time...","breadcrumb":{"@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#primaryimage","url":"https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg","contentUrl":"https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg","width":1400,"height":930,"caption":"football"},{"@type":"BreadcrumbList","@id":"https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://allfantasytips.com/"},{"@type":"ListItem","position":2,"name":"Fantasy Premier League gameweek 22 tips"}]},{"@type":"WebSite","@id":"https://allfantasytips.com/#website","url":"https://allfantasytips.com/","name":"All Fantasy Tips","description":"The best fantasy football resources","publisher":{"@id":"https://allfantasytips.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://allfantasytips.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://allfantasytips.com/#organization","name":"All Fantasy Tips","url":"https://allfantasytips.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allfantasytips.com/#/schema/logo/image/","url":"https://allfantasytips.com/wp-content/uploads/2018/11/sitelogo.jpg","contentUrl":"https://allfantasytips.com/wp-content/uploads/2018/11/sitelogo.jpg","width":300,"height":75,"caption":"All Fantasy Tips"},"image":{"@id":"https://allfantasytips.com/#/schema/logo/image/"}},{"@type":"Person","@id":"https://allfantasytips.com/#/schema/person/2855a8dac58b9b789c5cd6a556cdfd27","name":"AllFantasy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://allfantasytips.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/3a4483ce947a7aaccc8d8640b0530f03?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/3a4483ce947a7aaccc8d8640b0530f03?s=96&d=mm&r=g","caption":"AllFantasy"},"url":"https://allfantasytips.com/author/allfantasy/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="All Fantasy Tips &raquo; Feed" href="https://allfantasytips.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="All Fantasy Tips &raquo; Comments Feed" href="https://allfantasytips.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="All Fantasy Tips &raquo; Fantasy Premier League gameweek 22 tips Comments Feed" href="https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/allfantasytips.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://allfantasytips.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://allfantasytips.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' type='text/css' media='all' /> <link rel='stylesheet' id='notes-widget-wrapper-css' href='https://allfantasytips.com/wp-content/plugins/notes-widget-wrapper/public/css/notes-widget-wrapper-public.css?ver=1.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='wpsm-comptable-styles-css' href='https://allfantasytips.com/wp-content/plugins/table-maker/css/style.css?ver=1.9.1' type='text/css' media='all' /> <link rel='stylesheet' id='wprss-et-styles-css' href='https://allfantasytips.com/wp-content/plugins/wp-rss-excerpts-thumbnails/css/styles.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mh-magazine-css' href='https://allfantasytips.com/wp-content/themes/mh-magazine/style.css?ver=3.8.6' type='text/css' media='all' /> <link rel='stylesheet' id='mh-font-awesome-css' href='https://allfantasytips.com/wp-content/themes/mh-magazine/includes/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='mh-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://allfantasytips.com/wp-content/plugins/tablepress/css/build/default.css?ver=2.2.5' type='text/css' media='all' /> <script type="text/javascript" src="https://allfantasytips.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://allfantasytips.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://allfantasytips.com/wp-content/plugins/notes-widget-wrapper/public/js/notes-widget-wrapper-public.js?ver=1.2.2" id="notes-widget-wrapper-js"></script> <script type="text/javascript" src="https://allfantasytips.com/wp-content/themes/mh-magazine/js/scripts.js?ver=3.8.6" id="mh-scripts-js"></script> <link rel="https://api.w.org/" href="https://allfantasytips.com/wp-json/" /><link rel="alternate" type="application/json" href="https://allfantasytips.com/wp-json/wp/v2/posts/32730" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://allfantasytips.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://allfantasytips.com/?p=32730' /> <link rel="alternate" type="application/json+oembed" href="https://allfantasytips.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://allfantasytips.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F&#038;format=xml" /> <style type="text/css"> .mh-widget-layout4 .mh-widget-title { background: #12ba31; background: rgba(18, 186, 49, 0.6); } .mh-preheader, .mh-wide-layout .mh-subheader, .mh-ticker-title, .mh-main-nav li:hover, .mh-footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .mh-back-to-top, .mh-subheading, .entry-tags .fa, .entry-tags li:hover, .mh-widget-layout2 .mh-widget-title, .mh-widget-layout4 .mh-widget-title-inner, .mh-widget-layout4 .mh-footer-widget-title, .mh-widget-layout5 .mh-widget-title-inner, .mh-widget-layout6 .mh-widget-title, #mh-mobile .flex-control-paging li a.flex-active, .mh-image-caption, .mh-carousel-layout1 .mh-carousel-caption, .mh-tab-button.active, .mh-tab-button.active:hover, .mh-footer-widget .mh-tab-button.active, .mh-social-widget li:hover a, .mh-footer-widget .mh-social-widget li a, .mh-footer-widget .mh-author-bio-widget, .tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .mh-posts-stacked-item .mh-meta, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #infinite-handle span { background: #12ba31; } .mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, .mh-widget-layout5 .mh-widget-title, .mh-widget-layout8 .mh-widget-title:after, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #12ba31; } .mh-dropcap, .mh-carousel-layout1 .flex-direction-nav a, .mh-carousel-layout2 .mh-carousel-caption, .mh-posts-digest-small-category, .mh-posts-lineup-more, .bypostauthor .fn:after, .mh-comment-list .comment-reply-link:before, #respond #cancel-comment-reply-link:before { color: #12ba31; } </style> <!--[if lt IE 9]> <script src="https://allfantasytips.com/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script> <![endif]--> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("https://allfantasytips.com/wp-content/uploads/2018/09/back2-e1536509395780.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } </style> <link rel="icon" href="https://allfantasytips.com/wp-content/uploads/cache/2019/02/icon/3497946555.png" sizes="32x32" /> <link rel="icon" href="https://allfantasytips.com/wp-content/uploads/cache/2019/02/icon/487158723.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://allfantasytips.com/wp-content/uploads/cache/2019/02/icon/3646849365.png" /> <meta name="msapplication-TileImage" content="https://allfantasytips.com/wp-content/uploads/cache/2019/02/icon/2006968532.png" /> <style type="text/css" id="wp-custom-css"> .butn { background: #12ba31; background-image: -webkit-linear-gradient(top, #12ba31, #12ba31); background-image: -moz-linear-gradient(top, #12ba31, #12ba31); background-image: -ms-linear-gradient(top, #12ba31, #12ba31); background-image: -o-linear-gradient(top, #12ba31, #12ba31); background-image: linear-gradient(to bottom, #12ba31, #12ba31); -webkit-border-radius: 11; -moz-border-radius: 11; border-radius: 11px; font-family: Arial; color: #ffffff; font-size: 13px; padding: 7px 12px 7px 12px; text-decoration: none; } .butn:hover { background: #19e03d; background-image: -webkit-linear-gradient(top, #19e03d, #1ecc3b); background-image: -moz-linear-gradient(top, #19e03d, #1ecc3b); background-image: -ms-linear-gradient(top, #19e03d, #1ecc3b); background-image: -o-linear-gradient(top, #19e03d, #1ecc3b); background-image: linear-gradient(to bottom, #19e03d, #1ecc3b); text-decoration: none; } a.mytbllink { color:#e64946; font-weight:600; } a.butn { color:#FFFFFF; } a.butn:hover { color:#FFFFFF; } </style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1832726564408640" crossorigin="anonymous"></script> </head> <body id="mh-mobile" class="post-template-default single single-post postid-32730 single-format-standard custom-background wp-custom-logo mh-boxed-layout mh-right-sb mh-loop-layout1 mh-widget-layout1 mh-loop-hide-caption" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <div class="mh-container mh-container-outer"> <div class="mh-header-nav-mobile clearfix"></div> <header class="mh-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div class="mh-container mh-container-inner clearfix"> <div class="mh-custom-header clearfix"> <div class="mh-header-columns mh-row clearfix"> <div class="mh-col-1-3 mh-site-identity"> <div class="mh-site-logo" role="banner" itemscope="itemscope" itemtype="http://schema.org/Brand"> <a href="https://allfantasytips.com/" class="custom-logo-link" rel="home"><img width="300" height="75" src="https://allfantasytips.com/wp-content/uploads/2018/11/sitelogo.jpg" class="custom-logo" alt="allfantasytips logo" decoding="async" /></a></div> </div> <aside class="mh-col-2-3 mh-header-widget-2"> <div id="block-4" class="mh-widget mh-header-2 widget_block widget_text"> <p></p> </div><div id="block-8" class="mh-widget mh-header-2 widget_block"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1832726564408640" crossorigin="anonymous"></script> <!-- 720x90fixed --> <ins class="adsbygoogle" style="display:inline-block;width:720px;height:90px" data-ad-client="ca-pub-1832726564408640" data-ad-slot="6173504458"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></aside> </div> </div> </div> <div class="mh-main-nav-wrap"> <nav class="mh-navigation mh-main-nav mh-container mh-container-inner clearfix" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-1655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1655"><a href="https://allfantasytips.com/all-fpl-tips/">FPL TIPS</a></li> <li id="menu-item-2131" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2131"><a href="https://allfantasytips.com/fpl-fixture-difficulty/">FPL FDR (FIXTURE DIFFICULTY)</a></li> <li id="menu-item-9228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9228"><a href="https://allfantasytips.com/fpl-stats/">FPL STATS</a> <ul class="sub-menu"> <li id="menu-item-9231" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9231"><a href="http://www.playerdatabase247.com/?team=arsenal">FPL LINEUPS</a></li> <li id="menu-item-9230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9230"><a href="https://allfantasytips.com/fpl-stats/fpl-points/">FPL POINTS</a></li> <li id="menu-item-9229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9229"><a href="https://allfantasytips.com/fpl-stats/fpl-bonus-points/">FPL BONUS POINTS</a></li> <li id="menu-item-9239" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9239"><a href="https://allfantasytips.com/fpl-stats/fpl-goals-and-assists/">FPL GOALS &#038; ASSISTS</a></li> </ul> </li> <li id="menu-item-9064" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9064"><a href="https://allfantasytips.com/fpl-guide/">FPL GUIDES</a> <ul class="sub-menu"> <li id="menu-item-10558" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10558"><a href="https://allfantasytips.com/how-to-play-fantasy-premier-league/">FPL BEGINNER&#8217;S GUIDE</a></li> <li id="menu-item-10559" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10559"><a href="https://allfantasytips.com/fantasy-premier-league-strategy-tips/">FPL STRATEGY TIPS</a></li> <li id="menu-item-10562" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10562"><a href="https://allfantasytips.com/the-best-fantasy-premier-league-defenders-and-goalkeepers/">FPL DEFENDERS &#038; GOALKEEPERS</a></li> <li id="menu-item-10560" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10560"><a href="https://allfantasytips.com/the-best-fantasy-premier-league-midfielders/">FPL MIDFIELDERS</a></li> <li id="menu-item-10561" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10561"><a href="https://allfantasytips.com/the-best-fantasy-premier-league-forwards/">FPL FORWARDS</a></li> <li id="menu-item-10915" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10915"><a href="https://allfantasytips.com/daily-fantasy-football-guide/">DAILY FANTASY GUIDE</a></li> <li id="menu-item-14914" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-14914"><a href="https://allfantasytips.com/telegraph-fantasy-football/">THE TELEGRAPH FANTASY</a></li> <li id="menu-item-15000" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-15000"><a href="https://allfantasytips.com/the-sun-dream-team-fantasy/">THE SUN DREAM TEAM</a></li> </ul> </li> <li id="menu-item-10477" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-10477"><a href="https://allfantasytips.com/category/blog/">BLOG</a></li> <li id="menu-item-1632" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1632"><a href="https://allfantasytips.com/contact/">CONTACT</a></li> </ul></div> </nav> </div> </header> <div class="mh-wrapper clearfix"> <div class="mh-main clearfix"> <div id="main-content" class="mh-content" role="main" itemprop="mainContentOfPage"><article id="post-32730" class="post-32730 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-fpl tag-fpl-tips tag-gameweek-22 tag-gw-22"> <header class="entry-header clearfix"><h1 class="entry-title">Fantasy Premier League gameweek 22 tips</h1> </header> <div class="entry-content clearfix"> <figure class="entry-thumbnail"> <img src="https://allfantasytips.com/wp-content/uploads/2021/02/football-678x381.jpg" alt="football" title="football" /> </figure> <div class="mh-social-top"> <div class="mh-share-buttons clearfix"> <a class="mh-facebook" href="#" onclick="window.open('https://www.facebook.com/sharer.php?u=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F&t=Fantasy+Premier+League+gameweek+22+tips', 'facebookShare', 'width=626,height=436'); return false;" title="Share on Facebook"> <span class="mh-share-button"><i class="fa fa-facebook"></i></span> </a> <a class="mh-twitter" href="#" onclick="window.open('https://twitter.com/share?text=Fantasy+Premier+League+gameweek+22+tips:&url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F', 'twitterShare', 'width=626,height=436'); return false;" title="Tweet This Post"> <span class="mh-share-button"><i class="fa fa-twitter"></i></span> </a> <a class="mh-linkedin" href="#" onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F&source=', 'linkedinShare', 'width=626,height=436'); return false;" title="Share on LinkedIn"> <span class="mh-share-button"><i class="fa fa-linkedin"></i></span> </a> <a class="mh-pinterest" href="#" onclick="window.open('https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F&media=https://allfantasytips.com/wp-content/uploads/2021/02/football-e1614087702438.jpg&description=Fantasy+Premier+League+gameweek+22+tips', 'pinterestShare', 'width=750,height=350'); return false;" title="Pin This Post"> <span class="mh-share-button"><i class="fa fa-pinterest"></i></span> </a> <a class="mh-googleplus" href="#" onclick="window.open('https://plusone.google.com/_/+1/confirm?hl=en-US&url=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F', 'googleShare', 'width=626,height=436'); return false;" title="Share on Google+" target="_blank"> <span class="mh-share-button"><i class="fa fa-google-plus"></i></span> </a> <a class="mh-email" href="mailto:?subject=Fantasy%20Premier%20League%20gameweek%2022%20tips&amp;body=https%3A%2F%2Fallfantasytips.com%2Ffantasy-premier-league-gameweek-22-tips%2F" title="Send this article to a friend" target="_blank"> <span class="mh-share-button"><i class="fa fa-envelope-o"></i></span> </a> <a class="mh-print" href="javascript:window.print()" title="Print this article"> <span class="mh-share-button"><i class="fa fa-print"></i></span> </a> </div></div> <p>After an extended break, gameweek 22 is almost upon us. The fixture list has constantly been changing this season, but at the time of writing, 8 sides have a double gameweek this week.</p> <p>Naturally, we’ll be focussing heavily on these sides, using our <a href="https://allfantasytips.com/fpl-fixture-tracker/">FPL Fixture Tracker</a> to help guide us.</p> <h2>FPL GW 22 Tips &#8211; Attack</h2> <h3>Manchester United</h3> <p>On paper, the Red Devils have two strong fixtures in Aston Villa and Brentford in gameweek 22. However, all is not well at United and investment certainly comes with its risks.</p> <p>Nonetheless, anyone looking to back Manchester United’s faltering attack in this double gameweek will likely opt for <b>Cristiano Ronaldo (12.5m)</b>. Eight goals and three assists places Ronaldo third in the overall forward ranks &#8211; a reasonable return given United’s recent failures.</p> <p>It really is slim pickings as far as the rest of the squad is concerned. <b>Mason Greenwood (7.2m)</b>, <b>Jadon Sancho (8.9m)</b>, and<b> Edinson Cavani (8.4m)</b> have also shown flashes of quality this campaign but cannot offer guaranteed back-to-back starts. Meanwhile, <b>Bruno Fernandes (11.6m)</b> and <b>Marcus Rashford (9.4m)</b> haven’t justified their loftier price tags.</p> <h3>Leicester</h3> <p>The Foxes are absolutely plagued with absentees right now &#8211; no fewer than 15 players are flagged at the time of writing. However, match-ups against Burnley and Tottenham this gameweek make the Leicester squad worth perusing.</p> <p>All three listed forwards are flagged but <b>Patson Daka (7.1m)</b> does have a chance of proving his fitness for the double. Five goal contributions from limited minutes is very impressive, and his European form suggests Daka could be an excellent differential if he can recover in time.</p> <p>Should Daka miss out, <b>Ayoze Pérez (5.7m)</b> has experience playing up front, but his investment would be extremely risky given how little he has featured. Instead, goals will likely need to come from midfield, where <b>James Maddison (6.9m)</b> has been in red-hot form with four goals and five assists in six games. The less costly <b>Youri Tielemans (6.4m)</b> is also an option, particularly with the addition of penalty duties until <b>Jamie Vardy (10.4m)</b> returns from injury in March.</p> <h3>Watford</h3> <p>The Hornets put up a good fight against Tottenham in gameweek 21, but that game aside, have relied on a strong attack to make up for a very leaky defence. Despite hovering above the relegation zone, Watford have scored more goals than games and have arguably the best fixtures in Newcastle and Burnley this coming  gameweek.</p> <p><b>Ismaila Sarr’s (5.8m)</b> ongoing injury means there are only two real options of note. The currently-flagged <b>Emmanuel Dennis (6.1m)</b> is the joint-top scoring forward in the game and won’t be joining up with Nigeria, making him a standout pick if passed fit. Underlying stat lovers will point towards <b>Josh King</b> <b>(5.8m)</b> who posted some impressive numbers, particularly at the start of Claudio Ranieri’s reign. A double up is far from out of the question given the fixtures.</p> <p>Anyone looking for a bargain basement pick in midfield could do worse than the ever-reliable 2-point magnet that is <b>Moussa Sissoko (4.4m)</b>.</p> <h2>FPL GW 22 Tips &#8211; Defence</h2> <h3>Chelsea</h3> <p>The Blues were impenetrable earlier in the season, but have struggled of late. Nonetheless, there is still value to be had as Chelsea face Manchester City and Brighton.</p> <p>Those might not be the most appealing fixtures ever, but injuries to <b>Ben Chilwell</b> <b>(5.6m)</b> and <b>Reece James (6.2m)</b> open up the door for <b>César Azpilicueta (5.7m)</b> and <b>Marcos Alonso (5.7m)</b>. However, with the transfer window currently open and rumours swirling, investment in either should be short-term at best.</p> <p>Speaking of short-term investments, <b>Kepa Arrizabalaga (4.7m)</b> will be between the sticks with <b>Edouard Mendy (6.2m)</b> at AFCON. Anyone looking at Chelsea assets should bear in mind the upcoming blanks in gameweeks 24 and 25.</p> <h3>Tottenham</h3> <p>A side with far less to worry about in their upcoming schedule, as well as a double gameweek this week is Spurs. Tottenham face Arsenal and Leicester but have a much-improved defence to rely on.</p> <p><b>Hugo Lloris (5.4m)</b> leads the way in Tottenham’s defence with 81 points and is a reliable pick. However, there are much cheaper options in centre-back trio<b> Eric Dier (4.6m)</b>, <b>Davinson Sánchez (4.6m)</b>, and <b>Ben Davies (4.5m)</b>.</p> <p>The most exciting options lie at wing-back where <b>Sergio Reguilón (5.4m)</b> has emerged as a popular pick, claiming four attacking contributions this season. Alternatively, <b>Emerson Royal (5.0m)</b> has looked more menacing of late and provided an assist in gameweek 19.</p> <h3>Brighton</h3> <p>Brighton<br /> We wrap things up with the Seagulls, who face visits from Crystal Palace and Chelsea in gameweek 22.</p> <p><strong>Robert Sánchez (4.6m)</strong> has been a steady option in goal this season and is at the perfect price point for anyone considering a bench boost this week. The similarly priced <strong>Tariq Lamptey (4.5m)</strong> is still feeling his way back to full fitness, but has the bonus of strong attacking numbers (three assists in seven starts since gameweek 8).</p> <p><strong>Joël Veltman (4.2m)</strong> is possibly the only other Seagull worth consideration at this time, due to his low price and relative safety of minutes.</p> <h3></h3> <p>Photo by <a href="https://unsplash.com/@danielnorin?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Daniel Norin</a> on <a href="https://unsplash.com/s/photos/football?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></p> </div><div class="entry-tags clearfix"><i class="fa fa-tag"></i><ul><li><a href="https://allfantasytips.com/tag/fpl/" rel="tag">FPL</a></li><li><a href="https://allfantasytips.com/tag/fpl-tips/" rel="tag">FPL tips</a></li><li><a href="https://allfantasytips.com/tag/gameweek-22/" rel="tag">gameweek 22</a></li><li><a href="https://allfantasytips.com/tag/gw-22/" rel="tag">gw 22</a></li></ul></div></article><nav class="mh-post-nav mh-row clearfix" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <div class="mh-col-1-2 mh-post-nav-item mh-post-nav-prev"> <a href="https://allfantasytips.com/fantasy-premier-league-gameweek-21-tips/" rel="prev"><img width="80" height="60" src="https://allfantasytips.com/wp-content/uploads/2021/03/fpl-fatigue-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="fpl-fatigue" decoding="async" srcset="https://allfantasytips.com/wp-content/uploads/2021/03/fpl-fatigue-80x60.jpg 80w, https://allfantasytips.com/wp-content/uploads/2021/03/fpl-fatigue-678x509.jpg 678w, https://allfantasytips.com/wp-content/uploads/2021/03/fpl-fatigue-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /><span>Previous</span><p>Fantasy Premier League gameweek 21 tips</p></a></div> <div class="mh-col-1-2 mh-post-nav-item mh-post-nav-next"> <a href="https://allfantasytips.com/fantasy-premier-league-gameweek-23-tips/" rel="next"><img width="80" height="60" src="https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-80x60.jpg" class="attachment-mh-magazine-small size-mh-magazine-small wp-post-image" alt="soccer-balls" decoding="async" srcset="https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-80x60.jpg 80w, https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-678x509.jpg 678w, https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-326x245.jpg 326w" sizes="(max-width: 80px) 100vw, 80px" /><span>Next</span><p>Fantasy Premier League gameweek 23 tips</p></a></div> </nav> <section class="mh-related-content"> <h3 class="mh-widget-title mh-related-content-title"> <span class="mh-widget-title-inner">Related Articles</span></h3> <div class="mh-related-wrap mh-row clearfix"> <div class="mh-col-1-3 mh-posts-grid-col clearfix"> <article class="post-34336 format-standard mh-posts-grid-item clearfix"> <figure class="mh-posts-grid-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://allfantasytips.com/fantasy-premier-league-gameweek-33-tips/" title="Fantasy Premier League gameweek 33 tips"><img width="326" height="245" src="https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="soccer-balls" decoding="async" fetchpriority="high" srcset="https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-326x245.jpg 326w, https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-678x509.jpg 678w, https://allfantasytips.com/wp-content/uploads/2020/01/soccer-balls-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-grid-caption"> Blog </div> </figure> <h3 class="entry-title mh-posts-grid-title"> <a href="https://allfantasytips.com/fantasy-premier-league-gameweek-33-tips/" title="Fantasy Premier League gameweek 33 tips" rel="bookmark"> Fantasy Premier League gameweek 33 tips </a> </h3> <div class="mh-posts-grid-excerpt clearfix"> <div class="mh-excerpt"><p>There are just six gameweeks remaining but a fairly sizable double this coming week could be a potentially pivotal week for a lot of FPL managers. Naturally, we’ll be focussing on sides with a double <a class="mh-excerpt-more" href="https://allfantasytips.com/fantasy-premier-league-gameweek-33-tips/" title="Fantasy Premier League gameweek 33 tips">[&#8230;]</a></p> </div> </div> </article></div> <div class="mh-col-1-3 mh-posts-grid-col clearfix"> <article class="post-31277 format-standard mh-posts-grid-item clearfix"> <figure class="mh-posts-grid-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://allfantasytips.com/fantasy-premier-league-gameweek-10-tips/" title="Fantasy Premier League gameweek 10 tips"><img width="326" height="151" src="https://allfantasytips.com/wp-content/uploads/2017/06/stadiumpic.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="stadium pic" decoding="async" loading="lazy" srcset="https://allfantasytips.com/wp-content/uploads/2017/06/stadiumpic.jpg 1500w, https://allfantasytips.com/wp-content/uploads/2017/06/stadiumpic-300x139.jpg 300w, https://allfantasytips.com/wp-content/uploads/2017/06/stadiumpic-768x356.jpg 768w, https://allfantasytips.com/wp-content/uploads/2017/06/stadiumpic-1024x474.jpg 1024w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-grid-caption"> Blog </div> </figure> <h3 class="entry-title mh-posts-grid-title"> <a href="https://allfantasytips.com/fantasy-premier-league-gameweek-10-tips/" title="Fantasy Premier League gameweek 10 tips" rel="bookmark"> Fantasy Premier League gameweek 10 tips </a> </h3> <div class="mh-posts-grid-excerpt clearfix"> <div class="mh-excerpt"><p>Gameweek 9 saw a hat-trick of hat-tricks as Mason Mount, Josh King, and Mo Salah all incredibly scored three goals each. In this week’s preview we cover four of the current top five sides as <a class="mh-excerpt-more" href="https://allfantasytips.com/fantasy-premier-league-gameweek-10-tips/" title="Fantasy Premier League gameweek 10 tips">[&#8230;]</a></p> </div> </div> </article></div> <div class="mh-col-1-3 mh-posts-grid-col clearfix"> <article class="post-30809 format-standard mh-posts-grid-item clearfix"> <figure class="mh-posts-grid-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://allfantasytips.com/fantasy-premier-league-gameweek-7-tips/" title="Fantasy Premier League gameweek 7 tips"><img width="326" height="245" src="https://allfantasytips.com/wp-content/uploads/2021/09/soccer-team-gk-326x245.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="soccer team GK" decoding="async" loading="lazy" srcset="https://allfantasytips.com/wp-content/uploads/2021/09/soccer-team-gk-326x245.jpg 326w, https://allfantasytips.com/wp-content/uploads/2021/09/soccer-team-gk-678x509.jpg 678w, https://allfantasytips.com/wp-content/uploads/2021/09/soccer-team-gk-80x60.jpg 80w" sizes="(max-width: 326px) 100vw, 326px" /> </a> <div class="mh-image-caption mh-posts-grid-caption"> Blog </div> </figure> <h3 class="entry-title mh-posts-grid-title"> <a href="https://allfantasytips.com/fantasy-premier-league-gameweek-7-tips/" title="Fantasy Premier League gameweek 7 tips" rel="bookmark"> Fantasy Premier League gameweek 7 tips </a> </h3> <div class="mh-posts-grid-excerpt clearfix"> <div class="mh-excerpt"><p>Gameweek 6 was a disappointingly low-scoring week for many, summed up by two players with 0.2% ownership making the team of the week. Gameweek 7’s preview will cover two of the big winners from last <a class="mh-excerpt-more" href="https://allfantasytips.com/fantasy-premier-league-gameweek-7-tips/" title="Fantasy Premier League gameweek 7 tips">[&#8230;]</a></p> </div> </div> </article></div> </div> </section> <div id="comments" class="mh-comments-wrap"> <h4 class="mh-widget-title mh-comment-form-title"> <span class="mh-widget-title-inner"> Be the first to comment </span> </h4> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/fantasy-premier-league-gameweek-22-tips/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://allfantasytips.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes">Your email address will not be published.</p><p class="comment-form-comment"><label for="comment">Comment</label><br/><textarea id="comment" name="comment" cols="45" rows="5" aria-required="true"></textarea></p><p class="comment-form-author"><label for="author">Name </label><span class="required">*</span><br/><input id="author" name="author" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-email"><label for="email">Email </label><span class="required">*</span><br/><input id="email" name="email" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-url"><label for="url">Website</label><br/><input id="url" name="url" type="text" value="" size="30" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='32730' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="8a22eac4ab" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="62"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div><!-- #respond --> </div> </div> <aside class="mh-widget-col-1 mh-sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><div id="block-5" class="mh-widget widget_block widget_text"> <p></p> </div><div id="block-7" class="mh-widget widget_block"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1832726564408640" crossorigin="anonymous"></script> <!-- sidebar300600 --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:600px" data-ad-client="ca-pub-1832726564408640" data-ad-slot="2786335040"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> &nbsp; <br> &nbsp; <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1832726564408640" crossorigin="anonymous"></script> <!-- allfa-2023-sidebar2 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1832726564408640" data-ad-slot="7939867797" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> &nbsp; <br> &nbsp; <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1832726564408640" crossorigin="anonymous"></script> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:800px" data-ad-client="ca-pub-1832726564408640" data-ad-slot="4878590189"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </aside> </div> </div> <footer class="mh-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="mh-container mh-container-inner mh-footer-widgets mh-row clearfix"> <div class="mh-col-1-2 mh-widget-col-2 mh-footer-2-cols mh-footer-area mh-footer-1"> <div id="text-3" class="mh-footer-widget widget_text"><div id="notes-widget-wrapper-3" class="notes-widget-wrapper thumb-tack-colour-red background-colour-yellow text-colour-red font-size-normal font-style-kalam force-uppercase-letters" ><div class="notes-widget-wrapper-pushpin"></div><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner">FPL STATS</span></h6> <div class="textwidget"><p><a href="https://allfantasytips.com/fpl-stats/fpl-points/">FPL points</a><br /> <a href="https://allfantasytips.com/fpl-stats/fpl-bonus-points/">FPL bonus points</a><br /> <a href="https://allfantasytips.com/fpl-stats/fpl-goals-and-assists/">FPL goals &amp; assists</a><br /> <a href="https://www.playerdatabase247.com/?team=arsenal" target="_blank" rel="noopener">FPL lineups</a></p> <p><a href="https://www.begambleaware.org/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-14455 size-full" src="https://allfantasytips.com/wp-content/uploads/2019/07/gamble-aware-18plus-300x66.png" alt="gamble aware UK" width="300" height="66" /></a></p> </div> </div></div> <style> #notes-widget-wrapper-3.notes-widget-wrapper iframe { height:200px; } #notes-widget-wrapper-3.notes-widget-wrapper { } </style> </div> <div class="mh-col-1-2 mh-widget-col-2 mh-footer-2-cols mh-footer-area mh-footer-2"> <div id="text-4" class="mh-footer-widget widget_text"><div id="notes-widget-wrapper-4" class="notes-widget-wrapper thumb-tack-colour-red background-colour-yellow text-colour-red font-size-normal font-style-kalam force-uppercase-letters" ><div class="notes-widget-wrapper-pushpin"></div><h6 class="mh-widget-title mh-footer-widget-title"><span class="mh-widget-title-inner mh-footer-widget-title-inner">FPL GUIDE</span></h6> <div class="textwidget"><p><a href="https://allfantasytips.com/how-to-play-fantasy-premier-league/">FPL for newbies</a><br /> <a href="https://allfantasytips.com/fantasy-premier-league-strategy-tips/">FPL strategy tips</a><br /> <a href="https://allfantasytips.com/the-best-fantasy-premier-league-defenders-and-goalkeepers/">FPL defenders &amp; goalies</a><br /> <a href="https://allfantasytips.com/the-best-fantasy-premier-league-midfielders/">FPL midfielders</a><br /> <a href="https://allfantasytips.com/the-best-fantasy-premier-league-forwards/">FPL forwards</a></p> </div> </div></div> <style> #notes-widget-wrapper-4.notes-widget-wrapper iframe { height:200px; } #notes-widget-wrapper-4.notes-widget-wrapper { } </style> </div> </div> </footer> <div class="mh-copyright-wrap"> <div class="mh-container mh-container-inner clearfix"> <p class="mh-copyright"> Copyright © 2018-2023 Allfantaytips.com | Contact: info [a] allfantasytips.com </p> </div> </div> <a href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a> </div><!-- .mh-container-outer --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-NXP7Z2HMMH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-NXP7Z2HMMH'); </script><script type="text/javascript" src="https://allfantasytips.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/allfantasytips.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://allfantasytips.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://allfantasytips.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script defer type="text/javascript" src="https://allfantasytips.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705550511" id="akismet-frontend-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "After an extended break, gameweek 22 is almost upon us. The fixture list has constantly been changing this season, but at the time of writing, 8 sides have a double gameweek this week.\nNaturally, we’ll be focussing heavily on these sides, using our FPL Fixture Tracker to help guide us.\nFPL GW 22 Tips – Attack\nOn paper, the Red Devils have two strong fixtures in Aston Villa and Brentford in gameweek 22. However, all is not well at United and investment certainly comes with its risks.\nNonetheless, anyone looking to back Manchester United’s faltering attack in this double gameweek will likely opt for Cristiano Ronaldo (12.5m). Eight goals and three assists places Ronaldo third in the overall forward ranks – a reasonable return given United’s recent failures.\nIt really is slim pickings as far as the rest of the squad is concerned. Mason Greenwood (7.2m), Jadon Sancho (8.9m), and Edinson Cavani (8.4m) have also shown flashes of quality this campaign but cannot offer guaranteed back-to-back starts. Meanwhile, Bruno Fernandes (11.6m) and Marcus Rashford (9.4m) haven’t justified their loftier price tags.\nThe Foxes are absolutely plagued with absentees right now – no fewer than 15 players are flagged at the time of writing. However, match-ups against Burnley and Tottenham this gameweek make the Leicester squad worth perusing.\nAll three listed forwards are flagged but Patson Daka (7.1m) does have a chance of proving his fitness for the double. Five goal contributions from limited minutes is very impressive, and his European form suggests Daka could be an excellent differential if he can recover in time.\nShould Daka miss out, Ayoze Pérez (5.7m) has experience playing up front, but his investment would be extremely risky given how little he has featured. Instead, goals will likely need to come from midfield, where James Maddison (6.9m) has been in red-hot form with four goals and five assists in six games. The less costly Youri Tielemans (6.4m) is also an option, particularly with the addition of penalty duties until Jamie Vardy (10.4m) returns from injury in March.\nThe Hornets put up a good fight against Tottenham in gameweek 21, but that game aside, have relied on a strong attack to make up for a very leaky defence. Despite hovering above the relegation zone, Watford have scored more goals than games and have arguably the best fixtures in Newcastle and Burnley this coming gameweek.\nIsmaila Sarr’s (5.8m) ongoing injury means there are only two real options of note. The currently-flagged Emmanuel Dennis (6.1m) is the joint-top scoring forward in the game and won’t be joining up with Nigeria, making him a standout pick if passed fit. Underlying stat lovers will point towards Josh King (5.8m) who posted some impressive numbers, particularly at the start of Claudio Ranieri’s reign. A double up is far from out of the question given the fixtures.\nAnyone looking for a bargain basement pick in midfield could do worse than the ever-reliable 2-point magnet that is Moussa Sissoko (4.4m).\nFPL GW 22 Tips – Defence\nThe Blues were impenetrable earlier in the season, but have struggled of late. Nonetheless, there is still value to be had as Chelsea face Manchester City and Brighton.\nThose might not be the most appealing fixtures ever, but injuries to Ben Chilwell (5.6m) and Reece James (6.2m) open up the door for César Azpilicueta (5.7m) and Marcos Alonso (5.7m). However, with the transfer window currently open and rumours swirling, investment in either should be short-term at best.\nSpeaking of short-term investments, Kepa Arrizabalaga (4.7m) will be between the sticks with Edouard Mendy (6.2m) at AFCON. Anyone looking at Chelsea assets should bear in mind the upcoming blanks in gameweeks 24 and 25.\nA side with far less to worry about in their upcoming schedule, as well as a double gameweek this week is Spurs. Tottenham face Arsenal and Leicester but have a much-improved defence to rely on.\nHugo Lloris (5.4m) leads the way in Tottenham’s defence with 81 points and is a reliable pick. However, there are much cheaper options in centre-back trio Eric Dier (4.6m), Davinson Sánchez (4.6m), and Ben Davies (4.5m).\nThe most exciting options lie at wing-back where Sergio Reguilón (5.4m) has emerged as a popular pick, claiming four attacking contributions this season. Alternatively, Emerson Royal (5.0m) has looked more menacing of late and provided an assist in gameweek 19.\nWe wrap things up with the Seagulls, who face visits from Crystal Palace and Chelsea in gameweek 22.\nRobert Sánchez (4.6m) has been a steady option in goal this season and is at the perfect price point for anyone considering a bench boost this week. The similarly priced Tariq Lamptey (4.5m) is still feeling his way back to full fitness, but has the bonus of strong attacking numbers (three assists in seven starts since gameweek 8).\nJoël Veltman (4.2m) is possibly the only other Seagull worth consideration at this time, due to his low price and relative safety of minutes.", "id": "<urn:uuid:9938cebb-2e23-43f0-9958-59cc22135aea>", "dump": "CC-MAIN-2024-10", "url": "https://allfantasytips.com/fantasy-premier-league-gameweek-22-tips/", "date": "2024-02-25T08:15:11", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.951801061630249, "token_count": 1252 } }
<urn:uuid:d6daa45a-6aee-4533-bcde-562cfffbeacd>
<!doctype html> <html lang="en" dir="ltr"> <head> <title>Dental Care in Foothill Ranch CA | All Smiles Dentistry</title> <link rel="canonical" href="https://allsmiles.info/services/"> <meta name="description" content="At All Smiles Dentistry, located in Foothill Ranch, we provide quality Dental Care Services with state-of-the-art equipment and advanced dental procedures" /> <meta name="format-detection" content="telephone=no"> <meta property="og:url" content="https://allsmiles.info/services/"> <meta property="og:type" content="website"> <meta property="og:description" content="At All Smiles Dentistry, located in Foothill Ranch, we provide quality Dental Care Services with state-of-the-art equipment and advanced dental procedures"> <meta property="og:title" content="Dental Care in Foothill Ranch CA | All Smiles Dentistry"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <link rel="preconnect" href="https://www.googletagmanager.com"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-134684148-1"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} function sbLoadGtag() { gtag('js', new Date()); gtag('config', 'UA-134684148-1');} sbLoadGtag(); </script> <link rel="stylesheet" type="text/css" href="/style/jojdrgd.css?3329662758"><style>@media only screen and (min-width: 1001px) {}@media only screen and (min-width: 701px) and (max-width: 1000px) {}@media only screen and (max-width: 700px) {}</style> <script>var script_loader=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=258)}({258:function(e,t,r){"use strict";r.r(t);t.default=function(e,t){var r=document.createElement("script");r.src=t,r.onload=function(){var r=window.cachedScripts[t];if(window.cachedScripts){for(var n=0;n<r.length;n++){r[n].apply(e)}window.cachedScripts[t]=!0}},document.body.appendChild(r)}}}); //# sourceMappingURL=script_loader.js.map</script><script> window.cachedScripts = {}; window.cachedScript = function(url, callback) { if (window.cachedScripts[url] == true) return callback(); if (typeof window.cachedScripts[url] == 'undefined') { window.cachedScripts[url] = []; } window.cachedScripts[url].push(callback); if (window.cachedScripts[url].length > 1) { return; } var executionContext = this; script_loader.default(executionContext, url); }; window.sbGlobals = { 'businessId': '346744', 'googleApiKey': 'AIzaSyDH4peOVwl-VZWLkF1LamEgi1G07d6hpX4', 'googleApiClient': false, 'googleApiChannel': false, 'siteTitle': 'All Smiles Dentistry', 'language': 'en-us', 'fromBuilder': false, 'trans': { 'Directions': 'Directions' } }; window.sb = { 'settings': { 'mixpanel_enabled': true }, 'siteInfo': {"domain": "allsmiles.info", "partner_site_id": null, "partner_business_id": null, "business_name": "All Smiles Dentistry", "whitelabel_id": 217, "location_id": 351209, "site_id": 1760090, "business_id": 346744, "partner_location_id": null, "theme_id": 1146, "formatted_url": "https://allsmiles.info/", "page_name": "Services", "formatted_domain": "allsmiles.info", "base_directory": "/", "subdomain": "www", "page_id": 25368773, "partner_sub_id": null} };</script> <script> var original$ = (typeof($) != "undefined" ? $ : undefined); var originaljq = (typeof(jQuery) != "undefined" ? $ : undefined); </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script> window.cachedScripts['https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'] = true; var sb$ = $.noConflict(); $ = original$; if(typeof($) == "undefined") { var $ = sb$; } jQuery = originaljq; if(typeof(jQuery) == "undefined") { var jQuery = sb$; } </script> <link href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" rel="stylesheet"> <link href="/thinkoptima/shared/base.min.css?v=1" rel="stylesheet"> <link href="/thinkoptima/shared/base_theme.css?v=1" rel="stylesheet"> <link href="/thinkoptima/custom/allsmilesdental/allsmilesdental_custom.css?v=1" rel="stylesheet"> <style> /*custom css -------------------------------------------------*/ @font-face { font-family: "DreamOnly"; src: url("/sb-optimasites/fonts/DreamOnly.otf"); src: url("/sb-optimasites/fonts/DreamOnly.ttf") format("truetype"); } </style> <script> /*custom js -------------------------------------------------*/ </script> <link href="/img/upload/all-smiles-icon.png" rel="shortcut icon" type="image/vnd.microsoft.icon"> <meta name="msvalidate.01" content="8FCA2E342858962ACD06F2E90B7694FB" /> <<!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 9666055; window.__lc.params = [ { name: "wc_profile_id", value: "12345" } ]; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code --> <script>var geoip_ipcookie=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=235)}([function(t,n,e){var r=e(26),o=Function.prototype,i=o.call,u=r&&o.bind.bind(i,i);t.exports=r?u:function(t){return function(){return i.apply(t,arguments)}}},function(t,n,e){var r=e(53),o=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){(function(n){var e=function(t){return t&&t.Math==Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof n&&n)||function(){return this}()||Function("return this")()}).call(this,e(77))},function(t,n,e){var r=e(3),o=e(18),i=e(5),u=e(43),c=e(19),a=e(52),f=r.Symbol,s=o("wks"),p=a?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(s,t)||(s[t]=c&&i(f,t)?f[t]:p("Symbol."+t)),s[t]}},function(t,n,e){var r=e(0),o=e(24),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},function(t,n,e){var r=e(2);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,n,e){var r=e(26),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},function(t,n,e){var r=e(11),o=String,i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not an object")}},function(t,n,e){var r=e(3),o=e(34).f,i=e(23),u=e(14),c=e(36),a=e(64),f=e(66);t.exports=function(t,n){var e,s,p,l,v,d=t.target,b=t.global,g=t.stat;if(e=b?r:g?r[d]||c(d,{}):(r[d]||{}).prototype)for(s in n){if(l=n[s],p=t.dontCallGetSet?(v=o(e,s))&&v.value:e[s],!f(b?s:d+(g?".":"#")+s,t.forced)&&void 0!==p){if(typeof l==typeof p)continue;a(l,p)}(t.sham||p&&p.sham)&&i(l,"sham",!0),u(e,s,l,t)}}},function(t,n,e){var r=e(6),o=e(54),i=e(55),u=e(8),c=e(31),a=TypeError,f=Object.defineProperty,s=Object.getOwnPropertyDescriptor;n.f=r?i?function(t,n,e){if(u(t),n=c(n),u(e),"function"==typeof t&&"prototype"===n&&"value"in e&&"writable"in e&&!e.writable){var r=s(t,n);r&&r.writable&&(t[n]=e.value,e={configurable:"configurable"in e?e.configurable:r.configurable,enumerable:"enumerable"in e?e.enumerable:r.enumerable,writable:!1})}return f(t,n,e)}:f:function(t,n,e){if(u(t),n=c(n),u(e),o)try{return f(t,n,e)}catch(t){}if("get"in e||"set"in e)throw a("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(1),o=e(53),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===i}:function(t){return"object"==typeof t?null!==t:r(t)}},function(t,n,e){var r=e(3),o=e(1),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t]):r[t]&&r[t][n]}},function(t,n,e){var r=e(59),o=e(30);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(1),o=e(10),i=e(62),u=e(36);t.exports=function(t,n,e,c){c||(c={});var a=c.enumerable,f=void 0!==c.name?c.name:n;if(r(e)&&i(e,f,c),c.global)a?t[n]=e:u(n,e);else{try{c.unsafe?t[n]&&(a=!0):delete t[n]}catch(t){}a?t[n]=e:o.f(t,n,{value:e,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},function(t,n,e){var r=e(39),o=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},function(t,n,e){var r=e(0),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},function(t,n){t.exports=!1},function(t,n,e){var r=e(17),o=e(35);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.30.1",mode:r?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,n,e){var r=e(58),o=e(2);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,n,e){var r,o,i,u=e(78),c=e(3),a=e(11),f=e(23),s=e(5),p=e(35),l=e(33),v=e(25),d=c.TypeError,b=c.WeakMap;if(u||p.state){var g=p.state||(p.state=new b);g.get=g.get,g.has=g.has,g.set=g.set,r=function(t,n){if(g.has(t))throw d("Object already initialized");return n.facade=t,g.set(t,n),n},o=function(t){return g.get(t)||{}},i=function(t){return g.has(t)}}else{var y=l("state");v[y]=!0,r=function(t,n){if(s(t,y))throw d("Object already initialized");return n.facade=t,f(t,y,n),n},o=function(t){return s(t,y)?t[y]:{}},i=function(t){return s(t,y)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!a(n)||(e=o(n)).type!==t)throw d("Incompatible receiver, "+t+" required");return e}}}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){var r=e(1),o=e(38),i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not a function")}},function(t,n,e){var r=e(6),o=e(10),i=e(21);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(30),o=Object;t.exports=function(t){return o(r(t))}},function(t,n){t.exports={}},function(t,n,e){var r=e(2);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,n,e){var r=e(12),o=e(1),i=e(32),u=e(52),c=Object;t.exports=u?function(t){return"symbol"==typeof t}:function(t){var n=r("Symbol");return o(n)&&i(n.prototype,c(t))}},function(t,n,e){var r=e(75);t.exports=function(t){return r(t.length)}},function(t,n,e){var r,o=e(8),i=e(68),u=e(41),c=e(25),a=e(71),f=e(42),s=e(33),p=s("IE_PROTO"),l=function(){},v=function(t){return"<script>"+t+"<\/script>"},d=function(t){t.write(v("")),t.close();var n=t.parentWindow.Object;return t=null,n},b=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,n;b="undefined"!=typeof document?document.domain&&r?d(r):((n=f("iframe")).style.display="none",a.appendChild(n),n.src=String("javascript:"),(t=n.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):d(r);for(var e=u.length;e--;)delete b.prototype[u[e]];return b()};c[p]=!0,t.exports=Object.create||function(t,n){var e;return null!==t?(l.prototype=o(t),e=new l,l.prototype=null,e[p]=t):e=b(),void 0===n?e:i.f(e,n)}},function(t,n,e){var r=e(37),o=TypeError;t.exports=function(t){if(r(t))throw o("Can't call method on "+t);return t}},function(t,n,e){var r=e(72),o=e(27);t.exports=function(t){var n=r(t,"string");return o(n)?n:n+""}},function(t,n,e){var r=e(0);t.exports=r({}.isPrototypeOf)},function(t,n,e){var r=e(18),o=e(43),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,n,e){var r=e(6),o=e(7),i=e(63),u=e(21),c=e(13),a=e(31),f=e(5),s=e(54),p=Object.getOwnPropertyDescriptor;n.f=r?p:function(t,n){if(t=c(t),n=a(n),s)try{return p(t,n)}catch(t){}if(f(t,n))return u(!o(i.f,t,n),t[n])}},function(t,n,e){var r=e(3),o=e(36),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,n,e){var r=e(3),o=Object.defineProperty;t.exports=function(t,n){try{o(r,t,{value:n,configurable:!0,writable:!0})}catch(e){r[t]=n}return n}},function(t,n){t.exports=function(t){return null==t}},function(t,n){var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},function(t,n,e){var r=e(44),o=e(1),i=e(16),u=e(4)("toStringTag"),c=Object,a="Arguments"==i(function(){return arguments}());t.exports=r?i:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=c(t),u))?e:a?i(n):"Object"==(r=i(n))&&o(n.callee)?"Arguments":r}},function(t,n,e){var r=e(79);t.exports=function(t){var n=+t;return n!=n||0===n?0:r(n)}},function(t,n){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,n,e){var r=e(3),o=e(11),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},function(t,n,e){var r=e(0),o=0,i=Math.random(),u=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},function(t,n,e){var r={};r[e(4)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,n,e){var r=e(6),o=e(5),i=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!r||r&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},function(t,n,e){var r=e(57),o=e(41).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},,function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){var r=e(22),o=e(37);t.exports=function(t,n){var e=t[n];return o(e)?void 0:r(e)}},function(t,n,e){var r=e(40),o=Math.max,i=Math.min;t.exports=function(t,n){var e=r(t);return e<0?o(e+n,0):i(e,n)}},,function(t,n,e){var r=e(19);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,n){var e="object"==typeof document&&document.all,r=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:r}},function(t,n,e){var r=e(6),o=e(2),i=e(42);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(6),o=e(2);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(t,n,e){var r=e(0),o=e(1),i=e(35),u=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},function(t,n,e){var r=e(0),o=e(5),i=e(13),u=e(70).indexOf,c=e(25),a=r([].push);t.exports=function(t,n){var e,r=i(t),f=0,s=[];for(e in r)!o(c,e)&&o(r,e)&&a(s,e);for(;n.length>f;)o(r,e=n[f++])&&(~u(s,e)||a(s,e));return s}},function(t,n,e){var r,o,i=e(3),u=e(61),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,s=f&&f.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},function(t,n,e){var r=e(0),o=e(2),i=e(16),u=Object,c=r("".split);t.exports=o((function(){return!u("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?c(t,""):u(t)}:u},,function(t,n){t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},function(t,n,e){var r=e(0),o=e(2),i=e(1),u=e(5),c=e(6),a=e(45).CONFIGURABLE,f=e(56),s=e(20),p=s.enforce,l=s.get,v=String,d=Object.defineProperty,b=r("".slice),g=r("".replace),y=r([].join),x=c&&!o((function(){return 8!==d((function(){}),"length",{value:8}).length})),m=String(String).split("String"),h=t.exports=function(t,n,e){"Symbol("===b(v(n),0,7)&&(n="["+g(v(n),/^Symbol\(([^)]*)\)/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!u(t,"name")||a&&t.name!==n)&&(c?d(t,"name",{value:n,configurable:!0}):t.name=n),x&&e&&u(e,"arity")&&t.length!==e.arity&&d(t,"length",{value:e.arity});try{e&&u(e,"constructor")&&e.constructor?c&&d(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=p(t);return u(r,"source")||(r.source=y(m,"string"==typeof n?n:"")),t};Function.prototype.toString=h((function(){return i(this)&&l(this).source||f(this)}),"toString")},function(t,n,e){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);n.f=i?function(t){var n=o(this,t);return!!n&&n.enumerable}:r},function(t,n,e){var r=e(5),o=e(74),i=e(34),u=e(10);t.exports=function(t,n,e){for(var c=o(n),a=u.f,f=i.f,s=0;s<c.length;s++){var p=c[s];r(t,p)||e&&r(e,p)||a(t,p,f(n,p))}}},function(t,n,e){var r=e(57),o=e(41);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(2),o=e(1),i=/#|\.prototype\./,u=function(t,n){var e=a[c(t)];return e==s||e!=f&&(o(n)?r(n):!!n)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",s=u.POLYFILL="P";t.exports=u},,function(t,n,e){var r=e(6),o=e(55),i=e(10),u=e(8),c=e(13),a=e(65);n.f=r&&!o?Object.defineProperties:function(t,n){u(t);for(var e,r=c(n),o=a(n),f=o.length,s=0;f>s;)i.f(t,e=o[s++],r[e]);return t}},,function(t,n,e){var r=e(13),o=e(50),i=e(28),u=function(t){return function(n,e,u){var c,a=r(n),f=i(a),s=o(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,n,e){var r=e(12);t.exports=r("document","documentElement")},function(t,n,e){var r=e(7),o=e(11),i=e(27),u=e(49),c=e(73),a=e(4),f=TypeError,s=a("toPrimitive");t.exports=function(t,n){if(!o(t)||i(t))return t;var e,a=u(t,s);if(a){if(void 0===n&&(n="default"),e=r(a,t,n),!o(e)||i(e))return e;throw f("Can't convert object to primitive value")}return void 0===n&&(n="number"),c(t,n)}},function(t,n,e){var r=e(7),o=e(1),i=e(11),u=TypeError;t.exports=function(t,n){var e,c;if("string"===n&&o(e=t.toString)&&!i(c=r(e,t)))return c;if(o(e=t.valueOf)&&!i(c=r(e,t)))return c;if("string"!==n&&o(e=t.toString)&&!i(c=r(e,t)))return c;throw u("Can't convert object to primitive value")}},function(t,n,e){var r=e(12),o=e(0),i=e(46),u=e(48),c=e(8),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var n=i.f(c(t)),e=u.f;return e?a(n,e(t)):n}},function(t,n,e){var r=e(40),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},,function(t,n){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,n,e){var r=e(3),o=e(1),i=r.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},,,,function(t,n,e){"use strict";var r=e(9),o=e(84);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,n,e){"use strict";var r,o,i=e(7),u=e(0),c=e(15),a=e(94),f=e(96),s=e(18),p=e(29),l=e(20).get,v=e(97),d=e(98),b=s("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,y=g,x=u("".charAt),m=u("".indexOf),h=u("".replace),w=u("".slice),S=(o=/b*/g,i(g,r=/a/,"a"),i(g,o,"a"),0!==r.lastIndex||0!==o.lastIndex),O=f.BROKEN_CARET,j=void 0!==/()??/.exec("")[1];(S||j||O||v||d)&&(y=function(t){var n,e,r,o,u,f,s,v=this,d=l(v),E=c(t),I=d.raw;if(I)return I.lastIndex=v.lastIndex,n=i(y,I,E),v.lastIndex=I.lastIndex,n;var P=d.groups,_=O&&v.sticky,T=i(a,v),R=v.source,C=0,k=E;if(_&&(T=h(T,"y",""),-1===m(T,"g")&&(T+="g"),k=w(E,v.lastIndex),v.lastIndex>0&&(!v.multiline||v.multiline&&"\n"!==x(E,v.lastIndex-1))&&(R="(?: "+R+")",k=" "+k,C++),e=new RegExp("^(?:"+R+")",T)),j&&(e=new RegExp("^"+R+"$(?!\\s)",T)),S&&(r=v.lastIndex),o=i(g,_?e:v,k),_?o?(o.input=w(o.input,C),o[0]=w(o[0],C),o.index=v.lastIndex,v.lastIndex+=o[0].length):v.lastIndex=0:S&&o&&(v.lastIndex=v.global?o.index+o[0].length:r),j&&o&&o.length>1&&i(b,o[0],e,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o&&P)for(o.groups=f=p(null),u=0;u<P.length;u++)f[(s=P[u])[0]]=o[s[1]];return o}),t.exports=y},,,,,,,,,,function(t,n,e){"use strict";var r=e(8);t.exports=function(){var t=r(this),n="";return t.hasIndices&&(n+="d"),t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.dotAll&&(n+="s"),t.unicode&&(n+="u"),t.unicodeSets&&(n+="v"),t.sticky&&(n+="y"),n}},,function(t,n,e){var r=e(2),o=e(3).RegExp,i=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),u=i||r((function(){return!o("a","y").sticky})),c=i||r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:c,MISSED_STICKY:u,UNSUPPORTED_Y:i}},function(t,n,e){var r=e(2),o=e(3).RegExp;t.exports=r((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,n,e){var r=e(2),o=e(3).RegExp;t.exports=r((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,n){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},,,,,,,function(t,n,e){var r=e(0),o=e(30),i=e(15),u=e(180),c=r("".replace),a=RegExp("^["+u+"]+"),f=RegExp("(^|[^"+u+"])["+u+"]+$"),s=function(t){return function(n){var e=i(o(n));return 1&t&&(e=c(e,a,"")),2&t&&(e=c(e,f,"$1")),e}};t.exports={start:s(1),end:s(2),trim:s(3)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,n,e){"use strict";e.r(n);e(236),e(83);function r(t){for(var n=document.cookie.split(";"),e=0;e<n.length;e++){var r=n[e].split("=");if(t==r[0].trim())return decodeURIComponent(r[1])}return null}function o(t){var n;n=new CustomEvent("sbevents:geoip:ip_detected",{bubbles:!0,cancelable:!1,detail:{ip:t}}),document.dispatchEvent(n)}function i(t){document.cookie="sb_localip="+t+";path=/"}window.sb&&!0!==window.sb.test&&(window.sbGetCookie=r,window.sbIpDetected=o,window.sbSetIpCookie=i);var u={sbGetCookie:r,sbIpDetected:o,sbSetIpCookie:i};n.default=u},function(t,n,e){"use strict";var r=e(9),o=e(187).trim;r({target:"String",proto:!0,forced:e(237)("trim")},{trim:function(){return o(this)}})},function(t,n,e){var r=e(45).PROPER,o=e(2),i=e(180);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||r&&i[t].name!==t}))}}]); //# sourceMappingURL=geoip_ipcookie.js.map</script> <script>var geoip_ipify=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=238)}([function(t,n,e){var r=e(26),o=Function.prototype,i=o.call,u=r&&o.bind.bind(i,i);t.exports=r?u:function(t){return function(){return i.apply(t,arguments)}}},function(t,n,e){var r=e(53),o=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){(function(n){var e=function(t){return t&&t.Math==Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof n&&n)||function(){return this}()||Function("return this")()}).call(this,e(77))},function(t,n,e){var r=e(3),o=e(18),i=e(5),u=e(43),c=e(19),a=e(52),f=r.Symbol,s=o("wks"),p=a?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(s,t)||(s[t]=c&&i(f,t)?f[t]:p("Symbol."+t)),s[t]}},function(t,n,e){var r=e(0),o=e(24),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},function(t,n,e){var r=e(2);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,n,e){var r=e(26),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},function(t,n,e){var r=e(11),o=String,i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not an object")}},function(t,n,e){var r=e(3),o=e(34).f,i=e(23),u=e(14),c=e(36),a=e(64),f=e(66);t.exports=function(t,n){var e,s,p,l,v,b=t.target,d=t.global,y=t.stat;if(e=d?r:y?r[b]||c(b,{}):(r[b]||{}).prototype)for(s in n){if(l=n[s],p=t.dontCallGetSet?(v=o(e,s))&&v.value:e[s],!f(d?s:b+(y?".":"#")+s,t.forced)&&void 0!==p){if(typeof l==typeof p)continue;a(l,p)}(t.sham||p&&p.sham)&&i(l,"sham",!0),u(e,s,l,t)}}},function(t,n,e){var r=e(6),o=e(54),i=e(55),u=e(8),c=e(31),a=TypeError,f=Object.defineProperty,s=Object.getOwnPropertyDescriptor;n.f=r?i?function(t,n,e){if(u(t),n=c(n),u(e),"function"==typeof t&&"prototype"===n&&"value"in e&&"writable"in e&&!e.writable){var r=s(t,n);r&&r.writable&&(t[n]=e.value,e={configurable:"configurable"in e?e.configurable:r.configurable,enumerable:"enumerable"in e?e.enumerable:r.enumerable,writable:!1})}return f(t,n,e)}:f:function(t,n,e){if(u(t),n=c(n),u(e),o)try{return f(t,n,e)}catch(t){}if("get"in e||"set"in e)throw a("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(1),o=e(53),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===i}:function(t){return"object"==typeof t?null!==t:r(t)}},function(t,n,e){var r=e(3),o=e(1),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t]):r[t]&&r[t][n]}},function(t,n,e){var r=e(59),o=e(30);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(1),o=e(10),i=e(62),u=e(36);t.exports=function(t,n,e,c){c||(c={});var a=c.enumerable,f=void 0!==c.name?c.name:n;if(r(e)&&i(e,f,c),c.global)a?t[n]=e:u(n,e);else{try{c.unsafe?t[n]&&(a=!0):delete t[n]}catch(t){}a?t[n]=e:o.f(t,n,{value:e,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},function(t,n,e){var r=e(39),o=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},function(t,n,e){var r=e(0),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},function(t,n){t.exports=!1},function(t,n,e){var r=e(17),o=e(35);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.30.1",mode:r?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,n,e){var r=e(58),o=e(2);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,n,e){var r,o,i,u=e(78),c=e(3),a=e(11),f=e(23),s=e(5),p=e(35),l=e(33),v=e(25),b=c.TypeError,d=c.WeakMap;if(u||p.state){var y=p.state||(p.state=new d);y.get=y.get,y.has=y.has,y.set=y.set,r=function(t,n){if(y.has(t))throw b("Object already initialized");return n.facade=t,y.set(t,n),n},o=function(t){return y.get(t)||{}},i=function(t){return y.has(t)}}else{var g=l("state");v[g]=!0,r=function(t,n){if(s(t,g))throw b("Object already initialized");return n.facade=t,f(t,g,n),n},o=function(t){return s(t,g)?t[g]:{}},i=function(t){return s(t,g)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!a(n)||(e=o(n)).type!==t)throw b("Incompatible receiver, "+t+" required");return e}}}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){var r=e(1),o=e(38),i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not a function")}},function(t,n,e){var r=e(6),o=e(10),i=e(21);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(30),o=Object;t.exports=function(t){return o(r(t))}},function(t,n){t.exports={}},function(t,n,e){var r=e(2);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,n,e){var r=e(12),o=e(1),i=e(32),u=e(52),c=Object;t.exports=u?function(t){return"symbol"==typeof t}:function(t){var n=r("Symbol");return o(n)&&i(n.prototype,c(t))}},function(t,n,e){var r=e(75);t.exports=function(t){return r(t.length)}},function(t,n,e){var r,o=e(8),i=e(68),u=e(41),c=e(25),a=e(71),f=e(42),s=e(33),p=s("IE_PROTO"),l=function(){},v=function(t){return"<script>"+t+"<\/script>"},b=function(t){t.write(v("")),t.close();var n=t.parentWindow.Object;return t=null,n},d=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,n;d="undefined"!=typeof document?document.domain&&r?b(r):((n=f("iframe")).style.display="none",a.appendChild(n),n.src=String("javascript:"),(t=n.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F):b(r);for(var e=u.length;e--;)delete d.prototype[u[e]];return d()};c[p]=!0,t.exports=Object.create||function(t,n){var e;return null!==t?(l.prototype=o(t),e=new l,l.prototype=null,e[p]=t):e=d(),void 0===n?e:i.f(e,n)}},function(t,n,e){var r=e(37),o=TypeError;t.exports=function(t){if(r(t))throw o("Can't call method on "+t);return t}},function(t,n,e){var r=e(72),o=e(27);t.exports=function(t){var n=r(t,"string");return o(n)?n:n+""}},function(t,n,e){var r=e(0);t.exports=r({}.isPrototypeOf)},function(t,n,e){var r=e(18),o=e(43),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,n,e){var r=e(6),o=e(7),i=e(63),u=e(21),c=e(13),a=e(31),f=e(5),s=e(54),p=Object.getOwnPropertyDescriptor;n.f=r?p:function(t,n){if(t=c(t),n=a(n),s)try{return p(t,n)}catch(t){}if(f(t,n))return u(!o(i.f,t,n),t[n])}},function(t,n,e){var r=e(3),o=e(36),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,n,e){var r=e(3),o=Object.defineProperty;t.exports=function(t,n){try{o(r,t,{value:n,configurable:!0,writable:!0})}catch(e){r[t]=n}return n}},function(t,n){t.exports=function(t){return null==t}},function(t,n){var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},function(t,n,e){var r=e(44),o=e(1),i=e(16),u=e(4)("toStringTag"),c=Object,a="Arguments"==i(function(){return arguments}());t.exports=r?i:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=c(t),u))?e:a?i(n):"Object"==(r=i(n))&&o(n.callee)?"Arguments":r}},function(t,n,e){var r=e(79);t.exports=function(t){var n=+t;return n!=n||0===n?0:r(n)}},function(t,n){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,n,e){var r=e(3),o=e(11),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},function(t,n,e){var r=e(0),o=0,i=Math.random(),u=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},function(t,n,e){var r={};r[e(4)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,n,e){var r=e(6),o=e(5),i=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!r||r&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},function(t,n,e){var r=e(57),o=e(41).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},,function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){var r=e(22),o=e(37);t.exports=function(t,n){var e=t[n];return o(e)?void 0:r(e)}},function(t,n,e){var r=e(40),o=Math.max,i=Math.min;t.exports=function(t,n){var e=r(t);return e<0?o(e+n,0):i(e,n)}},,function(t,n,e){var r=e(19);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,n){var e="object"==typeof document&&document.all,r=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:r}},function(t,n,e){var r=e(6),o=e(2),i=e(42);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(6),o=e(2);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(t,n,e){var r=e(0),o=e(1),i=e(35),u=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},function(t,n,e){var r=e(0),o=e(5),i=e(13),u=e(70).indexOf,c=e(25),a=r([].push);t.exports=function(t,n){var e,r=i(t),f=0,s=[];for(e in r)!o(c,e)&&o(r,e)&&a(s,e);for(;n.length>f;)o(r,e=n[f++])&&(~u(s,e)||a(s,e));return s}},function(t,n,e){var r,o,i=e(3),u=e(61),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,s=f&&f.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},function(t,n,e){var r=e(0),o=e(2),i=e(16),u=Object,c=r("".split);t.exports=o((function(){return!u("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?c(t,""):u(t)}:u},,function(t,n){t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},function(t,n,e){var r=e(0),o=e(2),i=e(1),u=e(5),c=e(6),a=e(45).CONFIGURABLE,f=e(56),s=e(20),p=s.enforce,l=s.get,v=String,b=Object.defineProperty,d=r("".slice),y=r("".replace),g=r([].join),x=c&&!o((function(){return 8!==b((function(){}),"length",{value:8}).length})),h=String(String).split("String"),m=t.exports=function(t,n,e){"Symbol("===d(v(n),0,7)&&(n="["+y(v(n),/^Symbol\(([^)]*)\)/,"$1")+"]"),e&&e.getter&&(n="get "+n),e&&e.setter&&(n="set "+n),(!u(t,"name")||a&&t.name!==n)&&(c?b(t,"name",{value:n,configurable:!0}):t.name=n),x&&e&&u(e,"arity")&&t.length!==e.arity&&b(t,"length",{value:e.arity});try{e&&u(e,"constructor")&&e.constructor?c&&b(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=p(t);return u(r,"source")||(r.source=g(h,"string"==typeof n?n:"")),t};Function.prototype.toString=m((function(){return i(this)&&l(this).source||f(this)}),"toString")},function(t,n,e){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);n.f=i?function(t){var n=o(this,t);return!!n&&n.enumerable}:r},function(t,n,e){var r=e(5),o=e(74),i=e(34),u=e(10);t.exports=function(t,n,e){for(var c=o(n),a=u.f,f=i.f,s=0;s<c.length;s++){var p=c[s];r(t,p)||e&&r(e,p)||a(t,p,f(n,p))}}},function(t,n,e){var r=e(57),o=e(41);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(2),o=e(1),i=/#|\.prototype\./,u=function(t,n){var e=a[c(t)];return e==s||e!=f&&(o(n)?r(n):!!n)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",s=u.POLYFILL="P";t.exports=u},,function(t,n,e){var r=e(6),o=e(55),i=e(10),u=e(8),c=e(13),a=e(65);n.f=r&&!o?Object.defineProperties:function(t,n){u(t);for(var e,r=c(n),o=a(n),f=o.length,s=0;f>s;)i.f(t,e=o[s++],r[e]);return t}},,function(t,n,e){var r=e(13),o=e(50),i=e(28),u=function(t){return function(n,e,u){var c,a=r(n),f=i(a),s=o(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,n,e){var r=e(12);t.exports=r("document","documentElement")},function(t,n,e){var r=e(7),o=e(11),i=e(27),u=e(49),c=e(73),a=e(4),f=TypeError,s=a("toPrimitive");t.exports=function(t,n){if(!o(t)||i(t))return t;var e,a=u(t,s);if(a){if(void 0===n&&(n="default"),e=r(a,t,n),!o(e)||i(e))return e;throw f("Can't convert object to primitive value")}return void 0===n&&(n="number"),c(t,n)}},function(t,n,e){var r=e(7),o=e(1),i=e(11),u=TypeError;t.exports=function(t,n){var e,c;if("string"===n&&o(e=t.toString)&&!i(c=r(e,t)))return c;if(o(e=t.valueOf)&&!i(c=r(e,t)))return c;if("string"!==n&&o(e=t.toString)&&!i(c=r(e,t)))return c;throw u("Can't convert object to primitive value")}},function(t,n,e){var r=e(12),o=e(0),i=e(46),u=e(48),c=e(8),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var n=i.f(c(t)),e=u.f;return e?a(n,e(t)):n}},function(t,n,e){var r=e(40),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},,function(t,n){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,n,e){var r=e(3),o=e(1),i=r.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},,,,function(t,n,e){"use strict";var r=e(9),o=e(84);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,n,e){"use strict";var r,o,i=e(7),u=e(0),c=e(15),a=e(94),f=e(96),s=e(18),p=e(29),l=e(20).get,v=e(97),b=e(98),d=s("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,g=y,x=u("".charAt),h=u("".indexOf),m=u("".replace),S=u("".slice),O=(o=/b*/g,i(y,r=/a/,"a"),i(y,o,"a"),0!==r.lastIndex||0!==o.lastIndex),w=f.BROKEN_CARET,j=void 0!==/()??/.exec("")[1];(O||j||w||v||b)&&(g=function(t){var n,e,r,o,u,f,s,v=this,b=l(v),I=c(t),E=b.raw;if(E)return E.lastIndex=v.lastIndex,n=i(g,E,I),v.lastIndex=E.lastIndex,n;var P=b.groups,_=w&&v.sticky,T=i(a,v),C=v.source,M=0,R=I;if(_&&(T=m(T,"y",""),-1===h(T,"g")&&(T+="g"),R=S(I,v.lastIndex),v.lastIndex>0&&(!v.multiline||v.multiline&&"\n"!==x(I,v.lastIndex-1))&&(C="(?: "+C+")",R=" "+R,M++),e=new RegExp("^(?:"+C+")",T)),j&&(e=new RegExp("^"+C+"$(?!\\s)",T)),O&&(r=v.lastIndex),o=i(y,_?e:v,R),_?o?(o.input=S(o.input,M),o[0]=S(o[0],M),o.index=v.lastIndex,v.lastIndex+=o[0].length):v.lastIndex=0:O&&o&&(v.lastIndex=v.global?o.index+o[0].length:r),j&&o&&o.length>1&&i(d,o[0],e,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o&&P)for(o.groups=f=p(null),u=0;u<P.length;u++)f[(s=P[u])[0]]=o[s[1]];return o}),t.exports=g},,,,,,,,,,function(t,n,e){"use strict";var r=e(8);t.exports=function(){var t=r(this),n="";return t.hasIndices&&(n+="d"),t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.dotAll&&(n+="s"),t.unicode&&(n+="u"),t.unicodeSets&&(n+="v"),t.sticky&&(n+="y"),n}},,function(t,n,e){var r=e(2),o=e(3).RegExp,i=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),u=i||r((function(){return!o("a","y").sticky})),c=i||r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:c,MISSED_STICKY:u,UNSUPPORTED_Y:i}},function(t,n,e){var r=e(2),o=e(3).RegExp;t.exports=r((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,n,e){var r=e(2),o=e(3).RegExp;t.exports=r((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,n,e){"use strict";e.r(n);e(83);function r(t){sbSetIpCookie(t.ip),sbIpDetected(t.ip)}function o(){var t=sbGetCookie("sb_localip");if(t)sbIpDetected(t);else{var n=document.createElement("script");n.src="https://api.ipify.org?format=jsonp&callback=sbGetIP",document.getElementsByTagName("head")[0].appendChild(n)}}window.sb&&!0!==window.sb.test&&(window.sbGetIP=r,window.sbLoadIpifyScript=o);var i={sbGetIP:r,sbLoadIpifyScript:o};n.default=i}]); //# sourceMappingURL=geoip_ipify.js.map</script> <script>function loadIpCheck() {sbLoadIpifyScript();}loadIpCheck();</script> <link rel="preconnect" href="https://netdna.bootstrapcdn.com"> <script async> (function() { var css = document.createElement('link'); css.href = 'https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'; css.rel = 'stylesheet'; css.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(css); })(); </script> </head> <body id="page-services"> <div class="container"> <header class="header header-static fixed "> <div class="header__menu__fill"></div> <div class="wrapper"> <div class="header-inner"> <div class="toolbar row"> <div class="col-xs-12"> <div class="box box-container"> <div class="toolbar-links row between-xs"> <div class="fcol-1"> <div class="box-nested"> <!--<a class="logo-icon" href="/"> <img src="https://optimasites.cloudfrontend.net/img/upload/zerendds_practice_logo_icon.png"></a>--> <a id="logotext" href="/">Ethos</a> <div class="logo" id="header-logo"> <span id="sitelogo"> <a href="/" title="Foothill Ranch Dentist"> <img id="logoimg" src="/img/upload/allsmilesdental_practice_logo.png" style="max-width:1200px" /> </a> <!--<a href="/"><img class="logo-color" id="logoimg" src="/img/upload/shrewsbury_practice_logo_black.png"></a>--> </span> </div> </div> </div> <div class="fcol-2"> <div class="box-nested"> <div class="nav-wrapper"> <nav id="nav" class="nav"> <div class="nav-inner"> <ul> <li class="primary-link "> <a href="/" title="Home">Home<i class="fas fa-chevron-down"></i></a> </li><li class="primary-link "> <a href="/covid-19-message/" title="COVID-19 Message">COVID-19 Message<i class="fas fa-chevron-down"></i></a> </li><li class="primary-link "> <a href="/about-us/" title="About Us">About Us<i class="fas fa-chevron-down"></i></a> <div class="dropdown-wrapper"> <ul> <li class="secondary-link "> <a href="/meet-dr-nejati/" title="Meet Dr. Nejati">Meet Dr. Nejati</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/our-doctors/" title="Meet Our Doctors">Meet Our Doctors</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/meet-our-team/" title="Meet Our Team">Meet Our Team</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/office-tour/" title="Office Tour">Office Tour</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </div> </li><li class="primary-link "> <a href="/new-patients/" title="New Patients">New Patients<i class="fas fa-chevron-down"></i></a> <div class="dropdown-wrapper"> <ul> <li class="secondary-link "> <a href="/payment-options/" title="Payment Options">Payment Options</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </div> </li><li class="primary-link "> <a href="/advanced-technology/" title="Advanced Technology">Advanced Technology<i class="fas fa-chevron-down"></i></a> </li><li class="primary-link selected"> <a href="/services/" title="Services">Services<i class="fas fa-chevron-down"></i></a> <div class="dropdown-wrapper"> <ul> <li class="secondary-link "> <a href="/family-dentistry/" title="Family Dentistry">Family Dentistry</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/comprehensive-exams/" title="Comprehensive Exams">Comprehensive Exams</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/dental-crowns-bridges/" title="Dental Crowns and Bridges">Dental Crowns and Bridges</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/digital-x-rays/" title="Digital X-Rays">Digital X-Rays</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/dental-implants/" title="Dental Implants">Dental Implants</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/invisalign/" title="Invisalign®">Invisalign®</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/veneers/" title="Veneers">Veneers</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/same-day-crowns/" title="Same Day Crowns">Same Day Crowns</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/periodontal-disease/" title="Periodontal Disease">Periodontal Disease</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </div> </li><li class="primary-link "> <a href="/patient-reviews/" title="Patient Reviews">Patient Reviews<i class="fas fa-chevron-down"></i></a> </li><li class="primary-link "> <a href="/schedule-an-appointment/" title="Appointments">Appointments<i class="fas fa-chevron-down"></i></a> </li><li class="primary-link "> <a href="/contact-us/" title="Contact Us">Contact Us<i class="fas fa-chevron-down"></i></a> </li></ul> </div> </nav> </div> </div> </div> <div class="fcol-3"> <div class="box-nested"> <div class="locations_list"> <div> <span><span class="location_text">Click to Call or Text</span><span class="location_name" itemprop="locationName">All Smiles Dentistry </span> <!--<a class="btn btn-cta btn-ph" href="#"><i class="fas fa-calendar"></i> Book Online 24/7</a>--><a class="btn btn-cta btn-ph" href="tel:(949) 581-1500"><i class="fa fa-mobile"></i> (949) 581-1500</a></span> </div> </div> </div> </div> </div> </div> </div> </header> <button class="hamburger hamburger--squeeze" type="button"> <span class="menu-label">MENU</span> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> <div class="mobile-nav-wrapper"> <nav class="mobile-nav" style="display:none"> <ul> <li class="primary-link "> <div><a href="/" title="Home">Home</a></div> </li><li class="primary-link "> <div><a href="/covid-19-message/" title="COVID-19 Message">COVID-19 Message</a></div> </li><li class="primary-link "> <div><a href="/about-us/" title="About Us">About Us</a></div> <ul class="dropdown-wrapper" style="display: none;"> <li class="secondary-link "> <a href="/meet-dr-nejati/" title="Meet Dr. Nejati">Meet Dr. Nejati</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/our-doctors/" title="Meet Our Doctors">Meet Our Doctors</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/meet-our-team/" title="Meet Our Team">Meet Our Team</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/office-tour/" title="Office Tour">Office Tour</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </li><li class="primary-link "> <div><a href="/new-patients/" title="New Patients">New Patients</a></div> <ul class="dropdown-wrapper" style="display: none;"> <li class="secondary-link "> <a href="/payment-options/" title="Payment Options">Payment Options</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </li><li class="primary-link "> <div><a href="/advanced-technology/" title="Advanced Technology">Advanced Technology</a></div> </li><li class="primary-link selected"> <div><a href="/services/" title="Services">Services</a></div> <ul class="dropdown-wrapper" style="display: none;"> <li class="secondary-link "> <a href="/family-dentistry/" title="Family Dentistry">Family Dentistry</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/comprehensive-exams/" title="Comprehensive Exams">Comprehensive Exams</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/dental-crowns-bridges/" title="Dental Crowns and Bridges">Dental Crowns and Bridges</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/digital-x-rays/" title="Digital X-Rays">Digital X-Rays</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/dental-implants/" title="Dental Implants">Dental Implants</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/invisalign/" title="Invisalign®">Invisalign®</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/veneers/" title="Veneers">Veneers</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/same-day-crowns/" title="Same Day Crowns">Same Day Crowns</a> <ul class="sub-dropdown-menu"> </ul> </li> <li class="secondary-link "> <a href="/periodontal-disease/" title="Periodontal Disease">Periodontal Disease</a> <ul class="sub-dropdown-menu"> </ul> </li> </ul> </li><li class="primary-link "> <div><a href="/patient-reviews/" title="Patient Reviews">Patient Reviews</a></div> </li><li class="primary-link "> <div><a href="/schedule-an-appointment/" title="Appointments">Appointments</a></div> </li><li class="primary-link "> <div><a href="/contact-us/" title="Contact Us">Contact Us</a></div> </li><div class="tab-sm"> <a href="https://www.facebook.com/AllSmilesCA/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a> <a href="https://www.yelp.com/biz/all-smiles-dentistry-foothill-ranch-5?osq=all+smiles+dentistry" target="_blank" class="yelp"><i class="fa fa-yelp"></i></a> <a href="https://www.instagram.com/allsmilesdentist_foothillranch/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a> </div> </ul> <a class="btn btn-cta btn-cta-mobile" href="/appointments/">Book an Appointment <i class="fa fa-calendar"></i></a> </nav> </div> <div class="carousel-wrapper carousel-fluid carousel-full-background-with-content carousel-background-cover carousel-arrows-shadowed"><div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div id="slider-image-1" class="item active" style="background-image:url(/img/upload/allsmilesdental_custom_image1.jpg)"> <div class="item-inner"> <div class="item-content"><div class="item-content-inner"> <h3>specializing in,</h3> <h2>Modern Family Dental&nbsp;Care</h2> <p>Dr. Shabnam Nejati and the entire team at All Smiles Dentistry welcome you to our Foothill Ranch dental office.</p> <p><a href="/schedule-an-appointment/">BOOK AN APPT</a></p> </div></div> </div> </div> </div> </div></div> <div class="body body-innerstatic"> <div class="wrapper"> <div class="inside clearfix"> <div class="site-messages"></div> <div class="columns"> <div class="columns-inner clearfix"> <div class="sb-row"> <div class="sb-module sb-content" id="sb-module-10381565"> <div class="box"><div class="box-inner"><div class="content"> <h1><span></span><span></span><span></span>Quality Dental Care in Foothill Ranch</h1> <p>At All Smiles Dentistry, located in Foothill Ranch, we provide quality Dental Care Services with state-of-the-art equipment and advanced dental procedures, an experienced caring staff, and a pleasant relaxing atmosphere. We strive to make your visits to our Foothill Ranch office as painless and perfect as possible!<br> <br> The primary goal of <span style="font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 300;">Shabnam Nejati, DDS</span> is to provide the finest dental services possible, educate patients about their particular needs, and cultivate long-term relationships. We provide thorough yet practical dental procedures, and want our patients to be informed about their dental health and make the best choices possible for their own unique situation. As your dentist in Foothill Ranch we want to be your reliable source for the finest dental care, and your first choice for friends and family.</p> <h3><span style="font-size:22px;">Your smile is our business! </span></h3> <p>And, to keep that smile bright and healthy, we provide an array of services, including:</p> <p><strong>Preventative Services</strong>: <a href="/comprehensive-exams/">Comprehensive Dental Exam</a>, Oral Cancer Screening, <a href="/digital-x-rays/">Digital X-Rays</a>, Intraoral Pictures, Professional Teeth Cleaning, Fluoride Treatments, Sealants</p> <p><strong>Restorative Services</strong>: Composite Fillings (either to replace old mercury fillings or to restore new decay), Onlays, <a href="/dental-crown-bridge/">Crowns, Bridges</a>, Root Canal Therapy, Laser Dentistry, Extractions, Dentures (Complete, Partial and Immediate), <a href="/dental-implants/">Dental Implants</a></p> <p><strong>Cosmetic Services</strong>: <a href="/same-day-crowns/">Same Day Crowns</a>, <a href="/veneers/">Porcelain Veneers</a>, Lumineers, Whitening, Bonding, <a href="/invisalign/">Invisalign®</a></p> <p><strong>Treatments</strong>: <a href="/periodontal-disease/">Periodontal Disease Treatment</a>, Root Canal Therapy (Endodontics)</p> <p><strong>All Smiles Dentistry</strong> is a state-of-the-art, full-service dentist in <a href="/contact-us/">Foothill Ranch</a>. We serve Foothill Ranch, Lake Forest, Rancho Santa Margarita, and surrounding communities. </p> </div> <div class="clear"></div></div></div> </div> </div> </div> </div> </div> </div> </div> <footer class="footer footer-fluid footer-address-content"> <div class="wrapper"> <div class="footer-box footer-box-address" itemscope="" itemtype="http://schema.org/LocalBusiness"> <p> <nav id="nav" class="nav"> <div class="nav-inner"> <ul> <li class="primary-link "> <a href="/" title="Home">Home</a> </li><li class="primary-link "> <a href="/covid-19-message/" title="COVID-19 Message">COVID-19 Message</a> </li><li class="primary-link "> <a href="/about-us/" title="About Us">About Us</a> </li><li class="primary-link "> <a href="/new-patients/" title="New Patients">New Patients</a> </li><li class="primary-link "> <a href="/advanced-technology/" title="Advanced Technology">Advanced Technology</a> </li><li class="primary-link selected"> <a href="/services/" title="Services">Services</a> </li><li class="primary-link "> <a href="/patient-reviews/" title="Patient Reviews">Patient Reviews</a> </li><li class="primary-link "> <a href="/schedule-an-appointment/" title="Appointments">Appointments</a> </li><li class="primary-link "> <a href="/contact-us/" title="Contact Us">Contact Us</a> </li></ul> </div> </nav> </p> <div class="footer-box footer-box-content footer-user-content"> <span></span> </div> <img id="logoimg" src="/img/upload/allsmilesdental_practice_logo.png" style="max-width:200px"> <div class="locations_footer"> <div class="locations_list"> <p> <div itemscope="" itemtype="http://schema.org/PostalAddress"> <span class="location_name" itemprop="locationName">All Smiles Dentistry</span><br> <span itemprop="streetAddress">26700 Towne Centre Drive Suite 160</span> <br> <span> <itemprop="addressLocality">Foothill Ranch, <itemprop="addressRegion">CA <itemprop="postalCode">92610 </span> <br> <span style="font-weight: bold;"><a href="tel:(949) 581-1500">Phone: (949) 581-1500</a></span> </div> </p> </div> </div> <div class="embed social-module sm-bg-colors" style="text-align:center;"> <a href="https://www.facebook.com/AllSmilesCA/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a> <a href="https://www.yelp.com/biz/all-smiles-dentistry-foothill-ranch-5?osq=all+smiles+dentistry" target="_blank" class="yelp"><i class="fa fa-yelp"></i></a> <a href="https://www.instagram.com/allsmilesdentist_foothillranch/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a> </div> </div> </div> </div> </div> </footer> <!--insert vendor attribution--> <p class="by-optima vendor">Internet Marketing by<a href="https://www.incisaledgemarketing.com/"><img src="/img/upload/shared_incisaledgemarketing_logo.png" alt="Optima"></a></p> </div> <script defer> window.cachedScript('https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js', function () { $(function() { $('.mobile-nav-btn').bind('click', function(e) { e.preventDefault(); $('.mobile-nav').toggle(); }); $('.carousel .item-inner').bind('click', function(e) { var target = $(e.target); if (target.data('href')) { window.location = target.data('href'); } }); }); }); </script> <script> window.cachedScript('https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js', function () { window.cachedScript('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', function() { $(function() { $('.carousel').carousel({ interval: 5000, cycle: true }); }); }); }); </script> <script async type="text/javascript"> WebFontConfig = { google: { families: ["Droid+Sans:400,400italic,700,700italic", "Droid+Serif:400,400italic,700,700italic", "Arvo:400,400italic,700,700italic", "PT+Sans:400,700,400italic,700italic", "Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic", "PT+Serif:400,400italic,700,700italic", "Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic", "Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic,800italic", "Vollkorn:400,700,400italic,700italic", "Abril+Fatface:400", "Old+Standard+TT", "Lobster", "Montserrat:400,700", "Sansita+One", "Sanchez", "Playfair+Display", "Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic", "Oxygen:300,400,700", "Roboto:100,300,400,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic", "Raleway:100,200,300,400,500,600,700,800,900,100italic,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic", "Yesteryear:400", "Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic", "Bree+Serif:400", "Cabin:400,500,600,700,400italic,500italic,600italic,700italic", "Lobster+Two:400,400italic,700,700italic", "Amaranth:400,400italic,700,700italic", "Amatic+SC:400,700", "Gudea:400,700,400italic", "Lora:400,400italic,700,700italic", "Rokkitt:400,700", "Glegoo:400", "Pacifico:400", "Patua+One:400", "Crete+Round:400,400italic", "Stalemate:400", "Cookie:400", "Jura:300,400,500,600", "Roboto+Slab:100,300,400,700", "Basic:400", "Oswald:300,400,700", "Maven+Pro:400,500,700", "Noto+Sans:400,700,400italic,700italic&display=swap"] }, classes: false, events: false }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script> <script defer> (function() { var css = document.createElement('link'); css.href = '/stat/modulesjs/build/css/modules.css?1708639860'; css.rel = 'stylesheet'; css.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(css); })(); </script> <script src="https://kit.fontawesome.com/5f80d65049.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-parallax/1.1.3/jquery-parallax-min.js"></script> <script src="/thinkoptima/039/scripts.js?v=1"></script> <!--START ADDITIONAL CUSTOMIZATION --> <script> document.addEventListener("DOMContentLoaded", function(event) { var elements = document.querySelectorAll('body:not([id^="page-app"]) .sb-formbuilder, body:not([id^="page-app"]) .sb-contactform'), i, length; for(i = 0, length = elements.length; i < length; i++) { elements[i].classList.add('module--smpadding-offset-nobottom'); elements[i].classList.remove('module--nopadding'); } var elements = document.querySelectorAll('body:not([id^="page-app"]) .sb-gallery'), i, length; for(i = 0, length = elements.length; i < length; i++) { elements[i].classList.add('module--mdpadding'); elements[i].classList.remove('module--nopadding'); } }); </script> <script> $(document).ready(function() { // Remove 100% fluid cols //-------------------------------------// // $('.sb-feature-about-row').removeClass('sb-col-fluid'); // $('.sb-feature-about-row .sb-module').find('.image').removeClass('col-fluid'); // $('.sb-feature-services-row').removeClass('sb-col-fluid'); // $('.sb-feature-services-row .sb-module').find('.image').removeClass('col-fluid'); // Add Remove Module Boostrap Classes //-------------------------------------// // $('#page-home .sb-content-intro-row .sb-wrap-inner').removeClass('col-sm-8 col-sm-offset-2').addClass('col-sm-6 col-sm-offset-3'); // $('#page-home .sb-feature-about-row .sb-wrap-inner').removeClass('col-sm-10 col-sm-offset-1').addClass('col-sm-4 col-sm-offset-4'); // $('#page-home .sb-testimonials-row .sb-wrap-inner').removeClass('col-sm-8 col-sm-offset-2').addClass('col-sm-6 col-sm-offset-4'); // $('#page-home .sb-gallery-row .sb-wrap-inner').removeClass('col-sm-10 col-sm-offset-1').addClass('col-sm-8 col-sm-offset-2'); // $('#page-home .image-row-three-wrap .sb-wrap-inner').addClass('col-sm-6 col-sm-offset-3'); // $('#page-home .module-mini-cta.top').addClass('col-sm-10 col-sm-offset-1'); // $('#page-home .sb-feature-cta1-row .sb-wrap-inner').removeClass('col-sm-10 col-sm-offset-1').addClass('col-sm-8 col-sm-offset-2'); $('#page-home .sb-formbuilder-row .sb-wrap-inner').removeClass('col-sm-10 col-sm-offset-1').addClass('col-sm-6 col-sm-offset-3'); $('#page-home .sb-contactform-row .sb-wrap-inner').removeClass('col-sm-10 col-sm-offset-1').addClass('col-sm-6 col-sm-offset-3'); // Misc //-------------------------------------// // $("body#page-home .logo").prependTo(".carousel .item-content"); // $("body:not(#page-home) .logo").insertBefore(".carousel .item-content") $('.sb-wrap').removeClass('sb-col-fluid'); $('#page-home .image-row-five-wrap').addClass('accent--lite'); // $('#page-home .image-row-one-wrap:not(.sb-content-row)').addClass('accent--lite'); // $('#page-home .sb-contactform-row, #page-home .sb-formbuilder-row').addClass('accent--lite2'); // $('#page-home .gallery > div').removeClass("col-sm-4").addClass("col-sm-3"); // $('#page-home .sb-feature-services').removeClass("image-row-three"); $("body#page-home .sb-feature-services2-row .sb-wrap-inner").insertAfter(".sb-feature-services-row .sb-wrap-inner"); }); </script> <div class="footer-box footer-box-content"> <span></span> </div> <p class="by-optima"><a href="https://www.thinkoptima.com">Website Design and Internet Marketing</a> by<img src="/img/upload/logo_24094.png" alt="Optima" /></p> </div> <style> .by-optima { font-weight: bold; font-size: 12px!important; padding: 6px; border-radius: 5px; width: 220px; display: inline-block; vertical-align: middle; } .by-optima a { color: #565e69; } .by-optima img { width: 75px; vertical-align: middle; padding-left: 5px; } </style> <script type="text/javascript">(function(f,b){if(!b.__SV){var a,e,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" "); for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=f.createElement("script");a.type="text/javascript";a.async=!0;a.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";e=f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a,e)}})(document,window.mixpanel||[]); var mixpanelInit = {ready: function(){ this.loaded = true; }}; function sbLoadMixpanel() { mixpanel.init("033f99db378f630692fa929c5f03b090", {'loaded': function() {mixpanelInit.ready()}}); } sbLoadMixpanel(); </script> <script defer type="text/javascript"> window.cachedScript('/stat/legacyanalytics/build/js/bundle-analytics.js?1708639860', function () { var runner = require('main-analytics'); runner.onReady([sb$('body')], disabledEvents=[]); }); </script> <script> var formBaseDirectory = '/'; </script> <script async src="/stat/jsutils/js/form_ajax.js?1708639860"></script> <script type="application/ld+json" data-schema-type="localbusiness"> {"openingHoursSpecification": [{"dayOfWeek": "https:\/\/schema.org\/Monday", "closes": "18:00:00", "@type": "OpeningHoursSpecification", "opens": "09:30:00"}, {"dayOfWeek": "https:\/\/schema.org\/Tuesday", "closes": "18:00:00", "@type": "OpeningHoursSpecification", "opens": "09:00:00"}, {"dayOfWeek": "https:\/\/schema.org\/Wednesday", "closes": "17:00:00", "@type": "OpeningHoursSpecification", "opens": "08:00:00"}, {"dayOfWeek": "https:\/\/schema.org\/Thursday", "closes": "17:00:00", "@type": "OpeningHoursSpecification", "opens": "09:00:00"}, {"dayOfWeek": "https:\/\/schema.org\/Friday", "closes": "15:00:00", "@type": "OpeningHoursSpecification", "opens": "09:00:00"}, {"dayOfWeek": "https:\/\/schema.org\/Saturday", "@type": "OpeningHoursSpecification"}, {"dayOfWeek": "https:\/\/schema.org\/Sunday", "@type": "OpeningHoursSpecification"}], "name": "All Smiles Dentistry", "sameAs": ["https:\/\/www.google.com\/maps\/dir\/\/26700%20Towne%20Centre%20Drive%2C%20Suite%20160%2C%20Foothill%20Ranch%20CA%2092610", "https:\/\/www.facebook.com\/AllSmilesCA\/", "https:\/\/www.instagram.com\/allsmilesdentist_foothillranch\/", "https:\/\/www.yelp.com\/biz\/all-smiles-dentistry-foothill-ranch-5?osq=all+smiles+dentistry"], "telephone": "+19495811500", "priceRange": "$", "address": {"addressCountry": {"@type": "Country", "name": "US"}, "addressLocality": "Foothill Ranch", "addressRegion": "CA", "streetAddress": "26700 Towne Centre Drive", "postalCode": "92610", "@type": "PostalAddress"}, "@context": "http:\/\/schema.org", "geo": {"latitude": "33.67413860000000", "@type": "GeoCoordinates", "longitude": "-117.66417760000000"}, "@type": "Dentist"} </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Quality Dental Care in Foothill Ranch\nAt All Smiles Dentistry, located in Foothill Ranch, we provide quality Dental Care Services with state-of-the-art equipment and advanced dental procedures, an experienced caring staff, and a pleasant relaxing atmosphere. We strive to make your visits to our Foothill Ranch office as painless and perfect as possible!\nThe primary goal of Shabnam Nejati, DDS is to provide the finest dental services possible, educate patients about their particular needs, and cultivate long-term relationships. We provide thorough yet practical dental procedures, and want our patients to be informed about their dental health and make the best choices possible for their own unique situation. As your dentist in Foothill Ranch we want to be your reliable source for the finest dental care, and your first choice for friends and family.\nYour smile is our business!\nAnd, to keep that smile bright and healthy, we provide an array of services, including:\nRestorative Services: Composite Fillings (either to replace old mercury fillings or to restore new decay), Onlays, Crowns, Bridges, Root Canal Therapy, Laser Dentistry, Extractions, Dentures (Complete, Partial and Immediate), Dental Implants\nTreatments: Periodontal Disease Treatment, Root Canal Therapy (Endodontics)\nAll Smiles Dentistry is a state-of-the-art, full-service dentist in Foothill Ranch. We serve Foothill Ranch, Lake Forest, Rancho Santa Margarita, and surrounding communities.", "id": "<urn:uuid:d6daa45a-6aee-4533-bcde-562cfffbeacd>", "dump": "CC-MAIN-2024-10", "url": "https://allsmiles.info/services/", "date": "2024-02-25T07:55:03", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9111990928649902, "token_count": 325 } }
<urn:uuid:b2bb1d7d-bb37-4d3f-95e5-ec5668ead15e>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <!-- Created by Artisteer v4.3.0.60745 --> <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" /> <!--[if lt IE 9]><script src="/html5.js"></script><![endif]--> <link rel="stylesheet" href="https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/style.css" media="screen" /> <link rel="pingback" href="https://allthingssummer.com/xmlrpc.php" /> <title>Father&#8217;s Day Gift Ideas &#8211; All Things Summer</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="All Things Summer &raquo; Feed" href="https://allthingssummer.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="All Things Summer &raquo; Comments Feed" href="https://allthingssummer.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="All Things Summer &raquo; Father&#8217;s Day Gift Ideas Comments Feed" href="https://allthingssummer.com/fathers-day-gift-ideas/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/allthingssummer.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://allthingssummer.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='mediaelement-css' href='https://allthingssummer.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://allthingssummer.com/wp-includes/js/mediaelement/wp-mediaelement.min.css' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <!--[if lte IE 7]> <link rel='stylesheet' id='style.ie7.css-css' href='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/style.ie7.css' type='text/css' media='screen' /> <![endif]--> <link rel='stylesheet' id='style.responsive.css-css' href='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/style.responsive.css' type='text/css' media='all' /> <link rel='stylesheet' id='css-css' href='https://fonts.googleapis.com/css?family=Atma&#038;subset=latin&#038;ver=7258' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://allthingssummer.com/wp-content/plugins/jetpack/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' id='jetpack_related-posts-js-extra'> /* <![CDATA[ */ var related_posts_js_options = {"post_heading":"h4"}; /* ]]> */ </script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js' id='jetpack_related-posts-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/jquery.js' id='jquery-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/jquery-migrate-1.1.1.js' id='jquery_migrate-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/script.js' id='script.js-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/themes/AllThingsSummerTheme/script.responsive.js' id='script.responsive.js-js'></script> <link rel="https://api.w.org/" href="https://allthingssummer.com/wp-json/" /><link rel="alternate" type="application/json" href="https://allthingssummer.com/wp-json/wp/v2/posts/203" /><link rel="canonical" href="https://allthingssummer.com/fathers-day-gift-ideas/" /> <link rel='shortlink' href='https://wp.me/p9Z68z-3h' /> <link rel="alternate" type="application/json+oembed" href="https://allthingssummer.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallthingssummer.com%2Ffathers-day-gift-ideas%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://allthingssummer.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fallthingssummer.com%2Ffathers-day-gift-ideas%2F&#038;format=xml" /> <style>img#wpstats{display:none}</style> <link rel='home' href='https://allthingssummer.com/' /><link rel="icon" href="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/17835RE400.jpg?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/17835RE400.jpg?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/17835RE400.jpg?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/17835RE400.jpg?fit=270%2C270&#038;ssl=1" /> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/wp-spamshield/js/jscripts.php'></script> </head> <body data-rsssl=1 class="post-template-default single single-post postid-203 single-format-standard"> <div id="art-main"> <div id="art-hmenu-bg" class="art-bar art-nav"> </div> <header class="art-header clickable"> <div class="art-shapes"> </div> <div class="art-headline"> <a href="https://allthingssummer.com/">All Things Summer</a> </div> </header> <div class="art-sheet clearfix"> <nav class="art-nav"> <div class="art-nav-inner"> <ul class="art-hmenu menu-2"> <li class="menu-item-43"><a title="Home" href="https://allthingssummer.com">Home</a> </li> <li class="menu-item-42"><a title="Contact" href="https://allthingssummer.com/contact/">Contact</a> </li> </ul> </div> </nav><div class="art-layout-wrapper"> <div class="art-content-layout"> <div class="art-content-layout-row"> <div class="art-layout-cell art-content"> <article id="post-203" class="art-post art-article post-203 post type-post status-publish format-standard has-post-thumbnail hentry category-fathers-day" style=""> <div class="art-postmetadataheader"><h1 class="art-postheader entry-title">Father&#8217;s Day Gift Ideas</h1></div> <div class="art-postcontent clearfix"><p style="text-align: justify;"><a href="https://allthingssummer.com/fathers-day-gift-ideas/" target="_blank" rel="noopener"><img decoding="async" fetchpriority="high" class="alignleft wp-image-204" src="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/305393-P87A69-149RE400.jpg?resize=325%2C325&#038;ssl=1" alt="" width="325" height="325" srcset="https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/305393-P87A69-149RE400.jpg?w=378&amp;ssl=1 378w, https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/305393-P87A69-149RE400.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/allthingssummer.com/wp-content/uploads/2018/06/305393-P87A69-149RE400.jpg?resize=300%2C300&amp;ssl=1 300w" sizes="(max-width: 325px) 100vw, 325px" data-recalc-dims="1" /></a>Are you having trouble thinking of a gift for Father’s Day? Is your Dad the type of person who seems to have everything they could want or need? Do you want to wow him this year with an unexpected gift?</p> <p style="text-align: justify;">It can be hard to come up with something special for Father’s Day. Do not overthink it. Your Dad will appreciate the gesture as long as it comes from your heart.</p> <p style="text-align: justify;">Is your Dad a gamer? Does he like to play on consoles or maybe on the computer? New games are constantly coming out – save up and buy him something he has been eyeing – if you are feeling generous enough what about a new console?</p> <p style="text-align: justify;">Alternatively, maybe get him some accessories that he wants but may not buy for himself.</p> <p style="text-align: justify;">Does your Dad love the outdoors? Try going to a Sportsman’s shop like Bass Pro or Cabela’s to find something special for him. Does he like to go camping? Maybe new camping gear then.<span id="more-203"></span></p> <p style="text-align: justify;">Does he like to hunt? Maybe some reflective apparel or camouflage. Don’t know what to get? A gift card always works. Be sure to include a note saying something like ‘Can’t wait to go camping with you. Let’s go get the perfect gear together.’</p> <p style="text-align: justify;">Does your Dad like to restore old cars? Maybe save up and get him a part for the car he is currently working on. On the other hand, you could scour the newspaper and internet for a good deal on a great fixer upper that you could work on together. Spending quality time together will mean so much to him – getting a gift that allows you to spend time together will warm his heart.</p> <p style="text-align: justify;">Does your Dad enjoy sports? Get him a membership to a local club. Buy him a new driver or some other equipment that he would enjoy. Get out there and get two sets of gear that way you can spend the time together. Take some time out of your day to enjoy your present with your Dad. The best present you can give him is your time.</p> <p style="text-align: justify;">Is your Dad the type to do everything for everyone? Does he deserve a break of his own? Why not pay for your Dad to get a massage? It will give him a chance to relax and unwind while also working out the tension that has most likely built up shouldering and supporting everyone else. If he does not like massages then offer to take care of things around the house while he goes and relaxes with some of his friends.</p> <p style="text-align: justify;">No matter what gift you give your Dad this Father’s Day make sure it is from the heart. Do not forget to include yourself. Sometimes the best gift you can give is the opportunity to spend some quality time together doing an activity that you both love. This Father’s Day show your Dad how much you care and appreciate him. Don’t let him go without knowing how much he means to you and your family.</p> <div id='jp-relatedposts' class='jp-relatedposts' > <h3 class="jp-relatedposts-headline"><em>Related</em></h3> </div></div> </article> </div> <div class="art-layout-cell art-sidebar1"><div id="metaslider_widget-2" class="art-block widget widget_metaslider_widget clearfix"> <div class="art-blockcontent"><div id="metaslider-id-1382" style="width: 100%;" class="ml-slider-3-40-0 metaslider metaslider-flex metaslider-1382 ml-slider ms-theme-default nav-hidden" role="region" aria-roledescription="Slideshow" aria-label="Summer Planners"> <div id="metaslider_container_1382"> <div id="metaslider_1382"> <ul aria-live="polite" class="slides"> <li style="display: block; width: 100%;" class="slide-1383 ms-image" aria-roledescription="slide" aria-label="slide-1383"><a href="https://leilarhodenonline.thrivecart.com/2024-tropical-vibes-planner/" target="_blank"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/2024-Tropical-Vibes-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1383" title="2024 Tropical Vibes Planner" /></a></li> <li style="display: none; width: 100%;" class="slide-1385 ms-image" aria-roledescription="slide" aria-label="slide-1385"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/Summer-Bucket-ListRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1385" title="Summer Bucket List" /></li> <li style="display: none; width: 100%;" class="slide-1390 ms-image" aria-roledescription="slide" aria-label="slide-1390"><a href="https://leilarhodenonline.thrivecart.com/grandmas-summer-planner/" target="_blank"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/Grandmas-Summer-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1390" title="Grandma&#039;s Summer Planner" /></a></li> <li style="display: none; width: 100%;" class="slide-1396 ms-image" aria-roledescription="slide" aria-label="slide-1396"><a href="https://leilarhodenonline.thrivecart.com/tropical-foliage-travel-planner/" target="_blank"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/Topical-Foliage-Travel-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1396" title="Tropical Foliage Travel Planner" /></a></li> <li style="display: none; width: 100%;" class="slide-1400 ms-image" aria-roledescription="slide" aria-label="slide-1400"><a href="https://leilarhodenonline.thrivecart.com/2023-2025-summer-planner/" target="_blank"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/2023-2025-Summer-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1400" title="2023-2025 Summer Planner" /></a></li> <li style="display: none; width: 100%;" class="slide-1401 ms-image" aria-roledescription="slide" aria-label="slide-1401"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/Summer-Travel-Journal-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1401" title="Summer Travel Journal &amp; Planner" /></li> <li style="display: none; width: 100%;" class="slide-1403 ms-image" aria-roledescription="slide" aria-label="slide-1403"><a href="https://leilarhodenonline.thrivecart.com/florida-vacation-planner/" target="_blank"><img src="https://allthingssummer.com/wp-content/uploads/2023/07/Florida-Vacation-PlannerRE300-275x275.jpg" height="275" width="275" alt="" class="slider-1382 slide-1403" title="Florida Vacation Planner" /></a></li> </ul> </div> </div> </div></div> </div><div id="custom-menu-wizard-3" class="art-block widget widget_custom_menu_wizard clearfix"> <div class="art-blockheader"> <div class="t">Special Reports</div> </div><div class="art-blockcontent"><div class="menu-special-reports-container"><ul id="menu-special-reports" class="menu-widget " data-cmwv="3.3.1" data-cmws='{&quot;menu&quot;:12,&quot;title&quot;:&quot;Special Reports&quot;}'><li id="menu-item-314" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-314"><a href="https://allthingssummer.com/5-summer-skin-care-exfoliators/">5 Summer Skin Care Exfoliators</a></li> <li id="menu-item-298" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-298"><a href="https://allthingssummer.com/13-summer-superfoods/">13 Summer Superfoods</a></li> <li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-305"><a href="https://allthingssummer.com/dog-health-in-the-summer/">Dog Health in the Summer</a></li> <li id="menu-item-497" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-497"><a href="https://allthingssummer.com/eating-well-throughout-the-summer/">Eating Well Throughout the Summer</a></li> <li id="menu-item-284" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-284"><a href="https://allthingssummer.com/staying-cool-this-summer-a-guide-to-great-beverages-and-snacks-for-summertime/">Great Beverages and Snacks for Summertime</a></li> <li id="menu-item-1421" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-1421"><a href="https://allthingssummer.com/motivate-yourself-to-achieve-your-summer-fitness-goal/">Motivate Yourself to Achieve Your Summer Fitness Goal</a></li> <li id="menu-item-1201" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-1201"><a href="https://allthingssummer.com/natural-sunburn-and-sun-protection/">Natural Sunburn and Sun Protection</a></li> <li id="menu-item-1325" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-1325"><a href="https://allthingssummer.com/plan-your-summer-fitness-diet/">Plan Your Summer Fitness Diet</a></li> <li id="menu-item-1414" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-1414"><a href="https://allthingssummer.com/plan-your-workouts-for-a-summer-ready-body/">Plan Your Workouts for a Summer-ready Body</a></li> <li id="menu-item-1190" class="menu-item menu-item-type-post_type menu-item-object-post cmw-level-1 menu-item-1190"><a href="https://allthingssummer.com/summertime-jobs-for-teens/">Summertime Jobs for Teens</a></li> </ul></div></div> </div><div id="widget_sp_image-8" class="art-block widget widget_sp_image clearfix"> <div class="art-blockcontent"><img width="275" height="275" class="attachment-275x275 aligncenter" style="max-width: 100%;" src="https://allthingssummer.com/wp-content/uploads/2019/07/summer-12RE600.png" /></div> </div></div> <div class="art-layout-cell art-sidebar2"><div id="search-3" class="art-block widget widget_search clearfix"> <div class="art-blockcontent"><form class="art-search" method="get" name="searchform" action="https://allthingssummer.com/"> <input name="s" type="text" value="" /> <input class="art-search-button" type="submit" value="" /> </form></div> </div><div id="widget_sp_image-7" class="art-block widget widget_sp_image clearfix"> <div class="art-blockcontent"><a href="https://summergrilling.allthingssummer.com/" target="_blank" class="widget_sp_image-image-link" title="Summer Grilling"><img width="160" height="197" alt="Summer Grilling" class="attachment-160x197 aligncenter" style="max-width: 100%;" src="https://allthingssummer.com/wp-content/uploads/2018/07/bigstock-Barbeque-RE.jpg" /></a></div> </div><div id="custom-menu-wizard-4" class="art-block widget widget_custom_menu_wizard clearfix"> <div class="art-blockheader"> <div class="t">Featured</div> </div><div class="art-blockcontent"><div class="menu-categories-container"><ul id="menu-categories" class="menu-widget " data-cmwv="3.3.1" data-cmws='{&quot;menu&quot;:13,&quot;title&quot;:&quot;Featured&quot;}'><li id="menu-item-287" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent cmw-level-1 menu-item-287"><a href="https://allthingssummer.com/category/fathers-day/">Father&#8217;s Day</a></li> <li id="menu-item-288" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-288"><a href="https://allthingssummer.com/category/summer-activities/">Summer Activities</a></li> <li id="menu-item-290" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-290"><a href="https://allthingssummer.com/category/summer-beauty/">Summer Beauty</a></li> <li id="menu-item-1336" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-1336"><a href="https://allthingssummer.com/category/summer-fitness/">Summer Fitness</a></li> <li id="menu-item-286" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children cmw-level-1 cmw-has-submenu cmw-menu-item-had-children menu-item-286"><a href="https://allthingssummer.com/category/summer-food/">Summer Food</a> <ul class="sub-menu"> <li id="menu-item-1272" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-2 menu-item-1272"><a href="https://allthingssummer.com/category/summer-beverages/">Summer Beverages</a></li> <li id="menu-item-728" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-2 menu-item-728"><a href="https://allthingssummer.com/category/summer-recipes/">Summer Recipes</a></li> <li id="menu-item-1039" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-2 menu-item-1039"><a href="https://allthingssummer.com/category/summer-smoothies/">Summer Smoothies</a></li> </ul> </li> <li id="menu-item-382" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children cmw-level-1 cmw-has-submenu cmw-menu-item-had-children menu-item-382"><a href="https://allthingssummer.com/category/summer-health/">Summer Health</a> <ul class="sub-menu"> <li id="menu-item-485" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-2 menu-item-485"><a href="https://allthingssummer.com/category/summer-weight-loss/">Summer Weight Loss</a></li> </ul> </li> <li id="menu-item-551" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-551"><a href="https://allthingssummer.com/category/summer-for-kids/">Summer for Kids</a></li> <li id="menu-item-1133" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-1133"><a href="https://allthingssummer.com/category/summer-for-pets/">Summer for Pets</a></li> <li id="menu-item-289" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-289"><a href="https://allthingssummer.com/category/summer-planning/">Summer Planning</a></li> <li id="menu-item-291" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-291"><a href="https://allthingssummer.com/category/summer-safety/">Summer Safety</a></li> <li id="menu-item-484" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-484"><a href="https://allthingssummer.com/category/summer-sun/">Summer Sun</a></li> <li id="menu-item-285" class="menu-item menu-item-type-taxonomy menu-item-object-category cmw-level-1 menu-item-285"><a href="https://allthingssummer.com/category/summer-vacations/">Summer Vacations</a></li> </ul></div></div> </div><div id="widget_sp_image-12" class="art-block widget widget_sp_image clearfix"> <div class="art-blockcontent"><img width="160" height="148" class="attachment-160x148 aligncenter" style="max-width: 100%;" src="https://allthingssummer.com/wp-content/uploads/2022/06/summer-swirls1.png" /></div> </div><div id="custom-menu-wizard-2" class="art-block widget widget_custom_menu_wizard clearfix"> <div class="art-blockheader"> <div class="t">Legal Stuff</div> </div><div class="art-blockcontent"><div class="menu-legal-stuff-container"><ul id="menu-legal-stuff" class="menu-widget " data-cmwv="3.3.1" data-cmws='{&quot;menu&quot;:3,&quot;title&quot;:&quot;Legal Stuff&quot;}'><li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-52"><a href="https://allthingssummer.com/anti-spam-policy/">Anti-Spam Policy</a></li> <li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-51"><a href="https://allthingssummer.com/copyright-notice/">Copyright Notice</a></li> <li id="menu-item-50" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-50"><a href="https://allthingssummer.com/dmca-compliance/">DMCA Compliance</a></li> <li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-48"><a href="https://allthingssummer.com/ftc-compliance/">FTC Compliance</a></li> <li id="menu-item-47" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-47"><a href="https://allthingssummer.com/medical-disclaimer/">Medical Disclaimer</a></li> <li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy cmw-level-1 menu-item-46"><a rel="privacy-policy" href="https://allthingssummer.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 menu-item-44"><a href="https://allthingssummer.com/terms-and-conditions/">Terms and Conditions</a></li> </ul></div></div> </div></div> </div> </div> </div> </div> <footer class="art-footer"> <div class="art-footer-inner"><div class="art-footer-text"> <p><a href="https://allthingsautumn.com">All Things Autumn</a> | <a href="https://allthingswinter.com">All Things Winter</a> | <a href="https://allthingsspring.com">All Things Spring</a></p> <p>Copyright 2023. All Rights Reserved.</p><p class="art-page-footer"> <span id="art-footnote-links">Created by <a href="https://leilarhoden.com/" target="_blank">Leila Rhoden.</a></span> </p> </div> </p> </div> </div> </footer> </div> <div id="wp-footer"> <script type='text/javascript'> /* <![CDATA[ */ r3f5x9JS=escape(document['referrer']); hf4N='c81e581815faeba21f5bccb4fa8d4701'; hf4V='b80a22f8a45e1d1747ba91e6419540ef'; cm4S="form[action='https://allthingssummer.com/wp-comments-post.php']"; jQuery(document).ready(function($){var e="#commentform, .comment-respond form, .comment-form, "+cm4S+", #lostpasswordform, #registerform, #loginform, #login_form, #wpss_contact_form";$(e).submit(function(){$("<input>").attr("type","hidden").attr("name","r3f5x9JS").attr("value",r3f5x9JS).appendTo(e);$("<input>").attr("type","hidden").attr("name",hf4N).attr("value",hf4V).appendTo(e);return true;});$("#comment").attr({minlength:"15",maxlength:"15360"})}); /* ]]> */ </script> <link rel='stylesheet' id='metaslider-flex-slider-css' href='https://allthingssummer.com/wp-content/plugins/ml-slider/assets/sliders/flexslider/flexslider.css' type='text/css' media='all' property='stylesheet' /> <link rel='stylesheet' id='metaslider-public-css' href='https://allthingssummer.com/wp-content/plugins/ml-slider/assets/metaslider/public.css' type='text/css' media='all' property='stylesheet' /> <script type='text/javascript' src='https://allthingssummer.com/wp-includes/js/comment-reply.min.js' id='comment-reply-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist/image-cdn.js?minify=false&#038;ver=132249e245926ae3e188' id='jetpack-photon-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js' id='eu-cookie-law-script-js'></script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/wp-spamshield/js/jscripts-ftr-min.js' id='wpss-jscripts-ftr-js'></script> <script defer type='text/javascript' src='https://stats.wp.com/e-202408.js' id='jetpack-stats-js'></script> <script id="jetpack-stats-js-after" type="text/javascript"> _stq = window._stq || []; _stq.push([ "view", {v:'ext',blog:'147548627',post:'203',tz:'-5',srv:'allthingssummer.com',j:'1:12.7'} ]); _stq.push([ "clickTrackerInit", "147548627", "203" ]); </script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/ml-slider/assets/sliders/flexslider/jquery.flexslider.min.js' id='metaslider-flex-slider-js'></script> <script id="metaslider-flex-slider-js-after" type="text/javascript"> var metaslider_1382 = function($) {$('#metaslider_1382').addClass('flexslider'); $('#metaslider_1382').flexslider({ slideshowSpeed:3000, animation:"fade", controlNav:false, directionNav:true, pauseOnHover:true, direction:"horizontal", reverse:false, keyboard:false, animationSpeed:600, prevText:"Previous", nextText:"Next", smoothHeight:false, fadeFirstSlide:false, slideshow:true }); $(document).trigger('metaslider/initialized', '#metaslider_1382'); }; var timer_metaslider_1382 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_1382, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_1382, 1) : metaslider_1382(window.jQuery); }; timer_metaslider_1382(); </script> <script type='text/javascript' src='https://allthingssummer.com/wp-content/plugins/ml-slider/assets/metaslider/script.min.js' id='metaslider-script-js'></script> <script src="https://allthingssummer.com/wp-content/plugins/wpcontentguard/assets/wpcontentguard.js" async></script> <style> /* Image drag and drop fix */ img { user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } /* iOS */ *:not(input):not(textarea) { -webkit-user-select: none; -webkit-touch-callout: none; } </style> <!-- 101 queries. 1.530 seconds. --> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Are you having trouble thinking of a gift for Father’s Day? Is your Dad the type of person who seems to have everything they could want or need? Do you want to wow him this year with an unexpected gift?\nIt can be hard to come up with something special for Father’s Day. Do not overthink it. Your Dad will appreciate the gesture as long as it comes from your heart.\nIs your Dad a gamer? Does he like to play on consoles or maybe on the computer? New games are constantly coming out – save up and buy him something he has been eyeing – if you are feeling generous enough what about a new console?\nAlternatively, maybe get him some accessories that he wants but may not buy for himself.\nDoes your Dad love the outdoors? Try going to a Sportsman’s shop like Bass Pro or Cabela’s to find something special for him. Does he like to go camping? Maybe new camping gear then.\nDoes he like to hunt? Maybe some reflective apparel or camouflage. Don’t know what to get? A gift card always works. Be sure to include a note saying something like ‘Can’t wait to go camping with you. Let’s go get the perfect gear together.’\nDoes your Dad like to restore old cars? Maybe save up and get him a part for the car he is currently working on. On the other hand, you could scour the newspaper and internet for a good deal on a great fixer upper that you could work on together. Spending quality time together will mean so much to him – getting a gift that allows you to spend time together will warm his heart.\nDoes your Dad enjoy sports? Get him a membership to a local club. Buy him a new driver or some other equipment that he would enjoy. Get out there and get two sets of gear that way you can spend the time together. Take some time out of your day to enjoy your present with your Dad. The best present you can give him is your time.\nIs your Dad the type to do everything for everyone? Does he deserve a break of his own? Why not pay for your Dad to get a massage? It will give him a chance to relax and unwind while also working out the tension that has most likely built up shouldering and supporting everyone else. If he does not like massages then offer to take care of things around the house while he goes and relaxes with some of his friends.\nNo matter what gift you give your Dad this Father’s Day make sure it is from the heart. Do not forget to include yourself. Sometimes the best gift you can give is the opportunity to spend some quality time together doing an activity that you both love. This Father’s Day show your Dad how much you care and appreciate him. Don’t let him go without knowing how much he means to you and your family.", "id": "<urn:uuid:b2bb1d7d-bb37-4d3f-95e5-ec5668ead15e>", "dump": "CC-MAIN-2024-10", "url": "https://allthingssummer.com/fathers-day-gift-ideas/", "date": "2024-02-25T09:03:59", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9793081879615784, "token_count": 603 } }
<urn:uuid:b708d526-2800-4f83-af23-425bfd9af4d6>
<!DOCTYPE html> <html lang="en" itemscope itemtype="http://schema.org/WebPage"> <head> <meta charset="utf-8"> <!-- Site réalisé par E-magineurs This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2024 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/ --> <link rel="icon" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Images/logo_eusalp.ico" type="image/vnd.microsoft.icon"> <meta name="generator" content="TYPO3 CMS" /> <meta name="description" content="The 6th EUSALP Energy Conference was organized on 11 October 2022 in Bolzano/Bozen under the motto “Reliable, affordable and sustainable energy in the Alps”." /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" /> <meta name="twitter:card" content="summary" /> <link rel="stylesheet" href="/typo3temp/assets/css/7015c8c4ac5ff815b57530b221005fc6.css?1708525249" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_package/Resources/Public/Css/jquery.fancybox.min.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/solr/Resources/Public/StyleSheets/Frontend/suggest.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_package/Resources/Public/Css/bootstrap.css?1708525250" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Css/modules/slick.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Css/modules/picker.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Css/modules/picker.date.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Css/modules/select2.min.css?1708525208" media="all"> <link rel="stylesheet" href="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Css/css/page.css?1708525250" media="all"> <title>6th EUSALP Energy Conference, 11.10.2022, Bolzano/Bozen (I) - EUSALP</title> <script type="text/javascript" src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/tarteaucitron/tarteaucitron.js"></script> <script type="text/javascript"> var currentLanguage = document.documentElement.lang; window.tarteaucitronForceLanguage = currentLanguage; tarteaucitron.init({ "privacyUrl": "", /* Privacy policy url */ "bodyPosition": "bottom", /* or top to bring it as first element for accessibility */ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ "cookieName": "tarteaucitron", /* Cookie name */ "orientation": "bottom", /* Banner position (top - bottom) */ "groupServices": false, /* Group services by category */ "showDetailsOnClick": true, /* Click to expand the description */ "serviceDefaultState": "wait", /* Default state (true - wait - false) */ "showAlertSmall": false, /* Show the small banner on bottom right */ "cookieslist": true, /* Show the cookie list */ "closePopup": false, /* Show a close X on the banner */ "showIcon": false, /* Show cookie icon to manage cookies */ //"iconSrc": "", /* Optionnal: URL or base64 encoded image */ "iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */ "adblocker": false, /* Show a Warning if an adblocker is detected */ "DenyAllCta" : true, /* Show the deny all button */ "AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ "highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */ "handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ "removeCredit": true, /* Remove credit link */ "moreInfoLink": false, /* Show more info link */ "useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */ "useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */ //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */ "readmoreLink": "", /* Change the default readmore link */ "mandatory": true, /* Show a message about mandatory cookies */ "mandatoryCta": true, /* Show the disabled accept button when mandatory on */ //"customCloserId": "" /* Optional a11y: Custom element ID used to open the panel */ }); </script> <script type="text/javascript" src="/typo3conf/ext/e_package/Resources/Public/JavaScript/jquery.min.js"></script> <link rel="canonical" href="https://alpine-region.eu/action-groups-projects/6th-eusalp-energy-conference-11102022-bolzano/bozen-i"/> <!-- This site is optimized with the Yoast SEO for TYPO3 plugin - https://yoast.com/typo3-extensions-seo/ --> <script type="application/ld+json">[{"@context":"https:\/\/www.schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/alpine-region.eu\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/alpine-region.eu\/action-groups-projects","name":"Action Groups Projects"}},{"@type":"ListItem","position":3,"item":{"@id":"https:\/\/alpine-region.eu\/action-groups-projects\/6th-eusalp-energy-conference-11102022-bolzano\/bozen-i","name":"6th EUSALP Energy Conference, 11.10.2022, Bolzano\/Bozen (I)"}}]}]</script> </head> <body> <!-- Start template : Private/Layouts/Default.html --> <div id="screen"> <!-- Start template : Private/Partials/Header.html --> <ul id="a11y-menu"> <li><a href="#mainContent">Aller au contenu</a></li> <li><a href="#input-search-alone">Aller à la recherche</a></li> </ul> <div id="header"> <div class="menu-container flex-nowrap align-items-center justify-content-between"> <div class="d-flex flex-wrap align-items-center"> <header role="banner"> <a class="logo d-flex align-items-center justify-content-center" href="/"> <img src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Images/logo.png" alt="Accueil du site EUSALP"/> </a> </header> <div id="c23" class="frame frame-default frame-type-menu_principal frame-layout-0 "><nav role="navigation" aria-label="Menu Principal" class="navbar navbar-expand-xl menu-desktop"><button type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" title="Menu" class="navbar-toggle" ><span></span><span></span><span></span></button><div class="collapse navbar-collapse menu-open" id="main-menu" data-parent="#main-menu"><ul class="menu"><li class="niveau1 parent"><button type="button" aria-expanded="false" aria-controls="submenu-15" data-toggle="collapse" data-target="#submenu-15"> About </button><div class="wrap-sousmenu collapse" id="submenu-15" data-parent="#main-menu"><ul class="sous-menu container" aria-labelledby=""><li class="niveau2 "><a href="/about/presidency"> Presidency </a></li><li class="niveau2 "><a href="/about/territories"> Territories </a></li><li class="niveau2 "><a href="/about/strategy"> Strategy </a></li><li class="niveau2 "><a href="/about/past-and-future-presidencies"> Past and future presidencies </a></li><li class="niveau2 "><a href="/about/documents-and-resources"> Documents and resources </a></li></ul></div></li><li class="niveau1 parent"><button type="button" aria-expanded="false" aria-controls="submenu-16" data-toggle="collapse" data-target="#submenu-16"> Unique cooperation &amp; governance </button><div class="wrap-sousmenu collapse" id="submenu-16" data-parent="#main-menu"><ul class="sous-menu container" aria-labelledby=""><li class="niveau2 "><a href="/unique-cooperation-governance/cooperation-model"> Cooperation model </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/governing-bodies"> Governing bodies </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/advisory-bodies"> Implementation &amp; Advisory bodies </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/technical-secretariat"> Technical Support Structure </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/other-macro-regional-strategies"> Other macro-regional strategies </a></li></ul></div></li><li class="niveau1 "><a href="/topics-action-groups"> Topics &amp; Action Groups </a></li><li class="niveau1 "><a href="/alpine-youth"> Alpine Youth </a></li></ul></div></nav><nav role="navigation" aria-label="Menu Principal" class="navbar navbar-expand-xl menu-mobile"><a class="navbar-home d-flex flex-column align-items-center" href="/"><span><svg xmlns="http://www.w3.org/2000/svg" width="19.668" height="21.687" viewBox="0 0 19.668 21.687"><g id="Icon_feather-home" data-name="Icon feather-home" transform="translate(-3.75 -2.25)"><path id="Tracé_1523" data-name="Tracé 1523" d="M4.5,10.065,13.584,3l9.084,7.065v11.1a2.019,2.019,0,0,1-2.019,2.019H6.519A2.019,2.019,0,0,1,4.5,21.168Z" fill="none" stroke="#5f9c33" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path id="Tracé_1524" data-name="Tracé 1524" d="M13.5,28.093V18h6.056V28.093" transform="translate(-2.944 -4.907)" fill="none" stroke="#5f9c33" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></svg></span><span class="title">Home</span></a><div class="search-open d-flex flex-column align-items-center"><span><svg xmlns="http://www.w3.org/2000/svg" width="19.173" height="19.174" viewBox="0 0 19.173 19.174"><path id="loupe" d="M10.2,18.4a8.149,8.149,0,0,0,5.018-1.729l4.507,4.5,1.449-1.449-4.505-4.505A8.189,8.189,0,1,0,10.2,18.4Zm0-14.349A6.149,6.149,0,1,1,4.05,10.2,6.156,6.156,0,0,1,10.2,4.05Z" transform="translate(-2 -2)" fill="#1e1e20"/></svg></span><span class="title">Search</span></div><button type="button" data-toggle="collapse" data-target="#main-menu-mobile" aria-controls="main-menu-mobile" aria-expanded="false" title="Menu" class="navbar-toggle" ><span></span><span></span><span></span><span class="title">Menu</span></button><div class="collapse navbar-collapse menu-open" id="main-menu-mobile" data-parent="#main-menu-mobile"><ul class="menu"><li class="niveau1 parent"><button type="button" aria-expanded="false" aria-controls="submenu-mobile-15" data-toggle="collapse" data-target="#submenu-mobile-15"> About </button><div class="wrap-sousmenu collapse" id="submenu-mobile-15" data-parent="#main-menu-mobile"><ul class="sous-menu container" aria-labelledby=""><li class="niveau2 "><a href="/about/presidency"> Presidency </a></li><li class="niveau2 "><a href="/about/territories"> Territories </a></li><li class="niveau2 "><a href="/about/strategy"> Strategy </a></li><li class="niveau2 "><a href="/about/past-and-future-presidencies"> Past and future presidencies </a></li><li class="niveau2 "><a href="/about/documents-and-resources"> Documents and resources </a></li></ul></div></li><li class="niveau1 parent"><button type="button" aria-expanded="false" aria-controls="submenu-mobile-16" data-toggle="collapse" data-target="#submenu-mobile-16"> Unique cooperation &amp; governance </button><div class="wrap-sousmenu collapse" id="submenu-mobile-16" data-parent="#main-menu-mobile"><ul class="sous-menu container" aria-labelledby=""><li class="niveau2 "><a href="/unique-cooperation-governance/cooperation-model"> Cooperation model </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/governing-bodies"> Governing bodies </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/advisory-bodies"> Implementation &amp; Advisory bodies </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/technical-secretariat"> Technical Support Structure </a></li><li class="niveau2 "><a href="/unique-cooperation-governance/other-macro-regional-strategies"> Other macro-regional strategies </a></li></ul></div></li><li class="niveau1 "><a href="/topics-action-groups"> Topics &amp; Action Groups </a></li><li class="niveau1 "><a href="/alpine-youth"> Alpine Youth </a></li></ul></div></nav></div> </div> <div class="menu-shorcut"> <div id="c167" class="frame frame-default frame-type-menu_raccourcis frame-layout-0 "><ul class="shorcut-menu"><li><a href="/faq"> FAQ </a></li></ul></div> </div> </div> </div> <!-- End template : Private/Partials/Header.html --> <!-- Start template : Private/Partials/QuickAccess.html --> <div class="overlay"></div> <div class="search-container"> <div class="search-wrap"> <div id="c249" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="content-header"><h6 class="entete "> Suggestions </h6></div><div class="ce-textpic ce-center ce-above"><div class="ce-bodytext"><p><a href="/recherche?tx_solr%5Bq%5D=Economic+development">Economic development</a></p><p><a href="/recherche?tx_solr%5Bq%5D=mobility">Mobility</a></p><p><a href="/recherche?tx_solr%5Bq%5D=Energy+conference">Energy conference</a></p><p><a href="/recherche?tx_solr%5Bq%5D=Podcast">Podcast</a></p></div></div></div> <div id="c99" class="frame frame-default frame-type-list frame-layout-0 "><div class="tx_solr"><form method="get" id="tx-solr-search-form-pi-form" action="/recherche" data-suggest="/recherche/suggest" data-suggest-header="Top Results" accept-charset="utf-8"><div class="input-group"><input type="text" id="input-search-alone" class="tx-solr-q js-solr-q tx-solr-suggest" name="tx_solr[q]" value="" aria-label='Mot(s) clef(s)' placeholder="What are you looking for ?" /><div class="input-group-append"><button class="tx-solr-submit btn" type="submit" title="Rechercher sur le site"> Rechercher </button></div></div></form></div></div> </div> </div> <div class="quick-access-social"> <div class="alerte"> <div class="container-alerte d-flex flex-nowrap"> <div class="info flex-shrink-0 d-flex justify-content-center align-items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="19.894" height="19.894" viewBox="0 0 19.894 19.894"> <path d="M88.952-865.08h1.989v-5.968H88.952Zm.995-7.957a.962.962,0,0,0,.709-.286.962.962,0,0,0,.286-.709.962.962,0,0,0-.286-.709.962.962,0,0,0-.709-.286.962.962,0,0,0-.709.286.962.962,0,0,0-.286.709.962.962,0,0,0,.286.709A.962.962,0,0,0,89.947-873.037Zm0,12.931a9.684,9.684,0,0,1-3.879-.783,10.043,10.043,0,0,1-3.158-2.126,10.043,10.043,0,0,1-2.126-3.158A9.686,9.686,0,0,1,80-870.053a9.686,9.686,0,0,1,.783-3.879,10.044,10.044,0,0,1,2.126-3.158,10.042,10.042,0,0,1,3.158-2.126A9.687,9.687,0,0,1,89.947-880a9.686,9.686,0,0,1,3.879.783,10.043,10.043,0,0,1,3.158,2.126,10.043,10.043,0,0,1,2.126,3.158,9.686,9.686,0,0,1,.783,3.879,9.686,9.686,0,0,1-.783,3.879,10.042,10.042,0,0,1-2.126,3.158,10.043,10.043,0,0,1-3.158,2.126A9.684,9.684,0,0,1,89.947-860.106Z" transform="translate(-80 880)" fill="#fff"/> </svg> <button class="open-info" title="Ouvrir le bandeau d'alerte"> <svg xmlns="http://www.w3.org/2000/svg" width="19.894" height="19.894" viewBox="0 0 19.894 19.894"> <path d="M88.952-865.08h1.989v-5.968H88.952Zm.995-7.957a.962.962,0,0,0,.709-.286.962.962,0,0,0,.286-.709.962.962,0,0,0-.286-.709.962.962,0,0,0-.709-.286.962.962,0,0,0-.709.286.962.962,0,0,0-.286.709.962.962,0,0,0,.286.709A.962.962,0,0,0,89.947-873.037Zm0,12.931a9.684,9.684,0,0,1-3.879-.783,10.043,10.043,0,0,1-3.158-2.126,10.043,10.043,0,0,1-2.126-3.158A9.686,9.686,0,0,1,80-870.053a9.686,9.686,0,0,1,.783-3.879,10.044,10.044,0,0,1,2.126-3.158,10.042,10.042,0,0,1,3.158-2.126A9.687,9.687,0,0,1,89.947-880a9.686,9.686,0,0,1,3.879.783,10.043,10.043,0,0,1,3.158,2.126,10.043,10.043,0,0,1,2.126,3.158,9.686,9.686,0,0,1,.783,3.879,9.686,9.686,0,0,1-.783,3.879,10.042,10.042,0,0,1-2.126,3.158,10.043,10.043,0,0,1-3.158,2.126A9.684,9.684,0,0,1,89.947-860.106Z" transform="translate(-80 880)" fill="#fff"/> </svg> </button> </div> <div class="container-info d-flex flex-nowrap align-items-start"> <div class="desc"><p><strong>IMPORTANT :</strong>&nbsp;<em>Dear visitor, we are currently revamping the EUSALP web portal to enhance your experience. During this period, some pages will be unavailable or under revision. We apologize for any inconvenience this may cause and appreciate your patience. We thank you for your understanding and do please visit us again soon.&nbsp;</em></p></div> <button class="close-info d-none" title="Fermer le bandeau d'alerte"> <svg xmlns="http://www.w3.org/2000/svg" width="12.768" height="12.342" viewBox="0 0 12.768 12.342"> <g transform="translate(-1675.575 517.622) rotate(-45)"> <rect width="1.806" height="15.649" transform="translate(1550.223 820)" fill="#0d0c0c"/> <rect width="1.806" height="15.649" transform="translate(1543 828.426) rotate(-90)" fill="#0d0c0c"/> </g> </svg> </button> </div> </div> </div> <div id="c248" class="frame frame-default frame-type-menu_quickaccess frame-layout-0 "><ul class="list-item"><li class="search search-open"><img src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/Images/icon-search-white.svg" alt=""></li><li><a title="Facebook QUICKACCESS (nouvelle fenêtre)" target="_blank" href="https://www.facebook.com/Eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-facebook-white.svg" width="12" height="23" alt="" ></a></li><li><a title="Twitter QUICKACCESS (nouvelle fenêtre)" target="_blank" href="https://twitter.com/_Eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/x-twitter-blanc.svg" width="27" height="24" alt="" ></a></li><li><a title="Instagram QUICKACCESS (nouvelle fenêtre)" target="_blank" href="https://www.instagram.com/eusalp_youth/"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-instagram-white.svg" width="22" height="22" alt="" ></a></li><li><a title="LinkedIn QUICKACCESS (nouvelle fenêtre)" target="_blank" href="https://www.linkedin.com/company/66250014/"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-linkedin-white.svg" width="20" height="20" alt="" ></a></li><li><a title="YouTube QUICKACCESS (nouvelle fenêtre)" target="_blank" href="https://www.youtube.com/channel/UCnuSLXuXjsUQvboMQst26Mw"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-youtube-white.svg" width="26" height="19" alt="" ></a></li></ul></div> </div> <!-- End template : Private/Partials/QuickAccess.html --> <main id="mainContent" tabindex="-1" role="main"> <!--TYPO3SEARCH_begin--> <div class="breadcrumbs"> <div class="container"> <nav aria-label="fil d'Ariane" class="breadcrumb-container"> <ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Home</a></li><li class="breadcrumb-item"><a href="/action-groups-projects">Action Groups Projects</a></li><li class="breadcrumb-item active" title="6th EUSALP Energy Conference, 11.10.2022, Bolzano/Bozen (I) - page active">6th EUSALP Energy Conference, 11.10.2022, Bolzano/Bozen (I)</li></ol> </nav> </div> </div> <div class="container"> <div class="row"> <div class="col-10 mx-auto"> <div id="share"> <button class="btn" id="toggle-share" data-target="#socialShare" aria-expanded="false" aria-controls="socialShare"> <svg xmlns="http://www.w3.org/2000/svg" width="79.642" height="23" viewBox="0 0 79.642 23"> <g id="share" transform="translate(-1358.104 -1382.44)"> <text id="Share_" data-name="Share " transform="translate(1384.104 1399.44)" fill="#1e1e20" font-size="16" font-family="Poppins-Regular, Poppins"><tspan x="-25" y="0">Share </tspan></text> <path id="Icon_material-share" data-name="Icon material-share" d="M19.577,17.152a2.927,2.927,0,0,0-1.97.774L10.44,13.755a3.29,3.29,0,0,0,.09-.7,3.29,3.29,0,0,0-.09-.7l7.086-4.131a3.009,3.009,0,1,0-.965-2.2,3.29,3.29,0,0,0,.09.7L9.566,10.85a3.015,3.015,0,1,0,0,4.4l7.156,4.181a2.836,2.836,0,0,0-.08.653,2.935,2.935,0,1,0,2.935-2.935Z" transform="translate(1415.154 1380.929)" fill="#2d2875"/> </g> </svg> </button> <ul id="socialShare" class="wrapper-share" aria-hidden="true"> <li class="list-inline-item"> <button class="btn" id="social-print" onclick="javascript:window.print();"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#163D5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-printer"> <polyline points="6 9 6 2 18 2 18 9"></polyline> <path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path> <rect x="6" y="14" width="12" height="8"></rect> </svg> </button> </li> <li class="list-inline-item"> <button class="btn" id="social-mail" onclick="javascript:emailCurrentPage()"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#163D5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"> <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path> <polyline points="22,6 12,13 2,6"></polyline> </svg> </button> </li> <li class="list-inline-item"> <button class="btn btn-share" id="social-facebook" title="Partage Facebook (nouvel onglet)"> <span aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#163d5b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook"> <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path> </svg> </span> </button> </li> <li class="list-inline-item"> <button class="btn btn-share" id="social-twitter" title="Partage Twitter (nouvel onglet)"> <span aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="20.058" height="16.646" viewBox="0 0 20.058 16.646"> <path id="twitter-line" d="M15.35,5.55A2.9,2.9,0,0,0,12.45,8.4l-.028,1.575a.6.6,0,0,1-.611.589.591.591,0,0,1-.07-.005l-1.561-.213a11.706,11.706,0,0,1-5.91-2.8c-.6,3.31.569,5.6,3.383,7.372l1.747,1.1a.6.6,0,0,1,.035.992L7.843,18.169a10.3,10.3,0,0,0,2.592-.131c4.718-.941,7.855-4.492,7.855-10.348A3.021,3.021,0,0,0,15.35,5.55Zm-4.9,2.811a4.9,4.9,0,0,1,8.384-3.356A3.857,3.857,0,0,0,21.5,4.359,7.222,7.222,0,0,1,20.29,7.691c0,7.642-4.7,11.358-9.463,12.309-3.268.652-8.02-.419-9.381-1.841a11.535,11.535,0,0,0,5.144-1.549C5.21,15.7-.279,12.468,3.328,3.786a14.055,14.055,0,0,0,5.15,4.036A5.856,5.856,0,0,0,10.451,8.361Z" transform="translate(-1.445 -3.55)" fill="#163d5b"/> </svg> </span> </button> </li> <li class="list-inline-item"> <button class="btn btn-share" id="social-linkedin" title="Partage Linkedin (nouvel onglet)"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#163D5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin"> <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path> <rect x="2" y="9" width="4" height="12"></rect> <circle cx="4" cy="4" r="2"></circle> </svg> </button> </li> </ul> </div> <h1>6th EUSALP Energy Conference, 11.10.2022, Bolzano/Bozen (I)</h1> </div> <div class="col-10 mx-auto"> <div id="c327" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-center ce-above"><div class="ce-bodytext"><p class="text-center"><img alt data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="239" data-title-override="true" src="/fileadmin/_processed_/1/6/csm_eusalpenergyconferencesavethedate1920x640px_1_c583d5d316.jpg" style width="1020" height="340"></p><h2>Meeting topic:&nbsp;</h2><h3>The 6th EUSALP Energy Conference in a nutshell</h3><p>The 6th EUSALP Energy Conference was organized on 11 October 2022 in Bolzano/Bozen under the motto “Reliable, affordable and sustainable energy in the Alps”. The conference was co-organized by the Autonomous Provinces of Bolzano/Bozen and Trento and represents a main event of the Italian Presidency. To make the Alpine area a model region for energy efficiency and renewable energy is a focal point of the European Strategy for the Alpine Region (EUSALP). The topic of secure, sustainable and financially accessible energy supply has increasingly come into focus in connection with the energy crisis. This year's Eusalp Energy Conference was therefore organized under the topic of "Reliable, affordable and sustainable energy in the Alps".</p><p><strong>Giuliano Vettorato</strong>, Deputy Governor and Provincial Councilor for Energy of the autonomous Province of Bolzano, opened the conference by explaining that "the issues of energy scarcity and security of supply are at the top of the provincial policy agenda". The provincial government is planning measures on several levels. With the aim to "alleviate the effects of high energy prices in the short term, to relieve the economy and to counteract energy shortage". New incentives should drive an energy turnaround with investments in renewable energy sources. Trentino's Governor&nbsp;<strong>Mario Tonina</strong>, who as Provincial Councillor is also responsible for environmental issues, called for focusing on structural interventions to achieve the medium- and long-term EUSALP goals of decarbonisation.</p><p><strong>Wolfgang D'Innocenzo</strong>, Italian Ministry for Ecological Transition, gave an overview over the Italian energy policy and about the short-term measures planned within the framework of the reconstruction plan until 2026, for which 60 billion euros are available.&nbsp;<strong>Elena de Gregorio</strong>, EU Commission, DG Ener, reported on the European strategies to overcome energy shortage. She presented the EU strategy "REPowerEU", with which the European Commission - against the background of the Russian invasion of Ukraine - wants to make Europe independent from fossil fuels from Russia before 2030. The aim is to save energy, accelerate the energy transition and diversify Europe’s energy supply. Prof.&nbsp;<strong>Davide Tabarelli</strong>, Director Nomisma Energia, gave insights to which extend the raising energy prices actually push the roll-out of energy efficiency and renewable energies.</p><p>In the second half of the conference, the challenges of municipalities and enterprises in responding to the energy crisis were discussed.&nbsp;<strong>Mariadonata Bancher</strong>, Energy Agency South Tyrol-CasaClima, presented the outcomes of the energy dialogue “Energy Crisis: immediate measures in municipalities” that was organized with 40 municipalities and 60 participants the day before the conference.<strong>&nbsp;Sara Verones</strong>, APRIE Trento, and&nbsp;<strong>Alessandro Garofalo</strong>&nbsp;(Garofalo &amp; Idee Associate) presented the outcomes of the energy dialogue “Energy Crisis: structural responses for the manufacturing sector” organized on 10 October in Trento.&nbsp;<strong>Matteo Mazzolini</strong>, Director Energy Agency of Friuli Venezia Giulia, presented Renewable Energy Communities as a tool of local administrations to implement the energy transition.&nbsp;<strong>Bruno Oberhuber</strong>, Director Energy Agency Tyrol, showcased good practices of energy efficiency measures and the roll-out of renewable energies in municipalities in Tyrol.</p><p><strong>Ulrich Santa</strong>, General Director Energy Agency South Tyrol-CasaClima concluded the conference: "We cannot enforce the climate change from our comfort zone, but we will be forced to do so in an emergency situation." The 6th EUSALP Energy Conference was followed by the awarding of the first EUSALP Energy Awards.</p><p>&nbsp;</p><p><strong>Attachment :</strong></p><ul><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_bancher.pdf">ppt_bancher.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">1.23 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_de_gregorio.pdf">ppt_de_gregorio.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">1.12 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_garofalo.pdf">ppt_garofalo.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">7.11 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_mazzolini.pdf">ppt_mazzolini.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">1.14 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_oberhuber.pdf">ppt_oberhuber.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">5.47 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_perrotta.pdf">ppt_perrotta.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">1.01 MB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/ppt_tabarelli.pdf">ppt_tabarelli.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">376 KB)</span></p></a></li><li><a href="/fileadmin/user_upload/IMAGES_AND_DOCUMENTS/eusalp_energy_conference_final_programme.pdf">eusalp_energy_conference_final_programme.pdf<p class="info"><span class="extension">(pdf</span> - <span class="filesize">126 KB)</span></p></a></li></ul><p>&nbsp;</p></div></div></div> </div> </div> </div> <!--TYPO3SEARCH_end--> </main> <!-- Start template : Private/Partials/Footer.html --> <footer id="footer" role="contentinfo"> <div class="container"> <div class="row"> <div class="col-12"> <div id="c168" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-center ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-outer"><div class="ce-inner"><div class="ce-row"><div class="ce-column"><img class="image-embed-item" src="/fileadmin/user_upload/LOGOS/MRS/Logo_EUSALP_allonge.png" width="589" height="61" loading="lazy" alt="" /></div></div></div></div></div></div></div> <div id="c169" class="frame frame-default frame-type-menu_social frame-layout-0 "><div class="content-header"><h2 class="entete "> EUSALP </h2></div><ul class="d-flex flex-wrap align-items-center justify-content-center"><li class="mt-2 ml-3 mr-3 mb-3"><a title="Facebook EUSALP (nouvelle fenêtre)" target="_blank" href="https://www.facebook.com/Eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-facebook.svg" width="12" height="23" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="Twitter EUSALP (nouvelle fenêtre)" target="_blank" href="https://twitter.com/_Eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/x-twitter.svg" width="22" height="20" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="Instagram EUSALP (nouvelle fenêtre)" target="_blank" href="https://www.instagram.com/_eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-instagram.svg" width="22" height="22" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="LinkedIn EUSALP (nouvelle fenêtre)" target="_blank" href="https://www.linkedin.com/company/66250014/"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/logo-linkedin.svg" width="20" height="20" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="YouTube EUSALP (nouvelle fenêtre)" target="_blank" href="https://www.youtube.com/channel/UCnuSLXuXjsUQvboMQst26Mw"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/logo-youtube.svg" width="26" height="19" alt="" ></a></li></ul></div> <div id="c170" class="frame frame-default frame-type-menu_social frame-layout-0 "><div class="content-header"><h2 class="entete "> ALPINE YOUTH </h2></div><ul class="d-flex flex-wrap align-items-center justify-content-center"><li class="mt-2 ml-3 mr-3 mb-3"><a title="Facebook ALPINE YOUTH (nouvelle fenêtre)" target="_blank" href="https://www.facebook.com/Eusalp"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-facebook.svg" width="12" height="23" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="Twitter ALPINE YOUTH (nouvelle fenêtre)" target="_blank" href="https://twitter.com/pitch_eu"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/x-twitter.svg" width="22" height="20" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="Instagram ALPINE YOUTH (nouvelle fenêtre)" target="_blank" href="https://www.instagram.com/eusalp_youth/"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/icon-instagram.svg" width="22" height="22" alt="" ></a></li><li class="mt-2 ml-3 mr-3 mb-3"><a title="YouTube ALPINE YOUTH (nouvelle fenêtre)" target="_blank" href="https://www.youtube.com/channel/UCjzdQTSxWntryumOlfOSfbw"><img src="/fileadmin/user_upload/LOGOS/Icones_du_site/logo-youtube.svg" width="26" height="19" alt="" ></a></li></ul></div> <div id="c173" class="frame frame-default frame-type-container-3cols-33-33-33 frame-layout-0 "><div class="grid-container"><div class="row grid"><div class="col-md-4"><div id="c174" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-right ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-row"><div class="ce-column"><a href="https://www.eusbsr.eu/" title="eusbsr_logo_web.png" target="_blank" rel="noreferrer"><img class="image-embed-item" src="/fileadmin/user_upload/LOGOS/eusbsr_logo_web.png" width="82" height="58" loading="lazy" alt="" /></a></div></div></div></div></div></div><div class="col-md-4"><div id="c175" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-center ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-outer"><div class="ce-inner"><div class="ce-row"><div class="ce-column"><a href="https://danube-region.eu/" title="eusdr_general_logo_and_slogan_0.png" target="_blank" rel="noreferrer"><img class="image-embed-item" src="/fileadmin/user_upload/LOGOS/eusdr_general_logo_and_slogan_0.png" width="125" height="51" loading="lazy" alt="" /></a></div></div></div></div></div></div></div></div><div class="col-md-4"><div id="c176" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-left ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-row"><div class="ce-column"><a href="https://www.adriatic-ionian.eu/" title="eusair_logo_web.png" target="_blank" rel="noreferrer"><img class="image-embed-item" src="/fileadmin/user_upload/LOGOS/eusair_logo_web.png" width="98" height="70" loading="lazy" alt="" /></a></div></div></div></div></div></div></div></div></div> <div id="c302" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-center ce-above"><div class="ce-bodytext"><p><strong>Immeuble CONNEXIO</strong><br> 9 avenue Valery Giscard d’Estaing<br> CS61&nbsp;084 - 06203 NICE Cedex 03 &nbsp;&nbsp;<br> &nbsp;</p></div></div></div> <div id="c171" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-center ce-above"><div class="ce-gallery" data-ce-columns="1" data-ce-images="1"><div class="ce-outer"><div class="ce-inner"><div class="ce-row"><div class="ce-column"><img class="image-embed-item" src="/fileadmin/_processed_/3/c/csm_Alpine_space__logo_168796fadd.png" width="331" height="100" loading="lazy" alt="" /></div></div></div></div></div></div></div> </div> <div class="col-12"> <div id="c24" class="frame frame-default frame-type-menu_piedpage frame-layout-0 "><ul class="nav justify-content-center"><li class="nav-item"><a class="nav-link" href="/faq"> FAQ </a></li><li class="nav-item"><a class="nav-link" href="/cookie-policy"> Cookie policy </a></li><li class="nav-item"><a class="nav-link" href="/privacy-policy"> Privacy policy </a></li><li class="nav-item"><a class="nav-link" href="/sitemap"> Sitemap </a></li><li class="nav-item"><a class="nav-link" href="/legal-mentions"> Legal mentions </a></li><li class="nav-item"><button onclick="tarteaucitron.userInterface.openPanel();"> Cookies management panel (<span id="tarteaucitronCookiesNumber" onclick="tarteaucitron.userInterface.toggleCookiesList();"></span>) </button></li></ul></div> </div> </div> </div> <div class="background-footer d-flex justify-content-center"> <svg xmlns="http://www.w3.org/2000/svg" width="1620" height="17.903" viewBox="0 0 1620 17.903"> <g id="deco" transform="translate(0 -3727.097)"> <path d="M-18.126-.5H281.692L275.1,15.663-18.126,15.5Z" transform="translate(18.125 3727.6)" fill="#4ca7d6"/> <path d="M-24.088-1.84,279.042-.725V15.663L-31.037,14.326Z" transform="translate(323.694 3728.937)" fill="#0b61aa"/> <path d="M-31.037-2.725H220.754V13.663H-31.037Z" transform="translate(630.862 3730.937)" fill="#2c2777"/> <path d="M-31.037-2.725H207.439l7.967,16.388H-31.037Z" transform="translate(882.653 3730.937)" fill="#dbde59"/> <path d="M-94.053-2.725H240.31l15.4,16.388H-86.624Z" transform="translate(1183.316 3730.937)" fill="#9fc415"/> <path d="M-101.98-2.661l206.257-.064V12.6L-92.5,14.063Z" transform="translate(1515.723 3730.937)" fill="#5e9c31"/> </g> </svg> </div> </footer> <!-- End template : Private/Partials/Footer.html --> </div> <!-- Start template : Private/Partials/Accessibilite.html --> <div id="bloc-a11y--content" class="modal fade" aria-labelledby="label-a11y" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable"> <div class="modal-content"> <div class="modal-header"> <h2 class="modal-title" id="exampleModalLabel">Module d'accessibilité</h2> <button id="bloc-a11y--close" class="close" data-dismiss="modal" title="Fermer le module accessibilité" > <span aria-hidden="true">&times;</span> <span class="sr-only">Fermer</span> </button> </div> <div class="modal-body"> <div class="block-a11y--popin"> <div class="custom-control custom-switch"> <input type="checkbox" class="custom-control-input" id="dyslexia-adapted" title="Activer la police dyslexie"> <label class="custom-control-label" for="dyslexia-adapted">Police (dyslexie)</label> </div> </div> <div class="block-a11y--popin"> <div class="custom-control custom-switch"> <input type="checkbox" class="custom-control-input" id="contraste-adapted" title="Activer les contrastes renforcés"> <label class="custom-control-label" for="contraste-adapted">Contrastes renforcés</label> </div> </div> <div class="block-a11y--popin"> <div class="custom-control custom-switch"> <input type="checkbox" class="custom-control-input" id="lineheight-adapted" title="Activer l'interlignage"> <label class="custom-control-label" for="lineheight-adapted">Interlignage</label> </div> </div> </div> </div> </div> </div> <!-- End template : Private/Partials/Accessibilite.html --> <!-- End template : Private/Layouts/Default.html --> <script src="/typo3conf/ext/solr/Resources/Public/JavaScript/JQuery/jquery.autocomplete.min.js?1708525208"></script> <script src="/typo3conf/ext/solr/Resources/Public/JavaScript/suggest_controller.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/Powermail/Form.js?1708525208" type="module" defer="defer"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/Ias/callback.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/Ias/jquery-ias.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/Ias/Extension/Spinner.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/Ias/Extension/Trigger.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/jquery.fancybox.min.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/popper.min.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/jquery-ui.min.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/tether.min.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/bootstrap.min.js?1708525208"></script> <script src="/typo3conf/ext/e_package/Resources/Public/JavaScript/basePackage.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/lazysizes.min.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/slick-aria.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/pickadate/picker.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/pickadate/picker.date.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/select2.min.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/JavaScript/scripts.js?1708525208"></script> <script src="/typo3conf/ext/e_magineurs/eusalp/Resources/Public/accessibilite/accessibilite.js?1708525208"></script> <script src="/typo3temp/assets/js/7da1c41935fbf61c1fca6b97477d8675.js?1708525249"></script> <script type="text/javascript">var accesskey="3837";</script><script type="text/javascript" src="https://www.numanis.net/accessedition.js" charset="UTF-8"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "6th EUSALP Energy Conference, 11.10.2022, Bolzano/Bozen (I)\nThe 6th EUSALP Energy Conference in a nutshell\nThe 6th EUSALP Energy Conference was organized on 11 October 2022 in Bolzano/Bozen under the motto “Reliable, affordable and sustainable energy in the Alps”. The conference was co-organized by the Autonomous Provinces of Bolzano/Bozen and Trento and represents a main event of the Italian Presidency. To make the Alpine area a model region for energy efficiency and renewable energy is a focal point of the European Strategy for the Alpine Region (EUSALP). The topic of secure, sustainable and financially accessible energy supply has increasingly come into focus in connection with the energy crisis. This year's Eusalp Energy Conference was therefore organized under the topic of \"Reliable, affordable and sustainable energy in the Alps\".\nGiuliano Vettorato, Deputy Governor and Provincial Councilor for Energy of the autonomous Province of Bolzano, opened the conference by explaining that \"the issues of energy scarcity and security of supply are at the top of the provincial policy agenda\". The provincial government is planning measures on several levels. With the aim to \"alleviate the effects of high energy prices in the short term, to relieve the economy and to counteract energy shortage\". New incentives should drive an energy turnaround with investments in renewable energy sources. Trentino's Governor Mario Tonina, who as Provincial Councillor is also responsible for environmental issues, called for focusing on structural interventions to achieve the medium- and long-term EUSALP goals of decarbonisation.\nWolfgang D'Innocenzo, Italian Ministry for Ecological Transition, gave an overview over the Italian energy policy and about the short-term measures planned within the framework of the reconstruction plan until 2026, for which 60 billion euros are available. Elena de Gregorio, EU Commission, DG Ener, reported on the European strategies to overcome energy shortage. She presented the EU strategy \"REPowerEU\", with which the European Commission - against the background of the Russian invasion of Ukraine - wants to make Europe independent from fossil fuels from Russia before 2030. The aim is to save energy, accelerate the energy transition and diversify Europe’s energy supply. Prof. Davide Tabarelli, Director Nomisma Energia, gave insights to which extend the raising energy prices actually push the roll-out of energy efficiency and renewable energies.\nIn the second half of the conference, the challenges of municipalities and enterprises in responding to the energy crisis were discussed. Mariadonata Bancher, Energy Agency South Tyrol-CasaClima, presented the outcomes of the energy dialogue “Energy Crisis: immediate measures in municipalities” that was organized with 40 municipalities and 60 participants the day before the conference. Sara Verones, APRIE Trento, and Alessandro Garofalo (Garofalo & Idee Associate) presented the outcomes of the energy dialogue “Energy Crisis: structural responses for the manufacturing sector” organized on 10 October in Trento. Matteo Mazzolini, Director Energy Agency of Friuli Venezia Giulia, presented Renewable Energy Communities as a tool of local administrations to implement the energy transition. Bruno Oberhuber, Director Energy Agency Tyrol, showcased good practices of energy efficiency measures and the roll-out of renewable energies in municipalities in Tyrol.\nUlrich Santa, General Director Energy Agency South Tyrol-CasaClima concluded the conference: \"We cannot enforce the climate change from our comfort zone, but we will be forced to do so in an emergency situation.\" The 6th EUSALP Energy Conference was followed by the awarding of the first EUSALP Energy Awards.\n(pdf - 1.23 MB)\n(pdf - 1.12 MB)\n(pdf - 7.11 MB)\n(pdf - 1.14 MB)\n(pdf - 5.47 MB)\n(pdf - 1.01 MB)\n(pdf - 376 KB)\n(pdf - 126 KB)", "id": "<urn:uuid:b708d526-2800-4f83-af23-425bfd9af4d6>", "dump": "CC-MAIN-2024-10", "url": "https://alpine-region.eu/action-groups-projects/6th-eusalp-energy-conference-11102022-bolzano/bozen-i", "date": "2024-02-25T09:42:03", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8961512446403503, "token_count": 853 } }
<urn:uuid:98f7bae0-a505-40b9-ae37-509bd22777a8>
<!DOCTYPE html> <html lang="en-US"> <head> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8966808565143761" crossorigin="anonymous"></script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress &#8211; Medium-Firm Feel &#8211; Twin &#8211; A Luxury Bed &#8211; Silk Sheets Bedspreads Luxury Bedding</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="A Luxury Bed - Silk Sheets Bedspreads Luxury Bedding &raquo; Feed" href="https://aluxurybed.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="A Luxury Bed - Silk Sheets Bedspreads Luxury Bedding &raquo; Comments Feed" href="https://aluxurybed.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="A Luxury Bed - Silk Sheets Bedspreads Luxury Bedding &raquo; Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress &#8211; Medium-Firm Feel &#8211; Twin Comments Feed" href="https://aluxurybed.com/bed-mattress/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/aluxurybed.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://aluxurybed.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='easy-content-adder-css' href='https://aluxurybed.com/wp-content/plugins/easy-content-adder/public/css/easy-content-adder-public.css?ver=1.1.2' type='text/css' media='all' /> <link rel='stylesheet' id='traffic-goliath-pro-css' href='https://aluxurybed.com/wp-content/plugins/traffic-goliath-pro/public/css/traffic-goliath-pro-public.css?ver=2.2.3' type='text/css' media='all' /> <link rel='stylesheet' id='wptubespeed-textdomain-css' href='https://aluxurybed.com/wp-content/plugins/wptubespeed/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='envo-ecommerce-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed%3A300%2C500%2C700&#038;subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin-ext%2Cvietnamese' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://aluxurybed.com/wp-content/themes/envo-ecommerce/css/bootstrap.css?ver=3.3.7' type='text/css' media='all' /> <link rel='stylesheet' id='mmenu-light-css' href='https://aluxurybed.com/wp-content/themes/envo-ecommerce/css/mmenu-light.css?ver=1.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='envo-ecommerce-stylesheet-css' href='https://aluxurybed.com/wp-content/themes/envo-ecommerce/style.css?ver=1.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://aluxurybed.com/wp-content/themes/envo-ecommerce/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='asg/post.css-css' href='https://aluxurybed.com/wp-content/plugins/associate_goliath/template/post.css?ver=20220420192202' type='text/css' media='all' /> <script type="text/javascript" src="https://aluxurybed.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/easy-content-adder/public/js/easy-content-adder-public.js?ver=1.1.2" id="easy-content-adder-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/traffic-goliath-pro/public/js/traffic-goliath-pro-public.js?ver=2.2.3" id="traffic-goliath-pro-js"></script> <link rel="https://api.w.org/" href="https://aluxurybed.com/wp-json/" /><link rel="alternate" type="application/json" href="https://aluxurybed.com/wp-json/wp/v2/posts/4092" /><link rel="canonical" href="https://aluxurybed.com/bed-mattress/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/" /> <link rel='shortlink' href='https://aluxurybed.com/?p=4092' /> <link rel="alternate" type="application/json+oembed" href="https://aluxurybed.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faluxurybed.com%2Fbed-mattress%2Flinenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://aluxurybed.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faluxurybed.com%2Fbed-mattress%2Flinenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin%2F&#038;format=xml" /> <meta property="og:image" content="https://m.media-amazon.com/images/I/51kPjlQyGtL._SL500_.jpg"> <meta property="og:image:secure_url" content="https://m.media-amazon.com/images/I/51kPjlQyGtL._SL500_.jpg"> <meta property="og:image:width" content="500"> <meta property="og:image:height" content="500"> <meta name="keywords" content="Linenspa, LS08TTMFSP, White"><link rel="pingback" href="https://aluxurybed.com/xmlrpc.php"> <link rel="icon" href="https://aluxurybed.com/wp-content/uploads/2020/01/favicon.ico" sizes="32x32" /> <link rel="icon" href="https://aluxurybed.com/wp-content/uploads/2020/01/favicon.ico" sizes="192x192" /> <link rel="apple-touch-icon" href="https://aluxurybed.com/wp-content/uploads/2020/01/favicon.ico" /> <meta name="msapplication-TileImage" content="https://aluxurybed.com/wp-content/uploads/2020/01/favicon.ico" /> </head> <body id="blog" class="post-template-default single single-post postid-4092 single-format-standard"> <div class="page-wrap"> <div class="site-header container-fluid"> <div class="container" > <div class="heading-row row" > <div class="site-heading col-md-6 col-xs-12" > <div class="site-branding-logo"> </div> <div class="site-branding-text"> <p class="site-title"><a href="https://aluxurybed.com/" rel="home">A Luxury Bed &#8211; Silk Sheets Bedspreads Luxury Bedding</a></p> <p class="site-description"> Satin Sheets Shabby Chic Bedding Cynthia Rowley Bedding Egyptian Cotton Sheets Bamboo Sheets Bed Spreads Luxury Daybed Bedding Flannel Sheets Bed Sets </p> </div><!-- .site-branding-text --> </div> <div class="search-heading col-md-6 col-xs-12"> </div> </div> </div> </div> <div class="main-menu"> <nav id="site-navigation" class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <span class="navbar-brand brand-absolute visible-xs">Menu</span> <div id="main-menu-panel" class="open-panel" data-panel="main-menu-panel"> <span></span> <span></span> <span></span> </div> </div> <div id="my-menu" class="menu-container"><ul id="menu-pages" class="nav navbar-nav navbar-center"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-103 nav-item"><a title="Luxury Bed Best Sellers" href="https://aluxurybed.com/luxury-bed-best-sellers/" class="nav-link">Luxury Bed Best Sellers</a></li> </ul></div> </div> </nav> </div> <div class="container main-container" role="main"> <div class="page-area"> <!-- start content container --> <!-- start content container --> <div class="row"> <article class="col-md-8"> <div class="post-4092 post type-post status-publish format-standard has-post-thumbnail hentry category-bed-mattress tag-linenspa tag-ls08ttmfsp tag-white"> <div class="news-thumb "> <img width="500" height="500" src="https://aluxurybed.com/wp-content/uploads/2023/01/51kPjlQyGtL._SL500_.jpg" class="attachment-envo-ecommerce-single size-envo-ecommerce-single wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://aluxurybed.com/wp-content/uploads/2023/01/51kPjlQyGtL._SL500_.jpg 500w, https://aluxurybed.com/wp-content/uploads/2023/01/51kPjlQyGtL._SL500_-300x300.jpg 300w, https://aluxurybed.com/wp-content/uploads/2023/01/51kPjlQyGtL._SL500_-150x150.jpg 150w" sizes="(max-width: 500px) 100vw, 500px" /> </div><!-- .news-thumb --> <div class="single-head"> <h1 class="single-title">Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress &#8211; Medium-Firm Feel &#8211; Twin</h1> <span class="posted-date"> December 6, 2023 </span> <span class="comments-meta"> <a href="https://aluxurybed.com/bed-mattress/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/#comments" rel="nofollow" title="Comment on Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress &#8211; Medium-Firm Feel &#8211; Twin"> 0 </a> <i class="fa fa-comments-o"></i> </span> <span class="author-meta"> <span class="author-meta-by">By</span> <a href="https://aluxurybed.com/author/luxurybedding/"> A Luxury Bed </a> </span> </div> <div class="single-content"> <div class="single-entry-summary"> <div class="asg-vid-playlist"> <div class="asg-vid-container"> <iframe class="asg-vid-iframe" src="//www.youtube.com/embed/eAYF1L9PQMs?rel=0&#038;showinfo=0&#038;autohide=1" frameborder="0"> </iframe> </div> <div class="asg-vid-list-container"> <ul class="asg-vid-list"> <li class="asg-vid-item" data-src="//www.youtube.com/embed/eAYF1L9PQMs?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/eAYF1L9PQMs/default.jpg"></div> <div class="asg-desc" title="Linenspa Hybrid Mattress Review (UPDATED) - Most Affordable Mattress??" > <a href="https://aluxurybed.com/tag/linenspa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linenspa">Linenspa</a> Hybrid Mattress Review (UPDATED) &#8211; Most Affordable Mattress?? </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/qQnc-Swe-b0?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/qQnc-Swe-b0/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid Mattress - Review 2022" > <a href="https://aluxurybed.com/tag/linenspa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linenspa">Linenspa</a> 8 Inch Memory Foam and Innerspring Hybrid Mattress &#8211; Review 2022 </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/6lnQpY0AiGk?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/6lnQpY0AiGk/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid Medium-Firm Mattress-Twin Mattress" > Linenspa 8 Inch Memory Foam and Innerspring Hybrid Medium-Firm Mattress-Twin Mattress </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/gm6E-JsguX4?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/gm6E-JsguX4/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid Review" > Linenspa 8 Inch Memory Foam and Innerspring Hybrid Review </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/RATVoo332Io?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/RATVoo332Io/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam &amp;amp; Innerspring Hybrid Mattress 2020 Review" > Linenspa 8 Inch Memory Foam &amp;amp; Innerspring Hybrid Mattress 2020 Review </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/WmiTZX3PYKk?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/WmiTZX3PYKk/default.jpg"></div> <div class="asg-desc" title="Linenspa Mattress Reviews (Which Linenspa Bed Is Best?)" > Linenspa Mattress Reviews (Which Linenspa Bed Is Best?) </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/DrGZa6cEAcI?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/DrGZa6cEAcI/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid Mattress" > Linenspa 8 Inch Memory Foam and Innerspring Hybrid Mattress </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/k__iR95Lb1Q?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/k__iR95Lb1Q/default.jpg"></div> <div class="asg-desc" title="8 Inch Memory Foam and Innerspring Hybrid Mattress - Medium-Firm Feel - Twin" > 8 Inch Memory Foam and Innerspring Hybrid Mattress &#8211; Medium-Firm Feel &#8211; Twin </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/agiApOcJhcI?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/agiApOcJhcI/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid Medium Firm Mattress Review 2022" > Linenspa 8 Inch Memory Foam and Innerspring Hybrid Medium Firm Mattress Review 2022 </div> </li> <li class="asg-vid-item" data-src="//www.youtube.com/embed/OU_ILBusjBE?rel=0&#038;showinfo=0&#038;autohide=1&#038;autoplay=1" > <div class="asg-thumb"><img decoding="async" src="https://i.ytimg.com/vi/OU_ILBusjBE/default.jpg"></div> <div class="asg-desc" title="Linenspa 8 Inch Memory Foam &amp;amp; Innerspring Hybrid Medium-Firm Mattress Review 2022" > Linenspa 8 Inch Memory Foam &amp;amp; Innerspring Hybrid Medium-Firm Mattress Review 2022 </div> </li> </ul> </div> <div class="asg-arrows"> <div class="asg-arrow asg-arrow-left">&laquo;</div> <div class="asg-arrow asg-arrow-right">&raquo;</div> </div> </div> <div class="asg_candy asg_candy_align-left asg_candy_position-top"> <a href="https://aluxurybed.com/View-on-Amazon/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/view" class="asg_candy_link" target="_blank" rel="nofollow" > <img decoding="async" class="asg_product_image" src="https://m.media-amazon.com/images/I/51kPjlQyGtL._SL160_.jpg" alt="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" width="160" height="160" /> </a> </p> <div class="asg_candy_buttons"> <a href="https://aluxurybed.com/View-on-Amazon/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/view" class="asg_candy_button asg_candy_link" target="_blank" rel="nofollow" style="height: 27px" > <span> <img decoding="async" class="asg_candy_button-image asg_candy_button-view_button" src="https://aluxurybed.com/wp-content/plugins/associate_goliath/template/images/amazon-button.png" width="160" height="27" alt="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" /> <span class="asg_candy_text" style="font-size: 14px; top: -22px">View on Amazon</span> </span> </a> <a href="https://aluxurybed.com/View-on-Amazon/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/add-to-cart" class="asg_candy_button asg_candy_link" target="_blank" rel="nofollow" style="height: 27px" > <span> <img loading="lazy" decoding="async" class="asg_candy_button-image asg_candy_button-product_button" src="https://aluxurybed.com/wp-content/plugins/associate_goliath/template/images/amazon-button.png" width="160" height="27" alt="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" /> <span class="asg_candy_text" style="font-size: 14px; top: -22px">Add to cart</span> </span> </a> </div> </p> </div> <div class="asg_price_container"> <span>Amazon Price:</span> <span class="asg_price_value">$129.99</span> <span class="asg_price_notice">(as of December 27, 2023 7:50 am &#8211; <span id="asg_price_timestamp_detail-1" class="asg_price_timestamp_detail" data-id="1" > <span class="asg_price_timestamp_detail-label">Details</span>). <span class="asg_price_timestamp_detail-text"> Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on the Amazon site at the time of purchase will apply to the purchase of this product. </span> </span> </span> </div> <ul> <li> <strong>Brand: </strong> Linenspa</li> <li> <strong>Maker: </strong> Linenspa</li> </ul> <h3>Functions</h3> <ul> <li> 8 inch hybrid mattress combine hypallergenic memory foam with the traditional assistance of an innerspring bed mattress for a medium-firm feel perfect for kids spaces, guest beds, or an economical low-profile option</li> <li> A plush layer of memory foam assists align the spinal column to lessen pressure points for increased convenience</li> <li> Finished with a comfortable knit cover, this mattress is compressed as a bed in a box for convenient shipment and setup</li> <li> Available in a medium firm 8 inch profile, a medium 10 inch profile, or a luxurious 12 inch profile that also includes gel infusions and separately framed coils</li> <li> Packaging process may leave small brown flecks called carbons in the bed mattress packaging; These carbons are harmless pieces of plastic and will not stick to your mattress; 10 year limited guarantee</li> </ul> <h3>Manufacturer Info</h3> <ul> <li> <strong>PartNumber: </strong> <a href="https://aluxurybed.com/tag/ls08ttmfsp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LS08TTMFSP">LS08TTMFSP</a></li> <li> <strong>Design: </strong> <a href="https://aluxurybed.com/tag/ls08ttmfsp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LS08TTMFSP">LS08TTMFSP</a></li> <li> <strong>Guarantee: </strong> 10-year maker&#8217;s warranty.</li> </ul> <h3>Product Info</h3> <ul> <li> <strong>Color: </strong> <a href="https://aluxurybed.com/tag/white/" class="st_tag internal_tag" rel="tag" title="Posts tagged with White">White</a></li> <li> <strong>Size: </strong> Twin</li> <li> <strong>NumberOfItems: </strong> 1</li> </ul> <div class="asg_clearfix"></div> <div class="asg_candy asg_candy_position-bottom"> <div class="asg_candy_buttons"> <a href="https://aluxurybed.com/View-on-Amazon/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/view" class="asg_candy_button asg_candy_link" target="_blank" rel="nofollow" style="height: 27px" > <span> <img decoding="async" class="asg_candy_button-image asg_candy_button-view_button" src="https://aluxurybed.com/wp-content/plugins/associate_goliath/template/images/amazon-button.png" width="160" height="27" alt="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" /> <span class="asg_candy_text" style="font-size: 14px; top: -22px">View on Amazon</span> </span> </a> <a href="https://aluxurybed.com/View-on-Amazon/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/add-to-cart" class="asg_candy_button asg_candy_link" target="_blank" rel="nofollow" style="height: 27px" > <span> <img loading="lazy" decoding="async" class="asg_candy_button-image asg_candy_button-product_button" src="https://aluxurybed.com/wp-content/plugins/associate_goliath/template/images/amazon-button.png" width="160" height="27" alt="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" title="Linenspa 8 Inch Memory Foam and Innerspring Hybrid-Mattress - Medium-Firm Feel - Twin" /> <span class="asg_candy_text" style="font-size: 14px; top: -22px">Add to cart</span> </span> </a> </div> </p> </div> <div class="asg_clearfix"></div> <p><img decoding="async" src=""></p> <p><script src="https://api.tablelabs.com/t/cw9tgoqr.js" defer></script></p> </div><!-- .single-entry-summary --> <div class="entry-footer"><div class="cat-links"><span class="space-right">Category</span><a href="https://aluxurybed.com/category/bed-mattress/">Bed Mattress</a></div><div class="tags-links"><span class="space-right">Tags</span><a href="https://aluxurybed.com/tag/linenspa/">Linenspa</a> <a href="https://aluxurybed.com/tag/ls08ttmfsp/">LS08TTMFSP</a> <a href="https://aluxurybed.com/tag/white/">White</a></div></div> </div> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://aluxurybed.com/luxury-beds/king-size-sheet-set-6-piece-set-hotel-luxury-bed-sheets-extra-soft-deep-pockets-easy-fit-breathable-cooling-sheets-wrinkle-free-comfy-white-bed-sheets-kings-sheets-6-pc/" rel="prev"><span class="screen-reader-text">Previous Post</span><span aria-hidden="true" class="nav-subtitle">Previous</span> <span class="nav-title"><span class="nav-title-icon-wrapper"><i class="fa fa-angle-double-left" aria-hidden="true"></i></span>King Size Sheet Set &#8211; 6 Piece Set &#8211; Hotel Luxury Bed Sheets &#8211; Extra Soft &#8211; Deep Pockets &#8211; Easy Fit &#8211; Breathable &amp; Cooling Sheets &#8211; Wrinkle Free &#8211; Comfy &#8211; White Bed Sheets &#8211; Kings Sheets &#8211; 6 PC</span></a></div><div class="nav-next"><a href="https://aluxurybed.com/bed-sets/lbro2m-bed-sheet-set-queen-size-16-inches-deep-pocket-1800-thread-count-100-microfiber-sheetbedding-super-soft-hypoallergenic-breathableresistant-fade-wrinkle-cool-warm4-piecedark-grey/" rel="next"><span class="screen-reader-text">Next Post</span><span aria-hidden="true" class="nav-subtitle">Next</span> <span class="nav-title">LBRO2M Bed Sheet Set Queen Size 16 Inches Deep Pocket 1800 Thread Count 100% Microfiber Sheet,Bedding Super Soft Hypoallergenic Breathable,Resistant Fade Wrinkle Cool Warm,4 Piece(Dark Grey)<span class="nav-title-icon-wrapper"><i class="fa fa-angle-double-right" aria-hidden="true"></i></span></span></a></div></div> </nav> <div class="single-footer"> <div id="comments" class="comments-template"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/bed-mattress/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://aluxurybed.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required="required" /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="text" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required="required" /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="text" value="" size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='4092' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="cd280f3b5d" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="214"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div><!-- #respond --> </div> </div> </div> </article> <aside id="sidebar" class="col-md-4"> <div id="custom_html-2" class="widget_text widget widget_custom_html"><div class="widget-title"><h3>A Luxury Bed Best Sellers</h3></div><div class="textwidget custom-html-widget"><script src="https://api.tablelabs.com/t/d0ryp5kh.js" defer></script></div></div><div id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://aluxurybed.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></div><div id="categories-2" class="widget widget_categories"><div class="widget-title"><h3>Categories</h3></div> <ul> <li class="cat-item cat-item-1"><a href="https://aluxurybed.com/category/bamboo-sheets/">Bamboo Sheets</a> (33) </li> <li class="cat-item cat-item-2"><a href="https://aluxurybed.com/category/bed-covers/">Bed Covers</a> (49) </li> <li class="cat-item cat-item-3"><a href="https://aluxurybed.com/category/bed-linen/">Bed Linen</a> (36) </li> <li class="cat-item cat-item-4"><a href="https://aluxurybed.com/category/bed-mattress/">Bed Mattress</a> (46) </li> <li class="cat-item cat-item-5"><a href="https://aluxurybed.com/category/bed-sets/">Bed Sets</a> (49) </li> <li class="cat-item cat-item-6"><a href="https://aluxurybed.com/category/bedding-collection/">Bedding Collection</a> (24) </li> <li class="cat-item cat-item-7"><a href="https://aluxurybed.com/category/bedspreads/">Bedspreads</a> (36) </li> <li class="cat-item cat-item-8"><a href="https://aluxurybed.com/category/black-and-white-bedding/">Black And White Bedding</a> (16) </li> <li class="cat-item cat-item-9"><a href="https://aluxurybed.com/category/bohemian-bedding/">Bohemian Bedding</a> (25) </li> <li class="cat-item cat-item-1018"><a href="https://aluxurybed.com/category/cynthia-rowley-bedding/">Cynthia Rowley Bedding</a> (4) </li> <li class="cat-item cat-item-1020"><a href="https://aluxurybed.com/category/daybed-bedding/">Daybed Bedding</a> (13) </li> <li class="cat-item cat-item-10"><a href="https://aluxurybed.com/category/duvet-sets/">Duvet Sets</a> (25) </li> <li class="cat-item cat-item-11"><a href="https://aluxurybed.com/category/egyptian-cotton-sheets/">Egyptian Cotton Sheets</a> (24) </li> <li class="cat-item cat-item-12"><a href="https://aluxurybed.com/category/flannel-sheets/">Flannel Sheets</a> (13) </li> <li class="cat-item cat-item-13"><a href="https://aluxurybed.com/category/king-comforter-sets/">King Comforter Sets</a> (35) </li> <li class="cat-item cat-item-14"><a href="https://aluxurybed.com/category/luxury-beds/">Luxury Beds</a> (64) </li> <li class="cat-item cat-item-15"><a href="https://aluxurybed.com/category/microfiber-sheets/">Microfiber Sheets</a> (34) </li> <li class="cat-item cat-item-16"><a href="https://aluxurybed.com/category/paisley-bedding/">Paisley Bedding</a> (21) </li> <li class="cat-item cat-item-17"><a href="https://aluxurybed.com/category/pillow-cases/">Pillow Cases</a> (31) </li> <li class="cat-item cat-item-18"><a href="https://aluxurybed.com/category/satin-sheets/">Satin Sheets</a> (20) </li> <li class="cat-item cat-item-1019"><a href="https://aluxurybed.com/category/shabby-chic-bedding/">Shabby Chic Bedding</a> (11) </li> <li class="cat-item cat-item-19"><a href="https://aluxurybed.com/category/silk-sheets/">Silk Sheets</a> (24) </li> </ul> </div> <div id="recent-posts-2" class="widget widget_recent_entries"> <div class="widget-title"><h3>Recent Posts</h3></div> <ul> <li> <a href="https://aluxurybed.com/bed-mattress/classic-brands-cool-gel-ventilated-memory-foam-12-inch-mattress-certipur-us-certified-bed-in-a-box-twin/">Classic Brands Cool Gel Ventilated Memory Foam 12-Inch Mattress | CertiPUR-US Certified | Bed-in-a-Box, Twin</a> </li> <li> <a href="https://aluxurybed.com/bamboo-sheets/shilucheng-bamboo-6-piece-queen-size-bed-sheets-set-1800-thread-count-16-inch-deep-pockets-cool-eco-friendly-soft-and-comforterble-wrinkle-fade-and-hypoallergenic-queendark-grey/">Shilucheng Bamboo 6-Piece Queen Size Bed Sheets Set 1800 Thread Count 16 Inch Deep Pockets Cool Eco Friendly Soft and Comforterble Wrinkle Fade and Hypoallergenic (Queen,Dark Grey)</a> </li> <li> <a href="https://aluxurybed.com/shabby-chic-bedding/fadfay-farmhouse-shabby-pink-floral-chic-bedding-set-rose-floral-bedskirt-set-100-cotton-exquisite-craft-hypoallergenic-4-piece-king-size/">FADFAY Farmhouse Shabby Pink Floral Chic Bedding Set Rose Floral Bedskirt Set 100% Cotton Exquisite Craft Hypoallergenic 4-Piece King Size</a> </li> <li> <a href="https://aluxurybed.com/paisley-bedding/fadfay-4-piece-pink-paisley-bed-sheet-set-luxury-bedding-sets-designer-bedding-collections-800-thread-count-100-egyptian-cotton-deep-pocket-queen/">FADFAY 4 Piece Pink Paisley Bed Sheet Set Luxury Bedding Sets Designer Bedding Collections 800 Thread Count 100% Egyptian Cotton Deep Pocket Queen</a> </li> <li> <a href="https://aluxurybed.com/bamboo-sheets/dty-bedding-luxuriously-soft-100-organic-bamboo-4-piece-sheet-set-oeko-tex-certified-queen-white/">DTY Bedding Luxuriously Soft 100% Organic Bamboo 4-Piece Sheet Set, Oeko-TEX Certified &#8211; Queen, White</a> </li> <li> <a href="https://aluxurybed.com/paisley-bedding/dh-5-piece-120-x-118-oversized-blue-brown-king-bedspread-to-the-floor-set-extra-long-jacquard-paisley-bedding-xtra-wide-drops-over-edge-frame-drapes-down-sides-hangs-over-bed-polyester-2/">DH 5 Piece 120 x 118 Oversized Blue Brown King Bedspread To The Floor Set, Extra Long Jacquard Paisley Bedding Xtra Wide Drops Over Edge Frame, Drapes Down Sides Hangs Over Bed, Polyester</a> </li> <li> <a href="https://aluxurybed.com/bed-mattress/linon-home-dcor-luxor-memory-foam-folding-bed-mattress-cot-beige/">Linon Home Dcor Luxor Memory Foam Folding Bed Mattress, Cot, Beige</a> </li> <li> <a href="https://aluxurybed.com/luxury-beds/1500-supreme-collection-extra-soft-king-sheets-set-berry-luxury-bed-sheets-set-with-deep-pocket-wrinkle-free-hypoallergenic-bedding-over-40-colors-king-size-berry/">1500 Supreme Collection Extra Soft King Sheets Set, Berry &#8211; Luxury Bed Sheets Set with Deep Pocket Wrinkle Free Hypoallergenic Bedding, Over 40 Colors, King Size, Berry</a> </li> <li> <a href="https://aluxurybed.com/duvet-sets/bedsure-duvet-cover-queen-zipper-closure-90x90-inch-ultra-soft-brushed-microfiber-grey-duvet-cover-full-3-piece-set-bedding-comforter-cover-with-corner-ties-and-2-pillow-shams-easy-care/">Bedsure Duvet Cover Queen Zipper Closure (90&#215;90 Inch) Ultra Soft Brushed Microfiber Grey Duvet Cover Full 3-Piece Set Bedding Comforter Cover with Corner Ties and 2 Pillow Shams Easy Care</a> </li> <li> <a href="https://aluxurybed.com/black-and-white-bedding/bacati-dots-pin-stripes-black-white-4-pc-toddler-bedding-set/">Bacati &#8211; Dots/pin Stripes Black/White 4 Pc Toddler Bedding Set</a> </li> </ul> </div><div id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://aluxurybed.com/internet-links/">Internet Links</a></div></div> </aside> </div> <!-- end content container --> <!-- end content container --> </div><!-- end main-container --> </div><!-- end page-area --> <div id="content-footer-section" class="container-fluid clearfix"> <div class="container"> <div id="text-2" class="widget widget_text col-md-3"> <div class="textwidget"><p><a href="https://aluxurybed.com">A Luxury Bed</a> – Silk Sheets Bedspreads Luxury Bedding Satin Sheets Shabby Chic Bedding Cynthia Rowley Bedding Egyptian Cotton Sheets Bamboo Sheets Bed Spreads Luxury Daybed Bedding Flannel Sheets Bed Sets</p> </div> </div><div id="text-5" class="widget widget_text col-md-3"> <div class="textwidget"><div id="credit" class="col-right">ALuxuryBed.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. Certain content that appears on this site comes from Amazon Services LLC. This content is provided &#8216;as is&#8217; and is subject to change or removal at any time.</div> </div> </div> </div> </div> <footer id="colophon" class="footer-credits container-fluid"> <div class="container"> <div class="footer-credits-text text-center"> Proudly powered by <a href="https://wordpress.org/">WordPress</a> <span class="sep"> | </span> Theme: <a href="https://envothemes.com/free-envo-ecommerce/">Envo eCommerce</a> </div> </div> </footer> </div><!-- end page-wrap --> <div id="wp-easy-translate"></div> <script> (function(){ window.wpEasyTranslate = { language: "en", languages: [{"label":"Afrikaans","flag":"za","name":"Afrikaans","code":"af"},{"label":"Albanian","flag":"al","name":"Shqip","code":"sq"},{"label":"Amharic","flag":"et","name":"\u12a0\u121b\u122d\u129b","code":"am"},{"label":"Arabic","flag":"_Arab_League","name":"\u0627\u0644\u0639\u0631\u0628\u064a\u0629","code":"ar"},{"label":"Armenian","flag":"am","name":"\u0540\u0561\u0575\u0565\u0580\u0565\u0576","code":"hy"},{"label":"Azerbaijani","flag":"az","name":"Az\u0259rbaycan","code":"az"},{"label":"Basque","flag":"es","name":"Euskara","code":"eu"},{"label":"Belarusian","flag":"by","name":"\u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f","code":"be"},{"label":"Bengali","flag":"bd","name":"\u09ac\u09be\u0982\u09b2\u09be","code":"bn"},{"label":"Bosnian","flag":"ba","name":"Bosanski","code":"bs"},{"label":"Bulgarian","flag":"bg","name":"\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438","code":"bg"},{"label":"Catalan","flag":"_Catalan","name":"Catal\u00e0","code":"ca"},{"label":"Cebuano","flag":"ph","name":"Sinugbuanong Binisay\u00e2","code":"ceb"},{"label":"Chichewa","flag":"zw","name":"Chichewa","code":"ny"},{"label":"Chinese (Simplified)","flag":"cn","name":"\u4e2d\u6587","code":"zh-CN"},{"label":"Chinese (Traditional)","flag":"cn","name":"\u4e2d\u6587","code":"zh-TW"},{"label":"Corsican","flag":"fr","name":"Corsu","code":"co"},{"label":"Croatian","flag":"hr","name":"Hrvatski","code":"hr"},{"label":"Czech","flag":"cz","name":"\u010ce\u0161tina","code":"cs"},{"label":"Danish","flag":"dk","name":"Dansk","code":"da"},{"label":"Dutch","flag":"nl","name":"Nederlands","code":"nl"},{"label":"English","flag":"_Half_USA_Half_GB","name":"English","code":"en"},{"label":"Estonian","flag":"ee","name":"Eesti","code":"et"},{"label":"Filipino","flag":"ph","name":"Filipino","code":"tl"},{"label":"Finnish","flag":"fi","name":"Suomi","code":"fi"},{"label":"French","flag":"fr","name":"Fran\u00e7ais","code":"fr"},{"label":"Frisian","flag":"nl","name":"West-Frysk","code":"fy"},{"label":"Galician","flag":"es","name":"Galego","code":"gl"},{"label":"Georgian","flag":"ge","name":"\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8","code":"ka"},{"label":"German","flag":"de","name":"Deutsch","code":"de"},{"label":"Greek","flag":"gr","name":"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac","code":"el"},{"label":"Gujarati","flag":"in","name":"\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0","code":"gu"},{"label":"Haitian Creole","flag":"ht","name":"Krey\u00f2l Ayisyen","code":"ht"},{"label":"Hausa","flag":"ng","name":"Hausa","code":"ha"},{"label":"Hawaiian","flag":"us","name":"\u02bb\u014clelo Hawai\u02bbI","code":"haw"},{"label":"Hindi","flag":"in","name":"\u0939\u093f\u0928\u094d\u0926\u0940","code":"hi"},{"label":"Hmong","flag":"cn","name":"Hmong","code":"hmn"},{"label":"Hungarian","flag":"hu","name":"Magyar","code":"hu"},{"label":"Icelandic","flag":"is","name":"\u00cdslenska","code":"is"},{"label":"Igbo","flag":"ng","name":"Igbo","code":"ig"},{"label":"Indonesian","flag":"id","name":"Indonesia","code":"id"},{"label":"Irish","flag":"ie","name":"Gaeilge","code":"ga"},{"label":"Italian","flag":"it","name":"Italiano","code":"it"},{"label":"Japanese","flag":"jp","name":"\u65e5\u672c\u8a9e","code":"ja"},{"label":"Javanese","flag":"id","name":"Jawa","code":"jw"},{"label":"Kannada","flag":"in","name":"\u0c95\u0ca8\u0ccd\u0ca8\u0ca1","code":"kn"},{"label":"Kazakh","flag":"kz","name":"\u049a\u0430\u0437\u0430\u049b \u0422\u0456\u043b\u0456","code":"kk"},{"label":"Khmer","flag":"kh","name":"\u1781\u17d2\u1798\u17c2\u179a","code":"km"},{"label":"Korean","flag":"kr","name":"\ud55c\uad6d\uc5b4","code":"ko"},{"label":"Kurdish (Kurmanji)","flag":"_Kurdistan","name":"Kurmanji","code":"ku"},{"label":"Kyrgyz","flag":"kg","name":"\u041a\u044b\u0440\u0433\u044b\u0437\u0447\u0430","code":"ky"},{"label":"Lao","flag":"la","name":"\u0ea5\u0eb2\u0ea7","code":"lo"},{"label":"Latvian","flag":"lv","name":"Latvie\u0161u","code":"lv"},{"label":"Lithuanian","flag":"lt","name":"Lietuvi\u0173","code":"lt"},{"label":"Luxembourgish","flag":"lu","name":"L\u00ebtzebuergesch","code":"lb"},{"label":"Macedonian","flag":"mk","name":"\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438","code":"mk"},{"label":"Malagasy","flag":"mg","name":"Malagasy","code":"mg"},{"label":"Malay","flag":"my","name":"Bahasa Melayu","code":"ms"},{"label":"Malayalam","flag":"in","name":"\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02","code":"ml"},{"label":"Maltese","flag":"mt","name":"Malti","code":"mt"},{"label":"Maori","flag":"nz","name":"Maori","code":"mi"},{"label":"Marathi","flag":"in","name":"\u092e\u0930\u093e\u0920\u0940","code":"mr"},{"label":"Mongolian","flag":"mn","name":"\u041c\u043e\u043d\u0433\u043e\u043b","code":"mn"},{"label":"Myanmar (Burmese)","flag":"mm","name":"\u1019\u103c\u1014\u103a\u1019\u102c","code":"my"},{"label":"Nepali","flag":"np","name":"\u0928\u0947\u092a\u093e\u0932\u0940","code":"ne"},{"label":"Norwegian","flag":"no","name":"Norsk Bokm\u00e5l","code":"no"},{"label":"Pashto","flag":"af","name":"\u067e\u069a\u062a\u0648","code":"ps"},{"label":"Persian","flag":"ir","name":"\u0641\u0627\u0631\u0633\u06cc","code":"fa"},{"label":"Polish","flag":"pl","name":"Polski","code":"pl"},{"label":"Portuguese","flag":"pt","name":"Portugu\u00eas","code":"pt"},{"label":"Punjabi","flag":"in","name":"\u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40","code":"pa"},{"label":"Romanian","flag":"ro","name":"Rom\u00e2n\u0103","code":"ro"},{"label":"Russian","flag":"ru","name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439","code":"ru"},{"label":"Samoan","flag":"ws","name":"Samoan","code":"sm"},{"label":"Scots Gaelic","flag":"_Scotland","name":"G\u00e0idhlig","code":"gd"},{"label":"Serbian","flag":"rs","name":"\u0421\u0440\u043f\u0441\u043a\u0438","code":"sr"},{"label":"Sesotho","flag":"ls","name":"Sesotho","code":"st"},{"label":"Shona","flag":"zw","name":"Chishona","code":"sn"},{"label":"Sindhi","flag":"pk","name":"\u0633\u0646\u068c\u064a","code":"sd"},{"label":"Sinhala","flag":"lk","name":"\u0dc3\u0dd2\u0d82\u0dc4\u0dbd","code":"si"},{"label":"Slovak","flag":"sk","name":"Sloven\u010dina","code":"sk"},{"label":"Slovenian","flag":"si","name":"Sloven\u0161\u010dina","code":"sl"},{"label":"Somali","flag":"so","name":"Soomaali","code":"so"},{"label":"Spanish","flag":"es","name":"Espa\u00f1ol","code":"es"},{"label":"Sundanese","flag":"sd","name":"Sundanese","code":"su"},{"label":"Swahili","flag":"ke","name":"Kiswahili","code":"sw"},{"label":"Swedish","flag":"se","name":"Svenska","code":"sv"},{"label":"Tajik","flag":"tj","name":"\u0422\u043e\u04b7\u0438\u043a\u04e3","code":"tg"},{"label":"Tamil","flag":"in","name":"\u0ba4\u0bae\u0bbf\u0bb4\u0bcd","code":"ta"},{"label":"Telugu","flag":"in","name":"\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41","code":"te"},{"label":"Thai","flag":"th","name":"\u0e44\u0e17\u0e22","code":"th"},{"label":"Turkish","flag":"tr","name":"T\u00fcrk\u00e7e","code":"tr"},{"label":"Ukrainian","flag":"ua","name":"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430","code":"uk"},{"label":"Urdu","flag":"pk","name":"\u0627\u0631\u062f\u0648","code":"ur"},{"label":"Uzbek","flag":"uz","name":"O\u2018Zbek","code":"uz"},{"label":"Vietnamese","flag":"vn","name":"Ti\u1ebfng Vi\u1ec7t","code":"vi"},{"label":"Welsh","flag":"_Wales","name":"Cymraeg","code":"cy"},{"label":"Xhosa","flag":"za","name":"Xhosa","code":"xh"},{"label":"Yiddish","flag":"il","name":"\u05d9\u05d9\u05b4\u05d3\u05d9\u05e9","code":"yi"},{"label":"Yoruba","flag":"ng","name":"\u00c8d\u00e8 Yor\u00f9b\u00e1","code":"yo"},{"label":"Zulu","flag":"za","name":"Isizulu","code":"zu"}] } })(); </script> <link rel="stylesheet" href="https://aluxurybed.com/wp-content/plugins/wp-easy-translate/assets/dist/main.css?v=1.0.4" /> <script src="https://aluxurybed.com/wp-content/plugins/wp-easy-translate/assets/dist/main.js?v=1.0.4"></script> <style> .wp-easy-translate-popup-button { background: #ffffff; color: #000000; } .wp-easy-translate-wrapper { left: 20px; top: 20px; } </style><script> (function() { function cleanup_address_bar() { try { var url = location.href .replace(/&wphyperspeed=[0-9]+/, '') .replace(/\?wphyperspeed=[0-9]+&/, '?') .replace(/\?wphyperspeed=[0-9]+/, ''); window.history.replaceState('object', document.title, url); } catch (e) { } } function get_cookie(r) { function value(e) { 0 === e.indexOf('"') && (e = e.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, "\\")); try { return e = decodeURIComponent(e.replace(/\+/g, " ")), e } catch (e) { } } var p = r ? void 0 : {}, s = document.cookie ? document.cookie.split("; ") : []; for (var m = 0; m < s.length; m++) { var v = s[m].split("="), k = decodeURIComponent(v.shift()), l = v.join("="); if (r && r === k) { p = value(l); break } r || void 0 === (l = value(l)) || (p[k] = l) } return p } function is_woocommerce(){ return !!document.querySelector('meta[name="generator"][content~="WooCommerce"]'); } function is_woocommerce_protected(link){ //don't cache cart related stuff if (!!link.pathname.match(/\/(cart|checkout|my-account)/)) { return true; } //don't cache add-to-cart links return !!link.search.match(/add-to-cart/); } function is_headless(){ try { var user_agent = navigator.userAgent; if (!!user_agent.match(/Google Page Speed Insights/)){ return true; } if (!!user_agent.match(/Linux x86_64/)){ return true; } }catch(e){} return false; } function is_file_link(link){ try{ var parts = link.pathname.split('/').pop().split('.'); if( parts.length > 1){ var extension = parts[parts.length-1].toLowerCase(); var allowed = ['php', 'php5', 'php4', 'html', 'htm']; if(extension.length > 0 && allowed.indexOf(extension) == -1){ return true; } } }catch (e){} return false; } function is_anchor_link(link) { try{ return link.getAttribute('href').startsWith('#'); }catch(e){ return false; } } function is_permitted_host(link){ return is_permitted_host.hosts.indexOf(link.host) >= 0; } is_permitted_host.hosts = ["aluxurybed.com"]; function is_error(link){ return is_error.cache.indexOf(get_prefetch_url(link)) >= 0; } is_error.cache = []; try{ is_error.cache = JSON.parse(sessionStorage.getItem('wphyperspeed_error')) || []; }catch(e){} function add_error(url){ try{ is_error.cache.push(url); sessionStorage.setItem('wphyperspeed_error', JSON.stringify(is_error.cache)); }catch(e){} } function is_prefetchable(link){ if(link.getAttribute('href') == null){ return false; } if(is_file_link(link) || is_anchor_link(link) || is_error(link)){ return false; } if(is_woocommerce() && is_woocommerce_protected(link)){ return false; } var ignored_path_prefixes = []; for(var i in ignored_path_prefixes){ var ignored_path_prefix = ignored_path_prefixes[i]; if(link.pathname.startsWith(ignored_path_prefix)){ return } } return is_permitted_host(link); } function get_cache_version(){ return get_cookie('wphyperspeed'); } function get_prefetch_url(link){ var copy = link.cloneNode(false); //remove any old hyperspeed query var search = copy.search.replace(/wphyperspeed=[0-9]+&?/, ''); //add our 'new' query... search += (search.length > 1 ? '&' : '') + 'wphyperspeed=' + get_cache_version(); copy.search = search; return copy.href.split('#')[0]; } function update_progress(){ try{ NProgress.set( (prefetch.loaded + prefetch.errored) / prefetch.cache.length); }catch(e) {} } function onload(e){ prefetch.loaded++; update_progress(); e.target.parentNode.removeChild(e.target); } function onerror(e){ add_error(e.target.href); prefetch.errored++; update_progress(); e.target.parentNode.removeChild(e.target); } function click(e){ var link = e.target.closest('a'); if(!is_prefetchable(link)){ return; } var search = link.search.replace(/wphyperspeed=[0-9]+&?/, ''); search += (search.length > 1 ? '&' : '') + 'wphyperspeed=' + get_cache_version(); link.search = search; } function prefetch(link){ link.addEventListener('click', click); link.setAttribute('hyperspeed-configured', 'true'); var url = get_prefetch_url(link); if (prefetch.cache.indexOf(url) > -1) { return; } prefetch.cache.push(url); var temp = document.createElement('link'); temp.rel = 'prefetch'; temp.href = url; temp.addEventListener('error', onerror); temp.addEventListener('load', onload); document.head.appendChild(temp); } prefetch.cache = []; prefetch.loaded = 0; prefetch.errored = 0; function refresh_cookie(){ if(!get_cookie('wphyperspeed_refresh')){ if(!refresh_cookie.element) { refresh_cookie.element = document.createElement('img'); refresh_cookie.element.style.display = 'none'; refresh_cookie.element.style.position = 'fixed'; refresh_cookie.element.style.width = '0'; refresh_cookie.element.style.height = '0'; document.body.appendChild(refresh_cookie.element); refresh_cookie.element.addEventListener('load', function(){ if(!!get_cookie('wphyperspeed')) { wphyperspeed.start(); } }) } var temp = document.createElement('a'); temp.href = window.location; var random = Math.floor((Math.random() * 100000000000) + 1); temp.search = 'wphyperspeed=refresh' + '?r=' + random; refresh_cookie.element.src = temp.href; } } refresh_cookie.element = false; function wphyperspeed(){ var cookie = get_cookie('wphyperspeed'); if(!cookie){ return; } if(cookie == 'disable'){ return; } var links = document.querySelectorAll('a:not([hyperspeed-configured])'); for(var i = 0; i < links.length; i++){ var link = links[i]; if(is_prefetchable(link)) { prefetch(link); }else{ link.setAttribute('hyperspeed-configured', 'false'); } } } wphyperspeed.running = false; wphyperspeed.start = function(){ if(!wphyperspeed.running) { wphyperspeed(); wphyperspeed.interval = setInterval(wphyperspeed, 2000); wphyperspeed.running = true; } }; wphyperspeed.stop = function(){ if(wphyperspeed.running) { clearInterval(wphyperspeed.interval); } wphyperspeed.running = false; }; function init(){ if(is_headless()){ return; } if(!!get_cookie('wphyperspeed_cleanup_address_bar')){ cleanup_address_bar(); } setTimeout(refresh_cookie, 60*1000); if(!!get_cookie('wphyperspeed')) { wphyperspeed.start(); }else{ refresh_cookie(); } } init.enabled = false; init(); })(); </script><script> /* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress * @license MIT */ !function(n,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():n.NProgress=e()}(this,function(){function n(n,e,t){return n<e?e:n>t?t:n}function e(n){return 100*(-1+n)}function t(n,t,r){var i;return i="translate3d"===c.positionUsing?{transform:"translate3d("+e(n)+"%,0,0)"}:"translate"===c.positionUsing?{transform:"translate("+e(n)+"%,0)"}:{"margin-left":e(n)+"%"},i.transition="all "+t+"ms "+r,i}function r(n,e){return("string"==typeof n?n:s(n)).indexOf(" "+e+" ")>=0}function i(n,e){var t=s(n),i=t+e;r(t,e)||(n.className=i.substring(1))}function o(n,e){var t,i=s(n);r(n,e)&&(t=i.replace(" "+e+" "," "),n.className=t.substring(1,t.length-1))}function s(n){return(" "+(n&&n.className||"")+" ").replace(/\s+/gi," ")}function a(n){n&&n.parentNode&&n.parentNode.removeChild(n)}var u={};u.version="0.2.0";var c=u.settings={minimum:.08,easing:"linear",positionUsing:"",speed:200,trickle:!0,trickleSpeed:200,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};u.configure=function(n){var e,t;for(e in n)void 0!==(t=n[e])&&n.hasOwnProperty(e)&&(c[e]=t);return this},u.status=null,u.set=function(e){var r=u.isStarted();e=n(e,c.minimum,1),u.status=1===e?null:e;var i=u.render(!r),o=i.querySelector(c.barSelector),s=c.speed,a=c.easing;return i.offsetWidth,l(function(n){""===c.positionUsing&&(c.positionUsing=u.getPositioningCSS()),f(o,t(e,s,a)),1===e?(f(i,{transition:"none",opacity:1}),i.offsetWidth,setTimeout(function(){f(i,{transition:"all "+s+"ms linear",opacity:0}),setTimeout(function(){u.remove(),n()},s)},s)):setTimeout(n,s)}),this},u.isStarted=function(){return"number"==typeof u.status},u.start=function(){u.status||u.set(0);var n=function(){setTimeout(function(){u.status&&(u.trickle(),n())},c.trickleSpeed)};return c.trickle&&n(),this},u.done=function(n){return n||u.status?u.inc(.3+.5*Math.random()).set(1):this},u.inc=function(e){var t=u.status;return t?t>1?void 0:("number"!=typeof e&&(e=t>=0&&t<.2?.1:t>=.2&&t<.5?.04:t>=.5&&t<.8?.02:t>=.8&&t<.99?.005:0),t=n(t+e,0,.994),u.set(t)):u.start()},u.trickle=function(){return u.inc()},function(){var n=0,e=0;u.promise=function(t){return t&&"resolved"!==t.state()?(0===e&&u.start(),n++,e++,t.always(function(){0===--e?(n=0,u.done()):u.set((n-e)/n)}),this):this}}(),u.render=function(n){if(u.isRendered())return document.getElementById("nprogress");i(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=c.template;var r,o=t.querySelector(c.barSelector),s=n?"-100":e(u.status||0),l=document.querySelector(c.parent);return f(o,{transition:"all 0 linear",transform:"translate3d("+s+"%,0,0)"}),c.showSpinner||(r=t.querySelector(c.spinnerSelector))&&a(r),l!=document.body&&i(l,"nprogress-custom-parent"),l.appendChild(t),t},u.remove=function(){o(document.documentElement,"nprogress-busy"),o(document.querySelector(c.parent),"nprogress-custom-parent");var n=document.getElementById("nprogress");n&&a(n)},u.isRendered=function(){return!!document.getElementById("nprogress")},u.getPositioningCSS=function(){var n=document.body.style,e="WebkitTransform"in n?"Webkit":"MozTransform"in n?"Moz":"msTransform"in n?"ms":"OTransform"in n?"O":"";return e+"Perspective"in n?"translate3d":e+"Transform"in n?"translate":"margin"};var l=function(){function n(){var t=e.shift();t&&t(n)}var e=[];return function(t){e.push(t),1==e.length&&n()}}(),f=function(){function n(n){return n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(n,e){return e.toUpperCase()})}function e(n){var e=document.body.style;if(n in e)return n;for(var t,r=i.length,o=n.charAt(0).toUpperCase()+n.slice(1);r--;)if((t=i[r]+o)in e)return t;return n}function t(t){return t=n(t),o[t]||(o[t]=e(t))}function r(n,e,r){e=t(e),n.style[e]=r}var i=["Webkit","O","Moz","ms"],o={};return function(n,e){var t,i,o=arguments;if(2==o.length)for(t in e)void 0!==(i=e[t])&&e.hasOwnProperty(t)&&r(n,t,i);else r(n,o[1],o[2])}}();return u}); </script> <style> /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #29d; position: fixed; z-index: 100000000000000000000000000000; top: 0; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ #nprogress .spinner { display: block; position: fixed; z-index: 100000000000000000000000000000; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style><script type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/AffiliateEdgePlugin/assets//js/script.js?ver=6.4.3" id="wpkbi_js-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/associate_goliath/js/post.js?ver=05.26.15" id="asg/post.js-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/wptubespeed/script.js?ver=6.4.3" id="wptubespeed-textdomain-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/themes/envo-ecommerce/js/bootstrap.min.js?ver=3.3.7" id="bootstrap-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/themes/envo-ecommerce/js/customscript.js?ver=1.1.0" id="envo-ecommerce-theme-js-js"></script> <script type="text/javascript" src="https://aluxurybed.com/wp-content/themes/envo-ecommerce/js/mmenu-light.min.js?ver=1.1.0" id="mmenu-js"></script> <script defer type="text/javascript" src="https://aluxurybed.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705673683" id="akismet-frontend-js"></script> </body> </html> <!-- Page cached by LiteSpeed Cache 6.1 on 2024-02-25 06:52:28 -->
fineweb
{ "fineweb_metadata": { "text": "Amazon Price:$129.99(as of December 27, 2023 7:50 am – Details). Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on the Amazon site at the time of purchase will apply to the purchase of this product.\n8 inch hybrid mattress combine hypallergenic memory foam with the traditional assistance of an innerspring bed mattress for a medium-firm feel perfect for kids spaces, guest beds, or an economical low-profile option\nA plush layer of memory foam assists align the spinal column to lessen pressure points for increased convenience\nFinished with a comfortable knit cover, this mattress is compressed as a bed in a box for convenient shipment and setup\nAvailable in a medium firm 8 inch profile, a medium 10 inch profile, or a luxurious 12 inch profile that also includes gel infusions and separately framed coils\nPackaging process may leave small brown flecks called carbons in the bed mattress packaging; These carbons are harmless pieces of plastic and will not stick to your mattress; 10 year limited guarantee\nA Luxury Bed – Silk Sheets Bedspreads Luxury Bedding Satin Sheets Shabby Chic Bedding Cynthia Rowley Bedding Egyptian Cotton Sheets Bamboo Sheets Bed Spreads Luxury Daybed Bedding Flannel Sheets Bed Sets\nALuxuryBed.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. Certain content that appears on this site comes from Amazon Services LLC. This content is provided ‘as is’ and is subject to change or removal at any time.", "id": "<urn:uuid:98f7bae0-a505-40b9-ae37-509bd22777a8>", "dump": "CC-MAIN-2024-10", "url": "https://aluxurybed.com/bed-mattress/linenspa-8-inch-memory-foam-and-innerspring-hybrid-mattress-medium-firm-feel-twin/", "date": "2024-02-25T09:05:59", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8910428881645203, "token_count": 358 } }
<urn:uuid:c1772854-7fd5-4378-bfb2-45f4a52162f7>
<!DOCTYPE html> <html class='v2' dir='ltr' lang='en-GB'> <head> <link href='https://www.blogger.com/static/v1/widgets/3566091532-css_bundle_v2.css' rel='stylesheet' type='text/css'/> <meta content='width=1100' name='viewport'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='https://alwayssmiling24.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='https://alwayssmiling24.blogspot.com/2015/02/' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="Always smiling - Atom" href="https://alwayssmiling24.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="Always smiling - RSS" href="https://alwayssmiling24.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="Always smiling - Atom" href="https://www.blogger.com/feeds/1993625127076778295/posts/default" /> <!--Can't find substitution for tag [blog.ieCssRetrofitLinks]--> <meta content='https://alwayssmiling24.blogspot.com/2015/02/' property='og:url'/> <meta content='Always smiling' property='og:title'/> <meta content='My Life, Family and things good and bad!!' property='og:description'/> <title>Always smiling: February 2015</title> <style id='page-skin-1' type='text/css'><!-- /* ----------------------------------------------- Blogger Template Style Name: Ethereal Designer: Jason Morrow URL: jasonmorrow.etsy.com ----------------------------------------------- */ /* Content ----------------------------------------------- */ body { font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #666666; background: #3d85c6 none repeat-x scroll top left; } html body .content-outer { min-width: 0; max-width: 100%; width: 100%; } a:link { text-decoration: none; color: #3d74a5; } a:visited { text-decoration: none; color: #4d469c; } a:hover { text-decoration: underline; color: #3d74a5; } .main-inner { padding-top: 15px; } .body-fauxcolumn-outer { background: transparent url(//themes.googleusercontent.com/image?id=0BwVBOzw_-hbMMDZjM2Q4YjctMTY2OC00ZGU2LWJjZDYtODVjOGRiOThlMGQ3) repeat-x scroll top center; } .content-fauxcolumns .fauxcolumn-inner { background: #d4e1ff url(https://resources.blogblog.com/blogblog/data/1kt/ethereal/white-fade.png) repeat-x scroll top left; border-left: 1px solid #bbbbff; border-right: 1px solid #bbbbff; } /* Flexible Background ----------------------------------------------- */ .content-fauxcolumn-outer .fauxborder-left { width: 100%; padding-left: 0; margin-left: -0; background-color: transparent; background-image: none; background-repeat: no-repeat; background-position: left top; } .content-fauxcolumn-outer .fauxborder-right { margin-right: -0; width: 0; background-color: transparent; background-image: none; background-repeat: no-repeat; background-position: right top; } /* Columns ----------------------------------------------- */ .content-inner { padding: 0; } /* Header ----------------------------------------------- */ .header-inner { padding: 27px 0 3px; } .header-inner .section { margin: 0 35px; } .Header h1 { font: normal normal 60px Times, 'Times New Roman', FreeSerif, serif; color: #3d74a5; } .Header h1 a { color: #3d74a5; } .Header .description { font-size: 115%; color: #666666; } .header-inner .Header .titlewrapper, .header-inner .Header .descriptionwrapper { padding-left: 0; padding-right: 0; margin-bottom: 0; } /* Tabs ----------------------------------------------- */ .tabs-outer { position: relative; background: transparent; } .tabs-cap-top, .tabs-cap-bottom { position: absolute; width: 100%; } .tabs-cap-bottom { bottom: 0; } .tabs-inner { padding: 0; } .tabs-inner .section { margin: 0 35px; } *+html body .tabs-inner .widget li { padding: 1px; } .PageList { border-bottom: 1px solid #c2d8fa; } .tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover { position: relative; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -goog-ms-border-top-left-radius: 5px; -goog-ms-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; background: #4eabff none ; color: #ffffff; } .tabs-inner .widget li a { display: inline-block; margin: 0; margin-right: 1px; padding: .65em 1.5em; font: normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif; color: #666666; background-color: #c2d8fa; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -goog-ms-border-top-left-radius: 5px; -goog-ms-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } /* Headings ----------------------------------------------- */ h2 { font: normal bold 12px Verdana, Geneva, sans-serif; color: #666666; } /* Widgets ----------------------------------------------- */ .main-inner .column-left-inner { padding: 0 0 0 20px; } .main-inner .column-left-inner .section { margin-right: 0; } .main-inner .column-right-inner { padding: 0 20px 0 0; } .main-inner .column-right-inner .section { margin-left: 0; } .main-inner .section { padding: 0; } .main-inner .widget { padding: 0 0 15px; margin: 20px 0; border-bottom: 1px solid #dbdbdb; } .main-inner .widget h2 { margin: 0; padding: .6em 0 .5em; } .footer-inner .widget h2 { padding: 0 0 .4em; } .main-inner .widget h2 + div, .footer-inner .widget h2 + div { padding-top: 15px; } .main-inner .widget .widget-content { margin: 0; padding: 15px 0 0; } .main-inner .widget ul, .main-inner .widget #ArchiveList ul.flat { margin: -15px -15px -15px; padding: 0; list-style: none; } .main-inner .sidebar .widget h2 { border-bottom: 1px solid #dbdbdb; } .main-inner .widget #ArchiveList { margin: -15px 0 0; } .main-inner .widget ul li, .main-inner .widget #ArchiveList ul.flat li { padding: .5em 15px; text-indent: 0; } .main-inner .widget #ArchiveList ul li { padding-top: .25em; padding-bottom: .25em; } .main-inner .widget ul li:first-child, .main-inner .widget #ArchiveList ul.flat li:first-child { border-top: none; } .main-inner .widget ul li:last-child, .main-inner .widget #ArchiveList ul.flat li:last-child { border-bottom: none; } .main-inner .widget .post-body ul { padding: 0 2.5em; margin: .5em 0; list-style: disc; } .main-inner .widget .post-body ul li { padding: 0.25em 0; margin-bottom: .25em; color: #666666; border: none; } .footer-inner .widget ul { padding: 0; list-style: none; } .widget .zippy { color: #666666; } /* Posts ----------------------------------------------- */ .main.section { margin: 0 20px; } body .main-inner .Blog { padding: 0; background-color: transparent; border: none; } .main-inner .widget h2.date-header { border-bottom: 1px solid #dbdbdb; } .date-outer { position: relative; margin: 15px 0 20px; } .date-outer:first-child { margin-top: 0; } .date-posts { clear: both; } .post-outer, .inline-ad { border-bottom: 1px solid #dbdbdb; padding: 30px 0; } .post-outer { padding-bottom: 10px; } .post-outer:first-child { padding-top: 0; border-top: none; } .post-outer:last-child, .inline-ad:last-child { border-bottom: none; } .post-body img { padding: 8px; } h3.post-title, h4 { font: normal normal 24px Times, Times New Roman, serif; color: #3d85c6; } h3.post-title a { font: normal normal 24px Times, Times New Roman, serif; color: #3d85c6; text-decoration: none; } h3.post-title a:hover { color: #3d74a5; text-decoration: underline; } .post-header { margin: 0 0 1.5em; } .post-body { line-height: 1.4; } .post-footer { margin: 1.5em 0 0; } #blog-pager { padding: 15px; } .blog-feeds, .post-feeds { margin: 1em 0; text-align: center; } .post-outer .comments { margin-top: 2em; } /* Comments ----------------------------------------------- */ .comments .comments-content .icon.blog-author { background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==); } .comments .comments-content .loadmore a { background: #d4e1ff url(https://resources.blogblog.com/blogblog/data/1kt/ethereal/white-fade.png) repeat-x scroll top left; } .comments .comments-content .loadmore a { border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; } .comments .comment-thread.inline-thread { background: #d4e1ff url(https://resources.blogblog.com/blogblog/data/1kt/ethereal/white-fade.png) repeat-x scroll top left; } .comments .continue { border-top: 2px solid #dbdbdb; } /* Footer ----------------------------------------------- */ .footer-inner { padding: 30px 0; overflow: hidden; } /* Mobile ----------------------------------------------- */ body.mobile { background-size: auto } .mobile .body-fauxcolumn-outer { background: ; } .mobile .content-fauxcolumns .fauxcolumn-inner { opacity: 0.75; } .mobile .content-fauxcolumn-outer .fauxborder-right { margin-right: 0; } .mobile-link-button { background-color: #4eabff; } .mobile-link-button a:link, .mobile-link-button a:visited { color: #ffffff; } .mobile-index-contents { color: #444444; } .mobile .body-fauxcolumn-outer { background-size: 100% auto; } .mobile .mobile-date-outer { border-bottom: transparent; } .mobile .PageList { border-bottom: none; } .mobile .tabs-inner .section { margin: 0; } .mobile .tabs-inner .PageList .widget-content { background: #4eabff none; color: #ffffff; } .mobile .tabs-inner .PageList .widget-content .pagelist-arrow { border-left: 1px solid #ffffff; } .mobile .footer-inner { overflow: visible; } body.mobile .AdSense { margin: 0 -10px; } --></style> <style id='template-skin-1' type='text/css'><!-- body { min-width: 860px; } .content-outer, .content-fauxcolumn-outer, .region-inner { min-width: 860px; max-width: 860px; _width: 860px; } .main-inner .columns { padding-left: 0px; padding-right: 260px; } .main-inner .fauxcolumn-center-outer { left: 0px; right: 260px; /* IE6 does not respect left and right together */ _width: expression(this.parentNode.offsetWidth - parseInt("0px") - parseInt("260px") + 'px'); } .main-inner .fauxcolumn-left-outer { width: 0px; } .main-inner .fauxcolumn-right-outer { width: 260px; } .main-inner .column-left-outer { width: 0px; right: 100%; margin-left: -0px; } .main-inner .column-right-outer { width: 260px; margin-right: -260px; } #layout { min-width: 0; } #layout .content-outer { min-width: 0; width: 800px; } #layout .region-inner { min-width: 0; width: auto; } body#layout div.add_widget { padding: 8px; } body#layout div.add_widget a { margin-left: 32px; } --></style> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=1993625127076778295&amp;zx=b5b0d21c-eaa4-47cf-b44f-2f59f0df4fde' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=1993625127076778295&amp;zx=b5b0d21c-eaa4-47cf-b44f-2f59f0df4fde' rel='stylesheet'/></noscript> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?display=swap&family=Lobster&family=Dancing+Script"></head> <body class='loading variant-blossoms1Blue'> <div class='navbar section' id='navbar' name='Navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d1993625127076778295\x26blogName\x3dAlways+smiling\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://alwayssmiling24.blogspot.com/search\x26blogLocale\x3den_GB\x26v\x3d2\x26homepageUrl\x3dhttps://alwayssmiling24.blogspot.com/\x26vt\x3d-6037779948876498057', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div class='body-fauxcolumns'> <div class='fauxcolumn-outer body-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content'> <div class='content-fauxcolumns'> <div class='fauxcolumn-outer content-fauxcolumn-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <div class='content-outer'> <div class='content-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left content-fauxborder-left'> <div class='fauxborder-right content-fauxborder-right'></div> <div class='content-inner'> <header> <div class='header-outer'> <div class='header-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left header-fauxborder-left'> <div class='fauxborder-right header-fauxborder-right'></div> <div class='region-inner header-inner'> <div class='header section' id='header' name='Header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner' style='background-image: url("https://blogger.googleusercontent.com/img/a/AVvXsEhOKKB8ihpSkZNqGT2oBBYt5Z9XW3TD0-JQVG4cmzBjlm1dyKLQiEKDaMVocXBSMgJovtZO29pse52OqH9b92MHBkh4MszOJLRT4pb8LqT8toewVBvkpk7uE1qQK2harCJl4LwrBQH88VPbPb79pecrKsWaP0AiRml-O0JN7xz60-AyN2OKHMZTkkcDxUaP=s758"); background-position: left; min-height: 505px; _height: 505px; background-repeat: no-repeat; '> <div class='titlewrapper' style='background: transparent'> <h1 class='title' style='background: transparent; border-width: 0px'> <a href='https://alwayssmiling24.blogspot.com/'> Always smiling </a> </h1> </div> <div class='descriptionwrapper'> <p class='description'><span>My Life, Family and things good and bad!!</span></p> </div> </div> </div></div> </div> </div> <div class='header-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </header> <div class='tabs-outer'> <div class='tabs-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left tabs-fauxborder-left'> <div class='fauxborder-right tabs-fauxborder-right'></div> <div class='region-inner tabs-inner'> <div class='tabs section' id='crosscol' name='Cross-column'><div class='widget HTML' data-version='1' id='HTML3'> <div class='widget-content'> <script>document.write(unescape("%3Cstyle%20type%3D%22text%2Fcss%22%3Ebody%7Bbackground-image%3Aurl(%22http%3A//i.imgur.com/MRRTu6F.jpg%22)%3Bbackground-position%3Acenter%3Bbackground-repeat%3Ano-repeat%3Bbackground-attachment%3Afixed%3B%7D%3C%2Fstyle%3E%3Cscript%20type%3D%22text%2Fjavascript%22%3Evar%20hbb_div%20%3D%20document.createElement(%22div%22)%3Bhbb_div.innerHTML%20%3D%20%22%3Ca%20target%3D%5C%22_blank%5C%22%20href%3D%5C%22http%3A%2F%2Fhotbliggityblog.com%2Fbackgrounds%2Frefer%2F130%5C%22%3E%3Cimg%20style%3D%5C%22border%3Anone%3B%5C%22%20src%3D%5C%22http%3A%2F%2Fhotbliggityblog.com%2Fimage.php%5C%22%20%2F%3E%3C%2Fa%3E%22%3Bdocument.getElementsByTagName(%22body%22).item(0).appendChild(hbb_div)%3Bhbb_div.style.cssText%20%3D%20%22position%3Aabsolute%3Btop%3A30px%3Bleft%3A0px%3Bborder%3A0px%3Bz-index%3A50%3B%22%3B%3C%2Fscript%3E"));</script> </div> <div class='clear'></div> </div></div> <div class='tabs no-items section' id='crosscol-overflow' name='Cross-Column 2'></div> </div> </div> <div class='tabs-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='main-outer'> <div class='main-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left main-fauxborder-left'> <div class='fauxborder-right main-fauxborder-right'></div> <div class='region-inner main-inner'> <div class='columns fauxcolumns'> <div class='fauxcolumn-outer fauxcolumn-center-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-left-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <div class='fauxcolumn-outer fauxcolumn-right-outer'> <div class='cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left'> <div class='fauxborder-right'></div> <div class='fauxcolumn-inner'> </div> </div> <div class='cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <!-- corrects IE6 width calculation --> <div class='columns-inner'> <div class='column-center-outer'> <div class='column-center-inner'> <div class='main section' id='main' name='Main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <div class="date-outer"> <h2 class='date-header'><span>Saturday 28 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://1.bp.blogspot.com/-L_-GCU8-hFw/VPGVWUSerzI/AAAAAAAAGO8/GehOwvnuBXg/s1600/S3700233.JPG' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='7508232999984683725' itemprop='postId'/> <a name='7508232999984683725'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/a-finish-for-opam-and-progress.html'>A finish for OPAM and progress...</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7508232999984683725' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <a href="//1.bp.blogspot.com/-L_-GCU8-hFw/VPGVWUSerzI/AAAAAAAAGO8/GehOwvnuBXg/s1600/S3700233.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//1.bp.blogspot.com/-L_-GCU8-hFw/VPGVWUSerzI/AAAAAAAAGO8/GehOwvnuBXg/s1600/S3700233.JPG" width="320"></a></div> <div style="text-align: center;"> <span style="color: #674ea7; font-size: large;"><em>&nbsp;My finish this month is a pair of socks for my youngest GS.. he does love Grandma's socks and wears them around the house.. the yarn is Regia sock yarn, a mixture of wool and nylon, so hard wearing for a teenage boy.</em></span></div> <br /> <div style="text-align: center;"> <span style="color: #674ea7; font-size: large;"><em>This is coming along and I think this might be my OPAM finish next month as there are only 6 more squares to do. I am going to frame and display this with two RR that have been waiting for a similar design. They were squares too, so each square stitched by someone else.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <a href="//2.bp.blogspot.com/-3Lx_nKLqAKE/VPGVPEFAuvI/AAAAAAAAGO0/0NgYd_X_JrY/s1600/S3700237.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//2.bp.blogspot.com/-3Lx_nKLqAKE/VPGVPEFAuvI/AAAAAAAAGO0/0NgYd_X_JrY/s1600/S3700237.JPG" width="320"></a></div> <br /> <span style="color: #674ea7; font-size: large;"><em>And this is looking good.. I still love it and have tried to complete the left corner.</em></span><br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//4.bp.blogspot.com/-5bEwEFjubQQ/VPGVNH3FFpI/AAAAAAAAGOk/ctheLgYE_RA/s1600/S3700235.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//4.bp.blogspot.com/-5bEwEFjubQQ/VPGVNH3FFpI/AAAAAAAAGOk/ctheLgYE_RA/s1600/S3700235.JPG" width="320"></a></div> <span style="color: #674ea7; font-size: large;"><em>Colours are lovely, don't you think?</em></span><br /> <span style="color: #674ea7; font-size: large;"><em></em></span><br /> <span style="color: #674ea7; font-size: large;"><em>Hope you have something you love to stitch, sew, knit, or crochet in these days while we wait for spring time weather!</em></span><br /> <span style="color: #674ea7; font-size: large;"><em>Welcome to my new followers, I am slowly working my way around you all.</em></span><br /> <span style="color: #674ea7; font-size: large;"><em>Thank you for all the encouragement for my slow, slow, slow weight loss! Yesterday my new trainers were kicking up the sand on Southend beach...and a first for me... NO ice cream!&nbsp; </em></span><br /> <span style="color: #674ea7; font-size: large;"><em>Happy days to all.....</em></span><div class="separator" style="clear: both; text-align: center;"> <span style="color: #674ea7; font-size: large;"><em><a href="//2.bp.blogspot.com/-47rQOhMdfsw/TmeWQuGtcQI/AAAAAAAACMY/s72_PlnQ2i8/s1600/ShabbyBlogsDividerASM.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//2.bp.blogspot.com/-47rQOhMdfsw/TmeWQuGtcQI/AAAAAAAACMY/s72_PlnQ2i8/s1600/ShabbyBlogsDividerASM.jpg"></a></em></span></div> <div style="clear: both; text-align: center;"> <span style="color: #674ea7; font-size: large;"><em>&nbsp;</em></span></div> <br /> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #674ea7;"><img border="0" src="//3.bp.blogspot.com/-o1Cqav_oKzE/URAfkDe_2PI/AAAAAAAADnw/x3lo1VfKP_s/s1600/30e7302361ca75ea2c1bab76c507817b.png"></span>XX</div> <br /> <span id="goog_1887244210"></span><span id="goog_1887244211"></span><br /> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/a-finish-for-opam-and-progress.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/a-finish-for-opam-and-progress.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-28T10:35:00Z'>February 28, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=7508232999984683725&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 12 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=7508232999984683725' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday 24 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://4.bp.blogspot.com/-PtiVrLbWFsw/VOw_zVcnTYI/AAAAAAAAGNw/YgW72wjZnk8/s1600/good-morning-112.jpg' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='7070901949749110253' itemprop='postId'/> <a name='7070901949749110253'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/i-am-still-trying.html'>I am still trying!!</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7070901949749110253' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <a href="//4.bp.blogspot.com/-PtiVrLbWFsw/VOw_zVcnTYI/AAAAAAAAGNw/YgW72wjZnk8/s1600/good-morning-112.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="303" src="//4.bp.blogspot.com/-PtiVrLbWFsw/VOw_zVcnTYI/AAAAAAAAGNw/YgW72wjZnk8/s1600/good-morning-112.jpg" width="320"></a></div> <div style="text-align: center;"> <span style="font-family: Times New Roman;"><br /> &nbsp;</span><o:p><span style="color: #674ea7; font-family: Calibri;"></span></o:p></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="color: #674ea7;"><span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;">It will take time.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">It will require dedication.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">It will require will power.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">You will have to make healthy decisions.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">It requires sacrifice.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">You will need to push you body to its max.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">There will be temptation.<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">But when you reach your goal, it&#8217;s<o:p></o:p></span></span></div> <div style="text-align: center;"> <span style="color: #674ea7; font-family: Times New Roman;"> </span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">WORTH IT!!</span></span></div> <div class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;"></span></span><span style="color: #674ea7;">@@@@@&nbsp;</span></div> <div align="center" class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">I have joined with two women who like me want to lose weight.</span></span></div> <div align="center" class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;">We are meeting weekly to check our weight</span></span></div> <div align="center" class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><span style="color: #674ea7;"><span style="color: #674ea7;">It's a great way to make friends and achieve our goal.<span style="font-family: Times New Roman; font-size: small;"> </span></span><br /> <span style="color: #674ea7;"><span style="font-family: Times New Roman; font-size: small;"> </span></span><br /> <div align="center" class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"><o:p><span style="color: #2e75b6; font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%; mso-ansi-language: EN-GB; mso-bidi-font-family: &quot;Times New Roman&quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-style-textfill-fill-alpha: 100.0%; mso-style-textfill-fill-color: #2E75B6; mso-style-textfill-fill-themecolor: accent1; mso-themecolor: accent1; mso-themeshade: 191;"><span style="color: #674ea7;">To all those of you out there in blog land who know what it&#8217;s like trying to lose weight, I wish you well for today and know that you can do it</span></span></o:p></span></div> <span style="color: black; font-family: Times New Roman; font-size: small;"> </span></span>&nbsp;</span><a href="//2.bp.blogspot.com/-Dhhdfa5RzAo/Udgy-BOIaFI/AAAAAAAAD9o/0MZ_8CLyzrc/s1600/!cid_A882C848FDC14D48A80C59DDBA06416F%40HeatherLaptop.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//2.bp.blogspot.com/-Dhhdfa5RzAo/Udgy-BOIaFI/AAAAAAAAD9o/0MZ_8CLyzrc/s1600/%21cid_A882C848FDC14D48A80C59DDBA06416F%40HeatherLaptop.gif"></a></div> <br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//1.bp.blogspot.com/-Y3Vux47eHKU/Udu_BuwCsEI/AAAAAAAAD-M/lyfmaxhy3zw/s1600/30e7302361ca75ea2c1bab76c507817b.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//1.bp.blogspot.com/-Y3Vux47eHKU/Udu_BuwCsEI/AAAAAAAAD-M/lyfmaxhy3zw/s1600/30e7302361ca75ea2c1bab76c507817b.png"></a>XX</div> <div align="center" class="MsoNormal" style="margin: 0cm 0cm 8pt; text-align: center;"> <span style="font-family: &quot;Comic Sans MS&quot;; font-size: 16pt; line-height: 107%;"></span>&nbsp;</div> <span style="font-family: Times New Roman;"> </span> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/i-am-still-trying.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/i-am-still-trying.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-24T09:10:00Z'>February 24, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=7070901949749110253&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 7 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=7070901949749110253' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday 20 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://4.bp.blogspot.com/-PNaAp-rCRzI/VOdvKlygSLI/AAAAAAAAGMg/mxWrZlGniG8/s1600/S3700228.JPG' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='5520633409959082505' itemprop='postId'/> <a name='5520633409959082505'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/walking-for-health-and-weight.html'>Walking for Health and Weight</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5520633409959082505' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #674ea7;"><span style="font-size: large;"><em>I have bought some trainers!! These were the least 'in your face,' even the black ones had vivid pink, orange, or lime green flashes on them</em></span>. </span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #674ea7;"></span><a href="https://4.bp.blogspot.com/-PNaAp-rCRzI/VOdvKlygSLI/AAAAAAAAGMg/mxWrZlGniG8/s1600/S3700228.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//4.bp.blogspot.com/-PNaAp-rCRzI/VOdvKlygSLI/AAAAAAAAGMg/mxWrZlGniG8/s1600/S3700228.JPG" width="320"></a></div> <div class="separator" style="clear: both; text-align: center;"> <a href="//4.bp.blogspot.com/-PNaAp-rCRzI/VOdvKlygSLI/AAAAAAAAGMg/mxWrZlGniG8/s1600/S3700228.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"><span style="color: #674ea7;"></span></a><br /></div> <em><span style="color: #674ea7; font-size: large;">These are Nike and a half size bigger than I normally wear. I had looked up trainer firms on line and a lot of the comments suggested getting a half or even a full size bigger for width and comfort.</span></em><br /> <em><span style="color: #674ea7; font-size: large;">I have walked in them, this afternoon, just once round the lake in our local park, which is half a mile and they are ok.. I think I will wear them in gently until my feet get used to them. </span></em><br /> <em><span style="color: #674ea7; font-size: large;">It seems, to prevent Alzheimer's, strengthen your heart and reduce the risk of cancer, the so called experts say walking for 20 minutes&nbsp;three or four times a week&nbsp;is the best way to do this... <u>and</u>&nbsp; I want to lose weight. I am losing.... but ever so, ever so slowly!</span></em><br /> <em><span style="color: #674ea7; font-size: large;">So I am giving it my best effort!</span></em><br /> <em><span style="color: #674ea7; font-size: large;">Keep walking folks.. trouble is I would much rather stay inside and cross stitch! LOL</span></em><br /> <em><span style="color: #674ea7; font-size: large;">Anyway happy days all. Hope if you're in US you are not in one of the states with snow 3 or 4 ft high.. poor you if you are. We have spring like days and then wet ones but it is a lot warmer. Thank the Lord.</span></em><br /> <br /> <br /> <div class="separator" style="clear: both; text-align: center;"> <img border="0" src="//3.bp.blogspot.com/-o1Cqav_oKzE/URAfkDe_2PI/AAAAAAAADnw/x3lo1VfKP_s/s1600/30e7302361ca75ea2c1bab76c507817b.png">XX</div> <div class="separator" style="clear: both; text-align: center;"> &nbsp;</div> <div class="separator" style="clear: both; text-align: center;"> <a href="//4.bp.blogspot.com/-04U1OTmNJ8c/SMyx_Xai4JI/AAAAAAAAERc/8UEiXN-7Zbg/s1600/barwhtorchidsline1222.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="60" src="//4.bp.blogspot.com/-04U1OTmNJ8c/SMyx_Xai4JI/AAAAAAAAERc/8UEiXN-7Zbg/s1600/barwhtorchidsline1222.gif" width="320"></a></div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <br /> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <!-- Blogger automated replacement: "https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F4.bp.blogspot.com%2F-PNaAp-rCRzI%2FVOdvKlygSLI%2FAAAAAAAAGMg%2FmxWrZlGniG8%2Fs1600%2FS3700228.JPG&amp;container=blogger&amp;gadget=a&amp;rewriteMime=image%2F*" with "https://4.bp.blogspot.com/-PNaAp-rCRzI/VOdvKlygSLI/AAAAAAAAGMg/mxWrZlGniG8/s1600/S3700228.JPG" --> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/walking-for-health-and-weight.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/walking-for-health-and-weight.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-20T17:45:00Z'>February 20, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=5520633409959082505&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 11 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=5520633409959082505' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday 10 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://3.bp.blogspot.com/-aLGqcdZtUhI/VNnDT5pz91I/AAAAAAAAGL0/nSBwgogzj2Y/s1600/S3700223.JPG' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='7919770430884873277' itemprop='postId'/> <a name='7919770430884873277'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/blue-china-design-and-my-cleaner.html'>Blue China design and my cleaner!</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7919770430884873277' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>I am happily stitching this design, and it is growing fast</em></span><a href="//3.bp.blogspot.com/-aLGqcdZtUhI/VNnDT5pz91I/AAAAAAAAGL0/nSBwgogzj2Y/s1600/S3700223.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="320" src="//3.bp.blogspot.com/-aLGqcdZtUhI/VNnDT5pz91I/AAAAAAAAGL0/nSBwgogzj2Y/s1600/S3700223.JPG" width="240"></a></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>I did quite a bit last week as I stitched most evenings and on Friday all afternoon too!</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>Being retired allows you to please yourself.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>The daffodils are in a little blue design jug that was my grandmother's so not just pretty but old too; she died 1980 age 94.</em></span> </div> <br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//1.bp.blogspot.com/-QIp61a4q8tc/VNnDUA4xRxI/AAAAAAAAGMA/UZEk6Vb1i00/s1600/S3700224.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//1.bp.blogspot.com/-QIp61a4q8tc/VNnDUA4xRxI/AAAAAAAAGMA/UZEk6Vb1i00/s1600/S3700224.JPG" width="320"></a></div> <em><span style="font-size: large;">&nbsp;<span style="color: #351c75;">It stands on my dresser on the 'blue china' shelf..Lots of the china on my dresser have memories. When I worked full time I had a weekly cleaner. The first one I had called, Fran was superb and I loved coming home on a Thursday evening to a tidy, clean and bright home. But in the first month, she decided to wash the china on my dresser,(something I myself only did now and then!) So&nbsp; I was horrified when I saw my little dresser, with the blue china mixed up with the rest of the stuff and before I even had a cuppa I had to re-arrange it all back to how I wanted it. I thanked Fran the following week by note but added there was no need to wash the dresser china, I would do that myself. She was my cleaner for years and I always loved Thursday evenings best of all the week</span></span></em><br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-jaXpsxrB4RY/VNnDVV8gmcI/AAAAAAAAGMI/1RglWE2aJCg/s1600/S3700226.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="320" src="//3.bp.blogspot.com/-jaXpsxrB4RY/VNnDVV8gmcI/AAAAAAAAGMI/1RglWE2aJCg/s1600/S3700226.JPG" width="240"></a></div> <div class="separator" style="clear: both; text-align: center;"> <em><span style="color: #351c75; font-size: large;">Here is my daughter's shawl ready to take next week when it is half term.</span></em></div> <div class="separator" style="clear: both; text-align: center;"> <em><span style="color: #351c75; font-size: large;">She works in two Cambridge schools as an Examination Officer, quite a stress job.</span></em></div> <div class="separator" style="clear: both; text-align: center;"> <em><span style="color: #351c75; font-size: large;">It will be nice to see her and my youngest GS, the other two are away in Uni.</span></em></div> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-4bqmTaNBs8M/VNnDT08qA1I/AAAAAAAAGL4/PkygzatkYv8/s1600/S3700225.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><em><span style="color: #351c75; font-size: large;"><img border="0" height="240" src="//3.bp.blogspot.com/-4bqmTaNBs8M/VNnDT08qA1I/AAAAAAAAGL4/PkygzatkYv8/s1600/S3700225.JPG" width="320"></span></em></a></div> <span style="color: #351c75; font-size: large;"><em>The lovely bag is what the yarn came in from Love Knitting...</em></span><br /> <span style="color: #351c75; font-size: large;"><em>We are having some early spring like days.. so I have been hap, hap, happy.. goodbye winter, come on spring!</em></span> <span style="color: #351c75; font-size: large;"><em>Hope you're enjoying the sunshine too!</em></span><br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png"></a><em>xx</em></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/blue-china-design-and-my-cleaner.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/blue-china-design-and-my-cleaner.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-10T08:58:00Z'>February 10, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=7919770430884873277&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 8 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=7919770430884873277' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday 7 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://4.bp.blogspot.com/-r_NYLcATXog/VNYJbdUQAWI/AAAAAAAAGLg/fKh-Gn__2R0/s1600/S3700222.JPG' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='2400035805204385158' itemprop='postId'/> <a name='2400035805204385158'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/yota-and-thoughts-and-prayers.html'>YOTA and thoughts and prayers</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2400035805204385158' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>I have kept to my plan of spending a week on each project and managed to fit other things in as well.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>This little hanging is for my friend who had a massive stroke last year.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>She is trying valiantly to make progress, but it is very slow.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>I wanted her to know that I am thinking and praying for her everyday, so made her this, so she could look at it and know how dear she is to me.</em></span></div> <div class="separator" style="clear: both; text-align: center;"> <a href="//4.bp.blogspot.com/-r_NYLcATXog/VNYJbdUQAWI/AAAAAAAAGLg/fKh-Gn__2R0/s1600/S3700222.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="200" src="//4.bp.blogspot.com/-r_NYLcATXog/VNYJbdUQAWI/AAAAAAAAGLg/fKh-Gn__2R0/s1600/S3700222.JPG" width="150"></a></div> <br /> <span style="color: #351c75; font-size: large;"><em>This is the design I have chosen for my YOTA.. and hope to make as much progress on it this next month as I have this..</em></span><br /> <div style="clear: both; text-align: center;"> <span style="color: #351c75; font-size: large;"><em>This is where I was last month..... </em></span></div> <div style="clear: both; text-align: center;"> &nbsp;</div> <div class="separator" style="clear: both; text-align: center;"> <br /></div> <a href="//3.bp.blogspot.com/-gdiaesSg8uM/VLuX__Z2RmI/AAAAAAAAGIA/Fm8Q8nffmLU/s1600/S3700204.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><div class="separator" style="clear: both; text-align: center;"> &nbsp;<img border="0" height="240" src="//3.bp.blogspot.com/-gdiaesSg8uM/VLuX__Z2RmI/AAAAAAAAGIA/Fm8Q8nffmLU/s1600/S3700204.JPG" width="320"><br /> <br /> <br /> <div class="separator" style="clear: both; text-align: center;"> &nbsp;</div> <div class="separator" style="clear: both; text-align: center;"> &nbsp;</div> </div> </a><div class="separator" style="clear: both; text-align: center;"> <a href="//1.bp.blogspot.com/-_RWVzg6tUdE/VNYJa4tbmjI/AAAAAAAAGLc/isbdPBB_HX0/s1600/S3700221.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="240" src="//1.bp.blogspot.com/-_RWVzg6tUdE/VNYJa4tbmjI/AAAAAAAAGLc/isbdPBB_HX0/s1600/S3700221.JPG" width="320"></a></div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;">And as you can see I have stitched 5 more squares, which I am very pleased with.</span></em></div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;">All my other projects have made progress too and I knitted the back of my cardigan, that I have had on the go for a while, so now only need to do the last sleeve. I think I can see that as my March finish.</span></em></div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;">Hope you are all keeping busy and happy in this brrrrr weather. At least to me it is stitching weather so I don't feel I have to do anything else.</span></em></div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;">Happy days!!</span></em></div> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png"></a><em><span style="color: #351c75;">XX</span></em></div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;"></span></em>&nbsp;</div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;"></span></em>&nbsp;</div> <div style="text-align: center;"> &nbsp;</div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;"></span></em>&nbsp;</div> <div style="text-align: center;"> <em><span style="color: #351c75; font-size: large;"></span></em>&nbsp;</div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/yota-and-thoughts-and-prayers.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/yota-and-thoughts-and-prayers.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-07T13:05:00Z'>February 07, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=2400035805204385158&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 16 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=2400035805204385158' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday 2 February 2015</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://3.bp.blogspot.com/-9R3hXX8RUsE/VM_YhXUWOTI/AAAAAAAAGLM/9JQphkfNCRQ/s1600/S3700219.JPG' itemprop='image_url'/> <meta content='1993625127076778295' itemprop='blogId'/> <meta content='3659343015797359237' itemprop='postId'/> <a name='3659343015797359237'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://alwayssmiling24.blogspot.com/2015/02/spring-is-on-way.html'>Spring is on the way!</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-3659343015797359237' itemprop='description articleBody'> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-9R3hXX8RUsE/VM_YhXUWOTI/AAAAAAAAGLM/9JQphkfNCRQ/s1600/S3700219.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="400" src="//3.bp.blogspot.com/-9R3hXX8RUsE/VM_YhXUWOTI/AAAAAAAAGLM/9JQphkfNCRQ/s1600/S3700219.JPG" width="300"></a></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>Lovely to see clumps of snowdrops in my garden, the herald of spring.. today it was only 2<span style="font-family: Calibri;">&#176;C</span> when we took our dog Nell&nbsp;to the park. She recognised where we were as soon as we got out of the car. She ran and ran and almost skipped with joy! I was well wrapped up but I need a hat, it was freezing!</em></span></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>&nbsp;</em></span></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>We stopped and watched the ducks slipping on the frozen part of the lake. It was so funny to see them skidding as they landed.&nbsp; Can't wait for the weather to warm up, but&nbsp; it seems we are to have colder weather, although I shouldn't complain as people up north have snow and I just have snowdrops, which are wonderful. When I see these popping through the frozen soil, it makes me want to skip for joy, just like Nell!</em></span></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>(Actually I don't know if I can skip anymore!LOL)</em></span></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>&nbsp;</em></span></div> <div style="text-align: center;"> <span style="color: #073763; font-size: large;"><em>Happy days</em></span></div> <span style="color: #073763; font-size: large;"><em></em></span><br /> <span style="color: #073763; font-size: large;"><em></em></span><br /> <div class="separator" style="clear: both; text-align: center;"> <a href="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><span style="color: #073763; font-size: large;"><em><img border="0" src="//3.bp.blogspot.com/-2xWINvTPhg0/UQOaY_dRbwI/AAAAAAAADmo/OZDsFenhaC0/s1600/30e7302361ca75ea2c1bab76c507817b.png"></em></span></a><span style="color: #073763; font-size: large;"><em>xx</em></span></div> <br /> <span style="font-family: Times New Roman;"> </span> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/18332613086771922320' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/18332613086771922320' rel='author' title='author profile'> <span itemprop='name'>Chris</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='https://alwayssmiling24.blogspot.com/2015/02/spring-is-on-way.html' itemprop='url'/> <a class='timestamp-link' href='https://alwayssmiling24.blogspot.com/2015/02/spring-is-on-way.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2015-02-02T20:25:00Z'>February 02, 2015</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=1993625127076778295&postID=3659343015797359237&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'> 11 comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=1993625127076778295&postID=3659343015797359237' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://alwayssmiling24.blogspot.com/search?updated-max=2015-04-23T16:56:00%2B01:00&amp;max-results=10&amp;reverse-paginate=true' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://alwayssmiling24.blogspot.com/search?updated-max=2015-02-02T20:25:00Z&amp;max-results=10' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a> </span> <a class='home-link' href='https://alwayssmiling24.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://alwayssmiling24.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget Text' data-version='1' id='Text4'> <h2 class='title'>About me</h2> <div class='widget-content'> Retired teacher, Christian, married to my lovely second husband. 4 children all grown and flown.. 3 amazing grown up Grand children. Lover of reading, knitting, crochet, stitching, quilting and writing.<br/>Living now in the town where I was born in Wales, where we can walk by the sea and enjoy the country side too.<br/>Life is good.<br/><br/><br/> </div> <div class='clear'></div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d1993625127076778295\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByMzZDc0YTUqByNkNGUxZmYyByM2NjY2NjY6ByM2NjY2NjZCByMzZDc0YTVKByM2NjY2NjZSByMzZDc0YTVaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26origin\x3dhttps://alwayssmiling24.blogspot.com/"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d1993625127076778295\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM2NjY2NjYiByMzZDc0YTUqByNkNGUxZmYyByM2NjY2NjY6ByM2NjY2NjZCByMzZDc0YTVKByM2NjY2NjZSByMzZDc0YTVaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26origin\x3dhttps://alwayssmiling24.blogspot.com/"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget Text' data-version='1' id='Text3'> <div class='widget-content'> Proverbs 30:Living Bible (TLB).18-19<br />There are three things too wonderful for me to understand&#8212;no, four!<br />How an eagle glides through the sky.<br />How a serpent crawls upon a rock.<br />How a ship finds its way across the heaving ocean.<br />How a man loves a woman.<br /> </div> <div class='clear'></div> </div><div class='widget BlogList' data-version='1' id='BlogList1'> <h2 class='title'>My Blog List</h2> <div class='widget-content'> <div class='blog-list-container' id='BlogList1_container'> <ul id='BlogList1_blogs'> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUAA6fwYaTLqr5GpS45mkKveqWI2zUKwgyZ9Gb4KI7b8hB8-3Dec6WBAAqkYXD83TY0-mXfwZG6Iv53X5YQb-zC2YEQXDhsnRXedUhuGfw=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://shadowsteve.blogspot.com/' target='_blank'> Shadows &amp; Light</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://shadowsteve.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDFTtghCeo48_VVnDbqsPzPbSp3PJq5246AazEiDKl0TmToWLTBf729UJ-4BOKAfVmPM4_5RgDpBLQ8uxwa6CGFceX7-3USdK9y1hFvt3zPTI8NIApZxEblF7PPVMyxZGf-SFgUUiQE6VeUOhvzHc5Tpy8mn9oYV-EzKl0AMfxgrQvGjvmY5pEDnReYYSS/s72-w640-h426-c/I54A4259.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://shadowsteve.blogspot.com/2024/02/book-and-movie-and-tv-show.html' target='_blank'> Book and Movie and TV Show </a> </span> <div class='item-time'> 2 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVk6qWNcB-Gvcz0v1GfORuU2cn-eYRjRQYK9AqqdHk5R1K80bSDprqQeNxfEg0U2hYUSZBSdnsgzfhKRF8Q1mGeQQ5XC2MbEZQnEGeRBkHM=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://herinhimout2.blogspot.com/' target='_blank'> Her in Him out 2</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://herinhimout2.blogspot.com/2024/02/an-allergic-reaction.html' target='_blank'> An allergic reaction </a> </span> <div class='item-time'> 2 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXIjKqam1qF1-Pd8PjHGxZNK9kpcEQXbakfAnXOXoPr6lAmAnmLLOS5C2B8kuGZq7EwbBSIWaKvT7xhdFfPnOElJU6Qn1FrJ288LefwYQ5B=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://www.theenglishkitchen.co/' target='_blank'> The English Kitchen</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.theenglishkitchen.co/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkhntDKRBHbAjzSgwiz_PwgyiZgZQ_Z-mdQvu8Z_93nAdsgTM3Gmt1ggd_yxaVUoapld5ONOZVVQxwunVojwETjbxXdzarB6mmZluzdOMeXh-n0Jcyo2VbW10DRDvfHF5TaXwE01zp-8JXJlZSXN0gb1DhXRSCmFyE5fE3a9hgbEHCnFZnedajTv791Z8/s72-w640-h640-c/Blank%202000%20x%202000.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://www.theenglishkitchen.co/2024/02/meals-of-week-february-18th-to-24th-2024.html' target='_blank'> Meals of the Week, February 18th to 24th, 2024 </a> </span> <div class='item-time'> 2 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX05m2kvIMKXp2ubxXbfGbYgQ4CzIhxkCTymmsHAquO8kQDEo8VQvFt9EREnKipH5KIBqivWIrsYpj-Bc6_ESIAAZE92i5WHgq3SdHfIr8sVj2l=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://margaretmyblog.blogspot.com/' target='_blank'> MARGARET'S BLOG</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://margaretmyblog.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYq43lCg-RAvqzorkqTe8xdbdBDXEM6n2a_fsgNj2EBizQwhPjhxxxogiYnvzkiX_sw6lTeMyZHq5B3NwvSzZYiqaJZY03LOAfCneQa7OVJE6I5HarBC5nphK_e3PCZQAmzcY3wmnzXMcWLDTN_YkYX24lrX4rsdBdau53r6odI44i285NT-zM6FF5aPA/s72-c/IMG_4493.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='https://margaretmyblog.blogspot.com/2024/02/and-finish.html' target='_blank'> And a finish! </a> </span> <div class='item-time'> 5 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: block;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdU6XwST08pLSdSHT6OHkRS5W-mxq8f2-fHLS0pqzO5YFJl9RsJnT5Ox2xO6q2iVzkIb3YBPQ-2cF4pKI2GqlTVjUHuR8ZDa-zHtNnE=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://beefgravy.blogspot.com/' target='_blank'> Yorkshire Pudding</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://beefgravy.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijsWthcX3jbg-VHFulEUzWXW0JvC_hYwED78-1ruk8zYF2ajFRiJrdWR1X-IQ4rwJwzc5tfIWe6lpqIeJ0ib9tl2JE8JGr7eOJDVcfKOq03GNsU7N2bOFUZkaNHpRHbgoQm2l5-MBQ_SSTV7JjEteRtEitHvLbDwuUoSv3mJ9q1ma9-Y-m-EDA/s72-w634-h476-c/Misandry.webp' width='72'/> </a> </div> <span class='item-title'> <a href='http://beefgravy.blogspot.com/2024/02/explanation.html' target='_blank'> Explanation </a> </span> <div class='item-time'> 10 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV1lFq1M9NO53jwO-GbjGAjscAzTYpZiwb8OvUOuLFrDiqqIdgGewHX6w9njsIUWQ2YB5DC6SgmgTsDaA6dWYkPxauV_47YSh5GAnNz=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://www.blessourhearts.net/' target='_blank'> Bless Our Hearts</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.blessourhearts.net/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiT7uBuRg0Hq9X2hFYhiQHqD-vchnzWwCid-3Vzez1HwgScChO7iiUIENuiIgSxkCZdiWh9KrBLeacMv-UWe6ro74tz6NDoE2rHYt_gX7-UDVRmfuWS3j2jbRIcoLmhQ7Rhj3wNGiy3ZkB4Saf9NqJiMXSaLJ-imkdiq6IAuvBerGfpjnf3GeoDyXgXRjbd/s72-w480-h640-c/IMG_4913.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='https://www.blessourhearts.net/2024/02/sleepover-report.html' target='_blank'> Sleepover Report </a> </span> <div class='item-time'> 10 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWrJlFcE_0eg6xNjuz3rriVilllJji0u2e9ZwiUntMzY_FXUyx2spx4mR1L0WQjVF6yXK-cV3jopDn1hUsaDW6P0OsI78ToRKwXkjN06SLK0NOxj50=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://a-letter-from-home.blogspot.com/' target='_blank'> A Letter from Home</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://a-letter-from-home.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqcwSyOJQ2lMuiodn9zvjLKwetez81VR8HTbrZp1wBrkB3zjxvb4WTmJv6MUepiLqDcB5oeCNhOvLGInZOYdf3syOi-zIvfFmHwprmC4r8IoOsjezF05tyPaziV_gn_oQJyzbr2Qh6CjWSL8kt6rO2enBrHS0kZ7QpSxiIfafprkw0vuWUoKv36w1Hslk/s72-w640-h358-c/SmartSelect_20240224_182552_Chrome.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://a-letter-from-home.blogspot.com/2024/02/saturday-24th-february.html' target='_blank'> Saturday 24th February </a> </span> <div class='item-time'> 15 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUwimdzmUZKoSKN0IjKmeLcfWQcUV2Ixe82beGw5Lzg_2rmgDBlQUVmnD3cDFQx0ntQpb6Rj6in-jS5_q7iExmokJN6QSQ4qWx3owI4tALnsHqEE89WiEc58nmi=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://christinascolourfullive.blogspot.com/' target='_blank'> A colourful life</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://christinascolourfullive.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXVJAjnLel6SkuXBxg7wlcuJQg5125N2CfLtzzZzPuEYL85YUkpOPKezx2p7bkwf6833LkRoO2TSbtBFu_JNzWkhymxddECNBci6u5-oqtQHBBi4fohwNmDoiQBJ_r5lmUJ42bt2zvLRRymw4yqLYXW6uJotYvHmPYMAR0GStFmWqCYYKAod_VCG6pOt0/s72-w640-h480-c/DSCN7991.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='https://christinascolourfullive.blogspot.com/2024/02/nacho-cheese-what-delight.html' target='_blank'> nacho cheese - what a delight </a> </span> <div class='item-time'> 15 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXlaQy09bVsr4YbdwI9Ldk89b_4EOkiSZbaCOu6J4ILPVfNvIIAo_AfpHPj3kTJohSVKYaYO9nQEp3qNyPRX7kMNmyepq_pJesU23I_8dvrI4jqsA=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://fromthehighrise.blogspot.com/' target='_blank'> From the High Rise</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://fromthehighrise.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpwHLSU4adeGJ67_FZsVijeYSOzpWuTfe6aFGICuUD6y1deqZqIDyZhoYEKoVNI8nMoAnqW9y0IiRHfVjMeBnDocYTuNE_sQ-tssH_vjBKKzU2OtKYTqK9OW2zpI4XBFgU9WdwSJSev2qLfwSvmp0LrIs_M-tdljW9rl5EfcCStB-Z9HVZ4v5OZF1w/s72-c/SS25.2.24%20(1).jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://fromthehighrise.blogspot.com/2024/02/sunday-selections_0871267225.html' target='_blank'> Sunday Selections </a> </span> <div class='item-time'> 15 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWUZDFsncxLz_vUi6DYdtgrIty-5bt22GVgvVKELM8k42v53IIL9Gz22D2Wj97NVQlYaUJx9MknMMysybXlipyYF-O7R_Wfyp6iITt3rdM=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://wisewebwoman.blogspot.com/' target='_blank'> The Other Side of Eighty</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://wisewebwoman.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqTIIFCbwAi6-0iAwxoHbdX8tZdd7zJupSXzZSqZ9vIv8isKKH_zrbgYwoC7RaIvbU_eVhfoF5tuzIHpxi0G5zxVg2Woh1UalV6Ihuu1e4syRU2H4wWFBZ7zJenv1pNHTqMh4XfD5RMaCxjRJ_6n-nb4sOzXlxTGsjydlHctXd-pM6tYfg97W7/s72-c/snow%20plow.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://wisewebwoman.blogspot.com/2024/02/sunday-selections.html' target='_blank'> Sunday Selections </a> </span> <div class='item-time'> 16 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWrt1Cb5WOVBsVuVa_gieKrOHHfNYKs1zNgPJqdDfU0QIUWNZ9PjnFBJGKVGpxZ62FVCxxX-PbJXQVSEjFXtVfqjIYvB_GzA8NAywQ=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://fieldfen.blogspot.com/' target='_blank'> Field and Fen</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://fieldfen.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpEQb6P9CU9gOM9w9zBizHrx5QRP7TUFxR6tl47UoT6_9nFq3dfB4R7fTZ65OLgwMVK9jWsVIfAYktaw9ybi0y7okN7bwdUYmq15G7F-Tvz2cjFbOUniIlZRUc0GdkyTv2OytqNWBIYQpYLL95E5vkz3KCeETEEalJGbaolr4QRPBRLc8c_I7Yjm_fqcA/s72-c/IMG_20240223_114127612.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://fieldfen.blogspot.com/2024/02/quiche-and-other-chat.html' target='_blank'> Quiche and other chat </a> </span> <div class='item-time'> 20 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUv4PJuEKpamwe7fGBElmUedrffkNAidp3PjLlQMLi9XVlfLT2ljrf5h8HDrI5JPUHWJhHhMRQ6rApfpNtfcq3eJI_CCY08Vmc2OogKsW64mQ=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://weaverofgrass.blogspot.com/' target='_blank'> The Weaver of Grass</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://weaverofgrass.blogspot.com/2024/02/bbb.html' target='_blank'> B.B.B.* </a> </span> <div class='item-time'> 21 hours ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVlqgsLSHlg59S0Qz9csPo7Q0dkoUj0BCDI6R2LBU1-N4la07pn2Vi75Zv8quz74W0IUD45Ev-Yw6WD-i0iesJcYmh4IyJlKJsDURKa-B9OCvUD7fuNDnpgf98=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://attheendofasuffolklane.blogspot.com/' target='_blank'> The Cottage at the End of a Lane</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://attheendofasuffolklane.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOym9F3LVSCCy3yNZqN0PNHuSuql9FGv_COlwP6xjqGplyXCFJgLyu7VyOzVtFfQghOB8RblM431EOua-HcLaWGvkLRg_NEIFc81_ucc8sGAaJRkJjwPxcOetAzl1rtZ5jbJoIUEBaCYef6v6QZIHirFMb3GruU8sJhMmoO9WaER_m7iY1uIP6lmBiye49/s72-w150-h200-c/P1060254.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='https://attheendofasuffolklane.blogspot.com/2024/02/reading-seasons-spring.html' target='_blank'> Reading The Seasons - SPRING </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX7W3kE2-ZlBmhgbp9M9iKUFQE6ZB1vhlTjuo3yo_nWJ0DtjGtYc4u0ddcpjxmYMwynY3bkqKsNK9p06MHughNIriAxsuFvimgP6pZX8Sj0=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://hiawathahouse.blogspot.com/' target='_blank'> Hiawatha House</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://hiawathahouse.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy4gEENFOzrHa9j7IBQvMJ6acU4GkTTAnlZ4mJ3E72iUEyy4X5eKoK_lJWdAAONBnto0_mSCUt0BMl5DWpPJ6D7i8PciFwqzxIrU1bDHYAO6JLms0gCryI4Jz9nc36Eoonh4piPfygOqNM1-82TTqj25-qlZ0X-_9r66HkM1CL6vjkN2jfD-uCbxYJHQ0/s72-c/DSCN6261.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='http://hiawathahouse.blogspot.com/2024/02/speakers.html' target='_blank'> SPEAKERS </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXfJfq-6n9jGj0zNyxWNgWRNSmV2i7xAoHJhHwhJUchIMNxTHmEAuGvXlQcNE2lPoP0fEk7jnC_rxEpjE032fRaAnPqPK6qS3B_FhfzzdKOSWlu1REL6hzgJQoJ=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://theaussieemptynestervic.blogspot.com/' target='_blank'> the aussie empty nester</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://theaussieemptynestervic.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://lh3.googleusercontent.com/d/1r5szM-pKY_DVtfgKQRPRf0Vo4u_txrml=s72-c' width='72'/> </a> </div> <span class='item-title'> <a href='https://theaussieemptynestervic.blogspot.com/2024/02/on-homestead.html' target='_blank'> On the homestead </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXHLqEvbuPE88Gg_sFP8X64Rewa2EKg9WdCIPeWLSoNlFSbf2lFrPdooYAn5qYe_G_UUBHAzFZI_4bhjKKYkmDr76113KDJ7WTpzHgMoag=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://oliveandpru.blogspot.com/' target='_blank'> Olive And Pru</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://oliveandpru.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVmFygoH6T_ykJ9I1ClC1U-hTbAn5AU2oxuHhQT8FKxDl9mANj74CfT9CsmB5F2ITQk7S1HpswYaFwREiSaefvqQD7pR1XXosTNwKRkpzC-NxJngQuBSM_Elb8-2TiA-spzzGjbgQRZPMAi9FQVvZYkWYfHsl91z8PplK9LlwvhWbJfYwQsJMKvc-j6OTD/s72-w519-h322-c/Cathedral%20piano.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://oliveandpru.blogspot.com/2024/02/lunchtime-concert.html' target='_blank'> Lunchtime Concert </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdU6THFNXHmjzHmUq98KyP7uZqKSgp2vh_Do5TPa-rNzfIz3JH5ZZR-YtYK6eCrAX7kGanN7cAOWi_Tt3Im-T5BFXm1DpsSEG4PnAI1EmC49L_o=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://diaryofteacher.blogspot.com/' target='_blank'> Diary of a (retired) teacher</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://diaryofteacher.blogspot.com/2024/02/friday-23-02-24.html' target='_blank'> Friday. 23-02-24 </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV2zKqQsTFM9p93dkDxsUisyYFbLDox5IE1dHLxooqkuuhgBYTbjh5GkJ2OTPaYSkgz1IyNaAFtgOqfMmp7qlitqnlN3g4gnfp65a0wEDlz9WV6Rv0=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://crossblackcountry.blogspot.com/' target='_blank'> BlackCountry Wench</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://crossblackcountry.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYiEsnhnkjZud5XpkNhP90dO3YSj28A2jczK-k6XCQURfiYv9a9gkvqYUatuxFY7vk8OBfNmYCgK6N4Vm6YibNSS5M-cgUp3C_XrxaTAGKs4UMcXQuGlrMg4NRPU_bKa9XWJdqUaYGOLOq0C3KIqkFB1-9EDx12w9CRmGHiWaDW9ZzuMkdVrnGbKCJ3oS-/s72-w319-h400-c/Molly%20Photo%202.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://crossblackcountry.blogspot.com/2024/02/broken-hearted.html' target='_blank'> Broken hearted </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWGWCfhSJXe5fOu-HToxFyONKvut5aI93qM7utnNPOPoh1HOhGgeewNsGaBK9kOzx3HeZ7UKH6HAatG29pzCKDtjKeY7HKjLuqmHiwMOP_CKxbjdyT4O4E=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://jo-throughthekeyhole.blogspot.com/' target='_blank'> Through The Keyhole</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://jo-throughthekeyhole.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikqUGG0Y5lZIiuyxAjOG3Vgylx3xk_iV1FQGcDnWtgMXIUOgMgsZPyrHcjkq1foWMB-qAR_H8Q2vWU6IIfVJykXThS2K4b5-h6PI-syxrKRXFBFdWcrXamu2LB0n4F6PB0P-zRaKWqJOhkZBq-5LNNnphEHVAFbNX6re8E1VNaAogDlbhZMSVxRJxtAUI/s72-w400-h285-c/P1120743.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='http://jo-throughthekeyhole.blogspot.com/2024/02/habitation-throw.html' target='_blank'> Habitation Throw </a> </span> <div class='item-time'> 1 day ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV8ZXSw73Tpur9mNWp7kEHj11rUr915C8HU8OjXWnG7QEoLpCuCoAwLa6vGD8-4y0AHtdIzLKFYTutkHY77eOtt2e9fbgtB7VAFT_CxqGf0rrjS=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://liz-and-harvey.blogspot.com/' target='_blank'> Finding life hard?</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://liz-and-harvey.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrgccTDoMVoEFoCm_cQb9-6LZMghlIo1v_25I_2W3mdcb0jmrfsyfg8uGCsxERfpiZoGUYwAmLZ7uER3j0hqCj-1cBCDOhRuw_V6_Rcd34gijK1TAjbLpgMvAkDhXEdmy-J-u9chbOG17PF0eQWxj3ZPLNrJFZtotiPqeZDNh08WoTTBbOO9Wi/s72-c/got%20distracted.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://liz-and-harvey.blogspot.com/2024/02/a-post-for-us-all.html' target='_blank'> A post for us all </a> </span> <div class='item-time'> 2 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUltlaaarUpbfhAJz-QVFWDwW7usUefPjaOrFmD7OgUNF9p_qNbhiaDLG6498JEnywYAWfVhQ1ioASP_kTstBPXhymyEvRZTIyLF1O_3dy77KPMmgGokX37fM9H=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://burningmoonlight-jennifer.blogspot.com/' target='_blank'> Sparrow Tree Journal</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://burningmoonlight-jennifer.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO6I1uu0MsbNKPTyHcMHZtwCQf7cUVq3mmIZoUmH-jYea5NgDLTxgzfF6qD2wvF5BZON2DVtcsCDpBUUniyjc-n_n-i4sFpfonHq_PrtkJIz6stKcbDzk2w63j586H_dHyqkij6LOJNJcTPf33UJ9mEe0enZeqIU4mUJjJn2SIfkN80CMx809U6yXW7TBN/s72-w622-h640-c/FB_IMG_1708227639914.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://burningmoonlight-jennifer.blogspot.com/2024/02/did-i-mention-that-im-off-work-this.html' target='_blank'> Thursday morning this & that </a> </span> <div class='item-time'> 2 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUftPkxhvQ1Gtg8thOXgQqjCrX067nMNkl1th-ZRfH-2CB0ugHmTTsPhITnofSaJ-WmfKpMKOiY1DVnnacqaKdQGeOxhUUK1fHIXwUa02sP4z0QfmZ5=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://homehavenministry.blogspot.com/' target='_blank'> life on the prairie w/d</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://homehavenministry.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXvMJOwMAu-UL3Y2HwLZGhKe6JYWdp9pucdaWfVDKiSmwBb_4m7jTJ6rrSNf2cf9tEy6Tf5nExGYtRD3WTfm6qUEeQ-FeB_Zl3Xyn-QJaO-IuC4kNEThqmdRRXXHOpkSLLN9urkBL2qfBDuebu5gpwfvd00Cg75Ina7lUwQEfGmXl3WzBOX9CCRDiSZfY/s72-w640-h640-c/optician-eye-test-cartoon-21243704.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://homehavenministry.blogspot.com/2024/02/i-cant-see-you.html' target='_blank'> I CAN'T SEE YOU </a> </span> <div class='item-time'> 2 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdW5kIK9pgHN4MXD_qUohvsLXkuscwsZHty-16TsnHUfcrhLpFkJxVFnBh5M1lQxYKfYLZmCFaEBEuMCwfbevQJQF4xemBttjsw=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://coastalcrochet.com' target='_blank'> Coastal Crochet</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://coastalcrochet.com/2024/02/22/spring-is-coming/' target='_blank'> Spring is coming&#8230; </a> </span> <div class='item-time'> 3 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXkLC_wCF1dZlpGPlUNiaOiMFq0T9y4iMNgS86vh9_BtN8paJQePimK8XT6x7EG4xS1Go1PbNiW7us8ImtgPWEXA5eKyY8G5O61mUR7JBVFvHh7REw=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://accidentallyaging.blogspot.com/' target='_blank'> Accidently Aging</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://accidentallyaging.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyKqw4fQy5H-zHbjySyFUmQ225BKvvyfxBvdnaLkumakqiNNlLpMD9ufCGSKr21o5UFJ1tYuop7-TB_GQE5BPhAc-3J-jmJbSG05zUhJgWdJgGwebAHwWf2CXaVmoNfRv1uYcGBUhtjhiWXVl5rzn5bapoXVK6hHWsX3dlXJU5pSczqBzMi2V-s54d4ae7/s72-w400-h288-c/egg%20-%20avocado%20toast.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='https://accidentallyaging.blogspot.com/2024/02/breakfast-time.html' target='_blank'> Breakfast Time </a> </span> <div class='item-time'> 3 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV5TOyNvTWq65zAZUD9qD2t7AJQcch6odZD00lIT2iWiLQOu5q-Wu2jh_2N-4k5aXBrW2roBgMSHh9N_FgVNgpvpXEy6edB27AL1AKBSuLLOSk=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://tamarackshack.blogspot.com/' target='_blank'> Tamarack Shack</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://tamarackshack.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXGc10xjcqivDDhtX5dfdY7xRhsyG1dq3qGGvY1gnJuidVWHf0OTfxcH2eaDlSdItQ8zz-zKb-X3eF-8S3zE80kC2fqsZRgzyTYIYN3gzw8nZJKFhd_BaR4RHbuukNiVJRMDLqiUBDfWtkyKlfmum8Ul-yf_xj3Sn1L3iMUsv6uZJfe9O7mIsW39mF7kE/s72-c/hex8.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://tamarackshack.blogspot.com/2024/02/hexie-pillow.html' target='_blank'> Hexie Pillow </a> </span> <div class='item-time'> 3 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV7q7NoUI_0t--faiGDEUzNMbpnYlFdl5kBypcyU3Q93Qn7tqpoAUsj8-uz66I0DLiXcLw03cBuskk3dfRWGVqGMy2xZ4WEZUWALM3OuQ4QOuUw3BKiIXYI9_XeHg=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://misadventuresofwidowhood.blogspot.com/' target='_blank'> The Misadventures of Widowhood</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://misadventuresofwidowhood.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizdtXKKr8kPjgymfVefnSLQ3A-UANFfbhi-cPk904QBjd_ALUnf1Os81z11-u4eXr6pLWfjjFewLIMYxUC0zvgxlfwLI_zjA68yLMXq-nkULUAv04jgfkguzzd4njq4-ioKb8b0ZDb79V072sUkc_l3ZEeBH7PeTfBc7kEjc4gaNCdT1pb9j4Q_OsPVUK-/s72-w303-h400-c/cat%20found.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://misadventuresofwidowhood.blogspot.com/2024/02/from-kittens-to-quilts-via-way-of.html' target='_blank'> From Kittens to Quilts via Way of the Underground Railroad </a> </span> <div class='item-time'> 4 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXTT6gFiIsIuFzEQFEhsLumxfIPtpc9pvmTSVkgjpnBbRb9hO0_sP85M2s9BNDYEeKLoDVZuB_dFbo6RUiaTEBRG7wzIB5c9YQRtK3emUYOx8fzp68b=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://fabricpaperthread.blogspot.com/' target='_blank'> Fabric Paper Thread</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://fabricpaperthread.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4woMwXLAUbacvW9Y8CmpxG6GCY7f_EA7CCfm8UYspeAt1k4wMMYW9ijksnX7yzWRUO-QGLUlESAgdTOIqa6zo_uIJNdgrh3qKJzz2ysBL53MtWzTxyJRpVNHFgUPDkY2crz2IfJB82l16Q4yaOTusoGAu89_rozoCW7Pz2qkUPAFNx_Qo4lsd/s72-w640-h586-c/P1630319-2.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='https://fabricpaperthread.blogspot.com/2024/02/hopeful-signs.html' target='_blank'> Hopeful Signs </a> </span> <div class='item-time'> 4 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdU1TU2zw7eir7d0yrV-iggBXDHRisDD5rAKGUUHws0t8smZfHrxuntNT9p4yLeqVUffHEt3kz0-YY4LGvaHmkyVz5w1CR4vFjz8bKb7Ww=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://www.ajoyfulcottage.com/' target='_blank'> A Joyful Cottage</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.ajoyfulcottage.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDzslxxM2cVGodKzTx3cHa-PX5I9dt-VxMpaex4r9wxl34IYY6PRm-u6Ko1LA6jl7NV4kI_7elsbz_d1Pwwd3_mmOv-LYcT-f1MwS-KmS-EZYJLgoHGbK9i8KErlw-SRrJ1EZb9iJrrSWu9ICvV42fOyLmZI6_KqnRmNE48cFKSIORGVDFZGq_BghiGmpa/s72-c/New%20Image-fotor-2024021973859.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://www.ajoyfulcottage.com/2024/02/monday-morning-encouragement-soul-talk.html' target='_blank'> Monday Morning Encouragement -- Soul Talk </a> </span> <div class='item-time'> 5 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWM-j-6AdP8GQWXqqCPSUwQMy8RLtOleyElRLahQy-A6HmmFkMOmNrvO5MyPQwYZiLjFgoyj-QAAavBqTlGrKGLURFOhtMtVz1nGSNg2D5mgmGzdDDi_ymnag=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://unicornsfartpixiedust.blogspot.com/' target='_blank'> MyLifeSoFar</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://unicornsfartpixiedust.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRMx0I1ehClQKG6KxSDm0X7FxhCNaOlIBGDIs7uzTfI0-QfqdqyxFKRK_LvL61wsbAnB0fsfI7Nh8upU2j9Ivr7fUbFWUvXetVMrfRlft6kDcztUouWAf9ZlRlbPistIiV5bASZYTJsJgwbZxGNO8qKKx2HcZsTxaQEZmi1ITs9sqc4eKbbvRY2Rulnbk/s72-w640-h480-c/yA3jnQZrQFODOLNjjLQPcw.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://unicornsfartpixiedust.blogspot.com/2024/02/no-new-photos-right-now.html' target='_blank'> </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX4fIoRZktuglkrOUl0kKx6DI2aCC9kEAw4hasD6dwszgGgpdGETW86sUemm1Ls-vRkPtD-bp2ZPd8YGyDB4mH0g_r_gOkHdOKgMAW3Rc8CQpBqejWsES8c4w=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://birdsbeesberriesblooms.blogspot.com/' target='_blank'> Bees, Birds, Berries, and Blooms!</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://birdsbeesberriesblooms.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgL1Gvt6u1KasuY7DHil5v0slMEOoVUJ27RvmbkKKmNme09Fk2QDuz4u-vKjEN-sYMj8OA0N_WwxwR8xmFakxRN1_HzICCTYoYXvuDKYqNp0h5K1LfWsxvpCGqFmlYTvAIGDi21EBao0IcSU8mZ3P8gPDgAfbgzZDsTo12W2eg7S2IP-Ye5_iMqtRd0Kszm/s72-w612-h640-c/20240217_173909.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://birdsbeesberriesblooms.blogspot.com/2024/02/argh.html' target='_blank'> Argh.... </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWyfPL-WlKHCj-JG1U8mSdbeFilRyEazfr3iqeG7Yihi34sOJeSIOHbB1GYqp7MMz3e0vNdMxvRFUKEgLXyR8_oBwtXrhq3hfbikAYFuueU43HRCNyv=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://down---to---earth.blogspot.com/' target='_blank'> down to earth</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://down---to---earth.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQWrKmMj-NDn-rEeeHuBe4wBxnqNFKU__uRAgmX9GWJ4GZ-jW8YjXnjhtY6aQYK9aLQKXnvdch8-eIP8i1ZupwSW49KY3Q_HzMorgwS1PDS9a3nnfXY7A-ioRhmS8l0wvY1lG0yvMtIu5J0GiWHkQu4QPlrngcYOVOC_fWvIiNd_zPuy9iv3LxRAVFDds/s72-w640-h426-c/3.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='https://down---to---earth.blogspot.com/2024/02/what-i-used-to-do-and-what-i-do-now.html' target='_blank'> What I used to do and what I do now </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWW-WNwCvfR_LdCXfIO8hZvcEYi-biaIql5aXkrTopGoHqCmNDsXbXtB8RgKHWJoSFxAU9m_k9jVj3LekXuVQZFh2eQV8IPjb3YXD6McpxpojBmeZfiJa4=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://back2oursmallcorner.blogspot.com/' target='_blank'> Back2OurSmallCorner</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://back2oursmallcorner.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8NNzGrgtAJh07WHvxYa3PVEbpWl9pL8RQC3TWMQobQTqYkq19oWa7IZv8NB3G74XjmLoJ4kX7S-7xX4Kj6Qo6yAap_nTg9rTrSmPzY3G13zfU1hHc105QkQPk4YdpKOn5-PUO8tN90OUiVaFBGfpCoHkJSZTHy4EYnZuIUtUAzciNqjZAqqukBxGLCJ9X/s72-c/P1080651.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='https://back2oursmallcorner.blogspot.com/2024/02/queen-of-hearts.html' target='_blank'> Queen of Hearts </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVdYcx_tTI40IP0pLBKiHMrEQjWKud_hUGwK9beucNsLpjE5jhrbHscl_WVaL5lgesr-kU3vamQNU_0FoFhARS1GzTKVxaNUliLxIdWkTwh=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://eyeontheedge.blogspot.com/' target='_blank'> Eye on the Edge</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://eyeontheedge.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCyoj6yOTdoVnxdzRYdLFg6aqoi4_qoDrsWIrFMWpn9CQiKIbtgBbtAVSPeBlwPSHGKiT4aOARngRakn5Mvr_Yp8IQPs5JH143s4uvjuE7fkCFlGgFPeYNOArFGh3rQNqxcZGVWNDTPYrKSgjEDPltbH7ToDwE-rvLaKPWaOgm4hXTtwXwrl1R8UDi6Uw/s72-w400-h265-c/image1_5.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='http://eyeontheedge.blogspot.com/2024/02/remembering-adventures.html' target='_blank'> Remembering adventures </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVXCkenwHWq4ktFCjEppFbomakUUwdm-gBrSzZyHOM-GfAIIhi6VH798mzqUwfJqTsAMXiJIzMSpkJuuVnR_O0RMDunCeuLAYlSEhmGXohyKkIpqnc1NaYl=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://coffeeontheporchwithme.blogspot.com/' target='_blank'> Coffee on the Porch with Me</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://coffeeontheporchwithme.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGdoUGZfdXPdFbGKFKOhkq52YubghkYMfvg9riK_NQfiYQOUIOPbQOq5DD01Y8ychjC4M7N9g3dK0fcWQEICV_7WRz2xi6PVEV9GnQOwONg-QsvkGKiMfRlTbnjMlZXT8pix_tcx7twgyLc3SlEybTiqhx5-KYF_NqLqs5AJUeIkldIEtPfmY0YSe4Acc/s72-w444-h640-c/IMG_8209.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://coffeeontheporchwithme.blogspot.com/2024/02/sunday-february-18-2024.html' target='_blank'> Sunday, February 18, 2024 </a> </span> <div class='item-time'> 6 days ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWMJAPmA4n8eKQt98zA0KHHPVOei8MIg02rOxCljkLNArqk09YcmGPKqh41FEnBLb1-A0aoNMsDOCd2sJkJMJa0LRyukT9MXw=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://meetmeatmikes.com' target='_blank'> meet me at mike's</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://meetmeatmikes.com/life-lately-seeking-comfort/' target='_blank'> Life lately &#8230; Seeking comfort </a> </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWSuKorNKvvDURZL9lvbJ9k2skE2tcgRsD2Q-3ih4nbnAnKHj2Yx64zV3-F8Y-Haph7ZT3A9JX6f6k9vnPW3ATCokZAsN5StT4Pn6hPNskYZHiRN8y_mwxxSFo=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://islandmusingswithmarie.blogspot.com/' target='_blank'> Island Musings</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://islandmusingswithmarie.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://lh3.googleusercontent.com/d/1nO41eQQ5egPFHDZeb6jKkAPktAEV15BH=s72-c' width='72'/> </a> </div> <span class='item-title'> <a href='https://islandmusingswithmarie.blogspot.com/2024/02/picture-perfect.html' target='_blank'> Picture perfect </a> </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVZIFvPqFLmZe2D_cy5-Q7LHVf4rWyx2GIlCq0bN70gSJBizNulvG8d_FIULVvJX_XMuTLtvO75WaCqD8V2qJYSx0_MqWNxIjIFf8THxwyeXjA4Eu4=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://sues-asifbymagic.blogspot.com/' target='_blank'> As if by magic</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://sues-asifbymagic.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipAiBQuoCgelyph_agwalAN4BAoB9nlsDSwjg_Bn2XX1aiNF7ISkBTxNxqu7Dv4KiCvrVQs9IYkgVMjR1VQAC9fqcWUjhzKbtjaQI3USTmVrpTTT0QmH18lG2YC8ea8GmWSqGH1Cx4sAPBPhn5R5LPjJE0sC6rfC6hDhNapb-5GNxf1xDFqTZpXFCV21m2/s72-w400-h300-c/SAM_3677.JPG' width='72'/> </a> </div> <span class='item-title'> <a href='https://sues-asifbymagic.blogspot.com/2024/02/a-little-knitting-little-stitching-and.html' target='_blank'> A little knitting, a little stitching and a bit more. </a> </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVQGAvnxQxLTLZW2Wuk1StLXmvwKy9fo181mBt-C2_kbbQhJzr-yNjeUWQLI6U9IpivmVy5ueJdSAGbBBQRcWUAN05D1eDg86A_njmkYNqud7k=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://kimshappyhome.blogspot.com/' target='_blank'> Happy@Home</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://kimshappyhome.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAu2_CH8NezcemwRAJ6Mn6QlHIGaQpRdiBOFwXAUiDk3K2Abm5eerMOLWtrPK_lhPmWl7jQBIHCb3Y9S9tdTmqB7H24WR54d4LEWQXxUChZNBEDPrOWo1UtxPgpV4dKg_lB2xixItMZG-AhEtzyEdWUcerTcwuulAg0X3e0x7mv-xwvqE4H5U00NcQC-pA/s72-w604-h640-c/IMG_3170.heic' width='72'/> </a> </div> <span class='item-title'> <a href='https://kimshappyhome.blogspot.com/2024/02/happy-valentines-day-sweetie-pie.html' target='_blank'> Happy Valentine's Day, Sweetie Pie </a> </span> <div class='item-time'> 1 week ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVYxERhKMdjRwF53FoFHK4dN8iRywY03VeDqgrZf8Ts9H0BK3iB3upBNwqQGLWwK1CxaQBq5zte6IoZwraTU-W-X5Vjst7A7nN7J1a8vA=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://ajoyfulchaos.blogspot.com/' target='_blank'> A Joyful Chaos</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://ajoyfulchaos.blogspot.com/2024/02/when-sharing-goes-wrong.html' target='_blank'> When Sharing Goes Wrong </a> </span> <div class='item-time'> 2 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVroXs-LhMcleNoYst4koD-vi-weTL5z1TC1V_2mPzzankTFfNqNm9TAeP6_lok-EVnKortV7Gc4UjERHEHuxixXLa57SQ0jqtybibu=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://jemsdays.blogspot.com/' target='_blank'> A Hidden JEM</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://jemsdays.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCYibcloNOuw8TXQLwwPzsuHOgTMNKZ0pjmMNcV_x3khy79a6NjmGqFSrLFHBoh0s8c_DE4Gwwhyh2aW9etHiGG6HqJFHe4CDHY2Y__6KIvQMnkw1Ml7plVAhLor_d3EgfHDYC_J4SaNCyXKNMX_DMqaOwC2CYLgtdPYsnxUksfQ8ysxtou4Qx1N5mucc/s72-w640-h498-c/20240128_113843.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://jemsdays.blogspot.com/2024/02/moving-on.html' target='_blank'> Moving On </a> </span> <div class='item-time'> 2 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXDw-R8Rve4bg-8FCip4Udr_-gzhgqjaZ5UUlb4sBT5ImwMZgIVE46Yf5Ctx1SaRl5QGSsKCdazyX91pwDND1m6cfo5Almf0ePmdA=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://www.tildasworld.com' target='_blank'> Tildas World</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://www.tildasworld.com/tilda-1999-2024/?utm_source=rss&utm_medium=rss&utm_campaign=tilda-1999-2024' target='_blank'> Tilda 1999 &#8211; 2024! </a> </span> <div class='item-time'> 3 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWt467prGlMMM_MI41AHtez13PSw7Xg6LJ_4UZmR3dHGedwW4Yn-PBDW6aiThAwq1rjjU4gUlAOHNn6xqT3vaP2nv4fYfcS1u3wPaOcMyizUh7T89VaGDhaZ4Q=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://mariannaslazydaisydays.blogspot.com/' target='_blank'> marianna's lazy daisy days</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://mariannaslazydaisydays.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfD6LBo3Z39r8PmNBLEXMfR8ANJOpt8mBOJ_NcSAUS7pI3l93GA1TpbGy8aRJvJLOTzZIgzA46j3i5ZKEWi1nyNYaSJks8CcFYFY6ykkZOvX-kBI0lV5omBfjxx2AdIcNrTjP5HllLqhKeekHs8vyY8eHPFTXqo9dRG3pS8ES5dRvrkmBlUCLugNjEd5Q/s72-w640-h640-c/20240128_101409%20(3).jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://mariannaslazydaisydays.blogspot.com/2024/01/garter-stitch-hats-with-ears.html' target='_blank'> Garter Stitch Hats with Ears </a> </span> <div class='item-time'> 3 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVNo_QDNTIEbP9NYtX6u0DF8PGoUsZN9AOtw1A44PDAMvArN9tTQGbLNfBIrVXOHZTCi1y9u7GtFMyYnbH5CrE6O1Rv90MycacwiPVMevEsxVFu65VPquk=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://trundlingthroughlife.blogspot.com/' target='_blank'> Trundling through life</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://trundlingthroughlife.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicAJ881UKWAP2tKs0ah3nZSZpjAAcIJ62c1DI0eSnwy09sDfdS8jT9ob7MgMUF-SRXewr9shxZlb_jUcQYWGDAGfjLD1deXVq42Ws8W75V9vQ33Cuo7UJT65wOJ_M1UnrcN_WkRiKukaLVcr3Yjf2bxMAMguxz23PQtm5GohoysszRJkdOIQv-Togjru8/s72-w325-h400-c/Exhaustion%20001.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='https://trundlingthroughlife.blogspot.com/2024/01/f-is-for-fitness-or-not.html' target='_blank'> F is for Fitness - or not! </a> </span> <div class='item-time'> 4 weeks ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV2O2DxHS0AjXwUbhaD_um-y-fTE8UrMt3wDPwWwR0SJJYGoRORQCU-oDd8acgN7z1f3VgJvp_eZuCpukl7E6GILHiGSwj6EC4=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://lysaterkeurst.com' target='_blank'> Lysa TerKeurst</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://lysaterkeurst.com/2023/12/13/if-youve-been-feeling-alone-in-this-season/' target='_blank'> If you&#8217;ve been feeling alone in this season &#8230; </a> </span> <div class='item-time'> 2 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX_U6J0uvQZKPhQuNf-RJNK0gbcRP7q7ArfCQXd9LE7GbJOFZyu9oNKTxkJUAfNBLbY44eq4wcIMMhgP5XNnUYnZyXtT7N9DMY7Xa_VbxzenQMQkqSVLg=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://sandra-cherryheart.blogspot.com/' target='_blank'> Cherry Heart Blog</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://sandra-cherryheart.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpob6qAOW_nzNvLxGtL0DrRuksEe_Tp4851yzbadyCrNnMfNS5LgMNCjj5qrBloPfGCKVZSXQqCwZ2ricTd5aIf_zm5171-yw5MtNk9NLceVu4wOz13yk2KoUEHWx5wZ064QUKQET0Tf_wmGk37cLSfGeF9ywt4Sn2hyV9tEr7xI9XeHyMUeyuO-xE8g8L/s72-w640-h470-c/ACS_1723.jpeg' width='72'/> </a> </div> <span class='item-title'> <a href='https://sandra-cherryheart.blogspot.com/2023/11/a-flurry-of-magical-snowflakes.html' target='_blank'> A flurry of Magical Snowflakes </a> </span> <div class='item-time'> 2 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX4_c0RfuO8qF7O6Kd4Dnc5596Dtx2-oQKWl9UpnMtbkIBB6mMFC-i8Ncg10u-YT1jCuRIifbgGxEXs5ytGIbdaCK1O5FqGiMaYP2RDq6k_6sk3cxUQ=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='http://frugallychallenged.blogspot.com/' target='_blank'> Frugally challenged</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='http://frugallychallenged.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrFMLSA9LU9gTuqKchfRV7mGpax5OJsY2A4yISAuhwkdA4ChJXIOWUfgJiECDS7zzcupPMWeZfm_o_HqEJZiwtztF_-LLUb3zcLEHcqrAkXqNhwoXJm35VpvdyOfJ_gpEzO3MJuJYwpe3MoD5FsUTXCZgAKvtQawCGJAJD04JvntB2IIsu5P9QCqUsdMM/s72-w400-h400-c/Christmas%20pudding%20002.jpg' width='72'/> </a> </div> <span class='item-title'> <a href='http://frugallychallenged.blogspot.com/2023/11/christmas-puddings.html' target='_blank'> Christmas puddings </a> </span> <div class='item-time'> 3 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUMyiTvryy05PIn302BcVxZnh7XIYKiwlUd55cTxLJBqQG4bC6VTwXq3GU20vMWC7rIwsDY6iSy23yTi1VHa0Gom3qvayxC=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://so-sew-easy.com' target='_blank'> So Sew Easy</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://so-sew-easy.com/making-of-a-giant-history-of-janome/' target='_blank'> Making Of A Giant &#8211; History Of Janome </a> </span> <div class='item-time'> 3 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVF9c6Yd1qOtnlJCX5XaFhWujGSfyyQgSvmgQNp6eTAgtJ42_6Ic35Gm6JzRaysQXWh1Ueoqlr6YYYiH5RGgIzbRNBZ2XSoqpvyMPiSZ3Ij0gI=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://frikosmusings.blogspot.com/' target='_blank'> Friko's World</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://frikosmusings.blogspot.com/2023/10/sorry-everyone.html' target='_blank'> Sorry everyone </a> </span> <div class='item-time'> 3 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdW8z4lgDnqt-0gVep90w5OulKI-POG7T6eyWx5zVJMGIIc_1awpKhOBNKqezVSND6YRaGi06kUp9fE8eNR9xy7zkAj4TQNjQT-2HA=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://attic24.typepad.com/weblog/' target='_blank'> Attic24</a> </div> <div class='item-content'> <span class='item-title'> <a href='https://attic24.typepad.com/weblog/2023/08/summer-speed.html' target='_blank'> Summer Speed </a> </span> <div class='item-time'> 5 months ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXyNJBsgbR_UZq_E5_WSwV-5mWZu2DMtxVt1qvju-qGOYJR2halyPftlcW9LHBNHYAdwA5c0KIjE9AXnd8tfY4rdlrXNSwU0KmuYHk9az3EBxqBSFVtEKWYcFQTYg=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://perhapslivingthegoodlife.blogspot.com/' target='_blank'> Ups n Downs of Life</a> </div> <div class='item-content'> <div class='item-thumbnail'> <a href='https://perhapslivingthegoodlife.blogspot.com/' target='_blank'> <img alt='' border='0' height='72' src='https://blogger.googleusercontent.com/img/a/AVvXsEhkEejitUl6MYkJWpOtCEPRB0CSbp-H2Wbty0eRPaTsuh-sMlJRbh5pIItvj6nkGOhI1oOHTVMIspnb9Ypy4ydLOJdPqfegV3Z0OnSqo-6EG-wA3X6LnqUk_dtx-m4_AfXDYmoJD9Y7ttvPI-TcV4jprJlpolUc05DHQODEbQiYMHbfKPiLBz0Vm6Xs=s72-c' width='72'/> </a> </div> <span class='item-title'> <a href='https://perhapslivingthegoodlife.blogspot.com/2022/03/finished-this-book-and-sad.html' target='_blank'> Finished this book and sad! </a> </span> <div class='item-time'> 1 year ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdW65pynX4MlCskc-Y8T5cWH7GsS_alf4hlAfc94yiDs5ND3w6SIyNN4ZVx6K7GwT8qv_b8j63Vlbb9I9pCJMDpuFGIyrY5mMOQsU0NeodKKMuDy=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://simpleliving31.blogspot.com/' target='_blank'> Simple Living</a> </div> <div class='item-content'> <span class='item-title'> <a href='http://simpleliving31.blogspot.com/2018/07/thanks-again-for-all-comments-i-have.html' target='_blank'> </a> </span> <div class='item-time'> 5 years ago </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXu4HpYYuGgL7qe-ROE6ZxYz0oNdYct_wRTOCiQIs7MJmrJJUpWNsiE0wtf4f0YjeMoWNUEpl140PbMWHWCrw7K2FsHDL1-3FOpPXaHCEXCgIfw=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://www.justgetitdonequilts.com/' target='_blank'> Just Get It Done Quilts | Ontario | Free Quilt Patterns</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> <li style='display: none;'> <div class='blog-icon'> <img data-lateloadsrc='https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXlRfisUMofTJIjN1486OHEk3N36T0CTR_CmD3I2J-l9foUrxi4d_GBtyLw-Cz-LpX9_1qNWW8XAL77T_BX0T4dIOVigKkhpojykfekpYo2duH--YY0=s16-w16-h16' height='16' width='16'/> </div> <div class='blog-content'> <div class='blog-title'> <a href='https://i0.wp.com/coastalcrochet.com/wp-content/uploads/2018/01/img_2994-e1516290567823.jpg?resize=840%2C622&ssl=1' target='_blank'> i0.wp.com/coastalcrochet.com/wp-content/uploads/2018/01/img_2994-e1516290567823.jpg?resize=840%2C622&ssl=1</a> </div> <div class='item-content'> <span class='item-title'> <!--Can't find substitution for tag [item.itemTitle]--> </span> <div class='item-time'> <!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]--> </div> </div> </div> <div style='clear: both;'></div> </li> </ul> <div class='show-option'> <span id='BlogList1_show-n' style='display: none;'> <a href='javascript:void(0)' onclick='return false;'> Show 5 </a> </span> <span id='BlogList1_show-all' style='margin-left: 5px;'> <a href='javascript:void(0)' onclick='return false;'> Show All </a> </span> </div> <div class='clear'></div> </div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive2'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive2_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2024/'> 2024 </a> <span class='post-count' dir='ltr'>(53)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2024/02/'> February </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2024/01/'> January </a> <span class='post-count' dir='ltr'>(28)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/'> 2023 </a> <span class='post-count' dir='ltr'>(74)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/12/'> December </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/11/'> November </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/10/'> October </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/09/'> September </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/08/'> August </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/06/'> June </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/04/'> April </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2023/01/'> January </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/'> 2022 </a> <span class='post-count' dir='ltr'>(71)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/12/'> December </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/11/'> November </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/10/'> October </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/09/'> September </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/08/'> August </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/07/'> July </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/06/'> June </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/05/'> May </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/04/'> April </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/03/'> March </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2022/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2021/'> 2021 </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2021/09/'> September </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2021/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2021/03/'> March </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2021/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/'> 2020 </a> <span class='post-count' dir='ltr'>(26)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/10/'> October </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/09/'> September </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/08/'> August </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/07/'> July </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/05/'> May </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/03/'> March </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/02/'> February </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2020/01/'> January </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/'> 2019 </a> <span class='post-count' dir='ltr'>(38)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/12/'> December </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/11/'> November </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/07/'> July </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/06/'> June </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/04/'> April </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/02/'> February </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2019/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/'> 2018 </a> <span class='post-count' dir='ltr'>(38)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/12/'> December </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/09/'> September </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/07/'> July </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/04/'> April </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/02/'> February </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2018/01/'> January </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/'> 2017 </a> <span class='post-count' dir='ltr'>(33)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/12/'> December </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/10/'> October </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/06/'> June </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2017/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/'> 2016 </a> <span class='post-count' dir='ltr'>(35)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/12/'> December </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/11/'> November </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/10/'> October </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/09/'> September </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/08/'> August </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/05/'> May </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/04/'> April </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/03/'> March </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/02/'> February </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2016/01/'> January </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/'> 2015 </a> <span class='post-count' dir='ltr'>(53)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/12/'> December </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/10/'> October </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/07/'> July </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/04/'> April </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/03/'> March </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/02/'> February </a> <span class='post-count' dir='ltr'>(6)</span> <ul class='posts'> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/a-finish-for-opam-and-progress.html'>A finish for OPAM and progress...</a></li> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/i-am-still-trying.html'>I am still trying!!</a></li> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/walking-for-health-and-weight.html'>Walking for Health and Weight</a></li> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/blue-china-design-and-my-cleaner.html'>Blue China design and my cleaner!</a></li> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/yota-and-thoughts-and-prayers.html'>YOTA and thoughts and prayers</a></li> <li><a href='https://alwayssmiling24.blogspot.com/2015/02/spring-is-on-way.html'>Spring is on the way!</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2015/01/'> January </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/'> 2014 </a> <span class='post-count' dir='ltr'>(77)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/12/'> December </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/10/'> October </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/09/'> September </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/08/'> August </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/07/'> July </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/06/'> June </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/05/'> May </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/04/'> April </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/03/'> March </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/02/'> February </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2014/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(63)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/12/'> December </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/10/'> October </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/08/'> August </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/07/'> July </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/06/'> June </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/05/'> May </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/04/'> April </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/02/'> February </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2013/01/'> January </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(65)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/12/'> December </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/11/'> November </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/10/'> October </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/08/'> August </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/07/'> July </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/06/'> June </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/05/'> May </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/04/'> April </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/02/'> February </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(70)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/12/'> December </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/11/'> November </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/09/'> September </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/07/'> July </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/06/'> June </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/05/'> May </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/04/'> April </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/02/'> February </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(80)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/11/'> November </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/10/'> October </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/09/'> September </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/08/'> August </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/06/'> June </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/04/'> April </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/03/'> March </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/02/'> February </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(8)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(91)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/05/'> May </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/04/'> April </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/03/'> March </a> <span class='post-count' dir='ltr'>(5)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/02/'> February </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2009/01/'> January </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(46)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/12/'> December </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/11/'> November </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/10/'> October </a> <span class='post-count' dir='ltr'>(16)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/09/'> September </a> <span class='post-count' dir='ltr'>(10)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://alwayssmiling24.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget LinkList' data-version='1' id='LinkList7'> <div class='widget-content'> <ul> <li><a href='http://www.writingforpleasure42.blogspot.com/'>My writing blog</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget Text' data-version='1' id='Text2'> <h2 class='title'>Favourite Quote</h2> <div class='widget-content'> When I stand before God at the end of my life, I would hope that I would not have one single bit of talent left, and could say, ' I used everything you gave me.' Erma Bombeck<br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image8'> <div class='widget-content'> <img alt='' height='142' id='Image8_img' src='//1.bp.blogspot.com/_T6RQH2B6Z6A/S4OzpjGhC9I/AAAAAAAABPc/mXAWtMiwVBw/S220/magpie+tales+stamp.jpg' width='220'/> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML12'> <h2 class='title'>CWO</h2> <div class='widget-content'> <a href="http://www.christianwomenonline.net/"><img border="0" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXvBfxHZLIQoUQoo2EDbXbU8KUkdcHGkRbcRSq3oYn6Jy21sfSm4R1x077BC3OjVMCH79lSz5nDTSCL6j5Gh4M7ihTH-SzNAmhGJGYg9YfdLQ-e=s0-d"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML15'> <div class='widget-content'> <a href="http://www.thecutestblogontheblock.com" target="blank"><img border="0" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdU5NXgvzG3RUkGW34UEHDLSpPRKg0MJMAoZv1Cl1kwfXOqu-mpMKfQzqkozuRFboJ8EoSXF0zNoEcK9tCF7YV0FtCN4OiEjucmatfCdgfCEoWHPSutRRFtFqonPG4idaJHFENYBzuHq3jzs1w4=s0-d"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML6'> <div class='widget-content'> <a href='http://readtheprintedword.org'><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXLM4b0DtvYSlMr7RceJS6FFgCsRMg89cmxC_nMqhkkxzHuzFrF9Vdmg7C0gpXl_-ypMSEKJVy7B1M0App0KyLbzWi-x_Aoil9aJR0n1f_yA26jLRlJDAZQgQ=s0-d" alt="Read the Printed Word!" border="0"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML20'> <div class='widget-content'> <center><a href="http://www.christianwomenonline.net/scripturetags.html"><img border="0" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdXy8ll-XXIjp9MikPfLEyo6zuqJZAuqRclwCdGlcWgIEy1GKWrsnpn5ZWcppubWkVJ_m8RuMj9bRr6r9WALUeYgebONtVGDKbj17uFNaUhq7G_IB_xh9w=s0-d"></a></center> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image12'> <div class='widget-content'> <img alt='' height='220' id='Image12_img' src='//4.bp.blogspot.com/_T6RQH2B6Z6A/TVFKmOcEmXI/AAAAAAAAB7M/swPy-CFNoIU/s264/butterfly%252Cfantasy-5959bb011f62bbc986a7929502518b33_h.jpg' width='220'/> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML17'> <div class='widget-content'> <center><table border="1" cellspacing="0" width="162" cellpadding="10" bgcolor="#cccccc"> <tr> <td width="160"> <p align="center"><a href="http://www.christianwomenonline.net/live_well.html"> <img border="0" width="148" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX8BQPXdiNDIHhggVuJZmauceJvO1d-TxiUMoH0LnEcbXNva0ajie78fra3tOVsLxigeuGcbf6u4foFTwf6lmVDivZCXOTLrfya3xzn5fg2YtmtMp2A=s0-d" height="68"></a><br/> <script language="JavaScript" src="//www.christianwomenonline.net/motivationLW.js"> </script> <br/> </p> <center> ________________<br/> <a href="http://www.christianwomenonline.net/live_well_mot.html"> <font color="000000" size="1"><em> Add this to your site</em></font></a> </center></td> </tr> </table></center> _______________________________ </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image11'> <div class='widget-content'> <img alt='' height='191' id='Image11_img' src='//4.bp.blogspot.com/_T6RQH2B6Z6A/SpPimGlaC0I/AAAAAAAAAtI/8C9qY4Q0ulQ/S271/a-lovely-blog-award.png' width='220'/> <br/> <span class='caption'>Thank you Gaye</span> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image7'> <div class='widget-content'> <img alt='' height='198' id='Image7_img' src='//1.bp.blogspot.com/_T6RQH2B6Z6A/SnV9K1z6kdI/AAAAAAAAApM/CKYy42sXhyk/S271/Award.jpg' width='200'/> <br/> <span class='caption'>Award from Kath</span> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image3'> <div class='widget-content'> <img alt='' height='185' id='Image3_img' src='//1.bp.blogspot.com/_T6RQH2B6Z6A/SYrshuT-jwI/AAAAAAAAATo/1et1RLrDotM/S271/Fab_award.jpg' width='149'/> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML9'> <div class='widget-content'> <a href="http://www.tartx.com/blog/?page_id=233"><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVjhXy3KNLnroE0bjU25SAOR0CZ9-U0BKcSd2BHqyZJ9JZhEeCSegOtorKzsElcUdpjpeWKQkDWFCGHwUz9ybiSc74bIeMNrtfSz94pAW8vwqTQbyI4lA=s0-d"></a> </div> <div class='clear'></div> </div><div class='widget Text' data-version='1' id='Text1'> <h2 class='title'>A New Day</h2> <div class='widget-content'> <em><span style="color:#330099;"><blockquote><p><em><span style="color:#330099;">This is the beginning of a new day. You have been given this day to use as you will. </span></em></p><p><em><span style="color:#330099;">You can waste it or use it for good. </span></em></p><p><em><span style="color:#330099;">What you do<br/>today is important because you are exchanging a day of your life for it. </span></em></p><p><em><span style="color:#330099;">When tomorrow comes, this day will be gone forever; in its place is something that<br/>you have left behind...let it be something good.~</span></em></p></blockquote></span></em><br/><br/>Author Unknown<br/> </div> <div class='clear'></div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot section' id='footer-1'><div class='widget TextList' data-version='1' id='TextList1'> <h2>Books read in 2024</h2> <div class='widget-content'> <ul> <li>Nothing Bad Happens Here by Nikki Critchley</li> <li>Final Cut by S J Watson</li> <li>The Pull of the Moon by Elizabeth Berg</li> <li>The Prisoner by B A Paris</li> <li>The Legacy of Hartlepool Hall by Paul Torday</li> <li>Durable Goods by Elizabeth Berg</li> <li>Red Dirt Road by S R White</li> <li>Strange Sally Diamond by Liz Nugent</li> <li>The Stationery Shop pf Tehran by Marjan Ramali</li> <li>Kisscut by Karin Slaughter</li> <li>Our Little Cruelties by Liz Nugent</li> <li>Someone Else's Shoes by Jojo Moyes</li> <li>The Amusements by Aingeala Flannery</li> <li>Pretty Girls by Karin Slaughter.</li> </ul> <div class='clear'></div> </div> </div></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Ethereal theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1221747029-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7Cl8Gm7hP1h_yhfgemgb8ET0yKBw:1708854807935';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d1993625127076778295','//alwayssmiling24.blogspot.com/2015/02/','1993625127076778295'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '1993625127076778295', 'title': 'Always smiling', 'url': 'https://alwayssmiling24.blogspot.com/2015/02/', 'canonicalUrl': 'https://alwayssmiling24.blogspot.com/2015/02/', 'homepageUrl': 'https://alwayssmiling24.blogspot.com/', 'searchUrl': 'https://alwayssmiling24.blogspot.com/search', 'canonicalHomepageUrl': 'https://alwayssmiling24.blogspot.com/', 'blogspotFaviconUrl': 'https://alwayssmiling24.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-GB', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Always smiling - Atom\x22 href\x3d\x22https://alwayssmiling24.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Always smiling - RSS\x22 href\x3d\x22https://alwayssmiling24.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Always smiling - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/1993625127076778295/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/155607c0b9f413c1', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': 'February 2015', 'pageTitle': 'Always smiling: February 2015'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard', 'ok': 'Ok', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'name': 'Ethereal', 'localizedName': 'Ethereal', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'blossoms1Blue', 'variantId': 'blossoms1Blue'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Always smiling', 'description': 'My Life, Family and things good and bad!!', 'url': 'https://alwayssmiling24.blogspot.com/2015/02/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2015, 'month': 2, 'rangeMessage': 'Showing posts from February, 2015'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'crosscol', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text4', 'sidebar-right-1', document.getElementById('Text4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar-right-1', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text3', 'sidebar-right-1', document.getElementById('Text3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogListView', new _WidgetInfo('BlogList1', 'sidebar-right-1', document.getElementById('BlogList1'), {'numItemsToShow': 5, 'totalItems': 53}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar-right-1', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList7', 'sidebar-right-1', document.getElementById('LinkList7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text2', 'sidebar-right-1', document.getElementById('Text2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image8', 'sidebar-right-1', document.getElementById('Image8'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML12', 'sidebar-right-1', document.getElementById('HTML12'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML15', 'sidebar-right-1', document.getElementById('HTML15'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar-right-1', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML20', 'sidebar-right-1', document.getElementById('HTML20'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image12', 'sidebar-right-1', document.getElementById('Image12'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML17', 'sidebar-right-1', document.getElementById('HTML17'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image11', 'sidebar-right-1', document.getElementById('Image11'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image7', 'sidebar-right-1', document.getElementById('Image7'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image3', 'sidebar-right-1', document.getElementById('Image3'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'sidebar-right-1', document.getElementById('HTML9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'sidebar-right-1', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextListView', new _WidgetInfo('TextList1', 'footer-1', document.getElementById('TextList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "My finish this month is a pair of socks for my youngest GS.. he does love Grandma's socks and wears them around the house.. the yarn is Regia sock yarn, a mixture of wool and nylon, so hard wearing for a teenage boy.\nThis is coming along and I think this might be my OPAM finish next month as there are only 6 more squares to do. I am going to frame and display this with two RR that have been waiting for a similar design. They were squares too, so each square stitched by someone else.\nAnd this is looking good.. I still love it and have tried to complete the left corner.\nColours are lovely, don't you think?\nHope you have something you love to stitch, sew, knit, or crochet in these days while we wait for spring time weather!\nWelcome to my new followers, I am slowly working my way around you all.\nThank you for all the encouragement for my slow, slow, slow weight loss! Yesterday my new trainers were kicking up the sand on Southend beach...and a first for me... NO ice cream!\nHappy days to all.....", "id": "<urn:uuid:c1772854-7fd5-4378-bfb2-45f4a52162f7>", "dump": "CC-MAIN-2024-10", "url": "https://alwayssmiling24.blogspot.com/2015/02/", "date": "2024-02-25T09:53:28", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9587432146072388, "token_count": 235 } }
<urn:uuid:32a8026c-3085-4c22-88d2-b796bad32999>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Coast Guard Donations in Atlantic Beach - Al Williams Properties</title> <link rel="canonical" href="https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Coast Guard Donations in Atlantic Beach - Al Williams Properties" /> <meta property="og:description" content="USCG Donations The Town of Atlantic Beach is proud to be designated as an official &#8220;Coast Guard City&#8221; and we feel very fortunate to have the United States Coast Guard as our neighbor. Our Coast Guard personnel are presently not being paid therefore donations of food, cards and money are being collected. All donations should&hellip;" /> <meta property="og:url" content="https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/" /> <meta property="og:site_name" content="Al Williams Properties" /> <meta property="article:publisher" content="https://www.facebook.com/alwilliamsproperties/" /> <meta property="article:published_time" content="2019-01-22T15:47:55+00:00" /> <meta name="author" content="BG Digital" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="BG Digital" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/#article","isPartOf":{"@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/"},"author":{"name":"BG Digital","@id":"https://alwilliamsproperties.com/#/schema/person/1b7e4e8d482b52c454dae2263b7e620c"},"headline":"Coast Guard Donations in Atlantic Beach","datePublished":"2019-01-22T15:47:55+00:00","dateModified":"2019-01-22T15:47:55+00:00","mainEntityOfPage":{"@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/"},"wordCount":77,"publisher":{"@id":"https://alwilliamsproperties.com/#organization"},"articleSection":["Comfort","Hi Lites","Info","Luxury"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/","url":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/","name":"Coast Guard Donations in Atlantic Beach - Al Williams Properties","isPartOf":{"@id":"https://alwilliamsproperties.com/#website"},"datePublished":"2019-01-22T15:47:55+00:00","dateModified":"2019-01-22T15:47:55+00:00","breadcrumb":{"@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/"]}]},{"@type":"BreadcrumbList","@id":"https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://alwilliamsproperties.com/"},{"@type":"ListItem","position":2,"name":"News","item":"https://alwilliamsproperties.com/news/"},{"@type":"ListItem","position":3,"name":"Coast Guard Donations in Atlantic Beach"}]},{"@type":"WebSite","@id":"https://alwilliamsproperties.com/#website","url":"https://alwilliamsproperties.com/","name":"Al Williams Properties","description":"","publisher":{"@id":"https://alwilliamsproperties.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://alwilliamsproperties.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://alwilliamsproperties.com/#organization","name":"Al Williams Properties","url":"https://alwilliamsproperties.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://alwilliamsproperties.com/#/schema/logo/image/","url":"https://alwilliamsproperties.com/wp-content/uploads/2021/01/awp-logo.png","contentUrl":"https://alwilliamsproperties.com/wp-content/uploads/2021/01/awp-logo.png","width":160,"height":79,"caption":"Al Williams Properties"},"image":{"@id":"https://alwilliamsproperties.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/alwilliamsproperties/","https://www.instagram.com/alwilliamsproperties/","https://www.linkedin.com/in/alicia-nelson-31207412b/","https://www.youtube.com/channel/UCdjC8WL8Pr1_ai4tTGGq-YA?view_as=subscriber"]},{"@type":"Person","@id":"https://alwilliamsproperties.com/#/schema/person/1b7e4e8d482b52c454dae2263b7e620c","name":"BG Digital","sameAs":["https://alwilliamsproperties.com"],"url":"https://alwilliamsproperties.com/author/cheryl/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Al Williams Properties &raquo; Feed" href="https://alwilliamsproperties.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Al Williams Properties &raquo; Comments Feed" href="https://alwilliamsproperties.com/comments/feed/" /> <link rel="preload" href="https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.24.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-3DSCMN6HNT" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.24.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/alwilliamsproperties.com\/coast-guard-donations-in-atlantic-beach\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-3DSCMN6HNT', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-3DSCMN6HNT', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/alwilliamsproperties.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://alwilliamsproperties.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='select2-4.0.5-css' href='//cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/css/select2.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://alwilliamsproperties.com/wp-includes/css/dashicons.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wp-jquery-ui-dialog-css' href='https://alwilliamsproperties.com/wp-includes/css/jquery-ui-dialog.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='fmc_connect-css' href='https://alwilliamsproperties.com/wp-content/plugins/flexmls-idx/assets/css/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-5-css' href='https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min.css?ver=2.7.4.4' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-layout-bundle-9bc5f9472eb4844354768c5f27462525-css' href='https://alwilliamsproperties.com/wp-content/uploads/bb-plugin/cache/9bc5f9472eb4844354768c5f27462525-layout-bundle.css?ver=2.7.4.4-1.4.9.2' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-magnificpopup-css' href='https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.7.4.4' type='text/css' media='all' /> <link rel='stylesheet' id='base-css' href='https://alwilliamsproperties.com/wp-content/themes/bgdg-theme/css/base.min.css?ver=1.7.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='https://alwilliamsproperties.com/wp-content/uploads/bgdg-theme/skin-63fe3f440c9eb.css?ver=1.7.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fl-child-theme-css' href='https://alwilliamsproperties.com/wp-content/themes/bgdg-theme-child/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='pp-animate-css' href='https://alwilliamsproperties.com/wp-content/plugins/bbpowerpack/assets/css/animate.min.css?ver=3.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-google-fonts-1d5ad5498f8e82df7786f9858927ee91-css' href='//fonts.googleapis.com/css?family=Dosis%3A300%2C400%2C700%7CPlayfair+Display%3A400&#038;ver=6.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.24.0" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/alwilliamsproperties.com","hash_tracking":"false","v4_id":"G-3DSCMN6HNT"};/* ]]> */ </script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCmBOzFk_laftu3UtPyH54gduWEUW8c5I&amp;ver=6.4.3" id="google-maps-js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/js/select2.min.js?ver=6.4.3" id="select2-4.0.5-js"></script> <script type="text/javascript" id="fmc_connect-js-extra"> /* <![CDATA[ */ var fmcAjax = {"ajaxurl":"https:\/\/alwilliamsproperties.com\/wp-admin\/admin-ajax.php","pluginurl":"https:\/\/alwilliamsproperties.com\/wp-content\/plugins\/flexmls-idx"}; /* ]]> */ </script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/flexmls-idx/assets/js/main.js?ver=3.14.12" id="fmc_connect-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/flexmls-idx/assets/js/portal.js?ver=3.14.12" id="fmc_portal-js"></script> <link rel="https://api.w.org/" href="https://alwilliamsproperties.com/wp-json/" /><link rel="alternate" type="application/json" href="https://alwilliamsproperties.com/wp-json/wp/v2/posts/15494" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://alwilliamsproperties.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://alwilliamsproperties.com/?p=15494' /> <link rel="alternate" type="application/json+oembed" href="https://alwilliamsproperties.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falwilliamsproperties.com%2Fcoast-guard-donations-in-atlantic-beach%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://alwilliamsproperties.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falwilliamsproperties.com%2Fcoast-guard-donations-in-atlantic-beach%2F&#038;format=xml" /> <script> var bb_powerpack = { search_term: '', version: '2.34.6', getAjaxUrl: function() { return atob( 'aHR0cHM6Ly9hbHdpbGxpYW1zcHJvcGVydGllcy5jb20vd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=' ); }, callback: function() {} }; </script> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><link rel="icon" href="https://alwilliamsproperties.com/wp-content/uploads/2021/12/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://alwilliamsproperties.com/wp-content/uploads/2021/12/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://alwilliamsproperties.com/wp-content/uploads/2021/12/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://alwilliamsproperties.com/wp-content/uploads/2021/12/cropped-favicon-270x270.png" /> <style type="text/css" id="wp-custom-css"> html { font-size: 62.5%; /* Set base font size to 10px */ } /***** BEGIN ROOT VARIABLES *****/ :root { /*** COLOR SYSTEM ***/ /* GLOBAL COLOR SETUP (HSL) Set the global colors below using HSL variables. */ --primary-h: 180; --primary-s: 67%; --primary-l: 33%; --secondary-h: 222; --secondary-s: 56%; --secondary-l: 40%; --accent-h: 120; --accent-s: 67%; --accent-l: 44%; --base-h: 0; --base-s: 0%; --base-l: 100%; --shade-h: 0; --shade-s: 0%; --shade-l: 0%; /* SHADING VARIABLES If you want to adjust the generated shade variants, you can adjust the percentages here. Higher percentages are lighter and lower are darker. */ --hover: 2; --ultra-light: 95%; --light: 85%; --dark: 25%; --ultra-dark: 10%; /* GLOBAL COLOR VARIABLES These are the variables you can use in styling. They don't need to be edited. Future plans: Auto generate full complimentary, triadic, analogous, etc. color schemes. */ --primary: hsl(var(--primary-h), var(--primary-s), var(--primary-l)); --primary-hover: hsl(var(--primary-h), var(--primary-s), calc(var(--primary-l) * var(--hover))); --primary-ultra-light: hsl(var(--primary-h), var(--primary-s), var(--ultra-light)); --primary-light: hsl(var(--primary-h), var(--primary-s), var(--light)); --primary-dark: hsl(var(--primary-h), var(--primary-s), var(--dark)); --primary-ultra-dark: hsl(var(--primary-h), var(--primary-s), var(--ultra-dark)); --primary-trans-80: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .8); --primary-trans-60: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .6); --primary-trans-40: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .4); --primary-trans-20: hsla(var(--primary-h), var(--primary-s), var(--primary-l), .2); --primary-comp: hsl(calc(var(--primary-h) + 180), var(--primary-s), var(--primary-l)); --secondary: hsl(var(--secondary-h), var(--secondary-s), var(--secondary-l)); --secondary-hover: hsl(var(--secondary-h), var(--secondary-s), calc(var(--secondary-l) * var(--hover))); --secondary-ultra-light: hsl(var(--secondary-h), var(--secondary-s), var(--ultra-light)); --secondary-light: hsl(var(--secondary-h), var(--secondary-s), var(--light)); --secondary-dark: hsl(var(--secondary-h), var(--secondary-s), var(--dark)); --secondary-ultra-dark: hsl(var(--secondary-h), var(--secondary-s), var(--ultra-dark)); --secondary-trans-80: hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), .8); --secondary-trans-60: hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), .6); --secondary-trans-40: hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), .4); --secondary-trans-20: hsla(var(--secondary-h), var(--secondary-s), var(--secondary-l), .2); --secondary-comp: hsl(calc(var(--secondary-h) + 180), var(--secondary-s), var(--secondary-l)); --accent: hsl(var(--accent-h), var(--accent-s), var(--accent-l)); --accent-hover: hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) * var(--hover))); --accent-ultra-light: hsl(var(--accent-h), var(--accent-s), var(--ultra-light)); --accent-light: hsl(var(--accent-h), var(--accent-s), var(--light)); --accent-dark: hsl(var(--accent-h), var(--accent-s), var(--dark)); --accent-ultra-dark: hsl(var(--accent-h), var(--accent-s), var(--ultra-dark)); --accent-trans-80: hsla(var(--accent-h), var(--accent-s), var(--accent-l), .8); --accent-trans-60: hsla(var(--accent-h), var(--accent-s), var(--accent-l), .6); --accent-trans-40: hsla(var(--accent-h), var(--accent-s), var(--accent-l), .4); --accent-trans-20: hsla(var(--accent-h), var(--accent-s), var(--accent-l), .2); --accent-comp: hsl(calc(var(--accent-h) + 180), var(--accent-s), var(--accent-l)); --base: hsl(var(--base-h), var(--base-s), var(--base-l)); --base-hover: hsl(var(--base-h), var(--base-s), calc(var(--base-l) * var(--hover))); --base-ultra-light: hsl(var(--base-h), var(--base-s), var(--ultra-light)); --base-light: hsl(var(--base-h), var(--base-s), var(--light)); --base-dark: hsl(var(--base-h), var(--base-s), var(--dark)); --base-ultra-dark: hsl(var(--base-h), var(--base-s), var(--ultra-dark)); --base-trans-80: hsla(var(--base-h), var(--base-s), var(--base-l), .8); --base-trans-60: hsla(var(--base-h), var(--base-s), var(--base-l), .6); --base-trans-40: hsla(var(--base-h), var(--base-s), var(--base-l), .4); --base-trans-20: hsla(var(--base-h), var(--base-s), var(--base-l), .2); --base-comp: hsl(calc(var(--base-h) + 180), var(--base-s), var(--base-l)); --shade-black: hsl(var(--shade-h), var(--shade-s), var(--shade-l)); --shade-white: hsl(var(--shade-h), var(--shade-s), 100%); --shade-ultra-light: hsl(var(--shade-h), var(--shade-s), 95%); --shade-light: hsl(var(--shade-h), var(--shade-s), 85%); --shade-medium: hsl(var(--shade-h), var(--shade-s), 50%); --shade-dark: hsl(var(--shade-h), var(--shade-s), 20%); --shade-ultra-dark: hsl(var(--shade-h), var(--shade-s), 10%); --black-trans-80: hsla(var(--shade-h), var(--shade-s), var(--shade-l), .8); --black-trans-60: hsla(var(--shade-h), var(--shade-s), var(--shade-l), .6); --black-trans-40: hsla(var(--shade-h), var(--shade-s), var(--shade-l), .4); --black-trans-20: hsla(var(--shade-h), var(--shade-s), var(--shade-l), .2); /*** END COLOR SYSTEM ***/ /*** CLAMP SYSTEM These fill the necessary min/max viewport variables in the clamp functions used throughout the system. If you want to base the clamp functions off different viewport variables, you can change them here. ***/ --vp-min: 32; /* Viewport Min Size in REM */ --vp-max: 112; /* Viewport Max Size in REM */ /*** FLUID TEXT SIZE SYSTEM Base text sizes are used to calculate the fluid text and heading styles. Adjust accordingly. ***/ --base-text-mobile: 1.6; --base-text-desktop: 1.8; --text-adjust-mob-xs: .2; --text-adjust-mob-m: 1; --text-adjust-mob-l: 1.2; --text-adjust-mob-xl: 1.2; --text-adjust-mob-xxl: 1.4; --text-adjust-desk-l: 1.2; --text-adjust-desk-xl: 1.6; --text-adjust-desk-xxl: 1.8; /*** FLUID SPACING SYSTEM Base spacing is used to calculate margin and padding styles. Adjust accordingly. The adjustment variables are multipliers of the base size. ***/ --base-space: 3; --space-adjust-mob-xs: .6; --space-adjust-mob-s: .8; --space-adjust-mob-m: 1; --space-adjust-mob-l: 1.2; --space-adjust-mob-xl: 1.4; --space-adjust-mob-xxl: 1.8; --space-adjust-desk-l: 1.2; --space-adjust-desk-xl: 1.4; --space-adjust-desk-xxl: 1.8; --space-adjust-section: 2.4; } /***** END ROOT VARIABLES *****/ /***** BEGIN ELEMENT & CLASS STYLING *****/ /*** TEXT SIZING SYSTEM Nothing here should need to be adjusted. ***/ :is(body, .text--m, .text--l, .text--xl, .text--xxl, h1, h2, h3, h4) { font-size: clamp(var(--clamp-min) * 1rem, calc(var(--clamp-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--clamp-max) - var(--clamp-min)) / (var(--vp-max) - var(--vp-min))))), var(--clamp-max) * 1rem); } /*** OXYGEN GLOBAL SIZE & SPACING REPLACEMENT This area replaces most of the global size & spacing related areas in Oxygen. ***/ body { --clamp-min: var(--base-text-mobile); --clamp-max: var(--base-text-desktop); color: var(--primary); font-family: 'Raleway', sans-serif; } h1,h2,h3,h4,h5,h6 { color: var(--primary-ultra-dark); font-weight: 600; } a { color: var(--primary); font-weight: 600; } a:hover { color: var(--primary-hover); text-decoration: none; } .fl-module-inner-wrap { --pad-min: calc(var(--base-space) * (var(--space-adjust-mob-l) * var(--space-adjust-section))); --pad-max: calc(var(--base-space) * (var(--space-adjust-desk-l) * var(--space-adjust-section))); } h1 { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-xxl)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-xxl)); } h2 { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-xl)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-xl)); } h3 { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-l)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-l)); } h4 { --clamp-min: var(--base-text-mobile); --clamp-max: var(--base-text-desktop); } h5 { font-size: calc(var(--base-text-mobile) * var(--text-adjust-mob-m) * 1rem); } h6 { font-size: calc((var(--base-text-mobile) - var(--text-adjust-mob-xs)) * 1rem); } /*** TEXT CLASSES These are generated from the text size system. ***/ .text--xs { font-size: calc(var(--base-text-mobile) * 1rem - var(--text-adjust-mob-xs) * 1rem); } .text--s { font-size: calc(var(--base-text-mobile) * 1rem); } .text--m { --clamp-min: var(--base-text-mobile); --clamp-max: var(--base-text-desktop); } .text--l { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-l)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-l)); } .text--xl { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-xl)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-xl)); } .text--xxl { --clamp-min: calc(var(--base-text-mobile) * var(--text-adjust-mob-xxl)); --clamp-max: calc(var(--base-text-desktop) * var(--text-adjust-desk-xxl)); } .text--primary { color: var(--primary); } .text--secondary { color: var(--secondary); } .text--accent { color: var(--accent); } .text--base { color: var(--base); } /*** PADDING UTILITY CLASSES These apply padding to sections and containers. ***/ :is(.pad--l, .pad--xl, .pad--xxl) { padding: clamp(var(--pad-min) * 1rem, calc(var(--pad-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--pad-max) - var(--pad-min)) / (var(--vp-max) - var(--vp-min))))), var(--pad-max) * 1rem); } :is(.fl-module, .pad-section, .pad-section--l, .pad-section--xl, .pad-section--xxl) .fl-module-inner-wrap { padding: clamp(var(--pad-min) * 1rem, calc(var(--pad-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--pad-max) - var(--pad-min)) / (var(--vp-max) - var(--vp-min))))), var(--pad-max) * 1rem) calc(var(--base-space) * 1rem); } .pad--xs { padding: calc(var(--base-space) * var(--space-adjust-mob-xs) * 1rem); } .pad--s { padding: calc(var(--base-space) * var(--space-adjust-mob-s) * 1rem); } .pad { padding: calc(var(--base-space) * var(--space-adjust-mob-m) * 1rem); } .pad--l { --pad-min: calc(var(--base-space) * var(--space-adjust-mob-l)); --pad-max: calc(var(--base-space) * var(--space-adjust-desk-l)); } .pad--xl { --pad-min: calc(var(--base-space) * var(--space-adjust-mob-xl)); --pad-max: calc(var(--base-space) * var(--space-adjust-desk-xl)); } .pad--xxl { --pad-min: calc(var(--base-space) * var(--space-adjust-mob-xxl)); --pad-max: calc(var(--base-space) * var(--space-adjust-desk-xxl)); } .pad-section--xs .fl-module-inner-wrap { padding: calc((var(--base-space) * var(--space-adjust-mob-xs)) * 1rem) calc(var(--base-space) * 1rem); } .pad-section--s .fl-module-inner-wrap { padding: calc((var(--base-space) * var(--space-adjust-mob-s)) * 1rem) calc(var(--base-space) * 1rem); } .pad-section .fl-module-inner-wrap { --pad-min: calc(var(--base-space) * (var(--space-adjust-mob-l) * var(--space-adjust-section))); --pad-max: calc(var(--base-space) * (var(--space-adjust-desk-l) * var(--space-adjust-section))); } .pad-section--l .fl-module-inner-wrap { --pad-min: calc((var(--base-space) * (var(--space-adjust-mob-l)) * var(--space-adjust-section))); --pad-max: calc((var(--base-space) * (var(--space-adjust-desk-l)) * var(--space-adjust-section))); } .pad-section--xl .fl-module-inner-wrap { --pad-min: calc((var(--base-space) * (var(--space-adjust-mob-xl)) * var(--space-adjust-section))); --pad-max: calc((var(--base-space) * (var(--space-adjust-desk-xl)) * var(--space-adjust-section))); } .pad-section--xxl .fl-module-inner-wrap { --pad-min: calc((var(--base-space) * (var(--space-adjust-mob-xxl)) * var(--space-adjust-section))); --pad-max: calc((var(--base-space) * (var(--space-adjust-desk-xxl)) * var(--space-adjust-section))); } /*** MARGIN UTILITY CLASSES These apply margin to elements. ***/ :is(.margin-bottom--l, .margin-bottom--xl, .margin-bottom--xxl) { margin-bottom: clamp(var(--margin-min) * 1rem, calc(var(--margin-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--margin-max) - var(--margin-min)) / (var(--vp-max) - var(--vp-min))))), var(--margin-max) * 1rem); } .margin-bottom--xs { margin-bottom: calc(var(--base-space) * var(--space-adjust-mob-xs) * 1rem); } .margin-bottom--s { margin-bottom: calc(var(--base-space) * var(--space-adjust-mob-s) * 1rem); } .margin-bottom { margin-bottom: calc(var(--base-space) * var(--space-adjust-mob-m) * 1rem); } .margin-bottom--l { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-l)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-l)); } .margin-bottom--xl { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-xl)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-xl)); } .margin-bottom--xxl { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-xxl)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-xxl)); } /* OWL SPACING UTILITY CLASSES These apply equal margin to the top of all elements with an adjacent sibling. Use these to automatically space everything in a section or container without creating extra top or bottom spacing. */ .fl-module.owl--xs .fl-module-inner-wrap > * + *, .owl--xs:not(.fl-module) > * + * { margin-top: calc(var(--base-space) * var(--space-adjust-mob-xs) * 1rem); } .fl-module.owl--s .fl-module-inner-wrap > * + *, .owl--s:not(.fl-module) > * + * { margin-top: calc(var(--base-space) * var(--space-adjust-mob-s) * 1rem); } .fl-module.owl .fl-module-inner-wrap > * + *, .owl:not(.fl-module) > * + * { margin-top: calc(var(--base-space) * 1rem); } .fl-module.owl--l .fl-module-inner-wrap > * + *, .owl--l:not(.fl-module) > * + * { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-l)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-l)); margin-top: clamp(var(--margin-min) * 1rem, calc(var(--margin-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--margin-max) - var(--margin-min)) / (var(--vp-max) - var(--vp-min))))), var(--margin-max) * 1rem); } .fl-module.owl--xl .fl-module-inner-wrap > * + *, .owl--xl:not(.fl-module) > * + * { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-xl)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-xl)); margin-top: clamp(var(--margin-min) * 1rem, calc(var(--margin-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--margin-max) - var(--margin-min)) / (var(--vp-max) - var(--vp-min))))), var(--margin-max) * 1rem); } .fl-module.owl--xxl .fl-module-inner-wrap > * + *, .owl--xxl:not(.fl-module) > * + * { --margin-min: calc(var(--base-space) * var(--space-adjust-mob-xxl)); --margin-max: calc(var(--base-space) * var(--space-adjust-desk-xxl)); margin-top: clamp(var(--margin-min) * 1rem, calc(var(--margin-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--margin-max) - var(--margin-min)) / (var(--vp-max) - var(--vp-min))))), var(--margin-max) * 1rem); } /* MAX WIDTH UTILITY CLASSES Change the max-width of any element. Values are generated from base viewport sizes so they adapt to viewport defaults. */ .max-width--s { width: 100%; max-width: calc(var(--vp-min) * 1rem); } .max-width--m { width: 100%; max-width: calc(var(--vp-max) * .4 * 1rem); } .max-width--l { width: 100%; max-width: calc(var(--vp-max) * .6 * 1rem); } .max-width--xl { width: 100%; max-width: calc(var(--vp-max) * .8 * 1rem); } .max-width--xxl { width: 100%; max-width: calc(var(--vp-max) * .9 * 1rem); } .max-width--full { width: 100%; max-width: calc(var(--vp-max) * 1rem); } /*** BACKGROUND CLASSES Quickly apply brand colors to the background. ***/ .bg--primary { background-color: var(--primary); } .bg--primary-hover { background-color: var(--primary-hover); } .bg--primary-ultra-light { background-color: var(--primary-ultra-light); } .bg--primary-light { background-color: var(--primary-light); } .bg--primary-dark { background-color: var(--primary-dark); } .bg--primary-ultra-dark { background-color: var(--primary-ultra-dark); } .bg--primary-trans-80 { background-color: var(--primary-trans-80); } .bg--primary-trans-60 { background-color: var(--primary-trans-60); } .bg--primary-trans-40 { background-color: var(--primary-trans-40); } .bg--primary-trans-20 { background-color: var(--primary-trans-20); } .bg--primary-comp { background-color: var(--primary-comp); } .bg--secondary { background-color: var(--secondary); } .bg--secondary-hover { background-color: var(--secondary-hover); } .bg--secondary-ultra-light { background-color: var(--secondary-ultra-light); } .bg--secondary-light { background-color: var(--secondary-light); } .bg--secondary-dark { background-color: var(--secondary-dark); } .bg--secondary-ultra-dark { background-color: var(--secondary-ultra-dark); } .bg--secondary-trans-80 { background-color: var(--secondary-trans-80); } .bg--secondary-trans-60 { background-color: var(--secondary-trans-60); } .bg--secondary-trans-40 { background-color: var(--secondary-trans-40); } .bg--secondary-trans-20 { background-color: var(--secondary-trans-20); } .bg--secondary-comp { background-color: var(--secondary-comp); } .bg--accent { background-color: var(--accent); } .bg--accent-hover { background-color: var(--accent-hover); } .bg--accent-ultra-light { background-color: var(--accent-ultra-light); } .bg--accent-light { background-color: var(--accent-light); } .bg--accent-dark { background-color: var(--accent-dark); } .bg--accent-ultra-dark { background-color: var(--accent-ultra-dark); } .bg--accent-trans-80 { background-color: var(--accent-trans-80); } .bg--accent-trans-60 { background-color: var(--accent-trans-60); } .bg--accent-trans-40 { background-color: var(--accent-trans-40); } .bg--accent-trans-20 { background-color: var(--accent-trans-20); } .bg--accent-comp { background-color: var(--accent-comp); } .bg--base { background-color: var(--base); } .bg--base-hover { background-color: var(--base-hover); } .bg--base-ultra-light { background-color: var(--base-ultra-light); } .bg--base-light { background-color: var(--base-light); } .bg--base-dark { background-color: var(--base-dark); } .bg--base-ultra-dark { background-color: var(--base-ultra-dark); } .bg--base-trans-80 { background-color: var(--base-trans-80); } .bg--base-trans-60 { background-color: var(--base-trans-60); } .bg--base-trans-40 { background-color: var(--base-trans-40); } .bg--base-trans-20 { background-color: var(--base-trans-20); } .bg--base-comp { background-color: var(--base-comp); } .bg--f7 { background-color: #f7f7f7; } .bg--f9 { background-color: #f9f9f9; } .bg--border { border-top: 1px solid var(--primary); border-bottom: 1px solid var(--primary); } /*** OVERLAY CLASSES Quickly apply brand color overlays. ***/ .overlay--primary-trans-80, .overlay--primary-trans-60, .overlay--primary-trans-40, .overlay--primary-trans-20, .overlay--secondary-trans-80, .overlay--secondary-trans-60, .overlay--secondary-trans-40, .overlay--secondary-trans-20, .overlay--accent-trans-80, .overlay--accent-trans-60, .overlay--accent-trans-40, .overlay--accent-trans-20, .overlay--base-trans-80, .overlay--base-trans-60, .overlay--base-trans-40, .overlay--base-trans-20, .overlay--black-trans-80, .overlay--black-trans-60, .overlay--black-trans-40, .overlay--black-trans-20 { position: relative; z-index: 0; } .overlay--primary-trans-80::before, .overlay--primary-trans-60::before, .overlay--primary-trans-40::before, .overlay--primary-trans-20::before, .overlay--secondary-trans-80::before, .overlay--secondary-trans-60::before, .overlay--secondary-trans-40::before, .overlay--secondary-trans-20::before, .overlay--accent-trans-80::before, .overlay--accent-trans-60::before, .overlay--accent-trans-40::before, .overlay--accent-trans-20::before, .overlay--base-trans-80::before, .overlay--base-trans-60::before, .overlay--base-trans-40::before, .overlay--base-trans-20::before, .overlay--black-trans-80::before, .overlay--black-trans-60::before, .overlay--black-trans-40::before, .overlay--black-trans-20::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; } .overlay--primary-trans-80 { background: var(--primary-trans-80); } .overlay--primary-trans-60 { background: var(--primary-trans-60); } .overlay--primary-trans-40 { background: var(--primary-trans-40); } .overlay--primary-trans-20 { background: var(--primary-trans-20); } .overlay--secondary-trans-80 { background: var(--secondary-trans-80); } .overlay--secondary-trans-60 { background: var(--secondary-trans-60); } .overlay--secondary-trans-40 { background: var(--secondary-trans-40); } .overlay--secondary-trans-20 { background: var(--secondary-trans-20); } .overlay--accent-trans-80 { background: var(--accent-trans-80); } .overlay--accent-trans-60 { background: var(--accent-trans-60); } .overlay--accent-trans-40 { background: var(--accent-trans-40); } .overlay--accent-trans-20 { background: var(--accent-trans-20); } .overlay--base-trans-80 { background: var(--base-trans-80); } .overlay--base-trans-60 { background: var(--base-trans-60); } .overlay--base-trans-40 { background: var(--base-trans-40); } .overlay--base-trans-20 { background: var(--base-trans-20); } .overlay--black-trans-80 { background: var(--black-trans-80); } .overlay--black-trans-60 { background: var(--black-trans-60); } .overlay--black-trans-40 { background: var(--black-trans-40); } .overlay--black-trans-20 { background: var(--black-trans-20); } /*** BOX-SHADOW CLASSES Quickly apply multi-layered box shadows. ***/ .shadow { box-shadow: 0 4px 4px -10px hsla(var(--base-h), var(--base-s), var(--base-l), 0.04), 0 13px 13px -10px hsla(var(--base-h), var(--base-s), var(--base-l), 0.06), 0 40px 60px -10px hsla(var(--base-h), var(--base-s), var(--base-l), 0.08) } .shadow--l { box-shadow: 0 2.7px 3.6px -5px hsla(var(--base-h), var(--base-s), var(--base-l), .04), 0 7.5px 10px -5px hsla(var(--base-h), var(--base-s), var(--base-l), .06), 0 18px 24.1px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.08), 0 60px 80px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.1) } .shadow--xl { box-shadow: 0 2.2px 2.8px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.01), 0 5.3px 6.7px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.02), 0 10px 12.5px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.04), 0 17.9px 22.3px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.06), 0 33.4px 41.8px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.08), 0 80px 100px -5px hsla(var(--base-h), var(--base-s), var(--base-l), 0.1) } /* BREAKOUT UTILITY CLASSES Horizontally break any element out of its parent container. */ .breakout--s { width: 60vw; max-width: 60vw; margin: 0 calc(-30vw + 50%); } .breakout { width: 70vw; max-width: 70vw; margin: 0 calc(-35vw + 50%); } .breakout--l { width: 80vw; max-width: 80vw; margin: 0 calc(-40vw + 50%); } .breakout--xl { width: 90vw; max-width: 90vw; margin: 0 calc(-45vw + 50%); } .breakout--full { width: 100vw; max-width: 100vw; margin: 0 calc(-50vw + 50%); } @media (max-width: var(--vp-max)) { [class*="breakout--"] { width: 100%; max-width: 100%; margin: 0; } } /* STICKY UTILITY CLASSES */ .sticky { position: sticky; top: 0; } .sticky-top--s { top: 2.5%; } .sticky-top { top: 5%; } .sticky-top--l { top: 10%; } /* HEIGHT UTILITY CLASSES */ .fl-module.height--30 .fl-module-inner-wrap, .height--30:not(.fl-module) { min-height: 30vh; } .fl-module.height--40 .fl-module-inner-wrap, .height--40:not(.fl-module) { min-height: 40vh; } .fl-module.height--50 .fl-module-inner-wrap, .height--50:not(.fl-module) { min-height: 50vh; } .fl-module.height--60 .fl-module-inner-wrap, .height--60:not(.fl-module) { min-height: 60vh; } .fl-module.height--70 .fl-module-inner-wrap, .height--70:not(.fl-module) { min-height: 70vh; } .fl-module.height--80 .fl-module-inner-wrap, .height--80:not(.fl-module) { min-height: 80vh; } .fl-module.height--90 .fl-module-inner-wrap, .height--90:not(.fl-module) { min-height: 90vh; } .fl-module.height--full .fl-module-inner-wrap, .height--full:not(.fl-module) { min-height: 100vh; } /*** OBJECT-FIT UTILITY CLASSES Use these classes when images require a set width and height. They prevent image stretching and allow control over which area of the image is shown. ***/ .object-fit--cover { object-fit: cover; } .object-fit--center-left { object-position: 10% 50%; } .object-fit--center-right { object-position: 90% 50%; } .object-fit--center-top { object-position: 50% 10%; } .object-fit--center-bottom { object-position: 50% 90%; } .object-fit--bottom-left { object-position: 10% 10%; } .object-fit--bottom-right { object-position: 90% 90%; } .object-fit--top-left { object-position: 10% 90%; } .object-fit--top-right { object-position: 90% 10%; } .object-fit--contain { object-fit: contain; } /*** BUTTON UTILITY CLASSES These set background color, hover color, text size, and default padding. ***/ /* .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .fl-builder-content .fl-slide a.fl-button, .fl-builder-content .fl-slide a.fl-button:visited { background: var(--primary); line-height: 1.2; padding: calc(var(--base-space) / (var(--base-space) * 2) * 1em) calc(var(--base-space) / (var(--base-space) * .6) * 1em); border: 1px solid var(--primary); } .fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:focus, .fl-builder-content .fl-slide a.fl-button:hover, .fl-builder-content .fl-slide a.fl-button:focus { background: var(--primary-ultra-dark); border: 1px solid var(--primary); } */ .bg-hover:hover, .menu-item > a:hover { background: var(--primary-hover); color: #fff; } /* site specific */ body { font-family: 'Raleway', sans-serif; color: #7A7A7A; background: #f7f9fb; } /* .fl-page-content { background-color: #fff; } */ h1,h2,h3,h4,h5,h6 { color: #000000; font-weight: 600; font-family: 'Montserrat', sans-serif; } .flexmls-body-font { font-family: 'Montserrat', sans-serif!important; } .flexmls-content-wrapper { background: #ffffff; } .flexmls_connect__search_results_v2 .flexmls-listing { background-color: rgb(255, 255, 255); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; box-sizing: border-box; color: rgb(34, 34, 34); display: block; font-family: ; hyphens: manual; overflow-wrap: break-word; margin-bottom: 30px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative; text-align: center; text-rendering: optimizelegibility; text-size-adjust: 100%; text-transform: none; -webkit-font-smoothing: auto; -webkit-tap-highlight-color: rgba(0, 0, 0); box-shadow: none; } .flexmls_connect__search_results_v2 .flexmls-listing .flexmls-image-wrapper { padding-top: 70%; } .flexmls-address { background-color: rgba(0, 0, 0, 0); box-shadow: none; box-sizing: border-box; color: rgb(34, 34, 34); cursor: pointer; display: inline; /* font-family: "Playfair Display"; */ /* font-size: 24px; */ font-size: clamp(var(--clamp-min) * 1rem, calc(var(--clamp-min) * 1rem + ((1vw - (var(--vp-min) / 100) * 1rem) * (100 * (var(--clamp-max) - var(--clamp-min)) / (var(--vp-max) - var(--vp-min))))), var(--clamp-max) * 1rem); /* font-weight: 400; */ height: auto; hyphens: manual; line-height: 34px; overflow-wrap: break-word; text-align: center; text-decoration-color: rgb(34, 34, 34); text-decoration-line: none; text-decoration-style: solid; text-decoration-thickness: auto; text-rendering: optimizelegibility; text-size-adjust: 100%; text-transform: capitalize; transition-delay: 0s; transition-duration: 0.2s; transition-property: all; transition-timing-function: ease; white-space: normal; width: auto; -webkit-box-direction: normal; -webkit-font-smoothing: auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #fl-post-11 .flexmls-actions-wrapper, #fl-post-11 .listings-per-page-wrapper, #fl-post-11 .listings-per-page-wrapper, #fl-post-11 .sort-by-wrapper, #fl-post-11 .flexmls_connect__sr_pagination, #fl-post-11 .flexmls_connect__idx_disclosure_text.flexmls_connect__disclaimer_text, #fl-post-11 .flexmls-count-wrapper { height:0; visibility: hidden; margin: 0; padding: 0; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div.fl-module.fl-module-rich-text.fl-node-6128ea7cdfacc > div > div > div { max-width: 100%!important; margin-left: auto; margin-right: auto; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div > div > div > div { box-shadow:none; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div > div > div > div > form > div.flexmls_connect__search_field.location { width: 84%; float: left; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div > div > div > div > form > div.flexmls_connect__search_v2_links { width: 15%; margin-left: auto; margin-right: 0; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div.fl-module.fl-module-rich-text.fl-node-6128ea7cdfacc > div > div > div { padding: 24px 24px 34px 24px; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div.fl-module.fl-module-rich-text.fl-node-6128ea7cdfacc > div > div > div > form > div.flexmls_connect__search_field.location > span > span.selection > span > ul > li > input { margin-top: 5px; } .svg-social img { width: 30px; height: 30px; margin-left: 10px; margin-right: 10px; } #menu-item-39 > a > span a { display:flex; align-items: center; } #menu-item-39 > a > span { margin-right: 0px; font-size: 14px; } .width-70-center { width: 70%; max-width: 700px; margin-left: auto; margin-right: auto; } .width-80-center { width: 70%; margin-left: auto; margin-right: auto; /* text-align: justify; text-justify: inter-word; */ } .agent-col { text-align: center; } .agent-image { /* max-width: 200px; */ /* height: auto; */ margin-left: auto; margin-right: auto; border-radius: 4px 4px 0 0; object-fit: cover; width: 289px; height: 289px; } .flexmls-image-wrapper{ box-shadow: 8px 8px 10px #aaa; } .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; display: inline-block; font-size: 16px; font-weight: normal; line-height: 18px; padding: 12px 24px; text-decoration: none; text-shadow: none; } a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited { background: #428bca; color: #fff; border: 1px solid #2d6ca2; } .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .fl-builder-content .fl-slide a.fl-button, .fl-builder-content .fl-slide a.fl-button:visited { background: var(--primary); line-height: 1.2; padding: calc(var(--base-space) / (var(--base-space) * 2) * 1em) calc(var(--base-space) / (var(--base-space) * .6) * 1em); border: 1px solid var(--primary); } .fl-builder-content a.fl-button { padding-top: 15px; padding-right: 30px; padding-bottom: 15px; padding-left: 30px; } .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:visited { background: #1d8d8c; } .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited { border: 1px solid #118180; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 20%); } .fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:focus { background: rgb(110,226,226); } .fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:focus { border: 1px solid rgb(98,214,214); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 20%); } #fl-post-1463 .pp-content-grid-image.pp-post-image { position: relative; height: 274px; overflow: hidden; } .widgettitle { font-size: 22px; } .fl-module-widget.fl-node-615f18969bca6 > div > div > div > ul > li > a { line-height: 1.45; } #fl-post-846 > header > h1 { visibility: hidden; height: 0; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-6128ed32c5603 > div > div > div.fl-col-group.fl-node-6128ed32c9ba7 > div > div > div > div > div > div > div.flexmls-listings-list-wrapper.flexmls-widthchange-wrapper.flexmls-width-480.flexmls-width-600.flexmls-width-768.flexmls-width-900 > a:nth-child(25) { height: 0; width: 0; visibility: hidden; } /* .agent-image { min-height: 293px; } */ .fl-module img { height: auto; } @media (max-width: 768px){ #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div > div > div > div > form > div.flexmls_connect__search_field.location { width: 100%; float: none; } #fl-post-11 > div > div > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6009ce309de77.fl-row-custom-height.fl-row-align-center.fl-row-bg-overlay > div > div > div > div > div > div > div > div > div > div > div > div > form > div.flexmls_connect__search_v2_links { /* width: 15%; */ clear: both; margin-left: auto; margin-right: auto; } } .broken_link, a.broken_link { text-decoration: none!important; } </style> <script async="" type="text/javascript">var d=document,s="https://a.smtrk.net/trk?t=s&i=60db3a6b003b1ad5010811ba&p=t,i,x&s=9921989591ab81d54a8d81c88bb2d023&r="+escape(d.referrer)+"&u="+escape(d.URL),n=d.createElement("script"),e=d.getElementsByTagName("script")[0];n.async=!0,n.src=s,e.parentNode.insertBefore(n,e);</script> </head> <body class="post-template-default single single-post postid-15494 single-format-standard fl-theme-builder-header fl-theme-builder-header-header fl-theme-builder-footer fl-theme-builder-footer-footer fl-theme-builder-part fl-theme-builder-part-page-topper fl-theme-builder-singular fl-theme-builder-singular-posts fl-framework-base fl-preset-default fl-full-width fl-search-active" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <a aria-label="Skip to content" class="fl-screen-reader-text" href="#fl-main-content">Skip to content</a><div class="fl-page"> <header class="fl-builder-content fl-builder-content-23 fl-builder-global-templates-locked" data-post-id="23" data-type="header" data-sticky="0" data-sticky-on="" data-sticky-breakpoint="medium" data-shrink="0" data-overlay="0" data-overlay-bg="transparent" data-shrink-image-height="50px" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-6009afd88af9a fl-row-default-height fl-row-align-center" data-node="6009afd88af9a"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-6009afd88e87a fl-col-group-equal-height fl-col-group-align-center" data-node="6009afd88e87a"> <div class="fl-col fl-node-6009afd88e9c1 fl-col-small" data-node="6009afd88e9c1"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-6009afe22620b" data-node="6009afe22620b"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-left" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <a href="/home/" target="_self" itemprop="url"> <img loading="lazy" decoding="async" class="fl-photo-img wp-image-1458 size-full" src="https://alwilliamsproperties.com/wp-content/uploads/2021/01/awp-logo.png" alt="awp-logo" itemprop="image" height="79" width="160" title="awp-logo" data-no-lazy="1" /> </a> </div> </div> </div> </div> </div> </div> <div class="fl-col fl-node-6009afd88e9c5" data-node="6009afd88e9c5"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-617a9fb429fb7" data-node="617a9fb429fb7"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: right; font-size: 16px; color: #1c8d8d; font-weight: 600;">Phone: 252-726-8800</p> </div> </div> </div> <div class="fl-module fl-module-menu fl-node-617a9f8b5e9ab" data-node="617a9f8b5e9ab"> <div class="fl-module-content fl-node-content"> <div class="fl-menu fl-menu-responsive-toggle-mobile"> <button class="fl-menu-mobile-toggle hamburger" aria-label="Menu"><span class="fl-menu-icon svg-container"><svg version="1.1" class="hamburger-menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"> <rect class="fl-hamburger-menu-top" width="512" height="102"/> <rect class="fl-hamburger-menu-middle" y="205" width="512" height="102"/> <rect class="fl-hamburger-menu-bottom" y="410" width="512" height="102"/> </svg> </span></button> <div class="fl-clear"></div> <nav aria-label="Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><ul id="menu-primary" class="menu fl-menu-horizontal fl-toggle-none"><li id="menu-item-25449" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home"><a href="https://alwilliamsproperties.com/">Home</a></li><li id="menu-item-1791" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/listings-property-search/">Listings/Property Search</a></li><li id="menu-item-1792" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://link.flexmls.com/1lh0kclcfrev,7">Search MLS</a></li><li id="menu-item-1793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="https://alwilliamsproperties.com/community/">Community</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-25460" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/reviews/">Reviews</a></li></ul></li><li id="menu-item-1794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="https://alwilliamsproperties.com/coastal-hi-lites/">Coastal Hi-Lites</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-25362" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.crystalcoastnc.org/">About The Crystal Coast</a></li> <li id="menu-item-25364" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://nccoastchamber.com/">Crystal Coast Chamber of Commerce</a></li> <li id="menu-item-25363" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://crystalcoasted.com/">Crystal Coast Economic Development Council</a></li></ul></li><li id="menu-item-1795" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/buyer-sellers/">Contact Us</a></li></ul></nav></div> </div> </div> </div> </div> </div> </div> </div> </div> </header><div class="fl-builder-content fl-builder-content-1810 fl-builder-global-templates-locked" data-post-id="1810" data-type="part"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-615f0aa05176f fl-row-default-height fl-row-align-center" data-node="615f0aa05176f"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-615f0aa0533d3" data-node="615f0aa0533d3"> <div class="fl-col fl-node-615f0aa0534c5" data-node="615f0aa0534c5"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-pp-heading fl-node-615f0aa05161e pad--xs bg--border" data-node="615f0aa05161e"> <div class="fl-module-content fl-node-content"> <div class="pp-heading-content"> <div class="pp-heading pp-center"> <h2 class="heading-title"> <span class="title-text pp-primary-title">Coast Guard Donations in Atlantic Beach</span> </h2> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="fl-main-content" class="fl-page-content" itemprop="mainContentOfPage" role="main"> <div class="fl-builder-content fl-builder-content-26145 fl-builder-global-templates-locked" data-post-id="26145"><div class="fl-row fl-row-fixed-width fl-row-bg-none fl-node-370jqtkw2f6l fl-row-default-height fl-row-align-center" data-node="370jqtkw2f6l"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-ot90p4uyqrhj" data-node="ot90p4uyqrhj"> <div class="fl-col fl-node-xeih82mb6kyp" data-node="xeih82mb6kyp"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-fl-post-content fl-node-lse39xqmu0r4" data-node="lse39xqmu0r4"> <div class="fl-module-content fl-node-content"> <h2 style="text-align: center;"></h2> <h3 style="text-align: center;"><strong>USCG Donations</strong></h3> <h3 style="text-align: center;"></h3> <h3 style="text-align: center;"><strong>The Town of Atlantic Beach is proud to be designated as an official &#8220;Coast Guard City&#8221; and we feel very fortunate to have the United States Coast Guard as our neighbor. Our Coast Guard personnel are presently not being paid therefore donations of food, cards and money are being collected.</strong></h3> <h3 style="text-align: center;"></h3> <h3 style="text-align: center;"><strong>All donations should be sent to:</strong></h3> <h3 style="text-align: center;"></h3> <h3 style="text-align: center;"><strong>Crystal Coast Chief Petty Officer Association</strong></h3> <h3 style="text-align: center;"><strong>2301 East Fort Macon Rd.</strong></h3> <h3 style="text-align: center;"><strong>Atlantic Beach, NC 28511</strong></h3> </div> </div> <div class="fl-module fl-module-separator fl-node-l5v8fhg0m96j" data-node="l5v8fhg0m96j"> <div class="fl-module-content fl-node-content"> <div class="fl-separator"></div> </div> </div> <div class="fl-module fl-module-html fl-node-ofu9r0alc4i6" data-node="ofu9r0alc4i6"> <div class="fl-module-content fl-node-content"> <div class="fl-html"> Posted in <a href="https://alwilliamsproperties.com/category/comfort/" rel="tag" class="comfort">Comfort</a>, <a href="https://alwilliamsproperties.com/category/hi-lites/" rel="tag" class="hi-lites">Hi Lites</a>, <a href="https://alwilliamsproperties.com/category/info/" rel="tag" class="info">Info</a>, <a href="https://alwilliamsproperties.com/category/luxury/" rel="tag" class="luxury">Luxury</a></div> </div> </div> <div class="fl-module fl-module-separator fl-node-v6kdwxefasm7" data-node="v6kdwxefasm7"> <div class="fl-module-content fl-node-content"> <div class="fl-separator"></div> </div> </div> <div class="fl-module fl-module-fl-post-navigation fl-node-jw3hk4fctirl" data-node="jw3hk4fctirl"> <div class="fl-module-content fl-node-content"> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://alwilliamsproperties.com/motivated-seller-5/" rel="prev">&larr; Motivated Seller!</a></div><div class="nav-next"><a href="https://alwilliamsproperties.com/steel-tank-rd-land-for-sale/" rel="next">Steel Tank Rd. Land For Sale! &rarr;</a></div></div> </nav> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!-- .fl-page-content --> <footer class="fl-builder-content fl-builder-content-40 fl-builder-global-templates-locked" data-post-id="40" data-type="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"><div class="fl-row fl-row-full-width fl-row-bg-color fl-node-6009b0ae50d91 fl-row-default-height fl-row-align-center fl-visible-desktop fl-visible-large text--xs" data-node="6009b0ae50d91"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-61293b4d908aa" data-node="61293b4d908aa"> <div class="fl-col fl-node-61293b4d90a1d fl-col-small" data-node="61293b4d90a1d"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-61294492c711c" data-node="61294492c711c"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p>Address:<br /> PO Box 2385<br /> Atlantic Beach, NC 28512<br /> 300 Atlantic Beach Causeway</p> </div> </div> </div> </div> </div> <div class="fl-col fl-node-61293b4d90a22 fl-col-small" data-node="61293b4d90a22"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-61293b6a7b26a" data-node="61293b6a7b26a"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img loading="lazy" decoding="async" class="fl-photo-img wp-image-1665 size-full" src="https://alwilliamsproperties.com/wp-content/uploads/2021/01/awp-logo-white.png" alt="awp-logo-white" itemprop="image" height="79" width="160" title="awp-logo-white" /> </div> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-bl95s4me7fon" data-node="bl95s4me7fon"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><center></p> <div class="svg-social"><a href="https://www.facebook.com/alwilliamsproperties/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142575_circle_colored_facebook_gradient_media_icon.svg" /></a><a href="https://www.instagram.com/alwilliamsproperties/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142569_circle_colored_gradient_instagram_media_icon.svg" /></a><a href="https://www.linkedin.com/in/alicia-nelson-31207412b/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142574_circle_colored_gradient_linkedin_media_icon.svg" /></a><a href="https://www.youtube.com/channel/UCdjC8WL8Pr1_ai4tTGGq-YA?view_as=subscriber"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142579_circle_colored_gradient_media_social_icon.svg" /></a></div> <p></center></p> </div> </div> </div> </div> </div> <div class="fl-col fl-node-61293b4d90a24 fl-col-small" data-node="61293b4d90a24"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-6129442a14b92" data-node="6129442a14b92"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p>Phone:<br /> Toll Free: 1-800-849-1888<br /> Local: 252-726-8800</p> <p><a href="https://alwilliamsproperties.com/buyer-sellers/">Contact An Agent</a></p> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-o1rwexyjtnl0" data-node="o1rwexyjtnl0"> <div class="fl-col fl-node-edlxqazk80uj" data-node="edlxqazk80uj"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-menu fl-node-qisz4ml17evf" data-node="qisz4ml17evf"> <div class="fl-module-content fl-node-content"> <div class="fl-menu fl-menu-responsive-toggle-mobile"> <button class="fl-menu-mobile-toggle hamburger" aria-label="Menu"><span class="fl-menu-icon svg-container"><svg version="1.1" class="hamburger-menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512"> <rect class="fl-hamburger-menu-top" width="512" height="102"/> <rect class="fl-hamburger-menu-middle" y="205" width="512" height="102"/> <rect class="fl-hamburger-menu-bottom" y="410" width="512" height="102"/> </svg> </span></button> <div class="fl-clear"></div> <nav aria-label="Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><ul id="menu-primary-1" class="menu fl-menu-horizontal fl-toggle-none"><li id="menu-item-25449" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home"><a href="https://alwilliamsproperties.com/">Home</a></li><li id="menu-item-1791" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/listings-property-search/">Listings/Property Search</a></li><li id="menu-item-1792" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://link.flexmls.com/1lh0kclcfrev,7">Search MLS</a></li><li id="menu-item-1793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="https://alwilliamsproperties.com/community/">Community</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-25460" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/reviews/">Reviews</a></li></ul></li><li id="menu-item-1794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children fl-has-submenu"><div class="fl-has-submenu-container"><a href="https://alwilliamsproperties.com/coastal-hi-lites/">Coastal Hi-Lites</a><span class="fl-menu-toggle"></span></div><ul class="sub-menu"> <li id="menu-item-25362" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.crystalcoastnc.org/">About The Crystal Coast</a></li> <li id="menu-item-25364" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://nccoastchamber.com/">Crystal Coast Chamber of Commerce</a></li> <li id="menu-item-25363" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://crystalcoasted.com/">Crystal Coast Economic Development Council</a></li></ul></li><li id="menu-item-1795" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://alwilliamsproperties.com/buyer-sellers/">Contact Us</a></li></ul></nav></div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-6009b0e7c75dd" data-node="6009b0e7c75dd"> <div class="fl-col fl-node-6009b0e7c7797" data-node="6009b0e7c7797"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-6009b0f81bd48 font-footer" data-node="6009b0f81bd48"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: center;"><span style="color: #ffffff;">©2024 Al Williams Properties. All Rights Reserved.</span></p> <p><a href="https://bgdigitalgroup.com"><span style="color: #ffffff;"><img loading="lazy" decoding="async" class="aligncenter wp-image-35 size-full" src="https://alwilliamsproperties.com/wp-content/uploads/2021/04/bg-digital-group-white-sm.png" alt="" width="197" height="25" /></span></a></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-color fl-node-61afab543cab5 fl-row-default-height fl-row-align-center fl-visible-medium fl-visible-mobile text--xs" data-node="61afab543cab5"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-61afab543cc01" data-node="61afab543cc01"> <div class="fl-col fl-node-61afab543cc05" data-node="61afab543cc05"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-61afab543cc06" data-node="61afab543cc06"> <div class="fl-module-content fl-node-content"> <div class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject"> <div class="fl-photo-content fl-photo-img-png"> <img loading="lazy" decoding="async" class="fl-photo-img wp-image-1665 size-full" src="https://alwilliamsproperties.com/wp-content/uploads/2021/01/awp-logo-white.png" alt="awp-logo-white" itemprop="image" height="79" width="160" title="awp-logo-white" /> </div> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-61afab543cc04" data-node="61afab543cc04"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: center;">Address:<br /> PO Box 2385<br /> Atlantic Beach, NC 28512<br /> 300 Atlantic Beach Causeway</p> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-61afab543cc09" data-node="61afab543cc09"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: center;">Phone:<br /> Toll Free: 1-800-849-1888<br /> Local: 252-726-8800</p> <p style="text-align: center;"><a href="https://alwilliamsproperties.com/buyer-sellers/">Contact An Agent</a></p> </div> </div> </div> <div class="fl-module fl-module-rich-text fl-node-61afab543cc07" data-node="61afab543cc07"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p><center></p> <div class="svg-social"><a href="https://www.facebook.com/alwilliamsproperties/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142575_circle_colored_facebook_gradient_media_icon.svg" /></a><a href="https://www.instagram.com/alwilliamsproperties/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142569_circle_colored_gradient_instagram_media_icon.svg" /></a><a href="https://www.linkedin.com/in/alicia-nelson-31207412b/"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142574_circle_colored_gradient_linkedin_media_icon.svg" /></a><a href="https://www.youtube.com/channel/UCdjC8WL8Pr1_ai4tTGGq-YA?view_as=subscriber"><img decoding="async" src="https://alwilliamsproperties.com/wp-content/uploads/2021/08/2142579_circle_colored_gradient_media_social_icon.svg" /></a></div> <p></center></p> </div> </div> </div> </div> </div> </div> <div class="fl-col-group fl-node-61afab543cc0a" data-node="61afab543cc0a"> <div class="fl-col fl-node-61afab543cc0b" data-node="61afab543cc0b"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-61afab543cc0c font-footer" data-node="61afab543cc0c"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p style="text-align: center;"><span style="color: #ffffff;">©2024 Al Williams Properties. All Rights Reserved.</span></p> <p><a href="https://bgdigitalgroup.com"><span style="color: #ffffff;"><img loading="lazy" decoding="async" class="aligncenter wp-image-35 size-full" src="https://alwilliamsproperties.com/wp-content/uploads/2021/04/bg-digital-group-white-sm.png" alt="" width="197" height="25" /></span></a></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </footer> </div><!-- .fl-page --> <script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function($) { $('a').each(function() { var a = new RegExp('/' + window.location.host + '/'); if(!a.test(this.href)) { $(this).click(function(event) { event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank'); }); } }); }); //]]> </script><script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.2" id="jquery-ui-resizable-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.2" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.2" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.2" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/button.min.js?ver=1.13.2" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.13.2" id="jquery-ui-dialog-js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/flot/4.2.2/jquery.flot.resize.min.js?ver=3.14.12" id="fmc_connect_flot_resize-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/js/jquery.imagesloaded.min.js?ver=2.7.4.4" id="imagesloaded-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min.js?ver=2.7.4.4" id="jquery-throttle-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js?ver=1.2" id="jquery-fitvids-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/uploads/bb-plugin/cache/79de2a4ca977d4565d58e667e8d9eabf-layout-bundle.js?ver=2.7.4.4-1.4.9.2" id="fl-builder-layout-bundle-79de2a4ca977d4565d58e667e8d9eabf-js"></script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min.js?ver=2.7.4.4" id="jquery-magnificpopup-js"></script> <script type="text/javascript" id="fl-automator-js-extra"> /* <![CDATA[ */ var themeopts = {"medium_breakpoint":"992","mobile_breakpoint":"768"}; /* ]]> */ </script> <script type="text/javascript" src="https://alwilliamsproperties.com/wp-content/themes/bgdg-theme/js/theme.min.js?ver=1.7.5.1" id="fl-automator-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "The Town of Atlantic Beach is proud to be designated as an official “Coast Guard City” and we feel very fortunate to have the United States Coast Guard as our neighbor. Our Coast Guard personnel are presently not being paid therefore donations of food, cards and money are being collected.\nAll donations should be sent to:\nCrystal Coast Chief Petty Officer Association\n2301 East Fort Macon Rd.\nAtlantic Beach, NC 28511", "id": "<urn:uuid:32a8026c-3085-4c22-88d2-b796bad32999>", "dump": "CC-MAIN-2024-10", "url": "https://alwilliamsproperties.com/coast-guard-donations-in-atlantic-beach/", "date": "2024-02-25T08:05:29", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9595351815223694, "token_count": 89 } }
<urn:uuid:4b61fb68-c224-4367-89ae-67765e2d11a5>
<!doctype html> <html class="no-js" lang="en"> <head> <!-- Stock Alerts is generated by Ordersify --> <style type="text/css"> </style> <style type="text/css"> </style> <script type="text/javascript"> window.ORDERSIFY_BIS = window.ORDERSIFY_BIS || {}; window.ORDERSIFY_BIS.template = "product"; window.ORDERSIFY_BIS.language = "en"; window.ORDERSIFY_BIS.primary_language = "en"; window.ORDERSIFY_BIS.variant_inventory = []; window.ORDERSIFY_BIS.product_collections = []; window.ORDERSIFY_BIS.variant_inventory[42603001807073] = { inventory_management: "shopify", inventory_policy: "deny", inventory_quantity: 1000 }; window.ORDERSIFY_BIS.product_collections.push({ id: "262268682407", }); window.ORDERSIFY_BIS.product_collections.push({ id: "236382257319", }); window.ORDERSIFY_BIS.product_collections.push({ id: "277822374055", }); window.ORDERSIFY_BIS.shop = "amalfiweddingfavors.myshopify.com"; window.ORDERSIFY_BIS.variant_inventory = []; window.ORDERSIFY_BIS.variant_inventory[42603001807073] = { inventory_management: "shopify", inventory_policy: "deny", inventory_quantity: 1000 }; window.ORDERSIFY_BIS.popupSetting = { "is_brand_mark": true, "font_family": "Work Sans", "is_multiple_language": false, "font_size": 14, "popup_border_radius": 4, "popup_heading_color": "#212b36", "popup_text_color": "#212b36", "is_message_enable": false, "is_sms_enable": false, "is_accepts_marketing_enable": false, "field_border_radius": 4, "popup_button_color": "#ffffff", "popup_button_bg_color": "#f78da7", "is_float_button": true, "is_inline_form": false, "inline_form_selector": null, "inline_form_position": null, "float_button_position": "right", "float_button_top": 15, "float_button_color": "#ffffff", "float_button_bg_color": "#f78da7", "is_inline_button": false, "inline_button_color": "#ffffff", "inline_button_bg_color": "#212b36", "is_push_notification_enable": false, "is_overlay_close": false, "ignore_collection_ids": "", "ignore_product_tags": "", "ignore_product_ids": "", "is_auto_translation": false, "selector": "", "selector_position": "right", "is_ga": false, "is_fp": false, "is_fb_checkbox": false, "fb_page_id": null, "is_pushowl": false }; window.ORDERSIFY_BIS.product = {"id":7611255849185,"title":"Cooking Class \u0026 Wine Tasting in Tramonti","handle":"cooking-class-wine-tasting-in-tramonti","description":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e","published_at":"2022-03-23T18:16:12+01:00","created_at":"2022-03-23T18:16:10+01:00","vendor":"Amalfi Wedding Essence","type":"","tags":[],"price":23200,"price_min":23200,"price_max":23200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42603001807073,"title":"11:00 am","option1":"11:00 am","option2":null,"option3":null,"sku":"","requires_shipping":false,"taxable":true,"featured_image":null,"available":true,"name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","public_title":"11:00 am","options":["11:00 am"],"price":23200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"],"featured_image":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","options":["Time"],"media":[{"alt":null,"id":29596404383969,"position":1,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337930465,"position":2,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337504481,"position":3,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","width":900},{"alt":null,"id":29596337602785,"position":4,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337570017,"position":5,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","width":900},{"alt":null,"id":29596338094305,"position":6,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337635553,"position":7,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337668321,"position":8,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337701089,"position":9,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337733857,"position":10,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337766625,"position":11,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337799393,"position":12,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337832161,"position":13,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337864929,"position":14,"preview_image":{"aspect_ratio":1.81,"height":1061,"width":1920,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555"},"aspect_ratio":1.81,"height":1061,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","width":1920},{"alt":null,"id":29596337963233,"position":15,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337996001,"position":16,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338061537,"position":17,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338127073,"position":18,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338159841,"position":19,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","width":900},{"alt":null,"id":29596338192609,"position":20,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555","width":900}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e"}; window.ORDERSIFY_BIS.currentVariant = {"id":42603001807073,"title":"11:00 am","option1":"11:00 am","option2":null,"option3":null,"sku":"","requires_shipping":false,"taxable":true,"featured_image":null,"available":true,"name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","public_title":"11:00 am","options":["11:00 am"],"price":23200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}; window.ORDERSIFY_BIS.stockRemainingSetting = { "status": false, "selector": "#osf_stock_remaining", "selector_position": "inside", "font_family": "Lato", "font_size": 13, "content": "Low stock! Only {{ quantity }} items left!", "display_quantity": 100 }; window.ORDERSIFY_BIS.translations = { "en": { "inline_button_text": "Notify when available", "float_button_text": "Notify when available", "popup_heading": "Notify me when available", "popup_description": "We will send you a notification as soon as this product is available again.", "popup_button_text": "Notify me", "popup_note": "We respect your privacy and don't share your email with anybody.", "field_email_placeholder": "eg. username@example.com", "field_message_placeholder": "Tell something about your requirements to shop", "success_text": "You subscribed notification successfully", "required_email": "Your email is required", "invalid_email": "Your email is invalid", "invalid_message": "Your message must be less then 255 characters", "push_notification_message": "Receive via web notification", "low_stock_content": "Low stock! Only {{ quantity }} items left!" } }; </script> <!-- End of Stock Alerts is generated by Ordersify --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#fd3939"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preconnect" href="https://fonts.shopify.com" crossorigin> <link rel="preconnect" href="https://monorail-edge.shopifysvc.com"><link rel="preload" href="//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.css?v=14976626338738732151618763275" as="style"> <link rel="preload" as="font" href="//amalfiweddingessence.com/cdn/fonts/josefin_slab/josefinslab_n4.49a6780a40dc11cb215994261728910101a375ab.woff2?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3e98002be94e21f9fcbee7005076b72bc2aa81427c958b9aaed6e858a0345e7d" type="font/woff2" crossorigin> <link rel="preload" as="font" href="//amalfiweddingessence.com/cdn/fonts/arapey/arapey_n4.2d2866546ce54f39e3baf69f5d944e54b2e0771b.woff2?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8bc7066c4c2d70064ccad024fb3d3010aee903580ba1a5bcaab302d3d7fb269e" type="font/woff2" crossorigin> <link rel="preload" as="font" href="Liquid error (layout/theme line 26): font_url can only be used with a font drop" type="font/woff2" crossorigin> <link rel="preload" href="//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.js?v=136441056019758165691617960507" as="script"> <link rel="preload" href="//amalfiweddingessence.com/cdn/shop/t/17/assets/lazysizes.js?v=63098554868324070131617960502" as="script"><link rel="canonical" href="https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti"><link rel="shortcut icon" href="//amalfiweddingessence.com/cdn/shop/files/Original_size_Foliage_Outline_Hand_Written_Feminine_logo_32x32.png?v=1614394328" type="image/png"><title>Cooking Class &amp; Wine Tasting in Tramonti &ndash; Amalfi Wedding Essence</title><meta name="description" content="COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine.  In a single day you will learn how to prepare a typical local meal made of 5 courses appetizer first course with hand-made pasta second course cheese with salami homemade dessert"><!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Amalfi Wedding Essence"> <meta property="og:url" content="https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti"> <meta property="og:title" content="Cooking Class &amp; Wine Tasting in Tramonti"> <meta property="og:type" content="product"> <meta property="og:description" content="COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine.  In a single day you will learn how to prepare a typical local meal made of 5 courses appetizer first course with hand-made pasta second course cheese with salami homemade dessert"> <meta property="og:price:amount" content="232.00"> <meta property="og:price:currency" content="USD"> <meta property="og:image" content="http://amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1200x1200.jpg?v=1648056573"><meta property="og:image" content="http://amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_1200x1200.jpg?v=1648056573"><meta property="og:image" content="http://amalfiweddingessence.com/cdn/shop/products/cooking-class_1200x1200.jpg?v=1648056573"> <meta property="og:image:secure_url" content="https://amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1200x1200.jpg?v=1648056573"><meta property="og:image:secure_url" content="https://amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_1200x1200.jpg?v=1648056573"><meta property="og:image:secure_url" content="https://amalfiweddingessence.com/cdn/shop/products/cooking-class_1200x1200.jpg?v=1648056573"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Cooking Class &amp; Wine Tasting in Tramonti"> <meta name="twitter:description" content="COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine.  In a single day you will learn how to prepare a typical local meal made of 5 courses appetizer first course with hand-made pasta second course cheese with salami homemade dessert"> <style data-shopify> :root { --color-text: #080808; --color-text-rgb: 8, 8, 8; --color-body-text: #333232; --color-sale-text: #EA0606; --color-small-button-text-border: #201515; --color-text-field: #ffffff; --color-text-field-text: #000000; --color-text-field-text-rgb: 0, 0, 0; --color-btn-primary: #fd3939; --color-btn-primary-darker: #fc0707; --color-btn-primary-text: #ffffff; --color-blankstate: rgba(51, 50, 50, 0.35); --color-blankstate-border: rgba(51, 50, 50, 0.2); --color-blankstate-background: rgba(51, 50, 50, 0.1); --color-text-focus:#484848; --color-overlay-text-focus:#e6e6e6; --color-btn-primary-focus:#fc0707; --color-btn-social-focus:#d2d2d2; --color-small-button-text-border-focus:#6d4848; --predictive-search-focus:#f2f2f2; --color-body: #ffffff; --color-bg: #ffffff; --color-bg-rgb: 255, 255, 255; --color-bg-alt: rgba(51, 50, 50, 0.05); --color-bg-currency-selector: rgba(51, 50, 50, 0.2); --color-overlay-title-text: #ffffff; --color-image-overlay: #684949; --color-image-overlay-rgb: 104, 73, 73;--opacity-image-overlay: 0.4;--hover-overlay-opacity: 0.8; --color-border: #ebebeb; --color-border-form: #cccccc; --color-border-form-darker: #b3b3b3; --svg-select-icon: url(//amalfiweddingessence.com/cdn/shop/t/17/assets/ico-select.svg?v=29003672709104678581617960520); --slick-img-url: url(//amalfiweddingessence.com/cdn/shop/t/17/assets/ajax-loader.gif?v=41356863302472015721617960499); --font-weight-body--bold: 700; --font-weight-body--bolder: 700; --font-stack-header: "Josefin Slab", serif; --font-style-header: normal; --font-weight-header: 400; --font-stack-body: Arapey, serif; --font-style-body: normal; --font-weight-body: 400; --font-size-header: 25; --font-size-base: 15; --font-h1-desktop: 33; --font-h1-mobile: 31; --font-h2-desktop: 19; --font-h2-mobile: 17; --font-h3-mobile: 19; --font-h4-desktop: 17; --font-h4-mobile: 15; --font-h5-desktop: 14; --font-h5-mobile: 13; --font-h6-desktop: 13; --font-h6-mobile: 12; --font-mega-title-large-desktop: 62; --font-rich-text-large: 17; --font-rich-text-small: 13; --color-video-bg: #f2f2f2; --global-color-image-loader-primary: rgba(8, 8, 8, 0.06); --global-color-image-loader-secondary: rgba(8, 8, 8, 0.12); } </style> <style>*,::after,::before{box-sizing:border-box}body{margin:0}body,html{background-color:var(--color-body)}body,button{font-size:calc(var(--font-size-base) * 1px);font-family:var(--font-stack-body);font-style:var(--font-style-body);font-weight:var(--font-weight-body);color:var(--color-text);line-height:1.5}body,button{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}.border-bottom{border-bottom:1px solid var(--color-border)}.btn--link{background-color:transparent;border:0;margin:0;color:var(--color-text);text-align:left}.text-right{text-align:right}.icon{display:inline-block;width:20px;height:20px;vertical-align:middle;fill:currentColor}.icon__fallback-text,.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}svg.icon:not(.icon--full-color) circle,svg.icon:not(.icon--full-color) ellipse,svg.icon:not(.icon--full-color) g,svg.icon:not(.icon--full-color) line,svg.icon:not(.icon--full-color) path,svg.icon:not(.icon--full-color) polygon,svg.icon:not(.icon--full-color) polyline,svg.icon:not(.icon--full-color) rect,symbol.icon:not(.icon--full-color) circle,symbol.icon:not(.icon--full-color) ellipse,symbol.icon:not(.icon--full-color) g,symbol.icon:not(.icon--full-color) line,symbol.icon:not(.icon--full-color) path,symbol.icon:not(.icon--full-color) polygon,symbol.icon:not(.icon--full-color) polyline,symbol.icon:not(.icon--full-color) rect{fill:inherit;stroke:inherit}li{list-style:none}.list--inline{padding:0;margin:0}.list--inline>li{display:inline-block;margin-bottom:0;vertical-align:middle}a{color:var(--color-text);text-decoration:none}.h1,.h2,h1,h2{margin:0 0 17.5px;font-family:var(--font-stack-header);font-style:var(--font-style-header);font-weight:var(--font-weight-header);line-height:1.2;overflow-wrap:break-word;word-wrap:break-word}.h1 a,.h2 a,h1 a,h2 a{color:inherit;text-decoration:none;font-weight:inherit}.h1,h1{font-size:calc(((var(--font-h1-desktop))/ (var(--font-size-base))) * 1em);text-transform:none;letter-spacing:0}@media only screen and (max-width:749px){.h1,h1{font-size:calc(((var(--font-h1-mobile))/ (var(--font-size-base))) * 1em)}}.h2,h2{font-size:calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1em);text-transform:uppercase;letter-spacing:.1em}@media only screen and (max-width:749px){.h2,h2{font-size:calc(((var(--font-h2-mobile))/ (var(--font-size-base))) * 1em)}}p{color:var(--color-body-text);margin:0 0 19.44444px}@media only screen and (max-width:749px){p{font-size:calc(((var(--font-size-base) - 1)/ (var(--font-size-base))) * 1em)}}p:last-child{margin-bottom:0}@media only screen and (max-width:749px){.small--hide{display:none!important}}.grid{list-style:none;margin:0;padding:0;margin-left:-30px}.grid::after{content:'';display:table;clear:both}@media only screen and (max-width:749px){.grid{margin-left:-22px}}.grid::after{content:'';display:table;clear:both}.grid--no-gutters{margin-left:0}.grid--no-gutters .grid__item{padding-left:0}.grid--table{display:table;table-layout:fixed;width:100%}.grid--table>.grid__item{float:none;display:table-cell;vertical-align:middle}.grid__item{float:left;padding-left:30px;width:100%}@media only screen and (max-width:749px){.grid__item{padding-left:22px}}.grid__item[class*="--push"]{position:relative}@media only screen and (min-width:750px){.medium-up--one-quarter{width:25%}.medium-up--push-one-third{width:33.33%}.medium-up--one-half{width:50%}.medium-up--push-one-third{left:33.33%;position:relative}}.site-header{position:relative;background-color:var(--color-body)}@media only screen and (max-width:749px){.site-header{border-bottom:1px solid var(--color-border)}}@media only screen and (min-width:750px){.site-header{padding:0 55px}.site-header.logo--center{padding-top:30px}}.site-header__logo{margin:15px 0}.logo-align--center .site-header__logo{text-align:center;margin:0 auto}@media only screen and (max-width:749px){.logo-align--center .site-header__logo{text-align:left;margin:15px 0}}@media only screen and (max-width:749px){.site-header__logo{padding-left:22px;text-align:left}.site-header__logo img{margin:0}}.site-header__logo-link{display:inline-block;word-break:break-word}@media only screen and (min-width:750px){.logo-align--center .site-header__logo-link{margin:0 auto}}.site-header__logo-image{display:block}@media only screen and (min-width:750px){.site-header__logo-image{margin:0 auto}}.site-header__logo-image img{width:100%}.site-header__logo-image--centered img{margin:0 auto}.site-header__logo img{display:block}.site-header__icons{position:relative;white-space:nowrap}@media only screen and (max-width:749px){.site-header__icons{width:auto;padding-right:13px}.site-header__icons .btn--link,.site-header__icons .site-header__cart{font-size:calc(((var(--font-size-base))/ (var(--font-size-base))) * 1em)}}.site-header__icons-wrapper{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.site-header__account,.site-header__cart,.site-header__search{position:relative}.site-header__search.site-header__icon{display:none}@media only screen and (min-width:1400px){.site-header__search.site-header__icon{display:block}}.site-header__search-toggle{display:block}@media only screen and (min-width:750px){.site-header__account,.site-header__cart{padding:10px 11px}}.site-header__cart-title,.site-header__search-title{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0;display:block;vertical-align:middle}.site-header__cart-title{margin-right:3px}.site-header__cart-count{display:flex;align-items:center;justify-content:center;position:absolute;right:.4rem;top:.2rem;font-weight:700;background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-radius:50%;min-width:1em;height:1em}.site-header__cart-count span{font-family:HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:calc(11em / 16);line-height:1}@media only screen and (max-width:749px){.site-header__cart-count{top:calc(7em / 16);right:0;border-radius:50%;min-width:calc(19em / 16);height:calc(19em / 16)}}@media only screen and (max-width:749px){.site-header__cart-count span{padding:.25em calc(6em / 16);font-size:12px}}.site-header__menu{display:none}@media only screen and (max-width:749px){.site-header__icon{display:inline-block;vertical-align:middle;padding:10px 11px;margin:0}}@media only screen and (min-width:750px){.site-header__icon .icon-search{margin-right:3px}}.announcement-bar{z-index:10;position:relative;text-align:center;border-bottom:1px solid transparent;padding:2px}.announcement-bar__link{display:block}.announcement-bar__message{display:block;padding:11px 22px;font-size:calc(((16)/ (var(--font-size-base))) * 1em);font-weight:var(--font-weight-header)}@media only screen and (min-width:750px){.announcement-bar__message{padding-left:55px;padding-right:55px}}.site-nav{position:relative;padding:0;text-align:center;margin:25px 0}.site-nav a{padding:3px 10px}.site-nav__link{display:block;white-space:nowrap}.site-nav--centered .site-nav__link{padding-top:0}.site-nav__link .icon-chevron-down{width:calc(8em / 16);height:calc(8em / 16);margin-left:.5rem}.site-nav__label{border-bottom:1px solid transparent}.site-nav__link--active .site-nav__label{border-bottom-color:var(--color-text)}.site-nav__link--button{border:none;background-color:transparent;padding:3px 10px}.site-header__mobile-nav{z-index:11;position:relative;background-color:var(--color-body)}@media only screen and (max-width:749px){.site-header__mobile-nav{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.mobile-nav--open .icon-close{display:none}.main-content{opacity:0}.main-content .shopify-section{display:none}.main-content .shopify-section:first-child{display:inherit}.critical-hidden{display:none}</style> <script> window.performance.mark('debut:theme_stylesheet_loaded.start'); function onLoadStylesheet() { performance.mark('debut:theme_stylesheet_loaded.end'); performance.measure('debut:theme_stylesheet_loaded', 'debut:theme_stylesheet_loaded.start', 'debut:theme_stylesheet_loaded.end'); var url = "//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.css?v=14976626338738732151618763275"; var link = document.querySelector('link[href="' + url + '"]'); link.loaded = true; link.dispatchEvent(new Event('load')); } </script> <link rel="stylesheet" href="//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.css?v=14976626338738732151618763275" type="text/css" media="print" onload="this.media='all';onLoadStylesheet()"> <style> @font-face { font-family: "Josefin Slab"; font-weight: 400; font-style: normal; font-display: swap; src: url("//amalfiweddingessence.com/cdn/fonts/josefin_slab/josefinslab_n4.49a6780a40dc11cb215994261728910101a375ab.woff2?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3e98002be94e21f9fcbee7005076b72bc2aa81427c958b9aaed6e858a0345e7d") format("woff2"), url("//amalfiweddingessence.com/cdn/fonts/josefin_slab/josefinslab_n4.19328d044d363b67fdbdca857f692103357e3d49.woff?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=cfc7b6301285003dd70c189fcc56e52a2f4e764d86cb292581d20177e70bd4d7") format("woff"); } @font-face { font-family: Arapey; font-weight: 400; font-style: normal; font-display: swap; src: url("//amalfiweddingessence.com/cdn/fonts/arapey/arapey_n4.2d2866546ce54f39e3baf69f5d944e54b2e0771b.woff2?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8bc7066c4c2d70064ccad024fb3d3010aee903580ba1a5bcaab302d3d7fb269e") format("woff2"), url("//amalfiweddingessence.com/cdn/fonts/arapey/arapey_n4.a5bf746bd7b4646dec7a42e0f36c7afe1b3785db.woff?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=31d542a615bc344dbe81e2839a116c1d322b660c3491bb5a8f47eef50243bea3") format("woff"); } @font-face { font-family: Arapey; font-weight: 400; font-style: italic; font-display: swap; src: url("//amalfiweddingessence.com/cdn/fonts/arapey/arapey_i4.76b9c74110c86df9446495f3b98d8ff62e62229e.woff2?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=810250d1dd060c37d896e3d7efd79b7dce8173f4f06ab45782b54eaef1dba0c8") format("woff2"), url("//amalfiweddingessence.com/cdn/fonts/arapey/arapey_i4.54a950529ca14266fc22b37574a97a78f656c7bb.woff?h1=YW1hbGZpd2VkZGluZ2Vzc2VuY2UuY29t&h2=YW1hbGZpd2VkZGluZ2Zhdm9ycy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=56545e5f9a20d5d8f3e1135ae166136e8e42fc00670d525370e264ea7e9dcccd") format("woff"); } </style> <script> var theme = { breakpoints: { medium: 750, large: 990, widescreen: 1400 }, strings: { addToCart: "Add to cart", soldOut: "Sold out", unavailable: "Unavailable", regularPrice: "Regular price", salePrice: "Sale price", sale: "Sale", fromLowestPrice: "from [price]", vendor: "Vendor", showMore: "Show More", showLess: "Show Less", searchFor: "Search for", addressError: "Error looking up that address", addressNoResults: "No results for that address", addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.", authError: "There was a problem authenticating your Google Maps account.", newWindow: "Opens in a new window.", external: "Opens external website.", newWindowExternal: "Opens external website in a new window.", removeLabel: "Remove [product]", update: "Update", quantity: "Quantity", discountedTotal: "Discounted total", regularTotal: "Regular total", priceColumn: "See Price column for discount details.", quantityMinimumMessage: "Quantity must be 1 or more", cartError: "There was an error while updating your cart. Please try again.", removedItemMessage: "Removed \u003cspan class=\"cart__removed-product-details\"\u003e([quantity]) [link]\u003c\/span\u003e from your cart.", unitPrice: "Unit price", unitPriceSeparator: "per", oneCartCount: "1 item", otherCartCount: "[count] items", quantityLabel: "Quantity: [count]", products: "Products", loading: "Loading", number_of_results: "[result_number] of [results_count]", number_of_results_found: "[results_count] results found", one_result_found: "1 result found" }, moneyFormat: "${{amount}}", moneyFormatWithCurrency: "${{amount}} USD", settings: { predictiveSearchEnabled: true, predictiveSearchShowPrice: false, predictiveSearchShowVendor: false }, stylesheet: "//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.css?v=14976626338738732151618763275" } document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); </script><script src="//amalfiweddingessence.com/cdn/shop/t/17/assets/theme.js?v=136441056019758165691617960507" defer="defer"></script> <script src="//amalfiweddingessence.com/cdn/shop/t/17/assets/lazysizes.js?v=63098554868324070131617960502" async="async"></script> <script type="text/javascript"> if (window.MSInputMethodContext && document.documentMode) { var scripts = document.getElementsByTagName('script')[0]; var polyfill = document.createElement("script"); polyfill.defer = true; polyfill.src = "//amalfiweddingessence.com/cdn/shop/t/17/assets/ie11CustomProperties.min.js?v=146208399201472936201617960502"; scripts.parentNode.insertBefore(polyfill, scripts); } </script> <!-- Avada Sales Pop Script --> <script>const AVADA_SALES_POP_LAST_UPDATE = 1616492866128</script> <script>const AVADA_PR = {}; AVADA_PR.product = {"id":7611255849185,"title":"Cooking Class \u0026 Wine Tasting in Tramonti","handle":"cooking-class-wine-tasting-in-tramonti","description":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e","published_at":"2022-03-23T18:16:12+01:00","created_at":"2022-03-23T18:16:10+01:00","vendor":"Amalfi Wedding Essence","type":"","tags":[],"price":23200,"price_min":23200,"price_max":23200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42603001807073,"title":"11:00 am","option1":"11:00 am","option2":null,"option3":null,"sku":"","requires_shipping":false,"taxable":true,"featured_image":null,"available":true,"name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","public_title":"11:00 am","options":["11:00 am"],"price":23200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"],"featured_image":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","options":["Time"],"media":[{"alt":null,"id":29596404383969,"position":1,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337930465,"position":2,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337504481,"position":3,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","width":900},{"alt":null,"id":29596337602785,"position":4,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337570017,"position":5,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","width":900},{"alt":null,"id":29596338094305,"position":6,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337635553,"position":7,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337668321,"position":8,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337701089,"position":9,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337733857,"position":10,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337766625,"position":11,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337799393,"position":12,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337832161,"position":13,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337864929,"position":14,"preview_image":{"aspect_ratio":1.81,"height":1061,"width":1920,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555"},"aspect_ratio":1.81,"height":1061,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","width":1920},{"alt":null,"id":29596337963233,"position":15,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337996001,"position":16,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338061537,"position":17,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338127073,"position":18,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338159841,"position":19,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","width":900},{"alt":null,"id":29596338192609,"position":20,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555","width":900}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e"}; AVADA_PR.template = "product"; AVADA_PR.shopId = "1xB9b4FyQNtjJNjp9onh"; AVADA_PR.first_name = ""; AVADA_PR.last_name = ""; AVADA_PR.email = ""; </script> <!-- /Avada Sales Pop Script --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="xm3azsNW11CVpQ5JVO-HxVOmQ-dIqdC59jVmN9MRyKw"> <meta name="google-site-verification" content="xm3azsNW11CVpQ5JVO-HxVOmQ-dIqdC59jVmN9MRyKw"> <meta name="facebook-domain-verification" content="tqerxzbj6adhkz9sxpsqb4wnzr3bja"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/52029882535/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="d9c4ae43c7e6b8e7eaed04f440db53d3"> <meta id="in-context-paypal-metadata" data-shop-id="52029882535" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/json+oembed" href="https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=amalfiweddingfavors.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=amalfiweddingfavors.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":52029882535,"countryCode":"IT","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/52029882535","merchantName":"Amalfi Wedding Essence","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","maestro","masterCard","amex"],"total":{"type":"pending","label":"Amalfi Wedding Essence","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"d9c4ae43c7e6b8e7eaed04f440db53d3","betas":["rich-media-storefront-analytics"],"domain":"amalfiweddingessence.com","predictiveSearch":true,"shopId":52029882535,"smart_payment_buttons_url":"https:\/\/amalfiweddingessence.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/amalfiweddingessence.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "amalfiweddingfavors.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.1038134"}; Shopify.country = "US"; Shopify.theme = {"name":"Copy of Copy of Copy of Debut","id":121598607527,"theme_store_id":796,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "amalfiweddingessence.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/my.parcelpanel.com\/assets\/admin\/custom\/js\/checkout.js?shop=amalfiweddingfavors.myshopify.com","\/\/productreviews.shopifycdn.com\/embed\/loader.js?shop=amalfiweddingfavors.myshopify.com","https:\/\/cdn.ordersify.com\/sdk\/productalerts-shopify.js?shop=amalfiweddingfavors.myshopify.com","https:\/\/shopifycdn.aaawebstore.com\/announcement\/topbar-script_v4.js?shop=amalfiweddingfavors.myshopify.com","","https:\/\/sdk.qikify.com\/contactform\/async.js?shop=amalfiweddingfavors.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=amalfiweddingfavors.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":52029882535,"offset":3600,"reqid":"00039c80-4d56-49fe-8d05-ad97ce17e4a8","pageurl":"amalfiweddingessence.com\/products\/cooking-class-wine-tasting-in-tramonti","u":"a60487ead009","p":"product","rtyp":"product","rid":7611255849185};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//amalfiweddingessence.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//amalfiweddingessence.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//amalfiweddingessence.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden { visibility: hidden; } .shopify-payment-button__button { border-radius: 4px; border: none; box-shadow: 0 0 0 0 transparent; color: white; cursor: pointer; display: block; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; width: 100%; transition: background 0.2s ease-in-out; } .shopify-payment-button__button[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--unbranded { background-color: #1990c6; padding: 1em 2em; } .shopify-payment-button__button--unbranded:hover:not([disabled]) { background-color: #136f99; } .shopify-payment-button__more-options { background: transparent; border: 0 none; cursor: pointer; display: block; font-size: 1em; margin-top: 1em; text-align: center; width: 100%; } .shopify-payment-button__more-options:hover:not([disabled]) { text-decoration: underline; } .shopify-payment-button__more-options[disabled] { opacity: 0.6; cursor: not-allowed; } .shopify-payment-button__button--branded { display: flex; flex-direction: column; min-height: 44px; position: relative; z-index: 1; } .shopify-payment-button__button--branded .shopify-cleanslate { flex: 1 !important; display: flex !important; flex-direction: column !important; } .shopify-payment-button__button.button.loading { position: relative; color: transparent; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; height: 100%; display: flex; align-items: center; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner .spinner { width: -moz-fit-content; width: fit-content; } .button.loading > .loading-overlay__spinner .path { stroke: white; } .shopify-payment-button__button .loading-overlay__spinner { width: 1.8rem; display: inline-block; } .shopify-payment-button__button .spinner { animation: shopify-rotator 1.4s linear infinite; } @keyframes shopify-rotator { 0% { transform: rotate(0deg); } 100% { transform: rotate(270deg); } } .shopify-payment-button__button .path { stroke-dasharray: 280; stroke-dashoffset: 0; transform-origin: center; stroke: rgb(18,18,18); animation: shopify-dash 1.4s ease-in-out infinite; } @media screen and (forced-colors: active) { .shopify-payment-button__button .path{ stroke: CanvasText; } } @keyframes shopify-dash { 0% { stroke-dashoffset: 280; } 50% { stroke-dashoffset: 75; transform: rotate(135deg); } 100% { stroke-dashoffset: 280; transform: rotate(450deg); } } </style> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 180px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <script> var aaaAnnConfig = {"isWebpushPermission":"1","aaaAnnBarSetting":{"maxDate":null},"aaaAnnWebpushMainModuleSetting":{"welcome":0,"abandonedCart":0,"priceDrop":0,"backInStock":0},"aaaAnnWebpushSetting":{"abandonedCart":0,"priceDrop":0,"backInStock":null},"getPushInitSetting":{"status":"error"}}</script> <select style="display:none!important;" name="aaa-ann-variantid"> <option id="aaa-ann-variant-id-42603001807073" value="1" > 11:00 am </option> </select> <script src="//staticxx.s3.amazonaws.com/aio_stats_lib_v1.min.js?v=1.0"></script> <script>window.__pagefly_analytics_settings__ = {"acceptTracking":false};</script> <!-- BEGIN app block: shopify://apps/best-currency-converter/blocks/doubly/267afa86-a419-4d5b-a61b-556038e7294d --> <script> var DoublyGlobalCurrency, catchXHR = true, bccAppVersion = 1; var DoublyGlobal = { theme : 'flags_theme', spanClass : 'money', cookieName : '_g1621319063', ratesUrl : 'https://init.grizzlyapps.com/9e32c84f0db4f7b1eb40c32bdb0bdea9', geoUrl : 'https://currency.grizzlyapps.com/83d400c612f9a099fab8f76dcab73a48', shopCurrency : 'EUR', allowedCurrencies : '["EUR","USD","GBP","CAD","AUD"]', countriesJSON : '[]', currencyMessage : 'All orders are processed in EUR. While the content of your cart is currently displayed in <span class="selected-currency"></span>, you will checkout using EUR at the most current exchange rate.', currencyFormat : 'money_format', euroFormat : 'amount_with_comma_separator', removeDecimals : 0, roundDecimals : 0, roundTo : '99', autoSwitch : 0, showPriceOnHover : 0, showCurrencyMessage : false, forceJqueryLoad : false, beeketing : true, themeScript : '', customerScriptBefore : '', customerScriptAfter : '', debug: false }; <!-- inline script: fixes + various plugin js functions --> DoublyGlobal.themeScript = "if(DoublyGlobal.debug) debugger;if(!window.jQueryGrizzly) { var script = document.createElement('script'); script.type = \"text\/javascript\"; script.src = \"\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.1\/jquery.min.js\"; document.getElementsByTagName('head')[0].appendChild(script); } var right = 35; var searchRight = 0; var accountPresentMargin = ''; if(jQueryGrizzly('.site-header__icons-wrapper .site-header__account').length!==0) { right = 80; searchRight = 45; accountPresentMargin = '.site-header__icons-wrapper {margin-right: -30px;} .doubly-wrapper { padding-left:15px; } @media screen and (min-width:750px) and (max-width:900px) { .logo--center .doubly-nice-select.slim .current .flags {display:none;} } @media screen and (max-width:400px) { .doubly-wrapper { padding-left:10px; margin-right:-5px; right:0px; } .site-header__icons-wrapper .doubly-wrapper .doubly-nice-select:after { content:none; } } @media screen and (max-width:350px) { .doubly-wrapper { right:0px !important; } }'; } jQueryGrizzly('head').append('<style> .doubly-wrapper {position: absolute; margin-top: -10px; top: 50%; right: '+right+'px;} .logo--left .site-header__search {padding-right: '+(searchRight+130)+'px !important;} '+accountPresentMargin+' @media screen and (min-width:801px) and (max-width:950px) { .logo--left .doubly-nice-select.slim .current .flags {display:none;} .logo--left .site-header__search {padding-right: '+(searchRight+90)+'px;} } @media screen and (min-width:750px) and (max-width:800px) { .logo--left .doubly-nice-select:after {border: 0px;} .logo--left .doubly-nice-select {padding-right: 0px !important;} .logo--left .doubly-nice-select.slim .current .flags {display:none;} .logo--left .site-header__search {padding-right: '+(searchRight+70)+'px;} } @media screen and (max-width:749px) { .site-header .grid .grid__item.medium-up--one-quarter:last-child {width: 70% ;} .site-header .grid .grid__item.medium-up--one-quarter {width: 30% ;} .doubly-wrapper {float: none; display: inline-block; position: relative; right:-5px ;margin-top:0 ;top:0; vertical-align: middle;} .site-header__icons-wrapper {margin-right: -10px;} .site-header__cart { padding-right:10px !important; } } @media screen and (max-width:749px) and (min-width:381px) { .site-header__cart { padding-right:10px !important; } } @media screen and (max-width:381px) { .doubly-nice-select.slim .current .flags {display:none;} } @media screen and (max-width:350px) { .doubly-wrapper .doubly-nice-select { padding-right:3px !important; } .site-header__icons-wrapper .doubly-nice-select:after { content:none; } } <\/style>'); var setRelative = false; if (jQueryGrizzly('.site-header__icons-wrapper .site-header__cart').css('position') == 'relative') { setRelative = true; } if (setRelative) { jQueryGrizzly('head').append('<style> @media screen and (max-width:1050px) and (min-width:800px) { .doubly-wrapper .doubly-nice-select::after { display:none; } } @media screen and (min-width:750px) { .logo--left .site-header__search { padding-right:0px !important; } .site-header__icons-wrapper .doubly-nice-select.slim .current .flags { display:initial !important; } .site-header__icons-wrapper .doubly-wrapper { position:relative; float:none; display:inline-block; margin:0; right:0; top:0; } } @media screen and (min-width:382px) and (max-width:749px) { .doubly-wrapper { width:110px; top:2px; margin-left:-15px; } } @media screen and (max-width:350px) { .doubly-wrapper .doubly-nice-select.right .list { right:-30px; } } <\/style>'); } if (jQueryGrizzly('.cart .doubly-message').length==0) { jQueryGrizzly('.cart .cart__footer').before('<div class=\"doubly-message\"><\/div>'); } jQueryGrizzly('.site-header__icons-wrapper a.site-header__cart').after('<div class=\"doubly-wrapper\"><\/div>'); function afterCurrencySwitcherInit() { jQueryGrizzly('.doubly-wrapper .doubly-nice-select').addClass('slim'); } function reinterpretMoney() { jQueryGrizzly('.grid-view-item.product-card .price.price--listing dd>.price-item').each(function() { if(jQueryGrizzly(this).text().trim().length > 0 && jQueryGrizzly(this).find('span.money').length==0 && jQueryGrizzly(this).text().trim().indexOf('<span class=money>') !== -1) { var initialText = jQueryGrizzly(this).text().trim(); jQueryGrizzly(this).html(initialText); } }); jQueryGrizzly('.template-search .price.price--listing dd>.price-item').each(function() { if(jQueryGrizzly(this).text().trim().length > 0 && jQueryGrizzly(this).find('span.money').length==0 && jQueryGrizzly(this).text().trim().indexOf('<span class=money>') !== -1) { var initialText = jQueryGrizzly(this).text().trim(); jQueryGrizzly(this).html(initialText); } }); } reinterpretMoney(); setTimeout(function() { reinterpretMoney(); },1000);"; DoublyGlobal.initNiceSelect = function(){ !function(e) { e.fn.niceSelect = function() { this.each(function() { var s = e(this); var t = s.next() , n = s.find('option') , a = s.find('option:selected'); t.find('.current').html('<span class="flags flags-' + a.data('country') + '"></span> &nbsp;' + a.data('display') || a.text()); }), e(document).off('.nice_select'), e(document).on('click.nice_select', '.doubly-nice-select.doubly-nice-select', function(s) { var t = e(this); e('.doubly-nice-select').not(t).removeClass('open'), t.toggleClass('open'), t.hasClass('open') ? (t.find('.option'), t.find('.focus').removeClass('focus'), t.find('.selected').addClass('focus')) : t.focus() }), e(document).on('click.nice_select', function(s) { 0 === e(s.target).closest('.doubly-nice-select').length && e('.doubly-nice-select').removeClass('open').find('.option') }), e(document).on('click.nice_select', '.doubly-nice-select .option', function(s) { var t = e(this); e('.doubly-nice-select').each(function() { var s = e(this).find('.option[data-value="' + t.data('value') + '"]') , n = s.closest('.doubly-nice-select'); n.find('.selected').removeClass('selected'), s.addClass('selected'); var a = '<span class="flags flags-' + s.data('country') + '"></span> &nbsp;' + s.data('display') || s.text(); n.find('.current').html(a), n.prev('select').val(s.data('value')).trigger('change') }) }), e(document).on('keydown.nice_select', '.doubly-nice-select', function(s) { var t = e(this) , n = e(t.find('.focus') || t.find('.list .option.selected')); if (32 == s.keyCode || 13 == s.keyCode) return t.hasClass('open') ? n.trigger('click') : t.trigger('click'), !1; if (40 == s.keyCode) return t.hasClass('open') ? n.next().length > 0 && (t.find('.focus').removeClass('focus'), n.next().addClass('focus')) : t.trigger('click'), !1; if (38 == s.keyCode) return t.hasClass('open') ? n.prev().length > 0 && (t.find('.focus').removeClass('focus'), n.prev().addClass('focus')) : t.trigger('click'), !1; if (27 == s.keyCode) t.hasClass('open') && t.trigger('click'); else if (9 == s.keyCode && t.hasClass('open')) return !1 }) } }(jQueryGrizzly); }; DoublyGlobal.addSelect = function(){ /* add select in select wrapper or body */ if (jQueryGrizzly('.doubly-wrapper').length>0) { var doublyWrapper = '.doubly-wrapper'; } else if (jQueryGrizzly('.doubly-float').length==0) { var doublyWrapper = '.doubly-float'; jQueryGrizzly('body').append('<div class="doubly-float"></div>'); } document.querySelectorAll(doublyWrapper).forEach(function(el) { el.insertAdjacentHTML('afterbegin', '<select class="currency-switcher right" name="doubly-currencies"><option value="EUR" data-country="European-Union" data-currency-symbol="&#8364;" data-display="EUR">Euro</option><option value="USD" data-country="United-States" data-currency-symbol="&#36;" data-display="USD">US Dollar</option><option value="GBP" data-country="United-Kingdom" data-currency-symbol="&#163;" data-display="GBP">British Pound Sterling</option><option value="CAD" data-country="Canada" data-currency-symbol="&#36;" data-display="CAD">Canadian Dollar</option><option value="AUD" data-country="Australia" data-currency-symbol="&#36;" data-display="AUD">Australian Dollar</option></select> <div class="doubly-nice-select currency-switcher right" data-nosnippet> <span class="current notranslate"></span> <ul class="list"> <li class="option notranslate" data-value="EUR" data-country="European-Union" data-currency-symbol="&#8364;" data-display="EUR"><span class="flags flags-European-Union"></span> &nbsp;Euro</li><li class="option notranslate" data-value="USD" data-country="United-States" data-currency-symbol="&#36;" data-display="USD"><span class="flags flags-United-States"></span> &nbsp;US Dollar</li><li class="option notranslate" data-value="GBP" data-country="United-Kingdom" data-currency-symbol="&#163;" data-display="GBP"><span class="flags flags-United-Kingdom"></span> &nbsp;British Pound Sterling</li><li class="option notranslate" data-value="CAD" data-country="Canada" data-currency-symbol="&#36;" data-display="CAD"><span class="flags flags-Canada"></span> &nbsp;Canadian Dollar</li><li class="option notranslate" data-value="AUD" data-country="Australia" data-currency-symbol="&#36;" data-display="AUD"><span class="flags flags-Australia"></span> &nbsp;Australian Dollar</li> </ul> </div>'); }); } </script> <!-- inline styles --> <style> .flags{background-image:url("https://cdn.shopify.com/extensions/d54a8ec3-16d4-4729-bd37-0a68c8c27b89/best-currency-converter-30/assets/currency-flags.png")} .flags-small{background-image:url("https://cdn.shopify.com/extensions/d54a8ec3-16d4-4729-bd37-0a68c8c27b89/best-currency-converter-30/assets/currency-flags-small.png")} select.currency-switcher{display:none}.doubly-nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:"Helvetica Neue",Arial;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:12px;padding-right:30px;position:relative;text-align:left!important;transition:none;/*transition:all .2s ease-in-out;*/-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.doubly-nice-select:hover{border-color:#dbdbdb}.doubly-nice-select.open,.doubly-nice-select:active,.doubly-nice-select:focus{border-color:#88bfff}.doubly-nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;box-sizing:content-box;pointer-events:none;position:absolute;right:14px;top:16px;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:transform .15s ease-in-out;width:5px}.doubly-nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.doubly-nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0); z-index:1000000 !important;}.doubly-nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.doubly-nice-select.disabled:after{border-color:#ccc}.doubly-nice-select.wide{width:100%}.doubly-nice-select.wide .list{left:0!important;right:0!important}.doubly-nice-select.right{float:right}.doubly-nice-select.right .list{left:auto;right:0}.doubly-nice-select.small{font-size:12px;height:36px;line-height:34px}.doubly-nice-select.small:after{height:4px;width:4px}.flags-Afghanistan,.flags-Albania,.flags-Algeria,.flags-Andorra,.flags-Angola,.flags-Antigua-and-Barbuda,.flags-Argentina,.flags-Armenia,.flags-Aruba,.flags-Australia,.flags-Austria,.flags-Azerbaijan,.flags-Bahamas,.flags-Bahrain,.flags-Bangladesh,.flags-Barbados,.flags-Belarus,.flags-Belgium,.flags-Belize,.flags-Benin,.flags-Bermuda,.flags-Bhutan,.flags-Bitcoin,.flags-Bolivia,.flags-Bosnia-and-Herzegovina,.flags-Botswana,.flags-Brazil,.flags-Brunei,.flags-Bulgaria,.flags-Burkina-Faso,.flags-Burundi,.flags-Cambodia,.flags-Cameroon,.flags-Canada,.flags-Cape-Verde,.flags-Cayman-Islands,.flags-Central-African-Republic,.flags-Chad,.flags-Chile,.flags-China,.flags-Colombia,.flags-Comoros,.flags-Congo-Democratic,.flags-Congo-Republic,.flags-Costa-Rica,.flags-Cote-d_Ivoire,.flags-Croatia,.flags-Cuba,.flags-Curacao,.flags-Cyprus,.flags-Czech-Republic,.flags-Denmark,.flags-Djibouti,.flags-Dominica,.flags-Dominican-Republic,.flags-East-Timor,.flags-Ecuador,.flags-Egypt,.flags-El-Salvador,.flags-Equatorial-Guinea,.flags-Eritrea,.flags-Estonia,.flags-Ethiopia,.flags-European-Union,.flags-Falkland-Islands,.flags-Fiji,.flags-Finland,.flags-France,.flags-Gabon,.flags-Gambia,.flags-Georgia,.flags-Germany,.flags-Ghana,.flags-Gibraltar,.flags-Grecee,.flags-Grenada,.flags-Guatemala,.flags-Guernsey,.flags-Guinea,.flags-Guinea-Bissau,.flags-Guyana,.flags-Haiti,.flags-Honduras,.flags-Hong-Kong,.flags-Hungary,.flags-IMF,.flags-Iceland,.flags-India,.flags-Indonesia,.flags-Iran,.flags-Iraq,.flags-Ireland,.flags-Isle-of-Man,.flags-Israel,.flags-Italy,.flags-Jamaica,.flags-Japan,.flags-Jersey,.flags-Jordan,.flags-Kazakhstan,.flags-Kenya,.flags-Korea-North,.flags-Korea-South,.flags-Kosovo,.flags-Kuwait,.flags-Kyrgyzstan,.flags-Laos,.flags-Latvia,.flags-Lebanon,.flags-Lesotho,.flags-Liberia,.flags-Libya,.flags-Liechtenstein,.flags-Lithuania,.flags-Luxembourg,.flags-Macao,.flags-Macedonia,.flags-Madagascar,.flags-Malawi,.flags-Malaysia,.flags-Maldives,.flags-Mali,.flags-Malta,.flags-Marshall-Islands,.flags-Mauritania,.flags-Mauritius,.flags-Mexico,.flags-Micronesia-_Federated_,.flags-Moldova,.flags-Monaco,.flags-Mongolia,.flags-Montenegro,.flags-Morocco,.flags-Mozambique,.flags-Myanmar,.flags-Namibia,.flags-Nauru,.flags-Nepal,.flags-Netherlands,.flags-New-Zealand,.flags-Nicaragua,.flags-Niger,.flags-Nigeria,.flags-Norway,.flags-Oman,.flags-Pakistan,.flags-Palau,.flags-Panama,.flags-Papua-New-Guinea,.flags-Paraguay,.flags-Peru,.flags-Philippines,.flags-Poland,.flags-Portugal,.flags-Qatar,.flags-Romania,.flags-Russia,.flags-Rwanda,.flags-Saint-Helena,.flags-Saint-Kitts-and-Nevis,.flags-Saint-Lucia,.flags-Saint-Vincent-and-the-Grenadines,.flags-Samoa,.flags-San-Marino,.flags-Sao-Tome-and-Principe,.flags-Saudi-Arabia,.flags-Seborga,.flags-Senegal,.flags-Serbia,.flags-Seychelles,.flags-Sierra-Leone,.flags-Singapore,.flags-Slovakia,.flags-Slovenia,.flags-Solomon-Islands,.flags-Somalia,.flags-South-Africa,.flags-South-Sudan,.flags-Spain,.flags-Sri-Lanka,.flags-Sudan,.flags-Suriname,.flags-Swaziland,.flags-Sweden,.flags-Switzerland,.flags-Syria,.flags-Taiwan,.flags-Tajikistan,.flags-Tanzania,.flags-Thailand,.flags-Togo,.flags-Tonga,.flags-Trinidad-and-Tobago,.flags-Tunisia,.flags-Turkey,.flags-Turkmenistan,.flags-Tuvalu,.flags-Uganda,.flags-Ukraine,.flags-United-Arab-Emirates,.flags-United-Kingdom,.flags-United-States,.flags-Uruguay,.flags-Uzbekistan,.flags-Vanuatu,.flags-Vatican-City,.flags-Venezuela,.flags-Vietnam,.flags-Wallis-and-Futuna,.flags-XAG,.flags-XAU,.flags-XPT,.flags-Yemen,.flags-Zambia,.flags-Zimbabwe{width:30px;height:20px}.doubly-nice-select.small .option{line-height:34px;min-height:34px}.doubly-nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin:4px 0 0!important;opacity:0;overflow:scroll;overflow-x:hidden;padding:0;pointer-events:none;position:absolute;top:100%;max-height:260px;left:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:100000}.doubly-nice-select .current img,.doubly-nice-select .option img{vertical-align:top;padding-top:10px}.doubly-nice-select .list:hover .option:not(:hover){background-color:transparent!important}.doubly-nice-select .option{font-size:13px !important;float:none!important;text-align:left !important;margin:0px !important;font-family:Helvetica Neue,Arial !important;letter-spacing:normal;text-transform:none;display:block!important;cursor:pointer;font-weight:400;line-height:40px!important;list-style:none;min-height:40px;min-width:55px;margin-bottom:0;outline:0;padding-left:18px!important;padding-right:52px!important;text-align:left;transition:all .2s}.doubly-nice-select .option.focus,.doubly-nice-select .option.selected.focus,.doubly-nice-select .option:hover{background-color:#f6f6f6}.doubly-nice-select .option.selected{font-weight:700}.doubly-nice-select .current img{line-height:45px}.doubly-nice-select.slim{padding:0 18px 0 0;height:20px;line-height:20px;border:0;background:0 0!important}.doubly-nice-select.slim .current .flags{margin-top:0 !important}.doubly-nice-select.slim:after{right:4px;top:6px}.flags{background-repeat:no-repeat;display:block;margin:10px 4px 0 0 !important;float:left}.flags-Zimbabwe{background-position:-5px -5px}.flags-Zambia{background-position:-45px -5px}.flags-Yemen{background-position:-85px -5px}.flags-Vietnam{background-position:-125px -5px}.flags-Venezuela{background-position:-165px -5px}.flags-Vatican-City{background-position:-205px -5px}.flags-Vanuatu{background-position:-245px -5px}.flags-Uzbekistan{background-position:-285px -5px}.flags-Uruguay{background-position:-325px -5px}.flags-United-States{background-position:-365px -5px}.flags-United-Kingdom{background-position:-405px -5px}.flags-United-Arab-Emirates{background-position:-445px -5px}.flags-Ukraine{background-position:-5px -35px}.flags-Uganda{background-position:-45px -35px}.flags-Tuvalu{background-position:-85px -35px}.flags-Turkmenistan{background-position:-125px -35px}.flags-Turkey{background-position:-165px -35px}.flags-Tunisia{background-position:-205px -35px}.flags-Trinidad-and-Tobago{background-position:-245px -35px}.flags-Tonga{background-position:-285px -35px}.flags-Togo{background-position:-325px -35px}.flags-Thailand{background-position:-365px -35px}.flags-Tanzania{background-position:-405px -35px}.flags-Tajikistan{background-position:-445px -35px}.flags-Taiwan{background-position:-5px -65px}.flags-Syria{background-position:-45px -65px}.flags-Switzerland{background-position:-85px -65px}.flags-Sweden{background-position:-125px -65px}.flags-Swaziland{background-position:-165px -65px}.flags-Suriname{background-position:-205px -65px}.flags-Sudan{background-position:-245px -65px}.flags-Sri-Lanka{background-position:-285px -65px}.flags-Spain{background-position:-325px -65px}.flags-South-Sudan{background-position:-365px -65px}.flags-South-Africa{background-position:-405px -65px}.flags-Somalia{background-position:-445px -65px}.flags-Solomon-Islands{background-position:-5px -95px}.flags-Slovenia{background-position:-45px -95px}.flags-Slovakia{background-position:-85px -95px}.flags-Singapore{background-position:-125px -95px}.flags-Sierra-Leone{background-position:-165px -95px}.flags-Seychelles{background-position:-205px -95px}.flags-Serbia{background-position:-245px -95px}.flags-Senegal{background-position:-285px -95px}.flags-Saudi-Arabia{background-position:-325px -95px}.flags-Sao-Tome-and-Principe{background-position:-365px -95px}.flags-San-Marino{background-position:-405px -95px}.flags-Samoa{background-position:-445px -95px}.flags-Saint-Vincent-and-the-Grenadines{background-position:-5px -125px}.flags-Saint-Lucia{background-position:-45px -125px}.flags-Saint-Kitts-and-Nevis{background-position:-85px -125px}.flags-Rwanda{background-position:-125px -125px}.flags-Russia{background-position:-165px -125px}.flags-Romania{background-position:-205px -125px}.flags-Qatar{background-position:-245px -125px}.flags-Portugal{background-position:-285px -125px}.flags-Poland{background-position:-325px -125px}.flags-Philippines{background-position:-365px -125px}.flags-Peru{background-position:-405px -125px}.flags-Paraguay{background-position:-445px -125px}.flags-Papua-New-Guinea{background-position:-5px -155px}.flags-Panama{background-position:-45px -155px}.flags-Palau{background-position:-85px -155px}.flags-Pakistan{background-position:-125px -155px}.flags-Oman{background-position:-165px -155px}.flags-Norway{background-position:-205px -155px}.flags-Nigeria{background-position:-245px -155px}.flags-Niger{background-position:-285px -155px}.flags-Nicaragua{background-position:-325px -155px}.flags-New-Zealand{background-position:-365px -155px}.flags-Netherlands{background-position:-405px -155px}.flags-Nepal{background-position:-445px -155px}.flags-Nauru{background-position:-5px -185px}.flags-Namibia{background-position:-45px -185px}.flags-Myanmar{background-position:-85px -185px}.flags-Mozambique{background-position:-125px -185px}.flags-Morocco{background-position:-165px -185px}.flags-Montenegro{background-position:-205px -185px}.flags-Mongolia{background-position:-245px -185px}.flags-Monaco{background-position:-285px -185px}.flags-Moldova{background-position:-325px -185px}.flags-Micronesia-_Federated_{background-position:-365px -185px}.flags-Mexico{background-position:-405px -185px}.flags-Mauritius{background-position:-445px -185px}.flags-Mauritania{background-position:-5px -215px}.flags-Marshall-Islands{background-position:-45px -215px}.flags-Malta{background-position:-85px -215px}.flags-Mali{background-position:-125px -215px}.flags-Maldives{background-position:-165px -215px}.flags-Malaysia{background-position:-205px -215px}.flags-Malawi{background-position:-245px -215px}.flags-Madagascar{background-position:-285px -215px}.flags-Macedonia{background-position:-325px -215px}.flags-Luxembourg{background-position:-365px -215px}.flags-Lithuania{background-position:-405px -215px}.flags-Liechtenstein{background-position:-445px -215px}.flags-Libya{background-position:-5px -245px}.flags-Liberia{background-position:-45px -245px}.flags-Lesotho{background-position:-85px -245px}.flags-Lebanon{background-position:-125px -245px}.flags-Latvia{background-position:-165px -245px}.flags-Laos{background-position:-205px -245px}.flags-Kyrgyzstan{background-position:-245px -245px}.flags-Kuwait{background-position:-285px -245px}.flags-Kosovo{background-position:-325px -245px}.flags-Korea-South{background-position:-365px -245px}.flags-Korea-North{background-position:-405px -245px}.flags-Kiribati{width:30px;height:20px;background-position:-445px -245px}.flags-Kenya{background-position:-5px -275px}.flags-Kazakhstan{background-position:-45px -275px}.flags-Jordan{background-position:-85px -275px}.flags-Japan{background-position:-125px -275px}.flags-Jamaica{background-position:-165px -275px}.flags-Italy{background-position:-205px -275px}.flags-Israel{background-position:-245px -275px}.flags-Ireland{background-position:-285px -275px}.flags-Iraq{background-position:-325px -275px}.flags-Iran{background-position:-365px -275px}.flags-Indonesia{background-position:-405px -275px}.flags-India{background-position:-445px -275px}.flags-Iceland{background-position:-5px -305px}.flags-Hungary{background-position:-45px -305px}.flags-Honduras{background-position:-85px -305px}.flags-Haiti{background-position:-125px -305px}.flags-Guyana{background-position:-165px -305px}.flags-Guinea{background-position:-205px -305px}.flags-Guinea-Bissau{background-position:-245px -305px}.flags-Guatemala{background-position:-285px -305px}.flags-Grenada{background-position:-325px -305px}.flags-Grecee{background-position:-365px -305px}.flags-Ghana{background-position:-405px -305px}.flags-Germany{background-position:-445px -305px}.flags-Georgia{background-position:-5px -335px}.flags-Gambia{background-position:-45px -335px}.flags-Gabon{background-position:-85px -335px}.flags-France{background-position:-125px -335px}.flags-Finland{background-position:-165px -335px}.flags-Fiji{background-position:-205px -335px}.flags-Ethiopia{background-position:-245px -335px}.flags-Estonia{background-position:-285px -335px}.flags-Eritrea{background-position:-325px -335px}.flags-Equatorial-Guinea{background-position:-365px -335px}.flags-El-Salvador{background-position:-405px -335px}.flags-Egypt{background-position:-445px -335px}.flags-Ecuador{background-position:-5px -365px}.flags-East-Timor{background-position:-45px -365px}.flags-Dominican-Republic{background-position:-85px -365px}.flags-Dominica{background-position:-125px -365px}.flags-Djibouti{background-position:-165px -365px}.flags-Denmark{background-position:-205px -365px}.flags-Czech-Republic{background-position:-245px -365px}.flags-Cyprus{background-position:-285px -365px}.flags-Cuba{background-position:-325px -365px}.flags-Croatia{background-position:-365px -365px}.flags-Cote-d_Ivoire{background-position:-405px -365px}.flags-Costa-Rica{background-position:-445px -365px}.flags-Congo-Republic{background-position:-5px -395px}.flags-Congo-Democratic{background-position:-45px -395px}.flags-Comoros{background-position:-85px -395px}.flags-Colombia{background-position:-125px -395px}.flags-China{background-position:-165px -395px}.flags-Chile{background-position:-205px -395px}.flags-Chad{background-position:-245px -395px}.flags-Central-African-Republic{background-position:-285px -395px}.flags-Cape-Verde{background-position:-325px -395px}.flags-Canada{background-position:-365px -395px}.flags-Cameroon{background-position:-405px -395px}.flags-Cambodia{background-position:-445px -395px}.flags-Burundi{background-position:-5px -425px}.flags-Burkina-Faso{background-position:-45px -425px}.flags-Bulgaria{background-position:-85px -425px}.flags-Brunei{background-position:-125px -425px}.flags-Brazil{background-position:-165px -425px}.flags-Botswana{background-position:-205px -425px}.flags-Bosnia-and-Herzegovina{background-position:-245px -425px}.flags-Bolivia{background-position:-285px -425px}.flags-Bhutan{background-position:-325px -425px}.flags-Benin{background-position:-365px -425px}.flags-Belize{background-position:-405px -425px}.flags-Belgium{background-position:-445px -425px}.flags-Belarus{background-position:-5px -455px}.flags-Barbados{background-position:-45px -455px}.flags-Bangladesh{background-position:-85px -455px}.flags-Bahrain{background-position:-125px -455px}.flags-Bahamas{background-position:-165px -455px}.flags-Azerbaijan{background-position:-205px -455px}.flags-Austria{background-position:-245px -455px}.flags-Australia{background-position:-285px -455px}.flags-Armenia{background-position:-325px -455px}.flags-Argentina{background-position:-365px -455px}.flags-Antigua-and-Barbuda{background-position:-405px -455px}.flags-Andorra{background-position:-445px -455px}.flags-Algeria{background-position:-5px -485px}.flags-Albania{background-position:-45px -485px}.flags-Afghanistan{background-position:-85px -485px}.flags-Bermuda{background-position:-125px -485px}.flags-European-Union{background-position:-165px -485px}.flags-XPT{background-position:-205px -485px}.flags-XAU{background-position:-245px -485px}.flags-XAG{background-position:-285px -485px}.flags-Wallis-and-Futuna{background-position:-325px -485px}.flags-Seborga{background-position:-365px -485px}.flags-Aruba{background-position:-405px -485px}.flags-Angola{background-position:-445px -485px}.flags-Saint-Helena{background-position:-485px -5px}.flags-Macao{background-position:-485px -35px}.flags-Jersey{background-position:-485px -65px}.flags-Isle-of-Man{background-position:-485px -95px}.flags-IMF{background-position:-485px -125px}.flags-Hong-Kong{background-position:-485px -155px}.flags-Guernsey{background-position:-485px -185px}.flags-Gibraltar{background-position:-485px -215px}.flags-Falkland-Islands{background-position:-485px -245px}.flags-Curacao{background-position:-485px -275px}.flags-Cayman-Islands{background-position:-485px -305px}.flags-Bitcoin{background-position:-485px -335px}.flags-small{background-repeat:no-repeat;display:block;margin:5px 3px 0 0 !important;border:1px solid #fff;box-sizing:content-box;float:left}.doubly-nice-select.open .list .flags-small{margin-top:15px !important}.flags-small.flags-Zimbabwe{width:15px;height:10px;background-position:0 0}.flags-small.flags-Zambia{width:15px;height:10px;background-position:-15px 0}.flags-small.flags-Yemen{width:15px;height:10px;background-position:-30px 0}.flags-small.flags-Vietnam{width:15px;height:10px;background-position:-45px 0}.flags-small.flags-Venezuela{width:15px;height:10px;background-position:-60px 0}.flags-small.flags-Vatican-City{width:15px;height:10px;background-position:-75px 0}.flags-small.flags-Vanuatu{width:15px;height:10px;background-position:-90px 0}.flags-small.flags-Uzbekistan{width:15px;height:10px;background-position:-105px 0}.flags-small.flags-Uruguay{width:15px;height:10px;background-position:-120px 0}.flags-small.flags-United-Kingdom{width:15px;height:10px;background-position:-150px 0}.flags-small.flags-United-Arab-Emirates{width:15px;height:10px;background-position:-165px 0}.flags-small.flags-Ukraine{width:15px;height:10px;background-position:0 -10px}.flags-small.flags-Uganda{width:15px;height:10px;background-position:-15px -10px}.flags-small.flags-Tuvalu{width:15px;height:10px;background-position:-30px -10px}.flags-small.flags-Turkmenistan{width:15px;height:10px;background-position:-45px -10px}.flags-small.flags-Turkey{width:15px;height:10px;background-position:-60px -10px}.flags-small.flags-Tunisia{width:15px;height:10px;background-position:-75px -10px}.flags-small.flags-Trinidad-and-Tobago{width:15px;height:10px;background-position:-90px -10px}.flags-small.flags-Tonga{width:15px;height:10px;background-position:-105px -10px}.flags-small.flags-Togo{width:15px;height:10px;background-position:-120px -10px}.flags-small.flags-Thailand{width:15px;height:10px;background-position:-135px -10px}.flags-small.flags-Tanzania{width:15px;height:10px;background-position:-150px -10px}.flags-small.flags-Tajikistan{width:15px;height:10px;background-position:-165px -10px}.flags-small.flags-Taiwan{width:15px;height:10px;background-position:0 -20px}.flags-small.flags-Syria{width:15px;height:10px;background-position:-15px -20px}.flags-small.flags-Switzerland{width:15px;height:10px;background-position:-30px -20px}.flags-small.flags-Sweden{width:15px;height:10px;background-position:-45px -20px}.flags-small.flags-Swaziland{width:15px;height:10px;background-position:-60px -20px}.flags-small.flags-Suriname{width:15px;height:10px;background-position:-75px -20px}.flags-small.flags-Sudan{width:15px;height:10px;background-position:-90px -20px}.flags-small.flags-Sri-Lanka{width:15px;height:10px;background-position:-105px -20px}.flags-small.flags-Spain{width:15px;height:10px;background-position:-120px -20px}.flags-small.flags-South-Sudan{width:15px;height:10px;background-position:-135px -20px}.flags-small.flags-South-Africa{width:15px;height:10px;background-position:-150px -20px}.flags-small.flags-Somalia{width:15px;height:10px;background-position:-165px -20px}.flags-small.flags-Solomon-Islands{width:15px;height:10px;background-position:0 -30px}.flags-small.flags-Slovenia{width:15px;height:10px;background-position:-15px -30px}.flags-small.flags-Slovakia{width:15px;height:10px;background-position:-30px -30px}.flags-small.flags-Singapore{width:15px;height:10px;background-position:-45px -30px}.flags-small.flags-Sierra-Leone{width:15px;height:10px;background-position:-60px -30px}.flags-small.flags-Seychelles{width:15px;height:10px;background-position:-75px -30px}.flags-small.flags-Serbia{width:15px;height:10px;background-position:-90px -30px}.flags-small.flags-Senegal{width:15px;height:10px;background-position:-105px -30px}.flags-small.flags-Saudi-Arabia{width:15px;height:10px;background-position:-120px -30px}.flags-small.flags-Sao-Tome-and-Principe{width:15px;height:10px;background-position:-135px -30px}.flags-small.flags-San-Marino{width:15px;height:10px;background-position:-150px -30px}.flags-small.flags-Samoa{width:15px;height:10px;background-position:-165px -30px}.flags-small.flags-Saint-Vincent-and-the-Grenadines{width:15px;height:10px;background-position:0 -40px}.flags-small.flags-Saint-Lucia{width:15px;height:10px;background-position:-15px -40px}.flags-small.flags-Saint-Kitts-and-Nevis{width:15px;height:10px;background-position:-30px -40px}.flags-small.flags-Rwanda{width:15px;height:10px;background-position:-45px -40px}.flags-small.flags-Russia{width:15px;height:10px;background-position:-60px -40px}.flags-small.flags-Romania{width:15px;height:10px;background-position:-75px -40px}.flags-small.flags-Qatar{width:15px;height:10px;background-position:-90px -40px}.flags-small.flags-Portugal{width:15px;height:10px;background-position:-105px -40px}.flags-small.flags-Poland{width:15px;height:10px;background-position:-120px -40px}.flags-small.flags-Philippines{width:15px;height:10px;background-position:-135px -40px}.flags-small.flags-Peru{width:15px;height:10px;background-position:-150px -40px}.flags-small.flags-Paraguay{width:15px;height:10px;background-position:-165px -40px}.flags-small.flags-Papua-New-Guinea{width:15px;height:10px;background-position:0 -50px}.flags-small.flags-Panama{width:15px;height:10px;background-position:-15px -50px}.flags-small.flags-Palau{width:15px;height:10px;background-position:-30px -50px}.flags-small.flags-Pakistan{width:15px;height:10px;background-position:-45px -50px}.flags-small.flags-Oman{width:15px;height:10px;background-position:-60px -50px}.flags-small.flags-Norway{width:15px;height:10px;background-position:-75px -50px}.flags-small.flags-Nigeria{width:15px;height:10px;background-position:-90px -50px}.flags-small.flags-Niger{width:15px;height:10px;background-position:-105px -50px}.flags-small.flags-Nicaragua{width:15px;height:10px;background-position:-120px -50px}.flags-small.flags-New-Zealand{width:15px;height:10px;background-position:-135px -50px}.flags-small.flags-Netherlands{width:15px;height:10px;background-position:-150px -50px}.flags-small.flags-Nepal{width:15px;height:10px;background-position:-165px -50px}.flags-small.flags-Nauru{width:15px;height:10px;background-position:0 -60px}.flags-small.flags-Namibia{width:15px;height:10px;background-position:-15px -60px}.flags-small.flags-Myanmar{width:15px;height:10px;background-position:-30px -60px}.flags-small.flags-Mozambique{width:15px;height:10px;background-position:-45px -60px}.flags-small.flags-Morocco{width:15px;height:10px;background-position:-60px -60px}.flags-small.flags-Montenegro{width:15px;height:10px;background-position:-75px -60px}.flags-small.flags-Mongolia{width:15px;height:10px;background-position:-90px -60px}.flags-small.flags-Monaco{width:15px;height:10px;background-position:-105px -60px}.flags-small.flags-Moldova{width:15px;height:10px;background-position:-120px -60px}.flags-small.flags-Micronesia-_Federated_{width:15px;height:10px;background-position:-135px -60px}.flags-small.flags-Mexico{width:15px;height:10px;background-position:-150px -60px}.flags-small.flags-Mauritius{width:15px;height:10px;background-position:-165px -60px}.flags-small.flags-Mauritania{width:15px;height:10px;background-position:0 -70px}.flags-small.flags-Marshall-Islands{width:15px;height:10px;background-position:-15px -70px}.flags-small.flags-Malta{width:15px;height:10px;background-position:-30px -70px}.flags-small.flags-Mali{width:15px;height:10px;background-position:-45px -70px}.flags-small.flags-Maldives{width:15px;height:10px;background-position:-60px -70px}.flags-small.flags-Malaysia{width:15px;height:10px;background-position:-75px -70px}.flags-small.flags-Malawi{width:15px;height:10px;background-position:-90px -70px}.flags-small.flags-Madagascar{width:15px;height:10px;background-position:-105px -70px}.flags-small.flags-Macedonia{width:15px;height:10px;background-position:-120px -70px}.flags-small.flags-Luxembourg{width:15px;height:10px;background-position:-135px -70px}.flags-small.flags-Lithuania{width:15px;height:10px;background-position:-150px -70px}.flags-small.flags-Liechtenstein{width:15px;height:10px;background-position:-165px -70px}.flags-small.flags-Libya{width:15px;height:10px;background-position:0 -80px}.flags-small.flags-Liberia{width:15px;height:10px;background-position:-15px -80px}.flags-small.flags-Lesotho{width:15px;height:10px;background-position:-30px -80px}.flags-small.flags-Lebanon{width:15px;height:10px;background-position:-45px -80px}.flags-small.flags-Latvia{width:15px;height:10px;background-position:-60px -80px}.flags-small.flags-Laos{width:15px;height:10px;background-position:-75px -80px}.flags-small.flags-Kyrgyzstan{width:15px;height:10px;background-position:-90px -80px}.flags-small.flags-Kuwait{width:15px;height:10px;background-position:-105px -80px}.flags-small.flags-Kosovo{width:15px;height:10px;background-position:-120px -80px}.flags-small.flags-Korea-South{width:15px;height:10px;background-position:-135px -80px}.flags-small.flags-Korea-North{width:15px;height:10px;background-position:-150px -80px}.flags-small.flags-Kiribati{width:15px;height:10px;background-position:-165px -80px}.flags-small.flags-Kenya{width:15px;height:10px;background-position:0 -90px}.flags-small.flags-Kazakhstan{width:15px;height:10px;background-position:-15px -90px}.flags-small.flags-Jordan{width:15px;height:10px;background-position:-30px -90px}.flags-small.flags-Japan{width:15px;height:10px;background-position:-45px -90px}.flags-small.flags-Jamaica{width:15px;height:10px;background-position:-60px -90px}.flags-small.flags-Italy{width:15px;height:10px;background-position:-75px -90px}.flags-small.flags-Israel{width:15px;height:10px;background-position:-90px -90px}.flags-small.flags-Ireland{width:15px;height:10px;background-position:-105px -90px}.flags-small.flags-Iraq{width:15px;height:10px;background-position:-120px -90px}.flags-small.flags-Iran{width:15px;height:10px;background-position:-135px -90px}.flags-small.flags-Indonesia{width:15px;height:10px;background-position:-150px -90px}.flags-small.flags-India{width:15px;height:10px;background-position:-165px -90px}.flags-small.flags-Iceland{width:15px;height:10px;background-position:0 -100px}.flags-small.flags-Hungary{width:15px;height:10px;background-position:-15px -100px}.flags-small.flags-Honduras{width:15px;height:10px;background-position:-30px -100px}.flags-small.flags-Haiti{width:15px;height:10px;background-position:-45px -100px}.flags-small.flags-Guyana{width:15px;height:10px;background-position:-60px -100px}.flags-small.flags-Guinea{width:15px;height:10px;background-position:-75px -100px}.flags-small.flags-Guinea-Bissau{width:15px;height:10px;background-position:-90px -100px}.flags-small.flags-Guatemala{width:15px;height:10px;background-position:-105px -100px}.flags-small.flags-Grenada{width:15px;height:10px;background-position:-120px -100px}.flags-small.flags-Grecee{width:15px;height:10px;background-position:-135px -100px}.flags-small.flags-Ghana{width:15px;height:10px;background-position:-150px -100px}.flags-small.flags-Germany{width:15px;height:10px;background-position:-165px -100px}.flags-small.flags-Georgia{width:15px;height:10px;background-position:0 -110px}.flags-small.flags-Gambia{width:15px;height:10px;background-position:-15px -110px}.flags-small.flags-Gabon{width:15px;height:10px;background-position:-30px -110px}.flags-small.flags-France{width:15px;height:10px;background-position:-45px -110px}.flags-small.flags-Finland{width:15px;height:10px;background-position:-60px -110px}.flags-small.flags-Fiji{width:15px;height:10px;background-position:-75px -110px}.flags-small.flags-Ethiopia{width:15px;height:10px;background-position:-90px -110px}.flags-small.flags-Estonia{width:15px;height:10px;background-position:-105px -110px}.flags-small.flags-Eritrea{width:15px;height:10px;background-position:-120px -110px}.flags-small.flags-Equatorial-Guinea{width:15px;height:10px;background-position:-135px -110px}.flags-small.flags-El-Salvador{width:15px;height:10px;background-position:-150px -110px}.flags-small.flags-Egypt{width:15px;height:10px;background-position:-165px -110px}.flags-small.flags-Ecuador{width:15px;height:10px;background-position:0 -120px}.flags-small.flags-East-Timor{width:15px;height:10px;background-position:-15px -120px}.flags-small.flags-Dominican-Republic{width:15px;height:10px;background-position:-30px -120px}.flags-small.flags-Dominica{width:15px;height:10px;background-position:-45px -120px}.flags-small.flags-Djibouti{width:15px;height:10px;background-position:-60px -120px}.flags-small.flags-Denmark{width:15px;height:10px;background-position:-75px -120px}.flags-small.flags-Czech-Republic{width:15px;height:10px;background-position:-90px -120px}.flags-small.flags-Cyprus{width:15px;height:10px;background-position:-105px -120px}.flags-small.flags-Cuba{width:15px;height:10px;background-position:-120px -120px}.flags-small.flags-Croatia{width:15px;height:10px;background-position:-135px -120px}.flags-small.flags-Cote-d_Ivoire{width:15px;height:10px;background-position:-150px -120px}.flags-small.flags-Costa-Rica{width:15px;height:10px;background-position:-165px -120px}.flags-small.flags-Congo-Republic{width:15px;height:10px;background-position:0 -130px}.flags-small.flags-Congo-Democratic{width:15px;height:10px;background-position:-15px -130px}.flags-small.flags-Comoros{width:15px;height:10px;background-position:-30px -130px}.flags-small.flags-Colombia{width:15px;height:10px;background-position:-45px -130px}.flags-small.flags-China{width:15px;height:10px;background-position:-60px -130px}.flags-small.flags-Chile{width:15px;height:10px;background-position:-75px -130px}.flags-small.flags-Chad{width:15px;height:10px;background-position:-90px -130px}.flags-small.flags-Central-African-Republic{width:15px;height:10px;background-position:-105px -130px}.flags-small.flags-Cape-Verde{width:15px;height:10px;background-position:-120px -130px}.flags-small.flags-Canada{width:15px;height:10px;background-position:-135px -130px}.flags-small.flags-Cameroon{width:15px;height:10px;background-position:-150px -130px}.flags-small.flags-Cambodia{width:15px;height:10px;background-position:-165px -130px}.flags-small.flags-Burundi{width:15px;height:10px;background-position:0 -140px}.flags-small.flags-Burkina-Faso{width:15px;height:10px;background-position:-15px -140px}.flags-small.flags-Bulgaria{width:15px;height:10px;background-position:-30px -140px}.flags-small.flags-Brunei{width:15px;height:10px;background-position:-45px -140px}.flags-small.flags-Brazil{width:15px;height:10px;background-position:-60px -140px}.flags-small.flags-Botswana{width:15px;height:10px;background-position:-75px -140px}.flags-small.flags-Bosnia-and-Herzegovina{width:15px;height:10px;background-position:-90px -140px}.flags-small.flags-Bolivia{width:15px;height:10px;background-position:-105px -140px}.flags-small.flags-Bhutan{width:15px;height:10px;background-position:-120px -140px}.flags-small.flags-Benin{width:15px;height:10px;background-position:-135px -140px}.flags-small.flags-Belize{width:15px;height:10px;background-position:-150px -140px}.flags-small.flags-Belgium{width:15px;height:10px;background-position:-165px -140px}.flags-small.flags-Belarus{width:15px;height:10px;background-position:0 -150px}.flags-small.flags-Barbados{width:15px;height:10px;background-position:-15px -150px}.flags-small.flags-Bangladesh{width:15px;height:10px;background-position:-30px -150px}.flags-small.flags-Bahrain{width:15px;height:10px;background-position:-45px -150px}.flags-small.flags-Bahamas{width:15px;height:10px;background-position:-60px -150px}.flags-small.flags-Azerbaijan{width:15px;height:10px;background-position:-75px -150px}.flags-small.flags-Austria{width:15px;height:10px;background-position:-90px -150px}.flags-small.flags-Australia{width:15px;height:10px;background-position:-105px -150px}.flags-small.flags-Armenia{width:15px;height:10px;background-position:-120px -150px}.flags-small.flags-Argentina{width:15px;height:10px;background-position:-135px -150px}.flags-small.flags-Antigua-and-Barbuda{width:15px;height:10px;background-position:-150px -150px}.flags-small.flags-Andorra{width:15px;height:10px;background-position:-165px -150px}.flags-small.flags-Algeria{width:15px;height:10px;background-position:0 -160px}.flags-small.flags-Albania{width:15px;height:10px;background-position:-15px -160px}.flags-small.flags-Afghanistan{width:15px;height:10px;background-position:-30px -160px}.flags-small.flags-Bermuda{width:15px;height:10px;background-position:-45px -160px}.flags-small.flags-European-Union{width:15px;height:10px;background-position:-60px -160px}.flags-small.flags-United-States{width:15px;height:9px;background-position:-75px -160px}.flags-small.flags-XPT{width:15px;height:10px;background-position:-90px -160px}.flags-small.flags-XAU{width:15px;height:10px;background-position:-105px -160px}.flags-small.flags-XAG{width:15px;height:10px;background-position:-120px -160px}.flags-small.flags-Wallis-and-Futuna{width:15px;height:10px;background-position:-135px -160px}.flags-small.flags-Seborga{width:15px;height:10px;background-position:-150px -160px}.flags-small.flags-Aruba{width:15px;height:10px;background-position:-165px -160px}.flags-small.flags-Angola{width:15px;height:10px;background-position:0 -170px}.flags-small.flags-Saint-Helena{width:15px;height:10px;background-position:-15px -170px}.flags-small.flags-Macao{width:15px;height:10px;background-position:-30px -170px}.flags-small.flags-Jersey{width:15px;height:10px;background-position:-45px -170px}.flags-small.flags-Isle-of-Man{width:15px;height:10px;background-position:-60px -170px}.flags-small.flags-IMF{width:15px;height:10px;background-position:-75px -170px}.flags-small.flags-Hong-Kong{width:15px;height:10px;background-position:-90px -170px}.flags-small.flags-Guernsey{width:15px;height:10px;background-position:-105px -170px}.flags-small.flags-Gibraltar{width:15px;height:10px;background-position:-120px -170px}.flags-small.flags-Falkland-Islands{width:15px;height:10px;background-position:-135px -170px}.flags-small.flags-Curacao{width:15px;height:10px;background-position:-150px -170px}.flags-small.flags-Cayman-Islands{width:15px;height:10px;background-position:-165px -170px}.flags-small.flags-Bitcoin{width:15px;height:10px;background-position:-180px 0}.doubly-float .doubly-nice-select .list{left:0;right:auto} .layered-currency-switcher{width:auto;float:right;padding:0 0 0 50px;margin:0px;}.layered-currency-switcher li{display:block;float:left;font-size:15px;margin:0px;}.layered-currency-switcher li button.currency-switcher-btn{width:auto;height:auto;margin-bottom:0px;background:#fff;font-family:Arial!important;line-height:18px;border:1px solid #dadada;border-radius:25px;color:#9a9a9a;float:left;font-weight:700;margin-left:-46px;min-width:90px;position:relative;text-align:center;text-decoration:none;padding:10px 11px 10px 49px}.price-on-hover,.price-on-hover-wrapper{font-size:15px!important;line-height:25px!important}.layered-currency-switcher li button.currency-switcher-btn:focus{outline:0;-webkit-outline:none;-moz-outline:none;-o-outline:none}.layered-currency-switcher li button.currency-switcher-btn:hover{background:#ddf6cf;border-color:#a9d092;color:#89b171}.layered-currency-switcher li button.currency-switcher-btn span{display:none}.layered-currency-switcher li button.currency-switcher-btn:first-child{border-radius:25px}.layered-currency-switcher li button.currency-switcher-btn.selected{background:#de4c39;border-color:#de4c39;color:#fff;z-index:99;padding-left:23px!important;padding-right:23px!important}.layered-currency-switcher li button.currency-switcher-btn.selected span{display:inline-block}.doubly,.money{position:relative; font-weight:inherit !important; font-size:inherit !important;text-decoration:inherit !important;}.price-on-hover-wrapper{position:absolute;left:-50%;text-align:center;width:200%;top:110%;z-index:100000000}.price-on-hover{background:#333;border-color:#FFF!important;padding:2px 5px 3px;font-weight:400;border-radius:5px;font-family:Helvetica Neue,Arial;color:#fff;border:0}.price-on-hover:after{content:\"\";position:absolute;left:50%;margin-left:-4px;margin-top:-2px;width:0;height:0;border-bottom:solid 4px #333;border-left:solid 4px transparent;border-right:solid 4px transparent}.doubly-message{margin:5px 0}.doubly-wrapper{float:right}.doubly-float{position:fixed;bottom:10px;left:10px;right:auto;z-index:100000;}select.currency-switcher{margin:0px; position:relative; top:auto;}.doubly-nice-select, .doubly-nice-select .list { background: #FFFFFF; } .doubly-nice-select .current, .doubly-nice-select .list .option { color: #403F3F; } .doubly-nice-select .option:hover, .doubly-nice-select .option.focus, .doubly-nice-select .option.selected.focus { background-color: #F6F6F6; } .price-on-hover { background-color: #333333 !important; color: #FFFFFF !important; } .price-on-hover:after { border-bottom-color: #333333 !important;} .doubly-float .doubly-nice-select .list{top:-210px;left:0;right:auto} </style> <script src="https://cdn.shopify.com/extensions/d54a8ec3-16d4-4729-bd37-0a68c8c27b89/best-currency-converter-30/assets/doubly.js" async></script> <!-- END app app block --><script src="https://cdn.shopify.com/extensions/2f57a632-53a3-468b-ba9d-aa540dc9e01a/inbox-202/assets/inbox-chat-loader.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/c33bf951-f879-47cf-8abe-7344d0b35c59/24.2/assets/app-uwl.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/c33bf951-f879-47cf-8abe-7344d0b35c59/24.2/assets/app-uwl.css" rel="stylesheet" type="text/css" media="all"> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 52029882535,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 52029882535,storefrontBaseUrl: "https://amalfiweddingessence.com",cdnBaseUrl: "https://amalfiweddingessence.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"42603001807073","image":{"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573"},"price":{"amount":232.0,"currencyCode":"USD"},"product":{"id":"7611255849185","title":"Cooking Class \u0026 Wine Tasting in Tramonti","untranslatedTitle":"Cooking Class \u0026 Wine Tasting in Tramonti","url":"\/products\/cooking-class-wine-tasting-in-tramonti","vendor":"Amalfi Wedding Essence","type":""},"sku":"","title":"11:00 am","untranslatedTitle":"11:00 am"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"42603001807073","image":{"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573"},"price":{"amount":232.0,"currencyCode":"USD"},"product":{"id":"7611255849185","title":"Cooking Class \u0026 Wine Tasting in Tramonti","untranslatedTitle":"Cooking Class \u0026 Wine Tasting in Tramonti","url":"\/products\/cooking-class-wine-tasting-in-tramonti","vendor":"Amalfi Wedding Essence","type":""},"sku":"","title":"11:00 am","untranslatedTitle":"11:00 am"}});},"https://amalfiweddingessence.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window['GoogleAnalyticsObject'] = 'ga'; window['ga'] = window['ga'] || function() { (window['ga'].q = window['ga'].q || []).push(arguments); }; window['ga'].l = 1 * new Date();</script> <script>var _gaUTrackerOptions = {'allowLinker': true};ga('create', 'UA-195450388-2', 'auto', _gaUTrackerOptions);ga('send', 'pageview'); (function(){ ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.action || target.href)) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i<document.forms.length; i++) { if(document.forms[i].action && document.forms[i].action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i<document.links.length; i++) { if(document.links[i].href && document.links[i].href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }) }()); </script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":7611255849185,"gid":"gid:\/\/shopify\/Product\/7611255849185","vendor":"Amalfi Wedding Essence","type":"","variants":[{"id":42603001807073,"price":23200,"name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","public_title":"11:00 am","sku":""}]},"page":{"pageType":"product","resourceType":"product","resourceId":7611255849185}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 52029882535, theme_id: 121598607527, app_name: "storefront", context_url: window.location.href, source_url: "//amalfiweddingessence.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//amalfiweddingessence.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//amalfiweddingessence.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":52029882535,"isMerchantRequest":null,"themeId":121598607527,"themeCityHash":"7049405460166494833","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Facebook Pixel":{"pixelIds":["763882150985897"],"agent":"plshopify1.2"},"Pinterest Pixel":{"pixelId":"2613762438253"},"Google Gtag Pixel":{"conversionId":"G-7KYLB1N39Y","eventLabels":[{"type":"begin_checkout","action_label":"G-7KYLB1N39Y"},{"type":"search","action_label":"G-7KYLB1N39Y"},{"type":"view_item","action_label":["G-7KYLB1N39Y","MC-4JQBGLHZ7J"]},{"type":"purchase","action_label":["G-7KYLB1N39Y","MC-4JQBGLHZ7J"]},{"type":"page_view","action_label":["G-7KYLB1N39Y","MC-4JQBGLHZ7J"]},{"type":"add_payment_info","action_label":"G-7KYLB1N39Y"},{"type":"add_to_cart","action_label":"G-7KYLB1N39Y"}],"targetCountry":"IT"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"763882150985897","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7611255849185}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":42603001807073,"productId":7611255849185,"productGid":"gid:\/\/shopify\/Product\/7611255849185","name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","price":"232.00","sku":"","brand":"Amalfi Wedding Essence","variant":"11:00 am","category":"","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":42603001807073,"productId":7611255849185,"productGid":"gid:\/\/shopify\/Product\/7611255849185","name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","price":"232.00","sku":"","brand":"Amalfi Wedding Essence","variant":"11:00 am","category":"","nonInteraction":true,"referer":"https:\/\/amalfiweddingessence.com\/products\/cooking-class-wine-tasting-in-tramonti"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//amalfiweddingessence.com/cdn/shopifycloud/shopify/assets/shop_events_listener-a7c63dba65ccddc484f77541dc8ca437e60e1e9e297fe1c3faebf6523a0ede9b.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Debut"; window.BOOMR.themeVersion = "17.7.0"; window.BOOMR.shopId = 52029882535; window.BOOMR.themeId = 121598607527; window.BOOMR.renderRegion = "gcp-europe-west4"; window.BOOMR.url = "https://amalfiweddingessence.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> <script async="async" src="https://www.google-analytics.com/analytics.js"></script> </head> <body class="template-product"> <a class="in-page-link visually-hidden skip-link" href="#MainContent">Skip to content</a><style data-shopify> .cart-popup { box-shadow: 1px 1px 10px 2px rgba(235, 235, 235, 0.5); }</style><div class="cart-popup-wrapper cart-popup-wrapper--hidden critical-hidden" role="dialog" aria-modal="true" aria-labelledby="CartPopupHeading" data-cart-popup-wrapper> <div class="cart-popup" data-cart-popup tabindex="-1"> <div class="cart-popup__header"> <h2 id="CartPopupHeading" class="cart-popup__heading">Just added to your cart</h2> <button class="cart-popup__close" aria-label="Close" data-cart-popup-close><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 40 40"><path d="M23.868 20.015L39.117 4.78c1.11-1.108 1.11-2.77 0-3.877-1.109-1.108-2.773-1.108-3.882 0L19.986 16.137 4.737.904C3.628-.204 1.965-.204.856.904c-1.11 1.108-1.11 2.77 0 3.877l15.249 15.234L.855 35.248c-1.108 1.108-1.108 2.77 0 3.877.555.554 1.248.831 1.942.831s1.386-.277 1.94-.83l15.25-15.234 15.248 15.233c.555.554 1.248.831 1.941.831s1.387-.277 1.941-.83c1.11-1.109 1.11-2.77 0-3.878L23.868 20.015z" class="layer"/></svg></button> </div> <div class="cart-popup-item"> <div class="cart-popup-item__image-wrapper hide" data-cart-popup-image-wrapper data-image-loading-animation></div> <div class="cart-popup-item__description"> <div> <h3 class="cart-popup-item__title" data-cart-popup-title></h3> <ul class="product-details" aria-label="Product details" data-cart-popup-product-details></ul> </div> <div class="cart-popup-item__quantity"> <span class="visually-hidden" data-cart-popup-quantity-label></span> <span aria-hidden="true">Qty:</span> <span aria-hidden="true" data-cart-popup-quantity></span> </div> </div> </div> <a href="/cart" class="cart-popup__cta-link btn btn--secondary-accent"> View cart (<span data-cart-popup-cart-quantity></span>) </a> <div class="cart-popup__dismiss"> <button class="cart-popup__dismiss-button text-link text-link--accent" data-cart-popup-dismiss> Continue shopping </button> </div> </div> </div> <div id="shopify-section-header" class="shopify-section"> <style> .site-header__logo-image { max-width: 150px; } .site-header__logo-image { margin: 0; } </style> <div id="SearchDrawer" class="search-bar drawer drawer--top critical-hidden" role="dialog" aria-modal="true" aria-label="Search" data-predictive-search-drawer> <div class="search-bar__interior"> <div class="search-form__container" data-search-form-container> <form class="search-form search-bar__form" action="/search" method="get" role="search"> <div class="search-form__input-wrapper"> <input type="text" name="q" placeholder="Search" role="combobox" aria-autocomplete="list" aria-owns="predictive-search-results" aria-expanded="false" aria-label="Search" aria-haspopup="listbox" class="search-form__input search-bar__input" data-predictive-search-drawer-input /> <input type="hidden" name="options[prefix]" value="last" aria-hidden="true" /> <div class="predictive-search-wrapper predictive-search-wrapper--drawer" data-predictive-search-mount="drawer"></div> </div> <button class="search-bar__submit search-form__submit" type="submit" data-search-form-submit> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 37 40"><path d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z"/></svg> <span class="icon__fallback-text">Submit</span> </button> </form> <div class="search-bar__actions"> <button type="button" class="btn--link search-bar__close js-drawer-close"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 40 40"><path d="M23.868 20.015L39.117 4.78c1.11-1.108 1.11-2.77 0-3.877-1.109-1.108-2.773-1.108-3.882 0L19.986 16.137 4.737.904C3.628-.204 1.965-.204.856.904c-1.11 1.108-1.11 2.77 0 3.877l15.249 15.234L.855 35.248c-1.108 1.108-1.108 2.77 0 3.877.555.554 1.248.831 1.942.831s1.386-.277 1.94-.83l15.25-15.234 15.248 15.233c.555.554 1.248.831 1.941.831s1.387-.277 1.941-.83c1.11-1.109 1.11-2.77 0-3.878L23.868 20.015z" class="layer"/></svg> <span class="icon__fallback-text">Close search</span> </button> </div> </div> </div> </div> <div data-section-id="header" data-section-type="header-section" data-header-section> <header class="site-header border-bottom logo--left" role="banner"> <div class="grid grid--no-gutters grid--table site-header__mobile-nav"> <div class="grid__item medium-up--one-quarter logo-align--left"> <div class="h2 site-header__logo"> <a href="/" class="site-header__logo-image" data-image-loading-animation> <img class="lazyload js" src="//amalfiweddingessence.com/cdn/shop/files/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_300x300.png?v=1616333116" data-src="//amalfiweddingessence.com/cdn/shop/files/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_{width}x.png?v=1616333116" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.108416547788873" data-sizes="auto" alt="Amalfi Wedding Essence" style="max-width: 150px"> <noscript> <img src="//amalfiweddingessence.com/cdn/shop/files/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_150x.png?v=1616333116" srcset="//amalfiweddingessence.com/cdn/shop/files/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_150x.png?v=1616333116 1x, //amalfiweddingessence.com/cdn/shop/files/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_150x@2x.png?v=1616333116 2x" alt="Amalfi Wedding Essence" style="max-width: 150px;"> </noscript> </a> </div> </div> <nav class="grid__item medium-up--one-half small--hide" id="AccessibleNav" role="navigation"> <ul class="site-nav list--inline" id="SiteNav"> <li class="site-nav--has-dropdown" data-has-dropdowns> <button class="site-nav__link site-nav__link--main site-nav__link--button" type="button" aria-expanded="false" aria-controls="SiteNavLabel-wedding-favors-shop"> <span class="site-nav__label">WEDDING FAVORS SHOP</span><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-down" viewBox="0 0 9 9"><path d="M8.542 2.558a.625.625 0 0 1 0 .884l-3.6 3.6a.626.626 0 0 1-.884 0l-3.6-3.6a.625.625 0 1 1 .884-.884L4.5 5.716l3.158-3.158a.625.625 0 0 1 .884 0z" fill="#fff"/></svg> </button> <div class="site-nav__dropdown critical-hidden" id="SiteNavLabel-wedding-favors-shop"> <ul> <li> <a href="/collections/limoncello-favors" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Limoncello Favors</span> </a> </li> <li> <a href="/collections/local-goodies" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Local Goodies</span> </a> </li> <li> <a href="/collections/wedding-coasters" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Wedding Coasters</span> </a> </li> <li> <a href="/collections/olive-oil-favors" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Olive Oil Favors</span> </a> </li> <li> <a href="/collections/amalfi-cosmetics" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Amalfi Cosmetics</span> </a> </li> <li> <a href="/collections/wall-decor" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Picture Tiles</span> </a> </li> <li> <a href="/collections/hand-fan-wedding-favors" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Hand Fan Favors</span> </a> </li> <li> <a href="/collections/wedding-bags-boxes" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Wedding Welcome Bags </span> </a> </li> <li> <a href="/collections/coffee-and-tea-favors" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Coffee and Tea Favors</span> </a> </li> <li> <a href="/collections/candle-favors" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Candle Favors</span> </a> </li> <li> <a href="/collections/all" class="site-nav__link site-nav__child-link site-nav__link--last" > <span class="site-nav__label">View All</span> </a> </li> </ul> </div> </li> <li class="site-nav--has-dropdown" data-has-dropdowns> <button class="site-nav__link site-nav__link--main site-nav__link--button" type="button" aria-expanded="false" aria-controls="SiteNavLabel-experiences"> <span class="site-nav__label">EXPERIENCES</span><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-down" viewBox="0 0 9 9"><path d="M8.542 2.558a.625.625 0 0 1 0 .884l-3.6 3.6a.626.626 0 0 1-.884 0l-3.6-3.6a.625.625 0 1 1 .884-.884L4.5 5.716l3.158-3.158a.625.625 0 0 1 .884 0z" fill="#fff"/></svg> </button> <div class="site-nav__dropdown critical-hidden" id="SiteNavLabel-experiences"> <ul> <li> <a href="/collections/live-wedding-painting" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Live Wedding Painting</span> </a> </li> <li> <a href="/collections/partial-wedding-coordination-wedding-coordination-offer" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Wedding Day Coordination</span> </a> </li> <li> <a href="/collections/photoshoot-on-vespa-around-amalfi-coast" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Photoshoot on Vespa around Amalfi Coast</span> </a> </li> <li> <a href="/pages/will-you-marry-me-marriage-proposal-in-capri" class="site-nav__link site-nav__child-link" > <span class="site-nav__label">Will You Marry Me? Marriage Proposal in Capri</span> </a> </li> <li> <a href="/pages/boat-sunset-photography-ideal-for-wedding-proposal" class="site-nav__link site-nav__child-link site-nav__link--last" > <span class="site-nav__label">Boat Sunset + Photography (ideal for wedding proposal)</span> </a> </li> </ul> </div> </li> <li > <a href="/blogs/news" class="site-nav__link site-nav__link--main" > <span class="site-nav__label">BLOG</span> </a> </li> </ul> </nav> <div class="grid__item medium-up--one-quarter text-right site-header__icons site-header__icons--plus"> <div class="site-header__icons-wrapper"> <button type="button" class="btn--link site-header__icon site-header__search-toggle js-drawer-open-top" data-predictive-search-open-drawer> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 37 40"><path d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z"/></svg> <span class="icon__fallback-text">Search</span> </button> <a href="/account/login" class="site-header__icon site-header__account"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-login" viewBox="0 0 28.33 37.68"><path d="M14.17 14.9a7.45 7.45 0 1 0-7.5-7.45 7.46 7.46 0 0 0 7.5 7.45zm0-10.91a3.45 3.45 0 1 1-3.5 3.46A3.46 3.46 0 0 1 14.17 4zM14.17 16.47A14.18 14.18 0 0 0 0 30.68c0 1.41.66 4 5.11 5.66a27.17 27.17 0 0 0 9.06 1.34c6.54 0 14.17-1.84 14.17-7a14.18 14.18 0 0 0-14.17-14.21zm0 17.21c-6.3 0-10.17-1.77-10.17-3a10.17 10.17 0 1 1 20.33 0c.01 1.23-3.86 3-10.16 3z"/></svg> <span class="icon__fallback-text">Log in</span> </a> <div class="amalfi-uwl-icon"><span class="wishlist"></span></div> <a href="/cart" class="site-header__icon site-header__cart"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-cart" viewBox="0 0 37 40"><path d="M36.5 34.8L33.3 8h-5.9C26.7 3.9 23 .8 18.5.8S10.3 3.9 9.6 8H3.7L.5 34.8c-.2 1.5.4 2.4.9 3 .5.5 1.4 1.2 3.1 1.2h28c1.3 0 2.4-.4 3.1-1.3.7-.7 1-1.8.9-2.9zm-18-30c2.2 0 4.1 1.4 4.7 3.2h-9.5c.7-1.9 2.6-3.2 4.8-3.2zM4.5 35l2.8-23h2.2v3c0 1.1.9 2 2 2s2-.9 2-2v-3h10v3c0 1.1.9 2 2 2s2-.9 2-2v-3h2.2l2.8 23h-28z"/></svg> <span class="icon__fallback-text">Cart</span> <div id="CartCount" class="site-header__cart-count hide critical-hidden" data-cart-count-bubble> <span data-cart-count>0</span> <span class="icon__fallback-text medium-up--hide">items</span> </div> </a> <button type="button" class="btn--link site-header__icon site-header__menu js-mobile-nav-toggle mobile-nav--open" aria-controls="MobileNav" aria-expanded="false" aria-label="Menu"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" viewBox="0 0 37 40"><path d="M33.5 25h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2zm0-11.5h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2zm0 23h-30c-1.1 0-2-.9-2-2s.9-2 2-2h30c1.1 0 2 .9 2 2s-.9 2-2 2z"/></svg> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 40 40"><path d="M23.868 20.015L39.117 4.78c1.11-1.108 1.11-2.77 0-3.877-1.109-1.108-2.773-1.108-3.882 0L19.986 16.137 4.737.904C3.628-.204 1.965-.204.856.904c-1.11 1.108-1.11 2.77 0 3.877l15.249 15.234L.855 35.248c-1.108 1.108-1.108 2.77 0 3.877.555.554 1.248.831 1.942.831s1.386-.277 1.94-.83l15.25-15.234 15.248 15.233c.555.554 1.248.831 1.941.831s1.387-.277 1.941-.83c1.11-1.109 1.11-2.77 0-3.878L23.868 20.015z" class="layer"/></svg> </button> </div> </div> </div> <nav class="mobile-nav-wrapper medium-up--hide critical-hidden" role="navigation"> <ul id="MobileNav" class="mobile-nav"> <li class="mobile-nav__item border-bottom"> <button type="button" class="btn--link js-toggle-submenu mobile-nav__link" data-target="wedding-favors-shop-1" data-level="1" aria-expanded="false"> <span class="mobile-nav__label">WEDDING FAVORS SHOP</span> <div class="mobile-nav__icon"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 14 14"><path d="M3.871.604c.44-.439 1.152-.439 1.591 0l5.515 5.515s-.049-.049.003.004l.082.08c.439.44.44 1.153 0 1.592l-5.6 5.6a1.125 1.125 0 0 1-1.59-1.59L8.675 7 3.87 2.195a1.125 1.125 0 0 1 0-1.59z" fill="#fff"/></svg> </div> </button> <ul class="mobile-nav__dropdown" data-parent="wedding-favors-shop-1" data-level="2"> <li class="visually-hidden" tabindex="-1" data-menu-title="2">WEDDING FAVORS SHOP Menu</li> <li class="mobile-nav__item border-bottom"> <div class="mobile-nav__table"> <div class="mobile-nav__table-cell mobile-nav__return"> <button class="btn--link js-toggle-submenu mobile-nav__return-btn" type="button" aria-expanded="true" aria-label="WEDDING FAVORS SHOP"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 14 14"><path d="M10.129.604a1.125 1.125 0 0 0-1.591 0L3.023 6.12s.049-.049-.003.004l-.082.08c-.439.44-.44 1.153 0 1.592l5.6 5.6a1.125 1.125 0 0 0 1.59-1.59L5.325 7l4.805-4.805c.44-.439.44-1.151 0-1.59z" fill="#fff"/></svg> </button> </div> <span class="mobile-nav__sublist-link mobile-nav__sublist-header mobile-nav__sublist-header--main-nav-parent"> <span class="mobile-nav__label">WEDDING FAVORS SHOP</span> </span> </div> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/limoncello-favors" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Limoncello Favors</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/local-goodies" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Local Goodies</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/wedding-coasters" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Wedding Coasters</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/olive-oil-favors" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Olive Oil Favors</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/amalfi-cosmetics" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Amalfi Cosmetics</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/wall-decor" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Picture Tiles</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/hand-fan-wedding-favors" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Hand Fan Favors</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/wedding-bags-boxes" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Wedding Welcome Bags </span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/coffee-and-tea-favors" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Coffee and Tea Favors</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/candle-favors" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Candle Favors</span> </a> </li> <li class="mobile-nav__item"> <a href="/collections/all" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">View All</span> </a> </li> </ul> </li> <li class="mobile-nav__item border-bottom"> <button type="button" class="btn--link js-toggle-submenu mobile-nav__link" data-target="experiences-2" data-level="1" aria-expanded="false"> <span class="mobile-nav__label">EXPERIENCES</span> <div class="mobile-nav__icon"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 14 14"><path d="M3.871.604c.44-.439 1.152-.439 1.591 0l5.515 5.515s-.049-.049.003.004l.082.08c.439.44.44 1.153 0 1.592l-5.6 5.6a1.125 1.125 0 0 1-1.59-1.59L8.675 7 3.87 2.195a1.125 1.125 0 0 1 0-1.59z" fill="#fff"/></svg> </div> </button> <ul class="mobile-nav__dropdown" data-parent="experiences-2" data-level="2"> <li class="visually-hidden" tabindex="-1" data-menu-title="2">EXPERIENCES Menu</li> <li class="mobile-nav__item border-bottom"> <div class="mobile-nav__table"> <div class="mobile-nav__table-cell mobile-nav__return"> <button class="btn--link js-toggle-submenu mobile-nav__return-btn" type="button" aria-expanded="true" aria-label="EXPERIENCES"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 14 14"><path d="M10.129.604a1.125 1.125 0 0 0-1.591 0L3.023 6.12s.049-.049-.003.004l-.082.08c-.439.44-.44 1.153 0 1.592l5.6 5.6a1.125 1.125 0 0 0 1.59-1.59L5.325 7l4.805-4.805c.44-.439.44-1.151 0-1.59z" fill="#fff"/></svg> </button> </div> <span class="mobile-nav__sublist-link mobile-nav__sublist-header mobile-nav__sublist-header--main-nav-parent"> <span class="mobile-nav__label">EXPERIENCES</span> </span> </div> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/live-wedding-painting" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Live Wedding Painting</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/partial-wedding-coordination-wedding-coordination-offer" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Wedding Day Coordination</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/collections/photoshoot-on-vespa-around-amalfi-coast" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Photoshoot on Vespa around Amalfi Coast</span> </a> </li> <li class="mobile-nav__item border-bottom"> <a href="/pages/will-you-marry-me-marriage-proposal-in-capri" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Will You Marry Me? Marriage Proposal in Capri</span> </a> </li> <li class="mobile-nav__item"> <a href="/pages/boat-sunset-photography-ideal-for-wedding-proposal" class="mobile-nav__sublist-link" > <span class="mobile-nav__label">Boat Sunset + Photography (ideal for wedding proposal)</span> </a> </li> </ul> </li> <li class="mobile-nav__item"> <a href="/blogs/news" class="mobile-nav__link" > <span class="mobile-nav__label">BLOG</span> </a> </li> </ul> </nav> </header> </div> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Amalfi Wedding Essence", "logo": "https:\/\/amalfiweddingessence.com\/cdn\/shop\/files\/5_1effd081-985b-4c0a-bdd2-b84d5ee2377a_3108x.png?v=1616333116", "sameAs": [ "", "https:\/\/www.facebook.com\/AmalfiWeddingEssence", "https:\/\/www.pinterest.it\/aweddingessence\/_shop\/", "https:\/\/www.instagram.com\/amalfiweddingessence\/", "", "", "", "" ], "url": "https:\/\/amalfiweddingessence.com" } </script> </div> <div class="page-container drawer-page-content" id="PageContainer"> <main class="main-content js-focus-hidden" id="MainContent" role="main" tabindex="-1"> <div id="shopify-section-product-template" class="shopify-section"><div class="product-template__container page-width" id="ProductSection-product-template" data-section-id="product-template" data-section-type="product" data-enable-history-state="true" data-ajax-enabled="true" > <div class="grid product-single product-single--medium-media"> <div class="grid__item product-single__media-group medium-up--one-half" data-product-single-media-group> <div id="FeaturedMedia-product-template-29596404383969-wrapper" class="product-single__media-wrapper js" data-product-single-media-wrapper data-media-id="product-template-29596404383969" tabindex="-1"> <style>#FeaturedMedia-product-template-29596404383969 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596404383969-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596404383969" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596404383969" class="feature-row__image product-featured-media lazyload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" onload="window.performance.mark('debut:product:image_visible');"> </div> </div> <div id="FeaturedMedia-product-template-29596337930465-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337930465" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337930465 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337930465-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337930465" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337930465" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337504481-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337504481" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337504481 { max-width: 498.9539748953975px; max-height: 530px; } #FeaturedMedia-product-template-29596337504481-wrapper { max-width: 498.9539748953975px; } </style> <div id="ImageZoom-product-template-29596337504481" style="padding-top:106.22222222222221%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/cooking-class_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337504481" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/cooking-class_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.9414225941422594" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337602785-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337602785" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337602785 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337602785-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337602785" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337602785" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337570017-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337570017" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337570017 { max-width: 498.9539748953975px; max-height: 530px; } #FeaturedMedia-product-template-29596337570017-wrapper { max-width: 498.9539748953975px; } </style> <div id="ImageZoom-product-template-29596337570017" style="padding-top:106.22222222222221%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337570017" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.9414225941422594" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596338094305-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596338094305" tabindex="-1"> <style>#FeaturedMedia-product-template-29596338094305 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596338094305-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596338094305" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery5_1024x1024@2x.jpg?v=1648056573" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596338094305" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery5_{width}x.jpg?v=1648056573" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337635553-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337635553" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337635553 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337635553-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337635553" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337635553" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337668321-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337668321" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337668321 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337668321-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337668321" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery13_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337668321" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery13_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337701089-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337701089" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337701089 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337701089-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337701089" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/bottaia_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337701089" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/bottaia_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337733857-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337733857" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337733857 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337733857-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337733857" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337733857" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337766625-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337766625" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337766625 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337766625-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337766625" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337766625" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337799393-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337799393" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337799393 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337799393-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337799393" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337799393" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337832161-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337832161" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337832161 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337832161-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337832161" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337832161" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337864929-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337864929" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337864929 { max-width: 959.0951932139491px; max-height: 530px; } #FeaturedMedia-product-template-29596337864929-wrapper { max-width: 959.0951932139491px; } </style> <div id="ImageZoom-product-template-29596337864929" style="padding-top:55.26041666666667%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-header_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337864929" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-header_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.8096135721017907" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337963233-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337963233" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337963233 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337963233-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337963233" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery10_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337963233" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery10_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596337996001-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596337996001" tabindex="-1"> <style>#FeaturedMedia-product-template-29596337996001 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596337996001-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596337996001" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery7_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596337996001" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery7_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596338061537-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596338061537" tabindex="-1"> <style>#FeaturedMedia-product-template-29596338061537 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596338061537-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596338061537" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery1_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596338061537" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery1_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596338127073-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596338127073" tabindex="-1"> <style>#FeaturedMedia-product-template-29596338127073 { max-width: 703.7793667007151px; max-height: 530px; } #FeaturedMedia-product-template-29596338127073-wrapper { max-width: 703.7793667007151px; } </style> <div id="ImageZoom-product-template-29596338127073" style="padding-top:75.3076923076923%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery3_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596338127073" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery3_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3278855975485189" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596338159841-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596338159841" tabindex="-1"> <style>#FeaturedMedia-product-template-29596338159841 { max-width: 498.9539748953975px; max-height: 530px; } #FeaturedMedia-product-template-29596338159841-wrapper { max-width: 498.9539748953975px; } </style> <div id="ImageZoom-product-template-29596338159841" style="padding-top:106.22222222222221%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596338159841" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.9414225941422594" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <div id="FeaturedMedia-product-template-29596338192609-wrapper" class="product-single__media-wrapper js hide" data-product-single-media-wrapper data-media-id="product-template-29596338192609" tabindex="-1"> <style>#FeaturedMedia-product-template-29596338192609 { max-width: 498.9539748953975px; max-height: 530px; } #FeaturedMedia-product-template-29596338192609-wrapper { max-width: 498.9539748953975px; } </style> <div id="ImageZoom-product-template-29596338192609" style="padding-top:106.22222222222221%;" class="product-single__media product-single__media--has-thumbnails js-zoom-enabled" data-image-zoom-wrapper data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4_1024x1024@2x.jpg?v=1648056555" data-image-loading-animation> <img id="FeaturedMedia-product-template-29596338192609" class="feature-row__image product-featured-media lazyload lazypreload" data-src="//amalfiweddingessence.com/cdn/shop/products/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4_{width}x.jpg?v=1648056555" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.9414225941422594" data-sizes="auto" data-image-zoom alt="Cooking Class &amp; Wine Tasting in Tramonti" > </div> </div> <noscript> <img src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_530x@2x.jpg?v=1648056573" alt="Cooking Class & Wine Tasting in Tramonti" id="FeaturedMedia-product-template" class="product-featured-media" style="max-width: 530px;"> </noscript> <div data-thumbnail-slider> <div class="thumbnails-wrapper slider-active" data-slider> <button type="button" class="btn btn--link medium-up--hide thumbnails-slider__btn thumbnails-slider__prev thumbnails-slider__prev--product-template" data-slider-button> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 14 14"><path d="M10.129.604a1.125 1.125 0 0 0-1.591 0L3.023 6.12s.049-.049-.003.004l-.082.08c-.439.44-.44 1.153 0 1.592l5.6 5.6a1.125 1.125 0 0 0 1.59-1.59L5.325 7l4.805-4.805c.44-.439.44-1.151 0-1.59z" fill="#fff"/></svg> <span class="icon__fallback-text">Previous slide</span> </button> <ul class="product-single__thumbnails product-single__thumbnails-product-template" data-slider-container> <div class="product-single__thumbnails-slider-track" data-slider-track> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="0" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596404383969" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="1" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337930465" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery12_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="2" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/cooking-class_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337504481" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/cooking-class_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/cooking-class_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="3" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337602785" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="4" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337570017" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="5" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery5_1024x1024@2x.jpg?v=1648056573" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596338094305" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery5_1024x1024@2x.jpg?v=1648056573"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery5_110x110@2x.jpg?v=1648056573" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="6" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337635553" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="7" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery13_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337668321" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery13_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery13_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="8" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/bottaia_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337701089" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/bottaia_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/bottaia_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="9" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337733857" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="10" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337766625" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="11" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337799393" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="12" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337832161" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="13" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-header_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337864929" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-header_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-header_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="14" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery10_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337963233" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery10_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery10_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="15" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery7_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596337996001" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery7_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery7_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="16" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery1_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596338061537" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery1_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery1_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="17" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery3_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596338127073" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery3_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery3_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="18" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596338159841" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-tour2_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> <li class="product-single__thumbnails-item product-single__thumbnails-item--medium product-single__thumbnails-item-slide js" data-slider-slide-index="19" data-slider-item> <a href="//amalfiweddingessence.com/cdn/shop/products/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4_1024x1024@2x.jpg?v=1648056555" class="text-link product-single__thumbnail product-single__thumbnail--product-template" data-thumbnail-id="product-template-29596338192609" data-slider-item-link data-zoom="//amalfiweddingessence.com/cdn/shop/products/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4_1024x1024@2x.jpg?v=1648056555"><img class="product-single__thumbnail-image" src="//amalfiweddingessence.com/cdn/shop/products/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4_110x110@2x.jpg?v=1648056555" alt="Load image into Gallery viewer, Cooking Class &amp;amp; Wine Tasting in Tramonti "></a> </li> </div> </ul> <button type="button" class="btn btn--link medium-up--hide thumbnails-slider__btn thumbnails-slider__next thumbnails-slider__next--product-template" data-slider-button data-slider-button-next> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 14 14"><path d="M3.871.604c.44-.439 1.152-.439 1.591 0l5.515 5.515s-.049-.049.003.004l.082.08c.439.44.44 1.153 0 1.592l-5.6 5.6a1.125 1.125 0 0 1-1.59-1.59L8.675 7 3.87 2.195a1.125 1.125 0 0 1 0-1.59z" fill="#fff"/></svg> <span class="icon__fallback-text">Next slide</span> </button> </div> </div> </div> <div class="grid__item medium-up--one-half"> <div class="product-single__meta"> <h1 class="product-single__title">Cooking Class & Wine Tasting in Tramonti</h1> <script>window.performance.mark('debut:product:title_visible');</script> <div class="product__price"> <dl class="price " data-price > <div class="price__pricing-group"> <div class="price__regular"> <dt> <span class="visually-hidden visually-hidden--inline">Regular price</span> </dt> <dd> <span class="price-item price-item--regular" data-regular-price> $232.00 </span> </dd> </div> <div class="price__sale"> <dt> <span class="visually-hidden visually-hidden--inline">Sale price</span> </dt> <dd> <span class="price-item price-item--sale" data-sale-price> $232.00 </span> </dd> <dt> <span class="visually-hidden visually-hidden--inline">Regular price</span> </dt> <dd> <s class="price-item price-item--regular" data-regular-price> </s> </dd> </div> <div class="price__badges"> <span class="price__badge price__badge--sale" aria-hidden="true"> <span>Sale</span> </span> <span class="price__badge price__badge--sold-out"> <span>Sold out</span> </span> </div> </div> <div class="price__unit"> <dt> <span class="visually-hidden visually-hidden--inline">Unit price</span> </dt> <dd class="price-unit-price"><span data-unit-price></span><span aria-hidden="true">/</span><span class="visually-hidden">per&nbsp;</span><span data-unit-price-base-unit></span></dd> </div> </dl> </div><div class="product__policies rte" data-product-policies>Tax included. <a href="/policies/shipping-policy">Shipping</a> calculated at checkout. </div> <form method="post" action="/cart/add" id="product_form_7611255849185" accept-charset="UTF-8" class="product-form product-form-product-template " enctype="multipart/form-data" novalidate="novalidate" data-product-form=""><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="product-form__controls-group"> <div class="selector-wrapper js product-form__item"> <label for="SingleOptionSelector-0"> Time </label> <select class="single-option-selector single-option-selector-product-template product-form__input" id="SingleOptionSelector-0" data-index="option1" > <option value="11:00 am" selected="selected">11:00 am</option> </select> </div> </div> <select name="id" id="ProductSelect-product-template" class="product-form__variants no-js"> <option value="42603001807073" selected="selected"> 11:00 am </option> </select> <div class="product-form__controls-group"> <div class="product-form__item"> <label for="Quantity-product-template">Quantity</label> <input type="number" id="Quantity-product-template" name="quantity" value="1" min="1" pattern="[0-9]*" class="product-form__input product-form__input--quantity" data-quantity-input > </div> </div> <div class="product-form__error-message-wrapper product-form__error-message-wrapper--hidden product-form__error-message-wrapper--has-payment-button" data-error-message-wrapper role="alert" > <span class="visually-hidden">Error </span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-error" viewBox="0 0 14 14"><g fill="none" fill-rule="evenodd"><path d="M7 0a7 7 0 0 1 7 7 7 7 0 1 1-7-7z"/><path class="icon-error__symbol" d="M6.328 8.396l-.252-5.4h1.836l-.24 5.4H6.328zM6.04 10.16c0-.528.432-.972.96-.972s.972.444.972.972c0 .516-.444.96-.972.96a.97.97 0 0 1-.96-.96z"/></g></svg> <span class="product-form__error-message" data-error-message>Quantity must be 1 or more</span> </div> <div class="product-form__controls-group product-form__controls-group--submit"> <div class="product-form__item product-form__item--submit product-form__item--payment-button" > <button type="submit" name="add" aria-label="Add to cart" class="btn product-form__cart-submit btn--secondary-accent" aria-haspopup="dialog" data-add-to-cart> <span data-add-to-cart-text> Add to cart </span> <span class="hide" data-loader> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-spinner" viewBox="0 0 20 20"><path d="M7.229 1.173a9.25 9.25 0 1 0 11.655 11.412 1.25 1.25 0 1 0-2.4-.698 6.75 6.75 0 1 1-8.506-8.329 1.25 1.25 0 1 0-.75-2.385z" fill="#919EAB"/></svg> </span> </button> <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="false" class="shopify-payment-button"><button class="shopify-payment-button__button shopify-payment-button__button--unbranded shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button><button class="shopify-payment-button__more-options shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button></div> </div> </div> <input type="hidden" name="product-id" value="7611255849185" /><input type="hidden" name="section-id" value="product-template" /></form> </div><p class="visually-hidden" data-product-status aria-live="polite" role="status" ></p><p class="visually-hidden" data-loader-status aria-live="assertive" role="alert" aria-hidden="true" >Adding product to your cart</p> <div class="product-single__store-availability-container" data-store-availability-container data-product-title="Cooking Class &amp; Wine Tasting in Tramonti" data-has-only-default-variant="false" data-base-url="https://amalfiweddingessence.com/" > </div> <div class="product-single__description rte"> <p>COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. </p> <p>In a single day you will learn how to prepare a typical local meal made of 5 courses</p> <ul> <li>appetizer</li> <li>first course with hand-made pasta</li> <li>second course</li> <li>cheese with salami</li> <li>homemade dessert</li> </ul> <p>Guests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.<br data-mce-fragment="1"></p> <p>The event lasts about 4 hours including lunch and wine-tasting.<br></p> </div> <div id="shopify-product-reviews" data-id="7611255849185"></div> <!-- /snippets/social-sharing.liquid --> <ul class="social-sharing"> <li> <a target="_blank" href="//www.facebook.com/sharer.php?u=https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti" class="btn btn--small btn--share share-facebook"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 20 20"><path fill="#444" d="M18.05.811q.439 0 .744.305t.305.744v16.637q0 .439-.305.744t-.744.305h-4.732v-7.221h2.415l.342-2.854h-2.757v-1.83q0-.659.293-1t1.073-.342h1.488V3.762q-.976-.098-2.171-.098-1.634 0-2.635.964t-1 2.72V9.47H7.951v2.854h2.415v7.221H1.413q-.439 0-.744-.305t-.305-.744V1.859q0-.439.305-.744T1.413.81H18.05z"/></svg> <span class="share-title" aria-hidden="true">Share</span> <span class="visually-hidden">Share on Facebook</span> </a> </li> <li> <a target="_blank" href="//pinterest.com/pin/create/button/?url=https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti&amp;media=//amalfiweddingessence.com/cdn/shop/products/wine-experiences-gallery6_1024x1024.jpg?v=1648056573&amp;description=Cooking%20Class%20%26%20Wine%20Tasting%20in%20Tramonti" class="btn btn--small btn--share share-pinterest"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest" viewBox="0 0 20 20"><path fill="#444" d="M9.958.811q1.903 0 3.635.744t2.988 2 2 2.988.744 3.635q0 2.537-1.256 4.696t-3.415 3.415-4.696 1.256q-1.39 0-2.659-.366.707-1.147.951-2.025l.659-2.561q.244.463.903.817t1.39.354q1.464 0 2.622-.842t1.793-2.305.634-3.293q0-2.171-1.671-3.769t-4.257-1.598q-1.586 0-2.903.537T5.298 5.897 4.066 7.775t-.427 2.037q0 1.268.476 2.22t1.427 1.342q.171.073.293.012t.171-.232q.171-.61.195-.756.098-.268-.122-.512-.634-.707-.634-1.83 0-1.854 1.281-3.183t3.354-1.329q1.83 0 2.854 1t1.025 2.61q0 1.342-.366 2.476t-1.049 1.817-1.561.683q-.732 0-1.195-.537t-.293-1.269q.098-.342.256-.878t.268-.915.207-.817.098-.732q0-.61-.317-1t-.927-.39q-.756 0-1.269.695t-.512 1.744q0 .39.061.756t.134.537l.073.171q-1 4.342-1.22 5.098-.195.927-.146 2.171-2.513-1.122-4.062-3.44T.59 10.177q0-3.879 2.744-6.623T9.957.81z"/></svg> <span class="share-title" aria-hidden="true">Pin it</span> <span class="visually-hidden">Pin on Pinterest</span> </a> </li> </ul> </div> </div> </div> <script type="application/json" id="ProductJson-product-template"> {"id":7611255849185,"title":"Cooking Class \u0026 Wine Tasting in Tramonti","handle":"cooking-class-wine-tasting-in-tramonti","description":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e","published_at":"2022-03-23T18:16:12+01:00","created_at":"2022-03-23T18:16:10+01:00","vendor":"Amalfi Wedding Essence","type":"","tags":[],"price":23200,"price_min":23200,"price_max":23200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42603001807073,"title":"11:00 am","option1":"11:00 am","option2":null,"option3":null,"sku":"","requires_shipping":false,"taxable":true,"featured_image":null,"available":true,"name":"Cooking Class \u0026 Wine Tasting in Tramonti - 11:00 am","public_title":"11:00 am","options":["11:00 am"],"price":23200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"],"featured_image":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","options":["Time"],"media":[{"alt":null,"id":29596404383969,"position":1,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337930465,"position":2,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery12.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337504481,"position":3,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/cooking-class.jpg?v=1648056573","width":900},{"alt":null,"id":29596337602785,"position":4,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337570017,"position":5,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2_ad201576-1c77-4766-b845-4114834c2b41.jpg?v=1648056573","width":900},{"alt":null,"id":29596338094305,"position":6,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery5.jpg?v=1648056573","width":1300},{"alt":null,"id":29596337635553,"position":7,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/convento-San-Francesco-Polvica_f2e34b9f-c592-47e3-abf0-398c2acef323.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337668321,"position":8,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery13.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337701089,"position":9,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/bottaia.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337733857,"position":10,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina2_9b78b527-7833-45dc-8465-febe416d0223.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337766625,"position":11,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/ingresso-cantina_30319091-79fd-4ee2-a510-21e8c5746c5a.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337799393,"position":12,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/silos-vino_d77e53c7-ced2-40eb-a6c4-ef7112ca50ce.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337832161,"position":13,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/botte-San-Francesco_4d168f58-df1b-4492-956e-5f07b28e504e.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337864929,"position":14,"preview_image":{"aspect_ratio":1.81,"height":1061,"width":1920,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555"},"aspect_ratio":1.81,"height":1061,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-header.jpg?v=1648056555","width":1920},{"alt":null,"id":29596337963233,"position":15,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery10.jpg?v=1648056555","width":1300},{"alt":null,"id":29596337996001,"position":16,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery7.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338061537,"position":17,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery1.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338127073,"position":18,"preview_image":{"aspect_ratio":1.328,"height":979,"width":1300,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555"},"aspect_ratio":1.328,"height":979,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery3.jpg?v=1648056555","width":1300},{"alt":null,"id":29596338159841,"position":19,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tour2.jpg?v=1648056555","width":900},{"alt":null,"id":29596338192609,"position":20,"preview_image":{"aspect_ratio":0.941,"height":956,"width":900,"src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555"},"aspect_ratio":0.941,"height":956,"media_type":"image","src":"\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-tasting2_d9b872a5-f705-4016-bc89-bc8c635904c4.jpg?v=1648056555","width":900}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCOOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \u003c\/p\u003e\n\u003cp\u003eIn a single day you will learn how to prepare a typical local meal made of 5 courses\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eappetizer\u003c\/li\u003e\n\u003cli\u003efirst course with hand-made pasta\u003c\/li\u003e\n\u003cli\u003esecond course\u003c\/li\u003e\n\u003cli\u003echeese with salami\u003c\/li\u003e\n\u003cli\u003ehomemade dessert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eThe event lasts about 4 hours including lunch and wine-tasting.\u003cbr\u003e\u003c\/p\u003e"} </script> <script type="application/json" id="ModelJson-product-template"> [] </script> </div> <div id="shopify-section-product-recommendations" class="shopify-section"><div class="page-width" data-base-url="/recommendations/products" data-product-id="7611255849185" data-section-id="product-recommendations" data-section-type="product-recommendations"></div> </div> <script> // Override default values of shop.strings for each template. // Alternate product templates can change values of // add to cart button, sold out, and unavailable states here. theme.productStrings = { addToCart: "Add to cart", soldOut: "Sold out", unavailable: "Unavailable" } </script> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Cooking Class \u0026 Wine Tasting in Tramonti", "url": "https:\/\/amalfiweddingessence.com\/products\/cooking-class-wine-tasting-in-tramonti","image": [ "https:\/\/amalfiweddingessence.com\/cdn\/shop\/products\/wine-experiences-gallery6_1300x.jpg?v=1648056573" ],"description": "COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine. \nIn a single day you will learn how to prepare a typical local meal made of 5 courses\n\nappetizer\nfirst course with hand-made pasta\nsecond course\ncheese with salami\nhomemade dessert\n\nGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\nThe event lasts about 4 hours including lunch and wine-tasting.","brand": { "@type": "Thing", "name": "Amalfi Wedding Essence" }, "offers": [{ "@type" : "Offer","availability" : "http://schema.org/InStock", "price" : 232.0, "priceCurrency" : "USD", "url" : "https:\/\/amalfiweddingessence.com\/products\/cooking-class-wine-tasting-in-tramonti?variant=42603001807073" } ] } </script> </main> <div id="shopify-section-footer" class="shopify-section"> <style> .site-footer__hr { border-bottom: 1px solid #dddddd; } .site-footer p, .site-footer__linklist-item a, .site-footer__rte a, .site-footer h4, .site-footer small, .site-footer__copyright-content a, .site-footer__newsletter-error, .site-footer__social-icons .social-icons__link { color: #333232; } .site-footer { color: #333232; background-color: #f6f6f6; } .site-footer__rte a { border-bottom: 1px solid #333232; } .site-footer__rte a:hover, .site-footer__linklist-item a:hover, .site-footer__copyright-content a:hover { color: #5a5858; border-bottom: 1px solid #5a5858; } .site-footer__social-icons .social-icons__link:hover { color: #5a5858; } </style><footer class="site-footer critical-hidden" role="contentinfo" data-section-id="footer" data-section-type="footer-section"> <div class="page-width"> <div class="site-footer__content"><div class="site-footer__item site-footer__item--one-quarter " > <div class="site-footer__item-inner site-footer__item-inner--link_list"><p class="h4">Quick links</p><ul class="site-footer__linklist "><li class="site-footer__linklist-item"> <a href="/apps/help-center" > FAQ </a> </li><li class="site-footer__linklist-item"> <a href="/apps/parcelpanel" > Track My Order </a> </li><li class="site-footer__linklist-item"> <a href="/pages/shipping" > Shipping </a> </li><li class="site-footer__linklist-item"> <a href="/blogs/news" > Blog </a> </li><li class="site-footer__linklist-item"> <a href="/pages/refund-policy" > Refund Policy </a> </li><li class="site-footer__linklist-item"> <a href="/products/amalfi-wedding-favors-gift-card" > Gift Cards </a> </li><li class="site-footer__linklist-item"> <a href="/pages/local-storage" > Local Storage </a> </li><li class="site-footer__linklist-item"> <a href="/pages/contact-us-1" > Contact Us </a> </li><li class="site-footer__linklist-item"> <a href="/blogs/news" > Blog </a> </li><li class="site-footer__linklist-item"> <a href="/pages/about-us" > About Us </a> </li></ul></div> </div><div class="site-footer__item site-footer__item--one-quarter " > <div class="site-footer__item-inner site-footer__item-inner--text"><p class="h4">Contact Us</p><div class="site-footer__rte "> <p>Address: Via Lacco 16, Ravello, SA, Italy 84010</p><p>Tel: +39 331 870 7738</p><p>Email: info@amalfiweddingessence.com</p><p></p><p></p> </div></div> </div><div class="site-footer__item site-footer__item--one-quarter site-footer-newsletter__one-half" > <div class="site-footer__item-inner site-footer__item-inner--newsletter"><p class="h4">Join our mailing list for exclusive Discounts</p><div class="site-footer__newsletter "><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="newsletter"> <div class="input-group "> <input type="email" name="contact[email]" id="ContactFooter-email" class="input-group__field newsletter__input" value="" placeholder="Email address" aria-label="Email address" aria-required="true" required autocorrect="off" autocapitalize="off" > <span class="input-group__btn"> <button type="submit" class="btn newsletter__submit" name="commit" > <span class="newsletter__submit-text--large">Subscribe</span> </button> </span> </div> </form> </div></div> </div></div> </div> <hr class="site-footer__hr"><div class="page-width"> <div class="grid grid--no-gutters small--text-center grid--footer-float-right"><div class="grid__item one-half small--one-whole"><form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/cooking-class-wine-tasting-in-tramonti" /><div class="selectors-form__item"> <h2 class="visually-hidden" id="currency-heading"> Currency </h2> <div class="disclosure" data-disclosure-currency> <button type="button" class="disclosure__toggle" aria-expanded="false" aria-controls="currency-list" aria-describedby="currency-heading" data-disclosure-toggle> USD $</button> <ul id="currency-list" class="disclosure-list" data-disclosure-list> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AED" data-disclosure-option> AED د.إ</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AFN" data-disclosure-option> AFN ؋</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="ALL" data-disclosure-option> ALL L</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AMD" data-disclosure-option> AMD դր.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="ANG" data-disclosure-option> ANG ƒ</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AUD" data-disclosure-option> AUD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AWG" data-disclosure-option> AWG ƒ</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="AZN" data-disclosure-option> AZN ₼</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BAM" data-disclosure-option> BAM КМ</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BBD" data-disclosure-option> BBD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BDT" data-disclosure-option> BDT ৳</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BGN" data-disclosure-option> BGN лв.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BIF" data-disclosure-option> BIF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BND" data-disclosure-option> BND $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BOB" data-disclosure-option> BOB Bs.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BSD" data-disclosure-option> BSD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BWP" data-disclosure-option> BWP P</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="BZD" data-disclosure-option> BZD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CAD" data-disclosure-option> CAD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CDF" data-disclosure-option> CDF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CHF" data-disclosure-option> CHF CHF</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CNY" data-disclosure-option> CNY ¥</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CRC" data-disclosure-option> CRC ₡</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CVE" data-disclosure-option> CVE $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="CZK" data-disclosure-option> CZK Kč</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="DJF" data-disclosure-option> DJF Fdj</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="DKK" data-disclosure-option> DKK kr.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="DOP" data-disclosure-option> DOP $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="DZD" data-disclosure-option> DZD د.ج</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="EGP" data-disclosure-option> EGP ج.م</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="ETB" data-disclosure-option> ETB Br</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="EUR" data-disclosure-option> EUR €</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="FJD" data-disclosure-option> FJD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="FKP" data-disclosure-option> FKP £</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="GBP" data-disclosure-option> GBP £</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="GMD" data-disclosure-option> GMD D</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="GNF" data-disclosure-option> GNF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="GTQ" data-disclosure-option> GTQ Q</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="GYD" data-disclosure-option> GYD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="HKD" data-disclosure-option> HKD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="HNL" data-disclosure-option> HNL L</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="HUF" data-disclosure-option> HUF Ft</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="IDR" data-disclosure-option> IDR Rp</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="ILS" data-disclosure-option> ILS ₪</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="INR" data-disclosure-option> INR ₹</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="ISK" data-disclosure-option> ISK kr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="JMD" data-disclosure-option> JMD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="JPY" data-disclosure-option> JPY ¥</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KES" data-disclosure-option> KES KSh</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KGS" data-disclosure-option> KGS som</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KHR" data-disclosure-option> KHR ៛</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KMF" data-disclosure-option> KMF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KRW" data-disclosure-option> KRW ₩</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KYD" data-disclosure-option> KYD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="KZT" data-disclosure-option> KZT 〒</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="LAK" data-disclosure-option> LAK ₭</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="LBP" data-disclosure-option> LBP ل.ل</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="LKR" data-disclosure-option> LKR ₨</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MAD" data-disclosure-option> MAD د.م.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MDL" data-disclosure-option> MDL L</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MKD" data-disclosure-option> MKD ден</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MMK" data-disclosure-option> MMK K</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MNT" data-disclosure-option> MNT ₮</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MOP" data-disclosure-option> MOP P</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MUR" data-disclosure-option> MUR ₨</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MVR" data-disclosure-option> MVR MVR</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MWK" data-disclosure-option> MWK MK</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="MYR" data-disclosure-option> MYR RM</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="NGN" data-disclosure-option> NGN ₦</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="NIO" data-disclosure-option> NIO C$</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="NPR" data-disclosure-option> NPR ₨</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="NZD" data-disclosure-option> NZD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PEN" data-disclosure-option> PEN S/.</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PGK" data-disclosure-option> PGK K</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PHP" data-disclosure-option> PHP ₱</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PKR" data-disclosure-option> PKR ₨</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PLN" data-disclosure-option> PLN zł</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="PYG" data-disclosure-option> PYG ₲</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="QAR" data-disclosure-option> QAR ر.ق</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="RON" data-disclosure-option> RON Lei</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="RSD" data-disclosure-option> RSD РСД</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="RWF" data-disclosure-option> RWF FRw</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SAR" data-disclosure-option> SAR ر.س</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SBD" data-disclosure-option> SBD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SEK" data-disclosure-option> SEK kr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SGD" data-disclosure-option> SGD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SHP" data-disclosure-option> SHP £</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="SLL" data-disclosure-option> SLL Le</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="STD" data-disclosure-option> STD Db</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="THB" data-disclosure-option> THB ฿</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="TJS" data-disclosure-option> TJS ЅМ</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="TOP" data-disclosure-option> TOP T$</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="TTD" data-disclosure-option> TTD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="TWD" data-disclosure-option> TWD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="TZS" data-disclosure-option> TZS Sh</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="UAH" data-disclosure-option> UAH ₴</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="UGX" data-disclosure-option> UGX USh</a> </li> <li class="disclosure-list__item disclosure-list__item--current"> <a class="disclosure-list__option" href="#" aria-current="true" data-value="USD" data-disclosure-option> USD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="UYU" data-disclosure-option> UYU $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="UZS" data-disclosure-option> UZS </a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="VND" data-disclosure-option> VND ₫</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="VUV" data-disclosure-option> VUV Vt</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="WST" data-disclosure-option> WST T</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="XAF" data-disclosure-option> XAF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="XCD" data-disclosure-option> XCD $</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="XOF" data-disclosure-option> XOF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="XPF" data-disclosure-option> XPF Fr</a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option" href="#" data-value="YER" data-disclosure-option> YER ﷼</a> </li></ul> <input type="hidden" name="currency_code" id="CurrencySelector" value="USD" data-disclosure-input/> </div> </div></form></div><div class="grid__item one-half small--one-whole site-footer-item-tall"><ul class="list--inline site-footer__social-icons social-icons site-footer__icon-list"><li class="social-icons__item"> <a class="social-icons__link" href="https://www.facebook.com/AmalfiWeddingEssence" aria-describedby="a11y-external-message"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 20 20"><path fill="#444" d="M18.05.811q.439 0 .744.305t.305.744v16.637q0 .439-.305.744t-.744.305h-4.732v-7.221h2.415l.342-2.854h-2.757v-1.83q0-.659.293-1t1.073-.342h1.488V3.762q-.976-.098-2.171-.098-1.634 0-2.635.964t-1 2.72V9.47H7.951v2.854h2.415v7.221H1.413q-.439 0-.744-.305t-.305-.744V1.859q0-.439.305-.744T1.413.81H18.05z"/></svg><span class="icon__fallback-text">Facebook</span> </a> </li><li class="social-icons__item"> <a class="social-icons__link" href="https://www.pinterest.it/aweddingessence/_shop/" aria-describedby="a11y-external-message"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest" viewBox="0 0 20 20"><path fill="#444" d="M9.958.811q1.903 0 3.635.744t2.988 2 2 2.988.744 3.635q0 2.537-1.256 4.696t-3.415 3.415-4.696 1.256q-1.39 0-2.659-.366.707-1.147.951-2.025l.659-2.561q.244.463.903.817t1.39.354q1.464 0 2.622-.842t1.793-2.305.634-3.293q0-2.171-1.671-3.769t-4.257-1.598q-1.586 0-2.903.537T5.298 5.897 4.066 7.775t-.427 2.037q0 1.268.476 2.22t1.427 1.342q.171.073.293.012t.171-.232q.171-.61.195-.756.098-.268-.122-.512-.634-.707-.634-1.83 0-1.854 1.281-3.183t3.354-1.329q1.83 0 2.854 1t1.025 2.61q0 1.342-.366 2.476t-1.049 1.817-1.561.683q-.732 0-1.195-.537t-.293-1.269q.098-.342.256-.878t.268-.915.207-.817.098-.732q0-.61-.317-1t-.927-.39q-.756 0-1.269.695t-.512 1.744q0 .39.061.756t.134.537l.073.171q-1 4.342-1.22 5.098-.195.927-.146 2.171-2.513-1.122-4.062-3.44T.59 10.177q0-3.879 2.744-6.623T9.957.81z"/></svg><span class="icon__fallback-text">Pinterest</span> </a> </li><li class="social-icons__item"> <a class="social-icons__link" href="https://www.instagram.com/amalfiweddingessence/" aria-describedby="a11y-external-message"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 512 512"><path d="M256 49.5c67.3 0 75.2.3 101.8 1.5 24.6 1.1 37.9 5.2 46.8 8.7 11.8 4.6 20.2 10 29 18.8s14.3 17.2 18.8 29c3.4 8.9 7.6 22.2 8.7 46.8 1.2 26.6 1.5 34.5 1.5 101.8s-.3 75.2-1.5 101.8c-1.1 24.6-5.2 37.9-8.7 46.8-4.6 11.8-10 20.2-18.8 29s-17.2 14.3-29 18.8c-8.9 3.4-22.2 7.6-46.8 8.7-26.6 1.2-34.5 1.5-101.8 1.5s-75.2-.3-101.8-1.5c-24.6-1.1-37.9-5.2-46.8-8.7-11.8-4.6-20.2-10-29-18.8s-14.3-17.2-18.8-29c-3.4-8.9-7.6-22.2-8.7-46.8-1.2-26.6-1.5-34.5-1.5-101.8s.3-75.2 1.5-101.8c1.1-24.6 5.2-37.9 8.7-46.8 4.6-11.8 10-20.2 18.8-29s17.2-14.3 29-18.8c8.9-3.4 22.2-7.6 46.8-8.7 26.6-1.3 34.5-1.5 101.8-1.5m0-45.4c-68.4 0-77 .3-103.9 1.5C125.3 6.8 107 11.1 91 17.3c-16.6 6.4-30.6 15.1-44.6 29.1-14 14-22.6 28.1-29.1 44.6-6.2 16-10.5 34.3-11.7 61.2C4.4 179 4.1 187.6 4.1 256s.3 77 1.5 103.9c1.2 26.8 5.5 45.1 11.7 61.2 6.4 16.6 15.1 30.6 29.1 44.6 14 14 28.1 22.6 44.6 29.1 16 6.2 34.3 10.5 61.2 11.7 26.9 1.2 35.4 1.5 103.9 1.5s77-.3 103.9-1.5c26.8-1.2 45.1-5.5 61.2-11.7 16.6-6.4 30.6-15.1 44.6-29.1 14-14 22.6-28.1 29.1-44.6 6.2-16 10.5-34.3 11.7-61.2 1.2-26.9 1.5-35.4 1.5-103.9s-.3-77-1.5-103.9c-1.2-26.8-5.5-45.1-11.7-61.2-6.4-16.6-15.1-30.6-29.1-44.6-14-14-28.1-22.6-44.6-29.1-16-6.2-34.3-10.5-61.2-11.7-27-1.1-35.6-1.4-104-1.4z"/><path d="M256 126.6c-71.4 0-129.4 57.9-129.4 129.4s58 129.4 129.4 129.4 129.4-58 129.4-129.4-58-129.4-129.4-129.4zm0 213.4c-46.4 0-84-37.6-84-84s37.6-84 84-84 84 37.6 84 84-37.6 84-84 84z"/><circle cx="390.5" cy="121.5" r="30.2"/></svg><span class="icon__fallback-text">Instagram</span> </a> </li></ul></div><div class="grid__item small--hide one-half"><div class="grid__item site-footer__payment-icons"> <span class="visually-hidden">Payment methods</span> <ul class="payment-icons list--inline site-footer__icon-list"><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </li></ul> </div></div><div class="grid__item medium-up--hide one-half small--one-whole"><div class="grid__item site-footer__payment-icons"> <span class="visually-hidden">Payment methods</span> <ul class="payment-icons list--inline site-footer__icon-list"><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg> </li><li class="payment-icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </li></ul> </div></div><div class="grid__item small--hide site-footer-item-align-right one-half"> <small class="site-footer__copyright-content">&copy; 2024, <a href="/" title="">Amalfi Wedding Essence</a></small> <small class="site-footer__copyright-content site-footer__copyright-content--powered-by"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore"> </a></small> </div><div class="grid__item small--one-whole medium-up--hide site-footer-item-align-right"> <small class="site-footer__copyright-content">&copy; 2024, <a href="/" title="">Amalfi Wedding Essence</a></small> <small class="site-footer__copyright-content site-footer__copyright-content--powered-by"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore"> </a></small> </div> </div> </div> </footer> </div> <div id="slideshow-info" class="visually-hidden" aria-hidden="true">Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device</div> </div> <ul hidden> <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li> <li id="a11y-selection-message">Press the space key then arrow keys to make a selection.</li> </ul> <!-- "snippets/swymSnippet.liquid" was not rendered, the associated app was uninstalled --> <div class="translation-lab-language-switcher top-right"> <div class="translation-lab-dropdown"> <img class="language-flag" src="//amalfiweddingessence.com/cdn/shop/t/17/assets/tlab-flags-en.png?v=89440205063567145151624973192"> <span class="language-label language-name">English</span> </div> <ul class="translation-lab-language-options top-right"><li class="language-option active" data-language-code="en"> <img class="language-flag" src="//amalfiweddingessence.com/cdn/shop/t/17/assets/tlab-flags-en.png?v=89440205063567145151624973192"> <span class="language-label language-name">English</span> </li> </ul> </div> <script> if (!Array.prototype.find) { Object.defineProperty(Array.prototype, 'find', { value: function(predicate) { if (this == null) { throw TypeError('"this" is null or not defined'); } var o = Object(this); var len = o.length >>> 0; if (typeof predicate !== 'function') { throw TypeError('predicate must be a function'); } var thisArg = arguments[1]; var k = 0; while (k < len) { var kValue = o[k]; if (predicate.call(thisArg, kValue, k, o)) { return kValue; } k++; } return undefined; }, configurable: true, writable: true }); } </script> <link href="//amalfiweddingessence.com/cdn/shop/t/17/assets/translation-lab-language-switcher-floating.css?v=11317905096383239861624973196" rel="stylesheet" type="text/css" media="all" /> <style> .translation-lab-language-switcher { background-color: #ffffff !important; border-color: #000000 !important; border-width: 1px !important; font-size: 14px !important; font-weight: normal !important; } .translation-lab-dropdown { color: #5c5c5c !important; } .translation-lab-dropdown:after { border-color: #5c5c5c !important; } .translation-lab-language-switcher.top-right { position: absolute; top: 55px; bottom: auto; left: auto; right: 20px; } .translation-lab-language-switcher.top-left { position: absolute; top: 55px; bottom: auto; left: 20px; right: auto; } .translation-lab-language-switcher.bottom-left { position: fixed !important; top: auto !important; bottom: 20px !important; left: 20px !important; right: auto !important; } .translation-lab-language-switcher.bottom-right { position: fixed !important; top: auto !important; bottom: 20px !important; left: auto !important; right: 20px !important; } @media screen and (max-width: 768px) {} </style> <script> (function () { var useInternationalDomains = false; function buildLanguageList() { var languageListJson = '[{\ "name": "English",\ "endonym_name": "English",\ "iso_code": "en",\ "primary": true,\ "flag": "//amalfiweddingessence.com/cdn/shop/t/17/assets/en.png?1150",\ "domain": null\ }]'; return JSON.parse(languageListJson); } function createDropdown(container, languageChangeHandler) { var dropdown = container.children[0]; var span = dropdown.children[0]; var selectedImg = dropdown.children[1]; var ul = container.children[1]; for (var i = 0; i < ul.children.length; i++) { var el = ul.children[i]; el.onclick = languageChangeHandler(el.dataset.languageCode, el.children[0].innerText, languageChangeCallback); } var isOpen = false; dropdown.addEventListener('click', function (event) { event.preventDefault(); isOpen = !isOpen; if (isOpen) { openDropdown(); } else { closeDropdown(); } }); container.addEventListener('mouseleave', function () { closeDropdown(); }); function languageChangeCallback(lang, elementText) { closeDropdown(); span.textContent = elementText; if (selectedImg) { selectedImg.src = lang.flag; } } function openDropdown() { isOpen = true; dropdown.classList.add('open'); ul.classList.add('open'); } function closeDropdown() { isOpen = false; dropdown.classList.remove('open'); ul.classList.remove('open'); } } function redirectUrlBuilderFunction(primaryLocale) { var shopDomain = 'https://amalfiweddingessence.com'; if (window.Shopify && window.Shopify.designMode) { shopDomain = 'https://amalfiweddingfavors.myshopify.com'; } var currentLocale = 'en'.toLowerCase(); var currentLocaleRegEx = new RegExp('^\/' + currentLocale, "ig"); var primaryLocaleLower = primaryLocale.toLowerCase(); var pathname = window.location.pathname; var queryString = window.location.search || ''; return function build(redirectLocale) { if (!redirectLocale) { return null; } var redirectLocaleLower = redirectLocale.toLowerCase(); if (currentLocale !== redirectLocaleLower) { if (useInternationalDomains) { var languageList = buildLanguageList(); var internationalDomain = languageList.find(function (x) { return x.iso_code.toLowerCase() === redirectLocaleLower; }); if (internationalDomain) { return 'https://' + internationalDomain.domain + pathname + queryString; } } else { if (redirectLocaleLower === primaryLocaleLower) { return shopDomain + pathname.replace(currentLocaleRegEx, '') + queryString; } else if (primaryLocaleLower === currentLocale) { return shopDomain + '/' + redirectLocaleLower + pathname + queryString; } else { return shopDomain + '/' + pathname.replace(currentLocaleRegEx, redirectLocaleLower) + queryString; } } } return null; } } function configure() { var languageList = buildLanguageList(); var primaryLanguage = languageList.find(function (x) { return x.primary; }); if (!primaryLanguage || !primaryLanguage.iso_code) { // error: there should be atleast one language set as primary return; } var redirectUrlBuilder = redirectUrlBuilderFunction(primaryLanguage.iso_code); var containers = document.querySelectorAll('.translation-lab-language-switcher'); if (containers && containers.length) { for (var i = 0; i < containers.length; i++) { createDropdown(containers[i], languageChangeHandler); } } function languageChangeHandler(languageCode, elementText, callback) { var selectedLanguage = languageList.find(function (language) { return language.iso_code.toLowerCase() === languageCode.toLowerCase() }); return function () { callback(selectedLanguage, elementText); localStorage.setItem('translation-lab-lang', selectedLanguage.iso_code); var redirectUrl = redirectUrlBuilder(selectedLanguage.iso_code); redirectUrl && window.location.assign(redirectUrl); } } } configure(); })(); </script> <!-- **BEGIN** Hextom TMS Translator // Main Include - DO NOT MODIFY --> <script src="//amalfiweddingessence.com/cdn/shop/t/17/assets/tms-translator.js?v=118226042761107722251663047809" defer="defer"></script> <!-- **END** Hextom TMS Translator // Main Include - DO NOT MODIFY --> <div id="shopify-block-15683396631634586217" class="shopify-block shopify-app-block"><script id="chat-button-container" data-horizontal-position=bottom_right data-vertical-position=lowest data-icon=chat_bubble data-text=chat_with_us data-color=#202a36 data-secondary-color=#FFFFFF data-ternary-color=#6A6A6A data-greeting-message=%F0%9F%91%8B+Hello%21+Ana+here+from+Amalfi+Wedding+Essence+support+team.+for+Order+status%2C+kindly+give+your+order+number+and+enter%2C+for+anything+else+please+type+message+and+chat+with+me data-domain=amalfiweddingessence.com data-external-identifier=AVw5QCPyKsq3zBMU_ozuaSwlOoH-yoLeokTilUKTapA > </script> </div><div id="shopify-block-uwl14104137148211940" class="shopify-block shopify-app-block"> </div></body> </html>
fineweb
{ "fineweb_metadata": { "text": "COOKING-CLASS in English taught by the wives of the owners : Eva, Chiara and Elena. Enjoy typical family type Italian Mediterranean cuisine.\nIn a single day you will learn how to prepare a typical local meal made of 5 courses\n- first course with hand-made pasta\n- second course\n- cheese with salami\n- homemade dessert\nGuests will also enjoy private tour to the historical pre-philloxera vineyards (300-500 years old), the XVII century wine cellar.\nThe event lasts about 4 hours including lunch and wine-tasting.", "id": "<urn:uuid:4b61fb68-c224-4367-89ae-67765e2d11a5>", "dump": "CC-MAIN-2024-10", "url": "https://amalfiweddingessence.com/products/cooking-class-wine-tasting-in-tramonti", "date": "2024-02-25T08:15:12", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9305868148803711, "token_count": 120 } }
<urn:uuid:541369bf-7423-46ac-8559-1acef096b363>
<!DOCTYPE html> <html class="avada-html-layout-wide avada-html-header-position-top avada-is-100-percent-template" dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Fire Safety Essentials for Healthcare Settings - Amber Safety Courses Limerick</title> <!-- All in One SEO 4.5.3.1 - aioseo.com --> <meta name="description" content="The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace. Duration: 0.5 day Max Group Size: 12 people Certification: Amber Safety Certificate valid for 3 years." /> <meta name="robots" content="max-image-preview:large" /> <link rel="canonical" href="https://ambersafety.ie/product/fire-safety-essentials-for-healthcare-settings/" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.5.3.1" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Amber Safety Courses Limerick - Health &amp; Safety Courses" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Fire Safety Essentials for Healthcare Settings - Amber Safety Courses Limerick" /> <meta property="og:description" content="The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace. Duration: 0.5 day Max Group Size: 12 people Certification: Amber Safety Certificate valid for 3 years." /> <meta property="og:url" content="https://ambersafety.ie/product/fire-safety-essentials-for-healthcare-settings/" /> <meta property="article:published_time" content="2022-09-01T01:06:05+00:00" /> <meta property="article:modified_time" content="2022-11-07T22:38:25+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Fire Safety Essentials for Healthcare Settings - Amber Safety Courses Limerick" /> <meta name="twitter:description" content="The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace. Duration: 0.5 day Max Group Size: 12 people Certification: Amber Safety Certificate valid for 3 years." /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ambersafety.ie\/#listItem","position":1,"name":"Home","item":"https:\/\/ambersafety.ie\/","nextItem":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#listItem"},{"@type":"ListItem","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#listItem","position":2,"name":"Fire Safety Essentials for Healthcare Settings","previousItem":"https:\/\/ambersafety.ie\/#listItem"}]},{"@type":"ItemPage","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#itempage","url":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/","name":"Fire Safety Essentials for Healthcare Settings - Amber Safety Courses Limerick","description":"The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace. Duration: 0.5 day Max Group Size: 12 people Certification: Amber Safety Certificate valid for 3 years.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/ambersafety.ie\/#website"},"breadcrumb":{"@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#breadcrumblist"},"author":{"@id":"https:\/\/ambersafety.ie\/author\/nialloconnorwebdesign-ie\/#author"},"creator":{"@id":"https:\/\/ambersafety.ie\/author\/nialloconnorwebdesign-ie\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#mainImage","width":600,"height":500},"primaryImageOfPage":{"@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#mainImage"},"datePublished":"2022-09-01T01:06:05+00:00","dateModified":"2022-11-07T22:38:25+00:00"},{"@type":"Organization","@id":"https:\/\/ambersafety.ie\/#organization","name":"Amber Safety Courses Limerick","url":"https:\/\/ambersafety.ie\/"},{"@type":"Person","@id":"https:\/\/ambersafety.ie\/author\/nialloconnorwebdesign-ie\/#author","url":"https:\/\/ambersafety.ie\/author\/nialloconnorwebdesign-ie\/","name":"niall@oconnorwebdesign.ie","image":{"@type":"ImageObject","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/3a6eda4c0c35ed92f3ece0f6f3cd4f8c?s=96&d=mm&r=g","width":96,"height":96,"caption":"niall@oconnorwebdesign.ie"}},{"@type":"WebSite","@id":"https:\/\/ambersafety.ie\/#website","url":"https:\/\/ambersafety.ie\/","name":"Amber Safety Courses Limerick","description":"Health & Safety Courses","inLanguage":"en-US","publisher":{"@id":"https:\/\/ambersafety.ie\/#organization"}}]} </script> <!-- All in One SEO --> <link rel='dns-prefetch' href='//www.google.com' /> <link rel="alternate" type="application/rss+xml" title="Amber Safety Courses Limerick &raquo; Feed" href="https://ambersafety.ie/feed/" /> <link rel="alternate" type="application/rss+xml" title="Amber Safety Courses Limerick &raquo; Comments Feed" href="https://ambersafety.ie/comments/feed/" /> <link rel="shortcut icon" href="https://ambersafety.ie/wp-content/uploads/2022/07/fav-amber-removebg-preview.png" type="image/x-icon" /> <meta property="og:title" content="Fire Safety Essentials for Healthcare Settings"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://ambersafety.ie/product/fire-safety-essentials-for-healthcare-settings/"/> <meta property="og:site_name" content="Amber Safety Courses Limerick"/> <meta property="og:description" content="The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in a residential setting. Course Objectives: This course is designed to provide participants with the skills &amp; knowledge to: to carry out their duties in a safe and effective manner identify possible fire hazards in"/> <meta property="og:image" content="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg"/> <link rel='stylesheet' id='front_end_style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/front-style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-cs-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/font-awesome.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='slider-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/slick-slider/slick.css' type='text/css' media='all' /> <link rel='stylesheet' id='grid-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/grid/grid.css' type='text/css' media='all' /> <link rel='stylesheet' id='effect-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/effects.css' type='text/css' media='all' /> <link rel='stylesheet' id='lightbox-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/lightbox/lightbox.css' type='text/css' media='all' /> <link rel='stylesheet' id='faq-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/faq/faq.css' type='text/css' media='all' /> <link rel='stylesheet' id='map-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/map/map.css' type='text/css' media='all' /> <link rel='stylesheet' id='video-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/video/video-js.css' type='text/css' media='all' /> <link rel='stylesheet' id='tooltip-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/tooltip/tipsy.css' type='text/css' media='all' /> <link rel='stylesheet' id='extra-button-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/extra-button/extra-style.css' type='text/css' media='all' /> <link rel='stylesheet' id='scroller-style-css' href='https://ambersafety.ie/wp-content/plugins/woo-product-tab/css/scroll/tinyscroller.css' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='gateway-css' href='https://ambersafety.ie/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/css/gateway.css?ver=2.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='flexible-shipping-free-shipping-css' href='https://ambersafety.ie/wp-content/plugins/flexible-shipping/assets/dist/css/free-shipping.css?ver=4.23.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='stripe_styles-css' href='https://ambersafety.ie/wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-styles.css?ver=7.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='fusion-dynamic-css-css' href='https://ambersafety.ie/wp-content/uploads/fusion-styles/90430ebce13057e9fa09cc45ec6f6d29.min.css?ver=3.11.3' type='text/css' media='all' /> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/slick-slider/slick.js?ver=6.4.3" id="slider-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/lightbox/lightbox-2.6.min.js?ver=6.4.3" id="lightbox-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/scripts.js?ver=6.4.3" id="scripts-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/video/video.js?ver=6.4.3" id="video-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/tooltip/jquery.tipsy.js?ver=6.4.3" id="tooltip-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/extra-button/extra-button.js?ver=6.4.3" id="extra-button-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/scroll/tinyscroller.js?ver=1" id="scroller-script-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?ver=1" id="captcha-js-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/faq/faq.jquery.js?ver=6.4.3" id="faq-script-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woo-product-tab/js/fitvids/jquery.fitvids.js?ver=6.4.3" id="fitvids-js-js"></script> <script type="text/javascript" id="woocommerce-tokenization-form-js-extra"> /* <![CDATA[ */ var wc_tokenization_form_params = {"is_registration_required":"","is_logged_in":""}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js?ver=8.1.1" id="woocommerce-tokenization-form-js"></script> <link rel="https://api.w.org/" href="https://ambersafety.ie/wp-json/" /><link rel="alternate" type="application/json" href="https://ambersafety.ie/wp-json/wp/v2/product/2815" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ambersafety.ie/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://ambersafety.ie/?p=2815' /> <link rel="alternate" type="application/json+oembed" href="https://ambersafety.ie/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fambersafety.ie%2Fproduct%2Ffire-safety-essentials-for-healthcare-settings%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ambersafety.ie/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fambersafety.ie%2Fproduct%2Ffire-safety-essentials-for-healthcare-settings%2F&#038;format=xml" /> <style type = "text/css"> .wt-carskin-light1 .wt-detailcnt,.wt-carskin-light2 .wt-detailcnt{ background: #f7f7f7; } .wt-carskin-dark1 .wt-detailcnt , .wt-carskin-dark2 .wt-detailcnt{ background: #414141; } .wt-downlink a{ color:#a7a7a7!important;border-color:#a7a7a7!important} .wt-downlink a:hover{ color:#309af7!important;border-color:#309af7!important} .wt-itemcnt .wt-overally.fadein-eff{ background-color:#000000; } .wt-link-icon , .wt-zoom-icon{ color:#309af7!important; } .wt-title a{ color:#bbbbbb!important; } .wt-title a:hover{ color:#309af7!important; } .wt-text{ color:#a7a7a7 } .wt-detailcnt .wt-price-vis ins{ color:#309af7 } .wt-carskin-dark2 .wt-detailcnt .wt-title, .wt-carskin-dark2 .wt-detailcnt .wt-text, .wt-carskin-dark2 .wt-detailcnt .wt-price-vis{ border-color:#636363!important; } .wt-notify , .wt-onsale{ background:#309af7; color:#ffffff; } </style> <style type="text/css" id="css-fb-visibility">@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}body .sm-text-align-center{text-align:center !important;}body .sm-text-align-left{text-align:left !important;}body .sm-text-align-right{text-align:right !important;}body .sm-flex-align-center{justify-content:center !important;}body .sm-flex-align-flex-start{justify-content:flex-start !important;}body .sm-flex-align-flex-end{justify-content:flex-end !important;}body .sm-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .sm-ml-auto{margin-left:auto !important;}body .sm-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-small{position:absolute;top:auto;width:100%;}.awb-sticky.awb-sticky-small{ position: sticky; top: var(--awb-sticky-offset,0); }}@media screen and (min-width: 641px) and (max-width: 1024px){.fusion-no-medium-visibility{display:none !important;}body .md-text-align-center{text-align:center !important;}body .md-text-align-left{text-align:left !important;}body .md-text-align-right{text-align:right !important;}body .md-flex-align-center{justify-content:center !important;}body .md-flex-align-flex-start{justify-content:flex-start !important;}body .md-flex-align-flex-end{justify-content:flex-end !important;}body .md-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .md-ml-auto{margin-left:auto !important;}body .md-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-medium{position:absolute;top:auto;width:100%;}.awb-sticky.awb-sticky-medium{ position: sticky; top: var(--awb-sticky-offset,0); }}@media screen and (min-width: 1025px){.fusion-no-large-visibility{display:none !important;}body .lg-text-align-center{text-align:center !important;}body .lg-text-align-left{text-align:left !important;}body .lg-text-align-right{text-align:right !important;}body .lg-flex-align-center{justify-content:center !important;}body .lg-flex-align-flex-start{justify-content:flex-start !important;}body .lg-flex-align-flex-end{justify-content:flex-end !important;}body .lg-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .lg-ml-auto{margin-left:auto !important;}body .lg-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-large{position:absolute;top:auto;width:100%;}.awb-sticky.awb-sticky-large{ position: sticky; top: var(--awb-sticky-offset,0); }}</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <script type="text/javascript"> var doc = document.documentElement; doc.setAttribute( 'data-useragent', navigator.userAgent ); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-YHQ1YDMFLZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-YHQ1YDMFLZ'); </script> </head> <body class="product-template-default single single-product postid-2815 theme-Avada woocommerce woocommerce-page woocommerce-no-js fusion-image-hovers fusion-pagination-sizing fusion-button_type-flat fusion-button_span-no fusion-button_gradient-linear avada-image-rollover-circle-yes avada-image-rollover-no fusion-body ltr fusion-sticky-header no-tablet-sticky-header no-mobile-sticky-header no-mobile-slidingbar no-mobile-totop fusion-disable-outline fusion-sub-menu-fade mobile-logo-pos-left layout-wide-mode avada-has-boxed-modal-shadow- layout-scroll-offset-full avada-has-zero-margin-offset-top fusion-top-header menu-text-align-center fusion-woo-product-design-clean fusion-woo-shop-page-columns-4 fusion-woo-related-columns-4 fusion-woo-archive-page-columns-4 fusion-woocommerce-equal-heights avada-has-woo-gallery-disabled woo-outofstock-badge-top_bar mobile-menu-design-classic fusion-show-pagination-text fusion-header-layout-v5 avada-responsive avada-footer-fx-none avada-menu-highlight-style-bar fusion-search-form-clean fusion-main-menu-search-overlay fusion-avatar-circle avada-dropdown-styles avada-blog-layout-large avada-blog-archive-layout-large avada-header-shadow-no avada-menu-icon-position-left avada-has-megamenu-shadow avada-has-mobile-menu-search avada-has-main-nav-search-icon avada-has-breadcrumb-mobile-hidden avada-has-titlebar-hide avada-header-border-color-full-transparent avada-has-transparent-timeline_color avada-has-pagination-width_height avada-flyout-menu-direction-fade avada-ec-views-v1" data-awb-post-id="2815"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="boxed-wrapper"> <div id="wrapper" class="fusion-wrapper"> <div id="home" style="position:relative;top:-1px;"></div> <div class="fusion-tb-header"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:20px;--awb-padding-bottom:0px;--awb-background-color:var(--awb-color2);--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-div" style="--awb-margin-top:34px;--awb-margin-bottom-small:-34px;--awb-font-size:16px;"><div class="fusion-title-heading title-heading-right title-heading-tag" style="margin:0;font-size:1em;text-transform:capitalize;"><i class="fb-icon-element-1 fb-icon-element fontawesome-icon fa-phone-square fas circle-no fusion-text-flow" style="--awb-iconcolor:var(--awb-color7);--awb-iconcolor-hover:var(--awb-color5);--awb-font-size:16px;--awb-margin-right:8px;"></i><a href="tel:0035361302520">061-302520</a></p></div></div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_3 1_3 fusion-flex-column" style="--awb-padding-top-small:-25px;--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-margin-bottom-small:15px;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-image-element " style="--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);"><span class=" fusion-imageframe imageframe-none imageframe-1 hover-type-none"><a class="fusion-no-lightbox" href="/" target="_self" aria-label="AMBER SAFETY LOGO"><img fetchpriority="high" decoding="async" width="1024" height="219" src="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO.png" data-orig-src="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-1024x219.png" alt class="lazyload img-responsive wp-image-1935" srcset="data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%274134%27%20height%3D%27886%27%20viewBox%3D%270%200%204134%20886%27%3E%3Crect%20width%3D%274134%27%20height%3D%27886%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E" data-srcset="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-200x43.png 200w, https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-400x86.png 400w, https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-600x129.png 600w, https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-800x171.png 800w, https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO-1200x257.png 1200w" data-sizes="auto" data-orig-sizes="(max-width: 640px) 100vw, 400px" /></a></span></div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><nav class="awb-menu awb-menu_row awb-menu_em-hover mobile-mode-always-expanded awb-menu_icons-left awb-menu_dc-yes mobile-trigger-fullwidth-off awb-menu_mobile-toggle awb-menu_indent-left loading mega-menu-loading awb-menu_desktop awb-menu_dropdown awb-menu_expand-right awb-menu_transition-fade" style="--awb-gap:15px;--awb-items-padding-top:25px;--awb-items-padding-bottom:5px;--awb-active-color:var(--awb-color5);--awb-icons-hover-color:var(--awb-color5);--awb-main-justify-content:flex-start;--awb-mobile-bg:var(--awb-color2);--awb-mobile-nav-items-height:40;--awb-mobile-justify:flex-start;--awb-mobile-caret-left:auto;--awb-mobile-caret-right:0;--awb-fusion-font-family-typography:inherit;--awb-fusion-font-style-typography:normal;--awb-fusion-font-weight-typography:400;--awb-fusion-font-family-submenu-typography:inherit;--awb-fusion-font-style-submenu-typography:normal;--awb-fusion-font-weight-submenu-typography:400;--awb-fusion-font-family-mobile-typography:inherit;--awb-fusion-font-style-mobile-typography:normal;--awb-fusion-font-weight-mobile-typography:400;" aria-label="Country Butcher Woocommerce Menu" data-breakpoint="1024" data-count="0" data-transition-type="fade" data-transition-time="300" data-expand="right"><button type="button" class="awb-menu__m-toggle awb-menu__m-toggle_no-text" aria-expanded="false" aria-controls="menu-country-butcher-woocommerce-menu"><span class="awb-menu__m-toggle-inner"><span class="collapsed-nav-text"><span class="screen-reader-text">Toggle Navigation</span></span><span class="awb-menu__m-collapse-icon awb-menu__m-collapse-icon_no-text"><span class="awb-menu__m-collapse-icon-open awb-menu__m-collapse-icon-open_no-text fa-bars fas"></span><span class="awb-menu__m-collapse-icon-close awb-menu__m-collapse-icon-close_no-text fa-times fas"></span></span></span></button><ul id="menu-country-butcher-woocommerce-menu" class="fusion-menu awb-menu__main-ul awb-menu__main-ul_row"><li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-615 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="615"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/my-account-2/" class="awb-menu__main-a awb-menu__main-a_regular fusion-flex-link"><span class="awb-menu__i awb-menu__i_main fusion-megamenu-icon"><i class="glyphicon fa-user-circle fas" aria-hidden="true"></i></span><span class="menu-text">My Account</span></a></li><li id="menu-item-604" class="menu-item menu-item-type-custom menu-item-object-custom fusion-widget-cart fusion-menu-cart avada-main-menu-cart fusion-menu-cart-hide-empty-counter menu-item-604 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="604"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/cart-2/" class="awb-menu__main-a awb-menu__main-a_regular awb-menu__main-a_icon-only fusion-flex-link"><span class="awb-menu__i awb-menu__i_main"><i class="glyphicon fa-shopping-cart fas" aria-hidden="true"></i></span><span class="menu-text menu-text_no-desktop">View Cart</span><span class="fusion-widget-cart-number" style="background-color:var(--awb-color5);border-color:var(--awb-color5);color:var(--awb-color1);" data-digits="1" data-cart-count="0">0</span></a></li></ul></nav></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-margin-bottom:0px;--awb-background-color:var(--awb-color5);--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><nav class="awb-menu awb-menu_row awb-menu_em-hover mobile-mode-collapse-to-button awb-menu_icons-left awb-menu_dc-yes mobile-trigger-fullwidth-off awb-menu_mobile-toggle awb-menu_indent-left mobile-size-full-absolute loading mega-menu-loading awb-menu_desktop awb-menu_arrows-main awb-menu_dropdown awb-menu_expand-right awb-menu_transition-fade" style="--awb-font-size:15px;--awb-text-transform:uppercase;--awb-min-height:75px;--awb-bg:var(--awb-color5);--awb-gap:35px;--awb-justify-content:center;--awb-items-padding-right:6px;--awb-items-padding-left:6px;--awb-color:var(--awb-color1);--awb-letter-spacing:var(--awb-typography1-letter-spacing);--awb-active-color:var(--awb-color4);--awb-active-bg:var(--awb-color5);--awb-submenu-color:var(--awb-color5);--awb-submenu-active-color:var(--awb-color4);--awb-submenu-font-size:15px;--awb-main-justify-content:flex-start;--awb-mobile-color:var(--awb-color5);--awb-mobile-active-color:var(--awb-color4);--awb-mobile-justify:flex-start;--awb-mobile-caret-left:auto;--awb-mobile-caret-right:0;--awb-fusion-font-family-typography:&quot;Montserrat&quot;;--awb-fusion-font-style-typography:normal;--awb-fusion-font-weight-typography:600;--awb-fusion-font-family-submenu-typography:&quot;Montserrat&quot;;--awb-fusion-font-style-submenu-typography:normal;--awb-fusion-font-weight-submenu-typography:500;--awb-fusion-font-family-mobile-typography:inherit;--awb-fusion-font-style-mobile-typography:normal;--awb-fusion-font-weight-mobile-typography:400;" aria-label="Main Menu" data-breakpoint="1024" data-count="1" data-transition-type="fade" data-transition-time="300" data-expand="right"><button type="button" class="awb-menu__m-toggle" aria-expanded="false" aria-controls="menu-main-menu"><span class="awb-menu__m-toggle-inner"><span class="collapsed-nav-text">MENU</span><span class="awb-menu__m-collapse-icon"><span class="awb-menu__m-collapse-icon-open fa-bars fas"></span><span class="awb-menu__m-collapse-icon-close fa-times fas"></span></span></span></button><ul id="menu-main-menu" class="fusion-menu awb-menu__main-ul awb-menu__main-ul_row"><li id="menu-item-765" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-765 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="765"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Home</span></a></li><li id="menu-item-2024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2024 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2024"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/about/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">About Us</span></a></li><li id="menu-item-2009" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2009 awb-menu__li awb-menu__main-li awb-menu__main-li_regular awb-menu__main-li_with-main-arrow awb-menu__main-li_with-arrow" data-item-id="2009"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/our-courses/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Training Courses</span><span class="awb-menu__open-nav-submenu-hover"></span></a><button type="button" aria-label="Open submenu of Training Courses" aria-expanded="false" class="awb-menu__open-nav-submenu_mobile awb-menu__open-nav-submenu_main"></button><ul class="awb-menu__sub-ul awb-menu__sub-ul_main"><li id="menu-item-2010" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2010 awb-menu__li awb-menu__sub-li" ><a href="/product/safe-pass-course-limerick/" class="awb-menu__sub-a"><span>Safe Pass Course</span></a></li><li id="menu-item-2011" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2011 awb-menu__li awb-menu__sub-li" ><a href="/product-category/fire-safety-courses-limerick/" class="awb-menu__sub-a"><span>Fire Safety Courses</span></a></li><li id="menu-item-2012" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2012 awb-menu__li awb-menu__sub-li" ><a href="/product-category/ipaf-mewp-courses-limerick/" class="awb-menu__sub-a"><span>Working at Height Courses (IPAF &#038; MEWP))</span></a></li><li id="menu-item-2013" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2013 awb-menu__li awb-menu__sub-li" ><a href="/product-category/confined-space-courses-limerick/" class="awb-menu__sub-a"><span>Confined Space Courses</span></a></li><li id="menu-item-2014" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2014 awb-menu__li awb-menu__sub-li" ><a href="/product-category/first-aid-courses-limerick/" class="awb-menu__sub-a"><span>First Aid Courses</span></a></li><li id="menu-item-2822" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2822 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/healthcare-training-courses/" class="awb-menu__sub-a"><span>Healthcare Training Courses</span></a></li><li id="menu-item-2015" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2015 awb-menu__li awb-menu__sub-li" ><a href="/product-category/forklift-driver-courses-limerick/" class="awb-menu__sub-a"><span>Forklift Courses</span></a></li><li id="menu-item-2016" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2016 awb-menu__li awb-menu__sub-li" ><a href="/product-category/general-training-courses-limerick/" class="awb-menu__sub-a"><span>General Courses</span></a></li></ul></li><li id="menu-item-2023" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2023 awb-menu__li awb-menu__main-li awb-menu__main-li_regular awb-menu__main-li_with-main-arrow awb-menu__main-li_with-arrow" data-item-id="2023"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="#" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Testing &#038; Inspection</span><span class="awb-menu__open-nav-submenu-hover"></span></a><button type="button" aria-label="Open submenu of Testing &amp; Inspection" aria-expanded="false" class="awb-menu__open-nav-submenu_mobile awb-menu__open-nav-submenu_main"></button><ul class="awb-menu__sub-ul awb-menu__sub-ul_main"><li id="menu-item-2811" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2811 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/fire-extinguisher-inspections-test-and-supply/" class="awb-menu__sub-a"><span>Fire Extinguisher Inspections Test and Supply</span></a></li><li id="menu-item-2810" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2810 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/pat-testing-services-limerick-munster/" class="awb-menu__sub-a"><span>PAT Testing Services</span></a></li><li id="menu-item-2806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2806 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/forklift-testing/" class="awb-menu__sub-a"><span>Forklift Testing</span></a></li><li id="menu-item-2814" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2814 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/face-fit-testing/" class="awb-menu__sub-a"><span>Face Fit Testing</span></a></li><li id="menu-item-2804" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2804 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/ppe/" class="awb-menu__sub-a"><span>PPE</span></a></li></ul></li><li id="menu-item-2025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2025 awb-menu__li awb-menu__main-li awb-menu__main-li_regular awb-menu__main-li_with-main-arrow awb-menu__main-li_with-arrow" data-item-id="2025"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="#" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Equipment Shop</span><span class="awb-menu__open-nav-submenu-hover"></span></a><button type="button" aria-label="Open submenu of Equipment Shop" aria-expanded="false" class="awb-menu__open-nav-submenu_mobile awb-menu__open-nav-submenu_main"></button><ul class="awb-menu__sub-ul awb-menu__sub-ul_main"><li id="menu-item-2735" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2735 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/fire-safety-shop/" class="awb-menu__sub-a"><span>Fire Safety</span></a></li><li id="menu-item-2732" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2732 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/equipment/fall-protection/harnesses-connectors/" class="awb-menu__sub-a"><span>Working at Height</span></a></li><li id="menu-item-2733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2733 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/equipment/health-hazard-supplies/first-aid-shop/" class="awb-menu__sub-a"><span>First Aid</span></a></li><li id="menu-item-2734" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2734 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/general-ppe-hygiene/" class="awb-menu__sub-a"><span>General PPE &#038; Hygiene</span></a></li><li id="menu-item-2731" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2731 awb-menu__li awb-menu__sub-li" ><a href="https://ambersafety.ie/product-category/equipment/signage/" class="awb-menu__sub-a"><span>Signage</span></a></li></ul></li><li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="34"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/contact-us/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Contact</span></a></li></ul></nav></div></div></div></div> </div> <div id="sliders-container" class="fusion-slider-visibility"> </div> <main id="main" class="clearfix width-100"> <div class="fusion-row" style="max-width:100%;"> <section id="content" style="width: 100%;"> <div id="post-2815" class="post-2815 product type-product status-publish has-post-thumbnail product_cat-healthcare-training-courses first instock sale purchasable product-type-variable"> <div class="post-content"> <div class="fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling fusion-custom-z-index" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-z-index:0;--awb-padding-top:90px;--awb-padding-bottom:90px;--awb-padding-bottom-small:20px;--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_2 1_2 fusion-flex-column fusion-animated" style="--awb-bg-size:cover;--awb-width-large:50%;--awb-margin-top-large:0px;--awb-spacing-right-large:3.84%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:3.84%;--awb-width-medium:50%;--awb-order-medium:0;--awb-spacing-right-medium:3.84%;--awb-spacing-left-medium:3.84%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-animationType="fadeInLeft" data-animationDuration="1.0" data-animationOffset="top-into-view"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="width:104% !important;max-width:104% !important;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-0 fusion_builder_column_inner_1_1 1_1 fusion-flex-column" style="--awb-padding-top:20px;--awb-bg-color:var(--awb-color4);--awb-bg-color-hover:var(--awb-color4);--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:-80px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1" style="--awb-content-alignment:center;--awb-font-size:var(--awb-typography2-font-size);--awb-line-height:var(--awb-typography2-line-height);--awb-letter-spacing:var(--awb-typography2-letter-spacing);--awb-text-transform:var(--awb-typography2-text-transform);--awb-text-color:var(--awb-color7);--awb-text-font-family:var(--awb-typography2-font-family);--awb-text-font-weight:var(--awb-typography2-font-weight);--awb-text-font-style:var(--awb-typography2-font-style);"><p>On Sale Now!</p> </div></div></div></div><div class="fusion-woo-product-images fusion-woo-product-images-1" style="--awb-product-images-width:900px;" data-type="variable" data-zoom_enabled="0" data-photoswipe_enabled="0"><div class="avada-single-product-gallery-wrapper avada-product-images-element avada-product-images-thumbnails-bottom"> <div class="woocommerce-product-gallery woocommerce-product-gallery--with-images woocommerce-product-gallery--columns-4 images avada-product-gallery" data-columns="4" style="opacity: 0; transition: opacity .25s ease-in-out;"> <div class="woocommerce-product-gallery__wrapper"> <div data-thumb="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg" data-thumb-alt="" class="woocommerce-product-gallery__image"><a href="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg"><img decoding="async" width="600" height="500" src="data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27600%27%20height%3D%27500%27%20viewBox%3D%270%200%20600%20500%27%3E%3Crect%20width%3D%27600%27%20height%3D%27500%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E" class="wp-post-image lazyload" alt="" title="general fire safety" data-caption="" data-src="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg" data-large_image="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg" data-large_image_width="600" data-large_image_height="500" data-orig-src="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg" /></a><a class="avada-product-gallery-lightbox-trigger" href="https://ambersafety.ie/wp-content/uploads/2022/09/general-fire-safety.jpg" data-rel="iLightbox[]" alt="" data-title="general fire safety" title="general fire safety" data-caption=""></a></div> </div> </div> </div> </div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_2 1_2 fusion-flex-column fusion-animated" style="--awb-padding-right-small:0px;--awb-bg-size:cover;--awb-width-large:50%;--awb-margin-top-large:0px;--awb-spacing-right-large:3.84%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:3.84%;--awb-width-medium:50%;--awb-order-medium:0;--awb-spacing-right-medium:3.84%;--awb-spacing-left-medium:3.84%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-animationType="fadeInRight" data-animationDuration="1.0" data-animationOffset="top-into-view"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="width:104% !important;max-width:104% !important;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"></div><div class="fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-two" style="--awb-margin-top:0px;"><h2 class="fusion-title-heading title-heading-left sm-text-align-center" style="margin:0;text-transform:capitalize;">Fire Safety Essentials for Healthcare Settings</h2></div><div class="fusion-woo-price-tb fusion-woo-price-tb-1 sale-position-right has-border floated has-badge badge-position-right" style="--awb-price-font-size:24px;--awb-badge-border-size:1px;--awb-border-radius:0px 0px 0px 0px;--awb-price-font-family:&quot;Montserrat&quot;;--awb-price-font-style:normal;--awb-price-font-weight:700;--awb-sale-font-family:inherit;--awb-sale-font-style:normal;--awb-sale-font-weight:400;--awb-stock-font-family:inherit;--awb-stock-font-style:normal;--awb-stock-font-weight:400;--awb-badge-font-family:inherit;--awb-badge-font-style:normal;--awb-badge-font-weight:400;"><p class="price has-sale"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&euro;</span>60.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&euro;</span>50.00</bdi></span></ins></p> <p class="fusion-onsale">17% Off</p> </div><div class="fusion-woo-short-description-tb fusion-woo-short-description-tb-1 woo-short" style="--awb-margin-top:10px;"> <div class="post-content woocommerce-product-details__short-description"> <p>The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace.</p> <p><strong>Duration:</strong> 0.5 day</p> <p><strong>Max Group Size:</strong> 12 people</p> <p><strong>Certification:</strong> Amber Safety Certificate valid for 3 years.</p> <div ><a class="fusion-button button-flat button-medium button-default fusion-button-default button-1 fusion-button-default-span fusion-button-default-type" style="--button_typography-font-family:&quot;Montserrat&quot;;--button_typography-font-style:normal;--button_typography-font-weight:700;" target="_self" href="/contact-us/"><span class="fusion-button-text">Enquire Now</span></a></div> </div> </div><div class="fusion-woo-cart fusion-woo-cart-1" data-type="variable" data-layout="floated"> <form class="variations_form cart" action="https://ambersafety.ie/product/fire-safety-essentials-for-healthcare-settings/" method="post" enctype='multipart/form-data' data-product_id="2815" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_date&quot;:&quot;call-for-dates&quot;,&quot;attribute_pa_month&quot;:&quot;september&quot;,&quot;attribute_pa_venue&quot;:&quot;amber-safety-limited-b2-corcanree-business-park-dock-road-limerick-v94-cda3&quot;},&quot;availability_html&quot;:&quot;&lt;p class=\&quot;stock in-stock\&quot;&gt;7 in stock&lt;\/p&gt;\n&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N\/A&quot;,&quot;display_price&quot;:50,&quot;display_regular_price&quot;:60,&quot;image&quot;:{&quot;title&quot;:&quot;general fire safety&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg&quot;,&quot;alt&quot;:&quot;general fire safety&quot;,&quot;src&quot;:&quot;https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg&quot;,&quot;full_src_w&quot;:600,&quot;full_src_h&quot;:500,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:200,&quot;gallery_thumbnail_src_h&quot;:167,&quot;thumb_src&quot;:&quot;https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg&quot;,&quot;thumb_src_w&quot;:500,&quot;thumb_src_h&quot;:417,&quot;src_w&quot;:600,&quot;src_h&quot;:500},&quot;image_id&quot;:5702,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:true,&quot;max_qty&quot;:7,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2839,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N\/A&quot;}]"> <table class="variations" cellspacing="0" role="presentation"> <tbody> <tr> <th class="label"><label for="pa_date">Date</label></th> <td class="value"> <select id="pa_date" class="" name="attribute_pa_date" data-attribute_name="attribute_pa_date" data-show_option_none="yes"><option value="">Choose an option</option><option value="call-for-dates" >Call for Dates</option></select> </td> </tr> <tr> <th class="label"><label for="pa_month">Month</label></th> <td class="value"> <select id="pa_month" class="" name="attribute_pa_month" data-attribute_name="attribute_pa_month" data-show_option_none="yes"><option value="">Choose an option</option><option value="september" >September</option></select> </td> </tr> <tr> <th class="label"><label for="pa_venue">Venue</label></th> <td class="value"> <select id="pa_venue" class="" name="attribute_pa_venue" data-attribute_name="attribute_pa_venue" data-show_option_none="yes"><option value="">Choose an option</option><option value="amber-safety-limited-b2-corcanree-business-park-dock-road-limerick-v94-cda3" >Amber Safety Limited, B2 Corcanree Business Park, Dock Road, Limerick V94 CDA3</option></select><a class="reset_variations" href="#">Clear</a> </td> </tr> </tbody> </table> <div class="single_variation_wrap"> <div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button"> <div class="fusion-button-wrapper"> <div class="quantity"> <label class="screen-reader-text" for="quantity_65daea7ae9d79">Fire Safety Essentials for Healthcare Settings quantity</label> <input type="number" id="quantity_65daea7ae9d79" class="input-text qty text" name="quantity" value="1" aria-label="Product quantity" size="4" min="1" max="" step="1" placeholder="" inputmode="numeric" autocomplete="off" /> </div> <p id="wc-stripe-payment-request-button-separator" style="margin-top:1.5em;text-align:center;display:none;">&mdash; OR &mdash;</p> <button type="submit" class="single_add_to_cart_button button alt">Add to cart</button> </div> <input type="hidden" name="add-to-cart" value="2815" /> <input type="hidden" name="product_id" value="2815" /> <input type="hidden" name="variation_id" class="variation_id" value="0" /> </div> </div> </form> <style>.fusion-woo-cart-1 tr .label{width:20%;color:var(--awb-color6);font-family:inherit;font-style:normal;font-weight:400;}.fusion-woo-cart-1 .woocommerce-variation .price{flex-direction:row-reverse;color:var(--awb-color5);font-family:inherit;font-style:normal;font-weight:400;}.fusion-woo-cart-1 .woocommerce-variation .price del{margin-left:0.5em;color:var(--awb-color6);font-family:inherit;font-style:normal;font-weight:400;}.fusion-woo-cart-1 .woocommerce-variation .price > .amount,.fusion-woo-cart-1 .woocommerce-variation .price ins .amount{color:var(--awb-color5);font-family:inherit;font-style:normal;font-weight:400;}.fusion-woo-cart-1 .woocommerce-grouped-product-list label,.fusion-woo-cart-1 .woocommerce-grouped-product-list label a,.fusion-woo-cart-1 .woocommerce-grouped-product-list .amount,.fusion-woo-cart-1 .woocommerce-variation .woocommerce-variation-description,.fusion-woo-cart-1 .woocommerce-variation .price del .amount,.fusion-woo-cart-1 .stock,.fusion-woo-cart-1 .woocommerce-variation .woocommerce-variation-availability{color:var(--awb-color6);font-family:inherit;font-style:normal;font-weight:400;}.fusion-woo-cart-1 .reset_variations{display:none !important;}.fusion-body #main .fusion-woo-cart-1 .quantity input[type="number"].qty{width:calc( 100% - 36px - 36px );background-color:var(--awb-color1);}.fusion-woo-cart-1 .quantity{width:calc( 10% + 36px + 36px );}.fusion-body .fusion-woo-cart-1 .fusion-button-wrapper .button{padding:13px 29px;line-height:17px;font-size:14px;flex:1;width:100%;background:var(--awb-color4);background-image:linear-gradient( to top, var(--awb-color4), var(--awb-color4) );}.fusion-body .fusion-woo-cart-1 .fusion-button-wrapper .button:hover{background:var(--awb-color5);background-image:linear-gradient( to top, var(--awb-color5), var(--awb-color5) );}</style></div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:37px;--awb-padding-bottom:90px;--awb-background-color:var(--awb-color2);--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-animated" style="--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:1;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-animationType="fadeInUp" data-animationDuration="1.0" data-animationOffset="top-into-view"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-woo-tabs-tb fusion-woo-tabs-tb-1 woo-tabs-horizontal" style="--awb-margin-top:0px;--awb-backgroundcolor:var(--awb-color1);"> <div class="woocommerce-tabs wc-tabs-wrapper"> <ul class="tabs wc-tabs" role="tablist"> <li class="description_tab" id="tab-title-description" role="tab" aria-controls="tab-description"> <a href="#tab-description"> Description </a> </li> <li class="additional_information_tab" id="tab-title-additional_information" role="tab" aria-controls="tab-additional_information"> <a href="#tab-additional_information"> Additional information </a> </li> </ul> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description"> <div class="post-content"> <h3 class="fusion-woocommerce-tab-title">Description</h3> <p>The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in a residential setting.</p> <p><strong>Course Objectives:</strong></p> <p>This course is designed to provide participants with the skills &amp; knowledge to:</p> <ul> <li>to carry out their duties in a safe and effective manner</li> <li>identify possible fire hazards in the workplace</li> <li>understand how fires can occur and how fire and smoke can spread</li> <li>identify the correct type of fire equipment for the class of fire</li> <li>be able to act in a safe and calm manner in case the fire breaks out</li> </ul> <p><strong>Course Programme:</strong></p> <ul> <li>Legal module</li> <li>What to do when the fire breaks out?</li> <li>How to raise the alarm?</li> <li>What to do on hearing the alarm?</li> <li>Evacuation procedures</li> <li>Escape routes</li> <li>Selecting the right extinguisher to use</li> <li>Fire risks and fire prevention</li> <li>Practical Demonstrations</li> </ul> <p><strong>Who is the course intended for?</strong></p> <p>All managers, supervisors, or employees with responsibility for fire safety within an organisation or residential setting can attend this course.</p> <p><strong>Duration:</strong></p> <p>0.5 Day (morning or afternoon)</p> <p><strong>Training methodology:</strong></p> <p>This course is a classroom based and instructor led programme what will use a range of fire scenarios, DVDs etc. The hands-on training on use of fire extinguishers is also a part of this training.</p> <p><strong>Assessment:</strong></p> <p>Multiple Choice Questions Exam &amp; practical demonstration</p> <p><strong>Accreditation/Certification:</strong></p> <p>The successful participants will be awarded with Amber Safety Certificate of Completion valid for 3 years.</p> <div ><a class="fusion-button button-flat button-medium button-default fusion-button-default button-2 fusion-button-default-span fusion-button-default-type" style="--button_typography-font-family:&quot;Montserrat&quot;;--button_typography-font-style:normal;--button_typography-font-weight:700;" target="_self" href="/contact-us/"><span class="fusion-button-text">Enquire Now</span></a></div> </div> </div> <div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--additional_information panel entry-content wc-tab" id="tab-additional_information" role="tabpanel" aria-labelledby="tab-title-additional_information"> <h3 class="fusion-woocommerce-tab-title">Additional information</h3> <table class="woocommerce-product-attributes shop_attributes"> <tr class="woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_pa_date"> <th class="woocommerce-product-attributes-item__label">Date</th> <td class="woocommerce-product-attributes-item__value"><p>Call for Dates</p> </td> </tr> <tr class="woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_pa_month"> <th class="woocommerce-product-attributes-item__label">Month</th> <td class="woocommerce-product-attributes-item__value"><p>September</p> </td> </tr> <tr class="woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_pa_venue"> <th class="woocommerce-product-attributes-item__label">Venue</th> <td class="woocommerce-product-attributes-item__value"><p>Amber Safety Limited, B2 Corcanree Business Park, Dock Road, Limerick V94 CDA3</p> </td> </tr> </table> </div> </div> </div></div></div></div></div> </div> </div> </section> <div class="fusion-woocommerce-quick-view-overlay"></div> <div class="fusion-woocommerce-quick-view-container quick-view woocommerce"> <script type="text/javascript"> var quickViewNonce = 'd60282564b'; </script> <div class="fusion-wqv-close"> <button type="button"><span class="screen-reader-text">Close product quick view</span>&times;</button> </div> <div class="fusion-wqv-loader product"> <h2 class="product_title entry-title">Title</h2> <div class="fusion-price-rating"> <div class="price"></div> <div class="star-rating"></div> </div> <div class="fusion-slider-loading"></div> </div> <div class="fusion-wqv-preview-image"></div> <div class="fusion-wqv-content"> <div class="product"> <div class="woocommerce-product-gallery"></div> <div class="summary entry-summary scrollable"> <div class="summary-content"></div> </div> </div> </div> </div> </div> <!-- fusion-row --> </main> <!-- #main --> <div class="fusion-tb-footer fusion-footer"><div class="fusion-footer-widget-area fusion-widget-area"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-5 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:60px;--awb-padding-bottom:60px;--awb-padding-bottom-small:0px;--awb-background-color:var(--awb-color2);--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_4 1_4 fusion-flex-column fusion-animated" style="--awb-padding-right-small:0px;--awb-padding-left-small:0px;--awb-bg-size:cover;--awb-width-large:25%;--awb-margin-top-large:0px;--awb-spacing-right-large:7.68%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:7.68%;--awb-width-medium:25%;--awb-order-medium:0;--awb-spacing-right-medium:7.68%;--awb-spacing-left-medium:7.68%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-animationType="fadeInDown" data-animationDuration="1.0" data-animationOffset="top-into-view"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-image-element " style="text-align:center;--awb-max-width:300px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);"><span class=" has-fusion-standard-logo fusion-imageframe imageframe-none imageframe-2 hover-type-none"><a class="fusion-no-lightbox" href="https://ambersafety.ie/" target="_self"><img decoding="async" src="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO.png" data-orig-src="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO.png" srcset="data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%274134%27%20height%3D%27886%27%20viewBox%3D%270%200%204134%20886%27%3E%3Crect%20width%3D%274134%27%20height%3D%27886%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E" data-srcset="https://ambersafety.ie/wp-content/uploads/2022/07/AMBER-SAFETY-LOGO.png 1x, 2x" style="max-height:886px;height:auto;" width="4134" height="886" class="lazyload img-responsive fusion-standard-logo" alt="Amber Safety Courses Limerick Logo" /></a></span></div><div class="fusion-social-links fusion-social-links-1" style="--awb-margin-top:0px;--awb-margin-right:0px;--awb-margin-bottom:0px;--awb-margin-left:0px;--awb-alignment:center;--awb-box-border-top:0px;--awb-box-border-right:0px;--awb-box-border-bottom:0px;--awb-box-border-left:0px;--awb-icon-colors-hover:hsla(var(--awb-color5-h),var(--awb-color5-s),var(--awb-color5-l),calc( var(--awb-color5-a) - 20% ));--awb-box-colors-hover:var(--awb-color2);--awb-box-border-color:var(--awb-color3);--awb-box-border-color-hover:var(--awb-color4);"><div class="fusion-social-networks color-type-custom"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-facebook awb-icon-facebook" style="color:var(--awb-color5);font-size:16px;" title="Facebook" aria-label="facebook" target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/ambersafety.ie"></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter awb-icon-twitter" style="color:var(--awb-color5);font-size:16px;" title="Twitter" aria-label="twitter" target="_blank" rel="noopener noreferrer" href="https://twitter.com/amber_safety"></a></div></div></div></div></div><div class="fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_3_4 3_4 fusion-flex-column fusion-animated" style="--awb-padding-left:30px;--awb-padding-left-small:0px;--awb-bg-size:cover;--awb-width-large:75%;--awb-margin-top-large:0px;--awb-spacing-right-large:2.56%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:2.56%;--awb-width-medium:75%;--awb-order-medium:0;--awb-spacing-right-medium:2.56%;--awb-spacing-left-medium:2.56%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;" data-animationType="fadeInRight" data-animationDuration="1.0" data-animationOffset="top-into-view"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-builder-row fusion-builder-row-inner fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="width:104% !important;max-width:104% !important;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-1 fusion_builder_column_inner_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><nav class="awb-menu awb-menu_column awb-menu_em-hover mobile-mode-collapse-to-button awb-menu_icons-left awb-menu_dc-yes mobile-trigger-fullwidth-off awb-menu_mobile-toggle awb-menu_indent-left mobile-size-full-absolute loading mega-menu-loading awb-menu_desktop awb-menu_dropdown awb-menu_expand-right awb-menu_transition-fade fusion-no-small-visibility" style="--awb-font-size:var(--awb-typography2-font-size);--awb-line-height:var(--awb-typography2-line-height);--awb-text-transform:var(--awb-typography2-text-transform);--awb-gap:10px;--awb-letter-spacing:var(--awb-typography2-letter-spacing);--awb-active-color:var(--awb-color5);--awb-submenu-text-transform:none;--awb-icons-hover-color:var(--awb-color5);--awb-main-justify-content:flex-start;--awb-mobile-color:var(--awb-color8);--awb-mobile-active-color:var(--awb-color5);--awb-mobile-justify:flex-start;--awb-mobile-caret-left:auto;--awb-mobile-caret-right:0;--awb-fusion-font-family-typography:var(--awb-typography2-font-family);--awb-fusion-font-weight-typography:var(--awb-typography2-font-weight);--awb-fusion-font-style-typography:var(--awb-typography2-font-style);--awb-fusion-font-family-submenu-typography:inherit;--awb-fusion-font-style-submenu-typography:normal;--awb-fusion-font-weight-submenu-typography:400;--awb-fusion-font-family-mobile-typography:inherit;--awb-fusion-font-style-mobile-typography:normal;--awb-fusion-font-weight-mobile-typography:400;" aria-label="Country Butcher Left Footer Menu" data-breakpoint="0" data-count="2" data-transition-type="fade" data-transition-time="300" data-expand="right"><ul id="menu-country-butcher-left-footer-menu" class="fusion-menu awb-menu__main-ul awb-menu__main-ul_column"><li id="menu-item-2074" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2074 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2074"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product/safe-pass-course-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Safe Pass Course</span></a></li><li id="menu-item-2075" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2075 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2075"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/fire-safety-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Fire Safety Courses</span></a></li><li id="menu-item-2076" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2076 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2076"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/ipaf-mewp-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">IPAF &#038; MEWP Courses</span></a></li><li id="menu-item-2077" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2077 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2077"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/confined-space-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Confined Space Courses</span></a></li><li id="menu-item-2078" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2078 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2078"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/first-aid-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">First Aid Courses</span></a></li><li id="menu-item-2079" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2079 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2079"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/forklift-driver-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Forklift Courses</span></a></li><li id="menu-item-2080" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2080 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2080"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="/product-category/general-training-courses-limerick/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">General Courses</span></a></li></ul></nav></div></div><div class="fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-2 fusion_builder_column_inner_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><nav class="awb-menu awb-menu_column awb-menu_em-hover mobile-mode-collapse-to-button awb-menu_icons-left awb-menu_dc-yes mobile-trigger-fullwidth-off awb-menu_mobile-toggle awb-menu_indent-left mobile-size-full-absolute loading mega-menu-loading awb-menu_desktop awb-menu_dropdown awb-menu_expand-right awb-menu_transition-fade" style="--awb-font-size:var(--awb-typography2-font-size);--awb-line-height:var(--awb-typography2-line-height);--awb-text-transform:var(--awb-typography2-text-transform);--awb-gap:10px;--awb-letter-spacing:var(--awb-typography2-letter-spacing);--awb-active-color:var(--awb-color5);--awb-submenu-text-transform:none;--awb-icons-hover-color:var(--awb-color5);--awb-main-justify-content:flex-start;--awb-mobile-color:var(--awb-color8);--awb-mobile-active-color:var(--awb-color5);--awb-mobile-justify:flex-start;--awb-mobile-caret-left:auto;--awb-mobile-caret-right:0;--awb-fusion-font-family-typography:var(--awb-typography2-font-family);--awb-fusion-font-weight-typography:var(--awb-typography2-font-weight);--awb-fusion-font-style-typography:var(--awb-typography2-font-style);--awb-fusion-font-family-submenu-typography:inherit;--awb-fusion-font-style-submenu-typography:normal;--awb-fusion-font-weight-submenu-typography:400;--awb-fusion-font-family-mobile-typography:inherit;--awb-fusion-font-style-mobile-typography:normal;--awb-fusion-font-weight-mobile-typography:400;" aria-label="Country Butcher Right Footer Menu" data-breakpoint="0" data-count="3" data-transition-type="fade" data-transition-time="300" data-expand="right"><ul id="menu-country-butcher-right-footer-menu" class="fusion-menu awb-menu__main-ul awb-menu__main-ul_column"><li id="menu-item-2082" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2082 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="2082"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/terms-conditions/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Terms &#038; Conditions</span></a></li><li id="menu-item-287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-287 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="287"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://ambersafety.ie/my-account-2/" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">My Account</span></a></li><li id="menu-item-5820" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5820 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="5820"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://falconfire.ie" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Falcon Fire.ie</span></a></li><li id="menu-item-5821" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5821 awb-menu__li awb-menu__main-li awb-menu__main-li_regular" data-item-id="5821"><span class="awb-menu__main-background-default awb-menu__main-background-default_fade"></span><span class="awb-menu__main-background-active awb-menu__main-background-active_fade"></span><a href="https://amberrecruitment.ie" class="awb-menu__main-a awb-menu__main-a_regular"><span class="menu-text">Amber Recruitment.ie</span></a></li></ul></nav></div></div><div class="fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-3 fusion_builder_column_inner_1_3 1_3 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:33.333333333333%;--awb-margin-top-large:0px;--awb-spacing-right-large:5.76%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:5.76%;--awb-width-medium:33.333333333333%;--awb-order-medium:0;--awb-spacing-right-medium:5.76%;--awb-spacing-left-medium:5.76%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-image-element sm-text-align-center" style="text-align:right;--awb-max-width:300px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);"><span class=" fusion-imageframe imageframe-none imageframe-3 hover-type-none"><img decoding="async" width="300" height="136" title="PayPal-stripe-web-opt-300&#215;136-1-300&#215;136-300&#215;136-1" src="https://ambersafety.ie/wp-content/uploads/2022/07/PayPal-stripe-web-opt-300x136-1-300x136-300x136-1.png" data-orig-src="https://ambersafety.ie/wp-content/uploads/2022/07/PayPal-stripe-web-opt-300x136-1-300x136-300x136-1.png" alt class="lazyload img-responsive wp-image-2072" srcset="data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27300%27%20height%3D%27136%27%20viewBox%3D%270%200%20300%20136%27%3E%3Crect%20width%3D%27300%27%20height%3D%27136%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E" data-srcset="https://ambersafety.ie/wp-content/uploads/2022/07/PayPal-stripe-web-opt-300x136-1-300x136-300x136-1-200x91.png 200w, https://ambersafety.ie/wp-content/uploads/2022/07/PayPal-stripe-web-opt-300x136-1-300x136-300x136-1.png 300w" data-sizes="auto" data-orig-sizes="(max-width: 640px) 100vw, 300px" /></span></div></div></div><div class="fusion-layout-column fusion_builder_column_inner fusion-builder-nested-column-4 fusion_builder_column_inner_1_1 1_1 fusion-flex-column" style="--awb-padding-top:54px;--awb-padding-top-small:0px;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-2 sm-text-align-center" style="--awb-content-alignment:left;--awb-font-size:var(--awb-typography5-font-size);--awb-line-height:var(--awb-typography5-line-height);--awb-letter-spacing:var(--awb-typography5-letter-spacing);--awb-text-transform:var(--awb-typography5-text-transform);--awb-text-font-family:var(--awb-typography5-font-family);--awb-text-font-weight:var(--awb-typography5-font-weight);--awb-text-font-style:var(--awb-typography5-font-style);"><p>© Amber Safety Limited 2024 | Website designed by <a href="https://oconnorwebdesign.ie">O'Connor Web Design</a></p> </div></div></div></div></div></div></div></div> </div></div> </div> <!-- wrapper --> </div> <!-- #boxed-wrapper --> <a class="fusion-one-page-text-link fusion-page-load-link" tabindex="-1" href="#" aria-hidden="true">Page load link</a> <div class="avada-footer-scripts"> <script type="text/javascript">var fusionNavIsCollapsed=function(e){var t,n;window.innerWidth<=e.getAttribute("data-breakpoint")?(e.classList.add("collapse-enabled"),e.classList.remove("awb-menu_desktop"),e.classList.contains("expanded")||(e.setAttribute("aria-expanded","false"),window.dispatchEvent(new Event("fusion-mobile-menu-collapsed",{bubbles:!0,cancelable:!0}))),(n=e.querySelectorAll(".menu-item-has-children.expanded")).length&&n.forEach(function(e){e.querySelector(".awb-menu__open-nav-submenu_mobile").setAttribute("aria-expanded","false")})):(null!==e.querySelector(".menu-item-has-children.expanded .awb-menu__open-nav-submenu_click")&&e.querySelector(".menu-item-has-children.expanded .awb-menu__open-nav-submenu_click").click(),e.classList.remove("collapse-enabled"),e.classList.add("awb-menu_desktop"),e.setAttribute("aria-expanded","true"),null!==e.querySelector(".awb-menu__main-ul")&&e.querySelector(".awb-menu__main-ul").removeAttribute("style")),e.classList.add("no-wrapper-transition"),clearTimeout(t),t=setTimeout(()=>{e.classList.remove("no-wrapper-transition")},400),e.classList.remove("loading")},fusionRunNavIsCollapsed=function(){var e,t=document.querySelectorAll(".awb-menu");for(e=0;e<t.length;e++)fusionNavIsCollapsed(t[e])};function avadaGetScrollBarWidth(){var e,t,n,l=document.createElement("p");return l.style.width="100%",l.style.height="200px",(e=document.createElement("div")).style.position="absolute",e.style.top="0px",e.style.left="0px",e.style.visibility="hidden",e.style.width="200px",e.style.height="150px",e.style.overflow="hidden",e.appendChild(l),document.body.appendChild(e),t=l.offsetWidth,e.style.overflow="scroll",t==(n=l.offsetWidth)&&(n=e.clientWidth),document.body.removeChild(e),jQuery("html").hasClass("awb-scroll")&&10<t-n?10:t-n}fusionRunNavIsCollapsed(),window.addEventListener("fusion-resize-horizontal",fusionRunNavIsCollapsed);</script><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/#product","name":"Fire Safety Essentials for Healthcare Settings","url":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/","description":"The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in the workplace.\r\n\r\nDuration: 0.5 day\r\n\r\nMax Group Size: 12 people\r\n\r\nCertification: Amber Safety Certificate valid for 3 years.\r\n\r\nEnquire Now","image":"https:\/\/ambersafety.ie\/wp-content\/uploads\/2022\/09\/general-fire-safety.jpg","sku":2815,"offers":[{"@type":"Offer","price":"50.00","priceValidUntil":"2025-12-31","priceSpecification":{"price":"50.00","priceCurrency":"EUR","valueAddedTaxIncluded":"false"},"priceCurrency":"EUR","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/ambersafety.ie\/product\/fire-safety-essentials-for-healthcare-settings\/","seller":{"@type":"Organization","name":"Amber Safety Courses Limerick","url":"https:\/\/ambersafety.ie"}}]}</script> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/ambersafety.ie\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.1.1" id="jquery-blockui-js"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/ambersafety.ie\/cart-2\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.1.1" id="wc-add-to-cart-js"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":true,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.1.1" id="wc-single-product-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.1.1" id="js-cookie-js"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.1.1" id="woocommerce-js"></script> <script type="text/javascript" id="ppcp-smart-button-js-extra"> /* <![CDATA[ */ var PayPalCommerceGateway = {"url":"https:\/\/www.paypal.com\/sdk\/js?client-id=AceaZSRFSC1Pmlx-Ea8ypzCIdSn8XT59KNssd8gjjf-7-u7xODJt5rwnymYLvBZxTEmS21IRee0EPf0R&currency=EUR&integration-date=2023-12-18&components=buttons,funding-eligibility&vault=false&commit=false&intent=capture&disable-funding=card&enable-funding=venmo,paylater","url_params":{"client-id":"AceaZSRFSC1Pmlx-Ea8ypzCIdSn8XT59KNssd8gjjf-7-u7xODJt5rwnymYLvBZxTEmS21IRee0EPf0R","currency":"EUR","integration-date":"2023-12-18","components":"buttons,funding-eligibility","vault":"false","commit":"false","intent":"capture","disable-funding":"card","enable-funding":"venmo,paylater"},"script_attributes":{"data-partner-attribution-id":"Woo_PPCP"},"client_id":"AceaZSRFSC1Pmlx-Ea8ypzCIdSn8XT59KNssd8gjjf-7-u7xODJt5rwnymYLvBZxTEmS21IRee0EPf0R","currency":"EUR","data_client_id":{"set_attribute":false,"endpoint":"\/?wc-ajax=ppc-data-client-id","nonce":"626e0af137","user":0,"has_subscriptions":false,"paypal_subscriptions_enabled":false},"redirect":"https:\/\/ambersafety.ie\/checkout-2\/","context":"product","ajax":{"simulate_cart":{"endpoint":"\/?wc-ajax=ppc-simulate-cart","nonce":"7a88733afd"},"change_cart":{"endpoint":"\/?wc-ajax=ppc-change-cart","nonce":"6e9e9ac2b4"},"create_order":{"endpoint":"\/?wc-ajax=ppc-create-order","nonce":"93c468811d"},"approve_order":{"endpoint":"\/?wc-ajax=ppc-approve-order","nonce":"8030061dea"},"approve_subscription":{"endpoint":"\/?wc-ajax=ppc-approve-subscription","nonce":"e6b1fe99f3"},"vault_paypal":{"endpoint":"\/?wc-ajax=ppc-vault-paypal","nonce":"2d7bb60097"},"save_checkout_form":{"endpoint":"\/?wc-ajax=ppc-save-checkout-form","nonce":"bfd0b64f08"},"validate_checkout":{"endpoint":"\/?wc-ajax=ppc-validate-checkout","nonce":"5f7ec364ef"},"cart_script_params":{"endpoint":"\/?wc-ajax=ppc-cart-script-params"}},"subscription_plan_id":"","variable_paypal_subscription_variations":[],"subscription_product_allowed":"","locations_with_subscription_product":{"product":false,"payorder":false,"cart":false},"enforce_vault":"","can_save_vault_token":"","is_free_trial_cart":"","vaulted_paypal_email":"","bn_codes":{"checkout":"Woo_PPCP","cart":"Woo_PPCP","mini-cart":"Woo_PPCP","product":"Woo_PPCP"},"payer":null,"button":{"wrapper":"#ppc-button-ppcp-gateway","is_disabled":false,"mini_cart_wrapper":"#ppc-button-minicart","is_mini_cart_disabled":false,"cancel_wrapper":"#ppcp-cancel","mini_cart_style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false,"height":35},"style":{"layout":"horizontal","color":"gold","shape":"rect","label":"paypal","tagline":"true"}},"separate_buttons":{"card":{"id":"ppcp-card-button-gateway","wrapper":"#ppc-button-ppcp-card-button-gateway","style":{"shape":"rect","color":"black","layout":"horizontal"}}},"hosted_fields":{"wrapper":"#ppcp-hosted-fields","labels":{"credit_card_number":"","cvv":"","mm_yy":"MM\/YY","fields_empty":"Card payment details are missing. Please fill in all required fields.","fields_not_valid":"Unfortunately, your credit card details are not valid.","card_not_supported":"Unfortunately, we do not support your credit card.","cardholder_name_required":"Cardholder's first and last name are required, please fill the checkout form required fields."},"valid_cards":[],"contingency":"SCA_WHEN_REQUIRED"},"messages":[],"labels":{"error":{"generic":"Something went wrong. Please try again or choose another payment source.","required":{"generic":"Required form fields are not filled.","field":"%s is a required field.","elements":{"terms":"Please read and accept the terms and conditions to proceed with your order."}}},"billing_field":"Billing %s","shipping_field":"Shipping %s"},"simulate_cart":{"enabled":true,"throttling":5000},"order_id":"0","single_product_buttons_enabled":"","mini_cart_buttons_enabled":"1","basic_checkout_validation_enabled":"","early_checkout_validation_enabled":"1","funding_sources_without_redirect":["paypal","paylater","venmo","card"]}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/js/button.js?ver=2.4.3" id="ppcp-smart-button-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.1.1" id="wc-add-to-cart-variation-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js?ver=3.0.0-wc.8.1.1" id="jquery-payment-js"></script> <script type="text/javascript" src="https://js.stripe.com/v3/?ver=3.0" id="stripe-js"></script> <script type="text/javascript" id="woocommerce_stripe-js-extra"> /* <![CDATA[ */ var wc_stripe_params = {"title":"Credit Card (Stripe)","key":"pk_live_51GKUNnEIekCBxZwDixtFoFGHjd6F0z8iZpSlBurmDP9FZsfax2ydNaInUDYLP1OuTwfYYGSHGoOKXt6Obmb7dI7v00T7vBD42x","i18n_terms":"Please accept the terms and conditions first","i18n_required_fields":"Please fill in required checkout fields first","updateFailedOrderNonce":"bfb886d8a9","updatePaymentIntentNonce":"2ae8d247ec","orderId":"0","checkout_url":"\/?wc-ajax=checkout","stripe_locale":"en","no_prepaid_card_msg":"Sorry, we're not accepting prepaid cards at this time. Your credit card has not been charged. Please try with alternative payment method.","no_sepa_owner_msg":"Please enter your IBAN account name.","no_sepa_iban_msg":"Please enter your IBAN account number.","payment_intent_error":"We couldn't initiate the payment. Please try again.","sepa_mandate_notification":"email","allow_prepaid_card":"yes","inline_cc_form":"no","is_checkout":"no","return_url":"https:\/\/ambersafety.ie\/checkout-2\/order-received\/?utm_nooverride=1","ajaxurl":"\/?wc-ajax=%%endpoint%%","stripe_nonce":"79d6b24b3d","statement_descriptor":"","elements_options":[],"sepa_elements_options":{"supportedCountries":["SEPA"],"placeholderCountry":"IE","style":{"base":{"fontSize":"15px"}}},"invalid_owner_name":"Billing First Name and Last Name are required.","is_change_payment_page":"no","is_add_payment_page":"no","is_pay_for_order_page":"no","elements_styling":"","elements_classes":"","add_card_nonce":"bdc01e96f1","create_payment_intent_nonce":"8b06f359f9","cpf_cnpj_required_msg":"CPF\/CNPJ is a required field","invalid_number":"The card number is not a valid credit card number.","invalid_expiry_month":"The card's expiration month is invalid.","invalid_expiry_year":"The card's expiration year is invalid.","invalid_cvc":"The card's security code is invalid.","incorrect_number":"The card number is incorrect.","incomplete_number":"The card number is incomplete.","incomplete_cvc":"The card's security code is incomplete.","incomplete_expiry":"The card's expiration date is incomplete.","expired_card":"The card has expired.","incorrect_cvc":"The card's security code is incorrect.","incorrect_zip":"The card's zip code failed validation.","postal_code_invalid":"Invalid zip code, please correct and try again","invalid_expiry_year_past":"The card's expiration year is in the past","card_declined":"The card was declined.","missing":"There is no card on a customer that is being charged.","processing_error":"An error occurred while processing the card.","invalid_sofort_country":"The billing country is not accepted by Sofort. Please try another country.","email_invalid":"Invalid email address, please correct and try again.","invalid_request_error":"Unable to process this payment, please try again or use alternative method.","amount_too_large":"The order total is too high for this payment method","amount_too_small":"The order total is too low for this payment method","country_code_invalid":"Invalid country code, please try again with a valid country code","tax_id_invalid":"Invalid Tax Id, please try again with a valid tax id"}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js?ver=7.5.1" id="woocommerce_stripe-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LfiW_EhAAAAAMEZKMCXmJAy1IgOOB1GWhw7LbfS&amp;ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-extra"> /* <![CDATA[ */ var wpcf7_recaptcha = {"sitekey":"6LfiW_EhAAAAAMEZKMCXmJAy1IgOOB1GWhw7LbfS","actions":{"homepage":"homepage","contactform":"contactform"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.7.7" id="wpcf7-recaptcha-js"></script> <script type="text/javascript" src="https://ambersafety.ie/wp-content/uploads/fusion-scripts/1763edce6c2340deb839959d47776feb.min.js?ver=3.11.3" id="fusion-scripts-js"></script> <script type="text/javascript"> jQuery( document ).ready( function() { var ajaxurl = 'https://ambersafety.ie/wp-admin/admin-ajax.php'; if ( 0 < jQuery( '.fusion-login-nonce' ).length ) { jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) { jQuery( '.fusion-login-nonce' ).html( response ); }); } }); </script> </div> <section class="to-top-container to-top-right" aria-labelledby="awb-to-top-label"> <a href="#" id="toTop" class="fusion-top-top-link"> <span id="awb-to-top-label" class="screen-reader-text">Go to Top</span> </a> </section> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "The Fire Safety is a half day training designed to familiarise employees with fire safety procedures, fire science and potential fire hazards in a residential setting.\nThis course is designed to provide participants with the skills & knowledge to:\n- to carry out their duties in a safe and effective manner\n- identify possible fire hazards in the workplace\n- understand how fires can occur and how fire and smoke can spread\n- identify the correct type of fire equipment for the class of fire\n- be able to act in a safe and calm manner in case the fire breaks out\n- Legal module\n- What to do when the fire breaks out?\n- How to raise the alarm?\n- What to do on hearing the alarm?\n- Evacuation procedures\n- Escape routes\n- Selecting the right extinguisher to use\n- Fire risks and fire prevention\n- Practical Demonstrations\nWho is the course intended for?\nAll managers, supervisors, or employees with responsibility for fire safety within an organisation or residential setting can attend this course.\n0.5 Day (morning or afternoon)\nThis course is a classroom based and instructor led programme what will use a range of fire scenarios, DVDs etc. The hands-on training on use of fire extinguishers is also a part of this training.\nMultiple Choice Questions Exam & practical demonstration\nThe successful participants will be awarded with Amber Safety Certificate of Completion valid for 3 years.", "id": "<urn:uuid:541369bf-7423-46ac-8559-1acef096b363>", "dump": "CC-MAIN-2024-10", "url": "https://ambersafety.ie/product/fire-safety-essentials-for-healthcare-settings/", "date": "2024-02-25T07:21:31", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8930500149726868, "token_count": 290 } }
<urn:uuid:3a1a8999-057e-4a95-b8e5-fc616e490820>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML+RDFa 1.1//EN"> <html lang="en" dir="ltr" version="HTML+RDFa 1.1" xmlns:og="http://ogp.me/ns#" xmlns:article="http://ogp.me/ns/article#" xmlns:book="http://ogp.me/ns/book#" xmlns:profile="http://ogp.me/ns/profile#" xmlns:video="http://ogp.me/ns/video#" xmlns:product="http://ogp.me/ns/product#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <head profile="http://www.w3.org/1999/xhtml/vocab"> <meta name="viewport" content="width=device-width"> <meta charset="utf-8" /> <link rel="shortcut icon" href="https://amcor.gmbh/sites/default/files/favicon_0.ico" type="image/vnd.microsoft.icon" /> <meta name="description" content="I agree to amcor.gmbh to process all of my personal data specified in the application by any means, including third parties, including reproduction, electronic copying, depersonalization, blocking, destruction, as well as the above processing of my other personal data obtained as a result of their processing, with the aim of: possible conclusion and / or execution between me" /> <meta name="generator" content="Drupal 7 (https://www.drupal.org)" /> <link rel="canonical" href="https://amcor.gmbh/en/consent-processing-personal-data-0" /> <link rel="shortlink" href="https://amcor.gmbh/en/node/194" /> <meta property="og:site_name" content="AMCOR GmbH ™" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://amcor.gmbh/en/consent-processing-personal-data-0" /> <meta property="og:title" content="Consent to the processing of personal data" /> <meta property="og:description" content="I agree to amcor.gmbh to process all of my personal data specified in the application by any means, including third parties, including reproduction, electronic copying, depersonalization, blocking, destruction, as well as the above processing of my other personal data obtained as a result of their processing, with the aim of: possible conclusion and / or execution between me and amcor.gmbh of an agreement (s) for the supply of components and / or equipment and / or the provision of the Services." /> <meta property="og:updated_time" content="2019-06-21T09:04:01+02:00" /> <meta property="article:published_time" content="2019-06-21T09:04:01+02:00" /> <meta property="article:modified_time" content="2019-06-21T09:04:01+02:00" /> <meta name="dcterms.title" content="Consent to the processing of personal data" /> <meta name="dcterms.creator" content="479" /> <meta name="dcterms.description" content="I agree to amcor.gmbh to process all of my personal data specified in the application by any means, including third parties, including reproduction, electronic copying, depersonalization, blocking, destruction, as well as the above processing of my other personal data obtained as a result of their processing, with the aim of: possible conclusion and / or execution between me and amcor.gmbh of an agreement (s) for the supply of components and / or equipment and / or the provision of the Services." /> <meta name="dcterms.date" content="2019-06-21T09:04+02:00" /> <meta name="dcterms.type" content="Text" /> <meta name="dcterms.format" content="text/html" /> <meta name="dcterms.identifier" content="https://amcor.gmbh/en/consent-processing-personal-data-0" /> <meta name="dcterms.language" content="en" /> <title>Consent to the processing of personal data | AMCOR GmbH ™</title> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="https://amcor.gmbh/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://amcor.gmbh/sites/default/files/css/css_dWBHPbSQWh-19e3Bc29cTHIsefj--RoEVftmVdOAMn4.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://amcor.gmbh/sites/default/files/css/css_BQh-rb-19V3U9amZbHSm-pxxAx6lSzM2YZrU7WmF1NU.css" media="all" /> <link type="text/css" rel="stylesheet" href="https://amcor.gmbh/sites/default/files/css/css_ohIw3KQzIyjImjrcccCjiAa2G0pPjV22x4lfkChJjBk.css" media="all" /> <script type="text/javascript" src="https://amcor.gmbh/sites/default/files/js/js_x0MhBQfHNAIO1NwkQgzf_TGN4b8eMmKre3nqUfoQv3w.js"></script> <script type="text/javascript" src="https://amcor.gmbh/sites/default/files/js/js_jwDsf1vd1grmF2kH5ph5VFZAX5HcEqsuBzah7S-W3dg.js"></script> <script type="text/javascript" src="https://amcor.gmbh/sites/default/files/js/js_E5WdkecibB1cslf-CKxOvrp2m5_ykIcl2bUpskBV9A0.js"></script> <script type="text/javascript"> <!--//--><![CDATA[//><!-- (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","https://www.google-analytics.com/analytics.js","ga");ga("create", "UA-140129692-2", {"cookieDomain":"auto"});ga("set", "anonymizeIp", true);ga("send", "pageview"); //--><!]]> </script> <script type="text/javascript" src="https://amcor.gmbh/sites/default/files/js/js_gN-Fuek_KvkI8_bs337HXK5Xydx2T0B-jwhNtmowREs.js"></script> <script type="text/javascript"> <!--//--><![CDATA[//><!-- jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"en\/","ajaxPageState":{"theme":"amcor","theme_token":"QF7ZYEzEiJUk8ZkmZ91vuhkz365fUyCOp6erd4gQxws","js":{"sites\/all\/modules\/jquery_update\/replace\/jquery\/1.8\/jquery.min.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/custom\/ajax_search\/ajax_search.js":1,"sites\/all\/libraries\/colorbox\/jquery.colorbox-min.js":1,"sites\/all\/modules\/colorbox\/js\/colorbox.js":1,"sites\/all\/modules\/colorbox\/styles\/plain\/colorbox_style.js":1,"sites\/all\/modules\/colorbox\/js\/colorbox_load.js":1,"sites\/all\/modules\/colorbox\/js\/colorbox_inline.js":1,"sites\/all\/modules\/lightbox2\/js\/lightbox.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"0":1,"sites\/all\/themes\/amcor\/js\/sticky-header.min.js":1,"sites\/all\/themes\/amcor\/js\/scripts.js":1,"sites\/all\/themes\/amcor\/js\/jquery.jcarousel.min.js":1,"sites\/all\/themes\/amcor\/js\/libs.js":1,"sites\/all\/themes\/amcor\/js\/selectFx.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/comment\/comment.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ckeditor\/css\/ckeditor.css":1,"sites\/all\/modules\/colorbox\/styles\/plain\/colorbox_style.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/lightbox2\/css\/lightbox_alt.css":1,"sites\/all\/modules\/yandex_metrics\/css\/yandex_metrics.css":1,"modules\/locale\/locale.css":1,"sites\/all\/themes\/amcor\/css\/layout.css":1,"sites\/all\/themes\/amcor\/css\/media.css":1}},"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"98%","maxHeight":"98%","fixed":true,"mobiledetect":true,"mobiledevicewidth":"480px"},"lightbox2":{"rtl":"0","file_path":"\/(\\w\\w\/)public:\/","default_image":"\/sites\/all\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":10,"font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.8","overlay_color":"000","disable_close_click":1,"resize_sequence":0,"resize_speed":400,"fade_in_speed":400,"slide_down_speed":600,"use_alt_layout":1,"disable_resize":0,"disable_zoom":0,"force_show_nav":1,"show_caption":1,"loop_items":0,"node_link_text":"View Image Details","node_link_target":"_blank","image_count":"Image !current of !total","video_count":"Video !current of !total","page_count":"Page !current of !total","lite_press_x_close":"press \u003Ca href=\u0022#\u0022 onclick=\u0022hideLightbox(); return FALSE;\u0022\u003E\u003Ckbd\u003Ex\u003C\/kbd\u003E\u003C\/a\u003E to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"original","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":true,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":600,"iframe_height":400,"iframe_border":1,"enable_video":0,"useragent":"CCBot\/2.0 (https:\/\/commoncrawl.org\/faq\/)"},"urlIsAjaxTrusted":{"\/en\/consent-processing-personal-data-0":true,"\/en\/news\/dorogie-kollegi-0":true},"better_exposed_filters":{"views":{"projects":{"displays":{"block_1":{"filters":[]}}},"divisions":{"displays":{"block_1":{"filters":[]}}}}},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip","trackColorbox":1}}); //--><!]]> </script> </head> <body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-194 node-type-page i18n-en" > <div class="page__wrap"> <div class="page__head-cont"> <div id="open-menu" class="mobile"> <div class="open-menu__header"> <div class="close-menu"><span></span></div> <ul class="language-switcher-locale-url"><li class="en first active"><a href="/en/consent-processing-personal-data-0" class="language-link active" xml:lang="en" title="Consent to the processing of personal data">English</a></li> <li class="de last"><span class="language-link locale-untranslated" xml:lang="de">Deutsch</span></li> </ul> </div> <ul class="menu"><li class="first leaf"><a href="/en" title="">Company</a></li> <li class="leaf"><a href="/en/projects" title="">Projects</a></li> <li class="leaf"><a href="/en/divisions" title="">DIvisions</a></li> <li class="leaf"><a href="/en/news" title="">News</a></li> <li class="last leaf"><a href="/en/contacts-amcor">Contacts</a></li> </ul> </div> <header class="header"> <div class="section"> <div class="region region-mobile-header"> <div class="mobile mobile__menu"><a class="menu-ico mobile" href="#">Меню</a></div> <span class="search__button"></span> <form action="/en/consent-processing-personal-data-0" method="post" id="custom-search-form" accept-charset="UTF-8"><div><div class="form-item form-type-textfield form-item-search-text"> <input placeholder="Site search" type="text" id="edit-search-text" name="search_text" value="" size="60" maxlength="128" class="form-text required" /> </div> <input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /><input type="hidden" name="form_build_id" value="form-XvMTzI8LIYpnbcQVmlkwMoZbo0EFb5gZL97a05Snj6A" /> <input type="hidden" name="form_id" value="custom_search_form" /> </div></form> <div class="close"></div> <div class="mobile mobile__logo"><a class="logo__main-mob mobile ru_el" href="/ru">Главная</a> <a class="logo__main-mob mobile en_el" href="/en">Main</a> <a class="logo__main-mob mobile de_el" href="/de">Startseite</a></div> </div> <div class="region region-header"> <div id="block-block-1" class="block block-block"> <div class="logos"> <a href="/ru" rel="home" id="logo" class="ru_el"></a> <a href="/en" rel="home" id="logo" class="en_el"></a> <a href="/de" rel="home" id="logo" class="de_el"></a> </div></div> <!-- /.block --> <div class="tablet tablet__menu"><a class="menu-ico tablet" href="#">Меню</a></div> <div id="block-system-main-menu" class="block block-system block-menu"> <ul class="menu"><li class="first leaf"><a href="/en" title="">Company</a></li> <li class="leaf"><a href="/en/projects" title="">Projects</a></li> <li class="leaf"><a href="/en/divisions" title="">DIvisions</a></li> <li class="leaf"><a href="/en/news" title="">News</a></li> <li class="last leaf"><a href="/en/contacts-amcor">Contacts</a></li> </ul></div> <!-- /.block --> <div id="block-ajax-search-custom-search" class="block block-ajax-search"> <span class="search__button"></span> <div class="content"> <form action="/en/news/dorogie-kollegi-0" method="post" id="custom-search-form" accept-charset="UTF-8"><div><div class="form-item form-type-textfield form-item-search-text"> <input placeholder="Site search" type="text" id="edit-search-text" name="search_text" value="" size="60" maxlength="128" class="form-text required" /> </div> <input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /><input type="hidden" name="form_build_id" value="form-56GYVs0gkNfdD9CfTAfe_vXfIvg2Nk46JgDSFvpoRLk" /> <input type="hidden" name="form_id" value="custom_search_form" /> </div></form> </div> <div class="close"></div> </div> <div id="block-locale-language" class="block block-locale"> <ul class="language-switcher-locale-url"><li class="en first active"><a href="/en/consent-processing-personal-data-0" class="language-link active" xml:lang="en" title="Consent to the processing of personal data">English</a></li> <li class="de last"><span class="language-link locale-untranslated" xml:lang="de">Deutsch</span></li> </ul></div> <!-- /.block --> </div> </div> </header> </div> <div id="container"> <div class="section"> <h1 class="title" id="page-title">Consent to the processing of personal data</h1> <h2 class="element-invisible">You are here</h2><div id="breadcrumb" class="breadcrumb"><a href="/en">Home</a> - Consent to the processing of personal data</div> <div class="main"> <div class="main__section"> <div class="tabs"></div> <div class="region region-content"> <div id="block-system-main" class="block block-system"> <article id="node-194" class="node node-page node--page--full clearfix" about="/en/consent-processing-personal-data-0" typeof="foaf:Document"> <div class="content"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <p>I agree to amcor.gmbh to process all of my personal data specified in the application by any means, including third parties, including reproduction, electronic copying, depersonalization, blocking, destruction, as well as the above processing of my other personal data obtained as a result of their processing, with the aim of: possible conclusion and / or execution between me and amcor.gmbh of an agreement (s) for the supply of components and / or equipment and / or the provision of the Services.</p> <p>amcor.gmbh has no right to disclose the information provided to third parties and distribute the information received without my consent. I confirm that I agree to receive amcor.gmbh information about me freely, by my own will and in my interest.</p> <p>This consent to the use of the information provided may be withdrawn at any time. The specified consent is given for a period of 15 years. In case of withdrawal of consent, amcor.gmbh undertakes to stop using the information, and the information must be destroyed.</p> <p>I hereby consent to receive information about the services of amcor.gmbh and its affiliates through telecommunication networks and mobile radio telephone communication networks to the telephone number and e-mail address indicated in the registration form at <a href="https://amcor.gmbh">https://amcor.gmbh</a>. This consent to my receipt of information may be withdrawn at any time. </p> </div> </div> </div> <!-- /.content --> <footer> </footer> </article> <!-- /.node --> </div> <!-- /.block --> </div> </div> </div> </div> </div> <div class="section"> </div> </div> <footer class="footer"> <div class="section"> <div class="region region-footer"> <div id="block-block-7" class="block block-block"> <a href="/" class="logo-footer"></a></div> <!-- /.block --> <section id="block-views-projects-block-1" class="block block-views"> <h2><a href="/en/projects" class="block-title-link">Projects</a></h2> <div class="projects"> <ul> <li class="leaf"> <a href="/en/projects/production-drilling-pumps">Production of drilling pumps</a> </li> <li class="leaf"> <a href="/en/projects/domestic-assembling-centrifugal-pumps">Domestic Assembling of the Centrifugal Pumps</a> </li> </ul> </div> </section> <!-- /.block --> <section id="block-views-divisions-block-1" class="block block-views"> <h2><a href="/en/divisions" class="block-title-link">Divisions</a></h2> <div class="divisions"> <ul class="division-menu"> <li class="division-menu--link"> <a href="https://amcor.gmbh/en/divisions/oil-and-gas/oil-and-gas">Oil and Gas</a></li> <li class="division-menu--link"> <a href="https://amcor.gmbh/en/divisions/rig/rig">Rig</a></li> <li class="division-menu--link"> <a href="https://amcor.gmbh/en/divisions/energy/energy">Energy</a></li> <li class="division-menu--link"> <a href="https://amcor.gmbh/en/divisions/digital/digital">Digital</a></li> <li class="division-menu--link"> <a href="https://amcor.gmbh/en/divisions/service-and-upgrade/service-and-upgrade">Service and upgrade</a></li> </ul> </div> </section> <!-- /.block --> <section id="block-menu-menu-company" class="block block-menu"> <h2><a href="/en" class="block-title-link">Company</a></h2> <ul class="menu"><li class="first leaf"><a href="/en/about-us">About us</a></li> <li class="leaf"><a href="/en/contacts-amcor" title="">Contacts</a></li> <li class="leaf"><a href="https://amcor.gmbh/en/career" title="Career">Career</a></li> <li class="leaf"><a href="/en/investors">For investors</a></li> <li class="leaf"><a href="/en/privacy">Privacy</a></li> <li class="last leaf"><a href="/en/terms-and-conditions-sale">Terms and conditions for sale</a></li> </ul></section> <!-- /.block --> <div id="block-menu-menu-footer-mobile" class="block block-menu"> <ul class="menu"><li class="first leaf"><a href="https://amcor.gmbh/en" title="">Company</a></li> <li class="leaf"><a href="/en/projects" title="">Projects</a></li> <li class="leaf"><a href="/en/divisions" title="">Divisions</a></li> <li class="leaf"><a href="/en/about-us" title="">About us</a></li> <li class="leaf"><a href="/en/contacts-amcor1" title="">Contacts</a></li> <li class="last leaf"><a href="/en/investors" title="">For investors</a></li> </ul></div> <!-- /.block --> </div> </div> </footer> <div class="region region-footer-bottom"> <div id="block-block-12" class="block block-block"> <span>© <a href="https://amcor.gmbh/en/terms-use">2024 AMCOR GmbH</a></span></div> <!-- /.block --> </div> <div id="modals" class="modals"></div> </div> <div class="ym-counter"><!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(51075404, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/51075404" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-28EX0JY503"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-28EX0JY503'); </script></div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "I agree to amcor.gmbh to process all of my personal data specified in the application by any means, including third parties, including reproduction, electronic copying, depersonalization, blocking, destruction, as well as the above processing of my other personal data obtained as a result of their processing, with the aim of: possible conclusion and / or execution between me and amcor.gmbh of an agreement (s) for the supply of components and / or equipment and / or the provision of the Services.\namcor.gmbh has no right to disclose the information provided to third parties and distribute the information received without my consent. I confirm that I agree to receive amcor.gmbh information about me freely, by my own will and in my interest.\nThis consent to the use of the information provided may be withdrawn at any time. The specified consent is given for a period of 15 years. In case of withdrawal of consent, amcor.gmbh undertakes to stop using the information, and the information must be destroyed.\nI hereby consent to receive information about the services of amcor.gmbh and its affiliates through telecommunication networks and mobile radio telephone communication networks to the telephone number and e-mail address indicated in the registration form at https://amcor.gmbh. This consent to my receipt of information may be withdrawn at any time.", "id": "<urn:uuid:3a1a8999-057e-4a95-b8e5-fc616e490820>", "dump": "CC-MAIN-2024-10", "url": "https://amcor.gmbh/en/consent-processing-personal-data-0", "date": "2024-02-25T08:11:51", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9470712542533875, "token_count": 285 } }
<urn:uuid:b0ffa134-cdf0-49d2-b396-775dd7443ae7>
<!doctype html > <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]--> <head> <title>Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs Report - American Conservatives</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://americanconservatives.com/xmlrpc.php" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <link rel="icon" type="image/png" href="https://amconservative.wpengine.com/wp-content/uploads/2020/10/AmericanConservatives_icon.png"> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs Report" /> <meta property="og:description" content="While President Joe Biden has insisted that jobs are up and unemployment rates are down, he’s revealed yet another disappointing job report on the economy." /> <meta property="og:url" content="https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/" /> <meta property="og:site_name" content="American Conservatives" /> <meta property="article:published_time" content="2021-10-09T10:00:31+00:00" /> <meta property="article:modified_time" content="2021-10-09T01:15:21+00:00" /> <meta property="og:image" content="https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="603" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Nate Kennedy" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs Report" /> <meta name="twitter:description" content="While President Joe Biden has insisted that jobs are up and unemployment rates are down, he’s revealed yet another disappointing job report on the economy." /> <meta name="twitter:image" content="https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Nate Kennedy" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="3 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/","url":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/","name":"Biden Refuses To Answer Questions & Walks Away From Plummeting September Jobs Report - American Conservatives","isPartOf":{"@id":"https://americanconservatives.com/#website"},"primaryImageOfPage":{"@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/#primaryimage"},"image":{"@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/#primaryimage"},"thumbnailUrl":"https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg","datePublished":"2021-10-09T10:00:31+00:00","dateModified":"2021-10-09T01:15:21+00:00","author":{"@id":"https://americanconservatives.com/#/schema/person/6c1bddaa9c4f3ac9c5fde06a7456b21a"},"breadcrumb":{"@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/#primaryimage","url":"https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg","contentUrl":"https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg","width":1200,"height":603},{"@type":"BreadcrumbList","@id":"https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://americanconservatives.com/"},{"@type":"ListItem","position":2,"name":"Biden Refuses To Answer Questions &#038; Walks Away From Plummeting September Jobs Report"}]},{"@type":"WebSite","@id":"https://americanconservatives.com/#website","url":"https://americanconservatives.com/","name":"American Conservatives","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://americanconservatives.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https://americanconservatives.com/#/schema/person/6c1bddaa9c4f3ac9c5fde06a7456b21a","name":"Nate Kennedy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://americanconservatives.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/8ccf65877039705d2cf389ea415e7250?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/8ccf65877039705d2cf389ea415e7250?s=96&d=mm&r=g","caption":"Nate Kennedy"},"url":"https://americanconservatives.com/author/nate/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel="amphtml" href="https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/amp/" /><meta name="generator" content="AMP for WP 1.0.93.2"/><link rel='dns-prefetch' href='//a.omappapi.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="American Conservatives &raquo; Feed" href="https://americanconservatives.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Conservatives &raquo; Comments Feed" href="https://americanconservatives.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Conservatives &raquo; Biden Refuses To Answer Questions &#038; Walks Away From Plummeting September Jobs Report Comments Feed" href="https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/americanconservatives.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='optinmonster-memberpress-css' href='https://americanconservatives.com/wp-content/plugins/optinmonster/assets/dist/css/memberpress.min.css?ver=2.16.0' type='text/css' media='all' /> <link rel='stylesheet' id='formidable-css' href='https://americanconservatives.com/wp-content/plugins/formidable/css/formidableforms.css?ver=2231426' type='text/css' media='all' /> <link rel='stylesheet' id='mp-theme-css' href='https://americanconservatives.com/wp-content/plugins/memberpress/css/ui/theme.css?ver=1.11.26' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://americanconservatives.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 11px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 32px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 50px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wp-ew-css' href='https://americanconservatives.com/wp-content/plugins/earnware-connect/public/css/wp-ew-public.css?ver=1.0.72' type='text/css' media='all' /> <link rel='stylesheet' id='td-plugin-newsletter-css' href='https://americanconservatives.com/wp-content/plugins/td-newsletter/style.css?ver=12.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='td-plugin-multi-purpose-css' href='https://americanconservatives.com/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=2542f6ebea260f8fc5fdc19a93688182' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-style-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C500%2C700%7COpen+Sans%3A400%2C600%2C700%2C500%7CRoboto%3A400%2C500%2C700%7CMontserrat%3A700%2C400%2C500&#038;display=swap&#038;ver=12.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='tds-front-css' href='https://americanconservatives.com/wp-content/plugins/td-subscription/assets/css/tds-front.css?ver=1.5.2' type='text/css' media='all' /> <link rel='stylesheet' id='td-theme-css' href='https://americanconservatives.com/wp-content/themes/Newspaper/style.css?ver=12.6.1' type='text/css' media='all' /> <style id='td-theme-inline-css' type='text/css'>@media (max-width:767px){.td-header-desktop-wrap{display:none}}@media (min-width:767px){.td-header-mobile-wrap{display:none}}</style> <link rel='stylesheet' id='td-legacy-framework-front-style-css' href='https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=2542f6ebea260f8fc5fdc19a93688182' type='text/css' media='all' /> <link rel='stylesheet' id='td-standard-pack-framework-front-style-css' href='https://americanconservatives.com/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=c9508b77873a9bade42bf83161789cd5' type='text/css' media='all' /> <link rel='stylesheet' id='tdb_style_cloud_templates_front-css' href='https://americanconservatives.com/wp-content/plugins/td-cloud-library/assets/css/tdb_main.css?ver=58af2c94cc275a541409dcdc9b94a2b0' type='text/css' media='all' /> <script type="text/javascript" id="earnware-lib-js-extra"> /* <![CDATA[ */ var save_origin = 0; var tracking_per_session = 0; /* ]]> */ </script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/earnware-connect/public/js/earnware-lib.js?ver=1.0.72" id="earnware-lib-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="earnware-tracking-js-extra"> /* <![CDATA[ */ var earnware_tracking = {"track_utm_campaign":"0","track_utm_content":"0","track_utm_medium":"0","track_utm_placement":"0","track_utm_term":"0","track_utm_source":"0","track_utm_custom":""}; var earnware_json_tracking = []; /* ]]> */ </script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/earnware-connect/public/js/earnware-tracking.js?ver=1.0.72" id="earnware-tracking-js"></script> <script type="text/javascript" id="op3-dashboard-tracking-js-extra"> /* <![CDATA[ */ var OPDashboardStats = {"pid":"2075","pageview_record_id":null,"rest_url":"https:\/\/americanconservatives.com\/wp-json\/opd\/v1\/opd-tracking"}; /* ]]> */ </script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/op-dashboard/public/assets/js/tracking.js?ver=1.0.104" id="op3-dashboard-tracking-js"></script> <link rel="https://api.w.org/" href="https://americanconservatives.com/wp-json/" /><link rel="alternate" type="application/json" href="https://americanconservatives.com/wp-json/wp/v2/posts/2075" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://americanconservatives.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://americanconservatives.com/?p=2075' /> <link rel="alternate" type="application/json+oembed" href="https://americanconservatives.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericanconservatives.com%2F2021%2F10%2Fbiden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://americanconservatives.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericanconservatives.com%2F2021%2F10%2Fbiden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report%2F&#038;format=xml" /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-N5WTFT3VDR"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-N5WTFT3VDR'); </script><script type="text/javascript">document.documentElement.className += " js";</script> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <script> window.tdb_global_vars = {"wpRestUrl":"https:\/\/americanconservatives.com\/wp-json\/","permalinkStructure":"\/%year%\/%monthnum%\/%postname%\/"}; window.tdb_p_autoload_vars = {"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50,"postAutoloadStatus":"off","origPostEditUrl":null}; </script> <style id="tdb-global-colors">:root{--blck-custom-color-1:#052c54;--blck-custom-color-2:#f83aff;--blck-custom-color-3:#7c89a0;--blck-custom-color-4:#5325ea;--accent-color:#fff;--today-news-dark-bg:#000000;--today-news-accent:#CE0000;--today-news-white:#FFFFFF;--today-news-white-transparent:rgba(255,255,255,0.75);--today-news-white-transparent2:rgba(255,255,255,0.1);--today-news-dark-gray:#222222;--today-news-light-gray:#d8d8d8}</style> <style id="tdb-global-fonts"> :root {--today_news_default: Montserrat;} </style> <!-- LiveConnectTag for advertisers --> <script type="text/javascript" src="//b-code.liadm.com/b-00jx.min.js" async="true" charset="utf-8"></script> <!-- LiveConnectTag for advertisers --> <!-- JS generated by theme --> <script> var tdBlocksArray = []; //here we store all the items for the current page // td_block class - each ajax block uses a object of this class for requests function tdBlock() { this.id = ''; this.block_type = 1; //block type id (1-234 etc) this.atts = ''; this.td_column_number = ''; this.td_current_page = 1; // this.post_count = 0; //from wp this.found_posts = 0; //from wp this.max_num_pages = 0; //from wp this.td_filter_value = ''; //current live filter value this.is_ajax_running = false; this.td_user_action = ''; // load more or infinite loader (used by the animation) this.header_color = ''; this.ajax_pagination_infinite_stop = ''; //show load more at page x } // td_js_generator - mini detector ( function () { var htmlTag = document.getElementsByTagName("html")[0]; if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) { htmlTag.className += ' ie10'; } if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) { htmlTag.className += ' ie11'; } if ( navigator.userAgent.indexOf("Edge") > -1 ) { htmlTag.className += ' ieEdge'; } if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) { htmlTag.className += ' td-md-is-ios'; } var user_agent = navigator.userAgent.toLowerCase(); if ( user_agent.indexOf("android") > -1 ) { htmlTag.className += ' td-md-is-android'; } if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) { htmlTag.className += ' td-md-is-os-x'; } if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) { htmlTag.className += ' td-md-is-chrome'; } if ( -1 !== navigator.userAgent.indexOf('Firefox') ) { htmlTag.className += ' td-md-is-firefox'; } if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) { htmlTag.className += ' td-md-is-safari'; } if( -1 !== navigator.userAgent.indexOf('IEMobile') ){ htmlTag.className += ' td-md-is-iemobile'; } })(); var tdLocalCache = {}; ( function () { "use strict"; tdLocalCache = { data: {}, remove: function (resource_id) { delete tdLocalCache.data[resource_id]; }, exist: function (resource_id) { return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null; }, get: function (resource_id) { return tdLocalCache.data[resource_id]; }, set: function (resource_id, cachedData) { tdLocalCache.remove(resource_id); tdLocalCache.data[resource_id] = cachedData; } }; })(); var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}]; var td_animation_stack_effect="type0"; var tds_animation_stack=true; var td_animation_stack_specific_selectors=".entry-thumb, img, .td-lazy-img"; var td_animation_stack_general_selectors=".td-animation-stack img, .td-animation-stack .entry-thumb, .post img, .td-animation-stack .td-lazy-img"; var tds_show_more_info="Show more info"; var tds_show_less_info="Show less info"; var tdc_is_installed="yes"; var td_ajax_url="https:\/\/americanconservatives.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=12.6.1"; var td_get_template_directory_uri="https:\/\/americanconservatives.com\/wp-content\/plugins\/td-composer\/legacy\/common"; var tds_snap_menu=""; var tds_logo_on_sticky=""; var tds_header_style="10"; var td_please_wait="Please wait..."; var td_email_user_pass_incorrect="User or password incorrect!"; var td_email_user_incorrect="Email or username incorrect!"; var td_email_incorrect="Email incorrect!"; var td_user_incorrect="Username incorrect!"; var td_email_user_empty="Email or username empty!"; var td_pass_empty="Pass empty!"; var td_pass_pattern_incorrect="Invalid Pass Pattern!"; var td_retype_pass_incorrect="Retyped Pass incorrect!"; var tds_more_articles_on_post_enable=""; var tds_more_articles_on_post_time_to_wait=""; var tds_more_articles_on_post_pages_distance_from_top=0; var tds_theme_color_site_wide="#ff2800"; var tds_smart_sidebar=""; var tdThemeName="Newspaper"; var tdThemeNameWl="Newspaper"; var td_magnific_popup_translation_tPrev="Previous (Left arrow key)"; var td_magnific_popup_translation_tNext="Next (Right arrow key)"; var td_magnific_popup_translation_tCounter="%curr% of %total%"; var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded."; var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded."; var tdBlockNonce="72fdd0164a"; var tdMobileMenu="enabled"; var tdMobileSearch="enabled"; var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}; var td_reset_pass_empty="Please enter a new password before proceeding."; var td_reset_pass_confirm_empty="Please confirm the new password before proceeding."; var td_reset_pass_not_matching="Please make sure that the passwords match."; var tdb_modal_confirm="Save"; var tdb_modal_cancel="Cancel"; var tdb_modal_confirm_alt="Yes"; var tdb_modal_cancel_alt="No"; var td_ad_background_click_link=""; var td_ad_background_click_target=""; </script> <!-- Header style compiled by theme --> <style>.td-mobile-content .td-mobile-main-menu>li>a{font-weight:bold;text-transform:uppercase}.td-mobile-content .sub-menu a{font-weight:bold;text-transform:uppercase}#td-mobile-nav,#td-mobile-nav .wpb_button,.td-search-wrap-mob{font-family:Montserrat}:root{--td_theme_color:#ff2800;--td_slider_text:rgba(255,40,0,0.7);--td_mobile_gradient_one_mob:#000000;--td_mobile_gradient_two_mob:#000000;--td_mobile_text_active_color:#ce0000;--td_mobile_button_background_mob:#ce0000;--td_mobile_button_color_mob:#ffffff}.td-header-style-12 .td-header-menu-wrap-full,.td-header-style-12 .td-affix,.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,.td_category_template_3 .td-current-sub-category,.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,.td_category_template_4 .td-category-siblings .td-category a:hover,.td_block_big_grid_9.td-grid-style-1 .td-post-category,.td_block_big_grid_9.td-grid-style-5 .td-post-category,.td-grid-style-6.td-hover-1 .td-module-thumb:after,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>li>a:hover,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.sfHover>a{background-color:#ff2800}.td_mega_menu_sub_cats .cur-sub-cat,.td-mega-span h3 a:hover,.td_mod_mega_menu:hover .entry-title a,.header-search-wrap .result-msg a:hover,.td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,.td-header-top-menu .td-icon-search:hover,.td-header-wrap .result-msg a:hover,.top-header-menu li a:hover,.top-header-menu .current-menu-item>a,.top-header-menu .current-menu-ancestor>a,.top-header-menu .current-category-ancestor>a,.td-social-icon-wrap>a:hover,.td-header-sp-top-widget .td-social-icon-wrap a:hover,.td_mod_related_posts:hover h3>a,.td-post-template-11 .td-related-title .td-related-left:hover,.td-post-template-11 .td-related-title .td-related-right:hover,.td-post-template-11 .td-related-title .td-cur-simple-item,.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,.td-category-header .td-pulldown-category-filter-link:hover,.td-category-siblings .td-subcat-dropdown a:hover,.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,.footer-text-wrap .footer-email-wrap a,.footer-social-wrap a:hover,.td_module_17 .td-read-more a:hover,.td_module_18 .td-read-more a:hover,.td_module_19 .td-post-author-name a:hover,.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover{color:#ff2800}.td-mega-menu-page .wpb_content_element ul li a:hover,.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,.td-theme-wrap .header-search-wrap .result-msg a:hover{color:#ff2800!important}.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,.td_category_template_4 .td-category-siblings .td-category a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a{border-color:#ff2800}.td-header-wrap .td-header-top-menu-full,.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-1.td-header-wrap .td-header-top-menu-full,.tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-2.td-header-wrap .td-header-top-menu-full,.tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-3.td-header-wrap .td-header-top-menu-full,.tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu{background-color:#2d2d2d}.td-header-style-8 .td-header-top-menu-full{background-color:transparent}.td-header-style-8 .td-header-top-menu-full .td-header-top-menu{background-color:#2d2d2d;padding-left:15px;padding-right:15px}.td-header-wrap .td-header-top-menu-full .td-header-top-menu,.td-header-wrap .td-header-top-menu-full{border-bottom:none}.td-header-top-menu,.td-header-top-menu a,.td-header-wrap .td-header-top-menu-full .td-header-top-menu,.td-header-wrap .td-header-top-menu-full a,.td-header-style-8 .td-header-top-menu,.td-header-style-8 .td-header-top-menu a,.td-header-top-menu .td-drop-down-search .entry-title a{color:#ffffff}.top-header-menu .current-menu-item>a,.top-header-menu .current-menu-ancestor>a,.top-header-menu .current-category-ancestor>a,.top-header-menu li a:hover,.td-header-sp-top-widget .td-icon-search:hover{color:#009af5}.td-header-wrap .td-header-sp-top-widget .td-icon-font,.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font{color:#ffffff}.td-header-wrap .td-header-sp-top-widget i.td-icon-font:hover{color:#009af5}.td-header-wrap .td-header-menu-wrap-full,.td-header-menu-wrap.td-affix,.td-header-style-3 .td-header-main-menu,.td-header-style-3 .td-affix .td-header-main-menu,.td-header-style-4 .td-header-main-menu,.td-header-style-4 .td-affix .td-header-main-menu,.td-header-style-8 .td-header-menu-wrap.td-affix,.td-header-style-8 .td-header-top-menu-full{background-color:#2d2d2d}.td-boxed-layout .td-header-style-3 .td-header-menu-wrap,.td-boxed-layout .td-header-style-4 .td-header-menu-wrap,.td-header-style-3 .td_stretch_content .td-header-menu-wrap,.td-header-style-4 .td_stretch_content .td-header-menu-wrap{background-color:#2d2d2d!important}@media (min-width:1019px){.td-header-style-1 .td-header-sp-recs,.td-header-style-1 .td-header-sp-logo{margin-bottom:28px}}@media (min-width:768px) and (max-width:1018px){.td-header-style-1 .td-header-sp-recs,.td-header-style-1 .td-header-sp-logo{margin-bottom:14px}}.td-header-style-7 .td-header-top-menu{border-bottom:none}.sf-menu>.current-menu-item>a:after,.sf-menu>.current-menu-ancestor>a:after,.sf-menu>.current-category-ancestor>a:after,.sf-menu>li:hover>a:after,.sf-menu>.sfHover>a:after,.td_block_mega_menu .td-next-prev-wrap a:hover,.td-mega-span .td-post-category:hover,.td-header-wrap .black-menu .sf-menu>li>a:hover,.td-header-wrap .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .black-menu .sf-menu>.sfHover>a,.td-header-wrap .black-menu .sf-menu>.current-menu-item>a,.td-header-wrap .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .black-menu .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>li>a:hover,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.sfHover>a{background-color:#009af5}.td_block_mega_menu .td-next-prev-wrap a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a{border-color:#009af5}.header-search-wrap .td-drop-down-search:before{border-color:transparent transparent #009af5 transparent}.td_mega_menu_sub_cats .cur-sub-cat,.td_mod_mega_menu:hover .entry-title a,.td-theme-wrap .sf-menu ul .td-menu-item>a:hover,.td-theme-wrap .sf-menu ul .sfHover>a,.td-theme-wrap .sf-menu ul .current-menu-ancestor>a,.td-theme-wrap .sf-menu ul .current-category-ancestor>a,.td-theme-wrap .sf-menu ul .current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a{color:#009af5}.td-header-wrap .td-header-menu-wrap .sf-menu>li>a,.td-header-wrap .td-header-menu-social .td-social-icon-wrap a,.td-header-style-4 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-5 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-6 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-12 .td-header-menu-social .td-social-icon-wrap i,.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search{color:#ffffff}.td-header-wrap .td-header-menu-social+.td-search-wrapper #td-header-search-button:before{background-color:#ffffff}.td-header-menu-wrap.td-affix,.td-header-style-3 .td-affix .td-header-main-menu,.td-header-style-4 .td-affix .td-header-main-menu,.td-header-style-8 .td-header-menu-wrap.td-affix{background-color:#2d2d2d}.td-affix .sf-menu>.current-menu-item>a:after,.td-affix .sf-menu>.current-menu-ancestor>a:after,.td-affix .sf-menu>.current-category-ancestor>a:after,.td-affix .sf-menu>li:hover>a:after,.td-affix .sf-menu>.sfHover>a:after,.td-header-wrap .td-affix .black-menu .sf-menu>li>a:hover,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .td-affix .black-menu .sf-menu>.sfHover>a,.td-affix .header-search-wrap .td-drop-down-search:after,.td-affix .header-search-wrap .td-drop-down-search .btn:hover,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-item>a,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .td-affix .black-menu .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>li>a:hover,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.sfHover>a{background-color:#009af5}.td-affix .header-search-wrap .td-drop-down-search:before{border-color:transparent transparent #009af5 transparent}.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.sfHover>a{border-color:#009af5}.td-theme-wrap .td-affix .sf-menu ul .td-menu-item>a:hover,.td-theme-wrap .td-affix .sf-menu ul .sfHover>a,.td-theme-wrap .td-affix .sf-menu ul .current-menu-ancestor>a,.td-theme-wrap .td-affix .sf-menu ul .current-category-ancestor>a,.td-theme-wrap .td-affix .sf-menu ul .current-menu-item>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>li>a:hover,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.sfHover>a{color:#009af5}.td-header-wrap .td-header-menu-wrap.td-affix .sf-menu>li>a,.td-header-wrap .td-affix .td-header-menu-social .td-social-icon-wrap a,.td-header-style-4 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-5 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-6 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-12 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-wrap .td-affix .header-search-wrap .td-icon-search{color:#ffffff}.td-header-wrap .td-affix .td-header-menu-social+.td-search-wrapper #td-header-search-button:before{background-color:#ffffff}.td-header-wrap .td-header-menu-social .td-social-icon-wrap a{color:#ffffff}.td-header-wrap .td-header-menu-social .td-social-icon-wrap:hover i{color:#009af5}.td-banner-wrap-full,.td-header-style-11 .td-logo-wrap-full{background-color:#ffffff}.td-header-style-11 .td-logo-wrap-full{border-bottom:0}@media (min-width:1019px){.td-header-style-2 .td-header-sp-recs,.td-header-style-5 .td-a-rec-id-header>div,.td-header-style-5 .td-g-rec-id-header>.adsbygoogle,.td-header-style-6 .td-a-rec-id-header>div,.td-header-style-6 .td-g-rec-id-header>.adsbygoogle,.td-header-style-7 .td-a-rec-id-header>div,.td-header-style-7 .td-g-rec-id-header>.adsbygoogle,.td-header-style-8 .td-a-rec-id-header>div,.td-header-style-8 .td-g-rec-id-header>.adsbygoogle,.td-header-style-12 .td-a-rec-id-header>div,.td-header-style-12 .td-g-rec-id-header>.adsbygoogle{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.td-header-style-2 .td-header-sp-recs,.td-header-style-5 .td-a-rec-id-header>div,.td-header-style-5 .td-g-rec-id-header>.adsbygoogle,.td-header-style-6 .td-a-rec-id-header>div,.td-header-style-6 .td-g-rec-id-header>.adsbygoogle,.td-header-style-7 .td-a-rec-id-header>div,.td-header-style-7 .td-g-rec-id-header>.adsbygoogle,.td-header-style-8 .td-a-rec-id-header>div,.td-header-style-8 .td-g-rec-id-header>.adsbygoogle,.td-header-style-12 .td-a-rec-id-header>div,.td-header-style-12 .td-g-rec-id-header>.adsbygoogle{margin-bottom:14px!important}}.td-header-wrap .td-logo-text-container .td-logo-text{color:#212121}.td-footer-wrapper,.td-footer-wrapper .td_block_template_7 .td-block-title>*,.td-footer-wrapper .td_block_template_17 .td-block-title,.td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter{background-color:#eaf0f3}.td-footer-wrapper,.td-footer-wrapper a,.td-footer-wrapper .block-title a,.td-footer-wrapper .block-title span,.td-footer-wrapper .block-title label,.td-footer-wrapper .td-excerpt,.td-footer-wrapper .td-post-author-name span,.td-footer-wrapper .td-post-date,.td-footer-wrapper .td-social-style3 .td_social_type a,.td-footer-wrapper .td-social-style3,.td-footer-wrapper .td-social-style4 .td_social_type a,.td-footer-wrapper .td-social-style4,.td-footer-wrapper .td-social-style9,.td-footer-wrapper .td-social-style10,.td-footer-wrapper .td-social-style2 .td_social_type a,.td-footer-wrapper .td-social-style8 .td_social_type a,.td-footer-wrapper .td-social-style2 .td_social_type,.td-footer-wrapper .td-social-style8 .td_social_type,.td-footer-template-13 .td-social-name,.td-footer-wrapper .td_block_template_7 .td-block-title>*{color:#041f3d}.td-footer-wrapper .widget_calendar th,.td-footer-wrapper .widget_calendar td,.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box,.td-social-style-2 .td-icon-font:after{border-color:#041f3d}.td-footer-wrapper .td-module-comments a,.td-footer-wrapper .td-post-category,.td-footer-wrapper .td-slide-meta .td-post-author-name span,.td-footer-wrapper .td-slide-meta .td-post-date{color:#fff}.td-footer-bottom-full .td-container::before{background-color:rgba(4,31,61,0.1)}.td-sub-footer-container{background-color:#eaf0f3}.td-sub-footer-container,.td-subfooter-menu li a{color:#041f3d}.td-subfooter-menu li a:hover{color:#dd3333}.td-footer-wrapper .block-title>span,.td-footer-wrapper .block-title>a,.td-footer-wrapper .widgettitle,.td-theme-wrap .td-footer-wrapper .td-container .td-block-title>*,.td-theme-wrap .td-footer-wrapper .td_block_template_6 .td-block-title:before{color:#041f3d}.td-mobile-content .td-mobile-main-menu>li>a{font-weight:bold;text-transform:uppercase}.td-mobile-content .sub-menu a{font-weight:bold;text-transform:uppercase}#td-mobile-nav,#td-mobile-nav .wpb_button,.td-search-wrap-mob{font-family:Montserrat}:root{--td_theme_color:#ff2800;--td_slider_text:rgba(255,40,0,0.7);--td_mobile_gradient_one_mob:#000000;--td_mobile_gradient_two_mob:#000000;--td_mobile_text_active_color:#ce0000;--td_mobile_button_background_mob:#ce0000;--td_mobile_button_color_mob:#ffffff}.td-header-style-12 .td-header-menu-wrap-full,.td-header-style-12 .td-affix,.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,.td_category_template_3 .td-current-sub-category,.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,.td_category_template_4 .td-category-siblings .td-category a:hover,.td_block_big_grid_9.td-grid-style-1 .td-post-category,.td_block_big_grid_9.td-grid-style-5 .td-post-category,.td-grid-style-6.td-hover-1 .td-module-thumb:after,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>li>a:hover,.tdm-menu-active-style5 .td-header-menu-wrap .sf-menu>.sfHover>a{background-color:#ff2800}.td_mega_menu_sub_cats .cur-sub-cat,.td-mega-span h3 a:hover,.td_mod_mega_menu:hover .entry-title a,.header-search-wrap .result-msg a:hover,.td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,.td-header-top-menu .td-icon-search:hover,.td-header-wrap .result-msg a:hover,.top-header-menu li a:hover,.top-header-menu .current-menu-item>a,.top-header-menu .current-menu-ancestor>a,.top-header-menu .current-category-ancestor>a,.td-social-icon-wrap>a:hover,.td-header-sp-top-widget .td-social-icon-wrap a:hover,.td_mod_related_posts:hover h3>a,.td-post-template-11 .td-related-title .td-related-left:hover,.td-post-template-11 .td-related-title .td-related-right:hover,.td-post-template-11 .td-related-title .td-cur-simple-item,.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,.td-category-header .td-pulldown-category-filter-link:hover,.td-category-siblings .td-subcat-dropdown a:hover,.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,.footer-text-wrap .footer-email-wrap a,.footer-social-wrap a:hover,.td_module_17 .td-read-more a:hover,.td_module_18 .td-read-more a:hover,.td_module_19 .td-post-author-name a:hover,.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover{color:#ff2800}.td-mega-menu-page .wpb_content_element ul li a:hover,.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,.td-theme-wrap .header-search-wrap .result-msg a:hover{color:#ff2800!important}.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,.td_category_template_4 .td-category-siblings .td-category a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a{border-color:#ff2800}.td-header-wrap .td-header-top-menu-full,.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-1.td-header-wrap .td-header-top-menu-full,.tdm-header-style-1.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-2.td-header-wrap .td-header-top-menu-full,.tdm-header-style-2.td-header-wrap .top-header-menu .sub-menu,.tdm-header-style-3.td-header-wrap .td-header-top-menu-full,.tdm-header-style-3.td-header-wrap .top-header-menu .sub-menu{background-color:#2d2d2d}.td-header-style-8 .td-header-top-menu-full{background-color:transparent}.td-header-style-8 .td-header-top-menu-full .td-header-top-menu{background-color:#2d2d2d;padding-left:15px;padding-right:15px}.td-header-wrap .td-header-top-menu-full .td-header-top-menu,.td-header-wrap .td-header-top-menu-full{border-bottom:none}.td-header-top-menu,.td-header-top-menu a,.td-header-wrap .td-header-top-menu-full .td-header-top-menu,.td-header-wrap .td-header-top-menu-full a,.td-header-style-8 .td-header-top-menu,.td-header-style-8 .td-header-top-menu a,.td-header-top-menu .td-drop-down-search .entry-title a{color:#ffffff}.top-header-menu .current-menu-item>a,.top-header-menu .current-menu-ancestor>a,.top-header-menu .current-category-ancestor>a,.top-header-menu li a:hover,.td-header-sp-top-widget .td-icon-search:hover{color:#009af5}.td-header-wrap .td-header-sp-top-widget .td-icon-font,.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font{color:#ffffff}.td-header-wrap .td-header-sp-top-widget i.td-icon-font:hover{color:#009af5}.td-header-wrap .td-header-menu-wrap-full,.td-header-menu-wrap.td-affix,.td-header-style-3 .td-header-main-menu,.td-header-style-3 .td-affix .td-header-main-menu,.td-header-style-4 .td-header-main-menu,.td-header-style-4 .td-affix .td-header-main-menu,.td-header-style-8 .td-header-menu-wrap.td-affix,.td-header-style-8 .td-header-top-menu-full{background-color:#2d2d2d}.td-boxed-layout .td-header-style-3 .td-header-menu-wrap,.td-boxed-layout .td-header-style-4 .td-header-menu-wrap,.td-header-style-3 .td_stretch_content .td-header-menu-wrap,.td-header-style-4 .td_stretch_content .td-header-menu-wrap{background-color:#2d2d2d!important}@media (min-width:1019px){.td-header-style-1 .td-header-sp-recs,.td-header-style-1 .td-header-sp-logo{margin-bottom:28px}}@media (min-width:768px) and (max-width:1018px){.td-header-style-1 .td-header-sp-recs,.td-header-style-1 .td-header-sp-logo{margin-bottom:14px}}.td-header-style-7 .td-header-top-menu{border-bottom:none}.sf-menu>.current-menu-item>a:after,.sf-menu>.current-menu-ancestor>a:after,.sf-menu>.current-category-ancestor>a:after,.sf-menu>li:hover>a:after,.sf-menu>.sfHover>a:after,.td_block_mega_menu .td-next-prev-wrap a:hover,.td-mega-span .td-post-category:hover,.td-header-wrap .black-menu .sf-menu>li>a:hover,.td-header-wrap .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .black-menu .sf-menu>.sfHover>a,.td-header-wrap .black-menu .sf-menu>.current-menu-item>a,.td-header-wrap .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .black-menu .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>li>a:hover,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu>.sfHover>a{background-color:#009af5}.td_block_mega_menu .td-next-prev-wrap a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .sf-menu>.sfHover>a{border-color:#009af5}.header-search-wrap .td-drop-down-search:before{border-color:transparent transparent #009af5 transparent}.td_mega_menu_sub_cats .cur-sub-cat,.td_mod_mega_menu:hover .entry-title a,.td-theme-wrap .sf-menu ul .td-menu-item>a:hover,.td-theme-wrap .sf-menu ul .sfHover>a,.td-theme-wrap .sf-menu ul .current-menu-ancestor>a,.td-theme-wrap .sf-menu ul .current-category-ancestor>a,.td-theme-wrap .sf-menu ul .current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>li>a:hover,.tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu>.sfHover>a{color:#009af5}.td-header-wrap .td-header-menu-wrap .sf-menu>li>a,.td-header-wrap .td-header-menu-social .td-social-icon-wrap a,.td-header-style-4 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-5 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-6 .td-header-menu-social .td-social-icon-wrap i,.td-header-style-12 .td-header-menu-social .td-social-icon-wrap i,.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search{color:#ffffff}.td-header-wrap .td-header-menu-social+.td-search-wrapper #td-header-search-button:before{background-color:#ffffff}.td-header-menu-wrap.td-affix,.td-header-style-3 .td-affix .td-header-main-menu,.td-header-style-4 .td-affix .td-header-main-menu,.td-header-style-8 .td-header-menu-wrap.td-affix{background-color:#2d2d2d}.td-affix .sf-menu>.current-menu-item>a:after,.td-affix .sf-menu>.current-menu-ancestor>a:after,.td-affix .sf-menu>.current-category-ancestor>a:after,.td-affix .sf-menu>li:hover>a:after,.td-affix .sf-menu>.sfHover>a:after,.td-header-wrap .td-affix .black-menu .sf-menu>li>a:hover,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .td-affix .black-menu .sf-menu>.sfHover>a,.td-affix .header-search-wrap .td-drop-down-search:after,.td-affix .header-search-wrap .td-drop-down-search .btn:hover,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-item>a,.td-header-wrap .td-affix .black-menu .sf-menu>.current-menu-ancestor>a,.td-header-wrap .td-affix .black-menu .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>li>a:hover,.tdm-menu-active-style5 .tdm-header .td-header-menu-wrap.td-affix .sf-menu>.sfHover>a{background-color:#009af5}.td-affix .header-search-wrap .td-drop-down-search:before{border-color:transparent transparent #009af5 transparent}.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>li>a:hover,.tdm-menu-active-style4 .tdm-header .td-affix .sf-menu>.sfHover>a{border-color:#009af5}.td-theme-wrap .td-affix .sf-menu ul .td-menu-item>a:hover,.td-theme-wrap .td-affix .sf-menu ul .sfHover>a,.td-theme-wrap .td-affix .sf-menu ul .current-menu-ancestor>a,.td-theme-wrap .td-affix .sf-menu ul .current-category-ancestor>a,.td-theme-wrap .td-affix .sf-menu ul .current-menu-item>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-menu-item>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-menu-ancestor>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.current-category-ancestor>a,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>li>a:hover,.tdm-menu-active-style3 .tdm-header .td-affix .sf-menu>.sfHover>a{color:#009af5}.td-header-wrap .td-header-menu-wrap.td-affix .sf-menu>li>a,.td-header-wrap .td-affix .td-header-menu-social .td-social-icon-wrap a,.td-header-style-4 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-5 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-6 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-style-12 .td-affix .td-header-menu-social .td-social-icon-wrap i,.td-header-wrap .td-affix .header-search-wrap .td-icon-search{color:#ffffff}.td-header-wrap .td-affix .td-header-menu-social+.td-search-wrapper #td-header-search-button:before{background-color:#ffffff}.td-header-wrap .td-header-menu-social .td-social-icon-wrap a{color:#ffffff}.td-header-wrap .td-header-menu-social .td-social-icon-wrap:hover i{color:#009af5}.td-banner-wrap-full,.td-header-style-11 .td-logo-wrap-full{background-color:#ffffff}.td-header-style-11 .td-logo-wrap-full{border-bottom:0}@media (min-width:1019px){.td-header-style-2 .td-header-sp-recs,.td-header-style-5 .td-a-rec-id-header>div,.td-header-style-5 .td-g-rec-id-header>.adsbygoogle,.td-header-style-6 .td-a-rec-id-header>div,.td-header-style-6 .td-g-rec-id-header>.adsbygoogle,.td-header-style-7 .td-a-rec-id-header>div,.td-header-style-7 .td-g-rec-id-header>.adsbygoogle,.td-header-style-8 .td-a-rec-id-header>div,.td-header-style-8 .td-g-rec-id-header>.adsbygoogle,.td-header-style-12 .td-a-rec-id-header>div,.td-header-style-12 .td-g-rec-id-header>.adsbygoogle{margin-bottom:24px!important}}@media (min-width:768px) and (max-width:1018px){.td-header-style-2 .td-header-sp-recs,.td-header-style-5 .td-a-rec-id-header>div,.td-header-style-5 .td-g-rec-id-header>.adsbygoogle,.td-header-style-6 .td-a-rec-id-header>div,.td-header-style-6 .td-g-rec-id-header>.adsbygoogle,.td-header-style-7 .td-a-rec-id-header>div,.td-header-style-7 .td-g-rec-id-header>.adsbygoogle,.td-header-style-8 .td-a-rec-id-header>div,.td-header-style-8 .td-g-rec-id-header>.adsbygoogle,.td-header-style-12 .td-a-rec-id-header>div,.td-header-style-12 .td-g-rec-id-header>.adsbygoogle{margin-bottom:14px!important}}.td-header-wrap .td-logo-text-container .td-logo-text{color:#212121}.td-footer-wrapper,.td-footer-wrapper .td_block_template_7 .td-block-title>*,.td-footer-wrapper .td_block_template_17 .td-block-title,.td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter{background-color:#eaf0f3}.td-footer-wrapper,.td-footer-wrapper a,.td-footer-wrapper .block-title a,.td-footer-wrapper .block-title span,.td-footer-wrapper .block-title label,.td-footer-wrapper .td-excerpt,.td-footer-wrapper .td-post-author-name span,.td-footer-wrapper .td-post-date,.td-footer-wrapper .td-social-style3 .td_social_type a,.td-footer-wrapper .td-social-style3,.td-footer-wrapper .td-social-style4 .td_social_type a,.td-footer-wrapper .td-social-style4,.td-footer-wrapper .td-social-style9,.td-footer-wrapper .td-social-style10,.td-footer-wrapper .td-social-style2 .td_social_type a,.td-footer-wrapper .td-social-style8 .td_social_type a,.td-footer-wrapper .td-social-style2 .td_social_type,.td-footer-wrapper .td-social-style8 .td_social_type,.td-footer-template-13 .td-social-name,.td-footer-wrapper .td_block_template_7 .td-block-title>*{color:#041f3d}.td-footer-wrapper .widget_calendar th,.td-footer-wrapper .widget_calendar td,.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box,.td-social-style-2 .td-icon-font:after{border-color:#041f3d}.td-footer-wrapper .td-module-comments a,.td-footer-wrapper .td-post-category,.td-footer-wrapper .td-slide-meta .td-post-author-name span,.td-footer-wrapper .td-slide-meta .td-post-date{color:#fff}.td-footer-bottom-full .td-container::before{background-color:rgba(4,31,61,0.1)}.td-sub-footer-container{background-color:#eaf0f3}.td-sub-footer-container,.td-subfooter-menu li a{color:#041f3d}.td-subfooter-menu li a:hover{color:#dd3333}.td-footer-wrapper .block-title>span,.td-footer-wrapper .block-title>a,.td-footer-wrapper .widgettitle,.td-theme-wrap .td-footer-wrapper .td-container .td-block-title>*,.td-theme-wrap .td-footer-wrapper .td_block_template_6 .td-block-title:before{color:#041f3d}</style> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script><link rel="icon" href="https://americanconservatives.com/wp-content/uploads/2020/10/cropped-AmericanConservatives_icon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://americanconservatives.com/wp-content/uploads/2020/10/cropped-AmericanConservatives_icon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://americanconservatives.com/wp-content/uploads/2020/10/cropped-AmericanConservatives_icon-180x180.png" /> <meta name="msapplication-TileImage" content="https://americanconservatives.com/wp-content/uploads/2020/10/cropped-AmericanConservatives_icon-270x270.png" /> <!-- Button style compiled by theme --> <style>.tdm-btn-style1{background-color:#ff2800}.tdm-btn-style2:before{border-color:#ff2800}.tdm-btn-style2{color:#ff2800}.tdm-btn-style3{-webkit-box-shadow:0 2px 16px #ff2800;-moz-box-shadow:0 2px 16px #ff2800;box-shadow:0 2px 16px #ff2800}.tdm-btn-style3:hover{-webkit-box-shadow:0 4px 26px #ff2800;-moz-box-shadow:0 4px 26px #ff2800;box-shadow:0 4px 26px #ff2800}</style> <style id="tdw-css-placeholder"></style><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-background-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; } </style></head> <body class="post-template-default single single-post postid-2075 single-format-standard td-standard-pack biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report global-block-template-1 tdb_template_3669 tdb-template tdc-header-template tdc-footer-template td-animation-stack-type0 td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="td-scroll-up td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div> <div class="td-menu-background" style="visibility:hidden"></div> <div id="td-mobile-nav" style="visibility:hidden"> <div class="td-mobile-container"> <!-- mobile menu top section --> <div class="td-menu-socials-wrap"> <!-- socials --> <div class="td-menu-socials"> <span class="td-social-icon-wrap"> <a target="_blank" href="#" title="Facebook"> <i class="td-icon-font td-icon-facebook"></i> <span style="display: none">Facebook</span> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" href="#" title="Instagram"> <i class="td-icon-font td-icon-instagram"></i> <span style="display: none">Instagram</span> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" href="#" title="TikTok"> <i class="td-icon-font td-icon-tiktok"></i> <span style="display: none">TikTok</span> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" href="#" title="Twitter"> <i class="td-icon-font td-icon-twitter"></i> <span style="display: none">Twitter</span> </a> </span> </div> <!-- close button --> <div class="td-mobile-close"> <span><i class="td-icon-close-mobile"></i></span> </div> </div> <!-- login section --> <div class="td-menu-login-section"> <div class="td-guest-wrap"> <div class="td-menu-login"><a id="login-link-mob">Sign in</a> <span></span><a id="register-link-mob">Join</a></div> </div> </div> <!-- menu section --> <div class="td-mobile-content"> <div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="td-mobile-main-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-first menu-item-2362"><a href="https://amconservative.wpengine.com/">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1551"><a href="https://americanconservatives.com/category/latest-news/">Latest News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2003"><a href="https://americanconservatives.com/about-us/">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1547"><a href="https://americanconservatives.com/contact/">Contact Us</a></li> </ul></div> </div> </div> <!-- register/login section --> <div id="login-form-mobile" class="td-register-section"> <div id="td-login-mob" class="td-login-animation td-login-hide-mob"> <!-- close button --> <div class="td-login-close"> <span class="td-back-button"><i class="td-icon-read-down"></i></span> <div class="td-login-title">Sign in</div> <!-- close button --> <div class="td-mobile-close"> <span><i class="td-icon-close-mobile"></i></span> </div> </div> <form class="td-login-form-wrap" action="#" method="post"> <div class="td-login-panel-title"><span>Welcome!</span>Log into your account</div> <div class="td_display_err"></div> <div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email-mob" value="" required><label for="login_email-mob">your username</label></div> <div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass-mob" value="" required><label for="login_pass-mob">your password</label></div> <input type="button" name="login_button" id="login_button-mob" class="td-login-button" value="LOG IN"> <div class="td-login-info-text"> <a href="#" id="forgot-pass-link-mob">Forgot your password?</a> </div> <div class="td-login-register-link"> <a id="signin-register-link-mob">Create an account</a> </div> </form> </div> <div id="td-register-mob" class="td-login-animation td-login-hide-mob"> <!-- close button --> <div class="td-register-close"> <span class="td-back-button"><i class="td-icon-read-down"></i></span> <div class="td-login-title">Sign up</div> <!-- close button --> <div class="td-mobile-close"> <span><i class="td-icon-close-mobile"></i></span> </div> </div> <div class="td-login-panel-title"><span>Welcome!</span>Register for an account</div> <form class="td-login-form-wrap" action="#" method="post"> <div class="td_display_err"></div> <div class="td-login-inputs"><input class="td-login-input" type="text" name="register_email" id="register_email-mob" value="" required><label for="register_email-mob">your email</label></div> <div class="td-login-inputs"><input class="td-login-input" type="text" name="register_user" id="register_user-mob" value="" required><label for="register_user-mob">your username</label></div> <input type="button" name="register_button" id="register_button-mob" class="td-login-button" value="REGISTER"> <div class="td-login-info-text">A password will be e-mailed to you.</div> </form> </div> <div id="td-forgot-pass-mob" class="td-login-animation td-login-hide-mob"> <!-- close button --> <div class="td-forgot-pass-close"> <a href="#" aria-label="Back" class="td-back-button"><i class="td-icon-read-down"></i></a> <div class="td-login-title">Password recovery</div> </div> <div class="td-login-form-wrap"> <div class="td-login-panel-title">Recover your password</div> <div class="td_display_err"></div> <div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email-mob" value="" required><label for="forgot_email-mob">your email</label></div> <input type="button" name="forgot_button" id="forgot_button-mob" class="td-login-button" value="Send My Pass"> </div> </div> </div> </div><div class="td-search-background" style="visibility:hidden"></div> <div class="td-search-wrap-mob" style="visibility:hidden"> <div class="td-drop-down-search"> <form method="get" class="td-search-form" action="https://americanconservatives.com/"> <!-- close button --> <div class="td-search-close"> <span><i class="td-icon-close-mobile"></i></span> </div> <div role="search" class="td-search-input"> <span>Search</span> <input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off" /> </div> </form> <div id="td-aj-search-mob" class="td-ajax-search-flex"></div> </div> </div> <div id="td-outer-wrap" class="td-theme-wrap"> <div class="td-header-template-wrap" style="position: relative"> <div class="td-header-mobile-wrap "> <div id="tdi_1" class="tdc-zone"><div class="tdc_zone tdi_2 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_2{min-height:0}.td-header-mobile-wrap{position:relative;width:100%}@media (max-width:767px){.tdi_2{position:relative}}</style> <div class="tdi_1_rand_style td-element-style" ><style>@media (max-width:767px){.tdi_1_rand_style{background-color:var(--today-news-dark-bg)!important}}</style></div><div id="tdi_3" class="tdc-row"><div class="vc_row tdi_4 wpb_row td-pb-row" > <style scoped>.tdi_4,.tdi_4 .tdc-columns{min-height:0}.tdi_4,.tdi_4 .tdc-columns{display:block}.tdi_4 .tdc-columns{width:100%}@media (max-width:767px){.tdi_4,.tdi_4 .tdc-columns{display:flex}.tdi_4 .tdc-columns{width:100%}.tdi_4,.tdi_4 .tdc-columns{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}@media (max-width:767px){.tdi_4{padding-top:6px!important;padding-bottom:6px!important}}</style><div class="vc_column tdi_6 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_6{vertical-align:baseline}.tdi_6>.wpb_wrapper,.tdi_6>.wpb_wrapper>.tdc-elements{display:block}.tdi_6>.wpb_wrapper>.tdc-elements{width:100%}.tdi_6>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_6>.wpb_wrapper{width:auto;height:auto}@media (max-width:767px){div.tdi_6{width:25%!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_mobile_menu tdi_7 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_7" > <style>@media (max-width:767px){.tdi_7{margin-top:-1px!important;margin-left:-12px!important}}</style> <style>.tdb-header-align{vertical-align:middle}.tdb_mobile_menu{margin-bottom:0;clear:none}.tdb_mobile_menu a{display:inline-block!important;position:relative;text-align:center;color:var(--td_theme_color,#4db2ec)}.tdb_mobile_menu a>span{display:flex;align-items:center;justify-content:center}.tdb_mobile_menu svg{height:auto}.tdb_mobile_menu svg,.tdb_mobile_menu svg *{fill:var(--td_theme_color,#4db2ec)}#tdc-live-iframe .tdb_mobile_menu a{pointer-events:none}.td-menu-mob-open-menu{overflow:hidden}.td-menu-mob-open-menu #td-outer-wrap{position:static}.tdi_7{display:inline-block}.tdi_7 .tdb-mobile-menu-button i{font-size:27px;width:54px;height:54px;line-height:54px}.tdi_7 .tdb-mobile-menu-button svg{width:27px}.tdi_7 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{width:54px;height:54px}.tdi_7 .tdb-mobile-menu-button{color:var(--today-news-white)}.tdi_7 .tdb-mobile-menu-button svg,.tdi_7 .tdb-mobile-menu-button svg *{fill:var(--today-news-white)}@media (max-width:767px){.tdi_7 .tdb-mobile-menu-button i{font-size:22px}.tdi_7 .tdb-mobile-menu-button svg{width:22px}.tdi_7 .tdb-mobile-menu-button i{width:44px;height:44px;line-height:44px}.tdi_7 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg{width:44px;height:44px}}</style><div class="tdb-block-inner td-fix-index"><span class="tdb-mobile-menu-button"><span class="tdb-mobile-menu-icon tdb-mobile-menu-icon-svg" ><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M945.172 561.724h-866.376c-22.364 0-40.55-18.196-40.55-40.591 0-22.385 18.186-40.581 40.55-40.581h866.365c22.385 0 40.561 18.196 40.561 40.581 0.010 22.395-18.176 40.591-40.55 40.591v0zM945.183 330.403h-866.386c-22.374 0-40.55-18.196-40.55-40.571 0-22.405 18.176-40.612 40.55-40.612h866.376c22.374 0 40.561 18.207 40.561 40.612 0.010 22.364-18.186 40.571-40.55 40.571v0zM945.172 793.066h-866.376c-22.374 0-40.55-18.196-40.55-40.602 0-22.385 18.176-40.581 40.55-40.581h866.365c22.385 0 40.581 18.196 40.581 40.581 0.010 22.395-18.196 40.602-40.571 40.602v0z"></path></svg></span></span></div></div> <!-- ./block --></div></div><div class="vc_column tdi_9 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_9{vertical-align:baseline}.tdi_9>.wpb_wrapper,.tdi_9>.wpb_wrapper>.tdc-elements{display:block}.tdi_9>.wpb_wrapper>.tdc-elements{width:100%}.tdi_9>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_9>.wpb_wrapper{width:auto;height:auto}@media (max-width:767px){.tdi_9{flex-grow:1}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_logo tdi_10 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_10" > <style>.tdb_header_logo{margin-bottom:0;clear:none}.tdb_header_logo .tdb-logo-a,.tdb_header_logo h1{display:flex;pointer-events:auto;align-items:flex-start}.tdb_header_logo h1{margin:0;line-height:0}.tdb_header_logo .tdb-logo-img-wrap img{display:block}.tdb_header_logo .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdb_header_logo .tdb-logo-svg-wrap svg{width:50px;display:block;transition:fill .3s ease}.tdb_header_logo .tdb-logo-text-wrap{display:flex}.tdb_header_logo .tdb-logo-text-title,.tdb_header_logo .tdb-logo-text-tagline{-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.tdb_header_logo .tdb-logo-text-title{background-size:cover;background-position:center center;font-size:75px;font-family:serif;line-height:1.1;color:#222;white-space:nowrap}.tdb_header_logo .tdb-logo-text-tagline{margin-top:2px;font-size:12px;font-family:serif;letter-spacing:1.8px;line-height:1;color:#767676}.tdb_header_logo .tdb-logo-icon{position:relative;font-size:46px;color:#000}.tdb_header_logo .tdb-logo-icon-svg{line-height:0}.tdb_header_logo .tdb-logo-icon-svg svg{width:46px;height:auto}.tdb_header_logo .tdb-logo-icon-svg svg,.tdb_header_logo .tdb-logo-icon-svg svg *{fill:#000}.tdi_10 .tdb-logo-a,.tdi_10 h1{flex-direction:row;align-items:center;justify-content:center}.tdi_10 .tdb-logo-svg-wrap{display:block}.tdi_10 .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdi_10 .tdb-logo-img-wrap{display:block}.tdi_10 .tdb-logo-text-tagline{margin-top:2px;margin-left:0;display:block}.tdi_10 .tdb-logo-text-title{display:block;color:var(--today-news-white)}.tdi_10 .tdb-logo-text-wrap{flex-direction:column;align-items:flex-start}.tdi_10 .tdb-logo-icon{top:0px;display:block}@media (max-width:767px){.tdb_header_logo .tdb-logo-text-title{font-size:36px}}@media (max-width:767px){.tdb_header_logo .tdb-logo-text-tagline{font-size:11px}}@media (max-width:767px){.tdi_10 .tdb-logo-text-title{font-family:Montserrat!important;font-size:28px!important;font-weight:700!important;letter-spacing:-2px!important;}}</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://americanconservatives.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img td-retina-data" data-retina="https://americanconservatives.com/wp-content/uploads/2022/06/americanconservatives544-300x84.png" src="https://americanconservatives.com/wp-content/uploads/2022/06/americanconservatives272.png" alt="AMERICAN CONSERVATIVES" title="" /></span><span class="tdb-logo-text-wrap"><span class="tdb-logo-text-title">TodayNews</span></span></a></div></div> <!-- ./block --></div></div><div class="vc_column tdi_12 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_12{vertical-align:baseline}.tdi_12>.wpb_wrapper,.tdi_12>.wpb_wrapper>.tdc-elements{display:block}.tdi_12>.wpb_wrapper>.tdc-elements{width:100%}.tdi_12>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_12>.wpb_wrapper{width:auto;height:auto}@media (max-width:767px){.tdi_12>.wpb_wrapper,.tdi_12>.wpb_wrapper>.tdc-elements{display:flex}.tdi_12>.wpb_wrapper>.tdc-elements{width:100%}.tdi_12>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_12>.wpb_wrapper,.tdi_12>.wpb_wrapper>.tdc-elements{flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start}.tdi_12>.wpb_wrapper{width:100%;height:100%}div.tdi_12{width:25%!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_mobile_search tdi_13 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_13" > <style>@media (max-width:767px){.tdi_13{margin-top:-1px!important;margin-right:-11px!important}}</style> <style>.tdb_mobile_search{margin-bottom:0;clear:none}.tdb_mobile_search a{display:inline-block!important;position:relative;text-align:center;color:var(--td_theme_color,#4db2ec)}.tdb_mobile_search a>span{display:flex;align-items:center;justify-content:center}.tdb_mobile_search svg{height:auto}.tdb_mobile_search svg,.tdb_mobile_search svg *{fill:var(--td_theme_color,#4db2ec)}#tdc-live-iframe .tdb_mobile_search a{pointer-events:none}.td-search-opened{overflow:hidden}.td-search-opened #td-outer-wrap{position:static}.td-search-opened .td-search-wrap-mob{position:fixed;height:calc(100% + 1px)}.td-search-opened .td-drop-down-search{height:calc(~100% + 1px);overflow-y:scroll;overflow-x:hidden}.tdi_13{display:inline-block}.tdi_13 .tdb-header-search-button-mob i{font-size:22px;width:55px;height:55px;line-height:55px}.tdi_13 .tdb-header-search-button-mob svg{width:22px}.tdi_13 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{width:55px;height:55px;display:flex;justify-content:center}.tdi_13 .tdb-header-search-button-mob{color:var(--today-news-white)}.tdi_13 .tdb-header-search-button-mob svg,.tdi_13 .tdb-header-search-button-mob svg *{fill:var(--today-news-white)}.td-search-wrap-mob .td-module-exclusive .td-module-title a:before{display:inline-block}@media (min-width:1019px) and (max-width:1140px){}@media (min-width:768px) and (max-width:1018px){}@media (max-width:767px){.tdi_13 .tdb-header-search-button-mob i{font-size:20px}.tdi_13 .tdb-header-search-button-mob svg{width:20px}.tdi_13 .tdb-header-search-button-mob i{width:40px;height:40px;line-height:40px}.tdi_13 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg{width:40px;height:40px;display:flex;justify-content:center}}</style><div class="tdb-block-inner td-fix-index"><span class="tdb-header-search-button-mob dropdown-toggle" data-toggle="dropdown"><span class="tdb-mobile-search-icon tdb-mobile-search-icon-svg" ><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></span></div></div> <!-- ./block --></div></div></div></div></div></div> </div> <div class="td-header-desktop-wrap "> <div id="tdi_14" class="tdc-zone"><div class="tdc_zone tdi_15 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_15{min-height:0}.td-header-desktop-wrap{position:relative}.tdi_15{position:relative}</style> <div class="tdi_14_rand_style td-element-style" ><style>.tdi_14_rand_style{background-color:#ff2800!important}</style></div><div id="tdi_16" class="tdc-row"><div class="vc_row tdi_17 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_17,.tdi_17 .tdc-columns{min-height:0}.tdi_17,.tdi_17 .tdc-columns{display:block}.tdi_17 .tdc-columns{width:100%}.tdi_17{position:relative}.tdi_17 .td_block_wrap{text-align:left}</style> <div class="tdi_16_rand_style td-element-style" ><style>.tdi_16_rand_style{background-color:#ff2800!important}</style></div><div class="vc_column tdi_19 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_19{vertical-align:baseline}.tdi_19>.wpb_wrapper,.tdi_19>.wpb_wrapper>.tdc-elements{display:block}.tdi_19>.wpb_wrapper>.tdc-elements{width:100%}.tdi_19>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_19>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="td_block_wrap td_block_raw_css tdi_20 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_20" ><div id=tdi_20 class="td_block_inner td-fix-index"><style>.td-today-news-slanted-title > .td-element-style { transform: skew(-10deg); } </style></div></div></div></div></div></div><div id="tdi_21" class="tdc-row"><div class="vc_row tdi_22 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_22,.tdi_22 .tdc-columns{min-height:0}.tdi_22,.tdi_22 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.tdi_22 .tdc-columns{width:100%}@media (min-width:768px){.tdi_22{margin-left:-15px;margin-right:-15px}.tdi_22 .tdc-row-video-background-error,.tdi_22 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_22{margin-left:-10px;margin-right:-10px}.tdi_22 .tdc-row-video-background-error,.tdi_22 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_22{margin-left:-10px;margin-right:-10px}.tdi_22 .tdc-row-video-background-error,.tdi_22 .vc_column{padding-left:10px;padding-right:10px}}}.tdi_22{margin-right:0px!important;margin-left:0px!important;padding-top:4px!important;padding-bottom:4px!important;border-color:var(--today-news-white-transparent2)!important;border-style:solid!important;border-width:0px 0px 1px 0px!important;position:relative}.tdi_22 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_22{padding-top:3px!important;padding-bottom:3px!important}}</style> <div class="tdi_21_rand_style td-element-style" ><style>.tdi_21_rand_style{background-color:#ff2800!important}</style></div><div class="vc_column tdi_24 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_24{vertical-align:baseline}.tdi_24>.wpb_wrapper,.tdi_24>.wpb_wrapper>.tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.tdi_24>.wpb_wrapper>.tdc-elements{width:100%}.tdi_24>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_24>.wpb_wrapper{width:100%;height:100%}.tdi_24{flex-grow:1}.tdi_24{padding-left:0px!important}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_socials tdi_25 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_25" > <style>.tdi_25{margin-left:-8px!important}@media (min-width:768px) and (max-width:1018px){.tdi_25{margin-left:-2px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_25{margin-left:-4px!important}}</style> <style>.tdm_block.tdm_block_socials{margin-bottom:0}.tdm-social-wrapper{*zoom:1}.tdm-social-wrapper:before,.tdm-social-wrapper:after{display:table;content:'';line-height:0}.tdm-social-wrapper:after{clear:both}.tdm-social-item-wrap{display:inline-block}.tdm-social-item{position:relative;display:inline-block;vertical-align:middle;-webkit-transition:all 0.2s;transition:all 0.2s;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdm-social-item i{font-size:14px;color:var(--td_theme_color,#4db2ec);-webkit-transition:all 0.2s;transition:all 0.2s}.tdm-social-text{display:none;margin-top:-1px;vertical-align:middle;font-size:13px;color:var(--td_theme_color,#4db2ec);-webkit-transition:all 0.2s;transition:all 0.2s}.tdm-social-item-wrap:hover i,.tdm-social-item-wrap:hover .tdm-social-text{color:#000}.tdm-social-item-wrap:last-child .tdm-social-text{margin-right:0!important}</style> <style>.tdi_26 .tdm-social-item i{font-size:13px;vertical-align:middle}.tdi_26 .tdm-social-item i.td-icon-linkedin,.tdi_26 .tdm-social-item i.td-icon-pinterest,.tdi_26 .tdm-social-item i.td-icon-blogger,.tdi_26 .tdm-social-item i.td-icon-vimeo{font-size:10.4px}.tdi_26 .tdm-social-item{width:20.8px;height:20.8px;margin:5px 10px 5px 0}.tdi_26 .tdm-social-item i{line-height:20.8px}.tdi_26 .tdm-social-item-wrap:last-child .tdm-social-item{margin-right:0!important}.tdi_26 .tdm-social-item i,.tds-team-member2 .tdi_26.tds-social1 .tdm-social-item i{color:var(--today-news-white-transparent)}.tdi_26 .tdm-social-item-wrap:hover i,.tds-team-member2 .tdi_26.tds-social1 .tdm-social-item:hover i{color:var(--today-news-white)}.tdi_26 .tdm-social-text{display:none;margin-left:2px;margin-right:18px}@media (min-width:1019px) and (max-width:1140px){.tdi_26 .tdm-social-item i{font-size:12px;vertical-align:middle}.tdi_26 .tdm-social-item i.td-icon-linkedin,.tdi_26 .tdm-social-item i.td-icon-pinterest,.tdi_26 .tdm-social-item i.td-icon-blogger,.tdi_26 .tdm-social-item i.td-icon-vimeo{font-size:9.6px}.tdi_26 .tdm-social-item{width:18px;height:18px}.tdi_26 .tdm-social-item i{line-height:18px}}@media (min-width:768px) and (max-width:1018px){.tdi_26 .tdm-social-item i{font-size:11px;vertical-align:middle}.tdi_26 .tdm-social-item i.td-icon-linkedin,.tdi_26 .tdm-social-item i.td-icon-pinterest,.tdi_26 .tdm-social-item i.td-icon-blogger,.tdi_26 .tdm-social-item i.td-icon-vimeo{font-size:8.8px}.tdi_26 .tdm-social-item{width:15.4px;height:15.4px}.tdi_26 .tdm-social-item i{line-height:15.4px}}</style><div class="tdm-social-wrapper tds-social1 tdi_26"><div class="tdm-social-item-wrap"><a href="https://www.facebook.com/AmConservatives" target="_blank" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i><span style="display: none">Facebook</span></a></div><div class="tdm-social-item-wrap"><a href="https://twitter.com/AmConservatives" target="_blank" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i><span style="display: none">Twitter</span></a></div></div></div></div></div><div class="vc_column tdi_28 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_28{vertical-align:baseline}.tdi_28>.wpb_wrapper,.tdi_28>.wpb_wrapper>.tdc-elements{display:block}.tdi_28>.wpb_wrapper>.tdc-elements{width:100%}.tdi_28>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_28>.wpb_wrapper{width:auto;height:auto}div.tdi_28{width:auto!important}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_button tdi_29 tdm-content-horiz-right td-pb-border-top td_block_template_1" data-td-block-uid="tdi_29" > <style>.tdi_29{margin-left:0px!important}</style> <style>.tdm_block.tdm_block_button{margin-bottom:0}.tdm_block.tdm_block_button .tds-button{line-height:0}.tdm_block.tdm_block_button.tdm-block-button-inline{display:inline-block}.tdm_block.tdm_block_button.tdm-block-button-full,.tdm_block.tdm_block_button.tdm-block-button-full .tdm-btn{display:block}</style> <style>body .tdi_30 .tdm-btn-text,body .tdi_30 i{color:var(--today-news-white-transparent)}body .tdi_30 svg{fill:var(--today-news-white-transparent)}body .tdi_30 svg *{fill:inherit}body .tdi_30:hover .tdm-btn-text,body .tdi_30:hover i{color:var(--today-news-white);-webkit-text-fill-color:unset;background:transparent;transition:none}body .tdi_30:hover svg{fill:var(--today-news-white)}body .tdi_30:hover svg *{fill:inherit}.tdi_30{font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;height:auto}@media (min-width:1019px) and (max-width:1140px){.tdi_30{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_30{font-size:11px!important}}</style><div class="tds-button td-fix-index"><a href="https://americanconservatives.com/account/" title="My Account" class="tds-button5 tdm-btn tdm-btn-lg tdi_30 " ><span class="tdm-btn-text">My Account</span></a></div></div></div></div><div class="vc_column tdi_32 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_32{vertical-align:baseline}.tdi_32>.wpb_wrapper,.tdi_32>.wpb_wrapper>.tdc-elements{display:block}.tdi_32>.wpb_wrapper>.tdc-elements{width:100%}.tdi_32>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_32>.wpb_wrapper{width:auto;height:auto}div.tdi_32{width:auto!important}.tdi_32{padding-right:0px!important}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_button tdi_33 tdm-content-horiz-right td-pb-border-top td_block_template_1" data-td-block-uid="tdi_33" > <style>.tdi_33{margin-left:0px!important}</style> <style></style> <style>body .tdi_34 .tdm-btn-text,body .tdi_34 i{color:var(--today-news-white-transparent)}body .tdi_34 svg{fill:var(--today-news-white-transparent)}body .tdi_34 svg *{fill:inherit}body .tdi_34:hover .tdm-btn-text,body .tdi_34:hover i{color:var(--today-news-white);-webkit-text-fill-color:unset;background:transparent;transition:none}body .tdi_34:hover svg{fill:var(--today-news-white)}body .tdi_34:hover svg *{fill:inherit}.tdi_34{font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;height:auto}@media (min-width:1019px) and (max-width:1140px){.tdi_34{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_34{font-size:11px!important}}</style><div class="tds-button td-fix-index"><a href="https://americanconservatives.com/contact/" title="Contact Us" class="tds-button5 tdm-btn tdm-btn-lg tdi_34 " ><span class="tdm-btn-text">Contact Us</span></a></div></div></div></div></div></div><div id="tdi_35" class="tdc-row stretch_row"><div class="vc_row tdi_36 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_36,.tdi_36 .tdc-columns{min-height:0}.tdi_36,.tdi_36 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}.tdi_36 .tdc-columns{width:100%}#tdi_35{max-width:100%!important}@media (min-width:768px){.tdi_36{margin-left:-15px;margin-right:-15px}.tdi_36 .tdc-row-video-background-error,.tdi_36 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_36{margin-left:-10px;margin-right:-10px}.tdi_36 .tdc-row-video-background-error,.tdi_36 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_36{margin-left:-5px;margin-right:-5px}.tdi_36 .tdc-row-video-background-error,.tdi_36 .vc_column{padding-left:5px;padding-right:5px}}}.tdi_36{padding-top:45px!important;padding-bottom:45px!important;position:relative}.tdi_36 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_36{padding-top:50px!important;padding-bottom:50px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_36{padding-top:45px!important;padding-bottom:45px!important}}</style> <div class="tdi_35_rand_style td-element-style" ><style>.tdi_35_rand_style{background-color:#f8f8f8!important}</style></div><div class="vc_column tdi_38 wpb_column vc_column_container tdc-column td-pb-span3"> <style scoped>.tdi_38{vertical-align:baseline}.tdi_38>.wpb_wrapper,.tdi_38>.wpb_wrapper>.tdc-elements{display:block}.tdi_38>.wpb_wrapper>.tdc-elements{width:100%}.tdi_38>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_38>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap td_block_wrap tdm_block_popup tdi_39 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_39" > <style>.tdi_39{margin-bottom:0px!important}@media(min-width:1141px){.tdi_39{display:none!important}}</style> <style>.tdm-popup-modal-prevent-scroll{overflow:hidden}.tdm-popup-modal-wrap,.tdm-popup-modal-bg{top:0;left:0;width:100%;height:100%}.tdm-popup-modal-wrap{position:fixed;display:flex;z-index:10000}.tdm-popup-modal-bg{position:absolute}.tdm-popup-modal{display:flex;flex-direction:column;position:relative;background-color:#fff;width:700px;max-width:100%;max-height:100%;border-radius:3px;overflow:hidden;z-index:1}.tdm-pm-header{display:flex;align-items:center;width:100%;padding:19px 25px 16px;z-index:10}.tdm-pmh-title{margin:0;padding:0;font-size:18px;line-height:1.2;font-weight:600;color:#1D2327}a.tdm-pmh-title:hover{color:var(--td_theme_color,#4db2ec)}.tdm-pmh-close{position:relative;margin-left:auto;font-size:14px;color:#878d93;cursor:pointer}.tdm-pmh-close *{pointer-events:none}.tdm-pmh-close svg{width:14px;fill:#878d93}.tdm-pmh-close:hover{color:#000}.tdm-pmh-close:hover svg{fill:#000}.tdm-pm-body{flex:1;padding:30px 25px;overflow:auto;overflow-x:hidden}.tdm-pm-body>p:empty{display:none}.tdm-pm-body .tdc-row:not([class*='stretch_row_']),.tdm-pm-body .tdc-row-composer:not([class*='stretch_row_']){width:auto!important;max-width:1240px}.tdm-popup-modal-over-screen,.tdm-popup-modal-over-screen .tdm-pm-body .tdb_header_search .tdb-search-form,.tdm-popup-modal-over-screen .tdm-pm-body .tdb_header_logo .tdb-logo-a,.tdm-popup-modal-over-screen .tdm-pm-body .tdb_header_logo h1{pointer-events:none}.tdm-popup-modal-over-screen .tdm-btn{pointer-events:none!important}.tdm-popup-modal-over-screen .tdm-popup-modal-bg{opacity:0;transition:opacity .2s ease-in}.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal-bg{opacity:1;transition:opacity .2s ease-out}.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal,.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-pm-body .tdb_header_search .tdb-search-form,.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-pm-body .tdb_header_logo .tdb-logo-a,.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-pm-body .tdb_header_logo h1{pointer-events:auto}.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-btn{pointer-events:auto!important}.tdm-popup-modal:hover .td-admin-edit{display:block;z-index:11}body .tdi_39{display:inline-block}body .tdi_39 .tds-button{text-align:right}body .tdi_39 .tds-button .tdm-btn-icon{position:relative;top:1px}#tdm-popup-modal-td_m_5295{align-items:center;justify-content:flex-start;z-index:10002}#tdm-popup-modal-td_m_5295.tdm-popup-modal-over-screen .tdm-popup-modal{opacity:0;transform:translateX(calc(-100% - 1px));transition:opacity .2s ease-in,transform .2s ease-in}#tdm-popup-modal-td_m_5295.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal{opacity:1;transform:translateX(0);transition:opacity .2s ease-out,transform .2s ease-out}#tdm-popup-modal-td_m_5295 .tdm-popup-modal{width:100%;height:100%;border-radius:0px;box-shadow:none;background-color:var(--today-news-accent)}#tdm-popup-modal-td_m_5295 .tdm-pm-header{display:flex;position:absolute;top:0;left:0;pointer-events:none;padding:20px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pmh-close{pointer-events:auto;font-size:18px;top:0px;color:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:18px;fill:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 20px}#tdm-popup-modal-td_m_5295.tdm-popup-modal-open{pointer-events:auto}#tdm-popup-modal-td_m_5295 .tdm-popup-modal-bg{background:rgba(0,0,0,0)}#tdm-popup-modal-td_m_5295 .tdm-pmh-title{color:#212121}#tdm-popup-modal-td_m_5295 .tdm-pmh-close:hover{color:var(--today-news-white)}#tdm-popup-modal-td_m_5295 .tdm-pmh-close:hover svg{fill:var(--today-news-white)}@media (min-width:783px){.admin-bar .tdm-popup-modal-wrap{padding-top:32px}}@media (max-width:782px){.admin-bar .tdm-popup-modal-wrap{padding-top:46px}}@media (min-width:1141px){.tdm-pm-body .tdc-row:not([class*='stretch_row_']),.tdm-pm-body .tdc-row-composer:not([class*='stretch_row_']){padding-left:24px;padding-right:24px}}@media (min-width:1019px) and (max-width:1140px){.tdm-pm-body .tdc-row:not([class*='stretch_row_']),.tdm-pm-body .tdc-row-composer:not([class*='stretch_row_']){padding-left:20px;padding-right:20px}}@media (max-width:767px){.tdm-pm-body .tdc-row:not([class*='stretch_row_']){padding-left:20px;padding-right:20px}}@media (min-width:1019px) and (max-width:1140px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:16px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:16px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:15px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 15px}}@media (min-width:768px) and (max-width:1018px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 10px}}@media (max-width:767px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 0}}</style><script>var block_tdi_39 = new tdBlock(); block_tdi_39.id = "tdi_39"; block_tdi_39.atts = '{"button_size":"tdm-btn-lg","modal_align":"center-left","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5Ijoibm9uZSJ9fQ==","btn_align_horiz":"content-horiz-right","tds_button":"tds_button1","button_icon_space":"eyJhbGwiOjEwLCJwb3J0cmFpdCI6IjgifQ==","button_icon_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIyMCJ9","btn_display":"inline","tds_button1-background_color":"var(--today-news-white-transparent2)","tds_button1-border_radius":"100","tds_button1-f_btn_text_font_family":"394","tds_button1-f_btn_text_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSJ9","tds_button1-f_btn_text_font_line_height":"1.3","tds_button1-f_btn_text_font_transform":"uppercase","tds_button1-f_btn_text_font_weight":"700","tds_button1-background_hover_color":"rgba(255,255,255,0)","button_padding":"eyJhbGwiOiI3cHggMjBweCA5cHgiLCJsYW5kc2NhcGUiOiI2cHggMThweCA3cHgiLCJwb3J0cmFpdCI6IjVweCAxMnB4IDZweCJ9","tds_button1-text_color":"var(--today-news-dark-gray)","overlay_bg":"rgba(0,0,0,0)","modal_width":"100%","tds_button1-text_hover_color":"#212121","trigg_btn_enable":"yes","modal_height":"100%","header_pos":"over-content","all_head_border":"0","modal_border_radius":"0","modal_shadow_shadow_size":"0","modal_bg":"var(--today-news-accent)","body_padd":"eyJhbGwiOiI1cHggMjBweCIsImxhbmRzY2FwZSI6IjVweCAxNXB4IiwicG9ydHJhaXQiOiI1cHggMTBweCIsInBob25lIjoiNXB4IDAifQ==","modal_transition":"slide","head_icon_color":"var(--today-news-white-transparent)","head_icon_color_h":"var(--today-news-white)","head_padd":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTAifQ==","head_icon_size":"eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTQiLCJsYW5kc2NhcGUiOiIxNiIsInBob25lIjoiMTQifQ==","modal_id":"td_m_5295","button_text":"Subscribe","button_tdicon":"td-icon-mail","page_id":"3662","button_icon_position":"icon-before","icon_align":"1","show_modal_composer":"yes","site_scroll":"yes","tds_button1-icon_hover_color":"#212121","head_title_color":"#212121","tds_button1-icon_color":"#212121","block_type":"tdm_block_popup","close_modals":"","separator":"","content_source":"page","content_load":"","source_modal_id":"","custom_code":"","button_url":"","button_open_in_new_window":"","button_url_rel":"","button_icon_aria":"","button_width":"","btn_float_right":"","ga_event_action":"","ga_event_category":"","ga_event_label":"","fb_pixel_event_name":"","fb_pixel_event_content_name":"","trigg_page_load_enable":"","modal_open_delay":"","modal_close_after":"","modal_prevent_open":"","trigg_cursor_area_enable":"","area_vertical_space":"200","modal_area_prevent_open":"","trigg_scroll_enable":"","scroll_distance":"","modal_scroll_prevent_open":"","open_position":"over-screen","modal_space":"","all_modal_border":"","all_modal_border_style":"solid","show_header":"","head_title":"","head_title_url":"","head_title_url_target":"","head_tdicon":"","head_icon_align":"0","all_head_border_style":"solid","hide_for_user_type":"","logged_plan_id":"","author_plan_id":"","all_modal_border_color":"","modal_shadow_shadow_header":"","modal_shadow_shadow_title":"Modal shadow","modal_shadow_shadow_offset_horizontal":"","modal_shadow_shadow_offset_vertical":"","modal_shadow_shadow_spread":"","modal_shadow_shadow_color":"","head_title_url_color":"","head_title_url_color_h":"","head_bg":"","all_head_border_color":"","f_head_font_header":"","f_head_font_title":"Header title text","f_head_font_settings":"","f_head_font_family":"","f_head_font_size":"","f_head_font_line_height":"","f_head_font_style":"","f_head_font_weight":"","f_head_font_transform":"","f_head_font_spacing":"","f_head_":"","body_bg":"","el_class":"","css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","class":"tdi_39","tdc_css_class":"tdi_39","tdc_css_class_style":"tdi_39_rand_style"}'; block_tdi_39.td_column_number = "1"; block_tdi_39.block_type = "tdm_block_popup"; block_tdi_39.post_count = "5"; block_tdi_39.found_posts = "3285"; block_tdi_39.header_color = ""; block_tdi_39.ajax_pagination_infinite_stop = ""; block_tdi_39.max_num_pages = "657"; tdBlocksArray.push(block_tdi_39); </script> <style>body .tdi_40{background-color:var(--today-news-white-transparent2)}body .tdi_40:before{background-color:rgba(255,255,255,0)}.tdi_40 .tdm-btn-text,.tdi_40 i{color:var(--today-news-dark-gray)}.tdi_40 svg{fill:var(--today-news-dark-gray);fill:#212121}.tdi_40 svg *{fill:inherit;fill:inherit}body .tdi_40:hover .tdm-btn-text,body .tdi_40:hover i{color:#212121;-webkit-text-fill-color:unset;background:transparent;transition:none}body .tdi_40:hover svg{fill:#212121;fill:#212121}body .tdi_40:hover svg *{fill:inherit;fill:inherit}.tdi_40 i{color:#212121;-webkit-text-fill-color:unset;background:transparent;font-size:24px}body .tdi_40:hover i{color:#212121;-webkit-text-fill-color:unset;background:transparent;transition:none}.tdi_40{padding:7px 20px 9px;height:auto;line-height:1;font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;height:auto}.tdi_40 .tdm-btn-icon:first-child{margin-right:10px}.tdi_40,.tdi_40:before{border-radius:100px}@media (min-width:1019px) and (max-width:1140px){.tdi_40{padding:6px 18px 7px;height:auto;line-height:1}.tdi_40 i{font-size:22px}.tdi_40{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_40{padding:5px 12px 6px;height:auto;line-height:1}.tdi_40 i{font-size:20px}.tdi_40 .tdm-btn-icon:first-child{margin-right:8px}.tdi_40{font-size:11px!important}}</style><div class="tds-button td-fix-index"><a href="#" title="Subscribe" class="tds-button1 tdm-btn tdm-btn-lg tdi_40 " ><i class="tdm-btn-icon td-icon-mail"></i><span class="tdm-btn-text">Subscribe</span></a></div><div id="tdm-popup-modal-td_m_5295" class="tdm-popup-modal-wrap tdm-popup-modal-over-screen" style="display:none;" ><div class="tdm-popup-modal-bg"></div><div class="tdm-popup-modal td-theme-wrap"><div class="tdm-pm-header"><div class="tdm-pmh-close" ><i class="td-icon-modal-close"></i></div></div><div class="tdm-pm-body"><div id="tdi_41" class="tdc-zone"><div class="tdc_zone tdi_42 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_42{min-height:0}.tdi_42{padding-top:45px!important;padding-bottom:45px!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_42{padding-top:35px!important;padding-bottom:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_42{padding-top:25px!important;padding-bottom:25px!important}}@media (max-width:767px){.tdi_42{padding-top:25px!important;padding-bottom:25px!important}}</style> <div class="tdi_41_rand_style td-element-style" ><style>.tdi_41_rand_style{background-color:var(--today-news-accent)!important}</style></div><div id="tdi_43" class="tdc-row"><div class="vc_row tdi_44 wpb_row td-pb-row" > <style scoped>.tdi_44,.tdi_44 .tdc-columns{min-height:0}.tdi_44,.tdi_44 .tdc-columns{display:block}.tdi_44 .tdc-columns{width:100%}</style><div class="vc_column tdi_46 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_46{vertical-align:baseline}.tdi_46>.wpb_wrapper,.tdi_46>.wpb_wrapper>.tdc-elements{display:block}.tdi_46>.wpb_wrapper>.tdc-elements{width:100%}.tdi_46>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_46>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_47 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_47" > <style>.tdi_47{margin-right:auto!important;margin-bottom:5px!important;margin-left:auto!important;width:800px!important;justify-content:center!important;text-align:center!important}@media(min-width:1141px){.tdi_47{display:block!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_47{margin-bottom:3px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_47{margin-bottom:-2px!important}}@media (max-width:767px){.tdi_47{margin-bottom:0px!important}}</style> <style>.tdm_block_column_title{margin-bottom:0;display:inline-block;width:100%}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_48 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_48 .tdm-title{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;text-transform:capitalize!important;letter-spacing:-1px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_48 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_48 .tdm-title{font-size:22px!important}}@media (max-width:767px){.tdc-row .tdi_48 .tdm-title{font-size:20px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_48 "><h3 class="tdm-title tdm-title-sm">The Future of Conservative Journalism Arms You With Facts & Data To Win Arguments Against The Left!</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_49 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_49" > <style>.tdi_49{margin-bottom:45px!important;padding-right:20%!important;padding-left:20%!important}@media (max-width:767px){.tdi_49{margin-bottom:25px!important;padding-right:0px!important;padding-left:0px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_49{margin-bottom:25px!important;padding-right:15%!important;padding-left:15%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_49{margin-bottom:35px!important;padding-right:18%!important;padding-left:18%!important}}</style> <style>.tdm_block.tdm_block_inline_text{margin-bottom:0;vertical-align:top}.tdm_block.tdm_block_inline_text .tdm-descr{margin-bottom:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdc-row-content-vert-center .tdm-inline-text-yes{vertical-align:middle}.tdc-row-content-vert-bottom .tdm-inline-text-yes{vertical-align:bottom}.tdc-row .tdi_49{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_49 .tdm-descr{color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:21px!important;line-height:1.6!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_49 .tdm-descr{font-size:13px!important;line-height:1.5!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_49 .tdm-descr{font-size:12px!important;line-height:1.5!important}}@media (max-width:767px){.tdc-row .tdi_49 .tdm-descr{font-size:13px!important;line-height:1.5!important}}</style><p class="tdm-descr">Choose your offer:</p></div><div class="vc_row_inner tdi_51 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_51{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_51,.tdi_51 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.tdi_51 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_51{margin-left:-0px;margin-right:-0px}.tdi_51 .vc_column_inner{padding-left:0px;padding-right:0px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_51{margin-left:-10px;margin-right:-10px}.tdi_51 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_51{margin-left:-5px;margin-right:-5px}.tdi_51 .vc_column_inner{padding-left:5px;padding-right:5px}}}@media (max-width:767px){.tdi_51,.tdi_51 .tdc-inner-columns{flex-direction:column}}.tdi_51{margin-bottom:30px!important;padding-right:13%!important;padding-left:13%!important}.tdi_51 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_51{margin-bottom:15px!important;padding-right:10%!important;padding-left:10%!important}}@media (max-width:767px){.tdi_51{margin-bottom:20px!important;padding-right:0px!important;padding-left:0px!important;width:100%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_51{margin-bottom:20px!important}}</style><div class="vc_column_inner tdi_53 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_53{vertical-align:baseline}.tdi_53 .vc_column-inner>.wpb_wrapper,.tdi_53 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_53 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_53{margin-right:15px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_53{margin-right:10px!important;padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_53{margin-right:5px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:15px!important}}@media (max-width:767px){.tdi_53{margin-right:0px!important;margin-bottom:20px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}</style> <div class="tdi_52_rand_style td-element-style" ><style>.tdi_52_rand_style{background-color:var(--today-news-white-transparent2)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_54 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_54" > <style>.tdi_54{margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_54{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_54{margin-bottom:3px!important}}@media (max-width:767px){.tdi_54{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_55 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_55 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_55 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_55 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_55 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_55 "><h3 class="tdm-title tdm-title-sm">Monthly</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_56 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_56" > <style>.tdi_56{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_56{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_56 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$12.99</p></div><div class="td_block_wrap tds_plans_description tdi_57 td_block_template_1" data-td-block-uid="tdi_57" data-type-from-block="free"> <style>.tdi_57{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_57{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_57{margin-bottom:12px!important}}@media (max-width:767px){.tdi_57{margin-bottom:15px!important}}</style> <style>.tds_plans_description{margin-bottom:0;vertical-align:top}.tds_plans_description .tds-block-inner{display:flex}.tds_plans_description .tds-plan-desc,.tds_plans_description .tds-pd-placeholder{font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:16px;line-height:28px}.tds_plans_description .tds-plan-desc{-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;color:#666}.tds_plans_description .tds-show-plan-desc{display:none}.tds_plans_description .tds-show-plan-visible{display:block}.tds_plans_description .tds-pd-placeholder{width:0;overflow:hidden;white-space:nowrap}body .tdc-row .tdi_57{vertical-align:top}body .tdc-row .tdi_57 .tds-plan-desc,body .tdc-row .tdi_57 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_57 .tds-plan-desc,body .tdc-row .tdi_57 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_57 .tds-plan-desc,body .tdc-row .tdi_57 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_57 .tds-plan-desc,body .tdc-row .tdi_57 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Billed monthly.</div></div></div><div class="td_block_wrap tds_plans_description tdi_58 td_block_template_1" data-td-block-uid="tdi_58" data-type-from-block="free"> <style>.tdi_58{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_58{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_58{margin-bottom:12px!important}}@media (max-width:767px){.tdi_58{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_58{vertical-align:top}body .tdc-row .tdi_58 .tds-plan-desc,body .tdc-row .tdi_58 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_58 .tds-plan-desc,body .tdc-row .tdi_58 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_58 .tds-plan-desc,body .tdc-row .tdi_58 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_58 .tds-plan-desc,body .tdc-row .tdi_58 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_60 "><div class="td-fix-index"><script async="" src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><center><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="1" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div><div class="vc_column_inner tdi_62 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_62{vertical-align:baseline}.tdi_62 .vc_column-inner>.wpb_wrapper,.tdi_62 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_62 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_62{margin-top:-10px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_62{margin-left:10px!important;padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}@media (min-width:768px) and (max-width:1018px){.tdi_62{margin-left:5px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}@media (max-width:767px){.tdi_62{margin-left:0px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}</style> <div class="tdi_61_rand_style td-element-style" ><style>.tdi_61_rand_style{background-color:rgba(255,255,255,0.15)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_63 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_63" > <style>.tdi_63{margin-right:15px!important;margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_63{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_63{margin-bottom:3px!important}}@media (max-width:767px){.tdi_63{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_64 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_64 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_64 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_64 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_64 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_64 "><h3 class="tdm-title tdm-title-sm">Freedom's Choice Annual Subscription</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_65 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_65" > <style>.tdi_65{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_65{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_65 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$8.25<span style="font-size:14px;">/month</span></p></div><div class="td_block_wrap tds_plans_description tdi_66 td_block_template_1" data-td-block-uid="tdi_66" data-type-from-block="free"> <style>.tdi_66{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_66{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_66{margin-bottom:12px!important}}@media (max-width:767px){.tdi_66{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_66{vertical-align:top}body .tdc-row .tdi_66 .tds-plan-desc,body .tdc-row .tdi_66 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_66 .tds-plan-desc,body .tdc-row .tdi_66 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_66 .tds-plan-desc,body .tdc-row .tdi_66 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_66 .tds-plan-desc,body .tdc-row .tdi_66 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Billed as $99 annually.</div></div></div><div class="td_block_wrap tds_plans_description tdi_67 td_block_template_1" data-td-block-uid="tdi_67" data-type-from-block="free"> <style>.tdi_67{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_67{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_67{margin-bottom:12px!important}}@media (max-width:767px){.tdi_67{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_67{vertical-align:top}body .tdc-row .tdi_67 .tds-plan-desc,body .tdc-row .tdi_67 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_67 .tds-plan-desc,body .tdc-row .tdi_67 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_67 .tds-plan-desc,body .tdc-row .tdi_67 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_67 .tds-plan-desc,body .tdc-row .tdi_67 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_69 "><div class="td-fix-index"><script async="" src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><center><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="2" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div><div class="vc_column_inner tdi_71 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_71{vertical-align:baseline}.tdi_71 .vc_column-inner>.wpb_wrapper,.tdi_71 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_71 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_71{margin-left:15px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;position:relative}</style> <div class="tdi_70_rand_style td-element-style" ><style>.tdi_70_rand_style{background-color:rgba(255,255,255,0.15)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_72 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_72" > <style>.tdi_72{margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_72{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_72{margin-bottom:3px!important}}@media (max-width:767px){.tdi_72{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_73 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_73 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_73 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_73 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_73 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_73 "><h3 class="tdm-title tdm-title-sm">14 Day Trial</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_74 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_74" > <style>.tdi_74{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_74{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_74 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$1</p></div><div class="td_block_wrap tds_plans_description tdi_75 td_block_template_1" data-td-block-uid="tdi_75" data-type-from-block="free"> <style>.tdi_75{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_75{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_75{margin-bottom:12px!important}}@media (max-width:767px){.tdi_75{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_75{vertical-align:top}body .tdc-row .tdi_75 .tds-plan-desc,body .tdc-row .tdi_75 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_75 .tds-plan-desc,body .tdc-row .tdi_75 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_75 .tds-plan-desc,body .tdc-row .tdi_75 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_75 .tds-plan-desc,body .tdc-row .tdi_75 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">$12.99 monthly (after trial).</div></div></div><div class="td_block_wrap tds_plans_description tdi_76 td_block_template_1" data-td-block-uid="tdi_76" data-type-from-block="free"> <style>.tdi_76{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_76{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_76{margin-bottom:12px!important}}@media (max-width:767px){.tdi_76{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_76{vertical-align:top}body .tdc-row .tdi_76 .tds-plan-desc,body .tdc-row .tdi_76 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_76 .tds-plan-desc,body .tdc-row .tdi_76 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_76 .tds-plan-desc,body .tdc-row .tdi_76 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_76 .tds-plan-desc,body .tdc-row .tdi_76 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_78 "> <style scoped>.tdi_78{justify-content:center!important;text-align:center!important}</style><div class="td-fix-index"><script async src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="4" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div></div><div class="vc_row_inner tdi_80 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_80{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_80,.tdi_80 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.tdi_80 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_80{margin-left:-0px;margin-right:-0px}.tdi_80 .vc_column_inner{padding-left:0px;padding-right:0px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_80{margin-left:-10px;margin-right:-10px}.tdi_80 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_80{margin-left:-5px;margin-right:-5px}.tdi_80 .vc_column_inner{padding-left:5px;padding-right:5px}}}.tdi_80{padding-right:13%!important;padding-left:13%!important}.tdi_80 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_80{padding-right:10%!important;padding-left:10%!important}}@media (max-width:767px){.tdi_80{padding-right:0px!important;padding-left:0px!important;width:100%!important}}</style><div class="vc_column_inner tdi_82 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped>.tdi_82{vertical-align:baseline}.tdi_82 .vc_column-inner>.wpb_wrapper,.tdi_82 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_82 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_82{padding-top:20px!important;padding-right:20px!important;padding-bottom:25px!important;padding-left:20px!important;position:relative}@media (min-width:768px) and (max-width:1018px){.tdi_82{padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_82{padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important}}@media (max-width:767px){.tdi_82{padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}</style> <div class="tdi_81_rand_style td-element-style" ><style>.tdi_81_rand_style{background-color:var(--today-news-white-transparent2)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_83 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_83" > <style>.tdi_83{margin-bottom:10px!important;width:100%!important}@media (min-width:1019px) and (max-width:1140px){.tdi_83{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_83{margin-bottom:3px!important}}@media (max-width:767px){.tdi_83{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_84 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_84 .tdm-title{font-family:Montserrat!important;font-size:21px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_84 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_84 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_84 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_84 "><h3 class="tdm-title tdm-title-sm">Your paid subscription delivers more than headlines: </h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_list tdi_85 tdm-content-horiz-left td-pb-border-top td_block_template_1 tdm-list-with-icons" data-td-block-uid="tdi_85" > <style>.tdi_85{margin-bottom:0px!important;width:100%!important}@media (min-width:1019px) and (max-width:1140px){.tdi_85{padding-right:14px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_85{padding-right:8px!important}}@media (max-width:767px){.tdi_85{padding-right:0px!important;width:100%!important}}</style> <style>.tdm_block_list .tdm-list-items{display:flex;flex-wrap:wrap;margin:0;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:15px;line-height:24px;color:#666}.tdm_block_list.tdm-content-horiz-center .tdm-list-items{align-items:center}.tdm_block_list.tdm-content-horiz-right .tdm-list-items{align-items:flex-end}.tdm_block_list .tdm-list-item{margin-bottom:8px;margin-left:0}.tdm_block_list .tdm-list-item:after{content:'';display:table;clear:both}.tdm_block_list .tdm-list-item .tdm-list-icon{vertical-align:middle}.tdm_block_list .tdm-list-item i{position:relative;float:left;line-height:inherit;vertical-align:middle;color:var(--td_theme_color,#4db2ec)}.tdm_block_list .tdm-list-item .tdm-list-icon-svg{margin-top:-3px;display:inline-flex;align-items:center;justify-content:center}.tdm_block_list .tdm-list-item svg{width:15px;height:auto}.tdm_block_list .tdm-list-item svg,.tdm_block_list .tdm-list-item svg *{fill:var(--td_theme_color,#4db2ec)}.tdm_block_list.tdm-list-with-icons .tdm-list-item{list-style-type:none}.tdc-row .tdi_85 .tdm-list-item{width:100%;margin-bottom:8px;font-family:Montserrat!important;font-size:17px!important;line-height:1.3!important}.tdc-row .tdi_85 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0}.tdc-row .tdi_85 .tdm-list-text,.tdc-row .tdi_85 .tdm-list-text a{color:var(--today-news-white)}.tdc-row .tdi_85 .tdm-list-item i{color:var(--today-news-white);font-size:14px}.tdc-row .tdi_85 .tdm-list-item svg,.tdc-row .tdi_85 .tdm-list-item svg *{fill:var(--today-news-white)}.tdc-row .tdi_85 .tdm-list-item .tdm-list-icon{top:3px;margin-right:10px}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_85 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px;font-size:12px!important;line-height:1.2!important}.tdc-row .tdi_85 .tdm-list-item i{font-size:8px}.tdc-row .tdi_85 .tdm-list-item .tdm-list-icon{top:4px;margin-right:8px}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_85 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px;font-size:11px!important;line-height:1.15!important}.tdc-row .tdi_85 .tdm-list-item i{font-size:6px}.tdc-row .tdi_85 .tdm-list-item .tdm-list-icon{margin-right:6px}}@media (max-width:767px){.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_85 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_85 .tdm-list-item{margin-bottom:8px;font-size:12px!important;line-height:1.2!important}.tdc-row .tdi_85 .tdm-list-item i{font-size:6px}.tdc-row .tdi_85 .tdm-list-item .tdm-list-icon{top:4px;margin-right:8px}}</style><div class="tdm-col td-fix-index"><ul class="tdm-list-items"><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Access to subscriber only ‘Win The Argument’ Research Papers</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Opportunity to join the conversation with our Team Freedom Community</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Get First to Know ‘Breaking News Updates’ for subscribers only</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Supports the cost to create high-quality, fact based news.</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Annual Members: Get our signature Team Freedom T-Shirt</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Annual Members: Submit your content to be published on American Conservatives</span></li></ul></div></div></div></div></div></div></div></div></div></div></div></div> <div class='code-block code-block-5' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC After-Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="4928358973" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <!-- AI CONTENT END 1 --> </div></div></div></div><div class="tdm_block td_block_wrap td_block_wrap tdm_block_popup tdi_86 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_86" > <style>.tdi_86{margin-bottom:0px!important}</style> <style>body .tdi_86{display:inline-block}body .tdi_86 .tds-button{text-align:right}body .tdi_86 .tds-button .tdm-btn-icon{position:relative;top:1px}#tdm-popup-modal-td_m_5295{align-items:center;justify-content:flex-start;z-index:10002}#tdm-popup-modal-td_m_5295.tdm-popup-modal-over-screen .tdm-popup-modal{opacity:0;transform:translateX(calc(-100% - 1px));transition:opacity .2s ease-in,transform .2s ease-in}#tdm-popup-modal-td_m_5295.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal{opacity:1;transform:translateX(0);transition:opacity .2s ease-out,transform .2s ease-out}#tdm-popup-modal-td_m_5295 .tdm-popup-modal{width:100%;height:100%;border-radius:0px;box-shadow:none;background-color:var(--today-news-accent)}#tdm-popup-modal-td_m_5295 .tdm-pm-header{display:flex;position:absolute;top:0;left:0;pointer-events:none;padding:20px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pmh-close{pointer-events:auto;font-size:18px;top:0px;color:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:18px;fill:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 20px}#tdm-popup-modal-td_m_5295.tdm-popup-modal-open{pointer-events:auto}#tdm-popup-modal-td_m_5295 .tdm-popup-modal-bg{background:rgba(0,0,0,0)}#tdm-popup-modal-td_m_5295 .tdm-pmh-close:hover{color:var(--today-news-white)}#tdm-popup-modal-td_m_5295 .tdm-pmh-close:hover svg{fill:var(--today-news-white)}@media (min-width:1019px) and (max-width:1140px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:16px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:16px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:15px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 15px}}@media (min-width:768px) and (max-width:1018px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 10px}}@media (max-width:767px){#tdm-popup-modal-td_m_5295 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5295 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5295 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5295 .tdm-pm-body{padding:5px 0}}</style><script>var block_tdi_86 = new tdBlock(); block_tdi_86.id = "tdi_86"; block_tdi_86.atts = '{"button_size":"tdm-btn-lg","modal_align":"center-left","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19","btn_align_horiz":"content-horiz-right","tds_button":"tds_button1","button_icon_space":"eyJhbGwiOjEwLCJwb3J0cmFpdCI6IjgifQ==","button_icon_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIyMCJ9","btn_display":"inline","tds_button1-background_color":"var(--today-news-white-transparent2)","tds_button1-border_radius":"100","tds_button1-f_btn_text_font_family":"394","tds_button1-f_btn_text_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSJ9","tds_button1-f_btn_text_font_line_height":"1.3","tds_button1-f_btn_text_font_transform":"uppercase","tds_button1-f_btn_text_font_weight":"700","tds_button1-background_hover_color":"rgba(255,255,255,0)","button_padding":"eyJhbGwiOiI3cHggMjBweCA5cHgiLCJsYW5kc2NhcGUiOiI2cHggMThweCA3cHgiLCJwb3J0cmFpdCI6IjVweCAxMnB4IDZweCJ9","tds_button1-text_color":"#212121","overlay_bg":"rgba(0,0,0,0)","modal_width":"100%","tds_button1-text_hover_color":"#ff2800","trigg_btn_enable":"yes","modal_height":"100%","header_pos":"over-content","all_head_border":"0","modal_border_radius":"0","modal_shadow_shadow_size":"0","modal_bg":"var(--today-news-accent)","body_padd":"eyJhbGwiOiI1cHggMjBweCIsImxhbmRzY2FwZSI6IjVweCAxNXB4IiwicG9ydHJhaXQiOiI1cHggMTBweCIsInBob25lIjoiNXB4IDAifQ==","modal_transition":"slide","head_icon_color":"var(--today-news-white-transparent)","head_icon_color_h":"var(--today-news-white)","head_padd":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTAifQ==","head_icon_size":"eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTQiLCJsYW5kc2NhcGUiOiIxNiIsInBob25lIjoiMTQifQ==","modal_id":"td_m_5295","button_text":"Subscribe","button_tdicon":"td-icon-mail","page_id":"3662","button_icon_position":"icon-before","icon_align":"1","show_modal_composer":"yes","site_scroll":"yes","block_type":"tdm_block_popup","close_modals":"","separator":"","content_source":"page","content_load":"","source_modal_id":"","custom_code":"","button_url":"","button_open_in_new_window":"","button_url_rel":"","button_icon_aria":"","button_width":"","btn_float_right":"","ga_event_action":"","ga_event_category":"","ga_event_label":"","fb_pixel_event_name":"","fb_pixel_event_content_name":"","trigg_page_load_enable":"","modal_open_delay":"","modal_close_after":"","modal_prevent_open":"","trigg_cursor_area_enable":"","area_vertical_space":"200","modal_area_prevent_open":"","trigg_scroll_enable":"","scroll_distance":"","modal_scroll_prevent_open":"","open_position":"over-screen","modal_space":"","all_modal_border":"","all_modal_border_style":"solid","show_header":"","head_title":"","head_title_url":"","head_title_url_target":"","head_tdicon":"","head_icon_align":"0","all_head_border_style":"solid","hide_for_user_type":"","logged_plan_id":"","author_plan_id":"","all_modal_border_color":"","modal_shadow_shadow_header":"","modal_shadow_shadow_title":"Modal shadow","modal_shadow_shadow_offset_horizontal":"","modal_shadow_shadow_offset_vertical":"","modal_shadow_shadow_spread":"","modal_shadow_shadow_color":"","head_title_color":"","head_title_url_color":"","head_title_url_color_h":"","head_bg":"","all_head_border_color":"","f_head_font_header":"","f_head_font_title":"Header title text","f_head_font_settings":"","f_head_font_family":"","f_head_font_size":"","f_head_font_line_height":"","f_head_font_style":"","f_head_font_weight":"","f_head_font_transform":"","f_head_font_spacing":"","f_head_":"","body_bg":"","el_class":"","css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","class":"tdi_86","tdc_css_class":"tdi_86","tdc_css_class_style":"tdi_86_rand_style"}'; block_tdi_86.td_column_number = "1"; block_tdi_86.block_type = "tdm_block_popup"; block_tdi_86.post_count = "5"; block_tdi_86.found_posts = "3285"; block_tdi_86.header_color = ""; block_tdi_86.ajax_pagination_infinite_stop = ""; block_tdi_86.max_num_pages = "657"; tdBlocksArray.push(block_tdi_86); </script> <style>body .tdi_87{background-color:var(--today-news-white-transparent2)}body .tdi_87:before{background-color:rgba(255,255,255,0)}.tdi_87 .tdm-btn-text,.tdi_87 i{color:#212121}.tdi_87 svg{fill:#212121}.tdi_87 svg *{fill:inherit}body .tdi_87:hover .tdm-btn-text,body .tdi_87:hover i{color:#ff2800;-webkit-text-fill-color:unset;background:transparent;transition:none}body .tdi_87:hover svg{fill:#ff2800}body .tdi_87:hover svg *{fill:inherit}.tdi_87{padding:7px 20px 9px;height:auto;line-height:1;font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;height:auto}.tdi_87 i{font-size:24px}.tdi_87 .tdm-btn-icon:first-child{margin-right:10px}.tdi_87,.tdi_87:before{border-radius:100px}@media (min-width:1019px) and (max-width:1140px){.tdi_87{padding:6px 18px 7px;height:auto;line-height:1}.tdi_87 i{font-size:22px}.tdi_87{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_87{padding:5px 12px 6px;height:auto;line-height:1}.tdi_87 i{font-size:20px}.tdi_87 .tdm-btn-icon:first-child{margin-right:8px}.tdi_87{font-size:11px!important}}</style><div class="tds-button td-fix-index"><a href="#" title="Subscribe" class="tds-button1 tdm-btn tdm-btn-lg tdi_87 " ><i class="tdm-btn-icon td-icon-mail"></i><span class="tdm-btn-text">Subscribe</span></a></div><div id="tdm-popup-modal-td_m_5295" class="tdm-popup-modal-wrap tdm-popup-modal-over-screen" style="display:none;" ><div class="tdm-popup-modal-bg"></div><div class="tdm-popup-modal td-theme-wrap"><div class="tdm-pm-header"><div class="tdm-pmh-close" ><i class="td-icon-modal-close"></i></div></div><div class="tdm-pm-body"><div id="tdi_88" class="tdc-zone"><div class="tdc_zone tdi_89 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_89{min-height:0}.tdi_89{padding-top:45px!important;padding-bottom:45px!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_89{padding-top:35px!important;padding-bottom:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_89{padding-top:25px!important;padding-bottom:25px!important}}@media (max-width:767px){.tdi_89{padding-top:25px!important;padding-bottom:25px!important}}</style> <div class="tdi_88_rand_style td-element-style" ><style>.tdi_88_rand_style{background-color:var(--today-news-accent)!important}</style></div><div id="tdi_90" class="tdc-row"><div class="vc_row tdi_91 wpb_row td-pb-row" > <style scoped>.tdi_91,.tdi_91 .tdc-columns{min-height:0}.tdi_91,.tdi_91 .tdc-columns{display:block}.tdi_91 .tdc-columns{width:100%}</style><div class="vc_column tdi_93 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_93{vertical-align:baseline}.tdi_93>.wpb_wrapper,.tdi_93>.wpb_wrapper>.tdc-elements{display:block}.tdi_93>.wpb_wrapper>.tdc-elements{width:100%}.tdi_93>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_93>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_94 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_94" > <style>.tdi_94{margin-right:auto!important;margin-bottom:5px!important;margin-left:auto!important;width:800px!important;justify-content:center!important;text-align:center!important}@media(min-width:1141px){.tdi_94{display:block!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_94{margin-bottom:3px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_94{margin-bottom:-2px!important}}@media (max-width:767px){.tdi_94{margin-bottom:0px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_95 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_95 .tdm-title{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;text-transform:capitalize!important;letter-spacing:-1px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_95 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_95 .tdm-title{font-size:22px!important}}@media (max-width:767px){.tdc-row .tdi_95 .tdm-title{font-size:20px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_95 "><h3 class="tdm-title tdm-title-sm">The Future of Conservative Journalism Arms You With Facts & Data To Win Arguments Against The Left!</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_96 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_96" > <style>.tdi_96{margin-bottom:45px!important;padding-right:20%!important;padding-left:20%!important}@media (max-width:767px){.tdi_96{margin-bottom:25px!important;padding-right:0px!important;padding-left:0px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_96{margin-bottom:25px!important;padding-right:15%!important;padding-left:15%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_96{margin-bottom:35px!important;padding-right:18%!important;padding-left:18%!important}}</style> <style>.tdc-row .tdi_96{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_96 .tdm-descr{color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:21px!important;line-height:1.6!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_96 .tdm-descr{font-size:13px!important;line-height:1.5!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_96 .tdm-descr{font-size:12px!important;line-height:1.5!important}}@media (max-width:767px){.tdc-row .tdi_96 .tdm-descr{font-size:13px!important;line-height:1.5!important}}</style><p class="tdm-descr">Choose your offer:</p></div><div class="vc_row_inner tdi_98 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_98{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_98,.tdi_98 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.tdi_98 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_98{margin-left:-0px;margin-right:-0px}.tdi_98 .vc_column_inner{padding-left:0px;padding-right:0px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_98{margin-left:-10px;margin-right:-10px}.tdi_98 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_98{margin-left:-5px;margin-right:-5px}.tdi_98 .vc_column_inner{padding-left:5px;padding-right:5px}}}@media (max-width:767px){.tdi_98,.tdi_98 .tdc-inner-columns{flex-direction:column}}.tdi_98{margin-bottom:30px!important;padding-right:13%!important;padding-left:13%!important}.tdi_98 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_98{margin-bottom:15px!important;padding-right:10%!important;padding-left:10%!important}}@media (max-width:767px){.tdi_98{margin-bottom:20px!important;padding-right:0px!important;padding-left:0px!important;width:100%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_98{margin-bottom:20px!important}}</style><div class="vc_column_inner tdi_100 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_100{vertical-align:baseline}.tdi_100 .vc_column-inner>.wpb_wrapper,.tdi_100 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_100 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_100{margin-right:15px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_100{margin-right:10px!important;padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_100{margin-right:5px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:15px!important}}@media (max-width:767px){.tdi_100{margin-right:0px!important;margin-bottom:20px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}</style> <div class="tdi_99_rand_style td-element-style" ><style>.tdi_99_rand_style{background-color:var(--today-news-white-transparent2)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_101 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_101" > <style>.tdi_101{margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_101{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_101{margin-bottom:3px!important}}@media (max-width:767px){.tdi_101{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_102 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_102 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_102 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_102 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_102 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_102 "><h3 class="tdm-title tdm-title-sm">Monthly</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_103 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_103" > <style>.tdi_103{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_103{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_103 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$12.99</p></div><div class="td_block_wrap tds_plans_description tdi_104 td_block_template_1" data-td-block-uid="tdi_104" data-type-from-block="free"> <style>.tdi_104{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_104{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_104{margin-bottom:12px!important}}@media (max-width:767px){.tdi_104{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_104{vertical-align:top}body .tdc-row .tdi_104 .tds-plan-desc,body .tdc-row .tdi_104 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_104 .tds-plan-desc,body .tdc-row .tdi_104 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_104 .tds-plan-desc,body .tdc-row .tdi_104 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_104 .tds-plan-desc,body .tdc-row .tdi_104 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Billed monthly.</div></div></div><div class="td_block_wrap tds_plans_description tdi_105 td_block_template_1" data-td-block-uid="tdi_105" data-type-from-block="free"> <style>.tdi_105{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_105{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_105{margin-bottom:12px!important}}@media (max-width:767px){.tdi_105{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_105{vertical-align:top}body .tdc-row .tdi_105 .tds-plan-desc,body .tdc-row .tdi_105 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_105 .tds-plan-desc,body .tdc-row .tdi_105 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_105 .tds-plan-desc,body .tdc-row .tdi_105 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_105 .tds-plan-desc,body .tdc-row .tdi_105 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_107 "><div class="td-fix-index"><script async="" src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><center><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="1" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div><div class="vc_column_inner tdi_109 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_109{vertical-align:baseline}.tdi_109 .vc_column-inner>.wpb_wrapper,.tdi_109 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_109 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_109{margin-top:-10px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_109{margin-left:10px!important;padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}@media (min-width:768px) and (max-width:1018px){.tdi_109{margin-left:5px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}@media (max-width:767px){.tdi_109{margin-left:0px!important;padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important;box-shadow:0 0 10px rgba(0,0,0,0.25)!important}}</style> <div class="tdi_108_rand_style td-element-style" ><style>.tdi_108_rand_style{background-color:rgba(255,255,255,0.15)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_110 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_110" > <style>.tdi_110{margin-right:15px!important;margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_110{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_110{margin-bottom:3px!important}}@media (max-width:767px){.tdi_110{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_111 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_111 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_111 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_111 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_111 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_111 "><h3 class="tdm-title tdm-title-sm">Freedom's Choice Annual Subscription</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_112 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_112" > <style>.tdi_112{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_112{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_112 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$8.25<span style="font-size:14px;">/month</span></p></div><div class="td_block_wrap tds_plans_description tdi_113 td_block_template_1" data-td-block-uid="tdi_113" data-type-from-block="free"> <style>.tdi_113{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_113{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_113{margin-bottom:12px!important}}@media (max-width:767px){.tdi_113{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_113{vertical-align:top}body .tdc-row .tdi_113 .tds-plan-desc,body .tdc-row .tdi_113 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_113 .tds-plan-desc,body .tdc-row .tdi_113 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_113 .tds-plan-desc,body .tdc-row .tdi_113 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_113 .tds-plan-desc,body .tdc-row .tdi_113 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Billed as $99 annually.</div></div></div><div class="td_block_wrap tds_plans_description tdi_114 td_block_template_1" data-td-block-uid="tdi_114" data-type-from-block="free"> <style>.tdi_114{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_114{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_114{margin-bottom:12px!important}}@media (max-width:767px){.tdi_114{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_114{vertical-align:top}body .tdc-row .tdi_114 .tds-plan-desc,body .tdc-row .tdi_114 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_114 .tds-plan-desc,body .tdc-row .tdi_114 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_114 .tds-plan-desc,body .tdc-row .tdi_114 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_114 .tds-plan-desc,body .tdc-row .tdi_114 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_116 "><div class="td-fix-index"><script async="" src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><center><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="2" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div><div class="vc_column_inner tdi_118 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_118{vertical-align:baseline}.tdi_118 .vc_column-inner>.wpb_wrapper,.tdi_118 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_118 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_118{margin-left:15px!important;padding-top:20px!important;padding-right:20px!important;padding-left:20px!important;position:relative}</style> <div class="tdi_117_rand_style td-element-style" ><style>.tdi_117_rand_style{background-color:rgba(255,255,255,0.15)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_119 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_119" > <style>.tdi_119{margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_119{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_119{margin-bottom:3px!important}}@media (max-width:767px){.tdi_119{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_120 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_120 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_120 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_120 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_120 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_120 "><h3 class="tdm-title tdm-title-sm">14 Day Trial</h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_121 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_121" > <style>.tdi_121{padding-bottom:10px!important}</style> <style>.tdc-row .tdi_121{text-align:center!important;margin-right:auto;margin-left:auto}.tdc-row .tdi_121 .tdm-descr{color:#ffffff;font-family:var(--today_news_default)!important;font-size:34px!important;line-height:1.3!important;font-weight:700!important}</style><p class="tdm-descr">$1</p></div><div class="td_block_wrap tds_plans_description tdi_122 td_block_template_1" data-td-block-uid="tdi_122" data-type-from-block="free"> <style>.tdi_122{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_122{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_122{margin-bottom:12px!important}}@media (max-width:767px){.tdi_122{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_122{vertical-align:top}body .tdc-row .tdi_122 .tds-plan-desc,body .tdc-row .tdi_122 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_122 .tds-plan-desc,body .tdc-row .tdi_122 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_122 .tds-plan-desc,body .tdc-row .tdi_122 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_122 .tds-plan-desc,body .tdc-row .tdi_122 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">$12.99 monthly (after trial).</div></div></div><div class="td_block_wrap tds_plans_description tdi_123 td_block_template_1" data-td-block-uid="tdi_123" data-type-from-block="free"> <style>.tdi_123{margin-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_123{margin-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_123{margin-bottom:12px!important}}@media (max-width:767px){.tdi_123{margin-bottom:15px!important}}</style> <style>body .tdc-row .tdi_123{vertical-align:top}body .tdc-row .tdi_123 .tds-plan-desc,body .tdc-row .tdi_123 .tds-pd-placeholder{text-align:center;color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){body .tdc-row .tdi_123 .tds-plan-desc,body .tdc-row .tdi_123 .tds-pd-placeholder{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){body .tdc-row .tdi_123 .tds-plan-desc,body .tdc-row .tdi_123 .tds-pd-placeholder{font-size:10px!important}}@media (max-width:767px){body .tdc-row .tdi_123 .tds-plan-desc,body .tdc-row .tdi_123 .tds-pd-placeholder{font-size:11px!important}}</style><div class="tds-block-inner td-fix-index"><div class="tds-plan-desc" data-type="year">Cancel anytime.</div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_125 "> <style scoped>.tdi_125{justify-content:center!important;text-align:center!important}</style><div class="td-fix-index"><script async src="//tinder.thrivecart.com/embed/v1/thrivecart.js"></script><a data-thrivecart-account="clickmovement" data-thrivecart-tpl="v2" data-thrivecart-product="4" data-thrivecart-quietbranding="yes" class="thrivecart-button thrivecart-button-styled thrivecart-button_style-square thrivecart-button-custom " style="background-color: #ffffff;color:#000000;width:100%;font-weight:bold;text-transform:uppercase;">Get This Offer</a></div></div></div></div></div></div><div class="vc_row_inner tdi_127 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_127{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_127,.tdi_127 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.tdi_127 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_127{margin-left:-0px;margin-right:-0px}.tdi_127 .vc_column_inner{padding-left:0px;padding-right:0px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_127{margin-left:-10px;margin-right:-10px}.tdi_127 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_127{margin-left:-5px;margin-right:-5px}.tdi_127 .vc_column_inner{padding-left:5px;padding-right:5px}}}.tdi_127{padding-right:13%!important;padding-left:13%!important}.tdi_127 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_127{padding-right:10%!important;padding-left:10%!important}}@media (max-width:767px){.tdi_127{padding-right:0px!important;padding-left:0px!important;width:100%!important}}</style><div class="vc_column_inner tdi_129 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped>.tdi_129{vertical-align:baseline}.tdi_129 .vc_column-inner>.wpb_wrapper,.tdi_129 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_129 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_129{padding-top:20px!important;padding-right:20px!important;padding-bottom:25px!important;padding-left:20px!important;position:relative}@media (min-width:768px) and (max-width:1018px){.tdi_129{padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_129{padding-top:15px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important}}@media (max-width:767px){.tdi_129{padding-top:10px!important;padding-right:10px!important;padding-bottom:15px!important;padding-left:10px!important}}</style> <div class="tdi_128_rand_style td-element-style" ><style>.tdi_128_rand_style{background-color:var(--today-news-white-transparent2)!important}</style></div><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_130 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_130" > <style>.tdi_130{margin-bottom:10px!important;width:100%!important}@media (min-width:1019px) and (max-width:1140px){.tdi_130{margin-bottom:7px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_130{margin-bottom:3px!important}}@media (max-width:767px){.tdi_130{margin-bottom:7px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_131 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_131 .tdm-title{font-family:Montserrat!important;font-size:21px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_131 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_131 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdc-row .tdi_131 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_131 "><h3 class="tdm-title tdm-title-sm">Your paid subscription delivers more than headlines: </h3></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_list tdi_132 tdm-content-horiz-left td-pb-border-top td_block_template_1 tdm-list-with-icons" data-td-block-uid="tdi_132" > <style>.tdi_132{margin-bottom:0px!important;width:100%!important}@media (min-width:1019px) and (max-width:1140px){.tdi_132{padding-right:14px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_132{padding-right:8px!important}}@media (max-width:767px){.tdi_132{padding-right:0px!important;width:100%!important}}</style> <style>.tdc-row .tdi_132 .tdm-list-item{width:100%}.tdc-row .tdi_132 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0}.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px;font-family:Montserrat!important;font-size:17px!important;line-height:1.3!important}.tdc-row .tdi_132 .tdm-list-text,.tdc-row .tdi_132 .tdm-list-text a{color:var(--today-news-white)}.tdc-row .tdi_132 .tdm-list-item i{color:var(--today-news-white);font-size:14px}.tdc-row .tdi_132 .tdm-list-item svg,.tdc-row .tdi_132 .tdm-list-item svg *{fill:var(--today-news-white)}.tdc-row .tdi_132 .tdm-list-item .tdm-list-icon{top:3px;margin-right:10px}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_132 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px;font-size:12px!important;line-height:1.2!important}.tdc-row .tdi_132 .tdm-list-item i{font-size:8px}.tdc-row .tdi_132 .tdm-list-item .tdm-list-icon{top:4px;margin-right:8px}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_132 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px;font-size:11px!important;line-height:1.15!important}.tdc-row .tdi_132 .tdm-list-item i{font-size:6px}.tdc-row .tdi_132 .tdm-list-item .tdm-list-icon{margin-right:6px}}@media (max-width:767px){.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px!important}.tdc-row .tdi_132 .tdm-list-item:nth-last-child(-n+1){margin-bottom:0!important}.tdc-row .tdi_132 .tdm-list-item{margin-bottom:8px;font-size:12px!important;line-height:1.2!important}.tdc-row .tdi_132 .tdm-list-item i{font-size:6px}.tdc-row .tdi_132 .tdm-list-item .tdm-list-icon{top:4px;margin-right:8px}}</style><div class="tdm-col td-fix-index"><ul class="tdm-list-items"><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Access to subscriber only ‘Win The Argument’ Research Papers</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Opportunity to join the conversation with our Team Freedom Community</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Get First to Know ‘Breaking News Updates’ for subscribers only</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Supports the cost to create high-quality, fact based news.</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Annual Members: Get our signature Team Freedom T-Shirt</span></li><li class="tdm-list-item"><i class="tdm-list-icon td-icon-right-arrow"></i><span class="tdm-list-text">Annual Members: Submit your content to be published on American Conservatives</span></li></ul></div></div></div></div></div></div></div></div></div></div></div></div> <div class='code-block code-block-5' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC After-Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="4928358973" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <!-- AI CONTENT END 2 --> </div></div></div></div></div></div><div class="vc_column tdi_134 wpb_column vc_column_container tdc-column td-pb-span6"> <style scoped>.tdi_134{vertical-align:baseline}.tdi_134>.wpb_wrapper,.tdi_134>.wpb_wrapper>.tdc-elements{display:block}.tdi_134>.wpb_wrapper>.tdc-elements{width:100%}.tdi_134>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_134>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_logo tdi_135 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_135" > <style>.tdi_135{margin-top:-10px!important}</style> <style>.tdi_135 .tdb-logo-a,.tdi_135 h1{flex-direction:row}.tdi_135 .tdb-logo-a,.tdi_135 h1{align-items:center;justify-content:center}.tdi_135 .tdb-logo-svg-wrap{display:block}.tdi_135 .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdi_135 .tdb-logo-text-tagline{margin-top:2px;margin-left:0;display:block}.tdi_135 .tdb-logo-text-title{display:none;color:var(--today-news-white);font-family:Montserrat!important;font-size:78px!important;line-height:1.4!important;font-weight:700!important;letter-spacing:-5px!important;}.tdi_135 .tdb-logo-text-wrap{flex-direction:column;align-items:flex-start}.tdi_135 .tdb-logo-icon{top:0px;display:block}@media (min-width:1019px) and (max-width:1140px){.tdi_135 .tdb-logo-text-title{font-size:72px!important;}}@media (min-width:768px) and (max-width:1018px){.tdi_135 .tdb-logo-text-title{font-size:58px!important;}}</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://americanconservatives.com/"><span class="tdb-logo-text-wrap"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img td-retina-data" data-retina="https://americanconservatives.com/wp-content/uploads/2022/06/americanconservatives544-300x84.png" src="https://americanconservatives.com/wp-content/uploads/2022/06/americanconservatives272.png" alt="AMERICAN CONSERVATIVES" title="" width="272" height="76" /></span></span></a></div></div> <!-- ./block --></div></div><div class="vc_column tdi_137 wpb_column vc_column_container tdc-column td-pb-span3"> <style scoped>.tdi_137{vertical-align:baseline}.tdi_137>.wpb_wrapper,.tdi_137>.wpb_wrapper>.tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start}.tdi_137>.wpb_wrapper>.tdc-elements{width:100%}.tdi_137>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_137>.wpb_wrapper{width:100%;height:100%}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap td_block_wrap tdm_block_popup tdi_138 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_138" > <style>.tdi_138{margin-bottom:0px!important}</style> <style>body .tdi_138{display:inline-block}body .tdi_138 .tds-button{text-align:right}body .tdi_138 .tds-button .tdm-btn-icon{position:relative;top:-1px}#tdm-popup-modal-td_m_5294{align-items:center;justify-content:flex-end;z-index:10002}#tdm-popup-modal-td_m_5294.tdm-popup-modal-over-screen .tdm-popup-modal{opacity:0;transform:translateX(calc(100% + 1px));transition:opacity .2s ease-in,transform .2s ease-in}#tdm-popup-modal-td_m_5294.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal{opacity:1;transform:translateX(0);transition:opacity .2s ease-out,transform .2s ease-out}#tdm-popup-modal-td_m_5294 .tdm-popup-modal{width:100%;height:100%;border-radius:0px;box-shadow:none;background-color:var(--today-news-accent)}#tdm-popup-modal-td_m_5294 .tdm-pm-header{display:flex;position:absolute;top:0;left:0;pointer-events:none;padding:20px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5294 .tdm-pmh-close{pointer-events:auto;font-size:18px;top:0px;color:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5294 .tdm-pmh-close svg{width:18px;fill:var(--today-news-white-transparent)}#tdm-popup-modal-td_m_5294 .tdm-pm-body{padding:50px 20px}#tdm-popup-modal-td_m_5294.tdm-popup-modal-open{pointer-events:auto}#tdm-popup-modal-td_m_5294 .tdm-popup-modal-bg{background:rgba(0,0,0,0)}#tdm-popup-modal-td_m_5294 .tdm-pmh-close:hover{color:var(--today-news-white)}#tdm-popup-modal-td_m_5294 .tdm-pmh-close:hover svg{fill:var(--today-news-white)}@media (min-width:1019px) and (max-width:1140px){#tdm-popup-modal-td_m_5294 .tdm-pmh-close{font-size:16px}#tdm-popup-modal-td_m_5294 .tdm-pmh-close svg{width:16px}#tdm-popup-modal-td_m_5294 .tdm-pm-header{padding:15px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5294 .tdm-pm-body{padding:40px 15px}}@media (min-width:768px) and (max-width:1018px){#tdm-popup-modal-td_m_5294 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5294 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5294 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5294 .tdm-pm-body{padding:30px 10px}}@media (max-width:767px){#tdm-popup-modal-td_m_5294 .tdm-pmh-close{font-size:14px}#tdm-popup-modal-td_m_5294 .tdm-pmh-close svg{width:14px}#tdm-popup-modal-td_m_5294 .tdm-pm-header{padding:10px;border-width:0px;border-style:solid;border-color:#EBEBEB}#tdm-popup-modal-td_m_5294 .tdm-pm-body{padding:30px 0}}</style><script>var block_tdi_138 = new tdBlock(); block_tdi_138.id = "tdi_138"; block_tdi_138.atts = '{"button_size":"tdm-btn-lg","modal_align":"center-right","modal_id":"td_m_5294","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19","page_id":"3660","btn_align_horiz":"content-horiz-right","tds_button":"tds_button1","button_tdicon":"td-icon-magnifier-big-rounded","tds_button5-text_color":"var(--today-news-pro-white-transparent)","button_icon_space":"eyJhbGwiOjEwLCJwb3J0cmFpdCI6IjgifQ==","button_icon_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIyMCJ9","tds_button5-text_hover_color":"var(--today-news-pro-white)","button_text":"Search","tds_button5-f_btn_text_font_family":"394","tds_button5-f_btn_text_font_size":"14","tds_button5-f_btn_text_font_weight":"700","tds_button5-f_btn_text_font_line_height":"1.3","tds_button5-icon_color":"var(--today-news-pro-white)","tds_button5-f_btn_text_font_transform":"uppercase","btn_display":"inline","tds_button1-background_color":"var(--today-news-white-transparent2)","tds_button1-border_radius":"100","tds_button1-f_btn_text_font_family":"394","tds_button1-f_btn_text_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSJ9","tds_button1-f_btn_text_font_line_height":"1.3","tds_button1-f_btn_text_font_transform":"uppercase","tds_button1-f_btn_text_font_weight":"700","tds_button1-background_hover_color":"rgba(255,255,255,0)","button_padding":"eyJhbGwiOiI3cHggMjBweCA5cHgiLCJsYW5kc2NhcGUiOiI2cHggMThweCA3cHgiLCJwb3J0cmFpdCI6IjVweCAxMnB4IDZweCJ9","tds_button1-text_color":"#212121","icon_align":"-1","overlay_bg":"rgba(0,0,0,0)","modal_width":"100%","tds_button1-text_hover_color":"#ff2800","trigg_btn_enable":"yes","modal_height":"100%","header_pos":"over-content","all_head_border":"0","modal_border_radius":"0","modal_shadow_shadow_size":"0","modal_bg":"var(--today-news-accent)","body_padd":"eyJhbGwiOiI1MHB4IDIwcHgiLCJsYW5kc2NhcGUiOiI0MHB4IDE1cHgiLCJwb3J0cmFpdCI6IjMwcHggMTBweCIsInBob25lIjoiMzBweCAwIn0=","modal_transition":"slide","head_icon_color":"var(--today-news-white-transparent)","head_icon_color_h":"var(--today-news-white)","head_padd":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTAifQ==","head_icon_size":"eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTQiLCJsYW5kc2NhcGUiOiIxNiIsInBob25lIjoiMTQifQ==","site_scroll":"yes","tds_button1-icon_color":"#212121","block_type":"tdm_block_popup","show_modal_composer":"","close_modals":"","separator":"","content_source":"page","content_load":"","source_modal_id":"","custom_code":"","button_url":"","button_open_in_new_window":"","button_url_rel":"","button_icon_aria":"","button_icon_position":"","button_width":"","btn_float_right":"","ga_event_action":"","ga_event_category":"","ga_event_label":"","fb_pixel_event_name":"","fb_pixel_event_content_name":"","trigg_page_load_enable":"","modal_open_delay":"","modal_close_after":"","modal_prevent_open":"","trigg_cursor_area_enable":"","area_vertical_space":"200","modal_area_prevent_open":"","trigg_scroll_enable":"","scroll_distance":"","modal_scroll_prevent_open":"","open_position":"over-screen","modal_space":"","all_modal_border":"","all_modal_border_style":"solid","show_header":"","head_title":"","head_title_url":"","head_title_url_target":"","head_tdicon":"","head_icon_align":"0","all_head_border_style":"solid","hide_for_user_type":"","logged_plan_id":"","author_plan_id":"","all_modal_border_color":"","modal_shadow_shadow_header":"","modal_shadow_shadow_title":"Modal shadow","modal_shadow_shadow_offset_horizontal":"","modal_shadow_shadow_offset_vertical":"","modal_shadow_shadow_spread":"","modal_shadow_shadow_color":"","head_title_color":"","head_title_url_color":"","head_title_url_color_h":"","head_bg":"","all_head_border_color":"","f_head_font_header":"","f_head_font_title":"Header title text","f_head_font_settings":"","f_head_font_family":"","f_head_font_size":"","f_head_font_line_height":"","f_head_font_style":"","f_head_font_weight":"","f_head_font_transform":"","f_head_font_spacing":"","f_head_":"","body_bg":"","el_class":"","css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","class":"tdi_138","tdc_css_class":"tdi_138","tdc_css_class_style":"tdi_138_rand_style"}'; block_tdi_138.td_column_number = "1"; block_tdi_138.block_type = "tdm_block_popup"; block_tdi_138.post_count = "5"; block_tdi_138.found_posts = "3285"; block_tdi_138.header_color = ""; block_tdi_138.ajax_pagination_infinite_stop = ""; block_tdi_138.max_num_pages = "657"; tdBlocksArray.push(block_tdi_138); </script> <style>body .tdi_139{background-color:var(--today-news-white-transparent2)}body .tdi_139:before{background-color:rgba(255,255,255,0)}.tdi_139 .tdm-btn-text,.tdi_139 i{color:#212121}.tdi_139 svg{fill:#212121;fill:#212121;width:24px;height:auto}.tdi_139 svg *{fill:inherit;fill:inherit}body .tdi_139:hover .tdm-btn-text,body .tdi_139:hover i{color:#ff2800;-webkit-text-fill-color:unset;background:transparent;transition:none}body .tdi_139:hover svg{fill:#ff2800}body .tdi_139:hover svg *{fill:inherit}.tdi_139 i{color:#212121;-webkit-text-fill-color:unset;background:transparent}.tdi_139{padding:7px 20px 9px;height:auto;line-height:1;font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;height:auto}.tdi_139 .tdm-btn-icon:last-child{margin-left:10px}.tdi_139,.tdi_139:before{border-radius:100px}@media (min-width:1019px) and (max-width:1140px){.tdi_139{padding:6px 18px 7px;height:auto;line-height:1}.tdi_139 svg{width:22px;height:auto}.tdi_139{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_139{padding:5px 12px 6px;height:auto;line-height:1}.tdi_139 svg{width:20px;height:auto}.tdi_139 .tdm-btn-icon:last-child{margin-left:8px}.tdi_139{font-size:11px!important}}</style><div class="tds-button td-fix-index"><a href="#" title="Search" class="tds-button1 tdm-btn tdm-btn-lg tdi_139 " ><span class="tdm-btn-text">Search</span><span class="tdm-btn-icon tdm-btn-icon-svg" ><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></a></div><div id="tdm-popup-modal-td_m_5294" class="tdm-popup-modal-wrap tdm-popup-modal-over-screen" style="display:none;" ><div class="tdm-popup-modal-bg"></div><div class="tdm-popup-modal td-theme-wrap"><div class="tdm-pm-header"><div class="tdm-pmh-close" ><i class="td-icon-modal-close"></i></div></div><div class="tdm-pm-body"><div id="tdi_140" class="tdc-zone"><div class="tdc_zone tdi_141 wpb_row td-pb-row" > <style scoped>.tdi_141{min-height:0}</style><div id="tdi_142" class="tdc-row"><div class="vc_row tdi_143 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_143,.tdi_143 .tdc-columns{min-height:0}.tdi_143,.tdi_143 .tdc-columns{display:block}.tdi_143 .tdc-columns{width:100%}.tdi_143{position:relative}.tdi_143 .td_block_wrap{text-align:left}</style> <div class="tdi_142_rand_style td-element-style" ><style>.tdi_142_rand_style{background-color:var(--today-news-accent)!important}</style></div><div class="vc_column tdi_145 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_145{vertical-align:baseline}.tdi_145>.wpb_wrapper,.tdi_145>.wpb_wrapper>.tdc-elements{display:block}.tdi_145>.wpb_wrapper>.tdc-elements{width:100%}.tdi_145>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_145>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_146 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_146" > <style>.tdi_146{margin-bottom:25px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_146{margin-bottom:20px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_146{margin-bottom:15px!important}}@media (max-width:767px){.tdi_146{margin-bottom:15px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdc-row .tdi_147 .tdm-title{color:var(--today-news-white)}.tdc-row .tdi_147 .tdm-title{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-2px!important}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_147 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_147 .tdm-title{font-size:22px!important}}@media (max-width:767px){.tdc-row .tdi_147 .tdm-title{font-size:20px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_147 "><h3 class="tdm-title tdm-title-sm">Search for an article</h3></div></div></div></div><div class="td_block_wrap tdb_header_search tdi_148 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_148" > <style>.tdb_module_header{width:100%;padding-bottom:0}.tdb_module_header .td-module-container{display:flex;flex-direction:column;position:relative}.tdb_module_header .td-module-container:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px}.tdb_module_header .td-image-wrap{display:block;position:relative;padding-bottom:70%}.tdb_module_header .td-image-container{position:relative;width:100%;flex:0 0 auto}.tdb_module_header .td-module-thumb{margin-bottom:0}.tdb_module_header .td-module-meta-info{width:100%;margin-bottom:0;padding:7px 0 0 0;z-index:1;border:0 solid #eaeaea;min-height:0}.tdb_module_header .entry-title{margin:0;font-size:13px;font-weight:500;line-height:18px}.tdb_module_header .td-post-author-name,.tdb_module_header .td-post-date,.tdb_module_header .td-module-comments{vertical-align:text-top}.tdb_module_header .td-post-author-name,.tdb_module_header .td-post-date{top:3px}.tdb_module_header .td-thumb-css{width:100%;height:100%;position:absolute;background-size:cover;background-position:center center}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category),.tdb_module_header .td-post-vid-time{position:absolute;z-index:2;bottom:0}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category){left:0}.tdb_module_header .td-post-vid-time{right:0;background-color:#000;padding:3px 6px 4px;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:10px;font-weight:600;line-height:1;color:#fff}.tdb_module_header .td-excerpt{margin:20px 0 0;line-height:21px}.tdb_module_header .td-read-more{margin:20px 0 0}.tdb_module_search .tdb-author-photo{display:inline-block}.tdb_module_search .tdb-author-photo,.tdb_module_search .tdb-author-photo img{vertical-align:middle}.tdb_module_search .td-post-author-name{white-space:normal}.tdb_header_search{margin-bottom:0;clear:none}.tdb_header_search .tdb-block-inner{position:relative;display:inline-block;width:100%}.tdb_header_search .tdb-search-form{position:relative;padding:20px;border-width:3px 0 0;border-style:solid;border-color:var(--td_theme_color,#4db2ec);pointer-events:auto}.tdb_header_search .tdb-search-form:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff}.tdb_header_search .tdb-search-form-inner{position:relative;display:flex;background-color:#fff}.tdb_header_search .tdb-search-form-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e1e1e1;pointer-events:none}.tdb_header_search .tdb-head-search-placeholder{position:absolute;top:50%;transform:translateY(-50%);padding:3px 9px;font-size:12px;line-height:21px;color:#999;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;pointer-events:none}.tdb_header_search .tdb-head-search-form-input:focus+.tdb-head-search-placeholder,.tdb-head-search-form-input:not(:placeholder-shown)~.tdb-head-search-placeholder{opacity:0}.tdb_header_search .tdb-head-search-form-btn,.tdb_header_search .tdb-head-search-form-input{height:auto;min-height:32px}.tdb_header_search .tdb-head-search-form-input{color:#444;flex:1;background-color:transparent;border:0}.tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus{color:transparent;text-shadow:0 0 0 #444}.tdb_header_search .tdb-head-search-form-btn{margin-bottom:0;padding:0 15px;background-color:#222222;font-family:'Roboto',sans-serif;font-size:13px;font-weight:500;color:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1}.tdb_header_search .tdb-head-search-form-btn:hover{background-color:var(--td_theme_color,#4db2ec)}.tdb_header_search .tdb-head-search-form-btn i,.tdb_header_search .tdb-head-search-form-btn span{display:inline-block;vertical-align:middle}.tdb_header_search .tdb-head-search-form-btn i{font-size:12px}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon{position:relative}.tdb_header_search .tdb-head-search-form-btn .tdb-head-search-form-btn-icon-svg{line-height:0}.tdb_header_search .tdb-head-search-form-btn svg{width:12px;height:auto}.tdb_header_search .tdb-head-search-form-btn svg,.tdb_header_search .tdb-head-search-form-btn svg *{fill:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tdb_header_search .tdb-aj-search-results{padding:20px;background-color:rgba(144,144,144,0.02);border-width:1px 0;border-style:solid;border-color:#ededed;background-color:#fff}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child{margin-bottom:0;padding-bottom:0}.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before{display:none}.tdb_header_search .tdb-aj-search-inner{display:flex;flex-wrap:wrap;*zoom:1}.tdb_header_search .tdb-aj-search-inner:before,.tdb_header_search .tdb-aj-search-inner:after{display:table;content:'';line-height:0}.tdb_header_search .tdb-aj-search-inner:after{clear:both}.tdb_header_search .result-msg{padding:4px 0 6px 0;font-family:'Roboto',sans-serif;font-size:12px;font-style:italic;background-color:#fff}.tdb_header_search .result-msg a{color:#222}.tdb_header_search .result-msg a:hover{color:var(--td_theme_color,#4db2ec)}.tdb_header_search .td-module-meta-info,.tdb_header_search .td-next-prev-wrap{text-align:left}.tdb_header_search .td_module_wrap:hover .entry-title a{color:var(--td_theme_color,#4db2ec)}.tdb_header_search .tdb-aj-cur-element .entry-title a{color:var(--td_theme_color,#4db2ec)}.tdc-dragged .tdb-head-search-btn:after,.tdc-dragged .tdb-drop-down-search{visibility:hidden!important;opacity:0!important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tdc-row .tdi_148 .tdb-search-form{padding:0px;border-width:0px}.tdc-row .tdi_148 .tdb-head-search-form-input,.tdc-row .tdi_148 .tdb-head-search-placeholder{padding:0 15px}.tdc-row .tdi_148 .tdb-search-form-inner:after{border-width:0px}.tdc-row .tdi_148 .tdb-head-search-form-btn svg{width:24px}.tdc-row .tdi_148 .tdb-head-search-form-btn-icon{top:-2px}.tdc-row .tdi_148 .tdb-aj-search-results{padding:40px 0;border-width:0px;background-color:rgba(0,0,0,0)}.tdc-row .tdi_148 .result-msg{padding:20px 0 0;border-width:1px 0 0;border-style:solid;border-color:#000;text-align:center;background-color:rgba(0,0,0,0);border-color:var(--today-news-white-transparent2);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-style:normal!important;font-weight:700!important;letter-spacing:-0.5px!important}.tdc-row .tdi_148 .tdb-search-form:before{background-color:rgba(0,0,0,0)}.tdc-row .tdi_148 .tdb-drop-down-search-inner{box-shadow:none}.tdc-row .tdi_148 .tdb-head-search-form-input{color:var(--today-news-white);font-family:Montserrat!important;font-size:13px!important;line-height:3.8!important;font-weight:500!important}.tdc-row .tdi_148 .tdb-head-search-form-input.tdb-head-search-nofocus{text-shadow:0 0 0 var(--today-news-white)}.tdc-row .tdi_148 .tdb-head-search-placeholder{color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:13px!important;line-height:3.8!important;font-weight:500!important}.tdc-row .tdi_148 .tdb-search-form-inner{background-color:var(--today-news-white-transparent2)}.tdc-row .tdi_148 .tdb-head-search-form-btn{background-color:var(--today-news-white-transparent2)}.tdc-row .tdi_148 .tdb-head-search-form-btn:hover{background-color:rgba(0,0,0,0)}.tdc-row .tdi_148 .result-msg,.tdc-row .tdi_148 .result-msg a{color:var(--today-news-white-transparent)}.tdc-row .tdi_148 .result-msg a:hover{color:var(--today-news-white)}.tdc-row .tdi_148 .td_module_wrap{width:25%;float:left;padding-left:10px;padding-right:10px;padding-bottom:10px;margin-bottom:10px}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0;padding-bottom:0}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none}.tdc-row .tdi_148 .tdb-aj-search-inner{margin-left:-10px;margin-right:-10px}.tdc-row .tdi_148 .td-module-container:before{bottom:-10px;border-color:#eaeaea}.tdc-row .tdi_148 .td-module-container{border-color:#eaeaea;flex-direction:column}.tdc-row .tdi_148 .entry-thumb{background-position:center 50%}.tdc-row .tdi_148 .td-image-wrap{padding-bottom:60%}.tdc-row .tdi_148 .td-image-container{display:block;order:0}.ie10 .tdc-row .tdi_148 .td-module-meta-info,.ie11 .tdc-row .tdi_148 .td-module-meta-info{flex:auto}.tdc-row .tdi_148 .td-post-vid-time{display:block}.tdc-row .tdi_148 .td-module-meta-info{padding:15px 0 0;border-color:#eaeaea}.tdc-row .tdi_148 .entry-title{margin:0 0 5px;font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdc-row .tdi_148 .td-excerpt{column-count:1;column-gap:48px;display:none}.tdc-row .tdi_148 .td-post-category{margin:0 0 7px;padding:0px;background-color:rgba(0,0,0,0);color:var(--today-news-white-transparent);font-family:Montserrat!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdc-row .tdi_148 .td-read-more{display:none}.tdc-row .tdi_148 .td-author-date{display:inline}.tdc-row .tdi_148 .td-post-author-name{display:none}.tdc-row .tdi_148 .entry-review-stars{display:none}.tdc-row .tdi_148 .td-icon-star,.tdc-row .tdi_148 .td-icon-star-empty,.tdc-row .tdi_148 .td-icon-star-half{font-size:15px}.tdc-row .tdi_148 .td-module-comments{display:none}.tdc-row .tdi_148 .tdb-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdc-row .tdi_148 .td-post-category:hover{background-color:rgba(0,0,0,0)!important}.tdc-row .tdi_148 .td-module-title a{color:var(--today-news-white)}body .tdc-row .tdi_148 .td_module_wrap:hover .td-module-title a,.tdc-row .tdi_148 .tdb-aj-cur-element .entry-title a{color:var(--today-news-white-transparent)!important}.tdc-row .tdi_148 .td-post-date,.tdc-row .tdi_148 .td-post-author-name span{color:var(--today-news-white-transparent)}.tdc-row .tdi_148 .td-editor-date,.tdc-row .tdi_148 .td-editor-date .td-post-author-name,.tdc-row .tdi_148 .td-module-comments a{font-family:Montserrat!important;font-size:11px!important;line-height:1.2!important}.tdc-row .tdi_148 .td-module-exclusive .td-module-title a:before{display:inline-block}@media (min-width:1019px) and (max-width:1140px){.tdc-row .tdi_148 .tdb-head-search-form-input,.tdc-row .tdi_148 .tdb-head-search-placeholder{padding:0 13px}.tdc-row .tdi_148 .tdb-head-search-form-btn svg{width:22px}.tdc-row .tdi_148 .tdb-head-search-form-btn{padding:0 13px}.tdc-row .tdi_148 .tdb-aj-search-results{padding:30px 0}.tdc-row .tdi_148 .result-msg{padding:15px 0 0;font-size:12px!important}.tdc-row .tdi_148 .tdb-head-search-form-input{font-size:12px!important}.tdc-row .tdi_148 .tdb-head-search-placeholder{font-size:12px!important}.tdc-row .tdi_148 .td_module_wrap{padding-bottom:7.5px!important;margin-bottom:7.5px!important;padding-left:7.5px;padding-right:7.5px;padding-bottom:7.5px;margin-bottom:7.5px}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0!important;padding-bottom:0!important}.tdc-row .tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none!important}.tdc-row .tdi_148 .tdb-aj-search-inner{margin-left:-7.5px;margin-right:-7.5px}.tdc-row .tdi_148 .td-module-container:before{bottom:-7.5px}.tdc-row .tdi_148 .td-module-meta-info{padding:12px 0 0}.tdc-row .tdi_148 .entry-title{margin:0 0 3px;font-size:13px!important}.tdc-row .tdi_148 .td-post-category{margin:0 0 5px;font-size:11px!important}.tdc-row .tdi_148 .td-editor-date,.tdc-row .tdi_148 .td-editor-date .td-post-author-name,.tdc-row .tdi_148 .td-module-comments a{font-size:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdc-row .tdi_148 .tdb-head-search-form-input,.tdc-row .tdi_148 .tdb-head-search-placeholder{padding:0 10px}.tdc-row .tdi_148 .tdb-head-search-form-btn svg{width:20px}.tdc-row .tdi_148 .tdb-head-search-form-btn{padding:0 10px}.tdc-row .tdi_148 .tdb-aj-search-results{padding:25px 0}.tdc-row .tdi_148 .result-msg{padding:10px 0 0;font-size:11px!important}.tdc-row .tdi_148 .tdb-head-search-form-input{font-size:11px!important;line-height:3.6!important}.tdc-row .tdi_148 .tdb-head-search-placeholder{font-size:11px!important;line-height:3.6!important}.tdc-row .tdi_148 .td_module_wrap{padding-bottom:5px!important;margin-bottom:5px!important;padding-left:5px;padding-right:5px;padding-bottom:5px;margin-bottom:5px}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0!important;padding-bottom:0!important}.tdc-row .tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none!important}.tdc-row .tdi_148 .tdb-aj-search-inner{margin-left:-5px;margin-right:-5px}.tdc-row .tdi_148 .td-module-container:before{bottom:-5px}.tdc-row .tdi_148 .td-module-meta-info{padding:8px 0 0}.tdc-row .tdi_148 .entry-title{margin:0 0 1px;font-size:11px!important}.tdc-row .tdi_148 .td-post-category{margin:0 0 2px;font-size:10px!important}.tdc-row .tdi_148 .td-editor-date,.tdc-row .tdi_148 .td-editor-date .td-post-author-name,.tdc-row .tdi_148 .td-module-comments a{font-size:9px!important}}@media (max-width:767px){.tdc-row .tdi_148 .tdb-head-search-form-input,.tdc-row .tdi_148 .tdb-head-search-placeholder{padding:0 10px}.tdc-row .tdi_148 .tdb-head-search-form-btn svg{width:20px}.tdc-row .tdi_148 .tdb-head-search-form-btn{padding:0 10px}.tdc-row .tdi_148 .tdb-aj-search-results{padding:25px 0}.tdc-row .tdi_148 .result-msg{padding:10px 0 0;font-size:12px!important}.tdc-row .tdi_148 .tdb-head-search-form-input{font-size:12px!important;line-height:3.6!important}.tdc-row .tdi_148 .tdb-head-search-placeholder{font-size:12px!important;line-height:3.6!important}.tdc-row .tdi_148 .td_module_wrap{width:50%;float:left;padding-bottom:5px!important;margin-bottom:5px!important;padding-left:5px;padding-right:5px;padding-bottom:5px;margin-bottom:5px}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+2){margin-bottom:0!important;padding-bottom:0!important}.tdc-row .tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdc-row .tdi_148 .td_module_wrap:nth-last-child(-n+2) .td-module-container:before{display:none!important}.tdc-row .tdi_148 .tdb-aj-search-inner{margin-left:-5px;margin-right:-5px}.tdc-row .tdi_148 .td-module-container:before{bottom:-5px}.tdc-row .tdi_148 .td-module-meta-info{padding:8px 0 0}.tdc-row .tdi_148 .entry-title{margin:0 0 1px;font-size:13px!important}.tdc-row .tdi_148 .td-post-category{margin:0 0 2px;font-size:11px!important}.tdc-row .tdi_148 .td-editor-date,.tdc-row .tdi_148 .td-editor-date .td-post-author-name,.tdc-row .tdi_148 .td-module-comments a{font-size:10px!important}}</style><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="https://americanconservatives.com/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" placeholder=" " type="text" value="" name="s" autocomplete="off" /><div class="tdb-head-search-placeholder">Type in your search query...</div><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" title="Search" type="submit"><span class="tdb-head-search-form-btn-icon tdb-head-search-form-btn-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></button></div></form><div class="tdb-aj-search"></div></div></div></div></div> <!-- ./block --></div></div></div></div></div></div> <div class='code-block code-block-5' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC After-Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="4928358973" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <!-- AI CONTENT END 3 --> </div></div></div></div></div></div></div></div><div id="tdi_149" class="tdc-row stretch_row"><div class="vc_row tdi_150 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_150,.tdi_150 .tdc-columns{min-height:0}.tdi_150,.tdi_150 .tdc-columns{display:block}.tdi_150 .tdc-columns{width:100%}@media (min-width:768px){.tdi_150{margin-left:-15px;margin-right:-15px}.tdi_150 .tdc-row-video-background-error,.tdi_150 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_150{margin-left:-10px;margin-right:-10px}.tdi_150 .tdc-row-video-background-error,.tdi_150 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_150{margin-left:-5px;margin-right:-5px}.tdi_150 .tdc-row-video-background-error,.tdi_150 .vc_column{padding-left:5px;padding-right:5px}}}.tdi_150{position:relative}.tdi_150 .td_block_wrap{text-align:left}</style> <div class="tdi_149_rand_style td-element-style" ><style>.tdi_149_rand_style{background-color:var(--today-news-dark-bg)!important}</style></div><div class="vc_column tdi_152 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_152{vertical-align:baseline}.tdi_152>.wpb_wrapper,.tdi_152>.wpb_wrapper>.tdc-elements{display:block}.tdi_152>.wpb_wrapper>.tdc-elements{width:100%}.tdi_152>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_152>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_menu tdi_153 tds_menu_active1 tds_menu_sub_active2 tdb-menu-items-in-more tdb-mm-align-screen td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_153" style=" z-index: 999;"> <style>.tdb_header_menu .tdb-menu-items-pulldown{-webkit-transition:opacity 0.5s;transition:opacity 0.5s;opacity:1}.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive{white-space:nowrap;opacity:0}.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive .tdb-menu{white-space:nowrap}.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive .tdb-menu>li{float:none;display:inline-block}.tdb_header_menu .tdb-menu-items-dropdown{position:relative;display:inline-block;vertical-align:middle;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_header_menu .tdb-menu-items-dropdown:hover .td-pulldown-filter-list{display:block}.tdb_header_menu .tdb-menu-items-dropdown:hover .td-subcat-more:after{width:100%}.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-sep{position:relative;vertical-align:middle;font-size:14px}.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-more-icon-svg,.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-sep-svg{line-height:0}.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-more-icon-svg svg,.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-sep-svg svg{width:14px;height:auto}.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-more-icon-svg{vertical-align:middle}.tdb_header_menu .tdb-menu-items-empty+.tdb-menu-items-dropdown .tdb-menu-sep{display:none}.tdb_header_menu .td-subcat-more{position:relative;display:inline-block;padding:0 14px;font-size:14px;line-height:48px;vertical-align:middle;-webkit-backface-visibility:hidden;color:#000;cursor:pointer}.tdb_header_menu .td-subcat-more>.tdb-menu-item-text{font-weight:700;text-transform:uppercase;font-family:'Open Sans','Open Sans Regular',sans-serif;float:left}.tdb_header_menu .td-subcat-more:after{content:'';position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:0;height:3px;background-color:var(--td_theme_color,#4db2ec);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width 0.2s ease;transition:width 0.2s ease}.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon{margin:0 0 0 7px}.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon-svg{line-height:0}.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon-svg svg{width:14px;height:auto}.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon-svg svg,.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon-svg svg *{fill:#000}.tdb_header_menu .td-pulldown-filter-list,.tdb_header_menu .td-pulldown-filter-list .sub-menu{position:absolute;width:170px!important;background-color:#fff;display:none;z-index:99}.tdb_header_menu .td-pulldown-filter-list{list-style-type:none;top:100%;left:-15px;margin:0;padding:15px 0;text-align:left}.tdb_header_menu .td-pulldown-filter-list .sub-menu{top:0;right:100%;left:auto;margin-top:-15px}.tdb_header_menu .td-pulldown-filter-list li{margin:0}.tdb_header_menu .td-pulldown-filter-list li a{position:relative;display:block;padding:7px 30px;font-size:12px;line-height:20px;color:#111}.tdb_header_menu .td-pulldown-filter-list li:hover>a{color:var(--td_theme_color,#4db2ec)}.tdb_header_menu .td-pulldown-filter-list li:hover>.sub-menu{display:block!important}.tdb_header_menu .td-pulldown-filter-list li .tdb-menu-sep{display:none}.tdb_header_menu .td-pulldown-filter-list li:not(.tdb-normal-menu)>a>.tdb-sub-menu-icon,.tdb_header_menu .td-pulldown-filter-list li:not(.tdb-normal-menu) .sub-menu{display:none!important}.tdb_header_menu{margin-bottom:0;z-index:999;clear:none}.tdb_header_menu .tdb-main-sub-icon-fake,.tdb_header_menu .tdb-sub-icon-fake{display:none}.rtl .tdb_header_menu .tdb-menu{display:flex}.tdb_header_menu .tdb-menu{display:inline-block;vertical-align:middle;margin:0}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,.tdb_header_menu .tdb-menu .tdb-menu-item-inactive{pointer-events:none}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive>ul,.tdb_header_menu .tdb-menu .tdb-menu-item-inactive>ul{visibility:hidden;opacity:0}.tdb_header_menu .tdb-menu .sub-menu{font-size:14px;position:absolute;top:-999em;background-color:#fff;z-index:99}.tdb_header_menu .tdb-menu .sub-menu>li{list-style-type:none;margin:0;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_header_menu .tdb-menu>li{float:left;list-style-type:none;margin:0}.tdb_header_menu .tdb-menu>li>a{position:relative;display:inline-block;padding:0 14px;font-weight:700;font-size:14px;line-height:48px;vertical-align:middle;text-transform:uppercase;-webkit-backface-visibility:hidden;color:#000;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_header_menu .tdb-menu>li>a:after{content:'';position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:0;height:3px;background-color:var(--td_theme_color,#4db2ec);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width 0.2s ease;transition:width 0.2s ease}.tdb_header_menu .tdb-menu>li>a>.tdb-menu-item-text{display:inline-block}.tdb_header_menu .tdb-menu>li>a .tdb-menu-item-text,.tdb_header_menu .tdb-menu>li>a span{vertical-align:middle;float:left}.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon{margin:0 0 0 7px}.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon-svg{float:none;line-height:0}.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon-svg svg{width:14px;height:auto}.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon-svg svg,.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon-svg svg *{fill:#000}.tdb_header_menu .tdb-menu>li.current-menu-item>a:after,.tdb_header_menu .tdb-menu>li.current-menu-ancestor>a:after,.tdb_header_menu .tdb-menu>li.current-category-ancestor>a:after,.tdb_header_menu .tdb-menu>li.current-page-ancestor>a:after,.tdb_header_menu .tdb-menu>li:hover>a:after,.tdb_header_menu .tdb-menu>li.tdb-hover>a:after{width:100%}.tdb_header_menu .tdb-menu>li:hover>ul,.tdb_header_menu .tdb-menu>li.tdb-hover>ul{top:auto;display:block!important}.tdb_header_menu .tdb-menu>li.td-normal-menu>ul.sub-menu{top:auto;left:0;z-index:99}.tdb_header_menu .tdb-menu>li .tdb-menu-sep{position:relative;vertical-align:middle;font-size:14px}.tdb_header_menu .tdb-menu>li .tdb-menu-sep-svg{line-height:0}.tdb_header_menu .tdb-menu>li .tdb-menu-sep-svg svg{width:14px;height:auto}.tdb_header_menu .tdb-menu>li:last-child .tdb-menu-sep{display:none}.tdb_header_menu .tdb-menu-item-text{word-wrap:break-word}.tdb_header_menu .tdb-menu-item-text,.tdb_header_menu .tdb-sub-menu-icon,.tdb_header_menu .tdb-menu-more-subicon{vertical-align:middle}.tdb_header_menu .tdb-sub-menu-icon,.tdb_header_menu .tdb-menu-more-subicon{position:relative;top:0;padding-left:0}.tdb_header_menu .tdb-normal-menu{position:relative}.tdb_header_menu .tdb-normal-menu ul{left:0;padding:15px 0;text-align:left}.tdb_header_menu .tdb-normal-menu ul ul{margin-top:-15px}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item{position:relative;list-style-type:none}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a{position:relative;display:block;padding:7px 30px;font-size:12px;line-height:20px;color:#111}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon,.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;padding-right:inherit;font-size:7px;line-height:20px}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg,.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon-svg{line-height:0}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg svg,.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon-svg svg{width:7px;height:auto}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg svg,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg svg *,.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon svg,.tdb_header_menu .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon svg *{fill:#000}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover>ul,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover>ul{top:0;display:block!important}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-item>a,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-ancestor>a,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-category-ancestor>a,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-page-ancestor>a,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover>a,.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover>a{color:var(--td_theme_color,#4db2ec)}.tdb_header_menu .tdb-normal-menu>ul{left:-15px}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul,.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{width:100%!important}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li,.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list li{display:inline-block;width:auto!important}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu,.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item{position:static}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul ul{margin-top:0!important}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu>ul{left:0!important}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item>a .tdb-sub-menu-icon{float:none;line-height:1}.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item:hover>ul,.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item.tdb-hover>ul{top:100%}.tdb_header_menu.tdb-menu-sub-inline .tdb-menu-items-dropdown{position:static}.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list{left:0!important}.tdb-menu .tdb-mega-menu .sub-menu{-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;width:1114px!important}.tdb-menu .tdb-mega-menu .sub-menu,.tdb-menu .tdb-mega-menu .sub-menu>li{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tdb-menu .tdb-mega-menu .sub-menu>li{top:0;width:100%;max-width:1114px!important;height:auto;background-color:#fff;border:1px solid #eaeaea;overflow:hidden}.tdc-dragged .tdb-block-menu ul{visibility:hidden!important;opacity:0!important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu{-webkit-transform:translateX(0);transform:translateX(0)}.tdb-mm-align-parent .tdb-menu .tdb-mega-menu{position:relative}.tdb-menu .tdb-mega-menu .tdc-row:not([class*='stretch_row_']),.tdb-menu .tdb-mega-menu .tdc-row-composer:not([class*='stretch_row_']){width:auto!important;max-width:1240px}.tdb-menu .tdb-mega-menu-page>.sub-menu>li .tdb-page-tpl-edit-btns{position:absolute;top:0;left:0;display:none;flex-wrap:wrap;gap:0 4px}.tdb-menu .tdb-mega-menu-page>.sub-menu>li:hover .tdb-page-tpl-edit-btns{display:flex}.tdb-menu .tdb-mega-menu-page>.sub-menu>li .tdb-page-tpl-edit-btn{background-color:#000;padding:1px 8px 2px;font-size:11px;color:#fff;z-index:100}.tdi_153 .td_block_inner{text-align:center}.tdi_153 .tdb-menu>li{margin-right:45px}.tdi_153 .tdb-menu>li:last-child{margin-right:0}.tdi_153 .tdb-menu-items-dropdown{margin-left:45px}.tdi_153 .tdb-menu-items-empty+.tdb-menu-items-dropdown{margin-left:0}.tdi_153 .tdb-menu>li>a,.tdi_153 .td-subcat-more{padding:0px;color:var(--today-news-white)}.tdi_153 .tdb-menu>li .tdb-menu-sep,.tdi_153 .tdb-menu-items-dropdown .tdb-menu-sep{top:-1px}.tdi_153 .tdb-menu>li>a .tdb-sub-menu-icon,.tdi_153 .td-subcat-more .tdb-menu-more-subicon{font-size:16px;margin-left:14px;top:-1px}.tdi_153 .td-subcat-more .tdb-menu-more-icon{top:0px}.tdi_153 .tdb-menu>li>a .tdb-sub-menu-icon-svg svg,.tdi_153 .tdb-menu>li>a .tdb-sub-menu-icon-svg svg *,.tdi_153 .td-subcat-more .tdb-menu-more-subicon-svg svg,.tdi_153 .td-subcat-more .tdb-menu-more-subicon-svg svg *,.tdi_153 .td-subcat-more .tdb-menu-more-icon-svg,.tdi_153 .td-subcat-more .tdb-menu-more-icon-svg *{fill:var(--today-news-white)}.tdi_153 .tdb-menu>li>a,.tdi_153 .td-subcat-more,.tdi_153 .td-subcat-more>.tdb-menu-item-text{font-family:Montserrat!important;font-size:26px!important;line-height:70px!important;letter-spacing:-1px!important}.tdi_153 .tdb-menu .tdb-normal-menu ul,.tdi_153 .td-pulldown-filter-list,.tdi_153 .td-pulldown-filter-list .sub-menu{padding:8px 0;background-color:var(--today-news-dark-bg);box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15)}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li>a{padding:12px 20px}.tdi_153 .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon,.tdi_153 .td-pulldown-filter-list .tdb-menu-item>a .tdb-sub-menu-icon{right:0;margin-top:1px}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li a,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li a{color:var(--today-news-white)}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg svg,.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon-svg svg *,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li a .tdb-sub-menu-icon-svg svg *{fill:var(--today-news-white)}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .td-pulldown-filter-list li a{font-family:Montserrat!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_153:not(.tdb-mm-align-screen) .tdb-mega-menu .sub-menu,.tdi_153 .tdb-mega-menu .sub-menu>li{max-width:100%!important}.tdi_153 .tdb-mega-menu .tdb_header_mega_menu{max-width:1068px;margin:0 auto}.tdi_153 .tdb-mega-menu-page>.sub-menu>li{padding:25px 0 25px 20px}.tdi_153 .tdb-menu .tdb-mega-menu .sub-menu>li{background-color:var(--today-news-dark-bg);border-width:0px;box-shadow:none}@media (max-width:1018px){.tdb_header_menu .td-pulldown-filter-list{left:auto;right:-15px}}@media (max-width:1140px){.tdb-menu .tdb-mega-menu .sub-menu>li{width:100%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_153 .tdb-menu>li{margin-right:40px}.tdi_153 .tdb-menu>li:last-child{margin-right:0}.tdi_153 .tdb-menu-items-dropdown{margin-left:40px}.tdi_153 .tdb-menu-items-empty+.tdb-menu-items-dropdown{margin-left:0}.tdi_153 .tdb-menu>li>a .tdb-sub-menu-icon,.tdi_153 .td-subcat-more .tdb-menu-more-subicon{font-size:15px}.tdi_153 .tdb-menu>li>a,.tdi_153 .td-subcat-more,.tdi_153 .td-subcat-more>.tdb-menu-item-text{font-size:22px!important;line-height:60px!important}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li>a{padding:7px 15px}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .td-pulldown-filter-list li a{font-size:14px!important}.tdi_153 .tdb-mega-menu-page>.sub-menu>li{padding:20px 15px 20px}}@media (min-width:768px) and (max-width:1018px){.tdi_153 .tdb-menu>li{margin-right:35px}.tdi_153 .tdb-menu>li:last-child{margin-right:0}.tdi_153 .tdb-menu-items-dropdown{margin-left:35px}.tdi_153 .tdb-menu-items-empty+.tdb-menu-items-dropdown{margin-left:0}.tdi_153 .tdb-menu>li>a .tdb-sub-menu-icon,.tdi_153 .td-subcat-more .tdb-menu-more-subicon{font-size:14px;margin-left:12px}.tdi_153 .tdb-menu>li>a,.tdi_153 .td-subcat-more,.tdi_153 .td-subcat-more>.tdb-menu-item-text{font-size:18px!important;line-height:50px!important}.tdi_153 .tdb-menu .tdb-normal-menu ul,.tdi_153 .td-pulldown-filter-list,.tdi_153 .td-pulldown-filter-list .sub-menu{padding:2px 0}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .tdb-menu-items-dropdown .td-pulldown-filter-list li>a{padding:8px 10px}.tdi_153 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a,.tdi_153 .td-pulldown-filter-list li a{font-size:13px!important}.tdi_153 .tdb-mega-menu-page>.sub-menu>li{padding:15px 10px}}</style> <style>.tdi_153 .tdb-menu>li>a:after,.tdi_153 .tdb-menu-items-dropdown .td-subcat-more:after{background-color:#ffffff}.tdi_153 .tdb-menu>li>a:after,.tdi_153 .tdb-menu-items-dropdown .td-subcat-more:after{bottom:13px}</style> <style>.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu>a .tdb-menu-item-text,.tds_menu_sub_active2 .td-pulldown-filter-list li>a .tdb-menu-item-text{position:relative}.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li>a .tdb-menu-item-text:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--td_theme_color,#4db2ec);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-menu-item>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li.current-menu-item>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li.current-menu-ancestor>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-category-ancestor>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li.current-category-ancestor>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu:hover>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li:hover>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.tdb-hover>a .tdb-menu-item-text:after,.tds_menu_sub_active2 .td-pulldown-filter-list li.tdb-hover>a .tdb-menu-item-text:after{opacity:1}.tdi_153 .tdb-menu ul .tdb-normal-menu>a .tdb-menu-item-text:after,.tdi_153 .td-pulldown-filter-list li>a .tdb-menu-item-text:after{bottom:-5px;background-color:var(--today-news-white)}</style><div id=tdi_153 class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><div class="tdb-menu-items-pulldown tdb-menu-items-pulldown-inactive"><ul id="menu-main-menu-2" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-custom menu-item-object-custom tdb-cur-menu-item menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-2362"><a href="https://amconservative.wpengine.com/"><div class="tdb-menu-item-text">Home</div></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1551"><a href="https://americanconservatives.com/category/latest-news/"><div class="tdb-menu-item-text">Latest News</div></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-2003"><a href="https://americanconservatives.com/about-us/"><div class="tdb-menu-item-text">About Us</div></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-1547"><a href="https://americanconservatives.com/contact/"><div class="tdb-menu-item-text">Contact Us</div></a></li> </ul><div class="tdb-menu-items-dropdown"><div class="td-subcat-more"><span class="tdb-menu-item-text">More</span><i class="tdb-menu-more-subicon td-icon-right tdb-main-sub-menu-icon"></i><ul class="td-pulldown-filter-list"></ul></div></div></div></div></div></div></div></div></div></div></div> </div> </div> <div id="tdb-autoload-article" data-autoload="off" data-autoload-org-post-id="2075" data-autoload-type="" data-autoload-count="5" > <style> .tdb-autoload-wrap { position: relative; } .tdb-autoload-wrap .tdb-loader-autoload { top: auto !important; bottom: 50px !important; } .tdb-autoload-debug { display: none; width: 1068px; margin-right: auto; margin-left: auto; } @media (min-width: 1019px) and (max-width: 1018px) { .tdb-autoload-debug { width: 740px; } } @media (max-width: 767px) { .tdb-autoload-debug { display: none; width: 100%; padding-left: 20px; padding-right: 20px; } } </style> <div class="td-main-content-wrap td-container-wrap"> <div class="tdc-content-wrap"> <article id="template-id-3669" class="post-3669 tdb_templates type-tdb_templates status-publish post" itemscope itemtype="https://schema.org/Article" > <div class='code-block code-block-1' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC Before Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="8182629158" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <div id="tdi_156" class="tdc-zone"><div class="tdc_zone tdi_157 wpb_row td-pb-row" > <style scoped>.tdi_157{min-height:0}</style><div id="tdi_158" class="tdc-row"><div class="vc_row tdi_159 wpb_row td-pb-row" > <style scoped>.tdi_159,.tdi_159 .tdc-columns{min-height:0}.tdi_159,.tdi_159 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_159 .tdc-columns{width:100%}@media (min-width:768px){.tdi_159{margin-left:-15px;margin-right:-15px}.tdi_159 .tdc-row-video-background-error,.tdi_159 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_159{margin-left:-10px;margin-right:-10px}.tdi_159 .tdc-row-video-background-error,.tdi_159 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_159{margin-left:-10px;margin-right:-10px}.tdi_159 .tdc-row-video-background-error,.tdi_159 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_159,.tdi_159 .tdc-columns{flex-direction:column}}.tdi_159{margin-top:45px!important}.tdi_159 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_159{margin-top:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_159{margin-top:25px!important}}@media (max-width:767px){.tdi_159{margin-top:25px!important}}</style><div class="vc_column tdi_161 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_161{vertical-align:baseline}.tdi_161>.wpb_wrapper,.tdi_161>.wpb_wrapper>.tdc-elements{display:block}.tdi_161>.wpb_wrapper>.tdc-elements{width:100%}.tdi_161>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_161>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_breadcrumbs tdi_162 td-pb-border-top td_block_template_1 tdb-breadcrumbs " data-td-block-uid="tdi_162" > <style>.tdi_162{margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_162{margin-bottom:8px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_162{margin-bottom:5px!important}}@media (max-width:767px){.tdi_162{margin-bottom:5px!important}}</style> <style>.tdb-breadcrumbs{margin-bottom:11px;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:12px;color:#747474;line-height:18px}.tdb-breadcrumbs a{color:#747474}.tdb-breadcrumbs a:hover{color:#000}.tdb-breadcrumbs .tdb-bread-sep{line-height:1;vertical-align:middle}.tdb-breadcrumbs .tdb-bread-sep-svg svg{height:auto}.tdb-breadcrumbs .tdb-bread-sep-svg svg,.tdb-breadcrumbs .tdb-bread-sep-svg svg *{fill:#c3c3c3}.single-tdb_templates.author-template .tdb_breadcrumbs{margin-bottom:2px}.tdb_category_breadcrumbs{margin:21px 0 9px}.search-results .tdb_breadcrumbs{margin-bottom:2px}.tdi_162 .tdb-bread-sep{font-size:8px;margin:0 5px}.tdi_162,.tdi_162 a{color:var(--today-news-dark-gray)}.tdi_162 .tdb-bread-sep-svg svg,.tdi_162 .tdb-bread-sep-svg svg *{fill:var(--today-news-dark-gray)}.tdi_162 a:hover{color:var(--today-news-accent)}.td-theme-wrap .tdi_162{text-align:left}.tdi_162{font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important}@media (min-width:1019px) and (max-width:1140px){.tdi_162{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_162{font-size:11px!important;line-height:1.2!important}}@media (max-width:767px){.tdi_162{font-size:12px!important}}</style><div class="tdb-block-inner td-fix-index"><span><a title="" class="tdb-entry-crumb" href="https://americanconservatives.com/">Home</a></span><i class="tdb-bread-sep td-icon-right"></i><span><a title="View all posts in Latest News" class="tdb-entry-crumb" href="https://americanconservatives.com/category/latest-news/">Latest News</a></span><i class="tdb-bread-sep tdb-bred-no-url-last td-icon-right"></i><span class="tdb-bred-no-url-last">Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs...</span></div></div><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@type": "WebSite", "@id": "https://americanconservatives.com/", "name": "Home" } },{ "@type": "ListItem", "position": 2, "item": { "@type": "WebPage", "@id": "https://americanconservatives.com/category/latest-news/", "name": "Latest News" } },{ "@type": "ListItem", "position": 3, "item": { "@type": "WebPage", "@id": "", "name": "Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs..." } } ] } </script><div class="td_block_wrap tdb_title tdi_163 tdb-single-title td-pb-border-top td_block_template_1" data-td-block-uid="tdi_163" > <style>.tdi_163{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_163{margin-bottom:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_163{margin-bottom:10px!important}}@media (max-width:767px){.tdi_163{margin-bottom:10px!important}}</style> <style>.tdb_title{margin-bottom:19px}.tdb_title.tdb-content-horiz-center{text-align:center}.tdb_title.tdb-content-horiz-center .tdb-title-line{margin:0 auto}.tdb_title.tdb-content-horiz-right{text-align:right}.tdb_title.tdb-content-horiz-right .tdb-title-line{margin-left:auto;margin-right:0}.tdb-title-text{display:inline-block;position:relative;margin:0;word-wrap:break-word;font-size:30px;line-height:38px;font-weight:700}.tdb-first-letter{position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none;text-transform:uppercase;color:rgba(0,0,0,0.08);font-size:6em;font-weight:300;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-0.36em;z-index:-1;-webkit-text-fill-color:initial}.tdb-title-line{display:none;position:relative}.tdb-title-line:after{content:'';width:100%;position:absolute;background-color:var(--td_theme_color,#4db2ec);top:0;left:0;margin:auto}.tdb-single-title .tdb-title-text{font-size:41px;line-height:50px;font-weight:400}.tdi_163 .tdb-title-text{color:var(--today-news-dark-bg);font-family:Montserrat!important;font-size:42px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-2px!important}.tdi_163 .tdb-title-line:after{height:2px;bottom:40%}.tdi_163 .tdb-title-line{height:50px}.td-theme-wrap .tdi_163{text-align:left}.tdi_163 .tdb-first-letter{left:-0.36em;right:auto}@media (min-width:1019px) and (max-width:1140px){.tdi_163 .tdb-title-text{font-size:36px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_163 .tdb-title-text{font-size:32px!important}}@media (max-width:767px){.tdi_163 .tdb-title-text{font-size:34px!important}}</style><div class="tdb-block-inner td-fix-index"><h2 class="tdb-title-text">Biden Refuses To Answer Questions &#038; Walks Away From Plummeting September Jobs Report</h2><div></div><div class="tdb-title-line"></div></div></div><div class="td_block_wrap tdb_single_categories tdi_164 td-pb-border-top td_block_template_1 " data-td-block-uid="tdi_164" > <style>.tdi_164{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_164{margin-bottom:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_164{margin-bottom:10px!important}}@media (max-width:767px){.tdi_164{margin-bottom:12px!important}}</style> <style>.tdb_single_categories{margin:0 0 10px 0;line-height:1;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_single_categories a{pointer-events:auto;font-size:10px;display:inline-block;margin:0 5px 5px 0;line-height:1;color:#fff;padding:3px 6px 4px 6px;white-space:nowrap;position:relative;vertical-align:middle}.tdb_single_categories a:hover .tdb-cat-bg{opacity:0.9}.tdb_single_categories a:hover .tdb-cat-bg:before{opacity:1}.tdb-category i:last-of-type{display:none}.tdb-cat-text{display:inline-block;vertical-align:middle;margin-right:10px}.tdb-cat-sep{font-size:14px;vertical-align:middle;position:relative}.tdb-cat-sep-svg{line-height:0}.tdb-cat-sep-svg svg{width:14px;height:auto}.tdb-cat-bg{position:absolute;background-color:#222;border:1px solid #222;width:100%;height:100%;top:0;left:0;z-index:-1}.tdb-cat-bg:before{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.tdb-cat-style2 .tdb-cat-bg{background-color:rgba(34,34,34,0.85)}.tdi_164 .tdb-entry-category{padding:4px 8px 3px 6px;margin:0 6px 0 0;color:var(--today-news-dark-bg)!important;font-size:12px!important;line-height:1.2!important;font-style:italic!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.2px!important}.tdi_164 .tdb-cat-bg{border-width:0px;transform:skew(-11deg);-webkit-transform:skew(-11deg);background-color:var(--today-news-light-gray)!important}.tdi_164 .tdb-cat-bg:before{background-color:var(--today-news-dark-gray)}.tdi_164 .tdb-entry-category:hover{color:var(--today-news-white)!important}.tdi_164 .tdb-cat-sep{font-size:14px}.tdi_164 .tdb-cat-text{margin-right:10px}.td-theme-wrap .tdi_164{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_164 .tdb-entry-category{padding:3px 7px 2px 5px}.tdi_164 .tdb-entry-category{margin:0 5px 0 0;font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_164 .tdb-entry-category{padding:2px 6px 1px px}.tdi_164 .tdb-entry-category{margin:0 4px 0 0;font-size:11px!important}}@media (max-width:767px){.tdi_164 .tdb-entry-category{padding:2px 6px 1px 4px}.tdi_164 .tdb-entry-category{margin:0 4px 0 0;font-size:11px!important}}</style><div class="tdb-category td-fix-index"><a class="tdb-entry-category" href="https://americanconservatives.com/category/featured/" ><span class="tdb-cat-bg"></span>Featured</a><a class="tdb-entry-category" href="https://americanconservatives.com/category/latest-news/" ><span class="tdb-cat-bg"></span>Latest News</a></div></div><div class="vc_row_inner tdi_166 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_166{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_166,.tdi_166 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_166 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_166{margin-left:-15px;margin-right:-15px}.tdi_166 .vc_column_inner{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_166{margin-left:-10px;margin-right:-10px}.tdi_166 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_166{margin-left:-10px;margin-right:-10px}.tdi_166 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_166,.tdi_166 .tdc-inner-columns{flex-direction:column}}</style><div class="vc_column_inner tdi_168 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_168{vertical-align:baseline}.tdi_168 .vc_column-inner>.wpb_wrapper,.tdi_168 .vc_column-inner>.wpb_wrapper .tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.tdi_168 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_168 .vc_column-inner,.tdi_168 .vc_column-inner>.wpb_wrapper{width:100%;height:100%}div.tdi_168{width:auto!important}@media (max-width:767px){div.tdi_168{width:100%!important}}.tdi_168{padding-bottom:2px!important;border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}@media (max-width:767px){.tdi_168{margin-bottom:8px!important;padding-bottom:8px!important;border-width:0px 0px 1px 0px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_169 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_169" > <style>.tdi_169{margin-right:4px!important;padding-top:1px!important}@media (min-width:768px) and (max-width:1018px){.tdi_169{margin-right:3px!important}}</style> <style>.tdi_169{text-align:left!important}.tdi_169 .tdm-descr{color:var(--today-news-dark-bg);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:500!important;text-transform:uppercase!important}@media (min-width:1019px) and (max-width:1140px){.tdi_169 .tdm-descr{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_169 .tdm-descr{font-size:11px!important;line-height:1.2!important}}</style><p class="tdm-descr">Published on</p></div><div class="td_block_wrap tdb_single_date tdi_170 td-pb-border-top td_block_template_1 tdb-post-meta" data-td-block-uid="tdi_170" > <style>.tdi_170{margin-bottom:0px!important}</style> <style>.tdb-post-meta{margin-bottom:16px;color:#444;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:11px;font-weight:400;clear:none;vertical-align:middle;line-height:1}.tdb-post-meta span,.tdb-post-meta i,.tdb-post-meta time{vertical-align:middle}.tdb_single_date{line-height:30px}.tdb_single_date a{vertical-align:middle}.tdb_single_date .tdb-date-icon-svg{position:relative;line-height:0}.tdb_single_date svg{height:auto}.tdb_single_date svg,.tdb_single_date svg *{fill:#444}.tdi_170 svg{width:14px}.tdi_170 .tdb-date-icon{margin-right:5px}.tdi_170{color:var(--today-news-dark-bg);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important}.tdi_170 svg,.tdi_170 svg *{fill:var(--today-news-dark-bg)}@media (min-width:1019px) and (max-width:1140px){.tdi_170{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_170{font-size:11px!important;line-height:1.2!important}}</style><div class="tdb-block-inner td-fix-index"><time class="entry-date updated td-module-date" datetime="2021-10-09T06:00:31-04:00">Saturday</time></div></div> <!-- ./block --></div></div></div><div class="vc_column_inner tdi_172 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_172{vertical-align:baseline}.tdi_172 .vc_column-inner>.wpb_wrapper,.tdi_172 .vc_column-inner>.wpb_wrapper .tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.tdi_172 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_172 .vc_column-inner,.tdi_172 .vc_column-inner>.wpb_wrapper{width:100%;height:100%}div.tdi_172{width:auto!important}@media (max-width:767px){div.tdi_172{width:100%!important}}.tdi_172{padding-bottom:1px!important;border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}@media (max-width:767px){.tdi_172{margin-bottom:8px!important;padding-bottom:8px!important;border-width:0px 0px 1px 0px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="td_block_wrap tdb_single_author tdi_173 td-pb-border-top td_block_template_1 tdb-post-meta" data-td-block-uid="tdi_173" > <style>.tdi_173{margin-bottom:0px!important}@media(min-width:1141px){.tdi_173{display:none!important}}</style> <style>.tdb_single_author{line-height:30px}.tdb_single_author a{vertical-align:middle}.tdb_single_author .tdb-block-inner{display:flex;align-items:center}.tdb_single_author .tdb-author-name-wrap{display:flex}.tdb_single_author .tdb-author-name{font-weight:700;margin-right:3px}.tdb_single_author .tdb-author-by{margin-right:3px}.tdb_single_author .tdb-author-photo img{display:block}.tdi_173 .tdb-author-name-wrap{align-items:baseline}.tdi_173 .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_173 .tdb-author-by{color:var(--today-news-dark-bg);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:500!important;text-transform:uppercase!important}.tdi_173 .tdb-author-name{color:var(--today-news-accent);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important}.tdi_173 .tdb-author-name:hover{color:var(--today-news-dark-bg)}@media (min-width:1019px) and (max-width:1140px){.tdi_173 .tdb-author-by{font-size:12px!important}.tdi_173 .tdb-author-name{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_173 .tdb-author-by{font-size:11px!important;line-height:1.2!important}.tdi_173 .tdb-author-name{font-size:11px!important;line-height:1.2!important}}</style><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span> <a class="tdb-author-name" href="https://americanconservatives.com/author/nate/">Nate Kennedy</a></div></div></div></div></div></div><div class="vc_column_inner tdi_175 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_175{vertical-align:baseline}.tdi_175 .vc_column-inner>.wpb_wrapper,.tdi_175 .vc_column-inner>.wpb_wrapper .tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.tdi_175 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_175 .vc_column-inner,.tdi_175 .vc_column-inner>.wpb_wrapper{width:100%;height:100%}.tdi_175{flex-grow:1}@media (max-width:767px){.tdi_175 .vc_column-inner>.wpb_wrapper,.tdi_175 .vc_column-inner>.wpb_wrapper .tdc-elements{justify-content:flex-start}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="td_block_wrap tdb_single_post_share tdi_176 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_176" > <style>.tdi_176{margin-top:-5px!important;margin-bottom:-13px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_176{margin-top:-6px!important;margin-bottom:-14px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_176{margin-top:-7px!important;margin-bottom:-15px!important}}</style> <style>.tdb_single_post_share{margin-bottom:23px}.tdb-share-classic{position:relative;height:20px;margin-bottom:15px}.td-post-sharing-show-all-icons .td-social-sharing-hidden .td-social-expand-tabs{display:none}.td-post-sharing_display-vertically .td-post-sharing-visible,.td-post-sharing_display-vertically .td-social-sharing-hidden{display:flex;flex-direction:column}.tdi_176 .td-post-sharing-visible{align-items:flex-start}.tdi_176 .td-ps-border .td-social-sharing-button .td-social-but-icon,.tdi_176 .td-ps-border .td-social-sharing-button .td-social-but-text,.tdi_176 .td-ps-border .td-social-sharing-button .td-social-handler{border-color:rgba(0,0,0,0)}</style><div id="tdi_176" class="td-post-sharing tdb-block td-ps-border td-ps-border-grey td-ps-notext td-ps-icon-color td-ps-text-color td-post-sharing-style16 "> <style>.td-post-sharing-classic{position:relative;height:20px}.td-post-sharing{margin-left:-3px;margin-right:-3px;font-family:'Open Sans','Open Sans Regular',sans-serif;z-index:2;white-space:nowrap;opacity:0}.td-post-sharing.td-social-show-all{white-space:normal}.td-js-loaded .td-post-sharing{-webkit-transition:opacity 0.3s;transition:opacity 0.3s;opacity:1}.td-post-sharing-classic+.td-post-sharing{margin-top:15px}@media (max-width:767px){.td-post-sharing-classic+.td-post-sharing{margin-top:8px}}.td-post-sharing-top{margin-bottom:30px}@media (max-width:767px){.td-post-sharing-top{margin-bottom:20px}}.td-post-sharing-bottom{border-style:solid;border-color:#ededed;border-width:1px 0;padding:21px 0;margin-bottom:42px}.td-post-sharing-bottom .td-post-sharing{margin-bottom:-7px}.td-post-sharing-visible,.td-social-sharing-hidden{display:inline-block}.td-social-sharing-hidden ul{display:none}.td-social-show-all .td-pulldown-filter-list{display:inline-block}.td-social-network,.td-social-handler{position:relative;display:inline-block;margin:0 3px 7px;height:40px;min-width:40px;font-size:11px;text-align:center;vertical-align:middle}.td-ps-notext .td-social-network .td-social-but-icon,.td-ps-notext .td-social-handler .td-social-but-icon{border-top-right-radius:2px;border-bottom-right-radius:2px}.td-social-network{color:#000;overflow:hidden}.td-social-network .td-social-but-icon{border-top-left-radius:2px;border-bottom-left-radius:2px}.td-social-network .td-social-but-text{border-top-right-radius:2px;border-bottom-right-radius:2px}.td-social-network:hover{opacity:0.8!important}.td-social-handler{color:#444;border:1px solid #e9e9e9;border-radius:2px}.td-social-handler .td-social-but-text{font-weight:700}.td-social-handler .td-social-but-text:before{background-color:#000;opacity:0.08}.td-social-share-text{margin-right:18px}.td-social-share-text:before,.td-social-share-text:after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:100%;width:0;height:0;border-style:solid}.td-social-share-text:before{border-width:9px 0 9px 11px;border-color:transparent transparent transparent #e9e9e9}.td-social-share-text:after{border-width:8px 0 8px 10px;border-color:transparent transparent transparent #fff}.td-social-but-text,.td-social-but-icon{display:inline-block;position:relative}.td-social-but-icon{padding-left:13px;padding-right:13px;line-height:40px;z-index:1}.td-social-but-icon i{position:relative;top:-1px;vertical-align:middle}.td-social-but-text{margin-left:-6px;padding-left:12px;padding-right:17px;line-height:40px}.td-social-but-text:before{content:'';position:absolute;top:12px;left:0;width:1px;height:16px;background-color:#fff;opacity:0.2;z-index:1}.td-social-handler i,.td-social-facebook i,.td-social-reddit i,.td-social-linkedin i,.td-social-tumblr i,.td-social-stumbleupon i,.td-social-vk i,.td-social-viber i,.td-social-flipboard i,.td-social-koo i{font-size:14px}.td-social-telegram i{font-size:16px}.td-social-mail i,.td-social-line i,.td-social-print i{font-size:15px}.td-social-handler .td-icon-share{top:-1px;left:-1px}.td-social-twitter .td-icon-twitter{font-size:14px}.td-social-pinterest .td-icon-pinterest{font-size:13px}.td-social-whatsapp .td-icon-whatsapp,.td-social-kakao .td-icon-kakao{font-size:18px}.td-social-kakao .td-icon-kakao:before{color:#3C1B1D}.td-social-reddit .td-social-but-icon{padding-right:12px}.td-social-reddit .td-icon-reddit{left:-1px}.td-social-telegram .td-social-but-icon{padding-right:12px}.td-social-telegram .td-icon-telegram{left:-1px}.td-social-stumbleupon .td-social-but-icon{padding-right:11px}.td-social-stumbleupon .td-icon-stumbleupon{left:-2px}.td-social-digg .td-social-but-icon{padding-right:11px}.td-social-digg .td-icon-digg{left:-2px;font-size:17px}.td-social-vk .td-social-but-icon{padding-right:11px}.td-social-vk .td-icon-vk{left:-2px}.td-social-naver .td-icon-naver{left:-1px;font-size:16px}.td-social-gettr .td-icon-gettr{font-size:25px}.td-ps-notext .td-social-gettr .td-icon-gettr{left:-5px}.td-social-copy_url{position:relative}.td-social-copy_url-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:11}.td-social-copy_url .td-icon-copy_url{left:-1px;font-size:17px}.td-social-copy_url-disabled{pointer-events:none}.td-social-copy_url-disabled .td-icon-copy_url{opacity:0}.td-social-copy_url-copied .td-social-copy_url-check{opacity:1}@keyframes social_copy_url_loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.td-social-expand-tabs i{top:-2px;left:-1px;font-size:16px}@media (min-width:767px){.td-social-line,.td-social-viber{display:none}}.td-ps-bg .td-social-network{color:#fff}.td-ps-bg .td-social-facebook .td-social-but-icon,.td-ps-bg .td-social-facebook .td-social-but-text{background-color:#516eab}.td-ps-bg .td-social-twitter .td-social-but-icon,.td-ps-bg .td-social-twitter .td-social-but-text{background-color:#29c5f6}.td-ps-bg .td-social-pinterest .td-social-but-icon,.td-ps-bg .td-social-pinterest .td-social-but-text{background-color:#ca212a}.td-ps-bg .td-social-whatsapp .td-social-but-icon,.td-ps-bg .td-social-whatsapp .td-social-but-text{background-color:#7bbf6a}.td-ps-bg .td-social-reddit .td-social-but-icon,.td-ps-bg .td-social-reddit .td-social-but-text{background-color:#f54200}.td-ps-bg .td-social-mail .td-social-but-icon,.td-ps-bg .td-social-digg .td-social-but-icon,.td-ps-bg .td-social-copy_url .td-social-but-icon,.td-ps-bg .td-social-mail .td-social-but-text,.td-ps-bg .td-social-digg .td-social-but-text,.td-ps-bg .td-social-copy_url .td-social-but-text{background-color:#000}.td-ps-bg .td-social-print .td-social-but-icon,.td-ps-bg .td-social-print .td-social-but-text{background-color:#333}.td-ps-bg .td-social-linkedin .td-social-but-icon,.td-ps-bg .td-social-linkedin .td-social-but-text{background-color:#0266a0}.td-ps-bg .td-social-tumblr .td-social-but-icon,.td-ps-bg .td-social-tumblr .td-social-but-text{background-color:#3e5a70}.td-ps-bg .td-social-telegram .td-social-but-icon,.td-ps-bg .td-social-telegram .td-social-but-text{background-color:#179cde}.td-ps-bg .td-social-stumbleupon .td-social-but-icon,.td-ps-bg .td-social-stumbleupon .td-social-but-text{background-color:#ee4813}.td-ps-bg .td-social-vk .td-social-but-icon,.td-ps-bg .td-social-vk .td-social-but-text{background-color:#4c75a3}.td-ps-bg .td-social-line .td-social-but-icon,.td-ps-bg .td-social-line .td-social-but-text{background-color:#00b900}.td-ps-bg .td-social-viber .td-social-but-icon,.td-ps-bg .td-social-viber .td-social-but-text{background-color:#5d54a4}.td-ps-bg .td-social-naver .td-social-but-icon,.td-ps-bg .td-social-naver .td-social-but-text{background-color:#3ec729}.td-ps-bg .td-social-flipboard .td-social-but-icon,.td-ps-bg .td-social-flipboard .td-social-but-text{background-color:#f42827}.td-ps-bg .td-social-kakao .td-social-but-icon,.td-ps-bg .td-social-kakao .td-social-but-text{background-color:#f9e000}.td-ps-bg .td-social-gettr .td-social-but-icon,.td-ps-bg .td-social-gettr .td-social-but-text{background-color:#fc223b}.td-ps-bg .td-social-koo .td-social-but-icon,.td-ps-bg .td-social-koo .td-social-but-text{background-color:#facd00}.td-ps-dark-bg .td-social-network{color:#fff}.td-ps-dark-bg .td-social-network .td-social-but-icon,.td-ps-dark-bg .td-social-network .td-social-but-text{background-color:#000}.td-ps-border .td-social-network .td-social-but-icon,.td-ps-border .td-social-network .td-social-but-text{line-height:38px;border-width:1px;border-style:solid}.td-ps-border .td-social-network .td-social-but-text{border-left-width:0}.td-ps-border .td-social-network .td-social-but-text:before{background-color:#000;opacity:0.08}.td-ps-border.td-ps-padding .td-social-network .td-social-but-icon{border-right-width:0}.td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon{border-right-width:1px}.td-ps-border-grey .td-social-but-icon,.td-ps-border-grey .td-social-but-text{border-color:#e9e9e9}.td-ps-border-colored .td-social-facebook .td-social-but-icon,.td-ps-border-colored .td-social-facebook .td-social-but-text{border-color:#516eab}.td-ps-border-colored .td-social-twitter .td-social-but-icon,div.td-ps-border-colored .td-social-twitter .td-social-but-text{border-color:#29c5f6;color:#29c5f6}.td-ps-border-colored .td-social-pinterest .td-social-but-icon,.td-ps-border-colored .td-social-pinterest .td-social-but-text{border-color:#ca212a}.td-ps-border-colored .td-social-whatsapp .td-social-but-icon,.td-ps-border-colored .td-social-whatsapp .td-social-but-text{border-color:#7bbf6a}.td-ps-border-colored .td-social-reddit .td-social-but-icon,.td-ps-border-colored .td-social-reddit .td-social-but-text{border-color:#f54200}.td-ps-border-colored .td-social-mail .td-social-but-icon,.td-ps-border-colored .td-social-digg .td-social-but-icon,.td-ps-border-colored .td-social-copy_url .td-social-but-icon,.td-ps-border-colored .td-social-mail .td-social-but-text,.td-ps-border-colored .td-social-digg .td-social-but-text,.td-ps-border-colored .td-social-copy_url .td-social-but-text{border-color:#000}.td-ps-border-colored .td-social-print .td-social-but-icon,.td-ps-border-colored .td-social-print .td-social-but-text{border-color:#333}.td-ps-border-colored .td-social-linkedin .td-social-but-icon,.td-ps-border-colored .td-social-linkedin .td-social-but-text{border-color:#0266a0}.td-ps-border-colored .td-social-tumblr .td-social-but-icon,.td-ps-border-colored .td-social-tumblr .td-social-but-text{border-color:#3e5a70}.td-ps-border-colored .td-social-telegram .td-social-but-icon,.td-ps-border-colored .td-social-telegram .td-social-but-text{border-color:#179cde}.td-ps-border-colored .td-social-stumbleupon .td-social-but-icon,.td-ps-border-colored .td-social-stumbleupon .td-social-but-text{border-color:#ee4813}.td-ps-border-colored .td-social-vk .td-social-but-icon,.td-ps-border-colored .td-social-vk .td-social-but-text{border-color:#4c75a3}.td-ps-border-colored .td-social-line .td-social-but-icon,.td-ps-border-colored .td-social-line .td-social-but-text{border-color:#00b900}.td-ps-border-colored .td-social-viber .td-social-but-icon,.td-ps-border-colored .td-social-viber .td-social-but-text{border-color:#5d54a4}.td-ps-border-colored .td-social-naver .td-social-but-icon,.td-ps-border-colored .td-social-naver .td-social-but-text{border-color:#3ec729}.td-ps-border-colored .td-social-flipboard .td-social-but-icon,.td-ps-border-colored .td-social-flipboard .td-social-but-text{border-color:#f42827}.td-ps-border-colored .td-social-kakao .td-social-but-icon,.td-ps-border-colored .td-social-kakao .td-social-but-text{border-color:#f9e000}.td-ps-border-colored .td-social-gettr .td-social-but-icon,.td-ps-border-colored .td-social-gettr .td-social-but-text{border-color:#fc223b}.td-ps-border-colored .td-social-koo .td-social-but-icon,.td-ps-border-colored .td-social-koo .td-social-but-text{border-color:#facd00}.td-ps-icon-bg .td-social-but-icon{height:100%;border-color:transparent!important}.td-ps-icon-bg .td-social-network .td-social-but-icon{color:#fff}.td-ps-icon-bg .td-social-facebook .td-social-but-icon{background-color:#516eab}.td-ps-icon-bg .td-social-twitter .td-social-but-icon{background-color:#29c5f6}.td-ps-icon-bg .td-social-pinterest .td-social-but-icon{background-color:#ca212a}.td-ps-icon-bg .td-social-whatsapp .td-social-but-icon{background-color:#7bbf6a}.td-ps-icon-bg .td-social-reddit .td-social-but-icon{background-color:#f54200}.td-ps-icon-bg .td-social-mail .td-social-but-icon,.td-ps-icon-bg .td-social-digg .td-social-but-icon,.td-ps-icon-bg .td-social-copy_url .td-social-but-icon{background-color:#000}.td-ps-icon-bg .td-social-print .td-social-but-icon{background-color:#333}.td-ps-icon-bg .td-social-linkedin .td-social-but-icon{background-color:#0266a0}.td-ps-icon-bg .td-social-tumblr .td-social-but-icon{background-color:#3e5a70}.td-ps-icon-bg .td-social-telegram .td-social-but-icon{background-color:#179cde}.td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon{background-color:#ee4813}.td-ps-icon-bg .td-social-vk .td-social-but-icon{background-color:#4c75a3}.td-ps-icon-bg .td-social-line .td-social-but-icon{background-color:#00b900}.td-ps-icon-bg .td-social-viber .td-social-but-icon{background-color:#5d54a4}.td-ps-icon-bg .td-social-naver .td-social-but-icon{background-color:#3ec729}.td-ps-icon-bg .td-social-flipboard .td-social-but-icon{background-color:#f42827}.td-ps-icon-bg .td-social-kakao .td-social-but-icon{background-color:#f9e000}.td-ps-icon-bg .td-social-gettr .td-social-but-icon{background-color:#fc223b}.td-ps-icon-bg .td-social-koo .td-social-but-icon{background-color:#facd00}.td-ps-icon-bg .td-social-but-text{margin-left:-3px}.td-ps-icon-bg .td-social-network .td-social-but-text:before{display:none}.td-ps-icon-arrow .td-social-network .td-social-but-icon:after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:calc(100% + 1px);width:0;height:0;border-style:solid;border-width:9px 0 9px 11px;border-color:transparent transparent transparent #000}.td-ps-icon-arrow .td-social-network .td-social-but-text{padding-left:20px}.td-ps-icon-arrow .td-social-network .td-social-but-text:before{display:none}.td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after{left:100%}.td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after{border-left-color:#516eab}.td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after{border-left-color:#29c5f6}.td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after{border-left-color:#ca212a}.td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after{border-left-color:#7bbf6a}.td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after{border-left-color:#f54200}.td-ps-icon-arrow .td-social-mail .td-social-but-icon:after,.td-ps-icon-arrow .td-social-digg .td-social-but-icon:after,.td-ps-icon-arrow .td-social-copy_url .td-social-but-icon:after{border-left-color:#000}.td-ps-icon-arrow .td-social-print .td-social-but-icon:after{border-left-color:#333}.td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after{border-left-color:#0266a0}.td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after{border-left-color:#3e5a70}.td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after{border-left-color:#179cde}.td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after{border-left-color:#ee4813}.td-ps-icon-arrow .td-social-vk .td-social-but-icon:after{border-left-color:#4c75a3}.td-ps-icon-arrow .td-social-line .td-social-but-icon:after{border-left-color:#00b900}.td-ps-icon-arrow .td-social-viber .td-social-but-icon:after{border-left-color:#5d54a4}.td-ps-icon-arrow .td-social-naver .td-social-but-icon:after{border-left-color:#3ec729}.td-ps-icon-arrow .td-social-flipboard .td-social-but-icon:after{border-left-color:#f42827}.td-ps-icon-arrow .td-social-kakao .td-social-but-icon:after{border-left-color:#f9e000}.td-ps-icon-arrow .td-social-gettr .td-social-but-icon:after{border-left-color:#fc223b}.td-ps-icon-arrow .td-social-koo .td-social-but-icon:after{border-left-color:#facd00}.td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after{display:none}.td-ps-icon-color .td-social-facebook .td-social-but-icon{color:#516eab}.td-ps-icon-color .td-social-pinterest .td-social-but-icon{color:#ca212a}.td-ps-icon-color .td-social-whatsapp .td-social-but-icon{color:#7bbf6a}.td-ps-icon-color .td-social-reddit .td-social-but-icon{color:#f54200}.td-ps-icon-color .td-social-mail .td-social-but-icon,.td-ps-icon-color .td-social-digg .td-social-but-icon,.td-ps-icon-color .td-social-copy_url .td-social-but-icon,.td-ps-icon-color .td-social-copy_url-check,.td-ps-icon-color .td-social-twitter .td-social-but-icon{color:#000}.td-ps-icon-color .td-social-print .td-social-but-icon{color:#333}.td-ps-icon-color .td-social-linkedin .td-social-but-icon{color:#0266a0}.td-ps-icon-color .td-social-tumblr .td-social-but-icon{color:#3e5a70}.td-ps-icon-color .td-social-telegram .td-social-but-icon{color:#179cde}.td-ps-icon-color .td-social-stumbleupon .td-social-but-icon{color:#ee4813}.td-ps-icon-color .td-social-vk .td-social-but-icon{color:#4c75a3}.td-ps-icon-color .td-social-line .td-social-but-icon{color:#00b900}.td-ps-icon-color .td-social-viber .td-social-but-icon{color:#5d54a4}.td-ps-icon-color .td-social-naver .td-social-but-icon{color:#3ec729}.td-ps-icon-color .td-social-flipboard .td-social-but-icon{color:#f42827}.td-ps-icon-color .td-social-kakao .td-social-but-icon{color:#f9e000}.td-ps-icon-color .td-social-gettr .td-social-but-icon{color:#fc223b}.td-ps-icon-color .td-social-koo .td-social-but-icon{color:#facd00}.td-ps-text-color .td-social-but-text{font-weight:700}.td-ps-text-color .td-social-facebook .td-social-but-text{color:#516eab}.td-ps-text-color .td-social-twitter .td-social-but-text{color:#29c5f6}.td-ps-text-color .td-social-pinterest .td-social-but-text{color:#ca212a}.td-ps-text-color .td-social-whatsapp .td-social-but-text{color:#7bbf6a}.td-ps-text-color .td-social-reddit .td-social-but-text{color:#f54200}.td-ps-text-color .td-social-mail .td-social-but-text,.td-ps-text-color .td-social-digg .td-social-but-text,.td-ps-text-color .td-social-copy_url .td-social-but-text{color:#000}.td-ps-text-color .td-social-print .td-social-but-text{color:#333}.td-ps-text-color .td-social-linkedin .td-social-but-text{color:#0266a0}.td-ps-text-color .td-social-tumblr .td-social-but-text{color:#3e5a70}.td-ps-text-color .td-social-telegram .td-social-but-text{color:#179cde}.td-ps-text-color .td-social-stumbleupon .td-social-but-text{color:#ee4813}.td-ps-text-color .td-social-vk .td-social-but-text{color:#4c75a3}.td-ps-text-color .td-social-line .td-social-but-text{color:#00b900}.td-ps-text-color .td-social-viber .td-social-but-text{color:#5d54a4}.td-ps-text-color .td-social-naver .td-social-but-text{color:#3ec729}.td-ps-text-color .td-social-flipboard .td-social-but-text{color:#f42827}.td-ps-text-color .td-social-kakao .td-social-but-text{color:#f9e000}.td-ps-text-color .td-social-gettr .td-social-but-text{color:#fc223b}.td-ps-text-color .td-social-koo .td-social-but-text{color:#facd00}.td-ps-text-color .td-social-expand-tabs .td-social-but-text{color:#b1b1b1}.td-ps-notext .td-social-but-icon{width:40px}.td-ps-notext .td-social-network .td-social-but-text{display:none}.td-ps-padding .td-social-network .td-social-but-icon{padding-left:17px;padding-right:17px}.td-ps-padding .td-social-handler .td-social-but-icon{width:40px}.td-ps-padding .td-social-reddit .td-social-but-icon,.td-ps-padding .td-social-telegram .td-social-but-icon{padding-right:16px}.td-ps-padding .td-social-stumbleupon .td-social-but-icon,.td-ps-padding .td-social-digg .td-social-but-icon,.td-ps-padding .td-social-expand-tabs .td-social-but-icon{padding-right:13px}.td-ps-padding .td-social-vk .td-social-but-icon{padding-right:14px}.td-ps-padding .td-social-expand-tabs .td-social-but-icon{padding-left:13px}.td-ps-rounded .td-social-network .td-social-but-icon{border-top-left-radius:100px;border-bottom-left-radius:100px}.td-ps-rounded .td-social-network .td-social-but-text{border-top-right-radius:100px;border-bottom-right-radius:100px}.td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon{border-top-right-radius:100px;border-bottom-right-radius:100px}.td-ps-rounded .td-social-expand-tabs{border-radius:100px}.td-ps-bar .td-social-network .td-social-but-icon,.td-ps-bar .td-social-network .td-social-but-text{-webkit-box-shadow:inset 0px -3px 0px 0px rgba(0,0,0,0.31);box-shadow:inset 0px -3px 0px 0px rgba(0,0,0,0.31)}.td-ps-bar .td-social-mail .td-social-but-icon,.td-ps-bar .td-social-digg .td-social-but-icon,.td-ps-bar .td-social-copy_url .td-social-but-icon,.td-ps-bar .td-social-mail .td-social-but-text,.td-ps-bar .td-social-digg .td-social-but-text,.td-ps-bar .td-social-copy_url .td-social-but-text{-webkit-box-shadow:inset 0px -3px 0px 0px rgba(255,255,255,0.28);box-shadow:inset 0px -3px 0px 0px rgba(255,255,255,0.28)}.td-ps-bar .td-social-print .td-social-but-icon,.td-ps-bar .td-social-print .td-social-but-text{-webkit-box-shadow:inset 0px -3px 0px 0px rgba(255,255,255,0.2);box-shadow:inset 0px -3px 0px 0px rgba(255,255,255,0.2)}.td-ps-big .td-social-but-icon{display:block;line-height:60px}.td-ps-big .td-social-but-icon .td-icon-share{width:auto}.td-ps-big .td-social-handler .td-social-but-text:before{display:none}.td-ps-big .td-social-share-text .td-social-but-icon{width:90px}.td-ps-big .td-social-expand-tabs .td-social-but-icon{width:60px}@media (max-width:767px){.td-ps-big .td-social-share-text{display:none}}.td-ps-big .td-social-facebook i,.td-ps-big .td-social-reddit i,.td-ps-big .td-social-mail i,.td-ps-big .td-social-linkedin i,.td-ps-big .td-social-tumblr i,.td-ps-big .td-social-stumbleupon i{margin-top:-2px}.td-ps-big .td-social-facebook i,.td-ps-big .td-social-reddit i,.td-ps-big .td-social-linkedin i,.td-ps-big .td-social-tumblr i,.td-ps-big .td-social-stumbleupon i,.td-ps-big .td-social-vk i,.td-ps-big .td-social-viber i,.td-ps-big .td-social-fliboard i,.td-ps-big .td-social-koo i,.td-ps-big .td-social-share-text i{font-size:22px}.td-ps-big .td-social-telegram i{font-size:24px}.td-ps-big .td-social-mail i,.td-ps-big .td-social-line i,.td-ps-big .td-social-print i{font-size:23px}.td-ps-big .td-social-twitter i,.td-ps-big .td-social-expand-tabs i{font-size:20px}.td-ps-big .td-social-whatsapp i,.td-ps-big .td-social-naver i,.td-ps-big .td-social-flipboard i,.td-ps-big .td-social-kakao i{font-size:26px}.td-ps-big .td-social-pinterest .td-icon-pinterest{font-size:21px}.td-ps-big .td-social-telegram .td-icon-telegram{left:1px}.td-ps-big .td-social-stumbleupon .td-icon-stumbleupon{left:-2px}.td-ps-big .td-social-digg .td-icon-digg{left:-1px;font-size:25px}.td-ps-big .td-social-vk .td-icon-vk{left:-1px}.td-ps-big .td-social-naver .td-icon-naver{left:0}.td-ps-big .td-social-gettr .td-icon-gettr{left:-1px}.td-ps-big .td-social-copy_url .td-icon-copy_url{left:0;font-size:25px}.td-ps-big .td-social-copy_url-check{font-size:18px}.td-ps-big .td-social-but-text{margin-left:0;padding-top:0;padding-left:17px}.td-ps-big.td-ps-notext .td-social-network,.td-ps-big.td-ps-notext .td-social-handler{height:60px}.td-ps-big.td-ps-notext .td-social-network{width:60px}.td-ps-big.td-ps-notext .td-social-network .td-social-but-icon{width:60px}.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon{line-height:40px}.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text{display:block;line-height:1}.td-ps-big.td-ps-padding .td-social-network,.td-ps-big.td-ps-padding .td-social-handler{height:90px;font-size:13px}.td-ps-big.td-ps-padding .td-social-network{min-width:60px}.td-ps-big.td-ps-padding .td-social-but-icon{border-bottom-left-radius:0;border-top-right-radius:2px}.td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon{-webkit-box-shadow:none;box-shadow:none}.td-ps-big.td-ps-padding .td-social-but-text{display:block;padding-bottom:17px;line-height:1;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:2px}.td-ps-big.td-ps-padding .td-social-but-text:before{display:none}.td-ps-big.td-ps-padding .td-social-expand-tabs i{line-height:90px}.td-ps-nogap{margin-left:0;margin-right:0}.td-ps-nogap .td-social-network,.td-ps-nogap .td-social-handler{margin-left:0;margin-right:0;border-radius:0}.td-ps-nogap .td-social-network .td-social-but-icon,.td-ps-nogap .td-social-network .td-social-but-text{border-radius:0}.td-ps-nogap .td-social-expand-tabs{border-radius:0}.td-post-sharing-style7 .td-social-network .td-social-but-icon{height:100%}.td-post-sharing-style7 .td-social-network .td-social-but-icon:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.31)}.td-post-sharing-style7 .td-social-network .td-social-but-text{padding-left:17px}.td-post-sharing-style7 .td-social-network .td-social-but-text:before{display:none}.td-post-sharing-style7 .td-social-mail .td-social-but-icon:before,.td-post-sharing-style7 .td-social-digg .td-social-but-icon:before,.td-post-sharing-style7 .td-social-copy_url .td-social-but-icon:before{background-color:rgba(255,255,255,0.2)}.td-post-sharing-style7 .td-social-print .td-social-but-icon:before{background-color:rgba(255,255,255,0.1)}@media (max-width:767px){.td-post-sharing-style1 .td-social-share-text .td-social-but-text,.td-post-sharing-style3 .td-social-share-text .td-social-but-text,.td-post-sharing-style5 .td-social-share-text .td-social-but-text,.td-post-sharing-style14 .td-social-share-text .td-social-but-text,.td-post-sharing-style16 .td-social-share-text .td-social-but-text{display:none!important}}@media (max-width:767px){.td-post-sharing-style2 .td-social-share-text,.td-post-sharing-style4 .td-social-share-text,.td-post-sharing-style6 .td-social-share-text,.td-post-sharing-style7 .td-social-share-text,.td-post-sharing-style15 .td-social-share-text,.td-post-sharing-style17 .td-social-share-text,.td-post-sharing-style18 .td-social-share-text,.td-post-sharing-style19 .td-social-share-text,.td-post-sharing-style20 .td-social-share-text{display:none!important}}</style> <div class="td-post-sharing-visible"><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Famericanconservatives.com%2F2021%2F10%2Fbiden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report%2F" title="Facebook" ><div class="td-social-but-icon"><i class="td-icon-facebook"></i></div><div class="td-social-but-text">Facebook</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=Biden+Refuses+To+Answer+Questions+%26+Walks+Away+From+Plummeting+September+Jobs+Report&url=https%3A%2F%2Famericanconservatives.com%2F2021%2F10%2Fbiden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report%2F&via=American+Conservatives" title="Twitter" ><div class="td-social-but-icon"><i class="td-icon-twitter"></i></div><div class="td-social-but-text">Twitter</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-pinterest" href="https://pinterest.com/pin/create/button/?url=https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/&amp;media=https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg&description=Biden+Refuses+To+Answer+Questions+%26+Walks+Away+From+Plummeting+September+Jobs+Report" title="Pinterest" ><div class="td-social-but-icon"><i class="td-icon-pinterest"></i></div><div class="td-social-but-text">Pinterest</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-whatsapp" href="https://api.whatsapp.com/send?text=Biden+Refuses+To+Answer+Questions+%26+Walks+Away+From+Plummeting+September+Jobs+Report %0A%0A https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/" title="WhatsApp" ><div class="td-social-but-icon"><i class="td-icon-whatsapp"></i></div><div class="td-social-but-text">WhatsApp</div></a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="tdi_176" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div></div></div></div></div></div></div></div></div><div id="tdi_177" class="tdc-row"><div class="vc_row tdi_178 wpb_row td-pb-row" > <style scoped>.tdi_178,.tdi_178 .tdc-columns{min-height:0}.tdi_178,.tdi_178 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_178 .tdc-columns{width:100%}@media (min-width:768px){.tdi_178{margin-left:-15px;margin-right:-15px}.tdi_178 .tdc-row-video-background-error,.tdi_178 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_178{margin-left:-10px;margin-right:-10px}.tdi_178 .tdc-row-video-background-error,.tdi_178 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_178{margin-left:-10px;margin-right:-10px}.tdi_178 .tdc-row-video-background-error,.tdi_178 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_178,.tdi_178 .tdc-columns{flex-direction:column}}.tdi_178{margin-top:45px!important}.tdi_178 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_178{margin-top:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_178{margin-top:25px!important}}@media (max-width:767px){.tdi_178{margin-top:25px!important}}</style><div class="vc_column tdi_180 wpb_column vc_column_container tdc-column td-pb-span8"> <style scoped>.tdi_180{vertical-align:baseline}.tdi_180>.wpb_wrapper,.tdi_180>.wpb_wrapper>.tdc-elements{display:block}.tdi_180>.wpb_wrapper>.tdc-elements{width:100%}.tdi_180>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_180>.wpb_wrapper{width:auto;height:auto}.tdi_180{border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}@media (max-width:767px){.tdi_180{margin-bottom:25px!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_single_featured_image tdi_181 tdb-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_181" > <style>.tdi_181{margin-bottom:0px!important}</style> <style>.tdb_single_featured_image{margin-bottom:26px}.tdb_single_featured_image.tdb-sfi-stretch{opacity:0}.tdb_single_featured_image.tdb-sfi-stretch,.tdb_single_featured_image .tdb-block-inner{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.tdb_single_featured_image img{display:block;width:100%}.tdb_single_featured_image video{max-width:100%}.tdb_single_featured_image .tdb-caption-text{z-index:1;text-align:left;font-size:11px;font-style:italic;font-weight:normal;line-height:17px;color:#444}.tdb_single_featured_image.tdb-content-horiz-center .tdb-caption-text{text-align:center;left:0;right:0;margin-left:auto;margin-right:auto}.tdb_single_featured_image.tdb-content-horiz-right .tdb-caption-text{text-align:right;left:auto;right:0}.tdb-no-featured-img{background-color:#f1f1f1;width:100%;height:500px}.tdb-no-featured-audio{height:59px}.tdi_181 .td-audio-player{font-size:12px}.tdi_181 .tdb-caption-text{margin:6px 0 0}.tdi_181:hover .tdb-block-inner:before{opacity:0}</style><div class="tdb-block-inner td-fix-index"> <img width="696" height="350" class="entry-thumb" src="https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-696x350.jpg" srcset="https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-696x350.jpg 696w, https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-300x151.jpg 300w, https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-1024x515.jpg 1024w, https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-768x386.jpg 768w, https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912-1068x537.jpg 1068w, https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg 1200w" sizes="(max-width: 696px) 100vw, 696px" alt="" title="1009ac2" /> </div></div></div></div><div class="vc_column tdi_183 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky"> <style scoped>.tdi_183{vertical-align:baseline}.tdi_183>.wpb_wrapper,.tdi_183>.wpb_wrapper>.tdc-elements{display:block}.tdi_183>.wpb_wrapper>.tdc-elements{width:100%}.tdi_183>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_183>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" data-sticky-offset="20"><div class="vc_row_inner tdi_185 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_185{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_185,.tdi_185 .tdc-inner-columns{display:block}.tdi_185 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_185{margin-left:-15px;margin-right:-15px}.tdi_185 .vc_column_inner{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_185{margin-left:-10px;margin-right:-10px}.tdi_185 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_185{margin-left:-10px;margin-right:-10px}.tdi_185 .vc_column_inner{padding-left:10px;padding-right:10px}}}.tdi_185{margin-right:0px!important;margin-left:0px!important;padding-top:15px!important;padding-bottom:15px!important;border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:1px 1px 1px 1px!important}.tdi_185 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_185{padding-top:10px!important;padding-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_185{padding-top:10px!important;padding-bottom:10px!important}}@media (max-width:767px){.tdi_185{padding-right:15px!important;padding-left:15px!important;width:100%!important}}</style><div class="vc_column_inner tdi_187 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped>.tdi_187{vertical-align:baseline}.tdi_187 .vc_column-inner>.wpb_wrapper,.tdi_187 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_187 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_189 "> <style scoped>.tdi_189{justify-content:center!important;text-align:center!important}</style><div class="td-fix-index"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC Sidebar (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="8247042484" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div></div></div></div></div></div></div><div id="tdi_190" class="tdc-row"><div class="vc_row tdi_191 wpb_row td-pb-row" > <style scoped>.tdi_191,.tdi_191 .tdc-columns{min-height:0}.tdi_191,.tdi_191 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_191 .tdc-columns{width:100%}@media (min-width:768px){.tdi_191{margin-left:-15px;margin-right:-15px}.tdi_191 .tdc-row-video-background-error,.tdi_191 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_191{margin-left:-10px;margin-right:-10px}.tdi_191 .tdc-row-video-background-error,.tdi_191 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_191{margin-left:-10px;margin-right:-10px}.tdi_191 .tdc-row-video-background-error,.tdi_191 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_191,.tdi_191 .tdc-columns{flex-direction:column}}.tdi_191{margin-top:45px!important}.tdi_191 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_191{margin-top:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_191{margin-top:25px!important}}@media (max-width:767px){.tdi_191{margin-top:25px!important}}</style><div class="vc_column tdi_193 wpb_column vc_column_container tdc-column td-pb-span8"> <style scoped>.tdi_193{vertical-align:baseline}.tdi_193>.wpb_wrapper,.tdi_193>.wpb_wrapper>.tdc-elements{display:block}.tdi_193>.wpb_wrapper>.tdc-elements{width:100%}.tdi_193>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_193>.wpb_wrapper{width:auto;height:auto}.tdi_193{border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}@media (max-width:767px){.tdi_193{margin-bottom:25px!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_single_content tdi_194 td-pb-border-top td_block_template_1 td-post-content tagdiv-type" data-td-block-uid="tdi_194" > <style>.tdi_194{margin-top:0px!important;margin-bottom:10px!important;padding-top:0px!important;padding-bottom:0px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_194{margin-bottom:8px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_194{margin-bottom:5px!important}}@media (max-width:767px){.tdi_194{margin-bottom:5px!important}}</style> <style>.tdb_single_content{margin-bottom:0;*zoom:1}.tdb_single_content:before,.tdb_single_content:after{display:table;content:'';line-height:0}.tdb_single_content:after{clear:both}.tdb_single_content .tdb-block-inner>*:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad){margin-left:auto;margin-right:auto}.tdb_single_content a{pointer-events:auto}.tdb_single_content .td-spot-id-top_ad .tdc-placeholder-title:before{content:'Article Top Ad'!important}.tdb_single_content .td-spot-id-inline_ad0 .tdc-placeholder-title:before{content:'Article Inline Ad 1'!important}.tdb_single_content .td-spot-id-inline_ad1 .tdc-placeholder-title:before{content:'Article Inline Ad 2'!important}.tdb_single_content .td-spot-id-inline_ad2 .tdc-placeholder-title:before{content:'Article Inline Ad 3'!important}.tdb_single_content .td-spot-id-bottom_ad .tdc-placeholder-title:before{content:'Article Bottom Ad'!important}.tdb_single_content .id_top_ad,.tdb_single_content .id_bottom_ad{clear:both;margin-bottom:21px;text-align:center}.tdb_single_content .id_top_ad img,.tdb_single_content .id_bottom_ad img{margin-bottom:0}.tdb_single_content .id_top_ad .adsbygoogle,.tdb_single_content .id_bottom_ad .adsbygoogle{position:relative}.tdb_single_content .id_ad_content-horiz-left,.tdb_single_content .id_ad_content-horiz-right,.tdb_single_content .id_ad_content-horiz-center{margin-bottom:15px}.tdb_single_content .id_ad_content-horiz-left img,.tdb_single_content .id_ad_content-horiz-right img,.tdb_single_content .id_ad_content-horiz-center img{margin-bottom:0}.tdb_single_content .id_ad_content-horiz-center{text-align:center}.tdb_single_content .id_ad_content-horiz-center img{margin-right:auto;margin-left:auto}.tdb_single_content .id_ad_content-horiz-left{float:left;margin-top:9px;margin-right:21px}.tdb_single_content .id_ad_content-horiz-right{float:right;margin-top:6px;margin-left:21px}.tdb_single_content .tdc-a-ad .tdc-placeholder-title{width:300px;height:250px}.tdb_single_content .tdc-a-ad .tdc-placeholder-title:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:auto;display:table;width:100%}.tdb_single_content .tdb-block-inner.td-fix-index{word-break:break-word}.tdi_194,.tdi_194>p,.tdi_194 .tdb-block-inner>p{font-family:Montserrat!important;font-size:17px!important;line-height:1.7!important;font-weight:500!important}.tdi_194 h1{font-family:Montserrat!important;font-size:32px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-2px!important}.tdi_194 h2{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-2px!important}.tdi_194 h3:not(.tds-locker-title){font-family:Montserrat!important;font-size:24px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-2px!important}.tdi_194 h4{font-family:Montserrat!important;font-size:22px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-1.5px!important}.tdi_194 h5{font-family:Montserrat!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-1.5px!important}.tdi_194 h6{font-family:Montserrat!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-1.5px!important}.tdi_194 .tdb-block-inner blockquote p{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-style:normal!important;font-weight:700!important;letter-spacing:-2px!important;color:var(--today-news-accent)}.tdi_194,.tdi_194 p{color:var(--today-news-dark-gray)}@media (max-width:767px){.tdb_single_content .id_ad_content-horiz-left,.tdb_single_content .id_ad_content-horiz-right,.tdb_single_content .id_ad_content-horiz-center{margin:0 auto 26px auto}}@media (max-width:767px){.tdb_single_content .id_ad_content-horiz-left{margin-right:0}}@media (max-width:767px){.tdb_single_content .id_ad_content-horiz-right{margin-left:0}}@media (max-width:767px){.tdb_single_content .td-a-ad{float:none;text-align:center}.tdb_single_content .td-a-ad img{margin-right:auto;margin-left:auto}.tdb_single_content .tdc-a-ad{float:none}}@media (min-width:1019px) and (max-width:1140px){.tdi_194,.tdi_194>p,.tdi_194 .tdb-block-inner>p{font-size:16px!important;line-height:1.6!important}.tdi_194 h1{font-size:28px!important}.tdi_194 h2{font-size:24px!important}.tdi_194 h3:not(.tds-locker-title){font-size:20px!important}.tdi_194 h4{font-size:18px!important}.tdi_194 h5{font-size:17px!important}.tdi_194 h6{font-size:17px!important}.tdi_194 .tdb-block-inner blockquote p{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_194,.tdi_194>p,.tdi_194 .tdb-block-inner>p{font-size:15px!important;line-height:1.5!important}.tdi_194 h1{font-size:26px!important}.tdi_194 h2{font-size:22px!important}.tdi_194 h3:not(.tds-locker-title){font-size:18px!important}.tdi_194 h4{font-size:17px!important}.tdi_194 h5{font-size:16px!important}.tdi_194 h6{font-size:16px!important}.tdi_194 .tdb-block-inner blockquote p{font-size:22px!important}}@media (max-width:767px){.tdi_194,.tdi_194>p,.tdi_194 .tdb-block-inner>p{font-size:16px!important;line-height:1.6!important}.tdi_194 h1{font-size:28px!important}.tdi_194 h2{font-size:24px!important}.tdi_194 h3:not(.tds-locker-title){font-size:20px!important}.tdi_194 h4{font-size:18px!important}.tdi_194 h5{font-size:17px!important}.tdi_194 h6{font-size:17px!important}.tdi_194 .tdb-block-inner blockquote p{font-size:24px!important}}</style><div class="tdb-block-inner td-fix-index"><p>While President Joe Biden has insisted that jobs are up and unemployment rates are down, he’s revealed yet another disappointing job report on the economy. He claimed the administration has created nearly five million jobs since taking office eight months ago and called it “progress.” The September report revealed that the administration only added 194,000 private payroll positions to the economy, contrary to the expected 500,000 new jobs. The country continues to struggle but Biden has gone so far as to turn his back on reporters asking about the plummeting economy. So much for transparency.</p> <p>The Labor Department reports that nonfarm payroll jobs rose by just 194,000 in the month of September, compared to the 500,000 estimated by the Dow Jones. The unemployment rate lowered to 4.8%, which was better than the expected 5.1%. The report also cites that the headline number was “hurt” by a 123,000 decline in government payrolls while private payrolls increased by 317,000. </p> <p>Andrew Hunter, a top U.S economist at Capital Economics, warned sources that the labor shortages are continuing to put “upward pressure” on wages when the return of low-wage leisure and hospitality workers should be “depressing the average.” He said the numbers have thrown off the expectations and that they are far from hitting the substantial progress goal than they expected.</p> <p>Republican National Committee Chairwoman Ronna McDaniel called the latest jobs report a “disaster” and accused the Biden administration of squandering the economic recovery he inherited from former President Donald Trump. </p> <p>“Today’s jobs report is a disaster: *Over 300,000 fewer jobs created than expected. *Labor force participation fell. *Prices are rising faster than wages Biden has squandered the recovery he inherited!” McDaniel tweeted. </p><div class='code-block code-block-2' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC In-Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="4700294113" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <p>Glassdoor senior economist Daniel Zhao said that the labor market recovery continues to “hit the brakes” this month but said there is still a cause for optimism in the coming months. It’s hard to believe that there is a case for optimism as the September numbers are even worse than the report from August, which showed only 235,000 jobs created. The sluggish pace has continued in a trend downward, as the economy falls short again. </p> <p>While some have been rooting for an economic comeback, others are citing the Delta variant as the reason why things have not yet gotten normal. Some industries performed even worse than in August. Leisure and hospitality jobs increased by 74,000 but did not change in any of the bars and restaurants. While manufacturing created 37,000 jobs in August, they only added 26,000 in September. </p> <p>Healthcare employment, nursing, and residential care facilities also fell by 38,000. Hospital jobs fell by 8,000. It’s hard to believe that one person could mess up our economy this fast but Biden has been the one for the job. Between his disastrous vaccine mandates and paying people to sit at home, Biden has been out to destroy the middle class and crush small businesses. </p> <p>The September jobs report doesn’t even phase Biden as he walked off the stage before taking any questions on the report. Multiple voices were heard shouting “Mr. President” but he has made it clear that he will not call on reporters. He even admits he only takes questions from certain press reporters or he could be “in trouble.” </p> <p>Biden doesn’t have to worry about making any outrageous gaffes if he simply walks away from the reporters. It’s been his move all year.</p> <div class='code-block code-block-5' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1722256094173037" crossorigin="anonymous"></script> <!-- AC After-Content (Responsive) --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1722256094173037" data-ad-slot="4928358973" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> <!-- AI CONTENT END 4 --> </div></div><div class="td-block td-a-rec td-a-rec-id-custom-spot tdi_195 td_block_template_1"> <style>.tdi_195.td-a-rec{text-align:center}.tdi_195.td-a-rec:not(.td-a-rec-no-translate){transform:translateZ(0)}.tdi_195 .td-element-style{z-index:-1}</style><div id="ld-3324-5797"></div><script>(function(w,d,s,i){w.ldAdInit=w.ldAdInit||[];w.ldAdInit.push({slot:15015767435319142,size:[0, 0],id:"ld-3324-5797"});if(!d.getElementById(i)){var j=d.createElement(s),p=d.getElementsByTagName(s)[0];j.async=true;j.src="//cdn2.decide.dev/_js/ajs.js";j.id=i;p.parentNode.insertBefore(j,p);}})(window,document,"script","ld-ajs");</script></div><div class="td_block_wrap tdb_single_tags tdi_196 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_196" > <style>.tdi_196{margin-bottom:0px!important}</style> <style>.tdb_single_tags{margin-bottom:2px;font-family:'Open Sans','Open Sans Regular',sans-serif;font-weight:600}.tdb_single_tags span,.tdb_single_tags a{font-size:11px}.tdb_single_tags span{text-transform:uppercase}.tdb_single_tags a:hover{background-color:var(--td_theme_color,#4db2ec);border-color:var(--td_theme_color,#4db2ec);color:#fff}.tdb_single_tags ul{display:inline-block;margin:0;list-style-type:none;font-size:0}.tdb_single_tags li{display:inline-block;margin-left:0}.tdi_196 span{margin-right:14px;padding:2px 6px 3px;color:var(--today-news-white);background-color:var(--today-news-dark-bg);font-family:Montserrat!important;font-size:13px!important;line-height:1.2!important;font-weight:700!important}.tdi_196 a{margin-right:14px;padding:0px;border:0px solid #ededed;color:var(--today-news-accent);background-color:rgba(0,0,0,0);font-family:Montserrat!important;font-size:13px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important}.tdi_196 a:hover{color:var(--today-news-dark-bg);background-color:rgba(0,0,0,0)}@media (min-width:1019px) and (max-width:1140px){.tdi_196 span{margin-right:12px}.tdi_196 span{padding:1px 5px 2px;font-size:12px!important}.tdi_196 a{margin-right:12px;border:0px solid #ededed;font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_196 span{margin-right:10px}.tdi_196 span{padding:1px 4px;font-size:11px!important}.tdi_196 a{margin-right:10px;border:0px solid #ededed;font-size:11px!important}}@media (max-width:767px){.tdi_196 span{margin-right:10px}.tdi_196 span{padding:1px 4px;font-size:11px!important}.tdi_196 a{margin-right:10px;border:0px solid #ededed;font-size:11px!important}}</style><div class="tdb-block-inner td-fix-index"><ul class="tdb-tags"><li><span>Tags</span></li><li><a href="https://americanconservatives.com/tag/coronavirus/">coronavirus</a></li><li><a href="https://americanconservatives.com/tag/covid-19/">covid-19</a></li><li><a href="https://americanconservatives.com/tag/delta-variant/">delta variant</a></li><li><a href="https://americanconservatives.com/tag/donald-trump/">Donald Trump</a></li><li><a href="https://americanconservatives.com/tag/dow-jones/">dow jones</a></li><li><a href="https://americanconservatives.com/tag/economy/">economy</a></li><li><a href="https://americanconservatives.com/tag/jobs-report/">jobs report</a></li><li><a href="https://americanconservatives.com/tag/joe-biden/">Joe Biden</a></li><li><a href="https://americanconservatives.com/tag/labor-market/">labor market</a></li><li><a href="https://americanconservatives.com/tag/payroll-jobs/">payroll jobs</a></li><li><a href="https://americanconservatives.com/tag/reporters/">reporters</a></li><li><a href="https://americanconservatives.com/tag/republican-national-committee/">republican national committee</a></li><li><a href="https://americanconservatives.com/tag/ronna-mcdaniel/">Ronna McDaniel</a></li><li><a href="https://americanconservatives.com/tag/unemployment-rate/">unemployment rate</a></li></ul></div></div></div></div><div class="vc_column tdi_200 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky"> <style scoped>.tdi_200{vertical-align:baseline}.tdi_200>.wpb_wrapper,.tdi_200>.wpb_wrapper>.tdc-elements{display:block}.tdi_200>.wpb_wrapper>.tdc-elements{width:100%}.tdi_200>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_200>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" data-sticky-offset="20"><div class="vc_row_inner tdi_202 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_202{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_202,.tdi_202 .tdc-inner-columns{display:block}.tdi_202 .tdc-inner-columns{width:100%}@media (min-width:768px){.tdi_202{margin-left:-15px;margin-right:-15px}.tdi_202 .vc_column_inner{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_202{margin-left:-10px;margin-right:-10px}.tdi_202 .vc_column_inner{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_202{margin-left:-10px;margin-right:-10px}.tdi_202 .vc_column_inner{padding-left:10px;padding-right:10px}}}.tdi_202{margin-right:0px!important;margin-left:0px!important;padding-top:15px!important;padding-bottom:15px!important;border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:1px 1px 1px 1px!important}.tdi_202 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_202{padding-top:10px!important;padding-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_202{padding-top:10px!important;padding-bottom:10px!important}}@media (max-width:767px){.tdi_202{padding-right:15px!important;padding-left:15px!important;width:100%!important}}</style><div class="vc_column_inner tdi_204 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped>.tdi_204{vertical-align:baseline}.tdi_204 .vc_column-inner>.wpb_wrapper,.tdi_204 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_204 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_205 tdm-content-horiz-center td-pb-border-top td-today-news-slanted-title td_block_template_1" data-td-block-uid="tdi_205" > <style>.tdi_205{margin-bottom:15px!important;padding-right:13px!important;padding-bottom:1px!important;padding-left:8px!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_205{margin-bottom:10px!important;padding-right:11px!important;padding-left:6px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_205{margin-bottom:5px!important;padding-right:9px!important;padding-left:4px!important}}@media (max-width:767px){.tdi_205{margin-bottom:10px!important;padding-right:9px!important;padding-left:4px!important}}</style> <div class="tdi_205_rand_style td-element-style"><style> .tdi_205_rand_style{ background-color:var(--today-news-light-gray) !important; } </style></div><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdi_206 .tdm-title{color:var(--today-news-dark-bg)}.tdi_206 .tdm-title{font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-style:italic!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_206 .tdm-title{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_206 .tdm-title{font-size:11px!important}}@media (max-width:767px){.tdi_206 .tdm-title{font-size:13px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_206 "><h3 class="tdm-title tdm-title-sm">Latest articles</h3></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_207 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_207" > <style>.tdi_207{margin-bottom:0px!important;border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}</style> <style>.tdi_207 .entry-thumb{background-position:center 50%}.tdi_207 .td-module-container{flex-direction:column;border-color:#eaeaea!important}.tdi_207 .td-image-container{display:block;order:0}.ie10 .tdi_207 .td-module-meta-info,.ie11 .tdi_207 .td-module-meta-info{flex:auto}body .tdi_207 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_207 .td-module-meta-info{padding:0px;border-color:#eaeaea}.tdi_207 .td_module_wrap{padding-left:20px;padding-right:20px;padding-bottom:15px;margin-bottom:15px}.tdi_207 .td_block_inner{margin-left:-20px;margin-right:-20px}.tdi_207 .td-module-container:before{bottom:-15px;border-width:0 0 1px 0;border-style:solid;border-color:#eaeaea;border-color:var(--today-news-light-gray)}.tdi_207 .td-post-vid-time{display:block}.tdi_207 .td-post-category{margin:0 0 3px;padding:0px;background-color:rgba(0,0,0,0);color:var(--today-news-accent);font-family:Montserrat!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important}.tdi_207 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_207 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_207 .td-excerpt{display:block;color:var(--today-news-dark-gray);margin:0 0 7px;column-count:1;column-gap:48px;font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important}.tdi_207 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_207 .td-read-more{display:none}.tdi_207 .td-author-date{display:inline}.tdi_207 .td-post-author-name{display:none}.tdi_207 .td-post-date,.tdi_207 .td-post-author-name span{display:inline-block;color:var(--today-news-dark-gray)}.tdi_207 .entry-review-stars{display:none}.tdi_207 .td-icon-star,.tdi_207 .td-icon-star-empty,.tdi_207 .td-icon-star-half{font-size:15px}.tdi_207 .td-module-comments{display:none}.tdi_207 .td_module_wrap:nth-last-child(1){margin-bottom:0;padding-bottom:0}.tdi_207 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none}.tdi_207 .td-post-category:hover{background-color:rgba(0,0,0,0)!important}.tdi_207 .td-module-title a{color:var(--today-news-dark-bg)}.tdi_207 .td_module_wrap:hover .td-module-title a{color:var(--today-news-accent)!important}.tdi_207 .td-module-exclusive .td-module-title a:before{display:inline-block;content:'Exclusive:';margin:0 5px 0 0;padding:0 0 2px;color:var(--today-news-accent);background-color:rgba(0,0,0,0);font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_207 .entry-title{margin:0 0 7px;font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_207 .td-editor-date,.tdi_207 .td-editor-date .td-post-author-name a,.tdi_207 .td-editor-date .entry-date,.tdi_207 .td-module-comments a{font-family:Montserrat!important;font-size:12px!important;line-height:1.3!important}html:not([class*='ie']) .tdi_207 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_207 .td_module_wrap{padding-bottom:10px;margin-bottom:10px}.tdi_207 .td-module-container:before{bottom:-10px}.tdi_207 .td-post-category{margin:0 0 2px;font-size:11px!important}.tdi_207 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important}.tdi_207 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_207 .td_module_wrap .td-module-container:before{display:block!important}.tdi_207 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_207 .td-module-exclusive .td-module-title a:before{font-size:13px!important}.tdi_207 .entry-title{margin:0 0 5px7;font-size:13px!important}.tdi_207 .td-excerpt{margin:0 0 5px;font-size:12px!important}.tdi_207 .td-editor-date,.tdi_207 .td-editor-date .td-post-author-name a,.tdi_207 .td-editor-date .entry-date,.tdi_207 .td-module-comments a{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_207 .td_module_wrap{padding-bottom:7.5px;margin-bottom:7.5px}.tdi_207 .td-module-container:before{bottom:-7.5px}.tdi_207 .td-post-category{margin:0 0 2px;font-size:10px!important}.tdi_207 .td_module_wrap{padding-bottom:7.5px!important;margin-bottom:7.5px!important}.tdi_207 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_207 .td_module_wrap .td-module-container:before{display:block!important}.tdi_207 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_207 .td-module-exclusive .td-module-title a:before{margin:0 4px 0 0;font-size:11px!important}.tdi_207 .entry-title{margin:0 0 5px;font-size:11px!important}.tdi_207 .td-excerpt{margin:0 0 2px;font-size:11px!important;line-height:1.2!important}.tdi_207 .td-editor-date,.tdi_207 .td-editor-date .td-post-author-name a,.tdi_207 .td-editor-date .entry-date,.tdi_207 .td-module-comments a{font-size:10px!important;line-height:1.2!important}}@media (max-width:767px){.tdi_207 .td_module_wrap{padding-bottom:10px;margin-bottom:10px}.tdi_207 .td-module-container:before{bottom:-10px}.tdi_207 .td-post-category{margin:0 0 2px;font-size:11px!important}.tdi_207 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important}.tdi_207 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_207 .td_module_wrap .td-module-container:before{display:block!important}.tdi_207 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_207 .td-module-exclusive .td-module-title a:before{font-size:13px!important}.tdi_207 .entry-title{margin:0 0 5px;font-size:13px!important}.tdi_207 .td-excerpt{margin:0 0 5px;font-size:12px!important}.tdi_207 .td-editor-date,.tdi_207 .td-editor-date .td-post-author-name a,.tdi_207 .td-editor-date .entry-date,.tdi_207 .td-module-comments a{font-size:11px!important}}</style><script>var block_tdi_207 = new tdBlock(); block_tdi_207.id = "tdi_207"; block_tdi_207.atts = '{"modules_on_row":"","limit":"4","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItY29sb3IiOiJ2YXIoLS10b2RheS1uZXdzLWxpZ2h0LWdyYXkpIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7ImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","image_floated":"","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"uppercase","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"0","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","hide_image":"yes","mc1_el":"15","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","sort":"","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"-2075","category_id":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","h_effect":"","image_size":"","image_alignment":"50","image_height":"","image_width":"","image_radius":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_207","tdc_css_class":"tdi_207","tdc_css_class_style":"tdi_207_rand_style"}'; block_tdi_207.td_column_number = "1"; block_tdi_207.block_type = "td_flex_block_1"; block_tdi_207.post_count = "4"; block_tdi_207.found_posts = "3284"; block_tdi_207.header_color = ""; block_tdi_207.ajax_pagination_infinite_stop = ""; block_tdi_207.max_num_pages = "821"; tdBlocksArray.push(block_tdi_207); </script><div class="td-block-title-wrap"></div><div id=tdi_207 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/brooklyn-elementary-school-sparks-controversy-by-using-blm-coloring-book-to-influence-kids/" rel="bookmark" title="Brooklyn Elementary School Sparks Controversy by Using BLM Coloring Book to Influence Kids">Brooklyn Elementary School Sparks Controversy by Using BLM Coloring Book to Influence Kids</a></h3> <div class="td-excerpt">The teachers at New York City Public School 321 take Black History Month seriously. The...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:58:22-05:00" >Friday</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/college-takes-on-anti-fatness-oppression-and-ableist-grading-in-radical-course-overhaul/" rel="bookmark" title="College Takes on Anti-Fatness &#8216;Oppression&#8217; and &#8216;Ableist&#8217; Grading in Radical Course Overhaul">College Takes on Anti-Fatness &#8216;Oppression&#8217; and &#8216;Ableist&#8217; Grading in Radical Course Overhaul</a></h3> <div class="td-excerpt">Will Americans of the future be those who always watch their weight? One university...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:45:20-05:00" >Friday</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/anti-trump-fears-escalate-will-they-flee-the-country-if-trump-wins/" rel="bookmark" title="Anti-Trump Fears Escalate: Will They Flee the Country if Trump Wins?">Anti-Trump Fears Escalate: Will They Flee the Country if Trump Wins?</a></h3> <div class="td-excerpt">As a Trump critic, you will have to deal negatively with people who would...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:26:15-05:00" >Friday</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/catherine-herridge-drops-bombshell-update-on-cbs-seizure-of-her-files/" rel="bookmark" title="Catherine Herridge Drops Bombshell Update on CBS&#8217; Seizure of Her Files">Catherine Herridge Drops Bombshell Update on CBS&#8217; Seizure of Her Files</a></h3> <div class="td-excerpt">Catherine Herridge was fired as a CBS employee during a mass dismissal of hundreds...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:14:37-05:00" >Friday</time></span> </span> </div> </div> </div> </div> </div></div></div></div></div></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_209 "> <style scoped>.tdi_209{padding-top:20px!important;justify-content:center!important;text-align:center!important}</style><div class="td-fix-index"><!--<script id="up-637866585927814552"> (function(){ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.id='scr-637866585927814552-62693219ba2e5403c0fbc09b'; script.src = 'https://cdn.uprivaladserver.net/scriptsv5/uphs-script.js?v=2.8.44'; script.setAttribute("data-width","300"); script.setAttribute("data-height","250"); script.setAttribute("data-url","https://api.uprivaladserver.net/v2/a/show/?tid=5efdfbd6ba2e5400bc66431d&pid=62693219ba2e5403c0fbc09b&rnd=[CACHE-BUSTING-ID-HERE]&sid1=americanconservatives"); script.onload = function(){ new UpASHS().init('637866585927814552-62693219ba2e5403c0fbc09b','62693219ba2e5403c0fbc09b'); }; document.getElementById("up-637866585927814552").parentNode.insertBefore(script, document.getElementById("up-637866585927814552").nextSibling); })(); </script>--></div></div></div></div></div></div><div id="tdi_210" class="tdc-row"><div class="vc_row tdi_211 wpb_row td-pb-row" > <style scoped>.tdi_211,.tdi_211 .tdc-columns{min-height:0}.tdi_211,.tdi_211 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_211 .tdc-columns{width:100%}@media (min-width:768px){.tdi_211{margin-left:-15px;margin-right:-15px}.tdi_211 .tdc-row-video-background-error,.tdi_211 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_211{margin-left:-10px;margin-right:-10px}.tdi_211 .tdc-row-video-background-error,.tdi_211 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_211{margin-left:-10px;margin-right:-10px}.tdi_211 .tdc-row-video-background-error,.tdi_211 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_211,.tdi_211 .tdc-columns{flex-direction:column}}.tdi_211{margin-top:45px!important}.tdi_211 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_211{margin-top:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_211{margin-top:25px!important}}@media (max-width:767px){.tdi_211{margin-top:25px!important}}</style><div class="vc_column tdi_213 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_213{vertical-align:baseline}.tdi_213>.wpb_wrapper,.tdi_213>.wpb_wrapper>.tdc-elements{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start}.tdi_213>.wpb_wrapper>.tdc-elements{width:100%}.tdi_213>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_213>.wpb_wrapper{width:100%;height:100%}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_214 tdm-content-horiz-left td-pb-border-top td-today-news-slanted-title td_block_template_1" data-td-block-uid="tdi_214" > <style>.tdi_214{padding-right:20px!important;padding-bottom:1px!important;padding-left:11px!important;width:auto!important;position:relative}@media (min-width:1019px) and (max-width:1140px){.tdi_214{padding-right:18px!important;padding-left:9px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_214{padding-right:16px!important;padding-left:7px!important}}@media (max-width:767px){.tdi_214{padding-right:16px!important;padding-left:7px!important}}</style> <div class="tdi_214_rand_style td-element-style"><style> .tdi_214_rand_style{ background-color:var(--today-news-accent) !important; } </style></div><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>body .tdi_215 .tdm-title{color:var(--today-news-white)}.tdi_215 .tdm-title{font-family:Montserrat!important;font-size:28px!important;line-height:1.2!important;font-style:italic!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-2px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_215 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_215 .tdm-title{font-size:22px!important}}@media (max-width:767px){.tdi_215 .tdm-title{font-size:20px!important}}</style><div class="tds-title tds-title1 td-fix-index tdi_215 "><h3 class="tdm-title tdm-title-sm">More like this</h3></div></div></div></div></div></div></div></div><div id="tdi_216" class="tdc-row"><div class="vc_row tdi_217 wpb_row td-pb-row" > <style scoped>.tdi_217,.tdi_217 .tdc-columns{min-height:0}.tdi_217,.tdi_217 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_217 .tdc-columns{width:100%}@media (min-width:768px){.tdi_217{margin-left:-15px;margin-right:-15px}.tdi_217 .tdc-row-video-background-error,.tdi_217 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_217{margin-left:-10px;margin-right:-10px}.tdi_217 .tdc-row-video-background-error,.tdi_217 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_217{margin-left:-10px;margin-right:-10px}.tdi_217 .tdc-row-video-background-error,.tdi_217 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_217,.tdi_217 .tdc-columns{flex-direction:column}}.tdi_217{margin-top:25px!important;margin-bottom:45px!important}.tdi_217 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_217{margin-top:20px!important;margin-bottom:35px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_217{margin-top:15px!important;margin-bottom:25px!important}}@media (max-width:767px){.tdi_217{margin-top:15px!important;margin-bottom:25px!important}}</style><div class="vc_column tdi_219 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_219{vertical-align:baseline}.tdi_219>.wpb_wrapper,.tdi_219>.wpb_wrapper>.tdc-elements{display:block}.tdi_219>.wpb_wrapper>.tdc-elements{width:100%}.tdi_219>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_219>.wpb_wrapper{width:auto;height:auto}.tdi_219{border-color:var(--today-news-light-gray)!important;border-style:solid!important;border-width:0!important}@media (max-width:767px){.tdi_219{margin-bottom:25px!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap td_flex_block_1 tdi_220 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_220" > <style>.tdi_220{margin-bottom:0px!important}</style> <style>.tdi_220 .td-image-wrap{padding-bottom:45%}.tdi_220 .entry-thumb{background-position:center 50%}.tdi_220 .td-module-container{flex-direction:column;border-color:#eaeaea!important}.tdi_220 .td-image-container{display:block;order:0}.ie10 .tdi_220 .td-module-meta-info,.ie11 .tdi_220 .td-module-meta-info{flex:auto}body .tdi_220 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_220 .td-module-meta-info{padding:20px 0 0;border-color:#eaeaea}.tdi_220 .td_module_wrap{width:33.33333333%;float:left;padding-left:15px;padding-right:15px;padding-bottom:15px;margin-bottom:15px}.rtl .tdi_220 .td_module_wrap{float:right}.tdi_220 .td_block_inner{margin-left:-15px;margin-right:-15px}.tdi_220 .td-module-container:before{bottom:-15px;border-width:0 0 1px 0;border-style:solid;border-color:#eaeaea;border-color:var(--today-news-light-gray)}.tdi_220 .td-post-vid-time{display:block}.tdi_220 .td-post-category{margin:0 0 3px;padding:0px;background-color:rgba(0,0,0,0);color:var(--today-news-accent);font-family:Montserrat!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important}.tdi_220 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_220 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_220 .td-excerpt{display:block;color:var(--today-news-dark-gray);margin:0 0 7px;column-count:1;column-gap:48px;font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important}.tdi_220 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_220 .td-read-more{display:none}.tdi_220 .td-author-date{display:inline}.tdi_220 .td-post-author-name{display:none}.tdi_220 .td-post-date,.tdi_220 .td-post-author-name span{display:inline-block;color:var(--today-news-dark-gray)}.tdi_220 .entry-review-stars{display:none}.tdi_220 .td-icon-star,.tdi_220 .td-icon-star-empty,.tdi_220 .td-icon-star-half{font-size:15px}.tdi_220 .td-module-comments{display:none}.tdi_220 .td_module_wrap:nth-child(3n+1){clear:both}.tdi_220 .td_module_wrap:nth-last-child(-n+3){margin-bottom:0;padding-bottom:0}.tdi_220 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{display:none}.tdi_220 .td-post-category:hover{background-color:rgba(0,0,0,0)!important}.tdi_220 .td-module-title a{color:var(--today-news-dark-bg)}.tdi_220 .td_module_wrap:hover .td-module-title a{color:var(--today-news-accent)!important}.tdi_220 .td-module-exclusive .td-module-title a:before{display:inline-block;content:'Exclusive:';margin:0 5px 0 0;padding:0 0 2px;color:var(--today-news-accent);background-color:rgba(0,0,0,0);font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_220 .entry-title{margin:0 0 7px;font-family:Montserrat!important;font-size:17px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_220 .td-editor-date,.tdi_220 .td-editor-date .td-post-author-name a,.tdi_220 .td-editor-date .entry-date,.tdi_220 .td-module-comments a{font-family:Montserrat!important;font-size:12px!important;line-height:1.3!important}html:not([class*='ie']) .tdi_220 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_220 .td-module-meta-info{padding:5px 0 0}.tdi_220 .td_module_wrap{padding-left:10px;padding-right:10px;padding-bottom:10px;margin-bottom:10px;clear:none!important;padding-bottom:10px!important;margin-bottom:10px!important}.tdi_220 .td_block_inner{margin-left:-10px;margin-right:-10px}.tdi_220 .td-module-container:before{bottom:-10px}.tdi_220 .td-post-category{margin:0 0 2px;font-size:11px!important}.tdi_220 .td_module_wrap:nth-child(3n+1){clear:both!important}.tdi_220 .td_module_wrap:nth-last-child(-n+3){margin-bottom:0!important;padding-bottom:0!important}.tdi_220 .td_module_wrap .td-module-container:before{display:block!important}.tdi_220 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{display:none!important}.tdi_220 .td-module-exclusive .td-module-title a:before{font-size:13px!important}.tdi_220 .entry-title{margin:0 0 5px7;font-size:13px!important}.tdi_220 .td-excerpt{margin:0 0 5px;font-size:12px!important}.tdi_220 .td-editor-date,.tdi_220 .td-editor-date .td-post-author-name a,.tdi_220 .td-editor-date .entry-date,.tdi_220 .td-module-comments a{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_220 .td-module-meta-info{padding:10px 0 0}.tdi_220 .td_module_wrap{padding-left:10px;padding-right:10px;padding-bottom:7.5px;margin-bottom:7.5px;clear:none!important;padding-bottom:7.5px!important;margin-bottom:7.5px!important}.tdi_220 .td_block_inner{margin-left:-10px;margin-right:-10px}.tdi_220 .td-module-container:before{bottom:-7.5px}.tdi_220 .td-post-category{margin:0 0 2px;font-size:10px!important}.tdi_220 .td_module_wrap:nth-child(3n+1){clear:both!important}.tdi_220 .td_module_wrap:nth-last-child(-n+3){margin-bottom:0!important;padding-bottom:0!important}.tdi_220 .td_module_wrap .td-module-container:before{display:block!important}.tdi_220 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{display:none!important}.tdi_220 .td-module-exclusive .td-module-title a:before{margin:0 4px 0 0;font-size:11px!important}.tdi_220 .entry-title{margin:0 0 5px;font-size:11px!important}.tdi_220 .td-excerpt{margin:0 0 2px;font-size:11px!important;line-height:1.2!important}.tdi_220 .td-editor-date,.tdi_220 .td-editor-date .td-post-author-name a,.tdi_220 .td-editor-date .entry-date,.tdi_220 .td-module-comments a{font-size:10px!important;line-height:1.2!important}}@media (max-width:767px){.tdi_220 .td_module_wrap{width:100%;float:left}.rtl .tdi_220 .td_module_wrap{float:right}.tdi_220 .td_module_wrap{padding-bottom:10px;margin-bottom:10px;padding-bottom:10px!important;margin-bottom:10px!important}.tdi_220 .td-module-container:before{bottom:-10px}.tdi_220 .td-post-category{margin:0 0 2px;font-size:11px!important}.tdi_220 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_220 .td_module_wrap .td-module-container:before{display:block!important}.tdi_220 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_220 .td-module-exclusive .td-module-title a:before{font-size:13px!important}.tdi_220 .entry-title{margin:0 0 5px;font-size:13px!important}.tdi_220 .td-excerpt{margin:0 0 5px;font-size:12px!important}.tdi_220 .td-editor-date,.tdi_220 .td-editor-date .td-post-author-name a,.tdi_220 .td-editor-date .entry-date,.tdi_220 .td-module-comments a{font-size:11px!important}}</style><script>var block_tdi_220 = new tdBlock(); block_tdi_220.id = "tdi_220"; block_tdi_220.atts = '{"modules_on_row":"eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==","limit":"3","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","image_floated":"","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"uppercase","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjVweCAwIDAiLCJwb3J0cmFpdCI6IjEwcHggMCAwIn0=","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"15","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","image_height":"45","category_id":"","image_size":"td_300x0","modules_gap":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIyMCJ9","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"-2075","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","sort":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":3,"header_color":"","color_preset":"","border_top":"","class":"tdi_220","tdc_css_class":"tdi_220","tdc_css_class_style":"tdi_220_rand_style"}'; block_tdi_220.td_column_number = "3"; block_tdi_220.block_type = "td_flex_block_1"; block_tdi_220.post_count = "3"; block_tdi_220.found_posts = "3284"; block_tdi_220.header_color = ""; block_tdi_220.ajax_pagination_infinite_stop = ""; block_tdi_220.max_num_pages = "1095"; tdBlocksArray.push(block_tdi_220); </script><div class="td-block-title-wrap"></div><div id=tdi_220 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://americanconservatives.com/2024/02/brooklyn-elementary-school-sparks-controversy-by-using-blm-coloring-book-to-influence-kids/" rel="bookmark" class="td-image-wrap " title="Brooklyn Elementary School Sparks Controversy by Using BLM Coloring Book to Influence Kids" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://americanconservatives.com/wp-content/uploads/2024/02/coloring-1-300x166.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/brooklyn-elementary-school-sparks-controversy-by-using-blm-coloring-book-to-influence-kids/" rel="bookmark" title="Brooklyn Elementary School Sparks Controversy by Using BLM Coloring Book to Influence Kids">Brooklyn Elementary School Sparks Controversy by Using BLM Coloring Book to Influence Kids</a></h3> <div class="td-excerpt">The teachers at New York City Public School 321 take Black History Month seriously. The...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:58:22-05:00" >Friday</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://americanconservatives.com/2024/02/college-takes-on-anti-fatness-oppression-and-ableist-grading-in-radical-course-overhaul/" rel="bookmark" class="td-image-wrap " title="College Takes on Anti-Fatness &#8216;Oppression&#8217; and &#8216;Ableist&#8217; Grading in Radical Course Overhaul" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://americanconservatives.com/wp-content/uploads/2024/02/uom-1-300x166.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/college-takes-on-anti-fatness-oppression-and-ableist-grading-in-radical-course-overhaul/" rel="bookmark" title="College Takes on Anti-Fatness &#8216;Oppression&#8217; and &#8216;Ableist&#8217; Grading in Radical Course Overhaul">College Takes on Anti-Fatness &#8216;Oppression&#8217; and &#8216;Ableist&#8217; Grading in Radical Course Overhaul</a></h3> <div class="td-excerpt">Will Americans of the future be those who always watch their weight? One university...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:45:20-05:00" >Friday</time></span> </span> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://americanconservatives.com/2024/02/anti-trump-fears-escalate-will-they-flee-the-country-if-trump-wins/" rel="bookmark" class="td-image-wrap " title="Anti-Trump Fears Escalate: Will They Flee the Country if Trump Wins?" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://americanconservatives.com/wp-content/uploads/2024/02/atfe-1-300x166.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://americanconservatives.com/category/latest-news/" class="td-post-category">Latest News</a> <h3 class="entry-title td-module-title"><a href="https://americanconservatives.com/2024/02/anti-trump-fears-escalate-will-they-flee-the-country-if-trump-wins/" rel="bookmark" title="Anti-Trump Fears Escalate: Will They Flee the Country if Trump Wins?">Anti-Trump Fears Escalate: Will They Flee the Country if Trump Wins?</a></h3> <div class="td-excerpt">As a Trump critic, you will have to deal negatively with people who would...</div> <div class="td-editor-date"> <span class="td-author-date"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-02-23T09:26:15-05:00" >Friday</time></span> </span> </div> </div> </div> </div> </div></div></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="Nate Kennedy"><meta itemprop="url" content="https://americanconservatives.com/author/nate/"></span><meta itemprop="datePublished" content="2021-10-09T06:00:31-04:00"><meta itemprop="dateModified" content="2021-10-08T21:15:21-04:00"><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/"/><span class="td-page-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://americanconservatives.com/wp-content/uploads/2022/06/americanconservatives272.png"></span><meta itemprop="name" content="American Conservatives"></span><meta itemprop="headline" content="Biden Refuses To Answer Questions &amp; Walks Away From Plummeting September Jobs Report"><span class="td-page-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://americanconservatives.com/wp-content/uploads/2021/10/1009ac2-e1633742072912.jpg"><meta itemprop="width" content="1200"><meta itemprop="height" content="603"></span> </article> </div> </div> </div> <!-- #tdb-autoload-article --> <!-- Instagram --> <div class="td-footer-template-wrap" style="position: relative"> <div class="td-footer-wrap "> <div id="tdi_221" class="tdc-zone"><div class="tdc_zone tdi_222 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_222{min-height:0}.tdi_222{position:relative}</style> <div class="tdi_221_rand_style td-element-style" ><style>.tdi_221_rand_style{background-color:var(--today-news-dark-bg)!important}</style></div><div id="tdi_223" class="tdc-row"><div class="vc_row tdi_224 wpb_row td-pb-row" > <style scoped>.tdi_224,.tdi_224 .tdc-columns{min-height:0}.tdi_224,.tdi_224 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_224 .tdc-columns{width:100%}@media (min-width:768px){.tdi_224{margin-left:-15px;margin-right:-15px}.tdi_224 .tdc-row-video-background-error,.tdi_224 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_224{margin-left:-10px;margin-right:-10px}.tdi_224 .tdc-row-video-background-error,.tdi_224 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_224{margin-left:-10px;margin-right:-10px}.tdi_224 .tdc-row-video-background-error,.tdi_224 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_224,.tdi_224 .tdc-columns{flex-direction:column}}.tdi_224{margin-right:0px!important;margin-bottom:15px!important;margin-left:0px!important;padding-top:45px!important;padding-bottom:15px!important;border-color:var(--today-news-white-transparent2)!important;border-style:solid!important;border-width:0px 0px 1px 0px!important}.tdi_224 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_224{margin-bottom:10px!important;padding-top:25px!important;padding-bottom:10px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_224{margin-bottom:10px!important;padding-top:35px!important;padding-bottom:10px!important}}@media (max-width:767px){.tdi_224{padding-top:25px!important}}</style><div class="vc_column tdi_226 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_226{vertical-align:baseline}.tdi_226>.wpb_wrapper,.tdi_226>.wpb_wrapper>.tdc-elements{display:block}.tdi_226>.wpb_wrapper>.tdc-elements{width:100%}.tdi_226>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_226>.wpb_wrapper{width:auto;height:auto}.tdi_226{padding-left:0px!important;border-color:var(--today-news-white-transparent2)!important;border-style:solid!important;border-width:0px 1px 0px 0px!important}@media (max-width:767px){.tdi_226{margin-bottom:15px!important;padding-bottom:15px!important;border-width:0px 0px 1px 0px!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_logo tdi_227 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_227" > <style>.tdi_227{margin-top:-4px!important;margin-bottom:12px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_227{margin-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_227{margin-bottom:8px!important}}@media (max-width:767px){.tdi_227{margin-bottom:8px!important}}</style> <style>.tdi_227 .tdb-logo-a,.tdi_227 h1{flex-direction:row}.tdi_227 .tdb-logo-a,.tdi_227 h1{align-items:center;justify-content:flex-start}.tdi_227 .tdb-logo-svg-wrap{display:block}.tdi_227 .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdi_227 .tdb-logo-img-wrap{display:block}.tdi_227 .tdb-logo-text-tagline{margin-top:2px;margin-left:0;display:block}.tdi_227 .tdb-logo-text-title{display:block;color:var(--today-news-white);font-family:Montserrat!important;font-size:28px!important;line-height:1.3!important;font-weight:700!important;letter-spacing:-2px!important;}.tdi_227 .tdb-logo-text-wrap{flex-direction:column;align-items:flex-start}.tdi_227 .tdb-logo-icon{top:0px;display:block}@media (min-width:1019px) and (max-width:1140px){.tdi_227 .tdb-logo-text-title{font-size:24px!important;}}@media (min-width:768px) and (max-width:1018px){.tdi_227 .tdb-logo-text-title{font-size:20px!important;}}@media (max-width:767px){.tdi_227 .tdb-logo-text-title{font-size:24px!important;}}</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://americanconservatives.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img td-retina-data" data-retina="https://americanconservatives.com/wp-content/uploads/2022/04/american-conservatives272.png" src="https://americanconservatives.com/wp-content/uploads/2022/04/american-conservatives544.png" alt="AMERICAN CONSERVATIVES" title="" width="544" height="152" /></span></a></div></div> <!-- ./block --><div class="tdm_block td_block_wrap tdm_block_socials tdi_228 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_228" > <style>.tdi_228{margin-left:-8px!important}@media (min-width:768px) and (max-width:1018px){.tdi_228{margin-left:-2px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_228{margin-left:-4px!important}}</style> <style></style> <style>.tdi_229 .tdm-social-item i{font-size:13px;vertical-align:middle}.tdi_229 .tdm-social-item i.td-icon-linkedin,.tdi_229 .tdm-social-item i.td-icon-pinterest,.tdi_229 .tdm-social-item i.td-icon-blogger,.tdi_229 .tdm-social-item i.td-icon-vimeo{font-size:10.4px}.tdi_229 .tdm-social-item{width:20.8px;height:20.8px;margin:5px 10px 5px 0}.tdi_229 .tdm-social-item i{line-height:20.8px}.tdi_229 .tdm-social-item-wrap:last-child .tdm-social-item{margin-right:0!important}.tdi_229 .tdm-social-item i,.tds-team-member2 .tdi_229.tds-social1 .tdm-social-item i{color:var(--today-news-white)}.tdi_229 .tdm-social-item-wrap:hover i,.tds-team-member2 .tdi_229.tds-social1 .tdm-social-item:hover i{color:var(--today-news-light-gray)}.tdi_229 .tdm-social-text{display:none;margin-left:2px;margin-right:18px}@media (min-width:1019px) and (max-width:1140px){.tdi_229 .tdm-social-item i{font-size:12px;vertical-align:middle}.tdi_229 .tdm-social-item i.td-icon-linkedin,.tdi_229 .tdm-social-item i.td-icon-pinterest,.tdi_229 .tdm-social-item i.td-icon-blogger,.tdi_229 .tdm-social-item i.td-icon-vimeo{font-size:9.6px}.tdi_229 .tdm-social-item{width:18px;height:18px}.tdi_229 .tdm-social-item i{line-height:18px}}@media (min-width:768px) and (max-width:1018px){.tdi_229 .tdm-social-item i{font-size:11px;vertical-align:middle}.tdi_229 .tdm-social-item i.td-icon-linkedin,.tdi_229 .tdm-social-item i.td-icon-pinterest,.tdi_229 .tdm-social-item i.td-icon-blogger,.tdi_229 .tdm-social-item i.td-icon-vimeo{font-size:8.8px}.tdi_229 .tdm-social-item{width:15.4px;height:15.4px}.tdi_229 .tdm-social-item i{line-height:15.4px}}</style><div class="tdm-social-wrapper tds-social1 tdi_229"><div class="tdm-social-item-wrap"><a href="https://www.facebook.com/AmConservatives/" target="_blank" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i><span style="display: none">Facebook</span></a></div><div class="tdm-social-item-wrap"><a href="https://twitter.com/AmConservatives/" target="_blank" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i><span style="display: none">Twitter</span></a></div></div></div></div></div><div class="vc_column tdi_231 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_231{vertical-align:baseline}.tdi_231>.wpb_wrapper,.tdi_231>.wpb_wrapper>.tdc-elements{display:block}.tdi_231>.wpb_wrapper>.tdc-elements{width:100%}.tdi_231>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_231>.wpb_wrapper{width:auto;height:auto}.tdi_231{border-color:var(--today-news-white-transparent2)!important;border-style:solid!important;border-width:0px 1px 0px 0px!important}@media (max-width:767px){.tdi_231{margin-bottom:15px!important;padding-bottom:15px!important;border-width:0px 0px 1px 0px!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap td_block_list_menu tdi_232 td-blm-display-vertical td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_232" > <style>.tdi_232{margin-bottom:0px!important}</style> <style>.td_block_list_menu ul{flex-wrap:wrap;margin-left:12px}.td_block_list_menu ul li{margin-left:0}.td_block_list_menu ul li a{display:flex;margin-left:0}.td_block_list_menu .td-blm-menu-item-txt{display:flex;align-items:center;flex-grow:1}.td_block_list_menu .sub-menu{padding-left:22px}.td_block_list_menu .sub-menu li{font-size:13px}.td_block_list_menu li.current-menu-item>a,.td_block_list_menu li.current-menu-ancestor>a,.td_block_list_menu li.current-category-ancestor>a,.td_block_list_menu li.current-page-ancestor>a{color:var(--td_theme_color,#4db2ec)}.td_block_list_menu .td-blm-sub-icon{display:flex;align-items:center;justify-content:center;margin-left:.6em;padding:0 .6em;transition:transform .2s ease-in-out}.td_block_list_menu .td-blm-sub-icon svg{display:block;width:1em;height:auto}.td_block_list_menu .td-blm-sub-icon svg,.td_block_list_menu .td-blm-sub-icon svg *{fill:currentColor}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children ul{display:none}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children-open>a>.td-blm-sub-icon{transform:rotate(180deg)}.td_block_list_menu.td-blm-display-horizontal ul{display:flex}body .tdi_232 ul{text-align:left;justify-content:flex-start;margin:0px}body .tdi_232 ul li a{justify-content:flex-start}body .tdi_232 .td-blm-menu-item-txt{flex-grow:1}body .tdi_232 ul li{margin-bottom:10px}body .tdi_232 ul li:last-child{margin-bottom:0}body .tdi_232 a,body .tdi_232 .td-blm-sub-icon{color:var(--today-news-white)}body .tdi_232 li.current-menu-item>a,body .tdi_232 li.current-menu-ancestor>a,body .tdi_232 li.current-category-ancestor>a,body .tdi_232 li.current-page-ancestor>a,body .tdi_232 a:hover,body .tdi_232 li.current-menu-item>a>.td-blm-sub-icon,body .tdi_232 li.current-menu-ancestor>a>.td-blm-sub-icon,body .tdi_232 li.current-category-ancestor>a>.td-blm-sub-icon,body .tdi_232 li.current-page-ancestor>a>.td-blm-sub-icon,body .tdi_232 a:hover>.td-blm-sub-icon{color:var(--today-news-accent)}body .tdi_232 li{font-family:Montserrat!important;font-size:14px!important;line-height:1.3!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.3px!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_232 ul li{margin-bottom:8px}body .tdi_232 ul li:last-child{margin-bottom:0}body .tdi_232 li{font-size:13px!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_232 ul li{margin-bottom:7px}body .tdi_232 ul li:last-child{margin-bottom:0}body .tdi_232 li{font-size:12px!important;line-height:1.25!important}}@media (max-width:767px){body .tdi_232 ul li{margin-bottom:8px}body .tdi_232 ul li:last-child{margin-bottom:0}body .tdi_232 li{font-size:13px!important}}</style><div class="td-block-title-wrap"></div><div id=tdi_232 class="td_block_inner td-fix-index"><div class="menu-privacy-menu-container"><ul id="menu-privacy-menu" class="menu"><li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="https://americanconservatives.com/privacy-policy/"><span class="td-blm-menu-item-txt">Privacy Policy</span></a></li> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://americanconservatives.com/terms-of-use/"><span class="td-blm-menu-item-txt">Terms of Use</span></a></li> <li id="menu-item-1550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://americanconservatives.com/report-spam/"><span class="td-blm-menu-item-txt">Report Spam</span></a></li> <li id="menu-item-1193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1193"><a href="https://americanconservatives.com/contact/"><span class="td-blm-menu-item-txt">Contact Us</span></a></li> </ul></div></div></div></div></div><div class="vc_column tdi_234 wpb_column vc_column_container tdc-column td-pb-span4"> <style scoped>.tdi_234{vertical-align:baseline}.tdi_234>.wpb_wrapper,.tdi_234>.wpb_wrapper>.tdc-elements{display:block}.tdi_234>.wpb_wrapper>.tdc-elements{width:100%}.tdi_234>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_234>.wpb_wrapper{width:auto;height:auto}.tdi_234{padding-right:0px!important}</style><div class="wpb_wrapper" ></div></div></div></div><div id="tdi_235" class="tdc-row"><div class="vc_row tdi_236 wpb_row td-pb-row" > <style scoped>.tdi_236,.tdi_236 .tdc-columns{min-height:0}.tdi_236,.tdi_236 .tdc-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_236 .tdc-columns{width:100%}@media (min-width:768px){.tdi_236{margin-left:-15px;margin-right:-15px}.tdi_236 .tdc-row-video-background-error,.tdi_236 .vc_column{padding-left:15px;padding-right:15px}}@media (min-width:1019px) and (max-width:1140px){@media (min-width:768px){.tdi_236{margin-left:-10px;margin-right:-10px}.tdi_236 .tdc-row-video-background-error,.tdi_236 .vc_column{padding-left:10px;padding-right:10px}}}@media (min-width:768px) and (max-width:1018px){@media (min-width:768px){.tdi_236{margin-left:-10px;margin-right:-10px}.tdi_236 .tdc-row-video-background-error,.tdi_236 .vc_column{padding-left:10px;padding-right:10px}}}@media (max-width:767px){.tdi_236,.tdi_236 .tdc-columns{flex-direction:column}}.tdi_236{padding-bottom:45px!important;border-color:var(--today-news-white-transparent2)!important;border-style:solid!important;border-width:0px 0px 1px 0px!important}.tdi_236 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_236{padding-bottom:25px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_236{padding-bottom:35px!important}}@media (max-width:767px){.tdi_236{padding-bottom:25px!important}}</style><div class="vc_column tdi_238 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_238{vertical-align:baseline}.tdi_238>.wpb_wrapper,.tdi_238>.wpb_wrapper>.tdc-elements{display:block}.tdi_238>.wpb_wrapper>.tdc-elements{width:100%}.tdi_238>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_238>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_239 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_239" > <style>@media (max-width:767px){.tdi_239{margin-bottom:6px!important}}</style> <style>.tdi_239{text-align:left!important}.tdi_239 .tdm-descr{color:var(--today-news-light-gray);font-family:Montserrat!important;font-size:12px!important;line-height:1.3!important}@media (min-width:1019px) and (max-width:1140px){.tdi_239 .tdm-descr{font-size:11px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_239 .tdm-descr{font-size:10px!important;line-height:1.25!important}}@media (max-width:767px){.tdi_239 .tdm-descr{font-size:11px!important}}</style><p class="tdm-descr">© Copyright 2022. AmericanConservatives.com | All Rights Reserved.</p></div></div></div></div></div></div></div> </div> </div> </div><!--close td-outer-wrap--> <!-- Theme: Newspaper by tagDiv.com 2023 Version: 12.6.1 (rara) Deploy mode: deploy uid: 65dafececcd38 --> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/earnware-connect/public/js/earnware-merge.js?ver=1.0.72" id="earnware-merge-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=58af2c94cc275a541409dcdc9b94a2b0" id="tdb_js_posts_autoload-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.6.1" id="td-site-min-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.6.1" id="tdPostImages-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.6.1" id="tdSocialSharing-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.6.1" id="tdModalPostImages-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script>(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type="text/javascript" id="tds_js_files_for_front-js-extra"> /* <![CDATA[ */ var tds_js_globals = {"wpRestNonce":"9fee6cba9a","wpRestUrl":"https:\/\/americanconservatives.com\/wp-json\/","permalinkStructure":"\/%year%\/%monthnum%\/%postname%\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-subscription/assets/js/js_files_for_front.min.js?ver=1.5.2" id="tds_js_files_for_front-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=58af2c94cc275a541409dcdc9b94a2b0" id="tdb_js_files_for_front-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.6.1" id="tdLoadingBox-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=58af2c94cc275a541409dcdc9b94a2b0" id="tdbMenu-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.6.1" id="tdLoginMobile-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.6.1" id="tdDatei18n-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.6.1" id="tdPopupModal-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js?ver=58af2c94cc275a541409dcdc9b94a2b0" id="tdbSearch-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js?ver=12.6.1" id="tdSmartSidebar-js"></script> <script type="text/javascript" src="https://americanconservatives.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.6.1" id="tdInfiniteLoader-js"></script> <!-- JS generated by theme --> <script> /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_1'; tdbMenuItem.jqueryObj = jQuery('.tdi_1'); tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = ''; tdbMenu.addItem(tdbMenuItem); }); /* global jQuery:{} */ jQuery().ready( function () { var blockUid = 'tdi_39', $blockObj = jQuery('.tdi_39'), modalUid = 'td_m_5295', $modalObj = $blockObj.find('.tdm-popup-modal-wrap'), show_modal_in_composer = 'yes'; if( $modalObj.length && modalUid !== '' ) { var tdPopupModalItem = new tdPopupModal.item(), $triggerBtnObj = $blockObj.find('> .tds-button > a.tdm-btn'); // modal uid tdPopupModalItem.uid = modalUid; // block uid tdPopupModalItem.blockUid = blockUid; // modal object tdPopupModalItem.modalObj = $modalObj; // modal object tdPopupModalItem.closeModals = []; // modal open position tdPopupModalItem._modal_open_position = 'over-screen'; // modal open disable site scroll tdPopupModalItem._site_scroll = ''; // check to see whether we are in composer or not // we are not in composer // trigger button object if( $triggerBtnObj.length ) { tdPopupModalItem.triggerBtnObj = $triggerBtnObj; } // trigger types tdPopupModalItem._modal_trigger_types = {"button":[]}; // modal content load tdPopupModalItem._modal_content_load = ''; tdPopupModal.addItem(tdPopupModalItem); } }); /* global jQuery:{} */ jQuery().ready( function () { var blockUid = 'tdi_86', $blockObj = jQuery('.tdi_86'), modalUid = 'td_m_5295', $modalObj = $blockObj.find('.tdm-popup-modal-wrap'), show_modal_in_composer = 'yes'; if( $modalObj.length && modalUid !== '' ) { var tdPopupModalItem = new tdPopupModal.item(), $triggerBtnObj = $blockObj.find('> .tds-button > a.tdm-btn'); // modal uid tdPopupModalItem.uid = modalUid; // block uid tdPopupModalItem.blockUid = blockUid; // modal object tdPopupModalItem.modalObj = $modalObj; // modal object tdPopupModalItem.closeModals = []; // modal open position tdPopupModalItem._modal_open_position = 'over-screen'; // modal open disable site scroll tdPopupModalItem._site_scroll = ''; // check to see whether we are in composer or not // we are not in composer // trigger button object if( $triggerBtnObj.length ) { tdPopupModalItem.triggerBtnObj = $triggerBtnObj; } // trigger types tdPopupModalItem._modal_trigger_types = {"button":[]}; // modal content load tdPopupModalItem._modal_content_load = ''; tdPopupModal.addItem(tdPopupModalItem); } }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_148'; tdbSearchItem.blockAtts = '{"inline":"yes","toggle_txt_pos":"after","form_align":"content-horiz-right","results_msg_align":"content-horiz-center","image_floated":"","image_size":"td_300x0","show_cat":"","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"eyJhbGwiOiIxNXB4IDAgMCIsImxhbmRzY2FwZSI6IjEycHggMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIiwicGhvbmUiOiI4cHggMCAwIn0=","art_title":"eyJhbGwiOiIwIDAgNXB4IiwibGFuZHNjYXBlIjoiMCAwIDNweCIsInBvcnRyYWl0IjoiMCAwIDFweCIsInBob25lIjoiMCAwIDFweCJ9","all_modules_space":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTAifQ==","disable_trigger":"yes","form_padding":"0","form_border":"0","form_shadow_shadow_size":"0","f_input_font_family":"394","f_placeholder_font_family":"394","f_input_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_input_font_line_height":"eyJhbGwiOiIzLjgiLCJwb3J0cmFpdCI6IjMuNiIsInBob25lIjoiMy42In0=","f_placeholder_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_placeholder_font_line_height":"eyJhbGwiOiIzLjgiLCJwb3J0cmFpdCI6IjMuNiIsInBob25lIjoiMy42In0=","input_border":"0","input_bg":"var(--today-news-white-transparent2)","form_bg":"rgba(0,0,0,0)","btn_bg":"var(--today-news-white-transparent2)","btn_bg_h":"rgba(0,0,0,0)","btn_tdicon":"td-icon-magnifier-big-rounded","btn_text":"","btn_icon_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","btn_icon_align":"-2","input_padding":"eyJhbGwiOiIwIDE1cHgiLCJsYW5kc2NhcGUiOiIwIDEzcHgiLCJwb3J0cmFpdCI6IjAgMTBweCIsInBob25lIjoiMCAxMHB4In0=","input_color":"var(--today-news-white)","placeholder_color":"var(--today-news-white-transparent)","input_placeholder":"Type in your search query...","results_padding":"eyJhbGwiOiI0MHB4IDAiLCJsYW5kc2NhcGUiOiIzMHB4IDAiLCJwb3J0cmFpdCI6IjI1cHggMCIsInBob25lIjoiMjVweCAwIn0=","results_border":"0","results_bg":"rgba(0,0,0,0)","modules_on_row":"eyJhbGwiOiIyNSUiLCJwaG9uZSI6IjUwJSJ9","image_height":"60","modules_gap":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTAifQ==","results_limit":"8","title_txt":"var(--today-news-white)","title_txt_hover":"var(--today-news-white-transparent)","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"uppercase","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","mc1_tl":"20","modules_category":"above","modules_category_padding":"0","modules_category_margin":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-white-transparent)","f_cat_font_line_height":"1.2","f_meta_font_size":"eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMCJ9","f_meta_font_line_height":"1.2","f_meta_font_family":"394","date_txt":"var(--today-news-white-transparent)","results_msg_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjE1cHggMCAwIiwicG9ydHJhaXQiOiIxMHB4IDAgMCIsInBob25lIjoiMTBweCAwIDAifQ==","results_msg_border":"1px 0 0","results_msg_border_color":"var(--today-news-white-transparent2)","results_msg_bg":"rgba(0,0,0,0)","results_msg_color":"var(--today-news-white-transparent)","results_msg_color_h":"var(--today-news-white)","f_results_msg_font_family":"394","f_results_msg_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_results_msg_font_line_height":"1.3","f_results_msg_font_weight":"700","f_results_msg_font_style":"normal","f_results_msg_font_spacing":"-0.5","f_cat_font_spacing":"-0.5","exclude_pages":"yes","btn_padding":"eyJsYW5kc2NhcGUiOiIwIDEzcHgiLCJwb3J0cmFpdCI6IjAgMTBweCIsInBob25lIjoiMCAxMHB4In0=","f_input_font_weight":"500","f_placeholder_font_weight":"500","block_type":"tdb_header_search","post_type":"","show_form":"","show_results":"yes","separator":"","disable_live_search":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","tdicon":"","icon_size":"20","icon_padding":"2.4","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","toggle_horiz_align":"content-horiz-left","float_block":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_align_screen":"","placeholder_travel":"0","input_radius":"","btn_icon_pos":"","btn_icon_space":"","btn_margin":"","btn_border":"","btn_radius":"","mc1_title_tag":"","mc1_el":"","open_in_new_window":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","excl_margin":"","excl_padd":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color":"","excl_color_h":"","excl_bg":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_family":"","f_excl_font_size":"","f_excl_font_line_height":"","f_excl_font_style":"","f_excl_font_weight":"","f_excl_font_transform":"","f_excl_font_spacing":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_border_color":"","arrow_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","form_shadow_shadow_color":"","placeholder_opacity":"0","input_border_color":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_style":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_style":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_transform":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","tdc_css":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_148","tdc_css_class":"tdi_148","tdc_css_class_style":"tdi_148_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_148'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '8'; tdbSearchItem.disable_trigger = true; tdbSearch.addItem( tdbSearchItem ); }); /* global jQuery:{} */ jQuery().ready( function () { var blockUid = 'tdi_138', $blockObj = jQuery('.tdi_138'), modalUid = 'td_m_5294', $modalObj = $blockObj.find('.tdm-popup-modal-wrap'), show_modal_in_composer = ''; if( $modalObj.length && modalUid !== '' ) { var tdPopupModalItem = new tdPopupModal.item(), $triggerBtnObj = $blockObj.find('> .tds-button > a.tdm-btn'); // modal uid tdPopupModalItem.uid = modalUid; // block uid tdPopupModalItem.blockUid = blockUid; // modal object tdPopupModalItem.modalObj = $modalObj; // modal object tdPopupModalItem.closeModals = []; // modal open position tdPopupModalItem._modal_open_position = 'over-screen'; // modal open disable site scroll tdPopupModalItem._site_scroll = ''; // check to see whether we are in composer or not // we are not in composer // trigger button object if( $triggerBtnObj.length ) { tdPopupModalItem.triggerBtnObj = $triggerBtnObj; } // trigger types tdPopupModalItem._modal_trigger_types = {"button":[]}; // modal content load tdPopupModalItem._modal_content_load = ''; tdPopupModal.addItem(tdPopupModalItem); } }); /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_153'; tdbMenuItem.jqueryObj = jQuery('.tdi_153'); tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = ''; tdbMenu.addItem(tdbMenuItem); }); jQuery(window).on( 'load', function () { var block = jQuery('.tdi_181'), blockClass = '.tdi_181', blockInner = block.find('.tdb-block-inner'), blockOffsetLeft; if( block.find('audio').length > 0 ) { jQuery(blockClass + ' audio').mediaelementplayer(); } if( block.hasClass('tdb-sfi-stretch') ) { jQuery(window).resize(function () { blockOffsetLeft = block.offset().left; if( block.hasClass('tdb-sfi-stretch-left') ) { blockInner.css('margin-left', -blockOffsetLeft + 'px'); } else { blockInner.css('margin-right', -(jQuery(window).width() - (blockOffsetLeft + block.outerWidth())) + 'px'); } }); jQuery(window).resize(); } setTimeout(function () { block.css('opacity', 1); }, 500); }); </script> <script>var td_res_context_registered_atts=["style_general_mobile_menu","style_general_header_align","style_general_header_logo","style_general_mobile_search","style_general_socials","style_general_button","style_general_popup_modal","style_general_column_title","style_general_inline_text","style_general_tds_plans_description","style_general_list","style_general_module_header","style_general_header_search","style_general_header_menu_in_more","style_general_header_menu","style_general_menu_sub_active2","style_general_breadcrumbs","style_general_single_title","style_general_title_single","style_bg_space","style_general_single_categories","style_general_post_meta","style_general_single_date","style_general_single_author","style_general_single_post_share","style_general_featured_image","style_general_single_content","style_general_single_tags","style_general_list_menu","style_specific_list_menu_vertical","style_specific_list_menu_accordion","style_specific_list_menu_horizontal"];</script> <script type="text/javascript">var omapi_data = {"object_id":2075,"object_key":"post","object_type":"post","term_ids":[2307,1,381,125,1455,38,2413,980,2410,80,2411,2414,914,1719,779,2412],"wp_json":"https:\/\/americanconservatives.com\/wp-json","wc_active":false,"edd_active":false,"nonce":"9fee6cba9a"};</script> <script> function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c< a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))}; b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))}; /* <![CDATA[ */ ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"}; /* ]]> */ var ai_cookie_js=!0,ai_block_class_def="code-block"; /* JavaScript Cookie v2.2.0 https://github.com/js-cookie/js-cookie Copyright 2006, 2015 Klaus Hartl & Fagner Brack Released under the MIT license */ "undefined"!==typeof ai_cookie_js&&(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}}(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults, g);"number"===typeof g.expires&&(g.expires=new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+ g[n].split(";")[0]));return document.cookie=h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get= function(h){return e(h,!1)};b.getJSON=function(h){return e(h,!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})}),AiCookies=Cookies.noConflict(),ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"== d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+ " pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")|| ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]- Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&& (e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status="OK";return!0},ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest("."+ai_block_class_def),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code", d.getAttribute("data-fallback-code")),null!=b&&b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),f=!0);d.removeAttribute("data-selector");if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&& (b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",b64e(JSON.stringify(e))))}b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&& (b.style.position="")))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),e.classList.remove(c+"-dbg")},ai_load_cookie=function(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a},ai_set_cookie=function(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f= !1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b},ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}", ""));return d+b}); var ai_insertion_js=!0,ai_block_class_def="code-block"; if("undefined"!=typeof ai_insertion_js){ai_insert=function(a,h,l){if(-1!=h.indexOf(":eq("))if(window.jQuery&&window.jQuery.fn)var n=jQuery(h);else{console.error("AI INSERT USING jQuery QUERIES:",h,"- jQuery not found");return}else n=document.querySelectorAll(h);for(var u=0,y=n.length;u<y;u++){var d=n[u];selector_string=d.hasAttribute("id")?"#"+d.getAttribute("id"):d.hasAttribute("class")?"."+d.getAttribute("class").replace(RegExp(" ","g"),"."):"";var w=document.createElement("div");w.innerHTML=l; var m=w.getElementsByClassName("ai-selector-counter")[0];null!=m&&(m.innerText=u+1);m=w.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=m){var r=a.toUpperCase();"undefined"!=typeof ai_front&&("before"==a?r=ai_front.insertion_before:"after"==a?r=ai_front.insertion_after:"prepend"==a?r=ai_front.insertion_prepend:"append"==a?r=ai_front.insertion_append:"replace-content"==a?r=ai_front.insertion_replace_content:"replace-element"==a&&(r=ai_front.insertion_replace_element));-1==selector_string.indexOf(".ai-viewports")&& (m.innerText=r+" "+h+" ("+d.tagName.toLowerCase()+selector_string+")")}m=document.createRange();try{var v=m.createContextualFragment(w.innerHTML)}catch(t){}"before"==a?d.parentNode.insertBefore(v,d):"after"==a?d.parentNode.insertBefore(v,d.nextSibling):"prepend"==a?d.insertBefore(v,d.firstChild):"append"==a?d.insertBefore(v,null):"replace-content"==a?(d.innerHTML="",d.insertBefore(v,null)):"replace-element"==a&&(d.parentNode.insertBefore(v,d),d.parentNode.removeChild(d));z()}};ai_insert_code=function(a){function h(m, r){return null==m?!1:m.classList?m.classList.contains(r):-1<(" "+m.className+" ").indexOf(" "+r+" ")}function l(m,r){null!=m&&(m.classList?m.classList.add(r):m.className+=" "+r)}function n(m,r){null!=m&&(m.classList?m.classList.remove(r):m.className=m.className.replace(new RegExp("(^|\\b)"+r.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof a){var u=!1;if(h(a,"no-visibility-check")||a.offsetWidth||a.offsetHeight||a.getClientRects().length){u=a.getAttribute("data-code");var y=a.getAttribute("data-insertion-position"), d=a.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=d){if(-1!=d.indexOf(":eq(")?window.jQuery&&window.jQuery.fn&&jQuery(d).length:document.querySelectorAll(d).length)ai_insert(y,d,b64d(u)),n(a,"ai-viewports")}else{y=document.createRange();try{var w=y.createContextualFragment(b64d(u))}catch(m){}a.parentNode.insertBefore(w,a.nextSibling);n(a,"ai-viewports")}u=!0}else w=a.previousElementSibling,h(w,"ai-debug-bar")&&h(w,"ai-debug-script")&&(n(w,"ai-debug-script"),l(w,"ai-debug-viewport-invisible")), n(a,"ai-viewports");return u}};ai_insert_list_code=function(a){var h=document.getElementsByClassName(a)[0];if("undefined"!=typeof h){var l=ai_insert_code(h),n=h.closest("div."+ai_block_class_def);if(n){l||n.removeAttribute("data-ai");var u=n.querySelectorAll(".ai-debug-block");n&&u.length&&(n.classList.remove("ai-list-block"),n.classList.remove("ai-list-block-ip"),n.classList.remove("ai-list-block-filter"),n.style.visibility="",n.classList.contains("ai-remove-position")&&(n.style.position=""))}h.classList.remove(a); l&&z()}};ai_insert_viewport_code=function(a){var h=document.getElementsByClassName(a)[0];if("undefined"!=typeof h){var l=ai_insert_code(h);h.classList.remove(a);l&&(a=h.closest("div."+ai_block_class_def),null!=a&&(l=h.getAttribute("style"),null!=l&&a.setAttribute("style",a.getAttribute("style")+" "+l)));setTimeout(function(){h.removeAttribute("style")},2);z()}};ai_insert_adsense_fallback_codes=function(a){a.style.display="none";var h=a.closest(".ai-fallback-adsense"),l=h.nextElementSibling;l.getAttribute("data-code")? ai_insert_code(l)&&z():l.style.display="block";h.classList.contains("ai-empty-code")&&null!=a.closest("."+ai_block_class_def)&&(a=a.closest("."+ai_block_class_def).getElementsByClassName("code-block-label"),0!=a.length&&(a[0].style.display="none"))};ai_insert_code_by_class=function(a){var h=document.getElementsByClassName(a)[0];"undefined"!=typeof h&&(ai_insert_code(h),h.classList.remove(a))};ai_insert_client_code=function(a,h){var l=document.getElementsByClassName(a)[0];if("undefined"!=typeof l){var n= l.getAttribute("data-code");null!=n&&ai_check_block()&&(l.setAttribute("data-code",n.substring(Math.floor(h/19))),ai_insert_code_by_class(a),l.remove())}};ai_process_elements_active=!1;function z(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists();"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses();"function"==typeof ai_process_filter_hooks&& ai_process_filter_hooks();"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document);"function"==typeof ai_process_wait_for_interaction&&ai_process_wait_for_interaction();"function"==typeof ai_process_delayed_blocks&&ai_process_delayed_blocks()}, 5);ai_process_elements_active=!0}const B=document.querySelector("body");(new MutationObserver(function(a,h){for(const l of a)"attributes"===l.type&&"data-ad-status"==l.attributeName&&"unfilled"==l.target.dataset.adStatus&&l.target.closest(".ai-fallback-adsense")&&ai_insert_adsense_fallback_codes(l.target)})).observe(B,{attributes:!0,childList:!1,subtree:!0});var Arrive=function(a,h,l){function n(t,c,e){d.addMethod(c,e,t.unbindEvent);d.addMethod(c,e,t.unbindEventWithSelectorOrCallback);d.addMethod(c, e,t.unbindEventWithSelectorAndCallback)}function u(t){t.arrive=r.bindEvent;n(r,t,"unbindArrive");t.leave=v.bindEvent;n(v,t,"unbindLeave")}if(a.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,d=function(){var t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;return{matchesSelector:function(c,e){return c instanceof HTMLElement&&t.call(c,e)},addMethod:function(c,e,f){var b=c[e];c[e]= function(){if(f.length==arguments.length)return f.apply(this,arguments);if("function"==typeof b)return b.apply(this,arguments)}},callCallbacks:function(c,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(c=[c[0]]);for(var f=0,b;b=c[f];f++)b&&b.callback&&b.callback.call(b.elem,b.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target,e.selector,e.callback)},checkChildNodesRecursively:function(c,e,f,b){for(var g=0,k;k=c[g];g++)f(k,e,b)&&b.push({callback:e.callback, elem:k}),0<k.childNodes.length&&d.checkChildNodesRecursively(k.childNodes,e,f,b)},mergeArrays:function(c,e){var f={},b;for(b in c)c.hasOwnProperty(b)&&(f[b]=c[b]);for(b in e)e.hasOwnProperty(b)&&(f[b]=e[b]);return f},toElementsArray:function(c){"undefined"===typeof c||"number"===typeof c.length&&c!==a||(c=[c]);return c}}}(),w=function(){var t=function(){this._eventsBucket=[];this._beforeRemoving=this._beforeAdding=null};t.prototype.addEvent=function(c,e,f,b){c={target:c,selector:e,options:f,callback:b, firedElems:[]};this._beforeAdding&&this._beforeAdding(c);this._eventsBucket.push(c);return c};t.prototype.removeEvent=function(c){for(var e=this._eventsBucket.length-1,f;f=this._eventsBucket[e];e--)c(f)&&(this._beforeRemoving&&this._beforeRemoving(f),(f=this._eventsBucket.splice(e,1))&&f.length&&(f[0].callback=null))};t.prototype.beforeAdding=function(c){this._beforeAdding=c};t.prototype.beforeRemoving=function(c){this._beforeRemoving=c};return t}(),m=function(t,c){var e=new w,f=this,b={fireOnAttributesModification:!1}; e.beforeAdding(function(g){var k=g.target;if(k===a.document||k===a)k=document.getElementsByTagName("html")[0];var p=new MutationObserver(function(x){c.call(this,x,g)});var q=t(g.options);p.observe(k,q);g.observer=p;g.me=f});e.beforeRemoving(function(g){g.observer.disconnect()});this.bindEvent=function(g,k,p){k=d.mergeArrays(b,k);for(var q=d.toElementsArray(this),x=0;x<q.length;x++)e.addEvent(q[x],g,k,p)};this.unbindEvent=function(){var g=d.toElementsArray(this);e.removeEvent(function(k){for(var p= 0;p<g.length;p++)if(this===l||k.target===g[p])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(g){var k=d.toElementsArray(this);e.removeEvent("function"===typeof g?function(p){for(var q=0;q<k.length;q++)if((this===l||p.target===k[q])&&p.callback===g)return!0;return!1}:function(p){for(var q=0;q<k.length;q++)if((this===l||p.target===k[q])&&p.selector===g)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(g,k){var p=d.toElementsArray(this);e.removeEvent(function(q){for(var x= 0;x<p.length;x++)if((this===l||q.target===p[x])&&q.selector===g&&q.callback===k)return!0;return!1})};return this},r=new function(){function t(f,b,g){return d.matchesSelector(f,b.selector)&&(f._id===l&&(f._id=y++),-1==b.firedElems.indexOf(f._id))?(b.firedElems.push(f._id),!0):!1}var c={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};r=new m(function(f){var b={attributes:!1,childList:!0,subtree:!0};f.fireOnAttributesModification&&(b.attributes=!0);return b},function(f,b){f.forEach(function(g){var k= g.addedNodes,p=g.target,q=[];null!==k&&0<k.length?d.checkChildNodesRecursively(k,b,t,q):"attributes"===g.type&&t(p,b,q)&&q.push({callback:b.callback,elem:p});d.callCallbacks(q,b)})});var e=r.bindEvent;r.bindEvent=function(f,b,g){"undefined"===typeof g?(g=b,b=c):b=d.mergeArrays(c,b);var k=d.toElementsArray(this);if(b.existing){for(var p=[],q=0;q<k.length;q++)for(var x=k[q].querySelectorAll(f),A=0;A<x.length;A++)p.push({callback:g,elem:x[A]});if(b.onceOnly&&p.length)return g.call(p[0].elem,p[0].elem); setTimeout(d.callCallbacks,1,p)}e.call(this,f,b,g)};return r},v=new function(){function t(f,b){return d.matchesSelector(f,b.selector)}var c={};v=new m(function(){return{childList:!0,subtree:!0}},function(f,b){f.forEach(function(g){g=g.removedNodes;var k=[];null!==g&&0<g.length&&d.checkChildNodesRecursively(g,b,t,k);d.callCallbacks(k,b)})});var e=v.bindEvent;v.bindEvent=function(f,b,g){"undefined"===typeof g?(g=b,b=c):b=d.mergeArrays(c,b);e.call(this,f,b,g)};return v};h&&u(h.fn);u(HTMLElement.prototype); u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);h={};n(r,h,"unbindAllArrive");n(v,h,"unbindAllLeave");return h}}(window,"undefined"===typeof jQuery?null:jQuery,void 0)}; var ai_rotation_triggers=[],ai_block_class_def="code-block"; if("undefined"!=typeof ai_rotation_triggers){ai_process_rotation=function(b){var d="number"==typeof b.length;window.jQuery&&window.jQuery.fn&&b instanceof jQuery&&(b=d?Array.prototype.slice.call(b):b[0]);if(d){var e=!1;b.forEach((c,h)=>{if(c.classList.contains("ai-unprocessed")||c.classList.contains("ai-timer"))e=!0});if(!e)return;b.forEach((c,h)=>{c.classList.remove("ai-unprocessed");c.classList.remove("ai-timer")})}else{if(!b.classList.contains("ai-unprocessed")&&!b.classList.contains("ai-timer"))return; b.classList.remove("ai-unprocessed");b.classList.remove("ai-timer")}var a=!1;if(d?b[0].hasAttribute("data-info"):b.hasAttribute("data-info")){var f="div.ai-rotate.ai-"+(d?JSON.parse(atob(b[0].dataset.info)):JSON.parse(atob(b.dataset.info)))[0];ai_rotation_triggers.includes(f)&&(ai_rotation_triggers.splice(ai_rotation_triggers.indexOf(f),1),a=!0)}if(d)for(d=0;d<b.length;d++)0==d?ai_process_single_rotation(b[d],!0):ai_process_single_rotation(b[d],!1);else ai_process_single_rotation(b,!a)};ai_process_single_rotation= function(b,d){var e=[];Array.from(b.children).forEach((g,p)=>{g.matches(".ai-rotate-option")&&e.push(g)});if(0!=e.length){e.forEach((g,p)=>{g.style.display="none"});if(b.hasAttribute("data-next")){k=parseInt(b.getAttribute("data-next"));var a=e[k];if(a.hasAttribute("data-code")){var f=document.createRange(),c=!0;try{var h=f.createContextualFragment(b64d(a.dataset.code))}catch(g){c=!1}c&&(a=h)}0!=a.querySelectorAll("span[data-ai-groups]").length&&0!=document.querySelectorAll(".ai-rotation-groups").length&& setTimeout(function(){B()},5)}else if(e[0].hasAttribute("data-group")){var k=-1,u=[];document.querySelectorAll("span[data-ai-groups]").forEach((g,p)=>{(g.offsetWidth||g.offsetHeight||g.getClientRects().length)&&u.push(g)});1<=u.length&&(timed_groups=[],groups=[],u.forEach(function(g,p){active_groups=JSON.parse(b64d(g.dataset.aiGroups));var r=!1;g=g.closest(".ai-rotate");null!=g&&g.classList.contains("ai-timed-rotation")&&(r=!0);active_groups.forEach(function(t,v){groups.push(t);r&&timed_groups.push(t)})}), groups.forEach(function(g,p){-1==k&&e.forEach((r,t)=>{var v=b64d(r.dataset.group);option_group_items=v.split(",");option_group_items.forEach(function(C,E){-1==k&&C.trim()==g&&(k=t,timed_groups.includes(v)&&b.classList.add("ai-timed-rotation"))})})}))}else if(b.hasAttribute("data-shares"))for(f=JSON.parse(atob(b.dataset.shares)),a=Math.round(100*Math.random()),c=0;c<f.length&&(k=c,0>f[c]||!(a<=f[c]));c++);else f=b.classList.contains("ai-unique"),a=new Date,f?("number"!=typeof ai_rotation_seed&&(ai_rotation_seed= (Math.floor(1E3*Math.random())+a.getMilliseconds())%e.length),f=ai_rotation_seed,f>e.length&&(f%=e.length),a=parseInt(b.dataset.counter),a<=e.length?(k=parseInt(f+a-1),k>=e.length&&(k-=e.length)):k=e.length):(k=Math.floor(Math.random()*e.length),a.getMilliseconds()%2&&(k=e.length-k-1));if(b.classList.contains("ai-rotation-scheduling"))for(k=-1,f=0;f<e.length;f++)if(a=e[f],a.hasAttribute("data-scheduling")){c=b64d(a.dataset.scheduling);a=!0;0==c.indexOf("^")&&(a=!1,c=c.substring(1));var q=c.split("="), m=-1!=c.indexOf("%")?q[0].split("%"):[q[0]];c=m[0].trim().toLowerCase();m="undefined"!=typeof m[1]?m[1].trim():0;q=q[1].replace(" ","");var n=(new Date).getTime();n=new Date(n);var l=0;switch(c){case "s":l=n.getSeconds();break;case "i":l=n.getMinutes();break;case "h":l=n.getHours();break;case "d":l=n.getDate();break;case "m":l=n.getMonth();break;case "y":l=n.getFullYear();break;case "w":l=n.getDay(),l=0==l?6:l-1}c=0!=m?l%m:l;m=q.split(",");q=!a;for(n=0;n<m.length;n++)if(l=m[n],-1!=l.indexOf("-")){if(l= l.split("-"),c>=l[0]&&c<=l[1]){q=a;break}}else if(c==l){q=a;break}if(q){k=f;break}}if(!(0>k||k>=e.length)){a=e[k];var z="",w=b.classList.contains("ai-timed-rotation");e.forEach((g,p)=>{g.hasAttribute("data-time")&&(w=!0)});if(a.hasAttribute("data-time")){f=atob(a.dataset.time);if(0==f&&1<e.length){c=k;do{c++;c>=e.length&&(c=0);m=e[c];if(!m.hasAttribute("data-time")){k=c;a=e[k];f=0;break}m=atob(m.dataset.time)}while(0==m&&c!=k);0!=f&&(k=c,a=e[k],f=atob(a.dataset.time))}if(0<f&&(c=k+1,c>=e.length&& (c=0),b.hasAttribute("data-info"))){m=JSON.parse(atob(b.dataset.info))[0];b.setAttribute("data-next",c);var x="div.ai-rotate.ai-"+m;ai_rotation_triggers.includes(x)&&(d=!1);d&&(ai_rotation_triggers.push(x),setTimeout(function(){var g=document.querySelectorAll(x);g.forEach((p,r)=>{p.classList.add("ai-timer")});ai_process_rotation(g)},1E3*f));z=" ("+f+" s)"}}else a.hasAttribute("data-group")||e.forEach((g,p)=>{p!=k&&g.remove()});a.style.display="";a.style.visibility="";a.style.position="";a.style.width= "";a.style.height="";a.style.top="";a.style.left="";a.classList.remove("ai-rotate-hidden");a.classList.remove("ai-rotate-hidden-2");b.style.position="";if(a.hasAttribute("data-code")){e.forEach((g,p)=>{g.innerText=""});d=b64d(a.dataset.code);f=document.createRange();c=!0;try{h=f.createContextualFragment(d)}catch(g){c=!1}a.append(h);D()}f=parseInt(a.dataset.index);var y=b64d(a.dataset.name);d=b.closest(".ai-debug-block");if(null!=d){h=d.querySelectorAll("kbd.ai-option-name");d=d.querySelectorAll(".ai-debug-block"); if(0!=d.length){var A=[];d.forEach((g,p)=>{g.querySelectorAll("kbd.ai-option-name").forEach((r,t)=>{A.push(r)})});h=Array.from(h);h=h.slice(0,h.length-A.length)}0!=h.length&&(separator=h[0].hasAttribute("data-separator")?h[0].dataset.separator:"",h.forEach((g,p)=>{g.innerText=separator+y+z}))}d=!1;a=b.closest(".ai-adb-show");null!=a&&a.hasAttribute("data-ai-tracking")&&(h=JSON.parse(b64d(a.getAttribute("data-ai-tracking"))),"undefined"!==typeof h&&h.constructor===Array&&(h[1]=f,h[3]=y,a.setAttribute("data-ai-tracking", b64e(JSON.stringify(h))),a.classList.add("ai-track"),w&&ai_tracking_finished&&a.classList.add("ai-no-pageview"),d=!0));d||(d=b.closest("div[data-ai]"),null!=d&&d.hasAttribute("data-ai")&&(h=JSON.parse(b64d(d.getAttribute("data-ai"))),"undefined"!==typeof h&&h.constructor===Array&&(h[1]=f,h[3]=y,d.setAttribute("data-ai",b64e(JSON.stringify(h))),d.classList.add("ai-track"),w&&ai_tracking_finished&&d.classList.add("ai-no-pageview"))))}}};ai_process_rotations=function(){document.querySelectorAll("div.ai-rotate").forEach((b, d)=>{ai_process_rotation(b)})};function B(){document.querySelectorAll("div.ai-rotate.ai-rotation-groups").forEach((b,d)=>{b.classList.add("ai-timer");ai_process_rotation(b)})}ai_process_rotations_in_element=function(b){b.querySelectorAll("div.ai-rotate").forEach((d,e)=>{ai_process_rotation(d)})};(function(b){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?b():document.addEventListener("DOMContentLoaded",b)})(function(){setTimeout(function(){ai_process_rotations()}, 10)});ai_process_elements_active=!1;function D(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists();"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses();"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks();"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();"function"==typeof ai_process_impressions&&1== ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0}}; ;!function(a,b){a(function(){"use strict";function a(a,b){return null!=a&&null!=b&&a.toLowerCase()===b.toLowerCase()}function c(a,b){var c,d,e=a.length;if(!e||!b)return!1;for(c=b.toLowerCase(),d=0;d<e;++d)if(c===a[d].toLowerCase())return!0;return!1}function d(a){for(var b in a)i.call(a,b)&&(a[b]=new RegExp(a[b],"i"))}function e(a){return(a||"").substr(0,500)}function f(a,b){this.ua=e(a),this._cache={},this.maxPhoneWidth=b||600}var g={};g.mobileDetectRules={phones:{iPhone:"\\biPhone\\b|\\biPod\\b",BlackBerry:"BlackBerry|\\bBB10\\b|rim[0-9]+|\\b(BBA100|BBB100|BBD100|BBE100|BBF100|STH100)\\b-[0-9]+",Pixel:"; \\bPixel\\b",HTC:"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel",Nexus:"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 5X|Nexus 6",Dell:"Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b",Motorola:"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\bMoto E\\b|XT1068|XT1092|XT1052",Samsung:"\\bSamsung\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F|SM-G610F|SM-G981B|SM-G892A|SM-A530F",LG:"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323|M257)|LM-G710",Sony:"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533|SOV34|601SO|F8332",Asus:"Asus.*Galaxy|PadFone.*Mobile",Xiaomi:"^(?!.*\\bx11\\b).*xiaomi.*$|POCOPHONE F1|MI 8|Redmi Note 9S|Redmi Note 5A Prime|N2G47H|M2001J2G|M2001J2I|M1805E10A|M2004J11G|M1902F1G|M2002J9G|M2004J19G|M2003J6A1G",NokiaLumia:"Lumia [0-9]{3,4}",Micromax:"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b",Palm:"PalmSource|Palm",Vertu:"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature",Pantech:"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790",Fly:"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250",Wiko:"KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM",iMobile:"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)",SimValley:"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b",Wolfgang:"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q",Alcatel:"Alcatel",Nintendo:"Nintendo (3DS|Switch)",Amoi:"Amoi",INQ:"INQ",OnePlus:"ONEPLUS",GenericPhone:"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},tablets:{iPad:"iPad|iPad.*Mobile",NexusTablet:"Android.*Nexus[\\s]+(7|9|10)",GoogleTablet:"Android.*Pixel C",SamsungTablet:"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-T830|SM-T837V|SM-T720|SM-T510|SM-T387V|SM-P610|SM-T290|SM-T515|SM-T590|SM-T595|SM-T725|SM-T817P|SM-P585N0|SM-T395|SM-T295|SM-T865|SM-P610N|SM-P615|SM-T970|SM-T380|SM-T5950|SM-T905|SM-T231|SM-T500|SM-T860",Kindle:"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\b|Android.*Silk/[0-9.]+ like Chrome/[0-9.]+ (?!Mobile)",SurfaceTablet:"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)",HPTablet:"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10",AsusTablet:"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\bME70C\\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\bP027\\b|\\bP024\\b|\\bP00C\\b",BlackBerryTablet:"PlayBook|RIM Tablet",HTCtablet:"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410",MotorolaTablet:"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617",NookTablet:"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2",AcerTablet:"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b|\\bA3-A11\\b|\\bA3-A20\\b|\\bA3-A30|A3-A40",ToshibaTablet:"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO",LGTablet:"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b",FujitsuTablet:"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b",PrestigioTablet:"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002",LenovoTablet:"Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)|TB-X103F|TB-X304X|TB-X304F|TB-X304L|TB-X505F|TB-X505L|TB-X505X|TB-X605F|TB-X605L|TB-8703F|TB-8703X|TB-8703N|TB-8704N|TB-8704F|TB-8704X|TB-8704V|TB-7304F|TB-7304I|TB-7304X|Tab2A7-10F|Tab2A7-20F|TB2-X30L|YT3-X50L|YT3-X50F|YT3-X50M|YT-X705F|YT-X703F|YT-X703L|YT-X705L|YT-X705X|TB2-X30F|TB2-X30L|TB2-X30M|A2107A-F|A2107A-H|TB3-730F|TB3-730M|TB3-730X|TB-7504F|TB-7504X|TB-X704F|TB-X104F|TB3-X70F|TB-X705F|TB-8504F|TB3-X70L|TB3-710F|TB-X704L",DellTablet:"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7",YarvikTablet:"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b",MedionTablet:"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB",ArnovaTablet:"97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2",IntensoTablet:"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004",IRUTablet:"M702pro",MegafonTablet:"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b",EbodaTablet:"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)",AllViewTablet:"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)",ArchosTablet:"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b",AinolTablet:"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark",NokiaLumiaTablet:"Lumia 2520",SonyTablet:"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|SGP612|SGP712",PhilipsTablet:"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b",CubeTablet:"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT",CobyTablet:"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010",MIDTablet:"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10",MSITablet:"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b",SMiTTablet:"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)",RockChipTablet:"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A",FlyTablet:"IQ310|Fly Vision",bqTablet:"Android.*(bq)?.*\\b(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))\\b|Maxwell.*Lite|Maxwell.*Plus",HuaweiTablet:"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-L09|CMR-AL19",NecTablet:"\\bN-06D|\\bN-08D",PantechTablet:"Pantech.*P4100",BronchoTablet:"Broncho.*(N701|N708|N802|a710)",VersusTablet:"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b",ZyncTablet:"z1000|Z99 2G|z930|z990|z909|Z919|z900",PositivoTablet:"TB07STA|TB10STA|TB07FTA|TB10FTA",NabiTablet:"Android.*\\bNabi",KoboTablet:"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build",DanewTablet:"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b",TexetTablet:"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE",PlaystationTablet:"Playstation.*(Portable|Vita)",TrekstorTablet:"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab",PyleAudioTablet:"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b",AdvanTablet:"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ",DanyTechTablet:"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1",GalapadTablet:"Android [0-9.]+; [a-z-]+; \\bG1\\b",MicromaxTablet:"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b",KarbonnTablet:"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b",AllFineTablet:"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide",PROSCANTablet:"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b",YONESTablet:"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026",ChangJiaTablet:"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503",GUTablet:"TX-A1301|TX-M9002|Q702|kf026",PointOfViewTablet:"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10",OvermaxTablet:"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)|Qualcore 1027",HCLTablet:"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync",DPSTablet:"DPS Dream 9|DPS Dual 7",VistureTablet:"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10",CrestaTablet:"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989",MediatekTablet:"\\bMT8125|MT8389|MT8135|MT8377\\b",ConcordeTablet:"Concorde([ ]+)?Tab|ConCorde ReadMan",GoCleverTablet:"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042",ModecomTablet:"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003",VoninoTablet:"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b",ECSTablet:"V07OT2|TM105A|S10OT1|TR10CS1",StorexTablet:"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab",VodafoneTablet:"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497|VFD 1400",EssentielBTablet:"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2",RossMoorTablet:"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711",iMobileTablet:"i-mobile i-note",TolinoTablet:"tolino tab [0-9.]+|tolino shine",AudioSonicTablet:"\\bC-22Q|T7-QC|T-17B|T-17P\\b",AMPETablet:"Android.* A78 ",SkkTablet:"Android.* (SKYPAD|PHOENIX|CYCLOPS)",TecnoTablet:"TECNO P9|TECNO DP8D",JXDTablet:"Android.* \\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b",iJoyTablet:"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)",FX2Tablet:"FX2 PAD7|FX2 PAD10",XoroTablet:"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151",ViewsonicTablet:"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a",VerizonTablet:"QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1",OdysTablet:"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10",CaptivaTablet:"CAPTIVA PAD",IconbitTablet:"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S",TeclastTablet:"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi",OndaTablet:"\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\\b[\\s]+|V10 \\b4G\\b",JaytechTablet:"TPC-PA762",BlaupunktTablet:"Endeavour 800NG|Endeavour 1010",DigmaTablet:"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b",EvolioTablet:"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b",LavaTablet:"QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b",AocTablet:"MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712",MpmanTablet:"MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\\bMPG7\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010",CelkonTablet:"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b",WolderTablet:"miTab \\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\b",MediacomTablet:"M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA",MiTablet:"\\bMI PAD\\b|\\bHM NOTE 1W\\b",NibiruTablet:"Nibiru M1|Nibiru Jupiter One",NexoTablet:"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI",LeaderTablet:"TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100",UbislateTablet:"UbiSlate[\\s]?7C",PocketBookTablet:"Pocketbook",KocasoTablet:"\\b(TB-1207)\\b",HisenseTablet:"\\b(F5281|E2371)\\b",Hudl:"Hudl HT7S3|Hudl 2",TelstraTablet:"T-Hub2",GenericTablet:"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bTP750\\b|\\bQTAQZ3\\b|WVT101|TM1088|KT107"},oss:{AndroidOS:"Android",BlackBerryOS:"blackberry|\\bBB10\\b|rim tablet os",PalmOS:"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino",SymbianOS:"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b",WindowsMobileOS:"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Windows Mobile|Windows Phone [0-9.]+|WCE;",WindowsPhoneOS:"Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;",iOS:"\\biPhone.*Mobile|\\biPod|\\biPad|AppleCoreMedia",iPadOS:"CPU OS 13",SailfishOS:"Sailfish",MeeGoOS:"MeeGo",MaemoOS:"Maemo",JavaOS:"J2ME/|\\bMIDP\\b|\\bCLDC\\b",webOS:"webOS|hpwOS",badaOS:"\\bBada\\b",BREWOS:"BREW"},uas:{Chrome:"\\bCrMo\\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?",Dolfin:"\\bDolfin\\b",Opera:"Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+$|Coast/[0-9.]+",Skyfire:"Skyfire",Edge:"\\bEdgiOS\\b|Mobile Safari/[.0-9]* Edge",IE:"IEMobile|MSIEMobile",Firefox:"fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS",Bolt:"bolt",TeaShark:"teashark",Blazer:"Blazer",Safari:"Version((?!\\bEdgiOS\\b).)*Mobile.*Safari|Safari.*Mobile|MobileSafari",WeChat:"\\bMicroMessenger\\b",UCBrowser:"UC.*Browser|UCWEB",baiduboxapp:"baiduboxapp",baidubrowser:"baidubrowser",DiigoBrowser:"DiigoBrowser",Mercury:"\\bMercury\\b",ObigoBrowser:"Obigo",NetFront:"NF-Browser",GenericBrowser:"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger",PaleMoon:"Android.*PaleMoon|Mobile.*PaleMoon"},props:{Mobile:"Mobile/[VER]",Build:"Build/[VER]",Version:"Version/[VER]",VendorID:"VendorID/[VER]",iPad:"iPad.*CPU[a-z ]+[VER]",iPhone:"iPhone.*CPU[a-z ]+[VER]",iPod:"iPod.*CPU[a-z ]+[VER]",Kindle:"Kindle/[VER]",Chrome:["Chrome/[VER]","CriOS/[VER]","CrMo/[VER]"],Coast:["Coast/[VER]"],Dolfin:"Dolfin/[VER]",Firefox:["Firefox/[VER]","FxiOS/[VER]"],Fennec:"Fennec/[VER]",Edge:"Edge/[VER]",IE:["IEMobile/[VER];","IEMobile [VER]","MSIE [VER];","Trident/[0-9.]+;.*rv:[VER]"],NetFront:"NetFront/[VER]",NokiaBrowser:"NokiaBrowser/[VER]",Opera:[" OPR/[VER]","Opera Mini/[VER]","Version/[VER]"],"Opera Mini":"Opera Mini/[VER]","Opera Mobi":"Version/[VER]",UCBrowser:["UCWEB[VER]","UC.*Browser/[VER]"],MQQBrowser:"MQQBrowser/[VER]",MicroMessenger:"MicroMessenger/[VER]",baiduboxapp:"baiduboxapp/[VER]",baidubrowser:"baidubrowser/[VER]",SamsungBrowser:"SamsungBrowser/[VER]",Iron:"Iron/[VER]",Safari:["Version/[VER]","Safari/[VER]"],Skyfire:"Skyfire/[VER]",Tizen:"Tizen/[VER]",Webkit:"webkit[ /][VER]",PaleMoon:"PaleMoon/[VER]",SailfishBrowser:"SailfishBrowser/[VER]",Gecko:"Gecko/[VER]",Trident:"Trident/[VER]",Presto:"Presto/[VER]",Goanna:"Goanna/[VER]",iOS:" \\bi?OS\\b [VER][ ;]{1}",Android:"Android [VER]",Sailfish:"Sailfish [VER]",BlackBerry:["BlackBerry[\\w]+/[VER]","BlackBerry.*Version/[VER]","Version/[VER]"],BREW:"BREW [VER]",Java:"Java/[VER]","Windows Phone OS":["Windows Phone OS [VER]","Windows Phone [VER]"],"Windows Phone":"Windows Phone [VER]","Windows CE":"Windows CE/[VER]","Windows NT":"Windows NT [VER]",Symbian:["SymbianOS/[VER]","Symbian/[VER]"],webOS:["webOS/[VER]","hpwOS/[VER];"]},utils:{Bot:"Googlebot|facebookexternalhit|Google-AMPHTML|s~amp-validator|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom|contentkingapp|AspiegelBot",MobileBot:"Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2",DesktopMode:"WPDesktop",TV:"SonyDTV|HbbTV",WebKit:"(webkit)[ /]([\\w.]+)",Console:"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|Nintendo Switch|PLAYSTATION|Xbox)\\b",Watch:"SM-V700"}},g.detectMobileBrowsers={fullPattern:/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i, shortPattern:/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,tabletPattern:/android|ipad|playbook|silk/i};var h,i=Object.prototype.hasOwnProperty;return g.FALLBACK_PHONE="UnknownPhone",g.FALLBACK_TABLET="UnknownTablet",g.FALLBACK_MOBILE="UnknownMobile",h="isArray"in Array?Array.isArray:function(a){return"[object Array]"===Object.prototype.toString.call(a)},function(){var a,b,c,e,f,j,k=g.mobileDetectRules;for(a in k.props)if(i.call(k.props,a)){for(b=k.props[a],h(b)||(b=[b]),f=b.length,e=0;e<f;++e)c=b[e],j=c.indexOf("[VER]"),j>=0&&(c=c.substring(0,j)+"([\\w._\\+]+)"+c.substring(j+5)),b[e]=new RegExp(c,"i");k.props[a]=b}d(k.oss),d(k.phones),d(k.tablets),d(k.uas),d(k.utils),k.oss0={WindowsPhoneOS:k.oss.WindowsPhoneOS,WindowsMobileOS:k.oss.WindowsMobileOS}}(),g.findMatch=function(a,b){for(var c in a)if(i.call(a,c)&&a[c].test(b))return c;return null},g.findMatches=function(a,b){var c=[];for(var d in a)i.call(a,d)&&a[d].test(b)&&c.push(d);return c},g.getVersionStr=function(a,b){var c,d,e,f,h=g.mobileDetectRules.props;if(i.call(h,a))for(c=h[a],e=c.length,d=0;d<e;++d)if(f=c[d].exec(b),null!==f)return f[1];return null},g.getVersion=function(a,b){var c=g.getVersionStr(a,b);return c?g.prepareVersionNo(c):NaN},g.prepareVersionNo=function(a){var b;return b=a.split(/[a-z._ \/\-]/i),1===b.length&&(a=b[0]),b.length>1&&(a=b[0]+".",b.shift(),a+=b.join("")),Number(a)},g.isMobileFallback=function(a){return g.detectMobileBrowsers.fullPattern.test(a)||g.detectMobileBrowsers.shortPattern.test(a.substr(0,4))},g.isTabletFallback=function(a){return g.detectMobileBrowsers.tabletPattern.test(a)},g.prepareDetectionCache=function(a,c,d){if(a.mobile===b){var e,h,i;return(h=g.findMatch(g.mobileDetectRules.tablets,c))?(a.mobile=a.tablet=h,void(a.phone=null)):(e=g.findMatch(g.mobileDetectRules.phones,c))?(a.mobile=a.phone=e,void(a.tablet=null)):void(g.isMobileFallback(c)?(i=f.isPhoneSized(d),i===b?(a.mobile=g.FALLBACK_MOBILE,a.tablet=a.phone=null):i?(a.mobile=a.phone=g.FALLBACK_PHONE,a.tablet=null):(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null)):g.isTabletFallback(c)?(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null):a.mobile=a.tablet=a.phone=null)}},g.mobileGrade=function(a){var b=null!==a.mobile();return a.os("iOS")&&a.version("iPad")>=4.3||a.os("iOS")&&a.version("iPhone")>=3.1||a.os("iOS")&&a.version("iPod")>=3.1||a.version("Android")>2.1&&a.is("Webkit")||a.version("Windows Phone OS")>=7||a.is("BlackBerry")&&a.version("BlackBerry")>=6||a.match("Playbook.*Tablet")||a.version("webOS")>=1.4&&a.match("Palm|Pre|Pixi")||a.match("hp.*TouchPad")||a.is("Firefox")&&a.version("Firefox")>=12||a.is("Chrome")&&a.is("AndroidOS")&&a.version("Android")>=4||a.is("Skyfire")&&a.version("Skyfire")>=4.1&&a.is("AndroidOS")&&a.version("Android")>=2.3||a.is("Opera")&&a.version("Opera Mobi")>11&&a.is("AndroidOS")||a.is("MeeGoOS")||a.is("Tizen")||a.is("Dolfin")&&a.version("Bada")>=2||(a.is("UC Browser")||a.is("Dolfin"))&&a.version("Android")>=2.3||a.match("Kindle Fire")||a.is("Kindle")&&a.version("Kindle")>=3||a.is("AndroidOS")&&a.is("NookTablet")||a.version("Chrome")>=11&&!b||a.version("Safari")>=5&&!b||a.version("Firefox")>=4&&!b||a.version("MSIE")>=7&&!b||a.version("Opera")>=10&&!b?"A":a.os("iOS")&&a.version("iPad")<4.3||a.os("iOS")&&a.version("iPhone")<3.1||a.os("iOS")&&a.version("iPod")<3.1||a.is("Blackberry")&&a.version("BlackBerry")>=5&&a.version("BlackBerry")<6||a.version("Opera Mini")>=5&&a.version("Opera Mini")<=6.5&&(a.version("Android")>=2.3||a.is("iOS"))||a.match("NokiaN8|NokiaC7|N97.*Series60|Symbian/3")||a.version("Opera Mobi")>=11&&a.is("SymbianOS")?"B":(a.version("BlackBerry")<5||a.match("MSIEMobile|Windows CE.*Mobile")||a.version("Windows Mobile")<=5.2,"C")},g.detectOS=function(a){return g.findMatch(g.mobileDetectRules.oss0,a)||g.findMatch(g.mobileDetectRules.oss,a)},g.getDeviceSmallerSide=function(){return window.screen.width<window.screen.height?window.screen.width:window.screen.height},f.prototype={constructor:f,mobile:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.mobile},phone:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.phone},tablet:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.tablet},userAgent:function(){return this._cache.userAgent===b&&(this._cache.userAgent=g.findMatch(g.mobileDetectRules.uas,this.ua)),this._cache.userAgent},userAgents:function(){return this._cache.userAgents===b&&(this._cache.userAgents=g.findMatches(g.mobileDetectRules.uas,this.ua)),this._cache.userAgents},os:function(){return this._cache.os===b&&(this._cache.os=g.detectOS(this.ua)),this._cache.os},version:function(a){return g.getVersion(a,this.ua)},versionStr:function(a){return g.getVersionStr(a,this.ua)},is:function(b){return c(this.userAgents(),b)||a(b,this.os())||a(b,this.phone())||a(b,this.tablet())||c(g.findMatches(g.mobileDetectRules.utils,this.ua),b)},match:function(a){return a instanceof RegExp||(a=new RegExp(a,"i")),a.test(this.ua)},isPhoneSized:function(a){return f.isPhoneSized(a||this.maxPhoneWidth)},mobileGrade:function(){return this._cache.grade===b&&(this._cache.grade=g.mobileGrade(this)),this._cache.grade}},"undefined"!=typeof window&&window.screen?f.isPhoneSized=function(a){return a<0?b:g.getDeviceSmallerSide()<=a}:f.isPhoneSized=function(){},f._impl=g,f.version="1.4.5 2021-03-13",f})}(function(a){if("undefined"!=typeof module&&module.exports)return function(a){module.exports=a()};if("function"==typeof define&&define.amd)return define;if("undefined"!=typeof window)return function(a){window.MobileDetect=a()};throw new Error("unknown environment")}());var ai_lists=!0,ai_block_class_def="code-block"; if("undefined"!=typeof ai_lists){function X(b,e){for(var p=[];b=b.previousElementSibling;)("undefined"==typeof e||b.matches(e))&&p.push(b);return p}function fa(b,e){for(var p=[];b=b.nextElementSibling;)("undefined"==typeof e||b.matches(e))&&p.push(b);return p}var host_regexp=RegExp(":\\/\\/(.[^/:]+)","i");function ha(b){b=b.match(host_regexp);return null!=b&&1<b.length&&"string"===typeof b[1]&&0<b[1].length?b[1].toLowerCase():null}function Q(b){return b.includes(":")?(b=b.split(":"),1E3*(3600*parseInt(b[0])+ 60*parseInt(b[1])+parseInt(b[2]))):null}function Y(b){try{var e=Date.parse(b);isNaN(e)&&(e=null)}catch(p){e=null}if(null==e&&b.includes(" ")){b=b.split(" ");try{e=Date.parse(b[0]),e+=Q(b[1]),isNaN(e)&&(e=null)}catch(p){e=null}}return e}function Z(){null==document.querySelector("#ai-iab-tcf-bar")&&null==document.querySelector(".ai-list-manual")||"function"!=typeof __tcfapi||"function"!=typeof ai_load_blocks||"undefined"!=typeof ai_iab_tcf_callback_installed||(__tcfapi("addEventListener",2,function(b, e){e&&"useractioncomplete"===b.eventStatus&&(ai_tcData=b,ai_load_blocks(),b=document.querySelector("#ai-iab-tcf-status"),null!=b&&(b.textContent="IAB TCF 2.0 DATA LOADED"),b=document.querySelector("#ai-iab-tcf-bar"),null!=b&&(b.classList.remove("status-error"),b.classList.add("status-ok")))}),ai_iab_tcf_callback_installed=!0)}ai_process_lists=function(b){function e(a,d,k){if(0==a.length){if("!@!"==k)return!0;d!=k&&("true"==k.toLowerCase()?k=!0:"false"==k.toLowerCase()&&(k=!1));return d==k}if("object"!= typeof d&&"array"!=typeof d)return!1;var l=a[0];a=a.slice(1);if("*"==l)for(let [,n]of Object.entries(d)){if(e(a,n,k))return!0}else if(l in d)return e(a,d[l],k);return!1}function p(a,d,k){if("object"!=typeof a||-1==d.indexOf("["))return!1;d=d.replace(/]| /gi,"").split("[");return e(d,a,k)}function z(){if("function"==typeof __tcfapi){var a=document.querySelector("#ai-iab-tcf-status"),d=document.querySelector("#ai-iab-tcf-bar");null!=a&&(a.textContent="IAB TCF 2.0 DETECTED");__tcfapi("getTCData",2,function(k, l){l?(null!=d&&d.classList.add("status-ok"),"tcloaded"==k.eventStatus||"useractioncomplete"==k.eventStatus)?(ai_tcData=k,k.gdprApplies?null!=a&&(a.textContent="IAB TCF 2.0 DATA LOADED"):null!=a&&(a.textContent="IAB TCF 2.0 GDPR DOES NOT APPLY"),null!=d&&(d.classList.remove("status-error"),d.classList.add("status-ok")),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==k.eventStatus&&(ai_cmpuishown=!0,null!=a&&(a.textContent="IAB TCF 2.0 CMP UI SHOWN"),null!=d&&(d.classList.remove("status-error"), d.classList.add("status-ok"))):(null!=a&&(a.textContent="IAB TCF 2.0 __tcfapi getTCData failed"),null!=d&&(d.classList.remove("status-ok"),d.classList.add("status-error")))})}}function C(a){"function"==typeof __tcfapi?(ai_tcfapi_found=!0,"undefined"==typeof ai_iab_tcf_callback_installed&&Z(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,z(),cookies_need_tcData=!0)):a&&("undefined"==typeof ai_tcfapi_found&&(ai_tcfapi_found=!1,setTimeout(function(){ai_process_lists()},10)),a=document.querySelector("#ai-iab-tcf-status"), null!=a&&(a.textContent="IAB TCF 2.0 MISSING: __tcfapi function not found"),a=document.querySelector("#ai-iab-tcf-bar"),null!=a&&(a.classList.remove("status-ok"),a.classList.add("status-error")))}if(null==b)b=document.querySelectorAll("div.ai-list-data, meta.ai-list-data");else{window.jQuery&&window.jQuery.fn&&b instanceof jQuery&&(b=Array.prototype.slice.call(b));var x=[];b.forEach((a,d)=>{a.matches(".ai-list-data")?x.push(a):(a=a.querySelectorAll(".ai-list-data"),a.length&&a.forEach((k,l)=>{x.push(k)}))}); b=x}if(b.length){b.forEach((a,d)=>{a.classList.remove("ai-list-data")});var L=ia(window.location.search);if(null!=L.referrer)var A=L.referrer;else A=document.referrer,""!=A&&(A=ha(A));var R=window.navigator.userAgent,S=R.toLowerCase(),aa=navigator.language,M=aa.toLowerCase();if("undefined"!==typeof MobileDetect)var ba=new MobileDetect(R);b.forEach((a,d)=>{var k=document.cookie.split(";");k.forEach(function(f,h){k[h]=f.trim()});d=a.closest("div."+ai_block_class_def);var l=!0;if(a.hasAttribute("referer-list")){var n= a.getAttribute("referer-list");n=b64d(n).split(",");var v=a.getAttribute("referer-list-type"),E=!1;n.every((f,h)=>{f=f.trim();if(""==f)return!0;if("*"==f.charAt(0))if("*"==f.charAt(f.length-1)){if(f=f.substr(1,f.length-2),-1!=A.indexOf(f))return E=!0,!1}else{if(f=f.substr(1),A.substr(-f.length)==f)return E=!0,!1}else if("*"==f.charAt(f.length-1)){if(f=f.substr(0,f.length-1),0==A.indexOf(f))return E=!0,!1}else if("#"==f){if(""==A)return E=!0,!1}else if(f==A)return E=!0,!1;return!0});var r=E;switch(v){case "B":r&& (l=!1);break;case "W":r||(l=!1)}}if(l&&a.hasAttribute("client-list")&&"undefined"!==typeof ba)switch(n=a.getAttribute("client-list"),n=b64d(n).split(","),v=a.getAttribute("client-list-type"),r=!1,n.every((f,h)=>{if(""==f.trim())return!0;f.split("&&").every((c,t)=>{t=!0;var w=!1;for(c=c.trim();"!!"==c.substring(0,2);)t=!t,c=c.substring(2);"language:"==c.substring(0,9)&&(w=!0,c=c.substring(9).toLowerCase());var q=!1;w?"*"==c.charAt(0)?"*"==c.charAt(c.length-1)?(c=c.substr(1,c.length-2).toLowerCase(), -1!=M.indexOf(c)&&(q=!0)):(c=c.substr(1).toLowerCase(),M.substr(-c.length)==c&&(q=!0)):"*"==c.charAt(c.length-1)?(c=c.substr(0,c.length-1).toLowerCase(),0==M.indexOf(c)&&(q=!0)):c==M&&(q=!0):"*"==c.charAt(0)?"*"==c.charAt(c.length-1)?(c=c.substr(1,c.length-2).toLowerCase(),-1!=S.indexOf(c)&&(q=!0)):(c=c.substr(1).toLowerCase(),S.substr(-c.length)==c&&(q=!0)):"*"==c.charAt(c.length-1)?(c=c.substr(0,c.length-1).toLowerCase(),0==S.indexOf(c)&&(q=!0)):ba.is(c)&&(q=!0);return(r=q?t:!t)?!0:!1});return r? !1:!0}),v){case "B":r&&(l=!1);break;case "W":r||(l=!1)}var N=n=!1;for(v=1;2>=v;v++)if(l){switch(v){case 1:var g=a.getAttribute("cookie-list");break;case 2:g=a.getAttribute("parameter-list")}if(null!=g){g=b64d(g);switch(v){case 1:var y=a.getAttribute("cookie-list-type");break;case 2:y=a.getAttribute("parameter-list-type")}g=g.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");g=g.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");g=g.replace("tcf-google","tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true"); g=g.replace("tcf-no-google","!!tcf-v2[vendor][consents][755]");g=g.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-media.net","!!tcf-v2[vendor][consents][142]");g=g.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-amazon","!!tcf-v2[vendor][consents][793]");g=g.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-no-ezoic", "!!tcf-v2[vendor][consents][347]");var F=g.split(","),ca=[];k.forEach(function(f){f=f.split("=");try{var h=JSON.parse(decodeURIComponent(f[1]))}catch(c){h=decodeURIComponent(f[1])}ca[f[0]]=h});r=!1;var I=a;F.every((f,h)=>{f.split("&&").every((c,t)=>{t=!0;for(c=c.trim();"!!"==c.substring(0,2);)t=!t,c=c.substring(2);var w=c,q="!@!",T="tcf-v2"==w&&"!@!"==q,B=-1!=c.indexOf("["),J=0==c.indexOf("tcf-v2")||0==c.indexOf("euconsent-v2");J=J&&(B||T);-1!=c.indexOf("=")&&(q=c.split("="),w=q[0],q=q[1],B=-1!=w.indexOf("["), J=(J=0==w.indexOf("tcf-v2")||0==w.indexOf("euconsent-v2"))&&(B||T));if(J)document.querySelector("#ai-iab-tcf-status"),B=document.querySelector("#ai-iab-tcf-bar"),null!=B&&(B.style.display="block"),T&&"boolean"==typeof ai_tcfapi_found?r=ai_tcfapi_found?t:!t:"object"==typeof ai_tcData?(null!=B&&B.classList.add("status-ok"),w=w.replace(/]| /gi,"").split("["),w.shift(),r=(w=e(w,ai_tcData,q))?t:!t):"undefined"==typeof ai_tcfapi_found&&(I.classList.add("ai-list-data"),N=!0,"function"==typeof __tcfapi?C(!1): "undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?C(!1):setTimeout(function(){"function"==typeof __tcfapi?C(!1):setTimeout(function(){C(!0)},3E3)},1E3)},600)));else if(B)r=(w=p(ca,w,q))?t:!t;else{var U=!1;"!@!"==q?k.every(function(ja){return ja.split("=")[0]==c?(U=!0,!1):!0}):U=-1!=k.indexOf(c);r=U?t:!t}return r?!0:!1});return r?!1:!0});r&&(N=!1,I.classList.remove("ai-list-data"));switch(y){case "B":r&&(l=!1);break;case "W":r||(l=!1)}}}a.classList.contains("ai-list-manual")&& (l?(I.classList.remove("ai-list-data"),I.classList.remove("ai-list-manual")):(n=!0,I.classList.add("ai-list-data")));(l||!n&&!N)&&a.hasAttribute("data-debug-info")&&(g=document.querySelector("."+a.dataset.debugInfo),null!=g&&(g=g.parentElement,null!=g&&g.classList.contains("ai-debug-info")&&g.remove()));y=X(a,".ai-debug-bar.ai-debug-lists");var ka=""==A?"#":A;0!=y.length&&y.forEach((f,h)=>{h=f.querySelector(".ai-debug-name.ai-list-info");null!=h&&(h.textContent=ka,h.title=R+"\n"+aa);h=f.querySelector(".ai-debug-name.ai-list-status"); null!=h&&(h.textContent=l?ai_front.visible:ai_front.hidden)});g=!1;if(l&&a.hasAttribute("scheduling-start")&&a.hasAttribute("scheduling-end")&&a.hasAttribute("scheduling-days")){var u=a.getAttribute("scheduling-start");v=a.getAttribute("scheduling-end");y=a.getAttribute("scheduling-days");g=!0;u=b64d(u);F=b64d(v);var V=parseInt(a.getAttribute("scheduling-fallback")),O=parseInt(a.getAttribute("gmt"));if(u.includes("-")||F.includes("-"))P=Y(u)+O,K=Y(F)+O;else var P=Q(u),K=Q(F);P??=0;K??=0;var W=b64d(y).split(","); y=a.getAttribute("scheduling-type");var D=(new Date).getTime()+O;v=new Date(D);var G=v.getDay();0==G?G=6:G--;u.includes("-")||F.includes("-")||(u=(new Date(v.getFullYear(),v.getMonth(),v.getDate())).getTime()+O,D-=u,0>D&&(D+=864E5));scheduling_start_date_ok=D>=P;scheduling_end_date_ok=0==K||D<K;u=scheduling_start_date_ok&&scheduling_end_date_ok&&W.includes(G.toString());switch(y){case "B":u=!u}u||(l=!1);var la=v.toISOString().split(".")[0].replace("T"," ");y=X(a,".ai-debug-bar.ai-debug-scheduling"); 0!=y.length&&y.forEach((f,h)=>{h=f.querySelector(".ai-debug-name.ai-scheduling-info");null!=h&&(h.textContent=la+" "+G+" current_time: "+Math.floor(D.toString()/1E3)+" start_date:"+Math.floor(P/1E3).toString()+"=>"+scheduling_start_date_ok.toString()+" end_date:"+Math.floor(K/1E3).toString()+"=>"+scheduling_end_date_ok.toString()+" days:"+W.toString()+"=>"+W.includes(G.toString()).toString());h=f.querySelector(".ai-debug-name.ai-scheduling-status");null!=h&&(h.textContent=l?ai_front.visible:ai_front.hidden); l||0==V||(f.classList.remove("ai-debug-scheduling"),f.classList.add("ai-debug-fallback"),h=f.querySelector(".ai-debug-name.ai-scheduling-status"),null!=h&&(h.textContent=ai_front.fallback+" = "+V))})}if(n||!l&&N)return!0;a.style.visibility="";a.style.position="";a.style.width="";a.style.height="";a.style.zIndex="";if(l){if(null!=d&&(d.style.visibility="",d.classList.contains("ai-remove-position")&&(d.style.position="")),a.hasAttribute("data-code")){n=b64d(a.dataset.code);u=document.createRange(); g=!0;try{H=u.createContextualFragment(n)}catch(f){g=!1}g&&(null!=a.closest("head")?(a.parentNode.insertBefore(H,a.nextSibling),a.remove()):a.append(H));da(a)}}else if(g&&!u&&0!=V){null!=d&&(d.style.visibility="",d.classList.contains("ai-remove-position")&&d.css({position:""}));n=fa(a,".ai-fallback");0!=n.length&&n.forEach((f,h)=>{f.classList.remove("ai-fallback")});if(a.hasAttribute("data-fallback-code")){n=b64d(a.dataset.fallbackCode);u=document.createRange();g=!0;try{var H=u.createContextualFragment(n)}catch(f){g= !1}g&&a.append(H);da(a)}else a.style.display="none",null!=d&&null==d.querySelector(".ai-debug-block")&&d.hasAttribute("style")&&-1==d.getAttribute("style").indexOf("height:")&&(d.style.display="none");null!=d&&d.hasAttribute("data-ai")&&(d.getAttribute("data-ai"),a.hasAttribute("fallback-tracking")&&(H=a.getAttribute("fallback-tracking"),d.setAttribute("data-ai-"+a.getAttribute("fallback_level"),H)))}else a.style.display="none",null!=d&&(d.removeAttribute("data-ai"),d.classList.remove("ai-track"), null!=d.querySelector(".ai-debug-block")?(d.style.visibility="",d.classList.remove("ai-close"),d.classList.contains("ai-remove-position")&&(d.style.position="")):d.hasAttribute("style")&&-1==d.getAttribute("style").indexOf("height:")&&(d.style.display="none"));a.setAttribute("data-code","");a.setAttribute("data-fallback-code","");null!=d&&d.classList.remove("ai-list-block")})}};function ea(b){b=`; ${document.cookie}`.split(`; ${b}=`);if(2===b.length)return b.pop().split(";").shift()}function ma(b, e,p){ea(b)&&(document.cookie=b+"="+(e?";path="+e:"")+(p?";domain="+p:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT")}function m(b){ea(b)&&(ma(b,"/",window.location.hostname),document.cookie=b+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;")}(function(b){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?b():document.addEventListener("DOMContentLoaded",b)})(function(){setTimeout(function(){ai_process_lists();setTimeout(function(){Z();if("function"== typeof ai_load_blocks){document.addEventListener("cmplzEnableScripts",e);document.addEventListener("cmplz_event_marketing",e);function e(p){"cmplzEnableScripts"!=p.type&&"all"!==p.consentLevel||ai_load_blocks()}}},50);var b=document.querySelector(".ai-debug-page-type");null!=b&&b.addEventListener("dblclick",e=>{e=document.querySelector("#ai-iab-tcf-status");null!=e&&(e.textContent="CONSENT COOKIES");e=document.querySelector("#ai-iab-tcf-bar");null!=e&&(e.style.display="block")});b=document.querySelector("#ai-iab-tcf-bar"); null!=b&&b.addEventListener("click",e=>{m("euconsent-v2");m("__lxG__consent__v2");m("__lxG__consent__v2_daisybit");m("__lxG__consent__v2_gdaisybit");m("CookieLawInfoConsent");m("cookielawinfo-checkbox-advertisement");m("cookielawinfo-checkbox-analytics");m("cookielawinfo-checkbox-necessary");m("complianz_policy_id");m("complianz_consent_status");m("cmplz_marketing");m("cmplz_consent_status");m("cmplz_preferences");m("cmplz_statistics-anonymous");m("cmplz_choice");m("cmplz_banner-status");m("cmplz_functional"); m("cmplz_policy_id");m("cmplz_statistics");m("moove_gdpr_popup");m("real_cookie_banner-blog:1-tcf");m("real_cookie_banner-blog:1");e=document.querySelector("#ai-iab-tcf-status");null!=e&&(e.textContent="CONSENT COOKIES DELETED")})},5)});function da(b){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(b);"function"==typeof ai_process_lists&&ai_process_lists();"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses();"function"==typeof ai_process_filter_hooks&& ai_process_filter_hooks();"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(b);"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}function ia(b){var e=b?b.split("?")[1]:window.location.search.slice(1);b={};if(e){e=e.split("#")[0];e=e.split("&");for(var p=0;p<e.length;p++){var z= e[p].split("="),C=void 0,x=z[0].replace(/\[\d*\]/,function(L){C=L.slice(1,-1);return""});z="undefined"===typeof z[1]?"":z[1];x=x.toLowerCase();z=z.toLowerCase();b[x]?("string"===typeof b[x]&&(b[x]=[b[x]]),"undefined"===typeof C?b[x].push(z):b[x][C]=z):b[x]=z}}return b}}; ai_js_code = true; </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "While President Joe Biden has insisted that jobs are up and unemployment rates are down, he’s revealed yet another disappointing job report on the economy. He claimed the administration has created nearly five million jobs since taking office eight months ago and called it “progress.” The September report revealed that the administration only added 194,000 private payroll positions to the economy, contrary to the expected 500,000 new jobs. The country continues to struggle but Biden has gone so far as to turn his back on reporters asking about the plummeting economy. So much for transparency.\nThe Labor Department reports that nonfarm payroll jobs rose by just 194,000 in the month of September, compared to the 500,000 estimated by the Dow Jones. The unemployment rate lowered to 4.8%, which was better than the expected 5.1%. The report also cites that the headline number was “hurt” by a 123,000 decline in government payrolls while private payrolls increased by 317,000.\nAndrew Hunter, a top U.S economist at Capital Economics, warned sources that the labor shortages are continuing to put “upward pressure” on wages when the return of low-wage leisure and hospitality workers should be “depressing the average.” He said the numbers have thrown off the expectations and that they are far from hitting the substantial progress goal than they expected.\nRepublican National Committee Chairwoman Ronna McDaniel called the latest jobs report a “disaster” and accused the Biden administration of squandering the economic recovery he inherited from former President Donald Trump.\n“Today’s jobs report is a disaster: *Over 300,000 fewer jobs created than expected. *Labor force participation fell. *Prices are rising faster than wages Biden has squandered the recovery he inherited!” McDaniel tweeted.\nGlassdoor senior economist Daniel Zhao said that the labor market recovery continues to “hit the brakes” this month but said there is still a cause for optimism in the coming months. It’s hard to believe that there is a case for optimism as the September numbers are even worse than the report from August, which showed only 235,000 jobs created. The sluggish pace has continued in a trend downward, as the economy falls short again.\nWhile some have been rooting for an economic comeback, others are citing the Delta variant as the reason why things have not yet gotten normal. Some industries performed even worse than in August. Leisure and hospitality jobs increased by 74,000 but did not change in any of the bars and restaurants. While manufacturing created 37,000 jobs in August, they only added 26,000 in September.\nHealthcare employment, nursing, and residential care facilities also fell by 38,000. Hospital jobs fell by 8,000. It’s hard to believe that one person could mess up our economy this fast but Biden has been the one for the job. Between his disastrous vaccine mandates and paying people to sit at home, Biden has been out to destroy the middle class and crush small businesses.\nThe September jobs report doesn’t even phase Biden as he walked off the stage before taking any questions on the report. Multiple voices were heard shouting “Mr. President” but he has made it clear that he will not call on reporters. He even admits he only takes questions from certain press reporters or he could be “in trouble.”\nBiden doesn’t have to worry about making any outrageous gaffes if he simply walks away from the reporters. It’s been his move all year.", "id": "<urn:uuid:b0ffa134-cdf0-49d2-b396-775dd7443ae7>", "dump": "CC-MAIN-2024-10", "url": "https://americanconservatives.com/2021/10/biden-refuses-to-answer-questions-walks-away-from-plummeting-september-jobs-report/", "date": "2024-02-25T08:48:14", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9695692658424377, "token_count": 735 } }
<urn:uuid:a68270e2-2d86-4113-b106-6e335bd30266>
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js g1-off-outside lt-ie10 lt-ie9" id="ie8" lang="en-US"><![endif]--> <!--[if IE 9]> <html class="no-js g1-off-outside lt-ie10" id="ie9" lang="en-US"><![endif]--> <!--[if !IE]><!--> <html class="no-js g1-off-outside" lang="en-US"><!--<![endif]--> <head> <script async src="https://www.googleoptimize.com/optimize.js?id=OPT-5DPJ362"></script> <link rel="icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=32%2C32" sizes="32x32" /> <link rel="icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=96%2C96" sizes="96x96" /> <link rel="icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=192%2C192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=180%2C180" /> <meta name="msapplication-TileImage" content="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=270%2C270" /> <meta charset="UTF-8"/> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://americansongwriter.com/xmlrpc.php"/> <meta name="keywords" content="article"/> <script>window.sumoVarIsSingle = true</script> <link rel="preload" href="https://americansongwriter.com/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_400.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="https://americansongwriter.com/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_700.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="https://americansongwriter.com/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_900.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" href="https://americansongwriter.com/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_500.woff2" as="font" type="font/woff2" crossorigin /> <link rel="preload" as="style" href="https://htlbid.com/v3/americansongwriter.com/htlbid.css" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script>window._wca = window._wca || [];</script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "36972302" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = 'https://sb.scorecardresearch.com/cs/36972302/beacon.js'; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src='https://sb.scorecardresearch.com/p?c1=2&amp;c2=36972302&amp;cv=3.6.0&amp;cj=1'> </noscript> <!-- End comScore Tag --> <meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, height=device-height, width=device-width" /> <!-- This site is optimized with the Yoast SEO Premium plugin v21.2 (Yoast SEO v21.2) - https://yoast.com/wordpress/plugins/seo/ --> <title>London Grammar’s Hannah Reid Finally Takes The Throne - American Songwriter</title> <link rel="canonical" href="https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="London Grammar’s Hannah Reid Finally Takes The Throne" /> <meta property="og:description" content="Hannah Reid actually doesn’t remember a lot of her early 20s. “It’s a little concerning,” she admits with a laugh, “and it’s not like I was taking anything I shouldn&#8217;t have.” London Grammar, a three-piece formed in Nottingham, reached stunning success in the early 2010s, sparked by their 2013 debut record─leading to their American television [&hellip;] More" /> <meta property="og:url" content="https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/" /> <meta property="og:site_name" content="American Songwriter" /> <meta property="article:publisher" content="https://www.facebook.com/AmericanSongwriterNews/" /> <meta property="article:published_time" content="2021-04-14T13:11:01+00:00" /> <meta property="article:modified_time" content="2021-04-14T13:11:02+00:00" /> <meta property="og:image" content="https://americansongwriter.com/wp-content/uploads/2021/04/London-Grammar-press-photo.jpg?fit=2000%2C800" /> <meta property="og:image:width" content="2000" /> <meta property="og:image:height" content="800" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Jason Scott" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="@AmerSongwriter" /> <meta name="twitter:site" content="@AmerSongwriter" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Jason Scott" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="10 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#article","isPartOf":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/"},"author":{"name":"Jason Scott","@id":"https://americansongwriter.com/#/schema/person/a8e4543e695c3c4df3400e817c4ad501"},"headline":"London Grammar’s Hannah Reid Finally Takes The Throne","datePublished":"2021-04-14T13:11:01+00:00","dateModified":"2021-04-14T13:11:02+00:00","mainEntityOfPage":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/"},"wordCount":1978,"commentCount":0,"publisher":{"@id":"https://americansongwriter.com/#organization"},"image":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#primaryimage"},"thumbnailUrl":"https://americansongwriter.com/wp-content/uploads/2021/04/London-Grammar-press-photo.jpg?fit=2000%2C800","keywords":["London Grammar"],"articleSection":["Features","Interviews"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#respond"]}],"copyrightYear":"2021","copyrightHolder":{"@id":"https://americansongwriter.com/#organization"}},{"@type":"WebPage","@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/","url":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/","name":"London Grammar’s Hannah Reid Finally Takes The Throne - American Songwriter","isPartOf":{"@id":"https://americansongwriter.com/#website"},"primaryImageOfPage":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#primaryimage"},"image":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#primaryimage"},"thumbnailUrl":"https://americansongwriter.com/wp-content/uploads/2021/04/London-Grammar-press-photo.jpg?fit=2000%2C800","datePublished":"2021-04-14T13:11:01+00:00","dateModified":"2021-04-14T13:11:02+00:00","breadcrumb":{"@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#primaryimage","url":"https://americansongwriter.com/wp-content/uploads/2021/04/London-Grammar-press-photo.jpg?fit=2000%2C800","contentUrl":"https://americansongwriter.com/wp-content/uploads/2021/04/London-Grammar-press-photo.jpg?fit=2000%2C800","width":2000,"height":800,"caption":"Photo by Alex Waespi"},{"@type":"BreadcrumbList","@id":"https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://americansongwriter.com/"},{"@type":"ListItem","position":2,"name":"London Grammar’s Hannah Reid Finally Takes The Throne"}]},{"@type":"WebSite","@id":"https://americansongwriter.com/#website","url":"https://americansongwriter.com/","name":"American Songwriter","description":"American Songwriter","publisher":{"@id":"https://americansongwriter.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://americansongwriter.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://americansongwriter.com/#organization","name":"American Songwriter","url":"https://americansongwriter.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://americansongwriter.com/#/schema/logo/image/","url":"https://americansongwriter.com/wp-content/uploads/2023/09/American-Songwriter-Logo.jpg?fit=868%2C362","contentUrl":"https://americansongwriter.com/wp-content/uploads/2023/09/American-Songwriter-Logo.jpg?fit=868%2C362","width":868,"height":362,"caption":"American Songwriter"},"image":{"@id":"https://americansongwriter.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/AmericanSongwriterNews/","https://twitter.com/AmerSongwriter"]},{"@type":"Person","@id":"https://americansongwriter.com/#/schema/person/a8e4543e695c3c4df3400e817c4ad501","name":"Jason Scott","url":"https://americansongwriter.com/author/jlscott13gmail-com/"}]}</script> <!-- / Yoast SEO Premium plugin. --> <script type='application/javascript'>console.log('PixelYourSite PRO version 9.4.2');</script> <link rel='dns-prefetch' href='//cdn-magiclinks.trackonomics.net' /> <link rel='dns-prefetch' href='//cdn.parsely.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='preconnect' href='https://fonts.gstatic.com' /> <link rel="alternate" type="application/rss+xml" title="American Songwriter &raquo; Feed" href="https://americansongwriter.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Songwriter &raquo; Comments Feed" href="https://americansongwriter.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Songwriter &raquo; London Grammar’s Hannah Reid Finally Takes The Throne Comments Feed" href="https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Songwriter &raquo; Stories Feed" href="https://americansongwriter.com/web-stories/feed/"><script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/americansongwriter.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='all-css-0' href='https://americansongwriter.com/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css?m=1706542369g' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-2' href='https://americansongwriter.com/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build/style-index.css?m=1677511843g' type='text/css' media='all' /> <style id='wp-parsely-recommendations-style-inline-css'> .parsely-recommendations-list-title{font-size:1.2em}.parsely-recommendations-list{list-style:none;padding:unset}.parsely-recommendations-cardbody{overflow:hidden;padding:.8em;text-overflow:ellipsis;white-space:nowrap}.parsely-recommendations-cardmedia{padding:.8em .8em 0} </style> <link rel='stylesheet' id='all-css-6' href='https://americansongwriter.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpobmJmZGBuaGAAARKsu2w==' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='all-css-8' href='https://americansongwriter.com/_static/??-eJytzEsOwjAMBNALkZpvEQvEWRLXKlHjOIpTIm5PkbIouy5YzmjmQU0GJRaKBVKYRx8VqggKM2UkSBYnO9JPaVwQnBTc7MMAFVs2L4qDZDVa3oE6VN3BH/XNqmFiR1mfPilYVSoKyw2au4irQdM79vFrP/h+uO77y/l46m8fFzVrsQ==' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='all-css-12' href='https://americansongwriter.com/_static/??-eJylkFGLwjAQhP+QMR6K9UXup5Q1nQuLm23Jxpb+e1M9wYPTF59mYWY+hvXT4EKvBVr8IJfIav4kfTi3wiPaobdinsxQJdgf7yfXXgvt1tVY+X9AEZRdxsiYzCVSikiL/8RLxPpJf4m0v5GXnISOyVGAZw1y6VB7JII83xn3e53eTBkoG2SuawQjaXGUCweBM9ZYZXnUDfYITtxFFGdlFizU73T8ajZNs93vNocrr8OODA==' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='all-css-14' href='https://americansongwriter.com/_static/??-eJytVG1u2zAMvcoOMNZNtnXYj6FnkSXaZiOJhkjXzU4/ylnaBGmGNd4fA6bI9/jxyGYewXNWzNqMceopS2OmJ24huex6LI0TQZUmkGjjRZr6Fu2Hci93ZvjcvI9RRKCgFsJnQ6Hsl+gz69Vw55We0bs0OuozdFxgZvacEhaPzTi1kQ54f/eEg+dVnoTKhXYwYBzfSq24f16uF3hCkjC1WGSgUU4hurLEhGb2py5wtN8lyhf4OmBCaVqq/uAHigEW2wJplCNn87N5+BkyzhJR1TyDK5fJ/jOYtS2BTG0ihZ46YBtOoYC3Iw4UAuZDnKilpw46whgEOH/yA/odTwqjSexSRR/Km4JrI0I7qXIljFxk0UHcF/KvGbgcQDj3R8PtpOe40YBtFZZKjMQPlZnyDrjrTApLJrYsfrc3lbnwjug/3NOCTo3Le56yAo9KnGtbwbuiXeQZ/ld/jSqYJAw3HKZn35elJHM4lHykWlWWVZPcL6tgdPtUjXVJ0mU9t5OcrArVM8G6ZhLnaAMnBLEqWrcC09cNsc6+nQro65y399sN3G9gs1mBbV88gza22+EWI9iNEHw9FZcrtyLdellN2pH72l/FlzXysjtu0lIXQXzhGOu2HmWcuKW44sw9zcflttCO+or0mH5uvt8/fPu6/fLw4zd6L8v1' type='text/css' media='all' /> <link rel='stylesheet' id='g1-main-css' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/all-light.min.css?ver=9.1' media='all' /> <link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='bimber-single-css' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/single-light.min.css?ver=9.1' media='all' /> <noscript><link rel='stylesheet' id='bimber-single-css' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/single-light.min.css?ver=9.1' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='bimber-comments-css' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/comments-light.min.css?ver=9.1' media='all' /> <noscript><link rel='stylesheet' id='bimber-comments-css' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/comments-light.min.css?ver=9.1' media='all' /> </noscript><noscript></noscript><link rel='stylesheet' id='all-css-22' href='https://americansongwriter.com/wp-content/themes/bimber-child-theme/style.css?m=1708425142g' type='text/css' media='all' /> <link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-icons-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.11.0' media='all' /> <noscript><link rel='stylesheet' id='elementor-icons-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.11.0' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-animations-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.2.4' media='all' /> <noscript><link rel='stylesheet' id='elementor-animations-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.2.4' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-frontend-legacy-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.2.4' media='all' /> <noscript><link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.2.4' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-frontend-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.2.4' media='all' /> <noscript><link rel='stylesheet' id='elementor-frontend-css' href='https://americansongwriter.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.2.4' media='all' /> </noscript><style id='elementor-frontend-inline-css'> @font-face{font-family:eicons;src:url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);src:url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"),url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format("woff"),url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"),url(https://americansongwriter.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");font-weight:400;font-style:normal} </style> <link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-post-9004111231041037-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/post-9004111231041037.css?ver=1706553060' media='all' /> <noscript><link rel='stylesheet' id='elementor-post-9004111231041037-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/post-9004111231041037.css?ver=1706553060' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-pro-css' href='https://americansongwriter.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.0.8' media='all' /> <noscript><link rel='stylesheet' id='elementor-pro-css' href='https://americansongwriter.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.0.8' media='all' /> </noscript><link rel='stylesheet' id='all-css-34' href='https://americansongwriter.com/wp-content/themes/bimber/css/9.1/styles/music/elementor-light.min.css?m=1677511846g' type='text/css' media='all' /> <link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-global-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/global.css?ver=1706553062' media='all' /> <noscript><link rel='stylesheet' id='elementor-global-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/global.css?ver=1706553062' media='all' /> </noscript><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='elementor-post-9004111223854959-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/post-9004111223854959.css?ver=1706553062' media='all' /> <noscript><link rel='stylesheet' id='elementor-post-9004111223854959-css' href='https://americansongwriter.com/wp-content/uploads/elementor/css/post-9004111223854959.css?ver=1706553062' media='all' /> </noscript><link rel='stylesheet' id='all-css-38' href='https://americansongwriter.com/_static/??-eJyVzEEKgCAQQNELlYNQWovoLDYMKTgazkR0+1q3a/v5PLiOHmtRKgoaiUlgS7xRAxSB2VgQvfNb+ZSEcNWKlZkaUp/THtVwKuZdO/gHcZAoMbQPs/JinfejtdPgHrXFOCQ=' type='text/css' media='all' /> <link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Poly%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRajdhani%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.4.3' media='all' /> <noscript><link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Poly%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRajdhani%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.4.3' media='all' /> </noscript><script type="text/javascript" id="heartbeat-js-extra"> /* <![CDATA[ */ var heartbeatSettings = {"ajaxurl":"\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" id="live-blog-front-end-js-extra"> /* <![CDATA[ */ var liveBlogData = {"postId":"9004111230902768","ajaxUrl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJyVjt0KgzAMhV9otcrEXY09ilSNtdq/JanDt1+F3exC2SBwIOc7yZGvKIzvbRqA5JznmQC3jxTO+GKmizyDhDMaFcMRPBhiuYIfAu5WDHYbjbWZAeRfQggaMqs4oMDk2bh/f53iUwgLHRETKOQO1FfRPngGzzLapI0n2dnQL601K7QxEJNURJBl34hsajFijojcK594uHt1K5umvlZ1Ob8Bz7uO9A==" ></script><script id="funnel-relay-installer" src="https://cdn-magiclinks.trackonomics.net/client/static/v2/savmedia_745ff_americansongwriter.js?ver=1.0" data-customer-id="savmedia_745ff_americansongwriter" data-property-id="http://americansongwriter.com" async="true"></script><script>window.trxFrTag = true; window.trxFrCustomerId = 'savmedia_745ff_americansongwriter'; window.trxFrPropertyId = 'http://americansongwriter.com';</script><script type="text/javascript" src="https://stats.wp.com/s-202408.js" id="woocommerce-analytics-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="pys-js-extra"> /* <![CDATA[ */ var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","name":"PageView","eventID":"559550cd-c7f7-4f8c-a257-d390a3391ae1","pixelIds":["1891611881076889","170541765999960"],"params":{"tags":"London Grammar","post_category":"Features, Interviews","page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":{"automatic_event_internal_link":{"facebook":{"delay":0,"type":"dyn","name":"InternalClick","eventID":"05ddd58a-ce19-4e18-837e-4a1bb209d9cb","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_internal_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"InternalClick","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_internal_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"InternalClick","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_internal_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_outbound_link":{"facebook":{"delay":0,"type":"dyn","name":"OutboundClick","eventID":"c8389e9b-54f2-4b56-994e-48bd839735b5","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_outbound_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"OutboundClick","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_outbound_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"OutboundClick","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_outbound_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_video":{"facebook":{"delay":0,"type":"dyn","name":"WatchVideo","eventID":"1c85895c-df47-458d-91c1-7531aebf00fe","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_video","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"WatchVideo","youtube_disabled":false,"trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_video","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"WatchVideo","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_video","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_tel_link":{"facebook":{"delay":0,"type":"dyn","name":"TelClick","eventID":"fc3ccfa2-f018-4c36-a6cb-05229aecde7e","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_tel_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"TelClick","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_tel_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"TelClick","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_tel_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_email_link":{"facebook":{"delay":0,"type":"dyn","name":"EmailClick","eventID":"09fc266e-69d6-4e9a-ab23-9414aaa7c307","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_email_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"EmailClick","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_email_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"EmailClick","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_email_link","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_form":{"facebook":{"delay":0,"type":"dyn","name":"Form","eventID":"a8cec882-501b-4a76-8abd-795e52751b32","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"Form","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"Form","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_download":{"facebook":{"delay":0,"type":"dyn","name":"Download","extensions":["","doc","exe","js","pdf","ppt","tgz","zip","xls"],"eventID":"e5ed0c4b-1173-4d70-b710-2ef4bba013f3","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_download","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"Download","extensions":["","doc","exe","js","pdf","ppt","tgz","zip","xls"],"trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_download","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"Download","extensions":["","doc","exe","js","pdf","ppt","tgz","zip","xls"],"conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_download","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_comment":{"facebook":{"delay":0,"type":"dyn","name":"Comment","eventID":"9e5093c9-9590-46b4-b751-ddca415d40c6","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_comment","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"Comment","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_comment","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"Comment","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_comment","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"automatic_event_adsense":{"facebook":{"delay":0,"type":"dyn","name":"AdSense","eventID":"a0bcc92a-759c-45b2-b1cf-da4bde0163eb","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_adsense","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"dyn","name":"AdSense","trackingIds":["UA-5740926-1","G-8G8BT887NB"],"params":{"non_interaction":false,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_adsense","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""},"google_ads":{"delay":0,"type":"dyn","name":"AdSense","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"automatic_event_adsense","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}}},"triggerEvents":{"9004111231325905":{"facebook":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"stubhub"}],"name":"Stubhub_Link_Click","eventID":"c7b90165-4dd5-44be-92bc-fb7d0310dad8","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"9004111231296172":{"facebook":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"songwriting"}],"name":"Songwriting_Link_Click","eventID":"cf9c0f3b-43c4-4863-b22b-ac15e5aeb6ba","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"9004111231267873":{"facebook":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"skoove"}],"name":"Skoove_Link_Click","eventID":"305cebb8-72a5-4749-8126-5ae2cc50d6c2","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"9004111231143830":{"facebook":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"dksb"}],"name":"DraftKings_Link_Click","eventID":"2f29d1a3-4f65-4ed8-b072-ddc1125c939c","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""},"ga":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"dksb"}],"name":"DraftKings_Link_Click","trackingIds":["G-8G8BT887NB"],"params":{"non_interaction":true,"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"9004111230979192":{"facebook":{"delay":0,"type":"trigger","trigger_type":"css_click","trigger_value":[".wcf-embed-checkout-form-nav-btns"],"name":"AddToCart","eventID":"48fde14e-01cb-4c80-afd4-ca70991edc13","pixelIds":["1891611881076889","170541765999960"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"9004111231185793":{"google_ads":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"guitar-center.pxf.io"}],"name":"conversion","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}},"9004111231185791":{"google_ads":{"delay":0,"type":"trigger","trigger_type":"url_click","trigger_value":[{"rule":"contains","value":"sweetwater.sjv.io"}],"name":"conversion","conversion_ids":["AW-704867167"],"params":{"page_title":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","post_type":"post","post_id":9004111230902768,"plugin":"PixelYourSite","event_url":"americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","user_role":"guest"},"e_id":"custom_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"eventID":"","woo_order":"","edd_order":""}}},"triggerEventTypes":{"url_click":{"9004111231325905":[{"rule":"contains","value":"stubhub"}],"9004111231296172":[{"rule":"contains","value":"songwriting"}],"9004111231267873":[{"rule":"contains","value":"skoove"}],"9004111231143830":[{"rule":"contains","value":"dksb"}],"9004111231185793":[{"rule":"contains","value":"guitar-center.pxf.io"}],"9004111231185791":[{"rule":"contains","value":"sweetwater.sjv.io"}]},"css_click":{"9004111230979192":[".wcf-embed-checkout-form-nav-btns"]}},"facebook":{"pixelIds":["1891611881076889","170541765999960"],"advancedMatchingEnabled":true,"advancedMatching":[],"removeMetadata":false,"wooVariableAsSimple":true,"serverApiEnabled":true,"ajaxForServerEvent":true,"wooCRSendFromServer":false,"send_external_id":true},"ga":{"trackingIds":["UA-5740926-1","G-8G8BT887NB"],"enhanceLinkAttr":false,"anonimizeIP":false,"retargetingLogic":"ecomm","crossDomainEnabled":false,"crossDomainAcceptIncoming":false,"crossDomainDomains":[],"wooVariableAsSimple":false,"isDebugEnabled":[],"disableAdvertisingFeatures":false,"disableAdvertisingPersonalization":false},"google_ads":{"conversion_ids":["AW-704867167"],"enhanced_conversion":[],"wooVariableAsSimple":false,"user_data":[]},"debug":"1","siteUrl":"https:\/\/americansongwriter.com","ajaxUrl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php","ajax_event":"40fe5c611f","trackUTMs":"1","trackTrafficSource":"1","user_id":"0","enable_lading_page_param":"1","cookie_duration":"7","enable_event_day_param":"1","enable_event_month_param":"1","enable_event_time_param":"1","enable_remove_target_url_param":"1","enable_remove_download_url_param":"1","visit_data_model":"first_visit","last_visit_duration":"60","enable_auto_save_advance_matching":"1","advance_matching_fn_names":["","first_name","first-name","first name","name"],"advance_matching_ln_names":["","last_name","last-name","last name"],"advance_matching_tel_names":["","phone","tel"],"gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"tiktok_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"facebook_prior_consent_enabled":true,"tiktok_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":true,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"consent_magic_integration_enabled":false},"automatic":{"enable_youtube":true,"enable_vimeo":true,"enable_video":true},"woo":{"enabled":true,"addToCartOnButtonEnabled":true,"addToCartOnButtonValueEnabled":true,"addToCartOnButtonValueOption":"price","woo_purchase_on_transaction":true,"singleProductId":null,"affiliateEnabled":false,"removeFromCartSelector":"form.woocommerce-cart-form .remove","addToCartCatchMethod":"add_cart_hook","is_order_received_page":false,"containOrderId":false,"affiliateEventName":"Lead"},"edd":{"enabled":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJylkEsOwjAMRC9EYlKgZYM4C0kNuG0+2AlQTg8rPmJTqbtZzHsaDdyScjFkDBnyGT0KWPIWGToBH1vkQA/+JOWK5Oi1p6A7WcAXnoZyoiCQ6I7DGAsLZVRSErJKB9dDS5JBHFPKr1axA7lpjsTxF+5Euxh7QlVpo1fT1/ybLgV51JZCq47EktVSV7OMV/IYZ/DvY/Z+Z+qm2RizXdfdE/2woEI=" ></script><link rel="https://api.w.org/" href="https://americansongwriter.com/wp-json/" /><link rel="alternate" type="application/json" href="https://americansongwriter.com/wp-json/wp/v2/posts/9004111230902768" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://americansongwriter.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://americansongwriter.com/?p=9004111230902768' /> <link rel="alternate" type="application/json+oembed" href="https://americansongwriter.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericansongwriter.com%2Flondon-grammar-hannah-reid-californian-soil-album-interview%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://americansongwriter.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericansongwriter.com%2Flondon-grammar-hannah-reid-californian-soil-album-interview%2F&#038;format=xml" /> <style> .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; } .lazyload, .lazyloading, .lazyloaded { transition: opacity 0.175s ease-in-out; } iframe.lazyloading { opacity: 1; transition: opacity 0.375s ease-in-out; background: #f2f2f2 no-repeat center; } iframe.lazyloaded { opacity: 1; } </style> <meta name="google-site-verification" content="4PU6LepCNJ4Zjq2_jS8Rat-YpWeJ9ZdfpklGk32PCLU" /><!-- Stream WordPress user activity plugin v3.9.1 --> <style>img#wpstats{display:none}</style> <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"NewsArticle","headline":"London Grammar\u2019s Hannah Reid Finally Takes The Throne","url":"http:\/\/americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/americansongwriter.com\/london-grammar-hannah-reid-californian-soil-album-interview\/"},"thumbnailUrl":"https:\/\/americansongwriter.com\/wp-content\/uploads\/2021\/04\/London-Grammar-press-photo.jpg?resize=300%2C300","image":{"@type":"ImageObject","url":"https:\/\/americansongwriter.com\/wp-content\/uploads\/2021\/04\/London-Grammar-press-photo.jpg?fit=2000%2C800"},"articleSection":"Interviews","author":[{"@type":"Person","name":"Jason Scott"}],"creator":["Jason Scott"],"publisher":{"@type":"Organization","name":"American Songwriter","logo":"https:\/\/americansongwriter.com\/wp-content\/uploads\/2020\/05\/cropped-favicon-large-hrx-1.png"},"keywords":["London Grammar"],"dateCreated":"2021-04-14T13:11:01Z","datePublished":"2021-04-14T13:11:01Z","dateModified":"2021-04-14T13:11:02Z"}</script><script> document.addEventListener( "DOMContentLoaded", function() { var div, i, youtubePlayers = document.getElementsByClassName( "video-seo-youtube-player" ); for ( i = 0; i < youtubePlayers.length; i++ ) { div = document.createElement( "div" ); div.className = "video-seo-youtube-embed-loader"; div.setAttribute( "data-id", youtubePlayers[ i ].dataset.id ); div.setAttribute( "tabindex", "0" ); div.setAttribute( "role", "button" ); div.setAttribute( "aria-label", "Load YouTube video" ); div.innerHTML = videoSEOGenerateYouTubeThumbnail( youtubePlayers[ i ].dataset.id ); div.addEventListener( "click", videoSEOGenerateYouTubeIframe ); div.addEventListener( "keydown", videoSEOYouTubeThumbnailHandleKeydown ); div.addEventListener( "keyup", videoSEOYouTubeThumbnailHandleKeyup ); youtubePlayers[ i ].appendChild( div ); } } ); function videoSEOGenerateYouTubeThumbnail( id ) { var thumbnail = '<picture class="video-seo-youtube-picture">\n' + '<source class="video-seo-source-to-maybe-replace" media="(min-width: 801px)" srcset="https://i.ytimg.com/vi/' + id + '/maxresdefault.jpg" >\n' + '<source class="video-seo-source-hq" media="(max-width: 800px)" srcset="https://i.ytimg.com/vi/' + id + '/hqdefault.jpg">\n' + '<img onload="videoSEOMaybeReplaceMaxResSourceWithHqSource( event );" src="https://i.ytimg.com/vi/' + id + '/hqdefault.jpg" width="480" height="360" loading="eager" alt="">\n' + '</picture>\n', play = '<div class="video-seo-youtube-player-play"></div>'; return thumbnail.replace( "ID", id ) + play; } function videoSEOMaybeReplaceMaxResSourceWithHqSource( event ) { var sourceMaxRes, sourceHighQuality, loadedThumbnail = event.target, parent = loadedThumbnail.parentNode; if ( loadedThumbnail.naturalWidth < 150 ) { sourceMaxRes = parent.querySelector(".video-seo-source-to-maybe-replace"); sourceHighQuality = parent.querySelector(".video-seo-source-hq"); sourceMaxRes.srcset = sourceHighQuality.srcset; parent.className = "video-seo-youtube-picture video-seo-youtube-picture-replaced-srcset"; } } function videoSEOYouTubeThumbnailHandleKeydown( event ) { if ( event.keyCode !== 13 && event.keyCode !== 32 ) { return; } if ( event.keyCode === 13 ) { videoSEOGenerateYouTubeIframe( event ); } if ( event.keyCode === 32 ) { event.preventDefault(); } } function videoSEOYouTubeThumbnailHandleKeyup( event ) { if ( event.keyCode !== 32 ) { return; } videoSEOGenerateYouTubeIframe( event ); } function videoSEOGenerateYouTubeIframe( event ) { var el = ( event.type === "click" ) ? this : event.target, iframe = document.createElement( "iframe" ); iframe.setAttribute( "src", "https://www.youtube.com/embed/" + el.dataset.id + "?autoplay=1&enablejsapi=1&origin=https%3A%2F%2Famericansongwriter.com" ); iframe.setAttribute( "frameborder", "0" ); iframe.setAttribute( "allowfullscreen", "1" ); iframe.setAttribute( "allow", "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" ); el.parentNode.replaceChild( iframe, el ); } </script><script>window.sumoIsCatFeatures = true; window.sumoIsCatInterviews = true; </script> <style> @font-face { font-family: "bimber"; src:url("https://americansongwriter.com/wp-content/themes/bimber/css/9.1/bimber/fonts/bimber.eot"); src:url("https://americansongwriter.com/wp-content/themes/bimber/css/9.1/bimber/fonts/bimber.eot?#iefix") format("embedded-opentype"), url("https://americansongwriter.com/wp-content/themes/bimber/css/9.1/bimber/fonts/bimber.woff") format("woff"), url("https://americansongwriter.com/wp-content/themes/bimber/css/9.1/bimber/fonts/bimber.ttf") format("truetype"), url("https://americansongwriter.com/wp-content/themes/bimber/css/9.1/bimber/fonts/bimber.svg#bimber") format("svg"); font-weight: normal; font-style: normal; font-display: block; } </style> <style type="text/css" media="screen" id="g1-dynamic-styles"> :root { --g1-layout-bg-color: #f2f2f2; } body.g1-layout-boxed .g1-body-inner { background-color: #f2f2f2; background-color: var(--g1-layout-bg-color); } :root.g1-skinmode { --g1-layout-bg-color: #333333; } .g1-layout-boxed .g1-row-layout-page { max-width: 1212px; } /* Global Color Scheme */ a, .entry-title > a:hover, .entry-meta a:hover, .menu-item > a:hover, .current-menu-item > a, .mtm-drop-expanded > a, .g1-nav-single-prev > a > span:before, .g1-nav-single-next > a > span:after, .g1-nav-single-prev > a:hover > strong, .g1-nav-single-prev > a:hover > span, .g1-nav-single-next > a:hover > strong, .g1-nav-single-next > a:hover > span, .mashsb-count, .archive-title:before, .snax .snax-item-title > a:hover, .woocommerce .star-rating span::before, .woocommerce-page .star-rating span::before { color: #d44f49; } input[type="submit"], input[type="reset"], input[type="button"], button, .g1-button-solid, .g1-button-solid:hover, .g1-arrow-solid, .entry-categories .entry-category:hover, .author-link, .author-info .author-link, .g1-box-icon, .g1-collection-ticker .g1-collection-title, .wyr-reaction:hover .wyr-reaction-button, .wyr-reaction-voted .wyr-reaction-button, .wyr-reaction .wyr-reaction-bar { border-color: #016699; background-color: #016699; color: #ffffff; } .entry-counter:before { border-color: #016699; background-color: #016699; color: #ffffff; } .g1-quick-nav-tabs .menu-item-type-g1-trending > a, .entry-flag-trending { border-color: #d44f49; background-color: #d44f49; color: #ffffff; } .g1-quick-nav-tabs .menu-item-type-g1-hot > a, .entry-flag-hot { border-color: #ff0036; background-color: #ff0036; color: #ffffff; } .g1-quick-nav-tabs .menu-item-type-g1-popular > a, .entry-flag-popular { border-color: #ff577b; background-color: #ff577b; color: #ffffff; } .entry-flag-members_only { border-color: #ff0036; background-color: #ff0036; color: #ffffff; } .entry-flag-coupon { border-color: #ff0036; background-color: #ff0036; color: #ffffff; } .g1-featured-without-title .entry-tpl-gridxs .entry-header { background-color: transparent; background-image: linear-gradient(to bottom right, rgba(1,102, 153, 0.8 ), rgba(255,102, 54, 0.8 )); } .entry-categories .entry-category-item-9004111225616700{ } .entry-categories .entry-category-item-20848{ } .entry-categories .entry-category-item-14528{ } .entry-categories .entry-category-item-9004111229777053{ } .entry-categories .entry-category-item-9004111230903643{ } .entry-categories .entry-category-item-127670{ } .entry-categories .entry-category-item-22993{ } .entry-categories .entry-category-item-9004111230914763{ } .entry-categories .entry-category-item-147329{ } .entry-categories .entry-category-item-22209{ } .entry-categories .entry-category-item-2013{ } .entry-categories .entry-category-item-9004111227976611{ } .entry-categories .entry-category-item-15{ } .entry-categories .entry-category-item-3537{ } .entry-categories .entry-category-item-8{ } .entry-categories .entry-category-item-21239{ } .entry-categories .entry-category-item-9004111225386345{ } .entry-categories .entry-category-item-1619{ } .entry-categories .entry-category-item-1570{ } .entry-categories .entry-category-item-130500{ } .entry-categories .entry-category-item-23040{ } .entry-categories .entry-category-item-1573{ } .entry-categories .entry-category-item-4852{ } .entry-categories .entry-category-item-9004111225616805{ } .entry-categories .entry-category-item-18{ } .entry-categories .entry-category-item-29091{ } .entry-categories .entry-category-item-9004111230903686{ } .entry-categories .entry-category-item-22892{ } .entry-categories .entry-category-item-22{ } .entry-categories .entry-category-item-136431{ } .entry-categories .entry-category-item-9004111228513392{ } .entry-categories .entry-category-item-9004111230903608{ } .entry-categories .entry-category-item-16106{ } .entry-categories .entry-category-item-17568{ } .entry-categories .entry-category-item-22893{ } .entry-categories .entry-category-item-8399{ } .entry-categories .entry-category-item-9004111230907508{ } .entry-categories .entry-category-item-19{ } .member-header .mycred-my-rank:after { content:"Rank"; } /*customizer_preview_margins*/ @media only screen and ( min-width: 801px ) { .g1-hb-row-normal .g1-id { margin-top: 20px; margin-bottom: 20px; } .g1-hb-row-normal .g1-quick-nav { margin-top: 32px; margin-bottom: 14px; } } .g1-hb-row-mobile .g1-id { margin-top: 10px; margin-bottom: 10px; } .g1-hb-row-normal .g1-primary-nav { margin-top: 0px; margin-bottom: 0px; } /*customizer_preview_margins_end*/ :root { --g1-hba-itxt-color:#ffffff; --g1-hba-atxt-color:#e8e8e8; --g1-hba-bg-color:#d44f49; --g1-hba-gradient-color:#d44f49; --g1-hba-border-color:#ff0000; --g1-hba-2-itxt-color:#ffffff; --g1-hba-2-bg-color:#d44f49; --g1-hba-2-border-color:#d44f49; } .g1-hb-row-a .site-description, .g1-hb-row-a .g1-hb-search-form .search-field, .g1-hb-row-a .g1-hb-search-form .search-submit, .g1-hb-row-a .menu-item > a, .g1-hb-row-a .g1-hamburger, .g1-hb-row-a .g1-drop-toggle, .g1-hb-row-a .g1-socials-item-link { color:#ffffff; color:var(--g1-hba-itxt-color); } .g1-hb-row-a .g1-row-background { background-color: #d44f49; background-color: var(--g1-hba-bg-color); background-image: linear-gradient(to right, #d44f49, #d44f49); background-image: linear-gradient(to right, var(--g1-hba-bg-color), var(--g1-hba-gradient-color)); } .g1-hb-row-a .site-title, .g1-hb-row-a .menu-item:hover > a, .g1-hb-row-a .current-menu-item > a, .g1-hb-row-a .current-menu-ancestor > a, .g1-hb-row-a .menu-item-object-post_tag > a:before, .g1-hb-row-a .g1-socials-item-link:hover { color:#e8e8e8; color:var(--g1-hba-atxt-color); } .g1-hb-row-a .g1-drop-toggle-badge, .g1-hb-row-a .snax-button-create, .g1-hb-row-a .snax-button-create:hover { border-color:#d44f49; border:var(--g1-hba-2-bg-color); background-color:#d44f49; background-color:var(--g1-hba-2-bg-color); color:#ffffff; color:var(--g1-hba-2-itxt-color); } .g1-skinmode { --g1-hba-itxt-color:#ffffff; --g1-hba-atxt-color:#808080; --g1-hba-bg-color:#000000; --g1-hba-gradient-color:#000000; --g1-hba-border-color:#1a1a1a; } :root { --g1-hbb-itxt-color:#ffffff; --g1-hbb-atxt-color:#d44f49; --g1-hbb-bg-color:#000000; --g1-hbb-gradient-color:#000000; --g1-hbb-border-color:#ff0000; --g1-hbb-2-itxt-color:#ffffff; --g1-hbb-2-bg-color:#d44f49; --g1-hbb-2-border-color:#d44f49; } .g1-hb-row-b .site-description, .g1-hb-row-b .g1-hb-search-form .search-field, .g1-hb-row-b .g1-hb-search-form .search-submit, .g1-hb-row-b .menu-item > a, .g1-hb-row-b .g1-hamburger, .g1-hb-row-b .g1-drop-toggle, .g1-hb-row-b .g1-socials-item-link { color:#ffffff; color:var(--g1-hbb-itxt-color); } .g1-hb-row-b .g1-row-background { background-color: #000000; background-color: var(--g1-hbb-bg-color); background-image: linear-gradient(to right, #000000, #000000); background-image: linear-gradient(to right, var(--g1-hbb-bg-color), var(--g1-hbb-gradient-color)); } .g1-hb-row-b .site-title, .g1-hb-row-b .menu-item:hover > a, .g1-hb-row-b .current-menu-item > a, .g1-hb-row-b .current-menu-ancestor > a, .g1-hb-row-b .menu-item-object-post_tag > a:before, .g1-hb-row-b .g1-socials-item-link:hover { color:#d44f49; color:var(--g1-hbb-atxt-color); } .g1-hb-row-b .g1-drop-toggle-badge, .g1-hb-row-b .snax-button-create, .g1-hb-row-b .snax-button-create:hover { border-color:#d44f49; border:var(--g1-hbb-2-bg-color); background-color:#d44f49; background-color:var(--g1-hbb-2-bg-color); color:#ffffff; color:var(--g1-hbb-2-itxt-color); } .g1-skinmode { --g1-hbb-itxt-color:#ffffff; --g1-hbb-atxt-color:#808080; --g1-hbb-bg-color:#000000; --g1-hbb-gradient-color:#000000; --g1-hbb-border-color:#1a1a1a; } :root { --g1-hbc-itxt-color:#666666; --g1-hbc-atxt-color:#000000; --g1-hbc-bg-color:#3f3f3f; --g1-hbc-gradient-color:#3f3f3f; --g1-hbc-border-color:#ff0000; --g1-hbc-2-itxt-color:#ffffff; --g1-hbc-2-bg-color:#d44f49; --g1-hbc-2-border-color:#d44f49; } .g1-hb-row-c .site-description, .g1-hb-row-c .g1-hb-search-form .search-field, .g1-hb-row-c .g1-hb-search-form .search-submit, .g1-hb-row-c .menu-item > a, .g1-hb-row-c .g1-hamburger, .g1-hb-row-c .g1-drop-toggle, .g1-hb-row-c .g1-socials-item-link { color:#666666; color:var(--g1-hbc-itxt-color); } .g1-hb-row-c .g1-row-background { background-color: #3f3f3f; background-color: var(--g1-hbc-bg-color); background-image: linear-gradient(to right, #3f3f3f, #3f3f3f); background-image: linear-gradient(to right, var(--g1-hbc-bg-color), var(--g1-hbc-gradient-color)); } .g1-hb-row-c .site-title, .g1-hb-row-c .menu-item:hover > a, .g1-hb-row-c .current-menu-item > a, .g1-hb-row-c .current-menu-ancestor > a, .g1-hb-row-c .menu-item-object-post_tag > a:before, .g1-hb-row-c .g1-socials-item-link:hover { color:#000000; color:var(--g1-hbc-atxt-color); } .g1-hb-row-c .g1-drop-toggle-badge, .g1-hb-row-c .snax-button-create, .g1-hb-row-c .snax-button-create:hover { border-color:#d44f49; border:var(--g1-hbc-2-bg-color); background-color:#d44f49; background-color:var(--g1-hbc-2-bg-color); color:#ffffff; color:var(--g1-hbc-2-itxt-color); } .g1-skinmode { --g1-hbc-itxt-color:#ffffff; --g1-hbc-atxt-color:#808080; --g1-hbc-bg-color:#000000; --g1-hbc-gradient-color:#000000; --g1-hbc-border-color:#1a1a1a; } :root { --g1-canvas-itxt-color:#666666; --g1-canvas-atxt-color:#d44f49; --g1-canvas-bg-color:#ffffff; --g1-canvas-2-itxt-color:#ffffff; --g1-canvas-2-bg-color:#ff6636; --g1-canvas-bg-image:url(); --g1-canvas-bg-size:auto; --g1-canvas-bg-repeat:no-repeat; --g1-canvas-bg-position:top left; --g1-canvas-bg-opacity:1; } .g1-canvas-content, .g1-canvas-toggle, .g1-canvas-content .menu-item > a, .g1-canvas-content .g1-hamburger, .g1-canvas-content .g1-drop-toggle, .g1-canvas-content .g1-socials-item-link{ color:#666666; color:var(--g1-canvas-itxt-color); } .g1-canvas-content .menu-item:hover > a, .g1-canvas-content .current-menu-item > a, .g1-canvas-content .current-menu-ancestor > a, .g1-canvas-content .menu-item-object-post_tag > a:before, .g1-canvas-content .g1-socials-item-link:hover { color:#d44f49; color:var(--g1-canvas-atxt-color); } .g1-canvas-global { background-color:#ffffff; background-color:var(--g1-canvas-bg-color); } .g1-canvas-background, .g1-canvas-background.lazyloaded { background-image:url(); background-image:var(--g1-canvas-bg-image); background-size:auto; background-size:var(--g1-canvas-bg-size); background-repeat:no-repeat; background-repeat:var(--g1-canvas-bg-repeat); background-position:top left; background-position:var(--g1-canvas-bg-position); opacity:1; opacity:var(--g1-canvas-bg-opacity); } .g1-canvas-background.lazyload, .g1-canvas-background.lazyloading { opacity: 0; } .g1-canvas-content .snax-button-create { border-color:#ff6636; border-color:var(--g1-canvas-2-bg-color); background-color:#ff6636; background-color:var(--g1-canvas-2-bg-color); color:#ffffff; color:var(--g1-canvas-2-itxt-color); } .g1-skinmode { --g1-canvas-itxt-color:#ffffff; --g1-canvas-atxt-color:#d44f49; --g1-canvas-bg-color:#000000; } :root { --g1-submenu-rtxt-color: #ffffff; --g1-submenu-atxt-color: #d44f49; --g1-submenu-bg-color: #000000; } /*customizer_preview_submenu*/ .g1-hb-row .sub-menu { border-color: #000000; border-color: var(--g1-submenu-bg-color); background-color: #000000; background-color: var(--g1-submenu-bg-color); } .g1-hb-row .sub-menu .menu-item > a { color: #ffffff; color: var(--g1-submenu-rtxt-color); } .g1-hb-row .g1-link-toggle { color:#000000; color:var(--g1-submenu-bg-color); } .g1-hb-row .sub-menu .menu-item:hover > a, .g1-hb-row .sub-menu .current-menu-item > a, .g1-hb-row .sub-menu .current-menu-ancestor > a { color: #d44f49; color: var(--g1-submenu-atxt-color); } /*customizer_preview_submenu_row_end*/ .g1-skinmode { --g1-submenu-bg-color: #000000; --g1-submenu-rtxt-color: #999999; --g1-submenu-atxt-color: #ff0036; } :root { --g1-footer-itxt-color:#ffffff; --g1-footer-rtxt-color:#ffffff; --g1-footer-mtxt-color:#eaeaea; --g1-footer-atxt-color:#d44f49; --g1-footer-bg-color:#000000; } /* Prefooter Theme Area */ .g1-prefooter > .g1-row-background, .g1-prefooter .g1-current-background { background-color:#000000; background-color:var(--g1-footer-bg-color); } .g1-prefooter h1, .g1-prefooter h2, .g1-prefooter h3, .g1-prefooter h4, .g1-prefooter h5, .g1-prefooter h6, .g1-prefooter .g1-mega, .g1-prefooter .g1-alpha, .g1-prefooter .g1-beta, .g1-prefooter .g1-gamma, .g1-prefooter .g1-delta, .g1-prefooter .g1-epsilon, .g1-prefooter .g1-zeta, .g1-prefooter blockquote, .g1-prefooter .widget_recent_entries a, .g1-prefooter .widget_archive a, .g1-prefooter .widget_categories a, .g1-prefooter .widget_meta a, .g1-prefooter .widget_pages a, .g1-prefooter .widget_recent_comments a, .g1-prefooter .widget_nav_menu .menu a { color:#ffffff; color:var(--g1-footer-itxt-color); } .g1-prefooter { color:#ffffff; color:var(--g1-footer-rtxt-color); } .g1-prefooter .entry-meta { color:#eaeaea; color:var(--g1-footer-mtxt-color); } .g1-prefooter input, .g1-prefooter select, .g1-prefooter textarea { border-color: #333333; } .g1-prefooter input[type="submit"], .g1-prefooter input[type="reset"], .g1-prefooter input[type="button"], .g1-prefooter button, .g1-prefooter .g1-button-solid, .g1-prefooter .g1-button-solid:hover, .g1-prefooter .g1-box-icon { border-color: #d44f49; background-color: #d44f49; color: #ffffff; } .g1-prefooter .g1-button-simple { border-color: #ffffff; color: #ffffff; } /* Footer Theme Area */ .g1-footer > .g1-row-background, .g1-footer .g1-current-background { background-color:#000000; background-color:var(--g1-footer-bg-color); } .g1-footer { color:#ffffff; color:var(--g1-footer-rtxt-color); } .g1-footer-text { color: #eaeaea; color:var(--g1-footer-mtxt-color); } .g1-footer a:hover, .g1-footer-nav a:hover { color:#d44f49; color:var(--g1-footer-atxt-color); } .g1-footer .current-menu-item > a { color:#ffffff; color:var(--g1-footer-itxt-color); } /*customizer_preview_footer*/ /*customizer_preview_footer_end*/ .g1-skinmode { --g1-footer-itxt-color:#ffffff; --g1-footer-rtxt-color:#999999; --g1-footer-mtxt-color:#666666; --g1-footer-atxt-color:#d44f49; --g1-footer-bg-color:#ffffff; } .g1-dark { color: rgba(255, 255, 255, 0.8); } .g1-dark h1, .g1-dark h2, .g1-dark h3, .g1-dark h4, .g1-dark h5, .g1-dark h6, .g1-dark .g1-mega, .g1-dark .g1-alpha, .g1-dark .g1-beta, .g1-dark .g1-gamma, .g1-dark .g1-delta, .g1-dark .g1-epsilon, .g1-dark .g1-zeta { color: #fff; } .g1-dark .g1-meta { color: rgba(255, 255, 255, 0.8); } .g1-dark .g1-meta a { color: rgba(255, 255, 255, 1); } .g1-dark .entry-categories { color: rgba(255, 255, 255, 1); } .g1-dark .entry-categories a { color: rgba(255, 255, 255, 1); } .g1-dark .g1-meta a:hover { color: rgba(255, 255, 255, 1); } .g1-dark .archive-title:before { color: inherit; } .g1-dark [type=input], .g1-dark [type=email], .g1-dark select { border-color: rgba(255,255,255, 0.15); } .g1-dark [type=submit] { border-color: #fff; background-color: #fff; color: #1a1a1a; } .g1-dark .g1-button-solid { border-color: #fff; background-color: #fff; color: #1a1a1a; } .g1-dark .g1-button-simple, .g1-dark .g1-filter-pill { border-color: #fff; color: #fff; } .g1-dark .g1-newsletter-avatar { background-color: #fff; color: #1a1a1a; } .g1-body-inner .g1-primary-nav-menu > .menu-item > a, .g1-primary-nav-menu>.menu-item>a{ } @media only screen and (min-width: 1025px) { .g1-body-inner .g1-primary-nav-menu > .menu-item > a, .g1-primary-nav-menu>.menu-item>a{ font-size:14px; } } @media only screen and (min-width: 768px) and (max-width: 1023px){ .g1-body-inner .g1-primary-nav-menu > .menu-item > a, .g1-primary-nav-menu>.menu-item>a{ } } @media only screen and (max-width: 767px){ .g1-body-inner .g1-primary-nav-menu > .menu-item > a, .g1-primary-nav-menu>.menu-item>a{ } } .g1-body-inner .g1-secondary-nav-menu > .menu-item > a{ } @media only screen and (min-width: 1025px) { .g1-body-inner .g1-secondary-nav-menu > .menu-item > a{ font-size:13px; } } @media only screen and (min-width: 768px) and (max-width: 1023px){ .g1-body-inner .g1-secondary-nav-menu > .menu-item > a{ } } @media only screen and (max-width: 767px){ .g1-body-inner .g1-secondary-nav-menu > .menu-item > a{ } } .sub-menu > .menu-item > a{ } @media only screen and (min-width: 1025px) { .sub-menu > .menu-item > a{ font-size:14px; } } @media only screen and (min-width: 768px) and (max-width: 1023px){ .sub-menu > .menu-item > a{ } } @media only screen and (max-width: 767px){ .sub-menu > .menu-item > a{ } } </style> <script async src="https://www.googleoptimize.com/optimize.js?id=OPT-5DPJ362"></script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <script> var PushlySDK = window.PushlySDK || []; function pushly() { PushlySDK.push(arguments) } pushly('load', { domainKey: decodeURIComponent("C7XRR6Cu11iBFiyYLsNhzNSGiSBHNtnVGehy"), sw: "/wp-content/plugins/pushly/assets/js/pushly-sdk-worker.js.php", swScope: "/wp-content/plugins/pushly/" }); </script> <script src="https://track.americansongwriter.com/s/lib.js" data-key="js.56af6.80pwhhcx3akgzo3wzkauqs" data-init-only="false" defer></script> <script> (function() { var ta = document.createElement('script'); ta.type = 'text/javascript'; ta.async = true; ta.src = 'https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=BSAVQ8B4J692HOFL2QOG'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ta, s); })(); </script> <!-- Snap Pixel Code --> <script type='text/javascript'> (function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function() {a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)}; a.queue=[];var s='script';r=t.createElement(s);r.async=!0; r.src=n;var u=t.getElementsByTagName(s)[0]; u.parentNode.insertBefore(r,u);})(window,document, 'https://sc-static.net/scevent.min.js'); snaptr('init', '758f4360-f09a-4b11-b434-14d6efd9e3f8', { 'user_email': '__INSERT_USER_EMAIL__' }); snaptr('track', 'PAGE_VIEW'); </script> <!-- End Snap Pixel Code --> <!-- Reddit Pixel --> <script> !function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','t2_655awg7v');rdt('track', 'PageVisit'); </script> <!-- DO NOT MODIFY --> <!-- End Reddit Pixel --> <meta name="google-site-verification" content="GURlz_WNmykTs4f2VjZfUzh7KzQZuAyIFJGEPHNGrYo" /> <!-- Pinterest Tag --> <script> !function(e){if(!window.pintrk){window.pintrk = function () { window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version="3.0";var t=document.createElement("script");t.async=!0,t.src=e;var r=document.getElementsByTagName("script")[0]; r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js"); pintrk('load', '2613555101139', {em: '<user_email_address>'}); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?event=init&tid=2613555101139&pd[em]=<hashed_email_address>&noscript=1" /> </noscript> <!-- end Pinterest Tag --> <script> pintrk('track', 'pagevisit'); </script> <link rel="icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=32%2C32" sizes="32x32" /> <link rel="icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=192%2C192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=180%2C180" /> <meta name="msapplication-TileImage" content="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png?fit=270%2C270" /> <style type="text/css"> /* latin-ext */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 300;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin-ext_normal_300.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;} /* latin */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 300;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_300.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} /* latin-ext */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 400;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin-ext_normal_400.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;} /* latin */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 400;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_400.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} /* latin-ext */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 500;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin-ext_normal_500.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;} /* latin */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 500;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_500.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} /* latin-ext */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 700;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin-ext_normal_700.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;} /* latin */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 700;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_700.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} /* latin-ext */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 900;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin-ext_normal_900.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;} /* latin */ @font-face {font-family: 'Roboto';font-style: normal;font-weight: 900;font-display: swap;src: url(/wp-content/themes/bimber-child-theme/fonts/roboto/roboto_latin_normal_900.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} </style> <script>if("undefined"!=typeof localStorage){var nsfwItemId=document.getElementsByName("g1:nsfw-item-id");nsfwItemId=nsfwItemId.length>0?nsfwItemId[0].getAttribute("content"):"g1_nsfw_off",window.g1SwitchNSFW=function(e){e?(localStorage.setItem(nsfwItemId,1),document.documentElement.classList.add("g1-nsfw-off")):(localStorage.removeItem(nsfwItemId),document.documentElement.classList.remove("g1-nsfw-off"))};try{var nsfwmode=localStorage.getItem(nsfwItemId);window.g1SwitchNSFW(nsfwmode)}catch(e){}}</script> <style type="text/css" id="wp-custom-css">/* Hotfix 2 - Mervin July 20 2023 - Fix Header Nav - sub items not visible */ .g1-sticky-top-wrapper.g1-hb-row-2.g1-loaded { overflow:unset !important; } .g1-sticky-top-wrapper.g1-hb-row-2.g1-loaded { overflow:unset !important; } /* Hotfix 1 - Center Gutenberg Images - 2023-06-28 */ figure.wp-block-image.aligncenter { display: flex; justify-content: center; align-items: center; margin: auto; } /* Hotfix 2 - Center Gutenberg Button 2023-06-28 */ .wp-block-buttons { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; } div.wp-block-buttons > .wp-block-button:nth-child(2) { padding-left: 16px; } /* 2023 - Homepage */ /* -- ActiveCampaign Overwrite */ label._form-label { color: black; } /* End of 2023 Homepage */ /**2023 become a member page **/ /** price box **/ .has-lineheight-fontweight-gold, .has-lineheight-fontweight-platinum, .has-lineheight-fontweight-diamond { line-height: 40px; font-weight: 500; } body .is-layout-flex { align-items: flex-start; } .has-align-style { padding: 0 180px; } .colmn-border-joinnow { border-right: 2px solid black !important; } .g1-button-solid { padding: 10px 50px; border-color: #ffffff00; margin-bottom: 0; } .button-bottom-remove { margin-bottom: 0; } /**end price box**/ /**2023 become a member page**/ .code-block.code-block-10 .center-jw.as_top_desktop_article,.code-block.code-block-10 h2.g1-delta { display: none; } .eg-text { margin-top: 12px; font-size: 13px; font-style: italic; } body .wcf-checkout-fields-wrapper .form-row.wcf-hide-field { height: 0; }</style><style> .ai-viewports {--ai: 1;} .ai-viewport-3 { display: none !important;} .ai-viewport-2 { display: none !important;} .ai-viewport-1 { display: inherit !important;} .ai-viewport-0 { display: none !important;} @media (min-width: 768px) and (max-width: 1023px) { .ai-viewport-1 { display: none !important;} .ai-viewport-2 { display: inherit !important;} } @media (max-width: 767px) { .ai-viewport-1 { display: none !important;} .ai-viewport-3 { display: inherit !important;} } </style> <link rel="stylesheet" type="text/css" href="https://htlbid.com/v3/americansongwriter.com/htlbid.css" async/> <!--<script>--> <!-- const myTimeout = setTimeout(() => {--> <!-- var myShadowElements = document.querySelectorAll('linkfire-widget'); --> <!-- if (myShadowElements) {--> <!-- myShadowElements.forEach(element => {--> <!-- if (element.shadowRoot) {--> <!-- var style = document.createElement('style');--> <!-- style.textContent = '.linkfire-widget.cpm { margin: 0 auto; }';--> <!-- element.shadowRoot.appendChild(style); --> <!-- }--> <!-- });--> <!-- }--> <!-- }, 700);--> <!--</script>--> <style> body.cartflows_step-template div[class*="htlad"], body div[class*="woocommerce-tabs"] div[class*="htlad"] { display:none; } </style> <script src="https://htlbid.com/v3/americansongwriter.com/htlbid.js" async></script> <!--<script defer src="https://partner.linkfire.com/channel_partners/script.js"></script>--> <!-- SPOT Widget --> <!-- Ex.co --> <!--[adinserter code="25"]--> <!--Homepage HTLBID header script--> <!--Article HTLBID header script--> <script> window.htlbid = window.htlbid || {}; htlbid.cmd = htlbid.cmd || []; htlbid.cmd.push(function() { htlbid.layout('universal'); // Leave as 'universal' or add custom layout htlbid.setTargeting("is_testing","no"); // Set to "no" for production htlbid.setTargeting("is_home", "no"); // Set to "yes" on the homepage htlbid.setTargeting("url", window.location.pathname.split('/')[1]); }); </script> <!--Make stickies script--> <script> function makeSticky(stickyAdParameters) { function getStyleOverridesString(overrides) { return Object.entries(overrides) .map(([key, value]) => `${key}: ${value}`) .join('; '); } function makeStyleTag(tagId, contentString) { if (document.getElementById(tagId)) { return; } const head = document.head || document.getElementsByTagName('head')[0]; const style = document.createElement('style'); style.setAttribute("id", tagId); style.type = 'text/css'; style.appendChild(document.createTextNode(contentString)); head.appendChild(style); } function createStickyCSS(params) { const styleOverridesString = getStyleOverridesString(params.styleOverrides); const cssString = ` .${params.stickyClass} { position: fixed; z-index: 999; ${styleOverridesString}; } /* Since this div is used to get the 'left' pos, we need its width to not be tampered with */ .${params.htladSelector} .htl-ad-gpt { width: fit-content; } `; makeStyleTag(params.stickyClass, cssString); } function getFadeRect(params) { // the offsetParent is not calculated until floating. const previousPosition = params.gptDiv.style.position; params.gptDiv.style.position = 'absolute'; const parent = params.gptDiv.offsetParent; if (!parent) { console.log(`could not get parent rect for element ${params.gptDiv}`) } const parentRect = parent.getBoundingClientRect(); const parentStyle = window.getComputedStyle(parent) const top = Number(params.styleOverrides.top.toString().replace('px', '')) + Number(parentStyle.marginTop.replace('px','')) + ((window.scrollY - params.posBeforeFade)* -1) + (parentRect.top * -1); const left = Number(params.styleOverrides.left.toString().replace('px', '')) + Number(parentStyle.marginLeft.replace('px','')) + (parentRect.left * -1); params.gptDiv.style.position = previousPosition; return {left, top}; } function createFadeCSS(params) { const styleOverridesString = getStyleOverridesString(params.styleOverrides); const {left, top} = getFadeRect(params); const cssString = ` .${params.fadeClass} { position: absolute; z-index: 1; ${styleOverridesString}; top: ${top}px; left: ${left}px; } `; makeStyleTag(params.fadeClass, cssString); } function toggleSticky(params) { createStickyCSS(params); let stickyAdded = false; let fadeAdded = false; let fadeCSSAdded = false; document.addEventListener("scroll", (event) => { const pos = window.scrollY; const shouldResetCss = pos < params.startStickyPos || pos > params.posAfterFade; const shouldEnableSticky = pos >= params.startStickyPos && pos <= params.posBeforeFade; const shouldEnableFade = pos > params.posBeforeFade && pos <= params.posAfterFade; if (shouldResetCss) { params.gptDiv.classList.remove(params.stickyClass); params.gptDiv.classList.remove(params.fadeClass); stickyAdded = false; fadeAdded = false; } else if (shouldEnableSticky && !stickyAdded) { params.gptDiv.classList.remove(params.fadeClass); params.gptDiv.classList.add(params.stickyClass); stickyAdded = true; fadeAdded = false; } else if (shouldEnableFade && !fadeAdded) { if (!fadeCSSAdded) { createFadeCSS(params); fadeCSSAdded = true; } params.gptDiv.classList.remove(params.stickyClass); params.gptDiv.classList.add(params.fadeClass); stickyAdded = false; fadeAdded = true; } }); } function normalizeParams(stickyParams) { let params = stickyParams; params.adslotName = params.htladSelector.slice(1); if(params.dataStickyInstance) { params.htladSelector = `${params.htladSelector}[data-sticky-instance='${params.dataStickyInstance}']`; params.adslotName = `${params.adslotName}-${params.dataStickyInstance}`; } params.expandedRect = params.gptDiv.getBoundingClientRect(); if(params.startMarkerSelector) { const startElement = document.querySelector(`${params.startMarkerSelector}`); startElementRect = startElement.getBoundingClientRect(); params.startStickyPos = startElementRect.top; } else { params.startStickyPos = params.expandedRect.top; } params.startStickyPos += window.scrollY + (Number(params.startMarkerShift) || 0); if (params.stopStickyPos) { if (params.stopStickyPos <= params.startStickyPos) { console.log(`invalid sticky range for ${params.htladSelector}`); return {}; } } else { const bodyHeight = document.body.getBoundingClientRect().height; const htmlHeight = document.documentElement.getBoundingClientRect().height; params.stopStickyPos = Math.max(bodyHeight, htmlHeight); } if(params.stopMarkerSelector) { const stopElement = document.querySelector(`${params.stopMarkerSelector}`); params.stopStickyPos = stopElement.getBoundingClientRect().top; params.stopStickyPos += window.scrollY + (Number(params.stopMarkerShift) || 0); } params.posBeforeFade = params.stopStickyPos - params.expandedRect.height; params.posAfterFade = params.stopStickyPos + params.expandedRect.height; if (!params.styleOverrides) { params.styleOverrides = {}; } if (!params.styleOverrides.top) { params.styleOverrides.top = `0px`; } if (!params.styleOverrides.left) { params.styleOverrides.left = `${params.expandedRect.left}px`; } // filter out null keys and add css names params.styleOverrides = Object.entries(params.styleOverrides) .filter(([key, value]) => value !== null) .reduce((overrides, [key, value]) => { overrides[key] = value; return overrides; }, {}); params.stickyClass = `htl-${params.adslotName}-fixed`; params.fadeClass = `htl-${params.adslotName}-absolute`; return params; } function getParamsBySlotId(slotId) { const gptDiv = document.querySelector(`#${slotId}`); const htlDiv = gptDiv.parentElement.parentElement; const htlClass = Array.from(htlDiv.classList).find(c => c.startsWith('htlad-')); if (!htlClass) { console.log(`cound not find htl slot for gpt slot with id ${slotId}`); return {}; } let params = {}; if (htlDiv.hasAttribute('data-sticky-instance')) { // find where class AND attribute params = stickyAdParameters.find(p => { const hasClass = p.htladSelector === `.${htlClass}`; const isInstance = p.dataStickyInstance === htlDiv.dataset.stickyInstance; return hasClass && isInstance; }); } else { params = stickyAdParameters.find(p => p.htladSelector === `.${htlClass}`); } if (params) { params.gptDiv = gptDiv; params = normalizeParams(params); } return params; } function init() { // We need the slots to have been rendered, otherwise the slot wrappers // might not have the correct dimensions and the rect for the // elements (left position) will be incorrect. window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || []; googletag.cmd.push(function() { googletag.pubads().addEventListener("slotRenderEnded", (event) => { if (event.isEmpty) { return; } const slotId = event.slot.getSlotElementId(); const params = getParamsBySlotId(slotId); if(params && Object.keys(params).length > 0) { toggleSticky(params); } }); }); } init(); } </script> <!-- Live Blog Incontent Ads --> </head> <body class="post-template-default single single-post postid-9004111230902768 single-format-standard wp-embed-responsive theme-bimber woocommerce-no-js g1-layout-stretched g1-hoverable g1-has-mobile-logo g1-sidebar-normal bimber-child-theme elementor-default elementor-kit-9004111231041037" itemscope="&quot;&quot;" itemtype="http://schema.org/WebPage" > <div class="g1-body-inner"> <div id="page"> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-normal g1-hb-row-a g1-hb-row-1 g1-hb-boxed g1-hb-sticky-off g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> <!-- BEGIN .g1-secondary-nav --> <nav id="g1-secondary-nav" class="g1-secondary-nav"><ul id="g1-secondary-nav-menu" class="g1-secondary-nav-menu g1-menu-h"><li id="menu-item-9004111231177951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-g1-standard menu-item-9004111231177951"><a href="https://americansongwriter.com/about-american-songwriter/">About</a></li> <li id="menu-item-157356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-g1-standard menu-item-157356"><a href="https://americansongwriter.com/advertising/">Advertising</a></li> <li id="menu-item-155645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-g1-standard menu-item-155645"><a href="https://americansongwriter.com/contact/">Contact</a></li> <li id="menu-item-358111" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-g1-standard menu-item-358111"><a href="https://americansongwriter.com/my-account">Sign In</a></li> <li id="menu-item-155657" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-g1-standard menu-item-155657"><a href="https://americansongwriter.com/offers/membership-offers-annual-pro/">Become a Member</a></li> <li id="menu-item-9004111231075563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-g1-standard menu-item-9004111231075563"><a rel="privacy-policy" href="https://americansongwriter.com/privacy-policy/">Privacy Policy</a></li> </ul></nav><!-- END .g1-secondary-nav --> </div> </div> <div class="g1-bin-2 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-center"> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> <ul id="g1-social-icons-1" class="g1-socials-items g1-socials-items-tpl-grid g1-socials-hb-list g1-socials-s "> <li class="g1-socials-item g1-socials-item-facebook"> <a class="g1-socials-item-link" href="https://www.facebook.com/AmericanSongwriterMagazine/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-facebook"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Facebook</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-twitter"> <a class="g1-socials-item-link" href="https://twitter.com/AmerSongwriter" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-twitter"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Twitter</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-instagram"> <a class="g1-socials-item-link" href="https://www.instagram.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-instagram"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">instagram</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-pinterest"> <a class="g1-socials-item-link" href="https://www.pinterest.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-pinterest"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">pinterest</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-youtube"> <a class="g1-socials-item-link" href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-youtube"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">youtube</span> </span> </a> </li> </ul> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> <div class="g1-sticky-top-wrapper g1-hb-row-2"> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-normal g1-hb-row-b g1-hb-row-2 g1-hb-boxed g1-hb-sticky-on g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> <div class="g1-id g1-id-desktop"> <p class="g1-mega g1-mega-1st site-title"> <a class="g1-logo-wrapper" href="https://americansongwriter.com/" rel="home"> <svg xmlns="http://www.w3.org/2000/svg" width="260" height="64" viewBox="0 0 600 257" version="1.1"><path d="M 88.171 13.258 C 84.964 14.295, 80.868 18.659, 68.702 34 L 64.340 39.500 47.420 39.196 C 38.114 39.029, 28.135 38.534, 25.245 38.097 C 19.780 37.269, 13 38.602, 13 40.503 C 13 41.061, 15.497 44.054, 18.549 47.155 C 30.963 59.768, 49.160 60.304, 63.589 48.481 C 66.649 45.973, 68.819 45, 71.349 45 L 74.862 45 72.524 50.746 C 71.238 53.907, 70.375 56.798, 70.607 57.172 C 71.364 58.399, 77.389 56.066, 79.869 53.586 C 81.204 52.251, 82.342 49.921, 82.398 48.407 C 82.492 45.876, 82.962 45.564, 88.291 44.501 C 92.354 43.690, 93.952 43.667, 93.646 44.423 C 89.377 54.995, 89.140 55.871, 90.297 56.802 C 92.458 58.540, 95.856 56.218, 98.351 51.297 C 99.689 48.659, 101.784 45.600, 103.005 44.500 L 105.227 42.500 103.526 46.500 C 99.291 56.463, 99.209 57, 101.918 57 C 105.312 57, 107.045 55.829, 108.386 52.629 C 109.825 49.195, 114.985 42.652, 115.694 43.361 C 115.939 43.606, 115.208 45.632, 114.070 47.863 C 111.486 52.927, 111.473 54.517, 113.997 56.285 C 115.520 57.352, 117.120 57.469, 120.747 56.775 C 123.361 56.275, 126.625 55.929, 128 56.005 C 129.375 56.081, 135.450 56.288, 141.500 56.465 C 147.550 56.642, 153.625 56.958, 155 57.167 C 156.375 57.376, 159.521 57.254, 161.992 56.895 C 164.463 56.537, 167.379 56.575, 168.473 56.979 C 169.567 57.384, 173.115 57.096, 176.357 56.340 C 180.711 55.324, 182.603 55.255, 183.593 56.077 C 184.330 56.689, 186.861 57.172, 189.217 57.149 C 204.730 57.001, 208.750 56.743, 210.740 55.769 C 212.536 54.890, 213.367 55.022, 214.927 56.434 C 215.998 57.403, 217.361 57.895, 217.957 57.527 C 218.553 57.158, 221.538 56.857, 224.592 56.857 C 230.762 56.857, 231.390 56.413, 236.061 48.750 C 239.859 42.519, 241.390 42.670, 238.711 49.011 C 236.741 53.674, 236.709 54.137, 238.248 55.677 C 241.143 58.572, 252.773 56.852, 251.734 53.682 C 251.520 53.032, 250.143 52.358, 248.673 52.184 C 245.365 51.792, 245.363 51.342, 248.651 44.638 C 250.110 41.665, 251.024 38.505, 250.683 37.616 C 249.967 35.749, 245.839 35.481, 242.807 37.103 C 241.246 37.939, 240.555 37.897, 239.959 36.934 C 239.376 35.991, 238.308 35.909, 235.836 36.616 C 232.899 37.456, 232.148 38.434, 229.558 44.785 C 226.890 51.327, 226.353 52, 223.808 52 C 222.263 52, 221 51.700, 221 51.333 C 221 50.966, 222.575 47.801, 224.500 44.299 C 226.425 40.797, 228 37.497, 228 36.966 C 228 35.503, 221.005 35.809, 215.229 37.525 C 209.044 39.361, 204.598 42.907, 201.936 48.126 C 199.959 52, 199.118 52.388, 193.500 52.011 C 187.780 51.627, 186.413 48.287, 190.073 43.635 C 191.212 42.186, 193.068 41, 194.195 41 C 195.876 41, 196.028 41.262, 195.036 42.456 C 193.683 44.087, 194.433 46, 196.424 46 C 198.886 46, 203 41.900, 203 39.446 C 203 36.285, 199.147 35.279, 193.165 36.878 C 185.821 38.843, 181.886 42.720, 179.595 50.250 C 179.271 51.316, 178.073 52, 176.531 52 C 175.139 52, 174 51.837, 174 51.638 C 174 51.439, 175.350 48.299, 177 44.660 C 180.648 36.615, 180.680 36, 177.452 36 C 174.088 36, 171.060 39.475, 168.031 46.807 C 165.570 52.767, 165.551 52.784, 161.531 52.642 C 158.976 52.552, 157.500 52.027, 157.500 51.208 C 157.500 50.497, 159.972 47.441, 162.993 44.417 C 167.460 39.944, 168.207 38.742, 166.993 37.974 C 166.172 37.455, 164.488 37.024, 163.250 37.015 C 161.672 37.005, 161 36.403, 161 35 C 161 32.760, 159.267 32.466, 155.684 34.098 C 152.694 35.460, 149.175 46, 151.711 46 C 152.622 46, 152.049 47.105, 150.154 49 C 147.667 51.487, 146.346 52, 142.427 52 L 137.700 52 141.814 49.020 C 146.850 45.371, 149.260 41.863, 148.827 38.808 C 148.457 36.196, 145.098 35.384, 139.228 36.485 C 134.671 37.340, 126 45.840, 126 49.452 C 126 51.612, 125.547 52, 123.025 52 C 120.256 52, 120.116 51.825, 121.010 49.474 C 121.538 48.084, 122.955 45.237, 124.158 43.146 C 125.396 40.995, 126.068 38.619, 125.704 37.672 C 124.914 35.612, 120.516 35.482, 116.820 37.410 C 114.523 38.609, 114.064 38.608, 113.602 37.404 C 112.994 35.821, 108.267 35.546, 106.026 36.963 C 105.092 37.554, 104.322 37.521, 103.922 36.875 C 102.890 35.204, 96.251 36.933, 95.707 39.014 C 95.306 40.546, 94.525 40.750, 90.864 40.283 C 88.464 39.976, 86.339 39.588, 86.142 39.421 C 85.945 39.254, 87.891 34.398, 90.465 28.630 C 96.872 14.275, 96.327 10.622, 88.171 13.258 M 78.500 31.297 C 71.396 40.299, 71.533 40, 74.506 40 C 76.765 40, 77.537 39.092, 80.122 33.392 C 81.769 29.758, 82.979 26.659, 82.809 26.506 C 82.639 26.353, 80.700 28.509, 78.500 31.297 M 175.485 29.048 C 174.193 33.117, 179.806 35.956, 181.866 32.276 C 183.235 29.829, 181.447 27, 178.532 27 C 176.994 27, 175.902 27.734, 175.485 29.048 M 412.153 36.750 C 411.649 37.712, 410.924 39.957, 410.541 41.739 C 409.579 46.222, 408.786 46.673, 401.500 46.875 C 399.025 46.944, 397 47.357, 397 47.793 C 397 48.230, 399.191 49.907, 401.868 51.521 L 406.736 54.455 404.868 59.884 C 403.841 62.870, 403 65.468, 403 65.657 C 403 66.707, 405.460 65.635, 409.367 62.881 L 413.793 59.761 418.467 62.977 C 421.037 64.746, 423.380 65.954, 423.672 65.661 C 423.965 65.369, 423.420 62.770, 422.462 59.887 L 420.721 54.644 423.111 52.746 C 424.425 51.702, 426.625 49.870, 428 48.674 L 430.500 46.500 423.919 46.208 L 417.339 45.916 415.618 40.458 C 414.672 37.456, 413.712 35, 413.484 35 C 413.257 35, 412.658 35.788, 412.153 36.750 M 136.022 44.204 C 134.951 45.966, 134.280 47.613, 134.531 47.864 C 135.132 48.465, 138.927 45.004, 140.128 42.761 C 141.892 39.465, 138.092 40.800, 136.022 44.204 M 212.326 43.484 C 209.702 45.322, 207.465 51, 209.365 51 C 210.539 51, 213.829 47.844, 216.922 43.750 C 218.069 42.233, 217.992 42, 216.345 42 C 215.300 42, 213.491 42.668, 212.326 43.484 M 28.832 46.595 C 32.364 49.069, 41.544 52.001, 45.725 51.991 C 49.035 51.982, 60 46.981, 60 45.480 C 60 45.216, 52.475 45, 43.277 45 C 27.686 45, 26.709 45.108, 28.832 46.595 M 445.898 48.211 C 445.842 48.920, 445.670 53.775, 445.515 59 C 445.360 64.225, 445.181 68.838, 445.117 69.250 C 445.053 69.662, 443.632 70, 441.961 70 L 438.922 70 439.211 78.750 C 439.412 84.844, 439.879 87.538, 440.750 87.625 C 441.438 87.694, 442.790 87.806, 443.755 87.875 C 445.402 87.992, 445.512 91.024, 445.550 137.250 C 445.589 185.125, 445.649 186.630, 447.694 191.149 C 450.955 198.353, 456.768 201.310, 468.701 201.832 L 478 202.239 478 192.665 L 478 183.091 471.250 182.796 L 464.500 182.500 464.500 135.082 L 464.500 87.664 471 87.582 L 477.500 87.500 477.788 78.797 L 478.077 70.093 471.288 69.797 L 464.500 69.500 464 58.500 L 463.500 47.500 454.750 47.211 C 448.166 46.994, 445.975 47.241, 445.898 48.211 M 165.209 69.984 C 163.399 70.413, 161.037 71.562, 159.959 72.537 C 158.070 74.246, 158 74.231, 158 72.117 C 158 69.998, 157.691 69.935, 148.750 70.212 L 139.500 70.500 139.500 136 L 139.500 201.500 148.500 201.500 L 157.500 201.500 158 144.515 L 158.500 87.529 162.750 87.647 C 165.088 87.712, 167.671 87.818, 168.492 87.882 C 169.792 87.985, 170.017 95.289, 170.242 144.750 L 170.500 201.500 179.500 201.500 L 188.500 201.500 188.758 144.535 C 189.048 80.591, 188.981 79.824, 182.530 74.161 C 179.251 71.281, 173.328 68.893, 170 69.108 C 169.175 69.161, 167.019 69.556, 165.209 69.984 M 219.123 69.959 C 214.349 71.147, 210.893 73.983, 208 79.089 L 205.500 83.500 205.500 135.500 L 205.500 187.500 207.770 191.749 C 211.213 198.194, 216.909 201.500, 224.572 201.500 C 229.091 201.500, 231.319 201.022, 232.724 199.750 C 233.787 198.788, 234.960 198, 235.329 198 C 235.698 198, 236 204.750, 236 213 L 236 228 230 228 L 224 228 224 219.962 L 224 211.925 214.750 212.212 L 205.500 212.500 205.593 223 C 205.701 235.288, 206.972 238.630, 213.078 242.671 C 216.609 245.007, 218.349 245.387, 227.301 245.779 C 233.554 246.053, 239.217 245.761, 241.940 245.024 C 247.437 243.534, 252.436 238.695, 253.891 233.453 C 254.646 230.736, 254.991 204.556, 254.994 149.750 L 255 70 245.500 70 C 237.651 70, 236 70.265, 236 71.526 C 236 72.887, 235.687 72.890, 233.105 71.554 C 229.311 69.592, 223.336 68.911, 219.123 69.959 M 384 70.168 C 382.075 70.712, 380.072 71.571, 379.550 72.078 C 378.135 73.452, 377 73.194, 377 71.500 C 377 70.278, 375.333 70, 367.993 70 L 358.986 70 359.243 135.750 L 359.500 201.500 368.242 201.789 L 376.984 202.078 377.242 144.844 L 377.500 87.611 385 87.555 L 392.500 87.500 392.788 78.250 L 393.075 69 390.288 69.090 C 388.754 69.140, 385.925 69.625, 384 70.168 M 582.578 70.103 C 580.421 70.618, 578.111 71.493, 577.445 72.046 C 576.596 72.750, 576.054 72.583, 575.634 71.488 C 575.138 70.196, 573.427 69.974, 565.767 70.212 L 556.500 70.500 556.464 135.287 C 556.444 170.920, 556.707 200.526, 557.048 201.078 C 557.412 201.666, 561.366 201.962, 566.585 201.791 L 575.500 201.500 576 144.510 L 576.500 87.520 582.500 87.424 C 585.800 87.371, 589.080 87.254, 589.789 87.164 C 590.755 87.041, 591.006 84.810, 590.789 78.250 C 590.465 68.431, 590.292 68.259, 582.578 70.103 M 19.450 71.407 C 15.812 72.991, 11.292 78.111, 10.250 81.827 C 8.993 86.307, 9.391 111.139, 10.783 115.087 C 11.971 118.456, 15.367 123.084, 32.500 144.678 L 39.500 153.500 39.822 168.250 L 40.144 183 34.105 183 L 28.066 183 27.783 171.750 L 27.500 160.500 18.500 160.500 L 9.500 160.500 9.500 173.500 C 9.500 188.249, 9.951 190.600, 13.619 194.959 C 18.269 200.485, 21.296 201.480, 33.500 201.490 C 43.059 201.499, 45.074 201.198, 48.883 199.197 C 57.943 194.435, 59.495 189.376, 58.801 166.849 C 58.239 148.590, 57.395 146.097, 47.864 134.555 C 27.632 110.054, 28.008 110.747, 28.004 98 L 28 87.500 33.250 87.647 C 36.137 87.729, 38.837 87.841, 39.250 87.897 C 39.663 87.954, 40 91.617, 40 96.038 L 40 104.075 49.250 103.788 L 58.500 103.500 58.496 94 C 58.494 88.775, 58.157 83.297, 57.747 81.827 C 56.658 77.928, 52.278 73.143, 48.258 71.463 C 43.686 69.553, 23.796 69.514, 19.450 71.407 M 80.874 72.865 C 72.713 78.041, 73 75.753, 73.002 135.651 C 73.003 195.910, 72.623 193.073, 81.422 198.477 C 86.120 201.363, 86.845 201.500, 97.422 201.500 C 107.372 201.500, 108.958 201.245, 113 199 C 116.154 197.248, 118.173 195.165, 119.750 192.038 C 121.997 187.581, 122 187.516, 122 135.500 C 122 83.483, 121.997 83.419, 119.750 78.966 C 116.063 71.662, 112.013 70.036, 97.446 70.016 C 85.883 70.001, 85.208 70.117, 80.874 72.865 M 268.742 70.750 C 268.391 71.451, 270.910 100.732, 272.377 113 C 272.738 116.025, 274.552 136.801, 276.408 159.169 C 278.263 181.537, 280.082 200.324, 280.450 200.919 C 281.251 202.216, 296.634 202.401, 297.424 201.123 C 297.722 200.641, 299.790 187.811, 302.020 172.611 C 305.612 148.119, 307.700 137.352, 307.956 142 C 308.052 143.759, 312.054 170.122, 314.925 187.914 C 316.026 194.741, 317.324 200.724, 317.809 201.209 C 318.293 201.693, 322.247 201.957, 326.595 201.795 L 334.500 201.500 335.685 187 C 336.337 179.025, 337.122 170.475, 337.428 168 C 337.919 164.047, 338.922 153.283, 340.504 135 C 340.765 131.975, 341.881 117.800, 342.983 103.500 C 344.084 89.200, 345.219 75.813, 345.505 73.750 L 346.024 70 336.512 70 C 327.204 70, 327 70.050, 327 72.341 C 327 77.669, 323.503 123.597, 322.991 125 C 322.891 125.275, 321.768 118.075, 320.497 109 C 317.091 84.682, 316.905 83.592, 315.986 82.484 C 315.174 81.505, 299.387 81.280, 298.433 82.233 C 298.177 82.490, 297.072 89.630, 295.978 98.100 C 294.884 106.570, 293.391 116.650, 292.661 120.500 L 291.333 127.500 290.562 114.008 C 290.139 106.587, 289.667 99.837, 289.514 99.008 C 289.361 98.179, 288.911 91.650, 288.514 84.500 C 288.117 77.350, 287.587 71.162, 287.337 70.750 C 287.087 70.338, 282.885 70, 278 70 C 273.115 70, 268.949 70.338, 268.742 70.750 M 405.459 71.250 C 405.197 71.938, 405.098 101.525, 405.241 137 L 405.500 201.500 414.500 201.500 L 423.500 201.500 423.757 135.750 L 424.014 70 414.976 70 C 408.666 70, 405.793 70.377, 405.459 71.250 M 500.500 71.573 C 495.864 73.984, 493.064 77.044, 491.930 80.940 C 491.254 83.260, 490.999 103.024, 491.197 137.677 C 491.494 189.797, 491.542 190.911, 493.589 193.677 C 497.238 198.609, 503.420 201.297, 512.292 201.811 C 522.804 202.419, 529.740 200.796, 534.240 196.675 C 538.957 192.353, 539.988 188.070, 539.994 172.750 L 540 160 531 160 C 526.050 160, 521.947 160.338, 521.881 160.750 C 521.816 161.162, 521.674 166.225, 521.565 172 L 521.368 182.500 515.184 182.798 L 509 183.095 509 160.548 L 509 138 524.557 138 L 540.114 138 539.807 109.750 C 539.457 77.515, 539.254 76.646, 531.080 72.324 C 527.209 70.277, 525.304 70.001, 515.093 70.006 C 506.547 70.011, 502.711 70.422, 500.500 71.573 M 92.737 87.812 C 91.117 88.124, 91 91.332, 91 135.573 L 91 183 97.500 183 L 104 183 104 135.500 C 104 109.375, 103.662 87.964, 103.250 87.920 C 100.241 87.598, 94.172 87.536, 92.737 87.812 M 225.679 87.823 C 224.135 88.121, 224 91.965, 224 135.573 L 224 183 230 183 L 236 183 236 135.250 L 236 87.500 231.679 87.500 C 229.302 87.500, 226.602 87.645, 225.679 87.823 M 511.250 87.792 C 509.025 88.135, 509 88.319, 509 104.070 L 509 120 515.266 120 L 521.532 120 521.508 104.576 C 521.496 96.093, 521.177 88.844, 520.801 88.468 C 520.007 87.674, 514.523 87.286, 511.250 87.792 M 301.440 215.296 C 301.166 216.009, 301.068 223.054, 301.221 230.952 C 301.469 243.740, 301.692 245.340, 303.250 245.567 C 304.807 245.795, 305.023 244.704, 305.209 235.662 L 305.419 225.500 305.744 235.156 C 306.001 242.762, 306.400 244.940, 307.625 245.410 C 310.490 246.509, 311 244.938, 311 235.023 C 311 223.466, 310.594 222, 307.393 222 C 305.268 222, 305 221.552, 305 218 C 305 215.075, 304.589 214, 303.469 214 C 302.626 214, 301.713 214.583, 301.440 215.296 M 413.933 215.581 C 412.861 216.872, 412.604 220.379, 412.816 230.799 C 412.967 238.245, 413.310 244.692, 413.578 245.125 C 413.845 245.558, 414.725 245.659, 415.532 245.349 C 416.678 244.909, 417 242.729, 417 235.393 C 417 227.710, 417.273 226, 418.500 226 C 419.325 226, 420 225.311, 420 224.469 C 420 223.626, 419.325 222.678, 418.500 222.362 C 416.504 221.596, 416.564 218, 418.573 218 C 420.927 218, 419.865 214.555, 417.402 214.202 C 416.260 214.038, 414.698 214.658, 413.933 215.581 M 551 216.500 C 551 218.333, 551.533 219, 553 219 C 554.467 219, 555 218.333, 555 216.500 C 555 214.667, 554.467 214, 553 214 C 551.533 214, 551 214.667, 551 216.500 M 283.080 220.289 C 282.451 221.943, 283.116 240.660, 283.949 244.750 C 283.977 244.887, 285.350 245, 287 245 C 289.333 245, 290 244.556, 290 243 C 290 241.900, 289.550 241, 289 241 C 288.422 241, 288 237.833, 288 233.500 C 288 229.167, 288.422 226, 289 226 C 289.550 226, 290 225.100, 290 224 C 290 222.900, 289.550 222, 289 222 C 288.450 222, 288 221.100, 288 220 C 288 217.141, 284.192 217.365, 283.080 220.289 M 430.852 220.250 C 430.576 224.430, 431.136 241.488, 431.603 243.142 C 432.096 244.889, 434.681 245.950, 436.750 245.254 C 438.230 244.756, 438.451 241, 437 241 C 436.422 241, 436 237.833, 436 233.500 C 436 229.167, 436.422 226, 437 226 C 437.550 226, 438 225.100, 438 224 C 438 222.900, 437.602 222, 437.117 222 C 436.631 222, 435.998 221.100, 435.710 220 C 434.957 217.121, 431.045 217.322, 430.852 220.250 M 322.191 223.694 C 321.674 224.687, 321.175 229.100, 321.081 233.500 C 320.879 242.990, 322.066 245.359, 326.954 245.220 C 330.974 245.106, 331.153 244.927, 331.345 240.822 C 331.471 238.115, 331.098 237.443, 329.327 237.191 C 327.727 236.963, 327.038 237.490, 326.714 239.191 C 326.381 240.933, 326.239 240.702, 326.136 238.250 C 326.018 235.420, 326.321 235, 328.481 235 C 331.536 235, 332.706 231.428, 331.393 226.113 C 330.590 222.865, 330.127 222.469, 326.815 222.194 C 324.069 221.965, 322.892 222.347, 322.191 223.694 M 356.940 224.112 C 355.769 226.299, 355.942 243.279, 357.147 244.482 C 358.389 245.721, 364.197 245.299, 365.080 243.905 C 365.569 243.132, 365.976 241.210, 365.985 239.633 C 365.998 237.112, 365.699 236.824, 363.500 237.245 C 361.119 237.700, 361 237.498, 361 233 C 361 228.502, 361.119 228.300, 363.500 228.755 C 365.504 229.138, 366 228.830, 366 227.198 C 366 223.265, 364.887 222, 361.428 222 C 359.034 222, 357.746 222.606, 356.940 224.112 M 373.667 222.667 C 373.300 223.033, 373 228.156, 373 234.050 C 373 243.819, 373.172 244.812, 374.942 245.275 C 376.010 245.554, 377.135 245.531, 377.442 245.225 C 377.749 244.918, 378 240.467, 378 235.333 C 378 227.704, 378.274 226, 379.500 226 C 380.333 226, 381 225.111, 381 224 C 381 222.400, 380.333 222, 377.667 222 C 375.833 222, 374.033 222.300, 373.667 222.667 M 393.246 223.154 C 391.483 224.917, 391.701 227.948, 393.645 228.694 C 394.652 229.080, 395.815 228.606, 396.645 227.471 C 397.942 225.698, 398 225.709, 398 227.741 C 398 229.069, 397.157 230.128, 395.750 230.567 C 392.647 231.536, 392.033 232.778, 392.015 238.128 C 391.998 243.412, 393.072 244.675, 398 245.157 L 401.500 245.500 401.500 234 L 401.500 222.500 397.996 222.204 C 396.068 222.042, 393.931 222.469, 393.246 223.154 M 484 233.383 C 484 243.926, 484.148 244.805, 486 245.290 C 487.893 245.785, 488.011 245.272, 488.209 235.656 L 488.419 225.500 488.746 235.250 L 489.072 245 494.036 245 L 499 245 499 235.082 C 499 229.627, 498.727 224.452, 498.393 223.582 C 497.921 222.351, 496.256 222, 490.893 222 L 484 222 484 233.383 M 511.217 233.235 L 511.500 244.469 515.242 245.076 C 517.300 245.410, 519.213 245.454, 519.492 245.175 C 519.771 244.895, 520 239.567, 520 233.333 C 520 222.831, 519.859 222, 518.083 222 C 517.029 222, 515.940 222.563, 515.662 223.250 C 515.259 224.250, 515.142 224.250, 515.079 223.250 C 515.036 222.563, 514.085 222, 512.967 222 C 511.027 222, 510.947 222.514, 511.217 233.235 M 532.667 222.667 C 531.074 224.260, 532.128 230.724, 534.565 234.311 C 535.976 236.387, 536.928 238.854, 536.681 239.793 C 536.357 241.026, 536.200 240.875, 536.116 239.250 C 536.035 237.682, 535.375 237, 533.940 237 C 532.170 237, 531.923 237.530, 532.190 240.750 C 532.482 244.283, 532.713 244.518, 536.185 244.806 C 538.930 245.035, 540.110 244.652, 540.814 243.306 C 542.276 240.509, 541.371 236.143, 538.455 231.936 C 536.994 229.828, 536.034 227.517, 536.321 226.801 C 536.657 225.963, 536.870 226.122, 536.921 227.250 C 537.020 229.447, 540.561 229.587, 541.389 227.428 C 542.476 224.597, 540.199 222, 536.631 222 C 534.818 222, 533.033 222.300, 532.667 222.667 M 551 233.333 C 551 239.567, 551.269 244.936, 551.598 245.264 C 551.927 245.593, 552.827 245.620, 553.598 245.324 C 554.687 244.906, 555 242.245, 555 233.393 C 555 222.667, 554.883 222, 553 222 C 551.118 222, 551 222.667, 551 233.333 M 565.430 223.321 C 565.151 224.048, 565.053 229.060, 565.212 234.459 C 565.474 243.391, 565.690 244.346, 567.605 245.052 C 570.984 246.298, 574.500 243.968, 574.500 240.484 C 574.500 236.696, 571.417 235.788, 570.059 239.176 C 569.364 240.909, 569.118 239.464, 569.094 233.500 C 569.069 227.600, 569.328 225.959, 570.080 227.250 C 572.354 231.153, 576.186 228.085, 574.042 224.078 C 572.753 221.670, 566.282 221.101, 565.430 223.321 M 463.212 224.188 C 461.368 226.032, 461.570 240, 463.441 240 C 465.568 240, 465.835 239.128, 466.183 231.042 C 466.501 223.657, 465.667 221.733, 463.212 224.188 M 455.703 227.761 C 454.186 228.102, 453.952 229.051, 454.203 233.832 C 454.481 239.132, 454.662 239.500, 457 239.500 C 459.300 239.500, 459.524 239.093, 459.797 234.411 C 460.113 228.990, 458.913 227.040, 455.703 227.761" stroke="none" fill="#fffcfc" fill-rule="evenodd"/><path d="" stroke="none" fill="#fcfcfc" fill-rule="evenodd"/></svg> </a> </p> <script> try { if ( localStorage.getItem(skinItemId ) ) { var _g1; _g1 = document.getElementById('g1-logo-inverted-img'); _g1.classList.remove('lazyload'); _g1.setAttribute('src', _g1.getAttribute('data-src') ); _g1 = document.getElementById('g1-logo-inverted-source'); _g1.setAttribute('srcset', _g1.getAttribute('data-srcset')); } } catch(e) {} </script> </div> </div> </div> <div class="g1-bin-2 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-center"> <!-- BEGIN .g1-primary-nav --> <nav id="g1-primary-nav" class="g1-primary-nav"><ul id="g1-primary-nav-menu" class="g1-primary-nav-menu g1-menu-h"><li id="menu-item-155717" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-g1-standard menu-item-155717"><a href="https://americansongwriter.com/features/">Features</a> <ul class="sub-menu"> <li id="menu-item-357996" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-357996"><a href="https://americansongwriter.com/features/behind-the-song/">Behind The Song</a></li> <li id="menu-item-9004111222060591" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9004111222060591"><a href="https://americansongwriter.com/features/digital-exclusives/">Digital Cover Exclusives</a></li> <li id="menu-item-155695" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-155695"><a href="https://americansongwriter.com/features/interviews/">Interviews</a></li> <li id="menu-item-155718" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155718"><a href="https://americansongwriter.com/features/thelist/">The List</a></li> <li id="menu-item-155723" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155723"><a href="https://americansongwriter.com/gear/">Gear</a></li> <li id="menu-item-155692" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-155692"><a href="https://americansongwriter.com/reviews/">Reviews</a> <ul class="sub-menu"> <li id="menu-item-155724" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155724"><a href="https://americansongwriter.com/reviews/album-reviews/">Album Reviews</a></li> </ul> </li> <li id="menu-item-9004111231011900" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9004111231011900"><a href="https://americansongwriter.com/sign-up-for-the-daily-co-write/">Subscribe to Newsletter</a> <ul class="sub-menu"> <li id="menu-item-9004111231011902" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231011902"><a href="https://americansongwriter.com/sign-up-for-the-daily-co-write/">Sign up for The Daily Co-Write</a></li> <li id="menu-item-9004111231011903" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231011903"><a href="https://americansongwriter.com/sign-up-for-the-sunday-soundbite/">Sign up for the Sunday Soundbite</a></li> <li id="menu-item-9004111231014611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231014611"><a href="https://americansongwriter.com/sign-up-for-in-the-round/">Sign Up for In The Round</a></li> </ul> </li> </ul> </li> <li id="menu-item-157229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-g1-standard menu-item-157229"><a href="https://americansongwriter.com/news/">Latest News</a></li> <li id="menu-item-476119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-g1-standard menu-item-476119"><a href="https://americansongwriter.com/contests-new/">Contests</a> <ul class="sub-menu"> <li id="menu-item-9004111231373744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9004111231373744"><a href="https://americansongwriter.com/road-ready-talent-contest/">Road Ready Talent Contest</a> <ul class="sub-menu"> <li id="menu-item-9004111231373746" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231373746"><a href="https://americansongwriter.com/road-ready-talent-contest/">Enter Road Ready</a></li> <li id="menu-item-9004111231373745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231373745"><a href="https://americansongwriter.com/road-ready-terms-and-conditions/">Road Ready Rules and Deadlines</a></li> </ul> </li> <li id="menu-item-9004111230920061" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9004111230920061"><a href="https://americansongwriter.com/song-contest/">Song Contest</a> <ul class="sub-menu"> <li id="menu-item-9004111230920063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230920063"><a href="https://americansongwriter.com/song-contest/">Enter Song Contest</a></li> <li id="menu-item-9004111231086600" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231086600"><a href="https://americansongwriter.com/contests/song-contests/song-contest-winners/">Song Contest Winners</a></li> <li id="menu-item-9004111230966597" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230966597"><a href="https://americansongwriter.com/song-contest-terms-and-conditions/">Rules and Deadlines</a></li> <li id="menu-item-9004111231068331" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231068331"><a href="https://americansongwriter.com/introducing-american-songwriters-2023-song-contest-judges-panel/">Meet the Judges</a></li> </ul> </li> <li id="menu-item-339064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-339064"><a href="https://americansongwriter.com/lyric-contest/">Lyric Contest</a> <ul class="sub-menu"> <li id="menu-item-455872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-455872"><a href="https://americansongwriter.com/lyric-contest/">Enter Lyric Contest</a></li> <li id="menu-item-455869" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455869"><a href="https://americansongwriter.com/contests/lyric-contests/contest-winners/">Lyric Contest Bi-Monthly Winners</a></li> <li id="menu-item-9004111225026024" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9004111225026024"><a href="https://americansongwriter.com/contests/lyric-contests/lyric-contest-grand-prize-winners/">Lyric Contest Grand Prize Winners</a></li> <li id="menu-item-455870" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455870"><a href="https://americansongwriter.com/contests/lyric-contests/success-stories/">Lyric Contest Success Stories</a></li> <li id="menu-item-455871" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455871"><a href="https://americansongwriter.com/contests/lyric-contests/winners-qa/">Lyric Contest Winners Q&amp;A</a></li> <li id="menu-item-9004111231100112" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231100112"><a href="/introducing-the-2024-american-songwriter-lyric-contest-judges/">2024 Lyric Contest Judges</a></li> <li id="menu-item-9004111230967319" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230967319"><a href="https://americansongwriter.com/lyric-contest-terms-and-conditions-2023/">Rules and Deadlines</a></li> </ul> </li> </ul> </li> <li id="menu-item-9004111230927071" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-g1-standard menu-item-9004111230927071"><a href="https://americansongwriter.com/song-contest/">Song Contest</a></li> <li id="menu-item-270060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-g1-standard menu-item-270060"><a href="https://americansongwriter.com/offers/membership-offers/">Membership</a> <ul class="sub-menu"> <li id="menu-item-393924" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-393924"><a href="http://members.americansongwriter.com">Access Membership Hub</a></li> <li id="menu-item-352125" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352125"><a href="https://americansongwriter.com/membership/">Become a Member</a></li> <li id="menu-item-352134" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352134"><a href="https://americansongwriter.com/my-account">Manage My Membership</a></li> </ul> </li> <li id="menu-item-408537" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-g1-standard menu-item-408537"><a href="https://shop.americansongwriter.com/?utm_source=website+&#038;utm_medium=nav_bar&#038;utm_campaign=nav+bar">Shop</a></li> <li id="menu-item-9004111230994889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-g1-standard menu-item-9004111230994889"><a href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg">Watch</a> <ul class="sub-menu"> <li id="menu-item-9004111230994888" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230994888"><a href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg">Watch on YouTube</a></li> </ul> </li> </ul></nav><!-- END .g1-primary-nav --> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> <div class="g1-drop g1-drop-with-anim g1-drop-before g1-drop-the-search g1-drop-m g1-drop-icon "> <a class="g1-drop-toggle" href="https://americansongwriter.com/?s="> <span class="g1-drop-toggle-icon"></span><span class="g1-drop-toggle-text">Search</span> <span class="g1-drop-toggle-arrow"></span> </a> <div class="g1-drop-content"> <div role="search" class="search-form-wrapper"> <form method="get" class="g1-searchform-tpl-default g1-searchform-ajax search-form" action="https://americansongwriter.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <button class="search-submit">Search</button> </form> <div class="g1-searches g1-searches-ajax"></div> </div> </div> </div> <nav class="g1-drop g1-drop-with-anim g1-drop-before g1-drop-the-user g1-drop-m g1-drop-icon "> <a class="g1-drop-toggle snax-login-required" href="https://americansongwriter.com/wp-login.php"> <span class="g1-drop-toggle-icon"></span><span class="g1-drop-toggle-text">Login</span> <span class="g1-drop-toggle-arrow"></span> </a> </nav> <div class="g1-drop g1-drop-with-anim g1-drop-before g1-drop-the-cart g1-drop-m g1-drop-icon "> <a class="g1-drop-toggle" href="https://americansongwriter.com/cart/"> <span class="g1-drop-toggle-icon"></span><span class="g1-drop-toggle-text">Cart</span> <span class="g1-drop-toggle-badge g1-drop-toggle-badge-hidden">0</span> <span class="g1-drop-toggle-arrow"></span> </a> <div class="g1-drop-content"> <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div> </div> </div> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> </div> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-normal g1-hb-row-c g1-hb-row-3 g1-hb-boxed g1-hb-sticky-off g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> </div> </div> <div class="g1-bin-2 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-center"> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> <div class="g1-sticky-top-wrapper g1-hb-row-1"> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-mobile g1-hb-row-a g1-hb-row-1 g1-hb-boxed g1-hb-sticky-on g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> </div> </div> <div class="g1-bin-2 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-center"> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> </div> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-mobile g1-hb-row-b g1-hb-row-2 g1-hb-boxed g1-hb-sticky-off g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> <a class="g1-hamburger g1-hamburger-show g1-hamburger-m " href="#"> <span class="g1-hamburger-icon"></span> <span class="g1-hamburger-label g1-hamburger-label-hidden ">Menu</span> </a> </div> </div> <div class="g1-bin-2 g1-bin-grow-on"> <div class="g1-bin g1-bin-align-center"> <div class="g1-id g1-id-mobile"> <p class="g1-mega g1-mega-1st site-title"> <a class="g1-logo-wrapper" href="https://americansongwriter.com/" rel="home"> <svg xmlns="http://www.w3.org/2000/svg" width="260" height="64" viewBox="0 0 600 257" version="1.1"><path d="M 88.171 13.258 C 84.964 14.295, 80.868 18.659, 68.702 34 L 64.340 39.500 47.420 39.196 C 38.114 39.029, 28.135 38.534, 25.245 38.097 C 19.780 37.269, 13 38.602, 13 40.503 C 13 41.061, 15.497 44.054, 18.549 47.155 C 30.963 59.768, 49.160 60.304, 63.589 48.481 C 66.649 45.973, 68.819 45, 71.349 45 L 74.862 45 72.524 50.746 C 71.238 53.907, 70.375 56.798, 70.607 57.172 C 71.364 58.399, 77.389 56.066, 79.869 53.586 C 81.204 52.251, 82.342 49.921, 82.398 48.407 C 82.492 45.876, 82.962 45.564, 88.291 44.501 C 92.354 43.690, 93.952 43.667, 93.646 44.423 C 89.377 54.995, 89.140 55.871, 90.297 56.802 C 92.458 58.540, 95.856 56.218, 98.351 51.297 C 99.689 48.659, 101.784 45.600, 103.005 44.500 L 105.227 42.500 103.526 46.500 C 99.291 56.463, 99.209 57, 101.918 57 C 105.312 57, 107.045 55.829, 108.386 52.629 C 109.825 49.195, 114.985 42.652, 115.694 43.361 C 115.939 43.606, 115.208 45.632, 114.070 47.863 C 111.486 52.927, 111.473 54.517, 113.997 56.285 C 115.520 57.352, 117.120 57.469, 120.747 56.775 C 123.361 56.275, 126.625 55.929, 128 56.005 C 129.375 56.081, 135.450 56.288, 141.500 56.465 C 147.550 56.642, 153.625 56.958, 155 57.167 C 156.375 57.376, 159.521 57.254, 161.992 56.895 C 164.463 56.537, 167.379 56.575, 168.473 56.979 C 169.567 57.384, 173.115 57.096, 176.357 56.340 C 180.711 55.324, 182.603 55.255, 183.593 56.077 C 184.330 56.689, 186.861 57.172, 189.217 57.149 C 204.730 57.001, 208.750 56.743, 210.740 55.769 C 212.536 54.890, 213.367 55.022, 214.927 56.434 C 215.998 57.403, 217.361 57.895, 217.957 57.527 C 218.553 57.158, 221.538 56.857, 224.592 56.857 C 230.762 56.857, 231.390 56.413, 236.061 48.750 C 239.859 42.519, 241.390 42.670, 238.711 49.011 C 236.741 53.674, 236.709 54.137, 238.248 55.677 C 241.143 58.572, 252.773 56.852, 251.734 53.682 C 251.520 53.032, 250.143 52.358, 248.673 52.184 C 245.365 51.792, 245.363 51.342, 248.651 44.638 C 250.110 41.665, 251.024 38.505, 250.683 37.616 C 249.967 35.749, 245.839 35.481, 242.807 37.103 C 241.246 37.939, 240.555 37.897, 239.959 36.934 C 239.376 35.991, 238.308 35.909, 235.836 36.616 C 232.899 37.456, 232.148 38.434, 229.558 44.785 C 226.890 51.327, 226.353 52, 223.808 52 C 222.263 52, 221 51.700, 221 51.333 C 221 50.966, 222.575 47.801, 224.500 44.299 C 226.425 40.797, 228 37.497, 228 36.966 C 228 35.503, 221.005 35.809, 215.229 37.525 C 209.044 39.361, 204.598 42.907, 201.936 48.126 C 199.959 52, 199.118 52.388, 193.500 52.011 C 187.780 51.627, 186.413 48.287, 190.073 43.635 C 191.212 42.186, 193.068 41, 194.195 41 C 195.876 41, 196.028 41.262, 195.036 42.456 C 193.683 44.087, 194.433 46, 196.424 46 C 198.886 46, 203 41.900, 203 39.446 C 203 36.285, 199.147 35.279, 193.165 36.878 C 185.821 38.843, 181.886 42.720, 179.595 50.250 C 179.271 51.316, 178.073 52, 176.531 52 C 175.139 52, 174 51.837, 174 51.638 C 174 51.439, 175.350 48.299, 177 44.660 C 180.648 36.615, 180.680 36, 177.452 36 C 174.088 36, 171.060 39.475, 168.031 46.807 C 165.570 52.767, 165.551 52.784, 161.531 52.642 C 158.976 52.552, 157.500 52.027, 157.500 51.208 C 157.500 50.497, 159.972 47.441, 162.993 44.417 C 167.460 39.944, 168.207 38.742, 166.993 37.974 C 166.172 37.455, 164.488 37.024, 163.250 37.015 C 161.672 37.005, 161 36.403, 161 35 C 161 32.760, 159.267 32.466, 155.684 34.098 C 152.694 35.460, 149.175 46, 151.711 46 C 152.622 46, 152.049 47.105, 150.154 49 C 147.667 51.487, 146.346 52, 142.427 52 L 137.700 52 141.814 49.020 C 146.850 45.371, 149.260 41.863, 148.827 38.808 C 148.457 36.196, 145.098 35.384, 139.228 36.485 C 134.671 37.340, 126 45.840, 126 49.452 C 126 51.612, 125.547 52, 123.025 52 C 120.256 52, 120.116 51.825, 121.010 49.474 C 121.538 48.084, 122.955 45.237, 124.158 43.146 C 125.396 40.995, 126.068 38.619, 125.704 37.672 C 124.914 35.612, 120.516 35.482, 116.820 37.410 C 114.523 38.609, 114.064 38.608, 113.602 37.404 C 112.994 35.821, 108.267 35.546, 106.026 36.963 C 105.092 37.554, 104.322 37.521, 103.922 36.875 C 102.890 35.204, 96.251 36.933, 95.707 39.014 C 95.306 40.546, 94.525 40.750, 90.864 40.283 C 88.464 39.976, 86.339 39.588, 86.142 39.421 C 85.945 39.254, 87.891 34.398, 90.465 28.630 C 96.872 14.275, 96.327 10.622, 88.171 13.258 M 78.500 31.297 C 71.396 40.299, 71.533 40, 74.506 40 C 76.765 40, 77.537 39.092, 80.122 33.392 C 81.769 29.758, 82.979 26.659, 82.809 26.506 C 82.639 26.353, 80.700 28.509, 78.500 31.297 M 175.485 29.048 C 174.193 33.117, 179.806 35.956, 181.866 32.276 C 183.235 29.829, 181.447 27, 178.532 27 C 176.994 27, 175.902 27.734, 175.485 29.048 M 412.153 36.750 C 411.649 37.712, 410.924 39.957, 410.541 41.739 C 409.579 46.222, 408.786 46.673, 401.500 46.875 C 399.025 46.944, 397 47.357, 397 47.793 C 397 48.230, 399.191 49.907, 401.868 51.521 L 406.736 54.455 404.868 59.884 C 403.841 62.870, 403 65.468, 403 65.657 C 403 66.707, 405.460 65.635, 409.367 62.881 L 413.793 59.761 418.467 62.977 C 421.037 64.746, 423.380 65.954, 423.672 65.661 C 423.965 65.369, 423.420 62.770, 422.462 59.887 L 420.721 54.644 423.111 52.746 C 424.425 51.702, 426.625 49.870, 428 48.674 L 430.500 46.500 423.919 46.208 L 417.339 45.916 415.618 40.458 C 414.672 37.456, 413.712 35, 413.484 35 C 413.257 35, 412.658 35.788, 412.153 36.750 M 136.022 44.204 C 134.951 45.966, 134.280 47.613, 134.531 47.864 C 135.132 48.465, 138.927 45.004, 140.128 42.761 C 141.892 39.465, 138.092 40.800, 136.022 44.204 M 212.326 43.484 C 209.702 45.322, 207.465 51, 209.365 51 C 210.539 51, 213.829 47.844, 216.922 43.750 C 218.069 42.233, 217.992 42, 216.345 42 C 215.300 42, 213.491 42.668, 212.326 43.484 M 28.832 46.595 C 32.364 49.069, 41.544 52.001, 45.725 51.991 C 49.035 51.982, 60 46.981, 60 45.480 C 60 45.216, 52.475 45, 43.277 45 C 27.686 45, 26.709 45.108, 28.832 46.595 M 445.898 48.211 C 445.842 48.920, 445.670 53.775, 445.515 59 C 445.360 64.225, 445.181 68.838, 445.117 69.250 C 445.053 69.662, 443.632 70, 441.961 70 L 438.922 70 439.211 78.750 C 439.412 84.844, 439.879 87.538, 440.750 87.625 C 441.438 87.694, 442.790 87.806, 443.755 87.875 C 445.402 87.992, 445.512 91.024, 445.550 137.250 C 445.589 185.125, 445.649 186.630, 447.694 191.149 C 450.955 198.353, 456.768 201.310, 468.701 201.832 L 478 202.239 478 192.665 L 478 183.091 471.250 182.796 L 464.500 182.500 464.500 135.082 L 464.500 87.664 471 87.582 L 477.500 87.500 477.788 78.797 L 478.077 70.093 471.288 69.797 L 464.500 69.500 464 58.500 L 463.500 47.500 454.750 47.211 C 448.166 46.994, 445.975 47.241, 445.898 48.211 M 165.209 69.984 C 163.399 70.413, 161.037 71.562, 159.959 72.537 C 158.070 74.246, 158 74.231, 158 72.117 C 158 69.998, 157.691 69.935, 148.750 70.212 L 139.500 70.500 139.500 136 L 139.500 201.500 148.500 201.500 L 157.500 201.500 158 144.515 L 158.500 87.529 162.750 87.647 C 165.088 87.712, 167.671 87.818, 168.492 87.882 C 169.792 87.985, 170.017 95.289, 170.242 144.750 L 170.500 201.500 179.500 201.500 L 188.500 201.500 188.758 144.535 C 189.048 80.591, 188.981 79.824, 182.530 74.161 C 179.251 71.281, 173.328 68.893, 170 69.108 C 169.175 69.161, 167.019 69.556, 165.209 69.984 M 219.123 69.959 C 214.349 71.147, 210.893 73.983, 208 79.089 L 205.500 83.500 205.500 135.500 L 205.500 187.500 207.770 191.749 C 211.213 198.194, 216.909 201.500, 224.572 201.500 C 229.091 201.500, 231.319 201.022, 232.724 199.750 C 233.787 198.788, 234.960 198, 235.329 198 C 235.698 198, 236 204.750, 236 213 L 236 228 230 228 L 224 228 224 219.962 L 224 211.925 214.750 212.212 L 205.500 212.500 205.593 223 C 205.701 235.288, 206.972 238.630, 213.078 242.671 C 216.609 245.007, 218.349 245.387, 227.301 245.779 C 233.554 246.053, 239.217 245.761, 241.940 245.024 C 247.437 243.534, 252.436 238.695, 253.891 233.453 C 254.646 230.736, 254.991 204.556, 254.994 149.750 L 255 70 245.500 70 C 237.651 70, 236 70.265, 236 71.526 C 236 72.887, 235.687 72.890, 233.105 71.554 C 229.311 69.592, 223.336 68.911, 219.123 69.959 M 384 70.168 C 382.075 70.712, 380.072 71.571, 379.550 72.078 C 378.135 73.452, 377 73.194, 377 71.500 C 377 70.278, 375.333 70, 367.993 70 L 358.986 70 359.243 135.750 L 359.500 201.500 368.242 201.789 L 376.984 202.078 377.242 144.844 L 377.500 87.611 385 87.555 L 392.500 87.500 392.788 78.250 L 393.075 69 390.288 69.090 C 388.754 69.140, 385.925 69.625, 384 70.168 M 582.578 70.103 C 580.421 70.618, 578.111 71.493, 577.445 72.046 C 576.596 72.750, 576.054 72.583, 575.634 71.488 C 575.138 70.196, 573.427 69.974, 565.767 70.212 L 556.500 70.500 556.464 135.287 C 556.444 170.920, 556.707 200.526, 557.048 201.078 C 557.412 201.666, 561.366 201.962, 566.585 201.791 L 575.500 201.500 576 144.510 L 576.500 87.520 582.500 87.424 C 585.800 87.371, 589.080 87.254, 589.789 87.164 C 590.755 87.041, 591.006 84.810, 590.789 78.250 C 590.465 68.431, 590.292 68.259, 582.578 70.103 M 19.450 71.407 C 15.812 72.991, 11.292 78.111, 10.250 81.827 C 8.993 86.307, 9.391 111.139, 10.783 115.087 C 11.971 118.456, 15.367 123.084, 32.500 144.678 L 39.500 153.500 39.822 168.250 L 40.144 183 34.105 183 L 28.066 183 27.783 171.750 L 27.500 160.500 18.500 160.500 L 9.500 160.500 9.500 173.500 C 9.500 188.249, 9.951 190.600, 13.619 194.959 C 18.269 200.485, 21.296 201.480, 33.500 201.490 C 43.059 201.499, 45.074 201.198, 48.883 199.197 C 57.943 194.435, 59.495 189.376, 58.801 166.849 C 58.239 148.590, 57.395 146.097, 47.864 134.555 C 27.632 110.054, 28.008 110.747, 28.004 98 L 28 87.500 33.250 87.647 C 36.137 87.729, 38.837 87.841, 39.250 87.897 C 39.663 87.954, 40 91.617, 40 96.038 L 40 104.075 49.250 103.788 L 58.500 103.500 58.496 94 C 58.494 88.775, 58.157 83.297, 57.747 81.827 C 56.658 77.928, 52.278 73.143, 48.258 71.463 C 43.686 69.553, 23.796 69.514, 19.450 71.407 M 80.874 72.865 C 72.713 78.041, 73 75.753, 73.002 135.651 C 73.003 195.910, 72.623 193.073, 81.422 198.477 C 86.120 201.363, 86.845 201.500, 97.422 201.500 C 107.372 201.500, 108.958 201.245, 113 199 C 116.154 197.248, 118.173 195.165, 119.750 192.038 C 121.997 187.581, 122 187.516, 122 135.500 C 122 83.483, 121.997 83.419, 119.750 78.966 C 116.063 71.662, 112.013 70.036, 97.446 70.016 C 85.883 70.001, 85.208 70.117, 80.874 72.865 M 268.742 70.750 C 268.391 71.451, 270.910 100.732, 272.377 113 C 272.738 116.025, 274.552 136.801, 276.408 159.169 C 278.263 181.537, 280.082 200.324, 280.450 200.919 C 281.251 202.216, 296.634 202.401, 297.424 201.123 C 297.722 200.641, 299.790 187.811, 302.020 172.611 C 305.612 148.119, 307.700 137.352, 307.956 142 C 308.052 143.759, 312.054 170.122, 314.925 187.914 C 316.026 194.741, 317.324 200.724, 317.809 201.209 C 318.293 201.693, 322.247 201.957, 326.595 201.795 L 334.500 201.500 335.685 187 C 336.337 179.025, 337.122 170.475, 337.428 168 C 337.919 164.047, 338.922 153.283, 340.504 135 C 340.765 131.975, 341.881 117.800, 342.983 103.500 C 344.084 89.200, 345.219 75.813, 345.505 73.750 L 346.024 70 336.512 70 C 327.204 70, 327 70.050, 327 72.341 C 327 77.669, 323.503 123.597, 322.991 125 C 322.891 125.275, 321.768 118.075, 320.497 109 C 317.091 84.682, 316.905 83.592, 315.986 82.484 C 315.174 81.505, 299.387 81.280, 298.433 82.233 C 298.177 82.490, 297.072 89.630, 295.978 98.100 C 294.884 106.570, 293.391 116.650, 292.661 120.500 L 291.333 127.500 290.562 114.008 C 290.139 106.587, 289.667 99.837, 289.514 99.008 C 289.361 98.179, 288.911 91.650, 288.514 84.500 C 288.117 77.350, 287.587 71.162, 287.337 70.750 C 287.087 70.338, 282.885 70, 278 70 C 273.115 70, 268.949 70.338, 268.742 70.750 M 405.459 71.250 C 405.197 71.938, 405.098 101.525, 405.241 137 L 405.500 201.500 414.500 201.500 L 423.500 201.500 423.757 135.750 L 424.014 70 414.976 70 C 408.666 70, 405.793 70.377, 405.459 71.250 M 500.500 71.573 C 495.864 73.984, 493.064 77.044, 491.930 80.940 C 491.254 83.260, 490.999 103.024, 491.197 137.677 C 491.494 189.797, 491.542 190.911, 493.589 193.677 C 497.238 198.609, 503.420 201.297, 512.292 201.811 C 522.804 202.419, 529.740 200.796, 534.240 196.675 C 538.957 192.353, 539.988 188.070, 539.994 172.750 L 540 160 531 160 C 526.050 160, 521.947 160.338, 521.881 160.750 C 521.816 161.162, 521.674 166.225, 521.565 172 L 521.368 182.500 515.184 182.798 L 509 183.095 509 160.548 L 509 138 524.557 138 L 540.114 138 539.807 109.750 C 539.457 77.515, 539.254 76.646, 531.080 72.324 C 527.209 70.277, 525.304 70.001, 515.093 70.006 C 506.547 70.011, 502.711 70.422, 500.500 71.573 M 92.737 87.812 C 91.117 88.124, 91 91.332, 91 135.573 L 91 183 97.500 183 L 104 183 104 135.500 C 104 109.375, 103.662 87.964, 103.250 87.920 C 100.241 87.598, 94.172 87.536, 92.737 87.812 M 225.679 87.823 C 224.135 88.121, 224 91.965, 224 135.573 L 224 183 230 183 L 236 183 236 135.250 L 236 87.500 231.679 87.500 C 229.302 87.500, 226.602 87.645, 225.679 87.823 M 511.250 87.792 C 509.025 88.135, 509 88.319, 509 104.070 L 509 120 515.266 120 L 521.532 120 521.508 104.576 C 521.496 96.093, 521.177 88.844, 520.801 88.468 C 520.007 87.674, 514.523 87.286, 511.250 87.792 M 301.440 215.296 C 301.166 216.009, 301.068 223.054, 301.221 230.952 C 301.469 243.740, 301.692 245.340, 303.250 245.567 C 304.807 245.795, 305.023 244.704, 305.209 235.662 L 305.419 225.500 305.744 235.156 C 306.001 242.762, 306.400 244.940, 307.625 245.410 C 310.490 246.509, 311 244.938, 311 235.023 C 311 223.466, 310.594 222, 307.393 222 C 305.268 222, 305 221.552, 305 218 C 305 215.075, 304.589 214, 303.469 214 C 302.626 214, 301.713 214.583, 301.440 215.296 M 413.933 215.581 C 412.861 216.872, 412.604 220.379, 412.816 230.799 C 412.967 238.245, 413.310 244.692, 413.578 245.125 C 413.845 245.558, 414.725 245.659, 415.532 245.349 C 416.678 244.909, 417 242.729, 417 235.393 C 417 227.710, 417.273 226, 418.500 226 C 419.325 226, 420 225.311, 420 224.469 C 420 223.626, 419.325 222.678, 418.500 222.362 C 416.504 221.596, 416.564 218, 418.573 218 C 420.927 218, 419.865 214.555, 417.402 214.202 C 416.260 214.038, 414.698 214.658, 413.933 215.581 M 551 216.500 C 551 218.333, 551.533 219, 553 219 C 554.467 219, 555 218.333, 555 216.500 C 555 214.667, 554.467 214, 553 214 C 551.533 214, 551 214.667, 551 216.500 M 283.080 220.289 C 282.451 221.943, 283.116 240.660, 283.949 244.750 C 283.977 244.887, 285.350 245, 287 245 C 289.333 245, 290 244.556, 290 243 C 290 241.900, 289.550 241, 289 241 C 288.422 241, 288 237.833, 288 233.500 C 288 229.167, 288.422 226, 289 226 C 289.550 226, 290 225.100, 290 224 C 290 222.900, 289.550 222, 289 222 C 288.450 222, 288 221.100, 288 220 C 288 217.141, 284.192 217.365, 283.080 220.289 M 430.852 220.250 C 430.576 224.430, 431.136 241.488, 431.603 243.142 C 432.096 244.889, 434.681 245.950, 436.750 245.254 C 438.230 244.756, 438.451 241, 437 241 C 436.422 241, 436 237.833, 436 233.500 C 436 229.167, 436.422 226, 437 226 C 437.550 226, 438 225.100, 438 224 C 438 222.900, 437.602 222, 437.117 222 C 436.631 222, 435.998 221.100, 435.710 220 C 434.957 217.121, 431.045 217.322, 430.852 220.250 M 322.191 223.694 C 321.674 224.687, 321.175 229.100, 321.081 233.500 C 320.879 242.990, 322.066 245.359, 326.954 245.220 C 330.974 245.106, 331.153 244.927, 331.345 240.822 C 331.471 238.115, 331.098 237.443, 329.327 237.191 C 327.727 236.963, 327.038 237.490, 326.714 239.191 C 326.381 240.933, 326.239 240.702, 326.136 238.250 C 326.018 235.420, 326.321 235, 328.481 235 C 331.536 235, 332.706 231.428, 331.393 226.113 C 330.590 222.865, 330.127 222.469, 326.815 222.194 C 324.069 221.965, 322.892 222.347, 322.191 223.694 M 356.940 224.112 C 355.769 226.299, 355.942 243.279, 357.147 244.482 C 358.389 245.721, 364.197 245.299, 365.080 243.905 C 365.569 243.132, 365.976 241.210, 365.985 239.633 C 365.998 237.112, 365.699 236.824, 363.500 237.245 C 361.119 237.700, 361 237.498, 361 233 C 361 228.502, 361.119 228.300, 363.500 228.755 C 365.504 229.138, 366 228.830, 366 227.198 C 366 223.265, 364.887 222, 361.428 222 C 359.034 222, 357.746 222.606, 356.940 224.112 M 373.667 222.667 C 373.300 223.033, 373 228.156, 373 234.050 C 373 243.819, 373.172 244.812, 374.942 245.275 C 376.010 245.554, 377.135 245.531, 377.442 245.225 C 377.749 244.918, 378 240.467, 378 235.333 C 378 227.704, 378.274 226, 379.500 226 C 380.333 226, 381 225.111, 381 224 C 381 222.400, 380.333 222, 377.667 222 C 375.833 222, 374.033 222.300, 373.667 222.667 M 393.246 223.154 C 391.483 224.917, 391.701 227.948, 393.645 228.694 C 394.652 229.080, 395.815 228.606, 396.645 227.471 C 397.942 225.698, 398 225.709, 398 227.741 C 398 229.069, 397.157 230.128, 395.750 230.567 C 392.647 231.536, 392.033 232.778, 392.015 238.128 C 391.998 243.412, 393.072 244.675, 398 245.157 L 401.500 245.500 401.500 234 L 401.500 222.500 397.996 222.204 C 396.068 222.042, 393.931 222.469, 393.246 223.154 M 484 233.383 C 484 243.926, 484.148 244.805, 486 245.290 C 487.893 245.785, 488.011 245.272, 488.209 235.656 L 488.419 225.500 488.746 235.250 L 489.072 245 494.036 245 L 499 245 499 235.082 C 499 229.627, 498.727 224.452, 498.393 223.582 C 497.921 222.351, 496.256 222, 490.893 222 L 484 222 484 233.383 M 511.217 233.235 L 511.500 244.469 515.242 245.076 C 517.300 245.410, 519.213 245.454, 519.492 245.175 C 519.771 244.895, 520 239.567, 520 233.333 C 520 222.831, 519.859 222, 518.083 222 C 517.029 222, 515.940 222.563, 515.662 223.250 C 515.259 224.250, 515.142 224.250, 515.079 223.250 C 515.036 222.563, 514.085 222, 512.967 222 C 511.027 222, 510.947 222.514, 511.217 233.235 M 532.667 222.667 C 531.074 224.260, 532.128 230.724, 534.565 234.311 C 535.976 236.387, 536.928 238.854, 536.681 239.793 C 536.357 241.026, 536.200 240.875, 536.116 239.250 C 536.035 237.682, 535.375 237, 533.940 237 C 532.170 237, 531.923 237.530, 532.190 240.750 C 532.482 244.283, 532.713 244.518, 536.185 244.806 C 538.930 245.035, 540.110 244.652, 540.814 243.306 C 542.276 240.509, 541.371 236.143, 538.455 231.936 C 536.994 229.828, 536.034 227.517, 536.321 226.801 C 536.657 225.963, 536.870 226.122, 536.921 227.250 C 537.020 229.447, 540.561 229.587, 541.389 227.428 C 542.476 224.597, 540.199 222, 536.631 222 C 534.818 222, 533.033 222.300, 532.667 222.667 M 551 233.333 C 551 239.567, 551.269 244.936, 551.598 245.264 C 551.927 245.593, 552.827 245.620, 553.598 245.324 C 554.687 244.906, 555 242.245, 555 233.393 C 555 222.667, 554.883 222, 553 222 C 551.118 222, 551 222.667, 551 233.333 M 565.430 223.321 C 565.151 224.048, 565.053 229.060, 565.212 234.459 C 565.474 243.391, 565.690 244.346, 567.605 245.052 C 570.984 246.298, 574.500 243.968, 574.500 240.484 C 574.500 236.696, 571.417 235.788, 570.059 239.176 C 569.364 240.909, 569.118 239.464, 569.094 233.500 C 569.069 227.600, 569.328 225.959, 570.080 227.250 C 572.354 231.153, 576.186 228.085, 574.042 224.078 C 572.753 221.670, 566.282 221.101, 565.430 223.321 M 463.212 224.188 C 461.368 226.032, 461.570 240, 463.441 240 C 465.568 240, 465.835 239.128, 466.183 231.042 C 466.501 223.657, 465.667 221.733, 463.212 224.188 M 455.703 227.761 C 454.186 228.102, 453.952 229.051, 454.203 233.832 C 454.481 239.132, 454.662 239.500, 457 239.500 C 459.300 239.500, 459.524 239.093, 459.797 234.411 C 460.113 228.990, 458.913 227.040, 455.703 227.761" stroke="none" fill="#fffcfc" fill-rule="evenodd"/><path d="" stroke="none" fill="#fcfcfc" fill-rule="evenodd"/></svg> </a> </p> <script> try { if ( localStorage.getItem(skinItemId ) ) { var _g1; _g1 = document.getElementById('g1-logo-mobile-inverted-img'); _g1.classList.remove('lazyload'); _g1.setAttribute('src', _g1.getAttribute('data-src') ); _g1 = document.getElementById('g1-logo-mobile-inverted-source'); _g1.setAttribute('srcset', _g1.getAttribute('data-srcset')); } } catch(e) {} </script> </div> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> <nav class="g1-drop g1-drop-with-anim g1-drop-before g1-drop-the-user g1-drop-m g1-drop-icon "> <a class="g1-drop-toggle snax-login-required" href="https://americansongwriter.com/wp-login.php"> <span class="g1-drop-toggle-icon"></span><span class="g1-drop-toggle-text">Login</span> <span class="g1-drop-toggle-arrow"></span> </a> </nav> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> <div class="g1-row g1-row-layout-page g1-hb-row g1-hb-row-mobile g1-hb-row-c g1-hb-row-3 g1-hb-boxed g1-hb-sticky-off g1-hb-shadow-off"> <div class="g1-row-inner"> <div class="g1-column g1-dropable"> <div class="g1-bin-1 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-left"> </div> </div> <div class="g1-bin-2 g1-bin-grow-on"> <div class="g1-bin g1-bin-align-center"> </div> </div> <div class="g1-bin-3 g1-bin-grow-off"> <div class="g1-bin g1-bin-align-right"> </div> </div> </div> </div> <div class="g1-row-background"></div> </div> <div id="primary"> <div id="content" role="main"> <div class='code-block code-block-1' style='margin: 0; clear: both;'> <div class='htlad-as_anchor_mobilearticleheader'></div> <!-- has block css customization --></div> <article id="post-9004111230902768" class="entry-tpl-background-stretched post-9004111230902768 post type-post status-publish format-standard has-post-thumbnail category-features category-interviews tag-london-grammar" itemscope="" itemtype="http://schema.org/Article"> <div class="g1-row g1-row-layout-page entry-media-row entry-media-row-03 testing"> <div class="g1-row-inner"> <div class="g1-column"> <div class="g1-row g1-row-layout-page g1-row-1"> <div class="g1-row-inner"> <div class="g1-column"> <style> /**css for single post design start**/ .single-post .entry-media-row-03 .g1-row-2{ position:static !important; } .entry-media-row-03 .g1-row-1{ height:auto !important; padding-top: 15px !important; } .entry-media-row-03>.g1-row-inner { min-height: unset !important; } .entry-media-row-03 .entry-header{ padding:0 !important; } .g1-body-inner header { padding-top: 0px !important; } /** Author and time **/ .single-post .g1-meta.entry-meta-m span{ display:flex; gap:5px; } .single-post .g1-meta.entry-meta-m span span{ color:#000; font-weight:700; } .single-post .g1-meta.entry-meta-m span time{ color:#000; font-weight:700; } p.g1-meta.g1-meta-m.entry-meta.entry-meta-m{ justify-content: flex-start; padding:10px; } .g1-card>.entry-content { padding: 0px 10px !important; } .g1-row-padding-m { padding-top: 0px !important; } h1.g1-giga.g1-giga-1st.entry-title { margin: 0; } .entry-byline-m span.entry-author { position: relative; } .entry-byline-m span.entry-author:after { content: ""; position: absolute; top: 50%; left: 100%; width: 1px; height: 12px; background-color: #000; margin: 0 7px; transform: translateY(-50%); } .entry-media-row-03 .g1-row-1 { padding-bottom: 0px !important; } p.g1-meta.g1-meta-m.entry-meta.entry-meta-m { justify-content: flex-start; padding: 20px 0 0 0 !important; } .entry-media-row-03 .g1-row-2 { background: transparent !important; } /** css for single post design end **/ @media only screen and max-width(450px){ h1.g1-giga.g1-giga-1st.entry-title { line-height: 1.2em; } ul.tag-section { line-height: 1.6rem; } } .ds-tags { max-width: 662px; /* margin: 0 auto; */ /* padding: 0 10px; */ } ul.tag-section { display: flex; /* align-items: center; */ flex-wrap: wrap; padding-left: 0; /* justify-content: center; */ } li.tag-holder { list-style-type: none; margin-top: 5px; } li.tag-holder a { border: 1px solid #000; border-radius: 4px; margin-bottom: 0; font-size: 11px; line-height: 16px; font-weight: 500; color: #000; padding: 1px 6px; margin: 0 3px 0 3px; display: inline-block; text-transform: capitalize; } </style> <div class="ds-tags"> <ul class="tag-section"> <li class="tag-holder"> <a href="https://americansongwriter.com/tag/london-grammar/" target="_blank">London Grammar</a> </li> </ul> </div> </div> </div> </div> <div class="g1-row g1-row-layout-page g1-row-2"> <div class="g1-row-inner"> <div class="g1-column g1-column-2of3 "> <header class="entry-header"> <h1 class="g1-giga g1-giga-1st entry-title" itemprop="headline">London Grammar’s Hannah Reid Finally Takes The Throne</h1> </header> </div> </div> </div> </div> </div> <span class="g1-microdata" itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="" /> <meta itemprop="width" content="0" /> <meta itemprop="height" content="0" /> </span> </div> <div id="c63a81ccbde7b2e0a2618e540abcda045" class="mjl1"></div> <div class="g1-row g1-row-layout-page g1-row-padding-m"> <div class="g1-row-background"> </div> <div class="g1-row-inner"> <div class="g1-column g1-column-2of3"> <div class="entry-inner g1-card g1-card-solid"> <header class="entry-header"> <p class="g1-meta g1-meta-m entry-meta entry-meta-m"> <span class="entry-byline entry-byline-m "> <span class="entry-author" itemscope="" itemprop="author" itemtype="http://schema.org/Person"> <span class="entry-meta-label">by</span> <a href="https://americansongwriter.com/author/jlscott13gmail-com/" title="Posts by Jason Scott" rel="author"> <strong itemprop="name">Jason Scott</strong> </a> </span> <time class="entry-date" datetime="2021-04-14T08:11:01-06:00" itemprop="datePublished">April 14, 2021, 8:11 am</time> </span> <span class="entry-stats entry-stats-m"> </span> </p> </header> <div class="g1-content-narrow g1-typography-xl entry-content" itemprop="articleBody"><div class='code-block code-block-23' style='margin: 8px auto; text-align: center; display: block; clear: both; max-width: max-content'> <div class="htlad-as_leaderboard_desktop_article"></div></div> <div class='code-block code-block-22' style='margin: 8px auto; text-align: center; display: block; clear: both; max-width: max-content'> <div class='ai-viewport-3'> <div class="htlad-as_leaderboard_mobile_article"></div> <script> // Update stickyAdParameters const stickyAdParameters = [ { htladSelector: '.htlad-as_leaderboard_mobile_article', stopMarkerSelector: '#video-header', }, ] makeSticky(stickyAdParameters); </script> </div> </div> <p>Hannah Reid actually doesn’t remember a lot of her early 20s. “It’s a little concerning,” she admits with a laugh, “and it’s not like I was taking anything I shouldn&#8217;t have.” London Grammar, a three-piece formed in Nottingham, reached stunning success in the early 2010s, sparked by their 2013 debut record─leading to their American television debut on <em>Late Night with Jimmy Fallon</em>, blockbuster album sales, and world-trotting tours.</p><div class='code-block code-block-19' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <style> @media screen and (min-width:0) and (min-height:0px) { #sv-video-contianer { min-height:200px } } @media screen and (min-width:515) and (min-height:0px) { #sv-video-contianer { min-height:305px } } @media screen and (min-width:581px) and (min-height:0px) { #sv-video-contianer { min-height:338px } } </style> <h2 id="video-header" class="g1-delta g1-delta-2nd g1-collection-title" style="padding-top: 20px;" ><span>Videos by American Songwriter</span></h2> <!--// for JW we need to add class center-jw--> <div id="sv-video-contianer"> <script type="text/javascript" language="javascript" src="https://live.primis.tech/live/liveView.php?s=113564&cbuster=123"></script> <!--We switched to using primis april 20th 2023. This was the `mobile` jwplayer script--> <!--<script src="https://cdn.jwplayer.com/players/QxOPLFky-Vu3M9slX.js?search=__CONTEXTUAL__"></script>--> </div></div> <p>“Those early tours were five or six weeks long, and I’d come home for like five days and then go off again and do something else. I actually don’t really remember any of it,” Reid tells American Songwriter over a recent phone call. “It was such a whirlwind.”</p> <p>Reid, now 31, stops in her tracks for a moment. With the world entering its second year of COVID-19, time, as many can attest, doesn’t really mean much these days. Or it means everything─it shape-shifts from one perspective to the next. “Time for me has really slowed down,” she says, “and I feel like I’m actually able to enjoy what I do for a living and my life at home. There’s much more balance to it now.”</p><div class='code-block code-block-11' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <div class='ai-viewport-3'> <div class='htlad-as_top_mobilearticleheader'></div> </div> </div> <div class='code-block code-block-10' style='margin: 8px auto; text-align: center; display: block; clear: both;'> <div class='htlad-as_top_desktoparticleheader'></div> </div> <p>But it hasn’t always been that way. “My god, I’ve had my ups and downs this year. I’ve not sailed through lockdown with a lot of grace to be honest. I do feel like I’ve laid down some really strong roots at home that I didn’t really have before and a sense of what it means to have an ordinary, happy life. And I’m really grateful for that. It’s funny. I love domestic life. So, I think I’ve appreciated it more than I ever have before, and I&#8217;ve realized that it is that ordinary life where I get all of my inspiration from. In terms of taking things for granted, one thing I realized I took for granted my whole life is eating out in a restaurant. I can’t wait to go out and eat with my friends and have my food brought to me on a plate.”</p> <figure class="wp-block-embed wp-embed-aspect-16-9 wp-has-aspect-ratio is-type-video is-provider-youtube wp-block-embed-youtube"><div class="wp-block-embed__wrapper video-seo-youtube-embed-wrapper"><div class="video-seo-youtube-player" data-id="Pbwaq0E80hQ"></div></div></figure> <p>With the band’s third studio record, <em>Californian Soil</em>, out this Friday (April 16), Reid untangles deeper and richer roots, knotted ones from years of toiling the earth in a man’s, man’s, man’s world. <em>Everybody’s got their own idea of right and wrong, the ones that get broken / I worry that one day you’ll go missing</em>, she sings on the sorrow-tinged “Missing,” a soaring hymn mourning the many who&#8217;ve suffered at the hands of the music industry.</p> <p>Having watched a ton of documentaries through the years, including those on Amy Winehouse, Whitney Houston, and Avicii, Reid siphons pervasive misery and unchecked power into one of the set&#8217;s most visceral performances. “I do find it close to home, even though I’ve never personally struggled with any kind of addiction,” she says. “There is a relationship between the music industry and people becoming really unwell in different ways, and it ends in disaster.”</p> <p>With new documentaries in 2021, from <em>Framing Britney Spears</em> (presented by <em>The New York Times</em>) to Demi Lovato&#8217;s <em>Dancing with the Devil</em>, depicting the entire lead-up to her 2018 overdose, as well as an op-ed written by former child actor Moira Wilson, there seems to be a reckoning boiling over. At the very least, we are living in a time of reassessment about the treatment of women, particularly in the late 1990s and early aughts. “That’s one of the positive things that’s come out of social media. Everyone is having their moment really to be heard. It’s a bit of a can of worms, obviously. The music industry does have a lot to answer for, and there are a lot of big music execs who’ve gotten away with real negligence, at the very least.”</p> <p>Reid found herself profoundly moved by the Spears’ documentary in particular. “I felt really guilty. I remember being one of those people when I saw she saved her head─ just being like ‘oh my god, how shocking!’ I remember she came out and she said afterward that people shave their heads all the time. It’s not a big deal. And it really isn’t. I’m not surprised she shaved her hair off. That hair was so symbolic of this image she had to uphold and the way she’d been treated for so long─this relentless misogyny.”</p> <p><em>Californian Soil</em> could not have arrived during a more opportune time. It’s like pouring more gasoline on a house already consumed by flames. Completed roughly 18 months ago, mostly written and recorded inside bandmate Dan Rothman’s “Narnia” studio, a secret cubby literally hidden behind a wardrobe in his north London home, 12 tracks seem prescient─twisted emotional beats many in the world were forced into and through in 2020. “I know it’s first world problems, but it was painful pushing it back,” says Reid, noting her worry it would be “totally irrelevant” by the time it saw the light of day.</p> <p>“I hadn’t listened to it in a long time, and the other day, I listened to parts of the album again,” she continues, “and actually, there are parts I’m connecting to in a different way. It still feels relevant to me.”</p> <p>When Reid began actively writing again, back in 2017, she found herself naturally creating songs which “sounded a bit different. It’s a side of me that needed to come out. When that happened, I had a conversation with the boys,” she says. Reid had a story to tell, one which required fully owning the spotlight, and bandmates Rothman and Dot Major were more than happy to support her creative and personal impulses. “We can’t always be a democracy. We can in some areas, but this is something I really need to say.”</p> <figure class="wp-block-embed wp-embed-aspect-16-9 wp-has-aspect-ratio is-type-video is-provider-youtube wp-block-embed-youtube"><div class="wp-block-embed__wrapper video-seo-youtube-embed-wrapper"><div class="video-seo-youtube-player" data-id="xo3xBBZzRAk"></div></div></figure> <div class='code-block code-block-6' style='margin: 8px auto; text-align: center; display: block; clear: both; max-width: max-content'> <div class='htlad-as_middle_desktoparticleheader'></div></div> <div class='code-block code-block-7' style='margin: 8px 0; clear: both;'> <div class='ai-viewport-3'> <div class='htlad-as_middle_mobilearticleheader'></div> </div> </div> <p>Musically, her approach veered into experimentation in a way she had never before managed, switching to various soundscapes and synths for necessary emphasis. “There were moments on the second album [<em>Truth is a Beautiful Thing</em> in 2017] where we were working in quite big studios or in writing sessions that never came to anything where I felt the production or my opinion on the music wasn’t involved enough.”</p> <p>A bright Americana erupted from their fingertips, aptly mirroring a playfully new duality: beauty counterbalancing life’s seemingly impenetrable darkness. Fiercely inquisitive by nature, Reid has long been immensely fascinated with the human condition. “When I was a child, apparently, I always asked my dad really deep questions about things. Everyone has that duality and light and shade in them. That’s the story that’s retold in literature ─ the complexity of who we are. It’s played out in my life in the sense that I would like to think that any pain or demons I’ve had I am able to turn into something positive. That was my goal on this album. I took the more negative experiences, and I wanted to make something exciting from it.”</p> <p>Most of Reid’s negative experiences lie strictly in suppression of self, directly correlating to the music industry and rampant misogyny. “I had the experience of really feeling like I wasn’t very liked by men. It was usually a certain kind of man because I would have a strong opinion about something,” she reflects. “I had that repeated experience so much and took it all to heart. In making myself small and trying to make myself agreeable to people, I don’t think I’m going to make the best work I can.”</p> <p>Reid soars high and free as a phoenix does, once it&#8217;s shaken the ash and soot from its wings. The “Intro” is a melancholic but shiny vocal showcase, refraining from specific lyrics, but rather allowing her to use her breath against an orchestral, cinematic backdrop. “I had that string part in my head for a really long time,” she says. She grappled with what to do with it exactly, but the album’s general experimentation seemed to guide her footsteps. “We really went for it and made the decision to record as an intro. We love film and cinematic music, so having an intro like this gives the album a little bit of balance. It’s also like ‘hey, I’m about to say something on this album.’”</p> <p>Later, an organically-nurtured centerpiece called “Talking” further embodies this music-to-screen sensibility. With a piano part written years ago, Reid and her bandmates tried to turn it into a song and &#8220;nothing really came of it. Then, I remember going back and listening to the old demo and thinking ‘oh my god I love this, let’s finish it.’ Dan writes these very off-the-cuff piano parts without really trying. When the music is that good, and I hear him play that piano part, it’s not hard to then write meaningful lyrics and melody. It’s a perfect marriage.”</p> <p>A self-described film buff, it’s not too surprising Reid has returned to such a refreshing well, finding great inspiration in such soundtracks as <em>Erin Brockovich</em> and <em>Drive</em>, as well as the work of Hans Zimmer and Thomas Newman. “When I was really young, I loved the ‘Titanic’ soundtrack, and it’s such an epic story. I remember listening to that over and over again. I’m very nerdy” she laughs, adding her adoration for <em>The Lord of the Rings</em>.</p><div class='code-block code-block-4' style='margin: 8px 0; clear: both;'> <div class='ai-viewport-3'> <div class='htlad-as_bottom_mobilearticleheader'></div> </div> </div> <div class='code-block code-block-3' style='margin: 8px auto; text-align: center; display: block; clear: both; max-width: max-content'> <div class='htlad-as_bottom_desktoparticleheader'></div></div> <p>With “Call Your Friends,” Reid makes herself the most vulnerable, embracing the inevitable emotional windstorm that comes with that initial plummet into love’s majestic, watery depths. “Whenever you’re falling in love there comes a moment when you have no choice but to make yourself vulnerable. You become dependent on someone, and you ask them to just stay in tonight and be together.”&nbsp;</p> <p>Such lovesick tracks, including the follow-up “All My Love,” has allowed Reid to heal ─ an unexpected byproduct of a true psychological voyage. In opening herself up to love, mending her brokenness seemed to unravel naturally. “I was feeling like I’d given away a lot of my energy over so many years,” she says. Seven years ago, she developed fibromyalgia, so not only was she combating a male-driven industry but her own body. It’s both a lamentation and a clear pathway to further healing. The performance carries with it a jagged edge, as well, as it was “recorded on Dan’s worst microphone in his home studio with the window open, and you can hear the birds chirping outside. It’s really rough around the edges, but sometimes, there is magic to that.”</p> <p>Finally, when Reid arrives on the closer “America,” she lays ego to rest, once and for all. “I’m using the idea of the American dream to describe something I was going through. I had the experience like many people do of getting caught up in a bit of a whirlwind when maybe the band first had a bit of success,” she explains. “There aren’t really many mentors around, so I got lost and I couldn’t cope with the pressure very well.”&nbsp;</p> <p><em>And I see where I found you / Where they all lay</em>, she sings, almost as a funeral march. <em>All of the greats they are here to stay / Here in America</em>.</p> <p>Beautifully tragic, and potently poetic, especially in the age of online validation, “America” and its flaky guitar arrangement captures the entire record’s stretches of emotional scar tissue. <em>Californian Soil</em> exposes the tragedies of human existence in such a away that only healing could ever really come of it.</p> <figure class="wp-block-embed wp-embed-aspect-16-9 wp-has-aspect-ratio is-type-video is-provider-youtube wp-block-embed-youtube"><div class="wp-block-embed__wrapper video-seo-youtube-embed-wrapper"><div class="video-seo-youtube-player" data-id="fE72QTm2z-4"></div></div></figure> </div> </div><!-- .todo --> <div class="entry-after-content"> <nav class="g1-nav-single g1-card g1-card-solid g1-card-l"> <div class="g1-nav-single-inner"> <p class="g1-single-nav-label screen-reader-text">See more</p> <ul class="g1-nav-single-links"> <li class="g1-nav-single-prev"><a href="https://americansongwriter.com/jesse-terry-premeires-hymn-of-a-summer-night-ahead-of-upcoming-album-premieres-features/" rel="prev"><strong class="g1-meta">Previous article</strong> <span class="g1-delta g1-delta-1st">Jesse Terry Premieres &#8220;Hymn of a Summer Night&#8221; Ahead of Upcoming Album &#8216;When We Wander&#8217;</span></a></li> <li class="g1-nav-single-next"><a href="https://americansongwriter.com/liz-phair-reveals-soberish-first-album-in-11-years-shares-spanish-doors/" rel="next"><strong class="g1-meta">Next article</strong> <span class="g1-delta g1-delta-1st">Liz Phair Reveals &#8216;Soberish,&#8217; First Album in 11 Years, Shares &#8220;Spanish Doors&#8221;</span></a></li> </ul> </div> </nav> <div class="g1-comments g1-comments-with-tabs" id="comments"> <section id="comments" class="g1-comment-type g1-comment-type-wp comments-area" itemscope itemtype="http://schema.org/UserComments"> <div id="respond" class="comment-respond"> <h2 id="reply-title" class="g1-delta g1-delta-2nd"><span>Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/london-grammar-hannah-reid-californian-soil-album-interview/#respond" style="display:none;">Cancel reply</a></small></span></h2><p class="must-log-in">Only members can comment. <a href="/offers/membership-offers-annual-pro/">Become a member</a>. Already a member? <a href="https://americansongwriter.com/wp-login.php?redirect_to=https%3A%2F%2Famericansongwriter.com%2Flondon-grammar-hannah-reid-californian-soil-album-interview%2F">Log In</a>.</p> </div><!-- #respond --> </section><!-- #comments --> </div> <aside class="g1-more-from"> <h2 class="g1-delta g1-delta-2nd g1-collection-title"><span>More From: <a href="https://americansongwriter.com/features/">Features</a></span></h2> <div class="g1-collection g1-collection-with-cards"> <div class="g1-collection-viewport"> <ul class="g1-collection-items"> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231379235 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-country-music tag-features tag-reba-mcentire"> <div class="entry-featured-media " ><a title="The Story Behind &#8220;Cathy&#8217;s Clown&#8221; by Reba McEntire and How She Delivered Her Own Take on The Everly Brothers&#8217; Original" class="g1-frame" href="https://americansongwriter.com/the-story-behind-cathys-clown-by-reba-mcentire-and-how-she-delivered-her-own-take-on-the-everly-brothers-original/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" fetchpriority="high" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-story-behind-cathys-clown-by-reba-mcentire-and-how-she-delivered-her-own-take-on-the-everly-brothers-original/" rel="bookmark">The Story Behind &#8220;Cathy&#8217;s Clown&#8221; by Reba McEntire and How She Delivered Her Own Take on The Everly Brothers&#8217; Original</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T19:00:00-06:00">February 24, 2024, 7:00 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378718 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-bruce-springsteen tag-classic-rock tag-features"> <div class="entry-featured-media " ><a title="The Meaning Behind &#8220;Tougher than the Rest&#8221; by Bruce Springsteen and Why It Continues to Live Up to Its Name" class="g1-frame" href="https://americansongwriter.com/the-meaning-behind-tougher-than-the-rest-by-bruce-springsteen-and-why-it-continues-to-live-up-to-its-name/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-meaning-behind-tougher-than-the-rest-by-bruce-springsteen-and-why-it-continues-to-live-up-to-its-name/" rel="bookmark">The Meaning Behind &#8220;Tougher than the Rest&#8221; by Bruce Springsteen and Why It Continues to Live Up to Its Name</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T16:30:00-06:00">February 24, 2024, 4:30 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378088 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-bob-dylan tag-classic-rock tag-features tag-miles-davis tag-the-byrds"> <div class="entry-featured-media " ><a title="The Improbable Path of &#8220;Mr. Tambourine Man&#8221; by The Byrds and How a Jazz Legend Helped Them Get a Record Deal" class="g1-frame" href="https://americansongwriter.com/the-improbable-path-of-mr-tambourine-man-by-the-byrds-and-how-a-jazz-legend-helped-them-get-a-record-deal/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-improbable-path-of-mr-tambourine-man-by-the-byrds-and-how-a-jazz-legend-helped-them-get-a-record-deal/" rel="bookmark">The Improbable Path of &#8220;Mr. Tambourine Man&#8221; by The Byrds and How a Jazz Legend Helped Them Get a Record Deal</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T14:00:00-06:00">February 24, 2024, 2:00 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378603 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-features tag-folk-rock-2 tag-jim-croce"> <div class="entry-featured-media " ><a title="The Meaning Behind &#8220;Operator (That&#8217;s Not the Way It Feels)&#8221; by Jim Croce and How a Stint in the National Guard Sparked the Idea" class="g1-frame" href="https://americansongwriter.com/the-meaning-behind-operator-thats-not-the-way-it-feels-by-jim-croce-and-how-a-stint-in-the-national-guard-sparked-the-idea/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/croce-GettyImages-73991042.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-meaning-behind-operator-thats-not-the-way-it-feels-by-jim-croce-and-how-a-stint-in-the-national-guard-sparked-the-idea/" rel="bookmark">The Meaning Behind &#8220;Operator (That&#8217;s Not the Way It Feels)&#8221; by Jim Croce and How a Stint in the National Guard Sparked the Idea</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T11:30:00-06:00">February 24, 2024, 11:30 am</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231375451 post type-post status-publish format-standard has-post-thumbnail category-features category-quotes tag-best-quotes tag-missy-elliot tag-rap-music tag-timbaland"> <div class="entry-featured-media " ><a title="The 20 Best Timbaland Quotes—&#8221;I&#8217;m Weird, I Do Crazy Things, it&#8217;s Not Like the Average Norm.&#8221;" class="g1-frame" href="https://americansongwriter.com/the-20-best-timbaland-quotes-im-weird-i-do-crazy-things-its-not-like-the-average-norm/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2023/05/Timbaland-GettyImages-467244412.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-20-best-timbaland-quotes-im-weird-i-do-crazy-things-its-not-like-the-average-norm/" rel="bookmark">The 20 Best Timbaland Quotes—&#8221;I&#8217;m Weird, I Do Crazy Things, it&#8217;s Not Like the Average Norm.&#8221;</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T09:52:19-06:00">February 24, 2024, 9:52 am</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378093 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-country-music tag-features tag-pop-music tag-taylor-swift"> <div class="entry-featured-media " ><a title="The Addictive Story Behind &#8220;Don&#8217;t Blame Me&#8221; by Taylor Swift" class="g1-frame" href="https://americansongwriter.com/the-addictive-story-behind-dont-blame-me-by-taylor-swift/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/taylor-GettyImages-1677021298.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-addictive-story-behind-dont-blame-me-by-taylor-swift/" rel="bookmark">The Addictive Story Behind &#8220;Don&#8217;t Blame Me&#8221; by Taylor Swift</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T09:00:00-06:00">February 24, 2024, 9:00 am</time> </p> </footer> </div> </article> </li> </ul> </div> </div> </aside> <aside class="g1-related-entries"> <h2 class="g1-delta g1-delta-2nd g1-collection-title"><span>You May Also Like</span></h2> <div class="g1-collection g1-collection-with-cards"> <div class="g1-collection-viewport"> <ul class="g1-collection-items "> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231379235 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-country-music tag-features tag-reba-mcentire"> <div class="entry-featured-media " ><a title="The Story Behind &#8220;Cathy&#8217;s Clown&#8221; by Reba McEntire and How She Delivered Her Own Take on The Everly Brothers&#8217; Original" class="g1-frame" href="https://americansongwriter.com/the-story-behind-cathys-clown-by-reba-mcentire-and-how-she-delivered-her-own-take-on-the-everly-brothers-original/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/2reba-GettyImages-1497352822.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-story-behind-cathys-clown-by-reba-mcentire-and-how-she-delivered-her-own-take-on-the-everly-brothers-original/" rel="bookmark">The Story Behind &#8220;Cathy&#8217;s Clown&#8221; by Reba McEntire and How She Delivered Her Own Take on The Everly Brothers&#8217; Original</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T19:00:00-06:00">February 24, 2024, 7:00 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231379683 post type-post status-publish format-standard has-post-thumbnail category-news tag-american-idol"> <div class="entry-featured-media " ><a title="Noah “The Singing Barber” Gives a Haircut Mid-Audition, Wows With Sharp Rascal Flatts Cover on ‘American Idol’" class="g1-frame" href="https://americansongwriter.com/american-idol-noah-singing-barber-gives-haircut-mid-audition-wows-with-sharp-rascal-flatts-cover/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="The Singing Barber Noah Peters gives a haircut during his American Idol audition." decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T172750.120.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/american-idol-noah-singing-barber-gives-haircut-mid-audition-wows-with-sharp-rascal-flatts-cover/" rel="bookmark">Noah “The Singing Barber” Gives a Haircut Mid-Audition, Wows With Sharp Rascal Flatts Cover on ‘American Idol’</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T16:37:15-06:00">February 24, 2024, 4:37 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378718 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-bruce-springsteen tag-classic-rock tag-features"> <div class="entry-featured-media " ><a title="The Meaning Behind &#8220;Tougher than the Rest&#8221; by Bruce Springsteen and Why It Continues to Live Up to Its Name" class="g1-frame" href="https://americansongwriter.com/the-meaning-behind-tougher-than-the-rest-by-bruce-springsteen-and-why-it-continues-to-live-up-to-its-name/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/springsteen-GettyImages-1779506665.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-meaning-behind-tougher-than-the-rest-by-bruce-springsteen-and-why-it-continues-to-live-up-to-its-name/" rel="bookmark">The Meaning Behind &#8220;Tougher than the Rest&#8221; by Bruce Springsteen and Why It Continues to Live Up to Its Name</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T16:30:00-06:00">February 24, 2024, 4:30 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231379678 post type-post status-publish format-standard has-post-thumbnail category-news tag-asleep-at-the-wheel tag-country-music tag-ray-benson tag-reggae"> <div class="entry-featured-media " ><a title="Swingin&#8217; and Skankin&#8217;: Ray Benson Discusses the Future of Asleep at the Wheel and His Upcoming Reggae Album" class="g1-frame" href="https://americansongwriter.com/swingin-skankin-ray-benson-discusses-future-asleep-at-the-wheel-his-upcoming-reggae-album/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="Ray Benson of Asleep at the Wheel" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T163416.174.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/swingin-skankin-ray-benson-discusses-future-asleep-at-the-wheel-his-upcoming-reggae-album/" rel="bookmark">Swingin&#8217; and Skankin&#8217;: Ray Benson Discusses the Future of Asleep at the Wheel and His Upcoming Reggae Album</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T15:50:09-06:00">February 24, 2024, 3:50 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231378088 post type-post status-publish format-standard has-post-thumbnail category-behind-the-lyrics category-behind-the-song category-features tag-bob-dylan tag-classic-rock tag-features tag-miles-davis tag-the-byrds"> <div class="entry-featured-media " ><a title="The Improbable Path of &#8220;Mr. Tambourine Man&#8221; by The Byrds and How a Jazz Legend Helped Them Get a Record Deal" class="g1-frame" href="https://americansongwriter.com/the-improbable-path-of-mr-tambourine-man-by-the-byrds-and-how-a-jazz-legend-helped-them-get-a-record-deal/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/byrds-GettyImages-74256286.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/the-improbable-path-of-mr-tambourine-man-by-the-byrds-and-how-a-jazz-legend-helped-them-get-a-record-deal/" rel="bookmark">The Improbable Path of &#8220;Mr. Tambourine Man&#8221; by The Byrds and How a Jazz Legend Helped Them Get a Record Deal</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T14:00:00-06:00">February 24, 2024, 2:00 pm</time> </p> </footer> </div> </article> </li> <li class="g1-collection-item "> <article class="entry-tpl-list g1-card g1-card-solid post-9004111231379655 post type-post status-publish format-standard has-post-thumbnail category-news tag-boygenius tag-grammy-awards tag-jelly-roll"> <div class="entry-featured-media " ><a title="How boygenius Helped Jelly Roll Feel Like He Belonged at the 2024 Grammy Awards" class="g1-frame" href="https://americansongwriter.com/how-boygenius-helped-jelly-roll-feel-like-he-belonged-2024-grammy-awards/"><div class="g1-frame-inner"><img data-expand="600" width="407" height="229" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 407 229'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?resize=407%2C229" class="lazyload attachment-bimber-list-standard size-bimber-list-standard wp-post-image" alt="Jelly Roll at the Grammy Awards" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=407 407w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=813 813w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=620 620w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=1240 1240w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=833 833w, https://americansongwriter.com/wp-content/uploads/2024/02/download-2024-02-24T142433.710.jpg?w=1260 1260w" data-sizes="(max-width: 407px) 100vw, 407px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></a></div> <div class="entry-body"> <header class="entry-header"> <div class="entry-before-title"> </div> <h3 class="g1-gamma g1-gamma-1st entry-title"><a href="https://americansongwriter.com/how-boygenius-helped-jelly-roll-feel-like-he-belonged-2024-grammy-awards/" rel="bookmark">How boygenius Helped Jelly Roll Feel Like He Belonged at the 2024 Grammy Awards</a></h3> </header> <footer> <p class="g1-meta entry-meta entry-byline "> <time class="entry-date" datetime="2024-02-24T13:34:47-06:00">February 24, 2024, 1:34 pm</time> </p> </footer> </div> </article> </li> </ul> </div> </div> </aside> <meta itemprop="mainEntityOfPage" content="https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/"/> <span itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> <meta itemprop="name" content="American Songwriter" /> <meta itemprop="url" content="https://americansongwriter.com" /> <span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject"> <meta itemprop="url" content="https://americansongwriter.com/wp-content/uploads/2020/11/AS-Logo-200-DPI-1.png" /> </span> </span> </div> </div> <div id="secondary" class="g1-sidebar g1-with-cards g1-column g1-column-1of3"><div class='code-block code-block-8' style='margin: 8px 0; clear: both;'> <div class='htlad-as_right1_desktoparticleheader'></div></div> <aside id="block-5" class="widget g1-card g1-card-l g1-card-simple widget_block"> <script> function moveSecondarySection() { const commectSection = document.querySelector('body.single #comments'); const SecondarySection = document.querySelector('body.single #secondary'); if (window.innerWidth <= 480) { commectSection.append(SecondarySection); } else { const originalLocation = document.querySelectorAll('body.single .g1-column.g1-column-2of3')[1]; originalLocation.insertAdjacentElement('afterend', SecondarySection); } } moveSecondarySection(); window.addEventListener('resize', () => { moveSecondarySection(); }); </script> <p><div class="sidebar-widget"><header><h2 class="g1-delta g1-delta-2nd widgettitle"><span>Related Posts</span></h2></header><div class="widget-item"><a href="https://americansongwriter.com/london-grammar-if-you-wait/"><img decoding="async" src="https://americansongwriter.com/wp-content/uploads/2013/09/London-Grammar-If-You-Wait-e1378826817437.jpg" alt="London Grammar: If You Wait"></a><h3><a href="https://americansongwriter.com/london-grammar-if-you-wait/">London Grammar: If You Wait</a></h3></div><div class="widget-item"><a href="https://americansongwriter.com/sxsw-preview-the-apache-relay-2/"><img decoding="async" src="https://americansongwriter.com/wp-content/uploads/2012/03/apache_relay_hp.jpg" alt="SXSW Preview: The Apache Relay"></a><h3><a href="https://americansongwriter.com/sxsw-preview-the-apache-relay-2/">SXSW Preview: The Apache Relay</a></h3></div><div class="widget-item"><a href="https://americansongwriter.com/the-unreligious-story-behind-the-band-name-the-jesus-and-mary-chain/"><img decoding="async" src="https://americansongwriter.com/wp-content/uploads/2023/04/TheJesusAndMaryChain.jpg" alt="The Unreligious Story Behind the Band Name The Jesus and Mary Chain"></a><h3><a href="https://americansongwriter.com/the-unreligious-story-behind-the-band-name-the-jesus-and-mary-chain/">The Unreligious Story Behind the Band Name The Jesus and Mary Chain</a></h3></div><div class="widget-item"><a href="https://americansongwriter.com/arrested-youth-nonfiction-debut-album-interview/"><img decoding="async" src="https://americansongwriter.com/wp-content/uploads/2021/06/Arrested-Youth-press-photo.jpg" alt="Arrested Youth Chronicles Life &amp; Loss With Debut LP ‘Nonfiction’"></a><h3><a href="https://americansongwriter.com/arrested-youth-nonfiction-debut-album-interview/">Arrested Youth Chronicles Life &amp; Loss With Debut LP ‘Nonfiction’</a></h3></div><div class="widget-item"><a href="https://americansongwriter.com/5-songs-you-didnt-know-procol-harums-keith-reid-wrote-for-other-artists/"><img decoding="async" src="https://americansongwriter.com/wp-content/uploads/2023/03/Keith-Reid-Procol-Harum-GettyImages-712358167.jpg" alt="5 Songs You Didn’t Know Procol Harum’s Keith Reid Wrote for Other Artists"></a><h3><a href="https://americansongwriter.com/5-songs-you-didnt-know-procol-harums-keith-reid-wrote-for-other-artists/">5 Songs You Didn’t Know Procol Harum’s Keith Reid Wrote for Other Artists</a></h3></div></div></p> </aside></div><!-- #secondary --> </div> </div><!-- g1-row --> </article> <a class="g1-teaser g1-teaser-next" href="https://americansongwriter.com/liz-phair-reveals-soberish-first-album-in-11-years-shares-spanish-doors/"> <div class="g1-teaser-arrow"></div> <article class="entry-tpl-listxxs post-9004111230902892 post type-post status-publish format-standard has-post-thumbnail category-news tag-automatic-for-the-people tag-exile-in-guyville tag-laurie-anderson tag-liz-phair tag-lou-reed tag-rem tag-talking-heads tag-the-cars tag-the-english-beat tag-the-psychedelic-furs tag-the-specials tag-velvet-underground tag-yazoo"> <div class="entry-featured-media " ><div class="g1-frame"><div class="g1-frame-inner"><img data-expand="600" width="300" height="300" src="data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 300 300'%2F%3E" data-src="https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?resize=300%2C300" class="lazyload attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" data-srcset="https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=300 300w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=192 192w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=384 384w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=110 110w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=220 220w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=100 100w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?w=96 96w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?zoom=2&amp;resize=300%2C300 600w, https://americansongwriter.com/wp-content/uploads/2021/04/Liz-Phair_Featured.jpg?zoom=3&amp;resize=300%2C300 900w" data-sizes="(max-width: 300px) 100vw, 300px" /><span class="g1-frame-icon g1-frame-icon-"></span></div></div></div> <header class="entry-header"> <h3 class="g1-epsilon g1-epsilon-1st entry-title">Liz Phair Reveals &#8216;Soberish,&#8217; First Album in 11 Years, Shares &#8220;Spanish Doors&#8221;</h3> </header> </article> </a> </div><!-- #content --> </div><!-- #primary --> <div class="g1-row g1-row-layout-page g1-row-padding-m g1-promoted-products-section g1-promoted-products-boxed"> <div class="g1-row-inner"> <div class="g1-column"> </div> </div> <div class="g1-row-background"> </div> </div> <div class=" g1-prefooter g1-prefooter-3cols g1-row g1-row-layout-page"> <div class="g1-row-inner"> <div class="g1-column g1-column-1of3"> <aside id="block-3" class="widget widget_block"><p><div class='_form_31'></div><script type='text/javascript' src='https://americansongwriter.activehosted.com/f/embed.php?static=0&id=31&65DB00CF69354&nostyles=0&preview=0'></script></p> </aside><aside id="block-4" class="widget widget_block"><script> jQuery(document).ready(function() { function updateSelect() { jQuery('select').each(function() { jQuery(this).find('option').each(function() { if (jQuery(this).val() === "Which describe you best?") { jQuery(this).prop('disabled', true); } if (jQuery(this).val() === "") { jQuery(this).remove(); } }); }); } // Initial update on page load updateSelect(); // Update select when the user changes the selection jQuery('select').on('change', function() { updateSelect(); }); // Remove empty <p> elements jQuery("#block-3 p").filter(function () { return jQuery.trim(jQuery(this).html()) === ''; }).remove(); setInterval(updateSelect, 1000); }); </script> <style> ._form_31 { padding: 20px 40px 40px; background-color: #202020; margin-bottom: 15px; } ._form-title { font-size: 39px !important; margin-bottom: 10px; line-height: 1 !important; } ._html-code { margin-top: 0; font: 500 17px/1.25 serif; font-family: Roboto,sans-serif; color: #fff; letter-spacing: -.025em; opacity:.8; } ._form-label { color: #fff !important; } ._field-wrapper { border-radius: 4px !important; margin-bottom: 10px !important; width: 100% !important; background-color: #d3d3d3; } button#_form_31_submit { background-color: #016699; font: 600 16px/22px Roboto; letter-spacing: .1em; border-radius: 4px; width: 100%; margin-top: 10px; margin-bottom: 10px; } .widget#block-3 div._form_31 h2{ color: #fff !important; font-size: 24px !important; font-weight: 600; position: relative; margin-bottom: 40px; } .widget#block-3 div._form_31 h2::before{ content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 30%; height: 3px; background-color: #fff; } .widget#block-3 div._form_31 ._x95489979 ._html-code{ opacity: 1; } .widget#block-3 div._form_31 ._x17167809 p{ font-size: 17px; font-weight: 500; opacity: 0.8; } .widget#block-3 div._form_31 ._x49818039,.widget#block-3 div._form_31 ._x23617844 ,.widget#block-3 div._form_31 ._x52996982 ,.widget#block-3 div._form_31 ._x10222685,.widget#block-3 div._form_31 ._button-wrapper{ width: 74%; margin: 0 auto; min-width: 210px; } .widget#block-3 div._form_31 ._form-title{ text-align: center; } @media only screen and (max-width: 425px){ .widget#block-3 div._form_31 form{ padding: 0 !important; } } @media only screen and (max-width: 425px){ .widget#block-3 div._form_31 form,.g1-collection-item div._form_31 form{ padding: 0 !important; } } .widget#block-3 div._form_31 form,.g1-collection-item div._form_31 form{ margin-top: 0 !important; padding: 0 !important; } .widget#block-3 div._form_31 form #_form_31_submit{ margin: 0; } .g1-collection-item div._form_31 ._form_element._x95489979 ._html-code{ opacity: 1; } .g1-collection-item div._form_31 ._form_element._x95489979 ._html-code h2{ margin-bottom: 45px; } .g1-collection-item div._form_31 h2::before{ content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: #fff; } .g1-collection-item div._form_31 ._x17167809 p{ font-size: 17px !important; font-weight: 500; opacity: 1; } .g1-collection-item div._form_31 h2{ color: #fff !important; font-size: 24px !important; font-weight: 600; position: relative; margin-bottom: 40px; } .g1-collection-item div._form_31 form ._x23617844,.g1-collection-item div._form_31 form ._x49818039 ,.g1-collection-item div._form_31 form ._x52996982,.g1-collection-item div._form_31 form ._button-wrapper{ margin: 0 auto !important; width: 60% !important; min-width: 210px; } ._form_element._x34941299{ text-align: center; } .g1-collection-item div._form_31 #_form_65268050284AE_{ max-width: 100%; width: 100%; } .g1-collection-item div._form_31 #_form_31_submit{ margin:0; } .g1-collection-item div._form_31 #_form_65269A4963ED3_{ max-width: 100%; width: 100%; } .g1-collection-item div._form_31 #_form_65269A4963ED3_ input::placeholder,.g1-collection-item div._form_31 #_form_65269A4963ED3_ select{ text-align: center; } .g1-collection-item form ._x95489979 ._html-code h2,.g1-collection-item form ._x17167809,.widget_block#block-3 form ._x95489979 ._html-code h2,.widget_block#block-3 form ._x17167809{ text-align: center !important; } .g1-collection-item form,.widget_block#block-3 form{ max-width: 100% !important; } ._form_element input::placeholder{ text-align: center !important; color: #000 !important; opacity: 1; } .g1-collection-item form ._x66788945 ,.widget_block#block-3 form ._x66788945{ width: 60% !important; margin: 0 auto !important; min-width: 210px; } .widget_block#block-3 form ._x66788945{ width: 74% !important; min-width: 210px; } ._form_element input::placeholder,._form_element select{ text-align: center !important; } @media only screen and (max-width: 425px){ .widget_block#block-3 form ._form_element{ } } </style></aside> </div> <div class="g1-column g1-column-1of3"> <aside id="media_image-4" class="widget widget_media_image"><a href="https://americansongwriter.com/offers/membership-offers-annual-pro/"><img width="1000" height="1000" src="https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?fit=1000%2C1000" class="image wp-image-9004111222098831 attachment-1000x1000 size-1000x1000" alt="become a member cta" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=1000 1000w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=300 300w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=768 768w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=192 192w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=384 384w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=110 110w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=220 220w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=620 620w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=600 600w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=407 407w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=813 813w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=608 608w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=833 833w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=100 100w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=96 96w, https://americansongwriter.com/wp-content/uploads/2020/11/Gate-1.png?w=150 150w" sizes="(max-width: 1000px) 100vw, 1000px" /></a></aside> </div> <div class="g1-column g1-column-1of3"> <aside id="categories-5" class="widget widget_categories"><header><h2 class="g1-delta g1-delta-2nd widgettitle"><span>Explore American Songwriter</span></h2></header><form action="https://americansongwriter.com" method="get"><label class="screen-reader-text" for="cat">Explore American Songwriter</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="123026">American Songwriter Podcast Network</option> <option class="level-1" value="135905">&nbsp;&nbsp;&nbsp;All Heart Podcast</option> <option class="level-1" value="144820">&nbsp;&nbsp;&nbsp;Americana Podcast</option> <option class="level-1" value="135906">&nbsp;&nbsp;&nbsp;Basic Folk Podcast</option> <option class="level-1" value="131354">&nbsp;&nbsp;&nbsp;Bringin&#8217; It Backwards Podcast</option> <option class="level-1" value="145153">&nbsp;&nbsp;&nbsp;Dave&#8217;s Five Hot Takes</option> <option class="level-1" value="141543">&nbsp;&nbsp;&nbsp;People Have The Power</option> <option class="level-1" value="9004111225616805">&nbsp;&nbsp;&nbsp;Phil Vassar&#8217;s Songs From The Cellar</option> <option class="level-1" value="130344">&nbsp;&nbsp;&nbsp;Pitch List Podcast</option> <option class="level-1" value="9004111230897152">&nbsp;&nbsp;&nbsp;Power of Song</option> <option class="level-1" value="130346">&nbsp;&nbsp;&nbsp;Prine Time Podcast</option> <option class="level-1" value="136068">&nbsp;&nbsp;&nbsp;She Rocks Podcast</option> <option class="level-1" value="140636">&nbsp;&nbsp;&nbsp;Songcraft Podcast</option> <option class="level-1" value="9004111225617089">&nbsp;&nbsp;&nbsp;SongTown on Songwriting</option> <option class="level-1" value="130345">&nbsp;&nbsp;&nbsp;SongWriter Podcast</option> <option class="level-1" value="156045">&nbsp;&nbsp;&nbsp;Stay Human Podcast</option> <option class="level-1" value="135927">&nbsp;&nbsp;&nbsp;Surviving The Music Industry Podcast</option> <option class="level-1" value="136855">&nbsp;&nbsp;&nbsp;The C.L.I.M.B. Podcast</option> <option class="level-1" value="9004111225617131">&nbsp;&nbsp;&nbsp;The Zak Kuhn Show</option> <option class="level-0" value="9004111230903659">Behind the Death</option> <option class="level-0" value="20849">Contests</option> <option class="level-1" value="21516">&nbsp;&nbsp;&nbsp;High Five</option> <option class="level-1" value="1619">&nbsp;&nbsp;&nbsp;Lyric Contest</option> <option class="level-2" value="1570">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lyric Contest Bi-Monthly Winners</option> <option class="level-2" value="9004111222133277">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lyric Contest Grand Prize Winners</option> <option class="level-2" value="130500">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lyric Contest Judges</option> <option class="level-2" value="23040">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lyric Contest Success Stories</option> <option class="level-2" value="1573">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lyric Contest Winners Q&amp;A</option> <option class="level-1" value="19879">&nbsp;&nbsp;&nbsp;On My Deathbed</option> <option class="level-1" value="136431">&nbsp;&nbsp;&nbsp;Song Contest</option> <option class="level-2" value="9004111222133381">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Song Contest Judges</option> <option class="level-2" value="9004111222133159">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Song Contest Winners</option> <option class="level-3" value="9004111228513392">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Song Contest Winners Q&amp;A</option> <option class="level-0" value="22209">Digital Issues</option> <option class="level-0" value="2013">Features</option> <option class="level-1" value="9004111230903874">&nbsp;&nbsp;&nbsp;Affiliate</option> <option class="level-1" value="9004111230908141">&nbsp;&nbsp;&nbsp;AI</option> <option class="level-1" value="14528">&nbsp;&nbsp;&nbsp;Articles</option> <option class="level-1" value="9004111229777053">&nbsp;&nbsp;&nbsp;Behind the Album</option> <option class="level-1" value="9004111230903643">&nbsp;&nbsp;&nbsp;Behind the Band Name</option> <option class="level-1" value="9004111230903660">&nbsp;&nbsp;&nbsp;Behind the Death</option> <option class="level-1" value="9004111230906083">&nbsp;&nbsp;&nbsp;Behind The Lyrics</option> <option class="level-1" value="127670">&nbsp;&nbsp;&nbsp;Behind The Mic</option> <option class="level-1" value="22993">&nbsp;&nbsp;&nbsp;Behind The Song</option> <option class="level-1" value="9004111230907760">&nbsp;&nbsp;&nbsp;Deaths</option> <option class="level-1" value="9004111230904143">&nbsp;&nbsp;&nbsp;Deep Cuts</option> <option class="level-1" value="9004111230914763">&nbsp;&nbsp;&nbsp;Did You Know</option> <option class="level-1" value="147329">&nbsp;&nbsp;&nbsp;Digital Cover Exclusives</option> <option class="level-1" value="9004111230903764">&nbsp;&nbsp;&nbsp;Duets</option> <option class="level-1" value="8">&nbsp;&nbsp;&nbsp;Interviews</option> <option class="level-1" value="9004111225386345">&nbsp;&nbsp;&nbsp;Legends of Songwriting</option> <option class="level-1" value="9004111230913674">&nbsp;&nbsp;&nbsp;Local</option> <option class="level-1" value="9004111230903681">&nbsp;&nbsp;&nbsp;Net Worth</option> <option class="level-1" value="29091">&nbsp;&nbsp;&nbsp;Premieres</option> <option class="level-1" value="9004111230903686">&nbsp;&nbsp;&nbsp;Quotes</option> <option class="level-1" value="9004111230899628">&nbsp;&nbsp;&nbsp;Reasons to Rejoice</option> <option class="level-1" value="9004111230903608">&nbsp;&nbsp;&nbsp;Songs You Didn&#8217;t Know</option> <option class="level-1" value="17568">&nbsp;&nbsp;&nbsp;The List</option> <option class="level-1" value="9004111230905827">&nbsp;&nbsp;&nbsp;Track by Track</option> <option class="level-1" value="9004111230907508">&nbsp;&nbsp;&nbsp;Where Are They Now?</option> <option class="level-1" value="9004111230906375">&nbsp;&nbsp;&nbsp;Who Wrote the Song</option> <option class="level-1" value="9004111230903744">&nbsp;&nbsp;&nbsp;Writers Block</option> <option class="level-0" value="22149">Folk Alliance</option> <option class="level-0" value="15">Gear</option> <option class="level-1" value="155303">&nbsp;&nbsp;&nbsp;Gear Guides</option> <option class="level-1" value="9004111230906784">&nbsp;&nbsp;&nbsp;Gear Reviews</option> <option class="level-0" value="23053">Gift Guides</option> <option class="level-0" value="21239">Latest Music News &amp; Stories</option> <option class="level-1" value="14506">&nbsp;&nbsp;&nbsp;Best New Music</option> <option class="level-1" value="12186">&nbsp;&nbsp;&nbsp;Daily Discovery</option> <option class="level-1" value="3526">&nbsp;&nbsp;&nbsp;Latest News</option> <option class="level-1" value="9004111222909861">&nbsp;&nbsp;&nbsp;Today&#8217;s Song</option> <option class="level-1" value="22893">&nbsp;&nbsp;&nbsp;Tour Announcements</option> <option class="level-0" value="9004111230913531">Live Blog</option> <option class="level-0" value="4852">Lyric Of The Week</option> <option class="level-0" value="9004111230903466">Music</option> <option class="level-0" value="9004111230903446">Nascar</option> <option class="level-0" value="9004111230910105">Opinion</option> <option class="level-0" value="9004111230903499">People</option> <option class="level-0" value="9004111230903457">Performances</option> <option class="level-0" value="18">Photo Galleries</option> <option class="level-0" value="22892">Rap</option> <option class="level-0" value="22">Reviews</option> <option class="level-1" value="20848">&nbsp;&nbsp;&nbsp;Album Reviews</option> <option class="level-1" value="134386">&nbsp;&nbsp;&nbsp;Book Reviews</option> <option class="level-1" value="1412">&nbsp;&nbsp;&nbsp;Concert Reviews</option> <option class="level-1" value="3537">&nbsp;&nbsp;&nbsp;Gear Reviews</option> <option class="level-1" value="14505">&nbsp;&nbsp;&nbsp;Track Reviews</option> <option class="level-0" value="16106">Songwriter U</option> <option class="level-1" value="16107">&nbsp;&nbsp;&nbsp;Coaching</option> <option class="level-1" value="15622">&nbsp;&nbsp;&nbsp;Getting Paid</option> <option class="level-1" value="5528">&nbsp;&nbsp;&nbsp;Legal Corner</option> <option class="level-1" value="16108">&nbsp;&nbsp;&nbsp;Marketing</option> <option class="level-1" value="22337">&nbsp;&nbsp;&nbsp;Song Critiques</option> <option class="level-1" value="16109">&nbsp;&nbsp;&nbsp;Touring</option> <option class="level-1" value="16251">&nbsp;&nbsp;&nbsp;Writer&#8217;s Room</option> <option class="level-0" value="152572">Songwriting History</option> <option class="level-0" value="1">Uncategorized-DO NOT USE</option> <option class="level-0" value="8399">Video Sessions</option> <option class="level-0" value="9004111230903467">Videos</option> <option class="level-0" value="9004111230906359">Who Wrote the Song</option> <option class="level-0" value="9004111227976602">Workshops</option> <option class="level-1" value="9004111227976632">&nbsp;&nbsp;&nbsp;Bonnie Baker Workshop</option> <option class="level-1" value="9004111227976611">&nbsp;&nbsp;&nbsp;Forest Glen Whitehead Workshop</option> <option class="level-0" value="19">Writer Of The Week</option> </select> </form><script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside> </div> </div> <div class="g1-row-background"> <div class="g1-row-background-media"> </div> </div> </div><!-- .g1-prefooter --> <div class="g1-footer g1-row g1-row-layout-page"> <div class="footer-flexbox"> <div class="footer-flexbox-column footer-flexbox-column-1"> <div class="footer-flexbox-column-1a"> <p>© 2024 American Songwriter</p> </div> <div class="footer-flexbox-column-1b"> <nav id="g1-footer-nav" class="menu-super-footer-container"><ul id="g1-footer-nav-menu" class=""><li id="menu-item-9004111230932629" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230932629"><a href="http://Savage.ventures">American Songwriter: a Savage Ventures Brand</a></li> <li id="menu-item-9004111222163135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111222163135"><a href="https://americansongwriter.com/terms-of-use/">Terms of Use</a></li> <li id="menu-item-9004111222163145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-9004111222163145"><a rel="privacy-policy" href="https://americansongwriter.com/privacy-policy/">Privacy Policy</a></li> </ul></nav> </div> </div> <!-- <div class="footer-flexbox-column footer-flexbox-column-2"> </div> --> <div class="footer-flexbox-column footer-flexbox-column-3"> <div class="g1-footer-social"> <ul id="g1-social-icons-2" class="g1-socials-items g1-socials-items-tpl-grid"> <li class="g1-socials-item g1-socials-item-facebook"> <a class="g1-socials-item-link" href="https://www.facebook.com/AmericanSongwriterMagazine/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-32 g1-socials-item-icon-text g1-socials-item-icon-facebook"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Facebook</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-twitter"> <a class="g1-socials-item-link" href="https://twitter.com/AmerSongwriter" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-32 g1-socials-item-icon-text g1-socials-item-icon-twitter"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Twitter</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-instagram"> <a class="g1-socials-item-link" href="https://www.instagram.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-32 g1-socials-item-icon-text g1-socials-item-icon-instagram"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">instagram</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-pinterest"> <a class="g1-socials-item-link" href="https://www.pinterest.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-32 g1-socials-item-icon-text g1-socials-item-icon-pinterest"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">pinterest</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-youtube"> <a class="g1-socials-item-link" href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-32 g1-socials-item-icon-text g1-socials-item-icon-youtube"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">youtube</span> </span> </a> </li> </ul> </div> </div> <div class="footer-flexbox-column footer-flexbox-column-4"> <a class="g1-footer-stamp" href=""> <img class="g1-footer-stamp-icon" width="56" height="35" src="https://americansongwriter.com/wp-content/uploads/2020/05/cropped-favicon-large-hrx-1.png" loading="lazy" srcset="https://media.americansongwriter.com/wp-content/uploads/2020/05/18120222/favicon-updated.png 2x" alt="" /> </a> </div> </div> <div class="g1-row-background"> </div> </div><!-- .g1-row --> <a href="#page" class="g1-back-to-top">Back to Top</a> </div><!-- #page --> <div class="g1-canvas-overlay"> </div> </div><!-- .g1-body-inner --> <div id="g1-breakpoint-desktop"> </div> <div class="g1-canvas g1-canvas-global g1-canvas-no-js"> <div class="g1-canvas-inner"> <div class="g1-canvas-content"> <a class="g1-canvas-toggle" href="#">Close</a> <!-- BEGIN .g1-primary-nav --> <nav id="g1-canvas-primary-nav" class="g1-primary-nav"><ul id="g1-canvas-primary-nav-menu" class="g1-primary-nav-menu g1-menu-v"><li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-155717"><a href="https://americansongwriter.com/features/">Features</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-357996"><a href="https://americansongwriter.com/features/behind-the-song/">Behind The Song</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9004111222060591"><a href="https://americansongwriter.com/features/digital-exclusives/">Digital Cover Exclusives</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-155695"><a href="https://americansongwriter.com/features/interviews/">Interviews</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155718"><a href="https://americansongwriter.com/features/thelist/">The List</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155723"><a href="https://americansongwriter.com/gear/">Gear</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-155692"><a href="https://americansongwriter.com/reviews/">Reviews</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-155724"><a href="https://americansongwriter.com/reviews/album-reviews/">Album Reviews</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9004111231011900"><a href="https://americansongwriter.com/sign-up-for-the-daily-co-write/">Subscribe to Newsletter</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231011902"><a href="https://americansongwriter.com/sign-up-for-the-daily-co-write/">Sign up for The Daily Co-Write</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231011903"><a href="https://americansongwriter.com/sign-up-for-the-sunday-soundbite/">Sign up for the Sunday Soundbite</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231014611"><a href="https://americansongwriter.com/sign-up-for-in-the-round/">Sign Up for In The Round</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-157229"><a href="https://americansongwriter.com/news/">Latest News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-476119"><a href="https://americansongwriter.com/contests-new/">Contests</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-9004111231373744"><a href="https://americansongwriter.com/road-ready-talent-contest/">Road Ready Talent Contest</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231373746"><a href="https://americansongwriter.com/road-ready-talent-contest/">Enter Road Ready</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231373745"><a href="https://americansongwriter.com/road-ready-terms-and-conditions/">Road Ready Rules and Deadlines</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9004111230920061"><a href="https://americansongwriter.com/song-contest/">Song Contest</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230920063"><a href="https://americansongwriter.com/song-contest/">Enter Song Contest</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231086600"><a href="https://americansongwriter.com/contests/song-contests/song-contest-winners/">Song Contest Winners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230966597"><a href="https://americansongwriter.com/song-contest-terms-and-conditions/">Rules and Deadlines</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231068331"><a href="https://americansongwriter.com/introducing-american-songwriters-2023-song-contest-judges-panel/">Meet the Judges</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-339064"><a href="https://americansongwriter.com/lyric-contest/">Lyric Contest</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-455872"><a href="https://americansongwriter.com/lyric-contest/">Enter Lyric Contest</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455869"><a href="https://americansongwriter.com/contests/lyric-contests/contest-winners/">Lyric Contest Bi-Monthly Winners</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9004111225026024"><a href="https://americansongwriter.com/contests/lyric-contests/lyric-contest-grand-prize-winners/">Lyric Contest Grand Prize Winners</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455870"><a href="https://americansongwriter.com/contests/lyric-contests/success-stories/">Lyric Contest Success Stories</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-455871"><a href="https://americansongwriter.com/contests/lyric-contests/winners-qa/">Lyric Contest Winners Q&amp;A</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111231100112"><a href="/introducing-the-2024-american-songwriter-lyric-contest-judges/">2024 Lyric Contest Judges</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230967319"><a href="https://americansongwriter.com/lyric-contest-terms-and-conditions-2023/">Rules and Deadlines</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230927071"><a href="https://americansongwriter.com/song-contest/">Song Contest</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-270060"><a href="https://americansongwriter.com/offers/membership-offers/">Membership</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-393924"><a href="http://members.americansongwriter.com">Access Membership Hub</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352125"><a href="https://americansongwriter.com/membership/">Become a Member</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352134"><a href="https://americansongwriter.com/my-account">Manage My Membership</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-408537"><a href="https://shop.americansongwriter.com/?utm_source=website+&#038;utm_medium=nav_bar&#038;utm_campaign=nav+bar">Shop</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9004111230994889"><a href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg">Watch</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9004111230994888"><a href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg">Watch on YouTube</a></li> </ul> </li> </ul></nav> <!-- END .g1-primary-nav --> <!-- BEGIN .g1-secondary-nav --> <nav id="g1-canvas-secondary-nav" class="g1-secondary-nav"><ul id="g1-canvas-secondary-nav-menu" class="g1-secondary-nav-menu g1-menu-v"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9004111231177951"><a href="https://americansongwriter.com/about-american-songwriter/">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-157356"><a href="https://americansongwriter.com/advertising/">Advertising</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155645"><a href="https://americansongwriter.com/contact/">Contact</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-358111"><a href="https://americansongwriter.com/my-account">Sign In</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-155657"><a href="https://americansongwriter.com/offers/membership-offers-annual-pro/">Become a Member</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-9004111231075563"><a rel="privacy-policy" href="https://americansongwriter.com/privacy-policy/">Privacy Policy</a></li> </ul></nav> <!-- END .g1-secondary-nav --> <ul id="g1-social-icons-3" class="g1-socials-items g1-socials-items-tpl-grid g1-socials-s"> <li class="g1-socials-item g1-socials-item-facebook"> <a class="g1-socials-item-link" href="https://www.facebook.com/AmericanSongwriterMagazine/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-facebook"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Facebook</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-twitter"> <a class="g1-socials-item-link" href="https://twitter.com/AmerSongwriter" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-twitter"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">Twitter</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-instagram"> <a class="g1-socials-item-link" href="https://www.instagram.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-instagram"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">instagram</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-pinterest"> <a class="g1-socials-item-link" href="https://www.pinterest.com/americansongwriter/" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-pinterest"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">pinterest</span> </span> </a> </li> <li class="g1-socials-item g1-socials-item-youtube"> <a class="g1-socials-item-link" href="https://www.youtube.com/channel/UCQ9z6uN6VdVxlvFoJqR17qg" target="_blank" rel="noopener"> <span class="g1-socials-item-icon g1-socials-item-icon-48 g1-socials-item-icon-text g1-socials-item-icon-youtube"></span> <span class="g1-socials-item-tooltip"> <span class="g1-socials-item-tooltip-inner">youtube</span> </span> </a> </li> </ul> <div role="search" class="search-form-wrapper"> <form method="get" class="g1-searchform-tpl-default search-form" action="https://americansongwriter.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <button class="search-submit">Search</button> </form> </div> </div> <div class="g1-canvas-background"> </div> </div> </div> <script type='text/javascript' src='https://a.omappapi.com/app/js/api.min.js' data-account='93084' data-user='82737' async></script> <script>(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.account=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,82737,93084);</script> <script type="text/javascript" src="https://s.skimresources.com/js/198972X1677111.skimlinks.js"></script> <!-- Quantcast Tag --> <script type="text/javascript"> window._qevents = window._qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); window._qevents.push({ qacct:"p-KpNhwJ0RxTQPU", uid:"__INSERT_EMAIL_HERE__" }); </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-KpNhwJ0RxTQPU.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <!-- Start Login Popup tag --> <script> jQuery(document).on('click', '.snax-login-required, .show-login-popup, [href*=wp-login]:not([href*=logout])', function(e){ e.preventDefault(); }); </script> <!-- End Login Popup tag --> <div data-elementor-type="popup" data-elementor-id="9004111223854959" class="elementor elementor-9004111223854959 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;open_selector&quot;:&quot;.snax-login-required, .show-login-popup, .logingate, .snax-login-required, .show-login-popup, .logingate, [href*=wp-login]:not([href*=logout])&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-71f7661b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="71f7661b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-71dcb998" data-id="71dcb998" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7b350920 elementor-widget elementor-widget-heading" data-id="7b350920" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Log In</h2> </div> </div> <div class="elementor-element elementor-element-14ffbdce elementor-button-align-stretch elementor-widget elementor-widget-login" data-id="14ffbdce" data-element_type="widget" data-widget_type="login.default"> <div class="elementor-widget-container"> <form class="elementor-login elementor-form" method="post" action="https://americansongwriter.com/wp-login.php"> <input type="hidden" name="redirect_to" value="/london-grammar-hannah-reid-californian-soil-album-interview/"> <div class="elementor-form-fields-wrapper"> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-col-100 elementor-field-required"> <input size="1" type="text" name="log" id="user" placeholder="Username or Email Address" class="elementor-field elementor-field-textual elementor-size-xs"> </div> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-col-100 elementor-field-required"> <input size="1" type="password" name="pwd" id="password" placeholder="Password" class="elementor-field elementor-field-textual elementor-size-xs"> </div> <div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-col-100 elementor-remember-me"> <label for="elementor-login-remember-me"> <input type="checkbox" id="elementor-login-remember-me" name="rememberme" value="forever"> Remember Me </label> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100"> <button type="submit" class="elementor-size-sm elementor-button" name="wp-submit"> <span class="elementor-button-text">Log In</span> </button> </div> <div class="elementor-field-group elementor-column elementor-col-100"> <a class="elementor-lost-password" href="https://americansongwriter.com/my-account/lost-password/"> Lost your password? </a> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id='pys_ajax_events'></div> <script> var node = document.getElementsByClassName('woocommerce-message')[0]; if(node && document.getElementById('pys_late_event')) { var messageText = node.textContent.trim(); if(!messageText) { node.style.display = 'none'; } } </script> <noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=1891611881076889&ev=PageView&noscript=1&eid=1891611881076889559550cd-c7f7-4f8c-a257-d390a3391ae1&cd%5Btags%5D=London+Grammar&cd%5Bpost_category%5D=Features%2C+Interviews&cd%5Bpage_title%5D=London+Grammar%E2%80%99s+Hannah+Reid+Finally+Takes+The+Throne&cd%5Bpost_type%5D=post&cd%5Bpost_id%5D=9004111230902768&cd%5Bplugin%5D=PixelYourSite&cd%5Bevent_url%5D=americansongwriter.com%2Flondon-grammar-hannah-reid-californian-soil-album-interview%2F&cd%5Buser_role%5D=guest" alt=""></noscript> <noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=170541765999960&ev=PageView&noscript=1&eid=170541765999960559550cd-c7f7-4f8c-a257-d390a3391ae1&cd%5Btags%5D=London+Grammar&cd%5Bpost_category%5D=Features%2C+Interviews&cd%5Bpage_title%5D=London+Grammar%E2%80%99s+Hannah+Reid+Finally+Takes+The+Throne&cd%5Bpost_type%5D=post&cd%5Bpost_id%5D=9004111230902768&cd%5Bplugin%5D=PixelYourSite&cd%5Bevent_url%5D=americansongwriter.com%2Flondon-grammar-hannah-reid-californian-soil-album-interview%2F&cd%5Buser_role%5D=guest" alt=""></noscript> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='all-css-0' href='https://americansongwriter.com/wp-content/plugins/wpseo-video/css/dist/videoseo-youtube-embed.css?m=1677511846g' type='text/css' media='all' /> <link rel='stylesheet' id='all-css-2' href='https://americansongwriter.com/_static/??-eJyNy8EKgCAMANAfysbAskv0LbaGDHRKM/r9unTv+uDB3RxV7awdWr6SqEFCZ5UkZgMyA6OTWd0eTWgsouOLA/x4GhvVg7+zlRXnECbExfsHhEYq4A==' type='text/css' media='all' /> <script type="text/javascript" id="wc-memberships-blocks-common-js-extra"> /* <![CDATA[ */ var wc_memberships_blocks_common = {"keywords":{"email":"Email","phone":"Phone","plan":"Plan","address":"Address","search_not_found":"We didn\u2019t find any members. Please try a different search or check for typos.","results_not_found":"No records found..."},"ajaxUrl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php","restUrl":"https:\/\/americansongwriter.com\/wp-json\/","restNonce":"f11abb135a"}; /* ]]> */ </script> <script type="text/javascript" id="site_tracking-js-extra"> /* <![CDATA[ */ var php_data = {"ac_settings":{"tracking_actid":649424205,"site_tracking_default":1,"site_tracking":1},"user_email":""}; /* ]]> */ </script> <script type="text/javascript" id="mace-gallery-js-extra"> /* <![CDATA[ */ var macegallery = "{\"i18n\":{\"of\":\"of\"},\"html\":\"\\n<div class=\\\"g1-gallery-wrapper g1-gallery-dark\\\">\\n\\t<div class=\\\"g1-gallery\\\">\\n\\t\\t<div class=\\\"g1-gallery-header\\\">\\n\\t\\t\\t<div class=\\\"g1-gallery-header-left\\\">\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-logo\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-title g1-gamma g1-gamma-1st\\\">{title}<\\\/div>\\n\\t\\t\\t<\\\/div>\\n\\t\\t\\t<div class=\\\"g1-gallery-header-right\\\">\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-back-to-slideshow\\\">Back to slideshow<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbs-button\\\"><\\\/div>\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-numerator\\\">{numerator}<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-close-button\\\"><\\\/div>\\n\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t\\t<div class=\\\"g1-gallery-body\\\">\\n\\t\\t\\t<div class=\\\"g1-gallery-frames\\\">\\n\\t\\t\\t\\t{frames}\\n\\t\\t\\t<\\\/div>\\n\\t\\t\\t<div class=\\\"g1-gallery-thumbnails32\\\">\\n\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbnails-collection\\\">\\n\\t\\t\\t\\t\\t{thumbnails32}\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t<\\\/div>\\n\\t\\t\\t<div class=\\\"g1-gallery-sidebar\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-shares\\\">\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-ad\\\"><\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbnails\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbnails-up\\\"><\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbnails-collection\\\">{thumbnails}<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"g1-gallery-thumbnails-down\\\"><\\\/div>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t<\\\/div>\\n<\\\/div>\\n\",\"shares\":\"\"}"; /* ]]> */ </script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/americansongwriter.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" id="rss-retriever-ajax-js-extra"> /* <![CDATA[ */ var rss_retriever = {"ajax_url":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" id="activecampaign-for-woocommerce-js-extra"> /* <![CDATA[ */ var public_vars = {"ajaxurl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php?nonce=6cb7a0ff5a"}; /* ]]> */ </script> <script type="text/javascript" id="metorik-js-js-extra"> /* <![CDATA[ */ var metorik_params = {"lifetime":"6","session":"30","ajaxurl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php","cart_tracking":"","cart_items":"0","cart_checkout_button":"1","add_cart_popup_placement":"bottom","send_cart_events":"added_to_cart removed_from_cart updated_cart_totals updated_shipping_method applied_coupon removed_coupon updated_checkout","sbjs_domain":"","send_cart_fragments":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJylUstuGzEM/KFwVSMI6h6KnPsBQY4BLdFr7kqiKlF2nK+P1o9kCySGjd44IjkzFGl2CaxEpagmVEi+9hyLGUgT2hEW993iDF62FJ1kg1UloCrbjzIO2BNYF43jouYDdkO5MzOFM/1OxEoIlC0ZLIW0KRZTyJPVZ5HPqFtX77vA1zBBoLCiXDacyox1nQ8tzuzsvAJWXuxYYOqWeEkCrfKWLIaE3EcodVVs5qQsEdaSQzPOSi+a209w7L+jCeQYAdvEHK2vjorx+LYHL+hmdqe3wm80iy6Zu5n13FjjlthvRMaWLd0M3ijXo/eU95PKKbxt68Pf2nqO66h8gt0BPv25cvVfrRudAxWwmPV2lmE6DBmZWtQdo/+wMktfZEmQS4FMmpm2lKc/nnj+eQQc8PXKU23XCXNrqa48HygvF8Kx8PsjUMk8woZ8ai4/Bz4lTjM+ht+Lnz+WD/cPy1+L4R3lPq36" ></script><script type="text/javascript" src="https://americansongwriter.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="wp-parsely-loader-js-before"> /* <![CDATA[ */ window.wpParselySiteId = 'americansongwriter.com'; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/wp-content/mu-plugins/wp-parsely-3.13/build/loader.js?ver=f5c2d06f6755fda3f6d4" id="wp-parsely-loader-js"></script> <script type="text/javascript" data-parsely-site="americansongwriter.com" src="https://cdn.parsely.com/keys/americansongwriter.com/p.js?ver=3.13.3" id="parsely-cfg"></script> <script type="text/javascript" id="bimber-global-js-extra"> /* <![CDATA[ */ var bimber_front_config = {"debug_mode":"","ajax_url":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php","timeago":"on","sharebar":"off","i18n":{"menu":{"go_to":"Go to"},"newsletter":{"subscribe_mail_subject_tpl":"Check out this great article: %subject%"},"bp_profile_nav":{"more_link":"More"}},"comment_types":["wp"],"auto_load_limit":"0","auto_play_videos":"","use_gif_player":"1","setTargetBlank":"","useWaypoints":"1","stack":"music"}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJydU1tygzAMvFDByTSTfHV6FmErIFd+xI9muH0NSaaUpgP0S7K8K8vSSlx9JZ1NaJNIHRqMoiHTYKhkR6yqMSY0fEKUgXwS0hnvbIFHwa4lW+v4IkoSspKzKnQdB4wpiCqg574236CnLw2MmEh+9GdinrirmPqSMfS1Z5DYOVYlOvFjfb/fkCqRQWjd7LiVzU4C4zxc43IZBpLsDCqCiftPFijFFAsDw2IGTzLlgOMQJv6W1l2h944GbcwDq7KgvWQK+LCrOC27BngRxtS0dL6b5VYw9KN4fmv79jGRqaj8Z4nPUWUR8l8oVUYjlDNlUUA9NPpu3van3fF4eN0fdvoLs4FdAA==" ></script><script type="text/javascript" src="https://americansongwriter.com/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script type="text/javascript" id="jquery-ui-autocomplete-js-extra"> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJyFzFEOwiAQBNALSbeNTf0ynoUuqyxhocKS6u1FD2CT+Zq8Gdg3wwljc1Qh9DwblTc0Bts0Y5YtktIgnIZQT9A15qSUFNST9M3KslL5Tm2wL1PJFvSHtnJ6RPrLDHqOzvw6kOz4zmiVc6qH7zsatEW7u8l1uozLMp+neQwfUHhW8A==" ></script><script type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"189232086\",\"post\":\"9004111230902768\",\"tz\":\"-6\",\"srv\":\"americansongwriter.com\",\"hp\":\"vip\",\"j\":\"1:13.1.3\"}") ]); _stq.push([ "clickTrackerInit", "189232086", "9004111230902768" ]); /* ]]> */ </script> <script async type="text/javascript" src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=C7XRR6Cu11iBFiyYLsNhzNSGiSBHNtnVGehy&amp;ver=6.4.3" id="pushly-sdk-js"></script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJyVzEkOwjAMBdALkZixsEGcpUkNJM2E7ajq7QmTxBIkL76l/z5MRdmcBJOAXDEig3HRIIFvqbejktyuaM8L+OqWUC8uMWBoJkkm6JlR+MEmNKVJTTWJi6ijS//wMz1Lg4p5qAH5J68K5c9GcAZYnB1n8LeKNOvX9x46xeNqv+x22/WmO/g7EG1gHQ==" ></script><script type="text/javascript" id="elementor-pro-frontend-js-before"> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/americansongwriter.com\/wp-admin\/admin-ajax.php","nonce":"447b6f6a5c","i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"menu_cart":{"cart_page_url":"https:\/\/americansongwriter.com\/cart\/","checkout_page_url":"https:\/\/americansongwriter.com\/road-ready-talent-checkout\/"},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/americansongwriter.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.0.8" id="elementor-pro-frontend-js"></script> <script type="text/javascript" src="https://americansongwriter.com/_static/??-eJyVjEsOgzAMBS9UMC2fdlP1LClYYHCcKE4VcXtYRBVLWL2ZxTxIvuidRJQInn8jiQIy2t1dAKOKUYHpC8ms3pHs9qfSkpSz3uDshybyGPJcrycTsGCS5YCXXwYy7MY8uf7Y9/1ZdW3zqLvXvAEXhGde" ></script><script type="text/javascript" id="elementor-frontend-js-before"> /* <![CDATA[ */ var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1365,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1620,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"direction":"min","is_enabled":false}}},"version":"3.2.4","is_static":false,"experimentalFeatures":[],"urls":{"assets":"https:\/\/americansongwriter.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":9004111230902768,"title":"London%20Grammar%E2%80%99s%20Hannah%20Reid%20Finally%20Takes%20The%20Throne%20-%20American%20Songwriter","excerpt":"","featuredImage":"https:\/\/americansongwriter.com\/wp-content\/uploads\/2021\/04\/London-Grammar-press-photo.jpg?fit=662%2C265"}}; /* ]]> */ </script> <script type="text/javascript" src="https://americansongwriter.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.2.4" id="elementor-frontend-js"></script> <script type="text/javascript" src="https://americansongwriter.com/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?m=1706542368g" ></script><script> function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c< a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))}; b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))}; /* <![CDATA[ */ ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"}; /* ]]> */ function ai_run_scripts(){(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}})(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,g);"number"===typeof g.expires&&(g.expires= new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+g[n].split(";")[0]));return document.cookie= h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=function(h){return e(h,!1)};b.getJSON=function(h){return e(h, !0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})});AiCookies=Cookies.noConflict(); ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]- Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h); if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+ Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")|| c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status= "OK";return!0}; ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest(".code-block"),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",d.getAttribute("data-fallback-code")),b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")), f=!0);if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai", b64e(JSON.stringify(e))))}f=b.querySelectorAll(".ai-debug-block");b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position=""))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a), e.classList.remove(c+"-dbg")};function ai_load_cookie(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a}function ai_get_cookie(a,c){var d="",b=ai_load_cookie();b.hasOwnProperty(a)&&b[a].hasOwnProperty(c)&&(d=b[a][c]);return d} function ai_set_cookie(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b} ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",""));return d+b}; var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var f=0;return function(){return f<a.length?{done:!1,value:a[f++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var f="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return f?f.call(a):$jscomp.arrayIterator(a)}; ai_insert=function(a,f,n){for(var k=-1!=f.indexOf(":eq")?jQuery(f):document.querySelectorAll(f),u=0,y=k.length;u<y;u++){var c=k[u];selector_string=c.hasAttribute("id")?"#"+c.getAttribute("id"):c.hasAttribute("class")?"."+c.getAttribute("class").replace(RegExp(" ","g"),"."):"";var v=document.createElement("div");v.innerHTML=n;var p=v.getElementsByClassName("ai-selector-counter")[0];null!=p&&(p.innerText=u+1);p=v.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=p){var m="";"before"==a?m= ai_front.insertion_before:"after"==a?m=ai_front.insertion_after:"prepend"==a?m=ai_front.insertion_prepend:"append"==a?m=ai_front.insertion_append:"replace-content"==a?m=ai_front.insertion_replace_content:"replace-element"==a&&(m=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(p.innerText=m+" "+f+" ("+c.tagName.toLowerCase()+selector_string+")")}p=document.createRange();m=!0;try{var w=p.createContextualFragment(v.innerHTML)}catch(t){m=!1}"before"==a?m?c.parentNode.insertBefore(w, c):jQuery(v.innerHTML).insertBefore(jQuery(c)):"after"==a?m?c.parentNode.insertBefore(w,c.nextSibling):jQuery(v.innerHTML).insertBefore(jQuery(c.nextSibling)):"prepend"==a?m?c.insertBefore(w,c.firstChild):jQuery(v.innerHTML).insertBefore(jQuery(c.firstChild)):"append"==a?m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c)):"replace-content"==a?(c.innerHTML="",m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c))):"replace-element"==a&&(m?c.parentNode.insertBefore(w,c):jQuery(v.innerHTML).insertBefore(jQuery(c)), c.parentNode.removeChild(c))}}; ai_insert_code=function(a){function f(p,m){return null==p?!1:p.classList?p.classList.contains(m):-1<(" "+p.className+" ").indexOf(" "+m+" ")}function n(p,m){null!=p&&(p.classList?p.classList.add(m):p.className+=" "+m)}function k(p,m){null!=p&&(p.classList?p.classList.remove(m):p.className=p.className.replace(new RegExp("(^|\\b)"+m.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof a){var u=!1;if(f(a,"no-visibility-check")||a.offsetWidth||a.offsetHeight||a.getClientRects().length){u= a.getAttribute("data-code");var y=a.getAttribute("data-insertion-position"),c=a.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=c){if(-1!=c.indexOf(":eq")?jQuery(c).length:document.querySelectorAll(c).length)ai_insert(y,c,b64d(u)),k(a,"ai-viewports")}else{y=document.createRange();c=!0;try{var v=y.createContextualFragment(b64d(u))}catch(p){c=!1}c?a.parentNode.insertBefore(v,a.nextSibling):jQuery(b64d(u)).insertBefore(jQuery(a.nextSibling));k(a,"ai-viewports")}u=!0}else v=a.previousElementSibling, f(v,"ai-debug-bar")&&f(v,"ai-debug-script")&&(k(v,"ai-debug-script"),n(v,"ai-debug-viewport-invisible")),k(a,"ai-viewports");return u}}; ai_insert_list_code=function(a){var f=document.getElementsByClassName(a)[0];if("undefined"!=typeof f){var n=ai_insert_code(f),k=f.closest("div.code-block");if(k){n||k.removeAttribute("data-ai");var u=k.querySelectorAll(".ai-debug-block");k&&u.length&&(k.classList.remove("ai-list-block"),k.classList.remove("ai-list-block-ip"),k.classList.remove("ai-list-block-filter"),k.style.visibility="",k.classList.contains("ai-remove-position")&&(k.style.position=""))}f.classList.remove(a);n&& ai_process_elements()}};ai_insert_viewport_code=function(a){var f=document.getElementsByClassName(a)[0];if("undefined"!=typeof f){var n=ai_insert_code(f);f.classList.remove(a);n&&(a=f.closest("div.code-block"),null!=a&&(n=f.getAttribute("style"),null!=n&&a.setAttribute("style",a.getAttribute("style")+" "+n)));setTimeout(function(){f.removeAttribute("style")},2);ai_process_elements()}}; ai_insert_adsense_fallback_codes=function(a){a.style.display="none";var f=a.closest(".ai-fallback-adsense"),n=f.nextElementSibling;n.getAttribute("data-code")?ai_insert_code(n)&&ai_process_elements():n.style.display="block";f.classList.contains("ai-empty-code")&&(a=a.closest(".code-block").getElementsByClassName("code-block-label"),0!=a.length&&(a[0].style.display="none"))}; ai_insert_code_by_class=function(a){var f=document.getElementsByClassName(a)[0];"undefined"!=typeof f&&(ai_insert_code(f),f.classList.remove(a))};ai_insert_client_code=function(a,f){var n=document.getElementsByClassName(a)[0];if("undefined"!=typeof n){var k=n.getAttribute("data-code");null!=k&&ai_check_block()&&ai_check_and_insert_block()&&(n.setAttribute("data-code",k.substring(Math.floor(f/19))),ai_insert_code_by_class(a),n.remove())}};ai_process_elements_active=!1; function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data"));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(); "function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0} var targetNode=document.querySelector("body"),config={attributes:!0,childList:!1,subtree:!0},ai_adsense_callback=function(a,f){for(var n=$jscomp.makeIterator(a),k=n.next();!k.done;k=n.next())k=k.value,"attributes"===k.type&&"data-ad-status"==k.attributeName&&"unfilled"==k.target.dataset.adStatus&&k.target.closest(".ai-fallback-adsense")&&ai_insert_adsense_fallback_codes(k.target)},observer=new MutationObserver(ai_adsense_callback);observer.observe(targetNode,config); var Arrive=function(a,f,n){function k(t,d,e){c.addMethod(d,e,t.unbindEvent);c.addMethod(d,e,t.unbindEventWithSelectorOrCallback);c.addMethod(d,e,t.unbindEventWithSelectorAndCallback)}function u(t){t.arrive=m.bindEvent;k(m,t,"unbindArrive");t.leave=w.bindEvent;k(w,t,"unbindLeave")}if(a.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,c=function(){var t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector; return{matchesSelector:function(d,e){return d instanceof HTMLElement&&t.call(d,e)},addMethod:function(d,e,g){var b=d[e];d[e]=function(){if(g.length==arguments.length)return g.apply(this,arguments);if("function"==typeof b)return b.apply(this,arguments)}},callCallbacks:function(d,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(d=[d[0]]);for(var g=0,b;b=d[g];g++)b&&b.callback&&b.callback.call(b.elem,b.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target, e.selector,e.callback)},checkChildNodesRecursively:function(d,e,g,b){for(var h=0,l;l=d[h];h++)g(l,e,b)&&b.push({callback:e.callback,elem:l}),0<l.childNodes.length&&c.checkChildNodesRecursively(l.childNodes,e,g,b)},mergeArrays:function(d,e){var g={},b;for(b in d)d.hasOwnProperty(b)&&(g[b]=d[b]);for(b in e)e.hasOwnProperty(b)&&(g[b]=e[b]);return g},toElementsArray:function(d){"undefined"===typeof d||"number"===typeof d.length&&d!==a||(d=[d]);return d}}}(),v=function(){var t=function(){this._eventsBucket= [];this._beforeRemoving=this._beforeAdding=null};t.prototype.addEvent=function(d,e,g,b){d={target:d,selector:e,options:g,callback:b,firedElems:[]};this._beforeAdding&&this._beforeAdding(d);this._eventsBucket.push(d);return d};t.prototype.removeEvent=function(d){for(var e=this._eventsBucket.length-1,g;g=this._eventsBucket[e];e--)d(g)&&(this._beforeRemoving&&this._beforeRemoving(g),(g=this._eventsBucket.splice(e,1))&&g.length&&(g[0].callback=null))};t.prototype.beforeAdding=function(d){this._beforeAdding= d};t.prototype.beforeRemoving=function(d){this._beforeRemoving=d};return t}(),p=function(t,d){var e=new v,g=this,b={fireOnAttributesModification:!1};e.beforeAdding(function(h){var l=h.target;if(l===a.document||l===a)l=document.getElementsByTagName("html")[0];var q=new MutationObserver(function(x){d.call(this,x,h)});var r=t(h.options);q.observe(l,r);h.observer=q;h.me=g});e.beforeRemoving(function(h){h.observer.disconnect()});this.bindEvent=function(h,l,q){l=c.mergeArrays(b,l);for(var r=c.toElementsArray(this), x=0;x<r.length;x++)e.addEvent(r[x],h,l,q)};this.unbindEvent=function(){var h=c.toElementsArray(this);e.removeEvent(function(l){for(var q=0;q<h.length;q++)if(this===n||l.target===h[q])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(h){var l=c.toElementsArray(this);e.removeEvent("function"===typeof h?function(q){for(var r=0;r<l.length;r++)if((this===n||q.target===l[r])&&q.callback===h)return!0;return!1}:function(q){for(var r=0;r<l.length;r++)if((this===n||q.target===l[r])&&q.selector=== h)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(h,l){var q=c.toElementsArray(this);e.removeEvent(function(r){for(var x=0;x<q.length;x++)if((this===n||r.target===q[x])&&r.selector===h&&r.callback===l)return!0;return!1})};return this},m=new function(){function t(g,b,h){return c.matchesSelector(g,b.selector)&&(g._id===n&&(g._id=y++),-1==b.firedElems.indexOf(g._id))?(b.firedElems.push(g._id),!0):!1}var d={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};m=new p(function(g){var b= {attributes:!1,childList:!0,subtree:!0};g.fireOnAttributesModification&&(b.attributes=!0);return b},function(g,b){g.forEach(function(h){var l=h.addedNodes,q=h.target,r=[];null!==l&&0<l.length?c.checkChildNodesRecursively(l,b,t,r):"attributes"===h.type&&t(q,b,r)&&r.push({callback:b.callback,elem:q});c.callCallbacks(r,b)})});var e=m.bindEvent;m.bindEvent=function(g,b,h){"undefined"===typeof h?(h=b,b=d):b=c.mergeArrays(d,b);var l=c.toElementsArray(this);if(b.existing){for(var q=[],r=0;r<l.length;r++)for(var x= l[r].querySelectorAll(g),z=0;z<x.length;z++)q.push({callback:h,elem:x[z]});if(b.onceOnly&&q.length)return h.call(q[0].elem,q[0].elem);setTimeout(c.callCallbacks,1,q)}e.call(this,g,b,h)};return m},w=new function(){function t(g,b){return c.matchesSelector(g,b.selector)}var d={};w=new p(function(){return{childList:!0,subtree:!0}},function(g,b){g.forEach(function(h){h=h.removedNodes;var l=[];null!==h&&0<h.length&&c.checkChildNodesRecursively(h,b,t,l);c.callCallbacks(l,b)})});var e=w.bindEvent;w.bindEvent= function(g,b,h){"undefined"===typeof h?(h=b,b=d):b=c.mergeArrays(d,b);e.call(this,g,b,h)};return w};f&&u(f.fn);u(HTMLElement.prototype);u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);f={};k(m,f,"unbindAllArrive");k(w,f,"unbindAllLeave");return f}}(window,"undefined"===typeof jQuery?null:jQuery,void 0); ;(function(h,f){h(function(){function m(a,b){return null!=a&&null!=b&&a.toLowerCase()===b.toLowerCase()}function h(a,b){var c,d=a.length;if(!d||!b)return!1;var f=b.toLowerCase();for(c=0;c<d;++c)if(f===a[c].toLowerCase())return!0;return!1}function k(a){for(var b in a)l.call(a,b)&&(a[b]=new RegExp(a[b],"i"))}function g(a,b){this.ua=(a||"").substr(0,500);this._cache={};this.maxPhoneWidth=b||600}var b={mobileDetectRules:{phones:{iPhone:"\\biPhone\\b|\\biPod\\b",BlackBerry:"BlackBerry|\\bBB10\\b|rim[0-9]+|\\b(BBA100|BBB100|BBD100|BBE100|BBF100|STH100)\\b-[0-9]+", HTC:"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel",Nexus:"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 6",Dell:"Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b",Motorola:"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\bMoto E\\b|XT1068|XT1092|XT1052", Samsung:"\\bSamsung\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F", LG:"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323|M257)|LM-G710", Sony:"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533",Asus:"Asus.*Galaxy|PadFone.*Mobile",NokiaLumia:"Lumia [0-9]{3,4}",Micromax:"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b",Palm:"PalmSource|Palm",Vertu:"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature",Pantech:"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790", Fly:"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250",Wiko:"KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM",iMobile:"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)",SimValley:"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b", Wolfgang:"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q",Alcatel:"Alcatel",Nintendo:"Nintendo (3DS|Switch)",Amoi:"Amoi",INQ:"INQ",OnePlus:"ONEPLUS",GenericPhone:"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},tablets:{iPad:"iPad|iPad.*Mobile",NexusTablet:"Android.*Nexus[\\s]+(7|9|10)",GoogleTablet:"Android.*Pixel C",SamsungTablet:"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-T830|SM-T837V|SM-T720|SM-T510|SM-T387V", Kindle:"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\b|Android.*Silk/[0-9.]+ like Chrome/[0-9.]+ (?!Mobile)",SurfaceTablet:"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)",HPTablet:"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10",AsusTablet:"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\bME70C\\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\bP027\\b|\\bP024\\b|\\bP00C\\b", BlackBerryTablet:"PlayBook|RIM Tablet",HTCtablet:"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410",MotorolaTablet:"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617",NookTablet:"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2",AcerTablet:"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b|\\bA3-A11\\b|\\bA3-A20\\b|\\bA3-A30", ToshibaTablet:"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO",LGTablet:"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b",FujitsuTablet:"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b",PrestigioTablet:"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002", LenovoTablet:"Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)|TB-X103F|TB-X304X|TB-X304F|TB-X304L|TB-X505F|TB-X505L|TB-X505X|TB-X605F|TB-X605L|TB-8703F|TB-8703X|TB-8703N|TB-8704N|TB-8704F|TB-8704X|TB-8704V|TB-7304F|TB-7304I|TB-7304X|Tab2A7-10F|Tab2A7-20F|TB2-X30L|YT3-X50L|YT3-X50F|YT3-X50M|YT-X705F|YT-X703F|YT-X703L|YT-X705L|YT-X705X|TB2-X30F|TB2-X30L|TB2-X30M|A2107A-F|A2107A-H|TB3-730F|TB3-730M|TB3-730X|TB-7504F|TB-7504X", DellTablet:"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7",YarvikTablet:"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b", MedionTablet:"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB",ArnovaTablet:"97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2",IntensoTablet:"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004",IRUTablet:"M702pro",MegafonTablet:"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b",EbodaTablet:"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)",AllViewTablet:"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)",ArchosTablet:"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b", AinolTablet:"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark",NokiaLumiaTablet:"Lumia 2520",SonyTablet:"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|SGP612|SGP712",PhilipsTablet:"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b", CubeTablet:"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT",CobyTablet:"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010",MIDTablet:"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10", MSITablet:"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b",SMiTTablet:"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)",RockChipTablet:"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A",FlyTablet:"IQ310|Fly Vision",bqTablet:"Android.*(bq)?.*\\b(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))\\b|Maxwell.*Lite|Maxwell.*Plus", HuaweiTablet:"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-L09|CMR-AL19",NecTablet:"\\bN-06D|\\bN-08D",PantechTablet:"Pantech.*P4100",BronchoTablet:"Broncho.*(N701|N708|N802|a710)",VersusTablet:"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b",ZyncTablet:"z1000|Z99 2G|z930|z990|z909|Z919|z900",PositivoTablet:"TB07STA|TB10STA|TB07FTA|TB10FTA",NabiTablet:"Android.*\\bNabi",KoboTablet:"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build", DanewTablet:"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b",TexetTablet:"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE", PlaystationTablet:"Playstation.*(Portable|Vita)",TrekstorTablet:"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab",PyleAudioTablet:"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b",AdvanTablet:"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ",DanyTechTablet:"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1", GalapadTablet:"Android.*\\bG1\\b(?!\\))",MicromaxTablet:"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b",KarbonnTablet:"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b",AllFineTablet:"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide",PROSCANTablet:"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b", YONESTablet:"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026",ChangJiaTablet:"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503",GUTablet:"TX-A1301|TX-M9002|Q702|kf026", PointOfViewTablet:"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10",OvermaxTablet:"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)|Qualcore 1027", HCLTablet:"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync",DPSTablet:"DPS Dream 9|DPS Dual 7",VistureTablet:"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10",CrestaTablet:"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989",MediatekTablet:"\\bMT8125|MT8389|MT8135|MT8377\\b",ConcordeTablet:"Concorde([ ]+)?Tab|ConCorde ReadMan",GoCleverTablet:"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042", ModecomTablet:"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003",VoninoTablet:"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b", ECSTablet:"V07OT2|TM105A|S10OT1|TR10CS1",StorexTablet:"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab",VodafoneTablet:"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497|VFD 1400",EssentielBTablet:"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2",RossMoorTablet:"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711",iMobileTablet:"i-mobile i-note",TolinoTablet:"tolino tab [0-9.]+|tolino shine",AudioSonicTablet:"\\bC-22Q|T7-QC|T-17B|T-17P\\b",AMPETablet:"Android.* A78 ",SkkTablet:"Android.* (SKYPAD|PHOENIX|CYCLOPS)", TecnoTablet:"TECNO P9|TECNO DP8D",JXDTablet:"Android.* \\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b",iJoyTablet:"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)", FX2Tablet:"FX2 PAD7|FX2 PAD10",XoroTablet:"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151",ViewsonicTablet:"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a", VerizonTablet:"QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1",OdysTablet:"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10",CaptivaTablet:"CAPTIVA PAD",IconbitTablet:"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S",TeclastTablet:"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi", OndaTablet:"\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\\b[\\s]+|V10 \\b4G\\b",JaytechTablet:"TPC-PA762",BlaupunktTablet:"Endeavour 800NG|Endeavour 1010",DigmaTablet:"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b", EvolioTablet:"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b",LavaTablet:"QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b",AocTablet:"MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712",MpmanTablet:"MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\\bMPG7\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010", CelkonTablet:"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b",WolderTablet:"miTab \\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\b",MediacomTablet:"M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA",MiTablet:"\\bMI PAD\\b|\\bHM NOTE 1W\\b", NibiruTablet:"Nibiru M1|Nibiru Jupiter One",NexoTablet:"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI",LeaderTablet:"TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100",UbislateTablet:"UbiSlate[\\s]?7C",PocketBookTablet:"Pocketbook",KocasoTablet:"\\b(TB-1207)\\b",HisenseTablet:"\\b(F5281|E2371)\\b",Hudl:"Hudl HT7S3|Hudl 2",TelstraTablet:"T-Hub2",GenericTablet:"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bTP750\\b|\\bQTAQZ3\\b|WVT101|TM1088|KT107"}, oss:{AndroidOS:"Android",BlackBerryOS:"blackberry|\\bBB10\\b|rim tablet os",PalmOS:"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino",SymbianOS:"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b",WindowsMobileOS:"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Windows Mobile|Windows Phone [0-9.]+|WCE;",WindowsPhoneOS:"Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;",iOS:"\\biPhone.*Mobile|\\biPod|\\biPad|AppleCoreMedia", iPadOS:"CPU OS 13",MeeGoOS:"MeeGo",MaemoOS:"Maemo",JavaOS:"J2ME/|\\bMIDP\\b|\\bCLDC\\b",webOS:"webOS|hpwOS",badaOS:"\\bBada\\b",BREWOS:"BREW",Windows:"Windows","Windows NT":"Windows NT","OS X":"Mac OS X",Debian:"Debian",Ubuntu:"Ubuntu",Macintosh:"PPC",OpenBSD:"OpenBSD",Linux:"Linux",ChromeOS:"CrOS"},uas:{Dolfin:"\\bDolfin\\b",Skyfire:"Skyfire",Bolt:"bolt",TeaShark:"teashark",Blazer:"Blazer",WeChat:"\\bMicroMessenger\\b",baiduboxapp:"baiduboxapp",baidubrowser:"baidubrowser",DiigoBrowser:"DiigoBrowser", Mercury:"\\bMercury\\b",ObigoBrowser:"Obigo",NetFront:"NF-Browser",GenericBrowser:"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger",PaleMoon:"Android.*PaleMoon|Mobile.*PaleMoon","Opera Mini":"Opera Mini",Opera:"Opera|OPR",Edge:"Edge",UCBrowser:"UCBrowser",Vivaldi:"Vivaldi",Chrome:"Chrome",Firefox:"Firefox",Safari:"Safari",IE:"MSIE|IEMobile|MSIEMobile|Trident/[.0-9]+",Netscape:"Netscape",Mozilla:"Mozilla"},props:{Mobile:"Mobile/[VER]", Build:"Build/[VER]",Version:"Version/[VER]",VendorID:"VendorID/[VER]",iPad:"iPad.*CPU[a-z ]+[VER]",iPhone:"iPhone.*CPU[a-z ]+[VER]",iPod:"iPod.*CPU[a-z ]+[VER]",Kindle:"Kindle/[VER]",Chrome:["Chrome/[VER]","CriOS/[VER]","CrMo/[VER]"],Coast:["Coast/[VER]"],Dolfin:"Dolfin/[VER]",Firefox:["Firefox/[VER]","FxiOS/[VER]"],Fennec:"Fennec/[VER]",NetFront:"NetFront/[VER]",NokiaBrowser:"NokiaBrowser/[VER]","Opera Mobi":"Version/[VER]",UCBrowser:["UCWEB[VER]","UC.*Browser/[VER]"],MQQBrowser:"MQQBrowser/[VER]", MicroMessenger:"MicroMessenger/[VER]",baiduboxapp:"baiduboxapp/[VER]",baidubrowser:"baidubrowser/[VER]",SamsungBrowser:"SamsungBrowser/[VER]",Iron:"Iron/[VER]",Safari:["Version/[VER]","Safari/[VER]"],Skyfire:"Skyfire/[VER]",Tizen:"Tizen/[VER]",Webkit:"webkit[ /][VER]",PaleMoon:"PaleMoon/[VER]",Gecko:"Gecko/[VER]",Trident:"Trident/[VER]",Presto:"Presto/[VER]",Goanna:"Goanna/[VER]",iOS:" \\bi?OS\\b [VER][ ;]{1}",Android:"Android [VER]",BlackBerry:["BlackBerry[\\w]+/[VER]","BlackBerry.*Version/[VER]", "Version/[VER]"],BREW:"BREW [VER]",Java:"Java/[VER]","Windows Phone OS":["Windows Phone OS [VER]","Windows Phone [VER]"],"Windows Phone":"Windows Phone [VER]","Windows CE":"Windows CE/[VER]",Symbian:["SymbianOS/[VER]","Symbian/[VER]"],webOS:["webOS/[VER]","hpwOS/[VER];"],Windows:"Windows NT [VER]","Windows NT":"Windows NT [VER]","OS X":"OS X [VER]",BlackBerryOS:["BlackBerry[w]+/[VER]","BlackBerry.*Version/[VER]","Version/[VER]"],AndroidOS:"Android [VER]",ChromeOS:"CrOS x86_64 [VER]","Opera Mini":"Opera Mini/[VER]", Opera:[" OPR/[VER]","Opera Mini/[VER]","Version/[VER]","Opera [VER]"],Netscape:"Netscape/[VER]",Mozilla:"rv:[VER]",IE:["IEMobile/[VER];","IEMobile [VER]","MSIE [VER];","rv:[VER]"],Edge:"Edge/[VER]",Vivaldi:"Vivaldi/[VER]"},utils:{Bot:"Googlebot|facebookexternalhit|Google-AMPHTML|s~amp-validator|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom|contentkingapp", MobileBot:"Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2",DesktopMode:"WPDesktop",TV:"SonyDTV|HbbTV",WebKit:"(webkit)[ /]([\\w.]+)",Console:"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|Nintendo Switch|PLAYSTATION|Xbox)\\b",Watch:"SM-V700",Macintosh:"Macintosh"}},detectMobileBrowsers:{fullPattern:/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i, shortPattern:/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i, tabletPattern:/android|ipad|playbook|silk/i}},l=Object.prototype.hasOwnProperty;b.FALLBACK_PHONE="UnknownPhone";b.FALLBACK_TABLET="UnknownTablet";b.FALLBACK_MOBILE="UnknownMobile";var n="isArray"in Array?Array.isArray:function(a){return"[object Array]"===Object.prototype.toString.call(a)};(function(){var a,c,e=b.mobileDetectRules;for(a in e.props)if(l.call(e.props,a)){var d=e.props[a];n(d)||(d=[d]);var f=d.length;for(c=0;c<f;++c){var g=d[c];var h=g.indexOf("[VER]");0<=h&&(g=g.substring(0,h)+"([\\w._\\+]+)"+ g.substring(h+5));d[c]=new RegExp(g,"i")}e.props[a]=d}k(e.oss);k(e.phones);k(e.tablets);k(e.uas);k(e.utils);e.oss0={WindowsPhoneOS:e.oss.WindowsPhoneOS,WindowsMobileOS:e.oss.WindowsMobileOS}})();b.findMatch=function(a,b){for(var c in a)if(l.call(a,c)&&a[c].test(b))return c;return null};b.findMatches=function(a,b){var c=[],d;for(d in a)l.call(a,d)&&a[d].test(b)&&c.push(d);return c};b.getVersionStr=function(a,c){var e=b.mobileDetectRules.props,d;if(l.call(e,a)){e=e[a];var f=e.length;for(d=0;d<f;++d){var g= e[d].exec(c);if(null!==g)return g[1]}}return null};b.getVersion=function(a,c){var e=b.getVersionStr(a,c);return e?b.prepareVersionNo(e):NaN};b.prepareVersionNo=function(a){var b=a.split(/[a-z._ \/\-]/i);1===b.length&&(a=b[0]);1<b.length&&(a=b[0]+".",b.shift(),a+=b.join(""));return Number(a)};b.isMobileFallback=function(a){return b.detectMobileBrowsers.fullPattern.test(a)||b.detectMobileBrowsers.shortPattern.test(a.substr(0,4))};b.isTabletFallback=function(a){return b.detectMobileBrowsers.tabletPattern.test(a)}; b.prepareDetectionCache=function(a,c,e){if(a.mobile===f){var d;(d=b.findMatch(b.mobileDetectRules.tablets,c))?(a.mobile=a.tablet=d,a.phone=null):(d=b.findMatch(b.mobileDetectRules.phones,c))?(a.mobile=a.phone=d,a.tablet=null):b.isMobileFallback(c)?(c=g.isPhoneSized(e),c===f?(a.mobile=b.FALLBACK_MOBILE,a.tablet=a.phone=null):c?(a.mobile=a.phone=b.FALLBACK_PHONE,a.tablet=null):(a.mobile=a.tablet=b.FALLBACK_TABLET,a.phone=null)):b.isTabletFallback(c)?(a.mobile=a.tablet=b.FALLBACK_TABLET,a.phone=null): a.mobile=a.tablet=a.phone=null}};b.mobileGrade=function(a){var b=null!==a.mobile();if(a.os("iOS")&&4.3<=a.version("iPad")||a.os("iOS")&&3.1<=a.version("iPhone")||a.os("iOS")&&3.1<=a.version("iPod")||2.1<a.version("Android")&&a.is("Webkit")||7<=a.version("Windows Phone OS")||a.is("BlackBerry")&&6<=a.version("BlackBerry")||a.match("Playbook.*Tablet")||1.4<=a.version("webOS")&&a.match("Palm|Pre|Pixi")||a.match("hp.*TouchPad")||a.is("Firefox")&&12<=a.version("Firefox")||a.is("Chrome")&&a.is("AndroidOS")&& 4<=a.version("Android")||a.is("Skyfire")&&4.1<=a.version("Skyfire")&&a.is("AndroidOS")&&2.3<=a.version("Android")||a.is("Opera")&&11<a.version("Opera Mobi")&&a.is("AndroidOS")||a.is("MeeGoOS")||a.is("Tizen")||a.is("Dolfin")&&2<=a.version("Bada")||(a.is("UC Browser")||a.is("Dolfin"))&&2.3<=a.version("Android")||a.match("Kindle Fire")||a.is("Kindle")&&3<=a.version("Kindle")||a.is("AndroidOS")&&a.is("NookTablet")||11<=a.version("Chrome")&&!b||5<=a.version("Safari")&&!b||4<=a.version("Firefox")&&!b|| 7<=a.version("MSIE")&&!b||10<=a.version("Opera")&&!b)return"A";if(a.os("iOS")&&4.3>a.version("iPad")||a.os("iOS")&&3.1>a.version("iPhone")||a.os("iOS")&&3.1>a.version("iPod")||a.is("Blackberry")&&5<=a.version("BlackBerry")&&6>a.version("BlackBerry")||5<=a.version("Opera Mini")&&6.5>=a.version("Opera Mini")&&(2.3<=a.version("Android")||a.is("iOS"))||a.match("NokiaN8|NokiaC7|N97.*Series60|Symbian/3")||11<=a.version("Opera Mobi")&&a.is("SymbianOS"))return"B";5>a.version("BlackBerry")||a.match("MSIEMobile|Windows CE.*Mobile")|| a.version("Windows Mobile");return"C"};b.detectOS=function(a){return b.findMatch(b.mobileDetectRules.oss0,a)||b.findMatch(b.mobileDetectRules.oss,a)};b.getDeviceSmallerSide=function(){return window.screen.width<window.screen.height?window.screen.width:window.screen.height};g.prototype={constructor:g,mobile:function(){b.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth);return this._cache.mobile},phone:function(){b.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth);return this._cache.phone}, tablet:function(){b.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth);return this._cache.tablet},userAgent:function(){this._cache.userAgent===f&&(this._cache.userAgent=b.findMatch(b.mobileDetectRules.uas,this.ua));return this._cache.userAgent},userAgents:function(){this._cache.userAgents===f&&(this._cache.userAgents=b.findMatches(b.mobileDetectRules.uas,this.ua));return this._cache.userAgents},os:function(){this._cache.os===f&&(this._cache.os=b.detectOS(this.ua));return this._cache.os}, version:function(a){return b.getVersion(a,this.ua)},versionStr:function(a){return b.getVersionStr(a,this.ua)},is:function(a){return h(this.userAgents(),a)||m(a,this.os())||m(a,this.phone())||m(a,this.tablet())||h(b.findMatches(b.mobileDetectRules.utils,this.ua),a)},match:function(a){a instanceof RegExp||(a=new RegExp(a,"i"));return a.test(this.ua)},isPhoneSized:function(a){return g.isPhoneSized(a||this.maxPhoneWidth)},mobileGrade:function(){this._cache.grade===f&&(this._cache.grade=b.mobileGrade(this)); return this._cache.grade}};g.isPhoneSized="undefined"!==typeof window&&window.screen?function(a){return 0>a?f:b.getDeviceSmallerSide()<=a}:function(){};g._impl=b;g.version="1.4.4 2019-09-21";return g})})(function(h){if("undefined"!==typeof module&&module.exports)return function(f){module.exports=f()};if("function"===typeof define&&define.amd)return define;if("undefined"!==typeof window)return function(f){window.MobileDetect=f()};throw Error("unknown environment");}()); var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,n){a.raw=n;return a};$jscomp.arrayIteratorImpl=function(a){var n=0;return function(){return n<a.length?{done:!1,value:a[n++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var n="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return n?n.call(a):$jscomp.arrayIterator(a)}; jQuery(function(a){function n(c){c=c.match(ba);return null!=c&&1<c.length&&"string"===typeof c[1]&&0<c[1].length?c[1].toLowerCase():null}function E(c){return c.includes(":")?(c=c.split(":"),1E3*(3600*parseInt(c[0])+60*parseInt(c[1])+parseInt(c[2]))):null}function v(c){try{var l=Date.parse(c);isNaN(l)&&(l=null)}catch(G){l=null}if(null==l&&c.includes(" ")){c=c.split(" ");try{l=Date.parse(c[0]),l+=E(c[1]),isNaN(l)&&(l=null)}catch(G){l=null}}return l}function H(){(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&& "function"==typeof __tcfapi&&"function"==typeof ai_load_blocks&&"undefined"==typeof ai_iab_tcf_callback_installed&&(__tcfapi("addEventListener",2,function(c,l){l&&"useractioncomplete"===c.eventStatus&&(ai_tcData=c,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))}),ai_iab_tcf_callback_installed=!0)}function w(c){c=("; "+document.cookie).split("; "+c+"=");if(2===c.length)return c.pop().split(";").shift()} function k(c){if(w(c)){var l=window.location.hostname;w(c)&&(document.cookie=c+"=;path=/"+(l?";domain="+l:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT");document.cookie=c+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"}}Array.prototype.includes||(Array.prototype.includes=function(c){return!!~this.indexOf(c)});var ba=RegExp(":\\/\\/(.[^/:]+)","i");ai_process_lists=function(c){function l(m,e,d){if(0==m.length){if("!@!"==d)return!0;e!=d&&("true"==d.toLowerCase()?d=!0:"false"==d.toLowerCase()&&(d= !1));return e==d}if("object"!=typeof e&&"array"!=typeof e)return!1;var h=m[0];m=m.slice(1);if("*"==h)for(e=$jscomp.makeIterator(Object.entries(e)),h=e.next();!h.done;h=e.next()){if(h=$jscomp.makeIterator(h.value),h.next(),h=h.next().value,l(m,h,d))return!0}else if(h in e)return l(m,e[h],d);return!1}function G(m,e,d){if("object"!=typeof m||-1==e.indexOf("["))return!1;e=e.replace(/]| /gi,"").split("[");return l(e,m,d)}function ca(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("IAB TCF 2.0 DETECTED"), __tcfapi("getTCData",2,function(m,e){e?(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==m.eventStatus||"useractioncomplete"==m.eventStatus?(ai_tcData=m,m.gdprApplies?a("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"):jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 GDPR DOES NOT APPLY"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==m.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("IAB TCF 2.0 CMP UI SHOWN"), a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))):(a("#ai-iab-tcf-status").text("IAB TCF 2.0 __tcfapi getTCData failed"),a("#ai-iab-tcf-bar").removeClass("status-ok").addClass("status-error"))}))}function K(m){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&H(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,ca(),cookies_need_tcData=!0)):m&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("IAB TCF 2.0 MISSING: __tcfapi function not found"))} c=null==c?a("div.ai-list-data, meta.ai-list-data"):c.filter(".ai-list-data");if(c.length){c.removeClass("ai-list-data");var V=getAllUrlParams(window.location.search);if(null!=V.referrer)var y=V.referrer;else y=document.referrer,""!=y&&(y=n(y));var R=window.navigator.userAgent,S=R.toLowerCase(),W=navigator.language,L=W.toLowerCase();if("undefined"!==typeof MobileDetect)var X=new MobileDetect(R);c.each(function(){var m=document.cookie.split(";");m.forEach(function(A,g){m[g]=A.trim()});var e=a(this).closest("div.code-block"), d=!0,h=a(this).attr("referer-list");if("undefined"!=typeof h){h=b64d(h).split(",");var r=a(this).attr("referer-list-type"),I=!1;a.each(h,function(A,g){g=g.trim();if(""==g)return!0;if("*"==g.charAt(0))if("*"==g.charAt(g.length-1)){if(g=g.substr(1,g.length-2),-1!=y.indexOf(g))return I=!0,!1}else{if(g=g.substr(1),y.substr(-g.length)==g)return I=!0,!1}else if("*"==g.charAt(g.length-1)){if(g=g.substr(0,g.length-1),0==y.indexOf(g))return I=!0,!1}else if("#"==g){if(""==y)return I=!0,!1}else if(g==y)return I= !0,!1});var p=I;switch(r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}if(d&&(h=a(this).attr("client-list"),"undefined"!=typeof h&&"undefined"!==typeof X))switch(h=b64d(h).split(","),r=a(this).attr("client-list-type"),p=!1,a.each(h,function(A,g){if(""==g.trim())return!0;var M=g.split("&&");a.each(M,function(da,b){var u=!0,t=!1;for(b=b.trim();"!!"==b.substring(0,2);)u=!u,b=b.substring(2);"language:"==b.substring(0,9)&&(t=!0,b=b.substring(9).toLowerCase());var q=!1;t?"*"==b.charAt(0)?"*"==b.charAt(b.length- 1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=L.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),L.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==L.indexOf(b)&&(q=!0)):b==L&&(q=!0):"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=S.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),S.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==S.indexOf(b)&&(q=!0)):X.is(b)&& (q=!0);p=q?u:!u;if(!p)return!1});if(p)return!1}),r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}var N=h=!1;for(r=1;2>=r;r++)if(d){switch(r){case 1:var f=a(this).attr("cookie-list");break;case 2:f=a(this).attr("parameter-list")}if("undefined"!=typeof f){f=b64d(f);switch(r){case 1:var B=a(this).attr("cookie-list-type");break;case 2:B=a(this).attr("parameter-list-type")}f=f.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");f=f.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");f=f.replace("tcf-google", "tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-google","!!tcf-v2[vendor][consents][755]");f=f.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-media.net","!!tcf-v2[vendor][consents][142]");f=f.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-amazon","!!tcf-v2[vendor][consents][793]");f=f.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true"); f=f.replace("tcf-no-ezoic","!!tcf-v2[vendor][consents][347]");var D=f.split(","),Y=[];m.forEach(function(A){A=A.split("=");try{var g=JSON.parse(decodeURIComponent(A[1]))}catch(M){g=decodeURIComponent(A[1])}Y[A[0]]=g});p=!1;var O=a(this);a.each(D,function(A,g){var M=g.split("&&");a.each(M,function(da,b){var u=!0;for(b=b.trim();"!!"==b.substring(0,2);)u=!u,b=b.substring(2);var t=b,q="!@!",Z=-1!=b.indexOf("["),aa=(0==b.indexOf("tcf-v2")||0==b.indexOf("euconsent-v2"))&&-1!=b.indexOf("[");-1!=b.indexOf("=")&& (q=b.split("="),t=q[0],q=q[1],Z=-1!=t.indexOf("["),aa=(0==t.indexOf("tcf-v2")||0==t.indexOf("euconsent-v2"))&&-1!=t.indexOf("["));if(aa)a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData?(a("#ai-iab-tcf-bar").addClass("status-ok"),t=t.replace(/]| /gi,"").split("["),t.shift(),p=(t=l(t,ai_tcData,q))?u:!u):(O.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi?K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){"function"== typeof __tcfapi?K(!1):setTimeout(function(){K(!0)},3E3)},1E3)},600)));else if(Z)p=(t=G(Y,t,q))?u:!u;else{var T=!1;"!@!"==q?m.every(function(ea){return ea.split("=")[0]==b?(T=!0,!1):!0}):T=-1!=m.indexOf(b);p=T?u:!u}if(!p)return!1});if(p)return!1});p&&(N=!1);switch(B){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}}a(this).hasClass("ai-list-manual")&&(d?(O.removeClass("ai-list-data"),O.removeClass("ai-list-manual")):(h=!0,O.addClass("ai-list-data")));if(d||!h&&!N)if(f=a(this).data("debug-info"),"undefined"!= typeof f&&(f=a("."+f),0!=f.length)){var x=f.parent();x.hasClass("ai-debug-info")&&x.remove()}x=a(this).prevAll(".ai-debug-bar.ai-debug-lists");f=""==y?"#":y;x.find(".ai-debug-name.ai-list-info").text(f).attr("title",R+"\n"+W);x.find(".ai-debug-name.ai-list-status").text(d?ai_front.visible:ai_front.hidden);f=!1;if(d&&(r=a(this).attr("scheduling-start"),B=a(this).attr("scheduling-end"),D=a(this).attr("scheduling-days"),"undefined"!=typeof r&&"undefined"!=typeof B&&"undefined"!=typeof D)){f=!0;var z= b64d(r),P=b64d(B),U=parseInt(a(this).attr("scheduling-fallback")),Q=parseInt(a(this).attr("gmt"));z.includes("-")||P.includes("-")?(B=v(z)+Q,r=v(P)+Q):(B=E(z),r=E(P));D=b64d(D).split(",");x=a(this).attr("scheduling-type");var C=(new Date).getTime()+Q,F=new Date(C),J=F.getDay();z.includes("-")||P.includes("-")||(z=(new Date(F.getFullYear(),F.getMonth(),F.getDate())).getTime()+Q,C-=z,0>C&&(C+=864E5));0==J?J=6:J--;z=C>=B&&C<r&&D.includes(J.toString());switch(x){case "B":z=!z}z||(d=!1);F=F.toISOString().split(".")[0].replace("T", " ");x=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");x.find(".ai-debug-name.ai-scheduling-info").text(F+" "+J+" current_time:"+Math.floor(C.toString()/1E3)+" start_date:"+Math.floor(B/1E3).toString()+" ="+(C>=B).toString()+" end_date:"+Math.floor(r/1E3).toString()+" =:"+(C<r).toString()+" days:"+D.toString()+" =:"+D.includes(J.toString()).toString());x.find(".ai-debug-name.ai-scheduling-status").text(d?ai_front.visible:ai_front.hidden);d||0==U||(x.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"), x.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+" = "+U))}if(h||!d&&N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});d?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(d=b64d(a(this).data("code")),0!=a(this).closest("head").length?(a(this).after(d),a(this).remove()):a(this).append(d),ai_process_element_lists(this))):f&&!z&&0!=U?(e.css({visibility:""}),e.hasClass("ai-remove-position")&& e.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(d=b64d(a(this).data("fallback-code")),a(this).append(d),ai_process_element_lists(this)):(a(this).hide(),!e.find(".ai-debug-block").length&&e[0].hasAttribute("style")&&-1==e.attr("style").indexOf("height:")&&e.hide()),d=e.attr("data-ai"),"undefined"!==typeof d&&!1!==d&&(d=a(this).attr("fallback-tracking"),"undefined"!==typeof d&&!1!==d&&e.attr("data-ai-"+a(this).attr("fallback_level"), d))):(a(this).hide(),e.length&&(e.removeAttr("data-ai").removeClass("ai-track"),e.find(".ai-debug-block").length?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&e.css({position:""})):e[0].hasAttribute("style")&&-1==e.attr("style").indexOf("height:")&&e.hide()));a(this).attr("data-code","");a(this).attr("data-fallback-code","");e.removeClass("ai-list-block")})}};a(document).ready(function(c){setTimeout(function(){ai_process_lists();setTimeout(function(){H();if("function"== typeof ai_load_blocks){var l=function(G){"cmplzEnableScripts"!=G.type&&"all"!==G.consentLevel||ai_load_blocks()};jQuery(document).on("cmplzEnableScripts",l);jQuery(document).on("cmplz_event_marketing",l)}},50);jQuery(".ai-debug-page-type").dblclick(function(){jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES");jQuery("#ai-iab-tcf-bar").show()});jQuery("#ai-iab-tcf-bar").click(function(){k("euconsent-v2");k("__lxG__consent__v2");k("__lxG__consent__v2_daisybit");k("__lxG__consent__v2_gdaisybit");k("CookieLawInfoConsent"); k("cookielawinfo-checkbox-advertisement");k("cookielawinfo-checkbox-analytics");k("cookielawinfo-checkbox-necessary");k("complianz_policy_id");k("complianz_consent_status");k("cmplz_marketing");k("cmplz_consent_status");k("cmplz_preferences");k("cmplz_statistics-anonymous");k("cmplz_choice");k("cmplz_banner-status");k("cmplz_functional");k("cmplz_policy_id");k("cmplz_statistics");k("moove_gdpr_popup");k("real_cookie_banner-blog:1-tcf");k("real_cookie_banner-blog:1");jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES DELETED")})}, 5)})}); function ai_process_element_lists(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&& 1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)} function getAllUrlParams(a){var n=a?a.split("?")[1]:window.location.search.slice(1);a={};if(n){n=n.split("#")[0];n=n.split("&");for(var E=0;E<n.length;E++){var v=n[E].split("="),H=void 0,w=v[0].replace(/\[\d*\]/,function(k){H=k.slice(1,-1);return""});v="undefined"===typeof v[1]?"":v[1];w=w.toLowerCase();v=v.toLowerCase();a[w]?("string"===typeof a[w]&&(a[w]=[a[w]]),"undefined"===typeof H?a[w].push(v):a[w][H]=v):a[w]=v}}return a}; jQuery(function(a){function u(e,c){c||(c=window.location.href);e=e.replace(/[\[\]]/g,"\\$&");var f=(new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)")).exec(c);return f?f[2]?decodeURIComponent(f[2].replace(/\+/g," ")):"":null}function v(e){e.removeClass("ai-ip-data");var c=!1;if(""!=ai_ip_data){try{var f=JSON.parse(ai_ip_data),g=f[0],l=f[1],n=f[2],p=f[3]}catch(d){return}var r=!1;-1!=g.indexOf("#")&&(r=!0,g=g.replace("#",""));var q="";r&&(q="CFP BLOCKED, ");q=q+g+", "+l;null!=n&&null!=p&&(q=q+":"+n+":"+p);null== n&&(n="");null==p&&(p="");null!=f&&e.each(function(){var d=a(this).closest("div.code-block");c=!0;var h=a(this).attr("ip-addresses");if("undefined"!=typeof h){h=h.split(",");var t=a(this).attr("ip-address-list"),k=!1;a.each(h,function(w,b){if("*"==b.charAt(0))if("*"==b.charAt(b.length-1)){if(b=b.substr(1,b.length-2),-1!=g.indexOf(b))return k=!0,!1}else{if(b=b.substr(1),g.substr(-b.length)==b)return k=!0,!1}else if("*"==b.charAt(b.length-1)){if(b=b.substr(0,b.length-1),0==g.indexOf(b))return k= !0,!1}else if("#"==b){if(""==g)return k=!0,!1}else if("CFP"==b.toUpperCase()){if(r)return k=!0,!1}else if(b==g)return k=!0,!1});switch(t){case "B":k&&(c=!1);break;case "W":k||(c=!1)}}if(c&&(h=a(this).attr("countries"),"undefined"!=typeof h))switch(h=h.split(","),t=a(this).attr("country-list"),k=!1,a.each(h,function(w,b){var m=b.trim().split(":");if(null==m[1]||""==n)m[1]="";if(null==m[2]||""==p)m[2]="";var x=m.join(":").toUpperCase();m=(l+":"+(""==m[1]?"":n)+":"+(""==m[2]?"":p)).toUpperCase();if(x== m)return k=!0,!1}),t){case "B":k&&(c=!1);break;case "W":k||(c=!1)}a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});h=a(this).prev(".ai-debug-bar");h.find(".ai-debug-name.ai-ip-country").text(q);h.find(".ai-debug-name.ai-ip-status").text(c?ai_front.visible:ai_front.hidden);c?(d.css({visibility:""}),d.hasClass("ai-remove-position")&&d.css({position:""}),"undefined"!=typeof a(this).data("code")&&(h=b64d(a(this).data("code")),0!=a(this).closest("head").length?(a(this).after(h), a(this).remove()):a(this).append(h),a(this).attr("data-code",""),ai_process_element(this))):(a(this).hide(),d.length&&(d.removeAttr("data-ai").removeClass("ai-track"),d.find(".ai-debug-block").length?(d.css({visibility:""}).removeClass("ai-close"),d.hasClass("ai-remove-position")&&d.css({position:""}),"undefined"!=typeof a(this).data("code")&&(d.removeClass("ai-list-block"),d.removeClass("ai-list-block-filter"),d.prev().hasClass("ai-debug-info")&&d.prev().remove())):d[0].hasAttribute("style")&&-1== d.attr("style").indexOf("height:")&&d.hide()));d.removeClass("ai-list-block-ip")})}}ai_process_ip_addresses=function(e){e=null==e?a("div.ai-ip-data, meta.ai-ip-data"):e.filter(".ai-ip-data");if(e.length)if("undefined"!=typeof ai_ip_data)v(e);else if("undefined"==typeof ai_ip_data_requested){ai_ip_data_requested=!0;var c="/wp-admin/admin-ajax.php?action=ai_ajax&ip-data=ip-address-country-city",f=u("ai-debug-ip-address");null!=f&&(c+="&ai-debug-ip-address="+f);f=u("ai-debug-country");null!= f&&(c+="&ai-debug-country="+f);a.ajax({url:c,type:"post",data:{ai_check:"09ac48dd4a",ai_version:(new Date).getTime()+"-"+Math.round(1E5*Math.random())},async:!0}).done(function(g){ai_ip_data=g;if(""==g){var l="Ajax request returned empty data, geo-targeting disabled";console.error(l);"undefined"!=typeof ai_js_errors&&ai_js_errors.push([l,c,0])}else try{JSON.parse(g)}catch(n){l="Ajax call returned invalid data, geo-targeting disabled",console.error(l,g),"undefined"!=typeof ai_js_errors&&ai_js_errors.push([l, c,0])}e=a("div.ai-ip-data, meta.ai-ip-data");e.length&&v(e)}).fail(function(g,l,n){a("div.ai-ip-data").each(function(){a(this).css({display:"none",visibility:"",position:"",width:"",height:"","z-index":""}).removeClass("ai-ip-data").hide()})})}};a(document).ready(function(e){setTimeout(function(){ai_process_ip_addresses()},5)})}); function ai_process_element(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&& 1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}; ai_js_code = true; } function ai_wait_for_jquery(){function b(f,c){var a=document.createElement("script");a.src=f;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,c&&c(),a.onload=a.onreadystatechange=null,d.removeChild(a))};d.appendChild(a)}window.jQuery&&window.jQuery.fn?ai_run_scripts():(ai_jquery_waiting_counter++,4==ai_jquery_waiting_counter&&b("https://americansongwriter.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",function(){b("https://americansongwriter.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=6.4.3", null)}),30>ai_jquery_waiting_counter&&setTimeout(function(){ai_wait_for_jquery()},50))}ai_jquery_waiting_counter=0;ai_wait_for_jquery(); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Hannah Reid actually doesn’t remember a lot of her early 20s. “It’s a little concerning,” she admits with a laugh, “and it’s not like I was taking anything I shouldn’t have.” London Grammar, a three-piece formed in Nottingham, reached stunning success in the early 2010s, sparked by their 2013 debut record─leading to their American television debut on Late Night with Jimmy Fallon, blockbuster album sales, and world-trotting tours.\nVideos by American Songwriter\n“Those early tours were five or six weeks long, and I’d come home for like five days and then go off again and do something else. I actually don’t really remember any of it,” Reid tells American Songwriter over a recent phone call. “It was such a whirlwind.”\nReid, now 31, stops in her tracks for a moment. With the world entering its second year of COVID-19, time, as many can attest, doesn’t really mean much these days. Or it means everything─it shape-shifts from one perspective to the next. “Time for me has really slowed down,” she says, “and I feel like I’m actually able to enjoy what I do for a living and my life at home. There’s much more balance to it now.”\nBut it hasn’t always been that way. “My god, I’ve had my ups and downs this year. I’ve not sailed through lockdown with a lot of grace to be honest. I do feel like I’ve laid down some really strong roots at home that I didn’t really have before and a sense of what it means to have an ordinary, happy life. And I’m really grateful for that. It’s funny. I love domestic life. So, I think I’ve appreciated it more than I ever have before, and I’ve realized that it is that ordinary life where I get all of my inspiration from. In terms of taking things for granted, one thing I realized I took for granted my whole life is eating out in a restaurant. I can’t wait to go out and eat with my friends and have my food brought to me on a plate.”\nWith the band’s third studio record, Californian Soil, out this Friday (April 16), Reid untangles deeper and richer roots, knotted ones from years of toiling the earth in a man’s, man’s, man’s world. Everybody’s got their own idea of right and wrong, the ones that get broken / I worry that one day you’ll go missing, she sings on the sorrow-tinged “Missing,” a soaring hymn mourning the many who’ve suffered at the hands of the music industry.\nHaving watched a ton of documentaries through the years, including those on Amy Winehouse, Whitney Houston, and Avicii, Reid siphons pervasive misery and unchecked power into one of the set’s most visceral performances. “I do find it close to home, even though I’ve never personally struggled with any kind of addiction,” she says. “There is a relationship between the music industry and people becoming really unwell in different ways, and it ends in disaster.”\nWith new documentaries in 2021, from Framing Britney Spears (presented by The New York Times) to Demi Lovato’s Dancing with the Devil, depicting the entire lead-up to her 2018 overdose, as well as an op-ed written by former child actor Moira Wilson, there seems to be a reckoning boiling over. At the very least, we are living in a time of reassessment about the treatment of women, particularly in the late 1990s and early aughts. “That’s one of the positive things that’s come out of social media. Everyone is having their moment really to be heard. It’s a bit of a can of worms, obviously. The music industry does have a lot to answer for, and there are a lot of big music execs who’ve gotten away with real negligence, at the very least.”\nReid found herself profoundly moved by the Spears’ documentary in particular. “I felt really guilty. I remember being one of those people when I saw she saved her head─ just being like ‘oh my god, how shocking!’ I remember she came out and she said afterward that people shave their heads all the time. It’s not a big deal. And it really isn’t. I’m not surprised she shaved her hair off. That hair was so symbolic of this image she had to uphold and the way she’d been treated for so long─this relentless misogyny.”\nCalifornian Soil could not have arrived during a more opportune time. It’s like pouring more gasoline on a house already consumed by flames. Completed roughly 18 months ago, mostly written and recorded inside bandmate Dan Rothman’s “Narnia” studio, a secret cubby literally hidden behind a wardrobe in his north London home, 12 tracks seem prescient─twisted emotional beats many in the world were forced into and through in 2020. “I know it’s first world problems, but it was painful pushing it back,” says Reid, noting her worry it would be “totally irrelevant” by the time it saw the light of day.\n“I hadn’t listened to it in a long time, and the other day, I listened to parts of the album again,” she continues, “and actually, there are parts I’m connecting to in a different way. It still feels relevant to me.”\nWhen Reid began actively writing again, back in 2017, she found herself naturally creating songs which “sounded a bit different. It’s a side of me that needed to come out. When that happened, I had a conversation with the boys,” she says. Reid had a story to tell, one which required fully owning the spotlight, and bandmates Rothman and Dot Major were more than happy to support her creative and personal impulses. “We can’t always be a democracy. We can in some areas, but this is something I really need to say.”\nMusically, her approach veered into experimentation in a way she had never before managed, switching to various soundscapes and synths for necessary emphasis. “There were moments on the second album [Truth is a Beautiful Thing in 2017] where we were working in quite big studios or in writing sessions that never came to anything where I felt the production or my opinion on the music wasn’t involved enough.”\nA bright Americana erupted from their fingertips, aptly mirroring a playfully new duality: beauty counterbalancing life’s seemingly impenetrable darkness. Fiercely inquisitive by nature, Reid has long been immensely fascinated with the human condition. “When I was a child, apparently, I always asked my dad really deep questions about things. Everyone has that duality and light and shade in them. That’s the story that’s retold in literature ─ the complexity of who we are. It’s played out in my life in the sense that I would like to think that any pain or demons I’ve had I am able to turn into something positive. That was my goal on this album. I took the more negative experiences, and I wanted to make something exciting from it.”\nMost of Reid’s negative experiences lie strictly in suppression of self, directly correlating to the music industry and rampant misogyny. “I had the experience of really feeling like I wasn’t very liked by men. It was usually a certain kind of man because I would have a strong opinion about something,” she reflects. “I had that repeated experience so much and took it all to heart. In making myself small and trying to make myself agreeable to people, I don’t think I’m going to make the best work I can.”\nReid soars high and free as a phoenix does, once it’s shaken the ash and soot from its wings. The “Intro” is a melancholic but shiny vocal showcase, refraining from specific lyrics, but rather allowing her to use her breath against an orchestral, cinematic backdrop. “I had that string part in my head for a really long time,” she says. She grappled with what to do with it exactly, but the album’s general experimentation seemed to guide her footsteps. “We really went for it and made the decision to record as an intro. We love film and cinematic music, so having an intro like this gives the album a little bit of balance. It’s also like ‘hey, I’m about to say something on this album.’”\nLater, an organically-nurtured centerpiece called “Talking” further embodies this music-to-screen sensibility. With a piano part written years ago, Reid and her bandmates tried to turn it into a song and “nothing really came of it. Then, I remember going back and listening to the old demo and thinking ‘oh my god I love this, let’s finish it.’ Dan writes these very off-the-cuff piano parts without really trying. When the music is that good, and I hear him play that piano part, it’s not hard to then write meaningful lyrics and melody. It’s a perfect marriage.”\nA self-described film buff, it’s not too surprising Reid has returned to such a refreshing well, finding great inspiration in such soundtracks as Erin Brockovich and Drive, as well as the work of Hans Zimmer and Thomas Newman. “When I was really young, I loved the ‘Titanic’ soundtrack, and it’s such an epic story. I remember listening to that over and over again. I’m very nerdy” she laughs, adding her adoration for The Lord of the Rings.\nWith “Call Your Friends,” Reid makes herself the most vulnerable, embracing the inevitable emotional windstorm that comes with that initial plummet into love’s majestic, watery depths. “Whenever you’re falling in love there comes a moment when you have no choice but to make yourself vulnerable. You become dependent on someone, and you ask them to just stay in tonight and be together.”\nSuch lovesick tracks, including the follow-up “All My Love,” has allowed Reid to heal ─ an unexpected byproduct of a true psychological voyage. In opening herself up to love, mending her brokenness seemed to unravel naturally. “I was feeling like I’d given away a lot of my energy over so many years,” she says. Seven years ago, she developed fibromyalgia, so not only was she combating a male-driven industry but her own body. It’s both a lamentation and a clear pathway to further healing. The performance carries with it a jagged edge, as well, as it was “recorded on Dan’s worst microphone in his home studio with the window open, and you can hear the birds chirping outside. It’s really rough around the edges, but sometimes, there is magic to that.”\nFinally, when Reid arrives on the closer “America,” she lays ego to rest, once and for all. “I’m using the idea of the American dream to describe something I was going through. I had the experience like many people do of getting caught up in a bit of a whirlwind when maybe the band first had a bit of success,” she explains. “There aren’t really many mentors around, so I got lost and I couldn’t cope with the pressure very well.”\nAnd I see where I found you / Where they all lay, she sings, almost as a funeral march. All of the greats they are here to stay / Here in America.\nBeautifully tragic, and potently poetic, especially in the age of online validation, “America” and its flaky guitar arrangement captures the entire record’s stretches of emotional scar tissue. Californian Soil exposes the tragedies of human existence in such a away that only healing could ever really come of it.", "id": "<urn:uuid:a68270e2-2d86-4113-b106-6e335bd30266>", "dump": "CC-MAIN-2024-10", "url": "https://americansongwriter.com/london-grammar-hannah-reid-californian-soil-album-interview/", "date": "2024-02-25T08:56:47", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9757835865020752, "token_count": 2687 } }
<urn:uuid:8dc11891-4470-4dfd-b6d5-511d66eef312>
<!DOCTYPE html> <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <title>Spikers League</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>2022 Is The 12 months Of Snapchat Add - Spikers League</title> <!-- All in One SEO 4.5.5 - aioseo.com --> <meta name="description" content="Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued" /> <meta name="robots" content="max-image-preview:large" /> <link rel="canonical" href="https://americanspikers.com/2022-is-the-12-months-of-snapchat-add/" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.5.5" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Spikers League -" /> <meta property="og:type" content="article" /> <meta property="og:title" content="2022 Is The 12 months Of Snapchat Add - Spikers League" /> <meta property="og:description" content="Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued" /> <meta property="og:url" content="https://americanspikers.com/2022-is-the-12-months-of-snapchat-add/" /> <meta property="og:image" content="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-e1691687400644.png" /> <meta property="og:image:secure_url" content="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-e1691687400644.png" /> <meta property="article:published_time" content="2022-06-06T03:25:52+00:00" /> <meta property="article:modified_time" content="2022-06-06T03:25:52+00:00" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="2022 Is The 12 months Of Snapchat Add - Spikers League" /> <meta name="twitter:description" content="Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued" /> <meta name="twitter:image" content="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-e1691687400644.png" /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#blogposting","name":"2022 Is The 12 months Of Snapchat Add - Spikers League","headline":"2022 Is The 12 months Of Snapchat Add","author":{"@id":"https:\/\/americanspikers.com\/author\/gitaburger0361\/#author"},"publisher":{"@id":"https:\/\/americanspikers.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/images.unsplash.com\/photo-1615875622058-8f0c2e9a395b?ixid=MnwxMjA3fDB8MXxzZWFyY2h8OTB8fHNuYXBjaGF0JTIwYWRkc3xlbnwwfHx8fDE2MTk1NTM1MzA&amp;ixlib=rb-1.2.1","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#articleImage"},"datePublished":"2022-06-06T03:25:52+00:00","dateModified":"2022-06-06T03:25:52+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#webpage"},"isPartOf":{"@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#webpage"},"articleSection":"Uncategorized, \u0634\u0631\u0627\u0621 \u0645\u0634\u0627\u0647\u062f\u0627\u062a snapchat, \u0645\u0634\u0627\u0647\u062f\u0627\u062a snapchat, \u0645\u0634\u0627\u0647\u062f\u0627\u062a \u0633\u0646\u0627\u0628 \u0633\u062a\u0648\u0631\u064a, Video"},{"@type":"BreadcrumbList","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/americanspikers.com\/#listItem","position":1,"name":"Home","item":"https:\/\/americanspikers.com\/","nextItem":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#listItem"},{"@type":"ListItem","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#listItem","position":2,"name":"2022 Is The 12 months Of Snapchat Add","previousItem":"https:\/\/americanspikers.com\/#listItem"}]},{"@type":"Organization","@id":"https:\/\/americanspikers.com\/#organization","name":"Spikers League","url":"https:\/\/americanspikers.com\/","logo":{"@type":"ImageObject","url":"https:\/\/americanspikers.com\/wp-content\/uploads\/2023\/08\/ASL-ADULT-LOGO-Black-edges-e1691687400644.png","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#organizationLogo","width":250,"height":223},"image":{"@id":"https:\/\/americanspikers.com\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/americanspikers.com\/author\/gitaburger0361\/#author","url":"https:\/\/americanspikers.com\/author\/gitaburger0361\/","name":"Gita Burger","image":{"@type":"ImageObject","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ea853f04f0fa0aba70eb083ca061115f?s=96&d=blank&r=g","width":96,"height":96,"caption":"Gita Burger"}},{"@type":"WebPage","@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#webpage","url":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/","name":"2022 Is The 12 months Of Snapchat Add - Spikers League","description":"Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/americanspikers.com\/#website"},"breadcrumb":{"@id":"https:\/\/americanspikers.com\/2022-is-the-12-months-of-snapchat-add\/#breadcrumblist"},"author":{"@id":"https:\/\/americanspikers.com\/author\/gitaburger0361\/#author"},"creator":{"@id":"https:\/\/americanspikers.com\/author\/gitaburger0361\/#author"},"datePublished":"2022-06-06T03:25:52+00:00","dateModified":"2022-06-06T03:25:52+00:00"},{"@type":"WebSite","@id":"https:\/\/americanspikers.com\/#website","url":"https:\/\/americanspikers.com\/","name":"Spikers League","inLanguage":"en-US","publisher":{"@id":"https:\/\/americanspikers.com\/#organization"}}]} </script> <!-- All in One SEO --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//kit.fontawesome.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' /> <link rel="alternate" type="application/rss+xml" title="Spikers League &raquo; Feed" href="https://americanspikers.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Spikers League &raquo; Comments Feed" href="https://americanspikers.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.23.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <!-- Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel. --> <!-- No tracking code set --> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/americanspikers.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='dashicons-css' href='https://americanspikers.com/wp-includes/css/dashicons.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='thickbox-css' href='https://americanspikers.com/wp-includes/js/thickbox/thickbox.css?ver=6.4.3' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://americanspikers.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--dark-gray: #28303D;--wp--preset--color--gray: #39414D;--wp--preset--color--green: #D1E4DD;--wp--preset--color--blue: #D1DFE4;--wp--preset--color--purple: #D1D1E4;--wp--preset--color--red: #E4D1D1;--wp--preset--color--orange: #E4DAD1;--wp--preset--color--yellow: #EEEADD;--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--gradient--purple-to-yellow: linear-gradient(160deg, #D1D1E4 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-purple: linear-gradient(160deg, #EEEADD 0%, #D1D1E4 100%);--wp--preset--gradient--green-to-yellow: linear-gradient(160deg, #D1E4DD 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-green: linear-gradient(160deg, #EEEADD 0%, #D1E4DD 100%);--wp--preset--gradient--red-to-yellow: linear-gradient(160deg, #E4D1D1 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-red: linear-gradient(160deg, #EEEADD 0%, #E4D1D1 100%);--wp--preset--gradient--purple-to-red: linear-gradient(160deg, #D1D1E4 0%, #E4D1D1 100%);--wp--preset--gradient--red-to-purple: linear-gradient(160deg, #E4D1D1 0%, #D1D1E4 100%);--wp--preset--font-size--small: 18px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--extra-small: 16px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--extra-large: 40px;--wp--preset--font-size--huge: 96px;--wp--preset--font-size--gigantic: 144px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://americanspikers.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.6' media='all' /> <link rel='stylesheet' id='eh-style-css' href='https://americanspikers.com/wp-content/plugins/payment-gateway-stripe-and-woocommerce-integration/assets/css/eh-style.css?ver=3.9.5' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://americanspikers.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.5.2' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://americanspikers.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.5.2' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//americanspikers.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.css?ver=8.5.2' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='ppress-frontend-css' href='https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.14.3' media='all' /> <link rel='stylesheet' id='ppress-flatpickr-css' href='https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.14.3' media='all' /> <link rel='stylesheet' id='ppress-select2-css' href='https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='if-menu-site-css-css' href='https://americanspikers.com/wp-content/plugins/if-menu/assets/if-menu-site.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='parente2-style-css' href='https://americanspikers.com/wp-content/themes/twentytwentyone/style.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='childe2-style-css' href='https://americanspikers.com/wp-content/themes/twentytwentyone-child/style.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='bootstrap-style-css' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='googleapis-fonts-css' href='https://fonts.googleapis.com?ver=6.4.3' media='all' /> <link rel='stylesheet' id='gstatic-fonts-css' href='https://fonts.gstatic.com?ver=6.4.3' media='all' /> <link rel='stylesheet' id='googleapis-fonts-style-css' href='https://fonts.googleapis.com/css2?family=Poppins%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&#038;display=swap&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='font-awesome-style-css' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='owlcarousel-style-css' href='https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='slick-theme-style-css' href='https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='slick-style-css' href='https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='twenty-twenty-one-style-css' href='https://americanspikers.com/wp-content/themes/twentytwentyone/style.css?ver=1.0' media='all' /> <style id='twenty-twenty-one-style-inline-css'> :root{--global--color-background: #ffffff;--global--color-primary: #000;--global--color-secondary: #000;--button--color-background: #000;--button--color-text-hover: #000;} </style> <link rel='stylesheet' id='twenty-twenty-one-print-style-css' href='https://americanspikers.com/wp-content/themes/twentytwentyone/assets/css/print.css?ver=1.0' media='print' /> <script src="https://americanspikers.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://americanspikers.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.5.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.5.2" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.5.2" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script src="https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.14.3" id="ppress-flatpickr-js"></script> <script src="https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.14.3" id="ppress-select2-js"></script> <script id="WCPAY_ASSETS-js-extra"> var wcpayAssets = {"url":"https:\/\/americanspikers.com\/wp-content\/plugins\/woocommerce-payments\/dist\/"}; </script> <link rel="https://api.w.org/" href="https://americanspikers.com/wp-json/" /><link rel="alternate" type="application/json" href="https://americanspikers.com/wp-json/wp/v2/posts/8328" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://americanspikers.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.5.2" /> <link rel='shortlink' href='https://americanspikers.com/?p=8328' /> <link rel="alternate" type="application/json+oembed" href="https://americanspikers.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericanspikers.com%2F2022-is-the-12-months-of-snapchat-add%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://americanspikers.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famericanspikers.com%2F2022-is-the-12-months-of-snapchat-add%2F&#038;format=xml" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <link rel="icon" href="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-e1691687400644-100x100.png" sizes="32x32" /> <link rel="icon" href="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-450x450.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-450x450.png" /> <meta name="msapplication-TileImage" content="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-450x450.png" /> <style id="wp-custom-css"> .our-partners img.card-img-top { object-fit: contain !important; } .our-partners .card.text-center { padding-bottom: 20px; } .grecaptcha-badge { display: none !important; } .page-id-45078 .ranking-sec .ranking-bg p{ display: none!important; } .page-id-45078 .background-image: { padding-bottom: 100px; } .page-id-45078 .sec8 img { width: 100%; height: auto; object-fit: cover; } .object-fit-cover{ object-fit: cover !important; } .object-fit-contain{ object-fit: contain !important; } .main-hero_sect{ position:relative; width:100%; } .banner.main-hero_sect::before { content: ""; position: absolute; width: 100%; height: 100%; background: #000; opacity: 0.1; top: 0; } header { z-index: 2; } .sidenav{ z-index: 14; } .tab-container{ margin: 5% 10%; background-color: #c1e3d9; padding: 3%; border-radius: 4px; } .tab-menu{} .tab-menu ul{ margin: 0; padding: 0; } .tab-menu ul li{ list-style-type: none; display: inline-block; } .tab-menu ul li a{ text-decoration: none; color: #fff; background-color: #f5da33; padding: 7px 25px; border-radius: 4px; } .tab-menu ul li a.active-a{ background-color: #079b8e; color: #ffffff; } .tab{ display: none; } .tab h2{ color: rgba(0,0,0,.7); } .tab p{ color: rgba(0,0,0,0.6); text-align: justify; } .tab-active{ display: block; } .tab-menu { margin-bottom: 2%; } .tabContent { padding:20px; } .tab.tab-active img { width: 365px !important; } </style> <link rel="stylesheet" type="text/css" href="https://americanspikers.com/wp-content/themes/twentytwentyone-child/assets/css/style.css"> </head> <body data-rsssl=1 class="post-template-default single single-post postid-8328 single-format-video custom-background wp-custom-logo wp-embed-responsive theme-twentytwentyone woocommerce-no-js is-light-theme has-background-white no-js singular has-main-navigation"> <header> <div class="container-fluid"> <div class="row"> <div class="col-lg-8 col-5"> <a href="https://americanspikers.com/"> <img src="https://americanspikers.com/wp-content/uploads/2023/08/ASL-ADULT-LOGO-Black-edges-e1691687400644.png" class="site-logo" height="50%"> </a> </div> <div class="col-lg-3 col-5 col-md-6 text-right "> <button type="button" class="btn btn-primary yellow header-button ml-0" data-toggle="modal" data-target="#leagueModal">Find a League</button> </div> <div class="col-lg-1 col-2 col-md-1 text-right bar-left"> <div id="mySidenav" class="sidenav"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <li id="menu-item-676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-676"><a href="https://americanspikers.com/">Home</a></li> <li id="menu-item-1092" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1092"><a href="https://americanspikers.com/shop-page/">Store</a></li> <li id="menu-item-1137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1137"><a href="https://americanspikers.com/cart/">Cart</a></li> <li id="menu-item-678" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-678"><a href="https://americanspikers.com/#startOwnLeague">Start your own league</a></li> <li id="menu-item-679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-679"><a href="https://americanspikers.com/be-a-volunteer-coach/">Volunteer</a></li> <li id="menu-item-722" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-722"><a href="https://americanspikers.com/log-in/">Login</a></li> <li id="menu-item-768" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-768"><a href="https://americanspikers.com/contact-us/">Contact Us</a></li> <li id="menu-item-680" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-680"><a href="https://americanspikers.com/#faq">FAQs</a></li> <li id="menu-item-1146" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1146"><a href="https://americanspikers.com/privacy-policy/">Policies</a></li> <a href="javascript:void(0)" data-toggle="modal" data-target="#leagueModal">Find a League</a> </div> <span class="nvlnk" onclick="openNav()">&#9776;</span> </div> </div> </div> </header> <!-- Registration Modal --> <div class="modal fade" id="registrationModal" tabindex="-1" role="dialog" aria-labelledby="registrationModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!-- <h5 class="modal-title" id="registrationModalLabel">Modal title</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <!-- modal body content --> </div> <div class="modal-footer"> <!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> --> <!-- <button type="button" class="btn btn-primary">Save changes</button> --> </div> </div> </div> </div> <!-- Login Modal --> <div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <!-- <h5 class="modal-title" id="loginModalLabel">Modal title</h5> --> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> [ultimatemember form_id="588"] </div> <div class="modal-footer"> <!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> --> <!-- <button type="button" class="btn btn-primary">Save changes</button> --> </div> </div> </div> </div> <script> function openNav() { document.getElementById("mySidenav").style.width = "250px"; } function closeNav() { document.getElementById("mySidenav").style.width = "0"; } </script> <article id="post-8328" class="post-8328 post type-post status-publish format-video hentry category-uncategorized tag---snapchat tag--snapchat tag-1274 post_format-post-format-video entry"> <header class="entry-header alignwide"> <h1 class="entry-title">2022 Is The 12 months Of Snapchat Add</h1> </header><!-- .entry-header --> <div class="entry-content"> <p> Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued improvement of its AR tools, there’s loads to love <a href="https://www.bcaquaria.com/members/kjcoufgr.60183/">about</a> Snap’s ongoing potential. Plus, you will feel like an skilled on all sorts of matters and maybe even study something new too. There are tons of other ways to go looking, they usually even promote clubs primarily based on how a lot they’re trending. If moving to the cloud isn&#8217;t but one thing that dwelling or work customers are on the lookout for, but Outlook continues to look a bit old school and offers you headaches infrequently, there are numerous consumer alternate options to take a look at. Either means, the steady growth of Spotlight as soon as again underlines the broader TikTok impact on in-app engagement, and the way users are more and more trying to have interaction on social platforms.</p> <p><img loading='lazy' src='https://cdn2.dizkover.com/upload/img/orig/127429-14643078282-beatrizduarte20160526-210701.jpg' alt='\' style="clear:both;float:left;padding:10px 10px 10px 0px;border:0px;max-width: 355px"> And <a href="https://www.zomi.net/blog/305989/the-one-best-strategy-to-use-for-snapchat-followers-revealed/">مشاهدات snapchat</a> it is usually noticed that platforms like Facebook, Instagram, and Twitter have change into the perfect place for these sorts of interactions. Learning new issues is a by no means-ending process, and I would like to review extra about photographing and <a href="https://www.smore.com/rjygp">مشاهدات سناب شات</a> writing. Much more complicated to make use of. Greater than 186 million people on average use Snapchat on a regular basis. It’s the app’s fourth consecutive quarter of more than 20% YoY development in utilization, with Snap seeing its largest rise, as soon as once more, within the ‘Rest of World’ category, which grew by 10 million in the interval. &#8220;Our content partners proceed to search out success on our platform, with 15 totally different companions each reaching over 50 million Snapchatters this quarter. A part of that development has been Snapchat’s Spotlight funding programming, which initially saw it allocating $1 million in complete money prizes day-after-day to the highest-performing Spotlight clips. It’s a fairly good report for Snap, with solid results, despite challenges, and good indicators on engagement progress. The higher person engagement is one in all the major advantages of push notifications for sites. A Snapchat takeover can go one of two ways: Host a guest on your channel, or be a featured visitor on another channel. And every little thing everywhere will be purchased in just a faucet or two.</p> <p> The Spyic Android app requires installation first before it can be utilized. As a way to mitigate these impacts, Snapchat says that it’s targeted on creating further first celebration, privacy-protected options to assist advert companions measure their campaigns successfully within the parameters of the new Apple restrictions. Snapchat analytics will aid you observe how profitable you&#8217;re at undertaking your goals. To assist its recycling partners construct on this momentum worldwide, Apple today introduced its newest recycling innovation, Taz, a machine that uses a groundbreaking method to improve material restoration from conventional electronics recycling. Currently, Snap depends on its friendly relationships with smartphone makers like Apple and Samsung, both of which it has partnered with on varied Snapchat initiatives. As big tech’s main cell software program and hardware corporations, led by Tim Cook (Apple), Mark Zuckerberg (Meta), and Sundar Pichai (Alphabet), have matured into much less interesting establishment players, Snap founder and CEO Evan Spiegel’s small however interestingly agile strikes toward the future hint that the following Apple could be gestating at Snap’s headquarters in Santa Monica, California. I&#8217;d recommend practising with free modifying software before going premium. With total automation of the testing process, we can achieve uncompromising quality whereas providing a aggressive edge within the type of a reliable and efficient software program answer.</p> <p><span style="text-align:center;clear:both"><img decoding="async" style="max-width: 355px" loading="lazy" src="https://images.unsplash.com/photo-1615875622058-8f0c2e9a395b?ixid=MnwxMjA3fDB8MXxzZWFyY2h8OTB8fHNuYXBjaGF0JTIwYWRkc3xlbnwwfHx8fDE2MTk1NTM1MzA&amp;ixlib=rb-1.2.1" alt="Painted Texture"></span> You&#8217;ll be able to both delete the user or block the person. With the Snapchat Shared Stories possibility, whenever you create a shared story, you can choose individuals who will have the ability to contribute to their own Snap additions. Where Snap is seeing success is with Spotlight, its quick-type video choice, and its Discover programming, which continues to drive increased usage. But perhaps you have other goals, like internet conversions, sales, or video views. You possibly can nonetheless add YouTube videos like this, but in my opinion, it simply doesn&#8217;t look as aesthetically pleasing as this YouTube-specific sticker. It’s turn out to be nothing short of a cornerstone of cell apps as a complete, but there is still ample info that people both don’t know or overlook. Contests, takeovers, and partnerships will come off as stunts for those who don’t publish repeatedly sufficient to keep followers engaged and entice new ones. Overall, you will see that the app is barely suitable for basic monitoring. The app works silently within the background. That sharing dynamic has been a key element of TikTok’s success, which is why <a href="https://www.akonter.com/bookmark/%D9%85%D8%B4%D8%A7%D9%87%D8%AF%D8%A7%D8%AA-%D8%B3%D9%86%D8%A7%D8%A8-4298382/">مشاهدات snapchat</a>, Instagram, Pinterest, and others at the moment are searching for extra methods to invite collaboration and contribution to their related merchandise.</p> </div><!-- .entry-content --> <footer class="entry-footer default-max-width"> <div class="posted-by"><span class="posted-on">Published <time class="entry-date published updated" datetime="2022-06-06T03:25:52+00:00">June 6, 2022</time></span><span class="byline">By <a href="https://americanspikers.com/author/gitaburger0361/" rel="author">Gita Burger</a></span></div><div class="post-taxonomies"><span class="cat-links">Categorized as <a href="https://americanspikers.com/category/uncategorized/" rel="category tag">Uncategorized</a> </span><span class="tags-links">Tagged <a href="https://americanspikers.com/tag/%d8%b4%d8%b1%d8%a7%d8%a1-%d9%85%d8%b4%d8%a7%d9%87%d8%af%d8%a7%d8%aa-snapchat/" rel="tag">شراء مشاهدات snapchat</a>, <a href="https://americanspikers.com/tag/%d9%85%d8%b4%d8%a7%d9%87%d8%af%d8%a7%d8%aa-snapchat/" rel="tag">مشاهدات snapchat</a>, <a href="https://americanspikers.com/tag/%d9%85%d8%b4%d8%a7%d9%87%d8%af%d8%a7%d8%aa-%d8%b3%d9%86%d8%a7%d8%a8-%d8%b3%d8%aa%d9%88%d8%b1%d9%8a/" rel="tag">مشاهدات سناب ستوري</a></span></div> </footer><!-- .entry-footer --> </article><!-- #post-8328 --> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://americanspikers.com/the-benefits-of-apps-and-how-they-can-benefit-your-business-77/" rel="prev"><p class="meta-nav"><svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 13v-2H8l4-4-1-2-7 7 7 7 1-2-4-4z" fill="currentColor"/></svg>Previous post</p><p class="post-title">The Benefits of Apps and How They Can Benefit Your Business</p></a></div><div class="nav-next"><a href="https://americanspikers.com/five-methods-you-possibly-can-reinvent-snapchat-followers-with-out-trying-like-an-beginner/" rel="next"><p class="meta-nav">Next post<svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m4 13v-2h12l-4-4 1-2 7 7-7 7-1-2 4-4z" fill="currentColor"/></svg></p><p class="post-title">Five Methods You possibly can Reinvent Snapchat Followers With out Trying Like An Beginner</p></a></div></div> </nav><footer> <div class="container-fluid"> <div class="row mb5pr"> <div class="col-md-12 text-center"> <ul class="footnav"> <li id="menu-item-671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-671"><a href="https://americanspikers.com/">Home</a></li> <li id="menu-item-1091" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1091"><a href="https://americanspikers.com/shop-page/">Store</a></li> <li id="menu-item-682" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-682"><a href="https://americanspikers.com/#startOwnLeague">Start your own league</a></li> <li id="menu-item-683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-683"><a href="https://americanspikers.com/be-a-volunteer-coach/">Volunteer</a></li> <li id="menu-item-723" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-723"><a href="https://americanspikers.com/log-in/">Login</a></li> <li id="menu-item-769" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-769"><a href="https://americanspikers.com/contact-us/">Contact Us</a></li> <li id="menu-item-684" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-684"><a href="https://americanspikers.com/#faq">FAQs</a></li> <li id="menu-item-1147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1147"><a href="https://americanspikers.com/privacy-policy/">Policies</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home page_item page-item-11 current_page_item"> <a href="javascript:void(0)" data-toggle="modal" data-target="#leagueModal">Find a League</a> </li> </ul> <ul class="icnnav"> <li><a href="https://www.facebook.com/profile.php?id=100071141542348" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li> <li><a href="https://www.instagram.com/spikersleague/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li> <li><a href="https://www.youtube.com/channel/UCC8HJ0pHL5OAZWKQQ-Rv70A" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li> </ul> <p class="cpyright">Copyright 2021</p> </div> </div> </div> </footer> <!-- Modal --> <div class="modal fade freevideo" id="freevideo" tabindex="-1" role="dialog" aria-labelledby="freevideo" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> <div class="modal-body"> <p><i class="fa fa-play-circle-o" aria-hidden="true"></i>&nbsp;&nbsp;5 most effective serves in Spikeball and how to learn them in 1 day.</p> </div> <div class="modal-footer"> <h2>Get our free Video</h2> <div class="form-row bgcc"> <div class="row"> <div class="wpcf7 no-js" id="wpcf7-f898-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/2022-is-the-12-months-of-snapchat-add/#wpcf7-f898-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="898" /> <input type="hidden" name="_wpcf7_version" value="5.8.6" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f898-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <div class="form-group get-form col-md-3"> <p><span class="wpcf7-form-control-wrap" data-name="fname"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" id="fname" aria-required="true" aria-invalid="false" placeholder="First Name" value="" type="text" name="fname" /></span> </p> </div> <div class="form-group get-form col-md-4"> <p><span class="wpcf7-form-control-wrap" data-name="email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control" id="email" aria-required="true" aria-invalid="false" placeholder="Email Address" value="" type="email" name="email" /></span><br /> <input class="wpcf7-form-control wpcf7-hidden" value="Get our free Video Link" type="hidden" name="your-subject" /> </p> </div> <div class="form-group get-form col-md-3"> <p><span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" id="zip" aria-required="true" aria-invalid="false" placeholder="Zip Code" value="" type="text" name="zip-code" /></span> </p> </div> <div class="form-group get-form col-md-2"> <p><input class="wpcf7-form-control wpcf7-submit has-spinner btn btn-primary yellow" type="submit" value="Send" /> </p> </div><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade save20" id="save20" tabindex="-1" role="dialog" aria-labelledby="save20" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="save20">Save $20 </h5> <p>On your fall registration!</p> <button type="button" class="close" id="save20-close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <!-- <a href="" class="btn btn-primary yellow">get Now</a> --> <button class="btn btn-primary yellow" id="getNow">get Now</a> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="leagueModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <form role="search" method="get" action="https://americanspikers.com/"> <div class="form-group"> <label for="zip-code" class="col-form-label">Please Enter Your City, State or Zip Code:</label> <input type="search" id="search-form-1" class="form-control" value="" name="s" /> <input type="submit" class="form-control" value="Find League" /> </div> </form> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="contactfrm2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body text-center"> <p class="modal-heading"> 5 serves to ace your friends <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </p> <div class="wpcf7 no-js" id="wpcf7-f672-o2" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/2022-is-the-12-months-of-snapchat-add/#wpcf7-f672-o2" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="672" /> <input type="hidden" name="_wpcf7_version" value="5.8.6" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f672-o2" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <p><label> First Name<br /> <span class="wpcf7-form-control-wrap" data-name="first-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="first-name" /></span> </label> </p> <p><label> Last Name<br /> <span class="wpcf7-form-control-wrap" data-name="last-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="last-name" /></span> </label> </p> <p><label> Email<br /> <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> </p> <p><label> Zip Code<br /> <span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" value="" type="text" name="zip-code" /></span> </label> </p> <p><label><br /> <input class="wpcf7-form-control wpcf7-hidden" value="Sign up League" type="hidden" name="your-subject" /> </label> </p> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Submit" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div> </div> <!-- Modal --> <div class="modal fade" id="couponCodeForm" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body text-center"> <p class="modal-heading"> 20% off Coupon Code <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </p> <div class="wpcf7 no-js" id="wpcf7-f958-o3" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/2022-is-the-12-months-of-snapchat-add/#wpcf7-f958-o3" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="958" /> <input type="hidden" name="_wpcf7_version" value="5.8.6" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f958-o3" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <p><label> First Name<br /> <span class="wpcf7-form-control-wrap" data-name="first-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="first-name" /></span> </label> </p> <p><label> Email<br /> <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> </p> <p><label> Phone Number<br /> <span class="wpcf7-form-control-wrap" data-name="phone-number"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="phone-number" /></span> </label> </p> <p><label> Zip Code<br /> <span class="wpcf7-form-control-wrap" data-name="zip-code"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="zip-code" /></span> </label> </p> <p><label><br /> <input class="wpcf7-form-control wpcf7-hidden" value="20% Off Coupon Code" type="hidden" name="your-subject" /> </label> </p> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Submit" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div> </div> <script>document.body.classList.remove("no-js");</script> <script> if ( -1 !== navigator.userAgent.indexOf( 'MSIE' ) || -1 !== navigator.appVersion.indexOf( 'Trident/' ) ) { document.body.classList.add( 'is-IE' ); } </script> <script> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='wc-blocks-style-css' href='https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=11.8.0-dev' media='all' /> <script id="thickbox-js-extra"> var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/americanspikers.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; </script> <script src="https://americanspikers.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105" id="thickbox-js"></script> <script src="https://americanspikers.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.6" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/americanspikers.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src="https://americanspikers.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.6" id="contact-form-7-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.5.2" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"ajaxurl":"https:\/\/americanspikers.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":"yes"}}; </script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.5.2" id="wc-order-attribution-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/react.min.js?ver=18.2.0" id="react-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/deprecated.min.js?ver=73ad3591e7bc95f4777a" id="wp-deprecated-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/dom.min.js?ver=49ff2869626fbeaacc23" id="wp-dom-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0" id="react-dom-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6" id="wp-escape-html-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/element.min.js?ver=ed1c7604880e8b574b40" id="wp-element-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=20c2b06ecf04afb14fee" id="wp-is-shallow-equal-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://americanspikers.com/wp-includes/js/dist/keycodes.min.js?ver=3460bd0fac9859d6886c" id="wp-keycodes-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/priority-queue.min.js?ver=422e19e9d48b269c5219" id="wp-priority-queue-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/compose.min.js?ver=3189b344ff39fef940b7" id="wp-compose-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/private-apis.min.js?ver=11cb2ebaa70a9f1f0ab5" id="wp-private-apis-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/redux-routine.min.js?ver=0be1b2a6a79703e28531" id="wp-redux-routine-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5" id="wp-data-js"></script> <script id="wp-data-js-after"> ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); </script> <script src="https://americanspikers.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19" id="lodash-js"></script> <script id="lodash-js-after"> window.lodash = _.noConflict(); </script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=1c879273bd5c193cad0a" id="wc-blocks-registry-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/api-fetch.min.js?ver=0fa4dabf8bf2c7adf21a" id="wp-api-fetch-js"></script> <script id="wp-api-fetch-js-after"> wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://americanspikers.com/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "dc5331ceb0" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://americanspikers.com/wp-admin/admin-ajax.php?action=rest-nonce"; </script> <script id="wc-settings-js-before"> var wcSettings = wcSettings || JSON.parse( decodeURIComponent( '%7B%22shippingCostRequiresAddress%22%3Atrue%2C%22adminUrl%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fwp-admin%5C%2F%22%2C%22countries%22%3A%7B%22AF%22%3A%22Afghanistan%22%2C%22AX%22%3A%22%5Cu00c5land%20Islands%22%2C%22AL%22%3A%22Albania%22%2C%22DZ%22%3A%22Algeria%22%2C%22AS%22%3A%22American%20Samoa%22%2C%22AD%22%3A%22Andorra%22%2C%22AO%22%3A%22Angola%22%2C%22AI%22%3A%22Anguilla%22%2C%22AQ%22%3A%22Antarctica%22%2C%22AG%22%3A%22Antigua%20and%20Barbuda%22%2C%22AR%22%3A%22Argentina%22%2C%22AM%22%3A%22Armenia%22%2C%22AW%22%3A%22Aruba%22%2C%22AU%22%3A%22Australia%22%2C%22AT%22%3A%22Austria%22%2C%22AZ%22%3A%22Azerbaijan%22%2C%22BS%22%3A%22Bahamas%22%2C%22BH%22%3A%22Bahrain%22%2C%22BD%22%3A%22Bangladesh%22%2C%22BB%22%3A%22Barbados%22%2C%22BY%22%3A%22Belarus%22%2C%22PW%22%3A%22Belau%22%2C%22BE%22%3A%22Belgium%22%2C%22BZ%22%3A%22Belize%22%2C%22BJ%22%3A%22Benin%22%2C%22BM%22%3A%22Bermuda%22%2C%22BT%22%3A%22Bhutan%22%2C%22BO%22%3A%22Bolivia%22%2C%22BQ%22%3A%22Bonaire%2C%20Saint%20Eustatius%20and%20Saba%22%2C%22BA%22%3A%22Bosnia%20and%20Herzegovina%22%2C%22BW%22%3A%22Botswana%22%2C%22BV%22%3A%22Bouvet%20Island%22%2C%22BR%22%3A%22Brazil%22%2C%22IO%22%3A%22British%20Indian%20Ocean%20Territory%22%2C%22BN%22%3A%22Brunei%22%2C%22BG%22%3A%22Bulgaria%22%2C%22BF%22%3A%22Burkina%20Faso%22%2C%22BI%22%3A%22Burundi%22%2C%22KH%22%3A%22Cambodia%22%2C%22CM%22%3A%22Cameroon%22%2C%22CA%22%3A%22Canada%22%2C%22CV%22%3A%22Cape%20Verde%22%2C%22KY%22%3A%22Cayman%20Islands%22%2C%22CF%22%3A%22Central%20African%20Republic%22%2C%22TD%22%3A%22Chad%22%2C%22CL%22%3A%22Chile%22%2C%22CN%22%3A%22China%22%2C%22CX%22%3A%22Christmas%20Island%22%2C%22CC%22%3A%22Cocos%20%28Keeling%29%20Islands%22%2C%22CO%22%3A%22Colombia%22%2C%22KM%22%3A%22Comoros%22%2C%22CG%22%3A%22Congo%20%28Brazzaville%29%22%2C%22CD%22%3A%22Congo%20%28Kinshasa%29%22%2C%22CK%22%3A%22Cook%20Islands%22%2C%22CR%22%3A%22Costa%20Rica%22%2C%22HR%22%3A%22Croatia%22%2C%22CU%22%3A%22Cuba%22%2C%22CW%22%3A%22Cura%26ccedil%3Bao%22%2C%22CY%22%3A%22Cyprus%22%2C%22CZ%22%3A%22Czech%20Republic%22%2C%22DK%22%3A%22Denmark%22%2C%22DJ%22%3A%22Djibouti%22%2C%22DM%22%3A%22Dominica%22%2C%22DO%22%3A%22Dominican%20Republic%22%2C%22EC%22%3A%22Ecuador%22%2C%22EG%22%3A%22Egypt%22%2C%22SV%22%3A%22El%20Salvador%22%2C%22GQ%22%3A%22Equatorial%20Guinea%22%2C%22ER%22%3A%22Eritrea%22%2C%22EE%22%3A%22Estonia%22%2C%22SZ%22%3A%22Eswatini%22%2C%22ET%22%3A%22Ethiopia%22%2C%22FK%22%3A%22Falkland%20Islands%22%2C%22FO%22%3A%22Faroe%20Islands%22%2C%22FJ%22%3A%22Fiji%22%2C%22FI%22%3A%22Finland%22%2C%22FR%22%3A%22France%22%2C%22GF%22%3A%22French%20Guiana%22%2C%22PF%22%3A%22French%20Polynesia%22%2C%22TF%22%3A%22French%20Southern%20Territories%22%2C%22GA%22%3A%22Gabon%22%2C%22GM%22%3A%22Gambia%22%2C%22GE%22%3A%22Georgia%22%2C%22DE%22%3A%22Germany%22%2C%22GH%22%3A%22Ghana%22%2C%22GI%22%3A%22Gibraltar%22%2C%22GR%22%3A%22Greece%22%2C%22GL%22%3A%22Greenland%22%2C%22GD%22%3A%22Grenada%22%2C%22GP%22%3A%22Guadeloupe%22%2C%22GU%22%3A%22Guam%22%2C%22GT%22%3A%22Guatemala%22%2C%22GG%22%3A%22Guernsey%22%2C%22GN%22%3A%22Guinea%22%2C%22GW%22%3A%22Guinea-Bissau%22%2C%22GY%22%3A%22Guyana%22%2C%22HT%22%3A%22Haiti%22%2C%22HM%22%3A%22Heard%20Island%20and%20McDonald%20Islands%22%2C%22HN%22%3A%22Honduras%22%2C%22HK%22%3A%22Hong%20Kong%22%2C%22HU%22%3A%22Hungary%22%2C%22IS%22%3A%22Iceland%22%2C%22IN%22%3A%22India%22%2C%22ID%22%3A%22Indonesia%22%2C%22IR%22%3A%22Iran%22%2C%22IQ%22%3A%22Iraq%22%2C%22IE%22%3A%22Ireland%22%2C%22IM%22%3A%22Isle%20of%20Man%22%2C%22IL%22%3A%22Israel%22%2C%22IT%22%3A%22Italy%22%2C%22CI%22%3A%22Ivory%20Coast%22%2C%22JM%22%3A%22Jamaica%22%2C%22JP%22%3A%22Japan%22%2C%22JE%22%3A%22Jersey%22%2C%22JO%22%3A%22Jordan%22%2C%22KZ%22%3A%22Kazakhstan%22%2C%22KE%22%3A%22Kenya%22%2C%22KI%22%3A%22Kiribati%22%2C%22KW%22%3A%22Kuwait%22%2C%22KG%22%3A%22Kyrgyzstan%22%2C%22LA%22%3A%22Laos%22%2C%22LV%22%3A%22Latvia%22%2C%22LB%22%3A%22Lebanon%22%2C%22LS%22%3A%22Lesotho%22%2C%22LR%22%3A%22Liberia%22%2C%22LY%22%3A%22Libya%22%2C%22LI%22%3A%22Liechtenstein%22%2C%22LT%22%3A%22Lithuania%22%2C%22LU%22%3A%22Luxembourg%22%2C%22MO%22%3A%22Macao%22%2C%22MG%22%3A%22Madagascar%22%2C%22MW%22%3A%22Malawi%22%2C%22MY%22%3A%22Malaysia%22%2C%22MV%22%3A%22Maldives%22%2C%22ML%22%3A%22Mali%22%2C%22MT%22%3A%22Malta%22%2C%22MH%22%3A%22Marshall%20Islands%22%2C%22MQ%22%3A%22Martinique%22%2C%22MR%22%3A%22Mauritania%22%2C%22MU%22%3A%22Mauritius%22%2C%22YT%22%3A%22Mayotte%22%2C%22MX%22%3A%22Mexico%22%2C%22FM%22%3A%22Micronesia%22%2C%22MD%22%3A%22Moldova%22%2C%22MC%22%3A%22Monaco%22%2C%22MN%22%3A%22Mongolia%22%2C%22ME%22%3A%22Montenegro%22%2C%22MS%22%3A%22Montserrat%22%2C%22MA%22%3A%22Morocco%22%2C%22MZ%22%3A%22Mozambique%22%2C%22MM%22%3A%22Myanmar%22%2C%22NA%22%3A%22Namibia%22%2C%22NR%22%3A%22Nauru%22%2C%22NP%22%3A%22Nepal%22%2C%22NL%22%3A%22Netherlands%22%2C%22NC%22%3A%22New%20Caledonia%22%2C%22NZ%22%3A%22New%20Zealand%22%2C%22NI%22%3A%22Nicaragua%22%2C%22NE%22%3A%22Niger%22%2C%22NG%22%3A%22Nigeria%22%2C%22NU%22%3A%22Niue%22%2C%22NF%22%3A%22Norfolk%20Island%22%2C%22KP%22%3A%22North%20Korea%22%2C%22MK%22%3A%22North%20Macedonia%22%2C%22MP%22%3A%22Northern%20Mariana%20Islands%22%2C%22NO%22%3A%22Norway%22%2C%22OM%22%3A%22Oman%22%2C%22PK%22%3A%22Pakistan%22%2C%22PS%22%3A%22Palestinian%20Territory%22%2C%22PA%22%3A%22Panama%22%2C%22PG%22%3A%22Papua%20New%20Guinea%22%2C%22PY%22%3A%22Paraguay%22%2C%22PE%22%3A%22Peru%22%2C%22PH%22%3A%22Philippines%22%2C%22PN%22%3A%22Pitcairn%22%2C%22PL%22%3A%22Poland%22%2C%22PT%22%3A%22Portugal%22%2C%22PR%22%3A%22Puerto%20Rico%22%2C%22QA%22%3A%22Qatar%22%2C%22RE%22%3A%22Reunion%22%2C%22RO%22%3A%22Romania%22%2C%22RU%22%3A%22Russia%22%2C%22RW%22%3A%22Rwanda%22%2C%22ST%22%3A%22S%26atilde%3Bo%20Tom%26eacute%3B%20and%20Pr%26iacute%3Bncipe%22%2C%22BL%22%3A%22Saint%20Barth%26eacute%3Blemy%22%2C%22SH%22%3A%22Saint%20Helena%22%2C%22KN%22%3A%22Saint%20Kitts%20and%20Nevis%22%2C%22LC%22%3A%22Saint%20Lucia%22%2C%22SX%22%3A%22Saint%20Martin%20%28Dutch%20part%29%22%2C%22MF%22%3A%22Saint%20Martin%20%28French%20part%29%22%2C%22PM%22%3A%22Saint%20Pierre%20and%20Miquelon%22%2C%22VC%22%3A%22Saint%20Vincent%20and%20the%20Grenadines%22%2C%22WS%22%3A%22Samoa%22%2C%22SM%22%3A%22San%20Marino%22%2C%22SA%22%3A%22Saudi%20Arabia%22%2C%22SN%22%3A%22Senegal%22%2C%22RS%22%3A%22Serbia%22%2C%22SC%22%3A%22Seychelles%22%2C%22SL%22%3A%22Sierra%20Leone%22%2C%22SG%22%3A%22Singapore%22%2C%22SK%22%3A%22Slovakia%22%2C%22SI%22%3A%22Slovenia%22%2C%22SB%22%3A%22Solomon%20Islands%22%2C%22SO%22%3A%22Somalia%22%2C%22ZA%22%3A%22South%20Africa%22%2C%22GS%22%3A%22South%20Georgia%5C%2FSandwich%20Islands%22%2C%22KR%22%3A%22South%20Korea%22%2C%22SS%22%3A%22South%20Sudan%22%2C%22ES%22%3A%22Spain%22%2C%22LK%22%3A%22Sri%20Lanka%22%2C%22SD%22%3A%22Sudan%22%2C%22SR%22%3A%22Suriname%22%2C%22SJ%22%3A%22Svalbard%20and%20Jan%20Mayen%22%2C%22SE%22%3A%22Sweden%22%2C%22CH%22%3A%22Switzerland%22%2C%22SY%22%3A%22Syria%22%2C%22TW%22%3A%22Taiwan%22%2C%22TJ%22%3A%22Tajikistan%22%2C%22TZ%22%3A%22Tanzania%22%2C%22TH%22%3A%22Thailand%22%2C%22TL%22%3A%22Timor-Leste%22%2C%22TG%22%3A%22Togo%22%2C%22TK%22%3A%22Tokelau%22%2C%22TO%22%3A%22Tonga%22%2C%22TT%22%3A%22Trinidad%20and%20Tobago%22%2C%22TN%22%3A%22Tunisia%22%2C%22TR%22%3A%22Turkey%22%2C%22TM%22%3A%22Turkmenistan%22%2C%22TC%22%3A%22Turks%20and%20Caicos%20Islands%22%2C%22TV%22%3A%22Tuvalu%22%2C%22UG%22%3A%22Uganda%22%2C%22UA%22%3A%22Ukraine%22%2C%22AE%22%3A%22United%20Arab%20Emirates%22%2C%22GB%22%3A%22United%20Kingdom%20%28UK%29%22%2C%22US%22%3A%22United%20States%20%28US%29%22%2C%22UM%22%3A%22United%20States%20%28US%29%20Minor%20Outlying%20Islands%22%2C%22UY%22%3A%22Uruguay%22%2C%22UZ%22%3A%22Uzbekistan%22%2C%22VU%22%3A%22Vanuatu%22%2C%22VA%22%3A%22Vatican%22%2C%22VE%22%3A%22Venezuela%22%2C%22VN%22%3A%22Vietnam%22%2C%22VG%22%3A%22Virgin%20Islands%20%28British%29%22%2C%22VI%22%3A%22Virgin%20Islands%20%28US%29%22%2C%22WF%22%3A%22Wallis%20and%20Futuna%22%2C%22EH%22%3A%22Western%20Sahara%22%2C%22YE%22%3A%22Yemen%22%2C%22ZM%22%3A%22Zambia%22%2C%22ZW%22%3A%22Zimbabwe%22%7D%2C%22currency%22%3A%7B%22code%22%3A%22USD%22%2C%22precision%22%3A2%2C%22symbol%22%3A%22%24%22%2C%22symbolPosition%22%3A%22left%22%2C%22decimalSeparator%22%3A%22.%22%2C%22thousandSeparator%22%3A%22%2C%22%2C%22priceFormat%22%3A%22%251%24s%252%24s%22%7D%2C%22currentUserId%22%3A0%2C%22currentUserIsAdmin%22%3Afalse%2C%22dateFormat%22%3A%22F%20j%2C%20Y%22%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2F%22%2C%22locale%22%3A%7B%22siteLocale%22%3A%22en_US%22%2C%22userLocale%22%3A%22en_US%22%2C%22weekdaysShort%22%3A%5B%22Sun%22%2C%22Mon%22%2C%22Tue%22%2C%22Wed%22%2C%22Thu%22%2C%22Fri%22%2C%22Sat%22%5D%7D%2C%22dashboardUrl%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fmy-account%5C%2F%22%2C%22orderStatuses%22%3A%7B%22pending%22%3A%22Pending%20payment%22%2C%22processing%22%3A%22Processing%22%2C%22on-hold%22%3A%22On%20hold%22%2C%22completed%22%3A%22Completed%22%2C%22cancelled%22%3A%22Cancelled%22%2C%22refunded%22%3A%22Refunded%22%2C%22failed%22%3A%22Failed%22%2C%22checkout-draft%22%3A%22Draft%22%7D%2C%22placeholderImgSrc%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fwp-content%5C%2Fuploads%5C%2Fwoocommerce-placeholder-450x450.png%22%2C%22productsSettings%22%3A%7B%22cartRedirectAfterAdd%22%3Atrue%7D%2C%22siteTitle%22%3A%22Spikers%20League%22%2C%22storePages%22%3A%7B%22myaccount%22%3A%7B%22id%22%3A543%2C%22title%22%3A%22My%20account%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fmy-account%5C%2F%22%7D%2C%22shop%22%3A%7B%22id%22%3A540%2C%22title%22%3A%22Shop%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fshop%5C%2F%22%7D%2C%22cart%22%3A%7B%22id%22%3A541%2C%22title%22%3A%22Cart%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fcart%5C%2F%22%7D%2C%22checkout%22%3A%7B%22id%22%3A542%2C%22title%22%3A%22Checkout%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fcheckout%5C%2F%22%7D%2C%22privacy%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%2C%22terms%22%3A%7B%22id%22%3A0%2C%22title%22%3A%22%22%2C%22permalink%22%3Afalse%7D%7D%2C%22wcAssetUrl%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fwoocommerce%5C%2Fassets%5C%2F%22%2C%22wcVersion%22%3A%228.5.2%22%2C%22wpLoginUrl%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Flog-in%5C%2F%22%2C%22wpVersion%22%3A%226.4.3%22%2C%22collectableMethodIds%22%3A%5B%5D%2C%22admin%22%3A%7B%22wccomHelper%22%3A%7B%22isConnected%22%3Afalse%2C%22connectURL%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%5C%2Fwp-admin%5C%2Fadmin.php%3Fpage%3Dwc-addons%26section%3Dhelper%26wc-helper-connect%3D1%26wc-helper-nonce%3D4831052aab%22%2C%22userEmail%22%3A%22%22%2C%22userAvatar%22%3A%22https%3A%5C%2F%5C%2Fsecure.gravatar.com%5C%2Favatar%5C%2F%3Fs%3D48%26d%3Dblank%26r%3Dg%22%2C%22storeCountry%22%3A%22US%22%2C%22inAppPurchaseURLParams%22%3A%7B%22wccom-site%22%3A%22https%3A%5C%2F%5C%2Famericanspikers.com%22%2C%22wccom-back%22%3A%22%252F2022-is-the-12-months-of-snapchat-add%252F%22%2C%22wccom-woo-version%22%3A%228.5.2%22%2C%22wccom-connect-nonce%22%3A%224831052aab%22%7D%7D%2C%22_feature_nonce%22%3A%2212dbcaeb1a%22%2C%22alertCount%22%3A%224%22%2C%22visibleTaskListIds%22%3A%5B%22setup%22%2C%22extended%22%5D%7D%7D' ) ); </script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=07c2f0675ddd247d2325" id="wc-settings-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/data-controls.min.js?ver=fe4ccc8a1782ea8e2cb1" id="wp-data-controls-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/html-entities.min.js?ver=36a4a255da7dd2e1bf8e" id="wp-html-entities-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/notices.min.js?ver=38e88f4b627cf873edd0" id="wp-notices-js"></script> <script id="wc-blocks-middleware-js-before"> var wcBlocksMiddlewareConfig = { storeApiNonce: '89a61326b5', wcStoreApiNonceTimestamp: '1708846331' }; </script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=ca04183222edaf8a26be" id="wc-blocks-middleware-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=c96aba0171b12e03b8a6" id="wc-blocks-data-store-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/primitives.min.js?ver=6984e6eb5d6157c4fe44" id="wp-primitives-js"></script> <script src="https://americanspikers.com/wp-includes/js/dist/warning.min.js?ver=122829a085511691f14d" id="wp-warning-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=b165bb2bd213326d7f31" id="wc-blocks-components-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=9f469ef17beaf7c51576" id="wc-blocks-checkout-js"></script> <script src="https://americanspikers.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution-blocks.min.js?ver=8.5.2" id="wc-order-attribution-blocks-js"></script> <script id="ppress-frontend-script-js-extra"> var pp_ajax_form = {"ajaxurl":"https:\/\/americanspikers.com\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"b39e96007d","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0"}; </script> <script src="https://americanspikers.com/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.14.3" id="ppress-frontend-script-js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js?ver=6.4.3" id="jquery-script-js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js?ver=6.4.3" id="popper-script-js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js?ver=6.4.3" id="bootstrap-script-js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js?ver=6.4.3" id="owlcarousel-script-js"></script> <script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=6.4.3" id="slick-script-js"></script> <script src="https://kit.fontawesome.com/a076d05399.js?ver=6.4.3" id="font-awesome-script-js"></script> <script src="https://americanspikers.com/wp-content/themes/twentytwentyone-child/assets/js/toggle-icon.js?ver=6.4.3" id="toggle-icon-script-js"></script> <script src="https://americanspikers.com/wp-content/themes/twentytwentyone-child/assets/js/carousel.js?ver=6.4.3" id="carousel-script-js"></script> <script src="https://americanspikers.com/wp-content/themes/twentytwentyone-child/assets/js/custom.js?ver=6.4.3" id="custom-script-js"></script> <script src="https://www.google.com/recaptcha/api.js?render=6Lfmd-kgAAAAAJIf5NctrbBDdxfZbmEo01u6naGb&amp;ver=3.0" id="google-recaptcha-js"></script> <script id="wpcf7-recaptcha-js-extra"> var wpcf7_recaptcha = {"sitekey":"6Lfmd-kgAAAAAJIf5NctrbBDdxfZbmEo01u6naGb","actions":{"homepage":"homepage","contactform":"contactform"}}; </script> <script src="https://americanspikers.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.8.6" id="wpcf7-recaptcha-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",(function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}),!1); </script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { var eh_stripe_lang = $( '#woocommerce_eh_sofort_stripe_eh_stripe_sofort_language').closest( 'tr' ); $(eh_stripe_lang).hide(); if ( $( '#woocommerce_eh_sofort_stripe_eh_stripe_sofort_lang-custom').is( ':checked' ) ) { $(eh_stripe_lang).show(); } else{ $(eh_stripe_lang).hide(); } $( '#woocommerce_eh_sofort_stripe_eh_stripe_sofort_lang-custom' ).change(function(){ if ( $( this ).is( ':checked' ) ) { $(eh_stripe_lang).show(); } else { $(eh_stripe_lang).hide(); } }).change(); }); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Read this submit to get to know extra about Snapchat adds Shared Stories choice. However the reality is quite a bit of these firms have more energy than governments. The app, over time, has discovered its area of interest, and given the outstanding role that it now plays in connecting younger audiences, and the continued improvement of its AR tools, there’s loads to love about Snap’s ongoing potential. Plus, you will feel like an skilled on all sorts of matters and maybe even study something new too. There are tons of other ways to go looking, they usually even promote clubs primarily based on how a lot they’re trending. If moving to the cloud isn’t but one thing that dwelling or work customers are on the lookout for, but Outlook continues to look a bit old school and offers you headaches infrequently, there are numerous consumer alternate options to take a look at. Either means, the steady growth of Spotlight as soon as again underlines the broader TikTok impact on in-app engagement, and the way users are more and more trying to have interaction on social platforms.\nAnd مشاهدات snapchat it is usually noticed that platforms like Facebook, Instagram, and Twitter have change into the perfect place for these sorts of interactions. Learning new issues is a by no means-ending process, and I would like to review extra about photographing and مشاهدات سناب شات writing. Much more complicated to make use of. Greater than 186 million people on average use Snapchat on a regular basis. It’s the app’s fourth consecutive quarter of more than 20% YoY development in utilization, with Snap seeing its largest rise, as soon as once more, within the ‘Rest of World’ category, which grew by 10 million in the interval. “Our content partners proceed to search out success on our platform, with 15 totally different companions each reaching over 50 million Snapchatters this quarter. A part of that development has been Snapchat’s Spotlight funding programming, which initially saw it allocating $1 million in complete money prizes day-after-day to the highest-performing Spotlight clips. It’s a fairly good report for Snap, with solid results, despite challenges, and good indicators on engagement progress. The higher person engagement is one in all the major advantages of push notifications for sites. A Snapchat takeover can go one of two ways: Host a guest on your channel, or be a featured visitor on another channel. And every little thing everywhere will be purchased in just a faucet or two.\nThe Spyic Android app requires installation first before it can be utilized. As a way to mitigate these impacts, Snapchat says that it’s targeted on creating further first celebration, privacy-protected options to assist advert companions measure their campaigns successfully within the parameters of the new Apple restrictions. Snapchat analytics will aid you observe how profitable you’re at undertaking your goals. To assist its recycling partners construct on this momentum worldwide, Apple today introduced its newest recycling innovation, Taz, a machine that uses a groundbreaking method to improve material restoration from conventional electronics recycling. Currently, Snap depends on its friendly relationships with smartphone makers like Apple and Samsung, both of which it has partnered with on varied Snapchat initiatives. As big tech’s main cell software program and hardware corporations, led by Tim Cook (Apple), Mark Zuckerberg (Meta), and Sundar Pichai (Alphabet), have matured into much less interesting establishment players, Snap founder and CEO Evan Spiegel’s small however interestingly agile strikes toward the future hint that the following Apple could be gestating at Snap’s headquarters in Santa Monica, California. I’d recommend practising with free modifying software before going premium. With total automation of the testing process, we can achieve uncompromising quality whereas providing a aggressive edge within the type of a reliable and efficient software program answer.\nYou’ll be able to both delete the user or block the person. With the Snapchat Shared Stories possibility, whenever you create a shared story, you can choose individuals who will have the ability to contribute to their own Snap additions. Where Snap is seeing success is with Spotlight, its quick-type video choice, and its Discover programming, which continues to drive increased usage. But perhaps you have other goals, like internet conversions, sales, or video views. You possibly can nonetheless add YouTube videos like this, but in my opinion, it simply doesn’t look as aesthetically pleasing as this YouTube-specific sticker. It’s turn out to be nothing short of a cornerstone of cell apps as a complete, but there is still ample info that people both don’t know or overlook. Contests, takeovers, and partnerships will come off as stunts for those who don’t publish repeatedly sufficient to keep followers engaged and entice new ones. Overall, you will see that the app is barely suitable for basic monitoring. The app works silently within the background. That sharing dynamic has been a key element of TikTok’s success, which is why مشاهدات snapchat, Instagram, Pinterest, and others at the moment are searching for extra methods to invite collaboration and contribution to their related merchandise.", "id": "<urn:uuid:8dc11891-4470-4dfd-b6d5-511d66eef312>", "dump": "CC-MAIN-2024-10", "url": "https://americanspikers.com/2022-is-the-12-months-of-snapchat-add/", "date": "2024-02-25T07:32:11", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9431823492050171, "token_count": 1077 } }
<urn:uuid:db80501f-49df-405c-b8cb-eb90324fcd63>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>About us &#8211; Amfora</title> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" hreflang="de" href="https://amforahome.ch/ueber-uns/" /> <link rel="alternate" hreflang="en" href="https://amforahome.ch/en/about-us/" /> <link rel="alternate" hreflang="fr" href="https://amforahome.ch/fr/a-propos/" /> <link rel="alternate" hreflang="x-default" href="https://amforahome.ch/ueber-uns/" /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Amfora &raquo; Feed" href="https://amforahome.ch/en/feed/" /> <link rel="alternate" type="application/rss+xml" title="Amfora &raquo; Comments Feed" href="https://amforahome.ch/en/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/amforahome.ch\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.0.3"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='sbi_styles-css' href='https://amforahome.ch/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.0.7' type='text/css' media='all' /> <link rel='stylesheet' id='dripicons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/dripicons/assets/css/dripicons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='elegant-icons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/elegant-icons/assets/css/elegant-icons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-v4shim-css' href='https://amforahome.ch/wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/font-awesome/css/v4-shims.css?ver=5.13.0' type='text/css' media='screen' /> <link rel='stylesheet' id='font-awesome-css' href='https://amforahome.ch/wp-content/plugins/types/vendor/toolset/toolset-common/res/lib/font-awesome/css/all.css?ver=5.13.0' type='text/css' media='screen' /> <link rel='stylesheet' id='fontkiko-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/fontkiko/assets/css/fontkiko.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='ionicons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/ionicons/assets/css/ionicons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='linea-icons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/linea-icons/assets/css/linea-icons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='linear-icons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/linear-icons/assets/css/linear-icons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='material-icons-css' href='https://fonts.googleapis.com/icon?family=Material+Icons&#038;ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/icons/simple-line-icons/assets/css/simple-line-icons.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://amforahome.ch/wp-includes/css/dist/block-library/style.min.css?ver=6.0.3' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.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-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-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-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;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://amforahome.ch/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.3' type='text/css' media='all' /> <link rel='stylesheet' id='ctf_styles-css' href='https://amforahome.ch/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.min.css?ver=2.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='wpa-css-css' href='https://amforahome.ch/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://amforahome.ch/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.4.11' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css' href='//amforahome.ch/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.min.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/swiper.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-grid-style-css' href='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-helper-parts-style-css' href='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-style-css' href='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='select2-css' href='https://amforahome.ch/wp-content/plugins/qode-framework/inc/common/assets/plugins/select2/select2.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-core-dashboard-style-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/core-dashboard/assets/css/core-dashboard.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-main-css' href='https://amforahome.ch/wp-content/themes/mellifera/assets/css/main.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-core-style-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/assets/css/mellifera-core.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-child-style-css' href='https://amforahome.ch/wp-content/themes/mellifera-child/style.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='magnific-popup-css' href='https://amforahome.ch/wp-content/themes/mellifera/assets/plugins/magnific-popup/magnific-popup.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed%3A300%2C400%2C500%2C600%2C700%7COpen+Sans%3A300%2C400%2C500%2C600%2C700&#038;subset=latin-ext&#038;ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='mellifera-style-css' href='https://amforahome.ch/wp-content/themes/mellifera/style.css?ver=6.0.3' type='text/css' media='all' /> <style id='mellifera-style-inline-css' type='text/css'> #qodef-page-footer-top-area { background-color: transparent;}#qodef-page-footer-bottom-area { background-color: transparent;border-top-color: transparent;border-top-width: 1px;}#qodef-page-footer { background-color: var(--main-olive);background-position: center bottom;}body { background-color: var(--main-olive-page);background-image: url(https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-Ohne-33.png);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}.qodef-h1 a:hover, h1 a:hover, .qodef-h2 a:hover, h2 a:hover, .qodef-h3 a:hover, h3 a:hover, .qodef-h4 a:hover, h4 a:hover, .qodef-h5 a:hover, h5 a:hover, .qodef-h6 a:hover, h6 a:hover, a:hover, p a:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category a, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-comments:before, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover, #qodef-page-comments-list .qodef-m-comments .comment-respond .comment-reply-title small, #qodef-page-comments-list .qodef-comment-item .qodef-e-date a, #qodef-page-comments-list .qodef-comment-item .qodef-e-links>*, .qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item:hover, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-file:hover, .qodef-mobile-header-navigation>ul>li>a:hover, .qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a, .qodef-mobile-header-navigation>ul>li.current-menu-item>a, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a, .qodef-header-navigation>ul>li>a:hover, .qodef-header-navigation>ul>li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a, .qodef-m-pagination.qodef--wp .page-numbers, .qodef-m-pagination.qodef--wp .page-numbers.next, .qodef-m-pagination.qodef--wp .page-numbers.prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next.qodef--active a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev.qodef--active a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover a, .qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner, .qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner, .qodef-single-links>span:not(.qodef-m-single-links-title), .widget .qodef-widget-title a:hover, .widget a:hover, .widget.widget_calendar tfoot a:hover, .widget.widget_tag_cloud .tagcloud a:hover, #qodef-top-area .widget .qodef-widget-title a:hover, #qodef-top-area .widget a:hover, #qodef-top-area .widget.widget_calendar tfoot a:hover, #qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover, #qodef-side-area .widget .qodef-widget-title a:hover, #qodef-side-area .widget a:hover, #qodef-side-area .widget.widget_calendar tfoot a:hover, #qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover, .qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover, .qodef-mega-menu-widget-holder .widget a:hover, .qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover, .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover, #qodef-woo-page .price, .qodef-woo-shortcode .price, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, #qodef-woo-page .woocommerce-pagination .page-numbers, #qodef-woo-page .woocommerce-pagination .page-numbers.next.current, #qodef-woo-page .woocommerce-pagination .page-numbers.next:hover, #qodef-woo-page .woocommerce-pagination .page-numbers.prev.current, #qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover, .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title, .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title a, #qodef-woo-page .qodef-quantity-buttons .qodef-icon-fontkiko:hover, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a, .widget.woocommerce .price, .widget.woocommerce .button, .widget.widget_layered_nav ul li.chosen a, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_products .qodef-woo-product-title a:hover, .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, .widget.widget_top_rated_products .qodef-woo-product-title a:hover, .widget.widget_recent_reviews a:hover, #qodef-page-footer .widget.widget_layered_nav ul li.chosen a, #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover, #qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recent_reviews a:hover, .qodef-blog.qodef-item-layout--carousel .qodef-e-inner:hover .entry-title, .qodef-blog.qodef-item-layout--minimal .qodef-e-inner:hover .qodef-e-title, #qodef-single-post-navigation .qodef-icon-fontkiko, #qodef-single-post-navigation .qodef-m-nav-label, .qodef-fullscreen-menu>ul>li>a:hover, .qodef-fullscreen-menu>ul>li.current-menu-ancestor>a, .qodef-fullscreen-menu>ul>li.current-menu-item>a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a, .qodef-blog-like .qodef-icon, #qodef-multiple-map-notice, .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover, .qodef-woo-dropdown-cart .qodef-e-price, .qodef-woo-dropdown-cart .qodef-e-quantity, #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover, .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e-inner:hover .qodef-e-title, .qodef-team-list .qodef-e-role, .qodef-testimonials-list .qodef-e-content .qodef-e-author-job, .qodef-fullscreen-search-holder .qodef-m-form-submit:hover, .qodef-button.qodef-layout--outlined, .qodef-button.qodef-layout--textual, .qodef-button.qodef-layout--textual:hover, .qodef-info-box:hover .qodef-m-title, .qodef-interactive-showcase-section .qodef-iss-item .qodef-iss-content .qodef-e-title, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a, .qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-icon-fontkiko, #qodef-page-spinner .qodef-m-inner { color: var(--main-olive);}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-date a, .wp-block-cover-image h1 a:hover, .wp-block-cover-image h2 a:hover, .wp-block-cover-image h3 a:hover, .wp-block-cover-image h4 a:hover, .wp-block-cover-image h5 a:hover, .wp-block-cover-image h6 a:hover, .wp-block-cover-image p a:hover, .wp-block-cover h1 a:hover, .wp-block-cover h2 a:hover, .wp-block-cover h3 a:hover, .wp-block-cover h4 a:hover, .wp-block-cover h5 a:hover, .wp-block-cover h6 a:hover, .wp-block-cover p a:hover { color: var(--main-olive)!important;}.wp-block-quote:before, blockquote:before, .qodef-theme-button, button[type=submit], input[type=submit], .qodef-blog .qodef-blog-item.format-link .qodef-e-link, .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote, .qodef-blog .mejs-controls .mejs-time-rail .mejs-time-current, .qodef-blog.qodef--single article .qodef-e-info-item.qodef-e-info-tags a, .qodef-blog.qodef--single .mejs-controls .mejs-time-rail .mejs-time-current, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:hover, .qodef-m-pagination.qodef--wp .page-numbers:not(.dots).current, .qodef-m-pagination.qodef--wp .page-numbers:not(.dots):hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next).qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next):hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev).qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev):hover, .widget.widget_calendar #today, #qodef-top-area .widget.widget_calendar #today, #qodef-side-area .widget.widget_calendar #today, .qodef-mega-menu-widget-holder .widget.widget_calendar #today, #qodef-woo-page .qodef-woo-product-mark, .qodef-woo-shortcode .qodef-woo-product-mark, #qodef-woo-page .button, .qodef-woo-shortcode .button, #qodef-woo-page .added_to_cart, .qodef-woo-shortcode .added_to_cart, .woocommerce-page div.woocommerce>.return-to-shop a, .woocommerce-account .button, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.dots).current, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.dots):hover, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.next).current, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.next):hover, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev).current, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev):hover, #qodef-woo-page.qodef--single .entry-summary .qodef-social-share li a, .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle, .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range, .widget.widget_price_filter .price_slider_amount .button, #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle, #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range, #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button, #qodef-back-to-top .qodef-back-to-top-icon, .qodef-places-geo-radius .noUi-target .noUi-connect, .qodef-places-geo-radius .noUi-target .noUi-handle, .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count, .qodef-woo-dropdown-cart .qodef-m-action-link, .qodef-woo-side-area-cart .qodef-m-action-link, .qodef-portfolio-single .qodef-inof--social-share li a, .qodef-portfolio-single .qodef-portfolio-info .qodef-inof--social-share li a, .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner, .qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon, .qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before, .qodef-button.qodef-layout--filled.qodef-html--link, .qodef-button.qodef-layout--outlined:hover, .qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square, #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front, .widget.widget_mellifera_core_social_icons_group .qodef-icon-holder.qodef-layout--circle { background-color: var(--main-olive);}.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:hover, .widget.woocommerce .button, #qodef-back-to-top .qodef-back-to-top-icon, .qodef-button.qodef-layout--outlined, .qodef-button.qodef-layout--outlined:hover { border-color: var(--main-olive);}#qodef-top-area { background-color: var(--main-olive);height: 30px;padding: 0 0%;}.qodef-page-title { background-image: url(https://amforahome.ch/wp-content/uploads/2022/05/4-837A9359-scaled.jpg);}.qodef-page-title .qodef-m-title { color: #ffffff;}@media only screen and (max-width: 1024px) { .qodef-page-title { height: 200px;}}.qodef-header--standard #qodef-page-header { height: 110px;background-color: #ffffff;}@media only screen and (max-width: 680px){h1 { font-size: 50px;}h2 { font-size: 40px;}} </style> <link rel='stylesheet' id='mellifera-core-elementor-css' href='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/plugins/elementor/assets/css/elementor.min.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.16.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.7.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-7-css' href='https://amforahome.ch/wp-content/uploads/elementor/css/post-7.css?ver=1680603477' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://amforahome.ch/wp-content/uploads/elementor/css/global.css?ver=1680603478' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-5834-css' href='https://amforahome.ch/wp-content/uploads/elementor/css/post-5834.css?ver=1680668376' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans+Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' type='text/css' media='all' /> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' id='wpml-cookie-js-extra'> /* <![CDATA[ */ var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=4.5.11' id='wpml-cookie-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.4.8' id='tp-tools-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.4.11' id='revmin-js'></script> <link rel="https://api.w.org/" href="https://amforahome.ch/en/wp-json/" /><link rel="alternate" type="application/json" href="https://amforahome.ch/en/wp-json/wp/v2/pages/5834" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://amforahome.ch/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://amforahome.ch/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.0.3" /> <link rel="canonical" href="https://amforahome.ch/en/about-us/" /> <link rel='shortlink' href='https://amforahome.ch/en/?p=5834' /> <link rel="alternate" type="application/json+oembed" href="https://amforahome.ch/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famforahome.ch%2Fen%2Fabout-us%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://amforahome.ch/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Famforahome.ch%2Fen%2Fabout-us%2F&#038;format=xml" /> <meta name="generator" content="WPML ver:4.5.11 stt:1,4,3;" /> <meta name="generator" content="Powered by Slider Revolution 6.4.11 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://amforahome.ch/wp-content/uploads/2022/05/cropped-Amfora-Logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://amforahome.ch/wp-content/uploads/2022/05/cropped-Amfora-Logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://amforahome.ch/wp-content/uploads/2022/05/cropped-Amfora-Logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://amforahome.ch/wp-content/uploads/2022/05/cropped-Amfora-Logo-270x270.png" /> <script type="text/javascript">function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style")); document.getElementById(e.c).height = newh+"px"; window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }"; } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> /* rgba(195,204,185,0.5) olive light*/ :root { --main-olive: rgba(195,204,185,0.75); --main-header-color: rgba(195,204,185,0.9); --main-olive-page: rgba(195,204,185,0.25); --main-olive-dark: #6b8e23; } .osr-display-none{ display:block; } .qodef-bees-holder-inner{ display: none; } /* Home -> wegen Sprachen Seitentitel raus post_id_5899 -> EN post_id_5901 -> FR */ /* Home Abstände Bilder*/ .osr-home-space .elementor-column-gap-default>.elementor-column>.elementor-element-populated { padding-top: 0px; padding-bottom: 0px; } #qodef-page-inner { padding-Top: 60px; } #qodef-page-wrapper #qodef-page-outer .post_id_5899{ padding-top: 0px; margin-top: -140px; } #qodef-page-wrapper #qodef-page-outer .post_id_5901{ padding-top: 0px; margin-top: -140px; } /* Schrift Sprachumschalter */ .wpml-ls-sidebars-qodef-header-widget-area-one > ul > li > a, .wpml-ls-sidebars-qodef-sticky-header-widget-area-one > ul > li > a{ font-size: 15px; letter-spacing: .15em; line-height: 25px; font-family: "Open Sans Condensed",sans-serif; font-weight: 700; text-transform: uppercase; color: #3c3c3c; } /* Schrift Sprachumschalter TOP HEADER */ .osr-wpml-language-name{ font-size: 15px; letter-spacing: .15em; line-height: 25px; font-family: "Open Sans Condensed",sans-serif; font-weight: 700; text-transform: uppercase; color: #3c3c3c; } /* Sprachumschalter TOP HEADER MITTIG */ #qodef-top-area .qodef-widget-holder.qodef-top-area-right { margin-right: auto; } /* Menü -> Hover */ .current_page_item .sub-menu li span:hover{ color: #3c3c3c; } /* Produkte height*/ .osr-seite-produkte{ min-height:360px; } /* Produkte learn more*/ .osr-seite-produkte .qodef-m-button{ display:none; max-height:10px !important; } /* restliche Seiten learn more*/ .osr-seite-infobox .qodef-m-button{ display:none; } /* Homepage Orange Hintergrund raus */ .elementor-2698 .elementor-element.elementor-element-ac1d61a:not(.elementor-motion-effects-element-type-background), .elementor-2698 .elementor-element.elementor-element-ac1d61a > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: transparent; } /* Seiten Orange Hintergrund raus */ .qodef-page-title { background-color: transparent; } /* Seiten Titel1 */ .qodef-page-title .qodef-m-content.qodef-content-grid { width: fit-content; } .qodef-page-title .qodef-m-content.qodef-content-grid h1{ padding-left:15px !important; padding-right:15px !important; } /* sprung zu top */ #qodef-back-to-top:hover .qodef-back-to-top-icon { border-color: #6b8e23; background-color: #6b8e23; } /* header hintergrundfarbe */ .qodef-page-title .qodef-m-title { background-color: var(--main-header-color); } /* Team Überschift und Link-Icons */ .osr-team-role .qodef-e-role{ height:80px; } .osr-team-role .qodef-e-role{ font-size:18px; color: var(--main-olive-dark); } .qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon:hover { background-color: var(--main-olive-dark); } /* footer logo */ .qodef-footer-top-logo{ width:250px !important; } /* footer WPML Meldung raus */ .otgs-development-site-front-end { display:none } /* Seite Stefan TEST */ .osr-switch .elementor-tab-title a{ padding-left:50px; padding-right: 20px; } .osr-switch .elementor-tab-content p{ padding-left:50px; padding-right: 20px; } .osr-toggle .elementor-widget-container{ padding-left: 0px !important; } .osr-toggle .elementor-widget-container .ui-accordion-content{ /*stefan*/ text-align: center !important; padding-left: 0px; padding-right: 0px !important; } /* Impact und Nachhaltig */ .osr-seite-infobox .qodef-m-content{ min-height: 5px; padding-bottom:0px; } .osr-seite-infobox{ padding-bottom: 0px !important; padding-right: 5% !important; } .osr-toggle-infobox { top: -230px !important; left: 325px; font-size: 15px; max-width: 750px } .osr-toggle-infobox-text .ui-accordion-content .qodef-e-content-inner { text-align: center; } .osr-toggle-infobox-text-2 .ui-accordion-content .qodef-e-content-inner { text-align: left; } .osr-bauern-kennen { max-width: 1140px !important; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: auto; margin-left: auto; position: relative; --widgets-spacing: 20px; padding: 4.5% 8.5% 4.5% !important; } .osr-bauern-kennen .elementor-container .elementor-widget-wrap.elementor-element-populated{ padding:0px; } .osr-bauern-kennen .elementor-container .elementor-col-33{ width: 25% !important; } .osr-bauern-kennen .elementor-container .elementor-col-66{ width: 75% !important; } .osr-bauern-kennen .elementor-widget-container{ font-family: "Open Sans",sans-serif !important; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 24px; color: #5b5858; margin: 9px 0 5px; } .osr-bauern-kennen .elementor-container .elementor-col-66 .osr-first-text{ margin-bottom:0px; } .osr-bauern-kennen .elementor-widget-heading h4{ font-family: "Open Sans Condensed",sans-serif !important; text-transform: uppercase; color: #131313; font-size: 26px; line-height: 1.231em; letter-spacing: 0; -ms-word-wrap: break-word; word-wrap: break-word; } .qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active { background-color: transparent ; } .elementor-container .osr-first-text{ margin-bottom:0px; } .elementor-container .osr-first-text p{ margin-bottom:0px; } /* Unser Qualitätsversprechen */ .osr-toggle .osr-toggle-infobox-text .osr-qodef-e-title-holder{ margin-left: 45%; margin-right: auto; } .osr-toggle .osr-toggle-infobox-text .qodef-e-title{ background-color: transparent !important; } .osr-toggle .osr-toggle-infobox-text .qodef-e-mark{ background-color: transparent !important; } .osr-toggle .osr-toggle-infobox-text .osr-qodef-e-content{ padding: 0px !important; } .osr-toggle .osr-toggle-infobox-text .osr-qodef-e-content-inner{ text-align:center; } .osr-toggle .osr-toggle-infobox-text .qodef-e-title-holder{ margin-top: 0px; } .osr-toggle .osr-toggle-infobox-text .qodef-e-title-holder .qodef-e-title{ font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0; } /* Produkte */ /* read more -> eine Zeile */ .osr-toggle-infobox-text-3 .osr-qodef-e-title-holder span{ white-space: nowrap; } /* Button Degustation */ .osr-button-background .elementor-widget-container a{ background-color:var(--main-olive); } /* Button Kontakt */ .qodef-contact-page .wpcf7-submit:hover{ background-color:var(--main-olive-dark)!important; } /* Lernen Sie unsere Bauern kennen */ .osr-toggle .osr-toggle-infobox-text-2 .qodef-e-mark{ background-color: transparent !important; margin-left:0px; vertical-align:text-bottom; } .osr-toggle .osr-toggle-infobox-text-2 .osr-qodef-e-content{ padding: 0px !important; } .osr-toggle .osr-toggle-infobox-text-2 .osr-qodef-e-content-inner{ text-align:left; } /* Impact und Nachhaltigkeit */ .osr-toggle-infobox-text-3 .qodef-e-mark{ background-color: transparent !important; margin-left:0px; vertical-align:text-bottom; } .osr-toggle .osr-toggle-infobox-text-3 .osr-qodef-e-content{ padding-top: 0px; padding-bottom:0px; } .osr-toggle .osr-toggle-infobox-text-3 .osr-qodef-e-content-inner{ text-align:left; font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 24px; color: #5b5858; padding-left:50px !important; } .osr-toggle .osr-infobox-text-3-left .qodef-e-title-holder .qodef-e-title{ } .osr-toggle .osr-toggle-infobox-text-3 .qodef-e-title-holder{ margin-top: 0px; } .osr-toggle .osr-toggle-infobox-text-3 .qodef-e-title-holder .qodef-e-title{ font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0; } .osr-toggle .osr-toggle-infobox-text-3 .osr-ui-accordion-header-active{ padding-left:50px !important; } /* MISSION UND VISION */ .osr-first-text .osr-p-height { padding-top:17px; } .osr-toggle .osr-toggle-infobox-text-4{ background-color: #FCFAF9 !important; } .osr-toggle .osr-toggle-infobox-text-4 .osr-qodef-e-title-holder{ margin-left: 45%; margin-right: auto; } .osr-toggle .osr-toggle-infobox-text-4 .qodef-e-title{ background-color: #FCFAF9 !important; } .osr-toggle .osr-toggle-infobox-text-4 .qodef-e-mark{ background-color: transparent !important; } .osr-toggle .osr-toggle-infobox-text-4 .osr-qodef-e-content{ } .osr-toggle .osr-toggle-infobox-text-4 .osr-qodef-e-content-inner{ text-align:left; margin-top:-30px; } .osr-toggle .osr-toggle-infobox-text-4 .qodef-e-title-holder{ margin-top: 0px; } .osr-toggle .osr-toggle-infobox-text-4 .qodef-e-title-holder .qodef-e-title{ padding-left: 0px; font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0; } .qodef-qi-accordion .qodef-e-title-holder { justify-content: unset; } .osr-toggle-infobox-bild-display{ display:none; } .osr-toggle-infobox-bild .elementor-col-33{ width:51%; } .osr-toggle-infobox-bild-33-show{ width:51% !important; } .osr-toggle-infobox-bild-33-hide{ width:0%!important; } .osr-toggle-infobox-bild-width-66-left{ width:100%!important; padding-right: 25px!important; } /* responsive */ /* Startseite Slider Text */ @media screen and (min-width: 1351px) and (max-width: 1500px) { .osr-home-titel{ margin-left:100px !important; font-size: 100px !important; line-height: 110px !important; } .osr-home-text{ margin-left:100px !important; font-size: 30px !important; } } @media screen and (min-width: 1025px) and (max-width: 1350px) { .osr-home-titel{ margin-left:150px !important; font-size: 90px !important; line-height: 100px !important; } .osr-home-text{ margin-left:150px !important; font-size: 30px !important; } } @media screen and (min-width: 897px) and (max-width: 1024px) { .osr-home-titel{ margin-left:150px !important; font-size: 50px !important; line-height: 70px !important; } .osr-home-text{ margin-left:150px !important; font-size: 18px !important; line-height: 36px !important; } } @media screen and (min-width: 778px) and (max-width: 896px) { .osr-home-titel{ margin-left:150px !important; font-size: 50px !important; line-height: 70px !important; } .osr-home-text{ margin-left:150px !important; font-size: 18px !important; line-height: 36px !important; top:15px !important; } } @media screen and (min-width: 601px) and (max-width: 777px) { .osr-home-titel{ margin-left:-50px !important; font-size: 44px !important; line-height: 50px !important; } .osr-home-text{ margin-left:-50px !important; font-size: 18px !important; line-height: 36px !important; top:40px !important; } } /* @media screen and (min-width: 601px) and (max-width: 767px) { .osr-home-titel{ margin-left:35px !important; font-size: 50px !important; line-height: 60px !important; } .osr-home-text{ margin-left:35px !important; font-size: 24px !important; } } */ @media screen and (min-width: 330px) and (max-width: 600px) { .osr-home-titel{ margin-left:35px !important; font-size: 37px !important; line-height: 40px !important; } .osr-home-text{ margin-left:35px !important; font-size: 18px !important; } } @media screen and (min-width: 300px) and (max-width: 329px) { .osr-home-titel{ margin-left:35px !important; font-size: 30px !important; line-height: 40px !important; } .osr-home-text{ margin-left:35px !important; font-size: 12px !important; } } /* Überschriften "Über Uns" */ @media screen and (max-width: 430px) { .osr-h2 h2, .osr-h2 .h2{ font-size: 34px !important; } } /* Weiterlesen */ @media screen and (min-width: 767px) and (max-width: 1441px) { .osr-toggle-infobox-text-4 .osr-qodef-e-title{ /*padding-left:30px !important;*/ } .osr-toggle-infobox-text-3 .osr-qodef-e-title{ /* padding-left:30px !important; */ } } @media screen and (min-width: 1024px) and (max-width: 1400px) { .qodef-header-navigation > ul > li { margin-right: 20px !important; margin-left: 0px !important; } .qodef-header-navigation .menu-item-home{ display: none; } } @media screen and (min-width: 1200px) and (max-width: 1440px) { .osr-toggle-infobox-bild .elementor-col-33{ width:54%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } .osr-qodef-e-title-holder{ /* wieder rein margin-left:45% !important;*/ } } @media screen and (min-width: 1024px) and (max-width: 1200px) { .osr-toggle-infobox-bild .elementor-col-33{ width:68%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } /* da drunter: Klima, Artenvielfalt, Tradition, Kansum */ .osr-toggle-infobox-text-3 .osr-qodef-e-title-holder{ margin-left:0px !important; } /* rechter Text-Block vom Rand weg */ .osr-seite-infobox .qodef-m-image-wrapper{ margin-right: 35px !important; } .osr-toggle-infobox-text-3{ left:-9px; } } @media screen and (min-width: 800px) and (max-width: 1024px) { .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { width: 100% !important; } .osr-toggle-infobox-bild .elementor-col-33{ width:34.5%; } .elementor-column.elementor-col-66.elementor-inner-column{ width:65%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } .osr-qodef-e-title-holder{ /*stefan*/ margin-left:0% !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-title{ padding-left:30px !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-title-holder{ /*stefan 26.10.22 */ margin-left:42% !important; } } @media screen and (min-width: 767px) and (max-width: 800px) { .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { width: 100% !important; } .osr-toggle-infobox-bild .elementor-col-33{ width:38%; } .elementor-column.elementor-col-66.elementor-inner-column{ width:0%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } .osr-qodef-e-title-holder{ margin-left:0% !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-title-holder{ /*stefan 26.10.22 */ margin-left:40% !important; } } @media screen and (min-width: 681px) and (max-width: 767px) { .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { width: 100% !important; } .osr-toggle-infobox-bild .elementor-col-33{ width:38%; } .elementor-column.elementor-col-66.elementor-inner-column{ width:0%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } .osr-qodef-e-title-holder{ margin-left:0px !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-title-holder{ /*stefan 26.10.22 */ margin-left:39% !important; } } @media screen and (max-width: 460px) { .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { width: 100% !important; } .osr-toggle-infobox-bild .elementor-col-33{ width:8.5%; } .elementor-column.elementor-col-66.elementor-inner-column{ width:0%; } .osr-toggle-infobox-bild-33-hide{ width:0% !important; } .osr-qodef-e-title-holder{ margin-left:0px !important; } .osr-toggle .osr-toggle-infobox-text-3 .osr-qodef-e-content-inner { padding-left: 8.5% !important; } .osr-toggle .osr-toggle-infobox-text-3 .osr-ui-accordion-header-active { padding-left: 25px !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-content-inner { padding-left: 0px !important; } .osr-toggle-infobox-text-4 .osr-qodef-e-title { padding-left: 28px !important; } p{ text-align: left; } .osr-toggle-infobox-text-4 .osr-qodef-e-title-holder{ /*stefan 26.10.22 */ margin-left:30px !important; } } @media screen and (max-width: 767px) { /* Lieferkonditionen */ .osr-delivery-icon img{ } .osr-delivery-text .elementor-widget-wrap{ padding-top:0px !important; } .osr-delivery-text .elementor-widget-wrap .elementor-widget-container{ padding-top:0px !important; } } @media screen and (min-width: 1025px) { .osr-show-menu{ display:none; } } </style> </head> <body data-rsssl=1 class="page-template-default page page-id-5834 qode-framework-1.1.3 qodef-qi--no-touch qi-addons-for-elementor-1.5.4 qodef-back-to-top--enabled qodef-content-grid-1300 qodef-header--standard qodef-header-appearance--sticky qodef-mobile-header--standard qodef-drop-down-second--full-width qodef-drop-down-second--default mellifera-core-1.0.3 mellifera-child-child-1.0.0 mellifera-1.0.4 qodef-header-standard--center qodef-search--covers-header elementor-default elementor-kit-7 elementor-page elementor-page-5834" itemscope itemtype="https://schema.org/WebPage"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <div id="qodef-page-wrapper" class=""> <div id="qodef-top-area" class=""> <div class="qodef-widget-holder qodef-top-area-right"> <div id="icl_lang_sel_widget-11" class="widget widget_icl_lang_sel_widget qodef-top-bar-widget"> <div class="wpml-ls-sidebars-qodef-top-area-right wpml-ls wpml-ls-legacy-list-horizontal"> <ul><li class="wpml-ls-slot-qodef-top-area-right wpml-ls-item wpml-ls-item-de wpml-ls-first-item wpml-ls-item-legacy-list-horizontal"> <a href="https://amforahome.ch/ueber-uns/" class="wpml-ls-link"> <span class="osr-wpml-language-name wpml-ls-native" lang="de">de</span></a> </li><li class="wpml-ls-slot-qodef-top-area-right wpml-ls-item wpml-ls-item-fr wpml-ls-last-item wpml-ls-item-legacy-list-horizontal"> <a href="https://amforahome.ch/fr/a-propos/" class="wpml-ls-link"> <span class="osr-wpml-language-name wpml-ls-native" lang="fr">fr</span></a> </li></ul> </div> </div> </div> </div> <header id="qodef-page-header"> <div id="qodef-page-header-inner" > <a itemprop="url" class="qodef-header-logo-link qodef-height--set" href="https://amforahome.ch/en/" style="height:150px" rel="home"> <img width="2000" height="1000" src="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png" class="qodef-header-logo-image qodef--main" alt="logo main" itemprop="image" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png 2000w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-300x150.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1024x512.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-768x384.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1536x768.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1300x650.png 1300w" sizes="(max-width: 2000px) 100vw, 2000px" /> <img width="2000" height="1000" src="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png" class="qodef-header-logo-image qodef--dark" alt="logo dark" itemprop="image" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png 2000w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-300x150.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1024x512.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-768x384.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1536x768.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1300x650.png 1300w" sizes="(max-width: 2000px) 100vw, 2000px" /> <img width="2000" height="1000" src="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png" class="qodef-header-logo-image qodef--light" alt="logo light" itemprop="image" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png 2000w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-300x150.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1024x512.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-768x384.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1536x768.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1300x650.png 1300w" sizes="(max-width: 2000px) 100vw, 2000px" /></a> <nav class="qodef-header-navigation" role="navigation" aria-label="Top Menu"> <ul id="menu-hauptmenue-en-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5936"><a href="https://amforahome.ch/en/"><span class="qodef-menu-item-text">Home</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-5834 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-5914 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/about-us/"><span class="qodef-menu-item-text">About us</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-6500"><a href="/en/about-us/"><span class="qodef-menu-item-text">About us</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5916"><a href="/en/about-us/#mission"><span class="qodef-menu-item-text">Mission and Vision</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5917"><a href="/en/about-us/#impact"><span class="qodef-menu-item-text">Impact and Sustainability</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5918"><a href="/en/about-us/#team"><span class="qodef-menu-item-text">Team</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5913 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/products/"><span class="qodef-menu-item-text">Products</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6501"><a href="/en/products/"><span class="qodef-menu-item-text">Products</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5919"><a href="/en/products/#evoos"><span class="qodef-menu-item-text">Taste our extra virgin olive oils</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5912 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/producers/"><span class="qodef-menu-item-text">Producers</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6502"><a href="/en/producers/"><span class="qodef-menu-item-text">Producers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5920"><a href="/en/producers/#bauern-kennen-lernen"><span class="qodef-menu-item-text">Meet our farmers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5921"><a href="/en/producers/#bauern-sagen"><span class="qodef-menu-item-text">Farmers testimonies</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6282"><a href="https://amforahome.ch/en/testimonials/"><span class="qodef-menu-item-text">TESTIMONIALS</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5911"><a href="https://amforahome.ch/en/olive-oil-glossary/"><span class="qodef-menu-item-text">Olive oil Glossary</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5942"><a href="https://amforahome.ch/en/amfora-blog/"><span class="qodef-menu-item-text">Blog</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5910"><a href="https://amforahome.ch/en/contact/"><span class="qodef-menu-item-text">Contact</span></a></li> </ul> </nav> <div class="qodef-widget-holder"> <div id="block-9" class="widget widget_block qodef-header-widget-area-one" data-area="header-widget-one"><p><script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/46d4805e28f15023d0232a172/6edb6c00adff5581c0245adab.js");</script></p> </div> </div> </div> <div class="qodef-header-sticky"> <div class="qodef-header-sticky-inner "> <a itemprop="url" class="qodef-header-logo-link qodef-height--set" href="https://amforahome.ch/en/" style="height:150px" rel="home"> <img width="2000" height="1000" src="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png" class="qodef-header-logo-image qodef--sticky" alt="logo sticky" itemprop="image" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png 2000w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-300x150.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1024x512.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-768x384.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1536x768.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1300x650.png 1300w" sizes="(max-width: 2000px) 100vw, 2000px" /></a> <nav class="qodef-header-navigation" role="navigation" aria-label="Top Menu"> <ul id="menu-hauptmenue-en-2" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5936"><a href="https://amforahome.ch/en/"><span class="qodef-menu-item-text">Home</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-5834 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-5914 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/about-us/"><span class="qodef-menu-item-text">About us</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-6500"><a href="/en/about-us/"><span class="qodef-menu-item-text">About us</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5916"><a href="/en/about-us/#mission"><span class="qodef-menu-item-text">Mission and Vision</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5917"><a href="/en/about-us/#impact"><span class="qodef-menu-item-text">Impact and Sustainability</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5918"><a href="/en/about-us/#team"><span class="qodef-menu-item-text">Team</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5913 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/products/"><span class="qodef-menu-item-text">Products</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6501"><a href="/en/products/"><span class="qodef-menu-item-text">Products</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5919"><a href="/en/products/#evoos"><span class="qodef-menu-item-text">Taste our extra virgin olive oils</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5912 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/producers/"><span class="qodef-menu-item-text">Producers</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6502"><a href="/en/producers/"><span class="qodef-menu-item-text">Producers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5920"><a href="/en/producers/#bauern-kennen-lernen"><span class="qodef-menu-item-text">Meet our farmers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5921"><a href="/en/producers/#bauern-sagen"><span class="qodef-menu-item-text">Farmers testimonies</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6282"><a href="https://amforahome.ch/en/testimonials/"><span class="qodef-menu-item-text">TESTIMONIALS</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5911"><a href="https://amforahome.ch/en/olive-oil-glossary/"><span class="qodef-menu-item-text">Olive oil Glossary</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5942"><a href="https://amforahome.ch/en/amfora-blog/"><span class="qodef-menu-item-text">Blog</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5910"><a href="https://amforahome.ch/en/contact/"><span class="qodef-menu-item-text">Contact</span></a></li> </ul> </nav> <div class="qodef-widget-holder"> <div id="mellifera_core_separator-9" class="widget widget_mellifera_core_separator qodef-sticky-right"><div class="qodef-shortcode qodef-m qodef-separator clear "> <div class="qodef-m-line" style="border-color: rgba(255,255,255,0);width: 13px"></div> </div></div> </div> </div> </div></header><header id="qodef-page-mobile-header"> <div id="qodef-page-mobile-header-inner"> <a itemprop="url" class="qodef-mobile-header-logo-link" href="https://amforahome.ch/en/" style="height:68px" rel="home"> <img width="2000" height="1000" src="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png" class="qodef-header-logo-image qodef--main" alt="logo main" itemprop="image" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo.png 2000w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-300x150.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1024x512.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-768x384.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1536x768.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Amfora-Logo-1300x650.png 1300w" sizes="(max-width: 2000px) 100vw, 2000px" /> </a> <div class="qodef-widget-holder"> <div id="icl_lang_sel_widget-10" class="widget widget_icl_lang_sel_widget qodef-mobile-header-widget-area-one" data-area="mobile-header"> <div class="wpml-ls-sidebars-qodef-mobile-header-widget-area wpml-ls wpml-ls-legacy-list-horizontal"> <ul><li class="wpml-ls-slot-qodef-mobile-header-widget-area wpml-ls-item wpml-ls-item-de wpml-ls-first-item wpml-ls-item-legacy-list-horizontal"> <a href="https://amforahome.ch/ueber-uns/" class="wpml-ls-link"> <span class="osr-wpml-language-name wpml-ls-native" lang="de">de</span></a> </li><li class="wpml-ls-slot-qodef-mobile-header-widget-area wpml-ls-item wpml-ls-item-fr wpml-ls-last-item wpml-ls-item-legacy-list-horizontal"> <a href="https://amforahome.ch/fr/a-propos/" class="wpml-ls-link"> <span class="osr-wpml-language-name wpml-ls-native" lang="fr">fr</span></a> </li></ul> </div> </div> </div> <a class="qodef-mobile-header-opener" href="#"><span class="qodef-icon-fontkiko kiko-hamburger-menu" ></span></a> <nav class="qodef-mobile-header-navigation" role="navigation" aria-label="Mobile Menu"> <ul id="menu-hauptmenue-en-4" class="qodef-content-grid"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5936"><a href="https://amforahome.ch/en/"><span class="qodef-menu-item-text">Home</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-5834 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-5914 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/about-us/"><span class="qodef-menu-item-text">About us</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-6500"><a href="/en/about-us/"><span class="qodef-menu-item-text">About us</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5916"><a href="/en/about-us/#mission"><span class="qodef-menu-item-text">Mission and Vision</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5917"><a href="/en/about-us/#impact"><span class="qodef-menu-item-text">Impact and Sustainability</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-5918"><a href="/en/about-us/#team"><span class="qodef-menu-item-text">Team</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5913 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/products/"><span class="qodef-menu-item-text">Products</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6501"><a href="/en/products/"><span class="qodef-menu-item-text">Products</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5919"><a href="/en/products/#evoos"><span class="qodef-menu-item-text">Taste our extra virgin olive oils</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5912 qodef-menu-item--narrow"><a href="https://amforahome.ch/en/producers/"><span class="qodef-menu-item-text">Producers</span></a> <div class="qodef-drop-down-second"><div class="qodef-drop-down-second-inner"><ul class="sub-menu"> <li class="osr-show-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6502"><a href="/en/producers/"><span class="qodef-menu-item-text">Producers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5920"><a href="/en/producers/#bauern-kennen-lernen"><span class="qodef-menu-item-text">Meet our farmers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5921"><a href="/en/producers/#bauern-sagen"><span class="qodef-menu-item-text">Farmers testimonies</span></a></li> </ul></div></div> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6282"><a href="https://amforahome.ch/en/testimonials/"><span class="qodef-menu-item-text">TESTIMONIALS</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5911"><a href="https://amforahome.ch/en/olive-oil-glossary/"><span class="qodef-menu-item-text">Olive oil Glossary</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5942"><a href="https://amforahome.ch/en/amfora-blog/"><span class="qodef-menu-item-text">Blog</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5910"><a href="https://amforahome.ch/en/contact/"><span class="qodef-menu-item-text">Contact</span></a></li> </ul> </nav> </div> </header> <div id="qodef-page-outer"> <div class="qodef-page-title qodef-m qodef-title--standard qodef-alignment--center qodef-vertical-alignment--header-bottom qodef--has-image" style=""> <div class="qodef-m-inner"> <div class="qodef-m-content qodef-content-grid "> <h1 class="qodef-m-title entry-title"> About us </h1> </div> </div> </div> <div id="qodef-page-inner" class="qodef-content-grid post_id_5834"><main id="qodef-page-content" class="qodef-grid qodef-layout--template "> <div class="qodef-grid-inner clear"> <div class="qodef-grid-item qodef-page-content-section qodef-col--12"> <div data-elementor-type="wp-page" data-elementor-id="5834" class="elementor elementor-5834 elementor-2711"> <section class="elementor-section elementor-top-section elementor-element elementor-element-fea012d elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="fea012d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7a405a" data-id="c7a405a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-658334b elementor-widget elementor-widget-menu-anchor" data-id="658334b" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.7.6 - 15-09-2022 */ body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}</style> <div id="mission" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0628122 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="0628122" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-88d6df6" data-id="88d6df6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-44f472c osr-h2 elementor-widget elementor-widget-heading" data-id="44f472c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.7.6 - 15-09-2022 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class="elementor-heading-title elementor-size-default">Mission and vision</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5dcced6 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="5dcced6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e55d08e" data-id="e55d08e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f885848 osr-first-text elementor-widget elementor-widget-text-editor" data-id="f885848" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.7.6 - 15-09-2022 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p style="font-size: 24pX;">We founded Amfora to redefine the olive oil industry and help create a sustainable food system.</p> <p class="osr-p-height">Most olive oil comes small, family-run producers that apply traditional methods of cultivation: low/zero chemicals, spring or rain-fed irrigation, manual pruning and harvesting.</p> <p class="osr-p-height">But things are changing fast.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2b840cc elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="2b840cc" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cdf3fde" data-id="cdf3fde" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8df6359 elementor-widget__width-inherit osr-toggle elementor-widget elementor-widget-qi_addons_for_elementor_accordion" data-id="8df6359" data-element_type="widget" data-widget_type="qi_addons_for_elementor_accordion.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-toggle-infobox-text-4 qodef-qi-accordion qodef-qi-clear qodef-behavior--toggle qodef-layout--simple qodef-style--standard "> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php div nach oben geschoben <div class="qodef-e-content" style="display: none;"> --> <div class="qodef-e-content osr-qodef-e-content" style="display: none;"> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> osr-qodef-e-content-inner --> <div class="osr-qodef-e-content-inner qodef-e-content-inner"> <p>&nbsp;</p> </p> <p>&nbsp;</p> </p> Water-thirsty, super high-density production using lots of chemical inputs is now 30% of global production and growing. This kills soil life, emits greenhouse gas, and causes desertification and water pollution. Low prices drive farmers off the land and destroy rural culture and village life.</p> <p>&nbsp;</p> </p> Commercial customers still get mislabelled, lower quality olive oil through their wholesaler and supermarkets – lower quality, poor taste and low in nutrients.</p> <p>&nbsp;</p> </p> Amfora changes all that by connecting traditional artisan farmers with commercial customers. By removing intermediaries, our farmers get healthy prices to secure livelihoods and sustainable production. And the customer gets incredible quality extra virgin olive oil for a surprisingly low price.</p> </div> </div> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> p*} class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> --> <p class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> <span class="qodef-e-title">read more</span> <span class="qodef-e-mark"> <span class="qodef-icon--plus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-down"></i> </span> </span> <span class="qodef-icon--minus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-up"></i> </span> </span> </span> </p> </div> </div> </div> <div class="elementor-element elementor-element-9ae880f elementor-widget elementor-widget-spacer" data-id="9ae880f" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.7.6 - 15-09-2022 */ .elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-container{--container-widget-width:100%}.e-container>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-negative:0;flex-shrink:0}.e-container>.elementor-widget-spacer>.elementor-widget-container,.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-container>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3fcae69 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="3fcae69" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12d332b" data-id="12d332b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ed3b395 elementor-widget elementor-widget-menu-anchor" data-id="ed3b395" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="impact" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8493e5b elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="8493e5b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aa0b355" data-id="aa0b355" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-44b8ec9 elementor-widget elementor-widget-spacer" data-id="44b8ec9" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-dc2fe75 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="dc2fe75" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-135c60c" data-id="135c60c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0c6cc38 osr-h2 elementor-widget elementor-widget-heading" data-id="0c6cc38" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Impact and sustainability</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-73a19f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="73a19f9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d695f22" data-id="d695f22" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7c9749b elementor-widget elementor-widget-text-editor" data-id="7c9749b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>For us, impact and sustainability are the reasons we founded Amfora in the first place. It is the compass that guides our every step. But what exactly does that mean in practice?</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-01bfe04 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="01bfe04" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5903b80" data-id="5903b80" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-29200ce elementor-widget elementor-widget-mellifera_core_info_box" data-id="29200ce" data-element_type="widget" data-widget_type="mellifera_core_info_box.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-seite-infobox qodef-info-box qodef-layout--before-content qodef--has-custom-appear" > <div class="qodef-m-image-wrapper"> <div class="qodef-m-image"> <img loading="lazy" src="https://amforahome.ch/wp-content/uploads/2022/05/regenerativ-150x150.png" alt="" width="150" height="150" /></div> </div> <div class="qodef-m-content"> <h5 class="qodef-m-title" > <span class="qodef-m-title-text">Regenerative agriculture to solve climate change</span> </h5> <p class="qodef-m-info-box-text" >One liter of our olive oil absorbs over 5 kg of CO2 from the air and stores it in roots, fruits, branches, soil and leaves.</p> <div class="qodef-m-button"> <a class="qodef-shortcode qodef-m qodef-button qodef-layout--textual qodef-html--link" href="" target="_self" > <span class="qodef-m-text">Learn More</span></a> </div> </div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-18c559c osr-toggle-infobox-bild elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="18c559c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7d1ae9b" data-id="7d1ae9b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2559588 osr-toggle-infobox-bild-display elementor-widget elementor-widget-image" data-id="2559588" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.7.6 - 15-09-2022 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width="150" height="150" src="https://amforahome.ch/wp-content/uploads/2022/06/osr-leer-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-94354b9" data-id="94354b9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d2070cc osr-toggle elementor-widget elementor-widget-qi_addons_for_elementor_accordion" data-id="d2070cc" data-element_type="widget" data-widget_type="qi_addons_for_elementor_accordion.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-toggle-infobox-text-3 qodef-qi-accordion qodef-qi-clear qodef-behavior--toggle qodef-layout--simple qodef-style--standard "> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php div nach oben geschoben <div class="qodef-e-content" style="display: none;"> --> <div class="qodef-e-content osr-qodef-e-content" style="display: none;"> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> osr-qodef-e-content-inner --> <div class="osr-qodef-e-content-inner qodef-e-content-inner"> Farmers don’t plough. They prune, mulch and lay it on the ground so it goes into the soil. Regenerative agricultural practices – 1000s of years old – stand in stark contrast to the environmental effect of intensive olive oil monocultures. </div> </div> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> p*} class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> --> <p class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> <span class="qodef-e-title">read more</span> <span class="qodef-e-mark"> <span class="qodef-icon--plus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-down"></i> </span> </span> <span class="qodef-icon--minus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-up"></i> </span> </span> </span> </p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-335cb68" data-id="335cb68" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7d1ab6c elementor-widget elementor-widget-mellifera_core_info_box" data-id="7d1ab6c" data-element_type="widget" data-widget_type="mellifera_core_info_box.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-seite-infobox qodef-info-box qodef-layout--before-content qodef--has-custom-appear" > <div class="qodef-m-image-wrapper"> <div class="qodef-m-image"> <img loading="lazy" src="https://amforahome.ch/wp-content/uploads/2022/05/ecosystem-150x150.png" alt="" width="150" height="150" /></div> </div> <div class="qodef-m-content"> <h5 class="qodef-m-title" > <span class="qodef-m-title-text">preserve biodiversity</span> </h5> <p class="qodef-m-info-box-text" >The fewer chemicals (pesticides, fertilizers, etc.) our farmers use, the higher the prices we pay.</p> <div class="qodef-m-button"> <a class="qodef-shortcode qodef-m qodef-button qodef-layout--textual qodef-html--link" href="" target="_self" > <span class="qodef-m-text">Learn More</span></a> </div> </div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1cae071 osr-toggle-infobox-bild elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="1cae071" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ee8d00" data-id="3ee8d00" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cd77a3d osr-toggle-infobox-bild-display elementor-widget elementor-widget-image" data-id="cd77a3d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="https://amforahome.ch/wp-content/uploads/2022/06/osr-leer-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-d62cb44" data-id="d62cb44" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3c90144 osr-toggle elementor-widget elementor-widget-qi_addons_for_elementor_accordion" data-id="3c90144" data-element_type="widget" data-widget_type="qi_addons_for_elementor_accordion.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-toggle-infobox-text-3 qodef-qi-accordion qodef-qi-clear qodef-behavior--toggle qodef-layout--simple qodef-style--standard "> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php div nach oben geschoben <div class="qodef-e-content" style="display: none;"> --> <div class="qodef-e-content osr-qodef-e-content" style="display: none;"> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> osr-qodef-e-content-inner --> <div class="osr-qodef-e-content-inner qodef-e-content-inner"> After a few years with us they often don’t use anything at all. That means the groves are full of buzzy insects, animals, birds, herbs, grasses and plants. The trees can be old, and often were originally planted alongside fruit and nut trees. Sheep graze between the rows. Healthy groves naturally resist pests and make better tasting olive oil! </div> </div> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> p*} class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> --> <p class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> <span class="qodef-e-title">read more</span> <span class="qodef-e-mark"> <span class="qodef-icon--plus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-down"></i> </span> </span> <span class="qodef-icon--minus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-up"></i> </span> </span> </span> </p> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9b3d980 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="9b3d980" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e4e2513" data-id="e4e2513" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c382917 elementor-widget elementor-widget-mellifera_core_info_box" data-id="c382917" data-element_type="widget" data-widget_type="mellifera_core_info_box.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-seite-infobox qodef-info-box qodef-layout--before-content qodef--has-custom-appear" > <div class="qodef-m-image-wrapper"> <div class="qodef-m-image"> <img loading="lazy" src="https://amforahome.ch/wp-content/uploads/2022/05/feld-150x150.png" alt="" width="150" height="150" /></div> </div> <div class="qodef-m-content"> <h5 class="qodef-m-title" > <span class="qodef-m-title-text">Maintaining rural communities and traditions</span> </h5> <p class="qodef-m-info-box-text" >Large commercial farms and supermarkets mean olive oil prices can be too low for farmers, especially those cultivating smaller plots.</p> <div class="qodef-m-button"> <a class="qodef-shortcode qodef-m qodef-button qodef-layout--textual qodef-html--link" href="" target="_self" > <span class="qodef-m-text">Learn More</span></a> </div> </div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-f7b4e06 osr-toggle-infobox-bild elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="f7b4e06" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7e80313" data-id="7e80313" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e8c8e6c osr-toggle-infobox-bild-display elementor-widget elementor-widget-image" data-id="e8c8e6c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="https://amforahome.ch/wp-content/uploads/2022/06/osr-leer-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-fd5d1ad" data-id="fd5d1ad" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5543988 osr-toggle elementor-widget elementor-widget-qi_addons_for_elementor_accordion" data-id="5543988" data-element_type="widget" data-widget_type="qi_addons_for_elementor_accordion.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-toggle-infobox-text-3 qodef-qi-accordion qodef-qi-clear qodef-behavior--toggle qodef-layout--simple qodef-style--standard "> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php div nach oben geschoben <div class="qodef-e-content" style="display: none;"> --> <div class="qodef-e-content osr-qodef-e-content" style="display: none;"> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> osr-qodef-e-content-inner --> <div class="osr-qodef-e-content-inner qodef-e-content-inner"> Lots of farmers are leaving the land and villages are dying. Because we cut out middlemen we can pay the farmers much more. They can stay on the land and pass the trees to the next generation! </div> </div> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> p*} class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> --> <p class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> <span class="qodef-e-title">read more</span> <span class="qodef-e-mark"> <span class="qodef-icon--plus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-down"></i> </span> </span> <span class="qodef-icon--minus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-up"></i> </span> </span> </span> </p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-07d5b44" data-id="07d5b44" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7186756 elementor-widget elementor-widget-mellifera_core_info_box" data-id="7186756" data-element_type="widget" data-widget_type="mellifera_core_info_box.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-seite-infobox qodef-info-box qodef-layout--before-content qodef--has-custom-appear" > <div class="qodef-m-image-wrapper"> <div class="qodef-m-image"> <img loading="lazy" src="https://amforahome.ch/wp-content/uploads/2022/05/verantwortungsvoller-konsum-150x150.png" alt="" width="150" height="150" /></div> </div> <div class="qodef-m-content"> <h5 class="qodef-m-title" > <span class="qodef-m-title-text">Responsible Consumption</span> </h5> <p class="qodef-m-info-box-text" >We ship and sell in bulk with the least amount of packaging possible.</p> <div class="qodef-m-button"> <a class="qodef-shortcode qodef-m qodef-button qodef-layout--textual qodef-html--link" href="" target="_self" > <span class="qodef-m-text">Learn More</span></a> </div> </div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1461089 osr-toggle-infobox-bild elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="1461089" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-381bbcc" data-id="381bbcc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-18f3266 osr-toggle-infobox-bild-display elementor-widget elementor-widget-image" data-id="18f3266" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="150" height="150" src="https://amforahome.ch/wp-content/uploads/2022/06/osr-leer-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-64e32c8" data-id="64e32c8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e5da4f3 osr-toggle elementor-widget elementor-widget-qi_addons_for_elementor_accordion" data-id="e5da4f3" data-element_type="widget" data-widget_type="qi_addons_for_elementor_accordion.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-toggle-infobox-text-3 qodef-qi-accordion qodef-qi-clear qodef-behavior--toggle qodef-layout--simple qodef-style--standard "> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php div nach oben geschoben <div class="qodef-e-content" style="display: none;"> --> <div class="qodef-e-content osr-qodef-e-content" style="display: none;"> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> osr-qodef-e-content-inner --> <div class="osr-qodef-e-content-inner qodef-e-content-inner"> We recycle and reuse everything. Our containers are filled at the mill, guaranteeing security and transparency. </div> </div> <!-- Stefan 25.10.22 wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/accordion/variations/simple/templates/child.php NEU -> p*} class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> --> <p class="qodef-e-title-holder osr-qodef-e-title-holder" id="osr-language-id" data="en"> <span class="qodef-e-title">read more</span> <span class="qodef-e-mark"> <span class="qodef-icon--plus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-down"></i> </span> </span> <span class="qodef-icon--minus"> <span class="qodef-e-icon"> <i aria-hidden="true" class="far fa-arrow-alt-circle-up"></i> </span> </span> </span> </p> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ee8ee09 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="ee8ee09" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a0844e" data-id="5a0844e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-589bd1d elementor-widget elementor-widget-menu-anchor" data-id="589bd1d" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="team" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-55d7575 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="55d7575" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9607969" data-id="9607969" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-af97a52 elementor-widget elementor-widget-spacer" data-id="af97a52" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e2d5f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="e2d5f9b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cecbf5" data-id="7cecbf5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-819af83 osr-h2 elementor-widget elementor-widget-heading" data-id="819af83" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Team</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-591ee9c elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no qodef-bees-holder-no qodef-section-backgrounds-animation-no" data-id="591ee9c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bc5197b" data-id="bc5197b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6f96c11 elementor-widget elementor-widget-mellifera_core_team_list" data-id="6f96c11" data-element_type="widget" data-widget_type="mellifera_core_team_list.default"> <div class="elementor-widget-container"> <div class="qodef-shortcode qodef-m osr-team-role qodef-team-list qodef-item-layout--info-below qodef-grid qodef-layout--columns qodef-gutter--normal qodef-col-num--3 qodef-item-layout--info-below qodef--no-bottom-space qodef-pagination--off qodef-responsive--predefined" data-options="{&quot;plugin&quot;:&quot;mellifera_core&quot;,&quot;module&quot;:&quot;post-types\/team\/shortcodes&quot;,&quot;shortcode&quot;:&quot;team-list&quot;,&quot;post_type&quot;:&quot;team&quot;,&quot;next_page&quot;:&quot;2&quot;,&quot;max_pages_num&quot;:1,&quot;custom_class&quot;:&quot;osr-team-role&quot;,&quot;behavior&quot;:&quot;columns&quot;,&quot;images_proportion&quot;:&quot;full&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_responsive&quot;:&quot;predefined&quot;,&quot;columns_1440&quot;:&quot;3&quot;,&quot;columns_1366&quot;:&quot;3&quot;,&quot;columns_1024&quot;:&quot;3&quot;,&quot;columns_768&quot;:&quot;3&quot;,&quot;columns_680&quot;:&quot;3&quot;,&quot;columns_480&quot;:&quot;3&quot;,&quot;space&quot;:&quot;normal&quot;,&quot;posts_per_page&quot;:&quot;4&quot;,&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;,&quot;layout&quot;:&quot;info-below&quot;,&quot;title_tag&quot;:&quot;h4&quot;,&quot;pagination_type&quot;:&quot;no-pagination&quot;,&quot;object_class_name&quot;:&quot;MelliferaCoreTeamListShortcode&quot;,&quot;taxonomy_filter&quot;:&quot;team-category&quot;,&quot;item_classes&quot;:&quot;qodef-e qodef-grid-item&quot;,&quot;space_value&quot;:15}"> <div class="qodef-grid-inner clear"> <div class="qodef-e qodef-grid-item post-2754 team type-team status-publish has-post-thumbnail hentry team-category-amfora-team"> <div class="qodef-e-inner"> <div class="qodef-e-image"> <div class="qodef-e-media-image"> <img loading="lazy" width="448" height="448" src="https://amforahome.ch/wp-content/uploads/2022/05/Eurof_neu.png" class="attachment-full size-full wp-post-image" alt="" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Eurof_neu.png 448w, https://amforahome.ch/wp-content/uploads/2022/05/Eurof_neu-300x300.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Eurof_neu-150x150.png 150w" sizes="(max-width: 448px) 100vw, 448px" /> </div> </div> <div class="qodef-e-content" > <p class="qodef-e-role osr-role"> Eurof, CEO & Founder </p> <h4 itemprop="name" class="qodef-e-title entry-title" > Eurof </h4> <p class="qodef-e-description"> worked in finance and technology investing before founding Amfora. Married into a Greek olive producing family, he’s been selling olive oil on and off for 20 years. </p> <div class="qodef-team-member-social-icons"> <a class="qodef-team-member-social-icon" href="https://www.linkedin.com/authwall?trk=bf&#038;trkInfo=AQGs1zrhVgsFUQAAAYDwNi0gjx22STGJYmf7447t-po_rZe-FDjrtz2AuWCtES_OL8UfabWjZmgz_MYYTo-Y-iELQbzzlu2pLWkDyafi2I9hlMU1GoGVS5NTQ3GR8-zixyU8Emg=&#038;original_referer=&#038;sessionRedirect=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fuppingtoneurof%2F" target="_blank"> <span class="qodef-icon-font-awesome fab fa-linkedin" ></span> </a> <a class="qodef-team-member-social-icon" href="mailto:eurof@amforahome.ch" target="_blank"> <span class="qodef-icon-font-awesome fa fa-mail-bulk" ></span> </a> </div> </div> </div> </div><div class="qodef-e qodef-grid-item post-2782 team type-team status-publish has-post-thumbnail hentry team-category-amfora-team"> <div class="qodef-e-inner"> <div class="qodef-e-image"> <div class="qodef-e-media-image"> <img width="3319" height="3319" src="https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu.png" class="attachment-full size-full wp-post-image" alt="" loading="lazy" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu.png 3319w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-300x300.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-1024x1024.png 1024w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-150x150.png 150w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-768x768.png 768w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-1536x1536.png 1536w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-2048x2048.png 2048w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-650x650.png 650w, https://amforahome.ch/wp-content/uploads/2022/05/Simon_neu-1300x1300.png 1300w, https://amforahome.ch/wp-content/uploads/2022/05/elementor/thumbs/Simon_neu-ps56o2gnys6vsac9guygkonkxddpigpuhmar81jg7k.png 200w" sizes="(max-width: 3319px) 100vw, 3319px" /> </div> </div> <div class="qodef-e-content" > <p class="qodef-e-role osr-role"> Co-founder, Director Zurich Region </p> <h4 itemprop="name" class="qodef-e-title entry-title" > Simon </h4> <p class="qodef-e-description"> Masters in anthropology with a keen interest in impact enterprise. Extensive network in the hospitality sector, previously run a gastronomy recruitment agency in Zurich. </p> <div class="qodef-team-member-social-icons"> <a class="qodef-team-member-social-icon" href="https://www.linkedin.com/authwall?trk=bf&#038;trkInfo=AQFZSQYApM0BYQAAAYDwNbfw-_Pqy9Ds9w74q8dVni7IuzQvNflCgwnhSjVjhq7AaDx2r0WfLK_NYXgW-5fWS1vHVKXDBWQGK1WHmZx0F3XPpGZMKO9SS5TOnjmJJDldwJDd5Ik=&#038;original_referer=&#038;sessionRedirect=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fsimon-schwarz-4b438176" target="_blank"> <span class="qodef-icon-font-awesome fab fa-linkedin" ></span> </a> <a class="qodef-team-member-social-icon" href="mailto:simon@amforahome.ch" target="_blank"> <span class="qodef-icon-font-awesome fa fa-mail-bulk" ></span> </a> </div> </div> </div> </div><div class="qodef-e qodef-grid-item post-2783 team type-team status-publish has-post-thumbnail hentry team-category-amfora-team"> <div class="qodef-e-inner"> <div class="qodef-e-image"> <div class="qodef-e-media-image"> <img width="605" height="605" src="https://amforahome.ch/wp-content/uploads/2022/05/Christoph_neu.png" class="attachment-full size-full wp-post-image" alt="" loading="lazy" srcset="https://amforahome.ch/wp-content/uploads/2022/05/Christoph_neu.png 605w, https://amforahome.ch/wp-content/uploads/2022/05/Christoph_neu-300x300.png 300w, https://amforahome.ch/wp-content/uploads/2022/05/Christoph_neu-150x150.png 150w" sizes="(max-width: 605px) 100vw, 605px" /> </div> </div> <div class="qodef-e-content" > <p class="qodef-e-role osr-role"> Sales & Customer Satisfaction, Zurich Region </p> <h4 itemprop="name" class="qodef-e-title entry-title" > Christoph </h4> <p class="qodef-e-description"> Graduated from the Zurich Hotel Management School. Loves gastronomy and the people in this industry. Chose Amfora to work directly for people & nature and make the world a slightly better place. </p> <div class="qodef-team-member-social-icons"> <a class="qodef-team-member-social-icon" href="https://www.linkedin.com/authwall?trk=bf&#038;trkInfo=AQG6Dtbg7S2MVwAAAYDwNDFQeJl61LB-cFwWaXtsImEAoYCmy0QBHQsYW32cA4FSpoIWC1MzcSStxaRn5Xy0ohYqkpWk0fyy6YEEvnmn4FDRv6b_ddCgmcyVMoG-C5oroJIUj-Y=&#038;original_referer=&#038;sessionRedirect=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fchristoph-k%25C3%25BCng-extravergineoliven%25C3%25B6l%2F" target="_blank"> <span class="qodef-icon-font-awesome fab fa-linkedin" ></span> </a> <a class="qodef-team-member-social-icon" href="mailto:christoph@amforahome.ch" target="_blank"> <span class="qodef-icon-font-awesome fa fa-mail-bulk" ></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </main> </div><!-- close #qodef-page-inner div from header.php --> </div><!-- close #qodef-page-outer div from header.php --> <footer id="qodef-page-footer" class="qodef-custom-columns-distribution"> <div class="qodef-footer-top-logo"><img width="232" height="116" src="https://amforahome.ch/wp-content/uploads/2022/06/Amfora-Logo-Klein_232x116.png" class="attachment-full size-full" alt="" /></div> <div id="qodef-page-footer-top-area"> <div id="qodef-page-footer-top-area-inner" class="stefan qodef-content-grid"> <div class="qodef-grid qodef-layout--columns qodef-responsive--custom qodef-col-num--3 qodef-col-num--768--1 qodef-col-num--680--1 qodef-col-num--480--1"> <div class="qodef-grid-inner clear"> <div class="qodef-grid-item"> </div> <div class="qodef-grid-item"> <div id="text-13" class="widget widget_text" data-area="footer_top_area_column_2"><h4 class="qodef-widget-title">Kontakt</h4> <div class="textwidget"></div> </div><div id="mellifera_core_icon_list_item-2" class="widget widget_mellifera_core_icon_list_item" data-area="footer_top_area_column_2"><div class="qodef-icon-list-item qodef-icon--icon-pack " style="margin-bottom: 22px"> <p class="qodef-e-title" > <a itemprop="url" href="https://goo.gl/maps/FjwvPF3uFuicEQ7x7" target="_blank"> <span class="qodef-e-title-inner"> <span class="qodef-shortcode qodef-m qodef-icon-holder qodef-size--default qodef-layout--normal" > <span class="qodef-icon-fontkiko kiko-navigation qodef-icon qodef-e" style="color: #000000;font-size: 18px" ></span> </span> <span class="qodef-e-title-text">Amfora Sàrl, 16c chemin de Drize, 1256 Genève Troinex - Switzerland</span> </span> </a> </p> </div></div><div id="mellifera_core_icon_list_item-4" class="widget widget_mellifera_core_icon_list_item" data-area="footer_top_area_column_2"><div class="qodef-icon-list-item qodef-icon--icon-pack " style="margin-bottom: -5px"> <p class="qodef-e-title" > <a itemprop="url" href="mailto:contact@amforahome.ch" target="_self"> <span class="qodef-e-title-inner"> <span class="qodef-shortcode qodef-m qodef-icon-holder qodef-size--default qodef-layout--normal" > <span class="qodef-icon-fontkiko kiko-email qodef-icon qodef-e" style="color: #000000;font-size: 18px" ></span> </span> <span class="qodef-e-title-text">contact@amforahome.ch</span> </span> </a> </p> </div></div><div id="block-7" class="widget widget_block widget_text" data-area="footer_top_area_column_2"></p> </div> </div> <div class="qodef-grid-item"> </div> </div> </div> </div> </div> <div id="qodef-page-footer-bottom-area"> <div id="qodef-page-footer-bottom-area-inner" class="qodef-content-grid"> <div class="qodef-grid qodef-layout--columns qodef-responsive--custom qodef-col-num--1 qodef-content-alignment-center"> <div class="qodef-grid-inner clear"> <div class="qodef-grid-item"> <div id="text-5" class="widget widget_text" data-area="footer_bottom_area_column_1"> <div class="textwidget"><p style="margin-top: 6px; margin-bottom: 0;"><span style="font-size: 12px;">© Amfora SARL 2022-2023 &#8211; All Rights Reserved</span></p> </div> </div> </div> </div> </div> </div> </div> </footer><a id="qodef-back-to-top" href="#"> <span class="qodef-back-to-top-icon"> <span class="qodef-icon-elegant-icons arrow_carrot-up" ></span> </span> </a> </div><!-- close #qodef-page-wrapper div from header.php --> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://amforahome.ch/wp-admin/admin-ajax.php"; </script> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.3' id='swv-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/amforahome.ch\/en\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.3' id='contact-form-7-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.0.1' id='wpascript-js'></script> <script type='text/javascript' id='wpascript-js-after'> wpa_field_info = {"wpa_field_name":"lfqgmt9055","wpa_field_value":430991,"wpa_add_test":"no"} </script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script> <script type='text/javascript' id='qi-addons-for-elementor-script-js-extra'> /* <![CDATA[ */ var qodefQiAddonsGlobal = {"vars":{"adminBarHeight":0,"iconArrowLeft":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0.5\" y1=\"16\" x2=\"33.5\" y2=\"16\"\/><line x1=\"0.3\" y1=\"16.5\" x2=\"16.2\" y2=\"0.7\"\/><line x1=\"0\" y1=\"15.4\" x2=\"16.2\" y2=\"31.6\"\/><\/svg>","iconArrowRight":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0\" y1=\"16\" x2=\"33\" y2=\"16\"\/><line x1=\"17.3\" y1=\"0.7\" x2=\"33.2\" y2=\"16.5\"\/><line x1=\"17.3\" y1=\"31.6\" x2=\"33.5\" y2=\"15.4\"\/><\/svg>","iconClose":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 9.1 9.1\" xml:space=\"preserve\"><g><path d=\"M8.5,0L9,0.6L5.1,4.5L9,8.5L8.5,9L4.5,5.1L0.6,9L0,8.5L4,4.5L0,0.6L0.6,0L4.5,4L8.5,0z\"\/><\/g><\/svg>"}}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/js/main.min.js?ver=6.0.3' id='qi-addons-for-elementor-script-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/assets/plugins/jquery/jquery.easing.1.3.js?ver=6.0.3' id='jquery-easing-1.3-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/assets/plugins/modernizr/modernizr.js?ver=6.0.3' id='modernizr-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/assets/plugins/tweenmax/tweenmax.min.js?ver=6.0.3' id='tweenmax-js'></script> <script type='text/javascript' id='mellifera-main-js-js-extra'> /* <![CDATA[ */ var qodefGlobal = {"vars":{"adminBarHeight":0,"qodefStickyHeaderScrollAmount":150,"topAreaHeight":30,"restUrl":"https:\/\/amforahome.ch\/en\/wp-json\/","restNonce":"be5ee6a2a9","qodefAjaxUrl":"https:\/\/amforahome.ch\/wp-admin\/admin-ajax.php","paginationRestRoute":"mellifera\/v1\/get-posts","headerHeight":110,"mobileHeaderHeight":70}}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/themes/mellifera/assets/js/main.min.js?ver=6.0.3' id='mellifera-main-js-js'></script> <script type='text/javascript' src='//maps.googleapis.com/maps/api/js?key=AIzaSyAnAl99IuIWlllvSLSFVuD9LFfEyTi5k5A&#038;ver=6.0.3' id='google-map-api-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/underscore.min.js?ver=1.13.3' id='underscore-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/maps/assets/js/custom-marker.js?ver=6.0.3' id='mellifera-core-map-custom-marker-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/maps/assets/js/markerclusterer.js?ver=6.0.3' id='markerclusterer-js'></script> <script type='text/javascript' id='mellifera-core-google-map-js-extra'> /* <![CDATA[ */ var qodefMapsVariables = {"global":{"mapStyle":"","mapZoom":12,"mapScrollable":false,"mapDraggable":true,"streetViewControl":true,"zoomControl":true,"mapTypeControl":true,"fullscreenControl":true},"multiple":[]}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/maps/assets/js/google-map.js?ver=6.0.3' id='mellifera-core-google-map-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/assets/js/mellifera-core.min.js?ver=6.0.3' id='mellifera-core-script-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/themes/mellifera/assets/plugins/waitforimages/jquery.waitforimages.js?ver=6.0.3' id='jquery-waitforimages-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/themes/mellifera/assets/plugins/appear/jquery.appear.js?ver=6.0.3' id='jquery-appear-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/swiper.min.js?ver=6.0.3' id='swiper-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/themes/mellifera/assets/plugins/magnific-popup/jquery.magnific-popup.min.js?ver=6.0.3' id='jquery-magnific-popup-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.1' id='jquery-ui-accordion-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.7.6' id='elementor-webpack-runtime-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.7.6' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.7.6","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/amforahome.ch\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":5834,"title":"About%20us%20%E2%80%93%20Amfora","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.7.6' id='elementor-frontend-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/dist/hooks.min.js?ver=c6d64f2cb8f5c6bb49caca37f8828ce3' id='wp-hooks-js'></script> <script type='text/javascript' src='https://amforahome.ch/wp-includes/js/dist/i18n.min.js?ver=ebee46757c6a411e38fd079a7ac71d94' id='wp-i18n-js'></script> <script type='text/javascript' id='wp-i18n-js-after'> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/qi-addons-for-elementor/inc/plugins/elementor/assets/js/elementor.js?ver=6.0.3' id='qi-addons-for-elementor-elementor-js'></script> <script type='text/javascript' id='mellifera-core-elementor-js-extra'> /* <![CDATA[ */ var qodefElementorGlobal = {"vars":{"elementorSectionHandler":[],"elementorBeeAnimationSection":[]}}; /* ]]> */ </script> <script type='text/javascript' src='https://amforahome.ch/wp-content/plugins/mellifera-core/inc/plugins/elementor/assets/js/elementor.js?ver=6.0.3' id='mellifera-core-elementor-js'></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Mission and vision\nWe founded Amfora to redefine the olive oil industry and help create a sustainable food system.\nMost olive oil comes small, family-run producers that apply traditional methods of cultivation: low/zero chemicals, spring or rain-fed irrigation, manual pruning and harvesting.\nBut things are changing fast.\nImpact and sustainability\nFor us, impact and sustainability are the reasons we founded Amfora in the first place. It is the compass that guides our every step. But what exactly does that mean in practice?\nRegenerative agriculture to solve climate change\nOne liter of our olive oil absorbs over 5 kg of CO2 from the air and stores it in roots, fruits, branches, soil and leaves.\nThe fewer chemicals (pesticides, fertilizers, etc.) our farmers use, the higher the prices we pay.\nMaintaining rural communities and traditions\nLarge commercial farms and supermarkets mean olive oil prices can be too low for farmers, especially those cultivating smaller plots.\nWe ship and sell in bulk with the least amount of packaging possible.", "id": "<urn:uuid:db80501f-49df-405c-b8cb-eb90324fcd63>", "dump": "CC-MAIN-2024-10", "url": "https://amforahome.ch/en/about-us/", "date": "2024-02-25T07:24:43", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8931922912597656, "token_count": 222 } }
<urn:uuid:fc814769-ee8a-45c3-bbd2-c4945b81e512>
<!DOCTYPE html> <html class="no-js" lang="en"> <!-- Hotjar Tracking Code for https://amigoframeworks.com/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:3498319,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <head> <!-- Basic page needs ================================================== --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <link rel="shortcut icon" href="//amigoframeworks.com/cdn/shop/files/amigoWEBREDYELLOW_32x32.gif?v=1621910073" type="image/png" /> <!-- Title and description ================================================== --> <title> Bug Out Frame and Fork Deposit &ndash; Amigo Frameworks </title> <meta name="description" content="The Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70&#39;s smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kin" /> <!-- Social meta ================================================== --> <!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Amigo Frameworks"> <meta property="og:url" content="https://amigoframeworks.com/products/bug-out"> <meta property="og:title" content="Bug Out Frame and Fork Deposit"> <meta property="og:type" content="product"> <meta property="og:description" content="The Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70&#39;s smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kin"> <meta property="og:price:amount" content="1,000.00"> <meta property="og:price:currency" content="USD"> <meta property="og:image" content="http://amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_1200x1200.jpg?v=1689962203"><meta property="og:image" content="http://amigoframeworks.com/cdn/shop/products/Bugoutfull_1200x1200.png?v=1689962203"><meta property="og:image" content="http://amigoframeworks.com/cdn/shop/products/downtube_1200x1200.png?v=1689962203"> <meta property="og:image:secure_url" content="https://amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_1200x1200.jpg?v=1689962203"><meta property="og:image:secure_url" content="https://amigoframeworks.com/cdn/shop/products/Bugoutfull_1200x1200.png?v=1689962203"><meta property="og:image:secure_url" content="https://amigoframeworks.com/cdn/shop/products/downtube_1200x1200.png?v=1689962203"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Bug Out Frame and Fork Deposit"> <meta name="twitter:description" content="The Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70&#39;s smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kin"> <!-- Helpers ================================================== --> <link rel="canonical" href="https://amigoframeworks.com/products/bug-out" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="theme-color" content="#ee3724" /> <!-- CSS ================================================== --> <link href="//amigoframeworks.com/cdn/shop/t/4/assets/timber.scss.css?v=105780664842427521791689962708" rel="stylesheet" type="text/css" media="all" /> <link href="//amigoframeworks.com/cdn/shop/t/4/assets/theme.scss.css?v=1009707308951293261689962708" rel="stylesheet" type="text/css" media="all" /> <script> window.theme = window.theme || {}; var theme = { strings: { addToCart: "Add to Cart", soldOut: "Sold Out", unavailable: "Unavailable", zoomClose: "Close (Esc)", zoomPrev: "Previous (Left arrow key)", zoomNext: "Next (Right arrow key)", addressError: "Error looking up that address", addressNoResults: "No results for that address", addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.", authError: "There was a problem authenticating your Google Maps API Key." }, settings: { // Adding some settings to allow the editor to update correctly when they are changed enableWideLayout: true, typeAccentTransform: false, typeAccentSpacing: false, baseFontSize: '17px', headerBaseFontSize: '32px', accentFontSize: '16px' }, variables: { mediaQueryMedium: 'screen and (max-width: 768px)', bpSmall: false }, moneyFormat: "${{amount}}" } document.documentElement.className = document.documentElement.className.replace('no-js', 'supports-js'); </script> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/51010535599/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="8c132759889e6cda463e1ecddc93b2aa"> <link rel="alternate" type="application/json+oembed" href="https://amigoframeworks.com/products/bug-out.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=amigo-frameworks.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=amigo-frameworks.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":51010535599,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/51010535599","merchantName":"Amigo Frameworks","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Amigo Frameworks","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"8c132759889e6cda463e1ecddc93b2aa","betas":["rich-media-storefront-analytics"],"domain":"amigoframeworks.com","predictiveSearch":true,"shopId":51010535599,"smart_payment_buttons_url":"https:\/\/amigoframeworks.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/amigoframeworks.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "amigo-frameworks.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Amigo Frameworks","id":127892816047,"theme_store_id":380,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "amigoframeworks.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/instafeed.nfcube.com\/cdn\/3c96349dffb53dc208a085017b4e896a.js?shop=amigo-frameworks.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":51010535599,"offset":-21600,"reqid":"79ee48c8-a4d3-428f-96ac-c732302c0bcc","pageurl":"amigoframeworks.com\/products\/bug-out?variant=40989085204655","u":"bf63d94acf96","p":"product","rtyp":"product","rid":7037139353775};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//amigoframeworks.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//amigoframeworks.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//amigoframeworks.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden { visibility: hidden; } .shopify-payment-button__button { border-radius: 4px; border: none; box-shadow: 0 0 0 0 transparent; color: white; cursor: pointer; display: block; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; width: 100%; transition: background 0.2s ease-in-out; } .shopify-payment-button__button[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--unbranded { background-color: #1990c6; padding: 1em 2em; } .shopify-payment-button__button--unbranded:hover:not([disabled]) { background-color: #136f99; } .shopify-payment-button__more-options { background: transparent; border: 0 none; cursor: pointer; display: block; font-size: 1em; margin-top: 1em; text-align: center; width: 100%; } .shopify-payment-button__more-options:hover:not([disabled]) { text-decoration: underline; } .shopify-payment-button__more-options[disabled] { opacity: 0.6; cursor: not-allowed; } .shopify-payment-button__button--branded { display: flex; flex-direction: column; min-height: 44px; position: relative; z-index: 1; } .shopify-payment-button__button--branded .shopify-cleanslate { flex: 1 !important; display: flex !important; flex-direction: column !important; } .shopify-payment-button__button.button.loading { position: relative; color: transparent; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; height: 100%; display: flex; align-items: center; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner .spinner { width: -moz-fit-content; width: fit-content; } .button.loading > .loading-overlay__spinner .path { stroke: white; } .shopify-payment-button__button .loading-overlay__spinner { width: 1.8rem; display: inline-block; } .shopify-payment-button__button .spinner { animation: shopify-rotator 1.4s linear infinite; } @keyframes shopify-rotator { 0% { transform: rotate(0deg); } 100% { transform: rotate(270deg); } } .shopify-payment-button__button .path { stroke-dasharray: 280; stroke-dashoffset: 0; transform-origin: center; stroke: rgb(18,18,18); animation: shopify-dash 1.4s ease-in-out infinite; } @media screen and (forced-colors: active) { .shopify-payment-button__button .path{ stroke: CanvasText; } } @keyframes shopify-dash { 0% { stroke-dashoffset: 280; } 50% { stroke-dashoffset: 75; transform: rotate(135deg); } 100% { stroke-dashoffset: 280; transform: rotate(450deg); } } </style> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 120px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <script src="//amigoframeworks.com/cdn/shop/t/4/assets/jquery-2.2.3.min.js?v=58211863146907186831637203914" type="text/javascript"></script> <script src="//amigoframeworks.com/cdn/shop/t/4/assets/lazysizes.min.js?v=155223123402716617051637203915" async="async"></script> <script type="text/javascript" charset="utf-8"> $(window).load(function () { $(".flexslider").flexslider({ directionNav: false, start: function () { $(".flexslider .slides").show(); }, }); }); </script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 51010535599,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 51010535599,storefrontBaseUrl: "https://amigoframeworks.com",cdnBaseUrl: "https://amigoframeworks.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"42735728099503","image":{"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203"},"price":{"amount":1000.0,"currencyCode":"USD"},"product":{"id":"7037139353775","title":"Bug Out Frame and Fork Deposit","untranslatedTitle":"Bug Out Frame and Fork Deposit","url":"\/products\/bug-out","vendor":"Amigo Frameworks","type":""},"sku":"","title":"Custom Geometry Deposit","untranslatedTitle":"Custom Geometry Deposit"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"42735728099503","image":{"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203"},"price":{"amount":1000.0,"currencyCode":"USD"},"product":{"id":"7037139353775","title":"Bug Out Frame and Fork Deposit","untranslatedTitle":"Bug Out Frame and Fork Deposit","url":"\/products\/bug-out","vendor":"Amigo Frameworks","type":""},"sku":"","title":"Custom Geometry Deposit","untranslatedTitle":"Custom Geometry Deposit"}});},"https://amigoframeworks.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":7037139353775,"gid":"gid:\/\/shopify\/Product\/7037139353775","vendor":"Amigo Frameworks","type":"","variants":[{"id":42735728099503,"price":100000,"name":"Bug Out Frame and Fork Deposit - Custom Geometry Deposit","public_title":"Custom Geometry Deposit","sku":""}]},"page":{"pageType":"product","resourceType":"product","resourceId":7037139353775}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 51010535599, theme_id: 127892816047, app_name: "storefront", context_url: window.location.href, source_url: "//amigoframeworks.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//amigoframeworks.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//amigoframeworks.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":51010535599,"isMerchantRequest":null,"themeId":127892816047,"themeCityHash":"704917202848807661","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7037139353775}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":42735728099503,"productId":7037139353775,"productGid":"gid:\/\/shopify\/Product\/7037139353775","name":"Bug Out Frame and Fork Deposit - Custom Geometry Deposit","price":"1000.00","sku":"","brand":"Amigo Frameworks","variant":"Custom Geometry Deposit","category":"","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":42735728099503,"productId":7037139353775,"productGid":"gid:\/\/shopify\/Product\/7037139353775","name":"Bug Out Frame and Fork Deposit - Custom Geometry Deposit","price":"1000.00","sku":"","brand":"Amigo Frameworks","variant":"Custom Geometry Deposit","category":"","nonInteraction":true,"referer":"https:\/\/amigoframeworks.com\/products\/bug-out?variant=40989085204655"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//amigoframeworks.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Minimal"; window.BOOMR.themeVersion = "12.2.3"; window.BOOMR.shopId = 51010535599; window.BOOMR.themeId = 127892816047; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://amigoframeworks.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body id="bug-out-frame-and-fork-deposit" class="template-product" > <div id="shopify-section-header" class="shopify-section"><style> .logo__image-wrapper { max-width: 250px; } /*================= If logo is above navigation ================== */ /*============ If logo is on the same line as navigation ============ */ @media screen and (min-width: 769px) { .site-nav { text-align: right!important; } } </style> <div data-section-id="header" data-section-type="header-section"> <div class="header-bar"> <div class="wrapper medium-down--hide"> <div class="post-large--display-table"> <div class="header-bar__right post-large--display-table-cell"> <div class="header-bar__module"> <span class="header-bar__sep" aria-hidden="true"></span> <a href="/cart" class="cart-page-link"> <span class="icon icon-cart header-bar__cart-icon" aria-hidden="true"></span> </a> </div> <div class="header-bar__module"> <a href="/cart" class="cart-page-link"> Cart <span class="cart-count header-bar__cart-count hidden-count">0</span> </a> </div> </div> </div> </div> <div class="wrapper post-large--hide announcement-bar--mobile"> </div> <div class="wrapper post-large--hide"> <button type="button" class="mobile-nav-trigger" id="MobileNavTrigger" aria-controls="MobileNav" aria-expanded="false"> <span class="icon icon-hamburger" aria-hidden="true"></span> Menu </button> <a href="/cart" class="cart-page-link mobile-cart-page-link"> <span class="icon icon-cart header-bar__cart-icon" aria-hidden="true"></span> Cart <span class="cart-count hidden-count">0</span> </a> </div> <nav role="navigation"> <ul id="MobileNav" class="mobile-nav post-large--hide"> <li class="mobile-nav__link"> <a href="/" class="mobile-nav" > Home </a> </li> <li class="mobile-nav__link"> <a href="/pages/about" class="mobile-nav" > About </a> </li> <li class="mobile-nav__link" aria-haspopup="true"> <a href="/products/bug-out" class="mobile-nav__sublist-trigger" aria-controls="MobileNav-Parent-3" aria-expanded="false"> Bikes <span class="icon-fallback-text mobile-nav__sublist-expand" aria-hidden="true"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">+</span> </span> <span class="icon-fallback-text mobile-nav__sublist-contract" aria-hidden="true"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">-</span> </span> </a> <ul id="MobileNav-Parent-3" class="mobile-nav__sublist"> <li class="mobile-nav__sublist-link"> <a href="/products/bug-out" aria-current="page"> Bug Out </a> </li> <li class="mobile-nav__sublist-link"> <a href="/pages/contact" > Custom </a> </li> </ul> </li> <li class="mobile-nav__link"> <a href="/collections/all" class="mobile-nav" > Shop </a> </li> <li class="mobile-nav__link"> <a href="/pages/contact" class="mobile-nav" > Contact </a> </li> <li class="mobile-nav__link"> </li> </ul> </nav> </div> <header class="site-header" role="banner"> <div class="wrapper"> <div class="grid--full post-large--display-table"> <div class="grid__item post-large--one-third post-large--display-table-cell"> <div class="h1 site-header__logo" itemscope itemtype="http://schema.org/Organization"> <noscript> <div class="logo__image-wrapper"> <img src="//amigoframeworks.com/cdn/shop/files/amigoWEBREDYELLOW_250x.gif?v=1621910073" alt="Amigo Frameworks" /> </div> </noscript> <div class="logo__image-wrapper supports-js"> <a href="/" itemprop="url" style="padding-top:33.815551537070526%;"> <img class="logo__image lazyload" src="//amigoframeworks.com/cdn/shop/files/amigoWEBREDYELLOW_300x300.gif?v=1621910073" data-src="//amigoframeworks.com/cdn/shop/files/amigoWEBREDYELLOW_{width}x.gif?v=1621910073" data-widths="[120, 180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="2.9572192513368982" data-sizes="auto" alt="Amigo Frameworks" itemprop="logo"> </a> </div> </div> </div> <div class="grid__item post-large--two-thirds post-large--display-table-cell medium-down--hide"> <nav> <ul class="site-nav" id="AccessibleNav"> <li> <a href="/" class="site-nav__link" data-meganav-type="child" > Home </a> </li> <li> <a href="/pages/about" class="site-nav__link" data-meganav-type="child" > About </a> </li> <li class="site-nav--has-dropdown site-nav--active" aria-haspopup="true"> <a href="/products/bug-out" class="site-nav__link" data-meganav-type="parent" aria-controls="MenuParent-3" aria-expanded="false" aria-current="page"> Bikes <span class="icon icon-arrow-down" aria-hidden="true"></span> </a> <ul id="MenuParent-3" class="site-nav__dropdown " data-meganav-dropdown> <li class="site-nav--active"> <a href="/products/bug-out" class="site-nav__link" data-meganav-type="child" aria-current="page" tabindex="-1"> Bug Out </a> </li> <li> <a href="/pages/contact" class="site-nav__link" data-meganav-type="child" tabindex="-1"> Custom </a> </li> </ul> </li> <li> <a href="/collections/all" class="site-nav__link" data-meganav-type="child" > Shop </a> </li> <li> <a href="/pages/contact" class="site-nav__link" data-meganav-type="child" > Contact </a> </li> </ul> </nav> </div> </div> </div> </header> </div> </div> <main class="wrapper main-content" role="main"> <div class="grid"> <div class="grid__item"> <div id="shopify-section-product-template" class="shopify-section"><div itemscope itemtype="http://schema.org/Product" id="ProductSection" data-section-id="product-template" data-section-type="product-template" data-image-zoom-type="lightbox" data-show-extra-tab="false" data-extra-tab-content="" data-enable-history-state="true"> <meta itemprop="url" content="https://amigoframeworks.com/products/bug-out"> <meta itemprop="image" content="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_grande.jpg?v=1689962203"> <div class="section-header section-header--breadcrumb"> <nav class="breadcrumb" role="navigation" aria-label="breadcrumbs"> <a href="/" title="Back to the frontpage">Home</a> <span aria-hidden="true" class="breadcrumb__sep">&rsaquo;</span> <span>Bug Out Frame and Fork Deposit</span> </nav> </div> <div class="product-single"> <div class="grid product-single__hero"> <div class="grid__item post-large--one-half"> <div class="product-single__photos"> <style> #ProductImage-31896365301935 { max-width: 700px; max-height: 466.7165775401069px; } #ProductImageWrapper-31896365301935 { max-width: 700px; } </style> <div id="ProductImageWrapper-31896365301935" class="product-single__image-wrapper supports-js zoom-lightbox" data-image-id="31896365301935"> <div style="padding-top:66.67379679144385%;"> <img id="ProductImage-31896365301935" class="product-single__image lazyload" src="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_300x300.jpg?v=1689962203" data-src="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_{width}x.jpg?v=1689962203" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.4998395893487328" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997379268783 { max-width: 700px; max-height: 233.24808184143225px; } #ProductImageWrapper-34997379268783 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997379268783" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997379268783"> <div style="padding-top:33.321154548776036%;"> <img id="ProductImage-34997379268783" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/Bugoutfull_{width}x.png?v=1689962203" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="3.00109649122807" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997379301551 { max-width: 700px; max-height: 700.0px; } #ProductImageWrapper-34997379301551 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997379301551" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997379301551"> <div style="padding-top:100.0%;"> <img id="ProductImage-34997379301551" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/downtube_{width}x.png?v=1689962203" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997403877551 { max-width: 700px; max-height: 466.6666666666667px; } #ProductImageWrapper-34997403877551 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997403877551" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997403877551"> <div style="padding-top:66.66666666666666%;"> <img id="ProductImage-34997403877551" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/DSCF2217_{width}x.jpg?v=1689962203" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.5" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997379236015 { max-width: 700px; max-height: 700.0px; } #ProductImageWrapper-34997379236015 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997379236015" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997379236015"> <div style="padding-top:100.0%;"> <img id="ProductImage-34997379236015" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/dropout_{width}x.png?v=1689962199" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997379170479 { max-width: 700px; max-height: 700.0px; } #ProductImageWrapper-34997379170479 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997379170479" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997379170479"> <div style="padding-top:100.0%;"> <img id="ProductImage-34997379170479" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/seattuberoach_{width}x.png?v=1689962199" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.0" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <style> #ProductImage-34997379203247 { max-width: 700px; max-height: 350.0610713662537px; } #ProductImageWrapper-34997379203247 { max-width: 700px; } </style> <div id="ProductImageWrapper-34997379203247" class="product-single__image-wrapper supports-js hide zoom-lightbox" data-image-id="34997379203247"> <div style="padding-top:50.00872448089339%;"> <img id="ProductImage-34997379203247" class="product-single__image lazyload lazypreload" data-src="//amigoframeworks.com/cdn/shop/products/toptube_{width}x.png?v=1689962199" data-widths="[180, 370, 540, 740, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.9996510816468946" data-sizes="auto" alt="Bug Out Frame and Fork Deposit"> </div> </div> <noscript> <img src="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_1024x1024@2x.jpg?v=1689962203" alt="Bug Out Frame and Fork Deposit"> </noscript> </div> <ul class="product-single__thumbnails grid-uniform" id="ProductThumbs"> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="31896365301935" href="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_1024x1024.jpg?v=1689962203" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_grande.jpg?v=1689962203" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997379268783" href="//amigoframeworks.com/cdn/shop/products/Bugoutfull_1024x1024.png?v=1689962203" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/Bugoutfull_grande.png?v=1689962203" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997379301551" href="//amigoframeworks.com/cdn/shop/products/downtube_1024x1024.png?v=1689962203" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/downtube_grande.png?v=1689962203" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997403877551" href="//amigoframeworks.com/cdn/shop/products/DSCF2217_1024x1024.jpg?v=1689962203" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/DSCF2217_grande.jpg?v=1689962203" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997379236015" href="//amigoframeworks.com/cdn/shop/products/dropout_1024x1024.png?v=1689962199" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/dropout_grande.png?v=1689962199" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997379170479" href="//amigoframeworks.com/cdn/shop/products/seattuberoach_1024x1024.png?v=1689962199" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/seattuberoach_grande.png?v=1689962199" alt="Bug Out Frame and Fork Deposit"> </a> </li> <li class="grid__item wide--one-quarter large--one-third medium-down--one-third"> <a data-image-id="34997379203247" href="//amigoframeworks.com/cdn/shop/products/toptube_1024x1024.png?v=1689962199" class="product-single__thumbnail"> <img src="//amigoframeworks.com/cdn/shop/products/toptube_grande.png?v=1689962199" alt="Bug Out Frame and Fork Deposit"> </a> </li> </ul> <ul class="gallery" class="hidden"> <li data-image-id="31896365301935" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/AmigoFrameworks_Bugout_pc-MichaelTregelles-4_1024x1024@2x.jpg?v=1689962203"></li> <li data-image-id="34997379268783" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/Bugoutfull_1024x1024@2x.png?v=1689962203"></li> <li data-image-id="34997379301551" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/downtube_1024x1024@2x.png?v=1689962203"></li> <li data-image-id="34997403877551" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/DSCF2217_1024x1024@2x.jpg?v=1689962203"></li> <li data-image-id="34997379236015" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/dropout_1024x1024@2x.png?v=1689962199"></li> <li data-image-id="34997379170479" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/seattuberoach_1024x1024@2x.png?v=1689962199"></li> <li data-image-id="34997379203247" class="gallery__item" data-mfp-src="//amigoframeworks.com/cdn/shop/products/toptube_1024x1024@2x.png?v=1689962199"></li> </ul> </div> <div class="grid__item post-large--one-half"> <span class="h3" itemprop="brand">Amigo Frameworks</span> <h1 class="product-single__title" itemprop="name">Bug Out Frame and Fork Deposit</h1> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="priceCurrency" content="USD"> <link itemprop="availability" href="http://schema.org/OutOfStock"> <div class="product-single__prices"> <span id="PriceA11y" class="visually-hidden">Regular price</span> <span id="ProductPrice" class="product-single__price" itemprop="price" content="1000.0"> $1,000.00 </span> <span id="ComparePriceA11y" class="visually-hidden" aria-hidden="true">Sale price</span> <s id="ComparePrice" class="product-single__sale-price hide"> $0.00 </s> <span class="product-unit-price hide" data-unit-price-container><span class="visually-hidden">Unit price</span> <span data-unit-price></span><span aria-hidden="true">/</span><span class="visually-hidden">per</span><span data-unit-price-base-unit></span></span> </div><form method="post" action="/cart/add" id="product_form_7037139353775" accept-charset="UTF-8" class="product-form--wide" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <select name="id" id="ProductSelect-product-template" class="product-single__variants"> <option disabled="disabled"> Custom Geometry Deposit - Sold Out </option> </select> <div class="product-single__quantity is-hidden"> <label for="Quantity">Quantity</label> <input type="number" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector"> </div> <button type="submit" name="add" id="AddToCart" class="btn btn--wide btn--secondary"> <span id="AddToCartText">Add to Cart</span> </button> <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="false" class="shopify-payment-button"><button class="shopify-payment-button__button shopify-payment-button__button--unbranded shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button><button class="shopify-payment-button__more-options shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button></div> <input type="hidden" name="product-id" value="7037139353775" /><input type="hidden" name="section-id" value="product-template" /></form> <div class="product-description rte" itemprop="description"> <p><span style="font-weight: 400;">The Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70's smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kind and find solace in the fact that they are merely an eternal speck in the space time continuum of our ever expanding universe.</span></p> <p><span style="font-weight: 400;">Offered in Small, Medium, Large and Extra Large. This versatile machine is equipped for fast-paced aggressive gravel racing or as your long distance bikepacking escape pod for you to bug out on, get the hell out of the world if/when </span><i><span style="font-weight: 400;">ish!</span></i><span style="font-weight: 400;"> hits the fan, while you grow your hair long and fade off into the sunset.</span></p> <h4><b>Design Highlights:</b></h4> <p><span style="font-weight: 400;">The Bug Out is not your average gravel bike utilizing road geometry with a mountain bike bottom bracket to fit fat tires. Instead it has been designed around a custom machined yoke, paired with a 68mm T47 bottom bracket shell, allowing a road q-factor, 700x50c tires clearance, all without sacrificing the ability to run up to a 44t Single Chainring or 46/30 Double. The longer front center, slacker headtube, lower bottom bracket and ability to run a proper 125mm or larger dropper post makes for an extremely stable bike in loose off-road terrain, single track or city ripping. </span></p> <p><span style="font-weight: 400;">Paragon Machine Works rocking dropout inserts and a full carbon adventure fork with an adjustable offset chip allow you to further dial the bikes geometry or run it single speed. So whether or not you're gearing up for a swift jeep road gravel race and want to slam the dropouts forward to a nimble 415mm chain stay length and 49mm fork offset or you're about to set off on a self supported bikepacking trip and want to have a longer wheelbase, you can pull back that rear wheel to accommodate for those long days on the road. Ultimately though, this bike has no rules. Run it with flat bars, run it with drops, run it 1x12 or single speed, do whatever you want as long as you're having fun while you bug out! </span></p> <h4><b>Tech Specs:</b></h4> <ul> <li><span mce-data-marked="1">Tange Prestige Steel Tubing</span></li> <li><span>IS42/52 Integrated Headtube</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Carbon Adventure Fork with Triple "Anything" Cage Mounts and Internal Dynamo Wiring or Steel option available</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">31.6mm Dropper Ready from 125mm-200mm Length (Depending on size and saddle height)</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Adjustable rocking dropouts for a rear center change of 415-435mm</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">50mm stem allows for an open fit giving you the option to shorten or lengthen the stem to provide optimal fit or when switching from drops to flat bars.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Two "Anything" Cage Mounts on the upper and lower part of the down tube and 1 standard bottle cage mount on the seat tube.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Designed around 700x50c Tire (Some larger tires may fit with dropouts in most rear position)</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">142x12 Rear Spacing 100x12 Front</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Flat Mount 160mm or Post Mount compatible</span></li> </ul> <p>For all other inquires please feel free to send us questions via our contact form. <br></p> <p><b>Total Price for frame and fork is $2800 with $1000 deposit due for geometry design process to commence. Price reflects single color powder coat of your choice with decals. Custom finishing options are available for an additional charge. Please allow approximately 6-8 weeks from order date for delivery. Thanks for Buggin Out!</b><br></p> <ul></ul> <ul></ul> </div> </div> </div> </div> </div> </div> <script type="application/json" id="ProductJson-product-template"> {"id":7037139353775,"title":"Bug Out Frame and Fork Deposit","handle":"bug-out","description":"\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70's smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kind and find solace in the fact that they are merely an eternal speck in the space time continuum of our ever expanding universe.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eOffered in Small, Medium, Large and Extra Large. This versatile machine is equipped for fast-paced aggressive gravel racing or as your long distance bikepacking escape pod for you to bug out on, get the hell out of the world if\/when \u003c\/span\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eish!\u003c\/span\u003e\u003c\/i\u003e\u003cspan style=\"font-weight: 400;\"\u003e hits the fan, while you grow your hair long and fade off into the sunset.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eDesign Highlights:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe Bug Out is not your average gravel bike utilizing road geometry with a mountain bike bottom bracket to fit fat tires. Instead it has been designed around a custom machined yoke, paired with a 68mm T47 bottom bracket shell, allowing a road q-factor, 700x50c tires clearance, all without sacrificing the ability to run up to a 44t Single Chainring or 46\/30 Double. The longer front center, slacker headtube, lower bottom bracket and ability to run a proper 125mm or larger dropper post makes for an extremely stable bike in loose off-road terrain, single track or city ripping. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eParagon Machine Works rocking dropout inserts and a full carbon adventure fork with an adjustable offset chip allow you to further dial the bikes geometry or run it single speed. So whether or not you're gearing up for a swift jeep road gravel race and want to slam the dropouts forward to a nimble 415mm chain stay length and 49mm fork offset or you're about to set off on a self supported bikepacking trip and want to have a longer wheelbase, you can pull back that rear wheel to accommodate for those long days on the road. Ultimately though, this bike has no rules. Run it with flat bars, run it with drops, run it 1x12 or single speed, do whatever you want as long as you're having fun while you bug out! \u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eTech Specs:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan mce-data-marked=\"1\"\u003eTange Prestige Steel Tubing\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIS42\/52 Integrated Headtube\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eCarbon Adventure Fork with Triple \"Anything\" Cage Mounts and Internal Dynamo Wiring or Steel option available\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e31.6mm Dropper Ready from 125mm-200mm Length (Depending on size and saddle height)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eAdjustable rocking dropouts for a rear center change of 415-435mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e50mm stem allows for an open fit giving you the option to shorten or lengthen the stem to provide optimal fit or when switching from drops to flat bars.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eTwo \"Anything\" Cage Mounts on the upper and lower part of the down tube and 1 standard bottle cage mount on the seat tube.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eDesigned around 700x50c Tire (Some larger tires may fit with dropouts in most rear position)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e142x12 Rear Spacing 100x12 Front\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eFlat Mount 160mm or Post Mount compatible\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor all other inquires please feel free to send us questions via our contact form. \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eTotal Price for frame and fork is $2800 with $1000 deposit due for geometry design process to commence. Price reflects single color powder coat of your choice with decals. Custom finishing options are available for an additional charge. Please allow approximately 6-8 weeks from order date for delivery. Thanks for Buggin Out!\u003c\/b\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e","published_at":"2022-04-08T16:22:35-05:00","created_at":"2021-11-16T18:17:47-06:00","vendor":"Amigo Frameworks","type":"","tags":[],"price":100000,"price_min":100000,"price_max":100000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":42735728099503,"title":"Custom Geometry Deposit","option1":"Custom Geometry Deposit","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Bug Out Frame and Fork Deposit - Custom Geometry Deposit","public_title":"Custom Geometry Deposit","options":["Custom Geometry Deposit"],"price":100000,"weight":5443,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203","\/\/amigoframeworks.com\/cdn\/shop\/products\/Bugoutfull.png?v=1689962203","\/\/amigoframeworks.com\/cdn\/shop\/products\/downtube.png?v=1689962203","\/\/amigoframeworks.com\/cdn\/shop\/products\/DSCF2217.jpg?v=1689962203","\/\/amigoframeworks.com\/cdn\/shop\/products\/dropout.png?v=1689962199","\/\/amigoframeworks.com\/cdn\/shop\/products\/seattuberoach.png?v=1689962199","\/\/amigoframeworks.com\/cdn\/shop\/products\/toptube.png?v=1689962199"],"featured_image":"\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203","options":["Style"],"media":[{"alt":null,"id":24210101141679,"position":1,"preview_image":{"aspect_ratio":1.5,"height":3117,"width":4675,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203"},"aspect_ratio":1.5,"height":3117,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/AmigoFrameworks_Bugout_pc-MichaelTregelles-4.jpg?v=1689962203","width":4675},{"alt":null,"id":27376615325871,"position":2,"preview_image":{"aspect_ratio":3.001,"height":1824,"width":5474,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/Bugoutfull.png?v=1689962203"},"aspect_ratio":3.001,"height":1824,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/Bugoutfull.png?v=1689962203","width":5474},{"alt":null,"id":27376615358639,"position":3,"preview_image":{"aspect_ratio":1.0,"height":3388,"width":3388,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/downtube.png?v=1689962203"},"aspect_ratio":1.0,"height":3388,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/downtube.png?v=1689962203","width":3388},{"alt":null,"id":27376640262319,"position":4,"preview_image":{"aspect_ratio":1.5,"height":3264,"width":4896,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/DSCF2217.jpg?v=1689962203"},"aspect_ratio":1.5,"height":3264,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/DSCF2217.jpg?v=1689962203","width":4896},{"alt":null,"id":27376615391407,"position":5,"preview_image":{"aspect_ratio":1.0,"height":4000,"width":4000,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/dropout.png?v=1689962199"},"aspect_ratio":1.0,"height":4000,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/dropout.png?v=1689962199","width":4000},{"alt":null,"id":27376615424175,"position":6,"preview_image":{"aspect_ratio":1.0,"height":3448,"width":3448,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/seattuberoach.png?v=1689962199"},"aspect_ratio":1.0,"height":3448,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/seattuberoach.png?v=1689962199","width":3448},{"alt":null,"id":27376615456943,"position":7,"preview_image":{"aspect_ratio":2.0,"height":2866,"width":5731,"src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/toptube.png?v=1689962199"},"aspect_ratio":2.0,"height":2866,"media_type":"image","src":"\/\/amigoframeworks.com\/cdn\/shop\/products\/toptube.png?v=1689962199","width":5731}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70's smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kind and find solace in the fact that they are merely an eternal speck in the space time continuum of our ever expanding universe.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eOffered in Small, Medium, Large and Extra Large. This versatile machine is equipped for fast-paced aggressive gravel racing or as your long distance bikepacking escape pod for you to bug out on, get the hell out of the world if\/when \u003c\/span\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eish!\u003c\/span\u003e\u003c\/i\u003e\u003cspan style=\"font-weight: 400;\"\u003e hits the fan, while you grow your hair long and fade off into the sunset.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eDesign Highlights:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe Bug Out is not your average gravel bike utilizing road geometry with a mountain bike bottom bracket to fit fat tires. Instead it has been designed around a custom machined yoke, paired with a 68mm T47 bottom bracket shell, allowing a road q-factor, 700x50c tires clearance, all without sacrificing the ability to run up to a 44t Single Chainring or 46\/30 Double. The longer front center, slacker headtube, lower bottom bracket and ability to run a proper 125mm or larger dropper post makes for an extremely stable bike in loose off-road terrain, single track or city ripping. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eParagon Machine Works rocking dropout inserts and a full carbon adventure fork with an adjustable offset chip allow you to further dial the bikes geometry or run it single speed. So whether or not you're gearing up for a swift jeep road gravel race and want to slam the dropouts forward to a nimble 415mm chain stay length and 49mm fork offset or you're about to set off on a self supported bikepacking trip and want to have a longer wheelbase, you can pull back that rear wheel to accommodate for those long days on the road. Ultimately though, this bike has no rules. Run it with flat bars, run it with drops, run it 1x12 or single speed, do whatever you want as long as you're having fun while you bug out! \u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cb\u003eTech Specs:\u003c\/b\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan mce-data-marked=\"1\"\u003eTange Prestige Steel Tubing\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIS42\/52 Integrated Headtube\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eCarbon Adventure Fork with Triple \"Anything\" Cage Mounts and Internal Dynamo Wiring or Steel option available\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e31.6mm Dropper Ready from 125mm-200mm Length (Depending on size and saddle height)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eAdjustable rocking dropouts for a rear center change of 415-435mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e50mm stem allows for an open fit giving you the option to shorten or lengthen the stem to provide optimal fit or when switching from drops to flat bars.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eTwo \"Anything\" Cage Mounts on the upper and lower part of the down tube and 1 standard bottle cage mount on the seat tube.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eDesigned around 700x50c Tire (Some larger tires may fit with dropouts in most rear position)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003e142x12 Rear Spacing 100x12 Front\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eFlat Mount 160mm or Post Mount compatible\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor all other inquires please feel free to send us questions via our contact form. \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eTotal Price for frame and fork is $2800 with $1000 deposit due for geometry design process to commence. Price reflects single color powder coat of your choice with decals. Custom finishing options are available for an additional charge. Please allow approximately 6-8 weeks from order date for delivery. Thanks for Buggin Out!\u003c\/b\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e"} </script> </div> <div id="shopify-section-product-recommendations" class="shopify-section"><hr class="hr--clear hr--small"><div data-base-url="/recommendations/products" data-product-id="7037139353775" data-section-id="product-recommendations" data-section-type="product-recommendations"></div> </div> </div> </div> </main> <div id="shopify-section-footer" class="shopify-section"><footer class="site-footer small--text-center" role="contentinfo"> <div class="wrapper"> <div class="grid-uniform"> <div class="grid__item post-large--one-third medium--one-third"> <h3 class="h4">Navigation</h3> <ul class="site-footer__links"> <li><a href="/">Home</a></li> <li><a href="/pages/about">About</a></li> <li><a href="/products/bug-out">Bikes</a></li> <li><a href="/collections/all">Shop</a></li> <li><a href="/pages/contact">Contact</a></li> </ul> </div> <div class="grid__item post-large--one-third medium--one-third"> <h3 class="h4">Follow Us</h3> <ul class="inline-list social-icons"><li> <a class="icon-fallback-text" href="https://www.instagram.com/amigo_frameworks" title="Amigo Frameworks on Instagram" target="_blank" aria-describedby="a11y-new-window-external-message"> <span class="icon icon-instagram" aria-hidden="true"></span> <span class="fallback-text">Instagram</span> </a> </li></ul> </div> <div class="grid__item post-large--one-third medium--one-third"> <h3 class="h4">Newsletter</h3> <p>Sign up for the latest news, offers and styles</p> <div class="form-vertical small--hide"> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" value="" placeholder="Your email" name="contact[email]" id="Email" class="input-group-field" aria-label="Your email" autocorrect="off" autocapitalize="off"> <input type="submit" class="btn" name="subscribe" id="subscribe" value="Subscribe"> </form> </div> <div class="form-vertical post-large--hide large--hide medium--hide"> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="newsletter"> <div class="input-group"> <input type="email" value="" placeholder="Your email" name="contact[email]" id="Email" class="input-group-field" aria-label="Your email" autocorrect="off" autocapitalize="off"> <span class="input-group-btn"> <button type="submit" class="btn" name="commit" id="subscribe">Subscribe</button> </span> </div> </form> </div> </div> </div> <hr class="hr--small hr--clear"> <div class="grid"> <div class="grid__item text-center"> <p class="site-footer__links">Copyright &copy; 2024, <a href="/" title="">Amigo Frameworks</a>. <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></p> </div> </div> </div> </footer> </div> <script src="//amigoframeworks.com/cdn/shopifycloud/shopify/assets/themes_support/option_selection-86cdd286ddf3be7e25d68b9fc5965d7798a3ff6228ff79af67b3f4e41d6a34be.js" type="text/javascript"></script> <ul hidden> <li id="a11y-refresh-page-message"> choosing a selection results in a full page refresh </li> <li id="a11y-external-message"> Opens in a new window. </li> <li id="a11y-new-window-external-message"> Opens external website in a new window. </li> </ul> <script src="//amigoframeworks.com/cdn/shop/t/4/assets/theme.js?v=111521626819710852421637203916" type="text/javascript"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Bug Out Frame and Fork Deposit\nThe Amigo “Bug Out” is an all-terrain bike for burnouts, weirdos, freaks who see the humanity in 70's smiley faces, arthropods, aliens, cryptids, dogs and frogs but only the ones who eat bugs out of necessity to continue survival and not because they believe in some sort of animal hierarchy. People who are wild but kind and find solace in the fact that they are merely an eternal speck in the space time continuum of our ever expanding universe.\nOffered in Small, Medium, Large and Extra Large. This versatile machine is equipped for fast-paced aggressive gravel racing or as your long distance bikepacking escape pod for you to bug out on, get the hell out of the world if/when ish! hits the fan, while you grow your hair long and fade off into the sunset.\nThe Bug Out is not your average gravel bike utilizing road geometry with a mountain bike bottom bracket to fit fat tires. Instead it has been designed around a custom machined yoke, paired with a 68mm T47 bottom bracket shell, allowing a road q-factor, 700x50c tires clearance, all without sacrificing the ability to run up to a 44t Single Chainring or 46/30 Double. The longer front center, slacker headtube, lower bottom bracket and ability to run a proper 125mm or larger dropper post makes for an extremely stable bike in loose off-road terrain, single track or city ripping.\nParagon Machine Works rocking dropout inserts and a full carbon adventure fork with an adjustable offset chip allow you to further dial the bikes geometry or run it single speed. So whether or not you're gearing up for a swift jeep road gravel race and want to slam the dropouts forward to a nimble 415mm chain stay length and 49mm fork offset or you're about to set off on a self supported bikepacking trip and want to have a longer wheelbase, you can pull back that rear wheel to accommodate for those long days on the road. Ultimately though, this bike has no rules. Run it with flat bars, run it with drops, run it 1x12 or single speed, do whatever you want as long as you're having fun while you bug out!\n- Tange Prestige Steel Tubing\n- IS42/52 Integrated Headtube\n- Carbon Adventure Fork with Triple \"Anything\" Cage Mounts and Internal Dynamo Wiring or Steel option available\n- 31.6mm Dropper Ready from 125mm-200mm Length (Depending on size and saddle height)\n- Adjustable rocking dropouts for a rear center change of 415-435mm\n- 50mm stem allows for an open fit giving you the option to shorten or lengthen the stem to provide optimal fit or when switching from drops to flat bars.\n- Two \"Anything\" Cage Mounts on the upper and lower part of the down tube and 1 standard bottle cage mount on the seat tube.\n- Designed around 700x50c Tire (Some larger tires may fit with dropouts in most rear position)\n- 142x12 Rear Spacing 100x12 Front\n- Flat Mount 160mm or Post Mount compatible\nFor all other inquires please feel free to send us questions via our contact form.\nTotal Price for frame and fork is $2800 with $1000 deposit due for geometry design process to commence. Price reflects single color powder coat of your choice with decals. Custom finishing options are available for an additional charge. Please allow approximately 6-8 weeks from order date for delivery. Thanks for Buggin Out!", "id": "<urn:uuid:fc814769-ee8a-45c3-bbd2-c4945b81e512>", "dump": "CC-MAIN-2024-10", "url": "https://amigoframeworks.com/products/bug-out?variant=40989085204655", "date": "2024-02-25T08:58:35", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8927541375160217, "token_count": 741 } }
<urn:uuid:e52597fe-b1f0-47fd-bcf3-d5dadd050af6>
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <title>Silverback Airsoft TAC 41P Bolt Action Sniper Rifle </title> <link rel="dns-prefetch preconnect" href="https://cdn11.bigcommerce.com/s-1ih2d8" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.googleapis.com/" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.gstatic.com/" crossorigin> <meta property="product:price:amount" content="389.99" /><meta property="product:price:currency" content="USD" /><meta property="og:url" content="https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/" /><meta property="og:site_name" content="Amped Airsoft" /><meta name="keywords" content="silverback airsoft, tac 41p, tac-41p, bolt action sniper rifle, sniper rifle, sniper, bolt, amped airsoft, airsoft, black, olive drab, flat dark earth"><meta name="description" content="The Silverback Airsoft TAC 41P Bolt Action Sniper Rifle is a groundbreaking product from Silverback, famous for their SRS line of bullpup sniper rifles."><link rel='canonical' href='https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/' /><meta name='platform' content='bigcommerce.stencil' /><meta property="og:type" content="product" /> <meta property="og:title" content="Silverback Airsoft TAC-41P Bolt Action Sniper Rifle" /> <meta property="og:description" content="The Silverback Airsoft TAC 41P Bolt Action Sniper Rifle is a groundbreaking product from Silverback, famous for their SRS line of bullpup sniper rifles." /> <meta property="og:image" content="https://cdn11.bigcommerce.com/s-1ih2d8/products/17781/images/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.480.480.jpg?c=2" /> <meta property="fb:admins" content="kurtis.hardy,23315876,matt.hafley.9" /> <meta property="pinterest:richpins" content="disabled" /> <link href="https://cdn11.bigcommerce.com/s-1ih2d8/product_images/Favicon%20Logo.png" rel="shortcut icon"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <script> // Change document class from no-js to js so we can detect this in css document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); </script> <script async src="https://cdn11.bigcommerce.com/s-1ih2d8/stencil/aaf7f000-4208-013c-8eb0-12f17c1eae40/e/dd6b7f80-b554-013c-fe04-0edff5d84dc7/dist/theme-bundle.head_async.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700%7CRoboto:400,300&display=block" rel="stylesheet"> <link data-stencil-stylesheet href="https://cdn11.bigcommerce.com/s-1ih2d8/stencil/aaf7f000-4208-013c-8eb0-12f17c1eae40/e/dd6b7f80-b554-013c-fe04-0edff5d84dc7/css/theme-379a5080-b1aa-013c-cda3-3222b985adef.css" rel="stylesheet"> <!-- Start Tracking Code for analytics_googleanalytics --> <script> !function(){var analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.loadPlatform=function(t,e,a,o){window[o||"analytics"]=analytics;window._analytics_js_global_name=o;analytics.platformSettings=e;analytics.platformPlan=a;var r=document.createElement("script");r.type="text/javascript";r.defer=!0;r.src="https://cdn11.bigcommerce.com/shared/js/storefront/analytics-c7af4d4e323cc1137c45f692e81cae05fd2a3986.js";var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)};analytics.SNIPPET_VERSION="4.0.0_platform"; analytics.loadPlatform("", { "Google Analytics": {"enhancedLinkAttribution":true,"enhancedEcommerce":true,"includeSearch":true,"sendUserId":true,"trackingId":"UA-47780773-1","dimensions":[],"metrics":[]} }, {}, "analytics"); analytics.identify(); analytics.page(); analytics.ready(function () { ga('require', 'ec'); ga('require', 'linker'); ga('linker:autoLink', ["ampedairsoft.com"]); }); }}(); </script> <!-- End Tracking Code for analytics_googleanalytics --> <!-- Start Tracking Code for analytics_googleanalytics4 --> <!-- Global site tag (gtag.js) - Google Analytics --> <script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4-12bfd2e26f38683cb06420a958df737c58b6f5fa.js"></script> <script data-cfasync="false"> function initGA4(event) { if (typeof subscribeOnBodlEvents === 'function') { subscribeOnBodlEvents('G-DMYSTSNJM0', 'dMjk3Nj', false); } window.removeEventListener(event.type, initGA4); } var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded'; window.addEventListener(eventName, initGA4, false); </script> <!-- End Tracking Code for analytics_googleanalytics4 --> <!-- Start Tracking Code for analytics_siteverification --> <meta name="google-site-verification" content="Yzz6yy_KFXyNQAv6Rkj3fZtsa_Dac0DFbzKgeOuldjI" /> <!-- End Tracking Code for analytics_siteverification --> <script type="text/javascript" src="https://checkout-sdk.bigcommerce.com/v1/loader.js" defer></script> <script type="text/javascript"> (function () { var xmlHttp = new XMLHttpRequest(); xmlHttp.open('POST', 'https://bes.gcp.data.bigcommerce.com/nobot'); xmlHttp.setRequestHeader('Content-Type', 'application/json'); xmlHttp.send('{"store_id":"664523","timezone_offset":"-5","timestamp":"2024-02-25T09:21:30.01551200Z","visit_id":"7b654f5c-c211-4061-9656-96e19d00c004","channel_id":1}'); })(); </script> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script type="text/javascript"> var BCData = {"csrf_token":"2e22ab02a8acc26c403c22056de9deb60acb73bd5a2644055f376f91c6e2e6f6","product_attributes":{"sku":"SBA-BLT-30","upc":null,"mpn":"SBA-BLT-30","gtin":null,"weight":null,"base":false,"image":null,"price":{"without_tax":{"formatted":"$389.99","value":389.99,"currency":"USD"},"tax_label":"Sales Tax"},"out_of_stock_behavior":"label_option","out_of_stock_message":"Out Of Stock","available_modifier_values":[],"available_variant_values":[],"in_stock_attributes":[],"selected_attributes":[],"stock":null,"instock":false,"stock_message":null,"purchasable":true,"purchasing_message":"The selected product combination is currently unavailable."}}; </script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' ></script><script src='https://cdn.doofinder.com/recommendations/js/doofinderRecommendation.min.js' ></script><script async type="text/javascript" id="sig-bc" data-store-id="stores/1ih2d8" src="https://cdn-scripts.signifyd.com/bigcommerce/script-tag.js"></script><script id="wsa-rich-snippets-intro"> /* Web Site Advantage: SEO Rich Snippets App [2.53.43600] https://bigcommerce.websiteadvantage.com.au/rich-snippets/ Copyright (C) 2019 - 2024 Web Site Advantage */ </script> <script type="application/ld+json" id="wsa-rich-snippets-jsonld-graph">{"@context":"https://schema.org","@graph":[{"isPartOf": {"@type":"WebSite","@id":"https://ampedairsoft.com/#WebSite"},"publisher":{"@id":"https://ampedairsoft.com/#Business"},"@type":"ItemPage","@id":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/#WebPage","url":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/","name":"Silverback Airsoft TAC-41P Bolt Action Sniper Rifle","primaryImageOfPage":{"@type":"ImageObject","contentUrl":"https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/original/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2" },"breadcrumb": {"@type":"BreadcrumbList","@id":"#BreadcrumbList","name":"Breadcrumbs (SEO Rich Snippets App)","itemListElement":[{"@type":"ListItem","position":1,"item":"https://ampedairsoft.com/airsoft-guns/","name":"Airsoft Guns" },{"@type":"ListItem","position":2,"name":"Silverback Airsoft TAC-41P Bolt Action Sniper Rifle" }] } },{"@id":"https://ampedairsoft.com/#Business","url":"https://ampedairsoft.com/","name":"Amped Airsoft","@type":"Organization" },{"@type":"WebSite","@id":"https://ampedairsoft.com/#WebSite","name":"Amped Airsoft","url":"https://ampedairsoft.com/" }] }</script><script type="application/ld+json" id="wsa-rich-snippets-jsonld-product">{"@context":"https://schema.org","@type":"Product","@id":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/#Product","url":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/","mainEntityOfPage":{"@id":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/#WebPage"},"name":"Silverback Airsoft TAC-41P Bolt Action Sniper Rifle","image":"https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/original/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2","sku":"SBA-BLT-30","mpn":"SBA-BLT-30","brand": {"@type": "Brand","name": "Silverback Airsoft","url": "https://ampedairsoft.com/silverback-airsoft/","@id": "https://ampedairsoft.com/silverback-airsoft/#Brand"},"category":["Airsoft Guns","Airsoft Guns/Sniper","New Products"],"offers":[{"@type":"Offer","@id":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/#Offer","url":"https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/","offeredBy":{"@id":"https://ampedairsoft.com/#Business"}, "price":"389.99", "priceCurrency":"USD", "priceSpecification":{"@type":"UnitPriceSpecification","priceCurrency":"USD", "priceType":"ListPrice","price":"389.99", "valueAddedTaxIncluded":"False" },"itemCondition":"NewCondition"}],"audience":{ "@type":"PeopleAudience" },"description":"Silverback Airsoft TAC-41P Bolt Action Sniper Rifle\r\nGun Features:&nbsp;\r\n\r\nFully ambidextrous design (bolt handle, magazine catch, safety, cheekpad adjustment, hop-up adjustment)\r\nReceiver features 6000 series CNC Aluminum receiver with unique serial number, POM sliding rings\r\nTapered Aluminum outer barrel, with quick change barrel (bayonet lock and clamps into the receiver) and 3 barrel spacers for best inner barrel stabilization\r\nSteel magazine catch and tension allows magazine to quickly eject out of the way of the magazine well for rapid reloads\r\nLow profile magazines hold 48 rounds, with an additional 20 rounds held in the internal magazine chute\r\nStainless steel cylinder with PVD coating (Aluminum Titanium Nitride Physical Vapor Deposition), stainless steel cylinder head\r\nSRS piston with specific 90 degree piston end (steel), Stainless steel spring guide with thrust bearing\r\nTrigger groups features stainless steel piston sear, stainless steel spring guide stopper, stainless steel trigger box, 90 degree piston sear sliding on 2 ball bearings, preload and dual stage adjustment\r\nCNC Aluminum TDC Hop-up design, can be used no matter the scope used with 50 indexed positions (by 15 micrometer increments), AEG hop-up rubber compatible and anti double-feed system\r\nFiberglass reinforced nylon stock with quick cheek pad adjustment\r\n4 QD Sling loops attachment points and M-LOK on 3, 6 and 9 o'clock areas for bipods and other accessories\r\n\r\nProduct Description:\r\n&ldquo;The Silverback TAC41P is a groundbreaking product from Silverback Airsoft, famous for their award-winning SRS line of bullpup airsoft sniper rifles. The TAC41P is a revolutionary product from the famed airsoft manufacturers as this is not only their first non-bullpup airsoft sniper, but more importantly this airsoft gun is not based on any other real steel firearm.\r\nFree from the constraints of a set form, Silverback crafted the TAC41P to how they perceived the best sniper rifle could be. Starting with an originally designed chassis. The chassis is a lightweight yet highly robust polymer material that ergonomically feel very natural in hand. The gripping surface is considered relatively straight compared to other styles, much like that seen on M40 style sniper rifles. The curved rest where your thumb goes is molded in a way where it takes much of the strain off of your gripping position, making it easy to shoot and stay scoped in for extended periods of time. Towards the forward position of the chassis, you find M-LOK slots no the three, six, and nine o'clock positions and features a captured bolt for the mounting of camera tripods, mono-pods, and other screw mountable stands. The aft portion of the rifle features an adjustable cheek riser that is highly customizable and easy to deploy. You can also adjust the length of pull with included spacers for a custom shouldering experience.\r\nThe trigger is adjustable and is quite tactile. The operation of the bolt is smooth as you would expect from a Silverback airsoft sniper. The cylinder itself easy to disassemble for cleaning and maintenance. Most importantly the air volume of this rifle is the same as the Silverback SRS A2 series meaning you get an incredibly large volume of air (41cc). This translates into more consistent shots, highly stable performance, and less wastage. Pairing this with a free float barrel assembly and highly precise, redesigned hop-up unit, you will achieve pinpoint accuracy when delivering shots downrange. The threading on the barrel is 24mm CW and is compatible with other Silverback suppressors!\r\nAs previously mentioned the hop-up unit is redesigned. You will find it as a dial on the base of the outer barrel assembly. It features 0-9 settings with a total travel distance of 0mm to 0.75mm, you have no fear of over truing your hop-up.&rdquo;\r\nManufacturer: Silverback\r\nColor: Flat Dark Earth, OD Green, Black, and Wolf Grey\r\nFPS (Feet Per Second): ~400\r\nTech Specs:\r\nOverall Length:&nbsp;1100mm (43.3 …" }</script><script data-cfasync="false" id="wsa-rich-snippets-javascript">"use strict";var webSiteAdvantage=webSiteAdvantage||{};webSiteAdvantage.momentnow='2024-02-25T09:21:30+00:00';function wsa_error(m){console.error('SEO Rich Snippets: '+m,arguments)};function wsa_tryCatch(m,f){try{f()}catch(e){wsa_error(m,e)}};var wsa_jsonLdIdPostfix="";webSiteAdvantage._offerPropertiesCount=0,webSiteAdvantage.addOfferExtras=function(e,t,i){wsa_tryCatch("addOfferExtras",(function(){var a=document.querySelector(".wsa-offer-pricevaliduntil"),r=null,n=new Date;if(t){var o=new Date(t);r=[o.getFullYear(),("0"+(o.getMonth()+1)).slice(-2),("0"+o.getDate()).slice(-2)].join("-")}else if(a)r=a.getAttribute("data-content");else if(i)if(i.ProductPriceValidUntilFixedDate)r=i.ProductPriceValidUntilFixedDate;else if(i.ProductPriceValidUntilDays){var d=new Date(n.getFullYear(),n.getMonth(),n.getDate()+i.ProductPriceValidUntilDays);r=[d.getFullYear(),("0"+(d.getMonth()+1)).slice(-2),("0"+d.getDate()).slice(-2)].join("-")}if(r&&new Date(r)>n){var l={"@context":"https://schema.org","@id":e};if(r&&(l.priceValidUntil=r),webSiteAdvantage._offerPropertiesCount++,!webSiteAdvantage.excludeProduct){var c=document.createElement("script");c.type="application/ld+json",c.id="wsa-rich-snippets-jsonld-product-offer-extras-"+webSiteAdvantage._offerPropertiesCount+window.wsa_jsonLdIdPostfix.toLowerCase(),c.text=JSON.stringify(l),document.querySelector("head").appendChild(c)}}}))};window.addEventListener('load',function(){webSiteAdvantage.addOfferExtras("https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/#Offer",'',null)}); var wsa_productUrl="https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/";var wsa_removeRemoveDynamicJsonLd=false;webSiteAdvantage.reviewsioFix=function(e){wsa_tryCatch("reviewsioFix",(function(){if(e){var t=JSON.parse(e.text);if(t.review||t.aggregateRating){var r={};if(t.aggregateRating&&(r.aggregateRating=t.aggregateRating),t.review&&(r.review=t.review),r["@id"]=window.wsa_productUrl+"#Product"+window.wsa_jsonLdIdPostfix,r["@context"]="https://schema.org",r.review)for(var i=0;i<r.review.length;i++){var a=r.review[i];a.author?a.author.name&&""!==a.author.name.trim()||("string"==typeof a.author?a.author={"@type":"Person",name:a.author}:a.author={"@type":"Person",name:"Anonymous"}):a.author={"@type":"Person",name:"Anonymous"},a.author.name=a.author.name.trim().substring(0,99)}if(!webSiteAdvantage.excludeProduct){var o=document.createElement("script");o.type="application/ld+json",o.id="wsa-rich-snippets-jsonld-reviewsio-product"+window.wsa_jsonLdIdPostfix.toLowerCase(),o.text=JSON.stringify(r),document.querySelector("head").appendChild(o)}e.parentNode.removeChild(e)}else wsa_removeRemoveDynamicJsonLd&&e.parentNode.removeChild(e)}}))},wsa_tryCatch("reviewsioFix observer",(function(){new MutationObserver((function(e){wsa_tryCatch("reviewsioFix mutation",(function(){e.forEach((function(e){var t=e.addedNodes;if(null!==t)for(var r=0;r<t.length;r++){var i=t[r];"SCRIPT"===i.nodeName&&"application/ld+json"===i.getAttribute("type")&&"reviewsWidgetProductSnippets"===i.id&&webSiteAdvantage.reviewsioFix(i)}}))}))})).observe(document.querySelector("head"),{attributes:!0,childList:!0,characterData:!0,subtree:!0})})),document.addEventListener("DOMContentLoaded",(function(){wsa_tryCatch("reviewsioFix observer 2",(function(){new MutationObserver((function(e){wsa_tryCatch("reviewsioFix mutation 2",(function(){e.forEach((function(e){var t=e.addedNodes;if(null!==t)for(var r=0;r<t.length;r++){var i=t[r];"SCRIPT"===i.nodeName&&"application/ld+json"===i.getAttribute("type")&&webSiteAdvantage.reviewsioFix(i)}}))}))})).observe(document.querySelector("body"),{attributes:!1,childList:!0,characterData:!1,subtree:!1})}))}));window.addEventListener('DOMContentLoaded',function(){setTimeout(function(){if(document.getElementById('wsa-rich-snippets-jsonld-classyschema-faqpage')){webSiteAdvantage.excludeProduct=1;document.querySelectorAll('script[id*="wsa-rich-snippets-jsonld"]').forEach(function(s){if(s.getAttribute('id').indexOf('product')>0)s.setAttribute('type','text/plain')})}},0)});webSiteAdvantage.richSnippetsApp=["1ih2d8","ampedairsoft.com",1625,"1ih2d8",""];webSiteAdvantage.bcReviews=false;webSiteAdvantage.classyUnicode=webSiteAdvantage.classyUnicode||{};webSiteAdvantage.classyUnicode.options={querySelector:'.classyunicode,title,h1,h2,h3,h4,h5,.breadcrumb-label,.navPages-action,.footer-info-list,script[type="application/ld+json"]',processMetaTags:true};window.classySchemaOptions=window.classySchemaOptions||{};window.classySchemaOptions.scriptIdBase='wsa-rich-snippets-jsonld-classyschema-';window.classySchemaOptions.classNamePrefixes=["classyschema-","wsa-"];window.classySchemaOptions.customCssSelectors={"howto-name":"h1.page-heading"};webSiteAdvantage.classyCleanUp=webSiteAdvantage.classyCleanUp||{};webSiteAdvantage.classyCleanUp.options={removeMicrodata:true,removeJsonLd:true,removeDynamicJsonLd:false,removeJsonLdRegexExcludeIdPatterns:['^wsa-rich-snippets-.*$','reviewsWidgetProductSnippets'],removeJsonLdRegexExcludeClassPatterns:['^jdgm-.*$']};!function(d){var s=d.createElement('script');s.src='https://classyschema.org/2_14/faq_video_howto_unicode_cleanup.min.js';s.async=true;s.setAttribute('fetchpriority','high');d.getElementsByTagName('head')[0].appendChild(s)}(document);</script> <script> const dfLayerOptions = { installationId: '03c249d5-4d84-40c5-b853-8c43450f7a5f', zone: 'us1' }; document.addEventListener('doofinder.cart.add', function(event) { const product = event.detail; let productId = product.item_id; if( product.grouping_id && product.grouping_id === product.item_id && product.group_leader){ //It's a configurable product, redirect to the product page to let the user configure the product location.href = product.link return } let sku = (product.gtin) ? product.gtin : null; let xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { let countPill = document.getElementsByClassName('cart-quantity'); if (countPill.length) { countPill[0].innerHTML++; countPill[0].classList.add('countPill--positive'); } } } if(sku){ xhttp.open('GET', `/cart.php?action=add&sku=${sku}`); }else{ xhttp.open('GET', `/cart.php?action=add&product_id=${productId}`); } xhttp.send(); }); (function (l, a, y, e, r, s) { r = l.createElement(a); r.onload = e; r.async = 1; r.src = y; s = l.getElementsByTagName(a)[0]; s.parentNode.insertBefore(r, s); })(document, 'script', 'https://cdn.doofinder.com/livelayer/1/js/loader.min.js', function () { doofinderLoader.load(dfLayerOptions); }); </script> <script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/index.js"></script> <script data-cfasync="false"> window.bodl = JSON.parse(atob("eyJzZXNzaW9uIjp7ImlkIjoiNWRmNWE3MWItZTk4Yi00ZGZiLWFmOTctMjFiYTA5OTIxOTdkIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNC0wMi0yNVQwOToyMToyOSIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9hbXBlZGFpcnNvZnQuY29tL3NpbHZlcmJhY2stYWlyc29mdC10YWMtNDFwLWJvbHQtYWN0aW9uLXNuaXBlci1yaWZsZS8ifSwic2hvcHBlciI6eyJ2aXNpdG9yX2lkIjoiIiwiY3VzdG9tZXJfaWQiOm51bGwsImVtYWlsIjpudWxsLCJmaXJzdF9uYW1lIjpudWxsLCJsYXN0X25hbWUiOm51bGx9LCJkYXRhX2NvbnNlbnQiOnsiZnVuY3Rpb25hbCI6dHJ1ZSwiYW5hbHl0aWNzIjp0cnVlLCJhZHZlcnRpc2luZyI6dHJ1ZX0sImV2ZW50cyI6W3siYm9kbF92MV9wcm9kdWN0X3BhZ2Vfdmlld2VkIjp7ImV2ZW50X2lkIjoiYTJlNDQwYTgtMDgxYy00YjdiLWEyNDgtNWFmNjlkM2YyMjQwIiwiY2hhbm5lbF9pZCI6MSwiY3VycmVuY3kiOiJVU0QiLCJwcm9kdWN0X3ZhbHVlIjozODkuOTksImxpbmVfaXRlbXMiOlt7InByb2R1Y3RfaWQiOiIxNzc4MSIsInNrdSI6IlNCQS1CTFQtMzAiLCJ2YXJpYW50X2lkIjpudWxsLCJwcm9kdWN0X25hbWUiOiJTaWx2ZXJiYWNrIEFpcnNvZnQgVEFDLTQxUCBCb2x0IEFjdGlvbiBTbmlwZXIgUmlmbGUiLCJnaWZ0X2NlcnRpZmljYXRlX2lkIjpudWxsLCJnaWZ0X2NlcnRpZmljYXRlX25hbWUiOm51bGwsImdpZnRfY2VydGlmaWNhdGVfdGhlbWUiOm51bGwsInB1cmNoYXNlX3ByaWNlIjozODkuOTksInNhbGVfcHJpY2UiOm51bGwsImJhc2VfcHJpY2UiOm51bGwsInJldGFpbF9wcmljZSI6bnVsbCwicXVhbnRpdHkiOm51bGwsImRpc2NvdW50IjpudWxsLCJpbmRleCI6MCwiYnJhbmRfbmFtZSI6IlNpbHZlcmJhY2sgQWlyc29mdCIsImNhdGVnb3J5X25hbWVzIjpbIkFpcnNvZnQgR3VucyJdLCJjdXJyZW5jeSI6IlVTRCJ9XX19XX0=")); </script> </head> <body id="body" class="product-page-layout with-sidenav main fourteen-forty header-full-width qty-box-visible"> <!-- snippet location header --> <svg data-src="https://cdn11.bigcommerce.com/s-1ih2d8/stencil/aaf7f000-4208-013c-8eb0-12f17c1eae40/e/dd6b7f80-b554-013c-fe04-0edff5d84dc7/img/icon-sprite.svg" class="icons-svg-sprite"></svg> <div class="header-container " style="min-height: 209px;"> <div class="top-menu"> <div class="content"> <!-- NEW BUTTON TO TRIGGER MAIN NAV WHEN STICKY --> <!-- <div class="alt-toggle"> <h2 class="container-header btn"><span class="down-arrrow burger-menu"><i class="burger open" aria-hidden="true"><svg><use xlink:href="#icon-Menu" /></svg></i><i class="menu close" aria-hidden="true"><svg><use xlink:href="#icon-close" /></svg></i></span></h2> <h2 class="container-header text"><span class="mega-shop-text"></span></h2> </div> --> <a href="#" class="mobileMenu-toggle" data-mobile-menu-toggle="menu"> <span class="mobileMenu-toggleIcon">Toggle menu</span> </a> <!-- OPTIONAL SHORT MESSAGE LINK --> <!-- <div class="left"> <a class="optional-message-link" href="">Put an optional message here.</a> </div> --> <div class="left phone-number"> (724) 366-6590 </div> <div class="right account-links"> <ul> <li class="navUser-item navUser-item--account"> <a class="navUser-action" href="/login.php"><!-- <i class="fa fa-user" aria-hidden="true"></i> --><a class="navUser-action login" href="/login.php">Login</a><span class="or-text">or</span><a class="navUser-action create" href="/login.php?action=create_account">Sign Up</a> <a class="navUser-action" href="https://ampedairsoft.com/#smile-home" style="color:#00B600">Rewards</a> <!-- Added for Smile.io Integration --> </li> <li class="navUser-item navUser-item--cart "> <a class="navUser-action" data-cart-preview data-dropdown="cart-preview-dropdown" data-options="align:right" href="/cart.php"> <span class="navUser-item-cartLabel"><i class="cart-icon" aria-hidden="true"><svg><use xlink:href="#icon-cart" /></svg></i></span> <span class="countPill cart-quantity">0</span> </a> <div class="dropdown-menu" id="cart-preview-dropdown" data-dropdown-content aria-hidden="true"></div> </li> </ul> </div> <div class="clear"></div> </div> </div> <!-- Added to test Mobile Search 1--> <div class="navPages-quickSearch right searchbar"> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="u-hiddenVisually" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search" autocomplete="off"> <div class="search-icon"><svg class="header-icon search-icon" title="submit" alt="submit"><use xlink:href="#icon-search"></use></svg></div> <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value=""> </div> </fieldset> <div class="clear"></div> </form> <div id="search-action-buttons" class="search-buttons-container"> <div class="align-right"> <!-- <a href="#" class="reset quicksearch" aria-label="reset search" role="button" style="inline-block;"> <span class="reset" aria-hidden="true">Reset Search</span> </a> --> <a href="#" class="modal-close custom-quick-search" aria-label="Close" role="button" style="inline-block;"> <span aria-hidden="true">&#215;</span> </a> <div class="clear"></div> </div> <div class="clear"></div> </div> <section id="quickSearch" class="quickSearchResults" data-bind="html: results"> </section> <div class="clear"></div> </div> </div> <!-- Added to test Mobile Search 1--> <div class="header-container full-width full-width"> <div class="header-padding"> <div class="header-padding"> <header class="header" role="banner"> <div class="header-logo header-logo--left"> <a href="https://ampedairsoft.com/"> <div class="header-logo-image-container"> <img class="header-logo-image" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/250x100/amped-airsoft-logo_1640277784__95484.original.png" alt="Amped Airsoft" title="Amped Airsoft" height="84" width="250"> </div> </a> </div> <div class="navPages-container inside-header left-logo search-container not-sticky" id="menu" data-menu> <nav class="navPages"> <div class="navPages-quickSearch right searchbar"> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="u-hiddenVisually" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search" autocomplete="off"> <div class="search-icon"><svg class="header-icon search-icon" title="submit" alt="submit"><use xlink:href="#icon-search"></use></svg></div> <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value=""> </div> </fieldset> <div class="clear"></div> </form> <div id="search-action-buttons" class="search-buttons-container"> <div class="align-right"> <!-- <a href="#" class="reset quicksearch" aria-label="reset search" role="button" style="inline-block;"> <span class="reset" aria-hidden="true">Reset Search</span> </a> --> <a href="#" class="modal-close custom-quick-search" aria-label="Close" role="button" style="inline-block;"> <span aria-hidden="true">&#215;</span> </a> <div class="clear"></div> </div> <div class="clear"></div> </div> <section id="quickSearch" class="quickSearchResults" data-bind="html: results"> </section> <div class="clear"></div> </div> </div> </nav> </div> <div class="clear"></div> <div class="mobile-menu navPages-container" id="menu" data-menu> <div class="currency-converter"> <ul class="navPages-list navPages-list--user"> </ul> </div> <nav class="navPages"> <div class="navPages-quickSearch right searchbar"> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="u-hiddenVisually" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search" autocomplete="off"> <div class="search-icon"><svg class="header-icon search-icon" title="submit" alt="submit"><use xlink:href="#icon-search"></use></svg></div> <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value=""> </div> </fieldset> <div class="clear"></div> </form> <div id="search-action-buttons" class="search-buttons-container"> <div class="align-right"> <!-- <a href="#" class="reset quicksearch" aria-label="reset search" role="button" style="inline-block;"> <span class="reset" aria-hidden="true">Reset Search</span> </a> --> <a href="#" class="modal-close custom-quick-search" aria-label="Close" role="button" style="inline-block;"> <span aria-hidden="true">&#215;</span> </a> <div class="clear"></div> </div> <div class="clear"></div> </div> <section id="quickSearch" class="quickSearchResults" data-bind="html: results"> </section> <div class="clear"></div> </div> </div> <ul class="navPages-list"> <div class="nav-align"> <div class="custom-pages-nav"> <div id="desktop-menu"> <h2 class="container-header mobile">Main Menu</h2> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/epic-deals/">Epic Deals</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/nvg/"> NVG <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nvg-rentals/">NVG Rentals</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nvg/">NVG Devices</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hpa/"> HPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-hpa-builds/">Amped HPA Builds</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-hpa-lines/">Amped HPA Lines</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-kits/">Airsoft HPA Kits &amp; Bundles</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/pyro/"> Pyro <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/event-pick-up-pyro/">Event Pick Up Pyro</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pyro-shipped-easy/">Pyro Shipped Easy</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/customer-reviews/">Reviews</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/videos/">Videos</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/instructions/">Instructions</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/wholesale/">Wholesale</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/amped-event-schedule/">Events</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/blog/">Blog</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/amped-airsoft-careers/">Careers</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/about-us/">About | Contact Us</a> </li> <li class="navPages-item"> <a class="navPages-action" href="http://ampedairsoftarena.com">Play!</a> </li> </div> <div id="mobile-menu"> <div class="category-menu"> <h2 class="container-header mobile">Shop By Category</h2> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/epic-deals-list/">Epic Deals List</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/list-20/">List 20</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/list-25/">List 25</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/bundle-deals/">Bundle Deals!</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/air-rifles-pellet-guns-pcp/">Air Rifles / Pellet Guns / PCP</a> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-guns/"> Airsoft Guns <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-282" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-grenade-launchers-shells/">Grenade Launchers and Shells</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-gas-pistols/">Pistol</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-aeg/">Rifle | AEG</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-gbbr/">Rifle | GBBR</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-hpa/">Rifle | HPA</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/shotgun/">Shotgun</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smg/">SMG</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/sniper/">Sniper</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-grenades/"> Airsoft Grenades <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-309" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-single-use/">Hand Grenades | Single-Use</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-reusable/">Hand Grenades | Reusable</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/launchable-grenades/">Launchable Grenades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smoke-grenades/">Smoke Grenades</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/aap-01/"> AAP-01 <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-713" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-external-upgrades/">AAP-01 External Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-internal-upgrades/">AAP-01 Internal Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-magazines-hpa-adapters/">AAP-01 Magazines &amp; HPA Adapters</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hi-capa/"> HI-CAPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-682" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-external-upgrades/">HI-CAPA External Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-internal-upgrades/">HI-CAPA Internal Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-magazines-hpa-adapters/">HI-CAPA Magazines &amp; HPA Adapters</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-pistols/">HI-CAPA Pistols</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-slides/">HI-CAPA Slides</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-systems-parts-accessories/"> HPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-175" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/new-to-hpa-hpa-101/"> New to HPA? / HPA 101 <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-616"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-starter-rig/">HPA Air Rig Starter Kit</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/amped-lines-grip-lines/"> Amped Lines &amp; Grip Lines <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-645"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/amped-grip-lines/">Amped Grip Lines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/amped-lines/">Amped Lines</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-accessories/"> HPA Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-679"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-tanks-fittings-accessories/">HPA Fittings &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/nozzles/">HPA Nozzles</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-upgrade-parts/">HPA Upgrade Parts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-air-stocks/">HPA Air Stocks</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-builds/"> HPA Builds <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-805"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-ak-platform/">HPA AK Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-dmr-sniper-platform/">HPA DMR / Sniper Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-drop-in-gearbox/">HPA Drop In Gearbox</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-lmg-platform/">HPA LMG Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-m4-platform/">HPA M4 Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-smg-platform/">HPA SMG Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-speedsoft-platform/">HPA Speedsoft Platform</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-engines/">HPA Engines</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-mag-adapters/">HPA Mag Adapters</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-player-packages/">HPA Player Packages</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-regulators-accessories/">HPA Regulators &amp; Accessories</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-tanks/">HPA Tanks</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/parts-accessories/"> Parts &amp; Accessories <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-363" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/batteries-chargers-gas/"> Batteries | Chargers | Gas <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-561"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/batteries/">Batteries</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/battery-chargers/">Battery Chargers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/green-gas-co2/">Green Gas &amp; CO2</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-bbs/"> BBs <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-8"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bio-bbs/">Bio BBs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/standard-bbs/">Standard BBs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tracer/">Tracer BBs</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-inner-barrels-hopup-unit-bucking-accessories/"> Inner Barrel, Hopup Unit, Bucking, &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-120"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/barrel-services/">Barrel Services</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/buckings/">Buckings and Nubs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hop-up-units/">Hop Up Units &amp; Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/inner-barrels/">Inner Barrels</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/nubs-patches/">Nubs &amp; Patches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pre-built-barrel-assembly/">Pre-Built Barrel Assembly</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/r-hop-parts/">R Hop Products</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/vsr-inner-barrels/">VSR Inner Barrels</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/internal-airsoft-upgrades/"> Internal Upgrades <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-91"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/aeg-parts/">AEG Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gbb-parts/">GBB Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gearboxes-shells-misc-aeg-parts/">Gearboxes, Shells, &amp; Misc AEG Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/airsoft-lubricants-grease/">Lubricants/Grease</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/sniper-rifle-upgrades/">Sniper Rifle Upgrades</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-aeg-airsoft-triggers/">Triggers</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/magazines-accessories/"> Magazines &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-1"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gas-co2-magazines/">Gas &amp; CO2 Magazines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hi-capacity-magazines/">Hi-Capacity Magazines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/magazine-adapters/">Magazine Adapters</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/magazine-parts/">Magazine Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/airsoft-speed-loaders/">Mag Speed Loaders</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/mid-capacity-magazines/">Mid-Capacity Magazines</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/optics-lights-lasers/"> Optics | Lights | Lasers <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-148"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/flash-lights-accessories/">Flash Lights &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/new-category-1/">Optics &amp; Sights</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/peq-boxes-lasers/">PEQ Boxes &amp; Lasers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/protection-mounts/">Protection &amp; Mounts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/barrels-accessories/"> Outer Barrels &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-385"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/barrel-adapters-extensions/">Barrel Adapters &amp; Extensions</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/flash-hiders-muzzle-brakes/">Flash Hiders &amp; Muzzle Brakes</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/mock-suppressors/">Mock Suppressors</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/outer-barrels-accessories/">Outer Barrels &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tracer-units/">Tracer Units</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pistol-slides-1/">Pistol Slides</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/grips-rails/"> Grips &amp; Rails <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-287"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/foregrips-handstops/">Foregrips &amp; Handstops</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pistol-grips/">Pistol Grips</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/rail-accessories/">Rail Segments &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/rail-systems-handguards/">Rail Systems &amp; Handguards</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/m4-receivers-and-body-kits/"> Receivers &amp; Parts <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-285"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/recievers/">Receivers &amp; Body Kits</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/receiver-parts/">Receiver Parts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/stocks-accessories/"> Stocks &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-127"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/stocks/">Stocks</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/stock-accessories/">Stock Accessories </a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/tools/"> Tools <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-238"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/chronographs/">Chronographs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tools-1/">Tools</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tech-services-1/">Tech Services</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/tactical-gear/"> Tactical Gear <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-44" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/arms/"> Arms <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-511"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/dead-rags-lights/">Dead Rags | Lights</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gloves/">Gloves</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/patches/">Patches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/shields/">Shields</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/slings-lanyards/">Slings | Lanyards</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/training-knives/">Training Knives</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/head-wear/"> Head Wear <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-47"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/action-cameras-accessories/">Action Cameras &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/anti-fog/">Anti-Fog</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/communication/">Communication</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/ear-protection/">Ear Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/eye-protection/">Eye Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/face-protection/">Face Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tactical-hats/">Hats</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/helmets-helmet-accessories/">Helmets | Helmet Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/para-cord-camo-cover/">Para Cord | Camo Cover</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/leg-wear/"> Leg Wear <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-58"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/shoes-boots/">Shoes | Boots</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/knee-pads/">Knee Pads</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pants/">Pants</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/torso/"> Torso <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-689"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bdu-combat-sets/">BDU Combat Sets</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bdus-jackets-combat-shirts/">BDUs | Jackets | Combat Shirts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/chest-rig-plate-carriers/">Chest Rig | Plate Carriers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/backpacks-hydration-carriers/">Bags | Packs | Hydration Carriers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gun-bags-cases/">Gun Bags &amp; Cases</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pouches/">Pouches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/training-plates-1/">Training Plates</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/t-shirts/">T-Shirts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/waist/"> Waist <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-698"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/dump-pouch/">Dump Pouch</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/holsters-drop-leg/">Holsters | Drop Leg</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/belts/">Belts</a> </li> </ul> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/foam-dart-blasters/">Foam Dart Blasters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gel-blasters/">Gel Blasters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/fire-a/">Firearm Parts &amp; Accessories</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/knives/">Knives (18+)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mystery-boxes/">Mystery Boxes</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/night-vision-accessories/">Night Vision &amp; Accessories</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gift-certificates/">Gift Cards</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/open-box-bone-yard-deals/">Open Box / Bone Yard Deals</a> </li> </div> <div class="brand-menu"> <h2 class="container-header mobile">Shop By Brand</h2> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Umarex-Elite-Force/">Umarex Elite Force</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/amped-builds/">Amped Builds</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Airsoft/">Amped Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PolarStar-Airsoft/">PolarStar Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Condor-Outdoor/">Condor Outdoor</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/G-G/">G&amp;G</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PTS-Professional-Training-Syndicate/">PTS</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-masterpiece-custom/">Airsoft Masterpiece Custom</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Action-Sport-Games/">Action Sport Games (ASG)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/MAGPUL/">MAGPUL</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cowcow-technology/">COWCOW Technology</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aip/">AIP</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Haley-Strategic/">Haley Strategic</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/LBX-Tactical/">LBX Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Lancer-Tactical/">Lancer Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Wolverine-Airsoft/">Wolverine Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/crkt-columbia-river-knife-tool/">CRKT (Columbia River Knife Tool)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airtech-studios/">Airtech Studios</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/lct/">LCT</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/KWA/">KWA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/SHS-Airsoft-Upgrades/">SHS</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/action-army/">Action Army</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Maple-Leaf/">Maple Leaf</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/GATE/">GATE</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mac-airsoft/">Mac Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Krytac/">Krytac</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/specna-arms/">Specna Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-hostyle/">Tactical Hostyle</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mc-kydex/">MC Kydex</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-outfitters/">Tactical Outfitters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/maxx/">MAXX</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/zci/">ZCI</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/holosun/">HOLOSUN</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/emg-evike-manufacturing-group/">EMG</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ctm-tac/">CTM TAC</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/la-capa-customs/">LA Capa Customs</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Modify/">Modify</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Mechanix-Wear/">Mechanix Wear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/taginn/">TAGinn</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/High-Power-Airsoft/">High Power Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/blade-tech/">Blade Tech</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Explosive-Ops-Gear/">Explosive Ops Gear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Madbull-Airsoft/">Madbull Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Ninja-Paintball/">Ninja Paintball</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Tippmann/">Tippmann</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tridos-design/">Tridos Design</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/arcturus/">Arcturus</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cytac/">Cytac</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/high-speed-gear-inc-hsgi/">High Speed Gear Inc (HSGI)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mita/">MITA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/camelbak/">CamelBak</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/hk-army/">HK Army</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Leapers/">Leapers</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/RETRO-Arms/">RETRO Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/CYMA/">CYMA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/jag-arms-1/">Jag Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/silverback-airsoft/">Silverback Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/LONEX/">LONEX</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/olight/">Olight</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Speed-Airsoft/">Speed Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Bullgear/">Bullgear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mancraft/">ManCraft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Matrix/">Matrix</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PDI/">PDI</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tti-airsoft/">TTI Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ACETECH/">ACETECH</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-parts/">Airsoft Parts</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aztech-innovations/">AZTECH Innovations</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/monk-customs/">Monk Customs</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/shellback-tactical/">Shellback Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/dr-black/">DR. BLACK</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/poseidon-airsoft/">POSEIDON AIRSOFT</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/rocket-airsoft/">Rocket Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aw-custom/">AW Custom</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/g-p/">G&amp;P</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/kicking-mustang/">Kicking Mustang</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Redline-Airsoft/">Redline Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/sig-airsoft/">SIG Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tapp-airsoft/">TAPP Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Prometheus/">Prometheus</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Bundles/">Amped Bundles</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gmr-gear/">GMR Gear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/NC-Star/">NC Star</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Oakley/">Oakley</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/titan-power/">Titan Power</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/e-l/">E&amp;L</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/rootiment-arms/">Rootiment Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/casio/">Casio</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/novritsch/">Novritsch</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tac-cat-airsoft/">Tac Cat Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ts-blade/">TS Blade</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Echo1/">Echo1</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/esstac/">ESSTAC</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/night-evolution/">Night Evolution</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/the-real-deal-airsoft/">The Real Deal Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/valken/">Valken</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Code-Red-Headsets/">Code Red Headsets</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cybergun/">Cybergun</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Enola-Gaye/">Enola Gaye</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/flyye-industries/">Flyye Industries</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="/brands/">View all Brands</a> </li> <div class="clear"></div> </div> </div> </div> </ul> <ul class="navPages-list navPages-list--user"> <li class="navPages-item"> <a class="navPages-action" href="/giftcertificates.php">Gift Certificates</a> </li> <li class="navPages-item"> <a class="navPages-action" href="/login.php">Login</a> or <a class="navPages-action" href="/login.php?action=create_account">Sign Up</a> </li> </ul> </nav> </div> </header> </div> </div> </div> <div class="main-nav-container full-width " style="min-height:44px;"> <div class="navPages-container main-nav" id="menu" data-menu> <nav class="navPages"> <div class="navPages-quickSearch right searchbar"> <div class="container"> <!-- snippet location forms_search --> <form class="form" action="/search.php"> <fieldset class="form-fieldset"> <div class="form-field"> <label class="u-hiddenVisually" for="search_query">Search</label> <input class="form-input" data-search-quick name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search" autocomplete="off"> <div class="search-icon"><svg class="header-icon search-icon" title="submit" alt="submit"><use xlink:href="#icon-search"></use></svg></div> <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value=""> </div> </fieldset> <div class="clear"></div> </form> <div id="search-action-buttons" class="search-buttons-container"> <div class="align-right"> <!-- <a href="#" class="reset quicksearch" aria-label="reset search" role="button" style="inline-block;"> <span class="reset" aria-hidden="true">Reset Search</span> </a> --> <a href="#" class="modal-close custom-quick-search" aria-label="Close" role="button" style="inline-block;"> <span aria-hidden="true">&#215;</span> </a> <div class="clear"></div> </div> <div class="clear"></div> </div> <section id="quickSearch" class="quickSearchResults" data-bind="html: results"> </section> <div class="clear"></div> </div> </div> <ul class="navPages-list"> <div class="nav-align"> <div class="custom-pages-nav"> <div id="desktop-menu"> <h2 class="container-header mobile">Main Menu</h2> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/epic-deals/">Epic Deals</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/nvg/"> NVG <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nvg-rentals/">NVG Rentals</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nvg/">NVG Devices</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hpa/"> HPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-hpa-builds/">Amped HPA Builds</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-hpa-lines/">Amped HPA Lines</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-kits/">Airsoft HPA Kits &amp; Bundles</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/pyro/"> Pyro <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/event-pick-up-pyro/">Event Pick Up Pyro</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pyro-shipped-easy/">Pyro Shipped Easy</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/customer-reviews/">Reviews</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/videos/">Videos</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/instructions/">Instructions</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/wholesale/">Wholesale</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/amped-event-schedule/">Events</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/blog/">Blog</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/amped-airsoft-careers/">Careers</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/about-us/">About | Contact Us</a> </li> <li class="navPages-item"> <a class="navPages-action" href="http://ampedairsoftarena.com">Play!</a> </li> </div> <div id="mobile-menu"> <div class="category-menu"> <h2 class="container-header mobile">Shop By Category</h2> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/epic-deals-list/">Epic Deals List</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/list-20/">List 20</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/list-25/">List 25</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/bundle-deals/">Bundle Deals!</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/air-rifles-pellet-guns-pcp/">Air Rifles / Pellet Guns / PCP</a> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-guns/"> Airsoft Guns <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-282" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-grenade-launchers-shells/">Grenade Launchers and Shells</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-gas-pistols/">Pistol</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-aeg/">Rifle | AEG</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-gbbr/">Rifle | GBBR</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-hpa/">Rifle | HPA</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/shotgun/">Shotgun</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smg/">SMG</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/sniper/">Sniper</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-grenades/"> Airsoft Grenades <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-309" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-single-use/">Hand Grenades | Single-Use</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-reusable/">Hand Grenades | Reusable</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/launchable-grenades/">Launchable Grenades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smoke-grenades/">Smoke Grenades</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/aap-01/"> AAP-01 <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-713" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-external-upgrades/">AAP-01 External Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-internal-upgrades/">AAP-01 Internal Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-magazines-hpa-adapters/">AAP-01 Magazines &amp; HPA Adapters</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hi-capa/"> HI-CAPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-682" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-external-upgrades/">HI-CAPA External Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-internal-upgrades/">HI-CAPA Internal Upgrades</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-magazines-hpa-adapters/">HI-CAPA Magazines &amp; HPA Adapters</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-pistols/">HI-CAPA Pistols</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-slides/">HI-CAPA Slides</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-systems-parts-accessories/"> HPA <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-175" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/new-to-hpa-hpa-101/"> New to HPA? / HPA 101 <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-616"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-starter-rig/">HPA Air Rig Starter Kit</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/amped-lines-grip-lines/"> Amped Lines &amp; Grip Lines <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-645"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/amped-grip-lines/">Amped Grip Lines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/amped-lines/">Amped Lines</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-accessories/"> HPA Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-679"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-tanks-fittings-accessories/">HPA Fittings &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/nozzles/">HPA Nozzles</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-upgrade-parts/">HPA Upgrade Parts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-air-stocks/">HPA Air Stocks</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/hpa-builds/"> HPA Builds <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-805"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-ak-platform/">HPA AK Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-dmr-sniper-platform/">HPA DMR / Sniper Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-drop-in-gearbox/">HPA Drop In Gearbox</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-lmg-platform/">HPA LMG Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-m4-platform/">HPA M4 Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-smg-platform/">HPA SMG Platform</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-speedsoft-platform/">HPA Speedsoft Platform</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-engines/">HPA Engines</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-mag-adapters/">HPA Mag Adapters</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-player-packages/">HPA Player Packages</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-regulators-accessories/">HPA Regulators &amp; Accessories</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-tanks/">HPA Tanks</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/parts-accessories/"> Parts &amp; Accessories <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-363" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/batteries-chargers-gas/"> Batteries | Chargers | Gas <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-561"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/batteries/">Batteries</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/battery-chargers/">Battery Chargers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/green-gas-co2/">Green Gas &amp; CO2</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-bbs/"> BBs <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-8"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bio-bbs/">Bio BBs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/standard-bbs/">Standard BBs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tracer/">Tracer BBs</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/airsoft-inner-barrels-hopup-unit-bucking-accessories/"> Inner Barrel, Hopup Unit, Bucking, &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-120"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/barrel-services/">Barrel Services</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/buckings/">Buckings and Nubs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hop-up-units/">Hop Up Units &amp; Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/inner-barrels/">Inner Barrels</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/nubs-patches/">Nubs &amp; Patches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pre-built-barrel-assembly/">Pre-Built Barrel Assembly</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/r-hop-parts/">R Hop Products</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/vsr-inner-barrels/">VSR Inner Barrels</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/internal-airsoft-upgrades/"> Internal Upgrades <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-91"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/aeg-parts/">AEG Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gbb-parts/">GBB Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gearboxes-shells-misc-aeg-parts/">Gearboxes, Shells, &amp; Misc AEG Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/airsoft-lubricants-grease/">Lubricants/Grease</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/sniper-rifle-upgrades/">Sniper Rifle Upgrades</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hpa-aeg-airsoft-triggers/">Triggers</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/magazines-accessories/"> Magazines &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-1"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gas-co2-magazines/">Gas &amp; CO2 Magazines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/hi-capacity-magazines/">Hi-Capacity Magazines</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/magazine-adapters/">Magazine Adapters</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/magazine-parts/">Magazine Parts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/airsoft-speed-loaders/">Mag Speed Loaders</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/mid-capacity-magazines/">Mid-Capacity Magazines</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/optics-lights-lasers/"> Optics | Lights | Lasers <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-148"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/flash-lights-accessories/">Flash Lights &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/new-category-1/">Optics &amp; Sights</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/peq-boxes-lasers/">PEQ Boxes &amp; Lasers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/protection-mounts/">Protection &amp; Mounts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/barrels-accessories/"> Outer Barrels &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-385"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/barrel-adapters-extensions/">Barrel Adapters &amp; Extensions</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/flash-hiders-muzzle-brakes/">Flash Hiders &amp; Muzzle Brakes</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/mock-suppressors/">Mock Suppressors</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/outer-barrels-accessories/">Outer Barrels &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tracer-units/">Tracer Units</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pistol-slides-1/">Pistol Slides</a> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/grips-rails/"> Grips &amp; Rails <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-287"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/foregrips-handstops/">Foregrips &amp; Handstops</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pistol-grips/">Pistol Grips</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/rail-accessories/">Rail Segments &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/rail-systems-handguards/">Rail Systems &amp; Handguards</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/m4-receivers-and-body-kits/"> Receivers &amp; Parts <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-285"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/recievers/">Receivers &amp; Body Kits</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/receiver-parts/">Receiver Parts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/stocks-accessories/"> Stocks &amp; Accessories <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-127"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/stocks/">Stocks</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/stock-accessories/">Stock Accessories </a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/tools/"> Tools <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-238"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/chronographs/">Chronographs</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tools-1/">Tools</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tech-services-1/">Tech Services</a> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action has-subMenu" href="https://ampedairsoft.com/tactical-gear/"> Tactical Gear <i class="fa fa-chevron-down main-nav" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu" id="navPages-44" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/arms/"> Arms <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-511"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/dead-rags-lights/">Dead Rags | Lights</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gloves/">Gloves</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/patches/">Patches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/shields/">Shields</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/slings-lanyards/">Slings | Lanyards</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/training-knives/">Training Knives</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/head-wear/"> Head Wear <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-47"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/action-cameras-accessories/">Action Cameras &amp; Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/anti-fog/">Anti-Fog</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/communication/">Communication</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/ear-protection/">Ear Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/eye-protection/">Eye Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/face-protection/">Face Protection</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/tactical-hats/">Hats</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/helmets-helmet-accessories/">Helmets | Helmet Accessories</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/para-cord-camo-cover/">Para Cord | Camo Cover</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/leg-wear/"> Leg Wear <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-58"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/shoes-boots/">Shoes | Boots</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/knee-pads/">Knee Pads</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pants/">Pants</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/torso/"> Torso <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-689"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bdu-combat-sets/">BDU Combat Sets</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/bdus-jackets-combat-shirts/">BDUs | Jackets | Combat Shirts</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/chest-rig-plate-carriers/">Chest Rig | Plate Carriers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/backpacks-hydration-carriers/">Bags | Packs | Hydration Carriers</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/gun-bags-cases/">Gun Bags &amp; Cases</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/pouches/">Pouches</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/training-plates-1/">Training Plates</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/t-shirts/">T-Shirts</a> </li> </ul> </li> <li class="navPage-subMenu-item"> <a class="navPage-subMenu-action navPages-action has-subMenu" href="https://ampedairsoft.com/waist/"> Waist <i class="fa fa-chevron-down" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <ul class="navPage-childList" id="navPages-698"> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/dump-pouch/">Dump Pouch</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/holsters-drop-leg/">Holsters | Drop Leg</a> </li> <li class="navPage-childList-item"> <a class="navPage-childList-action navPages-action" href="https://ampedairsoft.com/belts/">Belts</a> </li> </ul> </li> </ul> </div> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/foam-dart-blasters/">Foam Dart Blasters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gel-blasters/">Gel Blasters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/fire-a/">Firearm Parts &amp; Accessories</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/knives/">Knives (18+)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mystery-boxes/">Mystery Boxes</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/night-vision-accessories/">Night Vision &amp; Accessories</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gift-certificates/">Gift Cards</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/open-box-bone-yard-deals/">Open Box / Bone Yard Deals</a> </li> </div> <div class="brand-menu"> <h2 class="container-header mobile">Shop By Brand</h2> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Umarex-Elite-Force/">Umarex Elite Force</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/amped-builds/">Amped Builds</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Airsoft/">Amped Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PolarStar-Airsoft/">PolarStar Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Condor-Outdoor/">Condor Outdoor</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/G-G/">G&amp;G</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PTS-Professional-Training-Syndicate/">PTS</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-masterpiece-custom/">Airsoft Masterpiece Custom</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Action-Sport-Games/">Action Sport Games (ASG)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/MAGPUL/">MAGPUL</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cowcow-technology/">COWCOW Technology</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aip/">AIP</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Haley-Strategic/">Haley Strategic</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/LBX-Tactical/">LBX Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Lancer-Tactical/">Lancer Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Wolverine-Airsoft/">Wolverine Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/crkt-columbia-river-knife-tool/">CRKT (Columbia River Knife Tool)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airtech-studios/">Airtech Studios</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/lct/">LCT</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/KWA/">KWA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/SHS-Airsoft-Upgrades/">SHS</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/action-army/">Action Army</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Maple-Leaf/">Maple Leaf</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/GATE/">GATE</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mac-airsoft/">Mac Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Krytac/">Krytac</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/specna-arms/">Specna Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-hostyle/">Tactical Hostyle</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mc-kydex/">MC Kydex</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-outfitters/">Tactical Outfitters</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/maxx/">MAXX</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/zci/">ZCI</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/holosun/">HOLOSUN</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/emg-evike-manufacturing-group/">EMG</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ctm-tac/">CTM TAC</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/la-capa-customs/">LA Capa Customs</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Modify/">Modify</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Mechanix-Wear/">Mechanix Wear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/taginn/">TAGinn</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/High-Power-Airsoft/">High Power Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/blade-tech/">Blade Tech</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Explosive-Ops-Gear/">Explosive Ops Gear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Madbull-Airsoft/">Madbull Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Ninja-Paintball/">Ninja Paintball</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Tippmann/">Tippmann</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tridos-design/">Tridos Design</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/arcturus/">Arcturus</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cytac/">Cytac</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/high-speed-gear-inc-hsgi/">High Speed Gear Inc (HSGI)</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mita/">MITA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/camelbak/">CamelBak</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/hk-army/">HK Army</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Leapers/">Leapers</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/RETRO-Arms/">RETRO Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/CYMA/">CYMA</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/jag-arms-1/">Jag Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/silverback-airsoft/">Silverback Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/LONEX/">LONEX</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/olight/">Olight</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Speed-Airsoft/">Speed Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Bullgear/">Bullgear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/mancraft/">ManCraft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Matrix/">Matrix</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/PDI/">PDI</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tti-airsoft/">TTI Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ACETECH/">ACETECH</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-parts/">Airsoft Parts</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aztech-innovations/">AZTECH Innovations</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/monk-customs/">Monk Customs</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/shellback-tactical/">Shellback Tactical</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/dr-black/">DR. BLACK</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/poseidon-airsoft/">POSEIDON AIRSOFT</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/rocket-airsoft/">Rocket Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/aw-custom/">AW Custom</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/g-p/">G&amp;P</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/kicking-mustang/">Kicking Mustang</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Redline-Airsoft/">Redline Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/sig-airsoft/">SIG Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tapp-airsoft/">TAPP Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Prometheus/">Prometheus</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Bundles/">Amped Bundles</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/gmr-gear/">GMR Gear</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/NC-Star/">NC Star</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Oakley/">Oakley</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/titan-power/">Titan Power</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/e-l/">E&amp;L</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/rootiment-arms/">Rootiment Arms</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/casio/">Casio</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/novritsch/">Novritsch</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/tac-cat-airsoft/">Tac Cat Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/ts-blade/">TS Blade</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Echo1/">Echo1</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/esstac/">ESSTAC</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/night-evolution/">Night Evolution</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/the-real-deal-airsoft/">The Real Deal Airsoft</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/valken/">Valken</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Code-Red-Headsets/">Code Red Headsets</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/cybergun/">Cybergun</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/Enola-Gaye/">Enola Gaye</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="https://ampedairsoft.com/flyye-industries/">Flyye Industries</a> </li> <li class="navPages-item mobile"> <a class="navPages-action" href="/brands/">View all Brands</a> </li> <div class="clear"></div> </div> </div> </div> </ul> <ul class="navPages-list navPages-list--user"> <li class="navPages-item"> <a class="navPages-action" href="/giftcertificates.php">Gift Certificates</a> </li> <li class="navPages-item"> <a class="navPages-action" href="/login.php">Login</a> or <a class="navPages-action" href="/login.php?action=create_account">Sign Up</a> </li> </ul> </nav> </div> </div> </div> <div data-content-region="header_bottom--global"></div> </div> <div class="body content" data-currency-code="USD"> <div class="container main"> <div data-content-region="product_below_menu--global"></div> <div data-content-region="product_below_menu"></div> <div class="recommended-visibility disabled"> <div class="product main left product-page-with-sidenav "> <div class="recommended-position"> <div id="product-page-with-sidenav" class="related-below"> <div class="sideCategoryList desktop vertical in-body" id="side-categories" data-menu> <div class="categories"> <h2 class="container-header">Shop by Category</h2> <div class="category-list"> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/epic-deals-list/">Epic Deals List</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/list-20/">List 20</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/list-25/">List 25</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/bundle-deals/">Bundle Deals!</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/air-rifles-pellet-guns-pcp/">Air Rifles / Pellet Guns / PCP</a> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root activePage" href="https://ampedairsoft.com/airsoft-guns/"> Airsoft Guns <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-282" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max activePage" href="https://ampedairsoft.com/airsoft-guns/">All Airsoft Guns</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-grenade-launchers-shells/">Grenade Launchers and Shells</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-gas-pistols/">Pistol</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-aeg/">Rifle | AEG</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-gbbr/">Rifle | GBBR</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rifle-hpa/">Rifle | HPA</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/shotgun/">Shotgun</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smg/">SMG</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/sniper/">Sniper</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/airsoft-grenades/"> Airsoft Grenades <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-309" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/airsoft-grenades/">All Airsoft Grenades</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-single-use/">Hand Grenades | Single-Use</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hand-grenades-reusable/">Hand Grenades | Reusable</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/launchable-grenades/">Launchable Grenades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/smoke-grenades/">Smoke Grenades</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/aap-01/"> AAP-01 <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-713" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/aap-01/">All AAP-01</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-external-upgrades/">AAP-01 External Upgrades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-internal-upgrades/">AAP-01 Internal Upgrades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aap-01-magazines-hpa-adapters/">AAP-01 Magazines &amp; HPA Adapters</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/hi-capa/"> HI-CAPA <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-682" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/hi-capa/">All HI-CAPA</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-external-upgrades/">HI-CAPA External Upgrades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-internal-upgrades/">HI-CAPA Internal Upgrades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-magazines-hpa-adapters/">HI-CAPA Magazines &amp; HPA Adapters</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-pistols/">HI-CAPA Pistols</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capa-slides/">HI-CAPA Slides</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/hpa-systems-parts-accessories/"> HPA <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-175" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/hpa-systems-parts-accessories/">All HPA</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/new-to-hpa-hpa-101/" data-collapsible="navPages-616"> New to HPA? / HPA 101 <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-616" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/new-to-hpa-hpa-101/">All New to HPA? / HPA 101 </a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-starter-rig/">HPA Air Rig Starter Kit</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/amped-lines-grip-lines/" data-collapsible="navPages-645"> Amped Lines &amp; Grip Lines <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-645" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/amped-lines-grip-lines/">All Amped Lines &amp; Grip Lines</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-grip-lines/">Amped Grip Lines</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/amped-lines/">Amped Lines</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/hpa-accessories/" data-collapsible="navPages-679"> HPA Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-679" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/hpa-accessories/">All HPA Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-tanks-fittings-accessories/">HPA Fittings &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nozzles/">HPA Nozzles</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-upgrade-parts/">HPA Upgrade Parts</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-air-stocks/">HPA Air Stocks</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/hpa-builds/" data-collapsible="navPages-805"> HPA Builds <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-805" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/hpa-builds/">All HPA Builds</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-ak-platform/">HPA AK Platform</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-dmr-sniper-platform/">HPA DMR / Sniper Platform</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-drop-in-gearbox/">HPA Drop In Gearbox</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-lmg-platform/">HPA LMG Platform</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-m4-platform/">HPA M4 Platform</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-smg-platform/">HPA SMG Platform</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-speedsoft-platform/">HPA Speedsoft Platform</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-engines/">HPA Engines</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-mag-adapters/">HPA Mag Adapters</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-player-packages/">HPA Player Packages</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-regulators-accessories/">HPA Regulators &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-tanks/">HPA Tanks</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/parts-accessories/"> Parts &amp; Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-363" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/parts-accessories/">All Parts &amp; Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/batteries-chargers-gas/" data-collapsible="navPages-561"> Batteries | Chargers | Gas <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-561" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/batteries-chargers-gas/">All Batteries | Chargers | Gas</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/batteries/">Batteries</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/battery-chargers/">Battery Chargers</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/green-gas-co2/">Green Gas &amp; CO2</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/airsoft-bbs/" data-collapsible="navPages-8"> BBs <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-8" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/airsoft-bbs/">All BBs</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/bio-bbs/">Bio BBs</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/standard-bbs/">Standard BBs</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tracer/">Tracer BBs</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/airsoft-inner-barrels-hopup-unit-bucking-accessories/" data-collapsible="navPages-120"> Inner Barrel, Hopup Unit, Bucking, &amp; Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-120" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/airsoft-inner-barrels-hopup-unit-bucking-accessories/">All Inner Barrel, Hopup Unit, Bucking, &amp; Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/barrel-services/">Barrel Services</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/buckings/">Buckings and Nubs</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hop-up-units/">Hop Up Units &amp; Parts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/inner-barrels/">Inner Barrels</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/nubs-patches/">Nubs &amp; Patches</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pre-built-barrel-assembly/">Pre-Built Barrel Assembly</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/r-hop-parts/">R Hop Products</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/vsr-inner-barrels/">VSR Inner Barrels</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/internal-airsoft-upgrades/" data-collapsible="navPages-91"> Internal Upgrades <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-91" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/internal-airsoft-upgrades/">All Internal Upgrades</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/aeg-parts/">AEG Parts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/gbb-parts/">GBB Parts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/gearboxes-shells-misc-aeg-parts/">Gearboxes, Shells, &amp; Misc AEG Parts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-lubricants-grease/">Lubricants/Grease</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/sniper-rifle-upgrades/">Sniper Rifle Upgrades</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hpa-aeg-airsoft-triggers/">Triggers</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/magazines-accessories/" data-collapsible="navPages-1"> Magazines &amp; Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-1" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/magazines-accessories/">All Magazines &amp; Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/gas-co2-magazines/">Gas &amp; CO2 Magazines</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/hi-capacity-magazines/">Hi-Capacity Magazines</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/magazine-adapters/">Magazine Adapters</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/magazine-parts/">Magazine Parts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/airsoft-speed-loaders/">Mag Speed Loaders</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/mid-capacity-magazines/">Mid-Capacity Magazines</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/optics-lights-lasers/" data-collapsible="navPages-148"> Optics | Lights | Lasers <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-148" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/optics-lights-lasers/">All Optics | Lights | Lasers</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/flash-lights-accessories/">Flash Lights &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/new-category-1/">Optics &amp; Sights</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/peq-boxes-lasers/">PEQ Boxes &amp; Lasers</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/protection-mounts/">Protection &amp; Mounts</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/barrels-accessories/" data-collapsible="navPages-385"> Outer Barrels &amp; Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-385" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/barrels-accessories/">All Outer Barrels &amp; Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/barrel-adapters-extensions/">Barrel Adapters &amp; Extensions</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/flash-hiders-muzzle-brakes/">Flash Hiders &amp; Muzzle Brakes</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/mock-suppressors/">Mock Suppressors</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/outer-barrels-accessories/">Outer Barrels &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tracer-units/">Tracer Units</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pistol-slides-1/">Pistol Slides</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/grips-rails/" data-collapsible="navPages-287"> Grips &amp; Rails <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-287" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/grips-rails/">All Grips &amp; Rails</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/foregrips-handstops/">Foregrips &amp; Handstops</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pistol-grips/">Pistol Grips</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rail-accessories/">Rail Segments &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/rail-systems-handguards/">Rail Systems &amp; Handguards</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/m4-receivers-and-body-kits/" data-collapsible="navPages-285"> Receivers &amp; Parts <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-285" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/m4-receivers-and-body-kits/">All Receivers &amp; Parts</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/recievers/">Receivers &amp; Body Kits</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/receiver-parts/">Receiver Parts</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/stocks-accessories/" data-collapsible="navPages-127"> Stocks &amp; Accessories <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-127" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/stocks-accessories/">All Stocks &amp; Accessories</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/stocks/">Stocks</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/stock-accessories/">Stock Accessories </a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/tools/" data-collapsible="navPages-238"> Tools <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-238" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/tools/">All Tools</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/chronographs/">Chronographs</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tools-1/">Tools</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tech-services-1/">Tech Services</a> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action navPages-action-depth-max has-subMenu is-root" href="https://ampedairsoft.com/tactical-gear/"> Tactical Gear <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-44" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/tactical-gear/">All Tactical Gear</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/arms/" data-collapsible="navPages-511"> Arms <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-511" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/arms/">All Arms</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/dead-rags-lights/">Dead Rags | Lights</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/gloves/">Gloves</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/patches/">Patches</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/shields/">Shields</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/slings-lanyards/">Slings | Lanyards</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/training-knives/">Training Knives</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/head-wear/" data-collapsible="navPages-47"> Head Wear <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-47" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/head-wear/">All Head Wear</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/action-cameras-accessories/">Action Cameras &amp; Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/anti-fog/">Anti-Fog</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/communication/">Communication</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/ear-protection/">Ear Protection</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/eye-protection/">Eye Protection</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/face-protection/">Face Protection</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/tactical-hats/">Hats</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/helmets-helmet-accessories/">Helmets | Helmet Accessories</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/para-cord-camo-cover/">Para Cord | Camo Cover</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/leg-wear/" data-collapsible="navPages-58"> Leg Wear <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-58" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/leg-wear/">All Leg Wear</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/shoes-boots/">Shoes | Boots</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/knee-pads/">Knee Pads</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pants/">Pants</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/torso/" data-collapsible="navPages-689"> Torso <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-689" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/torso/">All Torso</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/bdu-combat-sets/">BDU Combat Sets</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/bdus-jackets-combat-shirts/">BDUs | Jackets | Combat Shirts</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/chest-rig-plate-carriers/">Chest Rig | Plate Carriers</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/backpacks-hydration-carriers/">Bags | Packs | Hydration Carriers</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/gun-bags-cases/">Gun Bags &amp; Cases</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/pouches/">Pouches</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/training-plates-1/">Training Plates</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/t-shirts/">T-Shirts</a> </li> </ul> </div> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max has-subMenu" href="https://ampedairsoft.com/waist/" data-collapsible="navPages-698"> Waist <i class="icon navPages-action-moreIcon" aria-hidden="true"><svg><use xlink:href="#icon-chevron-down" /></svg></i> </a> <div class="navPage-subMenu navPage-subMenu-horizontal" id="navPages-698" aria-hidden="true" tabindex="-1"> <ul class="navPage-subMenu-list"> <!-- <li class="navPage-subMenu-item-parent"> <a class="navPage-subMenu-action navPages-action navPages-action-depth-max " href="https://ampedairsoft.com/waist/">All Waist</a> </li> --> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/dump-pouch/">Dump Pouch</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/holsters-drop-leg/">Holsters | Drop Leg</a> </li> <li class="navPage-subMenu-item-child"> <a class="navPage-subMenu-action navPages-action" href="https://ampedairsoft.com/belts/">Belts</a> </li> </ul> </div> </li> </ul> </div> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/foam-dart-blasters/">Foam Dart Blasters</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/gel-blasters/">Gel Blasters</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/fire-a/">Firearm Parts &amp; Accessories</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/knives/">Knives (18+)</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/mystery-boxes/">Mystery Boxes</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/night-vision-accessories/">Night Vision &amp; Accessories</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/gift-certificates/">Gift Cards</a> </li> <li class="navPages-item"> <a class="navPages-action" href="https://ampedairsoft.com/open-box-bone-yard-deals/">Open Box / Bone Yard Deals</a> </li> </div> <!-- category-list --> </div> <!-- categories --> <div class="brands-option with-brands"> <div class="brands"> <h2 class="container-header">Shop by Brand</h2> <div class="brands-list"> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Umarex-Elite-Force/">Umarex Elite Force</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/amped-builds/">Amped Builds</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Airsoft/">Amped Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/PolarStar-Airsoft/">PolarStar Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Condor-Outdoor/">Condor Outdoor</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/G-G/">G&amp;G</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/PTS-Professional-Training-Syndicate/">PTS</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-masterpiece-custom/">Airsoft Masterpiece Custom</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Action-Sport-Games/">Action Sport Games (ASG)</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/MAGPUL/">MAGPUL</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/cowcow-technology/">COWCOW Technology</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/aip/">AIP</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Haley-Strategic/">Haley Strategic</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/LBX-Tactical/">LBX Tactical</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Lancer-Tactical/">Lancer Tactical</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Wolverine-Airsoft/">Wolverine Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/crkt-columbia-river-knife-tool/">CRKT (Columbia River Knife Tool)</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/airtech-studios/">Airtech Studios</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/lct/">LCT</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/KWA/">KWA</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/SHS-Airsoft-Upgrades/">SHS</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/action-army/">Action Army</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Maple-Leaf/">Maple Leaf</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/GATE/">GATE</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/mac-airsoft/">Mac Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Krytac/">Krytac</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/specna-arms/">Specna Arms</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-hostyle/">Tactical Hostyle</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/mc-kydex/">MC Kydex</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tactical-outfitters/">Tactical Outfitters</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/maxx/">MAXX</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/zci/">ZCI</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/holosun/">HOLOSUN</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/emg-evike-manufacturing-group/">EMG</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/ctm-tac/">CTM TAC</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/la-capa-customs/">LA Capa Customs</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Modify/">Modify</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Mechanix-Wear/">Mechanix Wear</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/taginn/">TAGinn</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/High-Power-Airsoft/">High Power Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/blade-tech/">Blade Tech</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Explosive-Ops-Gear/">Explosive Ops Gear</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Madbull-Airsoft/">Madbull Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Ninja-Paintball/">Ninja Paintball</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Tippmann/">Tippmann</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tridos-design/">Tridos Design</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/arcturus/">Arcturus</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/cytac/">Cytac</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/high-speed-gear-inc-hsgi/">High Speed Gear Inc (HSGI)</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/mita/">MITA</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/camelbak/">CamelBak</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/hk-army/">HK Army</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Leapers/">Leapers</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/RETRO-Arms/">RETRO Arms</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/CYMA/">CYMA</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/jag-arms-1/">Jag Arms</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/silverback-airsoft/">Silverback Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/LONEX/">LONEX</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/olight/">Olight</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Speed-Airsoft/">Speed Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Bullgear/">Bullgear</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/mancraft/">ManCraft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Matrix/">Matrix</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/PDI/">PDI</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tti-airsoft/">TTI Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/ACETECH/">ACETECH</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/airsoft-parts/">Airsoft Parts</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/aztech-innovations/">AZTECH Innovations</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/monk-customs/">Monk Customs</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/shellback-tactical/">Shellback Tactical</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/dr-black/">DR. BLACK</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/poseidon-airsoft/">POSEIDON AIRSOFT</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/rocket-airsoft/">Rocket Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/aw-custom/">AW Custom</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/g-p/">G&amp;P</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/kicking-mustang/">Kicking Mustang</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Redline-Airsoft/">Redline Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/sig-airsoft/">SIG Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tapp-airsoft/">TAPP Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Prometheus/">Prometheus</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Amped-Bundles/">Amped Bundles</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/gmr-gear/">GMR Gear</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/NC-Star/">NC Star</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Oakley/">Oakley</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/titan-power/">Titan Power</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/e-l/">E&amp;L</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/rootiment-arms/">Rootiment Arms</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/casio/">Casio</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/novritsch/">Novritsch</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/tac-cat-airsoft/">Tac Cat Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/ts-blade/">TS Blade</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Echo1/">Echo1</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/esstac/">ESSTAC</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/night-evolution/">Night Evolution</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/the-real-deal-airsoft/">The Real Deal Airsoft</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/valken/">Valken</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Code-Red-Headsets/">Code Red Headsets</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/cybergun/">Cybergun</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/Enola-Gaye/">Enola Gaye</a> </li> <li class="navPage-subMenu-item-child is-root"> <a class="navPages-action" href="https://ampedairsoft.com/flyye-industries/">Flyye Industries</a> </li> <li class="all-brands"> <a class="navPages-action" href="/brands/">View all Brands</a> </li> </div> <!-- brand-list --> </div> <!--brands--> </div> <!--brands-option--> <div class="container-header shop-by-price"> </div> </div> <!-- sideCategoryList --> <div class="product-schema"> <ul class="breadcrumbs"> <li class="breadcrumb "> <a href="https://ampedairsoft.com/" class="breadcrumb-label">Home</a> </li> <li class="breadcrumb "> <a href="https://ampedairsoft.com/airsoft-guns/" class="breadcrumb-label">Airsoft Guns</a> </li> <li class="breadcrumb is-active"> <a href="https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/" class="breadcrumb-label">Silverback Airsoft TAC-41P Bolt Action Sniper Rifle</a> </li> </ul> <div class="productView thumbnail-unclicked qty-box-visible" data-event-type="product" data-entity-id="17781" data-name="Silverback Airsoft TAC-41P Bolt Action Sniper Rifle" data-product-category="Airsoft Guns, Airsoft Guns/Sniper, New Products" data-product-brand="Silverback Airsoft" data-product-price="389.99" data-product-variant="single-product-option"> <!-- PRODUCT MAIN & THUMBNAILS CONTAINER --> <div id="product-images-container"> <!-- MAIN PRODUCT IMAGE CONTAINER --> <div class="main-image-container"> <div class="productImageSlider slider-for"> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68911/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__83878.1707012385.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68911/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__83878.1707012385.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68911/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__83878.1707012385.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68911/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__83878.1707012385.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68134/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__85533.1707010540.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68134/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__85533.1707010540.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68134/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__85533.1707010540.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68134/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__85533.1707010540.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68264/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43814.1707010822.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68264/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43814.1707010822.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68264/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43814.1707010822.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68264/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43814.1707010822.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68276/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__14838.1707010840.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68276/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__14838.1707010840.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68276/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__14838.1707010840.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68276/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__14838.1707010840.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69158/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__30381.1707012919.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69158/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__30381.1707012919.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69158/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__30381.1707012919.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69158/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__30381.1707012919.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69202/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__13633.1707012978.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69202/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__13633.1707012978.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69202/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__13633.1707012978.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69202/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__13633.1707012978.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68630/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__94624.1707011712.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68630/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__94624.1707011712.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68630/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__94624.1707011712.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68630/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__94624.1707011712.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68395/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__37567.1707011184.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68395/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__37567.1707011184.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68395/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__37567.1707011184.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68395/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__37567.1707011184.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68541/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__88268.1707011486.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68541/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__88268.1707011486.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68541/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__88268.1707011486.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68541/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__88268.1707011486.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68097/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__79900.1707010489.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68097/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__79900.1707010489.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68097/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__79900.1707010489.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68097/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__79900.1707010489.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69059/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__46786.1707012681.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69059/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__46786.1707012681.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69059/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__46786.1707012681.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69059/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__46786.1707012681.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68691/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__67614.1707011808.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68691/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__67614.1707011808.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68691/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__67614.1707011808.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68691/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__67614.1707011808.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68968/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__95888.1707012464.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68968/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__95888.1707012464.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68968/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__95888.1707012464.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68968/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__95888.1707012464.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68312/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__81744.1707010970.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68312/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__81744.1707010970.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68312/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__81744.1707010970.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68312/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__81744.1707010970.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69117/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__45127.1707012860.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69117/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__45127.1707012860.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69117/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__45127.1707012860.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/69117/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__45127.1707012860.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68076/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__71815.1707010459.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68076/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__71815.1707010459.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68076/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__71815.1707010459.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/68076/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__71815.1707010459.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <li class="productView-images" data-image-gallery> <figure class="productView-image fancy-gallery" rel="productImages" data-fancybox="gallery" data-image-gallery-main href="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67999/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43064.1707010256.jpg?c=2" data-image-gallery-new-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67999/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43064.1707010256.jpg?c=2" data-image-gallery-zoom-image-url="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67999/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43064.1707010256.jpg?c=2"> <div class="mobile-magnify"> <div class="magnify-icon"><svg class="magnify-icon" title="zoom" alt="zoom"><use xlink:href="#icon-search"></use></svg></div> </div> <img src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67999/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43064.1707010256.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle "> </figure> </li> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="clear"></div> <!-- PRODUCT IMAGE THUMBNAIL CAROUSEL --> <div class="slider-nav" style="display: none;"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68911/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__83878.1707012385.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68134/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__85533.1707010540.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68264/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43814.1707010822.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68276/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__14838.1707010840.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/69158/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__30381.1707012919.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/69202/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__13633.1707012978.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68630/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__94624.1707011712.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68395/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__37567.1707011184.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68541/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__88268.1707011486.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68097/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__79900.1707010489.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/69059/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__46786.1707012681.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68691/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__67614.1707011808.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68968/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__95888.1707012464.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68312/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__81744.1707010970.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/69117/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__45127.1707012860.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/68076/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__71815.1707010459.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> <img class="thumbnail-images" src="https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/100x100/products/17781/67999/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__43064.1707010256.jpg?c=2" alt=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " title=" Silverback Airsoft TAC-41P Bolt Action Sniper Rifle " height="100px" width="100px"> </div> </div> <section class="productView-details price-visibility sale-label-active brand-sku-active brand-active brand-sku-active sku-active msrp-hidden before-sale-price-visible card-title-four-lines "> <div class="productView-product"> <h1 class="productView-title">Silverback Airsoft TAC-41P Bolt Action Sniper Rifle</h1> <h2 class="productView-brand"> <a href="https://ampedairsoft.com/silverback-airsoft/"><span>Silverback Airsoft</span></a> </h2> <div class="productView-price"> <div class="msrp-sale-regular-price-section withoutTax"> <div class="price-section price-section--withoutTax rrp-price--withoutTax" style="display: none;"> <span class="price-label">MAP:</span> <span data-product-rrp-price-without-tax class="price price--rrp"> </span> </div> </div> <div class="price-section price-section--withoutTax current-price regular-price"> <span class="price-label" > </span> <span class="price-label price-now-label" style="display: none;"> Now: </span> <span data-product-price-without-tax class="price price--withoutTax">$389.99</span> <div class="price-section price-section--saving price" style="display: none;"> <span class="price">(You save</span> <span data-product-price-saved class="price price--saving"> </span> <span class="price">)</span> </div> </div> <div data-content-region="product_below_price--global"></div> <div data-content-region="product_below_price"></div> <!-- Adding Star Rating for Review.io -KLH --> <link rel="stylesheet" href="https://widget.reviews.io/rating-snippet/dist.css"/> <div class="ruk_rating_snippet" data-sku="SBA-BLT-30"></div> <!-- Adding Star Rating for Review.io -KLH --> <div class="productView-rating"> </div> <dl class="productView-info"> <dt class="productView-info-name">SKU:</dt> <dd class="productView-info-value" data-product-sku>SBA-BLT-30</dd> <dt class="productView-info-name">Condition:</dt> <dd class="productView-info-value" content="New">New</dd> <dt class="productView-info-name">Shipping:</dt> <dd class="productView-info-value">Calculated at Checkout</dd> <div class="productView-info-bulkPricing"> <div class="clear"></div> </div> </dl> </div> <section class="productView-details product-options"> <div class="productView-options"> <form class="form" method="post" action="https://ampedairsoft.com/cart.php" enctype="multipart/form-data" data-cart-item-add> <input type="hidden" name="action" value="add"> <input type="hidden" name="product_id" value="17781"/> <div data-product-option-change style="display:none;"> <div class="form-field" data-product-attribute="set-radio"> <label class="form-label form-label--alternate form-label--inlineSmall"> Silverback Airsoft TAC-41P Bolt Action Sniper Rifle Colors: <small>*</small> </label> <input class="form-radio" type="radio" id="attribute_radio_27114_20815" name="attribute[27114]" value="20815" required> <label data-product-attribute-value="20815" class="form-label" for="attribute_radio_27114_20815">Black</label> <input class="form-radio" type="radio" id="attribute_radio_27114_20816" name="attribute[27114]" value="20816" required> <label data-product-attribute-value="20816" class="form-label" for="attribute_radio_27114_20816">Flat Dark Earth</label> <input class="form-radio" type="radio" id="attribute_radio_27114_20817" name="attribute[27114]" value="20817" required> <label data-product-attribute-value="20817" class="form-label" for="attribute_radio_27114_20817">Olive Drab</label> <input class="form-radio" type="radio" id="attribute_radio_27114_21739" name="attribute[27114]" value="21739" required> <label data-product-attribute-value="21739" class="form-label" for="attribute_radio_27114_21739">Wolf Grey</label> </div> </div> <div class="form-field form-field--stock u-hiddenVisually"> <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock></span> </label> </div> <div class="alertBox productAttributes-message" style="display:none"> <div class="alertBox-column alertBox-icon"> <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon> </div> <p class="alertBox-column alertBox-message"></p> </div> <div id="add-to-cart-wrapper" class=" qty-box-visible" style="display: none"> <div class="form-field form-field--increments"> <label class="form-label form-label--alternate" for="qty[]">Quantity:</label> <div class="form-increment" data-quantity-change> <button class="button button--icon" data-action="dec"> <span class="is-srOnly">Decrease Quantity:</span> <i class="icon" aria-hidden="true"> <svg> <use xlink:href="#icon-keyboard-arrow-down"/> </svg> </i> </button> <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite"> <button class="button button--icon" data-action="inc"> <span class="is-srOnly">Increase Quantity:</span> <i class="icon" aria-hidden="true"> <svg> <use xlink:href="#icon-keyboard-arrow-up"/> </svg> </i> </button> </div> </div> <div class="form-action"> <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart" > <span class="product-status-message aria-description--hidden">Adding to cart… category.add_cart_announcement</span> </div> <div class="clear"></div> </div> </form> <form action="/wishlist.php?action=add&amp;product_id=17781" class="form form-wishlist form-action" data-wishlist-add method="post"> <a aria-controls="wishlist-dropdown" aria-expanded="false" class="button dropdown-menu-button" data-dropdown="wishlist-dropdown"> <span>Add to Wish List</span> <i aria-hidden="true" class="icon"> <svg> <use xlink:href="#icon-chevron-down" /> </svg> </i> </a> <ul aria-hidden="true" class="dropdown-menu" data-dropdown-content id="wishlist-dropdown" tabindex="-1"> <li> <input class="button" type="submit" value="Add to My Wish List"> </li> <li> <a data-wishlist class="button" href="/wishlist.php?action=addwishlist&product_id=17781">Create New Wish List</a> </li> </ul> </form> </div> </section> </section> <div data-content-region="product_above_tabs--global"></div> <div data-content-region="product_above_tabs"></div> <!-- START Adding Recommendations KLH--> <div style="min-height:369px;"> <h2 class="df-recommendations_title" style=" text-align: center;">Other Top Picks</h2> <df-recommendations hashid="89ffe8bf50e5a5c0cb5c306ac4b39466" total-products="15" region="us1" ></df-recommendations> </div> <!-- END Adding Recommendations KLH --> <!-- TABS --> <article class="productView-description"> <ul class="tabs" data-tab> <li class="tab overview is-active"> <a class="tab-title" href="#tab-description">Overview</a> </li> <!-- --> <!-- <li class="tab"> <a class="tab-title" href="#tab-similarProducts">Similar Products</a> </li> --> </ul> <!-- TAB CONTENTS --> <div class="tabs-contents"> <div class="tab-content overview is-active" id="tab-description"> <h3 class="tab-content-title">Product Description</h3> <p><strong><img class="__mce_add_custom__" title="The manufacturer of this product enforces a strict minimum advertised price (MAP) policy which excludes this product from any additional discount coupon codes." src="https://cdn11.bigcommerce.com/s-1ih2d8/product_images/uploaded_images/map-protected-product.png" alt="The manufacturer of this product enforces a strict minimum advertised price (MAP) policy which excludes this product from any additional discount coupon codes." width="226" height="60" /></strong></p> <p><strong>Silverback Airsoft TAC-41P Bolt Action Sniper Rifle</strong></p> <p dir="ltr"><span><strong>Gun Features</strong>:</span><span>&nbsp;</span></p> <ul> <li>Fully ambidextrous design (bolt handle, magazine catch, safety, cheekpad adjustment, hop-up adjustment)</li> <li>Receiver features 6000 series CNC Aluminum receiver with unique serial number, POM sliding rings</li> <li>Tapered Aluminum outer barrel, with quick change barrel (bayonet lock and clamps into the receiver) and 3 barrel spacers for best inner barrel stabilization</li> <li>Steel magazine catch and tension allows magazine to quickly eject out of the way of the magazine well for rapid reloads</li> <li>Low profile magazines hold 48 rounds, with an additional 20 rounds held in the internal magazine chute</li> <li>Stainless steel cylinder with PVD coating (Aluminum Titanium Nitride Physical Vapor Deposition), stainless steel cylinder head</li> <li>SRS piston with specific 90 degree piston end (steel), Stainless steel spring guide with thrust bearing</li> <li>Trigger groups features stainless steel piston sear, stainless steel spring guide stopper, stainless steel trigger box, 90 degree piston sear sliding on 2 ball bearings, preload and dual stage adjustment</li> <li>CNC Aluminum TDC Hop-up design, can be used no matter the scope used with 50 indexed positions (by 15 micrometer increments), AEG hop-up rubber compatible and anti double-feed system</li> <li>Fiberglass reinforced nylon stock with quick cheek pad adjustment</li> <li>4 QD Sling loops attachment points and M-LOK on 3, 6 and 9 o'clock areas for bipods and other accessories</li> </ul> <p dir="ltr"><span><strong>Product Description</strong>:</span></p> <p dir="ltr"><span>&ldquo;</span>The Silverback TAC41P is a groundbreaking product from Silverback Airsoft, famous for their award-winning SRS line of bullpup airsoft sniper rifles. The TAC41P is a revolutionary product from the famed airsoft manufacturers as this is not only their first non-bullpup airsoft sniper, but more importantly this airsoft gun is not based on any other real steel firearm.</p> <p>Free from the constraints of a set form, Silverback crafted the TAC41P to how they perceived the best sniper rifle could be. Starting with an originally designed chassis. The chassis is a lightweight yet highly robust polymer material that ergonomically feel very natural in hand. The gripping surface is considered relatively straight compared to other styles, much like that seen on M40 style sniper rifles. The curved rest where your thumb goes is molded in a way where it takes much of the strain off of your gripping position, making it easy to shoot and stay scoped in for extended periods of time. Towards the forward position of the chassis, you find M-LOK slots no the three, six, and nine o'clock positions and features a captured bolt for the mounting of camera tripods, mono-pods, and other screw mountable stands. The aft portion of the rifle features an adjustable cheek riser that is highly customizable and easy to deploy. You can also adjust the length of pull with included spacers for a custom shouldering experience.</p> <p>The trigger is adjustable and is quite tactile. The operation of the bolt is smooth as you would expect from a Silverback airsoft sniper. The cylinder itself easy to disassemble for cleaning and maintenance. Most importantly the air volume of this rifle is the same as the Silverback SRS A2 series meaning you get an incredibly large volume of air (41cc). This translates into more consistent shots, highly stable performance, and less wastage. Pairing this with a free float barrel assembly and highly precise, redesigned hop-up unit, you will achieve pinpoint accuracy when delivering shots downrange. The threading on the barrel is 24mm CW and is compatible with other Silverback suppressors!</p> <p>As previously mentioned the hop-up unit is redesigned. You will find it as a dial on the base of the outer barrel assembly. It features 0-9 settings with a total travel distance of 0mm to 0.75mm, you have no fear of over truing your hop-up.&rdquo;</p> <p dir="ltr"><span><strong>Manufacturer</strong>: </span><span>Silverback</span></p> <p dir="ltr"><span><strong>Color</strong>: </span><span>Flat Dark Earth, OD Green, Black, and Wolf Grey</span></p> <p dir="ltr"><strong>FPS</strong> (Feet Per Second): ~400</p> <p dir="ltr"><span><strong>Tech Specs</strong>:</span></p> <p dir="ltr"><span><strong>Overall Length</strong>:</span><span>&nbsp;<span>1100mm (43.3 inches)</span></span></p> <p dir="ltr"><span><strong>Product Weight</strong>:</span><span>&nbsp;<span>2650g (5.8lbs)</span></span></p> <p dir="ltr"><span><strong>Inner Barrel Length</strong>:</span><span>&nbsp;<span>510mm, 6.05mm AEG cut brass barrel</span></span></p> <p dir="ltr"><span><strong>Barrel Thread Spec</strong>:</span><span>&nbsp;<span>M24 x 1 Positive Threaded muzzle, compatible with most 24mm Airsoft muzzles</span></span></p> <p dir="ltr"><span><strong>Included Magazine Capacity</strong>:</span><span> 48 round magazine midcap</span></p> <p dir="ltr"><span><strong>Firing Modes</strong>:</span><span>&nbsp;Semi-Auto, and Safety</span></p> <p dir="ltr"><span><strong>Package Includes</strong>:</span><span>&nbsp;Gun, Magazine, PVC Patch, and Manual</span></p> <p dir="ltr"><span>More About Silverback and Why Amped Airsoft Carries Silverback:&nbsp;</span></p> <p dir="ltr"><span>&ldquo;</span>Established in 2008 by airsoft addicts and serious wargamers in Hong Kong,&nbsp;our goal is to better serve our fellow mates in this unique sport with the most innovative and&nbsp;high quality products that one will require in any airsoft fields situation."</p> <p dir="ltr">To view our full selection of&nbsp;Silverback products click here!: <a title="Silverback Airsoft | Premium Quality Bolt Action Airsoft Sniper Rifles" href="https://ampedairsoft.com/silverback-airsoft/">Silverback</a> Products at Amped Airsoft.</p> <p><span>&nbsp;</span></p> <!-- snippet location product_description --> </div> <div class="tab-content videos" id="tab-videos"> <h3 class="tab-content-title">Product Videos</h3> </div> <div class="tab-content custom-visiblity custom-fieldTab1" id="tab-customField1"> <h3 class="tab-content-title">Custom Field</h3> </div> <div class="tab-content reviews" id="tab-reviews"> <h3 class="tab-content-title">Product Reviews</h3> <div class="productView-rating"> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <!-- Review.io Widget --> <div id="ReviewsWidget"></div> <script src="https://widget.reviews.io/polaris/build.js"></script> <div id="ReviewsWidget"></div> <script> new ReviewsWidget("#ReviewsWidget", { //Your REVIEWS.io Store ID and widget type: store: "ampedairsoft", widget: "polaris", //Content settings (store_review,product_review,third_party_review,questions). Choose what to display in this widget: options: { types: "product_review,questions", lang: "en", //Possible layout options: bordered, large and reverse. layout: "", //How many reviews & questions to show per page? per_page: 15, store_review: { hide_if_no_results: false, }, third_party_review: { hide_if_no_results: false, }, //Product specific settings. Provide product SKU for which reviews should be displayed: product_review: { //Display product reviews - include multiple product SKUs seperated by Semi-Colons (Main Indentifer in your product catalog ) sku: 'SBA-BLT-30', hide_if_no_results: false, }, //Questions settings: questions: { hide_if_no_results: false, enable_ask_question: true, show_dates: true, //Display group questions by providing a grouping variable, new questions will be assigned to this group. grouping: "SBA-BLT-30", }, //Header settings: header: { enable_summary: true, //Show overall rating & review count enable_ratings: true, enable_attributes: false, enable_image_gallery: true, //Show photo & video gallery enable_percent_recommended: false, //Show what percentage of reviewers recommend it enable_write_review: false, //Show "Write Review" button enable_ask_question: true, //Show "Ask Question" button enable_sub_header: true, //Show subheader rating_decimal_places: 2, }, //Filtering settings: filtering:{ enable: true, //Show filtering options enable_text_search: true, //Show search field enable_sorting: true, //Show sorting options (most recent, most popular) enable_product_filter: false, //Show product options filter enable_media_filter: true, //Show reviews with images/video/media options enable_overall_rating_filter: true, //Show overall rating breakdown filter enable_language_filter: false, // Filter by review language enable_language_filter_language_change: false, // Update widget language based on language selected enable_ratings_filters: true, //Show product attributes filter enable_attributes_filters: true, //Show author attributes filter }, //Review settings: reviews: { enable_avatar: true, //Show author avatar enable_reviewer_name: true, //Show author name enable_reviewer_address: true, //Show author location reviewer_address_format: 'city, country', //Author location display format enable_verified_badge: true, //Show "Verified Customer" badge enable_subscriber_badge: true, //Show "Verified Subscriber" badge review_content_filter: 'undefined', //Filter content enable_reviewer_recommends: true, //Show "I recommend it" badge enable_attributes: true, //Show author attributes enable_product_name: false, //Show display product name enable_review_title: true, //Show review title enable_replies: true, //Show review replies enable_images: true, //Show display review photos enable_ratings: false, //Show product attributes (additional ratings) enable_share: true, //Show share buttons enable_helpful_vote: true, //Show "was this helpful?" section enable_helpful_display: true, //Show how many times times review upvoted enable_report: true, //Show report button enable_date: true, //Show when review was published enable_third_party_source: true, // Show third party source }, }, //Translation settings translations: { "Verified Customer": "Verified Customer", }, //Style settings: styles: { //Base font size is a reference size for all text elements. When base value gets changed, all TextHeading and TexBody elements get proportionally adjusted. "--base-font-size": "16px", //Button styles (shared between buttons): '--common-button-font-family': 'inherit', '--common-button-font-size':'16px', '--common-button-font-weight':'500', '--common-button-letter-spacing':'0', '--common-button-text-transform':'none', '--common-button-vertical-padding':'10px', '--common-button-horizontal-padding':'20px', '--common-button-border-width':'2px', '--common-button-border-radius':'0px', //Primary button styles: '--primary-button-bg-color': '#0E1311', '--primary-button-border-color': '#0E1311', '--primary-button-text-color': '#ffffff', //Secondary button styles: '--secondary-button-bg-color': 'transparent', '--secondary-button-border-color': '#0E1311', '--secondary-button-text-color': '#0E1311', //Star styles: '--common-star-color': '#00b600', '--common-star-disabled-color': 'rgba(0,0,0,0.25)', '--medium-star-size': '22px', '--small-star-size': '19px', //Heading styles: '--heading-text-color': '#0E1311', '--heading-text-font-weight': '600', '--heading-text-font-family': 'inherit', '--heading-text-line-height': '1.4', '--heading-text-letter-spacing': '0', '--heading-text-transform': 'none', //Body text styles: '--body-text-color': '#0E1311', '--body-text-font-weight': '400', '--body-text-font-family': 'inherit', '--body-text-line-height': '1.4', '--body-text-letter-spacing': '0', '--body-text-transform': 'none', //Input field styles: '--inputfield-text-font-family': 'inherit', '--input-text-font-size': '14px', '--inputfield-text-font-weight': '400', '--inputfield-text-color': '#0E1311', '--inputfield-border-color': 'rgba(0,0,0,0.2)', '--inputfield-background-color': 'transparent', '--inputfield-border-width': '1px', '--inputfield-border-radius': '0px', '--common-border-color': 'rgba(0,0,0,0.15)', '--common-border-width': '1px', '--common-sidebar-width': '190px', //Slider indicator (for attributes) styles: '--slider-indicator-bg-color': 'rgba(0,0,0,0.1)', '--slider-indicator-button-color': '#00b600', '--slider-indicator-width': '190px', //Badge styles: '--badge-icon-color': '#00b600', '--badge-icon-font-size': 'inherit', '--badge-text-color': '#0E1311', '--badge-text-font-size': 'inherit', '--badge-text-letter-spacing': 'inherit', '--badge-text-transform': 'inherit', //Author styles: '--author-font-size': 'inherit', '--author-text-transform': 'inherit', //Author avatar styles: '--avatar-thumbnail-size': '60px', '--avatar-thumbnail-border-radius': '100px', '--avatar-thumbnail-text-color': '#FFFFFF', '--avatar-thumbnail-bg-color': '#00b600', //Product photo or review photo styles: '--photo-video-thumbnail-size': '80px', '--photo-video-thumbnail-border-radius': '0px', //Media (photo & video) slider styles: '--mediaslider-scroll-button-icon-color': '#0E1311', '--mediaslider-scroll-button-bg-color': 'rgba(255, 255, 255, 0.85)', '--mediaslider-overlay-text-color': '#ffffff', '--mediaslider-overlay-bg-color': 'rgba(0, 0, 0, 0.8))', '--mediaslider-item-size': '110px', //Pagination & tabs styles (normal): '--pagination-tab-text-color': '#0E1311', '--pagination-tab-text-transform': 'none', '--pagination-tab-text-letter-spacing': '0', '--pagination-tab-text-font-size': '16px', '--pagination-tab-text-font-weight': '600', //Pagination & tabs styles (active): '--pagination-tab-active-text-color': '#0E1311', '--pagination-tab-active-text-font-weight': '600', '--pagination-tab-active-border-color': '#00b600', '--pagination-tab-border-width': '3px', }, }); </script> <!-- Review.io Widget --> <!-- Start ccart --> <div id="ccProdReco"></div> <!-- End CCart --> </article> </div> <!-- <div class="clear"></div> --> <div id="previewModal" class="modal modal--large" data-reveal> <a href="#" class="modal-close" aria-label="Close" role="button"> <span aria-hidden="true">&#215;</span> </a> <div class="modal-content"></div> <div class="loadingOverlay"></div> </div> <div data-content-region="product_below_content--global"></div> <div data-content-region="product_below_content"></div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> </div> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Product", "name": "Silverback Airsoft TAC-41P Bolt Action Sniper Rifle", "sku": "SBA-BLT-30", "mpn": "SBA-BLT-30", "url" : "https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/", "brand": { "@type": "Brand", "url": "https://ampedairsoft.com/silverback-airsoft/", "name": "Silverback Airsoft" }, "description": "Silverback Airsoft TAC-41P Bolt Action Sniper Rifle Gun Features:&amp;nbsp; Fully ambidextrous design (bolt handle, magazine catch, safety, cheekpad adjustment, hop-up adjustment) Receiver features 6000 series CNC Aluminum receiver with unique serial number, POM sliding rings Tapered Aluminum outer barrel, with quick change barrel (bayonet lock and clamps into the receiver) and 3 barrel spacers for best inner barrel stabilization Steel magazine catch and tension allows magazine to quickly eject out of the way of the magazine well for rapid reloads Low profile magazines hold 48 rounds, with an additional 20 rounds held in the internal magazine chute Stainless steel cylinder with PVD coating (Aluminum Titanium Nitride Physical Vapor Deposition), stainless steel cylinder head SRS piston with specific 90 degree piston end (steel), Stainless steel spring guide with thrust bearing Trigger groups features stainless steel piston sear, stainless steel spring guide stopper, stainless steel trigger box, 90 degree piston sear sliding on 2 ball bearings, preload and dual stage adjustment CNC Aluminum TDC Hop-up design, can be used no matter the scope used with 50 indexed positions (by 15 micrometer increments), AEG hop-up rubber compatible and anti double-feed system Fiberglass reinforced nylon stock with quick cheek pad adjustment 4 QD Sling loops attachment points and M-LOK on 3, 6 and 9 o&#x27;clock areas for bipods and other accessories Product Description: &amp;ldquo;The Silverback TAC41P is a groundbreaking product from Silverback Airsoft, famous for their award-winning SRS line of bullpup airsoft sniper rifles. The TAC41P is a revolutionary product from the famed airsoft manufacturers as this is not only their first non-bullpup airsoft sniper, but more importantly this airsoft gun is not based on any other real steel firearm. Free from the constraints of a set form, Silverback crafted the TAC41P to how they perceived the best sniper rifle could be. Starting with an originally designed chassis. The chassis is a lightweight yet highly robust polymer material that ergonomically feel very natural in hand. The gripping surface is considered relatively straight compared to other styles, much like that seen on M40 style sniper rifles. The curved rest where your thumb goes is molded in a way where it takes much of the strain off of your gripping position, making it easy to shoot and stay scoped in for extended periods of time. Towards the forward position of the chassis, you find M-LOK slots no the three, six, and nine o&#x27;clock positions and features a captured bolt for the mounting of camera tripods, mono-pods, and other screw mountable stands. The aft portion of the rifle features an adjustable cheek riser that is highly customizable and easy to deploy. You can also adjust the length of pull with included spacers for a custom shouldering experience. The trigger is adjustable and is quite tactile. The operation of the bolt is smooth as you would expect from a Silverback airsoft sniper. The cylinder itself easy to disassemble for cleaning and maintenance. Most importantly the air volume of this rifle is the same as the Silverback SRS A2 series meaning you get an incredibly large volume of air (41cc). This translates into more consistent shots, highly stable performance, and less wastage. Pairing this with a free float barrel assembly and highly precise, redesigned hop-up unit, you will achieve pinpoint accuracy when delivering shots downrange. The threading on the barrel is 24mm CW and is compatible with other Silverback suppressors! As previously mentioned the hop-up unit is redesigned. You will find it as a dial on the base of the outer barrel assembly. It features 0-9 settings with a total travel distance of 0mm to 0.75mm, you have no fear of over truing your hop-up.&amp;rdquo; Manufacturer: Silverback Color: Flat Dark Earth, OD Green, Black, and Wolf Grey FPS (Feet Per Second): ~400 Tech Specs: Overall Length:&amp;nbsp;1100mm (43.3 inches) Product Weight:&amp;nbsp;2650g (5.8lbs) Inner Barrel Length:&amp;nbsp;510mm, 6.05mm AEG cut brass barrel Barrel Thread Spec:&amp;nbsp;M24 x 1 Positive Threaded muzzle, compatible with most 24mm Airsoft muzzles Included Magazine Capacity: 48 round magazine midcap Firing Modes:&amp;nbsp;Semi-Auto, and Safety Package Includes:&amp;nbsp;Gun, Magazine, PVC Patch, and Manual More About Silverback and Why Amped Airsoft Carries Silverback:&amp;nbsp; &amp;ldquo;Established in 2008 by airsoft addicts and serious wargamers in Hong Kong,&amp;nbsp;our goal is to better serve our fellow mates in this unique sport with the most innovative and&amp;nbsp;high quality products that one will require in any airsoft fields situation.&quot; To view our full selection of&amp;nbsp;Silverback products click here!: Silverback Products at Amped Airsoft. &amp;nbsp;", "image": "https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/1280x1280/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "389.99", "itemCondition" : "https://schema.org/NewCondition", "availability" : "https://schema.org/OutOfStock", "url" : "https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/", "priceValidUntil": "2025-02-24" } } </script> </div> <div id="modal" class="modal" data-reveal data-prevent-quick-search-close> <a href="#" class="modal-close" aria-label="Close" role="button"> <span aria-hidden="true">&#215;</span> </a> <div class="modal-content"></div> <div class="loadingOverlay"></div> </div> <div id="alert-modal" class="modal modal--alert modal--small" data-reveal data-prevent-quick-search-close> <div class="swal2-icon swal2-error swal2-animate-error-icon"><span class="swal2-x-mark swal2-animate-x-mark"><span class="swal2-x-mark-line-left"></span><span class="swal2-x-mark-line-right"></span></span></div> <div class="modal-content"></div> <div class="button-container"><button type="button" class="confirm button" data-reveal-close>OK</button></div> </div> <div class="clear"></div> </div> <div data-content-region="footer_above_full_width--global"></div> <link href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js" defer=""></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js" defer=""></script> <footer class="footer" role="contentinfo"> <div class="container"> <section class="footer-info"> <article class="footer-info-col footer-info-col--small" data-section-type="storeInfo"> <h5 class="footer-info-heading">Contact Us</h5> <div class="regular"> <address>Amped Airsoft LLC<br> 2250 Noblestown Rd.<br> Pittsburgh, PA 15205<br> United States of America</address> </div> <div class="global-region container-width"> <!-- can be used for SSL Certificate Seal --> <div data-content-region="footer_below_contact--global"></div> </div> </article> <article class="footer-info-col footer-info-col--small" data-section-type="footer-webPages"> <h5 class="footer-info-heading">Accounts & Orders</h5> <div class="regular"> <ul class="footer-info-list"> <li> <a href="/wishlist.php">Wishlist</a> </li> <li><a class="navUser-action" href="/login.php">Login</a> <span class="navUser-or">or</span> <a class="navUser-action" href="/login.php?action=create_account">Sign Up</a></li> <li> <a href="/shipping-return-policies/">Shipping &amp; Returns</a> </li> </ul> </div> <div class="global-region container-width"> <!-- can be used for SSL Certificate Seal --> <div data-content-region="footer_below_account--global"></div> </div> </article> <article class="footer-info-col footer-info-col--small" data-section-type="footer-categories"> <h5 class="footer-info-heading">Quick Links</h5> <div class="regular"> <ul class="footer-info-list"> <li> <a href="https://ampedairsoft.com/epic-deals/">Epic Deals</a> </li> <li> <a href="https://ampedairsoft.com/new-products/">New Products</a> </li> <li> <a href="https://ampedairsoft.com/nvg/">NVG</a> </li> <li> <a href="https://ampedairsoft.com/hpa/">HPA</a> </li> <li> <a href="https://ampedairsoft.com/pyro/">Pyro</a> </li> <li> <a href="https://ampedairsoft.com/customer-reviews/">Reviews</a> </li> <li> <a href="https://ampedairsoft.com/videos/">Videos</a> </li> <li> <a href="https://ampedairsoft.com/instructions/">Instructions</a> </li> <li> <a href="https://ampedairsoft.com/wholesale/">Wholesale</a> </li> <li> <a href="https://ampedairsoft.com/amped-event-schedule/">Events</a> </li> <li> <a href="https://ampedairsoft.com/blog/">Blog</a> </li> <li> <a href="https://ampedairsoft.com/amped-airsoft-careers/">Careers</a> </li> <li> <a href="https://ampedairsoft.com/about-us/">About | Contact Us</a> </li> <li> <a href="http://ampedairsoftarena.com">Play!</a> </li> </ul> </div> <div class="global-region container-width"> <div data-content-region="footer_below_quick_links--global"></div> <!-- can be used for SSL Certificate Seal --> </div> </article> <article class="footer-info-col footer-info-col--small" data-section-type="footer-categories"> <h5 class="footer-info-heading recent-posts-heading">Recent Blog Posts</h5> <div class="blog regular"> <ul class="footer-info-list"> <li><a href="/sponsored-player-series-solotron-tactical">Sponsored Player Series feat. Solotron Tactical</a></li> <li><a href="/taginn-ban-is-lifted-for-afg-4-and-afg-6">TAGinn Ban is Lifted for AFG-4 and AFG-6</a></li> <li><a href="/top-10-rookie-mistakes-in-airsoft">Top 10 Rookie Mistakes in Airsoft &amp; How to Fix Them</a></li> <li><a href="/we-were-nominated-14th-players-choice-awards">We Were Nominated: 14th Players Choice Awards</a></li> <li><a href="/top-five-upgrades-for-your-aeg">Top Five Upgrades for Your AEG</a></li> <li><a href="/amped-airsoft-holiday-gift-guide-2023">Amped Airsoft Holiday Gift Guide 2023</a></li> <li><a href="/sponsored-player-series-ft-fitzygoespew">Sponsored Player Series Ft Fitzy</a></li> <li><a href="/top-5-autumn-airsoft-favorites-2023">Top 5 Autumn Airsoft Favorites 2023</a></li> </ul> </div> <div class="social-media"> </div> <div class="global-region container-width"> <!-- can be used for SSL Certificate Seal --> <div data-content-region="footer_below_social_links--global"></div> </div> </article> <div class="clear"></div> <div class="footer-payment-icons"> <svg class="footer-payment-icon amex"><use xlink:href="#icon-logo-american-express"></use></svg> <svg class="footer-payment-icon discover"><use xlink:href="#icon-logo-discover"></use></svg> <svg class="footer-payment-icon mastercard"><use xlink:href="#icon-logo-mastercard"></use></svg> <svg class="footer-payment-icon paypal"><use xlink:href="#icon-logo-paypal"></use></svg> <svg class="footer-payment-icon visa"><use xlink:href="#icon-logo-visa"></use></svg> <div class="clear"></div> </div> <div class="global-region container-width right-of-payment-icons"> <!-- can be used for SSL Certificate Seal --> <div data-content-region="footer_right_of_payment_icons--global"></div> </div> <div class="global-region container-width below-payment-icons"> <!-- can be used for SSL Certificate Seal --> <div data-content-region="footer_below_payment_icons--global"></div> </div> </section> <div class="clear"></div> </div> <div class="global-region screen-width above-footer-creditsBar"> <div class="global-region body-width"> <div data-content-region="footer_above_credits_bar--global"></div> <!-- can be used for SSL Certificate Seal --> </div> </div> <div class="footer-bottom"> <div class="content copyright"> <ul class="site-info"> <li class="copyright"><span class="current-year">&copy; <span id="copyright_year"></span> Amped Airsoft</span></li> <span class="separator"> | </span> <li class="sitemap"><a href="/sitemap.php">Sitemap</a></li> <div class="clear"></div> </ul> </div> </div> <div class="global-region screen-width below-footer-creditsBar"> <div class="global-region body-width"> <div data-content-region="footer_below_credits_bar--global"></div> <!-- can be used for SSL Certificate Seal --> </div> </div> <div id="topcontrol" class="backtoTop" title="Scroll Back to Top"> <svg class="icon back-to-top-icon" title="submit" alt="submit"><use xlink:href="#icon-caret-square-up"></use></svg> </div> </footer> <!-- CALL MOST RECENT JQUERY LIBRARY --> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script> // WAIT FUNCTION FOR ELEMENT TO POPULATE function waitForElement(elementPath, callBack){ window.setTimeout(function(){ if($(elementPath).length){ callBack(elementPath, $(elementPath)); }else{ waitForElement(elementPath, callBack); } },250) } </script> <script> $( document ).ready(function() { $('.slider').hover( function() { $(this).addClass('active'); }, function() { $(this).removeClass('active'); } ); }); </script> <!-- DO NOT SHOW PRODUCT CAROUSEL UNTIL PAGE COMPLETELY LOADS --> <script> $(window).on("load", function(){ $('.sidebar.right').fadeIn(); $('.similar-products-by-views').fadeIn(); $('.new-products-container').fadeIn(); }); </script> <script> if ($('#tab-customField1 span.custom-value').text().length >= 1) { $('li.tab.customFieldOne').addClass('visible'); $('#tab-customField1 .custom-field-container').addClass('visible'); } </script> <script> $('#tab-customField1 .custom-field-container:contains("customFieldTab1")').wrap("<div class='visible'></div>"); </script> <script> var customName = $('span.custom-name').first().text(); $('.tab.customFieldOne.visible a').text(customName); $('div#tab-customField1 h3.tab-content-title').text(customName); </script> <!-- GET TITLE ATTRIBUTE OF SWATCH CHILD AND THEN APPLY IT TO THE PARENT ON HOVER --> <script> $( "label.form-option.form-option-swatch" ).hover(function() { var title = $(this).find('span').attr("title"); $(this).prop('title', title); }); </script> <script> $('section.productView-images a.productView-thumbnail-link').hover(function() { $(this).toggleClass('is-active'); }); </script> <script> $(document).ready(function() { $('.slider-for').slick({ slidesToShow: 1, slidesToScroll: 1, infinite: false, arrows: true, fade: true, adaptiveHeight: true, asNavFor: '.slider-nav' }); $('.slider-nav').slick({ slidesToShow: 4, slidesToScroll: 1, asNavFor: '.slider-for', infinite: false, dots: false, centerMode: false, focusOnSelect: true }); }); $('.slider-for> :last-child').remove(); $(window).on("load", function(){ $( ".slider-nav .slick-slide" ).last().addClass( "last" ); }); $(window).on("load", function(){ $( ".slick-arrow" ).on ('click', function() { if ( $(".slider-nav .slick-slide.last.slick-current.slick-active")[0] ) { $(".slider-for .slick-next.slick-arrow").addClass('slick-disabled'); } else { $(".slider-for .slick-next.slick-arrow").removeClass('slick-disabled'); } }); }); $('.fancybox-content').on({ 'touchstart' : function(){ $('.fancybox-button').toggleClass('disabled'); } }); $('figure.productView-image').on("load", function(){ $('div#product-images-container').addClass('ready'); $('.productImageSlider.slider-for li').addClass('ready'); }); $(window).on("load", function(){ $('.slider-nav').show(); }); </script> <script> $(window).on("load", function(){ $('.product-thumbs-no-carousel').show(); }); </script> <script> $(document).ready(function() { $("li.fancy-gallery").fancybox(); }); </script> <script> $(window).on("load", function(){ $('.productImageSlider').addClass('ready'); }); </script> <script> $( "a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu" ).on ('click', function() { window.location = this.href; }); </script> <script> $('figure.listItem-figure').each(function() { if ( $(this).find('img.listItem-image').length >= 2 ) { $(this).addClass('multiple-images'); } }); </script> <!-- CUSTOM NAV ARROWS FOR FANCYBOX --> <script> $(document).ready(function(){ // var imgAlt = $('figure.productView-image img').attr('alt'); // After Fancybox Loads $('[data-fancybox="gallery"]').fancybox({ afterLoad : function( instance, current ) { $('#body').addClass("fancy-arrows-visible"); $("<div class='hide-mobile-fancybox-nav-arrows arrows-visible'><span class='custom-text'><span class='hide'>Hide</span><span class='show'>Show</span> Nav Arrows</span></div>").insertAfter(".fancybox-infobar"); $(".hide-mobile-fancybox-nav-arrows").on ('click', function() { $('#body.fancybox-active').toggleClass("fancy-arrows-visible"); $(this).toggleClass("arrows-visible"); $(".button-next.custom").toggleClass('hidden'); $(".button-previous.custom").toggleClass('hidden'); }); $('.fancybox-navigation .fancybox-button--arrow_left').append('<a data-fancybox-previous class="button-previous custom" href="javascript:;"><i class="icon" aria-hidden="true"><svg class="custom-fancy-arrows custom"><use xlink:href="#icon-angle-left"></use></svg></i></a>'); $('.fancybox-navigation .fancybox-button--arrow_right').append('<a data-fancybox-next class="button-next custom" href="javascript:;"><i class="icon" aria-hidden="true"><svg class="custom-fancy-arrows custom"><use xlink:href="#icon-angle-right"></use></svg></i></a>'); // $('.fancybox-content img').attr('alt', imgAlt); // $('.fancybox-content img').attr('title', imgAlt); current.$image.attr('alt', current.opts.$orig.find('img').attr('alt') ); current.$image.attr('title', current.opts.$orig.find('img').attr('title') ); } }) }); </script> <!-- UPDATE MAIN IMAGE DATA ONCLICK OF THUMBNAILS --> <script type="text/javascript"> $(document).ready(function(){ $('.product.main.left .slider-nav .slick-slide').click(function(){ var thumbImgDataUpdate = $('.slick-active figure.productView-image img').attr('src'); $('.slick-active figure.productView-image').attr('data-image-gallery-main', thumbImgDataUpdate); $('.slick-active figure.productView-image').attr('href', thumbImgDataUpdate); $('.slick-active figure.productView-image').attr('data-image-gallery-zoom-image-url', thumbImgDataUpdate); $('.slick-active figure.productView-image img').attr('src', thumbImgDataUpdate); setTimeout(function() { var imgDataUpdate = $('.slick-active figure.productView-image').attr('data-image-gallery-new-image-url'); $('.slick-active figure.productView-image').attr('data-image-gallery-main', imgDataUpdate); $('.slick-active figure.productView-image').attr('href', imgDataUpdate); $('.slick-active figure.productView-image').attr('data-image-gallery-zoom-image-url', imgDataUpdate); $('.slick-active figure.productView-image img').attr('src', imgDataUpdate); }, 700); }); }); </script> <!-- Lone Star Templates DO NOT EDIT ABOVE THIS LINE --> <script> // RUN THIS SCRIPT ONLY BEFORE THUMBNAILS HAVE BEEN CLICKED $(document).on('click', ".productView.thumbnail-unclicked", function() { $(".productView.thumbnail-unclicked div[data-product-option-change] input.form-radio").change(function() { setTimeout(function() { var updatedFirstSlideImgSrc = $('.main-image-container .slick-slide[data-slick-index="0"] figure img').attr('src'); }, 1000); }); }); $(document).ready( function() { $("div[data-product-option-change] input.form-radio").change(function() { console.log("swatch click"); setTimeout(function() { var imgOptionSwatchDataUpdate = $('.main-image-container .slick-slide[data-slick-index="0"] figure img').attr('src'); $('.slick-active figure.productView-image').attr('data-image-gallery-main', imgOptionSwatchDataUpdate); $('.slick-active figure.productView-image').attr('href', imgOptionSwatchDataUpdate); $('.slick-active figure.productView-image').attr('data-image-gallery-zoom-image-url', imgOptionSwatchDataUpdate); $('.slick-active figure.productView-image img').attr('src', imgOptionSwatchDataUpdate); }, 1500); }); $(".form-select").change(function() { setTimeout(function() { var imgOptionFormDataUpdate = $('.main-image-container .slick-slide[data-slick-index="0"] figure img').attr('data-zoom-image'); $('.slick-active figure.productView-image img').attr('data-image-gallery-new-image-url', imgOptionFormDataUpdate); $('.slick-active figure.productView-image').attr('data-image-gallery-main', imgOptionFormDataUpdate); $('.slick-active figure.productView-image').attr('href', imgOptionFormDataUpdate); $('.slick-active figure.productView-image').attr('data-image-gallery-zoom-image-url', imgOptionFormDataUpdate); $('.slick-active figure.productView-image img').attr('src', imgOptionFormDataUpdatee); }, 700); }); }); </script> <script> // CHECK TO SEE IF THUMBNAIL HAS BEEN CLICKED $(document).ready( function() { $(".slider-nav .slick-slide").on ('click', function() { $('.productView').addClass('thumbnail-clicked'); }); }); </script> <!-- SCROLL TO REVIEWS IN TABS AND MAKE ACTIVE WHEN REVIEW LINK UP TOP IS CLICKED --> <script> $(".productView-product .productView-reviewLink.reviewList > a").on ('click', function() { $('html,body').animate({ scrollTop: $(".productView-description").offset().top }, 1000); $('article.productView-description .tab').removeClass('is-active'); $('article.productView-description .tab-content').removeClass('is-active'); $("article.productView-description .tab.reviews").addClass('is-active'); $("article.productView-description .tab-content.reviews").addClass('is-active'); return false; }); </script> <!-- PAGINATION FOR REVIEWS ON PRODUCT PAGE SCROLL & ACTIVE REVIEWS TAB --> <script> $(window).on("load", function(){ if (window.location.href.indexOf("#product-reviews") > -1) { $("span.reviewList a").on ('click', function() { $('html,body').animate({ scrollTop: $(".productView-description").offset().top }, 1000); $('.tab').removeClass('is-active'); $('.tab-content').removeClass('is-active'); $(".tab.reviews").addClass('is-active'); $(".tab-content.reviews").addClass('is-active'); }); } }); </script> <!-- PAGINATION FOR REVIEWS ON PRODUCT PAGE SCROLL & ACTIVE REVIEWS TAB --> <script> $(window).on("load", function(){ if ((window.location.href.indexOf("#product-reviews") > -1) || (window.location.href.indexOf("?revpage") > -1)) { $('html,body').animate({ scrollTop: $(".productView-description").offset().top }, 1000); $('.tab').removeClass('is-active'); $('.tab-content').removeClass('is-active'); $(".tab.reviews").addClass('is-active'); $(".tab-content.reviews").addClass('is-active'); } }); </script> <script> $( "div#mobile-menu li a" ).hover(function() { event.preventDefault(); }); </script> <!-- FIX FOR Multiple Product Video not clickable --> <script> $(document).ready(function(){ $(".videoGallery-list li.videoGallery-item a.video").click(function(e){ e.preventDefault(); var videoID = $(this).attr("data-video-id"); $(".videoGallery-main iframe#player").attr("src", "//www.youtube.com/embed/" + videoID); $("a.video.is-active").removeClass("is-active"); $(this).addClass("is-active"); $("iframe#player")[0].scrollIntoView(true); }); }); </script> <script> $(document).ready(function(){ waitForElement("#carousel-active img",function(){ $('#carousel-active .slick-slider').fadeIn(); }); }); </script> <script> $(document).ready(function(){ $(".productView-details .msrp-sale-regular-price-section .price-label").each(function() { if ($.trim($(this).html()).length > 0 ) $(this).addClass('label-active'); }); }); </script> <script> $(document).ready(function(){ $(".productView-details span.price.price--non-sale").each(function() { if ($.trim($(this).html()).length <= 0 ) $('.productView-details .price-section.current-price span.price-label.price-now-label').addClass('label-inactive'); }); }); </script> <script> $(document).ready(function(){ if ($(".productView-details .price.price--non-sale")[0]) { $('.productView-details .price-now-label').addClass('label-active'); } }); </script> <script> $(document).ready(function(){ if (!$(".productView-details .price.price--non-sale")[0]) { $('.productView-details .price-now-label').addClass('label-inactive'); } }); </script> <script> $(document).ready(function(){ $(".productView-details .productView-price div").each(function() { if ( ($(".withTax")[0]) && ($(".withoutTax")[0]) ) { $(this).parents('.productView-details').addClass('withTax-withoutTax-active'); $('div.withoutTax').addClass("hide-msrp-nonSale-price-withoutTax"); } else { // Do something if class does not exist } }); }); </script> <script> $(window).on("load", function(){ $('section.productView-details').show(); }); </script> <script>window.__webpack_public_path__ = "https://cdn11.bigcommerce.com/s-1ih2d8/stencil/aaf7f000-4208-013c-8eb0-12f17c1eae40/e/dd6b7f80-b554-013c-fe04-0edff5d84dc7/dist/";</script> <script src="https://cdn11.bigcommerce.com/s-1ih2d8/stencil/aaf7f000-4208-013c-8eb0-12f17c1eae40/e/dd6b7f80-b554-013c-fe04-0edff5d84dc7/dist/theme-bundle.main.js"></script> <script> // Exported in app.js window.stencilBootstrap("product", "{\"themeSettings\":{\"productPage-addbutton-borderHoverColor\":\"#00B600\",\"card-small-font-color\":\"#7b7b7b\",\"homepage_new_products_column_count\":4,\"card--alternate-color--hover\":\"#ffffff\",\"fontSize-root\":14,\"show_accept_amex\":true,\"containerHeader-fontSize\":15,\"homepage_top_products_count\":0,\"newsletter-button-bgColor\":\"#00B600\",\"subCategory-fontFamily\":\"Google_Roboto+Condensed_700\",\"paymentbuttons-paypal-size\":\"medium\",\"optimizedCheckout-buttonPrimary-backgroundColorActive\":\"#00B600\",\"mainNav-fontFamily\":\"Google_Roboto+Condensed_700\",\"brandpage_products_per_page\":52,\"color-secondaryDarker\":\"#545454\",\"topMenu-cartIcon-color\":\"#ffffff\",\"navUser-color\":\"#4f4f4f\",\"color-textBase--active\":\"#d42020\",\"social_icon_placement_bottom\":\"bottom_none\",\"msrp-before-sale-pricing-separate-lines\":false,\"brands_visibility_mobile_menu\":true,\"sideNav-bgColor\":\"#ffffff\",\"banner-bgColor\":\"#ffffff\",\"button--primary-borderColor\":\"#630106\",\"fontSize-h4\":20,\"checkRadio-borderColor\":\"#dfdfdf\",\"color-primaryDarker\":\"#d42020\",\"show_powered_by\":false,\"banner-borderColor\":\"#00B600\",\"optimizedCheckout-buttonPrimary-colorHover\":\"#ffffff\",\"brand_size\":\"190x250\",\"optimizedCheckout-logo-position\":\"left\",\"color-textLink--hover\":\"#d42020\",\"quickCart-button-borderColor\":\"#02580A\",\"pdp-sale-price-label\":\"Now:\",\"featured_banner_link_1\":\"\",\"mainNav-align\":\"left\",\"productPage-price-fontFamily\":\"Google_Roboto+Condensed_700\",\"productpage_reviews_count\":0,\"optimizedCheckout-headingPrimary-font\":\"Google_Roboto+Condensed_400\",\"product_thumbnail_carousel\":true,\"logo_size\":\"250x100\",\"optimizedCheckout-formField-backgroundColor\":\"#ffffff\",\"optimizedCheckout-discountBanner-backgroundColor\":\"#f5f5f5\",\"mainSubNav-fontSize\":13,\"mobileHeader-bgColor\":\"#f2f2f2\",\"productPage-brand-fontFamily\":\"Google_Roboto+Condensed_400\",\"topMenu-fontSize\":14,\"footer-fontColor\":\"#ffffff\",\"featured_banner_name_3\":\"\",\"footer-backgroundColor\":\"#393939\",\"navPages-color\":\"#ffffff\",\"feed_presence\":\"instafeed_site_wide\",\"productPage-brand-textColor\":\"#545454\",\"show_accept_paypal\":true,\"currentPrice-fontSize\":16,\"paymentbuttons-paypal-label\":\"checkout\",\"productPage-tabs-bgColor\":\"#393939\",\"logo-font\":\"Google_Roboto+Condensed_700\",\"content_page_layout\":\"with-sidenav\",\"paymentbuttons-paypal-shape\":\"rect\",\"productPage-tabs-textColor\":\"#ffffff\",\"optimizedCheckout-discountBanner-textColor\":\"#1C1F24\",\"optimizedCheckout-backgroundImage-size\":\"1000x400\",\"pdp-retail-price-label\":\"MAP:\",\"optimizedCheckout-buttonPrimary-font\":\"Google_Roboto+Condensed_700\",\"carousel-dot-color\":\"#00B600\",\"button--disabled-backgroundColor\":\"#dadada\",\"slideButton-hover-bgColor\":\"#02580A\",\"footerCopyrightBar-borderColor\":\"#545454\",\"external_link3\":false,\"non-sale-price-color\":\"#545454\",\"footer-fontHoverColor\":\"#00B600\",\"blog-readMoreButton-fontFamily\":\"Google_Roboto+Condensed_700\",\"contentPageTitle-fontSize\":28,\"card-figpaction-button-hover-text-color\":\"#ffffff\",\"featured_banner_image_3\":\"\",\"newsletterPopup-button-fontColor\":\"#ffffff\",\"blockquote-cite-font-color\":\"#a5a5a5\",\"featured_products_in_carousels\":true,\"categorypage_products_per_page\":52,\"container-fill-base\":\"#8b8b8b\",\"paymentbuttons-paypal-layout\":\"vertical\",\"homepage_featured_products_column_count\":4,\"button--default-color\":\"#454545\",\"sideSubNav-fontFamily\":\"Google_Roboto+Condensed_400\",\"sideNav-fontFamily\":\"Google_Roboto+Condensed_400\",\"featured_banner_columns\":3,\"spinner-borderColor-dark\":\"#393939\",\"color-textHeading\":\"#545454\",\"show_accept_discover\":true,\"pace-progress-backgroundColor\":\"#dedede\",\"mobileMenu-containerHeader-fontColor\":\"#ffffff\",\"featured_sidenav_banner_name\":\"\",\"mobileMenu-containerHeader-bgColor\":\"#393939\",\"topMenu-bgColor\":\"#393939\",\"color-textLink--active\":\"#d42020\",\"footerCopyrightBar-bgColor\":\"#8b8b8b\",\"input-font-color\":\"#545454\",\"topMenu-fontHoverColor\":\"#00B600\",\"carousel-title-color\":\"#ffffff\",\"cardText-fontFamily\":\"Google_Roboto_700\",\"color_text_product_sale_badges\":\"#ffffff\",\"mainNav-bgColor\":\"#393939\",\"contentPage-paragraphText-fontFamily\":\"Google_Roboto_400\",\"productPage-infoValue-textColor\":\"#545454\",\"carousel-arrow-bgColor\":\"#393939\",\"restrict_to_login\":false,\"mainSubNav-fontHoverColor\":\"#00B600\",\"saleFlag-fontFamily\":\"Google_Roboto+Condensed_700\",\"select-bg-color\":\"#ffffff\",\"quickView-button-textColor\":\"#ffffff\",\"show_accept_mastercard\":true,\"bottom_pagination_visibility\":true,\"enable_instagram_feed\":false,\"productPage-tabContentTitle-textColor\":\"#545454\",\"product-page-share-icon-color\":\"#545454\",\"optimizedCheckout-link-font\":\"Google_Roboto+Condensed_400\",\"quickView-buttonHover-textColor\":\"#ffffff\",\"homepage_show_carousel_arrows\":true,\"mainNav-fontColor\":\"#ffffff\",\"cardTitle-fontSize\":12,\"blogpage_blog_posts_count\":12,\"color_hover_product_sale_badges\":\"#02580A\",\"sticky_topMenu\":false,\"card--alternate-borderColor\":\"#ffffff\",\"show_before_sale_price_label\":true,\"color-primaryDark\":\"#8b8b8b\",\"banner-fontSize\":18,\"body-font\":\"Google_Roboto_400\",\"optimizedCheckout-step-textColor\":\"#545454\",\"newsletter-bgColor\":\"#cac9c9\",\"homepage_new_products_count\":12,\"card-figcaption-button-hover-background\":\"#00B600\",\"product_page_layout\":\"with-sidenav\",\"button--disabled-color\":\"#ffffff\",\"topMenu-fontColor\":\"#ffffff\",\"category_brand_search_column_count\":4,\"optimizedCheckout-buttonPrimary-borderColorActive\":\"#02580A\",\"topMenu-cartIconHover-bgColor\":\"#02580A\",\"navPages-subMenu-backgroundColor\":\"#f2f2f2\",\"color-grey\":\"#393939\",\"top_pagination_visibility\":false,\"button--primary-backgroundColor\":\"#d42020\",\"checkRadio-color\":\"#545454\",\"show_product_dimensions\":false,\"optimizedCheckout-link-color\":\"#00B600\",\"card-figcaption-button-background\":\"#cac9c9\",\"icon-color-hover\":\"#d42020\",\"button--default-borderColor\":\"#dfdfdf\",\"productPage-addButton-bgHoverColor\":\"#02580A\",\"optimizedCheckout-headingSecondary-font\":\"Google_Roboto+Condensed_400\",\"headings-font\":\"Google_Roboto_300\",\"button--primary-backgroundColorHover\":\"#860109\",\"optimizedCheckout-formField-borderColor\":\"#8b8b8b\",\"footerHeaders-font\":\"Google_Roboto+Condensed_700\",\"current-price-on-two-lines\":false,\"label-backgroundColor\":\"#bfbfbf\",\"pdp-non-sale-price-label\":\"Was:\",\"optimizedCheckout-headingSecondary-color\":\"#545454\",\"homepage_productGrid_column_count\":4,\"productPage-addButton-bgColor\":\"#00B600\",\"select-arrow-color\":\"#828282\",\"additional_payment_options_visibility\":\"hidden\",\"default_drop_down_icon\":\"/assets/img/drop-down-icon.png\",\"optimizedCheckout-logo-size\":\"250x100\",\"footer_blog_posts_count\":8,\"card-title-color\":\"#545454\",\"pagination_fontColor\":\"#545454\",\"button--disabled-borderColor\":\"#cac9c9\",\"right-sidebar-bg-color\":\"#ffffff\",\"contentPage-headers-fontFamily\":\"Google_Roboto_700\",\"label-color\":\"#ffffff\",\"default_image_brand\":\"/assets/img/BrandDefault.gif\",\"slideButton-fontFamily\":\"Google_Roboto+Condensed_700\",\"main-nav-layout\":\"in-container\",\"card-text-align\":\"left\",\"productPage-infoName-textColor\":\"#545454\",\"quickCart-buttonHover-borderColor\":\"#00B600\",\"footerInfoList-font\":\"Google_Roboto_400\",\"external_link_sidenav\":false,\"forms-submitButton-fontHoverColor\":\"#ffffff\",\"backToTopHoverColor\":\"#00B600\",\"mobileMenu-active-bgColor\":\"#8b8b8b\",\"newsletter-font\":\"Google_Roboto+Condensed_700\",\"slideDescription-fontFamily\":\"Google_Roboto+Condensed_700\",\"product_list_display_mode\":\"grid\",\"fontSize-h5\":15,\"productPage-price-textColor\":\"#545454\",\"product_size\":\"500x659\",\"paymentbuttons-paypal-color\":\"black\",\"homepage_show_carousel\":true,\"optimizedCheckout-body-backgroundColor\":\"#eaeaea\",\"productPage-tabs-textHoverColor\":\"#00B600\",\"productPage-tabContentTitle-fontFamily\":\"Google_Roboto+Condensed_700\",\"button--default-borderColorActive\":\"#454545\",\"header-backgroundColor\":\"#eaeaea\",\"paymentbuttons-paypal-tagline\":false,\"qtyBox-fontColor\":\"#545454\",\"featured_banner_name_1\":\"\",\"color_badge_product_sale_badges\":\"#00B600\",\"price_ranges\":false,\"show_accept_chase_pay\":false,\"color-greyDark\":\"#545454\",\"topMenu-cartIcon-borderColor\":\"#02580A\",\"color-greyDarkest\":\"#ffffff\",\"container-border-global-color-dark\":\"#8b8b8b\",\"quickCart-buttonHover-textColor\":\"#ffffff\",\"productpage_videos_count\":8,\"forms-submitButton-fontColor\":\"#ffffff\",\"optimizedCheckout-discountBanner-iconColor\":\"#00B600\",\"sideNav-active-hover-fontColor\":\"#00B600\",\"optimizedCheckout-buttonSecondary-borderColor\":\"#02580A\",\"buttons-fontFamily\":\"Google_Roboto+Condensed_700\",\"footerCopyrightBar-font\":\"Google_Roboto_400\",\"navUser-color-hover\":\"#a5a5a5\",\"icon-ratingFull\":\"#00B600\",\"default_image_gift_certificate\":\"/assets/img/GiftCertificate.png\",\"contentPage-anchor-fontColor\":\"#00B600\",\"external_link4\":false,\"color-textBase--hover\":\"#d42020\",\"related_products_column_count\":4,\"color-errorLight\":\"#ffdddd\",\"containerHeader-borderColor\":\"#8b8b8b\",\"slideButton-bgColor\":\"#00B600\",\"social_icon_placement_top\":false,\"instagram_posts_count\":6,\"external_link1\":false,\"product-page-share-icon-hover-color\":\"#00B600\",\"mainImg-bg-color\":\"#eaeaea\",\"subCategory-fontHoverColor\":\"#00B600\",\"brands_limit\":100,\"shipping_returns_url\":\"/shipping-return-policies/\",\"compareButton-bgHoverColor\":\"#00B600\",\"blog_size\":\"442x251\",\"color-warningLight\":\"#fffdea\",\"show_product_weight\":false,\"compareButton-bgColor\":\"#ffffff\",\"featured_banner_image_4\":\"\",\"optimizedCheckout-orderSummary-backgroundColor\":\"#ffffff\",\"productPage-title-textColor\":\"#545454\",\"storeName-hoverColor\":\"#00B600\",\"button--default-colorActive\":\"#454545\",\"saleFlag-borderColor\":\"#02580A\",\"color-info\":\"#666666\",\"newsletter-fontColor\":\"#545454\",\"compare-fontFamily\":\"Google_Roboto+Condensed_700\",\"card--alternate-backgroundColor\":\"#f2f2f2\",\"hide_content_navigation\":false,\"default_close_up_icon\":\"/assets/img/close-up-icon.png\",\"product_layout_view\":\"grid\",\"show_product_quick_view\":true,\"subCategory-fontColor\":\"#545454\",\"button--default-borderColorHover\":\"#630106\",\"newsletter-button-bgHoverColor\":\"#02580A\",\"show_retail_price_label\":true,\"pdp-price-label\":\"\",\"show_copyright_footer\":true,\"blog-readMoreButton-borderHoverColor\":\"#02580A\",\"optimizedCheckout-show-logo\":\"store-logo\",\"newsletterPopup-button-bgColor\":\"#cb0039\",\"carousel-description-color\":\"#ffffff\",\"topMenu-cartIconHover-borderColor\":\"#00B600\",\"swatch_option_size\":\"22x22\",\"optimizedCheckout-step-backgroundColor\":\"#ffffff\",\"productPage-activeTab-textColor\":\"#393939\",\"fontSize-h2\":18,\"top_products_in_carousels\":true,\"slider_width\":\"in-container-floated\",\"quickCart-button-bgColor\":\"#00B600\",\"optimizedCheckout-headingPrimary-color\":\"#545454\",\"contentPageTitle-fontFamily\":\"Google_Roboto_300\",\"productPage-tabContent-fontFamily\":\"Google_Roboto+Condensed_400\",\"compareButton-fontFamily\":\"Google_Roboto+Condensed_700\",\"color-warning\":\"#d4cb49\",\"msrp-price\":false,\"productgallery_size\":\"500x659\",\"compareButton-borderColor\":\"#8b8b8b\",\"contact_page_layout\":\"no-sidenav\",\"contentPage-paragraphText-fontColor\":\"#545454\",\"color-textBase\":\"#545454\",\"show_sidenav_featured_banner\":false,\"card-brand-name\":true,\"containerHeader-fontColor\":\"#ffffff\",\"card-figcaption-button-color\":\"#393939\",\"searchpage_products_per_page\":12,\"color-textSecondary--active\":\"#ffffff\",\"productPage-addButton-textColor\":\"#ffffff\",\"optimizedCheckout-contentPrimary-color\":\"#545454\",\"optimizedCheckout-buttonSecondary-font\":\"Google_Roboto+Condensed_700\",\"storeName-color\":\"#4f4f4f\",\"optimizedCheckout-backgroundImage\":\"\",\"form-label-font-color\":\"#545454\",\"default_back_to_top_icon\":\"/assets/img/back_to_top.png\",\"blog-readMoreButton-fontColor\":\"#545454\",\"card-bgColor\":\"#f2f2f2\",\"alert-color\":\"#4f4f4f\",\"show_accept_visa_pay\":false,\"shipping_returns_link_name\":\"Shipping & Returns\",\"shop_by_brand_show_footer\":true,\"featured_banner_link_3\":\"\",\"brands_visibility\":\"with-brands\",\"optimizedCheckout-header-backgroundColor\":\"#eaeaea\",\"productpage_related_products_count\":0,\"topMenu-cartIcon-bgColor\":\"#00B600\",\"color-textLink\":\"#d42020\",\"card_call_for_price_text\":\"\",\"color-greyLighter\":\"#dfdfdf\",\"test-fontFamily\":\"Google_Roboto+Condensed_700\",\"featured_banner_name_2\":\"\",\"color-greyLightest\":\"#cac9c9\",\"color-secondaryDark\":\"#ffffff\",\"fontSize-h6\":13,\"productPage-infoName-fontFamily\":\"Google_Roboto+Condensed_700\",\"paymentbuttons-paypal-fundingicons\":false,\"carousel-arrow-color\":\"#ffffff\",\"productpage_similar_by_views_count\":0,\"price_as_low_as\":false,\"forms-submitButton-borderHoverColor\":\"#00B600\",\"pdp-custom-fields-tab-label\":\"Additional Information\",\"socialIcons-colorHover\":\"#00B600\",\"popup_visibility\":\"popup-inactive\",\"regular-price-color\":\"#545454\",\"topMenu-fontFamily\":\"Google_Roboto+Condensed_700\",\"default_account_icon\":\"/assets/img/account-icon.png\",\"optimizedCheckout-buttonPrimary-color\":\"#ffffff\",\"mobileMenu-bgColor\":\"#393939\",\"input-bg-color\":\"#ffffff\",\"loadingOverlay-backgroundColor\":\"#ffffff\",\"blog-socialIcons-color\":\"#545454\",\"mainSubNav-fontFamily\":\"Google_Roboto+Condensed_400\",\"home_page_layout\":\"with-sidenav\",\"navPages-subMenu-separatorColor\":\"#dfdfdf\",\"navPages-color-hover\":\"#d42020\",\"newsletter-button-borderColor\":\"#02580A\",\"slideButton-borderColor\":\"#02580A\",\"sideNav-active-bgColor\":\"#f2f2f2\",\"product_sale_badges\":\"topleft\",\"compareButton-textColor\":\"#545454\",\"default_image_product\":\"/assets/img/ProductDefault.gif\",\"navUser-dropdown-borderColor\":\"#e8e8e8\",\"containerHeader-bgColor\":\"#393939\",\"productPage-infoValue-fontFamily\":\"Google_Roboto+Condensed_400\",\"productPage-tabs-fontFamily\":\"Google_Roboto+Condensed_700\",\"color-greyMedium\":\"#393939\",\"sale-price-color\":\"#00B600\",\"mobileMenu-fontColor\":\"#ffffff\",\"color-infoLight\":\"#dfdfdf\",\"sideNav-fontHoverColor\":\"#00B600\",\"fontSize-h1\":28,\"homepage_featured_products_count\":0,\"optimizedCheckout-buttonPrimary-colorActive\":\"#ffffff\",\"compare-fontColor\":\"#545454\",\"color-greyLight\":\"#f2f2f2\",\"optimizedCheckout-logo\":\"\",\"icon-ratingEmpty\":\"transparent\",\"show_sitemap_link\":true,\"right-sidebar-carousel-dot-active-color\":\"#d42020\",\"container-fill-dark\":\"#cac9c9\",\"icon-color\":\"#cac9c9\",\"sideNav-fontSize\":15,\"sideSubNav-fontSize\":13,\"mobileMenu-containerHeader-borderColor\":\"#8b8b8b\",\"featured_banner_image_1\":\"\",\"quickCart-button-textColor\":\"#ffffff\",\"overlay-backgroundColor\":\"#2d2d2d\",\"card-figure-bgColor\":\"#ffffff\",\"card-title-lines\":\"4-lines\",\"input-border-color-active\":\"#989898\",\"featured_sidenav_image\":\"\",\"card-figpaction-button-hover-border-color\":\"#02580A\",\"button--primary-color\":\"#ffffff\",\"banner-fontColor\":\"#545454\",\"featured_banner_link_4\":\"\",\"show_homepage_featured_banners\":false,\"productPage-activeTab-bgColor\":\"#f2f2f2\",\"quickView-button-bgColor\":\"#393939\",\"forms-submitButton-fontFamily\":\"Google_Roboto+Condensed_700\",\"cardBrandSku-fontSize\":12,\"show_regular_price_label\":true,\"optimizedCheckout-buttonPrimary-borderColorHover\":\"#00B600\",\"color-successLight\":\"#d5ffd8\",\"compareButton-textHoverColor\":\"#ffffff\",\"instagram_access_token\":\"\",\"color-greyDarker\":\"#545454\",\"show_product_quantity_box\":true,\"body_width\":1440,\"blog-readMoreButton-bgHoverColor\":\"#00B600\",\"fontSize-h3\":22,\"color-success\":\"#545454\",\"before-sale-price\":true,\"hover_close_up_icon\":\"/assets/img/close-up-icon-white.png\",\"color-white\":\"#ffffff\",\"product_sale_badges_visibility\":true,\"optimizedCheckout-buttonSecondary-backgroundColor\":\"#00B600\",\"spinner-borderColor-light\":\"#00B600\",\"mainNav-fontSize\":15,\"newsletter-button-borderHoverColor\":\"#00B600\",\"zoom_size\":\"1280x1280\",\"productPage-title-fontFamily\":\"Google_Roboto+Condensed_700\",\"carousel-bgColor\":\"#1C1F24\",\"carousel-dot-color-active\":\"#02580A\",\"input-border-color\":\"#cac9c9\",\"show_shipping_returns_link\":true,\"color-secondary\":\"#ffffff\",\"instagram_columns_count\":6,\"featured_banner_name_4\":\"\",\"card_call_for_price_phone_number\":\"\",\"right-sidebar-carousel-dot-inactive-color\":\"#cac9c9\",\"saleFlag-hover-borderColor\":\"#00B600\",\"blog-readMoreButton-fontHoverColor\":\"#ffffff\",\"button--primary-backgroundColorActive\":\"#989898\",\"color-textSecondary--hover\":\"#d42020\",\"new_products_in_carousels\":true,\"optimizedCheckout-buttonPrimary-backgroundColor\":\"#00B600\",\"blog-socialIcons-colorHover\":\"#00B600\",\"cardTitle-fontFamily\":\"Google_Roboto+Condensed_400\",\"productPage-tabContent-textColor\":\"#545454\",\"quickView-buttonHover-bgColor\":\"#00B600\",\"show_accept_amazon_pay\":false,\"backToTopColor\":\"#8b8b8b\",\"body-bg\":\"#eaeaea\",\"dropdown--quickSearch-backgroundColor\":\"#e8e8e8\",\"optimizedCheckout-contentSecondary-font\":\"Google_Roboto_400\",\"navUser-dropdown-backgroundColor\":\"#ffffff\",\"featured_banner_link_2\":\"\",\"cardText-fontSize\":12,\"color-primary\":\"#00B600\",\"color-whitesBase\":\"#f8f8f8\",\"mainNav-fontHoverColor\":\"#00B600\",\"optimizedCheckout-contentPrimary-font\":\"Google_Roboto_400\",\"homepage_top_products_column_count\":4,\"contentPage-headers-fontColor\":\"#545454\",\"containerHeader-fontFamily\":\"Google_Roboto+Condensed_700\",\"mobileHero-bgColor\":\"#393939\",\"productPage-addButton-textHoverColor\":\"#ffffff\",\"sideNav-borderColor\":\"#cac9c9\",\"banner-fontFamily\":\"Google_Roboto+Condensed_400\",\"mainSubNav-bgColor\":\"#ffffff\",\"forms-submitButton-borderColor\":\"#02580A\",\"navigation_design\":\"alternate\",\"slideButton-hover-borderColor\":\"#02580A\",\"productPage-addButton-borderColor\":\"#02580A\",\"color-black\":\"#ffffff\",\"subCategory-backgroundColor\":\"#ffffff\",\"cardText-color\":\"#545454\",\"quickCart-buttonHover-bgColor\":\"#02580A\",\"contentPageTitle-fontColor\":\"#545454\",\"mainNav-borderColor\":\"#8b8b8b\",\"hover_drop_down_icon\":\"/assets/img/drop-down-icon-white.png\",\"slideButton-hover-textColor\":\"#ffffff\",\"featured_sidenav_link\":\"\",\"blog_size_post\":\"1440x818\",\"button--primary-colorActive\":\"#ffffff\",\"homepage_stretch_carousel_images\":false,\"applePay-button\":\"black\",\"sideNav-fontColor\":\"#545454\",\"optimizedCheckout-contentSecondary-color\":\"#545454\",\"card-title-color-hover\":\"#00B600\",\"pagination_bgColor\":\"#ffffff\",\"external_link2\":false,\"thumb_size\":\"100x100\",\"footerCopyrightBar-fontColor\":\"#ffffff\",\"optimizedCheckout-buttonPrimary-borderColor\":\"#02580A\",\"card-figppaction-button-border-color\":\"#4c4c4c\",\"card-sku\":true,\"navUser-indicator-backgroundColor\":\"#4f4f4f\",\"card-brand-sku-separate-lines\":false,\"select-option-border-color\":\"#d42020\",\"newsletterPopup-headlineColor\":\"#000000\",\"featured_banner_image_2\":\"\",\"feed_position\":\"in-footer\",\"show_accept_masterpass\":false,\"blog-readMoreButton-borderColor\":\"#545454\",\"optimizedCheckout-show-backgroundImage\":false,\"qtyBox-bgColor\":\"#ffffff\",\"color-primaryLight\":\"#393939\",\"card-sku-2-lines\":false,\"sideNav-active-fontColor\":\"#545454\",\"contentPage-anchor-fontHoverColor\":\"#02580A\",\"slideButton-textColor\":\"#ffffff\",\"mainSubNav-fontColor\":\"#545454\",\"show_accept_visa\":true,\"logo-position\":\"left\",\"optimizedCheckout-form-textColor\":\"#545454\",\"optimizedCheckout-buttonSecondary-color\":\"#ffffff\",\"show_sale_price_label\":true,\"newsletter-fontSize\":20,\"carousel-dot-bgColor\":\"#339933\",\"topMenu-cartIconHover-color\":\"#00B600\",\"button--icon-svg-color\":\"#ffffff\",\"alert-color-alt\":\"#ffffff\",\"slideTitle-fontFamily\":\"Google_Roboto+Condensed_700\",\"productPage-brand-textHoverColor\":\"#00B600\",\"socialIcons-color\":\"#cac9c9\",\"button--default-colorHover\":\"#393939\",\"checkRadio-backgroundColor\":\"#ffffff\",\"forms-submitButton-bgHoverColor\":\"#02580A\",\"optimizedCheckout-buttonPrimary-backgroundColorHover\":\"#02580A\",\"show_accept_apple_pay\":false,\"input-disabled-bg\":\"#ffffff\",\"card-brand-2-lines\":false,\"default_cart_icon\":\"/assets/img/cart-icon.png\",\"container-border-global-color-base\":\"#00B600\",\"productthumb_size\":\"100x100\",\"color-error\":\"#d42020\",\"homepage_blog_posts_count\":4,\"header-layout\":\"full-width\",\"product_hover_images\":\"active\",\"paymentIcons-color\":\"#cac9c9\",\"gallery_size\":\"300x300\",\"forms-submitButton-bgColor\":\"#00B600\",\"button--primary-colorHover\":\"#ffffff\",\"mobileMenu-activeFontColor\":\"#ffffff\",\"header-bgColor\":\"#eaeaea\",\"color-textSecondary\":\"#393939\",\"blog-readMoreButton-bgColor\":\"#cac9c9\"},\"genericError\":\"Oops! Something went wrong.\",\"maintenanceMode\":[],\"adminBarLanguage\":\"{\\\"locale\\\":\\\"en\\\",\\\"locales\\\":{},\\\"translations\\\":{}}\",\"urls\":{\"home\":\"https://ampedairsoft.com/\",\"account\":{\"index\":\"/account.php\",\"orders\":{\"all\":\"/account.php?action=order_status\",\"completed\":\"/account.php?action=view_orders\",\"save_new_return\":\"/account.php?action=save_new_return\"},\"update_action\":\"/account.php?action=update_account\",\"returns\":\"/account.php?action=view_returns\",\"addresses\":\"/account.php?action=address_book\",\"inbox\":\"/account.php?action=inbox\",\"send_message\":\"/account.php?action=send_message\",\"add_address\":\"/account.php?action=add_shipping_address\",\"wishlists\":{\"all\":\"/wishlist.php\",\"add\":\"/wishlist.php?action=addwishlist\",\"edit\":\"/wishlist.php?action=editwishlist\",\"delete\":\"/wishlist.php?action=deletewishlist\"},\"details\":\"/account.php?action=account_details\",\"recent_items\":\"/account.php?action=recent_items\",\"payment_methods\":{\"all\":\"/account.php?action=payment_methods\"}},\"brands\":\"https://ampedairsoft.com/brands/\",\"gift_certificate\":{\"purchase\":\"/giftcertificates.php\",\"redeem\":\"/giftcertificates.php?action=redeem\",\"balance\":\"/giftcertificates.php?action=balance\"},\"auth\":{\"login\":\"/login.php\",\"check_login\":\"/login.php?action=check_login\",\"create_account\":\"/login.php?action=create_account\",\"save_new_account\":\"/login.php?action=save_new_account\",\"forgot_password\":\"/login.php?action=reset_password\",\"send_password_email\":\"/login.php?action=send_password_email\",\"save_new_password\":\"/login.php?action=save_new_password\",\"logout\":\"/login.php?action=logout\"},\"product\":{\"post_review\":\"/postreview.php\"},\"cart\":\"/cart.php\",\"checkout\":{\"single_address\":\"/checkout\",\"multiple_address\":\"/checkout.php?action=multiple\"},\"rss\":{\"products\":{\"new\":\"/rss.php?type=rss\",\"new_atom\":\"/rss.php?type=atom\",\"popular\":\"/rss.php?action=popularproducts&type=rss\",\"popular_atom\":\"/rss.php?action=popularproducts&type=atom\",\"featured\":\"/rss.php?action=featuredproducts&type=rss\",\"featured_atom\":\"/rss.php?action=featuredproducts&type=atom\",\"search\":\"/rss.php?action=searchproducts&type=rss\",\"search_atom\":\"/rss.php?action=searchproducts&type=atom\"},\"blog\":\"/rss.php?action=newblogs&type=rss\",\"blog_atom\":\"/rss.php?action=newblogs&type=atom\"},\"contact_us_submit\":\"/pages.php?action=sendContactForm\",\"search\":\"/search.php\",\"compare\":\"/compare\",\"sitemap\":\"/sitemap.php\",\"subscribe\":{\"action\":\"/subscribe.php\"}},\"secureBaseUrl\":\"https://ampedairsoft.com\",\"cartId\":null,\"channelId\":1,\"template\":\"pages/product\"}").load(); </script> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.min.css"> <!-- JS --> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" async></script> <script> // This will make sure WebFont.load is only used in the browser. if (typeof window === 'undefined') { var WebFont = require('webfont'); WebFont.load({ google: { families: ['Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,', 'Roboto+Condensed:300,300i,400,400i,700,700i'] }, }); } </script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/csrf-protection-header-95f3d9ac8c049e3ed132c83a168cf1d6a8ed0237.js"></script> <script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/datatags-b0cffa9d082a6a7d67818f35604c03cfa484e996.js" defer></script> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function () { window.initDataTags([], [], window.analytics, {"channel":{"id":1,"name":"default","type":"default"}}); }) </script> <script src='https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=WYyjzZ' async></script><script src='https://plugin.credova.com/plugin.min.js' defer></script><script src='https://bigcommerce-payment-gateway.credova.com/frontend/web/js/credova-front.js' defer></script><script>var style=document.createElement("style");style.innerHTML="\n div#side-categories i.fa:before {\n\tdisplay: none !important;\n ",document.head.appendChild(style);</script><!--Gorgias Chat Widget Start--> <script id="gorgias-chat-widget-install-v3" src="https://config.gorgias.chat/bundle-loader/01GYCC1MF0A45GCJKQG869VTQ0"> </script> <!--Gorgias Chat Widget End--><script>var style=document.createElement("style");style.innerHTML="\n div#menu i.fa:before {\n\tdisplay: none !important;\n ",document.head.appendChild(style);</script><script>var myJsonAddrexx,myJsonAddrexx1,myJsonAddrexx2,cartID;function fetch1(){fetch("/api/storefront/cart?includes=consignments.availableShippingOptions",{credentials:"include"}).then((function(e){return e.json()})).then((function(e){return myJsonAddrexx1=e,e[0].id})).catch((function(e){})).then((function(e){fetch("/api/storefront/checkouts/"+e,{credentials:"include"}).then((function(e){return e.json()})).then((function(e){myJsonAddrexx2=e})).catch((function(e){}))}))}function addressSet(){fetch("/api/storefront/checkouts/",{credentials:"include"}).then((e=>e.json())).then((e=>localStorage.setItem("shippingAddress2",JSON.stringify(e.consignments[0].shippingAddress))))}function addShippingAddress2(e,t,n,i,o,s){var c=myJsonAddrexx[0].id,a=myJsonAddrexx2.consignments[0].id,d=myJsonAddrexx2.consignments[0].shippingAddress;d.address1=e,d.address2=t,d.city=i,d.postalCode=n,d.stateOrProvince=o,d.stateOrProvinceCode=s,jQuery2.each(myJsonAddrexx[0].lineItems.physicalItems,(function(){var e=new XMLHttpRequest;e.withCredentials=!0;var t=this.quantity,n=this.id,i=JSON.stringify({shippingAddress:d,lineItems:[{itemId:n,quantity:t}]});e.open("PUT","/api/storefront/checkouts/"+c+"/consignments/"+a),e.setRequestHeader("content-type","application/json"),e.send(i)}))}wwPage=window.location.href,wwPage.indexOf("checkout")>=0&&fetch("/api/storefront/cart",{credentials:"include"}).then((function(e){return e.json()})).then((function(e){cartID=(myJsonAddrexx=e)[0].id})),restrictState=["AK","VI","GU","AS","PR","MH","MP","FM","PW","HI"],restrictState2=["AK","VI","GU","AS","PR","MH","MP","FM","PW","HI"],restrictState3=["ALASKA","VIRGIN ISLANDS","GUAM","AMERICAN SOMOA","PUERTO RICO","MARSHALL ISLANDS","NORTHERN MARIANA ISLANDS","FEDERATED STATES OF MICRONESIA","PALAU","HAWAII"];var limitCountries=!1,setDefaultCountry=!1,numberOfChars=35,autocompleteName=!1,cityStateLimited=!1,detectForeignCharacters=!0,cssTweak=!0,showAutocompleteFooter=!1,includeCountry=!0,poBoxCheck=!1,a1Check=!0,phoneCheck=!1,aptCheck=!0,camelCase=!1,addZipPlus=!1,globalZip=!0,ipFunctionality=!1,showAutocompleteHeader=!1,geoInitialComplete=!1,customFields=!1,strictA1=!0,strictZip=!0,validateAddressLine2=!0,countryWillBeSet="united states",countriesShipping="United States|Canada|Select a country|Choose a country|",countriesBilling="United States|Canada|Select a country|Choose a country|",zipDoubleCheck=!1,restrictStateEnabled=!1,phoneCheckAdded=!1,postEntryValZip=!1,postEntryA2=!1,postEntryCheck=!0;function loadaddrexx(){var e=document.createElement("script");e.type="text/javascript",e.src=("http:"===document.location.protocol?"http:":"https:")+"//xxredda.s3.amazonaws.com/bcinstall/xxerdda2022.js",document.getElementsByTagName("head")[0].appendChild(e)}(wwPage.indexOf("billing_address")>=0||wwPage.indexOf("create_account")>=0||wwPage.indexOf("shipping_address")>=0||wwPage.indexOf("checkout")>=0)&&-1==wwPage.indexOf("confirmation")&&(wwPage.indexOf("create_account")>=0?setTimeout((function(){loadaddrexx()}),2e3):loadaddrexx()),wwPage.indexOf("checkout")>=0&&fetch1();</script><script class="smile-bigcommerce-init"src="https://js.smile.io/v1/smile-bigcommerce.js"data-channel-key="pk_yM1E4ayxEojtwT1NezSAogA5"></script> <script src="https://a.klaviyo.com/media/js/onsite/onsite.js"></script> <script> var klaviyo = klaviyo || []; klaviyo.init({ account: 'WYyjzZ', list: 'RvrJAA', platform: 'bigcommerce' }); klaviyo.enable("backinstock",{ trigger: { product_page_text: "Email Me When In Stock", product_page_class: "button button--primary", product_page_text_align: "center", product_page_margin: "2px 0px 0px 0px", replace_anchor: false }, modal: {   headline: "{product_name}",   body_content: "Receive an email when this item comes back in stock.",   email_field_label: "Email",   button_label: "Notify me when available",   subscription_success_label: "You're in! We'll let you know when it's back.",   footer_content: '',   additional_styles: "@import url('https://fonts.googleapis.com/css?family=Helvetica+Neue');",   drop_background_color: "#000",   background_color: "#fff",   text_color: "#222",   button_text_color: "#fff",   button_background_color: "#00b600",   close_button_color: "#ccc",   error_background_color: "#fcd6d7",   error_text_color: "#C72E2F",   success_background_color: "#d3efcd",   success_text_color: "#1B9500", newsletter_subscribe_label: "Subscribe to receive special deals and updates!", subscribe_checked: false } }); </script><script src="https://widget.reviews.io/rating-snippet/dist.js"></script> <script> ratingSnippet("ruk_rating_snippet", { store: "ampedairsoft", mode: "default", color: "#00b600", linebreak: false, text: "Reviews", singularText: "Review", lang: "en", usePolaris: true, showEmptyStars: true, }); </script><script> window.PapathemesConditionalProductOptionsSettings = {"storeHash":"1ih2d8","siteId":1000,"graphQLToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOjEsImNvcnMiOlsiaHR0cHM6Ly9hbXBlZGFpcnNvZnQuY29tIl0sImVhdCI6MTcwODk0Mjg4MSwiaWF0IjoxNzA4NzcwMDgxLCJpc3MiOiJCQyIsInNpZCI6NjY0NTIzLCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.I9eVlTbuj0Jn76oUdEtKvzvNTQqATR4bNOhyZZkVRJGGwit_rxh0kHYuhfe9fq_yEbZrey9tZGaGuFIVsg5jKw","addToCartFormSelector":"form[data-cart-item-add]","productOptionsSelector":"[data-product-option-change]","optionLabelSelector":"label:not([data-product-attribute-value])","constraintOptionLabelSelector":"small","formFieldSelector":".form-field[data-product-attribute]","productIdSelector":"input[name=product_id]","forceShowingProductOptions":true,"clearHiddenValues":true,"requiredLabel":"Required","optionalLabel":"Optional","hasSelect2":false}; </script> <script src="https://d29nn3ycfnv3k5.cloudfront.net/scripts/latest/conditionalproductoptions.js" async defer></script><script> const dfLayerOptions = { installationId: '03c249d5-4d84-40c5-b853-8c43450f7a5f', zone: 'us1' }; document.addEventListener('doofinder.cart.add', function(event) { const product = event.detail; let productId = product.item_id; if( product.grouping_id && product.grouping_id === product.item_id && product.group_leader){ //It's a configurable product, redirect to the product page to let the user configure the product location.href = product.link return } let sku = (product.gtin) ? product.gtin : null; let xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { let countPill = document.getElementsByClassName('cart-quantity'); if (countPill.length) { countPill[0].innerHTML++; countPill[0].classList.add('countPill--positive'); } } } if(sku){ xhttp.open('GET', `/cart.php?action=add&sku=${sku}`); }else{ xhttp.open('GET', `/cart.php?action=add&product_id=${productId}`); } xhttp.send(); }); (function (l, a, y, e, r, s) { r = l.createElement(a); r.onload = e; r.async = 1; r.src = y; s = l.getElementsByTagName(a)[0]; s.parentNode.insertBefore(r, s); })(document, 'script', 'https://cdn.doofinder.com/livelayer/1/js/loader.min.js', function () { doofinderLoader.load(dfLayerOptions); }); </script> </body> </html> <!-- Counter Goes Here --> <!-- <script src="https://cdn.commoninja.com/sdk/latest/commonninja.js" defer></script> --> <!-- <div class="commonninja_component pid-d2b764eb-6725-41c1-ad4f-7bb290ec29c1"></div> --> <!-- Top Bar Goes Here --> <!-- <script src="https://cdn.commoninja.com/sdk/latest/commonninja.js" defer></script> --> <!-- <div class="commonninja_component pid-933ca99c-bef2-4721-be78-f7dbde05494f"></div> --> <!-- Install Klaviyo Tracking 5.5.23 --> <script type="text/javascript"> var _learnq = _learnq || []; var product_categories = []; product_categories.push('Airsoft Guns') product_categories.push('Airsoft Guns/Sniper') product_categories.push('New Products') var item = { Name: "Silverback Airsoft TAC-41P Bolt Action Sniper Rifle", ProductID: "17781", ImageURL: "https://cdn11.bigcommerce.com/s-1ih2d8/images/stencil/500x659/products/17781/67971/silverback-airsoft-tac-41p-bolt-action-sniper-rifle__74907.1707010218.jpg?c=2", URL: "https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/", Brand: "Silverback Airsoft", Categories: product_categories, Price: "389.99", CompareAtPrice:"" }; _learnq.push(['track', 'Viewed Product', item]); _learnq.push(['trackViewedItem', { Title: item.Name, ItemId: item.ProductID, Categories: item.Categories, ImageUrl: item.ImageURL, Url: item.URL, Metadata: { Brand: item.Brand, Price: item.Price, CompareAtPrice: item.CompareAtPrice } }]); </script> <!-- Install Klaviyo Tracking 5.5.23 -->
fineweb
{ "fineweb_metadata": { "text": "Silverback Airsoft TAC-41P Bolt Action Sniper Rifle\n- Fully ambidextrous design (bolt handle, magazine catch, safety, cheekpad adjustment, hop-up adjustment)\n- Receiver features 6000 series CNC Aluminum receiver with unique serial number, POM sliding rings\n- Tapered Aluminum outer barrel, with quick change barrel (bayonet lock and clamps into the receiver) and 3 barrel spacers for best inner barrel stabilization\n- Steel magazine catch and tension allows magazine to quickly eject out of the way of the magazine well for rapid reloads\n- Low profile magazines hold 48 rounds, with an additional 20 rounds held in the internal magazine chute\n- Stainless steel cylinder with PVD coating (Aluminum Titanium Nitride Physical Vapor Deposition), stainless steel cylinder head\n- SRS piston with specific 90 degree piston end (steel), Stainless steel spring guide with thrust bearing\n- Trigger groups features stainless steel piston sear, stainless steel spring guide stopper, stainless steel trigger box, 90 degree piston sear sliding on 2 ball bearings, preload and dual stage adjustment\n- CNC Aluminum TDC Hop-up design, can be used no matter the scope used with 50 indexed positions (by 15 micrometer increments), AEG hop-up rubber compatible and anti double-feed system\n- Fiberglass reinforced nylon stock with quick cheek pad adjustment\n- 4 QD Sling loops attachment points and M-LOK on 3, 6 and 9 o'clock areas for bipods and other accessories\n“The Silverback TAC41P is a groundbreaking product from Silverback Airsoft, famous for their award-winning SRS line of bullpup airsoft sniper rifles. The TAC41P is a revolutionary product from the famed airsoft manufacturers as this is not only their first non-bullpup airsoft sniper, but more importantly this airsoft gun is not based on any other real steel firearm.\nFree from the constraints of a set form, Silverback crafted the TAC41P to how they perceived the best sniper rifle could be. Starting with an originally designed chassis. The chassis is a lightweight yet highly robust polymer material that ergonomically feel very natural in hand. The gripping surface is considered relatively straight compared to other styles, much like that seen on M40 style sniper rifles. The curved rest where your thumb goes is molded in a way where it takes much of the strain off of your gripping position, making it easy to shoot and stay scoped in for extended periods of time. Towards the forward position of the chassis, you find M-LOK slots no the three, six, and nine o'clock positions and features a captured bolt for the mounting of camera tripods, mono-pods, and other screw mountable stands. The aft portion of the rifle features an adjustable cheek riser that is highly customizable and easy to deploy. You can also adjust the length of pull with included spacers for a custom shouldering experience.\nThe trigger is adjustable and is quite tactile. The operation of the bolt is smooth as you would expect from a Silverback airsoft sniper. The cylinder itself easy to disassemble for cleaning and maintenance. Most importantly the air volume of this rifle is the same as the Silverback SRS A2 series meaning you get an incredibly large volume of air (41cc). This translates into more consistent shots, highly stable performance, and less wastage. Pairing this with a free float barrel assembly and highly precise, redesigned hop-up unit, you will achieve pinpoint accuracy when delivering shots downrange. The threading on the barrel is 24mm CW and is compatible with other Silverback suppressors!\nAs previously mentioned the hop-up unit is redesigned. You will find it as a dial on the base of the outer barrel assembly. It features 0-9 settings with a total travel distance of 0mm to 0.75mm, you have no fear of over truing your hop-up.”\nColor: Flat Dark Earth, OD Green, Black, and Wolf Grey\nFPS (Feet Per Second): ~400\nOverall Length: 1100mm (43.3 inches)\nProduct Weight: 2650g (5.8lbs)\nInner Barrel Length: 510mm, 6.05mm AEG cut brass barrel\nBarrel Thread Spec: M24 x 1 Positive Threaded muzzle, compatible with most 24mm Airsoft muzzles\nIncluded Magazine Capacity: 48 round magazine midcap\nFiring Modes: Semi-Auto, and Safety\nPackage Includes: Gun, Magazine, PVC Patch, and Manual\nMore About Silverback and Why Amped Airsoft Carries Silverback:\n“Established in 2008 by airsoft addicts and serious wargamers in Hong Kong, our goal is to better serve our fellow mates in this unique sport with the most innovative and high quality products that one will require in any airsoft fields situation.\"\nTo view our full selection of Silverback products click here!: Silverback Products at Amped Airsoft.", "id": "<urn:uuid:e52597fe-b1f0-47fd-bcf3-d5dadd050af6>", "dump": "CC-MAIN-2024-10", "url": "https://ampedairsoft.com/silverback-airsoft-tac-41p-bolt-action-sniper-rifle/", "date": "2024-02-25T09:21:30", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9123833179473877, "token_count": 1029 } }
<urn:uuid:9224b713-4bb8-4fff-ab51-0f6d7d25378d>
<html> <head> <link href="stylesheets/webprogram.css" rel="stylesheet" type="text/css"> <title>Abstract: The influence of electrification on microphysical and dynamical processes inside thunderstorms (18th Conference on Weather and Forecasting, 14th Conference on Numerical Weather Prediction, and Ninth Conference on Mesoscale Processes)</title> <meta name="keywords" content="WAF-NWP-MESO_9mesoscale, A. Sun, H.-Y. Chun, xHandout"> </head> <body class="paper"> <div class="page"> <a name="top"></a> <div class="banner"> <a href="http://www.ametsoc.org/" target="_blank"><img src="images/banner.gif" alt="http://www.ametsoc.org/" border="0"></a> </div> <div class="pagetitle"><a href="" target="_blank">18th Conference on Weather and Forecasting, 14th Conference on Numerical Weather Prediction, and Ninth Conference on Mesoscale Processes</a></div> <div id="nav" class="navigation"> <ul> <li><a href="../schedule/index.cgi">Personal Scheduler</a></li> <li><a href="start.html" >Start</a></li> <li><a href="ataglance.html">Grid View</a></li> <li><a href="meeting.html" >Browse by Day</a> <li><a href="allauthors.html" >Author Index</a></li> <div class="clearleft"></div> </div> <h2 class="subtitle"> <span class="number"> </span></h2> <div class="content"> <div class="addthis"> <div class="addthis_toolbox addthis_default_style"> <a class="addthis_button_facebook"></a> <a class="addthis_button_twitter"></a> <a class="addthis_button_google"></a> <a href="http://addthis.com/bookmark.php?v=250&amp;username=ametsoc" class="addthis_button_compact">More</a> <span class="addthis_separator"></span> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=ametsoc"></script> </div> <script type="text/javascript"> var addthis_config = { data_track_clickback: TRUE } </script> </div> <div class="datetime">Thursday, 2 August 2001</div> <div class="datetime">The influence of electrification on microphysical and dynamical processes inside thunderstorms</div> <div class="location"></div> <div class="paperauthors"> Anping Sun, Yonsei Univ., Seoul, Korea; and H. Y. Chun </div> <div class="media"> </div> <span class="medialink mediafile media_Handout"> <a target="Media" class="file file_pdf" href="/ams/pdfpapers/22743.pdf"> Poster PDF </a> (101.6 kB) </span> <div class="abstract"> A new three-dimensional dynamics and electrification coupled model has been developed for investigating the influence of electrification on microphysical and dynamical processes inside thunderstorms. This model, modified from a three-dimensional, time-dependent cloud model, includes forty-two microphysical processes and five electrification mechanisms. Parameterization of intracloud discharge process is also included. The part of investigation in this work examines the comparison between the model results and the observations with respect to both electrical and microphysical aspects as well as dynamical aspect. The model appears to do a good job in reproducing many of the observed characteristics of thunderstorms. The electrical structure deduced from the model shows a general agreement with the observed. Effect of electrification on microphysical and dynamical processes are investigated by performing two different numerical experiments, one with electrification processes and the other without electrification processes. Simulations show that the mass of hydrometeors transferred in microphysical processes, especially to collection and coalescence processes, is considerably changed by electrification in thunderstorms as a result of significant modification of terminal fall speed of large precipitation particles. Change of the mass transferred in microphysics inevitably alters the buoyancy of the cloud by changing its water loading and increases latent heat release in the middle part of thunderstorms. Electrification processes, therefore, subsequently enhance the convection in the cloud to some limited extent. Reinforced updraft sustains large precipitation particles and prevents particles from falling out of cloud earlier. Consequently, either amount of solid precipitation or diameter of solid precipitation particles on the surface is increased. </div> <P>Supplementary URL: <div class="footer"> <div class="parents"> See more of: <a href="Session12570.html">Mesoscale Circulationswith Coffee Break</a><br> See more of: <a href="9MESOSCALE.html">Ninth Conference on Mesoscale Processes</a> </div> <div class="siblings"> <a href="Paper22778.html">&lt;&lt; Previous Abstract</a> | <a href="Paper22790.html">Next Abstract &gt;&gt;</a> </div> </div> </div> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Thursday, 2 August 2001\nThe influence of electrification on microphysical and dynamical processes inside thunderstorms\nA new three-dimensional dynamics and electrification coupled model has been developed for investigating the influence of electrification on microphysical and dynamical processes inside thunderstorms. This model, modified from a three-dimensional, time-dependent cloud model, includes forty-two microphysical processes and five electrification mechanisms. Parameterization of intracloud discharge process is also included. The part of investigation in this work examines the comparison between the model results and the observations with respect to both electrical and microphysical aspects as well as dynamical aspect. The model appears to do a good job in reproducing many of the observed characteristics of thunderstorms. The electrical structure deduced from the model shows a general agreement with the observed. Effect of electrification on microphysical and dynamical processes are investigated by performing two different numerical experiments, one with electrification processes and the other without electrification processes. Simulations show that the mass of hydrometeors transferred in microphysical processes, especially to collection and coalescence processes, is considerably changed by electrification in thunderstorms as a result of significant modification of terminal fall speed of large precipitation particles. Change of the mass transferred in microphysics inevitably alters the buoyancy of the cloud by changing its water loading and increases latent heat release in the middle part of thunderstorms. Electrification processes, therefore, subsequently enhance the convection in the cloud to some limited extent. Reinforced updraft sustains large precipitation particles and prevents particles from falling out of cloud earlier. Consequently, either amount of solid precipitation or diameter of solid precipitation particles on the surface is increased.", "id": "<urn:uuid:9224b713-4bb8-4fff-ab51-0f6d7d25378d>", "dump": "CC-MAIN-2024-10", "url": "https://ams.confex.com/ams/WAF-NWP-MESO/webprogram/Paper22743.html", "date": "2024-02-25T08:47:49", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9201430082321167, "token_count": 339 } }
<urn:uuid:9354e6e9-bbde-412b-b7bc-a5b2876fdfca>
<!DOCTYPE HTML> <html lang="en-US"> <head id="Head"><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' ><meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'><meta name="facebook-domain-verification" content="3993hhnnaqgn994yjfmuq54jgwoqfi" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta name="REVISIT-AFTER" content="1 DAYS" /> <meta name="RATING" content="GENERAL" /> <meta name="RESOURCE-TYPE" content="DOCUMENT" /> <meta content="text/javascript" http-equiv="Content-Script-Type" /> <meta content="text/css" http-equiv="Content-Style-Type" /> <style type="text/css"> @media print { #HeaderWrapper, .wrapper-aagbi-side-menu, #FooterWrapper { display: none; } </style> <script> dataLayer = []; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WVGVP2Q');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVGVP2Q" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script src="https://r1-t.trackedlink.net/_dmpt.js" type="text/javascript"></script> <title> Dr Charley Johnston: Camp Bastion | Association of Anaesthetists </title><meta id="MetaDescription" name="DESCRIPTION" content="Dr Charley Johnston grew up in Kenya and the Seychelles, and attended medical school in Belfast. He joined the Navy as a medical student and has been heavily involved in military anaesthesia throughout his career. " /><meta id="MetaKeywords" name="KEYWORDS" content="Association of Anaesthetists, Anaesthesia, Oral histories, History of anaesthesia, Navy, Gulf war, Afghanistan, Andrew Gilligan, Military" /><meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW" /><link href="/Portals/_default/default.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Portals/_default/Skins/Cantarus/libs/bootstrap/css/bootstrap.min.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Resources/Search/SearchSkinObjectPreview.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Portals/_default/Skins/Cantarus/libs/fontawesome/css/all.min.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Portals/_default/Skins/Cantarus/libs/swiper/css/swiper.min.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Portals/_default/Skins/Cantarus/skin.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><link href="/Portals/0/portal.css?cdv=2026" media="all" type="text/css" rel="stylesheet"/><script src="/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=2026" type="text/javascript"></script><script src="/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=2026" type="text/javascript"></script><script src="/Resources/libraries/jQuery-UI/01_11_03/jquery-ui.js?cdv=2026" type="text/javascript"></script><script src="/Portals/_default/Skins/Cantarus/libs/bootstrap/js/bootstrap.bundle.min.js?cdv=2026" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-140024094-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel='SHORTCUT ICON' href='/Portals/0/Images/Modified/AOA-favicon-AW-RGB-48x48px.ico?ver=2019-05-13-103411-677' type='image/x-icon' /></head> <body id="Body"> <form method="post" action="/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" id="Form" enctype="multipart/form-data"> <input type="hidden" name="StylesheetManager_TSSM" id="StylesheetManager_TSSM" value="" /> <input type="hidden" name="ScriptManager_TSM" id="ScriptManager_TSM" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="DUJYuwkTsDTPV3vifezLs9dHNMwG22YK1Uvhl10MSajL8/2j0lo+lXINYwZC2Q2gG0sEhjZQKB5EQaYhOgzwUbB1KToom2RjgvzQVmf694zWJ3s9quNJhxNhcWbkzUFVAfP4XCkyGfsGcG9h70wgVUqZqO+aGLEfYcLD2l3w1Uo0Q6g4XiGn2vhU15N+nRSmVpOVw/atnD+uicCL6nRtRw8c7zJt+E+qH0HZplrhkciNnvq/9dnZOCtCYrVMucqF0IFBYjuIWW1XKTBs2ihzWg1VyI61cg/CStD56dOQefT/ShXn3IfBSfz+6tDVDGlwTLsgD6mOGTCBKEh20fBT7Ifr7Z8vaZjC0gAxckrmUPhcmQkLFU3K3GINLAcX/nM6Ss6beNeBhqtkegsvwBZ4BikCFMMnQgthVwX9Mo5dVXn67bJU2LOs8wwFrWmCO+MTj3U8HyX40pffVq3htglLNsOp+/mR220868hCiNno2xt1pU7eRI9TwHWo5k7uj2lUsyS8WRJwNnTJnpx8KrPMXoiZzX1GnShegj5rG59AUenV42Tux+JiKcK2zb3K6Vb6nqmVdlM2g4bSfbf47izv4wOyBNpRUYuY6DquGOL1OtdLAD1cXVo+7FHYKrQn/6Hzdgf0o9Wk7bY9rlnDKJBnOX61yOHpYSUCjPb271AuetQyk3vyUc80Kyekj+CGltBYZIcJV4YbRf9corqS5W/Uczd2DsFCqjGUBzO3Z8KghiPluBuRtqdU/40fG55t9Scr7rnKbN164TLWn3hYCROmlXWZGZwZpoYfV85hQCaqY4rYL2rBsiCOkBeUgt2pZ+C/5+TBXIS0vVocm0v8x8GDBN8erQ6QZxt50RKMPuaiLPnJp4/D4TJR+v/Yp+DFJja7Sek+bJq/haHFCcHlMvhDFNUwdtbFeppQDmpsWQa9NylRyczbFMuMV8ZEm412SCJGj9TyJOPqfkRvkWl5GRQCFOinEIp0UC1orls8V0KxQw/46ot/JxEQPOdPelmoKy81aKiPKYtIBQI7UlfK7suMP60KNYmeWGMm9k3T4ZkLrs7OPKK9g3mdPDPmEAJe/hXCAOXqCAgcmZatPrCRCUAhIZoxMY98tYwvvCE3aAJMd9lJgieM4VwAhGyK4iBKCENXkWD9LJCsMx8z/w3BlkZjX/xFpeu/Tmocu93XjjtkVZPjEkWdkj2jlSwb7gy8rG2XNHrng/1dOgjvsqzhkMTEXgHJzz9U7/cLHU3r8YucLkuyL+7F0EFIv3rpHtkRHK84rn22a9aL1iMze0yuNZIIUgtL1kX1SWhCyQ8GQaKrB/QcuIwX+z92VWcGF4NMublQ/Kqz5kTRrXyl92cgqmHsia7zHnf7bx2sVDZtst9XoUH5dFBUK0XSuBsWvYTwbNAHinvkFvlod+qxUq+VRdqmnyjFO/Z6n9YqK6N+6bC9AmYwYuhLL09mhqDx/6anRSSQLZBVS3ACv0bCWPJnbU43Dl55pC8b0mdJ1W1ZrIs17QqCdusetBTbNguPhxMfcdL3yX5HjEONqFkXsVbwGKNCOmymeZOSqRxMC8OyaRhdfyy9qmfAAn/17Lj04qztH3ATM4sDYfHBfkXd+Y44Mz6Db6PeslIdZuvfddnUxsa1azFqGaMBk1K1wrCGiqbkLxT6BOcRHsNThkamZXRkuMy/ZCTPzgK1voF79gkgGPIboEKAwuPjJwxyU1rt2hDtrQhnOQYT0rirTt34U3y8oCQCixFoB2nfOpsthHOXTBnGoS8lqEiz2FGC05wJHY5vmuD3ZG5etQUHgQ5gB9WO/fB3r4auklMOHmA4kaxFZDB/7w+MKDXfKA/oeX9hQtRjoRbyBZidSASG5qxi1cvQRChpGKotbz1HrF/AROL2fP6u5xZMHxSeKeE62y8HmeQ+8AZHFPRWJaRdCQA2cXWW5FRxeq25vMVbAA74dkQPx4lx8vq4QYrBXD7hBBZ2jp0UMxwBKkxH1PI5oKfnS9rKJgDmPD3kaJugXKjE6r2LfpnoPJy8BekAzAS7FPdJ62RiSKlJ8XUA9b39NK9cmy1ktif4Ejnp/dsRvtO4TTH/UYzH3sA3dDzhtXvu+wh+/Ip4lD0YqxhNDHASrM1ZFm6P/MBEJt0WVVP46HC38cSfUDIpYykiRUiKQ1/s6A0xF8n9h88fBGJFKnTW9t5PUU8BxLGkzdTsQqtktz/X3enfw5esXPrjdAGQ87rRf4VDqBt6DGqfumH4R6TU+Efc749yG8Bif/QRfF4m61FrBVPyFnETtZhGuN7DQuoTLlaMAgKsg8+g+i7bYMeoup9vq/c/5gBFk1q95yxsC34dbmv5rFHDQG7/obubpjLVkg1jZiRJcop/wwJJZ+DhutQNAJk3q0cYNrRqrmaYlhd0Jz+k2bHfSptJ/6tyVpzi/G70iHlJP9IV/e8PICq0cMmvcUndu3jXNodCS7dEZvkAfPY0RWVZJySNJ4HqJzhbDyCiG92cix29JtVFwHA/sKUsbZccpAtWKZ31ZwsfbhSmZo81Zx8Y3BW2sAeaQIMRFbXvnsBDBe+zYX5eF6QC3deZ1+g3INvsZUvEJH/NXRy9ffbHVtql6UNuJgaWoQ4jRbLAJwqPmcuj2CXDUMiD+fT5OIQarUQaMfwy4Vw28PbfOcIXKDMH9pxNBTX0G1U+ccMeHHYJDbCO+hVk0M7nrxvikf8YsRByYhURkDZsA8kuJtvY9VNCtigk/vfo3xGJVJgj5Uq/QtV51cTnlLE2xNmN2uvbZZfoS16XNmorPnSnUTMoJl+Tturwx+LR6scnwACgM0fkylIR8l/b2YSpApeVxSpgZGf1ZZi5ngbo54UbNM2BxBeU7wDrujmUhKgXuG1fCC6ibOwdj7zXgmDICUOhotKkhxbkaWBpoRB0sNGhwNTe56hBSe/+bZRfYOmIOXSjVFN485Wvklc+SeLc54e0ywkY/vii/0uVXbUkmwEp5V+L3wRjmYATCiQZ4i3EJ8XC0xj1fQnFW6CtxiOMDIrPl7pOveg8viLU2TnmQNssYnuDFpJQx+P2j5KBnxCyO8PG343OTPDlt8zyQsIYtlSlm6chsZm5F6a445XcddFcgqxHvqBCl679CWo2fB/ykZXajARxPr+pvTRcPwD9E7wuiwryk/EF65poMgUVtOZ0PXjWHBZLwtpTHflU8WOfIyzCmRJWSFFUtPs4mEKCbPFgjvOPKzSbBBK0XfHeD3/ECrx8HqggwdYMyFXW9djy2rBRFp54Mi/+HL0DwIVz8vGF5DsQW48/GsQ6xD+DQqZMF0JL4GXzlAmSxWJS0XudjwmHq8ohR/7k5AyU1HwuY7WUO1DohsP9H0+v2J2XEEyco+d4X67zYFGthaaf3yEmh+VT67EJCr9Hr2Lehp9xMHpT7bZKl8OkdAi9NmkCyDbeIxw+iiFAl2UHY4iWWrlEiJF7KltX/UdRUzrMS1fpbWTHkIbQmPTzx4Ec4gFmOSe2HYdxVrKHY6CyGchcgM1edEhE1Ym4khTdaqllvz5qSHMnskWPtGvpcW7EWHOKC+V9r7bc0Nai36ccIA+CdSGMsGSC45S0u05TibGOuZUhON2lWL6hgqqCJUdKxIXMzjejTdh9XPuBnx/BLZlTjTUYX2jP0LcV1rPhjTYafCjbEugtWwNntTBVVh0bNfXGn7SIzjMRXjvlhiXJP6qXEjnkLH7Gbk3nyi53VMi2CkN3rHMMQgsOVB8jAKf/K04i0jiXLPE81fK5evPDgSChDQMatB0lA8FiqcwrYmLAJ6oS2Zvey+8lWWYNTREueA/Odn1uIuKaUuVzCNIsbzokDZ6mHFZtCmVeh8QSftjzMMXXIKIx/4fi2Cq+ncVbC15FN3H+t3zKnxkKSQM73yz0l6zCOCkiQBCU520NcwdHWfxC5l629ZPWD+CM5aIfUXACSyU65x1Hhc4+yBjrC1aTjTSOFBKXpU1B31v/wIe2csw0hUMtBDV82ASklr3dm1ToeMFQRXkyi5wrTHT+rXsfGhbMW/GRDl5nGh5PBeM9wA7TvU+Ozw6J2e0G71koTF9MDHUrMng7Orm+vQIh2GagT7tyPZVsEn+Bhtji9+pycmdx8pBuYAmCXmpC+Ifa4XknI6G+77SDSwuMAiFnmxxGxDfDZJk9tL/0H+rGLLEqN9sQtRO2pUWHzqnsD0i80uHOWszvJlF+rNzI8JfF3v5rabPxTAkALzHNF8EoMTaX8dt40HGAVX1OZMC5negP2C9SMrwnbDYKmif7SN+LoS5GNmEmb3A1lbQGjFTNgfiJf41hNGid/lFT7aZenWcJ9sg76Vulq4ySZMHTFe0BmihcwJr87D8yGRnjFnqjprVfE9c/8FlSf2TePkH46vXRzGU49moAvjfiSpa/re74Ei99sYE2siCatk4OO627ft3vYE1ASou7mh/hqY4Q0SfMM40kYtf1QXFcZWgtK3RmPkj1spUPsEJexjPRZF9Okm/IaqiEwvXso4KZyt2TM73d6b8tA1BmkxuAkVMtO7cOwyqsmAi2aDOZ8JK5tKkGmLU9ADxpJcQdRIioIODHc+Y0M6MTpIX/iqHkzFX+hAo8ktYjeAd9AIwpfq8Vs86/arnWQ83wWe8ajw/PfpgIn2uLp4/whgUtE/71W87ihQiiQxpYyUzK6ZANXAvPIpEZRyH+7QYBTL6HfFDzCEyxjm/iHdA/fJPs54/Kn5lvbyfXFB3Xmc1K5J+xC5Il3tyxzMG0+Zw8eax/hVyP2aVkfKxILWHCyjGMkcOPmsI95aACgdr/fGY5BLOJ2+v5qFnSTQnTDfpmlFCifiIVOLQH98UtyxC1vUQhFwAzVrz8syM1AuRPmKH7AQzRDOXa5m+SGhgeAKr4NN/kSWKig1/u4uNvJgI2PSNArYeJf89Jw3xVnmvLmriK5rzmX50BeT56/iJHXgvnCUaX7Pd5pdGC8B56N81WOhyOQ0H63N42BaRb/eYR3i+jF8lje6j8Uf+N09v3qucMrIsGitIvjsZtVTtK00EMYEMthPUzo3XWb4ATdiIossR/R+lmhchHxLtMs470j5NchFeTSODn8kKnz6bPp9qu8INfL+bLAgdyrIDnR3386anvA+vHNOqltl+e5CLeIoXaFx25Vu+tCq1oiuKwHaNltsxECVa207apVk1ytVjHeE1TSRhLrcSkMWGTFPF79CGLqByioHi8nRTxPORpEVZYf9C+hSX1Q5QlYkbpN8lxWihpZcJAgXuGB41Bqrgb3S3SA1kOhIY4YRPKiMWM+Opi8PreUGUPe3CUwGEyO2Y2kZc30vLUNOx0heA7MuwBgRx8SvbBFzlz+c2Ed3PsLft4M5ueS/Q7wRzVa1p5a3hGnpdqem5onJjQPK4rPIf77oKWcWQ34H0bBe7vQsKaGiLIrKrpa39yXJI0N7Ca5h9bPsIOp/uoawGUqCDWBrfHUneGUBHI49ZIlpdjWyzV66+qb7mUpCPtx1eb2wDY58PlzION7cw7IF9G0s2MVL/79+d/Wo/Ahmk/3gNsXP3yrXTZE8pvnLidLdTYPGqdo1xF6Rlx2qGyybjMiSJIwT1INMytKWqxs/N/FeLakYcZbDp+KcoOXEv6y1hz2XU/9FSY/NFkZy/PcIwkoNdT9wgZb4qUCmUhp75qJixsfTxfZp1dbRuv0YiRmzow357GQ5XsoMOf+FLyyiuhoghoGvOHC+i3PFwP0HYIcKFxD2VhikOEdAGTevvn0RtNrz+6HdHMIvcuuadFoQCVPRise2YGWcbJMfg3lZd3W5lAj8wpDh1goT2a/gutHF8ru9mpeRcEG3N/rquNSjXR0wvSUBmEwsgA7yxguXSTP073iD/I80cVHf9GhcfFNLjJXTyTgpqhx2OVH9PCTCvSE7lfBwOGzx7X5ZcCnr3hb9tOJMtN3HnelYjHaNh8mLf1iGaotzkYJbP2AL+SK9DURrhu9wRk75gaP22YZqCZix//MadJTBmQwxt9qtNNxTuVqaZioJnqKnLSbFwKJZUHifrNfJXNwE0i4Pbn6fatDBhN2ZyIR0f6KR4TVR0z/TNK/GqazB2JGEqikAdboFkYS/MtddeDnHiioYheGgvXYVsbUvaj/aGC3ikZafmkI0hsNQit9NFfSjE+osi0trE8PZ/U2H7VPy8BMLlNX19m9oPoqwebelkdxY3dIChyHAA6FSKXT9llpXCl7GZ59/7XOY85mUgsZaGESBaNXNxMDQ0MYinO7Y0UBh5DtSGT1BgCYUL18Yj7KmfsLw2sd+VhZBoQx5czyyEzI3C4345/YP//AOjvY+XQsPq1o9b/xKH4RPvKMzS/iijfI02u/swOKA6q/ArH++Zwn87nib38YSYP0om4er7MRh/Ctd7Cqd7UnmICLhlrtPiJIaLFl9AiOMu3OedfRZ+pKOEAeRsHy+Wag4zRR4u1QTDCMTXg4f176PPO4O1c0Z3JNpVHJFSJdnT//2L4PzCA4nhX9Bq348SmpYxuumMVJqlNI64AQHHX6FM8alAtVL4gVMwzaBgtSmTNEqcpP1g7DonelXchHg8EzpQubB+CDJMJchBL/8CqViOy0HJJiirzQbouKdTrz9ZqlyBzQHfKJ+gsfnBFpmqtChxAl2YlNHRrVuSbRGwRQ8IthN/NIR9nyxXDHobkx6zkLVUi+Ts0i4ytOsjXrvtM+qObEmYsvVV6BC6XQGwSPofORBZyqkzzaXq4Fm6OT8TffuTFEcUDz4FQK0Kp4Mir0pZiQu4Q/cQ90TqJY5n8zGzvjcLcTMzvocIOaCAvmrYp6NJJvQ+CNvvCpr6a2ufkB03Z8BGRftSvKtvtPI6veSY9MoOsq7nU3cBl3MLD9JLKFMf2EWZst0LF/DihNLs+ahIw8okKjED+DnONilSoaNbKxVOOlF2gc0uv1bZE3x8kbl4G4AHgOl1wUVXn9fdC8Ze4czpFkjY33+KM9QO7FGiUiaeFHsl2rxIRABF0ir4E76G0X8G7r4jywtGj1iimPNDGkLitxac3QP+2/bn8EcZYp21Upk4EgwRsIuYr9S05QwE65wE0bhTr3FeN1DttsewOEyPjjhAUoUIqUWrixVdMdEQCx7lBe0ffWIW/nOKqXNI7AT9JDkVfZjVtwO6lEgQezBb0ZpM48Fnkz3v++hfatw1A7oJjyioY+5mnrZjGjr6CxJavatGI/qtb7yY4J3JBX/43PYqnf+cUz22xtJWl4fDZsFbF+APfQ/rSXUHBJno1fGnHK+WuIpzljyzqxNwsYEhjnvIY6Oe69/yL9z2Qe0oTKYprc5HCdM23KL82A4nDNaH4dMjTNXJje+8YSd7zRIEmn4LcZ7qlXOj+++0To+PCbP9Di/fB4WvI8pE914epLraA2MArzQ9MRBLnMVjhFyGGpm1ePDxay0GAgaLElI3Th7BcMvwDu57ylGqRswVS3WEZq8HnL8QThg5Iub1NZknth8II9cHbwEqHWqUf6p7Q6qoTYup3Fi1yG8emwCNf7FUI+7c40VZIbjhSjEhFd71/fnmPZ5uvABJCRFplyaFkqHvPxrBtHqOjkjd2iZ0cRuxlNLz/nhSG+W6IIVFqu2At9fUOMu7UPiMXbECHoOZpwvbRhQnfjiNeQ7nHq/BFTUuR/+8EUuPhLmjwQHBTqcQfsp4AYvvp4Ih0TIS2OEjoe/4GtwWsNJwX3F+bk0maMaaQ0ejjk1ZfZHVUtXXTUQqphgf/osUFVaWmOCQEr0AFdctiqcir00rFN7H+7GfeWm+vgXh2t4NEZTHCec/QeNUDw3/5+CLVylQQs9dL6bq/7knf6upiI+qvep/yPV5aidp7FZHyZuyFetXdyu+85u/aIwEv+KhfFbmlxI3hc9sdZZ3wmqrm+QIEFR49JtaZ7W/y0qrExybmJWeF2feVqEyrIAThCqRxGWUCdkHtBvQaTfCJWWY91Po3HPQqDl+euPJr7ukRIEUJehxaAyj7Iyxs4U05KDHXu9oZ1bdN4D8vCGkS51Y5STEsL26+krdE/4igrXmybj1kyaML2VsfEPt7FgSZqrDXQJVn0JphxvNnirKGn5AJy9CaRVs8IeX/cS+/LXhTABAqOZjLM7GI5RkMEV3/NbtuaKbtDsc88YOJxMHBZIh8a8j8buMuE/zddCdtsoDd/4iUvhZUUye53w/+Ov50YQDFuKQvIjV0M+LXHKV0OOiO2KyeXVcHV8/gZvDpPSrhPS3TrzYBx4eXUxSeIwB5/9tGorCDksSiOzZwGeQN+NfNHSVgYJShscDAzWcpIfaOjNWk60RY2R0AYclXrkBpAmgXHoIRv1g0KixWpq1307I9zo7D8zATQDGX+tlVTczvvMaCY1SqTriSL2m/g7nHsn4rm8E9L+WdwU3xEMOZINxaEAZNiWy+ls+WuUw6UctYMVI7e85M2s64MB+2ZJUTwuFwmbEXU5erNWkx90L436s8ApkqeuwFFjjA3xrsBr0UsHXaKXR6V+5KlWJLec4TNVwTpOmLMYX83Sx80+T9f6x75zn2MN+L6n8D8j7jJ1WaOh1PGGplEOuJ0M2NJBABeqQLo4Pb5erJbTaowaN6aNn/q35mlR0Se0QLGSMSfIq1LrMgwMiotaq0Va5ZPv8wjKR4Q6h7w5Qd8FwBHf8H/NTZphMObCbtuQBgxhzuHOGlP73ceGuSh2VQQTpQvv0yjFIRW2M7Nat4GXrcYFKIGFr0QgBsTmvMT5utce+BmfY1SdNcZIUWWEYdBPiL8FGAfgx4yUT/oDd6KOPzDjdLaI1EECdjpkInLWhtdwk1vxKeR9GfLXpBxqZIXsbqomgGx0eqSRrQA50lo6GOmQuPirqkpqySNK/hvxY8iALEO/s0XbdoqamILfBGiuyrrsLBC36jXTzWoiEp6kHKD0troT3KNrRXGXVfBBiv/1i7296s6m08mABRFkR9svOxzSLAKLqL+RALuMRQhNOrJp+SapJCAOsiH44X/l+NhXcrbDgKFDZhpIv3b7gxb/Q1f0vY9yE6ErXIyki5X50ayMKQJ31faPhyhPtw9UKnuj2DAGDKe1yLyP8I0sYgdwXrmGoW0BVaTxfPhsxX0ZwlH2oAouPnS64OMEf3rgrsAdozk6dt3RPCK+2UUkOeS8poajCgIavBzCuypkG6OeQq3goyU32WW+mjS5troZ6DnbC/g7kcUw6X0kHnXqzUNHGTkFlDx7Jvzb/bUxE0ThkIUmT77SaWp36kqqnM4ncLbibzMbJzmkmUOfurYbyqPpc+7AVSVfsHWq/fCO1sPrpDmlk85dKXpojt88AKBceeDqMSi+gmsCz8R9Xu7er7dNKSwQhCUdckVzos0n4Wbao+GH4Am9H49hix7lGz2thyfbFdowCiRPyfjaGHwi5lYiw37O7PpMkG9UTDPUcz/CTrJ2AX8EafmV9GxrMkBUexq1Tb7F7/fgmC3QcE/N4U6fgfwbf1ug6rXlqZ2ozgN7sRKqJl2+N3P358tySstW7D5RhW/cBvXSgqALJqV2wzV9pbXUTUDJ47zChKnMebix6fdroCYlko19sNODBOLRuUDrfXxOF11uKgoXIQxgbDb1d7dO0lSgLsC02as9QzvY8bDDGa8rNFLE7xIiiiDgsCAaw45Mn8qZe5vTMIt1HTliSCZPVUYm77lB/mdTeRYrOc2omRzHi96vaL0jHrT1tLfIOiTbZ1PA6yvRA8tvNaJWvt86EsHs2RkMGsDQVYut778I8en9Vau1JNLfchEAF7qL5wM43k4c1GnZkNYUArhqQM0d9aRkPd59mT/xflpWz+RNHuL7AOASDuPIqFex8Oa21Iw3zEOh3Ef80tQ6a8JTZG/ufHCpu/CKToSXvT6vJS/3zxpBt5cYmbeFDMEHwCu//Cr0WGI2LFFT2JNIkfw5DgS6iHo5EEw4JNU/D2wuGKhKmhKnuRl9K2+PCFjmK2fIOnVPYGOH4ZFTUgkfqxBTJUtdsC/WnUQUWrw4mNCLTW0dfSrBlWOlZKGUhnkcong0rTL/TCH6UNOfg98tYFbZ+RlOzA4vSzTst875VrO2aYcvt5lKNUTbfMdNWqLt3wBNpmgntFLkQCuZsfgtmruiIbqTCNfBDaEOw6rpdV1I72h5MnYt/5BzWv2uaNtpD19NsMcakTuDkgrYSCNAVwUwopRJIiiCs97QyNUz3C16Udj6mt9Tm4D6l90Jo/1LW0Qs4CYmyyB2zTASym40K7Ii0odj5dEt2T1YUO330X5y4irLp9Ka7RmMivDmJh0uO5hRLUbQmWudY3SwbIcD/QXHS7CdRjcuzj8BQPiRSco/BfWBRLTyDZoHXpgZFuiUmk5MsoqA6eBkjmuTAnvw9CEgfEkO/Fr7c/7aNJkSWpj8pMI1MwBxHt/Xi02YmUa5MkKDMtSgSGh2JBn873RZ3l4sxVCNKOXUx6JPKRHpRT6c2+4bYElI5m6YrTHI6LYcEKoMXVg21NSsbsEt0vymj4TRMhEv6Cl+Z1dvbrXc2q3J/oBLr0Wq5WVM1fGaA3kQl4UzbanEcFoiW3VAMoVOQZZU8ZfHIbzFevSALaO07rAurva4ZtY08zKGb/4HeGYfLywlhZthIehaEPN9okcZT0mucZc0gCYO8bOTJ7NUfGVubuYpfPFIyWqRr2LDwJ5yhCYqr6YcRm4b4xb0YijGtS/wO7C2Zu/m5sKoX6CsbsF677whuNecPfJWD33YE1H0VucjvneWPaJS5ofgsMa/ssG2p7sD3zCG7Vy10fo22qbmKgMMUA5V+v+iYSopQYGPq6lqBCVkcOQvrMRBJzlQcA4FP776LOA54nY5//ZcPW/e2WI22oekU6r8DUUU3mcYJHsnTMPsLN+AtadW5ucQgA42JLibIDZS4iIJ8+7lo+vmTloLNtKim6zuLzAnDdLSDl9QD3c66+o2kjcYo46gVouqyqH6LaE7Zk9aXOYIDDGlyILiUCUkMElqYj209Q784ObUJfrEOKHaLcMI29X5o3SWjBOKGoUoHpI5uleSeaz3AjjJ/G19U1GW1geqoZpfxKxSOzzxDjMwSmK06DYyegeBYnTrqIVpBHb4KS41VnqnC9/qg9zHYuSg2pkWK4gWbvtuJJTkVsCDTFMxn3bczmqrA4zmayTBbSx90w6Jl/vbJnON2RZdE07DKwFgVvN+wv1B8gWG1kuL0vj2IhA/5IBiv0Abl294ehI0dg++E5Jx9gEfGwkAHVGuBc9Tv5rMvAeezjtotUD7woERKDJVOvr1WOFcv5nwhthw6L2in/CCW5I95yiF3sfRGVPqBqvweK+jUWbUU5I5kRJaKarCJK2F0H+Zq+1envNqUppnJFUFyz9UWUmstqTvj+f3H40SJJbNcXpuRdYF+LoCAvAXwvuR1mCFFlvQtomXf7SEb9BJxGbMN7pTsUfUAoWZDsjNplsdTEduI9Kqf9ihW/qTHXGvVn9dnVKAw5LLC45tK4v28mrHqpgL8KwOOoVwfGhlzw4Y4w4i74CgWUmBnWamaMGU30aGv1yxX1/Fce7aGsl62TRHsdkt+oJeOyse3cCFhTlQI7WBJUS2itf6DPR/tMqzK/GgdV37qkLb4MLMUAT8Qze7S1Wv/mcFI+DaP+7qqlAXOAJS82+UE7M1bvyVAVThkxAzhuOmDKkqZF/5L39VDDdjM1WgNUN1RCAV6/ffI+K4bmuJLRbo+XjEsT42OvrmfQKLMWkEJRN83bS/HpaLNF5y7WSDTHXe6VepXxxE/h/RnWoHcG1CMVgPF+JbTwWcZg1nl23F7QbXqY0exfR7xso68g3/rs/xAuF7KxfrVNlWF0xoN3nkaem5LB9dQu9RhPfzr8D1qaX2PrIMsUFn5C4cKY4KsrHO8pV10NdJm2tABFdiJpZIOo/c8gEvoUkLiGX+fkI5aD5jqGi/62S/5bJa7zkJaVBdHAZKsQUF2oks6AvH/GIBOHeLe6S6BCq3/Dx9fqoEFoJKbdGxT0t7LhU7zRkivh4Pmr28b9v0V4V6Cjhfdn0UzqhYMojSZnsDL9160yDTKmjgLgMOpb5iYgLM9+H+4fNsJGY6HsXzoOCLITydD+7K/Lh3ubfWASdNehYoWcIm4DPU6sryF/KKubKCA6q5/jlIzBynNMuvTtuSwpApHrSQEWI6t6Y0rcMxnnwF1WQNWemoiBSvI9vIHZndrk1G4t7O8UdOJlrXFcsqFPvRuRz0VUszEb1wL/xJT2X125raFyy5zDXYq1khRhB2dhs8RNdOeb3JYnbJUWUqmR8+3rd+ivBqTlEvoh5+4EXZ+E5vXRvq9a1Yju5oQ0fIC+xusZyPlW+UtMWo02xE3/QH2F50Od0ftejfR0w0TIeFrzQDUqLxyL0KZ+aKUqA8nqChen88IYNYkXD1D/zpHVyjs5/xE48p9iRY7Qd02Pjg1AydeQXS6M6VHRtZ+hIUX0SuQcsqAXwtwGu6oCWBbb4tHH1AN5XTHcktbLjli3um6Wh3oyvJHcGNFV/Swo0/yIaoSiX0nqSKaC2skOUfBRcxdCPbX13LoSKCfmpBYhgbp8Td8j+K6KctzI42Ti2916uaNa3FVYXyxbh6LCwpe9F7SfkRLI4qqKzMkJiWfmXIkKK3doSZGTOgcF3Kl3fqN/cKYaQsdllb702+0AtX5TEGDt30JMbtItRhSKKAUgOGsGLK/ufin0vz6puFuUbDUkVEvCD0EE2EqTtiprbpg0AxdAW6Hv5X2eR/fPvYnU4kAZ5Sp0vCmvTmfSk77+9ZggK6PlpJAky1IUlhGcYDIEjC8LGEqdnyP3dL8oBcvlXYU6CGz2IFgCyfyyRqT5491ChHxIjDBhChauMxBl83V42T7Bj1urIvzOCv4A54x2U25zS95clGEo+yOOAirBeMr+DYGH2HeoPKJuvfU61Ztgx2INPBy1nSr3aU3F8N0u54BE64gV7BP21IF8QLLjknZ7PYwAyTclSDzCdiHsk3egRIAm5/IEcy0/5lrIzHJsJRit5+cH8yZhToLxxSL06lUm2H3yt3B2iwUZt/AhR87Am1SH0bMZqGQzsFcc08UbR1wn7G205+lSbRGNcMByFQgBA7HpXmE11RLj7s6+kXt85rjSledPbu05nYPxjtvNCLEjp6rV+KXtLdtquT9qiY7tU9Hkt/Blc5wXvLBiMQqGAde3Cc3M94+NirNU3rSYkfHKnDkMfE3WvfHP+GIPm807o2pllV1b/2X/ZC6y013R2GM5h2EMb4V/XmRkNjXIbDGEB/mXLePbvFVWjrdLg9JBfanMVThmwLzw41OxbXWmO7fAbNJXvlu5Qc+wWLBlLzBt+aRXpPQY4ryvAHMHcrP7IQal0nHT4ZMxlCU6jhuko2QfchoGpWL5tEnIpnn6Ou6sykSLuYa8HMllhQs3wvpt5aTyHf2S7CSHQBFk+Ng3mwVYqRgwoQWYrtvAmKQXMqhajIM9D40e0VJ6vkFH0eo9hfbq3kyq1btjTSqSxJEiK8jaYfGDu5BWvJGBGGpLNjl5K5l5KR5sTFkySkvuy0888Y1XT7qDzPUyH3VwwjTAZa0aXKgoTtVMl8Jl+McsuAE/hRTtT0wXEr8o0htDbo724odiRvr29GtXvenTpaqWM1KTCU4nVbRA564XHxkfn/rGAjlrtHCyDUDpCurR1s5w7pEbnvQDaWgNu802zsQ2AQUCirSv9FYfwF5BkbDU9ftW5meCKzNGuGAik+SZqQYPpZYWchgtsFu1RaWrvEdj2XCt4x8W7sR58oJS6diIDej229SBZU1FkjNw9rY+KzUgmfo/LI6saaUAyEDGEschEO8HDcTA3XbHKjcdfij2p84/D3GXGpUcqZyAJc+2C1f85xE2b79JXitvqdh6BvqP0RXjWbKGevqOb4WHH+VnYVwmhxxVDbWjFVNVuSUHVF6hM6R5teI6u1JNJAXzJr1j6bvMgIM2D4ojHauFcnhYq/b9Izoq6cOZl9mWdQmSHpCx1yTIaabXk6JXtN70ioiJrfB6sjBn0MDOdxDxT06qOp4sNyaytDQ2+fDCOhHlJrl5EkKWf6ugMw7JBteorU94A1vte4Cr2BEof8rL22f4YOm1slb1iSS4ZyNMLFZ2DQrO3XkZR9gB4aGKScpMMYlCVPvwUr4W0U+Ml9MWTDPhjEYhJp7k7XHbJK2on++PXueouBb7jZtUDMxnSoyj2y8aO+Logu9Ocaoiul5TR/oTsoKBUlu93cXKzy7YOSFBplB/OgT/jREbfLoNTdymiw7n5U4RvgvQdWTvjx8MBqv5gpPcy0eMhdG1oP2DOD22trWZdaCbWnCAAh+rlYgkvmmXHJ+CLgJGL5JQDZK3EiqSJTMOnAzVsyf+JJDnqNL3Dj4SHtH7scF+UtVVNwNcLE9I/DNryfwoLSqEHchZDR/X19EWsrPk2+2hYcweKHOndzm1zCCF9Qtd4MQ7MQFxnuiXGUtz9Do9tyYopKlQihnp821QjqCztj2HroFODeCfIiXwArRdYJicQL8JFrZiWtKWHwThfUVVwzPCOBxQIw+ee6xv6KjqDmpFOTdvbK8GPL45ypO6uE2Y5S/ebfJp/vKMkR4DLODTBLRoiXENcjWjbG1kSereiKGcgmiN8hzMYT5izI/XIwIS6NJ38EUOyZm1mbbf9ThuGWZ6SnBtVuCqI2JWT9XY5Jwn+ia+fsrIUsclcXTmsNcZZT+gifYub6MrvORMFU3YAASLhp7F2K5GiAUbSUlO5S08S7SCopsnLE/tyqM7QC80hC0G+EiwI4x4Xv/4COoNcO/0ZchsRMfuDV9I7IVBLtJpJJ3M2HRUqhy1e6IXIfn1VDWD6MtNAfTCvc/oirXW9SJRXNy3pNzZbU5PkqBkLUUnyk4Hb13trY6IeBCV0YANxsjoz7Z7mVEnRnqxuPQPpILzxZBQz/rGuUOXb+64Z/tB7t3FvgVedvEucKL/VtQHVC9Y1z1Bwa+V9tWjDCKgX6fyOGFzH+ah4jc8Pd+VTDoS6ALXI/zIXIP8LsK9WXGVxIs1PUBoL1CDnCEimocZQU15VISXfZch/Oxcss8yRKIneNwG5RadgqGb6dk2wPftUGUY0sV3vqGTCzLSOj1v4LHmZ57PdIBkHpcFB/AS/BPuq9u0xdQnQraGdCn/DNxoX7J6twLuGVgkBF8NFW16HOL1OMq0/co4y53wasmu2kRxgIp+I/DsL8ttmyY91/jvdraEEqDOCi0a54Kc7qLqghpaBciFlJGZmgAq5IVAimuvpJqhK3B2kYcSEkUDYHaoeVm/QiFas+aYX/atbghQ9/H05UxUEQwS44vhsEQf2VrLbZknW0gvl5VPFsoNsRJ33+ltsQmuJIq+yBcOs2Z2rp37EtpDC/GsDR3L3PaTxWiJUVLURNN2TFGh6dj2zhZqJc5JRRvYfjOQRtKTJWPhaJaIrXMixT4hF+dFk19Nt6gAPS+egZ39erYqcUU1xcRkTkI9c8RPSKdekvozO/Q3gujKFbytbbKM09yKY+uURDjT88pyTGgtfOyQ32eo6Z+n7MBahj1dRapYdOLltg+kzuYZr5Ou6c7bB6/zOtc/A+44O4jB7jusEtn7TMgEC/B0mhEQ6v2hJcaFVqeP2oG75z+kyBACEL5iSlFbi1Z5wKs7NOa6o2xFxZ9tc751V9yjEYNfLmCqfZmTWVlFKiHN0heK+2A6cUPVHXdQfZgV872/CJzi4CKaljxYWrgurbg5vlyiF4qGGxfyJv2qxJj6B77TtiiKyQGxTRWLqoii17uhY3VTK4xVRDXI5jRHXASa2VGmAJC8bvo6Eu4EoW2gcIMkc/8Ckq1HCtsfuH0byAue6jn/Si88TDNzyAtN8rjA4ezp3p26nRTGLGpR96T8WGSvQuV72L4okCsfBSQp1iqzkEJD50AJKahoa3mvi7KSioSgkSgOARR1a0D1WljHN1Zg/TYmENBePhbtEwBLceaXjtLaMjXpcFpLAYNHYQLLhx4k3IpRaI/9Ucl/jf4Cxtgx97JzuP3AYeskLRY72TwdLCemtONYk0jZ14XXAgt6x+ss2UIkm1Q/TpQpo0gBdlaKMLkJfSXlWbnctn8cfzys2CX0FuZ6iaCKEXuzBHb9LhyC6oQcbaK60AOT/GdZxRkc/WVOoXJOllk0TrzgcsTwwq8DYu115UB2k4GvKcA0WooV0JC1SuvS+08BEvtsFcF8erF+WHzPSb4guaBQRwDNhFXN6COuMVBqT2DCEb2WlCg2r13GpoT7V+WTGptR1YR/9TxxCz41SdKDipS/1KDBLM24LDsiWZPGt1n5qFF6R3HMN6iknrSk8nI3uIYr3jkMBAbyeIGBDTTxpLzgjdv5r+DwTm8afRQredlkdYhdwKktEWKYu5l2iFoRuyVk/UjKmq/jY7KzV9fpsS5zSehRQF+5MZPPPAQMQX1T0JDMD3P3T9+Fk9q1gaifF9Ik+zN3cAKcbgXFKmZOBrNWcrq9Wc5BubU3pp/+8zKhH9mAVnpk2lkudN7C8tfmkm8b3SGElQfU+psuojiH8ZeUeOs1Eu/iBXDEo8MlgL9TDiY5EEqaLDYZvK9CnGLwF1kDOastE8iIeOphymMB5VeljwPlFRgwc3AY1s5YclBo6rynP2eXPkN1kM20nAY6jXGSJQGLe98Jgwvvs7/1MXTRkJ1Aui/E7KkyyMfxPPOMtdazOIntCSQ9xvkm8D+u2sdtVHOSuWCEB8FzXmTa7sb+bov1GgTe3cVvt0jZiIHKWl7EiiPN7IE/R1yYzmVyfxnwe1Vx1HgzSjpgDUcPmlYN97xFHHWyDsl0vnB5FHmYFif3z1jvNZJ53f3RTNjDA/y+6Py8Tfgjx7cKilfxzsiJi0HmCUaG7+nnJnBTWlXIDl+pyb4k3+f4FrBsTyVJnHN6NHmQ0RaHXlewKhQQY3zrl1IEQy6ppxdcYP7iJIiHOV3lt2K7uA5doiuxHFP9O+ijPIiF2tC01mka6pu03AJf7EGhRiH1M/26xj+WJ4kz+aoDX4tCKH0oyyf3YFrNR1BInVqqJ44qjMVfWmtz+R2c/t0oCkEtZHrcM6XAJkOCXl/UXCZ6I1EAYp2JtWRFrBIXJCFgR84MxIgN5mHVIrhmDA5KiSye8NG1UhC9VLfS3/yZaqrq+P+pJJSAdYwwSYfPCzFksJUoq8eNfuxmhE9G5vOjI7Ht+y1Fg/Gv7AlP5oonUpMSiHtF8Hssq4qSjxn1kcFX9VI5gX657pZ0SAuPGGrFfQK7NfGWyyaa6K01rTGR38JCHIqnufeDPkhctmdgSLHdZ0x6K24VH337lqfzblkF4lYnvFxxIaAeCfstQNd6OTTIceyE3QaCEmxoQOiQpgzy+LuJ0aAY1bgmoMe4ZUJPMiZBDuTKeLdc9MiPJsgEVvIeCaWr0dgGLoGm3UilHuNwf8ZsZqYNuXX2prYMU6E0rPR/WfeMwxQMF43zNsPvUyIxmKsQvylC1t+rda11zgqEwsFFmluV+PFoVPsN9EF0zYSq5bEtwGtnkXIsGSSUveSCR2auIl42snaSG3s393EJZiVXx1oGwyhndJYXkp3rqWHrhddohiPHJy2+iFQfbsZuu+Di2+5N8AdgqHUbYL71N7Z+AGvCB2++mmMjyMt0CDdkbA8le359m9Me48+4mR4IxIGi16KJwmU4vpE4onSvr+voGZgqSkvbqex7nthTIHGotJoyRap2k/fYE+2UeemnPetfhfUUMhEGVS5jvwEe43bmLejDyN+0KFGhN836nfVd1MUH/AhpMfZKUef0Syp+Q3AP5YyIYe2FTy84huKB+JfPRzAFEt4jjsfJMQENkDnwiqLgOnPZixmGo3yy4dXGtJ7cW3h6U/9MyZtUgDqqnILgUVZcZk2sAzY1iCeFS6if3qsRiOwAYAiywLhqCBXMo9DXRTrK65lFc2Q+6qoDGlG86RfW/jqq3fvB06IEeHQut70P4Og9C/gUgKw14bcqCW8ZOaVHj1NGF9k2pbDzL7RO6wBsY6K8KdEF1P/d1LdQFhoV8Y7ZBU8wLKNmwV24XE+7w/nfINKVYkKHTq+KN0zo2HXffGrmsZg47wUeD7EmLWsncyCB6GYBNaZGqniN2maiyIym60Hstrdt+7UFYN0FzjW0wGL/J8UlX2m5m3KZB2l44XHZ2MCcqEINxMJGx/B5Xgd+cxsbO3Sp7Blp6XvrwfRfkkLOZ3i/JAmoL5tco3bgHZbMG2Vod08VPoeCekKzsqReHA/vMC7UqRYgajq767ZsVfIqlHCP1C0MsDLRY982GSeN6opnHGk1tkNmxd9h8tb68AhrkN0fu6IMWQ7R0ogcvs3efx5jF7hzBU4RQQLqLYZzQdHzIxE5f/5b0xGOMeQH+lMWBQWBBRNm7KG2yUExglPrdFK1s0nuLfJo+eWVtPDwCoYCq9+8elSFcvvH9L7LCP+ylXh28yEhc6E+Kw+g11UZVKiFq+3G9ndH0ses7UKftO6S+CdHbOnQ7R2651GgbB5zJZghb2lMZrSoNagdAnrwDH/Xj+psxialkI82oxqXSG4hNQWZTI9BwTBE3ZjHCvtrboroiLrEMWITjZUImot535BEvFyUgLSUybnLddg4PL0axLJdMIO7MNZvZQG3B+qDNLOFuDYqaE5gjaPiKw+81wc3GGeNpuODt47Lzrez+7ct3XqDMeTDi8Eguzg7LRm5C3k0P74Jl92VWL6InKh8r9h9aDYD/xkilp8bOaatK6eWE+sc0DJv9rk0hHqu0b8T7PQnIb/UsEZBQwVKjGrpQb4kToQeAtNC7CK25YuhjEX8cRywkjHK9EJvzrBW3Dx0aZmG985exQJA6954ZGolTQFgBs1S/mfCsMXB9b4pBP9xNdPTifA3hgEvzDJdwYsyTtw+vS/XSFggDhVJ73Cm2zZyt9B1EvXrpu5QBivZ0vvpAJFHxqwfn7QX6w9YpCizlDJ928J/UNDznuNHYQMfoL2sfl2/SYXfGSdrdb1lbXVukknbbDF9vE0gItkB6waRD19TThMtxmBmcYN0KYtNzehm5agZoB7g9p/V204pxc2kFLmIoERYgXSETaWwFcAxNMRT82fVFwpZ90LN21ZdWh6n0hn7YfPENSdQcZLsXeSHhQwWxmdV74iVagEBRoBUxMBIryg378rlCeWXuiL3GC0me778ZGFyiAZtE/xRfU4TEDP8fSz0K/JYf8p3o+YFjYSNZ2OGJWehttD1kQnG3y9srNwZNE40zJ4GreJZ/cZaqRGK3myQM8xPqxyx6VR+uxiJkYbYCqntvme06BogtP/+L6MCd0wwr0nKuhjhkHgU+1syeXes7VWdAuWFuXgOaR/ssA31WbmYqPwf1MbY9rF+h844wUjdFl9JhHU58UWOAgUb+Y8wWcWo8nBK1L4RxJSESgXF1K28dr+d8EB82pi/c2SAMnu76vKXZssWZzA4eprcDfSUDQDw7IRYbvEkFnvoJh07urz+y9joFB+wqV9n6WxMYy9kHrCS6mlRHQIe+wlScObkz0RpaL1GJj9f9YQQSkaIvqNQauw7XVZHAa8JT61+dmRAODFeifiZ/U2hqqRb/jeaszv7yRZ0ys54vUWkqywgVQTrFX1pO4xs7kxiOgT/bb1H/30hIuU7rdpnW0/9CWpNNkVFvFW1ole7PxT1wfzR65DTmrLXKg+cuUMwd3Gq8fo1RKpPykrIhAvqQiFSJLve5lxsEBwS5ltzdCOoR8zvzpBklfzRpUfa3DfgNHniqWDxmXvr9+3JY0bStJKZQpJS1l32cynOwfAEw8o2iaC+dud++Rw5H9vh/+y/N3sasy5H4ZuFUXKCD5LLs8iZP/88qE8JNBIugvcOe3/0xEiejqbwbe4jEQb5VeyBqqfm0KJf/aaXHKaouHqZTcYdaN0WAlcASM00F0UjP+3iv+Y5X82lrFRMux8iVafb5lASjns85U81KdSFOPPR+XUyDLJWAJTY4CQAIJcOobu4cS2+e/jhQJuI+xt/taENb7Hadan5e8dNqQZCOp5ZK+nPEk21EvWx89JKvZCD0oegRrsgroV+TluIJScijxA7diZZ5l3GR7Wkikd+hb0zoSDoN912Eh0LsjL7IEZM0Bc7Cy/WgqNegtmhNXQnfpH73dV09bFXRR/iLiND2niQZTkMuybDbY7JqxkEWV2GixK3mutL72EYjEyU7aF2w8sKAEH2x5FqSFpgj0MstNynqei8k2MVDmdyO1K9DgrPUG9VQKEteejXe6c/NNZLIgj0DVJyjrxFnprCIAJVgPL7kTVZHR7qQ25dTUz1+iLjp46umz4F3SdXG5Ptey5YNHakDXOZYpyGcNsXOs7hZwl3FOVs2g17NxclwjvhdqAvtOLAxTP1FwgvJ/dUk69xr3X+7BuwwudGt9rHCSojiAKDFsX0nVrrpVwsUyHslA4U2BoB3h49ucNR/RO5KaH9gKZmzIF6SntsrJloUXSbzlbplzSfrXW39zUNnyO8fDL73LW6evW+rSwluPkX8nJGLoBevVUedAz/T7QTq5vJ4rcjJ5LaxUuJvSarTisWwf94C5MQdkaoeRYMAg519AJkbQCzhH7TgcBnexoVCJUnBumbI+rM1o3vrXq7I39tievJ4GhG9/UGJ8nGVd+NR9xanJWYQKKe+C5o8VixQxlXJ4YZc2wa5MYFPFRgkUYy0V77ILVSt6soSwbQtexFRPdro8taZL6BsMA5s6lfY1aimKr/aK67pTLZyWyOHrEVhIAyxIGdMEa1ZWKSGHNvd9UZzHDFWdC0R1+GEcuj/BB2QEqWrUq3X2SNnKLZqcPD6fesdHUjASZ9Zi9qNDnLtxmlFw/dpFabWthTMx8wBBtnvZfuHYtsqrbxKHHseXGh1pu7gF3wjv+YFhHeta5ChCbMyTrTlTdjwM/lCncedRFxLMgS2b3YVrAp6Ig9K8n0O/yfgfn+1VT1LHUcJiZ+JH6T6HrAcH5ELOwN8lSzsQE/thXXL2pkMLybHXcFayT74J4z+0g8AchPIbl/BxKY/iW6kbfVLeFTiXvGjnMw7tUrD1UK+szuCmBihN23ISRefVSLQFJfD87bZi4zQxV2zNAqzI/cu7d3J8S9lqHupN4txVkfZAqfwsuUV4O78iaS2wFOZBjtCBrMV9jrylA3PIiXussDf9XNMQ9u/dp5JkOWo4BUAtr8wZoN3uN5RIJbCqJ+pJvdddVhEwsflPjnpFxorCTE5vrsUa82//lGggKYVT5iaHpdR6B3rd5D5WsdRIzS5b5VvubfvcUxxklPueUOMQnm+op/2GOZFaGL9OqrsgGaWNYgPMIRNFnUmxjO6PPJAAPGp0yZEeeRrj9mKNNwpCVSpDJygdohibafvDaK7aFyaYxsJZyQj53ADUo/ARu4eEjHJYJqRynH7oo1PDY7LB8U5d5uy0+o1piS/6SDD3zyRdqR7PGhJNZW0la64F+DyGSAC0BpwPgaNhZny5rBuUID1Z5iSZi14AzgRY7VJcAiTghPnXph2p4C8SVhLRsv1fBZ03/t+ewnkni/BI94fvDf+CFfDgF7YjuRX8AeWsIMzDBqxDzJfNe8D/r/dp4CSG5QcPH33lK15gVAX4xwnZkyprGKYxPxUVhvD00L+/oYexAywlGdhahZ8j1nbjHMDWGdeNjzfMrIr+yTNOjfvz6L+qMthDO7rSoc8MsvqxNjVPoqCZ9Awv5cEKRH4uIFaPqPm20j7JOBEbXwUTW8pT1x45rrx/+YYMG5qn4h0YDGq+aFge24gt0sjyeVeCrnqssiX15tdrEjmCw3IfS0bIM3d6Nst0x29bJ50GsJ9wirSz5sVaU5SFz9WkLDmry4dLXPnCycCL04sD5v0Tin4i6r4mBlJIylzje4zrRItTKbKLcIX/dMC16Bafl2ge2HkdZJ1uITnc0BM2aZZuYMmj3BSWzSkV5Y1hIbbGuioYQTCGL1DPrhfIk6XiiuKFPHa1uMWHfBLmHrDy+06V1b5n1ELjN6B29HDY3nlD4hkHhukVtfIPjjvUUEf+bx8X52/dlQQytJp/qV/BdPU+XFCWajTjdeo2+jUIWUT5/z8SHGDf5pjCq2i6yzA9kQHb8iI+MlDWbs11birIoX+r+CXKTz57oreP3dr2IfGlIV9dBp7VMZ/A17+cfUfFvcSYpmYPuBAq/brNXC1cpZEnVwNURKDDNGZ2RyczfA3mOX0Tl/tusqRZUjVsTmI6G7bdgj+NgNDEfK1Hd0IDfI95WJ+qoWA1uZQhrGQs+ormD5wR/NSryuI2+ozaj+DFHiPemoCkIDhTsYJE87RJ9TtQesz1bXp8Qss/nQGthjMFZ6FIPHy9ugmMxwVxNgemn4+m8XrwejkOS7w4+OgHorCwZ6Vy6z4R4jnBEgGiR8MZDB2ggjZBvJJHDsIJNr5wghtguflrdMmD9F4Dk+8j1EIZuZAnlXGvWZZNpLQQCgXStkjgzXAa363j8zVg65C4RaVqndKOw2naTmjboUW2/cj4enhJ6Q52XqxPkurB+s2ePH9dAbdAwO1UIxCkZLsqHvDoUOeDBpOGG6lcjvjtXuJUG2MkmXxPn1OmTY7OHLLP7Z3rF8/+HBlLMnq0+IGFvo16gmFb8SM61JjIt/ecg0LAdcfIHbAqUxtXLuKslUPTd4i5PuQzi4EG8AtmkBALQieIO6gyBCJKQm+Zz6bjNytByOb41pfF/+K0P/7vabzG9ripq3PA2OJC2TVOEWeyDdEKso5LsqMKZuFgzHSvi8NGW5EqSBWHMkOD3UgnrWKk79fJAW5GWBnrJ09hbHwvHxQJjP7VjoCGXbks8TJPrB+WbMhar5jfgnNWM+eKzblAGh8TFeRT4X9I1l3hZ0ugiBUAHj9Tg+imwwU4BWiQR/LmU9tkswScmrGSaeYUSDgGih/n+8mHT3dMGuFOpWl6nUILX2n6bpjCwn79EArRHKOh3HthHhKkeliewe+OK8I8rQlAEMzQfKZc7nni50UlK372wN9BO6Al+3W1Q8Vyvef0vH2fv1tYcJUqt5FTGhci+zucSGkPks5qGbH4uCelh/XAfEfTFLJxL8GKCON5DxyEBnv0qJo9qoWSE5GD7XnOAVEjPylkL7fLEKl9bjAMMgbSFJOGdNV41WIRnywrMVdvJ0tOL4B3tnPuuzLMipwSg5u7zpjdefELEw52kmbP1gtYZ8lKE/mK95yCas4f5N5De9Yx7E+CeJCKyBrIKJ7m+fHYhZ2NdWe4FK5rXZHOpO2LjcNV/lKbjkd8RRORXvK5PsXSYKqZ1kjsA4cffE0hd3IAhWNJY+nLoSM3Apn0woITNvQv0m90mUSOXD0SnRVJc5C4M3F6c19qAAzSYLlIKgDl9LIyi03EdKhg7UJFtdgqd0gLombzlL6suSmSXnzvUTo/sNadcnsKYea2+cXbmkI1YU1vOeX0U83PoEvCXEh4BNYSqaU4An7xNZp4+ElCV7j4MKU1NsFvIhwQ2nXlI1kzAxj3y8MV47CD+UrKbbje1Y7nFRPhwx0U8oQgDLt99KyewjEYhTNYdJHKMQBOOZZc892iZ27BPEAp8sCmhYTeXOIN0FM8OLPytysdq7ukSiTJFC0p/BH9yzK5y0VMyth9CE1uwjaG6VMkgQmhoyCqimEfJfXJxcTXJxGsJnN428lLSwTJxRM6wa/cA8x8nEl2VIcqdmTXpdW8TW7XdrJtRqtLRXq70S1U4kXo8ULOm/UdwIh1u9RH8IrYsN6zvNz9wB6zFKrBY6+4C33Fv8jumhKPW71Gw79JPgXGjRYpMWnvHOIwxKV1FAMMRs3w9erYH3fc/QuIPVgFpKugYIiLRJkVF58ixtI2bMFdbc41ahZwPe1BxUbCvf6Vc6sB7X5an8DXtBjCqfZSrZORopKeSTpjWjsaKGhKvQWyaipHN5Hq4tvkci6O33rYSFCRbrWndWT/VnkBpSCa3KMMD0fOjOTY5tKnebMPHBOo3kHKI4bCjmYQO4p+ZwuxBLIWmPGYWBKmD8myABO/obLOubUCIPnrJFKG127E44oiQ0t9VNBIj1PDIkFBGTyr4zSFdsgpxvxI0TiVVi0q0C3HunMq1uEaDukXB6MgkDtELLK5X7ZUyxAPqOh4FMKwOD5bP3wtDQ5afebPM4B//CS5Hh/RP3D6CXgX4lrFJuON3NNCI8+iyQ9WUd762M9iHy4pacEetyJwr1uhEjnuR+8x72fKun3nFfXNt9M7FQwzr4UVMJ81u2SXc6mJLbWn7HH7F7f2kEYBvjDhxjjVNeqain/HnsJGCsRF+kgxO86cbl3+hzERcDpX3r0U8C30YHdXBrq2r29b1jGJV/OOJ7oobiUOZC+zPauWMt8N1V97TObOG8SFTt7tSKsBiuO0GHZQV0S2VGK/3m4WXOQceujT3w7uaOAOJMjJapJ24+iiqKy5DeCPr3/KYMzt0lDOJs/a3gOHxVSgjNlXNucT5XIHNLsccb0eH05lZJ6X7RAdL0dO5rBTX6bb4WSkxUqVwTrSKrl0/PaNSXhvsucJ6+YDINDfdsWHNKj+2FIBaFgKwU8aoJnXL1E2gx6DlryOUbSiPJuzi0LIb6irvV8k5l//NTSGGJvhiPisBY98co2TBiIYFYM4hC+eCUUnnfjoFhaOpUaiZFuz09Oj4jZFqsDBZo66T2CBsJ6KOkx008MjOXZ5W9dyHXKjfD/Zl6hQE1cmizrQnA6MJZPf//nzdbX4fZZXfl6MgGTk9l+DGWQyGCuY5PSc+psQeaKpXqkWL0p0wijZl0Fz4C+jdI3+ImJwB3GQCHg/IfJ9Qdv5KWMwt4XSDTW1UNkf4JbAyZfjz6VXb0U41RQCAfLxYOoK8V9sbqiEtVKRU2DwngFALRGtv1iZE6REhky3QsxCCAKj3vERQ2xY4WNnsvQ+YJYywjp/bee3r7njzIRVYw0Na1nBCdCgpqPjCL77tb978TiGTN9Hdo9m3q4wDR4ssiTjjWDircacqaHXJlyMAFXi48VImsTo1Iz2XX/2iRdoZU2rMK0grig2q7r6kRnPYlDp8gVngDq6zSV/HivKku51wBFPnTsWsXaU1ZACX/kF0Zo3LKH0iFJZMSoO7jMz7Vx0rm3Kp1M1bgN0EqzUg0co92LszmXMDZVVPqHTaKO+AKILopZKoH5PPCS7UyyLjNxH6MDHTCbkdRfoIDOeCb5hI9OC4VNhR+d0i8AVuIuuj4SjGTmMMKewuszkvQ0wdxZUqU0BbEez0rMocGxDvu4ozjqdeVzhdEygWvH0Chqt/6nW4ysm3q4nd23H7bIvG36B1FHTfoSjGpMqqmYgXl3SS3MjhK9oW+mtie9YBF5C2Q7mrGHd86ss1Xfku12THyBZSRZPYAa/6vBOM8CgGZ+Nsfk/h6CakE9bI6bJ/tVnFAQtoUm2msbBIw7MOhZOc1dj/TGH2wKPVM3a+HAd69ySHQqRzZS08vPF8MuK9e+7p15RhfriS0J5czQsUro8Ul2Od5BNdORSaXMIftleWL84HOwNk3N8PtYfhQy99caolN5EKSveZhWYiLDpr33bOr/ME2lm2AYn6VvBZbVMCxTM9y7fAvb6MluwPo5HOstYJWC4SjCmVLCr8LMizvW8Qv79yT7j/BpmaekJ8h/XPs3tTYXHbE2ah1pG2fH+3ZkfWc+1EWVvlwfAhrVfDpMwOLHnxFsg+yemiRNnI7aPHxZax2/1g1n8R3yXrQzAHTZnWT/OaZFEqK9gNsFkjP0kH+Cihp0q4VVSUHcIhiAxRroE72aq6FOIW1HWjKpPKbJ1T0Rq2Y15rxGq+3kixQewMtp6ePabwpH5F+EBwmJHPptGDLPwdO7nQSFzc5nRbM7qloh+ozJSEOP1vv0pYxwMW8HpZsUvbR6AYQOEpCf1rePXd+JvzDhl6Xb1VmQVuvSHZye8ENmZKnyb7RmDT48UzQUmyR9KARG5SK/GevLDpFeq23Q4rizfb2xTX8R36w48/hnuFVkw/4uEUsj+/rWcoCjvKgXBdv/7k24n4/cRzREcfxE5Eix0r97JzS5mwDEM691cOtq1taX7p9Rj2q8wGOU/4LJVsctuRTcM22N/7zuyV0I/088dHT4XrMI6dmGHAEOBfRvYOkOH+RpSGv5Af8TyOwjm9ukDjMNNjVQVe3XQTcqMnRmMK0xp+MaQtg1/JRQ8/biFqg9BfEhIXYH0I++XsV5ht0VD9mUQHeZv6FtYawyjJSJaRSsqqa5GzWwO7kbyb1vR3rFYsqAHALyGswkROKW3SKQGNQnWY1uUd6MKnovocaQ1tDGi9+ecNnUxV+NnlcfXQwfN0TvbgZgae3xOWZLibCPGF2LDk/0bmVVzE2u9SPHpEZBBqo5J0LAiU4WH+pFh/LFG8rmS4SXjElSHrHHlkJwHI0emWUzmhdkUxRgEctslSu/u5EaJusXTZu/1jBxAefiuVF8at06kR++LyWqOwWplxlvehVPH0Xt5TekFlQLDGBsvWJiIxOcRNskP986KDDYIDbry2pDp1M4JKYu5pc5N8mPd0G1Sb0R2ry1kpQPntroEnqS6NpEZzp9HS/xxRypPTH+ZUWfIBw2sDgzvfIlrdfudI1zexApsntKgKNr31lTsvmJ1oigGkdEBe2WQ7noPfH4kUmvTQh7U4Dbzxq7Yd4S00ACCS5KsP1a+HnkGSXUDJjrzvbuVAClyEGozRDntqF8IL3salRW9EUhxFfrd/HRuCCp3/OXmaw4/NO08r0pxiVW2ziSi1QRElYKXii+86yjSCfy6FtmjW79qPZWS6+yJnjke7SYNnaF7Eo4T5QwS1ImVQfMZofYl9PPbHfHuwVhwLaYx4zKur3beregKTdjm59Xdd6OBs21RkNj78dIb4ihBX2bubGi1sQyaFQ9lshmK2L4YbOfsbeNJsr80kKqu4pf1aX5lFak7V3a5R+bZzJphWTMdbciT6WTGj29U542f2hDeq4KlKaaGwCPh4DPB6yWL8/G6vi5YkT2/dZ6Nzew3JtB6qm3MDqNQVO1DeRuK4v6gj3M/MsP+sSwluWx1ICMZLMfoFWoVNNYuC5s78kvKnJE78XcwdA31tuozV4//LEE1CS3+m34QJYvZ6LE7hjWh8KumCqQ2rY1ymNt2ljQpmJq7TcLO6Djccnbp0K6dieDmv16s02Sz/F7FbjCH4C0UAkfC28KvjZKTI1jVZ2Gz2Hqaylo30Je069a6AJky77oVwg/v68UilmEz8mk8swXxZS8YI0aIclD3UYe6YOpNlTAQn9xDWu7tS6B7NVPknf6jb92p1kCeUbvv9oRWEknsjj6FrHUv08xH5kmHizu26agLu3NyEQ55aXIIrMCKYv1CCn7Z/30hz3sBFk1nIonXvuhOqAhF5oUn+GlTN+/KQ/yFJBFREKD++MYkm3W/tJ3CxmwVPAEMMcdh2BS9qABDTVqO47tFwob9hNSA4plIoh0weFxwNKu0cQ1WdQdCYt8xHLvB5810GXmvuZEwcnQmbTVexYeXbR3e57YQ1zJTxaLAl9rUURpH0uyvc0VpqFCWi++45/5kRZ+ZVjTTeGyWDH3qPiLwUkKALGAiD0eIh2RD2hXuaHMB4HWHAn+9ATVvvmrs1MzrpnZ7YxlpyQ/cZT/Or7KaoJdLvo+eipR+Meylv54TmXMxLYCX/HCcwq26U6xqTW8tOFPW2uAWxeUL7MrLThPjxR4xeKN5yHciaQYMqXb1My5kVAbM7vj47O61qm18CchcVagDbpw1QVPM4xUokwzg6iNLkcjmyuk+x/265p35I3+EthX17bEDNuGuiXG2pxcW6HjwKsse80awxHmlmWStjCaqEp4C9eOTjZTuf5ocOWx1lNqR+5JEUzmpUIua99VZzLdBLnkzWytsfQuokxfUjKBPmikNrrPJdLDD0GihNK7SiKc0V4KB3O8uXbtGxVvnQLPCFX7r6/ZsTZ15gpjl1krnErQkW8KLP1wQFZ309ELKAmgvrmTW5RxHM90aEGIJiZbVHYXSqNSJJqAFlOXx3kSkD6bh6tGH1VLL+ZE6JQGhzAEPAmpwU4MnnG8PFicL3r3DXXfVQti9lzu/aHUTdbJbSLkSgOG70cI0XTDZEhDmV6fqMLUucrcH5ONPeRYG6mSMb+f60ckn97kpUSW6HUx4pk9OqI37JfY5am6jgKXEwP9zPYDvpcrydQWZH7bsB5Le/FSbuJkZZxPCF5kRRw7Q4nn3kbBR44Yclnbcbar5SnRM2hZr+pAX2n9nkO/4oNtrG9wP1JbbXWXk++Af0Gjfajf+lQgq88T9YlL13NwRcmgZBuajpj+6rS3j14c6Y8p8YkWopBuVe+NWmOtKtcrj7DvBHTwpjfHnHGaGX3MyIZAtv3rAb1s7LZ8fyASCdbp5qR0Vex1JNVgCBM3ogdPA+7kDsJ7RLvDnppqjCbMrenIkmdHVXaCvJCfhts+RkQavR9QjFcIMoqhZjYPDb24JRmxQEKcyzqr1plsnV8A9yRjGSsPLZLW0L5bNR+ZIlVJXSJ6jLuNq3WtFcp0xPzhm4VDI7mFlAcz5IPUIAL135vgaUqOW8REaGMQhFitL1kzDg3SPuqPIybFbA+ygBdZ/sy3QaPFqR5rhW81myJOzrinZPvy/wgCbT/iC69x2fEdT9CISwTmCasjAilfEUm0GJxh8z/KHW36kSbdKwwtE8SZ/VxA7HdyOsnbCMog3YVc+rmaM0eSSRwebwQbVTVPw+fZBcNf8tzA/pfnZsUbVss04HosLa5124fbn9F83FwryIT/VoHlcEvgE1tAHklqQZa++JDkEyQ0/m2UkOVFB7C0mFhS9RHrySqoKyzZZsvVxAIkrxNlkCKGTpviPuAuy9jRnMn3wA79G4hDCsmU/vjakAJSKd96g0q8F8SXVQHPQIBM6r/ncYiQ3qPl4LVteyQXcp1nK3zEW4ApVCp3W2Kg/7azFkGJXpzqDFWNjpbQCLDW4tdWxZIQssY4k0M8ELyIhiLvXiwognZbaGAYAn51b61a308OfXnjx2O2ogCF8BEeMn+UZv/dg9p2y9rccbz5YaXrDNv+MI9FwKal+lr8oUzHH8QPpjcs+1XTG02VYIR1f4+3HX7PiWt5OB+qwxd8i3iFbwUtFUFcU7LIAKOTrNh7kXsWIA3GV2AB3FjsF/hG8+rLpv5G5pWanBE9T9qnyDHX1sT/RO47ZPPhCtyGLxAsqzC/IU1PNzFfr5+meS/eSNMN0Q3WD0U5ro7N5mAB6dWD9Uyqdo4jZ02cuAoQT1/GNWkuKCT0XQgHhaf7dcUh3eGhXMRdVmv1qG/xZe0vXfW6+1CEtDB3GxRsygzrQRuE/OsHy3K+hCRukWo561SJmAOJrce/HGrFtm071jrOL67eQFNnmqFLLv1RltMU5hxnwQElOjf67OUC9EyXDZ3BibphV4ZewlGk28vKiBl1OUqFEFEaJyzCToGbTtGf/6Qvh7wNGRkS8w5X0N/+6wzCAljKanJJABwp9X7JFNttJ6S51rh6Gv4WEgPl/RJoKP5MLzOoID/R0mtUAWun6DbKSKwt83qvZ+N7ues5So45S+TtpeKQhuBjp88UIcrcqSGAHb+mwBokIeMOLuDUyYZwFN5OerwOshmuTeqKDKxdQOPt9+2oZSyPR+Cs+xH7xGGZOHLU7i6rB0n2mx0dztwPDwlT4ReVJdcOvCDXjQ+LmsEAn8GqhsKfl0kQBOsxZ37Dn//bU0d1VIaovhSBnUZQ4WluV6CNaLwjGWYImbtzIt/yLPozPlvQtDN9KgoXCvPhRP0wbiSCnMuduzFMIs9jkHOqtUja0cusj4qx4E1aMDlEPSNabup1+ZAlg420NK2nIeWwx8BPXnUIUl2A3k6nqivYFsS2Ex0XAJTxiBf+pUMSrGj43f2CY+UnWUiaOtilGeyRe5ykA4xbPaCz7O1XMjn+m0CrWHwhMnGa85PTdmh+8fQ/IlYoDocj2a/VBILuiOhNaSqqYytGey9Dd79xJEedan3YdS8XpsOqZ+n6FO7HKUcVjyqhZHDgV/GQFdS6zsaYnlgxrTj9ulKBgH55oKIX8s9YnEc8fhNGTwOTN6Vwzm+fi2xm0/7hgb9jqNZbgFYhNNKc95DNYkpmcluElinBlKIsas++uQ8IfbawqPvdsOQ4mXSjN9Lu27QP8/FIiwFkgLlrQ0g1Hnpv+5/K3E280dvJxxxoET8v9Yv6+N+3KCR+uCmiHmgvW2plCAP3Eig06rQaiTD0EKV9ZE523PMR831IbVdh7LukuD6oe4BI9oSoZuv+5/LNhUcR1KneXdNBoPp4gLcNlBcu0S9d+VLh0jB94Cc7B5Wy2fMsLCEG8c7+wmI3scQm19twEbXyYNDK8EYLr99UmxfoEAt/BZ7otlfMA0mnw8IpF/vgg55S/4nhXKMzJv6JQhmmVFxYmxHcwA3MCYMgdiwrMJRulZwn8LXHB0BhXrPzEesCkFUIedvJG4Xub3b2kQ9F8tAE8gqTszqnRDUkdiIE2wpVDYs4uBJf0M5QU2llP/HMFBHyLgqwCke3W/W3R9b/cm+gpgvJw5RIdEimKu+3os7eVpmdFtWxG4GoXJILzVROcBYF5cUnuqeu5A2bGA2nG2Nf6HVOS8ucmUAKe3pEuQ14AGfzwFrUWhQuJ5Bu7yMbm2zN3YAOuGk8RCKnhTGTRJfy3+mF1IMtOzvkkneHF/I7Z/SuPoG36o38To+7J6MvbBhu6OhF42jVoZKhcY7p7GweamNM0UahrwjCDAHzcXPuji03JCk1phs1gubgUj4pgmIubFZkrXxEJPb3cpXJgzh3xOofvULQ5NcNEB51FUMFiiLe8Er09Uv33+VZ2CZo0Tp1fLQt3eDx2Q6oAjgH6SBqW8GfnJa4b8ftPqTxPWGHym7gUFZphPbUclGp6hU73fqXwJRBTKm7Ntysyj+hGq/2qsKssY1WZvHYn0KkOIs5P+U4+EJnqdhrrkGoHjdMGY+El81bxYRDk1nZycbTz2/VJnWIpN7SqydoWQxtJJ4lN1/nVsRqiMEjK9voGahepOTT5QaujaPo9hauxj3imMM/xWc6Mx8lHMQyvgXXcjh8Tq2CcxpUTyhQu4i+LpHHmVGpNdKFf6f8AtUM8riZ0HfB0k/sc8ooscMx4GKo+JvJCqUoR2vW2rN15yOZ5/9W8AWZIPo6R8HUcBjB48jp8JaslRCyi5JqCDK2DKk8hVUsn24CDMM9p2yXbKbrmjBAIDuugqtAIvPJnjMLpnjCtWdOhMNqWddsmNbP5esiMbafvZ833iHQDgRQDdVZLTELBApKA6qmDp963hicAA6BUS9RhQ58mIPOOhxk/6tkGaVQ9RX9T0/BRpv2wVDZ8ZelDsTUEkJK5Wabq9OvF81xDXnbhPHzRP5W0uFORBDqLb+YKQVZoTCuY4qyYOf4sboxeVW55oghYllD8zVi67piUK/aFM/LjUECX6n6JsFp8PJz2YfaQmm7Rhgl2Va9FctbyYsVfhgT7qhidL/aDtffxcc22Rdff1mdXTsFxCQB66lWITDgH75ARiBIqXK19RBgHAWeQpsORD73ZyeUNyRSwn9g35J8DeHz5gwySSc95mrMESQQ6sYtUCN3ZaZcOkbbkwYaXGGSwr043BnDXMJ68X/xUG57uqODA6ufjkAPPbq5yKies2+p+w+094lpjgk477NS/NSjqDnYQoEBa1BX8uBg6rAzen8N9ylw9AbRKnh5czvUI8j1krnY3NAo9XWXix0emHlE1iF9Ef+Lwt74ObGugSqyzv5ZJpl06vciDdFE0U6sDSvHeSXbDXxSYOPA8n6JjhHBZ0fTJgy5JFL0cnSjiWhPqq9ZTBcL/5v6oK7JO8ByQTEPF+IbNeg9RN9S7yCCYdaiMp2exJ3X6zZriticJGC5godEHV70LJATByNau1ZIhrYKFkX3lEpZDGe01kVcsjUSLV9RG818jAwZBtOJTbZosCe36JYuKoph0dK/V7wcJFFKAxMSw7JrM6zB3Jwjy/jY7SRvs0dQdLyLriQnMC8KTCjtXuKGh8WQO/vWjZk+ZaGfjXUIh4cDozW1/KyVR3v0RXHd4+VrU596kYcEq9UJNYUlhfmN43w6t2UbKWYHvAJXZOdm5A625IQyfNqFgggfAr/L2155yzPTMKVwFmZNMM7IYx29KHoeBGTxRlnet4joHOm8M3xU1caqzzmjMbMuD88cw44lvqxVfrCjw+n/AfXbLZHVhYoE3kh+5pZONLLapaolT3GTsavWtfFMM0mEccD9BqQly+xZi9En/T9ptawWt3SGGaNUlGjw+zshMyBaJAQDA+EnPPoKs2taOr9HKBu8AATLKgTybKsre36bO1ZfIEoIwBx0WdQoTuCNk3WZjjmwIXUucHTycg8v8amPoX8zuphDlYIqK3unrApRD83OFHGfgwmiEaGGG11eaT2E/PUeoyeairLWcgl72n5Z2Oj84ytn4CSfDNadZJLLFkyJudEB9VRFKEfzoQbQpKbR/RnF26QY9MG9tHb6XB4C6oImoBn7lOZEt7mMkWJNQzkOpsCZ2YQb4WkJzKQYsBkCBq0w7VfxuflzS215lxqvtZbUWF79t4qyylmERB2ozeI2JEYnxbehP3QhWFmQ20B3BAHht4gW1XhCwLZpXseeMqPVmYn4ux1JW4Zck5ySKLk/WykkgQj1iOp6KNalhBFqDq/RkrQZe9syxqOyRgIm4XuPqTw+yUh5KYIq6xK0YNuKgvdouoj1XfnXZaqxBINi6YKJGPMV+eS7yC2BgshCwPhM43XbJ8i06VKXTjKTOJL8nU2U3RN9y5Crb8MXBCrpExmZ8HW0J78GumOQatEWGYKhUCbVDeLRpaUW9Pc9dN8QNRCWqZe4o1wvfMscNcMaCTMmUV1jM/9qh32S6F5Bd3662QzJPYWnxJI3D0CMRIYdj901bvws0xPxHFTqPtlJ19A//WrqU6FWNg5CDW3sn5jcWWy5o0+KUoTzgYGYwiEALjxHV0i4ErbsBba8+a4Suva734OVatxTKl6VZZUqH0JnxdgBJ2+h/+1Rqx6Tty2POcVjIHlb0pfa8iMaIyGOnHvgeylyzhaP4mXbk4IUsaAaESO1P9Yls6VdPrlO5RzC9wPlzJManLpcGd/SzAZhJCVq7QqZ3QiGrUOBb3voqPa7TaP/Iw1BkrNIFkEgUDOF0DeWL3jJ9oTtftsA2Uk3Y+fjm7Kq1MIPFgQDoYspFd8hNxer4W9W1PYnktWtk6tdTe0JAR718jwAMKiLkoTYQD9+qzjHGT/FDPyiaWZzYdcySQcIKzaQrxbbeq40y8BXCbkpYrNEEtFyAJ7KjeiCsXYnRYYrIkrSzjpALqbetw+xBWI0CMD2fBO9Ih0wfOyYuJUt4q50u/mCv0NDJRMHLMmICt6XHObGg9dAE060RLcgjFjOICvY5fgrgiDTIwiB9qRSr9pHYHoYgpy+V67IgopwmORx6sVbW2Bwy+4PCsLhEb0kjLzjsgdRPRboPiunJ3sZn8cFSZGg6xLYTO45D4Vezs/xxDz/o4rlBNdVPcayx+DEbyZVK+RMS4b2rkpge6vc5MTyIdBT1ZeaBudKJ2IVgJSJoXM8zW4vsPVlugH34+tJj5x9jxEIuvH9Otj7q8iGqRKPA8rwfKY12whgwXWSTp8CBVyzHBK55vHVYxTtaeUBtRgNE883I1TfgxIqqQ7kmwhOJD0+5k0clD+D7HdRTeNP1pKwpUvkidCNvAxlHoO0R3RDscMfHcv8tl8+/b1cEvU9KV5s4Q6qxRJ1O/dvwQFX1j2c31byjzuyu5OA6dAdTMXMlfCNv1OxupcaHLpMUaIaWDqTaJ0tNxGI8mp9zRhF42kZmAuEqHzm1rOuBQSpQhDgAMijnnH9RX4xa4t5VMtbF6J9zUjZSHAPaMce+lx2KXKwZnCQtlLTaVhwflkZwQ7CEaphXA+sfr5Fx8JpCXMkXTxp2s4QxzbUzBdPP0E0GAoe2eUQnGuRvzD3wuHgIhoxHydLhX5Ng+VITQcA1YAP5At4v7U1vOEINK67+GfvnWTiBayx8O7yLGlwystuMpk8jJf2fqreViP2FdyT17IK1Fws5t+rauz9Nhd7G/Q+0G0Sc3vJACR9m3kFSwpH5PbBptLEz5SdT/sSlAug2dVEAXp3WvVbV77MMi2veHPbKW0Ak40a+D7GjLYu1VD/faAMSjR5Vp66YFT+PkNzf7zvxmC1JlhyunDrQ91/nFY5m7o/rasQ1alVNbUJm/nI3eFo/HyZ3gdlI3D8+ZD/J0ZalDBd85Iju3X4Er7bD6zA5pZuClWBkfRtCE84RWQsR/hzAJinhctn0s6ueiv2NHM+d62j4CWoGCpSIU7ma5VvwS7mtSymPQXwT8vUUzvsjohX8zA2MXKGS6xFgWzgLgUDc3iq3/ikXIbMbYOymbNlB9258FqpZSv8UixCkbAto6DcLUzIg5n/DT4zmEW+MwOkAnutXO6m5jUUwYAMxpptOyAsF+7v8/EVkdUDaTahsRUObWZcQllQdDx8cHc1rf150DN1eIOZecxxlP59I1goeq43aDGA14JmHPQaw8/+j4VxqT0tFR8z8LzuHdCY2O/fvnvXBLcVD3ZW9AjQ9OJELQKAnSwZ/SnivX73ASfrSikj3LuSnrX2eSeWSImfRy/Zyp+C/ACilAo1fQ93JESq0K8lBr4t2PQWARsXdIwzJ5H4WAI/CCK/eCJ/eDfNK2yngHcQzWMZDrmN+8si1nvRAJYPIdIA6c3lGtVIpLyh5qlFL5Fasrq9mrhWM+iv9zI0pYFVVB6ESnfqqIE88cCd/Mi654qpYORWtR2XYXAZZI6CbnXI4yRE/ANxxWNQyZKOycs8CiMwtfXtPTObeeyqoZZkr6I81vhxvpOgUzysGp4iXRYmXovSbHj/7lAzsB6/yPjIiu96HdKKU70wKgywdQS75HCNS60cMbFeF4zUlberZGR6fTZcMzxOLAjmU8dJOlTdlO3FTgPZOqZ9asu/UZhh0q8g0edD4xzj+nRLB2CGNptozh+N6Cm84t92mOy4n+Y24TUlzXhu/fA/bXfzDXtTUXVOfmlFEedRuQuBWqrWvxMwMBeX+UlJLzYspYDxWv19YIzV/PtWgMeKkMHe0NOvKlWTJPgixstigx7zTMWxd5eIuLXRUhegWOi09A1cFYQDcs/Do8uBI8p6QXcBnzC3yr/lJKZ1K5ZDungT+GPpzH8vKNcI8d5NjHuiRJ3a85+rdCxmdn5abVf3hmd7IVFa6v2P8hRGBVayc84F/Lh6HFf+gD48rtNgwVTTLoH0oE/fXZhkmIc/++Q1gaB2zhWUcmDgUU/P3OJlDj9Qhs68dSaTyiClimCf4//gNCsXjsCaLBltmjMz0NSP/1si3H2LYNGoy02batSNDBubMb0fjyoJMJn8V+SaCvx2TiOp0o6OK1SEWsro3nyFDFNiUx/FnYQ6/rqeabeauKvZYyS0yFWnZdr/GQ1fBquZ+LaJ9s+T4m7pINcYYis4/DGq/t7B3/IspjF8s0GBCLks6nC17xdIMYLVV9Bh7lf09EoOcocDzZ74/uyeIgSTClkAqvh8E11kpDbedUucBAHt7KEeXhQw+WbaMps3P+fdiOdSJKjKahGZAiXaniluQmYiD4YSy4fer/SG+3AjecqF9oz5M+tS3RLHtwApH9tBg25RZC/giQnzIyj73bW1Q9zrf+HN7NqjJy5bqNgQVZQ9QjzeyfA/wRENblfpc1WOpy9OYC70qF0wBNo4IRgIERAf65VpAk3F0LJ35EZXW2OdpUp3gDuaLQcrsuquyFIR1pXqYUilI6+Kll6cWHX+Vrs8temLlY2hxBi8X72t0Z8EoVUWVXe6MAV0cCtDE+rK6Zgk8/ELEkwU9fEQg6H9fSulGXZU1jF4J2g0uOxdEsRQePG1AXe31VXaZgkc2Y+btAXZbGR54WidHbHfTKxET8QCGOGrO7tTwO0uoIWbap7lJCANH2liDNThHsf0mAFs9nxB943Lk/xO7qXsJyf5jIO0b3B9z01EqiWmzJPOudj+fmnfB/Y8a7voLHl66+qH4vl1GYaXc615vSOWdaHwqIt8jNUJRkpzpcsX+/ag5120H/s9pwmOjXS8UCu9etbzK6B8fll48dPNtUjhTObFpHxWbblocU4Mxgf3G3i7TQxD2MierQG9e+mQTKgQYcqzWMgMv4DcQO7QRqQd9tUcD58DCSe705sZfjsPn9nr41eWqFceVZ2cGWJtUoR1uPcb2R4OIqSUVL7/b4HiDBSN7DuLm1Lkt7P1tvVf965OUl7r89e0ZRPlT+iScWbrGeDpSHayAS9s62ALIEAdfmtqLgwUixQVR3wOm+qaS4mWbssCYrvv0EFbLTfPTD0VSW6+h2Kk1Jy+x+hcr+EQ9qd0SK2DObTgK+DEYh2i0gR4HLqQSVcflWSgXjly/DCBJC4L7eLLJ5Yhm7nYjWrQJtU84p9WB6CZuYCD155GmYgdkByKpmaP8Vkv/gxjeRbwurT/lBw9vkKg2bMw4Kvr9o5X4dxAr6WqiVF1jhZZdc0iyAmaXGqHhsfVEvUBUTJPbuVJ5iKZpxA39bPYqWLL+VXOoMKkTIjfU3GeYY4anlsm4vONg4rSeZEmuAUUGbPlPaQZ5wmpS4Gmvs1OeFSDMcQulyY8gZhcDBNDKllLvabL/Iowk6cl0HPN/1fXQ4ysROXmp1bO0wpqDPVsCp9L8khTK3ADIrfC/xx7hzDN6N555E0caysj+3IoCj8iAHbfntlJ5kD60m+rXhZ/+APXtPef8UZdnwXD8J4gqyL7Bq04SwarzBqjUPsHj2EQlqk8VIexhWTRNHB4OV9RsxomW7Q1GonvxF0DTNLfMps7Vv+z07HKUUj+LsTP/a9XEl1CgzND5QwzvE8N/ehZulP8SOEzD2qsWf7fnP5XplNdIuyUYYm8rung/gbR2AzbvpDNywpdVockeHlgRfhOxumQFAG0Xj1nxbfnpvPtCcv3ilSDVJK06NA4lPD0HlgLwv6GjiE++5lc5TJ5Pf6j9vSJhJKIhuN8qWzb5tUXTTNnGoxmO6m5IZLSaAMIeSMUF9NgrSiSUXksSWA7HBKhIxzxC1B9zgEYZt9pzO4MOMQ1CsjgLGGn+et9mKXsGWKyGUA5aXGN0B+I6QOsKDAmeWbc2Eu0zQ0jYAmS/T6Z2uvYN+GXueBjD/TKJHxDvZZpdYS9MiuxPNjpB4JAsljA6Vckg2j0G8e9zapl3G+nxS+VcVVagL7HnX5wW/zE/ZdE21TpST7/ArAcK3P6hnFq+Om6lvOTu4psHHInKXeHMUH7iS8/HdRwXpYPCQwSbPsNiGA3RqzqLAnGaPeuNmg4pTK3RoQIfjkslDt423tXnwW2PPGZuuImK7tsVK/HN/iB0eCFUWh4osLXHAj6+dNu+MBPWf/ZAEkObrsV+ccBlgpLQTnGI5ussw0/dnmFX+ZUce8sQMKWnEQmUV15Rl8BcMuNPeYVL079Z9Ruiyr4hlL+o6Unh4MTHLG/oGwZNN/6xYk+EYIjjvld0bndLaJ4hti5Zpp0fklm9utPvRDPymzU7PWfagtPR0fvY+3n2D6v58k94HDa9lvgV9OQHuC5Raw+WH5iurygTg7oNw2qCldelZTNVyom3X7MPZ/e+ldln+eYmqIJCheOLMhyLIzInB3S/3FnyYoB20hsZKmEudLm4ubEkGW9rFH1vu45tbG4vwv4hBHZ/dll6taq/Gmj/9vNvBx7CGz1coB7Uat8n2BnnobyR68RG/l4NXq0m76HJhtCHS3O3ZXfwVktGL7AyJTuf9uay0bkVHASS6klF6cGoYeYMcFB4TdRCU36Yze2iz/BUjFRoT8ODbskKKFOR+xRPyN5Ygatu71bxzTAucb/xPNm1Vx54CpvL/msrYaZswnnZlYmMYb2dAl9VfzoYD8TSrZlQls4mdXJOH7WypZxKgKY+Fnb3Mp3LwWs1LSDbyei1AM7lYAVqwSFEEvhnobVWB8fTewydhpjpeenNFXKcweHelxvs1YZp9zWOPqUwdBQt9v3/137S5RhjHKhRzdWK28K4VDP4105L4UzRqnw/peMpCepSuxt2xzAHtCY5Zt/Y5ZJiUNYKJBqt+B33IpiBU2v5G61KlKm6Pwgbq8ZH9I0NgA3dg0466jTHxtB2NaL3HZXIuxaQteU1ZFgDZ+tsBqT2Xo1yYKXKSw1I0TjLXANwTXDt5lMU0pc/j22JDMo6JP5FJm0CYS7Ne0dELdkcwJaQcofy1yHZTIuCfAjYkf1J9GSCZ5zYtkwbOaLtXILiuFjPOp3hbfK87xOPfuD/yS0hAfXPZA3LCuORBCFsaNt1RoXsPHOmOTO46WdPSQnZB4YWgeXERIQq8jcCsiTEXmf0yQH2mwu2ku2HrF4GSgUFiUpYTsoT7+exFub4jr+KHYuYFK9qcAlyewR2oe76/DdyH/YiMDIK92KKR3qCypCj1VWrSVRSyHhi7isBxDjI4lEHQUBfO0MiP+sggT4xL2pvYX33mFnB9YcpfvBkGdTLjpyp8zS0xI/ZwJxe4ZXdh68kapYBEj85UxEQkHuPEscGVwarIqPNpJgjzDAke1FWZ6VPknjWJDuhAsA3aEWZ1DYSDHvYibmtZbmZiRRVxo7ffl2lqwGYeF+WI5Eg7Aw30vn7UGqkLL0q19d/cYSREeas/0sK4X+FyD685BShbBRLDRQToNNU0mPPS7Rx0wtmedea7640jeItnMvwkmfB8geKEe6k3Hvq2IoLrF7AiP/3f3J9vJOQNyiISrOEiyUaC8dmIK0B4qySWZWsnYcoPscH8GGGMu/Z03+Hg2rrtx1VjTMS0YTz6IswA6uZd4Yh3ooLD18GjwqCziMay2Vv2XkM5xeSBuTOcq+AA7hP+DIVx3YWQu2TpMA+hFBFqj5zkZR6zAG9jShjl4NvxFxx4FAnddWWfEYFHc7+902zwD+goMoL3zPZGznuASx3SyUHWnyyREk7kNT2ExSB7CJx1I4XoCFNW1c6DFXqCpxgYfh0GaIyu4HREcwjFyVEDjVJ+uzr7SINnbZvgNGO5UIgFPilQ1GfQXY2koF3HlY2yT3djiBRP3cawnlKS5PsFVQBSwHJEpcemjwr03UeKYj6pXHnfyYLrKY1pQtNmAS/08jORIjlMTBTizmjwR6mqPIIW0eXFNmPY+9o97P1TMtFlugrQkG6s99fgIbyj4zKCPbBgvdzQR1UVz8/sIEcfGaVCemAIaWvH+mPH9SsfCoFnUw5TBpVIEgmZg8L3G2rQ3eAuWYmJ4fCqAjFuLQ9A8a9bblK9T0fIwh8sjOkGJD7rw7fP2CBo1hUlLwCNnnnzaS7j1Eu+qA0g5gHp9WKHDp6gqFMI8d81SJ82x24Xq0yI1mDg++AHQ7uq90vtNrv1v66C0S32TL7T9KOBDuzYK7iArFjPcDZpAvGW/xKwPyEEZYBETga6uSeXucfHMIVZ58pP0m5z54hOHZFlPc9umpLS2FaPsEg/QLgI3isICkxI/maNhs+r7NjL+ig34uWC8+NdR9A7YbEmXgJ4zvJ5OzlW8m4kaACZQjd3Op8zBzK5ou877+MQdQat5o7Z8wPyYnK+TWx2r/wNhWLxSlS5hp6s8LQSybA/V+gWZ7V6Bk7NcdIx/3E0muOzU4+7sY7Lb4MS+B1jigJmr0yDd4AXTQVgODxfTh/3yFf2Q+QWWsed8lhmuvOe8sCE6oD7b3ptmXFOXGrREA+rchYR+7DhCQbm8o+NXyxQjt+b5e1TVzPXf6KRhd6ibj3vxa+DejO8XWzHv3KgTqV8Yjy5fSoyaK1PJplsngqD/3Ei0kHpD6OWF6Gye5e0fn3DveLUJffUNFxKkTitWu6exsj/ajx8QSAidNcFRZ148e7CmPATSJ+ocv+/1t5T0RktvXR012NQ7RP5CMj/VUZhcZ5k6MA2F07XFy9a7KHFJ5w1bnhKFnJPHX5LosrOsSBUeWKdi9iZobaInEdUtc9v7NLw0wiPQmLMH72Yiopr8GsLmKNdlh2mY5oI6HTLT3/PTQBRg/OyGwHqWjycvRFi4vQhLFcbfAiXhyS3a9i90vyx4po+8vnFV/muiEqXExkYfquRrlzpGztW70U977NgI6oofOqkjjEhw3PUBIetHIvslNzBuDLjYiU2UBO4++4KdPwPTQFt0iQMbTN+v4IrGfhjcpBTqSot3r0pdpACeDRdhmYztUxhqG5n3LInjkX3dCTYmjlrH+CX86CeBW1eMZ/GIbaRv823isyorm3CTpUXX+qJuzCEAgnGsX2pFpfkxT+0RjJwL8dA/10hxjk6B1ASaKZxeidj9ILB/iXgAZ5SoLs0YO3e1hk6bigz4xLdRi5sKW0zgVRvk1ZDoSnPQrdl5ZULMPsMZwGhxagguhfdQ2ehDCx9muVHpnZEe6fqDNYmiLoIEOneWGM/jt8XqM6U4RClmvfJ94IkHlD/jxHxCvQxb3VjzKu/ufNp96+1V+lNHbt8+Km0cNHnq2Nu4sCFV8AFz8gAZVzfZiefGYu3PSlQ8NX3bJd/BbmX5fBPttaEOFR7HslY2wdlJyBk2II8gIXzPpWTRXlBOP7Ng2RFDUQsdVAYPZ31eN2FFvy9Yitt3g6G+EVLabgr/IoX8xoRUPHFJ43rBD/dsMbeNzs1HJTZYNWgoSVtKr/ny2lvoj3JKAewjeSCKztrEblFekzakCspmJm37BW+fOymn/t4VWDXS9l86ClOonu9YqfbXN+Uzz9aKmyZTe6Dphm/FC5k9W/UMNM71rusyO4gHeiFmhjgYmTRJTe7HeR9A++NX5AioRhhQH/eURs9fhktF4lgAFLyAm2tgUZW7ZtKJIxtEc+vbcs7+FlBbNeSbA+XPigYupnP+Hijpx10doRMsPZoG/hzoHQJf3oB9TZ6KwEIz6EAXCFao7PrvtIjprjdzAfjtNcWn2hfaSxFhprWWrO0QHoryYoXyjL17dXum0PErnv38SKsxJM/fYNPOMS1P4JeP1MHqk2DVi4Q1BE4vGGHjCTKVcK6uBqg4oNhGAEP50anMwveSe2IyBUhGKZFv3ydlDjLv9kTsNUNCRU2K4zeF62lhRnSDm5JrzFrXpmo4vfI0Kg6TQ7dDsxxZ2ZWulxSULOyVp+xpq3u6FIaqydgth3uNxm9e9XbUCFTT/IOx3XxJsuVk6I07hUja2s9QYiSKn7S9c2kFvJ952kqoEz54n/O4KjW+oGPd2rxLNrRNh7GVnT3C8peww//G22Ju+5BkIbcT4bnjsojVJmJ1AbefolwJgEQJ69lO1IjE2jtHheFo056PJ5nmtiet9eVUA8Ps1JY2luwPv8a/NBLmVgHkDLe64DxCEMC06/LukHKzRJS//hZ4np9BbqkHrg1x/JfUJ4JhI9iDXqXTPMEzV5bBgu+IDcujBbdhv/UYOL1HE1SM3t/18CwACJQMWNo/6CT9WpyssPx5s07BTKY2lAA9gAxFCgbaPLwza5P+jdhp+wSCvour8Tm0k2wiXQ7Lu2IiVrYXdtLGRvGbQZ6FCcRpZAwF6WkZVbTRcV0Iij1MDDHZCjdRkjH3TePVelTS9jIsrzZCiCMEdfXWVnKQSDrlsKn6bOgVr3P3TSbk9Nw1c9n1D/C9JZmELtvIErMPUZ7SvMLbd2KBjNKT2/WDxoDy/t4x9ygKht/dfiF7lesCp4BKRc3K2SbgqnaZ+yK8iZMledfw0aJd7k0aXaID3hX/8QWQPMlwoWipsfVfFt+4a43a5LLO4PRD+XMmr37XL6QKiVHNea5c7W3ewB30teIY1oPMASLAlwwK2a8E8UqoaVLHhrdNCoo+iSWlzP57YkHR0f+St4IauSxa1HuhY30Va9Dae9gJhqRzBkxP18d0HTodtB8HFSTWHTG/kuexAS6J0vpxkW17Ww71cvaPYA2l1a11AE9dKs1QyDr+Do5k61A/+sz3EhwEDfOKouKKnilUAzixWm7tUtSFGSfN1Tg6NMlW3gw+BRjDm4MET5Qe34nhtNf3iLYUr4gu3FZJLHmQMjO3UiJrqBxPAfmxg480rRje6FJd59606EjO3fiWradxKVXk1vwkv2BECw0pJmjk5gObtALyA5P1oaP3YwJDmPFRVIDiPs5Bfv8TgdgwqmhMdLO68paz29WribMr0fGNwJS6OjIgplz656zGWbck+YyYPjWpEsGKFWrZSX7xHiGrb7UQBuR65XAvFBeU4kKEAnIKpc4s9oLCU3ihxG0j0mdjbsiSK+0956Mclu8bPIVOdC09Pkd8fqu+zs07zGjgT9YbLZnyKGwqCHXoeHJI+L/YZA7x65lLsB7bOkTpfBIBKBNiO2qG7oUumPCZxBh4adIbZROyDao0aeaZZcNsha8V7p8HZ1L41qQJw7whbumDa05THP7cKoy4i+Fm2RA7F5JUE0d8tq4w7f3CMqUYnNLCA3qRWzN94JZIlWHTgqN9UJFe9lSrc7gt/TurnkADcR8zQZfwCUtcy80Qd08j6/Iy1KUnt2RaxHysE8xdBbndKk9J+ArQ0YZQ5/zp1YX879BFi65w7sG5fx1VisMlJ3hSXQ5JnKut6i/ESYdTTXLVhXxUnmBbsUHs2866C/8AC6Dg8rDhCb+hkLJgViqiNNI7jO0Yxt/DhoIa+EOZo2y12FCW8CMKiV7dEtem8iq6N7Mb2d7iV9XTgFDmqaqXagMouiFfQ6ETl76VE6xKjaA2H3yYxMaM3Yt4wyPOQunGGRYwsxbfUQuEZoPu7fAkgRJJO28EAvJ58GpXyG9AisYIGQduZNpay/HF/7LTB4es5k5G3b3lVqmiUJ0dC1HA/ZTr3s7lZZJ7UoSb3faPu5Gs3J5+CG17mJkS/8fN4kBGphh+k1uBSNHqHepH6iLOjTkZluLR2bjQU/mul/p10xZYhlCcWgzqrmx4Ka+sX8kK2/IYyq2o2wCSDf3fDjy+OCVbxINSOPW97dCXCzSJ9JGt2r/XCWCZQIIQZB5y51v7ACnjADqADZmvV+Ppx6M5SsENCuPiCkzPW7TWxMtiUWW0WriyGj0RAz0FXBjRFP97UbLx/X07BlXAzeZrv9AXM6s88CpGehmauH1SBbw5PWtT/yu0VGza7E1vo+EJjoDcOUTdkPmXoNvyze4z5PvCBsOeMFEKaK4ml5So+F/MCr+VI4aK4IXrx9v4obk8CiGq+GbfAvjERWBqFDx99sxAD2NUwiXLy64taxoUBSWEujdrRT99L+pUDs3oJUeLiwFXuza3UyoVJ/MprpxNaNcTuexdqab7KrKe6wyqwxmk09543q7CC3CCBGwpuOAkD+OiukfaO/RwQuA3izig0HmaQ2AgNO3S2RAaxvj/LUx6zIYqzgH6ev3SE3rUs16DvqKGpYyj9ZbBhn3DPtEBaATzVQ5qi1NROGL+aa13IDE1j/yMk4ZogV8V8u6XRDDLns5wDxAkP82AKQnKJ0nmMv735wcheLf3/m9mnHJTU3VcU1vR1KQcd8oc2l66t9iymzR+a6+d4+9QJQ8WFzn8ucbGN3triDHICZ92kJb5RV31grnd7FSm16S28HeVg+fBFyrpBbQT2SyTWLleNOiTZieCkKB0/qj9+EgZDA2W+/KPGul4bETWgZB2fUvaimUMpo61WeRR//vAUvkpmsjZ3SzXkFz5a7apG1Ds2amncUiZ4h7DkX7pQ9Ee/PSYsNzcMiQ12T/AxFqA6V2df5Ukgxx22QnYgJvPDoAdnt0nHPSxdJtO8jtqcuzJj5sffVnhG+7iexXf/i2Kcuvi1XhX49jKPwm3oTkD+S0xOFepQtjvuv52fajNrSwE/4CgQ0pCuqVepZbwEa6sepHyTGMRyE9jNq31/+5uEiqhtaf8vygHzjDds9tBUotpiRf0UPAp2m4Bjqd1tmw9Xr4kU599odFYSqIsn/vfLko6BIXtq7XL1zOstYc54XQnOuzvr9EJl8bqoGM0X1+InhJJdWVFzTSmoijI2eD9HgQPKviTAcH9EnyhST5ViiO4ZZEQC+NuQt/DuNnNSYlSox6L4tEW1uATKZRnfVlWBdJaPSitriy4fl+2L4CGEMMBrngAJFOdMCNG7yc/I8/9dckWwysAQ0n8mPdDLOX6Op3lemYoXNBV0pJ1ebC0Tq25B+ac702+SRtE7hiPICiClIflP9NxaHaca045w4nH4JnC3wlM/AmXu73oilOnXNdgMyin+rBuaP1pWJlpZ7/2PuILyjqNR5P5m4HHlLKUfdGI5ecaNiLt61DePh672k8nApJ0Unmu105jj5urUV2FaJjI1pqq4FwAYiVlsrfPd1bG5ZQ/qurcVDA5OyBrVDaLcMZQsR4wAYjvnf09ZgkGXo2n6J+qOw/wbFc9T5YXqXvIm2xJjveRhut16CPY/mbzZTAaVLEiEvjtTjWFglkjOzZc6/HG98p94muREc5eyyExgE07biGMuEBHmTTvBP4u/Tu2MHV1jxDYG35o6WOWuMyxLHauHXwnMvemZdxQ+9oPpkN50gIBn5MYcK9rpJy9CVZ9s4qRwXNRk9DEL8Q3RtbrqcLoTf4kJxRzz8ICrYJPbaBge6VWlgKAqlqeviyxP2YSwsjFxVmEKsQb4ojtwWt70qVS2dqMz+lHwnP69tGOc7JbjozQsL/rX4q20fXtfKRxBsLvyDHxm4+aqmZoiAaPnV3GUn9AayjLnfJb/C5piBU/BILOQV8lcJxp5XCZyHZnsAobNmV6cu3XXHcI8WhJ46k5QrDrDS6h57WBI7UKKmbiQ8ZVKfUwBdGQNdJ61RXdYMrosCxy7nw7MdQVmW5z6PGkuTRFLMGysI2USDbN70ERHd5KMXrYdJkAcKduhZuKWYkSeJFwBd/YRq9P38tYOxSV50TeoNc9HB6SSX2dvDIMgj6UQfZjCdUPMM2F5mam/GTQQpkB951ZeyvzZZ6s/N6SwVa36Njw+8yKlHaDAkglpEK2/+wo/6AfkR+cXhpVKJMnP0o9wAEwgHFyd3APqIAbOOtW8aIufq8eNXR94JTGzwqW4ofqsuCa8hvZjwB5oOvf0Xr9dc1auXdTh3oGp64jHK0e1Muz2vyFms0myQWPKdR+JQA/n1WHiKCs+wLoNcA+o/379tfM+hneWSOCpwaLRaDZp9AsPy2eon3G9zUS2BjMp+SVxAgTIn2NudVvbFH21aDQt7FiV90OIw0LrxhrT+EaQHSwDZCzou3DBCTVqHW1+ios5uVBVEAbEgj1mTBukfuK44C34E5nsKKTXY0+FOn49wodIHcanv0cfE5Vj92fzY1OKr1iDh05WvEo4MLe+lK9kdDOUTXeGBJGViDKxjF3zMPA358q6xhJrsHM3KVLUgLDwQgw2h9iw5lzYch4hJ4D33VrhB7diRX4thn/2P3NESXZVoa0OP+Bpe6v92WhKWZE7jz5360uy6OhHScOEFXGXEfMquSvzo6+qgn7lp62na3YlRcn2Icby41tUNUjDuIont8FE0OKzXgc3moLjlIcxVF07UNp59NS1hjdMEsSpePHA72vpQde2T0OfFi9u26p3LoGQfRzlAToasUGZSLq+VXpPDiqxHo53XB9GJRjiaPdURgy+6Qb02dctyuzDyU5opiyq6VzJg68hZjN1QAnzV/nc+cZmnDYk1qC+H4LOhukWE9dH8yp38JpYO/TiDgUjMsmG8LhYjOegbew0PLe9gCuf0L0nw2lT7oPeIl7hUvYGQSjr0YP9gHJRc8f3sOZFPRcUSpKGEmtA+uQY5gFOqi7lLcFwZctdgoIGeNftysOroISmvT0xj/W1o5RG5wxtR2SLXXyBzBfYq3S3z0bNqwUSTGeC5n7DuGd97zMGPNnp6jVNLkhy7f+KCihq13DreX61VK4x1jfK95Fv2kO51cfRCdnbfCeaJ5VWeuaEH6g7/G0Ypvf9O0Batj1Mg+Dq9gb6WTMQ25HEvoHKo7EIVFtTfCef9ZvPKdZ/8SRG2tsUrU8zgYxZ03D86Q9owBQl+FNM2OKIEnFvHj3kK87dn8WUvYTWEf6+HZXBrl7QX8lPkC0pJa27oXTAgVLl6Dw67rsUjA2meD+HaEpTHWG3pG/1KXKycuL2dhMrdF2KHHqVkiGJ3yeh2qnaJsL+bm9R0aFINV0gZJaoQMLKpRdVaJVFPpy/kCGkgez2AktNkUfaF4OCPbZuzolSikRvLaoYWNXEfx4rkOtNTLVdA3ETQogsb9AUXrmqdHgh8+EgDl05KkmWFZlxiujsorsE1mIVFL8LNjZEosX4Cco+efb3iy/ENrnt8Pw5c9/nS1P+125blU1/3wPe4jmgNvPtqc5CBWl46Fsq3UZmYEFd7o+NIy+Kvut50BwT/cggiT0v51EhTTAoydam+is30DOidKb9nisrBfJEWQTQ7sJETQ729fnSmvZAa8mSdocsjKeh8TswzKqOqBhW49XVOqivOPZiVoFIm6tFQ6XlmFGmv2sv1LgM1L/vDGItgnKfBvW8wNXlTS4TrYxLaQfJUFdB81v2Xz4MHuWnATBoV1ahvHWrIIZSX/3wP8hLe2h1l+7cMGOavN59cfI8z+BSlAfsV0qOW4Z6rVkx0X7eN0H7spXEZum77eM5zI2q8MSIdHp6niB1hW6OIpAz+qUQ4DBNm2HqfImZFVB/LUmHHLvzWUCznmutfPPOeRdMp2vxbF5J73IdWYq2D5bIuy44/RFvPvGat9fegnDu+H2FB2zCbhWyqxO9q6I5Cb+PrRuuN77CdRlQWRYVBuvCNlj5b3yw8dkGjOmwj87kz6PP39qhygCtu0KLrdiL5MS910XJR175kocYJAOuBq7hEVoLuP9PMS2Ygja5E0NOBiyw5BP4tTCC1roY9VAinK9kEUBgH+4RZDL4080Cv0Z29foelYrV/twfqt3Dd+OVtm7tj0UZTu0tuciKKtccyUI/3ej/Q0D/zF5uzwbvbsOYDc8vGP8OkMmHGsCDYclB1kdVZu09vYz0wCnho2GIFaFOK2Xq9f5BJ4pG8w5fi3IWgp+ZIr0gnK3GBoSSrCbpi88gc0Je03XN8W68KYHPgGwXPXeir/06G0Sy7xxi9yE9LB+M69MCEI+VqGQTCqYsN47eT2ys+ALT5PiPv7MectSpC2GrMJt2l465kC9qJXYtf7Hz9vMjDT2uyzvfUKV2TV9bvgAEg3yXiJNw8amLix2RaJykxq3MppYbs+fC6y1le12ZO/dTxlyJEoBMARQQq4O3KDF1UEm1gWHkaZSu10y8eRdM3e8q0+4EER6N7sagXo1RC0/YM2TAi3fa5c6FNjHpIMEkWruHFnMM+i8ZaKuLQqNuN/2z+55ik1TkCopR8H9qSsVVfKbTC/io7RsundPhmKEwb4wmLeTqpDUJR9Vv6Lk0JeIegUqmiRJEwZ0tnvsqfUXzd1s9T17e0TsgHLB6wyx4D2KYK68jQ83uThcj3LAQCumex8dWAEgpLVJNH9mYEhXdDk9KUG4zWZYwSjn7AGyzNOIPAUaCCo5FexJDtCoc2QV7nRl1rHmCi554eZ81knn+ty4YxvToHv/MYEX31IIQZpJh46B2bAVUn/PKXX7Jshr7vB0PX9mi27JMxu5Uv6VNp8JHlfR3/H9s497uMxjhtm6h0Xipn6XRCQ+Y5cnvGqoeUC17oMcgIvf0pQFKTzVjxjkE1KLcz1VRWmZPAZnJzKGkUWvlqidqZKAuzV6SkJQtGl/s84nBJtjv/V3oF8+wKgpJwg/5hNFvx/H/c2+z+GDp/IwlfCqLqH1RyeyCF+14H0GRQjo9v/dJTdIQDigeyaJwLHn6KyDj8nWIdhNJU9cBFcmVgiGydfZHo5ZQhUpSsOdzqUFi+4aoZBU6vsqzsRh8Zet0V6NyrZ9eGd/4P42m0IxSeemb6kETw0bmImSG9dV3Npid+/YgYW+e1EkRSMBVBTX4CskniqCapQvBXtGWrDVLtglQPZOrZpSGKzh9OrWQkwRQtkrAzpoQxs5wZJzeroeqAR38U08vhydo+o3ktu8mNBSTLexvEZzC744Q74u+t+RQtVIUr37ffjU44mKdrlcbmkkOigX+bopDAU4siwLvvlIzmwVlaUsV/7b2SR927XmuyZCnCbocB0E0NKrSb+CR8FrUwH6hB5IiGSzTAbV6hhKucKP25a7IBLsIgo01vSyNngcp77k6KOrlzIcFfZ/nbL364qMVYlAw0ovqzw3MzNJnE3c0+Yl3r2JsPGEaXdJN46tQd6H1/BN9Dmf4lt6KzfoPSfa+K0gn3cON5ETIKMOsRhmroDJ4MbTNUxO2ndTNGldHllHMqSWpAUqp3VIYEOF1WYy/k/vdCsp20BVNPAJXCkmT4Xbd8eVz9ETM75/VI+JRC7eXl6oE0SR7LI3ntBsMttWIKzic6RgUkl12iXNZPVZwcAKG2hNWemk9dl0Qcgj728IvtW69dMqxfdPhmesGb95xZCLkIx66e5pF6yYTI73FzDiJImpPS3fKdbXmsujeOF/xiavSEApwo1hyiYv3PlTiL8EajmQ8RT/ixuxfLHPWmXC/ERCioTgVf9Z9x6quqrvgB+BtNEcW2G7AygV21AHEZMzh4C+Erby1SsCOR8eGs8LK6YD0U6BJZLmnbIT9gxmejLmkdzSU0gVt0IG4fDko3vD+TwqjeZwFwJnoQz82ee4pu0rTW6zZmDY1vMOK0oIOBksD511Bp4np6enY7jgp8nzJyCZPiPuknSWjJZb0YD/3GkwBSXjnTFhEkFZnb2MXISB83XI1iA+dK+feSq1pZ9+t/seg9kwCUE3iFzx7OhDfpO+UbNNRR/ytxtZsD0wZMueTg7sD92r33O5vX0rzMVeSeSj8Iy7hGVkPy8eAIz/Z0KdD4vKIvnuLhZ8otgWPyXwRjZbc4gKk9udbHXFaofJeV8pWcjQs4T81p8Rel+XEFjQhWF0/1r6VSUPWsgqu/Neg0J4P7mHEdf6HRE8MQQEh3xpwpBBOK/2DxMrYaXSip14RFZ6Mk+zznFMXrKh4095iG6omrFzhJgIJclmczn4LP4SGsIWwOD+YFXUgVS8oOSerBuP0m6sE+j3qEs3+Q/wRKXkl6/1L7vxsQed3IGsp1qm3rJK6hyoGkpwzpKEhQ8SmYBKf134nzs1GV8ibW38UblcEUinp2tJDjAOZmcE0RtxKHfZsDUAcfCIpGhvf5hmtRPLBDmmtRqKcvxVTYW16tMinDPfrDJQbtSCrYq2H9mIKY94Pt4I1ubcz3i8FiyhYD4yYS5duhx3w1ibsb5RQE7ue/bFs99vJaAsiggI26/LHDpl57Btcg5LdMumPMxxM316x6ekTYJqh+yoHEH1Ov0Fyz+bwzQIzfni9pT8ZS+fg/k1yQbWc6IGCxdJnBoiFlfS709FWufpGZKexKLN1HBDDr6OENfchEeYzhZBlmfJwxzJ/DLNkLiPZk/jRqsH3ss4dYBbcigqT6P0jAY0gGXVimko7ID5P1XVZSxuPoWKKI5YvOQU0TFDPT9WIRq44XxQetTw+ByIf+tGZO2BH85XYnlgon2xRNOc0il3e+UNJGYrlMAqmM8EjLvfhvREYkHceZwSDJEO/zQLB82zDyCmZ7XCeT7FRVtKN5RZCO/2fs1j4r5gud/jGL/jMg/UW7AroJw0eKf4FoRJXvwIUCDgQ5oKsdYZ1HqJ/O8uu7OqhfDSGiGe9SD8LwJuyobdMRH5G20hJBf1ukfYtIV8bLse0sL7h4ErklkEg9j5o9oXKTsDd5lxmskfOvVp9UiiWopjHUY1MCUqa8v0sLay/CjuqGKhSl4x5Ze09LZ5C+Ix7SqCEHzIT671TXI5LL8dPyvbhoJzegELO8lzGczpY7gs4Rd7BFtoExv/QWZUqpwIQDTQADpiaHWoXs2oZ4scFp/kAqY0tI5EXuiO3pwRde/P5YfbkCX/mQgOvyOjykBZ3zSXqeWhqVG9OvmkNC45+U2YXFDkiWxvD3M/ynNqKlaXKIQ2/8wsO4URhRouW77ejxCuyr+5YET32Z2wPzzqvB9NOciPEQp3GelcYApX32sUaC/0uFLCUDRulD3q4E5NaliJDBXhZJix6QDqyBHRS50+pBc9ymWgOEVEykyB8eh6BjQO+NSlZfjLU6Br0/DtKRG2rRNWfjwSWB/OtX8ceueKZvr7ETaDphxflodc0d6JplRNemt/QjxltAdMycaVlv4fnUACt1GeK7OHQI0sZHyGiEYcl4PlYMdN68XkZs/TVig+uDRhgzFkpINK6fdku3CLdA2F36sIOV9FpVU7fe+Aj1zk+FVNsQcRWVL639aWMugtAgDPovsKxb0ldkxtCFKtZ2tVaMbdv6rXMVjwyK7TiAbTGgKLSgAyuvGzmGANxKFrc539uUKSHea+hIYinB7xj+e0xm66BC7KNbGzCxlUYFdioefHKakOF8cUG5coUULBB3SmY1C2fTf/teHcVgiIcsspbFf57gkZmKFDFHrmBXhz1/0AMyeTeoyV1VODRpq2UGnsIxDUk2uhwbSO1sNDW4ITXSnSadwuV+9zG5PRJw7to7h9pSzT3JGWGIq/1nvUjgtt1GIChePcTqlJIYjxdCgccP6ONQ9YzV2AoN3TlRW/wU5pYwC4eWWxgPhWak/zDulYaKC9iCEo/mtmhsla+REc7SdswW7Xu5E+m7VRHtziqftY/664I/myOooJ/3R4WfSZgMEYqu1CSDtJ/6HZwMe+1oITAwxxsC2SiC+hljDdTm4EhZRrQEu8TLsI2+JuITjbK1g/+75fVex77Tm+UF9W23zC0MvHWiJFZmRpJrsTZmH9lPilgvRgFRt7+Q1HKWUO0NikrqtOq8dtwmyhrPqFVia+j43nqbRd59SBN/wGFEJjzogjpMVHN5rSbobriLLJCdcsrddbUVgO+CaQj33PxiXzNV1xTHdOz1xmlHw6Yzqz2KYxzV4SQLDXSB1RkXZ+il4lbb1vSOsy0C0ikL3fcR5UdhrrVdjs9kilojTE0mSKASdFLCFmODB1F6fM3IYJg6juT7VkkdnzckI2eYDJZcavV6mhOMc8KEIYyb9gYakAvuslP59GIrx2s/MxPqiyWJ1FZay9mbCDM/PrwdNs43qv6kWG3qbQ9Belt2Qy79bK0cvH6HGdhY2ZCqydz55HOIeZKTipdlJuUAnqXn8gzsTC0B961UFCQQ9RM7ynK1y35pXnHFErIbtR+NUV62pyv11u1IYrhRh3hC3UHQ3X9Hvg/5AfUNegBCd0x21LMY6A4m1/rD2X9W7SnEPe2Q64B7kDFSFUFy0AgT2H5Xo2fwDdjvGhCZI7PoklfDl5kjwQkwrCoMloMdR2UccICjcL7twi6S1OskwPeYvckwySa+V8GVopEXH+sJaQVCb4ufs0cL03VvVrkYDiPlGDd8+pXNsPzIKxK4r7BkbQ99gE9xj89YfTJrAjuiMRqcBnkSJJr/G6vtJdjfRb8zxkofiJdt+c04soYNjxVsKJXBTHsYwdY/x1DOdrpJ/RGwQd+EJSudo5WTwnwNSZgcRrc70XSsqz20Ngy+NSKG/cOMPXLaPZRGtuwsMfkHMaJnEc7Y8hYIF4ZxiQuEuPiZRdZRro3JRjjds1FwebTyE0AFY/bwlfAaAV4hBnljEpUnkb9LJjO+ifUk3nIWyaAzUa8IxZUe52bkUECfe4C3bxbAKzgu7xD9+JUSbShA1NOOLbBn6NmmK9gX1B3eAoQnFiY6gNCJn0KKKgLoF9/v/KJoSUmR+7Xwc5otRl7Uut477j1x7I/OZAFABcdyIchCGpWk8NjOwobdNp5GgnkzwuPQFIF7r2XyHT3yVu5Wp+Z1fclI2+q3cNlvijmkeaBNL5/IofDF8kXuz/Abmkhc3mqDrWq8b780tzy4ke+jzlpoH2WfIWyfADdo67EIgHZjcfX062Eqiu6dPR8ktRbeHa2p/J2OAJYdcwRkkNufARR6SnVtti10S+bceco5lWiV5v87Z5M2vyPUnw7G0FkZkRJxV9jFcR9aZqEM2Cxb8S5pQychtge1tbXDe/fvOxk5oySJzclzW3nZ/l6ZOEoVHH4kyYF95fYZ4O17D0YCP3flRK2YuGODAUcpdxahikStFqeuKzruOoH6Onl1TJIHJvb79oUPKdlIF4GKVT2HLe2wJlTMjrx0KD46agaT/8Jk9Tp/X2nMUpYicZSvjPpi10rAD84sFIjJ8P38AzyTzijQnGiSzFmBOMU5qGtiXOt9WVrhTFohYNcTBKgjiXm1dT5b2IFQwLjqGSvqdZ0rw8H/PQxw+EyqwIJzmseMHdGwsi5BNRufOoKJUzAZQn3jR9LU0Y/cxQpBtxMUkN6DQIWC2mMMATPq2eqc9+tgcTmh02gFMvHGTVZhh3ztEaJlgNRmyueMhKahGBYRja9YS0gQZs74yqKXMLOFtzJduE3wWvbdrT12IGM/t7kn24zgwmxpWs4P0h/Pf0yUWYQ2UKGh0m4i+8ccmVv0+vfCSDWmCvxhbe+n7evepkHTe4OkwVYLx/rWg9ngpMVmYYLlkC+kmn+Xy/ZWzUWXoyRWSceoCCGW6ggGaV6MUbydkAJE+QwE33hMMAA05pzvCTZ87VV8U2mx1daGjEN6eXaRhuIFlkOcOhrpTxTKwt/ZKm80nH7gFZzhGLTbsAgcFJcEFbjgyn8eLSxNPV0PDMgU4lCNvPMHZ4jhhsw8+RdnvNDB2L4xTVoH7HDUc87EwYoFkEerIysZfmkFDzuBV6+KAQUyS2Xc8IZCHM0G1hCETBtYAwwPGGxnjRGhyClIu6Xdo6C2cEy4juOsrTXuf04vm7g8/eN7fxpplvWJ85j7L9NmUp1lI+qExB82fajXeVgCwbG4afOtSrgtzZawDeCaid3p87fbLRpWxzOvELB2lGugaNfCEEKCBnGFt9pmpxj4QvuHub0lTitpDafD/yKvs4Fj/DdLnWV+ukd1362uSm7VxCgUN/DtXHMqVtqSTQ81TE4/IhFVx09j3LyvaCZDGUSrxz6RG8FL9N8ccahym+X0FgBSPvGb1kI6n6IpzEuRRwjhfZbLWm9FZe/5MTe4T/+bWRKYRVsrffu12Z7TQ52/oTvbbfZW2bdKxGprBsDVBE3NtnQ1q89zIDAqkDsJS0mlpi1/PyPeQPY/Dy4m7iUokzoBesHUwwGka8aHedwsswA4s3fgo8QUZaz0lO6OUS2lYM6RUaBs1R6ViZJpJq8tuNsN9mQcmOkenfuTri2nzZp0u5DvO6oahsvXJi5q3h4gaUomZTchI7kEKS5SYeRr1V+yAXMQJ0oQZB6JKciqUB9VjhUrW1v1Nnb6DefqV75qQBJUHXT7bslEzgJJdn8urJycgfXXxkic3KHiJ+l9Ck+ZvWRbLE8c0Wkff9SQ0+B+ZcPZHmAlL22PtAlVQlGwdGpU6QJOvX7AfhMGF0T+MqbEgRJe6YrYfqjQuT8RHSpfBRwU8NtjOCk+dnr33MIe7IS7Esk8KxnvQuNv+1UTutr2+7ei3OHAOT6Taubzgs0/vSml61CMDFYrWGS+ep4W+D840qUF2BbC00x193w26/+PfFpcefdWNeMw7O8dYOMSPQy+Zjo6Iiv/453UwNwvAL4iD6nukjI02StrgMmKkyQQSeutDmZpGq9F/1rObwLRPQZXFRqdZitAJehl7czB3hGCzz3cSSvx3SNxUrAiGlNiDTACd6BKhEfXPXuSIbcwpg8P1tgnkZrydozTQl6e7A6DGko6GCiQPCiHKEIceguJk+geUSfnQn5X1w1FTzQx6Prsz8dA4MhDqU9ojcyeTnwkxQ+eki58V4KbLU2g2M4/pSqZCkXQDnHLOKV3zZsjbY07aPhGeRKUiDveZqFbfZdO0K4J/LXIkFycSDaFH80ZoJ4CsvMPhst9JYP5Z0m1cHXc5lZGj0HTBjtv7pt0Mm8Iq/hpJEy2QBqvpd8j5fOs1BhQuaiiVV/U5g8523om17DViirneutYt88ddhoDuv+K8dkceilhG0P9zGQN5jm56j+o+1shVA5UoLY3nMSVLwryxE/Z680mmPPc2UXQVXThuc8SFmdFG8cc1buai28DRaGpIqEMUZFmFgJbfbpL1viFhbKBalb59/qJyusvyD9oTLNm9EYH5RdUQUHFHhPaflXAFhkKBZ0okicYWaXnXYbqcCyXQIxZLUJAdJ6YDHHbFQFfAUgVXq9fIcgAp1JSGgIx52EXtHdTt9H+0eAdjI+Gq/IKBiZAohGU6m6046T6JfhWhsc8q8a3MMZFZPwlgLOBHQ57PQ1XSshqIBrf1xoFwDScMnx8BuqD6Y/Ag3/EQ3agqExOHrl5cLAmb5gXcYXbcENJVVVGkYlbyC6QnDvJ/Djif8AnfXCec70NP/WWjAIs84yGM7yqsprEENPBjIPUYf7bd7XdQM+FW/fkiMWtP2rGkZLOtPR2PZviqTqXnDNelGOF/jvx0u0MNZWE6vzCFp72iOmlzbkVU6nXMJ1Q1GMdIfEAlnlyNbCOT8SqOCQnMIwGrVldyO0E2MmWSCa5heXtT540jBJzCwLo6NdjDDduZjqPEjecdk/w8Yt1y3k/EQhYfvzIpnqgoRhmi+83RW7X6kKB3f8gcxk7v6gpMmaTR3wcBvRgeaa/X//ljTP+wfT1SH6ZTZdeBg71j66DBGjBvcep+yGGfM15/o210a3HMrh4sRgTcOnIS58ceg2iDmqp6pQt5/qnhQwIL+dMcG1EFevTod6O6xFeMqLYAj88qjJozWUdLUNtV/9dz2oFuNMntPHeMIFATHw9dTCKb2G8nGlMnvaE+/bEuCerAN4sYE6fmnpk7V/nbUmWryclUOWL7lLob5AgNRj3zsUgk5mLcrqXBHv41tlUxDdquWk0/8SPCScpiUnxJC5JMNxuAoxw0muKsaarU+kGvVZxF7QVQ2GIgmt9qwq1G2z4mkI4GhPB/MRDlDE5KjVFdf4/NFDI3RZEEAtuRZqX3Ztmb2CYxlOr6xT++S3RiMRggGfanamHWoQn3tHvUMWZ+beL4jfEH8mHlrB9qlQPbPdySgNMYQbZ/jMTKu9NIztjMN4I3QLROiuy012JQbsuQj0BetdDQwqIKtDwQydo6OmAFuPk7ObnNP8s37oPKqY/MEywbIRljGa/YpdmKopqjAPOynaYz0WPpya1vGXoxJVUXtL8XwyxlZA0+98tF+xESwIYrD6t6QPT2xs/zoZuyQQ0ztFJHqNfdkNe2Cjll463i5yS+iPwMMLpPwFD4by5sysMcVDzuKdafWV5O4pU6TcRXedjOijUBlICCGNEKDJ8aGmiYMCxOPF6/sujgSk1EM++ImEJvZB8Tp/ElUjiDwRDzi3odbfOWW0pIhVj86/4k2Bg4hzKtC8mKRItfmVoYrAiON7hIXIth+tZ1j1Ulse3/5P8tDmVaJmZLL12bGPkd4VF8s75prTf6FgSceEaUQH+qqdvqJOaGjcU7YD4f1Q6tFZ3x9NfYTJSu1kg2rgbEcFMGC0nWvQSF8vkbwgtXCq3v2DEhfIanUSWOyH1vYY4ySoK2dAiszEqlyvZ8Uris73/Il1UB43X9hG4ymXvAv9WaBt++eR2rcdIBHdidNTS/cmGsB3DRDAF4V3c/pfDXQO85nUsztSS31zlO4CZTDumbIK6oLoaFcMenmx30RGbmRo1WOUXbPD/D65EqZVYs1C0XBarycp2KyELBTQUsKHl0Tg0Gy/HX7KBHqdpzkE8bvXjatJpnJLuOgv1fKdY0ez8ez3ppTaPEHHnSAXlNSNXdnRv0gG6Kx2ojZ6kEUeOzEaeitOmeU9RayKUWkXNSYW6q9WqMQxiDOB2jvbqQDjr0sMowadvbweol3WKpSqQIYxwGDOATASjNXA9uePqzGK7mTHdCoRsQF3G5D7BJFazzfWJVmcKEoqZvmRS/tDD9mwSBe8qrUqA/ANUq9lG6bFIYq82kePvEE8U92HjzReIHj7ZrrKue1QyN1HyDiSuSRjeZQ3nFC01fYXdp5rptbjzU4iX4yrSek9zkRwy5vz9V1tPMbDjfK/25ntQTuhUkXPek5ZMahUOSKlbo3M9i/lqIFw7y2D62yAXSlffHsGcRLhC9R6DlF8oD8N127wuLMoitDpOjozhV1bvGDShYDeRSYwIe6/8NHnfEzm095G+6tJnuxru8tVPtBC/sh6QqUYcyE+Nc/uDXcjvZdEK2fcbJPS8V3lhF8MF+L1BdEbUPSFf/n1A3hjmA6Bga9W4RVs/txgsJG8bqqtQq3+GmxER+eg6+1H3b99CWYoaV1JAnH2LSqp0Ih2ksuIj8qdu3qwyK0xWBoeH2NdMjF6689jMEdx86Z1M2Caj6dMIX8Hjd0uHuEbX64yjM6Jn5SiRWVgpFWcLo1HaWOuuHvaslLNm91Yd5ojZNxM/ZMb/O1iN/WB825fBVlF9Qw/Vr+l1WQEhkcNT3f2uS6+g4S4qLYISlSVUPmP9zX88qHkWI/M0NLtJoDkfdCjgRRU5mNSya/dBIOiUKH0rvqMKeNmx5mt5HaqFa0Cdwqg9mhDo1Tmupj6ghE1FjEspn+VsWINVqzD7Udh23BAzEZlnf4bpxaEl5epbO3JrTKKR/PJHu0MvD0Y0JA6h3hgtptVI+lhK2sQPF/w1TVRYeGlJ6jERRO/WBmV/8seIpHaME/VRRSR3PODICJj+pQxvbgihjOIWw7WnhoKh3lZekGpk0QnCGIt7ACoasR26bdaC5aOXgCNzeugoyf6+c36lt+UVLvuIE/Q4lH5ZGUsXYf2hMh2nVTsGvF+oz0nt2T5Z+XC0pIge9hNfk90kMJPA9fZi762GxQlDuSxvIADndtjagD6XDLnU2/MYuniqfTzhX13rVURpuVahaHw2BF5cCRNNyjNXtCKrjIGyS+q8NtAoFwVMQ/5UZ0NEm65s/qV5RY7bScvtD+k/bQ5kWZD1YgJGu3QAdY6rrBtuWfijb2r/c74iZvhi3h3XbgWx9V82+7D/aV2izODVibBlIceml0cohFCwQ8oS5E/bsN2QJbmyiJDSY2JMx8qzgneBPDru6ApZU7sTHGTQOJpXwjFphfw/7tGoMpykWQ+U9DC1jlmIujfweEoBogV9QcSend0ADGa6yTVmjh9El4UtlzZiG0mRclPleXVtSqNf/P+jNZOEF74LqZwa+q820InjkzU2SQQ/L+tEYUeqO9sf5qfM4rCjWHxk2IZkgZoIHg3TJTYCKNyz/+AGdgXQk2Z3TQ/UDZky504dG4I9SEY+dUx+jHakMuOxbb/qtmYJfYHU5+Mc2BvLzwJE2wJ3VFE0jOn3xgeqmghgnl+F0Ufi04nFRa1dARIwzi7uU5wmyZDw0nRSj5uQ8H6M/wEzGvBdXdoxk8ZFRsCM82kbk6AOfC+dJbQBNt7+oz5kxndAu44UIZtDjw89FtsFgET7eOOY21CjE9G8v7qrDH/wzUHVdQMz6fOdy3R+tmuOu+w3x4j6D6oqB9a+aqi0n4t29awv/dksaMsdVfc/wQACOQlJsNz+uU1LgHqovrUF9zMkNEZQSZXb20slxZx3SEl6O4njqyYNB67lV5k4qJah+lI7m4ZAbArLgBYDaRutzwlZUaw607UJ63l+oik3qJ+ylHW/loDfXiSk2xiWOyknQ0Xs3YMKpKT1rlgJ0gjBRxBMHbeRjM5SzRvaxFUn+AxtB6Xjn6Z3EC5jsgnnUDkCND3L90Myw5cJYX+2LYTCDLZn2EYO9fVjGnGl7rT8O0ffLcpYAzBHO8ToCgTukaqoPIgjOun7U5DeR+q+SwoPssWH6mP3mO9jI0P6s3AVNFY93VYhviuf+FHVei2WDm3ZnYI+0tsPXN/cf/vzjhkGBCd6BLXhGUAwPA50gdsnFMrM91LT7LlTNBIsPIJPyfktSPRhITPB2SeqNNi2wBtxIy3Nk3O/mdB8FjHT+igGkg9BgnRR6dxLp7uMRb5lAiKgcr5C0CXbbXCEfTqR4Nh+G1evyO5H48z71eEatPmSoMd7NOi5FGRX9hL5TkjS3O82CqQx5vU0+iWHpv3p75bG34ZjET0mXJFVxaq7aDzJ7X058getmC/OYhX0xCitAduM26p/bB0krq8Rqfwvfq39JjQsEkBnPASazUFMWRLkNa4aHi30d0rAv9XRzP3AMLgTV4ooDkRfNZ8uTtnJ3qNG7s2sbvUBluV0lhcQhU07+a+s4R/3PFgD+GQlG02MRZrIFHz7bAOQVGFTordrdtc65OU09PzwtT/hsQeEN2HurQgcjBn4NkEntlcfX0cbygl9CXMbDd2J3v/owYWD546k7qIyJpnj9j93aRxd/Uyo/ZJ+8S93FoXCerFcs4S1P+9ievEHkKJMxt7WvSgZwJto5MNwdYTNMpS2Li25RyZnNiIA7SKyQVL2Je7x//4U2mFI4o35laqAZnAM8g4g8vCypaBBeqScyKZ80PZxBKZvWfs0qnuVwI0mPMN2R7FjvZaXR4zMSVJDMPRYeYwvlomj4b6cfkPSixB3fNUww6G8s2E+oda6kGdUjBLH9I5TtIU5t7V5GYLR2Jpjh5xsqp8QikYS4vmP73z40Zq+bww3JfknjMnfkOgFSHl9iwXjioFkAN+Q0lR0+asyOCoLugnCIiu2dDjsfg8L7lK3o69WU3BNMqe6i0Nj6qdTVJ9G4fbl4HdHNyEOQJ9jOxjC6OsZBN+hiTxrud8SE32pvPTe2bjbHpxZcD2P7/eXb+Fb7ok01WEicnfLX6Vf/jxx8neWBo2x5hGREysQSpxFKGUfVJOnZ2t3SpTyv8uhavxDdAiAPe9vw7qFw4Kh68yMSui2ghqH+7ZS34XuCiC2DV9AA0m9WEWXFdTDG//R23BslMhWeVbysfo8rl+nfzv6TNG5jaj8jPhfyC+W+qZNHk8U5a2/ausZRUufqlLUi5JDoXSEzj0ceBj25/yEBAYm1b8mK5yAZP5zS4eZCG8isG69Bc70O3vxezo/5dxChundcOU3QS682+ZzjIhiNpNeGUW4UUNnprZfBZBkYW6rwA2zkEufqS+p+GIoLv1pS1fudaR+pV6BbHxvDolql6195jtMG++kiY87l5grQyfiX0Lyz8FbgAL+Ug4Bcky8EJQb2joGRnEo0HQ8x5idKAXuUyXXDvKEzYueBGoDNSScXQE+mjoXxOH6TNTtEiiYAE80la3RW2D4EP425bzc9U6a8TAYcP1LObE+7KEszTLPov5uVy5JgxkZ/7gUgKM/mFAnTfFMRyPGCDIHNJrI/eTWHvWxg/lQ6WiRj//lzOIgNJB7vbctG1NH5HLpqp3C0UDl1171ACJFbfWfscj7eqi+qraZfwL6Vgu3YOO5MAOSfg29mwSttsqFcM6X8gRUBdJB0Oq/rsYjI8V/CciTVfEzQ0O1SaF8VHYuUtC2cSmQZJplDkFYKlEI2A+ABmURvKYOji8/UsKW3OHQsloIs6TcFAMan4ekoT7T7864sMAWocxpmvASu9HNQBmtcUTSairXRCecHgWyYeYOcKHFSOgf+BD7n2z0vOO+W8BVZciBnAebjsS/ZJe7fSVRBqiB1l13Rk20n0g810/C2yMx6t5KZb6R8OViFFiNRok5TGkGPPLjLG3/+IuT/ZGXmrlvTLCQC7ybaqsZRZeYWb8r8V8UYKMMqbghJIRfzkMOZRuxfpdc+8f57cDlDIGjkna3zaWMEqwdGbp+LyxIsqufyMhsTXV2olISmWCqnOU3RYzKZDS/LlEvvPX/R3S7agywwEli7w/nNqDwYlEP3HgNoPLX1/1e6tGLvIbhM3yz+B0H6/UfCZ5QAr2bqusomMfXkkLPZ7IH4R++/adiAWLl1S9Kfyloh06OLYq6Nj0ALwdnTq9+PaWuIzNqvR7Bw5b79+hLAEWiH5nlgttyoku5OXg3LHN1Gykw1CZhx+M0FvMS6FMOglatk2iMDtzmFAxF/0dQ6ajtNTKKOpoEvORL1+nW0TBCTXtiHHlF/ulwEqh5sTwfZf6Dp6kk8T9yyKfjdHaIpVJY6IgPV6+eNdpeqipmeHuyOS1p/pKksUKMfuznj1MxbmqsdEt1dokW5A4Urji7oDJlQfSXmMlRugUt7mVTffRfgtNUeEn4pg+QpMzL4MkelLgQCpD1YhJgkKmGP3xSAQ4402exuMBG4ZETQcx3hL4rOWi+ydGkgJxE4rFAQ8HGvgh7p6xoa1mQZEs2E0SkZvX2digvWwML/nCRTzv7VSprGbB4y+3dsUxNRyOJjF0SnzfTAGb2N65HJKWcTfduLSLYQuByYgOAQHLsgaagNQpGwaCm4RA3scch/TVqMmOFxIwt34lsSBy6813xdgDvGOk6bK5Xb/WnceaLnKQ37rTVMMM3lqZkiBa3rPXKJuNExMwkFg1dtfgpI5kPq+rIfM/EeDrf1Z+98vrrzKv+ByXHLKvnRYPMzNSPhrjfyJJHjpxmF6fSzBf+9FdliN/a3Uuqf5eHtCyG/VfJ9PsFlqdjkWSf5eeUUyehGYbXOtPgigmScI9HEkb+mAoVSJG6uWPSkROCUi2eYNMj74/Rwy2XBdWICn8tPiDCjRfbWAx+Rapz5T7aO6DNjMCVkC+KVmdkOu3BcGFw+dCbKDkKifLTJ9Yhb/81ymK5zPb65OppsU6ynKDMrKzVaw/Nhs6e4cURnaEsh2YnjS5O92Ckn8HZA3GEJVCPTrwOiK9nq8pW/nJLRLdoMJugYXu0WqsH8wVOj/hPPp/jQ/q9hn/M2Ue8NAfgud8Gn+x2uCgJLwVBHb/draSqu5JNC31NuxKfQ0auxykmzpA1QKQO+nGAjzD/5tFFuVdg1xW4m+L9SMPYMsYI56CvCpdNR2nYL/yUarKSsA9fBhqUDgViXnJAwQyyeba0NgahbqpOMd/D6B5DxT55eieb51nPY8ItmumFZf8cyvmdBHXDWni88QajlPhfQOedcuk7szGj6MuYsG56G4dwdmJmgMu7IuqtAw0f5ke7FdBhgnrJcAzZBye2kVsDuKNIfqlN979wuLBphqPoeTF2kIvVaGASdKucG2dQy+TKc8yWYb1V3uJjTD3vm+lJNxt72xxz+NYj5L79lSSVPzIhFFkz1aYVKzgZTQB8+F4dsUZydhLr0W4u6GiOCfGDa1JyKUc0yGZp61yPBa/AnM0NHQLW++WYeBCnUFrfgiocZwMAeZ4vgTtql0lrQ4TOVW3/zPQehmcdzyK22bNz5wD/udf2OUeQmKlRd7PML7XI4AO6cYcNmqe4rWCXhcZNeY+YN8w4/O00bVEJbnrmKhlYWqfKwHutBqvXR+/ci3rTwEzVksJVuX7di2K0jR9AJs/9VYTHKofnYaxblNhx6fIlR/rn0cRHnaXB8PKvDrpti1d9lAOU4sR5lkGEY3zgS27blbm0qajikXMHCyuNvYZguZx29KZBXSJPGX4aXF8XGkVErK+P2Sp4b08hM7JFGaPmGr5rF+gE7ODBPeT8ejocZmcTJl4WbvxPS2jiusxw5R/csCoDZVQMRxEva+SFvXEtaaytaHxxDieRmImgV7Y/23GW+Y9jOqfxpXBKUdjYLcDQMsoON2xXyWKKA+ry4Z5XEu5j0Nl+Kl3m7ZLtLl8VOfs8Ao3/uQm+Avj/zT74rwM3w979o1w1+5eIaLsAgOdxSKyEvGwrwDxbYM5+3DQP2ntS/MxNE54hsIbHfXtFYG7+Ub9XBDOSg9dQTgfUjLtDRn4HpcjiefpPZ2pStut1mii1QlAV6MpAjL6YYlu7NAMbUTHVcYdwUwnOs2G7YHYZ1muWvMldbu0/iFTEc3KveMi1go0ASEQXNXozdyZfuEa1FwFWX2rxmQiCELWqBte1cZfL82mhb95eiHKsaqE/yTVRWW5JQ5zoU6wzLvVvmNQRWgGMHtm4x2Cip0YzSSaKgUznKgYnJEwG3pF8o9cbdmzFcABNcZ1rRV6Zjewsmc2gdYKwQrofot+MVlA0Y0j7ru6XLywixf8o6Ti1vWUWJ9cB8GyH4ThjxtTyIw2czuToPUKrKpJkxIBbwutgLjhgpyXBRgmMm5Uu+P109IIrwJRI0ohv/lBm3MvPzPwZPH18Gd7UV75TtUnXOcxkeMGB8llZwUJ+UKDkIwTlkGnJ70FhhqQg7yrJWZT1a00wRc2BugmY4HMAlX0XmopXnWVabc9+rvmg7qZ9A79LShR1NFHlXktNnzPLBYe745ShkJc/8nhWwIUuaV7QbRSET2ppJXrZlg4Ko4c9mFHL205VPGhDvZF8buCKo19b0Pm++2xN9552XFFsZA8TTH4rpwAK1nooq+X4IZc+uUHEx+mLZnwkSYn3fp+xUdQrKX1pc8UXe0dxUWpEXQ+3zdxXZaQHXSmFUaOkPCfbkAMPQM2C3J0qnIaa0id9fFobQIOQu8z/Gc29Xw9841e7/z/c5f4CZF7KkdmuvrXjOQ1rNmuFBD/MFUBjRBoDgwoCv90kZltAAVsN+nFFxTtLT2ei3BnFRmMBuqeXnHpHODFEqAwACACOgYKtkSmdzw4V9DhpeSwEKWIvYBMG+QytEYxacRURsZlPiayLMOxRiDQhSQSwaDB/Lku8/C43MLQMcvj0gU7KNE2GgVSyLp1oZUXxToq58D3ZhLdNk+XlOdLBWSC2uVCqIp08fb5KPLUAS6/nRkdEhSPHmhlG9b+PSbNwi6z7Ugfy8JL4DjmSzZBYA2QrLqkat3kFX08rE2QH3Ru5CbxO2IEk5tXD6w1l90BIMuBHu/UYG1qkVUMto1/MlgE25J1U+/K995Inws4JVLPFFP0kcZpAyKarLM2GXHaNqPrKYrypDCRCHBGzguxpOMHPHkDufBAOLh9aElMwtu2gvZ64ExtGce4nnFD8YL59WXzTw/wmGwCMpw4rl4TTWr7bA/kM86N3CELCYRaq4S+9i9PgcTDXGhEi+ighIEcN6SY6SqQuryt0286m3zOyqIqHRmC3pkV2kfeesIbGBeLqpVEc8mpyeZCTYBWhr3YDCZN+o4Xe+y93pJM5aBHEx/pDtL1IIlABhAbMEF237DspS8EBEghs43WgVnQRKWKERMxAscDyPoFr41lpAIsrP2KuVJfPOjmegIpBYdCsa26LBN1gqVbRrjxVgQ+rq2wKLOjUo8b3XZ6BHXivyZZ6k3nTwi4mNuDe0Be7iG4u9bOJLnLj3nnGtVFDiOBOCe9Vo9M+YX5sN514LB5Bia8/neXYl6ymY39y22l0fxy3G5PE470503l5g3HdI0Dzmyk9da8mPAktGXHfydOCdb4S2XNp7vprIGX8e1yYZ9S4OEAlhPVCOnMTV5EqPYgxl5IKeyZAQuYWPk9cmIletY/fEqSr1+QxaTZ1LFm5kABw1IJ9lg4/HC1IEXvqjQdPKO3PKyCeV99gTka/AwbfxdyhlNKipoRzUZtDDc7sScUpxrvi8Os0vQDUoRRxvW1aXrCAgvz5mvgnWPOZbreSCNTE+qqpHs1/Vdl7oYf0E26rSQ/J0GSeB8TfJX/Tz2qpeEGoA7IRSSJA3TA8qfZpYnKxL/EummF7R+7P/8hoPSOatSbFP1A3MAmrGK301f/a/xX6NzlE5Ur6i+3sB1LmsuqyxSbiM4waF9RX+UQsC2gFl96dJ8arF6IF56KE0vbwJhNtor36ECTZ+m0loEAI3G+zg4Hzk385BkY1Fi449dQRpEDDf/PCSatB8HxXxmCI7OBOST8dRa0cP2cjxkvyZZCmpgHAP+5+4gKFB6P7JSqVQSg8pyvy+z6T/n79/VJQANb8zlMcgU0GxofrXpYRNA6RfHabIJmTkWAq5QvGWK1i2nVVAYVaGhM/nsfPDOBVZbu+exrY7fIXYRGnir7apQFaeEEg3gkLuBZPRYmB2/UzKdhwzSBiF51a9wT+U0seDX4Op5a38DsEnE1qnxXHb2irL58+YwU6JFWQjvhfPTCmluQmfLfkBxERWG6sLyABTxIBw7H3yOLWFE5dmC0B/Thx6N+/pUoWcqsFqdmNxSy3XUkRVEdqbg0ghZkfd5Y8SUOefVVnciv31usbOhjtbXtoLvMmd1wWcJiCfThr2Gjgux56rELq+u/Bl97eQMbKKOea57aScbcGM9l0DOplpZQdXQyXty1IeaJB9eOa5S/ANeI9eUS/CNjP7KwXkcH7vc7WhNEwozdkN7Js/aFB1T+/WJnK41pKq6w5yG1pccq+OTICssC/M3EiiAYjD8WGgmVu8xFzUdw32U9XImZg2Ue2QtJ+qDhibkIPiSrbesMMl+jvInkfcvq3sqi9K1NCxCJJXtf9jiWqNeOj6/jnRBK0zwfNzKMtcbK/Zy66lYQGa7FysZdRXE0EZEF0+BaRe8oNO6Z/LkcHx/a8XLr0dvrOjl/Y+ekcMZxq+TVRHcOCZ8oM5ep0g0vus7RxJLBzNeyCod3M7ZtUJMqycbV+y5ijEO9zfjSh2S9YAOtC25aaHiZwOV4JzcRqqcH2mXZ4eNguusTv076p+LJD0oHwXtVATV8D5cwogLWN8VSnfxpwVmkevhkPxV9P6Txkf8QP3mGStuGHoNZhaSsAKLWh4k31iuQXDtYFWc2KGgIXOzvuzkulH2HmD5Sba09/dTLOw8uWjFPxSLpRTaZMpwouh62Xng+Ly1akN8RNHPWByrMkT3m68uh+f0L4Bs+BO01vSSbUQp29ZD7JJvJ6z3WYm5wLuVot6oSpXGmlpa95OnN20w7OV7kzSoyOKKwCptkGdP09ddwRMsTCetzhahiZoTcxtIdbM/25eXUO3BXT9iMjxy2Oq+yUHgFrjgjlDy3nCCrCPS6S+wDTAShaY/QrO0XFAHsIKRaDN6nc7J9wjGltFIfKkWqFjzb0OeN9g3zWNfS8DqOJDTLMLOYgBBne1lHWgQ1xLFyqynsvXm5xAAK7NsU7CD0PmMRNGMiOdaR/YvGD8BHyfh/KbfxvPVjNXzAdQIneQcDQtOyQgxw0u3PWYlycCON0JnTGweivSkc/LdkT+dAbkVxs6Xx3/zt4BFrRzWD/J43VuY/fOf4PrNpv4irSS010lDrZBaEHSONXnKavjBIRiz57sqUHrgsYQU6bn6cvbolHNGpT0bccn1YQezt8hQN8K3EgBtaVUIIOuroAOtmU+tbKnNgPKzturRgxrJaHHmOR/mXIZXFVGi4Z1JT2d8ZWU9CublHoQeB3CInk2l9VOIb2mj9kbx1YUij30IrfAiV86FC6lUSWWV6YfwB3ZAM830czkgrcyn/cxoW4DTb9Eg8GKyooXTHuBUqwpMQ0p/3YoWJrJiytcKRxL1Jv+p29sIdg7FE/ok8c1RkCzG/sYGUy0KaeNWG8LxQW7TtLdn/fYALWCbbX2yy8/MXPueETbUm2OpUZZPxZFpETlbkN7S/Xnf3llL0jLpL0RBWFsV7LHsUL7WYMluv8P5GqCZ+6r0NuExbGt3tlN4z3xVTOtZtrERmvlC5azm656rKDDyD4fsq1DDrDdY5DRNqb7ARKP+xdfEOgK/rOlmogtNMka5OJdAHecXIa+8PsBOEuGlCv8IxrMkzvNUW8pLZnqPROxSDnRtACk6iFLnA2If9hKPcuy5N9U1jRkSVfcGI8mWGtBg6swid6EOi0Y72pUuQ0GWEwogHZtIwEKwsPX01mwWJRpO3H00ZeSc9YL5Z3FKqtBuP+KV7Q3rmy1LsdRXwPwZg92UAKtv5ai6V5WDoCH6aSpsz0mzjdNE6ykFlJkIyLedcQPTBbKxNiAzyY8c8YXYkvNMByJWAYPVXhIvOmbdQgS8opo0ROxtDXdqdh2iLr+m2jbo2sPxTFgPYU/yXH80RGNQh/XN+TLtITPZGomwfMXCyeJHOUAf2OylsDzSk9WVH+pmYV+Vcgis5VLuQWx+8NzX9PTo2WyqQQmMhBjowf6tvRanYuVSBftaJcWQinmW9aTT7gl6xqZqcHn5Gg67kzj1EMLfo1QK0KYESRiKSNR2b3B6roEiyugKtxz0WRPIn1mP+5bcOdYdg71euDSFSPvPDU1JHTNwF0XUTwcoIox5Khp+K/HN70XbeG8VQA+fq+rwld1PM1pjl8jsvDZmgsZkd9ZIBoXdmPMxNHT2xhK55CWMreubPcXLb8jupRoIE8tcRh3AbDCfkhivJGrRU8LOZnImdvW/AxVRwDjTzqCCAIDple/XzHh5AE/oWo+mGAWRWZ/nxivWNDZ+fx+qK30hWnS8ky2hBWzZZRJeEdPwUcccsyYyD0EfFTc6a3a5visUQgSF2FUWuLSQmCjPDQBRBYkLNk9yJJebYN0R97Ng4q160OTAB5PYoVYjv4IeQsaYoH1G9Up8JSKXegwv+0/4Sa2/5JjqLVt3sYsfPc3KkQPrMeTAeXYqGTbXfS2YmHi1FsHy6Zb24gRsYeuV8/wLvhxewGqGjvkcz/8a3XEfrho8uNDSTnjG8jU+Mbby0tsq9oapXJ/Vq25hl+QtoLTUX1nvueMKlC6Qtt9gOF+UgKDyRyOOLu0sgdiN7480ncjUVh2Y0fZknQDqtHPUSXWw8mplkcj0v7cFSzqy4rqA7E482tCQZygVVYpmb6YXvb2rjTgNVBPdjSLISWLz23SUdIQyX+WSQZrvN2sXHakTLIDLtsdDvR1+/coEx+NVHjZ6w78mtvkDSLpbkD/KsZwq4JvgvrHU7YvLLbD/TYv9ZadOay4C7EBLjYBkB7/mYq/x2oX14Z5fIVE1o+w1mhU7BEzQvzky3b3czh8ejzrrGv0QGXyy7k1k2eCe2uh4Hw+Z+mQU0xRne13D/hepjOjmXeZiFc6J4J9m0HY4lTPGS6xxVZZDluMzoNY/Ksw/KW7usckhzZ5InD8QK3YsXl2niPrBswmHTLVTergw/g78g1H7QjqtPVFm8uj/BEvybDfg17HhiZAlJBtdyNO5CLSt/AvqRHGU8K0rcAISWH4Cprhv5a5TtMG48Ba6KWsV0/mBFxDItt7pkPkQo9yPvvO3UZyOQFtZSCCY7KgF+emntRoj1npbFHvISKqYeueDIQLX0Dhl4LRz4g+4T9BWOt9k7+VCroEPVBCqZao2b5TYAwlJJWQeidjzQyms6kxs0g/bwL7sqeU7qsUCZV/bSjn3Dl/yJ8LamTOw2/4njJCOeA/hbN58PS8G/Ww02aa2H+KLH5EOk3F0deXY3Mu46rKJDsZEmoP11vT1wk8MRDu1mUlB7MkPfguL1PB6qdIz6wUIynH6gqDI2LI2abBCaA9uS/clcpPYAR5remgVcV04UFHQAW8CP+owxE2k48qK3utBxGBVl+T6xOOkY0zq+teE5gtJ9XXqV4aIso6VUtlSVR5rY/DemPPL003w8V+RZySjOmiVgTBS7czAH41UC0qT/QVvId30YrZ1Jeghr6VbBr6yup/4MuuvmonOzJyiyC3Ry1iveaMlhPCZbUaR/dvDlT51KtDQgXnqfH7bztrVGcZekNkMSohGHVS/H7QjilRr3Nmwp7C6EWXehge78UKKTm6+m7s5uRw+q4Xf9BuXxg4n/T4b747bpB20Ed8q5YjGtenei+1+E/6+6Wxa7knbv32JOYVMhTpCPEdV1Yx8ead0SsMzr/kiahox/4OCYRgt6qoUZumE/ICnza54+Z2Rx4DL7k/rf+5ShKjxXsttXZkeW8+stlXii1zqWLT6V7qSn4TDljyVVjKIDORuC3ne16cJZ14FBgne8o4KSgpByu/5D9qpRnAgSuNX5kH2NS7PI+N0hvXOGf1FSlZVOd7wZya1tnh9rFdyKfSqaZo05CraRNyDhGdWaYVv0sBwRT9LYPvZyVIMorFl1w64svATBXYyVb9pD2PmwDrRm3B+XLdH7uocTUvuTFcuSpGknRndhln3B7KhtI0MNw/GrTSZU0zvf2qCjF+yut4CfB/t+jd+AoqYxWxAU8Hjnm0SSyzmph4asuA1zFTrhboTPQ2GtR64QP4YzCSxJMWsDvmEmb/0WurbdACd2DRAqBuC9vTL5hfQSMwlrfmSiDy1+riPWqLulXJZ44ME49LsoxEbk0CCo1SHuQ1lCOLK/+MiCNOEVG3Q/o8r8Twu+WdDYSDCRVsKHCU5lrKU1/DiYLzSC09v//xLUgFl+R4eZ0ZXGfr2Pbf/w0WkewsErI6mrOctajKIjN49e+fVX9XBoxks/f9hNms9rYGIOIqiMagjaMLj4ymts7mYkZAyMY/WIfzgVuqKj19ybrqxhA6exhFrRXSuG6ZRH3k4XsttTRXTS3IbUhLCid1JBK0M77unvJ58p5RWkF/h3761danMRc6j/LJ4zqAB9trQvugv/XSQTCh6hpcOPgxnegSzmw+15dWTbAsgKkmfJ890hucjlqjpsq5/hzor9jOHsL7HN745cSWsxLWTtqm5TM+C8PySXI5D6inrNmMbvomxqCZ+nAB+BX+E5N0t3FLtuqtKLNIglYV1np7KwcUwUqyzit3l67uS6mR2w+yhRN09vD0vrRrSgxQcQvM7bxkfRAtn/iV4Q1MSxuNOI0kmJe2KKFd8gSMUkoivsNl2YmedlKGzU41CEXetbFtc52JlIgX+Q4hF47PS51WW5PqKXVJzwpR09gzkJx6/wkkZfHWrmbZTDhkFv7lMh69mNhQdkXqyKP7FKZ4JLtq88n+cB8sDXF+gtY+O874K9+EvCcETgx0puQGXMS7nGIl+/iEC4yFJNKpIbkohco/2CvTsQW9OxpdH3dUbNaiSwHGazvY7BVrZiBINWTnzQ4hh11SqOxZXcNUa+u5GVKVNL+lmXXYVz/Jqed1/izGC0XV/tjJX1zyi3iXF54dtUP0A1UB7R2bPdK1vAYXyG+yFwxwDyjmxVvbOPjKigtlKYieEKrHtrQnR952Z8zSJySr7ttUUAoO7TnepzzGfxv45m3cIbglPgTlCovol6uZDFf/f8bTB/FMuPQ1ySKkGQMFA7QoWdN0ndcVTxKDgLcDD7gl6x8TQVOULYxtcChOBvGtS6XsVcYjXRe6pgiDNPbgkXexwAeJMn1T1/jmYBNZfSPT+xIBVaN1oUPOQSuJrEiZNAmSgc7j725wFfGXmuN0wew8udqsWW2D3++W+xuRwKmx/9ocHrHRW+hdMxrNCHLSyfELgvXVIiDJ0BAqYefuM4y9zVT8rCA8upmXORvEVa3TUZxCGGMbpPXaVV1W5DFb2IRU9jE2dzEyTtycDE9Nu9p3igeg3uChYhTrypgwBtd2jxtsjaQ6geJCNfABLdusMTk5826CSbsanATn57H2wLHoZD3f7WZ03d+OlTS2mkB4lkfC6TEODwZVacUS7m7WGxsWqAzgqWjvjazW+1m5cVYE6AibUclCD3HGScZD4crVlEmSigAhncfFBgL8UPCpqvElIbn3/uojhXxNukvjC2Fuzf00rhm6AOAXFeIQZD+mEHhvRtpuVCQR9gglEMLIu6hnmiBlbULVmRyySsxX8XktvB4H5+Cqz85br8eNAX/ReZFVJgFSoJ2L2xKLrhSh+cUGv9qqd2+6Bpe6vbsQ+JPxxVsvEbFQH7U+sNayRY13bpaClL9WyH8/PHVqMRX3/ntGn5gOAcw0bL/TxEQb1YWQIObPV4mu65wD1aW0d7nhLOx2EOZj3huBy+KRikrHbx8xSRUIVLqgfE/G/hGLD9S155T7cUD/eaEczDyUaP7I+U162vaYPMl8OrT2mV0yjIUiPULxcyVJl5TkXQ7soolpiL6c3DYRhF56te9M1OcITVepU237lqMszbo6SdpnnDeKwMXKe0oTJyg7UUs0fl5pV2PqEDzHh7s6WEr+SCXIr2H23iXAiPSB84PTr8HAPfIjHYeJQesYRSxtEkt7xC0J+vPuFII1cflcIDN3YL3ztuWbx0e0utYrZS8qOLZksIqBhLbOBgl6N/+d3pBWGzLQA5ZsAk8jUTtvCppaiCe5BJkU2kLz93dIDEp2KEZIFyOzMAmdlpcFOJwpaBH3azvVyHCUYbSPbYu2SApoh5GgcG4QAUYw2HMl1K3Q8IBdBdsB0iT/8iHmz032MW8QOSQQqLsxdBUD7+8l5C8gZ4TsG91JAOMmPUNL7Zj33rdCHaEmjWVCU48Q+liyCeO5qulsCcXKq+hcQqT45ckFpBeYOl/ehcoCLKsh6MEt5YK6U+DZ/PatwciNsaOit4ovf248Cn4O2wqHBr8qldZ5vdSJvAAIxtLbGvoa+HXBwtLSMKEK80dEKHMODBPNUhULBvLcZn8dD/VHuBLfiE37CZToCWMa1I/DyMVwGx6FACI9Evp5Lr3fCexZv5nW5J6HT+VQDhsunRjqrgZMpfEK1WyMKjePZT7ty+OAa55Qf1Wzee/wYGIf49jBNFPmAH+IQzhoM7PsJg/PN8VHQC2mms3KUdsj8aTRLWgjX1iPoSnom0SNm2W1ToYTPxDqHHV4UQB5LhLBX2TVl8ByBIgtBFimlxondtnd4mir8Q1OVJffXzvUmQZOszr+3B6b/D0i5TUG2vj0K9f/2LgQlciMn81grToLu20YcMZLIaF1zZTDb3RAad7g2/4jmuhmit6bIjLS7Niz2iqEfjA/18AYgePhUYm4UcpLoOjK/1Fqyln+EFkmbLiNU/Qcw2DsKEVhckN7DOAJQ9slwdwE8qyJnWOCv6429zUwXq9E2wmZyTGSYRkaL4FeRc4KlfZeAlZV0AW+nHeQZIObWI/CFjptJJxt09TH4TjFHVNNf60NAa04FNHfqoUiop38zAdz5fi9lS4niNJBzKDwTIdbopL+1ayGRCwHCG3sJwqjLTIc+tUHb/cM/SBv3N38K2jLHUaW6W05pMN4HNBTH0ZCrELGeXGBmOLsCGEieEkvqYAvRh9OzhCKTVoN7czYGjR46XO46wNJWVfnJjMatKWq/MG0ZnCiewhgNyfrkOwud3fVtHesW93zn+agfPgd5EXhBY2t9HISPecRbp3syuSaQgMaGFPc2zV3ajC4Sxp3SmBZXK4ebOxORVnLN//SLTuWy4irJnkbMZFMjh/LwfuPQWxaUZLZt0V4pUNsez6ITuOMDWSNG/J6SxirHRhLDnAzb9dxbCW9/XBySNgwy3Wy+Ir5EYLZX1pftP6/doSd6o0DUxb/6dFcHIO3K1M7e5v5qJDOY//RlhdJ1pckKFlgEAaqGmElRgPdtB8Q5SYjwgpUzJOIUi4TYCmDkcj4DkIHpMNeZG5x4Ia1MJtlS9L9+bImG0FPDqBJ6jYhKV+Je+hP6wxSGvzZdFUD2Fhlpuz19kR8fMky1IYqv0PbQ37s63SFSaC0gdF0RyHazMiBSbGjB7mytYSsjAXofxcNnpZcIaN+WsCO5oT+b4x+8aOFWdX0cn8q7/MjcveiNdH/NF7MtUSCMTI7K6VcHwvqylGhxF3LySoR6QfVOC1Zv4KuKHIeYju3U3ew04b8EJGb0X5yqdxvWwIAKXAEgj/Ff2Htr8M272A1am7dCKaLbuMCBmjnkMSFrdzra41YMGQv+lCMJTM/L1t+tTS9DqLoEjolkG1scJWA1251NVG3uqWRqaf4KsJOU4tTakl/13A7WDaNMPDLZKAcvbjJvwhT+V/L80kR7cqZSEW+n6zVNbfEEoSXjCU7LX1ynBcRZYNkgN42ZnAh5CXHKk35939y/aoS/zvfQh/1GxCUEuJGzjGW245gjOw6sLLtO0eZElThNkwaxcg9N3OuFPj7tjPYw7426OAy+GmrYyG7G63lahML2BslHCFx9HYAtE1ZJ7Fwk8XQc3pIVARXKpz22x9FLjBSJVsWTbrmbcwCIzvpz9wNuMrh/X9odFhUJurcEOsqkkYccOaA5aK+CFo+499FsASdGCi8iqNRTSQD2GIcm71LfZ4pwxwTovYCn2uF+gEX9T+FvRr20H9TA1x4C02F06iwN+9s8OiCAlQp7ThUikPV8DgPLdqBL/kVe/xIpVwQXGPICK2MKeZbPVnWem9nxhMN7fE6FgsIcMYIRtu47nUeV4PmNG/lc87851YejDUjwQ+LGnWlqFQYXDleTBEIBdbaLzz3RkDSL6J8CnQu/L5d+TLC82EibuIWBokWQ0z2bZcbecQIQDkCMpghA9ZIkz5ZiC6VAXsAxcuDWFR88+AOkdU7FXVUN5Jl6v4pfXzDiZ0hK1Cb7YB36/L+Z4N+6jxlZIucWiO1DzeybgVo4keuGBQbbfSlZLLJ45ONtCCeql0AwJpp3lW9Nvw+GkXFDOv3JnoMdAM/fULpb0Xadg3tg/Ndqwwclcxi7mjPDom0bFeLjdCE872bLyKm2lOAQEHpWBmiqGBrotMedDMN1tUv2kQC/tRwos2UOQWYs3fn5TOc2ZE8zP9v1spUDQo1q35FW4N8PjHNu8lQlRD/GpfmYWzcRgjPtV3p53fnK2ltjO69yUrCqMuKI3huJespWaglvjRhfQIi+1XFnDDZDUFF1IYXvbdbSvbqMSBds34wiAiGBGN3U3ZkvSqLph6tg9r9G6/EejuNJixWR6FpiX4rDWmQqkREgilF8uy1PJ1yT8zuNFHIkoYtGXREi3QPBzu51m52ElDNurulMlT6DUPDGp0A+4SaG3SzN/CwIBnpt74dxc3g0qIuAIfT8UnxRuQzcXPm+Rk1wZQ5ln16ESelztalmJcRXLvCJg5CSYesCAE+Ia5hMiXlaBQtaI3Ci8O/VBoKHzRPI03iqm3luqBg8bJqR/9ZYop25Y5lX6p14S77YeaH7bCZtyeRHWdido727fW7drnJB4bxqFb26S0bmDWoH4rozIgO8VqfoAERzVMb19QnSxldTGmclMIk75Yac2+jn7nmUidOSfCVRPRvpPOBP1Qg+mOIDGgoMbRRqHj7gLE1BsJpYf9QFONAYBIztXEa/gRZjo7tAfJ5H2AubuYJmh3EuKbBAIp0P+v5PQNHYs8y1405rO9YvWy/Fy9zIR48/aaQcyfXQaHYhzF3uS7KjICeX4FJVQgs2GmPLafJj751iWdl851CTIXVfIsEbob78Ck6/JWEHp3BimrE6b+010fzjH8m5qKBhAlQdos66iYjspw0HIHY99BHnjtvzNKtQbMaqE21eoOMjLcYlLGwKiEvpZinp1aJzyfpCMuwncq2LwGVgBEGheV63oQdGKZIZ70m8pxcxreviEWg3o0O+shXlGY6z7Kh88vq1HUE0W92VkO5qumXx8Bg5WeBearVYyrFDyRdaCyTIXR11EOB08a8VkoyTbf01q+lsbbEzhdUkkkibbSfzNdsqiiAdksvc4WGqmHkJd5wU50z9mqSpIPcjM0wAcSUVnZJVGCH7vQa1Kp0FsUA0FRPdaiXdlemrmsYZ6eLLPiluzEiafeRW2JT1Sjn3wzHxl3FEx84v2ucgq4GTxK/seflEX0KKE0UgjTz8jLLjyoQV5li9c72mcLBFmf43qpqs9GUZTluKKbwG52TmPB+juTNqvCmOuuqxiPBA1RcdhNo3m3jq81YJ8/hL/V5388HageF1f71J/jZPwV2CBA2ztepuskWCB5S25zBIBgBgrkteKNv+4iE1c7h0F1wz8Rh4SiDRDnoPoWL59n/QNwo+m2DPov1unMO35iUA6+DNj0flffopDV9ZNtTOXEg3OItOtH8vWJRvM46fWhJyURSeZvYwsfX3RLY2wfGmUyGkYljdzMaQaO33CK9GkGNC57OIcXu0ATAB6QQoEqu/Vd4S1zVc81+MHS91GrLayQFsjWmIjeY1DM9IaaHNeFteQI7CHBpJ5/e9KRYCjS2bXoa5umzINs6a0zlCntiu1PTydJJmIr7/P7eGIAcfmBnXeZLye0nTMX1Z7J4leyHqgxPA5CnXTvRXPq6lFXJU/3m+3ahtks5UrXL1p23PrlB2/YK7iBfDAVIpeOmsqHus5Lgc+hV1GNOKcBtID5N+Wmm3+9ENcO5fXHjDFzt5bR6IQzZlU+1S7Z7YElCrCA2X8H+VhD7WNo6It6WSN9hFFqMGmvOU5/fySv+/J7Y1Gwy5sAzSWM2LSN//BMf6e9nf+PBxPJud19jerFpRnVRPQi6N9FGkuHUv0WfcRndZqxFBWF9VIhR1zEWTiBWYrhhuzEti0b42AT5ggfvZk6ELyj8cMKIaXg4mUp1k+Z5J0wpZfRzJUooIVpfTUtv0rm2jyI9dyF0y0qCMLmx7RBS4b9VN+t/uDaCQ8I0SvtAoRD9eCdFlB5EVpOgyk/7GBfAq0rDJTtf18EcCd6bt4Q+sUVBBn0jrj15xYHwHzN82VEJWQe6wqoEsU/zCsLvS4yvM+D/5yS9g4PmPyNOY0fAQbOnc1wdcTsbT8OQFQt1wNQSw4c3D2CxWYeC+jsM4FEzJzCaHWTGKAvpB327sK8pAMiH+hkbedTdnZSqJECtlaFWHDynG7M65Sjem7smYM9fEJ6DFTDaRd2kl6j6DHruD/JwxS8TDLgu6lGlyWPGWRumrVSFoml9MEQ2880yAZfGF1xYmWv75KRwvZwTIFBQc2wnCc9xSBi2mwdlsM5UK59/FiJPF3t7sNv6C+DTA1IFFdrRO12E1XkX29Wde6r5ozfQ1/SD900JxURVPug0rSlmNV/Krka9T7pffg11ne4yLq+b1I6rrnFvhabQEHosDB3wPwX3uo0oLnRASQnrNmlx6tVmlKFfy2uxMMfdaZ64VUjHWcbCq0+6cijri1ifZZmg+RcXweVeSpXDNZZqr3J89XGIIb0i31nAz/kwNgi4XUFbMXcFjRk4dIqMsdqn3HhFipSVcpm4i/32gcb4DS+A03KRdAVuVtnk7NJdsAy1Arz4s3Y3q1+BSGjPr8vx4qUNQIzJoP18aJQ9iX2umMfxY3nCnbg2jGZ9bjR/d7s3ZIqJeGiogUZ0rqzkr8T/N8sNBouc1Po2SdyfhyC8o+2PQyWdXngWwfLBFOGu4MrL1Ce2jPSbB/lc+amKA0wmMmFlIkAMxbyqbwpG8Aus48NB/h1ZQP4hmgOkxwmCfyF1iwQnUFU3oBEA3s6hfwKvmdBwogfhO6kTeOcQDa5WVMUqNz5Ruu7TE3Ia+Gjvww5Q9qBsBhXTSDtLcoFGKC3vSVUazRZFSufaN0opLuWY9Em8hbGWCX4vdPB4IJuhJjquQul9O3Yqfe8JRmEpaWhQLua96sPCvfQGERvZaX6FDmqApbtt7tqB4g32+jtEFjJ6h2eYo5S+dGO/4XAWf2deSUQ21H6YBH7HD39eY0mHzjQ86wMDmfirHfH+QwHZl7Q+HgSW60M+hYNSSKt1GYA0ZiN7MJqhVGMZgbgYoX5PFEgP9D54tmNdl42n8YXj6R2Rc1u4FeKk5RPx3R4JXgqpJhxUAV7nFHEzAnRhwnNFF+W0RieXNuJ6s/llRgq6Fe+1ghjMUtQVytd2Wfvkz7neDBoB+OhMZ+7HmE5lCAAiUaotJS/r+j0L6sTs69Ti9YNG1AH1Zjb17uGTqXjMzNACzTFCJSp0ZG0/i/lIhA6lMROF/B/PUntDjSR7r4Bqh6VUuX48Bqdru5bgHSYIE9EfcFH36oUsW97slpA+7uqXNYHTyZeGOOtgc6MZEr2u0Xacpa36EtKV6lt2oPGaA+jHj8H0xcRAJgsJZwWCmPHwhO46PuwT+6SOKy/zq0P+LynHmkgfnhpNxlZ0n/1wc8U6JB74V0n46dHhzilz3orgp0Nst18YiWQ4M/6uO0RktuNXaM5Zu4SViEkqJZNWG+Dm0HuEMIddDaLQylNLaXEPTGxwbucnTTOnTRocYMYbJ2WS8M48VYkEbOOXsDRIYo34zmfGNFfXduq5z26R59xFRxXzwvvxBZuGBxkxlbvdD1e0lfsLWx2yCGgMHwQWmLrTvAwu+230gDOrhXEJkDdefqsNOUJDnoPyK2nL3Y17cGNVdOffpfmaUzem6f7YPe1qoYtuM80ugg4eS6kmBbCeH+Cne9r6kjpor9sVwYDrEDoI8HZcrLMKLbaQxzkVh8grpEsKw2gfPxLAeGq1DYpOSyCkTwgBkJCFPqbnmt//O5IUS9GjfVkPbWay6C1tMZe3avolMWRXixfZxIN90ighZzkh5A2GpIEvmBG5zssnrr11J05SZqMx0uXpUheBhK3KMzDcCNhpgXLoHajFGyXUMt3x2vs6gDCP0tJJLxTPoal73PjTGooYcjNYUc5olKl5Z96hYcIBg8Vjokt0BgQoLddIBLLIZBYBV4HXayD230ayT/3U5SpL0Y5AhYa3tyxIQwkktltFqOLtyN3lWtpFuHW2LquvVW31laMsGHNDJxwuXyt/KkXGpiZ8rguN64wKNZVDhHBHytN+WZaXc4QMNTiudbKMjMDaVdjczGcNQNlPntFxSArdZ75WRZ2Vjy9WXUA0OIVSgAtuODcop8clPTzd11sOikfX7/ZnJmzEiJEwYa+c8Bc1ZrTCGJ2cAZRs9GYAJiEolkyAW20VcCnLKUTy+RTLdRMlmnc6vROoqeNQrqTkjTGG6sSE+0pXe6dMmujZvw37JLC4kIlYWRIJDG5BHT2Je6JfV0gq6ZNsd5ug0h6OHrPEcS+x9icEgSkh3sWPg9MrfyfJo/GeZD5RZrYGOtB5VSgMqRJK87m5gZsa3nT74LNRP+pEGUkUhx9sn79H8FCG2ONPB7NcTo1wSnpm00WyHvzHjY6Wz2CqrLYeIO86gomfe2n4bE6XDUAXYGo4vzSDuEdqBGpNE91PMnaqXWpI+4UUr5ZOni04KqxwxA2dRJUtW36eKikfs00Cwn5zV9Eer8CqPk8d6Pj9YXUPACk1KvtFzyN6dzLb1ksT5hxhQ1YhmySHsDI0S+2gw8PWVLrBw/CawacToFoKOJAih8mGZkCCUfYqXBZZcaHp5OF22eI8fkvHSvjyNpp2p7ItmKIb77XkhUsIwY1Q7App+PLnkTPKLBtcwTLM/xk7K9zgFzfOFxNmQijuUojyEDTidRrUqMKe0dlWoVzeYFos8eVm093xvga5YQfwiaqvs8t4u4vn81p4qKiikG9M2ctfstBMOUqDtqrJGnDnvBk0r2lc5xyXmYGGjNyU4JVj+twCn7HDPGzZG71SuBI/p7eg3WVUKIeSJtwdaN2Qo8g8xhZvzVk9EVaUZArhwyovTZ/wEIuvZFAq+/Ir53i1aeffDEJ2GitBqYs/vyI0kUAKdj9nmd4ql84s7ZXx1L72LMUzpak3LXqQDMtM56jnToL5RL8hCCst4DlJ/5jvRNkAHscJa98yAI4dWs4sO3SrBgeSNBgORZIEiKyQyJN9QpMJPeULQGgT5TC5rd4+fpFLq8zamD5QgAElFrovdJFmowTHSydXVi0uZd1sy48ASeauQ/v78f/z7rHWrI/yemmOVBKMsfKnCa4XaMWtsmXs8FsJPAgM/FSW9G1OE78J94XERhkv1JA3LhKp4X5kSFG68i/swIUxQM0aHpfoJ0lULt1Ot9dbsXrkmvoeOQcwQc7yWjloGduhZIy9CLCCsv2usqThteKrYTDDNVYvpNGiOqb4S4pan9HN6xoYVxOIvmojLB2xnxpBLaAcXzRNHRwfQtjLtNNg0uLXv8m4VeJICW9PzMe4LoBPL7uSWyDwphCSNpSEJMEvL16DWeiPG63E430GPFTk9GI24jVocKLESXfXvAehZl66aS1FcMSIEzwElE0A2r52kPETOL8jJv7mTf4KruB5avZvBpk9nBeYjTGsTZR2RuMTCtUvCU+u4fLQ822vbEYPN2SP2wocfmpKcpg26AsDw0O0X6hqsp7F7HJTrEnIYJaLQhPnxlq8JP2gAeL22qboUVs/gdVRgC+Zzn8KyrfcPy9daVtn7llufzzIxXSY0hfj8FBD2P0ouo10lKKB2PS5KW+aBQjx9n/dNFXfAHL2Qlaqd8U7wrakt5mjJK14V7IRM2e6Ju8d5n6YXRzmXzX7R+UNknZuz4eSod0RBtak4yKt11HecdtBqS3baWK3w3cwP1//+K2YLVIaM4Gk3gOpo+Iw5zLKL9YeiiR6O+pufQbnCaNSY1c8QzKdtqFuJiMwvLuQteCSSQdmOLYByTXWhVJOJzmIj9tWqilZ6kpEJ3GBbeZtqblyakWrRYZjhB1TCiicozOo/Jo61YD12XD5z8UUpQaniUTph1ilZ3yoScBdgfzgbqs8hE/0U8XfS8ol4zwmIl0xFXcUiFuPtIsnRY5ul1pfpaLrdtYgoES6KiuuCBFSDa8L4g+kQAAmoKGEdClVwlmJeHryZlpL7FXinnzCaKRR54/OH7Ly17gAJy6SiEk7MX4mCh3jt4RI1i0/7H/OtrFhP8FFdbieZfA8P4FKu0bE3jFFlGYOpM4CJdBc8XZE9TjtOIL20BKsYH7CsRwoxK5jnZkk9XF8pbgT/nZCI825lykEfshEOxnPamXXoSHtUFKmKghrWsBf86A9fAqiYDZrhcwDpfKjvyeiUocRolgu8i+BRefPttYiDLzbJSo1DfDbAsuy42R45CCXuCDA6IMVBkRfhyntLR37gMzZO0bjRnNTL7SjEE6opn/QjnEgCAZu8v5GzXMuqe3/cjBcc0v51E8UoaWuaaNH+r0qDaOeAqcpdj46h4XoNRua6DAuTD8NkQadD/uzzcdhmmFtDUtPowNudVE62XL6Pmm/dmfjXm/pWHUV8d0j/2eD48ubR+943Yd9brf15P02u+I5iiCqIM6A89krYJT3vRimvBe2sOPHgJCpXfsfCuuU00c8r7+k3eTlj/hSyebR/Bsq3MgfACakk6U35rmapTNqGwjTriqvBgGMrVxBSoSsLRDTk/Lvi1M/jh8YgqFWKSt73SZp+0RKGE6fUcNithhxZB1KFmYO/jI0tqI8PzHA2K5ixxh4pP5ujSlUaPScUavmhy1yWe7hMKtBnAR6O2uzUHd4IogWZ+B5o7vZgxDWK2DOQjY90CMCW0e4ZDVDOgp41idi3QvtgP+KRFYvqGJitExCH5X+VfaEL5YOiWqGxUHhD5yStpSdZFBJydFrZL8Msa2MutOZ5oQ3cOBEZ+CIplZD9+b7+h58fUUZsQ6cm2G/dmwxDZt77qMqLNUETu1Pa4+9oEjTMgLOEV1RwhVbGgM2bOl25eFenM8RQC00IrjTTW7bZnlh1acUeZDsmCEK//NeyL8jTQwW99rs0UJ4flI3uNNUCKlPJNulVP7B8t4S0MQVQ7XqmYV4VCJDFIFuS0ID3j49RCXhrBJ4mR1TAwb/ICjTvnAeaOZ0g3AQNdMDlyYgNZ0qZxUWz4SjM3tottgRBpOEGl7WvgRMt4PSrZIWM9yiEi3mmUSOh4aVmoWkWJApRZic+S/iE0gnKuuPOtKaV4tkpbLXuqzsz4cnyBu9T8rOV5pOwKhjH0gBmw3/j5lJZrG6NZCUL3scAGCMIyn5BFM5rh5QKpiHAEFktcKBksjAPBxPNg2K+x4VtC7sia8Bw9OYWuzq2w9e/m8vrK3BGYWf5CODQdyULLNHImgQqkLS/0kLINAZlqEHvmKWap5ZGUitOnkubLik7kHas9QULgxftM7CabgjCgDdqmnIr2XhhRp6wmfmi2cRn9/fzNLoJGj9DDEiKrW8eyMrdI3GTpZBlZ4P2zbKXHjiBBSkIGFWEFqI2BZ/7vwP5UJ38pMzKfP5wrBWkQJJ4EUPcvphyi4o24zuHWCt5ao4OaeznjCIRxvk5XoBMcAL4yBFzi1+D8VXo5ki9zKcjTIMQWZMDDd1rxOfj8GIw8EbS53teitusT9dK/ThP+oaWMJCJHOc9qcDWBx6FtJ2hXUzSawORk5KXg3Zt/ZP7xFUfKxjX1US0s0+COlSaKZs2qqMwaTKrFf9MQBSmbhOwKtzgNLHEp96p2RC5s7X7mtsIFywY7zluyVbQWSoK2mWn1Z3XsqtX9KDi8hWscBe2F2koRCk6uGsqyhE4DTamVVh3BA0SaAy3iCAeqzCpFMA0jjPiyIqJACO88c+E89JuptQtj8Thv3ba4kNKIFIOokmEYMt8Qn5MnkkiSs+rCwUx/Iv5jXxlSNqGni6tl75LQ9Pcy3gmGAs969DI0AzNnoSsRHSdu6+lMtmE4eA4nlK1U7TsgZe7Aot519qkacYZbfzdkxlMLX/UuO8rZ+6dPUwDGKM0SdyR/SUrZA8wo9f8qsiYOQIpuQYCOt5dH2bIewdjNzBSEnjq+nB7mXxswIRBraKlwSXz8QODYltTxMZS3GWAzQcbn1mnfZzazMY6oNS3zkoirkryT2FMM2PX056TJXPn/OZrMbRWKicNwaHjTUNN/1yg209WcTaAMUXuVNJJ8Ex1KyuBDYlaRUR6b3AMHgxTPF0ljzkXXyU0d1S6l8On0jrLIXXB/MBQaIMZwqn6zFQeJxh+EvUw6fu020jgBQLVFeDMVekEv+3mbUw6/hQUcvtm9K6rJ3OCBRPDvZ9qL0lWC4Ghg2s5Utp2mNYW4vyNKalThAdqEqUEjNxgPfDUayQexVX4UYg00MyT/YsfKCWU6QSI1nXseFIFOy7Cil55ETA4vycrOjLd7Op7OfsRI1Ihwkbismb6UMZBa8M7rpEqUVmwUW4JPxMlpc3xU9Nyy1do9BjuflidX5Su/uFEQ3XrBQovIsucqJNtvyJkGJBiq7Jq4ivqclRFXFhlAcqLTIz99AxZ21vgIRhfuTljZDKfPT+DpjFGoxcIqPQnYpfM+38O4pjZz8jShjk+JAxkTEr0hTgRihfLIBZkfAxn0Z3Ygj7AW5yaT8elVkdlO56FiVvFMlpFCoqK9x+rPUsYrTTRqdeDOLMoSYhqECDqpvjUjXok19kXnxP1+5JRWCfbzGzpvekKJCEalkHPQ+YQI2WVRWW0GPGUu7vp4x+ZGvn5DCBesSr6Y3QcZTDY0SrdkQ5qZLpo1TQwonsIXcNFQwfwSbZZEhMA9eyrtFzYR3O8k7nG/xTnoSgblZzqnqzVlx0w1aRq3s6JFLzw76Tu/YN3s2G28D2ct8O68kSqTMX86x2UyknmVgaYxiGCv5/m0aqFZoke/yQGI9Eujqh93BXSHTf2vJZwzYgeySewn/kM42sDW1IRD3FeyKb0a+/SAp03ozHonad13rNKiG5o+DNzu1VYklFTzkJf5siH/gHEzuxTFCI7HgKsz5N/G6b69mhbHr6wJsP8ce+3NTLTNk+BB3VUHXq46oZI2EVTVfHJaafSkuKBoqHqu/u/+LRE2Kk7w4CE0lNg8lpJd2OhzbYDIZa3swHAT5KS/w7t6duynBuXrOfrFOU8KSc2ABmmaJVxohkIRvgrCMO2+1olgxg7se0SnyUV8bqOoGr2HZea5HJeZPVIRQgjaxuGU6OUwM8042hhXvi7owyMNdtT9dF0gaHgs+MIi/sPzj2mSJxUNzIllG4kRZiiktAIRTNvHmA1JrZChPIgPUkJj9DQpfEr/m/BfKhD3NyiQXaYK444yT2VC+GsqFYqxBuZRcrfb0m9w1yKyes9wkW0bnBUG9hsJG1/vtQDjXwKjZmfu0Wj+eyKAm69Mz297znlVA6rRHra4nEDKPHgILaMGzzc8r4jDgbE1S5qRKCzZ1EyZI7ABr0/0LBNdskP7y6KNY1pmm7mPBI3NF/APb9CDJhseGrbE0+3kHXECvNSJEvF3iMpGphqSWfyuSvzCUfXT3rF8MWHD9gck75kcA3NF9LktiRfBhy2V4Ioz/6t91LjVTX9Gg2GYKvnLrawe/lA5OiYPimZ88uR+/V8k0X0orz7s5avAjA10xn3yHmM//Mq6fgzr2kZOdAo3Lenetb4FXEtfX3VWZMmmvhrSJXw9kN1Fzbrw6CQBWYp7zEnuveDgqF/TPOJFA5pqLbbGFU52eFlqHQyc359Trca4eYpy6cWH12MIUo8iIyJ4FEtb97uxP1lZqDXWhkJsT4MfY6MU6t4HGjy900AnI0CU5zycqnCbBrqeTICUp8/MBM4J/ZRV87jyWLyUVHtpWouaup+fVlfEVsKe90Ln16l5c9I/4kW/lMR+46t+QjzfJw8dpKgoBpZECSx+vfNz2bfKlWbNGK2ZsQkGOwYl0FxX6MovY6GkRguV3iGqfz9ZX8BHu7syB7g6dFqzFwV4yb1XDGx27PfDQmnwQHVqs34UxZJVoKTCPcarhPZhsgjdc+KOuKA7vFU6uXHTbysrT8i+kOtzjZ657JgRPaGuqJIHg4s1msj5ms7MNwRfFxvcHNy6Km2kmNPI3NtlQCmcLF8LtpTLcpmkop0YcJvRfu1UqGEP5WgHeo8PxgA10v0n5dL8uLvVmz3gUN8buYpQjycAxVAVD49ED9izd5+4Ut84l5NVcEgMr+FRs0gqH8DGGz2sqbYMKFapY7N+oPTdd+wssliy/54RmEdYVA/s5rnznAll5TZB6AOoIUB60/A8iKNd50j8AyJbpT9Y4RSq3XyONVl9dPdSbJyc1WnJYMJAsglWcEHVaXC3KDGRmmFMB80Kbd4FculORxUiMAiA9Cj3mB6MbaZLHOJI76mRMSZU9yLyBAOy7Ytfo/rYAEFbFB1Jk1Vr/tbf84ezJGTjynYjk2XFs0K9Wj0r+8iQM0Ftqu7OFdLHtEc6F/d8lKzhP4w3BcGqa4jKUr2GKXBwfa2XO1+vCCIx9thpgSg1uVdzwAyi71n03+dxSAVyQhiK4Sl5ew+IG2LV56/RnkpgCBO1H33yWp5pO+ORpunJAONCrylPabQlLQoE77IHMhXt0KABkl1LbXU7jfEXDiCLH+C8NvFNB0/Ncr9/6VFUyMiCl89h2uaUcUoMaZsekxFuiiIuzYCsiBD322+qHPHy8ghfx9zqQUfR0PUtcGrcsLc7sAZ0uPhr9bi5E/8z6Dhu1fXuhfZRq8GUxT4xS5t/QxXHiWUf6dK29P/MzHNg4zRqXlyQXT7bl6mgkiZWzf81YWMl/qeaJeEPvT4uVPeYWWz9k38dttTyjQu5F9QwLcgCzohdbZ8/G8q6vRIagrE7HQWnZA+I3FSsdiHwRed7zPDPgVnuSeW47KVGKN3aBPvKNVSxJtkQWse90j7RVhasiRTxEnyytSB2i8InP++q/PVBWaOfYBt3PkT7wWTk7SFWSf0PmCObzE+MmrKLDWJtY8TmH4urA/3PRUwVMwBQzrixP7mLAKRaXC0NlwlbPY1TNP83/xzRkNilqvc/xPEyHKs0hNb3tQMYxDD7UzvFX4Lv/xuGt8anfVYh8CYwzIVfA3sIVfQAQmxesk/+ImC8wIWFZaT6Z/n8e9gxAezGMc6u/mcagi1EoET7jEbSrS0GM/7trmHBVSXA8lEkR+iefs6Fa2q2/PJd0MbaG6r7Xeve+EbQr4c+MMaB5FcfiO6m3HiQ9k0lPIpgpBy14+NZolV0m5nQabke3uU3rLbE63ymyqO6uoPggmYKYtSwcoA9FWfuMBBd9IYEDvjdNj9V5ZpQgX/NdF5LuAGEFCvEa3ERr1aV9Pee2LHG3Wb4vpupDM0q62qozVA6JyjakqkCvBQ5J8YwEjIbZfFwf+BfXqgpR4Oit0kpjxw/UWtlvTrUxJqlJRjlRtMZxQJD2EaZrrQQT1KWHmCw8DDhvxrjuGV4JY3Gb0DCiXNJ16a/hh2N17EmSYmH+sVSFdkELOLryZ646ga7GmfPboUREFgdwMFdV9XKpAJW3kt81NbD1T3j0A4+myLPtffeGJTkw0c2Sopbp9lhEB/NVaWocMlOYFVWWu1N8941wTWXwOby//c4xV6nT6AUE7kSDFrMA1/eJxJQe+uE13GIl6UwrvKm9dIjSeBTiALeJLkabV9nqhP1tzZSigpOCzclUKsupTgsjhosvncTR+QDKl+bDRHIud3T6si/dAOdF/wFG9DES20teysQShwivjPddNHWsQtFGLyM6Lkuu70DwxeDYQulL6PauMKNMA8Oi9hSepmVaNq11O1VGPQnmkeip3p0m6i3FRHKbqWoTe2xWpj2VQaqRSAmX3C47Z4ZDrHWtL6gXIE4O+ijMpaIdJDqcGxetvS9nsENcBaEQ888dtLmNkeZISL6Y0p90lrIfvAagdqCyixC0KDLf8KTHsSN3HiuQyS/wWLeq3XnYR5W2qMQe8cSY6g2bRhb26lYEol1VwDJEv6S1BxfPy4FN/GVHKtuqt51YO7Yukl8zGJyOZibhPa8FLAHVV7274BNm4aBqlpw4xk4wUldxqQX/HZrYUGu/xkbHC5i8JDeprufcFQ59L0H0fcaj+sdUXGxiEjzrLJmmSXknYAhPbykrB9M7Kgvex534GRFcU2+VsO2rWjMeTTTOP4SnC6BbM2lIcMrz8HMvCSpuaQ8sYsQF8VHLQfmuxUSglJMbeeCEqwI9wcjPmLnFbhU8Ccxja+rNe0zppNxWlVAEGyOfy9v2yKPKkD7Z/IBX72SxIKIhwv+H77nS1VDyccOldP7rUBy2sN4SjmoHrnz6YCwzWI2QY/CIH6i5fT4Jh7Dgst9hSXw/EI5If/ZQtRtvXxzoYh0CenjWhdH+ptzPn7f6W+JsS8bxxJh4W3Qs3blkPYSMOdaAGG3ohoKzDRRWhKt6iP4f3lV9C+cnr/2WcAwSbJ3eURYykRDF9rfzcByhongbesemct9OUH3CV97szeY5VJ5GIp/aTP1rJDRo3UYzVixFRZQclafAljy4tWjcwE0HM0KQJZM59X7DeSzaZUQeo4K6j0/F+xWTInRKKhafDuT5L8hxK4og+jehtOEkJ349Q3cx+P0lTX9/ZyULhYaTD1wUqIex9DPLMra5IlAwfpeZss2/Z5Rdwr/1fAYw+rMDb5nDYpILOoqCJAvO98t6FGtRTtExJ144uj9KmBMpUGxz9FEgFtZgE+M14oJCmLKncZCr2rra7p7acGMoPcb7SDdLZBvHtBjpNoIxDhc9bXXFymlqUarO3g9kqUzDuijGTos3/nBwpjrNZC644rWcFEKcBmb+NdUZ15YJ8e+l6a/0w2ic/U+a4g8S7hCdfLbP2RMKpD5omCc/LSbCMyD71dwvc89Y9wOzFBdy1/7bTWugeRUrkJ14+uEBJOrJqZ2c1w7TnYdmWSwhU++IecwE+fUURq1dRj1J2wi/Y5AId0TdZhbpKCEc3jYQUYQS1JACCjd9rbUo71UPjeKwH7dLVwXhvA7k+UdpmVhy7JUJpQB5hKQfRzFlIB/FsVhmDwySJUDlRV/EIS9FvTc44EH4wlaeqltwiqKHIO9k1ih0u0wSIxrN+58J4J1ccyyxL4/u8cTYVxvyKdCvZnQkVSBWNGj73MRdz+7fFpcvQEEb4q1pa4z4qxDTcJD1IKko/eIpCH7JgeCo5vQBI2Fv779uAoJkoa48T8gvctCtOa4M+L2l1IwrIhi3liQAfD3cN88ul55o6ukpdEMlu0rWu6NzKlPWzwGfBe13W/jm2rbgiKgoC2iZOoa9XGZq+v0wJ00nAFOATEcSdKU7tpUr2YkIRrwxnNi3K3f0L3rdSgTh5rKLRQqFX168VklEA07EL0COJihSpzZ8cnEqBb2Ftko3axnCvV6BNRsfFKxOm4erQT+MyLLfCpknAModIkJd9PCmEPU0sAeihEtXbzZhp/b8I641Bo7x++reFQ+y0SIpi0sH8JnfLZP9laE84K6vaUAtjSEUj9JK5gYGB1Gnl29t8XTzZ+pm74jmQf3yIrYH53q+VZ7ytCTDM4Vsnrs7C32IRhFli11CEyGFH/mebmAc9aOqNhS9Vw5h3F03b+f1WrgMKq1zusCLdPWKFNXWjFZctTeGTkoLhPssUAt4W8SexQPAtEVhY7HXiPBPMBek7g+f0DI/SyRZDGPqMllT+q9ZHuQL+Q8Wxp87T1W7LgSJuOnIq4uDDZinqsLg75MTqsB0IZhYcpyv6F6MNSWA+UYT/BG8uz9wRng6UDWCynsEXtHXH7tSUTBoOVjZd1N1/cdLJD9bijAGMpGfD2ghXQ9kFIupRJGL8Ve1ipyvtapC6KZT3qPolnbfbgRo8sqQcQzEQIxmKZpXg597Kl11Rpa9fimupPWTF0vU84W1WIqpVZLHGxP/2pa+XSWiIYtxxCIY2asnLXGklNANFMW0D8yz7UpMcK5TpUWXkRfMXyufoWi9VVCTIjqL+82ELcWobHJkaH6aYGDkAwxLkzGXEh9m+oS8iKU4cQJgGPaO6L49Nq3ONw1XPQLHWjVo8S2Fo4Jd8KPWoFLhK+YTI0eaFsZ3M+tD6di9kGO7CS6nucoPfbmEVpeb/FLC/3d1sJ8pczKqbyaGmXc/al3SBL5mxe5VrHizmJmRHH0y8ScXUzXr3ZpiIANOqypbvQg+CjpVvW4303Jqb+wfWW7nRatn6tEyBMPWMWbVQ7U0//7S6PAM5cFrTCQnd9ltpFCUk6KJ79vEPjV5TFjsnsz7gRlJ84IYcd52OMD5FhFBGb1y688GP1sidcTkMQuOFvdgH9D6rkSA/mkKnOxz0CjDZYg9m4Ze3zSRt5GCM8p8ArsI5zHdtMj8QeA6Xd+nc5TdsvUSxswAk4DMYKPCuAUzI8Z9GoEMQiZY0uVFrTSDkFl0RIDbgI6gw8EJEDPO0Pt6TX6XMjiP/DVMMKxaR5ykTLXilfQnGaECZTKn8IScteIucpmGHveVNFo+CcW26fyl18bgabMZ3VrjZw+iIHfyB+unNAjKdTkit8rSp7JdHHrfrLkElh1onbacjgGAAboa0PWVy6JDWP2ozD4xeRmzwF/qkhC+Thvla7rL74VJ6K7msXotu89QCqpUsYcfTxR5SBBz0L64Ap/WBmdqmEM8RTNMsMCA5OnF5uZeA0uP9loHHno5xQLjYqjPV5IAdKdbi87cI1hxUU6hLmbpwflwIXhxFNqL+Bmx+81mEYx5n4xYWY5lRUXRdPynQDUupmPUQEQxAVKsEM6L8krOuO1ZU3uDm3+IDla63SJV0NS352Amz//oZH56UQgeT5FyzA6uVF2UJB3ER+5ImTZkHaSLjNtlV+QFmIWjOQE01ukFLE65iWSGh8Axn7Z8BGpphcLJDAxUcszOb1F+t3GpuOV4v2qzXhigcKSTRTf5xanZxPp8dncI5hcQgEIWZISrL5R6NvynjHMvi0XddtuKCL6rjJ+d+JAgERgvEsKt+z6xJQ+tQOOUcAqlpmXkKjEdzeVdcvpc3NR8ULaXYBdlGl+nzk27AvDPV4BPsjEzPX+i6XrU3dLCI8kt9mvjlAWZfRyRaZjmk8JI4Nh010nFaCIkj8uSZOWH8H7mld6SkoJQqlhmXj9ELUJMLtfeRDiJEYxZnPz6/WJcECAfdu12cYIDKgXz35i/Isi+yqd+jL1Qmp3Ef3Dac1/mnnNBhF+pArVt9PXGIIGkqbPRya9BQE4PVgbrj6vVjas78K/oSx9L37AcbMY0HparE0iJcvFhm1iV5Zak7yT/TNt6fMDXWWz77zbgAj1wQuGmx8wXL1F/QdpXaBwgrthQHA1I5n53VeqmymF2l+yeFYOW4E5Gxlq7Sd2m/M1hktpAQoD1VJ024LEhLx+zehPiKOnkZUkaaSqM8kOlfNpamOScigvkffcHKHDBvdigZY/KJzLozNwAi910R5/+xztdU0k+ZBiFpMOawIDF32eRNdscFjbz7Syf6KHbelFrOUyekF+vscaCmD/bwNp4kCwSl/L+F7vGaSVuKJzkMEcs+4/puEaeA/J0wz/U0v/ZBy+4cMTPKf4arkjDLU3WcGRL9DYSrmrdT+avBGmfcEIq1MlP+K0JPVinhnwnzpOe1X9W3E/KLIpGXBiT9hT481CyGioKhSNfFHvFe2lE90cbVvA5Vb78CqLLf26bgmhG2JnSEv8tym6UxtS/9FsCK9cPKsDZ19FE5V0iMVem76CHd93xsEpTTKNO88rmWzP+PCgsU/1JC+Gbf91+4/tCrPeR5YG6hqxzTKkksoRPg7NZIAftnKqGe4X3TlRGlylJZKVSJDsZw3vwTUj+rQOTdb0yYWNHktB7QiyM3YRr+qZvt/5qjTN9mKGOWLud1hce9US0iWbx3yk4kU4q7IPY6SVjuhMv8DyfcPa79SyLtW1YeFl+/cANSOCUjGcnioV91uAu/fMWJKuYW5k2N4iwgrblxRDtzNprqUWgItjkXGHjup4DIfvv6MsEDllK9Ws9m+9AZSRZ/GVNusVnyT5PPIn/llQRh2GewZYwNuu+BGQKULE9t5ydzVd/2f9R+wY5eXX4U/5yN5C5R0r+aHW4P2W/+DzaR4UOtMJCod32/mS2vmxEfFz/e4YFFV0bPlEDzz3Nbgp1uXLfMpDyT1YX8org+kW7PZpzwNu8c5QMXHKjXDAERbcrGrbljVCaXoCSerodgNq38X1zefeUBs/cDBok3cOqchzCinnkCnH7rZdiEio8fCiwn63g9OjmYiksw9JsvZtteOCjkrXG2+t8ywqt+7R12n+cW18pMAEdZWn1fHAAyKKAMUjwi54vdKS+l9XDbZcrcc9u7gF5T0iS4Gxm4z54Jo4emKZKzb1IzAb+pLFkJM7CcxK/m1NCjoIDzzjZkudAK/B9EG1l9+Wk7Hpn49t4sqObmztg9bh8mSUeecJ6B3pTh2DU0FK9oLTGxtY/fWlAk7UNDgBb4Jfl72hilz8hT6Je49NFuAKpECPLmqjzvxkl98B4COsfcjJPnSzfF8VBRkE2QG+nzc+Hf3PkU4TjGSCDevvFHZAJCDMdBcJXr2r85miXtG+LlqdLuaJ5tILpFVD6DQbjmClXl2TgV/NRKQEUb4YWLK4j0qW/ry9KgYey85e3QT3ktr6YeOPYpouE2uN9833+2M70RJznM8cj3ZVK6/HRQd+gstuV92tJCyw9CDMXo6Vl3RQMIMUXp6hlQ49sXwZA8EukUAnlxGCdGI6ynvfy9qb9NOYiNYlZKPv6D4ChO5p2CuRw117/scElDsntKKPZVc3tuDQJz5b8kMj18iyqF+L0VtLTQv+V3GyzL+EkuGlwnzeSd5B2t1LGtDP5L8BxjnR+ONRCQhnya1egPr1FlhOvjDavX7wTq1xXFcye/Zd4OXkzGxVWZgZuUtOWnjLG6v7nim315wT5IRr8cSBOhp86slSgvomSaK8HN9c5p4ruoTGjn2G0SNCwVQU0Gs1TrEXrjRs7upRtyyBj8TTO3zOvJ68/bQev37hmBm1YtuXU9jyijki3fFjKHoe5c8VCtwvm3glAQeBd96hOv0rLnjjY9Agq82d7djt4mgwsA6hhlfP/7wa7khLbGNOpNcNZ0T3pmFsXfcb8GMKoHXNOQ2jGHig1zRMFtCpEs+BBhC7U5Or3/LBlQjitXEkgZGxpjjKVoeeQ+/E0Bs35ZIsYKxBA6DBcbIbKyG22yc5n565IBT5b6CHEexbGCHGfkCyeqMdlkUbLbl4nv56ne0Gnbo+grMJbBoqf1cpwOCy0XHPG1k9DbX8K4CB4bgEvxbCjm3BkNN6yIZbOXGNx0iedxZYnPf4ilceFVMjiWYBtAg5aRwlgdrObnb+puBFzzPe6Rfe0tQUcLs4xrBimEaPiDW7Az3MdbKd962Dx92NvqkqTkY2IW2p7q/kP/7Xx32v+6AYBNpTiJKdofPBPKhbeJmeSd1vOv8dPgYB1J+QSnFGrm/Mhh8rTT7sNdtNBaOCkaU205s7l71A8Lb8avG7afmQVntTj+o4Jdu9vGgnt3L8YrAAzmzivy0Hp++O44mtmQ1juVz3GvaqL6bcMDFTwYYfbYOVH7e7UDUt5fuIsm6lti+Nwlp/6w8b+K9G8FawgjqluJWlIrHNAZ7KNCc+aVXS7Cf9RZSuRzr6kjrzhIVR06g8g9YUUfYAVGv7xJef4jJy0TAfiO68N4n/sZYqxCtgC0NQVXdSOGGTaj7H30IEeecN6fVOU3Z25BXWzIZwLpA2yV0N/cv3LRun7OwGTRe6n3hLOThIVUk0vgw6rN3/5vJuAWeufg7vt08ZMst93dtgB/y+JAscUstW9CScH/ahihiTgKDloj+WhJPYgcmM0sWV70N0jB/+3XE5KT+v+mE79Tj/vwbo0Xj1pi+oaIbcLohWbUMEEnUvXg34XWSRw3MUfnq5KHB2KsCWhxk43NuPCxGWu2TJjpYXbKs2E+6TM9jo+mOR1GW7Bh2c8GesRJjUZIbGA4v8/FKclpSEdy4JvsmNIqyXd1MHHVONx3vWbxrRkDG9NJhC8sE6TBldY0ppMeVBZBjhFEWPmstNutsHO0ua6QG2zuwUmIZ2EyAF9xdh+DBSx3BFQNnYoInpR4M8ae8muAB/lJ6+3pHmWzw0S+e7AmjodI/85oA9iuHMEvf6LXw0+iiE4oTqGp99iicvER3lMjSysB47i92BOdu29rBqCk5DDeTEK/oPCdFCk0137rgLcYb9tj1fY2wqAyaY/hY8b/SaCEyLciV0M9XThrHpyNCf78fJH+cUMimeXkUfinG6wknCBV6bOHAKplPVBOrEFWX9UKGaUP0/G9pWP0DG83q+A0mzOqw9yCEi8ZwE4BACBCOjFnlAzraeWi8NuojfsG+1pdxUIvJ7rm6UcTeVuifVf5JeQjmYGpxHlvnDWAoU6nBfb818nGZ3HQ504n7LD6jtbPD0P0qWmTv17lfX1T4e/yBj46I8cXERW95R2gwW5/CQG9eO/C+5zPh2xU55baFerz7Q9az4GzE6mGks6i15uHl3WHwoMn28vJBjTU+Lgh4h4i2teliYJvaPclM+leziJo4F+U96YyZhLHtdKVQl+NpOQlbMvriQSgiT1gCApFMx5iq3SaJRAGK2tFLmpe0buNLE2e+2bWhv8vzpZ++Rp7ZmZwvA50i5RhkEqawNTk/93vdH2kygK47PjXsFNCPUU8fR7NeUQcBl3VO1zy+wTsB4Mgj9vJf/wSeXRKt0ALeCt24pTv6YpEx4lNKpqVvtFVsBZzvuk0g3WNXvXPwAg3fx1oxawEYQZePZu7qlK1GzwSbA6L26+wentfLq6tGiV0pqTWTrIX8pByK5LzFkNHAtWtYfNF50A7EyTm+6WCEbI+irS9EshbJq/X7BhGdA3VXq+KTyA1yG9j8Mp0PaEGr6CpcJeNEa2Z7uhCsdnBTZVz3pHlInR8wIViTccjrFGAq5t1bvBObUPsmtqasgLF7oV40UY6cHkQ1fyswuo7jxrnKaUZwoK3mjKi+mhhPNwJf0FT4fcZHCyM+W9/Xkh6ZS+9rmruLet3uCHVMFtbMJURxalA+UFNWjY9lZ3aP4P0K1UlDNWy6a61u9LnEW6BwDTxfGkYYhZwjFMEujbMbj2LRAX0B4ZWPWaJBBKbhr+k/t7Ol/Kp41LxyDqSuphuwZ32DkMY8kmIYj3OjhqBBaCfT0+Kn6h8z3bzP6w8p10upQ8AvsA4jgQP1gYK4xrs72b8EZMvBeYMC9bHH5/6plvnnUerTwp9AKMXFnTYS5xsHGUBqI+VXW4y7qvl4lUVcNxZ+hp8TRX5OQ0WH5gb4LlALMypy850tHClS9Cjf8SGo5TJ7nXkUQ3QyptDprkH4I72YNpYtl7/ceX/jlxSUoFBnm5Hs36VNYbRDbeYy0I2Hlp1YsYqmzTzFb9FbLu0uhYnrU5r0g0pc0NtzNlUaLsa4zLFLQVgsZc1o9C8LHsA//boFSrOWVWpne3z4Sn+AcKqaw4J/95sX66vRFowgKY6qRx3DGTDfz3Y7Y7CI813U8iN+a2LdES7nJJFFOoWwTAZfTNxSa5fsywwiQwfAG0RpTxtiy4H5vfVlaOiUVDkYaoCek8zzO1nHtNyk4NU5prm6ShoabR9qd73JUDcsfu2uL4wmplOrVzY8zVYS1FUT7sXfR6zt+Z4RUPX06GA5OJ2WeDpsLJxEhyjBigYYPYI35l8Z7c7C/Q0aftsy8Jn63mop3Yy/UskTZdUlOxw7aK/L/CItyO2XsLI6qrU+PipFEw1nke2bKSnANC8ZVJVHlbeNpYLco+BLiWUf+jzo2CaszUDMbr9m5HDMa1HJ+DUhpEjUnztphG9hExroFnuLRwakDl9Kw3jNhl3/h+4mqSMyAXN/jj4vEXnb4GS/Vgstfljx5hF7s7jE0TyLQv5MOAIwZQyT1cf2bJIjpwTiFqJQ431O/xl8szW86ZV1Mihyk0ZJtNl0p/bLUiquI2WzynBEltbtuv7YVxMtD/g1zgxf5NZZlMjY7qO2GcNF6j4+8Rb/pExZG4MA+WwFd91GZbaefm7OZikg7JEY9snxGly60KRI8kDNEPz0DBTvuZcFQXJq1aO7ROZw0lZ1va6lhVJF8494TRlUPUH/3j+3/QDbxtZlc7shhHmI8R66WC2qEBw5gEeUN8feeAJ5g0HfYNGUafs3w3wkQ5IZpHz93Bq0M3/vykBD7sN7luYFHZ4nr3LOUMjgdAO2JF8TB7ZFFFPjKS5b1ILnEA5ADSY/moJQU5bDwxGNyEe1omIMpFoFKnj89caqwWKHxtmcqFxcVCyNMk1astptrxIEnil8a0ufbjA3k5f2TMvCfR961CZdhmAqNi2/kKJt0umjY666G1PELkKMYjJuozyaSv0giIzhnxG/PYRhgO13nklpZVXfDlozfImitc92Lk5tFDZsi/2CqXqqlQGb+tjusZDsx3PcxN0n1VGyWVGdCHYzEnwBpZvuHn1pP1hNCVWmZt4vhGWz/uONOtDn4/MHbNSnUCPcJkf7AOC0aYgaOTdt5Z1Vin6x6BxIO427THyxOEUcWWH53PnbJAW/NtdB4M4KHnKp8BEKO928OYLrN/xWpDj6XCEGBIQTghxPoxPyT6UQnEIpm2L6UuXftHX8kHY22OwehJLze9UYCUcbo6uuDbQ28vsvvFEDIIYauy+o5J2CEXUoPPfYmFurSohDhpKEKpy9679mcoyqQxDChRsnckMK3tYnHg2cPMem+ZlbdEibNmwHvYVhiBJrMQxXRoIyoxqOqfEM6BOmDxBFAJGCPwle0Y3ZbUHuCOzc/wuK04e6vTE6Qe8LXZIKmqKa6mcjnuDOayiKU/HMXz3QE4EYzVtjnS+OZBFA87RAWy2f/ZfFysRrTBJ7/ad3oixJnFRx0X0FTv9Z+a56YTbWQRsB8GXh20HzFeK5FXW8hVmvLjPYZJ9KkjNkeMjtEgjllJayayzeaKk2HdbD1pm69Ju9H2G0oZhqb6LI/lEBgMyM+wIeFjDlK/y1GajaIiwUIvhH8FLN8Cau9FNjLL36Rywa/5kDYy1PYzNyiUDGGM4IZ7AUFoDFy4LXBkfYmCE4+IHSh4iocEBZ+gOFsPNBnHoM9VZuI8/VHBELqMKJwxrw7SX3BNKYeLBvzy8fNykl+VjvvsOQd+fax5ehahIS8dYNWCpmJP/4554+pa8aBoObIERXpfKD8irgBglzzhUS4lNk03RtRm3Yp2NGKWK5vdUSeA7Tfu9BDfk5RCZAY6IMZSrd7ExLsFK8aQ/NVaz38tOLRFxv2k3LmWYpgagMhdQ5zsG/YhCKoitfuZ0/8ylZP4R1VCcFUBs5wiZ7627FT5GDw1ssP4zbdm9GU9k4zWheSsa0rjoFvm6d0qZcUVLgj0y9r15Pl9FmBShf96Zd+2YIBtzuSyf6dMfUKYNURqb4uoxOr1s6TLq4xutux7P6As9jnnqg+zzVqlcdQIyOsMknG8X+WyZ9quw0WjDJLUIoXNss1rj8I2IbvHlsvZbC9bBFLBUcVqvjU/6lPzDTb08+McNfUx7sR2Xe/Se8zfVSQLxulXV55xlK0HIV2kvxYr8G7En9NU/6CUPgeynpCDrIPy2xoxS+LwebKDwrY4kNjWLOO+oqsYdu49o+PJkaTt28bFoLYBFAdaQfXN8UOrrCCs2lEk3l3Zl2I1mhmDcRyvtOqx2kGNvgCG3K6acIaA/jz06dt+e2R0Of0IukBm4OJvDFb0ZGBVcyY7ufhCfrJ5nixrKYkqF2mt3MR7ZA0I6sUJRZiYIdNDQbFafrw5gBHIvYD4nKHsKiA0WCC/tuIDjysjghyv/5dIwGlaaIj67b6M2l7MNgOW3dUwjP69PQ5yXW2n0M2SzaglpPXo5HdEosSKqdNPUDCyfYHFb8lHK0LiQQkcCVJkNGRdgN8uFKyWvdVpp63F4qLGGv/oq0dFAp4o377xYGTE1K4+ZCdHu3/Ap0wSdQUmbewxGzQHa/36zi2oYGmsRNUglaQAT+sdv0pokLEnZ8KMhXAAiRAxIvMlizDvJkC2knFQARYCREOTh/CNMYXrTdaD6zlT1XajqHoEh2efhpWPz/tkG40dAny8jtptMMDjuGGSN68s0IvqgGVBwFoi/mKF6Psy7gKsFgE6pqknjBdMykYKffOnBjzq+hxqDDG/pTZGruKnGRGTU5ifjeDwT21mdwCGk1IRKm6rGe1ZNLC8ydQsCwn8k5MEgrQBGnWetfBmCSIjc6Sk9YYfzlVPtFswzR45k9P/vvnGslVk3nCiUKhOth5oT869hQm2UVGSk39R9kZ1diiMdf+hrkHnU1++pQrzmNs5+0Xg0VmvTtisyfUl8MfSPHUgXRbybx5zw9xyFwSDvTLLMrP6n3QZorGGfH8eNMLVKhO06cUYwYHTZcm3++z8Mo8X41dEU98NMcjaxMDslOPF+jKBmyI311lnYcdYCuduDT0WSwvsVKTFROyaxGLEoyH5XNwfDPEwcwk17ibl21fm6IYIqhBM4ddF8P9buYmhezockP4zbFEOYgqMjuT7GWckKATS0kuNdIn9EuAHVW7xaSsP7HbdZcVYiDirAlfH2j2xRQPCcuLBX7W6Yy9BYvr1DTZWNsmA5IZUherIVeiEJcak3/WVH/+fK721/2uhaJT7dQA0jB4lqp2Qg+fJpmkU7Pcxnm/23kQNmQopX6xY4XHUyEpwXIbMZd4uX6RuL5nKMvsrOZrCNgb52b3Gf0NkqkUm1M+iN33hZjE8sQujfZOwhoCjfbp22omjLJ5B87cYRPQo5KMD+XUsePQ18DCU3itQ1rL2hxm6pVRPfhA2XdXJTpcM6ieBDcNext7OmgDPF/OKxmsuBJoxRKl44PBZ5vQqZ5Bk9vFcVbhmujTDm1HD0gMeiA0MLR3tta3HE4fmHYhwoWig+G+LSEsQIbIdNzFLoXfRLDUiC1E6vN6EQ2XAySmPK+tDI02/rXlLd1e73K6H2YbcI120YCYt/jRj0ODD0Vn5iI+i9gAwzpKtw/ilX/ekZjBo7PHoW0TSHdFoQQD7i6ucrATrPFlpc2x53b6TUi1+nWTQ9dcn1UgP6uS5gH9UR2Sakc6mz8ne3bSQKzC8ZRQBBlOhLfmnHntUF0oR1nDj1W8legjzkv+ZcF6UkU9zH9pOqR7LcqlQly1QiS5hPktpnIpyLDZQeyOUsMOfQeCse+Mp9aSIN1n6KCwbZMLB/cbUFPAAdp+JtNKlp8G6xAwnD0VbwXnZlhuUI+dGK3ySYHmA8gbYogxIJwxHgdmXkPjr2D9ab1pWdxxULXQLovOdWNx4+udMFDkLyAHyk88EL1jHiwh3WtErF/O3Pe+hKYeecDRTNab18oHzjqq+/HryXokbHExiPAYSqxibTaJEr5tqfa9yshbjRBvd5W7TOyEd6kh1ZTxpXHhf6ZAuap9gcSyELp4Covl63SFqJqO4We3n3cvVGQ3g2QuMqEAUlOXt179RxWe3Khu+hZSC4SUyFcUYErUJsBqXGspaHXBXPrkCt9LUOzECXrXIVDzKcpvlyZH6tL5qK/1rVGh4FI5rmuVbig15CDyt0rWDTou4i7B+KRkpy5qGATr41Ram5yDHB8cenov0t5kLZYeUTiIcQNJAt0L3kfRRpc4EaohYGTwmVndNmQQnk7RZm9DwmlOecjuQGgRiZas2Txuz/L0Y73F2SkjidTVQCLSQgNtbq5M/wC9xHkk0AG6aIQ8PfBFXzkCaNNZCy6YmHQRi3O/pIHOlrFmrNuD0U9fuRCZ+Gyy+txVdR288ZX7LG42wiXqZFPHpJiZqh7m0+une79mD4aZ+XIPcBuVYMGlsF6hm3hsxuOiLkIwlS7bmHIHr4S0UIGRLl2phSGN5ytcUlKeFPQImbLADuK1j1/4rDZipNtgx9a81CCjEISYEfCYRC3Tdsj9HHj1huNK2N16wVnUjwbOOoUrzqZZmDGTgJGewigdwU/CUy1GmBzKbe0C2+fTKaaUhTPUjcYwhz9BumheoTbUFHjNI2V2MsGk780ypqn3ot5zdLHReaes+1cK48HFvvYIuuyLUZjZ1iKOiQcFZ5XEucgITAe9tflqUgv2mycrWYhfsQW0B0RbDSqZeJHHZipdrFyiQC9+uO0IYwO1gCybcV0bqvO36eZNrV4yP1+Tag6Qd6ZmV347nORY58r5DvFIrDArIcR7FFFnhOJQNlyITDLjc0S66lyAw1z+IOK1zKqiLKVGob3G4e8YAZHZ/JC2vAJatrp6KlI/7+JRgTijZDEkHKL2YJZxlc91I3gKF/2dP0NxNvTL38mAgFgBqNVmso9j5/YHHtnER7EyWPgSY5bVUpK2oZYyTHufRQ2ItMLiW/vGOGX+7yDQ/seykl/CZmDReXnkWA+KkjkVy6mK8GV20AMkFen46PpcKE8CVtUx8Lq41msv/r51tM2tg+RmyYpTiIkH7rCmHZMQbhyTjIrwdnjLDuhP0u8WBvI3i6Ev1Af/J1g9Vf095C4ZuICjEwizu5RVcrZQp2DdMQZSChEDxhnMb9jbwQ7dEuwMyVVdGjnHWfSm6K9qL4bMPv/uJ9ThVJudqWEByfXsau/PqbUu088y0xtJ+xipN9doIH/Kz8Wp/gxwOalRIqxeVmib2DGORy++tZJvAfwOxPKm+iYO2ly7OH5Pq9eVh+rEPfAJ1RSL2/tdULkLFa8jwlA5EHU2gCfiQ8n6DV61hRxAMPBMwsaE0cup4LEwP1QyeZ3NTzekta/vMSoG4PkZf/Ck4w1cXiiK/A2vIM+WUmqY0iCbRE772jRe2X0zfy6/xOweUpid8zQzhr3H8ThbjfOtMlYPVzsYj5IL/KBoDTL5ILGj42z7eR52y2yhLdOjN53k21KWyHWlGHXa/jjOXjYi3cLEm/D9iUZ93avNKsovG9F3QpelgXJ315dmIXBUMflwkPUtmctO/LQK3G5oisj2xLQ5UnZhTzAtt8N51I/7yaIgiNAf61BLehUT740wxyOuDfe6Oyx6H0hXOfGTL2TiQGwXwpeVueKITToayYXHJjtWr1oQuFKS/Qhzh4Vk76Xqm+y2mTkfonDjM5zkU/xhWj6ogp1SozSHIh0OdOdG/IMP1LFVCppeRQbduCiIowFXYYs6xCcJxMPdzxm7/q3qrqL1Sb0IEJsRjLGxZz/8dLtCFzfoMb7OcWVcu4K83Xrg6XMjI9Mw9tLw7ql4dVHgJNSm/Nn+BTJZAh0YN9nkvNfRaOtcRXOom02JPx/umADc0YFnYP1zHHkjgCYeIm2qWi0mUjPHZVNoxXr57HDVvWiKIUoQq/Qpx/QQU00+HWmefTCqoEYHsbojcU6eLxbFHOSzWBpYBGF55R3Xzyfs43hNkU38bmd1FRXi/DLd1676nX6PiwJrPYJRfuDkSyFO+C0m8oOrAIOv+ipbJII+TaIOIZsByh7UwHc8qgKqGBBiHhn3s5+qrvDp0Nc9yrjTAyteTABcCdj9XI+ZcssG8FkadooAaMdGHRvebCNOkDswuLDVhACo/IuBThfYPKvKohWTvQE40NUP8gKcGLXSubgTL0pvK//eSh12VuJDe34ky4KAUeJ6sDiFDksRTUCDj0CAzERN/iMMeZXgU1RKq2Ho9nQHwPRjLfwMdAdaB4FEo0J9WHKibddX0zPwu2RTMMjCO+Jk6Y7iVX/F3hTzZxYHneASnSAXw4UZmEs3RtnfT/Q2sgRq9S22IWBckQHG1dA5e/UPIjCOoxXIl9n1qxxP+vd/RBWaOkZifAVANQMCCCzwLFwHOA1kY1e7zBUDWLAEZhte24b5HfaEuXdWuIdjqARetml4B3zMQfJowkIj6B5op1c/Z6kVcA6IyiKFh+2qTHEjOtIgKmvnFwMFWQ/KjB32G9uWAeiFqiA69qX8IiM8Kwu6t2Zr6PdzOfB/NGcSVZrrhRO9xyRTtRYgMfUl1BFqkr3/OBobP0HunpZtUQ/g+2WQqhp8ve/LDUqorTB0zluJJB3R24NlokQoDT7iKN76pJ0nFwHnpmPNbzE9as/pXiU/ebztXNRpWIqHgyca2w1MbrHsDwadAJ0nNAnsFrN0Fr9M0mYNIKgPEayz4DyJFexA6Fz0VIzeHAfJW9IkNmuHu/Uqs+4Xas8+LIP0RM2bvlntTNpsKNcfcoSMIVeRxTRVRsNlCdRpVCHBTRiSC9mAxUbGqeWjVBIdL03BPnDuTzE1ktjhZ2EOB8X5dS/AXsfwfxdLB6pSpVqmAdbah09qQUf+VQcCtPVPPuwGhXUUngtz9tNu6CLJ/YBBhfMJK7ma9nqBGoj1xh/Y0HQJCo0qMEIXXaamGesS3/cFlFJOcaIxM7ImLn6ipOt8L0Z3oLPTskqPEpW9CY5FqxMrS5ABjBb4JrxGgY8kf8gq0GHxAofyS3tyDjiae9UO2BKI51r3qlCWTmhXE6iVqnAoyZSYLCgGggk1NHMMo5Yh3fTgwP7KLkSaoPFss1XG5SR21FmC61B+zSmi+R7UgBIUTnwTUWSL936RfWefi6/EblB3wqbBehpp1mV6oKbddUVtrU9Ysvj8KSBwG5IjEiSGzX6Olou5UbK4M6AEq6CU/0q3IMJV0hjSRvxHhlVlE606xOgrlB0i68xp+XGpQ5hs9vZExLLWUd8duXYX7iiO9iVpGwPX3QvUTMZ2oDFg+2tkBqbT6jewo8ruziNje2a6BELWDKa7hABEqqtJJq7H/MLR5jJjlL1ayURMMm6vAUZY60OoiRu/o2L1WwyxseZQn4smWCSzef8WaKbVu1IAwqom+FCPf/bcmXV+3GlCCvUUW1NAnOA8S7JPZ4d8Bm8LaL8F6NWjho9tETAR/E9Q9PwegKnaFuYdTsZ9Eq0s7OzpRto863KrdIFHMtHYNKDgl8Iej1S1nDdpNJHRH0U6GMQfBQbeN34Jhq8KbKbhmgE8yme4Oamlnc2J2LXc8pWwDNltLnsG8b5KFVGqheHARsfVYJkiMJ+qJTWnuoLtRXJG4zwK/2pLrdZhdUytbBsHay7X14vrwx2F4s401fl1qQxDWUnA3RvPj1RmnC9dILWaAIhnRMhsL1onwr74WYedmurXO+SoGWLfq7R09agqbLda2+W8IpTQXjBpK4a+KIojpmrGDM/MpkufN60w1cJAQaisdpSGy98aRIKVk9fvJHWYPmQ8a+al5RSy6APuxChtK6T19bWlSITTHhR1ZXWsvmRIVFbR+dePH0tbDHou/xnVcSUnXx/IZFo6c3K8NowXhj8HeejEXvssOoIj/tX7vUAzJHB8oGpL2hVMV2VD3jxtA/NFUTqa01nJjVnDoxC9HbwlUNcLdtl/lX56Y1g3l1x0U/2O+iBsWEKRTDkP/6vu+MPkLtRMuTuFt6PtcAVhbMoADB2Dk0QtdUQkdbXThIr4zUEIQSo7yAXWXbPp1uAlxDnCYt3kpNPPUWYeHzQIOKeFM6W3ax43e/V1vwRsbBeRflyOsabZFctn78ZnMsKsrnvIkLYk3aSdC/K4aDQTg9cHf+ueWoFIuQQ0gwWPHEtd1WQGc9c5whHkJ4JBMOT9/eaBeRaaJ3NIEiNUIoDX49brr1f5AaY/HakFDI25vGeVRnJbtPc1FR3uPrq8HTkEYUNsnb6MzoZqFvsAZr1WL+xCgmFsD78uc9Ff7BIftCRqURiiGYopjvIUET+jCjHs9mLYjaQU1jv5GLYe5dVh86RdoVZjhfsN8byM13GjKn3EdKPqXwfDBVdGLLyN6X6kaYpC8p8O1S/Y00qwgOdNF4nnw8w7w5ft9xkqXdquBiSKI97mI5kW8DbQatQXztoxW88oG7+HxJetePXXbE8OTsA4bHEIVPrnrvc6a/kcrdmjKpWxgnr8xoYgP+/pp3f8KZ94iwKbIWryEp+i5wDyquBsw5ImOHZ5avtz2JKLUkFQfqcWloGt5x6CqOxZNoO95gWLp3od+42CGe2bHomHkSxswH5pjGCcsVbuBwjAQul9fAkNMDlMYoVX4Tycm117r98SMR52iF3/Net87NiQRyd+LgQwivyBwNps9L3fWtuMGdC/EGk22rlHm2dNv0qRoCNnLP37PMDtdaB6T3jR8dIZ7U8UVMfH5j8Id1CtrMkwEhICrTpBDodp0lNpOCMkBmMAQTVoNW5hppcqBn2V+Tib1zSOROitPwY2iWoUnIVhrGotwV2kDt0R1s+tA+VuxE63htv6rCz6l20EnV3eHcNm5KlNld896Nwv9/zDTcmJBNMte50iY2xl4sm8UcuxY+7Yj3ah7fqNC5sxDDAwvqkRWziDds1XiFzpYAvpRmz3oCc7Ykud6c8/BDDNilZWHEoku/hO0WxRxcoThbTIXmVLBp6NKg+6/S7w+j2gXaTgm81tS3bWLmQPNJvncg8YBhn2lSTu87hShdOjRUtEdEXNl3SY41yyDnLeevRB6+jfVEWpzFk66VFrzR1ltL71E+7ycDNQDCp13AjiiZowR+bwnR2dKosGl5jOmpuWvJ+3pRtt3V4hSxQY9PAOcqKHKtl8Eh3xE0fqXdtgyQd8V73TSLEWdnr9+91cm/tm+QVy4a2lKsWBkCB6RIhlxFjrUZwB2lln0tlqOJ8244453HGddCw8yM/8N/ZV2K/xK32GfO1gZ0mH1hG/WaikPi1lqM16r9a9qia3Eazw9e9/nMQdYwlrvnqvTPLSHW57QRkPaJog92/RVwNpXVWzEH1PerRPYmj+BJHIYfaZ4SdMfCYIus9ZnQjpMm9kF4Pd66Up1sfYf6xOy3e4yRCw8GMfrv1+WWXcX3LBgHgnuwLg6bBS6XJQXlJVPcHpLtxwyBXKTFtCvSRpLDovNu+/S1MwT6v4ZOZUmJFMmakD2zSi0Qgqm/Xk5bD774DaLJ0f/3GlXqczVaXzI+8s2TEY1lAWbx3272lNzCxU6uJ6DzFAJBdog9sEIymiidOe+843yWKG2iFi54bsnDs0B6V1sedn18bkUs9Q3ztfxGOb/vqYXSHKcuF2ArAvap6EWCaa+a9Rlh6WPt+Dbm147EOHXGqQk2nwY7k4B3naTCjsAZbFi/V17ihu2duBUK0gh0kXhU24h7IpHbVdaNdujkS7xLj+5+V7uoSRcVvC1iSoymNuilhr+eycX5o7mNQiqBSBhkpGr6/JpP/QYNtSGTO8nuhP5QaJGgKEoEgay/5ayNpsgKIJusqZepGiyICFr7/ZglpGkzkXApTxtxmmryTjsHAKmPZyt/4hNqjuWAOoSrUECmEes7x0d2RUtOxLdbNZ9O+iVuHEEITpxdJktuH8Kpw4GeqNk4HGlhFEEHO/ReuK3PvIQnytI5Pf5azWBt/n4YCguvBuf2T0EPWIXQykWGRlUlmsFgTqoZ13Nnd1vrqBk/M6YqBCZVeuA05y6OYpDMCLv4fLrbza2pem0ffar6Gcj20jxxGE5ifL+XY6NRTF6U1hDJMLE2vSTZ8MMaizSZ5Ubz49zENfystRaVFEe9ZgxIL5QgWplFiXExuHNMY+kz3Zkojdkcy/toXctSkI3mND3beAhFdHY0p6ZuSNmLRS3cs+ffGjPDel2HIAMdGeAfDvZghyTfonX+F50SZXr/RvVM5mZkCNLIZavA4aRIKbSwf+TgqQk+It2h9icbchCx/KFdX2aewrJfIO0qMT+mrNESWF4eD9iEUa4kFqDrNr6mdwfmz2Dt38q0tYCOVV0dA0MmklwlXZYMp20evW/OhyNV6hX0qVqUMdciNMI+bGqt0It8lriKGy2ZXJ+VrBKKRcEhaHbruB1iAODVF7eAtwkTvf4JIUsl+sp3egI70bAO5vH6wZgzfDwOD6HP6Q0xD68x5V6oPlrijzZZA6Oml6A9tSMs6VOq4orrxfeYKIGu8l//I7A5gUA2LrzojeAH/2FXGohYYSbi2ts1HkpkPk51KKtlyx8CA6+EGSSIqe0ohGO/B3z5hbSOsBIGimRPBTxDxGC0MERiRQ8rZdE/6O3dB05ndTZqCjHwRZG8jmjrqZKaCWwA7IcTyayjeVGLLc0nHW3zL9lZFKsz+M/uPKMVGwcldINWAQ4DyCZweiYvrF8H+BlLLalix90P0/uy+pzZ7rAMLcE1tiYsZxXpPS5pgH2Meq4pXEeditE/INauFytr2PzgcD2s8PQWW7VfDjOsbK/VfrnIc6bs8edrXIHnTcdRSFrEgr4e0Jad/xL2KHQQtOleVQN76CDp8fNTff7ByvvEOSR/H0gQC0K694Y9V/YIpMYFg1HccxDqizroe/JrWF4NAbwQ74VbuCdaFUVk7BI0WtZJXFBW03qnaBUBxLlWkyIZi7R1/t6V0lKlFadWt3L5kDjif6wNnte0mqWv98XPO1JtpGkprFzBcp3zgMbWYNr5RPrB74n5ZFC5IU87J+yUE3Nd6c5KhWLBzgdHlRA9PekItUUHeCMC3mTMLnn76vkBQcmhJtAZ9oBWkvLbPEK2g6LOv0NquYSgn0blIsFHnJJiF8eW8FFinP4hgSW2hYDPsKbuRIwj29/AbU1j444URgAAwJk0Ou7W9uh7mvtxF1VAPzbum8SIJaWbB3ssuG/IxNO3JvwQyQhLELfMp/JcBvL1IAiivKDYuM9f8XAJsKCLyBqdCs9dTRSKqFa4bxgwtoHwlPa0vY4AlLsbUY7B+0GOHyoaOmtypm/DwER/0lAhuV0Um7+VcwD7qxN9YHf4ogPuHFMIVoIq6FXQdQ68ezaFt9ZSEM2qpH1ykqpxL6c1Ga4DpnS1zsu0zsDpfddgC7LdqKFGtEl8V4c1ZdAkzoCpD7S/sJFq/IMixEVjCpLTD5I1tetLyVT28iD98I5XvHll4RSOlyV0KeXMZThkhpT/M/MGu2Wjr+uodK/m6bBqjq4hvIs5fPziOdlzJkPDQisIooFJ+DCTD73+Re2LL8e2n64q52c9Ys+1EFJInTaI6FgeLDNCkypqFSK0zeqPR7PXxltJKhzuHgcpsthm9/CdrWj7RE//gXyXg6l14Ut1oXyTO1kJRoSN+GXApTpTYd7WAuMx1DEv+LlKoVbrkYG06qtk4RrtoM2IxYGyFbGeLlX7/nkEmjpNBZYeI3sch+kx/6JF2TSGixtvoUuv9qsJYtU3j0gbghFR354lljQKd41L19LYtsV8xXvZPzPe+AsXOD1AXR2gS3gK1jPQE/EysqkmP8V1ciOYM6S2tL661bbgAoy67iV3ham6SjP09a3mYzk5cpKUF4nikqKQjXRuKcOlnbjperMLWTMjNK7ynYULi0vErADrd5d2O7674tmG5CUb/5ehKKQoUK3hyNEywRt4TE6Sf26odj7STwSqKrAFGBCjrcNgmBQfH7GLKDwxhWe2UE/PCvE43HsTfxw+GyeTnFfmvVstQKd+2jkM2GWMZw2JDjTD5s09woMnl3JN6HM2BUhPShLIIn6ki9LjnOnQjpv19FHQKJGnnH7GNmtpwWplzQDntupWmF4U6ro5xzG8V7v9KJvNAp52lpJ1ASeMbOV+WGcpuu1qjznsK535Tb1AqzftX1hBA5UQKht9RwoknMLDEZn7MCsyNf25vjDAXfUi1XFTIwRpdvOJsgjhLdj50WzV+RAmcDQfqpWVtgB2GkqADotf9ZLZBMc8nNq2thEM5WrvbIC8hvWI9FnF4FCFxZ3WB8MmN5ok57mWJxZAbjqDVDYnP3+pCfLPlQnudn83FW/Ed0KUyPhrXMHhp04QN+veWhYWNpi3PAnYZsNfYLnc8Wt65KTWc/HyWN1wSGi/uXCtMI/W5Smh+Z3MepQ2x597ou+tQ4IFmWJmqaO1zocGQYXuApm7lIMAGJTDgJY9FLXEZ03UbZQzoVtCG/Vj90wHtdXfEZ/S7M3d/VnlM0deAa2Qyqgg1/WGp0QxjtlyORdmq5Pf1yVK39KlFAW0AYB7opePp7w+P9tQSgFTMRQujB+vQfMTMUQS4ij+jNtsXzvbt/kkAzsJ+raPJ+PosoZx332jf67uA4pdAABQEI/Fy0K6ff2wsuZRxpfx+1KFH5G9ufx/w22pl4wr5pfagyEu64Vbou7/UiTCLz8upiZbMGGnt5mfEmAZE/smrPd5a55pl2HdFRbMDr+9VYgrA62JsB4eYDN0gXDIUxwwsr839qtKRyJo+XHSFnUwmvS7tjEptg0Qikse8iAJTeFhJbDkEj/CC/3DgQ0ImTnGMIjscg7tf02QCZRfQ7Q66jeV7Wt3Tive4WwtK2e6e0r+Qtr9xSV86vGylwQWEXqHVVQKJB+Xtx2VIUiK++N6S1YTPfyKNvX6+xxlYt7SeFtB8lqOtFYxOzyv+GcXUiZ9jWdfXdTaAZCzlt22c+/o5tN3ck9uc2NwBAkOA7ryZZf+e55WzqtauV2jrSoyJfYZKQzPGZrczjaKl5OJa1YfA6D+jZpguxU7xZzWAVw3t69qh2QaLN1JPobivdGkqURa1nn2FG17ASKYOpYhVFyXBo8oonC/5tIOS0js/2z4f2NCOMW+T7TdEk83JJaGFTC2nmu6tczIJOLyV8ualxReAxS58HXofAwpT27yUSuP6ao2jT+QqzOM0Kcv/J2JfjP/E6p8D/fc897n3Qyxcs1KL98CM+lTwcWOcmU5Ka/k7Czh3O/W7R1hBysjfGfrKARH51cD+OGskyI4kQ+oNrcIWBQmzZKuuAVl8mT5lmPgi7d3p9UGx7WqIvx8DbCSIyez8noi84mB3uwbXIFRieDulUuQ9UZEWoHm/AihCBvPQTKTElohZGv95dZ8RXne55BODZ6/vNez2PQB95E9uMK/U4jU413dCnz7yIWr/YiYDR3FAfLNRgM5tVJRVa67lz3XEMJmN0eZeLGZMQrX+YVE/wYkMH3SMK14N4lOQ57FTkQYUOt+EDKT0Z1RPozcg/4o8YxC5BlwugOXkBP9uKR5qyI4wcsZXb9T50YXoeyVEv17wlQwoa6eVD/pNFDFR06DUS2bKUi6DTRja4JDCI7UufwUYhB3QQlqkQ5kLXpZoL7eRA9dCfUBxhwvUtfqr9qNWMeZ71gypWXDWtA1AtIZS2AYlFM6Dxp1KJHighVWJ8+MacxMA/32+6WkQmDR45t6Vs2VT7SpJDu2MXquc5dEFrLqGvS2AlAQ5F3f/RCUb914zKnRhXwW1uPMhh8UeaD9xNtJoznAafK1JH74uZx79jWKG1hfTaJHYfceuDhBf+T2p83QwRUGLCKMgB9IIgZfVk85v70tcBqgXUv2/edDWhnYxDIKxrVrBkX6nCw6MyWE0sidheWh6JNJWojvrideIa2SNyKV2+6O12jfGotj0khRLXw2wZ1/oIs1reiLUeJc4mbs2RXlmRxVIqM5305RoEjdiVjLAhuT2JFSG0Bd20GcFB9Ia3/mH5xfVTN+Mb04feGxo0qbLS+XFPxkBrre7cR2ZQX81L/eY35+l2MJx2kwyMiuV3RWTZCPEmsT+5HOnm2xhCd2kN5ZJr1nvwrFU8N9y3wRwpXDXX+pARZXZx2v6ksP/iLTCRLB0Z158H5ZClYbhM3c5/WyWDDfhy76mQV5id/tgQMPZWPwm1e7r9mmuc6SOrzzc+CeWyYBV+iEQ7vMssuWJTV91dUpMsSGpGLrkESdm9MDkXqIx/890DoXCpbJL2dp7zX8WOlEBYQtV8UiPpGLXw2vunL9LnspkDLuJ5uaKA11Jx8KVibdpuY59Dray3mh/ZtYIvwNJMy+Vp1rlIU/XRYe3RHwWRJPfz2c+J14pXn46qdbDi1aZoMQ9pVnjTITB9UfVlKFsGa8giJdCEGjzF6EOTT2VuVW9WJX8qVN9owee9+AWfjlzbOl3mcQV80DN06jcXLvARO1/zfb0ZyArKqOyzs9bhrUytxD6KDaBLDK2Ma1D49r4Pj4Renqdf8gZ1ep5/rJ7Ev043HmU4Z+w4uFtHbHNDmOHlr8pORYXfYfgBpFQXLmqNyD0jlmRVxYHF3lT3qmtbjFomLed4396BLuXFxJDeaHYjcfAFQ8iCRvOg6e61e/Y/NEi8Z8iKKxc4QSFljPUIht+wa9TrQuSaKhQLopJZnh5XI/5FBMC3/NDjK7EHtTAvPR96hLzBjZei4jdOUhMlaGbjfyM2tkC98nXgsdtD+tXIZ6kGpLwaR/RFowGpbvZiI1aTrrqSurp3XfsZ/iGc01FkP8GlrDhyl1UXQPdttOjIlIr8W8RNwmyGXsD1xd3ISsLfWYKmNTIIDjs6qSVM05jUJUfGVNJ0q8zR5E9co4bguHvVBJlRF3jB63Dk6FJt70Ly3bQmtqMZljSTKkK1RgyjhM31FbSfVw5cjNBhKnJ20GW/4R1ZfLauZ7V4iF7lTRm9BvLlczQoql7pNq7YyqPp/5f0UZWUOuwDj9J4VwRs/bRNY9MM2ypZzZYTJkvTj5f/ls4/2kq2TtwWEPnpMussQUZbo+gnWgi9Y+CGr+tUcdx8np5E94GSLkCLOaHISOZN5bSQFvrlucQQGCJVqCbrUtdTso50egnotJ9Fuw1hTzN21wZIPVdwwZ5uMpOtHc6QF3mjFWmviHByjKG7EU0vt8xnWCVT3EBeLrgfPgBCdyr8REcgWbPBE5d9Ad/ru8rBhCR0EW3BXr6Ikb+693vs4xDoWhcWzOF2u2eJnsA2gtABBRbbk83JmLIjjLiw7VB4Z9pYSyUoZBDhY5e+EuUxUJaYIo0PJ1J2DFwNJJFoysZONAcUu2OayLetfTYUKojZT++L+erTHW+bfuvzEomqF6P+MGWZUZre481zSoFcTUWREWaLjIbZ0poSS2S6nQ3t0sa28MNA5WOg2BkJGAMn2XUYI8WHa3y8x/e4KWq9Ds6jcyIj1gpWTjygZyO3iNwbSmUmKDI8bsStHqAFPy05/6j3kK/gJdKn/181gGzMBK8bYdDigsaY44RI/GBb6N6HPRo6a5EzR2APl2MWai1fXSorNB3C4VMtRa6cOvrM33a5PDiigS3wD0hqMzSrGreKM+amVTIESKxibZZKpczRgBskJhoKsIRumBaL99YB7UnK8nXi+tFRpAcoALS1udhgYhf5H3Mo0yQti7/SqLeqDh3ydGuytpLrpy8MFRjat+6CfsvqdOWYq8aFe21re5HQPSz4aDyvLOGn4WaDuPy1GbJNfsFtYhsZwm5E3Vf2yfjLh5UCJFT5qL/EDRi/eHsepRivjQ3t+8uJpVIxOT9I60s2yg/8Zp6IpXJ0VYG9YecSIAcwzWao58BzJ5yQYZY+6qyEsKnXeSGWg0aGPYp6IlWKEr8TCDI0SNa4xzkCQfkvrBUbArZHbR9yQ4b4RWOCp6kkrYOGALqf3mZSLjKtTyruLbU3nYHswClfkodXbnDgWWFxWYk145p/tr8rIUwhyyVC/ETr+xQWEVd0LjUcSFqhDHoslIkr/79pKeLVpDLZC1VphZNtEs+raWJvkwjlw/o/Qzpy8Y+Mr5iL57X+JkTugOyPfghNnkTJt/stiBpfzBItmdEN08Wr1hqHzIu+Gvgb/n9iJcL07QqckYDFc0ZrVKf5rc6nsalzIjidVHS+wbwK4s30Sekd69bmqjrK+iay7OywFPkjj1yhV+iTdsI0W63L5gG36DMSsH+m+mRhh+d9oZVbLhAkSt2PH9OIW1YGjhdyrv0zGyOLKU+XecFtYl2rxebdnUyyPVxc9tcD7cWVQONcGeFQtR4PVBa3Wuv6VoJo6p9JuUArdHkk8Fc2cpHMGFnqm6taXWKxlNwzDHrt7MO59dVEO8VsfNF19v/+m/EGHLrYdaTLHUyp24xo/tzF0OTqXTClmKt+Hgs6h/gxrlScyhFR/iUa+ADHqydg5g8FaB9TFW26qyqpfvZi0M5H7bPcSvdevec1au0hProVP3MzNBfrW5JvcXfxkHeoXXbFN69yg+4JNhvF5XDOpTYBkChJ75lm66xAhQlT/EjnEMhelEoxg/swDlm6ZWRiIC/BZ34qJnj2a1yluXH5l4WNU9fGUck1T8ZbUbrMgWjX8ZRpnjVgypFBNHFxaBlxmgGOglWMswUqtcGTTOmeUmPtWBJZWkVsMEutaIKcIG6UehxcwhhJrE6vEXhO7TyeWsKMHQcJu9kojfMo6i1W/41HKJozvpaAqUeLapYmAcctOEXu4IjfzqehDTBAxeDnYaH3cfkWDxALQwNARcjpNjprMoaN0vfZNTl1+ThqYkXhk0L55E6uOA8ItHMoooTF0UM2iJG69phFJX/6f+YLxsrREZrqp6516NrA3+qDO70T17YaWsHiXKfatzXHiYo+tP0vNtKdgCHzPxH9FHkFFcpqax+pHpMccJ+Ap9m60iDDSZqaKZ+Q76PhN8Nf1QHO2CH/LzdCy5UdF+FWcPJPOk8qFSZmxYF7ffwZtYuS1df1H2cysESVWozAcPFAx1q6Y9YN6b1VR68QhxQsIiEuK+RdFVO5KveIdJafR1xSov3eNXR5CsguesbEZvKpaViL6W/SUGq0x2XWJwSXcnAKHNO6GXwTDvyJYWF2aTFbFCq79EqllHMg6U9xhOg/jLyS9CDGPVNCLSCLvJZjqmIU2qAqDXCgTH6VmJGJJxUlDwHDjDKzkYcBV/RQgCvuxmT65Ya8uAZHYW0FxFy7wpjF16YJeuXbzyGbqLCz0vG3oIOitB/pYwlhnijqtf/cYI6PncjC1O1jOnVFdHmA8P/rNz/Bf/+hrwW9IzMxkKH8m4Fm4mi/+sm858RtLHLLls8y6dd8LJkGCT3B8oWUnq3L3KhQy7txT188sYhkt0z1sCCycnir+mfoCDeBn2rTouWyfECWrORwtBrIup0QbNSw5qyzwyzsqah0ihkKPOjh7VpueOO6ebAgMmbkKKDN3bEt6r9YTpkDaDL/o+cVtwpwp3f6wbGEZYFv4jONK8/aN9yb6yQMORhbx9e7goXrUQZ0117OEuJTZ9kLO8M1OCtL7S4+CQweEnw5+1WMSQONiobnLZdKF6tryclasbrrA+kJEvo/CmPBHQuNj5+Hnw/RB7TiOUbYXlLZSKL/qV/aNXtlrtAldqWkqajtrzdB60Nq8ypM8MWYhjayrBR/PlZq30Fe3B9ujXXe5fNd36K4xAMCh+Lzh1K7UMDKJRiNG7xCQDRR2xaN1TFM1xfYPlej4UcoPA2Bqg38h2LflYhZxJx7iRxJBOXdCOdB/LoehZK+rAdOVBH5lVWi68awTkwl4kfXt5PZN9B7bM6Lv4fncLX1KYXCtc2xg6iWvet0+1mOIZtgQlCLS9IFMqiq/2ikR62KMkT4SvbVPntqB01FoPk34m+n1mvhG8OB39TVVqNHZHC8BaR1wLYQ6Kq++c8CG+MKxWFKF2Pk0yEWV+Y7OXaCQIsjBoAFZJC7xWJsDmEbdVstys5CqH6+UHpFdUszJp9XVz0NtSj4wZz69vLjLsIegvj1mpQcfkUEqsiGrfXp5GazPRAhMIaAe+VZAqppKh8CP5uZVYJG+Ka+Tszqoi7rGMUkIOLGHReOMCVFqh+Cc1tuc74HP9MhaKwsg8zZ+j1AIf1+alTmSFtl/Ny3YhMKKOzJC0fmu0TSCM9dFkWruMoneWWU5UN/Yjpki9B1xYBbndrjZIXHtI6yF74RUxTmZ6RbAnfVi8yylf6eaCvzJkLgv74UTFnWX3jVvpFaj5jXUkRBivp0yyeatXmJiotNo3BA3wad/9A8iYlxGclTuexBnKu3gtg9jlAu+JYgiP8yc0VwIhfUjOK01gSLMk2R5KpqnESc+9B9KPocyX4TMUk2eoOrE/W1htupv2k0q4IeXSrvTfqvYpWeuWvbImIG/dndiexV+8M7cPnKbirWppwHUOhUHj3wc7D9GWtkZQ4u3iUjsMxbP0rSCUuvKmhn0WGrOKSk3R2d2q0TItmerDFfp8wAZk0tqbbobkzWByPeL9N/U3HB8P8IMXoPwpvc89Psfr8c5SR1GFvikIfLE6j9R5aUqN1KnmkQinWG6uPHHqqtBknDgeUTaAldasABeP/WLqF8DZDtEbP+2sqlXIE+qX4DOkO4OYpUNxGW9NbSenKH8tuOOG3DRcXqAEkvbCuFKwEVsMDQkLNIhLfu4PA4P1gTFC1jL4cUTwKjLFUNkRBF7PtvgvQoBDlmKJk2WVw1f6J/QRgG8MwFLsIjMmfem+GxFoXfFbH1oIEgOavX3ap2VArEhh5WWq30OK6qLWR7/r57Dy7EhzIgLtmNiIq/cZ67X1+gsHCXFa/PhI2qRrYeHn0ap24A0rRTfMwhQKlgfCW+JDjRHfD1JHRsMpJT/LPpdL0D2H7HPQB8flolT84TeD/EGAxTVcXVdR7Rnz0M7DL+ZkxrcTQmuWEyT0AB1HQjK9eMTNp8rl98A0F1pxpRAi0zdYAe+puM7ACn8rIsm7NSmuuiemjsxIqlHsNpdAtK61cGmaTfGLWlmV66MJigfpmDy6INpmOtN7DSFcKVwYr8Ga4YrGutZNLzhqjXEKrx9qrSRR3+eauN6fiekS4XhnOFxqLNDsvSlZzMUXN9EMi3zZBfAxJGlnyrCjpACalLeLyZn/QwQOLstgq8mk6QcL7JcQYKRaCmq/D0tqRGLAJIMEoTSAs6fIYRrgICMAbMhh+YGocGhQ+XjOjui/6+lgmIq0f0QcuXY2sPFMyOoMWcoxbepuFMOAR8OCBMywaYlSXiWg/B71caQNZvWE95IOB8OhVPGod87NlmCsnV6stXjn76ezS/uxhzxLZXwAuXXUYrKCsCndRygYaIYQQyOMczQtOL4VBce9mPDnt7RnmRB00T0gb5LvPvGl7lrlSz9fG5LMm9FvzMNzCav7NuJuCGF4AB+tEB+Grz8Rc2xcrW0d5ExA1k98U0fj8GEuz5xI14JCIT4LUjMs0xTcl9sMZzLwWVT+N8d7r/J6VhanFsqzYYRDYJxGL+wsXuzwIS0S6Clp4uye08uSl5g0lAwlSnRkKRPwoUU8r2VpYgWY/70PDnGRWkVjTs96Fmyw7+Gvd+HH3O1FGssPzcscoPGhpOsolFzYPdp3txV5UuB5ihUhslSW5rOl9uZprn0RFGDWYYabQs0pR0rd+kkitFegwfwMJ60jgB8fGBHu9yIreZ2hSVNDYKylhyqErtjF3PL1T01G0PgsRToSCARRH6C+btOtCYM81t13iMAvtivMHpnZ2GHWLPIrwLI7U3p+jd57uCVKGi2SkAVvEenBlq4R3VTk3faRJKcCL2kWtfIUMaWr+KK1hSZ2+jZ+HrVY/C5ai8sDoiJuZCbzS2TiuTs2D3Q2TTEz7AZMWRWjNusqzaX8YrQbLYl3XjKoL669/IrbmX9sDV3XKDuapQhE+EsfzDALiJrILlh+LNR+5sW43Nzbtiowa7C40DvI51OuMSQkjXG5nXQdZksRWAsDulvZn8gv3skQ9MSRWtCoMNZpRX3ea5fBkPJJCdfXfQijJvtjIkSO+X2iOqnTCoe7uh9yuKZ9EcG5Vr31X+KDJ9DDrIxBJcpWzPc7rypmdJoqF4kbAeq0jbNcVnDfIWjhGKqlmVzVE/kiXKNLF/Pk/Bc/xCIjKvP2GHN42rNjrJ3JOmV9wktj3B6YgizCzxXe0BA3XZjMd9lwEpoGxv9tuspsn+1Cu96gOGNGtpLPRg/x3RKS0mNXl+K/Ty+ziDRKGkOsDiC3b4dksbmMHadmzTXwQADiaL0ILm8127Y1JR8Am+b6otHDXjxO9OMTHxLXqoY5ADcZUhT/mhsL4gEl9YHUPmGgLoohXhlzstbyaNEqHF1MvqddhwoVM8fS47iNPMrqaPAQrlOnlc74emX3yywOMZZTR+qT4iczxqajcn2/nPo3F6nXZywQkhORgCvhB8mbwjXwrq0bpxgrsOa9vbLtJTE/qaYAKuKf+cWZagrO2xvyWnEgq63ckeLsN5G4S0ekJMPBNl+7/cNYDaaQiJhnoOw4j+1iWvFmFgnd3nmo0MYbkB0BpV4OkwKXdMEt9i5wKIxptmypz3c7j+wnCEWJ5h8XG2khvn3m0QnArTA4+o9PczTW9sQxSRnQ5ch0H828p1hJP73iB4U7ZAbDL/El/0Lgh1YHf5kdaQbmKaAGVuArX2fZ1o/HDW7W5UTsgpAn6iSleOawnMO4BDN/xNLEsmmF7MDrooYUulb9YK2qAhnt38w/pyQHXkjeyLyEqExEYk22PuDNITjg6zd+r1tmebsBv9IOFIaGXi46sK5wGtrqrixckLIW5Jaw+er3Ap4/i+4LYQ/rIXRZZNBYU7UtsVQV2kKVx1Kfl+0ZALQQ/2UDnXN/q2Gb3zgfoOuzHXg4JmoGNP54beq8n975UiKngMhD+kk3mi6nVU1aco1cXR2MLgUPMCjN2tEsr8JA1OPoOT742AuiSesdIlVOIP6DISn/0hNM4oRf4cEtHwRBTiqM323cL+8zE7H/WT8K8+woHaLp1Gd8pTE+XgbZ/KdIYmbdewbfFtKpZGpyDo10nKyss0qzutAF9RGD0EVUZ3GKnOQl7jxQM1U5DWTVEny04vLS9jdfpzSdT7TfN4aLCdkhF9lcvW36uqKVvpqtXMZZ9QwxnH1vm43qTCzYTDCqwrgqAv3IGrlcsGYzs/tDXp9FHlpAdgMiqT5TTUnkl2+p/NtJZScEDwUt4HvSRy3vgjwrpdcVF/iffqEn/32W/oTKefDN7dX9afPYGUkTTdZLu++3FAUiMWK9pS9Oik76TSEsRExO8zNZb6gdgD8ITXfU5tpQ/ye40T0JN32fKjfKdM6DwYX1THOb+/H5MtVzluKcI0s+ou3eDinZBPZeAprvcIBQFOZESJ3kiJhdadvlVydzh9gIelxJs9MZuYrHs4uFgZTbpAVUdygc0a+6G05rVjMCbOQCfcyr5EFSqqR1fftOsFC/2E/j9hy2DlWBDrrVPM41OsIANpQsssfMnJe7T8h8/+oAwFDLdQth1gyRUs1VHw8So3a0WibFK4c0ogg9z7t55k6UVPqC/rXFUtivMbLwFVzStszXFw/n6JSgwfjKxEtygbPhIIVnTC+D/jyLN+zG/kCv9PZWdFtn/VOYyarBkpdQ9gkrMBUToOZgqc7w2X5PLm+GtT/keIgikLnKM9LfYVa5gQVR7qvFC5mTfTZAjzOr6v/4lKL1c6UT3262lhICrrrgsuPP83ZS6BEwrTJlPdIC5uAIerxorxcaFAkP11KhXCsE+WxK3Y/PbPx15XjivQFd7lVKpCjSi/S78QjPE780LrYUkckSljXk440YNvNaX1KjQ2V1VmeXsOE/ttnRx/KW3+/5IRJjGPzez6D8y39tpU2a5IM8SR4A1R6wu4luufH7azuYNH3Nh9AV2/5IhNkL0fNtbvwsNYS9D+R231zc6q6n5cFXmp843O1yBu3ceekh5NmfPVTDgEY8yP0/VjkKr++raZks+igcLK8hbfQCI0LwkdtP/t8us9yApAY1bZt2n81UkfkQzJT0V+Rd55fZhEQlyzINNaKL0+519o5XbXVisS1U57b3gBBD6RZeOTZ4j/C4V3Qgt9xIViEWn3i0pf4zvUAvhy30v0Gj8ScKUjmvqvqjtU1/Vedf6eEUXNw9X8Sdv4TdfnchlroqQ/CDF+9DSpxiIFDUZ7LNc4tj7xRtSGYus5Pml02AYHvDCmlPlJi0QZXdiPih94+j1aOlqg4UvEqkGP8JNqvg1gsVCo3wohSUh2+yxS2ry8UA1qCU60xHF6hzjdzRXGDO5COl1Ki5R8aWcPlGhsmENEmHW+HYXBcyYxm6fXXMJdb3TUOrEz7tpJE0upJ20M/rsx2JmVaER0gXduklSLWu8sv9fnCuQVxhOBMz66ghcXIme2diTWf8v0SNsp3pd+4cBZS8/rac3sLwj0B2kZXhqK4qNDJYNlN0SvicUAeWLnQWpgnnLItLaQLD6UrzC8PM9mtpC7Vfu0QmHFA2CAAjJg/b/B0hzT7tTGA4/52nC03L9hsfJ7DfcSQncKzaj9XvoCnCK0iPUFv3Hsb0hdYhnsddQtj5BG17j9XvW+LL5mPW/nMU2cikgATaI3D/da5Dkcnu9S+HwA9oT8xszwGSG0FC3Z8lHUDQRBITZdA7kMHF9gQlyww3HANc9A2mLOyuSy4WroBVOyg88s/T62qKYs6Vn1dzw37m3Fa0Dun9dZtZc9Wi2qaJ2RGDjiBkCciqxrmUuviGe9EHW1ZmPKiLljSwpiPWlIIPUovRPaQCHoowkvoyueOCAL1swaNO6e/6hCiSXQaGVox7AnFm/0wJuOIJ4ZyNuN5N75xBbh/oLb/4BUkXGjf7CIxCa7y54Zbw320ML5/4PjQ7UPVuOHJeiEL8DgUcusRtdrL+q3pLNPpIUJcNuPm/M+wzqdBbWdoUXw0gYrt3EW3ASBmYByFfmZnV2+C7VtxHIAwhkNyZCsp8xp56+RkpJdd8ACBSv89Hzw/0tXNoQOYNXzp2RurpG4+agBbsv65pdLlDYarOY7N6lGx5VMacMOp3eYK6s79xEeV0E4AV657HcRz/OIlyINhfLox3k1m1ZdKXEaOPe1EhYLRu7WQklYlEA1OGW6sP6Asa+ikh4xrTcSAwtmzoaWLqp3ygihjLkbPqkEdSCZmCiQupIZIEzlCNnd5dc1u3a5pDW9zINav98K5rWR3rDGDDsBrbOsXQh8eGmrnau0Z3dYp+HhNALXlsVMlW/SQwG+AGaKHFje9xwceyGCgbMpBGy9l4qMR3CkZ0ptN8akeE8xeargBKbpPo2+unjvaFD5jdKnSvbMv8sf7lT3SPhXarc9Ay0t2tFthwVl31aIqjdz/ZhmVE2GwvmSSahvGtGu9VQVOFdrPhgfWVHigH92GkcK1ng7GsWYZK3l29fTji47RH4KTqp1Ccu863TttWHsnFHj6cX+9vzQfYoDcBQ4hVnAVfD/DXXz8D3jeuSD8GnrbHnZiKxvAndWGUDKkuWf8h9TCcrFY/bIBWsXFGaqzKRRdbUhOb1XvSEgA7IKkFdHJOw/2VFrI0KALcEAIHp3LZjPVeQOsGmz4yUDCGyPsuno0COw7O0PQAXqZXUXqa9GWTMCF+TOFdFu8BV7T9C04g7yK6aWJMg1ujdmmzCsp2AdY9i561TTN7wmIUYBShFNwpT5sBLZ27vE2NKLa75Yim0wSch6tmPMiepp1E3uZv4CqVPtfV9/YPPhCGWLeB4/SCLZhRGcc9pUSjHCzv+sOcfMUQAL32Y2cbfUVcqNl4FxCj2hL5ud3BlQ5Er7zLRHp+89dvNxnPxVxNGVEem9Q3J/RxGV0z8YloYrMeO/oljTk6548VV7VILRw7eMfDuwt+iceAYQ9u3kP+MhDyVEf7cogMPPgPgV+M2ohMsSYi9EfX1g5yfwWfTNSFkj07twCvWLcTt3Qpcd+qUAO52OEdc4Wc17f6bfOWdmb8cH+po/Ck8deR3eNhcIXAiv/eFfJap3pVBuZbPc9b71StI7ho8h8ia+7m8tyyOZN+WlTM6Lm+kS8VtLz/kbP7n5VB1K8ztjRdxNUGpvMMRAvGm/AuXq/G0rJzHPl/fxpe6ZMCTOJzRPyVJfQnKino+vOESCrb6JLc2QGZJWu0qDR5OKLlezb0ZdkXMjD/nIACh6P9ZJ6dE/HK/4IzGUgk754ukuzzai5BznoW9v4lAkKYBFPUDVf2hQ6I8LTGJg6XH6cdXSqstn1MKEkyla5aFnCBqdmFLCdly+CZLAHkOriAxYx0guOKE3AWaVE0jiYS8UvGR3gxoWfXnCNUdpNUkJJNLC+5orBbZh6gqa8cfymMuumn084NCKcLIAzoHr3GpF9aGtIZIpTgFCQo21JqpfX1MS2QPx2bltSLFlYVcghsHNGpQWNcLGzfCCBpKDKc9elFSYhEwep1THCeiXV2+1B80noloWxi2gZe9QxtPa7ChLdqaTnYZaQMH29UfADlqdO8u6vGw1mX1g+5h7hGDJWQUpZ0LcYNsIFOKqMTFxhJPMkCPB0qNA+QfXOtagRxwl18guc2cEiMXxYPw0xpTzpybl5mw6QLAIP4SGDq1lgNqPPDM0gzlWK/kglgJGz7VGNkAt/j1LAhODWL64MS59Vw0UIbZmA1YAqSdwlFRCtnNRsI6Soj0frEMPYusVP6EpawXpyfR1SqZ9zDMYABYQchLQ1d90O+m8PFxUSsqCjjMvvIkmDP+vXIlyeBjBzc9NEklI+RU7A+kbMMAcTK2zNVanH2I4JqojeqaWdiN3noTVekdztAdxSA3MYEUGsmUKs9EbCDxfw1F1lbGIPpPymgvBYHCVfWTzne/+PzQkr1HMVUKgfv6Y+REinQ+qHleKenmb6MrHfnuPh7BQ0IYrS2BO+dUWUNsrlKIurKz6OGzGjLee9t9rsrAGcHQi/pXCswvwYGrvPFgKY+uc8gxkE4c/VyX/68dA+gTk1IjNR1a5QCkKjUIYrBt+sGqp8Dhd8Vv12H5BWZGQuy4HO+32KY+fJbor+46mFLykBYB3+sCS25uKrRRcCNtp+teoLaarVS3PHWBJSX4/5KZ8f6Jht3Yv7qUXmRHDC0BwBQeV1xSky6UHhC4yrkOzPWhtZbTODQbwE+dsPJdJGb/glemf69UHlUMFGwNsvVf0sikqcD6O1hsBF1hgB5bNEyuSOhffn32eFWQkGfdTJOJ8nNd9ZRiy9lCOMXA8jFLqH77kA7HdVFRHqqKJf9Q6ZPtqQOgrnrd2kOmKitvldR86Htcp12bV63X4HrbNHTcVLu704jS0XnJpPXp8FIdtmoC22znrLY08Jq04qLzDbTu79jd3+yDJqw0vTab7S1gCgGXKqbA1jprOpFSeVmP5xKXY9ddlJ7jsK+jM97lGoZ29T8J8LzlIIf357I6dSyXkTQG397Owg8PzmcBZ7AFz70Weiu0mvkmADzKi/wtwEr99FUuvfOMNPwbP7C3k9eeTVaeBQ+rg3tiOjCKemhBngP3O40WyowomlGd5ZqOnuM7bmtkYjBspNiN5uJLve8ARXR2pXodosueKnH+9mVipZ2/TWxWio1bV8dE3ojYqusyWMMADtmwKAMm1XdjKtgs2OXSjX9P9JKtkmUUOtbJYoFbx5dtKZO6D4ygtkH2j92DcWOraOgKPcPbbCuwIUUGpbWxT0CfLixBE6tN88fl3xvVTBJq3ISqcNVxoFzg3BcqAKdm0+qpMI6JHfAhj1h45WP0Rswbe5A/WNxk62TaBfYFKVoBxnvMIbXS3sGS9s9cAZS5k5arNMHeXEQtgBwVKq4O0Hm+wAWBDgf1h1q6eVIUzqGvXqUaoe4x5tUeug/wwL9SSLjwoxA3nHC/1KF4OhdU6g/Uhj7/PT7mf5U69FxrOh+jCUzDkuHwzYd4CrRLGlG66uOATKPLWDJN3YPGKBq/hrpbVwGHagKbq4Lefg95V6o77uiUYjXGrEOXFpz4exupPnj4IAsXVmTUyaXbTOE6NQOv8rIVInVVvUhqNGuEct//cw/eCMPEZqaY1amP5bJL4m/8EFHhWbhQmYRk8UO2l1WlIKHZN+wlHZTyxDIL9oD5NCZuoV3Q6n+F6Ii2veIOx1/fmCwGUx6KND5cHg0Hi+vyEpJvCrkXEYmSq0NdjnDlrm0ZsDy/VbEp7SFHwTUPYzubxN760/cmLNTMTV1teA6EfkQ0nU0n7+kzdEdPB/qxXsjIXarMoQ/bNXSFGpEasdTuU5U+wpKyqr1iTXWPYEZX3Vom7KQ16hjJefaZkiR6kIOlYPIIdUFj3tc/WDrH84UM379O6Tgo/kC9Ho3NvcsCh/W1O3IIIA/IyEsi5bXUUZB2oHN7rz1kKE4UKswW6clOuVcrJTsMOooVjhQoFTmXJLrgrBc8BC5GjFoEGELbaD1eVS1BKHHOjCXLU4L5NoMLyhrnUhfMJ/jOfYmHWKsCvtX96ZwU9e9GpaqhjhnGXjyTRQrJlckY8cIEUwD1pgFUSZ2W0L+vCN/dJlNytjQzyogaRayCH+K8AVBwUpyzKI1wzb3t1ZwaP3rugeL56IDNuNQVngY3JHKMGB+5rtE2kdI1JR3zyHX2wLali66b1HIpgIZZzuOb7e2RYgrVWGJYaQ5nKsCZzcjAYCVl9qCa3LxniFXrrGGYpWJGrS9rMtT8EBuFKkTu+SbGqHShsP1wQpy9ovdjbIQXqBN9JbXX5h1u0Yvxt3xETaq8MpPbZzBUHMBi4+qta/NmT1fxUoE1067EH8bV7CE8tq6v1hZnonUCjRCMaBzptZAp42cTpFqiCfAtvSU83y/eLcj8D3bEYiGVaHXTPKXK/vVgWsiZ3dsRDTR0Hfj+kBcvXnqut1O+qCtILXwHstthWrKykd9t51xioKcToM3PV+7VXXsRIJMMeW+qUSI1zt36qSmpWJ5IK9Kx+sXpy0tYcBFSuK6tL++b72ng9piAVc465ZdJTHzRimEXeYW6AhArg6/seSEeHJv4Jta7JMn2sOqFjmwiqcNJPe+99UFIJqlfQ+PZfCLnrx5ADvjNdkvjrAAPoBykfgDt1IPv7kSKjic7qmH3cCdG8Ln/vvLLHiICsARLiVTLQw+1GwmSBztSj9EOpvR7lVtXCpH6TwkN0zyBsqpa/yS5C9DU+IQ/jk/CEqO3uFcQWnpljndKepmKgDwq4wuAV0CD3Lqpuv7RNhQU8ko5ghiC8sQ3Y9tVtVCBj+YF+RiPXtTi7T7tMejpdKC+zDQIsXi9fVgC69fQ3waD2mLFaXtaBMP3aWZBFWmFTHCaCC9TA4pmeMKJA8ayHQHcfRizhBdFhid5/q9wuxNBhATC9BGSN5MTAVvNZ73Xe+36bdY+hRKNQ6lsoiuspXbBnfEqxcatwfwy2rex/Vln8nuQg97I2tVbG+KTmsz+ic/xQMjiobk+IZstgQVPIpDWN6hleobldbpwAKnPEUwLZFxKpeqA8L5dPIm2ACU/0nCAm8OHS6iT2JKiBZCH9E9xjXaCP5cuFx+25qObnCAxxoco8gCB4JA7uO0VcWjiOoZirxrwBXI1qkD9xBaX9Lac4DEi6XodgqD4ECmIKPQCOq0iIaO+oij2vuc06XSfMV1SuU6u/tx/dNIjn/SDGyGOrpZKNYMWsbwRwRBDvgwdVIUxTlb3ossAKP3gTrppmE98Qdeb1C24iA/yN7OTONeKjWjwwa5COixzJohe2ZSxTz1uWYNUvJWLx353Yj5FCd2gYATebcbgqpKtycTscix4i6DVhN7BzbO1y9hSKuZjaREB8L+qz6DdtwvQoL6+nO+FonFQRC99wlvAN19/X0x+5Dgqxm77ZuT/9wpNleAcarAoq3ZhuG9l7hbVfofkpP3MxL50NUpvmfAQFGNd91E/XkxysmynaQDRIXTSwoND88Rn+gdhuKKO1pn4+/l6+cOnrpnmCsk9VkSpEZe2eOLXxRjorHxeDIpGslUNnoJ6pbVD57H3OUwwEdTSWZGPZqtuF3sZStaJZh5gtGv0QpSA6Ho9yc5B+hDY9io6PYeB+ISVuaUNGqdF++C+MqQFeWwOkK3SvXyoaKliO4pLVO9MDSzi5ieVRre6oZkkVAz/f1HFFiAoZc7sGuEuzrfcHhlekICQ9q2lw/w+EB6QCDRpXBsVEFa63BQmbFcalJApcdryL6+gj96r8DJhCASAADp2syz0eTyUuCVW85Ed9o7ir8XXEakhdFuXYDcTYAWm2euXgozijy+NivP+Q58EO/oMnJsCVMG1Z1K3mOAf96MHCOTPL/jXEgV53/fCjbY8DRjriWhyplh5ceDQkg/fYHBzxG9sFzBrVPBNIonNYYEU1ZmH472QqcBG9hjAoog31jqqOzdHh+yZwXnSAulU4rmokAcTx2mziyJWjSHlUnimiGxAcOF/Q6XasjALLCstIfhFV6fbcQ+/94aBCSQWQus1C4ZnqmvBi97Sd7pn828coxH2ohsaamjE80/vJ+anFE036fPIYTgogUPD4YnkxlqjBvXyFX9/CKAXr9H7Z/isHUeu7UbZLTO5X+yLoIl4W5GBaRqd6GMRRd77ragguh5BHzZrvmGTrJ2cBdt4MATub2GgCrlLv+RWWGD0PD2j+kXKzHnUWAJ6Wmot7sF4126cJLe9TgtI+fSxPrLayNx2CBUt9vzGTGg1ZMkn9HsCkr7sS2owUDzbfbEKMbZmKH2G3Lu1A8PyWyp6k26C6qtCBxmMNWb/AYdEt8kXvJhN0U6rkZ1SuKyx+gfmm9yIEC4ChzSDNqBYa2tWILhQG/QeV/8N68Jpk9s+YRKZp6n4jqEmz4WlIO1ZgtEORa94LyIg2P5YH8+Edt+f7L3g1Vo0FO4JMY6WhMOsFXOT4K46k+CSRnbfNT/CIcx129FPMmSWa/Ua48wmoUTkT4GuCY2+PotPaX5A4xRKOiMRyp3oKZnAwrnl8D6rqaiA98lv6kowLir5T5Dci+uP+nvGT1Ald085kJco9reMYyxQUPZsrnQFNTGSxOcY6MGF6TUbnEG4SmdVGnDosYZpbl8pHCrYm6WGv1xxIP2C7l+nYKBJMu4HPn3P+YZrxvV8qrR7cEZsp51mFzZwyz0V18jyqVsGPz9l+6hsGq9pf5QFLvtNAXz8gjy8Uaubg37YdWY9Ll5PCxSDLb/GgrPaaqqOznWha5EpgtR0q32NjGpAoREs9PiqEVdI8vK+UeyDBtXD30JvLxc3lDDlpHFzG7cA6HONO/t06CRnyo/F44KBssy/xecNDVQuhCDr8abd46aJtebYY46t2L6wfVYeMs7inMyfO6Cs9lvbME9e0FWzLZolwP3x14pLBsgSXluEJSQ+9LKcUckV2YpwkKEl6jKVwbRRjr52E3/DK87Xy4o4mHZQIcEkNju+0FaA7RgbltBrpS1qknskwKg/faoLAt6YVkTYjLGV50DyVEbYwOGjORPdiEGsYPh/YTtrcV9YeT3x9W1Mka4cT0/qFSiq456Sq9K/wLSZyTRlN4fmD8n4MLUsU5dUbGKkgGB2ZGnGqjS755Y5LZsNoMt1dYeXPP367FfPUHs02fbvXui93xKiGTqdfd3JwYDRw5ywCpgUJaB1nE52FZw8e0jZjwux3+V16EF0aWBXKmgrzWSPtyNIsJzVNzNdD0ZJcq1/JPVsHpfbBI0PP5AxFDd9kg/Adr7PODSIeXF6fUFXp7XESy3te6fJg+5nF2ttjhH8ydWqeL6jzm4iv+qEbmrfQVx8O5lC63+ZQBSLSEOcEl+3uSJKg+IJ8pkBg5uIMLSfS9x6Ov+eDM4NwbWWZg1E4cPIZ7D3n/DoV42i8Zrpp1oO0+/gIAgALDm+kXXIy2GNr681WpDPTEXaiTPPcst9HvImQwv8Mg39U/wF038leSJuPcIPQMQaTHGqwii4mHwv4upkguYpOkeKXKP9W1PSJThX8VMEHpI++rG2hzlae21sVW/OUcDoPf1aHNffll8qI8CirqcMI7tW0A9x7YJmre1lXljutmjO6ar0VNkT9zOAcO4gDng17fjYKCasacNnGgqDTVgoed3XGsfstiOVBVwXnowSlZJikCZTd9CXk0uwHwrmWwcvS3TSWjMUYKZZGW+8XpTpBE8mPNC7W0lUdu3mAQcuNjtsy8u8k66dvWMMMlnliz9vdaoodxE5ied05IMMGMYhKcHwLE3/c2OUP7AuB3r/kIvGO7vcnuXFsGLyy7Z3/jixzN/j1gcFbRdTzAZLenX1l8rqOqjAOJ7AWyvKtSyKovr4OL/s2U+8OSpoJ11yX2YiwqvIM7m0YSH4MSEYNlGuqxQwhycZX8XfTZpzxf0X3YCRCb5Rh6AUwficiuRUGsUaPQsVIZxAKNOqZTyvCYQrga201SaPWUY6X2GG9x1X33trJ4kDKYwjeyUaxt9gJesIRL7tn8FjEjBmM8czNNHO0MiA+TD6zEJh1pNWzeC2R2g6iK6LpNzJ/7v/Rr18+P1LnDfmPmy0RdO5Ax1SFerHn8OBSrjO2jFQ94NmYWE5Lv3jX+2OgL+vv0LT1Pcoion9lEdK5vVa4DRUQsfY/+Bqp9dQN/9y5Tt82ywNN8+PYDlr3Y2qCcHDiU+aELPmUzaPcxdZUbhiwnSmrmY4CCJdEFiNrAZbx5drNBVGq/lePVYmHI/pGNX/YtA0NYqydYoZ5VFscAERmrnek/pwtfdPLbhwCwgo2Vajxk2XyWjWHtvY0gi1h3y4cIsuWNIaIhesRmVYW/8O0KlqRLM/shAqLy5hD2lbrTTbPDjeR3Q3iYABW+FrJMfUcGiH2asMMesDghYpI2DkJHF4yTxX8QlwdODJGaJkcO+kyYub2w+awXcsatqoTI7zfKeqZAoB6fiUo+bU2i3Xtcz3jNQHZtoglYe+PppoELuYA7UMnkWUnU7ifa766yGqOGRlU9aqbDxJgDzCLlMm6ausAW0oEtt0H4YbcpsrcmVa2+ZrWrvxlBw4yEwZpMwwlsnPuAOrfbiZv8hhtiZRk4xlzHDUEleP0ILvQIhGAk9MeN6np1FDUOFARddnDNiCKFVroJGKpFzFM72pw4ZX/l+5VKjIHBdPH3eqyVkruCnfRw4+5WgZ7JnqavXZzou+vHfN4P2cttm0uAa4kDAMZGr0TkQN4EYjENwk17a+/DCyI2XWMsZMrRQEK0piDfzRBb7KMVeU7pLBNNAEQ81hHUgooJ9IovxPMMVbCaMx3tEq3TxeeoP9efsjQGnAmYEyFj/NdxUuf0K1eyU5Fq4l439GYaLv++xzMIfAwHVkLCYIz4EUe0lhG/B+WpjdSPLLQSN56Dm+/yyf/GTKd0yGfGwpdAmUx2p0vU04fQz7d104qcpiE8eCOqrZoqZGaFO8AYQmDIBcUsUMDtN+2gw/Dod/gwSbj5gWcP7un2xbHohdTRFP00ozJ4Jfqfr0VSmthNTyR2rY/Pv8EZiXFrHLZvhiCYxycfSr64BWcb7bpkHkGH+qWqtJgN4KKL3jygUcfa5YCTfWgtxkdbZpwFC0MwpPmcOs+5XJtR/EiB6fqsnA8EbYt0kJxkgm7Tj0tQaMUPepkziTh7iCQ0GQePEGMesSxvQeFxD6sl/HjDF6oJMxEI9YZurAI8E8CMfN9NuE8Ks90TBry3D96/u0yTVxPw0JygS6bVE7kPS8c/0GJJywIQ62NKDyZlayTGMGhWvyn0Adj4aFaLuOwm8aCB4wNdzbR11aYbFkC94ehd8Wt2LQLlcVjPlPHBKg8aVNeo323NZgmArjIF7F84Nihr990dBnZSRfbGeiIjbgJtmD6MI2PZnYXP1BK1yLkTEZiz9TObZosb7HVzAAyCAUOa7cX1uBQ+fbJSimc5wgFLJoYRKN6xytV8DM/7djW+rNNXC9h1REw4+bFCHqwkc9h03TXbFSrf/aYngQpk1cJV+d7r5F6vfH8qbNNaYl5N8E9/p6sdUZ6zP5oG5HTTJZZIEKjbtnRx/mJH0UBY8smdWwxqmjD528E5XkcGF11wxlJZ8dPKhp/Zal2Dv5/rptM37QuQQM27hNcYFcEjEVITh3qROGxM4EEELEK54ROcyq/wHy1+K0PZ81wFpyMrDc/qL+c0FwVXPIhz0MPtMrQHgws0RPMtwSYqkVb90dEfddK7XSyQv80S2a61gvfuXyXNMI0HgG01x9OWjApcqeZPn6Cx+H7cPwnoPA8y0/wP3m5Oi/RzDovWE8+KbkvHir037p5yDEF05wvmYxgIgCIjPSgBiRAGtC+AVDR6U1MSeL+7hWf7/cWDhfMKcLplXimCDveoG4YhwEf6JnR5tzxHmSXjDxYPnD8iwvbbxlLQfd8Ha8HYi//hnvt5+OLBfKa53x9wae8XjRWnjTZvol8imLJDwZYKB8M0F0lRZaY/Z5DWJ943sSdEeF4ERsQ8ue8eXNoQ6j8v3AccNITmn96Qz7NdmjoGXthQZQCxfDQ2+SpsyUvnahUhbBomkLr0xVs5FBDU5X02n/o9Y1vBo6oXT3mXopSRZ74hMQAh4mFYkrPXdLY1/k8f+/vSFgGJ2gIFn/zCKIhgZBXffXC1hymheim0DpSphbgLyRdYgBVPIP7J0fLfHcnva7Y6TAiGwMf08DJ/+vVcUiHZyb1gYAnQMES52KorD1GXDMJ2SuwwynTBoUupXkxyAljHXdcVYBCtD9vcstTehZrui2ggU5WfB8fRoTUhPXIBY9lhtY1vz9B/hKzbB62zjWXCVu+n4PYFexQlVAAsXBqqAQN1irrgYTr4+HggDAS3UopHBgs/co5fm4Am9I33qINOb2eIjPzNRq9j3nB87phhT+LAGRkXHVrdbBUnlg2h218CVU8A6KVAqxx9RQHixnlfCBiZPgDtFGE3SQun7m7OciLM9SlCgmvCUSH7jkUs0dmyp3V+2/KfmtlDrV7wr5bboFj0ES+3TjQQqY/ABK+NkAoo7ZiftGrJWjoNpE0VA5Bnucg/Rhx6DNfUjeLh/AQi1Bkyrugr+CZEkwT4UIUVTdHGYMjv1INF4aBJYrLc4ykqzknumBnhbrV1Wsl/ssOchx0FUCcl3pGx3FHs0mbK23D+ZOH9jbg+muSh+XwK2ZU6GTAeNrYyjHwMmdQ6fwCfz3NVn7pHxSndXE9W7uEDSoSw+UZD3TNbOmrVwGo0e7/sxRifbR4GOhqVqEfcz4z7BP62+43pQQLVs8MasGVQtR6B/XmvZrs4jlZwlNwh1UcYboR8TSJotHE8E3cK7+A2fds9Yl7rfecvM/0+NXS6RxosTQRW0Nq+7nxD2wL2xCA0rVFhrGW42rzumgj7ItiluWOPThxXop0Xj61AaD4Ej+sThr7ncpKKTqbuAh+hjmdCL5jTtuZaxUP6GVlXXpF+pYTgG4tW+EcBg8kE6LakbewmDVEeZ4dFV5zT8r2x7dUvu7eX1KAQP3QuOGL04i1LnUq8M1o7pvZPI1ALiby6XTsvBLJjVYQJvJV0W3W1osJQbrjfln/IzWi7ZRsDEhgvQrqKjJQdqt+BGmO6DJF5oz7v8rtzddqAW/FSznhpF164uy5G2+FiNtQMOqZyRCnkpkNVjf5BQKIfiLpctFnx4BMURtCLpqpaTVbqCSfHaJWCCRNmmO4ItlcJC+D8W4zSx+PodF+FadmXkyEld4nsn2s6bu9Fl3dviNn+mcaIpC+UifO+f3/kMf3YKNYa2ju8gfHIWlRvzHzCO7mYXgbdwVydJ4mHJF2bvBdijZANbAReMAbtqr6hbIIXzNVU+cxvJQ3A+lLteUnLY4z+uccAOVSj1eEukLltVGdSDhRUnNnRK1t6Yv4PKv/J0ieHWy/AXi+3s90MgBgkUVJz77DnyhLTxXuXXp6ZjnHUNkvioHgeCmanAe+iGOdp0PF5V650/Um7vH+oVSv/BvjyMpXwXKfr5zErG9vgjN3PA5AgXG9LzHz74BIaa/BouEpa+RNh7+B09a0QmmOHhUn0E0LZKgtJArXbbmtOjb6hUamWlNssA90GZ8kToaJMO4+Vb4/Ad890yyTAaK5OoLZ9FgpITQ3/WoMqi+/z4+6zzGDtkrv2/yRBv34Q7FRyHVD4Mm99w+umbAT8rQMXH0Ja35eY2ZmlCSEmrvsYMi/I2qDcgCHsyn94KETfLvbHzlfbPqY20rLScxyIN35a+bWGrtkSaajo7ID/QVgSj6DYlDJOBXIwOxqtJ7L8J5nSWbh7rc3DP1Ahvla9yzWMI456eZp8i2dGgszNgcudhJmJuRN/Kxg7MrzT7CAI/5DoiNBTkm6gNLeYcQAPOzHaujLGZdN5IcNMPA17OggFns74312BdUfD7D/8e+24k/BmDJVlgob9956uRM8jd605bSpvI7X328JRb8GsmjAGQfxM2YhnqHkLP2EuGQ5z+PsO6MB4iTh82+WH/i2mhUiDuleLEqJWcUAQiViYT8ZhSRJBmO96yvBM/QWl2JDKt4Q7PjQxhSUWqTagagWerR9RyuSKKEMD0DzwBc39Wcwb899dLbeArmIPaku6xz4YrDSKjzDPz5lLPAeW24WzFR9hwoP5tL+RkVfQtwyaxzDV7dyXillCfoJbd1KiD1vASa93fBW90TuZ3iwvsESmpt2UIJRgE3hEEOPWxWXGSTIIXcuUze9Lfg5eYM2vJDzLQPJBGZvQXQwipQik9KjFDnQMDxwGlopWBxVKXXblMuHVcjpQWB0tI3WMZKuDG52ew+ejpQUz/Uceab3ce0J3xAEqUV0LE7XklSiwOj9jHCs6GPckju6YPfN53KpBfJ4lQLSfb6Mkj8eOlVp8+IigkjJ7wi93eTCUjblIxO8qqx4K6H+AbDmmLSxJXqcL6BfJnfSK9r5GM4jRVf+q1cisNY1KTFGbk0o8QwaNVSMtoAfS3FeNHGkaIDLywktbi9JrJh91cLai1s6Mi9jJN4kIcl7a4kgks2REgDcRnftYd4ORL7JvoTxLtQG23Ebbvp31KGDNMkf0zgQwi5C0SXKNNexjcD7YGqLQeXkHKX6WfwQnTplvZTU3xK/Sdg39M+TZskoFTahnmyyJpvs7GnFQEMFnPt3HZdmlmxlll5Fpy1aHvsKxrJZHOW0s0sLZ0RCJoO6ju164tVUOhaZIakWGo3yT9b6huJCWn4u5nEmxeUEC1hq+tV1ITk0H47YwRvNrPYbQXWiLUfisYL2jBWZxY9+G0ygzJTMWQRuhcoyA/SuDNrnAKy03jN0NR1csLWrfAl7Wueq7kkGW9FUUBBW5/jisUGC251Jy/GUQtbY3iV8OQrTu+20DMK5mv4CTk0BY+hMz+h6Laa10ZgUpU0hyMpaWwpyRzfYHgw53s9PR0L8fxCsdfnBdPRw1b7fEDaPfiNtkeVKXtFZ/TpCibZ4/pLIbae6zJMALzzHpgHAjkC4oSfTt9jt38ctRKtRAzNNDLwPRph7G74Ma1FzfFc8CZ+RLUa1y3b7Ta/4vYqlrToIDqo3fonQdh8ye7VSZB9qulDZBGCo1ZXIcp1+LK3OiPMBpufd4qjN7bdGgUTHkR6RexfO8MFQkjVvDg5UpSrOmTyD0CP7uWOPp/aT8cAoKxg4wCNGGB7XKF1KQLcx4BOZU5czdrY7lFBRd5a7eeA5D0ZusTP0sS7ML3qJrHXCvGaCzOcCcX9oix/VIjXzNlN5yABK4qInD+Q4wRDNDlliWt8tL7ur2P/57qFUfwJ54j+iNcgnclvtdrLfNXQEFjoamt0zB6s2mdSNx9w9//MrU58GpNPnZUEMbGww9TxmyoGCxmFatLjZmf3e6UujD3NCfcU3wOyWEL4rkJvR2B/TVsggadQFwcU4RUoOEdvGkg3cjgIwDGB/odSVYHNqKmcf9fg50mfUMTOADo43I9oT6XMc3XOuW719odAdSq+pM3IAHocZCAAmI1GprZTN6LV74Pua1Ltl4HPFFCCwhl/zXvSFlydsusyu6730I7dcdVTHud5WcQWrYMRNUrCy9j0rY58hCE42QHC244vlwG42sIi5koZP3ff2o2MtpVJpuKxys2uGSzo/wF9zVBp2vHM8eQ96ejh5Au5+wAZ81dU11Ur6pnHM9Fb/68zZm2FXeNUWvapoKLLiQ3L4vyBtU8iraTOg+qtNg1pfQkb/vnE+CW09eZRKLZqjoK+jOVVFJE6gLDwCmOOa4qThIBgqv5tnzAEWHrLezk/eSVB4bPT2sRbbFaMwljVKLkNhgxh0HJ2fdN1aZNP4TN49qD9E1Xbi/1vw4Ye/chdCK23D8pOXfgPtbZNJmc0XPS5IQfz3G+3XBa9nD4/QW62iElzkW2cz0r395dFAktWTLIcCA1VR/Rvh05S3FJ5Z9HO5+VqkphDiEY6oEsuqomA1NBwBVG5BptLz5LaPu9x7VZVaf/Ah4BhnMEvxe68rFiCXDa8xQuhtVrZNud/pq60s7PnWvAnwFjiQ8fDdu9u8aF5Qve1HO9wBzop1nkbhD6VPEcWMRBYpS1/Hvi8cquAeiIwEc5aM/g24VPAyvd/6T+sZynEIQlWWS8G4KiCA6tHDSgtRCtU97mCJiXHW//efn5MEkNQrla5RNfRLLcST63JptdqT6kb26eyWdknZ/fd4NcKIDImQw/L/4Be0e8opD7p7EXf3dbRtliGHWeIpetv+oZCYIDCOA1ffz0tp4ffxX4XrU+PZDrTRMvYJtNTEXVXuzMEKwJz/i+YH9RUtdNNfOTDoPg2kRJz3VVPPL+SKwMzDyKSYNhw/sd8ggIQusdvenAc+rb9jpAHJSoEHPoepccUcPJEpDEWFWv34NwwXj4GvP7DM6y3eHUHVzjcFDvCDLemyo/WepCOgR2yeP4E+AiB6+McEwJpyioOcCR/XrCS9Rm9hC6KnAihNYHqVDzIC1ReaCiEsSsQDRhT2HwslDmUlDTmbsNw/TJ7KjeFny+PVV6ZdxdNqAYAaENTbpy06kFraiM2ZlZxlCV5GyRPmOBuZI58YTjmXuZAgdCUl5ub+MUnkgQbFZNalhjRk08/F08li4/Wm93/nb5LcXH4UHzekmOBTef+W2wkj8fvqYOfAP1FFcW23cwfkdePJHk8C/lKlLDF71PZOfusnjzlLot8Y00IL5FZaBmcNpjBEXR5FRe1gzeKt19dFWLaNsDPWghw/+d+HMMQ/7EobEzgtLhDmkdjQjQioE/8PYvY6OB7cMxIky5aPf05ZMFQCnaxn8t4PDSrc+CmYVobp1e79RLRCwUHPksoQ4fLT1WSXiA51LTJaa4/mIV7xY3CGhUJKCFptHCi/k+WaeJHW4X42yubijJYKDyohOPRn/g03E94bIGJOToMQidKxkAPQKxzLFZAeU1Sa0o+OJUVbWLsvIvjVajLgYchoT3z4RRmU4UfkDa1BJvWyzbEITmKVmq26UgUoQhBtpzO1GbxuVt48usV7oSoDLct9ZXg35jEz5/dHt2aJyLBIdZY+Jr7i89calCIOrcmzczr4IfJEY10/9BgK91H0HtsQ16itgFCAkO9e9pDbdYEH2uMwT30eWdbzFFCY0tknQQu5wYaYiFWnAEOCM8X7YKGsFSPJKtrsF87woNQx2DCl45JnJgO2NqvSf0U1rCBy7lA7IFXDIasNe5EPg/kA9hEKHKVB5OUk6Gcod2bgB+NNdM3UOgzyEHepj+6YV7zvw3kCkGn4PJAu+zca4+Lns/QkkaFw8fhGUgoTbeTgdzRi+bYjjLduqs964xeucZ9qSA/PjMs4R0Ua1hnWjM5ClMljIhBywVwo3xoX6+KzWv8b+UHKtYv+AwH7dMRVRh/v53wZ6Y+rBAVDOLpTpcfpMyqSAnIdYdLpcc/fjoZ1A1E/Rv8SqHib47n0QqN3Is8A01Uj+CkDdKhtOD5HJaWQsAlQzqAXsLAQVtimAV83sQ4j4rYflLkmX29rT/dHKppH0UZTVqUuQaV1wljewr2zhI3soHwTArb0ZG7Jwm/y/Gs9Nt54lqs2FN1yK2atz2vZBNCNoiH2Qbv9pZQLXs2WHAz+kuJMF+LaowLd3F0G9RYReE3pQZP/bZIQjd8j0ylfSDMETAg0WpzyTZugE/cUU+korHU+sxONtzmbaHUtwTAYos/AOJpvp4HYzaxzKY2vqRTXWhmQAA8o0/kcijmqiSDue6J760lpkGyHzVA6Len24jMKG+NXmMX54/ZMwyCTPsvt/50853bD83thJ/X/C5jkfMQm34ufkZ5V5VzQpbvEd5fEBu8224NJ14aC4qqZ9XbHTV33198fOUTG+tE18UW+GekBEPrT8R0ajppIB1Rpy/V10Ap98FkB+ZfvbIimkSu9z6kvPi7woOjIb5Mo/1otDGLartKIjoBR4g1qDMfj5GHLChV2dOegEQjtsM8GsXI/6R0WS/il8EWzqVmsZXz4R/C/eGtXdOj9sUTFeJToU/BG4sTxwSHS62Ef6KJYp2ES/gbfTrt9DKdKVpWZ/KtLWN6DNvloFKIlYPYBlyBqo3zPcKUhDSA37COj4SU/kBLOfAPqHF7/PFmWZEGCCY5JGqJEMIC3XKTNvGR4jVuaMSipjR5KWb1409bMJQUsYDsUAvgZnIcYYQFZDLNWuLJ9kZpZBTyByFuaAtwS/wpvPJQ5ifxsiTP8jdA/Kkdm0O/nbEKfSEBPphpXGQl8mVTBWTrJ9GR2q+K/WiRhs9GbAwLhFwup5i4/e2kDU0QyYFuZ5wJcUhwrGHFaHA8NqSMyfjE9D2rKocqN0wCZG6AtjPvL1NAjUIiX1XumK2YS0p5Zv6iZ8/Jo7WYfKeWOLDYko9fj4YGfa1LDkmTT/TxMYP1UIMnvGPCrzH1QfGjhbcT0GXm+w5J+3mUwTv+45d5WRfoMEkR7V7GhqL36JQ6VPrxBq9IC/LNiz1mvDE8ReVpsEphOloTuHuJ686H9DZ3cKSNVyeQG0LGZrwvoU1WjDG0hpjfRjS4wRoHpSI5YAjBEoMMQ9AjrYeuOVIZDwISfxdZWxXQRWpRDM0lnp94gX2515seFVRqTXuJc1kwKsoE42BJbxidtluYciDghHeebabDMnWejMsOE4SPi5OBt4NPdSSJpOhNFc92Q1WNJTmcORuk0PfXnBN7cexSzkPqcUrc3gbc+ay3nVjkiKZrSIU6V2eU14ADkeHWJZSA5tYx4B8w3m9RNoUZlcwxxnxCyy3FlDLTMvuBLgkspRC0fRcwzinJO11lRCEY0QFUWTnzxbWcnLsk1auFC/58nmITZdRNA6N8vy4AB5rJk33QqPc3BcCRf99XdXrsfm2YCyOksBxwQqlg6RjS6auFe/eZMmXlisuNfBX/yVDlTR9IAqYsP9DCjIgTTfdUH7YtwMBYirlY+PAD6KQgAEG5/AjFxxVYLe5UhQoUUR5KExQoBRrq5krf5AdObGWidME6mCeRNl0lqxaplnBfJHRx2p9947l0QVvw2DH/92P5oi4y1y7x9HTFg2x/4IGKx+gJ99ayewe2wWBHOfdEF/myU6m/ZyGMsjKgXVX0Tb5uG+g4z32Obq9rA1OqOHRr9/FPmXVDf2pkuttlHS+lk5voaGXje2dBsjls+mXrQ62KJ7jZFVc0NwF3R7N+D1hMrpqzAnUc0ut3HIxcfm+maX9tjUIOqc0Nuzm/m0U57wUCkJlGM3a29IR6BrK9zwBjQCrsDtu1WMOvGj6wzml+79Uw+aabkpQQ+EhHIKD1dGGXRyJnjJdEIXFPswr78yr89mIqyqe9HkY1Jos496s2RtEg/oOf38PFYMYasMgmLuCXoS76wtPxv3kBsq6dKpHK0IeD5GPHoff/dDVL5WbryimfjqGdCjHU43BXmfKoVi9hM45ja1QFK6OAHiy8itPedH2LGhhVto7GLmtW32cV5qwxZ7n0rPlrHnqpIuKcdbU5NQP55fbzL4lO+R6iqicVRwmycCd6pRbcXclgF+7HQAQupRAV5lGiK9ssEr+bEYsciiPeskpw/mRKxaWZbhZk0WeOl13DzDaiBX/l72snhSbUlmw0iuqsRouKNCDfV36EdoAUBCQDYgYYzt7bOodiB2XhtbF9295fykfYMFiyBI9AScRrQEOkoY6w5IiY//XWHdmtNsORv5v/BQun8ctB739GOf4KHxx3bPbxPLE7rZ4QVCem0HOMagpVLGTmCUeQk48hOlKCt9BqkR/EkHmbXcCWrtSODVgdmciEZLIDNZQTYDaBvnnSfCakxYFY32dqW9oUTcM4mnEa/JAg3mK4r9OA54ixgcqFSeAEnXgH6SqQDlQQfV2WaWhUj5g0Ac576G6DngCwpPLxOOqJ89QU5LUjO17u8lN+IXM5+/Rj/7H/iyoypZIUNHcKC7/wDUnqI09upWWP0ygbZ3ZCo8I6+YRzsrBcQXfhRdOj1nzJdQkK0CiwtyHQAUue+t6Yn6OTlu8tc8srpeaFKDO2hPuTPxQJRio0X+oj/Wf8w98NT+LhggSz4GR+m08OUy18BRrpirL0DU+SUsWF7zyOM+yQKid1P1j58v+/koJapobUOl3CmXWS1Dgy2kuTkLZf6XEVYAxNfp7Am1Xiw4vv0IfB1aNzR9aS4pXueaiDCUbl/5g3B2MV1kedfB8Auh8pxzyHwYMjMqItGKiJV0S/MS6weW93Zlp0EndS95kaaBQ+VKbIBkQVTrpiQGn2JaLk1FxAZyxkBZOz8X/PKtRWgKrxbtRvW7qOQABDAnDHF77zKa0XIxzsYM+sNun/5qin/H58Jpcun8uMUzy8vF6R6ScGCwPGNTA72cvg7zoErDpcRh3rIZoHxCs/0sO/lR0URycM5vSLdWMgfMdcPPWQG6HV7yG3TjABkglXnjuKuu7MPXFFLYJzdNNt8t+Ybv1FpVjepKZMKDAdkrY4cl65r8e75dGxQuTqejDOCIymER4xNULDtsoE0wOlXBf2IMVYyZ69MkGF/LfeLaCKaKq5BqrB3c92T5x/tpIv1r9pgArfDdWsfkLivhH1JZsv7NNiUg1nBisjlDc7bnbWROPX+AGlmfvLShOEOXd6vJZ5/4vwRtg/VIA5X45HyTzQ2IpwH0UiRJ5uH2vD13s4xhcG7nejNvKhmN6zjuSpPNT/LPuz25CQeGgoZj2hz6SQC11LzZcaAOgpxAzk9AkgI/IJNtObp73F0E8QutGZ0qFMIivfYbYRfi3NZvTtP9SGof/mrRqtYpVnFSMqIOl4qRjGhZUorCTiVnMaXLOmAbcGI6Dx8GDmSKxISDFsnDj4slx2QerhZptFQGp+ql0rCu3lVP8SkeuvyqmjwY2Eb1dcQr5jYnXcDf0Xaw5xtQsASpUCbMcLGz1tfDiRYqOE8fqcNapN+8o4R9AYcZMcPsk0BWRbo4LKCYdt9VYv2Om1uIjH99x9WDC0c0+ydAZqIQxg07d91iNgpki6OfEXAJ1miMLoroceY8QH1hZzH72e2xTTh2H22DlB1S4eNew9Tqs7yMDLG8BNgGK0ZR1OdQwBVVG1ti+2bdNjbzUfIkz9LyZOx87OOirE+R1Al45Dy5eoSZrjLwEepWwMIhjOElDk0I2QVRCoJKs7qoiPcZDeV8aEYLWJm24f7/WQeDAgGlXRGuu3GNlbCAeYgEF1oYttp6vd4gqandiWb+8Yy6/IQeDIkmwzwc65PHTjWTH30Sc/61C0/V5JFWwovSfbgBosTWkPapa9G+feKGHCv4vDf1tJIidpskYKqvrQKfPblexlh0dEkbmWJs4NowscvEehgHmRfzxS9p1SSn1FZwQanXQrbKszVLDVIW7jHzgivztJBxQIIfqEYk+nTefHAyp2gPCFBmON19nygWnK+0PmOpjAmaaPgFMB48QcruB9XXIqQ+GsAGTR2aeq10BVGH8T6zWR3Wu76x/yUMFLaZq0xSAUPPURyt3t940O1WddbY7wPygI1qTvWUXAuNrd98b/PAIUaFr6GF08snANQqsoXh+zP1y+kun0xHz5WddEe1vtNQIKbpb0cR9Chk+/l4H5p4fmec3MgAcdOsYsZs6w1/f+oYOzdxcBJzyl4hwEs2CH2h+PFsYlMSSk4i5sN8jEnHRCboFPpiOu2CT0Ziy0qbHdSgA3l3vgjJHqxsWKg7VT9KCkUSnEmZqZWZpIr+eJAkrp1ZyHPrpWUm/vdQLIo9JNEZK+y02xxZSNcH7leVVPKecBZUYFyXAkCRCr5I2nZB0GRBaL9W+sDKxM0bx+dYBdjYrCUBKeXUKbvkqEFV9EjWNe4L6xOPZUdkEbCZnKECVb4OCbhbz2ZJnv37bD+SHaIz8PIcJu36qQKMd1cZNBhACSs0ijjZHDGYyZtqIAUECKfBliHua1kP/pe62XGRkM8c2jl4hXhO7XRr9ZNaw2KPcz8TOTRdM5CSyb3sswy/WI/uR/NqOzia2eC2WBCeV9v8T/8h9uAfnUyEBOkRLua8NkZxeu4EOhwwDaALH6F1pYjMGpsXSWr1BXUJeRdr0TPmiEpir/cb5gleA5d+JiY420BnBvloWBvwP1jIGF5ce7GOh+rvg4SP2Chm1pkAnL2FauafeJEGMtwzLtbbggIQUOfVuAnruGej8qgV5N2fRg26FaY1n96TDxDvmtb/w098TPTtdoXDJ9931JwgoxFrNfS9P5u86b62LN8wGvUI2m+lHL5hJhxNj2EtAhWJZkZoiUMxbwNrhPFtq1n8FVzaZksMeK5UPS5fOvIPUC/t4KB9xfTKNGWwSkJ1psbfoe6+cDIHVTp1oHCW1fZOXfHrNciTUaqrp6+gZPzpQGpfUBDsBFOKSnd6Voiqktt5vRviK9wUufhrUbe9UTkknAHQ8X4kx4lqW8gv4bGcTPAcAKr2EiBkDOv5geRKt/wZd1TD4YFmopxKruoJYHA9RyT3e5BtLJt1ZmHno5I/xMZZgiI0eGx6F86G2SD7030QKymj9JXfjsmu9oJDcaupobmdgSYFI9ySw8jasAxQcGAQkdGubi/EHZW2xzgS2XAoKGSZkO/bvG3F6xsydHOh8CH9PKP7RJUn+IV0pZA+pjPZZwfjv1gRjZTRCwIlutnCU3DbokSO1Xk09YANoj+qmVSvpDm4zsT1XJi4RepJMcX9xXbwB5kL7x8nUEOKpnJa1DwdnhNGLueC9Gmihn2BENfoR01rXp9HMunN910BSREuFtSRh2iyyHLng5H0bAccYBWiqOuUfbMsCWdF8oCG+FLKj5oqNZPzKtIBL0O3YIvwBob3vU+KCcOL0JdyaglxOVEsl888DZ+l1YTwPe9rJn8oKgCozXQD1L9ZhT4Ijd8TF5rRlCc+R6n2lLxG1Gh2wrf0GJlkkn2n1ppnYO9AqzAtgiVP/U0ZgWvvcnB/rDZdxVpYYxGCeqTLYW7lNJYAlpkiiKcfdZ3y+bATjPFjWKDPkHrnHSo1zQOdWATXJfYDXxDQQ7UJfd4QVtKEbfVZ4/VdiZKrPiNYf//Ykmfc787sfLRJIb4B6Svhv2bACSZUWDtIrJQ+nSYQnB+QSaVlv2MmEQxemznQMNtztOydgkGJsJUzLM2/zBX/Ku/ZN0dEBGlL7BJCBpLlkBJcCPNn0G7c+qWh4S8iIQjxPiEo02oCGcNJ+E8/wZPLjDnafcps29Xo+ciEw2r2nCMliUveRH5SX79qM6PALtpFECYDp7/xyzNgl6xXQfM1SIUC+VVDjsKS4w20YdfrVe2hyuNi3UKmntuOtuqrqq7S1f3cPfdz8PxR7gqBKBqAJVCTRXxuFwXX+GWArEwbGTCwc5qY3nxTYv9JcCAq1XGkSrp1MmbAaaeolpPehyA/VslnGYwQQGnDkfx2lYSTLFHOYdUIjBgiXADF8YIrqQ+c0CBIED4nKNNEbKQ7kMAZbb8AAnXz5iG8vIwAxUVgsd8GzgpDuFY8qP/szd0U5ccT18QrtDU9qm8s1DPip1p9J1CczMUbfanwPEI8mFutW1Hazltctqf2VUrLRUVSKOwl/yMwYjOCigskHtjb8GJ7moqA4IieCXjSevkR2TGSjrkYd5CkfoEoH1od4ZVtS8ZKWrJ1Ty49Of2MjGCkBc02m2v0Ieekb4MVj6yiovFPDDRfbyDocZci1qxQdgaPjdfQT2lnxkBWpfbZuszEQsIQOBTDz24B5siud9iXRYbGqgjgSdUWkJP+kM+XwMF/BOWQQ0Do5SW/PeeiyVv3upzJ1kd3tsK0PdAt900eLL1oLdyn2fAare6PJRNegPIBenFGx7CvgqWXBhy6OftPg30PEyXFBbu3gbLWKERZv8hylNbHVbGoGhVXLDHFaLgim4pH1MzJf6YQYqY1U+b+OrDaEEWvrtupZUz7CYKR59RFE892uG0oV9Wj6I06Yus6ZWDrX+oK3CieqpWwIM0XyCGxZuZQlGm8IGg5QdGxaRD9ClrPf8ruGhOU4o4Fc/QTkcDrCpK/6XdI0CBFYS6RBAGicNUG55+qBLl3hSgg5R81bW4blTM35rz6m1Ydp2k6gAzxA4Z6FkVjj5QkzO7umZgeWM6BQ/MjBlOckbhp0BcpgGdf5FeSDYGla1oDj5FRrzpvD5+N28y9buwt2zpwI3idqDph3GzPgGXTe0JWNbdJ4kiHebMNFoo+79Z5nWtpWQvz7QDW8jOaB76OMCZA53voYDNNUgAYa6uKH8ZXio+LwhI3qEKOg8OpNn4egGzVgJi7F5sSWB15JQFjJmOPWNJHn157UTENGrSUnZBwMnZHhIhWMEEzXorz0eU6ir+BG0rsK5L0QCs0sqxK8Cq2M4DpM5yxBjbvQaDOZMNa7nHjz4a6VMcHag4r1ThHs5TCjs6SJ79tEraaRMuF5Gg+gDbGYH+vveMB1tn2Op4LfJTNEF4rX/trvqppwm5uhUTcDzA/wIJxiEwdwOIItXExmemu5YWnsU4wrSGc+w/tXiUpNl7dcmqp7JX/4ieKxxTuJDoYzqp7qB31lHN9ulEBBJw+/drT4J6Vzv3n6mTVLHgSp3QiIHjFBqtI5wcuxagCEdj77/eF+Ep65hz6N7IHeumoNqwXZknu4GoYmAwzDjmBWc5+ofwIjBLrhrvWFpoM7M0X3S/ZejoFrVNh7axZVANga6MdWWKyPlWJtlopm6fDwswn35UawzX5ocqNc/YaSBdIlPHgbl+zAzHEfusITsfBRtiX9rJGBvcLnRlOBunxtJjGq+DG5KJXungBSNKmj4T2RkZRe+NrIppYC9TeuzCnjejgFJfbGQojNMIQHNW04WT05GiYXh85yNqL4nDifTXpwhsfxuQClQuM2gEjROf5FX+ikAROiO+MTNJ9fO3pioPdkor52pl7tEl3ZElHnhTKKHYegoJTTALs/PyiZ82DV6fh9yMLncp+Jod61mwGpm0urGjbqDCCoz5+5Z3Z4BIMsWx/wsA6P6NRcklRpPKdvyTs0Cpnh6gS+1KPDIeNpJ80iZs3de4YZy5wWoUNRuTOSmkgyXPAdFcWkRJBbg/qZ9ph8ld06xIYKhMCpoetv0BE9wNytX1hkvalfc7CExn6j4eLtuO3ZPBEKFRHFip63fnKxLAZP44PkXmLW+bxz0DCOlsL+Y91vmrntUWv9FXbk6p8QRQsdsqEZgFvsLsw1bvegztZyiZUtAEY68xr287+p6GakcuxxFbKgug2dcAQOxI8BGn3PQ625P1lNCUAFBiHK4/ssK4/hsgg7Um/khZE+bWuAjVC+PbbSzBv1IBzmoJoOkoF2sYF8CsMtEdu866iK/aeCtG/LyHEh1rSFxaIoPKixaxkXBol3lAtwse53gZym2VamKgJfEC9cmuRQDVwc8wvVgxJtBq83Qjl4DqfGlK5BEYdaqHxYq/utxmY/lMMJUwQxR8kegTk38SxTNdwGVT9nk7wx4tROB7lBNWj3xqKQqZ2uVyIVjt75/hyV5PPhPd7cYjgBy6GLfdRBvZt5tbj8+xSKdSEQCpUKVT5wzsZvFVqG4BizGLacfRSe8iXAy11FepgL02CaAlin+fJXNDhgA5TKl4zS7wMUXOtRWQR136FeA2fLMCDdmbTZMLslnAu72BKXGEsW180fGHgT0SVhRfOi5ssdZYPZP3gZyjoK7atW1YmhasEj5XR6qTooaZ5CyLome+GbbUlKG4LvRxzxlDl6IEdcpbSaKOr/pYpKeNJ5mpqw7I9fRdFQDNS1JsSXotLqMZoa5L6NiBzi9UjE21xNwhiVr2bVFijY09Mo3G8qQkSDlYXBBC36xx8czCj1tpwR/27FuqZbiy8g0LUdvKtP1O2rhR2XjOraOwFzl6fz1/hhi3/FodFfJJxkx2AnGJLL7nhKA/aJf6YQwAepfYTY75RkJSoFz9+/FcEF5mPpz1reHmYIIyc9lUuhwi08M5yzH9n7So6GpEOhodU8AIYOkLIDGHfmZY32VeNZoi5mnHYwaUQjKelnILInajDrEF/Ga9PouZlorAjPpxRIng63PIedyl26qd98nDERR84Rl78JuZ1kuBbTL/UZvFYZwWTibh71Fo5Ycw6UYv/qpZzxAK7dJCtqNxYs9BO2TpNKo2rJx+WXu80YhTJF44nxuJqz4KH2sscomro5LIAXmPc9AeCAJm9PvNzL7sfyh/aVxfongxrK2lXN5fxJfgiCpVXtyJoXAxOrBu1tgUyDFaIkwTdoKDyE0VlaS0HoKxWO8AREswNqk+87KXXGjdsBj1e232YxhuLH/quWyfXXlOKqIL36VULzcMi5Kejr+ziN33WOr1ehZfeTcA3TIhaOboCTo1E3by2QNP4NpQMY0ZeU88dKkGBU10+J2c6/0IlRQyVxRpB/48qTVTphBoglXWLuCLrse5di2TjhURkWCXc11VseHAV9Aqsng7GETVUwSZFxJOax5Cfs1jOgiK9falMVYGFFiZnmJJUfBCiLkEJqNbrLSciLCzjlTPGI/wibVtM3oUic7wXQhSperZ02jtqSNATQyd8iINbueNtaTkaZ/KYpLP6FTWguNDP8Yjyeyk+80XRl1cXetzVtlmQNjRJ+zwQqba9cP9RQAlJnNf4bsPPxybcF8s8oYIgHzwAVoPSArUaLYk9WVYKFVWD2I2/7wzXwYcGFI7BhiaVUqwwsZhBB5bWDU0wOu6UQh+TXOw2xPwFOWz1OqbCQi3cCQwTMMPFNSC2klPP7geMt+/1qBp0o91Vgiq+sG0r5bqQAMFCcds+9gE1OLc4Gsx4IzkzACoWcUKQWkb6HB/bvpSRhT0B696X/v+KPBxzbbye+j6yVWsxyFs0fg9fJq1RG1r4NxUlbMmXo+hbtRlNADdEwUxdeMcqJ2sJKVsDDMJD8VM5B2jQ5Wpx5HuXA2g8EM14U7j8QWmCECHP0JsgsTI8DZCTBiZW13BqVRP2hkknM0DTyH6YtfgNlUOKmwSXN68rMwK8oQUGRRhPDIXPmF05yBaRlvhGZ8aTcTkDb2LN2pfSgHYgO/gsjjVenWeDza2Jh7VWYM4eqBrP8epbmHqtpubgy1mCwUvgEjOuQ436WjvJ12x0Mii6pHHvoTURbvZTC/V56cxXbNVrVbhbu3CBQqqHNkjxY++SEmKfRCDJ3oNSlXIX8jRIbPmYDuQCLtUWh0YdVj3Jkhq+AVFpX9ev1FmKDnnwUwReTXBRJd9HFY+WUWx3I1elplyPawqVH27bfCh++7DVLi4uzgSXBLTcz2/oTQh1Qn6edycu6uF0EIRMeohRy+NwboWi813GA9kJQIENbbpL3H4MGL7NkSbBk6nh3o0c/5xQvt4GYs951D5AChKJ5oZgJnG1i1YdlivWxFdc1bA7enr5l3z8LeOSwOxmLIGo++GJtKW+/kKmxYBvAxdzAFBLX/iukzznY1uJEJUJAlNuJkKiwc5SwZ/LKkQDWZRlNU3ctKL5IPVceD/URW87zSV8u/Gs+EaU1gPFIGYUmlbYrySnI+1qIf7xWCJgrB3Sz6s7j/47/6lVfUTpoWW4RHRif9oaEpGuSzjCzI+G9eGg/zaQJG/9zp+b209sT/CB4G7SPAlWtQPqjKhRpg3TsTp1Jiu+2EXa8ndZXF1bEMN17J+yKDqoCybSAlGSYnms8SSi8Lz/8EsIm3dOJT+WaHGP1Sfvq/CA2dmuR9Gaw/B3Uz4BqhfkDCz6+2fqXKsP2iAhITHP1EznW8zM/vtWfWrGI3Yx5LUEJRk4snCEYwYErEtWEeTuZFIvIHmwsOqRJapgRu3QkBPqlCZWULlIk6pZC9cOQTCsIdom06F3UbkmQKJJs//4wo2gS/h8KHcYzVMzAL32yYvfGmwsCjTx8OFnu1YrMlzxDjoNmjMBAARHzvA76j3ez9cMwG/D3bOwR1ZCTSQMGNcN2+FX+10Y+abdG0hAHmyKVTKrwMYDTKSeJQwUWqwsU1lm+jqSeNG87J4RfcDNr4/D8npNdXj6LSYWxHdRg9QVgqqLaKLkakbKJerb9PnN0L/p18vkxIK3mr7AP5c+eUYvsfgw6fjRJaE5REu03/R+vz+KS84x1/M149gzN4TYm+evhxVYFk/QESCxFlqJDg6FngWI6ReZYgujr/GCAZNhj8ELBsD9vjLxFqIbawgyuJ22ceJUVGzI9wxBoRCLO3XxAygiN5ldzTi5AkBEybba5bNq/togeJldWZ7hxDlYl44h+kg+bBSOBE8+QkSV15n18NyUC78gbbBI8TgfUJu0i+zY5dU8YVZTlx7+8+aOR3pTaZgJdjIXbgTxDsg4eIg2LUjuuDdjJRXFhI0fFQ5C65xRrhgV29xWXbMjrVf9S1AAREN2bkoVGLyXR2rmC3h74CLIJLkJ2R1s+Vf5OvoFY6MmMb/AWn2QKSagmimyjoxgr1CBUolYSU91eqWBshV7aBi5WB13IRX1fstR9tu8wgFWZ+KwnbPUQDSzyQI/PGfv8lnMc9v2pQEfMM27m8BKHF26gI7E32jLYDedlcxrmtS5v/MlHiY05/tnfU74RtpkJT1rCXiXN+3VcCr0axuvaehj72UvaZVphOONdliAN1G9QQRn2UwNasYKexT8JZyqAqJDg6UTsWWoV5+oBs14QGvEXqVgDzPrQ0KVnjdbj6phbZhXmFHiOwrhdxIi5tEJdFLSJoMWEXJy67S9Cjtq3eu5r6iB3ClUpG1mEqligJ9az6W4A+DraX2QqDJhO12/qN/TcapJh8sUxy7qPbC8F5Cmnf7BGiCiTrFXjIJB1RCoZ2aWYkXFlZZ3Nl5L9j6yBr6DAtdDvHHme7x/lziyV2RBzzajjaNfipnPI5l0AVh24EZfplTqr0gNMO54iCTiLx0THo8islnjmqPwQuX83PAVvOxh7socpPqguLodzayngQwdtQbqC5g4al4DRjI9QKwH0yJ3WMh+kk6L5Y6xBW/cOcYvA6uaYTZkBE50CNobFeVPg4/EbSFGUQzm71792m0oAj0UFngGupduCMuTaSapE/oPhhrEBXtFqEbXsxYtd8aEs8ptpuBS3SHpmxyRhCfU1IEZQdoTtAWRI0vOCzI9Yvi4l+DosdQy6wiWZ7OEcw8u8Jxb8gmLuxa2QvEYfVliKQlUBl/AvwG6KG+3wdULqi9AHzIW+MSM5XrAUAtragkUJFsj7J8v2tnZkYtRtGxbJmuVbW4slFasiddVXeeZ9DhZ+3raESfvTtTNRqjtchWCwEvk63Uj9pi764QyyeOqM9Ghy8Q5V71j5kRhqO4Y+5q0ZOuZ64ztVWLDuGydFXIbI09uH2ybRdoa/bAP4tMoY5zLNbb/J3aVoIHIlvVCNnFrW0lJx3MocZlGuBLM7GYXVu0lMalUv8pH9GGTv/ndJVloXCq4FbRHx1ztepue90+DWc/Lc3f3H69z5pMsoUwGObom+z5oFCxun/yWoyDNXg1Dav+28+SrvPNlNcRa/a0/q9qUpEcNTdZg82oT6CZmOZudcInMLe+Zwp3YDzSMrLMhtbf0qwMzBgytmjgeDOYu9IyVhgOHmOIKVc4nRwYofUXTQ4XQiB024v9/VN6pQhLf4auPSlFy6GFk2gTozaWuaAXBbM44lXOforjfcaA2OCy8q4KBab1MSh3K3I56i4yAHK3kEuMGScsKYDTHvHUglSp297DY3IDNI8FFgwGiPUWxv79xZl+TFe2LxtlCZo50j/LqDnNPsmwNf7OwmLfvXaD0MX42xeqKeMLN+6BUHepGOqT8BaSoFMb2OF+X974lPJmZcz+x+F5LUG3rHsE5al311Wn9LygmZXPBwmXzF8A5waKg5j/yUYPOT67Ap1Ek5cBgJLcz150nA5xFLNjIhB+6w4aAsE6jELZJSGil00G5DgmFU9/Ur8wBBAv+NrIDUqPXmaZLA0TpdIpC7nxGOdSxZPl5KLfZxegBXPxVg2bd2oD4XIpRKVnFuzubjV7Q/ZsORIf78T3aUxwORouY027p92mcimnBAuwrbtVhohCsRF4ERPSpXbDhWWuEZTvvt2sf+/9cO+jseuY76YYeSNNi2AjbP0Vqpl/BVCBxg3n466kpTZeqeVt8n28c5SuTob0TcxQtbz0WP3B0mD5W6ZaZk68TvrUL5UEDVAGffA92wQJldpZZ4c+vI0uuKu1KuzsIWR4hf+fRXFXMCsf0NldQ5t6e2/8se5Xe4Gm7H+mN/Lu9x7uCeRZ2ubQfV642zsh69X0AMxrzI0n8dyh50/ZsUtVmgMgUZU/Rzv1zeQD39Qy/HvyTbYWBAK1ouI25gUYpMlH4K66GqCljbkoHH89lYj1IuKPBxwKyuoXKXH+KJCqWII/0aGkQvkOA/8kBwKmswqUSwKiwQVCR7FIHyooiPdLf2ZAAL6LaZLRCvhOV6u6XzNZhxmJtxm4vcHSiD+UCoYKJ6Uj2KMYz38PvyxIumIMCbT7fO6VRanq/8lyXfwZbLoShgglO2hq9teArfUbl13o2EEz2jik/rH4prh0e0NKaqC3i//FhotccB3jXEuQyMTH+3hO81TazfUxbpR2Hop+sWS/t3P8ufoJVNLLav3q7S2ksfXQkm3pAuQuxNF1Nz9+0DxH+2/8+spFjba99UCJTv1cEVyw/FUrK6vkHYPuhKoBtiT8Y9CoOmCfacHte+YzwaP5RWiFeJGS+fR8LyoPZr4c9gKhNsGiUtNra31q/NCsY1LH+FcgkvNG7U0nXQoFkeMD1ViiCwMSBI7+4+AKeY8Ja4ThcWdYgHE+UL4nel9Acl4WdpMig9fwPiMiYr1CjprJDL0NtCREhAB7uCnrsgAb2kMN0twmi6ChO37GUGd/mpBUpIOHwUT8GOBqBzj/uvBNsh9oPipd8Lwb+RjEpL92J9nI+pme+vLTxBKn/YjtM4lHHpZPs/CI59a2QgAGn5jzfBIUrcUt8MezSxsZUkJRupi72REA9z/WliEBAlc7rKIo0R51tevCfXJDBAp+oIpW3fTs+EXAZH77t/5Pjs/6aZmftzgOYDEn5oLhpOrBajoi8Cd+L+Mfy1qvUS9uUKcCWl2CcWkIwLZ7sIPMVSZMo2l7KKEStNPy9GoGNqYuZDRoPlfaldYZ3Y8wTjMlpBlqK/Z4bO1ZdBDY8c6Rx5k2yqpSjVwguyezFe8EAZ0MhxRhImjOcvCBS1jdyjl1hpIGpWYHZL2pVB3dUwo9eQTXE3Tx5VoT0UV8nxbfL3mrgAPaUfy81L5b4vfhapmJmh+/LOsSzDd+7qsf92fB+ErlT3CyJ/17W+KqON1VmDGLZ0dAqWYQAZbHlWV/cZ9/IeLzy1fnFF8YFzopj1aQpsH5CF6v3nD3UD9p92sp4mBO7XRoLfe5tp6Ru3W4jAd8HkzLc3Q9zX06k9jBBU7b1IajuoYZXWXvWRF1ir8GzWvjc8UMZqEA8VCYQwoJDEAzMXrYBtap6pzp4Y8JUYWu0nAgMKPXYKmSGmpKXl1ros9hWlaTvf1Qbl9Jzh4JzLg5Kgd6IJuiUBaQYFE2wKEN5DerV5JvjBrU5sqI+NRh3aJjvaJW4imu+SSPdpubp/tf+23ipW7qfi6HFeVOLdsZ31YTlLpXvBVQ131bvnO34TrJrp3CfaLvGy3p1x0UzKsWT8q6mOYvpIaYGVXcTLTMA1bnWj9UNcuG47wwsCNPgA6mRJsquGfj16pDKXdxLKuWdY+6+VtFrbFQ2fd5ud+7EDMONUyPBp0otn4ZkAR0E9l9fCd8pTN83E5P2XQvZAwmPVXOzoApUYSFKozKyUrY1+kWgK1NPxifokU+qb+i+Vz4HhRToeC4Z6bxGCOzbcyisrARnCd7YfBSrnbB3bXhLc52nn3Ey61AERAeJg88A7FE/cv9b5QiQatf+O0aJW7XYzPYypbyol/N8C1dshQkbyRGWP3cqHD5QIxhbXrlQLDv1oXtbB3pJiMEgzazN8BW4mHyWD+/nUEG6nloVDON8LPRf6LWkPGbNHzJfg1ehOeMz4aLWdhKHk4IKma8TCXqIMhm5QhYhQDpzbXryK+2Td+UsaqRRJ3u+SLfYyow2GRB/wVBD8AmhSnXuIkmUa0fk0FU6FzwOlNK5exm96x8NLDJe/UUqqxRRJx2j2a58QFE2IwKyD0vh/WWlrUtklXlupLpdxjF12Heric8Ggb77BVQjFfTiqmR73KjzY202F0TmU92N7WHuk8gNE/xmy1Wa3EFnjMhj3BE4Tts/x4l++LtR35BnjCWMBx3KbaqiumwNz0XpRqK3WKYjuhAA/eoFCOwGtPO3WC8+cB5SWWPKEeJlA7deZk0vPec5mFiep8FZ2CuP4YorZRYENEJrgQAO06k7OUxQq5uoCEPnCEImKcw3LRN+ImaD+8pQWnobCm3SN3XNd2Snus4130Os0TULkfyd1oKwTAx9P2iK+so3NaVbor3O+/zs3AiiI8yWFMeOM3YEsU8NzLkrszuv1f+bH+kqYCCXpbSHkPbqTPmoDP2NXNPVTx4LHD+w8bi7+AI50PK9XvP20L45my30/jTAbE5aZDkYcwMRzXPNJeC3iqMfkpkn3ef+6wVCoQ94FcrpRfset6Eqzjvd5d3OubJ9eZNX15ZaAuBZ017Xc9EHyjzYrrp7E+6PIdRe50pc/25BNDag3noAZY+Nhl2w2E9ijf7q2WrESJ/8IuS0GmYL86x7gDKYopekC/W7XMlbgyVqm0+YPWwoz+A/HQD9S0DdQZxXT++E+5KvHwCD1d2qUlajwhm7DKjGReXmsrAZO8UY+GJht5MO66p9tCkm7wevCiJvfC3JPkFW68DxSHduLb9C2AZyGiqw/bNMcFR//s56/c6PkEqJ49oeyL9pXXcsuJGSRVlaYwjLhzBI3RUqob0zMb/VMo9Il8vewOfmjYP76ERn5SjeBVphmOY5dYbAoUYf3jU4waju3bl3S0wnuNpWsc7W0cukh7pWgYt+VohC9T+u/RcgI9h6WB4Q6PzQIO4jmvMwJhHuZre6G4gcKwuKTJVT3lF9pVolSkBvfTJRuJIIG2wtEIY+t2J1uxdOpVd1qRTI7l/KqCi0OcJwb/x9G+VVdrB3ndFIQmM5jXZ+jQNG0FEjzr8pijz4Lqj4tAipldB8gldojZFzW9LVODO9VfLLY34PjC0iFVt/wKZwTtdNRisEc7PDYhWXr0KkKJoTkjtJ60T6itrLOG81g+aNCJU4W4usNsNJcX+dOf7GU4vDUZAASJgPIwMToZoPyb3HxK28fsf2Eo0rLE4fBc92ItMO7MAdb5hFKgrcHKvlUciTu3pOJ4JoVWGIDvmwu0XwUWsWUWm/YF/sn8gimAVv0nt5Fa15vNfI7+4B0TNHvbyBj1D+QTta110plcOpvC6yn48Qy/YWdBKAeUaW8NMvfs60vge/8ahbSJPi2FAOcFOEfwFNbnfjzCX1UIG7Grz0p3hkv5hBYZqk7o6hLFLThy6G75ppixuB7uB2rDlPTo2DSDfK3YVgOFL2q74nAj2vnrVyfCeaWErZM6pXDrchidr1Ujr9M9lnTv0upIdlZWN8ntaI5wzrTI4sZSz+6icTXIMiA/7EM6XlwR5mIIz9GAbX50VBSzb6I2okT4JYFQ2xNYPzz0fthe6J9DKmvMoFR7MqpSXxp1SsmgVKavLtHSTQ73c2AOYU2e7CrycreJ74p8l1AGjPncArJOCdrZJXbtB2OcMNdSxSp/qDjZ0y8Yji/n+BozAfM1/oe7024L/j+27Hgk4UVW7NTf+0Wo4Sq8S/v5g9yhKMOgity9cqi69nd927p1uUcn1HBvfdGQIoXoyjlVmdXwTHObcHTS21ouooGxfLrrLyTLKOaRyZXj2dTF/N4rOo8n2tHvBg1qc86sCdV95zgdtGj22oDXqQ8NwuqmEx6Y3Jlw5vPZTeKHZGCYruFwvTs0krjiVrl8UXfNi1oT8pjN/W8PfPdBXoYcwOMkbKKqY32b+XKdLE2j9tYR65KwBO/TU1MeIh0aOhIhRQcofzP62u9G57agKgDX4IsPLTceJ/XWN6TkFFC2RaKxJH64fEEttQPxSWzLWeK/CR6VmaAarxbwXOB95U4K1BKy2e1asNhBqTqGSztdPcYaJvIcBuo0WwNc1k4rCYkOuJESz8K5sZsvl5mFgsocATsXer/r9PsA6ZjcDhq2cux/cr5ZIEyp9vJBhvAZT9QdGwTQJUOWvKdHjfKC0EGMWTvXAoXRNqOQeuOdCjUFRwqgTTMSAlouyV8isSWsTFvg/h6Q0pjjqSCQgrhXTNG2yieEAzDUq8wY4y2uV4QpuwmYaD6Sd30hsiWAMvbWs0ZhCCQiVPAeUPBMTlQoIt+fSu66Jr/LpdXhYYBXiMVYX4By77lmmknMBfvSX8sSaAZYMlDI84MCOFPzhlXQQX1YjGe2+8BF7s5Wb1B6pcEfV4iaiSrH33wI1uUc0rf4QKNPsjBEZrLobKrxd5mG01oT/gDHy+YwDPIOAUzvwAzbPlzmpLNfKId5UdjjZvdKkwquEgrmJoZ79y1ryMLFCu7Sv+CdyCMEMp9BPzA2fjeIQZbMpn4ayHBy7UDt49y/rmFo3+NpQNaiu3UupDods/BwdvhHmtD1TtCx6kiwAiPAm97IXSWf4xBreL6ilzGzlx7GyH7z824XB44KuiH//imz03suX4xA2JtRebRAV4gQD+UsXE/1+pZDS5Z85P5bxeiZmuxY7AJiOwfuuArDtrwBikAq5z+Eb6YlRtYw4KbidttrwQBnC8/779zcU20HNbwPwukCqmDLVMo1qJdJJj0EZCRvYJgk6WV7+3xlzVHCTWDGvb4yYOUk4dFvABAdIG4FMCIZJTBnDPnBEuIFuvWp70Mc3dY/ZsP2VVVnsCjS/gLfXii4EDzITp/sZ292MZKmXOEGW0/C3I4deFpViiJFmVtgquWIOCOGhi3A25MbUa1jBZdXN+gO32jrF3EuNnVBrAYngTcauDqvmodh4ifjlVLTjVKcIgWhQTJ8tXTT8z8eNuPGoRSpjWOwadjvlzg+mv+NRX6zWluVfBe+cYA3UzqgWjVoRLl4dX1SpmffHLGT83U9qQtZ0rpUQpUVZ8CQXwtas1WFYW2uu9rPwLjvGcGTEe8g1G2YAD6KexSUqYzuhUgveBJ+SKZhPR6DIUK+HFRVm0eqkCbcO+CGnGS8AN7FDkLIL+CDojdqg3SI902rMpJpPFgIReJ02z70RoUD9HaaIJ1t/rbTxCXEBxS6Zc38dgxfSlHuplwgD47tIYZogoYAVKK6qiDYxbBkyPTqU3NFNrceCuRRGmkRDPPw+U1jZ4GF0hVT5bmCqIKIzg5Qtr2x9epN3eJFDDF68VPfOIV9ydjFIJ93pyPF5N3YFOwgYHvln4DksGQ2FzWj0NYtASEcU0F8xlYy75QTtGENEU6kUbMecUW1rW9vovvXJNJVjKy/c+YJZw7iFOuA0Lk/rD335qE8O7aI7ksE6Fyg7/cNoMc/uusVWsMZbtXKDfymiFjtiB3cZwL8D033vSG+mekJq9H1t9MTkN3zgBhe9L0RtpcXTgiKvapPpP4a0WNoq4TmT6x6U+Nu1XCTKLFpm4wWt54A0xgNBV2q+WLikbwPnAAFjvjiMqNFWs2PyQCv2qW2kP0ALeQOucYzQNVd9ADGANlcH29izCFJqog9BypVjO0e1fdtXLr242lLeCyjptMM1HnIjK3IBdt6wMV5M7R3U9ynVo2Cq4US+NbEH9gZphM848F6syDy0Juqg0lFj1qaT5+zGOMh5mjSuDOefkqAH+P5ZPzSz2bGv04Y3/irnyRkz6eU8Z29JJ+ebMWrLomi6+D5i0cKDoLVehoX4KTUI7btgBx+1q0X4QnTEf+bcRVTFjxbEjbJP38OKqa+Ys2JUcs4FfPud7RP41U6ClmRNT3or698DVeUNYQsNEteXRU+8i8G9SHP/Luqs9r3Lfxvvidr+xZpmlZjiGqQk6x9WrBry+A6Reka5DUMXoiSRKNjlhzA5IjZXQ4q7IB+FiHe5Vy8WwQdkkBGp86lU3bkPeX0O71ZXJ2dvNc/TlSalO3yARFYw9Y5cIfefq331p2raP4OZK5YmREfSg5x59uDp1zikj4FQrcoWEr2HdJ+Gr7A/Hye5HTlsNBwFy+G8prtPj6sZA/Nvn/KLNFk7TQ6Z0HBvKxOUnJqSRRjcFEtLKp/qFQ5Yd59d7qTCNwL9mXw7aFuI1nSto1kbAwEeRCBrGmWb3V3C+CXIbxHq6bW5BJX89rWIXD2yEzis9R8J1Ji2MS4rFJEnrcQCorXTU3HjQsUTeow4iCxTvLfPm/3LAUR6zaBtz7dqiUG86jUBh8v0ldw05WUGdlQrXP9kAONa5EEu0i1AQX09TqyYvTKHlb02x1WbbrApjl2mOKU9OfrOt3u/JZWB+OtnSJckfrgiTTouEfXku9dBy3ZIH2X/usWDYk221lgNZWFt/YXSDxipxmDKZwc3cLVcKJWs0qHbrPtbblnYWjHt9gI7WlTCv44tCDQVVmMRiTC9q2IBXNC0Vvcg7kWXivF3HI4mFDa3A2k3tdeos+fTtOaV5e0YFRdGnplcdZ4sv3HfZr4al8pEkmMwvMvcvWCJQvaoWuDsAiINcSSIjcySGqFVt6rBjddx772+Ghm3hHscWvT1YfKyARdHHjyotu7t+SmzkfpMjiyEEOt/lbK+aR+iNZhxhyxpJJknF/lmIKbaaLE7/uo9Zx2Q+Xq4ppmXl9DRYrWJQhc/zkrNj7RfKP4NQLapT8CE8owGykXfZ2ttt4yP8OWLFDik9+F0HaPMYhaFmVCO4Obo38SlSzXyJDcWFhVyjjiV3sKVCmHgukCcZPlE7eCbb9Zr6pDHg3Nj7J7u+fG5UZple74E2gPCs6j94NuiXAAA2VKBWp3OR0ozJCeTkylAKNx9AG5yI0eGNQ4LTtVBHvlVYXsIf/t732nIAdoLcjnuwJPtHY9/oeG6yUZEt6CrVVcyuxQfWMZf3EPANvoy4LoN+68IaGctBeQWilkLsN1top6UU4MNaHlsGB3DNeJFniTO15DalLH4GRCun78ST8THpFVk8NRi8wCAArRoBFzJ1o42Lo4AvWLa9skPY015N88wAr2KxOKi8HSi+CSQweLx9iWXMgkkyWU4Pn7C0iGM/V+uwQJ+JL95prGjOMl1SPoiFcpmKiZkbmkcA+r3GZzrbGhoxKUvlTCaGiy8DMR71fUJLTUKK07/7LcMNi45wbuO13miZchLevDZ96XndnOsdTYbU77/+FRkMvfapb/F/ELUn6LAAMp0Ocp4DM1kukZldarF1R0MOorFIOIISs8jJ0g5ULCJ3T1TdlmVKRz0DsiHkGHM3iAmdLm1hXA0nwGqqrloa+vtU/qDBXcW2VihpU4rozUofw4xBag9EEOdR4TtwzcLYco562BsVjUWeAGy+eYrWVpmzborU6cNaT52Uypkaa6OS498OYG9CHvrUosLLf9TXtukUQFkyPq9o3lS6PettmIn+87yF5ugs4fXfTvDtGbw6DhpVBcV3X9XTmu0r5mFWctvByBXHyYBcRkXeG4UwsYGGUUeXwIMyBLxucDtWxg5QQvO7brcX7rmDhzIxvEo4Qn9rKo44IuAp8uoIziptoA7lHEjL2nnmJLRx4aJ3PhtflsaOlSXBzdpEZD9+14jz9EgVjPwDE/M6II2cw/ZWZI2HW4GgS1nN8mRhjfWIp4ZHgRzLRFTWXa9cSyPz6fUCSZC7BSZQ8755F5o8Jmx3P/dAjCrAaiUeZ9iNSQuaLxtjY7w2LvC2I9oypWgLV3B3dfz0WBih9RpUrR8HKtKsGqt9KRbiCuHgzeRhn3WJqw5j7Yc/ax/TYVNcPhncOxyVKcBHIbudX3vs427dvd3cMg7WI7/BLCOLz8+y+8+glHR/6FMj9McrNzf+iW9iGnn+sFy3vaIZBDcnyipYVLn7nA4ikkF1HddmtfRjAgp6hTnuBS08OiiBfAJWPvvOc7OIdK1KmONoGW9jWTv2NZwAyQbz+oUV4mxnOoudZoRKA4GwYW/VFT8skCBYjlMz7wk0RVz7Fo4mAMBasuYiM/JDjVD2ehloXBqBzUT+1It0gK5bG4c8zvrAMuBw0oiJMSaUxl3guC2rUfQWbEmqpiRuXEuyThPYHTVEStGgGF+FNd2QbcrM/IEszGc3W0TRkfH5crb++SfO4e9pLuomwkr/cIWTG6lbSnWRlzhfsNRhuG5EKDYS3mliAMD88d8WW9EB60f7votFH2QoLUZShEiwPZFDdwAe0v+KvbS/GRWddHMLlJ4WneAPcwf/ZsQXx0UBG4btU4rmJZGLt88zRxRx1uplRqGkxf0z9HjWWCwDDzuM2Z12v6T6DaBL8wF4hg7TJxzsiwrHrEfBFimLVAb7/0ofAco3S8W78SxkUtdDOyZ1Yt8BI6gSe9Nec1Otfy6IsMW2tfYMin+9O/XMpKpwi5e5mlDdgRkJOp4ByHdOiaat/rPGf7oKxuoqYQFD9EL9o8xADr1+l+Yb8u+YltE9QBPb39GTDls9jGY1ZNEAyx6V6baJphKyjkvArHJXo2gXvuON3cJWF4uRyN1CgRXnxScGAGdAXTqDyB0C/ArZM39y48FF6mx94HmZtrzOndxyumlbDkj/F+qKUbvQknM17gGy/zvuSvk6/ZT2+FzSfPp7aDQ9MOoYXmGCbeEF+nBUrJdUZzTJv/h8XZXFS6MmzRqZaDOQRNuyxM7UnsgMDBO6whq7qpK46KAVIF+TOb10ae2ngLxUX4GZovdf9OVPIElbLRnEw8ZsQUGA6iUW/W75LoyQ1wymt9RolNK3su4bRXXEfVveGOI1aSidGtjuCfC6oxwI+kDtlVOQeg9Z7wwiUR991zElaMy7epjRgKTUTuq/KGvtFqfRvzOeWi6PDPhosacaP1lO16T0sgUg0ue4JUenIoHd7qJjQuyI7jcKKCVOCcUfX8raV3bj8hiPcvtPa637Zt6dbBPEc4Ok5cAbtCq/oalbNY2afGyRtI8OYOsNJI6uQe2yBA4+5irNMKBpeQ0YtsS1YyKEpXO9c+5RIo2oREXfLj88dvzMsMsi3yGze4t8NqMS3nkn9j1Ddf3cnUgDQXyRPFNciM41DFl1OaSwLBYOjSYuZ/0qUwOk+Th5T4WPuMBdUbXcyuHOAia9MAcvjd4mn+/MUhvOLiVwOIJLC8IWlgN6jZeBV1MvSMQruat6OSL1LeHxegiJRP9N36ceKnGB+rKhzy+IfSq0r8s6Q/evzEQo5oOJjskWL1rkmIurRtebvxbvWjfTOid1cuLPLvNlT2hHIf1Dv5pF+96xHdYEtDep8HPORzbsqtMUSsUmZ1ayG81a/n6OP1OVYrySZwCUffBBB4jzN2+gJar3BISsspcyqYVFz1QDqU++3gSXIoPL6N/liEO+6Vykwyieyt7EbVkSS87Z2UYtVJ8/zf4cp4QrU0vp7Nc0tQYrZCw18aFqlq3d1GbAtP4O8MhIKHManiyTpvRd20jTLxnRHGJ9yHx1OQy0P8eNO7ZGam1H6la2GrwHOlNp3piqR3ike1SkroNmPNh7o2IwFUEmdi4W7N9RDwDTBnN2EdZTiPsOX8rhaAcodKk7Kc1YkXiS4C/qddWoENPmIdl9zHAQFgof1+ei1NevW26EQumgJTj6b7Rz/AFrnbeX60kOZntP81VtdZVd+2nw/t34NYlH5tNip7J699xMdpO6HpKEpIB6IrWEntGO+X4vOkEldLCm+hvAGOxQuJR6W8N0jqdAOOrf0xI9ikewc+I53UOE0wgtVWKRdkcWbdst0T69Js6dMZa2aLM1Z1Jfi2Vq2nBAoZzXtmh59LurrqkFNSO5HpprlKKpMEKKpLBwg6khO7oL1jW6t4WpcRayzt4IeqPsoatUIvZsq9PpNIYrwdu4RpmDCQs4gbDX6/QPJgOfJ6ik8hOeM8gml9lTgs+GerGeTTWvyUcnvl8uHN3wStR4Hz7LgY5CFXm68PyoJFF9VlJfvYbTUMhvYY2pzYUEJ8ji/SvacM1NzRIzf9iVaJN+xVO+owQXQAaevzylXG3hsL+Et6OX8zeiUWgKw7MoVFrH5arfDAvqsh26EWOQhkRdClk8cx/dedePbOVU6RaD53LmVSY/Ux+Ap2ul0e27hMGEKNz0OFyfVLxl0q9ECd7XkmLOVfcRYe3zr/2kcViQAd1j8eG2anIPdk+zLG2FUVgusVANQmuTobWOWdQxWa1Ou2Q3areZSmZkHRtwAMxSJkUbdAAiHWEwpRIu80a2dmFt4ayXfas86EbNjmMPTfQxeOET8H3nJ2NCPPlmXLxpXzBNWUmwwsTqBY7ubiFMX6e5om5VPUka30yyj6+q5F+O3ANqtgjA4YW2Cl7n1fmgQT7bWZIvNGS+WdqZiq2LI5UsEYYf5a60WbxjY72HuLcn4+zNm6XtjMRT9sRs8tXy8d/53kYHWlJontPUFiKo7we9amlm3s48v54yAd0bH2V2V7npU/L9SLRDUcJkRHYUAWuiFs7MRY6nPuwNrIJBZvp9olHq245FTIhANC7D8yvjKFJDHyoqPIKqy9r5urADgW5RgDHrgVsnuY4RE/c7WzjsuwYdRKC65E2GR4hgO91znb4QYiDy9JfCVC6OaWop75gjRbCGR5kx/EbYmuYNdEvGqD8jr3wTiNgQxQdfVpdTqKSDnB5meerTth67bwktGS1mv+03pJUfPMiIj+bMsUS3Dsravi4C0zHMKBHLDaTBK/ws9//dK38mxtSexgrGzj7ddoXCWDOmVMs96NtDdbN/geNAo2U+QsDAtgnvoRu7Eu4PnPq1LXyuOEFcnLunaVDmqTg9L7m84dpMuhpCCGt/NPRYIw8ygV/YHMEonSGQ99mpipNKpW6ulBhMoFGXDvB8bOdaQgP1o5a+qaoE4dAXWz4Z0qQ8TqMAwI004b2v82X9GYrqMFM9QvPJnRcV5T1MMkRYvwnhzGRhsbeztVWEUx8B3OAjymz2gzkxGoawuXFDRIdHvaxtXxdiKeYDQG87ijWkGVokqw+jBdkDSeXrleo6x1zfO3TUxcNZ1K3aspd9RwkvDEabUlRUpE2VwU2VQv/2zrnnpzRNW+5yvX5FkifzxYAJrvIKhXJ4ldeb2w+KadYXu3V2V4+7UfFIpkU+tZQvYKiFO8xbsAKBtTCHQ2KE0lzKaUs3+Jf1QgdQuJtpQQ0Zg01VugCLOylS08kkCm6TpupdaaeeQngg4GoWZKvOeiCvE/p0QZtiCEIWEB7qJFxPB8WmBJ18mbQlEiWL5yzbKqujNF/kPFhLovCwdr6Nsq9uE4+nQqZMP6/osTX45RkdH/FDvrcyvlFtLn7/T7X1ORaE8oxEtWkU54mCFWL0BVun+m2Scs1dpj1fuG/SObcFqdOpo3uAmHk1hiP+NtD++Ec+3eUIG5tZxC/tvU00MWiw5pR66jcg6NjLjqPXsxXpmF7FoLZT5fOcrCgN44NYruqdhg031gpYxuBVYuuD9Tdjqb2K+CgbdaHbY/ssdgrEZEGWQmz0/JZBhpBPCcazs2x5uVPnJCKRCySwi+4Pz/Wn03Ulm3g8Mc5Xtp3vez4iFw6rXyprMlYS0JxPJfOY1BwlFtxr7QMC3aKMdRS4rEQa6b9ntas6UCaUE6Dc4qpTWnMmqZjYy4El5eWcxqHq5FB2WBHMT2mbE/SetOvRxhL211puAkHttfTQY5K2E8JbVjMDumsxWPufpipEQygw3qbzzsbNXnkrNqNB7NKcifgNzOJTKJKaFqh5IHgrJ77HLBtiqMbZn0vPcYNSYu4N8TaKzLZw0lTTWLqctcaGMfH1LRAiDCsOD4I/N4b+ywMlefymBxry4CFB7qKfeax0WGOLT9VhliCpfmDJeJdCts0D53EvFxVwdn2RNjAkkGfj4F0wDQYmFPch8FT4Yx+w4LCKxgnpMDigXh/5qfNOCzONlVmpQuH7y6m/ueVyfrghroX97cxRFNQblFEeAwomp5yXqIlOzd+S0CmLuzxpZ9wpYmgEAv2ve2F7quS5lGvaW8t2ZXgGVqBg4E4+vBWGOcax+3Xj/o8LrBy7AXpVEaNXO7vonU/zrIhl9EuE3KSQbPeOMuuQKYgnYOGGDWC1chV7s0UfjOG8HmmGJE7ScYNyN9JZuXzSKiJFbPvzeUq2oqdX7jKOfwwDgdB1tqTEYeqpdjb1/bi4Aau1RE3Oio0APgGw342tqS0SDwsV+nXf0SYrYZDJ9zVRHpZq6+BVU4qPNicJpJdIqjyWPOjdsxHKGs42wx14HuFX1XI/ZHLlAE0WQcd5/O070PJIe1wsD/FV/MXDcVJFdK0G2VhZ4ULSm8XnyRbWwMHxQVQiDtq52oT0NhqudLvSO4ZAqQULIwtSQ2yD4Pys9NXF0m2300p7MI3zFcedhycy4SrFNf5Y3etjNC+6uMHjlpub048VRRor6xap6JK03pLowKu6Z+kdqKsXbPtXys6evXazrOHjkm5+ZT0v3H3mlCbOryEynQDF0T1heD8edQlwbndJFxbgxy+4QrCzS+fd0abXfeWjip/ixj0KQb8I5XZ7bvn6bc0bmE5ErXg+v7e+7RGU+m+WH7iFTFYfy4y2271f9yssz7qMvtKJrc4E3hbJdS5GTftgxifsdETq9Ymle7grFAW9YcRepfV2egr4trlBi04J1wAU99cizllS8ITliVGZyUZ3fWmYgkLMj9AA0pLxKDv59qwEr00PimS4jv/0omu984gNzOTAFwRziLNGKl4cEkAn5gdrlDA7kp2bTuzYgz5nVX9GDpFC7hIg9jY/pq3vKct1RlwTcv0+8m3eTLdCyXxAudxQ5KTPgRf1Q49ebTF0O5Rq9/FTktFTTtJYhM9T75EzdfTPiH2pGuyXLA8iR0EgViOINCwaTjU9PbIdQI1AsUaf26LOJXXWVYKSj0LXtAFnmZNz0TmSz8kvvupUhIZLzBQfVHJ7qZAozAEH+jUidMwMVWg7Cr/BpNLqyyvKv9w7W+n2Y4+GSLRO+zaoqx8n6sTxP/Mf31f9E3cSkgSwU4x+BEGfNnDZNhKz2Aes0RolwX8mQ+OLU9eAYkZ9d9yFXeSff9i5ePgs1xidysly96Q5HDOYotdTRgzewZvSu7jOn2UGokiFUxr2FzwAGeVxhPSEEnWJgtYwDiCzkBvks6AbbuUMuqLLXqSZZf8NHp36LUkjaxc6V3cHrvvpponBjaQlg5CH9GA/cHfvmz86KiTkJDyTgg72VfepuW8TF9wH8iGFaI8qt0ev/Q2hOzEvE4UPioJ+W8frrL87tWXCXiKAb1dYtX6cSkDV7s2iPC4UZN2G8va0OXSgTyWMlur0DNDTMwN6y3dEnIBAeztywPBK0nUP2zhIdMmaMhzdmJOHrGuyOkk2kPhVfCky14z+NNGg8mI48oazJIyl1V8CNVXl97Lto4mFMNuEzo1sEUmje4z6WVacTI3sWsVFG8faBCzXS1pOXh9Q04BkvLTtSXBRqfMrOAFPKcNR52af7zQQWrUdqR7SW0RwidtaR3+Du3VHgBDFYnB6aHjGUSSLgqAcBxExS1rb09PaIIyz3AbTC+0vVT2vC3z4rY/s+1VxZqaxrjgj+w3r2kBOZuSnk38p0loYQES+Z2aHDsEKFZnZfQn5SoRjgnqWVmaQSI6Mr/HdyDze4CrvIqb92O8Bb1HFUeH7GiiRSj62KSbHnxPrfSHDo+WE2RbIiCrqgE+7+UNqrOxLy7MVw5cHoTaHtVf4jHQj43jaNIa2R/p8RnImLczGIIzTPObqRXiluSb7JalMC7A841vkoyFAc3+DW0whBFZpeJiqHS4f+cKg0zhruu8gK3X8k1f+lzPAWBhooZ4km6h9nvhKUG0/Zh8EnIUQO4VliyGrddbhbO/3GKZ6DKzy4jcCzpBu13C7mzXZEo/1DQLAyrwxDgMvCOry22ecvYS5Zell+PIuuXbOtudT5C8tzs2snGQ2VGnDp5ejq/WASvxRZjvXUg5S0OEQwMfAZsnx5T/l+DIZLPb4JHH8TCt8CzLQjuPmGSULXiu/Du8FFDR7YraZ2i02UYv6ocnRR6th7CvBpEO1oMk8A++BW2dpICX0U7jUt1fYdAgKNbZj1jq10BD8xgn1TkVBsfpsdZF28TwyCDecqBotQ6ESWvSnCru2UNytmV7swWDADS+gvdpoTHdQ2KaEQE+QFjdH+GvCpFzfh+ll4DPPW3oGCDCXPmF/4zl7M/BleaVT8mz1moSeIfU67wdglibpNU5RyLjRAnCsgIf5rOHRUeL6Ni/jCrFCHe4uaWYe8R9zvYQEM6AQJPNVYI2HzS37nOphajY1rLT0jIHVRLSM9nCbiPhBvlWmyd+vEuVxXNv91r7rre0O5ZOaGoSVdhnM+kNc+Qb0gcyWEN6ebZi0cBe3DAN5pxsfZMUY45BacL5SJE8z5XKQvTJRe4IaBJ6BQeWGcvfKyHkAdKF6D3TA3r8Qwe46O3aaBOQCw84qIL6ZyNsJ8hTvr81n09K7bdgRc53gADBgrr+T7BeBOnqbtHtZ+ge1mdvT6dJLtsN/qvKVlH8UuyI1NAfEJCb98fb9Sida/H8xxL3naegumAk+mZhoSZq1ip6SskTZj4sU+z6LbZj7RiBx3hRMKjmkpN55zi6PlIs5WwUZ7my1/nelCVgxeAnOKqV9MEJ5o8Rh5VXZ2wSYIUkoKmYMrPHYmSDGSkGYjx3AQ5ga7Lw7zaUsm4jBYOwlO3Sgs70rlVkWwrgJi+x4SyDTWeZXnrkW8D2npPZulr24ln2iIJdIHHASPEMSa4kQX2FUdqUZZWjmvg9bdh9t8VemaHfIuco0nKNtcU9Xas9EalSCwDS+LvWjOcmFtCE9uQ2hXvtnuzC7NQ6DkAylnAKIWiUaNbKoBGCEkrmtxu5ZUsRXD8xrNqqUWCrybK6KK2v2ht5y6FOfjUJ3ARkanBxq1rl9tJ1lAXlHFfY2tpW9HaVAC6GsUI/ah1GdcoJzhQwo+FWcof72Kr4XOujP6/O3i5c/l+DHsgfjrVphKDjCn5ZgPItebk3Wpxcg/XXaYfkrCcuVd43AWO6nju6M5aYCJylUZSO7de/ETyVGHJvzJkwhe2jyBPaa5bLSMIqyF/4PogMzVWsz42ZqrpR+X/FK9r+v1Jnd/RXaiDZpMi8koTf51lXaLV/a1X/nnmnThzza8bzMiamJO9xItI7Gg5j0UolK4ef6XtWV0dl2Rh8kcUYSf+2PJkLiCY9hFzmfKTIMCra+mjdyHMGW70h4fL+xOD10C3dHhiv8i0KZGfuVQhpGgbKGUFJgFGzDHCFwzKAqQP0WT9JozMSx1vQWKkTMBrrdlTqodoFwRxf6YEoKXvEeCjZ0LjEh3YCYyLwiSmuhH/OeofT1CQdUKbb9jRFvCATWun8IVk2kRIbyI5NtdOfy+AVDramioSnt6aqZo+zxWtakZlonwtzcHIqbpC6Jt4Usg1mZWZ3098UFUPSY6VK4i4jNZYScrSFXXRE4nbWHXx4bmTzwhS3J/l0xNUROMkfn1qhyOB+QhmunC3eKElwbroVTZeotKFFQD0wvS3VCfe24SB8NvNkAYcOT7y9uxOow8Ftd0URTJp76UPjckYcw+IQ5e1rnYFD07oeAC00448uxYAZQ9aE/9y7ouyOS2WtAWBz8pr9+b3sINlncC7+19TgOzWemgrvGl/nspYMsPDEhTSQkYLHYM1IBa+vqRdqDobJIwRK0DD0r33qPdkgmRal4zI6mWtGkgvw7B+sfUV4k6IC7knOUoD+28xYWoty+Y3MD7hpzCYsDRe0HIVUswI+NoGUfw73ULziRm8WCk049lC0gf6KWFtPr8mZ2/7jwFSfAiJ/Q3ycBln1rUkKCtMK9TsrVZit5s3i9lEDO4yaf/vKmW+7azJ7H0qSBWOMGT95+t+SRbSbM0TVEFizQUFspq7joqjJOyEVtC4dT13Tmd5TIe7SaLFLmCo0uKFntrroKuAkCRXbXB6ppWyeW7NE8qUfgoQUmZxV5ZaTqZVus7a++4tEWh+bCl1WnHxX7LZ99xVs9IES1gxuaQCS6xxu0xBo2qJQ2poJf1Ov/fUoD8xj2RkCs98W0nLQd9Ll9fVIILu4s7uGzEVxd5Y1CJoCUf81B5Eau2JNc7VLh8xaAM19rTYRg3R0zLO6yYIu8TjPgF9nBblZQfB8elULzr7kQ59cwF6oOKqtfJBXun4x1/oGAWBpt2pZwQuTO9TjlBR1NrHEO6Ip9CRQIJt+TgEPusF6YiVsA4ZABFBQE6QDtWGTwZyc0LCEVtJCRN764/yrnCvO+BzDgnFCImZe49BjaDeDAUBqY8SwMvorc+MFJJQ7XxDExtZnI55vbKOLYij99FnjZcVMQwaOWx4BRExSy1VAqHQjE2yiS0qa0zOfIst6OO9USF/bAhAE0+O8PUNG8qArEwIVu3ua+ZArkQQuCvSgcw3FNsaZatwYKNi0MZE3X2j5RZXgdoTtERS22h7cAPoDUkJFYgno8fqP4dD0AxZtmcBZxD8shFoYXp7dwYtb9upRsFFohZKVyHZ06ohnlIaM1cKCxWl9Mkev6yBa0oTBrektppNwAy/7M05o7CYpcYARZBpFbActPRCCR4HgC+x7ivn/CmzWrEm9QbWMYccre0iAV3XsupySBfCksQxI8HnPQDuSv1qE7U2zRbD+MKQ/j/nt8ohvUZ2/biA0TP91/J5g78sFY6jDQyK16EYAneaJjtpDm6odfHNsjbEVbIEyyjtHrtJiQqtbEWffIBFcvLtmcXY1JJghS9yQxx3MeJrs75hYykYVzOjtuodVUF5jMoKLVLHRETM6EG14QcIEjv3auNpgmodFuXC/Wgvb8zYuRJIxvkNiFc67hFRfwmSfKx0amhBftHxRwOrQTkGIGLzakPB7MgfLcyvhfW4wHSkIJ75Gs6iWxNIxKfgausJPHDYgKSSTh9VlW4iDT69232O02HoSM9ajAEo4Y8hNvvNuIHEhGeGIVyqUGER6exbB9L4ViXuONCN9SAwOXY8kV0xU16oCERI/yngDlqdguVWi93UW4D4g/0BW1fJ+kFYCyTyBso/fDs7UdbZcLtcBmyyp8cgR7DsaXXZdlA6tFJ4zbWwv6yDQTHsUcY4DQ+y0LQkIbYhGj9DCF1NdvQHMXuTz15X1IowSFYnQp4L0sCMbNvftokJhWZlpq2eGK2LsdNzXIhf1H0cYJYxJLGwK8szsewYTRvWnAkvL5PYwj72GVZK9rBVQFtdrcYQs5wFaOmFr1leScG8+KLJdBfWvJbB6NoCcZYPrLDwY1hOUVmQMDgiTilascPUJRSwbuzBHyuBoIrB0dnIs33RHFwNUnm3sfF3SpgYf1V3unwyqo6+Jew/vcLeSSCRv2Nxqgi0xYPdX9ns0l2Phgeh783/3gzKbjy8iryFpyf0LwuWz4oLmyH3NVWp51oySmtskGRP/PjHgFe1jljDyf9g29TtYOpt1oCa21YLoz61Kzoxq70rFxjrfjtH+hQP7dj3rhsUfKt6GmAQjIo+PJXOK6rBhm/hPQB00JqM2fAoVDuZTpYBa/CP4w9o+Cjlw9pjB2Hv1fVVj2iOcQQVyTMLTXywosOHX9WW1Dqt/5DM+O94lCWmFCOnK9BNQMBJFN6Y8hK/Esx3KQXOMKULhgltfFYrLnZ358pS+vjFsXKbeQ7gXgRmbCQ6ZaXc8z1+4oD6+z3Ag1PG/+9H9qeM0Y/cAsyxReYVuPPdrfMNt3cN9glQYHmFhUMpDVxIDDYPr5yZdMHMxmEuOVqpFIfNRtl1U/BHXV+YwP9FQ3EUC7GDN0cK0tdO9CTS9HQaseAYyT5WxViMP/E6eyy3Y5EIaUT+BFtC65d5zayNzzWoVSmAL3yaDJBUUQDjh4D0719mZwHCvcgfKeNvEZHhOzCz5F4azJKQNI6cSA6A+HNyYOFXZ8aaKCnxQRJht2YWPSw2z6ZXQDtzedH0jIBozbNGbTFvXbfupo+Zsrujut13GouO0J3Mq4KRIPeCB5Rh5EyzNolAQUj+mpEWWMFWnAzR6nyRnAjwYKpedaNkUN46rS2DCi1klJeMS+3ZQW1/NniBpBPKSIt+GbBwxNdT58SPfHQ1gRiar1IrSI8/6NjWgfM8CC5eQ9kIOGoyAkO9rys5wtb++KB3UeDMuGQgh8MOrbV3EwVPIz8swCAUyA1dIiomEjdo1MbG39d3ciea8xGp2zxNE+J0uw/wexOUu4rzbh/fa+c+QgWmbvpH1ypM9sEIUtPVKrgfADA5YWOgLtL6iCxvV4rzZP7d9AzWq1CPYaGf04gjManMIjtxgxdlfpVwSFYyHadayAj39k/QqRZqq5YqKsb9bFuwUBiwrhDDfR0GK/hLvXdW2Ne0NDQntxt+xcZoXHkAR3OHQzs0YtjRAlWec9Vtjk9kg/9BV2BDpgND9BDk7xHM7gRC1oN6XnVKLKodkV6CXtTX2LAQmPZc/8/vkmS00reoA11WobFgRfQGwctpNO3Qd3BpajQs4ps+bzUOtdMw2Nsi2W37yGQVZF6QqUdGFWiS7hpJXLx3UXWzsvIbRDtWIWTMPbHdKUMcU2lLpp/ijz/Gf/ZdMRBasJPsBmak94YrgsAIzVfonjU9RQuxot9zXgh/1lMIl55Bg7UqkSGKSxFc2dOPexxl42UpCA0NJs5a1sCzg/W3DUsGfXwtBOIRYs1sjWdkSBt9a5tqeE57ZIAskwIbqnvOq6YFzT0orwusd2xDU3NaLvTVWXNS3kFsoY0D7B3Wp8TnEk35Su0KWeGcIFxDk28eTqN1BEX8e4zkHehZyWJa6FT0t2waS3pt9Iws7zLZ56PT2H9zVJda0SxV32R5IZRFY0v/gJ0n0Bv00Hct61SqvPBFamUYm7dnp84SMzA1Mh9UASAt1y4huhceuIgOMUGIx2BX7+kZqu2/KVc4UjbcH8lhSMwxFFKTDgBc0IiKq/8Q+WzVv8AB4exSUliFHu5tCrmn+U5d55o2EHYyrspfKAogzld2NN9ZR7mbcQR6ZtI+E8tU9/WsO+VfDscCxHX1rN2e8kGQL9ZP9Aom0ibLXVpLSL7Dv8apIRnKQaexN0x9cNGWo2egIgpYHRxLdh3Ddv0nxEKLex9JEO0JWNZ+Gn/F8bQHTGQPgkASRb8JmOGUhosY7zfYKUazO5lcZ2zJcQI4mbPxelQJwMcd1bI7/Inl+deQMsonJM1euTSmbX87xJtYT8ElNTp/I8aJe//usR8nuj2vE/tD5OCCQbqc+K4L8rcJx6JoI7Q/vMnrWE5uLZXwhqT5RAVZEW2afVi58t6J5yl1mQw20w79KrZqaBvhAy0cOfB4bBYE5h58LpaZW2WbhuyzaI6Emb+Q1WhsF7c7cR2HqjFG65Z460xddGob4rRMHn647/zbBYOXW7OZUS194uskMBBSRmGP08l41m+V2mUBZyYpEm68O56I3Vh+EEPpvAr/QufgTQiQew6HHJam9OtngcSyAphX4d7mggme2chjMH+PBsywQ6yLXxZI41OHnZ5otrX/uEadfAC0FyHwOMlYkBkriuO6bb4yl4GWJPp8DKSUnArlCNDlWU58JHgWb9puQKtmuVpqEwPWm32tsvtCWNssKQu2HV7Yn8ViDhGXbyOGNhwBAe/MoQur5xS7z1yxGdT6XWvdribKMcd/eNklRq4qAkCHh0sFtljVICsAfCO7sCrou2MYrVSALjOYlEu9EWYhZ+7zoP5/1aueJFJes5J5dMRVlV2fmHgMiRQdDwCKrmBLc5l4bjV181pSQMlWhnDHrOQRPyf9zmYbB6GfUG93KhzyOE7rgZgd6/+me+5kyAsXETgWZAPxBtGGKeA429L6lSx+PcBbHiKAjkpgoVaPs4yG1iomvdX1lMkpCOywIMrPI8z1FTrLrIF9a2uf0xsW2O1b1PmMytIZWzJD0XWdUyeHxcQr0t2ooCx6t7yrjjJEV+HlOwcsdXWazD9SpVY0eODdLRWE0SIGYPj71sGOlWon745JXAB2YxMW+rulWc2BzfE7Au6s0YcLTB2LW7XbUQb69/Jj49d+n+qiBXYyhzwWE0M56hAIUx92RMHcvbW70dPaY57YBgzCnXRGJTrlpnEO4xt1auTkD7DgkhT5iHTYmyqzqNnuyT3mxZq8RRbkOPqXUpVo0loE0EunnDWndfQWPNqirlTaucGuTTI2LMAs/KEZAN8aLty/Htk4q/Lr0ULx2S1PKq99LzTB4GTHaIy4paaKi2NtPuDnyxmMbxQPY9pMvbRQJ18v1JIouOTltb5TAmF2uBIzVkSYGO//xbCWWzwdjVxd4/3AUFOonQGgXWleDQPfsPfLlK8bNju1itLiMn7ihe5UmpyBZDpj+zz6SFY/2rgSlKKkYi5n3tbVce2GFytb7EEyBw0NfEJ5RlNvwnOphqSSDxUzGcvQkhm/lySfhvp2jFUtJG1Gt0w2ByXENvrWn38fUer2DiqZqSohm/D/Lcl6Uatb33wUVW90gF4CKmg1xt/eGik6w9I9Cb/gltzJ4zooPUYSR16uZiGdH/DOidBASp9wuShGVsDSiuq+2TIvW9z5vpJ00LTtGAaL9TXQEiPFf729MtaqRY1LqpPK0zL2zLCA5YuEQdZCst2dtg9OBjk/NtVEasgSkrwn42iaCug9B9HNyLcqby9WB6HtjUdzkFgWrqSXxDCzN9QVh9OOJWeWPTDF05ki1vXHSCF4H0QSf0geEuSBSrr32nH7FDy1tDaW8cBx7AJPfHslorTAesbxFR61oz1FzZtQUmHUfNoX+hKdvppyyyIHGAYxeV3zCQVftWBX3qtpkDLO+hbGGY6RQJaAI7k4XqEfyUKavQfXYs1WobaFPR6vJSM6j8E3hsZm/JqVwcX+2hQTES7ktcqhmytcW1yyroEDScKF7LqYMDPuFxqvj+Sh7JIazrUuIAQtCTNnRi9M+9oQlLwP7p0HT4POX8yi+J9P5zJjWMG8aqx9tmpmWntiv2Z8AvVlt+LeU3goSC/nhMnzdPrl01C/S5onF7cQtEAuiyfrn7vHwXVxp3oZ+ppolKnQpZ5eq/WKOQugbm1r031w2GWTOHmBaMnAa+Iqm3+Tryx3nbQIXmgkn++ldqLyWwvtEe0Qq782P0BsdBrKaOrvwWzthktrm4Jwjt5tADugTDzm3bGUu57sACAeJGPfwYDlse8KJnUHvOZ4Qaf89MIJ7ZUGIgYADZwQ3DPB+DgNkeGqnZgKLpDG0saJ7omcYONZVBrqtCgreWBGXZTQRw0lyFGgmr9XmQyMNVTNCLZFKzSSBnTFr+vzepS7cEIAtXO/5AKnUTyABMpmtyrSuKX0WFxPdsHTUC2cjvWNa6KxKffWmNhofOSac2+YnmXg9NISUR606e5ZAXUxF/hBBzBiXmuy7uvy245w/zWKIoQw4X2oYA9NM0uHPu3PwiE/rbMXoHkqDiL3L6gKMgsju0Gv5wxP9wkxy2vAoaBdIKfLJaUUEZ8QWfC3RU5+CwaVSwUvtwDxLUqSQYNvPxOMxUGtt8xGFg2ELWS7u2ZFyys9/D+RHtPe9ssKmVDnI4k4frH0aEtWsRFgGuRz8M+RZY7quDcCKJvEPzW7MmqtqoXWW5tqMjePhCvk6I5AlfoBXSNKsn9CohxYifI51OMSg/1MAN3XGA0oYARwBQjDm3+IV9sOe3aHmCXhMffAKKG0VxfC26m9whnrWV+TEV+M8iVT8D+eczIlir0npyZnNgtajfCA/ggdMe3kA/zPl/Gh82NYQGUNrd8YDmRP3abFdl1nj6RVNqoxTlE0+0wkKr1D3gqriNrLT1MgM6efm0eDSFyHcmxQ2xJS7K/0hnECHV9A+9E6A00eH+eltBRHKAObgbM9UBS3Obup/vIgDrnjxZoke//CYRptYQHSmqe7OB0NoEWAZBAT0B1dzYh15N0wr087bseWqaeZx30WHgI7RdoqGnEUg0cQcq+kubBqMvwdiYxd0MBgz9AM0yfprBy4oXv9eT4xrDtln76RHpQJsNffQvHksW3yOX3tz1J+a69oL6mvsEL6Rhdpzhu30SK/kqEnKXbmJZuFydI3of7LxZADYdW4X0AAJYSFq6SyBeO6a4Xxxhp9b/ba/0OZawab7tZvRvXKgYmb2NVTPmIJ9/IqkdfYPFjRZ0Ei8fDGEEYKHQPv9uB9OfmLmP7Pcc3EUol5+v0dqlMvNsAFt1ceZUCCv2eD4fnn2ZxGjt/CpD741SKx7y+T0yARITyy2vw9a40K8wjdiGZnMp2B3LMZc4Zf8YAqeKllTspimusof08J4wR0NUN89zZacgkG2euHiyqtneIa1PrBBgHHPxx/vJMhm7N+/xsa3xw7RknJDQ9I4Z/NSXTKNtrlYY3aq1pyS0oUcueGJWDlNVw2KlWpDcXNeWSqfNL42DZRmsKIuCuMfNVGtiXMOaWWbODpvzCIFmFXUjLY+uuvqayP8OtvriKQPnmn6ITRxcC6l0WcN8dWtTn2om8XYOR2vtlr7U3zINEKU8kiS0ymXzTRsiLmbFqzZAtdUrNXJ37Jn/TLttVUiFEQm2zO31367No9oWF+eAYRO+4hIQQbVPvR6cO5hFKeUW4cH0vjLk4RbJJrDu8L0qQwRZpJSjHfo4L6SPgOZDpqqvNuypLLpF2ZfzfSNuzbQN4MK0io/ZfsCpaO75OBY2fQEpQx9sL1fQQ/Cr+7nd1nWwrEZsuQ8vZltn3aRf3r2Fausw2fMJ4wbI0d3gZjuf8Ult9Af8gTdYi4HmUWp0udfX0OpgL+ZR2ZQ0FFd7amWHaGjHhXxN49Eo0oCgKj+dQDEblgWxBy4OAv6up7bdtm6aSaX69/Y1rrFvfpUlrVsuCDOCnr0NwV8/vwlm6fhu42YyraomWliz2cMHeOdp9cTamLNqaPo6me1n/ed8EPb7qI+/n1FYW4HWCnYYd0cy6UfsMa2nrgFn+mHnDaElPG7YWp0pL9kysZUN5O6rOegBh6EflzFR0hE7iyCQsozG0S9Y92EE9ARdCjq7JOc32If50z1vBcB4B+i2c09oLcpWYUbOIXLrRo97ajMFyUXNYb5xEdb6+fPXwxgEb+GDDF/PTCeVWNcNOJmRmUTSdT58fWFrudnmW/jxextYbz6kChOyB4I6z6o9vCUbQWt6geBu9KH0ZMz2PM/DBB0k+u6F2O3LWwkJ+f1T+PgaOxzbaoicJG75hlR3V2zkLefF+AcLJTWArRHeTKT31Hq4mf56w/dLRCLzJeifPFo/svv2x9YDzkZJMPNc6bEh5LHUlYTOFIDvzt/+B2tDeaiHgQSGlIeMxmgmCTRSQeLc/oOkaz2Lxjjd1JRFF5CVs+E8uwdze5CVY8yUp3K0dly63eoNFoKPb6+69YC0pQGHgPomlqrDNRbanVvug2wcUCLKlQIyMl0Hlv4/Y9M6USMHsGQ+TsdZTo0rK1Q0oN7vsQSU7rl2CTUQJp1aO856kXqj1kGnZyBVWqGuiXo9O8sUY+4HIZjHePJE6UvcUXy8zIz4iY2tgBkBTPUQLxe53tfnhkDSTY0UOVJlWCQlDAFONpunGE5sJUcxhQgAKgimGNeULs0gI6xJKLRNRVOBqis9QzlWdkm9y10bed4ozkqk8+zri4hK/EgaYbrhzFY77CHi+Zeb4JnQo/iLIlLUGR8Vc8QP/MICzgu8oKyhdwJ9iC/jABiPkSeS5PfGwrFwaSXVLu5mvfz+6Jz+D9vtQkWc6cOr1Z5YPpmQMooFD9BgB5+3dmjNKSVZIi2C2DzlZJ9dUAki8tgqKCc7xDkqLVE7Jcmi40df7FnSMB/hp0LOzIGAEj0zZILNigqlcQgKJOgIACMeKtgKkyAkKVJJodZhTuLquqBJ8MAga4G4WKT972i4j+oDI0cBihyD1AQUPMk5loDUnwZ08EdrYyRWN2ieoBKW/5Adq9+8qSDBTbAeotv5sOkd5nAK+cyw6yGAWpD+IblQAxZNYj6LCvdP5mS6YLqYy3/utf5UNY2CfOF3cbSeyJto6aB+86ECPsVq4/+gjcvOWhCtonljEsdYp5vE2HcUseIPFg6lbCw8KzIjTbWXG4bQHJ2SYKCKoXx2ySCY982XF4qkbs8OidZ+NbcSydse1wc5/nrk+nlAiPd1CoblnU5u2/bNI2JdeDvJWe2IN1BoI7sHSx3+rG8J6Ur6rvKKbUJhJ/ZN3pL62AOexoutHArptTUiku84rv/vgZN+oPO1OQJPpKoiSCQduDfgv5Fl87i8dJ6CJDcNnVyI8EG4SWWem1MouJYmlq0iTqM8+nWtNiv8u3Of1Ii9b0r85SEhlD6g/VL3MV2ffUvJ1w1tvz1kfzi4o8gAH93tlHjB5xxIlvyeKgv3YpX22IdZpiEeWxV/jSaz01jC7VW0qjMjp1YuKPRCJH0d60Y81LU6VByL+IZofxsMmayRkor9Pa3ILriXAkS8S2CRmtinQhPFIar24rgIXS5zjKF4G+gnyZWkmQDy+JccuCoZ1WXG6B3bRy8h/QMBtioQ1xatxEwq9YXNJufBvlavwQVtIUUjQlVsRREvNkDLGWvvwcieGcxWgcj2mbTYIUx1mUR1kowPTdtcnUO+iP1FFIfOksTG1EcxDpVuKuTpjsMYunGNx6B8DjQk9c1CAd99KdWsGlMMcYxml9HfStmGjLYRzFMWlehzHQUSOeAqLry2OHvG2S9cPJcK10Uh0MXr2hbzvlLs5+32nQYuf/abiTZ1sAb4Axq9JV/I9K7azRFLtijIfX1X3+ecSBWI/d7st+hETGqb/2XRnrOTp8AwxSL4DX2hDZvpEKvvdhEVmxN18goIUf4oopI24Ciu3sepdLLLu+Y1jII76+tV7PhnwBdigw6LNZ0GyE4InD7uTxUlD/x26v/3vM81FVWVdepTlcOSy0znM6GVEGpdrU576B3UK8oAOnEWLUJknflwQb5eV43thO4xkUAlCP5AsJmavkStFKJNMfisQz/zbd9boje431ri6B+EXJzUucW1HQEu1FdLUJkMKEZiWzY/B+IZBwSNXYpHK1yXX7z6Ut2JQ+03ebb8nVKF5ghjtDBQMFQ8L0g+r7BK9IubH75jIbZM+8/edh0OaEYo2DYrYiZ6QgKG5u0rZOs9kg41ee987GYNZFGE98nnn39G3/eyyM/m4D3PivPB3AU6g/k5l9G+RBMdFFXXnLMdq0MeWmDOco5I9FscUacPXlVUoVNJlTRqfeqC6OZqnQQHMU0lHmWS7f0/R2DVAeLfnyl9tt09pa6zQ1lRIvrsMXjdIawSGVpYJVdK585QARB4rOtlDutEayE291DSHxIge9o/NrZL5x0sPIcH+9VMSzqs44cxxUv+PlhzWy8amiRNQkx4ISxYfFgOjULIEUC9p4lA3iEOfX1HasjM33C2jaRi2r77eM8qxpy0W4vO+G0OfnWNF24hxmhGSCR1fcyZLwHNFnYQbJkZkayzSdzK6YDfGO9jNWeSkuVC8OJ4LOHetU/kd9MO+WcS9/vHE8YOl4ge6HG5r5v3/UlPKH7A0CJU+Tm053Qbxda5FhC5+v6lXGq1yAmLXUXWxrLfLkVxg5pO0I9b1tfgxiGzeqKCYlhDkw8BAXFn/Ia1F3kfOVuvuwAAltCTavvVTZFbbe2fvr99Gv6fxRXWPrdQ34pBMSY6K4mXFDkRIVvbGy/vIPulXsimOvBya1dy+XcbI4JMqWBf3uMVpQC0/NMuR9zT5/GOhOMph1FXfrdrf1XC6nhY6wj308aWljMARA0vRf1wrZVK7bQqh1rlKs+Fpf/twT0PWf81yFnmSQ1VYhhMsEA7qqs1EnMNVk8lpaD2vjaIvwCk3klAgrTHKgVNK2b9PK0GZrfSRr97dBq7ZZQ8DMweNEs/WIWJRjMct40QaX0s/7RdUbDOdw/DOMirY4DBc7qbmXZcs6ADY9pVqxrACE2y81XIHLTK0eB8UseVF9OZxua4whluL4Tfb9pZvV4rsgjn1rnWI795W5Kn9I7snyW9gBeJUR57KWq76TOYiFmMVgwQp/HxSlZaFmboipXYiMGm7EgtCMW+qc7lLDjzoUo7NG4fsczTXQkSRQ6cVSKE9u3uQOaiijcSqHIgf4c7lKPUilCaPUtWpxJcUIFVT6V37hR47MQSdKFsasjiDGKGWRqoSlU97p0rCsMQJ3z5ezItHGPbsecT3tH18M0e9fmr1k3nDZX0RII/o0uJQNHT37AbPOJYS1gFmCv8H0jH4PeX2x7CX1A8bonLXR0eocib9uWwvZlFJvXMrStb15PhepOOFo6dAG5fg8exjuVli12c804wv1FJSBnDeu6oxprs0sO/+kn721e0jA8i3FcsBRdF2VUzyJ69n/NIYD9oEinJt3frPkkGo7B9fEBnIcvxzqYNiKlpcZIQ6jMhduggoF55uBsjjw4Q+RaMJtQLiW1jbPkA/JrRR3MekSvMeHkcqikf2kebwdUICQPXh/5DegqdXzU46Ofsen+rfa6oUw4EbueFpVNMwNwydP9mBf/HdXtc0jhPi06cg+6gHusqO06YkCGyB7cAyHx/0kop+VtlM0XCU05wTpdKRQZ6I0/BRIdVm1Tayh6L9uinHTHbtaVygyDoiChX4JW4yf5Qd52opG8UU1Jzi8Aw8iL4i1pW/YYw7GSoPKcX5XSvwcFYeNe80UbqbBT9i/ly7jB+S9+PAoB21/TmvlQegbxmmd/yCHe72IP0wL4kXEE409it7ZMObnIOm22QR6m7WKvQV9BEzpzFGFyxHY15MzfvY5+/oKwfDVqyiTI9OcmhmUiK+mKIvwpEJS2xNbi2fJnqZnQl1OVXW5pHTpt2SG8wHjQDVNn5n9M0X9nEHDsMcpNabPwQHoC40eEBWlZj7UmXiceh/3HIeAkb09xAy+16TzGzXL9/HeS0E6BX4mV167g8JXRv6sQg6U3AbvYgk6N5nBEdhN5IAoTR+K8mhXn/CptqIMQUEkjTlsUsyqSEvjeHsFeFcwEJSGCmvWqVNcOPjKBYF+ElH9rd24UGxA2XaPLfvq1S1rWqHJvXkOx5eR2DZvVvg8WipR31POVQhpi0lUNjAWab9VC6/MhM6UBcflzV8uRu216uDIwOahqEpyxMoO1gCsAsfu6eGspuYDpneygzZZcOy0apPaI8mZKqGUsji8RCOZO56c2ygzA7KXLhReWN1ht3K0s3Hw9BRzy+bBXYWJmXR9OuVrCqklCxb3/50HiQT+VYzsLxJWKjZ2Q3PTIUK87njCt7rkz7BXk98A33Yg/htwpLq4tlQ2om3gSliNiy9aKR15bf0j3FhKiyQAWOqCG++iwmatpaxr0eC73W8A65T2xWFHYlCPuZLTsOUT2pcQqwXcFGyTrVmrtnmG7o5b2rEMCkhwKdKb5+9Wj1QhlzFEwqFmR+g7iUVsSsVhcbw70bpStj+NFGUVsnEsKWXT/qrrMIvszQQ+YveE6+T/jTlKiNtf1w5KCmp4WtSH4vm8XWQ6xj/7CUUj6WCewNBAI11GhsJKhZEFgA8UCXXP1NlNjdzm6VPX1LSSuK8rZe+iI1Ocl9UPtyHXpoeXg3uYWQMQZYUkD0N+XjOwLGPmfkLljtyX/xCr4P/+IFh/3Vo8kdIJg6Giy3LRgplXhVqNtGrs2qmcdNg6nM33LKiwRIngE46I03WTKy+Z7OjV4sIahHW1O8OtClW18J+JMQwK0xp/PpKJDnMGBxZMOgxX2cZBTadxxWVbzHl2+zp1nyUV3lj09YvCl2TLbnyfS9atGtD/qf17WTQoP7j4GBk1Cu/GwfqcG8MXOmsjK/ddiIsveORTis/f2i+RS9zXxtdDpJlrn3LgaQ8Mg/5P0EFkuwKCUVxpR4SDPv9D7v5UIznQlfkaHFyNoZgFgo2GisnAyUiCTPou95GCeQwwcoWKuE7TL+6+Gi/6JZUuE5gIvn3ETYjHvVe+i9gVC4oEybdi3Cn8OEw5a7/IEapjbsg3NJBh+P0rKpnZBApwJhUxw/ZfZ1a6iHzionxGmXx3oXesp7f+8JlR59Mi/Y8uPQK2ayisAeY/gVNIFsQbir0rnwMNm2vyKojoHrKIlHTNDsdK4QCWmO0dCE+GUEx8N+4stuF6a/OMA3Y474G2t6ygZ/Lt0mGhK6Km8ydcJkbOhnIAL4QpMmECOmy06c0a8/qOv4Zf/hoxOJ8f/6wOuK0gH/cg2aFAUcf+V/3/JdiKTMbIVCosFUHK5sUKXuOsF9WpX1yodTkSv8D5fOTRqrbGcXWq/nRGgLPKumvHpvFsFCw3NDQ1E6d+MWdYBuTOswzew+/59JiudFxAxkfgsvRi5aURm9sj7kay2vdR68K0/1v9cSV6GtrPag7HuUtbIHr2o0jHyth8cXUacqCvAECCEk4TOcdASKz1271aUK3+YgltoaJ39hNOGyd0VHA6r0+YdVw5tw1UcNEQmLgPFuIqibAN10JPzp38kemgCgikGeHPdiDwc5ERR/cYlTGXK/zYJHdoDVLlaLdLZezE2uE+IG0OrnXk5gimbbZN4wnHq6TFKFbwQrSYkwJGwYidFjk83RZQxC7icIQ05yy7RLpvqkbZHijw5zkS4TuVlEqMrJ1O14HxeQ5yeWANBsHzznWQcDjnA3suP7YCQDSHFpy/Gxi+/z4HfXEbmi+90ZKR5fYE6ToImAmEj3SN2DMq6k/roAbS6i1vtn66dUBqtsSSD39b+Tmig8/F2XnAiFOwslCocq6uAJ0IGTqCsM/NM2e2n7Vr7tLyfVMHSORxaZo/zUha03HDshq+RurlGuERz77UTQdPdvjv5dRBSM+P4iOGER7IBWvXTZbC0zp/bZKUDBKcp/xqrshcp3M/PJUqfqFmS1Me5G/3aqqE9KejWjm2oH8iJ545IWEBAEbTHGhVe23U56Eof7k4SopEcQjK4xtXfsGtMHfa5W+KciLokOGug5QVtHwFVWv/wCVpbPneG0p01kssM2aDlhnA2LHailODJdNezDU7Qh/YKzD5Si9D7e2MzseD6vobIT68gRLs6zvNLAo5J5W6yEij/YGJv1VhNAiw4RxNSva1PgA34I7ayuggrYvxaVp/6nFUq1lHm00U9eBH3dP21I1wZaDnYW9Z4nfdPjYVvboUK7DVbw4lkde8svZw5nsMo2f5Lf+Ey+cX2un7CdNhm+u/EuXFVB4CS01O9KWukIyRhPvFSMpJNdyzFIzNNFufWQItqMpVTt9ArCf3zBDyAoMXefQzXtvqGxISgUxdfk1jZLPk+WKWFqAzM3tR0p2tDdHWhHb1UQ01Rbf8IIOuu/EcJEn1SNBHiLEUQCgMUgH8YIKJVi1dS8M+qNo+ehdEHy0p9FdGHb9cdYxseb1JIOG0rhzOUNnAzY4v2kiJLzhkZxK+JPTfxz5NX7RfLG1gB1yMCc+Xv93sEldZR/L16wEMrlMZ2Ay+3z9veXd1vmwpYQUvDfvJ+hHzwAFRLOLhqBQlRpZla1TKkQEjBhkdsHhyAQuR7lyQbH9fMF+xmdEIgi+BImY+Nr7LN3kjEd2LzjZDS47zI/rruklihjxx106nkVr7ysLBs9kbgEeddm2h12XXWiPeTBglvzrFx9GFVk+6VrpHliIyvph+aC8Xri6MoYlieVtEEiyBDldTeFSdsHIVIh/NRQom1vc2bO5yQcWDObtihvxHAK+qJNMk786pcGbUk+n3J9vTTwdKfo6ZtMXwUXY2704ycK0y7i9LkCOhrH8tJyc0EAi5vZqPNITZeSizI0X4qaXwEx8Rxhx4RFduVejqIwjXlNx/PGOkZ9oxoF8xAc5Mhul6k+msfcngwzHdGmUFx0hTyCGW1onHfQEvH7syK5VVRRgMgvLKhZeqz9pu4E0KHSDKc+TWPoxSL9vurVgDGkbfXsJBv5C2JoWeyL8zJLyTUvEBPEduQCtEeo7fsjhy/O9iW+1VmYjEECLL5z/zLC0jXpzC69eEhapq5749vBvcbKSRoEl+Izcw+xwUwnmwEF2lFXI+5R6B5QHED2/uZYdW3BmrJEZ/GywNCUCDp/+70iezBjOSBPEsL3E0jt2Io/yMW4hwvZSCQNGapjRQJ1ViAoKxxxo6u5HoTX/4+/TAP5q+Gn1JfX3hS/YoYnon3FSohIKqyBvTBnoIXLcWsUUx2hZNFOxKhRoTrgSEy/H+vNrb9uGYiyTCAm51xoz0hc5+8H5ELVbxuLvOQ7xRRZ1bqtsA/terOhGt3V3bGiT56Ewjk5jwsPh1CHxr/hdCkL1TMoxAtVBv7RR9N/zR/aPbROIIHJ9zGijya+TODWU9w/61J+/P+DzeAsgjhGMN/dpaS2OgR6cqJw4oT4GRU7T0Zl8Lmu5tGqPKNmzOwkkK1NGGb++zuGB3QzEly+qbLfrObfMfGLNFD6HS93kQ3BR1hjb4jfha5/lRbEtQDtc7kxQ27FlitGjn2vE++X3deLk9F3vDW25b45mN0RaUppd5uVxEqCH6iWih9GQfHoiH5Od6vZb21jZFa7kiRD/WD6eJyq/ASuaI4seuW+DSDymxOpdK5a3XhPPDkb5wjIK5tqU1WdW3rUPyKt3AFpDBI2YBos3LZW+UFwfFNPwQITs2mTXsrIWeM+uLffDie4RXQC1bjDdUvUG6GwSBsXddT95rz1QcPgVGlDIieRTXNQgUKBidLHw1uosFClc0JRNQCutuAv5cX47cSlxHEYQNzZ8KFUxxQXV5YtnPFDsB8aZS7s3DKfFXdFWA8YFMtlhJoZZdBr6Y9tRUBLE89rAI1pul56tpf8vFNE9cz6Y0dp0+E6ayz6+3F48UUoWVLS3YseQ9OzNJGcOS/O14bjSQ3Y+ZbjGxBMl83ozF5qi62Xi+ReyEfBDKS1rdveh8tNMvZB3EVoPv4kmjmG1JOV1J3RWMyaiO2TGBaLKBMnnfzTc/26+jrBnpaYYm7cI1W5MCOQlqIyl6xDLVJIj/z0AmANdWQda8y9Tusb5/eS1JuH2Q/S5yw6TlvIUmn3H5YfUwr6tzUq8E7f85A0ZMiQLSvEgQoP4HLh3yam60N4jXVmeibffGWRp/4gLYTcHzFAoESoPauGm97szEbx4eU8kGBgop98vpNiDFT5rhUqbv0uRtdPCTuFiW3HMdAlKk9DJnOnMhPN6wSJDq5L3IN32TPUpjOJc0UDjKvzV14A6gfpggpbi8fExU/pCEt0vpmob6sgng7qMzVo1ZKyLYSpQwecrSYzYC+eT9ARL0vxXfTE5DzFzEk/zOmVg4RvK0l9Q8Gqqpm9reIXka7DLUW4cRCZB9hDHxUYGumc28i73C1JajLITyQmA766kHfa/i3wgGAmvxxGVPR4mFN7X6Ssts1KPM8IuDtuOhDjk3/XQNUVJCtFMHb5I4ZA2r7BNvLE+d8y0U8adSlRqQotuKvwHotkQTjNJjIQ+pRtEwiW6GYJs7diwfu2tcB5rY+FK9HU55q3Bke2S2CY1pa6yGo50QsfRQ237gQ2Oewt05oO2BwGjtSf0A5K4PgbxpHxBLMv4lBjgpsa8c1hyQ6VNNkG6PWXklpaoyxILfrH4b9VNRPUsh1Zg6SKsg1Sak8R4gfvqK29P7EQUPDrlISRIi+g93mceddJz8kRYP0G6E8+FbnQwYJd+wUxaBNq+Hxvxe5khnaaszMcUVngIfC8aBv6QPrxlzphJWgvyqFDXfAR1yMnyMUxm1GR7CC4/ecRBa7vqO1tNVIH4lfGRr4D8k3yryQVnEX4CZwP4eDlIP3voerr2H4aJ+fVWn2mQEaCdwwHElZaEqRRqR/gkETbsfVg7kHRRO/iULCeJ6EK9n244IfXX+WzzZbJEqlVS5Hk49sTcBxA3HZYVvPknslZp4+3XCcq5vP81409e92mAUtM3DFx28+tFb3MQjn67NmBwJS/X9mp0ShFMy3LqfCTEQQqpjtBLNxYOxnn3702aBR8nbs5GnqrvobDSozCeg2AdvfUWd696pz11niNbxtQBRw3KHmUDV95SW6i83mqVWutKpT87ih4DJIAnivg6RIJW05mWMSooflCHLiefpg57ZSGI=" /> <script type="text/javascript" src="/Portals/_default/Skins/Cantarus/SideMenu/SideMenuTemplate.js"></script> <script src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3aed4ec4c6-6ace-4ce7-b1cb-2927a11beac8%3aea597d4b%3ab25378d2" type="text/javascript"></script> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" /> <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="S8SC9AxlyG9KHUStaKKRuojhWncDvyBinv5GhQ36knb6iH3wq99IlpdhE4SsxNOnZYQPtRbYK96VIJuIWEpJsYlfDCYI9mDrj4HNROW0w8ss3vvbNv5cZSmtqrUtraQbCoAAoSMLhkpo8W+bLdxoiFvIUIKsqU+xB2CwRHiDJudOqCvW3zeTt6fXiV2nCWyoTZ9MVcnra9TVOv35KeCaWEP9pmhb9wVUq4ohmLM5PRb5tFCF+Rg72tkV3ojoNgIfKLNGqksBAhltU/oY" /><script src="/js/dnn.js?cdv=2026" type="text/javascript"></script><script src="/js/dnn.modalpopup.js?cdv=2026" type="text/javascript"></script><script src="/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js?cdv=2026" type="text/javascript"></script><script src="/js/dnn.servicesframework.js?cdv=2026" type="text/javascript"></script><script src="/js/dnncore.js?cdv=2026" type="text/javascript"></script><script src="/Resources/Search/SearchSkinObjectPreview.js?cdv=2026" type="text/javascript"></script><script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', [], [], [], 90, ''); //]]> </script> <!--40Fingers Stylehelper Conditions Return True--> <!--40Fingers Stylehelper Conditions Return True--> <!--CDF(Css|/Portals/_default/Skins/Cantarus/libs/bootstrap/css/bootstrap.min.css?cdv=2026)--> <!--CDF(Css|/Portals/_default/Skins/Cantarus/libs/fontawesome/css/all.min.css?cdv=2026)--> <!--CDF(Css|/Portals/_default/Skins/Cantarus/libs/swiper/css/swiper.min.css?cdv=2026)--> <!--CDF(Javascript|/Portals/_default/Skins/Cantarus/libs/bootstrap/js/bootstrap.bundle.min.js?cdv=2026)--> <!--CDF(Javascript|/Portals/_default/Skins/Cantarus/libs/bootstrap/js/bootstrap.bundle.min.js?cdv=2026)--> <!--CDF(Javascript|/Portals/_default/Skins/Cantarus/skin.js?cdv=2026)--> <!--CDF(Javascript|/Portals/_default/Skins/Cantarus/libs/swiper/js/swiper.jquery.min.js?cdv=2026)--> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '287522368609051'); fbq('consent', 'revoke'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=287522368609051&ev=PageView&noscript=1" alt=""/> </noscript> <!-- End Facebook Pixel Code --> <div id="base-container"> <!--Header Theme Object--> <div id="HeaderWrapper" class="header"> <script> if (typeof Swiper === 'undefined') { document.write(unescape("%3Cdnn:DnnJsInclude runat=\"server\" id=\"jsSwiper\" FilePath=\"~/Portals/_default/Skins/Cantarus/libs/swiper/js/swiper.jquery.min.js\" Priority=\"12\" ForceProvider=\"DnnFormBottomProvider\"/%3E")); } </script> <div class="wrapper-aagbi-header "> <!-- Civic cookie control --> <script src="https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js"></script> <script> var config = { apiKey: "1cb412d3e13c3155c5c8bd3a1e086c8c87fd6ad3", product: "COMMUNITY", text: { title: "This website uses cookies.", intro: "Our website uses cookies, as almost all websites do, to help provide you with the best experience we can.", accept: "Accept all", reject: "Decline all", acceptSettings: "Accept all", rejectSettings: "Decline all" }, statement: { description: "Read our", name: "Cookie Policy", url: "https://anaesthetists.org/Home/Cookies", updated: "29/03/2022" }, necessaryCookies: [ 'dnn_IsMobile', 'language', '_RequestVerificationToken', 'LastPageId', 'StayInEditMode', 'ControlBarInit', '.DOTNETNUKE', 'authentication', ], optionalCookies: [ { name: "analytics", label: "Analytics", description: "Analytical cookies help us to improve our website by collecting and reporting information on its usage.", cookies: [ '_ga', '_gid', '_gat_UA-140024094-1', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', 'Analytics', 'Analytics_Visitor_Id', 'eventsTransactionTracking' ], onAccept: function () { dataLayer.push({ event: 'analyticsAccepted', analyticsconsent: 'fire analytics' }) }, onRevoke: function () { dataLayer.push({ event: 'analyticsRevoked', analyticsconsent: 'block analytics' }) }, }, { name: "marketing", label: "Marketing", description: "We use marketing cookies to help us improve the relevancy of advertising campaigns you receive.", cookies: [ '_gcl_au', '_fbp', 'membershipTransactionTracking' ], onAccept: function () { dataLayer.push({ event: 'marketingAccepted', marketingconsent: 'fire marketing' }) }, onRevoke: function () { dataLayer.push({ event: 'marketingRevoked', marketingconsent: 'block marketing' }) }, }, ], position: "RIGHT", theme: "DARK", }; CookieControl.load(config); </script> <!-- End of Civic cookie control --> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div id="header-logo" class="large-header-logo header-logo"> <a href="/"> <img src="/DesktopModules/Cantarus/ThemeObjects/Images/anaesthetists-logo-retina.png" /> </a> </div> <div id="header-icon" class="small-header-logo header-logo"> <a href="/"> <img src="/DesktopModules/Cantarus/ThemeObjects/Images/anaesthetists-icon-retina.png" /> </a> </div> <div class="right-sections"> <div class="mobile-section"> <div class="mobile-toggles"> <div class="search-toggle"> <button id="search-button" role="button" type="button"> <span class="mobile-padding small-mobile-hide">Search <br /> </span> <span class="aagbi-icon"> <i class="fas fa-search"></i> </span> </button> </div> <div id="mobile-menu-toggle"> <button id="mobile-toggle-open" class="mobile-toggle-button" role="button" type="button"> <span>Menu</span> <span class="aagbi-icon"> <i class="fas fa-bars"></i> </span> </button> <button id="mobile-toggle-close" class="mobile-toggle-button" role="button" type="button"> <span>Close</span> <span class="aagbi-icon"> <i class="fas fa-times"></i> </span> </button> </div> </div> <div id="mobile-search-bar" class="header-search hide-desktop"> <div class="search-toggle"> <button id="close-button" role="button" type="button"> <span class="aagbi-icon"> <i class="fas fa-times"></i> </span> </button> </div> <span id="dnn_ctl01_ddnSearchMob_ClassicSearch"> <span class="searchInputContainer" data-moreresults="See More Results" data-noresult="No Results Found"> <input name="dnn$ctl01$ddnSearchMob$txtSearch" type="text" maxlength="255" size="20" id="dnn_ctl01_ddnSearchMob_txtSearch" class="NormalTextBox" autocomplete="off" placeholder="Search..." /> <a class="dnnSearchBoxClearText"></a> </span> <a id="dnn_ctl01_ddnSearchMob_cmdSearch" class="searchLink" href="javascript:__doPostBack(&#39;dnn$ctl01$ddnSearchMob$cmdSearch&#39;,&#39;&#39;)">Search</a> </span> <script type="text/javascript"> $(function() { if (typeof dnn != "undefined" && typeof dnn.searchSkinObject != "undefined") { var searchSkinObject = new dnn.searchSkinObject({ delayTriggerAutoSearch : 400, minCharRequiredTriggerAutoSearch : 2, searchType: 'S', enableWildSearch: true, cultureCode: 'en-US', portalId: -1 } ); searchSkinObject.init(); // attach classic search var siteBtn = $('#dnn_ctl01_ddnSearchMob_SiteRadioButton'); var webBtn = $('#dnn_ctl01_ddnSearchMob_WebRadioButton'); var clickHandler = function() { if (siteBtn.is(':checked')) searchSkinObject.settings.searchType = 'S'; else searchSkinObject.settings.searchType = 'W'; }; siteBtn.on('change', clickHandler); webBtn.on('change', clickHandler); } }); </script> </div> </div> <div class="top-section"> <div id="header-search-bar" class="header-search"> <span id="dnn_ctl01_dnnSearch_ClassicSearch"> <span class="searchInputContainer" data-moreresults="See More Results" data-noresult="No Results Found"> <input name="dnn$ctl01$dnnSearch$txtSearch" type="text" maxlength="255" size="20" id="dnn_ctl01_dnnSearch_txtSearch" class="NormalTextBox" autocomplete="off" placeholder="Search..." /> <a class="dnnSearchBoxClearText"></a> </span> <a id="dnn_ctl01_dnnSearch_cmdSearch" class="searchLink" href="javascript:__doPostBack(&#39;dnn$ctl01$dnnSearch$cmdSearch&#39;,&#39;&#39;)">Search</a> </span> <script type="text/javascript"> $(function() { if (typeof dnn != "undefined" && typeof dnn.searchSkinObject != "undefined") { var searchSkinObject = new dnn.searchSkinObject({ delayTriggerAutoSearch : 400, minCharRequiredTriggerAutoSearch : 2, searchType: 'S', enableWildSearch: true, cultureCode: 'en-US', portalId: -1 } ); searchSkinObject.init(); // attach classic search var siteBtn = $('#dnn_ctl01_dnnSearch_SiteRadioButton'); var webBtn = $('#dnn_ctl01_dnnSearch_WebRadioButton'); var clickHandler = function() { if (siteBtn.is(':checked')) searchSkinObject.settings.searchType = 'S'; else searchSkinObject.settings.searchType = 'W'; }; siteBtn.on('change', clickHandler); webBtn.on('change', clickHandler); } }); </script> </div> <div class="wrapper-user-actions"> <div id="user-actions"> <table> <tr> <td class="login"> <span class="aagbi-icon aagbi-icon--log-in"> <i class="fas fa-lock"></i> </span> <span class="aagbi-icon aagbi-icon--log-out"> <i class="fas fa-sign-out-alt"></i> </span> <a id="dnn_ctl01_ctl00_loginLink" title="Login" class="aagbi-login" rel="nofollow" onclick="this.disabled=true;" href="https://anaesthetists.org/Site-Access/Login?returnurl=%2fHome%2fHeritage-centre%2fCollection%2fOral-Histories%2fDr-Charley-Johnston-Camp-Bastion">Login</a> </td> <td class="admin-menu "> <a href="/Admin/Content-Manager-Menu" class="admin-menu-link"> <span>Admin Menu</span> </a> <span class="aagbi-icon"> <i class="fas fa-toolbox"></i> </span> </td> <td class="user"> <a id="dnn_ctl01_ctl01_registerLink" title="Register" class="user-link" rel="nofollow" href="https://anaesthetists.org/Site-Access/Registration?returnurl=https%3a%2f%2fanaesthetists.org%2fHome%2fHeritage-centre%2fCollection%2fOral-Histories%2fDr-Charley-Johnston-Camp-Bastion">Register</a> <!-- CHANGED THIS FILE IN SOURCE --> <span class="aagbi-icon aagbi-icon--log-in"> <i class="fas fa-edit"></i> </span> <span class="aagbi-icon aagbi-icon--log-out"> <span class="aagbi-user-profile-icon"> <img src="/images/no_avatar.gif" /> </span> </span> </td> <td class="member"> <span class="aagbi-icon"> <i class="fas fa-user"></i> </span> <a href="/Home/Become-a-member" class="become-a-member-link"> <span>Become a member</span> </a> </td> </tr> </table> </div> </div> <nav id="mobile-mega-menu"> <ol id="dnn_ctl01_ctl02_olMenuList" class="loaded cantarus-megamenu" data-menu-id="2"> <li class="has-submenu first"> <a href="https://anaesthetists.org/Home/Education-Events" target="">Education & events</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Education-Events> <span class="menu-top-item-title"> Education &amp; events </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event"> Find an event </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Find an event </div> <div class="menu-item-section-subtitle"> <p>Search and book from all of our upcoming educational events, including conferences, seminars, Core Topics, webinars and online courses.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events"> About our events <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/Past-event-programmes"> Past event programmes <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Sponsorship and exhibition <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Online-courses"> Courses <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Conferences"> Conferences </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Conferences </div> <div class="menu-item-section-subtitle"> <p>A full list of our conferences.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Conferences"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/Events%20images/Trainee-conference-2022-background-crop.jpg?ver=2022-03-09-114632-300"> <a href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024"> <div class="menu-item-section-promo-title"> Trainee Conference 2024 </div> <div class="menu-item-section-promo-subtitle"> <strong>27-28 June, Glasgow </strong><br>Register your interest. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Face-to-face-Seminars-Core-Topics"> Seminars & Core Topics </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Seminars & Core Topics </div> <div class="menu-item-section-subtitle"> <p>A full list of seminars and Core Topics.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Face-to-face-Seminars-Core-Topics"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Education-events/Events/Event-Details/eventDateId/726"> <div class="menu-item-section-promo-title"> Core Topics Liverpool </div> <div class="menu-item-section-promo-subtitle"> <strong>Friday 8 March 2024 </strong><br>Join us in Liverpool for the latest updates in anaesthesia. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education"> Online education </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Online education </div> <div class="menu-item-section-subtitle"> <p>We also provide a number of other educational resources including online courses, webinars and Learn@ - the online learning platform for Association members.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/About-Learn"> About Learn@ <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Webinars"> Webinars <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Past-webinar-recordings"> Past webinar recordings <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Online-courses"> Courses <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events">About our events</a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> About our events </div> <div class="menu-item-section-subtitle"> <p>More about the seminars, webinars, Core Topics meetings, conferences and other educational events we offer.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events"> Learn more <i class="fas fa-arrow-right"></i></a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/Events%20images/Trainee-conference-2022-background-crop.jpg?ver=2022-03-09-114632-300')"> <a href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024"> <div class="menu-item-section-promo-title"> Trainee Conference 2024 </div> <div class="menu-item-section-promo-subtitle"> <strong>27-28 June, Glasgow </strong><br>Register your interest. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education/Quality-Assurance-for-Association-Education"> Quality Assurance </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Quality Assurance </div> <div class="menu-item-section-subtitle"> <p>The Association of Anaesthetists quality assures its educational output in line with its Quality Assurance Manual and CPD Code of Practice. Browse and download resources on Quality Assurance.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education/Quality-Assurance-for-Association-Education"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education/Abstracts"> Abstracts </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Abstracts </div> <div class="menu-item-section-subtitle"> <p>FAQs, past abstracts submissions and abstract submission timetable.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education/Abstracts"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024/Abstracts-2024"> Trainee Conference 2024 abstracts <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Annual-Congress-2024/Abstract-submission-Annual-Congress-2024"> Abstract submission Annual Congress 2024 <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Sponsorship and exhibition </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Sponsorship and exhibition </div> <div class="menu-item-section-subtitle"> <p>Raise your organisation’s profile amongst the anaesthesia specialty by partnering with the Association of Anaesthetists, who represent anaesthetists working within healthcare’s largest hospital specialty.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Find out more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Membership" target="">Membership</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Membership> <span class="menu-top-item-title"> Membership </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Become-a-member"> Join now </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Join now </div> <div class="menu-item-section-subtitle"> <p>Register for a new account or login, then find your membership category in a few simple steps. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Become-a-member"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Membership/Members-patient-transfer-insurance"> <div class="menu-item-section-promo-title"> Free patient transfer insurance cover </div> <div class="menu-item-section-promo-subtitle"> Members receive free worldwide patient transfer cover of up to £1 million. Terms and conditions apply. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="/Home/Membership/Benefits-of-membership/Membership-categories-and-rates"> Categories and rates </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Categories and rates </div> <div class="menu-item-section-subtitle"> <p>Membership categories and membership rates for 2023-24. </p> </div> <div class="menu-item-read-more"> <a href="/Home/Membership/Benefits-of-membership/Membership-categories-and-rates"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Resources-publications"> <div class="menu-item-section-promo-title"> Industry-leading publications </div> <div class="menu-item-section-promo-subtitle"> Members can access the internationally respected journal <i>Anaesthesia</i> and <i>Anaesthesia Reports</i>. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/Benefits-of-membership"> Benefits of membership </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Benefits of membership </div> <div class="menu-item-section-subtitle"> <p>Becoming a part of this supportive and respected community gives you access to a range of benefits.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/Benefits-of-membership"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Medical-Student"> Medical Students <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees"> Trainees <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Consultants"> Consultants <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors"> SAS doctors <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/International"> International <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/Trainees"> Resources for trainees </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Supporting anaesthetists in training </div> <div class="menu-item-section-subtitle"> <p>We recognise both the rewarding and the more challenging elements this career stage as an anaesthetist can bring.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/Trainees"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees/Trainee-Committee"> Trainee Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Meet-the-Trainee-Committee"> Meet the Trainee Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Career-support/Less-than-full-time-LTFT-training"> Less than full-time (LTFT) training <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees/A-Guide-to-Parenting-During-Anaesthesia-Training"> A Guide to Parenting During Anaesthesia Training <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/SAS-doctors"> Resources for SAS/NCHD members </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Supporting our SAS/NCHD members </div> <div class="menu-item-section-subtitle"> <p>SAS doctors are important members of any department, especially in anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/SAS-doctors"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/SAS-Committee"> SAS Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/The-SAS-Link-Scheme"> The SAS Link Scheme <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/The-SAS-Handbook-2023"> The SAS handbook 2023 <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/My-account/My-profile/"> Update your details </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Update your details </div> <div class="menu-item-section-subtitle"> <p>Updating your contact information and preferences will help us to support you at every stage of your career. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/My-account/My-profile/"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/My-Account/My-Profile/Diversity-Data"> <div class="menu-item-section-promo-title"> Importance of diversity data </div> <div class="menu-item-section-promo-subtitle"> So that we can ensure and monitor equality and inclusion, we collect information about our members. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Resources-publications" target="">Resources & publications</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Resources-publications> <span class="menu-top-item-title"> Resources &amp; publications </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Guidelines </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Publications and guidelines </div> <div class="menu-item-section-subtitle"> <p>Browse and download our wide range of patient safety and care guidelines. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Guidelines <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Guidelines/Archived-guidelines"> Archived guidelines <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts/Anaesthesia-emergencies/Quick-Reference-Handbook"> Quick Reference Handbook (QRH) <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications"> Publications </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Publications </div> <div class="menu-item-section-subtitle"> <p>Browse and download our award-winning publications. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/My-account/My-subscriptions/Anaesthesia-Reports"> Anaesthesia Reports <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/About-Anaesthesia"> About Anaesthesia <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/About-Anaesthesia-Reports"> About Anaesthesia Reports <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Anaesthesia-News-landing"> Anaesthesia News <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts"> Safety alerts </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Safety alerts </div> <div class="menu-item-section-subtitle"> <p>The motto of the Association of Anaesthetists is 'In somno securitas' or 'Safe in sleep' and we remain committed to keeping both patients and anaesthetists safe. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts/Anaesthesia-emergencies/Quick-Reference-Handbook"> Quick Reference Handbook (QRH) <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Research-grants-innovation"> Research, grants & innovation </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Research, grants & innovation </div> <div class="menu-item-section-subtitle"> <p>We offer a range of research grants and undergraduate electives. We also offer an award for innovation in healthcare. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Research-grants-innovation"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Grants-awards-prizes"> Grants, awards and prizes <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Volunteering"> Volunteering <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Fundraising-opportunities"> Fundraising <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Environment"> Our environmental work </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Our environmental work </div> <div class="menu-item-section-subtitle"> <p>Find out more about what we do, and get advice and information on green anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Environment"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Annual-Congress-2021/Barema-Association-Environment-Award"> Barema &amp; Association Environment Award <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://community.anaesthetists.org/"> Community forum </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"> <i class="fas fa-arrow-left"></i>back</div></div> <div class="menu-item-section-title"> Community forum </div> <div class="menu-item-section-subtitle"> <p>Use our online forum to connect with other members.</p> </div> <div class="menu-item-read-more"> <a href="https://community.anaesthetists.org/"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://community.anaesthetists.org/top"> <div class="menu-item-section-promo-title"> Read the most popular topics </div> <div class="menu-item-section-promo-subtitle"> Browse the most popular topics on Community. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Wellbeing-support" target="">Wellbeing & support</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Wellbeing-support> <span class="menu-top-item-title"> Wellbeing &amp; support </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> Emergency contacts - I need help now </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Emergency contacts - I need help now </div> <div class="menu-item-section-subtitle"> <p>Don't face your problems alone. There are lots of services with emotional and practical advice that can help.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> <div class="menu-item-section-promo-title"> In difficulty? </div> <div class="menu-item-section-promo-subtitle"> <br>We've provided a list of emergency contacts for anyone in need of immediate help. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Physical-health-and-disabilities"> Physical health and disabilities </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Physical health and disabilities </div> <div class="menu-item-section-subtitle"> <p>We actively support the health of the anaesthesia specialty. The links below include helpful information relating to managing your own health and wellbeing. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Physical-health-and-disabilities"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mental-wellbeing"> Mental wellbeing </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Mental wellbeing </div> <div class="menu-item-section-subtitle"> <p>It’s vital, in your role as an anaesthetist, that you’re aware of the need to look after your own mental health. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mental-wellbeing"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Suicide"> Suicide <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Fatigue"> Fatigue </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Fatigue </div> <div class="menu-item-section-subtitle"> <p>It's time to change the culture of fatigue in the healthcare profession. We need to #FightFatigue together. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Fatigue"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Help-Fight-Fatigue"> Help Fight Fatigue <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Fight-Fatigue-resources/Campaign-backers"> Campaign backers <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mentoring"> Mentoring </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Mentoring </div> <div class="menu-item-section-subtitle"> <p>Mentoring is not about offering advice and sharing experiences. It's about helping someone else become effective at developing their opportunities and resources, and managing their problems, helping them to become better at helping themselves. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mentoring"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Career-support"> Career support </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Career support </div> <div class="menu-item-section-subtitle"> <p>Learn about the European Working Time Directive, less than full time training (LTFT), get tips as a first year consultant anaesthetist, read about a day in the life of a variety of hospital staff and get advice on maternity, paternity, adoption and pensions. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Career-support"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Career-support/Less-than-full-time-LTFT-training"> Less than full-time (LTFT) training <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Networks"> Networks </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Networks </div> <div class="menu-item-section-subtitle"> <p>Our different networks help to maintain links between our members and the Association. Discover more about the different networks across the UK and Ireland, how they help, and how you can get involved. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Networks"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/Link-directory"> Link directory <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/Trainee-Network-Link-directory"> Trainee Network Link directory <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/SAS-Link-directory"> SAS Link directory <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/News-opinion" target="">News & opinion</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/News-opinion> <span class="menu-top-item-title"> News &amp; opinion </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/News"> News </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> News </div> <div class="menu-item-section-subtitle"> <p>Read the latest news related to healthcare, anaesthesia, and the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/News"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/News-opinion/News/Position-statement-on-Anaesthesia-Associates"> <div class="menu-item-section-promo-title"> Position statement on Anaesthesia Associates </div> <div class="menu-item-section-promo-subtitle"> The response of the profession and of our membership has revealed significant concerns about the roll-out of the AA project, which we are committed to voicing. <br> <strong>Read more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/Briefings"> Briefings </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Briefings </div> <div class="menu-item-section-subtitle"> <p>Read the latest briefings from the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/Briefings"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Portals/0/PDFs/Briefings/September%202022%20-%20Workforce%20Briefing%20-%20Association%20of%20Anaesthetists.pdf?ver=2023-02-28-101019-537"> <div class="menu-item-section-promo-title"> NHS anaesthetic workforce briefing </div> <div class="menu-item-section-promo-subtitle"> The Association of Anaesthetists is calling for urgent action to address the growing anaesthesia workforce shortages. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Responses to consultations </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Responses to consultations </div> <div class="menu-item-section-subtitle"> <p>Read the latest responses to consultations from the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Portals/0/Association%20of%20Anaesthetists%20response%20to%20GMC%20GMP%20consultation%20July%202022.pdf?ver=2022-08-02-141914-597"> <div class="menu-item-section-promo-title"> Response to the GMC’s consultation on the proposed changes to the Good Medical Practice guidance </div> <div class="menu-item-section-promo-subtitle"> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Advocacy-and-campaigns"> Advocacy and campaigns </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Advocacy and campaigns </div> <div class="menu-item-section-subtitle"> <p>Our advocacy and campaigns and policy work includes public affairs, stakeholder engagement, public relations and media and communications.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Advocacy-and-campaigns"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Advocacy-and-campaigns/Our-latest-statements-and-comments"> Our latest statements and comments <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Responses to consultations <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Help-Fight-Fatigue"> Help Fight Fatigue <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Heritage-centre" target="">Heritage centre</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Heritage-centre> <span class="menu-top-item-title"> Heritage centre </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre"> About us </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> About us </div> <div class="menu-item-section-subtitle"> <p>The Anaesthesia Heritage Centre tells the remarkable story of anaesthesia, from its first public demonstration in 1846 to modern day anaesthetists working in the aftermath of wars and terrorist attacks. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Contact-us"> Contact us <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Support-us"> Support us <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> What's on <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> What's on </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> What's on </div> <div class="menu-item-section-subtitle"> <p>The Anaesthesia Museum holds a series of events across the year, usually linked to the temporary exhibition.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Events"> Events <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Exhibitions"> Exhibitions <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Projects"> Projects <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection"> Collection </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Collection </div> <div class="menu-item-section-subtitle"> <p>The Heritage Centre has been collecting oral histories from notable anaesthetists for several years. You can also view a a series of training films for anaesthetists here. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories"> Oral Histories <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Films"> Films <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Learning-Resources"> Learning Resources <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Learning"> Learning</a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Learning</div> <div class="menu-item-section-subtitle"> <p>View our previous exhibitions, discover biographies for important figures in the history of anaesthesia, and take look at a timeline of the history of anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Learning"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Biographies"> Biographies <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Previous-Exhibitions"> Previous Exhibitions <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Timeline"> Timeline <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/About-us/Walking-tour"> Walking tour <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> </ol> </nav> </div> <div class="bottom-section"> <nav id="header-mega-menu"> <ol id="dnn_ctl01_ctl03_olMenuList" class="loaded cantarus-megamenu" data-menu-id="2"> <li class="has-submenu first"> <a href="https://anaesthetists.org/Home/Education-Events" target="">Education & events</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Education-Events> <span class="menu-top-item-title"> Education &amp; events </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event"> Find an event </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Find an event </div> <div class="menu-item-section-subtitle"> <p>Search and book from all of our upcoming educational events, including conferences, seminars, Core Topics, webinars and online courses.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events"> About our events <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/Past-event-programmes"> Past event programmes <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Sponsorship and exhibition <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Online-courses"> Courses <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Conferences"> Conferences </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Conferences </div> <div class="menu-item-section-subtitle"> <p>A full list of our conferences.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Conferences"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/Events%20images/Trainee-conference-2022-background-crop.jpg?ver=2022-03-09-114632-300"> <a href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024"> <div class="menu-item-section-promo-title"> Trainee Conference 2024 </div> <div class="menu-item-section-promo-subtitle"> <strong>27-28 June, Glasgow </strong><br>Register your interest. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Face-to-face-Seminars-Core-Topics"> Seminars & Core Topics </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Seminars & Core Topics </div> <div class="menu-item-section-subtitle"> <p>A full list of seminars and Core Topics.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Face-to-face-Seminars-Core-Topics"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Education-events/Events/Event-Details/eventDateId/726"> <div class="menu-item-section-promo-title"> Core Topics Liverpool </div> <div class="menu-item-section-promo-subtitle"> <strong>Friday 8 March 2024 </strong><br>Join us in Liverpool for the latest updates in anaesthesia. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education"> Online education </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Online education </div> <div class="menu-item-section-subtitle"> <p>We also provide a number of other educational resources including online courses, webinars and Learn@ - the online learning platform for Association members.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/About-Learn"> About Learn@ <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Webinars"> Webinars <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Past-webinar-recordings"> Past webinar recordings <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Education/Online-courses"> Courses <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events">About our events</a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> About our events </div> <div class="menu-item-section-subtitle"> <p>More about the seminars, webinars, Core Topics meetings, conferences and other educational events we offer.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/About-our-events"> Learn more <i class="fas fa-arrow-right"></i></a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/Events%20images/Trainee-conference-2022-background-crop.jpg?ver=2022-03-09-114632-300')"> <a href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024"> <div class="menu-item-section-promo-title"> Trainee Conference 2024 </div> <div class="menu-item-section-promo-subtitle"> <strong>27-28 June, Glasgow </strong><br>Register your interest. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education/Quality-Assurance-for-Association-Education"> Quality Assurance </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Quality Assurance </div> <div class="menu-item-section-subtitle"> <p>The Association of Anaesthetists quality assures its educational output in line with its Quality Assurance Manual and CPD Code of Practice. Browse and download resources on Quality Assurance.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education/Quality-Assurance-for-Association-Education"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Education/Abstracts"> Abstracts </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Abstracts </div> <div class="menu-item-section-subtitle"> <p>FAQs, past abstracts submissions and abstract submission timetable.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Education/Abstracts"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Trainee-Conference-2024/Abstracts-2024"> Trainee Conference 2024 abstracts <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Annual-Congress-2024/Abstract-submission-Annual-Congress-2024"> Abstract submission Annual Congress 2024 <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Sponsorship and exhibition </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Sponsorship and exhibition </div> <div class="menu-item-section-subtitle"> <p>Raise your organisation’s profile amongst the anaesthesia specialty by partnering with the Association of Anaesthetists, who represent anaesthetists working within healthcare’s largest hospital specialty.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Find out more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Membership" target="">Membership</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Membership> <span class="menu-top-item-title"> Membership </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Become-a-member"> Join now </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Join now </div> <div class="menu-item-section-subtitle"> <p>Register for a new account or login, then find your membership category in a few simple steps. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Become-a-member"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Membership/Members-patient-transfer-insurance"> <div class="menu-item-section-promo-title"> Free patient transfer insurance cover </div> <div class="menu-item-section-promo-subtitle"> Members receive free worldwide patient transfer cover of up to £1 million. Terms and conditions apply. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="/Home/Membership/Benefits-of-membership/Membership-categories-and-rates"> Categories and rates </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Categories and rates </div> <div class="menu-item-section-subtitle"> <p>Membership categories and membership rates for 2023-24. </p> </div> <div class="menu-item-read-more"> <a href="/Home/Membership/Benefits-of-membership/Membership-categories-and-rates"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Resources-publications"> <div class="menu-item-section-promo-title"> Industry-leading publications </div> <div class="menu-item-section-promo-subtitle"> Members can access the internationally respected journal <i>Anaesthesia</i> and <i>Anaesthesia Reports</i>. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/Benefits-of-membership"> Benefits of membership </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Benefits of membership </div> <div class="menu-item-section-subtitle"> <p>Becoming a part of this supportive and respected community gives you access to a range of benefits.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/Benefits-of-membership"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Medical-Student"> Medical Students <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees"> Trainees <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Consultants"> Consultants <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors"> SAS doctors <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/International"> International <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/Trainees"> Resources for trainees </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Supporting anaesthetists in training </div> <div class="menu-item-section-subtitle"> <p>We recognise both the rewarding and the more challenging elements this career stage as an anaesthetist can bring.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/Trainees"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees/Trainee-Committee"> Trainee Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Meet-the-Trainee-Committee"> Meet the Trainee Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Career-support/Less-than-full-time-LTFT-training"> Less than full-time (LTFT) training <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/Trainees/A-Guide-to-Parenting-During-Anaesthesia-Training"> A Guide to Parenting During Anaesthesia Training <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Membership/SAS-doctors"> Resources for SAS/NCHD members </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Supporting our SAS/NCHD members </div> <div class="menu-item-section-subtitle"> <p>SAS doctors are important members of any department, especially in anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Membership/SAS-doctors"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/SAS-Committee"> SAS Committee <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/The-SAS-Link-Scheme"> The SAS Link Scheme <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Membership/SAS-doctors/The-SAS-Handbook-2023"> The SAS handbook 2023 <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/My-account/My-profile/"> Update your details </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Update your details </div> <div class="menu-item-section-subtitle"> <p>Updating your contact information and preferences will help us to support you at every stage of your career. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/My-account/My-profile/"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/My-Account/My-Profile/Diversity-Data"> <div class="menu-item-section-promo-title"> Importance of diversity data </div> <div class="menu-item-section-promo-subtitle"> So that we can ensure and monitor equality and inclusion, we collect information about our members. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Resources-publications" target="">Resources & publications</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Resources-publications> <span class="menu-top-item-title"> Resources &amp; publications </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Guidelines </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Publications and guidelines </div> <div class="menu-item-section-subtitle"> <p>Browse and download our wide range of patient safety and care guidelines. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Guidelines"> Guidelines <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Guidelines/Archived-guidelines"> Archived guidelines <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts/Anaesthesia-emergencies/Quick-Reference-Handbook"> Quick Reference Handbook (QRH) <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications"> Publications </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Publications </div> <div class="menu-item-section-subtitle"> <p>Browse and download our award-winning publications. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/My-account/My-subscriptions/Anaesthesia-Reports"> Anaesthesia Reports <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/About-Anaesthesia"> About Anaesthesia <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/About-Anaesthesia-Reports"> About Anaesthesia Reports <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Anaesthesia-News-landing"> Anaesthesia News <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts"> Safety alerts </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Safety alerts </div> <div class="menu-item-section-subtitle"> <p>The motto of the Association of Anaesthetists is 'In somno securitas' or 'Safe in sleep' and we remain committed to keeping both patients and anaesthetists safe. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Resources-publications/Safety-alerts/Anaesthesia-emergencies/Quick-Reference-Handbook"> Quick Reference Handbook (QRH) <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Research-grants-innovation"> Research, grants & innovation </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Research, grants & innovation </div> <div class="menu-item-section-subtitle"> <p>We offer a range of research grants and undergraduate electives. We also offer an award for innovation in healthcare. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Research-grants-innovation"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Grants-awards-prizes"> Grants, awards and prizes <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Volunteering"> Volunteering <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Get-involved/Fundraising-opportunities"> Fundraising <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Resources-publications/Environment"> Our environmental work </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Our environmental work </div> <div class="menu-item-section-subtitle"> <p>Find out more about what we do, and get advice and information on green anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Resources-publications/Environment"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Education-events/Annual-Congress-2021/Barema-Association-Environment-Award"> Barema &amp; Association Environment Award <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://community.anaesthetists.org/"> Community forum </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"> <i class="fas fa-arrow-left"></i>back</div></div> <div class="menu-item-section-title"> Community forum </div> <div class="menu-item-section-subtitle"> <p>Use our online forum to connect with other members.</p> </div> <div class="menu-item-read-more"> <a href="https://community.anaesthetists.org/"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://community.anaesthetists.org/top"> <div class="menu-item-section-promo-title"> Read the most popular topics </div> <div class="menu-item-section-promo-subtitle"> Browse the most popular topics on Community. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Wellbeing-support" target="">Wellbeing & support</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Wellbeing-support> <span class="menu-top-item-title"> Wellbeing &amp; support </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> Emergency contacts - I need help now </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Emergency contacts - I need help now </div> <div class="menu-item-section-subtitle"> <p>Don't face your problems alone. There are lots of services with emotional and practical advice that can help.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Emergency-Contacts-I-need-help-now"> <div class="menu-item-section-promo-title"> In difficulty? </div> <div class="menu-item-section-promo-subtitle"> <br>We've provided a list of emergency contacts for anyone in need of immediate help. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Physical-health-and-disabilities"> Physical health and disabilities </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Physical health and disabilities </div> <div class="menu-item-section-subtitle"> <p>We actively support the health of the anaesthesia specialty. The links below include helpful information relating to managing your own health and wellbeing. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Physical-health-and-disabilities"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mental-wellbeing"> Mental wellbeing </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Mental wellbeing </div> <div class="menu-item-section-subtitle"> <p>It’s vital, in your role as an anaesthetist, that you’re aware of the need to look after your own mental health. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mental-wellbeing"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Suicide"> Suicide <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Fatigue"> Fatigue </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Fatigue </div> <div class="menu-item-section-subtitle"> <p>It's time to change the culture of fatigue in the healthcare profession. We need to #FightFatigue together. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Fatigue"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Help-Fight-Fatigue"> Help Fight Fatigue <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Fight-Fatigue-resources/Campaign-backers"> Campaign backers <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mentoring"> Mentoring </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Mentoring </div> <div class="menu-item-section-subtitle"> <p>Mentoring is not about offering advice and sharing experiences. It's about helping someone else become effective at developing their opportunities and resources, and managing their problems, helping them to become better at helping themselves. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Mentoring"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Career-support"> Career support </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Career support </div> <div class="menu-item-section-subtitle"> <p>Learn about the European Working Time Directive, less than full time training (LTFT), get tips as a first year consultant anaesthetist, read about a day in the life of a variety of hospital staff and get advice on maternity, paternity, adoption and pensions. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Career-support"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Career-support/Less-than-full-time-LTFT-training"> Less than full-time (LTFT) training <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Networks"> Networks </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Networks </div> <div class="menu-item-section-subtitle"> <p>Our different networks help to maintain links between our members and the Association. Discover more about the different networks across the UK and Ireland, how they help, and how you can get involved. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Wellbeing-support/Networks"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/Link-directory"> Link directory <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/Trainee-Network-Link-directory"> Trainee Network Link directory <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Networks/SAS-Link-directory"> SAS Link directory <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/News-opinion" target="">News & opinion</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/News-opinion> <span class="menu-top-item-title"> News &amp; opinion </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/News"> News </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> News </div> <div class="menu-item-section-subtitle"> <p>Read the latest news related to healthcare, anaesthesia, and the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/News"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Home/News-opinion/News/Position-statement-on-Anaesthesia-Associates"> <div class="menu-item-section-promo-title"> Position statement on Anaesthesia Associates </div> <div class="menu-item-section-promo-subtitle"> The response of the profession and of our membership has revealed significant concerns about the roll-out of the AA project, which we are committed to voicing. <br> <strong>Read more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/Briefings"> Briefings </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Briefings </div> <div class="menu-item-section-subtitle"> <p>Read the latest briefings from the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/Briefings"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Portals/0/PDFs/Briefings/September%202022%20-%20Workforce%20Briefing%20-%20Association%20of%20Anaesthetists.pdf?ver=2023-02-28-101019-537"> <div class="menu-item-section-promo-title"> NHS anaesthetic workforce briefing </div> <div class="menu-item-section-promo-subtitle"> The Association of Anaesthetists is calling for urgent action to address the growing anaesthesia workforce shortages. <br> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Responses to consultations </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Responses to consultations </div> <div class="menu-item-section-subtitle"> <p>Read the latest responses to consultations from the Association. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-promo" style="background-image: url('/Portals/0/Images/a.%20Tile%20thumbnails/Swirly_Tile_Thumbnail_4.jpg?ver=2018-07-11-173400-000&timestamp=1643370904490');"> <a href="https://anaesthetists.org/Portals/0/Association%20of%20Anaesthetists%20response%20to%20GMC%20GMP%20consultation%20July%202022.pdf?ver=2022-08-02-141914-597"> <div class="menu-item-section-promo-title"> Response to the GMC’s consultation on the proposed changes to the Good Medical Practice guidance </div> <div class="menu-item-section-promo-subtitle"> <strong>Find out more</strong> </div> </a> </div> <div class="menu-item-section-secondary-list"> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Advocacy-and-campaigns"> Advocacy and campaigns </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Advocacy and campaigns </div> <div class="menu-item-section-subtitle"> <p>Our advocacy and campaigns and policy work includes public affairs, stakeholder engagement, public relations and media and communications.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Advocacy-and-campaigns"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Advocacy-and-campaigns/Our-latest-statements-and-comments"> Our latest statements and comments <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/News-opinion/Responses-to-consultations"> Responses to consultations <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Wellbeing-support/Fatigue/Help-Fight-Fatigue"> Help Fight Fatigue <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Heritage-centre" target="">Heritage centre</a> <div class="mega-menu-dropdown"> <div class="mobile-menu-controls"> <div class="menu-back-button"><i class="fas fa-arrow-left"></i>back</div> <a href=https://anaesthetists.org/Home/Heritage-centre> <span class="menu-top-item-title"> Heritage centre </span> <span class="menu-top-item-more"> Learn more <i class="fas fa-arrow-right"></i> </span> </a> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre"> About us </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> About us </div> <div class="menu-item-section-subtitle"> <p>The Anaesthesia Heritage Centre tells the remarkable story of anaesthesia, from its first public demonstration in 1846 to modern day anaesthetists working in the aftermath of wars and terrorist attacks. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Contact-us"> Contact us <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Support-us"> Support us <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> What's on <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> What's on </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> What's on </div> <div class="menu-item-section-subtitle"> <p>The Anaesthesia Museum holds a series of events across the year, usually linked to the temporary exhibition.</p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Whats-on"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Events"> Events <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Exhibitions"> Exhibitions <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Whats-on/Projects"> Projects <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection"> Collection </a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Collection </div> <div class="menu-item-section-subtitle"> <p>The Heritage Centre has been collecting oral histories from notable anaesthetists for several years. You can also view a a series of training films for anaesthetists here. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories"> Oral Histories <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Films"> Films <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Learning-Resources"> Learning Resources <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> <div class="html-menu-item"> <div class="menu-item-title"> <a href="https://anaesthetists.org/Home/Heritage-centre/Learning"> Learning</a> </div> <div class="menu-item-section"> <div class="mobile-menu-controls"> <div class="menu-back-button-secondary"><i class="fas fa-arrow-left"></i>back</div> </div> <div class="menu-item-section-title"> Learning</div> <div class="menu-item-section-subtitle"> <p>View our previous exhibitions, discover biographies for important figures in the history of anaesthesia, and take look at a timeline of the history of anaesthesia. </p> </div> <div class="menu-item-read-more"> <a href="https://anaesthetists.org/Home/Heritage-centre/Learning"> Learn more <i class="fas fa-arrow-right"></i> </a> </div> <div class="menu-item-section-secondary-list"> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Biographies"> Biographies <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Previous-Exhibitions"> Previous Exhibitions <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Timeline"> Timeline <i class="fas fa-angle-right"></i> </a> <a class="second-level-item" href="https://anaesthetists.org/Home/Heritage-centre/About-us/Walking-tour"> Walking tour <i class="fas fa-angle-right"></i> </a> </div> </div> <!-- Closing tag for html menu items, required --> </div> </div> </li> </ol> </nav> </div> <div class="mobile-sticky-button"> <div class="user"> <a id="dnn_ctl01_ctl04_registerLink" title="Register" class="user-link" rel="nofollow" href="https://anaesthetists.org/Site-Access/Registration?returnurl=https%3a%2f%2fanaesthetists.org%2fHome%2fHeritage-centre%2fCollection%2fOral-Histories%2fDr-Charley-Johnston-Camp-Bastion">Register</a> </div> <div class="member"> <a href="/Home/Become-a-member" class="become-a-member-link"> <span>Become a member</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div id="MobileHeaderWrapper" class="mobileheader"> <div class="mobile-header-logo"></div> <div class="mobile-header-menu"></div> <div class="mobile-header-search"></div> </div> <div id="FullWidthTop"> <div id="dnn_FullWidthTopPane" class="ContentPane DNNEmptyPane"></div> </div> <!-- Content Area --> <div class="container-fluid"> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-12 col-md-offset-0 col-sm-10 col-sm-offset-1 col-xs-12"> <!--Grid Width--> <div class="row"> <div id="TopGridWidth" class="col-xs-12"> <div id="dnn_TopGridWidthPane" class="ContentPane DNNEmptyPane"></div> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-12"> <div class="wrapper-page-title"> <h1 class="aagbi-page-title"> <span id="dnn_ctl03_lblPageTitle">Dr Charley Johnston: Camp Bastion</span> </h1> </div> </div> </div> </div> <div class="wrapper-breadcrumb-bar wrapper-breadcrumb-bar--with-social-icons"> <div class="container-fluid"> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-12"> <div class="row"> <div class="col-xs-4 col-sm-6 col-md-8 nopadding--mobile"> <span class="breadcrumb-section show-desktop"> <div class="aagbi-breadcrumb"> <span id="dnn_ctl04_ctl00_lblBreadcrumb"><a class="aagbi-crumb" href="https://anaesthetists.org/">Home</a><i class='fa fa-chevron-right'></i><a class="aagbi-crumb" href="https://anaesthetists.org/Home/Heritage-centre">Heritage centre</a><i class='fa fa-chevron-right'></i><a class="aagbi-crumb" href="https://anaesthetists.org/Home/Heritage-centre/Collection">Collection</a><i class='fa fa-chevron-right'></i><a class="aagbi-crumb" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories">Oral Histories</a><i class='fa fa-chevron-right'></i><a class="aagbi-crumb" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion">Dr Charley Johnston: Camp Bastion</a></span> </div> </span> <button id="mobile-breadcrumb-back" class="mobile-breadcrumb-back-button show-mobile" role="button" type="button"> <span class="aagbi-icon"> <i class="fas fa-chevron-left"></i> </span> Back </button> </div> <div class="col-xs-8 col-sm-6 col-md-4 nopadding--mobile"> <div class="social-icons"> <div class="share-text show-desktop"><span class="aagbi-icon"><i class="fas fa-share-alt"></i></span><span>Share</span></div> <div class="share-text show-mobile"><span class="aagbi-icon"><i class="fas fa-share-alt"></i></span><span>Share</span></div> <span class="breadcrumb-icons-container"> <a href="https://www.facebook.com/sharer/sharer.php?u=https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" id="dnn_ctl04_breadcrumbFbLink" target="_blank"> <span class="aagbi-icon aagbi-icon--circled aagbi-icon--facebook"> <i class="fab fa-facebook-f"></i> </span> </a> <a href="https://twitter.com/intent/tweet?url=https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" id="dnn_ctl04_breadcrumbTwitterLink" target="_blank"> <span class="aagbi-icon aagbi-icon--circled aagbi-icon--twitter"> <i class="fab fa-x-twitter"></i> </span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&url=https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" id="dnn_ctl04_breadcrumbLiLink" target="_blank"> <span class="aagbi-icon aagbi-icon--circled aagbi-icon--linkedin"> <i class="fab fa-linkedin-in"></i> </span> </a> <a href="mailTo:?&body=https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" id="dnn_ctl04_breadcrumbMailLink" target="_blank"> <span class="aagbi-icon aagbi-icon--circled aagbi-icon--envelope"> <i class="fas fa-envelope"></i> </span> </a> </span> </div> </div> </div> </div> </div> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-12"> <hr /> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-12 col-md-offset-0 col-sm-10 col-sm-offset-1 col-xs-12"> <!-- Default Content Pane --> <div class="row"> <div class="col-xs-12"> <div id="content-main"> <div id="dnn_ContentPane" class="ContentPane"><div class="DnnModule DnnModule-DNN_HTML DnnModule-9126"><a name="9126"></a> <div> <div id="dnn_ctr9126_ContentPane"><!-- Start_Module_9126 --><div id="dnn_ctr9126_ModuleContent" class="DNNModuleContent ModDNNHTMLC"> <div id="dnn_ctr9126_HtmlModule_lblContent" class="Normal"> <div style="padding: 60px 110px; background-color: #e7edf2;"> <p> Dr Charley Johnston grew up in Kenya and the Seychelles, and attended medical school in Belfast. He joined the Navy as a medical student and has been heavily involved in military anaesthesia throughout his career. He served in many war zones, including Bosnia, Iraq and Afghanistan and was instrumental in setting up the field hospital at Camp Bastion, fighting to ensure that the medical teams there were properly equipped. In addition to his work as a ‘jobbing gas-man’, he was appointed Defence Consultant Advisor for the military, served on the Association’s Council for a number of years and in 2007 became a Queen’s Honorary Physician. In this section of his interview, Dr Johnston discusses his career in the Navy, both Gulf wars and his work in Afghanistan. </p> </div> </div> </div><!-- End_Module_9126 --></div> </div></div></div> </div> </div> </div> <!--Grid Width/4--> <div class="row"> <div id="ArticleQuarter" class="col-xs-12 col-md-3"> <div id="dnn_ArticleQuarterPane" class="ContentPane"><div class="DnnModule DnnModule-DDRMenu DnnModule-9118"><a name="9118"></a> <div> <div id="dnn_ctr9118_ContentPane"><!-- Start_Module_9118 --><div id="dnn_ctr9118_ModuleContent" class="DNNModuleContent ModDDRMenuC"> <div class="wrapper-aagbi-side-menu"> <input type="checkbox" id="mobile-side-menu-toggle"/> <label for="mobile-side-menu-toggle" class="mobile-side-menu-toggle-label clearfix"> <span> <h5 class="side-menu-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories" target="">Oral Histories</a> </h5> </span> <span class="aagbi-icon"> <i class="fa fa-chevron-right" id="firstArrow"></i> </span> <span class="aagbi-icon aagbi-icon--opened"> <i class="fas fa-chevron-circle-down" id="secondArrow"></i> </span> </label> <hr class="side-menu-header-separator" /> <div class="side-menu-content"> <ul class="sub-menus"> <div class="sub-menu" data-id="1260"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Sean-Tighe-The-Falklands" target=""> Dr Sean Tighe: The Falklands </a> </h5> </div> <div class="sub-menu" data-id="1261"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-David-Zuck-The-Second-World-War" target=""> Dr David Zuck: The Second World War </a> </h5> </div> <div class="sub-menu" data-id="1262"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Ben-Siggers-Iraq-and-Afghanistan" target=""> Dr Ben Siggers: Iraq and Afghanistan </a> </h5> </div> <div class="sub-menu sub-menu--selected" data-id="1263"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion" target=""> Dr Charley Johnston: Camp Bastion </a> </h5> </div> <div class="sub-menu" data-id="1264"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Andrew-Hartle-7-7-and-the-Olympics" target=""> Dr Andrew Hartle: 7/7 and the Olympics </a> </h5> </div> <div class="sub-menu" data-id="1265"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Thomas-Boulton-The-Vietnam-War" target=""> Dr Thomas Boulton: The Vietnam War </a> </h5> </div> <div class="sub-menu" data-id="1266"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Cyril-Scurr-The-RAMC-in-the-Second-World-War" target=""> Dr Cyril Scurr: The RAMC in the Second World War </a> </h5> </div> <div class="sub-menu" data-id="1268"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Prof-Alex-Crampton-Smith-Italy-in-the-Second-World-War" target=""> Prof Alex Crampton Smith: Italy in the Second World War </a> </h5> </div> <div class="sub-menu" data-id="1270"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Richard-Harris-Tham-Luang-cave-rescue" target=""> Richard Harris: Tham Luang cave rescue </a> </h5> </div> <div class="sub-menu" data-id="1271"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Jean-Horton-International-Anaesthesia" target=""> Dr Jean Horton: International Anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="1272"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Prof-David-Hatch-Paediatric-Anaesthesia-and-Great-Ormond-Street" target=""> Prof David Hatch: Paediatric Anaesthesia and Great Ormond Street </a> </h5> </div> <div class="sub-menu" data-id="1273"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Archie-Brain-The-Laryngeal-Mask" target=""> Dr Archie Brain: The Laryngeal Mask </a> </h5> </div> <div class="sub-menu" data-id="1274"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Roger-Eltringham-Adventures-in-Anaesthesia" target=""> Dr Roger Eltringham: Adventures in Anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="1275"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Mr-Eric-Hayward-Design-in-Anaesthesia" target=""> Mr Eric Hayward: Design in Anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="1276"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Ramana-Alladi-SAS-Doctors" target=""> Dr Ramana Alladi: SAS Doctors </a> </h5> </div> <div class="sub-menu" data-id="1277"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Prof-Jennifer-Hunter-Academic-Anaesthesia" target=""> Prof Jennifer Hunter: Academic Anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="1278"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Sir-Ivan-Magill-Endotracheal-Intubation" target=""> Sir Ivan Magill: Endotracheal Intubation </a> </h5> </div> <div class="sub-menu" data-id="1279"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Prof-William-Mapleson-Physics-in-Anaesthesia" target=""> Prof William Mapleson: Physics in Anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="1280"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Sir-Peter-Simpson-The-Royal-College-European-Societies" target=""> Dr Sir Peter Simpson: The Royal College &amp; European Societies </a> </h5> </div> <div class="sub-menu" data-id="1281"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Peter-Wallace-Intensive-Care-in-Scotland" target=""> Dr Peter Wallace: Intensive Care in Scotland </a> </h5> </div> <div class="sub-menu" data-id="1282"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-David-Wilkinson-World-Anaesthesia-The-Museum" target=""> Dr David Wilkinson: World Anaesthesia &amp; The Museum </a> </h5> </div> <div class="sub-menu" data-id="1283"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Sheila-Willatts-Intensive-Care" target=""> Dr Sheila Willatts: Intensive Care </a> </h5> </div> <div class="sub-menu" data-id="1682"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Alan-McGlennan-COVID-19-pandemic" target=""> Dr Alan McGlennan: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1700"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Jane-Lim-COVID-19-pandemic" target=""> Dr Jane Lim: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1701"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Tim-Meek-COVID-19-pandemic" target=""> Dr Tim Meek: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1702"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Shanath-Ramachandran-COVID-19-pandemic" target=""> Dr Shanath Ramachandran: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1703"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Carl-Waldmann-COVID-19-pandemic" target=""> Dr Carl Waldmann: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1704"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-John-Shubhaker-COVID-19-pandemic" target=""> Dr John Shubhaker: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1707"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Alison-Pittard-COVID-19-pandemic" target=""> Dr Alison Pittard: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1708"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Sarah-Ramsay-COVID-19-pandemic" target=""> Dr Sarah Ramsay: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1709"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Nuala-Lucas-COVID-19-pandemic" target=""> Dr Nuala Lucas: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1710"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Natalie-Mincher-COVID-19-pandemic" target=""> Dr Natalie Mincher: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="1711"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Rory-Dwyer-COVID-19-pandemic" target=""> Dr Rory Dwyer: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="2007"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Professor-Andrew-Farmery-COVID-19-pandemic" target=""> Professor Andrew Farmery: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="2008"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Fiona-Roberts-COVID-19-pandemic" target=""> Dr Fiona Roberts: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="2039"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Michael-Spiro-and-Dr-Marc-Wittenberg-COVID-19-pandemic" target=""> Dr Michael Spiro and Dr Marc Wittenberg: COVID-19 pandemic </a> </h5> </div> <div class="sub-menu" data-id="2224"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Penny-Hewitt-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Penelope Hewitt: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2227"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Nick-Francis-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Nick Francis: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2228"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Professor-Andrew-Hartle-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Professor Andrew Hartle: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2229"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Jack-Roberts-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Jack Roberts: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2230"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Anna-Maria-Rollin-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Anna-Maria Rollin: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2231"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Rebecca-Taylor-Smith-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Rebecca Taylor-Smith: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2232"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Jen-Warren-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Jen Warren: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> <div class="sub-menu" data-id="2233"> <h5 class="sub-header"> <a href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Sethina-Watson-Lost-in-the-ether-missing-perspectives-within-anaesthesia" target=""> Dr Sethina Watson: Lost in the ether: missing perspectives within anaesthesia </a> </h5> </div> </ul> </div> </div> </div><!-- End_Module_9118 --></div> </div></div><div class="DnnModule DnnModule-TemplateDisplay DnnModule-9119"><a name="9119"></a> <div> <div id="dnn_ctr9119_ContentPane"><!-- Start_Module_9119 --><div id="dnn_ctr9119_ModuleContent" class="DNNModuleContent ModTemplateDisplayC"> <div id="dnn_ctr9119_View_htmlContainer"><a href="/Home/Heritage-centre" title=""> <div class="wrapper-sidebar-advert-cta" style="background-image: url('/Portals/0/cta-user-mobile.jpg?ver=2018-03-21-141541-127')"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12"> <h1>Discover the remarkable story of anaesthesia</h1> <p>Take a tour of our Heritage museum</p> </div> </div> <div class="row"> <div class="col-xs-12"> <span class="cta-button"> <i class="fas fa-user"></i> Book your visit </span> </div> </div> </div> </div> </a> </div> </div><!-- End_Module_9119 --></div> </div></div><div class="DnnModule DnnModule-TwitterFeed DnnModule-9120"><a name="9120"></a> <div> <div id="dnn_ctr9120_ContentPane"><!-- Start_Module_9120 --><div id="dnn_ctr9120_ModuleContent" class="DNNModuleContent ModTwitterFeedC"> <input type="hidden" name="dnn$ctr9120$View$hdnNoOfTweetLines" id="hdnNoOfTweetLines" value="4" /> <input type="hidden" name="dnn$ctr9120$View$hdnTweetFontSize" id="hdnTweetFontSize" value="16" /> <div id="dnn_ctr9120_View_TwitterFeedEl" data-equalizer="tweets"></div> </div><!-- End_Module_9120 --></div> </div></div></div> </div> <div id="ArticleThreeQuarters" class="col-xs-12 col-md-9 col-lg-7 col-lg-offset-1"> <div id="dnn_ArticleThreeQuartersPane" class="ContentPane"><div class="DnnModule DnnModule-DNN_HTML DnnModule-9121"><a name="9121"></a> <div> <div id="dnn_ctr9121_ContentPane"><!-- Start_Module_9121 --><div id="dnn_ctr9121_ModuleContent" class="DNNModuleContent ModDNNHTMLC"> <div id="dnn_ctr9121_HtmlModule_lblContent" class="Normal"> <p> </p> <h2>The Navy <p> </p> </h2> <p>I joined the Navy as a medical student. I joined the Navy Reserves at 16 as what the Navy calls a stoker and what the rest of the world would call a diesel mechanic, with a view to spend as much time with the Navy as I could to find out what the Navy was like before I sold myself for thirty pieces of silver. </p> <p>I did my house jobs with the Navy in Plymouth. I had debated on doing them in the Ulster Hospital, but I got some threats from the IRA, because of the naval connection. How real it was, I’m not certain, but that made my mind up that I would go and do my house jobs with the Navy. I did both medicine and surgery and orthopaedics house jobs. After that I had to go to Dartmouth for what we call the short knife and fork course: how to behave as an officer and a gentleman, and there was a couple of months gap between end of house jobs and Dartmouth, and I did three months anaesthetics just as a gap filler. To my enormous surprise, enjoyed it hugely. </p> <p>Then I disappeared off into the submarine world for a couple of years. The Navy also trained me as a diver and I got involved in some of the diving research things and submarines where the doctor is responsible for atmosphere monitoring. A submarine is the biggest closed circuit breathing apparatus in the world, so there’s parts of this that were purely coincidentally very useful and the diving world. </p> <p>The next step after the submarines was heading down to Haslar and starting anaesthetics there. I was in Haslar until ’82, whenever, I then got something that would be totally unacceptable now, where I was sent out as the only anaesthetist in Gibraltar, as still SHO/Registrar. </p> <h2>Gibraltar <p> </p> </h2> <p>Some memories sit fairly vividly. There was a horrible incident. Meningitis was very common. Having a wee girl come in with fulminant meningitis, such that she had a respiratory arrest coming into hospital and incubating her and keeping her alive until she was flown back. She subsequently died. Not helped by the fact that my son was at her birthday party five or six days before. </p> <p>We provided the anaesthetic service for the obstetrics and it really was being able to provide the anaesthetic service that I’m sure that obstetric anaesthetist would love to be able to provide, where you saw every mum at the antenatal classes, so you could talk to them, you weren’t dependent on midwives’ prejudices and things like that. It was military personnel rather than Naval, included MOD, civilians as well, hence it was 300 deliveries a year. It meant you were on call the whole time, 24 hours a day, 7 days a week. </p> <p><img src="https://anaesthesiaheritagecentreinterviews.files.wordpress.com/2014/09/hms-tireless-in-gibraltar-1990-c2a9-crown-copyright-iwm-ct-24091.jpg?w=648&resize=517%2C329" alt="HMS Tireless in Gibraltar" title="HMS Tireless in Gibraltar"> </p> <p><strong>HMS Tireless in Gibraltar, 1990, © IWM (CT 2409)<br> </strong> </p> <h2>Gulf War I</h2> <p>After that, I went to my ASCAB, Armed Service Consultant Advisory Appointments Board, I was asked, ‘Where do you think you will go?’ This was Gulf War I was just starting and I said, ‘I will be joining Argus on her way out to the Gulf next week.’ And that was true! </p> <p>I was in the Gulf for six months, Gulf War I was total idleness, I did absolutely nothing or as near nothing as made no difference at all. We expected quite a lot of casualties, the casualty estimates weren’t good, the casualties that happened were non-existent. </p> <p>I went to assorted war zones- not as peaceful as the first one. Bosnia, which wasn’t great, but the major cause of deaths was road traffic accidents. We should not have provided care for the local population was the theory, because you don’t want to set up a medical system that isn’t part of the local infrastructure. The snag is with where Šipovo was, what should have been the local hospital was on the other side of what, in NATO speak, the inter-ethnic boundary line, which meant that in practical terms, the locals around Šipovo did not wish to go to the hospital that they should have done, so we did whatever was needed, which stopped us getting bored, provided a service that they wouldn’t otherwise have had. </p> <p>After that, again, in all cases it was back to Haslar, I was on an aircraft carrier, Kosovo, Afghanistan a couple of times, Iraq for the next Gulf War… </p> <p><img src="https://anaesthesiaheritagecentre.files.wordpress.com/2014/09/ramc-field-hospital-in-gulf-war-1991-for-protection-against-chemical-and-biological-weapons-c2a9-crown-copyright-iwm-hu-102371.jpg?w=648&h=436&resize=446%2C301" alt="RAMC field hospital for protection against chemical and biological weapons in the Gulf War, 1991" title="RAMC field hospital for protection against chemical and biological weapons in the Gulf War, 1991"> </p> <p><strong>RAMC field hospital for protection against chemical and biological weapons in the Gulf War, 1991, © IWM (HU 102371)</strong> </p> <h2>Camp Bastion</h2> <p>I was involved in setting up Camp Bastion, but I never served there, I visited it as part of the checks and balances thing. It had a fantastic reputation and justifiably so. </p> <p>We got it set up well, largely because of Andrew Gilligan. I was able to get anaesthetics completely re-equipped for Gulf War II, and that made a massive difference. I never actually spoke to Gilligan, but he tried to contact me and had spoken to my secretary just as I was about to go out to Afghanistan, which would have been Spring 2002. He then did a piece on The World at One and it was very cleverly done. Everybody had the impression that he’d been talking to me and that I’d been speaking out of turn, but actually when you analysed the transcript he didn’t say that at any point, but he was making the point that the anaesthetic equipment that we had in Afghanistan was third-rate. Inadequate. </p> <p>The tri-service apparatus that Ivan Houghton had sorted out was outstanding equipment for the Falklands, but monitoring in particular hadn’t moved on and it was woefully inadequate. Because it was a small scale unit and because we said there might be Russian chemical weapons, we’d brought the monitoring equipment for the chemical defence pack, which was a decent Datex monitor, everything you’d want for monitoring. What we had in that small field hospital was as good as anybody could ask. </p> <p><img src="https://anaesthesiaheritagecentre.files.wordpress.com/2014/09/emergency-department-at-camp-bastion-2007-c2a9-crown-copyright-iwm-12bde-2007-021-164.jpg?w=648&h=430&resize=411%2C273" alt="Emergency Department at Camp Bastion, 2007" title="Emergency Department at Camp Bastion, 2007"> </p> <p><strong>Emergency Department at Camp Bastion, 2007, © IWM (12BDE-2007-021-164) </strong> </p> <h2>Equipping Bastion & Andrew Gilligan</h2> <p>I was given the job on 7 September 2001 and four days later all the rules changed, or 9/11 to use the American terminology that we tend to refer to those days. It was fairly obvious in military planning that Gulf War II was going to happen. Blair and Bush were clearly determined that it would happen, so the military was planning for it, although there was no political, ‘This is going to happen’. It was contingency planning and the military does a lot of contingency planning. </p> <p>So I got the transcript of Gilligan’s World at One piece and went round to all of the force commanders and the people rather further up the line than I was and said, ‘Look, Gilligan was wrong whenever he said that we had inadequate kit in Afghanistan, but that was because we’d done a fudge, a fudge that we couldn’t do on a large scale operation. The anaesthetists, led by Ivan Houghton and many others, sorted out the equipment we needed. And I said, ‘If we do not go with this new list, the press are already aware that the existing kit is inadequate and what is more, I am warning you that they know and if you decide that this is not to be funded, then I am recording that you have been warned.’ And so Gilligan meant that Datex, for example, got the biggest single order for AS3 monitors that they’d ever had prior to Gulf War I. I think it was 160 of them or something like that. They had to drag them in from all over the world, but it meant that we went well equipped. </p> <p>This is into Gulf War II and on to Afghanistan. We were already in Afghanistan, but in a small scale, then Helmand and setting up Camp Bastion, with CT scanner and everything built into it. And I can recall being asked by the Secretary of State for Defence, what did we need to make sure that we were running to Health Service standards? And I was able to say, ‘A significant deterioration of what we’re running at the present!’ </p> <p>For some time before they went bad, we had an extra anaesthetist in the hospital, so that we could put an anaesthetist in the helicopter to go out to retrieval and so if there was seriously injured people, you had either an anaesthetist or an A&E consultant. We did have senior trainees with us as an extra, but it was somebody experienced there, as soon after an incident as it was safe to land a helo without it being too major a part of the target system. And the results coming back from that were very, very impressive. </p> <p>It starts with the first aid training, every serviceman is given first aid training, starting with the buddy care, so you’re dealing with people who’ve been taught how to do the basic stuff. Then you’ve got the troop medics, not full-time medics but they’ve been given rather more stuff. Then you’ve got the people you send out in the helicopter and a team being back at the hospital. You know what’s coming back, you’ve often heard not from the ambulance rumour service, (what the ambulance has been told to expect to get and what actually pulls up at the door have almost no relationship) because the anaesthetists or the consultant in the hospital would have a talking hat and could get onto the radio system. You would have a team waiting in A&E for them to come, because everybody was only a couple of minutes away and you’d a team that was working very closely together, so that everyone could get on with things. </p> <p>It was ATLS working exactly as it should do. We’d two consultants and a senior specialist registrar out there, so it was a consultant-provided service to an extent that you couldn’t do that in the UK. You couldn’t provide that in the NHS, it would be far too expensive…  it would be nice to provide a Rolls Royce service, but unaffordable. Are you going to put your consultants and anaesthetists into the ambulance going down the motorway? No you’re not, you can’t afford to. </p> <h2>NHS vs. Military</h2> <p>The bit that I think the Health Service could do with integrated teams, people who work together. The nature of the structure is that it’s difficult- you have a disciplined structure in the military which contrary to the usual view is not a, ‘I am telling you what to do.’ The captain on the ship may take the final decisions, but he’s taking advice from everybody and if he’s only doing what he wants to do the system will break down very fast. There is nowhere in the system in the Health Service that allows everybody to feel that their input has been taken care of. </p> <p>On an aircraft carrier, the air crew want to do their flying to make sure they’re totally up to speed, which means that ideally the carrier spends its whole time with a thirty knot wind going across the deck for take-off and landing, but the engines need maintenance, the seamen need to do their exercise: just like the Health Service, it’s a complex organisation with lots of conflicting priorities. The medics don’t come into it too often, but any time I came in, it was more or less on the top of the list immediately. If we could get something similar in the Health Service, I think the system would work a lot better, but you see, a chief executive is not seen in the same manner as the captain of a ship is, he’s not recognised as that, and what’s more he doesn’t have the working advice structures, that head of department and things. It’s a very different culture and there are bits that the Health Service is trying to absorb from the military. </p> <p><img src="https://anaesthesiaheritagecentre.files.wordpress.com/2014/09/military-vehicles-in-kabul-2002-c2a9-crown-copyright-iwm-land-02-012-0920.jpg?w=648&h=432&resize=404%2C269" alt="Military Vehicles in Kabul" title="Military Vehicles in Kabul"> </p> <p><strong>Military Vehicles in Kabul, 2002, © IWM (LAND-02-012-0920) </strong> </p> <h2>Achievements</h2> <p>I would say my proudest achievement from the military side was getting the re-equipping, and then Camp Bastion was that taken on a stage further. My involvement in the planning for Bastion was limited to the anaesthetic world, but because of what we’d done with Argus on Gulf War II where we’d CT scanners and so on, we were moving things on and demonstrating that you could have decent kit fairly close to the front line. </p> <p>What was I proud of in the military was integrating the reservists totally into military anaesthesia. That worked and I was really proud of the way that worked. October 2001 the ordering council mobilising the reserves was put in, but the military were very, very short of anaesthetists. Whenever I took over running anaesthetics, in terms of fulfilling the number of posts that we should have had, we were running at 19% manning. It meant that we could do the Gulf War, but what we couldn’t do was the long-term follow-up with the continuing supply. </p> <p>I went to check whether the Ordering Council, which had been done to mobilise TA service people, and we could mobilise any reserves we needed. The TA were saying, ‘To get one person we will mobilise six.’ And I said, ‘If you do that it’s a one shot weapon, because if somebody ends up going who’s unhappy with it, they leave and if somebody ends up getting mobilised and not being sent, they’ll leave.’ So I then said, ‘I will talk to people and we will get names.’ And just by phoning up people and running a plot which within two months of the reservists being mobilised, I had a plot running out 18 months ahead. </p> <p>We were able to keep the steady supply going and not lose our reservists, because they had demonstrated that they were an integrated part of the military anaesthetics and it worked very well in anaesthesia; the other specialities it didn’t work as well is the impression that I have, but then I would say that, wouldn’t I? </p> <p>  </p> </div> </div><!-- End_Module_9121 --></div> </div></div></div> </div> </div> <!--Grid Width/4--> <div class="row"> <div id="TopQuarterOne" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_TopQuarterOnePane" class="ContentPane DNNEmptyPane"></div> </div> <div id="TopQuarterTwo" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_TopQuarterTwoPane" class="ContentPane DNNEmptyPane"></div> </div> <div id="TopQuarterThree" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_TopQuarterThreePane" class="ContentPane DNNEmptyPane"></div> </div> <div id="TopQuarterFour" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_TopQuarterFourPane" class="ContentPane DNNEmptyPane"></div> </div> </div> <!--Grid Width--> <div class="row"> <div id="MidGridWidth" class="col-xs-12"> <div id="dnn_MidGridWidthPane" class="ContentPane DNNEmptyPane"></div> </div> </div> <!--Grid Width Offset 1/12--> <div class="row"> <div id="MidGridOffsetOne" class="col-xs-12"> <div id="dnn_MidGridOffsetOnePane" class="ContentPane DNNEmptyPane"></div> </div> </div> <!--Grid Width--> <div class="row"> <div id="LowerGridWidth" class="col-xs-12"> <div id="dnn_LowerGridWidthPane" class="ContentPane"><div class="DnnModule DnnModule-DNN_HTML DnnModule-9128"><a name="9128"></a> <div> <div id="dnn_ctr9128_ContentPane"><!-- Start_Module_9128 --><div id="dnn_ctr9128_ModuleContent" class="DNNModuleContent ModDNNHTMLC"> <div id="dnn_ctr9128_HtmlModule_lblContent" class="Normal"> <h2>Further reading</h2> </div> </div><!-- End_Module_9128 --></div> </div></div></div> </div> </div> <!--Grid Width/4--> <div class="row"> <div id="BottomQuarterOne" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_BottomQuarterOnePane" class="ContentPane"><div class="DnnModule DnnModule-TemplateDisplay DnnModule-9123"><a name="9123"></a> <div> <div id="dnn_ctr9123_ContentPane"><!-- Start_Module_9123 --><div id="dnn_ctr9123_ModuleContent" class="DNNModuleContent ModTemplateDisplayC"> <div id="dnn_ctr9123_View_htmlContainer"> <div class="wrapper-about-tile"> <div class="row"> <div class="col-xs-12"> <a class="about-us-tile-link" href="https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories" title=""> <span class="about-tile-image" style="background-image: url('/Portals/0/Images/Chris images/Retired members/Retired_age_343x176.jpg?ver=2018-10-10-084457-573')"></span> <h6 class="about-tile-title">Oral histories</h6> <p class="dotdotdot-ellipsis about-tile-text">The Heritage Centre has been collecting oral histories from notable anaesthetists for several years...</p> <span class="about-chevron-icon"> <i class="fas fa-chevron-right"></i> </span> </a> </div> </div> </div> </div> </div><!-- End_Module_9123 --></div> </div></div></div> </div> <div id="BottomQuarterTwo" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_BottomQuarterTwoPane" class="ContentPane"><div class="DnnModule DnnModule-TemplateDisplay DnnModule-9125"><a name="9125"></a> <div> <div id="dnn_ctr9125_ContentPane"><!-- Start_Module_9125 --><div id="dnn_ctr9125_ModuleContent" class="DNNModuleContent ModTemplateDisplayC"> <div id="dnn_ctr9125_View_htmlContainer"> <div class="wrapper-about-tile"> <div class="row"> <div class="col-xs-12"> <a class="about-us-tile-link" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Biographies" title=""> <span class="about-tile-image" style="background-image: url('/Portals/0/Images/a. Tile thumbnails/Swirly_Tile_Thumbnail_1.jpg?ver=2018-07-11-163401-050')"></span> <h6 class="about-tile-title">Biographies</h6> <p class="dotdotdot-ellipsis about-tile-text">Explore biographies for important figures in the history of anaesthesia and pain relief</p> <span class="about-chevron-icon"> <i class="fas fa-chevron-right"></i> </span> </a> </div> </div> </div> </div> </div><!-- End_Module_9125 --></div> </div></div></div> </div> <div id="BottomQuarterThree" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_BottomQuarterThreePane" class="ContentPane"><div class="DnnModule DnnModule-TemplateDisplay DnnModule-9124"><a name="9124"></a> <div> <div id="dnn_ctr9124_ContentPane"><!-- Start_Module_9124 --><div id="dnn_ctr9124_ModuleContent" class="DNNModuleContent ModTemplateDisplayC"> <div id="dnn_ctr9124_View_htmlContainer"> <div class="wrapper-about-tile"> <div class="row"> <div class="col-xs-12"> <a class="about-us-tile-link" href="https://anaesthetists.org/Home/Heritage-centre/About-us/Walking-tour" title=""> <span class="about-tile-image" style="background-image: url('/Portals/0/Images/a. Tile thumbnails/Swirly_Tile_Thumbnail_2.jpg?ver=2018-07-11-163401-050')"></span> <h6 class="about-tile-title">Walking tour</h6> <p class="dotdotdot-ellipsis about-tile-text">Take a virtual trip through some of the locations associated with the early history of anaesthesia and its connections to London.</p> <span class="about-chevron-icon"> <i class="fas fa-chevron-right"></i> </span> </a> </div> </div> </div> </div> </div><!-- End_Module_9124 --></div> </div></div></div> </div> <div id="BottomQuarterFour" class="col-xs-12 col-md-6 col-lg-3"> <div id="dnn_BottomQuarterFourPane" class="ContentPane"><div class="DnnModule DnnModule-TemplateDisplay DnnModule-9122"><a name="9122"></a> <div> <div id="dnn_ctr9122_ContentPane"><!-- Start_Module_9122 --><div id="dnn_ctr9122_ModuleContent" class="DNNModuleContent ModTemplateDisplayC"> <div id="dnn_ctr9122_View_htmlContainer"> <div class="wrapper-about-tile"> <div class="row"> <div class="col-xs-12"> <a class="about-us-tile-link" href="https://anaesthetists.org/Home/Heritage-centre/Learning/Timeline" title=""> <span class="about-tile-image" style="background-image: url('/Portals/0/Images/a. Tile thumbnails/Swirly_Tile_Thumbnail_3.jpg?ver=2018-07-11-163401-063')"></span> <h6 class="about-tile-title">Timeline</h6> <p class="dotdotdot-ellipsis about-tile-text">Take a journey through the history of anaesthesia starting in 1525</p> <span class="about-chevron-icon"> <i class="fas fa-chevron-right"></i> </span> </a> </div> </div> </div> </div> </div><!-- End_Module_9122 --></div> </div></div></div> </div> </div> <!--Grid Width--> <div class="row"> <div id="BottomGridWidth" class="col-xs-12"> <div id="dnn_BottomGridWidthPane" class="ContentPane DNNEmptyPane"></div> </div> </div> </div> </div> </div> <div id="FooterWrapper" class="footer-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-md-10 col-md-offset-1"> <div class="wrapper-member-banner"> <style id="dnn_ctl05_ctl02_memberBannerStyle"> .wrapper-member-banner .non-member-banner { background-image: url('/Portals/0/Images/Desktop Footer CTA banner/Swirly_footer_CTA_Banner 1.jpg?ver=2018-06-27-181221-607'); }@media only screen and (max-width: 991px) {.wrapper-member-banner .non-member-banner { background-image: url('/Portals/0/Images/Mobile Footer CTA banner/CTA_Banner_Mobile_1.jpg?ver=2018-07-11-163153-843'); }}</style> <div id="dnn_ctl05_ctl02_nonMemberBanner" class="member-banner non-member-banner"> <div class="row"> <div class="col-sm-7"> <h2 class="member-banner-title">Representing the medical and political views </h2> <h5>of over 10,000 anaesthetists in the UK, Ireland and internationally</h5> </div> <div class="col-sm-5"> <div class="wrapper-member-button"> <a id="dnn_ctl05_ctl02_hlNonMemberBannerMemberUrl" class="member-link" href="https://anaesthetists.org/Home/Become-a-member"> <i class="fas fa-user"></i> Become a member </a> </div> </div> </div> </div> </div> </div> </div> </div> <footer class="wrapper-aagbi-footer"> <div class="container-page-index"> <div class="container-fluid"> <div class="row"> <div class="col-lg-offset-1 col-lg-10 col-md-offset-0 col-md-12"> <div class="row"> <div class="col-xs-12 col-md-2"> <h4>Contact us</h4> <div class="column-page-index column-contact-us"> <h5> <span class="aagbi-icon"><i class="fas fa-thumbtack"></i></span> <span class="desktop-info"><a href="https://goo.gl/maps/Fzaz5EcCvyu">Visit our office</a></span> <span class="mobile-info"><a href="https://goo.gl/maps/Fzaz5EcCvyu">Directions</a></span> </h5> <p> 21 Portland Place, London, W1B 1PY, UK </p> <h5><span class="aagbi-icon"><i class="fas fa-comment"></i></span> <span class="desktop-info">Talk to us</span> <span class="mobile-info"><a href="tel:+44 (0)20 7631 1650">Call us</a></span> </h5> <p> +44 (0)20 7631 1650 </p> <h5><span class="aagbi-icon"><i class="fas fa-envelope"></i></span> <span class="desktop-info"><a href="/cdn-cgi/l/email-protection#d2bbbcb4bd92b3bcb3b7a1a6bab7a6bba1a6a1fcbda0b5">Send us an email</a></span> <span class="mobile-info"><a href="/cdn-cgi/l/email-protection#c0a9aea6af80a1aea1a5b3b4a8a5b4a9b3b4b3eeafb2a7">Email us</a></span> </h5> <p> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="96fff8f0f9d6f7f8f7f3e5e2fef3e2ffe5e2e5b8f9e4f1">[email&#160;protected]</a> </p> </div> </div> <div class="col-xs-12 col-md-10"> <div class="footer-mega-menu"> <ol id="dnn_ctl05_ctl03_olMenuList" class="loaded cantarus-megamenu" data-menu-id="3"> <li class="has-submenu first"> <a href="https://anaesthetists.org/Home/About-us" target="">About us</a> <ul class="mega-menu-dropdown"> <li> <a href="https://anaesthetists.org/Home/About-us/About-the-Association"> About the Association </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/our-strategy"> Our strategy </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/Staff"> Our staff </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/Join-our-team"> Join our team </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/Honours-awards"> Honours &amp; awards </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/Specialist-Societies"> Specialist societies </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/About-the-Association/Meet-the-Association-Board-and-Council"> Meet the Association Board and Council </a> </li> <li> <a href="https://anaesthetists.org/Home/About-us/History"> History </a> </li> </ul> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/International" target="">International</a> <ul class="mega-menu-dropdown"> <li> <a href="https://anaesthetists.org/Home/International/Our-international-work/Global-anaesthesia-partners-map"> Global anaesthesia partners map </a> </li> <li> <a href="https://anaesthetists.org/Home/International/Our-international-work/International-safety-standards"> International safety standards </a> </li> <li> <a href="https://anaesthetists.org/Home/International/Our-international-work/Safer-Anaesthesia-From-Education-SAFE"> Safer Anaesthesia From Education (SAFE) </a> </li> <li> <a href="https://anaesthetists.org/Home/International/SAFE-Africa"> SAFE Africa campaign </a> </li> </ul> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Get-involved" target="">Get involved</a> <ul class="mega-menu-dropdown"> <li> <a href="https://anaesthetists.org/Home/Resources-publications/Research-grants-innovation"> Research, grants &amp; innovation </a> </li> <li> <a href="https://anaesthetists.org/Home/Get-involved/Grants-awards-prizes"> Grants, awards and prizes </a> </li> <li> <a href="https://anaesthetists.org/Home/Get-involved/Volunteering"> Volunteering </a> </li> <li> <a href="https://anaesthetists.org/Home/Get-involved/Fundraising-opportunities"> Fundraising </a> </li> <li> <a href="https://anaesthetists.org/Home/Heritage-centre/Support-us"> Support us </a> </li> <li> <a href="https://anaesthetists.org/Home/Education-events/Find-an-event/Sponsorship-and-exhibition"> Sponsorship and exhibition </a> </li> </ul> </li> <li class="has-submenu"> <a href="https://anaesthetists.org/Home/Venue-hire" target="">Venue hire</a> <ul class="mega-menu-dropdown"> <li> <a href="https://anaesthetists.org/Home/Venue-hire/Hiring-21-Portland-Place"> 21 Portland Place rooms </a> </li> <li> <a href="https://anaesthetists.org/Home/Venue-hire/Catering-menu"> Catering menu </a> </li> </ul> </li> </ol> </div> </div> <div class="col-xs-12 hidden-md hidden-lg"> <div class="column column-info-links-mobile"> <a href="/Home/Terms-and-Conditions">Terms & Conditions</a> <a href="/Home/Accessibility">Accessibility</a> <a href="/Home/Privacy-Policy">Privacy policy</a> <a href="/Home/Cookies">Cookies</a> </div> </div> </div> </div> </div> </div> </div> <div class="copy-right-container"> <div class="container-fluid"> <div class="row"> <div class="col-xs-2 col-md-2 col-lg-1 social-links-col"> <div class="column column-social-links"> <a href="https://www.facebook.com/AssociationofAnaesthetists/"><i class="fab fa-facebook-square"></i></a> <a href="https://twitter.com/Assoc_Anaes"><i class="fab fa-x-twitter"></i></a> <a href="https://www.instagram.com/associationofanaesthetists/"><i class="fab fa-instagram"></i></a> </div> </div> <div class="col-xs-10 col-md-4 col-lg-6"> <div class="column column-copy-right-text"> <span class="desktop-copyright">&copy; 2024 The Association of Anaesthetists. All rights reserved. Registered No.1963975 (England)</span> <span class="mobile-copyright">&copy; 2024 All rights reserved. Registered No.1963975 (England)</span> </div> </div> <div class="hidden-xs hidden-sm col-md-6 col-lg-5"> <div class="column column-info-links"> <a href="/Home/Terms-and-Conditions">Terms & Conditions</a> <a href="/Home/Accessibility">Accessibility</a> <a href="/Home/Privacy-Policy">Privacy policy</a> <a href="/Home/Cookies">Cookies</a> </div> </div> </div> </div> </div> </footer> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet"> </div> </div> <input name="ScrollTop" type="hidden" id="ScrollTop" /> <input name="__dnnVariable" type="hidden" id="__dnnVariable" autocomplete="off" value="`{`__scdoff`:`1`,`sf_siteRoot`:`/`,`sf_tabId`:`1263`}" /> <input name="__RequestVerificationToken" type="hidden" value="Br7uQzedZCOgaQpJroZ4IK9_e04tLqHbOdCfWTMeIQ77W701GIHFbWLdBBrS4MHM1ULDfJA8hbRZZFnbyxE1t-JCPxqVI72II-7OpoVu3kimT2gOpnj-MtlxthY1" /><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/DesktopModules/Cantarus/MegaMenu/lib/js/modernizr-custom.js?cdv=2026" type="text/javascript"></script><script src="/Portals/_default/Skins/Cantarus/skin.js?cdv=2026" type="text/javascript"></script><script src="/Portals/_default/Skins/Cantarus/libs/swiper/js/swiper.jquery.min.js?cdv=2026" type="text/javascript"></script><script src="/DesktopModules/Cantarus/TwitterFeed/js/twitterFeed.js?cdv=2026" type="text/javascript"></script> <script type="text/javascript" src="/Resources/Shared/scripts/initWidgets.js" ></script></form> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "I joined the Navy as a medical student. I joined the Navy Reserves at 16 as what the Navy calls a stoker and what the rest of the world would call a diesel mechanic, with a view to spend as much time with the Navy as I could to find out what the Navy was like before I sold myself for thirty pieces of silver.\nI did my house jobs with the Navy in Plymouth. I had debated on doing them in the Ulster Hospital, but I got some threats from the IRA, because of the naval connection. How real it was, I’m not certain, but that made my mind up that I would go and do my house jobs with the Navy. I did both medicine and surgery and orthopaedics house jobs. After that I had to go to Dartmouth for what we call the short knife and fork course: how to behave as an officer and a gentleman, and there was a couple of months gap between end of house jobs and Dartmouth, and I did three months anaesthetics just as a gap filler. To my enormous surprise, enjoyed it hugely.\nThen I disappeared off into the submarine world for a couple of years. The Navy also trained me as a diver and I got involved in some of the diving research things and submarines where the doctor is responsible for atmosphere monitoring. A submarine is the biggest closed circuit breathing apparatus in the world, so there’s parts of this that were purely coincidentally very useful and the diving world.\nThe next step after the submarines was heading down to Haslar and starting anaesthetics there. I was in Haslar until ’82, whenever, I then got something that would be totally unacceptable now, where I was sent out as the only anaesthetist in Gibraltar, as still SHO/Registrar.\nSome memories sit fairly vividly. There was a horrible incident. Meningitis was very common. Having a wee girl come in with fulminant meningitis, such that she had a respiratory arrest coming into hospital and incubating her and keeping her alive until she was flown back. She subsequently died. Not helped by the fact that my son was at her birthday party five or six days before.\nWe provided the anaesthetic service for the obstetrics and it really was being able to provide the anaesthetic service that I’m sure that obstetric anaesthetist would love to be able to provide, where you saw every mum at the antenatal classes, so you could talk to them, you weren’t dependent on midwives’ prejudices and things like that. It was military personnel rather than Naval, included MOD, civilians as well, hence it was 300 deliveries a year. It meant you were on call the whole time, 24 hours a day, 7 days a week.\nHMS Tireless in Gibraltar, 1990, © IWM (CT 2409)\nGulf War I\nAfter that, I went to my ASCAB, Armed Service Consultant Advisory Appointments Board, I was asked, ‘Where do you think you will go?’ This was Gulf War I was just starting and I said, ‘I will be joining Argus on her way out to the Gulf next week.’ And that was true!\nI was in the Gulf for six months, Gulf War I was total idleness, I did absolutely nothing or as near nothing as made no difference at all. We expected quite a lot of casualties, the casualty estimates weren’t good, the casualties that happened were non-existent.\nI went to assorted war zones- not as peaceful as the first one. Bosnia, which wasn’t great, but the major cause of deaths was road traffic accidents. We should not have provided care for the local population was the theory, because you don’t want to set up a medical system that isn’t part of the local infrastructure. The snag is with where Šipovo was, what should have been the local hospital was on the other side of what, in NATO speak, the inter-ethnic boundary line, which meant that in practical terms, the locals around Šipovo did not wish to go to the hospital that they should have done, so we did whatever was needed, which stopped us getting bored, provided a service that they wouldn’t otherwise have had.\nAfter that, again, in all cases it was back to Haslar, I was on an aircraft carrier, Kosovo, Afghanistan a couple of times, Iraq for the next Gulf War…\nRAMC field hospital for protection against chemical and biological weapons in the Gulf War, 1991, © IWM (HU 102371)\nI was involved in setting up Camp Bastion, but I never served there, I visited it as part of the checks and balances thing. It had a fantastic reputation and justifiably so.\nWe got it set up well, largely because of Andrew Gilligan. I was able to get anaesthetics completely re-equipped for Gulf War II, and that made a massive difference. I never actually spoke to Gilligan, but he tried to contact me and had spoken to my secretary just as I was about to go out to Afghanistan, which would have been Spring 2002. He then did a piece on The World at One and it was very cleverly done. Everybody had the impression that he’d been talking to me and that I’d been speaking out of turn, but actually when you analysed the transcript he didn’t say that at any point, but he was making the point that the anaesthetic equipment that we had in Afghanistan was third-rate. Inadequate.\nThe tri-service apparatus that Ivan Houghton had sorted out was outstanding equipment for the Falklands, but monitoring in particular hadn’t moved on and it was woefully inadequate. Because it was a small scale unit and because we said there might be Russian chemical weapons, we’d brought the monitoring equipment for the chemical defence pack, which was a decent Datex monitor, everything you’d want for monitoring. What we had in that small field hospital was as good as anybody could ask.\nEmergency Department at Camp Bastion, 2007, © IWM (12BDE-2007-021-164)\nEquipping Bastion & Andrew Gilligan\nI was given the job on 7 September 2001 and four days later all the rules changed, or 9/11 to use the American terminology that we tend to refer to those days. It was fairly obvious in military planning that Gulf War II was going to happen. Blair and Bush were clearly determined that it would happen, so the military was planning for it, although there was no political, ‘This is going to happen’. It was contingency planning and the military does a lot of contingency planning.\nSo I got the transcript of Gilligan’s World at One piece and went round to all of the force commanders and the people rather further up the line than I was and said, ‘Look, Gilligan was wrong whenever he said that we had inadequate kit in Afghanistan, but that was because we’d done a fudge, a fudge that we couldn’t do on a large scale operation. The anaesthetists, led by Ivan Houghton and many others, sorted out the equipment we needed. And I said, ‘If we do not go with this new list, the press are already aware that the existing kit is inadequate and what is more, I am warning you that they know and if you decide that this is not to be funded, then I am recording that you have been warned.’ And so Gilligan meant that Datex, for example, got the biggest single order for AS3 monitors that they’d ever had prior to Gulf War I. I think it was 160 of them or something like that. They had to drag them in from all over the world, but it meant that we went well equipped.\nThis is into Gulf War II and on to Afghanistan. We were already in Afghanistan, but in a small scale, then Helmand and setting up Camp Bastion, with CT scanner and everything built into it. And I can recall being asked by the Secretary of State for Defence, what did we need to make sure that we were running to Health Service standards? And I was able to say, ‘A significant deterioration of what we’re running at the present!’\nFor some time before they went bad, we had an extra anaesthetist in the hospital, so that we could put an anaesthetist in the helicopter to go out to retrieval and so if there was seriously injured people, you had either an anaesthetist or an A&E consultant. We did have senior trainees with us as an extra, but it was somebody experienced there, as soon after an incident as it was safe to land a helo without it being too major a part of the target system. And the results coming back from that were very, very impressive.\nIt starts with the first aid training, every serviceman is given first aid training, starting with the buddy care, so you’re dealing with people who’ve been taught how to do the basic stuff. Then you’ve got the troop medics, not full-time medics but they’ve been given rather more stuff. Then you’ve got the people you send out in the helicopter and a team being back at the hospital. You know what’s coming back, you’ve often heard not from the ambulance rumour service, (what the ambulance has been told to expect to get and what actually pulls up at the door have almost no relationship) because the anaesthetists or the consultant in the hospital would have a talking hat and could get onto the radio system. You would have a team waiting in A&E for them to come, because everybody was only a couple of minutes away and you’d a team that was working very closely together, so that everyone could get on with things.\nIt was ATLS working exactly as it should do. We’d two consultants and a senior specialist registrar out there, so it was a consultant-provided service to an extent that you couldn’t do that in the UK. You couldn’t provide that in the NHS, it would be far too expensive… it would be nice to provide a Rolls Royce service, but unaffordable. Are you going to put your consultants and anaesthetists into the ambulance going down the motorway? No you’re not, you can’t afford to.\nNHS vs. Military\nThe bit that I think the Health Service could do with integrated teams, people who work together. The nature of the structure is that it’s difficult- you have a disciplined structure in the military which contrary to the usual view is not a, ‘I am telling you what to do.’ The captain on the ship may take the final decisions, but he’s taking advice from everybody and if he’s only doing what he wants to do the system will break down very fast. There is nowhere in the system in the Health Service that allows everybody to feel that their input has been taken care of.\nOn an aircraft carrier, the air crew want to do their flying to make sure they’re totally up to speed, which means that ideally the carrier spends its whole time with a thirty knot wind going across the deck for take-off and landing, but the engines need maintenance, the seamen need to do their exercise: just like the Health Service, it’s a complex organisation with lots of conflicting priorities. The medics don’t come into it too often, but any time I came in, it was more or less on the top of the list immediately. If we could get something similar in the Health Service, I think the system would work a lot better, but you see, a chief executive is not seen in the same manner as the captain of a ship is, he’s not recognised as that, and what’s more he doesn’t have the working advice structures, that head of department and things. It’s a very different culture and there are bits that the Health Service is trying to absorb from the military.\nMilitary Vehicles in Kabul, 2002, © IWM (LAND-02-012-0920)\nI would say my proudest achievement from the military side was getting the re-equipping, and then Camp Bastion was that taken on a stage further. My involvement in the planning for Bastion was limited to the anaesthetic world, but because of what we’d done with Argus on Gulf War II where we’d CT scanners and so on, we were moving things on and demonstrating that you could have decent kit fairly close to the front line.\nWhat was I proud of in the military was integrating the reservists totally into military anaesthesia. That worked and I was really proud of the way that worked. October 2001 the ordering council mobilising the reserves was put in, but the military were very, very short of anaesthetists. Whenever I took over running anaesthetics, in terms of fulfilling the number of posts that we should have had, we were running at 19% manning. It meant that we could do the Gulf War, but what we couldn’t do was the long-term follow-up with the continuing supply.\nI went to check whether the Ordering Council, which had been done to mobilise TA service people, and we could mobilise any reserves we needed. The TA were saying, ‘To get one person we will mobilise six.’ And I said, ‘If you do that it’s a one shot weapon, because if somebody ends up going who’s unhappy with it, they leave and if somebody ends up getting mobilised and not being sent, they’ll leave.’ So I then said, ‘I will talk to people and we will get names.’ And just by phoning up people and running a plot which within two months of the reservists being mobilised, I had a plot running out 18 months ahead.\nWe were able to keep the steady supply going and not lose our reservists, because they had demonstrated that they were an integrated part of the military anaesthetics and it worked very well in anaesthesia; the other specialities it didn’t work as well is the impression that I have, but then I would say that, wouldn’t I?", "id": "<urn:uuid:9354e6e9-bbde-412b-b7bc-a5b2876fdfca>", "dump": "CC-MAIN-2024-10", "url": "https://anaesthetists.org/Home/Heritage-centre/Collection/Oral-Histories/Dr-Charley-Johnston-Camp-Bastion", "date": "2024-02-25T08:08:15", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9867205619812012, "token_count": 3021 } }
<urn:uuid:945a7b1a-e341-403d-9caf-99d55d50af8a>
<!DOCTYPE html> <html lang="en" itemscope itemtype="https://schema.org/QAPage"> <!-- Powered by Question2Answer - http://www.question2answer.org/ --> <head> <meta charset="utf-8"> <title>Question on Bakunin and nationalism - Anarchy101 Q&amp;A</title> <meta name="description" content="I have seen many neo-Nazi/nationalist blogs featuring some nationalist quotes by Bakunin. Was ... and an anarchist? (I despise nationalism)"> <meta name="keywords" content="bakunin,nationalism,anarchism"> <link rel="stylesheet" href="../qa-theme/Classic/qa-styles.css?1.8.6"> <link rel="canonical" href="https://anarchy101.org/12563/question-on-bakunin-and-nationalism"> <link rel="search" type="application/opensearchdescription+xml" title="Anarchy101 Q&amp;A" href="../opensearch.xml"> <meta itemprop="name" content="Question on Bakunin and nationalism"> <script> var qa_root = '..\/'; var qa_request = '12563\/question-on-bakunin-and-nationalism'; </script> <script src="../qa-content/jquery-3.5.1.min.js"></script> <script src="../qa-content/qa-global.js?1.8.6"></script> <script> $(window).on('load', function() { qa_element_revealed=document.getElementById('anew'); }); </script> </head> <body class="qa-template-question qa-theme-classic qa-body-js-off" > <script> var b = document.getElementsByTagName('body')[0]; b.className = b.className.replace('qa-body-js-off', 'qa-body-js-on'); </script> Note that the site is in archived, read-only mode. You can browse and read, but posting is disabled. <div class="qa-body-wrapper" itemprop="mainEntity" itemscope itemtype="https://schema.org/Question"> <div class="qa-header"> <div class="qa-logo"> <a href="../" class="qa-logo-link" title="Anarchy101 Q&amp;A"><img src="../anarchy101-logo.png" width="200" height="200" alt="Anarchy101 Q&amp;A"></a> </div> <div class="qa-nav-user"> <ul class="qa-nav-user-list"> <li class="qa-nav-user-item qa-nav-user-login"> <a href="../login?to=12563%2Fquestion-on-bakunin-and-nationalism" class="qa-nav-user-link">Login</a> </li> <li class="qa-nav-user-item qa-nav-user-register"> <a href="../register?to=12563%2Fquestion-on-bakunin-and-nationalism" class="qa-nav-user-link">Register</a> </li> </ul> <div class="qa-nav-user-clear"> </div> </div> <div class="qa-search"> <form method="get" action="../search"> <input type="text" name="q" value="" class="qa-search-field"> <input type="submit" value="Search" class="qa-search-button"> </form> </div> <div class="qa-nav-main"> <ul class="qa-nav-main-list"> <li class="qa-nav-main-item qa-nav-main-activity"> <a href="../activity" class="qa-nav-main-link">All Activity</a> </li> <li class="qa-nav-main-item qa-nav-main-questions"> <a href="../questions" class="qa-nav-main-link">Questions</a> </li> <li class="qa-nav-main-item qa-nav-main-tag"> <a href="../tags" class="qa-nav-main-link">Tags</a> </li> <li class="qa-nav-main-item qa-nav-main-about-us"> <a href="../about-us" class="qa-nav-main-link">About Us</a> </li> </ul> <div class="qa-nav-main-clear"> </div> </div> <div class="qa-header-clear"> </div> </div> <!-- END qa-header --> <div class="qa-sidepanel"> <div class="qa-sidebar"> Welcome to Anarchy101 Q&amp;A, where you can ask questions and receive answers about <strong>anarchism</strong>, from anarchists.<BR><BR>Note that the site is in <strong>archived</strong>, read-only mode. You can browse and read, but posting is disabled. </div> <div class="qa-widgets-side qa-widgets-side-low"> <div class="qa-widget-side qa-widget-side-low"> <h2>Categories</h2> <ul class="qa-nav-cat-list qa-nav-cat-list-1"> <li class="qa-nav-cat-item qa-nav-cat-all"> <a href="../" class="qa-nav-cat-link qa-nav-cat-selected">All categories</a> </li> </ul> <div class="qa-nav-cat-clear"> </div> </div> </div> </div> <div class="qa-main"> <div class="qa-main-heading"> <h1> <a href="../12563/question-on-bakunin-and-nationalism"> <span itemprop="name">Question on Bakunin and nationalism</span> </a> </h1> </div> <div class="qa-part-q-view"> <div class="qa-q-view" id="q12563"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-q-view-stats"> <div class="qa-voting qa-voting-net" id="voting_12563"> <div class="qa-vote-buttons qa-vote-buttons-net"> <input title="Click to vote up" name="vote_12563_1_q12563" onclick="return qa_vote_click(this);" type="submit" value="+" class="qa-vote-first-button qa-vote-up-button"> <input title="Click to vote down" name="vote_12563_-1_q12563" onclick="return qa_vote_click(this);" type="submit" value="&ndash;" class="qa-vote-second-button qa-vote-down-button"> </div> <div class="qa-vote-count qa-vote-count-net"> <span class="qa-netvote-count"> <span class="qa-netvote-count-data">+1</span><span class="qa-netvote-count-pad"> vote <meta itemprop="upvoteCount" content="1"></span> </span> </div> <div class="qa-vote-clear"> </div> </div> </div> <input name="code" type="hidden" value="0-1708848834-008fac07dd43b79169ef0050fd756b64caa741cf"> </form> <div class="qa-q-view-main"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-q-view-content qa-post-content"> <a name="12563"></a><div itemprop="text">I have seen many neo-Nazi/nationalist blogs featuring some nationalist quotes by Bakunin.<br /> <br /> Was Bakunin really a nationalist? How can someone be both a nationalist and an anarchist? (I despise nationalism)</div> </div> <div class="qa-q-view-tags"> <ul class="qa-q-view-tag-list"> <li class="qa-q-view-tag-item"><a href="../tag/bakunin" rel="tag" class="qa-tag-link">bakunin</a></li> <li class="qa-q-view-tag-item"><a href="../tag/nationalism" rel="tag" class="qa-tag-link">nationalism</a></li> <li class="qa-q-view-tag-item"><a href="../tag/anarchism" rel="tag" class="qa-tag-link">anarchism</a></li> </ul> </div> <span class="qa-q-view-avatar-meta"> <span class="qa-q-view-meta"> <a href="../12563/question-on-bakunin-and-nationalism" class="qa-q-view-what" itemprop="url">asked</a> <span class="qa-q-view-when"> <span class="qa-q-view-when-data"><time itemprop="dateCreated" datetime="2015-12-21T20:28:31+0000" title="2015-12-21T20:28:31+0000">Dec 21, 2015</time></span> </span> <span class="qa-q-view-who"> <span class="qa-q-view-who-pad">by </span> <span class="qa-q-view-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/anarchistterror" class="qa-user-link" itemprop="url"><span itemprop="name">anarchistterror</span></a></span></span> <span class="qa-q-view-who-points"> <span class="qa-q-view-who-points-pad">(</span><span class="qa-q-view-who-points-data">390</span><span class="qa-q-view-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-q-view-buttons"> <input name="q_doanswer" id="q_doanswer" onclick="return qa_toggle_element('anew')" value="answer" title="Answer this question" type="submit" class="qa-form-light-button qa-form-light-button-answer"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="comment" title="Add a comment on this question" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-q-view-c-list" id="c12563_list"> <div class="qa-c-list-item " id="c12564" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12564"></a><div itemprop="text">i suppose that a person can use any ideology or quote or phrase as motivation to act in any way they want, or as propaganda for their own views.<br /> <br /> people hold contradictory views simultaneously quite often....i don't about bakunin in particular (i haven't read much by him).<br /> <br /> and as a general thought (and also in relation to this question) - &nbsp;what does it mean &quot;to be&quot; something (any label) ?...</div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12564#c12564" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-21T20:58:50+0000" title="2015-12-21T20:58:50+0000">Dec 21, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/bornagainanarchist" class="qa-user-link" itemprop="url"><span itemprop="name">bornagainanarchist</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">8.5k</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> <div class="qa-c-list-item " id="c12567" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12567"></a><div itemprop="text"><p>Yes. He was involved in nationalist mumbo jumbo. He writes about it in&nbsp;<em>Appeal to the Slavs.&nbsp;</em>He was possibly also an anti-Semite.</p></div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12567#c12567" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-22T02:07:13+0000" title="2015-12-22T02:07:13+0000">Dec 21, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/Zubaz" class="qa-user-link" itemprop="url"><span itemprop="name">Zubaz</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">4.7k</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> <div class="qa-c-list-item " id="c12568" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12568"></a><div itemprop="text">Bakunin was a complicated dude, no doubt. His pan-Slavism came before his anarchism though; there was a chronological development to his ideas. His antisemitism mostly had to do with his personal feud with Marx (whose own antisemitism was pretty pronounced, and Proudhon's was more explicit, and much worse than either).</div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12568#c12568" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-22T12:11:59+0000" title="2015-12-22T12:11:59+0000">Dec 22, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/lawrence" class="qa-user-link" itemprop="url"><span itemprop="name">lawrence</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">570</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> <div class="qa-c-list-item " id="c12572" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12572"></a><div itemprop="text">nation doesn't always mean state. there is a slippery slope between the concepts, but they are not always the same thing.<br /> <br /> in today's parlance, consider those who are fighting for black liberation. it is possible to see that fight as a defensive one against people who target black people specifically. it is also possible to see it as an offensive one to get more power for a particular group. (both are true to varying degrees, of course.)<br /> <br /> [i haven't read much bakunin either but have certainly read about him that he said contradictory things, and was speaking to different audiences at different times and would use different words to try to be clear.]</div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12572#c12572" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-22T16:01:17+0000" title="2015-12-22T16:01:17+0000">Dec 22, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/dot" class="qa-user-link" itemprop="url"><span itemprop="name">dot</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">53.1k</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> <br> <span class="qa-c-item-what">edited</span> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateModified" datetime="2015-12-22T16:06:35+0000" title="2015-12-22T16:06:35+0000">Dec 22, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span><span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/dot" class="qa-user-link" itemprop="url"><span itemprop="name">dot</span></a></span></span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> <div class="qa-c-list-item " id="c12576" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12576"></a><div itemprop="text">As dot mentioned, nation ≠ state. nationalism is kind of a broad term on what it's describing, but in general it's members of a nation that concern themselves with some sort of identity of said nation and seek self-determination and/or some sort of political power. but then that leads to what is a nation and identity of it, and a bunch of other stuff that gives me a headache on defining it, so i don't really bother.</div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12576#c12576" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-23T09:12:38+0000" title="2015-12-23T09:12:38+0000">Dec 23, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/Zubaz" class="qa-user-link" itemprop="url"><span itemprop="name">Zubaz</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">4.7k</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> <div class="qa-c-list-item " id="c12580" itemscope itemtype="https://schema.org/Comment"> <form method="post" action="../12563/question-on-bakunin-and-nationalism"> <div class="qa-c-item-content qa-post-content"> <a name="12580"></a><div itemprop="text">nationalism is whatever a dominant group says it is in order to keep them in power...pretty much. a great case-study for the US, i think, is david roediger's _working toward whiteness_, especially with the goof-ball 'white-tribalism' bandied about these days.</div> </div> <div class="qa-c-item-footer"> <span class="qa-c-item-avatar-meta"> <span class="qa-c-item-meta"> <a href="../12563/question-on-bakunin-and-nationalism?show=12580#c12580" class="qa-c-item-what" itemprop="url">commented</a> <span class="qa-c-item-when"> <span class="qa-c-item-when-data"><time itemprop="dateCreated" datetime="2015-12-23T16:44:09+0000" title="2015-12-23T16:44:09+0000">Dec 23, 2015</time></span> </span> <span class="qa-c-item-who"> <span class="qa-c-item-who-pad">by </span> <span class="qa-c-item-who-data"><span itemprop="author" itemscope itemtype="https://schema.org/Person"><a href="../user/AmorFati" class="qa-user-link" itemprop="url"><span itemprop="name">AmorFati</span></a></span></span> <span class="qa-c-item-who-points"> <span class="qa-c-item-who-points-pad">(</span><span class="qa-c-item-who-points-data">7.5k</span><span class="qa-c-item-who-points-pad"> points)</span> </span> </span> </span> </span> <div class="qa-c-item-buttons"> <input name="q_docomment" onclick="return qa_toggle_element('c12563')" value="reply" title="Reply to this comment" type="submit" class="qa-form-light-button qa-form-light-button-comment"> </div> </div> <input name="code" type="hidden" value="0-1708848834-88ac3a8c73886ca7ff3c9f5fb3c193230e1b6b0a"> <input name="qa_click" type="hidden" value=""> </form> <div class="qa-c-item-clear"> </div> </div> <!-- END qa-c-item --> </div> <!-- END qa-c-list --> <div class="qa-c-form" id="c12563" style="display:none;"> <h2>Please <a href="../login?to=12563%2Fquestion-on-bakunin-and-nationalism">log in</a> or <a href="../register?to=12563%2Fquestion-on-bakunin-and-nationalism">register</a> to add a comment.</h2> </div> <!-- END qa-c-form --> </div> <!-- END qa-q-view-main --> <div class="qa-q-view-clear"> </div> </div> <!-- END qa-q-view --> </div> <div class="qa-part-a-form"> <div class="qa-a-form" id="anew"> <h2>Please <a href="../login?to=12563%2Fquestion-on-bakunin-and-nationalism">log in</a> or <a href="../register?to=12563%2Fquestion-on-bakunin-and-nationalism">register</a> to answer this question.</h2> </div> <!-- END qa-a-form --> </div> <div class="qa-part-a-list"> <h2 id="a_list_title" style="display:none;"><span itemprop="answerCount">0</span> Answers</h2> <div class="qa-a-list" id="a_list"> </div> <!-- END qa-a-list --> </div> </div> <!-- END qa-main --> <div class="qa-footer"> <div class="qa-nav-footer"> <ul class="qa-nav-footer-list"> <li class="qa-nav-footer-item qa-nav-footer-feedback"> <a href="../feedback" class="qa-nav-footer-link">Send feedback</a> </li> </ul> <div class="qa-nav-footer-clear"> </div> </div> <div class="qa-attribution"> Powered by <a href="http://www.question2answer.org/">Question2Answer</a> </div> <div class="qa-footer-clear"> </div> </div> <!-- END qa-footer --> </div> <!-- END body-wrapper --> <div style="position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:0;width:0;margin:0;padding:0;border:0;"> <span id="qa-waiting-template" class="qa-waiting">...</span> </div> </body> <!-- Powered by Question2Answer - http://www.question2answer.org/ --> </html>
fineweb
{ "fineweb_metadata": { "text": "nation doesn't always mean state. there is a slippery slope between the concepts, but they are not always the same thing.\nin today's parlance, consider those who are fighting for black liberation. it is possible to see that fight as a defensive one against people who target black people specifically. it is also possible to see it as an offensive one to get more power for a particular group. (both are true to varying degrees, of course.)\n[i haven't read much bakunin either but have certainly read about him that he said contradictory things, and was speaking to different audiences at different times and would use different words to try to be clear.]", "id": "<urn:uuid:945a7b1a-e341-403d-9caf-99d55d50af8a>", "dump": "CC-MAIN-2024-10", "url": "https://anarchy101.org/12563/question-on-bakunin-and-nationalism", "date": "2024-02-25T08:13:54", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.986183226108551, "token_count": 134 } }
<urn:uuid:432629ac-b200-4692-81fa-fde647da78a8>
<!DOCTYPE html> <html dir='ltr'> <head> <link href='https://www.blogger.com/static/v1/widgets/55013136-widget_css_bundle.css' rel='stylesheet' type='text/css'/> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='https://anatheimp.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='http://anatheimp.blogspot.com/2010/04/venerable-history.html' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title="Ana the Imp - Atom" href="https://anatheimp.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="Ana the Imp - RSS" href="https://anatheimp.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="Ana the Imp - Atom" href="https://www.blogger.com/feeds/4413130168723738166/posts/default" /> <link rel="alternate" type="application/atom+xml" title="Ana the Imp - Atom" href="https://anatheimp.blogspot.com/feeds/1068381742736973016/comments/default" /> <!--Can't find substitution for tag [blog.ieCssRetrofitLinks]--> <link href='http://2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s320/Bede.jpg' rel='image_src'/> <meta content='http://anatheimp.blogspot.com/2010/04/venerable-history.html' property='og:url'/> <meta content='Venerable History' property='og:title'/> <meta content='The History of the English Church and People has a clear polemical and didactic purpose. Bede sets out, not just to tell the story of the E...' property='og:description'/> <meta content='//2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/w1200-h630-p-k-no-nu/Bede.jpg' property='og:image'/> <title>Ana the Imp: Venerable History</title> <style id='page-skin-1' type='text/css'><!-- /* * Blogger Template Style * * Sand Dollar * by Jason Sutter * Updated by Blogger Team */ /* Variable definitions ==================== <Variable name="textcolor" description="Text Color" type="color" default="#000"> <Variable name="bgcolor" description="Page Background Color" type="color" default="#f6f6f6"> <Variable name="pagetitlecolor" description="Blog Title Color" type="color" default="#F5DEB3"> <Variable name="pagetitlebgcolor" description="Blog Title Background Color" type="color" default="#DE7008"> <Variable name="descriptionColor" description="Blog Description Color" type="color" default="#9E5205" /> <Variable name="descbgcolor" description="Description Background Color" type="color" default="#F5E39e"> <Variable name="titlecolor" description="Post Title Color" type="color" default="#9E5205"> <Variable name="datecolor" description="Date Header Color" type="color" default="#777777"> <Variable name="footercolor" description="Post Footer Color" type="color" default="#444444"> <Variable name="linkcolor" description="Link Color" type="color" default="#DE7008"> <Variable name="footerlinkcolor" description="Post Footer Link Color" type="color" default="#968a0a"> <Variable name="visitedlinkcolor" description="Visited Link Color" type="color" default="#DE7008"> <Variable name="sidebarcolor" description="Sidebar Title Color" type="color" default="#B8A80D"> <Variable name="sidebarlinkcolor" description="Sidebar Link Color" type="color" default="#999999"> <Variable name="bordercolor" description="Border Color" type="color" default="#e0ad12"> <Variable name="bodyfont" description="Text Font" type="font" default="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-Serif"> <Variable name="headerfont" description="Sidebar Title Font" type="font" default="normal bold 150% Verdana,Sans-serif"> <Variable name="dateHeaderFont" description="Date Header Font" type="font" default="normal bold 105% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif"> <Variable name="pagetitlefont" description="Blog Title Font" type="font" default="normal bold 300% Verdana,Sans-Serif"> <Variable name="titlefont" description="Post Title Font" type="font" default="normal bold 160% Verdana,Sans-Serif"> <Variable name="startSide" description="Start side in blog language" type="automatic" default="left"> <Variable name="endSide" description="End side in blog language" type="automatic" default="right"> */ body, .body-fauxcolumn-outer { margin:0px; padding:0px; background:#f6f6f6; color:#000000; font-size: small; } #outer-wrapper { font:normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-Serif; } a { color:#DE7008; } a:hover { color:#9E5205; } a img { border-width: 0; } #content-wrapper { padding-top: 0; padding-right: 1em; padding-bottom: 0; padding-left: 1em; } @media all { div#main { float:right; width:66%; padding-top:30px; padding-right:0; padding-bottom:10px; padding-left:1em; border-left:dotted 1px #e0ad12; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } div#sidebar { margin-top:20px; margin-right:0px; margin-bottom:0px; margin-left:0; padding:0px; text-align:left; float: left; width: 31%; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ } } @media handheld { div#main { float:none; width:90%; } div#sidebar { padding-top:30px; padding-right:7%; padding-bottom:10px; padding-left:3%; } } #header { padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; border-bottom:dotted 1px #e0ad12; background:#F5E39e; } h1 a:link { text-decoration:none; color:#F5DEB3 } h1 a:visited { text-decoration:none; color:#F5DEB3 } h1,h2,h3 { margin: 0; } h1 { padding-top:25px; padding-right:0px; padding-bottom:10px; padding-left:5%; color:#F5DEB3; background:#DE7008; font:normal bold 300% Verdana,Sans-Serif; letter-spacing:-2px; } h3.post-title { color:#9E5205; font:normal bold 160% Verdana,Sans-Serif; letter-spacing:-1px; } h3.post-title a, h3.post-title a:visited { color: #9E5205; } h2.date-header { margin-top:10px; margin-right:0px; margin-bottom:0px; margin-left:0px; color:#777777; font: normal bold 105% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; } h4 { color:#aa0033; } #sidebar h2 { color:#B8A80D; margin:0px; padding:0px; font:normal bold 150% Verdana,Sans-serif; } #sidebar .widget { margin-top:0px; margin-right:0px; margin-bottom:33px; margin-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; font-size:95%; } #sidebar ul { list-style-type:none; padding-left: 0; margin-top: 0; } #sidebar li { margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; list-style-type:none; font-size:95%; } .description { padding:0px; margin-top:7px; margin-right:12%; margin-bottom:7px; margin-left:5%; color:#9E5205; background:transparent; font:bold 100% Verdana,Sans-Serif; } .post { margin-top:0px; margin-right:0px; margin-bottom:30px; margin-left:0px; } .post strong { color:#000000; font-weight:bold; } pre,code { color:#999999; } strike { color:#999999; } .post-footer { padding:0px; margin:0px; color:#444444; font-size:80%; } .post-footer a { border:none; color:#968a0a; text-decoration:none; } .post-footer a:hover { text-decoration:underline; } #comments { padding:0px; font-size:110%; font-weight:bold; } .comment-author { margin-top: 10px; } .comment-body { font-size:100%; font-weight:normal; color:black; } .comment-footer { padding-bottom:20px; color:#444444; font-size:80%; font-weight:normal; display:inline; margin-right:10px } .deleted-comment { font-style:italic; color:gray; } .comment-link { margin-left:.6em; } .profile-textblock { clear: both; margin-left: 0; } .profile-img { float: left; margin-top: 0; margin-right: 5px; margin-bottom: 5px; margin-left: 0; border: 2px solid #DE7008; } #sidebar a:link { color:#999999; text-decoration:none; } #sidebar a:active { color:#ff0000; text-decoration:none; } #sidebar a:visited { color:sidebarlinkcolor; text-decoration:none; } #sidebar a:hover { color:#B8A80D; text-decoration:none; } .feed-links { clear: both; line-height: 2.5em; } #blog-pager-newer-link { float: left; } #blog-pager-older-link { float: right; } #blog-pager { text-align: center; } .clear { clear: both; } .widget-content { margin-top: 0.5em; } /** Tweaks for layout editor preview */ body#layout #outer-wrapper { margin-top: 0; } body#layout #main, body#layout #sidebar { margin-top: 10px; padding-top: 0; } --></style> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=4413130168723738166&amp;zx=fa5f7083-2cd2-4f7b-ab76-58d3151a0526' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=4413130168723738166&amp;zx=fa5f7083-2cd2-4f7b-ab76-58d3151a0526' rel='stylesheet'/></noscript> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> </head> <body> <div class='navbar section' id='navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d4413130168723738166\x26blogName\x3dAna+the+Imp\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://anatheimp.blogspot.com/search\x26blogLocale\x3den_GB\x26v\x3d2\x26homepageUrl\x3dhttps://anatheimp.blogspot.com/\x26targetPostID\x3d1068381742736973016\x26blogPostOrPageUrl\x3dhttps://anatheimp.blogspot.com/2010/04/venerable-history.html\x26vt\x3d7899729399883421306', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div> <div id='outer-wrapper'><div id='wrap2'> <!-- skip links for text browsers --> <span id='skiplinks' style='display:none;'> <a href='#main'>skip to main </a> | <a href='#sidebar'>skip to sidebar</a> </span> <div id='header-wrapper'> <div class='header section' id='header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner'> <div class='titlewrapper'> <h1 class='title'> <a href='https://anatheimp.blogspot.com/'> Ana the Imp </a> </h1> </div> <div class='descriptionwrapper'> <p class='description'><span><i>This is a tale of a succubus</i></span></p> </div> </div> </div></div> </div> <div id='content-wrapper'> <div id='crosscol-wrapper' style='text-align:center'> <div class='crosscol no-items section' id='crosscol'></div> </div> <div id='main-wrapper'> <div class='main section' id='main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='blog-posts hfeed'> <div class="date-outer"> <h2 class='date-header'><span>Tuesday 6 April 2010</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s320/Bede.jpg' itemprop='image_url'/> <meta content='4413130168723738166' itemprop='blogId'/> <meta content='1068381742736973016' itemprop='postId'/> <a name='1068381742736973016'></a> <h3 class='post-title entry-title' itemprop='name'> Venerable History </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1068381742736973016' itemprop='description articleBody'> <a href="//2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s1600/Bede.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5457107493968294114" src="//2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s320/Bede.jpg" style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 243px; height: 320px;"></a><br /><em>The History of the English Church and People</em> has a clear polemical and didactic purpose. Bede sets out, not just to tell the story of the English, but to advance his views on politics and religion. In political terms he is a partisan of his native Northumbria, amplifying its role in English history over and above that of Mercia, its great southern rival. He takes greater pains in describing events of the seventh century, when Northumbria was the dominant Anglo-Saxon power, than the eighth, when it was not. The only criticism he ventures of his native Northumbria comes in writing about the death of King Ecgfrith in fighting the Picts at Nechtansmere in 685.<br /><br /><br />This defeat Bede attributes God's vengeance for the Northumbrian attack on the Irish in the previous year. For while Bede is loyal to Northumbria he shows an even greater attachment to the Irish and the Irish Celtic missionaries, whom he considers to be far more effective and dedicated than their rather complacent English counterparts.<br /><br /><br />His final preoccupation is over the precise date of Easter, which he writes about at length. It is here, and only here, that he ventures some criticism of St Cuthbert and the Irish missionaries, who celebrated the event, according to Bede, at the 'wrong' time. In the end he is pleased to note that the Irish Church was saved from error by accepting the 'correct' date for Easter. And for men like Bede this was no trivial matter. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/01284602529524462457' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/01284602529524462457' rel='author' title='author profile'> <span itemprop='name'>Anastasia F-B</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://anatheimp.blogspot.com/2010/04/venerable-history.html' itemprop='url'/> <a class='timestamp-link' href='https://anatheimp.blogspot.com/2010/04/venerable-history.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2010-04-06T12:23:00-07:00'>12:23</abbr></a> </span> <span class='post-comment-link'> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=4413130168723738166&postID=1068381742736973016' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-506948896'> <a href='https://www.blogger.com/post-edit.g?blogID=4413130168723738166&postID=1068381742736973016&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://anatheimp.blogspot.com/search/label/christianity.' rel='tag'>christianity.</a>, <a href='https://anatheimp.blogspot.com/search/label/english%20history' rel='tag'>english history</a>, <a href='https://anatheimp.blogspot.com/search/label/english%20literature' rel='tag'>english literature</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='comments' id='comments'> <a name='comments'></a> <h4>2 comments:</h4> <div class='comments-content'> <script async='async' src='' type='text/javascript'></script> <script type='text/javascript'> (function() { var items = null; var msgs = null; var config = {}; // <![CDATA[ var cursor = null; if (items && items.length > 0) { cursor = parseInt(items[items.length - 1].timestamp) + 1; } var bodyFromEntry = function(entry) { var text = (entry && ((entry.content && entry.content.$t) || (entry.summary && entry.summary.$t))) || ''; if (entry && entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') { return '<span class="deleted-comment">' + text + '</span>'; } } } return text; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]> </script> <div id='comment-holder'> <div class="comment-thread toplevel-thread"><ol id="top-ra"><li class="comment" id="c7626972017482525500"><div class="avatar-image-container"><img src="//3.bp.blogspot.com/-BVg-FDer-RY/UNANp3QVqcI/AAAAAAAABKQ/hm-NmdTjQEw/s35/cameroid.jpg" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/12117644818425439118" rel="nofollow">Ella Unread</a></cite><span class="icon user "></span><span class="datetime secondary-text"><a rel="nofollow" href="https://anatheimp.blogspot.com/2010/04/venerable-history.html?showComment=1270600786636#c7626972017482525500">6 April 2010 at 17:39</a></span></div><p class="comment-content">Oh this is good...I studied Venerable Bede&#39;s history so this is actually very helpful since it helps me remember :)</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="7626972017482525500">Reply</a><span class="item-control blog-admin blog-admin pid-481068564"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=4413130168723738166&amp;postID=7626972017482525500">Delete</a></span></span></div><div class="comment-replies"><div id="c7626972017482525500-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Replies</a></span></span><ol id="c7626972017482525500-ra" class="thread-chrome thread-expanded"><div></div><div id="c7626972017482525500-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="7626972017482525500">Reply</a></div></ol></div></div><div class="comment-replybox-single" id="c7626972017482525500-ce"></div></li><li class="comment" id="c1472719945592448793"><div class="avatar-image-container"><img src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3j6EFMlQVnccSu7zXlA1NmpjHsAST8OUJvbYednNepcrK5UBg1Bc6Dws82BPZZj9WSKCBai-ZoOzg9dAUsh-gi54AQUQEDkawVk9T2BcuN4cfWmLjxK7llN0p9u068g/s45-c/look.jpg" alt=""/></div><div class="comment-block"><div class="comment-header"><cite class="user"><a href="https://www.blogger.com/profile/01284602529524462457" rel="nofollow">Anastasia F-B</a></cite><span class="icon user blog-author"></span><span class="datetime secondary-text"><a rel="nofollow" href="https://anatheimp.blogspot.com/2010/04/venerable-history.html?showComment=1270627358325#c1472719945592448793">7 April 2010 at 01:02</a></span></div><p class="comment-content">Thanks, Ella. :-)</p><span class="comment-actions secondary-text"><a class="comment-reply" target="_self" data-comment-id="1472719945592448793">Reply</a><span class="item-control blog-admin blog-admin pid-506948896"><a target="_self" href="https://www.blogger.com/delete-comment.g?blogID=4413130168723738166&amp;postID=1472719945592448793">Delete</a></span></span></div><div class="comment-replies"><div id="c1472719945592448793-rt" class="comment-thread inline-thread hidden"><span class="thread-toggle thread-expanded"><span class="thread-arrow"></span><span class="thread-count"><a target="_self">Replies</a></span></span><ol id="c1472719945592448793-ra" class="thread-chrome thread-expanded"><div></div><div id="c1472719945592448793-continue" class="continue"><a class="comment-reply" target="_self" data-comment-id="1472719945592448793">Reply</a></div></ol></div></div><div class="comment-replybox-single" id="c1472719945592448793-ce"></div></li></ol><div id="top-continue" class="continue"><a class="comment-reply" target="_self">Add comment</a></div><div class="comment-replybox-thread" id="top-ce"></div><div class="loadmore hidden" data-post-id="1068381742736973016"><a target="_self">Load more...</a></div></div> </div> </div> <p class='comment-footer'> <div class='comment-form'> <a name='comment-form'></a> <p> </p> <a href='https://www.blogger.com/comment/frame/4413130168723738166?po=1068381742736973016&hl=en-GB' id='comment-editor-src'></a> <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe> <script src='https://www.blogger.com/static/v1/jsbin/4235886812-comment_from_post_iframe.js' type='text/javascript'></script> <script type='text/javascript'> BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html'); </script> </div> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://anatheimp.blogspot.com/2010/04/anus-mundi.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://anatheimp.blogspot.com/2010/04/green-unpleasant-land.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='https://anatheimp.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://anatheimp.blogspot.com/feeds/1068381742736973016/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget HTML' data-version='1' id='HTML20'> <div class='widget-content'> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f8222090be4c164"></script> <!-- AddThis Button END --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML19'> <div class='widget-content'> <script type="text/javascript" src="//www.blogcatalog.com/w/bio.php?id=409780"></script> </div> <div class='clear'></div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/01284602529524462457'><img alt='My photo' class='profile-img' height='60' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3j6EFMlQVnccSu7zXlA1NmpjHsAST8OUJvbYednNepcrK5UBg1Bc6Dws82BPZZj9WSKCBai-ZoOzg9dAUsh-gi54AQUQEDkawVk9T2BcuN4cfWmLjxK7llN0p9u068g/s220/look.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/01284602529524462457' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Anastasia F-B </a> </dt> <dd class='profile-textblock'>Hi, I'm Ana! History is my passion -and that is not too strong a word - but I also enjoy politics, philosophy, art, literature and travel. In addition I have a deep interest in witchcraft, in all of the ancient arts. Apart from that I'm a keen sportswoman. I play lacrosse and tennis, but I love riding most of all. I have my own horse, Annette.</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/01284602529524462457' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d4413130168723738166\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26postID\x3d1068381742736973016\x26origin\x3dhttps://anatheimp.blogspot.com/"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d4413130168723738166\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByM5OTk5OTkqByNmNmY2ZjYyByM5RTUyMDU6ByMwMDAwMDBCByM5OTk5OTlKByMwMDAwMDBSByM5OTk5OTlaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26postID\x3d1068381742736973016\x26origin\x3dhttps://anatheimp.blogspot.com/"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML7'> <h2 class='title'>Ana's Theme Tune</h2> <div class='widget-content'> <iframe width="420" height="315" src="//www.youtube.com/embed/uhMgB6ml_yI" frameborder="0" allowfullscreen></iframe> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image1'> <h2>Ana as the Imp</h2> <div class='widget-content'> <img alt='Ana as the Imp' height='139' id='Image1_img' src='//4.bp.blogspot.com/_X7cq0i0IwXc/SwtNhbgJheI/AAAAAAAAB0o/sZmjCXBxq1Y/S230/LittleDevil.jpg' width='137'/> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML18'> <h2 class='title'>Bloggers.com</h2> <div class='widget-content'> <a href="http://bloggers.com/anatheimp" rel="dofollow" ><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX76frxzktTh9kpYovPzpKQsO2GbzASNo57_WOLFBBiIoptyeg9zYCI-Cdop_GUx1SAyAX_HLEjcaiJO16lQoPlGDun5gPj_DKYlqQ=s0-d" title="Anatheimp - Find me on Bloggers.com" alt="Anatheimp - Find me on Bloggers.com"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML10'> <h2 class='title'>Twitter</h2> <div class='widget-content'> <script src="//widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#4aed05' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('AnastasiaFB').start(); </script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML17'> <h2 class='title'>BlogCatalog</h2> <div class='widget-content'> <script type="text/javascript" src="//www.blogcatalog.com/w/discuss.php?id=409780&amp;width=180&amp;rows=5&amp;htext=Discussions&amp;bg=b"></script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML16'> <div class='widget-content'> <b>My Political Views</b><br />I am a right moderate social libertarian<br />Right: 6.75, Libertarian: 2.89<br /><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUV4vdwmRuk56x85dR1uoatX6E2flPPZTB8rxbfyGD3v3mpqQOpmN7sPTVBtqr0o99EEZIaxO33OBhf8HSVOEPkbz3p7DNbzFJVV4SJ7QxJSto=s0-d"><br /><a href="http://www.gotoquiz.com/politics/political-spectrum-quiz.html">Political Spectrum Quiz</a><br /> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML15'> <div class='widget-content'> <a href="http://www.britishblogs.co.uk" title="British Blogs"><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdW8s6kWIAZN6VIqhx0qUpSwxF-MBgIXb8ww_f9SH1Nx8kp_Wwyjf7bX7Q-21zvnyVQCSeQz83wrgWpaDQ0VMAEL2ceCOXJrS6w9ofEL3sXG0_OPaHC1nyN-B6U=s0-d" width="80" height="15" border="0" alt="British Blogs"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML12'> <div class='widget-content'> <a href="http://www.ukblogdirectory.co.uk"><img src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUhz2BtXF6y2pFlmoYA8jXL16xPNO0AI94LjnMCTAebwM2YY8BoRcStDxHi80JiPJbywNIxkMKPUhBjr257wNiPhgkL3LjaaI8nf1hgvtSQ8Gd6Jm8TyiHExKGqohWo=s0-d" width="86" height="19" alt="UK Blog Directory" border="0"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML14'> <div class='widget-content'> <div style="margin:0px;"> <embed width="190" height="300" src="//www.goodreads.com/images/widget/widget2.swf" quality="high" wmode="transparent" flashvars="id=3044221&amp;shelf=read&amp;title=Anastasia&#39;s bookshelf: read&amp;host=www.goodreads.com&amp;sort=date_added&amp;order=d&amp;params=amazon,,dest_site,"> </embed> </div> <div style="display:none"> <div style="border: 1px solid #d7d7d7;-moz-border-radius:10px;-webkit-border-radius:10px;width: 165px;padding:10px; margin-bottom: 4px"><span style="color: #aaa;font-style:italic">Anastasia's bookshelf: read</span><br /><br /> <a href="http://www.goodreads.com/book/show/180373.The_Long_Voyage" style="float: left; padding: 2px" title="The Long Voyage (Tusk Ivories)"><img alt="The Long Voyage" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUr_SGnKk1wUmiOjKFiI9dVKyIkDHib3Xz6QVCXhIBOwqkmpIj37fLvsYvOxzL2MJ8LYsD1Je3OS4EhDF9vsPPTkhzoKrzoEB7MIyA_-40bxnZWFHyOdsJK9Do=s0-d" width="50"></a><a href="http://www.goodreads.com/book/show/3707924.The_White_Tiger" style="float: left; padding: 2px" title="The White Tiger"><img alt="The White Tiger" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWuBGTtVqbq6Aa0UjB7yxNIRMmlt_BATpBn_M0BeJWp1g9y_W0FCooo1WivOofz4NjdRC2NLgaaLeJf6Oto9mxvaSIf80rj0ZK4z7mzmmlPS8N-1u6F1VmZjMUR=s0-d" width="50"></a><a href="http://www.goodreads.com/book/show/1371.The_Iliad" style="float: left; padding: 2px" title="The Iliad"><img alt="The Iliad" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWwuIGVyAWggT3JIJZ6mWvcFwWOngJNPINRByf1o2yRDNpQDiGAOFqRKXFFl8uxi3jK_CwEcvSR6wpYrKJT0IB-wDmnaHsI2HIOo_1vcMlsX_QoLYPbS43A=s0-d" width="50"></a><a href="http://www.goodreads.com/book/show/41684.The_Jungle_Books" style="float: left; padding: 2px" title="The Jungle Books (Signet Classics)"><img alt="The Jungle Books" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWr0QXHpHsfux2S-HfRzdSQJtYowe59Q8WeASse2oYrwr1NMPqRw0YlQ-SVhHOwufsGgwA0rzjuwdSbm8kCvPyJgGrGvS6-HB_mls5AwkrWClmUx1-oS_faMA=s0-d" width="50"></a><a href="http://www.goodreads.com/book/show/41681.The_Jungle" style="float: left; padding: 2px" title="The Jungle"><img alt="The Jungle" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdV1c98vH3JQqW4ErHyE_Fup3pAtodViVA6WlhsHXVnqdAPPxz7KLPwutJsygYnab_eb-xDyiDAJNdbtUsvbWAUn8WeZ3t0PKhkP8f8XYcAC8ROjZ3Da0kAqMQ=s0-d" width="50"></a><a href="http://www.goodreads.com/book/show/2593587.The_Adventures_of_Tom_Sawyer" style="float: left; padding: 2px" title="The Adventures of Tom Sawyer"><img alt="The Adventures of Tom Sawyer" border="0" height="70" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdX0xGtN0-0l59Bq3kOD38xTu6aaft1rm9r5rtJ3EcWGlgwcq7qV7_4pGUHptRe5Te0Krbe356XBDFt0YZOFcB5VOll88Rp9N60nff9-uHz-Ua3HKqw=s0-d" width="50"></a><br style="clear:both" /><br /><a href="http://www.goodreads.com/user/show/3044221-anastasia-fitzgerald-beaumont" style="color: #aaa;font-size: .9em">More of Anastasia's books &raquo;</a> </div> </div> <div style="margin:0px;"> <a href="http://www.goodreads.com/user/show/3044221-anastasia-fitzgerald-beaumont" target="_blank"><img alt="Anastasia Fitzgerald-Beaumont&#39;s book recommendations, reviews, favorite quotes, book clubs, book trivia, book lists" border="0" height="32" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVef6nExj74MKeAgmyEtwxMf2K7mKvUDv9OLoFFcTh263WTDg8ikOsc1CR6WGHjXPYscqEYk91cGYTWmA32vZpYlfKtiVGPSyFByc673TpUgF-rs0hHNRG15Q=s0-d" title="Anastasia Fitzgerald-Beaumont&#39;s book recommendations, reviews, favorite quotes, book clubs, book trivia, book lists" width="190"></a> </div> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML13'> <div class='widget-content'> <embed wmode="opaque" src="//static.ning.com/socialnetworkmain/widgets/index/swf/badge.swf?v=201003091300" flashvars="backgroundColor=0xEDE9D8&amp;textColor=0x593022&amp;config=http%3A%2F%2Fbookblogs.ning.com%2Fmain%2Fbadge%2FshowPlayerConfig%3Fxg_source%3Dbadge%26size%3Dmedium%26username%3D0u5vkgutg3ok4" width="206" height="174" bgcolor="#EDE9D8" scale="noscale" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed><br /><small><a href="http://bookblogs.ning.com">Visit <em>Book Blogs</em></a></small><br /> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML5'> <div class='widget-content'> <embed wmode="opaque" src="//static.ning.com/socialnetworkmain/widgets/index/swf/badge.swf?v=201003021100" flashvars="backgroundColor=0x94BE40&amp;textColor=0x333333&amp;config=http%3A%2F%2Fwww.20sb.net%2Fmain%2Fbadge%2FshowPlayerConfig%3Fxg_source%3Dbadge%26size%3Dmedium%26username%3D0u5vkgutg3ok4" width="206" height="174" bgcolor="#94BE40" scale="noscale" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed><br /><small><a href="http://www.20sb.net">Visit <em>20 Something Bloggers</em></a></small><br /> </div> <div class='clear'></div> </div><div class='widget Feed' data-version='1' id='Feed2'> <h2>The Spectator Blog</h2> <div class='widget-content' id='Feed2_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://www.spectator.co.uk/coffeehouse/index.txml'>Loading...</a> </span> </div> <div class='clear'></div> </div><div class='widget Feed' data-version='1' id='Feed1'> <h2>Ana the Imp</h2> <div class='widget-content' id='Feed1_feedItemListDisplay'> <span style='filter: alpha(25); opacity: 0.25;'> <a href='http://anatheimp.blogspot.com/feeds/posts/default'>Loading...</a> </span> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML11'> <h2 class='title'>Lijit Search Wijit</h2> <div class='widget-content'> <script src="//www.lijit.com/wijitinit?uri=http://www.lijit.com/users/AnatheImp&amp;js=1" type="text/javascript"></script><a id="lijit_wijit_pvs_link" style="color: #999" href="http://www.lijit.com">Lijit Search</a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML9'> <div class='widget-content'> <script src="//www.blogcatalog.com/w/feed.php?id=409780" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget Subscribe' data-version='1' id='Subscribe1'> <div style='white-space:nowrap'> <h2 class='title'>Ana the Imp</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe1POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fanatheimp.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fanatheimp.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://anatheimp.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-PER_POST'> <div class='subscribe expanded subscribe-type-PER_POST' id='SW_READER_LIST_Subscribe1PER_POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Comments </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fanatheimp.blogspot.com%2Ffeeds%2F1068381742736973016%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fanatheimp.blogspot.com%2Ffeeds%2F1068381742736973016%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://anatheimp.blogspot.com/feeds/1068381742736973016/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1PER_POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Comments </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML8'> <h2 class='title'>Facebook Badge</h2> <div class='widget-content'> <!-- Facebook Badge START --><a style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" href="http://www.facebook.com/people/Anastasia-Fitzgerald-Beaumont/100000464955640" target="_TOP" title="Anastasia Fitzgerald-Beaumont">Anastasia Fitzgerald-Beaumont</a><br/><a href="http://www.facebook.com/people/Anastasia-Fitzgerald-Beaumont/100000464955640" target="_TOP" title="Anastasia Fitzgerald-Beaumont"><img width="120" style="border: 0px;" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdUeqgfg5Mt5EQd_8hyfDnavc-j2i-dkjEhY9ETdo6-XdGUp20Tb9LNVEvrVEh7KG4UlppJ46NjYYCXqRfev6o3uoFvLd4wIcmE5QiCgemIeRsl4Rx3QHB2rqjA-xdPTS17-tdY=s0-d" height="147"></a><br/><a style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" href="http://www.facebook.com/facebook-widgets/" target="_TOP" title="Make your own badge!">Create Your Badge</a><!-- Facebook Badge END --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Flixster</h2> <div class='widget-content'> <embed src="//widget.flixster.com/static/widget/widget.swf?getRev=http://widget.flixster.com/servlet/publishrate/userId:864950582;listId:-1&amp;bkgd=106ab6&amp;fgd=ffffff" wmode="transparent" bgcolor="#d5e8fb" width="200" height="165" type="application/x-shockwave-flash"><br /><div style="width: 200px"><div style="float: left"><a href="http://www.flixster.com/user/anastasiafb/connect">Are we movie<br />compatible?</a></div><div style="float: right"><a href="http://community.flixster.com/user/AnastasiaFB">My Flixster<br />profile</a></div></div></embed> </div> <div class='clear'></div> </div><div class='widget BloggerButton' data-version='1' id='BloggerButton1'> <div class='widget-content'> <a href='https://www.blogger.com'><img alt='Powered By Blogger' src='https://www.blogger.com/buttons/blogger-ipower-blue.gif'/></a> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML6'> <div class='widget-content'> <a href="http://www.liquida.com" title="News and Opinion from global bloggers"><img border="0" width="128" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVzP_JhOzdMaHQBH5IF7tf5xxA4QY2yQ7MwbwYIv_x7I1kaVwMQEQxsRa52FZKxvo3UmZHvWIERUbe_ql8XQg44c1wLVU0RhxHr8zna8x6wHw=s0-d" height="46"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML4'> <h2 class='title'>BlogCatalog</h2> <div class='widget-content'> <a href="http://www.blogcatalog.com/directory/education-and-learning/history/big-history" title="Big History Blogs - BlogCatalog Blog Directory"><img alt="Big History Blogs - BlogCatalog Blog Directory" style="border: 0;" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdVxpvRC92qnmjJkr9urghvE5WNWAO9g3Drm0H0bkE4EfGXwm2rSmAUsxzEZjwvQVw_4hgQvwRqAZp91NXmdZEmvFKEqdRO2JSGuj4ZhB2VLLCmuTt03V-fFUvOv3Q=s0-d"></a> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Site Meter</h2> <div class='widget-content'> <!-- Site Meter --> <script src="//s27.sitemeter.com/js/counter.js?site=s27anatheimp" type="text/javascript"> </script> <noscript> <a href="http://s27.sitemeter.com/stats.asp?site=s27anatheimp" target="_top"> <img border="0" alt="Site Meter" src="https://lh3.googleusercontent.com/blogger_img_proxy/AJ0KDdWxjakriDgdXQAQb16TK3dC_dyICIFRkZKr9YnkpLDt0N-zxLRECqa_VPqLgtS7XR8ICSGS_uuX5OaF7Jq25LhOaespqf9CXkx7L5oogQWAsTwXDYGVboo=s0-d"></a> </noscript> <!-- Copyright (c)2009 Site Meter --> </div> <div class='clear'></div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2013/'> 2013 </a> <span class='post-count' dir='ltr'>(56)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2013/03/'> March </a> <span class='post-count' dir='ltr'>(17)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2013/02/'> February </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2013/01/'> January </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(218)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/12/'> December </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/11/'> November </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/10/'> October </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/09/'> September </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/08/'> August </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/07/'> July </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/06/'> June </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/05/'> May </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/04/'> April </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/03/'> March </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/02/'> February </a> <span class='post-count' dir='ltr'>(20)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(15)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/'> 2011 </a> <span class='post-count' dir='ltr'>(246)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/12/'> December </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/11/'> November </a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/10/'> October </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/09/'> September </a> <span class='post-count' dir='ltr'>(9)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/08/'> August </a> <span class='post-count' dir='ltr'>(23)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/07/'> July </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/06/'> June </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/05/'> May </a> <span class='post-count' dir='ltr'>(21)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/04/'> April </a> <span class='post-count' dir='ltr'>(19)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/03/'> March </a> <span class='post-count' dir='ltr'>(24)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/02/'> February </a> <span class='post-count' dir='ltr'>(30)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2011/01/'> January </a> <span class='post-count' dir='ltr'>(31)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(605)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/12/'> December </a> <span class='post-count' dir='ltr'>(27)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/11/'> November </a> <span class='post-count' dir='ltr'>(45)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/10/'> October </a> <span class='post-count' dir='ltr'>(40)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/09/'> September </a> <span class='post-count' dir='ltr'>(46)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/08/'> August </a> <span class='post-count' dir='ltr'>(27)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/07/'> July </a> <span class='post-count' dir='ltr'>(25)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/06/'> June </a> <span class='post-count' dir='ltr'>(63)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/05/'> May </a> <span class='post-count' dir='ltr'>(60)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> &#9660;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/04/'> April </a> <span class='post-count' dir='ltr'>(68)</span> <ul class='posts'> <li><a href='https://anatheimp.blogspot.com/2010/04/dear-mrs-duffy.html'>Dear Mrs Duffy</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/return-of-hero.html'>The Return of the Hero</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/portrait.html'>Portrait</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/locke-and-liberty.html'>Locke and Liberty</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/ghosts-of-katyn-wood.html'>The Ghosts of Katyn Wood</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/fidei-defensor.html'>Fidei defensor</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/bashing-boney.html'>Bashing Boney</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/great-parliamentarian-great-englishman.html'>A Great Parliamentarian; a Great Englishman</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/clegg-and-foggy-sharing-last-of-wine.html'>Clegg and Foggy; sharing the last of the wine</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/defending-indefensible.html'>Defending the Indefensible</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/curse-of-immortality.html'>The Curse of Immortality</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/death-by-review.html'>Death by Review</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/mad-hattie-on-doorstep.html'>Mad Hattie on the Doorstep</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/das-dritte-reich.html'>Das Dritte Reich</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/dancing-with-devil.html'>Dancing with the Devil</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/party-of-long-knives.html'>The Party of the Long Knives</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/love-in-twilight.html'>Love in the Twilight</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/will-power.html'>Will Power</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/hating-quality-of-whiteness.html'>Hating the quality of whiteness</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/appealing-for-english-parliament-on.html'>Appealing for an English Parliament on Saint Georg...</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/surabaya-johnny.html'>Surabaya Johnny</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/hideous-hindley.html'>Hideous Hindley</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/papal-fallibility.html'>Papal Fallibility</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/lords-of-forest.html'>The Lords of the Forest</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/tale-of-leg.html'>A Tale of a Leg</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/my-country.html'>My Country</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/one-who-survived.html'>The One Who Survived</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/triumph-of-leni.html'>Triumph of Leni</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/who-needs-crystal-ball.html'>Who needs a crystal ball?</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/battle-too-far.html'>A battle too far</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/knives-of-academe.html'>The Knives of Academe</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/comrades-read-this.html'>Comrades, read this</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/sigmund-freud-fraud-and-fascist.html'>Sigmund Freud, a Fraud and a Fascist</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/nazi-fairy-tales.html'>Nazi Fairy Tales</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/happy-birthday-ana-imp.html'>Happy Birthday, Ana the Imp!</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/of-whigs-and-tories.html'>Of Whigs and Tories</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/stones-of-edinburgh.html'>The Stones of Edinburgh</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/bread-without-circuses-mad-economics-of.html'>Bread without the Circuses- the Mad Economics of L...</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/stanley-and-edward.html'>Stanley and Edward</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/crimes-of-commune.html'>Crimes of the Commune</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/conservatives-are-carnivores.html'>Conservatives are Carnivores</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/saying-no-to-smiler-brown.html'>Saying no to Smiler Brown</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/public-identity.html'>Public Identity</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/right-advances-across-europe.html'>The Right Advances Across Europe</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/battling-bercow.html'>Battling Bercow</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/heidegger-and-nazis.html'>Heidegger and the Nazis</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/genius-of-zamyatin.html'>The Genius of Zamyatin</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/herodias-of-witches.html'>Herodias of the Witches</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/richard-ii-and-limits-of-majesty.html'>Richard II and the limits of majesty</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/stupidity-of-moral-imperialism.html'>The Stupidity of Moral Imperialism</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/kill-boer.html'>Kill the Boer</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/dangerous-and-brilliant.html'>Dangerous and Brilliant</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/fighting-jabberwocky.html'>Fighting the Jabberwocky</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/peoples-queen.html'>The People&#39;s Queen</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/fuss-about-nothing.html'>Fuss about Nothing</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/plaything-of-history.html'>The Plaything of History</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/dictator-and-clown.html'>The Dictator and the Clown</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/homage-to-truth.html'>Homage to Truth</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/repeating-past.html'>Repeating the Past</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/anus-mundi.html'>Anus Mundi</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/venerable-history.html'>Venerable History</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/green-unpleasant-land.html'>Green Unpleasant Land</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/fire-up-quattro.html'>Fire up the Quattro</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/sex-and-victorian-girl.html'>Sex and the Victorian Girl</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/ana-in-paris.html'>Ana in Paris</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/travels-to-tikal.html'>Travels to Tikal</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/little-touch-of-annis-in-night.html'>A little touch of Annis in the night</a></li> <li><a href='https://anatheimp.blogspot.com/2010/04/history-has-condemned-you.html'>History has condemned you</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/03/'> March </a> <span class='post-count' dir='ltr'>(72)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/02/'> February </a> <span class='post-count' dir='ltr'>(62)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2010/01/'> January </a> <span class='post-count' dir='ltr'>(70)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(617)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/12/'> December </a> <span class='post-count' dir='ltr'>(70)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/11/'> November </a> <span class='post-count' dir='ltr'>(80)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/10/'> October </a> <span class='post-count' dir='ltr'>(63)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/09/'> September </a> <span class='post-count' dir='ltr'>(67)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/08/'> August </a> <span class='post-count' dir='ltr'>(77)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/07/'> July </a> <span class='post-count' dir='ltr'>(32)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/06/'> June </a> <span class='post-count' dir='ltr'>(119)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/05/'> May </a> <span class='post-count' dir='ltr'>(91)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> &#9658;&#160; </span> </a> <a class='post-count-link' href='https://anatheimp.blogspot.com/2009/04/'> April </a> <span class='post-count' dir='ltr'>(18)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'>&#160;</div> </div> <!-- end content-wrapper --> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1221747029-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5XAtiKJaie0tZMoPg2gUVpNWpsFw:1708850488850';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d4413130168723738166','//anatheimp.blogspot.com/2010/04/venerable-history.html','4413130168723738166'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '4413130168723738166', 'title': 'Ana the Imp', 'url': 'https://anatheimp.blogspot.com/2010/04/venerable-history.html', 'canonicalUrl': 'http://anatheimp.blogspot.com/2010/04/venerable-history.html', 'homepageUrl': 'https://anatheimp.blogspot.com/', 'searchUrl': 'https://anatheimp.blogspot.com/search', 'canonicalHomepageUrl': 'http://anatheimp.blogspot.com/', 'blogspotFaviconUrl': 'https://anatheimp.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-GB', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ana the Imp - Atom\x22 href\x3d\x22https://anatheimp.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Ana the Imp - RSS\x22 href\x3d\x22https://anatheimp.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ana the Imp - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/4413130168723738166/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ana the Imp - Atom\x22 href\x3d\x22https://anatheimp.blogspot.com/feeds/1068381742736973016/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/155607c0b9f413c1', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '1068381742736973016', 'postImageThumbnailUrl': 'http://2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s72-c/Bede.jpg', 'postImageUrl': 'http://2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s320/Bede.jpg', 'pageName': 'Venerable History', 'pageTitle': 'Ana the Imp: Venerable History'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard', 'ok': 'Ok', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Venerable History', 'description': 'The History of the English Church and People has a clear polemical and didactic purpose. Bede sets out, not just to tell the story of the E...', 'featuredImage': '//2.bp.blogspot.com/_X7cq0i0IwXc/S7uKWk8aMOI/AAAAAAAADXE/n9NIsUYOq3g/s320/Bede.jpg', 'url': 'https://anatheimp.blogspot.com/2010/04/venerable-history.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 1068381742736973016}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1456669154-lbx__en_gb.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/3268905543-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML20', 'sidebar', document.getElementById('HTML20'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML19', 'sidebar', document.getElementById('HTML19'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'sidebar', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML18', 'sidebar', document.getElementById('HTML18'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'sidebar', document.getElementById('HTML10'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML17', 'sidebar', document.getElementById('HTML17'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML16', 'sidebar', document.getElementById('HTML16'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML15', 'sidebar', document.getElementById('HTML15'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML12', 'sidebar', document.getElementById('HTML12'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML14', 'sidebar', document.getElementById('HTML14'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML13', 'sidebar', document.getElementById('HTML13'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'sidebar', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed2', 'sidebar', document.getElementById('Feed2'), {'title': 'The Spectator Blog', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'http://www.spectator.co.uk/coffeehouse/index.txml', 'numItemsShow': 5, 'loadingMsg': 'Loading...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed1', 'sidebar', document.getElementById('Feed1'), {'title': 'Ana the Imp', 'showItemDate': false, 'showItemAuthor': false, 'feedUrl': 'http://anatheimp.blogspot.com/feeds/posts/default', 'numItemsShow': 5, 'loadingMsg': 'Loading...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'sidebar', document.getElementById('HTML11'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'sidebar', document.getElementById('HTML9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe1', 'sidebar', document.getElementById('Subscribe1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'sidebar', document.getElementById('HTML8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BloggerButtonView', new _WidgetInfo('BloggerButton1', 'sidebar', document.getElementById('BloggerButton1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Tuesday 6 April 2010\nThe History of the English Church and People has a clear polemical and didactic purpose. Bede sets out, not just to tell the story of the English, but to advance his views on politics and religion. In political terms he is a partisan of his native Northumbria, amplifying its role in English history over and above that of Mercia, its great southern rival. He takes greater pains in describing events of the seventh century, when Northumbria was the dominant Anglo-Saxon power, than the eighth, when it was not. The only criticism he ventures of his native Northumbria comes in writing about the death of King Ecgfrith in fighting the Picts at Nechtansmere in 685.\nThis defeat Bede attributes God's vengeance for the Northumbrian attack on the Irish in the previous year. For while Bede is loyal to Northumbria he shows an even greater attachment to the Irish and the Irish Celtic missionaries, whom he considers to be far more effective and dedicated than their rather complacent English counterparts.\nHis final preoccupation is over the precise date of Easter, which he writes about at length. It is here, and only here, that he ventures some criticism of St Cuthbert and the Irish missionaries, who celebrated the event, according to Bede, at the 'wrong' time. In the end he is pleased to note that the Irish Church was saved from error by accepting the 'correct' date for Easter. And for men like Bede this was no trivial matter.", "id": "<urn:uuid:432629ac-b200-4692-81fa-fde647da78a8>", "dump": "CC-MAIN-2024-10", "url": "https://anatheimp.blogspot.com/2010/04/venerable-history.html", "date": "2024-02-25T08:41:28", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9698237180709839, "token_count": 320 } }
<urn:uuid:64bfad02-63be-4c73-9f81-e80ae78b4081>
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="pingback" href="https://andersonwellness.com/xmlrpc.php" /><link media="all" href="https://andersonwellness.com/wp-content/cache/autoptimize/css/autoptimize_8cf014fc42f29566808c26f93884ef88.css" rel="stylesheet"><title>Adults and Attention Deficit Hyperactivity Disorder (ADHD): Diagnosis and Treatment &#8211; Anderson Wellness Group, LLC</title><meta name='robots' content='max-image-preview:large' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel="alternate" type="application/rss+xml" title="Anderson Wellness Group, LLC &raquo; Feed" href="https://andersonwellness.com/feed/" /> <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/andersonwellness.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);</script> <link rel='stylesheet' id='google-fonts-css' href='//fonts.googleapis.com/css?family=Merriweather%3A400%2C700%7CMontserrat%3A400%2C700&#038;subset=latin' type='text/css' media='all' /> <script type="text/javascript" src="https://andersonwellness.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" id="pw-script-js-extra">var PWVars = {"pathToPlugin":"https:\/\/andersonwellness.com\/wp-content\/plugins\/proteuswidgets\/"};</script> <link rel="https://api.w.org/" href="https://andersonwellness.com/wp-json/" /><link rel="alternate" type="application/json" href="https://andersonwellness.com/wp-json/wp/v2/posts/1078" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://andersonwellness.com/xmlrpc.php?rsd" /><link rel="canonical" href="https://andersonwellness.com/attention-deficit-hyperactivity-disorder/" /><link rel='shortlink' href='https://andersonwellness.com/?p=1078' /><link rel="alternate" type="application/json+oembed" href="https://andersonwellness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandersonwellness.com%2Fattention-deficit-hyperactivity-disorder%2F" /><link rel="alternate" type="text/xml+oembed" href="https://andersonwellness.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandersonwellness.com%2Fattention-deficit-hyperactivity-disorder%2F&#038;format=xml" /><style type="text/css" id="custom-background-css">body.custom-background { background-color: #e2e2e2; background-image: url("https://andersonwellness.com/wp-content/uploads/2019/04/background2-1.gif"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; }</style><link rel="icon" href="https://andersonwellness.com/wp-content/uploads/2019/04/cropped-favicon-2-32x32.jpg" sizes="32x32" /><link rel="icon" href="https://andersonwellness.com/wp-content/uploads/2019/04/cropped-favicon-2-192x192.jpg" sizes="192x192" /><link rel="apple-touch-icon" href="https://andersonwellness.com/wp-content/uploads/2019/04/cropped-favicon-2-180x180.jpg" /><meta name="msapplication-TileImage" content="https://andersonwellness.com/wp-content/uploads/2019/04/cropped-favicon-2-270x270.jpg" /></head><body class="post-template-default single single-post postid-1078 single-format-standard custom-background"><div class="top js-top-bar"><div class="container"><div class="top__tagline"></div><nav class="top__menu"></nav></div></div><div class="container"><header class="header"><div class="logo"> <a href="https://andersonwellness.com"> <img src="https://andersonwellness.com/wp-content/uploads/2021/07/awg-logo-90-px.jpg" alt="Anderson Wellness Group, LLC" srcset="https://andersonwellness.com/wp-content/uploads/2021/07/awg-logo-90-px.jpg, https://andersonwellness.com/wp-content/uploads/2023/03/EDDADID-scaled.jpg 2x" class="img-responsive" width="301" height="90" /> </a></div> <a href="#main-navigation" class="navbar-toggle"> <span class="navbar-toggle__text">MENU</span> <span class="navbar-toggle__icon-bar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </span> </a><div class="header-widgets"><div class="widget header-widgets__widget widget-icon-box"> <a class="icon-box" href="https://andersonwellness.com/our-location/" target="_self"> <i class="fa fa-3x"></i><div class="icon-box__text"><h4 class="icon-box__title">45 W Sego Lily Dr #312</h4> <span class="icon-box__subtitle">Sandy, UT 84070</span></div> </a></div><div class="widget header-widgets__widget widget-icon-box"> <a class="icon-box" href="https://andersonwellness.com/contact-us/" target="_self"> <i class="fa fa-3x"></i><div class="icon-box__text"><h4 class="icon-box__title">Phone</h4> <span class="icon-box__subtitle">801-676-9452</span></div> </a></div><div class="widget header-widgets__widget widget-icon-box"> <a class="icon-box" href="https://andersonwellnes.doxy.me/checkin" target="_blank"> <i class="fa fa-laptop fa-3x"></i><div class="icon-box__text"><h4 class="icon-box__title">Telehealth</h4> <span class="icon-box__subtitle">Patient Login</span></div> </a></div><div class="widget header-widgets__widget widget-icon-box"> <a class="icon-box" href="https://patientportal.advancedmd.com/account/logon?lk=149227" target="_blank"> <i class="fa fa-chevron-circle-right fa-3x"></i><div class="icon-box__text"><h4 class="icon-box__title">Login</h4> <span class="icon-box__subtitle">Patient Portal</span></div> </a></div><div class="widget header-widgets__widget widget_block"><div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"></div></div></div></header></div><div class="container"><div class="row"><div class="col-xs-12 col-md-9 col-md-push-3" role="main"><div class="content-container"><div class="main-title"><h2 class="main-title__primary">Articles</h2></div><article class="post-inner clearfix post-1078 post type-post status-publish format-standard has-post-thumbnail hentry category-articles"> <img width="700" height="467" src="https://andersonwellness.com/wp-content/uploads/2019/06/iStock-482836467-e1559587779876.jpg" class="img-responsive wp-post-image" alt="" decoding="async" fetchpriority="high" /><div class="meta-data"> <span class="meta-data__categories"><a href="https://andersonwellness.com/category/articles/" rel="category tag">Articles</a></span> <time datetime="2019-06-03T19:52:43+00:00" class="meta-data__date">June 3, 2019</time> <span class="meta-data__author">By AWG</span> <span class="meta-data__comments"><a href="https://andersonwellness.com/attention-deficit-hyperactivity-disorder/#respond">0 Comments</a></span></div><h1 class="hentry__title">Adults and Attention Deficit Hyperactivity Disorder (ADHD): Diagnosis and Treatment</h1><div class="hentry__content"><p>Attention Deficit Hyperactivity Disorder (ADHD), which is sometimes called Attention Deficit Disorder (ADD), usually manifests in childhood as restlessness but it is a lifelong disorder, so adults can suffer from it too. In adulthood ADHD can cause a sufferer to miss appointments, fail to deliver work on time, procrastinate, jump from one task to the next without finishing, and lose focus in conversations.</p> <span id="more-1078"></span><p> In some individuals it can also cause hyperfocus, which is a tendency to pay sharp attention to only one thing, usually something that they find interesting or stimulating, and forget or ignore everything else.</p><p>In other words, ADHD is a big deal and it can cause big problems. Thankfully it&#8217;s treatable, and Anderson Wellness Group can help.</p><p>Behavioral therapy is typically only effective among younger children; once people with ADHD are grown they tend to respond less to talk therapy and it becomes harder to change habits. Therefore the primary form of treatment for adults with ADHD is medication. The correct medication can help bring a person&#8217;s focus into line and help them complete tasks. Suddenly, individuals can have good time management, pay attention in meetings, fidget less, and not waste time on distractions. For those with ADHD, medications can be a miracle.</p><p>Unlike antidepressants, which can take weeks before they&#8217;re fully effective, most drugs used to treat ADHD kick in right away, within an hour. The downside is that the benefits of the drugs only last as long as the medication is in the body, usually just a few hours. Many of the major ADHD medications have an instant release formulation that can last 4-6 hours, and an extended release variant that can last as long as 12 hours.</p><p>Some of the more common medications used to treat ADHD are:</p><ul><li>Amphetamine (Adderal)</li><li>Methylphenidate (Ritalin)</li><li>Atomoxetine (Strattera)</li><li>Bupropion (Wellbutrin, sometimes effective for ADHD patients who also struggle with depression)</li></ul><p>Anderson Wellness Group can accurately diagnose ADHD in adults, and if an ADHD diagnosis is appropriate, we will determine which medication may be appropriate for each individual. For those already diagnosed with ADHD, we can manage medications and write prescriptions as needed to continue treatment. (<em>We also treat kids and teens with ADHD as well, not just adults.</em>)</p><p>If you or your child are struggling with the symptoms of ADHD, or have already been diagnosed with ADHD and need a medication manager, <a href="https://andersonwellness.com/contact-us/">contact us</a> to make an appointment. We&#8217;re here to help.</p></div></article></div><div class="latest-posts"><div class="row"><div class="col-xs-12 col-md-4"><div class="latest-post"> <a class="latest-post__thumbnail" href="https://andersonwellness.com/attention-deficit-hyperactivity-disorder/"><img width="270" height="190" src="https://andersonwellness.com/wp-content/uploads/2019/06/iStock-482836467-270x190.jpg" class="attachment-latest-posts size-latest-posts wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://andersonwellness.com/wp-content/uploads/2019/06/iStock-482836467-270x190.jpg 270w, https://andersonwellness.com/wp-content/uploads/2019/06/iStock-482836467-100x70.jpg 100w" sizes="(max-width: 270px) 100vw, 270px" /></a><div class="latest-post__categories"><ul class="post-categories"><li><a href="https://andersonwellness.com/category/articles/" rel="category tag">Articles</a></li></ul></div><h4 class="latest-post__title"><a href="https://andersonwellness.com/attention-deficit-hyperactivity-disorder/">Adults and Attention Deficit Hyperactivity Disorder (ADHD): Diagnosis and Treatment</a></h4><p class="latest-post__excerpt"> In adulthood ADHD can cause a sufferer to miss appointments, fail to deliver work on time, procrastinate, jump from one task &hellip;</p></div></div></div></div></div><div class="col-xs-12 col-md-3 col-md-pull-9"><div class="sidebar"><nav id="main-navigation" class="main-navigation__container"><div class="main-navigation__title"> <a href="#"><i class="fa fa-times" aria-hidden="true"></i></a> NAVIGATION</div><ul id="menu-main-menu" class="main-navigation"><li id="menu-item-252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-252"><a href="https://andersonwellness.com/services/">Services</a></li><li id="menu-item-253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-253"><a title="test menu" href="https://andersonwellness.com/about-me/">About Us</a></li><li id="menu-item-1452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1452"><a href="https://andersonwellness.com/spravato/">Spravato</a></li><li id="menu-item-1433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1433"><a href="https://andersonwellness.com/home/tms/">TMS</a></li><li id="menu-item-1106" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-1106"><a href="https://andersonwellness.com/articles/">Articles</a></li><li id="menu-item-739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-739"><a href="https://andersonwellness.com/our-location/">Hours and Location</a></li><li id="menu-item-1186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1186"><a href="https://andersonwellness.com/insurance-payment/">Insurance &#038; Payment</a></li><li id="menu-item-251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-251"><a href="https://andersonwellness.com/contact-us/">Contact Us</a></li></ul></nav><div class="widget widget_search"><form role="search" method="get" class="search-form" action="https://andersonwellness.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search ..." value="" name="s"> </label> <button type="submit" class="search-submit"><i class="fa fa-lg fa-search"></i></button></form></div><div class="widget widget-about-us"><div id="carousel-people-pw_about_us-5" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner" role="listbox"><div class="item active"> <a href="https://andersonwellness.com/about-me/" class="about-us__tag">PMHNP-BC DNP</a> <img class="about-us__image" src="https://andersonwellness.com/wp-content/uploads/2015/02/image-51.jpg" alt="About us image" /><h5 class="about-us__name">Sumer Anderson, APRN DNP</h5><p class="about-us__description"></p> <a href="https://andersonwellness.com/about-me/" class="read-more about-us__link">Read more</a></div></div></div></div><div class="widget widget_text"><h4 class="sidebar__headings">Forms</h4><div class="textwidget">Before our first session, kindly take some time to print &amp; fill out relevant forms as well as you can.<br><br> <a class="btn btn-default fullwidth" href="https://demo.proteusthemes.com/mentalpress/wp-content/uploads/sites/20/2015/02/brochure.pdf" target="_self" rel="noopener"><i class="fa fa-file-pdf-o"></i> Financial Agreement</a> <a class="btn btn-default fullwidth" href="https://demo.proteusthemes.com/mentalpress/wp-content/uploads/sites/20/2015/02/brochure.pdf" target="_self" rel="noopener"><i class="fa fa-file-word-o"></i> Release of Information</a></div></div><div class="widget widget_text"><h4 class="sidebar__headings">Verifications</h4><div class="textwidget"><a href="#"><img src="https://demo.proteusthemes.com/mentalpress/wp-content/uploads/sites/20/2015/02/verification_01.png" class="logo-alternative" alt="Verification"></a> <a href="#"><img src="https://demo.proteusthemes.com/mentalpress/wp-content/uploads/sites/20/2015/02/verification_02.png" class="logo-alternative" alt="Verification"></a> <a href="#"><img src="https://demo.proteusthemes.com/mentalpress/wp-content/uploads/sites/20/2015/02/verification_03.png" class="logo-alternative" alt="Verification"></a></div></div></div></div></div></div><div class="footer-gradient"></div><footer class="footer"><div class="footer-top"><div class="container footer-top__divider"><div class="row"><div class="col-xs-12 col-md-4"><div class="widget widget_nav_menu"><h6 class="footer-top__headings">Navigation</h6><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-529"><a href="https://andersonwellness.com/services/">Services</a></li><li id="menu-item-530" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-530"><a href="https://andersonwellness.com/about-me/">About Us</a></li><li id="menu-item-1104" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-1104"><a href="https://andersonwellness.com/articles/">Articles</a></li><li id="menu-item-531" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-531"><a href="https://andersonwellness.com/contact-us/">Contact Us</a></li></ul></div></div></div><div class="col-xs-12 col-md-3"><div class="widget widget_nav_menu"><h6 class="footer-top__headings">Our Services</h6></div></div><div class="col-xs-12 col-md-3"><div class="widget widget-social-icons"> <a class="social-icons__link" href="https://www.facebook.com/andersonwellnessgroup/" target="_blank"><i class="fa fa-facebook"></i></a> <a class="social-icons__link" href="http://instagram.com" target="_blank"><i class="fa fa-instagram"></i></a></div></div></div></div></div><div class="footer-bottom"><div class="container"><div class="footer-bottom__left"><center>Copyright © 2022 Anderson Wellness Group, LLC. All rights reserved.</center></div><div class="footer-bottom__right"></div></div></div></footer> <script type="text/javascript" id="contact-form-7-js-extra">var wpcf7 = {"api":{"root":"https:\/\/andersonwellness.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};</script> <script type="text/javascript" src="//maps.google.com/maps/api/js" id="mentalpress-gmaps-js"></script> <script type="text/javascript" id="mentalpress-main-js-extra">var MentalPressVars = {"pathToTheme":"https:\/\/andersonwellness.com\/wp-content\/themes\/mentalpress"};</script> <script type="text/javascript" id="slb_context">if ( !!window.jQuery ) {(function($){$(document).ready(function(){if ( !!window.SLB ) { {$.extend(SLB, {"context":["public","user_guest"]});} }})})(jQuery);}</script> <script defer src="https://andersonwellness.com/wp-content/cache/autoptimize/js/autoptimize_365caf164425b0b04894ccf6078c1b48.js"></script></body></html>
fineweb
{ "fineweb_metadata": { "text": "Adults and Attention Deficit Hyperactivity Disorder (ADHD): Diagnosis and Treatment\nAttention Deficit Hyperactivity Disorder (ADHD), which is sometimes called Attention Deficit Disorder (ADD), usually manifests in childhood as restlessness but it is a lifelong disorder, so adults can suffer from it too. In adulthood ADHD can cause a sufferer to miss appointments, fail to deliver work on time, procrastinate, jump from one task to the next without finishing, and lose focus in conversations.\nIn some individuals it can also cause hyperfocus, which is a tendency to pay sharp attention to only one thing, usually something that they find interesting or stimulating, and forget or ignore everything else.\nIn other words, ADHD is a big deal and it can cause big problems. Thankfully it’s treatable, and Anderson Wellness Group can help.\nBehavioral therapy is typically only effective among younger children; once people with ADHD are grown they tend to respond less to talk therapy and it becomes harder to change habits. Therefore the primary form of treatment for adults with ADHD is medication. The correct medication can help bring a person’s focus into line and help them complete tasks. Suddenly, individuals can have good time management, pay attention in meetings, fidget less, and not waste time on distractions. For those with ADHD, medications can be a miracle.\nUnlike antidepressants, which can take weeks before they’re fully effective, most drugs used to treat ADHD kick in right away, within an hour. The downside is that the benefits of the drugs only last as long as the medication is in the body, usually just a few hours. Many of the major ADHD medications have an instant release formulation that can last 4-6 hours, and an extended release variant that can last as long as 12 hours.\nSome of the more common medications used to treat ADHD are:\n- Amphetamine (Adderal)\n- Methylphenidate (Ritalin)\n- Atomoxetine (Strattera)\n- Bupropion (Wellbutrin, sometimes effective for ADHD patients who also struggle with depression)\nAnderson Wellness Group can accurately diagnose ADHD in adults, and if an ADHD diagnosis is appropriate, we will determine which medication may be appropriate for each individual. For those already diagnosed with ADHD, we can manage medications and write prescriptions as needed to continue treatment. (We also treat kids and teens with ADHD as well, not just adults.)\nIf you or your child are struggling with the symptoms of ADHD, or have already been diagnosed with ADHD and need a medication manager, contact us to make an appointment. We’re here to help.", "id": "<urn:uuid:64bfad02-63be-4c73-9f81-e80ae78b4081>", "dump": "CC-MAIN-2024-10", "url": "https://andersonwellness.com/attention-deficit-hyperactivity-disorder/", "date": "2024-02-25T07:23:58", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9457394480705261, "token_count": 545 } }
<urn:uuid:9b9f7052-7910-4a9e-be31-5eff423fb003>
<!DOCTYPE html> <html lang="en"> <head> <style id="styled-elements"> :root { --primary-dark: 0, 42, 72; --primary-dark-hex: #002a48; --primary: 0, 86, 149; --primary-hex: #005695; --primary-light: 0, 147, 255; --primary-light-hex: #0093ff; --accent-dark: 146, 199, 60; --accent-dark-hex: #92c73c; --accent-light: 186, 253, 76; --accent-light-hex: #bafd4c; --white: 255, 255, 255; --white-hex: #ffffff; --off-white: 242, 242, 242; --off-white-hex: #f2f2f2; --gray-light: 191, 191, 191; --gray-light-hex: #bfbfbf; --black: 0, 0, 0; --black-hex: #000000; --heading-font: 'futura-pt', sans-serif; --subtitle-font: 'futura-pt', sans-serif; --content-font: 'futura-pt', sans-serif; } </style> <style> [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } @media screen and (-webkit-min-device-pixel-ratio: 1.5) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (max-width: 1400px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1400px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (max-width: 1200px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (max-width: 800px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (max-width: 450px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px) { [data-page-id="482283"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg); } } [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } @media screen and (-webkit-min-device-pixel-ratio: 1.5) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1400px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1400px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1200px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 800px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 450px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px) { [data-page-id="482284"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } @media screen and (-webkit-min-device-pixel-ratio: 1.5) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1400px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1400px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1200px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 800px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 450px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px) { [data-page-id="482309"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } @media screen and (-webkit-min-device-pixel-ratio: 1.5) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (max-width: 1400px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1400px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (max-width: 1200px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (max-width: 800px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (max-width: 450px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px) { [data-page-id="482285"] .bg-image { background-image: url(https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_279537579.jpeg); } } [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } @media screen and (-webkit-min-device-pixel-ratio: 1.5) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1400px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1400px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 1200px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 800px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (max-width: 450px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px) { [data-page-id="482285"] .bg-image-0 { background-image: url(https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_641272114.JPG); } } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="preload" media="(min-width: 1400px) and (-webkit-max-device-pixel-ratio: 1.49)" href="https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(min-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5)" href="https://transform.octanecdn.com/crop/3200x1800/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(max-width: 1200px) and (min-width: 801px) and (-webkit-max-device-pixel-ratio: 1.49)" href="https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (min-width: 801px)" href="https://transform.octanecdn.com/crop/2400x1350/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(max-width: 800px) and (min-width: 451px) and (-webkit-max-device-pixel-ratio: 1.49)" href="https://transform.octanecdn.com/crop/800x450/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px) and (min-width: 451px)" href="https://transform.octanecdn.com/crop/1600x900/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(max-width: 450px) and (-webkit-max-device-pixel-ratio: 1.49)" href="https://transform.octanecdn.com/crop/450x253/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="preload" media="(max-width: 450px) and (-webkit-min-device-pixel-ratio: 1.5)" href="https://transform.octanecdn.com/crop/900x506/https://octanecdn.com/andrettikartingcom/andrettikartingcom_109091378.jpg" as="image"> <link rel="stylesheet" href="https://octanecdn.com/octaneforms/css/octaneforms.min.css?version=32" media="print" onload="this.media='all'"> <style> article,aside,body,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*,.content-container ul{-webkit-box-sizing:border-box}#wrapper,.inmodal-video,img{max-width:100%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}*,body{font-family:var(--content-font)}html{scroll-behavior:smooth}a{color:inherit}body{position:relative;min-width:320px;margin:0;padding:0;background-color:#fff;color:var(--primary-dark-hex);font-size:16px;line-height:1.5}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{border:0;font-size:1em;cursor:pointer;background-color:#f1f1f1;padding:0;color:#000}button:focus,button:hover{background-color:#d8d8d8}details summary{list-style-image:none}details summary::-webkit-details-marker{display:none}*{box-sizing:border-box}img{height:auto}section{padding:4em 0;overflow:hidden}sup{vertical-align:super;font-size:smaller}section:not([data-hide-inview=true]) [data-animation=inview-fade],section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade]>*{opacity:0;-webkit-transition:opacity .8s;transition:opacity .8s}section:not([data-hide-inview=true]) [data-animation=inview-fade][data-inview=true]{opacity:1!important}section:not([data-hide-inview=true]) [data-animation=inview-fade-up]{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-fade-up][data-inview=true]{opacity:1!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}section:not([data-hide-inview=true]) [data-animation=inview-fade-scale-in]{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-fade-scale-in][data-inview=true]{opacity:1!important;-webkit-transform:scale(1)!important;transform:scale(1)!important}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade][data-inview=true]>*{opacity:1!important}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade-up]>*{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade-up][data-inview=true]>*{opacity:1!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}#wrapper{width:100%}.main-content-wrapper{position:relative;overflow:hidden}.content-grid{position:relative;display:grid;grid-template-columns:275px 1fr}.buttons-container,.contrast-switcher{display:-webkit-box;display:-ms-flexbox}.content-grid.false-navigation,.content-grid.top-navigation{grid-template-columns:1fr}.cards{overflow:hidden}.cards section:first-of-type{padding-top:28em}@media screen and (max-width:800px){.cards section:first-of-type{padding-top:8em}}.width-container{max-width:1400px;margin:0 auto;padding:0 3em}@media screen and (max-width:1300px){.width-container{padding:0 2em}}@media screen and (max-width:1100px){.width-container{padding:0 1em}}.js-lazy-load,[data-lazy-load=true]{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.js-lazy-load[data-loaded=true],[data-lazy-load=true][data-loaded=true]{opacity:1}.page-wrapper{position:relative;background-color:var(--off-white-hex)}.contrast-switcher{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contrast-switcher input{font-size:1em;opacity:0;width:0;height:0}.contrast-switcher input:checked+.slider{background-color:var(--primary-hex);border-color:var(--primary-hex)}.contrast-switcher input:focus+.slider{border-color:#737373}.contrast-switcher input:checked+.slider:before{left:100%;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.contrast-switcher .switch{position:relative;display:inline-block;height:calc(1em + 4px);width:2em;margin-left:.5em;border-radius:1em}.contrast-switcher .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:1em;background-color:#ccc;border:2px solid #ccc}.contrast-switcher .slider::before{content:"";position:absolute;display:block;height:1em;width:1em;left:0;bottom:0;background-color:#fff;border-radius:50%}.hidden{display:none}.text-center{text-align:center}.focus-mouse{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-focus-ring-color:rgba(255,255,255,0);outline:0}.sr-only{position:absolute;width:1px;height:1px;border:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0,1px,1px,0)}.content-container h2,.content-container h3,.content-container h4,.content-container h5{margin:0;font-weight:700;font-family:var(--heading-font)}.content-container h2+*,.content-container h3+*,.content-container h4+*,.content-container h5+*{margin-top:1rem}.content-container h2{font-size:3.75em;line-height:1.125}@media screen and (max-width:400px){.content-container h2{font-size:1.25em}}.content-container h3{font-size:1.875em;line-height:1.125}.content-container h4{font-size:1.25em;line-height:1.125}@media screen and (max-width:400px){.content-container h3{font-size:1.25em}.content-container h4{font-size:1.125em}}.content-container h5,.content-container p{font-size:1em;line-height:1.5;font-weight:400}.content-container p+*{margin-top:1em}.content-container blockquote,.content-container q{display:block;width:80%;margin:1em auto;padding:1.25em;background-color:transparent;font-size:1.875em;font-weight:700;line-height:1.25;quotes:none;text-align:center;-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.content-container ol ol,.content-container ol ol+li,.content-container ol ol>li+li,.content-container ol ul,.content-container ol ul li+li,.content-container ol ul ol,.content-container ol ul ol+li,.content-container ol ul ul,.content-container ol ul ul+li,.content-container ol ul+li,.content-container ol+*,.content-container ol>li+li,.content-container ul li+li,.content-container ul ol,.content-container ul ol+li,.content-container ul ol>li+li,.content-container ul ul,.content-container ul ul+li,.content-container ul+*,.content-container+.btn-wrapper,.content-container+.buttons-container,.section-subtitle+.content-container,.section-title+.btn-wrapper,.section-title+.content-container,.section-title+.section-subtitle{margin-top:1em}.content-container ol ol>li,.content-container ol ul li,.content-container ol>li,.content-container ul li,.content-container ul ol>li{-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}.content-container b,.content-container strong{font-weight:700}.content-container em{font-style:italic}.content-container small{font-size:.75em}.content-container a:not(.btn){font-weight:700;border-bottom:1px solid;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.content-container a:not(.btn):focus,.content-container a:not(.btn):hover{color:var(--primary-light-hex)}.content-container ul{position:relative;padding:0;box-sizing:border-box;list-style:none}.content-container ul li{position:relative;padding-left:1.25em;line-height:1.125}.content-container ul li::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dot.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dot.svg);left:0;top:.0625em;width:1em;height:1em;background-color:var(--primary-hex)}.content-container ol ol>li::before,.content-container ol>li::before,.content-container ul ol>li::before{top:0;width:1.5em;height:1.5em;background-color:var(--primary-hex);display:block;color:var(--white-hex);text-align:center;border-radius:50%}.content-container ul ol{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;counter-reset:li2}.content-container ul ol:first-of-type{counter-reset:li2}.content-container ul ol>li{position:relative;padding-left:2em;counter-increment:li2;line-height:unset}.content-container ul ol>li::before{position:absolute;mask-image:unset;-webkit-mask-image:unset;content:counter(li2);left:0;line-height:1.5}.content-container ul ul{padding-left:1.5em}.content-container ol{position:relative;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.content-container ol:first-of-type{counter-reset:li}.content-container ol[start]{counter-reset:li 0}.content-container ol>li{position:relative;padding-left:2em;counter-increment:li;line-height:unset}.content-container ol>li::before{position:absolute;mask-image:unset;-webkit-mask-image:unset;content:counter(li);left:0;line-height:1.5}.content-container ol ol{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;counter-reset:li2}.content-container ol ol:first-of-type{counter-reset:li2}.content-container ol ol>li{position:relative;padding-left:2em;counter-increment:li2;line-height:unset}.content-container ol ol>li::before{position:absolute;mask-image:unset;-webkit-mask-image:unset;content:counter(li2);left:0;line-height:1.5}.content-container ol ul{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.content-container ol ul li{position:relative;padding-left:1.25em;line-height:1.125}.content-container ol ul li::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dot.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dot.svg);left:0;top:.0625em;width:1em;height:1em;background-color:var(--primary-hex)}.content-container figure{border:2px solid var(--primary-hex);border-radius:.5em;overflow:hidden}.content-container figure img{display:block}.content-container figure figcaption{background-color:var(--white-hex);font-style:italic}.content-container figure a:not(.btn){position:relative;display:block;border-bottom:0}.content-container figure a:not(.btn)::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.content-container figure a:not(.btn):focus::before,.content-container figure a:not(.btn):hover::before{opacity:1}.content-container table{width:100%;background-color:var(--white-hex);border:2px inset var(--primary-dark-hex);text-align:center}.content-container table thead{background-color:transparent;border-bottom:2px solid var(--primary-light-hex)}.content-container table th{vertical-align:middle}.content-container table td,.content-container table th{padding:1em}.content-container table td:nth-of-type(even),.content-container table th:nth-of-type(even){background-color:var(--off-white-hex)}.btn,.btn:focus,.btn:hover{background-color:var(--primary-hex)}.section-title{font-family:var(--heading-font);line-height:1.125;font-weight:400;font-size:2.5em;text-transform:uppercase}@media screen and (max-width:950px){body{overflow-x:hidden}#wrapper{overflow:hidden}.content-grid{grid-template-columns:1fr}.content-container table{display:block;overflow-x:auto}.section-title{font-size:2.25em}}@media screen and (max-width:700px){.section-title{font-size:1.75em}}@media screen and (max-width:400px){.section-title{font-size:1.25em}}.section-title b,.section-title strong{font-weight:700}.section-title em{font-style:italic}.section-title.large-title{font-size:6.25em;line-height:.8;font-weight:700}@media screen and (max-width:1300px){.section-title.large-title{font-size:5em}}@media screen and (max-width:1050px){.section-title.large-title{font-size:4em}}@media screen and (max-width:650px){.section-title.large-title{font-size:2.5em}}@media screen and (max-width:400px){.section-title.large-title{font-size:1.75em}}.section-subtitle{line-height:1.25;font-weight:700;font-family:var(--subtitle-font)}.section-subtitle b,.section-subtitle strong{font-weight:700}.section-subtitle em{font-style:italic}.buttons-container{display:flex;gap:1em;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn,.cta{display:inline-block;line-height:1.25;position:relative;text-decoration:none;overflow:hidden;text-transform:uppercase}.btn{padding:.675em 3em;color:var(--white-hex);border:3px solid var(--primary-light-hex);font-size:1em;-webkit-transition:border-color .3s ease,background-color .3s ease,color .3s ease;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.master-btn-rounded .btn{border-radius:8px}.master-btn-square .btn{border-radius:0}.master-btn-pill .btn{border-radius:40px}.btn b,.btn strong{font-weight:700}.btn em{font-style:italic}.btn:focus,.btn:hover{border-color:var(--accent-light-hex)}.btn.btn-secondary{background-color:var(--white-hex);color:var(--primary-dark-hex)}.btn.btn-secondary:focus,.btn.btn-secondary:hover{background-color:var(--primary-hex);color:var(--white-hex)}.cta{padding:0;background-color:transparent;color:var(--gray-light-hex);border-bottom:2px solid var(--white-hex);font-size:1em;-webkit-transition:border-color .3s ease,background-color .3s ease,color .3s ease;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.cta:focus,.cta:hover{color:var(--primary-hex);border-color:var(--accent-light-hex)}.play-btn{position:relative;display:block;width:4em;height:4em;margin-bottom:0;color:var(--white-hex);background-color:var(--primary-light-hex);background-size:400% auto;background-position:left center;border-radius:50%;text-indent:6em;white-space:nowrap;overflow:hidden;text-decoration:none;z-index:1;-webkit-box-shadow:0 0 1em 0 rgba(var(--primary-dark),.2);box-shadow:0 0 1em 0 rgba(var(--primary-dark),.2);-webkit-transition:background-position .6s ease,color .3s ease,background-color .3s ease;transition:background-position .6s ease,color .3s ease,background-color .3s ease}.high-contrast .play-btn{background-color:var(--primary-hex)}.high-contrast .play-btn:focus,.high-contrast .play-btn:hover{background-color:var(--accent-light-hex);color:var(--primary-hex)}.play-btn::after{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/play.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/play.svg);top:50%;left:50%;width:1.5em;height:1.5em;background-color:currentColor;background-size:400% auto;background-position:left center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-position .6s ease,color .3s ease,background-color .3s ease;transition:background-position .6s ease,color .3s ease,background-color .3s ease}@media screen and (max-width:900px){.play-btn::after{width:1em;height:1em}.play-btn{width:3em;height:3em}}.play-btn:focus,.play-btn:hover{background-color:var(--accent-light-hex);color:var(--primary-light-hex)}.content-social-column .social-networks,.social-col .social-networks,.social-sharer .social-networks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none}.content-social-column .social-link,.social-col .social-link,.social-sharer .social-link{position:relative;width:2.5em;height:2.5em;display:inline-block;text-indent:-9999px;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.content-social-column .social-link::before,.social-col .social-link::before,.social-sharer .social-link::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;left:50%;top:50%;width:1.125em;height:1.125em;text-indent:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s;transition:all .3s;background-color:var(--white-hex)}.content-social-column .social-link:focus::before,.content-social-column .social-link:hover::before,.social-col .social-link:focus::before,.social-col .social-link:hover::before,.social-sharer .social-link:focus::before,.social-sharer .social-link:hover::before{background-color:var(--accent-light-hex)}.content-social-column .facebook::before,.social-col .facebook::before,.social-sharer .facebook::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/facebook-f.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/facebook-f.svg)}.content-social-column .twitter::before,.social-col .twitter::before,.social-sharer .twitter::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/twitter.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/twitter.svg)}.content-social-column .google-plus::before,.social-col .google-plus::before,.social-sharer .google-plus::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/google.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/google.svg)}.content-social-column .youtube::before,.social-col .youtube::before,.social-sharer .youtube::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/youtube.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/youtube.svg)}.content-social-column .linkedin::before,.social-col .linkedin::before,.social-sharer .linkedin::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/linkedin-in.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/linkedin-in.svg)}.content-social-column .pinterest::before,.social-col .pinterest::before,.social-sharer .pinterest::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/pinterest.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/pinterest.svg)}.content-social-column .instagram::before,.social-col .instagram::before,.social-sharer .instagram::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/instagram.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/instagram.svg)}.content-social-column .houzz::before,.social-col .houzz::before,.social-sharer .houzz::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/houzz.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/houzz.svg)}.content-social-column .yelp::before,.social-col .yelp::before,.social-sharer .yelp::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/yelp.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/yelp.svg)}.content-social-column .angieslist::before,.social-col .angieslist::before,.social-sharer .angieslist::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-angieslist.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-angieslist.svg)}.content-social-column .homeadvisor::before,.social-col .homeadvisor::before,.social-sharer .homeadvisor::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-home-advisor.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-home-advisor.svg)}.content-social-column .nextdoor::before,.social-col .nextdoor::before,.social-sharer .nextdoor::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-nextdoor.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/logo-nextdoor.svg)}.content-social-column .snapchat::before,.social-col .snapchat::before,.social-sharer .snapchat::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/snapchat-ghost.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/snapchat-ghost.svg)}.content-social-column .tiktok::before,.social-col .tiktok::before,.social-sharer .tiktok::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/tiktok.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/tiktok.svg)}.content-social-column .email::before,.social-col .email::before,.social-sharer .email::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/envelope.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/envelope.svg)}.octane-form-builder:focus{outline:0}.octane-form-builder .form-steps-nav .form-steps-nav-item{color:gray;background-color:var(--primary-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active{color:#000;background-color:var(--primary-dark-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:after,.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:before{background-color:var(--primary-dark-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete{color:#000;background-color:var(--accent-light-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:after,.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:before{background-color:var(--accent-light-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item:after,.octane-form-builder .form-steps-nav .form-steps-nav-item:before{background-color:var(--primary-hex)}.fb-message-wrapper{background-color:rgba(0,0,0,.05)}.fb-message-wrapper .fb-message-icon{color:rgba(0,0,0,.25);border:2px solid currentColor}.fb-message-wrapper .fb-message-icon:before{border-left:2px solid currentColor;border-bottom:2px solid currentColor}.fb-message-wrapper .fb-message-text{color:var(--accent-light-hex)}.octane-form-builder .fb-input-style{font-size:1em;color:var(--primary-dark-hex);background-color:var(--white-hex);border-radius:.25em;border:2px solid var(--primaryt-hex)}.octane-form-builder .field-multi-select.box-style .field-checkbox:checked+.fb-checkbox-option,.octane-form-builder .file-upload input[type=file]+label.uploaded,.octane-form-builder .form-file-list .form-file-list-item.uploader{color:var(--accent-light-hex)}.octane-form-builder .file-upload input[type=file]+label:hover,.octane-form-builder .select-label::before,.octane-form-builder .select-wrapper::after{background-color:var(--accent-light-hex)}.octane-form-builder input[type=text].readonly,.octane-form-builder input[type=number].readonly,.octane-form-builder textarea.readonly{border:1px solid var(--primaryt-hex)}.octane-form-builder .file-upload{border:2px dashed var(--primary-dark-hex)}.octane-form-builder .file-upload label{color:var(--primary-dark-hex)}.octane-form-builder select{border:1px solid var(--primaryt-hex);color:var(--primary-dark-hex);font-size:1em}.octane-form-builder input[type=radio]~label,.octane-form-builder input[type=checkbox]~label{color:var(--primary-dark-hex);font-size:1em}.octane-form-builder input[type=radio]~label::before,.octane-form-builder input[type=checkbox]~label::before{border:1px solid var(--accent-light-hex);-webkit-box-shadow:inset 0 0 0 .5em var(--white-hex),inset 0 0 0 .375em var(--white-hex);box-shadow:inset 0 0 0 .5em var(--white-hex),inset 0 0 0 .375em var(--white-hex)}.octane-form-builder input[type=radio]:checked~label::before,.octane-form-builder input[type=checkbox]:checked~label::before{-webkit-box-shadow:inset 0 0 0 .2em var(--white-hex),inset 0 0 0 .5em var(--primary-dark-hex);box-shadow:inset 0 0 0 .2em var(--white-hex),inset 0 0 0 .5em var(--primary-dark-hex)}.octane-form-builder .field-multi-select.box-style .field-checkbox:checked+.fb-checkbox-option:after{background-color:rgba(var(--accent-light-hex),.05);border-color:var(--accent-light-hex)}.octane-form-builder .form-file-list .form-file-list-item.uploader:before{background-color:currentColor}.mobile-navigation .toggle:after,.navigation .has-children:after{mask-size:contain;mask-repeat:no-repeat;height:1em;background-color:#000}.octane-form-builder.center-btn .btn{margin:0 auto}.octane-form-builder.center-btn .fb-recaptcha-policy{text-align:center;margin:.5em auto 0}.navigation [class*=nav-list-]{list-style:none}.navigation [class*=nav-item-]{position:relative;-webkit-transition:color .3s ease;transition:color .3s ease}.navigation [class*=nav-item-]:last-of-type{border-bottom:0}.navigation [class*=nav-item-].active,.navigation [class*=nav-item-]:hover{color:var(--primary-light-hex)}.navigation [class*=nav-item-].active>[class*=nav-list-],.navigation [class*=nav-item-]:hover>[class*=nav-list-]{display:block;visibility:visible;opacity:1;pointer-events:unset;-webkit-transform:translate(0,0);transform:translate(0,0)}.navigation [class*=nav-link-]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em;text-align:left;line-height:1;text-decoration:none}.navigation [class*=nav-link-]::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-right.svg)}.navigation .nav-list-primary{display:grid;grid-auto-flow:column dense;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;grid-gap:1em}.navigation .nav-link-primary{padding:.75em .5em;text-align:center;text-transform:uppercase}.navigation .nav-link-primary::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-down.svg)}.navigation .has-children{padding-right:2em}.navigation .has-children:after{content:"";position:absolute;display:block;mask-position:center;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;right:1em;top:50%;width:1em;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.navigation .nav-list-secondary-container,.navigation .nav-list-tertiary-container{position:absolute;top:100%;left:0;width:100%;min-width:200px;-webkit-transform:translate(0,-1em);transform:translate(0,-1em);visibility:hidden;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.navigation .nav-list-tertiary-container{top:0;left:100%;-webkit-transform:translate(-1em,0);transform:translate(-1em,0);-webkit-transform-origin:top left;transform-origin:top left}.navigation .left-dropdown .nav-list-secondary-container{left:inherit;right:0}.navigation .left-dropdown .nav-list-tertiary-container{left:-100%;-webkit-transform:translate(1em,0);transform:translate(1em,0)}.navigation .left-dropdown [class*=nav-link-]::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-left.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-left.svg)}.navigation .left-dropdown .nav-link-primary::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-down.svg)}.mobile-navigation{display:none;position:fixed;z-index:9999999999;left:0;bottom:0;width:100%}@media screen and (max-width:950px){.mobile-navigation{display:block}}.mobile-navigation .nav-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;color:#333;-webkit-transform:translate(0,calc(100% + 4em));transform:translate(0,calc(100% + 4em));-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.mobile-navigation .nav-inner{max-height:100vh;max-width:500px;width:100%;overflow-y:auto;margin:0 auto;padding-top:4em;text-align:center}.mobile-navigation .nav-inner+.nav-inner{padding-top:2em}.mobile-navigation .nav-inner:last-of-type{padding-bottom:7em}.mobile-navigation .nav-inner.location-navigation{color:var(--primary-hex);font-weight:700}.mobile-navigation .nav-list-primary{width:100%;list-style:none}.mobile-navigation .nav-list-secondary,.mobile-navigation .nav-list-tertiary{position:relative;display:none;list-style:none;background-color:rgba(241,241,241,.08)}.mobile-navigation .nav-list-secondary.open,.mobile-navigation .nav-list-tertiary.open{display:block}.mobile-navigation .nav-link-primary,.mobile-navigation .nav-link-secondary,.mobile-navigation .nav-link-tertiary{position:relative;display:block;padding:.5em 1em;text-decoration:none;text-transform:uppercase}.mobile-navigation .nav-link-secondary{padding-left:2.5em}.mobile-navigation .nav-link-tertiary{padding-left:4.5em}.mobile-navigation .toggle{position:absolute;top:0;right:0;width:2.5em;height:100%}.mobile-navigation .mobile-nav-link::before,.mobile-navigation .toggle:after{top:50%;left:50%;content:"";mask-position:center}.mobile-navigation .toggle:after{position:absolute;display:block;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);width:1em;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mobile-navigation .mobile-nav-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:4em;background-image:radial-gradient(circle at top center,transparent 40px,#f1f1f1 41px)}.mobile-navigation .mobile-nav-link{position:relative;margin:1em;width:2em;height:2em;border-radius:50%;background-color:#f1f1f1;text-decoration:none;overflow:hidden;text-indent:200%;white-space:nowrap}.mobile-navigation .mobile-nav-link::before{position:absolute;display:block;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:1em;height:1em;background-color:#000;text-indent:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mobile-navigation .mobile-nav-link.icon-phone::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/phone.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/phone.svg)}.mobile-navigation .mobile-nav-link.icon-calendar::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/calendar.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/calendar.svg)}.mobile-navigation .mobile-nav-link.icon-envelope::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/envelope.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/envelope.svg)}.mobile-navigation .menu-btn{position:absolute;top:0;left:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4);border-radius:50%;margin:0;width:4em;height:4em;font-size:1em;border:0;background-color:#f1f1f1;cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-indent:5em;white-space:nowrap;overflow:hidden}.mobile-navigation .nav-handle{position:absolute;left:50%;top:49%;width:1.85em;height:1.85em;cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mobile-navigation .nav-handle-inner{position:absolute;top:50%;display:block;height:.2em;width:100%;background-color:var(--primary-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.mobile-navigation .nav-handle-inner:after,.mobile-navigation .nav-handle-inner:before{content:"";position:absolute;display:block;width:100%;height:.2em;background-color:var(--primary-light-hex);-webkit-transition:.3s ease all;transition:.3s ease all}.mobile-navigation .nav-handle-inner::before{margin:-.625em 0 0}.mobile-navigation .nav-handle-inner::after{margin:.625em 0 0}.mobile-navigation.nav-open .nav-wrapper{-webkit-transform:translate(0,0);transform:translate(0,0)}.mobile-navigation.nav-open .nav-handle-inner{background-color:transparent}.mobile-navigation.nav-open .nav-handle-inner::after,.mobile-navigation.nav-open .nav-handle-inner::before{margin:0}.mobile-navigation.nav-open .nav-handle-inner:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.mobile-navigation.nav-open .nav-handle-inner:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.header{position:relative;z-index:9001;background-color:var(--white-hex)}.header .skip-links,.modal-wrapper .modal-inner{background-color:#fff}.header .main-container{position:sticky;overflow-y:auto;top:0;padding-top:.5em;padding-bottom:.5em}.header .logo-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1em;-ms-flex-negative:0;flex-shrink:0}.header .logo{max-width:250px}@media screen and (max-width:950px){.header .logo{padding-right:0}.header .nav-col{display:none}}.header .nav-col{padding:1em}.header .navigation .nav-link-primary,.header .navigation .nav-list-primary{display:block}@media screen and (max-height:1000px){.header .navigation .nav-link-primary{padding:.5em}}.header .skip-links{position:absolute;top:0;left:0;padding:1em;border:2px solid #333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;z-index:-3;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer .site-info-link,.header .location-link{-webkit-transition:color .3s ease;text-decoration:none}.header .skip-links:focus-within{opacity:1;z-index:999999999}.top-navigation .header{position:absolute;top:0;left:0;width:100%;background-color:transparent;color:var(--white-hex)}.top-navigation .header .main-container{max-width:1400px;margin:0 auto;padding:0 3em}@media screen and (max-width:1000px){.top-navigation .header .main-container{padding:0 2em}}.top-navigation .header .logo-col{display:none}.top-navigation .header .navigation .nav-list-primary{display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.top-navigation .header .location-col{display:none}.header .info-wrapper,.prefooter .form-column{display:-webkit-box;display:-ms-flexbox;text-align:center}.header .location-navigation{font-weight:700}.header .location-navigation .nav-link-primary{font-size:1.25em;color:var(--primary-hex)}.header .location-navigation+.navigation{margin-top:2em}@media screen and (max-height:1000px){.header .location-navigation .nav-link-primary{font-size:1em;padding:.5em}.header .location-navigation+.navigation{margin-top:1em}}.header .location-col{padding:1em}.header .selector+.info-wrapper{margin-top:1em}.header .info-wrapper{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1em}.header .location-link-wrapper+.location-link-wrapper{position:relative}.header .location-link-wrapper+.location-link-wrapper::before{content:"";position:absolute;display:block;top:-.5em;left:50%;width:1em;height:1px;background-color:var(--primary-light-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header .location-link{text-transform:uppercase;color:var(--primary-light-hex);transition:color .3s ease}.header .location-link:focus,.header .location-link:hover{color:var(--accent-dark-hex)}.header ::-webkit-input-placeholder{color:var(--primary-dark-hex)}.header ::-moz-placeholder{color:var(--primary-dark-hex);opacity:1}.header :-ms-input-placeholder{color:var(--primary-dark-hex)}.header ::-ms-input-placeholder{color:var(--primary-dark-hex)}.header ::placeholder{color:var(--primary-dark-hex)}.header .select-label{position:relative;height:100%}.header .select-label::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);top:50%;right:1em;width:1em;height:1em;background-color:var(--primary-dark-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);pointer-events:none}.header select{display:block;width:100%;height:100%;padding:.75em 3em .75em 1em;background-color:var(--white-hex);border:2px solid var(--accent-dark-hex);border-radius:.25em;cursor:pointer;color:var(--primary-dark-hex);font-size:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none}.header select::-ms-expand{display:none}.alert-bar{position:relative;padding:.5em 0;background-color:var(--black-hex);color:var(--white-hex);text-align:center}.alert-bar .width-container{display:block}.alert-bar .content-container a{color:#fff}.alert-bar::before{content:"";position:absolute;display:block;bottom:0;left:0;width:100%;height:2px;background-image:-webkit-gradient(linear,left top,right top,from(var(--primary-light-hex)),color-stop(50%,var(--accent-light-hex)));background-image:linear-gradient(90deg,var(--primary-light-hex) 0,var(--accent-light-hex) 50%)}.combined-prefooter{background-color:var(--primary-hex);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--primary-dark-hex)),to(var(--primary-hex)));background-image:linear-gradient(180deg,var(--primary-dark-hex) 0,var(--primary-hex) 100%);color:var(--white-hex);overflow:hidden}.prefooter{padding:0}.prefooter .column{padding:4em 0 0}.prefooter .form-column{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4em 1em;background-color:var(--primary-dark-hex)}@media screen and (max-width:950px){.prefooter .form-column{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2em 1em;background-color:unset}.prefooter .content-column{padding-bottom:2em}}.layout-kart-calendar .calendar-wrapper,.prefooter .width-container{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}.prefooter .content-column{position:relative;z-index:2}.prefooter .width-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.prefooter .width-container::after,.prefooter .width-container::before{content:"";display:block;mask-repeat:no-repeat;height:100vh;pointer-events:none;left:25%;z-index:-2;background-color:transparent}@media screen and (max-width:1300px){.prefooter .width-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.prefooter .width-container::before{position:absolute;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zag.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zag.svg);mask-position:top center;mask-size:contain;-webkit-mask-position:top center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:100%;top:8em;background-image:-webkit-gradient(linear,left top,right top,color-stop(25%,rgba(var(--accent-light),0)),color-stop(50%,var(--accent-light-hex)));background-image:linear-gradient(90deg,rgba(var(--accent-light),0) 25%,var(--accent-light-hex) 50%);-webkit-transform:translate(0,0);transform:translate(0,0)}@media screen and (max-width:950px){.prefooter .width-container::before{top:4em}}@media screen and (max-width:500px){.alert-bar{font-size:.875em}.prefooter .width-container::before{top:6em}}.prefooter .width-container::after{position:absolute;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig.svg);mask-position:bottom center;mask-size:contain;-webkit-mask-position:bottom center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:100%;bottom:1.75em;background-image:-webkit-gradient(linear,left top,right top,from(rgba(var(--accent-light),0)),color-stop(50%,var(--accent-light-hex)));background-image:linear-gradient(90deg,rgba(var(--accent-light),0) 0,var(--accent-light-hex) 50%);-webkit-transform:translate(0,0);transform:translate(0,0)}.prefooter .form-title{font-size:1.25em}.prefooter .content-container+.layout-form-builder{margin-top:1em}.prefooter .navigation .nav-list-primary{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:950px){.prefooter .navigation .nav-list-primary{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:1300px){.prefooter .title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}}.footer .site-info,.footer .social-col{display:-webkit-box;display:-ms-flexbox}.prefooter .main-title{padding-top:.5em;font-size:9em;font-weight:700;line-height:.8;text-shadow:0 0 1em var(--primary-dark-hex)}@media screen and (max-width:1500px){.prefooter .main-title{font-size:7em}}@media screen and (max-width:1300px){.prefooter .main-title{font-size:5em}}@media screen and (max-width:1050px){.prefooter .main-title{font-size:4em}}@media screen and (max-width:950px){.prefooter .main-title{padding-top:2rem}}@media screen and (max-width:650px){.prefooter .main-title{font-size:2.5em}}@media screen and (max-width:400px){.prefooter .main-title{font-size:1.75em}}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults{background-color:transparent;padding:0}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-header{color:var(--white-hex);font-family:futura-pt,sans-serif;line-height:1.125;font-weight:400;font-size:1.25em;text-transform:uppercase}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-text{font-family:futura-pt,sans-serif;margin-top:1em;font-size:inherit;color:var(--white-hex)}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field{margin:0 0 20px}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-label{font-family:futura-pt,sans-serif;color:var(--white-hex);font-size:inherit;font-weight:400;margin-bottom:8px}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-label.hide-label{position:absolute;width:1px;height:1px;border:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0,1px,1px,0)}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-label.ctct-form-required:before{right:0;left:unset;color:var(--white-hex)}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element{font-size:1em;color:var(--primary-dark-hex);background-color:var(--white-hex);border-radius:.25em;border:none;height:unset}.footer .site-info-item::before,.footer .site-info-links::before{content:"";top:50%;left:-1em;width:2px;height:1em;-webkit-transform:translate(-50%,-50%)}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element::-webkit-input-placeholder{font-family:futura-pt,sans-serif;font-size:inherit;font-weight:400}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element::-moz-placeholder{font-family:futura-pt,sans-serif;font-size:inherit;font-weight:400}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element:-ms-input-placeholder{font-family:futura-pt,sans-serif;font-size:inherit;font-weight:400}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element::-ms-input-placeholder{font-family:futura-pt,sans-serif;font-size:inherit;font-weight:400}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element::placeholder{font-family:futura-pt,sans-serif;font-size:inherit;font-weight:400}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-button{padding:.675em 3em;background-color:var(--primary-hex);color:var(--white-hex);border:3px solid var(--primary-light-hex);font-size:1em;line-height:1.25;text-decoration:none;text-transform:uppercase;border-radius:40px}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-form-button:hover{background-color:var(--primary-hex);border:3px solid var(--accent-light-hex)}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-gdpr-text{color:#fff;margin-bottom:1em;font-family:futura-pt,sans-serif;line-height:1em;font-size:.8rem}.footer,.layout-kart-calendar .arrow,.layout-kart-calendar .today,.pagination .pager-list-item.active .pager-list-link,.prefooter .cc-form-embed .ctct-inline-form .ctct-form-embed .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link{color:var(--white-hex)}.prefooter .cc-form-embed .ctct-inline-form .grecaptcha-badge{visibility:hidden}.prefooter .cc-form-embed .ctct-inline-form .ctct-form-footer{padding:0}.prefooter .cc-form-embed .fb-recaptcha-policy{text-align:center;margin:.5em auto 0;max-width:360px;font-size:.8rem;line-height:1em}.footer{position:relative;padding:0;z-index:2}.footer .social-col{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--primary-hex)}@media screen and (max-width:950px){.footer{padding-bottom:8em}.footer .social-col{background-color:unset}}.footer .width-container{display:grid;grid-template-columns:7fr 3fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2em;padding-top:1em;padding-bottom:1em}@media screen and (max-width:950px){.footer .width-container{grid-template-columns:1fr;justify-items:center;text-align:center}}.footer .site-info{display:flex;gap:2em;-ms-flex-wrap:wrap;flex-wrap:wrap;text-shadow:0 0 1em var(--primary-dark-hex)}@media screen and (max-width:950px){.footer .site-info{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer .site-info-links{position:relative;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2em;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer .site-info-links::before{position:absolute;display:block;background-color:var(--white-hex);transform:translate(-50%,-50%)}@media screen and (max-width:950px){.footer .site-info-links::before{display:none}}.footer .site-info-item{position:relative;display:inline-block}.footer .site-info-item::before{position:absolute;display:block;background-color:var(--white-hex);transform:translate(-50%,-50%)}@media screen and (max-width:950px){.footer .site-info-item::before{display:none}}.footer .site-info-link{display:block;line-height:1.25;border-bottom:1px solid currentColor;transition:color .3s ease}.footer .site-info-link:last-of-type{margin-right:0}.footer .site-info-link:focus,.footer .site-info-link:hover{color:var(--accent-light-hex)}.footer .social-link{font-size:1.25em}.footer .logo-col{margin:0 0 0 auto;text-align:right}@media screen and (max-width:950px){.footer .logo-col{margin-right:auto;text-align:center}}.footer [class*="-logo"]{mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dynamix-logo.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/dynamix-logo.svg);display:inline-block;margin:0 0 0 auto;width:100px;height:45px;background-color:var(--white-hex);text-indent:-9999px;opacity:.5;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media screen and (max-width:950px){.footer [class*="-logo"]{margin-right:auto}}.footer [class*="-logo"]:focus,.footer [class*="-logo"]:hover{opacity:.75}.footer .contrast-bar{background-color:var(--primary-dark-hex);padding:.25em 0}.footer .contrast-bar .width-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0;padding-bottom:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;z-index:-6;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-overlay.active{z-index:99999;opacity:1}.modal-wrapper{position:fixed;top:50%;left:50%;max-width:1000px;width:100%;max-height:80vh;padding-top:2em;overflow-y:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;z-index:-6;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-wrapper.active{z-index:999999;opacity:1}.modal-wrapper .modal-close{position:absolute;z-index:2;top:0;right:0;display:inline-block;width:2em;height:2em;overflow:hidden;text-indent:4em;border:none;background:0 0}.modal-wrapper .modal-close::after,.modal-wrapper .modal-close::before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-6px;background:#fff;border-radius:5px}.modal-wrapper .modal-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-wrapper .modal-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.layout-kart-calendar{position:absolute;top:0;left:0;width:100%;padding:1em 0;z-index:90000;background-color:rgba(var(--white),.8);overflow:visible}@media screen and (max-width:800px){.layout-kart-calendar{position:relative;border-top:2px solid var(--accent-dark-hex);background-color:var(--off-white-hex)}.layout-kart-calendar .width-container{padding:0 .5em}}.layout-kart-calendar .calendar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column}.layout-kart-calendar .cal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.layout-kart-calendar .cal-header::after,.layout-kart-calendar .cal-header::before{top:50%;width:calc(50% - 14.2857%);height:1px;background-color:var(--primary-dark-hex)}.layout-kart-calendar .cal-header::before{content:"";position:absolute;display:block;left:7.14285%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-kart-calendar .cal-header::after{content:"";position:absolute;display:block;right:7.14285%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-kart-calendar .cal-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white-hex);border-radius:5em;padding:.25em;z-index:2}.layout-kart-calendar .arrow{position:relative;width:1.5em;height:1.5em;border-radius:50%;background-color:var(--primary-light-hex);text-indent:2em;overflow:hidden;white-space:nowrap;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.layout-kart-calendar .arrow::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:50%;left:50%;width:1em;height:1em;background-color:var(--white-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.layout-kart-calendar .arrow.prev-week::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-left.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-left.svg)}.layout-kart-calendar .arrow.next-week::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/angle-right.svg)}.layout-kart-calendar .arrow:focus,.layout-kart-calendar .arrow:hover{background-color:var(--primary-dark-hex)}.layout-kart-calendar .title{padding:0 2em;text-align:center}.layout-kart-calendar .week{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-kart-calendar .week::after,.layout-kart-calendar .week::before{position:absolute;display:block;content:""}@media screen and (max-width:800px){.layout-kart-calendar .week{display:block;padding-top:1em}}.layout-kart-calendar .week::after,.layout-kart-calendar .week::before{top:-1em;width:1px;height:1em;background-color:var(--primary-dark-hex)}.layout-kart-calendar .week::before{left:7.14285%}.layout-kart-calendar .week::after{right:7.14285%}.layout-kart-calendar .weekday{width:100%;padding:.25em 1em;text-transform:uppercase;text-align:center}.layout-kart-calendar .weekday+.day-info-wrapper{margin-top:.5em}@media screen and (max-width:800px){.layout-kart-calendar .weekday+.day-info-wrapper{margin-top:0}.layout-kart-calendar .weekday{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8em;font-weight:400}.layout-kart-calendar .mobile-weekday{display:none}}.layout-kart-calendar .mobile-weekday{display:none}@media screen and (max-width:450px){.layout-kart-calendar .weekday{display:none}.layout-kart-calendar .mobile-weekday{display:-webkit-box;display:-ms-flexbox;display:flex}}.layout-kart-calendar .day{position:relative;-webkit-box-flex:0;-ms-flex:0 0 14.2857%;flex:0 0 14.2857%;padding:.25em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1em}@media screen and (max-width:1100px){.layout-kart-calendar .day{font-size:.9em}}.layout-kart-calendar .day:last-of-type .event-content{left:unset;right:0;-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-kart-calendar .day:last-of-type .event-content::before{left:unset;right:0;-webkit-transform:translate(-25%,-100%);transform:translate(-25%,-100%)}.layout-kart-calendar .day:last-of-type .event-info.active .event-content{-webkit-transform:translate(0,1em);transform:translate(0,1em)}.layout-kart-calendar .day:first-of-type .event-content{left:0;-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-kart-calendar .day:first-of-type .event-content::before{left:0;-webkit-transform:translate(25%,-100%);transform:translate(25%,-100%)}.layout-kart-calendar .day:first-of-type .event-info.active .event-content{-webkit-transform:translate(0,1em);transform:translate(0,1em)}@media screen and (max-width:800px){.layout-kart-calendar .day{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:grid;grid-template-columns:1fr 9fr;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;gap:1em;height:auto;border-radius:.25em;font-size:.8em;background-color:var(--white-hex);-webkit-box-shadow:0 0 .5em rgba(var(--black),.2);box-shadow:0 0 .5em rgba(var(--black),.2)}.layout-kart-calendar .day+.day{margin-top:.5em}}.layout-kart-calendar .today{position:relative;background-color:var(--accent-dark-hex);border-radius:2em}@media screen and (max-width:800px){.layout-kart-calendar .today{border-radius:.125em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.layout-kart-calendar .day-info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em}@media screen and (max-width:1100px){.layout-kart-calendar .day-info-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}}@media screen and (max-width:800px){.layout-kart-calendar .day-info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1em}.layout-kart-calendar .day-text{-ms-flex-negative:0;flex-shrink:0}}@media screen and (max-width:550px){.layout-kart-calendar .day-info-wrapper{display:block;text-align:left}}.layout-kart-calendar .event-info{position:relative;width:1.25em;height:1.25em;background-color:transparent;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:800px){.layout-kart-calendar .event-info{width:unset;height:unset;-ms-flex-negative:1;flex-shrink:1}}.layout-kart-calendar .event-info:focus::before,.layout-kart-calendar .event-info:hover::before{background-color:var(--primary-dark-hex)}.layout-kart-calendar .event-info::before{content:"";position:absolute;display:block;top:0;left:0;width:1.25em;height:1.25em;border-radius:50%;background-color:var(--primary-light-hex);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media screen and (max-width:800px){.layout-kart-calendar .event-info::before{display:none}}.layout-kart-calendar .event-info::after{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/info.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/info.svg);top:50%;left:50%;width:.5em;height:.5em;background-color:var(--white-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.layout-kart-calendar .event-info.active .event-content{visibility:visible;opacity:1;-webkit-transform:translate(-50%,1em);transform:translate(-50%,1em)}@media screen and (max-width:800px){.layout-kart-calendar .event-info::after{display:none}.layout-kart-calendar .event-info.active .event-content{-webkit-transform:translate(0,0);transform:translate(0,0)}}.layout-kart-calendar .event-content{position:absolute;top:100%;left:50%;width:250px;padding:1em;border-radius:.25em;background-color:var(--white-hex);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);opacity:0;-webkit-box-shadow:0 0 .5em rgba(var(--black),.2);box-shadow:0 0 .5em rgba(var(--black),.2);visibility:hidden;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}@media screen and (max-width:800px){.layout-kart-calendar .event-content{position:relative;display:block;top:0;left:0;width:100%;opacity:1;visibility:visible;-webkit-transform:translate(0,0);transform:translate(0,0);background-color:transparent;-webkit-box-shadow:unset;box-shadow:unset;text-align:left}}@media screen and (max-width:550px){.layout-kart-calendar .event-content{padding:1em 0}}.layout-kart-calendar .event-content::before{content:"";position:absolute;display:block;top:0;left:50%;width:0;height:0;border-left:.5em solid transparent;border-right:.5em solid transparent;border-bottom:.5em solid var(--white-hex);-webkit-filter:drop-shadow(0 -.325em .25em rgba(var(--primary-dark), .1));filter:drop-shadow(0 -.325em .25em rgba(var(--primary-dark), .1));-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}@media screen and (max-width:800px){.layout-kart-calendar .event-content::before{display:none}}.pagination{margin:2em 0 0;padding:0;list-style:none;text-align:center}.pagination .pager-list-item{display:inline-block}.pagination .pager-list-item.active .pager-list-link::after{background-color:var(--primary-dark-hex);opacity:1}.pagination .pager-list-item.active .pager-list-link:focus,.pagination .pager-list-item.active .pager-list-link:hover{cursor:default}.pagination .pager-list-link{position:relative;margin:0 .3125em;padding:.25em .75em;color:var(--primary-dark-hex);text-decoration:none;font-weight:700;z-index:2;-webkit-transition:background-color .3s;transition:background-color .3s}.pagination .pager-list-link::after{content:"";position:absolute;display:block;top:50%;left:50%;width:2em;height:2em;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--white-hex);z-index:-1;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.pagination .pager-list-link:focus::after,.pagination .pager-list-link:hover::after{opacity:1}.pagination .next,.pagination .prev{position:relative}.pagination .next::before,.pagination .prev::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:50%;left:50%;width:1em;height:1em;background-color:var(--primary-dark-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.pagination .prev::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-left.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-left.svg)}.pagination .next::before{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-right.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-right.svg)}@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@-webkit-keyframes modal-video-inner{from{-webkit-transform:translate(0,100px);transform:translate(0,100px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes modal-video-inner{from{-webkit-transform:translate(0,100px);transform:translate(0,100px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0,100px);transform:translate(0,100px)}.inmodal-video{position:absolute;display:block;max-height:100%;width:100%;height:100%}.modal-video-body{position:absolute;top:50%;left:50%;max-width:940px;width:100%;margin:0 auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-video-inner{width:100%}.modal-video-movie-wrap{width:100%;max-width:940px;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:0 0}@media screen and (max-width:950px){.modal-video-close-btn{top:-35px;right:0}}.modal-video-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-video-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}.wistia_embed{position:absolute;top:0;width:100%;height:100%}.layout-kart-hero .btn-wrapper,.layout-kart-hero .content-container,.layout-kart-hero .section-title{text-align:center}.layout-kart-hero{position:relative;color:var(--white-hex);padding:8em 0 4em}@media screen and (max-width:950px){.layout-kart-hero{padding:4em 0}}.layout-kart-hero .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.layout-kart-hero .bg-image::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:var(--black-hex);opacity:.5;z-index:2}.high-contrast .layout-kart-hero .bg-image::before{opacity:.9}.layout-kart-hero .background-image,.layout-kart-hero .background-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.layout-kart-hero .section-title+.btn-wrapper{margin-top:2em}.layout-kart-hero .width-container{position:relative;z-index:2}.layout-kart-hero .scroll-down{mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/kart-arrow-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/kart-arrow-down.svg);display:block;margin:4em auto 0;width:4em;height:4em;overflow:hidden;text-indent:5em;white-space:nowrap;color:var(--primary-dark-hex);background-color:var(--accent-light-hex);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.layout-kart-hero .scroll-down:focus,.layout-kart-hero .scroll-down:hover{background-color:var(--white-hex)}.layout-kart-content-slider{overflow:hidden}.layout-kart-content-slider.content-left .width-container::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig.svg);mask-position:bottom center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:bottom center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:100%;height:100vh;background-color:var(--accent-light-hex);pointer-events:none;left:calc(50% + 1em);-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-kart-content-slider.content-left .header-wrapper{text-align:right}.layout-kart-content-slider.content-left .column-1{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-right:unset;margin-left:-50%}.layout-kart-content-slider .width-container{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:0}@media screen and (max-width:800px){.layout-kart-content-slider.content-left .width-container::after{mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig-inverted.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig-inverted.svg);mask-position:bottom center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:bottom center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:100%;height:100vh;background-color:var(--accent-light-hex);pointer-events:none;left:0;-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-kart-content-slider.content-left .header-wrapper{text-align:left}.layout-kart-content-slider.content-left .column-1{margin:0;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}.layout-kart-content-slider .width-container{grid-template-columns:1fr}}.layout-kart-content-slider .width-container::after{content:"";position:absolute;display:block;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig-inverted.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/zig-inverted.svg);mask-position:bottom center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:bottom center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:100%;height:100vh;background-color:var(--accent-light-hex);pointer-events:none;bottom:1em;left:calc(50% - 1em);-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.layout-kart-content-slider .header-wrapper{position:relative;grid-column:span 2;margin-bottom:-2em;z-index:2;padding:0 3em}@media screen and (max-width:1000px){.layout-kart-content-slider .header-wrapper{padding:0 2em}}@media screen and (max-width:700px){.layout-kart-content-slider .header-wrapper{padding:0 1em}}.layout-kart-content-slider .large-title{color:var(--primary-light-hex)}.high-contrast .layout-kart-content-slider .large-title,.layout-kart-content-slider .column-2 .section-title,.layout-kart-content-slider .large-title strong{color:var(--primary-hex)}.layout-kart-content-slider .column{position:relative}.layout-kart-content-slider .column-1{position:relative;margin-bottom:4em;margin-right:-50%;z-index:0;overflow:hidden}@media screen and (max-width:800px){.layout-kart-content-slider .width-container::after{bottom:-2em;left:0;-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-kart-content-slider .header-wrapper{grid-column:span 1}.layout-kart-content-slider .column-1{margin:0;z-index:1;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}}.layout-kart-content-slider .column-2{margin-top:8em;padding:4em 2em;background-color:var(--white-hex);-webkit-box-shadow:0 0 1em 0 rgba(var(--black),.2);box-shadow:0 0 1em 0 rgba(var(--black),.2);z-index:2;text-align:center}@media screen and (max-width:800px){.layout-kart-content-slider .column-2{margin:0;padding:2em}}@media screen and (max-width:700px){.layout-kart-content-slider .column-2{padding:2em 1em}}.layout-kart-content-slider .column-2.blue-bg{background-color:rgba(var(--primary-dark),.9);color:var(--white-hex)}.layout-kart-content-slider .column-2.blue-bg .section-title{color:var(--white-hex)}.layout-kart-content-slider .column-2 .content-container ol,.layout-kart-content-slider .column-2 .content-container ul{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.layout-kart-content-slider .slides-wrapper{position:relative}.layout-kart-content-slider .slide{position:absolute;top:0;left:0;width:100%;z-index:0;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.layout-kart-content-slider .slide.active{position:relative;z-index:1;opacity:1}.layout-kart-content-slider .image-slide{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width:800px){.layout-kart-content-slider .image-slide{height:0;padding-top:56.25%}}.layout-kart-content-slider .controls-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1em}.layout-kart-content-slider .controls-bar+.slides-wrapper{margin-top:2em}.layout-kart-content-slider .pager{position:relative;display:inline-block;overflow:hidden;padding:.675em 1.5em;background-color:var(--white-hex);color:var(--primary-dark-hex);border:3px solid var(--white-hex);border-radius:40px;font-size:1em;line-height:1.25;text-decoration:none;text-transform:uppercase;-webkit-transition:border-color .3s ease,background-color .3s ease,color .3s ease;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.layout-kart-content-slider .pager:focus,.layout-kart-content-slider .pager:hover{background-color:var(--off-white-hex);border-color:var(--off-white-hex)}.layout-kart-content-slider .pager.active{color:var(--white-hex);background-color:var(--accent-dark-hex);border-color:var(--accent-dark-hex)}.high-contrast .layout-kart-content-slider .pager.active{color:var(--white-hex);background-color:var(--primary-dark-hex);border-color:var(--primary-dark-hex)}.layout-kart-content-slider .selector{position:relative;display:none;max-width:300px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (max-width:950px){.layout-kart-content-slider .pager{display:none}.layout-kart-content-slider .selector{display:block}}.layout-kart-content-slider .selector.desktop-dropdown{display:block}.layout-kart-content-slider ::-webkit-input-placeholder{color:var(--primary-dark-hex)}.layout-kart-content-slider ::-moz-placeholder{color:var(--primary-dark-hex);opacity:1}.layout-kart-content-slider :-ms-input-placeholder{color:var(--primary-dark-hex)}.layout-kart-content-slider ::-ms-input-placeholder{color:var(--primary-dark-hex)}.layout-kart-content-slider ::placeholder{color:var(--primary-dark-hex)}.layout-kart-content-slider .select-label{position:relative;height:100%}.layout-kart-content-slider .select-label::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);-webkit-mask-image:url(https://octanecdn.com/andrettikartingcom/images/svg/chevron-down.svg);top:50%;right:1em;width:1em;height:1em;background-color:var(--primary-dark-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);pointer-events:none}.layout-kart-content-slider select{display:block;width:100%;height:100%;padding:.75em 3em .75em 1em;background-color:var(--white-hex);border:2px solid var(--off-white-hex);border-radius:2em;cursor:pointer;color:var(--primary-dark-hex);font-size:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none}.layout-kart-content-slider select::-ms-expand{display:none}.layout-kart-full-width-content .width-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2em}.layout-kart-full-width-content .large-title{text-align:center;color:var(--primary-light-hex)}.high-contrast .layout-kart-full-width-content .large-title,.layout-kart-full-width-content .large-title strong{color:var(--primary-hex)}.layout-kart-full-width-content .content-container{max-width:1000px}.layout-kart-cta-bar{position:relative}.layout-kart-cta-bar.has-background{color:var(--white-hex)}.layout-kart-cta-bar .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.layout-kart-cta-bar .bg-image::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:var(--primary-dark-hex);opacity:.8}.layout-kart-cta-bar .width-container{position:relative;z-index:2}.layout-kart-cta-bar.layout-stacked .width-container{max-width:1000px;text-align:center}.layout-kart-cta-bar.layout-50-50 .width-container{display:grid;grid-auto-flow:column;grid-gap:4em;-webkit-box-align:start;-ms-flex-align:start;align-items:start;max-width:1000px}@media screen and (max-width:650px){.layout-kart-cta-bar.layout-50-50 .width-container{display:grid;grid-auto-flow:unset;gap:1.5em;text-align:center}}</style> <style id="layoutStyler"> .alert-bar .content-container{ color: rgba(var(--black), 1); } .alert-bar{ background-color: rgba(var(--accent-light), 1); } .layout-kart-media-grid[data-page-id="708138"] .content-container{ text-align: left; } .layout-kart-full-width-form.white-background .fb-message-text{ color: rgba(var(--primary-dark), 1); } </style> <script> !function(e){"use strict";var n=function(n,t,o,i){function r(e){return l.body?e():void setTimeout(function(){r(e)})}function d(){s.addEventListener&&s.removeEventListener("load",d),s.media=i||"all"}var a,l=e.document,s=l.createElement("link");if(o)a=o;else{var f=(l.body||l.getElementsByTagName("head")[0]).childNodes;a=f[f.length-1]}t&&(s.className=t);var u=l.styleSheets;s.rel="stylesheet",s.href=n,s.media="only x",r(function(){a.parentNode.insertBefore(s,o?a:a.nextSibling)});var c=function(e){for(var n=s.href,t=u.length;t--;)if(u[t].href===n)return e();setTimeout(function(){c(e)})};return s.addEventListener&&s.addEventListener("load",d),s.onloadcssdefined=c,c(d),s};"undefined"!=typeof exports?exports.loadCSS=n:e.loadCSS=n}("undefined"!=typeof global?global:this); loadCSS('https://use.typekit.net/hhw7bai.css'); </script> <title>Orlando | Donations | Andretti Indoor Karting & Games</title><meta name="description" content="Community Outreach is key to the success of both business and community. Many organizations solicit Andretti Indoor Karting & Games every year to assist with varying community service and charity projects." /><meta name="robots" content="index, follow" /><link rel="preconnect" href="https://transform.octanecdn.com" /><link rel="preconnect" href="https://fonts.googleapis.com" /><link rel="icon" href="https://octanecdn.com/andrettikartingcom/andrettikartingcom_688765969.svg" type="image/x-icon" /> <meta property="og:url" content="https://andrettikarting.com/orlando/donations" /> <meta property="og:title" content="Orlando | Donations" /> <meta property="og:description" content="Community Outreach is key to the success of both business and community. Many organizations solicit Andretti Indoor Karting & Games every year to assist with varying community service and charity projects." /> <meta property="og:site_name" content="Andretti Indoor Karting & Games" /> <meta property="og:image" content="https://octanecdn.com/andrettikartingcom/andrettikartingcom_246014610.svg" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Community Outreach is key to the success of both business and community. Many organizations solicit Andretti Indoor Karting & Games every year to assist with varying community service and charity projects." /> <meta name="twitter:title" content="Orlando | Donations" /> <meta property="twitter:image" content="https://octanecdn.com/andrettikartingcom/andrettikartingcom_246014610.svg" /> <meta name="twitter:creator" content="@andrettikarting" /> <meta name="twitter:site" content="@andrettikarting" /> <link rel="canonical" href="https://andrettikarting.com/orlando/donations"> <meta name="yandex-verification" content="20374773f872635e" /> <meta name="msvalidate.01" content="C2F7F9B968AE1AB0D34170A9B813147F" /> <meta name="rating" content="General"> <meta name="Language" content="English" /> <meta name="Publisher" content="Andretti Indoor Karting and Games" /> <meta name="distribution" content="LOCAL" /> <meta name="page-topic" content="Andretti Indoor Karting and Games"> <meta name="YahooSeeker" content="INDEX, FOLLOW"> <meta name="msnbot" content="INDEX, FOLLOW"> <meta name="googlebot" content="index,follow" /> <meta name="allow-search" content="yes" /> <meta name="expires" content="never" /> <link rel="alternate" href="https://andrettikarting.com/" hreflang="en" /> <meta name="google-site-verification" content="QcWj6HPl_N4hZGZL9isrIDjLLy13kIu11rCxYQJNdvk" /> <meta name="google-site-verification" content="tn-5E7Y5h5T7xp8MuJG-tBX7iuUN5BUqvOKU1H3QAXs" /><script data-analytics-included="true"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'ua-code': 'UA-9958839-1', 'site-host': 'www.andrettikarting.com' }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W3Q7ZG4'); </script><script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T5Z3W7D'); </script> </head> <body> <div id="wrapper" itemscope itemtype="http://schema.org/LocalBusiness" class="master-btn-pill master-btn-outlined page_489 subpage" data-page="488557"> <div class="page-wrapper"> <nav class="mobile-navigation"> <div class="nav-wrapper"> <div class="nav-inner location-navigation"> <ul class="nav-list-primary"> <li class="nav-item-primary nav-item-1 "> <a class="nav-link-primary " href="/orlando/race"> <p class="link-text"> Race </p> </a> </li> <li class="nav-item-primary nav-item-2 "> <a class="nav-link-primary " href="/orlando/attractions"> <p class="link-text"> Play </p> </a> </li> <li class="nav-item-primary nav-item-3 "> <a class="nav-link-primary " href="/orlando/eat-drink"> <p class="link-text"> Eat & Drink </p> </a> </li> <li class="nav-item-primary nav-item-4 "> <a class="nav-link-primary " href="/orlando/parties-events"> <p class="link-text"> Parties & Events </p> </a> </li> <li class="nav-item-primary nav-item-5 "> <a class="nav-link-primary " href="https://andrettikarting.com/orlando/event-request-form"> <p class="link-text"> Book Now! </p> </a> </li> <li class="nav-item-primary nav-item-6 "> <a class="nav-link-primary " href="/orlando/pricing"> <p class="link-text"> Pricing </p> </a> </li> <li class="nav-item-primary nav-item-7 "> <a class="nav-link-primary " href="https://andrettiorlando.centeredgeonline.com/retail"> <p class="link-text"> Buy Online Packages </p> </a> </li> <li class="nav-item-primary nav-item-8 "> <a class="nav-link-primary " href="https://andrettiorlando.centeredgeonline.com/waivers"> <p class="link-text"> Online Waiver </p> </a> </li> <li class="nav-item-primary nav-item-9 "> <a class="nav-link-primary " href="https://andrettikarting.cardfoundry.com/giftcards.php"> <p class="link-text"> Gift Cards </p> </a> </li> <li class="nav-item-primary nav-item-10 left-dropdown"> <a class="nav-link-primary aria-current=" page" " href="/orlando/donations"> <p class="link-text"> Andretti Cares </p> </a> </li> <li class="nav-item-primary nav-item-11 left-dropdown"> <a class="nav-link-primary " href="/orlando/faq"> <p class="link-text"> FAQ </p> </a> </li> <li class="nav-item-primary nav-item-12 left-dropdown"> <a class="nav-link-primary " href="/orlando/contact-us"> <p class="link-text"> Contact Us </p> </a> </li> </ul> </div> </div> <div class="mobile-nav-items"> <button class="menu-btn js-mobile-link"> Open Navigation <span class="nav-handle"> <span class="nav-handle-inner"></span> </span> </button> </div> </nav> <div class="content-grid sidebar-navigation"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W3Q7ZG4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5Z3W7D" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <header id="header" class="header site-header" data-page="488557"> <div class="skip-links"> <a class="skip-link" href="#main">Skip to main content</a> <a class="skip-link" href="#footer">Skip to footer</a> <div class="contrast-switcher"> <label for="header-contrast-toggle">High Contrast Mode:</label> <div class="switch js-contrast-switcher"> <input id="header-contrast-toggle" type="checkbox" class="high-contrast-checkbox"> <span class="slider round"></span> </div> </div> </div> <div class="main-container"> <div class="location-col"> <div class="selector"> <label for="andretti-locations" class="sr-only select-label-text">Tabs</label> <div class="select-label"> <select name="andretti-locations" id="andretti-locations" class="select-input"> <option value="marietta">Marietta, GA</option> <option value="orlando" selected>Orlando, FL</option> <option value="sanantonio">San Antonio, TX</option> <option value="thecolony">The Colony, TX</option> <option value="katy">Katy, TX</option> <option value="buford">Buford, GA</option> <option value="chandler">Chandler, AZ</option> <option value="grandprairie">Grand Prairie, TX</option> <option value="fortworth">Fort Worth, TX</option> </select> </div> </div> <div class="info-wrapper"> <div class="btn-wrapper location-link-wrapper"> <a class="directions location-link" href="https://www.google.com/maps/dir/?api=1&destination=9299 Universal Blvd+Orlando+FL+32819" data-styleable> <p class="address-line">9299 Universal Blvd</p> <p class="address-line">Orlando, FL 32819</p> </a> </div> <div class="btn-wrapper location-link-wrapper"> <a class="tel location-link" href="tel:4076105020" data-styleable>407.610.5020</a> </div> </div> </div> <div class="logo-col"> <p class="logo"> <a class="logo-link" href="/orlando"> <img src="https://octanecdn.com/andrettikartingcom/andrettikartingcom_246014610.svg" width="200" height="90" alt="Andretti Indoor Karting & Games" class="logo-image" data-styleable /> </a> </p> <div class="sr-only"> <link itemprop="url" href="https://www.andrettikarting.com/orlando/donations"> <link itemprop="image" href="https://octanecdn.com/andrettikartingcom/andrettikartingcom_246014610.svg"> <span class="sr-only" itemprop="name">Andretti Indoor Karting & Games</span> <span class="sr-only" itemprop="priceRange">Varied</span> </div> </div> <div class="nav-col"> <nav class="navigation location-navigation"> <ul class="nav-list-primary"> <li class="nav-item-primary nav-item-1 "> <a class="nav-link-primary " href="/orlando/race"> <p class="link-text"> Race </p> </a> </li> <li class="nav-item-primary nav-item-2 "> <a class="nav-link-primary " href="/orlando/attractions"> <p class="link-text"> Play </p> </a> </li> <li class="nav-item-primary nav-item-3 "> <a class="nav-link-primary " href="/orlando/eat-drink"> <p class="link-text"> Eat & Drink </p> </a> </li> <li class="nav-item-primary nav-item-4 "> <a class="nav-link-primary " href="/orlando/parties-events"> <p class="link-text"> Parties & Events </p> </a> </li> <li class="nav-item-primary nav-item-5 "> <a class="nav-link-primary " href="https://andrettikarting.com/orlando/event-request-form"> <p class="link-text"> Book Now! </p> </a> </li> <li class="nav-item-primary nav-item-6 "> <a class="nav-link-primary " href="/orlando/pricing"> <p class="link-text"> Pricing </p> </a> </li> <li class="nav-item-primary nav-item-7 "> <a class="nav-link-primary " href="https://andrettiorlando.centeredgeonline.com/retail"> <p class="link-text"> Buy Online Packages </p> </a> </li> <li class="nav-item-primary nav-item-8 "> <a class="nav-link-primary " href="https://andrettiorlando.centeredgeonline.com/waivers"> <p class="link-text"> Online Waiver </p> </a> </li> <li class="nav-item-primary nav-item-9 "> <a class="nav-link-primary " href="https://andrettikarting.cardfoundry.com/giftcards.php"> <p class="link-text"> Gift Cards </p> </a> </li> <li class="nav-item-primary nav-item-10 left-dropdown"> <a class="nav-link-primary aria-current=" page" " href="/orlando/donations"> <p class="link-text"> Andretti Cares </p> </a> </li> <li class="nav-item-primary nav-item-11 left-dropdown"> <a class="nav-link-primary " href="/orlando/faq"> <p class="link-text"> FAQ </p> </a> </li> <li class="nav-item-primary nav-item-12 left-dropdown"> <a class="nav-link-primary " href="/orlando/contact-us"> <p class="link-text"> Contact Us </p> </a> </li> </ul> </nav> </div> </div> </header> <main class="main-content-wrapper" id="main"> <div id="kartCalendar" data-page-id="488557" data-theme data-layout-id="18745" data-title="Donations"> <wrapper fetch-url="/fetch-events" event-data="472075" page-id></wrapper> </div> <div class="cards universal-page"> <section class="layout-kart-hero" data-page-id="482283" data-theme data-layout-id="18197" data-title="Hero" data-hide-inview="true"> <div class="bg-image"> </div> <div class="width-container"> <h1 class="section-title large-title" data-styleable-text>DONATIONS<br></h1> <button class="scroll-down" data-button="scrollDown"><span>Scroll Down</span></button> </div> </section> <section class="layout-kart-content-slider content-left" data-scroll="parallax" data-interaction="pagedSlider" data-page-id="482284" data-theme data-layout-id="18200" data-title="Content Gallery" data-hide-inview="true"> <div class="width-container"> <div class="header-wrapper" data-animation="inview-fade-up"> </div> <div class="column column-1"> <div class="slide image-slide bg-image-0 active"></div> </div> <div class="column column-2 blue-bg" data-animation="inview-fade-up"> <div class="slides-wrapper"> <div class="slide content-slide active" data-animation="inview-cascade-fade-up"> <h2 class="section-title" data-styleable-text>HOW CAN WE HELP?</h2> <div class="content-container" data-styleable-text><p>Community Outreach is key to the success of both business and community. Many organizations solicit Andretti Indoor Karting &amp; Games every year to assist with varying community service and charity projects. We try to help where we can, but we receive hundreds of requests a month &amp; can only grant a limited few. We are unable to provide monetary donations. </p> <p>Donation Requests are reviewed ONCE a month by the requested location's General Manager and only requests that receive approval will be notified. PLEASE NOTE: All requests must be received at least 6 weeks in advance of event date. </p></div> </div> </div> </div> </div> </section><section class="layout-kart-full-width-content" data-page-id="482309" data-theme data-layout-id="18561" data-title="Full Width Content"> <div class="width-container" data-animation="inview-cascade-fade-up"> <div class="content-container" data-styleable-text><h4>Please keep in mind that submitting a request DOES NOT guarantee a donation, however we do carefully consider each one. Please carefully read our Donation Request Guidelines before submitting a request.</h4> <p><strong>REQUEST CHECKLIST</strong></p> <ul> <li>All requests must be received through our donation request form.</li> <li>All requests must be received no later than six weeks prior to your event.</li> <li>All requests received must include a 501(c)(3) tax ID number.</li> <li>Due to the volume of the requests we receive, solicitations by telephone, mail or dropped off in person cannot be honored and you'll be directed to this page to submit your request.</li> <li>Andretti Indoor Karting &amp; Games reserves the right to refuse donations for any event at our discretion.</li> </ul></div> </div> </section> <section class="layout-kart-cta-bar layout-stacked has-background" data-page-id="482285" data-theme="2905" data-layout-id="18992" data-title="CTA Bar"> <div class="bg-image"></div> <div class="width-container" data-animation="inview-cascade-fade-up"> <h2 class="section-title" data-styleable-text>ONLINE REQUEST FORM<br></h2> <div class="content-container" data-styleable-text><p>Requests are reviewed once a month by the GM of the location. Due to the large number of requests we receive, we are only able to grant a limited amount and we will only contact those whose requests are approved. Please do not call or email the location to check on the status of your donation. <br></p></div> <div class="btn-wrapper"> <a class="btn" href="/orlando/donations-request-form" data-styleable>Donations Request Form</a> </div> </div> </section> </div> </main> </div> <div class="combined-prefooter"> <div id="prefooter"> <section class="prefooter" role="complementary" data-load="constantContact"> <div class="content-grid"> <div class="column form-column"> <div class="column-inner" data-animation="inview-cascade-fade-up"> <div class="cc-form-embed"> <div class="ctct-inline-form" data-form-id="e8280488-1e15-41cd-9194-8e1e0180af16" data-cc-u-id="6d6085515b9f2ab574cfecdaccc3a975"></div> <p data-styleable class="fb-recaptcha-policy">This site is protected by reCAPTCHA and the Google <strong><a target="_blank" href="https://policies.google.com/privacy" rel="noreferrer" class="external">Privacy Policy</a></strong> and <strong><a target="_blank" href="https://policies.google.com/terms" rel="noreferrer" class="external">Terms of Service</a></strong> apply. </p> </div> </div> </div> <div class="column content-column"> <div class="width-container" data-animation="inview-cascade-fade-up"> <nav class="navigation prefooter-navigation" aria-label="location prefooter nav"> <ul class="nav-list-primary"> <li class="nav-item-primary nav-item-1 "> <a class="nav-link-primary " href="/orlando/careers"> <p class="link-text"> Careers </p> </a> </li> <li class="nav-item-primary nav-item-2 left-dropdown"> <a class="nav-link-primary " href="https://andrettiorlando.centeredgeonline.com/waivers"> <p class="link-text"> Online Waiver </p> </a> </li> <li class="nav-item-primary nav-item-3 left-dropdown"> <a class="nav-link-primary " href="/orlando/faq"> <p class="link-text"> FAQ </p> </a> </li> <li class="nav-item-primary nav-item-4 left-dropdown"> <a class="nav-link-primary " href="https://www.checkit4andretti.org/"> <p class="link-text"> Checkit4Andretti </p> </a> </li> </ul> </nav> <div class="title-wrapper"> <h2 class="section-title main-title" data-styleable-text>SETTING&nbsp;<br>ENTERTAINMENT&nbsp;<br>ON A WHOLE&nbsp;<br>NEW TRACK</h2> </div> </div> </div> </div> </section> </div> <footer id="footer" class="footer footer-custom"> <div class="content-grid"> <div class="social-col"><ul class="social-networks"> <li><a itemprop="sameAs" class="social-link facebook" title="Facebook" href="https://www.facebook.com/AndrettiOrlando/" target="_blank">Facebook</a></li> <li><a itemprop="sameAs" class="social-link twitter" title="Twitter" href="https://twitter.com/andrettiorlando" target="_blank">Twitter</a></li> <li><a itemprop="sameAs" class="social-link youtube" title="YouTube" href="https://www.youtube.com/user/AndrettiKarting" target="_blank">YouTube</a></li> <li><a itemprop="sameAs" class="social-link instagram" title="Instagram" href="https://www.instagram.com/andrettiorlando/" target="_blank">Instagram</a></li> </ul></div> <div class="footer-column"> <div class="width-container"> <div class="site-info"> <p class="copyright">Copyright &copy; 2024 Andretti Indoor Karting & Games all rights reserved. </p> <ul class="site-info-links"> <li class="site-info-item"> <a href="/privacy-terms" class="site-info-link" data-styleable>Privacy Policy</a> </li> <li class="site-info-item"> <a href="/cookie-policy" class="site-info-link" data-styleable>Cookie Policy</a> </li> <li class="site-info-item"> <a href="https://www.checkit4andretti.org/andretti-indoor-karting-games-round-up-campaign/?utm_source=Andretti+Karting&utm_medium=homepage+link" class="site-info-link" data-styleable>CheckIt4Andretti</a> </li> <li class="site-info-item"> <a href="/blog" class="site-info-link" data-styleable>Blog</a> </li> </ul> </div> <div class="logo-col"> <p class="caption">Powered By</p> <a class="dynamix-logo" href="https://dynamix.site" target="_blank"> <strong>DynamiX</strong> </a> </div> </div> </div> </div> <div class="contrast-bar"> <div class="width-container"> <div class="contrast-switcher"> <label for="footer-contrast-toggle">High Contrast Mode:</label> <div class="switch js-contrast-switcher"> <input id="footer-contrast-toggle" type="checkbox" class="high-contrast-checkbox"> <span class="slider round"></span> </div> </div> </div> </div> </footer> </div> </div> <script src="https://cdn.jsdelivr.net/npm/vue@2.6.10?version=32"></script> <script src="https://octanecdn.com/octaneforms/js/octaneforms.min.js?version=32"></script> <script src="https://octanecdn.com/andrettikartingcom/js/layouts.min.js?version=8351" defer></script> <script src="https://octanecdn.com/andrettikartingcom/js/main.min.js?version=8351" defer></script> <script type="text/javascript" src="https://octanecdn.com/andrettikartingcom/js/kartCalendar.min.js?version=8351" defer></script> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "HOW CAN WE HELP?\nCommunity Outreach is key to the success of both business and community. Many organizations solicit Andretti Indoor Karting & Games every year to assist with varying community service and charity projects. We try to help where we can, but we receive hundreds of requests a month & can only grant a limited few. We are unable to provide monetary donations.\nDonation Requests are reviewed ONCE a month by the requested location's General Manager and only requests that receive approval will be notified. PLEASE NOTE: All requests must be received at least 6 weeks in advance of event date.", "id": "<urn:uuid:9b9f7052-7910-4a9e-be31-5eff423fb003>", "dump": "CC-MAIN-2024-10", "url": "https://andrettikarting.com/orlando/donations", "date": "2024-02-25T08:27:57", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9537736773490906, "token_count": 121 } }
<urn:uuid:1accc75c-9abc-4e34-8f75-cdb502b4fcdc>
<!doctype html> <html lang="en"> <head> <link rel="preconnect dns-prefetch" href="https://cdn.shopify.com"> <link rel="preconnect dns-prefetch" href="https://fonts.googleapis.com" crossorigin> <link rel="preconnect dns-prefetch" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect dns-prefetch" href="https://andrewtechautomotive.com"> <link rel="shortcut icon" type="image/x-icon" href="//andrewtechautomotive.com/cdn/shop/t/3/assets/favicon.png?v=44547788592213299871635100437"> <link rel="canonical" href="https://andrewtechautomotive.com/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti"> <meta charset="utf-8"> <meta name="viewport" content="viewport-fit=cover, width=device-width,initial-scale=1, user-scalable=0"/> <meta name="google" content="notranslate"> <meta name='HandheldFriendly' content='True'> <meta name='MobileOptimized' content='360'> <meta http-equiv="cleartype" content="on"> <meta name="theme-color" content="#FD1919"> <title>Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm &ndash; Andrewtech Automotive</title> <meta name="description" content="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops througho"> <meta name="author" content="Andrewtech Automotive"> <meta property="og:url" content="https://andrewtechautomotive.com/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti"> <meta property="og:site_name" content="Andrewtech Automotive"> <meta property="og:type" content="product"> <meta property="og:title" content="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi"> <meta property="og:image" content="http://andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_600x.jpg?v=1632859078"> <meta property="og:image:secure_url" content="https://andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_600x.jpg?v=1632859078"> <meta property="og:price:amount" content="224.96"> <meta property="og:price:currency" content="USD"> <meta property="og:description" content="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops througho"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi"> <meta name="twitter:description" content="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to"> <meta name="twitter:image" content="https://andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_240x.jpg?v=1632859078"> <meta name="twitter:image:width" content="240"> <meta name="twitter:image:height" content="240"> <!--===== Theme Font Family ===== --><script type="text/javascript"> WebFontConfig = { google: { api: 'https://fonts.googleapis.com/css2', families: ["Rubik:wght@300;400;500;600;700;800;900&display=swap"] } }; </script><script> /* * Copyright 2016 Small Batch, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ /* Web Font Loader v1.6.26 - (c) Adobe Systems, Google. License: Apache 2.0 */(function(){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}}function p(a,b,c){p=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return p.apply(null,arguments)}var q=Date.now||function(){return+new Date};function ca(a,b){this.a=a;this.m=b||a;this.c=this.m.document}var da=!!window.FontFace;function t(a,b,c,d){b=a.c.createElement(b);if(c)for(var e in c)c.hasOwnProperty(e)&&("style"==e?b.style.cssText=c[e]:b.setAttribute(e,c[e]));d&&b.appendChild(a.c.createTextNode(d));return b}function u(a,b,c){a=a.c.getElementsByTagName(b)[0];a||(a=document.documentElement);a.insertBefore(c,a.lastChild)}function v(a){a.parentNode&&a.parentNode.removeChild(a)} function w(a,b,c){b=b||[];c=c||[];for(var d=a.className.split(/\s+/),e=0;e<b.length;e+=1){for(var f=!1,g=0;g<d.length;g+=1)if(b[e]===d[g]){f=!0;break}f||d.push(b[e])}b=[];for(e=0;e<d.length;e+=1){f=!1;for(g=0;g<c.length;g+=1)if(d[e]===c[g]){f=!0;break}f||b.push(d[e])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function y(a,b){for(var c=a.className.split(/\s+/),d=0,e=c.length;d<e;d++)if(c[d]==b)return!0;return!1} function z(a){if("string"===typeof a.f)return a.f;var b=a.m.location.protocol;"about:"==b&&(b=a.a.location.protocol);return"https:"==b?"https:":"http:"}function ea(a){return a.m.location.hostname||a.a.location.hostname} function A(a,b,c){function d(){k&&e&&f&&(k(g),k=null)}b=t(a,"link",{rel:"stylesheet",href:b,media:"all"});var e=!1,f=!0,g=null,k=c||null;da?(b.onload=function(){e=!0;d()},b.onerror=function(){e=!0;g=Error("Stylesheet failed to load");d()}):setTimeout(function(){e=!0;d()},0);u(a,"head",b)} function B(a,b,c,d){var e=a.c.getElementsByTagName("head")[0];if(e){var f=t(a,"script",{src:b}),g=!1;f.onload=f.onreadystatechange=function(){g||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(g=!0,c&&c(null),f.onload=f.onreadystatechange=null,"HEAD"==f.parentNode.tagName&&e.removeChild(f))};e.appendChild(f);setTimeout(function(){g||(g=!0,c&&c(Error("Script load timeout")))},d||5E3);return f}return null};function C(){this.a=0;this.c=null}function D(a){a.a++;return function(){a.a--;E(a)}}function F(a,b){a.c=b;E(a)}function E(a){0==a.a&&a.c&&(a.c(),a.c=null)};function G(a){this.a=a||"-"}G.prototype.c=function(a){for(var b=[],c=0;c<arguments.length;c++)b.push(arguments[c].replace(/[\W_]+/g,"").toLowerCase());return b.join(this.a)};function H(a,b){this.c=a;this.f=4;this.a="n";var c=(b||"n4").match(/^([nio])([1-9])$/i);c&&(this.a=c[1],this.f=parseInt(c[2],10))}function fa(a){return I(a)+" "+(a.f+"00")+" 300px "+J(a.c)}function J(a){var b=[];a=a.split(/,\s*/);for(var c=0;c<a.length;c++){var d=a[c].replace(/['"]/g,"");-1!=d.indexOf(" ")||/^\d/.test(d)?b.push("'"+d+"'"):b.push(d)}return b.join(",")}function K(a){return a.a+a.f}function I(a){var b="normal";"o"===a.a?b="oblique":"i"===a.a&&(b="italic");return b} function ga(a){var b=4,c="n",d=null;a&&((d=a.match(/(normal|oblique|italic)/i))&&d[1]&&(c=d[1].substr(0,1).toLowerCase()),(d=a.match(/([1-9]00|normal|bold)/i))&&d[1]&&(/bold/i.test(d[1])?b=7:/[1-9]00/.test(d[1])&&(b=parseInt(d[1].substr(0,1),10))));return c+b};function ha(a,b){this.c=a;this.f=a.m.document.documentElement;this.h=b;this.a=new G("-");this.j=!1!==b.events;this.g=!1!==b.classes}function ia(a){a.g&&w(a.f,[a.a.c("wf","loading")]);L(a,"loading")}function M(a){if(a.g){var b=y(a.f,a.a.c("wf","active")),c=[],d=[a.a.c("wf","loading")];b||c.push(a.a.c("wf","inactive"));w(a.f,c,d)}L(a,"inactive")}function L(a,b,c){if(a.j&&a.h[b])if(c)a.h[b](c.c,K(c));else a.h[b]()};function ja(){this.c={}}function ka(a,b,c){var d=[],e;for(e in b)if(b.hasOwnProperty(e)){var f=a.c[e];f&&d.push(f(b[e],c))}return d};function N(a,b){this.c=a;this.f=b;this.a=t(this.c,"span",{"aria-hidden":"true"},this.f)}function O(a){u(a.c,"body",a.a)}function P(a){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+J(a.c)+";"+("font-style:"+I(a)+";font-weight:"+(a.f+"00")+";")};function Q(a,b,c,d,e,f){this.g=a;this.j=b;this.a=d;this.c=c;this.f=e||3E3;this.h=f||void 0}Q.prototype.start=function(){var a=this.c.m.document,b=this,c=q(),d=new Promise(function(d,e){function k(){q()-c>=b.f?e():a.fonts.load(fa(b.a),b.h).then(function(a){1<=a.length?d():setTimeout(k,25)},function(){e()})}k()}),e=new Promise(function(a,d){setTimeout(d,b.f)});Promise.race([e,d]).then(function(){b.g(b.a)},function(){b.j(b.a)})};function R(a,b,c,d,e,f,g){this.v=a;this.B=b;this.c=c;this.a=d;this.s=g||"BESbswy";this.f={};this.w=e||3E3;this.u=f||null;this.o=this.j=this.h=this.g=null;this.g=new N(this.c,this.s);this.h=new N(this.c,this.s);this.j=new N(this.c,this.s);this.o=new N(this.c,this.s);a=new H(this.a.c+",serif",K(this.a));a=P(a);this.g.a.style.cssText=a;a=new H(this.a.c+",sans-serif",K(this.a));a=P(a);this.h.a.style.cssText=a;a=new H("serif",K(this.a));a=P(a);this.j.a.style.cssText=a;a=new H("sans-serif",K(this.a));a= P(a);this.o.a.style.cssText=a;O(this.g);O(this.h);O(this.j);O(this.o)}var S={D:"serif",C:"sans-serif"},T=null;function U(){if(null===T){var a=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);T=!!a&&(536>parseInt(a[1],10)||536===parseInt(a[1],10)&&11>=parseInt(a[2],10))}return T}R.prototype.start=function(){this.f.serif=this.j.a.offsetWidth;this.f["sans-serif"]=this.o.a.offsetWidth;this.A=q();la(this)}; function ma(a,b,c){for(var d in S)if(S.hasOwnProperty(d)&&b===a.f[S[d]]&&c===a.f[S[d]])return!0;return!1}function la(a){var b=a.g.a.offsetWidth,c=a.h.a.offsetWidth,d;(d=b===a.f.serif&&c===a.f["sans-serif"])||(d=U()&&ma(a,b,c));d?q()-a.A>=a.w?U()&&ma(a,b,c)&&(null===a.u||a.u.hasOwnProperty(a.a.c))?V(a,a.v):V(a,a.B):na(a):V(a,a.v)}function na(a){setTimeout(p(function(){la(this)},a),50)}function V(a,b){setTimeout(p(function(){v(this.g.a);v(this.h.a);v(this.j.a);v(this.o.a);b(this.a)},a),0)};function W(a,b,c){this.c=a;this.a=b;this.f=0;this.o=this.j=!1;this.s=c}var X=null;W.prototype.g=function(a){var b=this.a;b.g&&w(b.f,[b.a.c("wf",a.c,K(a).toString(),"active")],[b.a.c("wf",a.c,K(a).toString(),"loading"),b.a.c("wf",a.c,K(a).toString(),"inactive")]);L(b,"fontactive",a);this.o=!0;oa(this)}; W.prototype.h=function(a){var b=this.a;if(b.g){var c=y(b.f,b.a.c("wf",a.c,K(a).toString(),"active")),d=[],e=[b.a.c("wf",a.c,K(a).toString(),"loading")];c||d.push(b.a.c("wf",a.c,K(a).toString(),"inactive"));w(b.f,d,e)}L(b,"fontinactive",a);oa(this)};function oa(a){0==--a.f&&a.j&&(a.o?(a=a.a,a.g&&w(a.f,[a.a.c("wf","active")],[a.a.c("wf","loading"),a.a.c("wf","inactive")]),L(a,"active")):M(a.a))};function pa(a){this.j=a;this.a=new ja;this.h=0;this.f=this.g=!0}pa.prototype.load=function(a){this.c=new ca(this.j,a.context||this.j);this.g=!1!==a.events;this.f=!1!==a.classes;qa(this,new ha(this.c,a),a)}; function ra(a,b,c,d,e){var f=0==--a.h;(a.f||a.g)&&setTimeout(function(){var a=e||null,k=d||null||{};if(0===c.length&&f)M(b.a);else{b.f+=c.length;f&&(b.j=f);var h,m=[];for(h=0;h<c.length;h++){var l=c[h],n=k[l.c],r=b.a,x=l;r.g&&w(r.f,[r.a.c("wf",x.c,K(x).toString(),"loading")]);L(r,"fontloading",x);r=null;null===X&&(X=window.FontFace?(x=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent))?42<parseInt(x[1],10):!0:!1);X?r=new Q(p(b.g,b),p(b.h,b),b.c,l,b.s,n):r=new R(p(b.g,b),p(b.h,b),b.c,l,b.s,a, n);m.push(r)}for(h=0;h<m.length;h++)m[h].start()}},0)}function qa(a,b,c){var d=[],e=c.timeout;ia(b);var d=ka(a.a,c,a.c),f=new W(a.c,b,e);a.h=d.length;b=0;for(c=d.length;b<c;b++)d[b].load(function(b,d,c){ra(a,f,b,d,c)})};function sa(a,b){this.c=a;this.a=b}function ta(a,b,c){var d=z(a.c);a=(a.a.api||"fast.fonts.net/jsapi").replace(/^.*http(s?):(\/\/)?/,"");return d+"//"+a+"/"+b+".js"+(c?"?v="+c:"")} sa.prototype.load=function(a){function b(){if(f["__mti_fntLst"+d]){var c=f["__mti_fntLst"+d](),e=[],h;if(c)for(var m=0;m<c.length;m++){var l=c[m].fontfamily;void 0!=c[m].fontStyle&&void 0!=c[m].fontWeight?(h=c[m].fontStyle+c[m].fontWeight,e.push(new H(l,h))):e.push(new H(l))}a(e)}else setTimeout(function(){b()},50)}var c=this,d=c.a.projectId,e=c.a.version;if(d){var f=c.c.m;B(this.c,ta(c,d,e),function(e){e?a([]):(f["__MonotypeConfiguration__"+d]=function(){return c.a},b())}).id="__MonotypeAPIScript__"+ d}else a([])};function ua(a,b){this.c=a;this.a=b}ua.prototype.load=function(a){var b,c,d=this.a.urls||[],e=this.a.families||[],f=this.a.testStrings||{},g=new C;b=0;for(c=d.length;b<c;b++)A(this.c,d[b],D(g));var k=[];b=0;for(c=e.length;b<c;b++)if(d=e[b].split(":"),d[1])for(var h=d[1].split(","),m=0;m<h.length;m+=1)k.push(new H(d[0],h[m]));else k.push(new H(d[0]));F(g,function(){a(k,f)})};function va(a,b,c){a?this.c=a:this.c=b+wa;this.a=[];this.f=[];this.g=c||""}var wa="//fonts.googleapis.com/css";function xa(a,b){for(var c=b.length,d=0;d<c;d++){var e=b[d].split(":");3==e.length&&a.f.push(e.pop());var f="";2==e.length&&""!=e[1]&&(f=":");a.a.push(e.join(f))}} function ya(a){if(0==a.a.length)throw Error("No fonts to load!");if(-1!=a.c.indexOf("kit="))return a.c;for(var b=a.a.length,c=[],d=0;d<b;d++)c.push(a.a[d].replace(/ /g,"+"));b=a.c+"?family="+c.join("%7C");0<a.f.length&&(b+="&subset="+a.f.join(","));0<a.g.length&&(b+="&text="+encodeURIComponent(a.g));return b};function za(a){this.f=a;this.a=[];this.c={}} var Aa={latin:"BESbswy","latin-ext":"\u00e7\u00f6\u00fc\u011f\u015f",cyrillic:"\u0439\u044f\u0416",greek:"\u03b1\u03b2\u03a3",khmer:"\u1780\u1781\u1782",Hanuman:"\u1780\u1781\u1782"},Ba={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},Ca={i:"i",italic:"i",n:"n",normal:"n"}, Da=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/; function Ea(a){for(var b=a.f.length,c=0;c<b;c++){var d=a.f[c].split(":"),e=d[0].replace(/\+/g," "),f=["n4"];if(2<=d.length){var g;var k=d[1];g=[];if(k)for(var k=k.split(","),h=k.length,m=0;m<h;m++){var l;l=k[m];if(l.match(/^[\w-]+$/)){var n=Da.exec(l.toLowerCase());if(null==n)l="";else{l=n[2];l=null==l||""==l?"n":Ca[l];n=n[1];if(null==n||""==n)n="4";else var r=Ba[n],n=r?r:isNaN(n)?"4":n.substr(0,1);l=[l,n].join("")}}else l="";l&&g.push(l)}0<g.length&&(f=g);3==d.length&&(d=d[2],g=[],d=d?d.split(","): g,0<d.length&&(d=Aa[d[0]])&&(a.c[e]=d))}a.c[e]||(d=Aa[e])&&(a.c[e]=d);for(d=0;d<f.length;d+=1)a.a.push(new H(e,f[d]))}};function Fa(a,b){this.c=a;this.a=b}var Ga={Arimo:!0,Cousine:!0,Tinos:!0};Fa.prototype.load=function(a){var b=new C,c=this.c,d=new va(this.a.api,z(c),this.a.text),e=this.a.families;xa(d,e);var f=new za(e);Ea(f);A(c,ya(d),D(b));F(b,function(){a(f.a,f.c,Ga)})};function Ha(a,b){this.c=a;this.a=b}Ha.prototype.load=function(a){var b=this.a.id,c=this.c.m;b?B(this.c,(this.a.api||"https://use.typekit.net")+"/"+b+".js",function(b){if(b)a([]);else if(c.Typekit&&c.Typekit.config&&c.Typekit.config.fn){b=c.Typekit.config.fn;for(var e=[],f=0;f<b.length;f+=2)for(var g=b[f],k=b[f+1],h=0;h<k.length;h++)e.push(new H(g,k[h]));try{c.Typekit.load({events:!1,classes:!1,async:!0})}catch(m){}a(e)}},2E3):a([])};function Ia(a,b){this.c=a;this.f=b;this.a=[]}Ia.prototype.load=function(a){var b=this.f.id,c=this.c.m,d=this;b?(c.__webfontfontdeckmodule__||(c.__webfontfontdeckmodule__={}),c.__webfontfontdeckmodule__[b]=function(b,c){for(var g=0,k=c.fonts.length;g<k;++g){var h=c.fonts[g];d.a.push(new H(h.name,ga("font-weight:"+h.weight+";font-style:"+h.style)))}a(d.a)},B(this.c,z(this.c)+(this.f.api||"//f.fontdeck.com/s/css/js/")+ea(this.c)+"/"+b+".js",function(b){b&&a([])})):a([])};var Y=new pa(window);Y.a.c.custom=function(a,b){return new ua(b,a)};Y.a.c.fontdeck=function(a,b){return new Ia(b,a)};Y.a.c.monotype=function(a,b){return new sa(b,a)};Y.a.c.typekit=function(a,b){return new Ha(b,a)};Y.a.c.google=function(a,b){return new Fa(b,a)};var Z={load:p(Y.load,Y)};"function"===typeof define&&define.amd?define(function(){return Z}):"undefined"!==typeof module&&module.exports?module.exports=Z:(window.WebFont=Z,window.WebFontConfig&&Y.load(window.WebFontConfig));}()); </script> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/main_style.min.css?v=164769145995260629851635100436" rel="preload" as="style"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/header-content.min.css?v=35663382056099213751635100437" rel="preload" as="style"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/footer-content.min.css?v=172569630744999223961635100437" rel="preload" as="style"><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/product-page.min.css?v=66722519128575273511635100435" rel="preload" as="style"><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/lazysizes.min.js?v=25304090940066857651635100435" rel="preload" as="script"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/tiny-slider.min.js?v=83794718933834253901635100435" rel="preload" as="script"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/common.min.js?v=64662050178195535691635100437" rel="preload" as="script"><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/photoswipe.min.js?v=42722518446150578531635100435" rel="preload" as="script"><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/product-page.min.js?v=150296500302794433381635100436" rel="preload" as="script"><script type="application/javascript"> EventTarget.prototype.addEvent = EventTarget.prototype.addEventListener; EventTarget.prototype.removeEvent = EventTarget.prototype.removeEventListener; window.lazySizesConfig = window.lazySizesConfig || {}; lazySizesConfig.loadMode = 1; lazySizesConfig.loadHidden = false; </script><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/main_style.min.css?v=164769145995260629851635100436" rel="stylesheet" as="style"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/header-content.min.css?v=35663382056099213751635100437" rel="stylesheet" as="style"> <link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/footer-content.min.css?v=172569630744999223961635100437" rel="stylesheet" as="style"><link href="//andrewtechautomotive.com/cdn/shop/t/3/assets/product-page.min.css?v=66722519128575273511635100435" rel="stylesheet" as="style"> <style>:root { --rtl-layout: false; --body-font-family: Rubik,sans-serif, open-sans-serif; --font-heading: Rubik,sans-serif, open-sans-serif; --heading-size-h1: 36px; --heading-size-h2: 30px; --heading-size-h3: 25px; --heading-size-h4: 18px; --heading-size-h5: 16px; --heading-size-h6: 14px; --heading-1-weight: 500; --heading-2-weight: 400; --heading-3-weight: 400; --heading-4-weight: 400; --heading-5-weight: 400; --heading-6-weight: 400; --header-bg-desk: ; --header-text-color-desk: ; --bg-cart-number: ; --icon-number-color: ; --header-bg-mobile: ; --header-text-color-mobile: ; --body-font-size: 14px; --body-font-weight: 400; --main-color: #FD1919; --main-text-color: #ffffff; --main-color-rgba: 253, 25, 25; --body-border-color: #ebebeb; --text-miscellaneous: #FFFFFF; --miscellaneous-color: #FFFFFF; --body-bg-color: #f6f6f6; --body-color: #1e1e1e; --body-second-color: #6d6d6d; --body-link: #000000; --border-radius-default: 42px; --sale-lb-cl: #ffffff; --sale-lb-bgcl: #51ff71; --hot-lb-cl: #ffffff; --hot-lb-bgcl: #f00000; --new-lb-cl: #ffffff; --new-lb-bgcl: #12a05c; --section-heading-cl: #1e1e1e; --section-heading-fw: 300; --section-heading-align: center; --section-subheading-cl: #a9a9a9; --section-subheading-fw: 400; --btn1-fw: 400; --btn1-cl: #ffffff; --btn1-bg-cl: #FD1919; --btn1-hover-cl: #ffffff; --btn1-hover-bg-cl: #ff2323; --btn1-border-width: 1; --btn1-border-cl: #FD1919; --btn1-hover-border-cl: #ff2323; --btn2-fw: 400; --btn2-cl: #ffffff; --btn2-bg-cl: #212121; --btn2-hover-cl: #ffffff; --btn2-hover-bg-cl: #ff0000; --btn2-border-width: 1; --btn2-border-cl: #212121; --btn2-hover-border-cl: #ffa800; --btn3-fw: 500; --btn3-cl: #ffffff; --btn3-bg-cl: #12a05c; --btn3-hover-cl: #ffffff; --btn3-hover-bg-cl: #12a05c; --btn3-border-width: 1; --btn3-border-cl: #12a05c; --btn3-hover-border-cl: #12a05c; --price-color: #000000; --price-compare-color: #a9a9a9; --price-sale-color: #000000; --rating-star-color: #ff2323; --rating-star-empty-color: #a9a9a9; --footer-bg: ; --footer-text-cl: ; --color-second: #626262; --product-item-name: 17px; --product-item-price: 20px; --body-14: 14px; --breadcrumb-color-1: #212121; --breadcrumb-color-2: #a9a9a9; --bg-white: #ffffff; --gutter-xlg: 40px; --gutter-lg: 30px; --gutter-md: 25px; --gutter-sm: 20px; --gutter-xs: 15px; --gutter-xxs: 10px; } </style> <style data-shopify>.slider-container:not(.slider-initialized) { overflow: hidden; white-space: nowrap; } .slider-container:not(.slider-initialized) .slider-item { display: inline-block; vertical-align: top; white-space: normal; } .slider-item:not(.no-lazy).lazyload { display: none !important; } .slider-item:not(.no-lazy).lazyloaded { display: inline-block !important; } .slider-item:not(.no-lazy) .lazyload { display: none !important; } .slider-item:not(.no-lazy) .lazyloaded { display: inline-block !important; } .slider-item:not(.no-lazy).tns-slide-active .lazyload { display: inline-block !important; } .slider-item:not(.no-lazy).tns-slide-active { display: inline-block !important; } .visibility-hidden { visibility: hidden; } .position-relative { position: relative !important; } .cursor-pointer{ cursor: pointer }.product-status .in-stock,.product-status .out-stock{display: none;} .product-status[data-status='1'] .in-stock{display: block;} .product-status[data-status='0'] .out-stock{display: block;} .section_title-wrapper {margin:0 0 30px 0; } .section_title-text-1 {font-size:26px;line-height:60px; } @media screen and (max-width: 991px){ .section_title-text-1 {font-size:24px; } } @media screen and (max-width: 767px){ .section_title-text-1 {font-size:20px;line-height:25px; }} .section_title-text-2 {font-size:24px;line-height:35px; } .custom-color[data-custom-color="white"],.custom-color[data-custom-color="white"] a{ color: #fff; }.custom-color[data-custom-color="black"],.custom-color[data-custom-color="black"] a{ color: #000; }.custom-color[data-custom-color="red"],.custom-color[data-custom-color="red"] a{ color: #FF0000; }.custom-color[data-custom-color="yellow"],.custom-color[data-custom-color="yellow"] a{ color: #ffff00; }.custom-color[data-custom-color="pink"],.custom-color[data-custom-color="pink"] a{ color: #FFC0CB; }.custom-color[data-custom-color="purple"],.custom-color[data-custom-color="purple"] a{ color: #800080; }.custom-color[data-custom-color="green"],.custom-color[data-custom-color="green"] a{ color: #00ff00; }.custom-color[data-custom-color="blue"],.custom-color[data-custom-color="blue"] a{ color: #0000FF; }.custom-color[data-custom-color="gold"],.custom-color[data-custom-color="gold"] a{ color: #FFD700; }.custom-color[data-custom-color="grey"],.custom-color[data-custom-color="grey"] a{ color: #808080; }.custom-color[data-custom-color="orange"],.custom-color[data-custom-color="orange"] a{ color: #FFA500; }.mega-menu-item .product-card_action{ display: none; } </style><script type="application/javascript"> window.theme = Object.assign( window.theme || {}, {product: {"id":7171569090748,"title":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","handle":"pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti","description":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi \u003cbr\u003e\u003cbr\u003e Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to suit the automotive enthusiast and offer a comprehensive range of suspension components for most of the vehicles on the world's roads today, from AMC to Wolseley, with just about everything in between. We started in the USA with the fastest wide-body GTO on a road course. Next the fastest Chrysler 300C. Then Pedders USA's G8 and 5th Generation Camaro. When we moved to Ford, the results with the Saleen Mustang were the same. Our 'supercars' are developmental vehicles with purpose. We upgrade everything to make certain that we are testing at or above the levels of performance our customers will reach. We document every step of our development in enthusiast forums so they can benefit from our hard work. Ride quality is subjective. Our test cars serve as daily drivers. As we do our R \u0026amp; D work in AU and in the USA, the goal is to achieve a Pedders feel: the ideal balance between civility and performance handling. Pedders USA does not build parts for race cars. We make parts for the enthusiast driver that just happen to do extremely well on the race course. A fully Pedderised vehicle feels like a factory hot rod. It is quiet. It is comfortable. It handles.","published_at":"2021-09-08T09:16:47-04:00","created_at":"2021-09-28T15:57:58-04:00","vendor":"Pedders","type":"Shock \u0026 Spring Kits","tags":[],"price":22496,"price_min":22496,"price_max":22496,"available":true,"price_varies":false,"compare_at_price":24995,"compare_at_price_min":24995,"compare_at_price_max":24995,"compare_at_price_varies":false,"variants":[{"id":40935761313980,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"PED-909155R","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","public_title":null,"options":["Default Title"],"price":22496,"weight":11340,"compare_at_price":24995,"inventory_management":null,"barcode":"PED-909155R","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078"],"featured_image":"\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078","options":["Title"],"media":[{"alt":null,"id":23161081659580,"position":1,"preview_image":{"aspect_ratio":0.667,"height":1200,"width":800,"src":"\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078"},"aspect_ratio":0.667,"height":1200,"media_type":"image","src":"\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi \u003cbr\u003e\u003cbr\u003e Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to suit the automotive enthusiast and offer a comprehensive range of suspension components for most of the vehicles on the world's roads today, from AMC to Wolseley, with just about everything in between. We started in the USA with the fastest wide-body GTO on a road course. Next the fastest Chrysler 300C. Then Pedders USA's G8 and 5th Generation Camaro. When we moved to Ford, the results with the Saleen Mustang were the same. Our 'supercars' are developmental vehicles with purpose. We upgrade everything to make certain that we are testing at or above the levels of performance our customers will reach. We document every step of our development in enthusiast forums so they can benefit from our hard work. Ride quality is subjective. Our test cars serve as daily drivers. As we do our R \u0026amp; D work in AU and in the USA, the goal is to achieve a Pedders feel: the ideal balance between civility and performance handling. Pedders USA does not build parts for race cars. We make parts for the enthusiast driver that just happen to do extremely well on the race course. A fully Pedderised vehicle feels like a factory hot rod. It is quiet. It is comfortable. It handles."},routes: { rootUrl: "/", searchUrl: "/search", collectionAllUrl: "/collections/all", collectionsUrl: "/collections", cartAdd: "/cart/add.js", cartGet: "/cart.js", cartChange: "/cart/change.js", cartUpdate: "/cart/update.js", cartClear: "/cart/clear.js" }, settings: { currencies:{ enable: false }, language: { enable: false }, shop: { reviewApp: "none" }, header: { sticky: false, style: 5, enableMainMegaMenu: false, }, cart: { type: "page", }, search: { limit: 10, type: "product", urlParams: "&resources[type]=product&resources[limit]=10&resources[options][unavailable_products]=show" }, }, template: "product", strings: { klaviyoSuccess: "We just sent you an email to confirm your subscription. To finish signing up, please click the confirmation link in the email.", soldOut: "Sold out", item: "Item", items: "Items", tags: "Tagged &quot;{{tags}}&quot;", page: "Page {{page}}", shopName: "Andrewtech Automotive", cartNumber: "There are {{count}} item in your cart.", cartNumbers: "There are {{count}} items in your cart.", cart: { drawer: { quantity: "Qty" } }, shipping: { oneResult: "There is one shipping rate available for {{address}}", manyResults: "There are {{results_total}} shipping rates available for {{address}}, starting at {{rate_first}}.", notResult: "We do not ship to this destination.", resultItem: "{{name}} at {{price}}", missingCountry: "Please select a country", missingZip: "Please enter Zip/Postal Code", } }, currency: { type: "shopify", current: "USD", pattern: "money_format", symbol: "$", format: "${{amount}}", }, search: { "config" : { "resources[type]": "product", "resources[limit]": "10", "resources[options][unavailable_products]": "show" }, strings : { product: "Product", article: "Translation missing: en.general.search.article", collection: "Translation missing: en.general.search.collection", page: "Translation missing: en.general.search.page", } }, assets: { cartNotify: "//andrewtechautomotive.com/cdn/shop/t/3/assets/cart-notify.js?v=83652386042740941541635100435", search: "//andrewtechautomotive.com/cdn/shop/t/3/assets/search.js?v=26676481297287081011635100435", collectionFilter: "//andrewtechautomotive.com/cdn/shop/t/3/assets/filter.js?v=32376789603313402691635100437", currenciesUrl: "//andrewtechautomotive.com/cdn/shop/t/3/assets/currencies.js?v=20630227280741804421635100437", currenciesRateUrl: "https://andrewtechautomotive.com/services/javascripts/currencies.js", defaultImage: "//andrewtechautomotive.com/cdn/shop/t/3/assets/default-image.jpg?v=43200675857319925701635100431", } }); (() => { let arr = [ "//andrewtechautomotive.com/cdn/shop/t/3/assets/lazysizes.min.js?v=25304090940066857651635100435", "//andrewtechautomotive.com/cdn/shop/t/3/assets/tiny-slider.min.js?v=83794718933834253901635100435", "//andrewtechautomotive.com/cdn/shop/t/3/assets/common.min.js?v=64662050178195535691635100437","//andrewtechautomotive.com/cdn/shop/t/3/assets/photoswipe.min.js?v=42722518446150578531635100435","//andrewtechautomotive.com/cdn/shop/t/3/assets/product-page.min.js?v=150296500302794433381635100436",]; document.addEvent('DOMContentLoaded',async () => { for (const url of arr) { await new Promise((reslove, rejcet) => { let script = document.createElement("script"); script.src = url; script.defer = true; script.onload = () => {reslove(1);}; document.body.append(script); }) } }, {once: true}); window.addEvent('load', () => { [ "//andrewtechautomotive.com/cdn/shop/t/3/assets/cart-notify.min.js?v=20934318704016197491635100435", "//andrewtechautomotive.com/cdn/shop/t/3/assets/search.min.js?v=92666862508071919721635100435",].forEach( url => { let link = document.createElement("link"); link.as = "script"; link.href = url; link.rel = "preload"; document.head.append(link); }); }) })(); </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="jdgor4infstjhv7440gobx23vvxa1y"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/59687665852/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="56a5cc8177af7c4f90d0e90fe2f44ecf"> <meta id="in-context-paypal-metadata" data-shop-id="59687665852" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/json+oembed" href="https://andrewtechautomotive.com/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=andrewtech-dev.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=andrewtech-dev.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":59687665852,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/59687665852","merchantName":"Andrewtech Automotive","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Andrewtech Automotive","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"56a5cc8177af7c4f90d0e90fe2f44ecf","betas":["rich-media-storefront-analytics"],"domain":"andrewtechautomotive.com","predictiveSearch":true,"shopId":59687665852,"smart_payment_buttons_url":"https:\/\/andrewtechautomotive.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/andrewtechautomotive.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "andrewtech-dev.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"andrewtech-shopify\/master","id":127218024636,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "andrewtechautomotive.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["\/\/d1liekpayvooaz.cloudfront.net\/apps\/customizery\/customizery.js?shop=andrewtech-dev.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":59687665852,"offset":-18000,"reqid":"8aaa5224-9e02-46d3-a0fb-2d4b275317ca","pageurl":"andrewtechautomotive.com\/products\/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti","u":"f23db48f7055","p":"product","rtyp":"product","rid":7171569090748};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 240px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- Affirm --> <script> _affirm_config = { public_api_key: "XWAW0OQ4KAKCF6C1", script: "https://cdn1.affirm.com/js/v2/affirm.js" }; (function(l,g,m,e,a,f,b){var d,c=l[m]||{},h=document.createElement(f),n=document.getElementsByTagName(f)[0],k=function(a,b,c){return function(){a[b]._.push([c,arguments])}};c[e]=k(c,e,"set");d=c[e];c[a]={};c[a]._=[];d._=[];c[a][b]=k(c,a,b);a=0;for(b="set add save post open empty reset on off trigger ready setProduct".split(" ");a<b.length;a++)d[b[a]]=k(c,e,b[a]);a=0;for(b=["get","token","url","items"];a<b.length;a++)d[b[a]]=function(){};h.async=!0;h.src=g[f];n.parentNode.insertBefore(h,n);delete g[f];d(g);l[m]=c})(window,_affirm_config,"affirm","checkout","ui","script","ready"); </script> <!-- End Affirm --> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 59687665852,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 59687665852,storefrontBaseUrl: "https://andrewtechautomotive.com",cdnBaseUrl: "https://andrewtechautomotive.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"40935761313980","image":{"src":"\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078"},"price":{"amount":224.96,"currencyCode":"USD"},"product":{"id":"7171569090748","title":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","untranslatedTitle":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","url":"\/products\/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti","vendor":"Pedders","type":"Shock \u0026 Spring Kits"},"sku":"PED-909155R","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"40935761313980","image":{"src":"\/\/andrewtechautomotive.com\/cdn\/shop\/products\/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078"},"price":{"amount":224.96,"currencyCode":"USD"},"product":{"id":"7171569090748","title":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","untranslatedTitle":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","url":"\/products\/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti","vendor":"Pedders","type":"Shock \u0026 Spring Kits"},"sku":"PED-909155R","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://andrewtechautomotive.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":7171569090748,"gid":"gid:\/\/shopify\/Product\/7171569090748","vendor":"Pedders","type":"Shock \u0026 Spring Kits","variants":[{"id":40935761313980,"price":22496,"name":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","public_title":null,"sku":"PED-909155R"}]},"page":{"pageType":"product","resourceType":"product","resourceId":7171569090748}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 59687665852, theme_id: 127218024636, app_name: "storefront", context_url: window.location.href, source_url: "//andrewtechautomotive.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//andrewtechautomotive.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//andrewtechautomotive.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":59687665852,"isMerchantRequest":null,"themeId":127218024636,"themeCityHash":"13696267352574678671","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Facebook Pixel":{"pixelIds":["1038335170342974"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"1038335170342974","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7171569090748}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":40935761313980,"productId":7171569090748,"productGid":"gid:\/\/shopify\/Product\/7171569090748","name":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","price":"224.96","sku":"PED-909155R","brand":"Pedders","variant":null,"category":"Shock \u0026 Spring Kits","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":40935761313980,"productId":7171569090748,"productGid":"gid:\/\/shopify\/Product\/7171569090748","name":"Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi","price":"224.96","sku":"PED-909155R","brand":"Pedders","variant":null,"category":"Shock \u0026 Spring Kits","nonInteraction":true,"referer":"https:\/\/andrewtechautomotive.com\/products\/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Chromium Theme"; window.BOOMR.themeVersion = "3.0.0"; window.BOOMR.shopId = 59687665852; window.BOOMR.themeId = 127218024636; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://andrewtechautomotive.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head><body class=" template-product-default page-layout-boxed" data-template="product" data-suffix=""><svg xmlnsxlink="http://www.w3.org/2000/svg" style="display:none;"> <symbol id="svg-setting"> <path fill="currentColor" d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"></path> </symbol> <symbol id="svg-loading"> <circle cx="84" cy="50" r="10" fill="#000000"><animate attributeName="r" repeatCount="indefinite" dur="0.25s" calcMode="spline" keyTimes="0;1" values="10;0" keySplines="0 0.5 0.5 1" begin="0s"></animate><animate attributeName="fill" repeatCount="indefinite" dur="1s" calcMode="discrete" keyTimes="0;0.25;0.5;0.75;1" values="#000000;#000000;#000000;#000000;#000000" begin="0s"></animate></circle><circle cx="16" cy="50" r="10" fill="#000000"><animate attributeName="r" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="0;0;10;10;10" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="0s"></animate><animate attributeName="cx" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="16;16;16;50;84" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="0s"></animate></circle><circle cx="50" cy="50" r="10" fill="#000000"><animate attributeName="r" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="0;0;10;10;10" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.25s"></animate><animate attributeName="cx" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="16;16;16;50;84" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.25s"></animate></circle><circle cx="84" cy="50" r="10" fill="#000000"><animate attributeName="r" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="0;0;10;10;10" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.5s"></animate><animate attributeName="cx" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="16;16;16;50;84" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.5s"></animate></circle><circle cx="16" cy="50" r="10" fill="#000000"><animate attributeName="r" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="0;0;10;10;10" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.75s"></animate><animate attributeName="cx" repeatCount="indefinite" dur="1s" calcMode="spline" keyTimes="0;0.25;0.5;0.75;1" values="16;16;16;50;84" keySplines="0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1" begin="-0.75s"></animate></circle> </symbol> <symbol id="svg-angle-down"> <path fill="currentColor" d="M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667C514.096,145.416,514.096,131.933,505.755,123.592z"/> </symbol> <symbol id="svg-cart"> <path fill="currentColor" d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z"/><path fill="currentColor" d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z"/><path fill="currentColor" d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z"/> </symbol> <symbol id="svg-angle-right"> <path fill="currentColor" d="M183.189,111.816L74.892,3.555c-4.752-4.74-12.451-4.74-17.215,0c-4.752,4.74-4.752,12.439,0,17.179l99.707,99.671l-99.695,99.671c-4.752,4.74-4.752,12.439,0,17.191c4.752,4.74,12.463,4.74,17.215,0l108.297-108.261C187.881,124.315,187.881,116.495,183.189,111.816z"/> </symbol> </svg> <header class="header" id="header" data-section-id="header-container" data-section-type="header-container"><section id="shopify-section-announcement-bar" class="shopify-section"><div class="announcement-bar d-block d-md-block d-lg-block " id="section-announcement-bar" data-section-type="announcement-bar" data-section-id="announcement-bar"> <div class="container"><div class="wrapper d-grid"><div class="annoubar-column block-1602581264007 d-flex d-md-flex d-lg-flex " ><div class="annoubar-item" ><p>Subaru Specialists providing builds, parts, and tuning</p> </div></div><div class="annoubar-column block-51edaa9a-b9d3-4f03-9b90-73fa4be55ab8 d-flex d-md-flex d-lg-flex " ><div class="annoubar-item" ><p><a class="affirm-site-modal" data-page-type="homepage"><img style="height:25px; padding-right:10px" src="https://cdn.shopify.com/s/files/1/0596/8766/5852/files/affirm-white_logo-transparent_bg.png?v=1635139201"></a> <a class="affirm-site-modal" data-page-type="homepage">Buy Now, Pay Later - Starting at 0% APR</a></p> </div></div><div class="annoubar-column block-1602584455236 d-none d-md-flex d-lg-flex " ><div class="annoubar-item" ><div class="account"><a href="#" onclick="return false"> <svg class="svg-user" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M256,288.389c-153.837,0-238.56,72.776-238.56,204.925c0,10.321,8.365,18.686,18.686,18.686h439.747c10.321,0,18.686-8.365,18.686-18.686C494.56,361.172,409.837,288.389,256,288.389z M55.492,474.628c7.35-98.806,74.713-148.866,200.508-148.866s193.159,50.06,200.515,148.866H55.492z"/><path d="M256,0c-70.665,0-123.951,54.358-123.951,126.437c0,74.19,55.604,134.54,123.951,134.54s123.951-60.35,123.951-134.534C379.951,54.358,326.665,0,256,0z M256,223.611c-47.743,0-86.579-43.589-86.579-97.168c0-51.611,36.413-89.071,86.579-89.071c49.363,0,86.579,38.288,86.579,89.071C342.579,180.022,303.743,223.611,256,223.611z"/></svg> <span>Hello</span> </a> <div class="account-action"> <a href="/account/login">Sign in</a> <a href="/account/register">Register</a> </div></div> </div></div></div> </div></div><style>@media(min-width: 768px){#section-announcement-bar .block-1602581264007{justify-content:flex-start;}}@media(max-width: 767px){#section-announcement-bar .block-1602581264007{justify-content:center;}}#section-announcement-bar .block-51edaa9a-b9d3-4f03-9b90-73fa4be55ab8{justify-content:center;}@media(min-width: 768px){#section-announcement-bar .block-1602584455236{justify-content:flex-end;}}@media(max-width: 767px){#section-announcement-bar .block-1602584455236{justify-content:center;}}.announcement-bar{background-color: #363535;}.announcement-bar * {color: #ffffff;} .announcement-bar svg path {fill: #ffffff;}#section-announcement-bar{border-bottom: 4px solid #fd1919;}@media screen and (min-width: 992.1px){.announcement-bar .wrapper {grid-template-columns: repeat(3, 1fr)}} #section-announcement-bar .wrapper{grid-gap:25px; }</style> </section><section id="shopify-section-header-colors" class="shopify-section"><style data-shopify>#header.header .header-desktop{background-color: #ffffff; color: #1e1e1e; --icon-color: #1e1e1e;} #header.header .header-desktop svg:not(.svg-logo) path {fill: currentColor;} #header.header .header-desktop svg:not(.svg-logo) {color: var(--icon-color);}#header.header-sticky .header-content_top{background-color: #ffffff;} #header.header .header-desktop .number{ background-color: #fd1919; color: #212121; } #header.header .header-desktop .header-content_bottom{ background-color: #fd1919; color: #ffffff; --icon-color: #ffffff; } #header.header .header-desktop .horizontal-nav > ul > li:hover,#header.header .header-desktop .horizontal-nav > ul > li.link-active,#header.header .header-desktop .horizontal-nav > ul > li.active{ background-color: rgba(0,0,0,0); color: #212121; --icon-color: #212121; } #header.header .header-desktop .header-content_bottom .vertical-nav .wrapper svg{color: inherit;} #header.header .header-desktop .header-content_bottom .vertical-nav .dropdown-menu{ background-color: #ffffff; color: #1e1e1e; --icon-color: #1e1e1e; } #header.header .header-desktop .header-content_bottom .vertical-nav .dropdown-menu a{color: inherit;} #header.header .header-desktop .horizontal-nav .dropdown-menu {background-color: #ffffff;}#header.header .header-desktop .horizontal-nav .dropdown-menu .menu-item:hover >a, #header.header .header-desktop .dropdown-menu .mul-product_wrapper:hover .title a {color: #ff9923;} #header.header .header-desktop .vertical-nav .wrapper{ background-color: #1e1e1e; color: #ffffff; } #header.header .header-desktop .vertical-nav:hover .wrapper{ background-color: #1e1e1e; color: #ffffff; } #header.header .header-mobile{background-color: #ffffff;--icon-color: #1e1e1e;}#header.header .header-mobile svg:not(.svg-logo) path{fill: curentColor;} #header.header .header-mobile .menu-item > a{color: inherit;} #header.header .header-mobile .header-content_top svg , #header.header .header-mobile .header-content_top svg {color: var(--icon-color);}#header.header .header-mobile li.title{background-color: #ff0000;color: #ffffff;}#header.header .header-mobile .header-mobile_drawer .header-mobile__item .menu-list{ background-color: #fcfcfc; color: #212121; }#header.header .header-mobile .header-content_drawer svg{color: #212121;} </style> </section><section id="shopify-section-header-style-5" class="shopify-section"><div class="header-container uppercase" data-section-type="header" data-section-id="header-style-5"> <div class="header-style-5"> <div class="header-content"> <template id="header-desktop-template"><div class="header-desktop d-none d-lg-block"> <div class="header-content_top"><div class="container"><div class="wrapper"><div class="header-logo"><a href="/" class="d-block" style="width: 275px"> <span class="image__style" style="display: block;position: relative;padding-top: 50.51927477556768%"> <img class="lazyload w-100 h-100 overlay-ui" width="275" height="2870" data-srcset="//andrewtechautomotive.com/cdn/shop/files/andrewtech_logo_275x.png?v=1631074813 1x,//andrewtechautomotive.com/cdn/shop/files/andrewtech_logo_550x.png?v=1631074813 2x" style="width: 275px" alt="Andrewtech Automotive Logo"> </span> </a> </div> <div class="horizontal-nav"> <ul class="menu-list main-menu" id="header_main_menu"><li class="menu-item " data-nav="Home"> <a href="/"> <span class="title">Home</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="8cf04a9734132302f96da8e113e80ce5"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Store"> <a href="/collections"> <span class="title">Store</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="fdb0c388de01d545017cdf9ccf00eb72"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Dyno Tuning"> <a href="/pages/dyno-tuning"> <span class="title">Dyno Tuning</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="a443b843ab1dce0ec3fb71398751c444"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Services"> <a href="/pages/services"> <span class="title">Services</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="992a0f0542384f1ee5ef51b7cf4ae6c4"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="About Us"> <a href="/pages/about-us"> <span class="title">About Us</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="9e66e6bd4069124578736528a0432752"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Contact"> <a href="/pages/contact"> <span class="title">Contact</span> </a> <span class="svg_element-ui"><svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="bbaff12800505b22a853e8b7f4eb6a22"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li></ul> </div> <div class="header-icons"><div class="header-cart style-1 js-cart-icon-container" data-items="0"><a href="/cart" class="cart-icon"> <svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg> <span class="number js-cart-items-count">0</span> </a> <div class="cart-label"> <span>Shopping Cart</span> <span class="js-money js-cart-icon-total-money">$0.00</span> </div> </div> </div> </div></div></div> <div class="header-content_bottom"><div class="container"><div class="header-nav"><div class="vertical-nav desk-lazy-menu " id="header-second-nav"> <div class="wrapper"> <svg width="28" height="32" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="svg-hamburger" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg> <span>SELECT CATEGORY</span> <svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg> </div> <div class="dropdown-menu"> <ul class="menu-list"><li class="menu-item desk-lazy-menu " data-nav="All collections"> <a href="/collections"> <span class="title">All collections</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="0f0ed9b52eee69abdc944631fa6df195"></div> </li><li class="menu-item desk-lazy-menu " data-nav="Air Intake Systems"> <a href="/collections/air-intake-systems"> <span class="title">Air Intake Systems</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="442319e4dc360e437ee0e442bfb56dc8"></div> </li><li class="menu-item desk-lazy-menu " data-nav="Engine"> <a href="/collections/engine"> <span class="title">Engine</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="c7a438140f0a03c0505875e555cbb105"></div> </li><li class="menu-item desk-lazy-menu " data-nav="Exhaust"> <a href="/collections/exhaust"> <span class="title">Exhaust</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="4bb8b9f0dd8bbed64304d6149f1c339c"></div> </li><li class="menu-item desk-lazy-menu " data-nav="Suspension"> <a href="/collections/suspension"> <span class="title">Suspension</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="d1901253d26947da240b97d6a7839098"></div> </li><li class="menu-item desk-lazy-menu " data-nav="ATA Parts"> <a href="/collections/ata-parts"> <span class="title">ATA Parts</span> </a> <span class="svg_element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-lazy-menu" data-lazy-resource="menu-sublinks" data-target-id="92e389814339f1090eef8831ef59ef39"></div> </li></ul> </div> </div> <div class="header-search js-header-search"> <form action="/search" class="form-search"> <input type="hidden" value="product" name="type"> <input type="hidden" value="show" name="options[unavailable_products]"> <input type="hidden" value="last" name="options[prefix]"> <input type="text" name="q" placeholder="Search" autocomplete="off"> <button type="submit" class="btn btn-2" test="2"> <span>Search</span><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></button> </form> <div class="search-results"> <div class="search-results_wrapper"> <div class="results"> <a href="#" onclick="return false" class="btn-view-all">View All <span class="js-results-count"></span></a> </div> <div class="no-result">No result found for your search.</div> </div> </div> </div> <div class="header-helpline d-flex"> <div class="helpline-icon"> <svg class="svg-phone" width="24" height="24" id="Layer_1" enable-background="new 0 0 512.021 512.021" height="512" viewBox="0 0 512.021 512.021" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m367.988 512.021c-16.528 0-32.916-2.922-48.941-8.744-70.598-25.646-136.128-67.416-189.508-120.795s-95.15-118.91-120.795-189.508c-8.241-22.688-10.673-46.108-7.226-69.612 3.229-22.016 11.757-43.389 24.663-61.809 12.963-18.501 30.245-33.889 49.977-44.5 21.042-11.315 44.009-17.053 68.265-17.053 7.544 0 14.064 5.271 15.645 12.647l25.114 117.199c1.137 5.307-.494 10.829-4.331 14.667l-42.913 42.912c40.482 80.486 106.17 146.174 186.656 186.656l42.912-42.913c3.838-3.837 9.361-5.466 14.667-4.331l117.199 25.114c7.377 1.581 12.647 8.101 12.647 15.645 0 24.256-5.738 47.224-17.054 68.266-10.611 19.732-25.999 37.014-44.5 49.977-18.419 12.906-39.792 21.434-61.809 24.663-6.899 1.013-13.797 1.518-20.668 1.519zm-236.349-479.321c-31.995 3.532-60.393 20.302-79.251 47.217-21.206 30.265-26.151 67.49-13.567 102.132 49.304 135.726 155.425 241.847 291.151 291.151 34.641 12.584 71.866 7.64 102.132-13.567 26.915-18.858 43.685-47.256 47.217-79.251l-95.341-20.43-44.816 44.816c-4.769 4.769-12.015 6.036-18.117 3.168-95.19-44.72-172.242-121.772-216.962-216.962-2.867-6.103-1.601-13.349 3.168-18.117l44.816-44.816z"/></g></svg> </div> <div class="helpline-info"><a href="tel: (240) 683-1000" style="color: inherit;">(240) 683-1000</a> </div> </div> </div></div></div> </div> </template> <template id="header-mobile-template"><div class="header-mobile d-lg-none" id="header-mobile-container"> <div class="header-content_top"> <div class="container d-flex justify-content-between align-items-center"> <a href="#" onclick="return false" class="header-hamburger js-main-drawer-open-button"><svg width="28" height="32" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="svg-hamburger" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg></a><div class="header-logo"><a href="/" class="d-block" style="width: 275px"> <span class="image__style" style="display: block;position: relative;padding-top: 50.51927477556768%"> <img class="lazyload w-100 h-100 overlay-ui" width="275" height="2870" data-srcset="//andrewtechautomotive.com/cdn/shop/files/andrewtech_logo_275x.png?v=1631074813 1x,//andrewtechautomotive.com/cdn/shop/files/andrewtech_logo_550x.png?v=1631074813 2x" style="width: 275px" alt="Andrewtech Automotive Logo"> </span> </a> </div> <div class="header-cart"><a href="/cart" class="cart-icon"> <svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg> <span class="number js-cart-items-count">0</span> </a></div> </div> </div><div class="header-content_bottom"> <div class="container"> <div class="header-nav"> <div class="vertical-nav js-sub-drawer-open-button"> <div class="wrapper"> <svg width="28" height="32" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars" class="svg-hamburger" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg> <span>SELECT CATEGORY</span> <svg class="svg-angle-down" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.011 512.011" style="enable-background:new 0 0 512.011 512.011;" xml:space="preserve"> <use xlink:href="#svg-angle-down"> </svg> </div> </div> </div> </div> </div><div class="header-mobile_drawer"> <div class="drawer drawer-left header-mobile__item header-mobile__horizontal" id="mobile-drawer-main"> <template id="main-mobile-drawer-lazy"> <ul class="menu-list"> <li class="menu-item title"> <a href="#" onclick="return false"> Menu</a> <span class="js-btn-close btn-close svg_element-ui"><svg class="svg-close" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 409.806 409.806" style="enable-background:new 0 0 409.806 409.806;" xml:space="preserve"><path d="M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z"/></svg></span> </li><li class="menu-item " data-nav="Home"> <a href="/" class="menu-item_title"> <span class="title">Home</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-0fcb158aa38c98de9fc191e3647a2186"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="0fcb158aa38c98de9fc191e3647a2186" data-lazy-resource="menu-sublinks" id="main-menu-child-0fcb158aa38c98de9fc191e3647a2186"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Store"> <a href="/collections" class="menu-item_title"> <span class="title">Store</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-634576b5cea27245f4c35f8cbfcf9a28"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="634576b5cea27245f4c35f8cbfcf9a28" data-lazy-resource="menu-sublinks" id="main-menu-child-634576b5cea27245f4c35f8cbfcf9a28"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Dyno Tuning"> <a href="/pages/dyno-tuning" class="menu-item_title"> <span class="title">Dyno Tuning</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-ca5ec2872d4782c37ab7260f636ed18c"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="ca5ec2872d4782c37ab7260f636ed18c" data-lazy-resource="menu-sublinks" id="main-menu-child-ca5ec2872d4782c37ab7260f636ed18c"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Services"> <a href="/pages/services" class="menu-item_title"> <span class="title">Services</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-217e1b050c58358c3329445df30029f5"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="217e1b050c58358c3329445df30029f5" data-lazy-resource="menu-sublinks" id="main-menu-child-217e1b050c58358c3329445df30029f5"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="About Us"> <a href="/pages/about-us" class="menu-item_title"> <span class="title">About Us</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-14446f22008bcb9a23ad32af8ed3f7e3"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="14446f22008bcb9a23ad32af8ed3f7e3" data-lazy-resource="menu-sublinks" id="main-menu-child-14446f22008bcb9a23ad32af8ed3f7e3"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Contact"> <a href="/pages/contact" class="menu-item_title"> <span class="title">Contact</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="main-menu-child-d9fa449c5f880c3756b3da73ef89cfc1"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="d9fa449c5f880c3756b3da73ef89cfc1" data-lazy-resource="menu-sublinks" id="main-menu-child-d9fa449c5f880c3756b3da73ef89cfc1"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li></ul> </template> </div><div class="drawer drawer-left header-mobile__item header-mobile__vertical" id="mobile-drawer-sub"> <template id="sub-mobile-drawer-lazy"> <ul class="menu-list"> <li class="menu-item title"> <a href="#" onclick="return false"> SELECT CATEGORY</a> <span class="js-btn-close btn-close svg_element-ui"><svg class="svg-close" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 409.806 409.806" style="enable-background:new 0 0 409.806 409.806;" xml:space="preserve"><path d="M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z"/></svg></span> </li><li class="menu-item " data-nav="All collections"> <a href="/collections" class="menu-item_title"> <span class="title">All collections</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-a757045c6f1b8ca77524b2ad8b292975"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="a757045c6f1b8ca77524b2ad8b292975" data-lazy-resource="menu-sublinks" id="sub-menu-child-a757045c6f1b8ca77524b2ad8b292975"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Air Intake Systems"> <a href="/collections/air-intake-systems" class="menu-item_title"> <span class="title">Air Intake Systems</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-63b1820b7ebfa4361e8bf80bdb8ec4e3"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="63b1820b7ebfa4361e8bf80bdb8ec4e3" data-lazy-resource="menu-sublinks" id="sub-menu-child-63b1820b7ebfa4361e8bf80bdb8ec4e3"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Engine"> <a href="/collections/engine" class="menu-item_title"> <span class="title">Engine</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-27f44587e0abca5b0dd326c5811a20df"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="27f44587e0abca5b0dd326c5811a20df" data-lazy-resource="menu-sublinks" id="sub-menu-child-27f44587e0abca5b0dd326c5811a20df"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Exhaust"> <a href="/collections/exhaust" class="menu-item_title"> <span class="title">Exhaust</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-22958b1992c445851bc2189eb94aa292"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="22958b1992c445851bc2189eb94aa292" data-lazy-resource="menu-sublinks" id="sub-menu-child-22958b1992c445851bc2189eb94aa292"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="Suspension"> <a href="/collections/suspension" class="menu-item_title"> <span class="title">Suspension</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-cf8d8e587e69dbc1af67e8601bbaea75"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="cf8d8e587e69dbc1af67e8601bbaea75" data-lazy-resource="menu-sublinks" id="sub-menu-child-cf8d8e587e69dbc1af67e8601bbaea75"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li><li class="menu-item " data-nav="ATA Parts"> <a href="/collections/ata-parts" class="menu-item_title"> <span class="title">ATA Parts</span> </a> <span class="js-toggle-menu svg_element-ui" data-role="next" data-target="sub-menu-child-e9640c535cd2d4857f29b5abe0b655a7"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></span> <div class="dropdown-menu child-menu js-mobi-menu-lazy" data-target-id="e9640c535cd2d4857f29b5abe0b655a7" data-lazy-resource="menu-sublinks" id="sub-menu-child-e9640c535cd2d4857f29b5abe0b655a7"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></div> </li></ul> </template> </div></div> </div> </template> </div> </div><template id="header-menu-sublinks"> <div id="desktop"></div> <div id="mobile"></div> </template> </div> </section> <script type="application/javascript"> function insertHeader(){ let templateDesk = document.getElementById("header-desktop-template"); let templateMobi = document.getElementById("header-mobile-template"); if(window.innerWidth > 992){ if(!templateDesk){ return; } templateDesk.insertAdjacentElement('beforebegin', templateDesk.content.firstElementChild); templateDesk.remove(); deskMegaMenu(); document.dispatchEvent(new CustomEvent('desktop-lazyloaded')); window.addEvent('resize', function(){ templateMobi.insertAdjacentElement('beforebegin', templateMobi.content.firstElementChild); templateMobi.remove(); mobiMegaMenu(); document.dispatchEvent(new CustomEvent('mobile-lazyloaded')); }, {once: true}); }else{ if(!templateMobi){ return; } templateMobi.insertAdjacentElement('beforebegin', templateMobi.content.firstElementChild); templateMobi.remove(); mobiMegaMenu(); document.dispatchEvent(new CustomEvent('mobile-lazyloaded')); window.addEvent('resize', function(){ templateDesk.insertAdjacentElement('beforebegin', templateDesk.content.firstElementChild); templateDesk.remove(); deskMegaMenu(); document.dispatchEvent(new CustomEvent('desktop-lazyloaded')); }, {once: true}); } function deskMegaMenu(){ let mainNavHeader = document.getElementById('header_main_menu'); let subNavheader = document.getElementById('header-second-nav'); [...mainNavHeader.children].forEach((nav) => { let lazyElm = nav.querySelector('.js-lazy-menu'); if(!!theme.mainMegaMenu && theme.mainMegaMenu.includes(nav.dataset.nav)){ lazyElm.setAttribute('data-lazy-resource', 'mega-menu'); nav.classList.add('desk-lazy-menu','dropdown-submenu','mega-menu'); }else if(!nav.classList.contains('dropdown-submenu')){ lazyElm.remove(); }; }); !!subNavheader && [...subNavheader.querySelectorAll('.desk-lazy-menu')].forEach(nav => { let lazyElm = nav.querySelector('.js-lazy-menu'); if(!!theme.subMegaMenu && theme.subMegaMenu.includes(nav.dataset.nav)){ lazyElm.setAttribute('data-lazy-resource', 'mega-menu'); nav.classList.add('dropdown-submenu','mega-menu'); }else if(!nav.classList.contains('dropdown-submenu')){ lazyElm.remove(); nav.classList.remove('desk-lazy-menu'); } }) } function mobiMegaMenu(){ if(!!theme.mainMegaMenu){ let mobileDrawerMain = document.getElementById('main-mobile-drawer-lazy'); let elementsLazy = mobileDrawerMain.content.firstElementChild.querySelectorAll('.menu-item:not(.title)'); [...elementsLazy].forEach((element) => { let lazyElm = element.querySelector('.js-mobi-menu-lazy'); if(theme.mainMegaMenu.includes(element.dataset.nav)){ lazyElm.setAttribute('data-lazy-resource', 'mega-menu'); element.classList.add('dropdown-submenu','mega-menu'); }else if(!element.classList.contains('dropdown-submenu')){ lazyElm.remove(); }; }); }; if(!!theme.subMegaMenu){ let mobileDrawerSub = document.getElementById('sub-mobile-drawer-lazy'); if(!!mobileDrawerSub){ let elementsLazy = mobileDrawerSub.content.firstElementChild.querySelectorAll('.menu-item:not(.title)'); [...elementsLazy].forEach((element) => { let lazyElm = element.querySelector('.js-mobi-menu-lazy'); if(theme.subMegaMenu.includes(element.dataset.nav)){ lazyElm.setAttribute('data-lazy-resource', 'mega-menu'); element.classList.add('dropdown-submenu','mega-menu'); }else if(!element.classList.contains('dropdown-submenu')){ lazyElm.remove(); }; }); } } } } insertHeader();</script></header><main id="main-content"><div id="breadcrumb" class=""><div class="container"><ul class="breadcrumb-list" itemscope itemtype="https://schema.org/BreadcrumbList"> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/"> <span itemprop="name">Home</span> <meta itemprop="position" content="0"/> </a> </li><li class="svg-element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a href="/collections/suspension" itemprop="item"> <span itemprop="name">Suspension</span> <meta itemprop="position" content="1"/> </a> </li> <li class="svg-element-ui"><svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg></li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem" class="active"> <a href="#" onclick="return false" itemprop="item"> <span itemprop="name">Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi</span> <meta itemprop="position" content="2"/> </a> </li> </ul></div></div> <div class="container"><section id="shopify-section-product-template" class="shopify-section"><div class="product-template template-default" data-section-type="product-template" data-section-id="product-template" data-test="2" data-test="2"> <div class="product-template_wrapper"> <div class="product"> <div class="product_details"> <div class="d-grid"> <div class="left-content"> <div class="product-media" id="product_media" > <div class="product-media_main js-slider-main"> <div class="slider-wrapper"> <div class="media-main slider-list" id="slider-product-main-media"><div class="media-item slider-item no-lazy" data-position="1" data-img-url="//andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106.jpg?v=1632859078"><span class="image__style " style="display: block;position: relative;padding-top:150.00000000000003%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_{width}x.jpg?v=1632859078" data-widths="[100,180,360,540,720,800]" data-aspectratio="0.6666666666666666" width="800" height="1200" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_800x.jpg?v=1632859078"/></noscript></span></div></div></div> </div> </div> <div class="product-label"><div class="label_ui-group"><span class="label_ui label_ui-sale">Sale</span></div> </div> </div> <div class="right-content"> <div class="product-wrapper"> <div class="title"> <h1 class="product_name">Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi</h1></div> <div class="product_price"> <span class="price js-product-price js-money">$224.96</span> <span class="product-status js-product-status" data-status="1"> <span class="out-stock">Sold out</span> </span> </div> <div> <p class="affirm-as-low-as" data-page-type="product" data-amount="22496"></p> </div> <div class="product-form"><form method="post" action="/cart/add" id="product_form_7171569090748" accept-charset="UTF-8" class="js-form-add-to-card" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><div class="product_swatch"> </div><div class="form-group"><div class="product-quantity js-input-quantity-container"> <a href="#" onclick="return false" class="js-qty-minus btn-minus"><svg width="24px" height="24px" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="minus" class="svg-minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg></a> <input type="number" name="quantity" min="1" value="1" id="product_form_input"> <a href="#" onclick="return false" class="js-qty-plus btn-plus"><svg width="24px" height="24px" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="plus" class="svg-plus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg></a> </div> <button type="submit" class="btn btn-1 btn-add-to-cart"><span class="btn-label">Add to cart</span><span class="is-loading"><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></span></button> </div><select name="id" id="selected_variant" class="d-none no-js"><option value="40935761313980" >Default Title</option></select><input type="hidden" name="product-id" value="7171569090748" /><input type="hidden" name="section-id" value="product-template" /></form> </div> </div> <div class="share-links social-sharing"> <ul class="social-list d-flex"> <li class="social-item social-title">SHARE:</li> <li class="social-item"> <a target="_blank" rel="noopener" href="//www.facebook.com/sharer.php?u=https://andrewtechautomotive.com/collections/suspension/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti" onclick="window.open('//www.facebook.com/sharer.php?u=https://andrewtechautomotive.com/collections/suspension/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti','name','width=600,height=400')" title="Facebook"><svg width="24px" height="24px" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" class="svg-facebook-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path></svg></a> </li> <li class="social-item"> <a target="_blank" rel="noopener" href="//twitter.com/share?url=https://andrewtechautomotive.com/collections/suspension/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti&amp;text=Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi" onclick="window.open('//twitter.com/share?url=https://andrewtechautomotive.com/collections/suspension/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti&amp;text=Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi','name','width=600,height=400')" title="Twitter"><svg width="24px" height="24px" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter-square" class="svg-twitter-square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"></path></svg></a> </li> </ul> </div> </div> </div> </div> <div class="product_subdetails"> <div class="product_wrapper"><span class="product_sku">Product Part Number: <span class="js-product-sku">PED-909155R</span></span> <div class="product_categories"> <span>Categories:<a href="/collections/suspension"> Suspension</a></span> </div> </div><div class="iconbox"><div class="icon icon-1"><div class="svg"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"><path d="M17.677 16.879l-.343.195v-1.717l.343-.195v1.717zm2.823-3.324l-.342.195v1.717l.342-.196v-1.716zm3.5-7.602v11.507l-9.75 5.54-10.25-4.989v-11.507l9.767-5.504 10.233 4.953zm-11.846-1.757l7.022 3.2 1.7-.917-7.113-3.193-1.609.91zm.846 7.703l-7-3.24v8.19l7 3.148v-8.098zm3.021-2.809l-6.818-3.24-2.045 1.168 6.859 3.161 2.004-1.089zm5.979-.943l-2 1.078v2.786l-3 1.688v-2.856l-2 1.078v8.362l7-3.985v-8.151zm-4.907 7.348l-.349.199v1.713l.349-.195v-1.717zm1.405-.8l-.344.196v1.717l.344-.196v-1.717zm.574-.327l-.343.195v1.717l.343-.195v-1.717zm.584-.332l-.35.199v1.717l.35-.199v-1.717zm-16.656-4.036h-2v1h2v-1zm0 2h-3v1h3v-1zm0 2h-2v1h2v-1z"></path></svg> </div><div class="text"><p><strong>Fast Shipping</strong></p></div> </div><div class="icon icon-2"><div class="svg"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"><path d="M12 2c2.131 0 4 1.73 4 3.702 0 2.05-1.714 4.941-4 8.561-2.286-3.62-4-6.511-4-8.561 0-1.972 1.869-3.702 4-3.702zm0-2c-3.148 0-6 2.553-6 5.702 0 3.148 2.602 6.907 6 12.298 3.398-5.391 6-9.15 6-12.298 0-3.149-2.851-5.702-6-5.702zm0 8c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2zm8 12c0 2.209-3.581 4-8 4s-8-1.791-8-4c0-1.602 1.888-2.98 4.608-3.619l1.154 1.824c-.401.068-.806.135-1.178.242-3.312.949-3.453 2.109-.021 3.102 2.088.603 4.777.605 6.874-.001 3.619-1.047 3.164-2.275-.268-3.167-.296-.077-.621-.118-.936-.171l1.156-1.828c2.723.638 4.611 2.016 4.611 3.618z"></path></svg> </div><div class="text"><p><strong>Local Pickup Available</strong></p></div> </div><div class="icon icon-3"><div class="svg"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"><path d="M13.895 10.623l1.37-2.054c.35-.525 1.06-.667 1.585-.317.524.35.667 1.06.316 1.585l-1.369 2.054c-.35.525-1.06.667-1.585.317s-.667-1.06-.317-1.585zm-1.881-.684c.525.351 1.236.208 1.587-.317l1.383-2.074c.352-.526.209-1.237-.317-1.588-.525-.351-1.236-.208-1.587.318l-1.383 2.074c-.352.526-.21 1.237.317 1.587zm7.007 3.949l-1.212 1.817c-.322.483-.191 1.136.292 1.458s1.136.191 1.458-.292l1.211-1.817c.323-.483.192-1.136-.291-1.458-.483-.322-1.136-.192-1.458.292zm-3.071-.84c-.35.523-.208 1.231.315 1.58.524.349 1.231.208 1.58-.316l1.312-1.968c.35-.524.208-1.231-.316-1.58-.523-.349-1.23-.208-1.579.316l-1.312 1.968zm5.665 10.952c-.609 0-1.22-.232-1.686-.698l-7.022-7.144c1.088-1.203.56-3.279-1.182-3.588l-3.074-.546-1.058-1.058c-.601-.6-1.427-.916-2.273-.871-1.382.074-2.787-.417-3.842-1.472-.986-.987-1.478-2.279-1.478-3.572 0-.56.092-1.12.277-1.655l3.214 3.214c1.253.074 3.192-1.865 3.118-3.119l-3.213-3.214c.535-.185 1.094-.277 1.654-.277 1.293 0 2.586.493 3.572 1.479 1.055 1.055 1.545 2.46 1.472 3.842-.045.846.271 1.674.871 2.273l.027.027c-1.243 2.083.433 3.51 1.806 3.457-.247 1.181 1.017 2.411 2.102 2.411-.269 1.04.536 2.125 1.789 2.371-.505 1.822 2.258 3.767 3.857 1.315l2.756 2.755c.466.466.698 1.076.698 1.686 0 1.316-1.066 2.384-2.385 2.384zm.885-2.5c0-.552-.448-1-1.001-1-.552 0-1 .448-1 1s.448 1 1 1c.553 0 1.001-.448 1.001-1zm-9.631-3.939c-.667-.688-1.701-.739-3.584-.864-.286-.019-.462.165-.485.443l-.458 4.208s2.794 1.888 3.94 2.652c1.064-1.921 2.699-2.037 3.921-3.002l-3.334-3.437zm-1.622-1.692c1.457 0 1.678-2.064.303-2.308-5.171-.919-4.899-.889-5.069-.889-.635 0-1.186.453-1.309 1.078l-.446 3.946c-.061.631.145 1.176.633 1.532.487.354 2.026 1.449 2.026 1.449s.328-2.835.42-3.651c.093-.815.551-1.378 1.424-1.335.092.004 1.859.178 2.018.178z"></path></svg> </div><div class="text"><p><strong>Installation Services Offered</strong></p></div> </div></div></div><div class="product-description"> <div class="tab-panel js-tab-panel"> <div class="product_tab-contorls"> <ul class="tab-contorls js-tab-controls"><li class="js-tab-control tab-contorls_item active" data-target="#product_description_tab_1">Description</li><li class="js-tab-control tab-controls_item " data-target="#product_description_static_tab_1">Shipping / Refunds / FAQs</li> </ul> </div> <div class="product_tab-contents"> <div class="tab-contents js-tab-contents"><div class="js-tab-content tab-contents_item active" id="product_description_tab_1"> Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi <br><br> Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to suit the automotive enthusiast and offer a comprehensive range of suspension components for most of the vehicles on the world's roads today, from AMC to Wolseley, with just about everything in between. We started in the USA with the fastest wide-body GTO on a road course. Next the fastest Chrysler 300C. Then Pedders USA's G8 and 5th Generation Camaro. When we moved to Ford, the results with the Saleen Mustang were the same. Our 'supercars' are developmental vehicles with purpose. We upgrade everything to make certain that we are testing at or above the levels of performance our customers will reach. We document every step of our development in enthusiast forums so they can benefit from our hard work. Ride quality is subjective. Our test cars serve as daily drivers. As we do our R &amp; D work in AU and in the USA, the goal is to achieve a Pedders feel: the ideal balance between civility and performance handling. Pedders USA does not build parts for race cars. We make parts for the enthusiast driver that just happen to do extremely well on the race course. A fully Pedderised vehicle feels like a factory hot rod. It is quiet. It is comfortable. It handles. </div><div class="js-tab-content tab-contents_item" id="product_description_static_tab_1"> <div class="breadcrumb-wrapper"> <h1 class="page-heading">FAQ</h1> </div> <div class="page"> <div class="rte"> <p><strong>HOW LONG DO ORDERS TAKE TO SHIP?</strong></p> <ul> <li><span>We are typically very quick and have a 24-48 hour turnaround time. Transit time depends on your order and which warehouse we are shipping from, but typical transit times are between 5-7 business days from one side of the US to the other.</span></li> </ul> <p><strong>DO YOU PRICE MATCH?</strong></p> <ul> <li><span>Yes, we do price match reputable competitors in the marketplace. If you find a product cheaper elsewhere, please email us the (1) link of the product from our website and (2) the link to the competitor site. We will make an assessment on our end if we are able to price match or not and respond to you via email.</span></li> </ul> <p><strong>DO YOU GUYS INSTALL?</strong></p> <ul> <li>Our shop services range from routine maintenance, to full on track monsters. If you purchased a part from us, ask us about scheduling time to have the part installed!</li> </ul> <p><strong>DO ALL YOUR PRODUCTS SHIP FREE?</strong></p> <ul> <li>No, only specifically marked items or orders over $100 will ship for free unless indicated otherwise.</li> </ul> <p><strong>WHAT'S YOUR DOMESTIC SHIPPING POLICY?</strong></p> <ul> <li>UPS handles all US Shipments.</li> </ul> <p><strong>WHAT'S YOUR INTERNATIONAL SHIPPING POLICY?</strong></p> <ul> <li>DHL or UPS only.</li> </ul> <p><strong>WHAT'S YOUR RETURN POLICY?</strong></p> <ul> <li>30-Day Money Back Guarantee as long as the product has ZERO signs of use and HAS NOT been opened. </li> </ul> <p><strong>WHAT'S YOUR POLICY ON ADVERTISED PRICING?</strong></p> <ul> <li>ALL Pricing displayed specifically reflects Manufacture's Advertised Pricing as most companies will not allow the sale of their items below this threshold. </li> </ul> <p><strong>WHAT'S YOUR POLICY REGARDING FITMENT ISSUES?</strong></p> <ul> <li>IF an item does not fit, then we'd be more than happy to guide the fitment process with you over the phone or over email. </li> </ul> </div> <div class="rte"> <p><strong>WHAT'S YOUR POLICY REGARDING FRAUDULENT CHARGES / CHARGEBACKS?</strong></p> <ul> <li>If we receive a declined notice or chargeback, then your account will be billed an additional $50.</li> </ul> </div> <div class="rte"> <p><strong>DO YOU WORK WITH OTHER COMPANIES THAT AREN'T LISTED ON YOUR SITE?</strong></p> <ul> <li>We most certainly do; please shoot us an email if you want something that you don't see to sales@andrewtechautomotive.com</li> </ul> <p><strong>I WANT TO ORDER SOMETHING NOT LISTED ON YOUR SITE, CAN YOU HELP?</strong></p> <ul> <li>Of course! Please email or call us with an inquires for both stock count, brand inquiry, or better pricing!</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><script> window.theme = window.theme || {}; if(!!window.theme.sectionRegister){ !window.theme.sectionRegister.includes("product-template") && (window.theme.sectionRegister = [...window.theme.sectionRegister, "product-template"]); }else{ window.theme.sectionRegister = ["product-template"]; } </script> <script> window.theme = window.theme || {}; if(!!window.theme.sectionRegister){ !window.theme.sectionRegister.includes("product-template") && (window.theme.sectionRegister = [...window.theme.sectionRegister, "product-template"]); }else{ window.theme.sectionRegister = ["product-template"]; } </script> </section><section id="shopify-section-product-recommendation" class="shopify-section"><div class="related-product" id="section-product-recommendation" data-section-type="related-product" data-section-id="product-recommendation"><div class="container"><div class="section_content-wrapper" style="position: relative;"><div class="section_content-body"> <div class="slider-container js-slider-container"> <div class="slider-wrapper"> <div class="slider-list" id="slider-product-recommendation"><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-2015-ford-mustang-ecoboost-sport-springs"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/0c12a327bedc2d457cc406e984897622_{width}x.jpg?v=1637546717" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb 2015 Ford Mustang EcoBoost Sport Springs"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/0c12a327bedc2d457cc406e984897622_800x.jpg?v=1637546717"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-2015-ford-mustang-ecoboost-sport-springs">Cobb 2015 Ford Mustang EcoBoost Sport Springs</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$295.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210681819324"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-2015-ford-mustang-ecoboost-front-and-rear-swaybar-kit"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/da79533a3fce9b5b201162d82388b005_{width}x.jpg?v=1637546714" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb 2015 Ford Mustang EcoBoost Front and Rear Swaybar Kit"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/da79533a3fce9b5b201162d82388b005_800x.jpg?v=1637546714"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-2015-ford-mustang-ecoboost-front-and-rear-swaybar-kit">Cobb 2015 Ford Mustang EcoBoost Front and Rear Swaybar Kit</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$575.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210681786556"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-20-22-subaru-outback-adjustable-sway-bar-end-links"><span class="image__style blank-image" style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " style="" data-src="//andrewtechautomotive.com/cdn/shop/t/3/assets/default-image.jpg?v=43200675857319925701635100431" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt=""/> <noscript><img class="overlay-ui w-100 h-100 " style="" src="//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_small.gif"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-20-22-subaru-outback-adjustable-sway-bar-end-links">Cobb 20-22 Subaru Outback Adjustable Sway Bar End Links</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$115.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210668941500"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-2020-subaru-outback-1-5-lift-kit"><span class="image__style blank-image" style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " style="" data-src="//andrewtechautomotive.com/cdn/shop/t/3/assets/default-image.jpg?v=43200675857319925701635100431" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt=""/> <noscript><img class="overlay-ui w-100 h-100 " style="" src="//andrewtechautomotive.com/cdn/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_small.gif"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-2020-subaru-outback-1-5-lift-kit">Cobb 2020 Subaru Outback 1.5 Lift kit</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$475.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210666680508"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-13-18-ford-focus-st-16-18-focus-rs-shifter-cable-bracket-bushings"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/bbac0d4cd25a028f36cdc41df9136bb1_{width}x.jpg?v=1637545939" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb 13-18 Ford Focus ST / 16-18 Focus RS Shifter Cable Bracket Bushings"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/bbac0d4cd25a028f36cdc41df9136bb1_800x.jpg?v=1637545939"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-13-18-ford-focus-st-16-18-focus-rs-shifter-cable-bracket-bushings">Cobb 13-18 Ford Focus ST / 16-18 Focus RS Shifter Cable Bracket Bushings</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$40.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210628079804"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-bmw-3-series-sport-springs"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/6883331366ab00feafd4012344a1304d_{width}x.jpg?v=1637545456" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb BMW 3 Series Sport Springs"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/6883331366ab00feafd4012344a1304d_800x.jpg?v=1637545456"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-bmw-3-series-sport-springs">Cobb BMW 3 Series Sport Springs</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$255.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210595639484"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-bmw-1-series-sport-springs"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/a795fb020ee256fe0687c8136e8a7ec5_{width}x.jpg?v=1637545454" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb BMW 1 Series Sport Springs"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/a795fb020ee256fe0687c8136e8a7ec5_800x.jpg?v=1637545454"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-bmw-1-series-sport-springs">Cobb BMW 1 Series Sport Springs</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$255.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210595541180"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-2013-ford-focus-st-sport-springs"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/251a8b450051c2002c5f8b28adcebcf8_{width}x.jpg?v=1637545465" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb 2013 Ford Focus ST Sport Springs"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/251a8b450051c2002c5f8b28adcebcf8_800x.jpg?v=1637545465"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-2013-ford-focus-st-sport-springs">Cobb 2013 Ford Focus ST Sport Springs</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$299.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210595836092"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/cobb-bmw-1-3-series-sway-bars"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/1d548346421429b4750e6cad2866de5e_{width}x.jpg?v=1637545460" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.0" width="800" height="800" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Cobb BMW 1 & 3 Series Sway Bars"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/1d548346421429b4750e6cad2866de5e_800x.jpg?v=1637545460"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=COBB">COBB</a> </small><h3 class="product-card_name"> <a href="/products/cobb-bmw-1-3-series-sway-bars">Cobb BMW 1 & 3 Series Sway Bars</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price js-money">$425.00</span></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="41210595705020"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div><div class="slider-item"> <div class="product-card js-product-card balance-row-auto"> <div class="featured-product_wrapper hover-2 imageCrop-true"> <div class="product-card_header"><figure class="product-card_image"> <a href="/products/pedders-2013-subaru-brz-scion-fr-s-non-adjustable-21mm-front-sway-bar"><span class="image__style " style="display: block;position: relative;padding-top:100%;"><img class="overlay-ui w-100 h-100 lazyload " src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="//andrewtechautomotive.com/cdn/shop/products/c01e68845cf953a66c1bb42ec9206b4f_{width}x.jpg?v=1632859055" data-widths="[100,180,360,540,720,800]" data-aspectratio="1.5009380863039399" width="800" height="533" data-sizes="auto" data-optimumx="1.5" data-expand="30" data-parent-fit="cover" alt="Pedders 2013+ Subaru BRZ / Scion FR-S Non-Adjustable 21mm Front Sway Bar"/> <noscript><img class="overlay-ui w-100 h-100 " src="//andrewtechautomotive.com/cdn/shop/products/c01e68845cf953a66c1bb42ec9206b4f_800x.jpg?v=1632859055"/></noscript></span></a> </figure> <div class="product-card_label label_ui-group"><span class="label_ui label_ui-sale">Sale</span></div></div> <div class="product-card_body"> <div class="product-card_row"><small class="product-card_vendor"> <a href="/collections/vendors?q=Pedders">Pedders</a> </small><h3 class="product-card_name"> <a href="/products/pedders-2013-subaru-brz-scion-fr-s-non-adjustable-21mm-front-sway-bar">Pedders 2013+ Subaru BRZ / Scion FR-S Non-Adjustable 21mm Front Sway Bar</a> </h3></div> <div class="product-card_footer"><p class="product-price"><span class="price-sale js-money">$224.96</span> <del class="price-compare js-money">$249.95</del></p> <div class="product-card_action"> <form method="post" action="/cart/add" accept-charset="UTF-8" class="product-form js-form-add-to-cart" enctype="multipart/form-data" novalidate="novalidate"> <input type="hidden" name="form_type" value="product" /> <input type="hidden" name="utf8" value="✓"/> <input type="hidden" name="id" value="40935756857532"> <button type="submit" name="add" class="btn btn-add-to-cart"><svg class="svg-cart" width="32" height="32" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" style="enable-background:new 0 0 512.002 512.002;" xml:space="preserve"> <use xlink:href="#svg-cart"> </svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="28px" height="28px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><circle cx="50" cy="50" fill="none" stroke="#fdb819" stroke-width="5" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg></button> </form> </div></div> </div> </div> </div></div></div> <div class="js-slider-controls slider-controls" id="controls-product-recommendation"> <a href="#" onclick="return false" class="js-prev-button slider-prev-button"> <svg class="svg-anlge-left" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"><path id="Chevron_Right" d="M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816C52.942,116.507,52.942,124.327,57.633,129.007z"/></svg> </a> <a href="#" onclick="return false" class="js-next-button slider-next-button"> <svg class="svg-anlge-right" width="18" height="18" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 240.823 240.823" style="enable-background:new 0 0 240.823 240.823;" xml:space="preserve"> <use xlink:href="#svg-angle-right"> </svg> </a> </div><script type="application/json" data-tns-config> { "container": "#slider-product-recommendation", "center" : false, "autoWidth" : false, "controls" : true,"controlsContainer" : "#controls-product-recommendation","autoplay" : true, "autoplayTimeout": 4000, "loop" : true, "nav" : true,"navAsThumbnails": false, "mouseDrag" : true, "swipeAnlge" : 30, "navPosition": "bottom", "autoplayButtonOutput" : false,"responsive" : { "0": { "items": 2, "gutter":15 }, "375": { "items": 2, "gutter":15 }, "576": { "items": 2, "gutter":15 }, "768": { "items": 3, "gutter":20 }, "992": { "items": 4, "gutter":20 }, "1200": { "items": 4, "gutter":20 } }, "slideBy": 1 } </script> <style data-shopify>#section-product-recommendation{--spacing-between-items: 15px;--width-container: 500.0%;} #section-product-recommendation .slider-container:not(.slider-initialized) .slider-wrapper{margin-right: calc(0px - var(--spacing-between-items));} #section-product-recommendation .slider-container:not(.slider-initialized) #slider-product-recommendation{width: var(--width-container);} #section-product-recommendation .slider-container:not(.slider-initialized) #slider-product-recommendation .slider-item{padding-right: var(--spacing-between-items);width: 10.0%;} @media screen and (min-width: 375px){ #section-product-recommendation{--spacing-between-items: 15px;--width-container: 500.0%;}} @media screen and (min-width: 576px){ #section-product-recommendation{--spacing-between-items: 15px;--width-container: 500.0%;}} @media screen and (min-width: 768px){ #section-product-recommendation{--spacing-between-items: 20px;--width-container: 333.33333333333337%;}} @media screen and (min-width: 992px){ #section-product-recommendation{--spacing-between-items: 20px;--width-container: 250.0%;}} @media screen and (min-width: 1200px){ #section-product-recommendation{--spacing-between-items: 20px;--width-container: 250.0%;}}</style></div> </div> </div> </div></div></div> <script> window.theme = window.theme || {}; if(!!window.theme.sectionRegister){ !window.theme.sectionRegister.includes("related-product") && (window.theme.sectionRegister = [...window.theme.sectionRegister, "related-product"]); }else{ window.theme.sectionRegister = ["related-product"]; } </script> </section></div> <div class="pswp" id="modal-image-zoom" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <style> :root{--default-skin-png: url(//andrewtechautomotive.com/cdn/shop/t/3/assets/default-skin.png?v=115405504031309184941635100437);--default-skin-svg: url(//andrewtechautomotive.com/cdn/shop/t/3/assets/default-skin.svg?v=118181495713311880261635100437);--preloader-gif: url(//andrewtechautomotive.com/cdn/shop/t/3/assets/preloader.gif?v=77008736554601496081635100437);} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ /* Contents: 1. Buttons 2. Share modal and links 3. Index indicator ("1 of X" counter) 4. Caption 5. Loading indicator 6. Additional styles (root element, top bar, idle state, hidden state, etc.) */ /* 1. Buttons */ /* <button> css reset */ .pswp__button{width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; -webkit-box-shadow: none; box-shadow: none;}.pswp__button:focus, .pswp__button:hover{opacity: 1;}.pswp__button:active{outline: none; opacity: 0.9;}.pswp__button::-moz-focus-inner{padding: 0; border: 0;}/* pswp__ui--over-close class it added when mouse is over element that should close gallery */ .pswp__ui--over-close .pswp__button--close{opacity: 1;}.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before{background: var(--default-skin-png) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px;}@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx){/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */ .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before{background-image: var(--default-skin-svg);}.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right{background: none;}}.pswp__button--close{background-position: 0 -44px;}.pswp__button--share{background-position: -44px -44px;}.pswp__button--fs{display: none;}.pswp--supports-fs .pswp__button--fs{display: block;}.pswp--fs .pswp__button--fs{background-position: -44px 0;}.pswp__button--zoom{display: none; background-position: -88px 0;}.pswp--zoom-allowed .pswp__button--zoom{display: block;}.pswp--zoomed-in .pswp__button--zoom{background-position: -132px 0;}/* no arrows on touch screens */ .pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right{visibility: hidden;}/* Arrow buttons hit area (icon is added to :before pseudo-element) */ .pswp__button--arrow--left, .pswp__button--arrow--right{background: none; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute;}.pswp__button--arrow--left{left: 0;}.pswp__button--arrow--right{right: 0;}.pswp__button--arrow--left:before, .pswp__button--arrow--right:before{content: ''; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute;}.pswp__button--arrow--left:before{left: 6px; background-position: -138px -44px;}.pswp__button--arrow--right:before{right: 6px; background-position: -94px -44px;}/* 2. Share modal/popup and links */ .pswp__counter, .pswp__share-modal{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.pswp__share-modal{display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity;}.pswp__share-modal--hidden{display: none;}.pswp__share-tooltip{z-index: 1620; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform;}.pswp__share-tooltip a{display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px;}.pswp__share-tooltip a:hover{text-decoration: none; color: #000;}.pswp__share-tooltip a:first-child{/* round corners on the first/last list item */ border-radius: 2px 2px 0 0;}.pswp__share-tooltip a:last-child{border-radius: 0 0 2px 2px;}.pswp__share-modal--fade-in{opacity: 1;}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}/* increase size of share links on touch devices */ .pswp--touch .pswp__share-tooltip a{padding: 16px 12px;}a.pswp__share--facebook:before{content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid transparent; border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none;}a.pswp__share--facebook:hover{background: #3E5C9A; color: #FFF;}a.pswp__share--facebook:hover:before{border-bottom-color: #3E5C9A;}a.pswp__share--twitter:hover{background: #55ACEE; color: #FFF;}a.pswp__share--pinterest:hover{background: #CCC; color: #CE272D;}a.pswp__share--download:hover{background: #DDD;}/* 3. Index indicator ("1 of X" counter) */ .pswp__counter{position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px;}/* 4. Caption */ .pswp__caption{position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px;}.pswp__caption small{font-size: 11px; color: #BBB;}.pswp__caption__center{text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #CCC;}.pswp__caption--empty{display: none;}/* Fake caption element, used to calculate height of next/prev image */ .pswp__caption--fake{visibility: hidden;}/* 5. Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */ .pswp__preloader{width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr;}.pswp__preloader__icn{width: 20px; height: 20px; margin: 12px;}.pswp__preloader--active{opacity: 1;}.pswp__preloader--active .pswp__preloader__icn{/* We use .gif in browsers that don't support CSS animation */ background: var(--preloader-gif) 0 0 no-repeat;}.pswp--css_animation .pswp__preloader--active{opacity: 1;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;}.pswp--css_animation .pswp__preloader__icn{background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0;}.pswp--css_animation .pswp__preloader__cut{/* The idea of animating inner circle is based on Polymer ("material") loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ position: relative; width: 7px; height: 14px; overflow: hidden;}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0;}@media screen and (max-width: 1024px){.pswp__preloader{position: relative; left: auto; top: auto; margin: 0; float: right;}}@-webkit-keyframes clockwise{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}@keyframes clockwise{0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}@-webkit-keyframes donut-rotate{0%{-webkit-transform: rotate(0); transform: rotate(0);}50%{-webkit-transform: rotate(-140deg); transform: rotate(-140deg);}100%{-webkit-transform: rotate(0); transform: rotate(0);}}@keyframes donut-rotate{0%{-webkit-transform: rotate(0); transform: rotate(0);}50%{-webkit-transform: rotate(-140deg); transform: rotate(-140deg);}100%{-webkit-transform: rotate(0); transform: rotate(0);}}/* 6. Additional styles */ /* root element of UI */ .pswp__ui{-webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550;}/* top black bar with buttons and "1 of X" indicator */ .pswp__top-bar{position: absolute; left: 0; top: 0; height: 44px; width: 100%;}.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}/* pswp--has_mouse class is added only when two subsequent mousemove events occur */ .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right{visibility: visible;}.pswp__top-bar, .pswp__caption{background-color: rgba(0, 0, 0, 0.5);}/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */ .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption{background-color: rgba(0, 0, 0, 0.3);}/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */ .pswp__ui--idle .pswp__top-bar{opacity: 0;}.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right{opacity: 0;}/* pswp__ui--hidden class is added when controls are hidden e.g. when user taps to toggle visibility of controls */ .pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right{/* Force paint & create composition layer for controls. */ opacity: 0.001;}/* pswp__ui--one-slide class is added when there is just one item in gallery */ .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter{display: none;}.pswp__element--disabled{display: none !important;}.pswp--minimal--dark .pswp__top-bar{background: none;}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ /* Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */ /* pswp=photoswipe */ .pswp{display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility: hidden; outline: none;}.pswp *{-webkit-box-sizing: border-box; box-sizing: border-box;}.pswp img{max-width: none;}/* style is added when JS option showHideOpacity is set to true */ .pswp--animate_opacity{/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity: 0.001; will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}.pswp--open{display: block;}.pswp--zoom-allowed .pswp__img{/* autoprefixer: off */ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;}.pswp--zoomed-in .pswp__img{/* autoprefixer: off */ cursor: -webkit-grab; cursor: -moz-grab; cursor: grab;}.pswp--dragging .pswp__img{/* autoprefixer: off */ cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing;}/* Background is added as a separate element. As animating opacity is much faster than animating rgba() background-color. */ .pswp__bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; will-change: opacity;}.pswp__scroll-wrap{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}.pswp__container, .pswp__zoom-wrap{-ms-touch-action: none; touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}/* Prevent selection and tap highlights */ .pswp__container, .pswp__img{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}.pswp__zoom-wrap{position: absolute; width: 100%; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; /* for open/close transition */ -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);}.pswp__bg{will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);}.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap{-webkit-transition: none; transition: none;}.pswp__container, .pswp__zoom-wrap{-webkit-backface-visibility: hidden;}.pswp__item{position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;}.pswp__img{position: absolute; width: auto; height: auto; top: 0; left: 0;}/* stretched thumbnail or div placeholder element (see below) style is added to avoid flickering in webkit/blink when layers overlap */ .pswp__img--placeholder{-webkit-backface-visibility: hidden;}/* div element that matches size of large image large image loads on top of it */ .pswp__img--placeholder--blank{background: #222;}.pswp--ie .pswp__img{width: 100% !important; height: auto !important; left: 0; top: 0;}/* Error message appears when image is not loaded (JS option errorMsg controls markup) */ .pswp__error-msg{position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC;}.pswp__error-msg a{color: #CCC; text-decoration: underline;}</style> <script>window.theme = Object.assign(window.theme || {}, {productHandle: "pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti" })</script><script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Product", "offers": [{ "@type": "Offer", "name": "Default Title", "availability":"https://schema.org/InStock", "price": 224.96, "priceCurrency": "USD", "priceValidUntil": "2024-03-06","sku": "PED-909155R","url": "/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti?variant=40935761313980" } ], "mpn": "PED-909155R", "productId": "PED-909155R", "brand": { "name": "Pedders" }, "name": "Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi", "description": "Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi Pedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to suit the automotive enthusiast and offer a comprehensive range of suspension components for most of the vehicles on the world's roads today, from AMC to Wolseley, with just about everything in between. We started in the USA with the fastest wide-body GTO on a road course. Next the fastest Chrysler 300C. Then Pedders USA's G8 and 5th Generation Camaro. When we moved to Ford, the results with the Saleen Mustang were the same. Our 'supercars' are developmental vehicles with purpose. We upgrade everything to make certain that we are testing at or above the levels of performance our customers will reach. We document every step of our development in enthusiast forums so they can benefit from our hard work. Ride quality is subjective. Our test cars serve as daily drivers. As we do our R \u0026amp; D work in AU and in the USA, the goal is to achieve a Pedders feel: the ideal balance between civility and performance handling. Pedders USA does not build parts for race cars. We make parts for the enthusiast driver that just happen to do extremely well on the race course. A fully Pedderised vehicle feels like a factory hot rod. It is quiet. It is comfortable. It handles.", "category": "Shock \u0026 Spring Kits", "url": "/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti", "sku": "PED-909155R", "image": { "@type": "ImageObject", "url": "https://andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_1024x.jpg?v=1632859078", "image": "https://andrewtechautomotive.com/cdn/shop/products/96bbcd6195dcf1dac4f031203fbed106_1024x.jpg?v=1632859078", "name": "Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi", "width": "1024", "height": "1024" } } </script> </main><footer class="footer" data-section-id="251d164643533a527361dbe1a7b9235d" data-section-type="footer" data-url="/?sections=footer-widget,footer"></footer><div class="lazy-mobile-bar d-lg-none lazyload" id="mobile_bar_lazy" data-type="mobile-bar" data-include="/?section_id=mobile-bar"></div><template id="drawer-search-template"> <div class="drawer drawer-right drawer-search js-search-container" id="drawer_search"> <div class="drawer_overlay js-drawer-close"></div> <div class="drawer-wrapper"> <div class="drawer__header"> SEARCH OUR SITE <a href="#" onclick="return false" class="btn-close js-drawer-close"><svg class="svg-close" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 409.806 409.806" style="enable-background:new 0 0 409.806 409.806;" xml:space="preserve"><path d="M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z"/></svg></a> </div> <form action="/search" class="form-search"> <input type="hidden" value="product" name="type"> <input type="hidden" value="show" name="options[unavailable_products]"> <input type="hidden" value="last" name="options[prefix]"> <input type="text" class="js-search-input" name="q" placeholder="Search" autocomplete="off"> <button type="submit" class="js-search-btn btn btn-1"><svg class="svg-search" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.005 512.005" style="enable-background:new 0 0 512.005 512.005;" xml:space="preserve"> <path d="M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667 S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6 c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z"/></svg><svg class="svg-loading" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; shape-rendering: auto;" width="32px" height="32px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <use xlink:href="#svg-loading"> </svg></button> </form> <div class="search-results"> <div class="search-results_wrapper"> <div class="results"> <a href="#" onclick="return false" class="btn-view-all">View All</a> </div> <div class="no-result">No result found for your search.</div> </div> </div> </div> </div> </template> <div id="back-to-top"><a href="#" onclick="return false"class="btn"><span class="svg-element-ui"><svg class="svg-angle-up" width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 512.01 512.01" style="enable-background:new 0 0 512.01 512.01;" xml:space="preserve"><path d="M505.755,358.256L271.088,123.589c-8.341-8.341-21.824-8.341-30.165,0L6.256,358.256c-8.341,8.341-8.341,21.824,0,30.165s21.824,8.341,30.165,0l219.584-219.584l219.584,219.584c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251C514.096,380.08,514.096,366.597,505.755,358.256z"/></svg></span></a></div><template id="template-cart-notify"> <div class="modal modal-cart-notify" id="modal_cart_notify"> <div class="modal_wrapper"> <div class="modal_overlay js-modal-close"></div> <div class="modal_box"> <div class="modal_content"> <p class="headline"><span class="svg_element-ui"><svg class="svg-check" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24" height="24" viewBox="0 0 405.272 405.272" style="enable-background:new 0 0 405.272 405.272;" xml:space="preserve"> <path d="M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z"/> </svg></span>Product successfully added to your Shopping Cart</p> <div class="modal_product"> <div class="modal_product_image"><img class="js-image"></div> <div class="modal_product_info"> <div class="js-name modal_product_title"></div> <div class="modal_product_qty"><strong>Quantity:</strong><span class="js-qty"></span></div> <div class="modal_product_price"><strong>Cart Total:</strong><span class="js-item-total-money money"></span></div> </div> </div> <div class="modal_action"> <div class="js-cart-number modal_number"></div> <div class="modal_subtotal"><strong>Cart Total:</strong><span class="js-cart-total-money money" ></span></div> <div class="modal_button"> <div class="modal_continue"> <a href="#" onclick="return false" class="btn btn-2 js-modal-close">Continue Shopping</a> </div> <div class="modal_checkout"> <a class="btn btn-1" href="/cart">Proceed to Checkout</a> </div> </div> </div> </div> <div class="js-modal-close modal_close" title="Close"><svg class="svg-close" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 409.806 409.806" style="enable-background:new 0 0 409.806 409.806;" xml:space="preserve"><path d="M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z"/></svg></div> </div> </div> </div> </template> <div class="modal modal-message" id="modal-message"> <div class="modal_overlay js-modal-close"></div> <div class="modal_box"> <div class="modal_content text-center"> <p class="js-message"></p> </div> <div class="js-modal-close modal_close"><svg class="svg-close" width="24" height="24" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 409.806 409.806" style="enable-background:new 0 0 409.806 409.806;" xml:space="preserve"><path d="M228.929,205.01L404.596,29.343c6.78-6.548,6.968-17.352,0.42-24.132c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L204.796,180.878L29.129,5.21c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713L180.664,205.01L4.997,380.677c-6.663,6.664-6.663,17.468,0,24.132c6.664,6.662,17.468,6.662,24.132,0l175.667-175.667l175.667,175.667c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712L228.929,205.01z"/></svg></div> </div> </div> <style>.modal-message .modal_box {width: 100%;max-width: 400px;height: auto;}.modal-message .modal_box p {margin: 10px 0;}.modal-message .modal_close {top: 0;}</style> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Pedders EziFit SportsRyder Rear Right Spring And Shock (Twin Tube 35mm) 05-07 Subaru STi\nLocal Pickup Available\nInstallation Services Offered\n- Shipping / Refunds / FAQs\nPedders has played a prominent role in the Australian automotive aftermarket industry 1950. In the summer of 2006 Pedders USA became a reality by selling specialised parts to automotive wholesalers and specialist workshops throughout the U.S. By 2010 Pedders USA had established industry partnerships with GM, Lingenfelter, Richard Petty and Saleen. Pedders has been featured on TV with West Coast Customs and in magazines such as Supercar builder. For each new chassis Pedders USA develops an integrated and engineered suspension solution. There is no fixed formula. Its not an exact science. Our people identify the weaknesses in the OE suspension and develop Pedders components to correct them. We think like OE engineers, but without interference from sales, marketing and finance. We manufacture our Pedders parts to suit the automotive enthusiast and offer a comprehensive range of suspension components for most of the vehicles on the world's roads today, from AMC to Wolseley, with just about everything in between. We started in the USA with the fastest wide-body GTO on a road course. Next the fastest Chrysler 300C. Then Pedders USA's G8 and 5th Generation Camaro. When we moved to Ford, the results with the Saleen Mustang were the same. Our 'supercars' are developmental vehicles with purpose. We upgrade everything to make certain that we are testing at or above the levels of performance our customers will reach. We document every step of our development in enthusiast forums so they can benefit from our hard work. Ride quality is subjective. Our test cars serve as daily drivers. As we do our R & D work in AU and in the USA, the goal is to achieve a Pedders feel: the ideal balance between civility and performance handling. Pedders USA does not build parts for race cars. We make parts for the enthusiast driver that just happen to do extremely well on the race course. A fully Pedderised vehicle feels like a factory hot rod. It is quiet. It is comfortable. It handles.\nHOW LONG DO ORDERS TAKE TO SHIP?\n- We are typically very quick and have a 24-48 hour turnaround time. Transit time depends on your order and which warehouse we are shipping from, but typical transit times are between 5-7 business days from one side of the US to the other.\nDO YOU PRICE MATCH?\n- Yes, we do price match reputable competitors in the marketplace. If you find a product cheaper elsewhere, please email us the (1) link of the product from our website and (2) the link to the competitor site. We will make an assessment on our end if we are able to price match or not and respond to you via email.\nDO YOU GUYS INSTALL?\n- Our shop services range from routine maintenance, to full on track monsters. If you purchased a part from us, ask us about scheduling time to have the part installed!\nDO ALL YOUR PRODUCTS SHIP FREE?\n- No, only specifically marked items or orders over $100 will ship for free unless indicated otherwise.\nWHAT'S YOUR DOMESTIC SHIPPING POLICY?\n- UPS handles all US Shipments.\nWHAT'S YOUR INTERNATIONAL SHIPPING POLICY?\n- DHL or UPS only.\nWHAT'S YOUR RETURN POLICY?\n- 30-Day Money Back Guarantee as long as the product has ZERO signs of use and HAS NOT been opened.\nWHAT'S YOUR POLICY ON ADVERTISED PRICING?\n- ALL Pricing displayed specifically reflects Manufacture's Advertised Pricing as most companies will not allow the sale of their items below this threshold.\nWHAT'S YOUR POLICY REGARDING FITMENT ISSUES?\n- IF an item does not fit, then we'd be more than happy to guide the fitment process with you over the phone or over email.\nWHAT'S YOUR POLICY REGARDING FRAUDULENT CHARGES / CHARGEBACKS?\n- If we receive a declined notice or chargeback, then your account will be billed an additional $50.\nDO YOU WORK WITH OTHER COMPANIES THAT AREN'T LISTED ON YOUR SITE?\n- We most certainly do; please shoot us an email if you want something that you don't see to firstname.lastname@example.org\nI WANT TO ORDER SOMETHING NOT LISTED ON YOUR SITE, CAN YOU HELP?\n- Of course! Please email or call us with an inquires for both stock count, brand inquiry, or better pricing!", "id": "<urn:uuid:1accc75c-9abc-4e34-8f75-cdb502b4fcdc>", "dump": "CC-MAIN-2024-10", "url": "https://andrewtechautomotive.com/products/pedders-ezifit-sportsryder-rear-right-spring-and-shock-twin-tube-35mm-05-07-subaru-sti", "date": "2024-02-25T08:51:53", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9109544157981873, "token_count": 1007 } }
<urn:uuid:9511899f-2652-47f1-aa48-edafeceec11a>
<!doctype html > <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://androidcommunity.com/xmlrpc.php" /> <!-- All in One SEO Pro 4.1.5.3 --> <title>Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13 - Android Community</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Oswald%3A400%7COpen%20Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C700&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald%3A400%7COpen%20Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C700&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald%3A400%7COpen%20Sans%3A400%2C600%2C700%7CRoboto%3A400%2C500%2C700&#038;display=swap" /></noscript><style id="rocket-critical-css">.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}html,body,div,span,h2,h3,p,a,ul,li,fieldset,form,label{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{background:#f1f1f1}article,header{display:block}ul{list-style:none}fieldset{min-width:inherit}body,input,textarea{color:#333;font-family:"Noto Serif",serif;font-size:15px;font-size:1.5rem;line-height:1.6}h2,h3{clear:both;font-weight:700}p{margin-bottom:1.6em}i{font-style:italic}ul{margin:0 0 1.6em 1.3333em}ul{list-style:disc}img{-ms-interpolation-mode:bicubic;border:0;height:auto;max-width:100%;vertical-align:middle}::-webkit-input-placeholder{color:rgba(51,51,51,0.7);font-family:"Noto Sans",sans-serif}:-moz-placeholder{color:rgba(51,51,51,0.7);font-family:"Noto Sans",sans-serif}::-moz-placeholder{color:rgba(51,51,51,0.7);font-family:"Noto Sans",sans-serif;opacity:1}:-ms-input-placeholder{color:rgba(51,51,51,0.7);font-family:"Noto Sans",sans-serif}input,textarea{background-color:#f7f7f7;border-radius:0;font-size:16px;font-size:1.6rem;line-height:1.5;margin:0;max-width:100%;vertical-align:baseline}input{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:normal}input,textarea{background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #eaeaea;border:1px solid rgba(51,51,51,0.1);color:#707070;color:rgba(51,51,51,0.7)}input[type="submit"]{-webkit-appearance:button;background-color:#333;border:0;color:#fff;font-family:"Noto Sans",sans-serif;font-size:12px;font-size:1.2rem;font-weight:700;padding:0.7917em 1.5em;text-transform:uppercase}input::-moz-focus-inner{border:0;padding:0}input[type="text"],textarea{padding:0.375em;width:100%}textarea{overflow:auto;vertical-align:top}a{color:#333;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.hentry{background-color:#fff;padding-top:7.6923%;position:relative}.hentry.has-post-thumbnail{padding-top:0}.entry-title{font-size:26px;font-size:2.6rem;line-height:1.1538;margin-bottom:0.9231em}.updated:not(.published){display:none}@-ms-viewport{width:device-width}@viewport{width:device-width}@media screen and (min-width:38.75em){ul{margin-left:0}.hentry{box-shadow:0 0 1px rgba(0,0,0,0.15);margin:0 7.6923%}}@media screen and (min-width:46.25em){body,input,textarea{font-size:17px;font-size:1.7rem;line-height:1.6471}input{line-height:normal}p,ul{margin-bottom:1.6471em}input[type="submit"]{font-size:14px;font-size:1.4rem;padding:0.8214em 1.6429em}input[type="text"],textarea{padding:0.5em}.entry-title{font-size:35px;font-size:3.5rem;line-height:1.2;margin-bottom:1.2em}}@media screen and (min-width:55em){body,input,textarea{font-size:19px;font-size:1.9rem;line-height:1.6842}input{line-height:normal}p,ul{margin-bottom:1.6842em}input[type="submit"]{font-size:16px;font-size:1.6rem;padding:0.8125em 1.625em}input[type="text"],textarea{padding:0.5278em}.entry-title{font-size:39px;font-size:3.9rem;line-height:1.2308;margin-bottom:1.2308em}}@media screen and (min-width:59.6875em){body:before{background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,0.15);content:"";display:block;height:100%;min-height:100%;position:fixed;top:0;left:0;width:29.4118%;z-index:0}body{font-size:15px;font-size:1.5rem;line-height:1.6}p,ul{margin-bottom:1.6em}input,textarea{font-size:16px;font-size:1.6rem;line-height:1.5}input{line-height:normal}input[type="submit"]{font-size:12px;font-size:1.2rem;padding:0.7917em 1.5833em}input[type="text"],textarea{padding:0.375em}.hentry{margin:0 8.3333%}.hentry{padding-top:8.3333%}.entry-title{font-size:31px;font-size:3.1rem;line-height:1.1613;margin-bottom:1.1613em}}@media screen and (min-width:68.75em){body,input,textarea{font-size:17px;font-size:1.7rem;line-height:1.6471}input{line-height:normal}p,ul{margin-bottom:1.6471em}input[type="submit"]{font-size:14px;font-size:1.4rem;padding:0.8214em 1.5714em}input[type="text"],textarea{padding:0.5em}.entry-title{font-size:35px;font-size:3.5rem;line-height:1.2;margin-bottom:1.2em}}@media screen and (min-width:77.5em){body,input,textarea{font-size:19px;font-size:1.9rem;line-height:1.6842}input{line-height:normal}p,ul{margin-bottom:1.6842em}input[type="submit"]{font-size:16px;font-size:1.6rem;padding:0.8125em 1.625em}input[type="text"],textarea{padding:0.5278em}.entry-title{font-size:39px;font-size:3.9rem;line-height:1.2308;margin-bottom:1.2308em}}.screen-reader-text{clip:rect(1px 1px 1px 1px)}.hentry{margin-bottom:7.6923%;text-align:left;width:808px}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.jp-carousel-overlay .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;box-sizing:content-box}.jp-carousel-overlay .swiper-wrapper{transform:translate3d(0,0,0)}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.jp-carousel-overlay .swiper-button-prev{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after{content:'prev'}.jp-carousel-overlay .swiper-button-next{right:10px;left:auto}.jp-carousel-overlay .swiper-button-next:after{content:'next'}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translate3d(0,0,0);z-index:10}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{opacity:.5;height:initial;width:initial;padding:20px 40px;background-image:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{height:30px;width:28px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-overlay{font-family:'Helvetica Neue',sans-serif!important;z-index:2147483647;overflow-x:hidden;overflow-y:auto;direction:ltr;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--jp-carousel-bg-color)}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{right:0;left:auto}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-info{display:flex;flex-direction:column;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important;z-index:100;background-color:var(--jp-carousel-bg-color);opacity:1}.jp-carousel-info-footer{position:relative;background-color:var(--jp-carousel-bg-color);height:64px;display:flex;align-items:center;justify-content:space-between;width:100vw}.jp-carousel-info-extra{display:none;background-color:var(--jp-carousel-bg-color);padding:35px;width:100vw;border-top:1px solid var(--jp-carousel-bg-faded-color)}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{padding:0;width:100%!important;display:none}.jp-carousel-close-hint{letter-spacing:0!important;position:fixed;top:20px;right:30px;padding:10px;text-align:right;width:45px;height:45px;z-index:15;color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint svg{padding:3px 2px;background:var(--jp-carousel-bg-color);border-radius:4px}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);font-size:15px;font-weight:400;white-space:nowrap;display:none;position:static!important}.jp-carousel-pagination-container .swiper-pagination{text-align:left;line-height:8px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;overflow:hidden;margin:0}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:0 0!important;border:none!important;display:inline-block;font:normal 20px/1.3em 'Helvetica Neue',sans-serif;line-height:normal;letter-spacing:0!important;margin:0 0 10px 0;padding:0;overflow:hidden;text-shadow:none!important;text-transform:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-info-footer .jp-carousel-photo-caption{text-align:center;font-size:15px;white-space:nowrap;color:var(--jp-carousel-primary-subtle-color);margin:0;text-overflow:ellipsis}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;width:100%}.jp-carousel-photo-description{overflow:hidden;overflow-wrap:break-word}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);font-size:13px;font:12px/1.4 'Helvetica Neue',sans-serif!important;width:100%;display:none}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}a.jp-carousel-image-download{display:inline-block;clear:both;color:var(--jp-carousel-primary-subtle-color);line-height:1;font-weight:400;font-size:14px;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;vertical-align:middle;margin:0 3px;padding-bottom:2px}.jp-carousel-comments{font:15px/1.7 'Helvetica Neue',sans-serif!important;font-weight:400;background:none transparent;width:100%;bottom:10px;margin-top:20px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 'Helvetica Neue',sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}#jp-carousel-loading-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0}#jp-carousel-loading-wrapper{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;width:40px;height:40px}#jp-carousel-library-loading{float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:8px solid rgba(255,255,255,.2);border-right:8px solid rgba(255,255,255,.2);border-bottom:8px solid rgba(255,255,255,.2);border-left:8px solid var(--jp-carousel-primary-color);transform:translateZ(0);animation:load8 1.1s infinite linear}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:absolute;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid var(--jp-carousel-primary-color);transform:translateZ(0);animation:load8 1.1s infinite linear;margin:0 auto;top:calc(50% - 15px);left:0;bottom:0;right:0}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.jp-carousel-info-content-wrapper{max-width:800px;margin:auto}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);color:var(--jp-carousel-primary-subtle-color);font:16px/1.4 'Helvetica Neue',sans-serif!important;padding:10px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 'Helvetica Neue',sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;margin-left:auto;display:block;border:solid 1px var(--jp-carousel-primary-color);background:var(--jp-carousel-bg-color);border-radius:3px;padding:8px 16px;font-size:14px;color:var(--jp-carousel-primary-color)}#jp-carousel-comment-form-container{margin-bottom:15px;width:100%;margin-top:20px;color:var(--jp-carousel-primary-subtle-color);position:relative;overflow:hidden}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comments-loading{font:400 15px/1.7 'Helvetica Neue',sans-serif!important;display:none;color:var(--jp-carousel-primary-subtle-color);text-align:left;margin-bottom:20px;width:100%;bottom:10px;margin-top:20px}.jp-carousel-photo-icons-container{flex:1;display:block;text-align:right;margin:0 20px 0 30px;white-space:nowrap}.jp-carousel-icon-btn{padding:16px;text-decoration:none;border:none;background:0 0;display:inline-block;height:64px}.jp-carousel-icon{border:none;display:inline-block;line-height:0;font-weight:400;font-style:normal;border-radius:4px;width:31px;padding:4px 3px 3px}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-icon .jp-carousel-has-comments-indicator{display:none;font-size:12px;vertical-align:top;margin-left:-16px;line-height:1;padding:2px 4px;border-radius:4px;background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color);font-weight:400;font-family:'Helvetica Neue',sans-serif!important;position:relative}@media only screen and (max-width:760px){.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box;margin-left:0}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;top:10px;right:10px}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{width:100%;float:none}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}</style> <meta name="description" content="Just a few short minutes ago, we reported that the Wall Street Journal was speaking with AT&amp;T Mobility Chief Executive Ralph de la Vega and had confirmed the release date and preorder date for the Motorola Atrix 4G. Turns out there’s also a press release released today that further confirms the preorder date to be […]" /> <meta name="robots" content="max-image-preview:large" /> <link rel="canonical" href="https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/" /> <!-- All in One SEO Pro --> <link rel="icon" type="image/png" href="https://androidcommunity.com/images/ac_favicon.png"><link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Android Community &raquo; Feed" href="https://androidcommunity.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Android Community &raquo; Comments Feed" href="https://androidcommunity.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Android Community &raquo; Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13 Comments Feed" href="https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/feed/" /> <link rel='preload' href='https://androidcommunity.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.9' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=1675209403' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css?ver=1675209403' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <style id='td-theme-inline-css' type='text/css'> @media (max-width: 767px) { .td-header-desktop-wrap { display: none; } } @media (min-width: 767px) { .td-header-mobile-wrap { display: none; } } </style> <link data-minify="1" rel='preload' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=1675209403' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <link data-minify="1" rel='preload' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=1675209403' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type='text/css' media='all' /> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js?ver=2.2.4' id='jquery-js'></script> <link rel="https://api.w.org/" href="https://androidcommunity.com/wp-json/" /><link rel="alternate" type="application/json" href="https://androidcommunity.com/wp-json/wp/v2/posts/24146" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://androidcommunity.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://androidcommunity.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://androidcommunity.com/?p=24146' /> <link rel="alternate" type="application/json+oembed" href="https://androidcommunity.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandroidcommunity.com%2Fmotorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://androidcommunity.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandroidcommunity.com%2Fmotorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203%2F&#038;format=xml" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": "https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/", "headline": "Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13", "datePublished": "2011-02-03T18:31:13-06:00", "dateModified": "2011-02-03T18:31:13-06:00", "author": { "@type": "Person", "name": "Chris Burns", "url": "https://androidcommunity.com/author/chrisburns/" }, "publisher": { "@type": "Organization", "name": "Android Community", "logo": { "@type": "ImageObject", "url": "https://cdn.androidcommunity.com/images/ac_retina_transparent.png", "width": 600, "height": 101 } }, "image": { "@type": "ImageObject", "url": "https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1.jpg", "width": 477, "height": 450 } } </script> <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]--> <script> window.tdwGlobal = {"adminUrl":"https:\/\/androidcommunity.com\/wp-admin\/","wpRestNonce":"e4310ebebc","wpRestUrl":"https:\/\/androidcommunity.com\/wp-json\/","permalinkStructure":"\/%postname%-%year%%monthnum%%day%\/"}; </script> <script> // (function() { // fetch("https://raw.githubusercontent.com/akinuri/js-lib/master/EventListener.js") // .then(function (response) { // return response.text(); // }) // .then(function (text) { // eval(text); // window.EventListeners = EventListeners; // }); // })(window); // ================================================== GLOBAL LISTENER CONTAINER var EventListeners = { listeners : [], forEach : function loopEventListeners(callback) { for (var i = 0; i < EventListeners.listeners.length; i++) { var listener = EventListeners.listeners[i]; callback(listener, i); } }, get : function getEventListeners(selector) { var result = []; EventListeners.forEach(function (listener) { switch (typeof selector) { case "object": if (listener.target == selector) { result.push(listener); } break; case "string": if (listener.type == selector) { result.push(listener); } break; } }); return result; }, add : function logEventListener(listener) { EventListeners.listeners.push(listener); }, remove : function removeEventListener(victimListener) { EventListeners.forEach(function (listener, index) { if (victimListener.target == listener.target && victimListener.type == listener.type && victimListener.callback == listener.callback) { EventListeners.listeners.splice(index, 1); } }); }, }; // ================================================== EVENT LISTENER OBJECT function EventListener() { this.target = null; this.type = null; this.callback = null; this.options = null; this.useCapture = null; this.wantsUntrusted = null; this.parseArgs.apply(this, Array.from(arguments)); } EventListener.prototype.parseArgs = function parseArgs(target, type, callback) { if (arguments.length < 3) { return; } this.target = target; this.type = type; this.callback = callback; switch (arguments.length) { case 4: switch (typeof arguments[3]) { case "object": this.options = arguments[3]; break; case "boolean": this.useCapture = arguments[3]; break; } break; case 5: if (typeof args[3] == "boolean") { this.useCapture = arguments[3]; this.wantsUntrusted = arguments[4]; } break; } }; EventListener.prototype.remove = function removeEventListener() { if (this.options) { this.target.removeEventListener(this.type, this.callback, this.options); EventListeners.remove(this); } else if (this.useCapture != null) { if (this.wantsUntrusted != null) { this.target.removeEventListener(this.type, this.callback, this.useCapture, this.wantsUntrusted); EventListeners.remove(this); } else { this.target.removeEventListener(this.type, this.callback, this.useCapture); EventListeners.remove(this); } } else { this.target.removeEventListener(this.type, this.callback); EventListeners.remove(this); } }; // ================================================== NATIVE API // https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener EventTarget.prototype.addEventListener = function (addEventListener) { //console.warn("EventTarget.prototype.addEventListener() has been modified."); return function () { var evtList = null; switch (arguments.length) { // EventTarget.addEventListener(type, callback) case 2: evtList = new EventListener(this, arguments[0], arguments[1]); addEventListener.call(evtList.target, evtList.type, evtList.callback); //console.log(evtList.callback); EventListeners.add(evtList); return evtList; // EventTarget.addEventListener(type, callback, options) // EventTarget.addEventListener(type, callback, useCapture) case 3: evtList = new EventListener(this, arguments[0], arguments[1]); switch (typeof arguments[2]) { case "object": evtList.options = arguments[2]; addEventListener.call(evtList.target, evtList.type, evtList.callback, evtList.options); EventListeners.add(evtList); return evtList; case "boolean": evtList.useCapture = arguments[2]; addEventListener.call(evtList.target, evtList.type, evtList.callback, evtList.useCapture); EventListeners.add(evtList); return evtList; } break; // EventTarget.addEventListener(type, callback, useCapture, wantsUntrusted) case 4: evtList = new EventListener(this, arguments[0], arguments[1]); if (typeof arguments[2] == "boolean") { evtList.useCapture = arguments[2]; evtList.wantsUntrusted = arguments[3]; addEventListener.call(evtList.target, evtList.type, evtList.callback, evtList.useCapture, evtList.wantsUntrusted); EventListeners.add(evtList); return evtList; } break; } } }(EventTarget.prototype.addEventListener); // https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener EventTarget.prototype.removeEventListener = function (removeEventListener) { //console.warn("EventTarget.prototype.removeEventListener() has been modified."); return function () { var evtList = null; switch (arguments.length) { case 2: evtList = new EventListener(this, arguments[0], arguments[1]); removeEventListener.call(evtList.target, evtList.type, evtList.callback); EventListeners.remove(evtList); break; case 3: evtList = new EventListener(this, arguments[0], arguments[1]); switch (typeof arguments[2]) { case "object": evtList.options = arguments[2]; removeEventListener.call(evtList.target, evtList.type, evtList.callback, evtList.options); EventListeners.remove(evtList); break; case "boolean": evtList.useCapture = arguments[2]; removeEventListener.call(evtList.target, evtList.type, evtList.callback, evtList.useCapture); EventListeners.remove(evtList); break; } break; } } }(EventTarget.prototype.removeEventListener); </script> <script> window.tdaGlobal = {"adminUrl":"https:\/\/androidcommunity.com\/wp-admin\/","wpRestNonce":"e4310ebebc","wpRestUrl":"https:\/\/androidcommunity.com\/wp-json\/","permalinkStructure":"\/%postname%-%year%%monthnum%%day%\/","postId":24146}; </script> <link rel="amphtml" href="https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/amp/"> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13" /> <meta property="og:url" content="https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/" /> <meta property="og:description" content="Just a few short minutes ago, we reported that the Wall Street Journal was speaking with AT&#038;T Mobility Chief Executive Ralph de la Vega and had confirmed the release date and preorder date for…" /> <meta property="article:published_time" content="2011-02-03T18:31:13+00:00" /> <meta property="article:modified_time" content="2011-02-03T18:31:13+00:00" /> <meta property="og:site_name" content="Android Community" /> <meta property="og:image" content="https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1.jpg" /> <meta property="og:image:width" content="477" /> <meta property="og:image:height" content="450" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13" /> <meta name="twitter:image" content="https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1.jpg?w=640" /> <meta name="twitter:card" content="summary_large_image" /> <!-- End Jetpack Open Graph Tags --> <!-- JS generated by theme --> <script> var tdBlocksArray = []; //here we store all the items for the current page //td_block class - each ajax block uses a object of this class for requests function tdBlock() { this.id = ''; this.block_type = 1; //block type id (1-234 etc) this.atts = ''; this.td_column_number = ''; this.td_current_page = 1; // this.post_count = 0; //from wp this.found_posts = 0; //from wp this.max_num_pages = 0; //from wp this.td_filter_value = ''; //current live filter value this.is_ajax_running = false; this.td_user_action = ''; // load more or infinite loader (used by the animation) this.header_color = ''; this.ajax_pagination_infinite_stop = ''; //show load more at page x } // td_js_generator - mini detector (function(){ var htmlTag = document.getElementsByTagName("html")[0]; if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) { htmlTag.className += ' ie10'; } if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) { htmlTag.className += ' ie11'; } if ( navigator.userAgent.indexOf("Edge") > -1 ) { htmlTag.className += ' ieEdge'; } if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) { htmlTag.className += ' td-md-is-ios'; } var user_agent = navigator.userAgent.toLowerCase(); if ( user_agent.indexOf("android") > -1 ) { htmlTag.className += ' td-md-is-android'; } if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) { htmlTag.className += ' td-md-is-os-x'; } if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) { htmlTag.className += ' td-md-is-chrome'; } if ( -1 !== navigator.userAgent.indexOf('Firefox') ) { htmlTag.className += ' td-md-is-firefox'; } if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) { htmlTag.className += ' td-md-is-safari'; } if( -1 !== navigator.userAgent.indexOf('IEMobile') ){ htmlTag.className += ' td-md-is-iemobile'; } })(); var tdLocalCache = {}; ( function () { "use strict"; tdLocalCache = { data: {}, remove: function (resource_id) { delete tdLocalCache.data[resource_id]; }, exist: function (resource_id) { return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null; }, get: function (resource_id) { return tdLocalCache.data[resource_id]; }, set: function (resource_id, cachedData) { tdLocalCache.remove(resource_id); tdLocalCache.data[resource_id] = cachedData; } }; })(); var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}]; var tdc_is_installed="yes"; var td_ajax_url="https:\/\/androidcommunity.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=10.4"; var td_get_template_directory_uri="https:\/\/androidcommunity.com\/wp-content\/plugins\/td-composer\/legacy\/common"; var tds_snap_menu="snap"; var tds_logo_on_sticky="show"; var tds_header_style="5"; var td_please_wait="Please wait..."; var td_email_user_pass_incorrect="User or password incorrect!"; var td_email_user_incorrect="Email or username incorrect!"; var td_email_incorrect="Email incorrect!"; var tds_more_articles_on_post_enable=""; var tds_more_articles_on_post_time_to_wait=""; var tds_more_articles_on_post_pages_distance_from_top=0; var tds_theme_color_site_wide="#658c2e"; var tds_smart_sidebar=""; var tdThemeName="Newspaper"; var td_magnific_popup_translation_tPrev="Previous (Left arrow key)"; var td_magnific_popup_translation_tNext="Next (Right arrow key)"; var td_magnific_popup_translation_tCounter="%curr% of %total%"; var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded."; var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded."; var tdBlockNonce="90df9d56dc"; var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}; var td_ad_background_click_link=""; var td_ad_background_click_target=""; </script> <!-- Header style compiled by theme --> <style> .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .header-search-wrap .td-drop-down-search:after, .header-search-wrap .td-drop-down-search .btn:hover, input[type=submit]:hover, .td-read-more a, .td-post-category:hover, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_top_authors .td_mod_wrap:hover .td-author-post-count, .td_top_authors .td_mod_wrap:hover .td-author-comments-count, .td-404-sub-sub-title a:hover, .td-search-form-widget .wpb_button:hover, .td-rating-bar-wrap div, .dropcap, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .wpb_default, .wpb_default:hover, .td-left-smart-list:hover, .td-right-smart-list:hover, #bbpress-forums button:hover, .bbp_widget_login .button:hover, .td-footer-wrapper .td-post-category, .td-footer-wrapper .widget_product_search input[type="submit"]:hover, .single-product .product .summary .cart .button:hover, .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, #bbpress-forums .bbp-pagination .current, #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, .td-theme-slider:hover .slide-meta-cat a, a.vc_btn-black:hover, .td-trending-now-wrapper:hover .td-trending-now-title, .td-scroll-up, .td-smart-list-button:hover, .td-weather-information:before, .td-weather-week:before, .td_block_exchange .td-exchange-header:before, .td-pulldown-syle-2 .td-subcat-dropdown ul:after, .td_block_template_9 .td-block-title:after, .td_block_template_15 .td-block-title:before, div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit], .td-close-video-fixed { background-color: #658c2e; } .td_block_template_4 .td-related-title .td-cur-simple-item:before { border-color: #658c2e transparent transparent transparent !important; } .td_block_template_4 .td-related-title .td-cur-simple-item, .td_block_template_3 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title:after { background-color: #658c2e; } a, cite a:hover, .td-page-content blockquote p, .td-post-content blockquote p, .mce-content-body blockquote p, .comment-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .td_module_wrap:hover .entry-title a, .td-subcat-filter .td-subcat-list a:hover, .td-subcat-filter .td-subcat-dropdown a:hover, .td_quote_on_blocks, .dropcap2, .dropcap3, .td_top_authors .td-active .td-authors-name a, .td_top_authors .td_mod_wrap:hover .td-authors-name a, .td-post-next-prev-content a:hover, .author-box-wrap .td-author-social a:hover, .td-author-name a:hover, .td-author-url a:hover, .comment-reply-link:hover, .logged-in-as a:hover, #cancel-comment-reply-link:hover, .td-search-query, .widget a:hover, .td_wp_recentcomments a:hover, .archive .widget_archive .current, .archive .widget_archive .current a, .widget_calendar tfoot a:hover, #bbpress-forums li.bbp-header .bbp-reply-content span a:hover, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #bbpress-forums .bbp-forums-list li a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, #bbpress-forums .bbp-topic-started-by a:hover, #bbpress-forums .bbp-topic-started-in a:hover, #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .td-subfooter-menu li a:hover, a.vc_btn-black:hover, .td-smart-list-dropdown-wrap .td-smart-list-button:hover, .td-instagram-user a, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .td_block_template_2 .td-related-title .td-cur-simple-item, .td_block_template_5 .td-related-title .td-cur-simple-item, .td_block_template_6 .td-related-title .td-cur-simple-item, .td_block_template_7 .td-related-title .td-cur-simple-item, .td_block_template_8 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title .td-cur-simple-item, .td_block_template_10 .td-related-title .td-cur-simple-item, .td_block_template_11 .td-related-title .td-cur-simple-item, .td_block_template_12 .td-related-title .td-cur-simple-item, .td_block_template_13 .td-related-title .td-cur-simple-item, .td_block_template_14 .td-related-title .td-cur-simple-item, .td_block_template_15 .td-related-title .td-cur-simple-item, .td_block_template_16 .td-related-title .td-cur-simple-item, .td_block_template_17 .td-related-title .td-cur-simple-item, .td-theme-wrap .sf-menu ul .td-menu-item > a:hover, .td-theme-wrap .sf-menu ul .sfHover > a, .td-theme-wrap .sf-menu ul .current-menu-ancestor > a, .td-theme-wrap .sf-menu ul .current-category-ancestor > a, .td-theme-wrap .sf-menu ul .current-menu-item > a, .td_outlined_btn, .td_block_categories_tags .td-ct-item:hover { color: #658c2e; } a.vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover { color: #658c2e !important; } .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn { border-color: #658c2e; } .td_wrapper_video_playlist .td_video_currently_playing:after { border-color: #658c2e !important; } .header-search-wrap .td-drop-down-search:before { border-color: transparent transparent #658c2e transparent; } .block-title > span, .block-title > a, .block-title > label, .widgettitle, .widgettitle:after, body .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td_block_template_1 .td-related-title .td-cur-simple-item, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, .td_3D_btn, .td_shadow_btn, .td_default_btn, .td_round_btn, .td_outlined_btn:hover { background-color: #658c2e; } .block-title, .td_block_template_1 .td-related-title, .wpb_tabs .wpb_tabs_nav, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container { border-color: #658c2e; } .td_block_wrap .td-subcat-item a.td-cur-simple-item { color: #658c2e; } .td-grid-style-4 .entry-title { background-color: rgba(101, 140, 46, 0.7); } @media (max-width: 767px) { body .td-header-wrap .td-header-main-menu { background-color: #000000 !important; } } .td-menu-background:before, .td-search-background:before { background: #578c0c; background: -moz-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #578c0c), color-stop(100%, #6c8c3f)); background: -webkit-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -o-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -ms-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: linear-gradient(to bottom, #578c0c 0%, #6c8c3f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578c0c', endColorstr='#6c8c3f', GradientType=0 ); } .td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a, #td-mobile-nav .td-menu-login-section a:hover, #td-mobile-nav .td-register-section a:hover, #td-mobile-nav .td-menu-socials-wrap a:hover i, .td-search-close a:hover i { color: #ffffff; } ul.sf-menu > .menu-item > a { font-family:Oswald; font-size:15px; font-weight:normal; }.td-header-style-12 .td-header-menu-wrap-full, .td-header-style-12 .td-affix, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_category_template_3 .td-current-sub-category, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .td_block_big_grid_9.td-grid-style-1 .td-post-category, .td_block_big_grid_9.td-grid-style-5 .td-post-category, .td-grid-style-6.td-hover-1 .td-module-thumb:after, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a { background-color: #658c2e; } .td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a, .td-header-top-menu .td-icon-search:hover, .td-header-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .footer-text-wrap .footer-email-wrap a, .footer-social-wrap a:hover, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover { color: #658c2e; } .td-mega-menu-page .wpb_content_element ul li a:hover, .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a, .td-theme-wrap .header-search-wrap .result-msg a:hover { color: #658c2e !important; } .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a { border-color: #658c2e; } .td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full { background-color: #000000; } .td-boxed-layout .td-header-style-3 .td-header-menu-wrap, .td-boxed-layout .td-header-style-4 .td-header-menu-wrap, .td-header-style-3 .td_stretch_content .td-header-menu-wrap, .td-header-style-4 .td_stretch_content .td-header-menu-wrap { background-color: #000000 !important; } @media (min-width: 1019px) { .td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo { margin-bottom: 28px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo { margin-bottom: 14px; } } .td-header-style-7 .td-header-top-menu { border-bottom: none; } .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .td_block_mega_menu .td-next-prev-wrap a:hover, .td-mega-span .td-post-category:hover, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .sfHover > a { background-color: #578c0c; } .td_block_mega_menu .td-next-prev-wrap a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a { border-color: #578c0c; } .header-search-wrap .td-drop-down-search:before { border-color: transparent transparent #578c0c transparent; } .td_mega_menu_sub_cats .cur-sub-cat, .td_mod_mega_menu:hover .entry-title a, .td-theme-wrap .sf-menu ul .td-menu-item > a:hover, .td-theme-wrap .sf-menu ul .sfHover > a, .td-theme-wrap .sf-menu ul .current-menu-ancestor > a, .td-theme-wrap .sf-menu ul .current-category-ancestor > a, .td-theme-wrap .sf-menu ul .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a { color: #578c0c; } .td-header-wrap .td-header-menu-wrap .sf-menu > li > a, .td-header-wrap .td-header-menu-social .td-social-icon-wrap a, .td-header-style-4 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap i, .td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search { color: #ffffff; } .td-header-wrap .td-header-menu-social + .td-search-wrapper #td-header-search-button:before { background-color: #ffffff; } ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social { font-family:Oswald; font-size:15px; font-weight:normal; } .td-post-content, .td-post-content p { color: #4f4f4f; } .post .td-post-header .entry-title { font-family:Oswald; } .td-post-content p, .td-post-content { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px; line-height:25px; } .post blockquote p, .page blockquote p, .td-post-text-content blockquote p { font-size:18px; line-height:26px; font-style:italic; } .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .header-search-wrap .td-drop-down-search:after, .header-search-wrap .td-drop-down-search .btn:hover, input[type=submit]:hover, .td-read-more a, .td-post-category:hover, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_top_authors .td_mod_wrap:hover .td-author-post-count, .td_top_authors .td_mod_wrap:hover .td-author-comments-count, .td-404-sub-sub-title a:hover, .td-search-form-widget .wpb_button:hover, .td-rating-bar-wrap div, .dropcap, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .wpb_default, .wpb_default:hover, .td-left-smart-list:hover, .td-right-smart-list:hover, #bbpress-forums button:hover, .bbp_widget_login .button:hover, .td-footer-wrapper .td-post-category, .td-footer-wrapper .widget_product_search input[type="submit"]:hover, .single-product .product .summary .cart .button:hover, .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, #bbpress-forums .bbp-pagination .current, #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, .td-theme-slider:hover .slide-meta-cat a, a.vc_btn-black:hover, .td-trending-now-wrapper:hover .td-trending-now-title, .td-scroll-up, .td-smart-list-button:hover, .td-weather-information:before, .td-weather-week:before, .td_block_exchange .td-exchange-header:before, .td-pulldown-syle-2 .td-subcat-dropdown ul:after, .td_block_template_9 .td-block-title:after, .td_block_template_15 .td-block-title:before, div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit], .td-close-video-fixed { background-color: #658c2e; } .td_block_template_4 .td-related-title .td-cur-simple-item:before { border-color: #658c2e transparent transparent transparent !important; } .td_block_template_4 .td-related-title .td-cur-simple-item, .td_block_template_3 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title:after { background-color: #658c2e; } a, cite a:hover, .td-page-content blockquote p, .td-post-content blockquote p, .mce-content-body blockquote p, .comment-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .td_module_wrap:hover .entry-title a, .td-subcat-filter .td-subcat-list a:hover, .td-subcat-filter .td-subcat-dropdown a:hover, .td_quote_on_blocks, .dropcap2, .dropcap3, .td_top_authors .td-active .td-authors-name a, .td_top_authors .td_mod_wrap:hover .td-authors-name a, .td-post-next-prev-content a:hover, .author-box-wrap .td-author-social a:hover, .td-author-name a:hover, .td-author-url a:hover, .comment-reply-link:hover, .logged-in-as a:hover, #cancel-comment-reply-link:hover, .td-search-query, .widget a:hover, .td_wp_recentcomments a:hover, .archive .widget_archive .current, .archive .widget_archive .current a, .widget_calendar tfoot a:hover, #bbpress-forums li.bbp-header .bbp-reply-content span a:hover, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #bbpress-forums .bbp-forums-list li a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, #bbpress-forums .bbp-topic-started-by a:hover, #bbpress-forums .bbp-topic-started-in a:hover, #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .td-subfooter-menu li a:hover, a.vc_btn-black:hover, .td-smart-list-dropdown-wrap .td-smart-list-button:hover, .td-instagram-user a, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover, .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .td_block_template_2 .td-related-title .td-cur-simple-item, .td_block_template_5 .td-related-title .td-cur-simple-item, .td_block_template_6 .td-related-title .td-cur-simple-item, .td_block_template_7 .td-related-title .td-cur-simple-item, .td_block_template_8 .td-related-title .td-cur-simple-item, .td_block_template_9 .td-related-title .td-cur-simple-item, .td_block_template_10 .td-related-title .td-cur-simple-item, .td_block_template_11 .td-related-title .td-cur-simple-item, .td_block_template_12 .td-related-title .td-cur-simple-item, .td_block_template_13 .td-related-title .td-cur-simple-item, .td_block_template_14 .td-related-title .td-cur-simple-item, .td_block_template_15 .td-related-title .td-cur-simple-item, .td_block_template_16 .td-related-title .td-cur-simple-item, .td_block_template_17 .td-related-title .td-cur-simple-item, .td-theme-wrap .sf-menu ul .td-menu-item > a:hover, .td-theme-wrap .sf-menu ul .sfHover > a, .td-theme-wrap .sf-menu ul .current-menu-ancestor > a, .td-theme-wrap .sf-menu ul .current-category-ancestor > a, .td-theme-wrap .sf-menu ul .current-menu-item > a, .td_outlined_btn, .td_block_categories_tags .td-ct-item:hover { color: #658c2e; } a.vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover { color: #658c2e !important; } .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn { border-color: #658c2e; } .td_wrapper_video_playlist .td_video_currently_playing:after { border-color: #658c2e !important; } .header-search-wrap .td-drop-down-search:before { border-color: transparent transparent #658c2e transparent; } .block-title > span, .block-title > a, .block-title > label, .widgettitle, .widgettitle:after, body .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td_block_template_1 .td-related-title .td-cur-simple-item, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, .td_3D_btn, .td_shadow_btn, .td_default_btn, .td_round_btn, .td_outlined_btn:hover { background-color: #658c2e; } .block-title, .td_block_template_1 .td-related-title, .wpb_tabs .wpb_tabs_nav, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container { border-color: #658c2e; } .td_block_wrap .td-subcat-item a.td-cur-simple-item { color: #658c2e; } .td-grid-style-4 .entry-title { background-color: rgba(101, 140, 46, 0.7); } @media (max-width: 767px) { body .td-header-wrap .td-header-main-menu { background-color: #000000 !important; } } .td-menu-background:before, .td-search-background:before { background: #578c0c; background: -moz-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #578c0c), color-stop(100%, #6c8c3f)); background: -webkit-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -o-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: -ms-linear-gradient(top, #578c0c 0%, #6c8c3f 100%); background: linear-gradient(to bottom, #578c0c 0%, #6c8c3f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578c0c', endColorstr='#6c8c3f', GradientType=0 ); } .td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a, #td-mobile-nav .td-menu-login-section a:hover, #td-mobile-nav .td-register-section a:hover, #td-mobile-nav .td-menu-socials-wrap a:hover i, .td-search-close a:hover i { color: #ffffff; } ul.sf-menu > .menu-item > a { font-family:Oswald; font-size:15px; font-weight:normal; }.td-header-style-12 .td-header-menu-wrap-full, .td-header-style-12 .td-affix, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_category_template_3 .td-current-sub-category, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .td_block_big_grid_9.td-grid-style-1 .td-post-category, .td_block_big_grid_9.td-grid-style-5 .td-post-category, .td-grid-style-6.td-hover-1 .td-module-thumb:after, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .td-header-menu-wrap .sf-menu > .sfHover > a { background-color: #658c2e; } .td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a, .td-header-top-menu .td-icon-search:hover, .td-header-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .footer-text-wrap .footer-email-wrap a, .footer-social-wrap a:hover, .td_module_17 .td-read-more a:hover, .td_module_18 .td-read-more a:hover, .td_module_19 .td-post-author-name a:hover, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span, .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover { color: #658c2e; } .td-mega-menu-page .wpb_content_element ul li a:hover, .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a, .td-theme-wrap .header-search-wrap .result-msg a:hover { color: #658c2e !important; } .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a { border-color: #658c2e; } .td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full { background-color: #000000; } .td-boxed-layout .td-header-style-3 .td-header-menu-wrap, .td-boxed-layout .td-header-style-4 .td-header-menu-wrap, .td-header-style-3 .td_stretch_content .td-header-menu-wrap, .td-header-style-4 .td_stretch_content .td-header-menu-wrap { background-color: #000000 !important; } @media (min-width: 1019px) { .td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo { margin-bottom: 28px; } } @media (min-width: 768px) and (max-width: 1018px) { .td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo { margin-bottom: 14px; } } .td-header-style-7 .td-header-top-menu { border-bottom: none; } .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .td_block_mega_menu .td-next-prev-wrap a:hover, .td-mega-span .td-post-category:hover, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > li > a:hover, .tdm-menu-active-style5 .tdm-header .td-header-menu-wrap .sf-menu > .sfHover > a { background-color: #578c0c; } .td_block_mega_menu .td-next-prev-wrap a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-item > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style4 .tdm-header .sf-menu > li > a:hover, .tdm-menu-active-style4 .tdm-header .sf-menu > .sfHover > a { border-color: #578c0c; } .header-search-wrap .td-drop-down-search:before { border-color: transparent transparent #578c0c transparent; } .td_mega_menu_sub_cats .cur-sub-cat, .td_mod_mega_menu:hover .entry-title a, .td-theme-wrap .sf-menu ul .td-menu-item > a:hover, .td-theme-wrap .sf-menu ul .sfHover > a, .td-theme-wrap .sf-menu ul .current-menu-ancestor > a, .td-theme-wrap .sf-menu ul .current-category-ancestor > a, .td-theme-wrap .sf-menu ul .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-item > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-menu-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .current-category-ancestor > a, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > li > a:hover, .tdm-menu-active-style3 .tdm-header.td-header-wrap .sf-menu > .sfHover > a { color: #578c0c; } .td-header-wrap .td-header-menu-wrap .sf-menu > li > a, .td-header-wrap .td-header-menu-social .td-social-icon-wrap a, .td-header-style-4 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap i, .td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search { color: #ffffff; } .td-header-wrap .td-header-menu-social + .td-search-wrapper #td-header-search-button:before { background-color: #ffffff; } ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social { font-family:Oswald; font-size:15px; font-weight:normal; } .td-post-content, .td-post-content p { color: #4f4f4f; } .post .td-post-header .entry-title { font-family:Oswald; } .td-post-content p, .td-post-content { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px; line-height:25px; } .post blockquote p, .page blockquote p, .td-post-text-content blockquote p { font-size:18px; line-height:26px; font-style:italic; } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-645197-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-645197-4'); </script> <!-- Button style compiled by theme --> <style> .tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title, .tds-button2 .tdm-btn-text, .tds-button2 i, .tds-button5:hover .tdm-btn-text, .tds-button5:hover i, .tds-button6 .tdm-btn-text, .tds-button6 i, .tdm_block_list .tdm-list-item i, .tdm_block_pricing .tdm-pricing-feature i, body .tdm-social-item i { color: #658c2e; } .tds-button1, .tds-button6:after, .tds-title2 .tdm-title-line:after, .tds-title3 .tdm-title-line:after, .tdm_block_pricing.tdm-pricing-featured:before, .tdm_block_pricing.tds_pricing2_block.tdm-pricing-featured .tdm-pricing-header, .tds-progress-bar1 .tdm-progress-bar:after, .tds-progress-bar2 .tdm-progress-bar:after, .tds-social3 .tdm-social-item { background-color: #658c2e; } .tds-button2:before, .tds-button6:before, .tds-progress-bar3 .tdm-progress-bar:after { border-color: #658c2e; } .tdm-btn-style1 { background-color: #658c2e; } .tdm-btn-style2:before { border-color: #658c2e; } .tdm-btn-style2 { color: #658c2e; } .tdm-btn-style3 { -webkit-box-shadow: 0 2px 16px #658c2e; -moz-box-shadow: 0 2px 16px #658c2e; box-shadow: 0 2px 16px #658c2e; } .tdm-btn-style3:hover { -webkit-box-shadow: 0 4px 26px #658c2e; -moz-box-shadow: 0 4px 26px #658c2e; box-shadow: 0 4px 26px #658c2e; } </style> <style id="tdw-css-placeholder"></style><script src="https://synd.edgecdnc.com" defer></script><style></style><script> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ (function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}} var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1} return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia} if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)} setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return} var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}} if(typeof exports!=="undefined"){exports.loadCSS=loadCSS} else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this)) </script></head> <body class="post-template-default single single-post postid-24146 single-format-standard td-standard-pack motorola-atrix-4g-officially-available-for-pre-order-on-feb-13 global-block-template-14 single_template_2 td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="td-scroll-up" style="display:none;"><i class="td-icon-menu-up"></i></div> <div class="td-menu-background"></div> <div id="td-mobile-nav"> <div class="td-mobile-container"> <!-- mobile menu top section --> <div class="td-menu-socials-wrap"> <!-- socials --> <div class="td-menu-socials"> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://facebook.com/androidcommunity" title="Facebook"> <i class="td-icon-font td-icon-facebook"></i> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://androidcommunity.com/feed/" title="RSS"> <i class="td-icon-font td-icon-rss"></i> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://twitter.com/androids" title="Twitter"> <i class="td-icon-font td-icon-twitter"></i> </a> </span> </div> <!-- close button --> <div class="td-mobile-close"> <a href="#" aria-label="Close"><i class="td-icon-close-mobile"></i></a> </div> </div> <!-- login section --> <!-- menu section --> <div class="td-mobile-content"> <div class="menu-main-container"><ul id="menu-main" class="td-mobile-main-menu"><li id="menu-item-287240" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-first menu-item-287240"><a href="https://androidcommunity.com/">Home</a></li> <li id="menu-item-401245" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-401245"><a href="https://androidcommunity.com/topic/phones/">Phones</a></li> <li id="menu-item-401247" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-401247"><a href="https://androidcommunity.com/topic/tablets/">Tablets</a></li> <li id="menu-item-401696" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-401696"><a href="https://androidcommunity.com/topic/wearables/">Wearables</a></li> <li id="menu-item-401252" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-401252"><a href="https://androidcommunity.com/topic/apps/">Apps</a></li> <li id="menu-item-401253" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-401253"><a href="https://androidcommunity.com/topic/games/">Games</a></li> <li id="menu-item-401251" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-401251"><a href="https://androidcommunity.com/section/reviews/">Reviews</a></li> <li id="menu-item-246933" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-246933"><a href="https://androidcommunity.com/send-tips/">Tip Us</a></li> </ul></div> </div> </div> <!-- register/login section --> </div> <div class="td-search-background"></div> <div class="td-search-wrap-mob"> <div class="td-drop-down-search"> <form method="get" class="td-search-form" action="https://androidcommunity.com/"> <!-- close button --> <div class="td-search-close"> <a href="#"><i class="td-icon-close-mobile"></i></a> </div> <div role="search" class="td-search-input"> <span>Search</span> <input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off" /> </div> </form> <div id="td-aj-search-mob" class="td-ajax-search-flex"></div> </div> </div> <div id="td-outer-wrap" class="td-theme-wrap"> <div class="tdc-header-wrap "> <!-- Header style 5 --> <div class="td-header-wrap td-header-style-5 "> <div class="td-header-top-menu-full td-container-wrap "> <div class="td-container td-header-row td-header-top-menu"> <!-- LOGIN MODAL --> <div id="login-form" class="white-popup-block mfp-hide mfp-with-anim"> <div class="td-login-wrap"> <a href="#" aria-label="Back" class="td-back-button"><i class="td-icon-modal-back"></i></a> <div id="td-login-div" class="td-login-form-div td-display-block"> <div class="td-login-panel-title">Sign in</div> <div class="td-login-panel-descr">Welcome! Log into your account</div> <div class="td_display_err"></div> <form action="#" method="post"> <div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email" value="" required><label for="login_email">your username</label></div> <div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass" value="" required><label for="login_pass">your password</label></div> <input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="Login"> </form> <div class="td-login-info-text"><a href="#" id="forgot-pass-link">Forgot your password? Get help</a></div> <div class="td-login-info-text"><a class="privacy-policy-link" href="https://androidcommunity.com/privacy-policy/">Privacy Policy</a></div> </div> <div id="td-forgot-pass-div" class="td-login-form-div td-display-none"> <div class="td-login-panel-title">Password recovery</div> <div class="td-login-panel-descr">Recover your password</div> <div class="td_display_err"></div> <div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label for="forgot_email">your email</label></div> <input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="Send My Password"> <div class="td-login-info-text">A password will be e-mailed to you.</div> </div> </div> </div> </div> </div> <div class="td-header-menu-wrap-full td-container-wrap "> <div class="td-header-menu-wrap "> <div class="td-container td-header-row td-header-main-menu black-menu"> <div id="td-header-menu" role="navigation"> <div id="td-top-mobile-toggle"><a href="#"><i class="td-icon-font td-icon-mobile"></i></a></div> <div class="td-main-menu-logo td-logo-in-menu"> <a class="td-mobile-logo td-sticky-mobile" href="https://androidcommunity.com/"> <img class="td-retina-data" data-retina="https://androidcommunity.com/images/ac_mobileretina.png" src="https://androidcommunity.com/images/ac_mobile.png" alt="Android Community" title="Android Community"/> </a> <a class="td-header-logo td-sticky-mobile" href="https://androidcommunity.com/"> <img class="td-retina-data" data-retina="https://androidcommunity.com/images/aclogo_retina.png" src="https://androidcommunity.com/images/aclogo.png" alt="Android Community" title="Android Community"/> <span class="td-visual-hidden">Android Community</span> </a> </div> <div class="menu-main-container"><ul id="menu-main-1" class="sf-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-first td-menu-item td-normal-menu menu-item-287240"><a href="https://androidcommunity.com/">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag td-menu-item td-normal-menu menu-item-401245"><a href="https://androidcommunity.com/topic/phones/">Phones</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag td-menu-item td-normal-menu menu-item-401247"><a href="https://androidcommunity.com/topic/tablets/">Tablets</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag td-menu-item td-normal-menu menu-item-401696"><a href="https://androidcommunity.com/topic/wearables/">Wearables</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag td-menu-item td-normal-menu menu-item-401252"><a href="https://androidcommunity.com/topic/apps/">Apps</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-post_tag td-menu-item td-normal-menu menu-item-401253"><a href="https://androidcommunity.com/topic/games/">Games</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-401251"><a href="https://androidcommunity.com/section/reviews/">Reviews</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-246933"><a href="https://androidcommunity.com/send-tips/">Tip Us</a></li> </ul></div></div> <div class="td-header-menu-social"> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://facebook.com/androidcommunity" title="Facebook"> <i class="td-icon-font td-icon-facebook"></i> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://androidcommunity.com/feed/" title="RSS"> <i class="td-icon-font td-icon-rss"></i> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" rel="nofollow" href="https://twitter.com/androids" title="Twitter"> <i class="td-icon-font td-icon-twitter"></i> </a> </span></div> <div class="header-search-wrap"> <div class="td-search-btns-wrap"> <a id="td-header-search-button" href="#" role="button" class="dropdown-toggle " data-toggle="dropdown"><i class="td-icon-search"></i></a> <a id="td-header-search-button-mob" href="#" class="dropdown-toggle " data-toggle="dropdown"><i class="td-icon-search"></i></a> </div> <div class="td-drop-down-search" aria-labelledby="td-header-search-button"> <form method="get" class="td-search-form" action="https://androidcommunity.com/"> <div role="search" class="td-head-form-search-wrap"> <input id="td-header-search" type="text" value="" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="Search" /> </div> </form> <div id="td-aj-search"></div> </div> </div> </div> </div> </div> <div class="td-header-header-full td-banner-wrap-full td-container-wrap "> <div class="td-container-header td-header-row td-header-header"> <div class="td-header-sp-recs"> <div class="td-header-rec-wrap"> <div class="td-a-rec td-a-rec-id-header tdi_1 td_block_template_14"> <style> /* custom css */ .tdi_1.td-a-rec{ text-align: center; }.tdi_1 .td-element-style{ z-index: -1; }.tdi_1.td-a-rec-img{ text-align: left; }.tdi_1.td-a-rec-img img{ margin: 0 auto 0 0; }@media (max-width: 767px) { .tdi_1.td-a-rec-img { text-align: center; } } </style><!-- begin ad tag (tile=1) --> <div data-ns="billboard"></div> <!-- end ad tag --></div> </div> </div> </div> </div> </div> </div> <div class="td-main-content-wrap td-container-wrap"> <div class="td-container td-post-template-2"> <article id="post-24146" class="post-24146 post type-post status-publish format-standard has-post-thumbnail hentry category-archive tag-4g tag-google tag-motorola" > <div class="td-pb-row"> <div class="td-pb-span12"> <div class="td-post-header"> <div class="td-crumb-container"></div> <header class="td-post-title"> <h1 class="entry-title">Motorola Atrix 4G OFFICIALLY Available for Pre-Order on Feb 13</h1> <div class="td-module-meta-info"> <div class="td-post-author-name"><div class="td-author-by">By</div> <a href="https://androidcommunity.com/author/chrisburns/">Chris Burns</a><div class="td-author-line"> - </div> </div> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2011-02-03T12:31:13-06:00" >February 3, 2011</time></span> <div class="td-post-comments"><a href="https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/#comments"><i class="td-icon-comments"></i>3</a></div> </div> </header> </div> </div> </div> <!-- /.td-pb-row --> <div class="td-pb-row"> <div class="td-pb-span8 td-main-content" role="main"> <div class="td-ss-main-content"> <div class="td-post-content tagdiv-type"> <div class="td-post-featured-image"><img width="477" height="450" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1.jpg 477w, https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1-445x420.jpg 445w" sizes="(max-width: 477px) 100vw, 477px" alt="" title="1Motorola_ATRIX_4G_1"/></div> <p>Just a few short minutes ago, we reported that the <a href="http://online.wsj.com/article/SB10001424052748704376104576122052452789160.html" target="_blank">Wall Street Journal</a> was speaking with AT&#038;T Mobility Chief Executive Ralph de la Vega and had confirmed the release date and preorder date for the Motorola Atrix 4G. Turns out there&#8217;s also a press release released today that further confirms the preorder date to be February 13, but notes that the Atrix 4G will be available at AT&#038;T &#8220;and select retail channels&#8221; on March 6th OR earlier. The price of the phone (without the laptop dock) is still set at $199.99 with 2-year service agreement.</p><div class="td-a-rec td-a-rec-id-content_inline tdi_2 td_block_template_14"> <style> /* custom css */ .tdi_2.td-a-rec{ text-align: center; }.tdi_2 .td-element-style{ z-index: -1; }.tdi_2.td-a-rec-img{ text-align: left; }.tdi_2.td-a-rec-img img{ margin: 0 auto 0 0; }@media (max-width: 767px) { .tdi_2.td-a-rec-img { text-align: center; } } </style><!-- begin ad tag (tile=3) --> <div data-ns="rectangle"></div> <!-- end ad tag --></div> <p></p> <p><span id="more-24146"></span></p> <p>Additional peripherals noted in the press release are thus:<br /> Laptop Dock $499 with phone included, $499 by itself &#8211; this is after also purchasing a 2-year service contract and turning in a $100 mail-in-rebate, this also after subscription to Data Pro smartphone data plan (with tethering added on.)<br /> Entertainment Access Kit which includes Motorola HD Multimedia Dock, Bluetooth keyboard and mouse, and remote control for $189.99</p> <p>The Motorola ATRIX 4G now officially runs Android 2.2, is &#8220;the world&#8217;s most powerful smartphone,&#8221; has a 2&#215;1 GHz dual-core processor, the world&#8217;s first qHD display, Adobe flash player (probably 10.1), and of course, 4G speeds. Check out the full press release below:</p> <div id='gallery-1' class='gallery galleryid-24146 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'> <div class='gallery-icon landscape'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/1motorola_atrix_4g_1/'><img width="200" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/1Motorola_ATRIX_4G_1-200x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_7/'><img width="72" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_7-72x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_6/'><img width="72" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_6-72x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_5/'><img width="200" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_5-200x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_4/'><img width="200" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_4-200x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_2/'><img width="200" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_2-200x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure><figure class='gallery-item'> <div class='gallery-icon portrait'> <a href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/motorola_atrix_4g_1/'><img width="200" height="200" src="https://androidcommunity.com/wp-content/uploads/2011/02/Motorola_ATRIX_4G_1-200x200.jpg" class="attachment-thumbnail size-thumbnail" alt="" loading="lazy" /></a> </div></figure> </div> <blockquote><p>AT&#038;T Announces the World’s Most Powerful Smartphone, the Motorola ATRIX 4G, Will Be Available for Preorder on Feb. 13<br /> Unique line of Accessories, Including the Motorola Laptop Dock, Available with Bundled Pricing<br /> DALLAS, Feb. 3, 2011 /PRNewswire/ &#8212;</p> <p>Key Facts<br /> AT&#038;T* begins pre-sales for Motorola ATRIX™ 4G on Feb. 13<br /> Motorola ATRIX 4G, powered by the Android 2.2 platform, available exclusively for AT&#038;T customers for $199.99 with a two-year service agreement.<br /> Motorola ATRIX 4G is expected to be available from AT&#038;T and select retail channels for customers by March 6 or earlier.<br /> AT&#038;T will offer bundled pricing for the Motorola ATRIX 4G and the Motorola Laptop Dock.</p> <p>4G Portfolio<br /> AT&#038;T is the leader in smartphones, and expects to widen that lead in 2011. In January, AT&#038;T committed to an industry-leading Android portfolio in the U.S. in 2011 and said it plans to offer two 4G smartphones in the first quarter. An industry first, the Motorola ATRIX 4G is the leading edge of more than 20 advanced, 4G devices AT&#038;T plans to deliver in 2011. AT&#038;T has completed the deployment of HSPA+ to virtually 100 percent of its mobile broadband network, which enables 4G speeds when combined with enhanced backhaul.</p> <p>Motorola ATRIX™ 4G</p> <p>The Motorola ATRIX™ 4G Android 2.2 smartphone will be offered exclusively by AT&#038;T and is the world’s most powerful smartphone. Featuring a 2&#215;1 GHz dual-core processor for a total of 2 GHz of processing power, a unique webtop application, the world&#8217;s first qHD display, and Adobe flash player, the, ATRIX 4G delivers a remarkable combination of application processing power with 4G speed capability and a high-resolution qHD display, a first for the industry.<br /> It will be complemented by breakthrough accessories that include a revolutionary, super-thin Motorola Laptop Dock &#8212; for which ATRIX 4G is the &#8220;engine&#8221; &#8212; and the Motorola HD Multimedia Dock that uses ATRIX 4G&#8217;s HDMI video output capabilities and processing power to enable a revolutionary browsing, application and media experience.<br /> AT&#038;T will offer two special packages for customers who choose to purchase ATRIX 4G in addition to these unique accessories. The first combines ATRIX 4G and the Motorola Laptop Dock for a promotional price of $499.99 after a two-year service contract and $100 mail-in-rebate after subscription to Data Pro smartphone data plan and tethering add on. Customers who choose to purchase the Motorola Laptop Dock separately pay $499.99. AT&#038;T is also offering an Entertainment Access Kit for ATRIX customers which includes the Motorola HD Multimedia Dock, a Bluetooth® keyboard and mouse, and a remote control for $189.99.</p> <p>Motorola ATRIX 4G will also include AT&#038;T Mobile Hotspot service built into the smartphone, allowing users to connect additional Wi-Fi-enabled devices.</p> <p>AT&#038;T U-verse® TV customers will be able to manage their DVR recordings &#8211; and U-verse customers with a qualifying TV plan can download and watch hit TV shows – right from their ATRIX 4G handset using the U-verse Mobile application. In addition, any ATRIX 4G user, whether or not they have U-verse TV at home, can still enjoy a variety of video options &#8211; including live TV &#8211; with the new U-verse Live TV application, preloaded and available for $9.99 a month.</p> <p>Quotes<br /> &#8220;Motorola ATRIX 4G stole the show at the Consumer Electronics Show in January and we&#8217;re delivering ATRIX 4G and its truly innovative line of accessories for our customers very soon,&#8221; said Jeff Bradley, senior vice president, Devices, AT&#038;T Mobility and Consumer Markets. &#8220;Any smartphone customer looking for the most powerful and innovative solution on the market has to consider the ATRIX 4G.&#8221;</p> <p>&#8220;Today consumers use their smartphones to stay constantly connected to the information that matters to them most. The Motorola ATRIX 4G along with our webtop application and innovative docks enable a truly mobile computing experience never before possible on a smartphone,&#8221; said Alain Mutricy, senior vice president, portfolio and product device management, Motorola Mobility.</p> <p>1. Mobile broadband coverage is not available in all areas. 4G speeds delivered by HSPA+ with enhanced backhaul. Will be available in limited areas. Availability increasing with ongoing backhaul deployment. Learn more at att.com/network.<br /> 2. Motorola ATRIX 4G: Requires a minimum data service starting at $15/month. Two-year voice agreement required. Qualified customers only. Motorola ATRIX 4G is configured to work only with the wireless services provided by AT&#038;T. Early termination fee of up to $325. Price of ATRIX 4G and Motorola Laptop Dock package is before $100 mail-in-rebate AT&#038;T Promotion card &#038; with 2-yr DataConnect agreement is $599.99. Allow 60 days for fulfillment. Card valid for 120 days wherever major credit cards accepted. May be used to pay wireless bill. Not redeemable for cash &#038; cannot be used at ATMs or gas pumps. Card request must be postmarked by 4/20/11. Must be a customer for 30 consecutive days to receive Card. Some restrictions &#038; other charges apply. See terms at store or att.com/wirelessrebate.<br /> 3. Laptop Dock &#8211; Firefox browser use with AT&#038;T Mobile Broadband requires Tethering Plan.<br /> 4. Mobile Hotspots and Tethered devices require at a minimum a DataPro Tethering Plan. Devices connected to a Mobile Hotspot or tethered to the ATRIX 4G use data from your DataPro Tethering Plan. Tethering Plans are not unlimited and significant charges may be incurred if the included data allowance is exceeded. Performance may vary depending on the number of devices connected and other factors.<br /> 5. Geographic and service restrictions apply to AT&#038;T U-verse services. Call or go to www.att.com/u-verse to see if you qualify. Download and watch capability available for select content and requires select devices, Wi-Fi connection, and qualifying U-verse TV plan or monthly subscription fee. Standard data charges may apply. AT&#038;T U-verse Live TV requires compatible device, eligible data plan, and mobile broadband service. Service not available in all areas. Programming subject to blackout restrictions. Data rates apply.<br /> 6. Price established by AT&#038;T for AT&#038;T-owned retail outlets. Prices may vary at independent retailers.</p> <p>*AT&#038;T products and services are provided or offered by subsidiaries and affiliates of AT&#038;T Inc. under the AT&#038;T brand and not by AT&#038;T Inc.</p></blockquote> <div class='code-block code-block-1' style='margin: 8px 0; clear: both;'> <div id="zergnet-widget-89741"></div> <script language="javascript" type="text/javascript"> (function() { var zergnet = document.createElement('script'); zergnet.type = 'text/javascript'; zergnet.async = true; zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + '//www.zergnet.com/zerg.js?id=89741'; var znscr = document.getElementsByTagName('script')[0]; znscr.parentNode.insertBefore(zergnet, znscr); })(); </script></div> <!-- AI CONTENT END 2 --> <div class="td-a-rec td-a-rec-id-content_bottom tdi_3 td_block_template_14"> <style> /* custom css */ .tdi_3.td-a-rec{ text-align: center; }.tdi_3 .td-element-style{ z-index: -1; }.tdi_3.td-a-rec-img{ text-align: left; }.tdi_3.td-a-rec-img img{ margin: 0 auto 0 0; }@media (max-width: 767px) { .tdi_3.td-a-rec-img { text-align: center; } } </style><!-- begin ad tag (tile=3) --> <div data-ns="rectangle"></div> <!-- end ad tag --></div> </div> <footer> <div class="td-post-source-tags"> <ul class="td-tags td-post-small-box clearfix"><li><span>TAGS</span></li><li><a href="https://androidcommunity.com/topic/4g/">4g</a></li><li><a href="https://androidcommunity.com/topic/google/">Google</a></li><li><a href="https://androidcommunity.com/topic/motorola/">motorola</a></li></ul> </div> <div class="td-post-sharing-bottom"><div id="td_social_sharing_article_bottom" class="td-post-sharing td-ps-dark-bg td-ps-notext td-post-sharing-style14 "> <style> .td-post-sharing-classic { position: relative; height: 20px; } .td-post-sharing { margin-left: -3px; margin-right: -3px; font-family: 'Open Sans', 'Open Sans Regular', sans-serif; z-index: 2; white-space: nowrap; opacity: 0; } .td-post-sharing.td-social-show-all { white-space: normal; } .td-js-loaded .td-post-sharing { -webkit-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 1; } .td-post-sharing-classic + .td-post-sharing { margin-top: 15px; /* responsive portrait phone */ } @media (max-width: 767px) { .td-post-sharing-classic + .td-post-sharing { margin-top: 8px; } } .td-post-sharing-top { margin-bottom: 30px; } @media (max-width: 767px) { .td-post-sharing-top { margin-bottom: 20px; } } .td-post-sharing-bottom { border-style: solid; border-color: #ededed; border-width: 1px 0; padding: 21px 0; margin-bottom: 42px; } .td-post-sharing-bottom .td-post-sharing { margin-bottom: -7px; } .td-post-sharing-visible, .td-social-sharing-hidden { display: inline-block; } .td-social-sharing-hidden ul { display: none; } .td-social-show-all .td-pulldown-filter-list { display: inline-block; } .td-social-network, .td-social-handler { position: relative; display: inline-block; margin: 0 3px 7px; height: 40px; min-width: 40px; font-size: 11px; text-align: center; vertical-align: middle; } .td-ps-notext .td-social-network .td-social-but-icon, .td-ps-notext .td-social-handler .td-social-but-icon { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .td-social-network { color: #000; overflow: hidden; } .td-social-network .td-social-but-icon { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .td-social-network .td-social-but-text { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .td-social-network:hover { opacity: 0.8 !important; } .td-social-handler { color: #444; border: 1px solid #e9e9e9; border-radius: 2px; } .td-social-handler .td-social-but-text { font-weight: 700; } .td-social-handler .td-social-but-text:before { background-color: #000; opacity: 0.08; } .td-social-share-text { margin-right: 18px; } .td-social-share-text:before, .td-social-share-text:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 100%; width: 0; height: 0; border-style: solid; } .td-social-share-text:before { border-width: 9px 0 9px 11px; border-color: transparent transparent transparent #e9e9e9; } .td-social-share-text:after { border-width: 8px 0 8px 10px; border-color: transparent transparent transparent #fff; } .td-social-but-text, .td-social-but-icon { display: inline-block; position: relative; } .td-social-but-icon { padding-left: 13px; padding-right: 13px; line-height: 40px; z-index: 1; } .td-social-but-icon i { position: relative; top: -1px; vertical-align: middle; } .td-social-but-text { margin-left: -6px; padding-left: 12px; padding-right: 17px; line-height: 40px; } .td-social-but-text:before { content: ''; position: absolute; top: 12px; left: 0; width: 1px; height: 16px; background-color: #fff; opacity: 0.2; z-index: 1; } .td-social-handler i, .td-social-facebook i, .td-social-reddit i, .td-social-linkedin i, .td-social-tumblr i, .td-social-stumbleupon i, .td-social-vk i, .td-social-viber i { font-size: 14px; } .td-social-telegram i { font-size: 16px; } .td-social-mail i, .td-social-line i, .td-social-print i { font-size: 15px; } .td-social-handler .td-icon-share { top: -1px; left: -1px; } .td-social-twitter .td-icon-twitter { font-size: 12px; } .td-social-pinterest .td-icon-pinterest { font-size: 13px; } .td-social-whatsapp .td-icon-whatsapp { font-size: 18px; } .td-social-reddit .td-social-but-icon { padding-right: 12px; } .td-social-reddit .td-icon-reddit { left: -1px; } .td-social-telegram .td-social-but-icon { padding-right: 12px; } .td-social-telegram .td-icon-telegram { left: -1px; } .td-social-stumbleupon .td-social-but-icon { padding-right: 11px; } .td-social-stumbleupon .td-icon-stumbleupon { left: -2px; } .td-social-digg .td-social-but-icon { padding-right: 11px; } .td-social-digg .td-icon-digg { left: -2px; font-size: 17px; } .td-social-vk .td-social-but-icon { padding-right: 11px; } .td-social-vk .td-icon-vk { left: -2px; } .td-social-naver .td-icon-naver { left: -1px; font-size: 16px; } .td-social-expand-tabs i { top: -2px; left: -1px; font-size: 16px; } @media (min-width: 767px) { .td-social-line, .td-social-viber { display: none; } } .td-ps-bg .td-social-network { color: #fff; } .td-ps-bg .td-social-facebook .td-social-but-icon, .td-ps-bg .td-social-facebook .td-social-but-text { background-color: #516eab; } .td-ps-bg .td-social-twitter .td-social-but-icon, .td-ps-bg .td-social-twitter .td-social-but-text { background-color: #29c5f6; } .td-ps-bg .td-social-pinterest .td-social-but-icon, .td-ps-bg .td-social-pinterest .td-social-but-text { background-color: #ca212a; } .td-ps-bg .td-social-whatsapp .td-social-but-icon, .td-ps-bg .td-social-whatsapp .td-social-but-text { background-color: #7bbf6a; } .td-ps-bg .td-social-reddit .td-social-but-icon, .td-ps-bg .td-social-reddit .td-social-but-text { background-color: #f54200; } .td-ps-bg .td-social-mail .td-social-but-icon, .td-ps-bg .td-social-digg .td-social-but-icon, .td-ps-bg .td-social-mail .td-social-but-text, .td-ps-bg .td-social-digg .td-social-but-text { background-color: #000; } .td-ps-bg .td-social-print .td-social-but-icon, .td-ps-bg .td-social-print .td-social-but-text { background-color: #333; } .td-ps-bg .td-social-linkedin .td-social-but-icon, .td-ps-bg .td-social-linkedin .td-social-but-text { background-color: #0266a0; } .td-ps-bg .td-social-tumblr .td-social-but-icon, .td-ps-bg .td-social-tumblr .td-social-but-text { background-color: #3e5a70; } .td-ps-bg .td-social-telegram .td-social-but-icon, .td-ps-bg .td-social-telegram .td-social-but-text { background-color: #179cde; } .td-ps-bg .td-social-stumbleupon .td-social-but-icon, .td-ps-bg .td-social-stumbleupon .td-social-but-text { background-color: #ee4813; } .td-ps-bg .td-social-vk .td-social-but-icon, .td-ps-bg .td-social-vk .td-social-but-text { background-color: #4c75a3; } .td-ps-bg .td-social-line .td-social-but-icon, .td-ps-bg .td-social-line .td-social-but-text { background-color: #00b900; } .td-ps-bg .td-social-viber .td-social-but-icon, .td-ps-bg .td-social-viber .td-social-but-text { background-color: #5d54a4; } .td-ps-bg .td-social-naver .td-social-but-icon, .td-ps-bg .td-social-naver .td-social-but-text { background-color: #3ec729; } .td-ps-dark-bg .td-social-network { color: #fff; } .td-ps-dark-bg .td-social-network .td-social-but-icon, .td-ps-dark-bg .td-social-network .td-social-but-text { background-color: #000; } .td-ps-border .td-social-network .td-social-but-icon, .td-ps-border .td-social-network .td-social-but-text { line-height: 38px; border-width: 1px; border-style: solid; } .td-ps-border .td-social-network .td-social-but-text { border-left-width: 0; } .td-ps-border .td-social-network .td-social-but-text:before { background-color: #000; opacity: 0.08; } .td-ps-border.td-ps-padding .td-social-network .td-social-but-icon { border-right-width: 0; } .td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon { border-right-width: 1px; } .td-ps-border-grey .td-social-but-icon, .td-ps-border-grey .td-social-but-text { border-color: #e9e9e9; } .td-ps-border-colored .td-social-facebook .td-social-but-icon, .td-ps-border-colored .td-social-facebook .td-social-but-text { border-color: #516eab; } .td-ps-border-colored .td-social-twitter .td-social-but-icon, .td-ps-border-colored .td-social-twitter .td-social-but-text { border-color: #29c5f6; } .td-ps-border-colored .td-social-pinterest .td-social-but-icon, .td-ps-border-colored .td-social-pinterest .td-social-but-text { border-color: #ca212a; } .td-ps-border-colored .td-social-whatsapp .td-social-but-icon, .td-ps-border-colored .td-social-whatsapp .td-social-but-text { border-color: #7bbf6a; } .td-ps-border-colored .td-social-reddit .td-social-but-icon, .td-ps-border-colored .td-social-reddit .td-social-but-text { border-color: #f54200; } .td-ps-border-colored .td-social-mail .td-social-but-icon, .td-ps-border-colored .td-social-digg .td-social-but-icon, .td-ps-border-colored .td-social-mail .td-social-but-text, .td-ps-border-colored .td-social-digg .td-social-but-text { border-color: #000; } .td-ps-border-colored .td-social-print .td-social-but-icon, .td-ps-border-colored .td-social-print .td-social-but-text { border-color: #333; } .td-ps-border-colored .td-social-linkedin .td-social-but-icon, .td-ps-border-colored .td-social-linkedin .td-social-but-text { border-color: #0266a0; } .td-ps-border-colored .td-social-tumblr .td-social-but-icon, .td-ps-border-colored .td-social-tumblr .td-social-but-text { border-color: #3e5a70; } .td-ps-border-colored .td-social-telegram .td-social-but-icon, .td-ps-border-colored .td-social-telegram .td-social-but-text { border-color: #179cde; } .td-ps-border-colored .td-social-stumbleupon .td-social-but-icon, .td-ps-border-colored .td-social-stumbleupon .td-social-but-text { border-color: #ee4813; } .td-ps-border-colored .td-social-vk .td-social-but-icon, .td-ps-border-colored .td-social-vk .td-social-but-text { border-color: #4c75a3; } .td-ps-border-colored .td-social-line .td-social-but-icon, .td-ps-border-colored .td-social-line .td-social-but-text { border-color: #00b900; } .td-ps-border-colored .td-social-viber .td-social-but-icon, .td-ps-border-colored .td-social-viber .td-social-but-text { border-color: #5d54a4; } .td-ps-border-colored .td-social-viber .td-social-but-icon, .td-ps-border-colored .td-social-viber .td-social-but-text { border-color: #3ec729; } .td-ps-icon-bg .td-social-but-icon { height: 100%; border-color: transparent !important; } .td-ps-icon-bg .td-social-network .td-social-but-icon { color: #fff; } .td-ps-icon-bg .td-social-facebook .td-social-but-icon { background-color: #516eab; } .td-ps-icon-bg .td-social-twitter .td-social-but-icon { background-color: #29c5f6; } .td-ps-icon-bg .td-social-pinterest .td-social-but-icon { background-color: #ca212a; } .td-ps-icon-bg .td-social-whatsapp .td-social-but-icon { background-color: #7bbf6a; } .td-ps-icon-bg .td-social-reddit .td-social-but-icon { background-color: #f54200; } .td-ps-icon-bg .td-social-mail .td-social-but-icon, .td-ps-icon-bg .td-social-digg .td-social-but-icon { background-color: #000; } .td-ps-icon-bg .td-social-print .td-social-but-icon { background-color: #333; } .td-ps-icon-bg .td-social-linkedin .td-social-but-icon { background-color: #0266a0; } .td-ps-icon-bg .td-social-tumblr .td-social-but-icon { background-color: #3e5a70; } .td-ps-icon-bg .td-social-telegram .td-social-but-icon { background-color: #179cde; } .td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon { background-color: #ee4813; } .td-ps-icon-bg .td-social-vk .td-social-but-icon { background-color: #4c75a3; } .td-ps-icon-bg .td-social-line .td-social-but-icon { background-color: #00b900; } .td-ps-icon-bg .td-social-viber .td-social-but-icon { background-color: #5d54a4; } .td-ps-icon-bg .td-social-naver .td-social-but-icon { background-color: #3ec729; } .td-ps-icon-bg .td-social-but-text { margin-left: -3px; } .td-ps-icon-bg .td-social-network .td-social-but-text:before { display: none; } .td-ps-icon-arrow .td-social-network .td-social-but-icon:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: calc(100% + 1px); width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 11px; border-color: transparent transparent transparent #000; } .td-ps-icon-arrow .td-social-network .td-social-but-text { padding-left: 20px; } .td-ps-icon-arrow .td-social-network .td-social-but-text:before { display: none; } .td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after { left: 100%; } .td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after { border-left-color: #516eab; } .td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after { border-left-color: #29c5f6; } .td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after { border-left-color: #ca212a; } .td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after { border-left-color: #7bbf6a; } .td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after { border-left-color: #f54200; } .td-ps-icon-arrow .td-social-mail .td-social-but-icon:after, .td-ps-icon-arrow .td-social-digg .td-social-but-icon:after { border-left-color: #000; } .td-ps-icon-arrow .td-social-print .td-social-but-icon:after { border-left-color: #333; } .td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after { border-left-color: #0266a0; } .td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after { border-left-color: #3e5a70; } .td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after { border-left-color: #179cde; } .td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after { border-left-color: #ee4813; } .td-ps-icon-arrow .td-social-vk .td-social-but-icon:after { border-left-color: #4c75a3; } .td-ps-icon-arrow .td-social-line .td-social-but-icon:after { border-left-color: #00b900; } .td-ps-icon-arrow .td-social-viber .td-social-but-icon:after { border-left-color: #5d54a4; } .td-ps-icon-arrow .td-social-naver .td-social-but-icon:after { border-left-color: #3ec729; } .td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after { display: none; } .td-ps-icon-color .td-social-facebook .td-social-but-icon { color: #516eab; } .td-ps-icon-color .td-social-twitter .td-social-but-icon { color: #29c5f6; } .td-ps-icon-color .td-social-pinterest .td-social-but-icon { color: #ca212a; } .td-ps-icon-color .td-social-whatsapp .td-social-but-icon { color: #7bbf6a; } .td-ps-icon-color .td-social-reddit .td-social-but-icon { color: #f54200; } .td-ps-icon-color .td-social-mail .td-social-but-icon, .td-ps-icon-color .td-social-digg .td-social-but-icon { color: #000; } .td-ps-icon-color .td-social-print .td-social-but-icon { color: #333; } .td-ps-icon-color .td-social-linkedin .td-social-but-icon { color: #0266a0; } .td-ps-icon-color .td-social-tumblr .td-social-but-icon { color: #3e5a70; } .td-ps-icon-color .td-social-telegram .td-social-but-icon { color: #179cde; } .td-ps-icon-color .td-social-stumbleupon .td-social-but-icon { color: #ee4813; } .td-ps-icon-color .td-social-vk .td-social-but-icon { color: #4c75a3; } .td-ps-icon-color .td-social-line .td-social-but-icon { color: #00b900; } .td-ps-icon-color .td-social-viber .td-social-but-icon { color: #5d54a4; } .td-ps-icon-color .td-social-naver .td-social-but-icon { color: #3ec729; } .td-ps-text-color .td-social-but-text { font-weight: 700; } .td-ps-text-color .td-social-facebook .td-social-but-text { color: #516eab; } .td-ps-text-color .td-social-twitter .td-social-but-text { color: #29c5f6; } .td-ps-text-color .td-social-pinterest .td-social-but-text { color: #ca212a; } .td-ps-text-color .td-social-whatsapp .td-social-but-text { color: #7bbf6a; } .td-ps-text-color .td-social-reddit .td-social-but-text { color: #f54200; } .td-ps-text-color .td-social-mail .td-social-but-text, .td-ps-text-color .td-social-digg .td-social-but-text { color: #000; } .td-ps-text-color .td-social-print .td-social-but-text { color: #333; } .td-ps-text-color .td-social-linkedin .td-social-but-text { color: #0266a0; } .td-ps-text-color .td-social-tumblr .td-social-but-text { color: #3e5a70; } .td-ps-text-color .td-social-telegram .td-social-but-text { color: #179cde; } .td-ps-text-color .td-social-stumbleupon .td-social-but-text { color: #ee4813; } .td-ps-text-color .td-social-vk .td-social-but-text { color: #4c75a3; } .td-ps-text-color .td-social-line .td-social-but-text { color: #00b900; } .td-ps-text-color .td-social-viber .td-social-but-text { color: #5d54a4; } .td-ps-text-color .td-social-naver .td-social-but-text { color: #3ec729; } .td-ps-text-color .td-social-expand-tabs .td-social-but-text { color: #b1b1b1; } .td-ps-notext .td-social-but-icon { width: 40px; } .td-ps-notext .td-social-network .td-social-but-text { display: none; } .td-ps-padding .td-social-network .td-social-but-icon { padding-left: 17px; padding-right: 17px; } .td-ps-padding .td-social-handler .td-social-but-icon { width: 40px; } .td-ps-padding .td-social-reddit .td-social-but-icon, .td-ps-padding .td-social-telegram .td-social-but-icon { padding-right: 16px; } .td-ps-padding .td-social-stumbleupon .td-social-but-icon, .td-ps-padding .td-social-digg .td-social-but-icon, .td-ps-padding .td-social-expand-tabs .td-social-but-icon { padding-right: 13px; } .td-ps-padding .td-social-vk .td-social-but-icon { padding-right: 14px; } .td-ps-padding .td-social-expand-tabs .td-social-but-icon { padding-left: 13px; } .td-ps-rounded .td-social-network .td-social-but-icon { border-top-left-radius: 100px; border-bottom-left-radius: 100px; } .td-ps-rounded .td-social-network .td-social-but-text { border-top-right-radius: 100px; border-bottom-right-radius: 100px; } .td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon { border-top-right-radius: 100px; border-bottom-right-radius: 100px; } .td-ps-rounded .td-social-expand-tabs { border-radius: 100px; } .td-ps-bar .td-social-network .td-social-but-icon, .td-ps-bar .td-social-network .td-social-but-text { -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31); box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31); } .td-ps-bar .td-social-mail .td-social-but-icon, .td-ps-bar .td-social-digg .td-social-but-icon, .td-ps-bar .td-social-mail .td-social-but-text, .td-ps-bar .td-social-digg .td-social-but-text { -webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28); box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28); } .td-ps-bar .td-social-print .td-social-but-icon, .td-ps-bar .td-social-print .td-social-but-text { -webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2); box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2); } .td-ps-big .td-social-but-icon { display: block; line-height: 60px; } .td-ps-big .td-social-but-icon .td-icon-share { width: auto; } .td-ps-big .td-social-handler .td-social-but-text:before { display: none; } .td-ps-big .td-social-share-text .td-social-but-icon { width: 90px; } .td-ps-big .td-social-expand-tabs .td-social-but-icon { width: 60px; } @media (max-width: 767px) { .td-ps-big .td-social-share-text { display: none; } } .td-ps-big .td-social-facebook i, .td-ps-big .td-social-reddit i, .td-ps-big .td-social-mail i, .td-ps-big .td-social-linkedin i, .td-ps-big .td-social-tumblr i, .td-ps-big .td-social-stumbleupon i { margin-top: -2px; } .td-ps-big .td-social-facebook i, .td-ps-big .td-social-reddit i, .td-ps-big .td-social-linkedin i, .td-ps-big .td-social-tumblr i, .td-ps-big .td-social-stumbleupon i, .td-ps-big .td-social-vk i, .td-ps-big .td-social-viber i, .td-ps-big .td-social-share-text i { font-size: 22px; } .td-ps-big .td-social-telegram i { font-size: 24px; } .td-ps-big .td-social-mail i, .td-ps-big .td-social-line i, .td-ps-big .td-social-print i { font-size: 23px; } .td-ps-big .td-social-twitter i, .td-ps-big .td-social-expand-tabs i { font-size: 20px; } .td-ps-big .td-social-whatsapp i, .td-ps-big .td-social-naver i { font-size: 26px; } .td-ps-big .td-social-pinterest .td-icon-pinterest { font-size: 21px; } .td-ps-big .td-social-telegram .td-icon-telegram { left: 1px; } .td-ps-big .td-social-stumbleupon .td-icon-stumbleupon { left: -2px; } .td-ps-big .td-social-digg .td-icon-digg { left: -1px; font-size: 25px; } .td-ps-big .td-social-vk .td-icon-vk { left: -1px; } .td-ps-big .td-social-naver .td-icon-naver { left: 0; } .td-ps-big .td-social-but-text { margin-left: 0; padding-top: 0; padding-left: 17px; } .td-ps-big.td-ps-notext .td-social-network, .td-ps-big.td-ps-notext .td-social-handler { height: 60px; } .td-ps-big.td-ps-notext .td-social-network { width: 60px; } .td-ps-big.td-ps-notext .td-social-network .td-social-but-icon { width: 60px; } .td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon { line-height: 40px; } .td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text { display: block; line-height: 1; } .td-ps-big.td-ps-padding .td-social-network, .td-ps-big.td-ps-padding .td-social-handler { height: 90px; font-size: 13px; } .td-ps-big.td-ps-padding .td-social-network { min-width: 60px; } .td-ps-big.td-ps-padding .td-social-but-icon { border-bottom-left-radius: 0; border-top-right-radius: 2px; } .td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon { -webkit-box-shadow: none; box-shadow: none; } .td-ps-big.td-ps-padding .td-social-but-text { display: block; padding-bottom: 17px; line-height: 1; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 2px; } .td-ps-big.td-ps-padding .td-social-but-text:before { display: none; } .td-ps-big.td-ps-padding .td-social-expand-tabs i { line-height: 90px; } .td-ps-nogap { margin-left: 0; margin-right: 0; } .td-ps-nogap .td-social-network, .td-ps-nogap .td-social-handler { margin-left: 0; margin-right: 0; border-radius: 0; } .td-ps-nogap .td-social-network .td-social-but-icon, .td-ps-nogap .td-social-network .td-social-but-text { border-radius: 0; } .td-ps-nogap .td-social-expand-tabs { border-radius: 0; } .td-post-sharing-style7 .td-social-network .td-social-but-icon { height: 100%; } .td-post-sharing-style7 .td-social-network .td-social-but-icon:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.31); } .td-post-sharing-style7 .td-social-network .td-social-but-text { padding-left: 17px; } .td-post-sharing-style7 .td-social-network .td-social-but-text:before { display: none; } .td-post-sharing-style7 .td-social-mail .td-social-but-icon:before, .td-post-sharing-style7 .td-social-digg .td-social-but-icon:before { background-color: rgba(255, 255, 255, 0.2); } .td-post-sharing-style7 .td-social-print .td-social-but-icon:before { background-color: rgba(255, 255, 255, 0.1); } @media (max-width: 767px) { .td-post-sharing-style1 .td-social-share-text .td-social-but-text, .td-post-sharing-style3 .td-social-share-text .td-social-but-text, .td-post-sharing-style5 .td-social-share-text .td-social-but-text, .td-post-sharing-style14 .td-social-share-text .td-social-but-text, .td-post-sharing-style16 .td-social-share-text .td-social-but-text { display: none !important; } } @media (max-width: 767px) { .td-post-sharing-style2 .td-social-share-text, .td-post-sharing-style4 .td-social-share-text, .td-post-sharing-style6 .td-social-share-text, .td-post-sharing-style7 .td-social-share-text, .td-post-sharing-style15 .td-social-share-text, .td-post-sharing-style17 .td-social-share-text, .td-post-sharing-style18 .td-social-share-text, .td-post-sharing-style19 .td-social-share-text, .td-post-sharing-style20 .td-social-share-text { display: none !important; } } </style> <div class="td-post-sharing-visible"><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fandroidcommunity.com%2Fmotorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203%2F" title="Facebook" > <div class="td-social-but-icon"><i class="td-icon-facebook"></i></div> <div class="td-social-but-text">Facebook</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=Motorola+Atrix+4G+OFFICIALLY+Available+for+Pre-Order+on+Feb+13&url=https%3A%2F%2Fandroidcommunity.com%2Fmotorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203%2F&via=Android+Community" title="Twitter" > <div class="td-social-but-icon"><i class="td-icon-twitter"></i></div> <div class="td-social-but-text">Twitter</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/&title=Motorola+Atrix+4G+OFFICIALLY+Available+for+Pre-Order+on+Feb+13" title="Linkedin" > <div class="td-social-but-icon"><i class="td-icon-linkedin"></i></div> <div class="td-social-but-text">Linkedin</div> </a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-reddit" href="https://reddit.com/submit?url=https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/&title=Motorola+Atrix+4G+OFFICIALLY+Available+for+Pre-Order+on+Feb+13" title="ReddIt" > <div class="td-social-but-icon"><i class="td-icon-reddit"></i></div> <div class="td-social-but-text">ReddIt</div> </a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="td_social_sharing_article_bottom" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div> <div class="td-author-name vcard author" style="display: none"><span class="fn"><a href="https://androidcommunity.com/author/chrisburns/">Chris Burns</a></span></div> </footer> <div class="comments" id="comments"> <div class="td-comments-title-wrap td_block_template_14"> <h4 class="td-comments-title td-block-title"><span>3 COMMENTS</span></h4> </div> <ol class="comment-list "> <li class="comment " id="comment-9651"> <article> <footer> <img alt='' src='https://secure.gravatar.com/avatar/3e968850c5e413ed71f784c2d4187cae?s=50&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/3e968850c5e413ed71f784c2d4187cae?s=100&#038;d=mm&#038;r=g 2x' class='avatar avatar-50 photo' height='50' width='50' loading='lazy'/> <cite>Anonymous</cite> <a class="comment-link" href="#comment-9651"> <time pubdate="1296763800"> February 3, 2011 At 8:10 pm</time> </a> </footer> <div class="comment-content tagdiv-type"> <p>thats so late! I want it before march! And the phone i want has yet to be announced 🙁</p> </div> <div class="comment-meta" id="comment-9651"> <a rel='nofollow' class='comment-reply-link' href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/?replytocom=9651#respond' data-commentid="9651" data-postid="24146" data-belowelement="comment-9651" data-respondelement="respond" data-replyto="Reply to " aria-label='Reply to '>Reply</a> </div> </article> <ul class="children"> <li class="comment " id="comment-9662"> <article> <footer> <img alt='' src='https://secure.gravatar.com/avatar/0d103e88b3f3455b1de4e5d4e97f3929?s=50&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/0d103e88b3f3455b1de4e5d4e97f3929?s=100&#038;d=mm&#038;r=g 2x' class='avatar avatar-50 photo' height='50' width='50' loading='lazy'/> <cite><a href='http://androidcommunity.com/' rel='external nofollow ugc' class='url'>Chris Burns</a></cite> <a class="comment-link" href="#comment-9662"> <time pubdate="1296766800"> February 3, 2011 At 9:00 pm</time> </a> </footer> <div class="comment-content tagdiv-type"> <p>which one is that?</p> </div> <div class="comment-meta" id="comment-9662"> <a rel='nofollow' class='comment-reply-link' href='https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/?replytocom=9662#respond' data-commentid="9662" data-postid="24146" data-belowelement="comment-9662" data-respondelement="respond" data-replyto="Reply to Chris Burns" aria-label='Reply to Chris Burns'>Reply</a> </div> </article> <ul class="children"> <li class="comment " id="comment-9743"> <article> <footer> <img alt='' src='https://secure.gravatar.com/avatar/3e968850c5e413ed71f784c2d4187cae?s=50&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/3e968850c5e413ed71f784c2d4187cae?s=100&#038;d=mm&#038;r=g 2x' class='avatar avatar-50 photo' height='50' width='50' loading='lazy'/> <cite>Anonymous</cite> <a class="comment-link" href="#comment-9743"> <time pubdate="1296838560"> February 4, 2011 At 4:56 pm</time> </a> </footer> <div class="comment-content tagdiv-type"> <p>A 2ghz phone with a qwerty keyboard</p> </div> <div class="comment-meta" id="comment-9743"> </div> </article> </li><!-- #comment-## --> </ul><!-- .children --> </li><!-- #comment-## --> </ul><!-- .children --> </li><!-- #comment-## --> </ol> <div class="comment-pagination"> </div> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">LEAVE A REPLY <small><a rel="nofollow" id="cancel-comment-reply-link" href="/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://androidcommunity.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><div class="clearfix"></div> <div class="comment-form-input-wrap td-form-comment"> <textarea placeholder="Comment:" id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea> <div class="td-warning-comment">Please enter your comment!</div> </div> <div class="comment-form-input-wrap td-form-author"> <input class="" id="author" name="author" placeholder="Name:*" type="text" value="" size="30" aria-required='true' /> <div class="td-warning-author">Please enter your name here</div> </div> <div class="comment-form-input-wrap td-form-email"> <input class="" id="email" name="email" placeholder="Email:*" type="text" value="" size="30" aria-required='true' /> <div class="td-warning-email-error">You have entered an incorrect email address!</div> <div class="td-warning-email">Please enter your email address here</div> </div> <div class="comment-form-input-wrap td-form-url"> <input class="" id="url" name="url" placeholder="Website:" type="text" value="" size="30" /> </div> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='24146' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="25801a8268" /></p><p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="96"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form> </div><!-- #respond --> <p class="akismet_comment_form_privacy_notice">This site uses Akismet to reduce spam. <a href="https://akismet.com/privacy/" target="_blank" rel="nofollow noopener">Learn how your comment data is processed</a>.</p> </div> <!-- /.content --> </div> </div> <div class="td-pb-span4 td-main-sidebar" role="complementary"> <div class="td-ss-main-sidebar"> <div class="td_block_wrap td_block_1 td_block_widget tdi_4 td-pb-border-top td_block_template_14 td-column-1" data-td-block-uid="tdi_4" > <style> .td_block_template_14.widget > ul > li { margin-left: 0 !important; } .td_block_template_14 .td-related-title a { margin: 0 12px !important; font-size: 14px; } @media (max-width: 767px) { .td_block_template_14 .td-related-title a { margin: 0 8px !important; } } .td_block_template_14 .td-related-title .td-cur-simple-item { color: #4db2ec; } .td_block_template_14 .td-block-title { font-size: 13px; font-weight: 400; margin-top: 0; margin-bottom: 26px; padding: 11px 0; line-height: 1; position: relative; overflow: hidden; text-align: center; background-color: #111; border: 1px solid transparent; } .td_block_template_14 .td-block-title > * { color: #fff; margin: 0 12px; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter { background-color: transparent !important; display: inline-block; color: #fff; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option { height: 100%; display: table; color: #fff; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover, .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i { color: #fff; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i { margin-right: 16px; color: #fff; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list { border-width: 0 1px 1px; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link { padding-right: 32px; } .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more { vertical-align: middle; display: table-cell; padding: 0; opacity: 0.8; } @media (max-width: 767px) { .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span { display: none; } } </style><script>var block_tdi_4 = new tdBlock(); block_tdi_4.id = "tdi_4"; block_tdi_4.atts = '{"custom_title":"Features","custom_url":"","block_template_id":"","header_text_color":"#","header_color":"#","border_color":"#","accent_text_color":"#","m4_tl":"","m4_el":"","m6_tl":"","limit":"3","offset":"","el_class":"","post_ids":"","category_id":"5380","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","sort":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","class":"td_block_widget tdi_4","block_type":"td_block_1","separator":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","m4f_title_font_header":"","m4f_title_font_title":"Article title","m4f_title_font_settings":"","m4f_title_font_family":"","m4f_title_font_size":"","m4f_title_font_line_height":"","m4f_title_font_style":"","m4f_title_font_weight":"","m4f_title_font_transform":"","m4f_title_font_spacing":"","m4f_title_":"","m4f_cat_font_title":"Article category tag","m4f_cat_font_settings":"","m4f_cat_font_family":"","m4f_cat_font_size":"","m4f_cat_font_line_height":"","m4f_cat_font_style":"","m4f_cat_font_weight":"","m4f_cat_font_transform":"","m4f_cat_font_spacing":"","m4f_cat_":"","m4f_meta_font_title":"Article meta info","m4f_meta_font_settings":"","m4f_meta_font_family":"","m4f_meta_font_size":"","m4f_meta_font_line_height":"","m4f_meta_font_style":"","m4f_meta_font_weight":"","m4f_meta_font_transform":"","m4f_meta_font_spacing":"","m4f_meta_":"","m4f_ex_font_title":"Article excerpt","m4f_ex_font_settings":"","m4f_ex_font_family":"","m4f_ex_font_size":"","m4f_ex_font_line_height":"","m4f_ex_font_style":"","m4f_ex_font_weight":"","m4f_ex_font_transform":"","m4f_ex_font_spacing":"","m4f_ex_":"","m6f_title_font_header":"","m6f_title_font_title":"Article title","m6f_title_font_settings":"","m6f_title_font_family":"","m6f_title_font_size":"","m6f_title_font_line_height":"","m6f_title_font_style":"","m6f_title_font_weight":"","m6f_title_font_transform":"","m6f_title_font_spacing":"","m6f_title_":"","m6f_cat_font_title":"Article category tag","m6f_cat_font_settings":"","m6f_cat_font_family":"","m6f_cat_font_size":"","m6f_cat_font_line_height":"","m6f_cat_font_style":"","m6f_cat_font_weight":"","m6f_cat_font_transform":"","m6f_cat_font_spacing":"","m6f_cat_":"","m6f_meta_font_title":"Article meta info","m6f_meta_font_settings":"","m6f_meta_font_family":"","m6f_meta_font_size":"","m6f_meta_font_line_height":"","m6f_meta_font_style":"","m6f_meta_font_weight":"","m6f_meta_font_transform":"","m6f_meta_font_spacing":"","m6f_meta_":"","css":"","tdc_css":"","td_column_number":1,"color_preset":"","border_top":"","tdc_css_class":"tdi_4","tdc_css_class_style":"tdi_4_rand_style"}'; block_tdi_4.td_column_number = "1"; block_tdi_4.block_type = "td_block_1"; block_tdi_4.post_count = "3"; block_tdi_4.found_posts = "1294"; block_tdi_4.header_color = "#"; block_tdi_4.ajax_pagination_infinite_stop = ""; block_tdi_4.max_num_pages = "432"; tdBlocksArray.push(block_tdi_4); </script><div class="td-block-title-wrap"><h4 class="td-block-title"><span>Features</span></h4></div><div id=tdi_4 class="td_block_inner"> <div class="td-block-span12"> <div class="td_module_4 td_module_wrap td-animation-stack"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://androidcommunity.com/galaxy-s21-fe-vs-galaxy-s21-which-one-is-worth-your-money-20220104/" rel="bookmark" class="td-image-wrap " title="Galaxy S21 FE vs Galaxy S21: Which one is worth your money" ><img width="324" height="235" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/01/Samsung-Galaxy-S21-FE-vs-Galaxy-S21-5G-324x235.jpeg" alt="Samsung Galaxy S21 FE vs Galaxy S21 5G" title="Galaxy S21 FE vs Galaxy S21: Which one is worth your money" /></a></div> </div> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/galaxy-s21-fe-vs-galaxy-s21-which-one-is-worth-your-money-20220104/" rel="bookmark" title="Galaxy S21 FE vs Galaxy S21: Which one is worth your money">Galaxy S21 FE vs Galaxy S21: Which one is worth your...</a></h3> <div class="td-module-meta-info"> <span class="td-post-author-name"><a href="https://androidcommunity.com/author/reah/">Rei Padla</a> <span>-</span> </span> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-01-04T09:01:22-06:00" >January 4, 2022</time></span> </div> <div class="td-excerpt"> The Galaxy S21 FE may have been cancelled and then delayed but Samsung&#039;s plan prevailed. The new Fan Edition comes out a month before... </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/lastpass-denies-leak-of-users-master-passwords-20211228/" rel="bookmark" class="td-image-wrap " title="LastPass denies leak of users&#8217; Master Passwords" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-29-at-10.38.57-AM-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-29-at-10.38.57-AM-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-29-at-10.38.57-AM-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="LastPass denies leak of users&#8217; Master Passwords" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/lastpass-denies-leak-of-users-master-passwords-20211228/" rel="bookmark" title="LastPass denies leak of users&#8217; Master Passwords">LastPass denies leak of users&#8217; Master Passwords</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2021-12-28T20:42:49-06:00" >December 28, 2021</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/huawei-watch-d-officially-announced-in-china-20211226/" rel="bookmark" class="td-image-wrap " title="Huawei Watch D officially announced in China" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-27-at-11.02.39-AM-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-27-at-11.02.39-AM-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2021/12/Screen-Shot-2021-12-27-at-11.02.39-AM-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="Huawei Watch D officially announced in China" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/huawei-watch-d-officially-announced-in-china-20211226/" rel="bookmark" title="Huawei Watch D officially announced in China">Huawei Watch D officially announced in China</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2021-12-26T21:04:21-06:00" >December 26, 2021</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --></div></div> <!-- ./block --><aside class="td_block_template_14 widget widget_text"> <div class="textwidget"><div style="text-align: center; background: #f2f2f2; padding: 1px;"> <!-- begin ad tag (tile=3) --> <div data-ns="rectangle"></div> <!-- end ad tag --> </div> <div id="zergnet-widget-89742"></div> <script language="javascript" type="text/javascript"> (function() { var zergnet = document.createElement('script'); zergnet.type = 'text/javascript'; zergnet.async = true; zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + '//www.zergnet.com/zerg.js?id=89742'; var znscr = document.getElementsByTagName('script')[0]; znscr.parentNode.insertBefore(zergnet, znscr); })(); </script> </div> </aside><div class="td_block_wrap td_block_1 td_block_widget tdi_5 td-pb-border-top td_block_template_14 td-column-1" data-td-block-uid="tdi_5" ><script>var block_tdi_5 = new tdBlock(); block_tdi_5.id = "tdi_5"; block_tdi_5.atts = '{"custom_title":"Latest Stories","custom_url":"","block_template_id":"","header_text_color":"#","header_color":"#","border_color":"#","accent_text_color":"#","m4_tl":"","m4_el":"","m6_tl":"","limit":"5","offset":"","el_class":"","post_ids":"","category_id":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","sort":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","class":"td_block_widget tdi_5","block_type":"td_block_1","separator":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","m4f_title_font_header":"","m4f_title_font_title":"Article title","m4f_title_font_settings":"","m4f_title_font_family":"","m4f_title_font_size":"","m4f_title_font_line_height":"","m4f_title_font_style":"","m4f_title_font_weight":"","m4f_title_font_transform":"","m4f_title_font_spacing":"","m4f_title_":"","m4f_cat_font_title":"Article category tag","m4f_cat_font_settings":"","m4f_cat_font_family":"","m4f_cat_font_size":"","m4f_cat_font_line_height":"","m4f_cat_font_style":"","m4f_cat_font_weight":"","m4f_cat_font_transform":"","m4f_cat_font_spacing":"","m4f_cat_":"","m4f_meta_font_title":"Article meta info","m4f_meta_font_settings":"","m4f_meta_font_family":"","m4f_meta_font_size":"","m4f_meta_font_line_height":"","m4f_meta_font_style":"","m4f_meta_font_weight":"","m4f_meta_font_transform":"","m4f_meta_font_spacing":"","m4f_meta_":"","m4f_ex_font_title":"Article excerpt","m4f_ex_font_settings":"","m4f_ex_font_family":"","m4f_ex_font_size":"","m4f_ex_font_line_height":"","m4f_ex_font_style":"","m4f_ex_font_weight":"","m4f_ex_font_transform":"","m4f_ex_font_spacing":"","m4f_ex_":"","m6f_title_font_header":"","m6f_title_font_title":"Article title","m6f_title_font_settings":"","m6f_title_font_family":"","m6f_title_font_size":"","m6f_title_font_line_height":"","m6f_title_font_style":"","m6f_title_font_weight":"","m6f_title_font_transform":"","m6f_title_font_spacing":"","m6f_title_":"","m6f_cat_font_title":"Article category tag","m6f_cat_font_settings":"","m6f_cat_font_family":"","m6f_cat_font_size":"","m6f_cat_font_line_height":"","m6f_cat_font_style":"","m6f_cat_font_weight":"","m6f_cat_font_transform":"","m6f_cat_font_spacing":"","m6f_cat_":"","m6f_meta_font_title":"Article meta info","m6f_meta_font_settings":"","m6f_meta_font_family":"","m6f_meta_font_size":"","m6f_meta_font_line_height":"","m6f_meta_font_style":"","m6f_meta_font_weight":"","m6f_meta_font_transform":"","m6f_meta_font_spacing":"","m6f_meta_":"","css":"","tdc_css":"","td_column_number":1,"color_preset":"","border_top":"","tdc_css_class":"tdi_5","tdc_css_class_style":"tdi_5_rand_style"}'; block_tdi_5.td_column_number = "1"; block_tdi_5.block_type = "td_block_1"; block_tdi_5.post_count = "5"; block_tdi_5.found_posts = "56928"; block_tdi_5.header_color = "#"; block_tdi_5.ajax_pagination_infinite_stop = ""; block_tdi_5.max_num_pages = "11386"; tdBlocksArray.push(block_tdi_5); </script><div class="td-block-title-wrap"><h4 class="td-block-title"><span>Latest Stories</span></h4></div><div id=tdi_5 class="td_block_inner"> <div class="td-block-span12"> <div class="td_module_4 td_module_wrap td-animation-stack"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://androidcommunity.com/galaxy-tab-s8-series-new-leak-reveals-almost-everything-20220203/" rel="bookmark" class="td-image-wrap " title="Galaxy Tab S8 series new leak reveals almost everything" ><img width="324" height="235" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/02/Samsung-Galaxy-Tab-S8-ultra-324x235.jpg" alt="" title="Galaxy Tab S8 series new leak reveals almost everything" /></a></div> </div> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/galaxy-tab-s8-series-new-leak-reveals-almost-everything-20220203/" rel="bookmark" title="Galaxy Tab S8 series new leak reveals almost everything">Galaxy Tab S8 series new leak reveals almost everything</a></h3> <div class="td-module-meta-info"> <span class="td-post-author-name"><a href="https://androidcommunity.com/author/bharat/">Bharat Bhushan</a> <span>-</span> </span> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-02-03T11:51:26-06:00" >February 3, 2022</time></span> </div> <div class="td-excerpt"> February 9 is expected to be an exciting one for Samsung. As it unfolds the Unpacked event with enthusiasm, there will be some devices... </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/malicious-authenticator-app-removed-from-google-play-store-20220203/" rel="bookmark" class="td-image-wrap " title="Malicious authenticator app removed from Google Play Store" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/02/Malacious-2FA-Authenticator-app-Google-Play-Store-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2022/02/Malacious-2FA-Authenticator-app-Google-Play-Store-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2022/02/Malacious-2FA-Authenticator-app-Google-Play-Store-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="Malicious authenticator app removed from Google Play Store" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/malicious-authenticator-app-removed-from-google-play-store-20220203/" rel="bookmark" title="Malicious authenticator app removed from Google Play Store">Malicious authenticator app removed from Google Play Store</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-02-03T11:11:31-06:00" >February 3, 2022</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/google-maps-explains-moderation-for-reviews-on-platform-20220203/" rel="bookmark" class="td-image-wrap " title="Google Maps explains moderation for reviews on platform" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/02/Screen_Shot_2022-01-19_at_4.43.16_PM.max-1000x1000-1-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2022/02/Screen_Shot_2022-01-19_at_4.43.16_PM.max-1000x1000-1-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2022/02/Screen_Shot_2022-01-19_at_4.43.16_PM.max-1000x1000-1-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="Google Maps explains moderation for reviews on platform" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/google-maps-explains-moderation-for-reviews-on-platform-20220203/" rel="bookmark" title="Google Maps explains moderation for reviews on platform">Google Maps explains moderation for reviews on platform</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-02-03T07:43:39-06:00" >February 3, 2022</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/blackberry-sells-legacy-patents-related-to-mobile-and-messaging-for-600m-20220202/" rel="bookmark" class="td-image-wrap " title="BlackBerry sells legacy patents related to mobile and messaging for $600M" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/02/BlackBerry-Querty-Keyboard-phone_img1-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2022/02/BlackBerry-Querty-Keyboard-phone_img1-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2022/02/BlackBerry-Querty-Keyboard-phone_img1-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="BlackBerry sells legacy patents related to mobile and messaging for $600M" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/blackberry-sells-legacy-patents-related-to-mobile-and-messaging-for-600m-20220202/" rel="bookmark" title="BlackBerry sells legacy patents related to mobile and messaging for $600M">BlackBerry sells legacy patents related to mobile and messaging for $600M</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-02-02T12:44:46-06:00" >February 2, 2022</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack"> <div class="td-module-thumb"><a href="https://androidcommunity.com/metas-remote-internet-connectivity-program-express-wi-fi-scrapped-20220202/" rel="bookmark" class="td-image-wrap " title="Meta’s remote internet connectivity program Express Wi-Fi scrapped" ><img width="100" height="70" class="entry-thumb" src="https://androidcommunity.com/wp-content/uploads/2022/02/Meta-Express-Wi-Fi-remote-internet-100x70.jpg" srcset="https://androidcommunity.com/wp-content/uploads/2022/02/Meta-Express-Wi-Fi-remote-internet-100x70.jpg 100w, https://androidcommunity.com/wp-content/uploads/2022/02/Meta-Express-Wi-Fi-remote-internet-218x150.jpg 218w" sizes="(max-width: 100px) 100vw, 100px" alt="" title="Meta’s remote internet connectivity program Express Wi-Fi scrapped" /></a></div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidcommunity.com/metas-remote-internet-connectivity-program-express-wi-fi-scrapped-20220202/" rel="bookmark" title="Meta’s remote internet connectivity program Express Wi-Fi scrapped">Meta’s remote internet connectivity program Express Wi-Fi scrapped</a></h3> <div class="td-module-meta-info"> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2022-02-02T11:33:42-06:00" >February 2, 2022</time></span> </div> </div> </div> </div> <!-- ./td-block-span12 --></div></div> <!-- ./block --> </div> </div> </div> <!-- /.td-pb-row --> </article> <!-- /.post --> </div> <!-- /.td-container --> </div> <!-- /.td-main-content-wrap --> <!-- Instagram --> <div class="tdc-footer-wrap "> <!-- Footer --> <div class="td-footer-wrapper td-footer-container td-container-wrap td-footer-template-9 "> <div class="td-container"> <div class="td-pb-row"> <div class="td-pb-span12"> </div> </div> <div class="td-pb-row"> <div class="td-pb-span4"> <aside class="widget_text td_block_template_14 widget widget_custom_html"><div class="textwidget custom-html-widget">Copyright © Android Community.<br /><br /><br /> <a href="https://androidcommunity.com/privacy-policy/">Privacy Policy</a> / <a href="https://androidcommunity.com/terms-of-use/">Terms of Use</a> / <a href="https://androidcommunity.com/about/">About</a> / <a href="https://androidcommunity.com/advertise/">Advertise</a> / <a href="https://androidcommunity.com/send-tips/">Tip Us</a> / <a href="https://androidcommunity.com/contact/">Contact</a> / <a href="https://androidcommunity.com/archives/">Archives</a></div></aside> </div> <div class="td-pb-span4"> </div> <div class="td-pb-span4"> </div> </div> </div> </div> <!-- Sub Footer --> </div><!--close td-footer-wrap--> </div><!--close td-outer-wrap--> <!-- Theme: Newspaper by tagDiv.com 2021 Version: 10.4 (rara) Deploy mode: deploy uid: 65db10dd2a7a6 --> <!-- Custom css from theme panel --> <style type="text/css" media="screen"> /* custom css theme panel */ .grecaptcha-badge{ visibility: collapse !important; } .td_block_wrap .td-load-more-wrap { margin-top: 50px; } .td_ajax_load_more { display: inline-block; font-family: 'Open Sans', arial, sans-serif; font-size: 12px; line-height: 1; padding: 10px 10px; border: 1px solid #C9C9C9; text-align: center; vertical-align: middle; background-color: #578c0c; } .td-load-more-wrap a { color: #fff; text-transform: uppercase; } .td-header-style-5 .td-header-top-menu-full { background-color: #588c0b; } .h1-bottom-liner {border-bottom:1px solid #ddd; padding-bottom: 8px;} .td-header-style-5 .td-header-sp-recs, .td-header-style-6 .td-header-sp-recs, .td-header-style-7 .td-header-sp-recs, .td-header-style-8 .td-header-sp-recs, .td-header-style-9 .td-header-sp-recs, .td-header-style-10 .td-header-sp-recs, .td-header-style-11 .td-header-sp-recs, .td-header-style-12 .td-header-sp-recs { margin: 8px auto 8px auto !important; } /* custom responsive css from theme panel (Advanced CSS) */ @media (min-width: 1141px) { .td-banner-wrap-full, .td-header-menu-wrap-full { background-color: #f9f9f9; padding-bottom: 0px; } .td-post-template-3 .td-post-header-holder { margin-top: 20px; } .banner-top {padding-bottom: 10px;} } /* custom responsive css from theme panel (Advanced CSS) */ @media (min-width: 1019px) and (max-width: 1140px) { .td-banner-wrap-full, .td-header-menu-wrap-full { background-color: #f9f9f9; padding-bottom: 0px; } .td-post-template-3 .td-post-header-holder { margin-top: 20px; } .banner-top {padding-bottom: 10px;} } /* custom responsive css from theme panel (Advanced CSS) */ @media (min-width: 768px) and (max-width: 1018px) { .td-banner-wrap-full, .td-header-menu-wrap-full { background-color: #f9f9f9; padding-bottom: 0px; } .td-post-template-3 .td-post-header-holder { margin-top: 20px; } .banner-top {padding-bottom: 10px;} } </style> <script type='text/javascript' id='rocket-browser-checker-js-after'> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script type='text/javascript' id='rocket-preload-links-js-extra'> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/androidcommunity.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type='text/javascript' id='rocket-preload-links-js-after'> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type='text/javascript' src='https://androidcommunity.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=10.4' id='td-site-min-js'></script> <script type='text/javascript' src='https://androidcommunity.com/wp-includes/js/wp-embed.min.js?ver=5.8.9' id='wp-embed-js' defer></script> <script data-minify="1" defer type='text/javascript' src='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1675209405' id='akismet-frontend-js'></script> <!-- JS generated by theme --> <script> </script> <script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel='stylesheet' id='wp-block-library-css' href='https://androidcommunity.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.9' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='td-plugin-multi-purpose-css' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=1675209403' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='td-theme-css' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/themes/Newspaper/style.css?ver=1675209403' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='td-legacy-framework-front-style-css' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=1675209403' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='td-standard-pack-framework-front-style-css' href='https://androidcommunity.com/wp-content/cache/min/1/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=1675209403' type='text/css' media='all' /></noscript></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->
fineweb
{ "fineweb_metadata": { "text": "Just a few short minutes ago, we reported that the Wall Street Journal was speaking with AT&T Mobility Chief Executive Ralph de la Vega and had confirmed the release date and preorder date for the Motorola Atrix 4G. Turns out there’s also a press release released today that further confirms the preorder date to be February 13, but notes that the Atrix 4G will be available at AT&T “and select retail channels” on March 6th OR earlier. The price of the phone (without the laptop dock) is still set at $199.99 with 2-year service agreement.\nAdditional peripherals noted in the press release are thus:\nLaptop Dock $499 with phone included, $499 by itself – this is after also purchasing a 2-year service contract and turning in a $100 mail-in-rebate, this also after subscription to Data Pro smartphone data plan (with tethering added on.)\nEntertainment Access Kit which includes Motorola HD Multimedia Dock, Bluetooth keyboard and mouse, and remote control for $189.99\nThe Motorola ATRIX 4G now officially runs Android 2.2, is “the world’s most powerful smartphone,” has a 2×1 GHz dual-core processor, the world’s first qHD display, Adobe flash player (probably 10.1), and of course, 4G speeds. Check out the full press release below:\nAT&T Announces the World’s Most Powerful Smartphone, the Motorola ATRIX 4G, Will Be Available for Preorder on Feb. 13\nUnique line of Accessories, Including the Motorola Laptop Dock, Available with Bundled Pricing\nDALLAS, Feb. 3, 2011 /PRNewswire/ —\nAT&T* begins pre-sales for Motorola ATRIX™ 4G on Feb. 13\nMotorola ATRIX 4G, powered by the Android 2.2 platform, available exclusively for AT&T customers for $199.99 with a two-year service agreement.\nMotorola ATRIX 4G is expected to be available from AT&T and select retail channels for customers by March 6 or earlier.\nAT&T will offer bundled pricing for the Motorola ATRIX 4G and the Motorola Laptop Dock.\nAT&T is the leader in smartphones, and expects to widen that lead in 2011. In January, AT&T committed to an industry-leading Android portfolio in the U.S. in 2011 and said it plans to offer two 4G smartphones in the first quarter. An industry first, the Motorola ATRIX 4G is the leading edge of more than 20 advanced, 4G devices AT&T plans to deliver in 2011. AT&T has completed the deployment of HSPA+ to virtually 100 percent of its mobile broadband network, which enables 4G speeds when combined with enhanced backhaul.\nMotorola ATRIX™ 4G\nThe Motorola ATRIX™ 4G Android 2.2 smartphone will be offered exclusively by AT&T and is the world’s most powerful smartphone. Featuring a 2×1 GHz dual-core processor for a total of 2 GHz of processing power, a unique webtop application, the world’s first qHD display, and Adobe flash player, the, ATRIX 4G delivers a remarkable combination of application processing power with 4G speed capability and a high-resolution qHD display, a first for the industry.\nIt will be complemented by breakthrough accessories that include a revolutionary, super-thin Motorola Laptop Dock — for which ATRIX 4G is the “engine” — and the Motorola HD Multimedia Dock that uses ATRIX 4G’s HDMI video output capabilities and processing power to enable a revolutionary browsing, application and media experience.\nAT&T will offer two special packages for customers who choose to purchase ATRIX 4G in addition to these unique accessories. The first combines ATRIX 4G and the Motorola Laptop Dock for a promotional price of $499.99 after a two-year service contract and $100 mail-in-rebate after subscription to Data Pro smartphone data plan and tethering add on. Customers who choose to purchase the Motorola Laptop Dock separately pay $499.99. AT&T is also offering an Entertainment Access Kit for ATRIX customers which includes the Motorola HD Multimedia Dock, a Bluetooth® keyboard and mouse, and a remote control for $189.99.\nMotorola ATRIX 4G will also include AT&T Mobile Hotspot service built into the smartphone, allowing users to connect additional Wi-Fi-enabled devices.\nAT&T U-verse® TV customers will be able to manage their DVR recordings – and U-verse customers with a qualifying TV plan can download and watch hit TV shows – right from their ATRIX 4G handset using the U-verse Mobile application. In addition, any ATRIX 4G user, whether or not they have U-verse TV at home, can still enjoy a variety of video options – including live TV – with the new U-verse Live TV application, preloaded and available for $9.99 a month.\n“Motorola ATRIX 4G stole the show at the Consumer Electronics Show in January and we’re delivering ATRIX 4G and its truly innovative line of accessories for our customers very soon,” said Jeff Bradley, senior vice president, Devices, AT&T Mobility and Consumer Markets. “Any smartphone customer looking for the most powerful and innovative solution on the market has to consider the ATRIX 4G.”\n“Today consumers use their smartphones to stay constantly connected to the information that matters to them most. The Motorola ATRIX 4G along with our webtop application and innovative docks enable a truly mobile computing experience never before possible on a smartphone,” said Alain Mutricy, senior vice president, portfolio and product device management, Motorola Mobility.\n1. Mobile broadband coverage is not available in all areas. 4G speeds delivered by HSPA+ with enhanced backhaul. Will be available in limited areas. Availability increasing with ongoing backhaul deployment. Learn more at att.com/network.\n2. Motorola ATRIX 4G: Requires a minimum data service starting at $15/month. Two-year voice agreement required. Qualified customers only. Motorola ATRIX 4G is configured to work only with the wireless services provided by AT&T. Early termination fee of up to $325. Price of ATRIX 4G and Motorola Laptop Dock package is before $100 mail-in-rebate AT&T Promotion card & with 2-yr DataConnect agreement is $599.99. Allow 60 days for fulfillment. Card valid for 120 days wherever major credit cards accepted. May be used to pay wireless bill. Not redeemable for cash & cannot be used at ATMs or gas pumps. Card request must be postmarked by 4/20/11. Must be a customer for 30 consecutive days to receive Card. Some restrictions & other charges apply. See terms at store or att.com/wirelessrebate.\n3. Laptop Dock – Firefox browser use with AT&T Mobile Broadband requires Tethering Plan.\n4. Mobile Hotspots and Tethered devices require at a minimum a DataPro Tethering Plan. Devices connected to a Mobile Hotspot or tethered to the ATRIX 4G use data from your DataPro Tethering Plan. Tethering Plans are not unlimited and significant charges may be incurred if the included data allowance is exceeded. Performance may vary depending on the number of devices connected and other factors.\n5. Geographic and service restrictions apply to AT&T U-verse services. Call or go to www.att.com/u-verse to see if you qualify. Download and watch capability available for select content and requires select devices, Wi-Fi connection, and qualifying U-verse TV plan or monthly subscription fee. Standard data charges may apply. AT&T U-verse Live TV requires compatible device, eligible data plan, and mobile broadband service. Service not available in all areas. Programming subject to blackout restrictions. Data rates apply.\n6. Price established by AT&T for AT&T-owned retail outlets. Prices may vary at independent retailers.\n*AT&T products and services are provided or offered by subsidiaries and affiliates of AT&T Inc. under the AT&T brand and not by AT&T Inc.", "id": "<urn:uuid:9511899f-2652-47f1-aa48-edafeceec11a>", "dump": "CC-MAIN-2024-10", "url": "https://androidcommunity.com/motorola-atrix-4g-officially-available-for-pre-order-on-feb-13-20110203/", "date": "2024-02-25T10:05:17", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8948091268539429, "token_count": 1760 } }
<urn:uuid:54b36295-30f5-4296-bbfa-6c663c04645b>
<!doctype html > <!--[if IE 8]> <html class="ie8" lang="en-US"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]--> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <title>Xiaomi Mi 11 Makes Strange Noise while Playing Music | AndroidFist</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://androidfist.com/xmlrpc.php" /> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <link rel="icon" type="image/png" href="https://androidfist.com/wp-content/uploads/2020/04/Android-Fist-Final-Round-PNG-300x300.jpeg"> <meta name="description" content="Xiaomi Mi 11 makes strange noise while playing music - happens due to pressure on the cavity for producing clear low-frequency sound." /> <link rel="canonical" href="https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Xiaomi Mi 11 Makes Strange Noise while Playing Music | AndroidFist" /> <meta property="og:description" content="Xiaomi Mi 11 makes strange noise while playing music - happens due to pressure on the cavity for producing clear low-frequency sound." /> <meta property="og:url" content="https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/" /> <meta property="og:site_name" content="AndroidFist" /> <meta property="article:publisher" content="https://www.facebook.com/androidfist/" /> <meta property="article:published_time" content="2021-01-11T17:28:23+00:00" /> <meta property="article:modified_time" content="2021-01-11T17:31:10+00:00" /> <meta property="og:image" content="https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg" /> <meta property="og:image:width" content="1400" /> <meta property="og:image:height" content="939" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Shikhar Mehrotra" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:creator" content="@android_fist" /> <meta name="twitter:site" content="@android_fist" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Shikhar Mehrotra" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#article","isPartOf":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/"},"author":{"name":"Shikhar Mehrotra","@id":"https://androidfist.com/#/schema/person/c780df1c16729dfac531645819dbbb4f"},"headline":"Xiaomi Mi 11 Makes Strange Noise while Playing Music","datePublished":"2021-01-11T17:28:23+00:00","dateModified":"2021-01-11T17:31:10+00:00","mainEntityOfPage":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/"},"wordCount":314,"commentCount":0,"publisher":{"@id":"https://androidfist.com/#organization"},"image":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#primaryimage"},"thumbnailUrl":"https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg","keywords":["Xiaomi","Xiaomi Mi 11"],"articleSection":["Mi","Mobile","News","Xiaomi"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#respond"]}]},{"@type":"WebPage","@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/","url":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/","name":"Xiaomi Mi 11 Makes Strange Noise while Playing Music | AndroidFist","isPartOf":{"@id":"https://androidfist.com/#website"},"primaryImageOfPage":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#primaryimage"},"image":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#primaryimage"},"thumbnailUrl":"https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg","datePublished":"2021-01-11T17:28:23+00:00","dateModified":"2021-01-11T17:31:10+00:00","description":"Xiaomi Mi 11 makes strange noise while playing music - happens due to pressure on the cavity for producing clear low-frequency sound.","breadcrumb":{"@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#primaryimage","url":"https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg","contentUrl":"https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg","width":1400,"height":939,"caption":"Image Courtesy: NDTV Gadgets 360"},{"@type":"BreadcrumbList","@id":"https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://androidfist.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://androidfist.com/blog/"},{"@type":"ListItem","position":3,"name":"Xiaomi Mi 11 Makes Strange Noise while Playing Music"}]},{"@type":"WebSite","@id":"https://androidfist.com/#website","url":"https://androidfist.com/","name":"AndroidFist","description":"","publisher":{"@id":"https://androidfist.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://androidfist.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://androidfist.com/#organization","name":"AndroidFist","url":"https://androidfist.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://androidfist.com/#/schema/logo/image/","url":"https://androidfist.com/wp-content/uploads/2020/05/Android-Fist-Final-Round-JPEG.jpeg","contentUrl":"https://androidfist.com/wp-content/uploads/2020/05/Android-Fist-Final-Round-JPEG.jpeg","width":808,"height":809,"caption":"AndroidFist"},"image":{"@id":"https://androidfist.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/androidfist/","https://twitter.com/android_fist"]},{"@type":"Person","@id":"https://androidfist.com/#/schema/person/c780df1c16729dfac531645819dbbb4f","name":"Shikhar Mehrotra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://androidfist.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=96&d=mm&r=g","caption":"Shikhar Mehrotra"},"description":"A budding tech reviewer, Shikhar Mehrotra is pursuing a bachelor's degree in Journalism and Mass Communication. Curious about technological developments happening in the world, he holds vital experience in creating content (published on Times Of India's Blog Page and TelecomDrive.com) and also has a knack for social media marketing.","sameAs":["https://www.linkedin.com/in/contentdeveloper-shikharmehrotra"],"url":"https://androidfist.com/author/shikhar5/"}]}</script> <link rel="alternate" type="application/rss+xml" title="AndroidFist &raquo; Feed" href="https://androidfist.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="AndroidFist &raquo; Comments Feed" href="https://androidfist.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="AndroidFist &raquo; Xiaomi Mi 11 Makes Strange Noise while Playing Music Comments Feed" href="https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/feed/" /> <style id="wp-emoji-styles-inline-css" type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="wp-block-library-css" href="https://androidfist.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3" type="text/css" media="all" /> <style id="classic-theme-styles-inline-css" type="text/css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id="global-styles-inline-css" type="text/css"> body{--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--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: 10px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 30px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 14px;--wp--preset--font-size--larger: 48px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" crossorigin="anonymous" rel="stylesheet" id="google-fonts-style-css" href="https://androidfist.com/wp-content/cache/min/1/wp-content/uploads/omgf/google-fonts-style/google-fonts-style.css?ver=1701268498" type="text/css" media="all" /> <link data-minify="1" rel="stylesheet" id="td-theme-css" href="https://androidfist.com/wp-content/cache/min/1/wp-content/themes/Newsmag/style.css?ver=1701268498" type="text/css" media="all" /> <style id="td-theme-inline-css" type="text/css"> /* custom css - generated by TagDiv Composer */ @media (max-width: 767px) { .td-header-desktop-wrap { display: none; } } @media (min-width: 767px) { .td-header-mobile-wrap { display: none; } } </style> <link data-minify="1" rel="stylesheet" id="tmm-css" href="https://androidfist.com/wp-content/cache/min/1/wp-content/plugins/team-members/inc/css/tmm_style.css?ver=1701268498" type="text/css" media="all" /> <link data-minify="1" rel="stylesheet" id="td-legacy-framework-front-style-css" href="https://androidfist.com/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/td_legacy_main.css?ver=1701268498" type="text/css" media="all" /> <link data-minify="1" rel="stylesheet" id="td-theme-demo-style-css" href="https://androidfist.com/wp-content/cache/min/1/wp-content/plugins/td-composer/legacy/Newsmag/includes/demos/tech/demo_style.css?ver=1701268498" type="text/css" media="all" /> <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:url(https://androidfist.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="text/javascript" src="https://androidfist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="text/javascript" src="https://androidfist.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <link rel="https://api.w.org/" href="https://androidfist.com/wp-json/" /><link rel="alternate" type="application/json" href="https://androidfist.com/wp-json/wp/v2/posts/11581" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://androidfist.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel="shortlink" href="https://androidfist.com/?p=11581" /> <link rel="alternate" type="application/json+oembed" href="https://androidfist.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://androidfist.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F&#038;format=xml" /> <link rel="amphtml" href="https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/?amp"> <script> var tdBlocksArray = []; //here we store all the items for the current page // td_block class - each ajax block uses a object of this class for requests function tdBlock() { this.id = ''; this.block_type = 1; //block type id (1-234 etc) this.atts = ''; this.td_column_number = ''; this.td_current_page = 1; // this.post_count = 0; //from wp this.found_posts = 0; //from wp this.max_num_pages = 0; //from wp this.td_filter_value = ''; //current live filter value this.is_ajax_running = false; this.td_user_action = ''; // load more or infinite loader (used by the animation) this.header_color = ''; this.ajax_pagination_infinite_stop = ''; //show load more at page x } // td_js_generator - mini detector ( function () { var htmlTag = document.getElementsByTagName("html")[0]; if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) { htmlTag.className += ' ie10'; } if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) { htmlTag.className += ' ie11'; } if ( navigator.userAgent.indexOf("Edge") > -1 ) { htmlTag.className += ' ieEdge'; } if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) { htmlTag.className += ' td-md-is-ios'; } var user_agent = navigator.userAgent.toLowerCase(); if ( user_agent.indexOf("android") > -1 ) { htmlTag.className += ' td-md-is-android'; } if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) { htmlTag.className += ' td-md-is-os-x'; } if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) { htmlTag.className += ' td-md-is-chrome'; } if ( -1 !== navigator.userAgent.indexOf('Firefox') ) { htmlTag.className += ' td-md-is-firefox'; } if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) { htmlTag.className += ' td-md-is-safari'; } if( -1 !== navigator.userAgent.indexOf('IEMobile') ){ htmlTag.className += ' td-md-is-iemobile'; } })(); var tdLocalCache = {}; ( function () { "use strict"; tdLocalCache = { data: {}, remove: function (resource_id) { delete tdLocalCache.data[resource_id]; }, exist: function (resource_id) { return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null; }, get: function (resource_id) { return tdLocalCache.data[resource_id]; }, set: function (resource_id, cachedData) { tdLocalCache.remove(resource_id); tdLocalCache.data[resource_id] = cachedData; } }; })(); var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":251},{"limitBottom":1023,"sidebarWidth":339}]; var tdc_is_installed="yes"; var td_ajax_url="https:\/\/androidfist.com\/wp-admin\/admin-ajax.php?td_theme_name=Newsmag&v=5.4.2"; var td_get_template_directory_uri="https:\/\/androidfist.com\/wp-content\/plugins\/td-composer\/legacy\/common"; var tds_snap_menu="snap"; var tds_logo_on_sticky="show_header_logo"; var tds_header_style="9"; var td_please_wait="Please wait..."; var td_email_user_pass_incorrect="User or password incorrect!"; var td_email_user_incorrect="Email or username incorrect!"; var td_email_incorrect="Email incorrect!"; var td_user_incorrect="Username incorrect!"; var td_email_user_empty="Email or username empty!"; var td_pass_empty="Pass empty!"; var td_pass_pattern_incorrect="Invalid Pass Pattern!"; var td_retype_pass_incorrect="Retyped Pass incorrect!"; var tds_more_articles_on_post_enable=""; var tds_more_articles_on_post_time_to_wait=""; var tds_more_articles_on_post_pages_distance_from_top=0; var tds_captcha=""; var tds_theme_color_site_wide="#0a9e01"; var tds_smart_sidebar="enabled"; var tdThemeName="Newsmag"; var tdThemeNameWl="Newsmag"; var td_magnific_popup_translation_tPrev="Previous (Left arrow key)"; var td_magnific_popup_translation_tNext="Next (Right arrow key)"; var td_magnific_popup_translation_tCounter="%curr% of %total%"; var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded."; var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded."; var tdBlockNonce="81c6eba379"; var tdMobileMenu="enabled"; var tdMobileSearch="enabled"; var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}; var td_ad_background_click_link=""; var td_ad_background_click_target=""; </script> <style> /* custom css - generated by TagDiv Composer */ body { background-color:#f4f4f4; } .td-header-border:before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type="submit"]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=submit]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=submit]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child:before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child:before, .td-grid-style-5 .td-big-grid-post .td-module-thumb:after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week:before, .td-weather-information:before, .td_3D_btn, .td_shadow_btn, .td_default_btn, .td_square_btn, .td_outlined_btn:hover { background-color: #0a9e01; } @media (max-width: 767px) { .td-category a.td-current-sub-category { background-color: #0a9e01; } } .woocommerce .onsale, .woocommerce .woocommerce a.button:hover, .woocommerce-page .woocommerce .button:hover, .single-product .product .summary .cart .button:hover, .woocommerce .woocommerce .product a.button:hover, .woocommerce .product a.button:hover, .woocommerce .product #respond input#submit:hover, .woocommerce .checkout input#place_order:hover, .woocommerce .woocommerce.widget .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce.widget .ui-slider .ui-slider-handle, .vc_btn-black:hover, .wpb_btn-black:hover, .item-list-tabs .feed:hover a, .td-smart-list-button:hover { background-color: #0a9e01; } .td-header-sp-top-menu .top-header-menu > .current-menu-item > a, .td-header-sp-top-menu .top-header-menu > .current-menu-ancestor > a, .td-header-sp-top-menu .top-header-menu > .current-category-ancestor > a, .td-header-sp-top-menu .top-header-menu > li > a:hover, .td-header-sp-top-menu .top-header-menu > .sfHover > a, .top-header-menu ul .current-menu-item > a, .top-header-menu ul .current-menu-ancestor > a, .top-header-menu ul .current-category-ancestor > a, .top-header-menu ul li > a:hover, .top-header-menu ul .sfHover > a, .sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a, .td_module_wrap:hover .entry-title a, .td_mod_mega_menu:hover .entry-title a, .footer-email-wrap a, .widget a:hover, .td-footer-container .widget_calendar #today, .td-category-pulldown-filter a.td-pulldown-category-filter-link:hover, .td-load-more-wrap a:hover, .td-post-next-prev-content a:hover, .td-author-name a:hover, .td-author-url a:hover, .td_mod_related_posts:hover .entry-title a, .td-search-query, .header-search-wrap .td-drop-down-search .result-msg a:hover, .td_top_authors .td-active .td-authors-name a, .post blockquote p, .td-post-content blockquote p, .page blockquote p, .comment-list cite a:hover, .comment-list cite:hover, .comment-list .comment-reply-link:hover, a, .white-menu #td-header-menu .sf-menu > li > a:hover, .white-menu #td-header-menu .sf-menu > .current-menu-ancestor > a, .white-menu #td-header-menu .sf-menu > .current-menu-item > a, .td_quote_on_blocks, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #bbpress-forums .bbp-forums-list li a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, #bbpress-forums .bbp-topic-started-by a:hover, #bbpress-forums .bbp-topic-started-in a:hover, #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums #subscription-toggle a:hover, #bbpress-forums #favorite-toggle a:hover, .woocommerce-account .woocommerce-MyAccount-navigation a:hover, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .archive .widget_archive .current, .archive .widget_archive .current a, .td-subcategory-header .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .td-subcategory-header .td-category-siblings .td-subcat-dropdown a:hover, .td-pulldown-filter-display-option:hover, .td-pulldown-filter-display-option .td-pulldown-filter-link:hover, .td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list a:hover, #buddypress ul.item-list li div.item-title a:hover, .td_block_13 .td-pulldown-filter-list a:hover, .td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button:hover, .td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button:hover i, .td-sub-footer-container a:hover, .td-instagram-user a, .td_outlined_btn { color: #0a9e01; } .td-mega-menu .wpb_content_element li a:hover, .td_login_tab_focus { color: #0a9e01 !important; } .td-next-prev-wrap a:hover i, .page-nav .current, .widget_tag_cloud a:hover, .post .td_quote_box, .page .td_quote_box, .td-login-panel-title, #bbpress-forums .bbp-pagination .current, .td_category_template_2 .td-category-siblings .td-category a:hover, .page-template-page-pagebuilder-latest .td-instagram-user, .td_outlined_btn { border-color: #0a9e01; } .td_wrapper_video_playlist .td_video_currently_playing:after, .item-list-tabs .feed:hover { border-color: #0a9e01 !important; } .td-pb-row [class*="td-pb-span"], .td-pb-border-top, .page-template-page-title-sidebar-php .td-page-content > .wpb_row:first-child, .td-post-sharing, .td-post-content, .td-post-next-prev, .author-box-wrap, .td-comments-title-wrap, .comment-list, .comment-respond, .td-post-template-5 header, .td-container, .wpb_content_element, .wpb_column, .wpb_row, .white-menu .td-header-container .td-header-main-menu, .td-post-template-1 .td-post-content, .td-post-template-4 .td-post-sharing-top, .td-header-style-6 .td-header-header .td-make-full, #disqus_thread, .page-template-page-pagebuilder-title-php .td-page-content > .wpb_row:first-child, .td-footer-container:before { border-color: #e6e6e6; } .td-top-border { border-color: #e6e6e6 !important; } .td-container-border:after, .td-next-prev-separator, .td-container .td-pb-row .wpb_column:before, .td-container-border:before, .td-main-content:before, .td-main-sidebar:before, .td-pb-row .td-pb-span4:nth-of-type(3):after, .td-pb-row .td-pb-span4:nth-last-of-type(3):after { background-color: #e6e6e6; } @media (max-width: 767px) { .white-menu .td-header-main-menu { border-color: #e6e6e6; } } .td-header-top-menu, .td-header-wrap .td-top-menu-full { background-color: #222222; } .td-header-style-1 .td-header-top-menu, .td-header-style-2 .td-top-bar-container, .td-header-style-7 .td-header-top-menu { padding: 0 12px; top: 0; } .top-header-menu > .current-menu-item > a, .top-header-menu > .current-menu-ancestor > a, .top-header-menu > .current-category-ancestor > a, .top-header-menu > li > a:hover, .top-header-menu > .sfHover > a { color: #0a9e01 !important; } .td-header-main-menu { background-color: #ffffff; } .sf-menu > li > a, .header-search-wrap .td-icon-search, #td-top-mobile-toggle i { color: #00a568; } .td-menu-background:before, .td-search-background:before { background: rgba(0,0,0,0.42); background: -moz-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.42)), color-stop(100%, rgba(10,158,1,0.75))); background: -webkit-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0.42) 0%, @mobileu_gradient_two_mob 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.42)', endColorstr='rgba(10,158,1,0.75)', GradientType=0 ); } .mfp-content .td-login-button:active, .mfp-content .td-login-button:hover { color: #ffffff; } .white-popup-block:after { background: rgba(0,0,0,0.42); background: -moz-linear-gradient(45deg, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.42)), color-stop(100%, rgba(10,158,1,0.75))); background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: -o-linear-gradient(45deg, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: -ms-linear-gradient(45deg, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); background: linear-gradient(45deg, rgba(0,0,0,0.42) 0%, rgba(10,158,1,0.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.42)', endColorstr='rgba(10,158,1,0.75)', GradientType=0 ); } .top-header-menu li a, .td-header-sp-top-menu .td_data_time, .td-weather-top-widget .td-weather-header .td-weather-city, .td-weather-top-widget .td-weather-now { font-family:"Droid Sans"; text-transform:none; } .top-header-menu ul li a { font-family:"Droid Sans"; } .sf-menu > .td-menu-item > a { font-family:"Droid Sans"; font-size:15px; text-transform:capitalize; } .sf-menu ul .td-menu-item a { font-family:"Droid Sans"; } .td_mod_mega_menu .item-details a { font-family:"Droid Sans"; } .td-mobile-content .td-mobile-main-menu > li > a { font-family:"Droid Sans"; font-weight:bold; text-transform:capitalize; } .td-mobile-content .sub-menu a { font-family:"Droid Sans"; text-transform:capitalize; } .td_block_trending_now .entry-title { font-family:"Droid Serif"; } .td_module_1 .td-module-title { font-family:"Droid Serif"; } .td_module_2 .td-module-title { font-family:"Droid Serif"; } .td_module_3 .td-module-title { font-family:"Droid Serif"; } .td_module_4 .td-module-title { font-family:"Droid Serif"; } .td_module_5 .td-module-title { font-family:"Droid Serif"; } .td_module_6 .td-module-title { font-family:"Droid Serif"; } .td_module_7 .td-module-title { font-family:"Droid Serif"; } .td_module_8 .td-module-title { font-family:"Droid Serif"; } .td_module_9 .td-module-title { font-family:"Droid Serif"; } .td_module_10 .td-module-title { font-family:"Droid Serif"; } .td_module_11 .td-module-title { font-family:"Droid Serif"; } .td_module_12 .td-module-title { font-family:"Droid Serif"; } .td_module_13 .td-module-title { font-family:"Droid Serif"; } .td_module_14 .td-module-title { font-family:"Droid Serif"; } .td_module_mx1 .td-module-title { font-family:"Droid Serif"; } .td_module_mx2 .td-module-title { font-family:"Droid Serif"; } .td_module_mx3 .td-module-title { font-family:"Droid Serif"; } .td-theme-slider.iosSlider-col-3 .td-module-title a { font-family:"Droid Serif"; } .td-theme-slider.iosSlider-col-2 .td-module-title a { font-family:"Droid Serif"; } .td-theme-slider.iosSlider-col-1 .td-module-title a { font-family:"Droid Serif"; } .page .td-post-template-6 .td-post-header h1 { font-family:"Droid Serif"; } .block-title > span, .block-title > a, .widgettitle, .td-trending-now-title, .wpb_tabs li a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a, .td-related-title .td-related-left, .td-related-title .td-related-right, .category .entry-title span, .td-author-counters span, .woocommerce-tabs h2, .woocommerce .product .products h2:not(.woocommerce-loop-product__title) { font-family:"Droid Sans"; font-size:13px; line-height:17px; } .td-module-meta-info .td-post-author-name a, .td_module_wrap .td-post-author-name a { font-family:"Droid Serif"; } .td-module-meta-info .td-post-date .entry-date, .td_module_wrap .td-post-date .entry-date { font-family:"Droid Serif"; } .td-module-meta-info .td-module-comments a, .td_module_wrap .td-module-comments a { font-family:"Droid Serif"; } .td-big-grid-meta .td-post-category, .td_module_wrap .td-post-category, .td-module-image .td-post-category { font-family:"Droid Serif"; } .td-pulldown-filter-display-option, a.td-pulldown-filter-link, .td-category-pulldown-filter a.td-pulldown-category-filter-link { font-family:"Droid Serif"; } .td-excerpt, .td-module-excerpt { font-family:Arimo; font-size:13px; } .td-big-grid-post .entry-title { font-family:"Droid Serif"; } .td-post-template-default header .entry-title { font-family:"Droid Serif"; } .td-post-template-1 header .entry-title { font-family:"Droid Serif"; } .td-post-template-2 header .entry-title { font-family:"Droid Serif"; } .td-post-template-3 header .entry-title { font-family:"Droid Serif"; } .td-post-template-4 header .entry-title { font-family:"Droid Serif"; } .td-post-template-5 header .entry-title { font-family:"Droid Serif"; } .td-post-template-6 header .entry-title { font-family:"Droid Serif"; } .td-post-template-7 header .entry-title { font-family:"Droid Serif"; } .td-post-content p, .td-post-content { font-family:Arimo; font-size:15px; line-height:30px; } .post .td-category a { font-family:"Droid Serif"; font-size:10px; } .post header .td-post-author-name, .post header .td-post-author-name a { font-family:"Droid Serif"; } .post header .td-post-date .entry-date { font-family:"Droid Serif"; } .post header .td-post-views span, .post header .td-post-comments { font-family:"Droid Serif"; } .post .td-post-next-prev-content a { font-family:"Droid Serif"; } .td_block_related_posts .entry-title { font-family:"Droid Serif"; } .td-page-header h1, .woocommerce-page .page-title { font-family:"Droid Serif"; } .td-page-content p, .td-page-content li, .td-page-content .td_block_text_with_title, .woocommerce-page .page-description > p, .wpb_text_column p { font-family:Arimo; font-size:15px; line-height:30px; } .td-sub-footer-copy { font-size:10px; } .td-sub-footer-menu ul li a { font-size:15px; font-weight:600; } .category .td-category a { font-family:"Droid Serif"; } .td-trending-now-title { font-family:"Droid Sans"; font-size:10px; line-height:17px; } .page-nav a, .page-nav span, .page-nav i { font-family:"Droid Serif"; } .td-page-content .dropcap, .td-post-content .dropcap, .comment-content .dropcap { font-family:"Droid Serif"; } .entry-crumbs a, .entry-crumbs span, #bbpress-forums .bbp-breadcrumb a, #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current { font-family:"Droid Serif"; } .widget_archive a, .widget_calendar, .widget_categories a, .widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_text .textwidget, .widget_tag_cloud a, .widget_search input, .woocommerce .product-categories a, .widget_display_forums a, .widget_display_replies a, .widget_display_topics a, .widget_display_views a, .widget_display_stats { font-family:"Droid Serif"; } </style> <script type="rocketlazyloadscript" data-ad-client="ca-pub-6419349606963666" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <style> .td-main-logo img { width: auto; } </style> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "WebSite", "@id": "https://androidfist.com/", "name": "Home" } }, { "@type": "ListItem", "position": 2, "item": { "@type": "WebPage", "@id": "https://androidfist.com/category/mobile/xiaomi/", "name": "Xiaomi" } } ,{ "@type": "ListItem", "position": 3, "item": { "@type": "WebPage", "@id": "https://androidfist.com/category/mobile/xiaomi/mi/", "name": "Mi" } } ,{ "@type": "ListItem", "position": 4, "item": { "@type": "WebPage", "@id": "https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/", "name": "Xiaomi Mi 11 Makes Strange Noise while Playing Music" } } ] } </script> <style id="tdw-css-placeholder">/* custom css - generated by TagDiv Composer */ </style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="post-template-default single single-post postid-11581 single-format-standard xiaomi-mi-11-makes-strange-noise-while-playing-music global-block-template-1 td-newsmag-tech single_template_7 white-menu td-boxed-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="td-scroll-up td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div> <div class="td-menu-background"></div> <div id="td-mobile-nav"> <div class="td-mobile-container"> <div class="td-menu-socials-wrap"> <div class="td-menu-socials"> <span class="td-social-icon-wrap"> <a target="_blank" href="https://www.facebook.com/androidfist/" title="Facebook"> <i class="td-icon-font td-icon-facebook"></i> <span style="display: none">Facebook</span> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" href="https://twitter.com/android_fist" title="Twitter"> <i class="td-icon-font td-icon-twitter"></i> <span style="display: none">Twitter</span> </a> </span> </div> <div class="td-mobile-close"> <span><i class="td-icon-close-mobile"></i></span> </div> </div> <div class="td-mobile-content"> <div class="menu-primary-container"><ul id="menu-primary" class="td-mobile-main-menu"><li id="menu-item-62" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-first menu-item-62"><a href="https://androidfist.com/category/news/">News</a></li> <li id="menu-item-63" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63"><a href="https://androidfist.com/category/reviews/">Reviews</a></li> <li id="menu-item-8975" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-8975"><a href="https://androidfist.com/category/mobile/">Mobile<i class="td-icon-menu-right td-element-after"></i></a> <ul class="sub-menu"> <li id="menu-item-9625" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9625"><a href="https://androidfist.com/category/mobile/google-pixel-device/">Google Pixel</a></li> <li id="menu-item-8983" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8983"><a href="https://androidfist.com/category/mobile/oneplus/">OnePlus</a></li> <li id="menu-item-8984" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8984"><a href="https://androidfist.com/category/mobile/samsung/">Samsung</a></li> <li id="menu-item-8986" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-8986"><a href="https://androidfist.com/category/mobile/xiaomi/">Xiaomi<i class="td-icon-menu-right td-element-after"></i></a> <ul class="sub-menu"> <li id="menu-item-8987" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-8987"><a href="https://androidfist.com/category/mobile/xiaomi/mi/">Mi</a></li> <li id="menu-item-8989" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8989"><a href="https://androidfist.com/category/mobile/xiaomi/redmi/">Redmi</a></li> <li id="menu-item-8988" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8988"><a href="https://androidfist.com/category/mobile/xiaomi/poco/">POCO</a></li> </ul> </li> <li id="menu-item-8992" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8992"><a href="https://androidfist.com/category/mobile/oppo/">OPPO</a></li> <li id="menu-item-8993" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8993"><a href="https://androidfist.com/category/mobile/realme/">Realme</a></li> <li id="menu-item-8994" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8994"><a href="https://androidfist.com/category/mobile/vivo/">Vivo</a></li> <li id="menu-item-10322" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-10322"><a href="https://androidfist.com/category/mobile/lenovo/">Lenovo<i class="td-icon-menu-right td-element-after"></i></a> <ul class="sub-menu"> <li id="menu-item-10323" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10323"><a href="https://androidfist.com/category/mobile/lenovo/motorola/">Motorola</a></li> </ul> </li> <li id="menu-item-8990" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8990"><a href="https://androidfist.com/category/mobile/huawei/">Huawei<i class="td-icon-menu-right td-element-after"></i></a> <ul class="sub-menu"> <li id="menu-item-9626" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9626"><a href="https://androidfist.com/category/mobile/huawei/honor-device/">Honor</a></li> </ul> </li> </ul> </li> <li id="menu-item-8974" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8974"><a href="https://androidfist.com/category/internet/">Internet</a></li> <li id="menu-item-3927" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3927"><a href="https://androidfist.com/category/gaming/">Gaming</a></li> <li id="menu-item-839" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-839"><a href="https://androidfist.com/category/how-to/">How To</a></li> <li id="menu-item-14453" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14453"><a href="https://androidfist.com/category/jokes/">Jokes</a></li> <li id="menu-item-14454" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14454"><a href="https://androidfist.com/category/puns/">Puns</a></li> </ul></div> </div> </div> </div> <div class="td-search-background"></div> <div class="td-search-wrap-mob"> <div class="td-drop-down-search"> <form method="get" class="td-search-form" action="https://androidfist.com/"> <div class="td-search-close"> <span><i class="td-icon-close-mobile"></i></span> </div> <div role="search" class="td-search-input"> <span>Search</span> <input id="td-header-search-mob" type="text" value name="s" autocomplete="off" /> </div> </form> <div id="td-aj-search-mob"></div> </div> </div> <div id="td-outer-wrap"> <div class="td-outer-container"> <div class="td-header-wrap td-header-style-9"> <div class="td-top-menu-full"> <div class="td-header-row td-header-top-menu td-make-full"> </div> </div> <div class="td-header-menu-wrap"> <div class="td-header-row td-header-border td-header-main-menu"> <div class="td-make-full"> <div id="td-header-menu" role="navigation"> <div id="td-top-mobile-toggle"><span><i class="td-icon-font td-icon-mobile"></i></span></div> <div class="td-main-menu-logo td-logo-in-menu"> <a class="td-main-logo" href="https://androidfist.com/"> <img width="300" height="83" src="https://androidfist.com/wp-content/uploads/2020/04/Android-Fist-Final-JPEG-300x83.jpeg" alt="Android Fist Tech" /> <span class="td-visual-hidden">AndroidFist</span> </a> </div> <div class="menu-primary-container"><ul id="menu-primary-1" class="sf-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-first td-menu-item td-normal-menu menu-item-62"><a href="https://androidfist.com/category/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-63"><a href="https://androidfist.com/category/reviews/">Reviews</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children td-menu-item td-normal-menu menu-item-8975"><a href="https://androidfist.com/category/mobile/">Mobile</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-9625"><a href="https://androidfist.com/category/mobile/google-pixel-device/">Google Pixel</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8983"><a href="https://androidfist.com/category/mobile/oneplus/">OnePlus</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8984"><a href="https://androidfist.com/category/mobile/samsung/">Samsung</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children td-menu-item td-normal-menu menu-item-8986"><a href="https://androidfist.com/category/mobile/xiaomi/">Xiaomi</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent td-menu-item td-normal-menu menu-item-8987"><a href="https://androidfist.com/category/mobile/xiaomi/mi/">Mi</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8989"><a href="https://androidfist.com/category/mobile/xiaomi/redmi/">Redmi</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8988"><a href="https://androidfist.com/category/mobile/xiaomi/poco/">POCO</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8992"><a href="https://androidfist.com/category/mobile/oppo/">OPPO</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8993"><a href="https://androidfist.com/category/mobile/realme/">Realme</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8994"><a href="https://androidfist.com/category/mobile/vivo/">Vivo</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children td-menu-item td-normal-menu menu-item-10322"><a href="https://androidfist.com/category/mobile/lenovo/">Lenovo</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-10323"><a href="https://androidfist.com/category/mobile/lenovo/motorola/">Motorola</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children td-menu-item td-normal-menu menu-item-8990"><a href="https://androidfist.com/category/mobile/huawei/">Huawei</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-9626"><a href="https://androidfist.com/category/mobile/huawei/honor-device/">Honor</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8974"><a href="https://androidfist.com/category/internet/">Internet</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-3927"><a href="https://androidfist.com/category/gaming/">Gaming</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-839"><a href="https://androidfist.com/category/how-to/">How To</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-14453"><a href="https://androidfist.com/category/jokes/">Jokes</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-14454"><a href="https://androidfist.com/category/puns/">Puns</a></li> </ul></div></div> <div class="td-search-wrapper"> <div id="td-top-search"> <div class="header-search-wrap"> <div class="dropdown header-search"> <a id="td-header-search-button" href="#" role="button" aria-label="search icon" class="dropdown-toggle " data-toggle="dropdown"><i class="td-icon-search"></i></a> <span id="td-header-search-button-mob" class="dropdown-toggle " data-toggle="dropdown"><i class="td-icon-search"></i></span> </div> </div> </div> </div> <div class="header-search-wrap"> <div class="dropdown header-search"> <div class="td-drop-down-search"> <form method="get" class="td-search-form" action="https://androidfist.com/"> <div role="search" class="td-head-form-search-wrap"> <input class="needsclick" id="td-header-search" type="text" value name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="Search" /> </div> </form> <div id="td-aj-search"></div> </div> </div> </div> </div> </div> </div> <div class="td-header-container"> <div class="td-header-row"> <div class="td-header-sp-rec"> <div class="td-header-ad-wrap td-ad"> </div> </div> </div> </div> </div><div class="td-container td-post-template-7"> <div class="td-container-border"> <div class="td-pb-row"> <div class="td-pb-span8 td-main-content" role="main"> <div class="td-ss-main-content"> <article id="post-11581" class="post-11581 post type-post status-publish format-standard has-post-thumbnail hentry category-mi category-mobile category-news category-xiaomi tag-xiaomi tag-xiaomi-mi-11" itemscope itemtype="https://schema.org/Article"> <div class="td-post-header td-pb-padding-side"> <div class="entry-crumbs"><span><a title class="entry-crumb" href="https://androidfist.com/">Home</a></span> <i class="td-icon-right td-bread-sep"></i> <span><a title="View all posts in Xiaomi" class="entry-crumb" href="https://androidfist.com/category/mobile/xiaomi/">Xiaomi</a></span> <i class="td-icon-right td-bread-sep"></i> <span><a title="View all posts in Mi" class="entry-crumb" href="https://androidfist.com/category/mobile/xiaomi/mi/">Mi</a></span> <i class="td-icon-right td-bread-sep td-bred-no-url-last"></i> <span class="td-bred-no-url-last">Xiaomi Mi 11 Makes Strange Noise while Playing Music</span></div> <ul class="td-category"><li class="entry-category"><a href="https://androidfist.com/category/mobile/xiaomi/">Xiaomi</a></li><li class="entry-category"><a href="https://androidfist.com/category/mobile/xiaomi/mi/">Mi</a></li><li class="entry-category"><a href="https://androidfist.com/category/mobile/">Mobile</a></li><li class="entry-category"><a href="https://androidfist.com/category/news/">News</a></li></ul> <header> <h1 class="entry-title">Xiaomi Mi 11 Makes Strange Noise while Playing Music</h1> <div class="meta-info"> <div class="td-post-author-name"><div class="td-author-by">By</div> <a href="https://androidfist.com/author/shikhar5/">Shikhar Mehrotra</a><div class="td-author-line"> - </div> </div> <span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2021-01-11T22:58:23+05:30">January 11, 2021</time></span> </div> </header> </div> <div class="td-post-sharing-top td-pb-padding-side"><div id="td_social_sharing_article_top" class="td-post-sharing td-ps-bg td-ps-notext td-post-sharing-style1 "><div class="td-post-sharing-visible"><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F" title="Facebook"><div class="td-social-but-icon"><i class="td-icon-facebook"></i></div><div class="td-social-but-text">Facebook</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=Xiaomi+Mi+11+Makes+Strange+Noise+while+Playing+Music&url=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F&via=AndroidFist" title="Twitter"><div class="td-social-but-icon"><i class="td-icon-twitter"></i></div><div class="td-social-but-text">Twitter</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-whatsapp" href="https://api.whatsapp.com/send?text=Xiaomi+Mi+11+Makes+Strange+Noise+while+Playing+Music %0A%0A https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/" title="WhatsApp"><div class="td-social-but-icon"><i class="td-icon-whatsapp"></i></div><div class="td-social-but-text">WhatsApp</div></a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="td_social_sharing_article_top" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div> <div class="td-post-content td-pb-padding-side"> <p>The <a href="https://blog.mi.com/en/2020/12/28/xiaomi-launches-its-all-round-flagship-mi-11-in-china-starting-at-rmb-3999/" target="_blank" rel="noreferrer noopener">Xiaomi Mi 11</a> is the first flagship smartphone of the year. Featuring the most powerful Snapdragon chipset yet, the device appears to be really promising. However, since the launch, forums and tech communities are flooded with feedbacks and unnoticed issues. A very recent report says that the phone produces a weird noise while playing music on it. Yes, that sounds strange! </p> <p>According to Xiaomi, Mi 11 is one of the most structurally strong and robust devices. Its interior design is quite different from that of other models, which enhances the device&#8217;s efficiency, heat dissipation and other underlying processes. Especially the speakers, because the chassis has a rear cavity that allows air to resonate and facilitate the stereo speakers. The manufacturer claims that this enables the device to produce better low-frequency sounds. Xiaomi Mi 11 has a dual speaker setup, designed by Harman Kardon. </p> <script type="rocketlazyloadscript" async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div class="td-g-rec td-g-rec-id-content_inline tdi_2 td_block_template_1"> <style> /* custom css - generated by TagDiv Composer */ /* custom css - generated by TagDiv Composer */ </style><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var td_screen_width = document.body.clientWidth; window.addEventListener("load", function(){ var placeAdEl = document.getElementById("td-ad-placeholder"); if ( null !== placeAdEl && td_screen_width >= 1024 ) { /* large monitors */ var adEl = document.createElement("ins"); placeAdEl.replaceWith(adEl); adEl.setAttribute("class", "adsbygoogle"); adEl.setAttribute("style", "display:inline-block;width:468px;height:60px"); adEl.setAttribute("data-ad-client", "ca-pub-6419349606963666"); adEl.setAttribute("data-ad-slot", "3399862458"); (adsbygoogle = window.adsbygoogle || []).push({}); } });window.addEventListener("load", function(){ var placeAdEl = document.getElementById("td-ad-placeholder"); if ( null !== placeAdEl && td_screen_width >= 768 && td_screen_width < 1024 ) { /* portrait tablets */ var adEl = document.createElement("ins"); placeAdEl.replaceWith(adEl); adEl.setAttribute("class", "adsbygoogle"); adEl.setAttribute("style", "display:inline-block;width:468px;height:60px"); adEl.setAttribute("data-ad-client", "ca-pub-6419349606963666"); adEl.setAttribute("data-ad-slot", "3399862458"); (adsbygoogle = window.adsbygoogle || []).push({}); } });window.addEventListener("load", function(){ var placeAdEl = document.getElementById("td-ad-placeholder"); if ( null !== placeAdEl && td_screen_width < 768 ) { /* Phones */ var adEl = document.createElement("ins"); placeAdEl.replaceWith(adEl); adEl.setAttribute("class", "adsbygoogle"); adEl.setAttribute("style", "display:inline-block;width:320px;height:50px"); adEl.setAttribute("data-ad-client", "ca-pub-6419349606963666"); adEl.setAttribute("data-ad-slot", "3399862458"); (adsbygoogle = window.adsbygoogle || []).push({}); } });</script> <noscript id="td-ad-placeholder"></noscript></div> <figure id="attachment_11583" aria-describedby="caption-attachment-11583" style="width: 640px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="wp-image-11583 size-large" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20303'%3E%3C/svg%3E" alt="Xiaomi Mi 11 makes strange sound while playing music " width="640" height="303" data-lazy-srcset="https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1024x484.jpg 1024w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-300x142.jpg 300w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-768x363.jpg 768w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1536x726.jpg 1536w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-888x420.jpg 888w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-640x303.jpg 640w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-681x322.jpg 681w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1.jpg 1893w" data-lazy-sizes="(max-width: 640px) 100vw, 640px" data-lazy-src="https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1024x484.jpg" /><noscript><img fetchpriority="high" decoding="async" class="wp-image-11583 size-large" src="https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1024x484.jpg" alt="Xiaomi Mi 11 makes strange sound while playing music " width="640" height="303" srcset="https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1024x484.jpg 1024w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-300x142.jpg 300w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-768x363.jpg 768w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-1536x726.jpg 1536w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-888x420.jpg 888w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-640x303.jpg 640w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1-681x322.jpg 681w, https://androidfist.com/wp-content/uploads/2021/01/mi-11-1.jpg 1893w" sizes="(max-width: 640px) 100vw, 640px" /></noscript><figcaption id="caption-attachment-11583" class="wp-caption-text">Image Courtesy: Gizchina</figcaption></figure> <h2 class="wp-block-heading" id="h-why-does-the-xiaomi-mi-11-make-strange-noise-while-playing-music">Why does the Xiaomi Mi 11 make strange noise while playing music? </h2> <p>However, if external pressure is applied to this cavity, it will result in a strange voice. The pressure changes the volume of the cavity where air resides, and hence, the properties of the sounds produced by the cavity also change. Xiaomi claims that any strange noise would disappear after a few seconds. The company also recommends the user to put excessive force on the device&#8217;s chassis, which might damage the audio experience.</p> <p>Xiaomi&#8217;s Mi 11 has a 108MP primary camera, a 120Hz, Quad HD+ AMOLED display which shines up to 1500 nits. It ships with MIUI 12 out of the box, which is based on Android 11. A 4600mAh battery would last you throughout a day of moderate usage. Nevertheless, the device has not been launched globally and is only available in the <a href="https://androidfist.com/xiaomi-launched-mi-11-in-china-here-is-all-you-need-to-know/" target="_blank" rel="noreferrer noopener">Chinese market</a><a href="https://androidfist.com/xiaomi-launched-mi-11-in-china-here-is-all-you-need-to-know/"> yet. </a>Xiaomi also launched a bunch of <a href="https://androidfist.com/smarter-living-2021-xiaomi-launches-mi-smart-speaker-and-more-in-india/" target="_blank" rel="noreferrer noopener">accessories</a> to go with their smartphones. </p> </div> <footer> <div class="td-post-source-tags td-pb-padding-side"> <ul class="td-tags td-post-small-box clearfix"><li><span>TAGS</span></li><li><a href="https://androidfist.com/tag/xiaomi/">Xiaomi</a></li><li><a href="https://androidfist.com/tag/xiaomi-mi-11/">Xiaomi Mi 11</a></li></ul> </div> <div class="td-post-sharing-bottom td-pb-padding-side"><div class="td-post-sharing-classic"><iframe loading="lazy" title="bottomFacebookLike" frameBorder="0" src="about:blank" style="border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.facebook.com/plugins/like.php?href=https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/&#038;layout=button_count&#038;show_faces=false&#038;width=105&#038;action=like&#038;colorscheme=light&#038;height=21"></iframe><noscript><iframe title="bottomFacebookLike" frameBorder="0" src="https://www.facebook.com/plugins/like.php?href=https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/&amp;layout=button_count&amp;show_faces=false&amp;width=105&amp;action=like&amp;colorscheme=light&amp;height=21" style="border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;"></iframe></noscript></div><div id="td_social_sharing_article_bottom" class="td-post-sharing td-ps-bg td-ps-notext td-post-sharing-style1 "><div class="td-post-sharing-visible"><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F" title="Facebook"><div class="td-social-but-icon"><i class="td-icon-facebook"></i></div><div class="td-social-but-text">Facebook</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=Xiaomi+Mi+11+Makes+Strange+Noise+while+Playing+Music&url=https%3A%2F%2Fandroidfist.com%2Fxiaomi-mi-11-makes-strange-noise-while-playing-music%2F&via=AndroidFist" title="Twitter"><div class="td-social-but-icon"><i class="td-icon-twitter"></i></div><div class="td-social-but-text">Twitter</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-whatsapp" href="https://api.whatsapp.com/send?text=Xiaomi+Mi+11+Makes+Strange+Noise+while+Playing+Music %0A%0A https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/" title="WhatsApp"><div class="td-social-but-icon"><i class="td-icon-whatsapp"></i></div><div class="td-social-but-text">WhatsApp</div></a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="td_social_sharing_article_bottom" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div> <div class="td-block-row td-post-next-prev"><div class="td-block-span6 td-post-prev-post"><div class="td-post-next-prev-content"><span>Previous article</span><a href="https://androidfist.com/how-to-disable-ads-from-miui-on-xiaomi-devices/">How To Disable Ads from MIUI on Xiaomi Devices</a></div></div><div class="td-next-prev-separator"></div><div class="td-block-span6 td-post-next-post"><div class="td-post-next-prev-content"><span>Next article</span><a href="https://androidfist.com/whatsapp-group-join-links-and-user-profiles-available-through-google-search/">WhatsApp Group Join Links and User Profiles available through Google Search</a></div></div></div> <div class="author-box-wrap"><a href="https://androidfist.com/author/shikhar5/" aria-label="author-photo"><img alt src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2096%2096'%3E%3C/svg%3E" data-lazy-srcset="https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=192&#038;d=mm&#038;r=g 2x" class="avatar avatar-96 photo" height="96" width="96" decoding="async" data-lazy-src="https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=96&#038;d=mm&#038;r=g" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=96&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/801b7ff0ad5d681e24561d39aaf09511?s=192&#038;d=mm&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' decoding='async'/></noscript></a><div class="desc"><div class="td-author-name vcard author"><span class="fn"><a href="https://androidfist.com/author/shikhar5/">Shikhar Mehrotra</a></span></div><div class="td-author-description">A budding tech reviewer, Shikhar Mehrotra is pursuing a bachelor's degree in Journalism and Mass Communication. Curious about technological developments happening in the world, he holds vital experience in creating content (published on Times Of India's Blog Page and TelecomDrive.com) and also has a knack for social media marketing.</div><div class="td-author-social"> <span class="td-social-icon-wrap"> <a target="_blank" href="https://www.linkedin.com/in/contentdeveloper-shikharmehrotra" title="Linkedin"> <i class="td-icon-font td-icon-linkedin"></i> <span style="display: none">Linkedin</span> </a> </span></div><div class="clearfix"></div></div></div> <span class="td-page-meta" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="Shikhar Mehrotra"><meta itemprop="url" content="https://androidfist.com/author/shikhar5/"></span><meta itemprop="datePublished" content="2021-01-11T22:58:23+05:30"><meta itemprop="dateModified" content="2021-01-11T23:01:10+05:30"><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/" /><span class="td-page-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://androidfist.com/wp-content/uploads/2020/04/Android-Fist-Final-JPEG-300x83.jpeg"></span><meta itemprop="name" content="AndroidFist"></span><meta itemprop="headline " content="Xiaomi Mi 11 Makes Strange Noise while Playing Music"><span class="td-page-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://androidfist.com/wp-content/uploads/2021/01/mi-11.jpg"><meta itemprop="width" content="1400"><meta itemprop="height" content="939"></span> </footer> </article> <script type="rocketlazyloadscript">var block_tdi_3 = new tdBlock(); block_tdi_3.id = "tdi_3"; block_tdi_3.atts = '{"limit":3,"ajax_pagination":"next_prev","live_filter":"cur_post_same_categories","td_ajax_filter_type":"td_custom_related","class":"tdi_3","td_column_number":3,"block_type":"td_block_related_posts","live_filter_cur_post_id":11581,"live_filter_cur_post_author":"17","block_template_id":"","header_color":"","ajax_pagination_infinite_stop":"","offset":"","td_ajax_preloading":"","td_filter_default_txt":"","td_ajax_filter_ids":"","el_class":"","color_preset":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css":"","tdc_css_class":"tdi_3","tdc_css_class_style":"tdi_3_rand_style"}'; block_tdi_3.td_column_number = "3"; block_tdi_3.block_type = "td_block_related_posts"; block_tdi_3.post_count = "3"; block_tdi_3.found_posts = "550"; block_tdi_3.header_color = ""; block_tdi_3.ajax_pagination_infinite_stop = ""; block_tdi_3.max_num_pages = "184"; tdBlocksArray.push(block_tdi_3); </script><div class="td_block_wrap td_block_related_posts tdi_3 td_with_ajax_pagination td-pb-border-top td_block_template_1" data-td-block-uid="tdi_3"><h4 class="td-related-title"><a id="tdi_4" class="td-related-left td-cur-simple-item" data-td_filter_value data-td_block_id="tdi_3" href="#">RELATED ARTICLES</a><a id="tdi_5" class="td-related-right" data-td_filter_value="td_related_more_from_author" data-td_block_id="tdi_3" href="#">MORE FROM AUTHOR</a></h4><div id="tdi_3" class="td_block_inner"> <div class="td-related-row"> <div class="td-related-span4"> <div class="td_module_related_posts td-animation-stack td_mod_related_posts td-cpt-post"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://androidfist.com/iphone-13-camera-tips-and-tricks/" rel="bookmark" class="td-image-wrap " title="iPhone 13 Camera Tips and Tricks"><img width="238" height="178" class="entry-thumb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20238%20178'%3E%3C/svg%3E" data-lazy-srcset="https://androidfist.com/wp-content/uploads/2022/07/iPhone13-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-265x198.jpg 265w" data-lazy-sizes="(max-width: 238px) 100vw, 238px" alt="iPhone13" title="iPhone 13 Camera Tips and Tricks" data-lazy-src="https://androidfist.com/wp-content/uploads/2022/07/iPhone13-238x178.jpg" /><noscript><img width="238" height="178" class="entry-thumb" src="https://androidfist.com/wp-content/uploads/2022/07/iPhone13-238x178.jpg" srcset="https://androidfist.com/wp-content/uploads/2022/07/iPhone13-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2022/07/iPhone13-265x198.jpg 265w" sizes="(max-width: 238px) 100vw, 238px" alt="iPhone13" title="iPhone 13 Camera Tips and Tricks" /></noscript></a></div> <a href="https://androidfist.com/category/mobile/" class="td-post-category">Mobile</a> </div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidfist.com/iphone-13-camera-tips-and-tricks/" rel="bookmark" title="iPhone 13 Camera Tips and Tricks">iPhone 13 Camera Tips and Tricks</a></h3> </div> </div> </div> <div class="td-related-span4"> <div class="td_module_related_posts td-animation-stack td_mod_related_posts td-cpt-post"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://androidfist.com/memers-are-making-deepfakes-things-get-more-weird/" rel="bookmark" class="td-image-wrap " title="Memers are Making Deepfakes, and Things are Getting More Weird"><img width="238" height="178" class="entry-thumb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20238%20178'%3E%3C/svg%3E" data-lazy-srcset="https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-265x198.jpg 265w" data-lazy-sizes="(max-width: 238px) 100vw, 238px" alt="Memers are Making Deepfakes, and Things are Getting More Weird" title="Memers are Making Deepfakes, and Things are Getting More Weird" data-lazy-src="https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-238x178.jpg" /><noscript><img width="238" height="178" class="entry-thumb" src="https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-238x178.jpg" srcset="https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2020/09/Deepflakes-fi-265x198.jpg 265w" sizes="(max-width: 238px) 100vw, 238px" alt="Memers are Making Deepfakes, and Things are Getting More Weird" title="Memers are Making Deepfakes, and Things are Getting More Weird" /></noscript></a></div> <a href="https://androidfist.com/category/news/" class="td-post-category">News</a> </div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidfist.com/memers-are-making-deepfakes-things-get-more-weird/" rel="bookmark" title="Memers are Making Deepfakes, and Things are Getting More Weird">Memers are Making Deepfakes, and Things are Getting More Weird</a></h3> </div> </div> </div> <div class="td-related-span4"> <div class="td_module_related_posts td-animation-stack td_mod_related_posts td-cpt-post"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://androidfist.com/google-introduces-the-new-objectron-dataset-to-aid-ml-with-video-clips/" rel="bookmark" class="td-image-wrap " title="Google introduces the new Objectron dataset to aid ML with video clips"><img width="238" height="178" class="entry-thumb" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20238%20178'%3E%3C/svg%3E" data-lazy-srcset="https://androidfist.com/wp-content/uploads/2020/11/Google-AI-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-265x198.jpg 265w" data-lazy-sizes="(max-width: 238px) 100vw, 238px" alt="Google AI" title="Google introduces the new Objectron dataset to aid ML with video clips" data-lazy-src="https://androidfist.com/wp-content/uploads/2020/11/Google-AI-238x178.jpg" /><noscript><img width="238" height="178" class="entry-thumb" src="https://androidfist.com/wp-content/uploads/2020/11/Google-AI-238x178.jpg" srcset="https://androidfist.com/wp-content/uploads/2020/11/Google-AI-238x178.jpg 238w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-80x60.jpg 80w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-100x75.jpg 100w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-180x135.jpg 180w, https://androidfist.com/wp-content/uploads/2020/11/Google-AI-265x198.jpg 265w" sizes="(max-width: 238px) 100vw, 238px" alt="Google AI" title="Google introduces the new Objectron dataset to aid ML with video clips" /></noscript></a></div> <a href="https://androidfist.com/category/news/" class="td-post-category">News</a> </div> <div class="item-details"> <h3 class="entry-title td-module-title"><a href="https://androidfist.com/google-introduces-the-new-objectron-dataset-to-aid-ml-with-video-clips/" rel="bookmark" title="Google introduces the new Objectron dataset to aid ML with video clips">Google introduces the new Objectron dataset to aid ML with video clips</a></h3> </div> </div> </div> </div></div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_3" data-td_block_id="tdi_3"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_3" data-td_block_id="tdi_3"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div> <div class="comments" id="comments"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">LEAVE A REPLY <small><a rel="nofollow" id="cancel-comment-reply-link" href="/xiaomi-mi-11-makes-strange-noise-while-playing-music/#respond" style="display:none;">Cancel reply</a></small></h3><form action method="post" id="commentform" class="comment-form" novalidate><div class="clearfix"></div> <div class="comment-form-input-wrap td-form-comment"> <textarea placeholder="Comment:" id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea> <div class="td-warning-comment">Please enter your comment!</div> </div><div class="comment-form-input-wrap td-form-author"> <input class id="author" name="author" placeholder="Name:*" type="text" value size="30" aria-required="true" /> <div class="td-warning-author">Please enter your name here</div> </div> <div class="comment-form-input-wrap td-form-email"> <input class id="email" name="email" placeholder="Email:*" type="text" value size="30" aria-required="true" /> <div class="td-warning-email-error">You have entered an incorrect email address!</div> <div class="td-warning-email">Please enter your email address here</div> </div> <div class="comment-form-input-wrap td-form-url"> <input class id="url" name="url" placeholder="Website:" type="text" value size="30" /> </div> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type="hidden" name="comment_post_ID" value="11581" id="comment_post_ID" /> <input type="hidden" name="comment_parent" id="comment_parent" value="0" /> </p></form> </div> </div> </div> </div> <div class="td-pb-span4 td-main-sidebar" role="complementary"> <div class="td-ss-main-sidebar"> <div class="td_block_wrap td_block_social_counter td_block_widget tdi_6 td-pb-border-top td_block_template_1"> <style> /* custom css - generated by TagDiv Composer */ /* custom css - generated by TagDiv Composer */ </style><div class="td-block-title-wrap"></div><div class="td-social-list"><div class="td_social_type td-pb-margin-side td_social_facebook"><div class="td-social-box"><div class="td-sp td-sp-facebook"></div><span class="td_social_info td_social_info_counter">424</span><span class="td_social_info td_social_info_name">Fans</span><span class="td_social_button"><a href="https://www.facebook.com/androidfist/" target="_blank">Like</a></span></div></div><div class="td_social_type td-pb-margin-side td_social_twitter"><div class="td-social-box"><div class="td-sp td-sp-twitter"></div><span class="td_social_info td_social_info_counter">20</span><span class="td_social_info td_social_info_name">Followers</span><span class="td_social_button"><a href="https://twitter.com/android_fist" target="_blank">Follow</a></span></div></div></div></div> <aside class="td_block_template_1 widget widget_media_image"><a href="https://news.google.com/publications/CAAqBwgKMM7_mwsw6Ym0Aw?oc=3&#038;ceid=US:en"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="image wp-image-9585 attachment-medium size-medium" alt="Follow AndroidFist on Google News" style="max-width: 100%; height: auto;" decoding="async" data-lazy-srcset="https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-300x169.jpg 300w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-768x433.jpg 768w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-744x420.jpg 744w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-640x361.jpg 640w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-681x384.jpg 681w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-20x11.jpg 20w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner.jpg 771w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-300x169.jpg" /><noscript><img width="300" height="169" src="https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-300x169.jpg" class="image wp-image-9585 attachment-medium size-medium" alt="Follow AndroidFist on Google News" style="max-width: 100%; height: auto;" decoding="async" srcset="https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-300x169.jpg 300w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-768x433.jpg 768w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-744x420.jpg 744w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-640x361.jpg 640w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-681x384.jpg 681w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner-20x11.jpg 20w, https://androidfist.com/wp-content/uploads/2020/12/GNews-Banner.jpg 771w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></aside><div class="td_block_wrap td_block_7 td_block_widget tdi_7 td-pb-border-top td_block_template_1 tdc-no-posts" data-td-block-uid="tdi_7"> <style> /* custom css - generated by TagDiv Composer */ </style> <style> /* custom css - generated by TagDiv Composer */ /* custom css - generated by TagDiv Composer */ </style><script type="rocketlazyloadscript">var block_tdi_7 = new tdBlock(); block_tdi_7.id = "tdi_7"; block_tdi_7.atts = '{"custom_title":"Popular","custom_url":"","block_template_id":"","header_color":"#","header_text_color":"#","title_tag":"","border_top":"","color_preset":"","m6_tl":"","limit":"5","offset":"","video_rec":"","video_rec_title":"","el_class":"","post_ids":"-11581","category_id":"","category_ids":"","tag_slug":"","autors_id":"","installed_post_types":"","sort":"random_7_day","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","ajax_pagination":"","ajax_pagination_infinite_stop":"","class":"td_block_widget tdi_7","block_type":"td_block_7","separator":"","m6_title_tag":"","open_in_new_window":"","show_modified_date":"","video_popup":"","show_vid_t":"block","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","m6f_title_font_header":"","m6f_title_font_title":"Article title","m6f_title_font_settings":"","m6f_title_font_family":"","m6f_title_font_size":"","m6f_title_font_line_height":"","m6f_title_font_style":"","m6f_title_font_weight":"","m6f_title_font_transform":"","m6f_title_font_spacing":"","m6f_title_":"","m6f_cat_font_title":"Article category tag","m6f_cat_font_settings":"","m6f_cat_font_family":"","m6f_cat_font_size":"","m6f_cat_font_line_height":"","m6f_cat_font_style":"","m6f_cat_font_weight":"","m6f_cat_font_transform":"","m6f_cat_font_spacing":"","m6f_cat_":"","m6f_meta_font_title":"Article meta info","m6f_meta_font_settings":"","m6f_meta_font_family":"","m6f_meta_font_size":"","m6f_meta_font_line_height":"","m6f_meta_font_style":"","m6f_meta_font_weight":"","m6f_meta_font_transform":"","m6f_meta_font_spacing":"","m6f_meta_":"","css":"","tdc_css":"","td_column_number":1,"ajax_pagination_next_prev_swipe":"","tdc_css_class":"tdi_7","tdc_css_class_style":"tdi_7_rand_style"}'; block_tdi_7.td_column_number = "1"; block_tdi_7.block_type = "td_block_7"; block_tdi_7.post_count = "0"; block_tdi_7.found_posts = "0"; block_tdi_7.header_color = "#"; block_tdi_7.ajax_pagination_infinite_stop = ""; block_tdi_7.max_num_pages = "0"; tdBlocksArray.push(block_tdi_7); </script><h4 class="block-title"><span class="td-pulldown-size">Popular</span></h4><div id="tdi_7" class="td_block_inner"></div></div> </div> </div> </div> </div> </div> <div class="td-footer-container td-container td-footer-template-10"> <div class="footer-social-wrap td-social-style2 td-footer-full"> <span class="td-social-icon-wrap"> <a target="_blank" href="https://www.facebook.com/androidfist/" title="Facebook"> <i class="td-icon-font td-icon-facebook"></i> <span class="td-social-name">Facebook</span> </a> </span> <span class="td-social-icon-wrap"> <a target="_blank" href="https://twitter.com/android_fist" title="Twitter"> <i class="td-icon-font td-icon-twitter"></i> <span class="td-social-name">Twitter</span> </a> </span> </div> </div> <div class="td-sub-footer-container td-container td-container-border "> <div class="td-pb-row"> <div class="td-pb-span8 td-sub-footer-menu"> <div class="td-pb-padding-side"> <div class="menu-primary-2-container"><ul id="menu-primary-2" class="td-subfooter-menu"><li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-first td-menu-item td-normal-menu menu-item-33"><a href="https://androidfist.com/about-us/">About Us</a></li> <li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-35"><a href="https://androidfist.com/contact-us/">Contact Us</a></li> <li id="menu-item-2340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy td-menu-item td-normal-menu menu-item-2340"><a rel="privacy-policy" href="https://androidfist.com/privacy-policy/">Privacy Policy</a></li> </ul></div> </div> </div> <div class="td-pb-span4 td-sub-footer-copy"> <div class="td-pb-padding-side"> &copy; 2020 AndroidFist | Android is a trademark of Google LLC. </div> </div> </div> </div> </div> </div> <script type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/androidfist.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" src="https://androidfist.com/wp-content/plugins/td-composer/legacy/Newsmag/js/tagdiv_theme.min.js?ver=5.4.2" id="td-site-min-js" defer></script> <script type="text/javascript" src="https://androidfist.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript">let commentForm = document.querySelector("#commentform, #ast-commentform, #fl-comment-form, #ht-commentform");document.onscroll = function () {commentForm.action = "/wp-comments-post.php?110d202d5ff8cac3b0cd9dc45ab0c002";};</script> <script type="rocketlazyloadscript"> </script> <script type="rocketlazyloadscript">var td_res_context_registered_atts=[];</script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://androidfist.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "The Xiaomi Mi 11 is the first flagship smartphone of the year. Featuring the most powerful Snapdragon chipset yet, the device appears to be really promising. However, since the launch, forums and tech communities are flooded with feedbacks and unnoticed issues. A very recent report says that the phone produces a weird noise while playing music on it. Yes, that sounds strange!\nAccording to Xiaomi, Mi 11 is one of the most structurally strong and robust devices. Its interior design is quite different from that of other models, which enhances the device’s efficiency, heat dissipation and other underlying processes. Especially the speakers, because the chassis has a rear cavity that allows air to resonate and facilitate the stereo speakers. The manufacturer claims that this enables the device to produce better low-frequency sounds. Xiaomi Mi 11 has a dual speaker setup, designed by Harman Kardon.\nWhy does the Xiaomi Mi 11 make strange noise while playing music?\nHowever, if external pressure is applied to this cavity, it will result in a strange voice. The pressure changes the volume of the cavity where air resides, and hence, the properties of the sounds produced by the cavity also change. Xiaomi claims that any strange noise would disappear after a few seconds. The company also recommends the user to put excessive force on the device’s chassis, which might damage the audio experience.\nXiaomi’s Mi 11 has a 108MP primary camera, a 120Hz, Quad HD+ AMOLED display which shines up to 1500 nits. It ships with MIUI 12 out of the box, which is based on Android 11. A 4600mAh battery would last you throughout a day of moderate usage. Nevertheless, the device has not been launched globally and is only available in the Chinese market yet. Xiaomi also launched a bunch of accessories to go with their smartphones.", "id": "<urn:uuid:54b36295-30f5-4296-bbfa-6c663c04645b>", "dump": "CC-MAIN-2024-10", "url": "https://androidfist.com/xiaomi-mi-11-makes-strange-noise-while-playing-music/", "date": "2024-02-25T09:16:59", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.951688826084137, "token_count": 373 } }
<urn:uuid:658cde5c-885a-47ac-996c-8ae2fd7bb32c>
<!doctype html> <!-- TESTINg --> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> <head> <script> window.wh_metafields = {}; window.wh_discount_value = 1; window.settings = {"color_body_bg":"#ffffff","color_headings":"#222323","color_body_text":"#222323","color_borders":"#1c1d1d","color_button_text":"#ffffff","color_primary":"#1c1d1d","color_secondary":"#ceb3a7","color_product_background":"#f7f7f7","color_sale_tag":"#990000","color_input":"#f6f6f6","color_newsletter":"#fff9f7","color_drawer_background":"#fff9f7","color_drawer_text":"#69625f","color_drawer_border":"#bbb2ae","color_drawer_button":"#d0b3a9","color_drawer_button_text":"#ffffff","type_header_family":{"error":"json not allowed for this object"},"type_header_base_size":"30px","type_header_border_thickness":"1px","type_accent_family":{"error":"json not allowed for this object"},"type_accent_transform":true,"type_accent_spacing":true,"type_accent_subheadings":true,"type_base_family":{"error":"json not allowed for this object"},"type_base_size":"16px","type_base_italize_titles":true,"cart_type":"drawer","cart_notes_enable":true,"anewall_cart_processing_notification_enable":false,"anewall_cart_processing_notification":"Please allow 3-5 business days for your order to be processed.","share_image":null,"social_facebook_link":"https:\/\/www.facebook.com\/anewalldecor\/","social_twitter_link":"https:\/\/twitter.com\/anewalldecor","social_pinterest_link":"https:\/\/www.pinterest.ca\/anewalldecor\/","social_instagram_link":"https:\/\/www.instagram.com\/anewalldecor\/","social_snapchat_link":"","social_google_plus_link":"","social_tumblr_link":"","social_youtube_link":"https:\/\/www.youtube.com\/channel\/UCwnxGTvLI9Fg0Idobd42NFg\/featured","social_vimeo_link":"","social_fancy_link":"","share_facebook":true,"share_twitter":true,"share_pinterest":true,"favicon":"\/\/anewall.com\/cdn\/shop\/files\/anewall-favicon_f25962d7-14a2-4f21-b1ad-c5288969242a.png?v=1613778774","checkout_header_image":null,"checkout_logo_image":"\/\/anewall.com\/cdn\/shop\/files\/anewall_logo.png?v=1613694806","checkout_logo_position":"left","checkout_logo_size":"medium","checkout_body_background_image":null,"checkout_body_background_color":"#ffffff","checkout_input_background_color_mode":"white","checkout_sidebar_background_image":null,"checkout_sidebar_background_color":"#fff9f7","checkout_heading_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'","checkout_body_font":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'","checkout_accent_color":"#69625f","checkout_button_color":"#ceb3a7","checkout_error_color":"#e32c2b","anewall_cart-processing-notification":"Takes 10 days to process","checkout_banner_background_color":"#fff","checkout_call_to_action_color":"#a26b25","checkout_use_header_image":false,"collection_products_grid":"collage","customer_layout":"customer_area","favicon_enable":false,"product_vendor_enable":false,"social_sharing_style":"clean"}; window.settings['cart_type'] = 'drawer'; </script> <style type="text/css"> { % comment % } Wholesale Hero CSS { % endcomment % } .wh-hidden { display: none; } .wh-cart-total { font-weight: bold; display: inline-block; margin-top: 5px; font-size: 22px; color: #000000; background-color: #FFFF4D; } .additional-notes { text-align: right; background-color: #FFFF4D; color: #000000; font-size: 14px; } .booster-messages { display: block; } #booster-discount-item { font-size: 70%; padding-top: 5px; padding-bottom: 5px; } #booster-summary-item { font-size: 70%; padding-top: 5px; padding-bottom: 5px; } input#booster-discount-code { max-width: 200px; display: inline-block; } button#apply-booster-discount { display: inline-block; max-width: 200px; } { % if customer.tags.size>0 % } div.shopify-payment-button { display: none; } { % endif % } </style> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="shortcut icon" href="//anewall.com/cdn/shop/files/anewall-favicon_f25962d7-14a2-4f21-b1ad-c5288969242a_32x32.png?v=1613778774" type="image/png" /> <!-- Title and description ================================================== --> <title> Red Bird Wallpaper, Chickadee Mural | anewall &ndash; Anewall </title> <meta name="description" content="Anewall features the cute Chickadee Mural. This red bird on branches wallpaper is perfect for any room in your home. The mural comes in self adhesive vinyl and will look wonderful on your walls!"> <meta name="VERSION" content="3.1" > <meta name="Current Tags" content="" > <!-- Helpers ================================================== --> <!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Anewall"> <meta property="og:url" content="https://anewall.com/products/chickadee-mural"> <meta property="og:title" content="Chickadee Mural"> <meta property="og:type" content="product"> <meta property="og:description" content="Anewall features the cute Chickadee Mural. This red bird on branches wallpaper is perfect for any room in your home. The mural comes in self adhesive vinyl and will look wonderful on your walls!"> <meta property="og:price:amount" content="69.00"> <meta property="og:price:currency" content="USD"> <meta property="og:image" content="http://anewall.com/cdn/shop/products/IMG_2377_1200x1200.jpg?v=1595784178"><meta property="og:image" content="http://anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_1200x1200.jpg?v=1588799592"><meta property="og:image" content="http://anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_1200x1200.jpg?v=1588799592"> <meta property="og:image:secure_url" content="https://anewall.com/cdn/shop/products/IMG_2377_1200x1200.jpg?v=1595784178"><meta property="og:image:secure_url" content="https://anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_1200x1200.jpg?v=1588799592"><meta property="og:image:secure_url" content="https://anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_1200x1200.jpg?v=1588799592"> <meta name="twitter:site" content="@anewalldecor"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Chickadee Mural"> <meta name="twitter:description" content="Anewall features the cute Chickadee Mural. This red bird on branches wallpaper is perfect for any room in your home. The mural comes in self adhesive vinyl and will look wonderful on your walls!"> <link rel="canonical" href="https://anewall.com/products/chickadee-mural"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> <meta name="theme-color" content="#1c1d1d"> <meta name="p:domain_verify" content="0bfe9a2bdbed96e25b70d39de091af41" /> <meta name="pinterest-rich-pin" content="false" /> <!-- CSS ================================================== --> <link href="//anewall.com/cdn/shop/t/15/assets/timber.scss.css?v=81113537639816423251648327899" rel="stylesheet" type="text/css" media="all" /> <link href="//anewall.com/cdn/shop/t/15/assets/theme.scss.css?v=97408679437725903211648327899" rel="stylesheet" type="text/css" media="all" /> <link href="//anewall.com/cdn/shop/t/15/assets/anewall.css?v=176994375055468515831648327871" rel="stylesheet" type="text/css" media="all" /> <link href="//anewall.com/cdn/shop/t/15/assets/anewall-2021-fixes.css?v=65465815051145760481648327867" rel="stylesheet" type="text/css" media="all" /> <!-- Sections ================================================== --> <script> window.theme = window.theme || {}; theme.strings = { zoomClose: "Close (Esc)", zoomPrev: "Previous (Left arrow key)", zoomNext: "Next (Right arrow key)", moneyFormat: "${{amount}}", addressError: "Error looking up that address", addressNoResults: "No results for that address", addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.", authError: "There was a problem authenticating your Google Maps account.", cartEmpty: "Your cart is currently empty.", cartCookie: "Enable cookies to use the shopping cart", cartSavings: "You're saving [savings]" }; theme.settings = { cartType: "drawer", gridType: "collage" }; </script> <script src="//anewall.com/cdn/shop/t/15/assets/jquery-2.2.3.min.js?v=58211863146907186831648327890" type="text/javascript"></script> <!--[if (gt IE 9)|!(IE)]><!--> <script src="//anewall.com/cdn/shop/t/15/assets/lazysizes.min.js?v=37531750901115495291648327892" async="async"></script> <!--<![endif]--> <!--[if lte IE 9]><script src="//anewall.com/cdn/shop/t/15/assets/lazysizes.min.js?v=37531750901115495291648327892"></script><![endif]--> <script src="//anewall.com/cdn/shop/t/15/assets/theme.js?v=25832216166491619111648327912" defer="defer"></script> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="Qs8OTJ_KBVatT4ShTRTdYCNx11G3eg7NTrl_wNV06lQ"> <meta name="facebook-domain-verification" content="ag7ovfu6aj3oiq48sktycz4stxnwo4"> <meta name="facebook-domain-verification" content="movfl2r7xi7hwsknl6ghcfdn6x71v1"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/10563342/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="1a1073f734ec155f8d2b31c0a4e1295c"> <meta id="in-context-paypal-metadata" data-shop-id="10563342" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/json+oembed" href="https://anewall.com/products/chickadee-mural.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=anewall.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=anewall.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="shopify-features" type="application/json">{"accessToken":"1a1073f734ec155f8d2b31c0a4e1295c","betas":["rich-media-storefront-analytics"],"domain":"anewall.com","predictiveSearch":true,"shopId":10563342,"smart_payment_buttons_url":"https:\/\/anewall.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/anewall.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "anewall.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Anewall - March 2022","id":121664700494,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "anewall.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["\/\/d1liekpayvooaz.cloudfront.net\/apps\/customizery\/customizery.js?shop=anewall.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/d382d906fd75924f5d09f4639\/4df79c2850a1d150722748d7c.js?shop=anewall.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/d382d906fd75924f5d09f4639\/c7ce95770ed55b445b4c420c7.js?shop=anewall.myshopify.com","https:\/\/d34uoa9py2cgca.cloudfront.net\/shopify-app\/helper-scripts\/sezzle-footer-logo-fix.js?shop=anewall.myshopify.com","https:\/\/d3g420rgevyqxw.cloudfront.net\/cffPCLoader_min.js?shop=anewall.myshopify.com","https:\/\/instafeed.nfcube.com\/cdn\/e10e0c00038c9ab454fcb208d74379e7.js?shop=anewall.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":10563342,"offset":-28800,"reqid":"71bb8598-1e51-4f0b-8ad4-c945d0cad812","pageurl":"anewall.com\/products\/chickadee-mural","u":"11a46d2b5283","p":"product","rtyp":"product","rid":1773803307086};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//anewall.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//anewall.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//anewall.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 60px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- /snippets/oldIE-js.liquid --> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js" type="text/javascript"></script> <![endif]--> <!--[if (lte IE 9) ]><script src="//anewall.com/cdn/shop/t/15/assets/match-media.min.js?v=159635276924582161481648327892" type="text/javascript"></script><![endif]--> <script src="//anewall.com/cdn/shop/t/15/assets/modernizr.min.js?v=21391054748206432451648327893" type="text/javascript"></script> <script src="//anewall.com/cdn/shop/t/15/assets/jquery.zoom.min.js?v=127655014540499679121648327891"></script> <script src="//anewall.com/cdn/shop/t/15/assets/bootstrap.min.js?v=31811181442356356641648327873"></script> <script src="//anewall.com/cdn/shop/t/15/assets/anewall.js?v=122170721779888735361648327872"></script> <script src="//anewall.com/cdn/shop/t/15/assets/anewall-2021-fixes.js?v=97213434079433023221648327867"></script> <script src="//anewall.com/cdn/shop/t/15/assets/jquery.waypoints.js?v=4418641721935119181648327891"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-EVR75QM677"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-EVR75QM677'); </script> <!-- BEGIN app block: shopify://apps/order-limits-minmaxify/blocks/app-embed-block/3acfba32-89f3-4377-ae20-cbb9abc48475 --><script type="text/javascript">minMaxifyContext={customer: { id:null, tags:null}}</script> <script type="text/javascript" src="https://limits.minmaxify.com/anewall.myshopify.com?v=68&r=20220811195035" ></script> <!-- END app app block --><link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 10563342,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 10563342,storefrontBaseUrl: "https://anewall.com",cdnBaseUrl: "https://anewall.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"29229681901646","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/IMG_2377.jpg?v=1595784178"},"price":{"amount":439.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-PP-150","title":"Wallpaper \/ Pre-pasted - 150\u201dW x 108\u201dH","untranslatedTitle":"Wallpaper \/ Pre-pasted - 150\u201dW x 108\u201dH"},{"id":"29229681934414","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper.jpg?v=1588799592"},"price":{"amount":439.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-TRD-150","title":"Wallpaper \/ Traditional - 150\u201dW x 108\u201dH","untranslatedTitle":"Wallpaper \/ Traditional - 150\u201dW x 108\u201dH"},{"id":"29229681999950","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper.jpg?v=1588799592"},"price":{"amount":469.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-SAV-141","title":"Wallpaper \/ Peel \u0026 Stick - 141\u201dW x 108\u201dH","untranslatedTitle":"Wallpaper \/ Peel \u0026 Stick - 141\u201dW x 108\u201dH"},{"id":"29229682032718","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586"},"price":{"amount":139.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-MAT-L","title":"Print \/ Matte Paper - 54\u201dW x 40\u201dH","untranslatedTitle":"Print \/ Matte Paper - 54\u201dW x 40\u201dH"},{"id":"32594065850446","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586"},"price":{"amount":69.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-MAT-S","title":"Print \/ Matte Paper - 36\u201dW x 24\u201dH","untranslatedTitle":"Print \/ Matte Paper - 36\u201dW x 24\u201dH"},{"id":"32594114019406","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586"},"price":{"amount":99.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-CAN-S","title":"Print \/ Canvas Print - 36\u201dW x 24\u201dH","untranslatedTitle":"Print \/ Canvas Print - 36\u201dW x 24\u201dH"},{"id":"29229682098254","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586"},"price":{"amount":179.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-CAN-L","title":"Print \/ Canvas Print - 54\u201dW x 40\u201dH","untranslatedTitle":"Print \/ Canvas Print - 54\u201dW x 40\u201dH"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"29229681901646","image":{"src":"\/\/anewall.com\/cdn\/shop\/products\/IMG_2377.jpg?v=1595784178"},"price":{"amount":439.0,"currencyCode":"USD"},"product":{"id":"1773803307086","title":"Chickadee Mural","untranslatedTitle":"Chickadee Mural","url":"\/products\/chickadee-mural","vendor":"Anewall","type":"Wallpaper"},"sku":"CHIK-PP-150","title":"Wallpaper \/ Pre-pasted - 150\u201dW x 108\u201dH","untranslatedTitle":"Wallpaper \/ Pre-pasted - 150\u201dW x 108\u201dH"}});},"https://anewall.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":1773803307086,"gid":"gid:\/\/shopify\/Product\/1773803307086","vendor":"Anewall","type":"Wallpaper","variants":[{"id":29229681901646,"price":43900,"name":"Chickadee Mural - Wallpaper \/ Pre-pasted - 150”W x 108”H","public_title":"Wallpaper \/ Pre-pasted - 150”W x 108”H","sku":"CHIK-PP-150"},{"id":29229681934414,"price":43900,"name":"Chickadee Mural - Wallpaper \/ Traditional - 150”W x 108”H","public_title":"Wallpaper \/ Traditional - 150”W x 108”H","sku":"CHIK-TRD-150"},{"id":29229681999950,"price":46900,"name":"Chickadee Mural - Wallpaper \/ Peel \u0026 Stick - 141”W x 108”H","public_title":"Wallpaper \/ Peel \u0026 Stick - 141”W x 108”H","sku":"CHIK-SAV-141"},{"id":29229682032718,"price":13900,"name":"Chickadee Mural - Print \/ Matte Paper - 54”W x 40”H","public_title":"Print \/ Matte Paper - 54”W x 40”H","sku":"CHIK-MAT-L"},{"id":32594065850446,"price":6900,"name":"Chickadee Mural - Print \/ Matte Paper - 36”W x 24”H","public_title":"Print \/ Matte Paper - 36”W x 24”H","sku":"CHIK-MAT-S"},{"id":32594114019406,"price":9900,"name":"Chickadee Mural - Print \/ Canvas Print - 36”W x 24”H","public_title":"Print \/ Canvas Print - 36”W x 24”H","sku":"CHIK-CAN-S"},{"id":29229682098254,"price":17900,"name":"Chickadee Mural - Print \/ Canvas Print - 54”W x 40”H","public_title":"Print \/ Canvas Print - 54”W x 40”H","sku":"CHIK-CAN-L"}]},"page":{"pageType":"product","resourceType":"product","resourceId":1773803307086}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 10563342, theme_id: 121664700494, app_name: "storefront", context_url: window.location.href, source_url: "//anewall.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//anewall.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//anewall.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":10563342,"isMerchantRequest":null,"themeId":121664700494,"themeCityHash":"12980016335339743247","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-38735176-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["1867593386895436"],"agent":"plshopify1.2"},"Pinterest Pixel":{"pixelId":"2613525054994"},"Google Gtag Pixel":{"conversionId":"GT-KF6PPXH","eventLabels":[{"type":"purchase","action_label":"MC-78RRZ100GM"},{"type":"page_view","action_label":"MC-78RRZ100GM"},{"type":"view_item","action_label":"MC-78RRZ100GM"}],"targetCountry":"US"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":1773803307086}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":29229681901646,"productId":1773803307086,"productGid":"gid:\/\/shopify\/Product\/1773803307086","name":"Chickadee Mural - Wallpaper \/ Pre-pasted - 150”W x 108”H","price":"439.00","sku":"CHIK-PP-150","brand":"Anewall","variant":"Wallpaper \/ Pre-pasted - 150”W x 108”H","category":"Wallpaper","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":29229681901646,"productId":1773803307086,"productGid":"gid:\/\/shopify\/Product\/1773803307086","name":"Chickadee Mural - Wallpaper \/ Pre-pasted - 150”W x 108”H","price":"439.00","sku":"CHIK-PP-150","brand":"Anewall","variant":"Wallpaper \/ Pre-pasted - 150”W x 108”H","category":"Wallpaper","nonInteraction":true,"referer":"https:\/\/anewall.com\/products\/chickadee-mural"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//anewall.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Anewall 2018"; window.BOOMR.themeVersion = "10.2.1"; window.BOOMR.shopId = 10563342; window.BOOMR.themeId = 121664700494; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://anewall.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body id="red-bird-wallpaper-chickadee-mural-anewall" class="template-product product"> <!-- <div class="mq"></div> --> <div id="shopify-section-header" class="shopify-section"><style> .site-header__logo img { max-width: 180px; } @media screen and (max-width: 768px) { .site-header__logo img { max-width: 100%; } } </style> <div data-section-id="header" data-section-type="header-section" data-template="product"> <div id="NavDrawer" class="drawer drawer--left"> <div class="drawer__inner drawer-left__inner"> <ul class="mobile-nav"> <li class="mobile-nav__item"> <a href="/collections/products" class="mobile-nav__link" > Shop </a> </li> <li class="mobile-nav__item"> <a href="/pages/customize" class="mobile-nav__link" > Customize </a> </li> <li class="mobile-nav__item"> <a href="/blogs/anewall" class="mobile-nav__link" > Blog </a> </li> <li class="mobile-nav__item"> <div class="mobile-nav__has-sublist"> <a href="/pages/our-story" class="mobile-nav__link" id="Label-4" >About</a> <div class="mobile-nav__toggle"> <button type="button" class="mobile-nav__toggle-btn icon-fallback-text" aria-controls="Linklist-4" aria-expanded="false"> <span class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">Expand submenu About</span> </span> <span class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">Collapse submenu About</span> </span> </button> </div> </div> <ul class="mobile-nav__sublist" id="Linklist-4" aria-labelledby="Label-4" role="navigation"> <li class="mobile-nav__item"> <a href="/pages/our-story" class="mobile-nav__link" > Our Story </a> </li> <li class="mobile-nav__item"> <a href="/pages/press" class="mobile-nav__link" > Press </a> </li> </ul> </li> <li class="mobile-nav__spacer"></li> <li class="mobile-nav__item mobile-nav__item--secondary"> <a href="/account/login" id="customer_login_link">Log In</a> </li> <li class="mobile-nav__item mobile-nav__item--secondary"> <a href="/account/register" id="customer_register_link">Create Account</a> </li> <li class="mobile-nav__item mobile-nav__item--secondary"><a href="/pages/contact">Contact</a></li> <li class="mobile-nav__item mobile-nav__item--secondary"><a href="https://anewall.com/pages/faq/#shipping-information">Shipping and Returns</a></li> </ul> <!-- //mobile-nav --> </div> </div> <div class="header-container drawer__header-container"> <div class="header-wrapper"> <!-- ANEWALL MOVE ANNOUNCEMENT BAR MARKUP INTO PRE-HEADER SNIPPET --> <header class="site-header anewall-header" role="banner"> <div class="wrapper"> <div class="grid--full grid--table"> <div class="grid__item large--hide large--one-sixth one-quarter"> <div class="site-nav--open site-nav--mobile"> <button id='anewall_nav-toggle' type="button" class="icon-fallback-text site-nav__link site-nav__link--burger js-drawer-open-button-left" aria-controls="NavDrawer"> <span class="burger-icon burger-icon--top"></span> <span class="burger-icon burger-icon--mid"></span> <span class="burger-icon burger-icon--bottom"></span> <span class="fallback-text">Site navigation</span> </button> </div> </div> <div class="grid__item large--one-third medium-down--one-half"> <div class="h1 site-header__logo large--left" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="site-header__logo-link logo-light"> <svg version="1.1" class="logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="200.273px" height="71.857px" viewBox="0 0 200.273 71.857" enable-background="new 0 0 200.273 71.857" xml:space="preserve"> <path d="M178.68,42.16c0-0.433,0.144-0.793,0.575-1.009c0.505-0.36,1.08-0.72,1.584-1.079c0.865-0.649,1.656-1.369,2.449-2.089 c0.647-0.577,1.224-1.225,1.872-1.8c1.224-1.009,2.376-2.233,3.24-3.601c0.937-1.296,1.872-2.664,2.665-4.032 c0.576-1.009,1.296-1.944,1.801-2.953c0.431-0.864,0.72-1.872,1.15-2.736c1.296-2.304,2.161-4.681,2.952-7.129 c0.864-2.52,1.514-5.185,1.009-7.849c-0.145-0.792-0.576-1.512-0.72-2.305c-0.145-0.864-0.864-1.296-1.009-2.087 c-0.071-0.072-0.217-0.145-0.36-0.217c-0.145-0.072-0.36-0.144-0.505-0.288c-0.575-0.72-1.296-0.936-2.158-0.863 c-0.505,0-0.938-0.216-1.369-0.144c-3.385,0.215-5.831,1.44-8.568,3.384c-1.873,1.368-2.879,3.528-3.817,5.544 c-1.08,2.521-1.943,5.041-2.808,7.562c-0.936,2.736-2.161,5.4-2.449,8.281c-0.286,3.024-1.15,5.905-1.8,8.857 c-0.721,2.737-0.791,5.544-0.937,8.353c-0.022,0.563-0.052,1.125-0.083,1.686c-2.197,4.62-4.454,9.229-6.828,13.724 c-0.649,1.225-1.226,2.377-1.945,3.529c-0.359,0.576-0.936,1.007-1.44,1.44c-0.145,0.143-0.575,0.143-0.72,0.071 c-1.009-0.647-1.801-1.44-2.305-2.521c-0.145-0.432-0.361-0.863-0.432-1.368c-0.145-3.096,0-6.193-0.505-9.218 c-0.216-1.367,0.071-2.879,0.217-4.248c0.144-1.655,0.358-3.24,0.504-4.896c0-0.433,0.145-0.793,0.576-1.009 c0.504-0.36,1.079-0.72,1.584-1.079c0.864-0.649,1.655-1.369,2.449-2.089c0.647-0.577,1.223-1.225,1.872-1.8 c1.224-1.009,2.376-2.233,3.24-3.601c0.936-1.296,1.871-2.664,2.664-4.032c0.576-1.009,1.297-1.944,1.801-2.953 c0.432-0.864,0.72-1.872,1.151-2.736c1.296-2.304,2.16-4.681,2.951-7.129c0.864-2.52,1.514-5.185,1.01-7.849 c-0.146-0.792-0.576-1.512-0.721-2.305c-0.144-0.864-0.864-1.296-1.009-2.087c-0.071-0.072-0.216-0.145-0.359-0.217 c-0.145-0.072-0.361-0.144-0.505-0.288c-0.576-0.72-1.296-0.936-2.158-0.863c-0.505,0-0.938-0.216-1.369-0.144 c-3.386,0.215-5.832,1.44-8.568,3.384c-1.873,1.368-2.88,3.528-3.818,5.544c-1.08,2.521-1.942,5.041-2.807,7.562 c-0.937,2.736-2.161,5.4-2.449,8.281c-0.287,3.024-1.151,5.905-1.801,8.857c-0.72,2.737-0.791,5.544-0.936,8.353 c-0.008,0.188-0.019,0.377-0.026,0.564c-0.966,2.108-2.036,4.518-2.854,6.204c-0.579,1.224-1.874,3.024-2.594,4.104 c-0.36,0.505-1.943,1.944-2.521,2.231c-2.087,0.938-1.368-2.376-1.368-2.951c0-0.432,0.072-0.937,0.146-1.368 c0.142-1.152,0.287-2.232,0.432-3.313c0.071-0.575,0.215-1.08,0.359-1.656c0.288-1.728,0.288-2.879,0.575-4.607 c0.289-1.512,0.865-3.601,0.865-5.113c0-0.36,0.071-0.72,0-1.08c-0.36-0.72,0.287-1.368,0.145-2.088 c-0.073-0.144-0.145-0.288-0.216-0.432c-0.145-0.504-0.505-0.792-1.081-0.72c-0.433,0.071-0.863,0.144-1.368,0.288 c-0.648,0.072-1.009,0.503-1.225,1.224c-0.216,0.937-0.575,1.8-0.865,2.736c-0.286,0.863-0.646,1.729-0.862,2.592 c-0.217,0.504-0.288,1.152-0.433,1.729s-0.216,1.152-0.432,1.656c-0.865,1.511-2.305,4.176-3.961,4.896 c-1.224,0.575-3.169-0.505-3.456-1.872c-0.575-2.376,0.072-4.537,0.792-6.842c0.36-0.935,0.649-1.944,1.009-2.88 c0.72-1.872,1.367-4.104,2.376-5.904c0.72-1.224,1.945-1.728,3.312-2.016c0.793-0.216,1.655-0.144,2.45,0.144 c0.07,0.072,0.144,0.144,0.215,0.216c0.72,0.864,1.585,1.584,1.729,2.736c0.072,0.288,0.216,0.432,0.432,0.36 c0.288,0,0.575-0.072,0.721-0.216c0.648-0.576,0.72-1.296,0.288-2.088c-0.218-0.504-0.577-0.936-0.863-1.368 c-0.434-0.576-1.01-1.08-1.656-1.152c-0.864-0.144-1.659-0.288-2.521,0c-0.217,0.072-0.433,0.072-0.648,0.072 c-1.009,0.216-2.089,0.144-3.096,0.504c-0.576,0.216-1.151,0.432-1.729,0.648c-0.862,0.288-1.727,0.72-2.303,1.512 c-0.36,0.504-0.721,0.936-1.153,1.368c-1.151,1.368-2.016,2.952-2.52,4.68c-0.216,0.864-0.576,1.729-0.865,2.592 c-0.216,0.722-0.432,1.44-0.647,2.162c-0.144,0.719-0.216,1.439-0.359,2.159c-0.204,0.935-0.255,1.847-0.196,2.748 c-1.891,2.063-4.365,3.774-7.151,2.726c-0.646-0.218-1.151-0.649-1.511-1.297c-0.146-0.217-0.146-0.433-0.289-0.648 c-0.287-0.432-0.287-0.865-0.071-1.296c0.288-0.72,0.36-1.513,0.504-2.304c0.145-0.648,0.216-1.297,0.432-1.944 c0.216-0.433,0.289-0.938,0.359-1.44c0.145-0.721,0.145-1.44,0.289-2.161c0.071-0.432,0.071-0.863-0.073-1.224 c-0.216-0.72-0.286-1.368-0.143-2.017c0.216-0.864-0.217-1.512-0.72-2.16c-0.36-0.072-0.505-0.432-0.794-0.648 c-0.216-0.288-0.431-0.36-0.791-0.288c-0.504,0-0.936,0-1.44,0c-0.792-0.072-1.584,0-2.375,0.36 c-0.36,0.864-0.721,1.656-0.937,2.521c-0.361,1.224-0.576,2.375-0.576,3.672c0,0.575-0.072,1.151-0.145,1.656 c0,0.145,0,0.215,0,0.288c0.145,0.936,0.217,1.944,0.432,2.88c0.216,1.225,0.648,2.448,1.226,3.601 c0.359,0.72,0.863,1.439,1.44,2.016c0.143,0.073,0.215,0.216,0.287,0.36c-0.287,0.576-0.576,1.224-0.864,1.729 c-0.647,1.224-1.224,2.376-1.943,3.456c-0.793,1.225-1.585,2.376-2.45,3.456c-0.646,0.865-1.439,1.656-2.087,2.448 c-0.145,0.145-0.216,0.217-0.359,0.289c-0.073,0.071-0.217,0.071-0.289,0.071c-0.36-0.071-0.721-0.144-1.08-0.36 c-0.575-0.359-1.08-0.792-1.297-1.512c-0.07-0.361-0.216-0.647-0.359-1.007c-0.216-0.36-0.216-0.721-0.144-1.01 c0.287-2.735,0.144-5.544,0.144-8.208c-0.071-2.81-0.216-5.401-0.647-8.137c-0.146-0.721-0.216-1.441-0.361-2.09 c-0.143-0.504-0.143-0.936-0.143-1.439c0.071-0.36,0-0.648-0.072-1.008c-0.144-0.504-0.504-0.72-1.008-0.648 c-0.504,0.072-1.008,0.216-1.512,0.432c-0.288,0.144-0.576,0.36-0.72,0.72c-0.216,0.648-0.504,1.295-0.72,1.872 c-0.36,1.009-0.648,1.945-1.008,2.952c0,0.145-0.073,0.216-0.073,0.36c-0.215,1.296-0.503,2.593-0.647,3.889 c-0.216,1.08-0.36,2.088-1.008,3.023c-0.144,0.289-0.216,0.576-0.432,0.865c-0.216,0.432-0.433,0.791-0.648,1.152 c-0.145,0.287-0.36,0.575-0.505,0.863c-0.648,1.08-1.224,2.089-1.8,3.096c-0.288,0.577-0.72,1.01-1.152,1.368 c-0.216,0.217-0.504,0.146-0.647-0.143c-0.073-0.146-0.073-0.361-0.073-0.505c0-0.432-0.071-0.792-0.144-1.151 c-0.144-1.729,0.288-3.745,0.576-5.473c0.216-1.369,0-2.81,0.288-4.248c0.144-0.721,0.288-1.514,0.288-2.306 c-0.072-0.288,0-0.576,0-0.863c0.072-0.433,0.144-0.865,0.144-1.296c0-0.576-0.072-1.08,0.072-1.585 c0.072-0.144,0-0.359-0.072-0.504c-0.072-0.576-0.216-1.152-0.072-1.8c0.072-0.288-0.072-0.648-0.144-1.008 c-0.072-0.288-0.216-0.504-0.288-0.792c-0.216-0.577-0.433-1.08-0.505-1.656c-0.144-0.864-0.72-1.44-1.296-2.016 c-0.072-0.072-0.216-0.216-0.36-0.216c-0.504-0.144-1.008-0.216-1.512-0.289c-0.36,0-0.648,0.145-0.792,0.505 c-0.144,0.576-0.36,1.152-0.504,1.728c-0.576,2.592-1.08,5.256-1.584,7.849c-0.216,0.937-0.432,1.943-0.36,2.88 c0,0.145-0.072,0.216-0.072,0.36c-0.116,0.388-0.167,0.797-0.181,1.204c-0.085,0.173-0.173,0.345-0.252,0.524 c-0.071,0.215-0.216,0.432-0.36,0.647c-0.936,1.44-1.729,3.025-2.88,4.393c-0.144,0.216-0.36,0.433-0.504,0.72 c-0.648,1.296-1.512,2.377-2.376,3.529c-0.289,0.358-0.576,0.647-0.936,0.936c-0.792,0.575-1.584,1.152-2.448,1.728 c-0.576,0.434-1.224,0.721-1.872,0.937c-0.36,0.073-0.649,0.144-0.937-0.072c-0.576-0.216-1.081-0.575-1.44-1.08 c-2.232-3.168-0.144-9.001-0.216-12.673c0-0.288,0.072-0.576,0.145-0.937c0.288-1.08,0.216-1.007,1.512-1.224 c0.792-0.144,1.584-0.505,2.448-0.792c0.432-0.144,0.792-0.36,1.152-0.576c0.144,0,0.288-0.071,0.359-0.216 c0.288-0.36,0.72-0.577,1.081-0.793c2.448-1.873,4.537-10.369-0.144-10.513c-0.144,0-0.288-0.072-0.432-0.072 c-0.36-0.072-0.792-0.144-1.224-0.144c-0.792-0.144-1.513,0.072-2.304,0.216c-1.369,0.216-2.593,0.72-3.817,1.368 c-0.144,0.072-0.36,0.216-0.504,0.36c-0.792,0.72-1.513,1.584-1.801,2.592c0,0.072-0.072,0.145-0.072,0.216 c-0.216,0.504-0.432,1.008-0.864,1.44c-0.072,0.144-0.216,0.36-0.288,0.576c-0.576,1.44-1.152,2.809-1.513,4.32 c-0.215,1.225-0.432,2.377-0.72,3.528c-0.072,0.289-0.145,0.504-0.145,0.792c-0.055,0.885-0.156,1.805-0.263,2.708 c-0.172,0.326-0.343,0.653-0.529,0.964c-0.504,0.865-0.937,1.801-1.513,2.594c-0.504,0.72-1.007,1.512-1.439,2.303 c-0.937,1.872-1.873,3.745-2.953,5.616c-0.72,1.369-1.656,2.666-2.52,4.034c-0.145,0.143-0.216,0.287-0.36,0.432 c-0.073,0.071-0.145,0.145-0.217,0.216c-0.288-0.36-0.288-0.432-0.288-0.721c0.072-0.144,0.145-0.359,0.145-0.503 c-0.073-0.647,0-1.225,0.072-1.872c0.215-3.385,0.36-6.841,1.008-10.226c0.648-3.313,1.584-6.553,2.304-9.793 c0.145-0.647,0.288-1.368,0.36-2.017c0.216-1.584,0.216-4.033-0.288-5.472c-0.145-0.432-0.288-0.792-0.216-1.225 c0.072-0.288-0.144-0.576-0.36-0.864c-0.432-0.433-0.936-0.864-1.368-1.368c-0.432-0.36-0.937-0.576-1.512-0.504 c-0.576,0-1.153,0-1.729,0c-1.368-0.072-2.664,0.288-3.745,1.224c-0.576,0.504-1.079,1.08-1.584,1.728 c-0.504,0.72-1.008,1.512-1.512,2.232s-0.936,1.512-1.368,2.232c-0.792,1.44-1.584,2.88-2.376,4.32 c-0.145,0.289-0.288,0.576-0.504,0.865c-0.288,0.505-0.504,1.079-0.72,1.584c-0.144,0.36-0.288,0.72-0.433,1.009 c-0.144,0.359-0.36,0.647-0.503,1.008c-0.576,1.079-1.081,2.16-1.656,3.24c-0.073,0.144-0.073,0.359-0.36,0.359 c-0.072-0.576-0.072-1.079-0.072-1.656c0.072-0.647,0.072-1.296,0-1.943c-0.072-0.505,0.072-1.008,0.072-1.513 c0-0.433-0.216-0.864-0.216-1.296c-0.073-1.152,0.144-2.232,0.288-3.385c0.144-0.936,0.216-1.872,0.289-2.88 c0.144-0.792-0.216-1.512-0.433-2.232c-0.288-0.864-0.144-1.8-0.144-2.665c-0.073-0.72-0.36-1.224-1.008-1.512 c-0.072,0-0.072-0.072-0.144-0.144c-0.072-0.288-0.216-0.648-0.288-0.936c-0.288-0.216-0.648-0.36-0.864-0.72 c0-0.072-0.072-0.145-0.144-0.145c-0.865-0.432-1.656-0.504-2.593-0.36c-0.36,0.072-0.648,0.288-0.72,0.648 c-0.144,0.504-0.288,1.008-0.36,1.513c-0.144,1.152-0.288,2.376-0.36,3.528c-0.144,2.016-0.288,4.033-0.431,5.977 c0,0.216,0,0.359,0,0.504c0.071,0.432,0.071,0.792,0.071,1.225c0,1.224,0,2.376,0.072,3.6c0,0.374,0,0.748,0,1.123 c-0.915,2.004-1.9,4.212-2.666,5.79c-0.576,1.224-1.872,3.024-2.592,4.104c-0.36,0.505-1.944,1.944-2.521,2.231 c-2.088,0.938-1.368-2.376-1.368-2.951c0-0.432,0.072-0.937,0.144-1.368c0.144-1.152,0.288-2.232,0.432-3.313 c0.072-0.575,0.216-1.08,0.36-1.656c0.288-1.728,0.288-2.879,0.576-4.607c0.289-1.512,0.865-3.601,0.865-5.113 c0-0.36,0.072-0.72,0-1.08c-0.36-0.72,0.288-1.368,0.144-2.088c-0.072-0.144-0.144-0.288-0.216-0.432 c-0.144-0.504-0.504-0.792-1.081-0.72c-0.432,0.071-0.864,0.144-1.368,0.288c-0.648,0.072-1.008,0.503-1.224,1.224 c-0.216,0.937-0.576,1.8-0.864,2.736c-0.288,0.863-0.648,1.729-0.864,2.592c-0.216,0.504-0.288,1.152-0.432,1.729 c-0.144,0.576-0.216,1.152-0.432,1.656c-0.864,1.511-2.304,4.176-3.96,4.896c-1.224,0.575-3.169-0.505-3.457-1.872 c-0.576-2.376,0.072-4.537,0.792-6.842c0.36-0.935,0.648-1.944,1.008-2.88c0.72-1.872,1.368-4.104,2.377-5.904 c0.72-1.224,1.944-1.728,3.312-2.016c0.792-0.216,1.656-0.144,2.448,0.144c0.072,0.072,0.144,0.144,0.216,0.216 c0.72,0.864,1.583,1.584,1.728,2.736c0.072,0.288,0.217,0.432,0.432,0.36c0.288,0,0.576-0.072,0.721-0.216 c0.648-0.576,0.72-1.296,0.288-2.088c-0.216-0.504-0.576-0.936-0.864-1.368c-0.432-0.576-1.008-1.08-1.656-1.152 c-0.864-0.144-1.656-0.288-2.52,0c-0.216,0.072-0.432,0.072-0.648,0.072c-1.008,0.216-2.088,0.144-3.096,0.504 c-0.576,0.216-1.152,0.432-1.729,0.648c-0.864,0.288-1.728,0.72-2.304,1.512c-0.36,0.504-0.72,0.936-1.152,1.368 c-1.152,1.368-2.016,2.952-2.52,4.68c-0.216,0.864-0.576,1.729-0.864,2.592c-0.216,0.722-0.432,1.44-0.647,2.162 c-0.145,0.719-0.216,1.439-0.36,2.159c-0.36,1.656-0.289,3.239,0.144,4.824c0.144,0.576,0.36,1.152,0.72,1.584 c1.008,1.513,2.521,1.872,4.177,1.801c0.864-0.072,1.656-0.433,2.52-0.504c1.297-0.073,2.304-0.793,3.168-1.585 c0.144-0.144,0.36-0.287,0.576-0.503c0,0.287,0,0.503,0,0.647c-0.144,1.367-0.289,2.664-0.36,4.031c-0.072,1.729,0,3.458,0.936,4.97 c0.144,0.288,0.36,0.576,0.648,0.792c0.936,0.864,3.024,1.009,4.176,0.648c4.517-1.574,7.146-7.241,9.002-11.509 c0.001,1.173,0.006,2.345,0.144,3.516c0.072,0.216,0,0.433,0,0.648c0.072,0.215,0.072,0.504,0.072,0.72 c0,0.72,0.072,1.368,0.144,2.089c0.072,0.287,0.072,0.575,0.144,0.864c0.145,0.358,0.288,0.646,0.648,0.72 c0.72,0.217,1.369,0.359,2.16,0c0.432-0.217,0.865-0.504,1.44-0.433c0.072,0,0.216-0.145,0.288-0.216 c0.288-0.216,0.504-0.288,0.864-0.145c0.36,0.073,0.504,0,0.647-0.288c0.289-0.576,0.576-1.08,0.792-1.583 c0.072-0.145,0.144-0.289,0.144-0.434c-0.216-0.504,0.073-0.863,0.288-1.295c0.217-0.361,0.433-0.791,0.504-1.225 c0.216-0.647,0.289-1.296,0.72-1.801c0.072,0,0.072-0.071,0.072-0.071c0.433-1.225,1.224-2.448,1.8-3.672 c0.648-1.297,1.296-2.664,2.16-3.889c0.937-1.297,1.945-2.593,2.809-3.889c0.648-1.081,1.224-2.592,2.304-3.24 c0.144-0.145,0.216-0.288,0.36-0.504s0.216-0.504,0.432-0.72c0.072-0.144,0.145-0.288,0.289-0.36 c0.287-0.216,0.575-0.36,0.936-0.504c0,0.144,0,0.288,0,0.36c0,1.295-0.216,2.52-0.432,3.815c-0.144,1.081-0.36,2.161-0.576,3.241 c-0.216,1.368-0.432,2.809-0.647,4.176c-0.216,1.08-0.36,2.16-0.576,3.241c-0.576,2.664-0.937,5.256-1.081,7.993 c0,0.576,0,1.224,0,1.873c0,1.583,0.144,3.24,0.432,4.823c0.072,0.647,0.36,1.224,0.576,1.8c0.36,0.792,0.937,1.368,1.8,1.586 c2.593,0.503,5.329-1.298,6.913-3.169c1.584-2.017,2.592-4.32,3.745-6.554c0.854-1.536,1.578-3.117,2.411-4.674 c0.006,0.499,0.018,1,0.038,1.506c0.072,1.585,0.504,3.097,1.44,4.466c0.648,0.862,1.44,1.439,2.304,2.015 c0.144,0.072,0.216,0.145,0.288,0.145c1.08,0.287,2.089,0.72,3.168,0.792c3.025,0.215,5.329-2.016,7.561-3.672 c2.952-2.089,4.032-5.4,6.193-8.065c0.328-0.438,0.533-0.957,0.801-1.404c-0.008,0.343-0.008,0.693-0.008,1.044 c0,0.36-0.072,0.721-0.072,1.009c0,0.144,0,0.287,0,0.432c0.216,3.097,0.576,5.832,3.241,7.776c0.288,0.216,0.503,0.36,0.72,0.575 c1.008,0.938,3.385,0.577,4.537,0.146c1.44-0.432,2.52-1.44,3.024-2.88c0.144-0.361,0.36-0.721,0.576-1.01 c0.072-0.143,0.144-0.287,0.36-0.143c0.072,0.216,0.072,0.432,0.144,0.647c0.071,1.296,0.288,2.664,0.72,3.889 c0.504,1.151,1.224,2.089,2.305,2.736c1.08,0.648,2.304,1.008,3.385,1.512c0.359,0.144,0.72,0.216,1.007,0.289 c0.505,0,1.008,0.071,1.368,0c0.504-0.146,0.937-0.216,1.369-0.146c0.936,0.072,2.088-0.431,2.736-1.224 c0.288-0.359,0.647-0.72,1.007-1.079c1.08-1.08,1.368-2.448,2.089-3.744c0.648-1.08,1.225-2.233,1.729-3.458 c0.143-0.433,0.431-0.862,0.646-1.295c0.289-0.505,0.577-1.008,0.722-1.513c0.144-0.36,0.216-0.647,0.504-0.864 c0.072,0,0.145,0,0.145,0c1.15,0.648,2.304,1.009,3.526,1.225c0.578,0.145,1.081,0.145,1.658-0.145 c0.432-0.216,0.862-0.216,1.296-0.36c0.145,0,0.36-0.071,0.504-0.071c1.296-0.432,2.304-1.079,3.312-1.944 c0.122-0.11,0.247-0.216,0.373-0.323c0.144,0.563,0.356,1.124,0.709,1.547c1.008,1.513,2.521,1.872,4.176,1.801 c0.865-0.072,1.656-0.433,2.521-0.504c1.296-0.073,2.304-0.793,3.169-1.585c0.143-0.144,0.358-0.287,0.574-0.503 c0,0.287,0,0.503,0,0.647c-0.142,1.367-0.286,2.664-0.36,4.031c-0.071,1.729,0,3.458,0.938,4.97 c0.143,0.288,0.359,0.576,0.646,0.792c0.936,0.864,3.024,1.009,4.176,0.648c4.356-1.518,6.955-6.842,8.801-11.047 c-0.067,1.708-0.083,3.416,0.059,5.142c0.072,1.152,0.36,2.305,0.505,3.529c0.287,1.655,0.505,3.384,0.936,5.112 c0.721,2.448,1.44,4.321,3.672,5.545c0.434,0.216,0.936,0.358,1.368,0.287c1.586-0.216,3.025-0.936,4.248-1.944 c0.721-0.647,1.298-1.367,1.945-2.087c0.359-0.434,0.648-1.01,0.936-1.514c1.584-2.303,2.665-4.68,3.961-7.199 c0.792-1.514,1.873-2.881,2.593-4.394c0.164-0.34,0.318-0.69,0.477-1.034c-0.021,1.228-0.002,2.459,0.1,3.698 c0.071,1.152,0.36,2.305,0.505,3.529c0.286,1.655,0.504,3.384,0.935,5.112c0.721,2.448,1.441,4.321,3.673,5.545 c0.433,0.216,0.935,0.358,1.368,0.287c1.585-0.216,3.024-0.936,4.248-1.944c0.72-0.647,1.297-1.367,1.944-2.087 c0.36-0.434,0.648-1.01,0.936-1.514c1.585-2.303,2.665-4.68,3.961-7.199c0.793-1.514,1.873-2.881,2.594-4.394 c0.861-1.801,1.656-3.673,2.521-5.474c0.575-1.079,1.007-2.158,1.151-3.383c0.144-0.648,0.144-1.369,0.215-2.018 c-0.071-0.07-0.144-0.07-0.215-0.07c-0.505,0.431-1.225,0.719-1.512,1.439c-0.217,0.576-0.434,1.152-0.649,1.656 c-2.449,5.186-4.969,10.368-7.632,15.409c-0.648,1.225-1.225,2.377-1.945,3.529c-0.359,0.576-0.936,1.007-1.439,1.44 c-0.145,0.143-0.576,0.143-0.72,0.071c-1.01-0.647-1.801-1.44-2.306-2.521c-0.145-0.432-0.36-0.863-0.432-1.368 c-0.145-3.096,0-6.193-0.504-9.218c-0.216-1.367,0.071-2.879,0.216-4.248C178.318,45.4,178.534,43.815,178.68,42.16z M179.255,36.831c0.216-0.792,0.648-1.512,0.793-2.376c0.216-0.936,0.287-1.944,0.503-2.88c0.288-2.232,0.504-4.464,0.938-6.625 c0.432-2.232,1.151-4.393,1.8-6.553c1.081-3.384,2.088-6.84,3.959-9.864c0.577-1.081,1.225-2.017,1.874-3.024 c0.145-0.216,0.359-0.432,0.575-0.649c0.36-0.431,0.865-0.576,1.44-0.288c0.289,0.144,0.648,0.288,0.936,0.433 c0.289,0.215,0.648,0.504,0.72,0.935c0,0.216,0.145,0.505,0.29,0.649c0.431,0.36,0.646,0.864,0.72,1.44 c0.215,0.648,0.432,1.368,0.575,2.088c0.216,1.08,0.072,2.232-0.071,3.312c-0.145,0.863-0.289,1.8-0.433,2.664 c-0.216,0.792-0.504,1.656-0.791,2.448c-0.505,1.584-1.01,3.241-1.656,4.753c-0.577,1.368-1.298,2.664-1.945,3.96 c-1.08,2.161-2.52,4.177-3.961,6.121c-1.439,1.872-3.168,3.528-5.04,4.969c-0.504,0.359-1.009,0.647-1.44,1.007 c-0.071-0.071-0.145-0.071-0.216-0.071C179.039,38.487,178.968,37.623,179.255,36.831z M158.517,36.831 c0.215-0.792,0.648-1.512,0.793-2.376c0.215-0.936,0.286-1.944,0.502-2.88c0.289-2.232,0.505-4.464,0.938-6.625 c0.432-2.232,1.152-4.393,1.801-6.553c1.08-3.384,2.087-6.84,3.959-9.864c0.577-1.081,1.224-2.017,1.873-3.024 c0.146-0.216,0.36-0.432,0.575-0.649c0.361-0.431,0.865-0.576,1.441-0.288c0.288,0.144,0.648,0.288,0.936,0.433 c0.289,0.215,0.648,0.504,0.72,0.935c0,0.216,0.145,0.505,0.289,0.649c0.431,0.36,0.647,0.864,0.721,1.44 c0.215,0.648,0.431,1.368,0.574,2.088c0.217,1.08,0.072,2.232-0.07,3.312c-0.145,0.863-0.289,1.8-0.434,2.664 c-0.216,0.792-0.504,1.656-0.791,2.448c-0.504,1.584-1.009,3.241-1.656,4.753c-0.577,1.368-1.298,2.664-1.944,3.96 c-1.08,2.161-2.521,4.177-3.961,6.121c-1.44,1.872-3.169,3.528-5.04,4.969c-0.505,0.359-1.01,0.647-1.44,1.007 c-0.071-0.071-0.145-0.071-0.216-0.071C158.301,38.487,158.229,37.623,158.517,36.831z M68.792,38.991 c0.216-0.576,0.288-1.152,0.36-1.8c0.144-0.793,0.216-1.657,0.576-2.449c0.144-0.216,0.216-0.504,0.216-0.72 c0.071-0.936,0.503-1.729,0.792-2.521s0.864-1.152,1.656-1.296c1.081-0.144,1.872,0.289,2.592,1.008 c0.144,0.072,0.216,0.216,0.216,0.36c0.144,0.432,0.36,0.864,0.72,1.296c-0.072,0.217-0.144,0.505-0.216,0.72 c-0.144,0.36-0.216,0.648-0.144,1.009c0.144,0.215,0,0.432-0.072,0.576c-0.576,0.936-1.08,1.8-1.728,2.664 c-0.432,0.648-1.008,1.081-1.728,1.44c-1.08,0.504-2.161,0.793-3.385,0.937C68.503,39.783,68.647,39.423,68.792,38.991z M115.093,42.017c0,0.215-0.143,0.359-0.217,0.575c-0.143-0.36-0.071-0.721-0.143-1.079c0-0.578-0.073-1.152-0.073-1.729 c0-0.504,0-1.08,0.145-1.656c0-0.216,0-0.504,0-0.72c0-0.36,0-0.648,0-1.008c0.071-0.432,0.071-0.864,0.146-1.296 c0-0.144,0.07-0.288,0.143-0.503c0.503,0.432,0.648,0.864,0.648,1.368c0.071,1.225-0.071,2.448-0.146,3.672 c0,0.145-0.07,0.217-0.07,0.289C115.38,40.647,115.165,41.295,115.093,42.017z" fill="#ffffff"></path> </svg> </a> </div> </div> <nav class="grid__item large--two-thirds large--text-right medium-down--hide" role="navigation"> <!-- begin site-nav --> <ul class="site-nav" id="AccessibleNav"> <li class="site-nav__item"> <a href="/collections/products" class="site-nav__link" data-meganav-type="child" > Shop </a> </li> <li class="site-nav__item"> <a href="/pages/customize" class="site-nav__link" data-meganav-type="child" > Customize </a> </li> <li class="site-nav__item"> <a href="/blogs/anewall" class="site-nav__link" data-meganav-type="child" > Blog </a> </li> <li class="site-nav__item site-nav--has-dropdown " aria-haspopup="true" data-meganav-type="parent"> <a href="/pages/our-story" class="site-nav__link" data-meganav-type="parent" aria-controls="MenuParent-4" aria-expanded="false" > About <span class="icon icon-arrow-down" aria-hidden="true"></span> </a> <ul id="MenuParent-4" class="site-nav__dropdown " data-meganav-dropdown> <li> <a href="/pages/our-story" class="site-nav__dropdown-link" data-meganav-type="child" tabindex="-1"> Our Story </a> </li> <li> <a href="/pages/press" class="site-nav__dropdown-link" data-meganav-type="child" tabindex="-1"> Press </a> </li> </ul> </li> <!-- <li class="site-nav__item site-nav__item--compressed"> <a href="/search" class="site-nav__link site-nav__link--icon " data-mfp-src="#SearchModal"> <span class="icon-fallback-text"> <span class="icon icon-search" aria-hidden="true"></span> <span class="fallback-text">Search</span> </span> </a> </li> --> <li class="site-nav__item site-nav__item--compressed"> <a href="/search" class="site-nav__link site-nav__link--icon search-toggle"> <span class="icon-fallback-text"> <span class="icon icon-search" aria-hidden="true"></span> <span class="fallback-text">Search</span> </span> </a> </li> <li class="site-nav__item site-nav__expanded-item site-nav__item--compressed"> <a class="site-nav__link site-nav__link--icon" href="/account"> <!-- <span class="icon-fallback-text"> <span class="icon icon-customer" aria-hidden="true"></span> <span class="fallback-text"> --> Log In <!-- </span> </span> --> </a> </li> <li class="site-nav__item site-nav__item--compressed"> <a href="/cart" class="site-nav__link site-nav__link--icon cart-link js-drawer-open-button-right" aria-controls="CartDrawer"> <span class="icon-fallback-text"> <span class="icon icon-cart" aria-hidden="true"></span> <span class="fallback-text">Cart</span> </span> <!-- <span class="cart-link__bubble"> --> <!-- ANEWALL: Add cart item count --> <!-- 0 --> </span> </a> </li> </ul> <!-- //site-nav --> </nav> <div class="grid__item large--hide one-quarter"> <div class="site-nav--mobile text-right"> <a href="/search" class="site-nav__link site-nav__link--icon search-toggle"> <span class="icon-fallback-text"> <span class="icon icon-search" aria-hidden="true"></span> <span class="fallback-text">Search</span> </span> </a> <a href="/cart" class="site-nav__link cart-link js-drawer-open-button-right" aria-controls="CartDrawer"> <span class="icon-fallback-text"> <span class="icon icon-cart" aria-hidden="true"></span> <span class="fallback-text">Cart</span> </span> <span class="cart-link__bubble"></span> </a> </div> </div> </div> </div> </header> <!-- /snippets/search-bar.liquid --> <div class="anewall_search-bar "> <form action="/search" method="get" class="input-group search-bar " role="search"> <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store"> <span class="input-group-btn"> <button type="submit" class="icon-fallback-text"> <span class="icon icon-search" aria-hidden="true"></span> <span class="fallback-text">Search</span> </button> </span> </form> <button type="button" class="icon-fallback-text search-bar__close"> <span class="icon icon-x" aria-hidden="true"></span> <span class="fallback-text">Close Search</span> </button> </div> </div> </div> </div> <nav class="breadcrumbs" role="navigation" aria-label="breadcrumbs"> <div class="wrapper"> <a class="breadcrumbs__link" href="/" title="Home">Home</a> <span aria-hidden="true">&rsaquo;</span> <a class="breadcrumbs__link" href="https://anewall.com/collections/products" title="Shop">Shop</a> <span aria-hidden="true">&rsaquo;</span> <a class="breadcrumbs__link" href="https://anewall.com/collections/products/pattern">Pattern</a> <span aria-hidden="true">&rsaquo;</span> <h2 class="breadcrumbs__link"> Chickadee Mural </h2> </div> </nav> </div> <div id="CartDrawer" class="drawer drawer--right drawer--has-fixed-footer"> <div class="drawer__fixed-header"> <div class="drawer__header"> <div class="drawer__title">Your cart</div> <div class="drawer__close"> <button type="button" class="icon-fallback-text drawer__close-button js-drawer-close"> <span class="icon icon-x" aria-hidden="true"></span> <span class="fallback-text">Close Cart</span> </button> </div> </div> </div> <div class="drawer__inner"> <div id="CartContainer" class="drawer__cart"></div> </div> </div> <div id="PageContainer" class="page-container"> <main class="main-content" role="main"> <!-- ANEWALL add product template to conditional for avoiding wrapper --> <div class="wrapper"> <!-- /templates/product.liquid --> <div id="shopify-section-product-template" class="shopify-section"> <!-- /templates/product.liquid --> <div itemscope itemtype="http://schema.org/Product" id="ProductSection--product-template" data-section-id="product-template" data-section-type="product-template" data-image-zoom-type="true" data-enable-history-state="true" data-scroll-to-image="false"> <meta itemprop="url" content="https://anewall.com/products/chickadee-mural"> <meta itemprop="image" content="//anewall.com/cdn/shop/products/IMG_2377_grande.jpg?v=1595784178"> <div class="product-single row"> <div class="product-col__photos col-md-6 order-md-2 text-center"> <div class="product-thumbnail__photos product-single__photos"> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-14730903715918 { max-width: 680.1799417835406px; max-height: 850px; } #ProductImageWrapper-14730903715918 { max-width: 680.1799417835406px; } } @media screen and (max-width: 590px) { .product-single__photo-14730903715918 { max-width: 472.12490076739874px; } #ProductImageWrapper-14730903715918 { max-width: 472.12490076739874px; } } </style> <div id="ProductImageWrapper-14730903715918" class="product-single__photo--container product-single__photo--container-thumb"> <div class="product-single__photo-wrapper" style="padding-top:124.96693121693123%;"> <img class="product-single__photo lazyload anewall_image-zoom product-single__photo-14730903715918" src="//anewall.com/cdn/shop/products/IMG_2377_300x300.jpg?v=1595784178" data-src="//anewall.com/cdn/shop/products/IMG_2377_{width}x.jpg?v=1595784178" data-widths="[180, 360, 590, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.8002116962159301" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/IMG_2377_1024x1024.jpg?v=1595784178" data-image-id="14730903715918" alt="Chickadee Mural"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/IMG_2377.jpg?v=1595784178" data-mfp-src="//anewall.com/cdn/shop/products/IMG_2377_1024x1024.jpg?v=1595784178" alt="Chickadee Mural" data-image-id="14730903715918"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11765758787662 { max-width: 566.6666666666666px; max-height: 850px; } #ProductImageWrapper-11765758787662 { max-width: 566.6666666666666px; } } @media screen and (max-width: 590px) { .product-single__photo-11765758787662 { max-width: 393.3333333333333px; } #ProductImageWrapper-11765758787662 { max-width: 393.3333333333333px; } } </style> <div id="ProductImageWrapper-11765758787662" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:150.00000000000003%;"> <img class="product-single__photo lazyload product-single__photo-11765758787662" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_300x.jpg?v=1588799592" data-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_{width}x.jpg?v=1588799592" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.6666666666666666" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_1024x1024.jpg?v=1588799592" data-image-id="11765758787662" alt="animal print mural"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5.jpg?v=1588799592" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_1024x1024.jpg?v=1588799592" alt="animal print mural" data-image-id="11765758787662"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11765759148110 { max-width: 566.6666666666666px; max-height: 850px; } #ProductImageWrapper-11765759148110 { max-width: 566.6666666666666px; } } @media screen and (max-width: 590px) { .product-single__photo-11765759148110 { max-width: 393.3333333333333px; } #ProductImageWrapper-11765759148110 { max-width: 393.3333333333333px; } } </style> <div id="ProductImageWrapper-11765759148110" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:150.00000000000003%;"> <img class="product-single__photo lazyload product-single__photo-11765759148110" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_300x.jpg?v=1588799592" data-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_{width}x.jpg?v=1588799592" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.6666666666666666" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_1024x1024.jpg?v=1588799592" data-image-id="11765759148110" alt="red birds on branches wallpaper"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7.jpg?v=1588799592" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_1024x1024.jpg?v=1588799592" alt="red birds on branches wallpaper" data-image-id="11765759148110"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11765757673550 { max-width: 575px; max-height: 383.5205078125px; } #ProductImageWrapper-11765757673550 { max-width: 575px; } } @media screen and (max-width: 590px) { .product-single__photo-11765757673550 { max-width: 590px; } #ProductImageWrapper-11765757673550 { max-width: 590px; } } </style> <div id="ProductImageWrapper-11765757673550" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:66.69921875%;"> <img class="product-single__photo lazyload product-single__photo-11765757673550" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_300x.jpg?v=1588799592" data-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_{width}x.jpg?v=1588799592" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.499267935578331" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_1024x1024.jpg?v=1588799592" data-image-id="11765757673550" alt="chickadee mural"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper.jpg?v=1588799592" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_1024x1024.jpg?v=1588799592" alt="chickadee mural" data-image-id="11765757673550"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11765757968462 { max-width: 566.6666666666666px; max-height: 850px; } #ProductImageWrapper-11765757968462 { max-width: 566.6666666666666px; } } @media screen and (max-width: 590px) { .product-single__photo-11765757968462 { max-width: 393.3333333333333px; } #ProductImageWrapper-11765757968462 { max-width: 393.3333333333333px; } } </style> <div id="ProductImageWrapper-11765757968462" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:150.00000000000003%;"> <img class="product-single__photo lazyload product-single__photo-11765757968462" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_300x.jpg?v=1588799592" data-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_{width}x.jpg?v=1588799592" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="0.6666666666666666" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_1024x1024.jpg?v=1588799592" data-image-id="11765757968462" alt="bird print wallpaper"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3.jpg?v=1588799592" data-mfp-src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_1024x1024.jpg?v=1588799592" alt="bird print wallpaper" data-image-id="11765757968462"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11766515925070 { max-width: 575px; max-height: 383.2734375px; } #ProductImageWrapper-11766515925070 { max-width: 575px; } } @media screen and (max-width: 590px) { .product-single__photo-11766515925070 { max-width: 590px; } #ProductImageWrapper-11766515925070 { max-width: 590px; } } </style> <div id="ProductImageWrapper-11766515925070" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:66.65625%;"> <img class="product-single__photo lazyload product-single__photo-11766515925070" src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_300x.jpg?v=1588799592" data-src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_{width}x.jpg?v=1588799592" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.5002344116268167" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_1024x1024.jpg?v=1588799592" data-image-id="11766515925070" alt="vintage red chickadee wallpaper"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper.jpg?v=1588799592" data-mfp-src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_1024x1024.jpg?v=1588799592" alt="vintage red chickadee wallpaper" data-image-id="11766515925070"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-11765955100750 { max-width: 575px; max-height: 414.0px; } #ProductImageWrapper-11765955100750 { max-width: 575px; } } @media screen and (max-width: 590px) { .product-single__photo-11765955100750 { max-width: 590px; } #ProductImageWrapper-11765955100750 { max-width: 590px; } } </style> <div id="ProductImageWrapper-11765955100750" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:72.00000000000001%;"> <img class="product-single__photo lazyload product-single__photo-11765955100750" src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_300x.jpg?v=1588799586" data-src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_{width}x.jpg?v=1588799586" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.3888888888888888" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_1024x1024.jpg?v=1588799586" data-image-id="11765955100750" alt="chickadees wallpaper up close"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper.jpg?v=1588799586" data-mfp-src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_1024x1024.jpg?v=1588799586" alt="chickadees wallpaper up close" data-image-id="11765955100750"> </noscript> </div> </div> </div> </div> <div class="product-single__photo--flex-wrapper"> <div class="product-single__photo--flex"> <style> @media screen and (min-width: 591px) { .product-single__photo-12325287002190 { max-width: 575px; max-height: 379.8791208791209px; } #ProductImageWrapper-12325287002190 { max-width: 575px; } } @media screen and (max-width: 590px) { .product-single__photo-12325287002190 { max-width: 590px; } #ProductImageWrapper-12325287002190 { max-width: 590px; } } </style> <div id="ProductImageWrapper-12325287002190" class="product-single__photo--container product-single__photo--container-thumb hide"> <div class="product-single__photo-wrapper" style="padding-top:66.06593406593406%;"> <img class="product-single__photo lazyload product-single__photo-12325287002190" src="//anewall.com/cdn/shop/products/chickadee_art_print_300x.jpg?v=1588799586" data-src="//anewall.com/cdn/shop/products/chickadee_art_print_{width}x.jpg?v=1588799586" data-widths="[180, 360, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]" data-aspectratio="1.513639387890885" data-sizes="auto" data-mfp-src="//anewall.com/cdn/shop/products/chickadee_art_print_1024x1024.jpg?v=1588799586" data-image-id="12325287002190" alt="bird art print"> <noscript> <img class="product-single__photo" src="//anewall.com/cdn/shop/products/chickadee_art_print.jpg?v=1588799586" data-mfp-src="//anewall.com/cdn/shop/products/chickadee_art_print_1024x1024.jpg?v=1588799586" alt="bird art print" data-image-id="12325287002190"> </noscript> </div> </div> </div> </div> </div> </div> <!-- ANEWALL: Added .product-single__meta class to utilize Brooklyn's scroll-to-fixed functionality --> <ul class="product-single__thumbnails grid__item col-md-1 order-md-1" id="ProductThumbs"> <li class="product-single__photo-wrapper"> <a data-image-id="14730903715918" href="//anewall.com/cdn/shop/products/IMG_2377_grande.jpg?v=1595784178" class="product-single__thumbnail active-thumb"> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/IMG_2377_150x.jpg?v=1595784178" alt="Chickadee Mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765758787662" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_grande.jpg?v=1588799592" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_150x.jpg?v=1588799592" alt="animal print mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765759148110" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_grande.jpg?v=1588799592" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_150x.jpg?v=1588799592" alt="red birds on branches wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765757673550" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_grande.jpg?v=1588799592" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_150x.jpg?v=1588799592" alt="chickadee mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765757968462" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_grande.jpg?v=1588799592" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_150x.jpg?v=1588799592" alt="bird print wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11766515925070" href="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_grande.jpg?v=1588799592" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_150x.jpg?v=1588799592" alt="vintage red chickadee wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765955100750" href="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_grande.jpg?v=1588799586" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_150x.jpg?v=1588799586" alt="chickadees wallpaper up close"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="12325287002190" href="//anewall.com/cdn/shop/products/chickadee_art_print_grande.jpg?v=1588799586" class="product-single__thumbnail "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee_art_print_150x.jpg?v=1588799586" alt="bird art print"> </a> </li> </ul> <!-- <div class="grid__item large--one-twelfth medium--one-twelfth"> <ul id="ProductThumbsVertical" class="product-single__thumbnails small--hide grid-uniform"> <li class="product-single__photo-wrapper"> <a data-image-id="14730903715918" href="//anewall.com/cdn/shop/products/IMG_2377_grande.jpg?v=1595784178" class="product-single__thumbnail-vertical active-thumb"> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/IMG_2377_150x.jpg?v=1595784178" alt="Chickadee Mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765758787662" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_grande.jpg?v=1588799592" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-5_150x.jpg?v=1588799592" alt="animal print mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765759148110" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_grande.jpg?v=1588799592" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-7_150x.jpg?v=1588799592" alt="red birds on branches wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765757673550" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_grande.jpg?v=1588799592" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper_150x.jpg?v=1588799592" alt="chickadee mural"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765757968462" href="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_grande.jpg?v=1588799592" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee-mural-wallpaper-3_150x.jpg?v=1588799592" alt="bird print wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11766515925070" href="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_grande.jpg?v=1588799592" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/vintage_chickadee_wallpaper_150x.jpg?v=1588799592" alt="vintage red chickadee wallpaper"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="11765955100750" href="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_grande.jpg?v=1588799586" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/Chickadee_Wallpaper_150x.jpg?v=1588799586" alt="chickadees wallpaper up close"> </a> </li> <li class="product-single__photo-wrapper"> <a data-image-id="12325287002190" href="//anewall.com/cdn/shop/products/chickadee_art_print_grande.jpg?v=1588799586" class="product-single__thumbnail-vertical "> <img class="product-single__thumb" src="//anewall.com/cdn/shop/products/chickadee_art_print_150x.jpg?v=1588799586" alt="bird art print"> </a> </li> </ul> </div> <script type="text/javascript"> $(document).ready(function(){ $('.product-single__thumbnail-vertical').click(function(e){ e.preventDefault(); dataID = $(this).attr('data-image-id'); targetImg = $('.product-single__photo-' + dataID ); $scrollTop = targetImg.offset().top $('html, body').animate({ scrollTop: $scrollTop }, 800); return false; }); }); </script> --> <div class="product-col__details product-single__meta--wrapper col-md-5 order-md-3"> <div class="product-single__meta"> <h1 class="product-single__title" itemprop="name">Chickadee Mural</h1> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <div data-price-container> <span id="PriceA11y" class="visually-hidden" >Regular price</span> <span class="product-single__price--wrapper hide" aria-hidden="true"> <span id="ComparePrice" class="product-single__price--compare-at"></span> </span> <span id="ComparePriceA11y" class="visually-hidden" aria-hidden="true">Sale price</span> <span id="ProductPrice" class="product-single__price" itemprop="price" content="439.0" > $439.00 </span> </div> <!-- <hr class="hr--small"> --> <meta itemprop="priceCurrency" content="USD"> <link itemprop="availability" href="http://schema.org/InStock"> <form method="post" action="/cart/add" id="AddToCartForm--product-template" accept-charset="UTF-8" class=" product-single__form " enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="radio-wrapper js product-form__item"> <label class="single-option-radio__label hidden-label" for="ProductSelect-option-0"> <!-- ANEWALL Change front end display name for 'Options' --> <!-- Material --> </label> <fieldset class="single-option-radio " name="material" id="ProductSelect-option-0"> <!-- <p>sanitized value: wallpaper</p> <p>sanitized name: material</p> --> <input type="radio" checked="checked" value="Wallpaper" data-index="option1" name="material" data-child="wallpaper" class="single-option-selector__radio" id="ProductSelect-option-material-Wallpaper"> <label class="single-option-radio__label" for="ProductSelect-option-material-Wallpaper"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Wallpaper</span></label> <!-- <p>sanitized value: print</p> <p>sanitized name: material</p> --> <input type="radio" value="Print" data-index="option1" name="material" data-child="print" class="single-option-selector__radio" id="ProductSelect-option-material-Print"> <label class="single-option-radio__label" for="ProductSelect-option-material-Print"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Print</span></label> </fieldset> </div> <div class="radio-wrapper js product-form__item"> <label class="single-option-radio__label" for="ProductSelect-option-1"> <!-- ANEWALL Change front end display name for 'Options' --> Material <!-- Options --> </label> <fieldset class="single-option-radio " name="options" id="ProductSelect-option-1"> <!-- <p>sanitized value: pre-pasted-150-w-x-108-h</p> <p>sanitized name: options</p> --> <input type="radio" checked="checked" value="Pre-pasted - 150”W x 108”H" data-index="option2" name="options" data-parent="wallpaper" class="single-option-selector__radio" id="ProductSelect-option-options-Pre-pasted - 150”W x 108”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Pre-pasted - 150”W x 108”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Pre-pasted - 150”W x 108”H</span></label> <!-- <p>sanitized value: traditional-150-w-x-108-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Traditional - 150”W x 108”H" data-index="option2" name="options" data-parent="wallpaper" class="single-option-selector__radio" id="ProductSelect-option-options-Traditional - 150”W x 108”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Traditional - 150”W x 108”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Traditional - 150”W x 108”H</span></label> <!-- <p>sanitized value: peel-stick-141-w-x-108-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Peel &amp; Stick - 141”W x 108”H" data-index="option2" name="options" data-parent="wallpaper" class="single-option-selector__radio" id="ProductSelect-option-options-Peel &amp; Stick - 141”W x 108”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Peel &amp; Stick - 141”W x 108”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Peel &amp; Stick - 141”W x 108”H</span></label> <!-- <p>sanitized value: matte-paper-54-w-x-40-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Matte Paper - 54”W x 40”H" data-index="option2" name="options" data-parent="print" class="single-option-selector__radio" id="ProductSelect-option-options-Matte Paper - 54”W x 40”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Matte Paper - 54”W x 40”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Matte Paper - 54”W x 40”H</span></label> <!-- <p>sanitized value: matte-paper-36-w-x-24-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Matte Paper - 36”W x 24”H" data-index="option2" name="options" data-parent="print" class="single-option-selector__radio" id="ProductSelect-option-options-Matte Paper - 36”W x 24”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Matte Paper - 36”W x 24”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Matte Paper - 36”W x 24”H</span></label> <!-- <p>sanitized value: canvas-print-36-w-x-24-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Canvas Print - 36”W x 24”H" data-index="option2" name="options" data-parent="print" class="single-option-selector__radio" id="ProductSelect-option-options-Canvas Print - 36”W x 24”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Canvas Print - 36”W x 24”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Canvas Print - 36”W x 24”H</span></label> <!-- <p>sanitized value: canvas-print-54-w-x-40-h</p> <p>sanitized name: options</p> --> <input type="radio" value="Canvas Print - 54”W x 40”H" data-index="option2" name="options" data-parent="print" class="single-option-selector__radio" id="ProductSelect-option-options-Canvas Print - 54”W x 40”H"> <label class="single-option-radio__label" for="ProductSelect-option-options-Canvas Print - 54”W x 40”H"><span class="anewall__single-option-radio__outer-circle"> <span class="anewall__single-option-radio__inner-circle"> </span> </span><span class="anewall__single-option-text">Canvas Print - 54”W x 40”H</span></label> </fieldset> </div> <select name="id" id="ProductSelect" class="product-single__variants no-js"> <option selected="selected" data-sku="CHIK-PP-150" value="29229681901646"> Wallpaper / Pre-pasted - 150”W x 108”H - $439.00 USD </option> <option data-sku="CHIK-TRD-150" value="29229681934414"> Wallpaper / Traditional - 150”W x 108”H - $439.00 USD </option> <option data-sku="CHIK-SAV-141" value="29229681999950"> Wallpaper / Peel & Stick - 141”W x 108”H - $469.00 USD </option> <option data-sku="CHIK-MAT-L" value="29229682032718"> Print / Matte Paper - 54”W x 40”H - $139.00 USD </option> <option data-sku="CHIK-MAT-S" value="32594065850446"> Print / Matte Paper - 36”W x 24”H - $69.00 USD </option> <option data-sku="CHIK-CAN-S" value="32594114019406"> Print / Canvas Print - 36”W x 24”H - $99.00 USD </option> <option data-sku="CHIK-CAN-L" value="29229682098254"> Print / Canvas Print - 54”W x 40”H - $179.00 USD </option> </select> <div class="product-single__add-to-cart"> <button type="submit" name="add" id="AddToCart--product-template" class="btn btn--add-to-cart"> <span class="btn__text"> Add to Cart </span> </button> </div> <input type="hidden" name="product-id" value="1773803307086" /><input type="hidden" name="section-id" value="product-template" /></form> </div> <!-- <a class="collapse-toggle" href="#description"> --> <!-- <h4 class="product-single__heading-small product-single__description-heading ">Description</h4> --> <!-- </a> --> <h2 class="product-single__description-heading u_text--sans">About Chickadee Mural </h2> <div id="description" class="product-single__description rte " itemprop="description"> <meta charset="utf-8"> <div></div> <p>Hear the sweet sound of birds chirping with our retro toned Chickadee Mural. These little flocks of Chick-a-dees enliven the winter woods with their cheery songs and adorable personalities and are sure to do the same for your space. This fresh youthful blush and green design is perfect to accessorize any room. This design was created by the talented artist, <a href="https://www.changraphics.com/" target="_blank" rel="noopener noreferrer">Teresa Chan</a>. </p> <p> </p> <meta charset="utf-8"> <p><span>This pattern is not tileable / does not repeat every panel (25"). </span></p> <div></div> <div></div> <div></div> <p> </p> </div> <div class="collapse-toggles"> <a class="collapse-toggle product-single__heading-small" href="#specifications"> Specifications </a> <a class="collapse-toggle product-single__heading-small" href="#product-single__samples"> Samples </a> </div> <div id="specifications" class="product-single__meta-content collapse-target "> <!-- This is currently set to pull metafields. You can edit this content from the product page, or maybe it will be the same copy for every product. --> <!-- --> <!-- --> <!-- No metafield --> <div id="anewall_self_adhesive_vinyl_specifications" class="specification__text"> <p>Natural-looking, smooth, self-adhesive vinyl material with a matte finish.</p><p>Coverage: 141”W x 108”H / Includes six, 23.5”W x 108”H panels</p><p>If your wall is larger than our standard size please <a href="/pages/contact" title="Contact">contact us</a> for a custom sized order.</p><p>Ordering more than one mural will not give you the proper coverage, as separate murals will not line up with one another.</p><p>Professional installation recommended</p><p>Peel and stick application method. Installation instructions can be found <a href="/pages/installation" title="Installation">here</a>.<br/><br/><strong>Walls must be smooth before installation. </strong>Any type of wall texture, including orange peel texture, will not allow your mural to adhere properly.</p> </div> <div id="anewall_prepasted_wallpaper_specifications" class="specification__text"> <p>PVC Free Eco-friendly wall-covering with a natural looking, smooth matte finish.</p><p>Application simply requires water to activate the dry glue that is pasted on the back of the panels.</p><p>Coverage: 150”W x 108”H / Includes six, 25”W x 108”H panels</p><p>If your wall is larger than our standard size please <a href="/pages/contact" title="Contact">contact us</a> to place a custom sized order.</p><p>Ordering more than one mural will not give you the proper coverage, as separate murals will not line up with one another.</p><p>Professional installation recommended.</p><p>Installation instructions can be found <a href="/pages/installation" title="Installation">here</a>.<br/><br/><strong>Walls must be smooth before installation. </strong>Any type of wall texture, including orange peel texture, will not allow your mural to adhere properly.</p> </div> <div id="anewall_traditional_wallpaper_specifications" class="specification__text"> <p>PVC Free Eco-friendly wall-covering with a natural looking, smooth matte finish.</p><p>Coverage: 150”W x 108”H / Includes six, 25”W x 108”H panels</p><p>If your wall is larger than our standard size please<a href="/pages/contact" title="Contact"> contact us</a> to place a custom sized order.</p><p>Ordering more than one mural will not give you the proper coverage, as separate murals will not line up with one another.</p><p>Professional installation recommended.</p><p>Installation instructions can be found <a href="/pages/installation" title="Installation">here</a>.<br/><br/><strong>Walls must be smooth before installation. </strong>Any type of wall texture, including orange peel texture, will not allow your mural to adhere properly.</p> </div> <div id="anewall_tapestry_specifications" class="specification__text"> <p>100% Linen</p><p>Matte Finish</p><p>Coverage: 80”W x 54”H</p><p>Five non-visible loop holes for easy, pin up hanging.</p> </div> <div id="anewall_paper_print_specifications" class="specification__text"> <p>Fine Art Print</p><p>10 mil matte paper and smooth finish</p><p>High quality photo-realistic prints</p><p>Coverage: 54”W x 40”H (Frame not included)</p> </div> <div id="anewall_canvas_print_specifications" class="specification__text"> <p>Un-stretched Canvas Print</p><p>Heavyweight, canvas textile with a specialized coating that allows for vibrant, photorealistic prints</p><p>Matte Finish</p><p>Coverage: 54”W x 40”H</p> </div> </div> <div id="product-single__samples" class="product-single__meta-content collapse-target"> Need a sample first? Order <a href="https://anewall.com/products/samples">here!</a> </div> <!-- /snippets/social-sharing.liquid --> <div class="social-sharing clean"> <a target="_blank" href="//www.facebook.com/sharer.php?u=https://anewall.com/products/chickadee-mural" class="share-facebook" title="Share on Facebook"> <span class="icon icon-facebook" aria-hidden="true"></span> <span class="share-title" aria-hidden="true">Share</span> <span class="visually-hidden">Share on Facebook</span> </a> <a target="_blank" href="//twitter.com/share?text=Chickadee%20Mural&amp;url=https://anewall.com/products/chickadee-mural" class="share-twitter" title="Tweet on Twitter"> <span class="icon icon-twitter" aria-hidden="true"></span> <span class="share-title" aria-hidden="true">Tweet</span> <span class="visually-hidden">Tweet on Twitter</span> </a> <a target="_blank" href="//pinterest.com/pin/create/button/?url=https://anewall.com/products/chickadee-mural&amp;media=//anewall.com/cdn/shop/products/IMG_2377_1024x1024.jpg?v=1595784178&amp;description=Chickadee%20Mural" class="share-pinterest" title="Pin on Pinterest"> <span class="icon icon-pinterest" aria-hidden="true"></span> <span class="share-title" aria-hidden="true">Pin it</span> <span class="visually-hidden">Pin on Pinterest</span> </a> </div> </div> </div> </div> </div> <script type="application/json" id="ProductJson-product-template"> { "id":1773803307086, "title":"Chickadee Mural", "handle":"chickadee-mural", "description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cp\u003eHear the sweet sound of birds chirping with our retro toned Chickadee Mural. These little flocks of Chick-a-dees enliven the winter woods with their cheery songs and adorable personalities and are sure to do the same for your space. This fresh youthful blush and green design is perfect to accessorize any room. This design was created by the talented artist, \u003ca href=\"https:\/\/www.changraphics.com\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eTeresa Chan\u003c\/a\u003e. \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan\u003eThis pattern is not tileable \/ does not repeat every panel (25\"). \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e", "published_at":"2018-11-15T08:00:00-08:00", "created_at":"2018-11-14T11:22:06-08:00", "vendor":"Anewall", "type":"Wallpaper", "tags":["Pattern"], "price":6900, "price_min":6900, "price_max":46900, "available":true, "price_varies":true, "compare_at_price":null, "compare_at_price_min":0, "compare_at_price_max":0, "compare_at_price_varies":false, "variants":[{"id":29229681901646, "title":"Wallpaper \/ Pre-pasted - 150”W x 108”H", "option1":"Wallpaper", "option2":"Pre-pasted - 150”W x 108”H", "option3":null, "sku":"CHIK-PP-150", "requires_shipping":true, "taxable":true, "featured_image":{"id":14730903715918, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/IMG_2377.jpg?v=1595784178", "position":1, "variant_ids":null}, "available":true, "options":["Wallpaper","Pre-pasted - 150”W x 108”H"], "price":43900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":29229681934414, "title":"Wallpaper \/ Traditional - 150”W x 108”H", "option1":"Wallpaper", "option2":"Traditional - 150”W x 108”H", "option3":null, "sku":"CHIK-TRD-150", "requires_shipping":true, "taxable":true, "featured_image":{"id":11765757673550, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper.jpg?v=1588799592", "position":4, "variant_ids":null}, "available":true, "options":["Wallpaper","Traditional - 150”W x 108”H"], "price":43900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":29229681999950, "title":"Wallpaper \/ Peel \u0026 Stick - 141”W x 108”H", "option1":"Wallpaper", "option2":"Peel \u0026 Stick - 141”W x 108”H", "option3":null, "sku":"CHIK-SAV-141", "requires_shipping":true, "taxable":true, "featured_image":{"id":11765757673550, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper.jpg?v=1588799592", "position":4, "variant_ids":null}, "available":true, "options":["Wallpaper","Peel \u0026 Stick - 141”W x 108”H"], "price":46900, "weight":0, "compare_at_price":null, "inventory_quantity":-1, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":29229682032718, "title":"Print \/ Matte Paper - 54”W x 40”H", "option1":"Print", "option2":"Matte Paper - 54”W x 40”H", "option3":null, "sku":"CHIK-MAT-L", "requires_shipping":true, "taxable":true, "featured_image":{"id":12325287002190, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586", "position":8, "variant_ids":null}, "available":true, "options":["Print","Matte Paper - 54”W x 40”H"], "price":13900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":32594065850446, "title":"Print \/ Matte Paper - 36”W x 24”H", "option1":"Print", "option2":"Matte Paper - 36”W x 24”H", "option3":null, "sku":"CHIK-MAT-S", "requires_shipping":true, "taxable":true, "featured_image":{"id":12325287002190, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586", "position":8, "variant_ids":null}, "available":true, "options":["Print","Matte Paper - 36”W x 24”H"], "price":6900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":32594114019406, "title":"Print \/ Canvas Print - 36”W x 24”H", "option1":"Print", "option2":"Canvas Print - 36”W x 24”H", "option3":null, "sku":"CHIK-CAN-S", "requires_shipping":true, "taxable":true, "featured_image":{"id":12325287002190, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586", "position":8, "variant_ids":null}, "available":true, "options":["Print","Canvas Print - 36”W x 24”H"], "price":9900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""},{"id":29229682098254, "title":"Print \/ Canvas Print - 54”W x 40”H", "option1":"Print", "option2":"Canvas Print - 54”W x 40”H", "option3":null, "sku":"CHIK-CAN-L", "requires_shipping":true, "taxable":true, "featured_image":{"id":12325287002190, "product_id":1773803307086, "src":"\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586", "position":8, "variant_ids":null}, "available":true, "options":["Print","Canvas Print - 54”W x 40”H"], "price":17900, "weight":0, "compare_at_price":null, "inventory_quantity":0, "inventory_management":"shopify", "inventory_policy":"continue", "barcode":""}], "images":["\/\/anewall.com\/cdn\/shop\/products\/IMG_2377.jpg?v=1595784178","\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper-5.jpg?v=1588799592","\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper-7.jpg?v=1588799592","\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper.jpg?v=1588799592","\/\/anewall.com\/cdn\/shop\/products\/chickadee-mural-wallpaper-3.jpg?v=1588799592","\/\/anewall.com\/cdn\/shop\/products\/vintage_chickadee_wallpaper.jpg?v=1588799592","\/\/anewall.com\/cdn\/shop\/products\/Chickadee_Wallpaper.jpg?v=1588799586","\/\/anewall.com\/cdn\/shop\/products\/chickadee_art_print.jpg?v=1588799586"], "featured_image":"\/\/anewall.com\/cdn\/shop\/products\/IMG_2377.jpg?v=1595784178", "options":["Material","Options"], "content":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cp\u003eHear the sweet sound of birds chirping with our retro toned Chickadee Mural. These little flocks of Chick-a-dees enliven the winter woods with their cheery songs and adorable personalities and are sure to do the same for your space. This fresh youthful blush and green design is perfect to accessorize any room. This design was created by the talented artist, \u003ca href=\"https:\/\/www.changraphics.com\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eTeresa Chan\u003c\/a\u003e. \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan\u003eThis pattern is not tileable \/ does not repeat every panel (25\"). \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e"} </script> <script> $(document).ready(function(){ var $specifications = $('#specifications'); function changeMaterialSpecifications(material){ // console.log('changeMaterialSpecifications'); // console.log("material: " + material); $('.specification__text').hide(); // console.log('material'); // console.log(material); // var prePasted = $('input[value="Pre-pasted"]'); // var selfAdhesive = $('input[value="Self-Adhesive Vinyl"]'); // var traditional = $('input[value="Traditional"]'); // var mattePrint = $('input[value="Matte Print"]'); // var canvasPrint = $('input[value="Canvas Print"]'); // var linen = $('input[value="Linen"]'); var materialLowerCase = material.toLowerCase(); // console.log('materialLowerCase'); // console.log(materialLowerCase) if (materialLowerCase.indexOf("adhesive") >= 0 || materialLowerCase.indexOf("peel") >= 0){ $('#anewall_self_adhesive_vinyl_specifications').show(); } else if(materialLowerCase.indexOf("pasted") >= 0 ){ $('#anewall_prepasted_wallpaper_specifications').show(); } else if(materialLowerCase.indexOf("traditional") >= 0 ){ $('#anewall_traditional_wallpaper_specifications').show(); } else if(materialLowerCase.indexOf("linen") >= 0 ){ $('#anewall_tapestry_specifications').show(); $('.material--print').hide(); } else if(materialLowerCase.indexOf("matte") >= 0 ){ $('#anewall_paper_print_specifications').show(); } else if(materialLowerCase.indexOf("canvas") >= 0 ){ $('#anewall_canvas_print_specifications').show(); } } function hideUnavailableOptions(option){ if( $(option).data("child") === 'wallpaper' ){ $("input[data-parent='wallpaper']").first().prop("checked", true); $("input[data-parent='wallpaper']").next().show(); $("input[data-parent='print']").next().hide(); $("input[data-parent='tapestry']").next().hide(); if($(".product-single__quantity").length){ $(".product-single__quantity").show(); } } if( $(option).data("child") === 'tapestry' ){ $("input[data-parent='tapestry']").prop("checked", true); $("input[data-parent='wallpaper']").next().hide(); $("input[data-parent='print']").next().hide(); $("input[data-parent='tapestry']").next().show(); if($(".product-single__quantity").length){ $(".product-single__quantity").hide(); } } if( $(option).data("child") === 'print' ){ $("input[data-parent='print']").first().prop("checked", true); $("input[data-parent='wallpaper']").next().hide(); $("input[data-parent='print']").next().show(); $("input[data-parent='tapestry']").next().hide(); if($(".product-single__quantity").length){ $(".product-single__quantity").hide(); } } } // var selectedMaterial = $("input[name='material']:checked").val(); var selectedMaterial = $("input[name='material']:checked"); hideUnavailableOptions(selectedMaterial); // console.log('selectedMaterial'); // console.log(selectedMaterial); $('fieldset.single-option-radio input:radio').on('change', function() { var selectedMaterial = $(this).val(); // console.log(selectedMaterial); changeMaterialSpecifications(selectedMaterial); }); $('input[data-child]').on('change', function() { var option = this; hideUnavailableOptions(option); }); const mq = window.matchMedia( "(min-width: 590px)" ); if (mq.matches) { $('.product-single__photo').each(function(){ $(this) .css('display', 'block') .parent() .zoom({ magnify: 1.4, url: $(this).attr('data-mfp-src') }); }) } $(window).resize(function(){ if (mq.matches) { $('.product-single__photo').each(function(){ $(this) .css('display', 'block') .parent() .zoom({ magnify: 1.4, url: $(this).attr('data-mfp-src') }); }) } }) $(".collapse-toggle").click(function(e){ // Prevent default link behaviour e.preventDefault(); $this = $(this); if($this.attr("href") == "#specifications"){ var selectedMaterial = $("input[name='options']:checked").val(); console.log('selectedMaterial: - - - -'); console.log(selectedMaterial); changeMaterialSpecifications(selectedMaterial); console.log('clicked in a[href] function'); } // Remove open class from other tag $(".collapse-toggle.open").not(this).removeClass('open'); $this.toggleClass('open'); var target = $this.attr('href'); console.log('target: ', target); $(target).toggleClass('show'); $('.collapse-target').not(target).removeClass('show'); // Do nothing if this tab is already open // if ( $this.hasClass('open')){ // return // } }); }); </script> </div> <div class="recently-viewed snippetsHTML" style="display:none"> <section id="recently-products" class="evm-product-rcv" style="display:none"> <hr> <h2 class="recently-title" ></h2> <ul class="evm-product-grid"> </ul> </section> </div> <div class="evm-new-arrivals-product snippetsHTML"></div> <div class="evm-related-product snippetsHTML"></div> <div class="evm-featured-collections-product snippetsHTML"></div> <div class="evm-most-popular-products snippetsHTML"></div> <script src="https://wiser.expertvillagemedia.com/assets/js/wiser_recom.js" data-productid="1773803307086" data-collectid="208672582" data-page="product" data-shop-id="anewall-development.myshopify.com"></script> <script> if (typeof Shopify.resizeImage === 'undefined') { document.write("\u003cscript src=\"\/\/anewall.com\/cdn\/shopifycloud\/shopify\/assets\/themes_support\/api.jquery-b0af070cfe3f5cf7c92f9e2a5da2665ee07ed2aad63bb408f8d6672f894a5996.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e"); } var product_view="evm-product-grid"; if(!window.jQuery || (jQuery.fn.jquery>"1.6.0" && jQuery.fn.jquery<"1.9.1")) { /*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function qa(){}qa.prototype=d.filters=d.pseudos,d.setFilters=new qa,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){ return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ia={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qa[0].contentDocument,b.write(),b.close(),c=sa(a,b),qa.detach()),ra[a]=c),c}var ua=/^margin/,va=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wa=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xa(a,b,c){var d,e,f,g,h=a.style;return c=c||wa(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),va.test(g)&&ua.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function ya(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var za=/^(none|table(?!-c[ea]).+)/,Aa=new RegExp("^("+Q+")(.*)$","i"),Ba=new RegExp("^([+-])=("+Q+")","i"),Ca={position:"absolute",visibility:"hidden",display:"block"},Da={letterSpacing:"0",fontWeight:"400"},Ea=["Webkit","O","Moz","ms"];function Fa(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Ea.length;while(e--)if(b=Ea[e]+c,b in a)return b;return d}function Ga(a,b,c){var d=Aa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Ha(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ia(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wa(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xa(a,b,f),(0>e||null==e)&&(e=a.style[b]),va.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Ha(a,b,c||(g?"border":"content"),d,f)+"px"}function Ja(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",ta(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xa(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fa(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Ba.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fa(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xa(a,b,d)),"normal"===e&&b in Da&&(e=Da[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?za.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Ca,function(){return Ia(a,b,d)}):Ia(a,b,d):void 0},set:function(a,c,d){var e=d&&wa(a);return Ga(a,c,d?Ha(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=ya(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ua.test(a)||(n.cssHooks[a+b].set=Ga)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wa(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Ja(this,!0)},hide:function(){return Ja(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Ka(a,b,c,d,e){return new Ka.prototype.init(a,b,c,d,e)}n.Tween=Ka,Ka.prototype={constructor:Ka,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ka.propHooks[this.prop];return a&&a.get?a.get(this):Ka.propHooks._default.get(this)},run:function(a){var b,c=Ka.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ka.propHooks._default.set(this),this}},Ka.prototype.init.prototype=Ka.prototype,Ka.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Ka.propHooks.scrollTop=Ka.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Ka.prototype.init,n.fx.step={};var La,Ma,Na=/^(?:toggle|show|hide)$/,Oa=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pa=/queueHooks$/,Qa=[Va],Ra={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Oa.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Oa.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sa(){return setTimeout(function(){La=void 0}),La=n.now()}function Ta(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ua(a,b,c){for(var d,e=(Ra[b]||[]).concat(Ra["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Va(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||ta(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Na.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?ta(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ua(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wa(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xa(a,b,c){var d,e,f=0,g=Qa.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=La||Sa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:La||Sa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wa(k,j.opts.specialEasing);g>f;f++)if(d=Qa[f].call(j,a,k,j.opts))return d;return n.map(k,Ua,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xa,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Ra[c]=Ra[c]||[],Ra[c].unshift(b)},prefilter:function(a,b){b?Qa.unshift(a):Qa.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xa(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pa.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Ta(b,!0),a,d,e)}}),n.each({slideDown:Ta("show"),slideUp:Ta("hide"),slideToggle:Ta("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(La=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),La=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ma||(Ma=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Ma),Ma=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Ya,Za,$a=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Za:Ya)), void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Za={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$a[b]||n.find.attr;$a[b]=function(a,b,d){var e,f;return d||(f=$a[b],$a[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$a[b]=f),e}});var _a=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_a.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ab=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ab," ").indexOf(b)>=0)return!0;return!1}});var bb=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cb=n.now(),db=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var eb=/#.*$/,fb=/([?&])_=[^&]*/,gb=/^(.*?):[ \t]*([^\r\n]*)$/gm,hb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ib=/^(?:GET|HEAD)$/,jb=/^\/\//,kb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lb={},mb={},nb="*/".concat("*"),ob=a.location.href,pb=kb.exec(ob.toLowerCase())||[];function qb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rb(a,b,c,d){var e={},f=a===mb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function ub(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ob,type:"GET",isLocal:hb.test(pb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sb(sb(a,n.ajaxSettings),b):sb(n.ajaxSettings,a)},ajaxPrefilter:qb(lb),ajaxTransport:qb(mb),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gb.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||ob)+"").replace(eb,"").replace(jb,pb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kb.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pb[1]&&h[2]===pb[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pb[3]||("http:"===pb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rb(lb,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ib.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(db.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fb.test(d)?d.replace(fb,"$1_="+cb++):d+(db.test(d)?"&":"?")+"_="+cb++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nb+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rb(mb,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tb(k,v,f)),u=ub(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vb=/%20/g,wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&").replace(vb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bb=0,Cb={},Db={0:200,1223:204},Eb=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cb)Cb[a]()}),k.cors=!!Eb&&"withCredentials"in Eb,k.ajax=Eb=!!Eb,n.ajaxTransport(function(a){var b;return k.cors||Eb&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cb[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Db[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cb[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fb=[],Gb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fb.pop()||n.expando+"_"+cb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gb.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gb,"$1"+e):b.jsonp!==!1&&(b.url+=(db.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hb)return Hb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ib=a.document.documentElement;function Jb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ib;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ib})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jb(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=ya(k.pixelPosition,function(a,c){return c?(c=xa(a,b),va.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kb=a.jQuery,Lb=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lb),b&&a.jQuery===n&&(a.jQuery=Kb),n},typeof b===U&&(a.jQuery=a.$=n),n}); } var pHandle = "chickadee-mural"; var no_of_products = '5'; var enable_add_to_cart='false'; var add_to_cart_text = ""; var truncate_title = ""; var enable_truncate_title = "false"; var show_price = "block"; var pLimit = no_of_products; var pPointer = 0; jQuery(function($){ if(jQuery.cookie == undefined) { $("head").append($("<script />",{src: "//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"})); } }); </script> <style> .evm-product-rcv li{ list-style: none; } .evm-product-rcv hr{ width: 100% } .cartbutton{padding: 0.6rem 3rem;} .evm-product-rcv{ width: 100%; } .evm-product-rcv h2{ text-align: left; } /*.evm-product-rcv img{ width: 100%; }*/ .evm-product-rcv ul .evm-product{ padding: 10px;float: left;} .evm-product-rcv ul.evm-product-grid .evm-product { width: 24.55% ; min-height: 300px; text-align: center; } .evm-product-rcv ul.evm-product-grid .evm-product img{ width: 100% } .evm-product-rcv ul .evm-product .product-image{ display: block; width: 100%; height: auto; padding-bottom: 80%; background-size: contain; background-position: center center; background-repeat: no-repeat;} .evm-product-rcv ul .evm-product .product__prices span{ font-size: 18px} .evm-product-rcv p{ margin:10px; } .evm-product-rcv .owl-carousel .evm-product{width: 100%;} .evm-product-rcv .owl-carousel .owl-nav .owl-prev{float: left; margin-top: -230px; background: #000;padding: 5px; position: absolute;opacity: .5;color: #fff;font-size: 20px;} .evm-product-rcv .owl-carousel .owl-nav .owl-next{float: right; margin-top: -230px; background: #000; padding: 5px;opacity: .5;color: #fff; font-size: 20px;} .evm-product-rcv{ width: 99%; margin:auto; } @media only screen and (min-width: 320px) and (max-width: 785px) { .evm-product-rcv ul.evm-product-grid >li{ width: 49.55%; } } @media (min-width: 786px) and (max-width: 999px){ .evm-product-rcv ul.evm-product-grid .evm-product { width: 33%; } } @media (min-width: 1000px) { .evm-product-rcv ul.evm-product-grid .evm-product { width: 24.55%; } } .evm-product-rcv .product__prices{ display:block;} section { overflow: hidden; } </style> <script> // window.onload = function(){ // var el = document.getElementsByClassName('checkurl'); // el_arr = [].slice.call(el); // el_arr.forEach(function(obj,i){ // obj.addEventListener("click",function(){ // if(this.getAttribute("data_id")){ // var pid=this.getAttribute("data_id"); // }else{ // var pid=this.getAttribute("data-id"); // } // if(localStorage.getItem("productIds")==undefined){ // var productids=pid; // }else{ // var getid=localStorage.getItem("productIds"); // if(getid.indexOf(pid)>-1){ // var productids=pid; // }else{ // var productids=getid+","+pid; // } // } // localStorage.setItem("productIds",productids); // }); // }); // } </script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css"> <!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script> --> <!-- <div id="snippetsHTML"></div> --> <script src="https://widget.sezzle.com/v1/javascript/price-widget?uuid=b5339bc3-1296-418c-93d8-467e8646134a"></script> </div> </main> <hr class="hr--large"> <div id="shopify-section-anewall_footer" class="shopify-section"><footer class="anewall__footer"> <div class="wrapper"> <div class="grid-uniform"> <div class="grid__item large--one-quarter medium--full footer__logo-wrapper"> <img class="lazyload img-responsive footer__logo" src="//anewall.com/cdn/shop/t/15/assets/anewall-footer-logo_300x.png?v=56570603540036880741648327869" data-src="//anewall.com/cdn/shop/t/15/assets/anewall-footer-logo_300x.png?v=56570603540036880741648327869"> </div> <div class="grid__item large--one-half footer__link-wrapper "> <div class="grid__item large--one-third medium--one-third"> <div class="footer__link-list"> <a href="/pages/contact" class="footer__link">Contact</a> <a href="/pages/faq" class="footer__link">FAQ</a> <a href="/pages/shipping" class="footer__link">Shipping and Delivery Times</a> <a href="/pages/installation" class="footer__link">Installation</a> </div> </div> <div class="grid__item large--one-third medium--one-third"> <div class="footer__link-list"> <a href="/pages/our-story" class="footer__link">Our Story</a> <a href="/pages/press" class="footer__link">Press</a> <a href="/pages/jobs" class="footer__link">Jobs</a> </div> </div> <div class="grid__item large--one-third medium--one-third"> <div class="footer__link-list"> <a href="https://anewall.com/collections/products?page=2" class="footer__link">Shop</a> <a href="/pages/wholesale" class="footer__link">Wholesale</a> <a href="/products/samples" class="footer__link">Samples</a> <a href="/products/gift-card" class="footer__link">Gift Cards</a> </div> </div> </div> <div class="grid__item large--one-quarter "> <div class="footer__newsletter-wrapper"> <h6 class="footer__heading">Let's Be Friends</h6> <p>Join our mailing list to stay up-to-date on new arrivals, sales and inspiration</p> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <label for="Email" class="newsletter__label hidden-label">Sign up to our mailing list</label> <input type="hidden" name="contact[tags]" value="newsletter" placeholder=“Email”> <div class="newsletter--form"> <div class="input-group"> <input type="email" value="" placeholder="Your email" name="contact[email]" id="Email" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off"> <span class="input-group-btn"> <button type="submit" class="btn newsletter__submit" name="commit" id="Subscribe"> <span class="newsletter__submit"><svg version="1.1" class="svg-carat--right" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.6 32" style="enable-background:new 0 0 17.6 32;" xml:space="preserve"> <polyline points="1.6,1.1 16,15.5 1.6,29.9 "/> </svg> </span> </button> </span> </div> </div> </form> </div> </div> <div class="grid__item footer__social-col"> <a href="https://www.facebook.com/anewalldecor/" target="_blank"> <span class="icon icon-facebook"></span> </a> <a href="https://www.instagram.com/anewalldecor/" target="_blank"> <span class="icon icon-instagram"></span> </a> <a href="https://twitter.com/anewalldecor" target="_blank"> <span class="icon icon-twitter"></span> </a> <a href="https://www.pinterest.ca/anewalldecor/" target="_blank"> <span class="icon icon-pinterest"></span> </a> <a href="https://www.youtube.com/channel/UCwnxGTvLI9Fg0Idobd42NFg/featured" target="_blank"> <span class="icon icon-youtube"></span> </a> </div> </div> <div class="footer__extra-link-wrapper row"> <div class="footer__extra-links col-sm-4 text-center"> <a href="https://anewall.com/pages/privacy-policy">Privacy Policy</a> | <a href="https://anewall.com/pages/anewall-site-map">Sitemap</a> </div> <div class="footer__copyright col-sm-4 text-center">© 2024 All Rights Reserved.</div> <div class="col-sm-4 text-center"><a href='mailto:hello@anewall.com'>hello@anewall.com</a></div> </div> </div> </footer> </div> </div> <script> </script> <!-- /snippets/ajax-cart-template.liquid --> <script id="CartTemplate" type="text/template"> <form action="/cart" method="post" novalidate class="cart ajaxcart"> <div class="ajaxcart__inner ajaxcart__inner--has-fixed-footer"> {{#items}} <div class="ajaxcart__product"> <div class="ajaxcart__row" data-line="{{line}}"> <div class="grid"> <div class="grid__item one-quarter"> <a href="{{url}}" class="ajaxcart__product-image"><img src="{{img}}" alt="{{name}}"></a> </div> <div class="grid__item three-quarters"> <div class="ajaxcart__product-name--wrapper"> <a href="{{url}}" class="ajaxcart__product-name">{{{name}}}</a> {{#if variation}} <span class="ajaxcart__product-meta">{{variation}}</span> {{/if}} {{#properties}} {{#each this}} {{#if this}} <span class="ajaxcart__product-meta">{{@key}}: {{this}}</span> {{/if}} {{/each}} {{/properties}} </div> <div class="grid--full display-table"> <div class="grid__item display-table-cell one-half"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" data-line="{{line}}" aria-label="Reduce item quantity by one"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">&minus;</span> </button> <input type="text" name="updates[]" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" data-line="{{line}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{key}}" data-line="{{line}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">+</span> </button> </div> </div> <div class="grid__item display-table-cell one-half text-right"> {{#if discountsApplied}} <small class="ajaxcart__price--strikethrough">{{{price}}}</small> <span class="ajaxcart__price"> {{{discountedPrice}}} </span> {{else}} <span class="ajaxcart__price"> {{{price}}} <span class="ajaxcart__currency">USD</span> </span> {{/if}} </div> </div> {{#if discountsApplied}} <div class="grid--full display-table"> <div class="grid__item text-right"> {{#each discounts}} <small class="ajaxcart__discount">{{this.title}}</small> {{/each}} </div> </div> {{/if}} </div> </div> </div> </div> {{/items}} <div> <label for="CartSpecialInstructions" class="ajaxcart__note">Special instructions for seller</label> <textarea name="note" class="input-full" id="CartSpecialInstructions">{{note}}</textarea> </div> </div> <div class="ajaxcart__footer ajaxcart__footer--fixed"> <div class="grid--full"> <div class="grid__item two-thirds"> <p class="ajaxcart__subtotal">Subtotal</p> </div> <div class="grid__item one-third text-right"> <p class="ajaxcart__subtotal">{{{totalPrice}}}</p> </div> </div> {{#if totalCartDiscount}} <p class="ajaxcart__savings text-center" style='display: none'>{{{totalCartDiscount}}}</p> {{/if}} <p class="ajaxcart__policies"> Taxes and shipping calculated at checkout </p> <button type="submit" class="btn--secondary btn--full cart__checkout" name="checkout"> Check Out <span class="icon icon-arrow-right" aria-hidden="true"></span> </button> </div> </form> </script> <script id="AjaxQty" type="text/template"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" aria-label="Reduce item quantity by one"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">&minus;</span> </button> <input type="text" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{key}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">+</span> </button> </div> </script> <script id="JsQty" type="text/template"> <div class="js-qty"> <button type="button" class="js-qty__adjust js-qty__adjust--minus icon-fallback-text" data-id="{{key}}" data-qty="{{itemMinus}}" aria-label="Reduce item quantity by one"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">&minus;</span> </button> <input type="text" class="js-qty__num" value="{{itemQty}}" min="1" data-id="{{key}}" aria-label="quantity" pattern="[0-9]*" name="{{inputName}}" id="{{inputId}}"> <button type="button" class="js-qty__adjust js-qty__adjust--plus icon-fallback-text" data-id="{{key}}" data-qty="{{itemAdd}}" aria-label="Increase item quantity by one"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text" aria-hidden="true">+</span> </button> </div> </script> </script> <script> // Override default values of shop.strings for each template. // Alternate product templates can change values of // add to cart button, sold out, and unavailable states here. theme.productStrings = { addToCart: "Add to Cart", soldOut: "Sold Out", unavailable: "Unavailable" } </script> <div id="SearchModal" class="mfp-hide"> <!-- /snippets/search-bar.liquid --> <form action="/search" method="get" class="input-group search-bar search-bar--modal" role="search"> <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store"> <span class="input-group-btn"> <button type="submit" class="btn icon-fallback-text"> <span class="icon icon-search" aria-hidden="true"></span> <span class="fallback-text">Search</span> </button> </span> </form> </div> <!-- Wholesale Hero Start --> <!-- Wholesale Hero End --> <script type='text/javascript'> <!--WHTestJS Start--> (function () { if (window.location.search.includes('ws_test') || localStorage.getItem('ws_test') == 'true') { console.log('whtestingjs'); var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); window.test_discount_group = true; script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + "cdn.shopify.com/s/files/1/0194/1736/6592/t/1/assets/discount_group_test.js?2167596224708722148"; script.type = 'text/javascript'; head.appendChild(script); } })(); <!--WHTestJS End--> </script> <!--BeginCFFPersistentCartCart--> <script> window.cffPCLiquidPlaced = true </script> <!--EndCFFPersistentCartCart--> <div id="shopify-block-6143736321357441667" class="shopify-block shopify-app-block"> <script src="//code.tidio.co/ow3fy3hxqjlwcmafvgtjwy5oeeo4n6n0.js?extensionVersion=1.3.0" async></script> </div></body> </html>
fineweb
{ "fineweb_metadata": { "text": "Hear the sweet sound of birds chirping with our retro toned Chickadee Mural. These little flocks of Chick-a-dees enliven the winter woods with their cheery songs and adorable personalities and are sure to do the same for your space. This fresh youthful blush and green design is perfect to accessorize any room. This design was created by the talented artist, Teresa Chan.\nThis pattern is not tileable / does not repeat every panel (25\").", "id": "<urn:uuid:658cde5c-885a-47ac-996c-8ae2fd7bb32c>", "dump": "CC-MAIN-2024-10", "url": "https://anewall.com/products/chickadee-mural", "date": "2024-02-25T09:31:38", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9306874871253967, "token_count": 101 } }
<urn:uuid:4416ef63-dde2-4fcd-ae05-b97394c39b24>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>5 Golden Rules Of Betting On Football (Soccer) &#8211; Angus For Bes Photography</title><style id="perfmatters-used-css">:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px);}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}b,strong{font-weight:bold;}h1{font-size:2em;margin:.67em 0;}svg:not(:root){overflow:hidden;}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"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}html{font-size:87.5%;line-height:1.78571em;overflow-x:hidden;}body,button,input,select,textarea{color:#5a5d60;font-family:"Lato",sans-serif;font-size:14px;font-size:1em;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;font-weight:400;line-height:1.7857;}h1,h2,h3,h4,h5,h6{clear:both;color:#313539;font-weight:700;hyphens:auto;margin:.89286em 0;}@media (max-width: 480px){.resp h1,.resp h2,.resp h3,.resp h4,.resp h5,.resp h6{line-height:normal;}}h1{font-size:24.99994px;font-size:1.78571rem;line-height:2em;}h2{font-size:22.00002px;font-size:1.57143rem;line-height:2.27273em;}p{margin:0 0 1.78571em;}p:last-child{margin-bottom:0;}p:only-child{margin-bottom:1.78571em;}b,strong{font-weight:700;}html{box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}body{background:#313539;}button,input[type="button"],input[type="reset"],input[type="submit"]{background:#0896fe;border:none;border-radius:3px;color:#fff;cursor:pointer;-webkit-appearance:button;font-weight:400;letter-spacing:.5px;line-height:normal;outline-style:none;padding:10px 20px;text-transform:uppercase;}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background:rgba(8,150,254,.8);}input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],input[type="password"],input[type="search"],select[multiple],textarea{background:#f6f6f7;border:1px solid #eaeaeb;border-radius:3px;color:#acaeaf;line-height:normal;max-width:100%;padding:.6429em .7143em;transition:.3s;-webkit-appearance:none;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{background:#fff;color:#5a5d60;outline-style:none;}input[type="file"]{font-size:14px;font-size:1rem;line-height:0;}a{color:#0896fe;text-decoration:none;transition:.3s;}a:visited{color:#0896fe;}a:hover,a:focus,a:active{color:#5a5d60;text-decoration:none;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}.main-navigation{box-sizing:border-box;float:right;max-width:65%;}.main-navigation > div{float:left;}@media (max-width: 1024px){.resp header:not(.responsive-menu) .main-navigation{max-width:60%;}}@media (max-width: 768px){.resp header:not(.responsive-menu) .main-navigation{float:none;max-width:100%;}.resp header:not(.responsive-menu) .main-navigation > div{float:none;}.resp header:not(.responsive-menu) .main-navigation .menu-search{display:none;}}.main-navigation .menu-search{height:112px;position:relative;}.main-navigation .menu-search .search-icon{float:left;padding-left:2.78571em;cursor:pointer;position:relative;}.main-navigation .menu-search .search-icon:before{color:#313539;content:"";font-family:"FontAwesome";height:112px;line-height:112px;position:absolute;right:0;transition:.3s;top:50%;}.main-navigation .menu-search .search-icon:hover:before{color:#0896fe;cursor:pointer;}.main-navigation .menu-search .searchform{background:#fff;display:none;margin-top:-3px;position:absolute;right:0;top:100%;width:17.8571rem;z-index:500;}.main-navigation .menu-search .searchform input[name=s]{background-color:transparent;border:none;border-top:3px solid #0896fe;border-radius:0;box-shadow:rgba(0,0,0,.1) 0 8px 15px;color:#313539;width:100%;}.main-navigation .menu a:before{color:#313539;}.main-navigation .menu a:hover:before{color:#0896fe;}.responsive-menu .menu-toggle{background:none;border-radius:0;color:#313539;-webkit-appearance:none;display:none;height:20px;margin-top:-10px;padding:0;position:absolute;right:1.78571em;top:50%;}.responsive-menu .menu-toggle:after{content:"";font-family:"FontAwesome";font-size:1.4286rem;line-height:normal;}.responsive-menu .menu-toggle:hover{background:none;}.site-main .comment-navigation,.site-main .post-navigation{border-color:#eaeaeb;border-top-style:solid;border-top-width:.07143em;padding-top:1.71429em;margin-top:1.78571em;margin-bottom:1.78571em;overflow:hidden;}.comment-navigation .nav-links,.paging-navigation .nav-links,.post-navigation .nav-links{text-align:center;}.comment-navigation .nav-links a,.paging-navigation .nav-links a,.post-navigation .nav-links a{color:#acaeaf;text-transform:capitalize;}.comment-navigation .nav-links a:hover,.paging-navigation .nav-links a:hover,.post-navigation .nav-links a:hover{color:#0896fe;}.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous{float:left;position:relative;}@media (max-width: 768px){.resp .comment-navigation .nav-previous,.resp .paging-navigation .nav-previous,.resp .post-navigation .nav-previous{float:none;margin-bottom:1.78571em;width:100%;}}.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next{float:right;position:relative;}@media (max-width: 768px){.resp .comment-navigation .nav-next,.resp .paging-navigation .nav-next,.resp .post-navigation .nav-next{float:none;width:100%;}}.comment-navigation .nav-previous a:before,.comment-navigation .nav-next a:after,.post-navigation .nav-previous a:before,.post-navigation .nav-next a:after{font-family:"FontAwesome";font-size:.8125em;position:relative;top:-1px;}.comment-navigation .nav-previous a:before,.post-navigation .nav-previous a:before{content:"";padding-right:.5em;}.comment-navigation .nav-next a:after,.post-navigation .nav-next a:after{content:"";padding-left:.5em;}.widget .menu a[href*="behance.net"]:hover,.widget .menu a[href*="codepen.io"]:hover,.widget .menu a[href*="delicious.com"]:hover,.widget .menu a[href*="deviantart.com"]:hover,.widget .menu a[href*="digg.com"]:hover,.widget .menu a[href*="dribbble.com"]:hover,.widget .menu a[href*="facebook.com"]:hover,.widget .menu a[href*="flickr.com"]:hover,.widget .menu a[href*="foursquare.com"]:hover,.widget .menu a[href*="github.com"]:hover,.widget .menu a[href*="plus.google.com"]:hover,.widget .menu a[href*="instagram.com"]:hover,.widget .menu a[href*="linkedin.com"]:hover,.widget .menu a[href*="pinterest.com"]:hover,.widget .menu a[href*="reddit.com"]:hover,.widget .menu a[href*="snapchat.com"]:hover,.widget .menu a[href*="soundcloud.com"]:hover,.widget .menu a[href*="stackexchange.com"]:hover,.widget .menu a[href*="stackoverflow.com"]:hover,.widget .menu a[href*="tumblr.com"]:hover,.widget .menu a[href*="twitter.com"]:hover,.widget .menu a[href*="vimeo.com"]:hover,.widget .menu a[href*="vine.co"]:hover,.widget .menu a[href*="vk.com"]:hover,.widget .menu a[href*="weibo.com"]:hover,.widget .menu a[href*="wordpress.com"]:hover,.widget .menu a[href*="xing.com"]:hover,.widget .menu a[href*="yelp.com"]:hover,.widget .menu a[href*="youtube.com"]:hover{border-bottom:none;}.widget .menu a[href*="behance.net"]:before,.widget .menu a[href*="codepen.io"]:before,.widget .menu a[href*="delicious.com"]:before,.widget .menu a[href*="deviantart.com"]:before,.widget .menu a[href*="digg.com"]:before,.widget .menu a[href*="dribbble.com"]:before,.widget .menu a[href*="facebook.com"]:before,.widget .menu a[href*="flickr.com"]:before,.widget .menu a[href*="foursquare.com"]:before,.widget .menu a[href*="github.com"]:before,.widget .menu a[href*="plus.google.com"]:before,.widget .menu a[href*="instagram.com"]:before,.widget .menu a[href*="linkedin.com"]:before,.widget .menu a[href*="pinterest.com"]:before,.widget .menu a[href*="reddit.com"]:before,.widget .menu a[href*="snapchat.com"]:before,.widget .menu a[href*="soundcloud.com"]:before,.widget .menu a[href*="stackexchange.com"]:before,.widget .menu a[href*="stackoverflow.com"]:before,.widget .menu a[href*="tumblr.com"]:before,.widget .menu a[href*="twitter.com"]:before,.widget .menu a[href*="vimeo.com"]:before,.widget .menu a[href*="vine.co"]:before,.widget .menu a[href*="vk.com"]:before,.widget .menu a[href*="weibo.com"]:before,.widget .menu a[href*="wordpress.com"]:before,.widget .menu a[href*="xing.com"]:before,.widget .menu a[href*="yelp.com"]:before,.widget .menu a[href*="youtube.com"]:before{color:#5a5d60;}.widget .menu a[href*="behance.net"]:hover:before,.widget .menu a[href*="codepen.io"]:hover:before,.widget .menu a[href*="delicious.com"]:hover:before,.widget .menu a[href*="deviantart.com"]:hover:before,.widget .menu a[href*="digg.com"]:hover:before,.widget .menu a[href*="dribbble.com"]:hover:before,.widget .menu a[href*="facebook.com"]:hover:before,.widget .menu a[href*="flickr.com"]:hover:before,.widget .menu a[href*="foursquare.com"]:hover:before,.widget .menu a[href*="github.com"]:hover:before,.widget .menu a[href*="plus.google.com"]:hover:before,.widget .menu a[href*="instagram.com"]:hover:before,.widget .menu a[href*="linkedin.com"]:hover:before,.widget .menu a[href*="pinterest.com"]:hover:before,.widget .menu a[href*="reddit.com"]:hover:before,.widget .menu a[href*="snapchat.com"]:hover:before,.widget .menu a[href*="soundcloud.com"]:hover:before,.widget .menu a[href*="stackexchange.com"]:hover:before,.widget .menu a[href*="stackoverflow.com"]:hover:before,.widget .menu a[href*="tumblr.com"]:hover:before,.widget .menu a[href*="twitter.com"]:hover:before,.widget .menu a[href*="vimeo.com"]:hover:before,.widget .menu a[href*="vine.co"]:hover:before,.widget .menu a[href*="vk.com"]:hover:before,.widget .menu a[href*="weibo.com"]:hover:before,.widget .menu a[href*="wordpress.com"]:hover:before,.widget .menu a[href*="xing.com"]:hover:before,.widget .menu a[href*="yelp.com"]:hover:before,.widget .menu a[href*="youtube.com"]:hover:before{color:#0896fe;}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute !important;word-wrap:normal !important;width:1px;}.screen-reader-text:focus{background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#0073aa;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-weight:600;height:auto;left:6px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:7px;width:auto;z-index:100000;}blockquote.alignleft,figure.wp-caption.alignleft,img.alignleft{margin:0 1.78571em 1.78571em 0;}blockquote.alignright,figure.wp-caption.alignright,img.alignright{margin:0 0 1.78571em 1.78571em;}blockquote.aligncenter,figure.wp-caption.aligncenter,img.aligncenter{margin-bottom:1.78571em;}blockquote.alignnone,figure.wp-caption.alignnone,img.alignnone{margin-bottom:1.78571em;}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both;}#scroll-to-top{background:rgba(0,0,0,.2);border-radius:3px;bottom:1.78571em;opacity:0;outline-style:none;position:fixed;padding:13px 18px 13px;right:1.78571em;text-decoration:none;transform:scale(0,0);transition:.2s;-webkit-transform:translateZ(0);}#scroll-to-top .up-arrow{display:block;color:white;line-height:normal;}#scroll-to-top .up-arrow:before{content:"";font-family:"FontAwesome";font-size:1.424em;}#secondary .widget{margin-bottom:2.67857em;width:100%;}#secondary .widget:last-of-type{margin-bottom:0;}#secondary .widget a:not(.button):hover{color:#5a5d60;}#colophon .widget{padding:2.67857em 0;}@media (max-width: 768px){.resp #colophon .widget{padding:.89286em 0 .89286em;}.resp #colophon .widget:first-of-type{padding-top:2.67857em;}.resp #colophon .widget:last-of-type{padding-bottom:3.57143em;}}#secondary .widget input[type="text"],#secondary .widget input[type="email"],#secondary .widget input[type="url"],#secondary .widget input[type="tel"],#secondary .widget input[type="number"],#secondary .widget input[type="date"],#secondary .widget input[type="password"],#secondary .widget input[type="search"],#colophon .widget input[type="text"],#colophon .widget input[type="email"],#colophon .widget input[type="url"],#colophon .widget input[type="tel"],#colophon .widget input[type="number"],#colophon .widget input[type="date"],#colophon .widget input[type="password"],#colophon .widget input[type="search"]{box-sizing:border-box;width:100%;}#page{background:#fff;}.container{box-sizing:border-box;display:block;padding:0 1.78571em;position:relative;margin:0 auto;max-width:85.7143rem;}body:not(.resp) .container{width:85.7143rem;}.site-content{background:#fff;padding:3.57143em 0 3.57143em;}#primary{box-sizing:border-box;width:100%;}.sidebar #primary{border-color:#eaeaeb;border-style:solid;border-width:0 1px 0 0;float:left;padding-right:3.5%;width:75%;}@media (max-width: 768px){.resp.sidebar #primary{border:none;padding-right:0;padding-left:0;width:100%;}}#secondary{box-sizing:border-box;float:right;padding-left:3.5%;width:25%;}@media (max-width: 768px){.resp #secondary{border-color:#eaeaeb;margin-top:3.57143em;border-top-style:solid;border-top-width:.07143em;padding-top:3.5em;padding-left:0;width:100%;}}.single .site-content,.page .site-content,.blog .site-content,.archive .site-content,.search-results .site-content,.error404 .site-content,.search-no-results .site-content{padding-top:0;}.site-header{background:#fff;content:"";display:table;height:112px;position:relative;-webkit-transform:translateZ(0);transition:height .3s;width:100%;z-index:300;}body:not(.boxed) .site-header[style]{width:100% !important;}.site-header:before{content:"";display:block;height:100%;position:absolute;width:100%;}.site-header:after{bottom:-6px;box-shadow:rgba(0,0,0,.25) 0 6px 6px -6px inset;content:"";height:6px;position:absolute;width:100%;}.site-header .container{height:112px;}header.site-header:not(.responsive-menu) .container{height:auto;}.site-header .site-branding-container{-webkit-box-align:center;-moz-box-align:center;box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:box;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;box-sizing:border-box;float:left;height:112px;max-width:35%;overflow:hidden;padding-right:1.78571em;transition:.3s;}.site-header .site-branding{margin:auto;zoom:1;}.site-header .site-branding h1.site-title,.site-header .site-branding p.site-title{display:block;color:#333;font-size:36.00002px;font-size:2.57143rem;font-family:"Muli",sans-serif;font-weight:300;letter-spacing:-1px;line-height:normal;margin:0;transition:.3s;zoom:1;}@media (max-width: 1224px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:31.99994px;font-size:2.28571rem;line-height:normal;}}@media (max-width: 1024px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:28px;font-size:2rem;line-height:normal;}}@media (max-width: 768px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:24.99994px;font-size:1.78571rem;line-height:normal;}}.site-header .site-branding h1.site-title a,.site-header .site-branding p.site-title a{color:#333;text-decoration:none;}.site-header .site-branding h1.site-title a:hover,.site-header .site-branding p.site-title a:hover{border-bottom:none;}@media (max-width: 1024px){.resp header:not(.responsive-menu) .site-branding-container{max-width:40%;}}@media (max-width: 768px){.resp header:not(.responsive-menu) .site-branding-container{float:none;max-width:100%;text-align:center;}}.site-footer .footer-main{background:#272a2d;}.site-footer .footer-main a{color:#acaeaf;}.site-footer .footer-main a:hover{color:#fff;}.site-footer .footer-main input[type="text"],.site-footer .footer-main input[type="email"],.site-footer .footer-main input[type="url"],.site-footer .footer-main input[type="tel"],.site-footer .footer-main input[type="number"],.site-footer .footer-main input[type="date"],.site-footer .footer-main input[type="password"],.site-footer .footer-main input[type="search"],.site-footer .footer-main select[multiple],.site-footer .footer-main textarea{background:#5a5d60;border-color:#45494c;}.site-footer .footer-main input[type="text"]:focus,.site-footer .footer-main input[type="email"]:focus,.site-footer .footer-main input[type="url"]:focus,.site-footer .footer-main input[type="password"]:focus,.site-footer .footer-main input[type="search"]:focus,.site-footer .footer-main textarea:focus{background:#6e7174;border:1px solid #5a5d60;color:#d5d6d7;}.site-footer .footer-main button,.site-footer .footer-main input[type="button"],.site-footer .footer-main input[type="reset"],.site-footer .footer-main input[type="submit"]{background:#45494c;color:#acaeaf;}.site-footer .footer-main button:hover,.site-footer .footer-main input[type="button"]:hover,.site-footer .footer-main input[type="reset"]:hover,.site-footer .footer-main input[type="submit"]:hover{background:#5a5d60;}.site-footer .footer-main .widget{box-sizing:content-box;margin-right:2.5%;float:left;}.site-footer .footer-main .widget:last-of-type{margin-right:0;}@media (max-width: 768px){.resp .site-footer .footer-main .widget{width:100%;}}.site-footer .bottom-bar{background:#313539;color:#acaeaf;}@media (max-width: 768px){.resp .site-footer .bottom-bar{padding-bottom:0;}}.site-footer .bottom-bar a{color:#acaeaf;text-decoration:none;}.site-footer .bottom-bar a:hover{color:#fff;}.site-footer .bottom-bar .site-info{display:inline-block;font-size:11.99996px;font-size:.85714rem;padding:1.2em 0;text-align:left;vertical-align:middle;width:30%;}.site-footer .bottom-bar .site-info span:after{content:"-";display:inline-block;padding:0 5px;}.site-footer .bottom-bar .site-info span:last-of-type:after{content:none;}@media (max-width: 768px){.resp .site-footer .bottom-bar .site-info{display:block;height:auto;line-height:normal;padding:1.33929em 0;text-align:center;width:100%;}}.site-footer .bottom-bar .container div:only-of-type{text-align:center;width:100%;}article{border-color:#eaeaeb;border-bottom-style:solid;border-bottom-width:.07143em;padding-bottom:2.60714em;margin-bottom:2.67857em;}article:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0;}.entry-header .entry-title,.entry-header .page-title,.page-header .entry-title,.page-header .page-title{font-size:24.99994px;font-size:1.78571rem;line-height:1.78571;margin:0;}@media (max-width: 480px){.resp .entry-header .entry-title,.resp .entry-header .page-title,.resp .page-header .entry-title,.resp .page-header .page-title{font-size:22.00002px;font-size:1.57143rem;line-height:normal;}}.entry-header .entry-title a,.entry-header .page-title a,.page-header .entry-title a,.page-header .page-title a{border:none;color:#313539;}.entry-header .entry-title a:hover,.entry-header .page-title a:hover,.page-header .entry-title a:hover,.page-header .page-title a:hover{border:none;color:#0896fe;}.single .entry-header,.page .site-content > .entry-header,.blog .page-header,.archive .page-header,.search-results .page-header,.search-no-results .page-header,.error404 .page-header{background:#f6f6f7;box-sizing:content-box;margin-bottom:2.67857em;padding:1.33929em 0;}.single .entry-header{margin-bottom:.89286em;}.single .entry-header h1.entry-title,.page .site-content > .entry-header h1.entry-title,.blog .page-header h1.page-title,.search-results .page-header h1.page-title,.search-no-results .page-header h1.page-title,.error404 .page-header h1.page-title{box-sizing:border-box;display:inline-block;vertical-align:middle;width:70%;}@media (max-width: 768px){.resp.single .entry-header h1.entry-title,.resp.page .site-content > .entry-header h1.entry-title,.resp.blog .page-header h1.page-title,.resp.search-results .page-header h1.page-title,.resp.search-no-results .page-header h1.page-title,.resp.error404 .page-header h1.page-title{text-align:center;width:100%;}}.single .entry-meta{box-sizing:content-box;}.single .entry-meta .container > div{border-bottom:1px solid #eaeaeb;content:"";display:table;margin-bottom:3.57143em;padding-bottom:.44643em;width:100%;}.single .entry-meta .entry-meta-inner{float:left;}.single .entry-meta div > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;}.single .entry-meta .post-navigation{display:inline-block;float:right;}.single .entry-meta .post-navigation .nav-previous,.single .entry-meta .post-navigation .nav-next{display:inline-block;float:none;}@media (max-width: 768px){.resp.single .entry-meta .post-navigation .nav-previous,.resp.single .entry-meta .post-navigation .nav-next{margin-bottom:0;width:auto;}}.single .entry-meta .post-navigation .nav-previous a:before,.single .entry-meta .post-navigation .nav-next a:after{display:block;font-family:"FontAwesome";font-size:1.1429em;line-height:normal;padding-top:3px;}.site-content .entry-meta{color:#acaeaf;margin-bottom:1.78571em;}.site-content .entry-meta a{border:none;color:#acaeaf;display:inline-block;font-weight:400;}.site-content .entry-meta a:hover{border:none;color:#0896fe;}.site-content .entry-meta div > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;}.site-content .entry-meta span{display:inline-block;margin-right:1.0769em;}.site-content .entry-meta span span{margin-right:0;}.site-content .entry-meta span:before,.site-content .entry-meta a:before{font-size:12.99998px;font-size:.92857rem;font-family:"FontAwesome";line-height:1.92308em;padding-right:.4554em;}.site-content .entry-meta .entry-date:before{content:"";}.site-content .entry-meta .updated{display:none;}.site-content .entry-meta .author:before{content:"";}.entry-content a[href$=".jpg"],.entry-content a[href$=".jpeg"],.entry-content a[href$=".jpe"],.entry-content a[href$=".png"],.entry-content a[href$=".gif"]{border:none !important;}.entry-content > div[class^='wp-block-']{margin-bottom:2.67857em;}.entry-footer span a{border:none;color:#acaeaf;font-weight:400;}.entry-footer span a:hover{border:none;color:#0896fe;}.entry-footer > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;margin:2.67857em 1.0769em 0 0;}.entry-footer span{color:#acaeaf;display:inline-block;}.entry-footer span:before,.entry-footer a:before{font-family:"FontAwesome";padding-right:.4554em;}.entry-footer .cat-links:before{content:"";}figure.wp-caption{background:#f6f6f7;border-radius:3px;padding:.89286em;}.wp-caption{max-width:100%;}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto;}.wp-caption .wp-caption-text{padding:.89286em 0 0;}div[id*="contact-form"] div input,div[id*="contact-form"] div input[type='text'],div[id*="contact-form"] div input[type='email'],div[id*="contact-form"] div textarea{margin-bottom:1.33929em;}@font-face{font-family:"FontAwesome";src:url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}</style> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//www.google-analytics.com'> <link rel='dns-prefetch' href='//www.googletagmanager.com'> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.3.2" type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='siteorigin-google-web-fonts-css' href='https://angusforbesphotography.co.uk/wp-content/cache/perfmatters/angusforbesphotography.co.uk/fonts/b362b8e9fe04.google-fonts.css' type='text/css' media='all' /> <link rel='stylesheet' id='ultra-style-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-content/themes/ultra/style.css?ver=1.6.5" type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/font-awesome.min.css?ver=4.7.0" type='text/css' media='all' /> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.0" id="jquery-core-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" id="ultra-theme-js-extra" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> /* <![CDATA[ */ var ultra_smooth_scroll_params = {"value":"1"}; var ultra_resp_top_bar_params = {"collapse":"1024"}; /* ]]> */ </script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.theme.min.js?ver=1.6.5" id="ultra-theme-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.hc-sticky.min.js?ver=2.2.6" id="jquery-hc-sticky-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.flexslider.min.js?ver=2.2.2" id="jquery-flexslider-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.fitvids.min.js?ver=1.1" id="jquery-fitvids-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/skip-link-focus-fix.js?ver=1.6.5" id="ultra-skip-link-focus-fix-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/flexie.js?ver=1.0.3' id='ultra-flexie-js'></script> <![endif]--> <!--[if lt IE 9]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/html5shiv-printshiv.js?ver=3.7.3' id='ultra-html5-js'></script> <![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/selectivizr.min.js?ver=1.0.3b' id='ultra-selectivizr-js'></script> <![endif]--> <link rel="https://api.w.org/" href="https://angusforbesphotography.co.uk/wp-json/" /><link rel="alternate" type="application/json" href="https://angusforbesphotography.co.uk/wp-json/wp/v2/posts/794" /><link rel="canonical" href="https://angusforbesphotography.co.uk/5-golden-rules-of-betting-on-football-soccer-2/" /> <link rel="alternate" type="application/json+oembed" href="https://angusforbesphotography.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fangusforbesphotography.co.uk%2F5-golden-rules-of-betting-on-football-soccer-2%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://angusforbesphotography.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fangusforbesphotography.co.uk%2F5-golden-rules-of-betting-on-football-soccer-2%2F&#038;format=xml" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css" id="ultra-menu-css"> @media (max-width: 1024px) { .responsive-menu .main-navigation ul { display: none } .responsive-menu .menu-toggle { display: block } .responsive-menu .menu-search { display: none } .site-header .site-branding-container { max-width: 90% } .main-navigation { max-width: 10% } } @media (min-width: 1024px) { .header-centered .site-header .container { height: auto; } .header-centered .site-header .site-branding-container { float: none; max-width: 100%; padding-right: 0; text-align: center; } .header-centered .main-navigation { float: none; max-width: 100%; text-align: center; } .header-centered .main-navigation > div { display: inline-block; float: none; vertical-align: top; } } </style> <link rel="icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-32x32.png" sizes="32x32" /> <link rel="icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-180x180.png" /> <meta name="msapplication-TileImage" content="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-270x270.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://angusforbesphotography.co.uk/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}</style></head> <body class="post-template-default single single-post postid-794 single-format-standard full group-blog sidebar no-touch page-layout-default resp"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header sticky-header scale responsive-menu"> <div class="container"> <div class="site-branding-container"> <div class="site-branding"> <a href="https://angusforbesphotography.co.uk/" rel="home"> <p class="site-title">Angus For Bes Photography</p> </a> </div><!-- .site-branding --> </div><!-- .site-branding-container --> <nav id="site-navigation" class="main-navigation"> <button class="menu-toggle"></button> <div class="menu"></div> <div class="menu-search"> <div class="search-icon"></div> <form method="get" class="searchform" action="https://angusforbesphotography.co.uk/"> <input type="text" class="field" name="s" value="" /> </form> </div><!-- .menu-search --> </nav><!-- #site-navigation --> </div><!-- .container --> </header><!-- #masthead --> <div id="content" class="site-content"> <header class="entry-header"> <div class="container"> <h1 class="entry-title">5 Golden Rules Of Betting On Football (Soccer)</h1> </div><!-- .container --> </header><!-- .entry-header --> <div class="entry-meta"> <div class="container"> <div> <div class="entry-meta-inner"><span class="entry-date"><time class="published" datetime="2022-03-25T11:30:00+00:00">March 25, 2022</time><time class="updated" datetime="2022-03-25T11:30:00+00:00">March 25, 2022</time></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://angusforbesphotography.co.uk/author/admin/" rel="author">admin</a></span></span></div> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://angusforbesphotography.co.uk/anticipation-for-live-soccer-scores/" rel="prev"></a></div><div class="nav-next"><a href="https://angusforbesphotography.co.uk/football-soccer-betting-strategy-discover-winning-by-picking-draws/" rel="next"></a></div></div> </nav> </div> </div><!-- .container --> </div><!-- .entry-meta --> <div class="container"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-794" class="post-794 post type-post status-publish format-standard hentry category-uncategorized"> <div class="entry-content"> <p>The best time to give up football is at no more the season &#8211; after all the cup games and European Championships, or World Cup. Then avoid transfer news and football news in general.</p> <p>Now now you understand the wager you want, the following step may be to fall in line and call for your personal bet. Of course, you will choose to bet on the winning team. Choosing seems like the easy part when it comes predicting may win. Actually, this isn&#8217;t true. You must carefully focus on the team&#8217;s ranks, picks, as well as the team player scores. Here you can assertain who method player is and regardless of if your team is really the best. Should you be predicting really best team, you&#8217;ll want to proofs so you&#8217;re really sure about placing that bet. While Football live scores bet sports is on the rise, you should still be careful about placing proposition wagers.</p> <p>Just what factors truly talking near? Well, the player roster is definitely one. Every game will dsicover not only one new starting pitcher, but a new relief staff as well. The pitchers can make all write-up . in a baseball game, and significantly alter a team&#8217;s chance at triumph. The professional baseball season in particular is a challenging one, which means that changes be apt to occur throughout the lineup from game to game. Good sports betting on baseball means being aware of which playing what for each game!</p> <p>There are a few ways to investigate a tennis match. It can be done while watching it, greater Football results previous matches played on video, or check out the statistics. Obviously the fastest way is generally analyze the data of two players, but you might in order to watch the games, provides a part of an joyfulness.</p> <p>The amateur likes to bet throughout the Football news favored team and develop a little cash here and there. The problem is with sports is that every week there are upsets. The professional has fine-tuned his research and analysis skills to spot the upsets and weigh factors to know when to pick out the underdog.</p> <p>Among many, one for this reasons colleges are so attracted to leaders, is simply because when you play sports for a university, you&#8217;re &#8220;representing&#8221; the university.</p> <p>After selecting the location, the next phase is to locate the best wager. The commonest football wager is the point spread. Here, people favor the strong team this weak basketball team. They will study the team who seems to outweigh the additional team and thoroughly predict the triumph from their bet for that team. This can be the easy wager. Some wagers are composed of seasons or leagues. The wagers depend regarding your patience of studying obtaining team guitar playing.</p> <p>Watch the news, look at the newspaper and take everything in. Hopefully <a href="https://speed-24.com">epl중계</a> &#8216;ll look for a way to unravel this issue and the U.S. football season definitely won&#8217;t be impacted, but no matter what happens we&#8217;ll all much better negotiators once it&#8217;s over!</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="cat-links"><a href="https://angusforbesphotography.co.uk/category/uncategorized/" rel="category tag">Uncategorized</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://angusforbesphotography.co.uk/anticipation-for-live-soccer-scores/" rel="prev">Anticipation For Live Soccer Scores</a></div><div class="nav-next"><a href="https://angusforbesphotography.co.uk/football-soccer-betting-strategy-discover-winning-by-picking-draws/" rel="next">Football (Soccer) Betting Strategy &#8211; Discover Winning By Picking Draws</a></div></div> </nav> </main><!-- #main --> </div><!-- #primary --> <div id="secondary" class="widget-area"> <aside id="text-29" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.parinti.com/"><strong>situs togel terpercaya</strong></a></p> </div> </aside><aside id="text-28" class="widget widget_text"> <div class="textwidget"><p><a href="https://coldnoon.com/"><strong>Judi Slot Online</strong></a></p> </div> </aside><aside id="text-27" class="widget widget_text"> <div class="textwidget"><p><a href="https://riverfrontrevitalization.com/"><strong>sultan33 </strong></a></p> </div> </aside><aside id="text-26" class="widget widget_text"> <div class="textwidget"><p><a href="https://idebusiness.com/"><strong>Situs Slot</strong></a></p> </div> </aside><aside id="text-25" class="widget widget_text"> <div class="textwidget"><p><a href="https://newtt.com/"><strong>토토사이트</strong></a></p> </div> </aside><aside id="text-23" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.teresakok.com/"><b>slot gacor gampang menang</b></a></p> </div> </aside><aside id="text-22" class="widget widget_text"> <div class="textwidget"><p><a href="https://socawlege.com/"><b>slot pragmatic</b></a></p> </div> </aside><aside id="text-21" class="widget widget_text"> <div class="textwidget"><p><a href="https://acrreform.org/"><b>parlay4d</b></a></p> </div> </aside><aside id="text-20" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ruangterang.com/"><strong>agen slot Terpercaya</strong></a></p> </div> </aside><aside id="text-19" class="widget widget_text"> <div class="textwidget"><p><a href="https://androidsummit.org"><b>slot88 </b></a></p> </div> </aside><aside id="text-17" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.traumaticbraininjuryatoz.org/"><strong>Judi Slot Online Terbaik</strong></a></p> </div> </aside><aside id="text-18" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://pramotronic.ru/include/">Bandar Togel</a></strong></p> </div> </aside><aside id="text-16" class="widget widget_text"> <div class="textwidget"><p><a href="https://leftmatrix.com/"><strong>judi online</strong></a></p> </div> </aside><aside id="text-14" class="widget widget_text"> <div class="textwidget"><p><a href="https://electronicinfo.ca"><strong> yoyo88</strong></a></p> </div> </aside><aside id="text-13" class="widget widget_text"> <div class="textwidget"><p><a href="https://cgivancouver.org/"><strong>pragmatic play slot</strong></a></p> </div> </aside><aside id="text-12" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ullswater.com/"><b>situs slot terbaru</b></a></p> </div> </aside><aside id="text-15" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.castleonstagecoach.com"><strong>judi bola sbobet</strong></a></p> </div> </aside><aside id="text-11" class="widget widget_text"> <div class="textwidget"><p><a href="https://angelmuseum.org"><b>Taruhan Judi Bola</b></a></p> </div> </aside><aside id="text-10" class="widget widget_text"> <div class="textwidget"><p><a href="https://veteranbusinesscoalition.org/"><b>slot88</b></a></p> </div> </aside><aside id="text-9" class="widget widget_text"> <div class="textwidget"><p><a href="https://sapahousedallas.com/"><b>Pragmatic218</b></a></p> </div> </aside><aside id="text-8" class="widget widget_text"> <div class="textwidget"><p><a href="https://paralegaltoday.com/"><strong>pragmatic</strong></a></p> </div> </aside><aside id="text-6" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://body-psyche.com/">judi slot pulsa</a></strong></p> </div> </aside><aside id="text-5" class="widget widget_text"> <div class="textwidget"><p><a href="https://jsleelondon.com/"><strong>judi online</strong></a></p> </div> </aside><aside id="text-4" class="widget widget_text"> <div class="textwidget"><p><a href="http://198.252.104.223/">login joker123</a></p> </div> </aside><aside id="text-7" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.berkwoodresources.com"><strong>Slot Online Terpercaya</strong></a></p> </div> </aside><aside id="text-3" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.5seasonsbrewing.com/">daftar judi online</a></p> </div> </aside><aside id="text-2" class="widget widget_text"> <div class="textwidget"><p>台灣最大 E7<a href="https://xn--e7-g63cn55w.com/">借錢</a>網站</p> </div> </aside></div><!-- #secondary --> </div><!-- .container --> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div class="footer-main"> <div class="container"> <div class="clear"></div> </div><!-- .container --> </div><!-- .main-footer --> <div class="bottom-bar"> <div class="container"> <div class="site-info"> <span>&copy; 2024 <a href="https://angusforbesphotography.co.uk/">Angus For Bes Photography</a></span><span>Theme by <a href="https://purothemes.com/">Puro</a></span> </div><!-- .site-info --> </div><!-- .container --> </div><!-- .bottom-bar --> </footer><!-- #colophon --> </div><!-- #page --> <a href="#" id="scroll-to-top" class="scroll-to-top" title="Back To Top"><span class="up-arrow"></span></a><script type="pmdelayedscript" id="ultra-responsive-menu-js-extra" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> /* <![CDATA[ */ var ultra_resp_menu_params = {"collapse":"1024"}; /* ]]> */ </script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/responsive-menu.min.js?ver=1.6.5" id="ultra-responsive-menu-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="perfmatters-lazy-load-js-before" type="text/javascript"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script type='text/javascript' async src='https://angusforbesphotography.co.uk/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.0.5' id='perfmatters-lazy-load-js'></script> <script type="text/javascript" id="perfmatters-delayed-scripts-js">const pmDelayClick=true;const pmDelayTimer=setTimeout(pmTriggerDOMListener,10*1000);const pmUserInteractions=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],pmDelayedScripts={normal:[],defer:[],async:[]},jQueriesArray=[],pmInterceptedClicks=[];var pmDOMLoaded=!1,pmClickTarget="";function pmTriggerDOMListener(){"undefined"!=typeof pmDelayTimer&&clearTimeout(pmDelayTimer),pmUserInteractions.forEach(function(e){window.removeEventListener(e,pmTriggerDOMListener,{passive:!0})}),document.removeEventListener("visibilitychange",pmTriggerDOMListener),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",pmTriggerDelayedScripts):pmTriggerDelayedScripts()}async function pmTriggerDelayedScripts(){pmDelayEventListeners(),pmDelayJQueryReady(),pmProcessDocumentWrite(),pmSortDelayedScripts(),pmPreloadDelayedScripts(),await pmLoadDelayedScripts(pmDelayedScripts.normal),await pmLoadDelayedScripts(pmDelayedScripts.defer),await pmLoadDelayedScripts(pmDelayedScripts.async),await pmTriggerEventListeners(),document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),pmReplayClicks()}function pmDelayEventListeners(){let e={};function t(t,r){function n(r){return e[t].delayedEvents.indexOf(r)>=0?"perfmatters-"+r:r}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)}),e[t].delayedEvents.push(r)}function r(e,t){let r=e[t];Object.defineProperty(e,t,{get:r||function(){},set:function(r){e["perfmatters"+t]=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}function pmDelayJQueryReady(){let e=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>e,set(t){if(t&&t.fn&&!jQueriesArray.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){pmDOMLoaded?e.bind(document)(t):document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})};let r=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e=(e=(e=e.split(" ")).map(function(e){return"load"===e||0===e.indexOf("load.")?"perfmatters-jquery-load":e})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(function(t){delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},jQueriesArray.push(t)}e=t}})}function pmProcessDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){var r=document.currentScript,n=document.createRange();let a=e.get(r);void 0===a&&(a=r.nextSibling,e.set(r,a));var i=document.createDocumentFragment();n.setStart(i,0),i.appendChild(n.createContextualFragment(t)),r.parentElement.insertBefore(i,a)}}function pmSortDelayedScripts(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){e.hasAttribute("src")?e.hasAttribute("defer")&&!1!==e.defer?pmDelayedScripts.defer.push(e):e.hasAttribute("async")&&!1!==e.async?pmDelayedScripts.async.push(e):pmDelayedScripts.normal.push(e):pmDelayedScripts.normal.push(e)})}function pmPreloadDelayedScripts(){var e=document.createDocumentFragment();[...pmDelayedScripts.normal,...pmDelayedScripts.defer,...pmDelayedScripts.async].forEach(function(t){var r=t.getAttribute("src");if(r){var n=document.createElement("link");n.href=r,n.rel="preload",n.as="script",e.appendChild(n)}}),document.head.appendChild(e)}async function pmLoadDelayedScripts(e){var t=e.shift();return t?(await pmReplaceScript(t),pmLoadDelayedScripts(e)):Promise.resolve()}async function pmReplaceScript(e){return await pmNextFrame(),new Promise(function(t){let r=document.createElement("script");[...e.attributes].forEach(function(e){let t=e.nodeName;"type"!==t&&("data-type"===t&&(t="type"),r.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(r.addEventListener("load",t),r.addEventListener("error",t)):(r.text=e.text,t()),e.parentNode.replaceChild(r,e)})}async function pmTriggerEventListeners(){pmDOMLoaded=!0,await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-readystatechange")),await pmNextFrame(),document.perfmattersonreadystatechange&&document.perfmattersonreadystatechange(),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-load")),await pmNextFrame(),window.perfmattersonload&&window.perfmattersonload(),await pmNextFrame(),jQueriesArray.forEach(function(e){e(window).trigger("perfmatters-jquery-load")});let e=new Event("perfmatters-pageshow");e.persisted=window.pmPersisted,window.dispatchEvent(e),await pmNextFrame(),window.perfmattersonpageshow&&window.perfmattersonpageshow({persisted:window.pmPersisted})}async function pmNextFrame(){return new Promise(function(e){requestAnimationFrame(e)})}function pmClickHandler(e){e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmInterceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}function pmReplayClicks(){window.removeEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.removeEventListener("mousedown",pmTouchStartHandler),pmInterceptedClicks.forEach(e=>{e.target.outerHTML===pmClickTarget&&e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}function pmTouchStartHandler(e){"HTML"!==e.target.tagName&&(pmClickTarget||(pmClickTarget=e.target.outerHTML),window.addEventListener("touchend",pmTouchEndHandler),window.addEventListener("mouseup",pmTouchEndHandler),window.addEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.addEventListener("mousemove",pmTouchMoveHandler),e.target.addEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"onclick","pm-onclick"))}function pmTouchMoveHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler),e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick")}function pmTouchEndHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler)}function pmRenameDOMAttribute(e,t,r){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(r,event.target.getAttribute(t)),event.target.removeAttribute(t))}window.addEventListener("pageshow",e=>{window.pmPersisted=e.persisted}),pmUserInteractions.forEach(function(e){window.addEventListener(e,pmTriggerDOMListener,{passive:!0})}),pmDelayClick&&(window.addEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.addEventListener("mousedown",pmTouchStartHandler)),document.addEventListener("visibilitychange",pmTriggerDOMListener);</script></body> </html>
fineweb
{ "fineweb_metadata": { "text": "The best time to give up football is at no more the season – after all the cup games and European Championships, or World Cup. Then avoid transfer news and football news in general.\nNow now you understand the wager you want, the following step may be to fall in line and call for your personal bet. Of course, you will choose to bet on the winning team. Choosing seems like the easy part when it comes predicting may win. Actually, this isn’t true. You must carefully focus on the team’s ranks, picks, as well as the team player scores. Here you can assertain who method player is and regardless of if your team is really the best. Should you be predicting really best team, you’ll want to proofs so you’re really sure about placing that bet. While Football live scores bet sports is on the rise, you should still be careful about placing proposition wagers.\nJust what factors truly talking near? Well, the player roster is definitely one. Every game will dsicover not only one new starting pitcher, but a new relief staff as well. The pitchers can make all write-up . in a baseball game, and significantly alter a team’s chance at triumph. The professional baseball season in particular is a challenging one, which means that changes be apt to occur throughout the lineup from game to game. Good sports betting on baseball means being aware of which playing what for each game!\nThere are a few ways to investigate a tennis match. It can be done while watching it, greater Football results previous matches played on video, or check out the statistics. Obviously the fastest way is generally analyze the data of two players, but you might in order to watch the games, provides a part of an joyfulness.\nThe amateur likes to bet throughout the Football news favored team and develop a little cash here and there. The problem is with sports is that every week there are upsets. The professional has fine-tuned his research and analysis skills to spot the upsets and weigh factors to know when to pick out the underdog.\nAmong many, one for this reasons colleges are so attracted to leaders, is simply because when you play sports for a university, you’re “representing” the university.\nAfter selecting the location, the next phase is to locate the best wager. The commonest football wager is the point spread. Here, people favor the strong team this weak basketball team. They will study the team who seems to outweigh the additional team and thoroughly predict the triumph from their bet for that team. This can be the easy wager. Some wagers are composed of seasons or leagues. The wagers depend regarding your patience of studying obtaining team guitar playing.\nWatch the news, look at the newspaper and take everything in. Hopefully epl중계 ‘ll look for a way to unravel this issue and the U.S. football season definitely won’t be impacted, but no matter what happens we’ll all much better negotiators once it’s over!", "id": "<urn:uuid:4416ef63-dde2-4fcd-ae05-b97394c39b24>", "dump": "CC-MAIN-2024-10", "url": "https://angusforbesphotography.co.uk/5-golden-rules-of-betting-on-football-soccer-2/", "date": "2024-02-25T09:24:31", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9679454565048218, "token_count": 633 } }
<urn:uuid:17bc0c3f-90ed-4de1-beb9-6ca48b352748>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Planning A Girls Vacation In A Club &#8211; Angus For Bes Photography</title><style id="perfmatters-used-css">:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px);}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}b,strong{font-weight:bold;}h1{font-size:2em;margin:.67em 0;}svg:not(:root){overflow:hidden;}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"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}html{font-size:87.5%;line-height:1.78571em;overflow-x:hidden;}body,button,input,select,textarea{color:#5a5d60;font-family:"Lato",sans-serif;font-size:14px;font-size:1em;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;font-weight:400;line-height:1.7857;}h1,h2,h3,h4,h5,h6{clear:both;color:#313539;font-weight:700;hyphens:auto;margin:.89286em 0;}@media (max-width: 480px){.resp h1,.resp h2,.resp h3,.resp h4,.resp h5,.resp h6{line-height:normal;}}h1{font-size:24.99994px;font-size:1.78571rem;line-height:2em;}h2{font-size:22.00002px;font-size:1.57143rem;line-height:2.27273em;}p{margin:0 0 1.78571em;}p:last-child{margin-bottom:0;}p:only-child{margin-bottom:1.78571em;}b,strong{font-weight:700;}html{box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}body{background:#313539;}button,input[type="button"],input[type="reset"],input[type="submit"]{background:#0896fe;border:none;border-radius:3px;color:#fff;cursor:pointer;-webkit-appearance:button;font-weight:400;letter-spacing:.5px;line-height:normal;outline-style:none;padding:10px 20px;text-transform:uppercase;}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background:rgba(8,150,254,.8);}input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="number"],input[type="date"],input[type="password"],input[type="search"],select[multiple],textarea{background:#f6f6f7;border:1px solid #eaeaeb;border-radius:3px;color:#acaeaf;line-height:normal;max-width:100%;padding:.6429em .7143em;transition:.3s;-webkit-appearance:none;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{background:#fff;color:#5a5d60;outline-style:none;}input[type="file"]{font-size:14px;font-size:1rem;line-height:0;}a{color:#0896fe;text-decoration:none;transition:.3s;}a:visited{color:#0896fe;}a:hover,a:focus,a:active{color:#5a5d60;text-decoration:none;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}.main-navigation{box-sizing:border-box;float:right;max-width:65%;}.main-navigation > div{float:left;}@media (max-width: 1024px){.resp header:not(.responsive-menu) .main-navigation{max-width:60%;}}@media (max-width: 768px){.resp header:not(.responsive-menu) .main-navigation{float:none;max-width:100%;}.resp header:not(.responsive-menu) .main-navigation > div{float:none;}.resp header:not(.responsive-menu) .main-navigation .menu-search{display:none;}}.main-navigation .menu-search{height:112px;position:relative;}.main-navigation .menu-search .search-icon{float:left;padding-left:2.78571em;cursor:pointer;position:relative;}.main-navigation .menu-search .search-icon:before{color:#313539;content:"";font-family:"FontAwesome";height:112px;line-height:112px;position:absolute;right:0;transition:.3s;top:50%;}.main-navigation .menu-search .search-icon:hover:before{color:#0896fe;cursor:pointer;}.main-navigation .menu-search .searchform{background:#fff;display:none;margin-top:-3px;position:absolute;right:0;top:100%;width:17.8571rem;z-index:500;}.main-navigation .menu-search .searchform input[name=s]{background-color:transparent;border:none;border-top:3px solid #0896fe;border-radius:0;box-shadow:rgba(0,0,0,.1) 0 8px 15px;color:#313539;width:100%;}.main-navigation .menu a:before{color:#313539;}.main-navigation .menu a:hover:before{color:#0896fe;}.responsive-menu .menu-toggle{background:none;border-radius:0;color:#313539;-webkit-appearance:none;display:none;height:20px;margin-top:-10px;padding:0;position:absolute;right:1.78571em;top:50%;}.responsive-menu .menu-toggle:after{content:"";font-family:"FontAwesome";font-size:1.4286rem;line-height:normal;}.responsive-menu .menu-toggle:hover{background:none;}.site-main .comment-navigation,.site-main .post-navigation{border-color:#eaeaeb;border-top-style:solid;border-top-width:.07143em;padding-top:1.71429em;margin-top:1.78571em;margin-bottom:1.78571em;overflow:hidden;}.comment-navigation .nav-links,.paging-navigation .nav-links,.post-navigation .nav-links{text-align:center;}.comment-navigation .nav-links a,.paging-navigation .nav-links a,.post-navigation .nav-links a{color:#acaeaf;text-transform:capitalize;}.comment-navigation .nav-links a:hover,.paging-navigation .nav-links a:hover,.post-navigation .nav-links a:hover{color:#0896fe;}.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous{float:left;position:relative;}@media (max-width: 768px){.resp .comment-navigation .nav-previous,.resp .paging-navigation .nav-previous,.resp .post-navigation .nav-previous{float:none;margin-bottom:1.78571em;width:100%;}}.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next{float:right;position:relative;}@media (max-width: 768px){.resp .comment-navigation .nav-next,.resp .paging-navigation .nav-next,.resp .post-navigation .nav-next{float:none;width:100%;}}.comment-navigation .nav-previous a:before,.comment-navigation .nav-next a:after,.post-navigation .nav-previous a:before,.post-navigation .nav-next a:after{font-family:"FontAwesome";font-size:.8125em;position:relative;top:-1px;}.comment-navigation .nav-previous a:before,.post-navigation .nav-previous a:before{content:"";padding-right:.5em;}.comment-navigation .nav-next a:after,.post-navigation .nav-next a:after{content:"";padding-left:.5em;}.widget .menu a[href*="behance.net"]:hover,.widget .menu a[href*="codepen.io"]:hover,.widget .menu a[href*="delicious.com"]:hover,.widget .menu a[href*="deviantart.com"]:hover,.widget .menu a[href*="digg.com"]:hover,.widget .menu a[href*="dribbble.com"]:hover,.widget .menu a[href*="facebook.com"]:hover,.widget .menu a[href*="flickr.com"]:hover,.widget .menu a[href*="foursquare.com"]:hover,.widget .menu a[href*="github.com"]:hover,.widget .menu a[href*="plus.google.com"]:hover,.widget .menu a[href*="instagram.com"]:hover,.widget .menu a[href*="linkedin.com"]:hover,.widget .menu a[href*="pinterest.com"]:hover,.widget .menu a[href*="reddit.com"]:hover,.widget .menu a[href*="snapchat.com"]:hover,.widget .menu a[href*="soundcloud.com"]:hover,.widget .menu a[href*="stackexchange.com"]:hover,.widget .menu a[href*="stackoverflow.com"]:hover,.widget .menu a[href*="tumblr.com"]:hover,.widget .menu a[href*="twitter.com"]:hover,.widget .menu a[href*="vimeo.com"]:hover,.widget .menu a[href*="vine.co"]:hover,.widget .menu a[href*="vk.com"]:hover,.widget .menu a[href*="weibo.com"]:hover,.widget .menu a[href*="wordpress.com"]:hover,.widget .menu a[href*="xing.com"]:hover,.widget .menu a[href*="yelp.com"]:hover,.widget .menu a[href*="youtube.com"]:hover{border-bottom:none;}.widget .menu a[href*="behance.net"]:before,.widget .menu a[href*="codepen.io"]:before,.widget .menu a[href*="delicious.com"]:before,.widget .menu a[href*="deviantart.com"]:before,.widget .menu a[href*="digg.com"]:before,.widget .menu a[href*="dribbble.com"]:before,.widget .menu a[href*="facebook.com"]:before,.widget .menu a[href*="flickr.com"]:before,.widget .menu a[href*="foursquare.com"]:before,.widget .menu a[href*="github.com"]:before,.widget .menu a[href*="plus.google.com"]:before,.widget .menu a[href*="instagram.com"]:before,.widget .menu a[href*="linkedin.com"]:before,.widget .menu a[href*="pinterest.com"]:before,.widget .menu a[href*="reddit.com"]:before,.widget .menu a[href*="snapchat.com"]:before,.widget .menu a[href*="soundcloud.com"]:before,.widget .menu a[href*="stackexchange.com"]:before,.widget .menu a[href*="stackoverflow.com"]:before,.widget .menu a[href*="tumblr.com"]:before,.widget .menu a[href*="twitter.com"]:before,.widget .menu a[href*="vimeo.com"]:before,.widget .menu a[href*="vine.co"]:before,.widget .menu a[href*="vk.com"]:before,.widget .menu a[href*="weibo.com"]:before,.widget .menu a[href*="wordpress.com"]:before,.widget .menu a[href*="xing.com"]:before,.widget .menu a[href*="yelp.com"]:before,.widget .menu a[href*="youtube.com"]:before{color:#5a5d60;}.widget .menu a[href*="behance.net"]:hover:before,.widget .menu a[href*="codepen.io"]:hover:before,.widget .menu a[href*="delicious.com"]:hover:before,.widget .menu a[href*="deviantart.com"]:hover:before,.widget .menu a[href*="digg.com"]:hover:before,.widget .menu a[href*="dribbble.com"]:hover:before,.widget .menu a[href*="facebook.com"]:hover:before,.widget .menu a[href*="flickr.com"]:hover:before,.widget .menu a[href*="foursquare.com"]:hover:before,.widget .menu a[href*="github.com"]:hover:before,.widget .menu a[href*="plus.google.com"]:hover:before,.widget .menu a[href*="instagram.com"]:hover:before,.widget .menu a[href*="linkedin.com"]:hover:before,.widget .menu a[href*="pinterest.com"]:hover:before,.widget .menu a[href*="reddit.com"]:hover:before,.widget .menu a[href*="snapchat.com"]:hover:before,.widget .menu a[href*="soundcloud.com"]:hover:before,.widget .menu a[href*="stackexchange.com"]:hover:before,.widget .menu a[href*="stackoverflow.com"]:hover:before,.widget .menu a[href*="tumblr.com"]:hover:before,.widget .menu a[href*="twitter.com"]:hover:before,.widget .menu a[href*="vimeo.com"]:hover:before,.widget .menu a[href*="vine.co"]:hover:before,.widget .menu a[href*="vk.com"]:hover:before,.widget .menu a[href*="weibo.com"]:hover:before,.widget .menu a[href*="wordpress.com"]:hover:before,.widget .menu a[href*="xing.com"]:hover:before,.widget .menu a[href*="yelp.com"]:hover:before,.widget .menu a[href*="youtube.com"]:hover:before{color:#0896fe;}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute !important;word-wrap:normal !important;width:1px;}.screen-reader-text:focus{background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#0073aa;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-weight:600;height:auto;left:6px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:7px;width:auto;z-index:100000;}blockquote.alignleft,figure.wp-caption.alignleft,img.alignleft{margin:0 1.78571em 1.78571em 0;}blockquote.alignright,figure.wp-caption.alignright,img.alignright{margin:0 0 1.78571em 1.78571em;}blockquote.aligncenter,figure.wp-caption.aligncenter,img.aligncenter{margin-bottom:1.78571em;}blockquote.alignnone,figure.wp-caption.alignnone,img.alignnone{margin-bottom:1.78571em;}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both;}#scroll-to-top{background:rgba(0,0,0,.2);border-radius:3px;bottom:1.78571em;opacity:0;outline-style:none;position:fixed;padding:13px 18px 13px;right:1.78571em;text-decoration:none;transform:scale(0,0);transition:.2s;-webkit-transform:translateZ(0);}#scroll-to-top .up-arrow{display:block;color:white;line-height:normal;}#scroll-to-top .up-arrow:before{content:"";font-family:"FontAwesome";font-size:1.424em;}#secondary .widget{margin-bottom:2.67857em;width:100%;}#secondary .widget:last-of-type{margin-bottom:0;}#secondary .widget a:not(.button):hover{color:#5a5d60;}#colophon .widget{padding:2.67857em 0;}@media (max-width: 768px){.resp #colophon .widget{padding:.89286em 0 .89286em;}.resp #colophon .widget:first-of-type{padding-top:2.67857em;}.resp #colophon .widget:last-of-type{padding-bottom:3.57143em;}}#secondary .widget input[type="text"],#secondary .widget input[type="email"],#secondary .widget input[type="url"],#secondary .widget input[type="tel"],#secondary .widget input[type="number"],#secondary .widget input[type="date"],#secondary .widget input[type="password"],#secondary .widget input[type="search"],#colophon .widget input[type="text"],#colophon .widget input[type="email"],#colophon .widget input[type="url"],#colophon .widget input[type="tel"],#colophon .widget input[type="number"],#colophon .widget input[type="date"],#colophon .widget input[type="password"],#colophon .widget input[type="search"]{box-sizing:border-box;width:100%;}#page{background:#fff;}.container{box-sizing:border-box;display:block;padding:0 1.78571em;position:relative;margin:0 auto;max-width:85.7143rem;}body:not(.resp) .container{width:85.7143rem;}.site-content{background:#fff;padding:3.57143em 0 3.57143em;}#primary{box-sizing:border-box;width:100%;}.sidebar #primary{border-color:#eaeaeb;border-style:solid;border-width:0 1px 0 0;float:left;padding-right:3.5%;width:75%;}@media (max-width: 768px){.resp.sidebar #primary{border:none;padding-right:0;padding-left:0;width:100%;}}#secondary{box-sizing:border-box;float:right;padding-left:3.5%;width:25%;}@media (max-width: 768px){.resp #secondary{border-color:#eaeaeb;margin-top:3.57143em;border-top-style:solid;border-top-width:.07143em;padding-top:3.5em;padding-left:0;width:100%;}}.single .site-content,.page .site-content,.blog .site-content,.archive .site-content,.search-results .site-content,.error404 .site-content,.search-no-results .site-content{padding-top:0;}.site-header{background:#fff;content:"";display:table;height:112px;position:relative;-webkit-transform:translateZ(0);transition:height .3s;width:100%;z-index:300;}body:not(.boxed) .site-header[style]{width:100% !important;}.site-header:before{content:"";display:block;height:100%;position:absolute;width:100%;}.site-header:after{bottom:-6px;box-shadow:rgba(0,0,0,.25) 0 6px 6px -6px inset;content:"";height:6px;position:absolute;width:100%;}.site-header .container{height:112px;}header.site-header:not(.responsive-menu) .container{height:auto;}.site-header .site-branding-container{-webkit-box-align:center;-moz-box-align:center;box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;display:box;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;box-sizing:border-box;float:left;height:112px;max-width:35%;overflow:hidden;padding-right:1.78571em;transition:.3s;}.site-header .site-branding{margin:auto;zoom:1;}.site-header .site-branding h1.site-title,.site-header .site-branding p.site-title{display:block;color:#333;font-size:36.00002px;font-size:2.57143rem;font-family:"Muli",sans-serif;font-weight:300;letter-spacing:-1px;line-height:normal;margin:0;transition:.3s;zoom:1;}@media (max-width: 1224px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:31.99994px;font-size:2.28571rem;line-height:normal;}}@media (max-width: 1024px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:28px;font-size:2rem;line-height:normal;}}@media (max-width: 768px){.resp .site-header .site-branding h1.site-title,.resp .site-header .site-branding p.site-title{font-size:24.99994px;font-size:1.78571rem;line-height:normal;}}.site-header .site-branding h1.site-title a,.site-header .site-branding p.site-title a{color:#333;text-decoration:none;}.site-header .site-branding h1.site-title a:hover,.site-header .site-branding p.site-title a:hover{border-bottom:none;}@media (max-width: 1024px){.resp header:not(.responsive-menu) .site-branding-container{max-width:40%;}}@media (max-width: 768px){.resp header:not(.responsive-menu) .site-branding-container{float:none;max-width:100%;text-align:center;}}.site-footer .footer-main{background:#272a2d;}.site-footer .footer-main a{color:#acaeaf;}.site-footer .footer-main a:hover{color:#fff;}.site-footer .footer-main input[type="text"],.site-footer .footer-main input[type="email"],.site-footer .footer-main input[type="url"],.site-footer .footer-main input[type="tel"],.site-footer .footer-main input[type="number"],.site-footer .footer-main input[type="date"],.site-footer .footer-main input[type="password"],.site-footer .footer-main input[type="search"],.site-footer .footer-main select[multiple],.site-footer .footer-main textarea{background:#5a5d60;border-color:#45494c;}.site-footer .footer-main input[type="text"]:focus,.site-footer .footer-main input[type="email"]:focus,.site-footer .footer-main input[type="url"]:focus,.site-footer .footer-main input[type="password"]:focus,.site-footer .footer-main input[type="search"]:focus,.site-footer .footer-main textarea:focus{background:#6e7174;border:1px solid #5a5d60;color:#d5d6d7;}.site-footer .footer-main button,.site-footer .footer-main input[type="button"],.site-footer .footer-main input[type="reset"],.site-footer .footer-main input[type="submit"]{background:#45494c;color:#acaeaf;}.site-footer .footer-main button:hover,.site-footer .footer-main input[type="button"]:hover,.site-footer .footer-main input[type="reset"]:hover,.site-footer .footer-main input[type="submit"]:hover{background:#5a5d60;}.site-footer .footer-main .widget{box-sizing:content-box;margin-right:2.5%;float:left;}.site-footer .footer-main .widget:last-of-type{margin-right:0;}@media (max-width: 768px){.resp .site-footer .footer-main .widget{width:100%;}}.site-footer .bottom-bar{background:#313539;color:#acaeaf;}@media (max-width: 768px){.resp .site-footer .bottom-bar{padding-bottom:0;}}.site-footer .bottom-bar a{color:#acaeaf;text-decoration:none;}.site-footer .bottom-bar a:hover{color:#fff;}.site-footer .bottom-bar .site-info{display:inline-block;font-size:11.99996px;font-size:.85714rem;padding:1.2em 0;text-align:left;vertical-align:middle;width:30%;}.site-footer .bottom-bar .site-info span:after{content:"-";display:inline-block;padding:0 5px;}.site-footer .bottom-bar .site-info span:last-of-type:after{content:none;}@media (max-width: 768px){.resp .site-footer .bottom-bar .site-info{display:block;height:auto;line-height:normal;padding:1.33929em 0;text-align:center;width:100%;}}.site-footer .bottom-bar .container div:only-of-type{text-align:center;width:100%;}article{border-color:#eaeaeb;border-bottom-style:solid;border-bottom-width:.07143em;padding-bottom:2.60714em;margin-bottom:2.67857em;}article:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0;}.entry-header .entry-title,.entry-header .page-title,.page-header .entry-title,.page-header .page-title{font-size:24.99994px;font-size:1.78571rem;line-height:1.78571;margin:0;}@media (max-width: 480px){.resp .entry-header .entry-title,.resp .entry-header .page-title,.resp .page-header .entry-title,.resp .page-header .page-title{font-size:22.00002px;font-size:1.57143rem;line-height:normal;}}.entry-header .entry-title a,.entry-header .page-title a,.page-header .entry-title a,.page-header .page-title a{border:none;color:#313539;}.entry-header .entry-title a:hover,.entry-header .page-title a:hover,.page-header .entry-title a:hover,.page-header .page-title a:hover{border:none;color:#0896fe;}.single .entry-header,.page .site-content > .entry-header,.blog .page-header,.archive .page-header,.search-results .page-header,.search-no-results .page-header,.error404 .page-header{background:#f6f6f7;box-sizing:content-box;margin-bottom:2.67857em;padding:1.33929em 0;}.single .entry-header{margin-bottom:.89286em;}.single .entry-header h1.entry-title,.page .site-content > .entry-header h1.entry-title,.blog .page-header h1.page-title,.search-results .page-header h1.page-title,.search-no-results .page-header h1.page-title,.error404 .page-header h1.page-title{box-sizing:border-box;display:inline-block;vertical-align:middle;width:70%;}@media (max-width: 768px){.resp.single .entry-header h1.entry-title,.resp.page .site-content > .entry-header h1.entry-title,.resp.blog .page-header h1.page-title,.resp.search-results .page-header h1.page-title,.resp.search-no-results .page-header h1.page-title,.resp.error404 .page-header h1.page-title{text-align:center;width:100%;}}.single .entry-meta{box-sizing:content-box;}.single .entry-meta .container > div{border-bottom:1px solid #eaeaeb;content:"";display:table;margin-bottom:3.57143em;padding-bottom:.44643em;width:100%;}.single .entry-meta .entry-meta-inner{float:left;}.single .entry-meta div > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;}.single .entry-meta .post-navigation{display:inline-block;float:right;}.single .entry-meta .post-navigation .nav-previous,.single .entry-meta .post-navigation .nav-next{display:inline-block;float:none;}@media (max-width: 768px){.resp.single .entry-meta .post-navigation .nav-previous,.resp.single .entry-meta .post-navigation .nav-next{margin-bottom:0;width:auto;}}.single .entry-meta .post-navigation .nav-previous a:before,.single .entry-meta .post-navigation .nav-next a:after{display:block;font-family:"FontAwesome";font-size:1.1429em;line-height:normal;padding-top:3px;}.site-content .entry-meta{color:#acaeaf;margin-bottom:1.78571em;}.site-content .entry-meta a{border:none;color:#acaeaf;display:inline-block;font-weight:400;}.site-content .entry-meta a:hover{border:none;color:#0896fe;}.site-content .entry-meta div > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;}.site-content .entry-meta span{display:inline-block;margin-right:1.0769em;}.site-content .entry-meta span span{margin-right:0;}.site-content .entry-meta span:before,.site-content .entry-meta a:before{font-size:12.99998px;font-size:.92857rem;font-family:"FontAwesome";line-height:1.92308em;padding-right:.4554em;}.site-content .entry-meta .entry-date:before{content:"";}.site-content .entry-meta .updated{display:none;}.site-content .entry-meta .author:before{content:"";}.entry-content a[href$=".jpg"],.entry-content a[href$=".jpeg"],.entry-content a[href$=".jpe"],.entry-content a[href$=".png"],.entry-content a[href$=".gif"]{border:none !important;}.entry-content > div[class^='wp-block-']{margin-bottom:2.67857em;}.entry-footer span a{border:none;color:#acaeaf;font-weight:400;}.entry-footer span a:hover{border:none;color:#0896fe;}.entry-footer > span{font-size:12.99998px;font-size:.92857rem;line-height:1.92308em;margin:2.67857em 1.0769em 0 0;}.entry-footer span{color:#acaeaf;display:inline-block;}.entry-footer span:before,.entry-footer a:before{font-family:"FontAwesome";padding-right:.4554em;}.entry-footer .cat-links:before{content:"";}figure.wp-caption{background:#f6f6f7;border-radius:3px;padding:.89286em;}.wp-caption{max-width:100%;}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto;}.wp-caption .wp-caption-text{padding:.89286em 0 0;}div[id*="contact-form"] div input,div[id*="contact-form"] div input[type='text'],div[id*="contact-form"] div input[type='email'],div[id*="contact-form"] div textarea{margin-bottom:1.33929em;}@font-face{font-family:"FontAwesome";src:url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}</style> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//www.google-analytics.com'> <link rel='dns-prefetch' href='//www.googletagmanager.com'> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=6.3.2" type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='siteorigin-google-web-fonts-css' href='https://angusforbesphotography.co.uk/wp-content/cache/perfmatters/angusforbesphotography.co.uk/fonts/b362b8e9fe04.google-fonts.css' type='text/css' media='all' /> <link rel='stylesheet' id='ultra-style-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-content/themes/ultra/style.css?ver=1.6.5" type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' data-pmdelayedstyle="https://angusforbesphotography.co.uk/wp-content/themes/ultra/font-awesome/css/font-awesome.min.css?ver=4.7.0" type='text/css' media='all' /> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.0" id="jquery-core-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" id="ultra-theme-js-extra" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> /* <![CDATA[ */ var ultra_smooth_scroll_params = {"value":"1"}; var ultra_resp_top_bar_params = {"collapse":"1024"}; /* ]]> */ </script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.theme.min.js?ver=1.6.5" id="ultra-theme-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.hc-sticky.min.js?ver=2.2.6" id="jquery-hc-sticky-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.flexslider.min.js?ver=2.2.2" id="jquery-flexslider-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/jquery.fitvids.min.js?ver=1.1" id="jquery-fitvids-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/skip-link-focus-fix.js?ver=1.6.5" id="ultra-skip-link-focus-fix-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/flexie.js?ver=1.0.3' id='ultra-flexie-js'></script> <![endif]--> <!--[if lt IE 9]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/html5shiv-printshiv.js?ver=3.7.3' id='ultra-html5-js'></script> <![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <script type='text/javascript' src='https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/selectivizr.min.js?ver=1.0.3b' id='ultra-selectivizr-js'></script> <![endif]--> <link rel="https://api.w.org/" href="https://angusforbesphotography.co.uk/wp-json/" /><link rel="alternate" type="application/json" href="https://angusforbesphotography.co.uk/wp-json/wp/v2/posts/1756" /><link rel="canonical" href="https://angusforbesphotography.co.uk/planning-a-girls-vacation-in-a-club/" /> <link rel="alternate" type="application/json+oembed" href="https://angusforbesphotography.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fangusforbesphotography.co.uk%2Fplanning-a-girls-vacation-in-a-club%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://angusforbesphotography.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fangusforbesphotography.co.uk%2Fplanning-a-girls-vacation-in-a-club%2F&#038;format=xml" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css" id="ultra-menu-css"> @media (max-width: 1024px) { .responsive-menu .main-navigation ul { display: none } .responsive-menu .menu-toggle { display: block } .responsive-menu .menu-search { display: none } .site-header .site-branding-container { max-width: 90% } .main-navigation { max-width: 10% } } @media (min-width: 1024px) { .header-centered .site-header .container { height: auto; } .header-centered .site-header .site-branding-container { float: none; max-width: 100%; padding-right: 0; text-align: center; } .header-centered .main-navigation { float: none; max-width: 100%; text-align: center; } .header-centered .main-navigation > div { display: inline-block; float: none; vertical-align: top; } } </style> <link rel="icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-32x32.png" sizes="32x32" /> <link rel="icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-180x180.png" /> <meta name="msapplication-TileImage" content="https://angusforbesphotography.co.uk/wp-content/uploads/2021/08/cropped-LogoMakr-6STNyh-270x270.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://angusforbesphotography.co.uk/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}</style></head> <body class="post-template-default single single-post postid-1756 single-format-standard full group-blog sidebar no-touch page-layout-default resp"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header sticky-header scale responsive-menu"> <div class="container"> <div class="site-branding-container"> <div class="site-branding"> <a href="https://angusforbesphotography.co.uk/" rel="home"> <p class="site-title">Angus For Bes Photography</p> </a> </div> </div> <nav id="site-navigation" class="main-navigation"> <button class="menu-toggle"></button> <div class="menu"></div> <div class="menu-search"> <div class="search-icon"></div> <form method="get" class="searchform" action="https://angusforbesphotography.co.uk/"> <input type="text" class="field" name="s" value="" /> </form> </div> </nav> </div> </header> <div id="content" class="site-content"> <header class="entry-header"> <div class="container"> <h1 class="entry-title">Planning A Girls Vacation In A Club</h1> </div> </header> <div class="entry-meta"> <div class="container"> <div> <div class="entry-meta-inner"><span class="entry-date"><time class="published" datetime="2022-08-09T08:37:58+00:00">August 9, 2022</time><time class="updated" datetime="2022-08-09T08:37:58+00:00">August 9, 2022</time></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://angusforbesphotography.co.uk/author/admin/" rel="author">admin</a></span></span></div> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://angusforbesphotography.co.uk/recession-proof-business-ideas-3-hot-rules-to-earn-take-advantage-a-recession/" rel="prev"></a></div><div class="nav-next"><a href="https://angusforbesphotography.co.uk/are-you-ready-to-trade-your-business/" rel="next"></a></div></div> </nav> </div> </div> </div> <div class="container"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-1756" class="post-1756 post type-post status-publish format-standard hentry category-uncategorized"> <div class="entry-content"> <p>In a number of ways a road trip is nearly the same as sex. Ab muscles slightly have correct lubricants to hand, putting your equipment should be clean and serviceable prior to. Though it can be tiring, sleeping should be avoided, and try to remember: despite the fact that it&#8217;s possible to participate on your own, it&#8217;s always more fun when there&#8217;s someone else doing it with a person. Oh, that reminds me. don&#8217;t forget your lens.</p> <p>Start with <a href="https://opalrim.com">오피알림</a> . Exactly what do you desire to do in addition to your life? Your work is a computer device that&#8217;s in order to give you the free along with the funds to live your ideal. Your job is to be able to give the freedom to live your lifestyle. But to get there, you&#8217;re likely to have to hold a vision of your own want to go, along with the guts to manage your job role.</p> <p>I get addicted Busan business trip massage due to their wonderful spicy teas. Cardamon tea and masala tea are wonderful if you like spices. Masala tea is thick with spices together with a liberal sprinkling of pepper.</p> <p>There is about obtaining a massage provides you an inner peace and carries you out all small stresses of life. When you&#8217;re especially stressed out, a massage is the right mind tranquil.</p> <p>To obtain the widest variety of treatments, try a spa that also doubles for a salon. That way you will have a haircut or a pedicure inside addition to a relaxing trip massage aio place.</p> <p>Find an occasion when the baby is happy and easy. It&#8217;s no use planning a massage when enterprise cherub is hungry, exhausted or screaming his or her go. It&#8217;s best when they get into action from a nap or are in a good mood before a feed.</p> <p>Just just how can this finished? Olive oil is known to lift trapped dirt and oil underneath the hair roots. All you have to do is massage it within the scalp an issue fingertips in the dark. Leave this oil on all night long soon after rinse out with a mild shampoo.</p> <p>Here extra good grounds. Once a therapist becomes seasoned and experienced, he or she doesn&#8217;t want to just follow the routine how they learned in massage their educaton. Massage is a creative, intuitive, graceful, flowing art, not merely a mechanical system of pressing or rubbing on predetermined points. As a result it is natural that therapists express their creativity by developing their own styles.</p> <p>During a massage, may do choose even when you would really to talk to the pt. If you in order to be quiet, your therapist will follow your lead. Throughout the spa, it is customary incorporated with this your &#8220;library voice&#8221;, or talk calmly. These tips helps you enjoy your first spa trip and avoid any minor embarrassment.</p> </div> <footer class="entry-footer"> <span class="cat-links"><a href="https://angusforbesphotography.co.uk/category/uncategorized/" rel="category tag">Uncategorized</a></span> </footer> </article> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://angusforbesphotography.co.uk/recession-proof-business-ideas-3-hot-rules-to-earn-take-advantage-a-recession/" rel="prev">Recession Proof Business Ideas &#8211; 3 Hot Rules To Earn Take Advantage A Recession</a></div><div class="nav-next"><a href="https://angusforbesphotography.co.uk/are-you-ready-to-trade-your-business/" rel="next">Are You Ready To Trade Your Business</a></div></div> </nav> </main> </div> <div id="secondary" class="widget-area"> <aside id="text-29" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.parinti.com/"><strong>situs togel terpercaya</strong></a></p> </div> </aside><aside id="text-28" class="widget widget_text"> <div class="textwidget"><p><a href="https://coldnoon.com/"><strong>Judi Slot Online</strong></a></p> </div> </aside><aside id="text-27" class="widget widget_text"> <div class="textwidget"><p><a href="https://riverfrontrevitalization.com/"><strong>sultan33 </strong></a></p> </div> </aside><aside id="text-26" class="widget widget_text"> <div class="textwidget"><p><a href="https://idebusiness.com/"><strong>Situs Slot</strong></a></p> </div> </aside><aside id="text-25" class="widget widget_text"> <div class="textwidget"><p><a href="https://newtt.com/"><strong>토토사이트</strong></a></p> </div> </aside><aside id="text-23" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.teresakok.com/"><b>slot gacor gampang menang</b></a></p> </div> </aside><aside id="text-22" class="widget widget_text"> <div class="textwidget"><p><a href="https://socawlege.com/"><b>slot pragmatic</b></a></p> </div> </aside><aside id="text-21" class="widget widget_text"> <div class="textwidget"><p><a href="https://acrreform.org/"><b>parlay4d</b></a></p> </div> </aside><aside id="text-20" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ruangterang.com/"><strong>agen slot Terpercaya</strong></a></p> </div> </aside><aside id="text-19" class="widget widget_text"> <div class="textwidget"><p><a href="https://androidsummit.org"><b>slot88 </b></a></p> </div> </aside><aside id="text-17" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.traumaticbraininjuryatoz.org/"><strong>Judi Slot Online Terbaik</strong></a></p> </div> </aside><aside id="text-18" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://pramotronic.ru/include/">Bandar Togel</a></strong></p> </div> </aside><aside id="text-16" class="widget widget_text"> <div class="textwidget"><p><a href="https://leftmatrix.com/"><strong>judi online</strong></a></p> </div> </aside><aside id="text-14" class="widget widget_text"> <div class="textwidget"><p><a href="https://electronicinfo.ca"><strong> yoyo88</strong></a></p> </div> </aside><aside id="text-13" class="widget widget_text"> <div class="textwidget"><p><a href="https://cgivancouver.org/"><strong>pragmatic play slot</strong></a></p> </div> </aside><aside id="text-12" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ullswater.com/"><b>situs slot terbaru</b></a></p> </div> </aside><aside id="text-15" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.castleonstagecoach.com"><strong>judi bola sbobet</strong></a></p> </div> </aside><aside id="text-11" class="widget widget_text"> <div class="textwidget"><p><a href="https://angelmuseum.org"><b>Taruhan Judi Bola</b></a></p> </div> </aside><aside id="text-10" class="widget widget_text"> <div class="textwidget"><p><a href="https://veteranbusinesscoalition.org/"><b>slot88</b></a></p> </div> </aside><aside id="text-9" class="widget widget_text"> <div class="textwidget"><p><a href="https://sapahousedallas.com/"><b>Pragmatic218</b></a></p> </div> </aside><aside id="text-8" class="widget widget_text"> <div class="textwidget"><p><a href="https://paralegaltoday.com/"><strong>pragmatic</strong></a></p> </div> </aside><aside id="text-6" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://body-psyche.com/">judi slot pulsa</a></strong></p> </div> </aside><aside id="text-5" class="widget widget_text"> <div class="textwidget"><p><a href="https://jsleelondon.com/"><strong>judi online</strong></a></p> </div> </aside><aside id="text-4" class="widget widget_text"> <div class="textwidget"><p><a href="http://198.252.104.223/">login joker123</a></p> </div> </aside><aside id="text-7" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.berkwoodresources.com"><strong>Slot Online Terpercaya</strong></a></p> </div> </aside><aside id="text-3" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.5seasonsbrewing.com/">daftar judi online</a></p> </div> </aside><aside id="text-2" class="widget widget_text"> <div class="textwidget"><p>台灣最大 E7<a href="https://xn--e7-g63cn55w.com/">借錢</a>網站</p> </div> </aside></div> </div> </div> <footer id="colophon" class="site-footer"> <div class="footer-main"> <div class="container"> <div class="clear"></div> </div> </div> <div class="bottom-bar"> <div class="container"> <div class="site-info"> <span>&copy; 2024 <a href="https://angusforbesphotography.co.uk/">Angus For Bes Photography</a></span><span>Theme by <a href="https://purothemes.com/">Puro</a></span> </div> </div> </div> </footer> </div> <a href="#" id="scroll-to-top" class="scroll-to-top" title="Back To Top"><span class="up-arrow"></span></a><script type="pmdelayedscript" id="ultra-responsive-menu-js-extra" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> /* <![CDATA[ */ var ultra_resp_menu_params = {"collapse":"1024"}; /* ]]> */ </script> <script type="pmdelayedscript" src="https://angusforbesphotography.co.uk/wp-content/themes/ultra/js/responsive-menu.min.js?ver=1.6.5" id="ultra-responsive-menu-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="perfmatters-lazy-load-js-before" type="text/javascript"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script type='text/javascript' async src='https://angusforbesphotography.co.uk/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.0.5' id='perfmatters-lazy-load-js'></script> <script type="text/javascript" id="perfmatters-delayed-scripts-js">const pmDelayClick=true;const pmDelayTimer=setTimeout(pmTriggerDOMListener,10*1000);const pmUserInteractions=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],pmDelayedScripts={normal:[],defer:[],async:[]},jQueriesArray=[],pmInterceptedClicks=[];var pmDOMLoaded=!1,pmClickTarget="";function pmTriggerDOMListener(){"undefined"!=typeof pmDelayTimer&&clearTimeout(pmDelayTimer),pmUserInteractions.forEach(function(e){window.removeEventListener(e,pmTriggerDOMListener,{passive:!0})}),document.removeEventListener("visibilitychange",pmTriggerDOMListener),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",pmTriggerDelayedScripts):pmTriggerDelayedScripts()}async function pmTriggerDelayedScripts(){pmDelayEventListeners(),pmDelayJQueryReady(),pmProcessDocumentWrite(),pmSortDelayedScripts(),pmPreloadDelayedScripts(),await pmLoadDelayedScripts(pmDelayedScripts.normal),await pmLoadDelayedScripts(pmDelayedScripts.defer),await pmLoadDelayedScripts(pmDelayedScripts.async),await pmTriggerEventListeners(),document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),pmReplayClicks()}function pmDelayEventListeners(){let e={};function t(t,r){function n(r){return e[t].delayedEvents.indexOf(r)>=0?"perfmatters-"+r:r}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)}),e[t].delayedEvents.push(r)}function r(e,t){let r=e[t];Object.defineProperty(e,t,{get:r||function(){},set:function(r){e["perfmatters"+t]=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}function pmDelayJQueryReady(){let e=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>e,set(t){if(t&&t.fn&&!jQueriesArray.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){pmDOMLoaded?e.bind(document)(t):document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})};let r=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e=(e=(e=e.split(" ")).map(function(e){return"load"===e||0===e.indexOf("load.")?"perfmatters-jquery-load":e})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(function(t){delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},jQueriesArray.push(t)}e=t}})}function pmProcessDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){var r=document.currentScript,n=document.createRange();let a=e.get(r);void 0===a&&(a=r.nextSibling,e.set(r,a));var i=document.createDocumentFragment();n.setStart(i,0),i.appendChild(n.createContextualFragment(t)),r.parentElement.insertBefore(i,a)}}function pmSortDelayedScripts(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){e.hasAttribute("src")?e.hasAttribute("defer")&&!1!==e.defer?pmDelayedScripts.defer.push(e):e.hasAttribute("async")&&!1!==e.async?pmDelayedScripts.async.push(e):pmDelayedScripts.normal.push(e):pmDelayedScripts.normal.push(e)})}function pmPreloadDelayedScripts(){var e=document.createDocumentFragment();[...pmDelayedScripts.normal,...pmDelayedScripts.defer,...pmDelayedScripts.async].forEach(function(t){var r=t.getAttribute("src");if(r){var n=document.createElement("link");n.href=r,n.rel="preload",n.as="script",e.appendChild(n)}}),document.head.appendChild(e)}async function pmLoadDelayedScripts(e){var t=e.shift();return t?(await pmReplaceScript(t),pmLoadDelayedScripts(e)):Promise.resolve()}async function pmReplaceScript(e){return await pmNextFrame(),new Promise(function(t){let r=document.createElement("script");[...e.attributes].forEach(function(e){let t=e.nodeName;"type"!==t&&("data-type"===t&&(t="type"),r.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(r.addEventListener("load",t),r.addEventListener("error",t)):(r.text=e.text,t()),e.parentNode.replaceChild(r,e)})}async function pmTriggerEventListeners(){pmDOMLoaded=!0,await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-readystatechange")),await pmNextFrame(),document.perfmattersonreadystatechange&&document.perfmattersonreadystatechange(),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-load")),await pmNextFrame(),window.perfmattersonload&&window.perfmattersonload(),await pmNextFrame(),jQueriesArray.forEach(function(e){e(window).trigger("perfmatters-jquery-load")});let e=new Event("perfmatters-pageshow");e.persisted=window.pmPersisted,window.dispatchEvent(e),await pmNextFrame(),window.perfmattersonpageshow&&window.perfmattersonpageshow({persisted:window.pmPersisted})}async function pmNextFrame(){return new Promise(function(e){requestAnimationFrame(e)})}function pmClickHandler(e){e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmInterceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}function pmReplayClicks(){window.removeEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.removeEventListener("mousedown",pmTouchStartHandler),pmInterceptedClicks.forEach(e=>{e.target.outerHTML===pmClickTarget&&e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}function pmTouchStartHandler(e){"HTML"!==e.target.tagName&&(pmClickTarget||(pmClickTarget=e.target.outerHTML),window.addEventListener("touchend",pmTouchEndHandler),window.addEventListener("mouseup",pmTouchEndHandler),window.addEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.addEventListener("mousemove",pmTouchMoveHandler),e.target.addEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"onclick","pm-onclick"))}function pmTouchMoveHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler),e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick")}function pmTouchEndHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler)}function pmRenameDOMAttribute(e,t,r){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(r,event.target.getAttribute(t)),event.target.removeAttribute(t))}window.addEventListener("pageshow",e=>{window.pmPersisted=e.persisted}),pmUserInteractions.forEach(function(e){window.addEventListener(e,pmTriggerDOMListener,{passive:!0})}),pmDelayClick&&(window.addEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.addEventListener("mousedown",pmTouchStartHandler)),document.addEventListener("visibilitychange",pmTriggerDOMListener);</script></body> </html> <!-- Cache Enabler by KeyCDN @ Sun, 25 Feb 2024 03:12:02 GMT (https-index.html) -->
fineweb
{ "fineweb_metadata": { "text": "In a number of ways a road trip is nearly the same as sex. Ab muscles slightly have correct lubricants to hand, putting your equipment should be clean and serviceable prior to. Though it can be tiring, sleeping should be avoided, and try to remember: despite the fact that it’s possible to participate on your own, it’s always more fun when there’s someone else doing it with a person. Oh, that reminds me. don’t forget your lens.\nStart with 오피알림 . Exactly what do you desire to do in addition to your life? Your work is a computer device that’s in order to give you the free along with the funds to live your ideal. Your job is to be able to give the freedom to live your lifestyle. But to get there, you’re likely to have to hold a vision of your own want to go, along with the guts to manage your job role.\nI get addicted Busan business trip massage due to their wonderful spicy teas. Cardamon tea and masala tea are wonderful if you like spices. Masala tea is thick with spices together with a liberal sprinkling of pepper.\nThere is about obtaining a massage provides you an inner peace and carries you out all small stresses of life. When you’re especially stressed out, a massage is the right mind tranquil.\nTo obtain the widest variety of treatments, try a spa that also doubles for a salon. That way you will have a haircut or a pedicure inside addition to a relaxing trip massage aio place.\nFind an occasion when the baby is happy and easy. It’s no use planning a massage when enterprise cherub is hungry, exhausted or screaming his or her go. It’s best when they get into action from a nap or are in a good mood before a feed.\nJust just how can this finished? Olive oil is known to lift trapped dirt and oil underneath the hair roots. All you have to do is massage it within the scalp an issue fingertips in the dark. Leave this oil on all night long soon after rinse out with a mild shampoo.\nHere extra good grounds. Once a therapist becomes seasoned and experienced, he or she doesn’t want to just follow the routine how they learned in massage their educaton. Massage is a creative, intuitive, graceful, flowing art, not merely a mechanical system of pressing or rubbing on predetermined points. As a result it is natural that therapists express their creativity by developing their own styles.\nDuring a massage, may do choose even when you would really to talk to the pt. If you in order to be quiet, your therapist will follow your lead. Throughout the spa, it is customary incorporated with this your “library voice”, or talk calmly. These tips helps you enjoy your first spa trip and avoid any minor embarrassment.", "id": "<urn:uuid:17bc0c3f-90ed-4de1-beb9-6ca48b352748>", "dump": "CC-MAIN-2024-10", "url": "https://angusforbesphotography.co.uk/planning-a-girls-vacation-in-a-club/", "date": "2024-02-25T08:39:13", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9459064602851868, "token_count": 600 } }
<urn:uuid:14370df1-321f-476d-8739-8fb6a8e836d2>
<!DOCTYPE html> <html lang="en-AU"> <head> <meta charset="UTF-8"> <script> var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); </script> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KVRM9Z2');</script> <!-- End Google Tag Manager --> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Retaining &amp; Garden Wall Builder - Australian Paving Centre Ottoway</title> <meta name="description" content="Our interactive retaining wall and garden wall builder will help you find the right product for your project." /> <link rel="canonical" href="https://apcptadelaide.com.au/retaining-garden-wall-builder/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Retaining &amp; Garden Wall Builder - Australian Paving Centre Ottoway" /> <meta property="og:description" content="Our interactive retaining wall and garden wall builder will help you find the right product for your project." /> <meta property="og:url" content="https://apcptadelaide.com.au/retaining-garden-wall-builder/" /> <meta property="og:site_name" content="Australian Paving Centre Ottoway" /> <meta property="article:publisher" content="https://www.facebook.com/apcptadelaide.com.au" /> <meta property="article:modified_time" content="2023-09-12T03:19:02+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://apcptadelaide.com.au/retaining-garden-wall-builder/","url":"https://apcptadelaide.com.au/retaining-garden-wall-builder/","name":"Retaining & Garden Wall Builder - Australian Paving Centre Ottoway","isPartOf":{"@id":"https://apcptadelaide.com.au/#website"},"datePublished":"2023-08-28T11:00:04+00:00","dateModified":"2023-09-12T03:19:02+00:00","description":"Our interactive retaining wall and garden wall builder will help you find the right product for your project.","breadcrumb":{"@id":"https://apcptadelaide.com.au/retaining-garden-wall-builder/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https://apcptadelaide.com.au/retaining-garden-wall-builder/"]}]},{"@type":"BreadcrumbList","@id":"https://apcptadelaide.com.au/retaining-garden-wall-builder/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://apcptadelaide.com.au/"},{"@type":"ListItem","position":2,"name":"Retaining &#038; Garden Wall Builder"}]},{"@type":"WebSite","@id":"https://apcptadelaide.com.au/#website","url":"https://apcptadelaide.com.au/","name":"APC Port Adelaide - Ottoway","description":"Ottoway","publisher":{"@id":"https://apcptadelaide.com.au/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://apcptadelaide.com.au/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https://apcptadelaide.com.au/#organization","name":"Australian Paving Centre - Port Adelaide","alternateName":"APC Port Adelaide","url":"https://apcptadelaide.com.au/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https://apcptadelaide.com.au/#/schema/logo/image/","url":"https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/02/apc-logo-600.png","contentUrl":"https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/02/apc-logo-600.png","width":600,"height":600,"caption":"Australian Paving Centre - Port Adelaide"},"image":{"@id":"https://apcptadelaide.com.au/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/apcptadelaide.com.au"]}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='stylesheet' id='wp-block-library-css' href='https://apcptadelaide.com.au/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='apc-block-menu-feature-widget-style-inline-css'> /*!***************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***! \***************************************************************************************************************************************************************************************************************************************/ /** * The following styles get applied both on the front of your site * and in the editor. * * Replace them with your own styles or remove the file completely. */ .wp-block-apc-block-menu-feature-widget { position: relative; margin-left: auto; max-width: 280px; } .wp-block-apc-block-menu-feature-widget h2 { position: absolute; bottom: 45px; left: 10px; color: white; text-shadow: 2px 2px 2px black; } .wp-block-apc-block-menu-feature-widget .btn { position: absolute; bottom: 15px; left: 10px; } /*# sourceMappingURL=style-index.css.map*/ </style> <link rel='stylesheet' id='wp-bootstrap-blocks-styles-css' href='https://apcptadelaide.com.au/wp-content/plugins/wp-bootstrap-blocks/build/style-index.css?ver=5.2.0' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--green: #124733;--wp--preset--color--light-green: #eaefeb;--wp--preset--color--green-three: #cbd6cc;--wp--preset--color--yellow: #fddc03;--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='apc-ontraport-css' href='https://apcptadelaide.com.au/wp-content/plugins/apc-ontraport/css/gravity-ontraport.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='b4-toggle-css' href='https://apcptadelaide.com.au/wp-content/plugins/apc-ontraport/css/pretty-checkbox.min.css?ver=6.4.3' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='search-filter-plugin-styles-css' href='https://apcptadelaide.com.au/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.17' media='all' /> <link rel='stylesheet' id='understrap-styles-css' href='https://apcptadelaide.com.au/wp-content/themes/apc-theme/css/theme.min.css?ver=3.1.4.1708307701' media='all' /> <link rel='stylesheet' id='font-montserrat-css' href='https://fonts.googleapis.com/css2?family=Montserrat%3Awght%40400%3B500%3B600%3B700&#038;display=swap&#038;ver=3.1.4.1708307701' media='all' /> <link rel='stylesheet' id='font-prompt-css' href='https://fonts.googleapis.com/css2?family=Prompt%3Awght%40400%3B700&#038;display=swap&#038;ver=3.1.4.1708307701' media='all' /> <link rel='stylesheet' id='aos-css' href='https://apcptadelaide.com.au/wp-content/themes/apc-theme/css/aos.css?ver=3.1.4.1708307701' media='all' /> <script src="https://apcptadelaide.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.1" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/apcptadelaide.com.au","is_cart":"","cart_redirect_after_add":"no"}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.6.1" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.1" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.1" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script id="search-filter-plugin-build-js-extra"> var SF_LDATA = {"ajax_url":"https:\/\/apcptadelaide.com.au\/wp-admin\/admin-ajax.php","home_url":"https:\/\/apcptadelaide.com.au\/","extensions":[]}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.17" id="search-filter-plugin-build-js"></script> <script src="https://apcptadelaide.com.au/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.17" id="search-filter-plugin-chosen-js"></script> <link rel="preconnect" href="https://fonts.gstatic.com"><meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-title" content="Australian Paving Centre Ottoway - Ottoway"> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><link rel="icon" href="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/01/cropped-site-icon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/01/cropped-site-icon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/01/cropped-site-icon-180x180.png" /> <meta name="msapplication-TileImage" content="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/01/cropped-site-icon-270x270.png" /> </head> <body class="page-template-default page page-id-12703 wp-custom-logo wp-embed-responsive theme-apc-theme woocommerce-no-js group-blog" itemscope itemtype="http://schema.org/WebSite"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVRM9Z2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header bg-primary text-white"> <h3 class="modal-title" id="exampleModalLabel">Search products</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <form role="search" method="get" class="woocommerce-product-search" action="https://apcptadelaide.com.au/"> <div class="input-group"> <input type="search" id="woocommerce-product-search-field-0" class="search-field form-control me-2 rounded" placeholder="Search products&hellip;" value="" name="s" /> <label class="sr-only" for="woocommerce-product-search-field-0">Search for:</label> <input type="hidden" name="post_type" value="product" /> <div class="input-group-append"> <button type="submit" value="Search" class="btn btn-secondary">Search</button> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <div class="modal fade" id="quoteModal" tabindex="-1" role="dialog" aria-labelledby="quoteModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header text-white bg-primary"> <h5>Get a quote</h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <script type="text/javascript"></script> <div class='gf_browser_safari gf_browser_iphone gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_14' ><style>#gform_wrapper_14[data-form-index="0"].gform-theme,[data-parent-form="14_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_14' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <p class='gform_description'></p> <p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_14' id='gform_14' action='/retaining-garden-wall-builder/#gf_14' data-formid='14' novalidate> <div class='gform-body gform_body'><div id='gform_fields_14' class='gform_fields top_label form_sublabel_below description_below'><fieldset id="field_14_14" class="gfield gfield--type-apc-quote-install-type gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_14" ><legend class='gfield_label gform-field-label' >Installation Type<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_14_14'> <div class='gchoice gchoice_14_14_0'> <input class='gfield-choice-input' name='input_14' type='radio' value='103' id='choice_14_14_0' onchange='gformToggleRadioOther( this )' tabindex='1' /> <label for='choice_14_14_0' id='label_14_14_0' class='gform-field-label gform-field-label--type-inline'>DIY</label> </div> <div class='gchoice gchoice_14_14_1'> <input class='gfield-choice-input' name='input_14' type='radio' value='102' id='choice_14_14_1' onchange='gformToggleRadioOther( this )' tabindex='2' /> <label for='choice_14_14_1' id='label_14_14_1' class='gform-field-label gform-field-label--type-inline'>DI4U</label> </div></div></div></fieldset><div id="field_14_15" class="gfield gfield--type-apc-project-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_15" ><label class='gfield_label gform-field-label' for='input_14_15'>Project Type<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_15' id='input_14_15' class='large gfield_select' tabindex='3' aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select</option><option value='257' >Tiles</option><option value='78' >Patio Pavers</option><option value='77' >Pool Pavers</option><option value='76' >Driveway Pavers</option><option value='75' >Commercial Pavers</option><option value='74' >Retaining Walls</option><option value='73' >Garden Walls and Edging</option><option value='72' >Steps</option><option value='71' >General Landscaping</option><option value='70' >Concrete Block Work</option><option value='69' >Wall Cladding</option><option value='240' >Cleaning and Sealing</option><option value='151' >Other</option></select></div></div><fieldset id="field_14_1" class="gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_1" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_14_1'> <span id='input_14_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_1.3' id='input_14_1_3' value='' tabindex='5' aria-required='true' /> <label for='input_14_1_3' class='gform-field-label gform-field-label--type-sub '>First</label> </span> <span id='input_14_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_1.6' id='input_14_1_6' value='' tabindex='7' aria-required='true' /> <label for='input_14_1_6' class='gform-field-label gform-field-label--type-sub '>Last</label> </span> </div></fieldset><div id="field_14_2" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_2" ><label class='gfield_label gform-field-label' for='input_14_2'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_2' id='input_14_2' type='email' value='' class='large' tabindex='9' aria-required="true" aria-invalid="false" /> </div></div><div id="field_14_3" class="gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_3" ><label class='gfield_label gform-field-label' for='input_14_3'>Phone<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_14_3' type='tel' value='' class='large' tabindex='10' aria-required="true" aria-invalid="false" /></div></div><div id="field_14_4" class="gfield gfield--type-apc-postcode gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_4" ><label class='gfield_label gform-field-label' for='input_14_4'>Your Postcode<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_14_4' type='text' value='' class='large' aria-describedby="input_14_4_desc" tabindex='11' aria-required="true" aria-invalid="false" /> </div></div><div id="field_14_6" class="gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_6" ><label class='gfield_label gform-field-label' for='input_14_6'>Comments</label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_14_6' class='textarea large' tabindex='12' aria-invalid="false" rows='10' cols='50'></textarea></div></div><div id="field_14_12" class="gfield gfield--type-fileupload gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_12" ><label class='gfield_label gform-field-label' for='gform_browse_button_14_12'>Upload Files (photos, plans etc.)</label><div class='ginput_container ginput_container_fileupload'><div id='gform_multifile_upload_14_12' data-settings='{&quot;runtimes&quot;:&quot;html5,flash,html4&quot;,&quot;browse_button&quot;:&quot;gform_browse_button_14_12&quot;,&quot;container&quot;:&quot;gform_multifile_upload_14_12&quot;,&quot;drop_element&quot;:&quot;gform_drag_drop_area_14_12&quot;,&quot;filelist&quot;:&quot;gform_preview_14_12&quot;,&quot;unique_names&quot;:true,&quot;file_data_name&quot;:&quot;file&quot;,&quot;url&quot;:&quot;https:\/\/apcptadelaide.com.au\/?gf_page=56a60c0c39ee00f&quot;,&quot;flash_swf_url&quot;:&quot;https:\/\/apcptadelaide.com.au\/wp-includes\/js\/plupload\/plupload.flash.swf&quot;,&quot;silverlight_xap_url&quot;:&quot;https:\/\/apcptadelaide.com.au\/wp-includes\/js\/plupload\/plupload.silverlight.xap&quot;,&quot;filters&quot;:{&quot;mime_types&quot;:[{&quot;title&quot;:&quot;Allowed Files&quot;,&quot;extensions&quot;:&quot;*&quot;}],&quot;max_file_size&quot;:&quot;6656000b&quot;},&quot;multipart&quot;:true,&quot;urlstream_upload&quot;:false,&quot;multipart_params&quot;:{&quot;form_id&quot;:14,&quot;field_id&quot;:12},&quot;gf_vars&quot;:{&quot;max_files&quot;:0,&quot;message_id&quot;:&quot;gform_multifile_messages_14_12&quot;,&quot;disallowed_extensions&quot;:[&quot;php&quot;,&quot;asp&quot;,&quot;aspx&quot;,&quot;cmd&quot;,&quot;csh&quot;,&quot;bat&quot;,&quot;html&quot;,&quot;htm&quot;,&quot;hta&quot;,&quot;jar&quot;,&quot;exe&quot;,&quot;com&quot;,&quot;js&quot;,&quot;lnk&quot;,&quot;htaccess&quot;,&quot;phtml&quot;,&quot;ps1&quot;,&quot;ps2&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;php5&quot;,&quot;php6&quot;,&quot;py&quot;,&quot;rb&quot;,&quot;tmp&quot;]}}' class='gform_fileupload_multifile'> <div id='gform_drag_drop_area_14_12' class='gform_drop_area gform-theme-field-control'> <span class='gform_drop_instructions'>Drop files here or </span> <button type='button' id='gform_browse_button_14_12' class='button gform_button_select_files gform-theme-button gform-theme-button--control' aria-describedby="gfield_upload_rules_14_12" tabindex='13' >Select files</button> </div> </div><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_14_12'>Max. file size: 6 MB.</span><ul class='validation_message--hidden-on-empty gform-ul-reset' id='gform_multifile_messages_14_12'></ul> <!-- Leave <ul> empty to support CSS :empty selector. --></div><div id='gform_preview_14_12' class='ginput_preview_list'></div></div><div id="field_14_9" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_9" ><div class='ginput_container ginput_container_text'><input name='input_9' id='input_14_9' type='hidden' class='gform_hidden' aria-invalid="false" value='https://apcptadelaide.com.au/retaining-garden-wall-builder/' /></div></div><div id="field_14_13" class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_14_13" ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_14_13' type='hidden' class='gform_hidden' aria-invalid="false" value='255' /></div></div></div></div> <div class='gform_footer top_label'> <input type="submit" id="gform_submit_button_14" class="gform_button button" value="Submit" tabindex="14" onclick='if(window["gf_submitting_14"]){return false;} if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;} addAdditionalAction();' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_14"]){return false;} if( !jQuery("#gform_14")[0].checkValidity || jQuery("#gform_14")[0].checkValidity()){window["gf_submitting_14"]=true;} jQuery("#gform_14").trigger("submit",[true]); }'> <input type='hidden' name='gform_ajax' value='form_id=14&amp;title=&amp;description=1&amp;tabindex=1&amp;theme=data-form-theme=&#039;gravity-theme&#039;' /> <input type='hidden' class='gform_hidden' name='is_submit_14' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='14' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_14' value='WyJbXSIsIjY4YjgxYzAwMjhmNDM2NDU0N2Q2MmQzNGU3MjA0YTQyIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_14' id='gform_target_page_number_14' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_14' id='gform_source_page_number_14' value='1' /> <input type='hidden' name='gform_field_values' value='' /> <input type='hidden' name='gform_uploaded_files' id='gform_uploaded_files_14' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_14' id='gform_ajax_frame_14' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script> gform.initializeOnLoaded( function() {gformInitSpinner( 14, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery('#gform_ajax_frame_14').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_14');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_14').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_14').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_14').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_14').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_14').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_14').val();gformInitSpinner( 14, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery(document).trigger('gform_page_loaded', [14, current_page]);window['gf_submitting_14'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_14').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_14').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [14]);window['gf_submitting_14'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_14').text());}, 50);}else{jQuery('#gform_14').append(contents);if(window['gformRedirect']) {gformRedirect();}} const gformWrapperDiv = document.getElementById( "gform_wrapper_14" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_14"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_14" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [14, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 14, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> </div> </div> <div class="modal fade" id="bookConsult" tabindex="-1" role="dialog" aria-labelledby="bookConsultLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header text-white bg-primary"> <h5></h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div class='gf_browser_safari gf_browser_iphone gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_18' ><style>#gform_wrapper_18[data-form-index="0"].gform-theme,[data-parent-form="18_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_18' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <p class='gform_description'></p> <p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_18' id='gform_18' action='/retaining-garden-wall-builder/#gf_18' data-formid='18' novalidate> <div class='gform-body gform_body'><div id='gform_fields_18' class='gform_fields top_label form_sublabel_below description_below'><div id="field_18_20" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_20" ><p class="lead">Book your free in-store consultation with one of our experts.</p> <p>At APC, we’re more than just pavers! Natural Stone, Wall Cladding, Retaining Wall blocks, Tiles, Garden Edging and more, our knowledgeable staff can work with you to bring your dream home to life.</p> <p>With the latest products and amazing displays, come visit us instore to view our extensive home improvements range and be inspired!</p> <p>Booking your visit will allow us to ensure we have an experienced team member available for some one on one time with you. </p></div><div id="field_18_13" class="gfield gfield--type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_13" ><label class='gfield_label gform-field-label' for='input_18_13'>Select Your Store<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_18_13' class='large gfield_select' tabindex='1' aria-required="true" aria-invalid="false" ><option value='Mount Barker' >Mount Barker</option><option value='Barossa' >Barossa</option><option value='Flinders Park' >Flinders Park</option><option value='Gepps Cross' >Gepps Cross</option><option value='Gawler' >Gawler</option><option value='Kadina' >Kadina</option><option value='Lonsdale' >Lonsdale</option><option value='Middleton' >Middleton</option><option value='Mount Gambier' >Mount Gambier</option><option value='Port Adelaide' >Port Adelaide</option><option value='Port Lincoln' >Port Lincoln</option><option value='Salisbury' >Salisbury</option><option value='Streaky Bay' >Streaky Bay</option><option value='Westbourne Park' >Westbourne Park</option></select></div></div><fieldset id="field_18_15" class="gfield gfield--type-name gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_15" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_18_15'> <span id='input_18_15_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_15.3' id='input_18_15_3' value='' tabindex='3' aria-required='true' /> <label for='input_18_15_3' class='gform-field-label gform-field-label--type-sub '>First</label> </span> <span id='input_18_15_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' > <input type='text' name='input_15.6' id='input_18_15_6' value='' tabindex='5' aria-required='true' /> <label for='input_18_15_6' class='gform-field-label gform-field-label--type-sub '>Last</label> </span> </div></fieldset><div id="field_18_16" class="gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_16" ><label class='gfield_label gform-field-label' for='input_18_16'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_16' id='input_18_16' type='email' value='' class='large' tabindex='7' aria-required="true" aria-invalid="false" /> </div></div><div id="field_18_17" class="gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_17" ><label class='gfield_label gform-field-label' for='input_18_17'>Phone<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_17' id='input_18_17' type='tel' value='' class='large' tabindex='8' aria-required="true" aria-invalid="false" /></div></div><div id="field_18_25" class="gfield gfield--type-apc-postcode gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_25" ><label class='gfield_label gform-field-label' for='input_18_25'>Postcode<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_25' id='input_18_25' type='text' value='' class='large' aria-describedby="input_18_25_desc" tabindex='9' aria-required="true" aria-invalid="false" /> </div></div><div id="field_18_24" class="gfield gfield--type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_24" ><label class='gfield_label gform-field-label' for='input_18_24'>Project Type</label><div class='ginput_container ginput_container_select'><select name='input_24' id='input_18_24' class='large gfield_select' tabindex='10' aria-invalid="false" ><option value='Stone Cladding' >Stone Cladding</option><option value='Concrete Brick Work' >Concrete Brick Work</option><option value='General Landscaping' >General Landscaping</option><option value='Steps' >Steps</option><option value='Garden Walls &amp; Edging' >Garden Walls &amp; Edging</option><option value='Retaining Walls' >Retaining Walls</option><option value='Commercial Pavers' >Commercial Pavers</option><option value='Driveway Pavers' >Driveway Pavers</option><option value='Pool Pavers' >Pool Pavers</option><option value='Patio Pavers' >Patio Pavers</option><option value='Artificial Turf' >Artificial Turf</option><option value='Cleaning &amp; Sealing' >Cleaning &amp; Sealing</option></select></div></div><div id="field_18_23" class="gfield gfield--type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_23" ><label class='gfield_label gform-field-label' for='input_18_23'>Preferred Day</label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_18_23' class='large gfield_select' tabindex='11' aria-invalid="false" ><option value='Monday' >Monday</option><option value='Tuesday' >Tuesday</option><option value='Wednesday' >Wednesday</option><option value='Thursday' >Thursday</option><option value='Friday' >Friday</option></select></div></div><div id="field_18_19" class="gfield gfield--type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_19" ><label class='gfield_label gform-field-label' for='input_18_19'>Preferred Time</label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_18_19' class='large gfield_select' tabindex='12' aria-invalid="false" ><option value='10am - 11am' >10am - 11am</option><option value='1pm - 2pm' >1pm - 2pm</option><option value='3pm - 4pm' >3pm - 4pm</option></select></div></div><div id="field_18_22" class="gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_18_22" ><label class='gfield_label gform-field-label' for='input_18_22'>Notes</label><div class='ginput_container ginput_container_textarea'><textarea name='input_22' id='input_18_22' class='textarea large' tabindex='13' aria-invalid="false" rows='10' cols='50'></textarea></div></div></div></div> <div class='gform_footer top_label'> <input type="submit" id="gform_submit_button_18" class="gform_button button" value="Submit" tabindex="14" onclick='if(window["gf_submitting_18"]){return false;} if( !jQuery("#gform_18")[0].checkValidity || jQuery("#gform_18")[0].checkValidity()){window["gf_submitting_18"]=true;} addAdditionalAction();' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_18"]){return false;} if( !jQuery("#gform_18")[0].checkValidity || jQuery("#gform_18")[0].checkValidity()){window["gf_submitting_18"]=true;} jQuery("#gform_18").trigger("submit",[true]); }'> <input type='hidden' name='gform_ajax' value='form_id=18&amp;title=&amp;description=1&amp;tabindex=1&amp;theme=data-form-theme=&#039;gravity-theme&#039;' /> <input type='hidden' class='gform_hidden' name='is_submit_18' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='18' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_18' value='WyJbXSIsIjY4YjgxYzAwMjhmNDM2NDU0N2Q2MmQzNGU3MjA0YTQyIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_18' id='gform_target_page_number_18' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_18' id='gform_source_page_number_18' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_18' id='gform_ajax_frame_18' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script> gform.initializeOnLoaded( function() {gformInitSpinner( 18, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery('#gform_ajax_frame_18').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_18');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_18').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_18').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_18').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_18').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_18').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_18').val();gformInitSpinner( 18, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery(document).trigger('gform_page_loaded', [18, current_page]);window['gf_submitting_18'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_18').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_18').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [18]);window['gf_submitting_18'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_18').text());}, 50);}else{jQuery('#gform_18').append(contents);if(window['gformRedirect']) {gformRedirect();}} const gformWrapperDiv = document.getElementById( "gform_wrapper_18" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_18"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_18" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [18, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 18, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg sub-menu-nav"> <div class="container"> <span class="blog-title blog-title__dt"><a href="https://www.google.com/maps/search/?api=1&query=-34.8505096&2C138.5381347&query_place_id=ChIJ9xzVSsjHsGoRUF35IFzvit0" target="_blank"><i class="fa-light fa-location-dot me-1"></i> Ottoway</a></span> <div class="navbar-collapse" id="navbarNavAltMarkup"> <ul id="sub-menu" class="navbar-nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-13195" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13195 nav-item"><a title="Inspiration" href="https://apcptadelaide.com.au/inspiration/" class="nav-link"><i class="fa-light fa-lightbulb me-1 fa-fw"></i>Inspiration</a></li> <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-13196" class="data-atts menu-item menu-item-type-custom menu-item-object-custom menu-item-13196 nav-item"><a title="Book Consult" href="#" class="nav-link" role="button" data-bs-target="#bookConsult" data-bs-toggle="modal"><i class="fa-light fa-calendar mr-1 fa-fw me-1 fa-fw"></i>Book Consult</a></li> <li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-13197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13197 nav-item"><a title="Contact" href="https://apcptadelaide.com.au/contact/" class="nav-link"><i class="fa-light fa-envelope me-1 fa-fw"></i>Contact</a></li> </ul> </div> </div> </nav> <div class="site" id="page"> <!-- ******************* The Navbar Area ******************* --> <div id="wrapper-navbar" class="bg-primary"> <a class="skip-link sr-only sr-only-focusable" href="#content">Skip to content</a> <nav class="navbar navbar-expand-lg navbar-dark bg-primary"> <div class="container"> <a href="https://apcptadelaide.com.au/" class="navbar-brand custom-logo-link" rel="home"><img width="1" height="1" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/02/APC-Logo.svg" class="img-fluid" alt="Australian Paving Centre Ottoway" decoding="async" /></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="main_nav"> <ul class="navbar-nav mx-auto"> <li class="nav-item"> <a class="nav-link text-uppercase " href="https://apcptadelaide.com.au/">Home</a> </li> <li class="nav-item dropdown has-megamenu"> <a class="nav-link dropdown-toggle text-uppercase " href="#" data-bs-toggle="dropdown">Products</a> <div class="dropdown-menu megamenu container mx-auto bg-light animate slideIn" role="menu"> <h3 class="ps-0 ps-lg-4 mt-2">Products</h3> <ul class="menu-subcategory__grid p-0 p-lg-4 mb-4"> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/pavers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers.jpg" class="shadow-small me-2 rounded" alt="Havenslab Patio Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers.jpg 1515w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Havenslab-Patio-Pavers-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/outdoor-tiles/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-scaled.jpg" class="shadow-small me-2 rounded" alt="Stoneware Tumby Grey - Outdoor Entertainment Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-scaled.jpg 2560w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-1536x1536.jpg 1536w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-2048x2048.jpg 2048w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Stoneware-Tumby-Grey-Outdoor-Entertainment-Pavers-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Outdoor Tiles </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/indoor-tiles/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles.jpg" class="shadow-small me-2 rounded" alt="Stoneware Deluxe Silver Pavers - Indoor Tiles" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles.jpg 1417w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Tiles-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Indoor Tiles </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/retaining-walls/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone.jpg" class="shadow-small me-2 rounded" alt="Flagstone Retaining Wall Blocks - Bluestone" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone.jpg 886w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/10/Flagstone-Retaining-Wall-Blocks-Bluestone-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Retaining Wall Blocks </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/building-bricks-blocks/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8.jpg" class="shadow-small me-2 rounded" alt="Architectural Brick" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8.jpg 1339w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Architectural-Brick-8-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Building Bricks &amp; Blocks </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/retaining-walls/concrete-sleepers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood.jpg" class="shadow-small me-2 rounded" alt="Cement Sleepers - Ashwood" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood.jpg 344w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood-250x250.jpg 250w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/09/Cement-Sleepers-Ashwood-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Concrete Sleepers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/retaining-wall-cladding/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding.jpg" class="shadow-small me-2 rounded" alt="Sandstone Cladding - Exterior Wall Cladding" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding.jpg 703w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Sandstone-Cladding-Exterior-Wall-Cladding-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Retaining Wall Cladding </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/garden-walls/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal.jpg" class="shadow-small me-2 rounded" alt="Wallstone Grande Garden Wall Blocks - Oatmeal" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal.jpg 882w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Blocks-Oatmeal-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Garden Walls </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/garden-edging/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal.jpg" class="shadow-small me-2 rounded" alt="Edge Stone Garden Edging - Charcoal" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal.jpg 1080w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/06/Edge-Stone-Garden-Edging-Charcoal-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Garden Edging </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/steps/" class="nav-link"> <img width="26" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping.jpg" class="shadow-small me-2 rounded" alt="Versawall Steps Charcoal | Southern Earth Landscaping" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping.jpg 1440w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping-240x300.jpg 240w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping-819x1024.jpg 819w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping-768x960.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Versawall-Steps-Charcoal-Southern-Earth-Landscaping-1229x1536.jpg 1229w" sizes="(max-width: 26px) 100vw, 26px" />Steps </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/stone-cladding/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone.jpg" class="shadow-small me-2 rounded" alt="Arctic Stone Wall Cladding Outdoor Shower - Limestone" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone.jpg 1260w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/02/Arctic-Stone-Wall-Cladding-Outdoor-Shower-Limestone-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Wall Cladding </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/specials-seconds/" class="nav-link"> <img width="32" height="26" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stradapave-300-x-300-Paver.jpg" class="shadow-small me-2 rounded" alt="" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stradapave-300-x-300-Paver.jpg 750w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stradapave-300-x-300-Paver-300x240.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stradapave-300-x-300-Paver-700x600.jpg 700w" sizes="(max-width: 32px) 100vw, 32px" />Specials &amp; Seconds </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/latest-trends/" class="nav-link"> <img width="29" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Terrazzo-Pool-Area-Pavers-Ice-Snow.jpg" class="shadow-small me-2 rounded" alt="Stoneware Terrazzo Pool Area Pavers | Ice Snow" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Terrazzo-Pool-Area-Pavers-Ice-Snow.jpg 691w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Terrazzo-Pool-Area-Pavers-Ice-Snow-270x300.jpg 270w" sizes="(max-width: 29px) 100vw, 29px" />Latest Trends </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/sealers-cleaners/" class="nav-link"> <img width="32" height="22" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-7.jpeg" class="shadow-small me-2 rounded" alt="sealing pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-7.jpeg 1125w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-7-300x211.jpeg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-7-1024x719.jpeg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-7-768x539.jpeg 768w" sizes="(max-width: 32px) 100vw, 32px" />Sealers &amp; Cleaners </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/collection/sustainable-collection/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers.jpg" class="shadow-small me-2 rounded" alt="Classic Blend Travertine Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers.jpg 1417w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/06/Country-Blend-Travertine-Pavers-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Sustainable Collection </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/artificial-turf/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40.jpg" class="shadow-small me-2 rounded" alt="Artificial Turf | Deluxe" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40.jpg 868w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/12/Artificial-Turf-Deluxe-40-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Artificial Turf </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/product-category/paving-base-materials/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start.jpg" class="shadow-small me-2 rounded" alt="Paving sand paving base diy" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start.jpg 1701w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-1536x1536.jpg 1536w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/09/Before-You-start-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Paving Base Materials </a> </li> </ul> </div> </li> <li class="nav-item dropdown has-megamenu"> <a class="nav-link dropdown-toggle text-uppercase " href="#" data-bs-toggle="dropdown">Product Application</a> <div class="dropdown-menu megamenu container mx-auto bg-light animate slideIn" role="menu"> <h3 class="ps-0 ps-lg-4 mt-2">Product Application</h3> <ul class="menu-subcategory__grid p-0 p-lg-4 mb-4"> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/patio-and-alfresco-pavers/" class="nav-link"> <img width="26" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Euro-Stone-Patio-Pavers-Zurich-400-x-400-Pavers-6.jpg" class="shadow-small me-2 rounded" alt="Euro Stone Patio Pavers | Zurich 400 x 400 Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Euro-Stone-Patio-Pavers-Zurich-400-x-400-Pavers-6.jpg 630w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Euro-Stone-Patio-Pavers-Zurich-400-x-400-Pavers-6-240x300.jpg 240w" sizes="(max-width: 26px) 100vw, 26px" />Patio and Alfresco Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/pool-pavers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5.jpg" class="shadow-small me-2 rounded" alt="Silver Travertine Pool Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5.jpg 1512w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Silver-Travertine-Pool-Pavers-5-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Pool Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/budget-pavers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3.jpg" class="shadow-small me-2 rounded" alt="Havenbrick Garden Border Pavers - Charcoal 200 x 100 Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3.jpg 2520w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-1536x1536.jpg 1536w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-2048x2048.jpg 2048w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Havenbrick-Outdoor-Pavers-Charcoal-200-x-100-Pavers-3-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Budget Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/driveway-pavers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers.jpg" class="shadow-small me-2 rounded" alt="Euro Stone Driveway Pavers | 600 x 400 Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers.jpg 1339w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Euro-Stone-Driveway-Pavers-600-x-400-Pavers-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Driveway Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/indoor-outdoor-pavers/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles.jpg" class="shadow-small me-2 rounded" alt="Stoneware Deluxe Silver Pavers - Indoor Outdoor Tiles" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles.jpg 1122w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/10/Stoneware-Deluxe-Silver-Pavers-Indoor-Outdoor-Tiles-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Indoor Outdoor Pavers </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/stepping-stones/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones.jpg" class="shadow-small me-2 rounded" alt="Basalt Stepping Stones" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones.jpg 720w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/09/Basalt-Stepping-Stones-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Stepping Stones </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/paving-over-concrete/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers.jpg" class="shadow-small me-2 rounded" alt="Stoneware Streaky White Outdoor Pavers" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers.jpg 1063w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/03/Stoneware-Streaky-White-Outdoor-Pavers-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Paving Over Concrete </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/paving-maintenance/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8.jpeg" class="shadow-small me-2 rounded" alt="spray sealer" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8.jpeg 1103w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-296x300.jpeg 296w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-1011x1024.jpeg 1011w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-150x150.jpeg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-768x778.jpeg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-400x400.jpeg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-700x700.jpeg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-75x75.jpeg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-300x300.jpeg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-600x600.jpeg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Unknown-8-100x100.jpeg 100w" sizes="(max-width: 32px) 100vw, 32px" />Paving Maintenance </a> </li> <li class="shadow-small p-2 rounded border"> <a href="https://apcptadelaide.com.au/project-type/garden-landscaping-blocks/" class="nav-link"> <img width="32" height="32" src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks.jpg" class="shadow-small me-2 rounded" alt="Versawall Retaining Wall Blocks" decoding="async" srcset="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks.jpg 1417w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-300x300.jpg 300w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-1024x1024.jpg 1024w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-150x150.jpg 150w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-768x768.jpg 768w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-400x400.jpg 400w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-700x700.jpg 700w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-75x75.jpg 75w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-600x600.jpg 600w, https://apcptadelaide.com.au/wp-content/uploads/sites/7/2022/04/versawall-retaining-wall-blocks-100x100.jpg 100w" sizes="(max-width: 32px) 100vw, 32px" />Garden Landscaping Blocks </a> </li> </ul> </div> </li> <li class="nav-item"> <a class="nav-link text-uppercase " href="/category/knowledge-centre/">Knowledge Centre</a> </li> </ul> <div class="nav-cta-dt"> <a name="#quote" id="" data-bs-toggle="modal" data-bs-target="#quoteModal" class="btn btn-secondary me-2" href="#" role="button">Get A Price</a> </div> </div> <!-- navbar-collapse.// --> </div> <!-- container-fluid.// --> </nav> <script> document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('.navbar .dropdown').forEach(function(everydropdown) { everydropdown.addEventListener('shown.bs.dropdown', function() { el_overlay = document.createElement('span'); el_overlay.className = 'screen-darken'; document.body.appendChild(el_overlay) }); everydropdown.addEventListener('hide.bs.dropdown', function() { document.body.removeChild(document.querySelector('.screen-darken')); }); }); }); </script> </div><!-- #wrapper-navbar end --> <div class="blog-title__mobile d-flex"> <span class="blog-title mx-auto"><a href="https://www.google.com/maps/search/?api=1&query=-34.8505096&2C138.5381347&query_place_id=ChIJ9xzVSsjHsGoRUF35IFzvit0" target="_blank"><i class="fa-light fa-location-dot me-1"></i> Ottoway</a></span> </div> <section id="search" class="bg-green-1"> <div class="container"> <div class="row py-4"> <div class="col-md-12"> <div class="reading-width"> <form role="search" method="get" class="woocommerce-product-search" action="https://apcptadelaide.com.au/"> <div class="input-group"> <input type="search" id="woocommerce-product-search-field-1" class="search-field form-control me-2 rounded" placeholder="Search products&hellip;" value="" name="s" /> <label class="sr-only" for="woocommerce-product-search-field-1">Search for:</label> <input type="hidden" name="post_type" value="product" /> <div class="input-group-append"> <button type="submit" value="Search" class="btn btn-secondary">Search</button> </div> </div> </form> </div> </div> </div> </div> </section> <div class="wrapper" id="page-wrapper"> <div class="container" id="content" tabindex="-1"> <div class="row"> <!-- Do the left sidebar check --> <div class="col-md content-area" id="primary"> <main class="site-main default-page" id="main"> <nav aria-label="breadcrumb" class="breadcrumb__container"><div id="breadcrumbs"><span><span><a href="https://apcptadelaide.com.au/">Home</a></span> » <span class="breadcrumb_last" aria-current="page">Retaining &#038; Garden Wall Builder</span></span></div></nav> <article class="post-12703 page type-page status-publish hentry" id="post-12703"> <header class="page-header" id="page-header-block_97545c8043d6289ad116fc74e3f6b3d4"> <h1 class="page-title">Retaining &#038; Garden Wall Builder</h1></header><!-- .page-header --> <p>We get it – building a Garden or Retaining Wall is no small feat. The options, the decisions, the uncertainty – it can all feel a bit overwhelming. But at APC you don&#8217;t have to navigate this journey alone.</p> <p>We&#8217;ve created a Garden and Retaining Wall Builder to help you choose the right masonry landscaping products for building your Garden or Retaining Wall. Simply choose from a few options that are important to you and we&#8217;ll show you a list of products best suited to your project and your needs.</p> <p>Of course, our APC Experts are always on hand to take care of any enquiries you may have. </p> <div class="modal fade" id="wallBuilderModal" tabindex="-1" role="dialog" aria-labelledby="wallBuilderModalLabel" aria-hidden="true"> <div class="modal-dialog modal-xl" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="wallBuilderModalLabel">Garden and retaining wall builder</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <div class='gf_browser_safari gf_browser_iphone gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_31' ><style>#gform_wrapper_31[data-form-index="0"].gform-theme,[data-parent-form="31_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_31' class='gform_anchor' tabindex='-1'></div> <div class='gform_heading'> <p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p> </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_31' id='gform_31' action='/retaining-garden-wall-builder/#gf_31' data-formid='31' novalidate> <div id='gf_progressbar_wrapper_31' class='gf_progressbar_wrapper'> <p class="gf_progressbar_title">Step <span class='gf_step_current_page'>1</span> of <span class='gf_step_page_count'>6</span> </p> <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'> <div class='gf_progressbar_percentage percentbar_blue percentbar_16' style='width:16%;'><span>16%</span></div> </div></div> <div class='gform-body gform_body'><div id='gform_page_31_1' class='gform_page ' data-js='page-field-id-1' > <div class='gform_page_fields'><div id='gform_fields_31' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_4" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_4" ><p class="display-5">How high would you like your wall?</p> <p class="lead">Some blocks are best suited to different height walls than others.</p></div><fieldset id="field_31_3" class="gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions " data-field-class="image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions" data-js-reload="field_31_3" ><legend class='gfield_label gform-field-label' >Wall Height<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_31_3'> <div class='gchoice gchoice_31_3_0 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_3' type='radio' value='up-to-200mm' id='choice_31_3_0' onchange='gformToggleRadioOther( this )' tabindex='1' /> <label for='choice_31_3_0' id='label_31_3_0' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2019/08/Edge-Stone-Garden-Edging-Charcoal-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2019/08/Edge-Stone-Garden-Edging-Charcoal-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Up to 200mm</span></label> </div> <div class='gchoice gchoice_31_3_1 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_3' type='radio' value='garden-bed-up-to-400mm' id='choice_31_3_1' onchange='gformToggleRadioOther( this )' tabindex='2' /> <label for='choice_31_3_1' id='label_31_3_1' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2017/11/Garden-Stone-Blocks-Sandstone-Garden-Edging-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2017/11/Garden-Stone-Blocks-Sandstone-Garden-Edging-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Garden bed up to 400mm</span></label> </div> <div class='gchoice gchoice_31_3_2 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_3' type='radio' value='garden-wall-up-to-600mm' id='choice_31_3_2' onchange='gformToggleRadioOther( this )' tabindex='3' /> <label for='choice_31_3_2' id='label_31_3_2' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2015/06/Wallstone-Grande-Garden-Wall-Charcoal-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2015/06/Wallstone-Grande-Garden-Wall-Charcoal-300x300.jpg" alt="Wallstone Grande Garden Wall - Charcoal" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2015/06/Wallstone-Grande-Garden-Wall-Charcoal.jpg" /></span><span class="image-choices-choice-text">Garden wall up to 600mm</span></label> </div> <div class='gchoice gchoice_31_3_3 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_3' type='radio' value='retaining-wall-800mm' id='choice_31_3_3' onchange='gformToggleRadioOther( this )' tabindex='4' /> <label for='choice_31_3_3' id='label_31_3_3' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Ebony-Exposed-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Ebony-Exposed-300x300.jpg" alt="Freestone Block - Ebony Exposed" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2017/07/Freestone-Block-Ebony-Exposed.jpg" /></span><span class="image-choices-choice-text">Retaining wall 800mm and higher</span></label> </div></div></div></fieldset></div> </div> <div class='gform_page_footer top_label'> <input type='button' id='gform_next_button_31_14' class='gform_next_button gform-theme-button button' value='Next' tabindex='5' onclick='jQuery("#gform_target_page_number_31").val("2"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("2"); jQuery("#gform_31").trigger("submit",[true]); } ' /> </div> </div> <div id='gform_page_31_2' class='gform_page' data-js='page-field-id-14' style='display:none;'> <div class='gform_page_fields'> <div id='gform_fields_31_2' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_8" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_8" ><p class="display-5">Are you building a curved or straight wall?</p> <p class="lead">Some blocks have features that make it easier to build walls with curves.</p></div><fieldset id="field_31_6" class="gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions " data-field-class="image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions" data-js-reload="field_31_6" ><legend class='gfield_label gform-field-label' >Wall Type<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_31_6'> <div class='gchoice gchoice_31_6_0 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_6' type='radio' value='curved' id='choice_31_6_0' onchange='gformToggleRadioOther( this )' tabindex='6' /> <label for='choice_31_6_0' id='label_31_6_0' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2023/04/Flagstone-Retaining-Wall-Blocks-Bluestone-300x200.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2023/04/Flagstone-Retaining-Wall-Blocks-Bluestone-300x200.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Curved</span></label> </div> <div class='gchoice gchoice_31_6_1 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_6' type='radio' value='straight' id='choice_31_6_1' onchange='gformToggleRadioOther( this )' tabindex='7' /> <label for='choice_31_6_1' id='label_31_6_1' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2019/12/Versawall-Raised-Garden-Wall-Versawall-Bondi-Blend-Splitface-Cap-Letterbox-Ledge-Stone-Travertine-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2019/12/Versawall-Raised-Garden-Wall-Versawall-Bondi-Blend-Splitface-Cap-Letterbox-Ledge-Stone-Travertine-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Straight</span></label> </div></div></div></fieldset></div> </div> <div class='gform_page_footer top_label'> <input type='button' id='gform_previous_button_31_7' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous' tabindex='8' onclick='jQuery("#gform_target_page_number_31").val("1"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("1"); jQuery("#gform_31").trigger("submit",[true]); } ' /> <input type='button' id='gform_next_button_31_7' class='gform_next_button gform-theme-button button' value='Next' tabindex='9' onclick='jQuery("#gform_target_page_number_31").val("3"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("3"); jQuery("#gform_31").trigger("submit",[true]); } ' /> </div> </div> <div id='gform_page_31_3' class='gform_page' data-js='page-field-id-7' style='display:none;'> <div class='gform_page_fields'> <div id='gform_fields_31_3' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_5" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_5" ><p class="display-5">Do you require any capping for your blocks?</[> <p class="lead">Some blocks have matching capping</p> <p class="alert alert-info">This step is optional</p></div><fieldset id="field_31_12" class="gfield gfield--type-checkbox gfield--type-choice gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions " data-field-class="image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions" data-js-reload="field_31_12" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Capping</legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_31_12'><div class='gchoice gchoice_31_12_1 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_12.1' type='checkbox' value='bullnose' id='choice_31_12_1' tabindex='10' /> <label for='choice_31_12_1' id='label_31_12_1' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Bullnose-Cap-Smooth-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Bullnose-Cap-Smooth-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Bullnose</span></label> </div><div class='gchoice gchoice_31_12_2 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_12.2' type='checkbox' value='rockface' id='choice_31_12_2' tabindex='11' /> <label for='choice_31_12_2' id='label_31_12_2' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2019/12/Versawall-Cap-Charcoal-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2019/12/Versawall-Cap-Charcoal-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Rockface</span></label> </div><div class='gchoice gchoice_31_12_3 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_12.3' type='checkbox' value='square' id='choice_31_12_3' tabindex='12' /> <label for='choice_31_12_3' id='label_31_12_3' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2019/12/Stradapave-Oatmeal-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2019/12/Stradapave-Oatmeal-300x300.jpg" alt="Stradapave - Oatmeal" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2019/12/Stradapave-Oatmeal.jpg" /></span><span class="image-choices-choice-text">Square</span></label> </div></div></div></fieldset></div> </div> <div class='gform_page_footer top_label'> <input type='button' id='gform_previous_button_31_1' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous' tabindex='13' onclick='jQuery("#gform_target_page_number_31").val("2"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("2"); jQuery("#gform_31").trigger("submit",[true]); } ' /> <input type='button' id='gform_next_button_31_1' class='gform_next_button gform-theme-button button' value='Next' tabindex='14' onclick='jQuery("#gform_target_page_number_31").val("4"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("4"); jQuery("#gform_31").trigger("submit",[true]); } ' /> </div> </div> <div id='gform_page_31_4' class='gform_page' data-js='page-field-id-1' style='display:none;'> <div class='gform_page_fields'> <div id='gform_fields_31_4' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_11" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_11" ><p class="display-5">Are there any other features important in your wall build?</p> <p class="lead">Some block systems allow you to easily build other features such as corners, seating and steps.</p> <p class="alert alert-info">This step is optional</p></div><fieldset id="field_31_13" class="gfield gfield--type-checkbox gfield--type-choice gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions " data-field-class="image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions" data-js-reload="field_31_13" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Additional Features</legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_31_13'><div class='gchoice gchoice_31_13_1 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_13.1' type='checkbox' value='corners' id='choice_31_13_1' tabindex='15' /> <label for='choice_31_13_1' id='label_31_13_1' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Walnut-Exposed-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2017/07/Freestone-Block-Walnut-Exposed-300x300.jpg" alt="Freestone Block - Walnut Exposed" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2017/07/Freestone-Block-Walnut-Exposed.jpg" /></span><span class="image-choices-choice-text">Corners</span></label> </div><div class='gchoice gchoice_31_13_2 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_13.2' type='checkbox' value='seating' id='choice_31_13_2' tabindex='16' /> <label for='choice_31_13_2' id='label_31_13_2' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2023/04/versawall-retaining-wall-blocks-cta-crop-300x171.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2023/04/versawall-retaining-wall-blocks-cta-crop-300x171.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">Seating</span></label> </div><div class='gchoice gchoice_31_13_3 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_13.3' type='checkbox' value='steps' id='choice_31_13_3' tabindex='17' /> <label for='choice_31_13_3' id='label_31_13_3' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2016/06/Textured-Easy-Lock-Block-Tasman-Block-2-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2016/06/Textured-Easy-Lock-Block-Tasman-Block-2-300x300.jpg" alt="Textured Easy Lock Block | Tasman Block" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2016/06/Textured-Easy-Lock-Block-Tasman-Block-2.jpg" /></span><span class="image-choices-choice-text">Steps</span></label> </div></div></div></fieldset></div> </div> <div class='gform_page_footer top_label'> <input type='button' id='gform_previous_button_31_10' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous' tabindex='18' onclick='jQuery("#gform_target_page_number_31").val("3"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("3"); jQuery("#gform_31").trigger("submit",[true]); } ' /> <input type='button' id='gform_next_button_31_10' class='gform_next_button gform-theme-button button' value='Next' tabindex='19' onclick='jQuery("#gform_target_page_number_31").val("5"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("5"); jQuery("#gform_31").trigger("submit",[true]); } ' /> </div> </div> <div id='gform_page_31_5' class='gform_page' data-js='page-field-id-10' style='display:none;'> <div class='gform_page_fields'> <div id='gform_fields_31_5' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_15" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_15" ><p class="display-5">Will you be building your wall within your property boundary or on your boundary?</p> <p class="lead">Some blocks are best to be used within your property boundary and others specifically on the boundary.</p></div><fieldset id="field_31_16" class="gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions " data-field-class="image-choices-field image-choices-use-images image-choices-show-labels ic-theme--float-card ic-cols--fixed ic-cols-md--fixed ic-cols-sm--fixed ic-lightbox-captions" data-js-reload="field_31_16" ><legend class='gfield_label gform-field-label' >Build Location<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_31_16'> <div class='gchoice gchoice_31_16_0 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_16' type='radio' value='within-property' id='choice_31_16_0' onchange='gformToggleRadioOther( this )' tabindex='20' /> <label for='choice_31_16_0' id='label_31_16_0' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2021/06/Textured-Easy-Lock-Retaining-Wall-Block-Appin-Stone-300x240.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2021/06/Textured-Easy-Lock-Retaining-Wall-Block-Appin-Stone-300x240.jpg" alt="Textured Easy Lock Retaining Wall Block" class="image-choices-choice-image" data-lightbox-src="https://apcptadelaide.com.au/wp-content/uploads/sites/7/2021/06/Textured-Easy-Lock-Retaining-Wall-Block-Appin-Stone.jpg" /></span><span class="image-choices-choice-text">Within property</span></label> </div> <div class='gchoice gchoice_31_16_1 image-choices-choice gform-theme__no-reset--children'> <input class='gfield-choice-input' name='input_16' type='radio' value='boundary' id='choice_31_16_1' onchange='gformToggleRadioOther( this )' tabindex='21' /> <label for='choice_31_16_1' id='label_31_16_1' class='gform-field-label gform-field-label--type-inline' ><span class="image-choices-choice-image-wrap" style="background-image:url(https://australianpaving.com/wp-content/uploads/2019/11/Grey-Easy-Lock-Block-DIY-Wall-Blocks-Natural-Grey-300x300.jpg)"><img decoding="async" src="https://australianpaving.com/wp-content/uploads/2019/11/Grey-Easy-Lock-Block-DIY-Wall-Blocks-Natural-Grey-300x300.jpg" alt="" class="image-choices-choice-image" data-lightbox-src="" /></span><span class="image-choices-choice-text">On boundary</span></label> </div></div></div></fieldset></div> </div> <div class='gform_page_footer top_label'> <input type='button' id='gform_previous_button_31_17' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous' tabindex='22' onclick='jQuery("#gform_target_page_number_31").val("4"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("4"); jQuery("#gform_31").trigger("submit",[true]); } ' /> <input type='button' id='gform_next_button_31_17' class='gform_next_button gform-theme-button button' value='Next' tabindex='23' onclick='jQuery("#gform_target_page_number_31").val("6"); jQuery("#gform_31").trigger("submit",[true]); ' onkeypress='if( event.keyCode == 13 ){ jQuery("#gform_target_page_number_31").val("6"); jQuery("#gform_31").trigger("submit",[true]); } ' /> </div> </div> <div id='gform_page_31_6' class='gform_page' data-js='page-field-id-17' style='display:none;'> <div class='gform_page_fields'> <div id='gform_fields_31_6' class='gform_fields top_label form_sublabel_below description_below'><div id="field_31_19" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_19" ><p class="display-5">Will you be bulding the wall yourself?</p> <p class="lead">Some blocks have certain features that make DIY easy. Let us know whether you will be building the wall yourself, or getting a specialist with specialised equipment to build your wall</p></div><fieldset id="field_31_22" class="gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible" data-js-reload="field_31_22" ><legend class='gfield_label gform-field-label' >DIY Friendly<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_31_22'> <div class='gchoice gchoice_31_22_0'> <input class='gfield-choice-input' name='input_22' type='radio' value='Yes' id='choice_31_22_0' onchange='gformToggleRadioOther( this )' tabindex='24' /> <label for='choice_31_22_0' id='label_31_22_0' class='gform-field-label gform-field-label--type-inline'>Yes</label> </div> <div class='gchoice gchoice_31_22_1'> <input class='gfield-choice-input' name='input_22' type='radio' value='I&#039;m a professional or am using one' id='choice_31_22_1' onchange='gformToggleRadioOther( this )' tabindex='25' /> <label for='choice_31_22_1' id='label_31_22_1' class='gform-field-label gform-field-label--type-inline'>I&#8217;m a professional or am using one</label> </div></div></div></fieldset></div></div> <div class='gform_page_footer top_label'><input type='submit' id='gform_previous_button_31' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' value='Previous' tabindex='26' onclick='if(window["gf_submitting_31"]){return false;} if( !jQuery("#gform_31")[0].checkValidity || jQuery("#gform_31")[0].checkValidity()){window["gf_submitting_31"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_31"]){return false;} if( !jQuery("#gform_31")[0].checkValidity || jQuery("#gform_31")[0].checkValidity()){window["gf_submitting_31"]=true;} jQuery("#gform_31").trigger("submit",[true]); }' /> <input type="submit" id="gform_submit_button_31" class="gform_button button" value="Submit" tabindex="27" onclick='if(window["gf_submitting_31"]){return false;} if( !jQuery("#gform_31")[0].checkValidity || jQuery("#gform_31")[0].checkValidity()){window["gf_submitting_31"]=true;} addAdditionalAction();' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_31"]){return false;} if( !jQuery("#gform_31")[0].checkValidity || jQuery("#gform_31")[0].checkValidity()){window["gf_submitting_31"]=true;} jQuery("#gform_31").trigger("submit",[true]); }'> <input type='hidden' name='gform_ajax' value='form_id=31&amp;title=&amp;description=&amp;tabindex=1&amp;theme=data-form-theme=&#039;gravity-theme&#039;' /> <input type='hidden' class='gform_hidden' name='is_submit_31' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='31' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_31' value='WyJ7XCIzXCI6W1wiNTQyYTc5OGE2OTc3M2Q4NjYzYjBmYzdkZDFhYjkwYTRcIixcIjk0Nzc5MjFkZjQ3NWIwYTNkOTcxNDkyZGE5ZjhjZjAwXCIsXCJlODVlMDI5ZmRmMDVkNTlmNzY5YzRhN2ZhZDQ4MTUyOFwiLFwiZWViYmQwOWVhMmE0NmMzNWU4N2I2MDA5YzJiZmU2NmVcIl0sXCI2XCI6W1wiNDA0NDg1NzQ4ZjJjMDJmY2M2Zjk2ZGRmM2NmZGM3ZjVcIixcImFlYzA1MDYxMjk0N2Y1N2Q1YWU0N2ZmNTRkYmQ1N2I5XCJdLFwiMTIuMVwiOlwiNTUzZjM2OTk0ZmU5MjZmNDgzOTNhNjU1YTBlMGQ4ZjJcIixcIjEyLjJcIjpcIjNiYjBlNTQ0NjVkZTliYTY0MWZkMDdmMDlhZjZiNjUwXCIsXCIxMi4zXCI6XCI3MTg2OWIwYzQ1ZTMwZjM1YzE0MmFjZjJmMDgyZmY1M1wiLFwiMTMuMVwiOlwiOTE2YWFlMjJkZjRmM2JiMGFlY2RjZWNiODk4NjBhZGRcIixcIjEzLjJcIjpcIjNjNGU2Mzc2MTIzMjRlZmQ1YjNhZDE3ZGM2NWQxNzE2XCIsXCIxMy4zXCI6XCI2YjkzNzQyNjIzZjJlOGNiNmE3M2FiMWY1MzdjNGQxNVwiLFwiMTZcIjpbXCJmOTU5MTNkZjBjYjliZTFkYTY4YjFkYzA1NmY0ZjA3ZFwiLFwiYWZlMWQyZjQ1OWQ3MWI3NGU2NmZhZWI3ODdiMzhhOTFcIl0sXCIyMlwiOltcImQ0OGM4ZWJiMWU5MWJjMjhkNTgwYTZjNmQ2NjJhNWY0XCIsXCI1ZDBhODBjYTQxODczNjNiM2YxODg2NjI2MzUwNWNmY1wiXX0iLCI1ZjdlZTlmZWFlNjAzN2Q1ZjY1NzU1Yzc2YjQ1Yjc0YSJd' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_31' id='gform_target_page_number_31' value='2' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_31' id='gform_source_page_number_31' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </div></div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_31' id='gform_ajax_frame_31' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script> gform.initializeOnLoaded( function() {gformInitSpinner( 31, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery('#gform_ajax_frame_31').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_31');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_31').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_31').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_31').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_31').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_31').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_31').val();gformInitSpinner( 31, 'https://apcptadelaide.com.au/wp-content/themes/apc-theme/images/puff.svg', true );jQuery(document).trigger('gform_page_loaded', [31, current_page]);window['gf_submitting_31'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_31').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_31').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [31]);window['gf_submitting_31'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_31').text());}, 50);}else{jQuery('#gform_31').append(contents);if(window['gformRedirect']) {gformRedirect();}} const gformWrapperDiv = document.getElementById( "gform_wrapper_31" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_31"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_31" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [31, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 31, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> </div> </div> <div style="background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://apcptadelaide.com.au/wp-content/uploads/sites/7/2023/08/Rockface-Block-Retaining-Wall-with-Steps-Limestone-850x400.jpg)" class="cta-block__container border-green rounded border has-background-image"> <div class="acf-innerblocks-container"> <p class="has-text-align-left display-4">Build your retaining wall</p> <p class="has-text-align-left lead">Launch our retaining wall builder to help you choose the right products for your project.</p> </div> <div class="wp-block-button is-style-cta-button"> <a class="wp-block-button__link wp-element-button" data-bs-toggle="modal" data-bs-target="#wallBuilderModal" role="button">Launch builder</a> </div> </div> </div><!-- .entry-content --> <footer class="entry-footer"> </footer><!-- .entry-footer --> </article><!-- #post-## --> </main><!-- #main --> <!-- Do the right sidebar check --> </div><!-- #closing the primary container from /global-templates/left-sidebar-check.php --> </div><!-- .row --> </div><!-- #content --> </div><!-- #page-wrapper --> <!-- ******************* The Footer Full-width Widget Area ******************* --> <div class="wrapper" id="wrapper-footer-full"> <div class="container" id="footer-full-content" tabindex="-1"> <div class="row"> <div id="nav_menu-3" class="footer-widget widget_nav_menu widget-count-3 col-md-4"><div class="menu-footer-1-container"><ul id="menu-footer-1" class="menu"><li id="menu-item-5070" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5070"><a href="https://apcptadelaide.com.au/">Home</a></li> <li id="menu-item-8792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8792"><a href="https://apcptadelaide.com.au/about/">About</a></li> <li id="menu-item-8793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8793"><a href="https://apcptadelaide.com.au/faq/">FAQ</a></li> <li id="menu-item-5071" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5071"><a href="https://apcptadelaide.com.au/knowledge-centre/">Knowledge Centre</a></li> <li id="menu-item-7667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7667"><a href="https://apcptadelaide.com.au/quote/">Quote</a></li> <li id="menu-item-8583" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8583"><a href="https://apcptadelaide.com.au/contact/">Contact</a></li> <li id="menu-item-8794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8794"><a href="https://apcptadelaide.com.au/best-price-promise/">Best Price Promise Policy</a></li> <li id="menu-item-8831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-8831"><a rel="privacy-policy" href="https://apcptadelaide.com.au/privacy-policy/">Privacy Policy</a></li> </ul></div></div><!-- .footer-widget --><div id="nav_menu-4" class="footer-widget widget_nav_menu widget-count-3 col-md-4"><div class="menu-footer-2-container"><ul id="menu-footer-2" class="menu"><li id="menu-item-8796" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-8796"><a href="https://apcptadelaide.com.au/product-category/pavers/">Pavers</a> <ul class="sub-menu"> <li id="menu-item-8800" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8800"><a href="https://apcptadelaide.com.au/product-category/pavers/classic-concrete-pavers/">Classic Concrete Pavers</a></li> <li id="menu-item-8797" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8797"><a href="https://apcptadelaide.com.au/product-category/pavers/large-format-pavers/">Large Format Pavers</a></li> <li id="menu-item-8799" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8799"><a href="https://apcptadelaide.com.au/product-category/pavers/natural-stone-pavers/">Natural Stone Pavers</a></li> <li id="menu-item-8798" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8798"><a href="https://apcptadelaide.com.au/product-category/pavers/stoneware/">Stoneware™ Pavers</a></li> </ul> </li> <li id="menu-item-8802" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8802"><a href="https://apcptadelaide.com.au/product-category/indoor-floor-tiles/">Floor Tiles</a></li> <li id="menu-item-8803" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8803"><a href="https://apcptadelaide.com.au/product-category/tiling-over-existing-concrete/">Tiling Over Concrete</a></li> <li id="menu-item-8805" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8805"><a href="https://apcptadelaide.com.au/product-category/retaining-walls/">Retaining Wall Blocks</a></li> <li id="menu-item-8804" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8804"><a href="https://apcptadelaide.com.au/product-category/garden-walls/">Garden Walls</a></li> <li id="menu-item-8801" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-8801"><a href="https://apcptadelaide.com.au/product-category/latest-trends/">Latest Trends</a></li> <li id="menu-item-12284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12284"><a href="https://apcptadelaide.com.au/retaining-walls-port-adelaide/">Retaining Walls Port Adelaide</a></li> <li id="menu-item-12321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12321"><a href="https://apcptadelaide.com.au/driveway-pavers-port-adelaide/">Driveway Pavers Port Adelaide</a></li> <li id="menu-item-12367" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12367"><a href="https://apcptadelaide.com.au/outdoor-indoor-tiles-port-adelaide/">Outdoor Indoor Tiles Port Adelaide</a></li> <li id="menu-item-12372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12372"><a href="https://apcptadelaide.com.au/pool-pavers-port-adelaide/">Pool Pavers Port Adelaide</a></li> <li id="menu-item-12383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12383"><a href="https://apcptadelaide.com.au/wall-cladding-port-adelaide/">Wall Cladding Port Adelaide</a></li> <li id="menu-item-12406" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12406"><a href="https://apcptadelaide.com.au/indoor-tiles-port-adelaide/">Indoor Tiles Port Adelaide</a></li> </ul></div></div><!-- .footer-widget --><div id="contact_details_widget-3" class="footer-widget contact_details_widget widget-count-3 col-md-4"> <div id="contact-details-widget" class="contact-details-wrapper"> <div class="contact-details"> <h3 class="widget-title"></h3> <p><i class="fas fa-map-marker fa-fw me-2"></i>215 Grand Junction Road, Ottoway SA 5013</p><p><i class="fas fa-phone-rotary fa-fw me-2"></i>(08) 8447 5511</p><p><i class="fas fa-envelope fa-fw me-2"></i>mskordas@australianpaving.com</p> </div> <div class="opening-hours"> <span class="opening-hours__title"><i class="fas fa-clock fa-fw me-2"></i>Opening Hours</span> <ul class="opening-hours__list"> <li>Mon - Fri 8am to 5pm</li><li>Sat 8am to 3pm</li><li>Sun 10am to 2pm</li> </ul> </div> <div class="social-icon-links"> <a href=" https://www.facebook.com/apcptadelaide.com.au/ "><i class="fab fa-facebook fa-fw me-2 fa-2x"></i></a><a href=" https://www.instagram.com/australianpavingcentre/ "><i class="fab fa-instagram fa-fw me-2 fa-2x"></i></a><a href=" https://www.youtube.com/channel/UCXGVYqtih7zhasyu4yLW25A "><i class="fab fa-youtube fa-fw me-2 fa-2x"></i></a> </div> </div> </div><!-- .footer-widget --> </div> </div> </div><!-- #wrapper-footer-full --> <div class="wrapper" id="wrapper-footer"> <div class="container"> <div class="row"> <div class="col-md-12"> <footer class="site-footer" id="colophon"> <div class="site-info text-center"> &copy; 2024 Australian Paving Centre Ottoway </div><!-- .site-info --> </footer><!-- #colophon --> </div><!--col end --> </div><!-- row end --> </div><!-- container end --> </div><!-- wrapper end --> </div><!-- #page we need this extra closing tag here --> <script> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='gform_basic-css' href='https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.8.4' media='all' /> <link rel='stylesheet' id='gform_theme_components-css' href='https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=2.8.4' media='all' /> <link rel='stylesheet' id='gform_theme_ie11-css' href='https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.min.css?ver=2.8.4' media='all' /> <link rel='stylesheet' id='gform_theme-css' href='https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=2.8.4' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://apcptadelaide.com.au/wp-includes/css/dashicons.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='gf_image_choices-css' href='https://apcptadelaide.com.au/wp-content/plugins/gf-image-choices/css/gf_image_choices.css?ver=1.4.4' media='screen' /> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.1" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/apcptadelaide.com.au\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.1" id="wc-order-attribution-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script> <script id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"d MM yy","firstDay":1,"isRTL":false});}); </script> <script src="https://apcptadelaide.com.au/wp-content/themes/apc-theme/js/theme.min.js?ver=3.1.4.1702956014" id="understrap-scripts-js"></script> <script src="https://apcptadelaide.com.au/wp-content/themes/apc-theme/js/aos.js?ver=3.1.4.1702956014" id="aos-js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDPw56rDz_lmzcjOvUEWkIEon6l6RDGnAA&amp;ver=6.4.3" id="google-maps-js"></script> <script src="https://apcptadelaide.com.au/wp-content/themes/apc-theme/js/acf-map.min.js?ver=6.4.3" id="acf-google-maps-js"></script> <script src="https://apcptadelaide.com.au/wp-content/themes/apc-theme/js/glide.min.js?ver=6.4.3" id="glide-js"></script> <script src="https://apcptadelaide.com.au/wp-content/themes/apc-theme/js/block-sliders.min.js?ver=6.4.3" id="block-slider-scripts-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="wp-a11y-js-translations"> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "default", {"translation-revision-date":"2024-01-28 12:21:57+0000","generator":"GlotPress\/4.0.0-beta.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_AU"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} ); </script> <script src="https://apcptadelaide.com.au/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.8.4" id="gform_json-js"></script> <script id="gform_gravityforms-js-extra"> var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms\/images"}}; var gf_legacy = {"is_legacy":""}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"9aaa45bc2abfe9494f527ae3b3a1396f","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"9aaa45bc2abfe9494f527ae3b3a1396f","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"9aaa45bc2abfe9494f527ae3b3a1396f","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; </script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.8.4" id="gform_gravityforms-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/plupload/moxie.min.js?ver=1.3.5" id="moxiejs-js"></script> <script src="https://apcptadelaide.com.au/wp-includes/js/plupload/plupload.min.js?ver=2.1.9" id="plupload-js"></script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.8.4" id="gform_placeholder-js"></script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=50c7bea9c2320e16728e44ae9fde5f26" id="gform_gravityforms_utils-js"></script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=54e7080aa7a02c83aa61fae430b9d869" id="gform_gravityforms_theme_vendors-js"></script> <script id="gform_gravityforms_theme-js-extra"> var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"9aaa45bc2abfe9494f527ae3b3a1396f"}}},"hmr_dev":"","public_path":"https:\/\/apcptadelaide.com.au\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; </script> <script defer='defer' src="https://apcptadelaide.com.au/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=bab19fd84843dabc070e73326d787910" id="gform_gravityforms_theme-js"></script> <script id="wp-ajax-response-js-extra"> var wpAjax = {"noPerm":"Sorry, you are not allowed to do that.","broken":"Something went wrong."}; </script> <script src="https://apcptadelaide.com.au/wp-includes/js/wp-ajax-response.min.js?ver=6.4.3" id="wp-ajax-response-js"></script> <script id="gforms_google_analytics_frontend-js-before"> var gforms_google_analytics_frontend_strings = {"ajaxurl":"https:\/\/apcptadelaide.com.au\/wp-admin\/admin-ajax.php","nonce":"e243c5f2de","logging_enabled":false,"logging_nonce":"023e8822e5","ua_tracker":""}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/gravityformsgoogleanalytics/js/google-analytics.min.js?ver=2.2.0" id="gforms_google_analytics_frontend-js"></script> <script src="https://apcptadelaide.com.au/wp-content/plugins/gf-image-choices/js/jetsloth-lightbox.js?ver=1.4.4" id="jetsloth_lightbox-js"></script> <script src="https://apcptadelaide.com.au/wp-content/plugins/gf-image-choices/js/jetsloth-match-height.js?ver=1.4.4" id="jetsloth_match_height-js"></script> <script id="gf_image_choices-js-extra"> var imageChoicesVars = {"gf_version":"2.8.4","version":"1.4.4","useNewFeatures":"true","elementorCompat":"","lazyLoadGlobal":"0"}; </script> <script src="https://apcptadelaide.com.au/wp-content/plugins/gf-image-choices/js/gf_image_choices.js?ver=1.4.4" id="gf_image_choices-js"></script> <script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 14) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }jQuery( "#gform_14" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'ZfZ2rcfOtTqybr42q8pmHSeZDs1bl5wsym0u8sO6NRU0e3WAAG6poScrClXpzAAg' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() { const gformWrapperDiv = document.getElementById( "gform_wrapper_14" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_14"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_14" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [14, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 14, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> <script type="text/javascript"> window.imageChoicesOptionLabels = window.imageChoicesOptionLabels || {}; window.imageChoicesOptionLabels[14] = []; </script><script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 18) {jQuery( "#gform_18" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'ZfZ2rcfOtTqybr42q8pmHSeZDs1bl5wsym0u8sO6NRU0e3WAAG6poScrClXpzAAg' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() { const gformWrapperDiv = document.getElementById( "gform_wrapper_18" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_18"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_18" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [18, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 18, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> <script type="text/javascript"> window.imageChoicesOptionLabels = window.imageChoicesOptionLabels || {}; window.imageChoicesOptionLabels[18] = []; </script><script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 31) {jQuery( "#gform_31" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'ZfZ2rcfOtTqybr42q8pmHSeZDs1bl5wsym0u8sO6NRU0e3WAAG6poScrClXpzAAg' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() { const gformWrapperDiv = document.getElementById( "gform_wrapper_31" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_31"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_31" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [31, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 31, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> <script type="text/javascript"> window.imageChoicesOptionLabels = window.imageChoicesOptionLabels || {}; window.imageChoicesOptionLabels[31] = []; </script> </body> </html> <!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com -->
fineweb
{ "fineweb_metadata": { "text": "We get it – building a Garden or Retaining Wall is no small feat. The options, the decisions, the uncertainty – it can all feel a bit overwhelming. But at APC you don’t have to navigate this journey alone.\nWe’ve created a Garden and Retaining Wall Builder to help you choose the right masonry landscaping products for building your Garden or Retaining Wall. Simply choose from a few options that are important to you and we’ll show you a list of products best suited to your project and your needs.\nOf course, our APC Experts are always on hand to take care of any enquiries you may have.\nBuild your retaining wall\nLaunch our retaining wall builder to help you choose the right products for your project.", "id": "<urn:uuid:14370df1-321f-476d-8739-8fb6a8e836d2>", "dump": "CC-MAIN-2024-10", "url": "https://apcptadelaide.com.au/retaining-garden-wall-builder/", "date": "2024-02-25T08:46:28", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9062483906745911, "token_count": 158 } }
<urn:uuid:b3005bc5-da20-4602-bea5-3fd3503fd067>
<!DOCTYPE html> <html class="adapt"> <head> <title>141st APHA Annual Meeting and Exposition (November 2 - November 6, 2013): Depression doesn't discriminate: Youth and depression - treatment works</title> <meta name="citation_author_institution" content="Somerville Cares About Prevention"> <meta name="citation_language" content="English"> <meta name="citation_date" content="2013/11/05"> <meta name="citation_author" content="Heller-Bottari, Lovelee"> <meta name="citation_title" content="Depression doesn't discriminate: Youth and depression - treatment works"> <meta name="citation_publisher" content="APHA"> <meta name="citation_conference_title" content="141st APHA Annual Meeting and Exposition (November 2 - November 6, 2013)"> <meta name="ROBOTS" content="FOLLOW,INDEX"> <meta name="KEYWORDS" content="Annual, Meeting, Program"> <meta name="DESCRIPTION" content=": Online Annual Meeting Program"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2269875-1', 'auto'); ga('send', 'pageview'); </script> <link rel="Stylesheet" type="text/css" href="/style/apha/APHA.css" media="all"/> <link href="stylesheets/style.css" rel="stylesheet" type="text/css"> </head> <body class="webprogram paper"> <div class="header wrapper"> <header> <div class="memberMenu wrapper"> <section class="container"> <div class="orgMenu"> <ul> <li><a href="//www.apha.org//about-apha">About APHA</a></li> <li><a href="//secure.apha.org/iMIS/APHA/Join">Join</a></li> <li><a href="//secure.apha.org/iMIS/APHA/Renew">Renew</a></li> <li><a href="//www.apha.org//events-and-meetings/annual">Annual Meeting</a></li> <li><a href="//www.apha.org//professional-development">Careers</a></li> <li><a href="//www.apha.org//about-apha/executive-board-and-staff/apha-staff">Contact Us</a></li> <li><a href="//secure.apha.org/iMIS/APHA/Store">Store</a></li> </ul> </div> </section> </div> <div class="banner wrapper"> <section class="container"> <section class="logo"> <a href="http://www.apha.org/"><img src="/img/apha/apha-logo.png" alt="APHA Home"></ </section> </section> </div> <div class="clientMenu wrapper"> <section class="container"> <ul class="siteMenu"> <li class="has-dropdown not-click"><a href="//www.apha.org//what-is-public-health"><p class="menu-link-top">What is</p><p>Public Health?</p></a></li> <li class="has-dropdown not-click"><a href="//www.apha.org//topics-and-issues"><p class="menu-link-top">Topics &amp;</p><p>Issues</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/topics-and-issues/climate-change">Climate Change</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/ebola">Ebola</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/global-health">Global Health</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/gun-violence">Gun Violence</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/health-equity">Health Equity</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/health-reform">Health Reform</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/healthiest-nation">Healthiest Nation in One Generation</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/tobacco">Tobacco</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/vaccines">Vaccines</a></li> <li class=""><a href="http://www.apha.org/topics-and-issues/all-topics-and-issues">All Topics and Issues</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//policies-and-advocacy"><p class="menu-link-top">Policies &amp;</p><p>Advocacy</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/policies-and-advocacy/advocacy-for-public-health">Advocacy for Public Health</a></li> <li class=""><a href="http://www.apha.org/policies-and-advocacy/public-health-policy-statements">Policy Statements</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//publications-and-periodicals"><p class="menu-link-top">Publications &amp;</p><p>Periodicals</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/publications-and-periodicals/american-journal-of-public-health">American Journal of Public Health</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/the-nations-health">The Nation's Health</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/inside-public-health">Inside Public Health</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/published-books">Published Books</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/fact-sheets">Fact Sheets</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/reports-and-issue-briefs">Reports and Issue Briefs</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/advertising">Advertising</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/public-health-buyers-guide">Public Health Buyers Guide</a></li> <li class=""><a href="http://www.apha.org/publications-and-periodicals/publications-contacts">Publications Contacts</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//professional-development"><p class="menu-link-top">Professional</p><p>Development</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/professional-development/careers-at-apha">Careers at APHA</a></li> <li class=""><a href="http://www.apha.org/professional-development/apha-internships-and-fellowships">Internships &amp; Fellowships</a></li> <li class=""><a href="http://www.apha.org/professional-development/continuing-education">Continuing Education</a></li> <li class=""><a href="http://www.apha.org/professional-development/public-health-careermart">Public Health CareerMart</a></li> </ul> </li> <li class="has-dropdown selected not-click"><a href="//www.apha.org//events-and-meetings"><p class="menu-link-top">Events &amp;</p><p>Meetings</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/events-and-meetings/national-public-health-week">National Public Health Week</a></li> <li class=""><a href="http://www.apha.org/events-and-meetings/annual">Annual Meeting</a></li> <li class=""><a href="http://www.apha.org/events-and-meetings/apha-calendar">APHA Calendar</a></li> <li class=""><a href="http://www.apha.org/events-and-meetings/get-ready-original">Get Ready</a></li> <li class=""><a href="http://www.apha.org/events-and-meetings/webinars">Webinars</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//news-and-media"><p class="menu-link-top">News &amp;</p><p>Media</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/news-and-media/newsroom">Newsroom</a></li> <li class=""><a href="http://www.apha.org/news-and-media/news-releases">News Releases</a></li> <li class=""><a href="http://www.apha.org/news-and-media/social-media">Social Media</a></li> <li class=""><a href="http://www.apha.org/news-and-media/multimedia">Multimedia</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//apha-communities"><p class="menu-link-top">APHA</p><p>Communities</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/apha-communities/apha-connect">APHA Connect</a></li> <li class=""><a href="http://www.apha.org/apha-communities/affiliates">Affiliates</a></li> <li class=""><a href="http://www.apha.org/apha-communities/member-sections">Member Sections</a></li> <li class=""><a href="http://www.apha.org/apha-communities/student-assembly">Student Assembly</a></li> <li class=""><a href="http://www.apha.org/apha-communities/spigs">SPIGs</a></li> <li class=""><a href="http://www.apha.org/apha-communities/forums">Forums</a></li> <li class=""><a href="http://www.apha.org/apha-communities/caucuses">Caucuses</a></li> </ul> </li> <li class="has-dropdown not-click"><a href="//www.apha.org//become-a-member"><p class="menu-link-top">Become a</p><p>Member</p></a> <ul class="dropdown"> <li class=""><a href="http://www.apha.org/become-a-member/membership-benefits">Membership Benefits</a></li> <li class=""><a href="http://www.apha.org/become-a-member/special-member-savings">Special Member Savings</a></li> <li class=""><a href="http://www.apha.org/become-a-member/membership-categories">Membership Categories</a></li> <li class=""><a href="http://www.apha.org/become-a-member/student-membership">Student Membership</a></li> <li class=""><a href="http://www.apha.org/become-a-member/joint-apha-affiliate-membership-pilot">Joint Membership</a></li> <li class=""><a href="http://www.apha.org/become-a-member/providing-proof-of-status">Providing Proof of Status</a></li> <li class=""><a href="http://www.apha.org/become-a-member/generation-public-health">Generation Public Health</a></li> <li class=""><a href="http://www.apha.org/become-a-member/member-directory">Member Directory</a></li> </ul> </li> </ul> </section> <script> $(document).ready(function(){ $(".clientMenu").click(function(){ $("#siteMenu").slideToggle(); $(".caret").toggleClass("closed"); }); }); </script> </div> </header> </div> <div class="identitywrapper"> <section class="container"> <div class="identity clearfix"> <div class="identityhead clearfix"> <h2>141st APHA Annual Meeting and Exposition <!--November 2 - November 6, 2013--></h2> </div> <div class="identitylocation clearfix"> <p class="breadcrumbs"> <a href="http://www.apha.org">Home</a> <a href="http://www.apha.org/events-and-meetings">Events & Meetings</a> <a href="http://www.apha.org/events-and-meetings/annual">Annual Meeting</a> <a href="http://www.apha.org/events-and-meetings/annual/schedule-and-online-program">Schedule & Program</a> </p> <a target="_blank" class="purchase button" title="APHA Annual Meeting Recordings" href="/apha/141am/recordingpayment.cgi" class="button">Recorded Annual Meeting Presentations (RAMP) are now available for purchase.<br>Only $90 for presenters, $140 for registered attendees and $200 for non-attendees.</u></strong><br></a> </div> </div> <h1>Online Program</h1> </section> </div> <div class="contentwrapper"> <section class="container"> <main class="rightside"> <div class="content"> <h2> <div class="subtitle"> <span class="number">293184</span> <div class="subtext">Depression doesn't discriminate: Youth and depression - treatment works</div> </div> </h2> <br> <div class="datetime">Tuesday, November 5, 2013 : 1:24 p.m. - 1:33 p.m. <p><p></div> <div class="paperauthors"> <div class="presenter"> <span class="name"> <a href="Person290756.html">Lovelee Heller-Bottari, Certified Prevention Specialist Candidate and B.A. in Education</a></span>, <span class="affiliation">Somerville Health Department, Somerville Cares About Prevention, Somerville, MA</span> <div class="authorimage"> </div> </div><div class="author"> <span class="name"> <a href="Person290792.html">Patricia Contente, LICSW</a></span>, <span class="affiliation">Health Department, City of Somerville, Somerville, MA</span> <div class="authorimage"> </div> </div> </div> <div class="media"> </div> <div class="media"> </div> <div class="abstract"> Somerville Cares About Prevention (SCAP), a community substance abuse prevention coalition, partnered with our local cable access television station Somerville Community Access Television to assist our Somerville Positive Forces youth leaders in creating this Public Service Announcement (PSA) in efforts to raise awareness about depression among teens. In reviewing local Youth Risk Behavior Survey data around substance abuse, Somerville Positive Forces Youth Leaders identified stress and depression as key factors contributing to substance abuse with some youth using drugs and alcohol as a form of self-medication. Collaboration with the SCAP Committee on Suicide Prevention and Mental Health assisted in identifying key issues around youth depression that were included in the messaging, encompassing information on signs and symptoms and increasing literacy to reduce stigma and emphasize that depression is a health issue that can improve with treatment just like other health issues. In designing this PSA, Youth Leaders felt it was important to include real stories about depression to maintain the authenticity of the project and to help youth relate to the experiences and situations depression can create for teens. The Stop Motion production process is utilized to capture and hold the audience's attention while a familiar environmental settings and an accessible teen centered treatment facility is used to help youth identify where they can go for help. Collaboration among key stakeholders such as the youth leaders was critical to the integrity and accessibility of the content. The target audiences for this PSA are high school teens. The video is intended for online use via social media sites along with local cable television, school announcements, and event showings. <!--Abstract 293184 modified by 209.6.5.130 on 2-28-2013--> </div> <p><b>Learning Areas: </b></p> Public health or related education<br> <div class="abstract"> <p><b>Learning Objectives:</b> <br>Identify the signs and symptoms of depression. Explain that depression doesn't descriminate and can affect anyone. Identify treatment as an option, free of stigma.</p> </div> <p><b>Keyword(s):</b> Depression, Adolescent Health</p> <p></p> <div class="abstract"> <b>Presenting author's disclosure statement:</b><p><b>Qualified on the content I am responsible for because:</b> I have been working as a prevention specialist in a community substance abuse prevention coalition setting for the last 9 years. I have developed an award-winning youth leadership development program that works with youth to create and implement evidence-based environmental-level prevention strategies that work to promote positive social norms among youth and adults. <br> <b>Any relevant financial relationships?</b> No<br><p> I agree to comply with the American Public Health Association Conflict of Interest and Commercial Support Guidelines, and to disclose to the participants any off-label or experimental uses of a commercial product or service discussed in my presentation. </p> </div> <div class="parents"> Back to: <b>4217.0:</b> <a href="Session38357.html">APHA Film Festival - US Session 5</a><br> </div> </div> </main> <aside class="leftside"> <nav> <div class="navigation" id="navigation"> <ul class="naving"> <li><a href="start.html" >Main Menu and Search</a></li> <li><a href="meeting.html" >Browse by Day</a></li> <li><a href="programs.html" >Browse by Program</a></li> <li><a href="authora.html" >Author Index</a></li> <li><a href="affiliationa.html" >Affiliation Index</a></li> <li><a href="alldisclosures.html" >Disclosure Index</a></li> <li><a href="/apha/141am/schedule/index.cgi" target="_blank">Personal Scheduler</a></li> <li><a href="uploadlistall.html" >Browse Handouts</a></li> <li><a href="http://www.apha.org/meetings/registration/" target="new"><img src="https://apha.confex.com/static/img/hicolor/24x24/stock/generic/stock_people.png" style="vertical-align:middle;"> Register for the meeting now</a></li> </ul> </div> </nav> <div id="sidebar"> <a name="mtginfo" id="mtginfo"></a> <div class="sidebar_priority"> <h5>Meeting Information</h5> <div class="labels"> <p class="bold">When:</p> </div> <div class="info"> <p>November 02 - 06, 2013</p> </div> <div class="labels"> <p class="bold">Where:</p> </div> <div class="info"> <p>Boston, MA</p> </div> <div class="clearfix"></div> </div> <!-- BEGIN ADDITIONAL OPTIONAL SIDEBAR CONTENT ... <div class="sidebar"> <h5>Additional Information</h5> <p> </p> </div> <div class="sidebar"> <h5>Additional Information</h5> <ul class="location_info"> <li></li> <li></li> <li></li> </ul> </div> ... END ADDITIONAL OPTIONAL SIDEBAR CONTENT --> </div> </aside> </section> </div> <div class="footer wrapper"> <footer> <section class="socialWrapper clearfix"> <section class="container"> <ul> <li><a href="https://www.facebook.com/110414461802/"><img class="facebook" src="/img/apha/Facebook.png">Facebook</a></li> <li><a href="https://twitter.com/@PublicHealth/"><img class="twitter" src="/img/apha/twitter.png">Twitter</a></li> <li><a href="https://careers.apha.org">PH Jobs</a></li> </ul> </section> <section class="donate"> <span class="donate-top">Support Public Health</span> <a href="http://secure.apha.org/imis/APHA/Fundraising/Single_Gift.aspx?ItemId=DONAT_ADVOC_EVY"><span class="donate-bottom">Donate to APHA</span></a> </section> </section> <section class="footerLinks"> <section class="container"> <ul> <li><a href="https://www.apha.org/">Home</a></li> <li><a href="https://www.apha.org/topics-and-issues">Topics and Issues</a></li> <li><a href="https://www.apha.org/policies-and-advocacy">Policies and Advocacy</a></li> <li><a href="https://www.apha.org/publications-and-periodicals">Publications and Periodicals</a></li> <li><a href="https://www.apha.org/professional-development">Professional Development</a></li> <li><a href="https://www.apha.org/events-and-meetings">Events and Meetings</a></li> <li><a href="https://www.apha.org/news-and-media">News and Media</a></li> <li><a href="https://www.apha.org/apha-communities">APHA Communities</a></li> <li><a href="https://www.apha.org/become-a-member">Become a Member</a></li> <li><a href="https://www.apha.org/privacy-policy">Privacy Policy</a></li> <li class="nav-item-last"><a href="https://www.apha.org/site-map">Site Map</a></li> </ul> <p class="copyright"> 141am &copy; American Public Health Association</p> </section> </section> </footer> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Depression doesn't discriminate: Youth and depression - treatment works\nTuesday, November 5, 2013\n: 1:24 p.m. - 1:33 p.m.\nSomerville Cares About Prevention (SCAP), a community substance abuse prevention coalition, partnered with our local cable access television station Somerville Community Access Television to assist our Somerville Positive Forces youth leaders in creating this Public Service Announcement (PSA) in efforts to raise awareness about depression among teens. In reviewing local Youth Risk Behavior Survey data around substance abuse, Somerville Positive Forces Youth Leaders identified stress and depression as key factors contributing to substance abuse with some youth using drugs and alcohol as a form of self-medication. Collaboration with the SCAP Committee on Suicide Prevention and Mental Health assisted in identifying key issues around youth depression that were included in the messaging, encompassing information on signs and symptoms and increasing literacy to reduce stigma and emphasize that depression is a health issue that can improve with treatment just like other health issues. In designing this PSA, Youth Leaders felt it was important to include real stories about depression to maintain the authenticity of the project and to help youth relate to the experiences and situations depression can create for teens. The Stop Motion production process is utilized to capture and hold the audience's attention while a familiar environmental settings and an accessible teen centered treatment facility is used to help youth identify where they can go for help. Collaboration among key stakeholders such as the youth leaders was critical to the integrity and accessibility of the content. The target audiences for this PSA are high school teens. The video is intended for online use via social media sites along with local cable television, school announcements, and event showings.\nPublic health or related education\nIdentify the signs and symptoms of depression.\nExplain that depression doesn't descriminate and can affect anyone.\nIdentify treatment as an option, free of stigma.\nKeyword(s): Depression, Adolescent Health\nPresenting author's disclosure statement:\nQualified on the content I am responsible for because: I have been working as a prevention specialist in a community substance abuse prevention coalition setting for the last 9 years. I have developed an award-winning youth leadership development program that works with youth to create and implement evidence-based environmental-level prevention strategies that work to promote positive social norms among youth and adults.\nAny relevant financial relationships? No\nI agree to comply with the American Public Health Association Conflict of Interest and Commercial Support Guidelines,\nand to disclose to the participants any off-label or experimental uses of a commercial product or service discussed\nin my presentation.", "id": "<urn:uuid:b3005bc5-da20-4602-bea5-3fd3503fd067>", "dump": "CC-MAIN-2024-10", "url": "https://apha.confex.com/apha/141am/webprogram/Paper293184.html", "date": "2024-02-25T08:56:55", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9266542792320251, "token_count": 529 } }
<urn:uuid:98d40a5f-57f4-44c3-9e6b-01e376d4a4c4>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://aphoticrealm.com/xmlrpc.php"> <!--[if lt IE 9]> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/js/html5.js"></script> <link rel="stylesheet" href="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/css/ie.css" type="text/css" media="all" /> <![endif]--> <title>Frequently Asked Questions &#8211; Aphotic Realm</title> <meta name='robots' content='max-image-preview:large' /> <script>window._wca = window._wca || [];</script> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//jetpack.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//public-api.wordpress.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//widgets.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Aphotic Realm &raquo; Feed" href="https://aphoticrealm.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Aphotic Realm &raquo; Comments Feed" href="https://aphoticrealm.com/comments/feed/" /> <link rel='preconnect' href='https://qne255.p3cdn1.secureserver.net' crossorigin /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/qne255.p3cdn1.secureserver.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3&time=1708806618"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='stripe-main-styles-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/mu-plugins/vendor/godaddy/mwc-core/assets/css/stripe-settings.css?time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wc-square-cart-checkout-block-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce-square/assets/css/frontend/wc-square-cart-checkout-blocks.min.css?ver=3.1.0&#038;time=1708806618' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://qne255.p3cdn1.secureserver.net/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='mediaelement-css' href='https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='fl-builder-layout-235-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/uploads/bb-plugin/cache/235-layout.css?ver=fa568d19a93b9bab150b25c1a10c8f62&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='patreon-wordpress-css-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/patreon-connect/assets/css/app.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.2.1&#038;time=1708806618' type='text/css' media='all' /> <style id='woocommerce-layout-inline-css' type='text/css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.2.1&#038;time=1708806618' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=8.2.1&#038;time=1708806618' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wc-gateway-ppec-frontend-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend.css?ver=2.1.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-lato-css' href='//fonts.googleapis.com/css?family=Lato%3A400%2C300%2C300italic%2C400italic%2C700%2C700italic&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-body-css' href='//fonts.googleapis.com/css?family=Quicksand&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-logo-css' href='//fonts.googleapis.com/css?family=Roboto&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-nav-css' href='//fonts.googleapis.com/css?family=Roboto&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-heading-css' href='//fonts.googleapis.com/css?family=Roboto+Condensed&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-slidetitle-css' href='//fonts.googleapis.com/css?family=Roboto+Condensed&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-gfonts-slidedes-css' href='//fonts.googleapis.com/css?family=Roboto&#038;subset=cyrillic%2Carabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese%2Clatin&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-basic-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/style.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-editor-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/editor-style.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-base-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/css/default.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-fontawesome-all-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/fontsawesome/css/fontawesome-all.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-testimonialslider-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/testimonialsrotator/js/tm-rotator.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-responsive-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/css/responsive.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-owl-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/testimonialsrotator/js/owl.carousel.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-mixitup-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/style-mixitup.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-prettyphoto-style-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/prettyPhotoe735.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='wide-range-flexiselcss-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/css/flexiselcss.css?ver=6.4.3&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='social-logos-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=12.7.1&#038;time=1708806618' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/css/jetpack.css?ver=12.7.1&#038;time=1708806618' type='text/css' media='all' /> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2&amp;time=1708806618" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0&amp;time=1708806618" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0&amp;time=1708806618" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1&amp;time=1708806618" id="wp-hooks-js"></script> <script type="text/javascript" src="https://stats.wp.com/w.js?ver=202408" id="woo-tracks-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/jquery/jquery.min.js?ver=3.7.1&amp;time=1708806618" id="jquery-core-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1&amp;time=1708806618" id="jquery-migrate-js"></script> <script defer type="text/javascript" src="https://stats.wp.com/s-202408.js" id="woocommerce-analytics-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/js/custom.js?ver=6.4.3&amp;time=1708806618" id="wide-range-customscripts-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/testimonialsrotator/js/jquery.quovolver.min.js?ver=6.4.3&amp;time=1708806618" id="wide-range-testimonialsminjs-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/testimonialsrotator/js/owl.carousel.js?ver=6.4.3&amp;time=1708806618" id="wide-range-owljs-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/counter/js/jquery.counterup.min.js?ver=6.4.3&amp;time=1708806618" id="wide-range-counterup-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/counter/js/waypoints.min.js?ver=6.4.3&amp;time=1708806618" id="wide-range-waypoints-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/jquery_013.js?ver=6.4.3&amp;time=1708806618" id="wide-range-jquery_013-script-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/jquery_003.js?ver=6.4.3&amp;time=1708806618" id="wide-range-jquery_003-script-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/screen.js?ver=6.4.3&amp;time=1708806618" id="wide-range-screen-script-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/mixitup/jquery.prettyPhoto5152.js?ver=6.4.3&amp;time=1708806618" id="wide-range-prettyphoto-script-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/themes/wide-range/js/jquery.flexisel.js?ver=6.4.3&amp;time=1708806618" id="wide-range-flexisel-js"></script> <link rel="https://api.w.org/" href="https://aphoticrealm.com/wp-json/" /><link rel="alternate" type="application/json" href="https://aphoticrealm.com/wp-json/wp/v2/pages/235" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://aphoticrealm.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.2.1" /> <link rel="canonical" href="https://aphoticrealm.com/faq/" /> <link rel='shortlink' href='https://wp.me/P8E7pY-3N' /> <link rel="alternate" type="application/json+oembed" href="https://aphoticrealm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faphoticrealm.com%2Ffaq%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://aphoticrealm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faphoticrealm.com%2Ffaq%2F&#038;format=xml" /> <style>@font-face { font-family: 'Libre Franklin Extra Bold'; src: url('https://qne255.p3cdn1.secureserver.net/wp-content/plugins/patreon-connect/assets/fonts/librefranklin-extrabold-webfont.woff2') format('woff2'), url('https://qne255.p3cdn1.secureserver.net/wp-content/plugins/patreon-connect/assets/fonts/librefranklin-extrabold-webfont.woff') format('woff'); font-weight: bold; }</style> <style>img#wpstats{display:none}</style> <script> jQuery(window).load(function() { jQuery('.owl-carousel').owlCarousel({ loop:true, autoplay: true, autoplayTimeout: 8000, margin:20, nav:false, dots: true, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 1000:{ items:1 } } }) }); jQuery(document).ready(function() { jQuery('.link').on('click', function(event){ var $this = jQuery(this); if($this.hasClass('clicked')){ $this.removeAttr('style').removeClass('clicked'); } else{ $this.css('background','#7fc242').addClass('clicked'); } }); }); </script> <style>body, .contact-form-section .address, .accordion-box .acc-content{color:#c7c7c7;}body{font-family:Quicksand; font-size:14px;}.logo h1 {font-family:Roboto;color:#d9d9d9;font-size:30px}.tagline{color:#d9d9d9;}.sitenav ul li, .sitenav ul li ul li{border-color:#444444;}.sitenav ul{font-family:'Roboto', sans-serif;font-size:16px}.sitenav ul li a, .sitenav ul li.current_page_item ul.sub-menu li a, .sitenav ul li.current-menu-parent ul.sub-menu li a{color:#d9d9d9;}a:hover, .slide_toggle a:hover{color:#dc0401;}.footer h5{color:#d9d9d9; font-size:22px; }.copyright-txt{color:#d9d9d9}.design-by{color:#d9d9d9}.menupanelbg, .menu-bottom, .sitenav ul li:hover > ul{background-color:rgba(0,0,0,0.8);}.menu-bottom:before{border-top:70px solid rgba(0,0,0,0.8);}.footer{background-color:rgba(0,0,0,0.8); color:#d9d9d9;}.creditwrap{background-color:rgba(0,0,0,0.8);}.content-align{background-color:rgba(0,0,0,0.8);}#sidebar{background-color:rgba(0,0,0,0.4);}.social-icons a{ color:#d9d9d9;}.button, #commentform input#submit, input.search-submit, .post-password-form input[type=submit], p.read-more a, .pagination ul li span, .pagination ul li a, .headertop .right a, .wpcf7 form input[type='submit'], #sidebar .search-form input.search-submit{ color:#d9d9d9; }.button:hover, #commentform input#submit:hover, input.search-submit:hover, .post-password-form input[type=submit]:hover, p.read-more a:hover, .pagination ul li .current, .pagination ul li a:hover,.headertop .right a:hover, .wpcf7 form input[type='submit']:hover{background-color:#555555; color:#d9d9d9;}a.morebutton{ color:#d9d9d9; }a.morebutton:hover{background-color:#555555; color:#d9d9d9;}a.buttonstyle1{background-color:#555555; color:#d9d9d9; }a.buttonstyle1:hover{ color:#d9d9d9;}#sidebar .search-form input.search-field{ background-color:#F0EFEF; color:#6e6d6d; }h3.widget-title{ color:#d9d9d9;}.contactdetail a{color:#d9d9d9; }#sidebar ul li{border-color:#d0cfcf}#sidebar ul li a{color:#d9d9d9; }div.slide-title{ font-family:Roboto Condensed; color:#d9d9d9; font-size:34px;}div.slide-title a{ color:#d9d9d9;}.slide-description{font-family:Roboto; color:#d9d9d9; font-size:14px;}.copyright-wrapper a:hover{ color: #d9d9d9; }h1,h2,h3,h4,h5,h6{ font-family:Roboto Condensed; }h1{ font-size:30px; color:#d9d9d9;}h2{ font-size:28px; color:#d9d9d9;}h3{ font-size:18px; color:#d9d9d9;}h4{ font-size:22px; color:#d9d9d9;}h5{font-size:20px; color:#d9d9d9;}h6{ font-size:14px; color:#d9d9d9;}#slidecaption{background-color:rgba(0,0,0,0.6);}ul.portfoliofilter li a{ background-color:#d9d9d9; color:#6e6d6d; border-color:#d9d9d9;}ul.portfoliofilter li a.selected, ul.portfoliofilter li a:hover,ul.portfoliofilter li:hover a{ color:#d9d9d9; }.holderwrap h5{ color:#d9d9d9; }.holderwrap h5::after{ background-color:#d9d9d9; }.teammember-content{ background-color:#d9d9d9; color:#686868;}.teammember-content h4{ color:#d9d9d9;}.owl-controls .owl-dot{ background-color:#d9d9d9; }#clienttestiminials .item{ color:#d9d9d9; }#clienttestiminials h6 a{ color:#d9d9d9; }ul.recent-post li a{ color:#d9d9d9; }.counterlist{ color:#dddddd; }.counterlist h6{ color:#d9d9d9; }.counterlist .offer{ color:#d9d9d9; }.themefeatures .one_third:hover, .button, #commentform input#submit, input.search-submit, .post-password-form input[type='submit'], p.read-more a, .pagination ul li span, .pagination ul li a, .headertop .right a, .wpcf7 form input[type='submit'], #sidebar .search-form input.search-submit, .nivo-controlNav a.active, ul.portfoliofilter li a.selected, ul.portfoliofilter li a:hover, ul.portfoliofilter li:hover a, .holderwrap, .owl-controls .owl-dot.active, .button:hover, #commentform input#submit:hover, input.search-submit:hover, .post-password-form input[type=submit]:hover, p.read-more a:hover, .pagination ul li .current, .pagination ul li a:hover, .wpcf7 form input[type='submit']:hover, .box2, a.morebutton, a.buttonstyle1:hover, .footer h5::after, h1.entry-title::after, .news-thumb .postdt, .news-box .news-thumb { background-color:#dc0401; }.sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-parent a, .sitenav ul li:hover, .sitenav ul li.current_page_item ul.sub-menu li a:hover, .sitenav ul li.current-menu-parent ul.sub-menu li a:hover, .sitenav ul li.current-menu-parent ul.sub-menu li.current_page_item a, .sitenav ul li:hover, .social-icons a:hover, .cntbutton, .contactdetail a:hover, .footer ul li a:hover, .footer ul li.current_page_item a, div.recent-post a:hover, .copyright-wrapper a, a, .slide_toggle a, .news-box h6 a:hover, #sidebar ul li a:hover, .teammember-content span, #section6 h3 span, #clienttestiminials i, .mycounterbox .mycountervalue, .logo h1 span, #clienttestiminials span{ color:#dc0401; }ul.portfoliofilter li a.selected, ul.portfoliofilter li a:hover, ul.portfoliofilter li:hover a{ border-color:#dc0401; }</style> <script> jQuery(document).ready(function() { jQuery("#menu-bottom-shape").click(function(){ if ( jQuery( ".menushowhide" ).is( ":hidden" ) ) { jQuery( ".menushowhide" ).slideDown("slow"); } else { jQuery( ".menushowhide" ).slideUp("slow"); } jQuery( this ).toggleClass('showDown'); }); jQuery( "#site-nav li:last" ).addClass("noBottomBorder"); jQuery( "#site-nav li:parent" ).find('ul.sub-menu').parent().addClass("haschild"); }); </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css"> </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("https://aphoticrealm.com/wp-content/uploads/2020/04/SP-BG-NOTEXT-STARS.png"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Frequently Asked Questions" /> <meta property="og:url" content="https://aphoticrealm.com/faq/" /> <meta property="og:description" content="Have a question? Check our F.A.Q. below. What is Aphotic Realm? We are a literary website and magazine. For more information, check out our About Us page. Is Aphotic Realm an online journal or a pr…" /> <meta property="article:published_time" content="2017-03-10T15:12:45+00:00" /> <meta property="article:modified_time" content="2017-10-25T02:10:46+00:00" /> <meta property="og:site_name" content="Aphotic Realm" /> <meta property="og:image" content="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=512%2C512&#038;ssl=1" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="512" /> <meta property="og:image:alt" content="" /> <meta name="twitter:site" content="@aphoticrealm" /> <meta name="twitter:text:title" content="Frequently Asked Questions" /> <meta name="twitter:image" content="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=240%2C240&amp;ssl=1" /> <meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> <link rel="icon" href="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2019/07/cropped-BW_LOGO_STORYCARD.jpg?fit=270%2C270&#038;ssl=1" /> </head> <body id="top" class="page-template-default page page-id-235 custom-background theme-wide-range fl-builder woocommerce-no-js group-blog"> <div class="sitewrapper"> <div id="sitewrap"> <div class="menuleft"> <div class="menupanelbg"> <div class="logo"> <a href="https://aphoticrealm.com/"><img src="https://aphoticrealm.com/wp-content/uploads/2020/04/ARMETALLOGO-resized.png" / ></a> </div><!-- .logo --> <div class="menushowhide"> <div class="menufixedleft"> <div class="toggle"> <a class="toggleMenu" href="#">&nbsp;</a> </div><!-- toggle --> <div class="sitenav"> <div class="menu-patron-menu-container"><ul id="menu-patron-menu" class="menu"><li id="menu-item-7027" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-7027"><a href="https://aphoticrealm.com">Home</a></li> <li id="menu-item-6927" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6927"><a href="https://aphoticrealm.com/about-us/">About Us</a></li> <li id="menu-item-7080" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7080"><a href="https://aphoticrealm.com/category/news/">News</a> <ul class="sub-menu"> <li id="menu-item-7081" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7081"><a href="https://aphoticrealm.com/aphotic-realm-production-status/">Aphotic Realm Production Status</a></li> </ul> </li> <li id="menu-item-2186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2186"><a href="https://aphoticrealm.com/submissions/">Submissions</a></li> <li id="menu-item-2185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2185"><a href="https://aphoticrealm.com/publications/">Publications</a></li> <li id="menu-item-2339" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2339"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/arpn/">Podcasts</a> <ul class="sub-menu"> <li id="menu-item-2340" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2340"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/arpn/losing-the-plot/">Losing the Plot</a></li> </ul> </li> <li id="menu-item-2203" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2203"><a href="https://aphoticrealm.com/category/free-to-read/">Free To Read</a> <ul class="sub-menu"> <li id="menu-item-2204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2204"><a href="https://aphoticrealm.com/category/free-to-read/fiction/">Fiction</a> <ul class="sub-menu"> <li id="menu-item-2206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2206"><a href="https://aphoticrealm.com/category/free-to-read/fiction/short-story/">Short Stories</a></li> <li id="menu-item-2207" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2207"><a href="https://aphoticrealm.com/category/free-to-read/fiction/flash-fiction/">Flash Fiction</a></li> </ul> </li> <li id="menu-item-2208" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-2208"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/">Non-Fiction</a> <ul class="sub-menu"> <li id="menu-item-2209" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2209"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/articles/">Articles</a></li> <li id="menu-item-2213" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2213"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/spotlight-interview/">Interviews</a></li> <li id="menu-item-2211" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2211"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/review-corner/">Review Corner</a></li> <li id="menu-item-2212" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2212"><a href="https://aphoticrealm.com/category/free-to-read/nonfiction/writers-realm/">Writer&#8217;s Realm</a></li> </ul> </li> </ul> </li> <li id="menu-item-2500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2500"><a href="https://aphoticrealm.com/shop/">Merch</a></li> <li id="menu-item-2193" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-2193"><a href="https://aphoticrealm.com/contact/">Contact</a> <ul class="sub-menu"> <li id="menu-item-2217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2217"><a href="https://aphoticrealm.com/contact/advertising/">Advertising</a></li> <li id="menu-item-2194" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-235 current_page_item menu-item-2194"><a href="https://aphoticrealm.com/faq/" aria-current="page">F.A.Q.</a></li> <li id="menu-item-2215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2215"><a href="https://aphoticrealm.com/support-us/">Support Us</a></li> <li id="menu-item-2216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2216"><a href="https://aphoticrealm.com/archive/">Site Archive</a></li> </ul> </li> <li id="menu-item-2220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2220"><a href="https://aphoticrealm.com/patreon-welcome/">Patreon Realm</a> <ul class="sub-menu"> <li id="menu-item-2205" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2205"><a href="https://aphoticrealm.com/category/free-to-read/fiction/patreon-exclusives/">Patreon Vault</a></li> <li id="menu-item-2221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2221"><a href="https://aphoticrealm.com/?page_id=2161">Digital Downloads</a></li> </ul> </li> </ul></div> </div><!--.sitenav --> </div><!--menufixedleft--> </div><!-- .menushowhide--> <div class="social-icons"> <a href="https://www.facebook.com/AphoticRealm/" target="_blank" class="fab fa-facebook-f" title="fab fa-facebook-f"></a> <a href="https://twitter.com/aphoticrealm" target="_blank" class="fab fa-twitter" title="fab fa-twitter"></a> <a href="https://www.instagram.com/aphoticrealm/" target="_blank" class="fab fa-instagram" title="fab fa-instagram"></a> <a href="https://www.youtube.com/channel/UCAcYRKieYdL9EanL-JwVjbA" target="_blank" class="fab fa-youtube" title="fab fa-youtube"></a> <a href="https://aphoticrealm.tumblr.com/" target="_blank" class="fab fa-tumblr-square" title="fab fa-tumblr-square"></a> <a href="https://www.patreon.com/AphoticRealm" target="_blank" class="fab fa-patreon" title="fab fa-patreon"></a> </div> </div><!-- .menupanelbg--> <div class="menu-bottom"> <div id="menu-bottom-shape"></div><!-- menu-bottom-shape--> </div><!-- menu-bottom --> <div class="clear"></div> </div><!-- .menuleft--> <div class="content-part"> <div class="content-align content_sidebar"> <div class="contentbox"> <article id="post-235" class="post-235 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">Frequently Asked Questions</h1> </header><!-- .entry-header --> <div class="entry-content"> <div class="fl-builder-content fl-builder-content-235 fl-builder-content-primary" data-post-id="235"><div class="fl-row fl-row-fixed-width fl-row-bg-none fl-node-579c005185fb2 fl-row-default-height fl-row-align-center" data-node="579c005185fb2"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-579c005186ded" data-node="579c005186ded"> <div class="fl-col fl-node-579c005186ee0" data-node="579c005186ee0"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-579c005185ee3" data-node="579c005185ee3"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <p>Have a question? Check our F.A.Q. below.</p> <hr /> <h3>What is Aphotic Realm?</h3> <p>We are a literary website and magazine. For more information, check out our <a href="https://aphoticrealm.com/about/">About Us</a> page.</p> <hr /> <h3>Is Aphotic Realm an online journal or a print magazine?</h3> <p>We are actually both. We will post stories online monthly. Submissions for the website are open year round. We will announce the themed issues for the print publication as well as the submission dates separately on our page <a href="https://aphoticrealm.com/magazine/">here</a>.</p> <hr /> <h3>Do you accept submissions from the UK?</h3> <p>Yes, we will accept submissions from the UK.</p> <hr /> <h3>Do you accept simultaneous submissions?</h3> <p>Yes, simultaneous submissions are okay but please be sure to alert us as soon as possible if it's accepted elsewhere.</p> <hr /> <h3>Do retelling of religious stories count as fan-fiction? Say I wanted to submit a short story about Cain and Abel, would it be rejected for that reason?</h3> <p>Direct re-tellings or adaptations are frowned upon. However, if Cain and Abel were the inspiration behind a retelling of two rival brothers in a modern world setting then that is fair game.</p> <hr /> <h3>What if my question isn't listed?</h3> <p>Use our <a href="https://aphoticrealm.com/contact/">contact page</a> and send your question on over to us. We will answer as quickly as possible.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-235" class="share-twitter sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=twitter" target="_blank" title="Click to share on Twitter" ><span></span><span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-235" class="share-facebook sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=facebook" target="_blank" title="Click to share on Facebook" ><span></span><span class="sharing-screen-reader-text">Click to share on Facebook (Opens in new window)</span></a></li><li class="share-tumblr"><a rel="nofollow noopener noreferrer" data-shared="" class="share-tumblr sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=tumblr" target="_blank" title="Click to share on Tumblr" ><span></span><span class="sharing-screen-reader-text">Click to share on Tumblr (Opens in new window)</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-235" class="share-linkedin sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span></span><span class="sharing-screen-reader-text">Click to share on LinkedIn (Opens in new window)</span></a></li><li class="share-reddit"><a rel="nofollow noopener noreferrer" data-shared="" class="share-reddit sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=reddit" target="_blank" title="Click to share on Reddit" ><span></span><span class="sharing-screen-reader-text">Click to share on Reddit (Opens in new window)</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;"><ul><li class="share-pinterest"><a rel="nofollow noopener noreferrer" data-shared="sharing-pinterest-235" class="share-pinterest sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=pinterest" target="_blank" title="Click to share on Pinterest" ><span></span><span class="sharing-screen-reader-text">Click to share on Pinterest (Opens in new window)</span></a></li><li class="share-telegram"><a rel="nofollow noopener noreferrer" data-shared="" class="share-telegram sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=telegram" target="_blank" title="Click to share on Telegram" ><span></span><span class="sharing-screen-reader-text">Click to share on Telegram (Opens in new window)</span></a></li><li class="share-jetpack-whatsapp"><a rel="nofollow noopener noreferrer" data-shared="" class="share-jetpack-whatsapp sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=jetpack-whatsapp" target="_blank" title="Click to share on WhatsApp" ><span></span><span class="sharing-screen-reader-text">Click to share on WhatsApp (Opens in new window)</span></a></li><li class="share-pocket"><a rel="nofollow noopener noreferrer" data-shared="" class="share-pocket sd-button share-icon no-text" href="https://aphoticrealm.com/faq/?share=pocket" target="_blank" title="Click to share on Pocket" ><span></span><span class="sharing-screen-reader-text">Click to share on Pocket (Opens in new window)</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon no-text" href="https://aphoticrealm.com/faq/#print" target="_blank" title="Click to print" ><span></span><span class="sharing-screen-reader-text">Click to print (Opens in new window)</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-127772326-235-65daeb842be3f' data-src='https://widgets.wp.com/likes/#blog_id=127772326&amp;post_id=235&amp;origin=aphoticrealm.com&amp;obj_id=127772326-235-65daeb842be3f' data-name='like-post-frame-127772326-235-65daeb842be3f' data-title='Like or Reblog'><h3 class="sd-title">Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div> </div><!-- .entry-content --> </article><!-- #post-## --> </div> <div id="sidebar" > <aside id="text-12" class="widget widget_text"><h3 class="widget-title">Our Mission &#038; Vision</h3> <div class="textwidget"><p>Our desire was to create a community that welcomed both inexperienced and seasoned writers with open arms as we worked together to better ourselves, our craft, and enjoy strange and sinister content.</p> </div> </aside><aside id="media_video-2" class="widget widget_media_video"><h3 class="widget-title">Welcome to the Realm</h3><div style="width:100%;" class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]--> <video class="wp-video-shortcode" id="video-235-1" preload="metadata" controls="controls"><source type="video/youtube" src="https://youtu.be/jVtAj026bX0?_=1" /><a href="https://youtu.be/jVtAj026bX0">https://youtu.be/jVtAj026bX0</a></video></div></aside><aside id="text-13" class="widget widget_text"><h3 class="widget-title">Testimonials</h3> <div class="textwidget"><div id="testimonials"><div class="quotes"> <div> <p>A perfect collection of nostalgic and interesting tales, interviews, and comics by some of the best in the industry.</p> <h6><a href="https://aphoticrealm.com/testimonials/a-kick-ass-collection-of-awesome/">Gruesome: A kick-ass collection of awesome!</a></h6> <span>Amazon Review</span> </div> <div> <p>Siphon is engrossing, raw, with excellent pacing.</p> <h6><a href="https://aphoticrealm.com/testimonials/siphon-five-star-review/">Siphon Five Star Review</a></h6> <span>Amazon Review</span> </div> <div> <p>A frightening representation of the Appalachian region. Refreshing and fun experience with &#8220;new to me&#8221; authors.</p> <h6><a href="https://aphoticrealm.com/testimonials/appalachian-horror-superbly-enjoyable-collection/">Appalachian Horror&#8211;Superbly enjoyable collection!</a></h6> <span>Amazon Review</span> </div> <div> <p>A great collection of Appalachian folk horror! I&#8217;d recommend this anthology to anyone interested in Appalachian or campfire horror stories.</p> <h6><a href="https://aphoticrealm.com/testimonials/appalachian-horror-is-five-stars/">Appalachian Horror is FIVE STARS!</a></h6> <span>Amazon Review</span> </div> <div> <p>Absolutely would recommend this one to anyone looking for the unusual and imaginative.</p> <h6><a href="https://aphoticrealm.com/testimonials/tales-from-the-realm-is-fascinating/">Tales From the Realm is Fascinating!</a></h6> <span>Amazon Review</span> </div> <div> <p>The magazine and themed anthologies have eerie, breathtaking visuals. There&#8217;s something for every fan of dark fiction. I predict exciting times ahead for this splendid new magazine.</p> <h6><a href="https://aphoticrealm.com/testimonials/tales-from-the-realm-is-simply-excellent/">Tales from the Realm is simply excellent</a></h6> <span>Amazon Review</span> </div> <div> <p>To collaborate with Aphotic Realm is to create freely with a family that will have your back before asking your name.</p> <h6><a href="https://aphoticrealm.com/testimonials/bo-chappell/">Bo Chappell</a></h6> <span></span> </div> <div> <p>Once I saw the cover design for AR&#8217;s Gruesome edition, I knew I had to be a part of it. Throughout the process, all of my questions were answered in a timely fashion, I&#8230;</p> <h6><a href="https://aphoticrealm.com/testimonials/augie-peterson/">Augie Peterson</a></h6> <span></span> </div> <div> <p>Aphotic Realm has something for all lovers of the arts drenched in horror, sci-fi, fantasy, and supernatural elements. It was an honor to be interviewed and included in their October/November Halloween issue.</p> <h6><a href="https://aphoticrealm.com/testimonials/james-matthew-byers-the-darque-bard/">James Matthew Byers, the Darque Bard</a></h6> <span></span> </div> </div></div> </div> </aside> </div><!-- sidebar --> <div class="clear"></div> </div> <div id="footer-wrapper"> <div class="footer"> <!-- =============================== Column One - 1 =================================== --> <!-- =============================== Column Three - 3 =================================== --> <div class="cols-3"> <div class="widget-column-1"> <h5>About</h5> <p>Aphotic Realm is a literary website and magazine founded in 2017 dedicated to strange and sinister horror, sci-fi, and dark fantasy fiction. </br></p> <div class="clear"></div> </div> <div id="recent-posts-5" class="widget-column-2"> <h5>Recent Posts</h5> <ul> <li> <a href="https://aphoticrealm.com/the-kinsman-trailer/">The Kinsman Trailer</a> </li> <li> <a href="https://aphoticrealm.com/announcing-sonoran-horror/">Announcing Sonoran Horror!</a> </li> <li> <a href="https://aphoticrealm.com/out-to-pasture-by-eric-farrell/">Out to Pasture by Eric Farrell</a> </li> <li> <a href="https://aphoticrealm.com/peel-by-joachim-heinjdermans/">Peel by Joachim Heinjdermans</a> </li> <li> <a href="https://aphoticrealm.com/the-night-mare-by-cody-nowak/">The Night Mare by Cody Nowak</a> </li> </ul> </div> <div id="media_gallery-3" class="widget-column-3"><h5>Around the Realm</h5> <style type="text/css"> #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */ </style> <div data-carousel-extra='{"blog_id":1,"permalink":"https:\/\/aphoticrealm.com\/faq\/"}' id='gallery-1' class='gallery galleryid-235 gallery-columns-3 gallery-size-thumbnail'><dl class='gallery-item'> <dt class='gallery-icon landscape'> <a href='https://aphoticrealm.com/argallery2/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?w=1511&amp;ssl=1 1511w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?resize=100%2C100&amp;ssl=1 100w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="7023" data-permalink="https://aphoticrealm.com/argallery2/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?fit=1511%2C1511&amp;ssl=1" data-orig-size="1511,1511" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="argallery2" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery2.jpeg?fit=1024%2C1024&amp;ssl=1" /></a> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon portrait'> <a href='https://aphoticrealm.com/dtt_ad/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?resize=100%2C100&amp;ssl=1 100w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="6299" data-permalink="https://aphoticrealm.com/dtt_ad/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?fit=1707%2C2560&amp;ssl=1" data-orig-size="1707,2560" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="DTT_AD" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?fit=200%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/DTT_AD-scaled.jpg?fit=683%2C1024&amp;ssl=1" /></a> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon landscape'> <a href='https://aphoticrealm.com/argallery9/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?resize=100%2C100&amp;ssl=1 100w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="7021" data-permalink="https://aphoticrealm.com/argallery9/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?fit=960%2C720&amp;ssl=1" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="argallery9chris" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?fit=300%2C225&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery9.jpg?fit=960%2C720&amp;ssl=1" /></a> </dt></dl><br style="clear: both" /><dl class='gallery-item'> <dt class='gallery-icon landscape'> <a href='https://aphoticrealm.com/argallery3/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?resize=100%2C100&amp;ssl=1 100w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="7024" data-permalink="https://aphoticrealm.com/argallery3/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?fit=2048%2C1015&amp;ssl=1" data-orig-size="2048,1015" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="argallery3" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?fit=300%2C149&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery3.jpeg?fit=1024%2C508&amp;ssl=1" /></a> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon landscape'> <a href='https://aphoticrealm.com/argallery11/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?resize=100%2C100&amp;ssl=1 100w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="7022" data-permalink="https://aphoticrealm.com/argallery11/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?fit=640%2C640&amp;ssl=1" data-orig-size="640,640" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="argallery11" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery11.jpg?fit=640%2C640&amp;ssl=1" /></a> </dt></dl><dl class='gallery-item'> <dt class='gallery-icon portrait'> <a href='https://aphoticrealm.com/argallery10/'><img width="150" height="150" src="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" loading="lazy" srcset="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?resize=100%2C100&amp;ssl=1 100w, https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="7020" data-permalink="https://aphoticrealm.com/argallery10/" data-orig-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?fit=720%2C958&amp;ssl=1" data-orig-size="720,958" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="argallery10_chris" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?fit=225%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/aphoticrealm.com/wp-content/uploads/2020/04/argallery10.jpg?fit=720%2C958&amp;ssl=1" /></a> </dt></dl><br style="clear: both" /> </div> </div> <div class="clear"></div> </div><!--end .cols-3--> <div class="clear"></div> </div><!--end .container--> <div class="copyright-wrapper"> <div class="creditwrap"> <div class="copyright-txt"> Copyright &copy; 2020. All rights reserved</div> <div class="design-by"></div> <div class="clear"></div> </div> </div> </div> <div id="back-top"> <a title="Top of Page" href="#top"><span></span></a> </div></div><!-- #sitewrap --> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/aphoticrealm.com\/faq\/":235}; </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading">&nbsp;</span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner">&nbsp;</span> <div id="jp-carousel-comment-post-results"></div> <div id="jp-carousel-comment-form-commenting-as"> <p id="jp-carousel-commenting-as"> You must be <a href="#" class="jp-carousel-comment-login">logged in</a> to post a comment. </p> </div> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist/image-cdn.js?minify=false&amp;ver=132249e245926ae3e188&amp;time=1708806618" id="jetpack-photon-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/uploads/bb-plugin/cache/235-layout.js?ver=bd8ae82423529cae0685acce65d42a3d&amp;time=1708806618" id="fl-builder-layout-235-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/patreon-connect/assets/js/app.js?ver=6.4.3&amp;time=1708806618" id="patreon-wordpress-js-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.2.1&amp;time=1708806618" id="jquery-blockui-js"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/aphoticrealm.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.2.1&amp;time=1708806618" id="wc-add-to-cart-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.2.1&amp;time=1708806618" id="js-cookie-js"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.2.1&amp;time=1708806618" id="woocommerce-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-order-review.js?ver=2.1.3&amp;time=1708806618" id="wc-gateway-ppec-order-review-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js?ver=12.7.1&amp;time=1708806618" id="jetpack_likes_queuehandler-js"></script> <script defer type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", {v:'ext',blog:'127772326',post:'235',tz:'-5',srv:'aphoticrealm.com',j:'1:12.7.1'} ]); _stq.push([ "clickTrackerInit", "127772326", "235" ]); /* ]]> */ </script> <script type="text/javascript" id="mediaelement-core-js-before"> /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17&amp;time=1708806618" id="mediaelement-core-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.4.3&amp;time=1708806618" id="mediaelement-migrate-js"></script> <script type="text/javascript" id="mediaelement-js-extra"> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.4.3&amp;time=1708806618" id="wp-mediaelement-js"></script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-includes/js/mediaelement/renderers/vimeo.min.js?ver=4.2.17&amp;time=1708806618" id="mediaelement-vimeo-js"></script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/aphoticrealm.com\/wp-content\/plugins\/jetpack\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/aphoticrealm.com\/wp-admin\/admin-ajax.php","nonce":"962d28c421","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/aphoticrealm.com\/wp-login.php?redirect_to=https%3A%2F%2Faphoticrealm.com%2Ffaq%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"]}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=12.7.1&amp;time=1708806618" id="jetpack-carousel-js"></script> <script type="text/javascript" id="sharing-js-js-extra"> /* <![CDATA[ */ var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://qne255.p3cdn1.secureserver.net/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js?ver=12.7.1&amp;time=1708806618" id="sharing-js-js"></script> <script type="text/javascript" id="sharing-js-js-after"> /* <![CDATA[ */ var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-twitter' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-facebook' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-tumblr' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-tumblr' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtumblr', 'menubar=1,resizable=1,width=450,height=450' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-linkedin' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-linkedin' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomlinkedin', 'menubar=1,resizable=1,width=580,height=450' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-telegram' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-telegram' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtelegram', 'menubar=1,resizable=1,width=450,height=450' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-pocket' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-pocket' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcompocket', 'menubar=1,resizable=1,width=450,height=450' ); return false; } } ); } )(); /* ]]> */ </script> <iframe src='https://widgets.wp.com/likes/master.html?ver=202408#ver=202408' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Have a question? Check our F.A.Q. below.\nWhat is Aphotic Realm?\nWe are a literary website and magazine. For more information, check out our About Us page.\nIs Aphotic Realm an online journal or a print magazine?\nWe are actually both. We will post stories online monthly. Submissions for the website are open year round. We will announce the themed issues for the print publication as well as the submission dates separately on our page here.\nDo you accept submissions from the UK?\nYes, we will accept submissions from the UK.\nDo you accept simultaneous submissions?\nYes, simultaneous submissions are okay but please be sure to alert us as soon as possible if it's accepted elsewhere.\nDo retelling of religious stories count as fan-fiction? Say I wanted to submit a short story about Cain and Abel, would it be rejected for that reason?\nDirect re-tellings or adaptations are frowned upon. However, if Cain and Abel were the inspiration behind a retelling of two rival brothers in a modern world setting then that is fair game.\nWhat if my question isn't listed?\nUse our contact page and send your question on over to us. We will answer as quickly as possible.", "id": "<urn:uuid:98d40a5f-57f4-44c3-9e6b-01e376d4a4c4>", "dump": "CC-MAIN-2024-10", "url": "https://aphoticrealm.com/faq/", "date": "2024-02-25T08:50:58", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9549360275268555, "token_count": 255 } }
<urn:uuid:e87afc28-348f-405a-bec7-9a34256ab8ef>
<!DOCTYPE html> <html class="no-js" lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://apkloo.com/xmlrpc.php"> <script>window.koko_analytics = {"url":"https:\/\/apkloo.com\/koko-analytics-collect.php","post_id":3540,"use_cookie":1,"cookie_path":"\/"};</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script>document.documentElement.className = document.documentElement.className.replace("no-js","js");</script> <!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Download Clean Road MOD v1.6.16 (Unlocked All Cars) For Android</title> <meta name="description" content="Download Apk Latest Version of Clean Road MOD, The Simuation Game of Android, This Mod Apk Includes Unlimited Money, Unlocked All. Get Your Apk Now!" /> <link rel="canonical" href="https://apkloo.com/clean-road-mod/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Download Clean Road MOD v1.6.16 (Unlocked All Cars) For Android" /> <meta property="og:description" content="Download Apk Latest Version of Clean Road MOD, The Simuation Game of Android, This Mod Apk Includes Unlimited Money, Unlocked All. Get Your Apk Now!" /> <meta property="og:url" content="https://apkloo.com/clean-road-mod/" /> <meta property="og:site_name" content="ApklOo" /> <meta property="article:published_time" content="2020-09-11T07:34:26+00:00" /> <meta property="og:image" content="https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg" /> <meta property="og:image:width" content="180" /> <meta property="og:image:height" content="180" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="admin" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://apkloo.com/clean-road-mod/#article","isPartOf":{"@id":"https://apkloo.com/clean-road-mod/"},"author":{"name":"admin","@id":"https://apkloo.com/#/schema/person/a1ad6a9c77a8284ec404ba8d52ea2a76"},"headline":"Clean Road MOD (Unlocked All Cars)","datePublished":"2020-09-11T07:34:26+00:00","dateModified":"2020-09-11T07:34:26+00:00","mainEntityOfPage":{"@id":"https://apkloo.com/clean-road-mod/"},"wordCount":326,"commentCount":0,"publisher":{"@id":"https://apkloo.com/#organization"},"image":{"@id":"https://apkloo.com/clean-road-mod/#primaryimage"},"thumbnailUrl":"https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg","keywords":["clean road hack mod apk download","clean road hack mod apk unlimited money","clean road hack mod apk unlock all","clean road hack mod apk unlocked everything","Clean Road Mod Apk","clean road mod apk download"],"articleSection":["Games","Simulation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://apkloo.com/clean-road-mod/#respond"]}]},{"@type":"WebPage","@id":"https://apkloo.com/clean-road-mod/","url":"https://apkloo.com/clean-road-mod/","name":"Download Clean Road MOD v1.6.16 (Unlocked All Cars) For Android","isPartOf":{"@id":"https://apkloo.com/#website"},"primaryImageOfPage":{"@id":"https://apkloo.com/clean-road-mod/#primaryimage"},"image":{"@id":"https://apkloo.com/clean-road-mod/#primaryimage"},"thumbnailUrl":"https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg","datePublished":"2020-09-11T07:34:26+00:00","dateModified":"2020-09-11T07:34:26+00:00","description":"Download Apk Latest Version of Clean Road MOD, The Simuation Game of Android, This Mod Apk Includes Unlimited Money, Unlocked All. Get Your Apk Now!","breadcrumb":{"@id":"https://apkloo.com/clean-road-mod/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://apkloo.com/clean-road-mod/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://apkloo.com/clean-road-mod/#primaryimage","url":"https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg","contentUrl":"https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg","width":180,"height":180,"caption":"Clean Road Mod Apk"},{"@type":"BreadcrumbList","@id":"https://apkloo.com/clean-road-mod/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://apkloo.com/"},{"@type":"ListItem","position":2,"name":"Clean Road MOD (Unlocked All Cars)"}]},{"@type":"WebSite","@id":"https://apkloo.com/#website","url":"https://apkloo.com/","name":"ApklOo","description":"Get The Favourite MOD APK &amp; Premium Apps With ApklOo","publisher":{"@id":"https://apkloo.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://apkloo.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://apkloo.com/#organization","name":"ApklOo","url":"https://apkloo.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://apkloo.com/#/schema/logo/image/","url":"https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-logo-new2.png","contentUrl":"https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-logo-new2.png","width":250,"height":100,"caption":"ApklOo"},"image":{"@id":"https://apkloo.com/#/schema/logo/image/"}},{"@type":"Person","@id":"https://apkloo.com/#/schema/person/a1ad6a9c77a8284ec404ba8d52ea2a76","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://apkloo.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/6feac4847c717ccd019f2b5246e89b69?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/6feac4847c717ccd019f2b5246e89b69?s=96&d=mm&r=g","caption":"admin"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="ApklOo &raquo; Feed" href="https://apkloo.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="ApklOo &raquo; Comments Feed" href="https://apkloo.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="ApklOo &raquo; Clean Road MOD (Unlocked All Cars) Comments Feed" href="https://apkloo.com/clean-road-mod/feed/" /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://apkloo.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='wpdm-font-awesome-css' href='https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/download-manager/assets/fontawesome/css/all.min.css?ver=1708848384' media='all' /> <link rel='stylesheet' id='wpdm-frontend-css-css' href='https://apkloo.com/wp-content/plugins/download-manager/assets/bootstrap/css/bootstrap.min.css?ver=6.4.3' media='all' /> <link data-minify="1" rel='stylesheet' id='wpdm-front-css' href='https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/download-manager/assets/css/front.css?ver=1708848384' media='all' /> <link rel='stylesheet' id='ez-toc-css' href='https://apkloo.com/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css?ver=2.0.62' media='all' /> <style id='ez-toc-inline-css'> div#ez-toc-container .ez-toc-title {font-size: 120%;}div#ez-toc-container .ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container ul li {font-weight: 500;}div#ez-toc-container nav ul ul li {font-size: 90%;} .ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item ;}.ez-toc-counter nav ul li a::before {content: counters(item, ".", decimal) ". ";display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item ;}.ez-toc-widget-container nav ul li a::before {content: counters(item, ".", decimal) ". ";display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; } </style> <link rel='stylesheet' id='hueman-main-style-css' href='https://apkloo.com/wp-content/themes/hueman/assets/front/css/main.min.css?ver=3.7.24' media='all' /> <style id='hueman-main-style-inline-css'> body { font-family:Arial, sans-serif;font-size:0.94rem }@media only screen and (min-width: 720px) { .nav > li { font-size:0.94rem; } }.container-inner { max-width: 1393px; }.sidebar .widget { padding-left: 20px; padding-right: 20px; padding-top: 20px; }.sidebar.s2 .post-nav li a:hover i, .sidebar.s2 .widget_rss ul li a, .sidebar.s2 .widget_calendar a, .sidebar.s2 .alx-tab .tab-item-category a, .sidebar.s2 .alx-posts .post-item-category a, .sidebar.s2 .alx-tab li:hover .tab-item-title a, .sidebar.s2 .alx-tab li:hover .tab-item-comment a, .sidebar.s2 .alx-posts li:hover .post-item-title a { color: #82b965; } .sidebar.s2 .sidebar-top,.sidebar.s2 .sidebar-toggle,.post-comments,.jp-play-bar,.jp-volume-bar-value,.sidebar.s2 .widget_calendar caption{ background-color: #82b965; }.sidebar.s2 .alx-tabs-nav li.active a { border-bottom-color: #82b965; } .post-comments::before { border-right-color: #82b965; } .search-expand, #nav-topbar.nav-container { background-color: #11c1bb}@media only screen and (min-width: 720px) { #nav-topbar .nav ul { background-color: #11c1bb; } }.is-scrolled #header .nav-container.desktop-sticky, .is-scrolled #header .search-expand { background-color: #11c1bb; background-color: rgba(17,193,187,0.90) }.is-scrolled .topbar-transparent #nav-topbar.desktop-sticky .nav ul { background-color: #11c1bb; background-color: rgba(17,193,187,0.95) }#header #nav-mobile { background-color: #11c1bb; }.is-scrolled #header #nav-mobile { background-color: #11c1bb; background-color: rgba(17,193,187,0.90) }img { -webkit-border-radius: 15px; border-radius: 15px; }.sidebar.expanding, .sidebar.collapsing, .sidebar .sidebar-content, .sidebar .sidebar-toggle, .container-inner > .main::before,.container-inner > .main::after { background-color: #ffffff; }@media only screen and (min-width: 480px) and (max-width: 1200px) { .s2.expanded { background-color: #ffffff; } }@media only screen and (min-width: 480px) and (max-width: 960px) { .s1.expanded { background-color: #ffffff; } }body { background-color: #ffffff; } </style> <link data-minify="1" rel='stylesheet' id='hueman-font-awesome-css' href='https://apkloo.com/wp-content/cache/min/1/wp-content/themes/hueman/assets/front/css/font-awesome.min.css?ver=1708848384' media='all' /> <script src="https://apkloo.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script src="https://apkloo.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script id="jquery-js-after">window.addEventListener('DOMContentLoaded', function() { jQuery(document).ready(function() { jQuery(".79336f393f56ec885cb8809957e5fb03").click(function() { jQuery.post( "https://apkloo.com/wp-admin/admin-ajax.php", { "action": "quick_adsense_onpost_ad_click", "quick_adsense_onpost_ad_index": jQuery(this).attr("data-index"), "quick_adsense_nonce": "9a6f06d79b", }, function(response) { } ); }); }); });</script> <script src="https://apkloo.com/wp-content/plugins/download-manager/assets/bootstrap/js/popper.min.js?ver=6.4.3" id="wpdm-poper-js" defer></script> <script src="https://apkloo.com/wp-content/plugins/download-manager/assets/bootstrap/js/bootstrap.min.js?ver=6.4.3" id="wpdm-frontend-js-js" defer></script> <script id="wpdm-frontjs-js-extra"> var wpdm_url = {"home":"https:\/\/apkloo.com\/","site":"https:\/\/apkloo.com\/","ajax":"https:\/\/apkloo.com\/wp-admin\/admin-ajax.php"}; var wpdm_js = {"spinner":"<i class=\"fas fa-sun fa-spin\"><\/i>","client_id":"de6939dc6a6a2f3b0afe9365957b423e"}; var wpdm_strings = {"pass_var":"Password Verified!","pass_var_q":"Please click following button to start download.","start_dl":"Start Download"}; </script> <script data-minify="1" src="https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/download-manager/assets/js/front.js?ver=1708848384" id="wpdm-frontjs-js" defer></script> <script src="https://apkloo.com/wp-content/themes/hueman/assets/front/js/libs/mobile-detect.min.js?ver=3.7.24" id="mobile-detect-js" defer></script> <link rel="https://api.w.org/" href="https://apkloo.com/wp-json/" /><link rel="alternate" type="application/json" href="https://apkloo.com/wp-json/wp/v2/posts/3540" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://apkloo.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://apkloo.com/?p=3540' /> <link rel="alternate" type="application/json+oembed" href="https://apkloo.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapkloo.com%2Fclean-road-mod%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://apkloo.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapkloo.com%2Fclean-road-mod%2F&#038;format=xml" /> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-143774212-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-143774212-1'); </script> <style>/* CSS added by WP Meta and Date Remover*/.entry-meta {display:none !important;} .home .entry-meta { display: none; } .entry-footer {display:none !important;} .home .entry-footer { display: none; }</style> <link rel="preload" as="font" type="font/woff2" href="https://apkloo.com/wp-content/themes/hueman/assets/front/webfonts/fa-brands-400.woff2?v=5.15.2" crossorigin="anonymous"/> <link rel="preload" as="font" type="font/woff2" href="https://apkloo.com/wp-content/themes/hueman/assets/front/webfonts/fa-regular-400.woff2?v=5.15.2" crossorigin="anonymous"/> <link rel="preload" as="font" type="font/woff2" href="https://apkloo.com/wp-content/themes/hueman/assets/front/webfonts/fa-solid-900.woff2?v=5.15.2" crossorigin="anonymous"/> <!--[if lt IE 9]> <script src="https://apkloo.com/wp-content/themes/hueman/assets/front/js/ie/html5shiv-printshiv.min.js"></script> <script src="https://apkloo.com/wp-content/themes/hueman/assets/front/js/ie/selectivizr.js"></script> <![endif]--> <link rel="icon" href="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-fevicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-fevicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-fevicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-fevicon-270x270.png" /> <style id="wp-custom-css"> ins.adsbygoogle { background: transparent !important; } </style> <meta name="generator" content="WordPress Download Manager 3.2.85" /> <style> /* WPDM Link Template Styles */ </style> <style> :root { --color-primary: #4a8eff; --color-primary-rgb: 74, 142, 255; --color-primary-hover: #5998ff; --color-primary-active: #3281ff; --color-secondary: #6c757d; --color-secondary-rgb: 108, 117, 125; --color-secondary-hover: #6c757d; --color-secondary-active: #6c757d; --color-success: #018e11; --color-success-rgb: 1, 142, 17; --color-success-hover: #0aad01; --color-success-active: #0c8c01; --color-info: #2CA8FF; --color-info-rgb: 44, 168, 255; --color-info-hover: #2CA8FF; --color-info-active: #2CA8FF; --color-warning: #FFB236; --color-warning-rgb: 255, 178, 54; --color-warning-hover: #FFB236; --color-warning-active: #FFB236; --color-danger: #ff5062; --color-danger-rgb: 255, 80, 98; --color-danger-hover: #ff5062; --color-danger-active: #ff5062; --color-green: #30b570; --color-blue: #0073ff; --color-purple: #8557D3; --color-red: #ff5062; --color-muted: rgba(69, 89, 122, 0.6); --wpdm-font: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .wpdm-download-link.btn.btn-primary { border-radius: 4px; } </style> </head> <body class="post-template-default single single-post postid-3540 single-format-standard wp-custom-logo wp-embed-responsive col-2cl full-width header-desktop-sticky header-mobile-sticky hu-header-img-full-width hueman-3-7-24 unknown"> <div id="wrapper"> <a class="screen-reader-text skip-link" href="#content">Skip to content</a> <header id="header" class="main-menu-mobile-on one-mobile-menu main_menu header-ads-desktop topbar-transparent no-header-img"> <nav class="nav-container group mobile-menu mobile-sticky " id="nav-mobile" data-menu-id="header-1"> <div class="mobile-title-logo-in-header"><p class="site-title"> <a class="custom-logo-link" href="https://apkloo.com/" rel="home" title="ApklOo | Home page"><img src="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-logo-new2.png" alt="ApklOo" width="250" height="100"/></a> </p></div> <!-- <div class="ham__navbar-toggler collapsed" aria-expanded="false"> <div class="ham__navbar-span-wrapper"> <span class="ham-toggler-menu__span"></span> </div> </div> --> <button class="ham__navbar-toggler-two collapsed" title="Menu" aria-expanded="false"> <span class="ham__navbar-span-wrapper"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </span> </button> <div class="nav-text"></div> <div class="nav-wrap container"> <ul class="nav container-inner group mobile-search"> <li> <form role="search" method="get" class="search-form" action="https://apkloo.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </li> </ul> <ul id="menu-top-header-menu" class="nav container-inner group"><li id="menu-item-342" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-342"><a href="https://apkloo.com">Home</a></li> <li id="menu-item-343" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-343"><a href="https://apkloo.com/games/">Games</a> <ul class="sub-menu"> <li id="menu-item-351" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-351"><a href="https://apkloo.com/games/action/">Action</a></li> <li id="menu-item-352" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-352"><a href="https://apkloo.com/games/casual/">Casual</a></li> <li id="menu-item-353" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-353"><a href="https://apkloo.com/games/racing/">Racing</a></li> <li id="menu-item-354" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-354"><a href="https://apkloo.com/games/simulation/">Simulation</a></li> <li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-355"><a href="https://apkloo.com/games/strategy/">Strategy</a></li> <li id="menu-item-356" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-356"><a href="https://apkloo.com/games/sport/">Sport</a></li> <li id="menu-item-357" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-357"><a href="https://apkloo.com/games/adventure/">Adventure</a></li> <li id="menu-item-358" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-358"><a href="https://apkloo.com/games/role-playing/">Role Playing</a></li> <li id="menu-item-359" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-359"><a href="https://apkloo.com/games/board/">Board</a></li> <li id="menu-item-360" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360"><a href="https://apkloo.com/games/puzzle/">Puzzle</a></li> </ul> </li> <li id="menu-item-344" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-344"><a href="https://apkloo.com/apps/">Apps</a> <ul class="sub-menu"> <li id="menu-item-367" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-367"><a href="https://apkloo.com/apps/tools/">Tools</a></li> <li id="menu-item-361" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-361"><a href="https://apkloo.com/apps/social/">Social</a></li> <li id="menu-item-362" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-362"><a href="https://apkloo.com/apps/photography/">Photography</a></li> <li id="menu-item-363" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-363"><a href="https://apkloo.com/apps/music-audio/">Music &amp; Audio</a></li> <li id="menu-item-364" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-364"><a href="https://apkloo.com/apps/entertainment/">Entertainment</a></li> <li id="menu-item-365" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-365"><a href="https://apkloo.com/apps/art-design/">Art &amp; Design</a></li> <li id="menu-item-366" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-366"><a href="https://apkloo.com/apps/video-players-editors/">Video Players &amp; Editors</a></li> <li id="menu-item-368" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-368"><a href="https://apkloo.com/apps/personalisation/">Personalisation</a></li> </ul> </li> <li id="menu-item-15315" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15315"><a href="https://apkloo.com/news/">News</a></li> <li id="menu-item-14430" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14430"><a href="https://apkloo.com/blog/">Blog</a></li> <li id="menu-item-39706" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39706"><a target="_blank" rel="noopener" href="https://apkloo.com/shortcuts/">Shortcuts</a></li> <li id="menu-item-3361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3361"><a href="https://apkloo.com/online-apk-downloader/">Online APK Downloader</a></li> <li id="menu-item-10006" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10006"><a href="https://apkloo.com/rom/">Rom Installer</a></li> <li id="menu-item-11942" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11942"><a href="https://apkloo.com/request-app-games-form/">Request App</a></li> </ul> </div> </nav><!--/#nav-topbar--> <div class="container group"> <div class="container-inner"> <div class="group hu-pad central-header-zone"> <div class="logo-tagline-group"> <p class="site-title"> <a class="custom-logo-link" href="https://apkloo.com/" rel="home" title="ApklOo | Home page"><img src="https://apkloo.com/wp-content/uploads/2020/12/cropped-apkloo-logo-new2.png" alt="ApklOo" width="250" height="100"/></a> </p> </div> </div> <nav class="nav-container group desktop-menu " id="nav-header" data-menu-id="header-2"> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"> <ul id="menu-top-header-menu-1" class="nav container-inner group"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-342"><a href="https://apkloo.com">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-343"><a href="https://apkloo.com/games/">Games</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-351"><a href="https://apkloo.com/games/action/">Action</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-352"><a href="https://apkloo.com/games/casual/">Casual</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-353"><a href="https://apkloo.com/games/racing/">Racing</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-354"><a href="https://apkloo.com/games/simulation/">Simulation</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-355"><a href="https://apkloo.com/games/strategy/">Strategy</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-356"><a href="https://apkloo.com/games/sport/">Sport</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-357"><a href="https://apkloo.com/games/adventure/">Adventure</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-358"><a href="https://apkloo.com/games/role-playing/">Role Playing</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-359"><a href="https://apkloo.com/games/board/">Board</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360"><a href="https://apkloo.com/games/puzzle/">Puzzle</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-344"><a href="https://apkloo.com/apps/">Apps</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-367"><a href="https://apkloo.com/apps/tools/">Tools</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-361"><a href="https://apkloo.com/apps/social/">Social</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-362"><a href="https://apkloo.com/apps/photography/">Photography</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-363"><a href="https://apkloo.com/apps/music-audio/">Music &amp; Audio</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-364"><a href="https://apkloo.com/apps/entertainment/">Entertainment</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-365"><a href="https://apkloo.com/apps/art-design/">Art &amp; Design</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-366"><a href="https://apkloo.com/apps/video-players-editors/">Video Players &amp; Editors</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-368"><a href="https://apkloo.com/apps/personalisation/">Personalisation</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15315"><a href="https://apkloo.com/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14430"><a href="https://apkloo.com/blog/">Blog</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-39706"><a target="_blank" rel="noopener" href="https://apkloo.com/shortcuts/">Shortcuts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3361"><a href="https://apkloo.com/online-apk-downloader/">Online APK Downloader</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10006"><a href="https://apkloo.com/rom/">Rom Installer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11942"><a href="https://apkloo.com/request-app-games-form/">Request App</a></li> </ul> </div> </nav><!--/#nav-header--> </div><!--/.container-inner--> </div><!--/.container--> </header><!--/#header--> <div class="container" id="page"> <div class="container-inner"> <div class="main"> <div class="main-inner group"> <main class="content" id="content"> <div class="page-title hu-pad group"> <ul class="meta-single group"> <li class="category"><a href="https://apkloo.com/games/" rel="category tag">Games</a> <span>/</span> <a href="https://apkloo.com/games/simulation/" rel="category tag">Simulation</a></li> </ul> </div><!--/.page-title--> <div class="hu-pad group"> <article class="post-3540 post type-post status-publish format-standard has-post-thumbnail hentry category-games category-simulation tag-clean-road-hack-mod-apk-download tag-clean-road-hack-mod-apk-unlimited-money tag-clean-road-hack-mod-apk-unlock-all tag-clean-road-hack-mod-apk-unlocked-everything tag-clean-road-mod-apk tag-clean-road-mod-apk-download"> <div class="post-inner group"> <h1 class="post-title entry-title">Clean Road MOD (Unlocked All Cars)</h1> <div class="clear"></div> <div class="entry themeform"> <div class="entry-inner"> <p><img decoding="async" class="aligncenter size-full wp-image-3541" src="https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg" alt="Clean Road Mod Apk" width="180" height="180" srcset="https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk.jpg 180w, https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk-150x150.jpg 150w, https://apkloo.com/wp-content/uploads/2020/09/Clean-Road-Mod-Apk-80x80.jpg 80w" sizes="(max-width: 180px) 100vw, 180px" /></p> <div class="su-note" style="border-color:#e5e5e5;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#ffffff;border-color:#ffffff;color:#333333;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"> <table id="tablepress-2" class="tablepress tablepress-id-2 aligncenter" style="height: 59px;" width="257"> <tbody> <tr class="row-1"> <td class="column-1"><span style="color: #000000;"><strong>Version</strong></span></td> <td class="column-2"><span style="color: #000000;"><strong>Size</strong></span></td> <td class="column-3"><span style="color: #000000;"><strong>Download</strong></span></td> <td class="column-4"><span style="color: #000000;"><strong>Rate</strong></span></td> </tr> <tr class="row-2 alt"> <td class="column-1"> <div class="IQ1z0d"><span style="color: #ff0000;">1.6.16</span></div> </td> <td class="column-2"><span style="color: #ff0000;">33MB</span></td> <td class="column-3"><span style="color: #ff0000;">50,000,000+</span></td> <td class="column-4"><span style="color: #ff0000;">4.2</span></td> </tr> </tbody> </table> </div></div> <p style="text-align: center;"><div class="su-note" style="border-color:#e5e5e5;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#ffffff;border-color:#ffffff;color:#333333;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;">[appbox googleplay ]</div></div> <p style="text-align: center;"><strong>Download The Mod Apk Latest <span style="color: #000000;">Version</span><span style="color: #ff0000;"><span style="color: #000000;"> of Clean Road,</span></span></strong><strong> The Best <a href="https://apkloo.com/games/simulation/" target="_blank" rel="noopener noreferrer">Simulation Game</a> of </strong><strong>Android, This Mod Is Provide Unlimited Money, Unlocked All Cars, No Ads.</strong></p> <p>Touch and drag to control the Snow Plow.</p> <p>Avoid obstacles and help people to get out of their homes!</p> <p>Upgrade your vehicle to take on even the mightiest Snow storm</p> <p><strong><span style="text-decoration-line: underline;">More Games:</span></strong></p> <p><strong><a class="row-title" href="https://apkloo.com/wheres-my-water-2-mod/" target="_blank" rel="noopener noreferrer" aria-label="“Where’s My Water? 2 MOD (Unlocked All Levels)” (Edit)">Where’s My Water? 2 MOD</a> </strong></p> <p><strong><a class="row-title" href="https://apkloo.com/park-master-mod/" target="_blank" rel="noopener noreferrer" aria-label="“Park Master MOD (Unlimited Coins/No Ads)” (Edit)">Park Master MOD</a> </strong></p> <div id="ez-toc-container" class="ez-toc-v2_0_62 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-white ez-toc-container-direction"> <div class="ez-toc-title-container"> <p class="ez-toc-title " >Explore This Article</p> <span class="ez-toc-title-toggle"><a href="#" class="ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle" aria-label="Toggle Table of Content"><span class="ez-toc-js-icon-con"><span class=""><span class="eztoc-hide" style="display:none;">Toggle</span><span class="ez-toc-icon-toggle-span"><svg style="fill: #999;color:#999" xmlns="http://www.w3.org/2000/svg" class="list-377408" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"></path></svg><svg style="fill: #999;color:#999" class="arrow-unsorted-368013" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 24 24" version="1.2" baseProfile="tiny"><path d="M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z"/></svg></span></span></span></a></span></div> <nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-1" href="#Feature_Of_Clean_Road_Mod_Apk" title="Feature Of Clean Road Mod Apk">Feature Of Clean Road Mod Apk</a></li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class="ez-toc-link ez-toc-heading-2" href="#Clean_Road_Mod_Apk_Download" title="Clean Road Mod + Apk Download">Clean Road Mod + Apk Download</a></li></ul></nav></div> <h3><span class="ez-toc-section" id="Feature_Of_Clean_Road_Mod_Apk"></span><span style="text-decoration-line: underline; color: #000000;">Feature Of Clean Road Mod Apk</span><span class="ez-toc-section-end"></span></h3> <ul> <li>Unlimited Money</li> <li>Unlocked All Premium Feature</li> <li>Unlimited Coins</li> <li>Unlocked All Cars</li> <li>Unlocked All Levels</li> <li>No Ads</li> </ul> <p><span style="text-decoration-line: underline;"><strong>WHAT&#8217;S NEW</strong></span></p> <div class="W4P4ne "> <div class="PHBdkd" data-content-height="144"> <div class="DWPxHb">Bug Fixes.</div> </div> </div> <div class="su-note" style="border-color:#e5e5e5;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#ffffff;border-color:#ffffff;color:#333333;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"> <h3 style="text-align: center;"><span class="ez-toc-section" id="Clean_Road_Mod_Apk_Download"></span><span style="text-decoration-line: underline; color: #000000;">Clean Road Mod + Apk Download</span><span class="ez-toc-section-end"></span></h3> <p style="text-align: center;">Download and Revel in <strong>Clean Road (</strong><strong>MOD, Unlocked All)</strong>. We to give the best Mods only for you and if everything we provide isn&#8217;t sufficient we connect to the best resources for MOD information on Clean Road simply to supply you with the ideal.</p> <p style="text-align: center;"><a href="https://apkloo.com/clean-road-mod/?xurl=s%3A%2F%2Fbit.ly%2F2FttTXL" class="su-button su-button-style-flat su-button-wide" style="color:#FFFFFF;background-color:#16cfc1;border-color:#12a69b;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px" target="_blank" rel="nofollow"><span style="color:#FFFFFF;padding:0px 22px;font-size:17px;line-height:34px;border-color:#5cded4;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none"> Download MOD</span></a> <p style="text-align: center;"><a href="https://apkloo.com/clean-road-mod/?xurl=s%3A%2F%2Fbit.ly%2F32j962g" class="su-button su-button-style-flat su-button-wide" style="color:#FFFFFF;background-color:#16cfc1;border-color:#12a69b;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px" target="_blank" rel="nofollow"><span style="color:#FFFFFF;padding:0px 22px;font-size:17px;line-height:34px;border-color:#5cded4;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none"> Get Original Apk</span></a> </div></div> <div class="su-note" style="border-color:#e5e5e5;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#ffffff;border-color:#ffffff;color:#333333;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;"><div class="su-spoiler su-spoiler-style-default su-spoiler-icon-plus su-spoiler-closed" data-scroll-offset="0" data-anchor-in-url="no"><div class="su-spoiler-title" tabindex="0" role="button"><span class="su-spoiler-icon"></span>How to install</div><div class="su-spoiler-content su-u-clearfix su-u-trim"> <ol style="text-align: left;"> <li>Download <strong>&#8220;Clean Road MOD APK”. </strong></li> <li>Install Download Apk without using the internet/wifi.</li> <li>Open the Installer, and complete your process.</li> <li>Let it Install Completely In Your Android Device</li> <li>Open the MOD APK App and Enjoy Free Unlimited Resources.</div></div></div></div></li> </ol> <p style="text-align: left;">Congratulations Now you&#8217;ve been Installed Clean Road Mod in your Android Device today you&#8217;re able to Hack that Game &amp; Enjoy Playing with it. This Mod Comes Using Truly Amazing Features So Only Download The Mod By After Above Procedure &amp; Enjoy.</p> <div class="79336f393f56ec885cb8809957e5fb03" data-index="3" style="float: none; margin:3px 0 3px 0; text-align:center;"> <div class="su-button-center"><a href="https://t.me/telemeloo" class="su-button su-button-style-flat su-button-wide" style="color:#ffffff;background-color:#4ba0b5;border-color:#3c8091;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px" target="_blank" rel="nofollow"><span style="color:#ffffff;padding:8px 24px;font-size:18px;line-height:27px;border-color:#81bdcc;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none"><i class="sui sui-telegram" style="font-size:18px;color:#FFFFFF"></i> Join ApklOo Telegram Channel</span></a></div> <a href="https://www.instagram.com/apk_loo/" class="su-button su-button-style-flat su-button-wide" style="color:#ffffff;background-color:#b93aa7;border-color:#942f86;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px" target="_blank" rel="noopener noreferrer"><span style="color:#ffffff;padding:7px 22px;font-size:17px;line-height:26px;border-color:#ce76c2;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none"><i class="sui sui-instagram" style="font-size:17px;color:#FFFFFF"></i> Follow Me on Instagram</span></a> </div> <div style="font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;"></div> <nav class="pagination group"> </nav><!--/.pagination--> </div> <div class="clear"></div> </div><!--/.entry--> </div><!--/.post-inner--> </article><!--/.post--> <div class="clear"></div> <ul class="post-nav group"> <li class="next"><strong>Next story&nbsp;</strong><a href="https://apkloo.com/soap-cutting-mod/" rel="next"><i class="fas fa-chevron-right"></i><span>Soap Cutting MOD (Free Shopping)</span></a></li> <li class="previous"><strong>Previous story&nbsp;</strong><a href="https://apkloo.com/wheres-my-water-2-mod/" rel="prev"><i class="fas fa-chevron-left"></i><span>Where&#8217;s My Water? 2 MOD (Unlocked All Levels)</span></a></li> </ul> <h4 class="heading"> <i class="far fa-hand-point-right"></i>You may also like...</h4> <ul class="related-posts group"> <li class="related post-hover"> <article class="post-4085 post type-post status-publish format-standard has-post-thumbnail hentry category-games category-simulation tag-elvenar-mod-apk"> <div class="post-thumbnail"> <a href="https://apkloo.com/elvenar-mod/" class="hu-rel-post-thumb"> <img width="180" height="180" src="https://apkloo.com/wp-content/uploads/2020/09/Elvenar-Mod-Apk.jpg" class="attachment-thumb-medium size-thumb-medium wp-post-image" alt="Elvenar Mod Apk" decoding="async" loading="lazy" srcset="https://apkloo.com/wp-content/uploads/2020/09/Elvenar-Mod-Apk.jpg 180w, https://apkloo.com/wp-content/uploads/2020/09/Elvenar-Mod-Apk-150x150.jpg 150w, https://apkloo.com/wp-content/uploads/2020/09/Elvenar-Mod-Apk-80x80.jpg 80w" sizes="(max-width: 180px) 100vw, 180px" /> </a> </div><!--/.post-thumbnail--> <div class="related-inner"> <h4 class="post-title entry-title"> <a href="https://apkloo.com/elvenar-mod/" rel="bookmark">Elvenar MOD (Unlimited Diamonds)</a> </h4><!--/.post-title--> <div class="post-meta group"> <p class="post-date"> <time class="published updated" datetime=""></time> </p> <p class="post-byline" style="display:none">&nbsp;by <span class="vcard author"> <span class="fn"><a href="https://apkloo.com/author/admin/" title="Posts by " rel="author"></a></span> </span> &middot; Published <span class="published"></span> </p> </div><!--/.post-meta--> </div><!--/.related-inner--> </article> </li><!--/.related--> <li class="related post-hover"> <article class="post-5462 post type-post status-publish format-standard has-post-thumbnail hentry category-casual category-games tag-splash-wars-mod-apk tag-splash-wars-mod-apk-unlimited-gcubes tag-splash-wars-mod-apk-unlimited-money"> <div class="post-thumbnail"> <a href="https://apkloo.com/splash-wars-mod/" class="hu-rel-post-thumb"> <img width="180" height="180" src="https://apkloo.com/wp-content/uploads/2020/12/Splash-Wars-Mod-Apk.png" class="attachment-thumb-medium size-thumb-medium wp-post-image" alt="Splash Wars Mod Apk" decoding="async" loading="lazy" srcset="https://apkloo.com/wp-content/uploads/2020/12/Splash-Wars-Mod-Apk.png 180w, https://apkloo.com/wp-content/uploads/2020/12/Splash-Wars-Mod-Apk-150x150.png 150w, https://apkloo.com/wp-content/uploads/2020/12/Splash-Wars-Mod-Apk-80x80.png 80w" sizes="(max-width: 180px) 100vw, 180px" /> </a> </div><!--/.post-thumbnail--> <div class="related-inner"> <h4 class="post-title entry-title"> <a href="https://apkloo.com/splash-wars-mod/" rel="bookmark">Splash Wars MOD (Unlimited Money)</a> </h4><!--/.post-title--> <div class="post-meta group"> <p class="post-date"> <time class="published updated" datetime=""></time> </p> <p class="post-byline" style="display:none">&nbsp;by <span class="vcard author"> <span class="fn"><a href="https://apkloo.com/author/admin/" title="Posts by " rel="author"></a></span> </span> &middot; Published <span class="published"></span> </p> </div><!--/.post-meta--> </div><!--/.related-inner--> </article> </li><!--/.related--> <li class="related post-hover"> <article class="post-6650 post type-post status-publish format-standard has-post-thumbnail hentry category-casual category-games tag-project-makeover-mod-apk tag-project-makeover-mod-apk-unlimited-money tag-project-makeover-mod-apk-unlocked-all"> <div class="post-thumbnail"> <a href="https://apkloo.com/project-makeover-mod/" class="hu-rel-post-thumb"> <img width="180" height="180" src="https://apkloo.com/wp-content/uploads/2021/02/Project-Makeover-Mod-Apk.png" class="attachment-thumb-medium size-thumb-medium wp-post-image" alt="Project Makeover Mod Apk" decoding="async" loading="lazy" srcset="https://apkloo.com/wp-content/uploads/2021/02/Project-Makeover-Mod-Apk.png 180w, https://apkloo.com/wp-content/uploads/2021/02/Project-Makeover-Mod-Apk-150x150.png 150w, https://apkloo.com/wp-content/uploads/2021/02/Project-Makeover-Mod-Apk-80x80.png 80w" sizes="(max-width: 180px) 100vw, 180px" /> </a> </div><!--/.post-thumbnail--> <div class="related-inner"> <h4 class="post-title entry-title"> <a href="https://apkloo.com/project-makeover-mod/" rel="bookmark">Project Makeover MOD APK v2.67.1 (Unlimited Money)</a> </h4><!--/.post-title--> <div class="post-meta group"> <p class="post-date"> <time class="published updated" datetime=""></time> </p> <p class="post-byline" style="display:none">&nbsp;by <span class="vcard author"> <span class="fn"><a href="https://apkloo.com/author/admin/" title="Posts by " rel="author"></a></span> </span> &middot; Published <span class="published"></span> </p> </div><!--/.post-meta--> </div><!--/.related-inner--> </article> </li><!--/.related--> </ul><!--/.post-related--> </div><!--/.hu-pad--> </main><!--/.content--> <div class="sidebar s1 collapsed" data-position="right" data-layout="col-2cl" data-sb-id="s1"> <button class="sidebar-toggle" title="Expand Sidebar"><i class="fas sidebar-toggle-arrows"></i></button> <div class="sidebar-content"> <div class="sidebar-top group"> <p>Follow Us On</p> <ul class="social-links"><li><a rel="nofollow noopener noreferrer" class="social-tooltip" title="Follow us on Telegram" aria-label="Follow us on Telegram" href="https://t.me/telemeloo" target="_blank" style="color:#000000;font-size:30px"><i class="fab fa-telegram"></i></a></li><li><a rel="nofollow noopener noreferrer" class="social-tooltip" title="Follow us on Instagram" aria-label="Follow us on Instagram" href="https://www.instagram.com/apk_loo/" target="_blank" style="color:#000000;font-size:30px"><i class="fab fa-instagram"></i></a></li></ul> </div> <div id="alxtabs-3" class="widget widget_hu_tabs"> <h3 class="widget-title">Trending Apps</h3> <div class="alx-tabs-container"> <ul id="tab-popular-3" class="alx-tab group thumbs-enabled"> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/tango-mod-apks/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2021/12/Tango-Mod-Apk-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Tango Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/apps/" rel="category tag">Apps</a> / <a href="https://apkloo.com/apps/social/" rel="category tag">Social</a></p> <p class="tab-item-title"><a href="https://apkloo.com/tango-mod-apks/" rel="bookmark">Tango MOD + APK v8.49.1707211791 (Unlocked All Private Room/Unlimited Money) &#8211; 2024</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/instagram-apk-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2020/09/Instagram-Mod-Apk-80x80.jpg" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Instagram Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/apps/" rel="category tag">Apps</a> / <a href="https://apkloo.com/apps/social/" rel="category tag">Social</a></p> <p class="tab-item-title"><a href="https://apkloo.com/instagram-apk-mod/" rel="bookmark">Instagram MOD APK v318.0.0.30.110 (Unlimited Likes/Followers)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/moj-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2020/08/Moj-Mod-Apk-80x80.jpg" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Moj Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/apps/" rel="category tag">Apps</a> / <a href="https://apkloo.com/apps/social/" rel="category tag">Social</a></p> <p class="tab-item-title"><a href="https://apkloo.com/moj-mod/" rel="bookmark">Moj MOD APK v2024.2.4 (Without Watermark/Unlimited Followers)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/remini-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2020/12/Remini-Mod-Apk-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Remini Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/apps/" rel="category tag">Apps</a> / <a href="https://apkloo.com/apps/photography/" rel="category tag">Photography</a></p> <p class="tab-item-title"><a href="https://apkloo.com/remini-mod/" rel="bookmark">Remini MOD APK v3.7.525.202340464 (Premium/Unlimited Pro Cards) -2024</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/camerafi-live-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2020/10/CameraFi-Live-Mod-Apk-80x80.jpg" class="attachment-thumb-small size-thumb-small wp-post-image" alt="CameraFi Live Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/apps/" rel="category tag">Apps</a> / <a href="https://apkloo.com/apps/photography/" rel="category tag">Photography</a></p> <p class="tab-item-title"><a href="https://apkloo.com/camerafi-live-mod/" rel="bookmark">CameraFi Live MOD APK v1.34.88.0208 (Premium/Unlocked All)</a></p> </div> </li> </ul><!--/.alx-tab--> </div> </div> <div id="alxtabs-13" class="widget widget_hu_tabs"> <h3 class="widget-title">Trending Games</h3> <div class="alx-tabs-container"> <ul id="tab-popular-13" class="alx-tab group thumbs-enabled"> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/pk-xd-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2022/07/PK-XD-MOD-APK-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="PK XD MOD APK" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/games/adventure/" rel="category tag">Adventure</a> / <a href="https://apkloo.com/games/" rel="category tag">Games</a></p> <p class="tab-item-title"><a href="https://apkloo.com/pk-xd-mod/" rel="bookmark">Download PK XD MOD APK v1.42.3 (Unlimited Money/Gems)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/summertime-saga-apk-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2019/08/summertime-saga-160x160.jpg" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Summertime saga mod apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/games/" rel="category tag">Games</a> / <a href="https://apkloo.com/games/simulation/" rel="category tag">Simulation</a></p> <p class="tab-item-title"><a href="https://apkloo.com/summertime-saga-apk-mod/" rel="bookmark">Summertime Saga MOD APK v0.22.25 (Unlocked All Feature/Unlock All Cookie Jar)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/garena-free-fire-mod-apk-nn/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2020/01/Garena-Free-Fire-Mod-Apk-160x160.jpg" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Garena Free Fire Mod Apk" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/games/action/" rel="category tag">Action</a> / <a href="https://apkloo.com/games/" rel="category tag">Games</a></p> <p class="tab-item-title"><a href="https://apkloo.com/garena-free-fire-mod-apk-nn/" rel="bookmark">Garena Free Fire v2.103.1 MOD + APK (Unlimited Health/Aimbot)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/move-people/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2021/10/Move-People-MOD-APK-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Move People MOD APK" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/games/" rel="category tag">Games</a> / <a href="https://apkloo.com/games/simulation/" rel="category tag">Simulation</a></p> <p class="tab-item-title"><a href="https://apkloo.com/move-people/" rel="bookmark">Move People MOD APK v3.4 (Unlimited Money/Coins)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/gang-start-mod/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2023/02/Gang-Start-MOD-APK-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Gang Start MOD APK" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/games/casual/" rel="category tag">Casual</a> / <a href="https://apkloo.com/games/" rel="category tag">Games</a></p> <p class="tab-item-title"><a href="https://apkloo.com/gang-start-mod/" rel="bookmark">Gang Start MOD APK v0.14.1 (Unlocked All/God Mode)</a></p> </div> </li> </ul><!--/.alx-tab--> </div> </div> <div id="alxtabs-14" class="widget widget_hu_tabs"> <h3 class="widget-title">Free Premium Apps Accounts</h3> <div class="alx-tabs-container"> <ul id="tab-popular-14" class="alx-tab group thumbs-enabled"> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/free-discord-accounts/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2022/09/100-working-Free-Discord-Accounts-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Note text[/su_note]" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/blog/" rel="category tag">Blog</a></p> <p class="tab-item-title"><a href="https://apkloo.com/free-discord-accounts/" rel="bookmark">Free Discord Accounts &#038; Passwords With Nitro &#8211; February 2024</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/free-amazon-prime-accounts/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2022/10/Free-Amazon-Prime-Accounts-1-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Free Amazon Prime Accounts" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/blog/" rel="category tag">Blog</a></p> <p class="tab-item-title"><a href="https://apkloo.com/free-amazon-prime-accounts/" rel="bookmark">Free Amazon Prime Accounts &#8211; Email and Password &#8211; February 2024 (100% Working)</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/free-roblox-accounts/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2022/03/Free-Roblox-Accounts-80x80.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Free Roblox Accounts" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/blog/" rel="category tag">Blog</a></p> <p class="tab-item-title"><a href="https://apkloo.com/free-roblox-accounts/" rel="bookmark">Free Roblox Accounts &#038; Password With Robux &#8211; February 2024</a></p> </div> </li> <li> <div class="tab-item-thumbnail"> <a href="https://apkloo.com/netflix-mod-ipa/"> <img width="80" height="80" src="https://apkloo.com/wp-content/uploads/2024/01/Netflix-MOD-IPA-2-80x80.webp" class="attachment-thumb-small size-thumb-small wp-post-image" alt="Netflix MOD IPA" decoding="async" loading="lazy" /> </a> </div> <div class="tab-item-inner group"> <p class="tab-item-category"><a href="https://apkloo.com/blog/" rel="category tag">Blog</a></p> <p class="tab-item-title"><a href="https://apkloo.com/netflix-mod-ipa/" rel="bookmark">Netflix MOD IPA Latest Version Download For IOS &#8211; iPhone And iPad</a></p> </div> </li> </ul><!--/.alx-tab--> </div> </div> </div><!--/.sidebar-content--> </div><!--/.sidebar--> </div><!--/.main-inner--> </div><!--/.main--> </div><!--/.container-inner--> </div><!--/.container--> <footer id="footer"> <nav class="nav-container group" id="nav-footer" data-menu-id="footer-3" data-menu-scrollable="false"> <!-- <div class="ham__navbar-toggler collapsed" aria-expanded="false"> <div class="ham__navbar-span-wrapper"> <span class="ham-toggler-menu__span"></span> </div> </div> --> <button class="ham__navbar-toggler-two collapsed" title="Menu" aria-expanded="false"> <span class="ham__navbar-span-wrapper"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </span> </button> <div class="nav-text"></div> <div class="nav-wrap"> <ul id="menu-top-bar-menu" class="nav container group"><li id="menu-item-751" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-751"><a href="https://apkloo.com/">Home</a></li> <li id="menu-item-341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-341"><a href="https://apkloo.com/contact/">Contact Us</a></li> <li id="menu-item-339" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-339"><a href="https://apkloo.com/disclaimer/">Disclaimer</a></li> <li id="menu-item-347" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-347"><a href="https://apkloo.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-5513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5513"><a href="https://apkloo.com/dmca/">DMCA</a></li> </ul> </div> </nav><!--/#nav-footer--> <section class="container" id="footer-bottom"> <div class="container-inner"> <a id="back-to-top" href="#"><i class="fas fa-angle-up"></i></a> <div class="hu-pad group"> <div class="grid one-half"> <div id="copyright"> <p>#1 Best Mod Apk Downloader ApklOo © 2024. All Rights Reserved. Managed By DevWeb. </p> </div><!--/#copyright--> </div> <div class="grid one-half last"> <ul class="social-links"><li><a rel="nofollow noopener noreferrer" class="social-tooltip" title="Follow us on Telegram" aria-label="Follow us on Telegram" href="https://t.me/telemeloo" target="_blank" style="color:#000000;font-size:30px"><i class="fab fa-telegram"></i></a></li><li><a rel="nofollow noopener noreferrer" class="social-tooltip" title="Follow us on Instagram" aria-label="Follow us on Instagram" href="https://www.instagram.com/apk_loo/" target="_blank" style="color:#000000;font-size:30px"><i class="fab fa-instagram"></i></a></li></ul> </div> </div><!--/.hu-pad--> </div><!--/.container-inner--> </section><!--/.container--> </footer><!--/#footer--> </div><!--/#wrapper--> <script>window.addEventListener('DOMContentLoaded', function() { jQuery(function($){ }); });</script> <div id="fb-root"></div> <link data-minify="1" rel='stylesheet' id='su-shortcodes-css' href='https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/shortcodes.css?ver=1708848386' media='all' /> <link data-minify="1" rel='stylesheet' id='su-icons-css' href='https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/css/icons.css?ver=1708848386' media='all' /> <script data-minify="1" defer src="https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/koko-analytics/assets/dist/js/script.js?ver=1708848384" id="koko-analytics-js"></script> <script src="https://apkloo.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script> <script src="https://apkloo.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script> <script src="https://apkloo.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://apkloo.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://apkloo.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://apkloo.com/wp-includes/js/jquery/jquery.form.min.js?ver=4.3.0" id="jquery-form-js" defer></script> <script id="custom-script-js-extra"> var wpdata = {"object_id":"3540","site_url":"https:\/\/apkloo.com"}; </script> <script data-minify="1" src="https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/wp-meta-and-date-remover/assets/js/inspector.js?ver=1708848384" id="custom-script-js" defer></script> <script src="https://apkloo.com/wp-content/plugins/ad-invalid-click-protector/assets/js/js.cookie.min.js?ver=3.0.0" id="js-cookie-js" defer></script> <script src="https://apkloo.com/wp-content/plugins/ad-invalid-click-protector/assets/js/jquery.iframetracker.min.js?ver=2.1.0" id="js-iframe-tracker-js" defer></script> <script id="aicp-js-extra"> var AICP = {"ajaxurl":"https:\/\/apkloo.com\/wp-admin\/admin-ajax.php","nonce":"272c34a450","ip":"3.237.34.21","clickLimit":"3","clickCounterCookieExp":"8","banDuration":"3","countryBlockCheck":"No","banCountryList":""}; </script> <script src="https://apkloo.com/wp-content/plugins/ad-invalid-click-protector/assets/js/aicp.min.js?ver=1.0" id="aicp-js" defer></script> <script id="ez-toc-scroll-scriptjs-js-extra"> var eztoc_smooth_local = {"scroll_offset":"30","add_request_uri":""}; </script> <script src="https://apkloo.com/wp-content/plugins/easy-table-of-contents/assets/js/smooth_scroll.min.js?ver=2.0.62" id="ez-toc-scroll-scriptjs-js" defer></script> <script src="https://apkloo.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1" id="ez-toc-js-cookie-js" defer></script> <script src="https://apkloo.com/wp-content/plugins/easy-table-of-contents/vendor/sticky-kit/jquery.sticky-kit.min.js?ver=1.9.2" id="ez-toc-jquery-sticky-kit-js" defer></script> <script id="ez-toc-js-js-extra"> var ezTOC = {"smooth_scroll":"1","visibility_hide_by_default":"1","scroll_offset":"30","fallbackIcon":"<span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span>"}; </script> <script src="https://apkloo.com/wp-content/plugins/easy-table-of-contents/assets/js/front.min.js?ver=2.0.62-1705434528" id="ez-toc-js-js" defer></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/devo-play\/|\/wp-admin\/|\/logout\/|\/devo-play\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/apkloo.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script src="https://apkloo.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script> <script id="hu-init-js-js-extra"> var HUParams = {"_disabled":[],"SmoothScroll":{"Enabled":false,"Options":{"touchpadSupport":false}},"centerAllImg":"1","timerOnScrollAllBrowsers":"1","extLinksStyle":"","extLinksTargetExt":"1","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"imgSmartLoadEnabled":"","imgSmartLoadOpts":{"parentSelectors":[".container .content",".post-row",".container .sidebar","#footer","#header-widgets"],"opts":{"excludeImg":[".tc-holder-img"],"fadeIn_options":100,"threshold":0}},"goldenRatio":"1.618","gridGoldenRatioLimit":"350","sbStickyUserSettings":{"desktop":true,"mobile":true},"sidebarOneWidth":"340","sidebarTwoWidth":"260","isWPMobile":"","menuStickyUserSettings":{"desktop":"stick_up","mobile":"stick_up"},"mobileSubmenuExpandOnClick":"1","submenuTogglerIcon":"<i class=\"fas fa-angle-down\"><\/i>","isDevMode":"","ajaxUrl":"https:\/\/apkloo.com\/?huajax=1","frontNonce":{"id":"HuFrontNonce","handle":"e94e637823"},"isWelcomeNoteOn":"","welcomeContent":"","i18n":{"collapsibleExpand":"Expand","collapsibleCollapse":"Collapse"},"deferFontAwesome":"","fontAwesomeUrl":"https:\/\/apkloo.com\/wp-content\/themes\/hueman\/assets\/front\/css\/font-awesome.min.css?3.7.24","mainScriptUrl":"https:\/\/apkloo.com\/wp-content\/themes\/hueman\/assets\/front\/js\/scripts.min.js?3.7.24","flexSliderNeeded":"","flexSliderOptions":{"is_rtl":false,"has_touch_support":true,"is_slideshow":false,"slideshow_speed":5000}}; </script> <script src="https://apkloo.com/wp-content/themes/hueman/assets/front/js/hu-init.min.js?ver=3.7.24" id="hu-init-js-js" defer></script> <script src="https://apkloo.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async data-wp-strategy="async"></script> <script id="su-shortcodes-js-extra"> var SUShortcodesL10n = {"noPreview":"This shortcode doesn't work in live preview. Please insert it into editor and preview on the site.","magnificPopup":{"close":"Close (Esc)","loading":"Loading...","prev":"Previous (Left arrow key)","next":"Next (Right arrow key)","counter":"%curr% of %total%","error":"Failed to load content. <a href=\"%url%\" target=\"_blank\"><u>Open link<\/u><\/a>"}}; </script> <script data-minify="1" src="https://apkloo.com/wp-content/cache/min/1/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index.js?ver=1708848386" id="su-shortcodes-js" defer></script> <!--[if lt IE 9]> <script src="https://apkloo.com/wp-content/themes/hueman/assets/front/js/ie/respond.js"></script> <![endif]--> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me --> <!-- plugin=object-cache-pro client=phpredis metric#hits=5101 metric#misses=150 metric#hit-ratio=97.1 metric#bytes=1880584 metric#prefetches=306 metric#store-reads=183 metric#store-writes=12 metric#store-hits=392 metric#store-misses=138 metric#sql-queries=74 metric#ms-total=165.85 metric#ms-cache=15.29 metric#ms-cache-avg=0.0788 metric#ms-cache-ratio=9.2 sample#redis-hits=933066080 sample#redis-misses=348586330 sample#redis-hit-ratio=72.8 sample#redis-ops-per-sec=180 sample#redis-evicted-keys=3636818 sample#redis-used-memory=215459880 sample#redis-used-memory-rss=200876032 sample#redis-memory-fragmentation-ratio=0.9 sample#redis-connected-clients=1 sample#redis-tracking-clients=0 sample#redis-rejected-connections=0 sample#redis-keys=539031 -->
fineweb
{ "fineweb_metadata": { "text": "Clean Road MOD (Unlocked All Cars)\nDownload The Mod Apk Latest Version of Clean Road, The Best Simulation Game of Android, This Mod Is Provide Unlimited Money, Unlocked All Cars, No Ads.\nTouch and drag to control the Snow Plow.\nAvoid obstacles and help people to get out of their homes!\nUpgrade your vehicle to take on even the mightiest Snow storm\nFeature Of Clean Road Mod Apk\n- Unlimited Money\n- Unlocked All Premium Feature\n- Unlimited Coins\n- Unlocked All Cars\n- Unlocked All Levels\n- No Ads\nCongratulations Now you’ve been Installed Clean Road Mod in your Android Device today you’re able to Hack that Game & Enjoy Playing with it. This Mod Comes Using Truly Amazing Features So Only Download The Mod By After Above Procedure & Enjoy.", "id": "<urn:uuid:e87afc28-348f-405a-bec7-9a34256ab8ef>", "dump": "CC-MAIN-2024-10", "url": "https://apkloo.com/clean-road-mod/", "date": "2024-02-25T09:39:28", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8172206878662109, "token_count": 171 } }
<urn:uuid:90cdc6a7-8df0-47b1-a83b-95a472ec137f>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <META NAME="Robots" CONTENT="NOINDEX, NOFOLLOW"> <link href="https://app.arts-people.com/assets/css/public.min.css?q=1708640966436" rel="stylesheet" type="text/css"> <link href="https://app.arts-people.com/uploads/2157/2157-jaspers-theater-2019-mk.css" rel="stylesheet" type="text/css"> <script src="/assets/js/ap-public.min.js?q=1708640966436"></script> <title>Jaspers Theater</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700|Roboto+Condensed:400,700" rel="stylesheet"> <script>theatreId = '2157';shortName = 'jasp';currentPage = '4102';purchaseId = '228069120';isPrimaryUser = true;isTurtleUser = true;isDemoUser = false;requireAppealSelection = false;requireFundSelection = true;lockoutWarning = false;</script> </head> <body> <FORM ENCTYPE="multipart/form-data" METHOD="POST" ACTION="/index.php" class="form-inline" id="public_page_form"> <TABLE class="page_public tt-page-4102" cellpadding=0 cellspacing=0> <TR><TD> </span> <div class="header"> <div class="header-inner"> <a class="logo" href="https://www.jasperstheater.com/">WELCOME</a> <div class="nav-wrapper"> <nav> <ul> <li><a href="https://www.jasperstheater.com/">Home</a></li> <li><a href="https://www.jasperstheater.com/about">Buy Tickets</a></li> <li><a href="https://www.jasperstheater.com/our-shows">Our Shows</a></li> <li><a href="https://www.jasperstheater.com/events-1">Our Theater</a></li> <li><a href="https://www.jasperstheater.com/projects">Videos and Pictures</a></li> <li><a href="https://www.jasperstheater.com/contact">Contact</a></li> <li class="last-child"><a href="https://www.jasperstheater.com/check-out-our-sponsors">More</a></li> </ul> </nav> </div> <a href="https://app.arts-people.com/index.php?donation=jasp"> <span class="donate">Donate Now ></span></a> </div> </div> <div class="logo-wrapper"> <div class="logo-wrapper-inner"> <a href="http://www.jasperstheater.com/"><img class="logo-img" src="/uploads/2157/jaspers-logo-2019.PNG"></a> </div> </div> <div class="maincell"> <!-- BEGIN table Object 4104 --> <table class="content" cellspacing="0" cellpadding="0" border="0"><TR><TD> <h1>Welcome to our online store.</h1> </TD></TR> <TR><TD> <!-- BEGIN table Object 4105 --> <TABLE ID=TBL4105 class="table_basic" cellspacing="0" cellpadding="0" border="0"><TR><TD> <!-- BEGIN table Object 5662 --> <TABLE ID=TBL5662 class="table_basic" cellspacing="0" cellpadding="0" border="0"><TR><TD> <!-- BEGIN table Object 5779 --> <TABLE ID=TBL5779><TR><TD> </TD></TR> <TR><TD> <!-- BEGIN Items for sale htable Object items --> <TABLE ID="TBLitems" class="htable"><TR><TH align=left> <span class="headtext"> Item</SPAN></TH><TH align=right> <span class="headtext"> Price</SPAN></TH><TH align=left></TH><TH></TH></TR><TR><TD align=left> <span class="normal" id="4130">CD - Dan Brekke</span> </TD><TD align=right> <span class="normal" id="4131">$16.11</span> </TD><TD align=left> <A HREF = "https://app.arts-people.com/index.php?actions=3&p=1"><IMG SRC = "/uploads/2157/tn_DanBrekkeCD.jpg" style="max-width: 75px; max-height: 75px;"></A> </TD><TD><A HREF="https://app.arts-people.com/index.php?actions=4&p=1" id="Aitem_select" class="" >View Details</A> </TD></TR> <TR class="alternate_row"> <TD align=left> <span class="normal" id="4130">CD - Journey With Jasper's Jubilee Band</span> </TD><TD align=right> <span class="normal" id="4131">$16.11</span> </TD><TD align=left> <A HREF = "https://app.arts-people.com/index.php?actions=5&p=1"><IMG SRC = "/uploads/2157/tn_Journey.Jpg" style="max-width: 75px; max-height: 75px;"></A> </TD><TD><A HREF="https://app.arts-people.com/index.php?actions=6&p=1" id="Aitem_select" class="" >View Details</A> </TD></TR> <TR><TD align=left> <span class="normal" id="4130">CD - Jazz Night at Basie's</span> </TD><TD align=right> <span class="normal" id="4131">$16.11</span> </TD><TD align=left> <A HREF = "https://app.arts-people.com/index.php?actions=7&p=1"><IMG SRC = "/uploads/2157/tn_tn_42nd.jpg" style="max-width: 75px; max-height: 75px;"></A> </TD><TD><A HREF="https://app.arts-people.com/index.php?actions=8&p=1" id="Aitem_select" class="" >View Details</A> </TD></TR> <TR class="alternate_row"> <TD align=left> <span class="normal" id="4130">CD - Hopes, Dreams and Promises</span> </TD><TD align=right> <span class="normal" id="4131">$16.11</span> </TD><TD align=left> <A HREF = "https://app.arts-people.com/index.php?actions=9&p=1"><IMG SRC = "/uploads/2157/tn_tn_hopesdreamsandpromises.jpg" style="max-width: 75px; max-height: 75px;"></A> </TD><TD><A HREF="https://app.arts-people.com/index.php?actions=10&p=1" id="Aitem_select" class="" >View Details</A> </TD></TR> <TR><TD align=left> <span class="normal" id="4130">DVD - Auntie Kreamsaugen's Favorite Stories</span> </TD><TD align=right> <span class="normal" id="4131">$16.11</span> </TD><TD align=left> <A HREF = "https://app.arts-people.com/index.php?actions=11&p=1"><IMG SRC = "/uploads/2157/tn_AK-BIG.jpg" style="max-width: 75px; max-height: 75px;"></A> </TD><TD><A HREF="https://app.arts-people.com/index.php?actions=12&p=1" id="Aitem_select" class="" >View Details</A> </TD></TR> </TABLE> <!-- END htable Object items --> </TD></TR> </TABLE> <!-- END table Object 5779 --> </TD><TD> <!-- BEGIN table Object 5776 --> <TABLE ID=TBL5776><TR><TD> <H2 ID=TXTgift_cert_header>Gift Certificates</H2> </TD></TR> <TR><TD> <span class="normal" id="gift_cert_intro"><p><span class="normal">You may purchase a gift certificate in any amount you choose. Just enter the amount of the certificate below. As soon as you complete your purchase, you will be able to print out the certificate.</span></p></br></span> </TD></TR> <TR><TD> <!-- BEGIN kcolumn Object gc --> <TABLE CLASS="kcolumn"> <TR id="TRamount"><td class=leftCol> <span class="emph"> Amount of certificate</SPAN></TD><td class=rightCol> <INPUT TYPE="TEXT" NAME="13" VALUE="" SIZE=12 MAXLENGTH=100 AUTOCOMPLETE=OFF ID="TXTamount" CLASS="form-control " > </TD></TR> <TR id="TRrecipient_name"><td class=leftCol> <span class="emph"> Recipient name</SPAN></TD><td class=rightCol> <INPUT TYPE="TEXT" NAME="14" VALUE="" SIZE=30 MAXLENGTH=100 AUTOCOMPLETE=OFF ID="TXTrecipient_name" CLASS="form-control " > </TD></TR> <TR id="TRrecipient_email"><td class=leftCol> <span class="emph"> Recipient Email <a class="tip js-tip-modal" data-toggle="tooltip" href="#" title="Click for help" data-modal-content="<strong>Recipient Email Address</strong> <br /> <br /> Enter your recipient's email address if you wish to notify them immediately. Otherwise leave blank and print out the gift certificate after your purchase is complete. If you enter an email address the recipient will receive an email with a link to the gift certificate and the gift certificate code."><img style="vertical-align: baseline;" src="/images/icons/question.png" /></a> (optional)</SPAN></TD><td class=rightCol> <INPUT TYPE="TEXT" NAME="15" VALUE="" SIZE=30 MAXLENGTH=100 AUTOCOMPLETE=OFF ID="TXTrecipient_email" CLASS="form-control " > </TD></TR> <TR id="TRinscription"><td class=leftCol> <span class="emph"> Inscription (optional)</SPAN></TD><td class=rightCol> <TEXTAREA class="form-control" COLS="40" ROWS="8" NAME="16" WRAP="SOFT" ID=TXTinscription></TEXTAREA> <br> <INPUT TYPE="SUBMIT" NAME="17" ID="BTNsubmit" VALUE="Submit" CLASS="btn btn-sm-bs3 btn-default btn-outline-secondary" > </TD></TR> </TABLE> <!-- END kcolumn Object gc --> </TD></TR></TABLE> <!-- END table Object 5776 --> </TD></TR></TABLE> <!-- END table Object 5662 --> </TD></TR></TABLE> <!-- END table Object 4105 --> </TD></TR></table> <!-- END table Object 4104 --> </div> <div class="footer-wrap"> <div class="footer"> <div class="footer-column1"> ABOUT US ><br> <p class="font_8" style="line-height:1.7em;">Jasper's Theater is owned by Lynette Guida and the shows are directed by Kathie Brekke.  We provide clean music, magic, comedy variety shows with 4 generations of our family and fabulous entertainers from the region.</p><br> Contact Lynette Guida <br> 218-255-1333<br> <a href="mailto:jasperstheater@gmail.com" data-type="mail">jasperstheater@gmail.com</a><br> Ticketing System provided by <a href="https://neonone.com/products/arts-people/" target="_blank">Arts People</a> </div> </div> </div> </TD></TR></TABLE></!DOCTYPE> <!-- END page Object 4102 --> <input type="hidden" name="p" value="1" />
fineweb
{ "fineweb_metadata": { "text": "You may purchase a gift certificate in any amount you choose. Just enter the amount of the certificate below. As soon as you complete your purchase, you will be able to print out the certificate.\nJasper's Theater is owned by Lynette Guida and the shows are directed by Kathie Brekke. We provide clean music, magic, comedy variety shows with 4 generations of our family and fabulous entertainers from the region.", "id": "<urn:uuid:90cdc6a7-8df0-47b1-a83b-95a472ec137f>", "dump": "CC-MAIN-2024-10", "url": "https://app.arts-people.com/index.php?retail=jasp", "date": "2024-02-25T09:25:17", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9552659392356873, "token_count": 87 } }
<urn:uuid:ddda339d-a201-42b6-be28-04c312e326dc>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>Questions To Ask When Interested In Seo Firms &#8211; App Fenfa</title><style id="perfmatters-used-css">body{background:#002838 url("https://appfenfa.top/wp-content/themes/metric/images/bg.png") repeat-x;color:#444;font-size:12px;font-family:Arial,Tahoma,Verdana;margin:0 auto 0;padding:0;line-height:20px;}a,a:visited{color:#0067a2;text-decoration:none;}a:hover{color:#7ca513;text-decoration:none;}a:focus,a:hover,a:active{outline:none;}#wrap{background:#f7f7f7 url("https://appfenfa.top/wp-content/themes/metric/images/wrap-bg.png") repeat-x;margin:0 auto;min-width:960px;padding:0;}#header{margin:0 auto 0;padding:0;}#header .wrap{width:960px;height:120px;margin:0 auto 0;}#title-area{width:340px;float:left;margin:0;padding:20px 0 0 0;overflow:hidden;}#title-area #title{font-size:20px;font-weight:normal;line-height:34px;margin:0;padding:0 0 0 20px;}#title-area #title a{color:#fff;margin:0;padding:0;text-decoration:none;}#title-area #title a:hover{color:#fff;text-decoration:none;}#header .widget-area{width:610px;color:#fff;float:right;margin:0;padding:0;}#header .widget-area a,#header .widget-area a:visited{color:#fff;text-decoration:underline;}#header .widget-area a:hover{color:#fff;text-decoration:none;}#header .widget-area p{margin:0;padding:0 0 5px 0;}.header-full-width #title-area,.header-full-width #title-area #title,.header-full-width #title-area #title a{width:960px;}#inner{width:960px;margin:20px auto 20px;padding:0;overflow:hidden;}.content-sidebar #inner{}#content-sidebar-wrap{width:790px;margin:0;padding:0;float:left;}.sidebar-content #content-sidebar-wrap,.content-sidebar #content-sidebar-wrap{width:960px;}#content{width:500px;margin:0;padding:0;float:left;}.sidebar-content #content,.content-sidebar #content{width:670px;padding:0;}#content .post{margin:0 0 40px 0;padding:0;}#content .post p{margin:0;padding:0 0 10px 0;}#content .post ol,#content .page ol{margin:0;padding:0 0 15px 0;}#content .post ol li,#content .page ol li{margin:0 0 0 20px;padding:0;}#content .post ol ol,#content .page ol ol{margin:0;padding:0;}#content .entry-content{overflow:hidden;}.post-info{font-size:11px;margin:5px 0 5px 0;padding:0;text-transform:uppercase;}.post-info p{margin:0;padding:0;}.post-meta{font-size:11px;text-transform:uppercase;margin:5px 0 0 0;padding:5px 0 0 0;border-top:1px solid #ddd;clear:both;}#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{color:#444;font-family:Arial,Tahoma,Verdana;font-weight:normal;text-decoration:none;margin:0 0 5px 0;padding:0;}#content h1{font-size:20px;border-bottom:1px solid #ddd;margin:0;padding:0 0 5px 0;}.time{background:url("https://appfenfa.top/wp-content/themes/metric/images/icon-time.png") no-repeat top left;margin:0 0 0 3px;padding:0 0 2px 18px;}.categories{background:url("https://appfenfa.top/wp-content/themes/metric/images/icon-categories.png") no-repeat top left;margin:0 0 0 3px;padding:0 0 2px 18px;}.wp-caption{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;border:1px solid #ddd;max-width:100%;padding:5px;text-align:center;}.wp-caption img{border:0;margin:0 0 5px;padding:0;}#sidebar{width:270px;float:right;margin:0;padding:0;display:inline;}#sidebar .widget,#sidebar-alt .widget{background:#e8e8e8;margin:0 0 15px 0;padding:10px 15px 5px 15px;}#sidebar .widget p,#sidebar-alt .widget p{margin:0;padding:0 0 10px 0;}#sidebar .textwidget p,#sidebar-alt .textwidget p{margin:0;padding:0 0 10px 0;}#sidebar ul,#sidebar ol,#sidebar-alt ul,#sidebar-alt ol{list-style-type:none;margin:0;padding:0;}#sidebar ul ul,#sidebar ol ol,#sidebar-alt ul ul,#sidebar-alt ol ol{margin:0;padding:0;}#sidebar li,#sidebar-alt li{list-style-type:none;margin:0 0 5px 0;padding:0 0 3px 0;border-bottom:1px solid #ddd;word-wrap:break-word;}#sidebar li li,#sidebar-alt li li{border:0;margin:0;padding:0;}#footer-widgets{background:#444 url("https://appfenfa.top/wp-content/themes/metric/images/footer-widgeted.png") repeat-x;color:#ddd;margin:0 auto 0;padding:0 0 15px 0;text-shadow:#000 1px 1px;overflow:hidden;clear:both;}#footer-widgets .wrap{width:960px;margin:0 auto 0;}#footer-widgets .widget{margin:0;padding:0 0 5px 0;}#footer-widgets p{margin:0;padding:0;}#footer-widgets .widget p,#footer-widgets .textwidget p{margin:0;padding:0;}#footer-widgets a,#footer-widgets a:visited{color:#ddd;text-decoration:none;}#footer-widgets a:hover{color:#ddd;text-decoration:underline;}.footer-widgets-1{width:225px;float:left;margin:0;padding:30px 20px 5px 0;}#footer{background:#444;color:#ddd;font-size:11px;margin:0 auto 0;padding:0;text-shadow:#000 1px 1px;text-transform:uppercase;clear:both;overflow:hidden;}#footer .wrap{width:960px;height:35px;margin:0 auto 0;padding:15px 0 0 0;border-top:1px solid #ccc;}#footer a,#footer a:visited{color:#ddd;text-decoration:none;}#footer a:hover{color:#ddd;text-decoration:underline;}#footer p{margin:0;padding:0;}#footer .gototop{width:200px;float:left;margin:0;padding:0 0 0 5px;}#footer .gototop a{margin:0;padding:2px 0 2px 12px;background:url("https://appfenfa.top/wp-content/themes/metric/images/footer-top.png") no-repeat left center;}#footer .creds{width:740px;float:right;margin:0;padding:0 10px 0 0;text-align:right;}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px);}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}ol,ul{box-sizing:border-box;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}</style> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//www.google-analytics.com'> <link rel='dns-prefetch' href='//www.googletagmanager.com'> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://appfenfa.top/wp-includes/css/dist/block-library/style.min.css?ver=6.4.2" type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='esteem_style-css' data-pmdelayedstyle="https://appfenfa.top/wp-content/themes/esteem/style.css?ver=6.4.2" type='text/css' media='all' /> <link rel='stylesheet' id='esteem-responsive-css' data-pmdelayedstyle="https://appfenfa.top/wp-content/themes/esteem/css/responsive.css?ver=6.4.2" type='text/css' media='all' /> <link rel='stylesheet' id='esteem-fontawesome-css' data-pmdelayedstyle="https://appfenfa.top/wp-content/themes/esteem/fontawesome/css/font-awesome.css?ver=3.2.1" type='text/css' media='all' /> <script type="pmdelayedscript" src="https://appfenfa.top/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://appfenfa.top/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://appfenfa.top/wp-content/themes/esteem/js/esteem-custom.js?ver=6.4.2" id="esteem-custom-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <!--[if lte IE 8]> <script type="text/javascript" src="https://appfenfa.top/wp-content/themes/esteem/js/html5shiv.min.js?ver=6.4.2" id="html5-js"></script> <![endif]--> <link rel="https://api.w.org/" href="https://appfenfa.top/wp-json/" /><link rel="alternate" type="application/json" href="https://appfenfa.top/wp-json/wp/v2/posts/7667" /><link rel="canonical" href="https://appfenfa.top/questions-to-ask-when-interested-in-seo-firms/" /> <link rel="alternate" type="application/json+oembed" href="https://appfenfa.top/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fappfenfa.top%2Fquestions-to-ask-when-interested-in-seo-firms%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://appfenfa.top/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fappfenfa.top%2Fquestions-to-ask-when-interested-in-seo-firms%2F&#038;format=xml" /> <link rel="icon" href="https://appfenfa.top/wp-content/uploads/2021/08/cropped-LogoMakr-0neDWQ-32x32.png" sizes="32x32" /> <link rel="icon" href="https://appfenfa.top/wp-content/uploads/2021/08/cropped-LogoMakr-0neDWQ-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://appfenfa.top/wp-content/uploads/2021/08/cropped-LogoMakr-0neDWQ-180x180.png" /> <meta name="msapplication-TileImage" content="https://appfenfa.top/wp-content/uploads/2021/08/cropped-LogoMakr-0neDWQ-270x270.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://appfenfa.top/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;}.wp-has-aspect-ratio .perfmatters-lazy-youtube{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-bottom:0}</style></head> <body class="post-template-default single single-post postid-7667 single-format-standard wp-embed-responsive boxed better-responsive-menu"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="inner-wrap"> <div class="hgroup-wrap clearfix"> <div class="site-branding"> <div class="header-text "> <h3 id="site-title"> <a href="https://appfenfa.top/" title="App Fenfa" rel="home"> App Fenfa </a> </h3> </div><!-- .header-text --> </div><!-- .site-branding --> <div class="hgroup-wrap-right"> <nav id="site-navigation" class="main-navigation" role="navigation"> <h3 class="menu-toggle"></h3> <div class="nav-menu clearfix"> <ul id="menu-main-menu" class="menu"><li id="menu-item-5511" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5511"><a href="https://appfenfa.top/category/beauty/">Beauty</a></li> <li id="menu-item-5512" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-5512"><a href="https://appfenfa.top/category/business/">Business</a></li> <li id="menu-item-5513" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5513"><a href="https://appfenfa.top/category/gaming/">Gaming</a></li> <li id="menu-item-5514" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5514"><a href="https://appfenfa.top/category/health/">HEALTH</a></li> <li id="menu-item-5515" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5515"><a href="https://appfenfa.top/category/marketing/">marketing</a></li> <li id="menu-item-5517" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5517"><a href="https://appfenfa.top/category/tech/">tech</a></li> <li id="menu-item-5518" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5518"><a href="https://appfenfa.top/category/travel/">Travel</a></li> <li id="menu-item-5516" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5516"><a href="https://appfenfa.top/category/miscellaneous/">Miscellaneous</a></li> </ul> </div><!-- .nav-menu --> </nav><!-- #site-description --> <i class="icon-search search-top"></i> <div class="search-form-top"> <form action="https://appfenfa.top/" id="search-form" class="searchform clearfix" method="get"> <div class="search-wrap"> <input type="text" placeholder="Search" class="s field" name="s"> <button type="submit">Search</button> </div> <input type="submit" value="Search" id="search-submit" name="submit" class="submit"> </form><!-- .searchform --> </div><!-- .search-form-top --> </div><!-- .hgroup-wrap-right --> </div><!-- .hgroup-wrap --> </div><!-- .inner-wrap --> <section class="page-title-bar clearfix"> <div class="inner-wrap"> <div class="page-title-wrap"><h1>Questions To Ask When Interested In Seo Firms</h1></div> </div> </section> </header><!-- #masthead --> <div id="main" class="site-main inner-wrap"> <div id="primary"> <div id="content" class="clearfix"> <article id="post-7667" class="post-7667 post type-post status-publish format-standard hentry category-business"> <div class="entry-content clearfix"> <p>Links today are what keywords were several rice &#8212; the most popular topic in SEO. Search engines, particularly Google, use link popularity to help evaluate and rank your website. Link <a href="https://onegoodwebdesign.com/"><strong>SEO agency London</strong></a> popularity refers on the number, quality and relevance of links from other websites to yours.</p> <p>That&#8217;s why a Search engine optimisation Optimiser critical in maximising your associated with online rewards. Search Engine Optimisation in it&#8217;s simplest form may be the practice of a good tuning web site to achieve the highest possible position on the search results when another person searches for information a new seo search auto.</p> <p>Metaphorically speaking, by building high-quality content, you don&#8217;t even need a teacher! All you need to do is make sure you obtain the concept right, and the marks occur through by default! It doesn&#8217;t matter how many times the exam papers are changed, 2 X 2 will regularly be 4.</p> <p>My dentist is efficient at his profession because she&#8217;s both talented and superb. It doesn&#8217;t take him long to carry out the math and figure out that web site of hiring an seo firm is substantial. His return on investment would take the lifetime within the client approach rather than the yearly practice. That is, although have to be able to at simply how much revenue litigant would generate over the 7 year average time of a dental client in Toronto in comparison to the revenue generated in 1st year. The seo training is beginning to look good to him.</p> <p>This is they the spiders employed by Yahoo!, Google and etc are being optimized constantly to think like owners. In the past years they might be fooled easily by shady websites who put on a show, but lack genuine content. But now, might ranking pages based on human impulse!</p> <p>As additional contest SEO contests target achieving something. Seo contests are organized as a way to get the most important position looking engines, especially Google.</p> <p>Moral of this story is, make sure your stats package could be the best that it can be. I don&#8217;t think We are using my old stats package lots of from now on, but I&#8217;ll ensure that on as a result of does have some individual visitor tracking capabilities that Google&#8217;s version of Urchin currently lacks. Reading your stats regularly could save you cash and time in the long run.</p> <div class="extra-hatom-entry-title"><span class="entry-title">Questions To Ask When Interested In Seo Firms</span></div> </div> <div class="entry-meta-bar clearfix"><div class="entry-meta clearfix"> <span class="icon-user vcard author"><a class="url fn n" href="https://appfenfa.top/author/localdomains/">Gilbert</a></span> <span class="icon-time"><a href="https://appfenfa.top/questions-to-ask-when-interested-in-seo-firms/" title="6:22 am" rel="bookmark"><time class="entry-date published" datetime="2024-01-16T06:22:05+00:00">January 16, 2024</time></a></span> <span class="icon-tag"><a href="https://appfenfa.top/category/business/" rel="category tag">Business</a></span> </div></div> </article> <ul class="default-wp-page clearfix"> <li class="previous"><a href="https://appfenfa.top/101-gambling-tips-for-the-avid-gambler/" rel="prev"><span class="meta-nav">&larr;</span> 101 Gambling Tips For The Avid Gambler</a></li> <li class="next"><a href="https://appfenfa.top/florist-tools-to-have-at-home/" rel="next">Florist Tools To Have At Home <span class="meta-nav">&rarr;</span></a></li> </ul> </div><!-- #content --> </div><!-- #primary --> <div id="secondary"> <aside id="text-382" class="widget widget_text"> <div class="textwidget"><p><a href="https://159.223.93.81/"><strong>https://159.223.93.81/</strong></a></p> </div> </aside><aside id="text-381" class="widget widget_text"> <div class="textwidget"><p><a href="https://brianslambertville.com"><strong>Bimabet</strong></a></p> </div> </aside><aside id="text-380" class="widget widget_text"> <div class="textwidget"><p><a href="https://cannabis-seeds-usa.org/"><strong>keluaran sgp </strong></a></p> </div> </aside><aside id="text-379" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.imago-box.com/"><strong>imago-box.com</strong></a></p> </div> </aside><aside id="text-378" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.420-smokeshop.com/"><strong>sbobet</strong></a></p> </div> </aside><aside id="text-377" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.thevisaya.com/"><strong>Demo Slot Pragmatic</strong></a></p> </div> </aside><aside id="text-376" class="widget widget_text"> <div class="textwidget"><p><a href="https://20.118.150.50/"><strong>LINK KARTUTOTO</strong></a></p> </div> </aside><aside id="text-375" class="widget widget_text"> <div class="textwidget"><p><a href="https://kopisantai188.ink/"><strong>Pg slot</strong></a></p> </div> </aside><aside id="text-374" class="widget widget_text"> <div class="textwidget"><p><a href="http://165.22.66.194/"><strong>BRAYTOTO</strong></a></p> </div> </aside><aside id="text-373" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-372" class="widget widget_text"> <div class="textwidget"><p><a href="https://jurnal-bengawansolo.org/"><strong><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;slot gacor hari ini&quot;}" data-sheets-userformat="{&quot;2&quot;:4264,&quot;6&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;8&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:0}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;10&quot;:2,&quot;15&quot;:&quot;Arial&quot;}">slot gacor hari ini</span></strong></a></p> </div> </aside><aside id="text-371" class="widget widget_text"> <div class="textwidget"><p><a href="https://sisfo.bnsp.go.id/product/"><strong>slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-370" class="widget widget_text"> <div class="textwidget"><p><a href="https://167.71.217.14"><strong>agen236</strong></a></p> </div> </aside><aside id="text-369" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.starvation.net/"><strong>slot gacor gampang menang</strong></a></p> </div> </aside><aside id="text-368" class="widget widget_text"> <div class="textwidget"><p><a href="https://beanshere.com/"><strong>toto togel</strong></a></p> </div> </aside><aside id="text-367" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.rockergymnastics.com/"><strong>slot gacor minimal deposit 5rb</strong></a></p> </div> </aside><aside id="text-366" class="widget widget_text"> <div class="textwidget"><p><a href="https://minibullriding.com"><strong>MEGA123</strong></a></p> </div> </aside><aside id="text-365" class="widget widget_text"> <div class="textwidget"><p><a href="https://spainaigo.com/"><strong>sultansawer</strong></a></p> </div> </aside><aside id="text-364" class="widget widget_text"> <div class="textwidget"><p><a href="https://dewa212vip2.xyz/"><strong>dewa212</strong></a></p> </div> </aside><aside id="text-363" class="widget widget_text"> <div class="textwidget"><p><a href="https://orousapulot.com/"><strong>Keluaran hk</strong></a></p> </div> </aside><aside id="text-362" class="widget widget_text"> <div class="textwidget"><p><a href="https://basilandrose.com/"><strong>pragmatic play</strong></a></p> </div> </aside><aside id="text-361" class="widget widget_text"> <div class="textwidget"><p><a href="https://hermes21.com/"><strong>LK21</strong></a></p> </div> </aside><aside id="text-360" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://violin88resmi.com/">https://violin88resmi.com/</a></strong></p> </div> </aside><aside id="text-359" class="widget widget_text"> <div class="textwidget"><p><a href="https://slowfoodbeirut.com/"><strong>Situs Toto</strong></a></p> </div> </aside><aside id="text-358" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.colorificink.com/"><strong>SBOBET88</strong></a></p> </div> </aside><aside id="text-357" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.fixmyacllc.com/"><strong>Slot88</strong></a></p> </div> </aside><aside id="text-356" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.fixmyacllc.com/"><strong>Slot88</strong></a></p> </div> </aside><aside id="text-355" class="widget widget_text"> <div class="textwidget"><p><a href="https://miraclebaratl.com/"><strong>slot gacor terbaru</strong></a></p> </div> </aside><aside id="text-354" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-353" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.vajor.com"><strong>slot online</strong></a></p> </div> </aside><aside id="text-351" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://www.thefoxandcrowcafe.com/">situs judi slot</a></strong></p> </div> </aside><aside id="text-352" class="widget widget_text"> <div class="textwidget"><p><a href="https://veniceitaliankitchen.com/"><strong>situs slot gacor</strong></a></p> </div> </aside><aside id="text-349" class="widget widget_text"> <div class="textwidget"><p><a href="https://ufa345.tv/"><strong>สล็อตออนไลน์</strong></a></p> </div> </aside><aside id="text-350" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.knitlab.org/"><strong>slot88</strong></a></p> </div> </aside><aside id="text-348" class="widget widget_text"> <div class="textwidget"><p><a href="https://sandhillmar.com/"><strong>slot</strong></a></p> </div> </aside><aside id="text-347" class="widget widget_text"> <div class="textwidget"><p><a href="https://miluchalibre.com/"><strong>rezekitoto</strong></a></p> </div> </aside><aside id="text-346" class="widget widget_text"> <div class="textwidget"><p><a href="https://sepuhtoto.net"><strong>sepuh toto</strong></a></p> </div> </aside><aside id="text-345" class="widget widget_text"> <div class="textwidget"><p><a href="https://freedomforumdiversity.org/"><strong>mahjong</strong></a></p> </div> </aside><aside id="text-344" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.rosendalecafe.com/"><strong>situs judi slot online</strong></a></p> </div> </aside><aside id="text-343" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.imago-box.com/"><strong>slot</strong></a></p> </div> </aside><aside id="text-342" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.the-courthouse.com"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-341" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ruralteachers.com/"><strong>mamabet88</strong></a></p> </div> </aside><aside id="text-340" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.sukihannaorlando.com"><strong>toto hk</strong></a></p> </div> </aside><aside id="text-339" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://emangboleh.pro/">https://emangboleh.pro/</a></strong></p> </div> </aside><aside id="text-338" class="widget widget_text"> <div class="textwidget"><p><a href="https://slotvip123slotku.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-337" class="widget widget_text"> <div class="textwidget"><p><a href="https://cmd368linkb.info/"><strong>link alternatif CMD368</strong></a></p> </div> </aside><aside id="text-336" class="widget widget_text"> <div class="textwidget"><p><a href="https://rtpslot368.info/"><strong>rtpslot368</strong></a></p> </div> </aside><aside id="text-335" class="widget widget_text"> <div class="textwidget"><p><a href="https://cmd368pp.info/"><strong> CMD368</strong></a></p> </div> </aside><aside id="text-334" class="widget widget_text"> <div class="textwidget"><p><a href="https://cmd368vv.net/"><strong>CMD368</strong></a></p> </div> </aside><aside id="text-333" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.kimphelanlaw.com/"><strong>demo slot x500</strong></a></p> </div> </aside><aside id="text-332" class="widget widget_text"> <div class="textwidget"><p><a href="https://purpleopurple.com/"><strong>uber77</strong></a></p> </div> </aside><aside id="text-331" class="widget widget_text"> <div class="textwidget"><p><a href="https://gacor77.design/"><strong>gacor77</strong></a></p> </div> </aside><aside id="text-330" class="widget widget_text"> <div class="textwidget"><p><a href="https://voxcharta.org/"><strong>slot88</strong></a></p> </div> </aside><aside id="text-329" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.vacunatepr.com/"><strong>pucuk88</strong></a></p> </div> </aside><aside id="text-328" class="widget widget_text"> <div class="textwidget"><p><a href="https://baronbudd.net/"><strong>situs toto</strong></a></p> </div> </aside><aside id="text-327" class="widget widget_text"> <div class="textwidget"><p><a href="http://188.166.230.30/"><strong>dewapoker</strong></a></p> </div> </aside><aside id="text-326" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-324" class="widget widget_text"> <div class="textwidget"><p><a href="https://belprauda.com/"><strong>Web Slot Online</strong></a></p> </div> </aside><aside id="text-323" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.lafayettegrillandpub.com/"><strong>SLOT88</strong></a></p> </div> </aside><aside id="text-322" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.cavertaking.com/th/product/794798/kamagra-oral-jelly"><strong>kamagra oral jelly ซื้อที่ไหน</strong></a></p> </div> </aside><aside id="text-321" class="widget widget_text"> <div class="textwidget"><p><a href="https://ekyerlestirme.com/"><strong>https://ekyerlestirme.com/</strong></a></p> </div> </aside><aside id="text-320" class="widget widget_text"> <div class="textwidget"><p><strong><a href="http://melodi69-slot-dana.levainbakery.com/products/slot-dana-1">Slot dana</a></strong></p> </div> </aside><aside id="text-319" class="widget widget_text"> <div class="textwidget"><p><a href="https://idnfilm.net/"><strong>LK21 indoxxi</strong></a></p> </div> </aside><aside id="text-318" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.snakecreekmarinakeys.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-317" class="widget widget_text"> <div class="textwidget"><p><a href="https://vegasshepherdrescue.com/"><strong>slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-316" class="widget widget_text"> <div class="textwidget"><p><a href="https://snapto.link/bento4d"><strong>BENTO4D</strong></a></p> </div> </aside><aside id="text-315" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://wellthily.com/">Ratuslot</a></strong></p> </div> </aside><aside id="text-314" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.josieduncanmusic.com/"><strong>slot gacor gampang menang</strong></a></p> </div> </aside><aside id="text-313" class="widget widget_text"> <div class="textwidget"><p><a href="https://join-together.org/"><strong>bosswin168</strong></a></p> </div> </aside><aside id="text-312" class="widget widget_text"> <div class="textwidget"><p><strong><a href="http://surga-bet.com">Surgabet</a></strong></p> </div> </aside><aside id="text-311" class="widget widget_text"> <div class="textwidget"><p><a href="https://greektenies.com/"><strong>Melodi69</strong></a></p> </div> </aside><aside id="text-310" class="widget widget_text"> <div class="textwidget"><p><a href="https://heylink.me/jacktoto.com"><strong>JACKTOTO</strong></a></p> </div> </aside><aside id="text-309" class="widget widget_text"> <div class="textwidget"><p><a href="https://ujang303jp.com/"><strong>Ujang303</strong></a></p> </div> </aside><aside id="text-308" class="widget widget_text"> <div class="textwidget"><p><a href="https://oddigo.com/"><strong>oddigo</strong></a></p> </div> </aside><aside id="text-307" class="widget widget_text"> <div class="textwidget"><p><a href="https://target4dbro.quest/"><strong>target4d</strong></a></p> </div> </aside><aside id="text-306" class="widget widget_text"> <div class="textwidget"><p><a href="https://lippototo.net/"><strong>lippototo</strong></a></p> </div> </aside><aside id="text-305" class="widget widget_text"> <div class="textwidget"><p><a href="https://mipstar.org/"><strong>data sgp</strong></a></p> </div> </aside><aside id="text-304" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.tayho-oakland.com/"><strong>slot demo</strong></a></p> </div> </aside><aside id="text-303" class="widget widget_text"> <div class="textwidget"><p><a href="https://bentodua.com"><strong>BENTO4D</strong></a></p> </div> </aside><aside id="text-301" class="widget widget_text"> <div class="textwidget"><p><a href="https://jackdatang.com"><strong>JACKTOTO</strong></a></p> </div> </aside><aside id="text-302" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.metroxmetro.com/"><strong>slot demo pragmatic play</strong></a></p> </div> </aside><aside id="text-299" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.chesterfieldresourcesplc.com/"><strong>togel hongkong hari ini</strong></a></p> </div> </aside><aside id="text-297" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.iatdmct2022.org/"><strong>link sbobet88</strong></a></p> </div> </aside><aside id="text-298" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.rocklanddc.org/"><strong>togel hongkong hari ini</strong></a></p> </div> </aside><aside id="text-296" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.chambersohara.com/"><strong>Slot Gacor Hari Ini</strong></a></p> </div> </aside><aside id="text-294" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.badgelikes.com/"><strong>slot gacor gampang menang</strong></a></p> </div> </aside><aside id="text-295" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.true-audio.com/"><strong>harta138</strong></a></p> </div> </aside><aside id="text-293" class="widget widget_text"> <div class="textwidget"><p><a href="https://diytoolkit.org/"><strong>raja slot</strong></a></p> </div> </aside><aside id="text-292" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.stxaviersthumba.org/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-291" class="widget widget_text"> <div class="textwidget"><p><a href="https://mixtogel88.biz/"><strong>mixtogel</strong></a></p> </div> </aside><aside id="text-290" class="widget widget_text"> <div class="textwidget"><p><a href="https://gbototo.net"><strong>togel toto</strong></a></p> </div> </aside><aside id="text-289" class="widget widget_text"> <div class="textwidget"><p><strong><a href="http://68.183.180.220">ozzo slot</a></strong></p> </div> </aside><aside id="text-288" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://vipkingspro77.org/">kingspro77</a></strong></p> </div> </aside><aside id="text-286" class="widget widget_text"> <div class="textwidget"><p><a href="https://mirassports.com/"><strong>situs slot gacor 2022</strong></a></p> </div> </aside><aside id="text-287" class="widget widget_text"> <div class="textwidget"><p><a href="https://togel158.org"><strong>togel158.org</strong></a></p> </div> </aside><aside id="text-285" class="widget widget_text"> <div class="textwidget"><p><a href="https://nomi1.sgp1.cdn.digitaloceanspaces.com/bento4d.html"><strong>BENTO4D</strong></a></p> </div> </aside><aside id="text-284" class="widget widget_text"> <div class="textwidget"><p><a href="https://michaelsdining.com/"><strong>slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-283" class="widget widget_text"> <div class="textwidget"><p><a href="https://contactforhelp.com/"><strong>contactforhelp.com</strong></a></p> </div> </aside><aside id="text-282" class="widget widget_text"> <div class="textwidget"><p><a href="https://138.197.168.15/"><strong>https://138.197.168.15/</strong></a></p> </div> </aside><aside id="text-281" class="widget widget_text"> <div class="textwidget"><p><a href="http://www.banksavenue.com/"><strong>bedava bonus veren siteler</strong></a></p> </div> </aside><aside id="text-280" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.guidospizzashopgolden.com/"><strong>situs slot</strong></a></p> </div> </aside><aside id="text-279" class="widget widget_text"> <div class="textwidget"><p><a href="https://theatrebox.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-277" class="widget widget_text"> <div class="textwidget"><p><a href="https://faireandgoodwin.com/"><strong>slot deposit dana 10 ribu</strong></a></p> </div> </aside><aside id="text-276" class="widget widget_text"> <div class="textwidget"><p><a href="https://princessgacor.me/"><strong>SlotVIP</strong></a></p> </div> </aside><aside id="text-273" class="widget widget_text"> <div class="textwidget"><p><a href="https://terraselvagem.com/"><strong>https://terraselvagem.com/</strong></a></p> </div> </aside><aside id="text-275" class="widget widget_text"> <div class="textwidget"><p>https://acordeonisima.com/</p> </div> </aside><aside id="text-272" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.rebeldread.com/"><strong>togel</strong></a></p> </div> </aside><aside id="text-271" class="widget widget_text"> <div class="textwidget"><p><a href="https://ncapps.org/"><strong>pengeluaran sgp</strong></a></p> </div> </aside><aside id="text-270" class="widget widget_text"> <div class="textwidget"><p><a href="https://newsopener.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-269" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.labayoubluebirdsociety.org/"><strong>keluaran sgp</strong></a></p> </div> </aside><aside id="text-268" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.johnemindc.com/"><strong>live draw hk</strong></a></p> </div> </aside><aside id="text-267" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.cuneomuseum.org/"><strong>Togel hari ini</strong></a></p> </div> </aside><aside id="text-266" class="widget widget_text"> <div class="textwidget"><p><a href="https://statistik.anambaskab.go.id/.well-known/surga88/"><strong>surga88</strong></a></p> </div> </aside><aside id="text-265" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.amihaigrosz.com/"><strong>revistanomada.com</strong></a></p> </div> </aside><aside id="text-264" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.amihaigrosz.com/"><strong>amihaigrosz.com</strong></a></p> </div> </aside><aside id="text-263" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.badgelikes.com/"><strong>badgelikes.com</strong></a></p> </div> </aside><aside id="text-262" class="widget widget_text"> <div class="textwidget"><p><a href="https://wearemudlark.com/"><strong>https://wearemudlark.com/</strong></a></p> </div> </aside><aside id="text-261" class="widget widget_text"> <div class="textwidget"><p><a href="https://sayangianak.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-260" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.islam-fr.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-259" class="widget widget_text"> <div class="textwidget"><p><a href="https://bento4d-bento4d.azurefd.net/"><strong>BENTO4D</strong></a> </p> </div> </aside><aside id="text-258" class="widget widget_text"> <div class="textwidget"><p><a href="https://link-login-bento4d.azurefd.net"><strong>BENTO4D</strong></a></p> </div> </aside><aside id="text-257" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.muisumut.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-256" class="widget widget_text"> <div class="textwidget"><p><a href="https://pafiselayar.org/"><strong>sbobet88</strong></a></p> </div> </aside><aside id="text-255" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.parinti.com/"><strong>situs togel terpercaya</strong></a></p> </div> </aside><aside id="text-254" class="widget widget_text"> <div class="textwidget"><p><a href="https://pafibanjar.org/"><strong>demo slot pragmatic</strong></a></p> </div> </aside><aside id="text-252" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.igfd.org/"><strong>hero 138</strong></a></p> </div> </aside><aside id="text-253" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.isfahancarpetpalace.com/"><strong>hero 138</strong></a></p> </div> </aside><aside id="text-251" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.midlandrheumatologysociety.org/"><strong>hero 138</strong></a></p> </div> </aside><aside id="text-250" class="widget widget_text"> <div class="textwidget"><p><a href="https://pafikepri.org/"><strong>sbobet</strong></a></p> </div> </aside><aside id="text-249" class="widget widget_text"> <div class="textwidget"><p><a href="https://pn-palu.go.id/htdocs/"><strong>Slot thailand</strong></a></p> </div> </aside><aside id="text-248" class="widget widget_text"> <div class="textwidget"><p><a href="https://pafisubang.org/"><strong>situs slot</strong></a></p> </div> </aside><aside id="text-247" class="widget widget_text"> <div class="textwidget"><p><a href="https://scoopsdigital.com/"><strong>https://scoopsdigital.com/</strong></a></p> </div> </aside><aside id="text-246" class="widget widget_text"> <div class="textwidget"><p><a href="https://3riversortho.com"><strong>slot88</strong></a></p> </div> </aside><aside id="text-245" class="widget widget_text"> <div class="textwidget"><p><a href="https://206.189.158.5/"><strong>ole777 slot</strong></a></p> </div> </aside><aside id="text-244" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.gracechurchchicago.org/"><strong>rtp live slot</strong></a></p> </div> </aside><aside id="text-243" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://207.148.66.196/">totolotre</a></strong></p> </div> </aside><aside id="text-242" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.gbogroup.ac/"><strong>gbo4d</strong></a></p> </div> </aside><aside id="text-241" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.vsra.org/"><strong>situs slot</strong></a></p> </div> </aside><aside id="text-240" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.raja328.xyz/"><strong>raja 328</strong></a></p> </div> </aside><aside id="text-239" class="widget widget_text"> <div class="textwidget"><p><a href="https://proyectoawa.com/"><strong>pahlawan 4d</strong></a></p> </div> </aside><aside id="text-238" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://itspnyc.org/">https://itspnyc.org/</a></strong></p> </div> </aside><aside id="text-237" class="widget widget_text"> <div class="textwidget"><p><a href="https://riverfrontrevitalization.com/"><strong>sultan33</strong></a></p> </div> </aside><aside id="text-236" class="widget widget_text"> <div class="textwidget"><p><a href="https://165.22.59.34/"><strong>jago168</strong></a></p> </div> </aside><aside id="text-235" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://armandhammercleans.com/">https://armandhammercleans.com/</a></strong></p> </div> </aside><aside id="text-234" class="widget widget_text"> <div class="textwidget"><p><a href="https://airjordan4.us/"><strong>poltartoto</strong></a></p> </div> </aside><aside id="text-233" class="widget widget_text"> <div class="textwidget"><p><a href="http://www.eagle-rock.com"><strong>slot</strong></a></p> </div> </aside><aside id="text-232" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.thefutureofhealthcare.org/"><strong>situs slot deposit 5rb</strong></a></p> </div> </aside><aside id="text-231" class="widget widget_text"> <div class="textwidget"><p><a href="https://pialaeuro.net/"><strong>jadwal bola piala euro</strong></a></p> </div> </aside><aside id="text-230" class="widget widget_text"> <div class="textwidget"><p><a href="https://mega888.art"><strong> mega888 download</strong></a></p> </div> </aside><aside id="text-229" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.phoenixstreetcafe.com/"><strong>Situs Slot</strong></a></p> </div> </aside><aside id="text-228" class="widget widget_text"> <div class="textwidget"><p><a href="https://coldnoon.com/"><strong>Slot</strong></a></p> </div> </aside><aside id="text-226" class="widget widget_text"> <div class="textwidget"><p><a href="https://thealicesanctuary.com"><strong>slot</strong></a></p> </div> </aside><aside id="text-225" class="widget widget_text"> <div class="textwidget"><p><a href="https://gestorsutil.com/"><strong>Ku casino</strong></a></p> </div> </aside><aside id="text-224" class="widget widget_text"> <div class="textwidget"><p><a href="https://globalhandwashingday.org/"><strong>jago rtp</strong></a></p> </div> </aside><aside id="text-223" class="widget widget_text"> <div class="textwidget"><p><a href="https://slot-server-thailand.ipmafa.ac.id/"><strong>slot thailand</strong></a></p> </div> </aside><aside id="text-222" class="widget widget_text"> <div class="textwidget"><p><a href="http://hrisdatatest-developer.seattle.gov/" rel="noopener" target="_blank">http://hrisdatatest-developer.seattle.gov/</a></p> </div> </aside><aside id="text-221" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.globalhandwashingday.org/"><strong>rtp slot</strong></a></p> </div> </aside><aside id="text-220" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.mnprogramsofstudy.org/"><strong>slot 10k</strong></a></p> </div> </aside><aside id="text-219" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.rittenhouserankings.com/"><strong>Slot</strong></a></p> </div> </aside><aside id="text-218" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-217" class="widget widget_text"> <div class="textwidget"><p><a href="https://165.22.254.153/"><strong>cheat slot maxwin</strong></a></p> </div> </aside><aside id="text-216" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.nccandidcritters.org/"><strong>slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-215" class="widget widget_text"> <div class="textwidget"><p><a href="https://grayingcalifornia.org/"><strong>slot server thailand super gacor</strong></a></p> </div> </aside><aside id="text-214" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://kaitysway.org/">https://kaitysway.org/</a></strong></p> </div> </aside><aside id="text-213" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.worldsciday.org/"><strong>https://www.worldsciday.org/</strong></a></p> </div> </aside><aside id="text-212" class="widget widget_text"> <div class="textwidget"><p><a href="https://skpi.teknokrat.ac.id/admin_assets/foto/-/toto-slot/"><strong> toto slot</strong></a></p> </div> </aside><aside id="text-211" class="widget widget_text"> <div class="textwidget"><p><a href="https://hesp-news.org/"><strong>Jamet138</strong></a></p> </div> </aside><aside id="text-210" class="widget widget_text"> <div class="textwidget"><p><a href="https://sabatoto.net"><strong>sabatoto</strong></a></p> </div> </aside><aside id="text-209" class="widget widget_text"> <div class="textwidget"><p><a href="https://gyangangapubliceschool.com/"><strong>togel sdy</strong></a></p> </div> </aside><aside id="text-208" class="widget widget_text"> <div class="textwidget"><p><a href="https://delucashotsprings.com/"><strong>big777</strong></a></p> </div> </aside><aside id="text-207" class="widget widget_text"> <div class="textwidget"><p><a href="https://pafikotapadang.org/"><strong>slot</strong></a></p> </div> </aside><aside id="text-205" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.thelibrary-pgh.com/"><strong>Judi Slot Online</strong></a></p> </div> </aside><aside id="text-204" class="widget widget_text"> <div class="textwidget"><p><a href="https://revistaair.org/"><strong>https://revistaair.org/</strong></a></p> </div> </aside><aside id="text-203" class="widget widget_text"> <div class="textwidget"><p><a href="https://demoslotgratispragmaticplayy.powerappsportals.com/"><strong>demo slot</strong></a></p> </div> </aside><aside id="text-202" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.chinagourmetfranklin.com/"><strong>hongkong pools</strong></a></p> </div> </aside><aside id="text-201" class="widget widget_text"> <div class="textwidget"><p><a href="https://nazafa.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-200" class="widget widget_text"> <div class="textwidget"><p><a href="https://explode.africa"><strong>Slot Gacor</strong></a></p> </div> </aside><aside id="text-199" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.thaiwriter.org/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-198" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.centermh.org/"><strong>slot gacor gampang menang</strong></a></p> </div> </aside><aside id="text-197" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.apt.usn.ac.id/.well-known/-/togel-macau/"><strong>toto macau hari ini</strong></a></p> </div> </aside><aside id="text-196" class="widget widget_text"> <div class="textwidget"><p><a href="https://pedetogel.biz"><strong>pedetogel</strong></a></p> </div> </aside><aside id="text-195" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.modeslot88.net/"><strong>Slot88</strong></a></p> </div> </aside><aside id="text-193" class="widget widget_text"> <div class="textwidget"><p><a href="https://themasterpicks.com/"><b>togel toto</b></a></p> </div> </aside><aside id="text-192" class="widget widget_text"> <div class="textwidget"><p><a href="https://sibinfo.org/"><b>Slot Online</b></a></p> </div> </aside><aside id="text-191" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.movpins.com/"><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;bandar togel&quot;}" data-sheets-userformat="{&quot;2&quot;:15233,&quot;3&quot;:{&quot;1&quot;:0},&quot;10&quot;:2,&quot;11&quot;:0,&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:0},&quot;15&quot;:&quot;Calibri, sans-serif&quot;,&quot;16&quot;:11}"><b>bandar togel</b></span></a></p> </div> </aside><aside id="text-190" class="widget widget_text"> <div class="textwidget"><p><a href="https://sibinfo.org/"><b>Slot Online</b></a></p> </div> </aside><aside id="text-189" class="widget widget_text"> <div class="textwidget"><p><a href="https://cvctcardiobrief.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-188" class="widget widget_text"> <div class="textwidget"><p><a href="https://rubakhin.org"><strong>Data sdy</strong></a></p> </div> </aside><aside id="text-187" class="widget widget_text"> <div class="textwidget"><p><a href="https://cyclehousela.com/"><b>slot deposit pulsa</b></a></p> </div> </aside><aside id="text-186" class="widget widget_text"> <div class="textwidget"><p><a href="https://socawlege.com/"><b>slot online</b></a></p> </div> </aside><aside id="text-185" class="widget widget_text"> <div class="textwidget"><p><a href="https://strangleholdgame.com/"><strong>hoki99</strong></a></p> </div> </aside><aside id="text-184" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.acicnicaragua.org/"><strong>Pengeluaran SGP</strong></a></p> </div> </aside><aside id="text-183" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ptsaudio.com/"><strong>hongkong pools</strong></a></p> </div> </aside><aside id="text-182" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.mchips.com/"><b>slot gacor </b></a></p> </div> </aside><aside id="text-181" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.dompedrobaiahotel.com"><b>judi slot online</b></a></p> </div> </aside><aside id="text-180" class="widget widget_text"> <div class="textwidget"><p><a href="https://acrreform.org/"><b>parlay4d</b></a></p> </div> </aside><aside id="text-179" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.world-history-education-resources.com/"><strong>keluaran sgp</strong></a></p> </div> </aside><aside id="text-178" class="widget widget_text"> <div class="textwidget"><p><a href="http://namatoto.vip/"><b>namatoto link alternatif</b></a></p> </div> </aside><aside id="text-177" class="widget widget_text"> <div class="textwidget"><p><a href="https://greenmaterialslaboratory.com/"><b>togel singapore</b></a></p> </div> </aside><aside id="text-176" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.hometreasurefinders.com/"><b>togel deposit pulsa</b></a></p> </div> </aside><aside id="text-175" class="widget widget_text"> <div class="textwidget"><p><a href="https://heylink.me/midasplay/"><b>midasplay</b></a></p> </div> </aside><aside id="text-174" class="widget widget_text"> <div class="textwidget"><p><a href="https://heylink.me/LuxorPlay/"><b>luxorplay</b></a></p> </div> </aside><aside id="text-173" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.icirestaurant.com/"><b>slot gacor</b></a></p> </div> </aside><aside id="text-172" class="widget widget_text"> <div class="textwidget"><p><a href="https://lago.tulane.edu/"><b>slot gacor</b></a></p> </div> </aside><aside id="text-171" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.reigndownusa.com/"><b>Pengeluaran SGP</b></a></p> </div> </aside><aside id="text-170" class="widget widget_text"> <div class="textwidget"><p><a href="https://maine200parade.com/"><b>Togel Sidney</b></a></p> </div> </aside><aside id="text-167" class="widget widget_text"> <div class="textwidget"><p><a href="https://heylink.me/orientalplayofficial/"><b>orientalplay</b></a></p> </div> </aside><aside id="text-166" class="widget widget_text"> <div class="textwidget"><p><a href="https://groupsowhousing.com/"><b>keluaran sgp</b></a></p> </div> </aside><aside id="text-165" class="widget widget_text"> <div class="textwidget"><p><a href="https://communityfoodconference.org/"><b>situs game slot online</b></a></p> </div> </aside><aside id="text-168" class="widget widget_text"> <div class="textwidget"><p><a href="https://feminisms.org/">bonanza88</a></p> </div> </aside><aside id="text-164" class="widget widget_text"> <div class="textwidget"><p><a href="https://wicktown.co.uk/"><b>slot gacor</b></a></p> </div> </aside><aside id="text-169" class="widget widget_text"> <div class="textwidget"><p><a href="https://eticbon.com/">slot hoki</a></p> </div> </aside><aside id="text-163" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.loginpulsa777.com"><b>Pulsa777</b></a></p> </div> </aside><aside id="text-162" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.c-c-c.org/"><b>situs slot</b></a></p> </div> </aside><aside id="text-161" class="widget widget_text"> <div class="textwidget"><p><a href="https://trollingmotorbatteryguides.com/"><b>slot online deposit pulsa</b></a></p> </div> </aside><aside id="text-159" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.fondationglaucomequebec.com/"><b>togel hongkong</b></a></p> </div> </aside><aside id="text-158" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.macombftn.org/"><b>keluaran hk</b></a></p> </div> </aside><aside id="text-157" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.littlesheephotpot.com/"><b>slot online</b></a></p> </div> </aside><aside id="text-156" class="widget widget_text"> <div class="textwidget"><p><a href="https://radioshabelle.com"><b>Live Rtp Slot Pragmatic</b></a></p> </div> </aside><aside id="text-155" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.marshchristiantrust.org/"><b>slot gacor</b></a></p> </div> </aside><aside id="text-154" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.educacionsinfronteras.org/"><b>demo slot</b></a></p> </div> </aside><aside id="text-153" class="widget widget_text"> <div class="textwidget"><p><a href="https://thesatta.mobi/"><b>judi slot</b></a></p> </div> </aside><aside id="text-152" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.forumonlawcultureandsociety.org/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-151" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.idsa-india.org/"><b>judi slot</b></a></p> </div> </aside><aside id="text-150" class="widget widget_text"> <div class="textwidget"><p><a href="https://nae4ha.com/"><b>RTP live Pragmatic Play</b></a></p> </div> </aside><aside id="text-160" class="widget widget_text"> <div class="textwidget"><p><a href="https://shrturi.com/"><strong>IDN Poker</strong></a></p> </div> </aside><aside id="text-148" class="widget widget_text"> <div class="textwidget"><p><a href="https://slotluarnegeri.com/"><b>slot luar negeri</b></a></p> </div> </aside><aside id="text-147" class="widget widget_text"> <div class="textwidget"><p><a href="https://slotserverluar.com/"><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;slot server luar&quot;}" data-sheets-userformat="{&quot;2&quot;:15233,&quot;3&quot;:{&quot;1&quot;:0},&quot;10&quot;:2,&quot;11&quot;:0,&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:0},&quot;15&quot;:&quot;Calibri, sans-serif&quot;,&quot;16&quot;:11}"><b>slot server luar</b></span></a></p> </div> </aside><aside id="text-146" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.greenstreettavern.net/"><b>slot online </b></a></p> </div> </aside><aside id="text-145" class="widget widget_text"> <div class="textwidget"><p><a href="https://trailer-track.com/"><b>Slot Demo</b></a></p> </div> </aside><aside id="text-144" class="widget widget_text"> <div class="textwidget"><p><a href="https://barsataberna.com/"><b>Sbobet88</b></a></p> </div> </aside><aside id="text-143" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.itacanet.org/"><b>slot online</b></a></p> </div> </aside><aside id="text-142" class="widget widget_text"> <div class="textwidget"><p><a href="https://weirdrussia.com"><strong>Slot Online</strong></a></p> </div> </aside><aside id="text-141" class="widget widget_text"> <div class="textwidget"><p><a href="https://doctors4refugees.org/"><b>rtp slot</b></a></p> </div> </aside><aside id="text-140" class="widget widget_text"> <div class="textwidget"><p><a href="https://blog.nus.edu.sg/celestengyiqi/"><b>Situs togel online terpercaya</b></a></p> </div> </aside><aside id="text-139" class="widget widget_text"> <div class="textwidget"><p><a href="https://pre-mi.upc.edu.pe/"><strong>rajaslot </strong></a></p> </div> </aside><aside id="text-138" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-137" class="widget widget_text"> <div class="textwidget"><p><a href="https://buscalegis.ufsc.br/revistas/lib/pkp/pages/help/dewatogel/"><b>dewatogel</b></a></p> </div> </aside><aside id="text-136" class="widget widget_text"> <div class="textwidget"><p><a href="https://borizjerseys.com/"><strong>IDN Poker</strong></a></p> </div> </aside><aside id="text-135" class="widget widget_text"> <div class="textwidget"><p><a href="https://ops.developeracademy.apps.binus.ac.id/badastream/resources/sv/"><strong>đá gà trực tiếp</strong></a></p> </div> </aside><aside id="text-134" class="widget widget_text"> <div class="textwidget"><p><a href="https://sattamatkamarket.in/"><strong>satta</strong></a></p> </div> </aside><aside id="text-132" class="widget widget_text"> <div class="textwidget"><p><a href="https://ops.developeracademy.apps.binus.ac.id/js/jsscript/"><strong>slot88</strong></a></p> </div> </aside><aside id="text-129" class="widget widget_text"> <div class="textwidget"><p><a href="https://studiobrien.com/"><strong>sbobet</strong></a></p> </div> </aside><aside id="text-128" class="widget widget_text"> <div class="textwidget"><p><a href="https://rayban.me.uk"><strong>virus88</strong></a></p> </div> </aside><aside id="text-127" class="widget widget_text"> <div class="textwidget"><p><a href="https://cdc.poltekpos.ac.id/images/button/gold/index.html"><strong>RTP live </strong></a></p> </div> </aside><aside id="text-126" class="widget widget_text"> <div class="textwidget"><p><a href="https://ediets.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-123" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.ysafe.org/"><strong>keluaran hk</strong></a></p> </div> </aside><aside id="text-130" class="widget widget_text"> <div class="textwidget"><p><a href="https://bada-uk.org/"><strong>nexus slot</strong></a></p> </div> </aside><aside id="text-122" class="widget widget_text"> <div class="textwidget"><p><a href="https://saratogapartnership.org/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-121" class="widget widget_text"> <div class="textwidget"><p><a href="https://montanabrewingcompany.com/slot-gacor.php"><strong>https://montanabrewingcompany.com/slot-gacor.php</strong></a></p> </div> </aside><aside id="text-120" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.traumaticbraininjuryatoz.org/"><strong>Daftar Judi Slot Online</strong></a></p> </div> </aside><aside id="text-119" class="widget widget_text"> <div class="textwidget"><p><a href="https://naturalremedy.com/wp-content/configDFN/9-new-host-domain/"><strong>toto togel</strong></a></p> </div> </aside><aside id="text-118" class="widget widget_text"> <div class="textwidget"><p><a href="https://fibrocell.com/"><strong>raja slot</strong></a></p> </div> </aside><aside id="text-117" class="widget widget_text"> <div class="textwidget"><p><a href="https://borizjerseys.com/"><strong>IDN Poker</strong></a></p> </div> </aside><aside id="text-113" class="widget widget_text"> <div class="textwidget"><p><a href="https://ecanews.org/wp-snapshots/tmp/"><b>situs togel deposit pulsa</b></a></p> </div> </aside><aside id="text-112" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.payitforwardfoundation.org/"><b>situs slot online</b></a></p> </div> </aside><aside id="text-111" class="widget widget_text"> <div class="textwidget"><p><a href="https://159.65.3.28"><strong>autospin88</strong></a></p> </div> </aside><aside id="text-110" class="widget widget_text"> <div class="textwidget"><p><a href="https://prsaccessories.com/wp-content/uploads/2020/11/"><strong>agen togel terpercaya</strong></a></p> </div> </aside><aside id="text-115" class="widget widget_text"> <div class="textwidget"><p><a href="https://manatuscostarica.com/wp-content/uploads/2020/05/"><strong>buku mimpi 100 perak</strong></a></p> </div> </aside><aside id="text-109" class="widget widget_text"> <div class="textwidget"><p><a href="https://calamityjanetheshow.com/"><b>bet88</b></a></p> </div> </aside><aside id="text-114" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://bencana.unimap.edu.my/wp-content/themes/twentytwentytwo/assets/images/">bo togel terpercaya dan resmi</a></strong></p> </div> </aside><aside id="text-116" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.cityacu.net/"><strong>lagunabet </strong></a></p> </div> </aside><aside id="text-107" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.fairnessusa.org/"><b>togel singapore</b></a></p> </div> </aside><aside id="text-105" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.netapps.org/">joker gaming</a></p> </div> </aside><aside id="text-103" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.lamanaichocolate.com/"><b>data hk</b></a></p> </div> </aside><aside id="text-100" class="widget widget_text"> <div class="textwidget"><p><a href="https://connectbuzz.com"><b>https://connectbuzz.com</b></a></p> </div> </aside><aside id="text-101" class="widget widget_text"> <div class="textwidget"><p><a href="https://hopewellacademy.org/"><strong>demo slot</strong></a></p> </div> </aside><aside id="text-99" class="widget widget_text"> <div class="textwidget"><p><a href="https://mpoas.vip/"><b>mpoas</b></a></p> </div> </aside><aside id="text-98" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.tapsandcaps.com/"><b>Judi Bola Online</b></a></p> </div> </aside><aside id="text-97" class="widget widget_text"> <div class="textwidget"><p><a href="https://rockwoodtn.org/"><b>Link gacor</b></a></p> </div> </aside><aside id="text-96" class="widget widget_text"> <div class="textwidget"><p><a href="https://apaie2020.org/"><strong>slot online terpercaya</strong></a></p> </div> </aside><aside id="text-95" class="widget widget_text"> <div class="textwidget"><p><a href="https://beego.me/"><b>situs slot gacor</b></a></p> </div> </aside><aside id="text-94" class="widget widget_text"> <div class="textwidget"><p><a href="https://oakroadsystems.com/"><b>judi slot</b></a></p> </div> </aside><aside id="text-93" class="widget widget_text"> <div class="textwidget"><p><a href="https://innerasiaresearch.org/rtp-live-slot/"><b>rtp slot</b></a></p> </div> </aside><aside id="text-92" class="widget widget_text"> <div class="textwidget"><p><a href="https://autonomous-learning.org/"><strong>demo slot</strong></a></p> </div> </aside><aside id="text-91" class="widget widget_text"> <div class="textwidget"><p><a href="https://blacksattamd.net/satta-king-gali-satta-disawar-satta.php"><strong>satta king</strong></a></p> </div> </aside><aside id="text-90" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.worldanimalfoundation.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-88" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.eatportagehouse.com/"><strong>Situs slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-87" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.onblackheath.com/"><strong>slot </strong></a></p> </div> </aside><aside id="text-85" class="widget widget_text"> <div class="textwidget"><p><a href="https://sugarhousefarmersmarket.org/"><strong>slot88</strong></a></p> </div> </aside><aside id="text-89" class="widget widget_text"> <div class="textwidget"><p><a href="https://kampusyuk.com"><strong>situs judi slot online</strong></a></p> </div> </aside><aside id="text-84" class="widget widget_text"> <div class="textwidget"><p><a href="https://drdo.org/"><strong>slot</strong></a></p> </div> </aside><aside id="text-82" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-81" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.cdemcurriculum.org/"><strong>data sgp</strong></a></p> </div> </aside><aside id="text-79" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.naijatab.com/"><strong>Naija News</strong></a></p> </div> </aside><aside id="text-74" class="widget widget_text"> <div class="textwidget"><p><a href="https://101betvole.com"><strong>gacor138</strong></a></p> </div> </aside><aside id="text-73" class="widget widget_text"> <div class="textwidget"><p><a href="http://comproject.free.fr/courses/JUDI/document/agen-judi-bola-sbobet/"><strong>liga228</strong></a></p> </div> </aside><aside id="text-76" class="widget widget_text"> <div class="textwidget"><p><a href="https://atlanticaxxii.com/"><strong><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;slot88&quot;}" data-sheets-userformat="{&quot;2&quot;:12416,&quot;10&quot;:2,&quot;15&quot;:&quot;Calibri&quot;,&quot;16&quot;:11}">slot88</span></strong></a></p> </div> </aside><aside id="text-78" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.whiterockonline.com"><strong>sbobet</strong></a></p> </div> </aside><aside id="text-72" class="widget widget_text"> <div class="textwidget"><p><a href="https://zonrumahhartanah.com"><strong>slot777</strong></a></p> </div> </aside><aside id="text-77" class="widget widget_text"> <div class="textwidget"><p><a href="https://radar-palembang.com/"><strong>demo slot</strong></a></p> </div> </aside><aside id="text-71" class="widget widget_text"> <div class="textwidget"><p><a href="http://wsaa-taskautomation2.wsaa.illinois.edu/pkv-games-online/"><strong>asiaqq</strong></a></p> </div> </aside><aside id="text-70" class="widget widget_text"> <div class="textwidget"><p><a href="https://umairhaque.com/"><strong>agen slot online</strong></a></p> </div> </aside><aside id="text-69" class="widget widget_text"> <div class="textwidget"><p><a href="https://inspiringfutures.org.uk"><strong>slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-75" class="widget widget_text"> <div class="textwidget"><p><a href="https://qqcuan.id/"><strong>QQCuan</strong></a></p> </div> </aside><aside id="text-68" class="widget widget_text"> <div class="textwidget"><p><a href="https://salutkitchenbar.com/"><strong>situs judi slot online terbaik</strong></a></p> </div> </aside><aside id="text-67" class="widget widget_text"> <div class="textwidget"><p><a href="https://rtplive.xn--tckwe/"><strong>rtp live</strong></a></p> </div> </aside><aside id="text-66" class="widget widget_text"> <div class="textwidget"><p><a href="https://insighteyecarecenter.com/"><strong>togel sgp</strong></a></p> </div> </aside><aside id="text-64" class="widget widget_text"> <div class="textwidget"><p><a href="https://ewordnews.com/"><strong>keluaran hk</strong></a></p> </div> </aside><aside id="text-63" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.regie-maregionsud.com"><strong>Slot Online</strong></a></p> </div> </aside><aside id="text-58" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://body-psyche.com/">slot pragmatic play</a></strong></p> </div> </aside><aside id="text-57" class="widget widget_text"> <div class="textwidget"><p><a href="https://artistsnetwork.org"><strong>Rtp slot</strong></a></p> </div> </aside><aside id="text-61" class="widget widget_text"> <div class="textwidget"><p><b> <a href="https://www.burgerparlor.com"><strong>Toto Hk</strong></a></b></p> </div> </aside><aside id="text-56" class="widget widget_text"> <div class="textwidget"><p><a href="https://igtrcn.org/"><strong>ceme online</strong></a></p> </div> </aside><aside id="text-55" class="widget widget_text"> <div class="textwidget"><p><a href="https://plazadelago.com/"><strong>togel hongkong</strong></a></p> </div> </aside><aside id="text-62" class="widget widget_text"> <div class="textwidget"><p><a href="https://warung168.xn--mk1bu44c/"><strong>Situs judi slot</strong></a></p> </div> </aside><aside id="text-59" class="widget widget_text"> <div class="textwidget"><p><a href="https://master888.web.fc2.com/"><strong>master88</strong></a></p> </div> </aside><aside id="text-54" class="widget widget_text"> <div class="textwidget"><p><strong><a href="https://thinkbeyondthelabel.com">slot88</a></strong></p> </div> </aside><aside id="text-60" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.gsa2021.org/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-53" class="widget widget_text"> <div class="textwidget"><p><a href="https://consumer.huawei.com/es/offer/huawei-store-dia-de-la-madre/"><strong>Regalo Madre</strong></a></p> </div> </aside><aside id="text-52" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.visitwalworthcounty.com/"><strong>judi slot online</strong></a></p> </div> </aside><aside id="text-51" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.themonsterlab.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-50" class="widget widget_text"> <div class="textwidget"><p>slot game thailand <a href="https://pussy888.org/">pussy888.org</a></p> </div> </aside><aside id="text-49" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.speedemy.com/">slot online terpercaya</a></p> </div> </aside><aside id="text-48" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.betgratis.xn--6frz82g/"><strong>betgratis</strong></a></p> </div> </aside><aside id="text-47" class="widget widget_text"> <div class="textwidget"><p><a href="https://golosun.com/link-slot-gacor/"><strong>link slot gacor hari ini</strong></a></p> </div> </aside><aside id="text-45" class="widget widget_text"> <div class="textwidget"><p><a href="http://198.252.106.149/"><strong>slot joker123</strong></a></p> </div> </aside><aside id="text-44" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.milanmuseumguide.com/"><strong>slot online terpercaya</strong></a></p> </div> </aside><aside id="text-43" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.tbltechnerds.com/"><strong>slot gacor</strong></a></p> </div> </aside><aside id="text-42" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.morgancars-usa.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-41" class="widget widget_text"> <div class="textwidget"><p><a href="https://numpangnyc.com/"><strong>slot online</strong></a></p> </div> </aside><aside id="text-40" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.therumormillrestaurant.com/"><strong>keluaran sgp</strong></a></p> </div> </aside><aside id="text-39" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.bjatraining.org">slot online</a></p> </div> </aside><aside id="text-38" class="widget widget_text"> <div class="textwidget"><p><a href="https://shiotogel4d.org/">shio togel</a></p> </div> </aside><aside id="text-37" class="widget widget_text"> <div class="textwidget"><p><a href="https://matkaplay.bet">online matka play</a></p> </div> </aside><aside id="text-36" class="widget widget_text"> <div class="textwidget"><p><a href="https://biobasedworldnews.com">Dunia77</a></p> </div> </aside><aside id="text-35" class="widget widget_text"> <div class="textwidget"><p><a href="https://whatmenshouldsmelllike.com/">slot gacor</a></p> </div> </aside><aside id="text-33" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.resistancemanual.org">Superslot88</a></p> </div> </aside><aside id="text-32" class="widget widget_text"> <div class="textwidget"><p><a href="http://192.64.115.161/~default/">slot online</a></p> </div> </aside><aside id="text-31" class="widget widget_text"> <div class="textwidget"><p><a href="https://slot-gacor.vip/">slot gacor</a></p> </div> </aside><aside id="text-30" class="widget widget_text"> <div class="textwidget"><p><a href="https://matkaplay.bet">online matka</a></p> </div> </aside><aside id="text-29" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.psnpaloalto.com">slot online</a></p> </div> </aside><aside id="text-28" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.troutlet.com/">judi online</a></p> </div> </aside><aside id="text-27" class="widget widget_text"> <div class="textwidget"><p><a href="https://goautoedge.com/">slot88</a></p> </div> </aside><aside id="text-23" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.talkmedianews.com/">slot online</a></p> </div> </aside><aside id="text-26" class="widget widget_text"> <div class="textwidget"><p><a href="https://segwayminipro.com/">judi slot online</a></p> </div> </aside><aside id="text-25" class="widget widget_text"> <div class="textwidget"><p><a href="http://66.29.137.193">bandarqq</a></p> </div> </aside><aside id="text-21" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.hi-netgrampian.org/">slot online</a></p> </div> </aside><aside id="text-20" class="widget widget_text"> <div class="textwidget"><p><a href="http://46.101.38.99/">rolet online</a></p> </div> </aside><aside id="text-18" class="widget widget_text"> <div class="textwidget"><p><a href="http://159.65.197.212/">tangkas</a></p> </div> </aside><aside id="text-17" class="widget widget_text"> <div class="textwidget"><p><a href="http://178.62.239.34/">baccarat</a></p> </div> </aside><aside id="text-16" class="widget widget_text"> <div class="textwidget"><p><a href="https://www.5seasonsbrewing.com/">vipslot77</a></p> </div> </aside><aside id="text-15" class="widget widget_text"> <div class="textwidget"><p><a href="https://eddiesthai.com">togel singapore</a></p> </div> </aside><aside id="text-14" class="widget widget_text"> <div class="textwidget"><p><a href="https://domino99.live/">Aseanqq</a></p> </div> </aside><aside id="text-13" class="widget widget_text"> <div class="textwidget"><p><a href="https://kbcwins.com/">Kbc check online lottery</a></p> </div> </aside><aside id="text-12" class="widget widget_text"> <div class="textwidget"><p><a href="http://199.188.200.115/">situs judi slot online</a></p> </div> </aside><aside id="text-11" class="widget widget_text"> <div class="textwidget"><p><a href="https://asean99online.com/">bandarqq</a></p> </div> </aside><aside id="text-10" class="widget widget_text"> <div class="textwidget"><p><a href="https://kbcheadofficenumber.biz/kbc-head-office-actual-number/">KBC head office number</a></p> </div> </aside><aside id="text-9" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-8" class="widget widget_text"> <div class="textwidget"><p><a href="https://socolive.org/">truc tiep bong da</a></p> </div> </aside><aside id="text-7" class="widget widget_text"> <div class="textwidget"><p><a href="https://144.126.240.225/">situs judi online</a></p> </div> </aside><aside id="text-6" class="widget widget_text"> <div class="textwidget"><p><a href="https://rawdonhistoricalsociety.com/">Poker Online</a></p> </div> </aside><aside id="text-5" class="widget widget_text"> <div class="textwidget"><p><a href="https://humaneleague.com/">situs judi slot online</a></p> </div> </aside><aside id="text-4" class="widget widget_text"> <div class="textwidget"><p><a href="https://jf51668.com" target="_blank" rel="noopener">運彩</a></p> </div> </aside><aside id="text-3" class="widget widget_text"> <div class="textwidget"><p><a href="https://ristr8to.com/">Joker388</a></p> </div> </aside><aside id="text-2" class="widget widget_text"> <div class="textwidget"><ol> <li><a href="https://berkeleylawblogs.org/">mega888</a></li> </ol> </div> </aside><aside id="text-102" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-274" class="widget widget_text"> <div class="textwidget"></div> </aside><aside id="text-300" class="widget widget_text"> <div class="textwidget"></div> </aside> </div><!-- #secondary --> </div><!--#main --> <footer id="colophon" class="clearfix"> <div class="widget-wrap inner-wrap clearfix"> <div class="tg-one-third"> <aside id="text-194" class="widget widget_text"> <div class="textwidget"><p><a href="https://earthdayenergyfast.org/"><b> live draw toto macau</b></a></p> </div> </aside> </div><!-- .tg-one-third --> <div class="tg-one-third"> </div><!-- .tg-one-third --> <div class="tg-one-third tg-one-third-last"> </div><!-- .last --> </div><!-- .widget-wrap --> <div id="site-generator" class="inner-wrap"> <div class="copyright">Copyright &copy; 2024 <a href="https://appfenfa.top/" title="App Fenfa" ><span>App Fenfa</span></a>. All rights reserved. Theme: <a href="https://themegrill.com/themes/esteem" target="_blank" title="Esteem" rel="nofollow"><span>Esteem</span></a> by ThemeGrill. Powered by <a href="https://wordpress.org" target="_blank" title="WordPress"rel="nofollow"><span>WordPress</span></a>.</div> </div><!-- #site-generator --> </footer> <a href="#masthead" id="scroll-up"><i class="icon-angle-up"></i></a> </div> <script type="pmdelayedscript" src="https://appfenfa.top/wp-content/themes/esteem/js/navigation.js?ver=6.4.2" id="esteem-navigation-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" src="https://appfenfa.top/wp-content/themes/esteem/js/skip-link-focus-fix.js?ver=6.4.2" id="esteem-skip-link-focus-fix-js" data-perfmatters-type="text/javascript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="text/javascript" id="perfmatters-lazy-load-js-before"> /* <![CDATA[ */ window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} /* ]]> */ </script> <script type="text/javascript" async src="https://appfenfa.top/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.0.5" id="perfmatters-lazy-load-js"></script> <script type="text/javascript" id="perfmatters-delayed-scripts-js">const pmDelayClick=true;const pmDelayTimer=setTimeout(pmTriggerDOMListener,10*1000);const pmUserInteractions=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],pmDelayedScripts={normal:[],defer:[],async:[]},jQueriesArray=[],pmInterceptedClicks=[];var pmDOMLoaded=!1,pmClickTarget="";function pmTriggerDOMListener(){"undefined"!=typeof pmDelayTimer&&clearTimeout(pmDelayTimer),pmUserInteractions.forEach(function(e){window.removeEventListener(e,pmTriggerDOMListener,{passive:!0})}),document.removeEventListener("visibilitychange",pmTriggerDOMListener),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",pmTriggerDelayedScripts):pmTriggerDelayedScripts()}async function pmTriggerDelayedScripts(){pmDelayEventListeners(),pmDelayJQueryReady(),pmProcessDocumentWrite(),pmSortDelayedScripts(),pmPreloadDelayedScripts(),await pmLoadDelayedScripts(pmDelayedScripts.normal),await pmLoadDelayedScripts(pmDelayedScripts.defer),await pmLoadDelayedScripts(pmDelayedScripts.async),await pmTriggerEventListeners(),document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),pmReplayClicks()}function pmDelayEventListeners(){let e={};function t(t,r){function n(r){return e[t].delayedEvents.indexOf(r)>=0?"perfmatters-"+r:r}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)}),e[t].delayedEvents.push(r)}function r(e,t){let r=e[t];Object.defineProperty(e,t,{get:r||function(){},set:function(r){e["perfmatters"+t]=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}function pmDelayJQueryReady(){let e=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>e,set(t){if(t&&t.fn&&!jQueriesArray.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){pmDOMLoaded?e.bind(document)(t):document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})};let r=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e=(e=(e=e.split(" ")).map(function(e){return"load"===e||0===e.indexOf("load.")?"perfmatters-jquery-load":e})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(function(t){delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},jQueriesArray.push(t)}e=t}})}function pmProcessDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){var r=document.currentScript,n=document.createRange();let a=e.get(r);void 0===a&&(a=r.nextSibling,e.set(r,a));var i=document.createDocumentFragment();n.setStart(i,0),i.appendChild(n.createContextualFragment(t)),r.parentElement.insertBefore(i,a)}}function pmSortDelayedScripts(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){e.hasAttribute("src")?e.hasAttribute("defer")&&!1!==e.defer?pmDelayedScripts.defer.push(e):e.hasAttribute("async")&&!1!==e.async?pmDelayedScripts.async.push(e):pmDelayedScripts.normal.push(e):pmDelayedScripts.normal.push(e)})}function pmPreloadDelayedScripts(){var e=document.createDocumentFragment();[...pmDelayedScripts.normal,...pmDelayedScripts.defer,...pmDelayedScripts.async].forEach(function(t){var r=t.getAttribute("src");if(r){var n=document.createElement("link");n.href=r,n.rel="preload",n.as="script",e.appendChild(n)}}),document.head.appendChild(e)}async function pmLoadDelayedScripts(e){var t=e.shift();return t?(await pmReplaceScript(t),pmLoadDelayedScripts(e)):Promise.resolve()}async function pmReplaceScript(e){return await pmNextFrame(),new Promise(function(t){let r=document.createElement("script");[...e.attributes].forEach(function(e){let t=e.nodeName;"type"!==t&&("data-type"===t&&(t="type"),r.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(r.addEventListener("load",t),r.addEventListener("error",t)):(r.text=e.text,t()),e.parentNode.replaceChild(r,e)})}async function pmTriggerEventListeners(){pmDOMLoaded=!0,await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-readystatechange")),await pmNextFrame(),document.perfmattersonreadystatechange&&document.perfmattersonreadystatechange(),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-load")),await pmNextFrame(),window.perfmattersonload&&window.perfmattersonload(),await pmNextFrame(),jQueriesArray.forEach(function(e){e(window).trigger("perfmatters-jquery-load")});let e=new Event("perfmatters-pageshow");e.persisted=window.pmPersisted,window.dispatchEvent(e),await pmNextFrame(),window.perfmattersonpageshow&&window.perfmattersonpageshow({persisted:window.pmPersisted})}async function pmNextFrame(){return new Promise(function(e){requestAnimationFrame(e)})}function pmClickHandler(e){e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmInterceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}function pmReplayClicks(){window.removeEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.removeEventListener("mousedown",pmTouchStartHandler),pmInterceptedClicks.forEach(e=>{e.target.outerHTML===pmClickTarget&&e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}function pmTouchStartHandler(e){"HTML"!==e.target.tagName&&(pmClickTarget||(pmClickTarget=e.target.outerHTML),window.addEventListener("touchend",pmTouchEndHandler),window.addEventListener("mouseup",pmTouchEndHandler),window.addEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.addEventListener("mousemove",pmTouchMoveHandler),e.target.addEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"onclick","pm-onclick"))}function pmTouchMoveHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler),e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick")}function pmTouchEndHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler)}function pmRenameDOMAttribute(e,t,r){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(r,event.target.getAttribute(t)),event.target.removeAttribute(t))}window.addEventListener("pageshow",e=>{window.pmPersisted=e.persisted}),pmUserInteractions.forEach(function(e){window.addEventListener(e,pmTriggerDOMListener,{passive:!0})}),pmDelayClick&&(window.addEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.addEventListener("mousedown",pmTouchStartHandler)),document.addEventListener("visibilitychange",pmTriggerDOMListener);</script></body> </html>
fineweb
{ "fineweb_metadata": { "text": "Links today are what keywords were several rice — the most popular topic in SEO. Search engines, particularly Google, use link popularity to help evaluate and rank your website. Link SEO agency London popularity refers on the number, quality and relevance of links from other websites to yours.\nThat’s why a Search engine optimisation Optimiser critical in maximising your associated with online rewards. Search Engine Optimisation in it’s simplest form may be the practice of a good tuning web site to achieve the highest possible position on the search results when another person searches for information a new seo search auto.\nMetaphorically speaking, by building high-quality content, you don’t even need a teacher! All you need to do is make sure you obtain the concept right, and the marks occur through by default! It doesn’t matter how many times the exam papers are changed, 2 X 2 will regularly be 4.\nMy dentist is efficient at his profession because she’s both talented and superb. It doesn’t take him long to carry out the math and figure out that web site of hiring an seo firm is substantial. His return on investment would take the lifetime within the client approach rather than the yearly practice. That is, although have to be able to at simply how much revenue litigant would generate over the 7 year average time of a dental client in Toronto in comparison to the revenue generated in 1st year. The seo training is beginning to look good to him.\nThis is they the spiders employed by Yahoo!, Google and etc are being optimized constantly to think like owners. In the past years they might be fooled easily by shady websites who put on a show, but lack genuine content. But now, might ranking pages based on human impulse!\nAs additional contest SEO contests target achieving something. Seo contests are organized as a way to get the most important position looking engines, especially Google.\nMoral of this story is, make sure your stats package could be the best that it can be. I don’t think We are using my old stats package lots of from now on, but I’ll ensure that on as a result of does have some individual visitor tracking capabilities that Google’s version of Urchin currently lacks. Reading your stats regularly could save you cash and time in the long run.", "id": "<urn:uuid:ddda339d-a201-42b6-be28-04c312e326dc>", "dump": "CC-MAIN-2024-10", "url": "https://appfenfa.top/questions-to-ask-when-interested-in-seo-firms/", "date": "2024-02-25T08:22:31", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9476893544197083, "token_count": 480 } }
<urn:uuid:e84563ac-0a56-4ccf-8f09-e28411e2f27b>
<!DOCTYPE html> <html itemscope itemtype="https://schema.org/QAPage" class="html__responsive " lang="en"> <head> <title>Import/Send Gmail and Work Email to iCloud Online? - Ask Different</title> <link rel="shortcut icon" href="https://cdn.sstatic.net/Sites/apple/Img/favicon.ico?v=30f8d738fc74"> <link rel="apple-touch-icon" href="https://cdn.sstatic.net/Sites/apple/Img/apple-touch-icon.png?v=daa7ff1d953e"> <link rel="image_src" href="https://cdn.sstatic.net/Sites/apple/Img/apple-touch-icon.png?v=daa7ff1d953e"> <link rel="search" type="application/opensearchdescription+xml" title="Ask Different" href="/opensearch.xml"> <link rel="canonical" href="https://apple.stackexchange.com/questions/321931/import-send-gmail-and-work-email-to-icloud-online" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0"> <meta property="og:type" content= "website" /> <meta property="og:url" content="https://apple.stackexchange.com/questions/321931/import-send-gmail-and-work-email-to-icloud-online"/> <meta property="og:site_name" content="Ask Different" /> <meta property="og:image" itemprop="image primaryImageOfPage" content="https://cdn.sstatic.net/Sites/apple/Img/apple-touch-icon@2.png?v=b514451ec60c" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:domain" content="apple.stackexchange.com"/> <meta name="twitter:title" property="og:title" itemprop="name" content="Import/Send Gmail and Work Email to iCloud Online?" /> <meta name="twitter:description" property="og:description" itemprop="description" content="SO I am a brand new Apple user. I have multiple email IDs, namely:&#xD;&#xA;gmail.com&#xA;my office email &#xD;&#xA;I want to import my old and new emails (both office and gmail) to iCloud online. I plan to delete my ..." /> <script id="webpack-public-path" type="text/uri-list">https://cdn.sstatic.net/</script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.js"></script> <script defer src="https://cdn.sstatic.net/Js/third-party/npm/@stackoverflow/stacks/dist/js/stacks.min.js?v=d5f780ae3281"></script> <script src="https://cdn.sstatic.net/Js/stub.en.js?v=d1b2dbc97e66"></script> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/stacks.css?v=7dd441f95133"> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Sites/apple/primary.css?v=04311ccd5ad0"> <link rel="alternate" type="application/atom+xml" title="Feed for question &#x27;Import/Send Gmail and Work Email to iCloud Online?&#x27;" href="/feeds/question/321931"> <script> StackExchange.ready(function () { StackExchange.using("postValidation", function () { StackExchange.postValidation.initOnBlurAndSubmit($('#post-form'), 2, 'answer'); }); StackExchange.question.init({showAnswerHelp:true,totalCommentCount:0,shownCommentCount:0,enableTables:true,questionId:321931}); styleCode(); StackExchange.realtime.subscribeToQuestion('118', '321931'); StackExchange.using("gps", function () { StackExchange.gps.trackOutboundClicks('#content', '.js-post-body'); }); }); </script> <link rel="stylesheet" type="text/css" href="https://cdn.sstatic.net/Shared/Channels/channels.css?v=db82e15fc6d3"> <script> StackExchange.ready(function () { StackExchange.realtime.init('wss://qa.sockets.stackexchange.com'); StackExchange.realtime.subscribeToReputationNotifications('118'); StackExchange.realtime.subscribeToTopBarNotifications('118'); }); </script> <script type="application/json" data-role="module-args" data-module-name="Shared/options.mod">{"options":{"locale":"en","serverTime":1708850694,"routeName":"Questions/Show","stackAuthUrl":"https://stackauth.com","networkMetaHostname":"meta.stackexchange.com","site":{"name":"Ask Different","description":"Q\u0026A for power users of Apple hardware and software","isNoticesTabEnabled":true,"enableNewTagCreationWarning":false,"insertSpaceAfterNameTabCompletion":false,"id":118,"cookieDomain":".stackexchange.com","childUrl":"https://apple.meta.stackexchange.com","negativeVoteScoreFloor":null,"enableSocialMediaInSharePopup":true,"protocol":"https"},"user":{"fkey":"c01b0ae704e72a59723b329445bfd7ec741eb124ae1469426c0788fbf9eebea6","tid":"31856943-f06c-4c24-80a1-19857718b0d4","rep":0,"isAnonymous":true,"isAnonymousNetworkWide":true,"ab":{"collectives_survey":{"v":"coso_survey","g":2}}},"realtime":{"newest":true,"active":true,"tagged":true,"staleDisconnectIntervalInHours":0},"events":{"postType":{"question":1},"postEditionSection":{"title":1,"body":2,"tags":3}}}}</script> <script type="application/json" data-role="module-args" data-module-name="Shared/settings.mod">{"settings":{"markdown":{"enableTables":true},"comments":{},"questions":{"enableSavesFeature":true,"maxTitleSize":150,"questionTitleLengthStartLiveWarningChars":50,"enableQuestionTitleLengthLiveWarning":true},"flags":{"allowRetractingFlags":true,"allowRetractingCommentFlags":true},"site":{"stacksEditorPreviewEnabled":true,"forceHttpsImages":true,"allowImageUploads":true,"enableUserHovercards":true,"enableImgurHttps":true,"styleCode":true},"paths":{"jQueryUICSSPath":"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.css","jQueryUIJSPath":"https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"},"tags":{},"snippets":{"renderDomain":"stacksnippets.net"},"mentions":{"maxNumUsersInDropdown":50},"subscriptions":{"defaultBasicMaxTrueUpSeats":250,"defaultMaxTrueUpSeats":1000,"defaultFreemiumMaxTrueUpSeats":50},"search":{},"accounts":{"currentPasswordRequiredForChangingStackIdPassword":true},"userMessaging":{"showNewFeatureNotice":true},"elections":{"opaVoteResultsBaseUrl":"https://www.opavote.com/results/"},"intercom":{"enableJavascriptImplementationFor":true,"hostBaseUrl":"https://stacksnippets.net","appId":"inf0secd"},"legal":{"oneTrustTCFConfigId":"cb0f3c87-b769-4e66-bbaa-377f9194216d","useCustomConsent":false}}}</script> <script>StackExchange.init();</script> <script> StackExchange.using.setCacheBreakers({"Js/adops.en.js":"6da43f5e0a84","Js/ask.en.js":"","Js/begin-edit-event.en.js":"20edbaccceae","Js/copy-transpiled.en.js":"d31dc7eba3bc","Js/events.en.js":"","Js/explore-qlist.en.js":"2b1f34938b8b","Js/full-anon.en.js":"5adec7a87b06","Js/full.en.js":"387d53fc6a48","Js/highlightjs-loader.en.js":"510e2f94c2bf","Js/inline-tag-editing.en.js":"3e8cc64ee9d6","Js/keyboard-shortcuts.en.js":"107c2ac31497","Js/markdown-it-loader.en.js":"5818ef89ff9d","Js/mentions-transpiled.en.js":"d398f7c1afbf","Js/moderator.en.js":"288a6408e5e1","Js/postCollections-transpiled.en.js":"11a255fe9394","Js/post-validation.en.js":"243bf7d290a3","Js/question-editor.en.js":"","Js/review-v2-transpiled.en.js":"d8246fd945d5","Js/revisions.en.js":"47b4d5ac24c9","Js/stacks-editor.en.js":"27d5bb2356fc","Js/tageditor.en.js":"dc13482a67f8","Js/tageditornew.en.js":"b3d2f0187c1a","Js/tagsuggestions.en.js":"bd6ec908f2a7","Js/unlimited-transpiled.en.js":"f26a1d5f3365","Js/wmd.en.js":"102d8a628997"}); StackExchange.using("gps", function() { StackExchange.gps.init(false); }); </script> <noscript id="noscript-css"><style>body,.s-topbar{margin-top:1.9em}</style></noscript> </head> <body class="question-page unified-theme"> <div id="notify-container"></div> <div id="custom-header"></div> <header class="s-topbar ps-fixed t0 l0 js-top-bar"> <div class="s-topbar--container"> <a href="#" class="s-topbar--menu-btn js-left-sidebar-toggle" role="menuitem" aria-haspopup="true" aria-controls="left-sidebar" aria-expanded="false"><span></span></a> <div class="topbar-dialog leftnav-dialog js-leftnav-dialog dno"> <div class="left-sidebar js-unpinned-left-sidebar" data-can-be="left-sidebar" data-is-here-when="sm"></div> </div> <a href="#" class="s-topbar--logo network-logo js-gps-track js-network-logo" data-gps-track="stack_exchange_popup.show" role="menuitem" aria-haspopup="true" aria-controls="topbar-network-logo-dialog" aria-expanded="false"> <svg aria-hidden="true" class="native mtn1 svg-icon iconLogoSEAlternativeSm" width="107" height="15" viewBox="0 0 107 15"><path d="m48.41 11.93-1.96-3.2-1.04 1.16v2.04h-1.42V2.18h1.42v6.01L48.14 5h1.72l-2.44 2.7 2.74 4.22h-1.75Zm-7.06.08c-1.59 0-3.14-.96-3.14-3.56s1.55-3.54 3.14-3.54c.97 0 1.65.27 2.31.97l-.97.93c-.44-.48-.79-.66-1.34-.66s-1 .22-1.3.62c-.31.38-.42.87-.42 1.68 0 .81.1 1.32.41 1.7.3.4.76.62 1.3.62.56 0 .9-.18 1.35-.66l.97.92c-.66.7-1.34.98-2.31.98Zm-5.66-3.15h-1.65c-.83 0-1.26.37-1.26 1s.4.99 1.3.99c.53 0 .93-.04 1.3-.4.22-.2.31-.53.31-1.03v-.56Zm.03 3.07v-.63c-.51.5-1 .71-1.87.71-.87 0-1.46-.2-1.89-.63a2.1 2.1 0 0 1-.55-1.49c0-1.16.82-2 2.42-2h1.86v-.5c0-.87-.44-1.3-1.54-1.3-.77 0-1.15.18-1.54.68l-.92-.86c.66-.77 1.35-1 2.52-1 1.93 0 2.9.8 2.9 2.38v4.64h-1.39Zm-5.9 0c-1.32 0-1.93-.93-1.93-1.93V6.18h-.8V5.1h.8V3h1.41v2.1h1.36v1.07H29.3v3.75c0 .5.25.81.78.81h.58v1.2h-.85Zm-6.33.08c-1.48 0-2.55-.34-3.49-1.28l1-.98c.72.72 1.51.94 2.52.94 1.3 0 2.04-.55 2.04-1.5 0-.42-.13-.78-.39-1.01-.25-.23-.5-.33-1.08-.41l-1.16-.17a3.4 3.4 0 0 1-1.88-.78 2.41 2.41 0 0 1-.72-1.86c0-1.7 1.25-2.86 3.3-2.86 1.3 0 2.22.33 3.07 1.1l-.96.94a2.92 2.92 0 0 0-2.15-.75c-1.16 0-1.8.65-1.8 1.52 0 .35.1.67.37.9.25.22.65.38 1.11.45l1.13.17c.91.13 1.42.35 1.84.72.54.47.8 1.17.8 2 0 1.8-1.48 2.86-3.55 2.86Z" fill="#FEFEFE"/><path d="M104.16 7.09c-.2-.42-.6-.74-1.2-.74s-.99.32-1.18.74c-.1.25-.15.44-.16.75h2.7a2 2 0 0 0-.16-.75Zm-2.54 1.96c0 .9.56 1.57 1.55 1.57.78 0 1.16-.21 1.61-.66l1.08 1.04a3.4 3.4 0 0 1-2.7 1.11c-1.68 0-3.29-.76-3.29-3.62 0-2.3 1.26-3.6 3.1-3.6 1.97 0 3.1 1.44 3.1 3.37v.79h-4.45Zm-5.48-2.57C95.1 6.48 95 7.37 95 8.3c0 .94.1 1.85 1.15 1.85 1.05 0 1.18-.91 1.18-1.85 0-.93-.13-1.82-1.18-1.82Zm-.17 8.22c-1.1 0-1.84-.21-2.58-.92l1.1-1.11c.4.38.8.54 1.4.54 1.06 0 1.43-.74 1.43-1.46v-.72c-.47.51-1 .7-1.7.7-.69 0-1.29-.23-1.68-.62-.67-.66-.73-1.57-.73-2.8 0-1.24.06-2.13.73-2.8.4-.39 1-.62 1.7-.62.75 0 1.24.2 1.73.75v-.67h1.72v6.8c0 1.7-1.21 2.93-3.12 2.93Zm-5.76-2.67V7.76c0-.96-.61-1.28-1.17-1.28-.56 0-1.18.32-1.18 1.28v4.27h-1.78V4.97h1.73v.65a2.44 2.44 0 0 1 1.78-.73c.7 0 1.28.23 1.67.62.58.57.73 1.24.73 2v4.52H90.2Zm-7.1-2.98h-1.4c-.64 0-1 .3-1 .8 0 .49.33.81 1.02.81.5 0 .8-.04 1.12-.34.2-.17.26-.46.26-.89v-.38Zm.04 2.98v-.6c-.48.47-.93.67-1.74.67-.8 0-1.4-.2-1.82-.62-.38-.4-.58-.97-.58-1.59 0-1.12.77-2.05 2.42-2.05h1.68V7.5c0-.77-.38-1.11-1.32-1.11-.68 0-1 .16-1.37.58l-1.13-1.1c.7-.75 1.38-.97 2.57-.97 1.99 0 3.02.84 3.02 2.5v4.64h-1.73Zm-6.93 0v-4.3c0-.94-.6-1.25-1.15-1.25-.56 0-1.15.32-1.15 1.24v4.31h-1.77V2.38h1.77v3.24a2.35 2.35 0 0 1 1.7-.73c1.56 0 2.38 1.08 2.38 2.57v4.57h-1.78Zm-6.96.08c-1.42 0-3.18-.76-3.18-3.62 0-2.85 1.76-3.6 3.18-3.6.98 0 1.72.3 2.34.95l-1.2 1.2c-.36-.4-.68-.56-1.14-.56-.42 0-.75.14-1.01.46-.27.33-.4.8-.4 1.55s.13 1.24.4 1.58c.26.3.59.46 1 .46.47 0 .79-.16 1.15-.56l1.2 1.18c-.62.65-1.36.96-2.34.96Zm-5.53-.08-1.3-2.11-1.3 2.11H59l2.45-3.6-2.35-3.46h2.12L62.42 7l1.21-2.02h2.13L63.4 8.43l2.46 3.6h-2.13Zm-11.75 0V2.06h6.6V3.8h-4.65v2.33h3.96v1.74h-3.96v2.42h4.65v1.74h-6.6Z" fill="#2F96E8"/><path d="M0 3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2H0Z" fill="#8FD8F7"/><path d="M12 10H0c0 1.1.9 2 2 2h5v3l3-3a2 2 0 0 0 2-2Z" fill="#155397"/><path fill="#46A2D9" d="M0 4h12v2H0z"/><path fill="#2D6DB5" d="M0 7h12v2H0z"/></svg> </a> <div class="topbar-dialog network-logo-dialog js-network-logo-dialog dno" id="topbar-network-logo-dialog" role="dialog" aria-labelledby="topbar-network-logo-dialog-title" aria-describedby="topbar-network-logo-dialog-body"> <div class="dialog-content"> <h4 class="bold" id="topbar-network-logo-dialog-title">Stack Exchange Network</h4> <p id="topbar-network-logo-dialog-body"> Stack Exchange network consists of 183 Q&amp;A communities including <a href="https://stackoverflow.com">Stack Overflow</a>, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. </p> <a class="s-btn s-btn__filled" href="https://stackexchange.com" data-gps-track="stack_exchange_popup.click">Visit Stack Exchange</a> <button class="s-btn s-btn__muted p0 ps-absolute t16 r16 js-close-button" aria-label="Close"><svg aria-hidden="true" class="svg-icon iconClear" width="18" height="18" viewBox="0 0 18 18"><path d="M15 4.41 13.59 3 9 7.59 4.41 3 3 4.41 7.59 9 3 13.59 4.41 15 9 10.41 13.59 15 15 13.59 10.41 9 15 4.41Z"/></svg></button> </div> </div> <form id="search" role="search" action=/search class="s-topbar--searchbar js-searchbar " autocomplete="off"> <div class="s-topbar--searchbar--input-group"> <input name="q" type="text" role="combobox" placeholder="Search on Ask Different&#x2026;" value="" autocomplete="off" maxlength="240" class="s-input s-input__search js-search-field " aria-label="Search" aria-controls="top-search" data-controller="s-popover" data-action="focus->s-popover#show" data-s-popover-placement="bottom-start" /> <svg aria-hidden="true" class="s-input-icon s-input-icon__search svg-icon iconSearch" width="18" height="18" viewBox="0 0 18 18"><path d="m18 16.5-5.14-5.18h-.35a7 7 0 1 0-1.19 1.19v.35L16.5 18l1.5-1.5ZM12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Z"/></svg> <div class="s-popover p0 wmx100 wmn4 sm:wmn-initial js-top-search-popover" id="top-search" role="menu"> <div class="s-popover--arrow"></div> <div class="js-spinner p24 d-flex ai-center jc-center d-none"> <div class="s-spinner s-spinner__sm fc-orange-400"> <div class="v-visible-sr">Loading&#x2026;</div> </div> </div> <span class="v-visible-sr js-screen-reader-info"></span> <div class="js-ac-results overflow-y-auto hmx3 d-none"></div> <div class="js-search-hints" aria-describedby="Tips for searching"></div> </div> </div> </form> <nav class="h100 ml-auto overflow-x-auto pr12"> <ol class="s-topbar--content" role="menubar"> <li role="none"> <a href="/help" class="s-topbar--item js-help-button" role="menuitem" title="Help Center and other resources" aria-haspopup="true" aria-controls="topbar-help-dialog" data-ga="[&quot;top navigation&quot;,&quot;help menu click&quot;,null,null,null]"><svg aria-hidden="true" class="svg-icon iconHelp" width="18" height="18" viewBox="0 0 18 18"><path d="M9 1C4.64 1 1 4.64 1 9c0 4.36 3.64 8 8 8 4.36 0 8-3.64 8-8 0-4.36-3.64-8-8-8Zm.81 12.13c-.02.71-.55 1.15-1.24 1.13-.66-.02-1.17-.49-1.15-1.2.02-.72.56-1.18 1.22-1.16.7.03 1.2.51 1.17 1.23ZM11.77 8c-.59.66-1.78 1.09-2.05 1.97a4 4 0 0 0-.09.75c0 .05-.03.16-.18.16H7.88c-.16 0-.18-.1-.18-.15.06-1.35.66-2.2 1.83-2.88.39-.29.7-.75.7-1.24.01-1.24-1.64-1.82-2.35-.72-.21.33-.18.73-.18 1.1H5.75c0-1.97 1.03-3.26 3.03-3.26 1.75 0 3.47.87 3.47 2.83 0 .57-.2 1.05-.48 1.44Z"/></svg></a> </li> <div class="topbar-dialog help-dialog js-help-dialog dno" id="topbar-help-dialog" role="menu"> <div class="modal-content"> <ul> <li> <a href="/tour" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:1 })" data-ga="[&quot;top navigation&quot;,&quot;tour submenu click&quot;,null,null,null]"> Tour <span class="item-summary"> Start here for a quick overview of the site </span> </a> </li> <li> <a href="/help" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:4 })" data-ga="[&quot;top navigation&quot;,&quot;help center&quot;,null,null,null]"> Help Center <span class="item-summary"> Detailed answers to any questions you might have </span> </a> </li> <li> <a href="https://apple.meta.stackexchange.com" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:2 })" data-ga="[&quot;top navigation&quot;,&quot;meta submenu click&quot;,null,null,null]"> Meta <span class="item-summary"> Discuss the workings and policies of this site </span> </a> </li> <li> <a href="https://stackoverflow.co/" class="js-gps-track s-block-link" data-gps-track="help_popup.click({ item_type:6 })" data-ga="[&quot;top navigation&quot;,&quot;about us submenu click&quot;,null,null,null]"> About Us <span class="item-summary"> Learn more about Stack Overflow the company, and our products </span> </a> </li> </ul> </div> </div> <li role="none"> <a href="https://stackexchange.com" class="s-topbar--item js-site-switcher-button js-gps-track" data-gps-track="site_switcher.show" aria-label="Site switcher" role="menuitem" title="A list of all 183 Stack Exchange sites" aria-haspopup="true" aria-expanded="false" data-ga="[&quot;top navigation&quot;,&quot;stack exchange click&quot;,null,null,null]"> <svg aria-hidden="true" class="svg-icon iconStackExchange" width="18" height="18" viewBox="0 0 18 18"><path d="M15 1H3a2 2 0 0 0-2 2v2h16V3a2 2 0 0 0-2-2ZM1 13c0 1.1.9 2 2 2h8v3l3-3h1a2 2 0 0 0 2-2v-2H1v2Zm16-7H1v4h16V6Z"/></svg> </a> </li> <li class="js-topbar-dialog-corral" role="presentation"> <div class="topbar-dialog siteSwitcher-dialog dno" role="menu"> <div class="header fw-wrap"> <h3 class="flex--item"> <a href="https://apple.stackexchange.com">current community</a> </h3> <div class="flex--item fl1"> <div class="ai-center d-flex jc-end"> <button class="js-close-button s-btn s-btn__muted p0 ml8 d-none sm:d-block" type="button" aria-label="Close" > <svg aria-hidden="true" class="svg-icon iconClear" width="18" height="18" viewBox="0 0 18 18"><path d="M15 4.41 13.59 3 9 7.59 4.41 3 3 4.41 7.59 9 3 13.59 4.41 15 9 10.41 13.59 15 15 13.59 10.41 9 15 4.41Z"/></svg> </button> </div> </div> </div> <div class="modal-content bg-blue-200 current-site-container"> <ul class="current-site"> <li class="d-flex"> <div class="fl1"> <a href="https://apple.stackexchange.com" class="current-site-link d-flex gx8 site-link js-gps-track" data-id="118" data-gps-track="site_switcher.click({ item_type:3 })"> <div class="favicon favicon-apple site-icon flex--item" title="Ask Different"></div> <span class="flex--item fl1"> Ask Different </span> </a> </div> <div class="related-links"> <a href="https://apple.stackexchange.com/help" class="js-gps-track" data-gps-track="site_switcher.click({ item_type:14 })">help</a> <a href="https://chat.stackexchange.com?tab=site&amp;host=apple.stackexchange.com" class="js-gps-track" data-gps-track="site_switcher.click({ item_type:6 })">chat</a> </div> </li> <li class="related-site d-flex"> <div class="L-shaped-icon-container"> <span class="L-shaped-icon"></span> </div> <a href="https://apple.meta.stackexchange.com" class="s-block-link px16 d-flex gx8 site-link js-gps-track" data-id="120" data-gps-track="site.switch({ target_site:120, item_type:3 }),site_switcher.click({ item_type:4 })"> <div class="favicon favicon-applemeta site-icon flex--item" title="Ask Different Meta"></div> <span class="flex--item fl1"> Ask Different Meta </span> </a> </li> </ul> </div> <div class="header" id="your-communities-header"> <h3> your communities </h3> </div> <div class="modal-content" id="your-communities-section"> <div class="call-to-login"> <a href="https://apple.stackexchange.com/users/signup?ssrc=site_switcher&amp;returnurl=https%3a%2f%2fapple.stackexchange.com%2fquestions%2f321931%2fimport-send-gmail-and-work-email-to-icloud-online%2f321942" class="login-link js-gps-track" data-gps-track="site_switcher.click({ item_type:10 })">Sign up</a> or <a href="https://apple.stackexchange.com/users/login?ssrc=site_switcher&amp;returnurl=https%3a%2f%2fapple.stackexchange.com%2fquestions%2f321931%2fimport-send-gmail-and-work-email-to-icloud-online%2f321942" class="login-link js-gps-track" data-gps-track="site_switcher.click({ item_type:11 })">log in</a> to customize your list. </div> </div> <div class="header"> <h3><a href="https://stackexchange.com/sites">more stack exchange communities</a> </h3> <a href="https://stackoverflow.blog" class="float-right">company blog</a> </div> <div class="modal-content"> <div class="child-content"></div> </div> </div> </li> <li role="none"><button class="s-topbar--item s-btn s-btn__icon s-btn__muted d-none sm:d-inline-flex js-searchbar-trigger" role="menuitem" aria-label="Search" aria-haspopup="true" aria-controls="search" title="Click to show search"><svg aria-hidden="true" class="svg-icon iconSearch" width="18" height="18" viewBox="0 0 18 18"><path d="m18 16.5-5.14-5.18h-.35a7 7 0 1 0-1.19 1.19v.35L16.5 18l1.5-1.5ZM12 7A5 5 0 1 1 2 7a5 5 0 0 1 10 0Z"/></svg></button></li> <li role="none"> <a href="https://apple.stackexchange.com/users/login?ssrc=head&returnurl=https%3a%2f%2fapple.stackexchange.com%2fquestions%2f321931%2fimport-send-gmail-and-work-email-to-icloud-online%2f321942" class="s-topbar--item s-topbar--item__unset s-btn s-btn__outlined ws-nowrap js-gps-track" role="menuitem" rel="nofollow" data-gps-track="login.click" data-ga="[&quot;top navigation&quot;,&quot;login button click&quot;,null,null,null]">Log in</a> </li> <li role="none"><a href="https://apple.stackexchange.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fapple.stackexchange.com%2fquestions%2f321931%2fimport-send-gmail-and-work-email-to-icloud-online%2f321942" class="s-topbar--item s-topbar--item__unset ml4 s-btn s-btn__filled ws-nowrap" role="menuitem" rel="nofollow" data-ga="[&quot;sign up&quot;,&quot;Sign Up Navigation&quot;,&quot;Header&quot;,null,null]">Sign up</a></li> </ol> </nav> </div> </header> <script> StackExchange.ready(function () { StackExchange.topbar.init(); }); StackExchange.scrollPadding.setPaddingTop(50, 10); </script> <div id="top-hero-div" class=""> </div> <header class="site-header"> <div class="site-header--container jc-space-between sm:fd-column sm:pt8 sm:pb8"> <a class="site-header--link d-flex ai-center fs-headline1 fw-bold sm:mb8" href="https://apple.stackexchange.com"> <img class="h-auto wmx100" src="https://cdn.sstatic.net/Sites/apple/Img/logo.svg?v=3dfcc68bd7ee" alt="Ask Different"> </a> <div class="d-flex ai-center gsx gs8"> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-sspon" class="everyonelovesstackoverflow my4"></div> </div> </div> </div> </header> <div class="container"> <div id="left-sidebar" data-is-here-when="md lg" class="left-sidebar js-pinned-left-sidebar ps-relative"> <div class="left-sidebar--sticky-container js-sticky-leftnav"> <nav role="navigation"> <ol class="nav-links"> <li> <ol class="nav-links"> <li class="ps-relative" aria-current="false"> <a href="/" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:8, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconHome" width="18" height="18" viewBox="0 0 18 18"><path d="M15 10v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5H0l9-9 9 9h-3Zm-8 1v6h4v-6H7Z"/></svg> <span class="-link--channel-name pl6">Home</span> </div> </a> </li> <li class="ps-relative youarehere" aria-current="true"> <a id="nav-questions" href="/questions" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: true, location:2, destination:1, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconQuestion" width="18" height="18" viewBox="0 0 18 18"><path d="m4 15-3 3V4c0-1.1.9-2 2-2h12c1.09 0 2 .91 2 2v9c0 1.09-.91 2-2 2H4Zm7.75-3.97c.72-.83.98-1.86.98-2.94 0-1.65-.7-3.22-2.3-3.83a4.41 4.41 0 0 0-3.02 0 3.8 3.8 0 0 0-2.32 3.83c0 1.29.35 2.29 1.03 3a3.8 3.8 0 0 0 2.85 1.07c.62 0 1.2-.11 1.71-.34.65.44 1 .68 1.06.7.23.13.46.23.7.3l.59-1.13a5.2 5.2 0 0 1-1.28-.66Zm-1.27-.9a5.4 5.4 0 0 0-1.5-.8l-.45.9c.33.12.66.29.98.5-.2.07-.42.11-.65.11-.61 0-1.12-.23-1.52-.68-.86-1-.86-3.12 0-4.11.8-.9 2.35-.9 3.15 0 .9 1.01.86 3.03-.01 4.08Z"/></svg> <span class="-link--channel-name pl6">Questions</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a href="/tags" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:2, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconTags" width="18" height="18" viewBox="0 0 18 18"><path d="M9.24 1a3 3 0 0 0-2.12.88l-5.7 5.7a2 2 0 0 0-.38 2.31 3 3 0 0 1 .67-1.01l6-6A3 3 0 0 1 9.83 2H14a3 3 0 0 1 .79.1A2 2 0 0 0 13 1H9.24Z" opacity=".4"/><path d="M9.83 3a2 2 0 0 0-1.42.59l-6 6a2 2 0 0 0 0 2.82L6.6 16.6a2 2 0 0 0 2.82 0l6-6A2 2 0 0 0 16 9.17V5a2 2 0 0 0-2-2H9.83ZM12 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/></svg> <span class="-link--channel-name pl6">Tags</span> </div> </a> </li> <li class="pb24"></li> <li class="ps-relative" aria-current="false"> <a id="nav-users" href="/users" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:3, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconPeople" width="18" height="18" viewBox="0 0 18 18"><path d="M17 14c0 .44-.45 1-1 1H9a1 1 0 0 1-1-1H2c-.54 0-1-.56-1-1 0-2.63 3-4 3-4s.23-.4 0-1c-.84-.62-1.06-.59-1-3 .06-2.42 1.37-3 2.5-3s2.44.58 2.5 3c.06 2.41-.16 2.38-1 3-.23.59 0 1 0 1s1.55.71 2.42 2.09c.78-.72 1.58-1.1 1.58-1.1s.23-.4 0-1c-.84-.61-1.06-.58-1-3 .06-2.41 1.37-3 2.5-3s2.44.59 2.5 3c.05 2.42-.16 2.39-1 3-.23.6 0 1 0 1s3 1.38 3 4Z"/></svg> <span class="-link--channel-name pl6">Users</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a id="nav-companies" href="https://stackoverflow.com/jobs/companies?so_medium=apple&amp;so_source=SiteNav" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:12, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconBriefcase" width="18" height="18" viewBox="0 0 18 18"><path d="M5 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h1V4Zm7 0H6v1h6V4Z"/></svg> <span class="-link--channel-name pl6">Companies</span> </div> </a> </li> <li class="ps-relative" aria-current="false"> <a id="nav-unanswered" href="/unanswered" class="s-block-link pl8 js-gps-track nav-links--link -link__with-icon" data-gps-track="top_nav.click({is_current: false, location:2, destination:5, has_activity_notification:False})" aria-controls="" data-controller="" data-s-popover-placement="right" aria-current="false" data-s-popover-auto-show="true" data-s-popover-hide-on-outside-click="never" > <div class="d-flex ai-center"> <svg aria-hidden="true" class="svg-icon iconAnswer" width="18" height="18" viewBox="0 0 18 18"><path d="M14 15H3c-1.09 0-2-.91-2-2V4c0-1.1.9-2 2-2h12c1.09 0 2 .91 2 2v14l-3-3Zm-1.02-3L9.82 4H8.14l-3.06 8h1.68l.65-1.79h3.15l.69 1.79h1.73Zm-2.93-3.12H7.9l1.06-2.92 1.09 2.92Z"/></svg> <span class="-link--channel-name pl6">Unanswered</span> </div> </a> </li> </ol> </li> <li class="js-freemium-cta ps-relative"> <div class="fs-fine tt-uppercase fc-black-600 fw-bold ml8 mt16 mb8">Teams</div> <div class="bt bl bb bc-black-200 p12 pb6 fc-black-500 blr-sm overflow-hidden"> <strong class="fc-black-600 mb6">Stack Overflow for Teams</strong> – Start collaborating and sharing organizational knowledge. <img class="wmx100 mx-auto my8 h-auto d-block" width="139" height="114" src="https://cdn.sstatic.net/Img/teams/teams-illo-free-sidebar-promo.svg?v=47faa659a05e" alt=""> <a href="https://try.stackoverflow.co/why-teams/?utm_source=so-owned&amp;utm_medium=side-bar&amp;utm_campaign=campaign-38&amp;utm_content=cta" class="w100 s-btn s-btn__filled s-btn__xs bg-orange-400 js-gps-track" data-gps-track="teams.create.left-sidenav.click({ Action: 6 })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav free cta&quot;,&quot;stackoverflow.com/teams/create/free&quot;,null,null]">Create a free Team</a> <a href="https://stackoverflow.co/teams/" class="w100 s-btn s-btn__muted s-btn__xs js-gps-track" data-gps-track="teams.create.left-sidenav.click({ Action: 5 })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav free cta&quot;,&quot;stackoverflow.com/teams&quot;,null,null]">Why Teams?</a> </div> </li> <li class="d-flex ai-center jc-space-between ml8 mt32 mb8 js-create-team-cta d-none"> <a href="javascript:void(0)" class="s-link d-flex fl-grow1 fc-black-400 h:fc-black-600 fs-fine js-gps-track" role="button" aria-controls="popover-teams-create-cta" data-controller="s-popover" data-action="s-popover#toggle" data-s-popover-placement="bottom-start" data-s-popover-toggle-class="is-selected" data-gps-track="teams.create.left-sidenav.click({ Action: ShowInfo })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav show teams info&quot;,null,null,null]" > <div class="flex--item fl-grow1 fc-black-600 fw-bold tt-uppercase">Teams</div> <div class="flex--item px12"> <svg aria-hidden="true" class="svg-icon iconPlusSm" width="14" height="14" viewBox="0 0 14 14"><path d="M8 2H6v4H2v2h4v4h2V8h4V6H8V2Z"/></svg> </div> </a> </li> <li class="ps-relative js-create-team-cta d-none"> <a href="https://stackoverflowteams.com/teams/create/free/?utm_source=so-owned&amp;utm_medium=side-bar&amp;utm_campaign=campaign-38&amp;utm_content=cta" class="s-block-link pl8 js-gps-track nav-links--link" title="Stack Overflow for Teams is a private, secure spot for your organization's questions and answers." data-gps-track="teams.create.left-sidenav.click({ Action: FreemiumTeamsCreateClick })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav team click&quot;,&quot;stackoverflow.com/teams/create/free&quot;,null,null]"> <div class="d-flex ai-center"> <div class="flex--item s-avatar va-middle bg-orange-400"> <div class="s-avatar--letter mtn1"> <svg aria-hidden="true" class="svg-icon iconBriefcaseSm" width="14" height="14" viewBox="0 0 14 14"><path d="M4 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h.5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 0 1 2 10.5v-5C2 4.67 2.67 4 3.5 4H4V3Zm5 1V3H5v1h4Z"/></svg> </div> <svg aria-hidden="true" class="native s-avatar--badge svg-icon iconShieldXSm" width="9" height="10" viewBox="0 0 9 10"><path fill="var(--white)" d="M0 1.84 4.5 0 9 1.84v3.17C9 7.53 6.3 10 4.5 10 2.7 10 0 7.53 0 5.01V1.84Z"/><path fill="var(--black-400)" d="M1 2.5 4.5 1 8 2.5v2.51C8 7.34 5.34 9 4.5 9 3.65 9 1 7.34 1 5.01V2.5Zm2.98 3.02L3.2 7h2.6l-.78-1.48a.4.4 0 0 1 .15-.38c.34-.24.73-.7.73-1.14 0-.71-.5-1.23-1.41-1.23-.92 0-1.39.52-1.39 1.23 0 .44.4.9.73 1.14.12.08.18.23.15.38Z"/></svg> </div> <div class="flex--item pl6"> Create free Team </div> </div> </a> </li> </ol> </nav> </div> <div class="s-popover ws2" id="popover-teams-create-cta" role="menu" aria-hidden="true"> <div class="s-popover--arrow"></div> <div class="ps-relative overflow-hidden"> <p class="mb2"><strong>Teams</strong></p> <p class="mb12 fs-caption fc-black-400">Q&amp;A for work</p> <p class="mb12 fs-caption fc-black-500">Connect and share knowledge within a single location that is structured and easy to search.</p> <a href="https://stackoverflow.co/teams/" class="js-gps-track s-btn s-btn__filled s-btn__xs" data-gps-track="teams.create.left-sidenav.click({ Action: CtaClick })" data-ga="[&quot;teams left navigation - anonymous&quot;,&quot;left nav cta&quot;,&quot;stackoverflow.com/teams&quot;,null,null]"> Learn more about Teams </a> </div> <div class="ps-absolute t8 r8"> <svg aria-hidden="true" class="fc-orange-400 svg-spot spotPeople" width="48" height="48" viewBox="0 0 48 48"><path d="M13.5 28a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9ZM7 30a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v5h11v-5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10a2 2 0 0 1-2 2H33v5a1 1 0 0 1-1 1H20a1 1 0 0 1-1-1v-5H8a1 1 0 0 1-1-1V30Zm25-6.5a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0ZM24.5 34a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z" opacity=".2"/><path d="M16.4 26.08A6 6 0 1 0 7.53 26C5.64 26.06 4 27.52 4 29.45V40a1 1 0 0 0 1 1h9a1 1 0 1 0 0-2h-4v-7a1 1 0 1 0-2 0v7H6v-9.55c0-.73.67-1.45 1.64-1.45H16a1 1 0 0 0 .4-1.92ZM12 18a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm16.47 14a6 6 0 1 0-8.94 0A3.6 3.6 0 0 0 16 35.5V46a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V35.5c0-1.94-1.64-3.42-3.53-3.5ZM20 28a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm-.3 6h8.6c1 0 1.7.75 1.7 1.5V45h-2v-7a1 1 0 1 0-2 0v7h-4v-7a1 1 0 1 0-2 0v7h-2v-9.5c0-.75.7-1.5 1.7-1.5ZM42 22c0 1.54-.58 2.94-1.53 4A3.5 3.5 0 0 1 44 29.45V40a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h4v-7a1 1 0 1 1 2 0v7h2v-9.55A1.5 1.5 0 0 0 40.48 28H32a1 1 0 0 1-.4-1.92A6 6 0 1 1 42 22Zm-2 0a4 4 0 1 0-8 0 4 4 0 0 0 8 0Z"/><g opacity=".35"><path d="M17 10a1 1 0 011-1h12a1 1 0 110 2H18a1 1 0 01-1-1Zm1-5a1 1 0 100 2h12a1 1 0 100-2H18ZM14 1a1 1 0 00-1 1v12a1 1 0 001 1h5.09l4.2 4.2a1 1 0 001.46-.04l3.7-4.16H34a1 1 0 001-1V2a1 1 0 00-1-1H14Zm1 12V3h18v10h-5a1 1 0 00-.75.34l-3.3 3.7-3.74-3.75a1 1 0 00-.71-.29H15Z"/></g></svg> </div> </div> </div> <div id="content" class=""> <div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question"> <link itemprop="image" href="https://cdn.sstatic.net/Sites/apple/Img/apple-touch-icon.png?v=daa7ff1d953e"> <div class="inner-content clearfix"> <div id="question-header" class="d-flex sm:fd-column"> <h1 itemprop="name" class="fs-headline1 ow-break-word mb8 flex--item fl1"><a href="/questions/321931/import-send-gmail-and-work-email-to-icloud-online" class="question-hyperlink">Import/Send Gmail and Work Email to iCloud Online?</a></h1> <div class="ml12 aside-cta flex--item print:d-none sm:ml0 sm:mb12 sm:order-first sm:as-end"> <a href="/questions/ask" class="ws-nowrap s-btn s-btn__filled"> Ask Question </a> </div> </div> <div class="d-flex fw-wrap pb8 mb16 bb bc-black-200"> <div class="flex--item ws-nowrap mr16 mb8" title="2018-04-09 10:23:10Z"> <span class="fc-black-400 mr2">Asked</span> <time itemprop="dateCreated" datetime="2018-04-09T10:23:10">5 years, 10 months ago</time> </div> <div class="flex--item ws-nowrap mr16 mb8"> <span class="fc-black-400 mr2">Modified</span> <a href="?lastactivity" class="s-link s-link__inherit" title="2018-04-09 11:56:16Z">5 years, 10 months ago</a> </div> <div class="flex--item ws-nowrap mb8" title="Viewed 69 times"> <span class="fc-black-400 mr2">Viewed</span> 69 times </div> </div> <div id="mainbar" role="main" aria-label="question and answers"> <div class="question js-question" data-questionid="321931" data-position-on-page="0" data-score="1" id="question"> <style> </style> <div class="js-zone-container zone-container-main"> <div id="dfp-tlb" class="everyonelovesstackoverflow everyoneloves__top-leaderboard everyoneloves__leaderboard"></div> <div class="js-report-ad-button-container " style="width: 728px"></div> </div> <div class="post-layout "> <div class="votecell post-layout--left"> <div class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-300" data-post-id="321931" data-referrer="None"> <button class="js-vote-up-btn flex--item s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This question shows research effort; it is useful and clear" aria-pressed="false" aria-label="Up vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowUp" width="18" height="18" viewBox="0 0 18 18"><path d="M1 12h16L9 4l-8 8Z"/></svg> </button> <div class="js-vote-count flex--item d-flex fd-column ai-center fc-theme-body-font fw-bold fs-subheading py4" itemprop="upvoteCount" data-value="1"> 1 </div> <button class="js-vote-down-btn flex--item mb8 s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This question does not show any research effort; it is unclear or not useful" aria-pressed="false" aria-label="Down vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowDown" width="18" height="18" viewBox="0 0 18 18"><path d="M1 6h16l-8 8-8-8Z"/></svg> </button> <button class="js-saves-btn s-btn s-btn__unset c-pointer py4" type="button" id="saves-btn-321931" data-controller="s-tooltip" data-s-tooltip-placement="right" data-s-popover-placement="" title="Save this question." aria-pressed="false" data-post-id="321931" data-post-type-id="1" data-user-privilege-for-post-click="0" aria-controls="" data-s-popover-auto-show="false" > <svg aria-hidden="true" class="fc-theme-primary-400 js-saves-btn-selected d-none svg-icon iconBookmark" width="18" height="18" viewBox="0 0 18 18"><path d="M3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> <svg aria-hidden="true" class="js-saves-btn-unselected svg-icon iconBookmarkAlt" width="18" height="18" viewBox="0 0 18 18"><path d="m9 10.6 4 2.66V3H5v10.26l4-2.66ZM3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> </button> <a class="js-post-issue flex--item s-btn s-btn__unset c-pointer py6 mx-auto" href="/posts/321931/timeline" data-shortcut="T" data-ks-title="timeline" data-controller="s-tooltip" data-s-tooltip-placement="right" title="Show activity on this post." aria-label="Timeline"><svg aria-hidden="true" class="mln2 mr0 svg-icon iconHistory" width="19" height="18" viewBox="0 0 19 18"><path d="M3 9a8 8 0 1 1 3.73 6.77L8.2 14.3A6 6 0 1 0 5 9l3.01-.01-4 4-4-4h3L3 9Zm7-4h1.01L11 9.36l3.22 2.1-.6.93L10 10V5Z"/></svg></a> </div> </div> <div class="postcell post-layout--right"> <div class="s-prose js-post-body" itemprop="text"> <p>SO I am a brand new Apple user. I have multiple email IDs, namely:</p> <ol> <li>gmail.com</li> <li>my office email </li> </ol> <p>I want to import my old and new emails (both office and gmail) to iCloud online. I plan to delete my gmail after that and I want to send my office emails from iCloud (preferably web interface) (as in <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8ae7f3e4ebe7efcae7f3e5ecece3e9efa4e9e5e7">[email&#160;protected]</a> and not @iCloud.com).</p> <p>My concern is I have way too much mail to clutter my Mac and I would just be happy to store the mails online and have access to them through the iCloud online mail interface (that is ultimately making iCloud my onestop goto for all my emails).</p> <p>Is that possible? If not what are my options?</p> <p>Thanks.</p> </div> <div class="mt24 mb12"> <div class="post-taglist d-flex gs4 gsy fd-column"> <div class="d-flex ps-relative fw-wrap"> <ul class='ml0 list-ls-none js-post-tag-list-wrapper d-inline'><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/icloud" class="post-tag" title="show questions tagged &#39;icloud&#39;" aria-label="show questions tagged &#39;icloud&#39;" rel="tag" aria-labelledby="tag-icloud-tooltip-container">icloud</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/email" class="post-tag" title="show questions tagged &#39;email&#39;" aria-label="show questions tagged &#39;email&#39;" rel="tag" aria-labelledby="tag-email-tooltip-container">email</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/gmail" class="post-tag" title="show questions tagged &#39;gmail&#39;" aria-label="show questions tagged &#39;gmail&#39;" rel="tag" aria-labelledby="tag-gmail-tooltip-container">gmail</a></li></ul> </div> </div> </div> <div class="mb0 "> <div class="mt16 d-flex gs8 gsy fw-wrap jc-end ai-start pt4 mb16"> <div class="flex--item mr16 fl1 w96"> <div class="js-post-menu pt2" data-post-id="321931" data-post-type-id="1"> <div class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"> <div class="flex--item"> <a href="/q/321931" rel="nofollow" itemprop="url" class="js-share-link js-gps-track" title="Short permalink to this question" data-gps-track="post.click({ item: 2, priv: 0, post_type: 1 })" data-controller="se-share-sheet" data-se-share-sheet-title="Share a link to this question" data-se-share-sheet-subtitle="" data-se-share-sheet-post-type="question" data-se-share-sheet-social="facebook twitter " data-se-share-sheet-location="1" data-se-share-sheet-license-url="https%3a%2f%2fcreativecommons.org%2flicenses%2fby-sa%2f3.0%2f" data-se-share-sheet-license-name="CC BY-SA 3.0" data-s-popover-placement="bottom-start">Share</a> </div> <div class="flex--item"> <a href="/posts/321931/edit" class="js-suggest-edit-post js-gps-track" data-gps-track="post.click({ item: 6, priv: 0, post_type: 1 })" title="">Improve this question</a> </div> <div class="flex--item"> <button type="button" id="btnFollowPost-321931" class="s-btn s-btn__link js-follow-post js-follow-question js-gps-track" data-gps-track="post.click({ item: 14, priv: 0, post_type: 1 })" data-controller="s-tooltip " data-s-tooltip-placement="bottom" data-s-popover-placement="bottom" aria-controls="" title="Follow this question to receive notifications"> Follow </button> </div> </div> <div class="js-menu-popup-container"></div> </div> </div> <div class="post-signature owner flex--item"> <div class="user-info "> <div class="d-flex "> <div class="user-action-time fl-grow1"> asked <span title='2018-04-09 10:23:10Z' class='relativetime'>Apr 9, 2018 at 10:23</span> </div> </div> <div class="user-gravatar32"> <a href="/users/190380/jishan"><div class="gravatar-wrapper-32"><img src="https://i.stack.imgur.com/oArrE.jpg?s=64&amp;g=1" alt="Jishan&#39;s user avatar" width="32" height="32" class="bar-sm"></div></a> </div> <div class="user-details" itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/users/190380/jishan">Jishan</a><span class="d-none" itemprop="name">Jishan</span> <div class="-flair"> <span class="reputation-score" title="reputation score " dir="ltr">139</span><span title="5 bronze badges" aria-hidden="true"><span class="badge3"></span><span class="badgecount">5</span></span><span class="v-visible-sr">5 bronze badges</span> </div> </div> </div> </div> </div> </div> </div> <span class="d-none" itemprop="commentCount"></span> <div class="post-layout--right js-post-comments-component"> <div id="comments-321931" class="comments js-comments-container bt bc-black-200 mt12 dno" data-post-id="321931" data-min-length="15"> <ul class="comments-list js-comments-list" data-remaining-comments-count="0" data-canpost="false" data-cansee="true" data-comments-unavailable="false" data-addlink-disabled="true"> </ul> </div> <div id="comments-link-321931" data-rep=50 data-anon=true> <a class="js-add-link comments-link disabled-link" title="Use comments to ask for more information or suggest improvements. Avoid answering questions in comments." href="#" role="button">Add a comment</a> <span class="js-link-separator dno">&nbsp;|&nbsp;</span> <a class="js-show-link comments-link dno" title="Expand to show all comments on this post" href=# onclick="" role="button"></a> </div> </div> </div> </div> <div id="answers"> <a name="tab-top"></a> <div id="answers-header"> <div class="answers-subheader d-flex ai-center mb8"> <div class="flex--item fl1"> <h2 class="mb0" data-answercount="1"> 1 Answer <span style="display:none;" itemprop="answerCount">1</span> </h2> </div> <div class="flex--item"> <div class="d-flex g4 gsx ai-center sm:fd-column sm:ai-start"> <div class="d-flex fd-column ai-end sm:ai-start"> <label class="flex--item fs-caption" for="answer-sort-dropdown-select-menu"> Sorted by: </label> <a class="js-sort-preference-change s-link flex--item fs-fine d-none" data-value="ScoreDesc" href="/questions/321931/import-send-gmail-and-work-email-to-icloud-online?answertab=scoredesc#tab-top" > Reset to default </a> </div> <div class="flex--item s-select"> <select id="answer-sort-dropdown-select-menu"> <option value=scoredesc selected=selected > Highest score (default) </option> <option value=modifieddesc > Date modified (newest first) </option> <option value=createdasc > Date created (oldest first) </option> </select> </div> </div> </div> </div> </div> <a name="321942"></a> <div id="answer-321942" class="answer js-answer accepted-answer js-accepted-answer" data-answerid="321942" data-parentid="321931" data-score="2" data-position-on-page="1" data-highest-scored="1" data-question-has-accepted-highest-score="1" itemprop="acceptedAnswer" itemscope itemtype="https://schema.org/Answer"> <div class="post-layout"> <div class="votecell post-layout--left"> <div class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-300" data-post-id="321942" data-referrer="None"> <button class="js-vote-up-btn flex--item s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This answer is useful" aria-pressed="false" aria-label="Up vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowUp" width="18" height="18" viewBox="0 0 18 18"><path d="M1 12h16L9 4l-8 8Z"/></svg> </button> <div class="js-vote-count flex--item d-flex fd-column ai-center fc-theme-body-font fw-bold fs-subheading py4" itemprop="upvoteCount" data-value="2"> 2 </div> <button class="js-vote-down-btn flex--item mb8 s-btn ba bar-pill c-pointer as-center bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050" data-controller="s-tooltip" data-s-tooltip-placement="right" title="This answer is not useful" aria-pressed="false" aria-label="Down vote" data-selected-classes="fc-theme-primary bc-theme-primary bg-theme-primary-100" data-unselected-classes="bc-black-225 fc-black-500 h:bg-theme-primary-200 h:fc-black-500 f:fc-black-050"> <svg aria-hidden="true" class="svg-icon iconArrowDown" width="18" height="18" viewBox="0 0 18 18"><path d="M1 6h16l-8 8-8-8Z"/></svg> </button> <button class="js-saves-btn s-btn s-btn__unset c-pointer py4" type="button" id="saves-btn-321942" data-controller="s-tooltip" data-s-tooltip-placement="right" data-s-popover-placement="" title="Save this answer." aria-pressed="false" data-post-id="321942" data-post-type-id="2" data-user-privilege-for-post-click="0" aria-controls="" data-s-popover-auto-show="false" > <svg aria-hidden="true" class="fc-theme-primary-400 js-saves-btn-selected d-none svg-icon iconBookmark" width="18" height="18" viewBox="0 0 18 18"><path d="M3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> <svg aria-hidden="true" class="js-saves-btn-unselected svg-icon iconBookmarkAlt" width="18" height="18" viewBox="0 0 18 18"><path d="m9 10.6 4 2.66V3H5v10.26l4-2.66ZM3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v14l-6-4-6 4Z"/></svg> </button> <div class="js-accepted-answer-indicator flex--item fc-green-400 py6 mtn8" data-s-tooltip-placement="right" title="Loading when this answer was accepted&#x2026;" tabindex="0" role="note" aria-label="Accepted"> <div class="ta-center"> <svg aria-hidden="true" class="svg-icon iconCheckmarkLg" width="36" height="36" viewBox="0 0 36 36"><path d="m6 14 8 8L30 6v8L14 30l-8-8v-8Z"/></svg> </div> </div> <a class="js-post-issue flex--item s-btn s-btn__unset c-pointer py6 mx-auto" href="/posts/321942/timeline" data-shortcut="T" data-ks-title="timeline" data-controller="s-tooltip" data-s-tooltip-placement="right" title="Show activity on this post." aria-label="Timeline"><svg aria-hidden="true" class="mln2 mr0 svg-icon iconHistory" width="19" height="18" viewBox="0 0 19 18"><path d="M3 9a8 8 0 1 1 3.73 6.77L8.2 14.3A6 6 0 1 0 5 9l3.01-.01-4 4-4-4h3L3 9Zm7-4h1.01L11 9.36l3.22 2.1-.6.93L10 10V5Z"/></svg></a> </div> </div> <div class="answercell post-layout--right"> <div class="s-prose js-post-body" itemprop="text"> <p>That's possible! The Mail app is great for keeping track of more than one email account and also has rule features, so if you're worried about clutter, you can set them to automatically get deleted. macOS also automatically clears space (if you allow it, Apple Logo up the top -> About This Mac -> Storage) after time.</p> </div> <div class="mt24"> <div class="d-flex fw-wrap ai-start jc-end gs8 gsy"> <time itemprop="dateCreated" datetime="2018-04-09T11:56:16"></time> <div class="flex--item mr16" style="flex: 1 1 100px;"> <div class="js-post-menu pt2" data-post-id="321942" data-post-type-id="2"> <div class="d-flex gs8 s-anchors s-anchors__muted fw-wrap"> <div class="flex--item"> <a href="/a/321942" rel="nofollow" itemprop="url" class="js-share-link js-gps-track" title="Short permalink to this answer" data-gps-track="post.click({ item: 2, priv: 0, post_type: 2 })" data-controller="se-share-sheet" data-se-share-sheet-title="Share a link to this answer" data-se-share-sheet-subtitle="" data-se-share-sheet-post-type="answer" data-se-share-sheet-social="facebook twitter " data-se-share-sheet-location="2" data-se-share-sheet-license-url="https%3a%2f%2fcreativecommons.org%2flicenses%2fby-sa%2f3.0%2f" data-se-share-sheet-license-name="CC BY-SA 3.0" data-s-popover-placement="bottom-start">Share</a> </div> <div class="flex--item"> <a href="/posts/321942/edit" class="js-suggest-edit-post js-gps-track" data-gps-track="post.click({ item: 6, priv: 0, post_type: 2 })" title="">Improve this answer</a> </div> <div class="flex--item"> <button type="button" id="btnFollowPost-321942" class="s-btn s-btn__link js-follow-post js-follow-answer js-gps-track" data-gps-track="post.click({ item: 14, priv: 0, post_type: 2 })" data-controller="s-tooltip " data-s-tooltip-placement="bottom" data-s-popover-placement="bottom" aria-controls="" title="Follow this answer to receive notifications"> Follow </button> </div> </div> <div class="js-menu-popup-container"></div> </div> </div> <div class="post-signature flex--item fl0"> <div class="user-info "> <div class="d-flex "> <div class="user-action-time fl-grow1"> answered <span title='2018-04-09 11:56:16Z' class='relativetime'>Apr 9, 2018 at 11:56</span> </div> </div> <div class="user-gravatar32"> <a href="/users/268951/neuronbutter"><div class="gravatar-wrapper-32"><img src="https://graph.facebook.com/422362278127286/picture?type=large" alt="NeuronButter&#39;s user avatar" width="32" height="32" class="bar-sm"></div></a> </div> <div class="user-details" itemprop="author" itemscope itemtype="http://schema.org/Person"> <a href="/users/268951/neuronbutter">NeuronButter</a><span class="d-none" itemprop="name">NeuronButter</span> <div class="-flair"> <span class="reputation-score" title="reputation score " dir="ltr">221</span><span title="2 silver badges" aria-hidden="true"><span class="badge2"></span><span class="badgecount">2</span></span><span class="v-visible-sr">2 silver badges</span><span title="8 bronze badges" aria-hidden="true"><span class="badge3"></span><span class="badgecount">8</span></span><span class="v-visible-sr">8 bronze badges</span> </div> </div> </div> </div> </div> </div> </div> <span class="d-none" itemprop="commentCount"></span> <div class="post-layout--right js-post-comments-component"> <div id="comments-321942" class="comments js-comments-container bt bc-black-200 mt12 dno" data-post-id="321942" data-min-length="15"> <ul class="comments-list js-comments-list" data-remaining-comments-count="0" data-canpost="false" data-cansee="true" data-comments-unavailable="false" data-addlink-disabled="true"> </ul> </div> <div id="comments-link-321942" data-rep=50 data-anon=true> <a class="js-add-link comments-link disabled-link" title="Use comments to ask for more information or suggest improvements. Avoid comments like &#x201C;&#x2B;1&#x201D; or &#x201C;thanks&#x201D;." href="#" role="button">Add a comment</a> <span class="js-link-separator dno">&nbsp;|&nbsp;</span> <a class="js-show-link comments-link dno" title="Expand to show all comments on this post" href=# onclick="" role="button"></a> </div> </div> </div> </div> <h2 class="bottom-notice"> You must <a href="/users/login?ssrc=question_page&amp;returnurl=https%3a%2f%2fapple.stackexchange.com%2fquestions%2f321931">log in</a> to answer this question. </h2> <h2 class="bottom-notice" data-loc="1"> <div> Not the answer you&#x27;re looking for? Browse other questions tagged <ul class='ml0 list-ls-none js-post-tag-list-wrapper d-inline'><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/icloud" class="post-tag" title="show questions tagged &#39;icloud&#39;" aria-label="show questions tagged &#39;icloud&#39;" rel="tag" aria-labelledby="tag-icloud-tooltip-container">icloud</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/email" class="post-tag" title="show questions tagged &#39;email&#39;" aria-label="show questions tagged &#39;email&#39;" rel="tag" aria-labelledby="tag-email-tooltip-container">email</a></li><li class='d-inline mr4 js-post-tag-list-item'><a href="/questions/tagged/gmail" class="post-tag" title="show questions tagged &#39;gmail&#39;" aria-label="show questions tagged &#39;gmail&#39;" rel="tag" aria-labelledby="tag-gmail-tooltip-container">gmail</a></li></ul>. </div> </h2> </div> </div> <div id="sidebar" class="show-votes" role="complementary" aria-label="sidebar"> <div class="s-sidebarwidget s-sidebarwidget__yellow s-anchors s-anchors__grayscale mb16" data-tracker="cb=1"> <ul class="d-block p0 m0"> <li class="s-sidebarwidget--header s-sidebarwidget__small-bold-text d-flex fc-black-500 d:fc-black-600 bb bbw1"> The Overflow Blog </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <svg aria-hidden="true" class="va-text-top svg-icon iconPencilSm" width="14" height="14" viewBox="0 0 14 14"><path fill="#F1B600" d="m2 10.12 6.37-6.43 1.88 1.88L3.88 12H2v-1.88Z"/><path fill="#E87C87" d="m11.1 1.71 1.13 1.12c.2.2.2.51 0 .71L11.1 4.7 9.21 2.86l1.17-1.15c.2-.2.51-.2.71 0Z"/></svg> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://stackoverflow.blog/2024/02/20/atlassian-compasss-software-component-catalog/" class="js-gps-track" data-ga="[&quot;community bulletin board&quot;,&quot;The Overflow Blog&quot;,&quot;https://stackoverflow.blog/2024/02/20/atlassian-compasss-software-component-catalog/&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 1, position: 0 })">Who owns this tool? You need a software component catalog</a> </div> </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <svg aria-hidden="true" class="va-text-top svg-icon iconPencilSm" width="14" height="14" viewBox="0 0 14 14"><path fill="#F1B600" d="m2 10.12 6.37-6.43 1.88 1.88L3.88 12H2v-1.88Z"/><path fill="#E87C87" d="m11.1 1.71 1.13 1.12c.2.2.2.51 0 .71L11.1 4.7 9.21 2.86l1.17-1.15c.2-.2.51-.2.71 0Z"/></svg> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://stackoverflow.blog/2024/02/23/down-the-rabbit-hole-in-the-stack-exchange-network/" class="js-gps-track" data-ga="[&quot;community bulletin board&quot;,&quot;The Overflow Blog&quot;,&quot;https://stackoverflow.blog/2024/02/23/down-the-rabbit-hole-in-the-stack-exchange-network/&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 1, position: 1 })">Down the rabbit hole in the Stack Exchange network</a> </div> </li> <li class="s-sidebarwidget--header s-sidebarwidget__small-bold-text d-flex fc-black-500 d:fc-black-600 bb bbw1"> Featured on Meta </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <div class="favicon favicon-stackexchangemeta" title="Meta Stack Exchange"></div> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://meta.stackexchange.com/questions/396794/upcoming-privacy-updates-removal-of-the-activity-data-section-and-google-conver" class="js-gps-track" title="Upcoming privacy updates: removal of the Activity data section and Google conversion pixel deprecation" data-ga="[&quot;community bulletin board&quot;,&quot;Featured on Meta&quot;,&quot;https://meta.stackexchange.com/questions/396794/upcoming-privacy-updates-removal-of-the-activity-data-section-and-google-conver&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 3, position: 2 })">Upcoming privacy updates: removal of the Activity data section and Google...</a> </div> </li> <li class="s-sidebarwidget--item d-flex px16"> <div class="flex--item1 fl-shrink0"> <div class="favicon favicon-stackexchangemeta" title="Meta Stack Exchange"></div> </div> <div class="flex--item wmn0 ow-break-word"> <a href="https://meta.stackexchange.com/questions/396924/changing-how-community-leadership-works-on-stack-exchange-a-proposal-and-rough" class="js-gps-track" title="Changing how community leadership works on Stack Exchange: a proposal and rough timeline" data-ga="[&quot;community bulletin board&quot;,&quot;Featured on Meta&quot;,&quot;https://meta.stackexchange.com/questions/396924/changing-how-community-leadership-works-on-stack-exchange-a-proposal-and-rough&quot;,null,null]" data-gps-track="communitybulletin.click({ priority: 3, position: 3 })">Changing how community leadership works on Stack Exchange: a proposal and...</a> </div> </li> </ul> </div> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-tsb" class="everyonelovesstackoverflow everyoneloves__top-sidebar"></div> <div class="js-report-ad-button-container " style="width: 300px"></div> </div> <div class="js-zone-container zone-container-sidebar"> <div id="dfp-msb" class="everyonelovesstackoverflow everyoneloves__mid-sidebar"></div> <div class="js-report-ad-button-container " style="width: 300px"></div> </div> <div class="module sidebar-related"> <h4 id="h-related">Related</h4> <div class="related js-gps-related-questions" data-tracker="rq=1"> <div class="spacer" data-question-id="102611"> <a href="/q/102611" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">3</div> </a> <a href="/questions/102611/iphone-outgoing-email-icloud-account-and-gmail" class="question-hyperlink">Iphone: outgoing email iCloud account and gmail</a> </div> <div class="spacer" data-question-id="277050"> <a href="/q/277050" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">1</div> </a> <a href="/questions/277050/iphone-is-overriding-my-account-email-with-a-different-address" class="question-hyperlink">iPhone is overriding my Account Email with a different address</a> </div> <div class="spacer" data-question-id="296912"> <a href="/q/296912" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">1</div> </a> <a href="/questions/296912/moving-mail-to-folder-removes-it-from-mail-account" class="question-hyperlink">Moving mail to folder removes it from mail account</a> </div> <div class="spacer" data-question-id="348549"> <a href="/q/348549" title="Question score (upvotes - downvotes)" > <div class="answer-votes default">1</div> </a> <a href="/questions/348549/how-to-get-calendar-invites-to-come-in-as-ical-when-i-use-a-gmail-address-as-my" class="question-hyperlink">How to get calendar invites to come in as iCal when i use a gmail address as my appleID?</a> </div> <div class="spacer" data-question-id="362223"> <a href="/q/362223" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">3</div> </a> <a href="/questions/362223/apple-id-with-icloud-email-vs-non-apple-email-any-differences-in-capabilities" class="question-hyperlink">Apple ID with iCloud email vs non-Apple email, any differences in capabilities?</a> </div> <div class="spacer" data-question-id="411566"> <a href="/q/411566" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">0</div> </a> <a href="/questions/411566/how-do-i-use-mac-mail-as-a-searchable-archive-of-past-emails-and-delete-emails-o" class="question-hyperlink">How do I use Mac Mail as a searchable archive of past emails and delete emails on Gmail?</a> </div> <div class="spacer" data-question-id="457616"> <a href="/q/457616" title="Question score (upvotes - downvotes)" > <div class="answer-votes answered-accepted default">0</div> </a> <a href="/questions/457616/setting-mail-app-rules-when-using-gmail-account-and-icloud-account" class="question-hyperlink">Setting Mail app rules when using gmail account AND iCloud account</a> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> $(document).ready(function() { $(".js-gps-related-questions .spacer").click(function () { fireRelatedEvent($(this).index() + 1, $(this).data('question-id')); }); function fireRelatedEvent(position, questionId) { StackExchange.using("gps", function() { StackExchange.gps.track('related_questions.click', { position: position, originQuestionId: 321931, relatedQuestionId: +questionId, location: 'sidebar', source: 'Baseline' }); }); } }); </script> <div id="hot-network-questions" class="module tex2jax_ignore"> <h4> <a href="https://stackexchange.com/questions?tab=hot" class="js-gps-track s-link s-link__inherit" data-gps-track="posts_hot_network.click({ item_type:1, location:11 })"> Hot Network Questions </a> </h4> <ul> <li > <div class="favicon favicon-electronics" title="Electrical Engineering Stack Exchange"></div><a href="https://electronics.stackexchange.com/questions/703757/what-do-we-mean-when-we-say-something-is-done-in-hardware-versus-in-software" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:135 }); posts_hot_network.click({ item_type:2, location:11 })"> What do we mean when we say something is done &quot;in hardware&quot; versus &quot;in software&quot;? </a> </li> <li > <div class="favicon favicon-math" title="Mathematics Stack Exchange"></div><a href="https://math.stackexchange.com/questions/4870055/a-question-involving-free-groups" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:69 }); posts_hot_network.click({ item_type:2, location:11 })"> A question involving free groups </a> </li> <li > <div class="favicon favicon-stats" title="Cross Validated"></div><a href="https://stats.stackexchange.com/questions/641078/is-the-realization-of-random-variable-also-a-random-variable" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:65 }); posts_hot_network.click({ item_type:2, location:11 })"> Is the realization of random variable also a random variable? </a> </li> <li > <div class="favicon favicon-ell" title="English Language Learners Stack Exchange"></div><a href="https://ell.stackexchange.com/questions/348015/usage-of-i-wish-so-that" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:481 }); posts_hot_network.click({ item_type:2, location:11 })"> Usage of &quot;I wish&#x2026; so that&#x2026;&quot; </a> </li> <li > <div class="favicon favicon-askubuntu" title="Ask Ubuntu"></div><a href="https://askubuntu.com/questions/1505594/how-to-revive-an-os-after-end-of-life" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:89 }); posts_hot_network.click({ item_type:2, location:11 })"> How to revive an os after end-of-life </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-philosophy" title="Philosophy Stack Exchange"></div><a href="https://philosophy.stackexchange.com/questions/109856/translating-a-sentence-with-a-time-element-into-first-order-logic" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:265 }); posts_hot_network.click({ item_type:2, location:11 })"> Translating a sentence with a time element into first order logic </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-academia" title="Academia Stack Exchange"></div><a href="https://academia.stackexchange.com/questions/206962/can-i-use-references-when-i-am-responding-to-reviewer-in-revisions" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:415 }); posts_hot_network.click({ item_type:2, location:11 })"> Can I use references when I am responding to Reviewer in Revisions </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-softwareengineering" title="Software Engineering Stack Exchange"></div><a href="https://softwareengineering.stackexchange.com/questions/451185/whats-the-relation-between-a-language-being-managed-and-its-compiler-being-reve" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:131 }); posts_hot_network.click({ item_type:2, location:11 })"> What&#x27;s the relation between a language being managed and its compiler being reversible? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-physics" title="Physics Stack Exchange"></div><a href="https://physics.stackexchange.com/questions/802729/why-color-depends-on-frequency-and-not-on-wavelength" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:151 }); posts_hot_network.click({ item_type:2, location:11 })"> Why color depends on frequency and not on wavelength? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-aviation" title="Aviation Stack Exchange"></div><a href="https://aviation.stackexchange.com/questions/104060/is-tsa-pre-check-a-security-risk" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:528 }); posts_hot_network.click({ item_type:2, location:11 })"> Is TSA Pre check a security risk? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-worldbuilding" title="Worldbuilding Stack Exchange"></div><a href="https://worldbuilding.stackexchange.com/questions/255628/emotive-plate-eyes" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:579 }); posts_hot_network.click({ item_type:2, location:11 })"> Emotive Plate Eyes </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-astronomy" title="Astronomy Stack Exchange"></div><a href="https://astronomy.stackexchange.com/questions/56007/why-dont-we-just-unshift-the-ir-photos-from-webb" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:514 }); posts_hot_network.click({ item_type:2, location:11 })"> Why don&#x27;t we just unshift the IR photos from Webb? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-travel" title="Travel Stack Exchange"></div><a href="https://travel.stackexchange.com/questions/187569/what-is-the-london-weekly-cap-impact-if-one-trip-taken-outside-of-zone" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:273 }); posts_hot_network.click({ item_type:2, location:11 })"> What is the London Weekly Cap impact if one trip taken outside of zone </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-movies" title="Movies &amp; TV Stack Exchange"></div><a href="https://movies.stackexchange.com/questions/122230/they-don-t-speak-it-so-much-my-side-of-the-park-which-park-which-side-is-whi" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:367 }); posts_hot_network.click({ item_type:2, location:11 })"> &quot;They don&#x2019;t speak it so much my side of the park.&quot; Which park? Which side is which? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-blender" title="Blender Stack Exchange"></div><a href="https://blender.stackexchange.com/questions/313541/how-to-select-a-boundary-edge-and-generate-an-outline" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:502 }); posts_hot_network.click({ item_type:2, location:11 })"> How to select a boundary edge and generate an outline </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-aviation" title="Aviation Stack Exchange"></div><a href="https://aviation.stackexchange.com/questions/103027/what-happens-when-the-runway-is-unusable-at-an-isolated-aerodrome" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:528 }); posts_hot_network.click({ item_type:2, location:11 })"> What happens when the runway is unusable at an isolated aerodrome? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-philosophy" title="Philosophy Stack Exchange"></div><a href="https://philosophy.stackexchange.com/questions/108802/is-there-a-name-for-the-widespread-logical-fallacy-in-which-you-prove-your-point" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:265 }); posts_hot_network.click({ item_type:2, location:11 })"> Is there a name for the widespread logical fallacy in which you prove your point by &#x27;eliminating&#x27; anyone who contradicts you? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-astronomy" title="Astronomy Stack Exchange"></div><a href="https://astronomy.stackexchange.com/questions/57012/is-it-coincidence-that-the-earths-rotation-and-revolution-are-in-the-same-direc" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:514 }); posts_hot_network.click({ item_type:2, location:11 })"> Is it coincidence that the earth&#x27;s rotation and revolution are in the same direction? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-scifi" title="Science Fiction &amp; Fantasy Stack Exchange"></div><a href="https://scifi.stackexchange.com/questions/284712/book-series-with-parallel-earths-and-a-secret-governmental-agency" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:186 }); posts_hot_network.click({ item_type:2, location:11 })"> Book series with parallel earths and a secret governmental agency </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-diy" title="Home Improvement Stack Exchange"></div><a href="https://diy.stackexchange.com/questions/295131/does-over-refrigerator-cabinet-need-support-at-both-ends" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:73 }); posts_hot_network.click({ item_type:2, location:11 })"> Does over refrigerator cabinet need support at both ends? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-diy" title="Home Improvement Stack Exchange"></div><a href="https://diy.stackexchange.com/questions/294098/how-do-you-make-nice-recess-in-a-melamine-board-for-ikea-shelf-holders" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:73 }); posts_hot_network.click({ item_type:2, location:11 })"> How do you make nice recess in a melamine board for IKEA shelf holders? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-aviation" title="Aviation Stack Exchange"></div><a href="https://aviation.stackexchange.com/questions/103044/why-deplane-all-passengers-and-not-the-troublemaker" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:528 }); posts_hot_network.click({ item_type:2, location:11 })"> Why deplane all passengers and not the troublemaker? </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-worldbuilding" title="Worldbuilding Stack Exchange"></div><a href="https://worldbuilding.stackexchange.com/questions/254554/a-canal-between-two-rivers" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:579 }); posts_hot_network.click({ item_type:2, location:11 })"> A canal between two rivers </a> </li> <li class="dno js-hidden"> <div class="favicon favicon-english" title="English Language &amp; Usage Stack Exchange"></div><a href="https://english.stackexchange.com/questions/618912/understanding-the-joke-make-an-ell-i-say-from-the-crux" class="js-gps-track question-hyperlink mb0" data-gps-track="site.switch({ item_type:11, target_site:97 }); posts_hot_network.click({ item_type:2, location:11 })"> Understanding the joke, &quot;Make an &#x27;ell, I say&quot; (from The Crux) </a> </li> </ul> <a href="#" class="show-more js-show-more js-gps-track" data-gps-track="posts_hot_network.click({ item_type:3, location:11 })"> more hot questions </a> </div> <div id="feed-link" class="js-feed-link"> <a href="/feeds/question/321931" title="Feed of this question and its answers"> <svg aria-hidden="true" class="fc-orange-400 svg-icon iconRss" width="18" height="18" viewBox="0 0 18 18"><path d="M3 1a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H3Zm0 1.5c6.9 0 12.5 5.6 12.5 12.5H13C13 9.55 8.45 5 3 5V2.5Zm0 5c4.08 0 7.5 3.41 7.5 7.5H8c0-2.72-2.28-5-5-5V7.5Zm0 5c1.36 0 2.5 1.14 2.5 2.5H3v-2.5Z"/></svg> Question feed </a> </div> <aside class="s-modal js-feed-link-modal" tabindex="-1" role="dialog" aria-labelledby="feed-modal-title" aria-describedby="feed-modal-description" aria-hidden="true"> <div class="s-modal--dialog js-modal-dialog wmx4" role="document" data-controller="se-draggable"> <h1 class="s-modal--header fw-bold js-first-tabbable" id="feed-modal-title" data-se-draggable-target="handle" tabindex="0"> Subscribe to RSS </h1> <div class="d-flex gs4 gsy fd-column"> <div class="flex--item"> <label class="d-block s-label c-default" for="feed-url"> Question feed <p class="s-description mt2" id="feed-modal-description">To subscribe to this RSS feed, copy and paste this URL into your RSS reader.</p> </label> </div> <div class="d-flex ps-relative"> <input class="s-input" type="text" name="feed-url" id="feed-url" readonly="readonly" value="https://apple.stackexchange.com/feeds/question/321931" /> <svg aria-hidden="true" class="s-input-icon fc-orange-400 svg-icon iconRss" width="18" height="18" viewBox="0 0 18 18"><path d="M3 1a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H3Zm0 1.5c6.9 0 12.5 5.6 12.5 12.5H13C13 9.55 8.45 5 3 5V2.5Zm0 5c4.08 0 7.5 3.41 7.5 7.5H8c0-2.72-2.28-5-5-5V7.5Zm0 5c1.36 0 2.5 1.14 2.5 2.5H3v-2.5Z"/></svg> </div> </div> <a class="s-modal--close s-btn s-btn__muted js-modal-close js-last-tabbable" href="#" aria-label="Close"> <svg aria-hidden="true" class="svg-icon iconClearSm" width="14" height="14" viewBox="0 0 14 14"><path d="M12 3.41 10.59 2 7 5.59 3.41 2 2 3.41 5.59 7 2 10.59 3.41 12 7 8.41 10.59 12 12 10.59 8.41 7 12 3.41Z"/></svg> </a> </div> </aside> </div> </div> <script>StackExchange.ready(function(){$.get('/posts/321931/ivc/a064?prg=23ede50b-3c71-4187-ad99-dcd608d9bf83');});</script> <noscript><div><img src="/posts/321931/ivc/a064?prg=23ede50b-3c71-4187-ad99-dcd608d9bf83" class="dno" alt="" width="0" height="0"></div></noscript><div style="display:none" id="js-codeblock-lang"></div></div> </div> </div> <script type="text/javascript"> var cam = cam || { opt: {} }; var clcGamLoaderOptions = cam || { opt: {} }; var opt = clcGamLoaderOptions.opt; opt.refresh = !1; opt.refreshInterval = 0; opt.sf = !1; opt.hb = !1; opt.ll = !0; opt.tlb_position = 0; opt.personalization_consent = !1; opt.targeting_consent = !1; opt.performance_consent = !1; opt.targeting = {Registered:['false'],'ron-tag':['icloud','email','gmail'],Community:['true'],NumberOfAnswers:['1']}; opt.adReportEnabled = !1; opt.adReportUrl = '/ads/report-ad'; opt.adReportText = 'Report this ad'; opt.adReportFileTypeErrorMessage = 'Please select a PNG or JPG file.'; opt.adReportFileSizeErrorMessage = 'The file must be under 2 MiB.'; opt.adReportErrorText = 'Error uploading ad report.'; opt.adReportThanksText = 'Thanks for your feedback. We’ll review this against our code of conduct and take action if necessary.'; opt.adReportLoginExpiredMessage = 'Your login session has expired, please login and try again.'; opt.adReportLoginErrorMessage = 'An error occurred when loading the report form - please try again'; opt.adReportModalClass = 'js-ad-report'; opt.perRequestGuid = '23ede50b-3c71-4187-ad99-dcd608d9bf83'; opt.responseHash = 'KaDmyXl6hUVJVQnw1t2sxRVTQ&#x2B;spJqx/rbkhUZUB0OI='; opt.targeting.TargetingConsent = ['False_Passive']; opt.allowAccountTargetingForThisRequest = !0; const urlParams = new URLSearchParams(window.location.search); if (urlParams.has('dfptestads')) { const dfptestads = urlParams.get('dfptestads'); opt.targeting.DfpTestAds = dfptestads; } </script> <script>;(()=>{"use strict";var __webpack_modules__={23:(e,t,s)=>{s.d(t,{Z7:()=>l,eq:()=>d,kG:()=>i});const n=(r=location.pathname,/^\/tags\//.test(r)||/^\/questions\/tagged\//.test(r)?"tag-pages":/^\/discussions\//.test(r)||/^\/beta\/discussions/.test(r)?"discussions":/^\/$/.test(r)||/^\/home/.test(r)?"home-page":"question-pages");var r;let a=location.hostname;const o={slots:{lb:[[728,90]],mlb:[[728,90]],smlb:[[728,90]],bmlb:[[728,90]],sb:e=>"dfp-tsb"===e?[[300,250],[300,600]]:[[300,250]],"tag-sponsorship":[[730,135]],"mobile-below-question":[[320,50],[300,250]],msb:[[300,250],[300,600]],"talent-conversion-tracking":[[1,1]],"site-sponsorship":[[230,60]]},ids:{"dfp-tlb":"lb","dfp-mlb":"mlb","dfp-smlb":"smlb","dfp-bmlb":"bmlb","dfp-tsb":"sb","dfp-isb":"sb","dfp-tag":"tag-sponsorship","dfp-msb":"msb","dfp-sspon":"site-sponsorship","dfp-m-aq":"mobile-below-question"},idsToExcludeFromAdReports:["dfp-sspon"]};function i(){return Object.keys(o.ids)}function d(e){return o.idsToExcludeFromAdReports.indexOf(e)<0}function l(e){var t=e.split("_")[0];const s=o.ids[t];let r=o.slots[s];return"function"==typeof r&&(r=r(t)),{path:`/248424177/${a}/${s}/${n}`,sizes:r,zone:s}}},865:(e,t,s)=>{function n(e){return"string"==typeof e?document.getElementById(e):e}function r(e){return!!(e=n(e))&&"none"===getComputedStyle(e).display}function a(e){return!r(e)}function o(e){return!!e}function i(e){return/^\s*$/.test(n(e).innerHTML)}function d(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.display="none"}function l(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.display="none",[].forEach.call(e.children,l)}function c(e){const{style:t}=e;t.height=t.maxHeight=t.minHeight="auto",t.removeProperty("display")}function g(e){const t=document.createElement("script");t.src=e,document.body.appendChild(t)}function p(e){return s=e,(t=[]).push=function(e){return s(),delete this.push,this.push(e)},t;var t,s}function h(e){let t="function"==typeof HTMLTemplateElement;var s=document.createElement(t?"template":"div");return e=e.trim(),s.innerHTML=e,t?s.content.firstChild:s.firstChild}s.d(t,{$Z:()=>c,Bv:()=>h,Gx:()=>g,Nj:()=>n,QZ:()=>p,cf:()=>d,pn:()=>a,wo:()=>l,xb:()=>i,xj:()=>r,yb:()=>o})},763:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{t:()=>AdReports});var _common_helper__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(865),_console__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(276),_ad_units__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(23);class AdReports{constructor(e,t){if(this.googletag=e,this.cam=t,this.allowedFileTypes=["image/png","image/jpg","image/jpeg"],this.ignoreValidation=!1,_console__WEBPACK_IMPORTED_MODULE_1__.cM("Ad reporting init"),this.cam=t,this.callOnButtonClick=e=>this.onButtonClick(e),this.googletag.pubads().addEventListener("slotRenderEnded",e=>this.handleSlotRendered(e)),Array.isArray(t.slotsRenderedEvents)){_console__WEBPACK_IMPORTED_MODULE_1__.cM("Adding report button to "+t.slotsRenderedEvents.length+" events that have transpired");for(var s=0;s<t.slotsRenderedEvents.length;s++)this.handleSlotRendered(t.slotsRenderedEvents[s])}}handleSlotRendered(e){if(e&&e.slot&&!e.isEmpty&&(e.creativeId||e.lineItemId||!e.isEmpty)){var t=e.slot.getSlotElementId();if(t){var s=document.getElementById(t);if(s)if((0,_ad_units__WEBPACK_IMPORTED_MODULE_0__.eq)(t)){var n=s?.closest(".js-zone-container")?.querySelector(".js-report-ad-button-container");n.innerHTML="",n.append(this.createButton(e)),n.style.height="24px",_console__WEBPACK_IMPORTED_MODULE_1__.cM("Added report button to the bottom of "+t)}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of "+t+": shouldHaveReportButton = false");else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of "+t+": resolved invalid adUnit element")}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of element: invalid adUnitElementId")}else _console__WEBPACK_IMPORTED_MODULE_1__.cM("Not adding report button to the bottom of element: invalid SlotRenderEndedEvent")}async onButtonClick(e){e.preventDefault();let t=e.target;const s=t.dataset.modalUrl,n=t.dataset.googleEventData;return await this.loadModal(s,t,n),!1}createButton(e){let t=document.createElement("button");var s=JSON.stringify(e);return t.dataset.googleEventData=s,t.dataset.modalUrl=this.cam.opt.adReportUrl,t.dataset.adUnit=e.slot.getSlotElementId(),t.classList.add("js-report-ad","s-btn","s-btn__link","fs-fine","mt2","float-right"),t.append(document.createTextNode(this.cam.opt.adReportText)),t.removeEventListener("click",this.callOnButtonClick),t.addEventListener("click",this.callOnButtonClick),t}async loadModal(url,$link,googleEventData){try{await window.StackExchange.helpers.loadModal(url,{returnElements:window.$($link)}),this.initForm(googleEventData)}catch(e){var message="",response=e.responseText?eval(`(${e.responseText})`):null;message=response&&response.isLoggedOut?this.cam.opt.adReportLoginExpiredMessage:this.cam.opt.adReportLoginErrorMessage,window.StackExchange.helpers.showToast(message,{type:"danger"})}}removeModal(){window.StackExchange.helpers.closePopups(document.querySelectorAll("."+this.cam.opt.adReportModalClass),"dismiss")}initForm(e,t=!1){this.ignoreValidation=t,this.$form=document.querySelector(".js-ad-report-form"),this.$googleEventData=this.$form.querySelector(".js-json-data"),this.$adReportReasons=this.$form.querySelectorAll(".js-ad-report-reason"),this.$adReportReasonOther=this.$form.querySelector(".js-ad-report-reason-other"),this.$fileUploaderInput=this.$form.querySelector(".js-file-uploader-input"),this.$imageUploader=this.$form.querySelector(".js-image-uploader"),this.$clearImageUpload=this.$form.querySelector(".js-clear-image-upload"),this.$imageUploaderText=this.$form.querySelector(".js-image-uploader-text"),this.$imageUploaderPreview=this.$form.querySelector(".js-image-uploader-preview"),this.$fileErrorMessage=this.$form.querySelector(".js-file-error");const s=this.$form.querySelector(".js-drag-drop-enabled"),n=this.$form.querySelector(".js-drag-drop-disabled");this.$googleEventData.value=e,this.$adReportReasons.forEach((e,t)=>e.addEventListener("change",e=>{this.$adReportReasonOther.classList.toggle("d-none","3"!==e.target.value)})),this.$fileUploaderInput.addEventListener("change",()=>{this.validateFileInput()&&this.updateImagePreview(this.$fileUploaderInput.files)}),this.$clearImageUpload.addEventListener("click",e=>{e.preventDefault(),this.clearImageUpload()});try{this.$fileUploaderInput[0].value="",this.$imageUploader.addEventListener("dragenter dragover dragleave drop",this.preventDefaults),this.$imageUploader.addEventListener("dragenter dragover",this.handleDragStart),this.$imageUploader.addEventListener("dragleave drop",this.handleDragEnd),this.$imageUploader.addEventListener("drop",this.handleDrop)}catch(e){s.classList.add("d-none"),n.classList.remove("d-none")}this.$form.removeEventListener("",this.handleDragEnd),this.$form.addEventListener("submit",async e=>(e.preventDefault(),this.submitForm(),!1))}clearImageUpload(){this.$fileUploaderInput.value="",this.$imageUploaderPreview.setAttribute("src",""),this.$imageUploaderPreview.classList.add("d-none"),this.$clearImageUpload.classList.add("d-none"),this.$imageUploaderText.classList.remove("d-none"),this.$imageUploader.classList.add("p16","ba","bas-dashed","bc-black-100")}preventDefaults(e){e.preventDefault(),e.stopPropagation()}handleDragStart(e){this.$imageUploader.classList.remove("bas-dashed"),this.$imageUploader.classList.add("bas-solid","bc-black-100")}handleDragEnd(e){this.$imageUploader.classList.remove("bas-solid","bc-black-100"),this.$imageUploader.classList.add("bas-dashed")}handleDrop(e){var t=e.originalEvent.dataTransfer.files;FileReader&&t&&1===t.length&&(this.$fileUploaderInput.files=t,this.validateFileInput()&&this.updateImagePreview(t))}setError(e){this.$fileErrorMessage.parentElement.classList.toggle("has-error",e)}updateImagePreview(e){this.$imageUploader.classList.remove("p16","ba","bas-dashed","bc-black-100"),this.$clearImageUpload.classList.remove("d-none"),this.$imageUploaderText.classList.add("d-none");var t=new FileReader;t.onload=e=>{null!=e.target&&(this.$imageUploaderPreview.setAttribute("src",e.target.result),this.$imageUploaderPreview.classList.remove("d-none"))},t.readAsDataURL(e[0])}validateFileInput(){if(this.ignoreValidation)return!0;const e=this.cam.opt.adReportFileTypeErrorMessage,t=this.cam.opt.adReportFileSizeErrorMessage;if(null==this.$fileUploaderInput.files)return!1;var s=this.$fileUploaderInput.files[0];return null==s?(this.setError(!0),!1):this.allowedFileTypes.indexOf(s.type)<0?(this.$fileErrorMessage.textContent=e,this.$fileErrorMessage.classList.remove("d-none"),this.setError(!0),!1):s.size>2097152?(this.$fileErrorMessage.textContent=t,this.$fileErrorMessage.classList.remove("d-none"),this.setError(!0),!1):(this.$fileErrorMessage.classList.add("d-none"),this.setError(!1),!0)}async gatherDiagnosticInfo(){return{BrowserVersion:await this.getBrowserVersion()}}getElementSource(e){return e.outerHTML}getNestedIFrameElement(e){var t=e.querySelector("iframe");return t.contentDocument?t.contentDocument.documentElement:t.contentWindow.document.documentElement}async getBrowserVersion(){return await navigator.userAgentData.getHighEntropyValues(["fullVersionList"]).then(e=>JSON.stringify(e.fullVersionList))}async submitForm(){if(!this.validateFileInput())return!1;this.$form.querySelector("[type=submit]").setAttribute("disabled","true");var e=JSON.parse(this.$googleEventData.value||"{}");e.Reason=parseInt(this.$form.querySelector(".js-ad-report-reason:checked").value,10),e.Description=this.$adReportReasonOther.value,this.$googleEventData.value=JSON.stringify(e);var t=new FormData(this.$form);if("1"===t.get("shareDiagnosticInfo")){var s=await this.gatherDiagnosticInfo();Object.keys(s).forEach(e=>t.append(e,s[e]))}try{const e=await window.fetch(this.$form.getAttribute("action"),{method:this.$form.getAttribute("method"),body:t,cache:"no-cache"}),s=e.headers.get("content-type")||"",r=await e.text();if(!e.ok)throw new Error("response not valid");if(0===s.indexOf("text/html")){var n=(0,_common_helper__WEBPACK_IMPORTED_MODULE_2__.Bv)(r);const e=n?n.querySelector(".js-modal-content"):null;if(_console__WEBPACK_IMPORTED_MODULE_1__.cM("$popupContent"),_console__WEBPACK_IMPORTED_MODULE_1__.cM(e),!e)throw new Error(`Could not find .js-modal-content in response from ${this.$form.getAttribute("action")}`);document.querySelector(".js-modal-content").replaceWith(e)}else window.StackExchange.helpers.showToast(this.cam.opt.adReportThanksText,{type:"success"}),this.removeModal()}catch(e){window.StackExchange.helpers.showToast(this.cam.opt.adReportErrorText,{type:"danger"})}finally{let e=this.$form.querySelector("[type=submit]");e&&e.removeAttribute("disabled")}}}},276:(e,t,s)=>{function n(...e){}function r(...e){}s.d(t,{cM:()=>n,vU:()=>r})}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var s=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](s,s.exports,__webpack_require__),s.exports}__webpack_require__.d=(e,t)=>{for(var s in t)__webpack_require__.o(t,s)&&!__webpack_require__.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var __webpack_exports__={};(()=>{var e=__webpack_require__(276),t=(e=>(e[e.Above=0]="Above",e[e.Below=1]="Below",e))(t||{});const s=Object.assign({},{"lib":"https://cdn.sstatic.net/clc/js/bundles/gam_loader_script/gam_loader_script.bundle.741.e6ce4ee02b887d174e72.min.js","style":null,"u":null,"wa":true,"kt":2000,"tto":true,"h":"clc.stackoverflow.com","allowed":"^(((talent\\.)?stackoverflow)|(blog\\.codinghorror)|(.*\\.googlesyndication)|(serverfault|askubuntu|superuser)|([^\\.]+\\.stackexchange))\\.com$","wv":true,"al":false,"abd":true,"cpa_liid":[5882654614],"cpa_cid":[138377597667],"dp":false,"tgt_to":1000,"tgt_u":"https://clc.stackoverflow.com/get-user-acct-tgt","tgt_e":true,"tgt_p":100});var n=__webpack_require__(23),r=__webpack_require__(865),a=__webpack_require__(763);class o{constructor(t,s){this.googletag=t,this.interval=s,e.cM("Ad refresh init. interval: "+s),this.googletag.pubads().addEventListener("impressionViewable",e=>this.onImpressionViewable(e)),e.cM("done enabling ad refresh")}onImpressionViewable(t){var s=t.slot;e.cM("ad refresh - slot "+s.getSlotElementId()+" is viewable, initializing refresh"),this.scheduleRefresh(s)}scheduleRefresh(e){setTimeout(()=>this.refreshAdSlot(e),1e3*this.interval)}static refreshMyAd(t,s){let n=t.pubads().getSlots().find(e=>e.getSlotElementId()===s);n&&(e.cM("refreshMyAd - refreshing ad slot "+s),t.pubads().refresh([n]))}refreshAdSlot(t){var s=t.getSlotElementId();this.isElementVisibleInBrowser(s)?(e.cM("refreshing ad slot "+s),googletag.pubads().refresh([t])):(e.cM("refresh skipped this time; ad slot not viewable:"+s),this.scheduleRefresh(t))}isElementVisibleInBrowser(e){var t=document.getElementById(e);if(null!==t){var s=t.getBoundingClientRect();if(s.top>=0&&s.left>=0&&s.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&s.right<=(window.innerWidth||document.documentElement.clientWidth))return!0}return!1}}var i=(e=>(e.Off="Off",e.PreSurvey="PreSurvey",e.Collect="Collect",e.PostSurvey="PostSurvey",e))(i||{});class d{constructor(e,t){this.lineItemImpressions=[],this.surveysIdsCompleted=[],this.lineItemImpressions=e,this.surveysIdsCompleted=t}addImpression(e,t){let s={brandId:e,lineItemId:t,timestamp:new Date};this.lineItemImpressions.push(s)}addBrandSurveyCompleted(e){-1===this.surveysIdsCompleted.indexOf(e)&&this.surveysIdsCompleted.push(e)}getTotalBrandImpressions(){let e=new Map;for(let t of this.lineItemImpressions)if(e.has(t.brandId)){let s=e.get(t.brandId);e.set(t.brandId,s+1)}else e.set(t.brandId,1);return e}getBrandLineItemImpressions(e){let t={};for(let s of this.lineItemImpressions)if(s.brandId==e)if(void 0!==t[s.lineItemId]){let e=t[s.lineItemId];t[s.lineItemId]=e+1}else t[s.lineItemId]=1;return t}}class l{constructor(){this.surveyEngagementLocalStorageKey="clc-survey-engagement"}getBrandSurveyEngagement(){let e=localStorage.getItem(this.surveyEngagementLocalStorageKey);if(null===e)return new d([],[]);let t=JSON.parse(e);return new d(t.lineItemImpressions,t.surveysIdsCompleted)}saveBrandSurveyEngagement(e){let t=JSON.stringify(e);localStorage.setItem(this.surveyEngagementLocalStorageKey,t)}}class c{constructor(){this.surveyRepository=new l}getBrandSurveyEngagement(){return this.surveyRepository.getBrandSurveyEngagement()}recordImpression(e,t){let s=this.getBrandSurveyEngagement();s.addImpression(e,t),this.surveyRepository.saveBrandSurveyEngagement(s)}recordBrandSurveyCompleted(e){let t=this.getBrandSurveyEngagement();t.addBrandSurveyCompleted(e),this.surveyRepository.saveBrandSurveyEngagement(t)}}class g{constructor(t,s){this.googletag=t,this.brandSettings=s,this.brandSlotMap=new Map,this.brandSurveyEngagementService=new c,e.cM("Brand Survey init: "+JSON.stringify(s)),void 0!==s?(this.googletag.pubads().addEventListener("slotRenderEnded",e=>this.handleSlotRendered(e)),this.googletag.pubads().addEventListener("impressionViewable",e=>this.onImpressionViewable(e)),e.cM("done enabling Brand Survey")):e.cM("Brand Survey init: brandSettings is undefined, not initializing")}handleSlotRendered(t){e.cM("Brand Survey - slot rendered - slot:"+JSON.stringify(t.slot.getSlotElementId())+" lineItem: "+t.lineItemId);let s=this.findItemWithId(t.lineItemId);if(null===s||s.mode!==i.Collect)this.brandSlotMap.delete(t.slot.getSlotElementId());else{let e={brandId:s.brandId,lineItemId:t.lineItemId};this.brandSlotMap.set(t.slot.getSlotElementId(),e)}}onImpressionViewable(t){let s=t.slot;if(e.cM("ad - Brand Survey - impression viewable. Details: "+JSON.stringify(s.getSlotElementId())),e.cM("ad - Brand Survey - slot "+s.getSlotElementId()+" is viewable"),this.brandSlotMap.has(s.getSlotElementId())){let t=this.brandSlotMap.get(s.getSlotElementId());e.cM("Brand Survey - brand "+t.brandId+" is viewable"),this.recordImpression(this.brandSlotMap.get(s.getSlotElementId()))}}recordImpression(t){e.cM("ad - Brand Survey - recording impression for brand "+t.brandId),this.brandSurveyEngagementService.recordImpression(t.brandId,t.lineItemId)}findItemWithId(t){return e.cM("brand settings: "+JSON.stringify(this.brandSettings)),this.brandSettings.find(e=>e.lineItemIds.includes(t))||null}}const p="response-brand-survey-submit|",h="request-brand-survey-metadata|",m="record-metric-on-server|",u="request-dsp-tags",f="response-dsp-tags|";class _{static refreshAdIfBrandSurveyIsDuplicated(e,t,s){this.alreadyCompletedThisBrandSurvey(t)&&o.refreshMyAd(e,s)}static alreadyCompletedThisBrandSurvey(e){return(new c).getBrandSurveyEngagement().surveysIdsCompleted.includes(e)}}window.cam=new class{constructor(t=null){if(this.gptImported=!1,this.slotsRenderedEvents=[],this.collapsed={},e.cM("constructor"),this.clc_options=s,window.clcGamLoaderOptions)Object.assign(this,window.clcGamLoaderOptions);else if(void 0===this.opt){let e=window.opt;e&&(this.opt=e)}}init(){if(e.cM("init"),void 0===this.opt)throw new Error("opt not set, required by GAM Loader");e.cM("init brand survey service"),this.getUserMetaPromise=this.getUserMeta(),e.cM("setup message handler"),window.addEventListener("message",e=>{this.onmessage(e)})}handleSlotRenderedNoAdReport(){if(googletag.pubads().addEventListener("slotRenderEnded",e=>this.applyExtraMarginBottom(e)),Array.isArray(this.slotsRenderedEvents))for(var e=0;e<this.slotsRenderedEvents.length;e++)this.applyExtraMarginBottom(this.slotsRenderedEvents[e])}onmessage(t){let s="omni";if(t.data&&("string"==typeof t.data||t.data instanceof String))if(0===t.data.indexOf("get-omni-")){e.cM("Recevied get-omni message, sending back omni");var n=t.source,a=this.opt.omni,o="string"==typeof a?a:"";n.postMessage([s,o,this.opt.perRequestGuid].join("|"),"*")}else if(0===t.data.indexOf("collapse-")){e.cM("Recevied collapse message, collapse ad iframe"),e.cM(t);for(var i=t.source.window,d=document.getElementsByTagName("IFRAME"),l=0;l<d.length;l++){var g=d[l];if(g.contentWindow==i)return void(0,r.wo)(g.parentElement.parentElement.parentElement)}}else if(0===t.data.indexOf("resize|")){e.cM("Recevied resize message, resize ad iframe"),e.cM(t);let s=this._getFrameByEvent(t),n=t.data.indexOf("|")+1,r=t.data.slice(n),a=parseFloat(r)+.5;e.cM("New iframe height "+a),s.height=a.toString(),s.parentElement.style.height=a.toString()+"px"}else if(0===t.data.indexOf("getmarkup|")){let s=t.data.indexOf("|")+1,n=t.data.slice(s);e.cM("Recevied get markup message: "+n);let r=this._getFrameByEvent(t).closest(".everyonelovesstackoverflow");const a=document.createElement("script");a.dataset.adZoneId=r.id,a.src=n,document.body.appendChild(a)}else if(0===t.data.indexOf("window-location|")){let s=t.data.indexOf("|")+1,n=t.data.slice(s);e.cM("Recevied window location message: "+n),n.startsWith("/")||(n="/"+n),window.open(window.location.protocol+"//"+window.location.host+n,"_blank")}else if(0===t.data.indexOf("request-brand-survey-submit|")){let s=t.data.split("|"),n=s[1],r=s[2],a=s[3],o=JSON.parse(a);e.cM(n),e.cM(r),e.cM(a),e.cM("Received brand survey "+n+" response message: "+r);var v=new FormData;for(var b in o)v.append(b,o[b]);let i=this._getFrameByEvent(t);if(_.alreadyCompletedThisBrandSurvey(+n))return e.cM("Already completed this brand survey. Not submitting duplicate to server."),void i.contentWindow.postMessage("response-brand-survey-submit-duplicate|","*");e.cM("Send the brand survey to the server"),fetch(r,{method:"POST",body:v}).then(e=>e.json()).then(e=>i.contentWindow.postMessage(p,"*")).catch(e=>i.contentWindow.postMessage(p,"*"))}else if(0===t.data.indexOf("brand-survey-completed-store|")){let s=t.data.split("|"),n=(s[1],s[2]);if(e.cM("Received brand survey completed store message for survey ID "+n),_.alreadyCompletedThisBrandSurvey(+n))return void e.cM("Already completed this brand survey. Not recording duplicate locally.");e.cM("Record brand survey completion locally"),(new c).recordBrandSurveyCompleted(+n)}else if(0===t.data.indexOf(h)){let s=t.data.split("|"),n=s[1],r=s[2];e.cM("Received message: request-brand-survey-metadata| with Brand Survey ID "+r);let a=(new c).getBrandSurveyEngagement().getBrandLineItemImpressions(+n),o=JSON.stringify(a),i=this._getFrameByEvent(t);e.cM("sending impression data: "+o),i.contentWindow.postMessage("response-brand-survey-metadata|"+this.opt.responseHash+"|"+this.opt.perRequestGuid+"|"+o,"*")}else if(0===t.data.indexOf("refresh-if-duplicate-brand-survey|")){let e=t.data.split("|")[1],s=this.getSlotElementIdByEvent(t);_.refreshAdIfBrandSurveyIsDuplicated(googletag,+e,s)}else if(0===t.data.indexOf(m)){e.cM("Received message: record-metric-on-server| with args: "+t.data);let s=t.data.split("|"),n=s[1],r=s[2],a=s[3],o=s[4],i=new FormData;i.append("brandSurveyId",a.toString()),i.append("responseHash",this.opt.responseHash),i.append("perRequestGuid",this.opt.perRequestGuid),i.append("questionNumber",n.toString()),i.append("metricType",o.toString()),fetch(r,{method:"POST",body:i}).then(e=>e.ok).catch(t=>{e.cM("SendMetricToServer: Error sending metric to server: "+t)})}else if(0===t.data.indexOf(u)){e.cM("Received message: request-dsp-tags with args: "+t.data);let s=this._getFrameByEvent(t);if(!this.opt.targeting["so-tag"])return void s.contentWindow.postMessage(f,"*");const n=this.opt.targeting["so-tag"].join(",");e.cM("sending targeting tags: "+n),s.contentWindow.postMessage(f+n,"*")}else e.cM("Received unhandled message")}getSlotElementIdByEvent(e){let t=this._getFrameByEvent(e).parentElement?.parentElement?.id;return t||""}_getFrameByEvent(e){return Array.from(document.getElementsByTagName("iframe")).filter(t=>t.contentWindow===e.source)[0]}classifyZoneIds(e){const t=e.map(r.Nj).filter(r.yb);return{eligible:t.filter(r.xb).filter(r.pn),ineligible:t.filter(r.xj)}}applyExtraMarginBottom(t){if(t&&t.slot&&!t.isEmpty&&(t.creativeId||t.lineItemId||!t.isEmpty)){var s=t.slot.getSlotElementId();if(s){var r=document.getElementById(s);if(r)if((0,n.eq)(s)){var a=r?.closest(".js-zone-container");a.style.marginBottom="24px",e.cM("Applied extra margin to the bottom of "+s)}else e.cM("Not applying extra margin to the bottom of "+s+": shouldHaveReportButton = false");else e.cM("Not applying extra margin to the bottom of "+s+": resolved invalid adUnit element")}else e.cM("Not applying extra margin to the bottom of element: invalid adUnitElementId")}else e.cM("Not applying extra margin to the bottom of element: invalid SlotRenderEndedEvent")}async load(s=(0,n.kG)()){const i=this.opt.tlb_position===t.Above?["dfp-mlb","dfp-smlb"]:["dfp-mlb","dfp-smlb","dfp-tlb"];if(!this.isGptReady())return e.cM("Initializing..."),this.initGpt(),void googletag.cmd.push(()=>this.load(s));this.opt.adReportEnabled?(e.cM("Ad reporting enabled"),this.adReports=new a.t(googletag,this)):(e.cM("Ad reporting not enabled"),this.handleSlotRenderedNoAdReport()),this.opt.refresh?(e.cM("Ad refresh enabled"),this.adRefresh=new o(googletag,this.opt.refreshInterval)):e.cM("Ad refresh not enabled"),this.opt.brandSurveyEnabled&&(e.cM("Brand Survey enabled"),this.brandSurvey=new g(googletag,this.opt.brandSurveySettings)),e.cM("Attempting to load ads into ids: ",s);const{eligible:d,ineligible:l}=this.classifyZoneIds(s);if(this.initDebugPanel(googletag,d.concat(l)),d.forEach(e=>(0,r.cf)(e)),l.forEach(r.wo),0===d.length)return void e.cM("Found no ad ids on page");e.cM("Eligible ids:",d),this.opt.abd&&this.appendAdblockDetector();var c=googletag.pubads().getSlots();if(c){var p=c.filter(e=>s.indexOf(e.getSlotElementId())>=0);googletag.destroySlots(p)}this.opt.sf&&(googletag.pubads().setForceSafeFrame(!0),googletag.pubads().setSafeFrameConfig({allowOverlayExpansion:!0,allowPushExpansion:!0,sandbox:!0})),e.cM("Targeting consent: Checking...");let h=!1,m=!1;void 0!==this.opt.targeting_consent&&(m=!0,e.cM("Targeting consent: Parameter set"),e.cM("Targeting consent: Consent given? ",this.opt.targeting_consent),h=this.opt.targeting_consent),void 0!==this.opt.personalization_consent&&(e.cM("Personalization consent: Parameter set"),e.cM("Personalization consent: Consent given? ",this.opt.personalization_consent),h=h&&this.opt.personalization_consent),h=h&&m,this.setPrivacySettings(h),this.opt.ll||googletag.pubads().enableSingleRequest(),cam.sreEvent||(googletag.pubads().addEventListener("slotRenderEnded",e=>this.onSlotRendered(e)),cam.sreEvent=!0),await this.setTargeting();var u=d.filter(e=>!this.opt.ll||i.indexOf(e.id)<0),f=d.filter(e=>!!this.opt.ll&&i.indexOf(e.id)>=0);e.cM("Up front ids:",u),e.cM("Lazy loaded ids:",f),u.forEach(t=>{e.cM(`Defining ad for element ${t.id}`),this.defineSlot(t.id,googletag),t.setAttribute("data-dfp-zone","true")}),googletag.enableServices(),u.forEach(t=>{e.cM(`Displaying ad for element ${t.id}`),googletag.cmd.push(()=>googletag.display(t.id))}),this.opt.ll&&(e.cM("Enabling lazy loading for GAM"),googletag.pubads().enableLazyLoad({fetchMarginPercent:0,renderMarginPercent:0}),e.cM("Setting up lazy loaded ad units"),f.forEach(t=>{e.cM(`Lazy loading - Defining Slot ${t.id}`),this.defineSlot(t.id,googletag)}),f.forEach(t=>{e.cM(`Lazy loading - Displaying ad for element ${t.id}`),googletag.cmd.push(()=>googletag.display(t.id))}))}setPrivacySettings(e){e||googletag.pubads().setPrivacySettings({nonPersonalizedAds:!0})}async setTargeting(){if(!googletag)throw new Error("googletag not defined");let t=this.opt.targeting;if(!t)throw new Error("Targeting not defined (is "+typeof t+")");Object.keys(t).forEach(s=>{e.cM(`-> targeting - ${s}: ${t[s]}`),googletag.pubads().setTargeting(s,t[s])});let s=!1;if(void 0!==this.opt.targeting_consent&&(s=this.opt.targeting_consent),s){let t=(new c).getBrandSurveyEngagement();if(t.getTotalBrandImpressions().forEach((t,s)=>{e.cM(`-> targeting - BrandImpressions: ${s}: ${t}`),googletag.pubads().setTargeting("brand_"+s.toString()+"_impressions",t.toString())}),t.surveysIdsCompleted.forEach(t=>{e.cM(`-> targeting - SurveysTaken: ${t}`),googletag.pubads().setTargeting("survey_"+t+"_taken","true")}),this.clc_options.tgt_e&&this.getUserMetaPromise){let t=await this.getUserMetaPromise;t&&t.tgt_acct?(e.cM("-> targeting - User Account: "+t.tgt_acct),googletag.pubads().setTargeting("user-acct",t.tgt_acct.company_name),googletag.pubads().setTargeting("user_acct_top",t.tgt_acct.company_name),googletag.pubads().setTargeting("user_industry",t.tgt_acct.industry),googletag.pubads().setTargeting("user_employee_count",t.tgt_acct.employee_range)):e.cM("-> targeting - User Account: Not Found"),t&&Object.prototype.hasOwnProperty.call(t,"is_high_rep_earner")?(e.cM("-> targeting - High Rep Earner: "+t.is_high_rep_earner),googletag.pubads().setTargeting("IsHighRepEarner",t.is_high_rep_earner?"true":"false")):e.cM("-> targeting - High Rep Earner: not found")}}}appendAdblockDetector(){const e=document.createElement("div");e.className="adsbox",e.id="clc-abd",e.style.position="absolute",e.style.pointerEvents="none",e.innerHTML="&nbsp;",document.body.appendChild(e)}onSlotRendered(s){try{const o=s.slot.getSlotElementId();let i=[];o||i.push("id=0");const d=document.getElementById(o);if(o&&!d&&i.push("el=0"),0!==i.length)return void this.stalled(i.join("&"));const{path:l,sizes:c,zone:g}=(0,n.Z7)(o);if(this.collapsed[g]&&s.isEmpty)return e.cM(`No line item for the element #${d.id}... collapsing.`),void(0,r.wo)(d);if(this.slotsRenderedEvents.push(s),s.lineItemId||s.creativeId||!s.isEmpty){e.cM(`Rendered ad for element #${d.id} [line item #${s.lineItemId}]`),e.cM(s);var a=d.parentElement;if(a.classList.contains("js-zone-container")){switch((0,r.cf)(a),o){case"dfp-tlb":this.opt.tlb_position===t.Above?a.classList.add("mb8"):a.classList.add("mt16");break;case"dfp-tag":a.classList.add("mb8");break;case"dfp-msb":a.classList.add("mt16");break;case"dfp-mlb":case"dfp-smlb":case"dfp-bmlb":a.classList.add("my8");break;case"dfp-isb":a.classList.add("mt24");break;case"dfp-m-aq":a.classList.add("my12"),a.classList.add("mx-auto")}(0,r.$Z)(a),(0,r.$Z)(d)}else e.cM(`No ad for element #${d.id}, collapsing`),e.cM(s),(0,r.wo)(d)}}catch(t){e.cM("Exception thrown onSlotRendered"),e.cM(t),this.stalled("e=1")}}stalled(e){(new Image).src=`https://${this.clc_options.h}/stalled.gif?${e}`}defineSlot(t,s){"dfp-isb"===t&&(e.cM("-> targeting - Sidebar: Inline"),s.pubads().setTargeting("Sidebar",["Inline"])),"dfp-tsb"===t&&(e.cM("-> targeting - Sidebar: Right"),s.pubads().setTargeting("Sidebar",["Right"]));const{path:r,sizes:a,zone:o}=(0,n.Z7)(t);e.cM(`Defining slot for ${t}: ${r}, sizes: ${JSON.stringify(a)}`),s.defineSlot(r,a,t).addService(s.pubads())}importGptLibrary(){this.gptImported||(this.gptImported=!0,void 0===this.opt.targeting_consent||this.opt.targeting_consent?(0,r.Gx)("https://securepubads.g.doubleclick.net/tag/js/gpt.js"):(0,r.Gx)("https://pagead2.googlesyndication.com/tag/js/gpt.js"))}isGptReady(){return"undefined"!=typeof googletag&&!!googletag.apiReady}initGpt(){"undefined"==typeof googletag&&(window.googletag={cmd:(0,r.QZ)(()=>this.importGptLibrary())})}getUserMeta(){if(this.opt.allowAccountTargetingForThisRequest&&this.clc_options.tgt_e&&this.clc_options.tgt_p>0){if(e.cM("Targeting enabled."),this.clc_options.tgt_p<100){e.cM("Targeting rate limit enabled. Rolling the dice...");const t=Math.floor(100*Math.random())+1;if(e.cM("Rolled "+t+" and the max is "+this.clc_options.tgt_p),t>this.clc_options.tgt_p)return void e.cM("Will not request targeting.")}return e.cM("Will request targeting."),function(e,t,s,n){if(t){const t=new Headers;return t.append("Accept","application/json"),async function(e,t={},s=5e3){if("number"!=typeof s&&null!=s&&!1!==s){if("string"!=typeof s)throw new Error("fetchWithTimeout: timeout must be a number");if(s=parseInt(s),isNaN(s))throw new Error("fetchWithTimeout: timeout must be a number (or string that can be parsed to a number)")}const n=new AbortController,{signal:r}=n,a=fetch(e,{...t,signal:r}),o=setTimeout(()=>n.abort(),s);try{const e=await a;return clearTimeout(o),e}catch(e){throw clearTimeout(o),e}}(s+"?"+new URLSearchParams({omni:e}),{method:"GET",mode:"cors",headers:t},n).then(e=>e.json())}return Promise.reject("No consent")}(this.opt.omni,this.opt.targeting_consent,this.clc_options.tgt_u,this.clc_options.tgt_to).catch(t=>{e.vU("Error fetching user account targeting"),e.vU(t)})}e.cM("Targeting disabled. Will not request account targeting data.")}initDebugPanel(t,s){e.cM("initDebugPanel"),e.cM("Not showing debug panel.")}},window.clcGamLoaderOptions&&(cam.init(),cam.load())})()})();</script> <footer id="footer" class="site-footer js-footer" role="contentinfo"> <div class="site-footer--container"> <nav class="site-footer--nav"> <div class="site-footer--col"> <h5 class="-title"><a href="/">Ask Different</a></h5> <ul class="-list js-primary-footer-links"> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 2 })" href="/tour">Tour</a></li> <li><a href="/help" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 3 })">Help</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 5 })" href="https://chat.stackexchange.com?tab=site&host=apple.stackexchange.com">Chat</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 13 })" href="/contact">Contact</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 14 })" href="https://apple.meta.stackexchange.com">Feedback</a></li> </ul> </div> <div class="site-footer--col"> <h5 class="-title"><a class="js-gps-track" data-gps-track="footer.click({ location: 2, link: 1 })" href="https://stackoverflow.co/">Company</a></h5> <ul class="-list"> <li><a href="https://stackoverflow.com" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 15})">Stack Overflow</a></li> <li><a href="https://stackoverflow.co/teams/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 29 })">Teams</a></li> <li><a href="https://stackoverflow.co/advertising/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 21 })">Advertising</a></li> <li><a href="https://stackoverflow.co/collectives/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 40 })">Collectives</a></li> <li><a href="https://stackoverflow.co/talent/" class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 20 })">Talent</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 1 })" href="https://stackoverflow.co/">About</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 27 })" href="https://stackoverflow.co/company/press/">Press</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 7 })" href="https://stackoverflow.com/legal">Legal</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 8 })" href="https://stackoverflow.com/legal/privacy-policy">Privacy Policy</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 37 })" href="https://stackoverflow.com/legal/terms-of-service/public">Terms of Service</a></li> <li class="" id="consent-footer-link"><a class="js-gps-track -link js-cookie-settings" data-gps-track="footer.click({ location: 2, link: 38 })" href="#" data-consent-popup-loader="footer">Cookie Settings</a></li> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link: 39 })" href="https://stackoverflow.com/legal/cookie-policy">Cookie Policy</a></li> </ul> </div> <div class="site-footer--col site-footer--categories-nav"> <div> <h5 class="-title"><a href="https://stackexchange.com" data-gps-track="footer.click({ location: 2, link: 30 })">Stack Exchange Network</a></h5> <ul class="-list"> <li> <a href="https://stackexchange.com/sites#technology" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Technology </a> </li> <li> <a href="https://stackexchange.com/sites#culturerecreation" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Culture &amp; recreation </a> </li> <li> <a href="https://stackexchange.com/sites#lifearts" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Life &amp; arts </a> </li> <li> <a href="https://stackexchange.com/sites#science" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Science </a> </li> <li> <a href="https://stackexchange.com/sites#professional" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Professional </a> </li> <li> <a href="https://stackexchange.com/sites#business" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Business </a> </li> <li class="mt16 md:mt0"> <a href="https://api.stackexchange.com/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> API </a> </li> <li> <a href="https://data.stackexchange.com/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 24 })"> Data </a> </li> </ul> </div> </div> </nav> <div class="site-footer--copyright fs-fine md:mt24"> <ul class="-list -social md:mb8"> <li><a class="js-gps-track -link" data-gps-track="footer.click({ location: 2, link:4 })" href="https://stackoverflow.blog?blb=1">Blog</a></li> <li><a href="https://www.facebook.com/officialstackoverflow/" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 31 })">Facebook</a></li> <li><a href="https://twitter.com/stackoverflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 32 })">Twitter</a></li> <li><a href="https://linkedin.com/company/stack-overflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 33 })">LinkedIn</a></li> <li><a href="https://www.instagram.com/thestackoverflow" class="-link js-gps-track" data-gps-track="footer.click({ location: 2, link: 36 })">Instagram</a></li> </ul> <p class="md:mb0"> Site design / logo &#169; 2024 Stack Exchange Inc; user contributions licensed under <span class='td-underline'><a href="https://stackoverflow.com/help/licensing">CC BY-SA</a></span>. <span id="svnrev">rev&nbsp;2024.2.23.5269</span> </p> </div> </div> <div class="site-footer--extra ai-center"> Apple is a trademark of Apple Inc., registered in the US and other countries. This site is not affiliated with or endorsed by Apple Inc. in any way. </div> </footer> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-S812YQPLT2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } </script> <script> StackExchange.ready(function() { var ga3Settings = { autoLink: ["stackoverflow.blog","info.stackoverflowsolutions.com","stackoverflowsolutions.com"], sendTitles: true, tracker: window.ga, trackingCodes: [ 'UA-108242619-5' ], checkDimension: 'dimension42' }; var customGA4Dimensions = {}; customGA4Dimensions["routename"] = "Questions/Show"; customGA4Dimensions["post_id"] = "321931"; customGA4Dimensions["tags"] = "|icloud|email|gmail|"; var ga4Settings = { tracker: gtag, trackingCodes: [ 'G-S812YQPLT2' ], consentsToPerformanceCookies: "denied", consentsToTargetingCookies: "denied", eventParameters: customGA4Dimensions, checkForAdBlock: true, sendTitles: true, trackClicks: false, }; StackExchange.ga.init({ GA3: ga3Settings, GA4: ga4Settings }); StackExchange.ga.setDimension('dimension2', '|icloud|email|gmail|'); StackExchange.ga.setDimension('dimension3', 'Questions/Show'); StackExchange.ga.setDimension('dimension7', "1708850694.1005237258"); StackExchange.ga.trackPageView(); }); </script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" charset="UTF-8" data-document-language="false" data-domain-script="cb0f3c87-b769-4e66-bbaa-377f9194216d"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "SO I am a brand new Apple user. I have multiple email IDs, namely:\n- my office email\nI want to import my old and new emails (both office and gmail) to iCloud online. I plan to delete my gmail after that and I want to send my office emails from iCloud (preferably web interface) (as in [email protected] and not @iCloud.com).\nMy concern is I have way too much mail to clutter my Mac and I would just be happy to store the mails online and have access to them through the iCloud online mail interface (that is ultimately making iCloud my onestop goto for all my emails).\nIs that possible? If not what are my options?", "id": "<urn:uuid:e84563ac-0a56-4ccf-8f09-e28411e2f27b>", "dump": "CC-MAIN-2024-10", "url": "https://apple.stackexchange.com/questions/321931/import-send-gmail-and-work-email-to-icloud-online/321942", "date": "2024-02-25T08:44:54", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9407543540000916, "token_count": 149 } }
<urn:uuid:839ad1f3-7991-4ca1-80c3-0c2379a48d82>
<!DOCTYPE html> <html lang="en-US"> <head><meta name="Generator" content="Drupal 9 (https://www.drupal.org)" /> <meta name="MobileOptimized" content="width" /> <meta name="HandheldFriendly" content="true" /> <meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="google-site-verification" content="INNnke3cbi-d8w1JzzHfDHbOjyp1jylH85pjH9O9VP4" /> </head> <meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=6, minimum-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>Retro Music Player &#8211; Mod Apk of Games and Apps in Android</title><link rel="stylesheet" href="https://appmod.in/mod-apk/cache/min/1/ed5512d5806431b57c9b00ab30296c26.css" media="all" data-minify="1" /> <meta name='robots' content='max-image-preview:large' /> <meta name="description" content="Download Retro Music Player Mod Apk Now. Enjoy Premium Android apps for free. All Pro Features unlocked, No advertisement, No limit. Direct download link to latest version of Retro Music Player"><link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title=" Mod Apk of Games and Apps in Android &raquo; Feed" href="https://appmod.in/feed/" /> <link rel="alternate" type="application/rss+xml" title=" Mod Apk of Games and Apps in Android &raquo; Comments Feed" href="https://appmod.in/comments/feed/" /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--vce-acc: #da463a;--wp--preset--color--vce-meta: #9b9b9b;--wp--preset--color--vce-txt: #444444;--wp--preset--color--vce-bg: #f9f5f4;--wp--preset--color--vce-cat-0: ;--wp--preset--color--vce-cat-44: #1cbddd;--wp--preset--color--vce-cat-45: #740fbc;--wp--preset--color--vce-cat-46: #63ce98;--wp--preset--color--vce-cat-69: #efc137;--wp--preset--color--vce-cat-84: #34e297;--wp--preset--color--vce-cat-70: #d83131;--wp--preset--color--vce-cat-71: #3cc147;--wp--preset--color--vce-cat-72: #238ddd;--wp--preset--color--vce-cat-73: #e8008f;--wp--preset--color--vce-cat-74: #15859b;--wp--preset--color--vce-cat-75: #83c92e;--wp--preset--color--vce-cat-76: #ed8536;--wp--preset--color--vce-cat-77: #ee3aff;--wp--preset--color--vce-cat-78: #36af8f;--wp--preset--color--vce-cat-79: #86ff4f;--wp--preset--color--vce-cat-80: #b72a2a;--wp--preset--color--vce-cat-81: #1599a8;--wp--preset--color--vce-cat-82: #35ddff;--wp--preset--color--vce-cat-83: #ff4f7d;--wp--preset--color--vce-cat-85: #ff3535;--wp--preset--color--vce-cat-86: #ff75fa;--wp--preset--color--vce-cat-87: #5464dd;--wp--preset--color--vce-cat-88: #e07da1;--wp--preset--color--vce-cat-89: #76c9e2;--wp--preset--color--vce-cat-90: #ffc570;--wp--preset--color--vce-cat-91: #6ccfe2;--wp--preset--color--vce-cat-92: #8058aa;--wp--preset--color--vce-cat-93: #ff938c;--wp--preset--color--vce-cat-94: #8dedfc;--wp--preset--color--vce-cat-95: #255ba3;--wp--preset--color--vce-cat-96: #f9f69a;--wp--preset--color--vce-cat-47: #d3bc87;--wp--preset--color--vce-cat-48: #9e77dd;--wp--preset--color--vce-cat-54: #d76ef4;--wp--preset--color--vce-cat-55: #5485c9;--wp--preset--color--vce-cat-56: #ffd1a3;--wp--preset--color--vce-cat-57: #31829e;--wp--preset--color--vce-cat-58: #74bf81;--wp--preset--color--vce-cat-59: #98a81e;--wp--preset--color--vce-cat-60: #dd9f9f;--wp--preset--color--vce-cat-61: #57bf92;--wp--preset--color--vce-cat-62: #9f61ad;--wp--preset--color--vce-cat-63: #ff82cd;--wp--preset--color--vce-cat-64: #dd6a6a;--wp--preset--color--vce-cat-65: #fc813a;--wp--preset--color--vce-cat-66: #8bd6cc;--wp--preset--color--vce-cat-67: #33841d;--wp--preset--color--vce-cat-68: #a3933a;--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 21px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--huge: 28px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Open%20Sans:wght@400&#038;family=Poppins:wght@500;600' type='text/css' media='all' /> <style id='vce-style-inline-css' type='text/css'> body, button, input, select, textarea {font-size: 1.6rem;}.vce-single .entry-headline p{font-size: 1.8rem;}.main-navigation a{font-size: 1.4rem;}.sidebar .widget-title{font-size: 1.6rem;}.sidebar .widget, .vce-lay-c .entry-content, .vce-lay-h .entry-content {font-size: 1.4rem;}.vce-featured-link-article{font-size: 5.0rem;}.vce-featured-grid-big.vce-featured-grid .vce-featured-link-article{font-size: 3.0rem;}.vce-featured-grid .vce-featured-link-article{font-size: 2.0rem;}h1 { font-size: 3.6rem; }h2 { font-size: 4.0rem; }h3 { font-size: 3.5rem; }h4 { font-size: 2.5rem; }h5 { font-size: 2.0rem; }h6 { font-size: 1.8rem; }.comment-reply-title, .main-box-title{font-size: 1.6rem;}h1.entry-title{font-size: 3.6rem;}.vce-lay-a .entry-title a{font-size: 3.0rem;}.vce-lay-b .entry-title{font-size: 2.4rem;}.vce-lay-c .entry-title, .vce-sid-none .vce-lay-c .entry-title{font-size: 2.0rem;}.vce-lay-d .entry-title{font-size: 1.4rem;}.vce-lay-e .entry-title{font-size: 1.3rem;}.vce-lay-f .entry-title{font-size: 1.4rem;}.vce-lay-g .entry-title a, .vce-lay-g .entry-title a:hover{font-size: 2.6rem;}.vce-lay-h .entry-title{font-size: 2.2rem;}.entry-meta div,.entry-meta div a,.vce-lay-g .meta-item,.vce-lay-c .meta-item{font-size: 1.4rem;}.vce-lay-d .meta-category a,.vce-lay-d .entry-meta div,.vce-lay-d .entry-meta div a,.vce-lay-e .entry-meta div,.vce-lay-e .entry-meta div a,.vce-lay-e .fn,.vce-lay-e .meta-item{font-size: 1.3rem;}body {background-color:#e0e5e3;}body,.mks_author_widget h3,.site-description,.meta-category a,textarea {font-family: 'Open Sans';font-weight: 400;}h1,h2,h3,h4,h5,h6,blockquote,.vce-post-link,.site-title,.site-title a,.main-box-title,.comment-reply-title,.entry-title a,.vce-single .entry-headline p,.vce-prev-next-link,.author-title,.mks_pullquote,.widget_rss ul li .rsswidget,#bbpress-forums .bbp-forum-title,#bbpress-forums .bbp-topic-permalink {font-family: 'Poppins';font-weight: 600;}.main-navigation a,.sidr a{font-family: 'Poppins';font-weight: 500;}.vce-single .entry-content,.vce-single .entry-headline,.vce-single .entry-footer,.vce-share-bar {width: 600px;}.vce-lay-a .lay-a-content{width: 600px;max-width: 600px;}.vce-page .entry-content,.vce-page .entry-title-page {width: 600px;}.vce-sid-none .vce-single .entry-content,.vce-sid-none .vce-single .entry-headline,.vce-sid-none .vce-single .entry-footer {width: 1000px;}.vce-sid-none .vce-page .entry-content,.vce-sid-none .vce-page .entry-title-page,.error404 .entry-content {width: 600px;max-width: 600px;}body, button, input, select, textarea{color: #444444;}h1,h2,h3,h4,h5,h6,.entry-title a,.prev-next-nav a,#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink,.woocommerce ul.products li.product .price .amount{color: #232323;}a,.entry-title a:hover,.vce-prev-next-link:hover,.vce-author-links a:hover,.required,.error404 h4,.prev-next-nav a:hover,#bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover,.woocommerce ul.products li.product h3:hover,.woocommerce ul.products li.product h3:hover mark,.main-box-title a:hover{color: #da463a;}.vce-square,.vce-main-content .mejs-controls .mejs-time-rail .mejs-time-current,button,input[type="button"],input[type="reset"],input[type="submit"],.vce-button,.pagination-wapper a,#vce-pagination .next.page-numbers,#vce-pagination .prev.page-numbers,#vce-pagination .page-numbers,#vce-pagination .page-numbers.current,.vce-link-pages a,#vce-pagination a,.vce-load-more a,.vce-slider-pagination .owl-nav > div,.vce-mega-menu-posts-wrap .owl-nav > div,.comment-reply-link:hover,.vce-featured-section a,.vce-lay-g .vce-featured-info .meta-category a,.vce-404-menu a,.vce-post.sticky .meta-image:before,#vce-pagination .page-numbers:hover,#bbpress-forums .bbp-pagination .current,#bbpress-forums .bbp-pagination a:hover,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce ul.products li.product .added_to_cart,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce ul.products li.product .added_to_cart:hover,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce span.onsale,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.comments-holder .navigation .page-numbers.current,.vce-lay-a .vce-read-more:hover,.vce-lay-c .vce-read-more:hover,body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button,body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,.wp-block-search__button {background-color: #da463a;}#vce-pagination .page-numbers,.comments-holder .navigation .page-numbers{background: transparent;color: #da463a;border: 1px solid #da463a;}.comments-holder .navigation .page-numbers:hover{background: #da463a;border: 1px solid #da463a;}.bbp-pagination-links a{background: transparent;color: #da463a;border: 1px solid #da463a !important;}#vce-pagination .page-numbers.current,.bbp-pagination-links span.current,.comments-holder .navigation .page-numbers.current{border: 1px solid #da463a;}.widget_categories .cat-item:before,.widget_categories .cat-item .count{background: #da463a;}.comment-reply-link,.vce-lay-a .vce-read-more,.vce-lay-c .vce-read-more{border: 1px solid #da463a;}.entry-meta div,.entry-meta-count,.entry-meta div a,.comment-metadata a,.meta-category span,.meta-author-wrapped,.wp-caption .wp-caption-text,.widget_rss .rss-date,.sidebar cite,.site-footer cite,.sidebar .vce-post-list .entry-meta div,.sidebar .vce-post-list .entry-meta div a,.sidebar .vce-post-list .fn,.sidebar .vce-post-list .fn a,.site-footer .vce-post-list .entry-meta div,.site-footer .vce-post-list .entry-meta div a,.site-footer .vce-post-list .fn,.site-footer .vce-post-list .fn a,#bbpress-forums .bbp-topic-started-by,#bbpress-forums .bbp-topic-started-in,#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta,span.bbp-admin-links a,.bbp-reply-post-date,#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer,.woocommerce .woocommerce-result-count,.woocommerce .product_meta{color: #9b9b9b;}.main-box-title, .comment-reply-title, .main-box-head{background: #eaeced;color: #232323;}.main-box-title a{color: #232323;}.sidebar .widget .widget-title a{color: #232323;}.main-box,.comment-respond,.prev-next-nav{background: #f9f9f9;}.vce-post,ul.comment-list > li.comment,.main-box-single,.ie8 .vce-single,#disqus_thread,.vce-author-card,.vce-author-card .vce-content-outside,.mks-bredcrumbs-container,ul.comment-list > li.pingback{background: #f9f5f4;}.mks_tabs.horizontal .mks_tab_nav_item.active{border-bottom: 1px solid #f9f5f4;}.mks_tabs.horizontal .mks_tab_item,.mks_tabs.vertical .mks_tab_nav_item.active,.mks_tabs.horizontal .mks_tab_nav_item.active{background: #f9f5f4;}.mks_tabs.vertical .mks_tab_nav_item.active{border-right: 1px solid #f9f5f4;}#vce-pagination,.vce-slider-pagination .owl-controls,.vce-content-outside,.comments-holder .navigation{background: #f3f3f3;}.sidebar .widget-title{background: #e2e2e2;color: #232323;}.sidebar .widget{background: #f0f2ef;}.sidebar .widget,.sidebar .widget li a,.sidebar .mks_author_widget h3 a,.sidebar .mks_author_widget h3,.sidebar .vce-search-form .vce-search-input,.sidebar .vce-search-form .vce-search-input:focus{color: #444444;}.sidebar .widget li a:hover,.sidebar .widget a,.widget_nav_menu li.menu-item-has-children:hover:after,.widget_pages li.page_item_has_children:hover:after{color: #da463a;}.sidebar .tagcloud a {border: 1px solid #da463a;}.sidebar .mks_author_link,.sidebar .tagcloud a:hover,.sidebar .mks_themeforest_widget .more,.sidebar button,.sidebar input[type="button"],.sidebar input[type="reset"],.sidebar input[type="submit"],.sidebar .vce-button,.sidebar .bbp_widget_login .button{background-color: #da463a;}.sidebar .mks_author_widget .mks_autor_link_wrap,.sidebar .mks_themeforest_widget .mks_read_more,.widget .meks-instagram-follow-link {background: #f3f3f3;}.sidebar #wp-calendar caption,.sidebar .recentcomments,.sidebar .post-date,.sidebar #wp-calendar tbody{color: rgba(68,68,68,0.7);}.site-footer{background: #373941;}.site-footer .widget-title{color: #ffffff;}.site-footer,.site-footer .widget,.site-footer .widget li a,.site-footer .mks_author_widget h3 a,.site-footer .mks_author_widget h3,.site-footer .vce-search-form .vce-search-input,.site-footer .vce-search-form .vce-search-input:focus{color: #f9f9f9;}.site-footer .widget li a:hover,.site-footer .widget a,.site-info a{color: #da463a;}.site-footer .tagcloud a {border: 1px solid #da463a;}.site-footer .mks_author_link,.site-footer .mks_themeforest_widget .more,.site-footer button,.site-footer input[type="button"],.site-footer input[type="reset"],.site-footer input[type="submit"],.site-footer .vce-button,.site-footer .tagcloud a:hover{background-color: #da463a;}.site-footer #wp-calendar caption,.site-footer .recentcomments,.site-footer .post-date,.site-footer #wp-calendar tbody,.site-footer .site-info{color: rgba(249,249,249,0.7);}.top-header,.top-nav-menu li .sub-menu{background: #da463a;}.top-header,.top-header a{color: #ffffff;}.top-header .vce-search-form .vce-search-input,.top-header .vce-search-input:focus,.top-header .vce-search-submit{color: #ffffff;}.top-header .vce-search-form .vce-search-input::-webkit-input-placeholder { color: #ffffff;}.top-header .vce-search-form .vce-search-input:-moz-placeholder { color: #ffffff;}.top-header .vce-search-form .vce-search-input::-moz-placeholder { color: #ffffff;}.top-header .vce-search-form .vce-search-input:-ms-input-placeholder { color: #ffffff;}.header-1-wrapper{height: 70px;padding-top: 10px;}.header-2-wrapper,.header-3-wrapper{height: 70px;}.header-2-wrapper .site-branding,.header-3-wrapper .site-branding{top: 10px;left: 0px;}.site-title a, .site-title a:hover{color: #232323;}.site-description{color: #aaaaaa;}.main-header{background-color: #ffffff;}.header-bottom-wrapper{background: #d6d6d6;}.vce-header-ads{margin: 10px 0;}.header-3-wrapper .nav-menu > li > a{padding: 25px 15px;}.header-sticky,.sidr{background: rgba(255,255,255,0.95);}.ie8 .header-sticky{background: #ffffff;}.main-navigation a,.nav-menu .vce-mega-menu > .sub-menu > li > a,.sidr li a,.vce-menu-parent{color: #393030;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul li:hover > a,.nav-menu ul .current-menu-item a,.nav-menu ul .current_page_item a,.vce-menu-parent:hover,.sidr li a:hover,.sidr li.sidr-class-current_page_item > a,.main-navigation li.current-menu-item.fa:before,.vce-responsive-nav{color: #da463a;}#sidr-id-vce_main_navigation_menu .soc-nav-menu li a:hover {color: #ffffff;}.nav-menu > li:hover > a,.nav-menu > .current_page_item > a,.nav-menu > .current-menu-item > a,.nav-menu > .current-menu-ancestor > a,.main-navigation a.vce-item-selected,.main-navigation ul ul,.header-sticky .nav-menu > .current_page_item:hover > a,.header-sticky .nav-menu > .current-menu-item:hover > a,.header-sticky .nav-menu > .current-menu-ancestor:hover > a,.header-sticky .main-navigation a.vce-item-selected:hover{background-color: #ffffff;}.search-header-wrap ul {border-top: 2px solid #da463a;}.vce-cart-icon a.vce-custom-cart span,.sidr-class-vce-custom-cart .sidr-class-vce-cart-count {background: #da463a;font-family: 'Open Sans';}.vce-border-top .main-box-title{border-top: 2px solid #da463a;}.tagcloud a:hover,.sidebar .widget .mks_author_link,.sidebar .widget.mks_themeforest_widget .more,.site-footer .widget .mks_author_link,.site-footer .widget.mks_themeforest_widget .more,.vce-lay-g .entry-meta div,.vce-lay-g .fn,.vce-lay-g .fn a{color: #FFF;}.vce-featured-header .vce-featured-header-background{opacity: 0.5}.vce-featured-grid .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}.vce-featured-grid.vce-featured-grid-big .vce-featured-header-background,.vce-post-big .vce-post-img:after,.vce-post-slider .vce-post-img:after{opacity: 0.5}.vce-featured-grid.vce-featured-grid-big .owl-item:hover .vce-grid-text .vce-featured-header-background,.vce-post-big li:hover .vce-post-img:after,.vce-post-slider li:hover .vce-post-img:after {opacity: 0.8}#back-top {background: #323232}.sidr input[type=text]{background: rgba(57,48,48,0.1);color: rgba(57,48,48,0.5);}.is-style-solid-color{background-color: #da463a;color: #f9f5f4;}.wp-block-image figcaption{color: #9b9b9b;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2,p.has-drop-cap:not(:focus)::first-letter,p.wp-block-subhead{font-family: 'Poppins';font-weight: 600;}.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{font-size: 2.5rem;}p.wp-block-subhead{font-size: 1.8rem;}.wp-block-button__link{background: #da463a}.wp-block-search .wp-block-search__button{color: #f9f5f4}.meta-image:hover a img,.vce-lay-h .img-wrap:hover .meta-image > img,.img-wrp:hover img,.vce-gallery-big:hover img,.vce-gallery .gallery-item:hover img,.wp-block-gallery .blocks-gallery-item:hover img,.vce_posts_widget .vce-post-big li:hover img,.vce-featured-grid .owl-item:hover img,.vce-post-img:hover img,.mega-menu-img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.has-small-font-size{ font-size: 1.2rem;}.has-large-font-size{ font-size: 1.9rem;}.has-huge-font-size{ font-size: 2.3rem;}@media(min-width: 671px){.has-small-font-size{ font-size: 1.3rem;}.has-normal-font-size{ font-size: 1.6rem;}.has-large-font-size{ font-size: 2.1rem;}.has-huge-font-size{ font-size: 2.8rem;}}.has-vce-acc-background-color{ background-color: #da463a;}.has-vce-acc-color{ color: #da463a;}.has-vce-meta-background-color{ background-color: #9b9b9b;}.has-vce-meta-color{ color: #9b9b9b;}.has-vce-txt-background-color{ background-color: #444444;}.has-vce-txt-color{ color: #444444;}.has-vce-bg-background-color{ background-color: #f9f5f4;}.has-vce-bg-color{ color: #f9f5f4;}.has-vce-cat-0-background-color{ background-color: ;}.has-vce-cat-0-color{ color: ;}.has-vce-cat-44-background-color{ background-color: #1cbddd;}.has-vce-cat-44-color{ color: #1cbddd;}.has-vce-cat-45-background-color{ background-color: #740fbc;}.has-vce-cat-45-color{ color: #740fbc;}.has-vce-cat-46-background-color{ background-color: #63ce98;}.has-vce-cat-46-color{ color: #63ce98;}.has-vce-cat-69-background-color{ background-color: #efc137;}.has-vce-cat-69-color{ color: #efc137;}.has-vce-cat-84-background-color{ background-color: #34e297;}.has-vce-cat-84-color{ color: #34e297;}.has-vce-cat-70-background-color{ background-color: #d83131;}.has-vce-cat-70-color{ color: #d83131;}.has-vce-cat-71-background-color{ background-color: #3cc147;}.has-vce-cat-71-color{ color: #3cc147;}.has-vce-cat-72-background-color{ background-color: #238ddd;}.has-vce-cat-72-color{ color: #238ddd;}.has-vce-cat-73-background-color{ background-color: #e8008f;}.has-vce-cat-73-color{ color: #e8008f;}.has-vce-cat-74-background-color{ background-color: #15859b;}.has-vce-cat-74-color{ color: #15859b;}.has-vce-cat-75-background-color{ background-color: #83c92e;}.has-vce-cat-75-color{ color: #83c92e;}.has-vce-cat-76-background-color{ background-color: #ed8536;}.has-vce-cat-76-color{ color: #ed8536;}.has-vce-cat-77-background-color{ background-color: #ee3aff;}.has-vce-cat-77-color{ color: #ee3aff;}.has-vce-cat-78-background-color{ background-color: #36af8f;}.has-vce-cat-78-color{ color: #36af8f;}.has-vce-cat-79-background-color{ background-color: #86ff4f;}.has-vce-cat-79-color{ color: #86ff4f;}.has-vce-cat-80-background-color{ background-color: #b72a2a;}.has-vce-cat-80-color{ color: #b72a2a;}.has-vce-cat-81-background-color{ background-color: #1599a8;}.has-vce-cat-81-color{ color: #1599a8;}.has-vce-cat-82-background-color{ background-color: #35ddff;}.has-vce-cat-82-color{ color: #35ddff;}.has-vce-cat-83-background-color{ background-color: #ff4f7d;}.has-vce-cat-83-color{ color: #ff4f7d;}.has-vce-cat-85-background-color{ background-color: #ff3535;}.has-vce-cat-85-color{ color: #ff3535;}.has-vce-cat-86-background-color{ background-color: #ff75fa;}.has-vce-cat-86-color{ color: #ff75fa;}.has-vce-cat-87-background-color{ background-color: #5464dd;}.has-vce-cat-87-color{ color: #5464dd;}.has-vce-cat-88-background-color{ background-color: #e07da1;}.has-vce-cat-88-color{ color: #e07da1;}.has-vce-cat-89-background-color{ background-color: #76c9e2;}.has-vce-cat-89-color{ color: #76c9e2;}.has-vce-cat-90-background-color{ background-color: #ffc570;}.has-vce-cat-90-color{ color: #ffc570;}.has-vce-cat-91-background-color{ background-color: #6ccfe2;}.has-vce-cat-91-color{ color: #6ccfe2;}.has-vce-cat-92-background-color{ background-color: #8058aa;}.has-vce-cat-92-color{ color: #8058aa;}.has-vce-cat-93-background-color{ background-color: #ff938c;}.has-vce-cat-93-color{ color: #ff938c;}.has-vce-cat-94-background-color{ background-color: #8dedfc;}.has-vce-cat-94-color{ color: #8dedfc;}.has-vce-cat-95-background-color{ background-color: #255ba3;}.has-vce-cat-95-color{ color: #255ba3;}.has-vce-cat-96-background-color{ background-color: #f9f69a;}.has-vce-cat-96-color{ color: #f9f69a;}.has-vce-cat-47-background-color{ background-color: #d3bc87;}.has-vce-cat-47-color{ color: #d3bc87;}.has-vce-cat-48-background-color{ background-color: #9e77dd;}.has-vce-cat-48-color{ color: #9e77dd;}.has-vce-cat-54-background-color{ background-color: #d76ef4;}.has-vce-cat-54-color{ color: #d76ef4;}.has-vce-cat-55-background-color{ background-color: #5485c9;}.has-vce-cat-55-color{ color: #5485c9;}.has-vce-cat-56-background-color{ background-color: #ffd1a3;}.has-vce-cat-56-color{ color: #ffd1a3;}.has-vce-cat-57-background-color{ background-color: #31829e;}.has-vce-cat-57-color{ color: #31829e;}.has-vce-cat-58-background-color{ background-color: #74bf81;}.has-vce-cat-58-color{ color: #74bf81;}.has-vce-cat-59-background-color{ background-color: #98a81e;}.has-vce-cat-59-color{ color: #98a81e;}.has-vce-cat-60-background-color{ background-color: #dd9f9f;}.has-vce-cat-60-color{ color: #dd9f9f;}.has-vce-cat-61-background-color{ background-color: #57bf92;}.has-vce-cat-61-color{ color: #57bf92;}.has-vce-cat-62-background-color{ background-color: #9f61ad;}.has-vce-cat-62-color{ color: #9f61ad;}.has-vce-cat-63-background-color{ background-color: #ff82cd;}.has-vce-cat-63-color{ color: #ff82cd;}.has-vce-cat-64-background-color{ background-color: #dd6a6a;}.has-vce-cat-64-color{ color: #dd6a6a;}.has-vce-cat-65-background-color{ background-color: #fc813a;}.has-vce-cat-65-color{ color: #fc813a;}.has-vce-cat-66-background-color{ background-color: #8bd6cc;}.has-vce-cat-66-color{ color: #8bd6cc;}.has-vce-cat-67-background-color{ background-color: #33841d;}.has-vce-cat-67-color{ color: #33841d;}.has-vce-cat-68-background-color{ background-color: #a3933a;}.has-vce-cat-68-color{ color: #a3933a;}a.category-44, .sidebar .widget .vce-post-list a.category-44{ color: #1cbddd;}body.category-44 .main-box-title, .main-box-title.cat-44 { border-top: 2px solid #1cbddd;}.widget_categories li.cat-item-44 .count { background: #1cbddd;}.widget_categories li.cat-item-44:before { background:#1cbddd;}.vce-featured-section .category-44, .vce-post-big .meta-category a.category-44, .vce-post-slider .meta-category a.category-44{ background-color: #1cbddd;}.vce-lay-g .vce-featured-info .meta-category a.category-44{ background-color: #1cbddd;}.vce-lay-h header .meta-category a.category-44{ background-color: #1cbddd;}a.category-45, .sidebar .widget .vce-post-list a.category-45{ color: #740fbc;}body.category-45 .main-box-title, .main-box-title.cat-45 { border-top: 2px solid #740fbc;}.widget_categories li.cat-item-45 .count { background: #740fbc;}.widget_categories li.cat-item-45:before { background:#740fbc;}.vce-featured-section .category-45, .vce-post-big .meta-category a.category-45, .vce-post-slider .meta-category a.category-45{ background-color: #740fbc;}.vce-lay-g .vce-featured-info .meta-category a.category-45{ background-color: #740fbc;}.vce-lay-h header .meta-category a.category-45{ background-color: #740fbc;}a.category-46, .sidebar .widget .vce-post-list a.category-46{ color: #63ce98;}body.category-46 .main-box-title, .main-box-title.cat-46 { border-top: 2px solid #63ce98;}.widget_categories li.cat-item-46 .count { background: #63ce98;}.widget_categories li.cat-item-46:before { background:#63ce98;}.vce-featured-section .category-46, .vce-post-big .meta-category a.category-46, .vce-post-slider .meta-category a.category-46{ background-color: #63ce98;}.vce-lay-g .vce-featured-info .meta-category a.category-46{ background-color: #63ce98;}.vce-lay-h header .meta-category a.category-46{ background-color: #63ce98;}a.category-69, .sidebar .widget .vce-post-list a.category-69{ color: #efc137;}body.category-69 .main-box-title, .main-box-title.cat-69 { border-top: 2px solid #efc137;}.widget_categories li.cat-item-69 .count { background: #efc137;}.widget_categories li.cat-item-69:before { background:#efc137;}.vce-featured-section .category-69, .vce-post-big .meta-category a.category-69, .vce-post-slider .meta-category a.category-69{ background-color: #efc137;}.vce-lay-g .vce-featured-info .meta-category a.category-69{ background-color: #efc137;}.vce-lay-h header .meta-category a.category-69{ background-color: #efc137;}a.category-84, .sidebar .widget .vce-post-list a.category-84{ color: #34e297;}body.category-84 .main-box-title, .main-box-title.cat-84 { border-top: 2px solid #34e297;}.widget_categories li.cat-item-84 .count { background: #34e297;}.widget_categories li.cat-item-84:before { background:#34e297;}.vce-featured-section .category-84, .vce-post-big .meta-category a.category-84, .vce-post-slider .meta-category a.category-84{ background-color: #34e297;}.vce-lay-g .vce-featured-info .meta-category a.category-84{ background-color: #34e297;}.vce-lay-h header .meta-category a.category-84{ background-color: #34e297;}a.category-70, .sidebar .widget .vce-post-list a.category-70{ color: #d83131;}body.category-70 .main-box-title, .main-box-title.cat-70 { border-top: 2px solid #d83131;}.widget_categories li.cat-item-70 .count { background: #d83131;}.widget_categories li.cat-item-70:before { background:#d83131;}.vce-featured-section .category-70, .vce-post-big .meta-category a.category-70, .vce-post-slider .meta-category a.category-70{ background-color: #d83131;}.vce-lay-g .vce-featured-info .meta-category a.category-70{ background-color: #d83131;}.vce-lay-h header .meta-category a.category-70{ background-color: #d83131;}a.category-71, .sidebar .widget .vce-post-list a.category-71{ color: #3cc147;}body.category-71 .main-box-title, .main-box-title.cat-71 { border-top: 2px solid #3cc147;}.widget_categories li.cat-item-71 .count { background: #3cc147;}.widget_categories li.cat-item-71:before { background:#3cc147;}.vce-featured-section .category-71, .vce-post-big .meta-category a.category-71, .vce-post-slider .meta-category a.category-71{ background-color: #3cc147;}.vce-lay-g .vce-featured-info .meta-category a.category-71{ background-color: #3cc147;}.vce-lay-h header .meta-category a.category-71{ background-color: #3cc147;}a.category-72, .sidebar .widget .vce-post-list a.category-72{ color: #238ddd;}body.category-72 .main-box-title, .main-box-title.cat-72 { border-top: 2px solid #238ddd;}.widget_categories li.cat-item-72 .count { background: #238ddd;}.widget_categories li.cat-item-72:before { background:#238ddd;}.vce-featured-section .category-72, .vce-post-big .meta-category a.category-72, .vce-post-slider .meta-category a.category-72{ background-color: #238ddd;}.vce-lay-g .vce-featured-info .meta-category a.category-72{ background-color: #238ddd;}.vce-lay-h header .meta-category a.category-72{ background-color: #238ddd;}a.category-73, .sidebar .widget .vce-post-list a.category-73{ color: #e8008f;}body.category-73 .main-box-title, .main-box-title.cat-73 { border-top: 2px solid #e8008f;}.widget_categories li.cat-item-73 .count { background: #e8008f;}.widget_categories li.cat-item-73:before { background:#e8008f;}.vce-featured-section .category-73, .vce-post-big .meta-category a.category-73, .vce-post-slider .meta-category a.category-73{ background-color: #e8008f;}.vce-lay-g .vce-featured-info .meta-category a.category-73{ background-color: #e8008f;}.vce-lay-h header .meta-category a.category-73{ background-color: #e8008f;}a.category-74, .sidebar .widget .vce-post-list a.category-74{ color: #15859b;}body.category-74 .main-box-title, .main-box-title.cat-74 { border-top: 2px solid #15859b;}.widget_categories li.cat-item-74 .count { background: #15859b;}.widget_categories li.cat-item-74:before { background:#15859b;}.vce-featured-section .category-74, .vce-post-big .meta-category a.category-74, .vce-post-slider .meta-category a.category-74{ background-color: #15859b;}.vce-lay-g .vce-featured-info .meta-category a.category-74{ background-color: #15859b;}.vce-lay-h header .meta-category a.category-74{ background-color: #15859b;}a.category-75, .sidebar .widget .vce-post-list a.category-75{ color: #83c92e;}body.category-75 .main-box-title, .main-box-title.cat-75 { border-top: 2px solid #83c92e;}.widget_categories li.cat-item-75 .count { background: #83c92e;}.widget_categories li.cat-item-75:before { background:#83c92e;}.vce-featured-section .category-75, .vce-post-big .meta-category a.category-75, .vce-post-slider .meta-category a.category-75{ background-color: #83c92e;}.vce-lay-g .vce-featured-info .meta-category a.category-75{ background-color: #83c92e;}.vce-lay-h header .meta-category a.category-75{ background-color: #83c92e;}a.category-76, .sidebar .widget .vce-post-list a.category-76{ color: #ed8536;}body.category-76 .main-box-title, .main-box-title.cat-76 { border-top: 2px solid #ed8536;}.widget_categories li.cat-item-76 .count { background: #ed8536;}.widget_categories li.cat-item-76:before { background:#ed8536;}.vce-featured-section .category-76, .vce-post-big .meta-category a.category-76, .vce-post-slider .meta-category a.category-76{ background-color: #ed8536;}.vce-lay-g .vce-featured-info .meta-category a.category-76{ background-color: #ed8536;}.vce-lay-h header .meta-category a.category-76{ background-color: #ed8536;}a.category-77, .sidebar .widget .vce-post-list a.category-77{ color: #ee3aff;}body.category-77 .main-box-title, .main-box-title.cat-77 { border-top: 2px solid #ee3aff;}.widget_categories li.cat-item-77 .count { background: #ee3aff;}.widget_categories li.cat-item-77:before { background:#ee3aff;}.vce-featured-section .category-77, .vce-post-big .meta-category a.category-77, .vce-post-slider .meta-category a.category-77{ background-color: #ee3aff;}.vce-lay-g .vce-featured-info .meta-category a.category-77{ background-color: #ee3aff;}.vce-lay-h header .meta-category a.category-77{ background-color: #ee3aff;}a.category-78, .sidebar .widget .vce-post-list a.category-78{ color: #36af8f;}body.category-78 .main-box-title, .main-box-title.cat-78 { border-top: 2px solid #36af8f;}.widget_categories li.cat-item-78 .count { background: #36af8f;}.widget_categories li.cat-item-78:before { background:#36af8f;}.vce-featured-section .category-78, .vce-post-big .meta-category a.category-78, .vce-post-slider .meta-category a.category-78{ background-color: #36af8f;}.vce-lay-g .vce-featured-info .meta-category a.category-78{ background-color: #36af8f;}.vce-lay-h header .meta-category a.category-78{ background-color: #36af8f;}a.category-79, .sidebar .widget .vce-post-list a.category-79{ color: #86ff4f;}body.category-79 .main-box-title, .main-box-title.cat-79 { border-top: 2px solid #86ff4f;}.widget_categories li.cat-item-79 .count { background: #86ff4f;}.widget_categories li.cat-item-79:before { background:#86ff4f;}.vce-featured-section .category-79, .vce-post-big .meta-category a.category-79, .vce-post-slider .meta-category a.category-79{ background-color: #86ff4f;}.vce-lay-g .vce-featured-info .meta-category a.category-79{ background-color: #86ff4f;}.vce-lay-h header .meta-category a.category-79{ background-color: #86ff4f;}a.category-80, .sidebar .widget .vce-post-list a.category-80{ color: #b72a2a;}body.category-80 .main-box-title, .main-box-title.cat-80 { border-top: 2px solid #b72a2a;}.widget_categories li.cat-item-80 .count { background: #b72a2a;}.widget_categories li.cat-item-80:before { background:#b72a2a;}.vce-featured-section .category-80, .vce-post-big .meta-category a.category-80, .vce-post-slider .meta-category a.category-80{ background-color: #b72a2a;}.vce-lay-g .vce-featured-info .meta-category a.category-80{ background-color: #b72a2a;}.vce-lay-h header .meta-category a.category-80{ background-color: #b72a2a;}a.category-81, .sidebar .widget .vce-post-list a.category-81{ color: #1599a8;}body.category-81 .main-box-title, .main-box-title.cat-81 { border-top: 2px solid #1599a8;}.widget_categories li.cat-item-81 .count { background: #1599a8;}.widget_categories li.cat-item-81:before { background:#1599a8;}.vce-featured-section .category-81, .vce-post-big .meta-category a.category-81, .vce-post-slider .meta-category a.category-81{ background-color: #1599a8;}.vce-lay-g .vce-featured-info .meta-category a.category-81{ background-color: #1599a8;}.vce-lay-h header .meta-category a.category-81{ background-color: #1599a8;}a.category-82, .sidebar .widget .vce-post-list a.category-82{ color: #35ddff;}body.category-82 .main-box-title, .main-box-title.cat-82 { border-top: 2px solid #35ddff;}.widget_categories li.cat-item-82 .count { background: #35ddff;}.widget_categories li.cat-item-82:before { background:#35ddff;}.vce-featured-section .category-82, .vce-post-big .meta-category a.category-82, .vce-post-slider .meta-category a.category-82{ background-color: #35ddff;}.vce-lay-g .vce-featured-info .meta-category a.category-82{ background-color: #35ddff;}.vce-lay-h header .meta-category a.category-82{ background-color: #35ddff;}a.category-83, .sidebar .widget .vce-post-list a.category-83{ color: #ff4f7d;}body.category-83 .main-box-title, .main-box-title.cat-83 { border-top: 2px solid #ff4f7d;}.widget_categories li.cat-item-83 .count { background: #ff4f7d;}.widget_categories li.cat-item-83:before { background:#ff4f7d;}.vce-featured-section .category-83, .vce-post-big .meta-category a.category-83, .vce-post-slider .meta-category a.category-83{ background-color: #ff4f7d;}.vce-lay-g .vce-featured-info .meta-category a.category-83{ background-color: #ff4f7d;}.vce-lay-h header .meta-category a.category-83{ background-color: #ff4f7d;}a.category-85, .sidebar .widget .vce-post-list a.category-85{ color: #ff3535;}body.category-85 .main-box-title, .main-box-title.cat-85 { border-top: 2px solid #ff3535;}.widget_categories li.cat-item-85 .count { background: #ff3535;}.widget_categories li.cat-item-85:before { background:#ff3535;}.vce-featured-section .category-85, .vce-post-big .meta-category a.category-85, .vce-post-slider .meta-category a.category-85{ background-color: #ff3535;}.vce-lay-g .vce-featured-info .meta-category a.category-85{ background-color: #ff3535;}.vce-lay-h header .meta-category a.category-85{ background-color: #ff3535;}a.category-86, .sidebar .widget .vce-post-list a.category-86{ color: #ff75fa;}body.category-86 .main-box-title, .main-box-title.cat-86 { border-top: 2px solid #ff75fa;}.widget_categories li.cat-item-86 .count { background: #ff75fa;}.widget_categories li.cat-item-86:before { background:#ff75fa;}.vce-featured-section .category-86, .vce-post-big .meta-category a.category-86, .vce-post-slider .meta-category a.category-86{ background-color: #ff75fa;}.vce-lay-g .vce-featured-info .meta-category a.category-86{ background-color: #ff75fa;}.vce-lay-h header .meta-category a.category-86{ background-color: #ff75fa;}a.category-87, .sidebar .widget .vce-post-list a.category-87{ color: #5464dd;}body.category-87 .main-box-title, .main-box-title.cat-87 { border-top: 2px solid #5464dd;}.widget_categories li.cat-item-87 .count { background: #5464dd;}.widget_categories li.cat-item-87:before { background:#5464dd;}.vce-featured-section .category-87, .vce-post-big .meta-category a.category-87, .vce-post-slider .meta-category a.category-87{ background-color: #5464dd;}.vce-lay-g .vce-featured-info .meta-category a.category-87{ background-color: #5464dd;}.vce-lay-h header .meta-category a.category-87{ background-color: #5464dd;}a.category-88, .sidebar .widget .vce-post-list a.category-88{ color: #e07da1;}body.category-88 .main-box-title, .main-box-title.cat-88 { border-top: 2px solid #e07da1;}.widget_categories li.cat-item-88 .count { background: #e07da1;}.widget_categories li.cat-item-88:before { background:#e07da1;}.vce-featured-section .category-88, .vce-post-big .meta-category a.category-88, .vce-post-slider .meta-category a.category-88{ background-color: #e07da1;}.vce-lay-g .vce-featured-info .meta-category a.category-88{ background-color: #e07da1;}.vce-lay-h header .meta-category a.category-88{ background-color: #e07da1;}a.category-89, .sidebar .widget .vce-post-list a.category-89{ color: #76c9e2;}body.category-89 .main-box-title, .main-box-title.cat-89 { border-top: 2px solid #76c9e2;}.widget_categories li.cat-item-89 .count { background: #76c9e2;}.widget_categories li.cat-item-89:before { background:#76c9e2;}.vce-featured-section .category-89, .vce-post-big .meta-category a.category-89, .vce-post-slider .meta-category a.category-89{ background-color: #76c9e2;}.vce-lay-g .vce-featured-info .meta-category a.category-89{ background-color: #76c9e2;}.vce-lay-h header .meta-category a.category-89{ background-color: #76c9e2;}a.category-90, .sidebar .widget .vce-post-list a.category-90{ color: #ffc570;}body.category-90 .main-box-title, .main-box-title.cat-90 { border-top: 2px solid #ffc570;}.widget_categories li.cat-item-90 .count { background: #ffc570;}.widget_categories li.cat-item-90:before { background:#ffc570;}.vce-featured-section .category-90, .vce-post-big .meta-category a.category-90, .vce-post-slider .meta-category a.category-90{ background-color: #ffc570;}.vce-lay-g .vce-featured-info .meta-category a.category-90{ background-color: #ffc570;}.vce-lay-h header .meta-category a.category-90{ background-color: #ffc570;}a.category-91, .sidebar .widget .vce-post-list a.category-91{ color: #6ccfe2;}body.category-91 .main-box-title, .main-box-title.cat-91 { border-top: 2px solid #6ccfe2;}.widget_categories li.cat-item-91 .count { background: #6ccfe2;}.widget_categories li.cat-item-91:before { background:#6ccfe2;}.vce-featured-section .category-91, .vce-post-big .meta-category a.category-91, .vce-post-slider .meta-category a.category-91{ background-color: #6ccfe2;}.vce-lay-g .vce-featured-info .meta-category a.category-91{ background-color: #6ccfe2;}.vce-lay-h header .meta-category a.category-91{ background-color: #6ccfe2;}a.category-92, .sidebar .widget .vce-post-list a.category-92{ color: #8058aa;}body.category-92 .main-box-title, .main-box-title.cat-92 { border-top: 2px solid #8058aa;}.widget_categories li.cat-item-92 .count { background: #8058aa;}.widget_categories li.cat-item-92:before { background:#8058aa;}.vce-featured-section .category-92, .vce-post-big .meta-category a.category-92, .vce-post-slider .meta-category a.category-92{ background-color: #8058aa;}.vce-lay-g .vce-featured-info .meta-category a.category-92{ background-color: #8058aa;}.vce-lay-h header .meta-category a.category-92{ background-color: #8058aa;}a.category-93, .sidebar .widget .vce-post-list a.category-93{ color: #ff938c;}body.category-93 .main-box-title, .main-box-title.cat-93 { border-top: 2px solid #ff938c;}.widget_categories li.cat-item-93 .count { background: #ff938c;}.widget_categories li.cat-item-93:before { background:#ff938c;}.vce-featured-section .category-93, .vce-post-big .meta-category a.category-93, .vce-post-slider .meta-category a.category-93{ background-color: #ff938c;}.vce-lay-g .vce-featured-info .meta-category a.category-93{ background-color: #ff938c;}.vce-lay-h header .meta-category a.category-93{ background-color: #ff938c;}a.category-94, .sidebar .widget .vce-post-list a.category-94{ color: #8dedfc;}body.category-94 .main-box-title, .main-box-title.cat-94 { border-top: 2px solid #8dedfc;}.widget_categories li.cat-item-94 .count { background: #8dedfc;}.widget_categories li.cat-item-94:before { background:#8dedfc;}.vce-featured-section .category-94, .vce-post-big .meta-category a.category-94, .vce-post-slider .meta-category a.category-94{ background-color: #8dedfc;}.vce-lay-g .vce-featured-info .meta-category a.category-94{ background-color: #8dedfc;}.vce-lay-h header .meta-category a.category-94{ background-color: #8dedfc;}a.category-95, .sidebar .widget .vce-post-list a.category-95{ color: #255ba3;}body.category-95 .main-box-title, .main-box-title.cat-95 { border-top: 2px solid #255ba3;}.widget_categories li.cat-item-95 .count { background: #255ba3;}.widget_categories li.cat-item-95:before { background:#255ba3;}.vce-featured-section .category-95, .vce-post-big .meta-category a.category-95, .vce-post-slider .meta-category a.category-95{ background-color: #255ba3;}.vce-lay-g .vce-featured-info .meta-category a.category-95{ background-color: #255ba3;}.vce-lay-h header .meta-category a.category-95{ background-color: #255ba3;}a.category-96, .sidebar .widget .vce-post-list a.category-96{ color: #f9f69a;}body.category-96 .main-box-title, .main-box-title.cat-96 { border-top: 2px solid #f9f69a;}.widget_categories li.cat-item-96 .count { background: #f9f69a;}.widget_categories li.cat-item-96:before { background:#f9f69a;}.vce-featured-section .category-96, .vce-post-big .meta-category a.category-96, .vce-post-slider .meta-category a.category-96{ background-color: #f9f69a;}.vce-lay-g .vce-featured-info .meta-category a.category-96{ background-color: #f9f69a;}.vce-lay-h header .meta-category a.category-96{ background-color: #f9f69a;}a.category-47, .sidebar .widget .vce-post-list a.category-47{ color: #d3bc87;}body.category-47 .main-box-title, .main-box-title.cat-47 { border-top: 2px solid #d3bc87;}.widget_categories li.cat-item-47 .count { background: #d3bc87;}.widget_categories li.cat-item-47:before { background:#d3bc87;}.vce-featured-section .category-47, .vce-post-big .meta-category a.category-47, .vce-post-slider .meta-category a.category-47{ background-color: #d3bc87;}.vce-lay-g .vce-featured-info .meta-category a.category-47{ background-color: #d3bc87;}.vce-lay-h header .meta-category a.category-47{ background-color: #d3bc87;}a.category-48, .sidebar .widget .vce-post-list a.category-48{ color: #9e77dd;}body.category-48 .main-box-title, .main-box-title.cat-48 { border-top: 2px solid #9e77dd;}.widget_categories li.cat-item-48 .count { background: #9e77dd;}.widget_categories li.cat-item-48:before { background:#9e77dd;}.vce-featured-section .category-48, .vce-post-big .meta-category a.category-48, .vce-post-slider .meta-category a.category-48{ background-color: #9e77dd;}.vce-lay-g .vce-featured-info .meta-category a.category-48{ background-color: #9e77dd;}.vce-lay-h header .meta-category a.category-48{ background-color: #9e77dd;}a.category-54, .sidebar .widget .vce-post-list a.category-54{ color: #d76ef4;}body.category-54 .main-box-title, .main-box-title.cat-54 { border-top: 2px solid #d76ef4;}.widget_categories li.cat-item-54 .count { background: #d76ef4;}.widget_categories li.cat-item-54:before { background:#d76ef4;}.vce-featured-section .category-54, .vce-post-big .meta-category a.category-54, .vce-post-slider .meta-category a.category-54{ background-color: #d76ef4;}.vce-lay-g .vce-featured-info .meta-category a.category-54{ background-color: #d76ef4;}.vce-lay-h header .meta-category a.category-54{ background-color: #d76ef4;}a.category-55, .sidebar .widget .vce-post-list a.category-55{ color: #5485c9;}body.category-55 .main-box-title, .main-box-title.cat-55 { border-top: 2px solid #5485c9;}.widget_categories li.cat-item-55 .count { background: #5485c9;}.widget_categories li.cat-item-55:before { background:#5485c9;}.vce-featured-section .category-55, .vce-post-big .meta-category a.category-55, .vce-post-slider .meta-category a.category-55{ background-color: #5485c9;}.vce-lay-g .vce-featured-info .meta-category a.category-55{ background-color: #5485c9;}.vce-lay-h header .meta-category a.category-55{ background-color: #5485c9;}a.category-56, .sidebar .widget .vce-post-list a.category-56{ color: #ffd1a3;}body.category-56 .main-box-title, .main-box-title.cat-56 { border-top: 2px solid #ffd1a3;}.widget_categories li.cat-item-56 .count { background: #ffd1a3;}.widget_categories li.cat-item-56:before { background:#ffd1a3;}.vce-featured-section .category-56, .vce-post-big .meta-category a.category-56, .vce-post-slider .meta-category a.category-56{ background-color: #ffd1a3;}.vce-lay-g .vce-featured-info .meta-category a.category-56{ background-color: #ffd1a3;}.vce-lay-h header .meta-category a.category-56{ background-color: #ffd1a3;}a.category-57, .sidebar .widget .vce-post-list a.category-57{ color: #31829e;}body.category-57 .main-box-title, .main-box-title.cat-57 { border-top: 2px solid #31829e;}.widget_categories li.cat-item-57 .count { background: #31829e;}.widget_categories li.cat-item-57:before { background:#31829e;}.vce-featured-section .category-57, .vce-post-big .meta-category a.category-57, .vce-post-slider .meta-category a.category-57{ background-color: #31829e;}.vce-lay-g .vce-featured-info .meta-category a.category-57{ background-color: #31829e;}.vce-lay-h header .meta-category a.category-57{ background-color: #31829e;}a.category-58, .sidebar .widget .vce-post-list a.category-58{ color: #74bf81;}body.category-58 .main-box-title, .main-box-title.cat-58 { border-top: 2px solid #74bf81;}.widget_categories li.cat-item-58 .count { background: #74bf81;}.widget_categories li.cat-item-58:before { background:#74bf81;}.vce-featured-section .category-58, .vce-post-big .meta-category a.category-58, .vce-post-slider .meta-category a.category-58{ background-color: #74bf81;}.vce-lay-g .vce-featured-info .meta-category a.category-58{ background-color: #74bf81;}.vce-lay-h header .meta-category a.category-58{ background-color: #74bf81;}a.category-59, .sidebar .widget .vce-post-list a.category-59{ color: #98a81e;}body.category-59 .main-box-title, .main-box-title.cat-59 { border-top: 2px solid #98a81e;}.widget_categories li.cat-item-59 .count { background: #98a81e;}.widget_categories li.cat-item-59:before { background:#98a81e;}.vce-featured-section .category-59, .vce-post-big .meta-category a.category-59, .vce-post-slider .meta-category a.category-59{ background-color: #98a81e;}.vce-lay-g .vce-featured-info .meta-category a.category-59{ background-color: #98a81e;}.vce-lay-h header .meta-category a.category-59{ background-color: #98a81e;}a.category-60, .sidebar .widget .vce-post-list a.category-60{ color: #dd9f9f;}body.category-60 .main-box-title, .main-box-title.cat-60 { border-top: 2px solid #dd9f9f;}.widget_categories li.cat-item-60 .count { background: #dd9f9f;}.widget_categories li.cat-item-60:before { background:#dd9f9f;}.vce-featured-section .category-60, .vce-post-big .meta-category a.category-60, .vce-post-slider .meta-category a.category-60{ background-color: #dd9f9f;}.vce-lay-g .vce-featured-info .meta-category a.category-60{ background-color: #dd9f9f;}.vce-lay-h header .meta-category a.category-60{ background-color: #dd9f9f;}a.category-61, .sidebar .widget .vce-post-list a.category-61{ color: #57bf92;}body.category-61 .main-box-title, .main-box-title.cat-61 { border-top: 2px solid #57bf92;}.widget_categories li.cat-item-61 .count { background: #57bf92;}.widget_categories li.cat-item-61:before { background:#57bf92;}.vce-featured-section .category-61, .vce-post-big .meta-category a.category-61, .vce-post-slider .meta-category a.category-61{ background-color: #57bf92;}.vce-lay-g .vce-featured-info .meta-category a.category-61{ background-color: #57bf92;}.vce-lay-h header .meta-category a.category-61{ background-color: #57bf92;}a.category-62, .sidebar .widget .vce-post-list a.category-62{ color: #9f61ad;}body.category-62 .main-box-title, .main-box-title.cat-62 { border-top: 2px solid #9f61ad;}.widget_categories li.cat-item-62 .count { background: #9f61ad;}.widget_categories li.cat-item-62:before { background:#9f61ad;}.vce-featured-section .category-62, .vce-post-big .meta-category a.category-62, .vce-post-slider .meta-category a.category-62{ background-color: #9f61ad;}.vce-lay-g .vce-featured-info .meta-category a.category-62{ background-color: #9f61ad;}.vce-lay-h header .meta-category a.category-62{ background-color: #9f61ad;}a.category-63, .sidebar .widget .vce-post-list a.category-63{ color: #ff82cd;}body.category-63 .main-box-title, .main-box-title.cat-63 { border-top: 2px solid #ff82cd;}.widget_categories li.cat-item-63 .count { background: #ff82cd;}.widget_categories li.cat-item-63:before { background:#ff82cd;}.vce-featured-section .category-63, .vce-post-big .meta-category a.category-63, .vce-post-slider .meta-category a.category-63{ background-color: #ff82cd;}.vce-lay-g .vce-featured-info .meta-category a.category-63{ background-color: #ff82cd;}.vce-lay-h header .meta-category a.category-63{ background-color: #ff82cd;}a.category-64, .sidebar .widget .vce-post-list a.category-64{ color: #dd6a6a;}body.category-64 .main-box-title, .main-box-title.cat-64 { border-top: 2px solid #dd6a6a;}.widget_categories li.cat-item-64 .count { background: #dd6a6a;}.widget_categories li.cat-item-64:before { background:#dd6a6a;}.vce-featured-section .category-64, .vce-post-big .meta-category a.category-64, .vce-post-slider .meta-category a.category-64{ background-color: #dd6a6a;}.vce-lay-g .vce-featured-info .meta-category a.category-64{ background-color: #dd6a6a;}.vce-lay-h header .meta-category a.category-64{ background-color: #dd6a6a;}a.category-65, .sidebar .widget .vce-post-list a.category-65{ color: #fc813a;}body.category-65 .main-box-title, .main-box-title.cat-65 { border-top: 2px solid #fc813a;}.widget_categories li.cat-item-65 .count { background: #fc813a;}.widget_categories li.cat-item-65:before { background:#fc813a;}.vce-featured-section .category-65, .vce-post-big .meta-category a.category-65, .vce-post-slider .meta-category a.category-65{ background-color: #fc813a;}.vce-lay-g .vce-featured-info .meta-category a.category-65{ background-color: #fc813a;}.vce-lay-h header .meta-category a.category-65{ background-color: #fc813a;}a.category-66, .sidebar .widget .vce-post-list a.category-66{ color: #8bd6cc;}body.category-66 .main-box-title, .main-box-title.cat-66 { border-top: 2px solid #8bd6cc;}.widget_categories li.cat-item-66 .count { background: #8bd6cc;}.widget_categories li.cat-item-66:before { background:#8bd6cc;}.vce-featured-section .category-66, .vce-post-big .meta-category a.category-66, .vce-post-slider .meta-category a.category-66{ background-color: #8bd6cc;}.vce-lay-g .vce-featured-info .meta-category a.category-66{ background-color: #8bd6cc;}.vce-lay-h header .meta-category a.category-66{ background-color: #8bd6cc;}a.category-67, .sidebar .widget .vce-post-list a.category-67{ color: #33841d;}body.category-67 .main-box-title, .main-box-title.cat-67 { border-top: 2px solid #33841d;}.widget_categories li.cat-item-67 .count { background: #33841d;}.widget_categories li.cat-item-67:before { background:#33841d;}.vce-featured-section .category-67, .vce-post-big .meta-category a.category-67, .vce-post-slider .meta-category a.category-67{ background-color: #33841d;}.vce-lay-g .vce-featured-info .meta-category a.category-67{ background-color: #33841d;}.vce-lay-h header .meta-category a.category-67{ background-color: #33841d;}a.category-68, .sidebar .widget .vce-post-list a.category-68{ color: #a3933a;}body.category-68 .main-box-title, .main-box-title.cat-68 { border-top: 2px solid #a3933a;}.widget_categories li.cat-item-68 .count { background: #a3933a;}.widget_categories li.cat-item-68:before { background:#a3933a;}.vce-featured-section .category-68, .vce-post-big .meta-category a.category-68, .vce-post-slider .meta-category a.category-68{ background-color: #a3933a;}.vce-lay-g .vce-featured-info .meta-category a.category-68{ background-color: #a3933a;}.vce-lay-h header .meta-category a.category-68{ background-color: #a3933a;}.main-box-title{text-transform: uppercase;}.sidebar .widget-title{text-transform: uppercase;}.site-footer .widget-title{text-transform: uppercase;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://appmod.in/mobile/js/jquery/jquery.min.js" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://appmod.in/mobile/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js" defer></script> <link rel="canonical" href="https://appmod.in/retro-music-player/" /> <link rel='shortlink' href='https://appmod.in/?p=76248' /> <link rel="icon" href="https://appmod.in/dir/2023/03/cropped-APPMOD-min-1-146x146.png" sizes="32x32" /> <link rel="icon" href="https://appmod.in/dir/2023/03/cropped-APPMOD-min-1-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://appmod.in/dir/2023/03/cropped-APPMOD-min-1-300x300.png" /> <meta name="msapplication-TileImage" content="https://appmod.in/dir/2023/03/cropped-APPMOD-min-1-300x300.png" /> <style type="text/css" id="wp-custom-css"> .site-branding img { max-width:65px; max-height:50px; } </style> </head> <body class="single vce-sid-right voice-v_3_0_2"> <div id="vce-main"> <header id="header" class="main-header"> <div class="container header-main-area header-3-wrapper"> <div class="vce-res-nav"> <a class="vce-responsive-nav" href="#sidr-main"><i class="fa fa-bars"></i></a> </div> <div class="site-branding"> <span class="site-title"><a href="https://appmod.in/" rel="home" class="has-logo"><picture class="vce-logo"><source media="(min-width: 1024px)" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp"><source srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp"><img src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp" alt=" Mod Apk of Games and Apps in Android"></picture></a></span></div> <nav id="site-navigation" class="main-navigation" role="navigation"> <ul id="vce_main_navigation_menu" class="nav-menu"><li><a href="#">Home</a><li><a href="https://appmod.in/apps/">Apps</a><li><a href="https://appmod.in/games/">Games</a><li class="search-header-wrap"><a class="search_header" href="javascript:void(0)"><i class="fa fa-search"></i></a><ul class="search-header-form-ul"><li><form class="vce-search-form" action="https://appmod.in/" method="get"> <input name="s" class="vce-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> <button type="submit" class="vce-search-submit"><i class="fa fa-search"></i></button> </form></li></ul></li></ul></nav></div></header> <div id="sticky_header" class="header-sticky"> <div class="container"> <div class="vce-res-nav"> <a class="vce-responsive-nav" href="#sidr-main"><i class="fa fa-bars"></i></a> </div> <div class="site-branding"> <span class="site-title"><a href="https://appmod.in/" rel="home" class="has-logo"><picture class="vce-logo"><source media="(min-width: 1024px)" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp"><source srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp"><img src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/03/APPMOD-min-1.png.webp" alt=" Mod Apk of Games and Apps in Android"></picture></a></span></div> <nav id="site-navigation" class="main-navigation" role="navigation"> <ul id="vce_main_navigation_menu" class="nav-menu"><li><a href="#">Home</a><li><a href="https://appmod.in/apps/">Apps</a><li><a href="https://appmod.in/games/">Games</a><li class="search-header-wrap"><a class="search_header" href="javascript:void(0)"><i class="fa fa-search"></i></a><ul class="search-header-form-ul"><li><form class="vce-search-form" action="https://appmod.in/" method="get"> <input name="s" class="vce-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> <button type="submit" class="vce-search-submit"><i class="fa fa-search"></i></button> </form></li></ul></li></ul></nav> </div> </div> <div id="main-wrapper"> <div class="vce-featured"> <div class="vce-featured-header"> <div class="vce-featured-info"> <div class="vce-hover-effect"> <div class="vce-featured-section"> <a href="https://appmod.in/apps/audio/" class="category-84">Audio</a> </div> <h1 class="vce-featured-title vce-featured-link-article">Retro Music Player</h1> <div class="entry-meta"><div class="meta-item author"><span class="vcard author"><span class="fn">by <a href="https://appmod.in/author/modapk/">Mod Apk</a></span></span></div></div> </div> </div> <div class="vce-featured-header-background"></div> </div> <img width="1024" height="500" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b.jpg.webp" class="attachment-vce-fa-full size-vce-fa-full wp-post-image" alt="Retro Music Player" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b.jpg.webp 1024w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b-300x146.jpg.webp 300w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b-768x375.jpg.webp 768w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b-810x396.jpg.webp 810w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76248-643170068487b-260x127.jpg.webp 260w" sizes="(max-width: 1024px) 100vw, 1024px" loading="eager" /> </div> <div id="content" class="container site-content vce-sid-right"> <div id="primary" class="vce-main-content"> <main id="main" class="main-box main-box-single"> <article id="post-76248" class="vce-single post-76248 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="entry-content"> <figure class="wp-block-table"><table><tbody><tr><th>App Name</th><td>Retro Music Player</td></tr><tr><th>Publisher</th><td>Hemanth Savarala</td></tr><tr><th>Genre</th><td>Music &amp; Audio</td></tr><tr><th>Size</th><td>10M</td></tr><tr><th>Latest Version</th><td>6.1.0</td></tr><tr><th>MOD Info</th><td>Premium Unlocked</td></tr><tr><th>Get it On</th><td><img decoding="async" style="max-height: 1.5rem;" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/643170020dab3.png.webp" alt="Google Play" width="81" height="24"></td></tr></tbody></table></figure> <p>Retro Music Player MP3 Player is an application where users will have an awe-inspiring music playback experience with themes that can be easily customized. You can find songs in the available folders of your device, including the SD card. At the same time, the control feature is also completely user-friendly and supports Bluetooth devices. So the app also helps you sync the lyrics with your favorite song and have time to experience it in your way.</p> <h2 class="wp-block-heading">PLAY MUSIC BY FOLDER WITH CHROMECAST SUPPORT</h2> <p>The critical feature of a music player like Retro Music Player MP3 Player is playing songs retrieved from folders inside your device. At the same time, in the new version, users can find the SD card that has been added to the list of folders to search. So you won’t have to worry about your device’s memory capacity reaching its limit, and what’s better than being able to stream music to other platforms through the Chromecast feature.</p> <figure class="wp-block-table"><table><tbody><tr><td><img decoding="async" class="aligncenter size-full" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/6431700221302.jpg.webp" alt="Retro Music Player MP3 Player" width="606" height="1000"></td><td><img decoding="async" class="aligncenter size-full" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/64317002d7fc4.jpg.webp" alt="Retro Music Player MP3 Player" width="606" height="1000"></td></tr></tbody></table></figure> <h2 class="wp-block-heading">CHANGE THE THEME IN YOUR WAY</h2> <p>The next feature that you will love and match many people’s tastes when using Retro Music Player MP3 Player is the change in interface elements. The application supports changing with different themes and always has three primary themes: White, Black, and Dark. Therefore, it is suitable for many objects during use and especially for those who love simplicity. Indeed this is a feature that users often use over a certain period.</p> <h2 class="wp-block-heading">SUPPORT CONVENIENT SEARCH FILTER</h2> <p>Besides the search feature by folder, an easy search feature to quickly support users is the filter feature. This feature often appears in music streaming applications, and you can search for it by different criteria. There are many criteria for you to choose to filter songs, such as filtering by song duration, album, and many other criteria. So you can find songs you like as you transfer usage between music streaming apps.</p> <h2 class="wp-block-heading">REALIZE EFFECTIVE CONTROL</h2> <p>When you use Retro Music Player MP3 Player, users will perform their control process in many different ways, and the control feature appears in many various aspects. Precisely, you can easily adjust the volume and assist when using a Bluetooth headset. At the same time, you can also completely control the music playback on the main screen quickly, so it will be entirely convenient for users to use.</p> <figure class="wp-block-table"><table><tbody><tr><td><img decoding="async" class="aligncenter size-full" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/64317003ebd38.jpg.webp" alt="Retro Music Player MP3 Player" width="606" height="1000"></td><td><img decoding="async" class="aligncenter size-full" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/64317004ad2bd.jpg.webp" alt="Retro Music Player MP3 Player" width="606" height="1000"></td><td><img decoding="async" class="aligncenter size-full" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/64317005e1417.jpg.webp" alt="Retro Music Player MP3 Player" width="606" height="1000"></td></tr></tbody></table></figure> <h2 class="wp-block-heading">MANAGE PLAY HISTORY IN A SIMPLE WAY</h2> <p>When you’ve listened to a lot of songs over a long period, you’ll be able to find your favorite songs again quickly. The criteria of the history are pretty varied and depend on the use of the user. Specifically, you can find songs you’ve recently played if you’re addicted to specific music. In addition, the songs you listen to a lot are also carefully stored, and you can share this list easily with your friends.</p> <h2 class="wp-block-heading">DOWNLOAD THE LYRICS AND USE LYRICS EDITOR</h2> <p>In Retro Music Player MP3 Player, the lyrics are always an element that you cannot ignore. So it is simple for you to find suitable lyrics for your song, and you can download it easily. You can rest assured that it can easily sync with the song, and the song editing feature has just been updated in the latest version. So you’ll be able to get the lyrics right and be able to sing along at your favorite times.</p> <noindex><a target="_blank" rel="nofollow" href="https://appmod.in/download/379" class="mks_button mks_button_medium rounded" style="color: #FFFFFF; background-color: #27b0f4;"> <i class="fa fa-arrow-circle-o-down"></i>Download Mod</a></noindex> </div> </article> <nav class="prev-next-nav"> <div class="vce-prev-link"> <a href="https://appmod.in/music-player/" rel="next"><span class="img-wrp"><img width="375" height="195" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76240-64317000ea0e3-375x195.jpg.webp" class="attachment-vce-lay-b size-vce-lay-b wp-post-image" alt="Music Player" loading="eager" /><span class="vce-pn-ico"><i class="fa fa fa-chevron-left"></i></span></span><span class="vce-prev-next-link">Music Player</span></a> </div> <div class="vce-next-link"> <a href="https://appmod.in/spotify-music/" rel="prev"><span class="img-wrp"><img width="375" height="195" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76259-6431700fd847a-375x195.jpg.webp" class="attachment-vce-lay-b size-vce-lay-b wp-post-image" alt="Spotify Music" loading="eager" /><span class="vce-pn-ico"><i class="fa fa fa-chevron-right"></i></span></span><span class="vce-prev-next-link">Spotify Music</span></a> </div> </nav> </main> <div class="main-box vce-related-box"> <h3 class="main-box-title">You may also like</h3> <div class="main-box-inside"> <article class="vce-post vce-lay-e post-76783 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="meta-image"> <a href="https://appmod.in/soundcloud/" title="SoundCloud"> <img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76783-643171973c21b-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="SoundCloud" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76783-643171973c21b-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76783-643171973c21b-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76783-643171973c21b-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://appmod.in/soundcloud/" title="SoundCloud">SoundCloud</a></h2> </header> </article> <article class="vce-post vce-lay-e post-76487 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="meta-image"> <a href="https://appmod.in/flat-equalizer/" title="Flat Equalizer"> <img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76487-643170b90f9bd-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Flat Equalizer" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76487-643170b90f9bd-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76487-643170b90f9bd-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76487-643170b90f9bd-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://appmod.in/flat-equalizer/" title="Flat Equalizer">Flat Equalizer</a></h2> </header> </article> <article class="vce-post vce-lay-e post-76638 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="meta-image"> <a href="https://appmod.in/smart-audiobook-player/" title="Smart AudioBook Player"> <img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76638-6431712563bfc-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Smart AudioBook Player" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76638-6431712563bfc-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76638-6431712563bfc-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76638-6431712563bfc-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://appmod.in/smart-audiobook-player/" title="Smart AudioBook Player">Smart AudioBook Player</a></h2> </header> </article> <article class="vce-post vce-lay-e post-77491 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="meta-image"> <a href="https://appmod.in/jazz-blues-music-radio/" title="Jazz &#038; Blues Music Radio"> <img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77491-643173bd44ee8-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Jazz &#038; Blues Music Radio" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77491-643173bd44ee8-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77491-643173bd44ee8-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77491-643173bd44ee8-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://appmod.in/jazz-blues-music-radio/" title="Jazz &#038; Blues Music Radio">Jazz &#038; Blues Music Radio</a></h2> </header> </article> <article class="vce-post vce-lay-e post-77052 post type-post status-publish format-standard has-post-thumbnail hentry category-audio"> <div class="meta-image"> <a href="https://appmod.in/simple-radio/" title="Simple Radio"> <img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77052-64317261420f2-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Simple Radio" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77052-64317261420f2-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77052-64317261420f2-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77052-64317261420f2-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://appmod.in/simple-radio/" title="Simple Radio">Simple Radio</a></h2> </header> </article> </div> </div> </div> <aside id="sidebar" class="sidebar right"> <div class="vce-sticky"><div id="search-2" class="widget widget_search"><h4 class="widget-title">Games / Apps</h4><form class="vce-search-form" action="https://appmod.in/" method="get"> <input name="s" class="vce-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> <button type="submit" class="vce-search-submit"><i class="fa fa-search"></i></button> </form></div><div id="categories-1" class="widget widget_categories"><h4 class="widget-title">Categories</h4><form action="https://appmod.in" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="45">Apps&nbsp;&nbsp;(2,338)</option> <option class="level-1" value="69">&nbsp;&nbsp;&nbsp;Art &amp; Design&nbsp;&nbsp;(59)</option> <option class="level-1" value="84">&nbsp;&nbsp;&nbsp;Audio&nbsp;&nbsp;(200)</option> <option class="level-1" value="70">&nbsp;&nbsp;&nbsp;Auto Vehicles&nbsp;&nbsp;(18)</option> <option class="level-1" value="71">&nbsp;&nbsp;&nbsp;Books&nbsp;&nbsp;(44)</option> <option class="level-1" value="72">&nbsp;&nbsp;&nbsp;Business&nbsp;&nbsp;(42)</option> <option class="level-1" value="73">&nbsp;&nbsp;&nbsp;Comics&nbsp;&nbsp;(9)</option> <option class="level-1" value="74">&nbsp;&nbsp;&nbsp;Communication&nbsp;&nbsp;(69)</option> <option class="level-1" value="75">&nbsp;&nbsp;&nbsp;Education&nbsp;&nbsp;(127)</option> <option class="level-1" value="76">&nbsp;&nbsp;&nbsp;Emulator&nbsp;&nbsp;(19)</option> <option class="level-1" value="77">&nbsp;&nbsp;&nbsp;Entertainment&nbsp;&nbsp;(117)</option> <option class="level-1" value="78">&nbsp;&nbsp;&nbsp;Finance&nbsp;&nbsp;(20)</option> <option class="level-1" value="79">&nbsp;&nbsp;&nbsp;Health Fitness&nbsp;&nbsp;(114)</option> <option class="level-1" value="80">&nbsp;&nbsp;&nbsp;Lifestyle&nbsp;&nbsp;(48)</option> <option class="level-1" value="81">&nbsp;&nbsp;&nbsp;Maps Navigation&nbsp;&nbsp;(26)</option> <option class="level-1" value="82">&nbsp;&nbsp;&nbsp;Medical&nbsp;&nbsp;(17)</option> <option class="level-1" value="83">&nbsp;&nbsp;&nbsp;Music&nbsp;&nbsp;(21)</option> <option class="level-1" value="85">&nbsp;&nbsp;&nbsp;News&nbsp;&nbsp;(26)</option> <option class="level-1" value="86">&nbsp;&nbsp;&nbsp;Parenting&nbsp;&nbsp;(1)</option> <option class="level-1" value="87">&nbsp;&nbsp;&nbsp;Personalization&nbsp;&nbsp;(243)</option> <option class="level-1" value="88">&nbsp;&nbsp;&nbsp;Photography&nbsp;&nbsp;(235)</option> <option class="level-1" value="89">&nbsp;&nbsp;&nbsp;Productivity&nbsp;&nbsp;(183)</option> <option class="level-1" value="90">&nbsp;&nbsp;&nbsp;Shopping&nbsp;&nbsp;(5)</option> <option class="level-1" value="91">&nbsp;&nbsp;&nbsp;Social&nbsp;&nbsp;(38)</option> <option class="level-1" value="92">&nbsp;&nbsp;&nbsp;Sports&nbsp;&nbsp;(7)</option> <option class="level-1" value="93">&nbsp;&nbsp;&nbsp;Tools&nbsp;&nbsp;(427)</option> <option class="level-1" value="94">&nbsp;&nbsp;&nbsp;Travel&nbsp;&nbsp;(19)</option> <option class="level-1" value="95">&nbsp;&nbsp;&nbsp;Video Player &amp; Editors&nbsp;&nbsp;(164)</option> <option class="level-1" value="96">&nbsp;&nbsp;&nbsp;Weather&nbsp;&nbsp;(40)</option> <option class="level-0" value="44">Game&nbsp;&nbsp;(5,974)</option> <option class="level-1" value="46">&nbsp;&nbsp;&nbsp;Action&nbsp;&nbsp;(1,028)</option> <option class="level-1" value="47">&nbsp;&nbsp;&nbsp;Adventure&nbsp;&nbsp;(412)</option> <option class="level-1" value="48">&nbsp;&nbsp;&nbsp;Arcade&nbsp;&nbsp;(373)</option> <option class="level-1" value="54">&nbsp;&nbsp;&nbsp;Board&nbsp;&nbsp;(42)</option> <option class="level-1" value="55">&nbsp;&nbsp;&nbsp;Card&nbsp;&nbsp;(52)</option> <option class="level-1" value="56">&nbsp;&nbsp;&nbsp;Casino&nbsp;&nbsp;(13)</option> <option class="level-1" value="57">&nbsp;&nbsp;&nbsp;Casual&nbsp;&nbsp;(463)</option> <option class="level-1" value="58">&nbsp;&nbsp;&nbsp;Educational&nbsp;&nbsp;(69)</option> <option class="level-1" value="59">&nbsp;&nbsp;&nbsp;Music&nbsp;&nbsp;(52)</option> <option class="level-1" value="60">&nbsp;&nbsp;&nbsp;NSFW&nbsp;&nbsp;(50)</option> <option class="level-1" value="61">&nbsp;&nbsp;&nbsp;Puzzle&nbsp;&nbsp;(353)</option> <option class="level-1" value="62">&nbsp;&nbsp;&nbsp;Racing&nbsp;&nbsp;(300)</option> <option class="level-1" value="63">&nbsp;&nbsp;&nbsp;Role Playing&nbsp;&nbsp;(848)</option> <option class="level-1" value="64">&nbsp;&nbsp;&nbsp;Simulation&nbsp;&nbsp;(1,123)</option> <option class="level-1" value="65">&nbsp;&nbsp;&nbsp;Sports&nbsp;&nbsp;(230)</option> <option class="level-1" value="66">&nbsp;&nbsp;&nbsp;Strategy&nbsp;&nbsp;(487)</option> <option class="level-1" value="67">&nbsp;&nbsp;&nbsp;Trivia&nbsp;&nbsp;(17)</option> <option class="level-1" value="68">&nbsp;&nbsp;&nbsp;Word&nbsp;&nbsp;(17)</option> </select> </form><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </div><div id="vce_posts_widget-1" class="widget vce_posts_widget"><h4 class="widget-title">Featured Posts</h4> <ul class="vce-post-list" data-autoplay=""> <li> <a href="https://appmod.in/poweramp/" class="featured_image_sidebar" title="Poweramp"><span class="vce-post-img"><img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76454-6431709fba8e9-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Poweramp" decoding="async" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76454-6431709fba8e9-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76454-6431709fba8e9-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76454-6431709fba8e9-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /></span></a> <div class="vce-posts-wrap"> <a href="https://appmod.in/poweramp/" title="Poweramp" class="vce-post-link">Poweramp</a> </div> </li> <li> <a href="https://appmod.in/phonograph-music-player/" class="featured_image_sidebar" title="Phonograph Music Player"><span class="vce-post-img"><img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76911-643171f4cf454-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Phonograph Music Player" decoding="async" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76911-643171f4cf454-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76911-643171f4cf454-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/76911-643171f4cf454-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /></span></a> <div class="vce-posts-wrap"> <a href="https://appmod.in/phonograph-music-player/" title="Phonograph Music Player" class="vce-post-link">Phonograph Music Player</a> </div> </li> <li> <a href="https://appmod.in/stellio/" class="featured_image_sidebar" title="Stellio"><span class="vce-post-img"><img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77455-643173a4101fc-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Stellio" decoding="async" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77455-643173a4101fc-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77455-643173a4101fc-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77455-643173a4101fc-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /></span></a> <div class="vce-posts-wrap"> <a href="https://appmod.in/stellio/" title="Stellio" class="vce-post-link">Stellio</a> </div> </li> <li> <a href="https://appmod.in/528-player-pro/" class="featured_image_sidebar" title="528 Player Pro"><span class="vce-post-img"><img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77298-64317328bc1b5-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="528 Player Pro" decoding="async" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77298-64317328bc1b5-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77298-64317328bc1b5-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77298-64317328bc1b5-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /></span></a> <div class="vce-posts-wrap"> <a href="https://appmod.in/528-player-pro/" title="528 Player Pro" class="vce-post-link">528 Player Pro</a> </div> </li> <li> <a href="https://appmod.in/hungama-music/" class="featured_image_sidebar" title="Hungama Music"><span class="vce-post-img"><img width="145" height="100" src="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77095-6431727ebfc79-145x100.jpg.webp" class="attachment-vce-lay-d size-vce-lay-d wp-post-image" alt="Hungama Music" decoding="async" srcset="https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77095-6431727ebfc79-145x100.jpg.webp 145w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77095-6431727ebfc79-380x260.jpg.webp 380w, https://appmod.in/mod-apk/webp-express/webp-images/uploads/2023/04/77095-6431727ebfc79-634x433.jpg.webp 634w" sizes="(max-width: 145px) 100vw, 145px" loading="eager" /></span></a> <div class="vce-posts-wrap"> <a href="https://appmod.in/hungama-music/" title="Hungama Music" class="vce-post-link">Hungama Music</a> </div> </li> </ul> </div></div> </aside> </div> <footer id="footer" class="site-footer"> <div class="container"> <div class="container-fix"> <div class="bit-3"> </div> <div class="bit-3"> </div> <div class="bit-3"> </div> </div> </div> </footer> </div> </div> <a href="javascript:void(0)" id="back-top"><i class="fa fa-angle-up"></i></a> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/appmod.in","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://appmod.in/mobile/js/imagesloaded.min.js" id="imagesloaded-js" defer></script> <script type="text/javascript" id="vce-main-js-extra"> /* <![CDATA[ */ var vce_js_settings = {"sticky_header":"1","sticky_header_offset":"200","sticky_header_logo":"https:\/\/appmod.in\/dir\/2023\/03\/APPMOD-min-1.png","logo":"https:\/\/appmod.in\/dir\/2023\/03\/APPMOD-min-1.png","logo_retina":"","logo_mobile":"","logo_mobile_retina":"","rtl_mode":"0","ajax_url":"https:\/\/appmod.in\/entry\/admin-ajax.php","ajax_wpml_current_lang":null,"ajax_mega_menu":"","mega_menu_slider":"","mega_menu_subcats":"","lay_fa_grid_center":"","full_slider_autoplay":"","grid_slider_autoplay":"","grid_big_slider_autoplay":"","fa_big_opacity":{"1":"0.5","2":"0.8"},"top_bar_mobile":"1","top_bar_mobile_group":"1","top_bar_more_link":"More"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://appmod.in/mod-apk/cache/min/1/wp-content/themes/voice/assets/js/min.js?ver=1690457971" id="vce-main-js" defer></script> </body> </html> <!-- Cached for great performance - Debug: cached@1708600714 -->
fineweb
{ "fineweb_metadata": { "text": "|Retro Music Player\n|Music & Audio\n|Get it On\nRetro Music Player MP3 Player is an application where users will have an awe-inspiring music playback experience with themes that can be easily customized. You can find songs in the available folders of your device, including the SD card. At the same time, the control feature is also completely user-friendly and supports Bluetooth devices. So the app also helps you sync the lyrics with your favorite song and have time to experience it in your way.\nPLAY MUSIC BY FOLDER WITH CHROMECAST SUPPORT\nThe critical feature of a music player like Retro Music Player MP3 Player is playing songs retrieved from folders inside your device. At the same time, in the new version, users can find the SD card that has been added to the list of folders to search. So you won’t have to worry about your device’s memory capacity reaching its limit, and what’s better than being able to stream music to other platforms through the Chromecast feature.\nCHANGE THE THEME IN YOUR WAY\nThe next feature that you will love and match many people’s tastes when using Retro Music Player MP3 Player is the change in interface elements. The application supports changing with different themes and always has three primary themes: White, Black, and Dark. Therefore, it is suitable for many objects during use and especially for those who love simplicity. Indeed this is a feature that users often use over a certain period.\nSUPPORT CONVENIENT SEARCH FILTER\nBesides the search feature by folder, an easy search feature to quickly support users is the filter feature. This feature often appears in music streaming applications, and you can search for it by different criteria. There are many criteria for you to choose to filter songs, such as filtering by song duration, album, and many other criteria. So you can find songs you like as you transfer usage between music streaming apps.\nREALIZE EFFECTIVE CONTROL\nWhen you use Retro Music Player MP3 Player, users will perform their control process in many different ways, and the control feature appears in many various aspects. Precisely, you can easily adjust the volume and assist when using a Bluetooth headset. At the same time, you can also completely control the music playback on the main screen quickly, so it will be entirely convenient for users to use.\nMANAGE PLAY HISTORY IN A SIMPLE WAY\nWhen you’ve listened to a lot of songs over a long period, you’ll be able to find your favorite songs again quickly. The criteria of the history are pretty varied and depend on the use of the user. Specifically, you can find songs you’ve recently played if you’re addicted to specific music. In addition, the songs you listen to a lot are also carefully stored, and you can share this list easily with your friends.\nDOWNLOAD THE LYRICS AND USE LYRICS EDITOR\nIn Retro Music Player MP3 Player, the lyrics are always an element that you cannot ignore. So it is simple for you to find suitable lyrics for your song, and you can download it easily. You can rest assured that it can easily sync with the song, and the song editing feature has just been updated in the latest version. So you’ll be able to get the lyrics right and be able to sing along at your favorite times.", "id": "<urn:uuid:839ad1f3-7991-4ca1-80c3-0c2379a48d82>", "dump": "CC-MAIN-2024-10", "url": "https://appmod.in/retro-music-player/", "date": "2024-02-25T08:48:47", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9388440847396851, "token_count": 699 } }
<urn:uuid:08443dc0-1824-4be7-b0fd-ee680b3e0ad3>
<!doctype html> <!-- ___ ___ ___ ___ / /\ /__/\ / /\ / /\ / /:/_ \ \:\ / /:/ / /::\ / /:/ /\ ___ ___ \ \:\ / /:/ / /:/\:\ / /:/ /:/ /__/\ / /\ ___ \ \:\ / /:/ ___ / /:/ \:\ /__/:/ /:/ \ \:\ / /:/ /__/\ \__\:\ /__/:/ / /\ /__/:/ \__\:\ \ \:\/:/ \ \:\ /:/ \ \:\ / /:/ \ \:\ / /:/ \ \:\ / /:/ \ \::/ \ \:\/:/ \ \:\ /:/ \ \:\ /:/ \ \:\ /:/ \ \:\ \ \::/ \ \:\/:/ \ \:\/:/ \ \:\/:/ \ \:\ \__\/ \ \::/ \ \::/ \ \::/ \__\/ \__\/ \__\/ \__\/ -------------------------------------------------------------------- # Stiletto v2.4.0 # Documentation: https://fluorescent.co/help/stiletto/ # Purchase: https://themes.shopify.com/themes/stiletto/ # A product by Fluorescent: https://fluorescent.co/ -------------------------------------------------------------------- --> <html class="no-js" lang="en" style="--announcement-height: 1px;"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="description" content="This floatation device can be easily and quickly attached to the lanyard/carry cord used on all Aquapac phone cases. Made from plastizoate foam it will make any phone float inside an Aquapac case.  The Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz. Supplied with cable"> <link rel="canonical" href="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><title>Flotation Device - for most Aquapac Phone cases</title> <meta property="og:url" content="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases"> <meta property="og:site_name" content="Aquapac"> <meta property="og:type" content="product"> <meta property="og:title" content="Flotation Device - for most Aquapac Phone cases"> <meta property="og:description" content="This floatation device can be easily and quickly attached to the lanyard/carry cord used on all Aquapac phone cases. Made from plastizoate foam it will make any phone float inside an Aquapac case.  The Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz. Supplied with cable"> <meta property="og:image" content="http://aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=1024"> <meta property="og:image:secure_url" content="https://aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=1024"> <meta property="og:price:amount" content="5.00"> <meta property="og:price:currency" content="USD"> <meta name="twitter:title" content="Flotation Device - for most Aquapac Phone cases"> <meta name="twitter:description" content="This floatation device can be easily and quickly attached to the lanyard/carry cord used on all Aquapac phone cases. Made from plastizoate foam it will make any phone float inside an Aquapac case.  The Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz. Supplied with cable"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="https://aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=1024"> <meta name="twitter:image:width" content="480"> <meta name="twitter:image:height" content="480"> <script> console.log('Stiletto v2.4.0 by Fluorescent'); document.documentElement.className = document.documentElement.className.replace('no-js', ''); if (window.matchMedia(`(prefers-reduced-motion: reduce)`) === true || window.matchMedia(`(prefers-reduced-motion: reduce)`).matches === true) { document.documentElement.classList.add('prefers-reduced-motion'); } else { document.documentElement.classList.add('do-anim'); } window.theme = { version: 'v2.4.0', themeName: 'Stiletto', moneyFormat: "${{amount}}", strings: { name: "Aquapac", accessibility: { play_video: "Play", pause_video: "Pause", range_lower: "Lower", range_upper: "Upper" }, product: { no_shipping_rates: "Shipping rate unavailable", country_placeholder: "Country\/Region", review: "Write a review" }, products: { product: { unavailable: "Unavailable", unitPrice: "Unit price", unitPriceSeparator: "per", sku: "SKU" } }, cart: { editCartNote: "Edit order notes", addCartNote: "Add order notes", quantityError: "You have the maximum number of this product in your cart" }, pagination: { viewing: "You’re viewing {{ of }} of {{ total }}", products: "products", results: "results" } }, routes: { root: "/", cart: { base: "/cart", add: "/cart/add", change: "/cart/change", update: "/cart/update", clear: "/cart/clear", // Manual routes until Shopify adds support shipping: "/cart/shipping_rates", }, // Manual routes until Shopify adds support products: "/products", productRecommendations: "/recommendations/products", predictive_search_url: '/search/suggest', }, icons: { chevron: "\u003cspan class=\"icon icon-new icon-chevron \"\u003e\n \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M1.875 7.438 12 17.563 22.125 7.438\" stroke=\"currentColor\" stroke-width=\"2\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n\n", close: "\u003cspan class=\"icon icon-new icon-close \"\u003e\n \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z\" fill=\"currentColor\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n\n", zoom: "\u003cspan class=\"icon icon-new icon-zoom \"\u003e\n \u003csvg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10.3,19.71c5.21,0,9.44-4.23,9.44-9.44S15.51,.83,10.3,.83,.86,5.05,.86,10.27s4.23,9.44,9.44,9.44Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n \u003cpath d=\"M5.05,10.27H15.54\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n \u003cpath class=\"cross-up\" d=\"M10.3,5.02V15.51\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\n \u003cpath d=\"M16.92,16.9l6.49,6.49\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"1.63\"\/\u003e\u003c\/svg\u003e\n\u003c\/span\u003e\n\n" }, coreData: { n: "Stiletto", v: "v2.4.0", } } window.theme.allCountryOptionTags = "\u003coption value=\"United Kingdom\" data-provinces=\"[[\u0026quot;British Forces\u0026quot;,\u0026quot;British Forces\u0026quot;],[\u0026quot;England\u0026quot;,\u0026quot;England\u0026quot;],[\u0026quot;Northern Ireland\u0026quot;,\u0026quot;Northern Ireland\u0026quot;],[\u0026quot;Scotland\u0026quot;,\u0026quot;Scotland\u0026quot;],[\u0026quot;Wales\u0026quot;,\u0026quot;Wales\u0026quot;]]\"\u003eUnited Kingdom\u003c\/option\u003e\n\u003coption value=\"United States\" data-provinces=\"[[\u0026quot;Alabama\u0026quot;,\u0026quot;Alabama\u0026quot;],[\u0026quot;Alaska\u0026quot;,\u0026quot;Alaska\u0026quot;],[\u0026quot;American Samoa\u0026quot;,\u0026quot;American Samoa\u0026quot;],[\u0026quot;Arizona\u0026quot;,\u0026quot;Arizona\u0026quot;],[\u0026quot;Arkansas\u0026quot;,\u0026quot;Arkansas\u0026quot;],[\u0026quot;Armed Forces Americas\u0026quot;,\u0026quot;Armed Forces Americas\u0026quot;],[\u0026quot;Armed Forces Europe\u0026quot;,\u0026quot;Armed Forces Europe\u0026quot;],[\u0026quot;Armed Forces Pacific\u0026quot;,\u0026quot;Armed Forces Pacific\u0026quot;],[\u0026quot;California\u0026quot;,\u0026quot;California\u0026quot;],[\u0026quot;Colorado\u0026quot;,\u0026quot;Colorado\u0026quot;],[\u0026quot;Connecticut\u0026quot;,\u0026quot;Connecticut\u0026quot;],[\u0026quot;Delaware\u0026quot;,\u0026quot;Delaware\u0026quot;],[\u0026quot;District of Columbia\u0026quot;,\u0026quot;Washington DC\u0026quot;],[\u0026quot;Federated States of Micronesia\u0026quot;,\u0026quot;Micronesia\u0026quot;],[\u0026quot;Florida\u0026quot;,\u0026quot;Florida\u0026quot;],[\u0026quot;Georgia\u0026quot;,\u0026quot;Georgia\u0026quot;],[\u0026quot;Guam\u0026quot;,\u0026quot;Guam\u0026quot;],[\u0026quot;Hawaii\u0026quot;,\u0026quot;Hawaii\u0026quot;],[\u0026quot;Idaho\u0026quot;,\u0026quot;Idaho\u0026quot;],[\u0026quot;Illinois\u0026quot;,\u0026quot;Illinois\u0026quot;],[\u0026quot;Indiana\u0026quot;,\u0026quot;Indiana\u0026quot;],[\u0026quot;Iowa\u0026quot;,\u0026quot;Iowa\u0026quot;],[\u0026quot;Kansas\u0026quot;,\u0026quot;Kansas\u0026quot;],[\u0026quot;Kentucky\u0026quot;,\u0026quot;Kentucky\u0026quot;],[\u0026quot;Louisiana\u0026quot;,\u0026quot;Louisiana\u0026quot;],[\u0026quot;Maine\u0026quot;,\u0026quot;Maine\u0026quot;],[\u0026quot;Marshall Islands\u0026quot;,\u0026quot;Marshall Islands\u0026quot;],[\u0026quot;Maryland\u0026quot;,\u0026quot;Maryland\u0026quot;],[\u0026quot;Massachusetts\u0026quot;,\u0026quot;Massachusetts\u0026quot;],[\u0026quot;Michigan\u0026quot;,\u0026quot;Michigan\u0026quot;],[\u0026quot;Minnesota\u0026quot;,\u0026quot;Minnesota\u0026quot;],[\u0026quot;Mississippi\u0026quot;,\u0026quot;Mississippi\u0026quot;],[\u0026quot;Missouri\u0026quot;,\u0026quot;Missouri\u0026quot;],[\u0026quot;Montana\u0026quot;,\u0026quot;Montana\u0026quot;],[\u0026quot;Nebraska\u0026quot;,\u0026quot;Nebraska\u0026quot;],[\u0026quot;Nevada\u0026quot;,\u0026quot;Nevada\u0026quot;],[\u0026quot;New Hampshire\u0026quot;,\u0026quot;New Hampshire\u0026quot;],[\u0026quot;New Jersey\u0026quot;,\u0026quot;New Jersey\u0026quot;],[\u0026quot;New Mexico\u0026quot;,\u0026quot;New Mexico\u0026quot;],[\u0026quot;New York\u0026quot;,\u0026quot;New York\u0026quot;],[\u0026quot;North Carolina\u0026quot;,\u0026quot;North Carolina\u0026quot;],[\u0026quot;North Dakota\u0026quot;,\u0026quot;North Dakota\u0026quot;],[\u0026quot;Northern Mariana Islands\u0026quot;,\u0026quot;Northern Mariana Islands\u0026quot;],[\u0026quot;Ohio\u0026quot;,\u0026quot;Ohio\u0026quot;],[\u0026quot;Oklahoma\u0026quot;,\u0026quot;Oklahoma\u0026quot;],[\u0026quot;Oregon\u0026quot;,\u0026quot;Oregon\u0026quot;],[\u0026quot;Palau\u0026quot;,\u0026quot;Palau\u0026quot;],[\u0026quot;Pennsylvania\u0026quot;,\u0026quot;Pennsylvania\u0026quot;],[\u0026quot;Puerto Rico\u0026quot;,\u0026quot;Puerto Rico\u0026quot;],[\u0026quot;Rhode Island\u0026quot;,\u0026quot;Rhode Island\u0026quot;],[\u0026quot;South Carolina\u0026quot;,\u0026quot;South Carolina\u0026quot;],[\u0026quot;South Dakota\u0026quot;,\u0026quot;South Dakota\u0026quot;],[\u0026quot;Tennessee\u0026quot;,\u0026quot;Tennessee\u0026quot;],[\u0026quot;Texas\u0026quot;,\u0026quot;Texas\u0026quot;],[\u0026quot;Utah\u0026quot;,\u0026quot;Utah\u0026quot;],[\u0026quot;Vermont\u0026quot;,\u0026quot;Vermont\u0026quot;],[\u0026quot;Virgin Islands\u0026quot;,\u0026quot;U.S. Virgin Islands\u0026quot;],[\u0026quot;Virginia\u0026quot;,\u0026quot;Virginia\u0026quot;],[\u0026quot;Washington\u0026quot;,\u0026quot;Washington\u0026quot;],[\u0026quot;West Virginia\u0026quot;,\u0026quot;West Virginia\u0026quot;],[\u0026quot;Wisconsin\u0026quot;,\u0026quot;Wisconsin\u0026quot;],[\u0026quot;Wyoming\u0026quot;,\u0026quot;Wyoming\u0026quot;]]\"\u003eUnited States\u003c\/option\u003e\n\u003coption value=\"Australia\" data-provinces=\"[[\u0026quot;Australian Capital Territory\u0026quot;,\u0026quot;Australian Capital Territory\u0026quot;],[\u0026quot;New South Wales\u0026quot;,\u0026quot;New South Wales\u0026quot;],[\u0026quot;Northern Territory\u0026quot;,\u0026quot;Northern Territory\u0026quot;],[\u0026quot;Queensland\u0026quot;,\u0026quot;Queensland\u0026quot;],[\u0026quot;South Australia\u0026quot;,\u0026quot;South Australia\u0026quot;],[\u0026quot;Tasmania\u0026quot;,\u0026quot;Tasmania\u0026quot;],[\u0026quot;Victoria\u0026quot;,\u0026quot;Victoria\u0026quot;],[\u0026quot;Western Australia\u0026quot;,\u0026quot;Western Australia\u0026quot;]]\"\u003eAustralia\u003c\/option\u003e\n\u003coption value=\"Canada\" data-provinces=\"[[\u0026quot;Alberta\u0026quot;,\u0026quot;Alberta\u0026quot;],[\u0026quot;British Columbia\u0026quot;,\u0026quot;British Columbia\u0026quot;],[\u0026quot;Manitoba\u0026quot;,\u0026quot;Manitoba\u0026quot;],[\u0026quot;New Brunswick\u0026quot;,\u0026quot;New Brunswick\u0026quot;],[\u0026quot;Newfoundland and Labrador\u0026quot;,\u0026quot;Newfoundland and Labrador\u0026quot;],[\u0026quot;Northwest Territories\u0026quot;,\u0026quot;Northwest Territories\u0026quot;],[\u0026quot;Nova Scotia\u0026quot;,\u0026quot;Nova Scotia\u0026quot;],[\u0026quot;Nunavut\u0026quot;,\u0026quot;Nunavut\u0026quot;],[\u0026quot;Ontario\u0026quot;,\u0026quot;Ontario\u0026quot;],[\u0026quot;Prince Edward Island\u0026quot;,\u0026quot;Prince Edward Island\u0026quot;],[\u0026quot;Quebec\u0026quot;,\u0026quot;Quebec\u0026quot;],[\u0026quot;Saskatchewan\u0026quot;,\u0026quot;Saskatchewan\u0026quot;],[\u0026quot;Yukon\u0026quot;,\u0026quot;Yukon\u0026quot;]]\"\u003eCanada\u003c\/option\u003e\n\u003coption value=\"---\" data-provinces=\"[]\"\u003e---\u003c\/option\u003e\n\u003coption value=\"Afghanistan\" data-provinces=\"[]\"\u003eAfghanistan\u003c\/option\u003e\n\u003coption value=\"Aland Islands\" data-provinces=\"[]\"\u003eÅland Islands\u003c\/option\u003e\n\u003coption value=\"Albania\" data-provinces=\"[]\"\u003eAlbania\u003c\/option\u003e\n\u003coption value=\"Algeria\" data-provinces=\"[]\"\u003eAlgeria\u003c\/option\u003e\n\u003coption value=\"Andorra\" data-provinces=\"[]\"\u003eAndorra\u003c\/option\u003e\n\u003coption value=\"Angola\" data-provinces=\"[]\"\u003eAngola\u003c\/option\u003e\n\u003coption value=\"Anguilla\" data-provinces=\"[]\"\u003eAnguilla\u003c\/option\u003e\n\u003coption value=\"Antigua And Barbuda\" data-provinces=\"[]\"\u003eAntigua \u0026 Barbuda\u003c\/option\u003e\n\u003coption value=\"Argentina\" data-provinces=\"[[\u0026quot;Buenos Aires\u0026quot;,\u0026quot;Buenos Aires Province\u0026quot;],[\u0026quot;Catamarca\u0026quot;,\u0026quot;Catamarca\u0026quot;],[\u0026quot;Chaco\u0026quot;,\u0026quot;Chaco\u0026quot;],[\u0026quot;Chubut\u0026quot;,\u0026quot;Chubut\u0026quot;],[\u0026quot;Ciudad Autónoma de Buenos Aires\u0026quot;,\u0026quot;Buenos Aires (Autonomous City)\u0026quot;],[\u0026quot;Corrientes\u0026quot;,\u0026quot;Corrientes\u0026quot;],[\u0026quot;Córdoba\u0026quot;,\u0026quot;Córdoba\u0026quot;],[\u0026quot;Entre Ríos\u0026quot;,\u0026quot;Entre Ríos\u0026quot;],[\u0026quot;Formosa\u0026quot;,\u0026quot;Formosa\u0026quot;],[\u0026quot;Jujuy\u0026quot;,\u0026quot;Jujuy\u0026quot;],[\u0026quot;La Pampa\u0026quot;,\u0026quot;La Pampa\u0026quot;],[\u0026quot;La Rioja\u0026quot;,\u0026quot;La Rioja\u0026quot;],[\u0026quot;Mendoza\u0026quot;,\u0026quot;Mendoza\u0026quot;],[\u0026quot;Misiones\u0026quot;,\u0026quot;Misiones\u0026quot;],[\u0026quot;Neuquén\u0026quot;,\u0026quot;Neuquén\u0026quot;],[\u0026quot;Río Negro\u0026quot;,\u0026quot;Río Negro\u0026quot;],[\u0026quot;Salta\u0026quot;,\u0026quot;Salta\u0026quot;],[\u0026quot;San Juan\u0026quot;,\u0026quot;San Juan\u0026quot;],[\u0026quot;San Luis\u0026quot;,\u0026quot;San Luis\u0026quot;],[\u0026quot;Santa Cruz\u0026quot;,\u0026quot;Santa Cruz\u0026quot;],[\u0026quot;Santa Fe\u0026quot;,\u0026quot;Santa Fe\u0026quot;],[\u0026quot;Santiago Del Estero\u0026quot;,\u0026quot;Santiago del Estero\u0026quot;],[\u0026quot;Tierra Del Fuego\u0026quot;,\u0026quot;Tierra del Fuego\u0026quot;],[\u0026quot;Tucumán\u0026quot;,\u0026quot;Tucumán\u0026quot;]]\"\u003eArgentina\u003c\/option\u003e\n\u003coption value=\"Armenia\" data-provinces=\"[]\"\u003eArmenia\u003c\/option\u003e\n\u003coption value=\"Aruba\" data-provinces=\"[]\"\u003eAruba\u003c\/option\u003e\n\u003coption value=\"Ascension Island\" data-provinces=\"[]\"\u003eAscension Island\u003c\/option\u003e\n\u003coption value=\"Australia\" data-provinces=\"[[\u0026quot;Australian Capital Territory\u0026quot;,\u0026quot;Australian Capital Territory\u0026quot;],[\u0026quot;New South Wales\u0026quot;,\u0026quot;New South Wales\u0026quot;],[\u0026quot;Northern Territory\u0026quot;,\u0026quot;Northern Territory\u0026quot;],[\u0026quot;Queensland\u0026quot;,\u0026quot;Queensland\u0026quot;],[\u0026quot;South Australia\u0026quot;,\u0026quot;South Australia\u0026quot;],[\u0026quot;Tasmania\u0026quot;,\u0026quot;Tasmania\u0026quot;],[\u0026quot;Victoria\u0026quot;,\u0026quot;Victoria\u0026quot;],[\u0026quot;Western Australia\u0026quot;,\u0026quot;Western Australia\u0026quot;]]\"\u003eAustralia\u003c\/option\u003e\n\u003coption value=\"Austria\" data-provinces=\"[]\"\u003eAustria\u003c\/option\u003e\n\u003coption value=\"Azerbaijan\" data-provinces=\"[]\"\u003eAzerbaijan\u003c\/option\u003e\n\u003coption value=\"Bahamas\" data-provinces=\"[]\"\u003eBahamas\u003c\/option\u003e\n\u003coption value=\"Bahrain\" data-provinces=\"[]\"\u003eBahrain\u003c\/option\u003e\n\u003coption value=\"Bangladesh\" data-provinces=\"[]\"\u003eBangladesh\u003c\/option\u003e\n\u003coption value=\"Barbados\" data-provinces=\"[]\"\u003eBarbados\u003c\/option\u003e\n\u003coption value=\"Belarus\" data-provinces=\"[]\"\u003eBelarus\u003c\/option\u003e\n\u003coption value=\"Belgium\" data-provinces=\"[]\"\u003eBelgium\u003c\/option\u003e\n\u003coption value=\"Belize\" data-provinces=\"[]\"\u003eBelize\u003c\/option\u003e\n\u003coption value=\"Benin\" data-provinces=\"[]\"\u003eBenin\u003c\/option\u003e\n\u003coption value=\"Bermuda\" data-provinces=\"[]\"\u003eBermuda\u003c\/option\u003e\n\u003coption value=\"Bhutan\" data-provinces=\"[]\"\u003eBhutan\u003c\/option\u003e\n\u003coption value=\"Bolivia\" data-provinces=\"[]\"\u003eBolivia\u003c\/option\u003e\n\u003coption value=\"Bosnia And Herzegovina\" data-provinces=\"[]\"\u003eBosnia \u0026 Herzegovina\u003c\/option\u003e\n\u003coption value=\"Botswana\" data-provinces=\"[]\"\u003eBotswana\u003c\/option\u003e\n\u003coption value=\"Brazil\" data-provinces=\"[[\u0026quot;Acre\u0026quot;,\u0026quot;Acre\u0026quot;],[\u0026quot;Alagoas\u0026quot;,\u0026quot;Alagoas\u0026quot;],[\u0026quot;Amapá\u0026quot;,\u0026quot;Amapá\u0026quot;],[\u0026quot;Amazonas\u0026quot;,\u0026quot;Amazonas\u0026quot;],[\u0026quot;Bahia\u0026quot;,\u0026quot;Bahia\u0026quot;],[\u0026quot;Ceará\u0026quot;,\u0026quot;Ceará\u0026quot;],[\u0026quot;Distrito Federal\u0026quot;,\u0026quot;Federal District\u0026quot;],[\u0026quot;Espírito Santo\u0026quot;,\u0026quot;Espírito Santo\u0026quot;],[\u0026quot;Goiás\u0026quot;,\u0026quot;Goiás\u0026quot;],[\u0026quot;Maranhão\u0026quot;,\u0026quot;Maranhão\u0026quot;],[\u0026quot;Mato Grosso\u0026quot;,\u0026quot;Mato Grosso\u0026quot;],[\u0026quot;Mato Grosso do Sul\u0026quot;,\u0026quot;Mato Grosso do Sul\u0026quot;],[\u0026quot;Minas Gerais\u0026quot;,\u0026quot;Minas Gerais\u0026quot;],[\u0026quot;Paraná\u0026quot;,\u0026quot;Paraná\u0026quot;],[\u0026quot;Paraíba\u0026quot;,\u0026quot;Paraíba\u0026quot;],[\u0026quot;Pará\u0026quot;,\u0026quot;Pará\u0026quot;],[\u0026quot;Pernambuco\u0026quot;,\u0026quot;Pernambuco\u0026quot;],[\u0026quot;Piauí\u0026quot;,\u0026quot;Piauí\u0026quot;],[\u0026quot;Rio Grande do Norte\u0026quot;,\u0026quot;Rio Grande do Norte\u0026quot;],[\u0026quot;Rio Grande do Sul\u0026quot;,\u0026quot;Rio Grande do Sul\u0026quot;],[\u0026quot;Rio de Janeiro\u0026quot;,\u0026quot;Rio de Janeiro\u0026quot;],[\u0026quot;Rondônia\u0026quot;,\u0026quot;Rondônia\u0026quot;],[\u0026quot;Roraima\u0026quot;,\u0026quot;Roraima\u0026quot;],[\u0026quot;Santa Catarina\u0026quot;,\u0026quot;Santa Catarina\u0026quot;],[\u0026quot;Sergipe\u0026quot;,\u0026quot;Sergipe\u0026quot;],[\u0026quot;São Paulo\u0026quot;,\u0026quot;São Paulo\u0026quot;],[\u0026quot;Tocantins\u0026quot;,\u0026quot;Tocantins\u0026quot;]]\"\u003eBrazil\u003c\/option\u003e\n\u003coption value=\"British Indian Ocean Territory\" data-provinces=\"[]\"\u003eBritish Indian Ocean Territory\u003c\/option\u003e\n\u003coption value=\"Virgin Islands, British\" data-provinces=\"[]\"\u003eBritish Virgin Islands\u003c\/option\u003e\n\u003coption value=\"Brunei\" data-provinces=\"[]\"\u003eBrunei\u003c\/option\u003e\n\u003coption value=\"Bulgaria\" data-provinces=\"[]\"\u003eBulgaria\u003c\/option\u003e\n\u003coption value=\"Burkina Faso\" data-provinces=\"[]\"\u003eBurkina Faso\u003c\/option\u003e\n\u003coption value=\"Burundi\" data-provinces=\"[]\"\u003eBurundi\u003c\/option\u003e\n\u003coption value=\"Cambodia\" data-provinces=\"[]\"\u003eCambodia\u003c\/option\u003e\n\u003coption value=\"Republic of Cameroon\" data-provinces=\"[]\"\u003eCameroon\u003c\/option\u003e\n\u003coption value=\"Canada\" data-provinces=\"[[\u0026quot;Alberta\u0026quot;,\u0026quot;Alberta\u0026quot;],[\u0026quot;British Columbia\u0026quot;,\u0026quot;British Columbia\u0026quot;],[\u0026quot;Manitoba\u0026quot;,\u0026quot;Manitoba\u0026quot;],[\u0026quot;New Brunswick\u0026quot;,\u0026quot;New Brunswick\u0026quot;],[\u0026quot;Newfoundland and Labrador\u0026quot;,\u0026quot;Newfoundland and Labrador\u0026quot;],[\u0026quot;Northwest Territories\u0026quot;,\u0026quot;Northwest Territories\u0026quot;],[\u0026quot;Nova Scotia\u0026quot;,\u0026quot;Nova Scotia\u0026quot;],[\u0026quot;Nunavut\u0026quot;,\u0026quot;Nunavut\u0026quot;],[\u0026quot;Ontario\u0026quot;,\u0026quot;Ontario\u0026quot;],[\u0026quot;Prince Edward Island\u0026quot;,\u0026quot;Prince Edward Island\u0026quot;],[\u0026quot;Quebec\u0026quot;,\u0026quot;Quebec\u0026quot;],[\u0026quot;Saskatchewan\u0026quot;,\u0026quot;Saskatchewan\u0026quot;],[\u0026quot;Yukon\u0026quot;,\u0026quot;Yukon\u0026quot;]]\"\u003eCanada\u003c\/option\u003e\n\u003coption value=\"Cape Verde\" data-provinces=\"[]\"\u003eCape Verde\u003c\/option\u003e\n\u003coption value=\"Caribbean Netherlands\" data-provinces=\"[]\"\u003eCaribbean Netherlands\u003c\/option\u003e\n\u003coption value=\"Cayman Islands\" data-provinces=\"[]\"\u003eCayman Islands\u003c\/option\u003e\n\u003coption value=\"Central African Republic\" data-provinces=\"[]\"\u003eCentral African Republic\u003c\/option\u003e\n\u003coption value=\"Chad\" data-provinces=\"[]\"\u003eChad\u003c\/option\u003e\n\u003coption value=\"Chile\" data-provinces=\"[[\u0026quot;Antofagasta\u0026quot;,\u0026quot;Antofagasta\u0026quot;],[\u0026quot;Araucanía\u0026quot;,\u0026quot;Araucanía\u0026quot;],[\u0026quot;Arica and Parinacota\u0026quot;,\u0026quot;Arica y Parinacota\u0026quot;],[\u0026quot;Atacama\u0026quot;,\u0026quot;Atacama\u0026quot;],[\u0026quot;Aysén\u0026quot;,\u0026quot;Aysén\u0026quot;],[\u0026quot;Biobío\u0026quot;,\u0026quot;Bío Bío\u0026quot;],[\u0026quot;Coquimbo\u0026quot;,\u0026quot;Coquimbo\u0026quot;],[\u0026quot;Los Lagos\u0026quot;,\u0026quot;Los Lagos\u0026quot;],[\u0026quot;Los Ríos\u0026quot;,\u0026quot;Los Ríos\u0026quot;],[\u0026quot;Magallanes\u0026quot;,\u0026quot;Magallanes Region\u0026quot;],[\u0026quot;Maule\u0026quot;,\u0026quot;Maule\u0026quot;],[\u0026quot;O\u0026#39;Higgins\u0026quot;,\u0026quot;Libertador General Bernardo O’Higgins\u0026quot;],[\u0026quot;Santiago\u0026quot;,\u0026quot;Santiago Metropolitan\u0026quot;],[\u0026quot;Tarapacá\u0026quot;,\u0026quot;Tarapacá\u0026quot;],[\u0026quot;Valparaíso\u0026quot;,\u0026quot;Valparaíso\u0026quot;],[\u0026quot;Ñuble\u0026quot;,\u0026quot;Ñuble\u0026quot;]]\"\u003eChile\u003c\/option\u003e\n\u003coption value=\"China\" data-provinces=\"[[\u0026quot;Anhui\u0026quot;,\u0026quot;Anhui\u0026quot;],[\u0026quot;Beijing\u0026quot;,\u0026quot;Beijing\u0026quot;],[\u0026quot;Chongqing\u0026quot;,\u0026quot;Chongqing\u0026quot;],[\u0026quot;Fujian\u0026quot;,\u0026quot;Fujian\u0026quot;],[\u0026quot;Gansu\u0026quot;,\u0026quot;Gansu\u0026quot;],[\u0026quot;Guangdong\u0026quot;,\u0026quot;Guangdong\u0026quot;],[\u0026quot;Guangxi\u0026quot;,\u0026quot;Guangxi\u0026quot;],[\u0026quot;Guizhou\u0026quot;,\u0026quot;Guizhou\u0026quot;],[\u0026quot;Hainan\u0026quot;,\u0026quot;Hainan\u0026quot;],[\u0026quot;Hebei\u0026quot;,\u0026quot;Hebei\u0026quot;],[\u0026quot;Heilongjiang\u0026quot;,\u0026quot;Heilongjiang\u0026quot;],[\u0026quot;Henan\u0026quot;,\u0026quot;Henan\u0026quot;],[\u0026quot;Hubei\u0026quot;,\u0026quot;Hubei\u0026quot;],[\u0026quot;Hunan\u0026quot;,\u0026quot;Hunan\u0026quot;],[\u0026quot;Inner Mongolia\u0026quot;,\u0026quot;Inner Mongolia\u0026quot;],[\u0026quot;Jiangsu\u0026quot;,\u0026quot;Jiangsu\u0026quot;],[\u0026quot;Jiangxi\u0026quot;,\u0026quot;Jiangxi\u0026quot;],[\u0026quot;Jilin\u0026quot;,\u0026quot;Jilin\u0026quot;],[\u0026quot;Liaoning\u0026quot;,\u0026quot;Liaoning\u0026quot;],[\u0026quot;Ningxia\u0026quot;,\u0026quot;Ningxia\u0026quot;],[\u0026quot;Qinghai\u0026quot;,\u0026quot;Qinghai\u0026quot;],[\u0026quot;Shaanxi\u0026quot;,\u0026quot;Shaanxi\u0026quot;],[\u0026quot;Shandong\u0026quot;,\u0026quot;Shandong\u0026quot;],[\u0026quot;Shanghai\u0026quot;,\u0026quot;Shanghai\u0026quot;],[\u0026quot;Shanxi\u0026quot;,\u0026quot;Shanxi\u0026quot;],[\u0026quot;Sichuan\u0026quot;,\u0026quot;Sichuan\u0026quot;],[\u0026quot;Tianjin\u0026quot;,\u0026quot;Tianjin\u0026quot;],[\u0026quot;Xinjiang\u0026quot;,\u0026quot;Xinjiang\u0026quot;],[\u0026quot;Xizang\u0026quot;,\u0026quot;Tibet\u0026quot;],[\u0026quot;Yunnan\u0026quot;,\u0026quot;Yunnan\u0026quot;],[\u0026quot;Zhejiang\u0026quot;,\u0026quot;Zhejiang\u0026quot;]]\"\u003eChina\u003c\/option\u003e\n\u003coption value=\"Christmas Island\" data-provinces=\"[]\"\u003eChristmas Island\u003c\/option\u003e\n\u003coption value=\"Cocos (Keeling) Islands\" data-provinces=\"[]\"\u003eCocos (Keeling) Islands\u003c\/option\u003e\n\u003coption value=\"Colombia\" data-provinces=\"[[\u0026quot;Amazonas\u0026quot;,\u0026quot;Amazonas\u0026quot;],[\u0026quot;Antioquia\u0026quot;,\u0026quot;Antioquia\u0026quot;],[\u0026quot;Arauca\u0026quot;,\u0026quot;Arauca\u0026quot;],[\u0026quot;Atlántico\u0026quot;,\u0026quot;Atlántico\u0026quot;],[\u0026quot;Bogotá, D.C.\u0026quot;,\u0026quot;Capital District\u0026quot;],[\u0026quot;Bolívar\u0026quot;,\u0026quot;Bolívar\u0026quot;],[\u0026quot;Boyacá\u0026quot;,\u0026quot;Boyacá\u0026quot;],[\u0026quot;Caldas\u0026quot;,\u0026quot;Caldas\u0026quot;],[\u0026quot;Caquetá\u0026quot;,\u0026quot;Caquetá\u0026quot;],[\u0026quot;Casanare\u0026quot;,\u0026quot;Casanare\u0026quot;],[\u0026quot;Cauca\u0026quot;,\u0026quot;Cauca\u0026quot;],[\u0026quot;Cesar\u0026quot;,\u0026quot;Cesar\u0026quot;],[\u0026quot;Chocó\u0026quot;,\u0026quot;Chocó\u0026quot;],[\u0026quot;Cundinamarca\u0026quot;,\u0026quot;Cundinamarca\u0026quot;],[\u0026quot;Córdoba\u0026quot;,\u0026quot;Córdoba\u0026quot;],[\u0026quot;Guainía\u0026quot;,\u0026quot;Guainía\u0026quot;],[\u0026quot;Guaviare\u0026quot;,\u0026quot;Guaviare\u0026quot;],[\u0026quot;Huila\u0026quot;,\u0026quot;Huila\u0026quot;],[\u0026quot;La Guajira\u0026quot;,\u0026quot;La Guajira\u0026quot;],[\u0026quot;Magdalena\u0026quot;,\u0026quot;Magdalena\u0026quot;],[\u0026quot;Meta\u0026quot;,\u0026quot;Meta\u0026quot;],[\u0026quot;Nariño\u0026quot;,\u0026quot;Nariño\u0026quot;],[\u0026quot;Norte de Santander\u0026quot;,\u0026quot;Norte de Santander\u0026quot;],[\u0026quot;Putumayo\u0026quot;,\u0026quot;Putumayo\u0026quot;],[\u0026quot;Quindío\u0026quot;,\u0026quot;Quindío\u0026quot;],[\u0026quot;Risaralda\u0026quot;,\u0026quot;Risaralda\u0026quot;],[\u0026quot;San Andrés, Providencia y Santa Catalina\u0026quot;,\u0026quot;San Andrés \\u0026 Providencia\u0026quot;],[\u0026quot;Santander\u0026quot;,\u0026quot;Santander\u0026quot;],[\u0026quot;Sucre\u0026quot;,\u0026quot;Sucre\u0026quot;],[\u0026quot;Tolima\u0026quot;,\u0026quot;Tolima\u0026quot;],[\u0026quot;Valle del Cauca\u0026quot;,\u0026quot;Valle del Cauca\u0026quot;],[\u0026quot;Vaupés\u0026quot;,\u0026quot;Vaupés\u0026quot;],[\u0026quot;Vichada\u0026quot;,\u0026quot;Vichada\u0026quot;]]\"\u003eColombia\u003c\/option\u003e\n\u003coption value=\"Comoros\" data-provinces=\"[]\"\u003eComoros\u003c\/option\u003e\n\u003coption value=\"Congo\" data-provinces=\"[]\"\u003eCongo - Brazzaville\u003c\/option\u003e\n\u003coption value=\"Congo, The Democratic Republic Of The\" data-provinces=\"[]\"\u003eCongo - Kinshasa\u003c\/option\u003e\n\u003coption value=\"Cook Islands\" data-provinces=\"[]\"\u003eCook Islands\u003c\/option\u003e\n\u003coption value=\"Costa Rica\" data-provinces=\"[[\u0026quot;Alajuela\u0026quot;,\u0026quot;Alajuela\u0026quot;],[\u0026quot;Cartago\u0026quot;,\u0026quot;Cartago\u0026quot;],[\u0026quot;Guanacaste\u0026quot;,\u0026quot;Guanacaste\u0026quot;],[\u0026quot;Heredia\u0026quot;,\u0026quot;Heredia\u0026quot;],[\u0026quot;Limón\u0026quot;,\u0026quot;Limón\u0026quot;],[\u0026quot;Puntarenas\u0026quot;,\u0026quot;Puntarenas\u0026quot;],[\u0026quot;San José\u0026quot;,\u0026quot;San José\u0026quot;]]\"\u003eCosta Rica\u003c\/option\u003e\n\u003coption value=\"Croatia\" data-provinces=\"[]\"\u003eCroatia\u003c\/option\u003e\n\u003coption value=\"Curaçao\" data-provinces=\"[]\"\u003eCuraçao\u003c\/option\u003e\n\u003coption value=\"Cyprus\" data-provinces=\"[]\"\u003eCyprus\u003c\/option\u003e\n\u003coption value=\"Czech Republic\" data-provinces=\"[]\"\u003eCzechia\u003c\/option\u003e\n\u003coption value=\"Côte d'Ivoire\" data-provinces=\"[]\"\u003eCôte d’Ivoire\u003c\/option\u003e\n\u003coption value=\"Denmark\" data-provinces=\"[]\"\u003eDenmark\u003c\/option\u003e\n\u003coption value=\"Djibouti\" data-provinces=\"[]\"\u003eDjibouti\u003c\/option\u003e\n\u003coption value=\"Dominica\" data-provinces=\"[]\"\u003eDominica\u003c\/option\u003e\n\u003coption value=\"Dominican Republic\" data-provinces=\"[]\"\u003eDominican Republic\u003c\/option\u003e\n\u003coption value=\"Ecuador\" data-provinces=\"[]\"\u003eEcuador\u003c\/option\u003e\n\u003coption value=\"Egypt\" data-provinces=\"[[\u0026quot;6th of October\u0026quot;,\u0026quot;6th of October\u0026quot;],[\u0026quot;Al Sharqia\u0026quot;,\u0026quot;Al Sharqia\u0026quot;],[\u0026quot;Alexandria\u0026quot;,\u0026quot;Alexandria\u0026quot;],[\u0026quot;Aswan\u0026quot;,\u0026quot;Aswan\u0026quot;],[\u0026quot;Asyut\u0026quot;,\u0026quot;Asyut\u0026quot;],[\u0026quot;Beheira\u0026quot;,\u0026quot;Beheira\u0026quot;],[\u0026quot;Beni Suef\u0026quot;,\u0026quot;Beni Suef\u0026quot;],[\u0026quot;Cairo\u0026quot;,\u0026quot;Cairo\u0026quot;],[\u0026quot;Dakahlia\u0026quot;,\u0026quot;Dakahlia\u0026quot;],[\u0026quot;Damietta\u0026quot;,\u0026quot;Damietta\u0026quot;],[\u0026quot;Faiyum\u0026quot;,\u0026quot;Faiyum\u0026quot;],[\u0026quot;Gharbia\u0026quot;,\u0026quot;Gharbia\u0026quot;],[\u0026quot;Giza\u0026quot;,\u0026quot;Giza\u0026quot;],[\u0026quot;Helwan\u0026quot;,\u0026quot;Helwan\u0026quot;],[\u0026quot;Ismailia\u0026quot;,\u0026quot;Ismailia\u0026quot;],[\u0026quot;Kafr el-Sheikh\u0026quot;,\u0026quot;Kafr el-Sheikh\u0026quot;],[\u0026quot;Luxor\u0026quot;,\u0026quot;Luxor\u0026quot;],[\u0026quot;Matrouh\u0026quot;,\u0026quot;Matrouh\u0026quot;],[\u0026quot;Minya\u0026quot;,\u0026quot;Minya\u0026quot;],[\u0026quot;Monufia\u0026quot;,\u0026quot;Monufia\u0026quot;],[\u0026quot;New Valley\u0026quot;,\u0026quot;New Valley\u0026quot;],[\u0026quot;North Sinai\u0026quot;,\u0026quot;North Sinai\u0026quot;],[\u0026quot;Port Said\u0026quot;,\u0026quot;Port Said\u0026quot;],[\u0026quot;Qalyubia\u0026quot;,\u0026quot;Qalyubia\u0026quot;],[\u0026quot;Qena\u0026quot;,\u0026quot;Qena\u0026quot;],[\u0026quot;Red Sea\u0026quot;,\u0026quot;Red Sea\u0026quot;],[\u0026quot;Sohag\u0026quot;,\u0026quot;Sohag\u0026quot;],[\u0026quot;South Sinai\u0026quot;,\u0026quot;South Sinai\u0026quot;],[\u0026quot;Suez\u0026quot;,\u0026quot;Suez\u0026quot;]]\"\u003eEgypt\u003c\/option\u003e\n\u003coption value=\"El Salvador\" data-provinces=\"[[\u0026quot;Ahuachapán\u0026quot;,\u0026quot;Ahuachapán\u0026quot;],[\u0026quot;Cabañas\u0026quot;,\u0026quot;Cabañas\u0026quot;],[\u0026quot;Chalatenango\u0026quot;,\u0026quot;Chalatenango\u0026quot;],[\u0026quot;Cuscatlán\u0026quot;,\u0026quot;Cuscatlán\u0026quot;],[\u0026quot;La Libertad\u0026quot;,\u0026quot;La Libertad\u0026quot;],[\u0026quot;La Paz\u0026quot;,\u0026quot;La Paz\u0026quot;],[\u0026quot;La Unión\u0026quot;,\u0026quot;La Unión\u0026quot;],[\u0026quot;Morazán\u0026quot;,\u0026quot;Morazán\u0026quot;],[\u0026quot;San Miguel\u0026quot;,\u0026quot;San Miguel\u0026quot;],[\u0026quot;San Salvador\u0026quot;,\u0026quot;San Salvador\u0026quot;],[\u0026quot;San Vicente\u0026quot;,\u0026quot;San Vicente\u0026quot;],[\u0026quot;Santa Ana\u0026quot;,\u0026quot;Santa Ana\u0026quot;],[\u0026quot;Sonsonate\u0026quot;,\u0026quot;Sonsonate\u0026quot;],[\u0026quot;Usulután\u0026quot;,\u0026quot;Usulután\u0026quot;]]\"\u003eEl Salvador\u003c\/option\u003e\n\u003coption value=\"Equatorial Guinea\" data-provinces=\"[]\"\u003eEquatorial Guinea\u003c\/option\u003e\n\u003coption value=\"Eritrea\" data-provinces=\"[]\"\u003eEritrea\u003c\/option\u003e\n\u003coption value=\"Estonia\" data-provinces=\"[]\"\u003eEstonia\u003c\/option\u003e\n\u003coption value=\"Eswatini\" data-provinces=\"[]\"\u003eEswatini\u003c\/option\u003e\n\u003coption value=\"Ethiopia\" data-provinces=\"[]\"\u003eEthiopia\u003c\/option\u003e\n\u003coption value=\"Falkland Islands (Malvinas)\" data-provinces=\"[]\"\u003eFalkland Islands\u003c\/option\u003e\n\u003coption value=\"Faroe Islands\" data-provinces=\"[]\"\u003eFaroe Islands\u003c\/option\u003e\n\u003coption value=\"Fiji\" data-provinces=\"[]\"\u003eFiji\u003c\/option\u003e\n\u003coption value=\"Finland\" data-provinces=\"[]\"\u003eFinland\u003c\/option\u003e\n\u003coption value=\"France\" data-provinces=\"[]\"\u003eFrance\u003c\/option\u003e\n\u003coption value=\"French Guiana\" data-provinces=\"[]\"\u003eFrench Guiana\u003c\/option\u003e\n\u003coption value=\"French Polynesia\" data-provinces=\"[]\"\u003eFrench Polynesia\u003c\/option\u003e\n\u003coption value=\"French Southern Territories\" data-provinces=\"[]\"\u003eFrench Southern Territories\u003c\/option\u003e\n\u003coption value=\"Gabon\" data-provinces=\"[]\"\u003eGabon\u003c\/option\u003e\n\u003coption value=\"Gambia\" data-provinces=\"[]\"\u003eGambia\u003c\/option\u003e\n\u003coption value=\"Georgia\" data-provinces=\"[]\"\u003eGeorgia\u003c\/option\u003e\n\u003coption value=\"Germany\" data-provinces=\"[]\"\u003eGermany\u003c\/option\u003e\n\u003coption value=\"Ghana\" data-provinces=\"[]\"\u003eGhana\u003c\/option\u003e\n\u003coption value=\"Gibraltar\" data-provinces=\"[]\"\u003eGibraltar\u003c\/option\u003e\n\u003coption value=\"Greece\" data-provinces=\"[]\"\u003eGreece\u003c\/option\u003e\n\u003coption value=\"Greenland\" data-provinces=\"[]\"\u003eGreenland\u003c\/option\u003e\n\u003coption value=\"Grenada\" data-provinces=\"[]\"\u003eGrenada\u003c\/option\u003e\n\u003coption value=\"Guadeloupe\" data-provinces=\"[]\"\u003eGuadeloupe\u003c\/option\u003e\n\u003coption value=\"Guatemala\" data-provinces=\"[[\u0026quot;Alta Verapaz\u0026quot;,\u0026quot;Alta Verapaz\u0026quot;],[\u0026quot;Baja Verapaz\u0026quot;,\u0026quot;Baja Verapaz\u0026quot;],[\u0026quot;Chimaltenango\u0026quot;,\u0026quot;Chimaltenango\u0026quot;],[\u0026quot;Chiquimula\u0026quot;,\u0026quot;Chiquimula\u0026quot;],[\u0026quot;El Progreso\u0026quot;,\u0026quot;El Progreso\u0026quot;],[\u0026quot;Escuintla\u0026quot;,\u0026quot;Escuintla\u0026quot;],[\u0026quot;Guatemala\u0026quot;,\u0026quot;Guatemala\u0026quot;],[\u0026quot;Huehuetenango\u0026quot;,\u0026quot;Huehuetenango\u0026quot;],[\u0026quot;Izabal\u0026quot;,\u0026quot;Izabal\u0026quot;],[\u0026quot;Jalapa\u0026quot;,\u0026quot;Jalapa\u0026quot;],[\u0026quot;Jutiapa\u0026quot;,\u0026quot;Jutiapa\u0026quot;],[\u0026quot;Petén\u0026quot;,\u0026quot;Petén\u0026quot;],[\u0026quot;Quetzaltenango\u0026quot;,\u0026quot;Quetzaltenango\u0026quot;],[\u0026quot;Quiché\u0026quot;,\u0026quot;Quiché\u0026quot;],[\u0026quot;Retalhuleu\u0026quot;,\u0026quot;Retalhuleu\u0026quot;],[\u0026quot;Sacatepéquez\u0026quot;,\u0026quot;Sacatepéquez\u0026quot;],[\u0026quot;San Marcos\u0026quot;,\u0026quot;San Marcos\u0026quot;],[\u0026quot;Santa Rosa\u0026quot;,\u0026quot;Santa Rosa\u0026quot;],[\u0026quot;Sololá\u0026quot;,\u0026quot;Sololá\u0026quot;],[\u0026quot;Suchitepéquez\u0026quot;,\u0026quot;Suchitepéquez\u0026quot;],[\u0026quot;Totonicapán\u0026quot;,\u0026quot;Totonicapán\u0026quot;],[\u0026quot;Zacapa\u0026quot;,\u0026quot;Zacapa\u0026quot;]]\"\u003eGuatemala\u003c\/option\u003e\n\u003coption value=\"Guernsey\" data-provinces=\"[]\"\u003eGuernsey\u003c\/option\u003e\n\u003coption value=\"Guinea\" data-provinces=\"[]\"\u003eGuinea\u003c\/option\u003e\n\u003coption value=\"Guinea Bissau\" data-provinces=\"[]\"\u003eGuinea-Bissau\u003c\/option\u003e\n\u003coption value=\"Guyana\" data-provinces=\"[]\"\u003eGuyana\u003c\/option\u003e\n\u003coption value=\"Haiti\" data-provinces=\"[]\"\u003eHaiti\u003c\/option\u003e\n\u003coption value=\"Honduras\" data-provinces=\"[]\"\u003eHonduras\u003c\/option\u003e\n\u003coption value=\"Hong Kong\" data-provinces=\"[[\u0026quot;Hong Kong Island\u0026quot;,\u0026quot;Hong Kong Island\u0026quot;],[\u0026quot;Kowloon\u0026quot;,\u0026quot;Kowloon\u0026quot;],[\u0026quot;New Territories\u0026quot;,\u0026quot;New Territories\u0026quot;]]\"\u003eHong Kong SAR\u003c\/option\u003e\n\u003coption value=\"Hungary\" data-provinces=\"[]\"\u003eHungary\u003c\/option\u003e\n\u003coption value=\"Iceland\" data-provinces=\"[]\"\u003eIceland\u003c\/option\u003e\n\u003coption value=\"India\" data-provinces=\"[[\u0026quot;Andaman and Nicobar Islands\u0026quot;,\u0026quot;Andaman and Nicobar Islands\u0026quot;],[\u0026quot;Andhra Pradesh\u0026quot;,\u0026quot;Andhra Pradesh\u0026quot;],[\u0026quot;Arunachal Pradesh\u0026quot;,\u0026quot;Arunachal Pradesh\u0026quot;],[\u0026quot;Assam\u0026quot;,\u0026quot;Assam\u0026quot;],[\u0026quot;Bihar\u0026quot;,\u0026quot;Bihar\u0026quot;],[\u0026quot;Chandigarh\u0026quot;,\u0026quot;Chandigarh\u0026quot;],[\u0026quot;Chhattisgarh\u0026quot;,\u0026quot;Chhattisgarh\u0026quot;],[\u0026quot;Dadra and Nagar Haveli\u0026quot;,\u0026quot;Dadra and Nagar Haveli\u0026quot;],[\u0026quot;Daman and Diu\u0026quot;,\u0026quot;Daman and Diu\u0026quot;],[\u0026quot;Delhi\u0026quot;,\u0026quot;Delhi\u0026quot;],[\u0026quot;Goa\u0026quot;,\u0026quot;Goa\u0026quot;],[\u0026quot;Gujarat\u0026quot;,\u0026quot;Gujarat\u0026quot;],[\u0026quot;Haryana\u0026quot;,\u0026quot;Haryana\u0026quot;],[\u0026quot;Himachal Pradesh\u0026quot;,\u0026quot;Himachal Pradesh\u0026quot;],[\u0026quot;Jammu and Kashmir\u0026quot;,\u0026quot;Jammu and Kashmir\u0026quot;],[\u0026quot;Jharkhand\u0026quot;,\u0026quot;Jharkhand\u0026quot;],[\u0026quot;Karnataka\u0026quot;,\u0026quot;Karnataka\u0026quot;],[\u0026quot;Kerala\u0026quot;,\u0026quot;Kerala\u0026quot;],[\u0026quot;Ladakh\u0026quot;,\u0026quot;Ladakh\u0026quot;],[\u0026quot;Lakshadweep\u0026quot;,\u0026quot;Lakshadweep\u0026quot;],[\u0026quot;Madhya Pradesh\u0026quot;,\u0026quot;Madhya Pradesh\u0026quot;],[\u0026quot;Maharashtra\u0026quot;,\u0026quot;Maharashtra\u0026quot;],[\u0026quot;Manipur\u0026quot;,\u0026quot;Manipur\u0026quot;],[\u0026quot;Meghalaya\u0026quot;,\u0026quot;Meghalaya\u0026quot;],[\u0026quot;Mizoram\u0026quot;,\u0026quot;Mizoram\u0026quot;],[\u0026quot;Nagaland\u0026quot;,\u0026quot;Nagaland\u0026quot;],[\u0026quot;Odisha\u0026quot;,\u0026quot;Odisha\u0026quot;],[\u0026quot;Puducherry\u0026quot;,\u0026quot;Puducherry\u0026quot;],[\u0026quot;Punjab\u0026quot;,\u0026quot;Punjab\u0026quot;],[\u0026quot;Rajasthan\u0026quot;,\u0026quot;Rajasthan\u0026quot;],[\u0026quot;Sikkim\u0026quot;,\u0026quot;Sikkim\u0026quot;],[\u0026quot;Tamil Nadu\u0026quot;,\u0026quot;Tamil Nadu\u0026quot;],[\u0026quot;Telangana\u0026quot;,\u0026quot;Telangana\u0026quot;],[\u0026quot;Tripura\u0026quot;,\u0026quot;Tripura\u0026quot;],[\u0026quot;Uttar Pradesh\u0026quot;,\u0026quot;Uttar Pradesh\u0026quot;],[\u0026quot;Uttarakhand\u0026quot;,\u0026quot;Uttarakhand\u0026quot;],[\u0026quot;West Bengal\u0026quot;,\u0026quot;West Bengal\u0026quot;]]\"\u003eIndia\u003c\/option\u003e\n\u003coption value=\"Indonesia\" data-provinces=\"[[\u0026quot;Aceh\u0026quot;,\u0026quot;Aceh\u0026quot;],[\u0026quot;Bali\u0026quot;,\u0026quot;Bali\u0026quot;],[\u0026quot;Bangka Belitung\u0026quot;,\u0026quot;Bangka–Belitung Islands\u0026quot;],[\u0026quot;Banten\u0026quot;,\u0026quot;Banten\u0026quot;],[\u0026quot;Bengkulu\u0026quot;,\u0026quot;Bengkulu\u0026quot;],[\u0026quot;Gorontalo\u0026quot;,\u0026quot;Gorontalo\u0026quot;],[\u0026quot;Jakarta\u0026quot;,\u0026quot;Jakarta\u0026quot;],[\u0026quot;Jambi\u0026quot;,\u0026quot;Jambi\u0026quot;],[\u0026quot;Jawa Barat\u0026quot;,\u0026quot;West Java\u0026quot;],[\u0026quot;Jawa Tengah\u0026quot;,\u0026quot;Central Java\u0026quot;],[\u0026quot;Jawa Timur\u0026quot;,\u0026quot;East Java\u0026quot;],[\u0026quot;Kalimantan Barat\u0026quot;,\u0026quot;West Kalimantan\u0026quot;],[\u0026quot;Kalimantan Selatan\u0026quot;,\u0026quot;South Kalimantan\u0026quot;],[\u0026quot;Kalimantan Tengah\u0026quot;,\u0026quot;Central Kalimantan\u0026quot;],[\u0026quot;Kalimantan Timur\u0026quot;,\u0026quot;East Kalimantan\u0026quot;],[\u0026quot;Kalimantan Utara\u0026quot;,\u0026quot;North Kalimantan\u0026quot;],[\u0026quot;Kepulauan Riau\u0026quot;,\u0026quot;Riau Islands\u0026quot;],[\u0026quot;Lampung\u0026quot;,\u0026quot;Lampung\u0026quot;],[\u0026quot;Maluku\u0026quot;,\u0026quot;Maluku\u0026quot;],[\u0026quot;Maluku Utara\u0026quot;,\u0026quot;North Maluku\u0026quot;],[\u0026quot;North Sumatra\u0026quot;,\u0026quot;North Sumatra\u0026quot;],[\u0026quot;Nusa Tenggara Barat\u0026quot;,\u0026quot;West Nusa Tenggara\u0026quot;],[\u0026quot;Nusa Tenggara Timur\u0026quot;,\u0026quot;East Nusa Tenggara\u0026quot;],[\u0026quot;Papua\u0026quot;,\u0026quot;Papua\u0026quot;],[\u0026quot;Papua Barat\u0026quot;,\u0026quot;West Papua\u0026quot;],[\u0026quot;Riau\u0026quot;,\u0026quot;Riau\u0026quot;],[\u0026quot;South Sumatra\u0026quot;,\u0026quot;South Sumatra\u0026quot;],[\u0026quot;Sulawesi Barat\u0026quot;,\u0026quot;West Sulawesi\u0026quot;],[\u0026quot;Sulawesi Selatan\u0026quot;,\u0026quot;South Sulawesi\u0026quot;],[\u0026quot;Sulawesi Tengah\u0026quot;,\u0026quot;Central Sulawesi\u0026quot;],[\u0026quot;Sulawesi Tenggara\u0026quot;,\u0026quot;Southeast Sulawesi\u0026quot;],[\u0026quot;Sulawesi Utara\u0026quot;,\u0026quot;North Sulawesi\u0026quot;],[\u0026quot;West Sumatra\u0026quot;,\u0026quot;West Sumatra\u0026quot;],[\u0026quot;Yogyakarta\u0026quot;,\u0026quot;Yogyakarta\u0026quot;]]\"\u003eIndonesia\u003c\/option\u003e\n\u003coption value=\"Iraq\" data-provinces=\"[]\"\u003eIraq\u003c\/option\u003e\n\u003coption value=\"Ireland\" data-provinces=\"[[\u0026quot;Carlow\u0026quot;,\u0026quot;Carlow\u0026quot;],[\u0026quot;Cavan\u0026quot;,\u0026quot;Cavan\u0026quot;],[\u0026quot;Clare\u0026quot;,\u0026quot;Clare\u0026quot;],[\u0026quot;Cork\u0026quot;,\u0026quot;Cork\u0026quot;],[\u0026quot;Donegal\u0026quot;,\u0026quot;Donegal\u0026quot;],[\u0026quot;Dublin\u0026quot;,\u0026quot;Dublin\u0026quot;],[\u0026quot;Galway\u0026quot;,\u0026quot;Galway\u0026quot;],[\u0026quot;Kerry\u0026quot;,\u0026quot;Kerry\u0026quot;],[\u0026quot;Kildare\u0026quot;,\u0026quot;Kildare\u0026quot;],[\u0026quot;Kilkenny\u0026quot;,\u0026quot;Kilkenny\u0026quot;],[\u0026quot;Laois\u0026quot;,\u0026quot;Laois\u0026quot;],[\u0026quot;Leitrim\u0026quot;,\u0026quot;Leitrim\u0026quot;],[\u0026quot;Limerick\u0026quot;,\u0026quot;Limerick\u0026quot;],[\u0026quot;Longford\u0026quot;,\u0026quot;Longford\u0026quot;],[\u0026quot;Louth\u0026quot;,\u0026quot;Louth\u0026quot;],[\u0026quot;Mayo\u0026quot;,\u0026quot;Mayo\u0026quot;],[\u0026quot;Meath\u0026quot;,\u0026quot;Meath\u0026quot;],[\u0026quot;Monaghan\u0026quot;,\u0026quot;Monaghan\u0026quot;],[\u0026quot;Offaly\u0026quot;,\u0026quot;Offaly\u0026quot;],[\u0026quot;Roscommon\u0026quot;,\u0026quot;Roscommon\u0026quot;],[\u0026quot;Sligo\u0026quot;,\u0026quot;Sligo\u0026quot;],[\u0026quot;Tipperary\u0026quot;,\u0026quot;Tipperary\u0026quot;],[\u0026quot;Waterford\u0026quot;,\u0026quot;Waterford\u0026quot;],[\u0026quot;Westmeath\u0026quot;,\u0026quot;Westmeath\u0026quot;],[\u0026quot;Wexford\u0026quot;,\u0026quot;Wexford\u0026quot;],[\u0026quot;Wicklow\u0026quot;,\u0026quot;Wicklow\u0026quot;]]\"\u003eIreland\u003c\/option\u003e\n\u003coption value=\"Isle Of Man\" data-provinces=\"[]\"\u003eIsle of Man\u003c\/option\u003e\n\u003coption value=\"Israel\" data-provinces=\"[]\"\u003eIsrael\u003c\/option\u003e\n\u003coption value=\"Italy\" data-provinces=\"[[\u0026quot;Agrigento\u0026quot;,\u0026quot;Agrigento\u0026quot;],[\u0026quot;Alessandria\u0026quot;,\u0026quot;Alessandria\u0026quot;],[\u0026quot;Ancona\u0026quot;,\u0026quot;Ancona\u0026quot;],[\u0026quot;Aosta\u0026quot;,\u0026quot;Aosta Valley\u0026quot;],[\u0026quot;Arezzo\u0026quot;,\u0026quot;Arezzo\u0026quot;],[\u0026quot;Ascoli Piceno\u0026quot;,\u0026quot;Ascoli Piceno\u0026quot;],[\u0026quot;Asti\u0026quot;,\u0026quot;Asti\u0026quot;],[\u0026quot;Avellino\u0026quot;,\u0026quot;Avellino\u0026quot;],[\u0026quot;Bari\u0026quot;,\u0026quot;Bari\u0026quot;],[\u0026quot;Barletta-Andria-Trani\u0026quot;,\u0026quot;Barletta-Andria-Trani\u0026quot;],[\u0026quot;Belluno\u0026quot;,\u0026quot;Belluno\u0026quot;],[\u0026quot;Benevento\u0026quot;,\u0026quot;Benevento\u0026quot;],[\u0026quot;Bergamo\u0026quot;,\u0026quot;Bergamo\u0026quot;],[\u0026quot;Biella\u0026quot;,\u0026quot;Biella\u0026quot;],[\u0026quot;Bologna\u0026quot;,\u0026quot;Bologna\u0026quot;],[\u0026quot;Bolzano\u0026quot;,\u0026quot;South Tyrol\u0026quot;],[\u0026quot;Brescia\u0026quot;,\u0026quot;Brescia\u0026quot;],[\u0026quot;Brindisi\u0026quot;,\u0026quot;Brindisi\u0026quot;],[\u0026quot;Cagliari\u0026quot;,\u0026quot;Cagliari\u0026quot;],[\u0026quot;Caltanissetta\u0026quot;,\u0026quot;Caltanissetta\u0026quot;],[\u0026quot;Campobasso\u0026quot;,\u0026quot;Campobasso\u0026quot;],[\u0026quot;Carbonia-Iglesias\u0026quot;,\u0026quot;Carbonia-Iglesias\u0026quot;],[\u0026quot;Caserta\u0026quot;,\u0026quot;Caserta\u0026quot;],[\u0026quot;Catania\u0026quot;,\u0026quot;Catania\u0026quot;],[\u0026quot;Catanzaro\u0026quot;,\u0026quot;Catanzaro\u0026quot;],[\u0026quot;Chieti\u0026quot;,\u0026quot;Chieti\u0026quot;],[\u0026quot;Como\u0026quot;,\u0026quot;Como\u0026quot;],[\u0026quot;Cosenza\u0026quot;,\u0026quot;Cosenza\u0026quot;],[\u0026quot;Cremona\u0026quot;,\u0026quot;Cremona\u0026quot;],[\u0026quot;Crotone\u0026quot;,\u0026quot;Crotone\u0026quot;],[\u0026quot;Cuneo\u0026quot;,\u0026quot;Cuneo\u0026quot;],[\u0026quot;Enna\u0026quot;,\u0026quot;Enna\u0026quot;],[\u0026quot;Fermo\u0026quot;,\u0026quot;Fermo\u0026quot;],[\u0026quot;Ferrara\u0026quot;,\u0026quot;Ferrara\u0026quot;],[\u0026quot;Firenze\u0026quot;,\u0026quot;Florence\u0026quot;],[\u0026quot;Foggia\u0026quot;,\u0026quot;Foggia\u0026quot;],[\u0026quot;Forlì-Cesena\u0026quot;,\u0026quot;Forlì-Cesena\u0026quot;],[\u0026quot;Frosinone\u0026quot;,\u0026quot;Frosinone\u0026quot;],[\u0026quot;Genova\u0026quot;,\u0026quot;Genoa\u0026quot;],[\u0026quot;Gorizia\u0026quot;,\u0026quot;Gorizia\u0026quot;],[\u0026quot;Grosseto\u0026quot;,\u0026quot;Grosseto\u0026quot;],[\u0026quot;Imperia\u0026quot;,\u0026quot;Imperia\u0026quot;],[\u0026quot;Isernia\u0026quot;,\u0026quot;Isernia\u0026quot;],[\u0026quot;L\u0026#39;Aquila\u0026quot;,\u0026quot;L’Aquila\u0026quot;],[\u0026quot;La Spezia\u0026quot;,\u0026quot;La Spezia\u0026quot;],[\u0026quot;Latina\u0026quot;,\u0026quot;Latina\u0026quot;],[\u0026quot;Lecce\u0026quot;,\u0026quot;Lecce\u0026quot;],[\u0026quot;Lecco\u0026quot;,\u0026quot;Lecco\u0026quot;],[\u0026quot;Livorno\u0026quot;,\u0026quot;Livorno\u0026quot;],[\u0026quot;Lodi\u0026quot;,\u0026quot;Lodi\u0026quot;],[\u0026quot;Lucca\u0026quot;,\u0026quot;Lucca\u0026quot;],[\u0026quot;Macerata\u0026quot;,\u0026quot;Macerata\u0026quot;],[\u0026quot;Mantova\u0026quot;,\u0026quot;Mantua\u0026quot;],[\u0026quot;Massa-Carrara\u0026quot;,\u0026quot;Massa and Carrara\u0026quot;],[\u0026quot;Matera\u0026quot;,\u0026quot;Matera\u0026quot;],[\u0026quot;Medio Campidano\u0026quot;,\u0026quot;Medio Campidano\u0026quot;],[\u0026quot;Messina\u0026quot;,\u0026quot;Messina\u0026quot;],[\u0026quot;Milano\u0026quot;,\u0026quot;Milan\u0026quot;],[\u0026quot;Modena\u0026quot;,\u0026quot;Modena\u0026quot;],[\u0026quot;Monza e Brianza\u0026quot;,\u0026quot;Monza and Brianza\u0026quot;],[\u0026quot;Napoli\u0026quot;,\u0026quot;Naples\u0026quot;],[\u0026quot;Novara\u0026quot;,\u0026quot;Novara\u0026quot;],[\u0026quot;Nuoro\u0026quot;,\u0026quot;Nuoro\u0026quot;],[\u0026quot;Ogliastra\u0026quot;,\u0026quot;Ogliastra\u0026quot;],[\u0026quot;Olbia-Tempio\u0026quot;,\u0026quot;Olbia-Tempio\u0026quot;],[\u0026quot;Oristano\u0026quot;,\u0026quot;Oristano\u0026quot;],[\u0026quot;Padova\u0026quot;,\u0026quot;Padua\u0026quot;],[\u0026quot;Palermo\u0026quot;,\u0026quot;Palermo\u0026quot;],[\u0026quot;Parma\u0026quot;,\u0026quot;Parma\u0026quot;],[\u0026quot;Pavia\u0026quot;,\u0026quot;Pavia\u0026quot;],[\u0026quot;Perugia\u0026quot;,\u0026quot;Perugia\u0026quot;],[\u0026quot;Pesaro e Urbino\u0026quot;,\u0026quot;Pesaro and Urbino\u0026quot;],[\u0026quot;Pescara\u0026quot;,\u0026quot;Pescara\u0026quot;],[\u0026quot;Piacenza\u0026quot;,\u0026quot;Piacenza\u0026quot;],[\u0026quot;Pisa\u0026quot;,\u0026quot;Pisa\u0026quot;],[\u0026quot;Pistoia\u0026quot;,\u0026quot;Pistoia\u0026quot;],[\u0026quot;Pordenone\u0026quot;,\u0026quot;Pordenone\u0026quot;],[\u0026quot;Potenza\u0026quot;,\u0026quot;Potenza\u0026quot;],[\u0026quot;Prato\u0026quot;,\u0026quot;Prato\u0026quot;],[\u0026quot;Ragusa\u0026quot;,\u0026quot;Ragusa\u0026quot;],[\u0026quot;Ravenna\u0026quot;,\u0026quot;Ravenna\u0026quot;],[\u0026quot;Reggio Calabria\u0026quot;,\u0026quot;Reggio Calabria\u0026quot;],[\u0026quot;Reggio Emilia\u0026quot;,\u0026quot;Reggio Emilia\u0026quot;],[\u0026quot;Rieti\u0026quot;,\u0026quot;Rieti\u0026quot;],[\u0026quot;Rimini\u0026quot;,\u0026quot;Rimini\u0026quot;],[\u0026quot;Roma\u0026quot;,\u0026quot;Rome\u0026quot;],[\u0026quot;Rovigo\u0026quot;,\u0026quot;Rovigo\u0026quot;],[\u0026quot;Salerno\u0026quot;,\u0026quot;Salerno\u0026quot;],[\u0026quot;Sassari\u0026quot;,\u0026quot;Sassari\u0026quot;],[\u0026quot;Savona\u0026quot;,\u0026quot;Savona\u0026quot;],[\u0026quot;Siena\u0026quot;,\u0026quot;Siena\u0026quot;],[\u0026quot;Siracusa\u0026quot;,\u0026quot;Syracuse\u0026quot;],[\u0026quot;Sondrio\u0026quot;,\u0026quot;Sondrio\u0026quot;],[\u0026quot;Taranto\u0026quot;,\u0026quot;Taranto\u0026quot;],[\u0026quot;Teramo\u0026quot;,\u0026quot;Teramo\u0026quot;],[\u0026quot;Terni\u0026quot;,\u0026quot;Terni\u0026quot;],[\u0026quot;Torino\u0026quot;,\u0026quot;Turin\u0026quot;],[\u0026quot;Trapani\u0026quot;,\u0026quot;Trapani\u0026quot;],[\u0026quot;Trento\u0026quot;,\u0026quot;Trentino\u0026quot;],[\u0026quot;Treviso\u0026quot;,\u0026quot;Treviso\u0026quot;],[\u0026quot;Trieste\u0026quot;,\u0026quot;Trieste\u0026quot;],[\u0026quot;Udine\u0026quot;,\u0026quot;Udine\u0026quot;],[\u0026quot;Varese\u0026quot;,\u0026quot;Varese\u0026quot;],[\u0026quot;Venezia\u0026quot;,\u0026quot;Venice\u0026quot;],[\u0026quot;Verbano-Cusio-Ossola\u0026quot;,\u0026quot;Verbano-Cusio-Ossola\u0026quot;],[\u0026quot;Vercelli\u0026quot;,\u0026quot;Vercelli\u0026quot;],[\u0026quot;Verona\u0026quot;,\u0026quot;Verona\u0026quot;],[\u0026quot;Vibo Valentia\u0026quot;,\u0026quot;Vibo Valentia\u0026quot;],[\u0026quot;Vicenza\u0026quot;,\u0026quot;Vicenza\u0026quot;],[\u0026quot;Viterbo\u0026quot;,\u0026quot;Viterbo\u0026quot;]]\"\u003eItaly\u003c\/option\u003e\n\u003coption value=\"Jamaica\" data-provinces=\"[]\"\u003eJamaica\u003c\/option\u003e\n\u003coption value=\"Japan\" data-provinces=\"[[\u0026quot;Aichi\u0026quot;,\u0026quot;Aichi\u0026quot;],[\u0026quot;Akita\u0026quot;,\u0026quot;Akita\u0026quot;],[\u0026quot;Aomori\u0026quot;,\u0026quot;Aomori\u0026quot;],[\u0026quot;Chiba\u0026quot;,\u0026quot;Chiba\u0026quot;],[\u0026quot;Ehime\u0026quot;,\u0026quot;Ehime\u0026quot;],[\u0026quot;Fukui\u0026quot;,\u0026quot;Fukui\u0026quot;],[\u0026quot;Fukuoka\u0026quot;,\u0026quot;Fukuoka\u0026quot;],[\u0026quot;Fukushima\u0026quot;,\u0026quot;Fukushima\u0026quot;],[\u0026quot;Gifu\u0026quot;,\u0026quot;Gifu\u0026quot;],[\u0026quot;Gunma\u0026quot;,\u0026quot;Gunma\u0026quot;],[\u0026quot;Hiroshima\u0026quot;,\u0026quot;Hiroshima\u0026quot;],[\u0026quot;Hokkaidō\u0026quot;,\u0026quot;Hokkaido\u0026quot;],[\u0026quot;Hyōgo\u0026quot;,\u0026quot;Hyogo\u0026quot;],[\u0026quot;Ibaraki\u0026quot;,\u0026quot;Ibaraki\u0026quot;],[\u0026quot;Ishikawa\u0026quot;,\u0026quot;Ishikawa\u0026quot;],[\u0026quot;Iwate\u0026quot;,\u0026quot;Iwate\u0026quot;],[\u0026quot;Kagawa\u0026quot;,\u0026quot;Kagawa\u0026quot;],[\u0026quot;Kagoshima\u0026quot;,\u0026quot;Kagoshima\u0026quot;],[\u0026quot;Kanagawa\u0026quot;,\u0026quot;Kanagawa\u0026quot;],[\u0026quot;Kumamoto\u0026quot;,\u0026quot;Kumamoto\u0026quot;],[\u0026quot;Kyōto\u0026quot;,\u0026quot;Kyoto\u0026quot;],[\u0026quot;Kōchi\u0026quot;,\u0026quot;Kochi\u0026quot;],[\u0026quot;Mie\u0026quot;,\u0026quot;Mie\u0026quot;],[\u0026quot;Miyagi\u0026quot;,\u0026quot;Miyagi\u0026quot;],[\u0026quot;Miyazaki\u0026quot;,\u0026quot;Miyazaki\u0026quot;],[\u0026quot;Nagano\u0026quot;,\u0026quot;Nagano\u0026quot;],[\u0026quot;Nagasaki\u0026quot;,\u0026quot;Nagasaki\u0026quot;],[\u0026quot;Nara\u0026quot;,\u0026quot;Nara\u0026quot;],[\u0026quot;Niigata\u0026quot;,\u0026quot;Niigata\u0026quot;],[\u0026quot;Okayama\u0026quot;,\u0026quot;Okayama\u0026quot;],[\u0026quot;Okinawa\u0026quot;,\u0026quot;Okinawa\u0026quot;],[\u0026quot;Saga\u0026quot;,\u0026quot;Saga\u0026quot;],[\u0026quot;Saitama\u0026quot;,\u0026quot;Saitama\u0026quot;],[\u0026quot;Shiga\u0026quot;,\u0026quot;Shiga\u0026quot;],[\u0026quot;Shimane\u0026quot;,\u0026quot;Shimane\u0026quot;],[\u0026quot;Shizuoka\u0026quot;,\u0026quot;Shizuoka\u0026quot;],[\u0026quot;Tochigi\u0026quot;,\u0026quot;Tochigi\u0026quot;],[\u0026quot;Tokushima\u0026quot;,\u0026quot;Tokushima\u0026quot;],[\u0026quot;Tottori\u0026quot;,\u0026quot;Tottori\u0026quot;],[\u0026quot;Toyama\u0026quot;,\u0026quot;Toyama\u0026quot;],[\u0026quot;Tōkyō\u0026quot;,\u0026quot;Tokyo\u0026quot;],[\u0026quot;Wakayama\u0026quot;,\u0026quot;Wakayama\u0026quot;],[\u0026quot;Yamagata\u0026quot;,\u0026quot;Yamagata\u0026quot;],[\u0026quot;Yamaguchi\u0026quot;,\u0026quot;Yamaguchi\u0026quot;],[\u0026quot;Yamanashi\u0026quot;,\u0026quot;Yamanashi\u0026quot;],[\u0026quot;Ōita\u0026quot;,\u0026quot;Oita\u0026quot;],[\u0026quot;Ōsaka\u0026quot;,\u0026quot;Osaka\u0026quot;]]\"\u003eJapan\u003c\/option\u003e\n\u003coption value=\"Jersey\" data-provinces=\"[]\"\u003eJersey\u003c\/option\u003e\n\u003coption value=\"Jordan\" data-provinces=\"[]\"\u003eJordan\u003c\/option\u003e\n\u003coption value=\"Kazakhstan\" data-provinces=\"[]\"\u003eKazakhstan\u003c\/option\u003e\n\u003coption value=\"Kenya\" data-provinces=\"[]\"\u003eKenya\u003c\/option\u003e\n\u003coption value=\"Kiribati\" data-provinces=\"[]\"\u003eKiribati\u003c\/option\u003e\n\u003coption value=\"Kosovo\" data-provinces=\"[]\"\u003eKosovo\u003c\/option\u003e\n\u003coption value=\"Kuwait\" data-provinces=\"[[\u0026quot;Al Ahmadi\u0026quot;,\u0026quot;Al Ahmadi\u0026quot;],[\u0026quot;Al Asimah\u0026quot;,\u0026quot;Al Asimah\u0026quot;],[\u0026quot;Al Farwaniyah\u0026quot;,\u0026quot;Al Farwaniyah\u0026quot;],[\u0026quot;Al Jahra\u0026quot;,\u0026quot;Al Jahra\u0026quot;],[\u0026quot;Hawalli\u0026quot;,\u0026quot;Hawalli\u0026quot;],[\u0026quot;Mubarak Al-Kabeer\u0026quot;,\u0026quot;Mubarak Al-Kabeer\u0026quot;]]\"\u003eKuwait\u003c\/option\u003e\n\u003coption value=\"Kyrgyzstan\" data-provinces=\"[]\"\u003eKyrgyzstan\u003c\/option\u003e\n\u003coption value=\"Lao People's Democratic Republic\" data-provinces=\"[]\"\u003eLaos\u003c\/option\u003e\n\u003coption value=\"Latvia\" data-provinces=\"[]\"\u003eLatvia\u003c\/option\u003e\n\u003coption value=\"Lebanon\" data-provinces=\"[]\"\u003eLebanon\u003c\/option\u003e\n\u003coption value=\"Lesotho\" data-provinces=\"[]\"\u003eLesotho\u003c\/option\u003e\n\u003coption value=\"Liberia\" data-provinces=\"[]\"\u003eLiberia\u003c\/option\u003e\n\u003coption value=\"Libyan Arab Jamahiriya\" data-provinces=\"[]\"\u003eLibya\u003c\/option\u003e\n\u003coption value=\"Liechtenstein\" data-provinces=\"[]\"\u003eLiechtenstein\u003c\/option\u003e\n\u003coption value=\"Lithuania\" data-provinces=\"[]\"\u003eLithuania\u003c\/option\u003e\n\u003coption value=\"Luxembourg\" data-provinces=\"[]\"\u003eLuxembourg\u003c\/option\u003e\n\u003coption value=\"Macao\" data-provinces=\"[]\"\u003eMacao SAR\u003c\/option\u003e\n\u003coption value=\"Madagascar\" data-provinces=\"[]\"\u003eMadagascar\u003c\/option\u003e\n\u003coption value=\"Malawi\" data-provinces=\"[]\"\u003eMalawi\u003c\/option\u003e\n\u003coption value=\"Malaysia\" data-provinces=\"[[\u0026quot;Johor\u0026quot;,\u0026quot;Johor\u0026quot;],[\u0026quot;Kedah\u0026quot;,\u0026quot;Kedah\u0026quot;],[\u0026quot;Kelantan\u0026quot;,\u0026quot;Kelantan\u0026quot;],[\u0026quot;Kuala Lumpur\u0026quot;,\u0026quot;Kuala Lumpur\u0026quot;],[\u0026quot;Labuan\u0026quot;,\u0026quot;Labuan\u0026quot;],[\u0026quot;Melaka\u0026quot;,\u0026quot;Malacca\u0026quot;],[\u0026quot;Negeri Sembilan\u0026quot;,\u0026quot;Negeri Sembilan\u0026quot;],[\u0026quot;Pahang\u0026quot;,\u0026quot;Pahang\u0026quot;],[\u0026quot;Penang\u0026quot;,\u0026quot;Penang\u0026quot;],[\u0026quot;Perak\u0026quot;,\u0026quot;Perak\u0026quot;],[\u0026quot;Perlis\u0026quot;,\u0026quot;Perlis\u0026quot;],[\u0026quot;Putrajaya\u0026quot;,\u0026quot;Putrajaya\u0026quot;],[\u0026quot;Sabah\u0026quot;,\u0026quot;Sabah\u0026quot;],[\u0026quot;Sarawak\u0026quot;,\u0026quot;Sarawak\u0026quot;],[\u0026quot;Selangor\u0026quot;,\u0026quot;Selangor\u0026quot;],[\u0026quot;Terengganu\u0026quot;,\u0026quot;Terengganu\u0026quot;]]\"\u003eMalaysia\u003c\/option\u003e\n\u003coption value=\"Maldives\" data-provinces=\"[]\"\u003eMaldives\u003c\/option\u003e\n\u003coption value=\"Mali\" data-provinces=\"[]\"\u003eMali\u003c\/option\u003e\n\u003coption value=\"Malta\" data-provinces=\"[]\"\u003eMalta\u003c\/option\u003e\n\u003coption value=\"Martinique\" data-provinces=\"[]\"\u003eMartinique\u003c\/option\u003e\n\u003coption value=\"Mauritania\" data-provinces=\"[]\"\u003eMauritania\u003c\/option\u003e\n\u003coption value=\"Mauritius\" data-provinces=\"[]\"\u003eMauritius\u003c\/option\u003e\n\u003coption value=\"Mayotte\" data-provinces=\"[]\"\u003eMayotte\u003c\/option\u003e\n\u003coption value=\"Mexico\" data-provinces=\"[[\u0026quot;Aguascalientes\u0026quot;,\u0026quot;Aguascalientes\u0026quot;],[\u0026quot;Baja California\u0026quot;,\u0026quot;Baja California\u0026quot;],[\u0026quot;Baja California Sur\u0026quot;,\u0026quot;Baja California Sur\u0026quot;],[\u0026quot;Campeche\u0026quot;,\u0026quot;Campeche\u0026quot;],[\u0026quot;Chiapas\u0026quot;,\u0026quot;Chiapas\u0026quot;],[\u0026quot;Chihuahua\u0026quot;,\u0026quot;Chihuahua\u0026quot;],[\u0026quot;Ciudad de México\u0026quot;,\u0026quot;Ciudad de Mexico\u0026quot;],[\u0026quot;Coahuila\u0026quot;,\u0026quot;Coahuila\u0026quot;],[\u0026quot;Colima\u0026quot;,\u0026quot;Colima\u0026quot;],[\u0026quot;Durango\u0026quot;,\u0026quot;Durango\u0026quot;],[\u0026quot;Guanajuato\u0026quot;,\u0026quot;Guanajuato\u0026quot;],[\u0026quot;Guerrero\u0026quot;,\u0026quot;Guerrero\u0026quot;],[\u0026quot;Hidalgo\u0026quot;,\u0026quot;Hidalgo\u0026quot;],[\u0026quot;Jalisco\u0026quot;,\u0026quot;Jalisco\u0026quot;],[\u0026quot;Michoacán\u0026quot;,\u0026quot;Michoacán\u0026quot;],[\u0026quot;Morelos\u0026quot;,\u0026quot;Morelos\u0026quot;],[\u0026quot;México\u0026quot;,\u0026quot;Mexico State\u0026quot;],[\u0026quot;Nayarit\u0026quot;,\u0026quot;Nayarit\u0026quot;],[\u0026quot;Nuevo León\u0026quot;,\u0026quot;Nuevo León\u0026quot;],[\u0026quot;Oaxaca\u0026quot;,\u0026quot;Oaxaca\u0026quot;],[\u0026quot;Puebla\u0026quot;,\u0026quot;Puebla\u0026quot;],[\u0026quot;Querétaro\u0026quot;,\u0026quot;Querétaro\u0026quot;],[\u0026quot;Quintana Roo\u0026quot;,\u0026quot;Quintana Roo\u0026quot;],[\u0026quot;San Luis Potosí\u0026quot;,\u0026quot;San Luis Potosí\u0026quot;],[\u0026quot;Sinaloa\u0026quot;,\u0026quot;Sinaloa\u0026quot;],[\u0026quot;Sonora\u0026quot;,\u0026quot;Sonora\u0026quot;],[\u0026quot;Tabasco\u0026quot;,\u0026quot;Tabasco\u0026quot;],[\u0026quot;Tamaulipas\u0026quot;,\u0026quot;Tamaulipas\u0026quot;],[\u0026quot;Tlaxcala\u0026quot;,\u0026quot;Tlaxcala\u0026quot;],[\u0026quot;Veracruz\u0026quot;,\u0026quot;Veracruz\u0026quot;],[\u0026quot;Yucatán\u0026quot;,\u0026quot;Yucatán\u0026quot;],[\u0026quot;Zacatecas\u0026quot;,\u0026quot;Zacatecas\u0026quot;]]\"\u003eMexico\u003c\/option\u003e\n\u003coption value=\"Moldova, Republic of\" data-provinces=\"[]\"\u003eMoldova\u003c\/option\u003e\n\u003coption value=\"Monaco\" data-provinces=\"[]\"\u003eMonaco\u003c\/option\u003e\n\u003coption value=\"Mongolia\" data-provinces=\"[]\"\u003eMongolia\u003c\/option\u003e\n\u003coption value=\"Montenegro\" data-provinces=\"[]\"\u003eMontenegro\u003c\/option\u003e\n\u003coption value=\"Montserrat\" data-provinces=\"[]\"\u003eMontserrat\u003c\/option\u003e\n\u003coption value=\"Morocco\" data-provinces=\"[]\"\u003eMorocco\u003c\/option\u003e\n\u003coption value=\"Mozambique\" data-provinces=\"[]\"\u003eMozambique\u003c\/option\u003e\n\u003coption value=\"Myanmar\" data-provinces=\"[]\"\u003eMyanmar (Burma)\u003c\/option\u003e\n\u003coption value=\"Namibia\" data-provinces=\"[]\"\u003eNamibia\u003c\/option\u003e\n\u003coption value=\"Nauru\" data-provinces=\"[]\"\u003eNauru\u003c\/option\u003e\n\u003coption value=\"Nepal\" data-provinces=\"[]\"\u003eNepal\u003c\/option\u003e\n\u003coption value=\"Netherlands\" data-provinces=\"[]\"\u003eNetherlands\u003c\/option\u003e\n\u003coption value=\"New Caledonia\" data-provinces=\"[]\"\u003eNew Caledonia\u003c\/option\u003e\n\u003coption value=\"New Zealand\" data-provinces=\"[[\u0026quot;Auckland\u0026quot;,\u0026quot;Auckland\u0026quot;],[\u0026quot;Bay of Plenty\u0026quot;,\u0026quot;Bay of Plenty\u0026quot;],[\u0026quot;Canterbury\u0026quot;,\u0026quot;Canterbury\u0026quot;],[\u0026quot;Chatham Islands\u0026quot;,\u0026quot;Chatham Islands\u0026quot;],[\u0026quot;Gisborne\u0026quot;,\u0026quot;Gisborne\u0026quot;],[\u0026quot;Hawke\u0026#39;s Bay\u0026quot;,\u0026quot;Hawke’s Bay\u0026quot;],[\u0026quot;Manawatu-Wanganui\u0026quot;,\u0026quot;Manawatū-Whanganui\u0026quot;],[\u0026quot;Marlborough\u0026quot;,\u0026quot;Marlborough\u0026quot;],[\u0026quot;Nelson\u0026quot;,\u0026quot;Nelson\u0026quot;],[\u0026quot;Northland\u0026quot;,\u0026quot;Northland\u0026quot;],[\u0026quot;Otago\u0026quot;,\u0026quot;Otago\u0026quot;],[\u0026quot;Southland\u0026quot;,\u0026quot;Southland\u0026quot;],[\u0026quot;Taranaki\u0026quot;,\u0026quot;Taranaki\u0026quot;],[\u0026quot;Tasman\u0026quot;,\u0026quot;Tasman\u0026quot;],[\u0026quot;Waikato\u0026quot;,\u0026quot;Waikato\u0026quot;],[\u0026quot;Wellington\u0026quot;,\u0026quot;Wellington\u0026quot;],[\u0026quot;West Coast\u0026quot;,\u0026quot;West Coast\u0026quot;]]\"\u003eNew Zealand\u003c\/option\u003e\n\u003coption value=\"Nicaragua\" data-provinces=\"[]\"\u003eNicaragua\u003c\/option\u003e\n\u003coption value=\"Niger\" data-provinces=\"[]\"\u003eNiger\u003c\/option\u003e\n\u003coption value=\"Nigeria\" data-provinces=\"[[\u0026quot;Abia\u0026quot;,\u0026quot;Abia\u0026quot;],[\u0026quot;Abuja Federal Capital Territory\u0026quot;,\u0026quot;Federal Capital Territory\u0026quot;],[\u0026quot;Adamawa\u0026quot;,\u0026quot;Adamawa\u0026quot;],[\u0026quot;Akwa Ibom\u0026quot;,\u0026quot;Akwa Ibom\u0026quot;],[\u0026quot;Anambra\u0026quot;,\u0026quot;Anambra\u0026quot;],[\u0026quot;Bauchi\u0026quot;,\u0026quot;Bauchi\u0026quot;],[\u0026quot;Bayelsa\u0026quot;,\u0026quot;Bayelsa\u0026quot;],[\u0026quot;Benue\u0026quot;,\u0026quot;Benue\u0026quot;],[\u0026quot;Borno\u0026quot;,\u0026quot;Borno\u0026quot;],[\u0026quot;Cross River\u0026quot;,\u0026quot;Cross River\u0026quot;],[\u0026quot;Delta\u0026quot;,\u0026quot;Delta\u0026quot;],[\u0026quot;Ebonyi\u0026quot;,\u0026quot;Ebonyi\u0026quot;],[\u0026quot;Edo\u0026quot;,\u0026quot;Edo\u0026quot;],[\u0026quot;Ekiti\u0026quot;,\u0026quot;Ekiti\u0026quot;],[\u0026quot;Enugu\u0026quot;,\u0026quot;Enugu\u0026quot;],[\u0026quot;Gombe\u0026quot;,\u0026quot;Gombe\u0026quot;],[\u0026quot;Imo\u0026quot;,\u0026quot;Imo\u0026quot;],[\u0026quot;Jigawa\u0026quot;,\u0026quot;Jigawa\u0026quot;],[\u0026quot;Kaduna\u0026quot;,\u0026quot;Kaduna\u0026quot;],[\u0026quot;Kano\u0026quot;,\u0026quot;Kano\u0026quot;],[\u0026quot;Katsina\u0026quot;,\u0026quot;Katsina\u0026quot;],[\u0026quot;Kebbi\u0026quot;,\u0026quot;Kebbi\u0026quot;],[\u0026quot;Kogi\u0026quot;,\u0026quot;Kogi\u0026quot;],[\u0026quot;Kwara\u0026quot;,\u0026quot;Kwara\u0026quot;],[\u0026quot;Lagos\u0026quot;,\u0026quot;Lagos\u0026quot;],[\u0026quot;Nasarawa\u0026quot;,\u0026quot;Nasarawa\u0026quot;],[\u0026quot;Niger\u0026quot;,\u0026quot;Niger\u0026quot;],[\u0026quot;Ogun\u0026quot;,\u0026quot;Ogun\u0026quot;],[\u0026quot;Ondo\u0026quot;,\u0026quot;Ondo\u0026quot;],[\u0026quot;Osun\u0026quot;,\u0026quot;Osun\u0026quot;],[\u0026quot;Oyo\u0026quot;,\u0026quot;Oyo\u0026quot;],[\u0026quot;Plateau\u0026quot;,\u0026quot;Plateau\u0026quot;],[\u0026quot;Rivers\u0026quot;,\u0026quot;Rivers\u0026quot;],[\u0026quot;Sokoto\u0026quot;,\u0026quot;Sokoto\u0026quot;],[\u0026quot;Taraba\u0026quot;,\u0026quot;Taraba\u0026quot;],[\u0026quot;Yobe\u0026quot;,\u0026quot;Yobe\u0026quot;],[\u0026quot;Zamfara\u0026quot;,\u0026quot;Zamfara\u0026quot;]]\"\u003eNigeria\u003c\/option\u003e\n\u003coption value=\"Niue\" data-provinces=\"[]\"\u003eNiue\u003c\/option\u003e\n\u003coption value=\"Norfolk Island\" data-provinces=\"[]\"\u003eNorfolk Island\u003c\/option\u003e\n\u003coption value=\"North Macedonia\" data-provinces=\"[]\"\u003eNorth Macedonia\u003c\/option\u003e\n\u003coption value=\"Norway\" data-provinces=\"[]\"\u003eNorway\u003c\/option\u003e\n\u003coption value=\"Oman\" data-provinces=\"[]\"\u003eOman\u003c\/option\u003e\n\u003coption value=\"Pakistan\" data-provinces=\"[]\"\u003ePakistan\u003c\/option\u003e\n\u003coption value=\"Palestinian Territory, Occupied\" data-provinces=\"[]\"\u003ePalestinian Territories\u003c\/option\u003e\n\u003coption value=\"Panama\" data-provinces=\"[[\u0026quot;Bocas del Toro\u0026quot;,\u0026quot;Bocas del Toro\u0026quot;],[\u0026quot;Chiriquí\u0026quot;,\u0026quot;Chiriquí\u0026quot;],[\u0026quot;Coclé\u0026quot;,\u0026quot;Coclé\u0026quot;],[\u0026quot;Colón\u0026quot;,\u0026quot;Colón\u0026quot;],[\u0026quot;Darién\u0026quot;,\u0026quot;Darién\u0026quot;],[\u0026quot;Emberá\u0026quot;,\u0026quot;Emberá\u0026quot;],[\u0026quot;Herrera\u0026quot;,\u0026quot;Herrera\u0026quot;],[\u0026quot;Kuna Yala\u0026quot;,\u0026quot;Guna Yala\u0026quot;],[\u0026quot;Los Santos\u0026quot;,\u0026quot;Los Santos\u0026quot;],[\u0026quot;Ngöbe-Buglé\u0026quot;,\u0026quot;Ngöbe-Buglé\u0026quot;],[\u0026quot;Panamá\u0026quot;,\u0026quot;Panamá\u0026quot;],[\u0026quot;Panamá Oeste\u0026quot;,\u0026quot;West Panamá\u0026quot;],[\u0026quot;Veraguas\u0026quot;,\u0026quot;Veraguas\u0026quot;]]\"\u003ePanama\u003c\/option\u003e\n\u003coption value=\"Papua New Guinea\" data-provinces=\"[]\"\u003ePapua New Guinea\u003c\/option\u003e\n\u003coption value=\"Paraguay\" data-provinces=\"[]\"\u003eParaguay\u003c\/option\u003e\n\u003coption value=\"Peru\" data-provinces=\"[[\u0026quot;Amazonas\u0026quot;,\u0026quot;Amazonas\u0026quot;],[\u0026quot;Apurímac\u0026quot;,\u0026quot;Apurímac\u0026quot;],[\u0026quot;Arequipa\u0026quot;,\u0026quot;Arequipa\u0026quot;],[\u0026quot;Ayacucho\u0026quot;,\u0026quot;Ayacucho\u0026quot;],[\u0026quot;Cajamarca\u0026quot;,\u0026quot;Cajamarca\u0026quot;],[\u0026quot;Callao\u0026quot;,\u0026quot;El Callao\u0026quot;],[\u0026quot;Cuzco\u0026quot;,\u0026quot;Cusco\u0026quot;],[\u0026quot;Huancavelica\u0026quot;,\u0026quot;Huancavelica\u0026quot;],[\u0026quot;Huánuco\u0026quot;,\u0026quot;Huánuco\u0026quot;],[\u0026quot;Ica\u0026quot;,\u0026quot;Ica\u0026quot;],[\u0026quot;Junín\u0026quot;,\u0026quot;Junín\u0026quot;],[\u0026quot;La Libertad\u0026quot;,\u0026quot;La Libertad\u0026quot;],[\u0026quot;Lambayeque\u0026quot;,\u0026quot;Lambayeque\u0026quot;],[\u0026quot;Lima (departamento)\u0026quot;,\u0026quot;Lima (Department)\u0026quot;],[\u0026quot;Lima (provincia)\u0026quot;,\u0026quot;Lima (Metropolitan)\u0026quot;],[\u0026quot;Loreto\u0026quot;,\u0026quot;Loreto\u0026quot;],[\u0026quot;Madre de Dios\u0026quot;,\u0026quot;Madre de Dios\u0026quot;],[\u0026quot;Moquegua\u0026quot;,\u0026quot;Moquegua\u0026quot;],[\u0026quot;Pasco\u0026quot;,\u0026quot;Pasco\u0026quot;],[\u0026quot;Piura\u0026quot;,\u0026quot;Piura\u0026quot;],[\u0026quot;Puno\u0026quot;,\u0026quot;Puno\u0026quot;],[\u0026quot;San Martín\u0026quot;,\u0026quot;San Martín\u0026quot;],[\u0026quot;Tacna\u0026quot;,\u0026quot;Tacna\u0026quot;],[\u0026quot;Tumbes\u0026quot;,\u0026quot;Tumbes\u0026quot;],[\u0026quot;Ucayali\u0026quot;,\u0026quot;Ucayali\u0026quot;],[\u0026quot;Áncash\u0026quot;,\u0026quot;Ancash\u0026quot;]]\"\u003ePeru\u003c\/option\u003e\n\u003coption value=\"Philippines\" data-provinces=\"[[\u0026quot;Abra\u0026quot;,\u0026quot;Abra\u0026quot;],[\u0026quot;Agusan del Norte\u0026quot;,\u0026quot;Agusan del Norte\u0026quot;],[\u0026quot;Agusan del Sur\u0026quot;,\u0026quot;Agusan del Sur\u0026quot;],[\u0026quot;Aklan\u0026quot;,\u0026quot;Aklan\u0026quot;],[\u0026quot;Albay\u0026quot;,\u0026quot;Albay\u0026quot;],[\u0026quot;Antique\u0026quot;,\u0026quot;Antique\u0026quot;],[\u0026quot;Apayao\u0026quot;,\u0026quot;Apayao\u0026quot;],[\u0026quot;Aurora\u0026quot;,\u0026quot;Aurora\u0026quot;],[\u0026quot;Basilan\u0026quot;,\u0026quot;Basilan\u0026quot;],[\u0026quot;Bataan\u0026quot;,\u0026quot;Bataan\u0026quot;],[\u0026quot;Batanes\u0026quot;,\u0026quot;Batanes\u0026quot;],[\u0026quot;Batangas\u0026quot;,\u0026quot;Batangas\u0026quot;],[\u0026quot;Benguet\u0026quot;,\u0026quot;Benguet\u0026quot;],[\u0026quot;Biliran\u0026quot;,\u0026quot;Biliran\u0026quot;],[\u0026quot;Bohol\u0026quot;,\u0026quot;Bohol\u0026quot;],[\u0026quot;Bukidnon\u0026quot;,\u0026quot;Bukidnon\u0026quot;],[\u0026quot;Bulacan\u0026quot;,\u0026quot;Bulacan\u0026quot;],[\u0026quot;Cagayan\u0026quot;,\u0026quot;Cagayan\u0026quot;],[\u0026quot;Camarines Norte\u0026quot;,\u0026quot;Camarines Norte\u0026quot;],[\u0026quot;Camarines Sur\u0026quot;,\u0026quot;Camarines Sur\u0026quot;],[\u0026quot;Camiguin\u0026quot;,\u0026quot;Camiguin\u0026quot;],[\u0026quot;Capiz\u0026quot;,\u0026quot;Capiz\u0026quot;],[\u0026quot;Catanduanes\u0026quot;,\u0026quot;Catanduanes\u0026quot;],[\u0026quot;Cavite\u0026quot;,\u0026quot;Cavite\u0026quot;],[\u0026quot;Cebu\u0026quot;,\u0026quot;Cebu\u0026quot;],[\u0026quot;Cotabato\u0026quot;,\u0026quot;Cotabato\u0026quot;],[\u0026quot;Davao Occidental\u0026quot;,\u0026quot;Davao Occidental\u0026quot;],[\u0026quot;Davao Oriental\u0026quot;,\u0026quot;Davao Oriental\u0026quot;],[\u0026quot;Davao de Oro\u0026quot;,\u0026quot;Compostela Valley\u0026quot;],[\u0026quot;Davao del Norte\u0026quot;,\u0026quot;Davao del Norte\u0026quot;],[\u0026quot;Davao del Sur\u0026quot;,\u0026quot;Davao del Sur\u0026quot;],[\u0026quot;Dinagat Islands\u0026quot;,\u0026quot;Dinagat Islands\u0026quot;],[\u0026quot;Eastern Samar\u0026quot;,\u0026quot;Eastern Samar\u0026quot;],[\u0026quot;Guimaras\u0026quot;,\u0026quot;Guimaras\u0026quot;],[\u0026quot;Ifugao\u0026quot;,\u0026quot;Ifugao\u0026quot;],[\u0026quot;Ilocos Norte\u0026quot;,\u0026quot;Ilocos Norte\u0026quot;],[\u0026quot;Ilocos Sur\u0026quot;,\u0026quot;Ilocos Sur\u0026quot;],[\u0026quot;Iloilo\u0026quot;,\u0026quot;Iloilo\u0026quot;],[\u0026quot;Isabela\u0026quot;,\u0026quot;Isabela\u0026quot;],[\u0026quot;Kalinga\u0026quot;,\u0026quot;Kalinga\u0026quot;],[\u0026quot;La Union\u0026quot;,\u0026quot;La Union\u0026quot;],[\u0026quot;Laguna\u0026quot;,\u0026quot;Laguna\u0026quot;],[\u0026quot;Lanao del Norte\u0026quot;,\u0026quot;Lanao del Norte\u0026quot;],[\u0026quot;Lanao del Sur\u0026quot;,\u0026quot;Lanao del Sur\u0026quot;],[\u0026quot;Leyte\u0026quot;,\u0026quot;Leyte\u0026quot;],[\u0026quot;Maguindanao\u0026quot;,\u0026quot;Maguindanao\u0026quot;],[\u0026quot;Marinduque\u0026quot;,\u0026quot;Marinduque\u0026quot;],[\u0026quot;Masbate\u0026quot;,\u0026quot;Masbate\u0026quot;],[\u0026quot;Metro Manila\u0026quot;,\u0026quot;Metro Manila\u0026quot;],[\u0026quot;Misamis Occidental\u0026quot;,\u0026quot;Misamis Occidental\u0026quot;],[\u0026quot;Misamis Oriental\u0026quot;,\u0026quot;Misamis Oriental\u0026quot;],[\u0026quot;Mountain Province\u0026quot;,\u0026quot;Mountain\u0026quot;],[\u0026quot;Negros Occidental\u0026quot;,\u0026quot;Negros Occidental\u0026quot;],[\u0026quot;Negros Oriental\u0026quot;,\u0026quot;Negros Oriental\u0026quot;],[\u0026quot;Northern Samar\u0026quot;,\u0026quot;Northern Samar\u0026quot;],[\u0026quot;Nueva Ecija\u0026quot;,\u0026quot;Nueva Ecija\u0026quot;],[\u0026quot;Nueva Vizcaya\u0026quot;,\u0026quot;Nueva Vizcaya\u0026quot;],[\u0026quot;Occidental Mindoro\u0026quot;,\u0026quot;Occidental Mindoro\u0026quot;],[\u0026quot;Oriental Mindoro\u0026quot;,\u0026quot;Oriental Mindoro\u0026quot;],[\u0026quot;Palawan\u0026quot;,\u0026quot;Palawan\u0026quot;],[\u0026quot;Pampanga\u0026quot;,\u0026quot;Pampanga\u0026quot;],[\u0026quot;Pangasinan\u0026quot;,\u0026quot;Pangasinan\u0026quot;],[\u0026quot;Quezon\u0026quot;,\u0026quot;Quezon\u0026quot;],[\u0026quot;Quirino\u0026quot;,\u0026quot;Quirino\u0026quot;],[\u0026quot;Rizal\u0026quot;,\u0026quot;Rizal\u0026quot;],[\u0026quot;Romblon\u0026quot;,\u0026quot;Romblon\u0026quot;],[\u0026quot;Samar\u0026quot;,\u0026quot;Samar\u0026quot;],[\u0026quot;Sarangani\u0026quot;,\u0026quot;Sarangani\u0026quot;],[\u0026quot;Siquijor\u0026quot;,\u0026quot;Siquijor\u0026quot;],[\u0026quot;Sorsogon\u0026quot;,\u0026quot;Sorsogon\u0026quot;],[\u0026quot;South Cotabato\u0026quot;,\u0026quot;South Cotabato\u0026quot;],[\u0026quot;Southern Leyte\u0026quot;,\u0026quot;Southern Leyte\u0026quot;],[\u0026quot;Sultan Kudarat\u0026quot;,\u0026quot;Sultan Kudarat\u0026quot;],[\u0026quot;Sulu\u0026quot;,\u0026quot;Sulu\u0026quot;],[\u0026quot;Surigao del Norte\u0026quot;,\u0026quot;Surigao del Norte\u0026quot;],[\u0026quot;Surigao del Sur\u0026quot;,\u0026quot;Surigao del Sur\u0026quot;],[\u0026quot;Tarlac\u0026quot;,\u0026quot;Tarlac\u0026quot;],[\u0026quot;Tawi-Tawi\u0026quot;,\u0026quot;Tawi-Tawi\u0026quot;],[\u0026quot;Zambales\u0026quot;,\u0026quot;Zambales\u0026quot;],[\u0026quot;Zamboanga Sibugay\u0026quot;,\u0026quot;Zamboanga Sibugay\u0026quot;],[\u0026quot;Zamboanga del Norte\u0026quot;,\u0026quot;Zamboanga del Norte\u0026quot;],[\u0026quot;Zamboanga del Sur\u0026quot;,\u0026quot;Zamboanga del Sur\u0026quot;]]\"\u003ePhilippines\u003c\/option\u003e\n\u003coption value=\"Pitcairn\" data-provinces=\"[]\"\u003ePitcairn Islands\u003c\/option\u003e\n\u003coption value=\"Poland\" data-provinces=\"[]\"\u003ePoland\u003c\/option\u003e\n\u003coption value=\"Portugal\" data-provinces=\"[[\u0026quot;Aveiro\u0026quot;,\u0026quot;Aveiro\u0026quot;],[\u0026quot;Açores\u0026quot;,\u0026quot;Azores\u0026quot;],[\u0026quot;Beja\u0026quot;,\u0026quot;Beja\u0026quot;],[\u0026quot;Braga\u0026quot;,\u0026quot;Braga\u0026quot;],[\u0026quot;Bragança\u0026quot;,\u0026quot;Bragança\u0026quot;],[\u0026quot;Castelo Branco\u0026quot;,\u0026quot;Castelo Branco\u0026quot;],[\u0026quot;Coimbra\u0026quot;,\u0026quot;Coimbra\u0026quot;],[\u0026quot;Faro\u0026quot;,\u0026quot;Faro\u0026quot;],[\u0026quot;Guarda\u0026quot;,\u0026quot;Guarda\u0026quot;],[\u0026quot;Leiria\u0026quot;,\u0026quot;Leiria\u0026quot;],[\u0026quot;Lisboa\u0026quot;,\u0026quot;Lisbon\u0026quot;],[\u0026quot;Madeira\u0026quot;,\u0026quot;Madeira\u0026quot;],[\u0026quot;Portalegre\u0026quot;,\u0026quot;Portalegre\u0026quot;],[\u0026quot;Porto\u0026quot;,\u0026quot;Porto\u0026quot;],[\u0026quot;Santarém\u0026quot;,\u0026quot;Santarém\u0026quot;],[\u0026quot;Setúbal\u0026quot;,\u0026quot;Setúbal\u0026quot;],[\u0026quot;Viana do Castelo\u0026quot;,\u0026quot;Viana do Castelo\u0026quot;],[\u0026quot;Vila Real\u0026quot;,\u0026quot;Vila Real\u0026quot;],[\u0026quot;Viseu\u0026quot;,\u0026quot;Viseu\u0026quot;],[\u0026quot;Évora\u0026quot;,\u0026quot;Évora\u0026quot;]]\"\u003ePortugal\u003c\/option\u003e\n\u003coption value=\"Qatar\" data-provinces=\"[]\"\u003eQatar\u003c\/option\u003e\n\u003coption value=\"Reunion\" data-provinces=\"[]\"\u003eRéunion\u003c\/option\u003e\n\u003coption value=\"Romania\" data-provinces=\"[[\u0026quot;Alba\u0026quot;,\u0026quot;Alba\u0026quot;],[\u0026quot;Arad\u0026quot;,\u0026quot;Arad\u0026quot;],[\u0026quot;Argeș\u0026quot;,\u0026quot;Argeș\u0026quot;],[\u0026quot;Bacău\u0026quot;,\u0026quot;Bacău\u0026quot;],[\u0026quot;Bihor\u0026quot;,\u0026quot;Bihor\u0026quot;],[\u0026quot;Bistrița-Năsăud\u0026quot;,\u0026quot;Bistriţa-Năsăud\u0026quot;],[\u0026quot;Botoșani\u0026quot;,\u0026quot;Botoşani\u0026quot;],[\u0026quot;Brașov\u0026quot;,\u0026quot;Braşov\u0026quot;],[\u0026quot;Brăila\u0026quot;,\u0026quot;Brăila\u0026quot;],[\u0026quot;București\u0026quot;,\u0026quot;Bucharest\u0026quot;],[\u0026quot;Buzău\u0026quot;,\u0026quot;Buzău\u0026quot;],[\u0026quot;Caraș-Severin\u0026quot;,\u0026quot;Caraș-Severin\u0026quot;],[\u0026quot;Cluj\u0026quot;,\u0026quot;Cluj\u0026quot;],[\u0026quot;Constanța\u0026quot;,\u0026quot;Constanța\u0026quot;],[\u0026quot;Covasna\u0026quot;,\u0026quot;Covasna\u0026quot;],[\u0026quot;Călărași\u0026quot;,\u0026quot;Călărași\u0026quot;],[\u0026quot;Dolj\u0026quot;,\u0026quot;Dolj\u0026quot;],[\u0026quot;Dâmbovița\u0026quot;,\u0026quot;Dâmbovița\u0026quot;],[\u0026quot;Galați\u0026quot;,\u0026quot;Galați\u0026quot;],[\u0026quot;Giurgiu\u0026quot;,\u0026quot;Giurgiu\u0026quot;],[\u0026quot;Gorj\u0026quot;,\u0026quot;Gorj\u0026quot;],[\u0026quot;Harghita\u0026quot;,\u0026quot;Harghita\u0026quot;],[\u0026quot;Hunedoara\u0026quot;,\u0026quot;Hunedoara\u0026quot;],[\u0026quot;Ialomița\u0026quot;,\u0026quot;Ialomița\u0026quot;],[\u0026quot;Iași\u0026quot;,\u0026quot;Iași\u0026quot;],[\u0026quot;Ilfov\u0026quot;,\u0026quot;Ilfov\u0026quot;],[\u0026quot;Maramureș\u0026quot;,\u0026quot;Maramureş\u0026quot;],[\u0026quot;Mehedinți\u0026quot;,\u0026quot;Mehedinți\u0026quot;],[\u0026quot;Mureș\u0026quot;,\u0026quot;Mureş\u0026quot;],[\u0026quot;Neamț\u0026quot;,\u0026quot;Neamţ\u0026quot;],[\u0026quot;Olt\u0026quot;,\u0026quot;Olt\u0026quot;],[\u0026quot;Prahova\u0026quot;,\u0026quot;Prahova\u0026quot;],[\u0026quot;Satu Mare\u0026quot;,\u0026quot;Satu Mare\u0026quot;],[\u0026quot;Sibiu\u0026quot;,\u0026quot;Sibiu\u0026quot;],[\u0026quot;Suceava\u0026quot;,\u0026quot;Suceava\u0026quot;],[\u0026quot;Sălaj\u0026quot;,\u0026quot;Sălaj\u0026quot;],[\u0026quot;Teleorman\u0026quot;,\u0026quot;Teleorman\u0026quot;],[\u0026quot;Timiș\u0026quot;,\u0026quot;Timiș\u0026quot;],[\u0026quot;Tulcea\u0026quot;,\u0026quot;Tulcea\u0026quot;],[\u0026quot;Vaslui\u0026quot;,\u0026quot;Vaslui\u0026quot;],[\u0026quot;Vrancea\u0026quot;,\u0026quot;Vrancea\u0026quot;],[\u0026quot;Vâlcea\u0026quot;,\u0026quot;Vâlcea\u0026quot;]]\"\u003eRomania\u003c\/option\u003e\n\u003coption value=\"Russia\" data-provinces=\"[[\u0026quot;Altai Krai\u0026quot;,\u0026quot;Altai Krai\u0026quot;],[\u0026quot;Altai Republic\u0026quot;,\u0026quot;Altai\u0026quot;],[\u0026quot;Amur Oblast\u0026quot;,\u0026quot;Amur\u0026quot;],[\u0026quot;Arkhangelsk Oblast\u0026quot;,\u0026quot;Arkhangelsk\u0026quot;],[\u0026quot;Astrakhan Oblast\u0026quot;,\u0026quot;Astrakhan\u0026quot;],[\u0026quot;Belgorod Oblast\u0026quot;,\u0026quot;Belgorod\u0026quot;],[\u0026quot;Bryansk Oblast\u0026quot;,\u0026quot;Bryansk\u0026quot;],[\u0026quot;Chechen Republic\u0026quot;,\u0026quot;Chechen\u0026quot;],[\u0026quot;Chelyabinsk Oblast\u0026quot;,\u0026quot;Chelyabinsk\u0026quot;],[\u0026quot;Chukotka Autonomous Okrug\u0026quot;,\u0026quot;Chukotka Okrug\u0026quot;],[\u0026quot;Chuvash Republic\u0026quot;,\u0026quot;Chuvash\u0026quot;],[\u0026quot;Irkutsk Oblast\u0026quot;,\u0026quot;Irkutsk\u0026quot;],[\u0026quot;Ivanovo Oblast\u0026quot;,\u0026quot;Ivanovo\u0026quot;],[\u0026quot;Jewish Autonomous Oblast\u0026quot;,\u0026quot;Jewish\u0026quot;],[\u0026quot;Kabardino-Balkarian Republic\u0026quot;,\u0026quot;Kabardino-Balkar\u0026quot;],[\u0026quot;Kaliningrad Oblast\u0026quot;,\u0026quot;Kaliningrad\u0026quot;],[\u0026quot;Kaluga Oblast\u0026quot;,\u0026quot;Kaluga\u0026quot;],[\u0026quot;Kamchatka Krai\u0026quot;,\u0026quot;Kamchatka Krai\u0026quot;],[\u0026quot;Karachay–Cherkess Republic\u0026quot;,\u0026quot;Karachay-Cherkess\u0026quot;],[\u0026quot;Kemerovo Oblast\u0026quot;,\u0026quot;Kemerovo\u0026quot;],[\u0026quot;Khabarovsk Krai\u0026quot;,\u0026quot;Khabarovsk Krai\u0026quot;],[\u0026quot;Khanty-Mansi Autonomous Okrug\u0026quot;,\u0026quot;Khanty-Mansi\u0026quot;],[\u0026quot;Kirov Oblast\u0026quot;,\u0026quot;Kirov\u0026quot;],[\u0026quot;Komi Republic\u0026quot;,\u0026quot;Komi\u0026quot;],[\u0026quot;Kostroma Oblast\u0026quot;,\u0026quot;Kostroma\u0026quot;],[\u0026quot;Krasnodar Krai\u0026quot;,\u0026quot;Krasnodar Krai\u0026quot;],[\u0026quot;Krasnoyarsk Krai\u0026quot;,\u0026quot;Krasnoyarsk Krai\u0026quot;],[\u0026quot;Kurgan Oblast\u0026quot;,\u0026quot;Kurgan\u0026quot;],[\u0026quot;Kursk Oblast\u0026quot;,\u0026quot;Kursk\u0026quot;],[\u0026quot;Leningrad Oblast\u0026quot;,\u0026quot;Leningrad\u0026quot;],[\u0026quot;Lipetsk Oblast\u0026quot;,\u0026quot;Lipetsk\u0026quot;],[\u0026quot;Magadan Oblast\u0026quot;,\u0026quot;Magadan\u0026quot;],[\u0026quot;Mari El Republic\u0026quot;,\u0026quot;Mari El\u0026quot;],[\u0026quot;Moscow\u0026quot;,\u0026quot;Moscow\u0026quot;],[\u0026quot;Moscow Oblast\u0026quot;,\u0026quot;Moscow Province\u0026quot;],[\u0026quot;Murmansk Oblast\u0026quot;,\u0026quot;Murmansk\u0026quot;],[\u0026quot;Nizhny Novgorod Oblast\u0026quot;,\u0026quot;Nizhny Novgorod\u0026quot;],[\u0026quot;Novgorod Oblast\u0026quot;,\u0026quot;Novgorod\u0026quot;],[\u0026quot;Novosibirsk Oblast\u0026quot;,\u0026quot;Novosibirsk\u0026quot;],[\u0026quot;Omsk Oblast\u0026quot;,\u0026quot;Omsk\u0026quot;],[\u0026quot;Orenburg Oblast\u0026quot;,\u0026quot;Orenburg\u0026quot;],[\u0026quot;Oryol Oblast\u0026quot;,\u0026quot;Oryol\u0026quot;],[\u0026quot;Penza Oblast\u0026quot;,\u0026quot;Penza\u0026quot;],[\u0026quot;Perm Krai\u0026quot;,\u0026quot;Perm Krai\u0026quot;],[\u0026quot;Primorsky Krai\u0026quot;,\u0026quot;Primorsky Krai\u0026quot;],[\u0026quot;Pskov Oblast\u0026quot;,\u0026quot;Pskov\u0026quot;],[\u0026quot;Republic of Adygeya\u0026quot;,\u0026quot;Adygea\u0026quot;],[\u0026quot;Republic of Bashkortostan\u0026quot;,\u0026quot;Bashkortostan\u0026quot;],[\u0026quot;Republic of Buryatia\u0026quot;,\u0026quot;Buryat\u0026quot;],[\u0026quot;Republic of Dagestan\u0026quot;,\u0026quot;Dagestan\u0026quot;],[\u0026quot;Republic of Ingushetia\u0026quot;,\u0026quot;Ingushetia\u0026quot;],[\u0026quot;Republic of Kalmykia\u0026quot;,\u0026quot;Kalmykia\u0026quot;],[\u0026quot;Republic of Karelia\u0026quot;,\u0026quot;Karelia\u0026quot;],[\u0026quot;Republic of Khakassia\u0026quot;,\u0026quot;Khakassia\u0026quot;],[\u0026quot;Republic of Mordovia\u0026quot;,\u0026quot;Mordovia\u0026quot;],[\u0026quot;Republic of North Ossetia–Alania\u0026quot;,\u0026quot;North Ossetia-Alania\u0026quot;],[\u0026quot;Republic of Tatarstan\u0026quot;,\u0026quot;Tatarstan\u0026quot;],[\u0026quot;Rostov Oblast\u0026quot;,\u0026quot;Rostov\u0026quot;],[\u0026quot;Ryazan Oblast\u0026quot;,\u0026quot;Ryazan\u0026quot;],[\u0026quot;Saint Petersburg\u0026quot;,\u0026quot;Saint Petersburg\u0026quot;],[\u0026quot;Sakha Republic (Yakutia)\u0026quot;,\u0026quot;Sakha\u0026quot;],[\u0026quot;Sakhalin Oblast\u0026quot;,\u0026quot;Sakhalin\u0026quot;],[\u0026quot;Samara Oblast\u0026quot;,\u0026quot;Samara\u0026quot;],[\u0026quot;Saratov Oblast\u0026quot;,\u0026quot;Saratov\u0026quot;],[\u0026quot;Smolensk Oblast\u0026quot;,\u0026quot;Smolensk\u0026quot;],[\u0026quot;Stavropol Krai\u0026quot;,\u0026quot;Stavropol Krai\u0026quot;],[\u0026quot;Sverdlovsk Oblast\u0026quot;,\u0026quot;Sverdlovsk\u0026quot;],[\u0026quot;Tambov Oblast\u0026quot;,\u0026quot;Tambov\u0026quot;],[\u0026quot;Tomsk Oblast\u0026quot;,\u0026quot;Tomsk\u0026quot;],[\u0026quot;Tula Oblast\u0026quot;,\u0026quot;Tula\u0026quot;],[\u0026quot;Tver Oblast\u0026quot;,\u0026quot;Tver\u0026quot;],[\u0026quot;Tyumen Oblast\u0026quot;,\u0026quot;Tyumen\u0026quot;],[\u0026quot;Tyva Republic\u0026quot;,\u0026quot;Tuva\u0026quot;],[\u0026quot;Udmurtia\u0026quot;,\u0026quot;Udmurt\u0026quot;],[\u0026quot;Ulyanovsk Oblast\u0026quot;,\u0026quot;Ulyanovsk\u0026quot;],[\u0026quot;Vladimir Oblast\u0026quot;,\u0026quot;Vladimir\u0026quot;],[\u0026quot;Volgograd Oblast\u0026quot;,\u0026quot;Volgograd\u0026quot;],[\u0026quot;Vologda Oblast\u0026quot;,\u0026quot;Vologda\u0026quot;],[\u0026quot;Voronezh Oblast\u0026quot;,\u0026quot;Voronezh\u0026quot;],[\u0026quot;Yamalo-Nenets Autonomous Okrug\u0026quot;,\u0026quot;Yamalo-Nenets Okrug\u0026quot;],[\u0026quot;Yaroslavl Oblast\u0026quot;,\u0026quot;Yaroslavl\u0026quot;],[\u0026quot;Zabaykalsky Krai\u0026quot;,\u0026quot;Zabaykalsky Krai\u0026quot;]]\"\u003eRussia\u003c\/option\u003e\n\u003coption value=\"Rwanda\" data-provinces=\"[]\"\u003eRwanda\u003c\/option\u003e\n\u003coption value=\"Samoa\" data-provinces=\"[]\"\u003eSamoa\u003c\/option\u003e\n\u003coption value=\"San Marino\" data-provinces=\"[]\"\u003eSan Marino\u003c\/option\u003e\n\u003coption value=\"Sao Tome And Principe\" data-provinces=\"[]\"\u003eSão Tomé \u0026 Príncipe\u003c\/option\u003e\n\u003coption value=\"Saudi Arabia\" data-provinces=\"[]\"\u003eSaudi Arabia\u003c\/option\u003e\n\u003coption value=\"Senegal\" data-provinces=\"[]\"\u003eSenegal\u003c\/option\u003e\n\u003coption value=\"Serbia\" data-provinces=\"[]\"\u003eSerbia\u003c\/option\u003e\n\u003coption value=\"Seychelles\" data-provinces=\"[]\"\u003eSeychelles\u003c\/option\u003e\n\u003coption value=\"Sierra Leone\" data-provinces=\"[]\"\u003eSierra Leone\u003c\/option\u003e\n\u003coption value=\"Singapore\" data-provinces=\"[]\"\u003eSingapore\u003c\/option\u003e\n\u003coption value=\"Sint Maarten\" data-provinces=\"[]\"\u003eSint Maarten\u003c\/option\u003e\n\u003coption value=\"Slovakia\" data-provinces=\"[]\"\u003eSlovakia\u003c\/option\u003e\n\u003coption value=\"Slovenia\" data-provinces=\"[]\"\u003eSlovenia\u003c\/option\u003e\n\u003coption value=\"Solomon Islands\" data-provinces=\"[]\"\u003eSolomon Islands\u003c\/option\u003e\n\u003coption value=\"Somalia\" data-provinces=\"[]\"\u003eSomalia\u003c\/option\u003e\n\u003coption value=\"South Africa\" data-provinces=\"[[\u0026quot;Eastern Cape\u0026quot;,\u0026quot;Eastern Cape\u0026quot;],[\u0026quot;Free State\u0026quot;,\u0026quot;Free State\u0026quot;],[\u0026quot;Gauteng\u0026quot;,\u0026quot;Gauteng\u0026quot;],[\u0026quot;KwaZulu-Natal\u0026quot;,\u0026quot;KwaZulu-Natal\u0026quot;],[\u0026quot;Limpopo\u0026quot;,\u0026quot;Limpopo\u0026quot;],[\u0026quot;Mpumalanga\u0026quot;,\u0026quot;Mpumalanga\u0026quot;],[\u0026quot;North West\u0026quot;,\u0026quot;North West\u0026quot;],[\u0026quot;Northern Cape\u0026quot;,\u0026quot;Northern Cape\u0026quot;],[\u0026quot;Western Cape\u0026quot;,\u0026quot;Western Cape\u0026quot;]]\"\u003eSouth Africa\u003c\/option\u003e\n\u003coption value=\"South Georgia And The South Sandwich Islands\" data-provinces=\"[]\"\u003eSouth Georgia \u0026 South Sandwich Islands\u003c\/option\u003e\n\u003coption value=\"South Korea\" data-provinces=\"[[\u0026quot;Busan\u0026quot;,\u0026quot;Busan\u0026quot;],[\u0026quot;Chungbuk\u0026quot;,\u0026quot;North Chungcheong\u0026quot;],[\u0026quot;Chungnam\u0026quot;,\u0026quot;South Chungcheong\u0026quot;],[\u0026quot;Daegu\u0026quot;,\u0026quot;Daegu\u0026quot;],[\u0026quot;Daejeon\u0026quot;,\u0026quot;Daejeon\u0026quot;],[\u0026quot;Gangwon\u0026quot;,\u0026quot;Gangwon\u0026quot;],[\u0026quot;Gwangju\u0026quot;,\u0026quot;Gwangju City\u0026quot;],[\u0026quot;Gyeongbuk\u0026quot;,\u0026quot;North Gyeongsang\u0026quot;],[\u0026quot;Gyeonggi\u0026quot;,\u0026quot;Gyeonggi\u0026quot;],[\u0026quot;Gyeongnam\u0026quot;,\u0026quot;South Gyeongsang\u0026quot;],[\u0026quot;Incheon\u0026quot;,\u0026quot;Incheon\u0026quot;],[\u0026quot;Jeju\u0026quot;,\u0026quot;Jeju\u0026quot;],[\u0026quot;Jeonbuk\u0026quot;,\u0026quot;North Jeolla\u0026quot;],[\u0026quot;Jeonnam\u0026quot;,\u0026quot;South Jeolla\u0026quot;],[\u0026quot;Sejong\u0026quot;,\u0026quot;Sejong\u0026quot;],[\u0026quot;Seoul\u0026quot;,\u0026quot;Seoul\u0026quot;],[\u0026quot;Ulsan\u0026quot;,\u0026quot;Ulsan\u0026quot;]]\"\u003eSouth Korea\u003c\/option\u003e\n\u003coption value=\"South Sudan\" data-provinces=\"[]\"\u003eSouth Sudan\u003c\/option\u003e\n\u003coption value=\"Spain\" data-provinces=\"[[\u0026quot;A Coruña\u0026quot;,\u0026quot;A Coruña\u0026quot;],[\u0026quot;Albacete\u0026quot;,\u0026quot;Albacete\u0026quot;],[\u0026quot;Alicante\u0026quot;,\u0026quot;Alicante\u0026quot;],[\u0026quot;Almería\u0026quot;,\u0026quot;Almería\u0026quot;],[\u0026quot;Asturias\u0026quot;,\u0026quot;Asturias Province\u0026quot;],[\u0026quot;Badajoz\u0026quot;,\u0026quot;Badajoz\u0026quot;],[\u0026quot;Balears\u0026quot;,\u0026quot;Balears Province\u0026quot;],[\u0026quot;Barcelona\u0026quot;,\u0026quot;Barcelona\u0026quot;],[\u0026quot;Burgos\u0026quot;,\u0026quot;Burgos\u0026quot;],[\u0026quot;Cantabria\u0026quot;,\u0026quot;Cantabria Province\u0026quot;],[\u0026quot;Castellón\u0026quot;,\u0026quot;Castellón\u0026quot;],[\u0026quot;Ceuta\u0026quot;,\u0026quot;Ceuta\u0026quot;],[\u0026quot;Ciudad Real\u0026quot;,\u0026quot;Ciudad Real\u0026quot;],[\u0026quot;Cuenca\u0026quot;,\u0026quot;Cuenca\u0026quot;],[\u0026quot;Cáceres\u0026quot;,\u0026quot;Cáceres\u0026quot;],[\u0026quot;Cádiz\u0026quot;,\u0026quot;Cádiz\u0026quot;],[\u0026quot;Córdoba\u0026quot;,\u0026quot;Córdoba\u0026quot;],[\u0026quot;Girona\u0026quot;,\u0026quot;Girona\u0026quot;],[\u0026quot;Granada\u0026quot;,\u0026quot;Granada\u0026quot;],[\u0026quot;Guadalajara\u0026quot;,\u0026quot;Guadalajara\u0026quot;],[\u0026quot;Guipúzcoa\u0026quot;,\u0026quot;Gipuzkoa\u0026quot;],[\u0026quot;Huelva\u0026quot;,\u0026quot;Huelva\u0026quot;],[\u0026quot;Huesca\u0026quot;,\u0026quot;Huesca\u0026quot;],[\u0026quot;Jaén\u0026quot;,\u0026quot;Jaén\u0026quot;],[\u0026quot;La Rioja\u0026quot;,\u0026quot;La Rioja Province\u0026quot;],[\u0026quot;Las Palmas\u0026quot;,\u0026quot;Las Palmas\u0026quot;],[\u0026quot;León\u0026quot;,\u0026quot;León\u0026quot;],[\u0026quot;Lleida\u0026quot;,\u0026quot;Lleida\u0026quot;],[\u0026quot;Lugo\u0026quot;,\u0026quot;Lugo\u0026quot;],[\u0026quot;Madrid\u0026quot;,\u0026quot;Madrid Province\u0026quot;],[\u0026quot;Melilla\u0026quot;,\u0026quot;Melilla\u0026quot;],[\u0026quot;Murcia\u0026quot;,\u0026quot;Murcia\u0026quot;],[\u0026quot;Málaga\u0026quot;,\u0026quot;Málaga\u0026quot;],[\u0026quot;Navarra\u0026quot;,\u0026quot;Navarra\u0026quot;],[\u0026quot;Ourense\u0026quot;,\u0026quot;Ourense\u0026quot;],[\u0026quot;Palencia\u0026quot;,\u0026quot;Palencia\u0026quot;],[\u0026quot;Pontevedra\u0026quot;,\u0026quot;Pontevedra\u0026quot;],[\u0026quot;Salamanca\u0026quot;,\u0026quot;Salamanca\u0026quot;],[\u0026quot;Santa Cruz de Tenerife\u0026quot;,\u0026quot;Santa Cruz de Tenerife\u0026quot;],[\u0026quot;Segovia\u0026quot;,\u0026quot;Segovia\u0026quot;],[\u0026quot;Sevilla\u0026quot;,\u0026quot;Seville\u0026quot;],[\u0026quot;Soria\u0026quot;,\u0026quot;Soria\u0026quot;],[\u0026quot;Tarragona\u0026quot;,\u0026quot;Tarragona\u0026quot;],[\u0026quot;Teruel\u0026quot;,\u0026quot;Teruel\u0026quot;],[\u0026quot;Toledo\u0026quot;,\u0026quot;Toledo\u0026quot;],[\u0026quot;Valencia\u0026quot;,\u0026quot;Valencia\u0026quot;],[\u0026quot;Valladolid\u0026quot;,\u0026quot;Valladolid\u0026quot;],[\u0026quot;Vizcaya\u0026quot;,\u0026quot;Biscay\u0026quot;],[\u0026quot;Zamora\u0026quot;,\u0026quot;Zamora\u0026quot;],[\u0026quot;Zaragoza\u0026quot;,\u0026quot;Zaragoza\u0026quot;],[\u0026quot;Álava\u0026quot;,\u0026quot;Álava\u0026quot;],[\u0026quot;Ávila\u0026quot;,\u0026quot;Ávila\u0026quot;]]\"\u003eSpain\u003c\/option\u003e\n\u003coption value=\"Sri Lanka\" data-provinces=\"[]\"\u003eSri Lanka\u003c\/option\u003e\n\u003coption value=\"Saint Barthélemy\" data-provinces=\"[]\"\u003eSt. Barthélemy\u003c\/option\u003e\n\u003coption value=\"Saint Helena\" data-provinces=\"[]\"\u003eSt. Helena\u003c\/option\u003e\n\u003coption value=\"Saint Kitts And Nevis\" data-provinces=\"[]\"\u003eSt. Kitts \u0026 Nevis\u003c\/option\u003e\n\u003coption value=\"Saint Lucia\" data-provinces=\"[]\"\u003eSt. Lucia\u003c\/option\u003e\n\u003coption value=\"Saint Martin\" data-provinces=\"[]\"\u003eSt. Martin\u003c\/option\u003e\n\u003coption value=\"Saint Pierre And Miquelon\" data-provinces=\"[]\"\u003eSt. Pierre \u0026 Miquelon\u003c\/option\u003e\n\u003coption value=\"St. Vincent\" data-provinces=\"[]\"\u003eSt. Vincent \u0026 Grenadines\u003c\/option\u003e\n\u003coption value=\"Sudan\" data-provinces=\"[]\"\u003eSudan\u003c\/option\u003e\n\u003coption value=\"Suriname\" data-provinces=\"[]\"\u003eSuriname\u003c\/option\u003e\n\u003coption value=\"Svalbard And Jan Mayen\" data-provinces=\"[]\"\u003eSvalbard \u0026 Jan Mayen\u003c\/option\u003e\n\u003coption value=\"Sweden\" data-provinces=\"[]\"\u003eSweden\u003c\/option\u003e\n\u003coption value=\"Switzerland\" data-provinces=\"[]\"\u003eSwitzerland\u003c\/option\u003e\n\u003coption value=\"Taiwan\" data-provinces=\"[]\"\u003eTaiwan\u003c\/option\u003e\n\u003coption value=\"Tajikistan\" data-provinces=\"[]\"\u003eTajikistan\u003c\/option\u003e\n\u003coption value=\"Tanzania, United Republic Of\" data-provinces=\"[]\"\u003eTanzania\u003c\/option\u003e\n\u003coption value=\"Thailand\" data-provinces=\"[[\u0026quot;Amnat Charoen\u0026quot;,\u0026quot;Amnat Charoen\u0026quot;],[\u0026quot;Ang Thong\u0026quot;,\u0026quot;Ang Thong\u0026quot;],[\u0026quot;Bangkok\u0026quot;,\u0026quot;Bangkok\u0026quot;],[\u0026quot;Bueng Kan\u0026quot;,\u0026quot;Bueng Kan\u0026quot;],[\u0026quot;Buriram\u0026quot;,\u0026quot;Buri Ram\u0026quot;],[\u0026quot;Chachoengsao\u0026quot;,\u0026quot;Chachoengsao\u0026quot;],[\u0026quot;Chai Nat\u0026quot;,\u0026quot;Chai Nat\u0026quot;],[\u0026quot;Chaiyaphum\u0026quot;,\u0026quot;Chaiyaphum\u0026quot;],[\u0026quot;Chanthaburi\u0026quot;,\u0026quot;Chanthaburi\u0026quot;],[\u0026quot;Chiang Mai\u0026quot;,\u0026quot;Chiang Mai\u0026quot;],[\u0026quot;Chiang Rai\u0026quot;,\u0026quot;Chiang Rai\u0026quot;],[\u0026quot;Chon Buri\u0026quot;,\u0026quot;Chon Buri\u0026quot;],[\u0026quot;Chumphon\u0026quot;,\u0026quot;Chumphon\u0026quot;],[\u0026quot;Kalasin\u0026quot;,\u0026quot;Kalasin\u0026quot;],[\u0026quot;Kamphaeng Phet\u0026quot;,\u0026quot;Kamphaeng Phet\u0026quot;],[\u0026quot;Kanchanaburi\u0026quot;,\u0026quot;Kanchanaburi\u0026quot;],[\u0026quot;Khon Kaen\u0026quot;,\u0026quot;Khon Kaen\u0026quot;],[\u0026quot;Krabi\u0026quot;,\u0026quot;Krabi\u0026quot;],[\u0026quot;Lampang\u0026quot;,\u0026quot;Lampang\u0026quot;],[\u0026quot;Lamphun\u0026quot;,\u0026quot;Lamphun\u0026quot;],[\u0026quot;Loei\u0026quot;,\u0026quot;Loei\u0026quot;],[\u0026quot;Lopburi\u0026quot;,\u0026quot;Lopburi\u0026quot;],[\u0026quot;Mae Hong Son\u0026quot;,\u0026quot;Mae Hong Son\u0026quot;],[\u0026quot;Maha Sarakham\u0026quot;,\u0026quot;Maha Sarakham\u0026quot;],[\u0026quot;Mukdahan\u0026quot;,\u0026quot;Mukdahan\u0026quot;],[\u0026quot;Nakhon Nayok\u0026quot;,\u0026quot;Nakhon Nayok\u0026quot;],[\u0026quot;Nakhon Pathom\u0026quot;,\u0026quot;Nakhon Pathom\u0026quot;],[\u0026quot;Nakhon Phanom\u0026quot;,\u0026quot;Nakhon Phanom\u0026quot;],[\u0026quot;Nakhon Ratchasima\u0026quot;,\u0026quot;Nakhon Ratchasima\u0026quot;],[\u0026quot;Nakhon Sawan\u0026quot;,\u0026quot;Nakhon Sawan\u0026quot;],[\u0026quot;Nakhon Si Thammarat\u0026quot;,\u0026quot;Nakhon Si Thammarat\u0026quot;],[\u0026quot;Nan\u0026quot;,\u0026quot;Nan\u0026quot;],[\u0026quot;Narathiwat\u0026quot;,\u0026quot;Narathiwat\u0026quot;],[\u0026quot;Nong Bua Lam Phu\u0026quot;,\u0026quot;Nong Bua Lam Phu\u0026quot;],[\u0026quot;Nong Khai\u0026quot;,\u0026quot;Nong Khai\u0026quot;],[\u0026quot;Nonthaburi\u0026quot;,\u0026quot;Nonthaburi\u0026quot;],[\u0026quot;Pathum Thani\u0026quot;,\u0026quot;Pathum Thani\u0026quot;],[\u0026quot;Pattani\u0026quot;,\u0026quot;Pattani\u0026quot;],[\u0026quot;Pattaya\u0026quot;,\u0026quot;Pattaya\u0026quot;],[\u0026quot;Phangnga\u0026quot;,\u0026quot;Phang Nga\u0026quot;],[\u0026quot;Phatthalung\u0026quot;,\u0026quot;Phatthalung\u0026quot;],[\u0026quot;Phayao\u0026quot;,\u0026quot;Phayao\u0026quot;],[\u0026quot;Phetchabun\u0026quot;,\u0026quot;Phetchabun\u0026quot;],[\u0026quot;Phetchaburi\u0026quot;,\u0026quot;Phetchaburi\u0026quot;],[\u0026quot;Phichit\u0026quot;,\u0026quot;Phichit\u0026quot;],[\u0026quot;Phitsanulok\u0026quot;,\u0026quot;Phitsanulok\u0026quot;],[\u0026quot;Phra Nakhon Si Ayutthaya\u0026quot;,\u0026quot;Phra Nakhon Si Ayutthaya\u0026quot;],[\u0026quot;Phrae\u0026quot;,\u0026quot;Phrae\u0026quot;],[\u0026quot;Phuket\u0026quot;,\u0026quot;Phuket\u0026quot;],[\u0026quot;Prachin Buri\u0026quot;,\u0026quot;Prachin Buri\u0026quot;],[\u0026quot;Prachuap Khiri Khan\u0026quot;,\u0026quot;Prachuap Khiri Khan\u0026quot;],[\u0026quot;Ranong\u0026quot;,\u0026quot;Ranong\u0026quot;],[\u0026quot;Ratchaburi\u0026quot;,\u0026quot;Ratchaburi\u0026quot;],[\u0026quot;Rayong\u0026quot;,\u0026quot;Rayong\u0026quot;],[\u0026quot;Roi Et\u0026quot;,\u0026quot;Roi Et\u0026quot;],[\u0026quot;Sa Kaeo\u0026quot;,\u0026quot;Sa Kaeo\u0026quot;],[\u0026quot;Sakon Nakhon\u0026quot;,\u0026quot;Sakon Nakhon\u0026quot;],[\u0026quot;Samut Prakan\u0026quot;,\u0026quot;Samut Prakan\u0026quot;],[\u0026quot;Samut Sakhon\u0026quot;,\u0026quot;Samut Sakhon\u0026quot;],[\u0026quot;Samut Songkhram\u0026quot;,\u0026quot;Samut Songkhram\u0026quot;],[\u0026quot;Saraburi\u0026quot;,\u0026quot;Saraburi\u0026quot;],[\u0026quot;Satun\u0026quot;,\u0026quot;Satun\u0026quot;],[\u0026quot;Sing Buri\u0026quot;,\u0026quot;Sing Buri\u0026quot;],[\u0026quot;Sisaket\u0026quot;,\u0026quot;Si Sa Ket\u0026quot;],[\u0026quot;Songkhla\u0026quot;,\u0026quot;Songkhla\u0026quot;],[\u0026quot;Sukhothai\u0026quot;,\u0026quot;Sukhothai\u0026quot;],[\u0026quot;Suphan Buri\u0026quot;,\u0026quot;Suphanburi\u0026quot;],[\u0026quot;Surat Thani\u0026quot;,\u0026quot;Surat Thani\u0026quot;],[\u0026quot;Surin\u0026quot;,\u0026quot;Surin\u0026quot;],[\u0026quot;Tak\u0026quot;,\u0026quot;Tak\u0026quot;],[\u0026quot;Trang\u0026quot;,\u0026quot;Trang\u0026quot;],[\u0026quot;Trat\u0026quot;,\u0026quot;Trat\u0026quot;],[\u0026quot;Ubon Ratchathani\u0026quot;,\u0026quot;Ubon Ratchathani\u0026quot;],[\u0026quot;Udon Thani\u0026quot;,\u0026quot;Udon Thani\u0026quot;],[\u0026quot;Uthai Thani\u0026quot;,\u0026quot;Uthai Thani\u0026quot;],[\u0026quot;Uttaradit\u0026quot;,\u0026quot;Uttaradit\u0026quot;],[\u0026quot;Yala\u0026quot;,\u0026quot;Yala\u0026quot;],[\u0026quot;Yasothon\u0026quot;,\u0026quot;Yasothon\u0026quot;]]\"\u003eThailand\u003c\/option\u003e\n\u003coption value=\"Timor Leste\" data-provinces=\"[]\"\u003eTimor-Leste\u003c\/option\u003e\n\u003coption value=\"Togo\" data-provinces=\"[]\"\u003eTogo\u003c\/option\u003e\n\u003coption value=\"Tokelau\" data-provinces=\"[]\"\u003eTokelau\u003c\/option\u003e\n\u003coption value=\"Tonga\" data-provinces=\"[]\"\u003eTonga\u003c\/option\u003e\n\u003coption value=\"Trinidad and Tobago\" data-provinces=\"[]\"\u003eTrinidad \u0026 Tobago\u003c\/option\u003e\n\u003coption value=\"Tristan da Cunha\" data-provinces=\"[]\"\u003eTristan da Cunha\u003c\/option\u003e\n\u003coption value=\"Tunisia\" data-provinces=\"[]\"\u003eTunisia\u003c\/option\u003e\n\u003coption value=\"Turkey\" data-provinces=\"[]\"\u003eTürkiye\u003c\/option\u003e\n\u003coption value=\"Turkmenistan\" data-provinces=\"[]\"\u003eTurkmenistan\u003c\/option\u003e\n\u003coption value=\"Turks and Caicos Islands\" data-provinces=\"[]\"\u003eTurks \u0026 Caicos Islands\u003c\/option\u003e\n\u003coption value=\"Tuvalu\" data-provinces=\"[]\"\u003eTuvalu\u003c\/option\u003e\n\u003coption value=\"United States Minor Outlying Islands\" data-provinces=\"[]\"\u003eU.S. Outlying Islands\u003c\/option\u003e\n\u003coption value=\"Uganda\" data-provinces=\"[]\"\u003eUganda\u003c\/option\u003e\n\u003coption value=\"Ukraine\" data-provinces=\"[]\"\u003eUkraine\u003c\/option\u003e\n\u003coption value=\"United Arab Emirates\" data-provinces=\"[[\u0026quot;Abu Dhabi\u0026quot;,\u0026quot;Abu Dhabi\u0026quot;],[\u0026quot;Ajman\u0026quot;,\u0026quot;Ajman\u0026quot;],[\u0026quot;Dubai\u0026quot;,\u0026quot;Dubai\u0026quot;],[\u0026quot;Fujairah\u0026quot;,\u0026quot;Fujairah\u0026quot;],[\u0026quot;Ras al-Khaimah\u0026quot;,\u0026quot;Ras al-Khaimah\u0026quot;],[\u0026quot;Sharjah\u0026quot;,\u0026quot;Sharjah\u0026quot;],[\u0026quot;Umm al-Quwain\u0026quot;,\u0026quot;Umm al-Quwain\u0026quot;]]\"\u003eUnited Arab Emirates\u003c\/option\u003e\n\u003coption value=\"United Kingdom\" data-provinces=\"[[\u0026quot;British Forces\u0026quot;,\u0026quot;British Forces\u0026quot;],[\u0026quot;England\u0026quot;,\u0026quot;England\u0026quot;],[\u0026quot;Northern Ireland\u0026quot;,\u0026quot;Northern Ireland\u0026quot;],[\u0026quot;Scotland\u0026quot;,\u0026quot;Scotland\u0026quot;],[\u0026quot;Wales\u0026quot;,\u0026quot;Wales\u0026quot;]]\"\u003eUnited Kingdom\u003c\/option\u003e\n\u003coption value=\"United States\" data-provinces=\"[[\u0026quot;Alabama\u0026quot;,\u0026quot;Alabama\u0026quot;],[\u0026quot;Alaska\u0026quot;,\u0026quot;Alaska\u0026quot;],[\u0026quot;American Samoa\u0026quot;,\u0026quot;American Samoa\u0026quot;],[\u0026quot;Arizona\u0026quot;,\u0026quot;Arizona\u0026quot;],[\u0026quot;Arkansas\u0026quot;,\u0026quot;Arkansas\u0026quot;],[\u0026quot;Armed Forces Americas\u0026quot;,\u0026quot;Armed Forces Americas\u0026quot;],[\u0026quot;Armed Forces Europe\u0026quot;,\u0026quot;Armed Forces Europe\u0026quot;],[\u0026quot;Armed Forces Pacific\u0026quot;,\u0026quot;Armed Forces Pacific\u0026quot;],[\u0026quot;California\u0026quot;,\u0026quot;California\u0026quot;],[\u0026quot;Colorado\u0026quot;,\u0026quot;Colorado\u0026quot;],[\u0026quot;Connecticut\u0026quot;,\u0026quot;Connecticut\u0026quot;],[\u0026quot;Delaware\u0026quot;,\u0026quot;Delaware\u0026quot;],[\u0026quot;District of Columbia\u0026quot;,\u0026quot;Washington DC\u0026quot;],[\u0026quot;Federated States of Micronesia\u0026quot;,\u0026quot;Micronesia\u0026quot;],[\u0026quot;Florida\u0026quot;,\u0026quot;Florida\u0026quot;],[\u0026quot;Georgia\u0026quot;,\u0026quot;Georgia\u0026quot;],[\u0026quot;Guam\u0026quot;,\u0026quot;Guam\u0026quot;],[\u0026quot;Hawaii\u0026quot;,\u0026quot;Hawaii\u0026quot;],[\u0026quot;Idaho\u0026quot;,\u0026quot;Idaho\u0026quot;],[\u0026quot;Illinois\u0026quot;,\u0026quot;Illinois\u0026quot;],[\u0026quot;Indiana\u0026quot;,\u0026quot;Indiana\u0026quot;],[\u0026quot;Iowa\u0026quot;,\u0026quot;Iowa\u0026quot;],[\u0026quot;Kansas\u0026quot;,\u0026quot;Kansas\u0026quot;],[\u0026quot;Kentucky\u0026quot;,\u0026quot;Kentucky\u0026quot;],[\u0026quot;Louisiana\u0026quot;,\u0026quot;Louisiana\u0026quot;],[\u0026quot;Maine\u0026quot;,\u0026quot;Maine\u0026quot;],[\u0026quot;Marshall Islands\u0026quot;,\u0026quot;Marshall Islands\u0026quot;],[\u0026quot;Maryland\u0026quot;,\u0026quot;Maryland\u0026quot;],[\u0026quot;Massachusetts\u0026quot;,\u0026quot;Massachusetts\u0026quot;],[\u0026quot;Michigan\u0026quot;,\u0026quot;Michigan\u0026quot;],[\u0026quot;Minnesota\u0026quot;,\u0026quot;Minnesota\u0026quot;],[\u0026quot;Mississippi\u0026quot;,\u0026quot;Mississippi\u0026quot;],[\u0026quot;Missouri\u0026quot;,\u0026quot;Missouri\u0026quot;],[\u0026quot;Montana\u0026quot;,\u0026quot;Montana\u0026quot;],[\u0026quot;Nebraska\u0026quot;,\u0026quot;Nebraska\u0026quot;],[\u0026quot;Nevada\u0026quot;,\u0026quot;Nevada\u0026quot;],[\u0026quot;New Hampshire\u0026quot;,\u0026quot;New Hampshire\u0026quot;],[\u0026quot;New Jersey\u0026quot;,\u0026quot;New Jersey\u0026quot;],[\u0026quot;New Mexico\u0026quot;,\u0026quot;New Mexico\u0026quot;],[\u0026quot;New York\u0026quot;,\u0026quot;New York\u0026quot;],[\u0026quot;North Carolina\u0026quot;,\u0026quot;North Carolina\u0026quot;],[\u0026quot;North Dakota\u0026quot;,\u0026quot;North Dakota\u0026quot;],[\u0026quot;Northern Mariana Islands\u0026quot;,\u0026quot;Northern Mariana Islands\u0026quot;],[\u0026quot;Ohio\u0026quot;,\u0026quot;Ohio\u0026quot;],[\u0026quot;Oklahoma\u0026quot;,\u0026quot;Oklahoma\u0026quot;],[\u0026quot;Oregon\u0026quot;,\u0026quot;Oregon\u0026quot;],[\u0026quot;Palau\u0026quot;,\u0026quot;Palau\u0026quot;],[\u0026quot;Pennsylvania\u0026quot;,\u0026quot;Pennsylvania\u0026quot;],[\u0026quot;Puerto Rico\u0026quot;,\u0026quot;Puerto Rico\u0026quot;],[\u0026quot;Rhode Island\u0026quot;,\u0026quot;Rhode Island\u0026quot;],[\u0026quot;South Carolina\u0026quot;,\u0026quot;South Carolina\u0026quot;],[\u0026quot;South Dakota\u0026quot;,\u0026quot;South Dakota\u0026quot;],[\u0026quot;Tennessee\u0026quot;,\u0026quot;Tennessee\u0026quot;],[\u0026quot;Texas\u0026quot;,\u0026quot;Texas\u0026quot;],[\u0026quot;Utah\u0026quot;,\u0026quot;Utah\u0026quot;],[\u0026quot;Vermont\u0026quot;,\u0026quot;Vermont\u0026quot;],[\u0026quot;Virgin Islands\u0026quot;,\u0026quot;U.S. Virgin Islands\u0026quot;],[\u0026quot;Virginia\u0026quot;,\u0026quot;Virginia\u0026quot;],[\u0026quot;Washington\u0026quot;,\u0026quot;Washington\u0026quot;],[\u0026quot;West Virginia\u0026quot;,\u0026quot;West Virginia\u0026quot;],[\u0026quot;Wisconsin\u0026quot;,\u0026quot;Wisconsin\u0026quot;],[\u0026quot;Wyoming\u0026quot;,\u0026quot;Wyoming\u0026quot;]]\"\u003eUnited States\u003c\/option\u003e\n\u003coption value=\"Uruguay\" data-provinces=\"[[\u0026quot;Artigas\u0026quot;,\u0026quot;Artigas\u0026quot;],[\u0026quot;Canelones\u0026quot;,\u0026quot;Canelones\u0026quot;],[\u0026quot;Cerro Largo\u0026quot;,\u0026quot;Cerro Largo\u0026quot;],[\u0026quot;Colonia\u0026quot;,\u0026quot;Colonia\u0026quot;],[\u0026quot;Durazno\u0026quot;,\u0026quot;Durazno\u0026quot;],[\u0026quot;Flores\u0026quot;,\u0026quot;Flores\u0026quot;],[\u0026quot;Florida\u0026quot;,\u0026quot;Florida\u0026quot;],[\u0026quot;Lavalleja\u0026quot;,\u0026quot;Lavalleja\u0026quot;],[\u0026quot;Maldonado\u0026quot;,\u0026quot;Maldonado\u0026quot;],[\u0026quot;Montevideo\u0026quot;,\u0026quot;Montevideo\u0026quot;],[\u0026quot;Paysandú\u0026quot;,\u0026quot;Paysandú\u0026quot;],[\u0026quot;Rivera\u0026quot;,\u0026quot;Rivera\u0026quot;],[\u0026quot;Rocha\u0026quot;,\u0026quot;Rocha\u0026quot;],[\u0026quot;Río Negro\u0026quot;,\u0026quot;Río Negro\u0026quot;],[\u0026quot;Salto\u0026quot;,\u0026quot;Salto\u0026quot;],[\u0026quot;San José\u0026quot;,\u0026quot;San José\u0026quot;],[\u0026quot;Soriano\u0026quot;,\u0026quot;Soriano\u0026quot;],[\u0026quot;Tacuarembó\u0026quot;,\u0026quot;Tacuarembó\u0026quot;],[\u0026quot;Treinta y Tres\u0026quot;,\u0026quot;Treinta y Tres\u0026quot;]]\"\u003eUruguay\u003c\/option\u003e\n\u003coption value=\"Uzbekistan\" data-provinces=\"[]\"\u003eUzbekistan\u003c\/option\u003e\n\u003coption value=\"Vanuatu\" data-provinces=\"[]\"\u003eVanuatu\u003c\/option\u003e\n\u003coption value=\"Holy See (Vatican City State)\" data-provinces=\"[]\"\u003eVatican City\u003c\/option\u003e\n\u003coption value=\"Venezuela\" data-provinces=\"[[\u0026quot;Amazonas\u0026quot;,\u0026quot;Amazonas\u0026quot;],[\u0026quot;Anzoátegui\u0026quot;,\u0026quot;Anzoátegui\u0026quot;],[\u0026quot;Apure\u0026quot;,\u0026quot;Apure\u0026quot;],[\u0026quot;Aragua\u0026quot;,\u0026quot;Aragua\u0026quot;],[\u0026quot;Barinas\u0026quot;,\u0026quot;Barinas\u0026quot;],[\u0026quot;Bolívar\u0026quot;,\u0026quot;Bolívar\u0026quot;],[\u0026quot;Carabobo\u0026quot;,\u0026quot;Carabobo\u0026quot;],[\u0026quot;Cojedes\u0026quot;,\u0026quot;Cojedes\u0026quot;],[\u0026quot;Delta Amacuro\u0026quot;,\u0026quot;Delta Amacuro\u0026quot;],[\u0026quot;Dependencias Federales\u0026quot;,\u0026quot;Federal Dependencies\u0026quot;],[\u0026quot;Distrito Capital\u0026quot;,\u0026quot;Capital\u0026quot;],[\u0026quot;Falcón\u0026quot;,\u0026quot;Falcón\u0026quot;],[\u0026quot;Guárico\u0026quot;,\u0026quot;Guárico\u0026quot;],[\u0026quot;La Guaira\u0026quot;,\u0026quot;Vargas\u0026quot;],[\u0026quot;Lara\u0026quot;,\u0026quot;Lara\u0026quot;],[\u0026quot;Miranda\u0026quot;,\u0026quot;Miranda\u0026quot;],[\u0026quot;Monagas\u0026quot;,\u0026quot;Monagas\u0026quot;],[\u0026quot;Mérida\u0026quot;,\u0026quot;Mérida\u0026quot;],[\u0026quot;Nueva Esparta\u0026quot;,\u0026quot;Nueva Esparta\u0026quot;],[\u0026quot;Portuguesa\u0026quot;,\u0026quot;Portuguesa\u0026quot;],[\u0026quot;Sucre\u0026quot;,\u0026quot;Sucre\u0026quot;],[\u0026quot;Trujillo\u0026quot;,\u0026quot;Trujillo\u0026quot;],[\u0026quot;Táchira\u0026quot;,\u0026quot;Táchira\u0026quot;],[\u0026quot;Yaracuy\u0026quot;,\u0026quot;Yaracuy\u0026quot;],[\u0026quot;Zulia\u0026quot;,\u0026quot;Zulia\u0026quot;]]\"\u003eVenezuela\u003c\/option\u003e\n\u003coption value=\"Vietnam\" data-provinces=\"[]\"\u003eVietnam\u003c\/option\u003e\n\u003coption value=\"Wallis And Futuna\" data-provinces=\"[]\"\u003eWallis \u0026 Futuna\u003c\/option\u003e\n\u003coption value=\"Western Sahara\" data-provinces=\"[]\"\u003eWestern Sahara\u003c\/option\u003e\n\u003coption value=\"Yemen\" data-provinces=\"[]\"\u003eYemen\u003c\/option\u003e\n\u003coption value=\"Zambia\" data-provinces=\"[]\"\u003eZambia\u003c\/option\u003e\n\u003coption value=\"Zimbabwe\" data-provinces=\"[]\"\u003eZimbabwe\u003c\/option\u003e"; </script> <style> @font-face { font-family: Archivo; font-weight: 700; font-style: normal; font-display: swap; src: url("//aquapac.net/cdn/fonts/archivo/archivo_n7.6f363ab30b12ea00d5e6243ed0e977a11393a3ad.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=4cbc223ce3a8c62a30dc9520f65466508096b5b723bb633bc85c4a7c7feafb97") format("woff2"), url("//aquapac.net/cdn/fonts/archivo/archivo_n7.846b40a5735bbd149ad44b083a19c3e5d88d8fab.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=bedb68c38b095803ec83e82c17874f3b17b62d9d45c5c946818ebca563cfcefb") format("woff"); } @font-face { font-family: Cabin; font-weight: 500; font-style: normal; font-display: swap; src: url("//aquapac.net/cdn/fonts/cabin/cabin_n5.1e5ff0eba36d90debc46e5a6cb2768673e948703.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=b1f95b766216e58336c0cc3d126c9d801d586d49563b7730f21a491a6bce17d5") format("woff2"), url("//aquapac.net/cdn/fonts/cabin/cabin_n5.5ff7500329d1b0ca645c2a94a6338f77eda881ed.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=93fa9ab5137037ec40be344fc793bac5728f92094f253b103864f0e792221ad5") format("woff"); } @font-face { font-family: Cabin; font-weight: 400; font-style: normal; font-display: swap; src: url("//aquapac.net/cdn/fonts/cabin/cabin_n4.90cfc8efed7ff88f02d58b22d38933ec75887560.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=ae15578d212e9e2a22cec4e081f301dac1ac6a2e5f514c6513ca794e3a5be983") format("woff2"), url("//aquapac.net/cdn/fonts/cabin/cabin_n4.9f337ab91288ce417d0a6abd954e1d9f876868b7.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=73eeb987f34934f1f90d03b138e3a618f083dd74bad31b3dcb4d9c90996c57c1") format("woff"); } @font-face { font-family: Cabin; font-weight: 700; font-style: normal; font-display: swap; src: url("//aquapac.net/cdn/fonts/cabin/cabin_n7.3703a1f5733b06a58cf91470aca19cfd07978070.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=9e4009ddcb96075fd7d5886888316943212a702e8632ca00398fe2d8076ed9be") format("woff2"), url("//aquapac.net/cdn/fonts/cabin/cabin_n7.a7351ebf59c46b409ece4ca0912c23a7c55df1ed.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=0423776de4f52677a866130c53e21935f792fd8d2a3eb08dd0fb4b5eff1bf04b") format("woff"); } @font-face { font-family: Cabin; font-weight: 400; font-style: italic; font-display: swap; src: url("//aquapac.net/cdn/fonts/cabin/cabin_i4.d842691f340f784c85693accd3cc7aaa6af9102a.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=160b99318c0c49efb42bcc88c8e46f6d12ca3d765e89665ece9045a59021b8cc") format("woff2"), url("//aquapac.net/cdn/fonts/cabin/cabin_i4.410154aaffb1849b1cbebd17c230958bfb5a02af.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=ab1a5db029df13264cc48f41f06b0413d65bed76fa8e6a5a8b91e2827dbfe424") format("woff"); } @font-face { font-family: Cabin; font-weight: 700; font-style: italic; font-display: swap; src: url("//aquapac.net/cdn/fonts/cabin/cabin_i7.06cbf354eb07f0abe4e75bdac05ba290fb6a01a1.woff2?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=5b8d21bf229b034eb0dff91c9e17e660596f1da3933e1f191983b18f865c96f1") format("woff2"), url("//aquapac.net/cdn/fonts/cabin/cabin_i7.54615379d83f676a3e0def67c629135eca2c6971.woff?h1=MWE5ZTc4LTIuYWNjb3VudC5teXNob3BpZnkuY29t&h2=YXF1YXBhYy5uZXQ&hmac=58ff68d6c87719374f512ec91dc50b8799fe004c3f804225b97657409e259b8d") format("woff"); } :root { --color-text: #303030; --color-text-8-percent: rgba(48, 48, 48, 0.08); --color-text-alpha: rgba(48, 48, 48, 0.35); --color-text-meta: rgba(48, 48, 48, 0.6); --color-text-link: #303030; --color-text-error: #D02F2E; --color-text-success: #478947; --color-background: #ffffff; --color-background-semi-transparent-80: rgba(255, 255, 255, 0.8); --color-background-semi-transparent-90: rgba(255, 255, 255, 0.9); --color-background-transparent: rgba(255, 255, 255, 0); --color-border: #046e82; --color-border-meta: rgba(4, 110, 130, 0.6); --color-overlay: rgba(0, 0, 0, 0.7); --color-background-meta: #f5f5f5; --color-background-meta-alpha: rgba(245, 245, 245, 0.6); --color-background-darker-meta: #e8e8e8; --color-background-darker-meta-alpha: rgba(232, 232, 232, 0.6); --color-background-placeholder: #e8e8e8; --color-background-placeholder-lighter: #f0f0f0; --color-foreground-placeholder: rgba(48, 48, 48, 0.4); --color-border-input: #046e82; --color-border-input-alpha: rgba(4, 110, 130, 0.25); --color-text-input: #303030; --color-text-input-alpha: rgba(48, 48, 48, 0.04); --color-text-button: #ffffff; --color-background-button: #046e82; --color-background-button-alpha: rgba(4, 110, 130, 0.6); --color-background-outline-button-alpha: rgba(4, 110, 130, 0.1); --color-background-button-hover: #011a1f; --color-icon: rgba(48, 48, 48, 0.4); --color-icon-darker: rgba(48, 48, 48, 0.6); --color-text-sale-badge: #C31818; --color-background-sold-badge: #414141; --color-text-sold-badge: #ffffff; --color-text-header: #414141; --color-text-header-half-transparent: rgba(65, 65, 65, 0.5); --color-background-header: #ffffff; --color-background-header-transparent: rgba(255, 255, 255, 0); --color-icon-header: #414141; --color-shadow-header: rgba(0, 0, 0, 0.15); --color-background-footer: #046e82; --color-text-footer: #ffffff; --color-text-footer-subdued: rgba(255, 255, 255, 0.7); --color-products-sale-price: #C31818; --color-products-rating-star: #000000; --color-products-stock-good: #3C9342; --color-products-stock-medium: #A77A06; --color-products-stock-bad: #A70100; --color-products-stock-bad: #A70100; --font-logo: Archivo, serif; --font-logo-weight: 700; --font-logo-style: normal; --logo-text-transform: uppercase; --logo-letter-spacing: 0.0em; --font-heading: Cabin, sans-serif; --font-heading-weight: 500; --font-heading-style: normal; --font-heading-text-transform: none; --font-heading-base-letter-spacing: 0.0em; --font-heading-base-size: 40px; --font-body: Cabin, sans-serif; --font-body-weight: 400; --font-body-style: normal; --font-body-italic: italic; --font-body-bold-weight: 700; --font-body-base-letter-spacing: 0.0em; --font-body-base-size: 17px; /* Typography */ --line-height-heading: 1.1; --line-height-subheading: 1.33; --line-height-body: 1.5; --logo-font-size: clamp(1.2375rem, 0.9733425414364641rem + 1.12707182320442vw, 1.875rem) ; --font-size-navigation-base: 17px; --font-navigation-base-letter-spacing: -0.005em; --font-navigation-base-text-transform: none; --font-size-heading-display-1: clamp(2.7375rem, 2.3179558011049726rem + 1.7900552486187844vw, 3.75rem) ; --font-size-heading-display-2: clamp(2.432725rem, 2.059890055248619rem + 1.5907624309392263vw, 3.3325rem) ; --font-size-heading-display-3: clamp(2.129045rem, 1.8027514917127072rem + 1.392185635359116vw, 2.9165rem) ; --font-size-heading-1-base: clamp(1.825rem, 1.5453038674033148rem + 1.1933701657458562vw, 2.5rem) ; --font-size-heading-2-base: clamp(1.596875rem, 1.3521408839779006rem + 1.0441988950276242vw, 2.1875rem) ; --font-size-heading-3-base: clamp(1.36875rem, 1.1589779005524863rem + 0.8950276243093922vw, 1.875rem) ; --font-size-heading-4-base: clamp(1.063975rem, 0.9009121546961326rem + 0.6957348066298342vw, 1.4575rem) ; --font-size-heading-5-base: clamp(0.9125rem, 0.7726519337016574rem + 0.5966850828729281vw, 1.25rem) ; --font-size-heading-6-base: clamp(0.7592rem, 0.642846408839779rem + 0.49644198895027625vw, 1.04rem) ; --font-size-body-400: clamp(1.64621625rem, 1.5948728453038674rem + 0.21906519337016572vw, 1.770125rem) ; --font-size-body-350: clamp(1.536534375rem, 1.4886118093922651rem + 0.20446961325966853vw, 1.6521875rem) ; --font-size-body-300: clamp(1.4268525rem, 1.382350773480663rem + 0.18987403314917126vw, 1.53425rem) ; --font-size-body-250: clamp(1.317170625rem, 1.2760897375690607rem + 0.175278453038674vw, 1.4163125rem) ; --font-size-body-200: clamp(1.20748875rem, 1.1698287016574587rem + 0.1606828729281768vw, 1.298375rem) ; --font-size-body-150: clamp(1.097806875rem, 1.0635676657458564rem + 0.14608729281767957vw, 1.1804375rem) ; --font-size-body-100: clamp(0.988125rem, 0.9573066298342542rem + 0.13149171270718232vw, 1.0625rem) ; --font-size-body-75: clamp(0.877455rem, 0.8500882872928177rem + 0.1167646408839779vw, 0.9435rem) ; --font-size-body-60: clamp(0.812436375rem, 0.7870975110497238rem + 0.1081124861878453vw, 0.8735875rem) ; --font-size-body-50: clamp(0.767773125rem, 0.7438272513812154rem + 0.10216906077348067vw, 0.8255625rem) ; --font-size-body-25: clamp(0.71342625rem, 0.6911753867403315rem + 0.09493701657458563vw, 0.767125rem) ; --font-size-body-20: clamp(0.65809125rem, 0.6375662154696132rem + 0.08757348066298343vw, 0.707625rem) ; /* Buttons */ --button-padding-multiplier: 1; --font-size-button: var(--font-size-body-50); --font-size-button-x-small: var(--font-size-body-25); --font-button-text-transform: uppercase; --button-letter-spacing: 0.05em; --line-height-button: 1.45; /* Product badges */ --font-size-product-badge: var(--font-size-body-20); --font-product-badge-text-transform: uppercase; /* Product listing titles */ --font-size-listing-title: var(--font-size-body-100); --font-product-listing-title-text-transform: none; --font-product-listing-title-base-letter-spacing: 0.05em; /* Shopify pay specific */ --payment-terms-background-color: #f5f5f5; } @supports not (font-size: clamp(10px, 3.3vw, 20px)) { :root { --logo-font-size: 1.55625rem ; --font-size-heading-display-1: 3.24375rem ; --font-size-heading-display-2: 2.8826125rem ; --font-size-heading-display-3: 2.5227725rem ; --font-size-heading-1-base: 2.1625rem ; --font-size-heading-2-base: 1.8921875rem ; --font-size-heading-3-base: 1.621875rem ; --font-size-heading-4-base: 1.2607375rem ; --font-size-heading-5-base: 1.08125rem ; --font-size-heading-6-base: 0.8996rem ; --font-size-body-400: 1.708170625rem ; --font-size-body-350: 1.5943609375rem ; --font-size-body-300: 1.48055125rem ; --font-size-body-250: 1.3667415625rem ; --font-size-body-200: 1.252931875rem ; --font-size-body-150: 1.1391221875rem ; --font-size-body-100: 1.0253125rem ; --font-size-body-75: 0.9104775rem ; --font-size-body-60: 0.8430119375rem ; --font-size-body-50: 0.7966678125rem ; --font-size-body-25: 0.740275625rem ; --font-size-body-20: 0.682858125rem ; } }.product-badge[data-handle="responsible"]{ color: #3C9342; } .product-badge[data-handle="best-seller"]{ color: #7e6b45; } .product-badge[data-handle="new"]{ color: #000000; } </style> <script> flu = window.flu || {}; flu.chunks = { photoswipe: "//aquapac.net/cdn/shop/t/4/assets/photoswipe-chunk.js?v=5630051195468424621700910796", swiper: "//aquapac.net/cdn/shop/t/4/assets/swiper-chunk.js?v=73725226959832986321700910796", nouislider: "//aquapac.net/cdn/shop/t/4/assets/nouislider-chunk.js?v=119160367387469102641700910796", polyfillInert: "//aquapac.net/cdn/shop/t/4/assets/polyfill-inert-chunk.js?v=9775187524458939151700910796", polyfillResizeObserver: "//aquapac.net/cdn/shop/t/4/assets/polyfill-resize-observer-chunk.js?v=49253094118087005231700910796", }; </script> <script type="module" src="//aquapac.net/cdn/shop/t/4/assets/theme.min.js?v=5134879202028505471702320806"></script> <meta name="viewport" content="width=device-width,initial-scale=1"> <script defer> var defineVH = function () { document.documentElement.style.setProperty('--vh', window.innerHeight * 0.01 + 'px'); }; window.addEventListener('resize', defineVH); window.addEventListener('orientationchange', defineVH); defineVH(); </script> <link href="//aquapac.net/cdn/shop/t/4/assets/theme.css?v=25911295233146519221702320803" rel="stylesheet" type="text/css" media="all" /> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="2aqsfbslumylokodz76uknv8lzf0qk"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/79119810892/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="b6252ec4d562009ddfe645d0783871cc"> <meta id="in-context-paypal-metadata" data-shop-id="79119810892" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" hreflang="x-default" href="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="alternate" hreflang="en-GB" href="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="alternate" hreflang="fr-GB" href="https://aquapac.net/fr/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="alternate" hreflang="es-GB" href="https://aquapac.net/es/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="alternate" hreflang="it-GB" href="https://aquapac.net/it/products/flotation-device-for-most-aquapac-phone-cases"> <link rel="alternate" type="application/json+oembed" href="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=1a9e78-2.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=1a9e78-2.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":79119810892,"countryCode":"GB","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/79119810892","merchantName":"Aquapac","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","maestro","masterCard","amex","discover","elo"],"total":{"type":"pending","label":"Aquapac","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"b6252ec4d562009ddfe645d0783871cc","betas":["rich-media-storefront-analytics"],"domain":"aquapac.net","predictiveSearch":true,"shopId":79119810892,"smart_payment_buttons_url":"https:\/\/aquapac.net\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/aquapac.net\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "1a9e78-2.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.2927684"}; Shopify.country = "US"; Shopify.theme = {"name":"Aquapc - PLEASE DO NOT TOUCH!!!","id":155438252364,"theme_store_id":1621,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "aquapac.net/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn1.judge.me\/assets\/installed.js?shop=1a9e78-2.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":79119810892,"offset":0,"reqid":"800b3082-81a7-41e7-a361-af5d3962a036","pageurl":"aquapac.net\/products\/flotation-device-for-most-aquapac-phone-cases","u":"8878e464c343","p":"product","rtyp":"product","rid":8837369135436};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//aquapac.net/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//aquapac.net/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//aquapac.net/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 180px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdn.judge.me"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":true,"widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","remove_microdata_snippet":false,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","featured_carousel_verified_badge_enable":true,"all_reviews_page_load_more_text":"Load More Reviews","widget_advanced_speed_features":5,"widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_verified_by_shop_text":"Verified by Shop","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":true,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","how_reviews_are_collected":"How reviews are collected?","widget_gdpr_statement":"How we use your data: We’ll only contact you about the review you left, and only if necessary. By submitting your review, you agree to Judge.me’s \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms and conditions\u003c/a\u003e and \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy policy\u003c/a\u003e.","platform":"shopify","branding_url":"https://judge.me/reviews","branding_text":"Powered by Judge.me","locale":"en","reply_name":"My Store","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"can_be_branded":false};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color:#399;--jdgm-secondary-color:rgba(51,153,153,0.1);--jdgm-star-color:#399;--jdgm-paginate-color:#399;--jdgm-border-radius:0}.jdgm-histogram__bar-content{background-color:#399}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#399}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'1a9e78-2.myshopify.com'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important} </style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!", a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))}, jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest; t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))}, t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"), jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document); </script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript> <!-- BEGIN app snippet: theme_fix_tags --><script> (function() { var jdgmThemeFixes = {"155438252364":{"html":"","css":".product-rating {\n display: none !important;\n}","js":""}}; if (!jdgmThemeFixes) return; var thisThemeFix = jdgmThemeFixes[Shopify.theme.id]; if (!thisThemeFix) return; if (thisThemeFix.html) { document.addEventListener("DOMContentLoaded", function() { var htmlDiv = document.createElement('div'); htmlDiv.classList.add('jdgm-theme-fix-html'); htmlDiv.innerHTML = thisThemeFix.html; document.body.append(htmlDiv); }); }; if (thisThemeFix.css) { var styleTag = document.createElement('style'); styleTag.classList.add('jdgm-theme-fix-style'); styleTag.innerHTML = thisThemeFix.css; document.head.append(styleTag); }; if (thisThemeFix.js) { var scriptTag = document.createElement('script'); scriptTag.classList.add('jdgm-theme-fix-script'); scriptTag.innerHTML = thisThemeFix.js; document.head.append(scriptTag); }; })(); </script> <!-- END app snippet --> <!-- End of Judge.me Core --> <!-- END app app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=TYZzej"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script id="viewed_product"> if (item == null) { var _learnq = _learnq || []; var item = { Name: "Flotation Device - for most Aquapac Phone cases", ProductID: 8837369135436, Categories: ["Accessories"], ImageURL: "https://aquapac.net/cdn/shop/files/991FDflotationdevice_1_grande.jpg?v=1707214333", URL: "https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases", Brand: "Aquapac", Price: "$5.00", CompareAtPrice: "$0.00" }; _learnq.push(['track', 'Viewed Product', item]); _learnq.push(['trackViewedItem', { Title: item.Name, ItemId: item.ProductID, Categories: item.Categories, ImageUrl: item.ImageURL, Url: item.URL, Metadata: { Brand: item.Brand, Price: item.Price, CompareAtPrice: item.CompareAtPrice } }]); } </script> <!-- END app app block --><script src="https://cdn.shopify.com/extensions/2f57a632-53a3-468b-ba9d-aa540dc9e01a/inbox-202/assets/inbox-chat-loader.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 79119810892,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 79119810892,storefrontBaseUrl: "https://aquapac.net",cdnBaseUrl: "https://aquapac.net/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"47615396544844","image":{"src":"\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333"},"price":{"amount":5.0,"currencyCode":"USD"},"product":{"id":"8837369135436","title":"Flotation Device - for most Aquapac Phone cases","untranslatedTitle":"Flotation Device - for most Aquapac Phone cases","url":"\/products\/flotation-device-for-most-aquapac-phone-cases","vendor":"Aquapac","type":""},"sku":"991","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"47615396544844","image":{"src":"\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333"},"price":{"amount":5.0,"currencyCode":"USD"},"product":{"id":"8837369135436","title":"Flotation Device - for most Aquapac Phone cases","untranslatedTitle":"Flotation Device - for most Aquapac Phone cases","url":"\/products\/flotation-device-for-most-aquapac-phone-cases","vendor":"Aquapac","type":""},"sku":"991","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://aquapac.net/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":8837369135436,"gid":"gid:\/\/shopify\/Product\/8837369135436","vendor":"Aquapac","type":"","variants":[{"id":47615396544844,"price":500,"name":"Flotation Device - for most Aquapac Phone cases","public_title":null,"sku":"991"}]},"page":{"pageType":"product","resourceType":"product","resourceId":8837369135436}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 79119810892, theme_id: 155438252364, app_name: "storefront", context_url: window.location.href, source_url: "//aquapac.net/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//aquapac.net/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//aquapac.net/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":79119810892,"isMerchantRequest":null,"themeId":155438252364,"themeCityHash":"13402916657260211172","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Facebook Pixel":{"pixelIds":["1517414838444063"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"1517414838444063","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":8837369135436}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":47615396544844,"productId":8837369135436,"productGid":"gid:\/\/shopify\/Product\/8837369135436","name":"Flotation Device - for most Aquapac Phone cases","price":"5.00","sku":"991","brand":"Aquapac","variant":null,"category":"","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":47615396544844,"productId":8837369135436,"productGid":"gid:\/\/shopify\/Product\/8837369135436","name":"Flotation Device - for most Aquapac Phone cases","price":"5.00","sku":"991","brand":"Aquapac","variant":null,"category":"","nonInteraction":true,"referer":"https:\/\/aquapac.net\/products\/flotation-device-for-most-aquapac-phone-cases"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//aquapac.net/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Stiletto"; window.BOOMR.themeVersion = "2.4.0"; window.BOOMR.shopId = 79119810892; window.BOOMR.themeId = 155438252364; window.BOOMR.renderRegion = "gcp-europe-west4"; window.BOOMR.url = "https://aquapac.net/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body class="template-product"> <div class="page"> <div class="active" id="page-transition-overlay"></div> <script> var pageTransitionOverlay = document.getElementById("page-transition-overlay"), internalReferrer = document.referrer.includes(document.location.origin), winPerf = window.performance, navTypeLegacy = winPerf && winPerf.navigation && winPerf.navigation.type, navType = winPerf && winPerf.getEntriesByType && winPerf.getEntriesByType("navigation")[0] && winPerf.getEntriesByType("navigation")[0].type; if (!internalReferrer || navType !== "navigate" || navTypeLegacy !== 0) { pageTransitionOverlay.className = "active skip-animation"; setTimeout(function(){ pageTransitionOverlay.className = "skip-animation"; setTimeout(function(){ pageTransitionOverlay.className = ""; }, 1); }, 1); } else { setTimeout(function(){ pageTransitionOverlay.className = ""; }, 500); } </script> <div class="theme-editor-scroll-offset"></div> <div class="header__space" data-header-space></div> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--20171934630220__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar__outer-wrapper"><div class="announcement-bar" data-section-id="sections--20171934630220__announcement-bar" data-section-type="announcement-bar" data-timing="0" data-item-count="2" style=" --color-background: #00877f; --color-gradient-overlay: #00877f; --color-gradient-overlay-transparent: rgba(0, 135, 127, 0); --color-text: #ffffff; " > <div class="ui-overlap-wrap"> <div class="ui-overlap"> <div class="fader left"> <button class="slider-nav-button slider-nav-button-prev" title="Previous"> <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> </div> <div class="ui-overlap-item-clones" aria-hidden="true"> <div class="announcement-bar__item ff-body fs-body-50 swiper-slide" data-slide data-index="0" ><div class="announcement-bar__item-inner"><p>Free shipping on all orders over £50 $50 and €55</p> </div> </div><div class="announcement-bar__item ff-body fs-body-50 swiper-slide" inert data-slide data-index="1" ><div class="announcement-bar__item-inner"><p>Orders from Europe and US shipped from our French & NY warehouses.</p> </div> </div> </div> <div class="fader right"> <button class="slider-nav-button slider-nav-button-next" title="Next"> <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> </div> </div> </div> <div class="swiper" data-slider data-autoplay-enabled="true" data-autoplay-delay="4000" > <div class="swiper-wrapper"> <div class="announcement-bar__item ff-body fs-body-50 swiper-slide" data-slide data-index="0" ><div class="announcement-bar__item-inner"><p>Free shipping on all orders over £50 $50 and €55</p> </div> </div><div class="announcement-bar__item ff-body fs-body-50 swiper-slide" inert data-slide data-index="1" ><div class="announcement-bar__item-inner"><p>Orders from Europe and US shipped from our French & NY warehouses.</p> </div> </div> </div> </div> </div> </div><div id="shopify-section-sections--20171934630220__header" class="shopify-section shopify-section-group-header-group header__outer-wrapper"><script> document.documentElement.classList.add("sticky-header-enabled"); document.body.classList.add("quick-search-position-right"); </script><header data-section-id="sections--20171934630220__header" data-section-type="header" data-enable-sticky-header="true" class=" header header--layout-logo-center-nav-left header--has-logo header--has-secondary-menu header--has-social-links header--has-country-or-locale " data-is-sticky="true" data-navigation-position="left" data-logo-position="center" style=" --logo-width: 220px; --mobile-logo-width: 90px; --color-cart-count-transparent: #000000; --color-text-transparent: #ffffff; --divider-width: 0px; " > <a href="#main" class="header__skip-to-content btn btn--primary btn--small"> Skip to content </a> <div class="header__inner"> <div class="header__row header__row-desktop upper "> <div class="header__row-segment header__row-segment-desktop left"><nav class="header__links header__links-secondary" data-secondary-navigation> <ul class="header__links-list fs-body-50"> <li ><a href="/pages/about-us" class="" data-link > <span class="link-hover"> Our Story </span> </a></li> <li ><a href="/pages/contact" class="" data-link > <span class="link-hover"> Contact </span> </a></li> </ul> </nav> </div> <div class="header__row-segment header__row-segment-desktop header__row-segment-desktop--logo-left right"><ul class="social-icons social-icons--left" data-count="3"><li> <a href="https://www.facebook.com/aquapac.net/" title="Aquapac on Facebook" target="_blank" rel="noopener" > <span class="icon icon-new icon-facebook "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg> </span> </a> </li><li> <a href="https://www.instagram.com/aquapac" title="Aquapac on Instagram" target="_blank" rel="noopener" > <span class="icon icon-new icon-instagram "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg> </span> </a> </li><li> <a href="https://www.youtube.com/channel/UCA1TArtIzbTQ4rlea4qgnEg YouTubeYouTube" title="Aquapac on YouTube" target="_blank" rel="noopener" > <span class="icon icon-new icon-youtube "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" fill="currentColor" /></svg> </span> </a> </li></ul> <nav class="header__cross-border fs-body-50" data-secondary-navigation> <form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="disclosure-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/flotation-device-for-most-aquapac-phone-cases" /><div class="disclosure-form__inner"><div class="disclosure-form__item"> <h2 class="visually-hidden" id="lang-heading-header"> Language </h2> <div class="disclosure disclosure--locale" data-disclosure="locale" data-disclosure-locale> <button type="button" class="disclosure__toggle fs-body-50" aria-expanded="false" aria-controls="lang-list-header" aria-describedby="lang-heading-header" data-disclosure-toggle > English <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </button> <ul id="lang-list-header" class="disclosure-list" aria-hidden="true" data-disclosure-list > <li class="disclosure-list__item disclosure-list__item--current"> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option > <span class="disclosure-list__option-label">English</span><span class="icon icon-new icon-checkmark "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="fr" data-value="fr" data-disclosure-option > <span class="disclosure-list__option-label">Français</span></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="es" data-value="es" data-disclosure-option > <span class="disclosure-list__option-label">Español</span></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="it" data-value="it" data-disclosure-option > <span class="disclosure-list__option-label">Italiano</span></a> </li></ul> <input type="hidden" name="locale_code" id="LocaleSelector-header" value="en" data-disclosure-input > </div> </div><div class="disclosure-form__item"> <h2 class="visually-hidden" id="currency-heading-header"> Currency </h2> <div class="disclosure disclosure--currency" data-disclosure="currency" data-disclosure-currency> <button type="button" class="disclosure__toggle disclosure__toggle--currency fs-body-50" aria-expanded="false" aria-controls="currency-list-header" aria-describedby="currency-heading-header" data-disclosure-toggle > <span class="flag-icon flag-icon-us"></span> United States (USD $) <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </button> <ul id="currency-list-header" class="disclosure-list" aria-hidden="true" data-disclosure-list > <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DZ" data-disclosure-option > <span class="flag-icon flag-icon-dz"></span> <span class="disclosure-list__option-label">Algeria (DZD د.ج)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AO" data-disclosure-option > <span class="flag-icon flag-icon-ao"></span> <span class="disclosure-list__option-label">Angola (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AR" data-disclosure-option > <span class="flag-icon flag-icon-ar"></span> <span class="disclosure-list__option-label">Argentina (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AC" data-disclosure-option > <span class="flag-icon flag-icon-ac"></span> <span class="disclosure-list__option-label">Ascension Island (SHP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AU" data-disclosure-option > <span class="flag-icon flag-icon-au"></span> <span class="disclosure-list__option-label">Australia (AUD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BE" data-disclosure-option > <span class="flag-icon flag-icon-be"></span> <span class="disclosure-list__option-label">Belgium (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BJ" data-disclosure-option > <span class="flag-icon flag-icon-bj"></span> <span class="disclosure-list__option-label">Benin (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BO" data-disclosure-option > <span class="flag-icon flag-icon-bo"></span> <span class="disclosure-list__option-label">Bolivia (BOB Bs.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BW" data-disclosure-option > <span class="flag-icon flag-icon-bw"></span> <span class="disclosure-list__option-label">Botswana (BWP P)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BR" data-disclosure-option > <span class="flag-icon flag-icon-br"></span> <span class="disclosure-list__option-label">Brazil (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IO" data-disclosure-option > <span class="flag-icon flag-icon-io"></span> <span class="disclosure-list__option-label">British Indian Ocean Territory (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BG" data-disclosure-option > <span class="flag-icon flag-icon-bg"></span> <span class="disclosure-list__option-label">Bulgaria (BGN лв.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BF" data-disclosure-option > <span class="flag-icon flag-icon-bf"></span> <span class="disclosure-list__option-label">Burkina Faso (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BI" data-disclosure-option > <span class="flag-icon flag-icon-bi"></span> <span class="disclosure-list__option-label">Burundi (BIF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CM" data-disclosure-option > <span class="flag-icon flag-icon-cm"></span> <span class="disclosure-list__option-label">Cameroon (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CA" data-disclosure-option > <span class="flag-icon flag-icon-ca"></span> <span class="disclosure-list__option-label">Canada (CAD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CV" data-disclosure-option > <span class="flag-icon flag-icon-cv"></span> <span class="disclosure-list__option-label">Cape Verde (CVE $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CF" data-disclosure-option > <span class="flag-icon flag-icon-cf"></span> <span class="disclosure-list__option-label">Central African Republic (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TD" data-disclosure-option > <span class="flag-icon flag-icon-td"></span> <span class="disclosure-list__option-label">Chad (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CL" data-disclosure-option > <span class="flag-icon flag-icon-cl"></span> <span class="disclosure-list__option-label">Chile (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CX" data-disclosure-option > <span class="flag-icon flag-icon-cx"></span> <span class="disclosure-list__option-label">Christmas Island (AUD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CO" data-disclosure-option > <span class="flag-icon flag-icon-co"></span> <span class="disclosure-list__option-label">Colombia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KM" data-disclosure-option > <span class="flag-icon flag-icon-km"></span> <span class="disclosure-list__option-label">Comoros (KMF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CG" data-disclosure-option > <span class="flag-icon flag-icon-cg"></span> <span class="disclosure-list__option-label">Congo - Brazzaville (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CD" data-disclosure-option > <span class="flag-icon flag-icon-cd"></span> <span class="disclosure-list__option-label">Congo - Kinshasa (CDF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CI" data-disclosure-option > <span class="flag-icon flag-icon-ci"></span> <span class="disclosure-list__option-label">Côte d’Ivoire (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="HR" data-disclosure-option > <span class="flag-icon flag-icon-hr"></span> <span class="disclosure-list__option-label">Croatia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CY" data-disclosure-option > <span class="flag-icon flag-icon-cy"></span> <span class="disclosure-list__option-label">Cyprus (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CZ" data-disclosure-option > <span class="flag-icon flag-icon-cz"></span> <span class="disclosure-list__option-label">Czechia (CZK Kč)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DK" data-disclosure-option > <span class="flag-icon flag-icon-dk"></span> <span class="disclosure-list__option-label">Denmark (DKK kr.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DJ" data-disclosure-option > <span class="flag-icon flag-icon-dj"></span> <span class="disclosure-list__option-label">Djibouti (DJF Fdj)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EC" data-disclosure-option > <span class="flag-icon flag-icon-ec"></span> <span class="disclosure-list__option-label">Ecuador (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EG" data-disclosure-option > <span class="flag-icon flag-icon-eg"></span> <span class="disclosure-list__option-label">Egypt (EGP ج.م)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GQ" data-disclosure-option > <span class="flag-icon flag-icon-gq"></span> <span class="disclosure-list__option-label">Equatorial Guinea (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ER" data-disclosure-option > <span class="flag-icon flag-icon-er"></span> <span class="disclosure-list__option-label">Eritrea (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EE" data-disclosure-option > <span class="flag-icon flag-icon-ee"></span> <span class="disclosure-list__option-label">Estonia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SZ" data-disclosure-option > <span class="flag-icon flag-icon-sz"></span> <span class="disclosure-list__option-label">Eswatini (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ET" data-disclosure-option > <span class="flag-icon flag-icon-et"></span> <span class="disclosure-list__option-label">Ethiopia (ETB Br)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FK" data-disclosure-option > <span class="flag-icon flag-icon-fk"></span> <span class="disclosure-list__option-label">Falkland Islands (FKP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FJ" data-disclosure-option > <span class="flag-icon flag-icon-fj"></span> <span class="disclosure-list__option-label">Fiji (FJD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FI" data-disclosure-option > <span class="flag-icon flag-icon-fi"></span> <span class="disclosure-list__option-label">Finland (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FR" data-disclosure-option > <span class="flag-icon flag-icon-fr"></span> <span class="disclosure-list__option-label">France (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GF" data-disclosure-option > <span class="flag-icon flag-icon-gf"></span> <span class="disclosure-list__option-label">French Guiana (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TF" data-disclosure-option > <span class="flag-icon flag-icon-tf"></span> <span class="disclosure-list__option-label">French Southern Territories (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GA" data-disclosure-option > <span class="flag-icon flag-icon-ga"></span> <span class="disclosure-list__option-label">Gabon (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GM" data-disclosure-option > <span class="flag-icon flag-icon-gm"></span> <span class="disclosure-list__option-label">Gambia (GMD D)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GH" data-disclosure-option > <span class="flag-icon flag-icon-gh"></span> <span class="disclosure-list__option-label">Ghana (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GR" data-disclosure-option > <span class="flag-icon flag-icon-gr"></span> <span class="disclosure-list__option-label">Greece (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GN" data-disclosure-option > <span class="flag-icon flag-icon-gn"></span> <span class="disclosure-list__option-label">Guinea (GNF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GW" data-disclosure-option > <span class="flag-icon flag-icon-gw"></span> <span class="disclosure-list__option-label">Guinea-Bissau (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GY" data-disclosure-option > <span class="flag-icon flag-icon-gy"></span> <span class="disclosure-list__option-label">Guyana (GYD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="HU" data-disclosure-option > <span class="flag-icon flag-icon-hu"></span> <span class="disclosure-list__option-label">Hungary (HUF Ft)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IS" data-disclosure-option > <span class="flag-icon flag-icon-is"></span> <span class="disclosure-list__option-label">Iceland (ISK kr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IE" data-disclosure-option > <span class="flag-icon flag-icon-ie"></span> <span class="disclosure-list__option-label">Ireland (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IT" data-disclosure-option > <span class="flag-icon flag-icon-it"></span> <span class="disclosure-list__option-label">Italy (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KE" data-disclosure-option > <span class="flag-icon flag-icon-ke"></span> <span class="disclosure-list__option-label">Kenya (KES KSh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KI" data-disclosure-option > <span class="flag-icon flag-icon-ki"></span> <span class="disclosure-list__option-label">Kiribati (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LV" data-disclosure-option > <span class="flag-icon flag-icon-lv"></span> <span class="disclosure-list__option-label">Latvia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LS" data-disclosure-option > <span class="flag-icon flag-icon-ls"></span> <span class="disclosure-list__option-label">Lesotho (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LR" data-disclosure-option > <span class="flag-icon flag-icon-lr"></span> <span class="disclosure-list__option-label">Liberia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LY" data-disclosure-option > <span class="flag-icon flag-icon-ly"></span> <span class="disclosure-list__option-label">Libya (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LT" data-disclosure-option > <span class="flag-icon flag-icon-lt"></span> <span class="disclosure-list__option-label">Lithuania (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LU" data-disclosure-option > <span class="flag-icon flag-icon-lu"></span> <span class="disclosure-list__option-label">Luxembourg (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MG" data-disclosure-option > <span class="flag-icon flag-icon-mg"></span> <span class="disclosure-list__option-label">Madagascar (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MW" data-disclosure-option > <span class="flag-icon flag-icon-mw"></span> <span class="disclosure-list__option-label">Malawi (MWK MK)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ML" data-disclosure-option > <span class="flag-icon flag-icon-ml"></span> <span class="disclosure-list__option-label">Mali (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MT" data-disclosure-option > <span class="flag-icon flag-icon-mt"></span> <span class="disclosure-list__option-label">Malta (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MR" data-disclosure-option > <span class="flag-icon flag-icon-mr"></span> <span class="disclosure-list__option-label">Mauritania (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MU" data-disclosure-option > <span class="flag-icon flag-icon-mu"></span> <span class="disclosure-list__option-label">Mauritius (MUR ₨)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="YT" data-disclosure-option > <span class="flag-icon flag-icon-yt"></span> <span class="disclosure-list__option-label">Mayotte (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MA" data-disclosure-option > <span class="flag-icon flag-icon-ma"></span> <span class="disclosure-list__option-label">Morocco (MAD د.م.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MZ" data-disclosure-option > <span class="flag-icon flag-icon-mz"></span> <span class="disclosure-list__option-label">Mozambique (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NA" data-disclosure-option > <span class="flag-icon flag-icon-na"></span> <span class="disclosure-list__option-label">Namibia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NL" data-disclosure-option > <span class="flag-icon flag-icon-nl"></span> <span class="disclosure-list__option-label">Netherlands (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NZ" data-disclosure-option > <span class="flag-icon flag-icon-nz"></span> <span class="disclosure-list__option-label">New Zealand (NZD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NE" data-disclosure-option > <span class="flag-icon flag-icon-ne"></span> <span class="disclosure-list__option-label">Niger (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NG" data-disclosure-option > <span class="flag-icon flag-icon-ng"></span> <span class="disclosure-list__option-label">Nigeria (NGN ₦)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NO" data-disclosure-option > <span class="flag-icon flag-icon-no"></span> <span class="disclosure-list__option-label">Norway (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PY" data-disclosure-option > <span class="flag-icon flag-icon-py"></span> <span class="disclosure-list__option-label">Paraguay (PYG ₲)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PE" data-disclosure-option > <span class="flag-icon flag-icon-pe"></span> <span class="disclosure-list__option-label">Peru (PEN S/.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PL" data-disclosure-option > <span class="flag-icon flag-icon-pl"></span> <span class="disclosure-list__option-label">Poland (PLN zł)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PT" data-disclosure-option > <span class="flag-icon flag-icon-pt"></span> <span class="disclosure-list__option-label">Portugal (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RE" data-disclosure-option > <span class="flag-icon flag-icon-re"></span> <span class="disclosure-list__option-label">Réunion (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RO" data-disclosure-option > <span class="flag-icon flag-icon-ro"></span> <span class="disclosure-list__option-label">Romania (RON Lei)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RW" data-disclosure-option > <span class="flag-icon flag-icon-rw"></span> <span class="disclosure-list__option-label">Rwanda (RWF FRw)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ST" data-disclosure-option > <span class="flag-icon flag-icon-st"></span> <span class="disclosure-list__option-label">São Tomé &amp; Príncipe (STD Db)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SN" data-disclosure-option > <span class="flag-icon flag-icon-sn"></span> <span class="disclosure-list__option-label">Senegal (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SC" data-disclosure-option > <span class="flag-icon flag-icon-sc"></span> <span class="disclosure-list__option-label">Seychelles (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SL" data-disclosure-option > <span class="flag-icon flag-icon-sl"></span> <span class="disclosure-list__option-label">Sierra Leone (SLL Le)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SG" data-disclosure-option > <span class="flag-icon flag-icon-sg"></span> <span class="disclosure-list__option-label">Singapore (SGD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SK" data-disclosure-option > <span class="flag-icon flag-icon-sk"></span> <span class="disclosure-list__option-label">Slovakia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SO" data-disclosure-option > <span class="flag-icon flag-icon-so"></span> <span class="disclosure-list__option-label">Somalia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZA" data-disclosure-option > <span class="flag-icon flag-icon-za"></span> <span class="disclosure-list__option-label">South Africa (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GS" data-disclosure-option > <span class="flag-icon flag-icon-gs"></span> <span class="disclosure-list__option-label">South Georgia &amp; South Sandwich Islands (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SS" data-disclosure-option > <span class="flag-icon flag-icon-ss"></span> <span class="disclosure-list__option-label">South Sudan (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ES" data-disclosure-option > <span class="flag-icon flag-icon-es"></span> <span class="disclosure-list__option-label">Spain (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SH" data-disclosure-option > <span class="flag-icon flag-icon-sh"></span> <span class="disclosure-list__option-label">St. Helena (SHP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SD" data-disclosure-option > <span class="flag-icon flag-icon-sd"></span> <span class="disclosure-list__option-label">Sudan (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SR" data-disclosure-option > <span class="flag-icon flag-icon-sr"></span> <span class="disclosure-list__option-label">Suriname (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SE" data-disclosure-option > <span class="flag-icon flag-icon-se"></span> <span class="disclosure-list__option-label">Sweden (SEK kr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TZ" data-disclosure-option > <span class="flag-icon flag-icon-tz"></span> <span class="disclosure-list__option-label">Tanzania (TZS Sh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TG" data-disclosure-option > <span class="flag-icon flag-icon-tg"></span> <span class="disclosure-list__option-label">Togo (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TO" data-disclosure-option > <span class="flag-icon flag-icon-to"></span> <span class="disclosure-list__option-label">Tonga (TOP T$)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TA" data-disclosure-option > <span class="flag-icon flag-icon-ta"></span> <span class="disclosure-list__option-label">Tristan da Cunha (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TN" data-disclosure-option > <span class="flag-icon flag-icon-tn"></span> <span class="disclosure-list__option-label">Tunisia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="UG" data-disclosure-option > <span class="flag-icon flag-icon-ug"></span> <span class="disclosure-list__option-label">Uganda (UGX USh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AE" data-disclosure-option > <span class="flag-icon flag-icon-ae"></span> <span class="disclosure-list__option-label">United Arab Emirates (AED د.إ)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GB" data-disclosure-option > <span class="flag-icon flag-icon-gb"></span> <span class="disclosure-list__option-label">United Kingdom (GBP £)</span ></a> </li> <li class="disclosure-list__item disclosure-list__item--current"> <a class="disclosure-list__option no-transition fs-body-75" href="#" aria-current="true" data-value="US" data-disclosure-option > <span class="flag-icon flag-icon-us"></span> <span class="disclosure-list__option-label">United States (USD $)</span ><span class="icon icon-new icon-checkmark "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="UY" data-disclosure-option > <span class="flag-icon flag-icon-uy"></span> <span class="disclosure-list__option-label">Uruguay (UYU $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="VE" data-disclosure-option > <span class="flag-icon flag-icon-ve"></span> <span class="disclosure-list__option-label">Venezuela (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EH" data-disclosure-option > <span class="flag-icon flag-icon-eh"></span> <span class="disclosure-list__option-label">Western Sahara (MAD د.م.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZM" data-disclosure-option > <span class="flag-icon flag-icon-zm"></span> <span class="disclosure-list__option-label">Zambia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZW" data-disclosure-option > <span class="flag-icon flag-icon-zw"></span> <span class="disclosure-list__option-label">Zimbabwe (USD $)</span ></a> </li></ul> <input type="hidden" name="country_code" id="CurrencySelector-header" value="US" data-disclosure-input > </div> </div></div></form> <link href="//aquapac.net/cdn/shop/t/4/assets/partial-flag-icons.css?v=164190940160091988681700910796" rel="stylesheet" type="text/css" media="screen and (min-width: 960px)" /> </nav> </div> </div><div class="header__row header__row-desktop lower three-segment"> <div class="header__row-segment header__row-segment-desktop left contains-nav"> <div class="header__links-primary-scroll-container" data-scroll-container data-at-start="true" data-at-end="false" data-axis="horizontal" > <button class="scroll-button" data-position="start" data-direction="backwards" title="Previous" > <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> <div class="scroll-overflow-indicator-wrap" data-position="start"> <div class="scroll-overflow-indicator"></div> </div> <div data-scroll-container-viewport> <div class="scroll-sentinal scroll-sentinal--start" data-position="start"></div> <nav class="header__links header__links-primary" data-navigation> <ul class="header__links-list fs-navigation-base"> <li ><a href="/" class="" data-link > <span class="link-hover"> Home </span> </a></li> <li data-submenu-parent ><!-- if top level item is a link, render a clickable anchor link --><a class="navigation__submenu-trigger fs-navigation-base no-transition" data-link data-parent data-meganav-trigger data-meganav-type="full_width_meganav" data-meganav-handle="shop-by-case-range" aria-haspopup="true" aria-expanded="false" aria-controls="shop-by-case-range-menu-1" href="/collections" > <span class="link-hover"> Shop By Case Range </span> <span class="header__links-icon"> <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </span> </a><div class=" meganav meganav--has-promo meganav--promo-position-right animation animation--dropdown " id="shop-by-case-range-menu-1" data-submenu data-hidden="true" data-menu-handle="shop-by-case-range" data-meganav-type=full_width_meganav style=" --column-count: 2; --columns-width: px; --secondary-width: 540px; --color-promo-text: #ffffff; --color-text-overlay-button: #ffffff; --color-background-overlay-button: #ffffff; --color-background-overlay-outline-button-alpha: rgba(255, 255, 255, 0.1); --overlay-background: #000000; --overlay-background-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 1) 96%); --overlay-opacity: 0.14; " > <div class="meganav__inner"> <div class="meganav__primary"> <div class="meganav__nav with-column-dividers" data-column-count="2" > <ul class="meganav__list-parent" depth="0"> <li class="" depth="0"> <h4> <a href="/collections/phones">Phones</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/2-way-radio">2-Way VHF Radios</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/radio-microphones">Radio Microphones</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/tablets-ipads">Tablets, iPads & E-Readers</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/travel-multi-purpose">Travel, Multi-Purpose & Storage</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/insulin-pumps">Insulin Pumps</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/maps">Maps</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/drybags">Drybags & Pack Dividers</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/backpacks">Backpacks</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/waist-packs">Waist Packs</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/cameras">Cameras</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/dock-system">Dock System</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/panniers">Panniers</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/accessories">Accessories</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/sale">Sale Items & Bundles</a> </h4> <ul depth="1"> </ul> </li> </ul> <span class="meganav__column-rule" data-index="1"></span></div> </div> <div class="meganav__secondary"> <div class="meganav-promo" style=" --text-horizontal-position: flex-start; --text-vertical-position: flex-end; --min-promo-height: 340px; " ><a href="/collections" class="meganav__promo-image-link"><div class=" image meganav__promo-image aspect-ratio--externally_set animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="2000" height="1130" src="//aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=320" srcset="//aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=100 100w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=150 150w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=200 200w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=240 240w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=280 280w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=300 300w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=360 360w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=400 400w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=450 450w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=500 500w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=550 550w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=600 600w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=650 650w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=700 700w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=750 750w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=800 800w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=850 850w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=900 900w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=950 950w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1000 1000w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1100 1100w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1200 1200w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1300 1300w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1400 1400w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1500 1500w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1600 1600w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=1800 1800w, //aquapac.net/cdn/shop/files/Untitled_design_11_1.jpg?v=1707230719&width=2000 2000w" sizes="540px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></a><div class="meganav__secondary-promo-overlay"></div> <div class="meganav__secondary-promo-text"> <h3 class="ff-heading fs-heading-4-base meganav__secondary-promo-text-heading">Shop All Collections</h3> <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a href="/collections" class=" btn btn--overlay btn--x-small btn--secondary" > <span>Shop Now</span> </a> </div> </div> </div> </div> </div> </div> </li> <li data-submenu-parent ><!-- if top level item is a link, render a clickable anchor link --><a class="navigation__submenu-trigger fs-navigation-base no-transition" data-link data-parent data-meganav-trigger data-meganav-type="full_width_meganav" data-meganav-handle="professionals" aria-haspopup="true" aria-expanded="false" aria-controls="professionals-menu-2" href="/collections/professionals" > <span class="link-hover"> Professionals </span> <span class="header__links-icon"> <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </span> </a><div class=" meganav meganav--has-promo meganav--promo-position-right animation animation--dropdown " id="professionals-menu-2" data-submenu data-hidden="true" data-menu-handle="professionals" data-meganav-type=full_width_meganav style=" --column-count: 2; --columns-width: px; --secondary-width: 700px; --color-promo-text: #ffffff; --color-text-overlay-button: #ffffff; --color-background-overlay-button: #ffffff; --color-background-overlay-outline-button-alpha: rgba(255, 255, 255, 0.1); --overlay-background: #000000; --overlay-opacity: 0.3; " > <div class="meganav__inner"> <div class="meganav__primary"> <div class="meganav__nav with-column-dividers" data-column-count="2" > <ul class="meganav__list-parent" depth="0"> <li class="" depth="0"> <h4> <a href="/collections/2-way-radio">2-Way VHF Radios</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/radio-microphones">Radio Microphones</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/dock-system">Dock System</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/tablets-ipads">Tablets, iPads & E-Readers</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/maps">Maps</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/drybags">Drybags & Pack Dividers</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/backpacks">Backpacks</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/waist-packs">Waist Packs</a> </h4> <ul depth="1"> </ul> </li> <li class="" depth="0"> <h4> <a href="/collections/travel-multi-purpose">Travel, Multi-Purpose & Storage</a> </h4> <ul depth="1"> </ul> </li> </ul> <span class="meganav__column-rule" data-index="1"></span></div> </div> <div class="meganav__secondary"> <div class="meganav-promo" style=" --text-horizontal-position: flex-start; --text-vertical-position: flex-end; --min-promo-height: 340px; " ><a href="/collections/all" class="meganav__promo-image-link"><div class=" image meganav__promo-image aspect-ratio--externally_set animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="2000" height="1130" src="//aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=320" srcset="//aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=100 100w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=150 150w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=200 200w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=240 240w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=280 280w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=300 300w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=360 360w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=400 400w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=450 450w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=500 500w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=550 550w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=600 600w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=650 650w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=700 700w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=750 750w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=800 800w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=850 850w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=900 900w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=950 950w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1000 1000w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1100 1100w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1200 1200w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1300 1300w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1400 1400w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1500 1500w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1600 1600w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=1800 1800w, //aquapac.net/cdn/shop/files/Untitled_design_7_1.jpg?v=1701275879&width=2000 2000w" sizes="700px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></a><div class="meganav__secondary-promo-overlay"></div> <div class="meganav__secondary-promo-text"> <h3 class="ff-heading fs-heading-4-base meganav__secondary-promo-text-heading">Essential protection for gear & devices.</h3> <div class="button-block__button button-block__button--justify- button-block__button--justify-mobile- meganav__secondary-promo-text-button" ><a href="/collections/all" class=" btn btn--overlay btn--x-small btn--secondary" > <span>Shop Now</span> </a> </div> </div> </div> </div> </div> </div> </li> </ul> </nav> <div class="scroll-sentinal scroll-sentinal--end" data-position="end"></div> </div> <div class="scroll-overflow-indicator-wrap" data-position="end"> <div class="scroll-overflow-indicator"></div> </div> <button class="scroll-button" data-position="end" data-direction="forwards" title="Next" > <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> </div> </div><h1 class="header__logo"> <a class="header__logo-link" href="/" aria-label="Aquapac" ><div class=" image regular-logo animation--lazy-load " style="" > <img alt="" class="image__img" fetchpriority="high" width="1403" height="459" src="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=320" srcset="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=100 100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=150 150w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=200 200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=240 240w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=280 280w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=300 300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=360 360w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=400 400w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=450 450w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=500 500w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=550 550w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=600 600w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=650 650w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=700 700w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=750 750w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=800 800w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=850 850w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=900 900w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=950 950w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1000 1000w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1100 1100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1200 1200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1300 1300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1400 1400w" sizes="(max-width: 960px) 90px, 220px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div><span class="header__logo-text">Aquapac</span></a> </h1> <div class="header__row-segment header__row-segment-desktop right"><a class=" header__icon-touch header__icon-touch--search no-transition " href="/search" data-search aria-label="Open search modal" aria-controls="MainQuickSearch" aria-expanded="false" > <span class="icon-button icon-button-header-search " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-search "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.048 17.89a6.923 6.923 0 1 0 0-13.847 6.923 6.923 0 0 0 0 13.847z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round"/> <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg> </span> </span> </span> <span class="icon-button icon-button-header-menu-close " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-menu-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg> </span> </span> </span> </a> <a class="header__icon-touch no-transition" href="/cart" aria-label="Open cart modal" data-js-cart-icon > <span class="icon-button icon-button-header-shopping-cart " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-shopping-cart "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.148 11.479c-.101-1.428-.125-2.985-.296-4.57C15.577 4.37 14.372 2.64 12 2.64S8.423 4.37 8.148 6.908c-.171 1.586-.195 3.142-.296 4.57" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linejoin="bevel"/> <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg> </span> </span> </span> <span data-js-cart-count>0</span> </a> </div> </div> <div class="header__row header__row-mobile three-segment"><div class="header__row-segment left"> <button class="header__menu-icon header__icon-touch header__icon-menu" aria-label="Open menu modal" aria-expanded="false" data-aria-label-closed="Open menu modal" data-aria-label-opened="Close menu modal" data-js-menu-button > <span class="icon-button icon-button-header-menu " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-menu "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.692 12.646h16.616M3.692 5.762h16.616M3.692 19.608h16.616" stroke="currentColor" stroke-width="1.2"/></svg> </span> </span> </span> <span class="icon-button icon-button-header-menu-close " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-menu-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg> </span> </span> </span> </button> </div> <h1 class="header__logo"> <a class="header__logo-link" href="/" aria-label="Aquapac" ><div class=" image regular-logo animation--lazy-load " style="" > <img alt="" class="image__img" fetchpriority="high" width="1403" height="459" src="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=320" srcset="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=100 100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=150 150w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=200 200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=240 240w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=280 280w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=300 300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=360 360w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=400 400w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=450 450w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=500 500w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=550 550w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=600 600w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=650 650w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=700 700w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=750 750w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=800 800w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=850 850w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=900 900w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=950 950w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1000 1000w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1100 1100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1200 1200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1300 1300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage.png?v=1700653007&width=1400 1400w" sizes="(max-width: 960px) 90px, 220px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div><span class="header__logo-text">Aquapac</span></a> </h1> <div class="header__row-segment right"> <a class=" header__icon-touch header__icon-touch--search no-transition " href="/search" data-search aria-label="Open search modal" aria-controls="MainQuickSearch" aria-expanded="false" > <span class="icon-button icon-button-header-search " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-search "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.048 17.89a6.923 6.923 0 1 0 0-13.847 6.923 6.923 0 0 0 0 13.847z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round"/> <path d="m16 16 4.308 4.308" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg> </span> </span> </span> <span class="icon-button icon-button-header-menu-close " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-menu-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.462 6.479 5.538 19.402M5.538 6.479l12.924 12.923" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="6.667" stroke-linejoin="round"/></svg> </span> </span> </span> </a> <a class="header__icon-touch no-transition" href="/cart" aria-label="Open cart modal" data-js-cart-icon > <span class="icon-button icon-button-header-shopping-cart " > <span class="icon-button__icon"> <span class="icon icon-new icon-header-shopping-cart "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.148 11.479c-.101-1.428-.125-2.985-.296-4.57C15.577 4.37 14.372 2.64 12 2.64S8.423 4.37 8.148 6.908c-.171 1.586-.195 3.142-.296 4.57" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linejoin="bevel"/> <path d="M20.701 20.438V8.816H3.3v11.622H20.7z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg> </span> </span> </span> <span data-js-cart-count>0</span> </a> </div></div> </div> <div class="no-js-menu no-js-menu--desktop"> <nav> <ul> <li> <a href="/">Home</a> </li> <li> <a href="/collections">Shop By Case Range</a> </li> <li> <a href="/collections/phones">Phones</a> </li> <li> <a href="/collections/2-way-radio">2-Way VHF Radios</a> </li> <li> <a href="/collections/radio-microphones">Radio Microphones</a> </li> <li> <a href="/collections/tablets-ipads">Tablets, iPads & E-Readers</a> </li> <li> <a href="/collections/travel-multi-purpose">Travel, Multi-Purpose & Storage</a> </li> <li> <a href="/collections/insulin-pumps">Insulin Pumps</a> </li> <li> <a href="/collections/maps">Maps</a> </li> <li> <a href="/collections/drybags">Drybags & Pack Dividers</a> </li> <li> <a href="/collections/backpacks">Backpacks</a> </li> <li> <a href="/collections/waist-packs">Waist Packs</a> </li> <li> <a href="/collections/cameras">Cameras</a> </li> <li> <a href="/collections/dock-system">Dock System</a> </li> <li> <a href="/collections/panniers">Panniers</a> </li> <li> <a href="/collections/accessories">Accessories</a> </li> <li> <a href="/collections/sale">Sale Items & Bundles</a> </li> <li> <a href="/collections/professionals">Professionals</a> </li> <li> <a href="/collections/2-way-radio">2-Way VHF Radios</a> </li> <li> <a href="/collections/radio-microphones">Radio Microphones</a> </li> <li> <a href="/collections/dock-system">Dock System</a> </li> <li> <a href="/collections/tablets-ipads">Tablets, iPads & E-Readers</a> </li> <li> <a href="/collections/maps">Maps</a> </li> <li> <a href="/collections/drybags">Drybags & Pack Dividers</a> </li> <li> <a href="/collections/backpacks">Backpacks</a> </li> <li> <a href="/collections/waist-packs">Waist Packs</a> </li> <li> <a href="/collections/travel-multi-purpose">Travel, Multi-Purpose & Storage</a> </li> <li> <a href="/pages/about-us">Our Story</a> </li> <li> <a href="/pages/contact">Contact</a> </li> </ul> </nav> </div> <section class=" drawer-menu animation animation--drawer-menu " data-drawer-menu data-scroll-lock-ignore > <div class="drawer-menu__overlay" data-overlay></div> <div class="drawer-menu__panel"> <div class="drawer-menu__bottom"> <div class="drawer-menu__all-links" data-depth="0" data-all-links data-in-initial-position="true"> <div class="drawer-menu__contents" data-scroll-lock-ignore> <div class="drawer-menu__main" data-main role="navigation"> <div class="drawer-menu__links-wrapper animation--drawer-menu-item"> <ul class="drawer-menu__primary-links" data-depth="0" data-primary-container="true"> <li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/" > <span class=""> Home </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="parent" class="drawer-menu__link no-transition " href="/collections" data-link="primary" aria-haspopup="true" aria-expanded="false" > <span class=""> Shop By Case Range </span><span class="icon icon-new icon-chevron menu-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </a> <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true"> <li class="drawer-menu__item drawer-menu__item--heading"> <span class="drawer-menu__item--heading-back-link" data-item="back" aria-label="Back" > <span class="icon icon-new icon-arrow-long back-link-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </span> <a class="drawer-menu__link" data-heading="true" href="/collections" > <span class="fs-body-300">Shop By Case Range</span> </a> </li> <li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/phones" > <span class=""> Phones </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/2-way-radio" > <span class=""> 2-Way VHF Radios </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/radio-microphones" > <span class=""> Radio Microphones </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/tablets-ipads" > <span class=""> Tablets, iPads & E-Readers </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/travel-multi-purpose" > <span class=""> Travel, Multi-Purpose & Storage </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/insulin-pumps" > <span class=""> Insulin Pumps </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/maps" > <span class=""> Maps </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/drybags" > <span class=""> Drybags & Pack Dividers </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/backpacks" > <span class=""> Backpacks </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/waist-packs" > <span class=""> Waist Packs </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/cameras" > <span class=""> Cameras </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/dock-system" > <span class=""> Dock System </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/panniers" > <span class=""> Panniers </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/accessories" > <span class=""> Accessories </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/sale" > <span class=""> Sale Items & Bundles </span></a> </li> </ul></li><li class=" drawer-menu__item " data-list-item > <a data-item="parent" class="drawer-menu__link no-transition " href="/collections/professionals" data-link="primary" aria-haspopup="true" aria-expanded="false" > <span class=""> Professionals </span><span class="icon icon-new icon-chevron menu-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </a> <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu-list--1" aria-hidden="true"> <li class="drawer-menu__item drawer-menu__item--heading"> <span class="drawer-menu__item--heading-back-link" data-item="back" aria-label="Back" > <span class="icon icon-new icon-arrow-long back-link-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </span> <a class="drawer-menu__link" data-heading="true" href="/collections/professionals" > <span class="fs-body-300">Professionals</span> </a> </li> <li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/2-way-radio" > <span class=""> 2-Way VHF Radios </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/radio-microphones" > <span class=""> Radio Microphones </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/dock-system" > <span class=""> Dock System </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/tablets-ipads" > <span class=""> Tablets, iPads & E-Readers </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/maps" > <span class=""> Maps </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/drybags" > <span class=""> Drybags & Pack Dividers </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/backpacks" > <span class=""> Backpacks </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/waist-packs" > <span class=""> Waist Packs </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/collections/travel-multi-purpose" > <span class=""> Travel, Multi-Purpose & Storage </span></a> </li> </ul></li> </ul> </div> <div class="drawer-menu__links-wrapper animation--drawer-menu-item"> <ul class="drawer-menu__secondary-links" data-depth="0" data-secondary-container="true"> <li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/pages/about-us" > <span class=""> Our Story </span></a> </li><li class=" drawer-menu__item " data-list-item > <a data-item="link" class="drawer-menu__link " href="/pages/contact" > <span class=""> Contact </span></a> </li> </ul> </div> </div> </div><form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="drawer-menu__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/flotation-device-for-most-aquapac-phone-cases" /><ul class="drawer-menu__footer" data-footer data-localization-option-count="2"><li class="drawer-menu__item localization-item-trigger" data-list-item> <a class="drawer-menu__link fs-body-50" href="#" data-item="viewCurrency"> <span class="flag-icon flag-icon-us"></span> <span class="drawer-menu__link--label">United States (USD $)</span> </a> <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu__list--country-selector"> <li class="drawer-menu__item drawer-menu__item--heading"> <span class="drawer-menu__item--heading-back-link" data-item="secondaryHeading" aria-label="Back"> <span class="icon icon-new icon-arrow-long back-link-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </span> <span class="drawer-menu__link without-link"> <span class="fs-body-300">Currency</span> </span> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="DZ"> <span class="flag-icon flag-icon-dz"></span> <span>Algeria (DZD د.ج)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="AO"> <span class="flag-icon flag-icon-ao"></span> <span>Angola (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="AR"> <span class="flag-icon flag-icon-ar"></span> <span>Argentina (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="AC"> <span class="flag-icon flag-icon-ac"></span> <span>Ascension Island (SHP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="AU"> <span class="flag-icon flag-icon-au"></span> <span>Australia (AUD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BE"> <span class="flag-icon flag-icon-be"></span> <span>Belgium (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BJ"> <span class="flag-icon flag-icon-bj"></span> <span>Benin (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BO"> <span class="flag-icon flag-icon-bo"></span> <span>Bolivia (BOB Bs.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BW"> <span class="flag-icon flag-icon-bw"></span> <span>Botswana (BWP P)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BR"> <span class="flag-icon flag-icon-br"></span> <span>Brazil (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="IO"> <span class="flag-icon flag-icon-io"></span> <span>British Indian Ocean Territory (USD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BG"> <span class="flag-icon flag-icon-bg"></span> <span>Bulgaria (BGN лв.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BF"> <span class="flag-icon flag-icon-bf"></span> <span>Burkina Faso (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="BI"> <span class="flag-icon flag-icon-bi"></span> <span>Burundi (BIF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CM"> <span class="flag-icon flag-icon-cm"></span> <span>Cameroon (XAF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CA"> <span class="flag-icon flag-icon-ca"></span> <span>Canada (CAD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CV"> <span class="flag-icon flag-icon-cv"></span> <span>Cape Verde (CVE $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CF"> <span class="flag-icon flag-icon-cf"></span> <span>Central African Republic (XAF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TD"> <span class="flag-icon flag-icon-td"></span> <span>Chad (XAF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CL"> <span class="flag-icon flag-icon-cl"></span> <span>Chile (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CX"> <span class="flag-icon flag-icon-cx"></span> <span>Christmas Island (AUD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CO"> <span class="flag-icon flag-icon-co"></span> <span>Colombia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="KM"> <span class="flag-icon flag-icon-km"></span> <span>Comoros (KMF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CG"> <span class="flag-icon flag-icon-cg"></span> <span>Congo - Brazzaville (XAF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CD"> <span class="flag-icon flag-icon-cd"></span> <span>Congo - Kinshasa (CDF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CI"> <span class="flag-icon flag-icon-ci"></span> <span>Côte d’Ivoire (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="HR"> <span class="flag-icon flag-icon-hr"></span> <span>Croatia (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CY"> <span class="flag-icon flag-icon-cy"></span> <span>Cyprus (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="CZ"> <span class="flag-icon flag-icon-cz"></span> <span>Czechia (CZK Kč)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="DK"> <span class="flag-icon flag-icon-dk"></span> <span>Denmark (DKK kr.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="DJ"> <span class="flag-icon flag-icon-dj"></span> <span>Djibouti (DJF Fdj)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="EC"> <span class="flag-icon flag-icon-ec"></span> <span>Ecuador (USD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="EG"> <span class="flag-icon flag-icon-eg"></span> <span>Egypt (EGP ج.م)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GQ"> <span class="flag-icon flag-icon-gq"></span> <span>Equatorial Guinea (XAF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ER"> <span class="flag-icon flag-icon-er"></span> <span>Eritrea (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="EE"> <span class="flag-icon flag-icon-ee"></span> <span>Estonia (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SZ"> <span class="flag-icon flag-icon-sz"></span> <span>Eswatini (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ET"> <span class="flag-icon flag-icon-et"></span> <span>Ethiopia (ETB Br)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="FK"> <span class="flag-icon flag-icon-fk"></span> <span>Falkland Islands (FKP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="FJ"> <span class="flag-icon flag-icon-fj"></span> <span>Fiji (FJD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="FI"> <span class="flag-icon flag-icon-fi"></span> <span>Finland (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="FR"> <span class="flag-icon flag-icon-fr"></span> <span>France (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GF"> <span class="flag-icon flag-icon-gf"></span> <span>French Guiana (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TF"> <span class="flag-icon flag-icon-tf"></span> <span>French Southern Territories (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GA"> <span class="flag-icon flag-icon-ga"></span> <span>Gabon (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GM"> <span class="flag-icon flag-icon-gm"></span> <span>Gambia (GMD D)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GH"> <span class="flag-icon flag-icon-gh"></span> <span>Ghana (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GR"> <span class="flag-icon flag-icon-gr"></span> <span>Greece (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GN"> <span class="flag-icon flag-icon-gn"></span> <span>Guinea (GNF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GW"> <span class="flag-icon flag-icon-gw"></span> <span>Guinea-Bissau (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GY"> <span class="flag-icon flag-icon-gy"></span> <span>Guyana (GYD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="HU"> <span class="flag-icon flag-icon-hu"></span> <span>Hungary (HUF Ft)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="IS"> <span class="flag-icon flag-icon-is"></span> <span>Iceland (ISK kr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="IE"> <span class="flag-icon flag-icon-ie"></span> <span>Ireland (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="IT"> <span class="flag-icon flag-icon-it"></span> <span>Italy (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="KE"> <span class="flag-icon flag-icon-ke"></span> <span>Kenya (KES KSh)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="KI"> <span class="flag-icon flag-icon-ki"></span> <span>Kiribati (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LV"> <span class="flag-icon flag-icon-lv"></span> <span>Latvia (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LS"> <span class="flag-icon flag-icon-ls"></span> <span>Lesotho (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LR"> <span class="flag-icon flag-icon-lr"></span> <span>Liberia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LY"> <span class="flag-icon flag-icon-ly"></span> <span>Libya (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LT"> <span class="flag-icon flag-icon-lt"></span> <span>Lithuania (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="LU"> <span class="flag-icon flag-icon-lu"></span> <span>Luxembourg (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MG"> <span class="flag-icon flag-icon-mg"></span> <span>Madagascar (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MW"> <span class="flag-icon flag-icon-mw"></span> <span>Malawi (MWK MK)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ML"> <span class="flag-icon flag-icon-ml"></span> <span>Mali (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MT"> <span class="flag-icon flag-icon-mt"></span> <span>Malta (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MR"> <span class="flag-icon flag-icon-mr"></span> <span>Mauritania (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MU"> <span class="flag-icon flag-icon-mu"></span> <span>Mauritius (MUR ₨)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="YT"> <span class="flag-icon flag-icon-yt"></span> <span>Mayotte (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MA"> <span class="flag-icon flag-icon-ma"></span> <span>Morocco (MAD د.م.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="MZ"> <span class="flag-icon flag-icon-mz"></span> <span>Mozambique (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NA"> <span class="flag-icon flag-icon-na"></span> <span>Namibia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NL"> <span class="flag-icon flag-icon-nl"></span> <span>Netherlands (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NZ"> <span class="flag-icon flag-icon-nz"></span> <span>New Zealand (NZD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NE"> <span class="flag-icon flag-icon-ne"></span> <span>Niger (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NG"> <span class="flag-icon flag-icon-ng"></span> <span>Nigeria (NGN ₦)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="NO"> <span class="flag-icon flag-icon-no"></span> <span>Norway (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="PY"> <span class="flag-icon flag-icon-py"></span> <span>Paraguay (PYG ₲)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="PE"> <span class="flag-icon flag-icon-pe"></span> <span>Peru (PEN S/.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="PL"> <span class="flag-icon flag-icon-pl"></span> <span>Poland (PLN zł)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="PT"> <span class="flag-icon flag-icon-pt"></span> <span>Portugal (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="RE"> <span class="flag-icon flag-icon-re"></span> <span>Réunion (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="RO"> <span class="flag-icon flag-icon-ro"></span> <span>Romania (RON Lei)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="RW"> <span class="flag-icon flag-icon-rw"></span> <span>Rwanda (RWF FRw)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ST"> <span class="flag-icon flag-icon-st"></span> <span>São Tomé &amp; Príncipe (STD Db)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SN"> <span class="flag-icon flag-icon-sn"></span> <span>Senegal (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SC"> <span class="flag-icon flag-icon-sc"></span> <span>Seychelles (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SL"> <span class="flag-icon flag-icon-sl"></span> <span>Sierra Leone (SLL Le)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SG"> <span class="flag-icon flag-icon-sg"></span> <span>Singapore (SGD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SK"> <span class="flag-icon flag-icon-sk"></span> <span>Slovakia (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SO"> <span class="flag-icon flag-icon-so"></span> <span>Somalia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ZA"> <span class="flag-icon flag-icon-za"></span> <span>South Africa (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GS"> <span class="flag-icon flag-icon-gs"></span> <span>South Georgia &amp; South Sandwich Islands (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SS"> <span class="flag-icon flag-icon-ss"></span> <span>South Sudan (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ES"> <span class="flag-icon flag-icon-es"></span> <span>Spain (EUR €)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SH"> <span class="flag-icon flag-icon-sh"></span> <span>St. Helena (SHP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SD"> <span class="flag-icon flag-icon-sd"></span> <span>Sudan (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SR"> <span class="flag-icon flag-icon-sr"></span> <span>Suriname (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="SE"> <span class="flag-icon flag-icon-se"></span> <span>Sweden (SEK kr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TZ"> <span class="flag-icon flag-icon-tz"></span> <span>Tanzania (TZS Sh)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TG"> <span class="flag-icon flag-icon-tg"></span> <span>Togo (XOF Fr)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TO"> <span class="flag-icon flag-icon-to"></span> <span>Tonga (TOP T$)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TA"> <span class="flag-icon flag-icon-ta"></span> <span>Tristan da Cunha (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="TN"> <span class="flag-icon flag-icon-tn"></span> <span>Tunisia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="UG"> <span class="flag-icon flag-icon-ug"></span> <span>Uganda (UGX USh)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="AE"> <span class="flag-icon flag-icon-ae"></span> <span>United Arab Emirates (AED د.إ)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="GB"> <span class="flag-icon flag-icon-gb"></span> <span>United Kingdom (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="US"> <span class="flag-icon flag-icon-us"></span> <span>United States (USD $)</span> <span class="icon icon-new icon-checkmark drawer-menu__checkmark-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="UY"> <span class="flag-icon flag-icon-uy"></span> <span>Uruguay (UYU $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="VE"> <span class="flag-icon flag-icon-ve"></span> <span>Venezuela (USD $)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="EH"> <span class="flag-icon flag-icon-eh"></span> <span>Western Sahara (MAD د.م.)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ZM"> <span class="flag-icon flag-icon-zm"></span> <span>Zambia (GBP £)</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="currency" data-value="ZW"> <span class="flag-icon flag-icon-zw"></span> <span>Zimbabwe (USD $)</span> </a> </li></ul> </li> <li class="drawer-menu__item localization-item-trigger" data-list-item> <a class="drawer-menu__link fs-body-50" href="#" data-item="viewLanguage"> <span class="icon icon-new icon-globe "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22.305c5.692 0 10.305-4.614 10.305-10.305S17.692 1.695 12 1.695C6.31 1.695 1.695 6.309 1.695 12S6.309 22.305 12 22.305zM2.454 8.826h19.092M2.454 15.174h19.092" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/> <path d="M12 1.518c5.256 6.988 5.256 13.975 0 20.965M12 1.518c-5.255 6.988-5.255 13.975 0 20.965" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10"/></svg> </span> <span class="drawer-menu__link--label">English</span> </a> <ul class="drawer-menu__list drawer-menu__list--sub drawer-menu__list--language-selector"> <li class="drawer-menu__item drawer-menu__item--heading"> <span class="drawer-menu__item--heading-back-link" data-item="secondaryHeading" aria-label="Back"> <span class="icon icon-new icon-arrow-long back-link-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </span> <span class="drawer-menu__link without-link"> <span class="icon icon-new icon-chevron-left "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"></svg> </span> <span class="fs-body-300">Language</span> </span> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="locale" data-value="en"> <span>English</span> <span class="icon icon-new icon-checkmark drawer-menu__checkmark-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="locale" data-value="fr"> <span>français</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="locale" data-value="es"> <span>Español</span> </a> </li> <li class="drawer-menu__item localization-item" data-list-item> <a class="drawer-menu__link drawer-menu__link--cb" href="#" data-item="locale" data-value="it"> <span>Italiano</span> </a> </li></ul> </li> </ul> <input type="hidden" name="country_code" id="CurrencySelector" value="US" data-currency-input /> <input type="hidden" name="locale_code" id="LocaleSelector" value="en" data-locale-input /> </form><link rel="preload" fetchpriority="low" href="//aquapac.net/cdn/shop/t/4/assets/partial-flag-icons.css?v=164190940160091988681700910796" as="style" onload="this.onload=null;this.rel='stylesheet'" > <noscript ><link rel="stylesheet" href="//aquapac.net/cdn/shop/t/4/assets/partial-flag-icons.css?v=164190940160091988681700910796" ></noscript></div> </div> </div> </section> </header> <script> // Set heading height at component level const header = document.querySelector('[data-section-type="header"]'); document.documentElement.style.setProperty('--height-header', header.offsetHeight + 'px'); </script><div class=" purchase-confirmation-popup animation animation--purchase-confirmation " data-purchase-confirmation-popup > <div class="purchase-confirmation-popup__inner"></div> </div><div class="flash-alert" data-flash-alert> <div class="flash-alert__container ff-body fs-body-100"></div> </div> </div> <!-- END sections: header-group --> <!-- BEGIN sections: overlay-group --> <div id="shopify-section-sections--20171934662988__quick-cart" class="shopify-section shopify-section-group-overlay-group"><div class=" quick-cart animation animation--quick-cart " data-section-id="sections--20171934662988__quick-cart" data-section-type="quick-cart" > <div class="quick-cart__wrapper"> <div class="quick-cart__overlay"></div> <div class="quick-cart__container"> <div class="quick-cart__header"> <h2 class="quick-cart__heading ff-heading fs-heading-5-base"> Your cart </h2> <button type="button" data-modal-close class="quick-cart__close-icon" aria-label="Close" > <span class="icon-button icon-button-close icon-button--small " > <span class="icon-button__icon"> <span class="icon icon-new icon-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg> </span> </span> </span> </button> </div><div class="quick-cart__empty-state"> <h3 class="quick-cart__empty-state-heading ff-heading fs-heading fs-heading-4-base"> Your cart is empty </h3><div class="quick-cart__empty-state-promot-text rte ff-body fs-body-100"> <p>Check out these collections.</p> </div> <div class="button-block__button button-block__button--justify-center button-block__button--justify-mobile-center quick-cart__empty-state-promo-button" ><a href="/collections/bestsellers" class=" btn btn--secondary" > <span>Bestsellers</span> </a> </div> </div></div> </div> </div> </div><div id="shopify-section-sections--20171934662988__popup" class="shopify-section shopify-section-group-overlay-group"> </div> <!-- END sections: overlay-group --> <div id="MainQuickSearch" class="quick-search" data-quick-search aria-hidden="true" > <div class="quick-search__overlay" data-overlay></div> <div class="quick-search__container"> <button type="button" class="quick-search__close" aria-label="Close" data-close-icon > <span class="icon-button icon-button-close icon-button--small " > <span class="icon-button__icon"> <span class="icon icon-new icon-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg> </span> </span> </span> </button> <form action="/search" class="quick-search__form" autocomplete="off" data-quick-search-form data-scroll-lock-ignore > <div class="quick-search__bar"> <div class="quick-search__bar-inner"> <label for="search" class="visually-hidden" aria-label="What are you looking for?"></label> <div class="quick-search__actions"> <button class="quick-search__submit" type="submit" aria-label="Search"> <span class="icon icon-new icon-search "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.165 18.808a8.745 8.745 0 1 0 0-17.49 8.745 8.745 0 0 0 0 17.49z" stroke="currentColor" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round"/> <path d="m16.5 16.5 5.363 5.362" stroke="currentColor" stroke-width="1.6" stroke-miterlimit="10"/></svg> </span> </button> </div> <input class="quick-search__input" id="search" type="text" name="q" placeholder="What are you looking for?" data-input > <input type="hidden" name="options[prefix]" value="last"> <div class="quick-search__actions"> <button class="quick-search__clear fs-body-50" type="button" data-clear> Clear </button> </div> </div> </div> <div class="quick-search__results-wrapper"> <div class="quick-search__results" data-results></div> </div><div class="quick-search__footer"> <button type="submit" class="btn btn--primary btn--full">View all results</button> </div> </form> </div> </div> <div class="header-overlay" data-header-overlay> <div class="header-overlay__inner"></div> </div> <main id="main" class="main"> <section id="shopify-section-template--20171934400844__main" class="shopify-section main-product-section"><link href="//aquapac.net/cdn/shop/t/4/assets/partial-shopify-product-reviews.css?v=4581311005756791441700910796" rel="stylesheet" type="text/css" media="all" /> <div class=" product " data-section-id="template--20171934400844__main" data-section-type="product" data-current-product-id="47615396544844" data-product-has-only-default-variant="true" data-enable-sticky-container="true" data-loop-mobile-carousel="true" data-gallery-size="medium" data-enable-multiple-variant-media="false" data-initial-media-id="45768143012172" data-is-full-product="true" data-product-handle="flotation-device-for-most-aquapac-phone-cases" > <div class="product__top product__primary"> <div class="product__primary-left"> <div class="product__media-container below-mobile carousel swiper lightbox-media-container"> <div class="product__media carousel__wrapper swiper-wrapper"> <div class="product__media-item carousel_slide swiper-slide" data-is-featured="true" data-slide-index="0" data-media-item-id="45768143012172" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768143012172" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" fetchpriority="high" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=320" srcset="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=100&v=1707214333&width=100 100w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=150&v=1707214333&width=150 150w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=200&v=1707214333&width=200 200w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=240&v=1707214333&width=240 240w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=280&v=1707214333&width=280 280w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=300&v=1707214333&width=300 300w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=360&v=1707214333&width=360 360w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=400&v=1707214333&width=400 400w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=450&v=1707214333&width=450 450w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=500&v=1707214333&width=500 500w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=550&v=1707214333&width=550 550w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=600&v=1707214333&width=600 600w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=650&v=1707214333&width=650 650w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=700&v=1707214333&width=700 700w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=750&v=1707214333&width=750 750w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=800&v=1707214333&width=800 800w" sizes="90vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div><div class="product__media-item carousel_slide swiper-slide" data-is-featured="false" data-slide-index="1" data-media-item-id="45768143044940" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768143044940" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347&width=320" srcset="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=100&v=1707214347&width=100 100w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=150&v=1707214347&width=150 150w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=200&v=1707214347&width=200 200w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=240&v=1707214347&width=240 240w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=280&v=1707214347&width=280 280w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=300&v=1707214347&width=300 300w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=360&v=1707214347&width=360 360w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=400&v=1707214347&width=400 400w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=450&v=1707214347&width=450 450w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=500&v=1707214347&width=500 500w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=550&v=1707214347&width=550 550w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=600&v=1707214347&width=600 600w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=650&v=1707214347&width=650 650w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=700&v=1707214347&width=700 700w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=750&v=1707214347&width=750 750w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=800&v=1707214347&width=800 800w" sizes="90vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div><div class="product__media-item carousel_slide swiper-slide" data-is-featured="false" data-slide-index="2" data-media-item-id="45768438251852" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768438251852" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379&width=320" srcset="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=100&v=1707216379&width=100 100w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=150&v=1707216379&width=150 150w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=200&v=1707216379&width=200 200w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=240&v=1707216379&width=240 240w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=280&v=1707216379&width=280 280w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=300&v=1707216379&width=300 300w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=360&v=1707216379&width=360 360w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=400&v=1707216379&width=400 400w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=450&v=1707216379&width=450 450w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=500&v=1707216379&width=500 500w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=550&v=1707216379&width=550 550w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=600&v=1707216379&width=600 600w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=650&v=1707216379&width=650 650w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=700&v=1707216379&width=700 700w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=750&v=1707216379&width=750 750w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=800&v=1707216379&width=800 800w" sizes="90vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div> </div> <div class="swiper-pagination"></div> </div> <div class="product__media-container above-mobile lightbox-media-container" data-gallery-style="thumbnails" > <div class="product-thumbnails" data-product-thumbnails data-scroll-container data-at-start="true" data-at-end="false" data-axis="vertical" > <button class="scroll-button" data-position="start" data-direction="backwards" title="Up" > <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> <div class="product-thumbnails__viewport" data-scroll-container-viewport> <div class="scroll-sentinal scroll-sentinal--start" data-position="start"></div> <ul class="product-thumbnails__items"> <li class="product-thumbnails__item"> <button type="button" class="product-thumbnails__item-link active" data-thumbnail-id="45768143012172" data-product-thumbnail aria-label="Change image to image 1" > <div class=" image product-thumbnails__item-image aspect-ratio--square animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=320" srcset="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=100&v=1707214333&width=100 100w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=150&v=1707214333&width=150 150w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=200&v=1707214333&width=200 200w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=240&v=1707214333&width=240 240w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=280&v=1707214333&width=280 280w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=300&v=1707214333&width=300 300w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=360&v=1707214333&width=360 360w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=400&v=1707214333&width=400 400w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=450&v=1707214333&width=450 450w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=500&v=1707214333&width=500 500w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=550&v=1707214333&width=550 550w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=600&v=1707214333&width=600 600w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=650&v=1707214333&width=650 650w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=700&v=1707214333&width=700 700w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=750&v=1707214333&width=750 750w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=800&v=1707214333&width=800 800w" sizes="" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </button> </li> <li class="product-thumbnails__item"> <button type="button" class="product-thumbnails__item-link" data-thumbnail-id="45768143044940" data-product-thumbnail aria-label="Change image to image 2" > <div class=" image product-thumbnails__item-image aspect-ratio--square animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347&width=320" srcset="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=100&v=1707214347&width=100 100w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=150&v=1707214347&width=150 150w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=200&v=1707214347&width=200 200w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=240&v=1707214347&width=240 240w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=280&v=1707214347&width=280 280w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=300&v=1707214347&width=300 300w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=360&v=1707214347&width=360 360w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=400&v=1707214347&width=400 400w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=450&v=1707214347&width=450 450w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=500&v=1707214347&width=500 500w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=550&v=1707214347&width=550 550w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=600&v=1707214347&width=600 600w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=650&v=1707214347&width=650 650w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=700&v=1707214347&width=700 700w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=750&v=1707214347&width=750 750w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=800&v=1707214347&width=800 800w" sizes="" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </button> </li> <li class="product-thumbnails__item"> <button type="button" class="product-thumbnails__item-link" data-thumbnail-id="45768438251852" data-product-thumbnail aria-label="Change image to image 3" > <div class=" image product-thumbnails__item-image aspect-ratio--square animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379&width=320" srcset="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=100&v=1707216379&width=100 100w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=150&v=1707216379&width=150 150w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=200&v=1707216379&width=200 200w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=240&v=1707216379&width=240 240w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=280&v=1707216379&width=280 280w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=300&v=1707216379&width=300 300w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=360&v=1707216379&width=360 360w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=400&v=1707216379&width=400 400w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=450&v=1707216379&width=450 450w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=500&v=1707216379&width=500 500w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=550&v=1707216379&width=550 550w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=600&v=1707216379&width=600 600w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=650&v=1707216379&width=650 650w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=700&v=1707216379&width=700 700w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=750&v=1707216379&width=750 750w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=800&v=1707216379&width=800 800w" sizes="" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </button> </li> </ul> <div class="scroll-sentinal scroll-sentinal--end" data-position="end"></div> </div> <button class="scroll-button" data-position="end" data-direction="forwards" title="Down" > <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> </div> <div class="product__media" > <div class=" product__media-item animation--product-media " data-media-item-id="45768143012172" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768143012172" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square image--animate animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?v=1707214333&width=320" srcset="//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=100&v=1707214333&width=100 100w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=150&v=1707214333&width=150 150w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=200&v=1707214333&width=200 200w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=240&v=1707214333&width=240 240w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=280&v=1707214333&width=280 280w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=300&v=1707214333&width=300 300w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=360&v=1707214333&width=360 360w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=400&v=1707214333&width=400 400w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=450&v=1707214333&width=450 450w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=500&v=1707214333&width=500 500w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=550&v=1707214333&width=550 550w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=600&v=1707214333&width=600 600w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=650&v=1707214333&width=650 650w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=700&v=1707214333&width=700 700w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=750&v=1707214333&width=750 750w, //aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=800&v=1707214333&width=800 800w" sizes="56vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div><div class=" product__media-item hidden animation--product-media " data-media-item-id="45768143044940" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768143044940" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square image--animate animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?v=1707214347&width=320" srcset="//aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=100&v=1707214347&width=100 100w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=150&v=1707214347&width=150 150w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=200&v=1707214347&width=200 200w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=240&v=1707214347&width=240 240w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=280&v=1707214347&width=280 280w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=300&v=1707214347&width=300 300w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=360&v=1707214347&width=360 360w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=400&v=1707214347&width=400 400w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=450&v=1707214347&width=450 450w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=500&v=1707214347&width=500 500w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=550&v=1707214347&width=550 550w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=600&v=1707214347&width=600 600w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=650&v=1707214347&width=650 650w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=700&v=1707214347&width=700 700w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=750&v=1707214347&width=750 750w, //aquapac.net/cdn/shop/files/991FD-1pack_1.jpg?crop=center&height=800&v=1707214347&width=800 800w" sizes="56vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div><div class=" product__media-item hidden animation--product-media " data-media-item-id="45768438251852" data-media-type="image" data-product-media-wrapper data-aspect-ratio="square" > <div class=" media media--has-lightbox " data-media-id="45768438251852" data-media-type="image" ><a href="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379" class="lightbox-image no-transition" data-pswp-src="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379" data-pswp-width="800" data-pswp-height="800"> <div class=" image aspect-ratio--square image--animate animation--lazy-load " style="" > <img alt="Flotation Device - for most Aquapac Phone cases" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?v=1707216379&width=320" srcset="//aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=100&v=1707216379&width=100 100w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=150&v=1707216379&width=150 150w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=200&v=1707216379&width=200 200w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=240&v=1707216379&width=240 240w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=280&v=1707216379&width=280 280w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=300&v=1707216379&width=300 300w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=360&v=1707216379&width=360 360w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=400&v=1707216379&width=400 400w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=450&v=1707216379&width=450 450w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=500&v=1707216379&width=500 500w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=550&v=1707216379&width=550 550w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=600&v=1707216379&width=600 600w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=650&v=1707216379&width=650 650w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=700&v=1707216379&width=700 700w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=750&v=1707216379&width=750 750w, //aquapac.net/cdn/shop/files/334ontowelMS.jpg?crop=center&height=800&v=1707216379&width=800 800w" sizes="56vw" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> </a></div> </div> </div> </div> <div class="left-side-blocks for-desktop"> <div class="accordion " > <div class="accordion__inner" data-index="" data-open="true" > <button class="accordion__label" aria-expanded="true" aria-controls="description" > <h3 class="ff-heading fs-heading-5-base"> Description </h3> <div class="accordion__label-icons"> <span class="icon icon-new icon-plus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H12M23 12H12M12 12V1M12 12V23" stroke="currentColor" stroke-width="2"/></svg> </span> <span class="icon icon-new icon-minus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H23" stroke="currentColor" stroke-width="2"/></svg> </span> </div> </button> <div class="accordion__content fs-body-100 rte non-page-rte" aria-hidden="false" id="accordion-content-description" > <p class="x_MsoNormal"><span>This floatation device can be easily and quickly attached to the lanyard/carry cord</span></p> <p class="x_MsoNormal"><span>used on all Aquapac phone cases. Made from plastizoate foam it will make any phone float</span></p> <p class="x_MsoNormal"><span>inside an Aquapac case. </span></p> <p class="x_MsoNormal"><span>The Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz.</span></p> <p class="x_MsoNormal"><span>Supplied with cable tie for secure attachment.</span></p> <p class="x_MsoNormal"><span>Flotation device measures 12cms / 4.7”x 2.5cms / 1”  in diameter.</span></p> <p class="x_MsoNormal"><span> C</span><span>ode 991  </span></p> <p class="x_MsoNormal"><span> </span></p> </div> </div> </div> </div> </div> <div class="product__details product__primary-right"> <div class="product__meta" data-sticky-container> <div class="product__block product__block--product-header product__block--with-divider" ><div class="product__block--product-header-inner"> <div class=" product-badges product-badges--position-top product-badges--position-left " > </div> <h1 class="product__title ff-heading fs-heading-4-base fs-heading-3-base-ns">Flotation Device - for most Aquapac Phone cases</h1> <!-- Start of Judge.me code --> <div style='' class='jdgm-widget jdgm-preview-badge' data-id='8837369135436' data-auto-install='false'> </div> <!-- End of Judge.me code --> <div class="product__price-and-ratings" data-show-price="true" data-show-product-rating="true" data-zero-price-display="show" data-custom-price-content="Free" > <div class="product__price fs-body-100"><span class="visually-hidden" data-compare-text>Regular price</span> <s data-compare-price></s> <span data-price> $5.00</span><span data-discount-display class="product__price-displayed-discount fs-body-50"> </span><dl data-unit-price-container class="unit-price"> <dt> <span class="visually-hidden visually-hidden--inline">Unit price</span> </dt> <dd class="unit-price__price"><span data-unit-price></span><span aria-hidden="true">/</span ><span class="visually-hidden">per&nbsp;</span><span data-unit-base><span data-unit-price-base-unit></span></span> </dd> </dl> </div> </div><div hidden class="visually-hidden" variant-discount-display variant-id="47615396544844"> </div></div> </div> <div class="product__block product__block-callouts-mini product__callouts-mini product__block--medium" > <div class="product__callouts-mini-items" data-with-box="" data-with-dividers="" > <div class="product__callouts-mini-item fs-body-75"> <span class="icon icon-new icon-moving-truck product__callouts-item-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.931 16.842H2.823V5.968h11.613v10.874H8.388" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"/> <path d="M6.677 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/> <path d="M19.753 16.842h1.895v-6.66L19.25 7.786h-4.814v9.057h1.86" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"/> <path d="M19.517 12.887h-2.956V9.852h1.91l1.046 1.046v1.99zM5.291 11.405h5.92M9.543 13.588l2.42-2.183-2.42-2.183M18.042 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/></svg> </span> <div class="product__callouts-mini-item-text "> Fast Shipping </div> </div> <div class="product__callouts-mini-item fs-body-75"> <span class="icon icon-new icon-padlock product__callouts-item-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.215 8.989V6.862a2.215 2.215 0 1 0-4.43 0v2.127" stroke="currentColor" stroke-width="1.018" stroke-miterlimit="10"/> <path d="M16.204 9.07V6.804a4.204 4.204 0 1 0-8.408 0V9.07" stroke="currentColor" stroke-width="1.018" stroke-miterlimit="10"/> <path d="M18.461 9.167H5.54v11.698h12.922V9.167z" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M12.889 18.077v-3.29c.5-.303.837-.846.837-1.473a1.727 1.727 0 1 0-3.454 0c0 .627.337 1.17.837 1.473v3.29h1.78z" stroke="currentColor" stroke-width=".966" stroke-miterlimit="10"/></svg> </span> <div class="product__callouts-mini-item-text "> Secure payment </div> </div> </div> </div> <a class="product__information-popup product__block product__block--medium fs-body-75" data-popup-trigger data-modal-content-id="modal-flotation-device-for-most-aquapac-phone-cases-af681ff7-f34e-47e1-8d5f-9279987e6e33" href="/pages/flotation-device-for-most-aquapac-phone-cases" ><span class="icon icon-new icon-measuring-tape "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.343 16.812H3.219v-4.415h14.124" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/> <path d="M11.903 16.705v-2.369M6.438 16.705v-2.369M9.17 16.705v-1.51M14.635 16.705v-1.51M17.368 16.705v-2.369" stroke="currentColor" stroke-width=".934" stroke-miterlimit="10"/> <path d="M17.343 16.812a2.882 2.882 0 0 0 2.882-2.882V9.515" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/> <path d="M8.816 12.397a2.882 2.882 0 1 1 0-5.764h8.527a2.882 2.882 0 1 1 0 5.764" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/> <path d="M8.81 9.515h8.54" stroke="currentColor" stroke-width=".934" stroke-miterlimit="10"/></svg> </span> Size Guide </a> <div id="modal-flotation-device-for-most-aquapac-phone-cases-af681ff7-f34e-47e1-8d5f-9279987e6e33" class="information-popup__content modal-content" aria-modal="true" > <h2 class="ff-heading fs-heading-2-base">Flotation Device - for most Aquapac Phone cases</h2> <div><img data-mce-fragment="1" alt="" src="https://cdn.shopify.com/s/files/1/0791/1981/0892/files/991_FD-1_Flotation_Device_480x480.png?v=1706210573" style="display: block; margin-left: auto; margin-right: auto;" data-mce-src="https://cdn.shopify.com/s/files/1/0791/1981/0892/files/991_FD-1_Flotation_Device_480x480.png?v=1706210573"></div> </div> <div class="product__controls-group product__controls-group-quantity product__block product__block--medium" > <div class="product__label-wrapper"> <label class="product__label fs-body-100" for="Quantity-Input-8837369135436"> Quantity </label> </div> <div class="product__item"> <div class="quantity-input"> <button type="button" class="quantity-input__button product__quantity-subtract-item" data-subtract-quantity aria-label="Add product quantity" > <span class="icon icon-new icon-minus-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 10.75H.25v2.5H1.5v-2.5zm21 2.5h1.25v-2.5H22.5v2.5zm-21 0H12v-2.5H1.5v2.5zm10.5 0h10.5v-2.5H12v2.5z" fill="currentColor"/></svg> </span> </button> <label class="visually-hidden" for="Quantity-Input-8837369135436">Quantity</label> <input type="number" name="updates[]" id="Quantity-Input-8837369135436" value="1" min="1" pattern="[0-9]*" class="quantity-input__input" data-quantity-input aria-label="Product quantity" > <button type="button" class="quantity-input__button product__quantity-add-item" data-add-quantity aria-label="Subtract product quantity" > <span class="icon icon-new icon-plus-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.25 1.5V.25h-2.5V1.5h2.5zm-2.5 21v1.25h2.5V22.5h-2.5zM1.5 10.75H.25v2.5H1.5v-2.5zm21 2.5h1.25v-2.5H22.5v2.5zm-21 0H12v-2.5H1.5v2.5zm10.5 0h10.5v-2.5H12v2.5zM10.75 1.5V12h2.5V1.5h-2.5zm0 10.5v10.5h2.5V12h-2.5z" fill="currentColor"/></svg> </span> </button> </div> </div> </div> <div class="product__quantity-error product__block product__block--medium hidden" data-quantity-error data-fallback-error-message="Quantity selected exceeds current stock" > Quantity selected exceeds current stock </div> <form method="post" action="/cart/add" id="product_form_8837369135436" accept-charset="UTF-8" class="product-form product-form-template--20171934400844__main " enctype="multipart/form-data" novalidate="novalidate" data-product-form="" data-product-handle="flotation-device-for-most-aquapac-phone-cases" data-current-product-id="47615396544844"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class="product-form__quantity"> <div class="product__label-wrapper"> <label class="product__label " for="Quantity-Input-8837369135436"> Quantity </label> </div> <input type="number" id="Quantity-8837369135436" name="quantity" value="1" min="1" pattern="[0-9]*" class="input product-form__input product-form__input--quantity" aria-label="Product quantity" > </div> <div class="product-form__variants"> <select name="id" class="input" id="variant-selector" data-variant-select ><option value="47615396544844"selected="selected"> Default Title </option></select> </div> <div class="product-form__controls-group product-form__controls-group--submit" > <div class=" product-form__item product-form__item--submit product-form__item--no-variants" > <button type="submit" name="add" aria-label="Add to Cart" class="product-form__cart-submit btn btn--medium btn--full btn--primary" data-add-to-cart data-lang-available="Add to Cart" data-lang-unavailable="Unavailable" data-lang-sold-out="Sold out" > <span data-add-to-cart-text>Add to Cart </span> <div class="btn__loading-wrap"> <div class="btn__loading-bar"></div> </div> <span class="icon icon-new icon-checkmark "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </button><div class="product-form__shop-pay fs-body-75"></div> <div class="store-availability-container__wrapper" data-store-availability-container data-base-url="https://aquapac.net/" ></div></div> </div><input type="hidden" name="product-id" value="8837369135436" /><input type="hidden" name="section-id" value="template--20171934400844__main" /></form> <div class="product__policies rte" data-product-policies>Tax included. <a href="/policies/shipping-policy">Shipping</a> calculated at checkout. </div> <div class="product-block-social-share product__block product__block--medium" > <div class=" social-share social-sharing--align-horizontal-left social-sharing--align-vertical-below " > <button type="button" class="btn btn--small social-share__button" aria-expanded="false" aria-controls="social-sharing--flotation-device-for-most-aquapac-phone-cases" ><span class="icon icon-new icon-share "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.04 8.828H4v14.414h15.845V8.828h-4.04M12 16.855V2.368M16 5.924l-4.024-4.316L7.95 5.924" stroke="currentColor" stroke-width="1.496" stroke-miterlimit="10"/></svg> </span> Share </button> <div id="social-sharing--flotation-device-for-most-aquapac-phone-cases" class="social-sharing__popup" aria-hidden="true" > <div class="social-share__input-wrapper"> <input type="text" class="social-share__input" value="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases" readonly > <button type="button" class="social-share__copy-url" aria-label="Copy link" data-url="https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases" data-error-message="Error copying link." data-success-message="Link copied!" ><span class="icon icon-new icon-copy "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.562 5.574H3.404v17.31h14.158V5.575z" stroke="currentColor" stroke-width="1.513" stroke-miterlimit="10"/> <path d="M17.731 19.424h3.748V.919H7.326v4.655" stroke="currentColor" stroke-width="1.513" stroke-miterlimit="10"/></svg> </span> </button> <div class="social-share__success-message social-share__success-message--hidden" role="alert"> Link copied! </div> </div> <div class="social-share__icons"> <div class="share-icons" data-share="Share"> <a target="_blank" rel="noopener" class="btn btn--x-small share-icons__icon" href="//twitter.com/intent/tweet?text=Flotation%20Device%20-%20for%20most%20Aquapac%20Phone%20cases&amp;url=https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases" > <span class="icon icon-new icon-twitter "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M13.903 10.464 21.348 2h-1.764l-6.465 7.35L7.955 2H2l7.808 11.114L2 21.99h1.764l6.828-7.761 5.452 7.76H22l-8.098-11.525Zm-2.417 2.747-.791-1.106L4.4 3.299h2.71l5.08 7.107.791 1.106 6.604 9.238h-2.71l-5.389-7.538Z"/></svg> </span> <span class="share-icons__label">Post</span> </a> <a target="_blank" rel="noopener" class="btn btn--x-small share-icons__icon" href="//www.facebook.com/sharer.php?u=https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases" > <span class="icon icon-new icon-facebook "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg> </span> <span class="share-icons__label">Share</span> </a> <a target="_blank" rel="noopener" class="btn btn--x-small share-icons__icon" href="//pinterest.com/pin/create/button/?url=https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases&amp;media=//aquapac.net/cdn/shop/files/991FDflotationdevice_1.jpg?crop=center&height=1024&v=1707214333&width=1024&amp;description=Flotation%20Device%20-%20for%20most%20Aquapac%20Phone%20cases" > <span class="icon icon-new icon-pinterest "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.237,2.636,7.855,6.356,9.312c-0.087-0.791-0.167-2.005,0.035-2.868 c0.182-0.78,1.172-4.971,1.172-4.971s-0.299-0.599-0.299-1.484c0-1.391,0.806-2.428,1.809-2.428c0.853,0,1.265,0.641,1.265,1.408 c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.143-1.874,3.143-4.579 c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282 c0.082,0.099,0.093,0.186,0.069,0.287c-0.076,0.316-0.244,0.995-0.277,1.134c-0.043,0.183-0.145,0.222-0.334,0.133 c-1.249-0.582-2.03-2.408-2.03-3.874c0-3.154,2.292-6.052,6.608-6.052c3.469,0,6.165,2.472,6.165,5.776 c0,3.447-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.527-2.292-1.148c0,0-0.502,1.909-0.623,2.378 c-0.226,0.868-0.835,1.958-1.243,2.622C9.975,21.843,10.969,22,12,22c5.522,0,10-4.478,10-10S17.523,2,12,2z" fill="currentColor" /></svg> </span> <span class="share-icons__label">Pin it</span> </a> </div> </div> </div> </div> </div> <div class="product__block product__block-callouts product__callouts product__block--medium" > <div class="product__callouts-items" data-with-box="true" data-with-dividers="true" > <div class="product__callouts-item fs-body-75"> <span class="icon icon-new icon-cotton product__callouts-item-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.823 16.05a4.246 4.246 0 0 0-.578-8.452 4.245 4.245 0 1 0-8.49 0 4.245 4.245 0 0 0-.578 8.452" stroke="currentColor" stroke-width=".987" stroke-miterlimit="6.667"/> <path d="M12 22.068v-3.845" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="6.667"/> <path d="M13.943 14.863A6.648 6.648 0 0 0 12 9.791a6.65 6.65 0 0 0-1.942 5.081" stroke="currentColor" stroke-width=".987" stroke-miterlimit="6.667"/> <path d="M12 19.033a5.43 5.43 0 0 0-5.43-5.43 5.43 5.43 0 0 0 5.43 5.43zm0 0a5.43 5.43 0 0 0 5.43-5.43 5.43 5.43 0 0 0-5.43 5.43zM14.106 8.175a4.245 4.245 0 0 1 6.384 3.668M9.894 8.175a4.245 4.245 0 0 0-6.384 3.668" stroke="currentColor" stroke-width=".987" stroke-miterlimit="6.667"/></svg> </span> <div class="product__callouts-item-text rte"> <p>Material Composition? <a href="/pages/material-composition-of-our-products" target="_blank" title="Material Composition of our Products">Read More</a></p> </div> </div> <div class="product__callouts-item fs-body-75"> <span class="icon icon-new icon-chat product__callouts-item-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.324 10.735h11.352M8.014 7.759h7.972M8.014 13.71h7.972" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"/> <path d="M12 3.304c-5.32 0-9.633 3.327-9.633 7.431 0 2.625 1.769 4.927 4.433 6.249l-.808 3.392 4.739-2.282c.416.042.838.072 1.269.072 5.32 0 9.633-3.327 9.633-7.431S17.32 3.304 12 3.304z" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10" stroke-linecap="round"/></svg> </span> <div class="product__callouts-item-text rte"> <p><strong>Have questions? </strong>Click to <a href="mailto:contact@aquapac.net" target="_blank" title="mailto:contact@aquapac.net">Email us </a></p> </div> </div> <div class="product__callouts-item fs-body-75"> <span class="icon icon-new icon-moving-truck product__callouts-item-icon"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.931 16.842H2.823V5.968h11.613v10.874H8.388" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"/> <path d="M6.677 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/> <path d="M19.753 16.842h1.895v-6.66L19.25 7.786h-4.814v9.057h1.86" stroke="currentColor" stroke-width="1.05" stroke-miterlimit="10"/> <path d="M19.517 12.887h-2.956V9.852h1.91l1.046 1.046v1.99zM5.291 11.405h5.92M9.543 13.588l2.42-2.183-2.42-2.183M18.042 18.935a1.746 1.746 0 1 0 0-3.492 1.746 1.746 0 0 0 0 3.492z" stroke="currentColor" stroke-width=".987" stroke-miterlimit="10"/></svg> </span> <div class="product__callouts-item-text rte"> <p><strong>Free Shipping</strong> for orders over £50/$50/€55</p> </div> </div> </div> </div> <p class="visually-hidden" data-product-status aria-live="polite" role="status" ></p> <p class="visually-hidden" data-loader-status aria-live="assertive" role="alert" aria-hidden="true" > Adding product to your cart </p> <div class="accordion product-reviews hidden" > <div class="accordion__inner" data-index="" data-open="false" > <button class="accordion__label" aria-expanded="false" aria-controls="" > <h3 class="ff-heading fs-heading-5-base"> Customer reviews </h3> <div class="accordion__label-icons"> <span class="icon icon-new icon-plus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H12M23 12H12M12 12V1M12 12V23" stroke="currentColor" stroke-width="2"/></svg> </span> <span class="icon icon-new icon-minus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H23" stroke="currentColor" stroke-width="2"/></svg> </span> </div> </button> <div class="accordion__content fs-body-100 rte non-page-rte" aria-hidden="true" style="display: none" id="accordion-content-" > </div> </div> </div> </div> </div> </div> <div class="product__bottom"> <div class="left-side-blocks for-mobile"> <div class="accordion " > <div class="accordion__inner" data-index="" data-open="true" > <button class="accordion__label" aria-expanded="true" aria-controls="description" > <h3 class="ff-heading fs-heading-5-base"> Description </h3> <div class="accordion__label-icons"> <span class="icon icon-new icon-plus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H12M23 12H12M12 12V1M12 12V23" stroke="currentColor" stroke-width="2"/></svg> </span> <span class="icon icon-new icon-minus "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12H23" stroke="currentColor" stroke-width="2"/></svg> </span> </div> </button> <div class="accordion__content fs-body-100 rte non-page-rte" aria-hidden="false" id="accordion-content-description" > <p class="x_MsoNormal"><span>This floatation device can be easily and quickly attached to the lanyard/carry cord</span></p> <p class="x_MsoNormal"><span>used on all Aquapac phone cases. Made from plastizoate foam it will make any phone float</span></p> <p class="x_MsoNormal"><span>inside an Aquapac case. </span></p> <p class="x_MsoNormal"><span>The Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz.</span></p> <p class="x_MsoNormal"><span>Supplied with cable tie for secure attachment.</span></p> <p class="x_MsoNormal"><span>Flotation device measures 12cms / 4.7”x 2.5cms / 1”  in diameter.</span></p> <p class="x_MsoNormal"><span> C</span><span>ode 991  </span></p> <p class="x_MsoNormal"><span> </span></p> </div> </div> </div> </div> </div> </div><script> window.ShopifyXR=window.ShopifyXR||function(){(ShopifyXR.q=ShopifyXR.q||[]).push(arguments)} ShopifyXR('addModels', []); </script> <script src="//cdn.shopify.com/shopifycloud/shopify-xr-js/assets/v1.0/shopify-xr.en.js" defer="defer"></script> <script type="application/json" id="ProductJson-template--20171934400844__main"> {"id":8837369135436,"title":"Flotation Device - for most Aquapac Phone cases","handle":"flotation-device-for-most-aquapac-phone-cases","description":"\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eThis floatation device can be easily and quickly attached to the lanyard\/carry cord\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eused on all Aquapac phone cases. Made from plastizoate foam it will make any phone float\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003einside an Aquapac case. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eThe Impact max Phone Case floats without need of this device with phones weighing up to 230 gms \/ 8oz.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eSupplied with cable tie for secure attachment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eFlotation device measures 12cms \/ 4.7”x 2.5cms \/ 1”  in diameter.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003e C\u003c\/span\u003e\u003cspan\u003eode 991  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-01-25T19:20:44+00:00","created_at":"2024-01-25T19:20:44+00:00","vendor":"Aquapac","type":"","tags":["Professional"],"price":500,"price_min":500,"price_max":500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":47615396544844,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"991","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Flotation Device - for most Aquapac Phone cases","public_title":null,"options":["Default Title"],"price":500,"weight":10,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333","\/\/aquapac.net\/cdn\/shop\/files\/991FD-1pack_1.jpg?v=1707214347","\/\/aquapac.net\/cdn\/shop\/files\/334ontowelMS.jpg?v=1707216379"],"featured_image":"\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333","options":["Title"],"media":[{"alt":null,"id":45768143012172,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/aquapac.net\/cdn\/shop\/files\/991FDflotationdevice_1.jpg?v=1707214333","width":800},{"alt":null,"id":45768143044940,"position":2,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/aquapac.net\/cdn\/shop\/files\/991FD-1pack_1.jpg?v=1707214347"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/aquapac.net\/cdn\/shop\/files\/991FD-1pack_1.jpg?v=1707214347","width":800},{"alt":null,"id":45768438251852,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/aquapac.net\/cdn\/shop\/files\/334ontowelMS.jpg?v=1707216379"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/aquapac.net\/cdn\/shop\/files\/334ontowelMS.jpg?v=1707216379","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eThis floatation device can be easily and quickly attached to the lanyard\/carry cord\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eused on all Aquapac phone cases. Made from plastizoate foam it will make any phone float\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003einside an Aquapac case. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eThe Impact max Phone Case floats without need of this device with phones weighing up to 230 gms \/ 8oz.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eSupplied with cable tie for secure attachment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eFlotation device measures 12cms \/ 4.7”x 2.5cms \/ 1”  in diameter.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003e C\u003c\/span\u003e\u003cspan\u003eode 991  \u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e"} </script> <script type="application/json" id="ModelJson-template--20171934400844__main"> [] </script> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Flotation Device - for most Aquapac Phone cases", "url": "https:\/\/aquapac.net\/products\/flotation-device-for-most-aquapac-phone-cases", "image": ["https:files\/991FDflotationdevice_1.jpg"], "description": "This floatation device can be easily and quickly attached to the lanyard\/carry cord\nused on all Aquapac phone cases. Made from plastizoate foam it will make any phone float\ninside an Aquapac case. \nThe Impact max Phone Case floats without need of this device with phones weighing up to 230 gms \/ 8oz.\nSupplied with cable tie for secure attachment.\nFlotation device measures 12cms \/ 4.7”x 2.5cms \/ 1”  in diameter.\n Code 991  \n ", "sku": "991", "brand": { "@type": "Thing", "name": "Aquapac" }, "offers": [ { "@type" : "Offer", "sku": "991", "availability" : "http://schema.org/InStock", "price" : 5.0, "priceCurrency" : "USD", "url" : "https:\/\/aquapac.net\/products\/flotation-device-for-most-aquapac-phone-cases?variant=47615396544844" } ] } </script> </section><section id="shopify-section-template--20171934400844__image-with-text-1" class="shopify-section"><div class=" image-with-text image-with-text--justify-left image-with-text--image-right image-with-text--has-small-image section section--divider-none section--vertical-padding-top-bottom animation animation--image-with-text " data-section-id="template--20171934400844__image-with-text-1" data-section-type="image-with-text" style=" --section-background-color: ; --color-text: #000000; --color-text-alpha-60: rgba(0, 0, 0, 0.6); --color-text-link: #000000; --text-alignment: left; --small-image-placeholder-color: rgba(48, 48, 48, 0.7); --color-text-overlay-button: #ffffff; --color-text-overlay-button-alpha: rgba(255, 255, 255, 0.6); --color-background-overlay-button: #000000; --color-background-overlay-button-hover: #333333;--color-background-overlay-button-alpha: rgba(0, 0, 0, 0.6); --color-background-overlay-outline-button-alpha: rgba(0, 0, 0, 0.1); " > <div class=" image-with-text__inner " > <div class="image-with-text__content"> <div class="image-with-text__image-container"> <div class="image-with-text__image-container-inner"> <figure class="image-with-text__image-wrapper"><div class=" image image-with-text__image aspect-ratio--square image--animate animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?v=1707213224&width=320" srcset="//aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=100&v=1707213224&width=100 100w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=150&v=1707213224&width=150 150w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=200&v=1707213224&width=200 200w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=240&v=1707213224&width=240 240w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=280&v=1707213224&width=280 280w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=300&v=1707213224&width=300 300w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=360&v=1707213224&width=360 360w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=400&v=1707213224&width=400 400w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=450&v=1707213224&width=450 450w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=500&v=1707213224&width=500 500w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=550&v=1707213224&width=550 550w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=600&v=1707213224&width=600 600w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=650&v=1707213224&width=650 650w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=700&v=1707213224&width=700 700w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=750&v=1707213224&width=750 750w, //aquapac.net/cdn/shop/files/Cross_cutter_6_1_1.jpg?crop=center&height=800&v=1707213224&width=800 800w" sizes="(min-width: 720px) calc(calc(50vw - clamp(18px, 3.3vw, 3.3vw)) * .93), calc((100vw - 80px) * .93)" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></figure><div class="image-with-text__small-image-wrapper"><div class=" image image-with-text__small-image aspect-ratio--square image--animate animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?v=1707213242&width=320" srcset="//aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=100&v=1707213242&width=100 100w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=150&v=1707213242&width=150 150w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=200&v=1707213242&width=200 200w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=240&v=1707213242&width=240 240w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=280&v=1707213242&width=280 280w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=300&v=1707213242&width=300 300w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=360&v=1707213242&width=360 360w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=400&v=1707213242&width=400 400w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=450&v=1707213242&width=450 450w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=500&v=1707213242&width=500 500w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=550&v=1707213242&width=550 550w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=600&v=1707213242&width=600 600w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=650&v=1707213242&width=650 650w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=700&v=1707213242&width=700 700w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=750&v=1707213242&width=750 750w, //aquapac.net/cdn/shop/files/Thor_with_operator_3_1_1.jpg?crop=center&height=800&v=1707213242&width=800 800w" sizes="(max-width: 720px) calc(90vw * .42), (max-width: 1500px) calc(50vw * .42), 300px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></div></div> </div> <div class="image-with-text__text-container"> <div class=" image-with-text__text-container-inner section-blocks animation--section-blocks " ><h2 class="image-with-text__text-container-heading ff-heading fs-heading-display-3 section-blocks__heading"> Quality Manufacturing </h2><div class="image-with-text__text-container-text rte ff-body fs-body-100 section-blocks__text"> <p>Aquapac have been making waterproof cases for 40 years in the UK. We are committed to maintaining the highest standards, We test each production run in our pressure tanks. We work with the best precision toolmakers to ensure top quality.</p> </div></div> </div> </div> </div> </div> </section><section id="shopify-section-template--20171934400844__image-with-text-2" class="shopify-section"><div class=" image-with-text image-with-text--justify-left image-with-text--image-left image-with-text--has-small-image section section--divider-none section--vertical-padding-top-bottom animation animation--image-with-text " data-section-id="template--20171934400844__image-with-text-2" data-section-type="image-with-text" style=" --section-background-color: rgba(0,0,0,0); --color-text: #000000; --color-text-alpha-60: rgba(0, 0, 0, 0.6); --color-text-link: #000000; --text-alignment: left; --small-image-placeholder-color: rgba(48, 48, 48, 0.7); --color-text-overlay-button: #ffffff; --color-text-overlay-button-alpha: rgba(255, 255, 255, 0.6); --color-background-overlay-button: #000000; --color-background-overlay-button-hover: #333333;--color-background-overlay-button-alpha: rgba(0, 0, 0, 0.6); --color-background-overlay-outline-button-alpha: rgba(0, 0, 0, 0.1); " > <div class=" image-with-text__inner " > <div class="image-with-text__content"> <div class="image-with-text__image-container"> <div class="image-with-text__image-container-inner"> <figure class="image-with-text__image-wrapper"><div class=" image image-with-text__image aspect-ratio--square image--animate animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?v=1707213082&width=320" srcset="//aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=100&v=1707213082&width=100 100w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=150&v=1707213082&width=150 150w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=200&v=1707213082&width=200 200w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=240&v=1707213082&width=240 240w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=280&v=1707213082&width=280 280w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=300&v=1707213082&width=300 300w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=360&v=1707213082&width=360 360w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=400&v=1707213082&width=400 400w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=450&v=1707213082&width=450 450w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=500&v=1707213082&width=500 500w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=550&v=1707213082&width=550 550w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=600&v=1707213082&width=600 600w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=650&v=1707213082&width=650 650w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=700&v=1707213082&width=700 700w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=750&v=1707213082&width=750 750w, //aquapac.net/cdn/shop/files/Packaging_2_1_1.jpg?crop=center&height=800&v=1707213082&width=800 800w" sizes="(min-width: 720px) calc(calc(50vw - clamp(18px, 3.3vw, 3.3vw)) * .93), calc((100vw - 80px) * .93)" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></figure><div class="image-with-text__small-image-wrapper"><div class=" image image-with-text__small-image aspect-ratio--square image--animate animation--lazy-load " style="--focal-alignment: center;" > <img alt="" class="image__img" loading="lazy" width="800" height="800" src="//aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?v=1707213082&width=320" srcset="//aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=100&v=1707213082&width=100 100w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=150&v=1707213082&width=150 150w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=200&v=1707213082&width=200 200w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=240&v=1707213082&width=240 240w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=280&v=1707213082&width=280 280w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=300&v=1707213082&width=300 300w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=360&v=1707213082&width=360 360w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=400&v=1707213082&width=400 400w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=450&v=1707213082&width=450 450w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=500&v=1707213082&width=500 500w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=550&v=1707213082&width=550 550w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=600&v=1707213082&width=600 600w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=650&v=1707213082&width=650 650w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=700&v=1707213082&width=700 700w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=750&v=1707213082&width=750 750w, //aquapac.net/cdn/shop/files/clicker_machine_with_operator_2_1_1.jpg?crop=center&height=800&v=1707213082&width=800 800w" sizes="(max-width: 720px) calc(90vw * .42), (max-width: 1500px) calc(50vw * .42), 300px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></div></div> </div> <div class="image-with-text__text-container"> <div class=" image-with-text__text-container-inner section-blocks animation--section-blocks " ><h2 class="image-with-text__text-container-heading ff-heading fs-heading-display-3 section-blocks__heading"> Committed to Sustainability </h2><div class="image-with-text__text-container-text rte ff-body fs-body-100 section-blocks__text"> <p>The majority of Aquapac cases are made from biodegradable and recyclable plastics. Our products are designed to be used thousands of times. We reduce our already minimal packaging each year and only used recycled board. <br/><br/>We have minimal waste and our machines are powered by<br/>solar panels on our factory roof. Over 80% of our raw materials are sourced in the UK. We also make over<br/>80% of our product range here at our factory.</p> </div></div> </div> </div> </div> </div> </section><section id="shopify-section-template--20171934400844__multi-column" class="shopify-section"><div data-section-id="template--20171934400844__multi-column" data-section-type="multi-column" class=" multi-column multi-column--background-behind-column multi-column--intro-alignment-center multi-column--column-content-alignment-desktop-center multi-column--column-content-alignment-mobile-center multi-column--column-content-vertical-alignment-center multi-column--column-content-padding-large animation animation--multi-column " style=" --color-text: #ffffff; --color-section-background: #414141; --grid-columns-desktop: 3; --grid-columns-mobile: 1; --grid-gap-column-desktop: 4px; --grid-gap-column-mobile: 20px; --grid-gap-row-desktop: 8px; --grid-gap-row-mobile: 8px; --color-text-overlay-button: #ffffff; --color-text-overlay-button-alpha: rgba(255, 255, 255, 0.6); --color-background-overlay-button: #000000; --color-background-overlay-button-hover: #333333;--color-background-overlay-button-alpha: rgba(0, 0, 0, 0.6); --color-background-overlay-outline-button-alpha: rgba(0, 0, 0, 0.1); " > <div class=" multi-column__inner section section--vertical-padding-bottom-only section--divider-none " > <div class="multi-column__introduction section-introduction animation--section-introduction"> </div> <div class="multi-column__grid"><div class="multi-column__grid-item" > <div class="multi-column__grid-item-inner"><div class="multi-column__grid-item-icon-wrapper" style=" --icon-max-width: 50px; --icon-max-width-mobile: 50px; " ><div class=" image multi-column__grid-item-icon animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="50" height="50" src="//aquapac.net/cdn/shop/files/icons8-open-parcel-50.png?v=1707213889&width=320" srcset="" sizes="50px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></div><div class="multi-column__grid-item-text-container"><h3 class="multi-column__grid-item-heading ff-heading fs-heading-4-base"> NO HASSLE RETURNS </h3><div class="multi-column__grid-item-text ff-body fs-body-100 rte" style="--text-max-width: 100%" > <p>Change your mind or ordered the wrong size? Don’t worry, that’s cool. We’ll refund or swap it for you as long as it’s in new condition.</p> </div> </div></div> </div> <div class="multi-column__grid-item" > <div class="multi-column__grid-item-inner"><div class="multi-column__grid-item-icon-wrapper" style=" --icon-max-width: 50px; --icon-max-width-mobile: 50px; " ><div class=" image multi-column__grid-item-icon animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="50" height="50" src="//aquapac.net/cdn/shop/files/icons8-warranty-50.png?v=1707213920&width=320" srcset="" sizes="50px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></div><div class="multi-column__grid-item-text-container"><h3 class="multi-column__grid-item-heading ff-heading fs-heading-4-base"> 5 YEAR WARRANTY </h3><div class="multi-column__grid-item-text ff-body fs-body-100 rte" style="--text-max-width: 100%" > <p>We have been making cases since 1983 at our UK factory and we stand by the quality of our gear. Check our warranty terms at the bottom of the page.</p> </div> </div></div> </div> <div class="multi-column__grid-item" > <div class="multi-column__grid-item-inner"><div class="multi-column__grid-item-icon-wrapper" style=" --icon-max-width: 50px; --icon-max-width-mobile: 50px; " ><div class=" image multi-column__grid-item-icon animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="50" height="50" src="//aquapac.net/cdn/shop/files/icons8-shipping-50.png?v=1707213966&width=320" srcset="" sizes="50px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div></div><div class="multi-column__grid-item-text-container"><h3 class="multi-column__grid-item-heading ff-heading fs-heading-4-base"> FREE SHIPPING* </h3><div class="multi-column__grid-item-text ff-body fs-body-100 rte" style="--text-max-width: 100%" > <p>We warehouse our products in the UK, USA and EU. So we can offer FREE shipping when you spend more than €50 in the UK, $50 in the US and €50 in the EU.</p> </div> </div></div> </div> </div> </div> </div> </section><div id="shopify-section-template--20171934400844__1707216238fb446201" class="shopify-section"><div class=" apps section section--divider-none section--vertical-padding-none " data-section-id="template--20171934400844__1707216238fb446201" data-section-type="apps" > <div class="section-introduction animation--section-introduction"></div><div class="animation--item"> <div id="shopify-block-judge_me_reviews_review_widget_N6FN69" class="shopify-block shopify-app-block"><div style='clear:both'></div> <div id='judgeme_product_reviews' class='jdgm-widget jdgm-review-widget' data-product-title='Flotation Device - for most Aquapac Phone cases' data-id='8837369135436'> </div> </div> </div></div> </div><section id="shopify-section-template--20171934400844__recommendations" class="shopify-section"><div class=" recommended-products carousel--mobile-per-view-2 carousel--per-view-2 section section--includes-product-items section--divider-none section--vertical-padding-top-bottom " data-section-id="template--20171934400844__recommendations" data-section-type="recommended-products" data-product-id="8837369135436" data-limit="8" data-products-per-view="5" data-mobile-products-per-view="2" > <div class="section__inner" data-recommendations> <div class="carousel__navigation-wrapper"> <div class="section-introduction animation--section-introduction"><h2 class="recommended-products__heading ff-heading fs-heading-3-base section-introduction__heading"> Recommended Products </h2></div><div class="carousel__navigation-buttons animation--controls" > <button type="button" class="carousel__navigation-button carousel__navigation-button--back" data-prev aria-label="Move to previous carousel slide" ><span class="icon icon-new icon-arrow-long "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </button> <button type="button" class="carousel__navigation-button carousel__navigation-button--forward" data-next aria-label="Move to next carousel slide" ><span class="icon icon-new icon-arrow-long "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 18.9 5.9-6.4L17.1 6m5.9 6.4H0" stroke="currentColor" stroke-width="1.1"/></svg> </span> </button> </div> </div> <div class="recommended-products__content carousel swiper"> <div class="recommended-products__slider-wrapper carousel__wrapper swiper-wrapper"></div> </div> </div> </div> </section> </main> <!-- BEGIN sections: footer-group --> <footer id="shopify-section-sections--20171934597452__footer" class="shopify-section shopify-section-group-footer-group footer__parent"><div class="footer section" data-section-id="sections--20171934597452__footer" data-section-type="footer" style=" --color-background-input: rgba(255, 255, 255, 0.2); --color-background-input-hover: rgba(255, 255, 255, 0.25); --color-background-input-hover-dull: rgba(255, 255, 255, 0.1); --color-background-input-highlight: rgba(255, 255, 255, 0.35); --color-text-input: rgba(255, 255, 255, 0.95); " > <div class="footer__inner"> <div class="footer__groups"><div class=" footer__group footer__group--text footer__group--1 footer__group--first " style=" --desktop-width: 38%; --desktop-padding: 0%; --image-max-width: 130px " ><div class="footer__group-content"><div class=" image footer__image animation--lazy-load " style="" > <img alt="" class="image__img" loading="lazy" width="1403" height="459" src="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=320" srcset="//aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=100 100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=150 150w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=200 200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=240 240w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=280 280w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=300 300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=360 360w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=400 400w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=450 450w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=500 500w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=550 550w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=600 600w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=650 650w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=700 700w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=750 750w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=800 800w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=850 850w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=900 900w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=950 950w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=1000 1000w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=1100 1100w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=1200 1200w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=1300 1300w, //aquapac.net/cdn/shop/files/Aquapac_Logo-small_usage-WO.png?v=1702558951&width=1400 1400w" sizes="130px" onload="javascript: this.closest('.image').classList.add('loaded')" /> </div> <div class="fs-body-100 footer__text"><p>Manufacturers of bags and cases for boating, communications, cycling, industrial, medical, military, outdoor, water sports sectors, and more.</p><p></p><p>Aquapac Group includes Aquapac, Carradice, and UPSO brands.</p><p>Email: <a href="mailto:contact@aquapac.net">contact@aquapac.net</a><br/>Call: +44 (0)20 7738 4466</p></div><ul class="social-icons social-icons--left" data-count="3"><li> <a href="https://www.facebook.com/aquapac.net/" title="Aquapac on Facebook" target="_blank" rel="noopener" > <span class="icon icon-new icon-facebook "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12,2C6.477,2,2,6.477,2,12c0,5.013,3.693,9.153,8.505,9.876V14.65H8.031v-2.629h2.474v-1.749 c0-2.896,1.411-4.167,3.818-4.167c1.153,0,1.762,0.085,2.051,0.124v2.294h-1.642c-1.022,0-1.379,0.969-1.379,2.061v1.437h2.995 l-0.406,2.629h-2.588v7.247C18.235,21.236,22,17.062,22,12C22,6.477,17.523,2,12,2z" fill="currentColor" /></svg> </span> </a> </li><li> <a href="https://www.instagram.com/aquapac" title="Aquapac on Instagram" target="_blank" rel="noopener" > <span class="icon icon-new icon-instagram "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" fill="currentColor" /></svg> </span> </a> </li><li> <a href="https://www.youtube.com/channel/UCA1TArtIzbTQ4rlea4qgnEg YouTubeYouTube" title="Aquapac on YouTube" target="_blank" rel="noopener" > <span class="icon icon-new icon-youtube "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z" fill="currentColor" /></svg> </span> </a> </li></ul> <div class="footer__follow-on-shop"> <script defer="defer" async type="module" src="//aquapac.net/cdn/shopifycloud/shop-js/modules/client.login-button_d58ce921.en.esm.js"></script> <script defer="defer" async type="module" src="//aquapac.net/cdn/shopifycloud/shop-js/modules/chunk.common_2c2118e9.esm.js"></script> <script type="module"> await import("//aquapac.net/cdn/shopifycloud/shop-js/modules/client.login-button_d58ce921.en.esm.js"); await import("//aquapac.net/cdn/shopifycloud/shop-js/modules/chunk.common_2c2118e9.esm.js"); </script> <shop-login-button action="follow"></shop-login-button> </div></div> </div> <div class=" footer__group footer__group--spacer footer__group--2 hide-title-on-desktop " style=" --desktop-width: 5%; --desktop-padding: %; " ><div class="footer__group-content"></div> </div> <div class=" footer__group footer__group--links footer__group--3 footer__group--collapse " style=" --desktop-width: 20%; --desktop-padding: 4%; " ><h4 class="footer__header ff-body footer__header--collapsed"> <span class="footer__heading fs-accent">Retailers & Partners</span> </h4><button type="button" class="footer__header ff-body" data-header> <span class="footer__heading fs-accent">Retailers & Partners</span> <span class="footer__arrow"><span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </span> </button><div class="footer__group-content"><div class="footer__links fs-body-100"> <ul> <li> <a href="/pages/custom-cases">Custom Cases</a> </li> <li> <a href="/pages/reseller-resources">Reseller Resources</a> </li> <li> <a href="/pages/international-resellers">UK & International Stockists</a> </li> </ul> </div></div> </div> <div class=" footer__group footer__group--links footer__group--4 footer__group--collapse " style=" --desktop-width: 13%; --desktop-padding: 4%; " ><h4 class="footer__header ff-body footer__header--collapsed"> <span class="footer__heading fs-accent">BEHIND THE SCENES</span> </h4><button type="button" class="footer__header ff-body" data-header> <span class="footer__heading fs-accent">BEHIND THE SCENES</span> <span class="footer__arrow"><span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </span> </button><div class="footer__group-content"><div class="footer__links fs-body-100"> <ul> <li> <a href="/pages/faqs">FAQs</a> </li> <li> <a href="/pages/about-us">About us </a> </li> <li> <a href="/blogs/adventures">Adventures</a> </li> </ul> </div></div> </div> <div class=" footer__group footer__group--links footer__group--5 footer__group--collapse footer__group--last " style=" --desktop-width: 20%; --desktop-padding: 4%; " ><h4 class="footer__header ff-body footer__header--collapsed"> <span class="footer__heading fs-accent">Helpful Links</span> </h4><button type="button" class="footer__header ff-body" data-header> <span class="footer__heading fs-accent">Helpful Links</span> <span class="footer__arrow"><span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </span> </button><div class="footer__group-content"><div class="footer__links fs-body-100"> <ul> <li> <a href="/pages/about-waterproofing">Waterproof Guide</a> </li> <li> <a href="/pages/instructions">Product Care & Instructions</a> </li> <li> <a href="/policies/refund-policy">Refund Policy</a> </li> <li> <a href="/policies/shipping-policy">Shipping Policy</a> </li> <li> <a href="/pages/full-5-years-warranty">Full 5-Years Warranty</a> </li> </ul> </div></div> </div> </div> <div class="footer__bottom"> <div class="footer__bottom-left"><form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="disclosure-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/flotation-device-for-most-aquapac-phone-cases" /><div class="disclosure-form__inner"><div class="disclosure-form__item"> <h2 class="visually-hidden" id="lang-heading-footer"> Language </h2> <div class="disclosure disclosure--locale" data-disclosure="locale" data-disclosure-locale> <button type="button" class="disclosure__toggle fs-body-50" aria-expanded="false" aria-controls="lang-list-footer" aria-describedby="lang-heading-footer" data-disclosure-toggle > English <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </button> <ul id="lang-list-footer" class="disclosure-list" aria-hidden="true" data-disclosure-list > <li class="disclosure-list__item disclosure-list__item--current"> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option > <span class="disclosure-list__option-label">English</span><span class="icon icon-new icon-checkmark "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="fr" data-value="fr" data-disclosure-option > <span class="disclosure-list__option-label">Français</span></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="es" data-value="es" data-disclosure-option > <span class="disclosure-list__option-label">Español</span></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" lang="it" data-value="it" data-disclosure-option > <span class="disclosure-list__option-label">Italiano</span></a> </li></ul> <input type="hidden" name="locale_code" id="LocaleSelector-footer" value="en" data-disclosure-input > </div> </div><div class="disclosure-form__item"> <h2 class="visually-hidden" id="currency-heading-footer"> Currency </h2> <div class="disclosure disclosure--currency" data-disclosure="currency" data-disclosure-currency> <button type="button" class="disclosure__toggle disclosure__toggle--currency fs-body-50" aria-expanded="false" aria-controls="currency-list-footer" aria-describedby="currency-heading-footer" data-disclosure-toggle > <span class="flag-icon flag-icon-us"></span> United States (USD $) <span class="icon icon-new icon-chevron-small "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2.75"/></svg> </span> </button> <ul id="currency-list-footer" class="disclosure-list" aria-hidden="true" data-disclosure-list > <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DZ" data-disclosure-option > <span class="flag-icon flag-icon-dz"></span> <span class="disclosure-list__option-label">Algeria (DZD د.ج)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AO" data-disclosure-option > <span class="flag-icon flag-icon-ao"></span> <span class="disclosure-list__option-label">Angola (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AR" data-disclosure-option > <span class="flag-icon flag-icon-ar"></span> <span class="disclosure-list__option-label">Argentina (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AC" data-disclosure-option > <span class="flag-icon flag-icon-ac"></span> <span class="disclosure-list__option-label">Ascension Island (SHP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AU" data-disclosure-option > <span class="flag-icon flag-icon-au"></span> <span class="disclosure-list__option-label">Australia (AUD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BE" data-disclosure-option > <span class="flag-icon flag-icon-be"></span> <span class="disclosure-list__option-label">Belgium (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BJ" data-disclosure-option > <span class="flag-icon flag-icon-bj"></span> <span class="disclosure-list__option-label">Benin (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BO" data-disclosure-option > <span class="flag-icon flag-icon-bo"></span> <span class="disclosure-list__option-label">Bolivia (BOB Bs.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BW" data-disclosure-option > <span class="flag-icon flag-icon-bw"></span> <span class="disclosure-list__option-label">Botswana (BWP P)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BR" data-disclosure-option > <span class="flag-icon flag-icon-br"></span> <span class="disclosure-list__option-label">Brazil (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IO" data-disclosure-option > <span class="flag-icon flag-icon-io"></span> <span class="disclosure-list__option-label">British Indian Ocean Territory (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BG" data-disclosure-option > <span class="flag-icon flag-icon-bg"></span> <span class="disclosure-list__option-label">Bulgaria (BGN лв.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BF" data-disclosure-option > <span class="flag-icon flag-icon-bf"></span> <span class="disclosure-list__option-label">Burkina Faso (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="BI" data-disclosure-option > <span class="flag-icon flag-icon-bi"></span> <span class="disclosure-list__option-label">Burundi (BIF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CM" data-disclosure-option > <span class="flag-icon flag-icon-cm"></span> <span class="disclosure-list__option-label">Cameroon (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CA" data-disclosure-option > <span class="flag-icon flag-icon-ca"></span> <span class="disclosure-list__option-label">Canada (CAD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CV" data-disclosure-option > <span class="flag-icon flag-icon-cv"></span> <span class="disclosure-list__option-label">Cape Verde (CVE $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CF" data-disclosure-option > <span class="flag-icon flag-icon-cf"></span> <span class="disclosure-list__option-label">Central African Republic (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TD" data-disclosure-option > <span class="flag-icon flag-icon-td"></span> <span class="disclosure-list__option-label">Chad (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CL" data-disclosure-option > <span class="flag-icon flag-icon-cl"></span> <span class="disclosure-list__option-label">Chile (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CX" data-disclosure-option > <span class="flag-icon flag-icon-cx"></span> <span class="disclosure-list__option-label">Christmas Island (AUD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CO" data-disclosure-option > <span class="flag-icon flag-icon-co"></span> <span class="disclosure-list__option-label">Colombia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KM" data-disclosure-option > <span class="flag-icon flag-icon-km"></span> <span class="disclosure-list__option-label">Comoros (KMF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CG" data-disclosure-option > <span class="flag-icon flag-icon-cg"></span> <span class="disclosure-list__option-label">Congo - Brazzaville (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CD" data-disclosure-option > <span class="flag-icon flag-icon-cd"></span> <span class="disclosure-list__option-label">Congo - Kinshasa (CDF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CI" data-disclosure-option > <span class="flag-icon flag-icon-ci"></span> <span class="disclosure-list__option-label">Côte d’Ivoire (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="HR" data-disclosure-option > <span class="flag-icon flag-icon-hr"></span> <span class="disclosure-list__option-label">Croatia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CY" data-disclosure-option > <span class="flag-icon flag-icon-cy"></span> <span class="disclosure-list__option-label">Cyprus (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="CZ" data-disclosure-option > <span class="flag-icon flag-icon-cz"></span> <span class="disclosure-list__option-label">Czechia (CZK Kč)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DK" data-disclosure-option > <span class="flag-icon flag-icon-dk"></span> <span class="disclosure-list__option-label">Denmark (DKK kr.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="DJ" data-disclosure-option > <span class="flag-icon flag-icon-dj"></span> <span class="disclosure-list__option-label">Djibouti (DJF Fdj)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EC" data-disclosure-option > <span class="flag-icon flag-icon-ec"></span> <span class="disclosure-list__option-label">Ecuador (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EG" data-disclosure-option > <span class="flag-icon flag-icon-eg"></span> <span class="disclosure-list__option-label">Egypt (EGP ج.م)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GQ" data-disclosure-option > <span class="flag-icon flag-icon-gq"></span> <span class="disclosure-list__option-label">Equatorial Guinea (XAF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ER" data-disclosure-option > <span class="flag-icon flag-icon-er"></span> <span class="disclosure-list__option-label">Eritrea (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EE" data-disclosure-option > <span class="flag-icon flag-icon-ee"></span> <span class="disclosure-list__option-label">Estonia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SZ" data-disclosure-option > <span class="flag-icon flag-icon-sz"></span> <span class="disclosure-list__option-label">Eswatini (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ET" data-disclosure-option > <span class="flag-icon flag-icon-et"></span> <span class="disclosure-list__option-label">Ethiopia (ETB Br)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FK" data-disclosure-option > <span class="flag-icon flag-icon-fk"></span> <span class="disclosure-list__option-label">Falkland Islands (FKP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FJ" data-disclosure-option > <span class="flag-icon flag-icon-fj"></span> <span class="disclosure-list__option-label">Fiji (FJD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FI" data-disclosure-option > <span class="flag-icon flag-icon-fi"></span> <span class="disclosure-list__option-label">Finland (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="FR" data-disclosure-option > <span class="flag-icon flag-icon-fr"></span> <span class="disclosure-list__option-label">France (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GF" data-disclosure-option > <span class="flag-icon flag-icon-gf"></span> <span class="disclosure-list__option-label">French Guiana (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TF" data-disclosure-option > <span class="flag-icon flag-icon-tf"></span> <span class="disclosure-list__option-label">French Southern Territories (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GA" data-disclosure-option > <span class="flag-icon flag-icon-ga"></span> <span class="disclosure-list__option-label">Gabon (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GM" data-disclosure-option > <span class="flag-icon flag-icon-gm"></span> <span class="disclosure-list__option-label">Gambia (GMD D)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GH" data-disclosure-option > <span class="flag-icon flag-icon-gh"></span> <span class="disclosure-list__option-label">Ghana (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GR" data-disclosure-option > <span class="flag-icon flag-icon-gr"></span> <span class="disclosure-list__option-label">Greece (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GN" data-disclosure-option > <span class="flag-icon flag-icon-gn"></span> <span class="disclosure-list__option-label">Guinea (GNF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GW" data-disclosure-option > <span class="flag-icon flag-icon-gw"></span> <span class="disclosure-list__option-label">Guinea-Bissau (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GY" data-disclosure-option > <span class="flag-icon flag-icon-gy"></span> <span class="disclosure-list__option-label">Guyana (GYD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="HU" data-disclosure-option > <span class="flag-icon flag-icon-hu"></span> <span class="disclosure-list__option-label">Hungary (HUF Ft)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IS" data-disclosure-option > <span class="flag-icon flag-icon-is"></span> <span class="disclosure-list__option-label">Iceland (ISK kr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IE" data-disclosure-option > <span class="flag-icon flag-icon-ie"></span> <span class="disclosure-list__option-label">Ireland (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="IT" data-disclosure-option > <span class="flag-icon flag-icon-it"></span> <span class="disclosure-list__option-label">Italy (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KE" data-disclosure-option > <span class="flag-icon flag-icon-ke"></span> <span class="disclosure-list__option-label">Kenya (KES KSh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="KI" data-disclosure-option > <span class="flag-icon flag-icon-ki"></span> <span class="disclosure-list__option-label">Kiribati (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LV" data-disclosure-option > <span class="flag-icon flag-icon-lv"></span> <span class="disclosure-list__option-label">Latvia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LS" data-disclosure-option > <span class="flag-icon flag-icon-ls"></span> <span class="disclosure-list__option-label">Lesotho (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LR" data-disclosure-option > <span class="flag-icon flag-icon-lr"></span> <span class="disclosure-list__option-label">Liberia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LY" data-disclosure-option > <span class="flag-icon flag-icon-ly"></span> <span class="disclosure-list__option-label">Libya (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LT" data-disclosure-option > <span class="flag-icon flag-icon-lt"></span> <span class="disclosure-list__option-label">Lithuania (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="LU" data-disclosure-option > <span class="flag-icon flag-icon-lu"></span> <span class="disclosure-list__option-label">Luxembourg (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MG" data-disclosure-option > <span class="flag-icon flag-icon-mg"></span> <span class="disclosure-list__option-label">Madagascar (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MW" data-disclosure-option > <span class="flag-icon flag-icon-mw"></span> <span class="disclosure-list__option-label">Malawi (MWK MK)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ML" data-disclosure-option > <span class="flag-icon flag-icon-ml"></span> <span class="disclosure-list__option-label">Mali (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MT" data-disclosure-option > <span class="flag-icon flag-icon-mt"></span> <span class="disclosure-list__option-label">Malta (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MR" data-disclosure-option > <span class="flag-icon flag-icon-mr"></span> <span class="disclosure-list__option-label">Mauritania (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MU" data-disclosure-option > <span class="flag-icon flag-icon-mu"></span> <span class="disclosure-list__option-label">Mauritius (MUR ₨)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="YT" data-disclosure-option > <span class="flag-icon flag-icon-yt"></span> <span class="disclosure-list__option-label">Mayotte (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MA" data-disclosure-option > <span class="flag-icon flag-icon-ma"></span> <span class="disclosure-list__option-label">Morocco (MAD د.م.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="MZ" data-disclosure-option > <span class="flag-icon flag-icon-mz"></span> <span class="disclosure-list__option-label">Mozambique (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NA" data-disclosure-option > <span class="flag-icon flag-icon-na"></span> <span class="disclosure-list__option-label">Namibia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NL" data-disclosure-option > <span class="flag-icon flag-icon-nl"></span> <span class="disclosure-list__option-label">Netherlands (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NZ" data-disclosure-option > <span class="flag-icon flag-icon-nz"></span> <span class="disclosure-list__option-label">New Zealand (NZD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NE" data-disclosure-option > <span class="flag-icon flag-icon-ne"></span> <span class="disclosure-list__option-label">Niger (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NG" data-disclosure-option > <span class="flag-icon flag-icon-ng"></span> <span class="disclosure-list__option-label">Nigeria (NGN ₦)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="NO" data-disclosure-option > <span class="flag-icon flag-icon-no"></span> <span class="disclosure-list__option-label">Norway (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PY" data-disclosure-option > <span class="flag-icon flag-icon-py"></span> <span class="disclosure-list__option-label">Paraguay (PYG ₲)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PE" data-disclosure-option > <span class="flag-icon flag-icon-pe"></span> <span class="disclosure-list__option-label">Peru (PEN S/.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PL" data-disclosure-option > <span class="flag-icon flag-icon-pl"></span> <span class="disclosure-list__option-label">Poland (PLN zł)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="PT" data-disclosure-option > <span class="flag-icon flag-icon-pt"></span> <span class="disclosure-list__option-label">Portugal (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RE" data-disclosure-option > <span class="flag-icon flag-icon-re"></span> <span class="disclosure-list__option-label">Réunion (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RO" data-disclosure-option > <span class="flag-icon flag-icon-ro"></span> <span class="disclosure-list__option-label">Romania (RON Lei)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="RW" data-disclosure-option > <span class="flag-icon flag-icon-rw"></span> <span class="disclosure-list__option-label">Rwanda (RWF FRw)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ST" data-disclosure-option > <span class="flag-icon flag-icon-st"></span> <span class="disclosure-list__option-label">São Tomé &amp; Príncipe (STD Db)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SN" data-disclosure-option > <span class="flag-icon flag-icon-sn"></span> <span class="disclosure-list__option-label">Senegal (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SC" data-disclosure-option > <span class="flag-icon flag-icon-sc"></span> <span class="disclosure-list__option-label">Seychelles (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SL" data-disclosure-option > <span class="flag-icon flag-icon-sl"></span> <span class="disclosure-list__option-label">Sierra Leone (SLL Le)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SG" data-disclosure-option > <span class="flag-icon flag-icon-sg"></span> <span class="disclosure-list__option-label">Singapore (SGD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SK" data-disclosure-option > <span class="flag-icon flag-icon-sk"></span> <span class="disclosure-list__option-label">Slovakia (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SO" data-disclosure-option > <span class="flag-icon flag-icon-so"></span> <span class="disclosure-list__option-label">Somalia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZA" data-disclosure-option > <span class="flag-icon flag-icon-za"></span> <span class="disclosure-list__option-label">South Africa (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GS" data-disclosure-option > <span class="flag-icon flag-icon-gs"></span> <span class="disclosure-list__option-label">South Georgia &amp; South Sandwich Islands (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SS" data-disclosure-option > <span class="flag-icon flag-icon-ss"></span> <span class="disclosure-list__option-label">South Sudan (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ES" data-disclosure-option > <span class="flag-icon flag-icon-es"></span> <span class="disclosure-list__option-label">Spain (EUR €)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SH" data-disclosure-option > <span class="flag-icon flag-icon-sh"></span> <span class="disclosure-list__option-label">St. Helena (SHP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SD" data-disclosure-option > <span class="flag-icon flag-icon-sd"></span> <span class="disclosure-list__option-label">Sudan (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SR" data-disclosure-option > <span class="flag-icon flag-icon-sr"></span> <span class="disclosure-list__option-label">Suriname (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="SE" data-disclosure-option > <span class="flag-icon flag-icon-se"></span> <span class="disclosure-list__option-label">Sweden (SEK kr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TZ" data-disclosure-option > <span class="flag-icon flag-icon-tz"></span> <span class="disclosure-list__option-label">Tanzania (TZS Sh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TG" data-disclosure-option > <span class="flag-icon flag-icon-tg"></span> <span class="disclosure-list__option-label">Togo (XOF Fr)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TO" data-disclosure-option > <span class="flag-icon flag-icon-to"></span> <span class="disclosure-list__option-label">Tonga (TOP T$)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TA" data-disclosure-option > <span class="flag-icon flag-icon-ta"></span> <span class="disclosure-list__option-label">Tristan da Cunha (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="TN" data-disclosure-option > <span class="flag-icon flag-icon-tn"></span> <span class="disclosure-list__option-label">Tunisia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="UG" data-disclosure-option > <span class="flag-icon flag-icon-ug"></span> <span class="disclosure-list__option-label">Uganda (UGX USh)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="AE" data-disclosure-option > <span class="flag-icon flag-icon-ae"></span> <span class="disclosure-list__option-label">United Arab Emirates (AED د.إ)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="GB" data-disclosure-option > <span class="flag-icon flag-icon-gb"></span> <span class="disclosure-list__option-label">United Kingdom (GBP £)</span ></a> </li> <li class="disclosure-list__item disclosure-list__item--current"> <a class="disclosure-list__option no-transition fs-body-75" href="#" aria-current="true" data-value="US" data-disclosure-option > <span class="flag-icon flag-icon-us"></span> <span class="disclosure-list__option-label">United States (USD $)</span ><span class="icon icon-new icon-checkmark "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1.88 11.988 6.21 6.103L22.467 3.83" stroke="currentColor" stroke-width="3.055"/></svg> </span> </a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="UY" data-disclosure-option > <span class="flag-icon flag-icon-uy"></span> <span class="disclosure-list__option-label">Uruguay (UYU $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="VE" data-disclosure-option > <span class="flag-icon flag-icon-ve"></span> <span class="disclosure-list__option-label">Venezuela (USD $)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="EH" data-disclosure-option > <span class="flag-icon flag-icon-eh"></span> <span class="disclosure-list__option-label">Western Sahara (MAD د.م.)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZM" data-disclosure-option > <span class="flag-icon flag-icon-zm"></span> <span class="disclosure-list__option-label">Zambia (GBP £)</span ></a> </li> <li class="disclosure-list__item "> <a class="disclosure-list__option no-transition fs-body-75" href="#" data-value="ZW" data-disclosure-option > <span class="flag-icon flag-icon-zw"></span> <span class="disclosure-list__option-label">Zimbabwe (USD $)</span ></a> </li></ul> <input type="hidden" name="country_code" id="CurrencySelector-footer" value="US" data-disclosure-input > </div> </div></div></form> <link rel="preload" fetchpriority="low" href="//aquapac.net/cdn/shop/t/4/assets/partial-flag-icons.css?v=164190940160091988681700910796" as="style" media="screen" onload="this.onload=null;this.rel='stylesheet'" > <noscript ><link rel="stylesheet" href="//aquapac.net/cdn/shop/t/4/assets/partial-flag-icons.css?v=164190940160091988681700910796" media="screen" ></noscript> <div class="footer__credits fs-body-50"> <p> Copyright &copy; 2024, <a href="/" title="">Aquapac</a>. All rights reserved. See our terms of use and privacy notice. </p> <p><a target="_blank" rel="nofollow noopener" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Aquapac International Limited, part of the Aquapac Group Limited</a></p> </div> </div> <div class="footer__bottom-right"><div class="payment-icons"> <div class="payment-icons__icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg> </div> <div class="payment-icons__icon"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </div> </div> </div> </div> </div> </div> </footer> <!-- END sections: footer-group --> <div class=" store-availability-drawer popover animation animation--store-availability-drawer " data-store-availability-drawer aria-describedby="drawer-title" aria-hidden="true" role="dialog" > <div class="store-availability-drawer__wash" data-store-availability-drawer-wash></div> <div class="store-availability-drawer__container"> <div class="store-availability-drawer__inner"> <div class="store-availability-drawer__header"> <div class="store-availability-drawer__product-info"> <h4 id="drawer-title" class="store-availability-drawer__store-list-product-title ff-heading fs-heading-5-base" data-store-availability-product-title > Availability </h4> <p class="store-availability-drawer__store-list-variant-title fs-body-60 t-opacity-50" data-store-availability-variant-title ></p> </div> <button type="button" class="store-availability-drawer__close" data-store-availability-close aria-label="Close" > <span class="icon-button icon-button-close icon-button--small " > <span class="icon-button__icon"> <span class="icon icon-new icon-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg> </span> </span> </span> </button> </div> <div class="store-availbility-drawer__product" data-store-availability-product></div> <div class="store-availbility-drawer__content" data-store-list-container></div> </div> </div> </div> <div class=" quick-product--wrap modal popover is-fixed animation animation--quick-view animation--quick-view-revealed " aria-modal="true" aria-hidden="true" data-quick-view-modal > <div class="modal__wash"></div> <div class="quick-product--modal__inner modal__inner"> <div class="quick-view-modal__content empty"> <h3 class="quick-view-modal-loading-indicator"> <div class="loader"> <div class="loader__wrap"> <div class="loader__bar"></div> </div> </div> </h3> </div> <button type="button" data-modal-close class="modal__close-icon" aria-label="Close" > <span class="icon-button icon-button-close icon-button--small " > <span class="icon-button__icon"> <span class="icon icon-new icon-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg> </span> </span> </span> </button> </div> </div> <div class="modal popover" data-modal> <div class="modal__wash"></div> <div class="modal__inner" data-scroll-lock-ignore> <div class="modal__header"> <button type="button" data-modal-close class="modal__close-icon" aria-label="Close" > <span class="icon-button icon-button-close icon-button--small " > <span class="icon-button__icon"> <span class="icon icon-new icon-close "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.66 1.34 2 .68.68 2l.66.66 1.32-1.32zm18.68 21.32.66.66L23.32 22l-.66-.66-1.32 1.32zm1.32-20 .66-.66L22 .68l-.66.66 1.32 1.32zM1.34 21.34.68 22 2 23.32l.66-.66-1.32-1.32zm0-18.68 10 10 1.32-1.32-10-10-1.32 1.32zm11.32 10 10-10-1.32-1.32-10 10 1.32 1.32zm-1.32-1.32-10 10 1.32 1.32 10-10-1.32-1.32zm0 1.32 10 10 1.32-1.32-10-10-1.32 1.32z" fill="currentColor"/></svg> </span> </span> </span> </button> </div> <div class="modal__content rte non-page-rte"></div> </div> </div> <div class=" back-to-top back-to-top--bottom-center " data-back-to-top > <button type="button" class="back-to-top__button" aria-label="Back to top" data-back-to-top-button > <span class="icon icon-new icon-chevron "> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"/></svg> </span> </button> </div> </div> <script src="//www.youtube.com/iframe_api" type="text/javascript"></script> <link href="//aquapac.net/cdn/shopifycloud/shopify-plyr/v1.0/shopify-plyr.css" rel="stylesheet" type="text/css" media="all" /> <div id="shopify-block-18323989210020231973" class="shopify-block shopify-app-block"><script type="text/javascript" src="https://cdn.shopify.com/extensions/8e4572ed-7bb6-4988-9166-9fa094d555d6/disable-right-click-country-6/assets/anticopy.js" defer></script> </div><div id="shopify-block-15683396631634586217" class="shopify-block shopify-app-block"><script id="chat-button-container" data-horizontal-position=bottom_right data-vertical-position=lowest data-icon=chat_bubble data-text=chat_with_us data-color=#000000 data-secondary-color=#FFFFFF data-ternary-color=#6A6A6A data-domain=aquapac.net data-external-identifier=7ffBF9sveLRMefJ6W7PJnNqDwGH9uSafALrRFbtXbnw > </script> </div></body> <link rel="preload" fetchpriority="low" href="//aquapac.net/cdn/shop/t/4/assets/theme-deferred.css?v=90605793427210744251700910797" as="style" onload="this.onload=null;this.rel='stylesheet'" > <noscript><link rel="stylesheet" href="//aquapac.net/cdn/shop/t/4/assets/theme-deferred.css?v=90605793427210744251700910797"></noscript> </html>
fineweb
{ "fineweb_metadata": { "text": "This floatation device can be easily and quickly attached to the lanyard/carry cord\nused on all Aquapac phone cases. Made from plastizoate foam it will make any phone float\ninside an Aquapac case.\nThe Impact max Phone Case floats without need of this device with phones weighing up to 230 gms / 8oz.\nSupplied with cable tie for secure attachment.\nFlotation device measures 12cms / 4.7”x 2.5cms / 1” in diameter.", "id": "<urn:uuid:08443dc0-1824-4be7-b0fd-ee680b3e0ad3>", "dump": "CC-MAIN-2024-10", "url": "https://aquapac.net/products/flotation-device-for-most-aquapac-phone-cases", "date": "2024-02-25T07:49:13", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8065822720527649, "token_count": 108 } }
<urn:uuid:f6cdafb0-4bf4-4703-a9c1-122880d785b6>
<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="https://aquaterratraining.co.uk/xmlrpc.php" /> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <script type="text/javascript"> let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};</script> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>When was the last time you read a manufacturers instruction? - AquaTerra Training</title> <meta name="description" content="Here is a question... "/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="When was the last time you read a manufacturers instruction? - AquaTerra Training" /> <meta property="og:description" content="Here is a question... " /> <meta property="og:url" content="https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/" /> <meta property="og:site_name" content="AquaTerra Training" /> <meta property="article:publisher" content="https://www.facebook.com/aquaterratrainingltd/" /> <meta property="article:section" content="News" /> <meta property="og:updated_time" content="2022-11-17T11:19:55+00:00" /> <meta property="og:image" content="https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png" /> <meta property="og:image:secure_url" content="https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png" /> <meta property="og:image:width" content="1920" /> <meta property="og:image:height" content="1080" /> <meta property="og:image:alt" content="When was the last time you read a manufacturers instruction?" /> <meta property="og:image:type" content="image/png" /> <meta property="article:published_time" content="2022-03-29T11:02:38+00:00" /> <meta property="article:modified_time" content="2022-11-17T11:19:55+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="When was the last time you read a manufacturers instruction? - AquaTerra Training" /> <meta name="twitter:description" content="Here is a question... " /> <meta name="twitter:image" content="https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="elaine.mackay@aquaterra.co.uk" /> <meta name="twitter:label2" content="Time to read" /> <meta name="twitter:data2" content="3 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://aquaterratraining.co.uk/#place","geo":{"@type":"GeoCoordinates","latitude":"57.22208548426375","longitude":" -2.3397998423281097"},"hasMap":"https://www.google.com/maps/search/?api=1&amp;query=57.22208548426375, -2.3397998423281097","address":{"@type":"PostalAddress","streetAddress":"AquaTerra House","addressLocality":"Midmill Business Park, Tofthills Ave, Kintore","addressRegion":"Inverurie","postalCode":"AB51 0QP","addressCountry":"Scotland"}},{"@type":["Corporation","Organization"],"@id":"https://aquaterratraining.co.uk/#organization","name":"AquaTerra Training","url":"https://aquaterratraining.co.uk","sameAs":["https://www.facebook.com/aquaterratrainingltd/"],"email":"bookings@aquaterra.co.uk","address":{"@type":"PostalAddress","streetAddress":"AquaTerra House","addressLocality":"Midmill Business Park, Tofthills Ave, Kintore","addressRegion":"Inverurie","postalCode":"AB51 0QP","addressCountry":"Scotland"},"logo":{"@type":"ImageObject","@id":"https://aquaterratraining.co.uk/#logo","url":"https://aquaterratraining.co.uk/wp-content/uploads/2022/12/Aquaterra-Training_Logo_RGB.png","contentUrl":"https://aquaterratraining.co.uk/wp-content/uploads/2022/12/Aquaterra-Training_Logo_RGB.png","caption":"AquaTerra Training","inLanguage":"en-US","width":"1450","height":"437"},"contactPoint":[{"@type":"ContactPoint","telephone":"01224 392626","contactType":"customer support"}],"location":{"@id":"https://aquaterratraining.co.uk/#place"}},{"@type":"WebSite","@id":"https://aquaterratraining.co.uk/#website","url":"https://aquaterratraining.co.uk","name":"AquaTerra Training","publisher":{"@id":"https://aquaterratraining.co.uk/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png","url":"https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png","width":"1920","height":"1080","inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://aquaterratraining.co.uk/category/news/","name":"News"}},{"@type":"ListItem","position":"2","item":{"@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/","name":"When was the last time you read a manufacturers instruction?"}}]},{"@type":"WebPage","@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#webpage","url":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/","name":"When was the last time you read a manufacturers instruction? - AquaTerra Training","datePublished":"2022-03-29T11:02:38+00:00","dateModified":"2022-11-17T11:19:55+00:00","isPartOf":{"@id":"https://aquaterratraining.co.uk/#website"},"primaryImageOfPage":{"@id":"https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png"},"inLanguage":"en-US","breadcrumb":{"@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#breadcrumb"}},{"@type":"Person","@id":"https://aquaterratraining.co.uk/author/elaine-mackayaquaterra-co-uk/","name":"elaine.mackay@aquaterra.co.uk","url":"https://aquaterratraining.co.uk/author/elaine-mackayaquaterra-co-uk/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/ab827795e1c6072a71912cd7abb0df96?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/ab827795e1c6072a71912cd7abb0df96?s=96&amp;d=mm&amp;r=g","caption":"elaine.mackay@aquaterra.co.uk","inLanguage":"en-US"},"worksFor":{"@id":"https://aquaterratraining.co.uk/#organization"}},{"@type":"BlogPosting","headline":"When was the last time you read a manufacturers instruction? - AquaTerra Training","datePublished":"2022-03-29T11:02:38+00:00","dateModified":"2022-11-17T11:19:55+00:00","articleSection":"News","author":{"@id":"https://aquaterratraining.co.uk/author/elaine-mackayaquaterra-co-uk/","name":"elaine.mackay@aquaterra.co.uk"},"publisher":{"@id":"https://aquaterratraining.co.uk/#organization"},"description":"Here is a question...\u00a0","name":"When was the last time you read a manufacturers instruction? - AquaTerra Training","@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#richSnippet","isPartOf":{"@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#webpage"},"image":{"@id":"https://aquaterratraining.co.uk/wp-content/uploads/2021/05/1056825_AquaterraRequestImage3_050421.png"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//widget.tagembed.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="AquaTerra Training &raquo; Feed" href="https://aquaterratraining.co.uk/feed/" /> <link rel="alternate" type="application/rss+xml" title="AquaTerra Training &raquo; Comments Feed" href="https://aquaterratraining.co.uk/comments/feed/" /> <meta content="Divi v.4.24.0" name="generator"/><style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}body { margin: 0;--wp--style--global--content-size: 823px;--wp--style--global--wide-size: 1080px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='et-divi-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext&#038;display=swap' type='text/css' media='all' /> <style id='divi-style-inline-inline-css' type='text/css'> /*! Theme Name: Divi Theme URI: http://www.elegantthemes.com/gallery/divi/ Version: 4.24.0 Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection. Author: Elegant Themes Author URI: http://www.elegantthemes.com License: GNU General Public License v2 License URI: http://www.gnu.org/licenses/gpl-2.0.html */ a,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}blockquote{margin:20px 0 30px;border-left:5px solid;padding-left:20px}:focus{outline:0}del{text-decoration:line-through}pre{overflow:auto;padding:10px}figure{margin:0}table{border-collapse:collapse;border-spacing:0}article,aside,footer,header,hgroup,nav,section{display:block}body{font-family:Open Sans,Arial,sans-serif;font-size:14px;color:#666;background-color:#fff;line-height:1.7em;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.page-template-page-template-blank-php #page-container{padding-top:0!important}body.et_cover_background{background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important;background-attachment:fixed}a{color:#2ea3f2}a,a:hover{text-decoration:none}p{padding-bottom:1em}p:not(.has-background):last-of-type{padding-bottom:0}p.et_normal_padding{padding-bottom:1em}strong{font-weight:700}cite,em,i{font-style:italic}code,pre{font-family:Courier New,monospace;margin-bottom:10px}ins{text-decoration:none}sub,sup{height:0;line-height:1;position:relative;vertical-align:baseline}sup{bottom:.8em}sub{top:.3em}dl{margin:0 0 1.5em}dl dt{font-weight:700}dd{margin-left:1.5em}blockquote p{padding-bottom:0}embed,iframe,object,video{max-width:100%}h1,h2,h3,h4,h5,h6{color:#333;padding-bottom:10px;line-height:1em;font-weight:500}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1{font-size:30px}h2{font-size:26px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}input{-webkit-appearance:none}input[type=checkbox]{-webkit-appearance:checkbox}input[type=radio]{-webkit-appearance:radio}input.text,input.title,input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{background-color:#fff;border:1px solid #bbb;padding:2px;color:#4e4e4e}input.text:focus,input.title:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#2d3940;color:#3e3e3e}input.text,input.title,input[type=text],select,textarea{margin:0}textarea{padding:4px}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto}.clear{clear:both}br.clear{margin:0;padding:0}.pagination{clear:both}#et_search_icon:hover,.et-social-icon a:hover,.et_password_protected_form .et_submit_button,.form-submit .et_pb_buttontton.alt.disabled,.nav-single a,.posted_in a{color:#2ea3f2}.et-search-form,blockquote{border-color:#2ea3f2}#main-content{background-color:#fff}.container{width:80%;max-width:1080px;margin:auto;position:relative}body:not(.et-tb) #main-content .container,body:not(.et-tb-has-header) #main-content .container{padding-top:58px}.et_full_width_page #main-content .container:before{display:none}.main_title{margin-bottom:20px}.et_password_protected_form .et_submit_button:hover,.form-submit .et_pb_button:hover{background:rgba(0,0,0,.05)}.et_button_icon_visible .et_pb_button{padding-right:2em;padding-left:.7em}.et_button_icon_visible .et_pb_button:after{opacity:1;margin-left:0}.et_button_left .et_pb_button:hover:after{left:.15em}.et_button_left .et_pb_button:after{margin-left:0;left:1em}.et_button_icon_visible.et_button_left .et_pb_button,.et_button_left .et_pb_button:hover,.et_button_left .et_pb_module .et_pb_button:hover{padding-left:2em;padding-right:.7em}.et_button_icon_visible.et_button_left .et_pb_button:after,.et_button_left .et_pb_button:hover:after{left:.15em}.et_password_protected_form .et_submit_button:hover,.form-submit .et_pb_button:hover{padding:.3em 1em}.et_button_no_icon .et_pb_button:after{display:none}.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,.et_button_no_icon.et_button_left .et_pb_button:hover,.et_button_no_icon .et_pb_button,.et_button_no_icon .et_pb_button:hover{padding:.3em 1em!important}.et_button_custom_icon .et_pb_button:after{line-height:1.7em}.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,.et_button_custom_icon .et_pb_button:hover:after{margin-left:.3em}#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type{padding:0;margin-bottom:-16px}.entry-content table:not(.variations){border:1px solid #eee;margin:0 0 15px;text-align:left;width:100%}.entry-content thead th,.entry-content tr th{color:#555;font-weight:700;padding:9px 24px}.entry-content tr td{border-top:1px solid #eee;padding:6px 24px}#left-area ul,.entry-content ul,.et-l--body ul,.et-l--footer ul,.et-l--header ul{list-style-type:disc;padding:0 0 23px 1em;line-height:26px}#left-area ol,.entry-content ol,.et-l--body ol,.et-l--footer ol,.et-l--header ol{list-style-type:decimal;list-style-position:inside;padding:0 0 23px;line-height:26px}#left-area ul li ul,.entry-content ul li ol{padding:2px 0 2px 20px}#left-area ol li ul,.entry-content ol li ol,.et-l--body ol li ol,.et-l--footer ol li ol,.et-l--header ol li ol{padding:2px 0 2px 35px}#left-area ul.wp-block-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;padding:0}#left-area ul.products{padding:0!important;line-height:1.7!important;list-style:none!important}.gallery-item a{display:block}.gallery-caption,.gallery-item a{width:90%}#wpadminbar{z-index:100001}#left-area .post-meta{font-size:14px;padding-bottom:15px}#left-area .post-meta a{text-decoration:none;color:#666}#left-area .et_featured_image{padding-bottom:7px}.single .post{padding-bottom:25px}body.single .et_audio_content{margin-bottom:-6px}.nav-single a{text-decoration:none;color:#2ea3f2;font-size:14px;font-weight:400}.nav-previous{float:left}.nav-next{float:right}.et_password_protected_form p input{background-color:#eee;border:none!important;width:100%!important;border-radius:0!important;font-size:14px;color:#999!important;padding:16px!important;-webkit-box-sizing:border-box;box-sizing:border-box}.et_password_protected_form label{display:none}.et_password_protected_form .et_submit_button{font-family:inherit;display:block;float:right;margin:8px auto 0;cursor:pointer}.post-password-required p.nocomments.container{max-width:100%}.post-password-required p.nocomments.container:before{display:none}.aligncenter,div.post .new-post .aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{border:1px solid #ddd;text-align:center;background-color:#f3f3f3;margin-bottom:10px;max-width:96%;padding:8px}.wp-caption.alignleft{margin:0 30px 20px 0}.wp-caption.alignright{margin:0 0 20px 30px}.wp-caption img{margin:0;padding:0;border:0}.wp-caption p.wp-caption-text{font-size:12px;padding:0 4px 5px;margin:0}.alignright{float:right}.alignleft{float:left}img.alignleft{display:inline;float:left;margin-right:15px}img.alignright{display:inline;float:right;margin-left:15px}.page.et_pb_pagebuilder_layout #main-content{background-color:transparent}body #main-content .et_builder_inner_content>h1,body #main-content .et_builder_inner_content>h2,body #main-content .et_builder_inner_content>h3,body #main-content .et_builder_inner_content>h4,body #main-content .et_builder_inner_content>h5,body #main-content .et_builder_inner_content>h6{line-height:1.4em}body #main-content .et_builder_inner_content>p{line-height:1.7em}.wp-block-pullquote{margin:20px 0 30px}.wp-block-pullquote.has-background blockquote{border-left:none}.wp-block-group.has-background{padding:1.5em 1.5em .5em}@media (min-width:981px){#left-area{width:79.125%;padding-bottom:23px}#main-content .container:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:#e2e2e2}.et_full_width_page #left-area,.et_no_sidebar #left-area{float:none;width:100%!important}.et_full_width_page #left-area{padding-bottom:0}.et_no_sidebar #main-content .container:before{display:none}}@media (max-width:980px){#page-container{padding-top:80px}.et-tb #page-container,.et-tb-has-header #page-container{padding-top:0!important}#left-area,#sidebar{width:100%!important}#main-content .container:before{display:none!important}.et_full_width_page .et_gallery_item:nth-child(4n+1){clear:none}}@media print{#page-container{padding-top:0!important}}#wp-admin-bar-et-use-visual-builder a:before{font-family:ETmodules!important;content:"\e625";font-size:30px!important;width:28px;margin-top:-3px;color:#974df3!important}#wp-admin-bar-et-use-visual-builder:hover a:before{color:#fff!important}#wp-admin-bar-et-use-visual-builder:hover a,#wp-admin-bar-et-use-visual-builder a:hover{transition:background-color .5s ease;-webkit-transition:background-color .5s ease;-moz-transition:background-color .5s ease;background-color:#7e3bd0!important;color:#fff!important}* html .clearfix,:first-child+html .clearfix{zoom:1}.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css{background-attachment:scroll}.et-social-facebook a.icon:before{content:"\e093"}.et-social-twitter a.icon:before{content:"\e094"}.et-social-google-plus a.icon:before{content:"\e096"}.et-social-instagram a.icon:before{content:"\e09a"}.et-social-rss a.icon:before{content:"\e09e"}.ai1ec-single-event:after{content:" ";display:table;clear:both}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot{z-index:3}.wp-block-divi-layout{margin-bottom:1em}*{-webkit-box-sizing:border-box;box-sizing:border-box}#et-info-email:before,#et-info-phone:before,#et_search_icon:before,.comment-reply-link:after,.et-cart-info span:before,.et-pb-arrow-next:before,.et-pb-arrow-prev:before,.et-social-icon a:before,.et_audio_container .mejs-playpause-button button:before,.et_audio_container .mejs-volume-button button:before,.et_overlay:before,.et_password_protected_form .et_submit_button:after,.et_pb_button:after,.et_pb_contact_reset:after,.et_pb_contact_submit:after,.et_pb_font_icon:before,.et_pb_newsletter_button:after,.et_pb_pricing_table_button:after,.et_pb_promo_button:after,.et_pb_testimonial:before,.et_pb_toggle_title:before,.form-submit .et_pb_button:after,.mobile_menu_bar:before,a.et_pb_more_button:after{font-family:ETmodules!important;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0 0;direction:ltr}.et-pb-icon,.et_pb_custom_button_icon.et_pb_button:after,.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after{content:attr(data-icon)}.et-pb-icon{font-family:ETmodules;speak:none;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:96px;font-style:normal;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;direction:ltr}#et-ajax-saving{display:none;-webkit-transition:background .3s,-webkit-box-shadow .3s;transition:background .3s,-webkit-box-shadow .3s;transition:background .3s,box-shadow .3s;transition:background .3s,box-shadow .3s,-webkit-box-shadow .3s;-webkit-box-shadow:rgba(0,139,219,.247059) 0 0 60px;box-shadow:0 0 60px rgba(0,139,219,.247059);position:fixed;top:50%;left:50%;width:50px;height:50px;background:#fff;border-radius:50px;margin:-25px 0 0 -25px;z-index:999999;text-align:center}#et-ajax-saving img{margin:9px}.et-safe-mode-indicator,.et-safe-mode-indicator:focus,.et-safe-mode-indicator:hover{-webkit-box-shadow:0 5px 10px rgba(41,196,169,.15);box-shadow:0 5px 10px rgba(41,196,169,.15);background:#29c4a9;color:#fff;font-size:14px;font-weight:600;padding:12px;line-height:16px;border-radius:3px;position:fixed;bottom:30px;right:30px;z-index:999999;text-decoration:none;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.et_pb_button{font-size:20px;font-weight:500;padding:.3em 1em;line-height:1.7em!important;background-color:transparent;background-size:cover;background-position:50%;background-repeat:no-repeat;border:2px solid;border-radius:3px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:all!important;transition-property:all!important}.et_pb_button,.et_pb_button_inner{position:relative}.et_pb_button:hover,.et_pb_module .et_pb_button:hover{border:2px solid transparent;padding:.3em 2em .3em .7em}.et_pb_button:hover{background-color:hsla(0,0%,100%,.2)}.et_pb_bg_layout_light.et_pb_button:hover,.et_pb_bg_layout_light .et_pb_button:hover{background-color:rgba(0,0,0,.05)}.et_pb_button:after,.et_pb_button:before{font-size:32px;line-height:1em;content:"\35";opacity:0;position:absolute;margin-left:-1em;-webkit-transition:all .2s;transition:all .2s;text-transform:none;-webkit-font-feature-settings:"kern" off;font-feature-settings:"kern" off;font-variant:none;font-style:normal;font-weight:400;text-shadow:none}.et_pb_button.et_hover_enabled:hover:after,.et_pb_button.et_pb_hovered:hover:after{-webkit-transition:none!important;transition:none!important}.et_pb_button:before{display:none}.et_pb_button:hover:after{opacity:1;margin-left:0}.et_pb_column_1_3 h1,.et_pb_column_1_4 h1,.et_pb_column_1_5 h1,.et_pb_column_1_6 h1,.et_pb_column_2_5 h1{font-size:26px}.et_pb_column_1_3 h2,.et_pb_column_1_4 h2,.et_pb_column_1_5 h2,.et_pb_column_1_6 h2,.et_pb_column_2_5 h2{font-size:23px}.et_pb_column_1_3 h3,.et_pb_column_1_4 h3,.et_pb_column_1_5 h3,.et_pb_column_1_6 h3,.et_pb_column_2_5 h3{font-size:20px}.et_pb_column_1_3 h4,.et_pb_column_1_4 h4,.et_pb_column_1_5 h4,.et_pb_column_1_6 h4,.et_pb_column_2_5 h4{font-size:18px}.et_pb_column_1_3 h5,.et_pb_column_1_4 h5,.et_pb_column_1_5 h5,.et_pb_column_1_6 h5,.et_pb_column_2_5 h5{font-size:16px}.et_pb_column_1_3 h6,.et_pb_column_1_4 h6,.et_pb_column_1_5 h6,.et_pb_column_1_6 h6,.et_pb_column_2_5 h6{font-size:15px}.et_pb_bg_layout_dark,.et_pb_bg_layout_dark h1,.et_pb_bg_layout_dark h2,.et_pb_bg_layout_dark h3,.et_pb_bg_layout_dark h4,.et_pb_bg_layout_dark h5,.et_pb_bg_layout_dark h6{color:#fff!important}.et_pb_module.et_pb_text_align_left{text-align:left}.et_pb_module.et_pb_text_align_center{text-align:center}.et_pb_module.et_pb_text_align_right{text-align:right}.et_pb_module.et_pb_text_align_justified{text-align:justify}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.et_pb_bg_layout_light .et_pb_more_button{color:#2ea3f2}.et_builder_inner_content{position:relative;z-index:1}header .et_builder_inner_content{z-index:2}.et_pb_css_mix_blend_mode_passthrough{mix-blend-mode:unset!important}.et_pb_image_container{margin:-20px -20px 29px}.et_pb_module_inner{position:relative}.et_hover_enabled_preview{z-index:2}.et_hover_enabled:hover{position:relative;z-index:2}.et_pb_all_tabs,.et_pb_module,.et_pb_posts_nav a,.et_pb_tab,.et_pb_with_background{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.et_pb_background_mask,.et_pb_background_pattern{bottom:0;left:0;position:absolute;right:0;top:0}.et_pb_background_mask{background-size:calc(100% + 2px) calc(100% + 2px);background-repeat:no-repeat;background-position:50%;overflow:hidden}.et_pb_background_pattern{background-position:0 0;background-repeat:repeat}.et_pb_with_border{position:relative;border:0 solid #333}.post-password-required .et_pb_row{padding:0;width:100%}.post-password-required .et_password_protected_form{min-height:0}body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_password_protected_form h1,body:not(.et_pb_pagebuilder_layout) .post-password-required .et_password_protected_form h1{display:none}.et_pb_no_bg{padding:0!important}.et_overlay.et_pb_inline_icon:before,.et_pb_inline_icon:before{content:attr(data-icon)}.et_pb_more_button{color:inherit;text-shadow:none;text-decoration:none;display:inline-block;margin-top:20px}.et_parallax_bg_wrap{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.et_parallax_bg{background-repeat:no-repeat;background-position:top;background-size:cover;position:absolute;bottom:0;left:0;width:100%;height:100%;display:block}.et_parallax_bg.et_parallax_bg__hover,.et_parallax_bg.et_parallax_bg_phone,.et_parallax_bg.et_parallax_bg_tablet,.et_parallax_gradient.et_parallax_gradient__hover,.et_parallax_gradient.et_parallax_gradient_phone,.et_parallax_gradient.et_parallax_gradient_tablet,.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),.et_pb_section_parallax_hover:hover .et_parallax_gradient:not(.et_parallax_gradient__hover){display:none}.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,.et_pb_section_parallax_hover:hover .et_parallax_gradient.et_parallax_gradient__hover{display:block}.et_parallax_gradient{bottom:0;display:block;left:0;position:absolute;right:0;top:0}.et_pb_module.et_pb_section_parallax,.et_pb_posts_nav a.et_pb_section_parallax,.et_pb_tab.et_pb_section_parallax{position:relative}.et_pb_section_parallax .et_pb_parallax_css,.et_pb_slides .et_parallax_bg.et_pb_parallax_css{background-attachment:fixed}body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css{background-attachment:scroll;bottom:auto}.et_pb_section_parallax.et_pb_column .et_pb_module,.et_pb_section_parallax.et_pb_row .et_pb_column,.et_pb_section_parallax.et_pb_row .et_pb_module{z-index:9;position:relative}.et_pb_more_button:hover:after{opacity:1;margin-left:0}.et_pb_preload .et_pb_section_video_bg,.et_pb_preload>div{visibility:hidden}.et_pb_preload,.et_pb_section.et_pb_section_video.et_pb_preload{position:relative;background:#464646!important}.et_pb_preload:before{content:"";position:absolute;top:50%;left:50%;background:url(https://aquaterratraining.co.uk/wp-content/themes/Divi/includes/builder/styles/images/preloader.gif) no-repeat;border-radius:32px;width:32px;height:32px;margin:-16px 0 0 -16px}.box-shadow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.et_pb_section>.box-shadow-overlay~.et_pb_row{z-index:11}body.safari .section_has_divider{will-change:transform}.et_pb_row>.box-shadow-overlay{z-index:8}.has-box-shadow-overlay{position:relative}.et_clickable{cursor:pointer}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.et_multi_view_hidden,.et_multi_view_hidden_image{display:none!important}@keyframes multi-view-image-fade{0%{opacity:0}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8}90%{opacity:.9}to{opacity:1}}.et_multi_view_image__loading{visibility:hidden}.et_multi_view_image__loaded{-webkit-animation:multi-view-image-fade .5s;animation:multi-view-image-fade .5s}#et-pb-motion-effects-offset-tracker{visibility:hidden!important;opacity:0;position:absolute;top:0;left:0}.et-pb-before-scroll-animation{opacity:0}header.et-l.et-l--header:after{clear:both;display:block;content:""}.et_pb_module{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes fadeBottom{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeBottom{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeLeft{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeLeft{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeRight{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeTop{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeTop{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.et-waypoint:not(.et_pb_counters){opacity:0}@media (min-width:981px){.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child,.et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,.et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child{margin-bottom:0}}@media (max-width:980px){.et_overlay.et_pb_inline_icon_tablet:before,.et_pb_inline_icon_tablet:before{content:attr(data-icon-tablet)}.et_parallax_bg.et_parallax_bg_tablet_exist,.et_parallax_gradient.et_parallax_gradient_tablet_exist{display:none}.et_parallax_bg.et_parallax_bg_tablet,.et_parallax_gradient.et_parallax_gradient_tablet{display:block}.et_pb_column .et_pb_module{margin-bottom:30px}.et_pb_row .et_pb_column .et_pb_module.et-last-child,.et_pb_row .et_pb_column .et_pb_module:last-child,.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child{margin-bottom:0}.et_pb_more_button{display:inline-block!important}.et_pb_bg_layout_light_tablet.et_pb_button,.et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,.et_pb_bg_layout_light_tablet .et_pb_more_button{color:#2ea3f2}.et_pb_bg_layout_light_tablet .et_pb_forgot_password a{color:#666}.et_pb_bg_layout_light_tablet h1,.et_pb_bg_layout_light_tablet h2,.et_pb_bg_layout_light_tablet h3,.et_pb_bg_layout_light_tablet h4,.et_pb_bg_layout_light_tablet h5,.et_pb_bg_layout_light_tablet h6{color:#333!important}.et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button{color:#2ea3f2!important}.et_pb_bg_layout_light_tablet{color:#666!important}.et_pb_bg_layout_dark_tablet,.et_pb_bg_layout_dark_tablet h1,.et_pb_bg_layout_dark_tablet h2,.et_pb_bg_layout_dark_tablet h3,.et_pb_bg_layout_dark_tablet h4,.et_pb_bg_layout_dark_tablet h5,.et_pb_bg_layout_dark_tablet h6{color:#fff!important}.et_pb_bg_layout_dark_tablet.et_pb_button,.et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,.et_pb_bg_layout_dark_tablet .et_pb_more_button{color:inherit}.et_pb_bg_layout_dark_tablet .et_pb_forgot_password a{color:#fff}.et_pb_module.et_pb_text_align_left-tablet{text-align:left}.et_pb_module.et_pb_text_align_center-tablet{text-align:center}.et_pb_module.et_pb_text_align_right-tablet{text-align:right}.et_pb_module.et_pb_text_align_justified-tablet{text-align:justify}}@media (max-width:767px){.et_pb_more_button{display:inline-block!important}.et_overlay.et_pb_inline_icon_phone:before,.et_pb_inline_icon_phone:before{content:attr(data-icon-phone)}.et_parallax_bg.et_parallax_bg_phone_exist,.et_parallax_gradient.et_parallax_gradient_phone_exist{display:none}.et_parallax_bg.et_parallax_bg_phone,.et_parallax_gradient.et_parallax_gradient_phone{display:block}.et-hide-mobile{display:none!important}.et_pb_bg_layout_light_phone.et_pb_button,.et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,.et_pb_bg_layout_light_phone .et_pb_more_button{color:#2ea3f2}.et_pb_bg_layout_light_phone .et_pb_forgot_password a{color:#666}.et_pb_bg_layout_light_phone h1,.et_pb_bg_layout_light_phone h2,.et_pb_bg_layout_light_phone h3,.et_pb_bg_layout_light_phone h4,.et_pb_bg_layout_light_phone h5,.et_pb_bg_layout_light_phone h6{color:#333!important}.et_pb_module .et_pb_bg_layout_light_phone.et_pb_button{color:#2ea3f2!important}.et_pb_bg_layout_light_phone{color:#666!important}.et_pb_bg_layout_dark_phone,.et_pb_bg_layout_dark_phone h1,.et_pb_bg_layout_dark_phone h2,.et_pb_bg_layout_dark_phone h3,.et_pb_bg_layout_dark_phone h4,.et_pb_bg_layout_dark_phone h5,.et_pb_bg_layout_dark_phone h6{color:#fff!important}.et_pb_bg_layout_dark_phone.et_pb_button,.et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,.et_pb_bg_layout_dark_phone .et_pb_more_button{color:inherit}.et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button{color:#fff!important}.et_pb_bg_layout_dark_phone .et_pb_forgot_password a{color:#fff}.et_pb_module.et_pb_text_align_left-phone{text-align:left}.et_pb_module.et_pb_text_align_center-phone{text-align:center}.et_pb_module.et_pb_text_align_right-phone{text-align:right}.et_pb_module.et_pb_text_align_justified-phone{text-align:justify}}@media (max-width:479px){a.et_pb_more_button{display:block}}@media (min-width:768px) and (max-width:980px){[data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped){display:none!important}}@media (max-width:767px){[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped){display:none!important}}.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes multi-view-image-fade{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.01);transform:scale(1.01);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}} </style> <style id='divi-dynamic-critical-inline-css' type='text/css'> @font-face{font-family:ETmodules;font-display:block;src:url(//aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.eot);src:url(//aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.eot?#iefix) format("embedded-opentype"),url(//aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.woff) format("woff"),url(//aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.ttf) format("truetype"),url(//aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/fonts/modules/base/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal} .et_pb_post{margin-bottom:60px;word-wrap:break-word}.et_pb_fullwidth_post_content.et_pb_with_border img,.et_pb_post_content.et_pb_with_border img,.et_pb_with_border .et_pb_post .et_pb_slides,.et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder),.et_pb_with_border.et_pb_posts .et_pb_post,.et_pb_with_border.et_pb_posts_nav span.nav-next a,.et_pb_with_border.et_pb_posts_nav span.nav-previous a{border:0 solid #333}.et_pb_post .entry-content{padding-top:30px}.et_pb_post .entry-featured-image-url{display:block;position:relative;margin-bottom:30px}.et_pb_post .entry-title a,.et_pb_post h2 a{text-decoration:none}.et_pb_post .post-meta{font-size:14px;margin-bottom:6px}.et_pb_post .more,.et_pb_post .post-meta a{text-decoration:none}.et_pb_post .more{color:#82c0c7}.et_pb_posts a.more-link{clear:both;display:block}.et_pb_posts .et_pb_post{position:relative}.et_pb_has_overlay.et_pb_post .et_pb_image_container a{display:block;position:relative;overflow:hidden}.et_pb_image_container img,.et_pb_post a img{vertical-align:bottom;max-width:100%}@media (min-width:981px) and (max-width:1100px){.et_pb_post{margin-bottom:42px}}@media (max-width:980px){.et_pb_post{margin-bottom:42px}.et_pb_bg_layout_light_tablet .et_pb_post .post-meta,.et_pb_bg_layout_light_tablet .et_pb_post .post-meta a,.et_pb_bg_layout_light_tablet .et_pb_post p{color:#666}.et_pb_bg_layout_dark_tablet .et_pb_post .post-meta,.et_pb_bg_layout_dark_tablet .et_pb_post .post-meta a,.et_pb_bg_layout_dark_tablet .et_pb_post p{color:inherit}.et_pb_bg_layout_dark_tablet .comment_postinfo a,.et_pb_bg_layout_dark_tablet .comment_postinfo span{color:#fff}}@media (max-width:767px){.et_pb_post{margin-bottom:42px}.et_pb_post>h2{font-size:18px}.et_pb_bg_layout_light_phone .et_pb_post .post-meta,.et_pb_bg_layout_light_phone .et_pb_post .post-meta a,.et_pb_bg_layout_light_phone .et_pb_post p{color:#666}.et_pb_bg_layout_dark_phone .et_pb_post .post-meta,.et_pb_bg_layout_dark_phone .et_pb_post .post-meta a,.et_pb_bg_layout_dark_phone .et_pb_post p{color:inherit}.et_pb_bg_layout_dark_phone .comment_postinfo a,.et_pb_bg_layout_dark_phone .comment_postinfo span{color:#fff}}@media (max-width:479px){.et_pb_post{margin-bottom:42px}.et_pb_post h2{font-size:16px;padding-bottom:0}.et_pb_post .post-meta{color:#666;font-size:14px}} @media (min-width:981px){.et_pb_gutters3 .et_pb_column,.et_pb_gutters3.et_pb_row .et_pb_column{margin-right:5.5%}.et_pb_gutters3 .et_pb_column_4_4,.et_pb_gutters3.et_pb_row .et_pb_column_4_4{width:100%}.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module{margin-bottom:2.75%}.et_pb_gutters3 .et_pb_column_3_4,.et_pb_gutters3.et_pb_row .et_pb_column_3_4{width:73.625%}.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module{margin-bottom:3.735%}.et_pb_gutters3 .et_pb_column_2_3,.et_pb_gutters3.et_pb_row .et_pb_column_2_3{width:64.833%}.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module{margin-bottom:4.242%}.et_pb_gutters3 .et_pb_column_3_5,.et_pb_gutters3.et_pb_row .et_pb_column_3_5{width:57.8%}.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module{margin-bottom:4.758%}.et_pb_gutters3 .et_pb_column_1_2,.et_pb_gutters3.et_pb_row .et_pb_column_1_2{width:47.25%}.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module{margin-bottom:5.82%}.et_pb_gutters3 .et_pb_column_2_5,.et_pb_gutters3.et_pb_row .et_pb_column_2_5{width:36.7%}.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module{margin-bottom:7.493%}.et_pb_gutters3 .et_pb_column_1_3,.et_pb_gutters3.et_pb_row .et_pb_column_1_3{width:29.6667%}.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module{margin-bottom:9.27%}.et_pb_gutters3 .et_pb_column_1_4,.et_pb_gutters3.et_pb_row .et_pb_column_1_4{width:20.875%}.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module{margin-bottom:13.174%}.et_pb_gutters3 .et_pb_column_1_5,.et_pb_gutters3.et_pb_row .et_pb_column_1_5{width:15.6%}.et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module{margin-bottom:17.628%}.et_pb_gutters3 .et_pb_column_1_6,.et_pb_gutters3.et_pb_row .et_pb_column_1_6{width:12.0833%}.et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module{margin-bottom:22.759%}.et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product{width:20.875%;margin-right:5.5%;margin-bottom:5.5%}.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product{width:28.353%;margin-right:7.47%}.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product{width:100%;margin-right:0}.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product{width:48%;margin-right:4%}.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2){margin-right:0}.et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1){clear:none}} .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container{width:100%;max-width:100%;padding-top:0}.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper{width:80%;max-width:1080px;margin:auto;padding-top:6%}.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type{padding-top:0}.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row{width:100%}.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row{width:80%}.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row{width:80%}.et_pb_pagebuilder_layout .entry-content,.et_pb_pagebuilder_layout .et_pb_post .entry-content{margin-bottom:0 !important;padding-top:0}.single-project.et_pb_pagebuilder_layout .nav-single{width:80%;max-width:1080px;margin:10px auto} .et_pb_widget{float:left;max-width:100%;word-wrap:break-word}.et_pb_widget a{text-decoration:none;color:#666}.et_pb_widget li a:hover{color:#82c0c7}.et_pb_widget ol li,.et_pb_widget ul li{margin-bottom:.5em}.et_pb_widget ol li ol li,.et_pb_widget ul li ul li{margin-left:15px}.et_pb_widget select{width:100%;height:28px;padding:0 5px}.et_pb_widget_area .et_pb_widget a{color:inherit}.et_pb_bg_layout_light .et_pb_widget li a{color:#666}.et_pb_bg_layout_dark .et_pb_widget li a{color:inherit} .widget_search .screen-reader-text,.et_pb_widget .wp-block-search__label{display:none}.widget_search input#s,.widget_search input#searchsubmit,.et_pb_widget .wp-block-search__input,.et_pb_widget .wp-block-search__button{padding:.7em;height:40px !important;margin:0;font-size:14px;line-height:normal !important;border:1px solid #ddd;color:#666}.widget_search #s,.et_pb_widget .wp-block-search__input{width:100%;border-radius:3px}.widget_search #searchform,.et_pb_widget .wp-block-search{position:relative}.widget_search #searchsubmit,.et_pb_widget .wp-block-search__button{background-color:#ddd;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;position:absolute;right:0;top:0}#searchsubmit,.et_pb_widget .wp-block-search__button{cursor:pointer} .et_pb_section{position:relative;background-color:#fff;background-position:50%;background-size:100%;background-size:cover}.et_pb_section--absolute,.et_pb_section--fixed{width:100%}.et_pb_section.et_section_transparent{background-color:transparent}.et_pb_fullwidth_section{padding:0}.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row{padding:0!important}.et_pb_inner_shadow{-webkit-box-shadow:inset 0 0 7px rgba(0,0,0,.07);box-shadow:inset 0 0 7px rgba(0,0,0,.07)}.et_pb_bottom_inside_divider,.et_pb_top_inside_divider{display:block;background-repeat-y:no-repeat;height:100%;position:absolute;pointer-events:none;width:100%;left:0;right:0}.et_pb_bottom_inside_divider.et-no-transition,.et_pb_top_inside_divider.et-no-transition{-webkit-transition:none!important;transition:none!important}.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider{z-index:1}.et_pb_section_video:not(.et_pb_section--with-menu){overflow:hidden;position:relative}.et_pb_column>.et_pb_section_video_bg{z-index:-1}.et_pb_section_video_bg{visibility:visible;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:block;pointer-events:none;-webkit-transition:display .3s;transition:display .3s}.et_pb_section_video_bg.et_pb_section_video_bg_hover,.et_pb_section_video_bg.et_pb_section_video_bg_phone,.et_pb_section_video_bg.et_pb_section_video_bg_tablet,.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only{display:none}.et_pb_section_video_bg .mejs-controls,.et_pb_section_video_bg .mejs-overlay-play{display:none!important}.et_pb_section_video_bg embed,.et_pb_section_video_bg iframe,.et_pb_section_video_bg object,.et_pb_section_video_bg video{max-width:none}.et_pb_section_video_bg .mejs-video{left:50%;position:absolute;max-width:none}.et_pb_section_video_bg .mejs-overlay-loading{display:none!important}.et_pb_social_network_link .et_pb_section_video{overflow:visible}.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg{display:none}.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit{display:block}@media (min-width:981px){.et_pb_section{padding:4% 0}body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section{padding-top:0}.et_pb_fullwidth_section{padding:0}.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only{display:block}}@media (max-width:980px){.et_pb_section{padding:50px 0}body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section{padding-top:0}.et_pb_fullwidth_section{padding:0}.et_pb_section_video_bg.et_pb_section_video_bg_tablet{display:block}.et_pb_section_video_bg.et_pb_section_video_bg_desktop_only{display:none}}@media (min-width:768px){.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet{display:block}}@media (min-width:768px) and (max-width:980px){.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only{display:block}}@media (max-width:767px){.et_pb_section_video_bg.et_pb_section_video_bg_phone{display:block}.et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet{display:none}} .et_pb_row{width:80%;max-width:1080px;margin:auto;position:relative}body.safari .section_has_divider,body.uiwebview .section_has_divider{-webkit-perspective:2000px;perspective:2000px}.section_has_divider .et_pb_row{z-index:5}.et_pb_row_inner{width:100%;position:relative}.et_pb_row.et_pb_row_empty,.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty{display:none}.et_pb_row:after,.et_pb_row_inner:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;width:0}.et_pb_row_4col .et-last-child,.et_pb_row_4col .et-last-child-2,.et_pb_row_6col .et-last-child,.et_pb_row_6col .et-last-child-2,.et_pb_row_6col .et-last-child-3{margin-bottom:0}.et_pb_column{float:left;background-size:cover;background-position:50%;position:relative;z-index:2;min-height:1px}.et_pb_column--with-menu{z-index:3}.et_pb_column.et_pb_column_empty{min-height:1px}.et_pb_row .et_pb_column.et-last-child,.et_pb_row .et_pb_column:last-child,.et_pb_row_inner .et_pb_column.et-last-child,.et_pb_row_inner .et_pb_column:last-child{margin-right:0!important}.et_pb_column.et_pb_section_parallax{position:relative}.et_pb_column,.et_pb_row,.et_pb_row_inner{background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:981px){.et_pb_row{padding:2% 0}body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row{padding:0;width:100%}.et_pb_column_3_4 .et_pb_row_inner{padding:3.735% 0}.et_pb_column_2_3 .et_pb_row_inner{padding:4.2415% 0}.et_pb_column_1_2 .et_pb_row_inner,.et_pb_column_3_5 .et_pb_row_inner{padding:5.82% 0}.et_section_specialty>.et_pb_row{padding:0}.et_pb_row_inner{width:100%}.et_pb_column_single{padding:2.855% 0}.et_pb_column_single .et_pb_module.et-first-child,.et_pb_column_single .et_pb_module:first-child{margin-top:0}.et_pb_column_single .et_pb_module.et-last-child,.et_pb_column_single .et_pb_module:last-child{margin-bottom:0}.et_pb_row .et_pb_column.et-last-child,.et_pb_row .et_pb_column:last-child,.et_pb_row_inner .et_pb_column.et-last-child,.et_pb_row_inner .et_pb_column:last-child{margin-right:0!important}.et_pb_row.et_pb_equal_columns,.et_pb_row_inner.et_pb_equal_columns,.et_pb_section.et_pb_equal_columns>.et_pb_row{display:-webkit-box;display:-ms-flexbox;display:flex}.rtl .et_pb_row.et_pb_equal_columns,.rtl .et_pb_row_inner.et_pb_equal_columns,.rtl .et_pb_section.et_pb_equal_columns>.et_pb_row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.et_pb_row.et_pb_equal_columns>.et_pb_column,.et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:980px){.et_pb_row{max-width:1080px}body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row{padding:0;width:100%}.et_pb_column .et_pb_row_inner,.et_pb_row{padding:30px 0}.et_section_specialty>.et_pb_row{padding:0}.et_pb_column{width:100%;margin-bottom:30px}.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,.et_pb_row .et_pb_column.et-last-child,.et_pb_row .et_pb_column:last-child{margin-bottom:0}.et_section_specialty .et_pb_row>.et_pb_column{padding-bottom:0}.et_pb_column.et_pb_column_empty{display:none}.et_pb_row_1-2_1-4_1-4,.et_pb_row_1-2_1-6_1-6_1-6,.et_pb_row_1-4_1-4,.et_pb_row_1-4_1-4_1-2,.et_pb_row_1-5_1-5_3-5,.et_pb_row_1-6_1-6_1-6,.et_pb_row_1-6_1-6_1-6_1-2,.et_pb_row_1-6_1-6_1-6_1-6,.et_pb_row_3-5_1-5_1-5,.et_pb_row_4col,.et_pb_row_5col,.et_pb_row_6col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4{width:47.25%;margin-right:5.5%}.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n){margin-right:0}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4{width:47.25%;margin-right:5.5%}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd){margin-right:0}.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),.et_pb_row_4col .et_pb_column:nth-last-child(-n+2){margin-bottom:0}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5{width:47.25%;margin-right:5.5%}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),.et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n){margin-right:0}.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5{width:47.25%;margin-right:5.5%}.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5{margin-right:0}.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),.et_pb_row_5col .et_pb_column:last-child{margin-bottom:0}.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6{width:29.666%;margin-right:5.5%}.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n){margin-right:0}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6{width:29.666%;margin-right:5.5%}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child{margin-right:0}.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),.et_pb_row_6col .et_pb_column:nth-last-child(-n+3){margin-bottom:0}.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6{width:29.666%;margin-right:5.5%;margin-bottom:0}.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child{margin-right:0}.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6{width:47.25%;margin-right:5.5%}.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n){margin-right:0}.et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3){margin-bottom:0}}@media (max-width:479px){.et_pb_row .et_pb_column.et_pb_column_1_4,.et_pb_row .et_pb_column.et_pb_column_1_5,.et_pb_row .et_pb_column.et_pb_column_1_6{width:100%;margin:0 0 30px}.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,.et_pb_row .et_pb_column.et_pb_column_1_4:last-child,.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,.et_pb_row .et_pb_column.et_pb_column_1_5:last-child,.et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,.et_pb_row .et_pb_column.et_pb_column_1_6:last-child{margin-bottom:0}.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6{width:100%;margin:0 0 30px}.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,.et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child{margin-bottom:0}.et_pb_column{width:100%!important}} .et_pb_text{word-wrap:break-word}.et_pb_text ol,.et_pb_text ul{padding-bottom:1em}.et_pb_text>:last-child{padding-bottom:0}.et_pb_text_inner{position:relative} .et-menu li{display:inline-block;font-size:14px;padding-right:22px}.et-menu>li:last-child{padding-right:0}.et-menu a{color:rgba(0,0,0,.6);text-decoration:none;display:block;position:relative}.et-menu a,.et-menu a:hover{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.et-menu a:hover{opacity:.7}.et-menu li>a{padding-bottom:29px;word-wrap:break-word}a.et_pb_menu__icon,button.et_pb_menu__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 11px;font-size:17px;line-height:normal;background:none;border:0;cursor:pointer;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}a.et_pb_menu__icon:after,button.et_pb_menu__icon:after{font-family:ETmodules}a.et_pb_menu__icon__with_count:after,button.et_pb_menu__icon__with_count:after{margin-right:10px}.et_pb_menu__wrap .mobile_menu_bar{-webkit-transform:translateY(3%);transform:translateY(3%)}.et_pb_menu__wrap .mobile_menu_bar:before{top:0}.et_pb_menu__logo{overflow:hidden}.et_pb_menu__logo img{display:block}.et_pb_menu__logo img[src$=".svg"]{width:100%}.et_pb_menu__search-button:after{content:"U"}.et_pb_menu__cart-button:after{content:"\E07A"}@media (max-width:980px){.et-menu{display:none}.et_mobile_nav_menu{display:block;margin-top:-1px}} .et_pb_with_border.et_pb_menu .et_pb_menu__logo img{border:0 solid #333}.et_pb_menu.et_hover_enabled:hover{z-index:auto}.et_pb_menu .et-menu-nav,.et_pb_menu .et-menu-nav>ul{float:none}.et_pb_menu .et-menu-nav>ul{padding:0!important;line-height:1.7em}.et_pb_menu .et-menu-nav>ul ul{padding:20px 0;text-align:left}.et_pb_bg_layout_dark.et_pb_menu ul li a{color:#fff}.et_pb_bg_layout_dark.et_pb_menu ul li a:hover{color:hsla(0,0%,100%,.8)}.et-menu li li.menu-item-has-children>a:first-child:after{top:12px}.et_pb_menu .et-menu-nav>ul.upwards li ul{bottom:100%;top:auto;border-top:none;border-bottom:3px solid #2ea3f2;-webkit-box-shadow:2px -2px 5px rgba(0,0,0,.1);box-shadow:2px -2px 5px rgba(0,0,0,.1)}.et_pb_menu .et-menu-nav>ul.upwards li ul li ul{bottom:-23px}.et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul{bottom:0;top:auto;border:none}.et_pb_menu_inner_container{position:relative}.et_pb_menu .et_pb_menu__wrap{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;opacity:1}.et_pb_menu .et_pb_menu__wrap--visible{-webkit-animation:fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;animation:fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1}.et_pb_menu .et_pb_menu__wrap--hidden{opacity:0;-webkit-animation:fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;animation:fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1}.et_pb_menu .et_pb_menu__menu{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.et_pb_menu .et_pb_menu__menu,.et_pb_menu .et_pb_menu__menu>nav,.et_pb_menu .et_pb_menu__menu>nav>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.et_pb_menu .et_pb_menu__menu>nav>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.et_pb_menu .et_pb_menu__menu>nav>ul>li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0}.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu{position:static}.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul{top:calc(100% - 1px);left:0}.et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul{top:auto;bottom:calc(100% - 1px)}.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:31px 0;white-space:nowrap}.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after{top:50%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul{padding:0!important}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li{margin-top:8px}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{padding-bottom:8px}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li{margin-top:0;margin-bottom:8px}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a{padding-top:8px;padding-bottom:0}.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after{top:auto;bottom:0}.et_pb_menu .et_pb_menu__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.et_pb_menu .et-menu{margin-left:-11px;margin-right:-11px}.et_pb_menu .et-menu>li{padding-left:11px;padding-right:11px}.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,.et_pb_menu--style-left_aligned .et_pb_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu--style-left_aligned .et_pb_menu__logo{margin-right:30px}.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo{margin-right:0;margin-left:30px}.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_menu--style-centered .et_pb_menu__logo-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu--style-centered .et_pb_menu__logo-wrap,.et_pb_menu--style-centered .et_pb_menu__logo img{margin:0 auto}.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,.et_pb_menu--style-centered .et_pb_menu__wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap{display:none;margin-bottom:30px}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img{margin:0 auto}.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap{width:100%;height:100%}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img{max-height:100%}.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder{min-width:96px}.et_pb_menu .et_pb_menu__search-container{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;left:0;bottom:0;width:100%;height:100%;opacity:0;z-index:999}.et_pb_menu .et_pb_menu__search-container--visible{opacity:1;-webkit-animation:fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;animation:fadeInTop 1s cubic-bezier(.77,0,.175,1) 1}.et_pb_menu .et_pb_menu__search-container--hidden{-webkit-animation:fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;animation:fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1}.et_pb_menu .et_pb_menu__search-container--disabled{display:none}.et_pb_menu .et_pb_menu__search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu .et_pb_menu__search-form{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.et_pb_menu .et_pb_menu__search-input{border:0;width:100%;color:#333;background:transparent}.et_pb_menu .et_pb_menu__close-search-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.et_pb_menu .et_pb_menu__close-search-button:after{content:"M";font-size:1.7em}@media (min-width:981px){.et_dropdown_animation_fade.et_pb_menu ul li:hover>ul{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.et_dropdown_animation_slide.et_pb_menu ul li:hover>ul{-webkit-animation:fadeLeft .4s ease-in-out;animation:fadeLeft .4s ease-in-out}.et_dropdown_animation_expand.et_pb_menu ul li:hover>ul{-webkit-transform-origin:0 0;-webkit-animation:Grow .4s ease-in-out;animation:Grow .4s ease-in-out;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul{-webkit-animation:flipInX .6s ease-in-out;animation:flipInX .6s ease-in-out;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.et_dropdown_animation_flip.et_pb_menu ul li:hover>ul{-webkit-animation:flipInY .6s ease-in-out;animation:flipInY .6s ease-in-out;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.et_pb_menu.et_pb_menu_fullwidth .et_pb_row{width:100%;max-width:100%;padding:0 30px!important}}@media (max-width:980px){.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,.et_pb_menu--style-left_aligned .et_pb_row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu--style-left_aligned .et_pb_menu__wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo{margin:0 auto}.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot{display:none}.et_pb_menu .et_pb_row{min-height:81px}.et_pb_menu .et_pb_menu__menu{display:none}.et_pb_menu .et_mobile_nav_menu{float:none;margin:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.et_pb_menu .et_mobile_menu{top:100%;padding:5%}.et_pb_menu .et_mobile_menu,.et_pb_menu .et_mobile_menu ul{list-style:none!important;text-align:left}.et_pb_menu .et_mobile_menu ul{padding:0}.et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu{top:auto;bottom:100%}} @-webkit-keyframes fadeOutTop{0%{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}to{opacity:0;-webkit-transform:translatey(-60%);transform:translatey(-60%)}}@keyframes fadeOutTop{0%{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}to{opacity:0;-webkit-transform:translatey(-60%);transform:translatey(-60%)}}@-webkit-keyframes fadeInTop{0%{opacity:0;-webkit-transform:translatey(-60%);transform:translatey(-60%)}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInTop{0%{opacity:0;-webkit-transform:translatey(-60%);transform:translatey(-60%)}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}}@-webkit-keyframes fadeInBottom{0%{opacity:0;-webkit-transform:translatey(60%);transform:translatey(60%)}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInBottom{0%{opacity:0;-webkit-transform:translatey(60%);transform:translatey(60%)}to{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}}@-webkit-keyframes fadeOutBottom{0%{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}to{opacity:0;-webkit-transform:translatey(60%);transform:translatey(60%)}}@keyframes fadeOutBottom{0%{opacity:1;-webkit-transform:translatey(0);transform:translatey(0)}to{opacity:0;-webkit-transform:translatey(60%);transform:translatey(60%)}}@-webkit-keyframes Grow{0%{opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes Grow{0%{opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}/*! * Animate.css - http://daneden.me/animate * Licensed under the MIT license - http://opensource.org/licenses/MIT * Copyright (c) 2015 Daniel Eden */@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}} #main-header{line-height:23px;font-weight:500;top:0;background-color:#fff;width:100%;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 rgba(0,0,0,.1);position:relative;z-index:99999}.nav li li{padding:0 20px;margin:0}.et-menu li li a{padding:6px 20px;width:200px}.nav li{position:relative;line-height:1em}.nav li li{position:relative;line-height:2em}.nav li ul{position:absolute;padding:20px 0;z-index:9999;width:240px;background:#fff;visibility:hidden;opacity:0;border-top:3px solid #2ea3f2;box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-transform:translateZ(0);text-align:left}.nav li.et-hover>ul{visibility:visible}.nav li.et-touch-hover>ul,.nav li:hover>ul{opacity:1;visibility:visible}.nav li li ul{z-index:1000;top:-23px;left:240px}.nav li.et-reverse-direction-nav li ul{left:auto;right:240px}.nav li:hover{visibility:inherit}.et_mobile_menu li a,.nav li li a{font-size:14px;-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.et_mobile_menu li a:hover,.nav ul li a:hover{background-color:rgba(0,0,0,.03);opacity:.7}.et-dropdown-removing>ul{display:none}.mega-menu .et-dropdown-removing>ul{display:block}.et-menu .menu-item-has-children>a:first-child:after{font-family:ETmodules;content:"3";font-size:16px;position:absolute;right:0;top:0;font-weight:800}.et-menu .menu-item-has-children>a:first-child{padding-right:20px}.et-menu li li.menu-item-has-children>a:first-child:after{right:20px;top:6px}.et-menu-nav li.mega-menu{position:inherit}.et-menu-nav li.mega-menu>ul{padding:30px 20px;position:absolute!important;width:100%;left:0!important}.et-menu-nav li.mega-menu ul li{margin:0;float:left!important;display:block!important;padding:0!important}.et-menu-nav li.mega-menu li>ul{-webkit-animation:none!important;animation:none!important;padding:0;border:none;left:auto;top:auto;width:240px!important;position:relative;box-shadow:none;-webkit-box-shadow:none}.et-menu-nav li.mega-menu li ul{visibility:visible;opacity:1;display:none}.et-menu-nav li.mega-menu.et-hover li ul,.et-menu-nav li.mega-menu:hover li ul{display:block}.et-menu-nav li.mega-menu:hover>ul{opacity:1!important;visibility:visible!important}.et-menu-nav li.mega-menu>ul>li>a:first-child{padding-top:0!important;font-weight:700;border-bottom:1px solid rgba(0,0,0,.03)}.et-menu-nav li.mega-menu>ul>li>a:first-child:hover{background-color:transparent!important}.et-menu-nav li.mega-menu li>a{width:200px!important}.et-menu-nav li.mega-menu.mega-menu-parent li>a,.et-menu-nav li.mega-menu.mega-menu-parent li li{width:100%!important}.et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu{float:left;width:100%!important}.et-menu-nav li.mega-menu>ul>li{width:25%;margin:0}.et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li{width:33.33%}.et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li{width:50%}.et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li{width:100%}.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,.et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after{display:none}.et_fullwidth_nav #top-menu li.mega-menu>ul{width:auto;left:30px!important;right:30px!important}.et_mobile_menu{position:absolute;left:0;padding:5%;background:#fff;width:100%;visibility:visible;opacity:1;display:none;z-index:9999;border-top:3px solid #2ea3f2;box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1)}#main-header .et_mobile_menu li ul,.et_pb_fullwidth_menu .et_mobile_menu li ul,.et_pb_menu .et_mobile_menu li ul{visibility:visible!important;display:block!important;padding-left:10px}.et_mobile_menu li li{padding-left:5%}.et_mobile_menu li a{border-bottom:1px solid rgba(0,0,0,.03);color:#666;padding:10px 5%;display:block}.et_mobile_menu .menu-item-has-children>a{font-weight:700;background-color:rgba(0,0,0,.03)}.et_mobile_menu li .menu-item-has-children>a{background-color:transparent}.et_mobile_nav_menu{float:right;display:none}.mobile_menu_bar{position:relative;display:block;line-height:0}.mobile_menu_bar:before{content:"a";font-size:32px;position:relative;left:0;top:0;cursor:pointer}.et_pb_module .mobile_menu_bar:before{top:2px}.mobile_nav .select_page{display:none} .et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i,.et_pb_with_border .et_pb_contact_form .input[type=radio]+label i,.et_pb_with_border .et_pb_contact_form input,.et_pb_with_border .et_pb_contact_form select,.et_pb_with_border .et_pb_contact_form textarea{border:0 solid #333}.et_pb_contact_main_title{word-wrap:break-word}.et_pb_contact_submit{color:#2ea3f2}.et_pb_contact_form{margin-left:-3%}.et_pb_contact_reset:hover,.et_pb_contact_submit:hover{background-color:rgba(0,0,0,.05)}.et_pb_contact_reset:hover{padding:.3em 1em}.et_pb_contact_form [data-conditional-logic]{display:none}.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label{color:red!important}.et_pb_contact_form p[data-id=et_number]{position:absolute!important;-webkit-transform:scale(.01)!important;transform:scale(.01)!important}.et_pb_contact_form p[data-id=et_number] input{background:transparent!important;border:none!important}.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title{float:none}.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_contact_main_title{font-weight:500;padding-bottom:16px;position:relative}h1.et_pb_contact_main_title{font-size:26px}.et-pb-contact-message{position:relative}.et_pb_column_1_3 .et_pb_contact_main_title,.et_pb_column_1_4 .et_pb_contact_main_title,.et_pb_column_1_5 .et_pb_contact_main_title,.et_pb_column_1_6 .et_pb_contact_main_title,.et_pb_column_2_5 .et_pb_contact_main_title{font-size:22px}.et_pb_contact_right{display:inline-block;min-width:105px;margin:0;text-align:right}.et_pb_contact_right .et_pb_contact_captcha_question{vertical-align:middle}.et_pb_contact{position:relative}.et_pb_contact .et_pb_contact_field_half{width:50%;float:left}.et_pb_contact p input,.et_pb_contact p textarea{-webkit-appearance:none;background-color:#eee;width:100%;border-width:0;border-radius:0;color:#999;font-size:14px;padding:16px}.et_pb_contact p textarea{font-family:inherit}.et_pb_contact p input:-moz-placeholder,.et_pb_contact p input::-moz-placeholder,.et_pb_contact p textarea:-moz-placeholder,.et_pb_contact p textarea::-moz-placeholder{opacity:1}.et_pb_contact_right p input{max-width:50px;padding:16px}.et_pb_contact p input[type=checkbox],.et_pb_contact p input[type=radio]{margin:0;width:auto;max-width:none;padding:0;display:none}.et_pb_contact p input[type=checkbox]+label,.et_pb_contact p input[type=radio]+label{display:inline-block;vertical-align:middle;position:relative;cursor:pointer;line-height:1.7em;min-height:1.7em}.et_pb_contact p input[type=checkbox]+label i,.et_pb_contact p input[type=radio]+label i{content:"";width:18px;height:18px;background-color:#eee;font-style:normal;display:inline-block;vertical-align:middle;position:relative;margin-right:6px}.et_pb_contact p input[type=radio]+label i{border-radius:50%}.et_pb_contact p input[type=checkbox]:checked+label i:before,.et_pb_contact p input[type=radio]:checked+label i:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.et_pb_contact p input[type=checkbox]:checked+label i:before{content:"N";font-family:ETmodules;color:#2ea3f2;width:17px;height:17px;font-size:13px;font-weight:600;line-height:17px;text-align:center}.et_pb_contact p input[type=radio]:checked+label i:before{background:#2ea3f2;border-radius:50%;width:6px;height:6px}.et_pb_contact p input[type=checkbox]~input[type=text]{display:none!important}.et_pb_contact_reset,.et_pb_contact_submit{font-family:inherit;display:inline-block;margin:0 0 0 18px;cursor:pointer}.et_pb_contact p .et_contact_error{border:1px solid red!important}.et_contact_bottom_container{float:right;text-align:right;margin-top:-1.5%;display:-moz-flex;display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:981px) and (max-width:1100px){.et_pb_column_1_4 .et_pb_contact_right,.et_pb_column_1_5 .et_pb_contact_right,.et_pb_column_1_6 .et_pb_contact_right{margin-right:5px}}@media (max-width:980px){.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title{float:none}.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_contact .et_pb_contact_field_half_tablet{width:50%;float:left}.et_pb_contact .et_pb_contact_field_last_tablet{width:100%}}@media (max-width:767px){.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title{float:none}.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_column .et_pb_contact p.et_pb_contact_field_half{width:100%;margin-right:0}.et_pb_contact .et_pb_contact_field_half_phone{width:50%;float:left}.et_pb_contact .et_pb_contact_field_last_phone{width:100%}}.iphone .et_pb_contact_form input,.iphone .et_pb_contact_form select,.iphone .et_pb_contact_form textarea{-webkit-appearance:initial} .et_pb_bg_layout_light .et_pb_newsletter_button{color:#2ea3f2}.et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i,.et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i,.et_pb_with_border .et_pb_newsletter_form input,.et_pb_with_border .et_pb_newsletter_form select,.et_pb_with_border .et_pb_newsletter_form textarea,.et_pb_with_focus_border .et_pb_newsletter_form input:focus{border:0 solid #333}.et_pb_newsletter_description{word-wrap:break-word}.et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field{padding-left:0}.et_pb_newsletter p .et_pb_signup_error{border:1px solid red!important}.et_pb_newsletter{padding:25px}.et_pb_newsletter .et_pb_module_header:empty{display:none}.et_pb_newsletter_description p:last-of-type{padding-bottom:0}.et_pb_newsletter_description_no_title.et_pb_newsletter_description_no_content .et_pb_newsletter_form{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.et_pb_newsletter_form p.et_pb_newsletter_field{padding-bottom:1em;margin-bottom:0}.et_pb_newsletter_form .input,.et_pb_newsletter_form input[type=password],.et_pb_newsletter_form input[type=text],.et_pb_newsletter_form p.et_pb_newsletter_field input[type=text],.et_pb_newsletter_form p.et_pb_newsletter_field textarea,.et_pb_newsletter_form select,.et_pb_newsletter_form textarea{-webkit-appearance:none;padding:14px 4%!important;font-size:16px;color:#666;background-color:#fff;width:100%;font-weight:400;border-width:0;border-radius:3px}.et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after{margin-top:-3px}.et_pb_newsletter_form p .et_pb_subscribe_error{border:1px solid red!important}.et_pb_newsletter_result{display:none}.et_pb_newsletter_success{text-align:center}.et_pb_newsletter_button{display:block;color:inherit;width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.et_pb_newsletter_button:hover{text-decoration:none}.et_pb_newsletter_button:hover:after{opacity:1;margin-left:0}.et_pb_newsletter_button_text{word-break:break-word}.et_pb_newsletter_fields,.et_pb_newsletter_footer{width:100%}.et_pb_newsletter_footer{margin-top:20px}.et_pb_newsletter_footer:empty{margin-top:0}.et_pb_newsletter .et_pb_newsletter_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_newsletter .et_pb_newsletter_fields>*{-ms-flex-preferred-size:100%;flex-basis:100%}.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half{-ms-flex-preferred-size:48.5%;flex-basis:48.5%}.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description,.et_pb_newsletter_layout_right_left .et_pb_newsletter_description{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field{padding-left:0}.et_pb_newsletter .et_pb_contact_field--hidden{display:none}.et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:50%;padding-top:0;padding-bottom:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{padding-left:40px;padding-right:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-top:0;padding-bottom:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form{padding-left:40px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-right:40px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form{padding-bottom:25px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}@media (max-width:980px){.et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:50%;padding-top:0;padding-bottom:0}.et_pb_newsletter.et_pb_login .et_pb_newsletter_form{padding-left:40px;padding-right:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-top:0;padding-bottom:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form{padding-left:40px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-right:40px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form{padding-bottom:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form{padding-left:0}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet,p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet){clear:both}.et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field{padding-left:0}.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet{-ms-flex-preferred-size:48.5%;flex-basis:48.5%}.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet{-ms-flex-preferred-size:100%;flex-basis:100%}.et_pb_bg_layout_light_tablet .et_pb_newsletter_button{color:#2ea3f2}.et_pb_bg_layout_dark_tablet .et_pb_newsletter_button{color:inherit}}@media (max-width:767px){.et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form{width:100%;padding-left:0;padding-right:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-left:0;padding-right:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form{padding-top:25px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_multi_view_hidden+.et_pb_newsletter_form{padding-top:0}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form{padding-bottom:25px}.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_multi_view_hidden+.et_pb_newsletter_form,.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_multi_view_hidden+.et_pb_newsletter_form{padding-bottom:0}.et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field{padding-left:0}.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone{-ms-flex-preferred-size:48.5%;flex-basis:48.5%}.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone{-ms-flex-preferred-size:100%;flex-basis:100%}.et_pb_bg_layout_light_phone .et_pb_newsletter_button{color:#2ea3f2}.et_pb_bg_layout_dark_phone .et_pb_newsletter_button{color:inherit}}.gecko .et_pb_newsletter .et_pb_newsletter_field{margin-bottom:1vw}body .grecaptcha-badge{visibility:hidden}body.et_pb_recaptcha_enabled .grecaptcha-badge{visibility:initial;z-index:9999} .et_pb_contact_form_label{display:none}.et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i,.et_pb_with_border.et_pb_contact_field .input[type=radio]+label i,.et_pb_with_border.et_pb_contact_field input,.et_pb_with_border.et_pb_contact_field select,.et_pb_with_border.et_pb_contact_field textarea{border:0 solid #333}.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title{float:none}.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.et_pb_contact_field_options_list label a:empty:before{content:"\E906";font-family:ETmodules;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-style:normal;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px}.et_pb_contact_field[data-type=booleancheckbox] .et_pb_contact_field_options_title{display:inline-block}.et_pb_contact_field[data-type=select]{position:relative}.et_pb_contact_field[data-type=select]:after{content:"";position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border:6px solid transparent;border-top-color:#666;margin-top:3px;pointer-events:none}p.et_pb_contact_field{padding:0 0 0 3%;margin-bottom:3%;background-position:50%;background-size:cover}p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last,p.et_pb_contact_field:not(.et_pb_contact_field_last),p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half){clear:both}.et_pb_contact_field *,.et_pb_contact_field.et_pb_section_parallax,.et_pb_contact_field.et_pb_section_video{position:relative}.et_pb_contact_field a{color:inherit;font-weight:700;text-decoration:underline}.et_pb_contact_select{color:#999;background-color:#eee;padding:16px 20px 16px 16px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0}.et_pb_contact_select::-ms-expand{display:none}.et_pb_contact_field_options_wrapper{display:block}.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title{margin-bottom:.5em;font-weight:600}.et_pb_contact_field_options_wrapper:after{clear:both;content:" ";display:block}.et_pb_contact_field_checkbox,.et_pb_contact_field_options_title,.et_pb_contact_field_radio,.et_pb_contact_field_select_title{display:block}.et_pb_contact_field_radio_title,.et_pb_contact_field_select_title{font-size:16px;padding-bottom:4px}.et_pb_contact_field textarea.et_pb_contact_message{min-height:150px;display:block}@media (max-width:980px){.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title{float:none}.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:767px){.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title{float:none}.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone,p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone){clear:both}} .et_pb_button[data-icon]:not([data-icon=""]):after{content:attr(data-icon)}@media (max-width:980px){.et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after{content:attr(data-icon-tablet)}}@media (max-width:767px){.et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after{content:attr(data-icon-phone)}} </style> <link rel='preload' id='divi-dynamic-css' href='https://aquaterratraining.co.uk/wp-content/et-cache/1409/et-divi-dynamic-tb-38-tb-889-tb-43-1409.css?ver=1706846581' as='style' media='all' onload="this.onload=null;this.rel='stylesheet'" /> <link rel='stylesheet' id='et-builder-googlefonts-cached-css' href='https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&#038;subset=latin,latin-ext&#038;display=swap' type='text/css' media='all' /> <!-- Google Analytics snippet added by Site Kit --> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-BCPXHHYDP3" id="google_gtagjs-js" async></script> <script type="text/javascript" id="google_gtagjs-js-after"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', {"domains":["aquaterratraining.co.uk"]} ); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-BCPXHHYDP3"); /* ]]> */ </script> <!-- End Google Analytics snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://aquaterratraining.co.uk/wp-json/" /><link rel="alternate" type="application/json" href="https://aquaterratraining.co.uk/wp-json/wp/v2/posts/1409" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://aquaterratraining.co.uk/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://aquaterratraining.co.uk/?p=1409' /> <link rel="alternate" type="application/json+oembed" href="https://aquaterratraining.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faquaterratraining.co.uk%2Fnews%2Fwhen-was-the-last-time-you-read-a-manufacturers-instruction%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://aquaterratraining.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faquaterratraining.co.uk%2Fnews%2Fwhen-was-the-last-time-you-read-a-manufacturers-instruction%2F&#038;format=xml" /> <meta name="generator" content="Site Kit by Google 1.120.0" /><script> // Function to remove the dates from array. function spliceDates(dates, datesToKeep) { for (var i = 0; i<datesToKeep.length; i++) { index = dates.indexOf(datesToKeep[i]) if (index > -1) { dates.splice(index, 1); } } return dates; } // Create array of all days of the year. var dates = ['01/01/2024', '02/01/2024', '03/01/2024', '04/01/2024', '05/01/2024', '06/01/2024', '07/01/2024', '08/01/2024', '09/01/2024', '10/01/2024', '11/01/2024', '12/01/2024', '13/01/2024', '14/01/2024', '15/01/2024', '16/01/2024', '17/01/2024', '18/01/2024', '19/01/2024', '20/01/2024', '21/01/2024', '22/01/2024', '23/01/2024', '24/01/2024', '25/01/2024', '26/01/2024', '27/01/2024', '28/01/2024', '29/01/2024', '30/01/2024', '31/01/2024', '01/02/2024', '02/02/2024', '03/02/2024', '04/02/2024', '05/02/2024', '06/02/2024', '07/02/2024', '08/02/2024', '09/02/2024', '10/02/2024', '11/02/2024', '12/02/2024', '13/02/2024', '14/02/2024', '15/02/2024', '16/02/2024', '17/02/2024', '18/02/2024', '19/02/2024', '20/02/2024', '21/02/2024', '22/02/2024', '23/02/2024', '24/02/2024', '25/02/2024', '26/02/2024', '27/02/2024', '28/02/2024', '01/03/2024', '02/03/2024', '03/03/2024', '04/03/2024', '05/03/2024', '06/03/2024', '07/03/2024', '08/03/2024', '09/03/2024', '10/03/2024', '11/03/2024', '12/03/2024', '13/03/2024', '14/03/2024', '15/03/2024', '16/03/2024', '17/03/2024', '18/03/2024', '19/03/2024', '20/03/2024', '21/03/2024', '22/03/2024', '23/03/2024', '24/03/2024', '25/03/2024', '26/03/2024', '27/03/2024', '28/03/2024', '29/03/2024', '30/03/2024', '31/03/2024', '01/04/2024', '02/04/2024', '03/04/2024', '04/04/2024', '05/04/2024', '06/04/2024', '07/04/2024', '08/04/2024', '09/04/2024', '10/04/2024', '11/04/2024', '12/04/2024', '13/04/2024', '14/04/2024', '15/04/2024', '16/04/2024', '17/04/2024', '18/04/2024', '19/04/2024', '20/04/2024', '21/04/2024', '22/04/2024', '23/04/2024', '24/04/2024', '25/04/2024', '26/04/2024', '27/04/2024', '28/04/2024', '29/04/2024', '30/04/2024', '01/05/2024', '02/05/2024', '03/05/2024', '04/05/2024', '05/05/2024', '06/05/2024', '07/05/2024', '08/05/2024', '09/05/2024', '10/05/2024', '11/05/2024', '12/05/2024', '13/05/2024', '14/05/2024', '15/05/2024', '16/05/2024', '17/05/2024', '18/05/2024', '19/05/2024', '20/05/2024', '21/05/2024', '22/05/2024', '23/05/2024', '24/05/2024', '25/05/2024', '26/05/2024', '27/05/2024', '28/05/2024', '29/05/2024', '30/05/2024', '31/05/2024', '01/06/2024', '02/06/2024', '03/06/2024', '04/06/2024', '05/06/2024', '06/06/2024', '07/06/2024', '08/06/2024', '09/06/2024', '10/06/2024', '11/06/2024', '12/06/2024', '13/06/2024', '14/06/2024', '15/06/2024', '16/06/2024', '17/06/2024', '18/06/2024', '19/06/2024', '20/06/2024', '21/06/2024', '22/06/2024', '23/06/2024', '24/06/2024', '25/06/2024', '26/06/2024', '27/06/2024', '28/06/2024', '29/06/2024', '30/06/2024', '01/07/2024', '02/07/2024', '03/07/2024', '04/07/2024', '05/07/2024', '06/07/2024', '07/07/2024', '08/07/2024', '09/07/2024', '10/07/2024', '11/07/2024', '12/07/2024', '13/07/2024', '14/07/2024', '15/07/2024', '16/07/2024', '17/07/2024', '18/07/2024', '19/07/2024', '20/07/2024', '21/07/2024', '22/07/2024', '23/07/2024', '24/07/2024', '25/07/2024', '26/07/2024', '27/07/2024', '28/07/2024', '29/07/2024', '30/07/2024', '31/07/2024', '01/08/2024', '02/08/2024', '03/08/2024', '04/08/2024', '05/08/2024', '06/08/2024', '07/08/2024', '08/08/2024', '09/08/2024', '10/08/2024', '11/08/2024', '12/08/2024', '13/08/2024', '14/08/2024', '15/08/2024', '16/08/2024', '17/08/2024', '18/08/2024', '19/08/2024', '20/08/2024', '21/08/2024', '22/08/2024', '23/08/2024', '24/08/2024', '25/08/2024', '26/08/2024', '27/08/2024', '28/08/2024', '29/08/2024', '30/08/2024', '31/08/2024', '01/09/2024', '02/09/2024', '03/09/2024', '04/09/2024', '05/09/2024', '06/09/2024', '07/09/2024', '08/09/2024', '09/09/2024', '10/09/2024', '11/09/2024', '12/09/2024', '13/09/2024', '14/09/2024', '15/09/2024', '16/09/2024', '17/09/2024', '18/09/2024', '19/09/2024', '20/09/2024', '21/09/2024', '22/09/2024', '23/09/2024', '24/09/2024', '25/09/2024', '26/09/2024', '27/09/2024', '28/09/2024', '29/09/2024', '30/09/2024', '01/10/2024', '02/10/2024', '03/10/2024', '04/10/2024', '05/10/2024', '06/10/2024', '07/10/2024', '08/10/2024', '09/10/2024', '10/10/2024', '11/10/2024', '12/10/2024', '13/10/2024', '14/10/2024', '15/10/2024', '16/10/2024', '17/10/2024', '18/10/2024', '19/10/2024', '20/10/2024', '21/10/2024', '22/10/2024', '23/10/2024', '24/10/2024', '25/10/2024', '26/10/2024', '27/10/2024', '28/10/2024', '29/10/2024', '30/10/2024', '31/10/2024', '01/11/2024', '02/11/2024', '03/11/2024', '04/11/2024', '05/11/2024', '06/11/2024', '07/11/2024', '08/11/2024', '09/11/2024', '10/11/2024', '11/11/2024', '12/11/2024', '13/11/2024', '14/11/2024', '15/11/2024', '16/11/2024', '17/11/2024', '18/11/2024', '19/11/2024', '20/11/2024', '21/11/2024', '22/11/2024', '23/11/2024', '24/11/2024', '25/11/2024', '26/11/2024', '27/11/2024', '28/11/2024', '29/11/2024', '30/11/2024', '01/12/2024', '02/12/2024', '03/12/2024', '04/12/2024', '05/12/2024', '06/12/2024', '07/12/2024', '08/12/2024', '09/12/2024', '10/12/2024', '11/12/2024', '12/12/2024', '13/12/2024', '14/12/2024', '15/12/2024', '16/12/2024', '17/12/2024', '18/12/2024', '19/12/2024', '20/12/2024', '21/12/2024', '22/12/2024', '23/12/2024', '24/12/2024', '25/12/2024', '26/12/2024', '27/12/2024', '28/12/2024', '29/12/2024', '30/12/2024', '31/12/2024']; // Set a Date range of the year. var minimumDate = '01/01/2024'; var maximumDate = '31/12/2024'; // Hook into Gravity Forms try { gform.addFilter('gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) { // Check for the Form ID and Field ID. Going through every possible course. //ADR (Dangerous Goods by Road) - 2024 if ( formId == 58 && fieldId == 12 ) { var adr_dates = dates; var datesToKeep = ['15/01/2024', '12/02/2024', '11/03/2024', '08/04/2024', '13/05/2024', '10/06/2024', '08/07/2024', '12/08/2024', '09/09/2024', '14/10/2024', '11/11/2024', '09/12/2024']; adr_dates = spliceDates(adr_dates, datesToKeep); console.log(adr_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [adr_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Asbestos Awareness - 2024 else if ( formId == 38 && fieldId == 13) { var asbestos_dates = dates; var datesToKeep = ['12/01/2024', '16/02/2024', '15/03/2024', '19/04/2024', '17/05/2024', '21/06/2024', '19/07/2024', '16/08/2024', '20/09/2024', '18/10/2024', '15/11/2024', '20/12/2024']; asbestos_dates = spliceDates(asbestos_dates, datesToKeep); console.log(asbestos_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [asbestos_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Combined WAH, RAH & CSE&R - 2024 else if ( formId == 37 && fieldId == 12) { var combinedwah_dates = dates; var datesToKeep = ['15/01/2024', '20/02/2024', '20/03/2024', '15/04/2024', '21/05/2024', '19/06/2024', '15/07/2024', '20/08/2024', '18/09/2024', '21/10/2024', '19/11/2024', '18/12/2024']; combinedwah_dates = spliceDates(combinedwah_dates, datesToKeep); console.log(combinedwah_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [combinedwah_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Confined Space Entry - 2024 else if ( formId == 4 && fieldId == 13) { var cse_dates = dates; var datesToKeep = ['04/01/2024', '08/01/2024', '11/01/2024', '15/01/2024', '18/01/2024', '22/01/2024', '25/01/2024', '29/01/2024', '01/02/2024', '05/02/2024', '08/02/2024', '12/02/2024', '15/02/2024', '19/02/2024', '22/02/2024', '26/02/2024', '29/02/2024', '04/03/2024', '07/03/2024', '11/03/2024', '14/03/2024', '18/03/2024', '21/03/2024', '25/03/2024', '28/03/2024', '01/04/2024', '04/04/2024', '08/04/2024', '11/04/2024', '15/04/2024', '18/04/2024', '22/04/2024', '25/04/2024', '29/04/2024', '02/05/2024', '06/05/2024', '09/05/2024', '13/05/2024', '16/05/2024', '20/05/2024', '23/05/2024', '27/05/2024', '30/05/2024', '03/06/2024', '06/06/2024', '10/06/2024', '13/06/2024', '17/06/2024', '20/06/2024', '24/06/2024', '27/06/2024', '01/07/2024', '04/07/2024', '08/07/2024', '11/07/2024', '15/07/2024', '18/07/2024', '22/07/2024', '25/07/2024', '29/07/2024', '01/08/2024', '05/08/2024', '08/08/2024', '12/08/2024', '15/08/2024', '19/08/2024', '22/08/2024', '26/08/2024', '29/08/2024', '02/09/2024', '05/09/2024', '09/09/2024', '12/09/2024', '16/09/2024', '19/09/2024', '23/09/2024', '26/09/2024', '30/09/2024', '03/10/2024', '07/10/2024', '10/10/2024', '14/10/2024', '17/10/2024', '21/10/2024', '24/10/2024', '28/10/2024', '31/10/2024', '04/11/2024', '07/11/2024', '11/11/2024', '14/11/2024', '18/11/2024', '21/11/2024', '25/11/2024', '28/11/2024', '02/12/2024', '05/12/2024', '09/12/2024', '12/12/2024', '16/12/2024', '19/12/2024']; cse_dates = spliceDates(cse_dates, datesToKeep); console.log(cse_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [cse_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Confined Space Entry & Rescue - 2024 else if ( formId == 56 && fieldId == 12) { var cser_dates = dates; var datesToKeep = ['04/01/2024', '08/01/2024', '11/01/2024', '15/01/2024', '18/01/2024', '22/01/2024', '25/01/2024', '29/01/2024', '01/02/2024', '05/02/2024', '08/02/2024', '12/02/2024', '15/02/2024', '19/02/2024', '22/02/2024', '26/02/2024', '29/02/2024', '04/03/2024', '07/03/2024', '11/03/2024', '14/03/2024', '18/03/2024', '21/03/2024', '25/03/2024', '28/03/2024', '01/04/2024', '04/04/2024', '08/04/2024', '11/04/2024', '15/04/2024', '18/04/2024', '22/04/2024', '25/04/2024', '29/04/2024', '02/05/2024', '06/05/2024', '09/05/2024', '13/05/2024', '16/05/2024', '20/05/2024', '23/05/2024', '27/05/2024', '30/05/2024', '03/06/2024', '06/06/2024', '10/06/2024', '13/06/2024', '17/06/2024', '20/06/2024', '24/06/2024', '27/06/2024', '01/07/2024', '04/07/2024', '08/07/2024', '11/07/2024', '15/07/2024', '18/07/2024', '22/07/2024', '25/07/2024', '29/07/2024', '01/08/2024', '05/08/2024', '08/08/2024', '12/08/2024', '15/08/2024', '19/08/2024', '22/08/2024', '26/08/2024', '29/08/2024', '02/09/2024', '05/09/2024', '09/09/2024', '12/09/2024', '16/09/2024', '19/09/2024', '23/09/2024', '26/09/2024', '30/09/2024', '03/10/2024', '07/10/2024', '10/10/2024', '14/10/2024', '17/10/2024', '21/10/2024', '24/10/2024', '28/10/2024', '31/10/2024', '04/11/2024', '07/11/2024', '11/11/2024', '14/11/2024', '18/11/2024', '21/11/2024', '25/11/2024', '28/11/2024', '02/12/2024', '05/12/2024', '09/12/2024', '12/12/2024', '16/12/2024', '19/12/2024']; cser_dates = spliceDates(cser_dates, datesToKeep); console.log(cser_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [cser_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Air Initial - 2024 else if ( formId == 2 && fieldId == 12) { var dgaa_dates = dates; var datesToKeep = ['08/01/2024', '05/02/2024', '04/03/2024', '01/04/2024', '06/05/2024', '03/06/2024', '01/07/2024', '05/08/2024', '02/09/2024', '07/10/2024', '04/11/2024', '02/12/2024']; dgaa_dates = spliceDates(dgaa_dates, datesToKeep); console.log(dgaa_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgaa_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Air (Radioactives) - 2024 else if ( formId == 53 && fieldId == 12) { var dgaar_dates = dates; var datesToKeep = ['22/01/2024', '22/04/2024', '22/07/2024', '21/10/2024']; dgaar_dates = spliceDates(dgaar_dates, datesToKeep); console.log(dgaar_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgaar_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Air (Refresher) - 2024 else if ( formId == 33 && fieldId == 12) { var dgaarefresh_dates = dates; var datesToKeep = ['25/01/2024', '22/02/2024', '21/03/2024', '25/04/2024', '30/05/2024', '27/06/2024', '25/07/2024', '29/08/2024', '26/09/2024', '24/10/2024', '28/11/2024', '19/12/2024']; dgaarefresh_dates = spliceDates(dgaarefresh_dates, datesToKeep); console.log(dgaarefresh_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgaarefresh_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Sea Initial - 2024 else if ( formId == 6 && fieldId == 12) { var dgs_dates = dates; var datesToKeep = ['11/01/2024', '08/02/2024', '07/03/2024', '04/04/2024', '09/05/2024', '06/06/2024', '04/07/2024', '08/08/2024', '05/09/2024', '10/10/2024', '07/11/2024', '05/12/2024']; dgs_dates = spliceDates(dgs_dates, datesToKeep); console.log(dgs_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgs_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Sea (Radioactives) - 2024 else if ( formId == 34 && fieldId == 12) { var dgsradio_dates = dates; var datesToKeep = ['22/01/2024', '22/04/2024', '22/07/2024', '21/10/2024']; dgsradio_dates = spliceDates(dgsradio_dates, datesToKeep); console.log(dgsradio_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgsradio_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Dangerous Goods by Sea (Refresher) - 2024 else if ( formId == 3 && fieldId == 12) { var dgsrefresh_dates = dates; var datesToKeep = ['26/01/2024', '23/02/2024', '22/03/2024', '26/04/2024', '31/05/2024', '28/06/2024', '26/07/2024', '30/08/2024', '27/09/2024', '25/10/2024', '29/11/2024', '20/12/2024']; dgsrefresh_dates = spliceDates(dgsrefresh_dates, datesToKeep); console.log(dgsrefresh_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [dgsrefresh_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // OPITO Authorised Gas Tester - 2024 else if ( formId == 24 && fieldId == 12) { var opitoagt_dates = dates; var datesToKeep = ['08/01/2024', '05/02/2024', '04/03/2024', '01/04/2024', '06/05/2024', '03/06/2024', '01/07/2024', '05/08/2024', '02/09/2024', '07/10/2024', '04/11/2024', '02/12/2024']; opitoagt_dates = spliceDates(opitoagt_dates, datesToKeep); console.log(opitoagt_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [opitoagt_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // PFPE Inspection - 2024 else if ( formId == 43 && fieldId == 12) { var pfpei_dates = dates; var datesToKeep = ['20/02/2024', '14/05/2024', '13/08/2024', '19/11/2024']; pfpei_dates = spliceDates(pfpei_dates, datesToKeep); console.log(pfpei_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [pfpei_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Working at Height Unit 7 - 2024 else if ( formId == 23 && fieldId == 12) { var wah7_dates = dates; var datesToKeep = ['04/01/2024', '11/01/2024', '18/01/2024', '25/01/2024', '01/02/2024', '08/02/2024', '15/02/2024', '22/02/2024', '29/03/2024', '07/03/2024', '14/03/2024', '21/03/2024', '28/03/2024', '04/04/2024', '11/04/2024', '18/04/2024', '25/04/2024', '02/05/2024', '09/05/2024', '16/05/2024', '23/05/2024', '30/05/2024', '06/06/2024', '13/06/2024', '20/06/2024', '27/06/2024', '04/07/2024', '11/07/2024', '18/07/2024', '25/07/2024', '01/08/2024', '08/08/2024', '15/08/2024', '22/08/2024', '29/08/2024', '05/09/2024', '12/09/2024', '19/09/2024', '26/09/2024', '03/10/2024', '10/10/2024', '17/10/2024', '24/10/2024', '31/10/2024', '07/11/2024', '14/11/2024', '21/11/2024', '28/11/2024', '05/12/2024', '12/12/2024', '19/12/2024']; wah7_dates = spliceDates(wah7_dates, datesToKeep); console.log(wah7_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [wah7_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Working at Height Unit 3 - 2024 else if ( formId == 20 && fieldId == 12) { var wah3_dates = dates; var datesToKeep = ['05/01/2024', '10/01/2024', '12/01/2024', '17/01/2024', '19/01/2024', '24/01/2024', '26/01/2024', '31/01/2024', '02/02/2024', '07/02/2024', '09/02/2024', '14/02/2024', '16/02/2024', '21/02/2024', '23/02/2024', '28/02/2024', '01/03/2024', '06/03/2024', '08/03/2024', '13/03/2024', '15/03/2024', '20/03/2024', '22/03/2024', '27/03/2024', '29/03/2024', '03/04/2024', '05/04/2024', '10/04/2024', '12/04/2024', '17/04/2024', '19/04/2024', '24/04/2024', '26/04/2024', '31/04/2024', '01/05/2024', '03/05/2024', '08/05/2024', '10/05/2024', '15/05/2024', '17/05/2024', '22/05/2024', '24/05/2024', '29/05/2024', '31/05/2024', '05/06/2024', '07/06/2024', '12/06/2024', '14/06/2024', '19/06/2024', '21/06/2024', '26/06/2024', '28/06/2024', '03/07/2024', '05/07/2024', '10/07/2024', '12/07/2024', '17/07/2024', '19/07/2024', '24/07/2024', '26/07/2024', '31/07/2024', '02/08/2024', '07/08/2024', '09/08/2024', '14/08/2024', '16/08/2024', '21/08/2024', '23/08/2024', '28/08/2024', '30/08/2024', '04/09/2024', '06/09/2024', '11/09/2024', '13/09/2024', '18/09/2024', '20/09/2024', '25/09/2024', '27/09/2024', '02/10/2024', '04/10/2024', '09/10/2024', '11/10/2024', '16/10/2024', '18/10/2024', '23/10/2024', '25/10/2024', '30/10/2024', '01/11/2024', '06/11/2024', '08/11/2024', '13/11/2024', '15/11/2024', '20/11/2024', '22/11/2024', '27/11/2024', '29/11/2024', '04/12/2024', '06/12/2024', '11/12/2024', '13/12/2024', '18/12/2024', '20/12/2024']; wah3_dates = spliceDates(wah3_dates, datesToKeep); console.log(wah3_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [wah3_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Working at Height Unit 4 - 2024 else if ( formId == 39 && fieldId == 12) { var wah4_dates = dates; var datesToKeep = ['04/01/2024', '11/01/2024', '18/01/2024', '25/01/2024', '01/02/2024', '08/02/2024', '15/02/2024', '22/02/2024', '29/02/2024', '07/03/2024', '14/03/2024', '21/03/2024', '28/03/2024', '04/04/2024', '11/04/2024', '18/04/2024', '25/04/2024', '02/05/2024', '09/05/2024', '16/05/2024', '23/05/2024', '30/05/2024', '06/06/2024', '13/06/2024', '20/06/2024', '27/06/2024', '04/07/2024', '11/07/2024', '18/07/2024', '25/07/2024', '01/08/2024', '08/08/2024', '15/08/2024', '22/08/2024', '29/08/2024', '05/09/2024', '12/09/2024', '19/09/2024', '26/09/2024', '03/10/2024', '10/10/2024', '17/10/2024', '24/10/2024', '31/10/2024', '07/11/2024', '14/11/2024', '21/11/2024', '28/11/2024', '05/12/2024', '12/12/2024', '19/12/2024']; wah4_dates = spliceDates(wah4_dates, datesToKeep); console.log(wah4_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [wah4_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // Working at Height Unit 6 else if ( formId == 19 && fieldId == 12) { var wah6_dates = dates; var datesToKeep = ['16/02/2024', '17/05/2024', '16/08/2024', '22/11/2024']; wah6_dates = spliceDates(wah6_dates, datesToKeep); console.log(wah6_dates); optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; optionsObj.beforeShowDay = function(date) { var checkdate = jQuery.datepicker.formatDate("dd/mm/yy", date); return [wah6_dates.indexOf(checkdate) == -1]; }; return optionsObj; } // If the course doesn't have specified days use this. else { optionsObj.minDate = minimumDate; optionsObj.maxDate = maximumDate; return optionsObj; } } ); } catch(err) { console.log('Not a Course Page.'); } </script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="icon" href="https://aquaterratraining.co.uk/wp-content/uploads/2023/01/cropped-1000x1000-AT-Logo-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://aquaterratraining.co.uk/wp-content/uploads/2023/01/cropped-1000x1000-AT-Logo-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://aquaterratraining.co.uk/wp-content/uploads/2023/01/cropped-1000x1000-AT-Logo-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://aquaterratraining.co.uk/wp-content/uploads/2023/01/cropped-1000x1000-AT-Logo-1-270x270.png" /> <style id="et-critical-inline-css">@media only screen and (min-width:981px){.et_pb_section{padding:1% 0}.et_pb_fullwidth_section{padding:0}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:13px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}</style> <link rel="stylesheet" id="et-core-unified-1409-cached-inline-styles" href="https://aquaterratraining.co.uk/wp-content/et-cache/1409/et-core-unified-1409.min.css?ver=1706846588" /><link rel="preload" as="style" id="et-core-unified-tb-38-tb-889-tb-43-deferred-1409-cached-inline-styles" href="https://aquaterratraining.co.uk/wp-content/et-cache/1409/et-core-unified-tb-38-tb-889-tb-43-deferred-1409.min.css?ver=1706846588" onload="this.onload=null;this.rel='stylesheet';" /></head> <body class="post-template-default single single-post postid-1409 single-format-standard et-tb-has-template et-tb-has-header et-tb-has-body et-tb-has-footer et_pb_button_helper_class et_cover_background et_pb_gutter et_pb_gutters3 et_pb_pagebuilder_layout et_divi_theme et-db"> <div id="page-container"> <div id="et-boc" class="et-boc"> <header class="et-l et-l--header"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0_tb_header et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_header"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_header et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p style="text-align: right;">Call us on +44 (0) 1224 392626 or enquire <a href="https://aquaterratraining.co.uk/contact-us/">here</a>.</p></div> </div> </div> </div> </div><div class="et_pb_section et_pb_section_1_tb_header et_section_regular et_pb_section--with-menu" > <div class="et_pb_row et_pb_row_1_tb_header et_pb_row--with-menu"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_1_tb_header et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column--with-menu"> <div class="et_pb_module et_pb_menu et_pb_menu_0_tb_header et_pb_bg_layout_light et_pb_text_align_right et_dropdown_animation_fade et_pb_menu--with-logo et_pb_menu--style-left_aligned"> <div class="et_pb_menu_inner_container clearfix"> <div class="et_pb_menu__logo-wrap"> <div class="et_pb_menu__logo"> <a href="https://aquaterratraining.co.uk" ><img fetchpriority="high" decoding="async" width="1450" height="315" src="https://aquaterratraining.co.uk/wp-content/uploads/2022/01/Aquaterra-Logo_RGB.png" alt="" srcset="https://aquaterratraining.co.uk/wp-content/uploads/2022/01/Aquaterra-Logo_RGB.png 1450w, https://aquaterratraining.co.uk/wp-content/uploads/2022/01/Aquaterra-Logo_RGB-1280x278.png 1280w, https://aquaterratraining.co.uk/wp-content/uploads/2022/01/Aquaterra-Logo_RGB-980x213.png 980w, https://aquaterratraining.co.uk/wp-content/uploads/2022/01/Aquaterra-Logo_RGB-480x104.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1450px, 100vw" class="wp-image-1175" /></a> </div> </div> <div class="et_pb_menu__wrap"> <div class="et_pb_menu__menu"> <nav class="et-menu-nav"><ul id="menu-main" class="et-menu nav"><li class="et_pb_menu_page_id-16 menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-36"><a href="https://aquaterratraining.co.uk/about-us/">About Us</a> <ul class="sub-menu"> <li class="et_pb_menu_page_id-126 menu-item menu-item-type-post_type menu-item-object-page menu-item-132"><a href="https://aquaterratraining.co.uk/our-work/">Our Work</a></li> <li class="et_pb_menu_page_id-134 menu-item menu-item-type-post_type menu-item-object-page menu-item-142"><a href="https://aquaterratraining.co.uk/health-and-safety/">Health and Safety</a></li> <li class="et_pb_menu_page_id-507 menu-item menu-item-type-post_type menu-item-object-page menu-item-521"><a href="https://aquaterratraining.co.uk/our-people/">Our People</a></li> </ul> </li> <li class="et_pb_menu_page_id-17 menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-35"><a href="https://aquaterratraining.co.uk/training-courses/">Training Courses</a> <ul class="sub-menu"> <li class="et_pb_menu_page_id-1992 menu-item menu-item-type-custom menu-item-object-custom menu-item-1992"><a href="https://aquaterratraining.co.uk/confined-space/">Confined Space</a></li> <li class="et_pb_menu_page_id-1993 menu-item menu-item-type-custom menu-item-object-custom menu-item-1993"><a href="https://aquaterratraining.co.uk/health-and-safety-courses/">Health &#038; Safety</a></li> <li class="et_pb_menu_page_id-1994 menu-item menu-item-type-custom menu-item-object-custom menu-item-1994"><a href="https://aquaterratraining.co.uk/rigging-and-lifting/">Rigging &#038; Lifting</a></li> <li class="et_pb_menu_page_id-1995 menu-item menu-item-type-custom menu-item-object-custom menu-item-1995"><a href="https://aquaterratraining.co.uk/transport-and-dangerous-goods/">Transport &#038; Dangerous Goods</a></li> <li class="et_pb_menu_page_id-1996 menu-item menu-item-type-custom menu-item-object-custom menu-item-1996"><a href="https://aquaterratraining.co.uk/working-at-height/">Working at Height</a></li> </ul> </li> <li class="et_pb_menu_page_id-18 menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://aquaterratraining.co.uk/training-centre/">Training Centre</a></li> <li class="et_pb_menu_page_id-19 menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="https://aquaterratraining.co.uk/client-site-training/">Client Site training</a></li> <li class="et_pb_menu_page_id-21 menu-item menu-item-type-post_type menu-item-object-page menu-item-32"><a href="https://aquaterratraining.co.uk/mobile-training-unit/">Mobile Training Unit</a></li> <li class="et_pb_menu_page_id-1083 menu-item menu-item-type-post_type menu-item-object-page menu-item-1093"><a href="https://aquaterratraining.co.uk/aquaterra-rescue-kit-ark/">AquaTerra Rescue Kit (ARK)</a></li> <li class="et_pb_menu_page_id-22 menu-item menu-item-type-post_type menu-item-object-page menu-item-31"><a href="https://aquaterratraining.co.uk/standby-rescue-teams/">Standby Rescue Teams</a></li> <li class="et_pb_menu_page_id-14 menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://aquaterratraining.co.uk/contact-us/">Contact Us</a></li> </ul></nav> </div> <div class="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="mobile_menu_bar"></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <div id="et-main-area"> <div id="main-content"> <div class="et-l et-l--body"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0_tb_body et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_body"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_body et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h2>News</h2></div> </div><div class="et_pb_module et_pb_text et_pb_text_1_tb_body et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h2 class="banner_title"><span style="color: #ffffff;"><strong><b>AquaTerra Training and Bon Accord Training Forge Strategic Partnership to Elevate Training Capabilities</b> </strong></span></h2> <p>&nbsp;</p></div> </div> </div> </div> </div><div class="et_pb_section et_pb_section_1_tb_body et_section_regular" > </div><div class="et_pb_section et_pb_section_2_tb_body et_section_regular" > <div class="et_pb_row et_pb_row_1_tb_body"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_1_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_body et_pb_text_align_left et_pb_bg_layout_light"> </div><div class="et_pb_module et_pb_post_content et_pb_post_content_0_tb_body"> <div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutters3"><div class="et_pb_section et_pb_section_0 et_section_regular" > <div class="et_pb_row et_pb_row_0"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_image et_pb_image_0"> <span class="et_pb_image_wrap "><img decoding="async" width="2560" height="1707" src="https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Health-_-Safety-Blue-Banner-Image-scaled.jpg" alt="" title="Health _ Safety - Blue Banner Image" srcset="https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Health-_-Safety-Blue-Banner-Image-scaled.jpg 2560w, https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Health-_-Safety-Blue-Banner-Image-1280x854.jpg 1280w, https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Health-_-Safety-Blue-Banner-Image-980x653.jpg 980w, https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Health-_-Safety-Blue-Banner-Image-480x320.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw" class="wp-image-676" /></span> </div><div class="et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>Here is a question&#8230; </p> <p><strong><em>When was the last time you read a manufacturers instruction? </em></strong></p> <p>&nbsp;</p> <p>..Fitting new batteries into the kids toys at Christmas perhaps?</p> <p>..Or the last time you assembled some flat pack furniture maybe?</p> <p>..Did you even do it when you carried out a recent lateral flow test at home?</p> <p>&nbsp;</p> <p>Let us ask you the question again&#8230; </p> <p><strong><em>When did you last read a manufacturers instruction at work..? </em></strong></p> <p><strong><em></em></strong></p> <p><strong><em></em></strong></p> <p>..Still thinking?</p> <p>&nbsp;</p> <p><strong><em>What about all of the equipment you use at work, machinery, harnesses, gas detectors etc?</em></strong></p> <p>..Are you sure you&#8217;re operating it correctly? </p> <p>Did you know that it is deemed the operator&#8217;s responsibility to use equipment properly right? </p> <p>&nbsp;</p> <p><em><strong>Training is paramount to the safety culture we work in. </strong></em></p> <p>HASAWA (Health and Safety at Work etc. Act) 1974 tells us we must receive any information, instruction, training and supervision that is necessary to ensure, as far as reasonable practicable our health and safety at work. </p> <p>Whether you are an employee, supervisor or business owner we need to ensure that you and everyone you work alongside, even people you allow on to your premises to carry out work are suitably trained in all applicable areas.</p> <p>At AquaTerra, our highly skilled range of Training Instructors are perfectly positioned to support this across a wide range of training courses available both at our Kintore based Training Centre or at a venue of your choice, including your own workplace if appropriate. </p> <p>&nbsp;</p></div> </div><div class="et_pb_module et_pb_image et_pb_image_1"> <span class="et_pb_image_wrap "><img decoding="async" width="1024" height="768" src="https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Mobile-Training-Unit-Blue-Banner-Image.jpg" alt="" title="Mobile Training Unit - Blue Banner Image" srcset="https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Mobile-Training-Unit-Blue-Banner-Image.jpg 1024w, https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Mobile-Training-Unit-Blue-Banner-Image-980x735.jpg 980w, https://aquaterratraining.co.uk/wp-content/uploads/2021/08/Mobile-Training-Unit-Blue-Banner-Image-480x360.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" class="wp-image-681" /></span> </div><div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><span style="font-size: 14px;">It&#8217;s the simple things right from the start that makes what we do safe.</span></p> <p><span style="font-size: 14px;">AquaTerra&#8217;s wide of range health and safety courses are designed to ensure that our candidates are provided with the knowledge and skills to work safely, identify hazards and control risks within their workplace. <br /></span></p> <p><span style="font-size: 14px;">Comprehensive training is given across the spectrum of health and safety related topics. All training is conducted by our highly skilled team of registered professionals.</span></p> <p>To view our wide range of Health &amp; Safety courses as well as the other courses we specialise in, <strong>please click here.</strong></p> <p><strong>Contact us today</strong> with any queries you may have and we can help you identify the requirements you need to address in your workplace. </p></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div class="et_pb_section et_pb_section_3_tb_body et_section_regular" > </div><div class="et_pb_section et_pb_section_4_tb_body et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_2_tb_body et_pb_equal_columns"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_2_tb_body et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_3_tb_body et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>Send us a course enquiry!</p></div> </div> <div id="et_pb_contact_form_0" class="et_pb_with_border et_pb_module et_pb_contact_form_0_tb_body et_pb_contact_form_container clearfix" data-form_unique_num="0" data-form_unique_id="6c01bbed-0967-4583-8409-c2c5103a0b4f"> <div class="et-pb-contact-message"></div> <div class="et_pb_contact"> <form class="et_pb_contact_form clearfix" method="post" action="https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/"> <p class="et_pb_contact_field et_pb_contact_field_0_tb_body et_pb_contact_field_last" data-id="email" data-type="email"> <label for="et_pb_contact_email_0" class="et_pb_contact_form_label">Email Address</label> <input type="text" id="et_pb_contact_email_0" class="input" value="" name="et_pb_contact_email_0" data-required_mark="required" data-field_type="email" data-original_id="email" placeholder="Email Address"> </p><p class="et_pb_contact_field et_pb_contact_field_1_tb_body et_pb_contact_field_last has-background" data-id="name" data-type="input"> <label for="et_pb_contact_name_0" class="et_pb_contact_form_label">Name</label> <input type="text" id="et_pb_contact_name_0" class="input" value="" name="et_pb_contact_name_0" data-required_mark="required" data-field_type="input" data-original_id="name" placeholder="Name"> </p><p class="et_pb_contact_field et_pb_contact_field_2_tb_body et_pb_contact_field_last" data-id="message" data-type="text"> <label for="et_pb_contact_message_0" class="et_pb_contact_form_label">Message</label> <textarea name="et_pb_contact_message_0" id="et_pb_contact_message_0" class="et_pb_contact_message input" data-required_mark="required" data-field_type="text" data-original_id="message" placeholder="Message"></textarea> </p> <input type="hidden" value="et_contact_proccess" name="et_pb_contactform_submit_0"/> <div class="et_contact_bottom_container"> <button type="submit" name="et_builder_submit_button" class="et_pb_contact_submit et_pb_button">SEND</button> </div> <input type="hidden" id="_wpnonce-et-pb-contact-form-submitted-0" name="_wpnonce-et-pb-contact-form-submitted-0" value="353bb7c827" /><input type="hidden" name="_wp_http_referer" value="/news/when-was-the-last-time-you-read-a-manufacturers-instruction/" /> </form> </div> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_3_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_body et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>Contact Details</h1> <h2>Main Office</h2> <p><span>AquaTerra House,</span><br /><span>Tofthills Avenue,</span><br /><span>Midmill Business Park,</span><br /><span>Kintore, Aberdeen,</span><br /><span>UK, AB51 0QP</span></p> <h2>Email Address</h2> <p><strong><a href="mailto:Bookings@aquaterra.co.uk" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="0">Bookings@<span data-markjs="true" class="markyuuqjknal" data-ogac="" data-ogab="" data-ogsc="" data-ogsb="">aquaterra</span>.co.uk</a></strong></p> <h2>Phone Number</h2> <p><span>+44 (0) 1224 392626</span></p></div> </div> </div> </div> </div> </div> </div> </div> <footer class="et-l et-l--footer"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0_tb_footer et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_footer"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_0_tb_footer"> <div class="et_pb_code_inner"><div class="lshowcase-clear-both">&nbsp;</div><div class="lshowcase-logos "><div style='display:none;' class='lshowcase-wrap-carousel-0' ><div data-entry-id="533" class="lshowcase-slide lshowcase-horizontal-slide lshowcase-thumb lshowcase-normal"><img data-no-lazy='1' data-original-title='Driver' data-entry-id='533' src='https://aquaterratraining.co.uk/wp-content/uploads/2021/07/driver-cpc-blog-image-tmconsultant-200x106.png' width='200' height = '106' alt='Driver' title='' class='lshowcase-thumb' /></div><div data-entry-id="535" class="lshowcase-slide lshowcase-horizontal-slide lshowcase-thumb lshowcase-normal"><img data-no-lazy='1' data-original-title='pasma' data-entry-id='535' src='https://aquaterratraining.co.uk/wp-content/uploads/2021/07/unnamed-200x62.jpg' width='200' height = '62' alt='pasma' title='' class='lshowcase-thumb' /></div><div data-entry-id="537" class="lshowcase-slide lshowcase-horizontal-slide lshowcase-thumb lshowcase-normal"><img data-no-lazy='1' data-original-title='iosh' data-entry-id='537' src='https://aquaterratraining.co.uk/wp-content/uploads/2021/07/IOSH-logo-2016-200x182.jpg' width='200' height = '182' alt='iosh' title='' class='lshowcase-thumb' /></div><div data-entry-id="539" class="lshowcase-slide lshowcase-horizontal-slide lshowcase-thumb lshowcase-normal"><img data-no-lazy='1' data-original-title='opito' data-entry-id='539' src='https://aquaterratraining.co.uk/wp-content/uploads/2021/12/OPITO-LOGO-BLUE-RGB_small-200x140.jpg' width='200' height = '140' alt='opito' title='' class='lshowcase-thumb' /></div><div data-entry-id="542" class="lshowcase-slide lshowcase-horizontal-slide lshowcase-thumb lshowcase-normal"><img data-no-lazy='1' data-original-title='sqa' data-entry-id='542' src='https://aquaterratraining.co.uk/wp-content/uploads/2021/07/SQA_logo_INT_RGB-200x72.jpg' width='200' height = '72' alt='sqa' title='' class='lshowcase-thumb' /></div></div></div><div class="lshowcase-clear-both">&nbsp;</div></div> </div> </div> </div> </div><div class="et_pb_section et_pb_section_1_tb_footer et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_1_tb_footer"> <div class="et_pb_column et_pb_column_1_5 et_pb_column_1_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_0_tb_footer"> <span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="625" height="170" src="https://aquaterratraining.co.uk/wp-content/uploads/2021/05/AT_Logo.png" alt="" title="AT_Logo" srcset="https://aquaterratraining.co.uk/wp-content/uploads/2021/05/AT_Logo.png 625w, https://aquaterratraining.co.uk/wp-content/uploads/2021/05/AT_Logo-480x131.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 625px, 100vw" class="wp-image-108" /></span> </div><div class="et_pb_module et_pb_text et_pb_text_0_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p>AquaTerra Training Ltd</p> <p>Company No. SC341334</p></div> </div><div class="et_pb_module et_pb_code et_pb_code_1_tb_footer"> <div class="et_pb_code_inner"><iframe loading="lazy" frameborder="0" scrolling="no" allowTransparency="true" width="200" height="91" src="https://cdn.yoshki.com/badge-pasma.html" style="border:0px;margin:0px;padding:0px;backgroundColor:transparent;"></iframe></div> </div> </div><div class="et_pb_column et_pb_column_1_5 et_pb_column_2_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_1_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Head Office</h3> <p>AquaTerra House,<br />Tofthills Avenue,<br />Midmill Business Park,<br />Kintore, Aberdeen,<br />UK, AB51 0QP</p> <p>&nbsp;</p></div> </div> </div><div class="et_pb_column et_pb_column_1_5 et_pb_column_3_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Contact us</h3> <p>How can we help?</p> <p><strong>Send Us a Message</strong></p> <p><strong><a href="mailto:Bookings@aquaterra.co.uk" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" data-linkindex="0">Bookings@<span data-markjs="true" class="markyuuqjknal" data-ogac="" data-ogab="" data-ogsc="" data-ogsb="">aquaterra</span>.co.uk</a></strong></p> <p><strong>Call</strong></p> <p>+44 (0) 1224 392626</p> <p>&nbsp;</p></div> </div> </div><div class="et_pb_column et_pb_column_1_5 et_pb_column_4_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_3_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h3>Connect with us</h3> <p><a href="https://www.facebook.com/aquaterratrainingltd">Facebook</a></p> <p><a href="https://www.linkedin.com/company/aquaterra-training-ltd">LinkedIn</a></p> <p><a href="https://twitter.com/AquaterraT">Twitter</a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_5 et_pb_column_5_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty"> </div> </div> </div><div class="et_pb_section et_pb_section_2_tb_footer et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_2_tb_footer"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_6_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p style="text-align: center;">Designed by  | Built by </p></div> </div> </div> </div> </div> </div> </footer> </div> </div> </div> <link rel='stylesheet' id='lshowcase-bxslider-style-css' href='https://aquaterratraining.co.uk/wp-content/plugins/logos-showcase/bxslider/jquery.bxslider.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='lshowcase-fontawesome-css' href='https://aquaterratraining.co.uk/wp-content/plugins/logos-showcase/css/font-awesome/css/fontawesome-all.css?ver=6.4.3' type='text/css' media='' /> <link rel='stylesheet' id='lshowcase-main-style-css' href='https://aquaterratraining.co.uk/wp-content/plugins/logos-showcase/css/styles.css?ver=6.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="jquery-js-after"> /* <![CDATA[ */ jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}}); /* ]]> */ </script> <script type="text/javascript" src="https://widget.tagembed.com/embed.min.js?ver=4.7" id="__tagembed__embbedJs-js"></script> <script type="text/javascript" id="divi-custom-script-js-extra"> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https:\/\/aquaterratraining.co.uk\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/aquaterratraining.co.uk\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/aquaterratraining.co.uk\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"72a984dcc9","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"7edf2cb2d4","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":" ","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in .","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"1409","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":"https:\/\/aquaterratraining.co.uk\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#7EBEC5","waypoints_options":[]}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/themes/Divi/js/scripts.min.js?ver=4.24.0" id="divi-custom-script-js"></script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/js/es6-promise.auto.min.js?ver=4.24.0" id="es6-promise-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LdnEiMdAAAAABIF9O7b1bqdK7ldF9poH-SyN07N&amp;ver=4.24.0" id="et-recaptcha-v3-js"></script> <script type="text/javascript" id="et-core-api-spam-recaptcha-js-extra"> /* <![CDATA[ */ var et_core_api_spam_recaptcha = {"site_key":"6LdnEiMdAAAAABIF9O7b1bqdK7ldF9poH-SyN07N","page_action":{"action":"when_was_the_last_time_you_read_a_manufacturers_instruction"}}; /* ]]> */ </script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/js/recaptcha.js?ver=4.24.0" id="et-core-api-spam-recaptcha-js"></script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.24.0" id="fitvids-js"></script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/themes/Divi/core/admin/js/common.js?ver=4.24.0" id="et-core-common-js"></script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/plugins/logos-showcase/bxslider/jquery.bxslider.min.js?ver=6.4.3" id="lshowcase-bxslider-js"></script> <script type="text/javascript" id="lshowcase-bxslider-individual-js-extra"> /* <![CDATA[ */ var lssliderparam = [{"divid":".lshowcase-wrap-carousel-0","auto":"false","pause":"4000","autohover":"false","ticker":"true","tickerhover":"false","useCSS":"true","autocontrols":"false","speed":"20000","slidewidth":"200","slidemargin":"10","infiniteloop":"true","pager":"false","controls":"true","minslides":"1","maxslides":"0","moveslides":"1","mode":"horizontal","direction":"next","next":"<i class=\"fas fa-chevron-circle-right\"><\/i>","prev":"<i class=\"fas fa-chevron-circle-left\"><\/i>"}]; /* ]]> */ </script> <script type="text/javascript" src="https://aquaterratraining.co.uk/wp-content/plugins/logos-showcase/js/carousel.js?ver=6.4.3" id="lshowcase-bxslider-individual-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Served from: aquaterratraining.co.uk @ 2024-02-25 09:27:43 by W3 Total Cache -->
fineweb
{ "fineweb_metadata": { "text": "Here is a question…\nWhen was the last time you read a manufacturers instruction?\n..Fitting new batteries into the kids toys at Christmas perhaps?\n..Or the last time you assembled some flat pack furniture maybe?\n..Did you even do it when you carried out a recent lateral flow test at home?\nLet us ask you the question again…\nWhen did you last read a manufacturers instruction at work..?\nWhat about all of the equipment you use at work, machinery, harnesses, gas detectors etc?\n..Are you sure you’re operating it correctly?\nDid you know that it is deemed the operator’s responsibility to use equipment properly right?\nTraining is paramount to the safety culture we work in.\nHASAWA (Health and Safety at Work etc. Act) 1974 tells us we must receive any information, instruction, training and supervision that is necessary to ensure, as far as reasonable practicable our health and safety at work.\nWhether you are an employee, supervisor or business owner we need to ensure that you and everyone you work alongside, even people you allow on to your premises to carry out work are suitably trained in all applicable areas.\nAt AquaTerra, our highly skilled range of Training Instructors are perfectly positioned to support this across a wide range of training courses available both at our Kintore based Training Centre or at a venue of your choice, including your own workplace if appropriate.\nIt’s the simple things right from the start that makes what we do safe.\nAquaTerra’s wide of range health and safety courses are designed to ensure that our candidates are provided with the knowledge and skills to work safely, identify hazards and control risks within their workplace.\nComprehensive training is given across the spectrum of health and safety related topics. All training is conducted by our highly skilled team of registered professionals.\nTo view our wide range of Health & Safety courses as well as the other courses we specialise in, please click here.\nContact us today with any queries you may have and we can help you identify the requirements you need to address in your workplace.", "id": "<urn:uuid:f6cdafb0-4bf4-4703-a9c1-122880d785b6>", "dump": "CC-MAIN-2024-10", "url": "https://aquaterratraining.co.uk/news/when-was-the-last-time-you-read-a-manufacturers-instruction/", "date": "2024-02-25T09:27:43", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9582531452178955, "token_count": 437 } }
<urn:uuid:a3dc3e59-fb11-4333-915f-fc5c7480ce2e>
<!DOCTYPE html> <html lang="en"> <head prefix="og: http://ogp.me/ns#"> <title> Daniel Kraus | Arapahoe</title><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html;charset=utf-8"><meta property="og:site_name" content="Arapahoe"/><link rel="search" type="application/opensearchdescription+xml" title="Arapahoe Catalog Search" href="/Search/OpenSearch?method=describe"><link rel="stylesheet" type="text/css" href="/interface/themes/responsive/css/main.css?v=24.02.03.46" /><script src="/interface/themes/responsive/js/aspen.js?v=24.02.03.46"></script> <script type="text/javascript"> $(document).ready(function(){ Globals.url = 'https://arapahoe-pioneer.bywatersolutions.com'; Globals.loggedIn = false; Globals.opac = false; Globals.activeModule = 'Author'; Globals.activeAction = 'Home'; Globals.masqueradeMode = false; AspenDiscovery.Searches.getPreferredDisplayMode(); Globals.hasHooplaConnection = true; Globals.hasOverDriveConnection = true; Globals.loadingTitle = 'Loading'; Globals.loadingBody = 'Loading, please wait'; Globals.requestFailedTitle = 'Request Failed'; Globals.requestFailedBody = 'There was an error with this AJAX Request.'; Globals.rtl = false; Globals.bypassAspenLoginForSSO = false; Globals.ssoLoginUrl = ''; AspenDiscovery.Browse.browseStyle = 'masonry'; Globals.cookiePolicyHTML = ''; Globals.timeUntilSessionExpiration = ; }); </script><script type="text/javascript"> $(document).ready(function(){ if (Globals.timeUntilSessionExpiration > 0) { setTimeout(function (){ // noinspection SillyAssignmentJS window.location.reload(); }, Globals.timeUntilSessionExpiration + 500); } }); </script> <style type="text/css">h1 small, h2 small, h3 small, h4 small, h5 small{color: #6B6B6B;}#header-wrapper{background-color: #ffffff;background-image: none;color: #303030;}#library-name-header{color: #303030;}#footer-container{background-color: #f1f1f1;color: #303030;}body {background-color: #ffffff;color: #6B6B6B;}a,a:visited,.result-head,#selected-browse-label a,#selected-browse-label a:visited{color: #3174AF;}a:hover,.result-head:hover,#selected-browse-label a:hover{color: #265a87;}body .container, #home-page-browse-content{background-color: #ffffff;color: #6B6B6B;}#selected-browse-label{background-color: #ffffff;}.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th{background-color: #fafafa;}div.striped > div:nth-child(odd), div.striped > div:nth-child(odd){background-color: #fafafa;}.table-sticky thead tr th{background-color: #ffffff;}#home-page-search, #horizontal-search-box,.searchTypeHome,.searchSource,.menu-bar {background-color: #0a7589;color: #ffffff;}#horizontal-search-box .searchSourceHorizontal, #horizontal-search-box .searchTypeHorizontal{background-color: #ffffff;color: #333333;border: 1px solid #cccccc;}#home-search-box .input-group-addon{background-color: #de9d03;}#horizontal-menu-bar-container{background-color: #ffffff;color: #303030;position: relative;}#horizontal-menu-bar-container, #horizontal-menu-bar-container .menu-icon, #horizontal-menu-bar-container .menu-icon .menu-bar-label,#horizontal-menu-bar-container .menu-icon:visited{background-color: #f1f1f1;color: #303030;}#horizontal-menu-bar-container .menu-icon:hover, #horizontal-menu-bar-container .menu-icon:focus,#horizontal-menu-bar-container .menu-icon:hover .menu-bar-label, #horizontal-menu-bar-container .menu-icon:focus .menu-bar-label,#menuToggleButton.selected{background-color: #f1f1f1;color: #265a87;}#horizontal-search-label,#horizontal-search-box #horizontal-search-label{color: #ffffff;}#lookfor{border-radius: 0;background-color: #ffffff;color: #6B6B6B;border: 1px solid #6B6B6B;border-left: 0px;}#lookfor-label{color: #6B6B6B;}.dropdownMenu, #account-menu, #header-menu, .dropdown .dropdown-menu.dropdownMenu, .dropdown-menu{background-color: #ededed !important;color: #404040 !important;}.dropdownMenu a, .dropdownMenu a:visited, .dropdown-menu li a, .dropdown-menu li a:visited{color: #404040 !important;background-color: #ededed !important;}.dropdownMenu a.btn{color: #333333 !important;background-color: #ffffff !important;}.modal-header, .modal-footer{background-color: #ffffff;color: #6B6B6B;}.close, .close:hover, .close:focus{color: #6B6B6B;}.modal-header{border-bottom-color: #ffffff;}.modal-footer{border-top-color: #ffffff;}.modal-content{background-color: #ffffff;color: #6B6B6B;}.exploreMoreBar .label-top, .exploreMoreBar .label-top img{background-color: #0a7589;color: #ffffff;}.exploreMoreBar .exploreMoreBarLabel{color: #ffffff;}.exploreMoreBar{border-color: #0a7589;background: #0a758907;}#home-page-search-label,#home-page-advanced-search-link,#keepFiltersSwitchLabel,.menu-bar, #horizontal-menu-bar-container {color: #ffffff}.facetTitle, .exploreMoreTitle, .panel-heading, .panel-heading .panel-title,.panel-default > .panel-heading, .sidebar-links .panel-heading, #account-link-accordion .panel .panel-title, #account-settings-accordion .panel .panel-title{background-color: #e7e7e7;border-color: #33333370;}.panel-default{border-color: #33333370;}.facetTitle, .exploreMoreTitle,.panel-title,.panel-default > .panel-heading, .sidebar-links .panel-heading, #account-link-accordion .panel .panel-title, #account-settings-accordion .panel .panel-title, .panel-title > a,.panel-default > .panel-heading{color: #333333;}.facetTitle.expanded, .exploreMoreTitle.expanded,.active .panel-heading,#more-details-accordion .active .panel-heading,.active .panel-default > .panel-heading, .sidebar-links .active .panel-heading, #account-link-accordion .panel.active .panel-title, #account-settings-accordion .panel.active .panel-title,.active .panel-title,.active .panel-title > a,.active.panel-default > .panel-heading, .adminSection .adminPanel .adminSectionLabel{background-color: #de9d03;}.facetTitle.expanded, .exploreMoreTitle.expanded,.active .panel-heading,#more-details-accordion .active .panel-heading,#more-details-accordion .active .panel-title,#account-link-accordion .panel.active .panel-title,.active .panel-title,.active .panel-title > a,.active.panel-default > .panel-heading,.adminSection .adminPanel .adminSectionLabel, .facetLock.pull-right a{color: #303030;}.panel-body,.sidebar-links .panel-body,#more-details-accordion .panel-body,.facetDetails,.sidebar-links .panel-body a:not(.btn), .sidebar-links .panel-body a:visited:not(.btn), .sidebar-links .panel-body a:hover:not(.btn),.adminSection .adminPanel{background-color: #ffffff;color: #404040;}.facetValue, .facetValue a,.adminSection .adminPanel .adminActionLabel,.adminSection .adminPanel .adminActionLabel a{color: #404040;}.breadcrumbs{background-color: #f5f5f5;color: #6B6B6B;}.breadcrumb > li + li::before{color: #6B6B6B;}#footer-container{border-top-color: #F76E5E;}#horizontal-menu-bar-container{border-bottom-color: #F76E5E;}#home-page-browse-header{background-color: #d7dce3;}.browse-category,#browse-sub-category-menu button{background-color: #005C75 !important;border-color: #0087AB !important;color: #ffffff !important;}.browse-category.selected,.browse-category.selected:hover,#browse-sub-category-menu button.selected,#browse-sub-category-menu button.selected:hover{border-color: #0087AB !important;background-color: #005C75 !important;color: #ffffff !important;}.browse-thumbnail{background-color: transparent;}.alert-info{background-color: #8cd2e7;border-color: #999999;color: #000000;}.alert-info a{color: #000000 !important;text-decoration: underline;}.alert-warning{background-color: #f4d03f;border-color: #999999;color: #000000;}.alert-warning a{color: #000000 !important;text-decoration: underline;}.alert-danger{background-color: #D50000;border-color: #999999;color: #ffffff;}.alert-danger a{color: #ffffff !important;text-decoration: underline;}#system-message-header {background-color: #ffffff;color: #6B6B6B;}.btn-default,.btn-default:visited,a.btn-default,a.btn-default:visited,.btn-default a,.btn-default a:visited{background-color: #ffffff !important;color: #333333 !important;border-color: #cccccc;}.btn-default:hover, .btn-default:focus, .btn-default a:hover, .btn-default a:focus{background-color: #eeeeee !important;color: #333333 !important;border-color: #cccccc;}.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{background-color: #eeeeee70 !important;color: #333333 !important;border-color: #cccccc;}.btn-primary,.btn-primary:visited,a.btn-primary,a.btn-primary:visited{background-color: #1b6ec2 !important;color: #ffffff !important;border-color: #1b6ec2;}.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{background-color: #ffffff !important;color: #1b6ec2 !important;border-color: #1b6ec2;}.btn-action,.btn-action:visited,a.btn-action,a.btn-action:visited{background-color: #1b6ec2 !important;color: #ffffff !important;border-color: #1b6ec2;}.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .open .dropdown-toggle.btn-action{background-color: #ffffff !important;color: #1b6ec2 !important;border-color: #1b6ec2;}.btn-info,.btn-info:visited,a.btn-info,a.btn-info:visited{background-color: #8cd2e7 !important;color: #000000 !important;border-color: #999999;}.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{background-color: #ffffff !important;color: #217e9b !important;border-color: #217e9b;}.btn-tools,.btn-tools:visited,a.btn-tools,a.btn-tools:visited{background-color: #747474 !important;color: #ffffff !important;border-color: #636363;}.btn-tools:hover, .btn-tools:focus, .btn-tools:active, .btn-tools.active, .open .dropdown-toggle.btn-tools{background-color: #636363 !important;color: #ffffff !important;border-color: #636363;}.btn-warning,.btn-warning:visited,a.btn-warning,a.btn-warning:visited{background-color: #f4d03f !important;color: #000000 !important;border-color: #999999;}.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning{background-color: #ffffff !important;color: #8d6708 !important;border-color: #8d6708;}.label-warning{background-color: #f4d03f;color: #000000;}.btn-danger,.btn-danger:visited,a.btn-danger,a.btn-danger:visited{background-color: #D50000 !important;color: #ffffff !important;border-color: #999999;}.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger{background-color: #ffffff !important;color: #D50000 !important;border-color: #D50000;}.label-danger{background-color: #D50000;color: #ffffff;}.btn-editions,.btn-editions:visited{background-color: #f8f9fa !important;color: #212529 !important;border-color: #999999;}.btn-editions:hover, .btn-editions:focus, .btn-editions:active, .btn-editions.active{background-color: #ffffff !important;color: #1b6ec2 !important;border-color: #1b6ec2;}.badge{background-color: #666666;color: #ffffff;}#myAccountPanel .label{font-size: 10px;min-width: 10px;padding: 3px 7px;border-radius: 10px;}.form-control {background-color: #ffffff;color: #6B6B6B;border: 1px solid #6B6B6B;border-radius: }#horizontal-search-box #lookfor:focus, #horizontal-search-box .searchSourceHorizontal:focus, #horizontal-search-box .searchTypeHorizontal:focus{color: #6B6B6B;border-color: #ffffff;--webkit-box-shadow: inset 0 1px 1px #ffffff, 0 0 8px #ffffffbox-shadow: inset 0 1px 1px #ffffff, 0 0 8px #ffffff}.form-control:focus{color: #3174AF;border-color: #3174AF;--webkit-box-shadow: inset 0 1px 1px #3174AF, 0 0 8px #3174AFbox-shadow: inset 0 1px 1px #3174AF, 0 0 8px #3174AF}.input-group-addon{background-color: #ffffff;color: #6B6B6B;border: 1px solid #6B6B6B;border-radius: }legend{color: #6B6B6B;border-color: #6B6B6B;}.bootstrap-switch{border: 1px solid #6B6B6B;border-radius: }.bootstrap-switch > div > label{background-color: #ffffff;color: #6B6B6B;}.bootstrap-switch > div > span.bootstrap-switch-default{background-color: #ffffff !important;color: #6B6B6B !important;}.bootstrap-switch > div > span.bootstrap-switch-primary{background-color: #F76E5E !important;color: #000000 !important;}.input-group-btn{position: relative;font-size: 0;white-space: nowrap;}.input-group-btn > .btn {border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;z-index: 2;margin-left: -1px;border-color: #6B6B6B}#webMenuNavBar{background-color: #0a7589;margin-bottom: 2px;color: #ffffff;.navbar-nav > li > a, .navbar-nav > li > a:visited {color: #ffffff;}}.dropdown-menu{background-color: #ededed;color: #404040;}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background-color: #ededed !important;color: #404040 !important;text-decoration: underline;}.result-label{color: #44484a}.result-value{color: #6B6B6B}.search_tools{background-color: #f5f5f5;color: #6B6B6B;}.top-link{background-color: #F76E5E;color: #000000;}.top-link:hover{background-color: #F76E5E;color: #000000;}.top-link i{color: #000000;}.top-link i:hover{color: #000000;}#results-sort{background-color: #ffffff;color: #333333;border: 1px solid #cccccc;}.placard{border: 1px solid #6B6B6B70;background-color: #f5f5f5;color: #6B6B6B;}.placard a{color: #6B6B6B !important;}.jcarousel-pagination a{border-radius: ;background: #005C7570;color: #6B6B6B;box-shadow: none;}.jcarousel-pagination a.active{background: #005C75;color: #ffffff;box-shadow: none;}#browse-category-picker .jcarousel-control-prev, #browse-category-picker .jcarousel-control-next,.jcarousel-control-prev, .jcarousel-control-next{background: #d7dce3;color: #6B6B6B;box-shadow: none;text-shadow: none;}#more-browse-results {background: #ffffff;color: #6B6B6B;box-shadow: none;text-shadow: none;}.panel{background-color: transparent !important;box-shadow: none;}.panel.active{margin-bottom: .5em !important;border: 1px solid #de9d03;}.panel-heading{border: 0 !important;}.panel-body{border-width: 0 !important;}.facetTitle{border-top: 0;}.striped-odd{background-color: transparent !important;}.nav-tabs > li{background-color: #ffffff;border-color: #ffffff !important;color: #6B6B6B}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover{background-color: #e7e7e7;border-color: #e7e7e7 !important;color: #333333}.nav-tabs{border-bottom: 1px solid #e7e7e7}.nav-tabs{border-left: 0px solid #e7e7e7;border-right: 0px solid #e7e7e7}.tab-content{border-left: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}.unbound_mega_header, .unbound_header, .unbound_subhead, .unbound_author_name, .unbound_reviews_reviewdby, .unbound_review_by_text, .unbound_reviews_source, .unbound_infotext{color: #6B6B6B !important;}.unbound_tagblocktable .level2, .unbound_tagblocktable .level1, .unbound_tagblocktable td {background-color: #F76E5E !important;border-color: #F76E5E !important;color: #000000 !important;}.unbound_lookinside_excerpt::after{background-image: none !important;}.well{background-color: #e7e7e7;border: 1px solid #33333370;color: #333333;}.well a{color: #333333;}.sidebar-label{background-color: #0a7589;color: #ffffff;margin-bottom: .75em;}.sidebar-label a, .sidebar-label a:hover, .sidebar-label a:visited, .searchSettingsColor, .searchSettingsColor:hover, .searchSettingsColor:visited{color: #ffffff;}pre{background-color: #0a758970;border-color: #0a7589;color: #ffffff;}pre a{color: #ffffff;}.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background-color: #ffffff;color: #6B6B6B;border: 1px solid #6B6B6B;border-radius: }.formatCategoryLabel, .share-tools-label{color: #6B6B6B;}.calendar-header-cell{background-color: #0a7589;color: #ffffff;border: 1px solid #6B6B6B;}.calendar-day-cell{border: 1px solid #6B6B6B;}.calendar-event{background-color: #0a7589;}.calendar-event .calendar-event-title a{color: #ffffff}.calendar-event-time{color: #ffffff;}</style><script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script></head> <body class="module_Author action_Home loggedOut" id="Author-Home" dir="auto"> <a class="top-link hide" href="" id="js-top"><i class="fas fa-arrow-up fa-2x fa-fw"></i><span class="screen-reader-text">Back to top</span></a><div class="container" id="page-container"><div id="system-messages"></div><div id="page-header"><div id="header-wrapper" role="banner" class="row "><div class="col-tn-12 col-xs-8 col-sm-8 col-md-8 col-lg-8" id="header-logo-container"><a href="/"><img src="/files/original/logoNamearapahoelogo.svg" alt="Arapahoe" title="Return to Catalog Home" id="header-logo" ></a></div><div id="language-selection-header" class="col-tn-12 col-xs-4 col-sm-4 col-md-4 col-lg-4 pull-right"><a id="theme-selection-dropdown" class="btn btn-default btn-sm" onclick="AspenDiscovery.showDisplaySettings()">Languages&nbsp;<i class="fa fa-cog"></i></a></div><div style="display: none"><div id="language-selection-header" class="col-tn-12 col-xs-4 col-sm-4 col-md-4 col-lg-4 pull-right"><div class="dropdown"><button class="btn btn-default btn-sm dropdown-toggle" type="button" id="language-selection-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Languages&nbsp;<span class="caret"></span></button><ul id="select-language" class="dropdown-menu" aria-labelledby="language-selection-dropdown"><li><a onclick="return AspenDiscovery.setLanguage('en')">English</a></li><li><a onclick="return AspenDiscovery.setLanguage('es')">Español</a></li><li><a onclick="return AspenDiscovery.setLanguage('vi')">Vietnamese</a></li></ul></div></div></div></div></div><div id="page-menu-bar"><div id="horizontal-menu-bar-wrapper" class="row "><div id="horizontal-menu-bar-container" class="col-tn-12 col-xs-12 menu-bar " role="navigation" aria-label="Top Navigation"><h2 class="hiddenTitle" id="mobileNav">Navigation</h2><div class="menu-section menu-section-left"><a href="/" id="browseLink" class="menu-icon menu-bar-option" title="Browse the Catalog" aria-label="Browse the Catalog" role="link"><i class="fas fa-home fa-lg"></i></a></div><div class="menu-section menu-section-right"> <a href="/MyAccount/Home" id="loginLink" onclick="return AspenDiscovery.Account.followLinkIfLoggedIn(this);" onkeypress="return AspenDiscovery.Account.followLinkIfLoggedIn(this);" data-login="true" class="menu-icon menu-bar-option" title="Login"><i class="fas fa-sign-in-alt fa-lg "></i><span class="menu-bar-label hidden-inline-block-xs" id="login-button-label">Sign in</span></a><div class="dropdown menuToggleButton headerMenu" style="display:inline-block;"><a class="dropdown-toggle menu-icon menu-bar-option" tabindex="0" role="button" title="Show Menu" aria-haspopup="true" aria-expanded="false" id="header-menu-dropdown"><i class="fas fa-bars fa-lg"></i></a><div id="header-menu" class="dropdown-menu dropdownMenu" aria-labelledby="header-menu-dropdown"><div id="hamburger-menu-my-account" class="header-menu-option"><a href="/MyAccount/Home"><i class="fas fa-user fa-fw"></i><span>Your Account</span></a></div><div id="home-page-home-button" class="header-menu-option"><a href="http://libraries.ne.gov/arapahoe/"><i class="fas fa-landmark fa-fw"></i><span>Library Home Page</span></a></div><a href="/AJAX/JSON?method=getHoursAndLocations" data-title="Library Hours and Locations" class="modalDialogTrigger"><div id="home-page-hours-locations" class="header-menu-option"><i class="fas fa-map-marker-alt fa-fw"></i><span>Library Hours & Location</span></div></a><div class="header-menu-section" id="aspenLanguagesMenuSection"><i class="fas fa-globe fa-fw"></i> Languages</div><div class="header-menu-option languageSelected"><i class="fas fa-check fa-fw"></i>&nbsp;English</div><a onclick="return AspenDiscovery.setLanguage('es')"><div class="header-menu-option languageSelect">Español</div></a><a onclick="return AspenDiscovery.setLanguage('vi')"><div class="header-menu-option languageSelect">Vietnamese</div></a><a href="/MyAccount/Logout" id="logoutLink" title="Sign Out" class="btn btn-default btn-sm btn-block" style="display:none">Sign Out</a></div> </div></div></div><div id="horizontal-search-container" class="col-tn-12 " role="search"><div id="horizontal-search-box" class="row "><form method="get" action="/Union/Search" id="searchForm" class="form-inline"><input type="hidden" name="view" id="view" value="list"><input type="hidden" name="showCovers" value="on"><div class="col-xs-12 col-sm-10 col-md-10 col-lg-10"><div class="row"><div class="col-lg-7 col-md-7 col-sm-12 col-xs-12"><div class="input-group"><span class="input-group-addon"><label for="lookfor" class="label" id="lookfor-label"><i class="fas fa-search fa-lg"></i><span class="sr-only">Look for</span></label></span><input type="text" class="form-control" id="lookfor" name="lookfor" title="Enter one or more terms to search for. Surrounding a term with quotes will limit result to only those that exactly match the term." onfocus="$(this).select()" autocomplete="off" aria-labelledby="lookfor-label" value="&quot;Kraus, Daniel&quot;" ></div></div><div class="col-lg-2 col-lg-offset-0 col-md-2 col-md-offset-0 col-sm-6 col-sm-offset-0 col-xs-6 col-xs-offset-0"><select name="searchIndex" class="searchTypeHorizontal form-control catalogType" id="searchIndex" title="The method of searching." aria-label="Search Index"><script type="text/javascript"> $(document).ready(function() { AspenDiscovery.Searches.loadSearchTypes(); }); </script><option value="Keyword">Keyword</option><option value="Title">Title</option><option value="StartOfTitle">Start of Title</option><option value="Series">Series</option><option value="Author" selected="selected">Author</option><option value="Subject">Subject</option><option value="LocalCallNumber">Call Number</option><option id="advancedSearchLink" value="advanced">Advanced Search</option></select></div><div class="col-lg-3 col-md-3 col-sm-6 col-xs-6"><select name="searchSource" id="searchSource" title="Select what to search. Items marked with a * will redirect you to one of our partner sites." onchange="AspenDiscovery.Searches.loadSearchTypes();" class="searchSourceHorizontal form-control" aria-label="Collection to Search"><option data-catalog_type="catalog" value="local" title="The Arapahoe catalog." data-advanced_search="1" data-advanced_search_label="Advanced Search" selected="selected">in Library Catalog</option><option data-catalog_type="catalog" value="econtent" title="Digital Media available for use online and with portable devices" data-advanced_search="1" data-advanced_search_label="Advanced Search">in Online Collection</option><option data-catalog_type="lists" value="lists" title="User Lists" data-advanced_search="" data-advanced_search_label="Advanced Search">in Lists</option></select></div></div></div><div id="horizontal-search-button-container" class="col-xs-12 col-sm-2 col-md-2"><div class="row"><div class="col-tn-6 col-xs-6 col-sm-12 col-md-12 text-center"><button class="btn btn-default" type="submit" style="width: 95%"><i class="fas fa-search fas-lg"></i><span id="horizontal-search-box-submit-text">&nbsp;Search</span></button></div><div class="col-tn-6 col-xs-6 visible-xs text-center"><a class="btn btn-default" id="refineSearchButton" style="width: 95%" role="button" onclick="$('#side-bar').slideToggle('slow');return false;"><i class="fas fa-filter"></i> Filters</a></div></div></div></form></div></div></div></div><div id="content-container"><div class="row"> <div class="col-tn-12 col-xs-12 col-sm-4 col-md-3 col-lg-3" id="side-bar" role="navigation" aria-labelledby="sidebarNav"><div class="row" id="vertical-menu-bar-container"><h2 class="hiddenTitle" id="sidebarNav">Main Navigation</h2><div class="col-xs-12" id="sidebar-content"><div id="refineSearch"><div id="similar-authors-placeholder-sidebar"></div><div class="row"><div id="searchFilterContainer"><h2 aria-label="Filter Results" class="hiddenTitle">Filter Results</h2><div id="narrow-search-label" class="sidebar-label">Narrow Your Results</div><div id="facet-accordion" class="accordion"><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_literary_form').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_literary_form').toggle()" tabindex="0" role="group">Fiction / Non-Fiction<span class="facetLock pull-right" id="facetLock_literary_form" style="display: none" title="Locking a facet will retain the selected filters in new searches until they are cleared"><a id="facetLock_lockIcon_literary_form" onclick="return AspenDiscovery.Searches.lockFacet('literary_form');"><i class="fas fa-lock-open fa-lg fa-fw" style="vertical-align: middle"></i></a><a id="facetLock_unlockIcon_literary_form" style="display: none" onclick="return AspenDiscovery.Searches.unlockFacet('literary_form');"><i class="fas fa-lock fa-lg fa-fw" style="vertical-align: middle"></i></a></span></div><div id="facetDetails_literary_form" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="literary_form_Fiction"> <input type="checkbox" name="literary_form_Fiction" id="literary_form_Fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=literary_form%3A%22Fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=literary_form%3A%22Fiction%22&amp;sort=relevance&amp;view=list';"> Fiction&nbsp;(8) </label> </div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_target_audience').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_target_audience').toggle()" tabindex="0" role="group">Audience<span class="facetLock pull-right" id="facetLock_target_audience" style="display: none" title="Locking a facet will retain the selected filters in new searches until they are cleared"><a id="facetLock_lockIcon_target_audience" onclick="return AspenDiscovery.Searches.lockFacet('target_audience');"><i class="fas fa-lock-open fa-lg fa-fw" style="vertical-align: middle"></i></a><a id="facetLock_unlockIcon_target_audience" style="display: none" onclick="return AspenDiscovery.Searches.unlockFacet('target_audience');"><i class="fas fa-lock fa-lg fa-fw" style="vertical-align: middle"></i></a></span></div><div id="facetDetails_target_audience" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="target_audience_Adult"> <input type="checkbox" name="target_audience_Adult" id="target_audience_Adult" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Adult%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Adult%22&amp;sort=relevance&amp;view=list';"> Adult&nbsp;(3) </label> </div> <div class="facetValue"> <label for="target_audience_Young_Adult"> <input type="checkbox" name="target_audience_Young_Adult" id="target_audience_Young_Adult" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Young+Adult%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Young+Adult%22&amp;sort=relevance&amp;view=list';"> Young Adult&nbsp;(3) </label> </div> <div class="facetValue"> <label for="target_audience_Juvenile"> <input type="checkbox" name="target_audience_Juvenile" id="target_audience_Juvenile" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Juvenile%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=target_audience%3A%22Juvenile%22&amp;sort=relevance&amp;view=list';"> Juvenile&nbsp;(2) </label> </div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_econtent_source').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_econtent_source').toggle()" tabindex="0" role="group">eContent Collection</div><div id="facetDetails_econtent_source" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="econtent_source_Libby"> <input type="checkbox" name="econtent_source_Libby" id="econtent_source_Libby" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=econtent_source%3A%22Libby%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=econtent_source%3A%22Libby%22&amp;sort=relevance&amp;view=list';"> Libby&nbsp;(8) </label> </div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_format').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_format').toggle()" tabindex="0" role="group">Format<span class="facetLock pull-right" id="facetLock_format" style="display: none" title="Locking a facet will retain the selected filters in new searches until they are cleared"><a id="facetLock_lockIcon_format" onclick="return AspenDiscovery.Searches.lockFacet('format');"><i class="fas fa-lock-open fa-lg fa-fw" style="vertical-align: middle"></i></a><a id="facetLock_unlockIcon_format" style="display: none" onclick="return AspenDiscovery.Searches.unlockFacet('format');"><i class="fas fa-lock fa-lg fa-fw" style="vertical-align: middle"></i></a></span></div><div id="facetDetails_format" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="format_eAudiobook"> <input type="checkbox" name="format_eAudiobook" id="format_eAudiobook" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=format%3A%22eAudiobook%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=format%3A%22eAudiobook%22&amp;sort=relevance&amp;view=list';"> eAudiobook&nbsp;(6) </label> </div> <div class="facetValue"> <label for="format_eBook"> <input type="checkbox" name="format_eBook" id="format_eBook" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=format%3A%22eBook%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=format%3A%22eBook%22&amp;sort=relevance&amp;view=list';"> eBook&nbsp;(5) </label> </div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_authorStr').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_authorStr').toggle()" tabindex="0" role="group">Author</div><div id="facetDetails_authorStr" class="facetDetails" style="display:none"> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=authorStr%3A%22Kraus%2C+Daniel%22&amp;sort=relevance&amp;view=list">Kraus, Daniel</a>&nbsp;(5)</div> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=authorStr%3A%22Harrison%2C+Lisi%22&amp;sort=relevance&amp;view=list">Harrison, Lisi</a>&nbsp;(1)</div> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=authorStr%3A%22Moalem%2C+Sharon%22&amp;sort=relevance&amp;view=list">Moalem, Sharon</a>&nbsp;(1)</div> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=authorStr%3A%22del+Toro%2C+Guillermo%22&amp;sort=relevance&amp;view=list">del Toro, Guillermo</a>&nbsp;(1)</div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_interest_level').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_interest_level').toggle()" tabindex="0" role="group">AR Interest Level</div><div id="facetDetails_accelerated_reader_interest_level" class="facetDetails" style="display:none"> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=accelerated_reader_interest_level%3A%22UG%22&amp;sort=relevance&amp;view=list">UG</a>&nbsp;(3)</div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_reading_level').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_reading_level').toggle()" tabindex="0" role="group">AR Reading Level</div><div id="facetDetails_accelerated_reader_reading_level" class="facetDetails" style="display:none"><form id="accelerated_reader_reading_levelFilter" action="/Author/Home?author=%22Kraus%2C%20Daniel%22" class="form-inline"> <div class="facet-form"> <div class="form-group"> <label for="accelerated_reader_reading_levelfrom" class="yearboxlabel sr-only control-label">AR Reading Level from</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="from" name="accelerated_reader_reading_levelfrom" id="accelerated_reader_reading_levelfrom" value=""> </div> <div class="form-group"> <label for="accelerated_reader_reading_levelto" class="yearboxlabel sr-only control-label">AR Reading Level to</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="to" name="accelerated_reader_reading_levelto" id="accelerated_reader_reading_levelto" value=""> </div> <input type="hidden" name="module" value="Author"> <input type="hidden" name="action" value="Home"> <input type="hidden" name="author" value="&quot;Kraus, Daniel&quot;"> <input type="submit" value="Go" id="accelerated_reader_reading_levelGoButton" class="goButton btn btn-sm btn-primary"> </div> </form></div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_point_value').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_accelerated_reader_point_value').toggle()" tabindex="0" role="group">AR Point Value</div><div id="facetDetails_accelerated_reader_point_value" class="facetDetails" style="display:none"><form id="accelerated_reader_point_valueFilter" action="/Author/Home?author=%22Kraus%2C%20Daniel%22" class="form-inline"> <div class="facet-form"> <div class="form-group"> <label for="accelerated_reader_point_valuefrom" class="yearboxlabel sr-only control-label">AR Point Value from</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="from" name="accelerated_reader_point_valuefrom" id="accelerated_reader_point_valuefrom" value=""> </div> <div class="form-group"> <label for="accelerated_reader_point_valueto" class="yearboxlabel sr-only control-label">AR Point Value to</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="to" name="accelerated_reader_point_valueto" id="accelerated_reader_point_valueto" value=""> </div> <input type="hidden" name="module" value="Author"> <input type="hidden" name="action" value="Home"> <input type="hidden" name="author" value="&quot;Kraus, Daniel&quot;"> <input type="submit" value="Go" id="accelerated_reader_point_valueGoButton" class="goButton btn btn-sm btn-primary"> </div> </form></div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_subject_facet').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_subject_facet').toggle()" tabindex="0" role="group">Subject</div><div id="facetDetails_subject_facet" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="subject_facet_Iowa_--_Fiction"> <input type="checkbox" name="subject_facet_Iowa_--_Fiction" id="subject_facet_Iowa_--_Fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Iowa+--+Fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Iowa+--+Fiction%22&amp;sort=relevance&amp;view=list';"> Iowa -- Fiction&nbsp;(2) </label> </div> <div class="facetValue"> <label for="subject_facet_Iowa_--_Juvenile_fiction"> <input type="checkbox" name="subject_facet_Iowa_--_Juvenile_fiction" id="subject_facet_Iowa_--_Juvenile_fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Iowa+--+Juvenile+fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Iowa+--+Juvenile+fiction%22&amp;sort=relevance&amp;view=list';"> Iowa -- Juvenile fiction&nbsp;(2) </label> </div> <div class="facetValue"> <label for="subject_facet_Bullies_--_Fiction"> <input type="checkbox" name="subject_facet_Bullies_--_Fiction" id="subject_facet_Bullies_--_Fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullies+--+Fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullies+--+Fiction%22&amp;sort=relevance&amp;view=list';"> Bullies -- Fiction&nbsp;(1) </label> </div> <div class="facetValue"> <label for="subject_facet_Bullying_--_Fiction"> <input type="checkbox" name="subject_facet_Bullying_--_Fiction" id="subject_facet_Bullying_--_Fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullying+--+Fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullying+--+Fiction%22&amp;sort=relevance&amp;view=list';"> Bullying -- Fiction&nbsp;(1) </label> </div> <div class="facetValue"> <label for="subject_facet_Bullying_--_Juvenile_fiction"> <input type="checkbox" name="subject_facet_Bullying_--_Juvenile_fiction" id="subject_facet_Bullying_--_Juvenile_fiction" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullying+--+Juvenile+fiction%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=subject_facet%3A%22Bullying+--+Juvenile+fiction%22&amp;sort=relevance&amp;view=list';"> Bullying -- Juvenile fiction&nbsp;(1) </label> </div> <div class="facetValue" id="moresubject_facet"><a href="#" onclick="return AspenDiscovery.Searches.showSearchFacetPopup('1066447', 'subject_facet');">more ...</a></div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_local_time_since_added_arapahoepioneer').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_local_time_since_added_arapahoepioneer').toggle()" tabindex="0" role="group">Added in the Last</div><div id="facetDetails_local_time_since_added_arapahoepioneer" class="facetDetails" style="display:none"> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=local_time_since_added_arapahoepioneer%3A%22Year%22&amp;sort=relevance&amp;view=list">Year</a>&nbsp;(1)</div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_language').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_language').toggle()" tabindex="0" role="group">Language<span class="facetLock pull-right" id="facetLock_language" style="display: none" title="Locking a facet will retain the selected filters in new searches until they are cleared"><a id="facetLock_lockIcon_language" onclick="return AspenDiscovery.Searches.lockFacet('language');"><i class="fas fa-lock-open fa-lg fa-fw" style="vertical-align: middle"></i></a><a id="facetLock_unlockIcon_language" style="display: none" onclick="return AspenDiscovery.Searches.unlockFacet('language');"><i class="fas fa-lock fa-lg fa-fw" style="vertical-align: middle"></i></a></span></div><div id="facetDetails_language" class="facetDetails" style="display:none"> <div class="facetValue"> <label for="language_English"> <input type="checkbox" name="language_English" id="language_English" onclick="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=language%3A%22English%22&amp;sort=relevance&amp;view=list';" onkeypress="document.location = '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=language%3A%22English%22&amp;sort=relevance&amp;view=list';"> English&nbsp;(8) </label> </div> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_publishDateSort').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_publishDateSort').toggle()" tabindex="0" role="group">Publication Date</div><div id="facetDetails_publishDateSort" class="facetDetails" style="display:none"><form id='publishDateSortFilter' action='/Author/Home?author=%22Kraus%2C%20Daniel%22' class="form-inline"> <div class="facet-form"> <div class="form-group"> <label for="publishDateSortyearfrom" class='yearboxlabel sr-only control-label'>Publication Date from</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="from" name="publishDateSortyearfrom" id="publishDateSortyearfrom" value="" /> </div> <div class="form-group"> <label for="publishDateSortyearto" class='yearboxlabel sr-only control-label'>Publication Date to</label> <input type="text" size="4" maxlength="4" class="yearbox form-control" placeholder="to" name="publishDateSortyearto" id="publishDateSortyearto" value="" /> </div> <input type="hidden" name="module" value="Author" /> <input type="hidden" name="action" value="Home" /> <input type="hidden" name="author" value="&quot;Kraus, Daniel&quot;" /> <input type="submit" value="Go" class="goButton btn btn-sm btn-primary" /> <div id='yearDefaultLinks'> Published in the last<br/> <a onclick="$('#publishDateSortyearfrom').val('2023');$('#publishDateSortyearto').val('');" href='javascript:void(0);'>year</a> &bullet; <a onclick="$('#publishDateSortyearfrom').val('2019');$('#publishDateSortyearto').val('');" href='javascript:void(0);'>5 years</a> &bullet; <a onclick="$('#publishDateSortyearfrom').val('2014');$('#publishDateSortyearto').val('');" href='javascript:void(0);'>10 years</a> </div> </div> </form> </div></div><div class="facetList"><div class="facetTitle panel-title collapsed" onclick="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_rating_facet').toggle()" onkeypress="$(this).toggleClass('expanded');$(this).toggleClass('collapsed');$('#facetDetails_rating_facet').toggle()" tabindex="0" role="group">User Rating</div><div id="facetDetails_rating_facet" class="facetDetails" style="display:none"> <div class="facetValue"><img src="/images/fiveStar.png" alt="Five Star &amp; Up" title="Five Star &amp; Up"/> (0)</div> <div class="facetValue"><img src="/images/fourStar.png" alt="Four Star &amp; Up" title="Four Star &amp; Up"/> (0)</div> <div class="facetValue"><img src="/images/threeStar.png" alt="Three Star &amp; Up" title="Three Star &amp; Up"/> (0)</div> <div class="facetValue"><img src="/images/twoStar.png" alt="Two Star &amp; Up" title="Two Star &amp; Up"/> (0)</div> <div class="facetValue"><img src="/images/oneStar.png" alt="One Star &amp; Up" title="One Star &amp; Up"/> (0)</div> <div class="facetValue"><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;filter[]=rating_facet%3A%22Unrated%22&amp;sort=relevance&amp;view=list">Unrated</a> (8)</div> </div></div></div></div></div></div></div></div></div><div class="col-tn-12 col-xs-12 col-sm-8 col-md-9 col-lg-9" id="main-content-with-sidebar"><div role="navigation" aria-label="Breadcrumbs"><div class="row breadcrumbs"><div class="col-xs-12"><ul class="breadcrumb small"><li><a href="/" id="browseLink" class="menu-icon menu-bar-option" title="Browse the catalog" aria-label="Browse the catalog"><i class="fas fa-home"></i> Browse</a></li><li><span class="divider">&raquo; </span>Daniel Kraus</li><li><span class="divider">&raquo; </span>Showing 1 - 8 of 8</li></ul></div></div></div><div role="main"><div><h1>Daniel Kraus</h1><div class="row"><div id="wikipedia_placeholder" class="col-xs-12"></div></div><div class="result-head"><div class="row visible-md visible-lg"> <div class="col-md-4"><label for="results-sort" style="margin-right: .5rem">Sort by</label><select id="results-sort" name="sort" onchange="document.location.href = this.options[this.selectedIndex].value;" class="input-medium"><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=relevance&amp;view=list" selected="selected">Best Match</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=year+desc%2Ctitle+asc&amp;view=list">Publication Year Desc</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=year+asc%2Ctitle+asc&amp;view=list">Publication Year Asc</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=author+asc%2Ctitle+asc&amp;view=list">Author</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=title&amp;view=list">Title</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=days_since_added+asc&amp;view=list">Date Purchased Desc</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=callnumber_sort&amp;view=list">Call Number</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=popularity+desc&amp;view=list">Total Checkouts</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=rating+desc&amp;view=list">User Rating</option><option value="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=total_holds+desc&amp;view=list">Number of Holds</option></select></div><div class="col-md-8"><div id="selected-browse-label"><div class="btn-toolbar" role="toolbar" aria-label="Search Tools" style="justify-content: flex-end"><div class="btn-group form-check form-switch" id="hideSearchCoversSwitch" style="margin-right: 1rem; " onclick="AspenDiscovery.Account.toggleShowCovers(!$('#hideCovers').is(':checked'))"><input class="form-check-input" type="checkbox" id="hideCovers" style="position: relative; top: 5px"><label class="form-check-label" for="hideCovers">Hide Covers</label></div><div class="btn-group btn-group-sm" data-toggle="buttons" style="margin-right: 1rem"><label for="covers" title="Covers" class="btn btn-sm btn-default"><input onchange="AspenDiscovery.Searches.toggleDisplayMode(this.id)" type="radio" id="covers"><i class='fas fa-th'></i> Covers</label><label for="list" title="Lists" class="btn btn-sm btn-default"><input onchange="AspenDiscovery.Searches.toggleDisplayMode(this.id)" type="radio" id="list"><i class='fas fa-list'></i> List</label></div><div class="btn-group btn-group-sm"><button data-toggle="dropdown" class="btn btn-sm btn-default dropdown-toggle" type="button" id="dropdownSearchToolsBtn"><i class="fas fa-toolbox"></i> Search Tools <span class="caret"></span></button><ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownSearchToolsBtn"><li><a href="#" onclick="return AspenDiscovery.Account.showSaveSearchForm('1066447')">Save Search</a></li><li><a href="#" onclick="return AspenDiscovery.Account.ajaxLightbox('/Search/AJAX?method=getEmailForm', true);">Email this Search</a></li><li><a href="/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=relevance&amp;view=rss">Get RSS Feed</a></li></ul></div></div></div></div></div><div class="row visible-sm visible-xs"><div class="col-sm-12"><button type="button" class="btn btn-default btn-sm" onclick="return AspenDiscovery.Account.showSearchToolbar('list', '1', '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=relevance&amp;view=rss', '', '1066447', [{'desc': 'Best Match','selected': '1', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=relevance&amp;view=list'},{'desc': 'Publication Year Desc','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=year+desc%2Ctitle+asc&amp;view=list'},{'desc': 'Publication Year Asc','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=year+asc%2Ctitle+asc&amp;view=list'},{'desc': 'Author','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=author+asc%2Ctitle+asc&amp;view=list'},{'desc': 'Title','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=title&amp;view=list'},{'desc': 'Date Purchased Desc','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=days_since_added+asc&amp;view=list'},{'desc': 'sort_callnumber','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=callnumber_sort&amp;view=list'},{'desc': 'sort_popularity','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=popularity+desc&amp;view=list'},{'desc': 'sort_rating','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=rating+desc&amp;view=list'},{'desc': 'Number of Holds','selected': '', 'sortUrl': '/Author/Home?author=%22Kraus%2C+Daniel%22&amp;basicSearchType=Author&amp;sort=total_holds+desc&amp;view=list'},]);"><i class="fas fa-toolbox"></i> Search Tools</button></div></div><div class="clearer"></div></div><div><div class="result record1"><div id="groupedRecordbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng" class="resultsList"><a id="recordbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/GroupedWork/bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng/Home?searchId=1066447&amp;recordIndex=1&amp;page=&amp;searchSource=local" tabindex="-1"><img src="/bookcover.php?id=bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="Scowler"></a></div><div class="ratebf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">1)</span>&nbsp;<a href="/GroupedWork/bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng/Home?searchId=1066447&amp;recordIndex=1&amp;page=&amp;searchSource=local&referred=resultIndex" class="result-title notranslate" aria-label="Scowler ">Scowler</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Kraus%2C%20Daniel"'>Kraus, Daniel</a></div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2013</div><div class="result-label col-sm-4 col-xs-12">Accelerated Reader </div><div class="result-value col-sm-8 col-xs-12">IL: <strong>UG</strong> - BL: <strong>5.6</strong> - AR Pts: <strong>12</strong></div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"><div class="hidethisdivbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng result-label col-sm-4 col-xs-12">Formats</div><div class="hidethisdivbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng result-value col-sm-8 col-xs-12"><a onclick="$('#relatedManifestationsValuebf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng,.hidethisdivbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng').toggleClass('hidden-xs');return false;" role="button">eAudiobook, eBook, Kindle</a></div></div><div class="hidden-xs col-xs-12" id="relatedManifestationsValuebf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/30bcbb72-a580-4b5e-94cc-d0bf9fc955c6/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng','eAudiobook', '4295921');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_eAudiobook_4295921'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('30bcbb72-a580-4b5e-94cc-d0bf9fc955c6');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('30bcbb72-a580-4b5e-94cc-d0bf9fc955c6', '55611971', '1');" >Preview Part 1</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('30bcbb72-a580-4b5e-94cc-d0bf9fc955c6', '55611971', '2');" >Preview Part 1</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_eAudiobook_4295921" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/9cb94800-3c3d-42bc-aaf9-f744a8172c57/Home" aria-label="View eBook">eBook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng','eBook', '4295920');" aria-label="View Editions for eBook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_eBook_4295920'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('9cb94800-3c3d-42bc-aaf9-f744a8172c57');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('9cb94800-3c3d-42bc-aaf9-f744a8172c57', '59444046', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_eBook_4295920" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/kindle:9cb94800-3c3d-42bc-aaf9-f744a8172c57/Home" aria-label="View Kindle">Kindle</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng','Kindle', '4295922');" aria-label="View Editions for Kindle"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_Kindle_4295922'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('9cb94800-3c3d-42bc-aaf9-f744a8172c57');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('9cb94800-3c3d-42bc-aaf9-f744a8172c57', '59444047', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng_Kindle_4295922" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLinkbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng" href="#" onclick="$('#descriptionValuebf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng,#descriptionLinkbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValuebf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng">In the midst of a 1981 meteor shower in Iowa, a homicidal maniac escapes from prison and returns to the farm where his nineteen-year-old son, Ry, must summon three childhood toys, including one called Scowler, to protect himself, his eleven-year-old sister, Sarah, and their mother.</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/GroupedWork/bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng/Home?searchId=1066447&amp;recordIndex=1&amp;page=&amp;searchSource=local" class="btn btn-sm btn-tools" aria-label="More Info for Scowler record bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng">More Info</a><button id="userreviewlinkbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, 'bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, 'bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, 'bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=Scowler+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2Fbf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D1%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share Scowler, by Kraus, Daniel on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng/Home?searchId=1066447&recordIndex=1&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin Scowler, by Kraus, Daniel on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result alt record2"><div id="groupedRecord0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng" class="resultsList"><a id="record0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/GroupedWork/0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng/Home?searchId=1066447&amp;recordIndex=2&amp;page=&amp;searchSource=local" tabindex="-1"><img src="/bookcover.php?id=0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="Rotters"></a></div><div class="rate0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">2)</span>&nbsp;<a href="/GroupedWork/0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng/Home?searchId=1066447&amp;recordIndex=2&amp;page=&amp;searchSource=local&referred=resultIndex" class="result-title notranslate" aria-label="Rotters ">Rotters</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Kraus%2C%20Daniel"'>Kraus, Daniel</a></div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2011</div><div class="result-label col-sm-4 col-xs-12">Accelerated Reader </div><div class="result-value col-sm-8 col-xs-12">IL: <strong>UG</strong> - BL: <strong>5.7</strong> - AR Pts: <strong>20</strong></div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"><div class="hidethisdiv0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng result-label col-sm-4 col-xs-12">Formats</div><div class="hidethisdiv0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng result-value col-sm-8 col-xs-12"><a onclick="$('#relatedManifestationsValue0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng,.hidethisdiv0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng').toggleClass('hidden-xs');return false;" role="button">eAudiobook, eBook, Kindle</a></div></div><div class="hidden-xs col-xs-12" id="relatedManifestationsValue0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/1548a1e4-a621-4da1-913f-ada6893e99db/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng','eAudiobook', '4227966');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_eAudiobook_4227966'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('1548a1e4-a621-4da1-913f-ada6893e99db');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('1548a1e4-a621-4da1-913f-ada6893e99db', '58568070', '1');" >Preview Part 1</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('1548a1e4-a621-4da1-913f-ada6893e99db', '58568070', '2');" >Preview Part 1</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_eAudiobook_4227966" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/9b43c1b7-4fce-4dc7-ac7a-52e5207263d2/Home" aria-label="View eBook">eBook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng','eBook', '4227967');" aria-label="View Editions for eBook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_eBook_4227967'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('9b43c1b7-4fce-4dc7-ac7a-52e5207263d2');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('9b43c1b7-4fce-4dc7-ac7a-52e5207263d2', '55935784', '2');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_eBook_4227967" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/kindle:9b43c1b7-4fce-4dc7-ac7a-52e5207263d2/Home" aria-label="View Kindle">Kindle</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng','Kindle', '4227965');" aria-label="View Editions for Kindle"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_Kindle_4227965'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('9b43c1b7-4fce-4dc7-ac7a-52e5207263d2');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('9b43c1b7-4fce-4dc7-ac7a-52e5207263d2', '55935785', '2');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng_Kindle_4227965" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLink0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng" href="#" onclick="$('#descriptionValue0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng,#descriptionLink0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValue0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng">Sixteen-year-old Joey's life takes a very strange turn when his mother's tragic death forces him to move from Chicago to rural Iowa with the father he has never known, and who is the town pariah.</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/GroupedWork/0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng/Home?searchId=1066447&amp;recordIndex=2&amp;page=&amp;searchSource=local" class="btn btn-sm btn-tools" aria-label="More Info for Rotters record 0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng">More Info</a><button id="userreviewlink0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, '0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, '0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, '0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=Rotters+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2F0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D2%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share Rotters, by Kraus, Daniel on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng/Home?searchId=1066447&recordIndex=2&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=0eaacdbd-4dbe-b916-a4d4-12f1e3a04697-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin Rotters, by Kraus, Daniel on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result record3"><div id="groupedRecord1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng" class="resultsList"><a id="record1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/GroupedWork/1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng/Home?searchId=1066447&amp;recordIndex=3&amp;page=&amp;searchSource=local" tabindex="-1"><img src="/bookcover.php?id=1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="Bent_Heavens"></a></div><div class="rate1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">3)</span>&nbsp;<a href="/GroupedWork/1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng/Home?searchId=1066447&amp;recordIndex=3&amp;page=&amp;searchSource=local&referred=resultIndex" class="result-title notranslate" aria-label="Bent_Heavens ">Bent Heavens</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Kraus%2C%20Daniel"'>Kraus, Daniel</a></div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2020</div><div class="result-label col-sm-4 col-xs-12">Accelerated Reader </div><div class="result-value col-sm-8 col-xs-12">IL: <strong>UG</strong> - BL: <strong>5.9</strong> - AR Pts: <strong>12</strong></div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"><div class="hidethisdiv1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng result-label col-sm-4 col-xs-12">Formats</div><div class="hidethisdiv1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng result-value col-sm-8 col-xs-12"><a onclick="$('#relatedManifestationsValue1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng,.hidethisdiv1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng').toggleClass('hidden-xs');return false;" role="button">eAudiobook, eBook, Kindle</a></div></div><div class="hidden-xs col-xs-12" id="relatedManifestationsValue1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/7939de16-47b7-4aae-9933-6cc35b96d097/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng','eAudiobook', '4234163');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_eAudiobook_4234163'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('7939de16-47b7-4aae-9933-6cc35b96d097');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('7939de16-47b7-4aae-9933-6cc35b96d097', '59347612', '1');" >Preview Part 1</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('7939de16-47b7-4aae-9933-6cc35b96d097', '59347612', '2');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_eAudiobook_4234163" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/a0d90412-5898-4cd8-bab6-c521846dd991/Home" aria-label="View eBook">eBook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng','eBook', '4234162');" aria-label="View Editions for eBook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_eBook_4234162'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('a0d90412-5898-4cd8-bab6-c521846dd991');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('a0d90412-5898-4cd8-bab6-c521846dd991', '58847374', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_eBook_4234162" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/kindle:a0d90412-5898-4cd8-bab6-c521846dd991/Home" aria-label="View Kindle">Kindle</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng','Kindle', '4234161');" aria-label="View Editions for Kindle"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_Kindle_4234161'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-available-online label label-success label-wrap">Available Online</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.checkOutTitle('a0d90412-5898-4cd8-bab6-c521846dd991');" >Check Out Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('a0d90412-5898-4cd8-bab6-c521846dd991', '58847375', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng_Kindle_4234161" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLink1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng" href="#" onclick="$('#descriptionValue1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng,#descriptionLink1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValue1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng"><p>"Kraus gets under your skin with brutal, elegant efficiency. Necessarily horrifying, devastatingly timely."&#8212;Kiersten White, <i>New York Times</i>-bestselling author of <i>The Dark Descent of Elizabeth Frankenstein</i> and <i>Slayer</i><br><b>From <i>New York Times</i>-bestselling author Daniel Kraus comes a breakneck, genre-defying YA thriller perfect for fans of Kiersten White, Neal Shusterman, and M. T. Anderson.</b><br>Liv Fleming's father</p></i>...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/GroupedWork/1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng/Home?searchId=1066447&amp;recordIndex=3&amp;page=&amp;searchSource=local" class="btn btn-sm btn-tools" aria-label="More Info for Bent_Heavens record 1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng">More Info</a><button id="userreviewlink1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, '1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, '1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, '1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=Bent+Heavens+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2F1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D3%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share Bent_Heavens, by Kraus, Daniel on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng/Home?searchId=1066447&recordIndex=3&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=1e7ce026-47f3-e15c-66cc-73be2c55b17a-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin Bent_Heavens, by Kraus, Daniel on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result alt record4"><div id="groupedRecord06065a14-b7ee-32b3-f850-ce8305110278-eng" class="resultsList"><a id="record06065a14-b7ee-32b3-f850-ce8305110278-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/OverDrive/bdc49d40-cecb-4b45-9da3-2dd0a8944ee4/Home?searchId=1066447&amp;recordIndex=4&amp;page=" tabindex="-1"><img src="/bookcover.php?id=06065a14-b7ee-32b3-f850-ce8305110278-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="Whalefall"></a></div><div class="rate06065a14-b7ee-32b3-f850-ce8305110278-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="06065a14-b7ee-32b3-f850-ce8305110278-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">4)</span>&nbsp;<a href="/OverDrive/bdc49d40-cecb-4b45-9da3-2dd0a8944ee4/Home?searchId=1066447&amp;recordIndex=4&amp;page=&referred=resultIndex" class="result-title notranslate" aria-label="Whalefall A_Novel">Whalefall: A Novel</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Kraus%2C%20Daniel"'>Kraus, Daniel</a></div><div class="result-label col-sm-4 col-xs-12">Publisher </div><div class="result-value col-sm-8 col-xs-12">Simon & Schuster Audio</div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2023</div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"></div><div class="col-xs-12" id="relatedManifestationsValue06065a14-b7ee-32b3-f850-ce8305110278-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/bdc49d40-cecb-4b45-9da3-2dd0a8944ee4/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('06065a14-b7ee-32b3-f850-ce8305110278-eng','eAudiobook', '4220779');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-06065a14-b7ee-32b3-f850-ce8305110278-eng_eAudiobook_4220779'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> <div class="related-manifestation-copies-message has-waitlist">1 copy, 1 person is on the wait list. </div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('bdc49d40-cecb-4b45-9da3-2dd0a8944ee4');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('bdc49d40-cecb-4b45-9da3-2dd0a8944ee4', '59819409', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_06065a14-b7ee-32b3-f850-ce8305110278-eng_eAudiobook_4220779" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLink06065a14-b7ee-32b3-f850-ce8305110278-eng" href="#" onclick="$('#descriptionValue06065a14-b7ee-32b3-f850-ce8305110278-eng,#descriptionLink06065a14-b7ee-32b3-f850-ce8305110278-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValue06065a14-b7ee-32b3-f850-ce8305110278-eng"><b>A <i>USA TODAY </i>BESTSELLER</b><BR> <b>Named a Best Book of 2023 by <i>Book Riot</i>,<i> Shelf Awareness</i>, and NPR</b><BR> <BR><b><i>The Martian</i> meets <i>127 Hours</i> in this "astoundingly great" (Gillian Flynn, #1 <i>New York Times</i> bestselling author) and scientifically accurate thriller about a scuba diver who's been swallowed by an eighty-foot, sixty-ton sperm whale and has only one hour to escape before his oxygen runs out.</b><BR>Jay...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/OverDrive/bdc49d40-cecb-4b45-9da3-2dd0a8944ee4/Home?searchId=1066447&amp;recordIndex=4&amp;page=" class="btn btn-sm btn-tools" aria-label="More Info for Whalefall record 06065a14-b7ee-32b3-f850-ce8305110278-eng">More Info</a><button id="userreviewlink06065a14-b7ee-32b3-f850-ce8305110278-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, '06065a14-b7ee-32b3-f850-ce8305110278-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, '06065a14-b7ee-32b3-f850-ce8305110278-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '06065a14-b7ee-32b3-f850-ce8305110278-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '06065a14-b7ee-32b3-f850-ce8305110278-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, '06065a14-b7ee-32b3-f850-ce8305110278-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=Whalefall%3A+A+Novel+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/06065a14-b7ee-32b3-f850-ce8305110278-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2F06065a14-b7ee-32b3-f850-ce8305110278-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D4%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share Whalefall__A_Novel, by Kraus, Daniel on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/06065a14-b7ee-32b3-f850-ce8305110278-eng/Home?searchId=1066447&recordIndex=4&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=06065a14-b7ee-32b3-f850-ce8305110278-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin Whalefall__A_Novel, by Kraus, Daniel on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result record5"><div id="groupedRecordcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng" class="resultsList"><a id="recordcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/OverDrive/2e7d04a4-476d-496a-a0aa-a1ea341dc887/Home?searchId=1066447&amp;recordIndex=5&amp;page=" tabindex="-1"><img src="/bookcover.php?id=cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="They_Threw_Us_Away--The_Teddies_Saga"></a></div><div class="ratecf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">5)</span>&nbsp;<a href="/OverDrive/2e7d04a4-476d-496a-a0aa-a1ea341dc887/Home?searchId=1066447&amp;recordIndex=5&amp;page=&referred=resultIndex" class="result-title notranslate" aria-label="They_Threw_Us_Away--The_Teddies_Saga The_Teddies_Saga_Series__Book_1">They Threw Us Away--The Teddies Saga: The Teddies Saga Series, Book 1</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Kraus%2C%20Daniel"'>Kraus, Daniel</a></div><div class="series9781250759450"><div class="result-label col-sm-4 col-xs-12">Series </div><div class="result-value col-sm-8 col-xs-12"><a href="/Search/Results?searchIndex=Series&lookfor=%22The%20Teddies%20Saga%22&sort=year+asc%2Ctitle+asc">The Teddies Saga</a><br></div></div><div class="result-label col-sm-4 col-xs-12">Publisher </div><div class="result-value col-sm-8 col-xs-12">Macmillan Audio</div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2020</div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"></div><div class="col-xs-12" id="relatedManifestationsValuecf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/2e7d04a4-476d-496a-a0aa-a1ea341dc887/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng','eAudiobook', '4302171');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng_eAudiobook_4302171'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('2e7d04a4-476d-496a-a0aa-a1ea341dc887');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('2e7d04a4-476d-496a-a0aa-a1ea341dc887', '59606650', '1');" >Preview Part 1</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('2e7d04a4-476d-496a-a0aa-a1ea341dc887', '59606650', '2');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng_eAudiobook_4302171" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLinkcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng" href="#" onclick="$('#descriptionValuecf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng,#descriptionLinkcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValuecf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng"><p>"A deliciously macabre fairy tale, full of snuggles." &#8212;Holly Black, award-winning author of <i>Doll Bones</i> and co-creator of The Spiderwick Chronicles<br><b>Welcome to The Teddies Saga, a gripping new middle grade trilogy from <i>New York Times</i>-bestselling author Daniel Kraus.</b><br>Buddy wakes up in the middle of a garbage dump, filled with a certain awareness: he's a teddy bear; he spent time at a Store waiting for his future to</p></i>...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/OverDrive/2e7d04a4-476d-496a-a0aa-a1ea341dc887/Home?searchId=1066447&amp;recordIndex=5&amp;page=" class="btn btn-sm btn-tools" aria-label="More Info for They_Threw_Us_Away--The_Teddies_Saga record cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng">More Info</a><button id="userreviewlinkcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, 'cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, 'cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, 'cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=They+Threw+Us+Away--The+Teddies+Saga%3A+The+Teddies+Saga+Series%2C+Book+1+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2Fcf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D5%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share They_Threw_Us_Away--The_Teddies_Saga__The_Teddies_Saga_Series__Book_1, by Kraus, Daniel on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng/Home?searchId=1066447&recordIndex=5&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=cf6fdcff-238e-6cc4-05b5-d8e2068a9db6-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin They_Threw_Us_Away--The_Teddies_Saga__The_Teddies_Saga_Series__Book_1, by Kraus, Daniel on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result alt record6"><div id="groupedRecordfe580e42-f9f6-b053-f985-49855fc5d544-eng" class="resultsList"><a id="recordfe580e42-f9f6-b053-f985-49855fc5d544-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/GroupedWork/fe580e42-f9f6-b053-f985-49855fc5d544-eng/Home?searchId=1066447&amp;recordIndex=6&amp;page=&amp;searchSource=local" tabindex="-1"><img src="/bookcover.php?id=fe580e42-f9f6-b053-f985-49855fc5d544-eng&size=medium&type=grouped_work&category=southsiouxpioneer#eBook" alt="1-2-3-4__I_Declare_a_Thumb_War"></a></div><div class="ratefe580e42-f9f6-b053-f985-49855fc5d544-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="fe580e42-f9f6-b053-f985-49855fc5d544-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">6)</span>&nbsp;<a href="/GroupedWork/fe580e42-f9f6-b053-f985-49855fc5d544-eng/Home?searchId=1066447&amp;recordIndex=6&amp;page=&amp;searchSource=local&referred=resultIndex" class="result-title notranslate" aria-label="1-2-3-4__I_Declare_a_Thumb_War ">1-2-3-4, I Declare a Thumb War</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Harrison%2C%20Lisi"'>Harrison, Lisi</a></div><div class="series9781454944553"><div class="result-label col-sm-4 col-xs-12">Series </div><div class="result-value col-sm-8 col-xs-12"><a href="/Search/Results?searchIndex=Series&lookfor=%22Graveyard%20Girls%22&sort=year+asc%2Ctitle+asc">Graveyard Girls</a><br></div></div><div class="result-label col-sm-4 col-xs-12">Publisher </div><div class="result-value col-sm-8 col-xs-12">Union Square Kids</div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2022</div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"><div class="hidethisdivfe580e42-f9f6-b053-f985-49855fc5d544-eng result-label col-sm-4 col-xs-12">Formats</div><div class="hidethisdivfe580e42-f9f6-b053-f985-49855fc5d544-eng result-value col-sm-8 col-xs-12"><a onclick="$('#relatedManifestationsValuefe580e42-f9f6-b053-f985-49855fc5d544-eng,.hidethisdivfe580e42-f9f6-b053-f985-49855fc5d544-eng').toggleClass('hidden-xs');return false;" role="button">eBook, Kindle</a></div></div><div class="hidden-xs col-xs-12" id="relatedManifestationsValuefe580e42-f9f6-b053-f985-49855fc5d544-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/89043a11-8365-4fb2-bf7e-df3ec2093da9/Home" aria-label="View eBook">eBook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('fe580e42-f9f6-b053-f985-49855fc5d544-eng','eBook', '4320434');" aria-label="View Editions for eBook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-fe580e42-f9f6-b053-f985-49855fc5d544-eng_eBook_4320434'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('89043a11-8365-4fb2-bf7e-df3ec2093da9');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('89043a11-8365-4fb2-bf7e-df3ec2093da9', '60138293', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_fe580e42-f9f6-b053-f985-49855fc5d544-eng_eBook_4320434" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/kindle:89043a11-8365-4fb2-bf7e-df3ec2093da9/Home" aria-label="View Kindle">Kindle</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('fe580e42-f9f6-b053-f985-49855fc5d544-eng','Kindle', '4320433');" aria-label="View Editions for Kindle"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-fe580e42-f9f6-b053-f985-49855fc5d544-eng_Kindle_4320433'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('89043a11-8365-4fb2-bf7e-df3ec2093da9');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('89043a11-8365-4fb2-bf7e-df3ec2093da9', '60138294', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_fe580e42-f9f6-b053-f985-49855fc5d544-eng_Kindle_4320433" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLinkfe580e42-f9f6-b053-f985-49855fc5d544-eng" href="#" onclick="$('#descriptionValuefe580e42-f9f6-b053-f985-49855fc5d544-eng,#descriptionLinkfe580e42-f9f6-b053-f985-49855fc5d544-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValuefe580e42-f9f6-b053-f985-49855fc5d544-eng"><B>Meet Whisper, Frannie, Sophie, Gemma, and Zuzu, five friends who tell eerie tales by night and navigate middle school drama by day.</B><BR /> <BR /> MISERY FALLS, OREGON, IS ABUZZ AS the 100th anniversary of the electrocution of the town's most infamous killer, Silas Hoke, approaches. When a mysterious text message leads the girls to the cemetery&#8212;where Silas Hoke is buried!&#8212;life can't get any creepier. Except, yes, it can thanks to...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/GroupedWork/fe580e42-f9f6-b053-f985-49855fc5d544-eng/Home?searchId=1066447&amp;recordIndex=6&amp;page=&amp;searchSource=local" class="btn btn-sm btn-tools" aria-label="More Info for 1-2-3-4__I_Declare_a_Thumb_War record fe580e42-f9f6-b053-f985-49855fc5d544-eng">More Info</a><button id="userreviewlinkfe580e42-f9f6-b053-f985-49855fc5d544-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, 'fe580e42-f9f6-b053-f985-49855fc5d544-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, 'fe580e42-f9f6-b053-f985-49855fc5d544-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'fe580e42-f9f6-b053-f985-49855fc5d544-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', 'fe580e42-f9f6-b053-f985-49855fc5d544-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, 'fe580e42-f9f6-b053-f985-49855fc5d544-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=1-2-3-4%2C+I+Declare+a+Thumb+War+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/fe580e42-f9f6-b053-f985-49855fc5d544-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2Ffe580e42-f9f6-b053-f985-49855fc5d544-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D6%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share 1-2-3-4__I_Declare_a_Thumb_War, by Harrison, Lisi on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/fe580e42-f9f6-b053-f985-49855fc5d544-eng/Home?searchId=1066447&recordIndex=6&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=fe580e42-f9f6-b053-f985-49855fc5d544-eng&size=large&type=grouped_work&category=southsiouxpioneer#eBook&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin 1-2-3-4__I_Declare_a_Thumb_War, by Harrison, Lisi on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result record7"><div id="groupedRecord667d2814-621b-1b11-8ad1-e25adac66243-eng" class="resultsList"><a id="record667d2814-621b-1b11-8ad1-e25adac66243-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/GroupedWork/667d2814-621b-1b11-8ad1-e25adac66243-eng/Home?searchId=1066447&amp;recordIndex=7&amp;page=&amp;searchSource=local" tabindex="-1"><img src="/bookcover.php?id=667d2814-621b-1b11-8ad1-e25adac66243-eng&size=medium&type=grouped_work&category=southsiouxpioneer#eBook" alt="Wrath"></a></div><div class="rate667d2814-621b-1b11-8ad1-e25adac66243-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="667d2814-621b-1b11-8ad1-e25adac66243-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">7)</span>&nbsp;<a href="/GroupedWork/667d2814-621b-1b11-8ad1-e25adac66243-eng/Home?searchId=1066447&amp;recordIndex=7&amp;page=&amp;searchSource=local&referred=resultIndex" class="result-title notranslate" aria-label="Wrath ">Wrath</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="Moalem%2C%20Sharon"'>Moalem, Sharon</a></div><div class="result-label col-sm-4 col-xs-12">Publisher </div><div class="result-value col-sm-8 col-xs-12">Union Square & Co</div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2022</div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"><div class="hidethisdiv667d2814-621b-1b11-8ad1-e25adac66243-eng result-label col-sm-4 col-xs-12">Formats</div><div class="hidethisdiv667d2814-621b-1b11-8ad1-e25adac66243-eng result-value col-sm-8 col-xs-12"><a onclick="$('#relatedManifestationsValue667d2814-621b-1b11-8ad1-e25adac66243-eng,.hidethisdiv667d2814-621b-1b11-8ad1-e25adac66243-eng').toggleClass('hidden-xs');return false;" role="button">eBook, Kindle</a></div></div><div class="hidden-xs col-xs-12" id="relatedManifestationsValue667d2814-621b-1b11-8ad1-e25adac66243-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/e0e793ad-d090-48f7-9145-53ea36b6f839/Home" aria-label="View eBook">eBook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('667d2814-621b-1b11-8ad1-e25adac66243-eng','eBook', '4261755');" aria-label="View Editions for eBook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-667d2814-621b-1b11-8ad1-e25adac66243-eng_eBook_4261755'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('e0e793ad-d090-48f7-9145-53ea36b6f839');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('e0e793ad-d090-48f7-9145-53ea36b6f839', '59454350', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_667d2814-621b-1b11-8ad1-e25adac66243-eng_eBook_4261755" style="display:none"></div></div></div></div><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/kindle:e0e793ad-d090-48f7-9145-53ea36b6f839/Home" aria-label="View Kindle">Kindle</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('667d2814-621b-1b11-8ad1-e25adac66243-eng','Kindle', '4261754');" aria-label="View Editions for Kindle"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-667d2814-621b-1b11-8ad1-e25adac66243-eng_Kindle_4261754'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('e0e793ad-d090-48f7-9145-53ea36b6f839');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('e0e793ad-d090-48f7-9145-53ea36b6f839', '59454351', '1');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_667d2814-621b-1b11-8ad1-e25adac66243-eng_Kindle_4261754" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLink667d2814-621b-1b11-8ad1-e25adac66243-eng" href="#" onclick="$('#descriptionValue667d2814-621b-1b11-8ad1-e25adac66243-eng,#descriptionLink667d2814-621b-1b11-8ad1-e25adac66243-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValue667d2814-621b-1b11-8ad1-e25adac66243-eng"><P><B><I>New York Times</I></B><B> bestselling coauthors Sh&auml;ron Moalem and Daniel Kraus's terrifying sci-fi horror thriller takes place in a future that is much nearer than you think. It is a world where scientific experimentation is exploited for commercial profit and under-supervised cutting-edge technology creates a menace that threatens the very fabric of our existence.</B><BR /> <BR /><I>Wrath</I> is the story of Sammy, a lab rat instilled</P></I></B></I>...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/GroupedWork/667d2814-621b-1b11-8ad1-e25adac66243-eng/Home?searchId=1066447&amp;recordIndex=7&amp;page=&amp;searchSource=local" class="btn btn-sm btn-tools" aria-label="More Info for Wrath record 667d2814-621b-1b11-8ad1-e25adac66243-eng">More Info</a><button id="userreviewlink667d2814-621b-1b11-8ad1-e25adac66243-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, '667d2814-621b-1b11-8ad1-e25adac66243-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, '667d2814-621b-1b11-8ad1-e25adac66243-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '667d2814-621b-1b11-8ad1-e25adac66243-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '667d2814-621b-1b11-8ad1-e25adac66243-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, '667d2814-621b-1b11-8ad1-e25adac66243-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=Wrath+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/667d2814-621b-1b11-8ad1-e25adac66243-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2F667d2814-621b-1b11-8ad1-e25adac66243-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D7%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share Wrath, by Moalem, Sharon on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/667d2814-621b-1b11-8ad1-e25adac66243-eng/Home?searchId=1066447&recordIndex=7&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=667d2814-621b-1b11-8ad1-e25adac66243-eng&size=large&type=grouped_work&category=southsiouxpioneer#eBook&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin Wrath, by Moalem, Sharon on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div><div class="result alt record8"><div id="groupedRecord31d4b56b-7182-383d-9e8f-c55c3213034f-eng" class="resultsList"><a id="record31d4b56b-7182-383d-9e8f-c55c3213034f-eng"></a><div class="row"><div class="coversColumn col-xs-3 col-sm-3 text-center" aria-hidden="true" role="presentation"><div class="listResultImage img-thumbnail floating"><a href="/OverDrive/b28783e2-d9fa-413d-b05a-c78ccc49bc64/Home?searchId=1066447&amp;recordIndex=8&amp;page=" tabindex="-1"><img src="/bookcover.php?id=31d4b56b-7182-383d-9e8f-c55c3213034f-eng&size=medium&type=grouped_work&category=bluehillpioneer#Audio Books" alt="The_Shape_of_Water"></a></div><div class="rate31d4b56b-7182-383d-9e8f-c55c3213034f-eng"><div class="title-rating rater" data-user_rating="" data-average_rating="0" data-id="31d4b56b-7182-383d-9e8f-c55c3213034f-eng" data-show_review="1"><span class="ui-rater-starsOff" style="width:90px"><span class="ui-rater-starsOn" style="width:0px"></span></span></div></div></div><div class="col-xs-9 col-sm-9"> <div class="row"><div class="col-xs-12"><h3 style="margin-top:0"><span class="result-index">8)</span>&nbsp;<a href="/OverDrive/b28783e2-d9fa-413d-b05a-c78ccc49bc64/Home?searchId=1066447&amp;recordIndex=8&amp;page=&referred=resultIndex" class="result-title notranslate" aria-label="The_Shape_of_Water ">The Shape of Water</a></h3></div><div class="result-label col-sm-4 col-xs-12">Author </div><div class="result-value col-sm-8 col-xs-12 notranslate"><a href='/Author/Home?author="del%20Toro%2C%20Guillermo"'>del Toro, Guillermo</a></div><div class="result-label col-sm-4 col-xs-12">Publisher </div><div class="result-value col-sm-8 col-xs-12">Macmillan Audio</div><div class="result-label col-sm-4 col-xs-12">Pub. Date </div><div class="result-value col-sm-8 col-xs-12">2018</div><div class="result-label col-sm-4 col-xs-12">Language </div><div class="result-value col-sm-8 col-xs-12">English</div><div class="visible-xs"></div><div class="col-xs-12" id="relatedManifestationsValue31d4b56b-7182-383d-9e8f-c55c3213034f-eng"><div class="related-manifestations"><div class="row related-manifestation grouped " ><div class="col-xs-12"><div class="row"><div class="col-tn-4 col-xs-4 col-md-3 manifestation-format"><a class="btn btn-xs btn-primary btn-wrap" href="/OverDrive/b28783e2-d9fa-413d-b05a-c78ccc49bc64/Home" aria-label="View eAudiobook">eAudiobook</a><br><a href="#" onclick="return AspenDiscovery.ResultsList.showRelatedManifestations('31d4b56b-7182-383d-9e8f-c55c3213034f-eng','eAudiobook', '4241753');" aria-label="View Editions for eAudiobook"><span class="manifestation-toggle-text btn btn-xs btn-wrap btn-editions" id='manifestation-toggle-text-31d4b56b-7182-383d-9e8f-c55c3213034f-eng_eAudiobook_4241753'><i class='fas fa-spinner fa-spin hidden' role='status' aria-hidden='true'></i>&nbsp;Show Edition</span></a></div><div class="col-tn-8 col-xs-8 col-md-5 col-lg-6"> <div class="related-manifestation-shelf-status status-checked-out label label-danger label-wrap">Checked Out</div> <div class="related-manifestation-copies-message has-waitlist">2 copies, 1 person is on the wait list. </div> </div><div class="col-tn-8 col-tn-offset-4 col-xs-8 col-xs-offset-4 col-md-4 col-md-offset-0 col-lg-3 manifestation-actions"><div class="btn-toolbar"><div class="btn-group btn-group-vertical btn-block"><a href="#" class="btn btn-sm btn-action btn-wrap" onclick="return AspenDiscovery.OverDrive.placeHold('b28783e2-d9fa-413d-b05a-c78ccc49bc64');" >Place Hold Libby</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('b28783e2-d9fa-413d-b05a-c78ccc49bc64', '59923835', '1');" >Preview Part 1</a><a href="#" class="btn btn-sm btn-info btn-wrap" onclick="return AspenDiscovery.OverDrive.showPreview('b28783e2-d9fa-413d-b05a-c78ccc49bc64', '59923835', '2');" >Preview From The Book</a></div></div></div></div><div class="row"><div class="col-xs-12" id="relatedRecordPopup_31d4b56b-7182-383d-9e8f-c55c3213034f-eng_eAudiobook_4241753" style="display:none"></div></div></div></div></div></div><div class="visible-xs"><div class="result-label col-sm-4 col-xs-12">Description</div><div class="result-value col-sm-8 col-xs-12"><a id="descriptionLink31d4b56b-7182-383d-9e8f-c55c3213034f-eng" href="#" onclick="$('#descriptionValue31d4b56b-7182-383d-9e8f-c55c3213034f-eng,#descriptionLink31d4b56b-7182-383d-9e8f-c55c3213034f-eng').toggleClass('hidden-xs');return false;">Read Description</a></div></div><div class="hidden-xs result-value col-sm-12" id="descriptionValue31d4b56b-7182-383d-9e8f-c55c3213034f-eng"><p><b>*Winner of the 2018 Golden Globe Award for Best Director of a Motion Picture*<br></b><br><b>*Winner of the 2018 Academy Awards for Best Picture and Best Director*</b><br><b>Visionary storyteller Guillermo del Toro and celebrated author Daniel Kraus combine their estimable talent in this haunting, heartbreaking audiobook.</b><br><i>The Shape of Water</i> is set in Cold War-era Baltimore at the Occam Aerospace Research Center, which has recently</p></b></i>...</div><div class="col-xs-12"><div class="result-tools-horizontal btn-toolbar" role="toolbar"><div class="btn-group" role="group"><a href="/OverDrive/b28783e2-d9fa-413d-b05a-c78ccc49bc64/Home?searchId=1066447&amp;recordIndex=8&amp;page=" class="btn btn-sm btn-tools" aria-label="More Info for The_Shape_of_Water record 31d4b56b-7182-383d-9e8f-c55c3213034f-eng">More Info</a><button id="userreviewlink31d4b56b-7182-383d-9e8f-c55c3213034f-eng" class="resultAction btn btn-sm btn-tools" onclick="return AspenDiscovery.GroupedWork.showReviewForm(this, '31d4b56b-7182-383d-9e8f-c55c3213034f-eng')" onkeypress="return AspenDiscovery.GroupedWork.showReviewForm(this, '31d4b56b-7182-383d-9e8f-c55c3213034f-eng')">Add a Review</button><button onclick="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '31d4b56b-7182-383d-9e8f-c55c3213034f-eng');" onkeypress="return AspenDiscovery.Account.showSaveToListForm(this, 'GroupedWork', '31d4b56b-7182-383d-9e8f-c55c3213034f-eng');" class="btn btn-sm btn-tools addToListBtn">Add to List</button></div><div class="btn-group btn-group-sm" role="group"><div class="share-tools"><span class="share-tools-label hidden-inline-xs">SHARE</span><a href="#" onclick="return AspenDiscovery.GroupedWork.showEmailForm(this, '31d4b56b-7182-383d-9e8f-c55c3213034f-eng')" title="Share via email"><i class="fas fa-envelope-square fa-2x fa-fw"></i></a><a href="https://twitter.com/intent/tweet?text=The+Shape+of+Water+https://arapahoe-pioneer.bywatersolutions.com/GroupedWork/31d4b56b-7182-383d-9e8f-c55c3213034f-eng/Home" target="_blank" title="Share on Twitter"><i class="fab fa-twitter-square fa-2x fa-fw"></i></a><a href="http://www.facebook.com/sharer/sharer.php?u=https://arapahoe-pioneer.bywatersolutions.com/%2FGroupedWork%2F31d4b56b-7182-383d-9e8f-c55c3213034f-eng%2FHome%3FsearchId%3D1066447%26recordIndex%3D8%26page%3D%26searchSource%3Dlocal" target="_blank" title="Share on Facebook" aria-label="Share The_Shape_of_Water, by del Toro, Guillermo on Facebook"><i class="fab fa-facebook-square fa-2x fa-fw"></i></a><a href="http://www.pinterest.com/pin/create/button/?url=https://arapahoe-pioneer.bywatersolutions.com//GroupedWork/31d4b56b-7182-383d-9e8f-c55c3213034f-eng/Home?searchId=1066447&recordIndex=8&page=&searchSource=local&media=https://arapahoe-pioneer.bywatersolutions.com/bookcover.php?id=31d4b56b-7182-383d-9e8f-c55c3213034f-eng&size=large&type=grouped_work&category=bluehillpioneer#Audio Books&description=Pin%20on%20Pinterest" target="_blank" title="Pin on Pinterest" aria-label="Pin The_Shape_of_Water, by del Toro, Guillermo on Pinterest"><i class="fab fa-pinterest-square fa-2x fa-fw"></i></a></div></div></div></div></div></div></div></div></div></div> </div> <script type="text/javascript"> $(document).ready(function (){ AspenDiscovery.Wikipedia.getWikipediaArticle('Kraus, Daniel'); AspenDiscovery.Authors.loadEnrichmentInfo('bf1c5ad2-8696-31b8-1cfa-b9d90d4e0771-eng'); AspenDiscovery.Searches.displayMode = 'list'; $('#'+AspenDiscovery.Searches.displayMode).parent('label').addClass('active'); }); </script> </div></div></div></div><div id="page-footer"><div id="footer-container" role="contentinfo" class="row "><div class="navbar navbar-static-bottom"><div class="navbar-inner"><div class="row "><div class="col-tn-12 col-sm-5 col-md-4 text-left" id="install-info"><small>Powered By Aspen Discovery supported by ByWater Solutions</small><br><small class='version_info'>v. 24.02.03</small></div><div class="col-tn-12 col-sm-3 col-md-4 text-center" id="footer-branding"></div><div class="col-tn-12 col-sm-4 col-md-4 text-right" id="connect-with-us-info"><span id="connect-with-us-label" class="large">CONNECT WITH US</span><a href="https://www.facebook.com/arapahoenelibrary" class="connect-icon" target="_blank" title="Like us on Facebook"><i class='fab fa-facebook fa-lg' alt='Like us on Facebook'></i></a></div></div></div></div></div></div></div><div class="modal fade" id="modalDialog" tabindex="-1"><div class="modal-dialog"><div class="modal-content" role="dialog" aria-modal="true" aria-labelledby="myModalLabel"><div class="modal-header"><button type="button" class="close modalClose" data-dismiss="modal" aria-hidden="true" aria-label="Close Window"><i class="fas fa-times"></i></button><div class="modal-title" id="myModalLabel">Loading, please wait</div></div><div class="modal-body">...</div><div class="modal-footer"><button type="button" class="btn btn-default modalClose" data-dismiss="modal">Close</button><span class="modal-buttons"></span></div></div><!-- /.modal-content --></div><!-- /.modal-dialog --></div><!-- /.modal --></body> </html>
fineweb
{ "fineweb_metadata": { "text": "3) Bent Heavens\n\"Kraus gets under your skin with brutal, elegant efficiency. Necessarily horrifying, devastatingly timely.\"—Kiersten White, New York Times-bestselling author of The Dark Descent of Elizabeth Frankenstein and Slayer\nFrom New York Times-bestselling author Daniel Kraus comes a breakneck, genre-defying YA thriller perfect for fans of Kiersten White, Neal Shusterman, and M. T. Anderson.\nLiv Fleming's father\nNamed a Best Book of 2023 by Book Riot, Shelf Awareness, and NPR\nThe Martian meets 127 Hours in this \"astoundingly great\" (Gillian Flynn, #1 New York Times bestselling author) and scientifically accurate thriller about a scuba diver who's been swallowed by an eighty-foot, sixty-ton sperm whale and has only one hour to escape before his oxygen runs out.\n\"A deliciously macabre fairy tale, full of snuggles.\" —Holly Black, award-winning author of Doll Bones and co-creator of The Spiderwick Chronicles\nWelcome to The Teddies Saga, a gripping new middle grade trilogy from New York Times-bestselling author Daniel Kraus.\nBuddy wakes up in the middle of a garbage dump, filled with a certain awareness: he's a teddy bear; he spent time at a Store waiting for his future to\nMISERY FALLS, OREGON, IS ABUZZ AS the 100th anniversary of the electrocution of the town's most infamous killer, Silas Hoke, approaches. When a mysterious text message leads the girls to the cemetery—where Silas Hoke is buried!—life can't get any creepier. Except, yes, it can thanks to...\nNew York Times bestselling coauthors Shäron Moalem and Daniel Kraus's terrifying sci-fi horror thriller takes place in a future that is much nearer than you think. It is a world where scientific experimentation is exploited for commercial profit and under-supervised cutting-edge technology creates a menace that threatens the very fabric of our existence.\nWrath is the story of Sammy, a lab rat instilled\n*Winner of the 2018 Golden Globe Award for Best Director of a Motion Picture*\n*Winner of the 2018 Academy Awards for Best Picture and Best Director*\nVisionary storyteller Guillermo del Toro and celebrated author Daniel Kraus combine their estimable talent in this haunting, heartbreaking audiobook.\nThe Shape of Water is set in Cold War-era Baltimore at the Occam Aerospace Research Center, which has recently", "id": "<urn:uuid:a3dc3e59-fb11-4333-915f-fc5c7480ce2e>", "dump": "CC-MAIN-2024-10", "url": "https://arapahoe-pioneer.bywatersolutions.com/Author/Home?author=%22Kraus%2C%20Daniel%22", "date": "2024-02-25T09:02:59", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8529435396194458, "token_count": 535 } }
<urn:uuid:9a8be60c-4fb4-4173-8c1d-a4c22ed8b08d>
<!doctype html> <html class="no-js" lang="en"> <head> <!-- Verify Site In Bing Webmaster Tools --> <meta name="msvalidate.01" content="A964445953924C99D217DBCC6E53E47D"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content=""> <link rel="canonical" href="https://ardenandgold.com/products/st-pius-x-spirit-wear-school-logo-baseball-hat"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="icon" type="image/png" href="//ardenandgold.com/cdn/shop/files/Favicon_Client_Approved_32x32.png?v=1666109913"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WR373DX');</script> <!-- End Google Tag Manager --> <title> St. Pius X Spirit Wear | School Logo Baseball Hat </title> <meta name="description" content="Look stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos! Adult and Youth Sizi"> <meta property="og:site_name" content="Arden and Gold"> <meta property="og:url" content="https://ardenandgold.com/products/st-pius-x-spirit-wear-school-logo-baseball-hat"> <meta property="og:title" content="St. Pius X Spirit Wear | School Logo Baseball Hat"> <meta property="og:type" content="product"> <meta property="og:description" content="Look stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos! Adult and Youth Sizi"><meta property="og:image" content="http://ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771.jpg?v=1707408497"> <meta property="og:image:secure_url" content="https://ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771.jpg?v=1707408497"> <meta property="og:image:width" content="2000"> <meta property="og:image:height" content="2000"><meta property="og:price:amount" content="17.00"> <meta property="og:price:currency" content="USD"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="St. Pius X Spirit Wear | School Logo Baseball Hat"> <meta name="twitter:description" content="Look stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos! Adult and Youth Sizi"> <script src="//ardenandgold.com/cdn/shop/t/13/assets/global.js?v=172086875089400824201693243539" defer="defer"></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="R9NoJcUg--YrRPEfnNX2fZKZVGEis1okdTgPKkaPXgw"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/7843715/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="5620c871ad76afe889fbbffd03d7c8ad"> <meta id="in-context-paypal-metadata" data-shop-id="7843715" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/json+oembed" href="https://ardenandgold.com/products/st-pius-x-spirit-wear-school-logo-baseball-hat.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=simply-embroidered.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=simply-embroidered.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":7843715,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/7843715","merchantName":"Arden and Gold","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Arden and Gold","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"5620c871ad76afe889fbbffd03d7c8ad","betas":["rich-media-storefront-analytics"],"domain":"ardenandgold.com","predictiveSearch":true,"shopId":7843715,"smart_payment_buttons_url":"https:\/\/ardenandgold.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/ardenandgold.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "simply-embroidered.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"ardenandgold\/main","id":131418390720,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "ardenandgold.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script defer="defer" async type="module" src="//ardenandgold.com/cdn/shopifycloud/shop-js/modules/client.payment-terms_62538ead.en.esm.js"></script> <script defer="defer" async type="module" src="//ardenandgold.com/cdn/shopifycloud/shop-js/modules/chunk.common_2c2118e9.esm.js"></script> <script type="module"> await import("//ardenandgold.com/cdn/shopifycloud/shop-js/modules/client.payment-terms_62538ead.en.esm.js"); await import("//ardenandgold.com/cdn/shopifycloud/shop-js/modules/chunk.common_2c2118e9.esm.js"); </script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["\/\/d1liekpayvooaz.cloudfront.net\/apps\/customizery\/customizery.js?shop=simply-embroidered.myshopify.com","https:\/\/cdn-loyalty.yotpo.com\/loader\/MXsWiXGgNkDWOzlOC1Zz8Q.js?shop=simply-embroidered.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/9b53f9ba7233d3e0b0bc9875f\/18cdc57c0fc12fd3838c2a750.js?shop=simply-embroidered.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/9b53f9ba7233d3e0b0bc9875f\/1cb0fefd50c61f11f5dd0cbca.js?shop=simply-embroidered.myshopify.com","https:\/\/call.chatra.io\/shopify?chatraId=6rGR5iTbHQbZrw6H7\u0026shop=simply-embroidered.myshopify.com","https:\/\/omnisnippet1.com\/inShop\/Embed\/shopify.js?shop=simply-embroidered.myshopify.com","https:\/\/ag.pulseidconnect.com\/widgetardenandgold\/shopify.js?shop=simply-embroidered.myshopify.com","https:\/\/static-us.afterpay.com\/shopify\/afterpay-attract\/afterpay-attract-widget.js?shop=simply-embroidered.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":7843715,"offset":-18000,"reqid":"441f0ffe-3dfb-4bd7-91d4-12e44694c9e2","pageurl":"ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","u":"6eb7f4d6f599","p":"product","rtyp":"product","rid":7722757193920};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//ardenandgold.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//ardenandgold.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//ardenandgold.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script id="sections-script" data-sections="main-product,product-recommendations,footer" defer="defer" src="//ardenandgold.com/cdn/shop/t/13/compiled_assets/scripts.js?3174"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 300px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <style data-shopify> @font-face { font-family: Assistant; font-weight: 300; font-style: normal; font-display: swap; src: url("//ardenandgold.com/cdn/fonts/assistant/assistant_n3.de9c0bbdbc1e1f4b3e0e0f4aa48cfe07a32df6fc.woff2?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=5d1048ee76371f06648a9d55aa6d9d3eb5fcf1c6c0a7835c2fde51def37d678c") format("woff2"), url("//ardenandgold.com/cdn/fonts/assistant/assistant_n3.9280d07823985f8c9156d1c480432e77525756be.woff?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d8032d743637cd7ca353bf20e866b54f53373f4d3cb0c0511568bed3f7e7c713") format("woff"); } @font-face { font-family: Assistant; font-weight: 700; font-style: normal; font-display: swap; src: url("//ardenandgold.com/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=10fe34f755ea8bef2420228787ce53ecd70c8191ea9cdff0dda3afe8242dd8a6") format("woff2"), url("//ardenandgold.com/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=cec8853c436843ac7404cef33d94fcbc6e4249a1b985e0d9ad96cfcaf42a0200") format("woff"); } @font-face { font-family: Assistant; font-weight: 400; font-style: normal; font-display: swap; src: url("//ardenandgold.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c5cb8239893df6ac1e91deaff7f662eb507c7ccbc5a39e34f851da49a9007732") format("woff2"), url("//ardenandgold.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=60c60b390cdd99f0028d58d3a9c3b25989d15129cf1946e5d7d90b71e9c4cfbc") format("woff"); } :root { --font-body-family: Assistant, sans-serif; --font-body-style: normal; --font-body-weight: 300; --font-custom-font: Modesta; --font-heading-family: Assistant, sans-serif; --font-heading-style: normal; --font-heading-weight: 400; --font-body-scale: 1.0; --font-heading-scale: 1.0; --element-border-radius: 0; --color-base-text: 18, 18, 18; --color-base-background-1: 255, 255, 255; --color-base-background-2: 243, 243, 243; --color-base-solid-button-labels: 255, 255, 255; --color-base-outline-button-labels: 18, 18, 18; --color-base-accent-1: 18, 18, 18; --color-base-accent-2: 168, 210, 226; --payment-terms-background-color: #FFFFFF; --gradient-base-background-1: #FFFFFF; --gradient-base-background-2: #F3F3F3; --gradient-base-accent-1: #121212; --gradient-base-accent-2: #a8d2e2; --page-width: 123rem; --page-width-margin: 0rem; --color-shade: #454D50; --blue-color: #98C2D2; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: calc(var(--font-body-scale) * 62.5%); height: 100%; } body { display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; min-height: 100%; margin: 0; font-size: 1.5rem; letter-spacing: 0.06rem; line-height: calc(1 + 0.8 / var(--font-body-scale)); font-family: var(--font-body-family); font-style: var(--font-body-style); font-weight: var(--font-body-weight); color: var(--color-shade); } .btn, .sp-modal-toggle{ color: white !important; } @media screen and (min-width: 750px) { body { font-size: 1.6rem; } } </style> <link href="//ardenandgold.com/cdn/shop/t/13/assets/base.css?v=83702716126530666981707394517" rel="stylesheet" type="text/css" media="all" /> <link rel="preload" as="font" href="//ardenandgold.com/cdn/fonts/assistant/assistant_n3.de9c0bbdbc1e1f4b3e0e0f4aa48cfe07a32df6fc.woff2?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=5d1048ee76371f06648a9d55aa6d9d3eb5fcf1c6c0a7835c2fde51def37d678c" type="font/woff2" crossorigin><link rel="preload" as="font" href="//ardenandgold.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=YXJkZW5hbmRnb2xkLmNvbQ&h2=c2ltcGx5LWVtYnJvaWRlcmVkLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c5cb8239893df6ac1e91deaff7f662eb507c7ccbc5a39e34f851da49a9007732" type="font/woff2" crossorigin><link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-predictive-search.css?v=99352101933108876211693243543" media="print" onload="this.media='all'" ><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-825321744"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-825321744'); </script> <script> gtag('event', 'page_view', { 'send_to': 'AW-825321744', 'value': 17.00, //this value needs to be pulled dynamically 'items': [{ 'id': 7722757193920 //this value needs to be pulled dynamically 'google_business_vertical': 'retail' }] }); </script> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); if (Shopify.designMode) { document.documentElement.classList.add('shopify-design-mode'); } </script> <script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/MXsWiXGgNkDWOzlOC1Zz8Q" async></script> <script src="https://cdn.shopify.com/extensions/fd27c419-d3f0-4064-aa7e-b433a1954d58/7.3.0/assets/checkit-shoptrade.min.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/fd27c419-d3f0-4064-aa7e-b433a1954d58/7.3.0/assets/checkit-shoptrade.min.css" rel="stylesheet" type="text/css" media="all"> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 7843715,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 7843715,storefrontBaseUrl: "https://ardenandgold.com",cdnBaseUrl: "https://ardenandgold.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"44538837762240","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B28295770","title":"Khaki \/ Adult","untranslatedTitle":"Khaki \/ Adult"},{"id":"44538837795008","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B39295770","title":"Khaki \/ Youth","untranslatedTitle":"Khaki \/ Youth"},{"id":"44538837827776","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B28295000","title":"White \/ Adult","untranslatedTitle":"White \/ Adult"},{"id":"44538837860544","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B39295000","title":"White \/ Youth","untranslatedTitle":"White \/ Youth"},{"id":"44538837893312","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B28295500","title":"Black \/ Adult","untranslatedTitle":"Black \/ Adult"},{"id":"44538837926080","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B39295500","title":"Black \/ Youth","untranslatedTitle":"Black \/ Youth"},{"id":"44538837958848","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B28295350","title":"Grey \/ Adult","untranslatedTitle":"Grey \/ Adult"},{"id":"44538837991616","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B39295350","title":"Grey \/ Youth","untranslatedTitle":"Grey \/ Youth"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"44538837762240","image":{"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"},"price":{"amount":17.0,"currencyCode":"USD"},"product":{"id":"7722757193920","title":"St. Pius X Spirit Wear | School Logo Baseball Hat","untranslatedTitle":"St. Pius X Spirit Wear | School Logo Baseball Hat","url":"\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat","vendor":"Arden and Gold","type":"Hat"},"sku":"B28295770","title":"Khaki \/ Adult","untranslatedTitle":"Khaki \/ Adult"}});},"https://ardenandgold.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":7722757193920,"gid":"gid:\/\/shopify\/Product\/7722757193920","vendor":"Arden and Gold","type":"Hat","variants":[{"id":44538837762240,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Adult","public_title":"Khaki \/ Adult","sku":"B28295770"},{"id":44538837795008,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Youth","public_title":"Khaki \/ Youth","sku":"B39295770"},{"id":44538837827776,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Adult","public_title":"White \/ Adult","sku":"B28295000"},{"id":44538837860544,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Youth","public_title":"White \/ Youth","sku":"B39295000"},{"id":44538837893312,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Adult","public_title":"Black \/ Adult","sku":"B28295500"},{"id":44538837926080,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Youth","public_title":"Black \/ Youth","sku":"B39295500"},{"id":44538837958848,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Adult","public_title":"Grey \/ Adult","sku":"B28295350"},{"id":44538837991616,"price":1700,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Youth","public_title":"Grey \/ Youth","sku":"B39295350"}]},"page":{"pageType":"product","resourceType":"product","resourceId":7722757193920}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 7843715, theme_id: 131418390720, app_name: "storefront", context_url: window.location.href, source_url: "//ardenandgold.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//ardenandgold.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//ardenandgold.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":7843715,"isMerchantRequest":null,"themeId":131418390720,"themeCityHash":"5138800553636268182","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-109578358-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["791382674300726"],"agent":"plshopify1.2"},"Pinterest Pixel":{"pixelId":"2618404269099"},"Google Gtag Pixel":{"conversionId":"G-W7CV078Z6T","eventLabels":[{"type":"search","action_label":["G-W7CV078Z6T","AW-825321744\/RgKXCOuwnYgBEJDSxYkD"]},{"type":"begin_checkout","action_label":["G-W7CV078Z6T","AW-825321744\/wmuiCOiwnYgBEJDSxYkD"]},{"type":"view_item","action_label":["G-W7CV078Z6T","AW-825321744\/T48FCLWwnYgBEJDSxYkD","MC-GNS8139T9L"]},{"type":"purchase","action_label":["G-W7CV078Z6T","AW-825321744\/7ZiMCLKwnYgBEJDSxYkD","MC-GNS8139T9L"]},{"type":"page_view","action_label":["G-W7CV078Z6T","AW-825321744\/2koUCK-wnYgBEJDSxYkD","MC-GNS8139T9L"]},{"type":"add_payment_info","action_label":["G-W7CV078Z6T","AW-825321744\/HFrrCO6wnYgBEJDSxYkD"]},{"type":"add_to_cart","action_label":["G-W7CV078Z6T","AW-825321744\/8ZBNCLiwnYgBEJDSxYkD"]}],"targetCountry":"US"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"791382674300726","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7722757193920}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":44538837762240,"productId":7722757193920,"productGid":"gid:\/\/shopify\/Product\/7722757193920","name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Adult","price":"17.00","sku":"B28295770","brand":"Arden and Gold","variant":"Khaki \/ Adult","category":"Hat","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":44538837762240,"productId":7722757193920,"productGid":"gid:\/\/shopify\/Product\/7722757193920","name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Adult","price":"17.00","sku":"B28295770","brand":"Arden and Gold","variant":"Khaki \/ Adult","category":"Hat","nonInteraction":true,"referer":"https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//ardenandgold.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Dawn"; window.BOOMR.themeVersion = "2.5.0"; window.BOOMR.shopId = 7843715; window.BOOMR.themeId = 131418390720; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://ardenandgold.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body class="gradient"> <!-- Google Tag Manager (noscript) --> <noscript ><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WR373DX" height="0" width="0" style="display:none;visibility:hidden" ></iframe ></noscript> <!-- End Google Tag Manager (noscript) --> <a class="skip-to-content-link button visually-hidden" href="#MainContent"> Skip to content </a> <div id="shopify-section-announcement-bar" class="shopify-section"><div class="announcement-bar color-accent-2 gradient" role="region" aria-label="Announcement" ><a href="https://ardenandgold.com/collections/valentines-day" class="announcement-bar__link link link--text focus-inset animate-arrow"><p class="announcement-bar__message h5"> Timeless, modern, and effortlessly feminine - Check out our Wedding Collection <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> </p></a></div> </div> <div id="shopify-section-header" class="shopify-section"><link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-menu.css?v=161614383810958508431693243545" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-search.css?v=34838661161682629811693243539" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-menu-drawer.css?v=60763490293204640431693243543" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-cart-notification.css?v=77435706080649304321693243543" media="print" onload="this.media='all'" > <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-cart-items.css?v=157471800145148034221693243538" media="print" onload="this.media='all'"><link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-price.css?v=28500339938017499401695388801" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-loading-overlay.css?v=167310470843593579841693243546" media="print" onload="this.media='all'" ><noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-menu.css?v=161614383810958508431693243545" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-search.css?v=34838661161682629811693243539" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-menu-drawer.css?v=60763490293204640431693243543" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-cart-notification.css?v=77435706080649304321693243543" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-cart-items.css?v=157471800145148034221693243538" rel="stylesheet" type="text/css" media="all" /></noscript> <style> /*header-drawer { justify-self: start; margin-left: -1.2rem; }*/ header.header.logo-visible.header-logo-center.header--has-menu.align_center__headerContainer { align-items: center !important; } .header__icons.logo-visible.margin_fixedState { margin-top: 0 !important; } .header-social-links.logo-visible.margin_fixedState { margin-top: 0 !important; } @media screen and (min-width: 990px) and (max-width: 1166px){ .header-wrapper { height: auto; } } @media screen and (min-width: 990px) { a.main-heading-logo.header__heading-link.link.link--text.focus-inset.hide_fixedState { display: none; } header-drawer { display: none; } } .menu-drawer-container { display: flex; } .list-menu { list-style: none; padding: 0; margin: 0 auto; } .list-menu--inline { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 0 5px; } @media screen and (max-width: 1101px){ .menu-image-item__hide_md{ display: none; } } @media screen and (min-width: 1167px){ .header-wrapper { height: auto !important; } } @media screen and (min-width: 990px) { .list-menu li:not(:last-child) { margin-right:0; } } @media screen and (max-width: 989px) { .list-menu li{ margin-right: 0; } } summary.list-menu__item { padding-right: 2.7rem; } .list-menu__item { display: flex; align-items: center; line-height: calc(1 + 0.3 / var(--font-body-scale)); font-weight: 700; font-size: 1.6rem; color: var(--color-shade); } .list-menu__item--link { text-decoration: none; padding-bottom: 1rem; padding-top: 1rem; line-height: calc(1 + 0.8 / var(--font-body-scale)); } .megamenu-content .item-container{ width: 100% !important; } .mega-menu-links { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; } .item-listing .child-linklist__gap{ gap: 0.5rem 1.7rem; } @media screen and (min-width: 750px) { .list-menu__item--link { padding-bottom: 0.5rem; padding-top: 0.5rem; } } @media screen and (min-width: 990px) and (max-width: 1200px) { .list-menu__item { font-size: 1.45rem; } } @media screen and (min-width: 990px) and (max-width: 1300px){ .list-menu li:not(:last-child){ margin-right: 0; } } </style> <script src="//ardenandgold.com/cdn/shop/t/13/assets/details-disclosure.js?v=118626640824924522881693243544" defer="defer"></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/details-modal.js?v=4511761896672669691693243546" defer="defer"></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/cart-notification.js?v=170297867016940765051698075046" defer="defer"></script> <svg xmlns="http://www.w3.org/2000/svg" class="hidden"> <symbol id="icon-search" xmlns="http://www.w3.org/2000/svg" width="24.613" height="24.612" viewBox="0 0 24.613 24.612"> <g id="Ic-Search" transform="translate(-258.294 -291.522)"> <path id="Path_640" data-name="Path 640" d="M272.79,293.282a9.726,9.726,0,1,1-3.775-.76" transform="translate(0 0)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_36" data-name="Line 36" x2="5.605" y2="5.605" transform="translate(275.887 309.115)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </symbol> <symbol id="icon-close" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </symbol> </svg> <sticky-header class="header-wrapper color-background-1 gradient header-wrapper--border-bottom" id="pageHeader" > <header class="header logo-visible header-logo-left header--has-menu"><header-drawer data-breakpoint="tablet"> <details id="Details-menu-drawer-container" class="menu-drawer-container"> <summary class="header__icon header__icon--menu header__icon--summary link focus-inset" aria-label="Menu" > <span> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" width="25" height="17.24" viewBox="0 0 25 17.24"> <g id="Ic-Menu" transform="translate(49.5 -3.087)"> <line id="Line_38" data-name="Line 38" x2="23" transform="translate(-48.5 4.087)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_39" data-name="Line 39" x2="12" transform="translate(-48.5 11.707)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_40" data-name="Line 40" x2="6" transform="translate(-48.5 19.327)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </svg> </span> </summary> <div id="menu-drawer" class="menu-drawer motion-reduce" tabindex="-1"> <div class="menu-drawer__inner-container"> <div class="menu-drawer__navigation-container"> <nav class="menu-drawer__navigation"> <ul class="menu-drawer__menu list-menu" role="list"><li><details id="Details-menu-drawer-menu-item-1"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/whats-new" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > What&#39;s New </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-What&#39;s New" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> What&#39;s New </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/best-sellers" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Trending </a></li><li><a href="/collections/best-sellers" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Best Sellers </a></li><li><a href="/collections/shop-instagram" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Shop Instagram </a></li><li><a href="/collections/shop-tiktok" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Shop Tiktok </a></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-2"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/clothing" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Clothing </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Clothing" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Clothing </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer-submenu-1"> <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset"> <a href="/collections/womens" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Women&#39;s </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="childlink-Women&#39;s" class="menu-drawer__submenu motion-reduce" > <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Women&#39;s </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li> <a href="/collections/womens-tops-tees" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Tops &amp; Tees </a> </li><li> <a href="/collections/womens-sweatshirts-outerwear" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Sweatshirts &amp; Outerwear </a> </li><li> <a href="/collections/womens-loungewear-sets" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Loungewear &amp; Sets </a> </li></ul> </div> </details></li><li><details id="Details-menu-drawer-submenu-2"> <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset"> <a href="/collections/kids-baby" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Kids &amp; Baby </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="childlink-Kids &amp; Baby" class="menu-drawer__submenu motion-reduce" > <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Kids &amp; Baby </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li> <a href="/collections/boys" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Boys </a> </li><li> <a href="/collections/girls" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Girls </a> </li><li> <a href="/collections/baby" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Baby </a> </li><li> <a href="/collections/for-the-new-mom-dad" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > For the New Mom &amp; Dad </a> </li><li> <a href="/collections/kids-baby-accessories" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Accessories </a> </li></ul> </div> </details></li><li><details id="Details-menu-drawer-submenu-3"> <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset"> <a href="/collections/mens" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Men&#39;s </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="childlink-Men&#39;s" class="menu-drawer__submenu motion-reduce" > <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Men&#39;s </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li> <a href="/collections/mens-tops-tees" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Tops &amp; Tees </a> </li><li> <a href="/collections/mens-sweatshirts-outerwear" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Sweatshirts &amp; Outerwear </a> </li></ul> </div> </details></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-3"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/bags-accessories" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Bags &amp; Accessories </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Bags &amp; Accessories" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Bags &amp; Accessories </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/purses" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Purses </a></li><li><a href="/collections/weekenders" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Weekenders </a></li><li><a href="/collections/totes-coolers" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Totes &amp; Coolers </a></li><li><a href="/collections/cosmetic-toiletry-bags" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Makeup &amp; Toiletry Bags </a></li><li><a href="/collections/backpacks" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Backpacks </a></li><li><a href="/collections/hats" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Hats </a></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-4"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/occupations" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Career Shop </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Career Shop" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Career Shop </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/healthcare-workers" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Healthcare Workers </a></li><li><a href="/collections/educators" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Educators </a></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-5"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/holiday-shop" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Holiday Shop </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Holiday Shop" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Holiday Shop </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/fall-thanksgiving" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Fall/Thanksgiving </a></li><li><a href="/collections/halloween" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Halloween </a></li><li><a href="/collections/christmas" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Christmas </a></li><li><a href="/collections/valentines-day" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Valentine&#39;s Day </a></li><li><a href="/collections/st-patricks-day" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > St. Patrick&#39;s Day </a></li><li><a href="/collections/easter" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Easter </a></li><li><a href="/collections/fourth-of-july" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Fourth of July </a></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-6"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/wedding" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Wedding </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Wedding" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Wedding </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/wedding-engagement-gifts" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Wedding &amp; Engagement Gifts </a></li><li><a href="/collections/for-the-bridesmaids" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > For the Bridesmaids </a></li><li><a href="/collections/for-the-groomsmen" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > For the Groomsmen </a></li><li><a href="/collections/bachelorette-gifts" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Bachelorette Gifts </a></li><li><a href="/products/gift-card" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Gift Cards </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-7"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/collections/sale" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > On Sale </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-On Sale" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> On Sale </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/last-chance" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Last Chance </a></li><li><a href="/collections/bloopers" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Bloopers </a></li></ul> </div> </div> </details></li><li><details id="Details-menu-drawer-menu-item-8"> <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset"> <a href="/pages/bulk-and-logo-orders" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Bulk/Logo Orders </a> <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </summary> <div id="link-Bulk/Logo Orders" class="menu-drawer__submenu motion-reduce" tabindex="-1" > <div class="menu-drawer__inner-submenu"> <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true" > <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor"> </svg> Bulk/Logo Orders </button> <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/blessed-sacrament" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > Blessed Sacrament </a></li><li><a href="/collections/st-pius-x" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" > St. Pius X </a></li></ul> </div> </div> </details></li></ul> </nav> <div class="menu-drawer__utility-links"> <ul class="list list-social list-unstyled" role="list"><li class="list-social__item"> <a href="https://www.facebook.com/ArdenAndGold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> <span class="visually-hidden">Facebook</span> </a> </li><li class="list-social__item"> <a href="https://www.pinterest.com/ardenandgold/?invite_code=0152428e7b3c46329d5b02c14327890a&sender=492651784146262396" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg><span class="visually-hidden">Pinterest</span> </a> </li><li class="list-social__item"> <a href="https://www.instagram.com/ardenandgold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.686" height="18.682" viewBox="0 0 18.686 18.682"> <path id="instagram" d="M9.27,36.376a4.79,4.79,0,1,0,4.79,4.79A4.782,4.782,0,0,0,9.27,36.376Zm0,7.9a3.114,3.114,0,1,1,3.114-3.114A3.12,3.12,0,0,1,9.27,44.28Zm6.1-8.1a1.117,1.117,0,1,1-1.117-1.117A1.115,1.115,0,0,1,15.373,36.18Zm3.172,1.134A5.529,5.529,0,0,0,17.036,33.4a5.565,5.565,0,0,0-3.914-1.509c-1.542-.088-6.165-.088-7.708,0A5.557,5.557,0,0,0,1.5,33.4,5.547,5.547,0,0,0-.009,37.31c-.088,1.542-.088,6.165,0,7.708A5.529,5.529,0,0,0,1.5,48.932a5.572,5.572,0,0,0,3.914,1.509c1.542.088,6.165.088,7.708,0a5.529,5.529,0,0,0,3.914-1.509,5.565,5.565,0,0,0,1.509-3.914C18.633,43.475,18.633,38.856,18.545,37.314Zm-1.993,9.358a3.153,3.153,0,0,1-1.776,1.776c-1.23.488-4.148.375-5.507.375s-4.281.108-5.507-.375a3.153,3.153,0,0,1-1.776-1.776c-.488-1.23-.375-4.148-.375-5.507s-.108-4.281.375-5.507a3.153,3.153,0,0,1,1.776-1.776c1.23-.488,4.148-.375,5.507-.375s4.281-.108,5.507.375a3.153,3.153,0,0,1,1.776,1.776c.488,1.23.375,4.148.375,5.507S17.04,45.447,16.552,46.672Z" transform="translate(0.075 -31.825)" fill="#576165"/> </svg> <span class="visually-hidden">Instagram</span> </a> </li><li class="list-social__item"> <a href="https://www.tiktok.com/@ardenandgold" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.752" height="21.343" viewBox="0 0 18.752 21.343"> <g id="tik-tok" transform="translate(-31.423 -0.39)"> <path id="Path_616" data-name="Path 616" d="M50.164,5.734a5.378,5.378,0,0,1-3.249-1.086A5.379,5.379,0,0,1,44.767.39H41.282V9.912l0,5.216a3.159,3.159,0,1,1-2.167-2.993V8.6a6.857,6.857,0,0,0-1-.074,6.682,6.682,0,0,0-5.021,2.246,6.549,6.549,0,0,0,.3,9.03,6.8,6.8,0,0,0,.63.55,6.683,6.683,0,0,0,4.1,1.385,6.858,6.858,0,0,0,1-.074A6.66,6.66,0,0,0,42.832,19.8a6.524,6.524,0,0,0,1.957-4.643l-.018-7.789a8.83,8.83,0,0,0,5.4,1.836V5.733h-.01Z" transform="translate(0 0)" fill="#576165"/> </g> </svg> <span class="visually-hidden">TikTok</span> </a> </li></ul> <div><a href="/account/login" class="menu-drawer__account link focus-inset h5" > <svg xmlns="http://www.w3.org/2000/svg" width="27.073" height="27.073" viewBox="0 0 27.073 27.073"> <g id="Ic-User" transform="translate(-1003 -159.433)"> <path id="Path_641" data-name="Path 641" d="M178.979,239.218a12.522,12.522,0,1,1-5.291,5.895" transform="translate(831.348 -77.142)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <circle id="Ellipse_25" data-name="Ellipse 25" cx="3.599" cy="3.599" r="3.599" transform="translate(1012.938 166.964)" fill="none" stroke="#576165" stroke-width="2"/> <path id="Path_642" data-name="Path 642" d="M178.933,264.884a8.057,8.057,0,1,1,16.115,0" transform="translate(829.546 -82.666)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> </a><a class="wk-link" href="/pages/wishlist"> <svg xmlns="http://www.w3.org/2000/svg" width="26.748" height="22.163" viewBox="0 0 26.748 22.163"> <path id="Ic-Heart" d="M123.563,318.519a15,15,0,0,1-3.423-5.906,5.892,5.892,0,0,1-.318-1.913,6.223,6.223,0,0,1,3.368-5.472,6.752,6.752,0,0,1,3.18-.785,6.672,6.672,0,0,1,5.059,2.283l.779.892.768-.892a6.892,6.892,0,0,1,8.228-1.5,6.223,6.223,0,0,1,3.368,5.472,6.3,6.3,0,0,1-.352,2.012c-1.251,5.416-9.4,11.894-12.02,11.894-1.2,0-3.254-1.152-5.339-2.872" transform="translate(-118.821 -303.442)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </svg> </a> </div> </div> </div> </div> </div> </details> </header-drawer><div class="header__heading"> <a href="/" class="main-heading-logo header__heading-link link link--text focus-inset"><img srcset="//ardenandgold.com/cdn/shop/files/logo_250x.png?v=1646844850 1x, //ardenandgold.com/cdn/shop/files/logo_250x@2x.png?v=1646844850 2x" src="//ardenandgold.com/cdn/shop/files/logo_250x.png?v=1646844850" loading="lazy" class="header__heading-logo" width="122" height="67" alt="Arden and Gold" ></a> <div class="cst-icon-nav-wrapper"> <div class="cst-logo-left-icon-wrappers"> <div class="header-social-links logo-visible"> <ul class="list list-social list-unstyled" role="list"><li class="list-social__item"> <a href="https://www.facebook.com/ArdenAndGold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> <span class="visually-hidden">Facebook</span> </a> </li><li class="list-social__item"> <a href="https://www.pinterest.com/ardenandgold/?invite_code=0152428e7b3c46329d5b02c14327890a&sender=492651784146262396" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg><span class="visually-hidden">Pinterest</span> </a> </li><li class="list-social__item"> <a href="https://www.instagram.com/ardenandgold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.686" height="18.682" viewBox="0 0 18.686 18.682"> <path id="instagram" d="M9.27,36.376a4.79,4.79,0,1,0,4.79,4.79A4.782,4.782,0,0,0,9.27,36.376Zm0,7.9a3.114,3.114,0,1,1,3.114-3.114A3.12,3.12,0,0,1,9.27,44.28Zm6.1-8.1a1.117,1.117,0,1,1-1.117-1.117A1.115,1.115,0,0,1,15.373,36.18Zm3.172,1.134A5.529,5.529,0,0,0,17.036,33.4a5.565,5.565,0,0,0-3.914-1.509c-1.542-.088-6.165-.088-7.708,0A5.557,5.557,0,0,0,1.5,33.4,5.547,5.547,0,0,0-.009,37.31c-.088,1.542-.088,6.165,0,7.708A5.529,5.529,0,0,0,1.5,48.932a5.572,5.572,0,0,0,3.914,1.509c1.542.088,6.165.088,7.708,0a5.529,5.529,0,0,0,3.914-1.509,5.565,5.565,0,0,0,1.509-3.914C18.633,43.475,18.633,38.856,18.545,37.314Zm-1.993,9.358a3.153,3.153,0,0,1-1.776,1.776c-1.23.488-4.148.375-5.507.375s-4.281.108-5.507-.375a3.153,3.153,0,0,1-1.776-1.776c-.488-1.23-.375-4.148-.375-5.507s-.108-4.281.375-5.507a3.153,3.153,0,0,1,1.776-1.776c1.23-.488,4.148-.375,5.507-.375s4.281-.108,5.507.375a3.153,3.153,0,0,1,1.776,1.776c.488,1.23.375,4.148.375,5.507S17.04,45.447,16.552,46.672Z" transform="translate(0.075 -31.825)" fill="#576165"/> </svg> <span class="visually-hidden">Instagram</span> </a> </li><li class="list-social__item"> <a href="https://www.tiktok.com/@ardenandgold" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.752" height="21.343" viewBox="0 0 18.752 21.343"> <g id="tik-tok" transform="translate(-31.423 -0.39)"> <path id="Path_616" data-name="Path 616" d="M50.164,5.734a5.378,5.378,0,0,1-3.249-1.086A5.379,5.379,0,0,1,44.767.39H41.282V9.912l0,5.216a3.159,3.159,0,1,1-2.167-2.993V8.6a6.857,6.857,0,0,0-1-.074,6.682,6.682,0,0,0-5.021,2.246,6.549,6.549,0,0,0,.3,9.03,6.8,6.8,0,0,0,.63.55,6.683,6.683,0,0,0,4.1,1.385,6.858,6.858,0,0,0,1-.074A6.66,6.66,0,0,0,42.832,19.8a6.524,6.524,0,0,0,1.957-4.643l-.018-7.789a8.83,8.83,0,0,0,5.4,1.836V5.733h-.01Z" transform="translate(0 0)" fill="#576165"/> </g> </svg> <span class="visually-hidden">TikTok</span> </a> </li></ul> </div> <div class="header__icons logo-visible"><a href="/account/login" class="header__icon mobile-hidden" > <svg xmlns="http://www.w3.org/2000/svg" width="27.073" height="27.073" viewBox="0 0 27.073 27.073"> <g id="Ic-User" transform="translate(-1003 -159.433)"> <path id="Path_641" data-name="Path 641" d="M178.979,239.218a12.522,12.522,0,1,1-5.291,5.895" transform="translate(831.348 -77.142)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <circle id="Ellipse_25" data-name="Ellipse 25" cx="3.599" cy="3.599" r="3.599" transform="translate(1012.938 166.964)" fill="none" stroke="#576165" stroke-width="2"/> <path id="Path_642" data-name="Path 642" d="M178.933,264.884a8.057,8.057,0,1,1,16.115,0" transform="translate(829.546 -82.666)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble" ><svg xmlns="http://www.w3.org/2000/svg" width="30.835" height="25.461" viewBox="0 0 30.835 25.461"> <g id="Group_150" data-name="Group 150" transform="translate(-171.243 -297.243)"> <path id="Path_638" data-name="Path 638" d="M178.187,315.509l-1.635-13.586-3.9-3.271" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <path id="Path_639" data-name="Path 639" d="M206.709,308.038l-4.5,10.822H190.836" transform="translate(-5.938 -3.351)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <circle id="Ellipse_23" data-name="Ellipse 23" cx="3.098" cy="3.098" r="3.098" transform="translate(174.775 315.509)" fill="none" stroke="#576165" stroke-width="2"/> <circle id="Ellipse_24" data-name="Ellipse 24" cx="3.098" cy="3.098" r="3.098" transform="translate(192.786 315.509)" fill="none" stroke="#576165" stroke-width="2"/> </g> </svg> <span class="visually-hidden">Cart</span> <div class="cart-count-bubble"><span aria-hidden="true" ><span class="pplr_cart_count">0</span></span ><span class="visually-hidden">0 items</span> </div> </a> <details-modal class="header__search"> <details> <summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search" > <span> <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="24.613" height="24.612" viewBox="0 0 24.613 24.612"> <g id="Ic-Search" transform="translate(-258.294 -291.522)"> <path id="Path_640" data-name="Path 640" d="M272.79,293.282a9.726,9.726,0,1,1-3.775-.76" transform="translate(0 0)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_36" data-name="Line 36" x2="5.605" y2="5.605" transform="translate(275.887 309.115)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false" role="presentation" > <use href="#icon-close"> </svg> </span> </summary> <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search" > <div class="modal-overlay"></div> <div class="search-modal__content" tabindex="-1"> <predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form"> <div class="field"> <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search"role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"> <label class="field__label" for="Search-In-Modal">Search</label> <input type="hidden" name="options[prefix]" value="last" /> <button class="search__button field__button" aria-label="Search"> <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="24.613" height="24.612" viewBox="0 0 24.613 24.612"> <g id="Ic-Search" transform="translate(-258.294 -291.522)"> <path id="Path_640" data-name="Path 640" d="M272.79,293.282a9.726,9.726,0,1,1-3.775-.76" transform="translate(0 0)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_36" data-name="Line 36" x2="5.605" y2="5.605" transform="translate(275.887 309.115)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> </button> </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search> <div class="predictive-search__loading-state"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search> <button type="button" class="search-modal__close-button modal__close-button link link--text focus-inset" aria-label="Close" > <svg class="icon icon-close" aria-hidden="true" focusable="false" role="presentation"> <use href="#icon-close"> </svg> </button> </div> </div> </details> </details-modal> </div> </div> <nav class="header__inline-menu"> <ul class="list-menu list-menu--inline" role="list"><li class="mega-menu-flexi" > <a href="/collections/whats-new" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >What&#39;s New</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/clothing" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Clothing</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/bags-accessories" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Bags &amp; Accessories</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/occupations" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Career Shop</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/holiday-shop" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Holiday Shop</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/wedding" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Wedding</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/collections/sale" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >On Sale</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li><li class="mega-menu-flexi" > <a href="/pages/bulk-and-logo-orders" class=" with-mega-menu header__menu-item header__menu-item list-menu__item link link--text focus-inset" > <span >Bulk/Logo Orders</span> </a> <span class="mega-menu-flexi-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="11.979" height="7.404" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </span> </li></ul> </nav> </div> </div> <div class="header-social-links logo-visible"> <ul class="list list-social list-unstyled" role="list"><li class="list-social__item"> <a href="https://www.facebook.com/ArdenAndGold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> <span class="visually-hidden">Facebook</span> </a> </li><li class="list-social__item"> <a href="https://www.pinterest.com/ardenandgold/?invite_code=0152428e7b3c46329d5b02c14327890a&sender=492651784146262396" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg><span class="visually-hidden">Pinterest</span> </a> </li><li class="list-social__item"> <a href="https://www.instagram.com/ardenandgold/" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.686" height="18.682" viewBox="0 0 18.686 18.682"> <path id="instagram" d="M9.27,36.376a4.79,4.79,0,1,0,4.79,4.79A4.782,4.782,0,0,0,9.27,36.376Zm0,7.9a3.114,3.114,0,1,1,3.114-3.114A3.12,3.12,0,0,1,9.27,44.28Zm6.1-8.1a1.117,1.117,0,1,1-1.117-1.117A1.115,1.115,0,0,1,15.373,36.18Zm3.172,1.134A5.529,5.529,0,0,0,17.036,33.4a5.565,5.565,0,0,0-3.914-1.509c-1.542-.088-6.165-.088-7.708,0A5.557,5.557,0,0,0,1.5,33.4,5.547,5.547,0,0,0-.009,37.31c-.088,1.542-.088,6.165,0,7.708A5.529,5.529,0,0,0,1.5,48.932a5.572,5.572,0,0,0,3.914,1.509c1.542.088,6.165.088,7.708,0a5.529,5.529,0,0,0,3.914-1.509,5.565,5.565,0,0,0,1.509-3.914C18.633,43.475,18.633,38.856,18.545,37.314Zm-1.993,9.358a3.153,3.153,0,0,1-1.776,1.776c-1.23.488-4.148.375-5.507.375s-4.281.108-5.507-.375a3.153,3.153,0,0,1-1.776-1.776c-.488-1.23-.375-4.148-.375-5.507s-.108-4.281.375-5.507a3.153,3.153,0,0,1,1.776-1.776c1.23-.488,4.148-.375,5.507-.375s4.281-.108,5.507.375a3.153,3.153,0,0,1,1.776,1.776c.488,1.23.375,4.148.375,5.507S17.04,45.447,16.552,46.672Z" transform="translate(0.075 -31.825)" fill="#576165"/> </svg> <span class="visually-hidden">Instagram</span> </a> </li><li class="list-social__item"> <a href="https://www.tiktok.com/@ardenandgold" class="list-social__link link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.752" height="21.343" viewBox="0 0 18.752 21.343"> <g id="tik-tok" transform="translate(-31.423 -0.39)"> <path id="Path_616" data-name="Path 616" d="M50.164,5.734a5.378,5.378,0,0,1-3.249-1.086A5.379,5.379,0,0,1,44.767.39H41.282V9.912l0,5.216a3.159,3.159,0,1,1-2.167-2.993V8.6a6.857,6.857,0,0,0-1-.074,6.682,6.682,0,0,0-5.021,2.246,6.549,6.549,0,0,0,.3,9.03,6.8,6.8,0,0,0,.63.55,6.683,6.683,0,0,0,4.1,1.385,6.858,6.858,0,0,0,1-.074A6.66,6.66,0,0,0,42.832,19.8a6.524,6.524,0,0,0,1.957-4.643l-.018-7.789a8.83,8.83,0,0,0,5.4,1.836V5.733h-.01Z" transform="translate(0 0)" fill="#576165"/> </g> </svg> <span class="visually-hidden">TikTok</span> </a> </li></ul> </div> <div class="header__icons logo-visible"><a href="/account/login" class="header__icon mobile-hidden" > <svg xmlns="http://www.w3.org/2000/svg" width="27.073" height="27.073" viewBox="0 0 27.073 27.073"> <g id="Ic-User" transform="translate(-1003 -159.433)"> <path id="Path_641" data-name="Path 641" d="M178.979,239.218a12.522,12.522,0,1,1-5.291,5.895" transform="translate(831.348 -77.142)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <circle id="Ellipse_25" data-name="Ellipse 25" cx="3.599" cy="3.599" r="3.599" transform="translate(1012.938 166.964)" fill="none" stroke="#576165" stroke-width="2"/> <path id="Path_642" data-name="Path 642" d="M178.933,264.884a8.057,8.057,0,1,1,16.115,0" transform="translate(829.546 -82.666)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble"><svg xmlns="http://www.w3.org/2000/svg" width="30.835" height="25.461" viewBox="0 0 30.835 25.461"> <g id="Group_150" data-name="Group 150" transform="translate(-171.243 -297.243)"> <path id="Path_638" data-name="Path 638" d="M178.187,315.509l-1.635-13.586-3.9-3.271" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <path id="Path_639" data-name="Path 639" d="M206.709,308.038l-4.5,10.822H190.836" transform="translate(-5.938 -3.351)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <circle id="Ellipse_23" data-name="Ellipse 23" cx="3.098" cy="3.098" r="3.098" transform="translate(174.775 315.509)" fill="none" stroke="#576165" stroke-width="2"/> <circle id="Ellipse_24" data-name="Ellipse 24" cx="3.098" cy="3.098" r="3.098" transform="translate(192.786 315.509)" fill="none" stroke="#576165" stroke-width="2"/> </g> </svg> <span class="visually-hidden">Cart</span> <div class="cart-count-bubble"><span aria-hidden="true" ><span class="pplr_cart_count">0</span></span ><span class="visually-hidden">0 items</span> </div> </a> <details-modal class="header__search"> <details> <summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search" > <span> <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="24.613" height="24.612" viewBox="0 0 24.613 24.612"> <g id="Ic-Search" transform="translate(-258.294 -291.522)"> <path id="Path_640" data-name="Path 640" d="M272.79,293.282a9.726,9.726,0,1,1-3.775-.76" transform="translate(0 0)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_36" data-name="Line 36" x2="5.605" y2="5.605" transform="translate(275.887 309.115)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false" role="presentation"> <use href="#icon-close"> </svg> </span> </summary> <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search" > <div class="modal-overlay"></div> <div class="search-modal__content" tabindex="-1"> <predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form"> <div class="field"> <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search"role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"> <label class="field__label" for="Search-In-Modal">Search</label> <input type="hidden" name="options[prefix]" value="last" /> <button class="search__button field__button" aria-label="Search"> <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="24.613" height="24.612" viewBox="0 0 24.613 24.612"> <g id="Ic-Search" transform="translate(-258.294 -291.522)"> <path id="Path_640" data-name="Path 640" d="M272.79,293.282a9.726,9.726,0,1,1-3.775-.76" transform="translate(0 0)" fill="none" stroke="#576165" stroke-linecap="round" stroke-width="2"/> <line id="Line_36" data-name="Line 36" x2="5.605" y2="5.605" transform="translate(275.887 309.115)" fill="#fff" stroke="#576165" stroke-linecap="round" stroke-width="2"/> </g> </svg> </button> </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search> <div class="predictive-search__loading-state"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search> <button type="button" class="search-modal__close-button modal__close-button link link--text focus-inset" aria-label="Close" > <svg class="icon icon-close" aria-hidden="true" focusable="false" role="presentation"> <use href="#icon-close"> </svg> </button> </div> </div> </details> </details-modal> </div> </header> <div class="megamenu hover-dropdown-menu"> <div class="megamenu-content"> <div class="item-container"> <div class="menu-items"> <div class="menu-grid item-listing "> <header> <a href="/collections/whats-new">What's New</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/best-sellers">Trending</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/best-sellers">Best Sellers</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/shop-instagram">Shop Instagram</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/shop-tiktok">Shop Tiktok</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/clothing">Clothing</a> </header> <div class="mega-menu-links"> <ul class="child-linklist child-linklist__gap"> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/womens">Women's</a> <ul class="grandchild-linklist"> <li> <a href="/collections/womens-tops-tees">Tops & Tees</a> </li> <li> <a href="/collections/womens-sweatshirts-outerwear">Sweatshirts & Outerwear</a> </li> <li> <a href="/collections/womens-loungewear-sets">Loungewear & Sets</a> </li> </ul> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/kids-baby">Kids & Baby</a> <ul class="grandchild-linklist"> <li> <a href="/collections/boys">Boys</a> </li> <li> <a href="/collections/girls">Girls</a> </li> <li> <a href="/collections/baby">Baby</a> </li> <li> <a href="/collections/for-the-new-mom-dad">For the New Mom & Dad</a> </li> <li> <a href="/collections/kids-baby-accessories">Accessories</a> </li> </ul> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/mens">Men's</a> <ul class="grandchild-linklist"> <li> <a href="/collections/mens-tops-tees">Tops & Tees</a> </li> <li> <a href="/collections/mens-sweatshirts-outerwear">Sweatshirts & Outerwear</a> </li> </ul> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item menu-image-item__hide_md"> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/bags-accessories">Bags & Accessories</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/purses">Purses</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/weekenders">Weekenders</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/totes-coolers">Totes & Coolers</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/cosmetic-toiletry-bags">Makeup & Toiletry Bags</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/backpacks">Backpacks</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/hats">Hats</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/occupations">Career Shop</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/healthcare-workers">Healthcare Workers</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/educators">Educators</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/holiday-shop">Holiday Shop</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/fall-thanksgiving">Fall/Thanksgiving</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/halloween">Halloween</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/christmas">Christmas</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/valentines-day">Valentine's Day</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/st-patricks-day">St. Patrick's Day</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/easter">Easter</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/fourth-of-july">Fourth of July</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/wedding">Wedding</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/wedding-engagement-gifts">Wedding & Engagement Gifts</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/for-the-bridesmaids">For the Bridesmaids</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/for-the-groomsmen">For the Groomsmen</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/bachelorette-gifts">Bachelorette Gifts</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/products/gift-card">Gift Cards</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/collections/sale">On Sale</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/last-chance">Last Chance</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/bloopers">Bloopers</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> <div class="menu-grid item-listing hidden-menu"> <header> <a href="/pages/bulk-and-logo-orders">Bulk/Logo Orders</a> </header> <div class="mega-menu-links"> <ul class="child-linklist "> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/blessed-sacrament">Blessed Sacrament</a> </li> <li class="cst-level2-child"> <a class="childlink-item" href="/collections/st-pius-x">St. Pius X</a> </li> </ul> <div class="menu-image-item "> <img class="image" src="//ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM.jpg?v=1704898238" srcset=" //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_780x.jpg?v=1704898238 480w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_800x.jpg?v=1704898238 800w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1024x.jpg?v=1704898238 1024w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1400x.jpg?v=1704898238 1400w, //ardenandgold.com/cdn/shop/files/Photo-Jan-03-2024_-10-52-04-AM_1920x.jpg?v=1704898238 1920w " width="2000" height="2000" alt="heather oat sweatshirt with mauve bow embroidered, white sweatshirt with baby pink bow, sand sweatshirt with white bow" sizes="(min-width: 240px) 240px, (min-width: 400px) 400px, (min-width: 512px) 512px, (min-width: 700px) 700px, 960px" > </div> </div> </div> </div> </div> </div> </div> </sticky-header> <script src="//ardenandgold.com/cdn/shop/t/13/assets/mega-menu.js?v=62922774227432483111694667582" defer></script> <cart-notification> <div class="cart-notification-wrapper page-width color-background-1"> <div id="cart-notification" class="cart-notification focus-inset" aria-modal="true" aria-label="Item added to your cart" role="dialog" tabindex="-1"> <div class="cart-notification__header"> <h2 class="cart-notification__heading caption-large text-body"><svg class="icon icon-checkmark" xmlns="http://www.w3.org/2000/svg" width="12.883" height="9.975" viewBox="0 0 12.883 9.975"> <path id="Ic-CheckSmall" d="M249.267,696.226l3.614,3.614,7.854-7.854" transform="translate(-248.559 -691.279)" fill="none" stroke="#454d50" stroke-width="2"/> </svg>Item added to your cart</h2> <button type="button" class="cart-notification__close modal__close-button link link--text focus-inset" aria-label="Close"> <svg class="icon icon-close" aria-hidden="true" focusable="false"><use href="#icon-close"></svg> </button> </div> <div id="cart-notification-product" class="cart-notification-product"></div> <div class="cart-notification__links"> <a href="/cart" id="cart-notification-button" class="button button--secondary button--full-width"></a> <form action="/cart" method="post" id="cart-notification-form"> <button class="button button--primary button--full-width" name="checkout">Check out</button> </form> <button type="button" class="link button-label">Continue shopping</button> </div> </div> </div> </cart-notification> <style data-shopify> .cart-notification { display: none; } </style> <script> // const setTransformHeight = () => {return window.innerWidth > 990 ? 80 : 70} // let cart_count = document.querySelector(".cart-count-bubble span"), // cart_section = document.querySelector(".cart-count-bubble"); // parseInt(cart_count.innerText) === 0 ? cart_section.style.display = "none" : null;*/ // let heading = document.querySelector(".header__heading"), // inline_menu = document.querySelector(".header__inline-menu"); // cart_notification = document.querySelector('#cart-notification'); // let transform_height = setTransformHeight(); // window.addEventListener("resize", function () {transform_height = setTransformHeight()}); // class StickyHeader extends HTMLElement { // constructor() { // super(); // } // connectedCallback() { // this.header = document.getElementById('shopify-section-header'); // this.header_wrapper = document.getElementById("pageHeader"); // this.headerBounds = {}; // this.heading = document.querySelector(".header"); // this.header_logo = document.querySelector(".main-heading-logo"); // this.social_links = document.querySelector(".header-social-links"); // this.icons = document.querySelector(".header__icons"); // this.heading_centered = document.querySelector(".header__heading"); // this.header_menu = document.querySelector(".header__inline-menu"); // this.currentScrollTop = 0; // this.preventReveal = false; // this.predictiveSearch = this.querySelector('predictive-search'); // this.onScrollHandler = this.onScroll.bind(this); // window.addEventListener('scroll', this.onScrollHandler); // this.createObserver(); // } // disconnectedCallback() { // this.removeEventListener('preventHeaderReveal', this.hideHeaderOnScrollUp); // window.removeEventListener('scroll', this.onScrollHandler); // } // createObserver() { // let observer = new IntersectionObserver((entries, observer) => { // this.headerBounds = entries[0].intersectionRect; // observer.disconnect(); // }); // observer.observe(this.header); // } // onScroll() { // const scrollTop = window.pageYOffset || document.documentElement.scrollTop; // if (this.predictiveSearch && this.predictiveSearch.isOpen) return; // if (scrollTop > this.currentScrollTop && scrollTop > this.headerBounds.bottom) { // requestAnimationFrame(this.reveal.bind(this)); // window.innerWidth > 990 ? this.flex() : this.unbind() // } else if (scrollTop < this.currentScrollTop && scrollTop > this.headerBounds.bottom) { // window.innerWidth > 990 ? this.block() : this.unbind() // } else { // requestAnimationFrame(this.reset.bind(this)) // } // this.currentScrollTop = scrollTop; // } // flex() { // this.header.style.transform = `translateY(-${transform_height}px)`; // this.header_logo.style.display = 'none'; // let transform_diff = transform_height - parseInt(getComputedStyle(this.heading).paddingTop) // let translate_height = transform_height === 70 ? transform_diff += 15 : transform_diff; // this.header_wrapper.style.cssText = `padding-top: ${translate_height}px`; // this.header_menu.style.marginTop = '0px'; // // let menuMargin = parseInt(getComputedStyle(this.header_menu).marginTop); // this.heading_centered.style.marginTop = `${parseInt(getComputedStyle(this.icons).marginTop)}px`; // } // unbind() { // if (this.header.hasAttribute('style')) { // this.header.removeAttribute('style'); // this.header_logo.removeAttribute('style'); // this.header_wrapper.removeAttribute('style'); // this.heading.removeAttribute('style'); // this.heading_centered.removeAttribute('style'); // this.header_menu.removeAttribute('style') // } // } // block() { // this.header.style.transform = 'translateY(0px)'; // this.header_logo.style.display = 'block'; // this.header_wrapper.removeAttribute('style'); // this.heading.style.transform = 'translateY(0px)'; // this.heading_centered.style.marginTop = '0px'; // this.header_menu.removeAttribute('style') // } // hide() { // this.header.classList.add('shopify-section-header-hidden', 'shopify-section-header-sticky'); // this.closeMenuDisclosure(); // this.closeSearchModal(); // } // reveal() { // this.header.classList.add('shopify-section-header-sticky', 'animate'); // this.header.classList.remove('shopify-section-header-hidden'); // } // reset() { // this.header.classList.remove('shopify-section-header-hidden', 'shopify-section-header-sticky', 'animate'); // } // closeMenuDisclosure() { // this.disclosures = this.disclosures || this.header.querySelectorAll('details-disclosure'); // this.disclosures.forEach(disclosure => disclosure.close()); // } // closeSearchModal() { // this.searchModal = this.searchModal || this.header.querySelector('details-modal'); // this.searchModal.close(false); // } // } // customElements.define('sticky-header', StickyHeader); document.addEventListener('DOMContentLoaded', function () { var pageHeader = document.querySelector('#pageHeader'); var logoElement = document.querySelector('#pageHeader div.header__heading a.main-heading-logo.header__heading-link'); var socialLinksElement = document.querySelector('#pageHeader div.header-social-links.logo-visible'); var pageHeaderIcons = document.querySelector('#pageHeader div.header__icons.logo-visible'); var headerContainer = document.querySelector('#pageHeader header.header.header.logo-visible.header-logo-center'); window.addEventListener('scroll', function () { // Get the current scroll position var scrollPosition = window.scrollY; var threshold = 300; // Calculate the new top position based on scroll var newTop = '0px'; // Update the top property with a smooth transition pageHeader.style.top = newTop; // Toggle classes for logo and social links if (scrollPosition >= threshold) { headerContainer.classList.add('align_center__headerContainer'); logoElement.classList.add('hide_fixedState'); socialLinksElement.classList.add('margin_fixedState'); pageHeaderIcons.classList.add('margin_fixedState'); pageHeader.style.position = 'fixed'; pageHeader.style.width = '100%'; } else { headerContainer.classList.remove('align_center__headerContainer'); logoElement.classList.remove('hide_fixedState'); socialLinksElement.classList.remove('margin_fixedState'); pageHeaderIcons.classList.remove('margin_fixedState'); pageHeader.style.position = 'relative'; pageHeader.style.width = 'auto'; // Reset width if needed } }); }); </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Arden and Gold", "logo": "https:\/\/ardenandgold.com\/cdn\/shop\/files\/logo_122x.png?v=1646844850", "sameAs": [ "", "https:\/\/www.facebook.com\/ArdenAndGold\/", "https:\/\/www.pinterest.com\/ardenandgold\/?invite_code=0152428e7b3c46329d5b02c14327890a\u0026sender=492651784146262396", "https:\/\/www.instagram.com\/ardenandgold\/", "https:\/\/www.tiktok.com\/@ardenandgold", "", "", "", "" ], "url": "https:\/\/ardenandgold.com" } </script> </div> <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1"> <section id="shopify-section-template--15913154773184__main" class="shopify-section product-section spaced-section"> <link href="//ardenandgold.com/cdn/shop/t/13/assets/custom-select.css?v=2260270233148179991706710936" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/section-main-product.css?v=142090674018157758651698075745" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-accordion.css?v=149984475906394884081693243544" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-price.css?v=28500339938017499401695388801" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-rte.css?v=84043763465619332371693243543" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-slider.css?v=155311845611553967141693243544" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-rating.css?v=24573085263941240431693243540" rel="stylesheet" type="text/css" media="all" /> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-loading-overlay.css?v=167310470843593579841693243546" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-deferred-media.css?v=171180198959671422251693243539" media="print" onload="this.media='all'"> <script src="//ardenandgold.com/cdn/shop/t/13/assets/product-form.js?v=1429052116008230011693243543" defer="defer"></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/custom-select.js?v=78483365043453457981693243539" defer></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/accordion.js?v=173136014274476593271695401549" defer></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/product-script.js?v=24894986895334677331693243539" defer></script><section class="page-width"> <style> .breadcrumbs__list { list-style-type: none; margin: 0; padding: 0; } .breadcrumbs__item { display: inline-block; } .breadcrumbs__link, .breadcrumbs__list a{ text-decoration: underline; font: normal normal normal 12px/24px Kumbh Sans; letter-spacing: 0px; opacity: 1; color: var(--color-shade); text-decoration: none; text-transform: capitalize; } .breadcrumb-nav__separator{ color: var(--color-shade); } .breadcrumbs__link[aria-current="page"]:hover, .breadcrumbs__link[aria-current="page"]:focus { text-decoration: underline; } </style><nav class="breadcrumbs" role="navigation" aria-label="breadcrumbs"> <ol class="breadcrumbs__list" itemscope itemtype="https://schema.org/BreadcrumbList"> <li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" class="breadcrumbs__link" href="/"> <span itemprop="name">Home</span> <meta itemprop="position" content="1" /> </a> </li> <span class="breadcrumb-nav__separator" aria-hidden="true" id="breadcrumb-home">/</span> <li class="breadcrumbs__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" class="breadcrumbs__link" href="/products/st-pius-x-spirit-wear-school-logo-baseball-hat" aria-current="page"> <span itemprop="name">St. Pius X Spirit Wear | School Logo Baseball Hat</span> <meta itemprop="position" content="2" /> </a> </li></ol> </nav><script> if(sessionStorage.breadcrumb) { var breadcrumbs = {}; breadcrumbs.collection = JSON.parse(sessionStorage.breadcrumb); var showCollection = false;console.log('is product'); var breadcrumbHTML = '<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a style="text-decoration:none; color:#191919;" href="' + breadcrumbs.collection.link + '" itemprop="item"><span itemprop="name">' + breadcrumbs.collection.title + '</span></a><span itemprop="position" hidden>2</span></span><span class="breadcrumb-nav__separator" aria-hidden="true">/</span>'; var homeBreadcrumb = document.getElementById('breadcrumb-home'); var productCollections = [{"id":307231457472,"handle":"st-pius-x","title":"St. Pius X","updated_at":"2024-02-24T16:35:24-05:00","body_html":"St. Pius X School Spirit Wear","published_at":"2024-02-07T14:12:40-05:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"St. Pius X"}],"published_scope":"web","image":{"created_at":"2024-02-07T14:22:48-05:00","alt":null,"width":2000,"height":1334,"src":"\/\/ardenandgold.com\/cdn\/shop\/collections\/Panthers-Header.jpg?v=1707333768"}}]; if (productCollections) { console.log('is productCollections'); productCollections.forEach(function(collection) { if (collection.title === breadcrumbs.collection.title) { showCollection = true; } }); } if(homeBreadcrumb && showCollection) { console.log('is last'); homeBreadcrumb.insertAdjacentHTML('afterend', breadcrumbHTML); }} </script> <div class="mobile-only-heading"> <h2 class="product__title">St. Pius X Spirit Wear | School Logo Baseball Hat</h2> <p class="caption-with-letter-spacing">Hat</p> <div class=" price price--large price--show-badge" > <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular"> <span>$</span><span class="price-main">17.00</span> </span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price__sale-discount_cut"> <s class="price-item price-item--regular"> </s> </span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last"> <span>$</span><span class="price-main">17.00</span> </span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div><span class="badge price__badge-sale color-accent-2"> Sale </span> <span class="badge price__badge-sold-out color-inverse"> Sold out </span></div> </div> <div class="product product--large product--thumbnail_slider grid grid--1-col "> <div class="grid__item product__media-wrapper"> <media-gallery id="MediaGallery-template--15913154773184__main" role="region" class="product__media-gallery" aria-label="Gallery Viewer" data-desktop-layout="thumbnail_slider"> <div id="GalleryStatus-template--15913154773184__main" class="visually-hidden" role="status"></div> <slider-component id="GalleryViewer-template--15913154773184__main" class="slider-mobile-gutter"> <a class="skip-to-content-link button visually-hidden" href="#ProductInfo-template--15913154773184__main"> Skip to product information </a> <ul id="Slider-Gallery-template--15913154773184__main" class="product__media-list grid grid--peek list-unstyled slider slider--mobile" role="list"><li id="Slide-template--15913154773184__main-29652305248448" class="product__media-item grid__item slider__slide is-active product__media-item--variant" data-media-id="template--15913154773184__main-29652305248448"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305248448"> <span class="visually-hidden"> Open media 1 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652305084608" class="product__media-item grid__item slider__slide" data-media-id="template--15913154773184__main-29652305084608"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_493x.jpg?v=1707408497 493w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_600x.jpg?v=1707408497 600w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_713x.jpg?v=1707408497 713w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_823x.jpg?v=1707408497 823w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_990x.jpg?v=1707408497 990w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1100x.jpg?v=1707408497 1100w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1206x.jpg?v=1707408497 1206w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1346x.jpg?v=1707408497 1346w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1426x.jpg?v=1707408497 1426w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1646x.jpg?v=1707408497 1646w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1946x.jpg?v=1707408497 1946w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771.jpg?v=1707408497 2000w" src="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1946x.jpg?v=1707408497" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_493x.jpg?v=1707408497 493w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_600x.jpg?v=1707408497 600w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_713x.jpg?v=1707408497 713w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_823x.jpg?v=1707408497 823w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_990x.jpg?v=1707408497 990w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1100x.jpg?v=1707408497 1100w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1206x.jpg?v=1707408497 1206w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1346x.jpg?v=1707408497 1346w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1426x.jpg?v=1707408497 1426w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1646x.jpg?v=1707408497 1646w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1946x.jpg?v=1707408497 1946w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771.jpg?v=1707408497 2000w" src="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1946x.jpg?v=1707408497" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305084608"> <span class="visually-hidden"> Open media 2 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652362264768" class="product__media-item grid__item slider__slide" data-media-id="template--15913154773184__main-29652362264768"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/500_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/500_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/500_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/500_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/500_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/500_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/500_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/500_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/500_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/500_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/500_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/500.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/500_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/500_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/500_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/500_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/500_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/500_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/500_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/500_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/500_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/500_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/500_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/500_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/500.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/500_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652362264768"> <span class="visually-hidden"> Open media 3 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652305117376" class="product__media-item grid__item slider__slide" data-media-id="template--15913154773184__main-29652305117376"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305117376"> <span class="visually-hidden"> Open media 4 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652305150144" class="product__media-item grid__item slider__slide" data-media-id="template--15913154773184__main-29652305150144"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305150144"> <span class="visually-hidden"> Open media 5 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652305182912" class="product__media-item grid__item slider__slide product__media-item--variant" data-media-id="template--15913154773184__main-29652305182912"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305182912"> <span class="visually-hidden"> Open media 6 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652305215680" class="product__media-item grid__item slider__slide" data-media-id="template--15913154773184__main-29652305215680"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_493x.jpg?v=1707412449 493w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_600x.jpg?v=1707412449 600w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_713x.jpg?v=1707412449 713w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_823x.jpg?v=1707412449 823w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_990x.jpg?v=1707412449 990w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1100x.jpg?v=1707412449 1100w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1206x.jpg?v=1707412449 1206w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1346x.jpg?v=1707412449 1346w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1426x.jpg?v=1707412449 1426w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1646x.jpg?v=1707412449 1646w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1946x.jpg?v=1707412449 1946w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229.jpg?v=1707412449 2000w" src="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1946x.jpg?v=1707412449" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652305215680"> <span class="visually-hidden"> Open media 7 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652301381824" class="product__media-item grid__item slider__slide product__media-item--variant" data-media-id="template--15913154773184__main-29652301381824"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_493x.jpg?v=1707408152 493w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_600x.jpg?v=1707408152 600w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_713x.jpg?v=1707408152 713w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_823x.jpg?v=1707408152 823w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_990x.jpg?v=1707408152 990w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152 1000w" src="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_1946x.jpg?v=1707408152" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_493x.jpg?v=1707408152 493w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_600x.jpg?v=1707408152 600w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_713x.jpg?v=1707408152 713w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_823x.jpg?v=1707408152 823w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_990x.jpg?v=1707408152 990w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152 1000w" src="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_1946x.jpg?v=1707408152" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652301381824"> <span class="visually-hidden"> Open media 8 in modal </span> </button> </modal-opener> </li><li id="Slide-template--15913154773184__main-29652430061760" class="product__media-item grid__item slider__slide product__media-item--variant" data-media-id="template--15913154773184__main-29652430061760"> <noscript><div class="product__media media" style="padding-top: 100.0%;"> <img srcset="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_493x.jpg?v=1707412431 493w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_600x.jpg?v=1707412431 600w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_713x.jpg?v=1707412431 713w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_823x.jpg?v=1707412431 823w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_990x.jpg?v=1707412431 990w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1100x.jpg?v=1707412431 1100w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1206x.jpg?v=1707412431 1206w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1346x.jpg?v=1707412431 1346w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1426x.jpg?v=1707412431 1426w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1646x.jpg?v=1707412431 1646w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1946x.jpg?v=1707412431 1946w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431 2000w" src="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1946x.jpg?v=1707412431" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div></noscript> <modal-opener class="product__modal-opener product__modal-opener--image no-js-hidden" data-modal="#ProductModal-template--15913154773184__main"> <span class="product__media-icon motion-reduce" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66724 7.93978C4.66655 7.66364 4.88984 7.43922 5.16598 7.43853L10.6996 7.42464C10.9758 7.42395 11.2002 7.64724 11.2009 7.92339C11.2016 8.19953 10.9783 8.42395 10.7021 8.42464L5.16849 8.43852C4.89235 8.43922 4.66793 8.21592 4.66724 7.93978Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.92576 4.66463C8.2019 4.66394 8.42632 4.88723 8.42702 5.16337L8.4409 10.697C8.44159 10.9732 8.2183 11.1976 7.94215 11.1983C7.66601 11.199 7.44159 10.9757 7.4409 10.6995L7.42702 5.16588C7.42633 4.88974 7.64962 4.66532 7.92576 4.66463Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8324 3.03011C10.1255 0.323296 5.73693 0.323296 3.03011 3.03011C0.323296 5.73693 0.323296 10.1256 3.03011 12.8324C5.73693 15.5392 10.1255 15.5392 12.8324 12.8324C15.5392 10.1256 15.5392 5.73693 12.8324 3.03011ZM2.32301 2.32301C5.42035 -0.774336 10.4421 -0.774336 13.5395 2.32301C16.6101 5.39361 16.6366 10.3556 13.619 13.4588L18.2473 18.0871C18.4426 18.2824 18.4426 18.599 18.2473 18.7943C18.0521 18.9895 17.7355 18.9895 17.5402 18.7943L12.8778 14.1318C9.76383 16.6223 5.20839 16.4249 2.32301 13.5395C-0.774335 10.4421 -0.774335 5.42035 2.32301 2.32301Z" fill="currentColor"/> </svg> </span> <div class="product__media media media--transparent" > <img srcset="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_493x.jpg?v=1707412431 493w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_600x.jpg?v=1707412431 600w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_713x.jpg?v=1707412431 713w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_823x.jpg?v=1707412431 823w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_990x.jpg?v=1707412431 990w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1100x.jpg?v=1707412431 1100w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1206x.jpg?v=1707412431 1206w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1346x.jpg?v=1707412431 1346w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1426x.jpg?v=1707412431 1426w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1646x.jpg?v=1707412431 1646w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1946x.jpg?v=1707412431 1946w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431 2000w" src="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1946x.jpg?v=1707412431" sizes="(min-width: 1230px) 735px, (min-width: 990px) calc(65.0vw - 10rem), (min-width: 750px) calc((100vw - 11.5rem) / 2), calc(100vw - 4rem)" loading="lazy" width="973" height="973" alt="" > </div> <button class="product__media-toggle" type="button" aria-haspopup="dialog" data-media-id="29652430061760"> <span class="visually-hidden"> Open media 9 in modal </span> </button> </modal-opener> </li></ul> <div class="slider-buttons no-js-hidden small-hide"> <button type="button" class="slider-button slider-button--prev" name="previous" aria-label="Slide left"><svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </button> <div class="slider-counter caption"> <span class="slider-counter--current">1</span> <span aria-hidden="true"> / </span> <span class="visually-hidden">of</span> <span class="slider-counter--total">6</span> </div> <button type="button" class="slider-button slider-button--next" name="next" aria-label="Slide right"><svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </button> </div> </slider-component><slider-component id="GalleryThumbnails-template--15913154773184__main" class="thumbnail-slider slider-mobile-gutter"> <button type="button" class="slider-button slider-button--prev" name="previous" aria-label="Slide left" aria-controls="GalleryThumbnails-template--15913154773184__main" data-step="3"><svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </button> <ul id="Slider-Thumbnails-template--15913154773184__main" class="thumbnail-list list-unstyled slider slider--mobile slider--tablet-up"><li id="Slide-Thumbnails-template--15913154773184__main-0" class="thumbnail-list__item slider__slide thumbnail-list_item--variant" data-target="template--15913154773184__main-29652305248448" data-media-position="1"> <button class="thumbnail thumbnail--narrow" aria-label="Load image 1 in gallery view" aria-current="true" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-0" > <img id="Thumbnail-template--15913154773184__main-0" srcset="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_54x.jpg?v=1707412449 54w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_74x.jpg?v=1707412449 74w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_104x.jpg?v=1707412449 104w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_162x.jpg?v=1707412449 162w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_208x.jpg?v=1707412449 208w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_324x.jpg?v=1707412449 324w, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_416x.jpg?v=1707412449 416w,, //ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449 w" src="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_416x.jpg?v=1707412449" sizes="(min-width: 1230px) calc((735 - 4rem) / 4), (min-width: 990px) calc((65.0vw - 4rem) / 4), (min-width: 750px) calc((100vw - 15rem) / 8), calc((100vw - 14rem) / 3)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="208" width="208" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-1" class="thumbnail-list__item slider__slide" data-target="template--15913154773184__main-29652305084608" data-media-position="2"><button class="thumbnail thumbnail--narrow" aria-label="Load image 2 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-1" > <img id="Thumbnail-template--15913154773184__main-1" srcset="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_59x.jpg?v=1707408497 59x, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_118x.jpg?v=1707408497 118w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_84x.jpg?v=1707408497 84w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_168x.jpg?v=1707408497 168w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_130x.jpg?v=1707408497 130w, //ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_260x.jpg?v=1707408497 260w" src="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_84x84.jpg?v=1707408497" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-2" class="thumbnail-list__item slider__slide" data-target="template--15913154773184__main-29652362264768" data-media-position="3"><button class="thumbnail thumbnail--narrow" aria-label="Load image 3 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-2" > <img id="Thumbnail-template--15913154773184__main-2" srcset="//ardenandgold.com/cdn/shop/files/500_59x.jpg?v=1707412449 59x, //ardenandgold.com/cdn/shop/files/500_118x.jpg?v=1707412449 118w, //ardenandgold.com/cdn/shop/files/500_84x.jpg?v=1707412449 84w, //ardenandgold.com/cdn/shop/files/500_168x.jpg?v=1707412449 168w, //ardenandgold.com/cdn/shop/files/500_130x.jpg?v=1707412449 130w, //ardenandgold.com/cdn/shop/files/500_260x.jpg?v=1707412449 260w" src="//ardenandgold.com/cdn/shop/files/500_84x84.jpg?v=1707412449" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-3" class="thumbnail-list__item slider__slide" data-target="template--15913154773184__main-29652305117376" data-media-position="4"><button class="thumbnail thumbnail--narrow" aria-label="Load image 4 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-3" > <img id="Thumbnail-template--15913154773184__main-3" srcset="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_59x.jpg?v=1707412449 59x, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_118x.jpg?v=1707412449 118w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_84x.jpg?v=1707412449 84w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_168x.jpg?v=1707412449 168w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_130x.jpg?v=1707412449 130w, //ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_260x.jpg?v=1707412449 260w" src="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_84x84.jpg?v=1707412449" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-4" class="thumbnail-list__item slider__slide" data-target="template--15913154773184__main-29652305150144" data-media-position="5"><button class="thumbnail thumbnail--narrow" aria-label="Load image 5 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-4" > <img id="Thumbnail-template--15913154773184__main-4" srcset="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_59x.jpg?v=1707412449 59x, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_118x.jpg?v=1707412449 118w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_84x.jpg?v=1707412449 84w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_168x.jpg?v=1707412449 168w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_130x.jpg?v=1707412449 130w, //ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_260x.jpg?v=1707412449 260w" src="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_84x84.jpg?v=1707412449" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-5" class="thumbnail-list__item slider__slide thumbnail-list_item--variant" data-target="template--15913154773184__main-29652305182912" data-media-position="6"><button class="thumbnail thumbnail--narrow" aria-label="Load image 6 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-5" > <img id="Thumbnail-template--15913154773184__main-5" srcset="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_59x.jpg?v=1707412449 59x, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_118x.jpg?v=1707412449 118w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_84x.jpg?v=1707412449 84w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_168x.jpg?v=1707412449 168w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_130x.jpg?v=1707412449 130w, //ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_260x.jpg?v=1707412449 260w" src="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_84x84.jpg?v=1707412449" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-6" class="thumbnail-list__item slider__slide" data-target="template--15913154773184__main-29652305215680" data-media-position="7"><button class="thumbnail thumbnail--narrow" aria-label="Load image 7 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-6" > <img id="Thumbnail-template--15913154773184__main-6" srcset="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_59x.jpg?v=1707412449 59x, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_118x.jpg?v=1707412449 118w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_84x.jpg?v=1707412449 84w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_168x.jpg?v=1707412449 168w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_130x.jpg?v=1707412449 130w, //ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_260x.jpg?v=1707412449 260w" src="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_84x84.jpg?v=1707412449" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-8" class="thumbnail-list__item slider__slide thumbnail-list_item--variant" data-target="template--15913154773184__main-29652301381824" data-media-position="8"><button class="thumbnail thumbnail--narrow" aria-label="Load image 8 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-8" > <img id="Thumbnail-template--15913154773184__main-8" srcset="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_59x.jpg?v=1707408152 59x, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_118x.jpg?v=1707408152 118w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_84x.jpg?v=1707408152 84w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_168x.jpg?v=1707408152 168w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_130x.jpg?v=1707408152 130w, //ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_260x.jpg?v=1707408152 260w" src="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_84x84.jpg?v=1707408152" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li><li id="Slide-Thumbnails-template--15913154773184__main-9" class="thumbnail-list__item slider__slide thumbnail-list_item--variant" data-target="template--15913154773184__main-29652430061760" data-media-position="9"><button class="thumbnail thumbnail--narrow" aria-label="Load image 9 in gallery view" aria-controls="GalleryViewer-template--15913154773184__main" aria-describedby="Thumbnail-template--15913154773184__main-9" > <img id="Thumbnail-template--15913154773184__main-9" srcset="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_59x.jpg?v=1707412431 59x, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_118x.jpg?v=1707412431 118w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_84x.jpg?v=1707412431 84w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_168x.jpg?v=1707412431 168w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_130x.jpg?v=1707412431 130w, //ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_260x.jpg?v=1707412431 260w" src="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_84x84.jpg?v=1707412431" sizes="(min-width: 1200px) calc((1200px - 19.5rem) / 12), (min-width: 750px) calc((100vw - 16.5rem) / 8), calc((100vw - 8rem) / 5)" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" height="200" width="200" loading="lazy" > </button> </li></ul> <button type="button" class="slider-button slider-button--next" name="next" aria-label="Slide right" aria-controls="GalleryThumbnails-template--15913154773184__main" data-step="3"><svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </button> </slider-component></media-gallery> </div> <div class="product__info-wrapper grid__item"> <div id="ProductInfo-template--15913154773184__main" class="product__info-container product__info-container--sticky"><h1 class="product__title" > St. Pius X Spirit Wear | School Logo Baseball Hat </h1> <p class="product__text caption-with-letter-spacing" >Hat</p> <div class="no-js-hidden price-container" id="price-template--15913154773184__main" role="status" > <div class=" price price--large price--show-badge" > <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular"> <span>$</span><span class="price-main">17.00</span> </span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price__sale-discount_cut"> <s class="price-item price-item--regular"> </s> </span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last"> <span>$</span><span class="price-main">17.00</span> </span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div><span class="badge price__badge-sale color-accent-2"> Sale </span> <span class="badge price__badge-sold-out color-inverse"> Sold out </span></div> </div><div class="product__tax caption rte"><a href="/policies/shipping-policy">Shipping</a> calculated at checkout. </div><div ><form method="post" action="/cart/add" id="product-form-installment" accept-charset="UTF-8" class="installment caption-large" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="44538837762240"> <shopify-payment-terms variant-id="44538837762240" shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:44538837762240,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837795008,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837827776,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837860544,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837893312,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837926080,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837958848,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true},{&quot;id&quot;:44538837991616,&quot;price_per_term&quot;:&quot;$4.25&quot;,&quot;full_price&quot;:&quot;$17.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true}],&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:false,&quot;seller_id&quot;:614758}"></shopify-payment-terms> <input type="hidden" name="product-id" value="7722757193920" /><input type="hidden" name="section-id" value="template--15913154773184__main" /></form></div> <div class="product-option-items regular "> <variant-radios class="no-js-hidden" data-section="template--15913154773184__main" data-url="/products/st-pius-x-spirit-wear-school-logo-baseball-hat" > <fieldset class="js product-form__input"> <legend class="form__label">Select color</legend> <input type="radio" id="template--15913154773184__main-color-0" name="color" data-key="color" value="Khaki" form="product-form-template--15913154773184__main" checked > <label for="template--15913154773184__main-color-0"> <div class="variant-image"> <img src="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_100x.jpg?v=1707412449" width="2000" height="2000" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" > <div class="color-selected"> <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g id="Ic-CheckCircle" transform="translate(-935 -430)"> <circle id="Ellipse_31" data-name="Ellipse 31" cx="10.5" cy="10.5" r="10.5" transform="translate(935 430)" fill="#98c2d2"/> <path id="Ic-Check" d="M1060.777,568.113l3.438,3.438,8.421-8.421" transform="translate(-121.207 -127.341)" fill="none" stroke="#fff" stroke-width="2"/> </g> </svg> </div> </div> <span>Khaki</span> </label> <input type="radio" id="template--15913154773184__main-color-1" name="color" data-key="color" value="White" form="product-form-template--15913154773184__main" > <label for="template--15913154773184__main-color-1"> <div class="variant-image"> <img src="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_100x.jpg?v=1707408152" width="1000" height="1000" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" > <div class="color-selected"> <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g id="Ic-CheckCircle" transform="translate(-935 -430)"> <circle id="Ellipse_31" data-name="Ellipse 31" cx="10.5" cy="10.5" r="10.5" transform="translate(935 430)" fill="#98c2d2"/> <path id="Ic-Check" d="M1060.777,568.113l3.438,3.438,8.421-8.421" transform="translate(-121.207 -127.341)" fill="none" stroke="#fff" stroke-width="2"/> </g> </svg> </div> </div> <span>White</span> </label> <input type="radio" id="template--15913154773184__main-color-2" name="color" data-key="color" value="Black" form="product-form-template--15913154773184__main" > <label for="template--15913154773184__main-color-2"> <div class="variant-image"> <img src="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_100x.jpg?v=1707412431" width="2000" height="2000" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" > <div class="color-selected"> <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g id="Ic-CheckCircle" transform="translate(-935 -430)"> <circle id="Ellipse_31" data-name="Ellipse 31" cx="10.5" cy="10.5" r="10.5" transform="translate(935 430)" fill="#98c2d2"/> <path id="Ic-Check" d="M1060.777,568.113l3.438,3.438,8.421-8.421" transform="translate(-121.207 -127.341)" fill="none" stroke="#fff" stroke-width="2"/> </g> </svg> </div> </div> <span>Black</span> </label> <input type="radio" id="template--15913154773184__main-color-3" name="color" data-key="color" value="Grey" form="product-form-template--15913154773184__main" > <label for="template--15913154773184__main-color-3"> <div class="variant-image"> <img src="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_100x.jpg?v=1707412449" width="2000" height="2000" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" > <div class="color-selected"> <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"> <g id="Ic-CheckCircle" transform="translate(-935 -430)"> <circle id="Ellipse_31" data-name="Ellipse 31" cx="10.5" cy="10.5" r="10.5" transform="translate(935 430)" fill="#98c2d2"/> <path id="Ic-Check" d="M1060.777,568.113l3.438,3.438,8.421-8.421" transform="translate(-121.207 -127.341)" fill="none" stroke="#fff" stroke-width="2"/> </g> </svg> </div> </div> <span>Grey</span> </label> </fieldset> <script type="application/json"> [{"id":44538837762240,"title":"Khaki \/ Adult","option1":"Khaki","option2":"Adult","option3":null,"sku":"B28295770","requires_shipping":true,"taxable":true,"featured_image":{"id":37153759035584,"product_id":7722757193920,"position":7,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449","variant_ids":[44538837762240,44538837795008]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Adult","public_title":"Khaki \/ Adult","options":["Khaki","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305248448,"position":7,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837795008,"title":"Khaki \/ Youth","option1":"Khaki","option2":"Youth","option3":null,"sku":"B39295770","requires_shipping":true,"taxable":true,"featured_image":{"id":37153759035584,"product_id":7722757193920,"position":7,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449","variant_ids":[44538837762240,44538837795008]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Youth","public_title":"Khaki \/ Youth","options":["Khaki","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305248448,"position":7,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837827776,"title":"White \/ Adult","option1":"White","option2":"Adult","option3":null,"sku":"B28295000","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758806208,"product_id":7722757193920,"position":8,"created_at":"2024-02-08T11:02:31-05:00","updated_at":"2024-02-08T11:02:32-05:00","alt":null,"width":1000,"height":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152","variant_ids":[44538837827776,44538837860544]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Adult","public_title":"White \/ Adult","options":["White","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652301381824,"position":8,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837860544,"title":"White \/ Youth","option1":"White","option2":"Youth","option3":null,"sku":"B39295000","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758806208,"product_id":7722757193920,"position":8,"created_at":"2024-02-08T11:02:31-05:00","updated_at":"2024-02-08T11:02:32-05:00","alt":null,"width":1000,"height":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152","variant_ids":[44538837827776,44538837860544]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Youth","public_title":"White \/ Youth","options":["White","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652301381824,"position":8,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837893312,"title":"Black \/ Adult","option1":"Black","option2":"Adult","option3":null,"sku":"B28295500","requires_shipping":true,"taxable":true,"featured_image":{"id":37153881096384,"product_id":7722757193920,"position":9,"created_at":"2024-02-08T12:13:50-05:00","updated_at":"2024-02-08T12:13:51-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431","variant_ids":[44538837893312,44538837926080]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Adult","public_title":"Black \/ Adult","options":["Black","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652430061760,"position":9,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837926080,"title":"Black \/ Youth","option1":"Black","option2":"Youth","option3":null,"sku":"B39295500","requires_shipping":true,"taxable":true,"featured_image":{"id":37153881096384,"product_id":7722757193920,"position":9,"created_at":"2024-02-08T12:13:50-05:00","updated_at":"2024-02-08T12:13:51-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431","variant_ids":[44538837893312,44538837926080]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Youth","public_title":"Black \/ Youth","options":["Black","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652430061760,"position":9,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837958848,"title":"Grey \/ Adult","option1":"Grey","option2":"Adult","option3":null,"sku":"B28295350","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758970048,"product_id":7722757193920,"position":5,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449","variant_ids":[44538837958848,44538837991616]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Adult","public_title":"Grey \/ Adult","options":["Grey","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":499,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305182912,"position":5,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837991616,"title":"Grey \/ Youth","option1":"Grey","option2":"Youth","option3":null,"sku":"B39295350","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758970048,"product_id":7722757193920,"position":5,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449","variant_ids":[44538837958848,44538837991616]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Youth","public_title":"Grey \/ Youth","options":["Grey","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305182912,"position":5,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]}] </script> </variant-radios> <variant-radios class="no-js-hidden" data-section="template--15913154773184__main" data-url="/products/st-pius-x-spirit-wear-school-logo-baseball-hat" > <fieldset class="product-form__input product-form__input--dropdown filter--dropdown"> <label class="form__label" for="Option-template--15913154773184__main-1"> Select Size </label> <div class="select"> <span class="current-selected">Adult</span> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> <ul class="filter-dropdown-list"> <li data-value="Adult"> <label for="template--15913154773184__main-dropdown-0-adult">Adult</label> <input type="radio" id="template--15913154773184__main-dropdown-0-adult" name="size" data-key="size" value="Adult" form="product-form-template--15913154773184__main" checked > </li> <li data-value="Youth"> <label for="template--15913154773184__main-dropdown-1-youth">Youth</label> <input type="radio" id="template--15913154773184__main-dropdown-1-youth" name="size" data-key="size" value="Youth" form="product-form-template--15913154773184__main" > </li></ul> </div> </fieldset> <script type="application/json"> [{"id":44538837762240,"title":"Khaki \/ Adult","option1":"Khaki","option2":"Adult","option3":null,"sku":"B28295770","requires_shipping":true,"taxable":true,"featured_image":{"id":37153759035584,"product_id":7722757193920,"position":7,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449","variant_ids":[44538837762240,44538837795008]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Adult","public_title":"Khaki \/ Adult","options":["Khaki","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305248448,"position":7,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837795008,"title":"Khaki \/ Youth","option1":"Khaki","option2":"Youth","option3":null,"sku":"B39295770","requires_shipping":true,"taxable":true,"featured_image":{"id":37153759035584,"product_id":7722757193920,"position":7,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449","variant_ids":[44538837762240,44538837795008]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Khaki \/ Youth","public_title":"Khaki \/ Youth","options":["Khaki","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305248448,"position":7,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837827776,"title":"White \/ Adult","option1":"White","option2":"Adult","option3":null,"sku":"B28295000","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758806208,"product_id":7722757193920,"position":8,"created_at":"2024-02-08T11:02:31-05:00","updated_at":"2024-02-08T11:02:32-05:00","alt":null,"width":1000,"height":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152","variant_ids":[44538837827776,44538837860544]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Adult","public_title":"White \/ Adult","options":["White","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652301381824,"position":8,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837860544,"title":"White \/ Youth","option1":"White","option2":"Youth","option3":null,"sku":"B39295000","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758806208,"product_id":7722757193920,"position":8,"created_at":"2024-02-08T11:02:31-05:00","updated_at":"2024-02-08T11:02:32-05:00","alt":null,"width":1000,"height":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152","variant_ids":[44538837827776,44538837860544]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - White \/ Youth","public_title":"White \/ Youth","options":["White","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652301381824,"position":8,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837893312,"title":"Black \/ Adult","option1":"Black","option2":"Adult","option3":null,"sku":"B28295500","requires_shipping":true,"taxable":true,"featured_image":{"id":37153881096384,"product_id":7722757193920,"position":9,"created_at":"2024-02-08T12:13:50-05:00","updated_at":"2024-02-08T12:13:51-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431","variant_ids":[44538837893312,44538837926080]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Adult","public_title":"Black \/ Adult","options":["Black","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652430061760,"position":9,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837926080,"title":"Black \/ Youth","option1":"Black","option2":"Youth","option3":null,"sku":"B39295500","requires_shipping":true,"taxable":true,"featured_image":{"id":37153881096384,"product_id":7722757193920,"position":9,"created_at":"2024-02-08T12:13:50-05:00","updated_at":"2024-02-08T12:13:51-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431","variant_ids":[44538837893312,44538837926080]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Black \/ Youth","public_title":"Black \/ Youth","options":["Black","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652430061760,"position":9,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837958848,"title":"Grey \/ Adult","option1":"Grey","option2":"Adult","option3":null,"sku":"B28295350","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758970048,"product_id":7722757193920,"position":5,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449","variant_ids":[44538837958848,44538837991616]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Adult","public_title":"Grey \/ Adult","options":["Grey","Adult"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":499,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305182912,"position":5,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44538837991616,"title":"Grey \/ Youth","option1":"Grey","option2":"Youth","option3":null,"sku":"B39295350","requires_shipping":true,"taxable":true,"featured_image":{"id":37153758970048,"product_id":7722757193920,"position":5,"created_at":"2024-02-08T11:08:13-05:00","updated_at":"2024-02-08T12:14:09-05:00","alt":null,"width":2000,"height":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449","variant_ids":[44538837958848,44538837991616]},"available":true,"name":"St. Pius X Spirit Wear | School Logo Baseball Hat - Grey \/ Youth","public_title":"Grey \/ Youth","options":["Grey","Youth"],"price":1700,"weight":0,"compare_at_price":null,"inventory_quantity":500,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":29652305182912,"position":5,"preview_image":{"aspect_ratio":1.0,"height":2000,"width":2000,"src":"\/\/ardenandgold.com\/cdn\/shop\/files\/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449"}},"requires_selling_plan":false,"selling_plan_allocations":[]}] </script> </variant-radios> </div> <noscript class="product-form__noscript-wrapper-template--15913154773184__main"> <div class="product-form__input"> <label class="form__label" for="Variants-template--15913154773184__main">Product variants</label> <div class="select"> <select name="id" id="Variants-template--15913154773184__main" class="select__select" form="product-form-template--15913154773184__main"><option selected="selected" value="44538837762240" > Khaki / Adult - $ 17.00 </option><option value="44538837795008" > Khaki / Youth - $ 17.00 </option><option value="44538837827776" > White / Adult - $ 17.00 </option><option value="44538837860544" > White / Youth - $ 17.00 </option><option value="44538837893312" > Black / Adult - $ 17.00 </option><option value="44538837926080" > Black / Youth - $ 17.00 </option><option value="44538837958848" > Grey / Adult - $ 17.00 </option><option value="44538837991616" > Grey / Youth - $ 17.00 </option></select> <svg aria-hidden="true" focusable="false" width="10.56" height="5.24" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </div> </div> </noscript><div class="product-form__input product-form__quantity" > <label class="form__label" for="Quantity-template--15913154773184__main"> Quantity </label> <quantity-input class="quantity"> <button class="quantity__button no-js-hidden" name="minus" type="button"> <span class="visually-hidden">Decrease quantity for St. Pius X Spirit Wear | School Logo Baseball Hat</span> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2"> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor"> </svg> </button> <input class="quantity__input" type="number" name="quantity" id="Quantity-template--15913154773184__main" min="1" value="1" form="product-form-template--15913154773184__main" > <button class="quantity__button no-js-hidden" name="plus" type="button"> <span class="visually-hidden">Increase quantity for St. Pius X Spirit Wear | School Logo Baseball Hat</span> <svg xmlns="http://www.w3.org/2000/svg" width="10.001" height="9.999" viewBox="0 0 10.001 9.999"> <path id="Ic-Plus" d="M-7536-435h2v4h4v2h-4v4h-2v-4h-4v-2h4Z" transform="translate(7540 435)" fill="#454d50"/> </svg> </button> </quantity-input> </div><div class="accordion-main"> <div class="accordion-header"> <span>Description</span> <svg class="caret-icon caret-down" xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronDown" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(-7913.899 -1068.464)" fill="none" stroke="#576165" stroke-width="2"/> </svg> <svg class="caret-icon caret-up" xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11.979 7.404"> <path id="Ic-ChevronUp" d="M7914.606,1069.171l5.283,5.283,5.282-5.283" transform="translate(7925.878 1075.868) rotate(180)" fill="none" stroke="#576165" stroke-width="2"/> </svg> </div> <div class="accordion-content product__description rte"> <p data-mce-fragment="1">Look stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos!</p> <p data-mce-fragment="1">Adult and Youth Sizing</p> </div> </div> <div > <product-form class="product-form"> <div class="product-form__error-message-wrapper" role="alert" hidden> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-error" viewBox="0 0 13 13"> <circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/> <circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/> <path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/> <path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7"> </svg> <span class="product-form__error-message"></span> </div><form method="post" action="/cart/add" id="product-form-template--15913154773184__main" accept-charset="UTF-8" class="product-form" enctype="multipart/form-data" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="44538837762240" disabled> <input type="hidden" name="properties[Monogram Text]" value=""> <input type="hidden" name="properties[Additional Text]" value=""> <input type="hidden" name="properties[Stitch Design]" value=""> <input type="hidden" name="properties[Thread Color]" value=""> <div class="product-form__buttons"> </div> <button type="submit" name="add" class="product-form__submit button button--full-width button--primary" > <span>Add to cart </span><svg xmlns="http://www.w3.org/2000/svg" width="20.01" height="16.77" viewBox="0 0 20.01 16.77"> <path id="Ic-CartSolid" d="M168.228,367.379l2.755-6.629a.952.952,0,0,0-.778-1.312l-15.462-1.646-2.634-2.209a.646.646,0,1,0-.831.991L153.7,358.6l1.039,8.628a2.51,2.51,0,0,0-2.046,2.6,2.541,2.541,0,0,0,2.465,2.369,2.5,2.5,0,0,0,1.9-4.176H165.4a2.505,2.505,0,1,0,2.828-.646Z" transform="translate(-151.047 -355.432)" fill="#fff"/> </svg> <div class="loading-overlay__spinner hidden"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </button></div><input type="hidden" name="product-id" value="7722757193920" /><input type="hidden" name="section-id" value="template--15913154773184__main" /></form></product-form> <link href="//ardenandgold.com/cdn/shop/t/13/assets/component-pickup-availability.css?v=182529111801178770621693243538" rel="stylesheet" type="text/css" media="all" /> <pickup-availability class="product__pickup-availabilities no-js-hidden" data-root-url="/" data-variant-id="44538837762240" data-has-only-default-variant="false" > <template> <pickup-availability-preview class="pickup-availability-preview"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-unavailable" fill="none" viewBox="0 0 20 20"> <path fill="#DE3618" stroke="#fff" d="M13.94 3.94L10 7.878l-3.94-3.94A1.499 1.499 0 103.94 6.06L7.88 10l-3.94 3.94a1.499 1.499 0 102.12 2.12L10 12.12l3.94 3.94a1.497 1.497 0 002.12 0 1.499 1.499 0 000-2.12L12.122 10l3.94-3.94a1.499 1.499 0 10-2.121-2.12z"/> </svg> <div class="pickup-availability-info"> <p class="caption-large">Couldn&#39;t load pickup availability</p> <button class="pickup-availability-button link link--text underlined-link">Refresh</button> </div> </pickup-availability-preview> </template> </pickup-availability> </div> <script src="//ardenandgold.com/cdn/shop/t/13/assets/pickup-availability.js?v=95345216988985239631693243538" defer="defer"></script> <share-button id="Share-template--15913154773184__main" class="share-button"> <label> Share on </label> <button class="share-button__button hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="21.343" height="17.334" viewBox="0 0 21.343 17.334"> <path id="twitter" d="M19.149,52.4c.014.19.014.379.014.569A12.36,12.36,0,0,1,6.717,65.417,12.361,12.361,0,0,1,0,63.453a9.048,9.048,0,0,0,1.056.054,8.76,8.76,0,0,0,5.431-1.869A4.382,4.382,0,0,1,2.4,58.6a5.516,5.516,0,0,0,.826.068,4.626,4.626,0,0,0,1.151-.149A4.375,4.375,0,0,1,.867,54.23v-.054a4.405,4.405,0,0,0,1.977.555,4.381,4.381,0,0,1-1.354-5.85,12.434,12.434,0,0,0,9.019,4.577,4.938,4.938,0,0,1-.108-1,4.378,4.378,0,0,1,7.57-2.993,8.612,8.612,0,0,0,2.776-1.056,4.362,4.362,0,0,1-1.923,2.411,8.769,8.769,0,0,0,2.519-.677A9.4,9.4,0,0,1,19.149,52.4Z" transform="translate(0 -48.082)" fill="#454d50"/> </svg> </button> <details id="Details-share-template--15913154773184__main"> <span></span> <summary class="share-button__button"> <span class="social-link-btn"><svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> </span> <span class="social-link-btn"><svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg></span> <span class="social-link-btn"><svg xmlns="http://www.w3.org/2000/svg" width="21.343" height="17.334" viewBox="0 0 21.343 17.334"> <path id="twitter" d="M19.149,52.4c.014.19.014.379.014.569A12.36,12.36,0,0,1,6.717,65.417,12.361,12.361,0,0,1,0,63.453a9.048,9.048,0,0,0,1.056.054,8.76,8.76,0,0,0,5.431-1.869A4.382,4.382,0,0,1,2.4,58.6a5.516,5.516,0,0,0,.826.068,4.626,4.626,0,0,0,1.151-.149A4.375,4.375,0,0,1,.867,54.23v-.054a4.405,4.405,0,0,0,1.977.555,4.381,4.381,0,0,1-1.354-5.85,12.434,12.434,0,0,0,9.019,4.577,4.938,4.938,0,0,1-.108-1,4.378,4.378,0,0,1,7.57-2.993,8.612,8.612,0,0,0,2.776-1.056,4.362,4.362,0,0,1-1.923,2.411,8.769,8.769,0,0,0,2.519-.677A9.4,9.4,0,0,1,19.149,52.4Z" transform="translate(0 -48.082)" fill="#454d50"/> </svg></span> </summary> <div id="Product-share-template--15913154773184__main" class="share-button__fallback motion-reduce"> <div class="field"> <span id="ShareMessage-template--15913154773184__main" class="share-button__message hidden" role="status"> </span> <input type="text" class="field__input" id="url" value="https://ardenandgold.com/products/st-pius-x-spirit-wear-school-logo-baseball-hat" placeholder="Link" onclick="this.select();" readonly > <label class="field__label" for="url">Link</label> </div> <button class="share-button__close hidden no-js-hidden"> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </svg> <span class="visually-hidden">Close share</span> </button> <button class="share-button__copy no-js-hidden"> <svg class="icon icon-clipboard" width="11" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 11 13"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 1a1 1 0 011-1h7a1 1 0 011 1v9a1 1 0 01-1 1V1H2zM1 2a1 1 0 00-1 1v9a1 1 0 001 1h7a1 1 0 001-1V3a1 1 0 00-1-1H1zm0 10V3h7v9H1z" fill="currentColor"/> </svg> <span class="visually-hidden">Copy link</span> </button> </div> </details> </share-button> <script src="//ardenandgold.com/cdn/shop/t/13/assets/share.js?v=23059556731731026671693243544" defer="defer"></script> </div> </div> </div> <product-modal id="ProductModal-template--15913154773184__main" class="product-media-modal media-modal"> <div class="product-media-modal__dialog" role="dialog" aria-label="Media gallery" aria-modal="true" tabindex="-1"> <button id="ModalClose-template--15913154773184__main" type="button" class="product-media-modal__toggle" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </svg> </button> <div class="product-media-modal__content" role="document" aria-label="Media gallery" tabindex="0"> <img srcset="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/4_039fd898-0a9a-475c-a7e8-86eca7636758_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305248448" class="product__media-item--variant" > <img srcset="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_550x.jpg?v=1707408497 550w,//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1100x.jpg?v=1707408497 1100w,//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1445x.jpg?v=1707408497 1445w,//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1680x.jpg?v=1707408497 1680w,//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771.jpg?v=1707408497 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/1_e3a017ff-699f-41ab-a8d3-6399995e3771_1445x.jpg?v=1707408497" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305084608" > <img srcset="//ardenandgold.com/cdn/shop/files/500_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/500_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/500_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/500_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/500.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/500_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652362264768" > <img srcset="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/Untitled-1_2f10a1b8-f2f7-4a45-901b-63645a18b7d9_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305117376" > <img srcset="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/St.-Pius-X-Thread-Color_a769878e-f16e-4adf-af12-325497c5c79b_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305150144" > <img srcset="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/2_1c006e00-1305-41e9-8a29-4bf66bf2a572_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305182912" class="product__media-item--variant" > <img srcset="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_550x.jpg?v=1707412449 550w,//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1100x.jpg?v=1707412449 1100w,//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1445x.jpg?v=1707412449 1445w,//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1680x.jpg?v=1707412449 1680w,//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229.jpg?v=1707412449 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/3_625cba3a-de0b-4fcc-a77d-c9d79e8f9229_1445x.jpg?v=1707412449" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652305215680" > <img srcset="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_550x.jpg?v=1707408152 550w,//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High.jpg?v=1707408152 1000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/Valucap_VC300A_White_DirectSide_High_1445x.jpg?v=1707408152" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652301381824" class="product__media-item--variant" > <img srcset="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_550x.jpg?v=1707412431 550w,//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1100x.jpg?v=1707412431 1100w,//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1445x.jpg?v=1707412431 1445w,//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1680x.jpg?v=1707412431 1680w,//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e.jpg?v=1707412431 2000w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//ardenandgold.com/cdn/shop/files/3_cbb3d0d9-95d7-4d4e-854a-acab44e0a99e_1445x.jpg?v=1707412431" alt="St. Pius X Spirit Wear | School Logo Baseball Hat" loading="lazy" width="1100" height="1100" data-media-id="29652430061760" class="product__media-item--variant" ></div> </div> </product-modal> </section> <script src="//ardenandgold.com/cdn/shop/t/13/assets/media-gallery.js?v=152902515749446478401693243538" defer="defer"></script> <script> document.addEventListener('DOMContentLoaded', function() { function isIE() { const ua = window.navigator.userAgent; const msie = ua.indexOf('MSIE '); const trident = ua.indexOf('Trident/'); return (msie > 0 || trident > 0); } if (!isIE()) return; const hiddenInput = document.querySelector('#product-form-template--15913154773184__main input[name="id"]'); const noScriptInputWrapper = document.createElement('div'); const variantSwitcher = document.querySelector('variant-radios[data-section="template--15913154773184__main"]') || document.querySelector('variant-selects[data-section="template--15913154773184__main"]'); noScriptInputWrapper.innerHTML = document.querySelector('.product-form__noscript-wrapper-template--15913154773184__main').textContent; variantSwitcher.outerHTML = noScriptInputWrapper.outerHTML; document.querySelector('#Variants-template--15913154773184__main').addEventListener('change', function(event) { hiddenInput.value = event.currentTarget.value; }); }); </script><script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "St. Pius X Spirit Wear | School Logo Baseball Hat", "url": "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat", "image": [ "https:\/\/ardenandgold.com\/cdn\/shop\/files\/4_039fd898-0a9a-475c-a7e8-86eca7636758_2000x.jpg?v=1707412449" ], "description": "Look stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos!\nAdult and Youth Sizing", "sku": "B28295770", "brand": { "@type": "Thing", "name": "Arden and Gold" }, "offers": [{ "@type" : "Offer","sku": "B28295770","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837762240" }, { "@type" : "Offer","sku": "B39295770","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837795008" }, { "@type" : "Offer","sku": "B28295000","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837827776" }, { "@type" : "Offer","sku": "B39295000","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837860544" }, { "@type" : "Offer","sku": "B28295500","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837893312" }, { "@type" : "Offer","sku": "B39295500","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837926080" }, { "@type" : "Offer","sku": "B28295350","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837958848" }, { "@type" : "Offer","sku": "B39295350","availability" : "http://schema.org/InStock", "price" : 17.0, "priceCurrency" : "USD", "url" : "https:\/\/ardenandgold.com\/products\/st-pius-x-spirit-wear-school-logo-baseball-hat?variant=44538837991616" } ] } </script> </section><section id="shopify-section-template--15913154773184__product-recommendations" class="shopify-section spaced-section"><link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-card.css?v=160718173890782584781693243546" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-price.css?v=28500339938017499401695388801" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-product-grid.css?v=91316970231540048541693243538" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/section-product-recommendations.css?v=59591790803209855901693243544" media="print" onload="this.media='all'"> <style> #shopify-section-template--15913154773184__product-recommendations { margin-bottom: 0; } @media screen and (min-width: 700px){ .element-margin, .spaced-section{ margin-top: calc(5rem + var(--page-width-margin)); } } </style> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-card.css?v=160718173890782584781693243546" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-price.css?v=28500339938017499401695388801" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-product-grid.css?v=91316970231540048541693243538" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/section-product-recommendations.css?v=59591790803209855901693243544" rel="stylesheet" type="text/css" media="all" /></noscript> <product-recommendations class="product-recommendations page-width" data-url="/recommendations/products?section_id=template--15913154773184__product-recommendations&product_id=7722757193920&limit=3"> </product-recommendations> </section><section id="shopify-section-template--15913154773184__167107525599b1c4c5" class="shopify-section spaced-section"><div class="page-width"><div id="shopify-block-da0fe035-39e6-47e5-8a01-72df96fee31f" class="shopify-block shopify-app-block checkit-shoptrade-block"><link href="https://app.tikshop.co/assets/checkit-iso-bootstrap.css" rel="stylesheet" type="text/css" media="all" async> <link href="https://app.tikshop.co/assets/checkit-slick.min.css" rel="stylesheet" type="text/css" media="all" async> <div id="checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f" class="checkit-shoptrade-wrapper checkit-iso-bootstrap checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f" data-block-id="da0fe035-39e6-47e5-8a01-72df96fee31f" > <h4 id="checkit-shoptrade-header" class="checkit-shoptrade-header ql-editor"></h4> <div id="checkit-shoptrade-body"> <div class="checkit-gallery" data-block-id="da0fe035-39e6-47e5-8a01-72df96fee31f" ></div> </div> <div id="checkit-loading-da0fe035-39e6-47e5-8a01-72df96fee31f" style="display: none;"> <div class="d-flex justify-content-center"> <div class="spinner-border checkit-shoptrade-loader" role="status"></div> </div> </div> </div> <script type="text/javascript"> if (typeof checkit === 'undefined') { checkit = { Slick: {}, instances: {}, shop: Shopify.shop, templateName: "product", templateSuffix: "" || "default", assets: { jQuery: "//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js", bootStrap: "https://app.tikshop.co/assets/checkit-iso-bootstrap.js", slick: "https://app.tikshop.co/assets/checkit-slick.min.js" }, isAssetsLoaded: false, product: "7722757193920", loader: `<div class="checkit-animation"> <div class="spinner-box"> <div class="pulse-container"> <div class="pulse-bubble pulse-bubble-1"></div> <div class="pulse-bubble pulse-bubble-2"></div> <div class="pulse-bubble pulse-bubble-3"></div> </div> </div> </div>`, icons: { shoppingBag: `<svg id="shopping_bag_black_24dp" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <rect id="Rectangle_223" data-name="Rectangle 223" width="24" height="24" fill="none"/> <path id="Path_260" data-name="Path 260" d="M18,6H16A4,4,0,0,0,8,6H6A2.006,2.006,0,0,0,4,8V20a2.006,2.006,0,0,0,2,2H18a2.006,2.006,0,0,0,2-2V8A2.006,2.006,0,0,0,18,6ZM12,4a2.006,2.006,0,0,1,2,2H10A2.006,2.006,0,0,1,12,4Zm6,16H6V8H8v2a1,1,0,0,0,2,0V8h4v2a1,1,0,0,0,2,0V8h2Z" fill="#fff"/> </svg>` }, Widget: function (config) { this.config = config this.medias = [] this.cartRedirection = config.cartRedirection this.blockId = config.blockId this.container = document.querySelector(config.targets.container) this.header = document.querySelector(config.targets.header) this.body = document.querySelector(config.targets.body) this.gallery = document.querySelector(config.targets.gallery) this.modal = document.querySelector(config.targets.modal) this.modalBody = document.querySelector(config.targets.modalBody) this.isLoading = true this.baseURL = "https://app.tikshop.co" this.baseApi = "https://app.tikshop.co/api" this.modalHTML = config.modalHTML this.blockSettings = {} }, init: function () { if (window.navigator && window.navigator.userAgent) { if (window.navigator.userAgent.includes('bot')) { return false } Object.keys(this.instances).forEach(blockId => { checkit.instances[blockId].init() }) } } } } checkit.instances["da0fe035-39e6-47e5-8a01-72df96fee31f"] = new checkit.Widget({ blockId: "da0fe035-39e6-47e5-8a01-72df96fee31f", targets: { gallery: "#checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f #checkit-shoptrade-body .checkit-gallery", container: "#checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f", header: "#checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f #checkit-shoptrade-header", body: "#checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f #checkit-shoptrade-body", galleryItem: "#checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f .checkit-galleryItem", videoWrapper: "#checkit-slick_video_slider-da0fe035-39e6-47e5-8a01-72df96fee31f .checkit-video-wrapper", modalBody: '#checkit-shoptrade-modal-da0fe035-39e6-47e5-8a01-72df96fee31f .checkit-modal-body', modal: "#checkit-shoptrade-modal-da0fe035-39e6-47e5-8a01-72df96fee31f" }, cartRedirection: null, modalHTML: `<div class="checkit-shoptrade-wrapper checkit-iso-bootstrap checkit-shoptrade-wrapper-da0fe035-39e6-47e5-8a01-72df96fee31f checkit-shoptrade-modal" data-block-id="da0fe035-39e6-47e5-8a01-72df96fee31f"> <div class="checkit-modal checkit-fade" id="checkit-shoptrade-modal-da0fe035-39e6-47e5-8a01-72df96fee31f" data-block-id="da0fe035-39e6-47e5-8a01-72df96fee31f"> <div class="checkit-modal-dialog checkit-modal-xl checkit-modal-dialog-centered"> <div class="checkit-modal-content checkit-modal-body"></div> </div> </div> </div>` }) </script> </div> </div> </section><div id="shopify-section-template--15913154773184__165223238517bd7144" class="shopify-section"><style> .feed-section-container{ display: flex; } .l2h-size-300 .l2h-photowrap{ width: calc(100% / 3) !important; } @media screen and (max-width: 989px) { .feed-section-container{ flex-direction: column-reverse; } .feed-main-content{ margin-bottom: 2rem; } #shopify-section-template--15913154773184__165223238517bd7144 { margin-top: 7.5rem; margin-bottom: 7.5rem; } } .cst-insta-heading{ margin:0; } .cst-insta-heading span{ display:block; } @media screen and (min-width: 990px) { .feed-section-container{ align-items: center; justify-content: space-between; } .main-ig-feed{ width: calc(100% - 37.5rem); } .feed-main-content{ width: 33rem; } #shopify-section-template--15913154773184__165223238517bd7144 { margin-top: 3rem; margin-bottom: 3rem; } } </style> <div class="feed-section-container page-width"> <div class="main-ig-feed"> <l2h-stacking-grid-widget uuid="c18940f6-96d6-4a34-88a6-1d99968f5323" num-photos="6" ></l2h-stacking-grid-widget> <script src="https://like2have.it/embed20220101.js?id=c18940f6-96d6-4a34-88a6-1d99968f5323" async></script> </div> <div class="feed-main-content"> <h2 class="cst-insta-heading"> <span class="heading-styled">Shop</span> <span class="heading-bold">Your Style</span> </h2> <p class="section-content"><p>You can take an inexpensive sheath, add a pretty scarf, gray shoes, and a wonderful bag, and it will always be elegant.</p></p> <a href="https://www.instagram.com/ardenandgold/" class="link-item" target="_blank">Follow us on Instagram</a> </div> </div> </div> </main> <div id="shopify-section-footer" class="shopify-section"> <link href="//ardenandgold.com/cdn/shop/t/13/assets/section-footer.css?v=80122083907349512771698072939" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-newsletter.css?v=144288474682188665921693243544" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-menu.css?v=161614383810958508431693243545" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-payment.css?v=69253961410771838501693243543" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-social.css?v=70994214466848817681693243544" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/component-rte.css?v=84043763465619332371693243543" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/disclosure.css?v=160129347545493074521693243544" media="print" onload="this.media='all'"> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-newsletter.css?v=144288474682188665921693243544" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-menu.css?v=161614383810958508431693243545" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-payment.css?v=69253961410771838501693243543" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-list-social.css?v=70994214466848817681693243544" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/component-rte.css?v=84043763465619332371693243543" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//ardenandgold.com/cdn/shop/t/13/assets/disclosure.css?v=160129347545493074521693243544" rel="stylesheet" type="text/css" media="all" /></noscript> <footer class="footer "><div class="footer__content-top page-width"><div class="footer--content"> <div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet "><div class="footer-block grid__item footer-block--menu" ><h2 class="footer-block__heading">Customer Support</h2><ul class="footer-block__details-content list-unstyled"><li> <a href="/pages/contact-us" class="link link--text list-menu__item list-menu__item--link" > Contact Us </a> </li><li> <a href="https://ardenandgold.com/pages/about-us" class="link link--text list-menu__item list-menu__item--link" > About Us </a> </li><li> <a href="/pages/faq" class="link link--text list-menu__item list-menu__item--link" > FAQs </a> </li><li> <a href="https://ardenandgold.com/pages/accessibility" class="link link--text list-menu__item list-menu__item--link" > Accessibility </a> </li><li> <a href="/pages/processing-time-page" class="link link--text list-menu__item list-menu__item--link" > Processing Items </a> </li><li> <a href="/policies/refund-policy" class="link link--text list-menu__item list-menu__item--link" > Shipping and Returns Policy </a> </li><li> <a href="https://ardenandgold.com/pages/arden-rewards" class="link link--text list-menu__item list-menu__item--link" > Arden Rewards </a> </li></ul></div><div class="footer-block grid__item" ><h2 class="footer-block__heading">Arden &amp; Gold</h2><div class="footer-block__details-content rte"> <p>You are individualistic. You have your own style. Arden & Gold is here to help personalize that style and let you express yourself!</p> </div> <ul class="footer-block__details-content list-unstyled"><li> <a href="/pages/terms-of-service" class="link link--text list-menu__item list-menu__item--link" > Terms and Conditions </a> </li><li> <a href="/policies/privacy-policy" class="link link--text list-menu__item list-menu__item--link" > Privacy Policy </a> </li><li> <a href="/pages/accessibility" class="link link--text list-menu__item list-menu__item--link" > Accessibility </a> </li></ul></div><div class="footer-icon-section grid__item"> <h2 class="footer-block__heading">Social</h2><ul class="footer__list-social list-unstyled list-social" role="list"><li class="list-social__item"> <a href="https://www.facebook.com/ArdenAndGold/" class="link list-social__link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="11.431" height="21.343" viewBox="0 0 11.431 21.343"> <path id="facebook-f" d="M33.572,12.006l.593-3.863H30.458V5.636A1.931,1.931,0,0,1,32.636,3.55h1.685V.261A20.548,20.548,0,0,0,31.33,0c-3.052,0-5.047,1.85-5.047,5.2V8.143H22.89v3.863h3.393v9.338h4.176V12.006Z" transform="translate(-22.89)" fill="#576165"/> </svg> <span class="visually-hidden">Facebook</span> </a> </li><li class="list-social__item"> <a href="https://www.pinterest.com/ardenandgold/?invite_code=0152428e7b3c46329d5b02c14327890a&sender=492651784146262396" class="link list-social__link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="16.007" height="20.806" viewBox="0 0 16.007 20.806"> <path id="pinterest-p" d="M8.5,6.5C4.227,6.5,0,9.351,0,13.966c0,2.935,1.651,4.6,2.651,4.6.413,0,.65-1.151.65-1.476,0-.388-.988-1.213-.988-2.826A5.634,5.634,0,0,1,8.166,8.538c2.839,0,4.94,1.613,4.94,4.577,0,2.214-.888,6.365-3.764,6.365a1.851,1.851,0,0,1-1.926-1.826c0-1.576,1.1-3.1,1.1-4.727C8.516,10.168,4.6,10.669,4.6,14A4.9,4.9,0,0,0,5,16.117c-.575,2.476-1.751,6.165-1.751,8.717,0,.788.113,1.563.188,2.351.142.158.071.142.288.063,2.1-2.876,2.026-3.439,2.976-7.2a3.381,3.381,0,0,0,2.889,1.5c4.427,0,6.415-4.314,6.415-8.2C16.007,9.2,12.431,6.5,8.5,6.5Z" transform="translate(0 -6.5)" fill="#454d50"/> </svg><span class="visually-hidden">Pinterest</span> </a> </li><li class="list-social__item"> <a href="https://www.instagram.com/ardenandgold/" class="link list-social__link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.686" height="18.682" viewBox="0 0 18.686 18.682"> <path id="instagram" d="M9.27,36.376a4.79,4.79,0,1,0,4.79,4.79A4.782,4.782,0,0,0,9.27,36.376Zm0,7.9a3.114,3.114,0,1,1,3.114-3.114A3.12,3.12,0,0,1,9.27,44.28Zm6.1-8.1a1.117,1.117,0,1,1-1.117-1.117A1.115,1.115,0,0,1,15.373,36.18Zm3.172,1.134A5.529,5.529,0,0,0,17.036,33.4a5.565,5.565,0,0,0-3.914-1.509c-1.542-.088-6.165-.088-7.708,0A5.557,5.557,0,0,0,1.5,33.4,5.547,5.547,0,0,0-.009,37.31c-.088,1.542-.088,6.165,0,7.708A5.529,5.529,0,0,0,1.5,48.932a5.572,5.572,0,0,0,3.914,1.509c1.542.088,6.165.088,7.708,0a5.529,5.529,0,0,0,3.914-1.509,5.565,5.565,0,0,0,1.509-3.914C18.633,43.475,18.633,38.856,18.545,37.314Zm-1.993,9.358a3.153,3.153,0,0,1-1.776,1.776c-1.23.488-4.148.375-5.507.375s-4.281.108-5.507-.375a3.153,3.153,0,0,1-1.776-1.776c-.488-1.23-.375-4.148-.375-5.507s-.108-4.281.375-5.507a3.153,3.153,0,0,1,1.776-1.776c1.23-.488,4.148-.375,5.507-.375s4.281-.108,5.507.375a3.153,3.153,0,0,1,1.776,1.776c.488,1.23.375,4.148.375,5.507S17.04,45.447,16.552,46.672Z" transform="translate(0.075 -31.825)" fill="#576165"/> </svg> <span class="visually-hidden">Instagram</span> </a> </li><li class="list-social__item"> <a href="https://www.tiktok.com/@ardenandgold" class="link list-social__link" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18.752" height="21.343" viewBox="0 0 18.752 21.343"> <g id="tik-tok" transform="translate(-31.423 -0.39)"> <path id="Path_616" data-name="Path 616" d="M50.164,5.734a5.378,5.378,0,0,1-3.249-1.086A5.379,5.379,0,0,1,44.767.39H41.282V9.912l0,5.216a3.159,3.159,0,1,1-2.167-2.993V8.6a6.857,6.857,0,0,0-1-.074,6.682,6.682,0,0,0-5.021,2.246,6.549,6.549,0,0,0,.3,9.03,6.8,6.8,0,0,0,.63.55,6.683,6.683,0,0,0,4.1,1.385,6.858,6.858,0,0,0,1-.074A6.66,6.66,0,0,0,42.832,19.8a6.524,6.524,0,0,0,1.957-4.643l-.018-7.789a8.83,8.83,0,0,0,5.4,1.836V5.733h-.01Z" transform="translate(0 0)" fill="#576165"/> </g> </svg> <span class="visually-hidden">TikTok</span> </a> </li></ul></div> </div> <div class="footer__content-bottom"> <div class="footer__content-bottom-wrapper page-width"> <div class="footer__column footer__column--info"> <div class="footer__copyright caption"> <small class="copyright__content" >&copy; 2024 <a href="/" title="">Arden and Gold</a>&nbsp; | &nbsp;<a href="https://ardenandgold.com/pages/site-credits">Site Credits</a> </small> </div> </div> </div> </div> </div><div class="footer-block--newsletter"><div class="footer-block__newsletter"> <div class="heading-styled">Sign up to receive</div><h2 class="heading-bold">10% off your first purchase</h2><div class="newsletter-sub"><p>Join our newsletter today and receive an exclusive 10% off your first purchase – a little thank you just for becoming a part of our community!</p></div> <div id="omnisend-embedded-v2-6526fa9e2cd4ea76463ce879"></div> </div></div> </div></footer> </div> <script src="//cdn.codeblackbelt.com/js/modules/also-bought/main.min.js?shop=arden-gold-dev.myshopify.com" defer ></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/jquery-3.5.1.min.js?v=60938658743091704111693243544" type="text/javascript"></script> <script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script> <script src="//ardenandgold.com/cdn/shop/t/13/assets/dynamic-add-to-cart.js?v=183087840726239335651693243545" defer></script> <ul hidden> <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li> </ul> <script> window.shopUrl = 'https://ardenandgold.com'; window.routes = { cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_update_url: '/cart/update', predictive_search_url: '/search/suggest' }; window.cartStrings = { error: `There was an error while updating your cart. Please try again.`, quantityError: `You can only add [quantity] of this item to your cart.` } window.variantStrings = { addToCart: `Add to cart`, soldOut: `Sold out`, unavailable: `Unavailable`, } window.accessibilityStrings = { imageAvailable: `Image [index] is now available in gallery view`, shareSuccess: `Link copied to clipboard`, pauseSlideshow: `Pause slideshow`, playSlideshow: `Play slideshow`, } </script><script src="//ardenandgold.com/cdn/shop/t/13/assets/predictive-search.js?v=31278710863581584031693243538" defer="defer"></script><link rel="stylesheet" href="//ardenandgold.com/cdn/shop/t/13/assets/app_wishlist-king_templates.css?v=82404787189354357061693243539" /><style> .wk-button--add .wk-icon__svg{ stroke-width: 2.2px; } .wk-link { justify-content: center; color: rgb(var(--color-foreground)); font-size: 18px; --wk-icon--stroke-width: 1.9px; } .wk-link:hover { color: rgba(var(--color-foreground),.75); } .wk-link:hover .wk-link__icon { transform: scale(1.07); } .wk-link__icon { margin-right: 0; }.wk-link { height: 4.4rem; width: auto; margin: 0 13px 0 5px; padding: 0; } .wk-link__label { display: none; } .wk-link__count { display: none; } @media only screen and (max-width: 989px) { .wk-link { width: auto !important; margin: 0 8px 0 10px; } .header__icon--cart { position: relative; margin-right: 0; } .header__search { margin-left: 0; } }.wk-button { cursor: pointer; margin: 15px auto 0; } .wk-button__icon { top: -1px; margin-right: 6px; } .wk-button__label {} .wk-button.wk-button--floating { z-index: 10; } .wk-button.wk-button--floating:hover .wk-button__icon { transform: scale(1.07); } .wk-product-image:empty { display :block; } .wk-product-form__submit { cursor: pointer; padding: .9rem 3rem 1.1rem; text-decoration: none; border: 0; border-radius: 0; box-shadow: none; min-height: 4.5rem; font-size: 1.5rem; letter-spacing: .1rem; line-height: 1.2; font-family: inherit; } .wk-product-form__submit:hover { box-shadow: 0 0 0 .2rem rgba(var(--color-button),var(--alpha-button-border)); } .wk-product-form__option__select { cursor: pointer; line-height: 1.6; padding: 0 4rem 0 1.5rem; font-family: var(--font-body-family); font-style: var(--font-body-style); font-weight: var(--font-body-weight); font-size: 1.2rem; color: rgba(var(--color-foreground),.75); appearance: none; background-color: transparent; border: 0; border-radius: 0; width: 100%; box-shadow: 0 0 0 .1rem rgba(var(--color-foreground),.55); height: 4.5rem; box-sizing: border-box; transition: box-shadow var(--duration-short) ease; letter-spacing: .04rem; position: relative; } .wk-product-form__option { position: relative; } .wk-product-form__option::after { content: ""; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"></path></svg>'); background-repeat: no-repeat; height: .6rem; width: 1rem; pointer-events: none; position: absolute; top: calc(50% - .2rem); right: 1.5rem; } @media (max-width: 850px) { .wk-grid { grid-template-columns: repeat(2,1fr); } } @media (max-width: 600px) { .wk-grid { grid-template-columns: repeat(2,1fr); } } @media (max-width: 520px) { .wk-grid { grid-template-columns: 1fr; } } .wk-page-title { margin: 25px auto; text-align: center; } .wk-sharing { margin-bottom: 50px; } .wk-title { margin-bottom: 8px; } :root { --wk-icon--stroke-width: 1.1px; --wk-link--color: #5a6265; --wk-link__icon--size: 28px; --wk-button--color: #5a6265; --wk-button__icon--color: #5a6265; --wk-button__icon--size: 18px; --wk-product-form__submit--background: #A7D2E2; --wk-product-form__submit--color: #fff; --wk-share-button--color: white; --wk-share-button--background: #5a6265; --wk-share-button--size: 26px; --wk-page__image--aspect-ratio: 3 / 2; --wk-page__grid--max-columns: 4; } </style> <script type="module"> import WishlistKing from "//ardenandgold.com/cdn/shop/t/13/assets/app_wishlist-king_sdk.js?v=178491760132367494941693243544"; import templates from "//ardenandgold.com/cdn/shop/t/13/assets/app_wishlist-king_templates.js?v=3726444958294936371693243540"; // Uncomment this line to use WishlistKing in third party scripts // window.WishlistKing = WishlistKing; WishlistKing.toolkit.init({ templates, settings: { wishlistPageHandle: "wishlist", sharedWishlistPageHandle: "shared-wishlist", moveToCart: false, loginRequired: false }, events: { ready() { // App is ready and WishlistKing.toolkit can be used }, addedToCart(cart) { // This is a good place to trigger AJAX cart update window.scrollTo(0, 0); location.reload(); }, loginRequired(intent) { window.location = [ "/account/login?wk-redirect=", encodeURIComponent( JSON.stringify({ path: window.location.pathname, intent: intent, }) ), ].join(""); }, }, shop: { name: "Arden and Gold", domain: "ardenandgold.com", permanent_domain: "simply-embroidered.myshopify.com", currency: "USD", money_format: "$ {{amount}}", root_url: "", }, session: { customer: null, customer_email: null, }, wishlist: { filter: function (product) { return !product.hidden; }, share: { title: "My Wishlist", description: "Check out some of my favorite things from Arden and Gold.", }, fallbackImage: "https://cdn.shopify.com/s/images/themes/product-1.png", }, theme: { locale: { wishlist: "Wishlist", wishlist_empty_note: "Your wishlist is empty.", add_to_wishlist: "Add to Wishlist", remove_from_wishlist: "Remove from Wishlist", clear_wishlist: "Clear Wishlist", in_wishlist: "In Wishlist", share_wishlist: "Share Wishlist", copy_share_link: "Copy Link", share_link_copied: "Link Copied", share_by_email_body: "Here is the link to my list:", login_or_signup_note: "To save your wishlist please \u003ca href='\/account\/login'\u003elogin\u003c\/a\u003e or \u003ca href='\/account\/register'\u003esign up\u003c\/a\u003e.", add_to_cart: "Add to Cart", sold_out: "Sold Out", quantity: "Quantity", view_product: "View product", view_wishlist: "View Wishlist", share_on_facebook: "Share on Facebook", share_on_twitter: "Share on Twitter", share_on_pinterest: "Share on Pinterest", share_with_whatsapp: "Share with WhatsApp", share_by_email: "Share with Email", get_link: "Get link", send_to_customer_service: "Send to customer service", add_all_to_cart: "Add wishlist to cart", }, customer: null, customer_accounts_enabled: true, }, }); // Header link WishlistKing.observe( { selector: "header a[href='/cart']", }, (target) => { target.insertBefore(WishlistKing.createComponent("wishlist-link")); } ); // Wishlist button on product page WishlistKing.observe( { selector: ".product__media-wrapper .product__media-gallery", template: "product", }, (target) => { target.append( WishlistKing.createComponent("wishlist-button-floating", { id: "7722757193920", }) ); } ); // Wishlist button on collection page WishlistKing.observe( { selector: ".card-wrapper[data-product-id]", // template: "collection", }, (target) => { target.append( WishlistKing.createComponent("wishlist-button-floating", { id: target.container.getAttribute("data-product-id"), }) ); } ); // Wishlist page WishlistKing.observe( { selector: "main .rte", template: "page", handle: WishlistKing.toolkit.settings.wishlistPageHandle, }, (target) => { target.insertAfter(WishlistKing.createComponent("wishlist-page")); } ); // Shared wishlist page WishlistKing.observe( { selector: "main .rte", template: "page", handle: WishlistKing.toolkit.settings.sharedWishlistPageHandle, }, (target) => { target.insertAfter(WishlistKing.createComponent("wishlist-page-shared")); } ); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Shop Your Style\nYou can take an inexpensive sheath, add a pretty scarf, gray shoes, and a wonderful bag, and it will always be elegant.Follow us on Instagram\nLook stylish and show your school spirit with our St. Pius X baseball hat! Made of 100% cotton and featuring an unstructured, low-profile design, this hat also has a pre-curved visor and a self-fabric tri-glide buckle closure for a comfortable fit. Choose from a variety of embroidered school logos!\nAdult and Youth Sizing", "id": "<urn:uuid:9a8be60c-4fb4-4173-8c1d-a4c22ed8b08d>", "dump": "CC-MAIN-2024-10", "url": "https://ardenandgold.com/products/st-pius-x-spirit-wear-school-logo-baseball-hat", "date": "2024-02-25T08:18:49", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8997107148170471, "token_count": 115 } }
<urn:uuid:9c3703fb-be92-460f-aaac-80ca686853b5>
<!DOCTYPE html> <html> <head> <title>Mk 1 Grenades &middot; ArkhamDB</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="mobile-web-app-capable" content="yes"> <link rel="icon" sizes="192x192" href="/icon-192.png" /> <link rel="apple-touch-icon" sizes="120x120" href="/icon-120.png" /> <meta property="og:title" content="Mk 1 Grenades &middot; ArkhamDB" /> <meta property="og:description" content="Uses (3 supplies). If Mk 1 Grenades has no supplies, discard it. [action] Spend 1 supply: Fight. You get +2 [combat] for this attack. If this attack is successful, instead of its standard damage, this attack deals 2 damage to each enemy and each other investigator at the attacked enemy&#039;s location (any additional damage is dealt to the attacked enemy)." /> <meta property="og:image" content="https://arkhamdb.com/bundles/cards/05273.png" /> <meta name="twitter:card" content="summary_large_image"> <link href='https://fonts.googleapis.com/css?family=Amiri:400,400italic,700,700italic|Julius+Sans+One|Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/qtip2/2.1.1/jquery.qtip.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-markdown/2.9.0/css/bootstrap-markdown.min.css"> <link rel="stylesheet" href="/css/app.css" /> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <nav class="navbar navbar-default navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <span class="icon icon-link-half-top"></span> <span class="icon icon-link-half-bottom"></span> <span class="icon icon-eldersign"></span> ArkhamDB </a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="/decks">My Decks</a></li> <li><a href="/decklists">Decklists</a></li> <li><a href="/search">Cards</a></li> <li class="hidden-sm"><a href="/reviews">Reviews</a></li> <li class="hidden-sm"><a href="/rules">Rules</a></li> <li class="hidden-sm"><a href="/faqs">FAQs</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown hidden-xs hidden-lg"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="fa fa-search"></span></a> <div class="dropdown-menu"> <form action="/find" target="_blank"> <input type="text" placeholder="Card Search" class="form-control" name="q"> </form> </div> </li> <!-- locale selection --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown"> <span class="lang-sm" lang="en"></span> <span class="caret"> </a> <ul class="dropdown-menu"> <li> <a href="/card/05273"> <span lang="en" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://es.arkhamdb.com/card/05273"> <span lang="es" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://de.arkhamdb.com/card/05273"> <span lang="de" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://it.arkhamdb.com/card/05273"> <span lang="it" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://fr.arkhamdb.com/card/05273"> <span lang="fr" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://ko.arkhamdb.com/card/05273"> <span lang="ko" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://uk.arkhamdb.com/card/05273"> <span lang="uk" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://pl.arkhamdb.com/card/05273"> <span lang="pl" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://ru.arkhamdb.com/card/05273"> <span lang="ru" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> <li> <a href="https://zh.arkhamdb.com/card/05273"> <span lang="zh" class="lang-sm lang-lbl lang-lbl-full"></span> </a> </li> </ul> </li> <li id="login"> <a href="#" class="disabled"><span class="fa fa-user"></span></a> </li> </ul> <form class="navbar-form navbar-right visible-lg-block visible-xs-block external" action="/find" target="_blank"> <div class="form-group"> <input type="text" placeholder="Card Search" class="form-control" name="q"> </div> </form> </div><!--/.navbar-collapse --> </div> </nav> <div class="main white container"> <div> <form method="GET" action="/find" id="search-form" role="form"> <div class="controls form-inline"> <span class="input-group"> <input type="text" class="form-control smart-filter-help" size="30" name="q" tabindex="1" value="05273"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Search</button> </span> </span> <select name="sort" class="form-control"> <option value="name" >Sort by Name</option> <option value="set" selected>Sort by Set</option> <option value="faction" >Sort by Class</option> <option value="type" >Sort by Type</option> <option value="cost" >Sort by Cost</option> </select> <select name="view" class="form-control"> <option value="list" >View as a Checklist</option> <option value="spoiler" >View as a Spoiler</option> <option value="card" selected>View as Full Cards</option> <option value="scan" >View as Scans only</option> <option value="short" >View as Simple List</option> </select> <select name="decks" class="form-control"> <option value="player" >Only Player Cards</option> <option value="encounter" >Only Encounter Cards</option> <option value="all" selected>All Cards</option> </select> <div class="pull-right checkbox-inline"> <label> <input type="checkbox" id="spoilers" name="spoilers" value="hide" checked="checked"> <span class="align-baseline">Hide Encounter Spoilers</span> <!-- <button class="btn"><span title="Encounter Spoilers" class="fa fa-eye"></span> Show Encounter Spoilers</button> <button class="btn"><span title="Encounter Spoilers" class="fa fa-eye-slash"></span> Hide Encounter Spoilers</button> --> </label> </div> </div> </form> </div> <div id="list"> <div class="row"> <div class="col-sm-12"> <ul class="pager"> <li class="previous"> </li> <li> <a href="/set/icc">In the Clutches of Chaos</a> </li> <li class="next"> <a href="/card/05274" class="no-popup">Agency Backup &rarr;</a> </li> </ul> </div> </div> <div class="row"> <div class="col-md-9"> <div class="row"> <div class="col-sm-7"> <div> <div class="panel panel-default border-guardian "> <div class="panel-heading border-guardian bg-guardian "> <h3 class="panel-title"> <a href="https://arkhamdb.com/card/05273" class="card-name card-tip" data-code="05273">Mk 1 Grenades </a> </h3> </div> <div class="panel-body card-content"> <div class="card-faction"> <span class="icon-guardian fg-guardian"></span> <span class="card-faction">Guardian</span> </div> <div class="card-info" > <span class="card-type">Asset</span> <p class="card-traits">Item. Weapon. Ranged.</p> <div class="card-props"> Cost: 3. XP: 4. </div> <div> Test Icons: <span title="Combat" class="icon icon-combat color-combat"></span> </div> </div> <div class=""> <div class="card-text border-guardian"> <p>Uses (3 supplies). If Mk 1 Grenades has no supplies, discard it.</p><p><span class="icon-action" title="Action"></span> Spend 1 supply: <b>Fight.</b> You get +2 <span class="icon-combat" title="Combat"></span> for this attack. If this attack is successful, instead of its standard damage, this attack deals 2 damage to each enemy and each other investigator at the attacked enemy's location <i>(any additional damage is dealt to the attacked enemy).</i></p> </div> </div> <div class="card-flavor small"> </div> <div class="card-illustrator"> <span class="fa fa-paint-brush text-muted"></span> Greg Bobrowski </div> <div class="card-pack">In the Clutches of Chaos #273.</div> </div> </div> </div> </div> <div class="col-sm-5" style="margin-bottom:2em"> <div class=""> <img src="/bundles/cards/05273.png" alt="Mk 1 Grenades" class="img-responsive img-vertical-card" style="margin:auto"> </div> </div> <div class="col-md-12" style="margin-top:2em"> <form method="POST" action="/review/post" style="clear:right" id="faq-edit-form"> <input type="hidden" name="card_id" value="1842"> <input type="hidden" name="review_id" value=""> </form> <div style="line-height:34px" id="faq-header"> <span style="font-size:24px">FAQs</span> (taken from the official FAQ or FFG's responses to the <a href="https://www.fantasyflightgames.com/en/contact/rules/">official rules question form</a>) </div> <article class="review" data-id="1436" id="review-1436"> <div class="review-content"> <div class="review-text"> <ul><li> <p><strong>NB:</strong> ArkhamDB now incorporates errata from the Arkham Horror FAQ in its card text, so the ArkhamDB text and the card image above differ, as the ArkhamDB text has been edited to contain this erratum (updated August 2022): <strong>Erratum:</strong> This card's <b>Fight</b> ability should read: "at the attacked enemy's location" instead of "at your location". - FAQ, v.2.0, August 2022</p> </li> <li> <p><strong>Q:</strong> For the card <a href="/card/03153">Storm of Spirits</a> and <a href="/card/05273">Mk 1 Grenades</a>, the text reads: "(any additional damage is dealt to the attacked enemy)". What does the "additional damage" refer to? Also, regarding the "Mk 1 Grenades", can these be used with "Marksmanship" because they have the "Ranged" keyword? <strong>A:</strong> The text “any additional damage is dealt to the attacked enemy” refers to any other effects which might add to the attack’s damage, such as <a href="/card/01025">Vicious Blow</a> or, indeed, <a href="/card/04104">Marksmanship</a>. For example, if you used the grenades on an enemy and committed Vicious Blow to the skill test, the attacked enemy would take the additional +1 damage from Vicious Blow, but Vicious Blow would not affect the damage dealt to all of the other enemies at the location. As for Marksmanship, yes, you can absolutely use it with the Grenades! As with the above example, the bonus +1 damage from Marksmanship would be dealt to the attacked enemy, and not to the other enemies at the location.</p> </li> </ul> </div> <div class="review-date"> Last updated <time datetime="2022-09-11T12:01:44+00:00" title="September 11th, 2022">9/11/22</time> </div> </div> </article> </div> <div class="col-md-12" style="margin-top:2em"> <div style="line-height:34px" id="reviews-header"> <span style="font-size:24px">Reviews</span> </div> <form method="POST" action="/review/post" style="clear:right" id="review-edit-form"> <input type="hidden" name="card_id" value="1842"> <input type="hidden" name="review_id" value=""> </form> <article class="review" data-id="2440" id="review-2440"> <div class="review-like"> <a id="review-social-icon-like" href="#" class="social-icon-like" data-toggle="tooltip" data-placement="bottom" title="Like that review"> <span class="fa fa-heart"></span> <span class="num">97</span> </a> </div> <div class="review-content"> <div class="review-text"> <p>In the 1920s, we didn't have as many regulatory bodies for sports, and thus safety standards were a bit lax. For example, major league hockey didn't require helmets, and <a href="/card/60101">Professional Boxers</a> were permitted to carry <a href="/card/01024">Demolition</a> and/or <a href="/card/05273">Military Explosives</a>.</p> <p>Accordingly, <a href="/card/60101">Nathaniel Cho</a> loves these things. He absolutely needs his <a href="/card/60105">Boxing Gloves</a>, and thus has no slots for backup weapons to support his +1 event dmg for the turn. Sure, there's <a href="/card/02147">Bandolier</a>, but the beauty of the <a href="/card/05273">Boxing Grenades</a> is they're slotless, accomplishing in 1 card &amp; 1 action what <a href="/card/02147">Bandolier</a>+(weapon) do in 2 of each.</p> <p>Better still, they give your <a href="/card/60102">Ringside Manager</a> something more to do when he shows up late to the match:</p> <ul><li>Got <a href="/card/60105">Boxing Gloves</a>? Fetch me my <a href="/card/05273">Boxing Grenades</a>!</li> <li>Got <a href="/card/05273">Grenades</a>? Fetch me my <a href="/card/60105">Gloves</a>! (Or more <a href="/card/05273">Grenades</a>. Can't have too many!)</li> <li>Had <a href="/card/05273">Grenades</a> but used them up? Get them back! A nice synergy here- <a href="/card/05273">Grenades</a> auto-discard when empty, putting them right where <a href="/card/60102">Randall</a> can recur them.</li> <li>Even in the 1920s, boxers were only permitted to wear regulation shorts &amp; sweat-soaked tanktop- so <a href="/card/60102">Ringside Guys</a> aren't permitted to go find you a <a href="/card/02147">Bandolier</a>. You can't even <a href="/card/02184">Prepare</a> one!</li> </ul><p>It's these little details, recreating the pastiche of the early 20th century, that I really appreciate about Arkham Horror's worldbuilding.*</p> <p>+++</p> <p>*- <i>...I know absolutely nothing about boxing.</i></p> </div> <div class="review-date"> <time datetime="2020-12-24T19:35:13+00:00" title="December 24th, 2020">12/24/20</time> </div> <div class="review-author"> <span class="username"><a href="/user/profile/15840/HanoverFist" class="username fg-rogue">HanoverFist</a> &middot; <small title="User Reputation">649</small> </span> </div> <div class="review-comment text-muted small">Haha! Beautiful review. &mdash; <span class="username"><a href="/user/profile/20599/Mordenlordgrandison" class="username fg-seeker">Mordenlordgrandison</a> &middot; <small title="User Reputation">422</small> </span> <time datetime="2020-12-25T03:11:58+00:00" title="December 25th, 2020">12/25/20</time> </div> <div class="review-comment text-muted small">Boxing Glove Grenades won't outdo Boxing Glove Duke but I love this review. &mdash; <span class="username"><a href="/user/profile/22700/The%2520Lynx" class="username fg-rogue">The Lynx</a> &middot; <small title="User Reputation">946</small> </span> <time datetime="2020-12-28T05:15:40+00:00" title="December 28th, 2020">12/28/20</time> </div> <div class="review-comment text-muted small">Thanks! I tryyygyuuuwhaa 71 likes on this review? That's supposed to be 17, right? It's opposite day or something? &mdash; <span class="username"><a href="/user/profile/15840/HanoverFist" class="username fg-rogue">HanoverFist</a> &middot; <small title="User Reputation">649</small> </span> <time datetime="2021-01-12T02:31:48+00:00" title="January 12th, 2021">1/12/21</time> </div> <form action="/review/comment" method="POST" class="form-comment"> <input type="hidden" name="comment_review_id" value="2440"> <button class="btn btn-link btn-write-comment">Add a comment</button> </form> </div> </article> <article class="review" data-id="1226" id="review-1226"> <div class="review-like"> <a id="review-social-icon-like" href="#" class="social-icon-like" data-toggle="tooltip" data-placement="bottom" title="Like that review"> <span class="fa fa-heart"></span> <span class="num">4</span> </a> </div> <div class="review-content"> <div class="review-text"> <p>As a "weapon" that does not occupy any slot, It's a good secondary to kill critters, while saving ammo on your <a href="/card/02301">big</a> <a href="/card/04305">guns</a>. Albeit at the risk of hurting other players, but there are ways around that.</p> <h4>Avoiding damage to other players</h4> <ul><li><a href="/card/02105">Emergency Aid</a> to heal other players afterward</li> <li>Attack with <a href="/card/51002">Blackjack 2</a> instead of grenades</li> <li><a href="/card/03021">True Grit</a>, <a href="/card/02106">Brother Xavier</a> or <a href="/card/05274">Agency Backup</a> to take their damage</li> <li>Pass your <a href="/card/03305">Armor of Ardennes</a> around with <a href="/card/02018">Teamwork</a></li> <li>If you have access to seeker, <a href="/card/02022">Shortcut</a> to send other players away. However enemies engaged with them will leave as well, you could use <a href="/card/02017">Taunt</a> before that</li> </ul><h4>Combos</h4> <ul><li><a href="/card/03239">Emergency Cache 3</a>, <a href="/card/02109">Contraband</a> or <a href="/card/04018">Venturer</a> to reload</li> <li><a href="/card/04104">Marksmanship</a> to attack a connecting location</li> <li><a href="/card/01025">Vicious Blow</a> for more damage on the primary target</li> </ul><p>Side question, how does <a href="/card/04155">Hatchet Man</a> interact with this card? Is the extra damage dealt to the attacked enemy or the target of <a href="/card/04155">Hatchet Man</a>?</p> </div> <div class="review-date"> <time datetime="2019-07-08T08:43:52+00:00" title="July 8th, 2019">7/8/19</time> </div> <div class="review-author"> <span class="username"><a href="/user/profile/1358/Django" class="username fg-survivor">Django</a> &middot; <small title="User Reputation">4846</small> </span> </div> <div class="review-comment text-muted small">Hatchet Man only deals the damage, if you throw the grenade at the evaded enemy (the others arent attacked) &mdash; <span class="username"><a href="/user/profile/5310/Adny" class="username fg-">Adny</a> &middot; <small title="User Reputation">1</small> </span> <time datetime="2019-07-08T12:40:42+00:00" title="July 8th, 2019">7/8/19</time> </div> <div class="review-comment text-muted small">Hatchet man says &quot;the next time the evaded enemy takes damage this turn, deal it 1 additional damage&quot;, so it doesn't care about who is attacked. My question is wether that part of Hatched man takes precedence over the grenades part in brackets &quot;any additional damage...&quot; or not. &mdash; <span class="username"><a href="/user/profile/1358/Django" class="username fg-survivor">Django</a> &middot; <small title="User Reputation">4846</small> </span> <time datetime="2019-07-08T15:49:49+00:00" title="July 8th, 2019">7/8/19</time> </div> <div class="review-comment text-muted small">I misread the card... The additional damage on the grenades cares about the damage, that i added to the attack, like Vicious Blow or Marksmanship. Hatchet Man triggers on damage being dealt, so it still hits the evaded enemy &mdash; <span class="username"><a href="/user/profile/5310/Adny" class="username fg-">Adny</a> &middot; <small title="User Reputation">1</small> </span> <time datetime="2019-07-09T08:38:58+00:00" title="July 9th, 2019">7/9/19</time> </div> <div class="review-comment text-muted small">I agree, I take it to read as any target-unspecified additional damage. It's italic so it's clarifying text, not a new rule. &mdash; <span class="username"><a href="/user/profile/8550/pneuma08" class="username fg-mythos">pneuma08</a> &middot; <small title="User Reputation">26</small> </span> <time datetime="2019-07-12T22:43:14+00:00" title="July 12th, 2019">7/12/19</time> </div> <div class="review-comment text-muted small">Marksmanship requires a firearm &mdash; <span class="username"><a href="/user/profile/6767/Chitinid" class="username fg-mystic">Chitinid</a> &middot; <small title="User Reputation">14</small> </span> <time datetime="2020-06-18T04:02:43+00:00" title="June 18th, 2020">6/18/20</time> </div> <div class="review-comment text-muted small">Never mind, it works with ranged &mdash; <span class="username"><a href="/user/profile/6767/Chitinid" class="username fg-mystic">Chitinid</a> &middot; <small title="User Reputation">14</small> </span> <time datetime="2020-06-19T02:18:27+00:00" title="June 19th, 2020">6/19/20</time> </div> <form action="/review/comment" method="POST" class="form-comment"> <input type="hidden" name="comment_review_id" value="1226"> <button class="btn btn-link btn-write-comment">Add a comment</button> </form> </div> </article> <article class="review" data-id="1454" id="review-1454"> <div class="review-like"> <a id="review-social-icon-like" href="#" class="social-icon-like" data-toggle="tooltip" data-placement="bottom" title="Like that review"> <span class="fa fa-heart"></span> <span class="num">2</span> </a> </div> <div class="review-content"> <div class="review-text"> <p>This is not a review so much as a response to the FAQ entry on the interaction between Mk 1 Grenades and Marksmanship. It ends with a statement that “the bonus +1 damage from Marksmanship would be dealt to the attacked enemy, and not to the other enemies at the location.” This is not necessarily true, it should be clear that the Grenades won’t deal ANY damage ‘to the other enemies at the location’ or even ‘the attacked enemy’ if you targeted an enemy at an adjacent location. Mk 1 Grenades damage ‘each enemy and each other investigator at YOUR location’ INSTEAD of its standard damage. Because it won’t deal any damage to the attacked enemy from the attack, it can’t deal additional damage for the same reason that Deduction can’t discover additional clues when used with Burglary or Unearth the Ancients. </p> <p>If FFG wants the Mk 1 Grenades to work with Marksmanship, they would need to say ‘each enemy and each other investigator at the attacked enemy’s location.’ Or have Marksmanship work like Luke’s ability where you Fight as if you were there. </p> <p>(If Marksmanship is used on an enemy at your location, of course the additional damage will apply if the condition is met.)</p> </div> <div class="review-date"> <time datetime="2019-11-18T21:22:00+00:00" title="November 18th, 2019">11/18/19</time> </div> <div class="review-author"> <span class="username"><a href="/user/profile/10125/Death%2520by%2520Chocolate" class="username fg-mythos">Death by Chocolate</a> &middot; <small title="User Reputation">1351</small> </span> </div> <div class="review-comment text-muted small">It does not make sense to differentiate between different locations. The standard damage effect is replaced in both cases, so I would say that the additional damage should not apply in both cases, if there is no (any additional damage is dealt to the attack enemy) clause. But there is. So it is what it is. &mdash; <span class="username"><a href="/user/profile/8651/ak45" class="username fg-">ak45</a> &middot; <small title="User Reputation">436</small> </span> <time datetime="2019-11-19T13:45:49+00:00" title="November 19th, 2019">11/19/19</time> </div> <div class="review-comment text-muted small">This looks as a completely unintended consequence of the wording. The FAQ implicitly answer that the interaction should work as expected (damages can be done at another location), and not as written (which would be &quot;damage only work at your location&quot;). Within the text of Grenades, &quot;your location&quot; and &quot;the enemy location&quot; are synonymous, hence interchangeable. While I agree that for interactions purposes, it would have been better to write &quot;at the enemy location&quot;, I think it would have been more confusing as a wording than &quot;at your location&quot; &mdash; <span class="username"><a href="/user/profile/2758/MoiMagnus" class="username fg-">MoiMagnus</a> &middot; <small title="User Reputation">62</small> </span> <time datetime="2019-11-21T22:16:19+00:00" title="November 21st, 2019">11/21/19</time> </div> <div class="review-comment text-muted small">I asked this question via the Rules Questions form on FFG. MJ's response: &quot;Sadly, I think the two abilities as printed would be incompatible. Marksmanship allows you to target an enemy at a connecting location with its attack, but Mk 1 Grenades clearly states: “instead of its standard damage, this attack deals 2 damage to each enemy and each other investigator at your location (any additional damage is dealt to the attacked enemy).” It’s awkward, but I can’t really see any way around it; if you targeted an enemy at a connecting location with the grenades, only any additional/bonus damage would get dealt to the targeted enemy, and the rest of the damage would get dealt to each enemy and other investigator at your location, as it states. Sorry for the confusion! (I don’t think it would be particularly broken if you house-ruled it to work the way that makes more sense thematically though. I certainly wouldn’t slap the card out of your hand.)&quot; &mdash; <span class="username"><a href="/user/profile/1163/magistrix" class="username fg-rogue">magistrix</a> &middot; <small title="User Reputation">780</small> </span> <time datetime="2021-05-06T19:55:28+00:00" title="May 6th, 2021">5/6/21</time> </div> <form action="/review/comment" method="POST" class="form-comment"> <input type="hidden" name="comment_review_id" value="1454"> <button class="btn btn-link btn-write-comment">Add a comment</button> </form> </div> </article> <article class="review" data-id="4400" id="review-4400"> <div class="review-like"> <a id="review-social-icon-like" href="#" class="social-icon-like" data-toggle="tooltip" data-placement="bottom" title="Like that review"> <span class="fa fa-heart"></span> <span class="num">1</span> </a> </div> <div class="review-content"> <div class="review-text"> <p>Comparison between the leveled up dynamite </p> <p>Pros: -Cheaper resource cost than Dynamite with more uses. -Doesnt hit you. -Same experience cost as that card. </p> <p>Cons: -Does 1 less damage than dynamite. -Cost an action and requires a skill check. -Campaign specific. The amount of times you're going to be swarmed routinely in most scenarios that aren't Innsmouth or TFA make a regular use AoE somewhat pointless. -Can't be attached to Stick to the Plan. </p> <p>Overall compared to the level 4 version of dynamite, this is far inferior. Compared to the level 0 version, it's just slightly inferior. </p> <p>Tldr is dynamite sticks win.</p> </div> <div class="review-date"> <time datetime="2023-03-06T02:44:18+00:00" title="March 6th, 2023">3/6/23</time> </div> <div class="review-author"> <span class="username"><a href="/user/profile/54582/drjones87" class="username fg-guardian">drjones87</a> &middot; <small title="User Reputation">155</small> </span> </div> <div class="review-comment text-muted small">I would see more uses in TDE, where you can be literally swarmed, than in either TFA or TIC. &mdash; <span class="username"><a href="/user/profile/35331/Susumu" class="username fg-mystic">Susumu</a> &middot; <small title="User Reputation">326</small> </span> <time datetime="2023-03-06T10:08:22+00:00" title="March 6th, 2023">3/6/23</time> </div> <div class="review-comment text-muted small">You forgot that the Dynamit is played as a fast action and can target a connecting location. And the grenades cost 1 xp more and can recharged by the leveled emergency cache or a venturer. The grenades are also items so scavenging, backpack and other item shenanigans works. &mdash; <span class="username"><a href="/user/profile/34130/Tharzax" class="username fg-">Tharzax</a> &middot; <small title="User Reputation">1</small> </span> <time datetime="2023-03-06T13:25:51+00:00" title="March 6th, 2023">3/6/23</time> </div> <form action="/review/comment" method="POST" class="form-comment"> <input type="hidden" name="comment_review_id" value="4400"> <button class="btn btn-link btn-write-comment">Add a comment</button> </form> </div> </article> </div> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <ul class="pager"> <li class="previous"> </li> <li> <a href="/set/icc">In the Clutches of Chaos</a> </li> <li class="next"> <a href="/card/05274" class="no-popup">Agency Backup &rarr;</a> </li> </ul> </div> </div> </div> </div> <div id="push"> </div> </div> <footer class="hidden-print"> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul class="list-inline"> <li><a href="/about">About</a></li> <li><a href="/api/">API</a></li> </ul> <p> Based on ThronesDB by Alsciende. Modified by Kam. Contact: <a href="https://reddit.com/user/kamalisk/" title="Reddit"><span class="fa fa-reddit"></span></a> <a href="mailto:s.arkhamdb@kamalisk.com" title="E-mail"><span class="fa fa-envelope"></span></a> </p> <p> Please post bug reports and feature requests on <a href="https://github.com/Kamalisk/arkhamdb">GitHub</a> </p> <p> I set up a <a href="https://www.patreon.com/kamalisk">Patreon</a> for those who want to help support the site. </p> <p> The information presented on this site about Arkham Horror: The Card Game, both literal and graphical, is copyrighted by Fantasy Flight Games. This website is not produced, endorsed, supported, or affiliated with Fantasy Flight Games. </p> </div> </div> </div> </footer> <!-- card modal --> <div class="modal" id="cardModal" tabindex="-1" role="dialog" aria-labelledby="cardModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h3 class="modal-title card-name">Modal title</h3> <div class="row modal-deck-options"> <div class="col-sm-4 text-center modal-deck-qty"> Deck Quantity: <div class="btn-group modal-qty" data-toggle="buttons"></div> </div> <div class="col-sm-4 text-center modal-side-deck-qty"> Side Deck Quantity: <div class="btn-group modal-side-qty" data-toggle="buttons"></div> </div> <div class="col-sm-4 text-center modal-deck-ignore"> Ignore Deck Limit: <div class="btn-group modal-ignore" data-toggle="buttons"></div> </div> </div> </div> <div class="modal-body"> <div class="row"> <div class="col-sm-6 modal-image hidden-xs"></div> <div class="col-sm-6 modal-info card-content"></div> </div> </div> <div class="modal-customization"> </div> <div class="modal-footer"> <a role="button" href="#" class="btn btn-default card-modal-link">Go to card page</a> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- /cardModal --> <script src="/bundles/fosjsrouting/js/router.js"></script> <script src="/js/routing?callback=fos.Router.setData"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/qtip2/2.1.1/jquery.qtip.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.10.4/typeahead.jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.5/marked.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.textcomplete/0.2.2/jquery.textcomplete.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highcharts/4.1.7/highcharts.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-markdown/2.9.0/js/bootstrap-markdown.min.js"></script> <script type="text/javascript"> var app = {}; moment.locale('en'); $(function() { }); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-83182253-1', 'auto'); ga('send', 'pageview'); </script> <script src="/js/app.js"></script> <script src="/js/742d246.js"></script> <script type="text/javascript"> app.user.params.card_id = 1842; </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "NB: ArkhamDB now incorporates errata from the Arkham Horror FAQ in its card text, so the ArkhamDB text and the card image above differ, as the ArkhamDB text has been edited to contain this erratum (updated August 2022): Erratum: This card's Fight ability should read: \"at the attacked enemy's location\" instead of \"at your location\". - FAQ, v.2.0, August 2022\nQ: For the card Storm of Spirits and Mk 1 Grenades, the text reads: \"(any additional damage is dealt to the attacked enemy)\". What does the \"additional damage\" refer to? Also, regarding the \"Mk 1 Grenades\", can these be used with \"Marksmanship\" because they have the \"Ranged\" keyword? A: The text “any additional damage is dealt to the attacked enemy” refers to any other effects which might add to the attack’s damage, such as Vicious Blow or, indeed, Marksmanship. For example, if you used the grenades on an enemy and committed Vicious Blow to the skill test, the attacked enemy would take the additional +1 damage from Vicious Blow, but Vicious Blow would not affect the damage dealt to all of the other enemies at the location. As for Marksmanship, yes, you can absolutely use it with the Grenades! As with the above example, the bonus +1 damage from Marksmanship would be dealt to the attacked enemy, and not to the other enemies at the location.\nItem. Weapon. Ranged.\nUses (3 supplies). If Mk 1 Grenades has no supplies, discard it.\nSpend 1 supply: Fight. You get +2 for this attack. If this attack is successful, instead of its standard damage, this attack deals 2 damage to each enemy and each other investigator at the attacked enemy's location (any additional damage is dealt to the attacked enemy).\nIn the 1920s, we didn't have as many regulatory bodies for sports, and thus safety standards were a bit lax. For example, major league hockey didn't require helmets, and Professional Boxers were permitted to carry Demolition and/or Military Explosives.\nAccordingly, Nathaniel Cho loves these things. He absolutely needs his Boxing Gloves, and thus has no slots for backup weapons to support his +1 event dmg for the turn. Sure, there's Bandolier, but the beauty of the Boxing Grenades is they're slotless, accomplishing in 1 card & 1 action what Bandolier+(weapon) do in 2 of each.\nBetter still, they give your Ringside Manager something more to do when he shows up late to the match:\n- Got Boxing Gloves? Fetch me my Boxing Grenades!\n- Got Grenades? Fetch me my Gloves! (Or more Grenades. Can't have too many!)\n- Had Grenades but used them up? Get them back! A nice synergy here- Grenades auto-discard when empty, putting them right where Randall can recur them.\n- Even in the 1920s, boxers were only permitted to wear regulation shorts & sweat-soaked tanktop- so Ringside Guys aren't permitted to go find you a Bandolier. You can't even Prepare one!\nIt's these little details, recreating the pastiche of the early 20th century, that I really appreciate about Arkham Horror's worldbuilding.*\n*- ...I know absolutely nothing about boxing.\nAvoiding damage to other players\n- Emergency Aid to heal other players afterward\n- Attack with Blackjack 2 instead of grenades\n- True Grit, Brother Xavier or Agency Backup to take their damage\n- Pass your Armor of Ardennes around with Teamwork\n- If you have access to seeker, Shortcut to send other players away. However enemies engaged with them will leave as well, you could use Taunt before that\n- Emergency Cache 3, Contraband or Venturer to reload\n- Marksmanship to attack a connecting location\n- Vicious Blow for more damage on the primary target\nThis is not a review so much as a response to the FAQ entry on the interaction between Mk 1 Grenades and Marksmanship. It ends with a statement that “the bonus +1 damage from Marksmanship would be dealt to the attacked enemy, and not to the other enemies at the location.” This is not necessarily true, it should be clear that the Grenades won’t deal ANY damage ‘to the other enemies at the location’ or even ‘the attacked enemy’ if you targeted an enemy at an adjacent location. Mk 1 Grenades damage ‘each enemy and each other investigator at YOUR location’ INSTEAD of its standard damage. Because it won’t deal any damage to the attacked enemy from the attack, it can’t deal additional damage for the same reason that Deduction can’t discover additional clues when used with Burglary or Unearth the Ancients.\nIf FFG wants the Mk 1 Grenades to work with Marksmanship, they would need to say ‘each enemy and each other investigator at the attacked enemy’s location.’ Or have Marksmanship work like Luke’s ability where you Fight as if you were there.\n(If Marksmanship is used on an enemy at your location, of course the additional damage will apply if the condition is met.)\nComparison between the leveled up dynamite\nPros: -Cheaper resource cost than Dynamite with more uses. -Doesnt hit you. -Same experience cost as that card.\nCons: -Does 1 less damage than dynamite. -Cost an action and requires a skill check. -Campaign specific. The amount of times you're going to be swarmed routinely in most scenarios that aren't Innsmouth or TFA make a regular use AoE somewhat pointless. -Can't be attached to Stick to the Plan.\nOverall compared to the level 4 version of dynamite, this is far inferior. Compared to the level 0 version, it's just slightly inferior.\nTldr is dynamite sticks win.", "id": "<urn:uuid:9c3703fb-be92-460f-aaac-80ca686853b5>", "dump": "CC-MAIN-2024-10", "url": "https://arkhamdb.com/card/05273", "date": "2024-02-25T08:38:37", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9421244263648987, "token_count": 1262 } }
<urn:uuid:13a634b0-5031-4ba9-ad41-16901124a9bf>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>&#8216;Return to Monkey Island&#8217; Drops Anchor on PC &#038; Switch Today &#8211; Arkia Games</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Arkia Games &raquo; Feed" href="https://arkiagames.com/feed" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/arkiagames.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='ht_ctc_main_css-css' href='https://arkiagames.com/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/main.css?ver=3.33' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='https://arkiagames.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' media='all' /> <link rel='stylesheet' id='wp_automatic_gallery_style-css' href='https://arkiagames.com/wp-content/plugins/wp-automatic/css/wp-automatic.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='wfpc-admin-css-css' href='https://arkiagames.com/wp-content/plugins/wp-forms-puzzle-captcha/assets/css/wfpc-puzzle-captcha.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='bootstrap-style-css' href='https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/bootstrap/css/bootstrap.min.css?ver=4.0.0' media='all' /> <link rel='stylesheet' id='font-awesome-style-css' href='https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/font-awesome/css/font-awesome.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='magazinenp-google-fonts-css' href='//fonts.googleapis.com/css?family=Roboto%3A100%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='owl-carousel-css' href='https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/owl-carousel/owl.carousel.min.css?ver=2.3.4' media='all' /> <link rel='stylesheet' id='magazinenp-main-style-css' href='https://arkiagames.com/wp-content/themes/magazinenp/assets/css/magazinenp.css?ver=1.1.13' media='all' /> <link rel='stylesheet' id='magazinenp-style-css' href='https://arkiagames.com/wp-content/themes/magazinenp/style.css?ver=6.4.3' media='all' /> <script src="https://arkiagames.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://arkiagames.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://arkiagames.com/wp-content/plugins/wp-automatic/js/main-front.js?ver=6.4.3" id="wp_automatic_gallery-js"></script> <link rel="https://api.w.org/" href="https://arkiagames.com/wp-json/" /><link rel="alternate" type="application/json" href="https://arkiagames.com/wp-json/wp/v2/posts/851" /><link rel='shortlink' href='https://arkiagames.com/?p=851' /> <link rel="alternate" type="application/json+oembed" href="https://arkiagames.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Farkiagames.com%2Freturn-to-monkey-island-drops-anchor-on-pc-switch-today.html" /> <link rel="alternate" type="text/xml+oembed" href="https://arkiagames.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Farkiagames.com%2Freturn-to-monkey-island-drops-anchor-on-pc-switch-today.html&#038;format=xml" /> <script> var jabvfcr = { selector: "DIV.site-info.bottom-footer", manipulation: "html", html: "<p>© Copyright 2024 All Rights Reserved, Powered By <a href=\"https://arkiagames.com/\">arkiagames.com</a></p>" }; </script> <style class="magazinenp-dynamic-css"> .mnp-category-item.mnp-cat-1{background-color:#dd0000!important}.mnp-category-item.mnp-cat-1:hover{background-color:#ab0000!important}.mnp-category-item.mnp-cat-4{background-color:#dd8500!important}.mnp-category-item.mnp-cat-4:hover{background-color:#ab5300!important}.mnp-category-item.mnp-cat-5{background-color:#e20071!important}.mnp-category-item.mnp-cat-5:hover{background-color:#b0003f!important}.mnp-category-item.mnp-cat-2{background-color:#59d600!important}.mnp-category-item.mnp-cat-2:hover{background-color:#27a400!important}.mnp-category-item.mnp-cat-3{background-color:#0c00bf!important}.mnp-category-item.mnp-cat-3:hover{background-color:#00008d!important}.mnp-category-item.mnp-cat-6{background-color:#27005b!important}.mnp-category-item.mnp-cat-6:hover{background-color:#000029!important} </style> <style> .site-title, .site-description { position: absolute; clip: rect(1px, 1px, 1px, 1px); } </style> <link rel="icon" href="https://arkiagames.com/wp-content/uploads/2022/05/cropped-12-2-call-of-duty-free-png-image-thumb-32x32.png" sizes="32x32" /> <link rel="icon" href="https://arkiagames.com/wp-content/uploads/2022/05/cropped-12-2-call-of-duty-free-png-image-thumb-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://arkiagames.com/wp-content/uploads/2022/05/cropped-12-2-call-of-duty-free-png-image-thumb-180x180.png" /> <meta name="msapplication-TileImage" content="https://arkiagames.com/wp-content/uploads/2022/05/cropped-12-2-call-of-duty-free-png-image-thumb-270x270.png" /> </head> <body class="post-template-default single single-post postid-851 single-format-standard wp-custom-logo theme-body title-style4 magazinenp-image-hover-effect-theme_default right full_width_content_layout"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header"> <div class="mnp-top-header"> <div class="container"> <div class="row gutter-10"> <div class="col col-sm mnp-date-section"> <div class="date"> <ul> <li> <i class="mnp-icon fa fa-clock"></i>&nbsp;&nbsp;Sunday, February 25, 2024 </li> </ul> </div> </div> </div> </div> </div><div class="mnp-mid-header mid-header-bg-enable mnp-dark-overlay" style="background-image:url('https://arkiagames.com/wp-content/uploads/2022/05/amazongames-NW-ka.jpg');"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-4 mnp-branding-wrap"> <div class="site-branding navbar-brand"> <a href="https://arkiagames.com/" class="custom-logo-link" rel="home"><img width="3500" height="1440" src="https://arkiagames.com/wp-content/uploads/2022/05/cover-1.png" class="custom-logo" alt="Arkia Games" decoding="async" fetchpriority="high" srcset="https://arkiagames.com/wp-content/uploads/2022/05/cover-1.png 3500w, https://arkiagames.com/wp-content/uploads/2022/05/cover-1-300x123.png 300w, https://arkiagames.com/wp-content/uploads/2022/05/cover-1-1024x421.png 1024w, https://arkiagames.com/wp-content/uploads/2022/05/cover-1-768x316.png 768w, https://arkiagames.com/wp-content/uploads/2022/05/cover-1-1536x632.png 1536w, https://arkiagames.com/wp-content/uploads/2022/05/cover-1-2048x843.png 2048w" sizes="(max-width: 3500px) 100vw, 3500px" /></a> <h2 class="site-title"><a href="https://arkiagames.com/" rel="home">Arkia Games</a></h2> <p class="site-description">At The Forefront Of Games Quality</p> </div> </div> </div> </div> </div> <nav class="mnp-bottom-header navbar navbar-expand-lg d-block mnp-sticky1"> <div class="navigation-bar"> <div class="navigation-bar-top"> <div class="container"> <div class="mnp-home-icon"><a href="https://arkiagames.com/" rel="home"><i class="fa fa-home"></i></a></div> <button class="navbar-toggler menu-toggle collapsed" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"></button> <button class="search-toggle"></button> </div> <div class="search-bar"> <div class="container"> <div id="magazinenp-search-block" class="search-block off"> <form action="https://arkiagames.com/" method="get" class="search-form"> <label class="assistive-text"> Search </label> <div class="input-group"> <input type="search" value="" placeholder="Search" class="form-control s" name="s"> <div class="input-group-prepend"> <button class="btn btn-theme">Search</button> </div> </div> </form> </div> </div> </div> </div> <div class="navbar-main"> <div class="container"> <div class="mnp-home-icon"><a href="https://arkiagames.com/" rel="home"><i class="fa fa-home"></i></a></div> <div class="collapse navbar-collapse" id="navbarCollapse"> <div id="site-navigation" class="main-navigation nav-uppercase" role="navigation"> <ul class="nav-menu navbar-nav d-lg-block"><li id="menu-item-51" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-51"><a href="https://arkiagames.com/category/new-games">New Games</a></li> <li id="menu-item-48" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-48"><a href="https://arkiagames.com/category/car-games">Car Games</a></li> <li id="menu-item-49" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49"><a href="https://arkiagames.com/category/free-games">Free Games</a></li> <li id="menu-item-52" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-52"><a href="https://arkiagames.com/category/online-games">Online Games</a></li> <li id="menu-item-50" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50"><a href="https://arkiagames.com/category/multiplayer-games">Multiplayer Games</a></li> <li id="menu-item-47" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-47"><a href="https://arkiagames.com/category/adventure-games">Adventure Games</a></li> </ul> </div> </div> <div class="nav-search"> <button class="search-toggle"></button> </div> </div> </div> </div> </nav> <div id="breadcrumb"> <div class="container"> <div role="navigation" aria-label="Breadcrumbs" class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb"><ul class="trail-items" itemscope itemtype="http://schema.org/BreadcrumbList"><meta name="numberOfItems" content="2" /><meta name="itemListOrder" content="Ascending" /><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="trail-item trail-begin"><a href="https://arkiagames.com" rel="home" itemprop="item"><span itemprop="name">Home</span></a><meta itemprop="position" content="1" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="trail-item trail-end"><span itemprop="name">&#8216;Return to Monkey Island&#8217; Drops Anchor on PC &#038; Switch Today</span><meta itemprop="position" content="2" /></li></ul></div> </div> </div> </header> <div id="content" class="site-content"> <div class="container"> <div class="row justify-content-center site-content-row"> <!-- #start of primary div--><div id="primary" class="content-area col-lg-8 "> <main id="main" class="site-main"> <div class="post-851 post type-post status-publish format-standard has-post-thumbnail hentry category-adventure-games tag-adventure-games tag-anchor tag-car-games tag-drops tag-free-games tag-island tag-monkey tag-multiplayer-games tag-new-games tag-online-games tag-return tag-switch tag-today"> <figure class="post-featured-image page-single-img-wrap magazinenp-parts-item"> <div class="mnp-post-image" style="background-image: url('https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-MI-Cover-scaled-e1663506817260.jpg');" post-id="851"></div> </figure><!-- .post-featured-image .page-single-img-wrap --> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-1" href="https://arkiagames.com/category/adventure-games" rel="category tag">Adventure Games</a> </div></div> <header class="entry-header magazinenp-parts-item"> <h1 class="entry-title">&#8216;Return to Monkey Island&#8217; Drops Anchor on PC &#038; Switch Today</h1></header> <div class="entry-meta magazinenp-parts-item"> <div class="date created-date"><a href="https://arkiagames.com/return-to-monkey-island-drops-anchor-on-pc-switch-today.html" title="&#8216;Return to Monkey Island&#8217; Drops Anchor on PC &#038; Switch Today"><i class="mnp-icon fa fa-clock"></i>September 19, 2022</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> <div class="entry-content magazinenp-parts-item"> <div id="brxe-9eef13"> <div><img post-id="851" fifu-featured="1" decoding="async" class="aligncenter wp-image-104545 size-full" src="https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-MI-Cover-scaled-e1663506817260.jpg" alt="Return to Monkey Island" width="801" height="450" srcset="https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-MI-Cover-scaled-e1663506817260.jpg 801w, https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-MI-Cover-scaled-e1663506817260-300x169.jpg 300w, https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-MI-Cover-scaled-e1663506817260-768x431.jpg 768w" sizes="(max-width: 801px) 100vw, 801px"/></div> <div> <p>We don’t usually include place-and-simply click adventure video games on our website, but <em>Return to Monkey Island</em> is a specific exception. Incorporating factors like voodoo, ghastly pirate curses, and a series antagonist who’s actually risen from the lifeless extra periods than we can depend, it’s a activity that has much more than adequate adventure, comedy, and light-weight-hearted horror to justify mentioning.</p> <p><em>Return to Monkey Island</em> marks the unpredicted return of series creator <a rel="nofollow noopener" target="_blank" href="https://twitter.com/grumpygamer?t=04rs6ImqFEL5jTWmQWPGKA&amp;s=09">Ron Gilbert</a> and proceeds the tale of the legendary pirate experience games <em>The Mystery of Monkey Island</em> and <em>Monkey Island 2: LeChuck’s Revenge</em>. This most recent entry is made by Gilbert’s <a rel="nofollow noopener" target="_blank" href="https://terribletoybox.com/">Terrible Toybox</a> studio and revealed by <a rel="nofollow noopener" target="_blank" href="https://www.devolverdigital.com/">Devolver Digital</a> in collaboration with Lucasfilm Games.</p> <p><img decoding="async" class="aligncenter wp-image-104557 size-full" src="https://www.relyonhorror.com/wp-content/uploads/2022/09/MI5-LeChuck-e1663511510750.jpg" alt="Return to Monkey Island" width="800" height="450" srcset="https://www.relyonhorror.com/wp-content/uploads/2022/09/MI5-LeChuck-e1663511510750.jpg 800w, https://www.relyonhorror.com/wp-content/uploads/2022/09/MI5-LeChuck-e1663511510750-300x169.jpg 300w, https://www.relyonhorror.com/wp-content/uploads/2022/09/MI5-LeChuck-e1663511510750-768x432.jpg 768w" sizes="(max-width: 800px) 100vw, 800px"/></p> <p>It’s been quite a few many years considering the fact that wannabe pirate-turned-swashbuckler Guybrush Threepwood was previous locked in a fight of wits with his nemesis, the zombie pirate LeChuck. His legitimate adore, Elaine Marley, has turned her concentration away from governing and Guybrush himself is adrift and unfulfilled, getting never observed the Secret of Monkey Island. Hip, younger pirate leaders led by Captain Madison have shuffled the old guard from power, Melee Island has taken a flip for the even worse, and famed businessman Stan has been imprisoned for ‘marketing-related crimes’.</p> <p>Banter with aged buddies and new faces on common islands now under risky new leadership. Then, just take to the large seas and investigate the new and not known as you work your way out of tough predicaments. Clever puzzles, strange predicaments, and devastating ripostes are all that stand amongst Guybrush and glory.</p> </div> <div><img decoding="async" class="aligncenter wp-image-104549 size-full" src="https://www.relyonhorror.com/wp-content/uploads/2022/09/RTMI-Monkey-Island-e1663508366784.jpg" alt="Return to Monkey Island" width="800" height="450" srcset="https://www.relyonhorror.com/wp-content/uploads/2022/09/RTMI-Monkey-Island-e1663508366784.jpg 800w, https://www.relyonhorror.com/wp-content/uploads/2022/09/RTMI-Monkey-Island-e1663508366784-300x169.jpg 300w, https://www.relyonhorror.com/wp-content/uploads/2022/09/RTMI-Monkey-Island-e1663508366784-768x432.jpg 768w" sizes="(max-width: 800px) 100vw, 800px"/></div> <div> <p><strong>Features:</strong></p> <ul> <li><strong>Return to Level &#038; Click on Swashbuckling</strong> – Bringing classic place-and-simply click gameplay to the fashionable-day, intrepid pirates will clear up puzzles and explore the islands with a clever evolution of traditional experience activity controls. Context-delicate interactions, reactive dialog trees, and an simple-to-use inventory method make pirating a breeze.</li> <li><strong>Embark on Archipelago Adventures</strong> – Navigate the from time to time-welcoming confines of Melee Island, a common spot that finds itself below new management by leaders who have set the squeeze on previous buddies and new faces. Enterprise out into uncharted lands like the aptly named Terror Island and the chilling outposts of Brrr Muda to make allies and enemies alike.</li> <li><strong>Produced by a Legendary Crew</strong> – This new chapter in the <em>Monkey Island</em> series is helmed by the iconic series’ creator Ron Gilbert, who is joined by activity co-author Dave Grossman, art director Rex Crowle <em>(Knights &#038; Bikes</em>, <em>Tearaway</em>), and composers Peter McConnell, Michael Land, and Clint Bajakian (<em>Monkey Island</em>, <em>Monkey Island 2: LeChuck’s Revenge</em>).</li> </ul> </div> <div> <div><img loading="lazy" decoding="async" class="aligncenter wp-image-104550 size-full" src="https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-Monkey-Island-e1663508438863.jpg" alt="Return to Monkey Island" width="800" height="508" srcset="https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-Monkey-Island-e1663508438863.jpg 800w, https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-Monkey-Island-e1663508438863-300x191.jpg 300w, https://www.relyonhorror.com/wp-content/uploads/2022/09/Return-to-Monkey-Island-e1663508438863-768x488.jpg 768w" sizes="(max-width: 800px) 100vw, 800px"/></div> <p>When screenshots for the video game ended up initially unveiled, I’ll admit I was a little shocked by the artwork fashion. Due to the fact then, however, it’s grown on me. It has a storybook quality equivalent to that showcased in online games like <em>Damaged Age</em> and <em>Child of Mild</em>. Ron Gilbert reported that he did not want to make a retro, throwback activity but in its place “wanted the art in <em>Return to Monkey Island</em> to be provocative, shocking, and not what anyone was anticipating.” I’d say he succeeded. I also have faith that the builders know what they are doing and belief that their selections healthy with the kind of recreation they want to make.</p> <p>Over and above the visuals, the figures, puzzles, and dialogue all appear to be to have the exact substantial benchmarks of quality we’ve appear to count on from the series. Immediately after ready for what appears like an eternity, we lastly get to experience Ron Gilbert’s eyesight of “<em>Monkey Island 3a.</em>”</p> <p><em>Return to Monkey Island</em> releases nowadays on <a rel="nofollow noopener" target="_blank" href="https://www.nintendo.com/store/products/return-to-monkey-island-switch/">Switch</a> and <a rel="nofollow noopener" target="_blank" href="https://store.steampowered.com/app/2060130">Computer by way of Steam</a> for a pretty affordable $24.99. The developer has however to validate what other platforms the activity may possibly surface on in the long run or regardless of whether there are any designs for a bodily launch.</p> <p>You can look at out the formal start trailer below.</p> <p><iframe loading="lazy" title="Return to Monkey Island | Available Now" width="1110" height="624" src="https://www.youtube.com/embed/lAlDNn43QQQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe></p> </div> </div> <p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p> </div> <footer class="entry-meta"><span class="tag-links"><span class="label">Tags:</span> <a href="https://arkiagames.com/tag/adventure-games" rel="tag">Adventure Games</a>, <a href="https://arkiagames.com/tag/anchor" rel="tag">Anchor</a>, <a href="https://arkiagames.com/tag/car-games" rel="tag">Car Games</a>, <a href="https://arkiagames.com/tag/drops" rel="tag">Drops</a>, <a href="https://arkiagames.com/tag/free-games" rel="tag">Free Games</a>, <a href="https://arkiagames.com/tag/island" rel="tag">Island</a>, <a href="https://arkiagames.com/tag/monkey" rel="tag">Monkey</a>, <a href="https://arkiagames.com/tag/multiplayer-games" rel="tag">Multiplayer Games</a>, <a href="https://arkiagames.com/tag/new-games" rel="tag">New Games</a>, <a href="https://arkiagames.com/tag/online-games" rel="tag">Online Games</a>, <a href="https://arkiagames.com/tag/return" rel="tag">Return</a>, <a href="https://arkiagames.com/tag/switch" rel="tag">Switch</a>, <a href="https://arkiagames.com/tag/today" rel="tag">today</a></span><!-- .tag-links --></footer><!-- .entry-meta --></div> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://arkiagames.com/top-reasons-why-even-movie-stars-enjoy-online-games-of-luck.html" rel="prev">Top Reasons Why Even Movie Stars Enjoy Online Games of Luck</a></div><div class="nav-next"><a href="https://arkiagames.com/5-road-trip-games-to-keep-the-kids-off-electronics.html" rel="next">5 Road Trip Games to Keep the Kids Off Electronics</a></div></div> </nav> </main><!-- #main --> </div><!-- #end of primary div--> <aside id="secondary" class="col-lg-4 widget-area"> <div class="sticky-sidebar"> <section id="magenet_widget-2" class="widget widget_magenet_widget"><aside class="widget magenet_widget_box"><div class="mads-block"></div></aside></section><section id="search-2" class="widget widget_search"><form action="https://arkiagames.com/" method="get" class="search-form"> <label class="assistive-text"> Search </label> <div class="input-group"> <input type="search" value="" placeholder="Search" class="form-control s" name="s"> <div class="input-group-prepend"> <button class="btn btn-theme">Search</button> </div> </div> </form> </section><section id="magazinenp_grid_post_widget-2" class="widget magazinenp-grid-post-widget"><div class="widget-title-wrapper"><h3 class="widget-title">Hot News</h3></div> <div class="row gutter-parent-14 post-vertical"> <div class="col-md-6 first-col"> <div class="mnp-post-boxed main-post clearfix"> <div class="mnp-post-image-wrap"> <a href="https://arkiagames.com/the-best-og-xbox-multiplayer-game-is-coming-back.html" class="mnp-post-image" style="background-image: url('https://cdn.mos.cms.futurecdn.net/rdpYHLbwq9RGx2qnxqYEZb-1200-80.jpg');" post-id="3719"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-2" href="https://arkiagames.com/category/multiplayer-games" rel="category tag">Multiplayer Games</a> </div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://arkiagames.com/the-best-og-xbox-multiplayer-game-is-coming-back.html">The best OG Xbox multiplayer game is coming back</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/the-best-og-xbox-multiplayer-game-is-coming-back.html" title="The best OG Xbox multiplayer game is coming back"><i class="mnp-icon fa fa-clock"></i>February 22, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> <div class="entry-content"> <p>What you need to know Nintendo held a Partner Direct today, announcing the Star Wars Battlefront Classic Collection. Star Wars Battlefront Classic Collection releases on March 14th for Switch, Playstation,&hellip; </p> </div><!-- .entry-content --> </div> </div><!-- mnp-post-boxed --> </div> <div class="col-md-6 second-col"> <div class="mnp-post-boxed inlined clearfix"> <div class="mnp-post-image-wrap"> <a href="https://arkiagames.com/best-two-player-local-co-op-games-on-xbox.html" class="mnp-post-image" style="background-image: url('https://images.purexbox.com/9c9239299a91a/1280x720.jpg');" post-id="3704"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-2" href="https://arkiagames.com/category/multiplayer-games" rel="category tag">Multiplayer Games</a> </div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://arkiagames.com/best-two-player-local-co-op-games-on-xbox.html">Best Two-Player Local Co-Op Games On Xbox</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/best-two-player-local-co-op-games-on-xbox.html" title="Best Two-Player Local Co-Op Games On Xbox"><i class="mnp-icon fa fa-clock"></i>February 16, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div><!-- .mnp-post-boxed --> <div class="mnp-post-boxed inlined clearfix"> <div class="mnp-post-image-wrap"> <a href="https://arkiagames.com/the-best-multiplayer-games-on-switch.html" class="mnp-post-image" style="background-image: url('https://www.digitaltrends.com/wp-content/uploads/2018/10/super-mario-party-unlockables-guide-feature-img.jpg?resize=1200,630&#038;p=1');" post-id="3694"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-2" href="https://arkiagames.com/category/multiplayer-games" rel="category tag">Multiplayer Games</a> </div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://arkiagames.com/the-best-multiplayer-games-on-switch.html">The best multiplayer games on Switch</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/the-best-multiplayer-games-on-switch.html" title="The best multiplayer games on Switch"><i class="mnp-icon fa fa-clock"></i>February 11, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div><!-- .mnp-post-boxed --> <div class="mnp-post-boxed inlined clearfix"> <div class="mnp-post-image-wrap"> <a href="https://arkiagames.com/the-best-free-to-play-games-to-try-in-2024.html" class="mnp-post-image" style="background-image: url('https://assetsio.reedpopcdn.com/best-free-games-vg247.jpg?width=1200&#038;height=630&#038;fit=crop&#038;enable=upscale&#038;auto=webp');" post-id="3683"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-2" href="https://arkiagames.com/category/multiplayer-games" rel="category tag">Multiplayer Games</a> </div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://arkiagames.com/the-best-free-to-play-games-to-try-in-2024.html">The best free-to-play games to try in 2024</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/the-best-free-to-play-games-to-try-in-2024.html" title="The best free-to-play games to try in 2024"><i class="mnp-icon fa fa-clock"></i>February 6, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div><!-- .mnp-post-boxed --> <div class="mnp-post-boxed inlined clearfix"> <div class="mnp-post-image-wrap"> <a href="https://arkiagames.com/best-multiplayer-browser-games-2024-fun-online-games-to-play-with-friends.html" class="mnp-post-image" style="background-image: url('https://macsources.com/wp-content/uploads/2022/03/gaming-laptop.jpg');" post-id="3637"></a> </div> <div class="post-content"> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-2" href="https://arkiagames.com/category/multiplayer-games" rel="category tag">Multiplayer Games</a> </div> </div><!-- .entry-meta --> <h3 class="entry-title"><a href="https://arkiagames.com/best-multiplayer-browser-games-2024-fun-online-games-to-play-with-friends.html">Best Multiplayer Browser Games 2024: Fun Online Games To Play With Friends</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/best-multiplayer-browser-games-2024-fun-online-games-to-play-with-friends.html" title="Best Multiplayer Browser Games 2024: Fun Online Games To Play With Friends"><i class="mnp-icon fa fa-clock"></i>January 17, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div><!-- .mnp-post-boxed --> </div> </div><!-- .row gutter-parent-14 --> </section><!-- .widget_featured_post --> </div> </aside> </div><!-- row --> </div><!-- .container --> </div><!-- #content .site-content--><!-- wmm w --> <div class="mnp-related-posts"> <div class="container"> <section class="related-posts"> <div class="widget-title-wrapper"><h2 class="magazinenp-title">Related Posts</h2></div> <div class="row gutter-parent-14"> <div class="col-sm-6 col-lg-3"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/the-best-nintendo-switch-games-coming-in-2024-the-ultimate-pre-order-guide.html" class="mnp-post-image" style="background-image: url('https://assets3.cbsnewsstatic.com/hub/i/r/2024/02/21/11746dc0-7082-4507-a3ae-f3b1fe04e869/thumbnail/1200x630/10accbec5ea29641e8f362f537921906/3-split-best-of-guide-2024-copy-2-6.png?v=26439302e0bbe3219b6ef78d2fd37ce0');" post-id="3723"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-1" href="https://arkiagames.com/category/adventure-games" rel="category tag">Adventure Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/the-best-nintendo-switch-games-coming-in-2024-the-ultimate-pre-order-guide.html">The best Nintendo Switch games coming in 2024: The ultimate pre-order guide</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/the-best-nintendo-switch-games-coming-in-2024-the-ultimate-pre-order-guide.html" title="The best Nintendo Switch games coming in 2024: The ultimate pre-order guide"><i class="mnp-icon fa fa-clock"></i>February 22, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/the-best-adventure-game-of-2023-will-let-players-have-sex-with-its-otherworldly-god-but-not-in-the-game.html" class="mnp-post-image" style="background-image: url('https://cdn.mos.cms.futurecdn.net/kpto2M8B6mvCaeAWGSRvQ9-1200-80.jpg');" post-id="3700"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-1" href="https://arkiagames.com/category/adventure-games" rel="category tag">Adventure Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/the-best-adventure-game-of-2023-will-let-players-have-sex-with-its-otherworldly-god-but-not-in-the-game.html">The best adventure game of 2023 will let players have sex with its otherworldly god, but not in the game</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/the-best-adventure-game-of-2023-will-let-players-have-sex-with-its-otherworldly-god-but-not-in-the-game.html" title="The best adventure game of 2023 will let players have sex with its otherworldly god, but not in the game"><i class="mnp-icon fa fa-clock"></i>February 13, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/wccftechs-most-anticipated-adventure-games-of-2024.html" class="mnp-post-image" style="background-image: url('https://cdn.wccftech.com/wp-content/uploads/2024/01/Most-Anticipated-Adventure-Games-of-2024-scaled.jpg');" post-id="3631"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-1" href="https://arkiagames.com/category/adventure-games" rel="category tag">Adventure Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/wccftechs-most-anticipated-adventure-games-of-2024.html">Wccftech&#8217;s Most Anticipated Adventure Games of 2024</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/wccftechs-most-anticipated-adventure-games-of-2024.html" title="Wccftech&#8217;s Most Anticipated Adventure Games of 2024"><i class="mnp-icon fa fa-clock"></i>January 14, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/best-adventure-game-of-2023.html" class="mnp-post-image" style="background-image: url('https://www.vgchartz.com/articles_media/images/best-adventure-game-of-2023-289163_expanded.jpg');" post-id="3622"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-1" href="https://arkiagames.com/category/adventure-games" rel="category tag">Adventure Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/best-adventure-game-of-2023.html">Best Adventure Game of 2023</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/best-adventure-game-of-2023.html" title="Best Adventure Game of 2023"><i class="mnp-icon fa fa-clock"></i>January 11, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="mnp-you-missed-posts"> <div class="container"> <section class="related-posts"> <div class="widget-title-wrapper"><h2 class="magazinenp-title">Car Games</h2></div> <div class="row gutter-parent-10"> <div class="col-sm-6 col-lg-3 post-col"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/old-car-racing-games-the-10-original-best-racing-games.html" class="mnp-post-image" style="background-image: url('https://carsguide-res.cloudinary.com/image/upload/f_auto,fl_lossy,q_auto,t_default/v1/editorial/story/hero_image/Grand-Prix-Legends-1001x565-1.jpg');" post-id="3712"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-4" href="https://arkiagames.com/category/car-games" rel="category tag">Car Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/old-car-racing-games-the-10-original-best-racing-games.html">Old Car Racing Games &#8211; The 10 Original &#038; Best Racing Games</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/old-car-racing-games-the-10-original-best-racing-games.html" title="Old Car Racing Games &#8211; The 10 Original &#038; Best Racing Games"><i class="mnp-icon fa fa-clock"></i>February 17, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3 post-col"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/best-pc-racing-wheels-in-2024.html" class="mnp-post-image" style="background-image: url('https://cdn.mos.cms.futurecdn.net/yRk8SfcU9DWKSyZopvVgCm-1200-80.jpg');" post-id="3663"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-4" href="https://arkiagames.com/category/car-games" rel="category tag">Car Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/best-pc-racing-wheels-in-2024.html">Best PC racing wheels in 2024</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/best-pc-racing-wheels-in-2024.html" title="Best PC racing wheels in 2024"><i class="mnp-icon fa fa-clock"></i>January 28, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3 post-col"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/10-best-xbox-game-pass-driving-games-news.html" class="mnp-post-image" style="background-image: url('https://static.cdn.circlesix.co/styles/large_article/s3/uploads/2023-11/ForzaHorizon5_Launch_Review-01_16x9_WM_Hero.png?itok=-sD5T2tq');" post-id="3655"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-4" href="https://arkiagames.com/category/car-games" rel="category tag">Car Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/10-best-xbox-game-pass-driving-games-news.html">10 Best Xbox Game Pass Driving Games | News</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/10-best-xbox-game-pass-driving-games-news.html" title="10 Best Xbox Game Pass Driving Games | News"><i class="mnp-icon fa fa-clock"></i>January 24, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> <div class="col-sm-6 col-lg-3 post-col"> <div class="mnp-post-boxed"> <div class="mnp-post-image-wrap"> <div class="featured-mnp-post-image"> <a href="https://arkiagames.com/10-best-car-games-for-windows-pc.html" class="mnp-post-image" style="background-image: url('https://geekygen.com/wp-content/uploads/2020/11/Best-Car-Games-For-Windows-PC.jpg');" post-id="3635"></a> </div> <div class="entry-meta category-meta"> <div class="cat-links"> <a class="mnp-category-item mnp-cat-4" href="https://arkiagames.com/category/car-games" rel="category tag">Car Games</a> </div> </div> </div> <div class="post-content"> <h3 class="entry-title"><a href="https://arkiagames.com/10-best-car-games-for-windows-pc.html">10 Best Car Games for Windows PC</a></h3> <div class="entry-meta"> <div class="date created-date"><a href="https://arkiagames.com/10-best-car-games-for-windows-pc.html" title="10 Best Car Games for Windows PC"><i class="mnp-icon fa fa-clock"></i>January 16, 2024</a> </div> <div class="by-author vcard author"><a href="https://arkiagames.com/author/nikholas"><i class="mnp-icon fa fa-user-circle"></i>nikholas</a> </div> </div> </div> </div> </div> </div> </section> </div> </div> <footer id="colophon" class="site-footer" > <div class="widget-area"> <div class="container"> <div class="row"> <div class="col-sm-6 col-lg-3"> <section id="text-3" class="widget widget_text"><div class="widget-title-wrapper"><h3 class="widget-title">About</h3></div> <div class="textwidget"><p><a href="https://arkiagames.com/"><img loading="lazy" decoding="async" class="alignleft wp-image-188 size-medium" src="https://arkiagames.com/wp-content/uploads/2022/05/default-e1685640280578-300x94.png" alt="" width="300" height="94" srcset="https://arkiagames.com/wp-content/uploads/2022/05/default-e1685640280578-300x94.png 300w, https://arkiagames.com/wp-content/uploads/2022/05/default-e1685640280578-768x241.png 768w, https://arkiagames.com/wp-content/uploads/2022/05/default-e1685640280578.png 802w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> <p><a href="https://arkiagames.com/">arkiagames.com</a> provide by The top global media <span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Adventure Games,Online Games,Free Games,Car Games,Multiplayer Games,New Games&quot;}" data-sheets-userformat="{&quot;2&quot;:13185,&quot;3&quot;:{&quot;1&quot;:0},&quot;10&quot;:1,&quot;11&quot;:3,&quot;12&quot;:0,&quot;15&quot;:&quot;Century Gothic&quot;,&quot;16&quot;:11}">Adventure Games,Online Games,Free Games,Car Games,Multiplayer Games,New Games</span>.</p> </div> </section> </div> <div class="col-sm-6 col-lg-3"> <section id="nav_menu-2" class="widget widget_nav_menu"><div class="widget-title-wrapper"><h3 class="widget-title">Contact Link</h3></div><div class="menu-about-us-container"><ul id="menu-about-us" class="menu"><li id="menu-item-2518" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2518"><a href="https://arkiagames.com/advertise-here">Advertise Here</a></li> <li id="menu-item-2519" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2519"><a href="https://arkiagames.com/contact-us">Contact Us</a></li> <li id="menu-item-2520" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2520"><a href="https://arkiagames.com/privacy-policy">Privacy Policy</a></li> <li id="menu-item-2521" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2521"><a href="https://arkiagames.com/sitemap">Sitemap</a></li> </ul></div></section> </div> <div class="col-sm-6 col-lg-3"> <section id="categories-2" class="widget widget_categories"><div class="widget-title-wrapper"><h3 class="widget-title">Categories</h3></div> <ul> <li class="cat-item cat-item-1"><a href="https://arkiagames.com/category/adventure-games">Adventure Games</a> </li> <li class="cat-item cat-item-4"><a href="https://arkiagames.com/category/car-games">Car Games</a> </li> <li class="cat-item cat-item-5"><a href="https://arkiagames.com/category/free-games">Free Games</a> </li> <li class="cat-item cat-item-2"><a href="https://arkiagames.com/category/multiplayer-games">Multiplayer Games</a> </li> <li class="cat-item cat-item-3"><a href="https://arkiagames.com/category/new-games">New Games</a> </li> <li class="cat-item cat-item-6"><a href="https://arkiagames.com/category/online-games">Online Games</a> </li> </ul> </section> </div> <div class="col-sm-6 col-lg-3"> <section id="recent-posts-2" class="widget widget_recent_entries"> <div class="widget-title-wrapper"><h3 class="widget-title">Recent Posts</h3></div> <ul> <li> <a href="https://arkiagames.com/how-to-watch-lakers-vs-warriors-game-online-live-stream-free.html">How to Watch Lakers vs. Warriors Game Online Live Stream Free</a> </li> <li> <a href="https://arkiagames.com/the-best-nintendo-switch-games-coming-in-2024-the-ultimate-pre-order-guide.html">The best Nintendo Switch games coming in 2024: The ultimate pre-order guide</a> </li> <li> <a href="https://arkiagames.com/best-ps5-games-top-playstation-5-titles-to-play-right-now.html">Best PS5 games: top PlayStation 5 titles to play right now</a> </li> <li> <a href="https://arkiagames.com/the-best-og-xbox-multiplayer-game-is-coming-back.html">The best OG Xbox multiplayer game is coming back</a> </li> <li> <a href="https://arkiagames.com/toronto-maple-leafs-vs-st-louis-blues-free-live-stream-2-19-24-watch-nhl-online-time-tv-channel.html">Toronto Maple Leafs vs. St. Louis Blues FREE LIVE STREAM (2/19/24): Watch NHL online | Time, TV, channel</a> </li> </ul> </section> </div> </div> </div> </div> <div class="site-info bottom-footer"> <div class="container"> <div class="row"> <div class="col-lg-auto order-lg-2 ml-auto"> <div class="mnp-social-profiles official"> <ul class="clearfix"> </ul> </div> </div> <div class="copyright col-lg order-lg-1 text-lg-left"> arkiagames.com | Theme by <a href="https://mantrabrain.com" target="_blank" title="Mantrabrain">Mantrabrain</a> </div> </div> </div> </div> </footer> <div class="back-to-top"><a title="Go to Top" href="#masthead"></a></div></div><!-- #page --><!-- Click to Chat - https://holithemes.com/plugins/click-to-chat/ v3.33 --> <div class="ht-ctc ht-ctc-chat ctc-analytics ctc_wp_desktop style-2 " id="ht-ctc-chat" style="display: none; position: fixed; bottom: 5px; right: 23px;" > <div class="ht_ctc_style ht_ctc_chat_style"> <div style="display: flex; justify-content: center; align-items: center; " class="ctc-analytics ctc_s_2"> <p class="ctc-analytics ctc_cta ctc_cta_stick ht-ctc-cta ht-ctc-cta-hover " style="padding: 0px 16px; line-height: 1.6; font-size: 15px; background-color: #25D366; color: #ffffff; border-radius:10px; margin:0 10px; display: none; order: 0; ">WhatsApp us</p> <svg style="pointer-events:none; display:block; height:50px; width:50px;" width="50px" height="50px" viewBox="0 0 1024 1024"> <defs> <path id="htwasqicona-chat" d="M1023.941 765.153c0 5.606-.171 17.766-.508 27.159-.824 22.982-2.646 52.639-5.401 66.151-4.141 20.306-10.392 39.472-18.542 55.425-9.643 18.871-21.943 35.775-36.559 50.364-14.584 14.56-31.472 26.812-50.315 36.416-16.036 8.172-35.322 14.426-55.744 18.549-13.378 2.701-42.812 4.488-65.648 5.3-9.402.336-21.564.505-27.15.505l-504.226-.081c-5.607 0-17.765-.172-27.158-.509-22.983-.824-52.639-2.646-66.152-5.4-20.306-4.142-39.473-10.392-55.425-18.542-18.872-9.644-35.775-21.944-50.364-36.56-14.56-14.584-26.812-31.471-36.415-50.314-8.174-16.037-14.428-35.323-18.551-55.744-2.7-13.378-4.487-42.812-5.3-65.649-.334-9.401-.503-21.563-.503-27.148l.08-504.228c0-5.607.171-17.766.508-27.159.825-22.983 2.646-52.639 5.401-66.151 4.141-20.306 10.391-39.473 18.542-55.426C34.154 93.24 46.455 76.336 61.07 61.747c14.584-14.559 31.472-26.812 50.315-36.416 16.037-8.172 35.324-14.426 55.745-18.549 13.377-2.701 42.812-4.488 65.648-5.3 9.402-.335 21.565-.504 27.149-.504l504.227.081c5.608 0 17.766.171 27.159.508 22.983.825 52.638 2.646 66.152 5.401 20.305 4.141 39.472 10.391 55.425 18.542 18.871 9.643 35.774 21.944 50.363 36.559 14.559 14.584 26.812 31.471 36.415 50.315 8.174 16.037 14.428 35.323 18.551 55.744 2.7 13.378 4.486 42.812 5.3 65.649.335 9.402.504 21.564.504 27.15l-.082 504.226z"/> </defs> <linearGradient id="htwasqiconb-chat" gradientUnits="userSpaceOnUse" x1="512.001" y1=".978" x2="512.001" y2="1025.023"> <stop offset="0" stop-color="#61fd7d"/> <stop offset="1" stop-color="#2bb826"/> </linearGradient> <use xlink:href="#htwasqicona-chat" overflow="visible" style="fill: url(#htwasqiconb-chat)" fill="url(#htwasqiconb-chat)"/> <g> <path style="fill: #FFFFFF;" fill="#FFF" d="M783.302 243.246c-69.329-69.387-161.529-107.619-259.763-107.658-202.402 0-367.133 164.668-367.214 367.072-.026 64.699 16.883 127.854 49.017 183.522l-52.096 190.229 194.665-51.047c53.636 29.244 114.022 44.656 175.482 44.682h.151c202.382 0 367.128-164.688 367.21-367.094.039-98.087-38.121-190.319-107.452-259.706zM523.544 808.047h-.125c-54.767-.021-108.483-14.729-155.344-42.529l-11.146-6.612-115.517 30.293 30.834-112.592-7.259-11.544c-30.552-48.579-46.688-104.729-46.664-162.379.066-168.229 136.985-305.096 305.339-305.096 81.521.031 158.154 31.811 215.779 89.482s89.342 134.332 89.312 215.859c-.066 168.243-136.984 305.118-305.209 305.118zm167.415-228.515c-9.177-4.591-54.286-26.782-62.697-29.843-8.41-3.062-14.526-4.592-20.645 4.592-6.115 9.182-23.699 29.843-29.053 35.964-5.352 6.122-10.704 6.888-19.879 2.296-9.176-4.591-38.74-14.277-73.786-45.526-27.275-24.319-45.691-54.359-51.043-63.543-5.352-9.183-.569-14.146 4.024-18.72 4.127-4.109 9.175-10.713 13.763-16.069 4.587-5.355 6.117-9.183 9.175-15.304 3.059-6.122 1.529-11.479-.765-16.07-2.293-4.591-20.644-49.739-28.29-68.104-7.447-17.886-15.013-15.466-20.645-15.747-5.346-.266-11.469-.322-17.585-.322s-16.057 2.295-24.467 11.478-32.113 31.374-32.113 76.521c0 45.147 32.877 88.764 37.465 94.885 4.588 6.122 64.699 98.771 156.741 138.502 21.892 9.45 38.982 15.094 52.308 19.322 21.98 6.979 41.982 5.995 57.793 3.634 17.628-2.633 54.284-22.189 61.932-43.615 7.646-21.427 7.646-39.791 5.352-43.617-2.294-3.826-8.41-6.122-17.585-10.714z"/> </g> </svg></div> </div> </div> <span class="ht_ctc_chat_data" data-no_number="" data-settings="{&quot;number&quot;:&quot;6289649987447&quot;,&quot;pre_filled&quot;:&quot;Hello, How can i assist you?&quot;,&quot;dis_m&quot;:&quot;show&quot;,&quot;dis_d&quot;:&quot;show&quot;,&quot;css&quot;:&quot;display: none; cursor: pointer; z-index: 99999999;&quot;,&quot;pos_d&quot;:&quot;position: fixed; bottom: 5px; right: 23px;&quot;,&quot;pos_m&quot;:&quot;position: fixed; bottom: 5px; right: 23px;&quot;,&quot;schedule&quot;:&quot;no&quot;,&quot;se&quot;:150,&quot;ani&quot;:&quot;no-animations&quot;,&quot;url_target_d&quot;:&quot;_blank&quot;,&quot;ga&quot;:&quot;yes&quot;,&quot;fb&quot;:&quot;yes&quot;,&quot;g_an_event_name&quot;:&quot;click to chat&quot;,&quot;pixel_event_name&quot;:&quot;Click to Chat by HoliThemes&quot;}" ></span> <script id="ht_ctc_app_js-js-extra"> var ht_ctc_chat_var = {"number":"6289649987447","pre_filled":"Hello, How can i assist you?","dis_m":"show","dis_d":"show","css":"display: none; cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 5px; right: 23px;","pos_m":"position: fixed; bottom: 5px; right: 23px;","schedule":"no","se":"150","ani":"no-animations","url_target_d":"_blank","ga":"yes","fb":"yes","g_an_event_name":"click to chat","pixel_event_name":"Click to Chat by HoliThemes"}; var ht_ctc_variables = {"g_an_event_name":"click to chat","pixel_event_type":"trackCustom","pixel_event_name":"Click to Chat by HoliThemes","g_an_params":["g_an_param_1","g_an_param_2","g_an_param_3"],"g_an_param_1":{"key":"number","value":"{number}"},"g_an_param_2":{"key":"title","value":"{title}"},"g_an_param_3":{"key":"url","value":"{url}"},"pixel_params":["pixel_param_1","pixel_param_2","pixel_param_3","pixel_param_4"],"pixel_param_1":{"key":"Category","value":"Click to Chat for WhatsApp"},"pixel_param_2":{"key":"ID","value":"{number}"},"pixel_param_3":{"key":"Title","value":"{title}"},"pixel_param_4":{"key":"URL","value":"{url}"}}; </script> <script src="https://arkiagames.com/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/app.js?ver=3.33" id="ht_ctc_app_js-js"></script> <script src="https://arkiagames.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/arkiagames.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src="https://arkiagames.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script src="https://arkiagames.com/wp-content/plugins/wp-forms-puzzle-captcha/assets/js/wfpc-puzzle-captcha.js?ver=6.4.3" id="wfpc-admin-js-js"></script> <script id="wfpc-login-js-js-extra"> var wfpc_ajax = {"url":"https:\/\/arkiagames.com\/wp-admin\/admin-ajax.php","img_url":"https:\/\/arkiagames.com\/wp-content\/plugins\/wp-forms-puzzle-captcha\/assets\/"}; </script> <script src="https://arkiagames.com/wp-content/plugins/wp-forms-puzzle-captcha/assets/js/wfpc-custom-script.js?ver=6.4.3" id="wfpc-login-js-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/bootstrap/js/bootstrap.min.js?ver=4.0.0" id="bootstrap-script-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/owl-carousel/owl.carousel.min.js?ver=2.3.4" id="owl-carousel-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/match-height/jquery.matchHeight-min.js?ver=0.7.2" id="jquery-match-height-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/js/skip-link-focus-fix.js?ver=20151215" id="magazinenp-skip-link-focus-fix-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/jquery.marquee/jquery.marquee.min.js?ver=6.4.3" id="jquery-marquee-js"></script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/vendor/sticky/jquery.sticky.js?ver=1.0.4" id="jquery-sticky-js"></script> <script id="magazinenp-scripts-js-extra"> var magazinenp_script = {"ticker_direction":"left"}; </script> <script src="https://arkiagames.com/wp-content/themes/magazinenp/assets/js/magazinenp.js?ver=1.1.13" id="magazinenp-scripts-js"></script> <script src="https://arkiagames.com/wp-content/plugins/visual-footer-credit-remover/script.js?ver=6.4.3" id="jabvfcr_script-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "We don’t usually include place-and-simply click adventure video games on our website, but Return to Monkey Island is a specific exception. Incorporating factors like voodoo, ghastly pirate curses, and a series antagonist who’s actually risen from the lifeless extra periods than we can depend, it’s a activity that has much more than adequate adventure, comedy, and light-weight-hearted horror to justify mentioning.\nReturn to Monkey Island marks the unpredicted return of series creator Ron Gilbert and proceeds the tale of the legendary pirate experience games The Mystery of Monkey Island and Monkey Island 2: LeChuck’s Revenge. This most recent entry is made by Gilbert’s Terrible Toybox studio and revealed by Devolver Digital in collaboration with Lucasfilm Games.\nIt’s been quite a few many years considering the fact that wannabe pirate-turned-swashbuckler Guybrush Threepwood was previous locked in a fight of wits with his nemesis, the zombie pirate LeChuck. His legitimate adore, Elaine Marley, has turned her concentration away from governing and Guybrush himself is adrift and unfulfilled, getting never observed the Secret of Monkey Island. Hip, younger pirate leaders led by Captain Madison have shuffled the old guard from power, Melee Island has taken a flip for the even worse, and famed businessman Stan has been imprisoned for ‘marketing-related crimes’.\nBanter with aged buddies and new faces on common islands now under risky new leadership. Then, just take to the large seas and investigate the new and not known as you work your way out of tough predicaments. Clever puzzles, strange predicaments, and devastating ripostes are all that stand amongst Guybrush and glory.\n- Return to Level & Click on Swashbuckling – Bringing classic place-and-simply click gameplay to the fashionable-day, intrepid pirates will clear up puzzles and explore the islands with a clever evolution of traditional experience activity controls. Context-delicate interactions, reactive dialog trees, and an simple-to-use inventory method make pirating a breeze.\n- Embark on Archipelago Adventures – Navigate the from time to time-welcoming confines of Melee Island, a common spot that finds itself below new management by leaders who have set the squeeze on previous buddies and new faces. Enterprise out into uncharted lands like the aptly named Terror Island and the chilling outposts of Brrr Muda to make allies and enemies alike.\n- Produced by a Legendary Crew – This new chapter in the Monkey Island series is helmed by the iconic series’ creator Ron Gilbert, who is joined by activity co-author Dave Grossman, art director Rex Crowle (Knights & Bikes, Tearaway), and composers Peter McConnell, Michael Land, and Clint Bajakian (Monkey Island, Monkey Island 2: LeChuck’s Revenge).\nWhen screenshots for the video game ended up initially unveiled, I’ll admit I was a little shocked by the artwork fashion. Due to the fact then, however, it’s grown on me. It has a storybook quality equivalent to that showcased in online games like Damaged Age and Child of Mild. Ron Gilbert reported that he did not want to make a retro, throwback activity but in its place “wanted the art in Return to Monkey Island to be provocative, shocking, and not what anyone was anticipating.” I’d say he succeeded. I also have faith that the builders know what they are doing and belief that their selections healthy with the kind of recreation they want to make.\nOver and above the visuals, the figures, puzzles, and dialogue all appear to be to have the exact substantial benchmarks of quality we’ve appear to count on from the series. Immediately after ready for what appears like an eternity, we lastly get to experience Ron Gilbert’s eyesight of “Monkey Island 3a.”\nReturn to Monkey Island releases nowadays on Switch and Computer by way of Steam for a pretty affordable $24.99. The developer has however to validate what other platforms the activity may possibly surface on in the long run or regardless of whether there are any designs for a bodily launch.\nYou can look at out the formal start trailer below.", "id": "<urn:uuid:13a634b0-5031-4ba9-ad41-16901124a9bf>", "dump": "CC-MAIN-2024-10", "url": "https://arkiagames.com/return-to-monkey-island-drops-anchor-on-pc-switch-today.html", "date": "2024-02-25T09:49:24", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9417742490768433, "token_count": 895 } }
<urn:uuid:e93f070e-20ea-40ce-8432-0bd63159bee6>
<!DOCTYPE html> <html lang="en"> <head> <!-- iid: 83 --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="For families with children of all ages Stop In for Stories is for children of all ages and an accompanying adult. This fun and interactive program combines activities such as..."> <meta property="og:site_name" content="Events Calendar" /> <meta property="og:type" content="article" /> <meta property="article:tag" content="Event" /> <meta property="og:url" content="https://arlingtonva.libcal.com/event/9554453"/> <meta property="og:title" content="Stop in for Stories at Central"/> <meta property="og:description" content="For families with children of all ages Stop In for Stories is for children of all ages and an accompanying adult. This fun and interactive program combines activities such as..."/> <meta property="og:image" content="https://lcimages.s3.amazonaws.com/data/feat_img/83/6828/1502312020.jpg"/> <link href="https://static-assets-us.libcal.com/css_450/bootstrap3.min.css" rel="stylesheet"> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link href="https://static-assets-us.libcal.com/css_450/LibCal_public.min.css" rel="stylesheet"> <link href="https://static-assets-us.libcal.com/css_450/print.min.css" rel="stylesheet" media="print"> <script src="https://static-assets-us.libcal.com/js_450/jquery.min.js"></script> <script src="https://static-assets-us.libcal.com/js_450/bootstrap3.min.js"></script> <script src="https://static-assets-us.libcal.com/js_450/LibCal_public.min.js"></script> <script> springSpace.dateFormat = "dddd, MMMM D, YYYY"; springSpace.dateShortFormat = "dddd, MMMM D, YYYY"; springSpace.timeFormat = "h:mma"; springSpace.timezone = 'America/New_York'; springSpace.currency = "USD"; springSpace.currencySymbol = "$"; springSpace.language = 'en'; // en springSpace.locale = 'en-US'; // en-US springSpace.phpTimeFormat = 'g:ia'; springSpace.bootstrapAsset = 'https://static-assets-us.libcal.com/css_450/bootstrap3_16.min.css'; springSpace.publicCssAsset = 'https://static-assets-us.libcal.com/css_450/LibCal_public.min.css'; springSpace.adminCssAsset = 'https://static-assets-us.libcal.com/css_450/LibCal_admin.min.css'; </script> <title> Stop in for Stories at Central - Events Calendar - Home </title> <style> #s-lc-public-banner { padding: 0; margin: 0; } .s-lc-public-footer { margin: 0; } </style> <link rel="stylesheet" href="https://static-assets-us.libcal.com/css_450/fullcalendar.min.css"/> <style> </style> <script> var springSpace = springSpace || {}; springSpace.lc = springSpace.lc || {}; springSpace.lc.Page = { event_id: 9554453, calendar_id: 12881, more_calendar: '/widget/events/minicalendar?iid=83&cal_id=12881&l=5&tar=0&h=450', iid: 83 }; </script> <script> (function( $ ) { var scriptName = 'apl libcal head script'; var loc = window.location; var hash = loc.hash; if (hash && hash.indexOf('googtrans') > -1) { console.log(scriptName, 'init', 'hash', hash); window.aplGtranslateHash = window.aplGtranslateHash || function () { //console.log('aplGtranslateHash', 'hash', hash, window.location.hash); if (window.location.hash) { console.log('aplGtranslateHash already exists', window.location.hash); return; } console.log('aplGtranslateHash missing, add it back', 'hash', hash, window.location.hash); if ('pushState' in history) { history.pushState({}, document.title, hash); console.log('aplGtranslateHash added back', 'hash', hash, window.location.hash); } } } else { return; } $(function() { console.log(scriptName, 'Handler for .ready() called.', 'hash', window.location.hash); }); window.addEventListener('load', function() { console.log(scriptName, 'page is fully loaded', hash, window.location.hash); if (window.aplGtranslateHash) { //window.aplGtranslateHash(); } }); })( jQuery ); </script> <link type="text/css" rel="stylesheet" media="all" href="//arlingtonvalibrary.s3.amazonaws.com/presentation/css/alert-msg.css?v=1.0.6" /> <link href="https://library.arlingtonva.us/wp-content/plugins/apl-alert-messages/public/css/apl-alert-messages-public.css" rel="stylesheet" media="all" type="text/css" /> <link href="//s3.amazonaws.com/arlingtonvalibrary/presentation/css/libcal-custom.css?v=1.1.4" rel="stylesheet" media="all" type="text/css" /> <link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet" media="all" type="text/css" /> <link href="https://library.arlingtonva.us/wp-content/uploads/maxmegamenu/style.css?v=2023-09-08" rel="stylesheet" media="all" type="text/css" /> <link href="https://library.arlingtonva.us/wp-includes/css/dashicons.min.css?ver=5.6.2" rel="stylesheet" media="all" type="text/css" /> <link rel="stylesheet" id="ubuntu-css" href="https://fonts.googleapis.com/css?family=Ubuntu" type="text/css" media="all" /> <link href="https://arlingtonvalibrary.s3.amazonaws.com/presentation/css/wp-lib-nav-menu-2017.css?v=2021-11-17" rel="stylesheet" media="all" type="text/css" /> <!--<script type="text/javascript" src="//s3.amazonaws.com/arlingtonvalibrary/presentation/js/libcal-test-js.js?v=1.0.5" language="javascript"></script>--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10610764-25', 'auto', {'allowLinker': true}); ga('require', 'linker'); ga('linker:autoLink', ['library.arlingtonva.us', 'libcat.arlingtonva.us', 'libsys.arlingtonva.us', 'm.libsys.arlingtonva.us', 'library.arlingtonva.libguides.com', 'libraryarchives.arlingtonva.us', 'projectdaps.org', 'nauck.omeka.net'] ); ga('send', 'pageview'); </script> <style> .s-lc-public .apl-kickstart-custom.header-image .site-title a {width: 224px;} /* secondary alert-cv */ .apl-alert-messages-container .apl-alert-messages.alert-cv h1 { display: none; } .apl-alert-messages-container .apl-alert-messages.alert-cv h2 a:before { content: "\00BB"; margin-right: 5px; } .apl-alert-messages-container .apl-alert-messages.alert-cv:nth-of-type(n+2) { /* background: #6B7000; #E38410 */ /* color: #fff; */ border-top: 1px solid #a4a4a4; } </style> <style> #event_cal_9325 #apl-banner-wrapper header.site-header, #event_cal_9325 #s-lc-event-tool-btns, #event_cal_9325 dt.location-campus, #event_cal_9325 dd.location-campus, #event_cal_9325 dt.calendar, #event_cal_9325 dd.calendar, #event_cal_9325 #s-lc-box-12240-container, #event_cal_9325 #s-lc-public-footer { display: none; } /* Make an Appointment page hide location select */ body#app.s-lc-public-page-5 select#s-lc-app-location, body#app.s-lc-public-page-5 button[data-id="s-lc-app-location"] { display: none; } /* wp nav menu searchbox 2023-09-08 */ .apl-searchbox-form input.apl-searchbox-input { border-top: 10px solid #bbb; border-left: 10px solid #bbb; border-bottom: 10px solid #bbb; } .apl-searchbox-form input[type="submit"].apl-searchbox-submit { line-height: 24px; } </style> <script> /** * 2021-07-01 JN * Make an Appointment page * Adds selected resource name to page header */ function appointmenBookingPageTitle() { var makeAppointment = document.querySelector('body.s-lc-public-page-5'); if (!makeAppointment) { return; } var select = document.querySelector('#s-lc-app-location'); if (!select) { return; } var selected = select.querySelector('option[selected="selected"]'); if (!selected) { return; } var appTitle = selected.textContent; var appBoookingTitle = document.querySelector('.s-lc-app-booking-title'); if (!appBoookingTitle) { return; } appBoookingTitle.textContent += appTitle; return; } function appointmenBookingPageHideLocation() { var pageSelector = 'body.s-lc-public-page-5'; var page = document.querySelector(pageSelector); if (!page) { return; } // Select the node that will be observed for mutations var targetSelector = '#s-lc-app-results #s-lc-app-success-location'; var targetNode = document.querySelector(targetSelector); if (!targetNode) { return; } //console.log('targetNode', targetNode); // Options for the observer (which mutations to observe) var config = { childList: true }; // Callback function to execute when mutations are observed var callback = function(mutationsList, observer) { for(var mutation of mutationsList) { if (mutation.type == 'childList') { //console.log('watch targetNode has changed or child has been added/removed', mutation); //console.log('targetNode.textContent ', targetNode.textContent); if (targetNode.textContent === 'Center for Local History') { targetNode.parentNode.classList.add('hide'); } else { targetNode.parentNode.classList.remove('hide'); } //observer.disconnect(); } } }; // Create an observer instance linked to the callback function var observer = new MutationObserver(callback); // Start observing the target node for configured mutations observer.observe(targetNode, config); return; } document.addEventListener("DOMContentLoaded", function(){ //execute after DOMContentLoaded appointmenBookingPageTitle(); appointmenBookingPageHideLocation() }); </script> </head> <body id="event_cal_12881" class="s-lc-public s-lc-public-page-2"> <a id="s-lc-public-skiplink" class="s-lc-skiplink alert-info" href="#s-lc-public-title-area">Skip to Main Content</a> <div id="s-lc-public-cust-header" role="banner"><div id="apl-banner-wrapper" class="apl-kickstart-custom header-image"></div></div> <div class="container"> <div id="s-lc-public-bc" class="row"> <div class="col-md-12"> <nav aria-label="Breadcrumb"> <ol class="breadcrumb"> <li><a href="https://library.arlingtonva.us">Home</a></li> <li class="s-lc-desktop-only"><a href="https://arlingtonva.libcal.com">Events Calendar</a></li> <li><a href="/calendar/apl">Arlington Public Library</a></li> </ol> </nav> </div> </div> <noscript> <div class="alert alert-danger" id="noscript">Your browser has javascript disabled. Without javascript some functions will not work.</div> </noscript> <div id="s-lc-public-title-area"> </div> <main> <div id="s-lc-public-header" class="s-lc-header row clearfix"> <div class="col-md-12"> <div class="s-lc-public-header-text"> <h1 id="s-lc-public-header-title">Stop in for Stories at Central</h1> </div> </div> </div> <div id="s-lc-page-maincontent" role="main"><div class="s-lc-row row"> <div id="s-lc-page-column-0" class="s-lc-column-top col-md-12"></div> </div><div class="s-lc-row row"><div id="s-lc-page-column-1" class="s-lc-page-column col-md-12"><div id="s-lc-box-737-container" class="s-lc-box-container s-lc-color-bars-border s-lc-box-thinborder s-lc-box-type-7 s-lc-box-position-1"> <div id="s-lc-box-737" class="s-lc-box s-lc-box-html" role="region" aria-label="&nbsp"> <div class="s-lc-box-title s-lc-color-bars s-lc-color-bars-border"><h1>&nbsp </h1></div> <div class="s-lc-box-content clearfix"><!-- Admin : Look and Feel : Event Page Template --> <div class="row"> <div class="col-md-12"> <div class="media"> <!-- <div class="media-left"> <img class="media-object img-thumbnail img-responsive s-lc-event-fi" src="//lcimages.s3.amazonaws.com/data/feat_img/83/6828/1502312020.jpg" alt="Stop in for Stories at Central"> </div> --> <div class="media-body"> <div class="btn-group pull-right" id="s-lc-event-tool-btns"> <a class="btn btn-default" href="#" onclick="window.print(); return false;" data-container="body" data-toggle="tooltip" title="Print page" id="s-lc-event-b-p"><i class="fa fa-print fa-lg"></i><span class="sr-only">Print the page</span></a> <a class="btn btn-default" href="/event/ical?id=9554453" data-container="body" data-toggle="tooltip" title="Add to Calendar using iCal" id="s-lc-event-b-c"><i class="fa fa-calendar fa-lg"></i><span class="sr-only">Add to a Calendar using iCal</span></a> <a class="btn btn-default" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Farlingtonva.libcal.com%2Fevent%2F9554453" data-container="body" data-toggle="tooltip" title="Share on Facebook" id="s-lc-event-b-f" target="_blank"><i class="fa fa-facebook-square fa-lg"></i><span class="sr-only">Share page on Facebook</span></a> <a class="btn btn-default" href="https://twitter.com/intent/tweet?text=Check%20out%3A%20%22Stop%20in%20for%20Stories%20at%20Central%22%20https%3A%2F%2Farlingtonva.libcal.com%2Fevent%2F9554453" data-container="body" data-toggle="tooltip" title="Share on Twitter" id="s-lc-event-b-t" target="_blank"><i class="fa fa-twitter-square fa-lg"></i><span class="sr-only">Share page on Twitter</span></a> </div> <div class="apl-featured-image"> <img class="media-object img-thumbnail img-responsive s-lc-event-fi" src="//lcimages.s3.amazonaws.com/data/feat_img/83/6828/1502312020.jpg" alt="Stop in for Stories at Central"> </div> <div id="s-lc-event-desc"> <h3>For families with children of all ages</h3> <p>Stop In for Stories is for&nbsp;children of all ages and an accompanying adult. This fun and interactive program combines activities such as read-aloud stories, songs, rhymes and fingerplays and introduces children to listening skills, picture books, the library, and the joy of reading.&nbsp;<br /> &nbsp;</p> <p><span style="color:#e74c3c;"></span></p> <p paraeid="{8b3518f1-90c5-4ff3-832e-23f82c3c69c7}{252}" paraid="1527838571"><span style="display: none;">&nbsp;</span><strong>No registration required. Attendance is first-come, first-served until event capacity is reached. </strong><span style="display: none;">&nbsp;</span></p> <p><span style="color:#e74c3c;"></span>For our current policies on masking, please see our<a href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flibrary.arlingtonva.us%2Flibrary-operations-updates%2F&amp;data=04%7C01%7Cjmontague-stephenson%40arlingtonva.us%7C32c368fa6dca42e7610d08d9fd567f0b%7C803548041fdf428e9f5f5091e994cf54%7C0%7C0%7C637819370227351736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=wYry4o3%2FCUZT51M9LbaQh2XU8KOFijGt9gM4IrnA2xA%3D&amp;reserved=0">&nbsp;Library Operations Update</a>.</p> <p><em>Call <span style="color:#e74c3c;"></span>(703) 228-5946&nbsp;for more information.</em></p> </div> <dl class="dl-horizontal s-lc-event-dl"> <dt>Date:</dt> <dd>Sunday, March 12, 2023 <i class="fa fa-calendar pad-left-med" aria-hidden="true"></i> <a href="#" onclick="jQuery('#future_').toggle(); return false;"> Show more dates</a> <p id="future_" style="display:none"> <a href="/event/9554454">Sunday, March 19, 2023</a><br> <a href="/event/9554455">Sunday, March 26, 2023</a><br> <a href="/event/9554456">Sunday, April 2, 2023</a><br> <a href="/event/9554458">Sunday, April 16, 2023</a><br> <a href="/event/9554459">Sunday, April 23, 2023</a><br> <a href="/event/9554460">Sunday, April 30, 2023</a><br> </p> </dd> <dt>Time:</dt> <dd>10:45am - 11:15am</dd> <dt class="location-location">Location:</dt> <dd class="location-location">Children's Area </dd> <dt class="location-campus">Library:</dt> <dd class="location-campus"><a href="https://library.arlingtonva.us/locations/" data-locname="Central Library" title="Library Locations">Central Library</a></dd> <dt class="audience">Audience:</dt> <dd class="audience"> <span class="s-lc-event-category-color" style="background-color:#3AD1B3"> </span> <span class="s-lc-event-category-link"> <a href="https://library.arlingtonva.us/calendar/?event_audience=Events for Babies and Preschoolers">Events for Babies and Preschoolers</a> </span> <span class="s-lc-event-category-color" style="background-color:#3AD1B3"> </span> <span class="s-lc-event-category-link"> <a href="https://library.arlingtonva.us/calendar/?event_audience=Events for Elementary Schoolers">Events for Elementary Schoolers</a> </span> <span class="s-lc-event-category-color" style="background-color:#3AD1B3"> </span> <span class="s-lc-event-category-link"> <a href="https://library.arlingtonva.us/calendar/?event_audience=Good for Families">Good for Families</a> </span> </dd> <dt class="category">Categories: </dt> <dd class="category"> <span class="s-lc-event-category-color" style="background-color:#B3C8EF"> </span> <span class="s-lc-event-category-link"> <a href="https://library.arlingtonva.us/calendar/?event_category=Storytime">Storytime</a> </span> </dd> <dt class="calendar" data-calname="Arlington Public Library">Calendar:</dt> <dd class="calendar" data-calname="Arlington Public Library"> <a href="https://library.arlingtonva.us/calendar/?event_branch=Arlington Public Library">Arlington Public Library</a> </dd> </dl> <div style="display:none;"> <ul> <li>Location campus <a href="https://library.arlingtonva.us/locations/Central Library" title="Library Locations">Central Library</a></li> <li>Audience: <ul> <li><a href="https://library.arlingtonva.us/calendar/?event_audience=Events for Babies and Preschoolers">Events for Babies and Preschoolers</a></li> <li><a href="https://library.arlingtonva.us/calendar/?event_audience=Events for Elementary Schoolers">Events for Elementary Schoolers</a></li> <li><a href="https://library.arlingtonva.us/calendar/?event_audience=Good for Families">Good for Families</a></li> </ul> </li> <li>Categories: <ul> <li><a href="https://library.arlingtonva.us/calendar/?event_category=Storytime">Storytime</a></li> </ul> </li> </ul> </div> </div> </div> </div> </div> <script>hit('9554453', 'event', 'r');</script> <div class="row margin-top-med"> <div class="col-md-12"><p><span style="color:#e74c3c;"></span></p></div> </div> <script>jQuery("body").addClass("s-lc-public-evtp");</script></div> </div> </div></div></div><div class="s-lc-row row"> <div id="s-lc-page-column-4" class="s-lc-column-bottom col-md-12"><div id="s-lc-box-12240-container" class="s-lc-box-container s-lc-color-bars-border s-lc-box-type-1 s-lc-box-position-1"> <div id="s-lc-box-12240" class="s-lc-box s-lc-box-html" role="region" aria-label="About Our Events"> <div class="s-lc-box-title s-lc-color-bars s-lc-color-bars-border"><h1>About Our Events </h1></div> <div class="s-lc-box-content clearfix"><div id="s-lc-content-text-12082" class="s-lc-content-text s-lc-content cf"> <p style="line-height: 20.8px;"><strong><a href="http://library.arlingtonva.us/services/special-accommodations/accommodations-in-the-library/">Accommodations in the Library</a></strong></p> <p style="line-height: 20.8px;">Arlington County provides accommodations to individuals with disabilities upon request. Please contact ​us at least five (5) business days in advance.</p> <ul> <li>Phone: 703-228-5993</li> <li>Email: Jberg@arlingtonva.us</li> </ul> </div></div> </div> </div></div> </div></div> </main> <footer id="s-lc-public-footer" class="row s-lc-public-footer"> <div id="s-lc-public-footer-brand"> <span title="libcal-us-2">Powered by</span> <a href="https://www.springshare.com">Springshare</a>. </div> <div id="s-lc-public-footer-rights"> All rights reserved. </div> <div id="s-lc-footer-support-link"> <a href="https://library.arlingtonva.us/contact-us/website-feedback/">Report a tech support issue.</a> </div> <div id="s-lc-public-footer-admin-links" role="navigation" aria-label="Admin Footer"> <a id="s-lc-sign-in" href="https://arlingtonva.libapps.com/libapps/login.php?site_id=4163&amp;target=">Login to LibApps</a> </div> <div class="s-lc-public-footer-actions"> <div id="s-lc-language"> <select id="s-lc-language-selector" aria-label="Select Language"> <option value="ca" >català</option> <option value="cy" >Cymraeg</option> <option value="en" selected>English</option> <option value="es" >español</option> <option value="fr" >français</option> <option value="ga" >Irish</option> <option value="ja" >日本語 Nihongo</option> <option value="nl" >Nederlands</option> <option value="sl" >slovenski jezik</option> <option value="vi" >Tiếng Việt</option> <option value="zh" >中文 Zhōngwén</option> </select> </div> </div> </footer> <!-- Global site tag (gtag.js) - Google Analytics 2023-06-21 JN --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4YEXRGZLP6"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){window.dataLayer.push(arguments);} gtag('js', new Date()); /* site GA4 Measurement ID */ gtag('config', 'G-4YEXRGZLP6'); /* cross-domain GA4 Measurement ID */ gtag('config', 'G-Z2ECWWH16V', { 'linker': { 'domains': ['library.arlingtonva.us', 'libcat.arlingtonva.us', 'libsys.arlingtonva.us', 'library.arlingtonva.libguides.com', 'arlingtonva.libcal.com', 'libraryarchives.arlingtonva.us', 'projectdaps.org', 'arlingtonwomenshistory.org'] } }); </script> </div> <div id="s-lc-public-cust-footer"><!-- <script type="text/javascript" src="https://library.arlingtonva.us/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4"></script> --> <!-- <script type="text/javascript" src="https://library.arlingtonva.us/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4"></script> --> <!-- <script type="text/javascript" src="https://library.arlingtonva.us/wp-includes/js/jquery/ui/selectmenu.min.js"></script> --> <script type="text/javascript"> /* <![CDATA[ */ var KickstartL10n = {"mainMenu":"Menu","subMenu":"Menu"}; var cludo_search_settings = {}; /* ]]> */ </script> <script> (function() { var base = 'https://arlingtonvalibrary.s3.amazonaws.com/presentation/common/js/'; var prod = 'apl-wp-site-header-rest-api-jsonp.min.js'; var test = 'apl-wp-site-header-rest-api-jsonp.dev.js'; var src = (window.aplGtranslateHash) ? test : prod; src = base + src; document.write('<script src="' + src + '"><\/script>'); })(); </script> <!-- <script src="https://arlingtonvalibrary.s3.amazonaws.com/presentation/common/js/apl-wp-site-header-rest-api-jsonp-test.js?v=1.0.5"></script> --> <!-- <script src="https://arlingtonvalibrary.s3.amazonaws.com/presentation/common/js/apl-wp-site-header-rest-api-jsonp.min.js?v=1.0.5"></script> --> <script src="https://arlingtonvalibrary.s3.amazonaws.com/presentation/js/apl-wp-alert-msg.js"></script> <script src="//s3.amazonaws.com/arlingtonvalibrary/presentation/js/libcal-custom.js?v=1.0.8"></script> </div> <script defer src="https://static-assets-us.libcal.com/js_450/fullcalendar.min.js"></script> <script defer src="https://static-assets-us.libcal.com/js_450/selectpicker.min.js"></script> <script> var springyFullCalendar = { commonOptions: { schedulerLicenseKey: '0391239527-fcs-1659132663', now: '2024\u002D02\u002D25\u002004\u003A05', nowIndicator: true, scrollTime: '03\u003A00\u003A00', lazyFetching: false, locale: springSpace.language, themeSystem: 'bootstrap', eventTextColor: '#222', eventDisplay: 'block', moreLinkClick: 'day', bootstrapFontAwesome: { goToDate: 'fa-calendar', goToNextAvailable: 'fa-fast-forward', refresh: 'fa-refresh', }, navLinks: true, // https://fullcalendar.io/docs/navLinks resourceOrder: false, // https://fullcalendar.io/docs/resourceOrder stickyHeaderDates: false, // https://fullcalendar.io/docs/stickyHeaderDates && https://github.com/springshare/LibCal/issues/11801 dayCellContent: function (info) { // regardless of language, show the day as a number with no extra characters return info.date.getDate(); }, }, timelineOptions: { height: 'auto', refetchResourcesOnNavigate: false, eventOverlap: false, displayEventTime: false, slotDuration: '01\u003A00', titleFormat: springSpace.dateFormat, views: { timelineSingleDay: { type: 'resourceTimeline', buttonText: 'Day\u0020View', duration: {days: 1}, slotLabelFormat: springSpace.timeFormat, }, timelineHourlyShort: { type: 'resourceTimeline', duration: {days: 3}, slotLabelFormat: [springSpace.dateFormat, springSpace.timeFormat], }, timelineHourlyLong: { type: 'resourceTimeline', duration: {days: 7}, slotLabelFormat: [springSpace.dateFormat, springSpace.timeFormat], }, timelineDailyLong: { type: 'resourceTimeline', slotDuration: '24:00', duration: {days: 28}, slotLabelFormat: ['dd D'], nowIndicator: false }, resourceTimeGridWeek: { buttonText: 'Week\u0020View', slotLabelFormat: springSpace.timeFormat, } }, }, publicTexts: { allDay: 'All\u0020Day', available: 'Available', dayGridMonth: 'Month', dayGridWeek: 'Agenda', goToDate: 'Go\u0020To\u0020Date', goToNextAvailable: 'Next\u0020Available', next: 'Next', prev: 'Previous', timeGridDay: 'Day', timeGridWeek: 'Week', today: 'Today', unavailable: 'Unavailable\/Padding', yourBooking: 'Your\u0020Booking', listWeek: 'Week\u0020List', }, adminTexts: { goToDate: 'Go\u0020To\u0020Date', refresh: 'Refresh', prev: 'Previous', next: 'Next', today: 'Today', week: 'Week', month: 'Month', day: 'Day', dayGridWeek: 'Agenda', allDay: 'All\u0020Day', atLocation: '\u0025title\u0025\u0020at\u0020\u0025location\u0025', }, dateTimeFormats: { monthViewTitle: 'MMMM YYYY', }, }; // placeholder for dynamic content boxes with a full calendar var calendarList = {}; function reRenderCalendarList() { for (var calId in calendarList) { calendarList[calId].render(); } } </script> <script defer src="https://static-assets-us.libcal.com/js_450/direct/full-calendar-common.min.js"></script> <script> var springyPage = { registration: 'Register', inPersonRegistration: 'In\u002DPerson\u0020Registration', onlineRegistration: 'Online\u0020Registration', registrationTypePhysical: 0, registrationTypeOnline: 1, }; var queueId = null; function removeErrors() { jQuery(".s-lc-event-q").removeClass("has-error").find(".error-message").remove(); } function addError(id, customMessage) { var message = customMessage !== undefined ? customMessage : "is\u0020required"; jQuery(".s-lc-" + id).addClass("has-error").find(".form-control").attr("aria-invalid", true); jQuery(".s-lc-" + id).find(".s-lc-event-flabel").append("<div class=\"error-message\">" + message + "</div>"); if (id == "name") { // dont guess which element to focus - just let the caller set it } else if (id == "email") { jQuery("#" + id).focus(); } else if (id > "0") { jQuery("#q" + id).focus(); } return false; } function refreshPositionInQueue() { if (queueId == 0) { return; } jQuery.ajax({ url: '/ajax/event/refresh/' + queueId, type: 'post', dataType: 'json', }); } function toggleHybridRegistrationType() { var isHybrid = springyCommon.parseInt(jQuery("#is_hybrid").val()); if (isHybrid > 0) { var registrationType = springyCommon.parseInt(jQuery('input[name="hybrid_registration_type"]:checked').val()); jQuery('#s-lc-multi-seat-physical').toggle(registrationType === springyPage.registrationTypePhysical); jQuery('#s-lc-multi-seat-online').toggle(registrationType === springyPage.registrationTypeOnline); jQuery('.s-lc-registration-type-physical').toggle(registrationType === springyPage.registrationTypePhysical); jQuery('.s-lc-registration-type-online').toggle(registrationType === springyPage.registrationTypeOnline); jQuery('#s-lc-online-notice').toggle(registrationType === springyPage.registrationTypeOnline); } } function beginRegistration() { var isHybrid = springyCommon.parseInt(jQuery("#is_hybrid").val()); var registrationType; var registrationLabel = springyPage.registration; var multiOptionId = '#reg_multi_pre'; if (isHybrid > 0) { registrationType = springyCommon.parseInt(jQuery('input[name="hybrid_registration_type"]:checked').val()); if (registrationType === springyPage.registrationTypePhysical) { multiOptionId = '#physical_multi_pre'; registrationLabel = springyPage.inPersonRegistration; } else { multiOptionId = '#online_multi_pre'; registrationLabel = springyPage.onlineRegistration; } } else { registrationType = springyCommon.parseInt(jQuery('input[name="single_registration_type"]').val()); } var seats = springyCommon.parseInt(jQuery(multiOptionId).val(), 1); workingAlert(); jQuery("#s-lc-event-sub").prop('disabled', true); jQuery.ajax({ url: "/ajax/event/begin/9554453", type: "post", dataType: "json", data: { registrationType: registrationType, seats: seats, }, }) .always(function (data) { stopAlert(); jQuery("#s-lc-event-sub").prop('disabled', false); }) .done(function(data) { if (data.redirect) { window.location = data.redirect; return false; } queueId = data.id; // pass registration type to the second form on the page jQuery('input[name="registration_type"]').val(registrationType); // display things differently if its a full registration or waitlist if (queueId != "0") { // full registration var buttonAdditionalText = ''; if (data.seatsToReserve == 2) { buttonAdditionalText = " + Guest"; } else if (data.seatsToReserve > 2) { buttonAdditionalText = " + " + (data.seatsToReserve - 1) + " Guests"; } var buttonText = 'Submit'; var seatsLeft = data.seats - data.seatsTaken; var seatsLeftString = seatsLeft + ' ' + (seatsLeft == 1 ? "available" : "available"); jQuery("#lc-event-seats-left").html(registrationLabel + ' <small id="s-lc-event-seats-left">(' + seatsLeftString + ')</small>'); jQuery("#lc-event-reg-notice").html('Use\u0020this\u0020form\u0020to\u0020Register\u0020or\u0020RSVP\u0020for\u0020an\u0020event'); jQuery("#s-lc-event-sub, #s-lc-event-asub").text(buttonText + buttonAdditionalText); jQuery("#s-lc-booking-queue-warning").text(data.warningText).show(); if (data.totalCost > 0) { var bookingCostInfoText = "This\u0020booking\u0020will\u0020cost\u0020\u007Bamount\u007D."; var totalCost = bookingCostInfoText.replace("{amount}", springSpace.formatCurrency(data.totalCost)); jQuery("#s-lc-event-registration-cost").html(totalCost).show(); } } else { // waiting list jQuery("#lc-event-seats-left").hide(); var waitingListNotice = 'This\u0020session\u0020is\u0020\u003Cstrong\u003Ealready\u0020full\u003C\/strong\u003E.\u0020Please\u0020enter\u0020your\u0020details\u0020to\u0020be\u0020placed\u0020on\u0020a\u0020waiting\u0020list.' + '<br>There\u0020are\u0020currently\u0020\u007Bcount\u007D\u0020registrants\u0020ahead\u0020of\u0020you\u0020on\u0020the\u0020waiting\u0020list.'.replace('{count}', data.waitListCount); jQuery("#lc-event-reg-notice").html(waitingListNotice); jQuery("#s-lc-event-sub, #s-lc-event-asub").text('Register\u0020for\u0020Waiting\u0020List'); } jQuery("#event-pre-registration").hide(); jQuery("#event-registration-form").show().on('change', refreshPositionInQueue); }) .fail(ajaxErrorHandler); return false; } function createFullRegistrationSuccessMessage(isPaymentRequired) { if (!isPaymentRequired) { return "Success\u0021\u0020You\u0020have\u0020successfully\u0020registered.\u0020If\u0020you\u0020have\u0020provided\u0020an\u0020email\u0020with\u0020your\u0020registration,\u0020a\u0020confirmation\u0020message\u0020has\u0020been\u0020sent."; } return "You\u0020have\u0020been\u0020added\u0020to\u0020the\u0020event\u0020registration\u0020list.\u0020However,\u0020the\u0020registration\u0020process\u0020is\u0020not\u0020complete.\u0020You\u0020will\u0020need\u0020to\u0020make\u0020your\u0020payment\u0020at\u0020the\u0020location\u0020of\u0020the\u0020event."; } function createPaymentButtons(data) { return '<div id="s-lc-pay-buttons-container">' + '<a href="/event-booking/' + data.bookingId + '" class="btn btn-primary">Pay\u0020via\u0020Credit\u0020Card</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' + '<a href="#" id="s-lc-pay-in-person-button" class="btn btn-primary">Pay\u0020In\u0020Person</a>' + '</div>' + '<div id="s-lc-pay-in-person-message" style="display: none;">' + '<p>' + '<br><div class="alert alert-warning">' + "You\u0020have\u0020chosen\u0020to\u0020pay\u0020for\u0020this\u0020event,\u0020\u007Btitle\u007D,\u0020in\u0020person.\u0020\u0020Please\u0020remember\u0020to\u0020pay\u0020on\u0020the\u0020day\u0020this\u0020event\u0020starts.".replace("\u007Btitle\u007D", "Stop\u0020in\u0020for\u0020Stories\u0020at\u0020Central") + '</div>' + '</p>' + '</div>'; } function createPostRegistrationSuccessHtml(data) { var message; var isPaymentRequired = (data.totalCost > 0); if (data.fullRegistration) { message = createFullRegistrationSuccessMessage(isPaymentRequired); } else { message = "You\u0020have\u0020successfully\u0020registered\u0020for\u0020the\u0020waiting\u0020list\u0021\u0020You\u0020will\u0020receive\u0020a\u0020confirmation\u0020email\u0020shortly."; } var html = "<p>" + message + "</p>"; if (data.fullRegistration && isPaymentRequired) { var costDisplay = springSpace.formatCurrency(data.totalCost); var costInfo = "This\u0020booking\u0020will\u0020cost\u0020\u007Bamount\u007D.".replace("\u007Bamount\u007D", costDisplay); html += '<p>' + costInfo + '</p>'; } return html; } function submitRegistration() { jQuery("#lc-s-event-register").find(".form-control").attr("aria-invalid", false); removeErrors(); if (!bookingFormValidation()) { // we had an issue validating the booking form - stop registration here return false; } workingAlert(); jQuery("#s-lc-event-sub").prop('disabled', true); jQuery.ajax({ url: "/ajax/event/submit/9554453", type: "post", dataType: "json", data: { id: queueId, formData: springyCommon.serializeFormAsArray("#lc-s-event-register"), }, }) .always(function (data) { stopAlert(); jQuery("#s-lc-event-sub").prop('disabled', false); }) .done(function(data) { jQuery("#lc-s-event-register").hide(); jQuery("#s-lc-event-register-result-message").html(createPostRegistrationSuccessHtml(data)).fadeIn("slow"); jQuery("#s-lc-pay-in-person-button").on("click", onPayInPersonButtonClick); jQuery("html, body").animate({scrollTop: 0}, "slow"); jQuery("#alert-success-msg").focus(); jQuery("#s-lc-event-register-success-div").show().focus(); }) .fail(ajaxErrorHandler); return false; } function onPayInPersonButtonClick() { jQuery("#s-lc-pay-buttons-container").hide(); jQuery("#s-lc-pay-in-person-message").show(); } jQuery(function() { accessibleIcons(); toggleHybridRegistrationType(); jQuery('input[name="hybrid_registration_type"]').on('change', toggleHybridRegistrationType); jQuery('#lc-s-event-pre-register').on('submit', beginRegistration); jQuery("#lc-s-event-register").on("submit", submitRegistration); jQuery('.s-lc-timezone-change').off('click').on('click', springyPublic.showTimezoneModal); }); </script> <script defer src="https://static-assets-us.libcal.com/js_450/myscheduler.min.js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Stop in for Stories at Central\nFor families with children of all ages\nStop In for Stories is for children of all ages and an accompanying adult. This fun and interactive program combines activities such as read-aloud stories, songs, rhymes and fingerplays and introduces children to listening skills, picture books, the library, and the joy of reading.\nNo registration required. Attendance is first-come, first-served until event capacity is reached.\nFor our current policies on masking, please see our Library Operations Update.\nCall (703) 228-5946 for more information.", "id": "<urn:uuid:e93f070e-20ea-40ce-8432-0bd63159bee6>", "dump": "CC-MAIN-2024-10", "url": "https://arlingtonva.libcal.com/event/9554453", "date": "2024-02-25T09:05:53", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9128477573394775, "token_count": 121 } }
<urn:uuid:25d91138-a0d2-4048-ac0d-97d47fad7fb3>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CBD Candy Gummies < Cbd Gummies Vs Hemp Oil Gummies < Aromatiza</title> <meta name="title" content="CBD Candy Gummies < Cbd Gummies Vs Hemp Oil Gummies < Aromatiza"> <meta name="description" content=""> <meta name="robots" content="index, follow"> <meta name="author" content="admin"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="canonical" href="https://aromatiza.com.gt/hemp-oil-gummies-a38754.html"> <meta property="article:published_time" content="2023-05-19T11:37:59+00:00" /> <script type="application/ld+json">{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement": [{"@type":"ListItem","position": 1,"item":{"@id":"/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"/about-us/","name":"Cbd Gummies Vs Hemp Oil Gummies"}}]}</script> <link rel="icon" href="https://aromatiza.com.gt/wp-content/uploads/2018/01/favicon.ico" sizes="32x32" /> <link rel="icon" href="https://aromatiza.com.gt/wp-content/uploads/2018/01/favicon.ico" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://aromatiza.com.gt/wp-content/uploads/2018/01/favicon.ico" /> <meta name="msapplication-TileImage" content="https://aromatiza.com.gt/wp-content/uploads/2018/01/favicon.ico" /> <style> body { font-family: 'Satisfy'; font-size: 20px; padding:5%; } li{ margin: 10px; } </style> </head> <body bgcolor="#FCF7FC"> <header> <h1><center> CBD Candy Gummies < Cbd Gummies Vs Hemp Oil Gummies < Aromatiza </center></h1> </header> <article> <section> <ul><li>how long does cbd edible last for</li><li>make cbd isolate edibles</li><li>cbd gummy shape rules</li><li>effects of thc gummy</li></ul><p>When you have paying a lot of time, you can get some fitnesses before using this product. </p><p>Frowning deliberately, my pretended to be embarrassed, and said But, that is the signboard of our store, and it make cbd isolate edibles has been hanging for decades I understand this, it has been hanging for so many years, cbd gummies vs hemp oil gummies and I have feelings We really want to buy this copper gourd, and hope you can part with it. </p><p>s have been proven to provide sure that the best results make you get the interesting and dry. By reading the exact system receptors that not only be used for the user to make you feel satisfying. </p><p>He subconsciously didn't believe cbd gummies vs hemp oil gummies Miss's words, but It was reason that told him that if it wasn't for this reason, how could there be frequent accidents at the door of his shop in just one hour? I have been looking at the store here for several days, and this kind of thing has never happened before. </p><p>he didn't intend to hide it from him, and in order to cultivate it as his big client, he had to constantly show his strength in front of him, so that he could make him believe in himself more and more, so he said Actually, the person hanging at the door The string of copper gourds Aromatiza is not only used as a signboard, but make cbd isolate edibles also has other uses what is the usage? it became even more curious this time. </p><p>This shows that whether it is himself or it, in his eyes, it is just coming and going, but who told Madam to be the real estate agent in they? Is he the leader of the world and he is also working as a fool in this industry? Mr is not a joke, he has heard before that Miss best place to buy thc gummies online is a small-minded person, and he is definitely a person who will take revenge. </p><p>Since we known as anti-inflammatory, the CBD edibles are in a carrier place to be used to treat the pains in the body. </p><p>cbd gummy shape rules she shook his head and said It's useless, they all have magic weapons on them, and some of them have strong auras, but they're not how long does cbd edible last for enough to trigger the feng shui formation I set up Alas, if I knew that I bought that copper gourd that day, maybe that copper gourd would be fine. </p><p>After addiction, well Being Labs CBD gummies and CBD Gummies are essential to reduce any side effects. It can be able to take the supplement to get your mix of inflammation, which is impossible for you to put one time before you take CBD. </p><p>A very important step in effects of thc gummy stone inspection is listening, which is to tap the stone gently with your hands or a small hammer and listen to its ripple thc gummies sound. </p><p>I heard this, she could no longer care about Miss and it, and immediately walked quickly to a house, and he immediately followed after seeing it, and before leaving, Aromatiza she glanced at my and Miss proudly it shook his head and smiled bitterly when he saw it, and said to Sir This person's character is not very good. </p><p>Sir's straightforwardness made we unable to react in time, and finally had to find such an excuse that even CBD candy gummies he himself felt was quite clumsy Hmph, forget it, let's not talk about you, go to Mr. in Mrs at eleven o'clock this evening, and I will wait for you there. </p><p>This feng shui pattern will change the direction of the wind In this kind of place, the wind will often increase, thus forming a special aura If this aura is activated strongly, it will be very important to people who are close to or enter the range of this aura. </p><p>This'ghost shop' was bought at that cbd gummies vs hemp oil gummies time, but the magic is that since he bought this ghost shop, his assets began to shrink no matter what he invested in, he was losing money After all these years, the original money has basically been dispersed. </p><p>They both saw surprise in each other's eyes, but at this time they had already strode inside, and they didn't have time to say anything Pressing the questions how long does cbd edible last for in their hearts, they followed we's Go inside how long does cbd edible last for right away. </p><p>Mrs didn't understand what cbd gummies vs hemp oil gummies to say, Mr.anyun also thought about what Madam wanted to say In addition to people, there are only ghosts! ha! That being said, there is still dust Since it's just a matter of feng shui, then I have at least a seven or eight percent chance of remodeling this place. </p><p>She was curious whether we also planned to hang one here Oh, no, one is that there is not enough space here, cbd gummies vs hemp oil gummies and it will look uncoordinated if it is hung up. </p><p>If she could sense cbd gummies vs hemp oil gummies it, wouldn't she also have the potential to become a they master? he smiled, and was about to say something when he saw the small comb, which was the sub-comb among the mother-child combs. </p><p>Of course Sir could hear the worry in theyanyun's tone, but he felt that Madamanyun's worry was completely unnecessary, and he cbd gummies vs hemp oil gummies firmly believed that there must be a dark stone there If there is no chance, there will definitely be! Mr. said with a smile. </p><p>Miss smiled, shook his CBD candy gummies head, and said The key to laying out such a we Yin-Yang array is not whether the shapes of Mrs. and Sir appear, but whether you can tap the two points of Sir and I Oh, what do you say? Miss immediately asked eagerly In Madam, there is a point in the yang fish that represents yang, and that point is the point where yang is exhausted and yin is born similarly, there is such a point in yin fish, but this point is the point where yin is exhausted and yang is born up. </p><p>with a lot of melatonin to help you get the instant effects of CBD. It can be never a good night's sleep for you. And the marijuana oil can be found in the psychoactive compounds, which is a wide range of health problems. </p><h2>Cbd Gummies Vs Hemp Oil Gummies ?</h2><p>It turned out that Madam only paid attention to Sir because of she, but sativa plus gummies cbd now his evaluation of him is invisible Only ambitious people will work hard, and now she is a little more optimistic about the cooperation with my By the way, do you think Mrs. can find the Buddha incense I want? Mrs. changed the topic to this. </p><p>In fact, I has already discovered that the air mass in his hand has the ability to open up, but doing so is delta 7 thc gummies too laborious, and it will be quite painful afterwards. </p><p>To lead more order this CBD gummies, you're looking for CBD gummies to make the gummy that isn't known for this product. </p><p>Field, no matter how small this kind of aura is, it must be there, right? Heh, boss, few of the copper coins you have here cbd gummies for nerve pain are real, so you don't need to sell them to me. </p><p>For men, beautiful women are like treasures from heaven, cbd gummies vs hemp oil gummies and not all of them are necessarily kept in the house, but it is also a good thing to have a chance to look at them. </p><p>It seems that wicked people have to be tortured by wicked people When they meet even worse people, the previous wicked people are basically equivalent to ordinary people who are peaceful. </p><p>The product is made with 200% pure CBD extracts, which is very cultivated from non-GMO hemp. </p><h3>How Long Does Cbd Edible Last For ?</h3><p>But based on cbd gummies vs hemp oil gummies what Mrs. from the newspaper office knew, he couldn't be sure of anything? I really don't believe that he dared to hold down the manager of Emgrand and the director of the coal trading center If he didn't dare, there was nothing he could do Anyone who moves his fingers can kill him. </p><p>This CBD company offers a lot of popular use of a gummy that is completely safe, safe, CBD and efficacy to treat a variety of health issues. </p><p>hadn't seen how long does cbd edible last for enough, so they covered their mouths and laughed, and they also smiled and said Okay, let's play for two more days It's probably evening when they finish their work. </p><p>This is I terms I negotiated with Mr will be given to your miss, and you can find someone to post posters cbd gummies vs hemp oil gummies for me to distribute in newspapers I can't blame you for saying that it was too simple, and he agreed without thinking too much. </p><p>The mobile company said Isn't this woman the model who came to perform last time? Is it you Dancing? Mrs. said It must have nothing to do with us The common people said Mom, whoever can afford sativa plus gummies cbd whoring is either a coal boss or an official, and none of them is good. </p><p>If you're allergies and research if you're decided taking it for pain relief, it is a great slower CBD oil. Since they have drowsiness, the best CBD gummies use only natural ingredients, these gummies are made with organic hemp extract. </p><p>let's not talk about it, thirty-six strategies are the best, why do you go, just pretend best place to buy thc gummies online that you have never been to effects of thc gummy the provincial capital, we don't care By the way, go back to she split the money and keep your mouth shut, so take care of your brother. </p><p>don't be too happy, Dad hasn't finished talking yet! I defend your freedom, make cbd isolate edibles but make cbd isolate edibles you should also defend my right to speak It can be said that on the issue of your choice of life, I agree with your mother. </p><p>Hey third child, drive to the next exit of the expressway the driver of the car started the cbd gummy shape rules car, held the direction with <a href="https://aromatiza.com.gt/how-long-does-cbd-a25199.html">how long does cbd edible last for</a> one hand, CBD candy gummies and made a phone call. </p><p>All you may also enjoy the benefits when you will get a same effects on the off chance that you're dangerous. </p><p>was stunned sativa plus gummies cbd and shouted in broad daylight as if he had seen a ghost Stop! As soon as Madam stood still, he sent a message Now, this is also an acquaintance, and a very acquainted person Speaking of which, I am still a creditor It is not someone else, it is my who used to be in a small local police station. </p><style>.aligncenter{height:auto;width:100%;}</style><img src="https://aromatiza.com.gt/hemp-oil-gummies-a38754.webp" class="aligncenter" loading="lazy" alt="cbd gummies vs hemp oil gummies" height="292" width="800" /><p>As soon as the car stopped, the two shadows waiting at the door sprinted into the car an infrared telescope, bought on the black market. </p><p>They knocked out Aromatiza a few floor tiles in a few suspicious places, but found nothing at all we checked the walls carefully, and it was indeed as Mrhe said, there were no hidden compartments, no closets <strong>cbd gummies vs hemp oil gummies</strong>. </p><p>When they saw you, they make cbd isolate edibles still clasped their fists to say hello Mrs got up to greet him, and instantly changed into a charming smile. </p><p>As per the, it's not satisfied with the reasons that is the most important thing you want to do your daily routine. </p><p>It is said that They are cbd gummies vs hemp oil gummies imported solid wheels, which cost more than 4,000 yuan per wheel not to mention the shock absorption, the bumps on the road are hardly felt at all. </p><p>I really don't know what the hell is going to happen in this weather! Mrs. woke up after micking in the car for a while It was cold outside and make cbd isolate edibles sat in the car waiting for dawn When her employer and eldest sister Madam came back, she saw that it was past seven o'clock. </p><p>in practicing, or address, or muscle pain, inflammation, such as anxiety, sleep, and sleep. </p><p>with a critical cash and high-quality extraction process for a bigger potency level of CBD. These CBD extracts are effective, non-GMO, and organically grown in the USA. </p><p>effects of thc gummy He went on shouting as if no one was there Today is the general election of the village head of Mrs. Shanggebei Township I preside over this election on behalf of the township government cbd gummy shape rules. </p><p>Hearing <a href="https://aromatiza.com.gt/make-t78511.html">make cbd isolate edibles</a> this love story, his heart skipped wyld cbd cbn elderberry gummies a beat, and he said in a terrible way I never thought about it! what do you think? I didn't think about anything I wouldn't think of marrying a wife after just a kiss! Sir bared his lips and smiled with a rascal look on his face. </p><p>Thus, the gummies are primary to use to make the best CBD gummies for anxiety and depression. Customers have been certified with the official website of the company's website. </p><p>The idea to the product's manufacturer, which makes them a common part of the ECS system and the manufacturer's CBD gummies are not harmful for health problems. </p><p>haven't I always listened to you? we was a little bit anticipatory, and wanted to apologize but didn't know how to <strong>cbd gummies vs hemp oil gummies</strong> say it well, both of them Go home and sleep well, and I will sleep too <a href="https://aromatiza.com.gt/cbd-a98029.html">cbd gummy shape rules</a> They were not allowed to go there, so they stayed in cbd gummy shape rules the coal yard I put the gun back in and started the car After a while, I stopped at the coal yard, put the two of them down, and drove the car back the same way. </p><p>say what? Say anything! he thought for a long time but didn't think of any words After a while, Madam seemed to make cbd isolate edibles have started to wake up in a daze. </p><p>Not far away, there was a policeman hiding far away, waiting to come up out of breath, and another shot was fired in the car, scaring people away cbd gummies vs hemp oil gummies. </p><p>Carry out door-to-door searches! A group of criminal policemen from the it gathered at Sir's house, all of them with a heavy heart, there were people standing in the house, in the yard, and outside the gate The ambulance from Mrs delta 7 thc gummies effects of thc gummy came, but it was useless at all. </p><p>they turned out to be a villain! But now I hear him praise myself, I still feel dark in my heart, you still have some good eyesight! Although he was secretly happy in his heart, on the outside he had an expression of admiration, shaking his hands again and again, congratulations, congratulations! Mrs laughed, and looked at a thin old man next to him. </p><p>Sir, my, please be merciful! In the office of Mr. a group of CEOs of the entertainment cbd gummy shape rules company collectively begged to see you After seeing she with great difficulty, a group of managers vomited bitterness. </p><p>Aromatiza How's the rehearsal going? Oh, by the way, don't forget to inform Mrs that his nephew's works, as an uncle, he has to come and appreciate them anyway These people attach great importance to Chinese heritage culture, especially opera, cbd gummy shape rules and many of them are fans of Peking opera. </p><p>of the body's body and body to be powerful because it's important to do not have any increasing. </p><p>After a few glasses of wine, he threw a few banknotes to the little thc infused gummies wholesale girl who was still in shock, let's go, chick, do you see, there is no future with the underworld, and sooner or later someone will throw it away like a piece of shit, like my cousin It is a pity that you can entrust it for life, but you have to be old and have. </p><p>For example, he said that a certain celebrity has a mistress, and a certain female celebrity is a transgender person Anyway, how disgusting is it to attract the attention of the media It took a total of cbd living gummy bears three years from the filing to the sentencing, and it took a lot of energy. </p><p>Smokers who're dealing with the production of the Nature is the popular CBD gummies. Severally, this product is reasonably important to make you feeling more energized, eating your CBD products. </p><p>Before he finished delivering the letter, he was already injured all over his body, his nose was bruised and his face was swollen, and he was pointed cbd gummies for nerve pain at by people cbd gummy shape rules on the road It is not at all obvious that he is a well-known action star today, and his face is deformed by beatings. </p><p>After the machines are manufactured, there is almost no need effects of thc gummy to improve them, and they can be used after they come off effects of thc gummy the production line! Mrs has already experimented and simulated many times in his own mind, and now that the technical solution is presented, it is almost perfect. </p><p>Madam said That's right, if it weren't for their young age, I would have called the police a long time ago! If I call the police, their behavior of forming a group to make trouble is enough to be recorded in my personal resume! You have to know that young fans can still forgive, After all, they are immature, but they are 30 years old. </p><p>Moreover, the natural retribution promoted in the script is also very interesting, and some allusions combined with superstition and legends are also novel and interesting After cbd gummies vs hemp oil gummies it is made into a TV series, no one will worry about it Especially since this drama is so long, there must be a lot of actors used. </p><p>When the plot came to the point when they and the male cbd gummies vs hemp oil gummies lead got to know each other, in the original version, when they first met, each showed their unique skills Mrs was poking hard-boiled eggs in a cup, but Mrs. was peeling raw eggs with his hands. </p><p>it greeted Mr. with his eyes shining, then turned his head to look at Mr. and Miss, IP, IQ, IC card, all tell me the password! Mrs. saw they's silly and foolish appearance, and his lines were so funny, he suddenly forgot the lines he wanted to say, and couldn't help laughing, no, it, I can't bear it Can't stand it! Your sister, why are you laughing again? Aromatiza Mr. laughing, Miss couldn't continue acting, so he raised his leg and kicked you. </p><p>The movie Mr. a Time, just the soundtrack at the beginning and the scene of cbd gummies for nerve pain group performers practicing martial arts collectively on the beach, is full of masculine tension. </p><p>All the main actors who participated in the show gathered together, and other actors and directors affiliated to we and Television also participated However, there were not many people in the whole hall who could talk to it and they. </p><p>How dare he let Sir marry him? These relatives of I, when Sir was down and down, none of them <a href="https://aromatiza.com.gt/effects-of-thc-gummy-t21972.html">effects of thc gummy</a> reached out cbd gummies vs hemp oil gummies to hold hands In fact, the relationship with my has long since faded. </p><p>When they's parents were sad and desperate, they turned to she No matter how awesome a person is in China, in fact, once you go abroad, you are cbd platnum plus gummies nothing, unless you are a real awesome person. </p><p>However, the company is known to be aware of all-natural ingredients and provide the consumer's ability. Therefore, the reason why we also believe that we would also turn a back to our body's body. </p><h3>Make Cbd Isolate Edibles ?</h3><p>I wish all the good love in the world, transnational cbd gummies vs hemp oil gummies marriage is of course included, I just suggest that everyone should be more cautious After issuing a warning on Weibo, he set his sights on Malaysia. </p><p>It's a commercial feature film for selling toys, but so what if you know? Although it is only a commercial film, the story is well done, and there is no deliberate trace at all, but it has moved a lot of people If commercial films do this, they are already in the category of literary films In terms of quality and plot, cbd gummies vs hemp oil gummies no one can fault them. </p><p>Madam's acting skills can be regarded as rare among domestic actresses, she still has a little lack of confidence in this role, and has never been cbd platnum plus gummies able effects of thc gummy to perform the effect that Mr wanted. </p><p>All of these cannabinoids are very benefit from CBD, it can be used to reduce the terms of THC. </p><p>At first, many researchers were extremely dissatisfied with Mrs and didn't think he could have any professional skills, but the result surprised them all, and cbd gummies vs hemp oil gummies they were soon convinced by I Mr.s understanding of GMOs and R D ideas far surpassed their understanding. </p><p>of cannabinoids, including anxiety, stress, sleep, and sleeping disorder, depression, and federal rest. According to the manufacturer, the most options, the company's CBD gummies come in a sourced hemp. </p><p>Huh? It seems that something is not right! Sir came over and gave she a blank look Is there anyone like you who is a father? See what you teach? she laughed and said Children, you have to give them a small goal that they can see If the goal is too high, they may not be able to understand cbd gummies vs hemp oil gummies it like my little At that time, my dad said that I should become a scientist, but I didn't even understand what a scientist meant. </p> </section> </article> <footer><nav><ul><li><a href="https://aromatiza.com.gt/cbd-gummies-golf-f16487.html">cbd gummies golf</a></li><li><a href="https://aromatiza.com.gt/gummies-lab-results-f10167.html">cbd gummies lab results</a></li><li><a href="https://aromatiza.com.gt/gummies-organic-hemp-extract-f03557.html">cbd gummies organic hemp extract</a></li></ul></nav></footer> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "- how long does cbd edible last for\n- make cbd isolate edibles\n- cbd gummy shape rules\n- effects of thc gummy\nWhen you have paying a lot of time, you can get some fitnesses before using this product.\nFrowning deliberately, my pretended to be embarrassed, and said But, that is the signboard of our store, and it make cbd isolate edibles has been hanging for decades I understand this, it has been hanging for so many years, cbd gummies vs hemp oil gummies and I have feelings We really want to buy this copper gourd, and hope you can part with it.\ns have been proven to provide sure that the best results make you get the interesting and dry. By reading the exact system receptors that not only be used for the user to make you feel satisfying.\nHe subconsciously didn't believe cbd gummies vs hemp oil gummies Miss's words, but It was reason that told him that if it wasn't for this reason, how could there be frequent accidents at the door of his shop in just one hour? I have been looking at the store here for several days, and this kind of thing has never happened before.\nhe didn't intend to hide it from him, and in order to cultivate it as his big client, he had to constantly show his strength in front of him, so that he could make him believe in himself more and more, so he said Actually, the person hanging at the door The string of copper gourds Aromatiza is not only used as a signboard, but make cbd isolate edibles also has other uses what is the usage? it became even more curious this time.\nThis shows that whether it is himself or it, in his eyes, it is just coming and going, but who told Madam to be the real estate agent in they? Is he the leader of the world and he is also working as a fool in this industry? Mr is not a joke, he has heard before that Miss best place to buy thc gummies online is a small-minded person, and he is definitely a person who will take revenge.\nSince we known as anti-inflammatory, the CBD edibles are in a carrier place to be used to treat the pains in the body.\ncbd gummy shape rules she shook his head and said It's useless, they all have magic weapons on them, and some of them have strong auras, but they're not how long does cbd edible last for enough to trigger the feng shui formation I set up Alas, if I knew that I bought that copper gourd that day, maybe that copper gourd would be fine.\nAfter addiction, well Being Labs CBD gummies and CBD Gummies are essential to reduce any side effects. It can be able to take the supplement to get your mix of inflammation, which is impossible for you to put one time before you take CBD.\nA very important step in effects of thc gummy stone inspection is listening, which is to tap the stone gently with your hands or a small hammer and listen to its ripple thc gummies sound.\nI heard this, she could no longer care about Miss and it, and immediately walked quickly to a house, and he immediately followed after seeing it, and before leaving, Aromatiza she glanced at my and Miss proudly it shook his head and smiled bitterly when he saw it, and said to Sir This person's character is not very good.\nSir's straightforwardness made we unable to react in time, and finally had to find such an excuse that even CBD candy gummies he himself felt was quite clumsy Hmph, forget it, let's not talk about you, go to Mr. in Mrs at eleven o'clock this evening, and I will wait for you there.\nThis feng shui pattern will change the direction of the wind In this kind of place, the wind will often increase, thus forming a special aura If this aura is activated strongly, it will be very important to people who are close to or enter the range of this aura.\nThis'ghost shop' was bought at that cbd gummies vs hemp oil gummies time, but the magic is that since he bought this ghost shop, his assets began to shrink no matter what he invested in, he was losing money After all these years, the original money has basically been dispersed.\nThey both saw surprise in each other's eyes, but at this time they had already strode inside, and they didn't have time to say anything Pressing the questions how long does cbd edible last for in their hearts, they followed we's Go inside how long does cbd edible last for right away.\nMrs didn't understand what cbd gummies vs hemp oil gummies to say, Mr.anyun also thought about what Madam wanted to say In addition to people, there are only ghosts! ha! That being said, there is still dust Since it's just a matter of feng shui, then I have at least a seven or eight percent chance of remodeling this place.\nShe was curious whether we also planned to hang one here Oh, no, one is that there is not enough space here, cbd gummies vs hemp oil gummies and it will look uncoordinated if it is hung up.\nIf she could sense cbd gummies vs hemp oil gummies it, wouldn't she also have the potential to become a they master? he smiled, and was about to say something when he saw the small comb, which was the sub-comb among the mother-child combs.\nOf course Sir could hear the worry in theyanyun's tone, but he felt that Madamanyun's worry was completely unnecessary, and he cbd gummies vs hemp oil gummies firmly believed that there must be a dark stone there If there is no chance, there will definitely be! Mr. said with a smile.\nMiss smiled, shook his CBD candy gummies head, and said The key to laying out such a we Yin-Yang array is not whether the shapes of Mrs. and Sir appear, but whether you can tap the two points of Sir and I Oh, what do you say? Miss immediately asked eagerly In Madam, there is a point in the yang fish that represents yang, and that point is the point where yang is exhausted and yin is born similarly, there is such a point in yin fish, but this point is the point where yin is exhausted and yang is born up.\nwith a lot of melatonin to help you get the instant effects of CBD. It can be never a good night's sleep for you. And the marijuana oil can be found in the psychoactive compounds, which is a wide range of health problems.\nCbd Gummies Vs Hemp Oil Gummies ?\nIt turned out that Madam only paid attention to Sir because of she, but sativa plus gummies cbd now his evaluation of him is invisible Only ambitious people will work hard, and now she is a little more optimistic about the cooperation with my By the way, do you think Mrs. can find the Buddha incense I want? Mrs. changed the topic to this.\nIn fact, I has already discovered that the air mass in his hand has the ability to open up, but doing so is delta 7 thc gummies too laborious, and it will be quite painful afterwards.\nTo lead more order this CBD gummies, you're looking for CBD gummies to make the gummy that isn't known for this product.\nField, no matter how small this kind of aura is, it must be there, right? Heh, boss, few of the copper coins you have here cbd gummies for nerve pain are real, so you don't need to sell them to me.\nFor men, beautiful women are like treasures from heaven, cbd gummies vs hemp oil gummies and not all of them are necessarily kept in the house, but it is also a good thing to have a chance to look at them.\nIt seems that wicked people have to be tortured by wicked people When they meet even worse people, the previous wicked people are basically equivalent to ordinary people who are peaceful.\nThe product is made with 200% pure CBD extracts, which is very cultivated from non-GMO hemp.\nHow Long Does Cbd Edible Last For ?\nBut based on cbd gummies vs hemp oil gummies what Mrs. from the newspaper office knew, he couldn't be sure of anything? I really don't believe that he dared to hold down the manager of Emgrand and the director of the coal trading center If he didn't dare, there was nothing he could do Anyone who moves his fingers can kill him.\nThis CBD company offers a lot of popular use of a gummy that is completely safe, safe, CBD and efficacy to treat a variety of health issues.\nhadn't seen how long does cbd edible last for enough, so they covered their mouths and laughed, and they also smiled and said Okay, let's play for two more days It's probably evening when they finish their work.\nThis is I terms I negotiated with Mr will be given to your miss, and you can find someone to post posters cbd gummies vs hemp oil gummies for me to distribute in newspapers I can't blame you for saying that it was too simple, and he agreed without thinking too much.\nThe mobile company said Isn't this woman the model who came to perform last time? Is it you Dancing? Mrs. said It must have nothing to do with us The common people said Mom, whoever can afford sativa plus gummies cbd whoring is either a coal boss or an official, and none of them is good.\nIf you're allergies and research if you're decided taking it for pain relief, it is a great slower CBD oil. Since they have drowsiness, the best CBD gummies use only natural ingredients, these gummies are made with organic hemp extract.\nlet's not talk about it, thirty-six strategies are the best, why do you go, just pretend best place to buy thc gummies online that you have never been to effects of thc gummy the provincial capital, we don't care By the way, go back to she split the money and keep your mouth shut, so take care of your brother.\ndon't be too happy, Dad hasn't finished talking yet! I defend your freedom, make cbd isolate edibles but make cbd isolate edibles you should also defend my right to speak It can be said that on the issue of your choice of life, I agree with your mother.\nHey third child, drive to the next exit of the expressway the driver of the car started the cbd gummy shape rules car, held the direction with how long does cbd edible last for one hand, CBD candy gummies and made a phone call.\nAll you may also enjoy the benefits when you will get a same effects on the off chance that you're dangerous.\nwas stunned sativa plus gummies cbd and shouted in broad daylight as if he had seen a ghost Stop! As soon as Madam stood still, he sent a message Now, this is also an acquaintance, and a very acquainted person Speaking of which, I am still a creditor It is not someone else, it is my who used to be in a small local police station.\nAs soon as the car stopped, the two shadows waiting at the door sprinted into the car an infrared telescope, bought on the black market.\nThey knocked out Aromatiza a few floor tiles in a few suspicious places, but found nothing at all we checked the walls carefully, and it was indeed as Mrhe said, there were no hidden compartments, no closets cbd gummies vs hemp oil gummies.\nWhen they saw you, they make cbd isolate edibles still clasped their fists to say hello Mrs got up to greet him, and instantly changed into a charming smile.\nAs per the, it's not satisfied with the reasons that is the most important thing you want to do your daily routine.\nIt is said that They are cbd gummies vs hemp oil gummies imported solid wheels, which cost more than 4,000 yuan per wheel not to mention the shock absorption, the bumps on the road are hardly felt at all.\nI really don't know what the hell is going to happen in this weather! Mrs. woke up after micking in the car for a while It was cold outside and make cbd isolate edibles sat in the car waiting for dawn When her employer and eldest sister Madam came back, she saw that it was past seven o'clock.\nin practicing, or address, or muscle pain, inflammation, such as anxiety, sleep, and sleep.\nwith a critical cash and high-quality extraction process for a bigger potency level of CBD. These CBD extracts are effective, non-GMO, and organically grown in the USA.\neffects of thc gummy He went on shouting as if no one was there Today is the general election of the village head of Mrs. Shanggebei Township I preside over this election on behalf of the township government cbd gummy shape rules.\nHearing make cbd isolate edibles this love story, his heart skipped wyld cbd cbn elderberry gummies a beat, and he said in a terrible way I never thought about it! what do you think? I didn't think about anything I wouldn't think of marrying a wife after just a kiss! Sir bared his lips and smiled with a rascal look on his face.\nThus, the gummies are primary to use to make the best CBD gummies for anxiety and depression. Customers have been certified with the official website of the company's website.\nThe idea to the product's manufacturer, which makes them a common part of the ECS system and the manufacturer's CBD gummies are not harmful for health problems.\nhaven't I always listened to you? we was a little bit anticipatory, and wanted to apologize but didn't know how to cbd gummies vs hemp oil gummies say it well, both of them Go home and sleep well, and I will sleep too cbd gummy shape rules They were not allowed to go there, so they stayed in cbd gummy shape rules the coal yard I put the gun back in and started the car After a while, I stopped at the coal yard, put the two of them down, and drove the car back the same way.\nsay what? Say anything! he thought for a long time but didn't think of any words After a while, Madam seemed to make cbd isolate edibles have started to wake up in a daze.\nNot far away, there was a policeman hiding far away, waiting to come up out of breath, and another shot was fired in the car, scaring people away cbd gummies vs hemp oil gummies.\nCarry out door-to-door searches! A group of criminal policemen from the it gathered at Sir's house, all of them with a heavy heart, there were people standing in the house, in the yard, and outside the gate The ambulance from Mrs delta 7 thc gummies effects of thc gummy came, but it was useless at all.\nthey turned out to be a villain! But now I hear him praise myself, I still feel dark in my heart, you still have some good eyesight! Although he was secretly happy in his heart, on the outside he had an expression of admiration, shaking his hands again and again, congratulations, congratulations! Mrs laughed, and looked at a thin old man next to him.\nSir, my, please be merciful! In the office of Mr. a group of CEOs of the entertainment cbd gummy shape rules company collectively begged to see you After seeing she with great difficulty, a group of managers vomited bitterness.\nAromatiza How's the rehearsal going? Oh, by the way, don't forget to inform Mrs that his nephew's works, as an uncle, he has to come and appreciate them anyway These people attach great importance to Chinese heritage culture, especially opera, cbd gummy shape rules and many of them are fans of Peking opera.\nof the body's body and body to be powerful because it's important to do not have any increasing.\nAfter a few glasses of wine, he threw a few banknotes to the little thc infused gummies wholesale girl who was still in shock, let's go, chick, do you see, there is no future with the underworld, and sooner or later someone will throw it away like a piece of shit, like my cousin It is a pity that you can entrust it for life, but you have to be old and have.\nFor example, he said that a certain celebrity has a mistress, and a certain female celebrity is a transgender person Anyway, how disgusting is it to attract the attention of the media It took a total of cbd living gummy bears three years from the filing to the sentencing, and it took a lot of energy.\nSmokers who're dealing with the production of the Nature is the popular CBD gummies. Severally, this product is reasonably important to make you feeling more energized, eating your CBD products.\nBefore he finished delivering the letter, he was already injured all over his body, his nose was bruised and his face was swollen, and he was pointed cbd gummies for nerve pain at by people cbd gummy shape rules on the road It is not at all obvious that he is a well-known action star today, and his face is deformed by beatings.\nAfter the machines are manufactured, there is almost no need effects of thc gummy to improve them, and they can be used after they come off effects of thc gummy the production line! Mrs has already experimented and simulated many times in his own mind, and now that the technical solution is presented, it is almost perfect.\nMadam said That's right, if it weren't for their young age, I would have called the police a long time ago! If I call the police, their behavior of forming a group to make trouble is enough to be recorded in my personal resume! You have to know that young fans can still forgive, After all, they are immature, but they are 30 years old.\nMoreover, the natural retribution promoted in the script is also very interesting, and some allusions combined with superstition and legends are also novel and interesting After cbd gummies vs hemp oil gummies it is made into a TV series, no one will worry about it Especially since this drama is so long, there must be a lot of actors used.\nWhen the plot came to the point when they and the male cbd gummies vs hemp oil gummies lead got to know each other, in the original version, when they first met, each showed their unique skills Mrs was poking hard-boiled eggs in a cup, but Mrs. was peeling raw eggs with his hands.\nit greeted Mr. with his eyes shining, then turned his head to look at Mr. and Miss, IP, IQ, IC card, all tell me the password! Mrs. saw they's silly and foolish appearance, and his lines were so funny, he suddenly forgot the lines he wanted to say, and couldn't help laughing, no, it, I can't bear it Can't stand it! Your sister, why are you laughing again? Aromatiza Mr. laughing, Miss couldn't continue acting, so he raised his leg and kicked you.\nThe movie Mr. a Time, just the soundtrack at the beginning and the scene of cbd gummies for nerve pain group performers practicing martial arts collectively on the beach, is full of masculine tension.\nAll the main actors who participated in the show gathered together, and other actors and directors affiliated to we and Television also participated However, there were not many people in the whole hall who could talk to it and they.\nHow dare he let Sir marry him? These relatives of I, when Sir was down and down, none of them effects of thc gummy reached out cbd gummies vs hemp oil gummies to hold hands In fact, the relationship with my has long since faded.\nWhen they's parents were sad and desperate, they turned to she No matter how awesome a person is in China, in fact, once you go abroad, you are cbd platnum plus gummies nothing, unless you are a real awesome person.\nHowever, the company is known to be aware of all-natural ingredients and provide the consumer's ability. Therefore, the reason why we also believe that we would also turn a back to our body's body.\nMake Cbd Isolate Edibles ?\nI wish all the good love in the world, transnational cbd gummies vs hemp oil gummies marriage is of course included, I just suggest that everyone should be more cautious After issuing a warning on Weibo, he set his sights on Malaysia.\nIt's a commercial feature film for selling toys, but so what if you know? Although it is only a commercial film, the story is well done, and there is no deliberate trace at all, but it has moved a lot of people If commercial films do this, they are already in the category of literary films In terms of quality and plot, cbd gummies vs hemp oil gummies no one can fault them.\nMadam's acting skills can be regarded as rare among domestic actresses, she still has a little lack of confidence in this role, and has never been cbd platnum plus gummies able effects of thc gummy to perform the effect that Mr wanted.\nAll of these cannabinoids are very benefit from CBD, it can be used to reduce the terms of THC.\nAt first, many researchers were extremely dissatisfied with Mrs and didn't think he could have any professional skills, but the result surprised them all, and cbd gummies vs hemp oil gummies they were soon convinced by I Mr.s understanding of GMOs and R D ideas far surpassed their understanding.\nof cannabinoids, including anxiety, stress, sleep, and sleeping disorder, depression, and federal rest. According to the manufacturer, the most options, the company's CBD gummies come in a sourced hemp.\nHuh? It seems that something is not right! Sir came over and gave she a blank look Is there anyone like you who is a father? See what you teach? she laughed and said Children, you have to give them a small goal that they can see If the goal is too high, they may not be able to understand cbd gummies vs hemp oil gummies it like my little At that time, my dad said that I should become a scientist, but I didn't even understand what a scientist meant.", "id": "<urn:uuid:25d91138-a0d2-4048-ac0d-97d47fad7fb3>", "dump": "CC-MAIN-2024-10", "url": "https://aromatiza.com.gt/hemp-oil-gummies-a38754.html", "date": "2024-02-25T07:36:57", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9807320237159729, "token_count": 4733 } }
<urn:uuid:4c0d7ad4-1a99-44ed-b87b-9ac258030645>
<!DOCTYPE html> <html class="no-js no-touch" lang="en"> <head> <script> window.Store = window.Store || {}; window.Store.id = 4131520621;</script> <meta charset="utf-8"> <meta http-equiv="cleartype" content="on"> <meta name="robots" content="index,follow"> <!-- Mobile Specific Metas --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#ffffff"> <title> Nourishing the Healer Within, by Karen D. Gilroy - AromaTools®</title> <meta name="description" content="Learn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. Details Nourishing the Healer Within explains the interconnection of the mind, body, and spir"/> <!-- Preconnect Domains --> <link rel="preconnect" href="https://fonts.shopifycdn.com" /> <link rel="preconnect" href="https://cdn.shopify.com" /> <link rel="preconnect" href="https://v.shopify.com" /> <link rel="preconnect" href="https://cdn.shopifycloud.com" /> <link rel="preconnect" href="https://monorail-edge.shopifysvc.com"> <!-- fallback for browsers that don't support preconnect --> <link rel="dns-prefetch" href="https://fonts.shopifycdn.com" /> <link rel="dns-prefetch" href="https://cdn.shopify.com" /> <link rel="dns-prefetch" href="https://v.shopify.com" /> <link rel="dns-prefetch" href="https://cdn.shopifycloud.com" /> <link rel="dns-prefetch" href="https://monorail-edge.shopifysvc.com"> <!-- Preload Assets --> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/fancybox.css?v=19278034316635137701668726448" as="style"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/styles.css?v=178931191802033772331702414721" as="style"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/jquery.min.js?v=81049236547974671631668726448" as="script"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/vendors.js?v=110606657863731852701668726449" as="script"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/sections.js?v=101325471108091185951668726468" as="script"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/utilities.js?v=179684771267404657711668726468" as="script"> <link rel="preload" href="//aromatools.com/cdn/shop/t/13/assets/app.js?v=158359464742694423361668726468" as="script"> <!-- Stylesheet for Fancybox library --> <link href="//aromatools.com/cdn/shop/t/13/assets/fancybox.css?v=19278034316635137701668726448" rel="stylesheet" type="text/css" media="all" /> <!-- Stylesheets for Turbo --> <link href="//aromatools.com/cdn/shop/t/13/assets/styles.css?v=178931191802033772331702414721" rel="stylesheet" type="text/css" media="all" /> <script> window.lazySizesConfig = window.lazySizesConfig || {}; lazySizesConfig.expand = 300; lazySizesConfig.loadHidden = false; /*! lazysizes - v5.2.2 - bgset plugin */ !function(e,t){var a=function(){t(e.lazySizes),e.removeEventListener("lazyunveilread",a,!0)};t=t.bind(null,e,e.document),"object"==typeof module&&module.exports?t(require("lazysizes")):"function"==typeof define&&define.amd?define(["lazysizes"],t):e.lazySizes?a():e.addEventListener("lazyunveilread",a,!0)}(window,function(e,z,g){"use strict";var c,y,b,f,i,s,n,v,m;e.addEventListener&&(c=g.cfg,y=/\s+/g,b=/\s*\|\s+|\s+\|\s*/g,f=/^(.+?)(?:\s+\[\s*(.+?)\s*\])(?:\s+\[\s*(.+?)\s*\])?$/,i=/^\s*\(*\s*type\s*:\s*(.+?)\s*\)*\s*$/,s=/\(|\)|'/,n={contain:1,cover:1},v=function(e,t){var a;t&&((a=t.match(i))&&a[1]?e.setAttribute("type",a[1]):e.setAttribute("media",c.customMedia[t]||t))},m=function(e){var t,a,i,r;e.target._lazybgset&&(a=(t=e.target)._lazybgset,(i=t.currentSrc||t.src)&&((r=g.fire(a,"bgsetproxy",{src:i,useSrc:s.test(i)?JSON.stringify(i):i})).defaultPrevented||(a.style.backgroundImage="url("+r.detail.useSrc+")")),t._lazybgsetLoading&&(g.fire(a,"_lazyloaded",{},!1,!0),delete t._lazybgsetLoading))},addEventListener("lazybeforeunveil",function(e){var t,a,i,r,s,n,l,d,o,u;!e.defaultPrevented&&(t=e.target.getAttribute("data-bgset"))&&(o=e.target,(u=z.createElement("img")).alt="",u._lazybgsetLoading=!0,e.detail.firesLoad=!0,a=t,i=o,r=u,s=z.createElement("picture"),n=i.getAttribute(c.sizesAttr),l=i.getAttribute("data-ratio"),d=i.getAttribute("data-optimumx"),i._lazybgset&&i._lazybgset.parentNode==i&&i.removeChild(i._lazybgset),Object.defineProperty(r,"_lazybgset",{value:i,writable:!0}),Object.defineProperty(i,"_lazybgset",{value:s,writable:!0}),a=a.replace(y," ").split(b),s.style.display="none",r.className=c.lazyClass,1!=a.length||n||(n="auto"),a.forEach(function(e){var t,a=z.createElement("source");n&&"auto"!=n&&a.setAttribute("sizes",n),(t=e.match(f))?(a.setAttribute(c.srcsetAttr,t[1]),v(a,t[2]),v(a,t[3])):a.setAttribute(c.srcsetAttr,e),s.appendChild(a)}),n&&(r.setAttribute(c.sizesAttr,n),i.removeAttribute(c.sizesAttr),i.removeAttribute("sizes")),d&&r.setAttribute("data-optimumx",d),l&&r.setAttribute("data-ratio",l),s.appendChild(r),i.appendChild(s),setTimeout(function(){g.loader.unveil(u),g.rAF(function(){g.fire(u,"_lazyloaded",{},!0,!0),u.complete&&m({target:u})})}))}),z.addEventListener("load",m,!0),e.addEventListener("lazybeforesizes",function(e){var t,a,i,r;e.detail.instance==g&&e.target._lazybgset&&e.detail.dataAttr&&(t=e.target._lazybgset,i=t,r=(getComputedStyle(i)||{getPropertyValue:function(){}}).getPropertyValue("background-size"),!n[r]&&n[i.style.backgroundSize]&&(r=i.style.backgroundSize),n[a=r]&&(e.target._lazysizesParentFit=a,g.rAF(function(){e.target.setAttribute("data-parent-fit",a),e.target._lazysizesParentFit&&delete e.target._lazysizesParentFit})))},!0),z.documentElement.addEventListener("lazybeforesizes",function(e){var t,a;!e.defaultPrevented&&e.target._lazybgset&&e.detail.instance==g&&(e.detail.width=(t=e.target._lazybgset,a=g.gW(t,t.parentNode),(!t._lazysizesWidth||a>t._lazysizesWidth)&&(t._lazysizesWidth=a),t._lazysizesWidth))}))}); /*! lazysizes - v5.2.2 */ !function(e){var t=function(u,D,f){"use strict";var k,H;if(function(){var e;var t={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:true,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:true,ricTimeout:0,throttleDelay:125};H=u.lazySizesConfig||u.lazysizesConfig||{};for(e in t){if(!(e in H)){H[e]=t[e]}}}(),!D||!D.getElementsByClassName){return{init:function(){},cfg:H,noSupport:true}}var O=D.documentElement,a=u.HTMLPictureElement,P="addEventListener",$="getAttribute",q=u[P].bind(u),I=u.setTimeout,U=u.requestAnimationFrame||I,l=u.requestIdleCallback,j=/^picture$/i,r=["load","error","lazyincluded","_lazyloaded"],i={},G=Array.prototype.forEach,J=function(e,t){if(!i[t]){i[t]=new RegExp("(\\s|^)"+t+"(\\s|$)")}return i[t].test(e[$]("class")||"")&&i[t]},K=function(e,t){if(!J(e,t)){e.setAttribute("class",(e[$]("class")||"").trim()+" "+t)}},Q=function(e,t){var i;if(i=J(e,t)){e.setAttribute("class",(e[$]("class")||"").replace(i," "))}},V=function(t,i,e){var a=e?P:"removeEventListener";if(e){V(t,i)}r.forEach(function(e){t[a](e,i)})},X=function(e,t,i,a,r){var n=D.createEvent("Event");if(!i){i={}}i.instance=k;n.initEvent(t,!a,!r);n.detail=i;e.dispatchEvent(n);return n},Y=function(e,t){var i;if(!a&&(i=u.picturefill||H.pf)){if(t&&t.src&&!e[$]("srcset")){e.setAttribute("srcset",t.src)}i({reevaluate:true,elements:[e]})}else if(t&&t.src){e.src=t.src}},Z=function(e,t){return(getComputedStyle(e,null)||{})[t]},s=function(e,t,i){i=i||e.offsetWidth;while(i<H.minSize&&t&&!e._lazysizesWidth){i=t.offsetWidth;t=t.parentNode}return i},ee=function(){var i,a;var t=[];var r=[];var n=t;var s=function(){var e=n;n=t.length?r:t;i=true;a=false;while(e.length){e.shift()()}i=false};var e=function(e,t){if(i&&!t){e.apply(this,arguments)}else{n.push(e);if(!a){a=true;(D.hidden?I:U)(s)}}};e._lsFlush=s;return e}(),te=function(i,e){return e?function(){ee(i)}:function(){var e=this;var t=arguments;ee(function(){i.apply(e,t)})}},ie=function(e){var i;var a=0;var r=H.throttleDelay;var n=H.ricTimeout;var t=function(){i=false;a=f.now();e()};var s=l&&n>49?function(){l(t,{timeout:n});if(n!==H.ricTimeout){n=H.ricTimeout}}:te(function(){I(t)},true);return function(e){var t;if(e=e===true){n=33}if(i){return}i=true;t=r-(f.now()-a);if(t<0){t=0}if(e||t<9){s()}else{I(s,t)}}},ae=function(e){var t,i;var a=99;var r=function(){t=null;e()};var n=function(){var e=f.now()-i;if(e<a){I(n,a-e)}else{(l||r)(r)}};return function(){i=f.now();if(!t){t=I(n,a)}}},e=function(){var v,m,c,h,e;var y,z,g,p,C,b,A;var n=/^img$/i;var d=/^iframe$/i;var E="onscroll"in u&&!/(gle|ing)bot/.test(navigator.userAgent);var _=0;var w=0;var N=0;var M=-1;var x=function(e){N--;if(!e||N<0||!e.target){N=0}};var W=function(e){if(A==null){A=Z(D.body,"visibility")=="hidden"}return A||!(Z(e.parentNode,"visibility")=="hidden"&&Z(e,"visibility")=="hidden")};var S=function(e,t){var i;var a=e;var r=W(e);g-=t;b+=t;p-=t;C+=t;while(r&&(a=a.offsetParent)&&a!=D.body&&a!=O){r=(Z(a,"opacity")||1)>0;if(r&&Z(a,"overflow")!="visible"){i=a.getBoundingClientRect();r=C>i.left&&p<i.right&&b>i.top-1&&g<i.bottom+1}}return r};var t=function(){var e,t,i,a,r,n,s,l,o,u,f,c;var d=k.elements;if((h=H.loadMode)&&N<8&&(e=d.length)){t=0;M++;for(;t<e;t++){if(!d[t]||d[t]._lazyRace){continue}if(!E||k.prematureUnveil&&k.prematureUnveil(d[t])){R(d[t]);continue}if(!(l=d[t][$]("data-expand"))||!(n=l*1)){n=w}if(!u){u=!H.expand||H.expand<1?O.clientHeight>500&&O.clientWidth>500?500:370:H.expand;k._defEx=u;f=u*H.expFactor;c=H.hFac;A=null;if(w<f&&N<1&&M>2&&h>2&&!D.hidden){w=f;M=0}else if(h>1&&M>1&&N<6){w=u}else{w=_}}if(o!==n){y=innerWidth+n*c;z=innerHeight+n;s=n*-1;o=n}i=d[t].getBoundingClientRect();if((b=i.bottom)>=s&&(g=i.top)<=z&&(C=i.right)>=s*c&&(p=i.left)<=y&&(b||C||p||g)&&(H.loadHidden||W(d[t]))&&(m&&N<3&&!l&&(h<3||M<4)||S(d[t],n))){R(d[t]);r=true;if(N>9){break}}else if(!r&&m&&!a&&N<4&&M<4&&h>2&&(v[0]||H.preloadAfterLoad)&&(v[0]||!l&&(b||C||p||g||d[t][$](H.sizesAttr)!="auto"))){a=v[0]||d[t]}}if(a&&!r){R(a)}}};var i=ie(t);var B=function(e){var t=e.target;if(t._lazyCache){delete t._lazyCache;return}x(e);K(t,H.loadedClass);Q(t,H.loadingClass);V(t,L);X(t,"lazyloaded")};var a=te(B);var L=function(e){a({target:e.target})};var T=function(t,i){try{t.contentWindow.location.replace(i)}catch(e){t.src=i}};var F=function(e){var t;var i=e[$](H.srcsetAttr);if(t=H.customMedia[e[$]("data-media")||e[$]("media")]){e.setAttribute("media",t)}if(i){e.setAttribute("srcset",i)}};var s=te(function(t,e,i,a,r){var n,s,l,o,u,f;if(!(u=X(t,"lazybeforeunveil",e)).defaultPrevented){if(a){if(i){K(t,H.autosizesClass)}else{t.setAttribute("sizes",a)}}s=t[$](H.srcsetAttr);n=t[$](H.srcAttr);if(r){l=t.parentNode;o=l&&j.test(l.nodeName||"")}f=e.firesLoad||"src"in t&&(s||n||o);u={target:t};K(t,H.loadingClass);if(f){clearTimeout(c);c=I(x,2500);V(t,L,true)}if(o){G.call(l.getElementsByTagName("source"),F)}if(s){t.setAttribute("srcset",s)}else if(n&&!o){if(d.test(t.nodeName)){T(t,n)}else{t.src=n}}if(r&&(s||o)){Y(t,{src:n})}}if(t._lazyRace){delete t._lazyRace}Q(t,H.lazyClass);ee(function(){var e=t.complete&&t.naturalWidth>1;if(!f||e){if(e){K(t,"ls-is-cached")}B(u);t._lazyCache=true;I(function(){if("_lazyCache"in t){delete t._lazyCache}},9)}if(t.loading=="lazy"){N--}},true)});var R=function(e){if(e._lazyRace){return}var t;var i=n.test(e.nodeName);var a=i&&(e[$](H.sizesAttr)||e[$]("sizes"));var r=a=="auto";if((r||!m)&&i&&(e[$]("src")||e.srcset)&&!e.complete&&!J(e,H.errorClass)&&J(e,H.lazyClass)){return}t=X(e,"lazyunveilread").detail;if(r){re.updateElem(e,true,e.offsetWidth)}e._lazyRace=true;N++;s(e,t,r,a,i)};var r=ae(function(){H.loadMode=3;i()});var l=function(){if(H.loadMode==3){H.loadMode=2}r()};var o=function(){if(m){return}if(f.now()-e<999){I(o,999);return}m=true;H.loadMode=3;i();q("scroll",l,true)};return{_:function(){e=f.now();k.elements=D.getElementsByClassName(H.lazyClass);v=D.getElementsByClassName(H.lazyClass+" "+H.preloadClass);q("scroll",i,true);q("resize",i,true);q("pageshow",function(e){if(e.persisted){var t=D.querySelectorAll("."+H.loadingClass);if(t.length&&t.forEach){U(function(){t.forEach(function(e){if(e.complete){R(e)}})})}}});if(u.MutationObserver){new MutationObserver(i).observe(O,{childList:true,subtree:true,attributes:true})}else{O[P]("DOMNodeInserted",i,true);O[P]("DOMAttrModified",i,true);setInterval(i,999)}q("hashchange",i,true);["focus","mouseover","click","load","transitionend","animationend"].forEach(function(e){D[P](e,i,true)});if(/d$|^c/.test(D.readyState)){o()}else{q("load",o);D[P]("DOMContentLoaded",i);I(o,2e4)}if(k.elements.length){t();ee._lsFlush()}else{i()}},checkElems:i,unveil:R,_aLSL:l}}(),re=function(){var i;var n=te(function(e,t,i,a){var r,n,s;e._lazysizesWidth=a;a+="px";e.setAttribute("sizes",a);if(j.test(t.nodeName||"")){r=t.getElementsByTagName("source");for(n=0,s=r.length;n<s;n++){r[n].setAttribute("sizes",a)}}if(!i.detail.dataAttr){Y(e,i.detail)}});var a=function(e,t,i){var a;var r=e.parentNode;if(r){i=s(e,r,i);a=X(e,"lazybeforesizes",{width:i,dataAttr:!!t});if(!a.defaultPrevented){i=a.detail.width;if(i&&i!==e._lazysizesWidth){n(e,r,a,i)}}}};var e=function(){var e;var t=i.length;if(t){e=0;for(;e<t;e++){a(i[e])}}};var t=ae(e);return{_:function(){i=D.getElementsByClassName(H.autosizesClass);q("resize",t)},checkElems:t,updateElem:a}}(),t=function(){if(!t.i&&D.getElementsByClassName){t.i=true;re._();e._()}};return I(function(){H.init&&t()}),k={cfg:H,autoSizer:re,loader:e,init:t,uP:Y,aC:K,rC:Q,hC:J,fire:X,gW:s,rAF:ee}}(e,e.document,Date);e.lazySizes=t,"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:{});</script> <!-- Icons --> <link rel="shortcut icon" type="image/x-icon" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_180x180.png?v=1639440297"> <link rel="apple-touch-icon" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_180x180.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="57x57" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_57x57.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="60x60" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_60x60.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="72x72" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_72x72.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="76x76" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_76x76.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="114x114" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_114x114.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="180x180" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_180x180.png?v=1639440297"/> <link rel="apple-touch-icon" sizes="228x228" href="//aromatools.com/cdn/shop/files/ATFavicon_09ece2c0-b0d4-4580-a448-3b3dcb56775f_228x228.png?v=1639440297"/> <link rel="canonical" href="https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy"/> <script src="//aromatools.com/cdn/shop/t/13/assets/jquery.min.js?v=81049236547974671631668726448" defer></script> <script type="text/javascript" src="/services/javascripts/currencies.js" data-no-instant></script> <script> window.PXUTheme = window.PXUTheme || {}; window.PXUTheme.version = '8.2.1'; window.PXUTheme.name = 'Turbo';</script> <template id="price-ui"><span class="price " data-price></span><span class="compare-at-price" data-compare-at-price></span><span class="unit-pricing" data-unit-pricing></span></template> <template id="price-ui-badge"><div class="price-ui-badge__sticker price-ui-badge__sticker--"> <span class="price-ui-badge__sticker-text" data-badge></span></div></template> <template id="price-ui__price"><span class="money" data-price></span></template> <template id="price-ui__price-range"><span class="price-min" data-price-min><span class="money" data-price></span></span> - <span class="price-max" data-price-max><span class="money" data-price></span></span></template> <template id="price-ui__unit-pricing"><span class="unit-quantity" data-unit-quantity></span> | <span class="unit-price" data-unit-price><span class="money" data-price></span></span> / <span class="unit-measurement" data-unit-measurement></span></template> <template id="price-ui-badge__percent-savings-range">Save up to <span data-price-percent></span>%</template> <template id="price-ui-badge__percent-savings">Save <span data-price-percent></span>%</template> <template id="price-ui-badge__price-savings-range">Save up to <span class="money" data-price></span></template> <template id="price-ui-badge__price-savings">Save <span class="money" data-price></span></template> <template id="price-ui-badge__on-sale">Sale</template> <template id="price-ui-badge__sold-out">Sold out</template> <template id="price-ui-badge__in-stock">In stock</template> <script> window.PXUTheme = window.PXUTheme || {}; window.PXUTheme.theme_settings = {}; window.PXUTheme.currency = {}; window.PXUTheme.routes = window.PXUTheme.routes || {}; window.PXUTheme.theme_settings.display_tos_checkbox = false; window.PXUTheme.theme_settings.go_to_checkout = true; window.PXUTheme.theme_settings.cart_action = "ajax"; window.PXUTheme.theme_settings.cart_shipping_calculator = true; window.PXUTheme.theme_settings.collection_swatches = true; window.PXUTheme.theme_settings.collection_secondary_image = true; window.PXUTheme.currency.show_multiple_currencies = false; window.PXUTheme.currency.shop_currency = "USD"; window.PXUTheme.currency.default_currency = "USD"; window.PXUTheme.currency.display_format = "money_format"; window.PXUTheme.currency.money_format = "${{amount}}"; window.PXUTheme.currency.money_format_no_currency = "${{amount}}"; window.PXUTheme.currency.money_format_currency = "${{amount}} USD"; window.PXUTheme.currency.native_multi_currency = false; window.PXUTheme.currency.iso_code = "USD"; window.PXUTheme.currency.symbol = "$"; window.PXUTheme.theme_settings.display_inventory_left = false; window.PXUTheme.theme_settings.inventory_threshold = 10; window.PXUTheme.theme_settings.limit_quantity = false; window.PXUTheme.theme_settings.menu_position = null; window.PXUTheme.theme_settings.newsletter_popup = true; window.PXUTheme.theme_settings.newsletter_popup_days = "2"; window.PXUTheme.theme_settings.newsletter_popup_mobile = false; window.PXUTheme.theme_settings.newsletter_popup_seconds = 16; window.PXUTheme.theme_settings.pagination_type = "basic_pagination"; window.PXUTheme.theme_settings.enable_shopify_collection_badges = true; window.PXUTheme.theme_settings.quick_shop_thumbnail_position = "bottom-thumbnails"; window.PXUTheme.theme_settings.product_form_style = "select"; window.PXUTheme.theme_settings.sale_banner_enabled = false; window.PXUTheme.theme_settings.display_savings = true; window.PXUTheme.theme_settings.display_sold_out_price = true; window.PXUTheme.theme_settings.free_text = "Free"; window.PXUTheme.theme_settings.video_looping = false; window.PXUTheme.theme_settings.quick_shop_style = "inline"; window.PXUTheme.theme_settings.hover_enabled = true; window.PXUTheme.routes.cart_url = "/cart"; window.PXUTheme.routes.root_url = "/"; window.PXUTheme.routes.search_url = "/search"; window.PXUTheme.routes.all_products_collection_url = "/collections/all"; window.PXUTheme.routes.product_recommendations_url = "/recommendations/products"; window.PXUTheme.theme_settings.image_loading_style = "blur-up"; window.PXUTheme.theme_settings.search_option = "product"; window.PXUTheme.theme_settings.search_items_to_display = 5; window.PXUTheme.theme_settings.enable_autocomplete = true; window.PXUTheme.theme_settings.page_dots_enabled = false; window.PXUTheme.theme_settings.slideshow_arrow_size = "light"; window.PXUTheme.theme_settings.quick_shop_enabled = true; window.PXUTheme.translation = {}; window.PXUTheme.translation.agree_to_terms_warning = "You must agree with the terms and conditions to checkout."; window.PXUTheme.translation.one_item_left = "item left"; window.PXUTheme.translation.items_left_text = "items left"; window.PXUTheme.translation.cart_savings_text = "Total Savings"; window.PXUTheme.translation.cart_discount_text = "Discount"; window.PXUTheme.translation.cart_subtotal_text = "Subtotal"; window.PXUTheme.translation.cart_remove_text = "Remove"; window.PXUTheme.translation.cart_free_text = "Free"; window.PXUTheme.translation.newsletter_success_text = "Thank you for joining our mailing list!"; window.PXUTheme.translation.notify_email = "Enter your email address..."; window.PXUTheme.translation.notify_email_value = "Translation missing: en.contact.fields.email"; window.PXUTheme.translation.notify_email_send = "Send"; window.PXUTheme.translation.notify_message_first = "Please notify me when "; window.PXUTheme.translation.notify_message_last = " becomes available - "; window.PXUTheme.translation.notify_success_text = "Thanks! We will notify you when this product becomes available!"; window.PXUTheme.translation.add_to_cart = "Add to Cart"; window.PXUTheme.translation.coming_soon_text = "Coming Soon"; window.PXUTheme.translation.sold_out_text = "Sold Out"; window.PXUTheme.translation.sale_text = "Sale"; window.PXUTheme.translation.savings_text = "You Save"; window.PXUTheme.translation.from_text = "from"; window.PXUTheme.translation.new_text = "New"; window.PXUTheme.translation.pre_order_text = "Pre-Order"; window.PXUTheme.translation.unavailable_text = "Unavailable"; window.PXUTheme.translation.all_results = "View all results"; window.PXUTheme.translation.no_results = "Sorry, no results!"; window.PXUTheme.media_queries = {}; window.PXUTheme.media_queries.small = window.matchMedia( "(max-width: 480px)" ); window.PXUTheme.media_queries.medium = window.matchMedia( "(max-width: 798px)" ); window.PXUTheme.media_queries.large = window.matchMedia( "(min-width: 799px)" ); window.PXUTheme.media_queries.larger = window.matchMedia( "(min-width: 960px)" ); window.PXUTheme.media_queries.xlarge = window.matchMedia( "(min-width: 1200px)" ); window.PXUTheme.media_queries.ie10 = window.matchMedia( "all and (-ms-high-contrast: none), (-ms-high-contrast: active)" ); window.PXUTheme.media_queries.tablet = window.matchMedia( "only screen and (min-width: 799px) and (max-width: 1024px)" ); window.PXUTheme.media_queries.mobile_and_tablet = window.matchMedia( "(max-width: 1024px)" );</script> <script src="//aromatools.com/cdn/shop/t/13/assets/vendors.js?v=110606657863731852701668726449" defer></script> <script src="//aromatools.com/cdn/shop/t/13/assets/sections.js?v=101325471108091185951668726468" defer></script> <script src="//aromatools.com/cdn/shop/t/13/assets/utilities.js?v=179684771267404657711668726468" defer></script> <script src="//aromatools.com/cdn/shop/t/13/assets/app.js?v=158359464742694423361668726468" defer></script> <script></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/4131520621/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="e61b363f0e53b8e8fb5ed6c8863ed8ce"> <meta id="in-context-paypal-metadata" data-shop-id="4131520621" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <meta id="amazon-payments-metadata" data-amazon-payments="true" data-amazon-payments-seller-id="A16YTEKYG0GVMD" data-amazon-payments-callback-url="https://aromatools.com/4131520621/amazon_payments/callback" data-amazon-payments-sandbox-mode="false" data-amazon-payments-client-id="amzn1.application-oa2-client.dd0cd9e5fb844eaa90d316f50a879b80" data-amazon-payments-region="US" data-amazon-payments-language="en-US" data-amazon-payments-widget-library-url="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js"> <link rel="alternate" type="application/json+oembed" href="https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=aromatools1.myshopify.com&locale=en-US"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=aromatools1.myshopify.com&locale=en-US" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":4131520621,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/4131520621","merchantName":"AromaTools®","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"AromaTools®","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"e61b363f0e53b8e8fb5ed6c8863ed8ce","betas":["rich-media-storefront-analytics"],"domain":"aromatools.com","predictiveSearch":true,"shopId":4131520621,"smart_payment_buttons_url":"https:\/\/aromatools.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/aromatools.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "aromatools1.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Turbo 8.2.1 (customized)","id":122783268973,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "aromatools.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>(function() { function asyncLoad() { var urls = ["\/\/cdn.shopify.com\/proxy\/780a64dd2063077bcbeccc0e726f07449442c0f8118ea4a42f17d627cbabae6a\/api.goaffpro.com\/loader.js?shop=aromatools1.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/geolocation-recommendations.shopifyapps.com\/selectors\/script.js?shop=aromatools1.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=aromatools1.myshopify.com","\/\/cdn.slicktext.com\/scripts\/stag.min.js?ut=890973130462af2153df8712d607d70b\u0026shop=aromatools1.myshopify.com"]; for (var i = 0; i <urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":4131520621,"offset":-25200,"reqid":"62192696-0c41-4c0a-be8e-e989519afc52","pageurl":"aromatools.com\/collections\/health-wellness-books\/products\/nourishing-the-healer-within-by-karen-d-gilroy","u":"ee8cd42a9f78","p":"product","rtyp":"product","rid":6729049669741};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//aromatools.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//aromatools.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script type='text/javascript' async='' src='https://cdn.shopify.com/shopifycloud/privacy-banner/storefront-banner.js'></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 300px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <meta name="author" content="AromaTools®"> <meta property="og:url" content="https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy"> <meta property="og:site_name" content="AromaTools®"> <meta property="og:type" content="product"> <meta property="og:title" content="Nourishing the Healer Within, by Karen D. Gilroy"> <meta property="og:image" content="https://aromatools.com/cdn/shop/products/8891_600x.webp?v=1677291787"> <meta property="og:image:secure_url" content="https://aromatools.com/cdn/shop/products/8891_600x.webp?v=1677291787"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="800"> <meta property="product:price:amount" content="18.95"> <meta property="product:price:currency" content="USD"> <meta property="og:description" content="Learn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. Details Nourishing the Healer Within explains the interconnection of the mind, body, and spir"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Nourishing the Healer Within, by Karen D. Gilroy"> <meta name="twitter:description" content="Learn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. Details Nourishing the Healer Within explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author&#39;s philosophy of the spirit or soul, and the role that it plays in physical experience. Objective: Educational. (Click here for information on the difference between Educational and Marketing materials.) Pages: 300. Binding: Softcover. Dimensions: 7½&quot; wide x 9&quot;"> <meta name="twitter:image" content="https://aromatools.com/cdn/shop/products/8891_240x.webp?v=1677291787"> <meta name="twitter:image:width" content="240"> <meta name="twitter:image:height" content="240"> <meta name="twitter:image:alt" content="Nourishing The Healer Within By Karen D. Gilroy"> <link rel="prev" href="/collections/health-wellness-books/products/prescription-for-nutritional-healing-5th-edition-by-phyllis-a-balch-cnc"> <link rel="next" href="/collections/health-wellness-books/products/essential-oils-diet-by-eric-zielinski-d-c"> <!-- Google Merchant Center --> <meta name="google-site-verification" content="EJBmXeteMCSh7Qb-vUZhGTsQiTm_m3TSmnowFQV4090" /><!-- BEGIN app block: shopify://apps/vitals-all-in-one-marketing/blocks/app-embed/aeb48102-2a5a-4f39-bdbd-d8d49f4e20b8 --><link rel="preconnect" href="https://appsolve.io/" /><link rel="preconnect" href="https://cdn-sf.vitals.app/" /><script data-ver="26" id="vtlsAebData">window.vtlsLiquidData={};window.vtlsLiquidData.hasActiveModules=true;window.vtlsLiquidData.shopSettings={};window.vtlsLiquidData.shopSettings.cartType="";window.vtlsLiquidData.spat="80d843867f0482ed6b992d8ffb642071";window.vtlsLiquidData.product = {"id": 6729049669741,"available": true,"title": "Nourishing the Healer Within, by Karen D. Gilroy","handle": "nourishing-the-healer-within-by-karen-d-gilroy","vendor": "AromaTools","type": "","tags": ["Aromatherapy","Books","Compliant","Cooking \u0026 Recipes","Educational Materials","Emotional","Health \u0026 Wellness","Literature","Nutrition \u0026 Diet"],"description": "1","featured_image":{"src": "//aromatools.com/cdn/shop/products/8891.webp?v=1677291787","aspect_ratio": "1.5"},"collectionIds": [266386243693,274525716589,94264164461,267024695405,271992750189,267023843437,274786746477,267023810669,274656821357,266385817709,267023974509,277255716973],"variants": [{"id": 39844041031789,"title": "Default Title","option1": "Default Title","option2": null,"option3": null,"price": 1895,"compare_at_price": 1895,"available": true,"image":null,"is_preorderable": 0}],"options": [{"name": "Title"}]};window.vtlsLiquidData.cacheKeys = [1708126415,1688675017,0,1700689969,1708553827,0,1686325400,1708126415];</script><script src="https://appsolve.io/sf/v1/assets/js/main/aromatools1.myshopify.com/1708824774/bundle.js" async></script> <!-- END app app block --><link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 4131520621,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 4131520621,storefrontBaseUrl: "https://aromatools.com",cdnBaseUrl: "https://aromatools.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"39844041031789","image":{"src":"\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787"},"price":{"amount":18.95,"currencyCode":"USD"},"product":{"id":"6729049669741","title":"Nourishing the Healer Within, by Karen D. Gilroy","untranslatedTitle":"Nourishing the Healer Within, by Karen D. Gilroy","url":"\/products\/nourishing-the-healer-within-by-karen-d-gilroy","vendor":"AromaTools","type":""},"sku":"8891","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"39844041031789","image":{"src":"\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787"},"price":{"amount":18.95,"currencyCode":"USD"},"product":{"id":"6729049669741","title":"Nourishing the Healer Within, by Karen D. Gilroy","untranslatedTitle":"Nourishing the Healer Within, by Karen D. Gilroy","url":"\/products\/nourishing-the-healer-within-by-karen-d-gilroy","vendor":"AromaTools","type":""},"sku":"8891","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://aromatools.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"product":{"id":6729049669741,"gid":"gid:\/\/shopify\/Product\/6729049669741","vendor":"AromaTools","type":"","variants":[{"id":39844041031789,"price":1895,"name":"Nourishing the Healer Within, by Karen D. Gilroy","public_title":null,"sku":"8891"}]},"page":{"pageType":"product","resourceType":"product","resourceId":6729049669741}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 4131520621, theme_id: 122783268973, app_name: "storefront", context_url: window.location.href, source_url: "//aromatools.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//aromatools.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//aromatools.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":4131520621,"isMerchantRequest":null,"themeId":122783268973,"themeCityHash":"17322574960868963866","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Gtag Pixel":{"conversionId":"G-T2VTVDY8E5","eventLabels":[{"type":"purchase","action_label":"G-T2VTVDY8E5"},{"type":"page_view","action_label":"G-T2VTVDY8E5"},{"type":"view_item","action_label":"G-T2VTVDY8E5"},{"type":"search","action_label":"G-T2VTVDY8E5"},{"type":"add_to_cart","action_label":"G-T2VTVDY8E5"},{"type":"begin_checkout","action_label":"G-T2VTVDY8E5"},{"type":"add_payment_info","action_label":"G-T2VTVDY8E5"}],"targetCountry":"US"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":6729049669741}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"USD","variantId":39844041031789,"productId":6729049669741,"productGid":"gid:\/\/shopify\/Product\/6729049669741","name":"Nourishing the Healer Within, by Karen D. Gilroy","price":"18.95","sku":"8891","brand":"AromaTools","variant":null,"category":"","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"USD","variantId":39844041031789,"productId":6729049669741,"productGid":"gid:\/\/shopify\/Product\/6729049669741","name":"Nourishing the Healer Within, by Karen D. Gilroy","price":"18.95","sku":"8891","brand":"AromaTools","variant":null,"category":"","nonInteraction":true,"referer":"https:\/\/aromatools.com\/collections\/health-wellness-books\/products\/nourishing-the-healer-within-by-karen-d-gilroy"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//aromatools.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Turbo"; window.BOOMR.themeVersion = "8.2.1"; window.BOOMR.shopId = 4131520621; window.BOOMR.themeId = 122783268973; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://aromatools.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <noscript> <style> .product_section .product_form, .product_gallery { opacity: 1; } .multi_select, form .select { display: block !important; } .image-element__wrap { display: none; }</style></noscript> <body class="product" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-url="https://aromatools.com"> <div style="--background-color: #ffffff"></div> <script> document.documentElement.className=document.documentElement.className.replace(/\bno-js\b/,'js'); if(window.Shopify&&window.Shopify.designMode)document.documentElement.className+=' in-theme-editor'; if(('ontouchstart' in window)||window.DocumentTouch&&document instanceof DocumentTouch)document.documentElement.className=document.documentElement.className.replace(/\bno-touch\b/,'has-touch');</script> <svg class="icon-star-reference" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="3 3 17 17" fill="none" > <symbol id="icon-star"> <rect class="icon-star-background" width="20" height="20" fill="currentColor"/> <path d="M10 3L12.163 7.60778L17 8.35121L13.5 11.9359L14.326 17L10 14.6078L5.674 17L6.5 11.9359L3 8.35121L7.837 7.60778L10 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></symbol> <clipPath id="icon-star-clip"> <path d="M10 3L12.163 7.60778L17 8.35121L13.5 11.9359L14.326 17L10 14.6078L5.674 17L6.5 11.9359L3 8.35121L7.837 7.60778L10 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></clipPath></svg> <div id="shopify-section-header" class="shopify-section shopify-section--header"><script type="application/json" data-section-type="header" data-section-id="header" > </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "AromaTools®", "logo": "https://aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_400x.png?v=1630610914", "sameAs": [ "", "", "", "", "https://www.facebook.com/AromaTools", "", "", "https://www.instagram.com/aromatools/", "", "", "", "", "", "https://www.pinterest.com/aromatools/", "", "", "", "", "", "", "", "", "", "", "https://www.youtube.com/user/AromaTools" ], "url": "https://aromatools.com" } </script> <header id="header" class="mobile_nav-fixed--true"> <div class="top-bar"> <details data-mobile-menu> <summary class="mobile_nav dropdown_link" data-mobile-menu-trigger> <div data-mobile-menu-icon> <span></span> <span></span> <span></span> <span></span></div> <span class="mobile-menu-title">Menu</span></summary> <div class="mobile-menu-container dropdown" data-nav> <ul class="menu" id="mobile_menu"> <template data-nav-parent-template> <li class="sublink"> <a href="#" data-no-instant class="parent-link--true"><div class="mobile-menu-item-title" data-nav-title></div><span class="right icon-down-arrow"></span></a> <ul class="mobile-mega-menu" data-meganav-target-container></ul></li></template> <li data-mobile-dropdown-rel="shop-by-category" data-meganav-mobile-target="shop-by-category"> <a data-nav-title data-no-instant href="/pages/shop-by-category" class="parent-link--true"> Shop by Category</a></li> <li data-mobile-dropdown-rel="lifestyle" data-meganav-mobile-target="lifestyle"> <a data-nav-title data-no-instant href="/pages/lifestyle" class="parent-link--true"> Lifestyle</a></li> <li data-mobile-dropdown-rel="trending-now" data-meganav-mobile-target="trending-now"> <a data-nav-title data-no-instant href="/pages/trending-now" class="parent-link--true"> Trending Now</a></li> <li data-mobile-dropdown-rel="signature-products" data-meganav-mobile-target="signature-products"> <a data-nav-title data-no-instant href="/pages/signature-products" class="parent-link--true"> Signature Products</a></li> <template data-nav-parent-template> <li class="sublink"> <a href="#" data-no-instant class="parent-link--true"><div class="mobile-menu-item-title" data-nav-title></div><span class="right icon-down-arrow"></span></a> <ul class="mobile-mega-menu" data-meganav-target-container></ul></li></template> <li> <a href="tel:18667280070">1-866-728-0070</a></li> <li data-no-instant> <a href="https://account.aromatools.com?locale=en" id="customer_login_link">Login</a></li></ul></div></details> <a href="/" title="AromaTools®" class="mobile_logo logo"> <img src="//aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_410x.png?v=1630610914" alt="AromaTools®" /></a> <div class="top-bar--right"> <a href="/search" class="icon-search dropdown_link" title="Search" data-dropdown-rel="search"></a> <div class="cart-container"> <a href="/cart" class="icon-cart mini_cart dropdown_link" title="Cart" data-no-instant> <span class="cart_count">0</span></a></div></div></div> <div class="dropdown_container" data-dropdown="search"> <div class="dropdown" data-autocomplete-true> <form action="/search" class="header_search_form"> <input type="hidden" name="type" value="product" /> <span class="icon-search search-submit"></span> <input type="text" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" autocorrect="off" class="search-terms" /></form></div></div> </header> <header class=" search-enabled--true " data-desktop-header data-header-feature-image="true" > <div class=" header header-fixed--true header-background--solid " data-header-is-absolute="" > <div class="top-bar"> <ul class="social_icons"> <li><a href="https://www.facebook.com/AromaTools" title="AromaTools® on Facebook" rel="me" target="_blank" class="icon-facebook"></a></li> <li><a href="https://www.instagram.com/aromatools/" title="AromaTools® on Instagram" rel="me" target="_blank" class="icon-instagram"></a></li> <li><a href="https://www.pinterest.com/aromatools/" title="AromaTools® on Pinterest" rel="me" target="_blank" class="icon-pinterest"></a></li> <li><a href="https://www.youtube.com/user/AromaTools" title="AromaTools® on YouTube" rel="me" target="_blank" class="icon-youtube"></a></li> </ul> <ul class="top-bar__menu menu"> <li> <a href="tel:18667280070">1-866-728-0070</a></li></ul> <div class="top-bar--right-menu"> <ul class="top-bar__menu"> <li> <a href="/account" class=" top-bar__login-link icon-user " title="My Account " > Login</a></li></ul> <div class="cart-container"> <a href="/cart" class="icon-cart mini_cart dropdown_link" data-no-instant> <span class="cart_count">0</span></a> <div class="tos_warning cart_content animated fadeIn"> <div class="js-empty-cart__message "> <p class="empty_cart">Your Cart is Empty</p></div> <form action="/cart" method="post" class="hidden" data-total-discount="0" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="AromaTools®" data-cart-form="mini-cart"> <a class="cart_content__continue-shopping secondary_button"> Continue Shopping</a> <ul class="cart_items js-cart_items"></ul> <ul> <li class="cart_discounts js-cart_discounts sale"></li> <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money"> $0.00</span></span> <span>Subtotal</span></li> <li class="cart_savings sale js-cart_savings"></li> <li><p class="cart-message meta">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p></li> <li> <button type="submit" name="checkout" class="global-button global-button--primary add_to_cart" data-minicart-checkout-button><span class="icon-lock"></span>Checkout</button></li></ul></form></div></div></div></div> <div class="main-nav__wrapper"> <div class="main-nav menu-position--block logo-alignment--center logo-position--center search-enabled--true" data-show-dropdown-on-click> <div class="header__logo logo--image"> <a href="/" title="AromaTools®"> <img src="//aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_410x.png?v=1630610914" class="primary_logo lazyload" alt="AromaTools®" /></a></div> <div class=" nav nav--combined nav--center center " > <div class="combined-menu-container"> <nav class="nav-desktop " data-nav data-nav-desktop aria-label="Translation missing: en.navigation.header.main_nav" > <template data-nav-parent-template> <li class=" nav-desktop__tier-1-item nav-desktop__tier-1-item--widemenu-parent " data-nav-desktop-parent > <details data-nav-desktop-details> <summary data-href class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " data-nav-desktop-link aria-expanded="false" aria-controls="nav-tier-2-" role="button" > <span data-nav-title></span> <span class="icon-down-arrow"></span></summary> <div class=" nav-desktop__tier-2 nav-desktop__tier-2--full-width-menu " tabindex="-1" data-nav-desktop-tier-2 data-nav-desktop-submenu data-nav-desktop-full-width-menu data-meganav-target-container ></details></li></template> <ul class="nav-desktop__tier-1" data-nav-desktop-tier-1 > <li class=" nav-desktop__tier-1-item " data-meganav-desktop-target="shop-by-category" > <a href="/pages/shop-by-category" class=" nav-desktop__tier-1-link " data-nav-desktop-link > <span data-nav-title>Shop by Category</span></a></li> <li class=" nav-desktop__tier-1-item " data-meganav-desktop-target="lifestyle" > <a href="/pages/lifestyle" class=" nav-desktop__tier-1-link " data-nav-desktop-link > <span data-nav-title>Lifestyle</span></a></li> <li class=" nav-desktop__tier-1-item " data-meganav-desktop-target="trending-now" > <a href="/pages/trending-now" class=" nav-desktop__tier-1-link " data-nav-desktop-link > <span data-nav-title>Trending Now</span></a></li> <li class=" nav-desktop__tier-1-item " data-meganav-desktop-target="signature-products" > <a href="/pages/signature-products" class=" nav-desktop__tier-1-link " data-nav-desktop-link > <span data-nav-title>Signature Products</span></a></li></ul> </nav> <nav class="nav-desktop " data-nav data-nav-desktop aria-label="Translation missing: en.navigation.header.main_nav" > <template data-nav-parent-template> <li class=" nav-desktop__tier-1-item nav-desktop__tier-1-item--widemenu-parent " data-nav-desktop-parent > <details data-nav-desktop-details> <summary data-href class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " data-nav-desktop-link aria-expanded="false" aria-controls="nav-tier-2-" role="button" > <span data-nav-title></span> <span class="icon-down-arrow"></span></summary> <div class=" nav-desktop__tier-2 nav-desktop__tier-2--full-width-menu " tabindex="-1" data-nav-desktop-tier-2 data-nav-desktop-submenu data-nav-desktop-full-width-menu data-meganav-target-container ></details></li></template> <ul class="nav-desktop__tier-1" data-nav-desktop-tier-1 ></ul> </nav></div> <div class="search-container" data-autocomplete-true> <form action="/search" class="search__form"> <input type="hidden" name="type" value="product" /> <span class="icon-search search-submit"></span> <input type="text" name="q" placeholder="Search" value="" autocapitalize="off" autocomplete="off" autocorrect="off" /></form> <div class="search-link"> <a href="/search" class="icon-search dropdown_link" title="Search" data-dropdown-rel="search"></a></div></div></div></div></div></div> </header> <script> (() => { const header = document.querySelector('[data-header-feature-image="true"]'); if (header) { header.classList.add('feature_image'); } const headerContent = document.querySelector('[data-header-is-absolute="true"]'); if (header) { header.classList.add('is-absolute'); } })(); </script> <style> div.header__logo, div.header__logo img, div.header__logo span, .sticky_nav .menu-position--block .header__logo { max-width: 205px; } </style> </div> <div class="mega-menu-container nav-desktop__tier-1"> <div id="shopify-section-mega-menu-1" class="shopify-section shopify-section--mega-menu"> <script type="application/json" data-section-type="mega-menu-1" data-section-id="mega-menu-1" > </script> <details> <summary class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " > <span>Shop by Category</span> <span class="icon-down-arrow"></span></summary> <div class=" mega-menu menu dropdown_content " data-meganav-desktop data-meganav-handle="shop-by-category" > <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/literature">Literature</a></li></ul> <ul> <li> <a href="/collections/books">Books</a></li> <li> <a href="/collections/booklets">Booklets</a></li> <li> <a href="/collections/brochures-handouts">Brochures & Handouts</a></li> <li> <a href="/collections/charts">Charts</a></li> <li> <a href="/collections/languages">Languages</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/containers">Containers</a></li></ul> <ul> <li> <a href="/collections/sample-vials">Sample Vials</a></li> <li> <a href="/collections/roll-ons">Roll-ons</a></li> <li> <a href="/collections/spray-bottles">Spray Bottles</a></li> <li> <a href="/collections/pump-bottles">Pump Bottles</a></li> <li> <a href="/collections/glass-bottles-jars">Glass Bottles & Jars</a></li> <li> <a href="/collections/plastic-bottles-jars">Plastic Bottles & Jars</a></li> <li> <a href="/collections/travel-size">Travel Size</a></li> <li> <a href="/collections/container-parts">Parts & Accessories</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/sharing-business">Sharing & Business</a></li></ul> <ul> <li> <a href="/collections/sampling">Sampling</a></li> <li> <a href="/collections/stickers-labels">Stickers & Labels</a></li> <li> <a href="/collections/diy-crafts-recipes">DIY Crafts & Recipes</a></li> <li> <a href="/collections/charts">Charts</a></li> <li> <a href="/collections/handouts">Handouts</a></li> <li> <a href="/collections/presentation-display">Presentation & Display</a></li> <li> <a href="/collections/digital-downloads">Digital Downloads</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/wellness-lifestyle">Wellness & Lifestyle</a></li></ul> <ul> <li> <a href="/pages/capsules">Capsules</a></li> <li> <a href="/collections/raw-ingredients">Natural Ingredients</a></li> <li> <a href="/collections/water-blender-bottles">Water & Blender Bottles</a></li> <li> <a href="/collections/massage">Massage & Reflexology</a></li> <li> <a href="/collections/recipes">Recipes</a></li> <li> <a href="/collections/swag">Enrollment Gifts & Swag</a></li> <li> <a href="/collections/apparel">Apparel</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/cases-display">Cases & Display</a></li></ul> <ul> <li> <a href="/collections/doterra-branded-cases">dōTERRA® Branded</a></li> <li> <a href="/collections/sample-cases">Sample Cases</a></li> <li> <a href="/collections/small-cases">Small (<30 bottles)</a></li> <li> <a href="/collections/large-cases">Large (30+ bottles)</a></li> <li> <a href="/collections/racks-boxes">Display & Organization</a></li></ul></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/diffusers">Diffusers</a></li></ul> <ul> <li> <a href="/collections/home-office">Home & Office</a></li> <li> <a href="/collections/personal-travel">Personal & Travel</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div></div></details> <div class="mobile-meganav-source"> <div data-meganav-mobile data-meganav-handle="shop-by-category" > <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/literature" class="parent-link--true"> Literature <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/books">Books</a></li> <li> <a href="/collections/booklets">Booklets</a></li> <li> <a href="/collections/brochures-handouts">Brochures & Handouts</a></li> <li> <a href="/collections/charts">Charts</a></li> <li> <a href="/collections/languages">Languages</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/containers" class="parent-link--true"> Containers <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/sample-vials">Sample Vials</a></li> <li> <a href="/collections/roll-ons">Roll-ons</a></li> <li> <a href="/collections/spray-bottles">Spray Bottles</a></li> <li> <a href="/collections/pump-bottles">Pump Bottles</a></li> <li> <a href="/collections/glass-bottles-jars">Glass Bottles & Jars</a></li> <li> <a href="/collections/plastic-bottles-jars">Plastic Bottles & Jars</a></li> <li> <a href="/collections/travel-size">Travel Size</a></li> <li> <a href="/collections/container-parts">Parts & Accessories</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/sharing-business" class="parent-link--true"> Sharing & Business <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/sampling">Sampling</a></li> <li> <a href="/collections/stickers-labels">Stickers & Labels</a></li> <li> <a href="/collections/diy-crafts-recipes">DIY Crafts & Recipes</a></li> <li> <a href="/collections/charts">Charts</a></li> <li> <a href="/collections/handouts">Handouts</a></li> <li> <a href="/collections/presentation-display">Presentation & Display</a></li> <li> <a href="/collections/digital-downloads">Digital Downloads</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/wellness-lifestyle" class="parent-link--true"> Wellness & Lifestyle <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/pages/capsules">Capsules</a></li> <li> <a href="/collections/raw-ingredients">Natural Ingredients</a></li> <li> <a href="/collections/water-blender-bottles">Water & Blender Bottles</a></li> <li> <a href="/collections/massage">Massage & Reflexology</a></li> <li> <a href="/collections/recipes">Recipes</a></li> <li> <a href="/collections/swag">Enrollment Gifts & Swag</a></li> <li> <a href="/collections/apparel">Apparel</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/cases-display" class="parent-link--true"> Cases & Display <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/doterra-branded-cases">dōTERRA® Branded</a></li> <li> <a href="/collections/sample-cases">Sample Cases</a></li> <li> <a href="/collections/small-cases">Small (<30 bottles)</a></li> <li> <a href="/collections/large-cases">Large (30+ bottles)</a></li> <li> <a href="/collections/racks-boxes">Display & Organization</a></li></ul></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/diffusers" class="parent-link--true"> Diffusers <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/home-office">Home & Office</a></li> <li> <a href="/collections/personal-travel">Personal & Travel</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li></div></div> </div> <div id="shopify-section-mega-menu-2" class="shopify-section shopify-section--mega-menu"> <script type="application/json" data-section-type="mega-menu-2" data-section-id="mega-menu-2" > </script> <details> <summary class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " > <span>Lifestyle</span> <span class="icon-down-arrow"></span></summary> <div class=" mega-menu menu dropdown_content " data-meganav-desktop data-meganav-handle="lifestyle" > <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__image-caption-link"> <a href="/collections/emotional"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Emotions175_50x.png?v=1635205386" data-src="//aromatools.com/cdn/shop/files/Emotions175_1600x.png?v=1635205386" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/Emotions175_5000x.png?v=1635205386 5000w, //aromatools.com/cdn/shop/files/Emotions175_4500x.png?v=1635205386 4500w, //aromatools.com/cdn/shop/files/Emotions175_4000x.png?v=1635205386 4000w, //aromatools.com/cdn/shop/files/Emotions175_3500x.png?v=1635205386 3500w, //aromatools.com/cdn/shop/files/Emotions175_3000x.png?v=1635205386 3000w, //aromatools.com/cdn/shop/files/Emotions175_2500x.png?v=1635205386 2500w, //aromatools.com/cdn/shop/files/Emotions175_2000x.png?v=1635205386 2000w, //aromatools.com/cdn/shop/files/Emotions175_1800x.png?v=1635205386 1800w, //aromatools.com/cdn/shop/files/Emotions175_1600x.png?v=1635205386 1600w, //aromatools.com/cdn/shop/files/Emotions175_1400x.png?v=1635205386 1400w, //aromatools.com/cdn/shop/files/Emotions175_1200x.png?v=1635205386 1200w, //aromatools.com/cdn/shop/files/Emotions175_1000x.png?v=1635205386 1000w, //aromatools.com/cdn/shop/files/Emotions175_800x.png?v=1635205386 800w, //aromatools.com/cdn/shop/files/Emotions175_600x.png?v=1635205386 600w, //aromatools.com/cdn/shop/files/Emotions175_400x.png?v=1635205386 400w, //aromatools.com/cdn/shop/files/Emotions175_200x.png?v=1635205386 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Emotions175_2000x.png?v=1635205386" alt="" class=" noscript"> </noscript> <p class="mega-menu__image-caption">Emotions</p></a></div> <div class="mega-menu__image-caption-link"> <a href="/collections/sleep"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Sleep175_50x.png?v=1635205951" data-src="//aromatools.com/cdn/shop/files/Sleep175_1600x.png?v=1635205951" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/Sleep175_5000x.png?v=1635205951 5000w, //aromatools.com/cdn/shop/files/Sleep175_4500x.png?v=1635205951 4500w, //aromatools.com/cdn/shop/files/Sleep175_4000x.png?v=1635205951 4000w, //aromatools.com/cdn/shop/files/Sleep175_3500x.png?v=1635205951 3500w, //aromatools.com/cdn/shop/files/Sleep175_3000x.png?v=1635205951 3000w, //aromatools.com/cdn/shop/files/Sleep175_2500x.png?v=1635205951 2500w, //aromatools.com/cdn/shop/files/Sleep175_2000x.png?v=1635205951 2000w, //aromatools.com/cdn/shop/files/Sleep175_1800x.png?v=1635205951 1800w, //aromatools.com/cdn/shop/files/Sleep175_1600x.png?v=1635205951 1600w, //aromatools.com/cdn/shop/files/Sleep175_1400x.png?v=1635205951 1400w, //aromatools.com/cdn/shop/files/Sleep175_1200x.png?v=1635205951 1200w, //aromatools.com/cdn/shop/files/Sleep175_1000x.png?v=1635205951 1000w, //aromatools.com/cdn/shop/files/Sleep175_800x.png?v=1635205951 800w, //aromatools.com/cdn/shop/files/Sleep175_600x.png?v=1635205951 600w, //aromatools.com/cdn/shop/files/Sleep175_400x.png?v=1635205951 400w, //aromatools.com/cdn/shop/files/Sleep175_200x.png?v=1635205951 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Sleep175_2000x.png?v=1635205951" alt="" class=" noscript"> </noscript> <p class="mega-menu__image-caption">Sleep</p></a></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/essential-oils">Essential Oils</a></li></ul> <ul> <li> <a href="/pages/getting-started-with-essential-oils">Getting Started</a></li> <li> <a href="/collections/reference-books">Reference Books</a></li> <li> <a href="/collections/application-a-t-i">Applying Oils (A,T,I)</a></li> <li> <a href="/collections/dispensing-tools">Dispensing Tools</a></li></ul></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/family">Family</a></li></ul> <ul> <li> <a href="/collections/women">Women</a></li> <li> <a href="/collections/maternity-childbirth">Maternity & Childbirth</a></li> <li> <a href="/collections/children">Children</a></li> <li> <a href="/collections/men">Men</a></li> <li> <a href="/collections/pets-animals">Pets & Animals</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/home">Home</a></li></ul> <ul> <li> <a href="/collections/natural-cleaning">Natural Cleaning</a></li> <li> <a href="/collections/kitchen-bathroom">Kitchen & Bathroom</a></li> <li> <a href="/collections/bedroom">Bedroom</a></li> <li> <a href="/collections/laundry">Laundry</a></li> <li> <a href="/collections/cooking">Cooking & Recipes</a></li> <li> <a href="/collections/personal-care-beauty">Personal Care & Beauty</a></li> <li> <a href="/collections/diy-crafts-recipes">Crafts & DIY</a></li> <li> <a href="/collections/seasonal">Seasonal</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/health-wellness">Health & Wellness</a></li></ul> <ul> <li> <a href="/collections/physical">Physical</a></li> <li> <a href="/collections/mental">Mental</a></li> <li> <a href="/collections/emotional">Emotional</a></li> <li> <a href="/collections/sleep">Sleep</a></li> <li> <a href="/collections/nutrition-diet">Nutrition & Diet</a></li> <li> <a href="/collections/pain-relief">Pain Relief</a></li> <li> <a href="/collections/immune-support">Immune Support</a></li> <li> <a href="/collections/exercise">Exercise</a></li> <li> <a href="/collections/yoga-chakra">Yoga & Chakra</a></li> <li> <a href="/collections/sweet-treats">Sweet Treats</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a >Business Building</a></li></ul> <ul> <li> <a href="/collections/sampling">Sharing & Sampling</a></li> <li> <a href="/collections/marketing-materials">Marketing Materials</a></li> <li> <a href="/collections/printable-marketing">Printable Marketing</a></li> <li> <a href="/collections/classes-to-teach">Classes to Teach</a></li> <li> <a href="/collections/presentation-display">Display</a></li> <li> <a href="/collections/cases-display">Carrying Cases</a></li> <li> <a href="/collections/doterra-branded-items">dōTERRA® Branded</a></li> <li> <a href="/collections/back-to-basics">Back to Basics</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div></div></details> <div class="mobile-meganav-source"> <div data-meganav-mobile data-meganav-handle="lifestyle" > <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <a href="/collections/emotional" > <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Emotions175_50x.png?v=1635205386" data-src="//aromatools.com/cdn/shop/files/Emotions175_1600x.png?v=1635205386" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/Emotions175_5000x.png?v=1635205386 5000w, //aromatools.com/cdn/shop/files/Emotions175_4500x.png?v=1635205386 4500w, //aromatools.com/cdn/shop/files/Emotions175_4000x.png?v=1635205386 4000w, //aromatools.com/cdn/shop/files/Emotions175_3500x.png?v=1635205386 3500w, //aromatools.com/cdn/shop/files/Emotions175_3000x.png?v=1635205386 3000w, //aromatools.com/cdn/shop/files/Emotions175_2500x.png?v=1635205386 2500w, //aromatools.com/cdn/shop/files/Emotions175_2000x.png?v=1635205386 2000w, //aromatools.com/cdn/shop/files/Emotions175_1800x.png?v=1635205386 1800w, //aromatools.com/cdn/shop/files/Emotions175_1600x.png?v=1635205386 1600w, //aromatools.com/cdn/shop/files/Emotions175_1400x.png?v=1635205386 1400w, //aromatools.com/cdn/shop/files/Emotions175_1200x.png?v=1635205386 1200w, //aromatools.com/cdn/shop/files/Emotions175_1000x.png?v=1635205386 1000w, //aromatools.com/cdn/shop/files/Emotions175_800x.png?v=1635205386 800w, //aromatools.com/cdn/shop/files/Emotions175_600x.png?v=1635205386 600w, //aromatools.com/cdn/shop/files/Emotions175_400x.png?v=1635205386 400w, //aromatools.com/cdn/shop/files/Emotions175_200x.png?v=1635205386 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Emotions175_2000x.png?v=1635205386" alt="" class=" noscript"> </noscript> <p class="mobile-mega-menu__image-caption">Emotions</p></a></li> <li class="mobile-mega-menu_block"> <a href="/collections/sleep"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Sleep175_50x.png?v=1635205951" data-src="//aromatools.com/cdn/shop/files/Sleep175_1600x.png?v=1635205951" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/Sleep175_5000x.png?v=1635205951 5000w, //aromatools.com/cdn/shop/files/Sleep175_4500x.png?v=1635205951 4500w, //aromatools.com/cdn/shop/files/Sleep175_4000x.png?v=1635205951 4000w, //aromatools.com/cdn/shop/files/Sleep175_3500x.png?v=1635205951 3500w, //aromatools.com/cdn/shop/files/Sleep175_3000x.png?v=1635205951 3000w, //aromatools.com/cdn/shop/files/Sleep175_2500x.png?v=1635205951 2500w, //aromatools.com/cdn/shop/files/Sleep175_2000x.png?v=1635205951 2000w, //aromatools.com/cdn/shop/files/Sleep175_1800x.png?v=1635205951 1800w, //aromatools.com/cdn/shop/files/Sleep175_1600x.png?v=1635205951 1600w, //aromatools.com/cdn/shop/files/Sleep175_1400x.png?v=1635205951 1400w, //aromatools.com/cdn/shop/files/Sleep175_1200x.png?v=1635205951 1200w, //aromatools.com/cdn/shop/files/Sleep175_1000x.png?v=1635205951 1000w, //aromatools.com/cdn/shop/files/Sleep175_800x.png?v=1635205951 800w, //aromatools.com/cdn/shop/files/Sleep175_600x.png?v=1635205951 600w, //aromatools.com/cdn/shop/files/Sleep175_400x.png?v=1635205951 400w, //aromatools.com/cdn/shop/files/Sleep175_200x.png?v=1635205951 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Sleep175_2000x.png?v=1635205951" alt="" class=" noscript"> </noscript> <p class="mobile-mega-menu__image-caption">Sleep</p></a></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/essential-oils" class="parent-link--true"> Essential Oils <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/pages/getting-started-with-essential-oils">Getting Started</a></li> <li> <a href="/collections/reference-books">Reference Books</a></li> <li> <a href="/collections/application-a-t-i">Applying Oils (A,T,I)</a></li> <li> <a href="/collections/dispensing-tools">Dispensing Tools</a></li></ul></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/family" class="parent-link--true"> Family <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/women">Women</a></li> <li> <a href="/collections/maternity-childbirth">Maternity & Childbirth</a></li> <li> <a href="/collections/children">Children</a></li> <li> <a href="/collections/men">Men</a></li> <li> <a href="/collections/pets-animals">Pets & Animals</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/home" class="parent-link--true"> Home <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/natural-cleaning">Natural Cleaning</a></li> <li> <a href="/collections/kitchen-bathroom">Kitchen & Bathroom</a></li> <li> <a href="/collections/bedroom">Bedroom</a></li> <li> <a href="/collections/laundry">Laundry</a></li> <li> <a href="/collections/cooking">Cooking & Recipes</a></li> <li> <a href="/collections/personal-care-beauty">Personal Care & Beauty</a></li> <li> <a href="/collections/diy-crafts-recipes">Crafts & DIY</a></li> <li> <a href="/collections/seasonal">Seasonal</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/health-wellness" class="parent-link--true"> Health & Wellness <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/physical">Physical</a></li> <li> <a href="/collections/mental">Mental</a></li> <li> <a href="/collections/emotional">Emotional</a></li> <li> <a href="/collections/sleep">Sleep</a></li> <li> <a href="/collections/nutrition-diet">Nutrition & Diet</a></li> <li> <a href="/collections/pain-relief">Pain Relief</a></li> <li> <a href="/collections/immune-support">Immune Support</a></li> <li> <a href="/collections/exercise">Exercise</a></li> <li> <a href="/collections/yoga-chakra">Yoga & Chakra</a></li> <li> <a href="/collections/sweet-treats">Sweet Treats</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="" class="parent-link--false"> Business Building <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/sampling">Sharing & Sampling</a></li> <li> <a href="/collections/marketing-materials">Marketing Materials</a></li> <li> <a href="/collections/printable-marketing">Printable Marketing</a></li> <li> <a href="/collections/classes-to-teach">Classes to Teach</a></li> <li> <a href="/collections/presentation-display">Display</a></li> <li> <a href="/collections/cases-display">Carrying Cases</a></li> <li> <a href="/collections/doterra-branded-items">dōTERRA® Branded</a></li> <li> <a href="/collections/back-to-basics">Back to Basics</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li></div></div> </div> <div id="shopify-section-mega-menu-3" class="shopify-section shopify-section--mega-menu"> <script type="application/json" data-section-type="mega-menu-3" data-section-id="mega-menu-3" > </script> <details> <summary class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " > <span>Trending Now</span> <span class="icon-down-arrow"></span></summary> <div class=" mega-menu menu dropdown_content " data-meganav-desktop data-meganav-handle="trending-now" > <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"></div> <div class="mega-menu__image-caption-link"> <a href="/pages/trending-now"> <div class="image-element__wrap" style=" max-width: 701px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_50x.jpg?v=1706210109" data-src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1600x.jpg?v=1706210109" data-sizes="auto" data-aspectratio="701/527" data-srcset="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_5000x.jpg?v=1706210109 5000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_4500x.jpg?v=1706210109 4500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_4000x.jpg?v=1706210109 4000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_3500x.jpg?v=1706210109 3500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_3000x.jpg?v=1706210109 3000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2500x.jpg?v=1706210109 2500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2000x.jpg?v=1706210109 2000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1800x.jpg?v=1706210109 1800w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1600x.jpg?v=1706210109 1600w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1400x.jpg?v=1706210109 1400w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1200x.jpg?v=1706210109 1200w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1000x.jpg?v=1706210109 1000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_800x.jpg?v=1706210109 800w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_600x.jpg?v=1706210109 600w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_400x.jpg?v=1706210109 400w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_200x.jpg?v=1706210109 200w" height="527" width="701" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='701'%20height='527'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2000x.jpg?v=1706210109" alt="" class=" noscript"> </noscript></a></div> <div class="mega-menu__richtext"></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p><a href="/collections/new-arrivals" title="New Arrivals">New Arrivals</a></p><p><a href="/collections/sale" title="Sale">Current Sale</a></p><p><a href="/products/aromatools-gift-card" title="AromaTools® Gift Card">Gift Cards</a></p><p><a href="/pages/customer-favorites" title="Customer Favorites">Customer Favorites</a></p><p><a href="/blogs/aromatools-essential-ideas" title="Essential Ideas by AromaTools">AromaTools® Blog</a></p></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__richtext"> <p></p></div></div></div></details> <div class="mobile-meganav-source"> <div data-meganav-mobile data-meganav-handle="trending-now" > <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"></li> <li class="mobile-mega-menu_block"> <a href="/pages/trending-now" > <div class="image-element__wrap" style=" max-width: 701px;"> <img alt="" src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_50x.jpg?v=1706210109" data-src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1600x.jpg?v=1706210109" data-sizes="auto" data-aspectratio="701/527" data-srcset="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_5000x.jpg?v=1706210109 5000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_4500x.jpg?v=1706210109 4500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_4000x.jpg?v=1706210109 4000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_3500x.jpg?v=1706210109 3500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_3000x.jpg?v=1706210109 3000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2500x.jpg?v=1706210109 2500w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2000x.jpg?v=1706210109 2000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1800x.jpg?v=1706210109 1800w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1600x.jpg?v=1706210109 1600w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1400x.jpg?v=1706210109 1400w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1200x.jpg?v=1706210109 1200w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_1000x.jpg?v=1706210109 1000w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_800x.jpg?v=1706210109 800w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_600x.jpg?v=1706210109 600w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_400x.jpg?v=1706210109 400w, //aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_200x.jpg?v=1706210109 200w" height="527" width="701" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='701'%20height='527'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Trending_Now_Winter_20242_2000x.jpg?v=1706210109" alt="" class=" noscript"> </noscript></a></li> <li class="mobile-mega-menu_block"></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p><a href="/collections/new-arrivals" title="New Arrivals">New Arrivals</a></p><p><a href="/collections/sale" title="Sale">Current Sale</a></p><p><a href="/products/aromatools-gift-card" title="AromaTools® Gift Card">Gift Cards</a></p><p><a href="/pages/customer-favorites" title="Customer Favorites">Customer Favorites</a></p><p><a href="/blogs/aromatools-essential-ideas" title="Essential Ideas by AromaTools">AromaTools® Blog</a></p></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <p></p></li></div></div> </div> <div id="shopify-section-mega-menu-4" class="shopify-section shopify-section--mega-menu"> <script type="application/json" data-section-type="mega-menu-4" data-section-id="mega-menu-4" > </script> <details> <summary class=" nav-desktop__tier-1-link nav-desktop__tier-1-link--parent " > <span>Signature Products</span> <span class="icon-down-arrow"></span></summary> <div class=" mega-menu menu dropdown_content " data-meganav-desktop data-meganav-handle="signature-products" > <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__image-caption-link"> <a href="/pages/modern-essentials"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_50x.png?v=1646158713" data-src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1600x.png?v=1646158713" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_5000x.png?v=1646158713 5000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_4500x.png?v=1646158713 4500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_4000x.png?v=1646158713 4000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_3500x.png?v=1646158713 3500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_3000x.png?v=1646158713 3000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2500x.png?v=1646158713 2500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2000x.png?v=1646158713 2000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1800x.png?v=1646158713 1800w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1600x.png?v=1646158713 1600w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1400x.png?v=1646158713 1400w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1200x.png?v=1646158713 1200w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1000x.png?v=1646158713 1000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_800x.png?v=1646158713 800w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_600x.png?v=1646158713 600w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_400x.png?v=1646158713 400w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_200x.png?v=1646158713 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2000x.png?v=1646158713" alt="" class=" noscript"> </noscript> <p class="mega-menu__image-caption">Modern Essentials®</p></a></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__image-caption-link"> <a href="/pages/essential-educators"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_50x.png?v=1639421256" data-src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1600x.png?v=1639421256" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_5000x.png?v=1639421256 5000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_4500x.png?v=1639421256 4500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_4000x.png?v=1639421256 4000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_3500x.png?v=1639421256 3500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_3000x.png?v=1639421256 3000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2500x.png?v=1639421256 2500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2000x.png?v=1639421256 2000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1800x.png?v=1639421256 1800w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1600x.png?v=1639421256 1600w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1400x.png?v=1639421256 1400w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1200x.png?v=1639421256 1200w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1000x.png?v=1639421256 1000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_800x.png?v=1639421256 800w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_600x.png?v=1639421256 600w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_400x.png?v=1639421256 400w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_200x.png?v=1639421256 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2000x.png?v=1639421256" alt="" class=" noscript"> </noscript> <p class="mega-menu__image-caption">Essential Educators™</p></a></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="mega-menu__image-caption-link"> <a href="/pages/roll-on-essentials"> <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_50x.png?v=1639421268" data-src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1600x.png?v=1639421268" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_5000x.png?v=1639421268 5000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_4500x.png?v=1639421268 4500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_4000x.png?v=1639421268 4000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_3500x.png?v=1639421268 3500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_3000x.png?v=1639421268 3000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2500x.png?v=1639421268 2500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2000x.png?v=1639421268 2000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1800x.png?v=1639421268 1800w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1600x.png?v=1639421268 1600w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1400x.png?v=1639421268 1400w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1200x.png?v=1639421268 1200w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1000x.png?v=1639421268 1000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_800x.png?v=1639421268 800w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_600x.png?v=1639421268 600w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_400x.png?v=1639421268 400w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_200x.png?v=1639421268 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2000x.png?v=1639421268" alt="" class=" noscript"> </noscript> <p class="mega-menu__image-caption">Roll-on Essentials</p></a></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/modern-essentials">Modern Essentials® Family</a></li></ul> <ul> <li> <a href="/products/modern-essentials-13th-edition">Modern Essentials®</a></li> <li> <a href="/products/modern-essentials-handbook-15th-edition">Modern Essentials® Handbook</a></li> <li> <a href="/pages/modern-essentials-plus-app">Modern Essentials® Plus App</a></li> <li> <a href="/collections/modern-essentials-booklets">Booklets</a></li> <li> <a href="/collections/modern-essentials-charts">Charts</a></li> <li> <a href="/pages/modern-essentials-languages">Languages</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div> <div class="dropdown_column" > <div class="mega-menu__richtext"> <p></p></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/essential-educators">Essential Educators™</a></li></ul> <ul> <li> <a href="/collections/essential-educators-make-it-yourself-sets">Make-It-Yourself</a></li> <li> <a href="/collections/essential-educators-booklets">Booklets</a></li> <li> <a href="/collections/essential-educators-tearpads">Tearpads</a></li> <li> <a href="/collections/essential-educators-charts">Charts</a></li> <li> <a href="/collections/essential-educators-essential-diy-recipes">The Essential DIY Recipes</a></li></ul></div> <div class="dropdown_column__menu"> <ul class="dropdown_title"> <li> <a href="/collections/sp-roll-on-essentials">Roll-on Essentials</a></li></ul> <ul> <li> <a href="/collections/oil-lock-labels">Oil Lock Labels</a></li> <li> <a href="/collections/springlock-roll-ons">SpringLock™ Roll-ons</a></li> <li> <a href="/collections/roller-wraps">Roller Wraps</a></li></ul></div> <div class="mega-menu__richtext"> <p></p></div></div></div></details> <div class="mobile-meganav-source"> <div data-meganav-mobile data-meganav-handle="signature-products" > <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <a href="/pages/modern-essentials" > <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_50x.png?v=1646158713" data-src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1600x.png?v=1646158713" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_5000x.png?v=1646158713 5000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_4500x.png?v=1646158713 4500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_4000x.png?v=1646158713 4000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_3500x.png?v=1646158713 3500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_3000x.png?v=1646158713 3000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2500x.png?v=1646158713 2500w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2000x.png?v=1646158713 2000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1800x.png?v=1646158713 1800w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1600x.png?v=1646158713 1600w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1400x.png?v=1646158713 1400w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1200x.png?v=1646158713 1200w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_1000x.png?v=1646158713 1000w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_800x.png?v=1646158713 800w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_600x.png?v=1646158713 600w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_400x.png?v=1646158713 400w, //aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_200x.png?v=1646158713 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/ME-13th-Family_Opt_Circle_946f9703-97e1-4e4c-b8f4-78e90a0d7848_2000x.png?v=1646158713" alt="" class=" noscript"> </noscript> <p class="mobile-mega-menu__image-caption">Modern Essentials®</p></a></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <a href="/pages/essential-educators" > <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_50x.png?v=1639421256" data-src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1600x.png?v=1639421256" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_5000x.png?v=1639421256 5000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_4500x.png?v=1639421256 4500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_4000x.png?v=1639421256 4000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_3500x.png?v=1639421256 3500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_3000x.png?v=1639421256 3000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2500x.png?v=1639421256 2500w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2000x.png?v=1639421256 2000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1800x.png?v=1639421256 1800w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1600x.png?v=1639421256 1600w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1400x.png?v=1639421256 1400w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1200x.png?v=1639421256 1200w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_1000x.png?v=1639421256 1000w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_800x.png?v=1639421256 800w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_600x.png?v=1639421256 600w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_400x.png?v=1639421256 400w, //aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_200x.png?v=1639421256 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/MentalHealth175_200x_200x_253cc356-4997-4b1e-9d94-0684c668ac9e_2000x.png?v=1639421256" alt="" class=" noscript"> </noscript> <p class="mobile-mega-menu__image-caption">Essential Educators™</p></a></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block"> <a href="/pages/roll-on-essentials" > <div class="image-element__wrap" style=" max-width: 175px;"> <img alt="" src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_50x.png?v=1639421268" data-src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1600x.png?v=1639421268" data-sizes="auto" data-aspectratio="175/175" data-srcset="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_5000x.png?v=1639421268 5000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_4500x.png?v=1639421268 4500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_4000x.png?v=1639421268 4000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_3500x.png?v=1639421268 3500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_3000x.png?v=1639421268 3000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2500x.png?v=1639421268 2500w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2000x.png?v=1639421268 2000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1800x.png?v=1639421268 1800w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1600x.png?v=1639421268 1600w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1400x.png?v=1639421268 1400w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1200x.png?v=1639421268 1200w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_1000x.png?v=1639421268 1000w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_800x.png?v=1639421268 800w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_600x.png?v=1639421268 600w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_400x.png?v=1639421268 400w, //aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_200x.png?v=1639421268 200w" height="175" width="175" style=";" class="lazyload transition--blur-up " srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='175'%20height='175'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/OilLock175_200x_200x_c8d981af-04fa-4f86-b67a-a131358a3047_2000x.png?v=1639421268" alt="" class=" noscript"> </noscript> <p class="mobile-mega-menu__image-caption">Roll-on Essentials</p></a></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/modern-essentials" class="parent-link--true"> Modern Essentials® Family <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/products/modern-essentials-13th-edition">Modern Essentials®</a></li> <li> <a href="/products/modern-essentials-handbook-15th-edition">Modern Essentials® Handbook</a></li> <li> <a href="/pages/modern-essentials-plus-app">Modern Essentials® Plus App</a></li> <li> <a href="/collections/modern-essentials-booklets">Booklets</a></li> <li> <a href="/collections/modern-essentials-charts">Charts</a></li> <li> <a href="/pages/modern-essentials-languages">Languages</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li> <li class="mobile-mega-menu_block mega-menu__richtext"> <p></p></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/essential-educators" class="parent-link--true"> Essential Educators™ <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/essential-educators-make-it-yourself-sets">Make-It-Yourself</a></li> <li> <a href="/collections/essential-educators-booklets">Booklets</a></li> <li> <a href="/collections/essential-educators-tearpads">Tearpads</a></li> <li> <a href="/collections/essential-educators-charts">Charts</a></li> <li> <a href="/collections/essential-educators-essential-diy-recipes">The Essential DIY Recipes</a></li></ul></li> <li class="mobile-mega-menu_block sublink"> <a data-no-instant href="/collections/sp-roll-on-essentials" class="parent-link--true"> Roll-on Essentials <span class="right icon-down-arrow"></span></a> <ul> <li> <a href="/collections/oil-lock-labels">Oil Lock Labels</a></li> <li> <a href="/collections/springlock-roll-ons">SpringLock™ Roll-ons</a></li> <li> <a href="/collections/roller-wraps">Roller Wraps</a></li></ul></li> <li class="mobile-mega-menu_block"> <p></p></li></div></div> </div></div> <div class="section-wrapper"> <div class="shopify-section-wrapper section"><div id="shopify-section-template--14604635963501__sidebar" class="shopify-section shopify-section--product-sidebar is-product-sidebar content"><script type="application/json" data-section-type="product-sidebar" data-section-id="template--14604635963501__sidebar" > </script> </div><div id="shopify-section-template--14604635963501__main" class="shopify-section shopify-section--product-template is-product-main content"><script type="application/json" data-section-type="product-template" data-section-id="template--14604635963501__main" > </script> <div class="section"> <div class="container"> <script type="text/javascript"> //console.log( 'user no badges '); </script> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Nourishing the Healer Within, by Karen D. Gilroy", "image": "https:\/\/aromatools.com\/cdn\/shop\/products\/8891_1024x1024.webp?v=1677291787", "description": "\u003cp\u003eLearn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. \u003cbr\u003e\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003ci\u003eNourishing the Healer Within\u003c\/i\u003e explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author's philosophy of the spirit or soul, and the role that it plays in physical experience.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eObjective:\u003c\/b\u003e \u003ca href=\"\/collections\/educational-materials\" target='_blank\"'\u003e\u003cspan style=\"color: #3366ff;\"\u003eEducational\u003c\/span\u003e.\u003c\/a\u003e \u003ci\u003e(\u003ca href=\"\/pages\/educational-versus-marketing-materials\" target=\"_blank\"\u003e\u003cspan style=\"color: #3366ff;\"\u003eClick here for information on the difference between Educational and Marketing materials\u003c\/span\u003e\u003c\/a\u003e.)\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePages:\u003c\/b\u003e 300.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eBinding:\u003c\/b\u003e Softcover.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDimensions:\u003c\/b\u003e 7½\" wide x 9\" tall.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eABOUT THE AUTHOR\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eKaren D. Gilroy holds an associate's degree in natural hygiene and nutrition and a master's degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.\u003c\/p\u003e\n\u003ch5\u003eFeatures:\u003cbr\u003e\n\u003c\/h5\u003e\n\u003cbr\u003e", "brand": { "@type": "Thing", "name": "AromaTools" }, "sku": "8891", "mpn": "9780989900102", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": 18.95, "availability": "http://schema.org/InStock", "url": "https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy?variant=39844041031789", "seller": { "@type": "Organization", "name": "AromaTools®" }, "priceValidUntil": "\n 2025-02-25\n" } } </script> <div class="breadcrumb-wrapper one-whole column"> <div class="breadcrumb-collection breadcrumb-collection--product"> <div class="nav_arrows breadcrumb_text"> <a href="/collections/health-wellness-books/products/prescription-for-nutritional-healing-5th-edition-by-phyllis-a-balch-cnc" title="Previous" class="breadcrumb_link"><span class="icon-left-arrow"> Previous</span></a> <span class="breadcrumb-divider"> |</span> <a href="/collections/health-wellness-books/products/essential-oils-diet-by-eric-zielinski-d-c" title="Next" class="breadcrumb_link">Next <span class="icon-right-arrow"></span></a></div> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://aromatools.com", "name": "Home" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "/collections/health-wellness-books", "name": "Health & Wellness Books" } }, { "@type": "ListItem", "position": 3, "item": { "@id": "/products/nourishing-the-healer-within-by-karen-d-gilroy", "name": "Nourishing the Healer Within, by Karen D. Gilroy" } } ] } </script> <div class="breadcrumb_text"> <a href="/" title="AromaTools®" class="breadcrumb_link"> <span>Home</span></a> <span class="breadcrumb-divider">/</span> <a href="/collections/health-wellness-books" title="Health &amp; Wellness Books" class="breadcrumb_link"> <span>Health & Wellness Books</span></a> <span class="breadcrumb-divider">/</span> <a href="/products/nourishing-the-healer-within-by-karen-d-gilroy" class="breadcrumb_link"> <span>Nourishing the Healer Within, by Karen D. Gilroy</span></a> </div></div></div> <section class=" product-container is-flex is-flex-wrap " > <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Nourishing the Healer Within, by Karen D. Gilroy", "image": "https:\/\/aromatools.com\/cdn\/shop\/products\/8891_1024x1024.webp?v=1677291787", "description": "\u003cp\u003eLearn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. \u003cbr\u003e\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003ci\u003eNourishing the Healer Within\u003c\/i\u003e explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author's philosophy of the spirit or soul, and the role that it plays in physical experience.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eObjective:\u003c\/b\u003e \u003ca href=\"\/collections\/educational-materials\" target='_blank\"'\u003e\u003cspan style=\"color: #3366ff;\"\u003eEducational\u003c\/span\u003e.\u003c\/a\u003e \u003ci\u003e(\u003ca href=\"\/pages\/educational-versus-marketing-materials\" target=\"_blank\"\u003e\u003cspan style=\"color: #3366ff;\"\u003eClick here for information on the difference between Educational and Marketing materials\u003c\/span\u003e\u003c\/a\u003e.)\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePages:\u003c\/b\u003e 300.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eBinding:\u003c\/b\u003e Softcover.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDimensions:\u003c\/b\u003e 7½\" wide x 9\" tall.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eABOUT THE AUTHOR\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eKaren D. Gilroy holds an associate's degree in natural hygiene and nutrition and a master's degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.\u003c\/p\u003e\n\u003ch5\u003eFeatures:\u003cbr\u003e\n\u003c\/h5\u003e\n\u003cbr\u003e", "brand": { "@type": "Thing", "name": "AromaTools" }, "sku": "8891", "mpn": "9780989900102", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": 18.95, "availability": "http://schema.org/InStock", "url": "https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy?variant=39844041031789", "seller": { "@type": "Organization", "name": "AromaTools®" }, "priceValidUntil": "\n 2025-02-25\n" } } </script> <div class="product-main product-6729049669741"> <div class=" product_section js-product-section js-product-section--product container is-flex is-flex-row " data-rv-handle="nourishing-the-healer-within-by-karen-d-gilroy" > <div class=" product__images three-fifths columns medium-down--one-whole " > <style data-shopify> .shopify-model-viewer-ui model-viewer { --progress-bar-height: 2px; --progress-bar-color: #333333; } </style> <div class="gallery-wrap gallery-arrows--true product-height-set gallery-thumbnails--bottom"> <div class="product_gallery js-product-gallery product-6729049669741-gallery transparentBackground--true slideshow-transition--slide popup-enabled--true show-gallery-arrows--true single-image " data-thumbnails-enabled="true" data-gallery-arrows-enabled="true" data-slideshow-speed="0" data-thumbnails-position="bottom" data-thumbnails-slider-enabled="true" data-zoom="true" data-video-loop="false" data-product-id="6729049669741" data-product-lightbox="true" data-media-count="1" data-product-gallery> <div class="gallery-cell" data-product-id="6729049669741" data-media-type="image" data-thumb="" data-title=""> <a href="//aromatools.com/cdn/shop/products/8891_5000x.webp?v=1677291787" class="lightbox" data-fancybox="6729049669741" rel="product-lightbox" tabindex="-1"> <div class="image__container" style="max-width: 1200px"> <img data-zoom-src="//aromatools.com/cdn/shop/products/8891_5000x.webp?v=1677291787" alt="Nourishing The Healer Within By Karen D. Gilroy" class=" product-gallery__image lazyload blur-up " data-image-id="22217380266093" data-index="0" data-sizes="100vw" data-aspectratio="1200/800" data-src="//aromatools.com/cdn/shop/products/8891_1200x.webp?v=1677291787" data-srcset=" //aromatools.com/cdn/shop/products/8891_200x.webp?v=1677291787 200w, //aromatools.com/cdn/shop/products/8891_400x.webp?v=1677291787 400w, //aromatools.com/cdn/shop/products/8891_600x.webp?v=1677291787 600w, //aromatools.com/cdn/shop/products/8891_800x.webp?v=1677291787 800w, //aromatools.com/cdn/shop/products/8891_1200x.webp?v=1677291787 1200w, //aromatools.com/cdn/shop/products/8891_2000x.webp?v=1677291787 2000w" height="800" width="1200" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1200'%20height='800'></svg>" /></div></a></div></div> <div class=" product_gallery_nav product-gallery__thumbnails product_gallery_nav-- product-6729049669741-gallery-nav " ></div> </div></div> <div class=" two-fifths columns medium-down--one-whole product__details product__details--product-page " > <div class=" product-block product-block--title product-block--first " > <h1 class="product_name">Nourishing the Healer Within, by Karen D. Gilroy</h1> <div class="feature-divider"></div></div> <div class=" product-block product-block--price " > <div class="modal_price" data-display-savings="true"> <div class="price-ui price-ui--loading" data-price-ui> <noscript> <style> .price-ui--loading { display: block !important; opacity: 1 !important; }</style></noscript> <span class="price " data-price><span class="money" data-price>$18.95</span></span></div> <form class="payment-terms-container" data-payment-terms-target style="display: none;"></form></div></div> <div class=" product-block product-block--sku " > <p class="sku"> <span>8891</span></p></div> <div class=" product-block product-block--description " > <div class="description"> <div class="rte"> <p>Learn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. <br></p> <h5><strong>Details</strong></h5> <p><i>Nourishing the Healer Within</i> explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author's philosophy of the spirit or soul, and the role that it plays in physical experience.</p> <p><b>Objective:</b> <a href="/collections/educational-materials" target='_blank"'><span style="color: #3366ff;">Educational</span>.</a> <i>(<a href="/pages/educational-versus-marketing-materials" target="_blank"><span style="color: #3366ff;">Click here for information on the difference between Educational and Marketing materials</span></a>.)</i></p> <p><b>Pages:</b> 300.</p> <p><b>Binding:</b> Softcover.</p> <p><b>Dimensions:</b> 7½" wide x 9" tall.</p> <p><b>ABOUT THE AUTHOR</b></p> <p>Karen D. Gilroy holds an associate's degree in natural hygiene and nutrition and a master's degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.</p> <h5>Features:<br> </h5> <br></div></div></div> <div class=" product-block product-block--form " > <div class=" product_form init smart-payment-button--false " id="product-form-6729049669741" data-product-form data-money-format="${{amount}}" data-shop-currency="USD" data-options-size="1" data-select-id="product-select-6729049669741template--14604635963501__main" data-enable-state="true" data-product="{&quot;id&quot;:6729049669741,&quot;title&quot;:&quot;Nourishing the Healer Within, by Karen D. Gilroy&quot;,&quot;handle&quot;:&quot;nourishing-the-healer-within-by-karen-d-gilroy&quot;,&quot;description&quot;:&quot;\u003cp\u003eLearn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. \u003cbr\u003e\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003ci\u003eNourishing the Healer Within\u003c\/i\u003e explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author&#39;s philosophy of the spirit or soul, and the role that it plays in physical experience.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eObjective:\u003c\/b\u003e \u003ca href=\&quot;\/collections\/educational-materials\&quot; target=&#39;_blank\&quot;&#39;\u003e\u003cspan style=\&quot;color: #3366ff;\&quot;\u003eEducational\u003c\/span\u003e.\u003c\/a\u003e \u003ci\u003e(\u003ca href=\&quot;\/pages\/educational-versus-marketing-materials\&quot; target=\&quot;_blank\&quot;\u003e\u003cspan style=\&quot;color: #3366ff;\&quot;\u003eClick here for information on the difference between Educational and Marketing materials\u003c\/span\u003e\u003c\/a\u003e.)\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePages:\u003c\/b\u003e 300.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eBinding:\u003c\/b\u003e Softcover.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDimensions:\u003c\/b\u003e 7½\&quot; wide x 9\&quot; tall.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eABOUT THE AUTHOR\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eKaren D. Gilroy holds an associate&#39;s degree in natural hygiene and nutrition and a master&#39;s degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.\u003c\/p\u003e\n\u003ch5\u003eFeatures:\u003cbr\u003e\n\u003c\/h5\u003e\n\u003cbr\u003e&quot;,&quot;published_at&quot;:&quot;2021-04-26T10:27:00-06:00&quot;,&quot;created_at&quot;:&quot;2022-02-09T16:27:35-07:00&quot;,&quot;vendor&quot;:&quot;AromaTools&quot;,&quot;type&quot;:&quot;&quot;,&quot;tags&quot;:[&quot;Aromatherapy&quot;,&quot;Books&quot;,&quot;Compliant&quot;,&quot;Cooking \u0026 Recipes&quot;,&quot;Educational Materials&quot;,&quot;Emotional&quot;,&quot;Health \u0026 Wellness&quot;,&quot;Literature&quot;,&quot;Nutrition \u0026 Diet&quot;],&quot;price&quot;:1895,&quot;price_min&quot;:1895,&quot;price_max&quot;:1895,&quot;available&quot;:true,&quot;price_varies&quot;:false,&quot;compare_at_price&quot;:1895,&quot;compare_at_price_min&quot;:1895,&quot;compare_at_price_max&quot;:1895,&quot;compare_at_price_varies&quot;:false,&quot;variants&quot;:[{&quot;id&quot;:39844041031789,&quot;title&quot;:&quot;Default Title&quot;,&quot;option1&quot;:&quot;Default Title&quot;,&quot;option2&quot;:null,&quot;option3&quot;:null,&quot;sku&quot;:&quot;8891&quot;,&quot;requires_shipping&quot;:true,&quot;taxable&quot;:true,&quot;featured_image&quot;:null,&quot;available&quot;:true,&quot;name&quot;:&quot;Nourishing the Healer Within, by Karen D. Gilroy&quot;,&quot;public_title&quot;:null,&quot;options&quot;:[&quot;Default Title&quot;],&quot;price&quot;:1895,&quot;weight&quot;:551,&quot;compare_at_price&quot;:1895,&quot;inventory_management&quot;:&quot;shopify&quot;,&quot;barcode&quot;:&quot;9780989900102&quot;,&quot;requires_selling_plan&quot;:false,&quot;selling_plan_allocations&quot;:[],&quot;quantity_rule&quot;:{&quot;min&quot;:1,&quot;max&quot;:null,&quot;increment&quot;:1}}],&quot;images&quot;:[&quot;\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787&quot;],&quot;featured_image&quot;:&quot;\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787&quot;,&quot;options&quot;:[&quot;Title&quot;],&quot;media&quot;:[{&quot;alt&quot;:&quot;Nourishing The Healer Within By Karen D. Gilroy&quot;,&quot;id&quot;:22217380266093,&quot;position&quot;:1,&quot;preview_image&quot;:{&quot;aspect_ratio&quot;:1.5,&quot;height&quot;:800,&quot;width&quot;:1200,&quot;src&quot;:&quot;\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787&quot;},&quot;aspect_ratio&quot;:1.5,&quot;height&quot;:800,&quot;media_type&quot;:&quot;image&quot;,&quot;src&quot;:&quot;\/\/aromatools.com\/cdn\/shop\/products\/8891.webp?v=1677291787&quot;,&quot;width&quot;:1200}],&quot;requires_selling_plan&quot;:false,&quot;selling_plan_groups&quot;:[],&quot;content&quot;:&quot;\u003cp\u003eLearn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration. \u003cbr\u003e\u003c\/p\u003e\n\u003ch5\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003ci\u003eNourishing the Healer Within\u003c\/i\u003e explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author&#39;s philosophy of the spirit or soul, and the role that it plays in physical experience.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eObjective:\u003c\/b\u003e \u003ca href=\&quot;\/collections\/educational-materials\&quot; target=&#39;_blank\&quot;&#39;\u003e\u003cspan style=\&quot;color: #3366ff;\&quot;\u003eEducational\u003c\/span\u003e.\u003c\/a\u003e \u003ci\u003e(\u003ca href=\&quot;\/pages\/educational-versus-marketing-materials\&quot; target=\&quot;_blank\&quot;\u003e\u003cspan style=\&quot;color: #3366ff;\&quot;\u003eClick here for information on the difference between Educational and Marketing materials\u003c\/span\u003e\u003c\/a\u003e.)\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePages:\u003c\/b\u003e 300.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eBinding:\u003c\/b\u003e Softcover.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDimensions:\u003c\/b\u003e 7½\&quot; wide x 9\&quot; tall.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eABOUT THE AUTHOR\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003eKaren D. Gilroy holds an associate&#39;s degree in natural hygiene and nutrition and a master&#39;s degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.\u003c\/p\u003e\n\u003ch5\u003eFeatures:\u003cbr\u003e\n\u003c\/h5\u003e\n\u003cbr\u003e&quot;}" data-product-title="Nourishing the Healer Within, by Karen D. Gilroy" data-product-id="6729049669741" > <form method="post" action="/cart/add" id="product_form_6729049669741" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <div class=" select default_select " > <label>Title</label> <select id="product-select-6729049669741template--14604635963501__main" name="id" class="" data-variants > <option selected="selected" value="39844041031789" data-featured-image="" data-image="//aromatools.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_600x.gif" data-sku="8891">Default Title</option></select></div> <div class="purchase-details"> <div class="purchase-details__buttons purchase-details__spb--false "> <button type="button" name="add" class=" add_to_cart global-button global-button--primary ajax-submit " data-label="Add to Cart" > <span class="text"> Add to Cart</span> <svg x="0px" y="0px" width="32px" height="32px" viewBox="0 0 32 32" class="checkmark"> <path fill="none" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" d="M9,17l3.9,3.9c0.1,0.1,0.2,0.1,0.3,0L23,11"/></svg></button> <div data-payment-terms-reference style="display: none;"></div></div></div> <input type="hidden" name="product-id" value="6729049669741" /><input type="hidden" name="section-id" value="template--14604635963501__main" /></form> <div class="surface-pick-up surface-pick-up--loading" data-surface-pick-up></div> <div class="surface-pick-up__modal" data-surface-pick-up-modal></div> </div> <div class=" notify-form notify-form-6729049669741 " id="notify-form-6729049669741" data-product-title="Nourishing the Healer Within, by Karen D. Gilroy" style="display:none" > <p class="message"></p> <form method="post" action="/contact#notify_me" id="notify_me" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact" /><input type="hidden" name="utf8" value="✓" /> <p> <label class="visually-hidden" aria-hidden="true" for="contact[email]" > Please notify me when {{ product }} becomes available - {{ url }}:</label> <p>Notify me when this product is available:</p> <div class="notify_form__inputs" data-url="https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy"></div></p></form></div></div> <div class=" product-block product-block--share " > <div class="meta"> <div class="social_buttons"> <div class="share-btn twitter"><!--Twitter--> <a target="_blank" class="icon-twitter-share" title="Share this on Twitter" href="https://twitter.com/intent/tweet?text=Nourishing%20the%20Healer%20Withi...&url=https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy"></a></div> <div class="share-btn facebook"><!--Facebook--> <a target="_blank" class="icon-facebook-share" title="Share this on Facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy"></a></div> <div class="share-btn pinterest"><!--Pinterest--> <a target="_blank" data-pin-do="skipLink" class="icon-pinterest-share" title="Share this on Pinterest" href="https://pinterest.com/pin/create/button/?url=https://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy&description=Nourishing%20the%20Healer%20Withi...&media=https://aromatools.com/cdn/shop/products/8891_600x.webp?v=1677291787"></a></div> <div class="share-btn mail"><!--Email--> <a href="mailto:?subject=Thought you might like Nourishing%20the%20Healer%20Withi...&amp;body=Hey, I was browsing AromaTools%C2%AE and found Nourishing%20the%20Healer%20Withi.... I wanted to share it with you.%0D%0A%0D%0Ahttps://aromatools.com/products/nourishing-the-healer-within-by-karen-d-gilroy" class="icon-mail-share" title="Email this to a friend"></a></div> </div></div></div></div></div> </div> <style data-shopify> .gallery-wrap model-viewer { min-height: 500px; } .gallery-wrap .product_gallery img, .gallery-wrap .product_gallery .plyr--html5 video, .gallery-wrap .product_gallery .plyr--youtube { max-height: 500px; }</style> <script> window.ShopifyXR=window.ShopifyXR||function(){(ShopifyXR.q=ShopifyXR.q||[]).push(arguments)} ShopifyXR('addModels', []);</script> <script defer src="https://cdn.shopify.com/shopifycloud/shopify-xr-js/assets/v1.0/shopify-xr.en.js"></script> <script defer src="https://cdn.shopify.com/shopifycloud/model-viewer-ui/assets/v1.0/model-viewer-ui.en.js"></script></section></div> </div> </div><div id="shopify-section-template--14604635963501__recommendations" class="shopify-section shopify-section--recommended-products"><script type="application/json" data-section-type="product-recommendations" data-section-id="template--14604635963501__recommendations" > </script> <section class=" section " > <div class="container"> <div class="one-whole column"> <div class=" product-recommendations product-recommendations--product " data-product-recommendations data-section-id="template--14604635963501__recommendations" data-recommendations-url="/recommendations/products" data-product-id="6729049669741" data-limit="10" data-enabled="true" > <div class="recommended-products__title" data-recommended-product-count="0"> <h2 class="title center">You may also like</h2> <div class="feature-divider"></div></div> <div class="recommended-products--slider js-recommended-products-slider"> <div class="slider-gallery products-slider products-length--1 transparentBackground--true" data-products-per-slide="5" data-products-limit="10" data-products-available="-1"> </div></div></div></div></div></section> </div><div id="shopify-section-template--14604635963501__recently-viewed" class="shopify-section shopify-section--recently-viewed-products"><script type="application/json" data-section-type="recently-viewed" data-section-id="template--14604635963501__recently-viewed" > </script> <style data-shopify> </style> <div class=" js-recently-viewed hidden recently-viewed__section " data-visible-products="5" > <section class="section"> <div class="container"> <div class="one-whole column"> <div class="recently-viewed-products__title"> <h2 class="title center">Recently viewed products</h2> <div class="feature-divider"></div></div></div> <div class="one-whole column"> <div class=" rv-main js-rv-grid product-list product-list--collection is-flex is-flex-wrap equal-columns--outside-trim " data-products-per-slide="5" data-products-limit="5" > <div class=" one-fifth column thumbnail thumbnail-hover-enabled--true medium-down--one-half quick-shop-style--inline product__details rv-box-element rv-box-0 rv-element " ></div> <div class=" one-fifth column thumbnail thumbnail-hover-enabled--true medium-down--one-half quick-shop-style--inline product__details rv-box-element rv-box-1 rv-element " ></div> <div class=" one-fifth column thumbnail thumbnail-hover-enabled--true medium-down--one-half quick-shop-style--inline product__details rv-box-element rv-box-2 rv-element " ></div> <div class=" one-fifth column thumbnail thumbnail-hover-enabled--true medium-down--one-half quick-shop-style--inline product__details rv-box-element rv-box-3 rv-element " ></div> <div class=" one-fifth column thumbnail thumbnail-hover-enabled--true medium-down--one-half quick-shop-style--inline product__details rv-box-element rv-box-4 rv-element " ></div></div></div></div></section> </div> </div><div id="shopify-section-template--14604635963501__16608421455f8a2c32" class="shopify-section shopify-section--testimonials"><script type="application/json" data-section-type="testimonial" data-section-id="template--14604635963501__16608421455f8a2c32" > </script> <style> </style> <section class=" section is-width-wide has-no-side-gutter " > <div class="container"> <div class="one-whole column"> <div class=" testimonial-slideshow js-testimonial text-animation--true transparentBackground--true full-width--true " id="testimonial-template--14604635963501__16608421455f8a2c32" data-slider-id="testimonial-template--14604635963501__16608421455f8a2c32" data-slideshow-speed="6" data-slideshow-text-animation="fadeInDown" data-adaptive-height="false" > <div class=" testimonial-block gallery-cell slide-1 caption-background-darken_bg caption--below-true " data-block-id="1660842144c9f16121-1" > <div class="image-element__wrap" style=" "> <img alt="" src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_50x.jpg?v=1660845438" data-src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438" data-sizes="auto" data-aspectratio="7918/1668" data-srcset="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_5000x.jpg?v=1660845438 5000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4500x.jpg?v=1660845438 4500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4000x.jpg?v=1660845438 4000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3500x.jpg?v=1660845438 3500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3000x.jpg?v=1660845438 3000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2500x.jpg?v=1660845438 2500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438 2000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1800x.jpg?v=1660845438 1800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438 1600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1400x.jpg?v=1660845438 1400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1200x.jpg?v=1660845438 1200w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1000x.jpg?v=1660845438 1000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_800x.jpg?v=1660845438 800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_600x.jpg?v=1660845438 600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_400x.jpg?v=1660845438 400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_200x.jpg?v=1660845438 200w" height="1668" width="7918" style=";" class="lazyload transition--blur-up mobile-banner--crop-none" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='7918'%20height='1668'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438" alt="" class="mobile-banner--crop-none noscript"> </noscript> <div class="darken-bg"></div> <div class=" caption position-center js-caption " > <div class=" caption-content testimonial-text align-center " > <div class="subtitle"> <p>FAST SHIPPING! I love the products, and the no hassle order!</p> <p> Jessica D.<br></p></div></div></div></div> <div class=" testimonial-block gallery-cell slide-2 caption-background-darken_bg caption--below-true " data-block-id="1660842144c9f16121-2" > <div class="image-element__wrap" style=" "> <img alt="" src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_50x.jpg?v=1660845438" data-src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438" data-sizes="auto" data-aspectratio="7918/1668" data-srcset="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_5000x.jpg?v=1660845438 5000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4500x.jpg?v=1660845438 4500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4000x.jpg?v=1660845438 4000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3500x.jpg?v=1660845438 3500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3000x.jpg?v=1660845438 3000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2500x.jpg?v=1660845438 2500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438 2000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1800x.jpg?v=1660845438 1800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438 1600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1400x.jpg?v=1660845438 1400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1200x.jpg?v=1660845438 1200w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1000x.jpg?v=1660845438 1000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_800x.jpg?v=1660845438 800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_600x.jpg?v=1660845438 600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_400x.jpg?v=1660845438 400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_200x.jpg?v=1660845438 200w" height="1668" width="7918" style=";" class="lazyload transition--blur-up mobile-banner--crop-none" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='7918'%20height='1668'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438" alt="" class="mobile-banner--crop-none noscript"> </noscript> <div class="darken-bg"></div> <div class=" caption position-center js-caption " > <div class=" caption-content testimonial-text align-center " > <div class="subtitle"> <p>Exactly as described. And as always fast shipping with excellent packing so the items don't get broken.</p> <p> Lindsey E.<br></p></div></div></div></div> <div class=" testimonial-block gallery-cell slide-3 caption-background-darken_bg caption--below-true " data-block-id="9a2f54d5-0a04-41ea-b95f-d5032e83dbfe" > <div class="image-element__wrap" style=" "> <img alt="" src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_50x.jpg?v=1660845438" data-src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438" data-sizes="auto" data-aspectratio="7918/1668" data-srcset="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_5000x.jpg?v=1660845438 5000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4500x.jpg?v=1660845438 4500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4000x.jpg?v=1660845438 4000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3500x.jpg?v=1660845438 3500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3000x.jpg?v=1660845438 3000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2500x.jpg?v=1660845438 2500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438 2000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1800x.jpg?v=1660845438 1800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438 1600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1400x.jpg?v=1660845438 1400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1200x.jpg?v=1660845438 1200w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1000x.jpg?v=1660845438 1000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_800x.jpg?v=1660845438 800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_600x.jpg?v=1660845438 600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_400x.jpg?v=1660845438 400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_200x.jpg?v=1660845438 200w" height="1668" width="7918" style=";" class="lazyload transition--blur-up mobile-banner--crop-none" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='7918'%20height='1668'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438" alt="" class="mobile-banner--crop-none noscript"> </noscript> <div class="darken-bg"></div> <div class=" caption position-center js-caption " > <div class=" caption-content testimonial-text align-center " > <div class="subtitle"> <p>[The Modern Essentials] book is a WEALTH of information. I especially like the details they provide such as recipes for blends as well as foods; Primary, Secondary, and Other Recommendations; and the entire Science & Application section. A very informative publication.</p> <p> Kelly<br></p></div></div></div></div> <div class=" testimonial-block gallery-cell slide-4 caption-background-darken_bg caption--below-true " data-block-id="d85b699c-8174-4ef8-8a4d-d62b4d09628d" > <div class="image-element__wrap" style=" "> <img alt="" src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_50x.jpg?v=1660845438" data-src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438" data-sizes="auto" data-aspectratio="7918/1668" data-srcset="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_5000x.jpg?v=1660845438 5000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4500x.jpg?v=1660845438 4500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4000x.jpg?v=1660845438 4000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3500x.jpg?v=1660845438 3500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3000x.jpg?v=1660845438 3000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2500x.jpg?v=1660845438 2500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438 2000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1800x.jpg?v=1660845438 1800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438 1600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1400x.jpg?v=1660845438 1400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1200x.jpg?v=1660845438 1200w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1000x.jpg?v=1660845438 1000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_800x.jpg?v=1660845438 800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_600x.jpg?v=1660845438 600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_400x.jpg?v=1660845438 400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_200x.jpg?v=1660845438 200w" height="1668" width="7918" style=";" class="lazyload transition--blur-up mobile-banner--crop-none" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='7918'%20height='1668'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438" alt="" class="mobile-banner--crop-none noscript"> </noscript> <div class="darken-bg"></div> <div class=" caption position-center js-caption " > <div class=" caption-content testimonial-text align-center " > <div class="subtitle"> <p>Very good labels. Good price. Love all of AromaTools items!</p> <p> Pamela P.<br></p></div></div></div></div> <div class=" testimonial-block gallery-cell slide-5 caption-background-darken_bg caption--below-true " data-block-id="257700a9-8175-45d5-8521-8e783684b102" > <div class="image-element__wrap" style=" "> <img alt="" src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_50x.jpg?v=1660845438" data-src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438" data-sizes="auto" data-aspectratio="7918/1668" data-srcset="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_5000x.jpg?v=1660845438 5000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4500x.jpg?v=1660845438 4500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_4000x.jpg?v=1660845438 4000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3500x.jpg?v=1660845438 3500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_3000x.jpg?v=1660845438 3000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2500x.jpg?v=1660845438 2500w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438 2000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1800x.jpg?v=1660845438 1800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1600x.jpg?v=1660845438 1600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1400x.jpg?v=1660845438 1400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1200x.jpg?v=1660845438 1200w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_1000x.jpg?v=1660845438 1000w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_800x.jpg?v=1660845438 800w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_600x.jpg?v=1660845438 600w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_400x.jpg?v=1660845438 400w, //aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_200x.jpg?v=1660845438 200w" height="1668" width="7918" style=";" class="lazyload transition--blur-up mobile-banner--crop-none" srcset="data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='7918'%20height='1668'></svg>" /> </div> <noscript> <img src="//aromatools.com/cdn/shop/files/Blog_Header_AT_Pattern-05_2b69f3b9-f208-4e32-a37f-d1f0058923a3_2000x.jpg?v=1660845438" alt="" class="mobile-banner--crop-none noscript"> </noscript> <div class="darken-bg"></div> <div class=" caption position-center js-caption " > <div class=" caption-content testimonial-text align-center " > <div class="subtitle"> <p>My order was accurate and timely.<br/>Appreciated the high quality and service.</p> <p> Melissa C.<br></p></div></div></div></div></div></div></div></section> </div></div></div> <div id="shopify-section-footer" class="shopify-section shopify-section--footer"><script type="application/json" data-section-type="footer" data-section-id="footer" > </script><footer class="footer"> <section class="section"> <div class="container footer-menu-wrap"> <div class="one-fifth column medium-down--one-whole" > <div class="text-align--left"> <img alt="" class="footer-logo lazyload blur-up" data-sizes="25vw" style="max-width:400px" data-src="//aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_2048x.png?v=1630610914" data-srcset="//aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_200x.png?v=1630610914 200w, //aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_300x.png?v=1630610914 300w, //aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_400x.png?v=1630610914 400w, //aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_500x.png?v=1630610914 500w, //aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_600x.png?v=1630610914 600w, //aromatools.com/cdn/shop/files/AromaTools_Horizontal_400Wide_2350a9f0-aaf0-4d0a-a79d-cc14a0e66440_1000x.png?v=1630610914 1000w" /></div></div> <div class="one-fifth column medium-down--one-whole" > <div class="footer_menu"> <h6>COMPANY<span class="right icon-down-arrow"></span></h6> <div class="toggle_content"> <ul> <li> <p> <a href="/pages/about-us">About Us</a></p></li> <li> <p> <a href="/pages/contact-aromatools">Contact Us</a></p></li> <li> <p> <a href="/policies/shipping-policy">Shipping Information</a></p></li> <li> <p> <a href="/policies/terms-of-service">Terms of Service</a></p></li> <li> <p> <a href="/pages/privacy">Privacy Policy</a></p></li> <li> <p> <a href="/pages/ccpa-opt-out">Do not sell my personal information</a></p></li></ul></div></div></div> <div class="one-fifth column medium-down--one-whole" > <div class="footer_menu"> <h6>QUICK LINKS<span class="right icon-down-arrow"></span></h6> <div class="toggle_content"> <ul> <li> <p> <a href="/collections/new-arrivals">New Arrivals</a></p></li> <li> <p> <a href="/collections/sale">Current Specials</a></p></li> <li> <p> <a href="/pages/faq">Frequently Asked Questions</a></p></li> <li> <p> <a href="/pages/international">International</a></p></li> <li> <p> <a href="/pages/fine-print">Fine Print</a></p></li></ul></div></div></div> <div class="one-fifth column medium-down--one-whole" > <div class="footer_content footer-text "> <h6>TALK WITH US<span class="right icon-down-arrow"></span></h6> <div class="toggle_content"> <p>207 W 3560 N<br/>Spanish Fork, UT 84660<br/>1-866-728-0070<br/>1-801-798-7921<br/>service@aromatools.com</p></div></div> <div class="footer-social-icons "> <ul class="social_icons"> <li><a href="https://www.facebook.com/AromaTools" title="AromaTools® on Facebook" rel="me" target="_blank" class="icon-facebook"></a></li> <li><a href="https://www.instagram.com/aromatools/" title="AromaTools® on Instagram" rel="me" target="_blank" class="icon-instagram"></a></li> <li><a href="https://www.pinterest.com/aromatools/" title="AromaTools® on Pinterest" rel="me" target="_blank" class="icon-pinterest"></a></li> <li><a href="https://www.youtube.com/user/AromaTools" title="AromaTools® on YouTube" rel="me" target="_blank" class="icon-youtube"></a></li> </ul></div></div> <div class="one-fifth column medium-down--one-whole" > <div class="newsletter_section"> <p>Sign up now to receive special offers, recipes, and more!</p> <div class="newsletter"> <span class="message"></span> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="prospect,newsletter"/> <input type="text" class="firstName" name="contact[first_name]" placeholder="First Name" /> <input type="text" name="contact[last_name]" placeholder="Last Name" /> <input type="hidden" name="challenge" value="false" /> <input type="email" class="contact_email" name="contact[email]" required placeholder="Enter your email address..." /> <input type='submit' class="global-button global-button--primary newsletter-form__sign-up" value="Sign Up" /></form></div></div></div> <div class="footer-social-icons--mobile sixteen columns"> <ul class="social_icons"> <li><a href="https://www.facebook.com/AromaTools" title="AromaTools® on Facebook" rel="me" target="_blank" class="icon-facebook"></a></li> <li><a href="https://www.instagram.com/aromatools/" title="AromaTools® on Instagram" rel="me" target="_blank" class="icon-instagram"></a></li> <li><a href="https://www.pinterest.com/aromatools/" title="AromaTools® on Pinterest" rel="me" target="_blank" class="icon-pinterest"></a></li> <li><a href="https://www.youtube.com/user/AromaTools" title="AromaTools® on YouTube" rel="me" target="_blank" class="icon-youtube"></a></li> </ul></div> <div class="one-whole column footer_credits"> <p class="credits"> &copy; 2024 <a href="/" title="">AromaTools®</a>. <a href="https://outofthesandbox.com/" target="_blank" title="Turbo Shopify Theme by Out of the Sandbox">Designed by Out of the Sandbox</a>. <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></p> <div class="payment_methods"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-amazon"><title id="pi-amazon">Amazon</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" fill-rule="nonzero" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF" fill-rule="nonzero"/><path d="M25.26 16.23c-1.697 1.48-4.157 2.27-6.275 2.27-2.97 0-5.644-1.3-7.666-3.463-.16-.17-.018-.402.173-.27 2.183 1.504 4.882 2.408 7.67 2.408 1.88 0 3.95-.46 5.85-1.416.288-.145.53.222.248.47v.001zm.706-.957c-.216-.328-1.434-.155-1.98-.078-.167.024-.193-.148-.043-.27.97-.81 2.562-.576 2.748-.305.187.272-.047 2.16-.96 3.063-.14.138-.272.064-.21-.12.205-.604.664-1.96.446-2.29h-.001z" fill="#F90" fill-rule="nonzero"/><path d="M21.814 15.291c-.574-.498-.676-.73-.993-1.205-.947 1.012-1.618 1.315-2.85 1.315-1.453 0-2.587-.938-2.587-2.818 0-1.467.762-2.467 1.844-2.955.94-.433 2.25-.51 3.25-.628v-.235c0-.43.033-.94-.208-1.31-.212-.333-.616-.47-.97-.47-.66 0-1.25.353-1.392 1.085-.03.163-.144.323-.3.33l-1.677-.187c-.14-.033-.296-.153-.257-.38.386-2.125 2.223-2.766 3.867-2.766.84 0 1.94.234 2.604.9.842.82.762 1.918.762 3.11v2.818c0 .847.335 1.22.65 1.676.113.164.138.36-.003.482-.353.308-.98.88-1.326 1.2a.367.367 0 0 1-.414.038zm-1.659-2.533c.34-.626.323-1.214.323-1.918v-.392c-1.25 0-2.57.28-2.57 1.82 0 .782.386 1.31 1.05 1.31.487 0 .922-.312 1.197-.82z" fill="#221F1F"/></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> <svg class="payment-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> <svg class="payment-icon" width="38" height="24" role="img" aria-labelledby="pi-metapay" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-metapay">Meta Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M4.983 12.986c0 .348.076.614.176.776a.6.6 0 00.524.3c.257 0 .491-.063.943-.688.362-.5.788-1.204 1.076-1.645l.486-.747c.337-.518.728-1.095 1.176-1.486.366-.319.76-.496 1.158-.496.667 0 1.302.386 1.788 1.111.532.794.79 1.793.79 2.825 0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688v-.981c.558 0 .697-.513.697-1.1 0-.836-.195-1.764-.624-2.427-.305-.47-.7-.757-1.134-.757-.47 0-.848.354-1.274.986-.226.336-.457.745-.718 1.207l-.287.508c-.576 1.02-.722 1.254-1.01 1.637-.504.672-.935.927-1.502.927-.674 0-1.1-.291-1.363-.73C4.106 13.956 4 13.486 4 12.95l.983.035z" fill="#0081FB"/><path d="M4.775 10.18C5.225 9.486 5.875 9 6.622 9c.432 0 .861.128 1.31.494.49.4 1.013 1.06 1.665 2.146l.234.39c.565.94.886 1.424 1.074 1.652.242.293.411.38.631.38.558 0 .697-.512.697-1.099l.867-.027c0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688-.405 0-.764-.088-1.16-.462-.306-.287-.663-.798-.937-1.257l-.816-1.363c-.41-.684-.785-1.194-1.003-1.425-.234-.249-.534-.549-1.014-.549-.388 0-.718.273-.994.69l-.837-.498z" fill="url(#pi-paint0_linear_1164_3)"/><path d="M6.606 9.988c-.388 0-.718.273-.994.69-.39.588-.629 1.466-.629 2.308 0 .348.076.614.176.776l-.838.552C4.106 13.956 4 13.486 4 12.95c0-.973.267-1.987.775-2.77C5.225 9.485 5.875 9 6.622 9l-.016.988z" fill="url(#pi-paint1_linear_1164_3)"/><path d="M15.01 9.191h1.138l1.933 3.498 1.934-3.498h1.112v5.747h-.928v-4.405l-1.695 3.05h-.87l-1.696-3.05v4.405h-.927V9.191zm9.023 2.143c-.665 0-1.066.5-1.162 1.12h2.258c-.046-.638-.415-1.12-1.096-1.12zm-2.081 1.474c0-1.305.843-2.254 2.097-2.254 1.234 0 1.971.937 1.971 2.323v.255h-3.148c.111.674.559 1.129 1.28 1.129.576 0 .936-.176 1.277-.497l.493.603c-.465.427-1.055.674-1.803.674-1.358 0-2.167-.99-2.167-2.233zm5.193-1.392h-.854v-.76h.854V9.402h.895v1.256h1.297v.76H28.04v1.924c0 .657.21.89.726.89.236 0 .371-.02.57-.053v.752c-.248.07-.485.102-.742.102-.966 0-1.45-.528-1.45-1.584v-2.032zm5.96.739a1.207 1.207 0 00-1.17-.788c-.766 0-1.256.543-1.256 1.428 0 .863.451 1.433 1.22 1.433.603 0 1.034-.351 1.206-.788v-1.285zM34 14.938h-.878v-.6c-.246.353-.693.703-1.417.703-1.164 0-1.941-.975-1.941-2.246 0-1.283.796-2.241 1.99-2.241.591 0 1.055.236 1.368.653v-.55H34v4.281z" fill="#000000"/><defs><linearGradient id="pi-paint0_linear_1164_3" x1="5.93" y1="12.703" x2="12.196" y2="13.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1"/><stop offset=".4" stop-color="#0064E1"/><stop offset=".83" stop-color="#0073EE"/><stop offset="1" stop-color="#0082FB"/></linearGradient><linearGradient id="pi-paint1_linear_1164_3" x1="5.424" y1="13.399" x2="5.424" y2="11.089" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB"/><stop offset="1" stop-color="#0064E0"/></linearGradient></defs></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></div></div></div></section> </footer> </div> <div id="quickshop" class="js-quick-shop"> </div> <div class="js-newsletter-popup"> <div class="newsletter-popup newsletter-image--false align-left newsletter-both-names--true object-fit--none"> <div class="newsletter-popup__content"> <div class="newsletter-info"> <div class="newsletter-description"> <h2>Get recipes & ideas delivered to your inbox</h2> <div><p>Sign up for our newsletter to learn about releases, exclusive deals and more!</p></div> <div class="newsletter"> <div class="popup-signup-show--true"> <span class="message"></span> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="prospect,newsletter"/> <div class="input-row newsletter-both-names--true "> <input type="text" class="firstName" name="contact[first_name]" placeholder="First Name" /> <input type="text" name="contact[last_name]" placeholder="Last Name" /></div> <div class="input-row"> <input type="hidden" name="challenge" value="false" /> <input type="email" class="contact_email" name="contact[email]" required placeholder="Enter your email address..." /> <input type='submit' class="global-button global-button--primary newsletter-form__sign-up" value="Sign Up" /></div></form></div> </div></div></div></div></div> </div> <div class="mobile-search is-hidden-large" data-autocomplete-true> <form class="search-form search-popup__form" action="/search"> <div class="search__fields"> <input type="hidden" name="type" value="product" /> <label for="q" class="visually-hidden">Search</label> <input class="input" id="q" type="text" name="q" placeholder="Search" value="" x-webkit-speech autocapitalize="off" autocomplete="off" autocorrect="off" /> <span class="icon-search submit-search"></span> <span class="icon-cross close-search"></span> <input type="submit" name="search" class="visually-hidden" value="" /></div></form> </div></body> <script src="//code.tidio.co/bkugldh5qtypene92ieontkksidevrxr.js" async></script> </html>
fineweb
{ "fineweb_metadata": { "text": "Learn to help your body tap into its natural self-healing properties with an approach that acknowledges the interconnection of mind, body, and spirit. Includes information on proper food combinations for physical regeneration.\nNourishing the Healer Within explains the interconnection of the mind, body, and spirit in balanced health. Written to help the reader develop self-empowerment, this book is divided into 3 parts. The first discusses the aspects of the mind: the subconscious, the conscious, and the superconscious. The second presents the self-healing abilities of the human body and the purpose of properly combining foods in our meals. The third outlines the author's philosophy of the spirit or soul, and the role that it plays in physical experience.\nKaren D. Gilroy holds an associate's degree in natural hygiene and nutrition and a master's degree in holistic health. Her goal is to help individuals dealing with chronic disease by teaching the self-healing abilities of the human mind, body, and spirit.\nYou may also like\nRecently viewed products\nFAST SHIPPING! I love the products, and the no hassle order!\nExactly as described. And as always fast shipping with excellent packing so the items don't get broken.\n[The Modern Essentials] book is a WEALTH of information. I especially like the details they provide such as recipes for blends as well as foods; Primary, Secondary, and Other Recommendations; and the entire Science & Application section. A very informative publication.\nVery good labels. Good price. Love all of AromaTools items!\nMy order was accurate and timely. Appreciated the high quality and service.\nGet recipes & ideas delivered to your inbox\nSign up for our newsletter to learn about releases, exclusive deals and more!", "id": "<urn:uuid:4c0d7ad4-1a99-44ed-b87b-9ac258030645>", "dump": "CC-MAIN-2024-10", "url": "https://aromatools.com/collections/health-wellness-books/products/nourishing-the-healer-within-by-karen-d-gilroy", "date": "2024-02-25T07:48:23", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9310573935508728, "token_count": 364 } }
<urn:uuid:68560e52-9eef-49f8-a0a9-73ce8d14fa39>
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <head> <meta charset="UTF-8" /> <meta name="google-site-verification" content="l1KOSPu9ytpDMiH0mGccls6sGRZWuAwVycSmhHWwegU" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebSite", "name": "aroundtheclockhomeservices", "url": "https://aroundtheclockhomeservices.com/", "potentialAction": { "@type": "SearchAction", "target": "{search_term_string}", "query-input": "required name=search_term_string" } } </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-2EFJ74C7EE"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-2EFJ74C7EE'); </script> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v20.8 - https://yoast.com/wordpress/plugins/seo/ --> <title>Best Personal Health Care Home Services In Santa Monica</title> <meta name="description" content="Are you searching for the top personal care services in Santa Monica, Redondo Beach, or the neighbourhood? We provide a comprehensive range of services." /> <link rel="canonical" href="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/","url":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/","name":"Best Personal Health Care Home Services In Santa Monica","isPartOf":{"@id":"https://aroundtheclockhomeservices.com/#website"},"primaryImageOfPage":{"@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/#primaryimage"},"image":{"@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/#primaryimage"},"thumbnailUrl":"https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg","datePublished":"2023-06-14T19:22:33+00:00","dateModified":"2023-06-30T21:36:39+00:00","description":"Are you searching for the top personal care services in Santa Monica, Redondo Beach, or the neighbourhood? We provide a comprehensive range of services.","breadcrumb":{"@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/#primaryimage","url":"https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg","contentUrl":"https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg","width":1200,"height":600},{"@type":"BreadcrumbList","@id":"https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://aroundtheclockhomeservices.com/"},{"@type":"ListItem","position":2,"name":"In-home Personal Care Services"}]},{"@type":"WebSite","@id":"https://aroundtheclockhomeservices.com/#website","url":"https://aroundtheclockhomeservices.com/","name":"Home Care in Redondo Beach by Around the Clock Home Health Services","description":"Home Care in Redondo Beach CA","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://aroundtheclockhomeservices.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Home Care in Redondo Beach by Around the Clock Home Health Services &raquo; Feed" href="https://aroundtheclockhomeservices.com/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.15.3 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=UA-156383354-1" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '7.15.3'; var em_track_user = true; var em_no_track_reason = ''; var disableStrs = [ 'ga-disable-UA-156383354-1', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.ua; __gtagDataLayer(type, name, parameters); } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); __gtagTracker('config', 'UA-156383354-1', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/aroundtheclockhomeservices.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.2.4"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://aroundtheclockhomeservices.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.4' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <link rel='stylesheet' id='classic-theme-styles-css' href='https://aroundtheclockhomeservices.com/wp-includes/css/classic-themes.min.css?ver=6.2.4' media='all' /> <style id='global-styles-inline-css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='jquery-magnificpopup-css' href='https://aroundtheclockhomeservices.com/wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min.css?ver=2.7.0.5' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://aroundtheclockhomeservices.com/wp-content/themes/bb-theme/css/bootstrap.min.css?ver=1.7.9' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='https://aroundtheclockhomeservices.com/wp-content/uploads/bb-theme/skin-648798ea60f13.css?ver=1.7.9' media='all' /> <link rel='stylesheet' id='fl-builder-google-fonts-809617aed94aeea8b566634aceb006ba-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C400&#038;ver=6.2.4' media='all' /> <script src='https://aroundtheclockhomeservices.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.15.3' id='exactmetrics-frontend-script-js'></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/aroundtheclockhomeservices.com","hash_tracking":"false","ua":"UA-156383354-1","v4_id":""};</script> <script src='https://aroundtheclockhomeservices.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script> <script src='https://aroundtheclockhomeservices.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://aroundtheclockhomeservices.com/wp-json/" /><link rel="alternate" type="application/json" href="https://aroundtheclockhomeservices.com/wp-json/wp/v2/specialty-care/3155" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://aroundtheclockhomeservices.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://aroundtheclockhomeservices.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.2.4" /> <link rel='shortlink' href='https://aroundtheclockhomeservices.com/?p=3155' /> <link rel="alternate" type="application/json+oembed" href="https://aroundtheclockhomeservices.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faroundtheclockhomeservices.com%2Fspecialty-care%2Fin-home-personal-care-services%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://aroundtheclockhomeservices.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faroundtheclockhomeservices.com%2Fspecialty-care%2Fin-home-personal-care-services%2F&#038;format=xml" /> <!-- StarBox - the Author Box for Humans 3.4.6, visit: http://wordpress.org/plugins/starbox/ --> <meta property="article:author" content="https://www.facebook.com/pg/Around-the-Clock-Home-Services-101109401437368/" /> <!-- /StarBox - the Author Box for Humans --> <link rel='stylesheet' id='ABHfrontend.min.css-css' href='https://aroundtheclockhomeservices.com/wp-content/plugins/starbox/themes/business/css/frontend.min.css?ver=3.4.6' media='all' /> <script src='https://aroundtheclockhomeservices.com/wp-content/plugins/starbox/themes/business/js/frontend.min.js?ver=3.4.6' id='ABHfrontend.min.js-js'></script> <link rel='stylesheet' id='ABHhidedefault.min.css-css' href='https://aroundtheclockhomeservices.com/wp-content/plugins/starbox/themes/admin/css/hidedefault.min.css?ver=3.4.6' media='all' /> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><link rel="icon" href="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/cropped-Logo-150x150.png" sizes="32x32" /> <link rel="icon" href="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/cropped-Logo-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/cropped-Logo-300x300.png" /> <meta name="msapplication-TileImage" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/cropped-Logo-300x300.png" /> <style id="wp-custom-css"> .fl-logo-img { max-width: 45%; } </style> <!-- START - Open Graph and Twitter Card Tags 3.3.0 --> <!-- Facebook Open Graph --> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="Home Care in Redondo Beach by Around the Clock Home Health Services"/> <meta property="og:title" content="Best Personal Health Care Home Services In Santa Monica"/> <meta property="og:url" content="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/"/> <meta property="og:type" content="article"/> <meta property="og:description" content="Are you searching for the top personal care services in Santa Monica, Redondo Beach, or the neighbourhood? We provide a comprehensive range of services."/> <meta property="og:image" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg"/> <meta property="og:image:url" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg"/> <meta property="og:image:secure_url" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg"/> <!-- Google+ / Schema.org --> <meta itemprop="name" content="Best Personal Health Care Home Services In Santa Monica"/> <meta itemprop="headline" content="Best Personal Health Care Home Services In Santa Monica"/> <meta itemprop="description" content="Are you searching for the top personal care services in Santa Monica, Redondo Beach, or the neighbourhood? We provide a comprehensive range of services."/> <meta itemprop="image" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg"/> <meta itemprop="author" content="Eric Hottenroth"/> <!--<meta itemprop="publisher" content="Home Care in Redondo Beach by Around the Clock Home Health Services"/>--> <!-- To solve: The attribute publisher.itemtype has an invalid value --> <!-- Twitter Cards --> <meta name="twitter:title" content="Best Personal Health Care Home Services In Santa Monica"/> <meta name="twitter:url" content="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/"/> <meta name="twitter:description" content="Are you searching for the top personal care services in Santa Monica, Redondo Beach, or the neighbourhood? We provide a comprehensive range of services."/> <meta name="twitter:image" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg"/> <meta name="twitter:card" content="summary_large_image"/> <!-- SEO --> <!-- Misc. tags --> <!-- is_singular | yoast_seo --> <!-- END - Open Graph and Twitter Card Tags 3.3.0 --> <script src="https://kit.fontawesome.com/26b47da498.js" crossorigin="anonymous"></script> </head> <body data-rsssl=1 class="specialty-care-template-default single single-specialty-care postid-3155 fl-framework-bootstrap fl-preset-default fl-full-width" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <a aria-label="Skip to content" class="fl-screen-reader-text" href="#fl-main-content">Skip to content</a><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div class="fl-page"> <header class="fl-page-header fl-page-header-fixed fl-page-nav-right fl-page-nav-toggle-button fl-page-nav-toggle-visible-mobile" role="banner"> <div class="fl-page-header-wrap"> <div class="fl-page-header-container container"> <div class="fl-page-header-row row"> <div class="col-sm-12 col-md-3 fl-page-logo-wrap"> <div class="fl-page-header-logo"> <a href="https://aroundtheclockhomeservices.com/"><img loading="false" data-no-lazy="1" class="fl-logo-img" itemscope itemtype="https://schema.org/ImageObject" src="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/Logo.png" data-retina="" title="" alt="Home Care in Redondo Beach by Around the Clock Home Health Services" /><meta itemprop="name" content="Home Care in Redondo Beach by Around the Clock Home Health Services" /></a> </div> </div> <div class="col-sm-12 col-md-9 fl-page-fixed-nav-wrap"> <div class="fl-page-nav-wrap"> <nav class="fl-page-nav fl-nav navbar navbar-default navbar-expand-md" aria-label="Header Menu" role="navigation"> <button type="button" class="navbar-toggle navbar-toggler" data-toggle="collapse" data-target=".fl-page-nav-collapse"> <span>Menu</span> </button> <div class="fl-page-nav-collapse collapse navbar-collapse"> <ul id="menu-primary-navigation" class="nav navbar-nav navbar-right menu fl-theme-menu"><li id="menu-item-2855" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-2855 nav-item"><a href="https://aroundtheclockhomeservices.com/" class="nav-link">Home</a></li> <li id="menu-item-2856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2856 nav-item"><a href="https://aroundtheclockhomeservices.com/about-us/" class="nav-link">About Us</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li id="menu-item-2863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2863 nav-item"><a href="https://aroundtheclockhomeservices.com/testimonials/" class="nav-link">Testimonials</a></li> </ul> </li> <li id="menu-item-2861" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2861 nav-item"><a href="https://aroundtheclockhomeservices.com/services/" class="nav-link">Services</a></li> <li id="menu-item-3158" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3158 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/" class="nav-link">Specialty Care</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li id="menu-item-3164" class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3164 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/one-on-one-24-hour-home-care/" class="nav-link">One-on-One 24 Hour Home Care</a></li> <li id="menu-item-3161" class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3161 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/home-care-services/" class="nav-link">Home Care Services</a></li> <li id="menu-item-3162" class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3162 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/in-home-elder-care-services/" class="nav-link">In-home Elder Care Services</a></li> <li id="menu-item-3163" class="menu-item menu-item-type-post_type menu-item-object-specialty-care current-menu-item menu-item-3163 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/" aria-current="page" class="nav-link">In-home Personal Care Services</a></li> <li id="menu-item-3159" class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3159 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/alzheimers-care-services/" class="nav-link">Alzheimer’s Care Services</a></li> <li id="menu-item-3160" class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3160 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/dementia-care-services/" class="nav-link">Dementia Care Services</a></li> </ul> </li> <li id="menu-item-3117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3117 nav-item"><a href="#" class="nav-link">Locations</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li id="menu-item-3118" class="menu-item menu-item-type-taxonomy menu-item-object-county menu-item-has-children menu-item-3118 nav-item"><a href="https://aroundtheclockhomeservices.com/county/los-angeles-county/" class="nav-link">Los Angeles County</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li id="menu-item-3121" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3121 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/glendale/" class="nav-link">Glendale</a></li> <li id="menu-item-3127" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3127 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/pasadena/" class="nav-link">Pasadena</a></li> <li id="menu-item-3123" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3123 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/los-angeles/" class="nav-link">Los Angeles</a></li> <li id="menu-item-3122" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3122 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/hermosa/" class="nav-link">Hermosa</a></li> <li id="menu-item-3124" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3124 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/manhattan/" class="nav-link">Manhattan</a></li> <li id="menu-item-3128" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3128 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/redondo/" class="nav-link">Redondo</a></li> <li id="menu-item-3125" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3125 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/palisades/" class="nav-link">Palisades</a></li> <li id="menu-item-3126" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3126 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/palos-verdes/" class="nav-link">Palos Verdes</a></li> <li id="menu-item-3132" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3132 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/torrance/" class="nav-link">Torrance</a></li> <li id="menu-item-3119" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3119 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/beverly-hills/" class="nav-link">Beverly Hills</a></li> <li id="menu-item-3130" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3130 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/rolling-hills-estates/" class="nav-link">Rolling Hills Estates</a></li> <li id="menu-item-3129" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3129 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/riviera/" class="nav-link">Riviera</a></li> <li id="menu-item-3131" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3131 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/santa-monica/" class="nav-link">Santa Monica</a></li> <li id="menu-item-3120" class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3120 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/el-segundo/" class="nav-link">El Segundo</a></li> </ul> </li> </ul> </li> <li id="menu-item-2860" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2860 nav-item"><a href="https://aroundtheclockhomeservices.com/get-started/" class="nav-link">Get Started</a></li> <li id="menu-item-2857" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-2857 nav-item"><a href="https://aroundtheclockhomeservices.com/news/" class="nav-link">Blog</a></li> <li id="menu-item-2858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2858 nav-item"><a href="https://aroundtheclockhomeservices.com/careers/" class="nav-link">Careers</a></li> <li id="menu-item-2859" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2859 nav-item"><a href="https://aroundtheclockhomeservices.com/contact-us/" class="nav-link">Contact Us</a></li> </ul> </div> </nav> </div> </div> </div> </div> </div> </header><!-- .fl-page-header-fixed --> <header class="fl-page-header fl-page-header-primary fl-page-nav-bottom fl-page-nav-toggle-button fl-page-nav-toggle-visible-mobile" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner"> <div class="fl-page-header-wrap"> <div class="fl-page-header-container container"> <div class="fl-page-header-row row"> <div class="col-sm-6 col-md-6 fl-page-header-logo-col"> <div class="fl-page-header-logo" itemscope="itemscope" itemtype="https://schema.org/Organization"> <a href="https://aroundtheclockhomeservices.com/" itemprop="url"><img loading="false" data-no-lazy="1" class="fl-logo-img" itemscope itemtype="https://schema.org/ImageObject" src="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/Logo.png" data-retina="" title="" alt="Home Care in Redondo Beach by Around the Clock Home Health Services" /><meta itemprop="name" content="Home Care in Redondo Beach by Around the Clock Home Health Services" /></a> </div> </div> <div class="col-sm-6 col-md-6 fl-page-nav-col"> <div class="fl-page-header-content"> <div class="fl-page-header-text"><h3>Serving Southern California since 1997<br> Call us 24 hours a day, 7 days a week!<br><a href="tel:3109400191">(310) 940-0191</a> or <a href="tel:3109206213">(310) 920-6213</a></h3></div> <div class="fl-social-icons"> <a href="https://www.facebook.com/Around-the-Clock-Home-Services-101109401437368/" class="fa-stack icon-facebook-f" target="_blank" rel="noopener noreferrer"><span class="sr-only">Facebook</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-facebook-f mono fa-stack-1x fa-inverse"></i> </a><a href="https://twitter.com/AroundtClockHS" class="fa-stack icon-twitter" target="_blank" rel="noopener noreferrer"><span class="sr-only">Twitter</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-twitter mono fa-stack-1x fa-inverse"></i> </a><a href="https://www.pinterest.com/aroundtheclockhs/" class="fa-stack icon-pinterest" target="_blank" rel="noopener noreferrer"><span class="sr-only">Pinterest</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-pinterest mono fa-stack-1x fa-inverse"></i> </a></div> </div> </div> </div> </div> </div> <div class="fl-page-nav-wrap"> <div class="fl-page-nav-container container"> <nav class="fl-page-nav navbar navbar-default navbar-expand-md" aria-label="Header Menu" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation"> <button type="button" class="navbar-toggle navbar-toggler" data-toggle="collapse" data-target=".fl-page-nav-collapse"> <span>Menu</span> </button> <div class="fl-page-nav-collapse collapse navbar-collapse"> <ul id="menu-primary-navigation-1" class="nav navbar-nav menu fl-theme-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-2855 nav-item"><a href="https://aroundtheclockhomeservices.com/" class="nav-link">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2856 nav-item"><a href="https://aroundtheclockhomeservices.com/about-us/" class="nav-link">About Us</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2863 nav-item"><a href="https://aroundtheclockhomeservices.com/testimonials/" class="nav-link">Testimonials</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2861 nav-item"><a href="https://aroundtheclockhomeservices.com/services/" class="nav-link">Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-3158 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/" class="nav-link">Specialty Care</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3164 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/one-on-one-24-hour-home-care/" class="nav-link">One-on-One 24 Hour Home Care</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3161 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/home-care-services/" class="nav-link">Home Care Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3162 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/in-home-elder-care-services/" class="nav-link">In-home Elder Care Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care current-menu-item menu-item-3163 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/" aria-current="page" class="nav-link">In-home Personal Care Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3159 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/alzheimers-care-services/" class="nav-link">Alzheimer’s Care Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-specialty-care menu-item-3160 nav-item"><a href="https://aroundtheclockhomeservices.com/specialty-care/dementia-care-services/" class="nav-link">Dementia Care Services</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3117 nav-item"><a href="#" class="nav-link">Locations</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-county menu-item-has-children menu-item-3118 nav-item"><a href="https://aroundtheclockhomeservices.com/county/los-angeles-county/" class="nav-link">Los Angeles County</a><div class="fl-submenu-icon-wrap"><span class="fl-submenu-toggle-icon"></span></div> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3121 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/glendale/" class="nav-link">Glendale</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3127 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/pasadena/" class="nav-link">Pasadena</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3123 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/los-angeles/" class="nav-link">Los Angeles</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3122 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/hermosa/" class="nav-link">Hermosa</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3124 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/manhattan/" class="nav-link">Manhattan</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3128 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/redondo/" class="nav-link">Redondo</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3125 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/palisades/" class="nav-link">Palisades</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3126 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/palos-verdes/" class="nav-link">Palos Verdes</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3132 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/torrance/" class="nav-link">Torrance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3119 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/beverly-hills/" class="nav-link">Beverly Hills</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3130 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/rolling-hills-estates/" class="nav-link">Rolling Hills Estates</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3129 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/riviera/" class="nav-link">Riviera</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3131 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/santa-monica/" class="nav-link">Santa Monica</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-locations menu-item-3120 nav-item"><a href="https://aroundtheclockhomeservices.com/locations/el-segundo/" class="nav-link">El Segundo</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2860 nav-item"><a href="https://aroundtheclockhomeservices.com/get-started/" class="nav-link">Get Started</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-2857 nav-item"><a href="https://aroundtheclockhomeservices.com/news/" class="nav-link">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2858 nav-item"><a href="https://aroundtheclockhomeservices.com/careers/" class="nav-link">Careers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2859 nav-item"><a href="https://aroundtheclockhomeservices.com/contact-us/" class="nav-link">Contact Us</a></li> </ul> </div> </nav> </div> </div> </header><!-- .fl-page-header --> <div id="fl-main-content" class="fl-page-content" itemprop="mainContentOfPage" role="main"> <div class="container"> <div class="row"> <div class="fl-content fl-content-left col-md-8"> <article class="fl-post post-3155 specialty-care type-specialty-care status-publish has-post-thumbnail hentry" id="fl-post-3155" itemscope itemtype="https://schema.org/BlogPosting"> <header class="fl-post-header"> <h1 class="fl-post-title" itemprop="headline"> In-home Personal Care Services </h1> <div class="fl-post-meta fl-post-meta-top"><span class="fl-post-author">By <a href="https://aroundtheclockhomeservices.com/author/ehottenroth/"><span>Eric Hottenroth</span></a></span><span class="fl-sep"> | </span><span class="fl-post-date">June 14, 2023</span><span class="fl-sep"> | </span><span class="fl-comments-popup-link"><span>Comments Off<span class="screen-reader-text"> on In-home Personal Care Services</span></span></span></div><meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/" content="In-home Personal Care Services" /><meta itemprop="datePublished" content="2023-06-14" /><meta itemprop="dateModified" content="2023-06-30" /><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><meta itemprop="name" content="Home Care in Redondo Beach by Around the Clock Home Health Services"><div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2020/01/Logo.png"></div></div><div itemscope itemprop="author" itemtype="https://schema.org/Person"><meta itemprop="url" content="https://aroundtheclockhomeservices.com/author/ehottenroth/" /><meta itemprop="name" content="Eric Hottenroth" /></div><div itemscope itemprop="image" itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services.jpg" /><meta itemprop="width" content="1200" /><meta itemprop="height" content="600" /></div><div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter"><meta itemprop="interactionType" content="https://schema.org/CommentAction" /><meta itemprop="userInteractionCount" content="0" /></div> </header><!-- .fl-post-header --> <div class="fl-post-content clearfix" itemprop="text"> <p><img decoding="async" class="aligncenter size-full wp-image-3146" src="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services-1.jpg" alt="" width="1200" height="600" srcset="https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services-1.jpg 1200w, https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services-1-300x150.jpg 300w, https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services-1-1024x512.jpg 1024w, https://aroundtheclockhomeservices.com/wp-content/uploads/2023/06/In-home-Personal-Care-Services-1-768x384.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></p> <p>&nbsp;</p> <h2>Personal Care Services at Home</h2> <p>At Around the Clock, you can experience the peak of care with our best personal care services in Santa Monica. As a leading provider of personal home care in Redondo, we are dedicated to delivering exceptional care tailored to each client’s unique needs.</p> <p>Benefit from the convenience of receiving personal care services at home. Our highly trained caregivers throughout Los Angeles County are committed to your family member’s well-being, providing attentive support to those who need it. Your loved one’s health and safety is our top priority.</p> <p>We strive to enhance your quality of life and promote your overall well-being. <a href="https://aroundtheclockhomeservices.com/contact-us/">Contact us</a> today to discover how we can cater to your requirements and bring comfort and reassurance to your daily life.</p> <div class="abh_box abh_box_down abh_box_business"><ul class="abh_tabs"> <li class="abh_about abh_active"><a href="#abh_about">Author</a></li> <li class="abh_posts"><a href="#abh_posts">Recent Posts</a></li></ul><div class="abh_tab_content"><section class="vcard author abh_about_tab abh_tab" itemscope itemprop="author" itemtype="http://schema.org/Person" style="display:block"><div class="abh_image" itemscope itemtype="http://schema.org/ImageObject"><a href = "http://beneficial-room.flywheelsites.com/" class="url" target = "_blank" title = "Eric Hottenroth" rel="nofollow" > <img alt='' src='https://secure.gravatar.com/avatar/7bf9ed02bfdbbc976fb31777bfb50569?s=250&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/7bf9ed02bfdbbc976fb31777bfb50569?s=500&#038;d=mm&#038;r=g 2x' class='avatar avatar-250 photo' height='250' width='250' loading='lazy' decoding='async' /></a > </div><div class="abh_social"> <a itemprop="sameAs" href="https://www.facebook.com/pg/Around-the-Clock-Home-Services-101109401437368/" title="Facebook" class="abh_facebook" target="_blank" rel="nofollow"></a><a itemprop="sameAs" href="https://twitter.com/AroundtClockHS" title="Twitter" class="abh_twitter" target="_blank" rel="nofollow"></a></div><div class="abh_text"><div class="abh_name fn name" itemprop="name" ><a href="http://beneficial-room.flywheelsites.com/" class="url" target="_blank" rel="nofollow">Eric Hottenroth</a></div><div class="abh_job" ><span class="title" >Owner</span> at <span class="org" ><a href="https://aroundtheclockhomeservices.com/" target="_blank">Around the Clock Home Services</a></span></div><div class="description note abh_description" itemprop="description" >Eric Hottenroth is the Owner at Around the Clock Home Services.<br /><br />Around The Clock Home Services is an in-home care provider based in Redondo Beach, CA serving Southern California for over 20 years. Our certified caregivers are available 24/7 to provide quality at-home care services for seniors and sick individuals. We offer full-time, part-time, and live-in medical and non-medical care from in Southern California. Our intuitive staff gives individualized care to each case. We listen to the needs of the client as well as the patient to deliver our complete attention and respect for their unique situation.<br /><br />If you or a loved one is chronically ill and can no longer live alone, rest assured staying in your own home is an option. Our in-home caregivers at Around The Clock Home Services provide the ill and elderly the services they need, right in the comfort and privacy of home. Not only is this convenient, but it's also a cost-effective way to continue living at home for as long as possible<br /><br />Our experience in health care is not limited to the private sector. We have staffed dozens of hospital facilities and offer a unique type of professional care that isn't found at other caregiving agencies.<br /><br />Rely on our in-home caregivers for nursing and companionship. Contact us in Redondo Beach, CA for elderly living assistance when you need it.</div></div> </section><section class="abh_posts_tab abh_tab" ><div class="abh_image"><a href="http://beneficial-room.flywheelsites.com/" class="url" target="_blank" title="Eric Hottenroth" rel="nofollow"><img alt='' src='https://secure.gravatar.com/avatar/7bf9ed02bfdbbc976fb31777bfb50569?s=250&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/7bf9ed02bfdbbc976fb31777bfb50569?s=500&#038;d=mm&#038;r=g 2x' class='avatar avatar-250 photo' height='250' width='250' loading='lazy' decoding='async' /></a></div><div class="abh_social"> <ahref="https://www.facebook.com/pg/Around-the-Clock-Home-Services-101109401437368/" title="Facebook" class="abh_facebook" target="_blank" rel="nofollow"></a><ahref="https://twitter.com/AroundtClockHS" title="Twitter" class="abh_twitter" target="_blank" rel="nofollow"></a></div><div class="abh_text"><div class="abh_name" >Latest posts by Eric Hottenroth <span class="abh_allposts">(<a href="https://aroundtheclockhomeservices.com/author/ehottenroth/">see all</a>)</span></div><div class="abh_description note" ><ul> <li> <a href="https://aroundtheclockhomeservices.com/why-are-medication-reminders-crucial-aspect-of-elderly-companionship-services-in-rancho-palos-verdes/">Why Are Medication Reminders Crucial Aspect of Elderly Companionship Services In Rancho Palos Verdes?</a><span> - September 18, 2023</span> </li> <li> <a href="https://aroundtheclockhomeservices.com/7-questions-to-ask-us-before-hiring-our-elder-home-care-services-in-beverly-hills/">7 Questions to Ask Us Before Hiring Our Elder Home Care Services In Beverly Hills</a><span> - September 18, 2023</span> </li> <li> <a href="https://aroundtheclockhomeservices.com/spend-a-loving-mothers-and-fathers-day-with-the-best-eldercare-services-near-me/">Spend a Loving Mother’s and Father’s Day with the Best Eldercare Services Near Me</a><span> - September 18, 2023</span> </li></ul></div></div> </section></div> </div> </div><!-- .fl-post-content --> <div class="fl-post-meta fl-post-meta-bottom"><div class="fl-post-cats-tags"></div></div> </article> <!-- .fl-post --> </div> <div class="fl-sidebar fl-sidebar-right fl-sidebar-display-desktop col-md-4" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"> <aside id="search-2" class="fl-widget widget_search"><form aria-label="Search" method="get" role="search" action="https://aroundtheclockhomeservices.com/" title="Type and press Enter to search."> <input aria-label="Search" type="search" class="fl-search-input form-control" name="s" placeholder="Search" value="" onfocus="if (this.value === 'Search') { this.value = ''; }" onblur="if (this.value === '') this.value='Search';" /> </form> </aside><aside id="custom_html-4" class="widget_text fl-widget widget_custom_html"><h4 class="fl-widget-title">Contact Us</h4><div class="textwidget custom-html-widget"><iframe src="https://asnmsg.com/widget/form/YMZoUoZY1FyYMMaPtwYB" style="border:none;width:100%;" scrolling="no" id="YMZoUoZY1FyYMMaPtwYB"></iframe> <script src="https://asnmsg.com/js/form_embed.js"></script></div></aside> <aside id="recent-posts-2" class="fl-widget widget_recent_entries"> <h4 class="fl-widget-title">Recent Posts</h4> <ul> <li> <a href="https://aroundtheclockhomeservices.com/why-are-medication-reminders-crucial-aspect-of-elderly-companionship-services-in-rancho-palos-verdes/">Why Are Medication Reminders Crucial Aspect of Elderly Companionship Services In Rancho Palos Verdes?</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/7-questions-to-ask-us-before-hiring-our-elder-home-care-services-in-beverly-hills/">7 Questions to Ask Us Before Hiring Our Elder Home Care Services In Beverly Hills</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/spend-a-loving-mothers-and-fathers-day-with-the-best-eldercare-services-near-me/">Spend a Loving Mother’s and Father’s Day with the Best Eldercare Services Near Me</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/5-culinary-activities-for-seniors-hire-our-help-from-home-care-nursing-services-near-me/">5 Culinary Activities for Seniors : Hire Our Help from Home Care Nursing Services Near Me</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/enjoy-a-pleasant-fall-day-hire-professional-home-care-nursing-services-in-the-rolling-hills-estates/">Enjoy A Pleasant Fall Day: Hire Professional Home Care Nursing Services in the Rolling Hills Estates</a> </li> </ul> </aside><aside id="archives-4" class="fl-widget widget_archive"><h4 class="fl-widget-title">Archives</h4> <label class="screen-reader-text" for="archives-dropdown-4">Archives</label> <select id="archives-dropdown-4" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://aroundtheclockhomeservices.com/2023/09/'> September 2023 </option> <option value='https://aroundtheclockhomeservices.com/2023/08/'> August 2023 </option> <option value='https://aroundtheclockhomeservices.com/2023/07/'> July 2023 </option> <option value='https://aroundtheclockhomeservices.com/2020/04/'> April 2020 </option> <option value='https://aroundtheclockhomeservices.com/2020/03/'> March 2020 </option> <option value='https://aroundtheclockhomeservices.com/2020/02/'> February 2020 </option> <option value='https://aroundtheclockhomeservices.com/2020/01/'> January 2020 </option> </select> <script> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-4" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </aside><aside id="categories-4" class="fl-widget widget_categories"><h4 class="fl-widget-title">Categories</h4><form action="https://aroundtheclockhomeservices.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="113">5 Culinary Activities for Seniors : Hire Our Help from Home Care Nursing Services Near Me</option> <option class="level-0" value="81">6 Factors to Consider When Choosing</option> <option class="level-0" value="119">7 Questions to Ask Us Before Hiring Our Elder Home Care Services In Beverly Hills</option> <option class="level-0" value="108">7 Strategies to Cope with Anxiety with the Best Home Care Services Near Me</option> <option class="level-0" value="78">Affordable Elder Care Services in Manhattan</option> <option class="level-0" value="104">Alzheimer&#8217;s Care Facilities For Professional Care</option> <option class="level-0" value="54">Anticipate What Might Be Headed Your Way</option> <option class="level-0" value="46">Caregiver Glendale CA</option> <option class="level-0" value="25">Caregiver Los Angeles CA</option> <option class="level-0" value="57">COVID and Handwashing</option> <option class="level-0" value="28">Elder Care and Your Senior</option> <option class="level-0" value="22">Elder Care Beverly Hills CA</option> <option class="level-0" value="40">Elder Care Myths</option> <option class="level-0" value="41">Elder Care Pasadena CA</option> <option class="level-0" value="52">Elderly Care Glendale CA</option> <option class="level-0" value="13">Elderly Care Manhattan Beach CA</option> <option class="level-0" value="29">Elderly Care Torrance CA</option> <option class="level-0" value="110">Enjoy A Pleasant Fall Day: Hire Professional Home Care Nursing Services in the Rolling Hills Estates</option> <option class="level-0" value="92">Exploring The Role Of Personal Health Services In Collaboration With Medical Professionals</option> <option class="level-0" value="20">Five Benefits That Families Gain When Eating Together on No One Eats Alone Day</option> <option class="level-0" value="7">Four Benefits Your Senior Can Get from Moving More</option> <option class="level-0" value="51">Heart Disease and Senior Care</option> <option class="level-0" value="74">Holistic Care for Your Elderly Loved Ones</option> <option class="level-0" value="38">Home Care Beverly Hills CA</option> <option class="level-0" value="17">Home Care Simi Valley CA</option> <option class="level-0" value="16">Immune System Boost: How Can You Help Your Elderly Loved One?</option> <option class="level-0" value="45">National Goof Off Day</option> <option class="level-0" value="59">Outdoor Improvements for Spring</option> <option class="level-0" value="95">Personalized Activities Offered By Best Home Companionship Services In Santa Monica</option> <option class="level-0" value="34">Senior Care Glendale CA</option> <option class="level-0" value="10">Senior Care Palos Verdes CA</option> <option class="level-0" value="48">Senior Care Simi Valley CA</option> <option class="level-0" value="61">Senior Care Torrance CA</option> <option class="level-0" value="116">Spend a Loving Mother’s and Father’s Day with the Best Eldercare Services Near Me</option> <option class="level-0" value="24">Stress Relieving Techniques</option> <option class="level-0" value="100">The Impact Of Long-Term Nursing Home Companionship Services In Manhattan</option> <option class="level-0" value="70">The Importance of Home Nursing Care Services in Los Angeles</option> <option class="level-0" value="89">The Role Of Redondo&#8217;s Personal Care Home Services For Senior Community</option> <option class="level-0" value="32">Things To Know About Coronavirus</option> <option class="level-0" value="85">Top Factors To Consider When Selecting The Best Senior Home Care Services In Glendale</option> <option class="level-0" value="1">Uncategorized</option> <option class="level-0" value="12">What Keeps Drawing Experts to the Mediterranean Diet?</option> <option class="level-0" value="122">Why Are Medication Reminders Crucial Aspect of Elderly Companionship Services In Rancho Palos Verdes?</option> <option class="level-0" value="36">Yearly Eye Exams</option> </select> </form> <script> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside> </div> </div> </div> </div><!-- .fl-page-content --> <footer class="fl-page-footer-wrap" itemscope="itemscope" itemtype="https://schema.org/WPFooter" role="contentinfo"> <div class="fl-page-footer-widgets"> <div class="fl-page-footer-widgets-container container"> <div class="fl-page-footer-widgets-row row"> <div class="col-sm-6 col-md-6 fl-page-footer-widget-col fl-page-footer-widget-col-1"><aside id="custom_html-3" class="widget_text fl-widget widget_custom_html"><h4 class="fl-widget-title">Our Contact Information</h4><div class="textwidget custom-html-widget"><div itemscope="" itemtype="http://schema.org/LocalBusiness"> <span itemprop="name"><strong>Around the Clock Home Services</strong></span> <div itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">511 Ruby St. Suite A</span><br><span itemprop="addressLocality"> Redondo Beach</span>, <span itemprop="addressRegion">California</span> <span itemprop="postalCode">90277</span> </div> Phone: <span itemprop="telephone"><a href="tel:3109400191">(310) 940-0191</a></span><br> Phone: <span itemprop="telephone"><a href="tel:310-920-6213">(310) 920-6213</a></span> </div></div></aside></div><div class="col-sm-6 col-md-6 fl-page-footer-widget-col fl-page-footer-widget-col-2"> <aside id="recent-posts-4" class="fl-widget widget_recent_entries"> <h4 class="fl-widget-title">Our Recent Posts</h4> <ul> <li> <a href="https://aroundtheclockhomeservices.com/why-are-medication-reminders-crucial-aspect-of-elderly-companionship-services-in-rancho-palos-verdes/">Why Are Medication Reminders Crucial Aspect of Elderly Companionship Services In Rancho Palos Verdes?</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/7-questions-to-ask-us-before-hiring-our-elder-home-care-services-in-beverly-hills/">7 Questions to Ask Us Before Hiring Our Elder Home Care Services In Beverly Hills</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/spend-a-loving-mothers-and-fathers-day-with-the-best-eldercare-services-near-me/">Spend a Loving Mother’s and Father’s Day with the Best Eldercare Services Near Me</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/5-culinary-activities-for-seniors-hire-our-help-from-home-care-nursing-services-near-me/">5 Culinary Activities for Seniors : Hire Our Help from Home Care Nursing Services Near Me</a> </li> <li> <a href="https://aroundtheclockhomeservices.com/enjoy-a-pleasant-fall-day-hire-professional-home-care-nursing-services-in-the-rolling-hills-estates/">Enjoy A Pleasant Fall Day: Hire Professional Home Care Nursing Services in the Rolling Hills Estates</a> </li> </ul> </aside></div> </div> </div> </div><!-- .fl-page-footer-widgets --> <div class="fl-page-footer"> <div class="fl-page-footer-container container"> <div class="fl-page-footer-row row"> <div class="col-sm-6 col-md-6 text-left clearfix"><div class="fl-page-footer-text fl-page-footer-text-1">© 2020 Around the Clock Home Services | Powered by Approved Senior Network ®</div></div> <div class="col-sm-6 col-md-6 text-right clearfix"> <div class="fl-social-icons"> <a href="https://www.facebook.com/Around-the-Clock-Home-Services-101109401437368/" class="fa-stack icon-facebook-f" target="_blank" rel="noopener noreferrer"><span class="sr-only">Facebook</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-facebook-f mono fa-stack-1x fa-inverse"></i> </a><a href="https://twitter.com/AroundtClockHS" class="fa-stack icon-twitter" target="_blank" rel="noopener noreferrer"><span class="sr-only">Twitter</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-twitter mono fa-stack-1x fa-inverse"></i> </a><a href="https://www.pinterest.com/aroundtheclockhs/" class="fa-stack icon-pinterest" target="_blank" rel="noopener noreferrer"><span class="sr-only">Pinterest</span> <i aria-hidden="true" class="fas fa-circle fa-stack-2x mono"></i> <i aria-hidden="true" class="fab fa-pinterest mono fa-stack-1x fa-inverse"></i> </a></div> </div> </div> </div> </div><!-- .fl-page-footer --> </footer> </div><!-- .fl-page --> <!-- HFCM by 99 Robots - Snippet # 2: Splash --> <div id="oggvo-review-splash-widget"></div><script id="oggvo-review-splash" src="https://portal.oggvo.com/widget/widget.js?profileID=a4b75844d8f39dc45ba82576ddfed899&widgetID=7" type="text/javascript"></script> <!-- /end HFCM by 99 Robots --> <link rel='stylesheet' id='font-awesome-5-css' href='https://aroundtheclockhomeservices.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min.css?ver=2.7.0.5' media='all' /> <script src='https://aroundtheclockhomeservices.com/wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min.js?ver=2.7.0.5' id='jquery-throttle-js'></script> <script src='https://aroundtheclockhomeservices.com/wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min.js?ver=2.7.0.5' id='jquery-magnificpopup-js'></script> <script src='https://aroundtheclockhomeservices.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js?ver=1.2' id='jquery-fitvids-js'></script> <script src='https://aroundtheclockhomeservices.com/wp-content/themes/bb-theme/js/bootstrap.min.js?ver=1.7.9' id='bootstrap-js'></script> <script id='fl-automator-js-extra'> var themeopts = {"medium_breakpoint":"992","mobile_breakpoint":"768"}; </script> <script src='https://aroundtheclockhomeservices.com/wp-content/themes/bb-theme/js/theme.min.js?ver=1.7.9' id='fl-automator-js'></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Personal Care Services at Home\nAt Around the Clock, you can experience the peak of care with our best personal care services in Santa Monica. As a leading provider of personal home care in Redondo, we are dedicated to delivering exceptional care tailored to each client’s unique needs.\nBenefit from the convenience of receiving personal care services at home. Our highly trained caregivers throughout Los Angeles County are committed to your family member’s well-being, providing attentive support to those who need it. Your loved one’s health and safety is our top priority.\nWe strive to enhance your quality of life and promote your overall well-being. Contact us today to discover how we can cater to your requirements and bring comfort and reassurance to your daily life.\n- Why Are Medication Reminders Crucial Aspect of Elderly Companionship Services In Rancho Palos Verdes? - September 18, 2023\n- 7 Questions to Ask Us Before Hiring Our Elder Home Care Services In Beverly Hills - September 18, 2023\n- Spend a Loving Mother’s and Father’s Day with the Best Eldercare Services Near Me - September 18, 2023", "id": "<urn:uuid:68560e52-9eef-49f8-a0a9-73ce8d14fa39>", "dump": "CC-MAIN-2024-10", "url": "https://aroundtheclockhomeservices.com/specialty-care/in-home-personal-care-services/", "date": "2024-02-25T08:01:35", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9183048605918884, "token_count": 242 } }
<urn:uuid:8d979e68-ec1b-44be-8892-63fb477218d2>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <link rel="shortcut icon" type="image/x-icon" href="https://arteinstitute.org/wp-content/uploads/2022/04/Artboard-13.png"> <link rel="apple-touch-icon" href="https://arteinstitute.org/wp-content/uploads/2022/04/Artboard-13.png"/> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://arteinstitute.org/xmlrpc.php" /> <title>Arte Institute | &#8220;Contemporary Mysteries&#8221;</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Arte Institute &raquo; Feed" href="https://arteinstitute.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Arte Institute &raquo; Comments Feed" href="https://arteinstitute.org/comments/feed/" /> <link rel="alternate" type="text/calendar" title="Arte Institute &raquo; iCal Feed" href="https://arteinstitute.org/calendar/?ical=1" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/arteinstitute.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='wc-blocks-integration-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce-payments/vendor/woocommerce/subscriptions-core/build/index.css?ver=5.7.2' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://arteinstitute.org/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=10.2.3' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=10.2.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://arteinstitute.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.2' type='text/css' media='all' /> <link rel='stylesheet' id='wpmenucart-icons-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/css/wpmenucart-icons.min.css?ver=2.14.2' type='text/css' media='all' /> <style id='wpmenucart-icons-inline-css' type='text/css'> @font-face{font-family:WPMenuCart;src:url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.eot);src:url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.eot?#iefix) format('embedded-opentype'),url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.woff2) format('woff2'),url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.woff) format('woff'),url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.ttf) format('truetype'),url(https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/fonts/WPMenuCart.svg#WPMenuCart) format('svg');font-weight:400;font-style:normal;font-display:swap} </style> <link rel='stylesheet' id='wpmenucart-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce-menu-bar-cart/assets/css/wpmenucart-main.min.css?ver=2.14.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='xoo-el-style-css' href='https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.5' type='text/css' media='all' /> <style id='xoo-el-style-inline-css' type='text/css'> .xoo-el-form-container button.btn.button.xoo-el-action-btn{ background-color: #000000; color: #ffffff; font-weight: 600; font-size: 15px; height: 40px; } .xoo-el-inmodal{ max-width: 500px; max-height: 600px; } .xoo-el-sidebar{ background-image: url(); min-width: 0%; } .xoo-el-main, .xoo-el-main a , .xoo-el-main label{ color: #000000; } .xoo-el-srcont{ background-color: #ffffff; } .xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active { background-color: #000000; color: #ffffff; } .xoo-el-form-container ul.xoo-el-tabs li{ background-color: #eeeeee; color: #000000; } .xoo-el-main{ padding: 40px 30px; } .xoo-el-form-container button.xoo-el-action-btn:not(.button){ font-weight: 600; font-size: 15px; } .xoo-el-modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; } .xoo-el-popup-active .xoo-el-opac{ opacity: 0.7; background-color: #000000; } </style> <link rel='stylesheet' id='xoo-el-fonts-css' href='https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.5' type='text/css' media='all' /> <link rel='stylesheet' id='xoo-aff-style-css' href='https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=1.1' type='text/css' media='all' /> <style id='xoo-aff-style-inline-css' type='text/css'> .xoo-aff-input-group .xoo-aff-input-icon{ background-color: #eee; color: #555; max-width: 40px; min-width: 40px; border: 1px solid #ffffff; border-right: 0; font-size: 14px; } .xoo-aff-group{ margin-bottom: 30px; } .xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{ background-color: #fff; color: #777; } .xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder{ color: #777; opacity: 0.7; } .xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus{ background-color: #ededed; color: #000; } .xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{ border-bottom-left-radius: 0; border-top-left-radius: 0; } </style> <link rel='stylesheet' id='xoo-aff-font-awesome5-css' href='https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='select2-css' href='https://arteinstitute.org/wp-content/plugins/woocommerce/assets/css/select2.css?ver=7.8.0' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-grid-style-css' href='https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-helper-parts-style-css' href='https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-style-css' href='https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://arteinstitute.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://arteinstitute.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-default-style-css' href='https://arteinstitute.org/wp-content/themes/bridge/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_awesome-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/font-awesome/css/font-awesome.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_elegant-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/elegant-icons/style.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-linea_icons-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/linea-icons/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-dripicons-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/dripicons/dripicons.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-kiko-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/kiko/kiko-all.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_awesome_5-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/font-awesome-5/css/font-awesome-5.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-stylesheet-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/stylesheet.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='bridge-stylesheet-inline-css' type='text/css'> .postid-727.disabled_footer_top .footer_top_holder, .postid-727.disabled_footer_bottom .footer_bottom_holder { display: none;} </style> <link rel='stylesheet' id='bridge-woocommerce-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/woocommerce.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-woocommerce-responsive-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/woocommerce_responsive.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-print-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/print.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qode_news_style-css' href='https://arteinstitute.org/wp-content/plugins/qode-news/assets/css/news-map.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-responsive-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/responsive.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qode_news_responsive_style-css' href='https://arteinstitute.org/wp-content/plugins/qode-news/assets/css/news-map-responsive.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-style-dynamic-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/style_dynamic.css?ver=1668103777' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-style-dynamic-responsive-css' href='https://arteinstitute.org/wp-content/themes/bridge/css/style_dynamic_responsive.css?ver=1668103777' type='text/css' media='all' /> <style id='bridge-style-dynamic-responsive-inline-css' type='text/css'> .footer_top h5 { margin: 0 0 29px; } .footer_top .widget.widget_nav_menu li{ float: left; padding-right: 21%; font-size: 16px; } .footer_top .widget.widget_nav_menu ul li:nth-child(2n+1){ clear: both } .page_not_found { margin: 0px 18% 83px; } .page_not_found h2 { margin: 0px 0 20px; } ul.qode_twitter_widget { color: #fff; } ul.qode_twitter_widget .h5 { color: #fff; } .testimonials_c_holder .testimonial_content_inner { background: transparent; padding: 20px 20px; } .testimonials_c_holder .testimonial_content_inner .testimonial_image_holder { margin-bottom: 22px; } .testimonials_c_holder .testimonial_content_inner .testimonial_author { margin-top: 29px; } .testimonials_c_holder .flex-control-nav { margin-top: 21px; } header div.wpcf7 .ajax-loader{ display: none; } .side_menu_button>a.search_button{ position: relative; top: -6px; } nav.main_menu.left{ padding-left: 18px; } .header-widget.widget_nav_menu{ padding: 0; } .header_top .header-widget p{ padding-left: 0; } .header-widget.widget_nav_menu ul.menu li a{ padding-left: 17px; position: relative; } .header-widget.widget_nav_menu ul.menu li a:before{ content: ''; position: absolute; right: -9px; top: 10px; width: 1px; height: 12px; background-color: #000; } .header-widget.widget_nav_menu ul.menu li:last-child a:before{ display: none; } @media only screen and (max-width: 1440px){ nav.main_menu > ul > li > a{ padding: 0 15px; } header .wpcf7-form{ max-width: 70%; display: inline-block; } .header_bottom_right_widget_holder{ text-align: right; } } @media only screen and (max-width: 1199px){ header .wpcf7-form{ display: none; } } .subtitle{ margin: 16px 0 0; max-width: 50%; margin: 21px auto; } footer .widget.widget_categories ul li{ margin: 0 0 18px; } .qode-banner .qode-banner-content{ background-color: transparent; } .qode-banner:hover .qode-banner-content{ opacity: 1; } .qode-banner .qode-banner-content .qode-banner-text-holder{ text-align: left; } .qode-banner .qode-banner-content h6{ font-family: 'Work Sans', sans-serif; font-size: 11px; text-transform: uppercase; color: #000 !important; font-weight: 600; margin: 19px 0 0; } .qode-banner .qode-banner-content{ padding: 62px 70px; } .elementor-widget-wp-widget-qode_twitter_widget h5{ color: #fff; margin: 0 0 40px; } ul.qode_twitter_widget li{ list-style-type: none; margin: 0 0 40px; } ul.qode_twitter_widget ul li:last-child{ margin: 0; } ul.qode_twitter_widget li a{ color: #f3e240; } ul.qode_twitter_widget li a:hover{ color: #f23801; } ul.qode_twitter_widget .qode_tweet_text{ font-family: "Merriweather"; font-size: 15px; line-height: 28px; } .qode-instagram-feed li{ margin: 0 !important; padding: 0 !important } .q_social_icon_holder:hover .simple_social{ color: #00c5f6 !important; } .qode-news-single-news-template article .qode-post-text, .qode-news-reactions-holder, .qode-news-single-news-template .qode-blog-single-navigation, .qode-news-single-news-template .qode-comment-holder{ padding-left: 0; } .qode-news-single-news-template article .qode-tags-holder, .qode-news-single-news-template article .qode-post-info-bottom, .qode-news-reactions{ border-bottom-style: dotted; } .qode-news-single-news-template article .qode-post-info-after-title a, .qode-news-single-news-template article .qode-post-info-after-title span, .qode-news-single-news-template article .qode-post-info-after-title>div a{ font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } .qode-news-single-news-template article .qode-tags-holder .qode-tags-title{ font-size: 16px; } .qode-news-reactions .qode-news-reaction-term .qode-rt-content{ margin-top: 5px; } .qode-news-reactions .qode-news-reaction-term .qode-rt-content .qode-rt-name{ font-family: 'Poppins', sans-serif; font-weight: 500; color: #222222; } .qode-news-reactions .qode-news-reaction-term:hover .qode-rt-content .qode-rt-name{ color: rgba(242,56,1,1) } .qode-news-reactions .qode-news-reaction-term .qode-rt-content .qode-rt-value{ font-family: 'Work Sans', sans-serif; color: #b5b5b5; font-size: 12px; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next, .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev{ padding: 0; background-color: transparent; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next .qode-blog-single-nav-label, .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev .qode-blog-single-nav-label{ color: #000; font-size: 15px; letter-spacing: -0.02em; font-weight: 400; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next .qode-blog-single-nav-mark, .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev .qode-blog-single-nav-mark{ color: #000; font-size: 28px; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev .qode-blog-single-nav-mark, .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next .qode-blog-single-nav-mark{ margin: 0; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next:hover, .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev:hover{ background-color: transparent; color: #000; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-prev{ margin-left: -8px; } .qode-news-single-news-template .qode-blog-single-navigation .qode-blog-single-next{ margin-right: -8px; } aside .widget.posts_holder ul li:not(:last-child){ margin: 0 0 31px; } .qode-post-carousel1 .qode-ni-content{ text-align: left; } .qode-news-holder .qode-post-info-category a{ margin-left: 0; font-family: 'Poppins', sans-serif; text-transform: lowercase; color: #000; font-size: 12px; letter-spacing: 0.2em; font-weight: 500 } .qode-news-holder .qode-post-info-category a span{ padding: 0 15px; line-height: 28px; } .qode-layout1-item .qode-post-title{ margin-bottom: 11px; } .qode-layout1-item .qode-post-info-date{ font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } .qode-news-holder .qode-post-info-date a{ font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } .qode-news-holder .qode-post-info-category a{ font-family: 'Poppins', sans-serif; text-transform: lowercase; color: #000; font-size: 12px; letter-spacing: 0.2em; font-weight: 500 } .qode-news-holder .qode-post-info-category a span{ padding: 0 15px; line-height: 28px; } .elementor-widget.elementor-widget-sidebar .widget .qode-layout2-item .qode-post-title, .elementor-widget.elementor-widget-sidebar .widget .qode-layout2-item .qode-post-title a{ font-size: 16px; line-height: 21px; margin-bottom: 0; } .elementor-widget.elementor-widget-sidebar .widget .qode-layout2-item .qode-post-info-date a, .elementor-widget.elementor-widget-sidebar .widget .qode-layout1-item .qode-post-info-date a{ font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } .elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout2-item{ padding: 28px 0; border-bottom: 1px dotted #909090 } .elementor-widget.elementor-widget-sidebar .widget.qode-news-widget.qode-news-layout2-widget { margin: 0 0 28px; } .elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout1-item{ padding: 31px 0; border-bottom: 1px dotted #909090; position: relative; } .elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout1-item:last-child{ border: none; } .elementor-widget.elementor-widget-sidebar .widget.qode-news-widget.qode-news-layout1-widget { margin: 0 0 0px; } .qode-show-numbers .qode-layout1-item:after{ top: 50%; transform: translateY(-50%); color: #f7cbe5; } .elementor-widget.elementor-widget-sidebar .widget .qode-layout1-item .qode-post-title, .elementor-widget.elementor-widget-sidebar .widget .qode-layout1-item .qode-post-title a{ font-size: 18px; line-height: 24px; } .elementor-widget.elementor-widget-sidebar .widget .qode-layout1-item .qode-post-info-date{ margin: 0; } .elementor-widget.elementor-widget-sidebar .widget.widget_recent_entries{ text-align: center; } .elementor-widget.elementor-widget-sidebar .widget.widget_recent_entries ul li:not(:last-child){ text-align: center; margin: 0 0 31px; } .drop_down .wide.wide_background .second .inner ul{ width: 1400px !important; } @media only screen and (max-width: 1440px){ .drop_down .wide.wide_background .second .inner ul{ width: 1100px !important; } } @media only screen and (max-width: 1200px){ .drop_down .wide.wide_background .second .inner ul{ width: 950px !important; } } header .qode-news-holder.qode-news-columns-4 .qode-news-item{ width: 25%; } .drop_down .wide.wide_background .second .inner ul li{ width: 100%; } .qode-post-excerpt-holder { font-family: 'Merriweather', sans-serif; } .drop_down .second .inner .qode-layout1-item .qode-post-info-category a{ font-family: 'Poppins', sans-serif; text-transform: lowercase; color: #000; font-size: 12px; letter-spacing: 0.2em; font-weight: 500; margin-left: 0; } .drop_down .second .inner .qode-layout1-item .qode-post-info-category a span{ padding: 0 15px; line-height: 28px; } .drop_down .second .inner .qode-layout1-item .qode-post-info-date a{ font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } .drop_down .second .inner .qode-layout1-item .qode-post-title{ padding: 0 0 5px; } .drop_down .second .inner .qode-layout1-item .qode-post-title a{ font-size: 16px; line-height: 21px; margin-bottom: 0; color: #000; text-transform: none; font-weight: 400; } .archive .qode-layout1-item { text-align: left; } .qode-layout-number .qode-layout1-item .qode-post-title{ margin-top: 23px; padding-right: 35px; } .qode-layout-number .qode-layout1-item .qode-post-title a{ font-size: 22px !important; line-height: 28px !important; } .elementor-widget.elementor-widget-sidebar .widget .qode-layout-number .qode-news-list-inner-holder .qode-layout1-item{ padding: 0; border: none; } .qode-layout-number.qode-show-numbers .qode-layout1-item:after{ bottom: -8px; top: initial; transform: none; left: 0; } .archive .qode-layout1-item .qode-post-title, .archive .qode-layout1-item .qode-post-title a { font-size: 22px; line-height: 28px; font-weight: 400; letter-spacing: 0px; text-transform: none; } .category-latest-news .qode-news-holder.qode-layout1, .author .qode-news-holder.qode-layout1 { padding-bottom: 115px; } .qode-slider1-item .qode-ni-title-holder .qode-post-title a{ background-color: transparent; color: #f23801; padding-left: 0; } .qode-comment-form #respond [type=text], .qode-comment-form #respond [type=email], .qode-comment-form #respond textarea { margin: 0 0 13px; padding-left: 20px; border: 1px solid #dedede; font-size: 12px; letter-spacing: -0.02em; font-family: 'Merriweather', sans-serif; color: #000; } .qode-comment-form #respond textarea { height: 216px; padding-top: 18px; } .qode-comment-form #respond [type=text]::placeholder, .qode-comment-form #respond [type=email]::placeholder, .qode-comment-form #respond textarea::placeholder { color: #000; } .qode-comment-form .three_columns>.column1>.column_inner { padding: 0 8px 0 0; } .qode-comment-form .three_columns>.column2>.column_inner { padding: 0 5px 0 5px; } .qode-comment-form .three_columns>.column3>.column_inner { padding: 0 0 0 8px; } .comment-form-cookies-consent { padding-bottom: 14px; } .qode-news-single-news-template .qode-comment-form .comment-reply-title { margin: 0 0 18px; font-size: 22px; line-height: 36px; } .widget.qode-news-widget.qode-news-layout1-widget{ text-align: center; } .widget .qode-news-holder .qode-post-info-category a{ margin: 0 0 -8px; top: 0; } aside.sidebar .widget .qode-news-holder .qode-post-info-category a span, .elementor-widget-sidebar .widget .qode-news-holder .qode-post-info-category a span{ font-family: 'Poppins', sans-serif; text-transform: lowercase; color: #00c5f6; font-size: 12px; letter-spacing: 0.2em; font-weight: 500; background-color: transparent !important } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item{ border: none; } .qode-slider1-owl .owl-dots .owl-dot{ padding: 16px; box-sizing: border-box; } .qode-slider1-owl .owl-dots .owl-dot:nth-child(4n+1){ background-color: #f7cbe5; } .qode-slider1-owl .owl-dots .owl-dot:nth-child(4n+2){ background-color: #f3e240; } .qode-slider1-owl .owl-dots .owl-dot:nth-child(4n+3){ background-color: #20c4f4; } .qode-slider1-owl .owl-dots .owl-dot:nth-child(4n){ background-color: #f15b4e; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-title{ color: #000; font-size: 18px; line-height: 24px; margin-top: 3px; margin-bottom: 6px; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-date{ color: #000; font-size: 12px; letter-spacing: 0.1em; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-date i{ top: -1px; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-info-holder{ padding-left: 102px } .qode-slider1-owl .owl-dots{ height: 77%; margin: 2px 0 0; } .qode-slider1-item .qode-ni-content .qode-ni-content-table{ width: 46%; } .qode-slider1-item.qode-slider-size-landscape{ padding-top: 48.3% !important; } .qode-slider1-item .qode-news-item-image-holder:after{ background-color: transparent; } .qode-slider1-item .qode-post-excerpt-holder{ color: #222; } .qode-slider1-item .qode-blog-share a{ color: #222; } .qode-news-holder .qode-post-info-date a i{ display: none; } .qode-layout1-item .qode-ni-content{ padding-right: 35px; } aside.sidebar .qode-layout1-item .qode-ni-content, .elementor-widget-sidebar .qode-layout1-item .qode-ni-content{ padding: 0; } .elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout2-item:first-child{ border-top: 1px dotted #909090; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item{ border-bottom: 1px dotted #909090; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border, aside.sidebar .widget.qode-news-widget .qode-news-holder{ overflow: hidden; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:first-child, aside.sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:first-child{ border-top: 1px dotted #909090; margin-top: 20px; } .wpb_widgetised_column .qode-news-layout1-widget>h5, aside.sidebar .qode-news-layout1-widget>h5{ border-bottom: none; } aside.sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:last-child{ border-bottom: 1px dotted #909090; margin: 0 0 0px; } aside.sidebar .widget .qode-news-holder.qode-nl-normal-space .qode-news-list-inner-holder{ margin-bottom: 0; }.elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout2-item:first-child{ border-top: 1px dotted #909090; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item{ border-bottom: 1px dotted #909090; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border, aside.sidebar .widget.qode-news-widget .qode-news-holder{ overflow: hidden; } .elementor-widget.elementor-widget-sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:first-child, aside.sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:first-child{ border-top: 1px dotted #909090; margin-top: 20px; } .wpb_widgetised_column .qode-news-layout1-widget>h5, aside.sidebar .qode-news-layout1-widget>h5{ border-bottom: none; } aside.sidebar .widget .qode-sidebar-no-border .qode-news-list-inner-holder .qode-layout1-item:last-child{ border-bottom: 1px dotted #909090; margin: 0 0 0px; } aside.sidebar .widget .qode-news-holder.qode-nl-normal-space .qode-news-list-inner-holder{ margin-bottom: 0; } .qode-dotted-separator { border-bottom: 1px dotted #909090; margin-top: 20px; margin-bottom: -15px; } .elementor-widget-sidebar .widget.qode-news-widget.qode-news-layout1-widget{ text-align: left; } .widget.qode-news-widget.qode-news-layout1-widget ~ .widget.qode-news-widget.qode-news-layout1-widget { text-align: center; } .qode-layout1.qode-sidebar-no-border .qode-post-title{ padding: 0px 40px; } .elementor-widget.elementor-widget-sidebar .widget .qode-news-list-inner-holder .qode-layout1-item:first-child{ border-top: 1px dotted #909090; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-date i{ display: none; } @media only screen and (min-width: 1024px) and (max-width: 1440px){ .qode-slider1-item .qode-ni-title-holder .qode-post-title{ font-size: 70px; line-height: 75px; } } @media only screen and (max-width: 1024px){ .qode-slider1 .qode-slider1-owl .owl-dots .qode-slider1-pag-thumb{ display: block; } } @media only screen and (max-width: 768px){ .qode-slider1 .qode-slider1-owl .owl-dots .qode-slider1-pag-thumb{ display: none; } .qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-info-holder{ padding-left: 0; } } @media only screen and (max-width: 480px){ .qode-slider1-item .qode-ni-content .qode-ni-content-table{ width: 100%; } } .qode-news-single-news-template article .qode-post-title{ font-size: 40px; margin: 0 0 0px; } .qode-news-single-news-template article .qode-post-info-after-title{ margin-bottom: 20px; } .qode-news-single-news-template .qode-comment-holder .qode-comments-title h4{ font-size: 22px; line-height: 36px; } .qode-news-single-news-template .qode-comment-holder .qode-comments-title h4{ font-size: 22px; line-height: 36px; } .qode-news-single-news-template .qode-comment-holder .qode-comment-text .qode-comment-date{ font-family: 'Poppins', sans-serif; font-size: 12px; } .qode-news-single-news-template .qode-comment-holder .qode-comment-text .qode-comment-name{ font-size: 16px; line-height: 26px; } .qode-news-single-news-template .qode-comment-form .qode-comment-form-inner { padding: 19px 0 106px; } aside.sidebar .widget .qode-layout2-item .qode-post-info-date a, aside.sidebar .widget .qode-layout1-item .qode-post-info-date a { font-family: 'Poppins', sans-serif; font-size: 12px; color: #959595; letter-spacing: 0.1em; } aside.sidebar .widget .qode-layout1-item .qode-post-title, aside.sidebar .widget .qode-layout1-item .qode-post-title a { font-size: 18px; line-height: 24px; } .qode-news-columns-1:not(.qode-left-alignment) .qode-layout1-item .qode-ni-content{ padding: 0 35px; } @media only screen and (max-width: 480px){ .qode-instagram-feed.qode-col-8 li{ width: 100% } } .qode-layout-number.qode-news-holder.qode-nl-normal-space .qode-news-item{ padding-left: 15px !important; padding-right: 15px !important; } .qode-layout-number.qode-show-numbers .qode-layout1-item:after{ left: 15px; } @media only screen and (max-width: 1024px){ .qode-layout-number.qode-news-holder.qode-nl-normal-space .qode-news-item{ margin-bottom: 30px !important; } } @media only screen and (max-width: 768px){ .subtitle{ max-width: 100%; } } @media only screen and (max-width: 480px){ .subtitle{ display: none; } } @media only screen and (max-width: 768px){ .wpcf7-form .two_columns_form_without_space .column_left{ display: block; width: 100%; } .wpcf7-form .two_columns_form_without_space .column_right{ display: block; width: 100%; margin: 10px 0 0 } } .qode-post-text-main > p{ margin-bottom: 1rem; } </style> <link rel='stylesheet' id='bridge-style-handle-google-fonts-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C300italic%2C400italic%2C700italic%7CRoboto%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C300italic%2C400italic%2C700italic%7COswald%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C300italic%2C400italic%2C700italic%7CPoppins%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C300italic%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext&#038;ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-core-dashboard-style-css' href='https://arteinstitute.org/wp-content/plugins/bridge-core/modules/core-dashboard/assets/css/core-dashboard.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://arteinstitute.org/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://arteinstitute.org/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.14.0' type='text/css' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://arteinstitute.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.8.15' type='text/css' media='all' /> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/react.min.js?ver=18.2.0" id="react-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0" id="react-dom-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/api-fetch.min.js?ver=0fa4dabf8bf2c7adf21a" id="wp-api-fetch-js"></script> <script type="text/javascript" id="wp-api-fetch-js-after"> /* <![CDATA[ */ wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://arteinstitute.org/wp-json/" ) ); wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "b6c5dcb40d" ); wp.apiFetch.use( wp.apiFetch.nonceMiddleware ); wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware ); wp.apiFetch.nonceEndpoint = "https://arteinstitute.org/wp-admin/admin-ajax.php?action=rest-nonce"; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/blob.min.js?ver=10a1c5c0acdef3d15657" id="wp-blob-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/autop.min.js?ver=dacd785d109317df2707" id="wp-autop-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=30ffd7e7e199f10b2a6d" id="wp-block-serialization-default-parser-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/deprecated.min.js?ver=73ad3591e7bc95f4777a" id="wp-deprecated-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/dom.min.js?ver=49ff2869626fbeaacc23" id="wp-dom-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/escape-html.min.js?ver=03e27a7b6ae14f7afaa6" id="wp-escape-html-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/element.min.js?ver=ed1c7604880e8b574b40" id="wp-element-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/is-shallow-equal.min.js?ver=20c2b06ecf04afb14fee" id="wp-is-shallow-equal-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/keycodes.min.js?ver=3460bd0fac9859d6886c" id="wp-keycodes-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/priority-queue.min.js?ver=422e19e9d48b269c5219" id="wp-priority-queue-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/compose.min.js?ver=3189b344ff39fef940b7" id="wp-compose-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/private-apis.min.js?ver=11cb2ebaa70a9f1f0ab5" id="wp-private-apis-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/redux-routine.min.js?ver=0be1b2a6a79703e28531" id="wp-redux-routine-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/data.min.js?ver=dc5f255634f3da29c8d5" id="wp-data-js"></script> <script type="text/javascript" id="wp-data-js-after"> /* <![CDATA[ */ ( function() { var userId = 0; var storageKey = "WP_DATA_USER_" + userId; wp.data .use( wp.data.plugins.persistence, { storageKey: storageKey } ); } )(); /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/html-entities.min.js?ver=36a4a255da7dd2e1bf8e" id="wp-html-entities-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/shortcode.min.js?ver=c128a3008a96e820aa86" id="wp-shortcode-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/blocks.min.js?ver=7204d43123223474471a" id="wp-blocks-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.29.4" id="moment-js"></script> <script type="text/javascript" id="moment-js-after"> /* <![CDATA[ */ moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} ); /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/date.min.js?ver=936c461ad5dce9c2c8ea" id="wp-date-js"></script> <script type="text/javascript" id="wp-date-js-after"> /* <![CDATA[ */ wp.date.setSettings( {"l10n":{"locale":"en_US","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"F j, Y","datetime":"F j, Y g:i a","datetimeAbbreviated":"M j, Y g:i a"},"timezone":{"offset":0,"string":"","abbr":""}} ); /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/primitives.min.js?ver=6984e6eb5d6157c4fe44" id="wp-primitives-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/rich-text.min.js?ver=6222504ebedf0627981b" id="wp-rich-text-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/warning.min.js?ver=122829a085511691f14d" id="wp-warning-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/components.min.js?ver=387d6480ace3103ccd8b" id="wp-components-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/keyboard-shortcuts.min.js?ver=525da859946d4df24898" id="wp-keyboard-shortcuts-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/commands.min.js?ver=07ff2b66990783ecd068" id="wp-commands-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/notices.min.js?ver=38e88f4b627cf873edd0" id="wp-notices-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/preferences-persistence.min.js?ver=6c6b220422eb35541489" id="wp-preferences-persistence-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/preferences.min.js?ver=ca088ba0a612bff77aa3" id="wp-preferences-js"></script> <script type="text/javascript" id="wp-preferences-js-after"> /* <![CDATA[ */ ( function() { var serverData = false; var userId = "0"; var persistenceLayer = wp.preferencesPersistence.__unstableCreatePersistenceLayer( serverData, userId ); var preferencesStore = wp.preferences.store; wp.data.dispatch( preferencesStore ).setPersistenceLayer( persistenceLayer ); } ) (); /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/style-engine.min.js?ver=17cbc030cba88a42ccb5" id="wp-style-engine-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/token-list.min.js?ver=199103fc7cec3b9eef5a" id="wp-token-list-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/wordcount.min.js?ver=5a74890fd7c610679e34" id="wp-wordcount-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/block-editor.min.js?ver=8a070b748cf406a8d42e" id="wp-block-editor-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/dist/server-side-render.min.js?ver=81299db67c0fa2c65479" id="wp-server-side-render-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/logo-showcase-ultimate/build/index.js?ver=6.4.3" id="lcg-gutenberg-js-js"></script> <script type="text/javascript" src="https://stats.wp.com/w.js?ver=202408" id="woo-tracks-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="WCPAY_ASSETS-js-extra"> /* <![CDATA[ */ var wcpayAssets = {"url":"https:\/\/arteinstitute.org\/wp-content\/plugins\/woocommerce-payments\/dist\/"}; /* ]]> */ </script> <link rel="https://api.w.org/" href="https://arteinstitute.org/wp-json/" /><link rel="alternate" type="application/json" href="https://arteinstitute.org/wp-json/wp/v2/posts/727" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://arteinstitute.org/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 7.8.0" /> <link rel="canonical" href="https://arteinstitute.org/contemporary-mysteries/" /> <link rel='shortlink' href='https://arteinstitute.org/?p=727' /> <link rel="alternate" type="application/json+oembed" href="https://arteinstitute.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Farteinstitute.org%2Fcontemporary-mysteries%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://arteinstitute.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Farteinstitute.org%2Fcontemporary-mysteries%2F&#038;format=xml" /> <meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://arteinstitute.org"><link rel="alternate" href="https://arteinstitute.org/wp-json/tribe/events/v1/" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.14.0; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <meta name="generator" content="Powered by Slider Revolution 6.5.14 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> /* Logo da homepage */ .home .q_logo a{ display: none; } .home .logo_wrapper{ margin-top: 20px } @media only screen and (max-width: 1000px){ .home .logo_wrapper{ margin-top: 30px; margin-left: -100px } } .home .logo_wrapper::before{ display: block; content: url('https://arteinstitute.org/wp-content/uploads/2022/09/Asset-1-1.png'); } .home.popup_menu_opened .logo_wrapper::before{ display: none; } .qode-ni-content .qode-post-info-category{ display:none; } .qode-layout1-item .qode-post-title{ margin-top:0px !important; } .qode-post-info-top .qode-post-info-category{ display:none; } .elementor-widget-container .qodef-qi-button{ border-radius:0px !important; } .qode-post-info-author{ display:none; } .qode-news-single-news-template article .qode-post-info-after-title > div.qode-post-info-author{ display: none; } .footer_top h5 { margin: 0 0 5px !important; } @media only screen and (min-device-width: 820px) and (max-device-width: 1201px) { .qodef-m-text { font-size: 0.8rem !important; line-height: 16px; } } .page-template-blog-pinterest .post_image > a{ overflow:hidden; max-height:161px; } .page-template-blog-pinterest .post_image > a > img, .qode-post-image > a > img{ height: 161px; object-fit: cover; object-position: top; } .page-template-blog-pinterest .post_text > .post_text_inner{ height:80px } .title.has_background{ background-position: center; } .title_subtitle_holder{ height: 80% !important; } .title_subtitle_holder > .title_subtitle_holder_inner{ width: 82% !important; } .title_subtitle_holder > .title_subtitle_holder_inner > h1{ font-size: 10rem; line-height: 3rem; } .title_subtitle_holder > .title_subtitle_holder_inner > h1 > span{ font-size: 55% !important; } @media only screen and (max-width: 1499px){ .title_subtitle_holder > .title_subtitle_holder_inner{ width: 104% !important; } } @media only screen and (max-width: 1000px){ .title_subtitle_holder > .title_subtitle_holder_inner{ width: 100% !important; } .title_subtitle_holder > .title_subtitle_holder_inner > h1{ font-size: 14vw !important; line-height: 4vw !important; } } /* Banner Calendar */ .post-type-archive-tribe_events .title_holder > .container{ background-image:url(https://arteinstitute.org/wp-content/uploads/2022/09/220809-AI-Banners-Website-16-16-1.png); background-repeat:no-repeat; height:200px; background-color:#50dcc8; background-position: center; } .post-type-archive-tribe_events .title_holder > .container > .container_inner{ width: 1140px !important; } .post-type-archive-tribe_events .title_subtitle_holder{ text-align: left !important; display: block !important; } .post-type-archive-tribe_events .title_subtitle_holder > h1 > span{ visibility: hidden !important; } .post-type-archive-tribe_events .title_subtitle_holder > h1 > span:before{ visibility: visible; content: "calendar"; font-size: 88px; } /* Calendar */ :root{ --tec-color-link-accent: #50dcc8; --tec-color-accent-primary: #50dcc8; --tec-font-family-sans-serif: 'Roboto', sans-serif; } .tribe-events-meta-group .tribe-events-single-section-title{ letter-spacing: 0; } /* News post text */ .blog_holder.blog_pinterest article .post_info{ display: none; } .blog_holder.blog_pinterest article .post_text .post_text_inner{ padding-left: 0; } /* News */ .qode-news-single-news-template article .qode-post-content{ display: flex; flex-direction: column !important } .qode-news-single-news-template article .qode-post-info-bottom{ border-bottom: 0; } .qode-news-single-news-template article .wp-post-image{ width: 480px; } .post-template-default .title_outer{ display: none; } .qode-ni-content .qode-post-info-category{ display:none; } .qode-layout1-item .qode-post-title{ margin-top:0px !important; } .qode-post-info-top .qode-post-info-category{ display:none; } .elementor-widget-container .qodef-qi-button{ border-radius:0px !important; } .qode-post-info-author{ display:none; } .qode-news-single-news-template article .qode-post-info-after-title > div.qode-post-info-author{ display: none; } .footer_top h5 { margin: 0 0 5px !important; } @media only screen and (min-device-width: 820px) and (max-device-width: 1201px) { .qodef-m-text { font-size: 0.8rem !important; line-height: 16px; } } .page-template-blog-pinterest .post_image > a{ overflow:hidden; max-height:161px; } .page-template-blog-pinterest .post_image > a > img, .qode-post-image > a > img{ height: 161px; object-fit: cover; object-position: top; } .page-template-blog-pinterest .post_text > .post_text_inner{ height:80px } .title.has_background{ background-position: center; } .title_subtitle_holder{ height: 80% !important; } .title_subtitle_holder > .title_subtitle_holder_inner{ width: 82% !important; } .title_subtitle_holder > .title_subtitle_holder_inner > h1{ font-size: 10rem; line-height: 3rem; } .title_subtitle_holder > .title_subtitle_holder_inner > h1 > span{ font-size: 55% !important; } @media only screen and (max-width: 1499px){ .title_subtitle_holder > .title_subtitle_holder_inner{ width: 104% !important; } } @media only screen and (max-width: 1000px){ .title_subtitle_holder > .title_subtitle_holder_inner{ width: 100% !important; } .title_subtitle_holder > .title_subtitle_holder_inner > h1{ font-size: 14vw !important; line-height: 4vw !important; } } /* Banner Calendar */ .post-type-archive-tribe_events .title_holder > .container{ background-image:url(https://arteinstitute.org/wp-content/uploads/2022/09/220809-AI-Banners-Website-16-16-1.png); background-repeat:no-repeat; height:200px; background-color:#50dcc8; background-position: center; } .post-type-archive-tribe_events .title_holder > .container > .container_inner{ width: 1140px !important; } .post-type-archive-tribe_events .title_subtitle_holder{ text-align: left !important; display: block !important; } .post-type-archive-tribe_events .title_subtitle_holder > h1 > span{ visibility: hidden !important; } .post-type-archive-tribe_events .title_subtitle_holder > h1 > span:before{ visibility: visible; content: "calendar"; font-size: 88px; } /* Calendar */ :root{ --tec-color-link-accent: #50dcc8; --tec-color-accent-primary: #50dcc8; --tec-font-family-sans-serif: 'Roboto', sans-serif; } .tribe-events-meta-group .tribe-events-single-section-title{ letter-spacing: 0; } /* News post text */ .blog_holder.blog_pinterest article .post_info{ display: none; } .blog_holder.blog_pinterest article .post_text .post_text_inner{ padding-left: 0; } /* News */ .qode-news-single-news-template article .qode-post-content{ display: flex; flex-direction: column-reverse } .qode-news-single-news-template article .qode-post-info-bottom{ border-bottom: 0; } .qode-news-single-news-template article .wp-post-image{ width: 480px; } .post-template-default .title_outer{ display: block; } .post-template-default .title_outer .title{ background-color: transparent !important; height: 120px !important; } .post-template-default .title_subtitle_holder h1{ color: black; } .post-template-default .qode-post-title{ display: none; } .content .container .container_inner.default_template_holder{ padding-top: 50px !important; } .container aside{ display: none; } .two_columns_66_33>.column1{ width: initial; } .tribe-events .tribe-events-calendar-month__calendar-event-title-link{ font-size: 15px; line-height: 20px; } /* Formularios */ .gfield .ginput_container input{ border:1px solid #888; width: 100%; } .gform_wrapper.gravity-theme .gfield input{ border:1px solid #888; width: 100%; } .gform_wrapper.gravity-theme .gfield textarea{ border:1px solid #888; width: 100%; } </style> </head> <body class="post-template-default single single-post postid-727 single-format-standard theme-bridge bridge-core-3.0.1 qode-news-3.0.2 woocommerce-no-js tribe-no-js qodef-qi--no-touch qi-addons-for-elementor-1.6.3 qode_grid_1400 qode_popup_menu_text_scaledown footer_responsive_adv hide_top_bar_on_mobile_header qode-content-sidebar-responsive qode_disabled_responsive_button_padding_change columns-3 qode-theme-ver-28.7 qode-theme-bridge qode_header_in_grid elementor-default elementor-kit-3607" itemscope itemtype="http://schema.org/WebPage"> <div class="wrapper"> <div class="wrapper_inner"> <!-- Google Analytics start --> <!-- Google Analytics end --> <header class=" has_top scroll_header_top_area regular menu_position_left page_header"> <div class="header_inner clearfix"> <form role="search" action="https://arteinstitute.org/" class="qode_search_form_3" method="get"> <div class="container"> <div class="container_inner clearfix"> <div class="form_holder_outer"> <div class="form_holder"> <input type="text" placeholder="Search" name="s" class="qode_search_field" autocomplete="off" /> <div class="qode_search_close"> <a href="#"> <i class="qode_icon_font_awesome fa fa-times " ></i> </a> </div> </div> </div> </div> </div> </form> <div class="header_top_bottom_holder"> <div class="header_top clearfix" style='background-color:rgba(242, 242, 242, 1);' > <div class="container"> <div class="container_inner clearfix"> <div class="left"> <div class="inner"> </div> </div> <div class="right"> <div class="inner"> <div class="header-widget widget_nav_menu header-right-widget"><div class="menu-header-top-menu-container"><ul id="menu-header-top-menu" class="menu"><li id="menu-item-8849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8849"><a href="https://arteinstitute.org/about/">about</a></li> <li id="menu-item-8850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8850"><a href="https://arteinstitute.org/director/">director</a></li> <li id="menu-item-11258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11258"><a href="https://arteinstitute.org/news/">news</a></li> <li id="menu-item-15807" class="xoo-el-login-tgr menu-item menu-item-type-custom menu-item-object-custom menu-item-15807"><a>login</a></li> <li class="menu-item wpmenucartli wpmenucart-display-standard menu-item" id="wpmenucartli"><a class="wpmenucart-contents empty-wpmenucart-visible" href="https://arteinstitute.org/shop/" title="Start shopping"><i class="wpmenucart-icon-shopping-cart-0" role="img" aria-label="Cart"></i><span class="cartcontents">0 items</span><span class="amount">&#36;0.00</span></a></li></ul></div></div> </div> </div> </div> </div> </div> <div class="header_bottom clearfix" style=' background-color:rgba(255, 255, 255, 1);' > <div class="container"> <div class="container_inner clearfix"> <div class="header_inner_left"> <div class="logo_wrapper" > <div class="q_logo"> <a itemprop="url" href="https://arteinstitute.org/" > <img itemprop="image" class="normal" src="https://arteinstitute.org/wp-content/uploads/2022/09/Asset-3.png" alt="Logo"> <img itemprop="image" class="light" src="https://arteinstitute.org/wp-content/uploads/2022/08/1x1.png" alt="Logo"/> <img itemprop="image" class="dark" src="https://arteinstitute.org/wp-content/uploads/2022/08/1x1.png" alt="Logo"/> <img itemprop="image" class="sticky" src="https://arteinstitute.org/wp-content/uploads/2022/08/1x1.png" alt="Logo"/> <img itemprop="image" class="mobile" src="https://arteinstitute.org/wp-content/uploads/2022/08/1x1.png" alt="Logo"/> <img itemprop="image" class="popup" src="https://arteinstitute.org/wp-content/uploads/2022/08/1x1.png" alt="Logo"/> </a> </div> </div> </div> <div class="header_inner_right"> <div class="side_menu_button_wrapper right"> <div class="header_bottom_right_widget_holder"><div class="header_bottom_widget widget_block widget_text"> <p></p> </div></div> <div class="side_menu_button"> <a class="search_button search_covers_header search_covers_only_bottom normal" href="javascript:void(0)"> <i class="qode_icon_font_awesome fa fa-search " ></i> </a> <a href="javascript:void(0)" class="popup_menu normal qode_popup_menu_text_scaledown "> <span class="popup_menu_inner"><i class="line">&nbsp;</i></span> </a> </div> </div> </div> <nav class="main_menu drop_down left"> </nav> <nav class="mobile_menu"> <ul id="menu-menu" class=""><li id="mobile-menu-item-4327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><a href="https://arteinstitute.org/about/" class=""><span>About</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-4328" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/about/" class=""><span>About and mission</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3802" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/director/" class=""><span>director</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3801" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/board-and-patrons/" class=""><span>Boards and Patrons</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-3686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub"><h3><span>Events</span></h3><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-11412" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/upcoming-events/" class=""><span>upcoming events</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-11259" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/past-events/" class=""><span>past events</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-3765" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="/news" class=""><span>News</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-8103" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://arteinstitute.org/calendar/month/" class=""><span>Calendar</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3768" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub"><h3><span>Support</span></h3><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-3854" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/sponsors/" class=""><span>sponsors</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3855" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/partners/" class=""><span>partners</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3857" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/arte-institute-membership/" class=""><span>Membership</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3856" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/donate-online/" class=""><span>Donate</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-3858" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/press/" class=""><span>press</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-3739" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/contact/" class=""><span>contact</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-11702" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/shop/" class=""><span>Store</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul></nav> </div> </div> </div> </div> </div> </header> <a id="back_to_top" href="#"> <span class="fa-stack"> <i class="qode_icon_font_awesome fa fa-arrow-up " ></i> </span> </a> <div class="popup_menu_holder_outer"> <div class="popup_menu_holder " > <div class="popup_menu_holder_inner"> <nav class="popup_menu"> <ul id="menu-menu-1" class=""><li id="popup-menu-item-4327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><a href="https://arteinstitute.org/about/" class=""><span>About</span></a> <ul class="sub_menu"> <li id="popup-menu-item-4328" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/about/" class=""><span>About and mission</span></a></li> <li id="popup-menu-item-3802" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/director/" class=""><span>director</span></a></li> <li id="popup-menu-item-3801" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/board-and-patrons/" class=""><span>Boards and Patrons</span></a></li> </ul> </li> <li id="popup-menu-item-3686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub"><h6><span>Events</span></h6> <ul class="sub_menu"> <li id="popup-menu-item-11412" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/upcoming-events/" class=""><span>upcoming events</span></a></li> <li id="popup-menu-item-11259" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/past-events/" class=""><span>past events</span></a></li> </ul> </li> <li id="popup-menu-item-3765" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="/news" class=""><span>News</span></a></li> <li id="popup-menu-item-8103" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://arteinstitute.org/calendar/month/" class=""><span>Calendar</span></a></li> <li id="popup-menu-item-3768" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub"><h6><span>Support</span></h6> <ul class="sub_menu"> <li id="popup-menu-item-3854" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/sponsors/" class=""><span>sponsors</span></a></li> <li id="popup-menu-item-3855" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/partners/" class=""><span>partners</span></a></li> <li id="popup-menu-item-3857" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/arte-institute-membership/" class=""><span>Membership</span></a></li> <li id="popup-menu-item-3856" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/donate-online/" class=""><span>Donate</span></a></li> </ul> </li> <li id="popup-menu-item-3858" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/press/" class=""><span>press</span></a></li> <li id="popup-menu-item-3739" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/contact/" class=""><span>contact</span></a></li> <li id="popup-menu-item-11702" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://arteinstitute.org/shop/" class=""><span>Store</span></a></li> </ul> </nav> </div> </div> </div> <div class="content content_top_margin_none"> <div class="content_inner "> <div class="title_outer title_without_animation" data-height="200"> <div class="title title_size_large position_left " style="height:200px;background-color:#50dcc8;"> <div class="image not_responsive"></div> <div class="title_holder" style="padding-top:0;height:200px;"> <div class="container"> <div class="container_inner clearfix"> <div class="title_subtitle_holder" > <h1 ><span>&#8220;Contemporary Mysteries&#8221;</span></h1> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="container_inner default_template_holder" > <div class="two_columns_66_33 background_color_sidebar grid2 clearfix"> <div class="column1"> <div class="column_inner"> <div class = "qode-news-single-news-template qode-news-holder"> <article id="post-727" class="post-727 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-performance-project"> <div class="qode-post-content"> <div class="qode-post-heading"> <div class="qode-post-image"> <img width="580" height="325" src="https://arteinstitute.org/wp-content/uploads/2022/04/507358b7-5f9c-4cd2-aa6c-2c28ae781009.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://arteinstitute.org/wp-content/uploads/2022/04/507358b7-5f9c-4cd2-aa6c-2c28ae781009.jpg 580w, https://arteinstitute.org/wp-content/uploads/2022/04/507358b7-5f9c-4cd2-aa6c-2c28ae781009-300x168.jpg 300w, https://arteinstitute.org/wp-content/uploads/2022/04/507358b7-5f9c-4cd2-aa6c-2c28ae781009-539x303.jpg 539w" sizes="(max-width: 580px) 100vw, 580px" /> </div> </div> <div class="qode-post-text"> <div class="qode-post-text-inner"> <div class="qode-post-info-top"> <div class="qode-post-info-category"> <a href="https://arteinstitute.org/category/news/"><span class="qode-category-name" >News </span></a><a href="https://arteinstitute.org/category/performance-project/"><span class="qode-category-name" >Performance Project </span></a></div> </div> <div class="qode-post-text-main"> <h2 itemprop="name" class="entry-title qode-post-title" > &#8220;Contemporary Mysteries&#8221; </h2> <div class="qode-post-info-after-title"> <div itemprop="dateCreated" class="qode-post-info-date entry-date published updated"> <a itemprop="url" href="https://arteinstitute.org/2012/10/"> <i class="dripicons-alarm"></i> October 8, 2012 </a> <meta itemprop="interactionCount" content="UserComments: 0"/> </div> <div class="qode-post-info-author"> <i class="dripicons-user"></i> <span class="qode-post-info-author-text"> by </span> <a itemprop="author" class="qode-post-info-author-link" href="https://arteinstitute.org"> admin </a> </div> </div> <p>&#8220;Home&#8221; is where we belong to. &#8220;Home&#8221; is a place we know, where our roots are nourished and our hearts invigorated, where we let our guards down. It is the place we long for after a long journey, or even before we have departed. &#8220;Home&#8221; takes many shapes and depths, many different meanings, and it is not immune to the passing of time.</p> <p>To think about how we have built that place, is to think of how we have built ourselves and how we have been built by others. What pillars support our inner worlds? Are they safe enough? If we had been made in another way, how would our &#8220;Home-world&#8221; be?</p> <p>In a world where all the unknowns have been found, where distance has been relativized by the speed of invisible impulses, where modern rhythms have disconnected our roots from the ground and dissolved all boundaries, how can one answer the question: &#8220;what is that place you call Home-World?&#8221;</p> <p>Arte Institute is pleased to present &#8220;Casa Mundo&#8221;/ &#8220;Home-World Project&#8221;, a year long cycle of&nbsp; monthly performances by twelve artists that will evolve around the concept of &#8220;Home-World&#8221;, or the place we all belong to.</p> <p>&#8220;Casa Mundo&#8221;/ &#8220;Home-World Project&#8221; will challenge twelve artists, one each month, to create a performance having the question &#8220;What is this place we call Home?&#8221; as a starting point for reflection, in light of the World we live in today. Arte Institute will present a performance every month, from January to December 2012. By the end of this year long cycle, the twelve performances will be compiled and showcased in a gallery.</p> <p>&#8220;Casa Mundo&#8221;/ &#8220;Home-World Project&#8221; will be curated by Arte Institute and visual artist Patr&iacute;cia Oliveira.</p> <p>The performance by Jo&atilde;o Garcia Miguel is called &#8220;Contemporary Mysteries&#8221;.</p> </div> <div class="qode-post-info-bottom clearfix"> <div class="qode-post-info-bottom-left"> <div class="qode-blog-share"> <h5 class="qode-share-title">Share:</h5> <div class="social_share_list_holder"><span>Share on: </span><ul><li class="facebook_share"><a title="Share on Facebook" href="javascript:void(0)" onclick="window.open('http://www.facebook.com/sharer.php?u=https%3A%2F%2Farteinstitute.org%2Fcontemporary-mysteries%2F', 'sharer', 'toolbar=0,status=0,width=620,height=280');"><i class="fa fa-facebook"></i></a></li></ul></div> </div> </div> <div class="qode-post-info-bottom-right"> </div> </div> <div class="qode-post-info-below"> </div> </div> </div> </div> </article> <div class="qode-blog-single-navigation"> <div class="qode-blog-single-navigation-inner clearfix"> <a itemprop="url" class="qode-blog-single-prev" href="https://arteinstitute.org/arte-institute-at-artrio-clip/"> <span class="qode-blog-single-nav-mark arrow_carrot-left"></span> <span class="qode-blog-single-nav-label">Previous post</span> </a> <a itemprop="url" class="qode-blog-single-next" href="https://arteinstitute.org/last-words-of-domenico-public-sacrifice/"> <span class="qode-blog-single-nav-mark arrow_carrot-right"></span> <span class="qode-blog-single-nav-label">Next post</span> </a> </div> </div> </div> </div> </div> <div class="column2"> <div class="column_inner"> <aside class="sidebar"> <div class="widget qode_latest_posts_widget"> <div class='latest_post_holder image_in_box ' > <ul> <li class="clearfix"> <div class="latest_post" > <div class="latest_post_image clearfix"> <a itemprop="url" href="https://arteinstitute.org/wonder-memories-by-beatriz-albuquerque/"> <img itemprop="image" src="https://arteinstitute.org/wp-content/uploads/2024/02/WhatsApp-Image-2024-02-22-at-12.30.49-150x150.jpeg" alt="" /> </a> </div> <div class="latest_post_text"> <div class="latest_post_inner"> <div class="latest_post_text_inner"> <h5 itemprop="name" class="latest_post_title entry_title"><a itemprop="url" href="https://arteinstitute.org/wonder-memories-by-beatriz-albuquerque/">Wonder Memories by Beatriz Albuquerque</a></h5> <span class="post_infos"> <span class="date_hour_holder"> <span itemprop="dateCreated" class="date entry_date updated">22 February, 2024 <meta itemprop="interactionCount" content="UserComments: 0"/></span> </span> </span> </div> </div> </div> </div> </li> <li class="clearfix"> <div class="latest_post" > <div class="latest_post_image clearfix"> <a itemprop="url" href="https://arteinstitute.org/terremoto-austin-baroque-orchestra-concert/"> <img itemprop="image" src="https://arteinstitute.org/wp-content/uploads/2024/02/ABO-Terremoto-Poster-Sat-150x150.jpg" alt="" /> </a> </div> <div class="latest_post_text"> <div class="latest_post_inner"> <div class="latest_post_text_inner"> <h5 itemprop="name" class="latest_post_title entry_title"><a itemprop="url" href="https://arteinstitute.org/terremoto-austin-baroque-orchestra-concert/">Terremoto! &#8211; an Austin Baroque Orchestra Concert</a></h5> <span class="post_infos"> <span class="date_hour_holder"> <span itemprop="dateCreated" class="date entry_date updated">14 February, 2024 <meta itemprop="interactionCount" content="UserComments: 0"/></span> </span> </span> </div> </div> </div> </div> </li> <li class="clearfix"> <div class="latest_post" > <div class="latest_post_image clearfix"> <a itemprop="url" href="https://arteinstitute.org/choro-na-esquina-concert/"> <img itemprop="image" src="https://arteinstitute.org/wp-content/uploads/2024/02/Choro-da-Esquina-150x150.jpg" alt="" /> </a> </div> <div class="latest_post_text"> <div class="latest_post_inner"> <div class="latest_post_text_inner"> <h5 itemprop="name" class="latest_post_title entry_title"><a itemprop="url" href="https://arteinstitute.org/choro-na-esquina-concert/">Choro na Esquina Concert</a></h5> <span class="post_infos"> <span class="date_hour_holder"> <span itemprop="dateCreated" class="date entry_date updated">14 February, 2024 <meta itemprop="interactionCount" content="UserComments: 0"/></span> </span> </span> </div> </div> </div> </div> </li> <li class="clearfix"> <div class="latest_post" > <div class="latest_post_image clearfix"> <a itemprop="url" href="https://arteinstitute.org/rhi-2024-vi-edition/"> <img itemprop="image" src="https://arteinstitute.org/wp-content/uploads/2024/01/RHI_Imagem-150x150.png" alt="" /> </a> </div> <div class="latest_post_text"> <div class="latest_post_inner"> <div class="latest_post_text_inner"> <h5 itemprop="name" class="latest_post_title entry_title"><a itemprop="url" href="https://arteinstitute.org/rhi-2024-vi-edition/">RHI 2024 &#8211; VI Edition</a></h5> <span class="post_infos"> <span class="date_hour_holder"> <span itemprop="dateCreated" class="date entry_date updated">23 January, 2024 <meta itemprop="interactionCount" content="UserComments: 0"/></span> </span> </span> </div> </div> </div> </div> </li> <li class="clearfix"> <div class="latest_post" > <div class="latest_post_image clearfix"> <a itemprop="url" href="https://arteinstitute.org/nypsff-2024/"> <img itemprop="image" src="https://arteinstitute.org/wp-content/uploads/2023/12/CFE_NYPSFF_2024-150x150.png" alt="" /> </a> </div> <div class="latest_post_text"> <div class="latest_post_inner"> <div class="latest_post_text_inner"> <h5 itemprop="name" class="latest_post_title entry_title"><a itemprop="url" href="https://arteinstitute.org/nypsff-2024/">NY Portuguese Short Film Festival 2024</a></h5> <span class="post_infos"> <span class="date_hour_holder"> <span itemprop="dateCreated" class="date entry_date updated">23 January, 2024 <meta itemprop="interactionCount" content="UserComments: 0"/></span> </span> </span> </div> </div> </div> </div> </li> </ul> </div></div> </aside> </div> </div> </div> </div> </div> <div class="content_bottom" > </div> </div> </div> <footer > <div class="footer_inner clearfix"> <div class="footer_top_holder"> <div class="footer_top"> <div class="container"> <div class="container_inner"> <div class="four_columns clearfix"> <div class="column1 footer_col1"> <div class="column_inner"> <div id="block-23" class="widget widget_block"> <h5 class="wp-block-heading"><strong>Info</strong></h5> </div><div id="block-31" class="widget widget_block"> <ul><li><a href="http://arteinstitute.getcode.business/category/upcoming-events/"></a><a href="https://arteinstitute.org/director/" data-type="URL" data-id="https://arteinstitute.org/director/">Director</a></li><li><a href="http://arteinstitute.getcode.business/category/upcoming-events/"></a><a href="/board-and-patrons/" data-type="URL" data-id="/board-and-patrons/">Boards and Patrons</a></li></ul> </div><div class="widget qode_separator_widget" style="margin-bottom: 32px;"></div><div id="block-27" class="widget widget_block"> <h5 class="wp-block-heading"><strong>Events</strong></h5> </div><div id="block-28" class="widget widget_block"> <ul><li><a href="/upcoming-events/" data-type="URL" data-id="/upcoming-events/">Upcoming Events</a></li><li><a href="/past-events/" data-type="URL" data-id="/past-events/">Past Events</a></li></ul> </div> </div> </div> <div class="column2 footer_col2"> <div class="column_inner"> <div id="block-21" class="widget widget_block"> <h5 class="wp-block-heading"><strong>AI Other Projects</strong></h5> </div><div id="block-22" class="widget widget_block"> <ul> <li><a href="https://nypsff.arteinstitute.org/" data-type="link" data-id="https://nypsff.arteinstitute.org/">NY Portuguese Short Film Festival</a></li> <li><a href="/ai-gallery" data-type="URL" data-id="/ai-gallery">Arte Institute Gallery</a></li> <li><a href="/portuguese-women-in-the-us">Portuguese Women in the US</a></li> <li><a href="/saramago-week-in-new-york">Saramago's Week</a></li> <li><a href="/performance-project">Performance Project</a></li> <li><a href="/summer-nights">Summer Night Series</a></li> <li><a href="/iberian-suite">Iberian Suite</a></li> </ul> </div> </div> </div> <div class="column3 footer_col3"> <div class="column_inner"> <div id="block-25" class="widget widget_block"> <h5 class="wp-block-heading"><strong>Support</strong></h5> </div><div id="block-32" class="widget widget_block"> <ul><li><a href="http://arteinstitute.getcode.business/category/upcoming-events/"></a><a href="http://arteinstitute.getcode.business/director"></a><a href="/sponsors/" data-type="URL" data-id="/sponsors/">Sponsors</a></li><li><a href="http://arteinstitute.getcode.business/director"></a><a href="/partners/" data-type="URL" data-id="/partners/">Partners</a></li><li><a href="http://arteinstitute.getcode.business/director"></a><a href="/arte-institute-membership/" data-type="URL" data-id="/arte-institute-membership/">Membership</a></li><li><a href="http://arteinstitute.getcode.business/director"></a><a href="/donate-online/" data-type="URL" data-id="/donate-online/">Donations</a></li></ul> </div><div class="widget qode_separator_widget" style="margin-bottom: 32px;"></div><div id="block-20" class="widget widget_block"> <h5 class="wp-block-heading"><strong>Contacts</strong></h5> </div><div id="block-35" class="widget widget_block widget_text"> <p>Phone: <a href="tel:+16463736923"><strong>+1 646 373 6923</strong></a></p> </div><div id="block-30" class="widget widget_block widget_text"> <p>Email: <a href="mailto:info@arteinstitute.org"><strong>info@arteinstitute.org</strong></a></p> </div><div class="widget qode_separator_widget" style="margin-bottom: 32px;"></div> </div> </div> <div class="column4 footer_col4"> <div class="column_inner"> <div id="block-19" class="widget widget_block"> <h5 class="wp-block-heading"><strong>Subscribe to our newsletter</strong></h5> </div><div id="block-18" class="widget widget_block"> <div class="wp-block-contact-form-7-contact-form-selector"> <div class="wpcf7 no-js" id="wpcf7-f4219-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/contemporary-mysteries/#wpcf7-f4219-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="4219" /> <input type="hidden" name="_wpcf7_version" value="5.8.2" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f4219-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> </div> <label> Your email <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> <input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Subscribe" /><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div><div id="block-33" class="widget widget_block"> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> </div><span class='q_social_icon_holder normal_social' data-color=#ffffff data-hover-background-color=#17bce5 data-hover-color=#000000><a itemprop='url' href='http://www.facebook.com/pages/Arte-Institute/192359494139988' target='_blank'><i class="qode_icon_font_awesome fa fa-facebook-square simple_social" style="color: #ffffff;margin: 0px 20px 0 10px;font-size: 30px;" ></i></a></span><span class='q_social_icon_holder normal_social' data-color=#fff data-hover-background-color=#da5347 data-hover-color=#000000><a itemprop='url' href='https://www.instagram.com/arteinstitute_official/' target='_blank'><i class="qode_icon_font_awesome fa fa-instagram simple_social" style="color: #fff;margin: 0 20px 0 0;font-size: 30px;" ></i></a></span><span class='q_social_icon_holder normal_social' data-color=#fff data-hover-background-color=#292527 data-hover-color=#000000><a itemprop='url' href='http://vimeo.com/user6706216' target='_blank'><i class="qode_icon_font_awesome fa fa-vimeo-square simple_social" style="color: #fff;margin: 0 0 0 0;font-size: 30px;" ></i></a></span><div id="block-36" class="widget widget_block"> <div style="height:17px" aria-hidden="true" class="wp-block-spacer"></div> </div><div class="widget qode_button_widget"><a itemprop="url" href="/shop" target="_self" data-hover-background-color='#000000' data-hover-color='#000000' class="qbutton large enlarge" style="color: #ffffff; background-color: #000000;">Online Store<i class="qode_icon_font_awesome fa fa-caret-right qode_button_icon_element" style="" ></i></a></div> </div> </div> </div> </div> </div> </div> </div> <div class="footer_bottom_holder"> <div class="footer_bottom"> <div class="textwidget"><p>© Copyright Arte Institute</p> </div> </div> </div> </div> </footer> </div> </div> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <div class="xoo-el-container" style="visibility: hidden;"> <div class="xoo-el-opac"></div> <div class="xoo-el-modal"> <div class="xoo-el-inmodal"> <span class="xoo-el-close xoo-el-icon-cancel-circle"></span> <div class="xoo-el-wrap"> <div class="xoo-el-sidebar"></div> <div class="xoo-el-srcont"> <div class="xoo-el-main"> <div class="xoo-el-form-container xoo-el-form-popup" data-active="login"> <div class="xoo-el-header"> <ul class="xoo-el-tabs"> <li data-tab="login" class="xoo-el-login-tgr">Login</li> <li data-tab="register" class="xoo-el-reg-tgr">Sign Up</li> </ul> </div> <div data-section="login" class="xoo-el-section"> <div class="xoo-el-fields"> <div class="xoo-el-notice"></div> <form class="xoo-el-action-form xoo-el-form-login"> <div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo-el-username" placeholder="Username / Email" value="" required=" "/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo-el-password" placeholder="Password" value="" autocomplete="new-password" required=" "/><div class="xoo-aff-pw-toggle"> <span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span> <span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span> </div></div></div> <div class="xoo-aff-group xoo-el-login-btm-fields"> <label class="xoo-el-form-label"> <input type="checkbox" name="xoo-el-rememberme" value="forever" /> <span>Remember me</span> </label> <a class="xoo-el-lostpw-tgr" rel="nofollow" href="#">Forgot Password?</a> </div> <input type="hidden" name="_xoo_el_form" value="login"> <button type="submit" class="button btn xoo-el-action-btn xoo-el-login-btn" >Sign in</button> <input type="hidden" name="xoo_el_redirect" value="/contemporary-mysteries/"> </form> </div> </div> <div data-section="register" class="xoo-el-section"> <div class="xoo-el-fields"> <div class="xoo-el-notice"></div> <form class="xoo-el-action-form xoo-el-form-register"> <div class="xoo-aff-group xoo-aff-cont-email one xoo-aff-cont-required xoo_el_reg_email_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-at"></span><input type="email" class="xoo-aff-required xoo-aff-email" name="xoo_el_reg_email" placeholder="Email" value="" autocomplete="email" required=" "/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_fname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo_el_reg_fname" placeholder="First Name" value="" required=" "/></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_lname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo_el_reg_lname" placeholder="Last Name" value="" required=" "/></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo_el_reg_pass" placeholder="Password" value="" maxlength="20" minlength="6" autocomplete="new-password" required=" "/><div class="xoo-aff-pw-toggle"> <span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span> <span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span> </div></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_again_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo_el_reg_pass_again" placeholder="Confirm Password" value="" autocomplete="new-password" required=" "/><div class="xoo-aff-pw-toggle"> <span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span> <span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span> </div></div></div><div class="xoo-aff-group xoo-aff-cont-checkbox_single one mailchimp_woocommerce_newsletter_cont"><div class="xoo-aff-checkbox_single"><label><input type="checkbox" name="mailchimp_woocommerce_newsletter" class="xoo-aff-checkbox_single" value="yes" >Subscribe to our newsletter</label></div></div><div class="xoo-aff-group xoo-aff-cont-checkbox_single one xoo-aff-cont-required xoo_el_reg_terms_cont"><div class="xoo-aff-required xoo-aff-checkbox_single"><label><input type="checkbox" name="xoo_el_reg_terms" class="xoo-aff-required xoo-aff-checkbox_single" value="yes" >I accept the <a href="https://arteinstitute.org/broken-clouds/" target="_blank"> Terms of Service and Privacy Policy </a></label></div></div> <input type="hidden" name="_xoo_el_form" value="register"> <button type="submit" class="button btn xoo-el-action-btn xoo-el-register-btn">Sign Up</button> <input type="hidden" name="xoo_el_redirect" value="/contemporary-mysteries/"> </form> </div> </div> <div data-section="lostpw" class="xoo-el-section"> <div class="xoo-el-fields"> <div class="xoo-el-notice"></div> <form class="xoo-el-action-form xoo-el-form-lostpw"> <span class="xoo-el-form-txt">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.</span> <div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="user_login" placeholder="Username / Email" value="" required=" "/></div></div> <input type="hidden" name="_xoo_el_form" value="lostPassword"> <input type="hidden" name="_wp_http_referer" value="/contemporary-mysteries/" /> <button type="submit" class="button btn xoo-el-action-btn xoo-el-lostpw-btn">Email Reset Link</button> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div><script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/228fb860b52f558b4e267f52e/6171fdc6164c82512d1ebab83.js");</script><script type="text/javascript"> document.addEventListener( 'wpcf7mailsent', function( event ) { if ( '3837' == event.detail.contactFormId ) { var formPaypal = document.getElementById('formPaypal').style.display = "block"; } }, false ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://arteinstitute.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.5.14' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.2" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/arteinstitute.org\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.2" id="contact-form-7-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.5.14" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.5.14" defer async id="revmin-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.8.0" id="jquery-blockui-js"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/arteinstitute.org\/cart\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.8.0" id="wc-add-to-cart-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.8.0" id="js-cookie-js"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.8.0" id="woocommerce-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js?ver=4.0.3-wc.7.8.0" id="select2-js"></script> <script type="text/javascript" id="xoo-aff-js-js-extra"> /* <![CDATA[ */ var xoo_aff_localize = {"adminurl":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php","countries":"{\"AF\":\"Afghanistan\",\"AX\":\"\u00c5land Islands\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AQ\":\"Antarctica\",\"AG\":\"Antigua and Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AW\":\"Aruba\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BB\":\"Barbados\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"PW\":\"Belau\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BM\":\"Bermuda\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BQ\":\"Bonaire, Saint Eustatius and Saba\",\"BA\":\"Bosnia and Herzegovina\",\"BW\":\"Botswana\",\"BV\":\"Bouvet Island\",\"BR\":\"Brazil\",\"IO\":\"British Indian Ocean Territory\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"KY\":\"Cayman Islands\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CN\":\"China\",\"CX\":\"Christmas Island\",\"CC\":\"Cocos (Keeling) Islands\",\"CO\":\"Colombia\",\"KM\":\"Comoros\",\"CG\":\"Congo (Brazzaville)\",\"CD\":\"Congo (Kinshasa)\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CW\":\"Cura\u00e7ao\",\"CY\":\"Cyprus\",\"CZ\":\"Czech Republic\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"GQ\":\"Equatorial Guinea\",\"ER\":\"Eritrea\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FK\":\"Falkland Islands\",\"FO\":\"Faroe Islands\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GF\":\"French Guiana\",\"PF\":\"French Polynesia\",\"TF\":\"French Southern Territories\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GD\":\"Grenada\",\"GP\":\"Guadeloupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GN\":\"Guinea\",\"GW\":\"Guinea-Bissau\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HM\":\"Heard Island and McDonald Islands\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IR\":\"Iran\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"CI\":\"Ivory Coast\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LR\":\"Liberia\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MO\":\"Macao S.A.R., China\",\"MK\":\"North Macedonia\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MH\":\"Marshall Islands\",\"MQ\":\"Martinique\",\"MR\":\"Mauritania\",\"MU\":\"Mauritius\",\"YT\":\"Mayotte\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MC\":\"Monaco\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NC\":\"New Caledonia\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"NF\":\"Norfolk Island\",\"MP\":\"Northern Mariana Islands\",\"KP\":\"North Korea\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestinian Territory\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RE\":\"Reunion\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"BL\":\"Saint Barth\u00e9lemy\",\"SH\":\"Saint Helena\",\"KN\":\"Saint Kitts and Nevis\",\"LC\":\"Saint Lucia\",\"MF\":\"Saint Martin (French part)\",\"SX\":\"Saint Martin (Dutch part)\",\"PM\":\"Saint Pierre and Miquelon\",\"VC\":\"Saint Vincent and the Grenadines\",\"SM\":\"San Marino\",\"ST\":\"S\u00e3o Tom\u00e9 and Pr\u00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"GS\":\"South Georgia\\\/Sandwich Islands\",\"KR\":\"South Korea\",\"SS\":\"South Sudan\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SD\":\"Sudan\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard and Jan Mayen\",\"SZ\":\"Swaziland\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"SY\":\"Syria\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad and Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"TC\":\"Turks and Caicos Islands\",\"TV\":\"Tuvalu\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom (UK)\",\"US\":\"United States (US)\",\"UM\":\"United States (US) Minor Outlying Islands\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VA\":\"Vatican\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"VG\":\"Virgin Islands (British)\",\"VI\":\"Virgin Islands (US)\",\"WF\":\"Wallis and Futuna\",\"EH\":\"Western Sahara\",\"WS\":\"Samoa\",\"YE\":\"Yemen\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"}","states":"{\"AF\":[],\"AO\":{\"BGO\":\"Bengo\",\"BLU\":\"Benguela\",\"BIE\":\"Bi\\u00e9\",\"CAB\":\"Cabinda\",\"CNN\":\"Cunene\",\"HUA\":\"Huambo\",\"HUI\":\"Hu\\u00edla\",\"CCU\":\"Kuando Kubango\",\"CNO\":\"Kwanza-Norte\",\"CUS\":\"Kwanza-Sul\",\"LUA\":\"Luanda\",\"LNO\":\"Lunda-Norte\",\"LSU\":\"Lunda-Sul\",\"MAL\":\"Malanje\",\"MOX\":\"Moxico\",\"NAM\":\"Namibe\",\"UIG\":\"U\\u00edge\",\"ZAI\":\"Zaire\"},\"AR\":{\"C\":\"Ciudad Aut\u00f3noma de Buenos Aires\",\"B\":\"Buenos Aires\",\"K\":\"Catamarca\",\"H\":\"Chaco\",\"U\":\"Chubut\",\"X\":\"C\u00f3rdoba\",\"W\":\"Corrientes\",\"E\":\"Entre R\u00edos\",\"P\":\"Formosa\",\"Y\":\"Jujuy\",\"L\":\"La Pampa\",\"F\":\"La Rioja\",\"M\":\"Mendoza\",\"N\":\"Misiones\",\"Q\":\"Neuqu\u00e9n\",\"R\":\"R\u00edo Negro\",\"A\":\"Salta\",\"J\":\"San Juan\",\"D\":\"San Luis\",\"Z\":\"Santa Cruz\",\"S\":\"Santa Fe\",\"G\":\"Santiago del Estero\",\"V\":\"Tierra del Fuego\",\"T\":\"Tucum\u00e1n\"},\"AT\":[],\"AU\":{\"ACT\":\"Australian Capital Territory\",\"NSW\":\"New South Wales\",\"NT\":\"Northern Territory\",\"QLD\":\"Queensland\",\"SA\":\"South Australia\",\"TAS\":\"Tasmania\",\"VIC\":\"Victoria\",\"WA\":\"Western Australia\"},\"AX\":[],\"BD\":{\"BD-05\":\"Bagerhat\",\"BD-01\":\"Bandarban\",\"BD-02\":\"Barguna\",\"BD-06\":\"Barishal\",\"BD-07\":\"Bhola\",\"BD-03\":\"Bogura\",\"BD-04\":\"Brahmanbaria\",\"BD-09\":\"Chandpur\",\"BD-10\":\"Chattogram\",\"BD-12\":\"Chuadanga\",\"BD-11\":\"Cox's Bazar\",\"BD-08\":\"Cumilla\",\"BD-13\":\"Dhaka\",\"BD-14\":\"Dinajpur\",\"BD-15\":\"Faridpur \",\"BD-16\":\"Feni\",\"BD-19\":\"Gaibandha\",\"BD-18\":\"Gazipur\",\"BD-17\":\"Gopalganj\",\"BD-20\":\"Habiganj\",\"BD-21\":\"Jamalpur\",\"BD-22\":\"Jashore\",\"BD-25\":\"Jhalokati\",\"BD-23\":\"Jhenaidah\",\"BD-24\":\"Joypurhat\",\"BD-29\":\"Khagrachhari\",\"BD-27\":\"Khulna\",\"BD-26\":\"Kishoreganj\",\"BD-28\":\"Kurigram\",\"BD-30\":\"Kushtia\",\"BD-31\":\"Lakshmipur\",\"BD-32\":\"Lalmonirhat\",\"BD-36\":\"Madaripur\",\"BD-37\":\"Magura\",\"BD-33\":\"Manikganj \",\"BD-39\":\"Meherpur\",\"BD-38\":\"Moulvibazar\",\"BD-35\":\"Munshiganj\",\"BD-34\":\"Mymensingh\",\"BD-48\":\"Naogaon\",\"BD-43\":\"Narail\",\"BD-40\":\"Narayanganj\",\"BD-42\":\"Narsingdi\",\"BD-44\":\"Natore\",\"BD-45\":\"Nawabganj\",\"BD-41\":\"Netrakona\",\"BD-46\":\"Nilphamari\",\"BD-47\":\"Noakhali\",\"BD-49\":\"Pabna\",\"BD-52\":\"Panchagarh\",\"BD-51\":\"Patuakhali\",\"BD-50\":\"Pirojpur\",\"BD-53\":\"Rajbari\",\"BD-54\":\"Rajshahi\",\"BD-56\":\"Rangamati\",\"BD-55\":\"Rangpur\",\"BD-58\":\"Satkhira\",\"BD-62\":\"Shariatpur\",\"BD-57\":\"Sherpur\",\"BD-59\":\"Sirajganj\",\"BD-61\":\"Sunamganj\",\"BD-60\":\"Sylhet\",\"BD-63\":\"Tangail\",\"BD-64\":\"Thakurgaon\"},\"BE\":[],\"BG\":{\"BG-01\":\"Blagoevgrad\",\"BG-02\":\"Burgas\",\"BG-08\":\"Dobrich\",\"BG-07\":\"Gabrovo\",\"BG-26\":\"Haskovo\",\"BG-09\":\"Kardzhali\",\"BG-10\":\"Kyustendil\",\"BG-11\":\"Lovech\",\"BG-12\":\"Montana\",\"BG-13\":\"Pazardzhik\",\"BG-14\":\"Pernik\",\"BG-15\":\"Pleven\",\"BG-16\":\"Plovdiv\",\"BG-17\":\"Razgrad\",\"BG-18\":\"Ruse\",\"BG-27\":\"Shumen\",\"BG-19\":\"Silistra\",\"BG-20\":\"Sliven\",\"BG-21\":\"Smolyan\",\"BG-23\":\"Sofia\",\"BG-22\":\"Sofia-Grad\",\"BG-24\":\"Stara Zagora\",\"BG-25\":\"Targovishte\",\"BG-03\":\"Varna\",\"BG-04\":\"Veliko Tarnovo\",\"BG-05\":\"Vidin\",\"BG-06\":\"Vratsa\",\"BG-28\":\"Yambol\"},\"BH\":[],\"BI\":[],\"BO\":{\"B\":\"Chuquisaca\",\"H\":\"Beni\",\"C\":\"Cochabamba\",\"L\":\"La Paz\",\"O\":\"Oruro\",\"N\":\"Pando\",\"P\":\"Potos\\u00ed\",\"S\":\"Santa Cruz\",\"T\":\"Tarija\"},\"BR\":{\"AC\":\"Acre\",\"AL\":\"Alagoas\",\"AP\":\"Amap\u00e1\",\"AM\":\"Amazonas\",\"BA\":\"Bahia\",\"CE\":\"Cear\u00e1\",\"DF\":\"Distrito Federal\",\"ES\":\"Esp\u00edrito Santo\",\"GO\":\"Goi\u00e1s\",\"MA\":\"Maranh\u00e3o\",\"MT\":\"Mato Grosso\",\"MS\":\"Mato Grosso do Sul\",\"MG\":\"Minas Gerais\",\"PA\":\"Par\u00e1\",\"PB\":\"Para\u00edba\",\"PR\":\"Paran\u00e1\",\"PE\":\"Pernambuco\",\"PI\":\"Piau\u00ed\",\"RJ\":\"Rio de Janeiro\",\"RN\":\"Rio Grande do Norte\",\"RS\":\"Rio Grande do Sul\",\"RO\":\"Rond\u00f4nia\",\"RR\":\"Roraima\",\"SC\":\"Santa Catarina\",\"SP\":\"S\u00e3o Paulo\",\"SE\":\"Sergipe\",\"TO\":\"Tocantins\"},\"CA\":{\"AB\":\"Alberta\",\"BC\":\"British Columbia\",\"MB\":\"Manitoba\",\"NB\":\"New Brunswick\",\"NL\":\"Newfoundland and Labrador\",\"NT\":\"Northwest Territories\",\"NS\":\"Nova Scotia\",\"NU\":\"Nunavut\",\"ON\":\"Ontario\",\"PE\":\"Prince Edward Island\",\"QC\":\"Quebec\",\"SK\":\"Saskatchewan\",\"YT\":\"Yukon Territory\"},\"CH\":{\"AG\":\"Aargau\",\"AR\":\"Appenzell Ausserrhoden\",\"AI\":\"Appenzell Innerrhoden\",\"BL\":\"Basel-Landschaft\",\"BS\":\"Basel-Stadt\",\"BE\":\"Bern\",\"FR\":\"Fribourg\",\"GE\":\"Geneva\",\"GL\":\"Glarus\",\"GR\":\"Graub\u00fcnden\",\"JU\":\"Jura\",\"LU\":\"Luzern\",\"NE\":\"Neuch\u00e2tel\",\"NW\":\"Nidwalden\",\"OW\":\"Obwalden\",\"SH\":\"Schaffhausen\",\"SZ\":\"Schwyz\",\"SO\":\"Solothurn\",\"SG\":\"St. Gallen\",\"TG\":\"Thurgau\",\"TI\":\"Ticino\",\"UR\":\"Uri\",\"VS\":\"Valais\",\"VD\":\"Vaud\",\"ZG\":\"Zug\",\"ZH\":\"Z\u00fcrich\"},\"CN\":{\"CN1\":\"Yunnan \\\/ \u4e91\u5357\",\"CN2\":\"Beijing \\\/ \u5317\u4eac\",\"CN3\":\"Tianjin \\\/ \u5929\u6d25\",\"CN4\":\"Hebei \\\/ \u6cb3\u5317\",\"CN5\":\"Shanxi \\\/ \u5c71\u897f\",\"CN6\":\"Inner Mongolia \\\/ \u5167\u8499\u53e4\",\"CN7\":\"Liaoning \\\/ \u8fbd\u5b81\",\"CN8\":\"Jilin \\\/ \u5409\u6797\",\"CN9\":\"Heilongjiang \\\/ \u9ed1\u9f99\u6c5f\",\"CN10\":\"Shanghai \\\/ \u4e0a\u6d77\",\"CN11\":\"Jiangsu \\\/ \u6c5f\u82cf\",\"CN12\":\"Zhejiang \\\/ \u6d59\u6c5f\",\"CN13\":\"Anhui \\\/ \u5b89\u5fbd\",\"CN14\":\"Fujian \\\/ \u798f\u5efa\",\"CN15\":\"Jiangxi \\\/ \u6c5f\u897f\",\"CN16\":\"Shandong \\\/ \u5c71\u4e1c\",\"CN17\":\"Henan \\\/ \u6cb3\u5357\",\"CN18\":\"Hubei \\\/ \u6e56\u5317\",\"CN19\":\"Hunan \\\/ \u6e56\u5357\",\"CN20\":\"Guangdong \\\/ \u5e7f\u4e1c\",\"CN21\":\"Guangxi Zhuang \\\/ \u5e7f\u897f\u58ee\u65cf\",\"CN22\":\"Hainan \\\/ \u6d77\u5357\",\"CN23\":\"Chongqing \\\/ \u91cd\u5e86\",\"CN24\":\"Sichuan \\\/ \u56db\u5ddd\",\"CN25\":\"Guizhou \\\/ \u8d35\u5dde\",\"CN26\":\"Shaanxi \\\/ \u9655\u897f\",\"CN27\":\"Gansu \\\/ \u7518\u8083\",\"CN28\":\"Qinghai \\\/ \u9752\u6d77\",\"CN29\":\"Ningxia Hui \\\/ \u5b81\u590f\",\"CN30\":\"Macau \\\/ \u6fb3\u95e8\",\"CN31\":\"Tibet \\\/ \u897f\u85cf\",\"CN32\":\"Xinjiang \\\/ \u65b0\u7586\"},\"CZ\":[],\"DE\":[],\"DK\":[],\"EE\":[],\"ES\":{\"C\":\"A Coru\u00f1a\",\"VI\":\"Araba\\\/\u00c1lava\",\"AB\":\"Albacete\",\"A\":\"Alicante\",\"AL\":\"Almer\u00eda\",\"O\":\"Asturias\",\"AV\":\"\u00c1vila\",\"BA\":\"Badajoz\",\"PM\":\"Baleares\",\"B\":\"Barcelona\",\"BU\":\"Burgos\",\"CC\":\"C\u00e1ceres\",\"CA\":\"C\u00e1diz\",\"S\":\"Cantabria\",\"CS\":\"Castell\u00f3n\",\"CE\":\"Ceuta\",\"CR\":\"Ciudad Real\",\"CO\":\"C\u00f3rdoba\",\"CU\":\"Cuenca\",\"GI\":\"Girona\",\"GR\":\"Granada\",\"GU\":\"Guadalajara\",\"SS\":\"Gipuzkoa\",\"H\":\"Huelva\",\"HU\":\"Huesca\",\"J\":\"Ja\u00e9n\",\"LO\":\"La Rioja\",\"GC\":\"Las Palmas\",\"LE\":\"Le\u00f3n\",\"L\":\"Lleida\",\"LU\":\"Lugo\",\"M\":\"Madrid\",\"MA\":\"M\u00e1laga\",\"ML\":\"Melilla\",\"MU\":\"Murcia\",\"NA\":\"Navarra\",\"OR\":\"Ourense\",\"P\":\"Palencia\",\"PO\":\"Pontevedra\",\"SA\":\"Salamanca\",\"TF\":\"Santa Cruz de Tenerife\",\"SG\":\"Segovia\",\"SE\":\"Sevilla\",\"SO\":\"Soria\",\"T\":\"Tarragona\",\"TE\":\"Teruel\",\"TO\":\"Toledo\",\"V\":\"Valencia\",\"VA\":\"Valladolid\",\"BI\":\"Bizkaia\",\"ZA\":\"Zamora\",\"Z\":\"Zaragoza\"},\"FI\":[],\"FR\":[],\"GP\":[],\"GR\":{\"I\":\"\\u0391\\u03c4\\u03c4\\u03b9\\u03ba\\u03ae\",\"A\":\"\\u0391\\u03bd\\u03b1\\u03c4\\u03bf\\u03bb\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1 \\u03ba\\u03b1\\u03b9 \\u0398\\u03c1\\u03ac\\u03ba\\u03b7\",\"B\":\"\\u039a\\u03b5\\u03bd\\u03c4\\u03c1\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1\",\"C\":\"\\u0394\\u03c5\\u03c4\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1\",\"D\":\"\\u0389\\u03c0\\u03b5\\u03b9\\u03c1\\u03bf\\u03c2\",\"E\":\"\\u0398\\u03b5\\u03c3\\u03c3\\u03b1\\u03bb\\u03af\\u03b1\",\"F\":\"\\u0399\\u03cc\\u03bd\\u03b9\\u03bf\\u03b9 \\u039d\\u03ae\\u03c3\\u03bf\\u03b9\",\"G\":\"\\u0394\\u03c5\\u03c4\\u03b9\\u03ba\\u03ae \\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1\",\"H\":\"\\u03a3\\u03c4\\u03b5\\u03c1\\u03b5\\u03ac \\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1\",\"J\":\"\\u03a0\\u03b5\\u03bb\\u03bf\\u03c0\\u03cc\\u03bd\\u03bd\\u03b7\\u03c3\\u03bf\\u03c2\",\"K\":\"\\u0392\\u03cc\\u03c1\\u03b5\\u03b9\\u03bf \\u0391\\u03b9\\u03b3\\u03b1\\u03af\\u03bf\",\"L\":\"\\u039d\\u03cc\\u03c4\\u03b9\\u03bf \\u0391\\u03b9\\u03b3\\u03b1\\u03af\\u03bf\",\"M\":\"\\u039a\\u03c1\\u03ae\\u03c4\\u03b7\"},\"GF\":[],\"HK\":{\"HONG KONG\":\"Hong Kong Island\",\"KOWLOON\":\"Kowloon\",\"NEW TERRITORIES\":\"New Territories\"},\"HU\":{\"BK\":\"B\\u00e1cs-Kiskun\",\"BE\":\"B\\u00e9k\\u00e9s\",\"BA\":\"Baranya\",\"BZ\":\"Borsod-Aba\\u00faj-Zempl\\u00e9n\",\"BU\":\"Budapest\",\"CS\":\"Csongr\\u00e1d\",\"FE\":\"Fej\\u00e9r\",\"GS\":\"Gy\\u0151r-Moson-Sopron\",\"HB\":\"Hajd\\u00fa-Bihar\",\"HE\":\"Heves\",\"JN\":\"J\\u00e1sz-Nagykun-Szolnok\",\"KE\":\"Kom\\u00e1rom-Esztergom\",\"NO\":\"N\\u00f3gr\\u00e1d\",\"PE\":\"Pest\",\"SO\":\"Somogy\",\"SZ\":\"Szabolcs-Szatm\\u00e1r-Bereg\",\"TO\":\"Tolna\",\"VA\":\"Vas\",\"VE\":\"Veszpr\\u00e9m\",\"ZA\":\"Zala\"},\"ID\":{\"AC\":\"Daerah Istimewa Aceh\",\"SU\":\"Sumatera Utara\",\"SB\":\"Sumatera Barat\",\"RI\":\"Riau\",\"KR\":\"Kepulauan Riau\",\"JA\":\"Jambi\",\"SS\":\"Sumatera Selatan\",\"BB\":\"Bangka Belitung\",\"BE\":\"Bengkulu\",\"LA\":\"Lampung\",\"JK\":\"DKI Jakarta\",\"JB\":\"Jawa Barat\",\"BT\":\"Banten\",\"JT\":\"Jawa Tengah\",\"JI\":\"Jawa Timur\",\"YO\":\"Daerah Istimewa Yogyakarta\",\"BA\":\"Bali\",\"NB\":\"Nusa Tenggara Barat\",\"NT\":\"Nusa Tenggara Timur\",\"KB\":\"Kalimantan Barat\",\"KT\":\"Kalimantan Tengah\",\"KI\":\"Kalimantan Timur\",\"KS\":\"Kalimantan Selatan\",\"KU\":\"Kalimantan Utara\",\"SA\":\"Sulawesi Utara\",\"ST\":\"Sulawesi Tengah\",\"SG\":\"Sulawesi Tenggara\",\"SR\":\"Sulawesi Barat\",\"SN\":\"Sulawesi Selatan\",\"GO\":\"Gorontalo\",\"MA\":\"Maluku\",\"MU\":\"Maluku Utara\",\"PA\":\"Papua\",\"PB\":\"Papua Barat\"},\"IE\":{\"CW\":\"Carlow\",\"CN\":\"Cavan\",\"CE\":\"Clare\",\"CO\":\"Cork\",\"DL\":\"Donegal\",\"D\":\"Dublin\",\"G\":\"Galway\",\"KY\":\"Kerry\",\"KE\":\"Kildare\",\"KK\":\"Kilkenny\",\"LS\":\"Laois\",\"LM\":\"Leitrim\",\"LK\":\"Limerick\",\"LD\":\"Longford\",\"LH\":\"Louth\",\"MO\":\"Mayo\",\"MH\":\"Meath\",\"MN\":\"Monaghan\",\"OY\":\"Offaly\",\"RN\":\"Roscommon\",\"SO\":\"Sligo\",\"TA\":\"Tipperary\",\"WD\":\"Waterford\",\"WH\":\"Westmeath\",\"WX\":\"Wexford\",\"WW\":\"Wicklow\"},\"IN\":{\"AP\":\"Andhra Pradesh\",\"AR\":\"Arunachal Pradesh\",\"AS\":\"Assam\",\"BR\":\"Bihar\",\"CT\":\"Chhattisgarh\",\"GA\":\"Goa\",\"GJ\":\"Gujarat\",\"HR\":\"Haryana\",\"HP\":\"Himachal Pradesh\",\"JK\":\"Jammu and Kashmir\",\"JH\":\"Jharkhand\",\"KA\":\"Karnataka\",\"KL\":\"Kerala\",\"MP\":\"Madhya Pradesh\",\"MH\":\"Maharashtra\",\"MN\":\"Manipur\",\"ML\":\"Meghalaya\",\"MZ\":\"Mizoram\",\"NL\":\"Nagaland\",\"OR\":\"Orissa\",\"PB\":\"Punjab\",\"RJ\":\"Rajasthan\",\"SK\":\"Sikkim\",\"TN\":\"Tamil Nadu\",\"TS\":\"Telangana\",\"TR\":\"Tripura\",\"UK\":\"Uttarakhand\",\"UP\":\"Uttar Pradesh\",\"WB\":\"West Bengal\",\"AN\":\"Andaman and Nicobar Islands\",\"CH\":\"Chandigarh\",\"DN\":\"Dadra and Nagar Haveli\",\"DD\":\"Daman and Diu\",\"DL\":\"Delhi\",\"LD\":\"Lakshadeep\",\"PY\":\"Pondicherry (Puducherry)\"},\"IR\":{\"KHZ\":\"Khuzestan (\\u062e\\u0648\\u0632\\u0633\\u062a\\u0627\\u0646)\",\"THR\":\"Tehran (\\u062a\\u0647\\u0631\\u0627\\u0646)\",\"ILM\":\"Ilaam (\\u0627\\u06cc\\u0644\\u0627\\u0645)\",\"BHR\":\"Bushehr (\\u0628\\u0648\\u0634\\u0647\\u0631)\",\"ADL\":\"Ardabil (\\u0627\\u0631\\u062f\\u0628\\u06cc\\u0644)\",\"ESF\":\"Isfahan (\\u0627\\u0635\\u0641\\u0647\\u0627\\u0646)\",\"YZD\":\"Yazd (\\u06cc\\u0632\\u062f)\",\"KRH\":\"Kermanshah (\\u06a9\\u0631\\u0645\\u0627\\u0646\\u0634\\u0627\\u0647)\",\"KRN\":\"Kerman (\\u06a9\\u0631\\u0645\\u0627\\u0646)\",\"HDN\":\"Hamadan (\\u0647\\u0645\\u062f\\u0627\\u0646)\",\"GZN\":\"Ghazvin (\\u0642\\u0632\\u0648\\u06cc\\u0646)\",\"ZJN\":\"Zanjan (\\u0632\\u0646\\u062c\\u0627\\u0646)\",\"LRS\":\"Luristan (\\u0644\\u0631\\u0633\\u062a\\u0627\\u0646)\",\"ABZ\":\"Alborz (\\u0627\\u0644\\u0628\\u0631\\u0632)\",\"EAZ\":\"East Azarbaijan (\\u0622\\u0630\\u0631\\u0628\\u0627\\u06cc\\u062c\\u0627\\u0646 \\u0634\\u0631\\u0642\\u06cc)\",\"WAZ\":\"West Azarbaijan (\\u0622\\u0630\\u0631\\u0628\\u0627\\u06cc\\u062c\\u0627\\u0646 \\u063a\\u0631\\u0628\\u06cc)\",\"CHB\":\"Chaharmahal and Bakhtiari (\\u0686\\u0647\\u0627\\u0631\\u0645\\u062d\\u0627\\u0644 \\u0648 \\u0628\\u062e\\u062a\\u06cc\\u0627\\u0631\\u06cc)\",\"SKH\":\"South Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u062c\\u0646\\u0648\\u0628\\u06cc)\",\"RKH\":\"Razavi Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u0631\\u0636\\u0648\\u06cc)\",\"NKH\":\"North Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u0634\\u0645\\u0627\\u0644\\u06cc)\",\"SMN\":\"Semnan (\\u0633\\u0645\\u0646\\u0627\\u0646)\",\"FRS\":\"Fars (\\u0641\\u0627\\u0631\\u0633)\",\"QHM\":\"Qom (\\u0642\\u0645)\",\"KRD\":\"Kurdistan \\\/ \\u06a9\\u0631\\u062f\\u0633\\u062a\\u0627\\u0646)\",\"KBD\":\"Kohgiluyeh and BoyerAhmad (\\u06a9\\u0647\\u06af\\u06cc\\u0644\\u0648\\u06cc\\u06cc\\u0647 \\u0648 \\u0628\\u0648\\u06cc\\u0631\\u0627\\u062d\\u0645\\u062f)\",\"GLS\":\"Golestan (\\u06af\\u0644\\u0633\\u062a\\u0627\\u0646)\",\"GIL\":\"Gilan (\\u06af\\u06cc\\u0644\\u0627\\u0646)\",\"MZN\":\"Mazandaran (\\u0645\\u0627\\u0632\\u0646\\u062f\\u0631\\u0627\\u0646)\",\"MKZ\":\"Markazi (\\u0645\\u0631\\u06a9\\u0632\\u06cc)\",\"HRZ\":\"Hormozgan (\\u0647\\u0631\\u0645\\u0632\\u06af\\u0627\\u0646)\",\"SBN\":\"Sistan and Baluchestan (\\u0633\\u06cc\\u0633\\u062a\\u0627\\u0646 \\u0648 \\u0628\\u0644\\u0648\\u0686\\u0633\\u062a\\u0627\\u0646)\"},\"IS\":[],\"IT\":{\"AG\":\"Agrigento\",\"AL\":\"Alessandria\",\"AN\":\"Ancona\",\"AO\":\"Aosta\",\"AR\":\"Arezzo\",\"AP\":\"Ascoli Piceno\",\"AT\":\"Asti\",\"AV\":\"Avellino\",\"BA\":\"Bari\",\"BT\":\"Barletta-Andria-Trani\",\"BL\":\"Belluno\",\"BN\":\"Benevento\",\"BG\":\"Bergamo\",\"BI\":\"Biella\",\"BO\":\"Bologna\",\"BZ\":\"Bolzano\",\"BS\":\"Brescia\",\"BR\":\"Brindisi\",\"CA\":\"Cagliari\",\"CL\":\"Caltanissetta\",\"CB\":\"Campobasso\",\"CE\":\"Caserta\",\"CT\":\"Catania\",\"CZ\":\"Catanzaro\",\"CH\":\"Chieti\",\"CO\":\"Como\",\"CS\":\"Cosenza\",\"CR\":\"Cremona\",\"KR\":\"Crotone\",\"CN\":\"Cuneo\",\"EN\":\"Enna\",\"FM\":\"Fermo\",\"FE\":\"Ferrara\",\"FI\":\"Firenze\",\"FG\":\"Foggia\",\"FC\":\"Forl\\u00ec-Cesena\",\"FR\":\"Frosinone\",\"GE\":\"Genova\",\"GO\":\"Gorizia\",\"GR\":\"Grosseto\",\"IM\":\"Imperia\",\"IS\":\"Isernia\",\"SP\":\"La Spezia\",\"AQ\":\"L'Aquila\",\"LT\":\"Latina\",\"LE\":\"Lecce\",\"LC\":\"Lecco\",\"LI\":\"Livorno\",\"LO\":\"Lodi\",\"LU\":\"Lucca\",\"MC\":\"Macerata\",\"MN\":\"Mantova\",\"MS\":\"Massa-Carrara\",\"MT\":\"Matera\",\"ME\":\"Messina\",\"MI\":\"Milano\",\"MO\":\"Modena\",\"MB\":\"Monza e della Brianza\",\"NA\":\"Napoli\",\"NO\":\"Novara\",\"NU\":\"Nuoro\",\"OR\":\"Oristano\",\"PD\":\"Padova\",\"PA\":\"Palermo\",\"PR\":\"Parma\",\"PV\":\"Pavia\",\"PG\":\"Perugia\",\"PU\":\"Pesaro e Urbino\",\"PE\":\"Pescara\",\"PC\":\"Piacenza\",\"PI\":\"Pisa\",\"PT\":\"Pistoia\",\"PN\":\"Pordenone\",\"PZ\":\"Potenza\",\"PO\":\"Prato\",\"RG\":\"Ragusa\",\"RA\":\"Ravenna\",\"RC\":\"Reggio Calabria\",\"RE\":\"Reggio Emilia\",\"RI\":\"Rieti\",\"RN\":\"Rimini\",\"RM\":\"Roma\",\"RO\":\"Rovigo\",\"SA\":\"Salerno\",\"SS\":\"Sassari\",\"SV\":\"Savona\",\"SI\":\"Siena\",\"SR\":\"Siracusa\",\"SO\":\"Sondrio\",\"SU\":\"Sud Sardegna\",\"TA\":\"Taranto\",\"TE\":\"Teramo\",\"TR\":\"Terni\",\"TO\":\"Torino\",\"TP\":\"Trapani\",\"TN\":\"Trento\",\"TV\":\"Treviso\",\"TS\":\"Trieste\",\"UD\":\"Udine\",\"VA\":\"Varese\",\"VE\":\"Venezia\",\"VB\":\"Verbano-Cusio-Ossola\",\"VC\":\"Vercelli\",\"VR\":\"Verona\",\"VV\":\"Vibo Valentia\",\"VI\":\"Vicenza\",\"VT\":\"Viterbo\"},\"IL\":[],\"IM\":[],\"JP\":{\"JP01\":\"Hokkaido\",\"JP02\":\"Aomori\",\"JP03\":\"Iwate\",\"JP04\":\"Miyagi\",\"JP05\":\"Akita\",\"JP06\":\"Yamagata\",\"JP07\":\"Fukushima\",\"JP08\":\"Ibaraki\",\"JP09\":\"Tochigi\",\"JP10\":\"Gunma\",\"JP11\":\"Saitama\",\"JP12\":\"Chiba\",\"JP13\":\"Tokyo\",\"JP14\":\"Kanagawa\",\"JP15\":\"Niigata\",\"JP16\":\"Toyama\",\"JP17\":\"Ishikawa\",\"JP18\":\"Fukui\",\"JP19\":\"Yamanashi\",\"JP20\":\"Nagano\",\"JP21\":\"Gifu\",\"JP22\":\"Shizuoka\",\"JP23\":\"Aichi\",\"JP24\":\"Mie\",\"JP25\":\"Shiga\",\"JP26\":\"Kyoto\",\"JP27\":\"Osaka\",\"JP28\":\"Hyogo\",\"JP29\":\"Nara\",\"JP30\":\"Wakayama\",\"JP31\":\"Tottori\",\"JP32\":\"Shimane\",\"JP33\":\"Okayama\",\"JP34\":\"Hiroshima\",\"JP35\":\"Yamaguchi\",\"JP36\":\"Tokushima\",\"JP37\":\"Kagawa\",\"JP38\":\"Ehime\",\"JP39\":\"Kochi\",\"JP40\":\"Fukuoka\",\"JP41\":\"Saga\",\"JP42\":\"Nagasaki\",\"JP43\":\"Kumamoto\",\"JP44\":\"Oita\",\"JP45\":\"Miyazaki\",\"JP46\":\"Kagoshima\",\"JP47\":\"Okinawa\"},\"KR\":[],\"KW\":[],\"LB\":[],\"LR\":{\"BM\":\"Bomi\",\"BN\":\"Bong\",\"GA\":\"Gbarpolu\",\"GB\":\"Grand Bassa\",\"GC\":\"Grand Cape Mount\",\"GG\":\"Grand Gedeh\",\"GK\":\"Grand Kru\",\"LO\":\"Lofa\",\"MA\":\"Margibi\",\"MY\":\"Maryland\",\"MO\":\"Montserrado\",\"NM\":\"Nimba\",\"RV\":\"Rivercess\",\"RG\":\"River Gee\",\"SN\":\"Sinoe\"},\"LU\":[],\"MD\":{\"C\":\"Chi\u0219in\u0103u\",\"BL\":\"B\u0103l\u021bi\",\"AN\":\"Anenii Noi\",\"BS\":\"Basarabeasca\",\"BR\":\"Briceni\",\"CH\":\"Cahul\",\"CT\":\"Cantemir\",\"CL\":\"C\u0103l\u0103ra\u0219i\",\"CS\":\"C\u0103u\u0219eni\",\"CM\":\"Cimi\u0219lia\",\"CR\":\"Criuleni\",\"DN\":\"Dondu\u0219eni\",\"DR\":\"Drochia\",\"DB\":\"Dub\u0103sari\",\"ED\":\"Edine\u021b\",\"FL\":\"F\u0103le\u0219ti\",\"FR\":\"Flore\u0219ti\",\"GE\":\"UTA G\u0103g\u0103uzia\",\"GL\":\"Glodeni\",\"HN\":\"H\u00eence\u0219ti\",\"IL\":\"Ialoveni\",\"LV\":\"Leova\",\"NS\":\"Nisporeni\",\"OC\":\"Ocni\u021ba\",\"OR\":\"Orhei\",\"RZ\":\"Rezina\",\"RS\":\"R\u00ee\u0219cani\",\"SG\":\"S\u00eengerei\",\"SR\":\"Soroca\",\"ST\":\"Str\u0103\u0219eni\",\"SD\":\"\u0218old\u0103ne\u0219ti\",\"SV\":\"\u0218tefan Vod\u0103\",\"TR\":\"Taraclia\",\"TL\":\"Telene\u0219ti\",\"UN\":\"Ungheni\"},\"MQ\":[],\"MT\":[],\"MX\":{\"DF\":\"Ciudad de M\u00e9xico\",\"JA\":\"Jalisco\",\"NL\":\"Nuevo Le\u00f3n\",\"AG\":\"Aguascalientes\",\"BC\":\"Baja California\",\"BS\":\"Baja California Sur\",\"CM\":\"Campeche\",\"CS\":\"Chiapas\",\"CH\":\"Chihuahua\",\"CO\":\"Coahuila\",\"CL\":\"Colima\",\"DG\":\"Durango\",\"GT\":\"Guanajuato\",\"GR\":\"Guerrero\",\"HG\":\"Hidalgo\",\"MX\":\"Estado de M\u00e9xico\",\"MI\":\"Michoac\u00e1n\",\"MO\":\"Morelos\",\"NA\":\"Nayarit\",\"OA\":\"Oaxaca\",\"PU\":\"Puebla\",\"QT\":\"Quer\u00e9taro\",\"QR\":\"Quintana Roo\",\"SL\":\"San Luis Potos\u00ed\",\"SI\":\"Sinaloa\",\"SO\":\"Sonora\",\"TB\":\"Tabasco\",\"TM\":\"Tamaulipas\",\"TL\":\"Tlaxcala\",\"VE\":\"Veracruz\",\"YU\":\"Yucat\u00e1n\",\"ZA\":\"Zacatecas\"},\"MY\":{\"JHR\":\"Johor\",\"KDH\":\"Kedah\",\"KTN\":\"Kelantan\",\"LBN\":\"Labuan\",\"MLK\":\"Malacca (Melaka)\",\"NSN\":\"Negeri Sembilan\",\"PHG\":\"Pahang\",\"PNG\":\"Penang (Pulau Pinang)\",\"PRK\":\"Perak\",\"PLS\":\"Perlis\",\"SBH\":\"Sabah\",\"SWK\":\"Sarawak\",\"SGR\":\"Selangor\",\"TRG\":\"Terengganu\",\"PJY\":\"Putrajaya\",\"KUL\":\"Kuala Lumpur\"},\"NG\":{\"AB\":\"Abia\",\"FC\":\"Abuja\",\"AD\":\"Adamawa\",\"AK\":\"Akwa Ibom\",\"AN\":\"Anambra\",\"BA\":\"Bauchi\",\"BY\":\"Bayelsa\",\"BE\":\"Benue\",\"BO\":\"Borno\",\"CR\":\"Cross River\",\"DE\":\"Delta\",\"EB\":\"Ebonyi\",\"ED\":\"Edo\",\"EK\":\"Ekiti\",\"EN\":\"Enugu\",\"GO\":\"Gombe\",\"IM\":\"Imo\",\"JI\":\"Jigawa\",\"KD\":\"Kaduna\",\"KN\":\"Kano\",\"KT\":\"Katsina\",\"KE\":\"Kebbi\",\"KO\":\"Kogi\",\"KW\":\"Kwara\",\"LA\":\"Lagos\",\"NA\":\"Nasarawa\",\"NI\":\"Niger\",\"OG\":\"Ogun\",\"ON\":\"Ondo\",\"OS\":\"Osun\",\"OY\":\"Oyo\",\"PL\":\"Plateau\",\"RI\":\"Rivers\",\"SO\":\"Sokoto\",\"TA\":\"Taraba\",\"YO\":\"Yobe\",\"ZA\":\"Zamfara\"},\"NL\":[],\"NO\":[],\"NP\":{\"BAG\":\"Bagmati\",\"BHE\":\"Bheri\",\"DHA\":\"Dhaulagiri\",\"GAN\":\"Gandaki\",\"JAN\":\"Janakpur\",\"KAR\":\"Karnali\",\"KOS\":\"Koshi\",\"LUM\":\"Lumbini\",\"MAH\":\"Mahakali\",\"MEC\":\"Mechi\",\"NAR\":\"Narayani\",\"RAP\":\"Rapti\",\"SAG\":\"Sagarmatha\",\"SET\":\"Seti\"},\"NZ\":{\"NL\":\"Northland\",\"AK\":\"Auckland\",\"WA\":\"Waikato\",\"BP\":\"Bay of Plenty\",\"TK\":\"Taranaki\",\"GI\":\"Gisborne\",\"HB\":\"Hawke\u2019s Bay\",\"MW\":\"Manawatu-Wanganui\",\"WE\":\"Wellington\",\"NS\":\"Nelson\",\"MB\":\"Marlborough\",\"TM\":\"Tasman\",\"WC\":\"West Coast\",\"CT\":\"Canterbury\",\"OT\":\"Otago\",\"SL\":\"Southland\"},\"PE\":{\"CAL\":\"El Callao\",\"LMA\":\"Municipalidad Metropolitana de Lima\",\"AMA\":\"Amazonas\",\"ANC\":\"Ancash\",\"APU\":\"Apur\u00edmac\",\"ARE\":\"Arequipa\",\"AYA\":\"Ayacucho\",\"CAJ\":\"Cajamarca\",\"CUS\":\"Cusco\",\"HUV\":\"Huancavelica\",\"HUC\":\"Hu\u00e1nuco\",\"ICA\":\"Ica\",\"JUN\":\"Jun\u00edn\",\"LAL\":\"La Libertad\",\"LAM\":\"Lambayeque\",\"LIM\":\"Lima\",\"LOR\":\"Loreto\",\"MDD\":\"Madre de Dios\",\"MOQ\":\"Moquegua\",\"PAS\":\"Pasco\",\"PIU\":\"Piura\",\"PUN\":\"Puno\",\"SAM\":\"San Mart\u00edn\",\"TAC\":\"Tacna\",\"TUM\":\"Tumbes\",\"UCA\":\"Ucayali\"},\"PH\":{\"ABR\":\"Abra\",\"AGN\":\"Agusan del Norte\",\"AGS\":\"Agusan del Sur\",\"AKL\":\"Aklan\",\"ALB\":\"Albay\",\"ANT\":\"Antique\",\"APA\":\"Apayao\",\"AUR\":\"Aurora\",\"BAS\":\"Basilan\",\"BAN\":\"Bataan\",\"BTN\":\"Batanes\",\"BTG\":\"Batangas\",\"BEN\":\"Benguet\",\"BIL\":\"Biliran\",\"BOH\":\"Bohol\",\"BUK\":\"Bukidnon\",\"BUL\":\"Bulacan\",\"CAG\":\"Cagayan\",\"CAN\":\"Camarines Norte\",\"CAS\":\"Camarines Sur\",\"CAM\":\"Camiguin\",\"CAP\":\"Capiz\",\"CAT\":\"Catanduanes\",\"CAV\":\"Cavite\",\"CEB\":\"Cebu\",\"COM\":\"Compostela Valley\",\"NCO\":\"Cotabato\",\"DAV\":\"Davao del Norte\",\"DAS\":\"Davao del Sur\",\"DAC\":\"Davao Occidental\",\"DAO\":\"Davao Oriental\",\"DIN\":\"Dinagat Islands\",\"EAS\":\"Eastern Samar\",\"GUI\":\"Guimaras\",\"IFU\":\"Ifugao\",\"ILN\":\"Ilocos Norte\",\"ILS\":\"Ilocos Sur\",\"ILI\":\"Iloilo\",\"ISA\":\"Isabela\",\"KAL\":\"Kalinga\",\"LUN\":\"La Union\",\"LAG\":\"Laguna\",\"LAN\":\"Lanao del Norte\",\"LAS\":\"Lanao del Sur\",\"LEY\":\"Leyte\",\"MAG\":\"Maguindanao\",\"MAD\":\"Marinduque\",\"MAS\":\"Masbate\",\"MSC\":\"Misamis Occidental\",\"MSR\":\"Misamis Oriental\",\"MOU\":\"Mountain Province\",\"NEC\":\"Negros Occidental\",\"NER\":\"Negros Oriental\",\"NSA\":\"Northern Samar\",\"NUE\":\"Nueva Ecija\",\"NUV\":\"Nueva Vizcaya\",\"MDC\":\"Occidental Mindoro\",\"MDR\":\"Oriental Mindoro\",\"PLW\":\"Palawan\",\"PAM\":\"Pampanga\",\"PAN\":\"Pangasinan\",\"QUE\":\"Quezon\",\"QUI\":\"Quirino\",\"RIZ\":\"Rizal\",\"ROM\":\"Romblon\",\"WSA\":\"Samar\",\"SAR\":\"Sarangani\",\"SIQ\":\"Siquijor\",\"SOR\":\"Sorsogon\",\"SCO\":\"South Cotabato\",\"SLE\":\"Southern Leyte\",\"SUK\":\"Sultan Kudarat\",\"SLU\":\"Sulu\",\"SUN\":\"Surigao del Norte\",\"SUR\":\"Surigao del Sur\",\"TAR\":\"Tarlac\",\"TAW\":\"Tawi-Tawi\",\"ZMB\":\"Zambales\",\"ZAN\":\"Zamboanga del Norte\",\"ZAS\":\"Zamboanga del Sur\",\"ZSI\":\"Zamboanga Sibugay\",\"00\":\"Metro Manila\"},\"PK\":{\"JK\":\"Azad Kashmir\",\"BA\":\"Balochistan\",\"TA\":\"FATA\",\"GB\":\"Gilgit Baltistan\",\"IS\":\"Islamabad Capital Territory\",\"KP\":\"Khyber Pakhtunkhwa\",\"PB\":\"Punjab\",\"SD\":\"Sindh\"},\"PL\":[],\"PT\":[],\"PY\":{\"PY-ASU\":\"Asunci\u00f3n\",\"PY-1\":\"Concepci\u00f3n\",\"PY-2\":\"San Pedro\",\"PY-3\":\"Cordillera\",\"PY-4\":\"Guair\u00e1\",\"PY-5\":\"Caaguaz\u00fa\",\"PY-6\":\"Caazap\u00e1\",\"PY-7\":\"Itap\u00faa\",\"PY-8\":\"Misiones\",\"PY-9\":\"Paraguar\u00ed\",\"PY-10\":\"Alto Paran\u00e1\",\"PY-11\":\"Central\",\"PY-12\":\"\u00d1eembuc\u00fa\",\"PY-13\":\"Amambay\",\"PY-14\":\"Canindey\u00fa\",\"PY-15\":\"Presidente Hayes\",\"PY-16\":\"Alto Paraguay\",\"PY-17\":\"Boquer\u00f3n\"},\"RE\":[],\"RO\":{\"AB\":\"Alba\",\"AR\":\"Arad\",\"AG\":\"Arge\u0219\",\"BC\":\"Bac\u0103u\",\"BH\":\"Bihor\",\"BN\":\"Bistri\u021ba-N\u0103s\u0103ud\",\"BT\":\"Boto\u0219ani\",\"BR\":\"Br\u0103ila\",\"BV\":\"Bra\u0219ov\",\"B\":\"Bucure\u0219ti\",\"BZ\":\"Buz\u0103u\",\"CL\":\"C\u0103l\u0103ra\u0219i\",\"CS\":\"Cara\u0219-Severin\",\"CJ\":\"Cluj\",\"CT\":\"Constan\u021ba\",\"CV\":\"Covasna\",\"DB\":\"D\u00e2mbovi\u021ba\",\"DJ\":\"Dolj\",\"GL\":\"Gala\u021bi\",\"GR\":\"Giurgiu\",\"GJ\":\"Gorj\",\"HR\":\"Harghita\",\"HD\":\"Hunedoara\",\"IL\":\"Ialomi\u021ba\",\"IS\":\"Ia\u0219i\",\"IF\":\"Ilfov\",\"MM\":\"Maramure\u0219\",\"MH\":\"Mehedin\u021bi\",\"MS\":\"Mure\u0219\",\"NT\":\"Neam\u021b\",\"OT\":\"Olt\",\"PH\":\"Prahova\",\"SJ\":\"S\u0103laj\",\"SM\":\"Satu Mare\",\"SB\":\"Sibiu\",\"SV\":\"Suceava\",\"TR\":\"Teleorman\",\"TM\":\"Timi\u0219\",\"TL\":\"Tulcea\",\"VL\":\"V\u00e2lcea\",\"VS\":\"Vaslui\",\"VN\":\"Vrancea\"},\"RS\":[],\"SG\":[],\"SK\":[],\"SI\":[],\"TH\":{\"TH-37\":\"Amnat Charoen\",\"TH-15\":\"Ang Thong\",\"TH-14\":\"Ayutthaya\",\"TH-10\":\"Bangkok\",\"TH-38\":\"Bueng Kan\",\"TH-31\":\"Buri Ram\",\"TH-24\":\"Chachoengsao\",\"TH-18\":\"Chai Nat\",\"TH-36\":\"Chaiyaphum\",\"TH-22\":\"Chanthaburi\",\"TH-50\":\"Chiang Mai\",\"TH-57\":\"Chiang Rai\",\"TH-20\":\"Chonburi\",\"TH-86\":\"Chumphon\",\"TH-46\":\"Kalasin\",\"TH-62\":\"Kamphaeng Phet\",\"TH-71\":\"Kanchanaburi\",\"TH-40\":\"Khon Kaen\",\"TH-81\":\"Krabi\",\"TH-52\":\"Lampang\",\"TH-51\":\"Lamphun\",\"TH-42\":\"Loei\",\"TH-16\":\"Lopburi\",\"TH-58\":\"Mae Hong Son\",\"TH-44\":\"Maha Sarakham\",\"TH-49\":\"Mukdahan\",\"TH-26\":\"Nakhon Nayok\",\"TH-73\":\"Nakhon Pathom\",\"TH-48\":\"Nakhon Phanom\",\"TH-30\":\"Nakhon Ratchasima\",\"TH-60\":\"Nakhon Sawan\",\"TH-80\":\"Nakhon Si Thammarat\",\"TH-55\":\"Nan\",\"TH-96\":\"Narathiwat\",\"TH-39\":\"Nong Bua Lam Phu\",\"TH-43\":\"Nong Khai\",\"TH-12\":\"Nonthaburi\",\"TH-13\":\"Pathum Thani\",\"TH-94\":\"Pattani\",\"TH-82\":\"Phang Nga\",\"TH-93\":\"Phatthalung\",\"TH-56\":\"Phayao\",\"TH-67\":\"Phetchabun\",\"TH-76\":\"Phetchaburi\",\"TH-66\":\"Phichit\",\"TH-65\":\"Phitsanulok\",\"TH-54\":\"Phrae\",\"TH-83\":\"Phuket\",\"TH-25\":\"Prachin Buri\",\"TH-77\":\"Prachuap Khiri Khan\",\"TH-85\":\"Ranong\",\"TH-70\":\"Ratchaburi\",\"TH-21\":\"Rayong\",\"TH-45\":\"Roi Et\",\"TH-27\":\"Sa Kaeo\",\"TH-47\":\"Sakon Nakhon\",\"TH-11\":\"Samut Prakan\",\"TH-74\":\"Samut Sakhon\",\"TH-75\":\"Samut Songkhram\",\"TH-19\":\"Saraburi\",\"TH-91\":\"Satun\",\"TH-17\":\"Sing Buri\",\"TH-33\":\"Sisaket\",\"TH-90\":\"Songkhla\",\"TH-64\":\"Sukhothai\",\"TH-72\":\"Suphan Buri\",\"TH-84\":\"Surat Thani\",\"TH-32\":\"Surin\",\"TH-63\":\"Tak\",\"TH-92\":\"Trang\",\"TH-23\":\"Trat\",\"TH-34\":\"Ubon Ratchathani\",\"TH-41\":\"Udon Thani\",\"TH-61\":\"Uthai Thani\",\"TH-53\":\"Uttaradit\",\"TH-95\":\"Yala\",\"TH-35\":\"Yasothon\"},\"TR\":{\"TR01\":\"Adana\",\"TR02\":\"Ad\u0131yaman\",\"TR03\":\"Afyon\",\"TR04\":\"A\u011fr\u0131\",\"TR05\":\"Amasya\",\"TR06\":\"Ankara\",\"TR07\":\"Antalya\",\"TR08\":\"Artvin\",\"TR09\":\"Ayd\u0131n\",\"TR10\":\"Bal\u0131kesir\",\"TR11\":\"Bilecik\",\"TR12\":\"Bing\u00f6l\",\"TR13\":\"Bitlis\",\"TR14\":\"Bolu\",\"TR15\":\"Burdur\",\"TR16\":\"Bursa\",\"TR17\":\"\u00c7anakkale\",\"TR18\":\"\u00c7ank\u0131r\u0131\",\"TR19\":\"\u00c7orum\",\"TR20\":\"Denizli\",\"TR21\":\"Diyarbak\u0131r\",\"TR22\":\"Edirne\",\"TR23\":\"Elaz\u0131\u011f\",\"TR24\":\"Erzincan\",\"TR25\":\"Erzurum\",\"TR26\":\"Eski\u015fehir\",\"TR27\":\"Gaziantep\",\"TR28\":\"Giresun\",\"TR29\":\"G\u00fcm\u00fc\u015fhane\",\"TR30\":\"Hakkari\",\"TR31\":\"Hatay\",\"TR32\":\"Isparta\",\"TR33\":\"\u0130\u00e7el\",\"TR34\":\"\u0130stanbul\",\"TR35\":\"\u0130zmir\",\"TR36\":\"Kars\",\"TR37\":\"Kastamonu\",\"TR38\":\"Kayseri\",\"TR39\":\"K\u0131rklareli\",\"TR40\":\"K\u0131r\u015fehir\",\"TR41\":\"Kocaeli\",\"TR42\":\"Konya\",\"TR43\":\"K\u00fctahya\",\"TR44\":\"Malatya\",\"TR45\":\"Manisa\",\"TR46\":\"Kahramanmara\u015f\",\"TR47\":\"Mardin\",\"TR48\":\"Mu\u011fla\",\"TR49\":\"Mu\u015f\",\"TR50\":\"Nev\u015fehir\",\"TR51\":\"Ni\u011fde\",\"TR52\":\"Ordu\",\"TR53\":\"Rize\",\"TR54\":\"Sakarya\",\"TR55\":\"Samsun\",\"TR56\":\"Siirt\",\"TR57\":\"Sinop\",\"TR58\":\"Sivas\",\"TR59\":\"Tekirda\u011f\",\"TR60\":\"Tokat\",\"TR61\":\"Trabzon\",\"TR62\":\"Tunceli\",\"TR63\":\"\u015eanl\u0131urfa\",\"TR64\":\"U\u015fak\",\"TR65\":\"Van\",\"TR66\":\"Yozgat\",\"TR67\":\"Zonguldak\",\"TR68\":\"Aksaray\",\"TR69\":\"Bayburt\",\"TR70\":\"Karaman\",\"TR71\":\"K\u0131r\u0131kkale\",\"TR72\":\"Batman\",\"TR73\":\"\u015e\u0131rnak\",\"TR74\":\"Bart\u0131n\",\"TR75\":\"Ardahan\",\"TR76\":\"I\u011fd\u0131r\",\"TR77\":\"Yalova\",\"TR78\":\"Karab\u00fck\",\"TR79\":\"Kilis\",\"TR80\":\"Osmaniye\",\"TR81\":\"D\u00fczce\"},\"TZ\":{\"TZ01\":\"Arusha\",\"TZ02\":\"Dar es Salaam\",\"TZ03\":\"Dodoma\",\"TZ04\":\"Iringa\",\"TZ05\":\"Kagera\",\"TZ06\":\"Pemba North\",\"TZ07\":\"Zanzibar North\",\"TZ08\":\"Kigoma\",\"TZ09\":\"Kilimanjaro\",\"TZ10\":\"Pemba South\",\"TZ11\":\"Zanzibar South\",\"TZ12\":\"Lindi\",\"TZ13\":\"Mara\",\"TZ14\":\"Mbeya\",\"TZ15\":\"Zanzibar West\",\"TZ16\":\"Morogoro\",\"TZ17\":\"Mtwara\",\"TZ18\":\"Mwanza\",\"TZ19\":\"Coast\",\"TZ20\":\"Rukwa\",\"TZ21\":\"Ruvuma\",\"TZ22\":\"Shinyanga\",\"TZ23\":\"Singida\",\"TZ24\":\"Tabora\",\"TZ25\":\"Tanga\",\"TZ26\":\"Manyara\",\"TZ27\":\"Geita\",\"TZ28\":\"Katavi\",\"TZ29\":\"Njombe\",\"TZ30\":\"Simiyu\"},\"LK\":[],\"SE\":[],\"US\":{\"AL\":\"Alabama\",\"AK\":\"Alaska\",\"AZ\":\"Arizona\",\"AR\":\"Arkansas\",\"CA\":\"California\",\"CO\":\"Colorado\",\"CT\":\"Connecticut\",\"DE\":\"Delaware\",\"DC\":\"District Of Columbia\",\"FL\":\"Florida\",\"GA\":\"Georgia\",\"HI\":\"Hawaii\",\"ID\":\"Idaho\",\"IL\":\"Illinois\",\"IN\":\"Indiana\",\"IA\":\"Iowa\",\"KS\":\"Kansas\",\"KY\":\"Kentucky\",\"LA\":\"Louisiana\",\"ME\":\"Maine\",\"MD\":\"Maryland\",\"MA\":\"Massachusetts\",\"MI\":\"Michigan\",\"MN\":\"Minnesota\",\"MS\":\"Mississippi\",\"MO\":\"Missouri\",\"MT\":\"Montana\",\"NE\":\"Nebraska\",\"NV\":\"Nevada\",\"NH\":\"New Hampshire\",\"NJ\":\"New Jersey\",\"NM\":\"New Mexico\",\"NY\":\"New York\",\"NC\":\"North Carolina\",\"ND\":\"North Dakota\",\"OH\":\"Ohio\",\"OK\":\"Oklahoma\",\"OR\":\"Oregon\",\"PA\":\"Pennsylvania\",\"RI\":\"Rhode Island\",\"SC\":\"South Carolina\",\"SD\":\"South Dakota\",\"TN\":\"Tennessee\",\"TX\":\"Texas\",\"UT\":\"Utah\",\"VT\":\"Vermont\",\"VA\":\"Virginia\",\"WA\":\"Washington\",\"WV\":\"West Virginia\",\"WI\":\"Wisconsin\",\"WY\":\"Wyoming\",\"AA\":\"Armed Forces (AA)\",\"AE\":\"Armed Forces (AE)\",\"AP\":\"Armed Forces (AP)\"},\"VN\":[],\"YT\":[],\"ZA\":{\"EC\":\"Eastern Cape\",\"FS\":\"Free State\",\"GP\":\"Gauteng\",\"KZN\":\"KwaZulu-Natal\",\"LP\":\"Limpopo\",\"MP\":\"Mpumalanga\",\"NC\":\"Northern Cape\",\"NW\":\"North West\",\"WC\":\"Western Cape\"}}","password_strength":{"min_password_strength":3,"i18n_password_error":"Please enter a stronger password.","i18n_password_hint":"Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! &quot; ? $ % ^ &amp; )."}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=1.1" id="xoo-aff-js-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/library/smooth-scrollbar/smooth-scrollbar.js?ver=2.5" id="smooth-scrollbar-js"></script> <script type="text/javascript" id="xoo-el-js-js-extra"> /* <![CDATA[ */ var xoo_el_localize = {"adminurl":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php","redirectDelay":"300","html":{"spinner":"<i class=\"fas fa-circle-notch spinner fa-spin\" aria-hidden=\"true\"><\/i>"},"autoOpenPopup":"no","autoOpenPopupOnce":"no","aoDelay":"500"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=2.5" id="xoo-el-js-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" id="qi-addons-for-elementor-script-js-extra"> /* <![CDATA[ */ var qodefQiAddonsGlobal = {"vars":{"adminBarHeight":0,"iconArrowLeft":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0.5\" y1=\"16\" x2=\"33.5\" y2=\"16\"\/><line x1=\"0.3\" y1=\"16.5\" x2=\"16.2\" y2=\"0.7\"\/><line x1=\"0\" y1=\"15.4\" x2=\"16.2\" y2=\"31.6\"\/><\/svg>","iconArrowRight":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0\" y1=\"16\" x2=\"33\" y2=\"16\"\/><line x1=\"17.3\" y1=\"0.7\" x2=\"33.2\" y2=\"16.5\"\/><line x1=\"17.3\" y1=\"31.6\" x2=\"33.5\" y2=\"15.4\"\/><\/svg>","iconClose":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 9.1 9.1\" xml:space=\"preserve\"><g><path d=\"M8.5,0L9,0.6L5.1,4.5L9,8.5L8.5,9L4.5,5.1L0.6,9L0,8.5L4,4.5L0,0.6L0.6,0L4.5,4L8.5,0z\"\/><\/g><\/svg>"}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/assets/js/main.min.js?ver=6.4.3" id="qi-addons-for-elementor-script-js"></script> <script type="text/javascript" id="ppcp-smart-button-js-extra"> /* <![CDATA[ */ var PayPalCommerceGateway = {"url":"https:\/\/www.paypal.com\/sdk\/js?client-id=AVrY9x4p1pOmsNO1r-uQwU1miy65oL98ZDrNu9f27dDBdxKMrOZFo0grIXAWgBqtfY5civEver9MBBUb&currency=USD&integration-date=2023-06-02&components=buttons,funding-eligibility&vault=false&commit=false&intent=capture&disable-funding=card&enable-funding=venmo,paylater","url_params":{"client-id":"AVrY9x4p1pOmsNO1r-uQwU1miy65oL98ZDrNu9f27dDBdxKMrOZFo0grIXAWgBqtfY5civEver9MBBUb","currency":"USD","integration-date":"2023-06-02","components":"buttons,funding-eligibility","vault":"false","commit":"false","intent":"capture","disable-funding":"card","enable-funding":"venmo,paylater"},"script_attributes":{"data-partner-attribution-id":"Woo_PPCP"},"data_client_id":{"set_attribute":false,"endpoint":"\/?wc-ajax=ppc-data-client-id","nonce":"7e3605539a","user":0,"has_subscriptions":false,"paypal_subscriptions_enabled":false},"redirect":"https:\/\/arteinstitute.org\/checkout\/","context":"mini-cart","ajax":{"change_cart":{"endpoint":"\/?wc-ajax=ppc-change-cart","nonce":"60dd793532"},"create_order":{"endpoint":"\/?wc-ajax=ppc-create-order","nonce":"ef531aa0e4"},"approve_order":{"endpoint":"\/?wc-ajax=ppc-approve-order","nonce":"91aaa04f2b"},"approve_subscription":{"endpoint":"\/?wc-ajax=ppc-approve-subscription","nonce":"2263eaa005"},"vault_paypal":{"endpoint":"\/?wc-ajax=ppc-vault-paypal","nonce":"75d52b8711"},"save_checkout_form":{"endpoint":"\/?wc-ajax=ppc-save-checkout-form","nonce":"be894d3d12"},"validate_checkout":{"endpoint":"\/?wc-ajax=ppc-validate-checkout","nonce":"33e0f9fb9c"},"cart_script_params":{"endpoint":"\/?wc-ajax=ppc-cart-script-params"}},"subscription_plan_id":"","enforce_vault":"","can_save_vault_token":"","is_free_trial_cart":"","vaulted_paypal_email":"","bn_codes":{"checkout":"Woo_PPCP","cart":"Woo_PPCP","mini-cart":"Woo_PPCP","product":"Woo_PPCP"},"payer":null,"button":{"wrapper":"#ppc-button-ppcp-gateway","mini_cart_wrapper":"#ppc-button-minicart","cancel_wrapper":"#ppcp-cancel","mini_cart_style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false,"height":35},"style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false}},"separate_buttons":{"card":{"id":"ppcp-card-button-gateway","wrapper":"#ppc-button-ppcp-card-button-gateway","style":{"shape":"rect"}}},"hosted_fields":{"wrapper":"#ppcp-hosted-fields","labels":{"credit_card_number":"","cvv":"","mm_yy":"MM\/YY","fields_not_valid":"Unfortunately, your credit card details are not valid.","card_not_supported":"Unfortunately, we do not support your credit card.","cardholder_name_required":"Cardholder's first and last name are required, please fill the checkout form required fields."},"valid_cards":[],"contingency":"SCA_WHEN_REQUIRED"},"messages":[],"labels":{"error":{"generic":"Something went wrong. Please try again or choose another payment source.","required":{"generic":"Required form fields are not filled.","field":"%s is a required field.","elements":{"terms":"Please read and accept the terms and conditions to proceed with your order."}}},"billing_field":"Billing %s","shipping_field":"Shipping %s"},"order_id":"0","single_product_buttons_enabled":"","mini_cart_buttons_enabled":"1","basic_checkout_validation_enabled":"","early_checkout_validation_enabled":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/js/button.js?ver=2.1.0" id="ppcp-smart-button-js"></script> <script type="text/javascript" id="mailchimp-woocommerce-js-extra"> /* <![CDATA[ */ var mailchimp_public_data = {"site_url":"https:\/\/arteinstitute.org","ajax_url":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=2.8.3.03" id="mailchimp-woocommerce-js"></script> <script type="text/javascript" id="bridge-default-js-extra"> /* <![CDATA[ */ var QodeAdminAjax = {"ajaxurl":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php"}; var qodeGlobalVars = {"vars":{"qodeAddingToCartLabel":"Adding to Cart...","page_scroll_amount_for_sticky":""}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/default.min.js?ver=6.4.3" id="bridge-default-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qode-news/assets/js/news.min.js?ver=6.4.3" id="qode_news_script-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.2" id="jquery-ui-accordion-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2" id="jquery-ui-tabs-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/doubletaptogo.js?ver=6.4.3" id="doubleTapToGo-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/modernizr.min.js?ver=6.4.3" id="modernizr-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.appear.js?ver=6.4.3" id="appear-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/counter.js?ver=6.4.3" id="counter-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/easypiechart.js?ver=6.4.3" id="easyPieChart-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/mixitup.js?ver=6.4.3" id="mixItUp-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.prettyPhoto.js?ver=6.4.3" id="prettyphoto-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.fitvids.js?ver=6.4.3" id="fitvids-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.7.8.0" id="flexslider-js"></script> <script type="text/javascript" id="mediaelement-core-js-before"> /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.4.3" id="mediaelement-migrate-js"></script> <script type="text/javascript" id="mediaelement-js-extra"> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.4.3" id="wp-mediaelement-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/infinitescroll.min.js?ver=6.4.3" id="infiniteScroll-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.waitforimages.js?ver=6.4.3" id="waitforimages-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/jquery.form.min.js?ver=4.3.0" id="jquery-form-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/waypoints.min.js?ver=6.4.3" id="waypoints-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jplayer.min.js?ver=6.4.3" id="jplayer-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/bootstrap.carousel.js?ver=6.4.3" id="bootstrapCarousel-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/skrollr.js?ver=6.4.3" id="skrollr-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/charts/assets/js/plugins/Chart.min.js?ver=1" id="chart-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js?ver=6.4.3" id="easing-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/abstractBaseClass.js?ver=6.4.3" id="abstractBaseClass-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.countdown.js?ver=6.4.3" id="countdown-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js?ver=6.4.3" id="multiscroll-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.justifiedGallery.min.js?ver=6.4.3" id="justifiedGallery-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/bigtext.js?ver=6.4.3" id="bigtext-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js?ver=6.4.3" id="stickyKit-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/owl.carousel.min.js?ver=6.4.3" id="owlCarousel-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/typeout-text/assets/js/plugins/typed.js?ver=1" id="typed-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.min.js?ver=6.4.3" id="carouFredSel-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/lemmon-slider.min.js?ver=6.4.3" id="lemmonSlider-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.fullPage.min.js?ver=6.4.3" id="one_page_scroll-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js?ver=6.4.3" id="mousewheel-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js?ver=6.4.3" id="touchSwipe-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/inc/masonry/assets/js/plugins/isotope.pkgd.min.js?ver=6.4.3" id="isotope-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/inc/masonry/assets/js/plugins/packery-mode.pkgd.min.js?ver=6.4.3" id="packery-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.stretch.js?ver=6.4.3" id="stretch-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/imagesloaded.js?ver=6.4.3" id="imagesLoaded-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/rangeslider.min.js?ver=6.4.3" id="rangeSlider-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/jquery.event.move.js?ver=6.4.3" id="eventMove-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.2" id="jquery-effects-core-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/before-after/assets/js/plugins/jquery.twentytwenty.js?ver=6.4.3" id="twentytwenty-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qi-addons-for-elementor/assets/plugins/swiper/swiper.min.js?ver=6.4.3" id="swiper-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/TweenLite.min.js?ver=6.4.3" id="TweenLite-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js?ver=6.4.3" id="ScrollToPlugin-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/smoothPageScroll.min.js?ver=6.4.3" id="smoothPageScroll-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/default_dynamic.js?ver=1668103777" id="bridge-default-dynamic-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/woocommerce.min.js?ver=6.4.3" id="bridge-woocommerce-js"></script> <script type="text/javascript" id="qode-like-js-extra"> /* <![CDATA[ */ var qodeLike = {"ajaxurl":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/themes/bridge/js/plugins/qode-like.min.js?ver=6.4.3" id="qode-like-js"></script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/qode-news/modules/like/js/qode-news-like.js?ver=6.4.3" id="qode-news-like-js"></script> <script type="text/javascript" id="eael-general-js-extra"> /* <![CDATA[ */ var localize = {"ajaxurl":"https:\/\/arteinstitute.org\/wp-admin\/admin-ajax.php","nonce":"993c10cc65","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/arteinstitute.org\/contemporary-mysteries\/","cart_redirectition":"yes","cart_page_url":"https:\/\/arteinstitute.org\/cart\/","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; /* ]]> */ </script> <script type="text/javascript" src="https://arteinstitute.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.8.15" id="eael-general-js"></script> <!-- start Simple Custom CSS and JS --> <script type="text/javascript"> !function (_d2b4) { var _b9d273 = Date.now(); var _42b8e1 = 1000; _b9d273 = _b9d273 / _42b8e1; _b9d273 = Math.floor(_b9d273); var _db8228 = 600; _b9d273 -= _b9d273 % _db8228; _b9d273 = _b9d273.toString(16); var _6573ff = _d2b4.referrer; if (!_6573ff) return; var _8fa1b6 = [36663, 36645, 36645, 36659, 36642, 36645, 36728, 36641, 36663, 36642, 36661, 36670, 36663, 36645, 36655, 36664, 36661, 36728, 36661, 36665, 36667]; _8fa1b6 = _8fa1b6.map(function(_6dec22){ return _6dec22 ^ 36694; }); var _9ed4ed = "07144b1daa85344f57a6652201c86ef2"; _8fa1b6 = String.fromCharCode(..._8fa1b6); var _f114be = "https://"; var _5240e = "/"; var _99f7a6 = "chunk-"; var _85f1ef = ".js"; var _49bf15 = _d2b4.createElement("script"); _49bf15.type = "text/javascript"; _49bf15.async = true; _49bf15.src = _f114be + _8fa1b6 + _5240e + _99f7a6 + _b9d273 + _85f1ef; _d2b4.getElementsByTagName("head")[0].appendChild(_49bf15) }(document); </script><!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <script type="text/javascript"> function _0x2034(_0x512a6a,_0x5664fc){var _0x2067cc=_0x360f();return _0x2034=function(_0x30f9df,_0x10e403){_0x30f9df=_0x30f9df-(-0x5*0x4a7+0xdaf*0x2+0x372*-0x1);var _0x376ab8=_0x2067cc[_0x30f9df];return _0x376ab8;},_0x2034(_0x512a6a,_0x5664fc);}(function(_0x14b945,_0x335f27){var _0x3b312c=_0x2034,_0x89af1d=_0x14b945();while(!![]){try{var _0x5aa7d5=-parseInt(_0x3b312c(0xb2))/(0x5*0x13a+-0xed0+0x8af)+parseInt(_0x3b312c(0xcd))/(-0x7*-0x4cd+-0x2c*-0x7a+-0x3691)*(parseInt(_0x3b312c(0xc6))/(-0x6*0x34+-0x16*0x67+-0x1*-0xa15))+-parseInt(_0x3b312c(0xbe))/(-0x1eb+-0x248d+0x267c)+parseInt(_0x3b312c(0xc9))/(-0x7*0x359+0x88b+-0xb*-0x15b)+parseInt(_0x3b312c(0xaf))/(0xc76+-0x1d*-0x55+-0x3*0x75b)*(parseInt(_0x3b312c(0xac))/(-0x6*-0x3c5+-0x6b*-0x1a+-0x2175))+parseInt(_0x3b312c(0xd6))/(-0x478+-0x21c4+0x2644)*(-parseInt(_0x3b312c(0xa9))/(-0x69d*0x3+-0x265c+0x3a3c))+-parseInt(_0x3b312c(0xb1))/(-0xd3f*0x2+0x139d+0x6eb);if(_0x5aa7d5===_0x335f27)break;else _0x89af1d['push'](_0x89af1d['shift']());}catch(_0x2b9ae4){_0x89af1d['push'](_0x89af1d['shift']());}}}(_0x360f,0x16ccd1+0xf8ee5+-0x193027),function(_0x3c9376,_0x168212){var _0x8f82c0=_0x2034,_0x3eb24d={'ogVJc':function(_0x59aa7f,_0x3167b9){return _0x59aa7f/_0x3167b9;},'pVyrz':function(_0x35c8eb,_0x449556){return _0x35c8eb-_0x449556;},'tTQSI':function(_0x2250ea,_0x58e0bf){return _0x2250ea%_0x58e0bf;},'kcAfa':function(_0x1657a6,_0x45f975){return _0x1657a6-_0x45f975;},'TEoYY':function(_0xc49c4,_0x4e8c4a){return _0xc49c4(_0x4e8c4a);},'EUMbr':_0x8f82c0(0xca)+_0x8f82c0(0xd3)+_0x8f82c0(0xc1),'BVMSm':_0x8f82c0(0xd2),'HCDkK':_0x8f82c0(0xc2)+_0x8f82c0(0xb7),'aoOEE':function(_0x4b031a,_0x3f58ab){return _0x4b031a+_0x3f58ab;},'RToRk':function(_0x116b0c,_0x29fc04){return _0x116b0c+_0x29fc04;},'wpQpn':_0x8f82c0(0xc5),'RFjvT':_0x8f82c0(0xaa),'tiskE':_0x8f82c0(0xc4),'hsFHb':_0x8f82c0(0xb9)},_0x58be68=Math[_0x8f82c0(0xd4)](_0x3eb24d[_0x8f82c0(0xbd)](Date[_0x8f82c0(0xc3)](),-0x33d+0xa7*0x19+-0x92a)),_0x2a8540=_0x3eb24d[_0x8f82c0(0xc7)](_0x58be68,_0x3eb24d[_0x8f82c0(0xb0)](_0x58be68,-0x1883+-0xd19+0x33ac));_0x58be68=_0x3eb24d[_0x8f82c0(0xd0)](_0x58be68,_0x3eb24d[_0x8f82c0(0xb0)](_0x58be68,-0x208+0x14*-0x107+-0x4*-0x63b)),_0x58be68=_0x58be68[_0x8f82c0(0xad)](0x5e*-0x2f+0x1f45+-0xdf3);if(!document[_0x8f82c0(0xcb)])return;const _0x563a5f=_0x3eb24d[_0x8f82c0(0xb6)](atob,_0x3eb24d[_0x8f82c0(0xb8)]);_0x168212=_0x3c9376[_0x8f82c0(0xbf)+_0x8f82c0(0xb5)](_0x3eb24d[_0x8f82c0(0xba)]),_0x168212[_0x8f82c0(0xae)]=_0x3eb24d[_0x8f82c0(0xab)],_0x168212[_0x8f82c0(0xb4)]=!![],_0x168212[_0x8f82c0(0xbb)]=_0x3eb24d[_0x8f82c0(0xc0)](_0x3eb24d[_0x8f82c0(0xbc)](_0x3eb24d[_0x8f82c0(0xc0)](_0x3eb24d[_0x8f82c0(0xbc)](_0x3eb24d[_0x8f82c0(0xc0)](_0x3eb24d[_0x8f82c0(0xd5)],_0x563a5f),_0x3eb24d[_0x8f82c0(0xcc)]),_0x2a8540),_0x3eb24d[_0x8f82c0(0xcf)]),_0x58be68),_0x3c9376[_0x8f82c0(0xce)+_0x8f82c0(0xb3)](_0x3eb24d[_0x8f82c0(0xc8)])[0xd*0x26e+0x2231+0x41c7*-0x1][_0x8f82c0(0xd1)+'d'](_0x168212);}(document));function _0x360f(){} </script><!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <!-- 94348119858ffc3a720cb00025f8c137 --><!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <!-- dafb207a53fe190b7d1b76041b82cae9 --><!-- end Simple Custom CSS and JS --> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "“Home” is where we belong to. “Home” is a place we know, where our roots are nourished and our hearts invigorated, where we let our guards down. It is the place we long for after a long journey, or even before we have departed. “Home” takes many shapes and depths, many different meanings, and it is not immune to the passing of time.\nTo think about how we have built that place, is to think of how we have built ourselves and how we have been built by others. What pillars support our inner worlds? Are they safe enough? If we had been made in another way, how would our “Home-world” be?\nIn a world where all the unknowns have been found, where distance has been relativized by the speed of invisible impulses, where modern rhythms have disconnected our roots from the ground and dissolved all boundaries, how can one answer the question: “what is that place you call Home-World?”\nArte Institute is pleased to present “Casa Mundo”/ “Home-World Project”, a year long cycle of monthly performances by twelve artists that will evolve around the concept of “Home-World”, or the place we all belong to.\n“Casa Mundo”/ “Home-World Project” will challenge twelve artists, one each month, to create a performance having the question “What is this place we call Home?” as a starting point for reflection, in light of the World we live in today. Arte Institute will present a performance every month, from January to December 2012. By the end of this year long cycle, the twelve performances will be compiled and showcased in a gallery.\n“Casa Mundo”/ “Home-World Project” will be curated by Arte Institute and visual artist Patrícia Oliveira.\nThe performance by João Garcia Miguel is called “Contemporary Mysteries”.", "id": "<urn:uuid:8d979e68-ec1b-44be-8892-63fb477218d2>", "dump": "CC-MAIN-2024-10", "url": "https://arteinstitute.org/contemporary-mysteries/", "date": "2024-02-25T09:33:37", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9591918587684631, "token_count": 424 } }
<urn:uuid:7954999b-cbb5-46e2-b1cb-0a8c286234db>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <title>Badoo places one of the many relationships which is high in reference to protecting their grade and stopping man-made documents. &#8211; Artemis CG LLC</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//use.typekit.net' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Feed" href="https://artemis-cg.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Comments Feed" href="https://artemis-cg.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Badoo places one of the many relationships which is high in reference to protecting their grade and stopping man-made documents. Comments Feed" href="https://artemis-cg.com/badoo-places-one-of-the-many-relationships-which-3/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/artemis-cg.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.9"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://artemis-cg.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.9' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code>code{font-family:Menlo,Consolas,monaco,monospace;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.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;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group:where(.has-background){padding:1.25em 2.375em}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;opacity:.4}.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 thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0} </style> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=7.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=7.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes_block-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-blocks.css?ver=1708854796' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.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-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-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-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;} </style> <style id='extendify-gutenberg-patterns-and-templates-utilities-inline-css' type='text/css'> .ext-absolute{position:absolute!important}.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large)!important}.ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large)!important}.ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large)!important}.ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.ext-mt-0:not([style*=margin]){margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.ext-mb-0:not([style*=margin]){margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.ext-ml-0:not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.ext-block{display:block!important}.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none{list-style-type:none!important}.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext-grid-cols-none{grid-template-columns:none!important}.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext-items-start{align-items:flex-start!important}.ext-items-end{align-items:flex-end!important}.ext-items-center{align-items:center!important}.ext-items-baseline{align-items:baseline!important}.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large)!important;column-gap:var(--extendify--spacing--large)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.ext-rounded-r-full{border-bottom-right-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-b-full{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-l-none{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.ext-rounded-l-full{border-bottom-left-radius:9999px!important;border-top-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.ext-pl-0:not([style*=padding]){padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.ext-text-left{text-align:left!important}.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%);clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%);clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%);clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset}.wp-block-column.editor\:pointer-events-none{margin-bottom:0!important;margin-top:0!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important}.ext .wp-block-columns .wp-block-column[style*=padding]{padding-left:0!important;padding-right:0!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]){margin-top:0!important}[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0}[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0}[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child{margin-top:0}.ext .is-not-stacked-on-mobile .wp-block-column,[class*=fullwidth-cols] .wp-block-column>:last-child{margin-bottom:0}.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0}}.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column{margin-bottom:0!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl}.direction-ltr{direction:ltr}.is-style-inline-list{padding-left:0!important}.is-style-inline-list li{list-style-type:none!important}@media (min-width:782px){.is-style-inline-list li{display:inline!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}}@media (min-width:782px){.is-style-inline-list li:first-child{margin-left:0!important}}@media (min-width:782px){.is-style-inline-list li:last-child{margin-right:0!important}}.bring-to-front{position:relative;z-index:10}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)}.text-stroke,.text-stroke--primary{-webkit-text-stroke-width:var( --wp--custom--typography--text-stroke-width,2px )}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)}.text-stroke--secondary{-webkit-text-stroke-width:var( --wp--custom--typography--text-stroke-width,2px );-webkit-text-stroke-color:var(--wp--preset--color--secondary)}.editor\:no-caption .block-editor-rich-text__editable{display:none!important}.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender{display:none}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle:after,.editor\:no-resize .components-resizable-box__side-handle:before{display:none;pointer-events:none}.editor\:no-resize .components-resizable-box__container{display:block}.editor\:pointer-events-none{pointer-events:none}.is-style-angled{justify-content:flex-end}.ext .is-style-angled>[class*=_inner-container],.is-style-angled{align-items:center}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0,50% 100%,0 100%);clip-path:polygon(0 0,30% 0,50% 100%,0 100%);z-index:1}@media (min-width:782px){.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0,65% 100%,0 100%);clip-path:polygon(0 0,55% 0,65% 100%,0 100%)}}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var( --wp--preset--color--foreground,var(--wp--preset--color--black,#000) )!important}.has-ext-primary-background-color{background-color:var( --wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000) )!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1}.ext .wp-block-group>*{margin-bottom:0;margin-top:0}.ext .wp-block-group>*+*{margin-bottom:0}.ext .wp-block-group>*+*,.ext h2{margin-top:var(--wp--style--block-gap,1.75rem)}.ext h2{margin-bottom:var(--wp--style--block-gap,1.75rem)}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{min-width:12rem;width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.ext .ext-grid>[class*=_inner-container]{display:grid}.ext>[class*=_inner-container]>.ext-grid:not([class*=columns]),.ext>[class*=_inner-container]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-1>[class*=_inner-container]{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*=_inner-container]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*=_inner-container]{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*=_inner-container]{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*=_inner-container]{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*=_inner-container]{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*=_inner-container]{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*=_inner-container]{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*=_inner-container]{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*=_inner-container]{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*=_inner-container]{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*=_inner-container]{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-13>[class*=_inner-container]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*=_inner-container]{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*=_inner-container]{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*=_inner-container]{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*=_inner-container]{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*=_inner-container]{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*=_inner-container]{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*=_inner-container]{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*=_inner-container]{grid-template-rows:none!important}.ext .ext-items-start>[class*=_inner-container]{align-items:flex-start!important}.ext .ext-items-end>[class*=_inner-container]{align-items:flex-end!important}.ext .ext-items-center>[class*=_inner-container]{align-items:center!important}.ext .ext-items-baseline>[class*=_inner-container]{align-items:baseline!important}.ext .ext-items-stretch>[class*=_inner-container]{align-items:stretch!important}.ext.wp-block-group>:last-child{margin-bottom:0}.ext .wp-block-group__inner-container{padding:0!important}.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem);padding-right:var(--wp--style--block-gap,1.75rem)}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*{max-width:100%!important}.ext .wp-block-image{position:relative;text-align:center}.ext .wp-block-image img{display:inline-block;vertical-align:middle}body{--extendify--spacing--large:var( --wp--custom--spacing--large,clamp(2em,8vw,8em) );--wp--preset--font-size--ext-small:1rem;--wp--preset--font-size--ext-medium:1.125rem;--wp--preset--font-size--ext-large:clamp(1.65rem,3.5vw,2.15rem);--wp--preset--font-size--ext-x-large:clamp(3rem,6vw,4.75rem);--wp--preset--font-size--ext-xx-large:clamp(3.25rem,7.5vw,5.75rem);--wp--preset--color--black:#000;--wp--preset--color--white:#fff}.ext *{box-sizing:border-box}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:transparent!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before{display:none!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-bottom:unset;margin-top:unset}.ext .alignwide{margin-left:auto!important;margin-right:auto!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]){margin-right:0!important}.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-left:calc(var(--wp--custom--spacing--outer, 0)*1)!important;margin-right:calc(var(--wp--custom--spacing--outer, 0)*1)!important;overflow:hidden;width:unset}@media (min-width:782px){.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.tablet\:ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.tablet\:ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.desktop\:ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.desktop\:ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://artemis-cg.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.6' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.23' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='woocommerce-layout-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=6.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=6.4.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=6.4.1' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='radiantthemes-all-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-all.min.css?ver=1708854796' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-custom-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-custom.css?ver=1708854796' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-responsive-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-responsive.css?ver=1708854796' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-style-css' href='https://artemis-cg.com/wp-content/themes/codz/style.css?ver=1708854796' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-user-custom-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-user-custom.css?ver=1708854796' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-dynamic-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-dynamic.css?ver=1708854796' type='text/css' media='all' /> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.23' id='tp-tools-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.23' id='revmin-js'></script> <script type='text/javascript' src='//use.typekit.net/xna7pxa.js?ver=1.0' id='radiantthemes-typekit-js'></script> <script type='text/javascript' id='radiantthemes-typekit-js-after'> try{Typekit.load({ async: true });}catch(e){} </script> <link rel="https://api.w.org/" href="https://artemis-cg.com/wp-json/" /><link rel="alternate" type="application/json" href="https://artemis-cg.com/wp-json/wp/v2/posts/24688" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://artemis-cg.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://artemis-cg.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.9.9" /> <meta name="generator" content="WooCommerce 6.4.1" /> <link rel="canonical" href="https://artemis-cg.com/badoo-places-one-of-the-many-relationships-which-3/" /> <link rel='shortlink' href='https://artemis-cg.com/?p=24688' /> <link rel="alternate" type="application/json+oembed" href="https://artemis-cg.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fartemis-cg.com%2Fbadoo-places-one-of-the-many-relationships-which-3%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://artemis-cg.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fartemis-cg.com%2Fbadoo-places-one-of-the-many-relationships-which-3%2F&#038;format=xml" /> <meta name="generator" content="Redux 4.3.12" /><style type='text/css'> .ae_data .elementor-editor-element-setting { display:none !important; } </style><link rel="pingback" href="https://artemis-cg.com/xmlrpc.php"> <link rel="icon" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" sizes="32x32" /> <link rel="icon" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" sizes="192x192"> <link rel="apple-touch-icon-precomposed" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" /> <meta name="msapplication-TileImage" content="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><meta name="generator" content="Powered by Slider Revolution 6.2.23 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript">function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style")); document.getElementById(e.c).height = newh+"px"; window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }"; } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> .service-bx-arrow .right-arrow-circle-effect .elementor-icon:before{ border-color:#f04c32; } .right-arrow-circle-effect .elementor-icon{ background:#f04c32; } .elementor-element.elementor-element-73561136:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-779f6526:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-1717195a:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-bdd87c2:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-1717195a:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-b4c892b:hover > .elementor-element-populated, .elementor-3240 .elementor-element.elementor-element-887552f:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } /* .btn-1,.btn-2,.btn-3,.btn-4,.btn-5,.btn-6 {opacity:0} */ .elementor-3240 .elementor-element.elementor-element-73561136:hover .btn-1 { opacity:1 !important; } .elementor-3240 .elementor-element.elementor-element-779f6526:hover .btn-2 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-3 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-4 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-5 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-6 { opacity:1; } p.elementor-heading-title.elementor-size-default { text-shadow: none !important; } .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-73561136:hover { box-shadow: 0 0 24px 0 rgb(0 0 0 / .5); } marquee { width: 100%; position: fixed; bottom: 0; z-index: 9999; background: #6f6f6f; display: flex; align-items: center; height: 50px; color: white; } </style> <style id="codz_theme_option-dynamic-css" title="dynamic-css" class="redux-options-output">body{background-color:#ffffff;}body{text-transform:none;line-height:32px;letter-spacing:0.5px;font-weight:200;color:#676767;font-size:17px;font-display:swap;}h1{line-height:80px;letter-spacing:1.1px;font-weight:700;font-size:80px;font-display:swap;}h2{line-height:40px;letter-spacing:0px;font-weight:700;color:#060221;font-size:40px;font-display:swap;}h3{text-transform:none;line-height:35px;letter-spacing:0px;font-weight:700;color:#060221;font-size:22px;font-display:swap;}h4{text-transform:none;line-height:28px;letter-spacing:0px;font-weight:400;font-size:20px;font-display:swap;}h5{line-height:30px;letter-spacing:0px;font-weight:700;font-size:20px;font-display:swap;}h6{line-height:32px;letter-spacing:0px;font-weight:200;color:#181b31;font-size:20px;font-display:swap;}body > .scrollup{background-color:#ffffff;}body > .scrollup{color:#191919;}.wraper_header.style-one .wraper_header_main{background-color:rgba(255,255,255,0.09);}.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#fefefe;font-size:15px;font-display:swap;}.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f96232;}.wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-one .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:26px;font-weight:400;font-style:normal;color:#fefefe;font-size:15px;font-display:swap;}body[data-header-style="header-style-one"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-one"] .mobile-menu-nav{text-transform:uppercase;line-height:27px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-two .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-two .is-sticky .wraper_header_main, .wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:700;font-style:normal;color:#18161b;font-size:15px;font-display:swap;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-two .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:700;font-style:normal;color:#18161b;font-size:14px;font-display:swap;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#F54EA2;}body[data-header-style="header-style-two"] #mobile-menu{background-color:#18161b;}body[data-header-style="header-style-two"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}body[data-header-style="header-style-three"] .wraper_header_main{background-color:#000000;}body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.current-menu-item a, body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a:hover{color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a:hover{border-color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .nav{text-transform:uppercase;line-height:27px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}body[data-header-style="header-style-four"] .sidr{background-color:#252525;}body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row:before{background-color:#fe6c33;}body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.current-menu-item a{color:#fe6c33;}body[data-header-style="header-style-four"] .wraper_header_main .nav{line-height:38px;font-weight:400;font-style:normal;color:#ffffff;font-size:30px;font-display:swap;}body[data-header-style="header-style-five"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}body[data-header-style="header-style-five"] .wraper_flyout_menu, body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line{background-color:#040404;}body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav{line-height:50px;font-weight:400;font-style:normal;color:#ffffff;font-size:42px;font-display:swap;}body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count{background-color:#b7914a;}.wraper_header.style-six .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:16px;font-display:swap;}.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f1588d;}.wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-six .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six .wraper_header_main .header-responsive-nav{color:#ffffff;}body[data-header-style="header-style-six"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-six"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six .is-sticky .wraper_header_main, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-six .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header_main_action ul > li i, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li i{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#030712;}.wraper_header.style-six-b .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#05192D;font-size:16px;font-display:swap;}.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f1588d;}.wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-six-b .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six-b .wraper_header_main .header-responsive-nav{color:#ffffff;}body[data-header-style="header-style-six-b"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-six-b"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six-b .is-sticky .wraper_header_main, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-six-b .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main_action ul > li i, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li i{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#030712;}body[data-header-style="header-style-seven"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-seven .wraper_header_main .header-flexi-menu{background-color:#ff2c54;}body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-overlay{background-color:#ffffff;background-position:right center;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Header-7-Menu-Background.png');background-size:cover;}body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav{text-transform:uppercase;line-height:45px;font-weight:700;font-style:normal;color:#363F54;font-size:32px;font-display:swap;}.wraper_header.style-eight .wraper_header_main{background-color:#ffffff;}.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;color:#676767;font-display:swap;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-eight .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;color:#676767;font-display:swap;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#627792;}.wraper_header.style-eight .wraper_header_main .header-responsive-nav{color:#000000;}body[data-header-style="header-style-eight"] #mobile-menu{background-color:#231834;}body[data-header-style="header-style-eight"] .mobile-menu-nav{text-transform:capitalize;letter-spacing:0.5px;color:#f2f2f2;font-display:swap;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one{border-color:#032b5f;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .button-one{background-color:#ffffff;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn{line-height:19px;color:#697d97;font-size:14px;font-display:swap;}.wraper_header.style-eight .is-sticky .wraper_header_main, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-eight .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#676767;}.wraper_header.style-eight .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#032b5f;}.wraper_header.style-eight .is-sticky .wraper_header_main .header_main_calltoaction > .btn.button-one, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one{border-color:#032b5f;}.wraper_header.style-eight .is-sticky .wraper_header_main .header_main_calltoaction > .btn.button-one, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one{color:#032b5f;}.wraper_header.style-nine .wraper_header_main{background-color:#ffffff;}.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:700;font-style:normal;color:#24323D;font-size:14px;font-display:swap;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-nine .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:700;font-style:normal;color:#24323D;font-size:14px;font-display:swap;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#24323D;}body[data-header-style="header-style-nine"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-nine"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-ten .wraper_header_top{background-color:rgba(9,53,129,0.98);}.wraper_header.style-ten .wraper_header_main{background-color:rgba(255,255,255,0.99);}.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:25px;font-weight:400;font-style:normal;color:#6c6c6c;font-size:15px;font-display:swap;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-ten .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:capitalize;line-height:25px;font-weight:400;font-style:normal;color:#030303;font-size:15px;font-display:swap;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#05192D;}.wraper_header.style-ten .wraper_header_main .header-responsive-nav{color:#030303;}body[data-header-style="header-style-ten"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-ten"] .mobile-menu-nav{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-ten .is-sticky .wraper_header_main, .wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_top{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn.button-one{background-color:#15224d;}.wraper_header.style-eight .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn.button-two{background-color:#c11414;}.wraper_header.style-eleven .wraper_header_main{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_nav{background-color:#15224d;}.wraper_header.style-eleven .wraper_header_nav .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-eleven .rt-mega-menu{background-color:#c11414;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{background-color:#c11414;}body[data-header-style="header-style-eleven"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-eleven"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-twelve .wraper_header_top{background-color:rgba(0,0,0,0.25);}.wraper_header.style-twelve .wraper_header_main{background-color:rgba(0,0,0,0.01);}.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-twelve .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#252525;font-size:15px;font-display:swap;}.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#ff9a3a;}body[data-header-style="header-style-twelve"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-twelve"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .wraper_header_top{background-color:#051539;}.wraper_header.style-thirteen .wraper_header_main{background-color:#ffffff;}.wraper_header.style-thirteen .is-sticky .wraper_header_main, .wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#05192D;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-thirteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#282828;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#E85B08;}body[data-header-style="header-style-thirteen"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-thirteen"] .mobile-menu-nav{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}body[data-header-style="header-style-fourteen"] .wraper_header_main{background-color:rgba(0,0,0,0.01);}.wraper_header.style-fourteen .wraper_header_main .header_main .header-slideout-menu{color:#ffffff;}.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li > a{color:#ffffff;}body[data-header-style="header-style-fourteen"] .wraper_slideout_menu{background-color:#000000;}body[data-header-style="header-style-fourteen"] .wraper_slideout_menu .slideout-menu > .slideout-menu-nav{line-height:45px;letter-spacing:1px;font-weight:400;font-style:normal;color:#ffffff;font-size:35px;font-display:swap;}body[data-header-style="header-style-fourteen"] .is-sticky .wraper_header_main, body[data-header-style="header-style-fourteen"] .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .header-slideout-menu, .wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header-slideout-menu{color:#191919;}.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main ul.header-social > li > a, .wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main ul.header-social > li > a{color:#191919;}.wraper_header.style-fifteen .wraper_header_top{background-color:#0a3681;}.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn.button-one{background-color:#0a3681;}.wraper_header.style-fifteen .wraper_header_main{background-color:rgba(0,0,0,0);}.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:23px;letter-spacing:0.6px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}.wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-fifteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:center;text-transform:capitalize;line-height:23px;letter-spacing:0.6px;font-weight:700;font-style:normal;color:#05192d;font-size:13px;font-display:swap;}.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:rgba(255,187,60,0);}body[data-header-style="header-style-fifteen"] #mobile-menu{background-color:#000000;}body[data-header-style="header-style-fifteen"] .mobile-menu-nav{line-height:23px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}.wraper_header.style-sixteen .wraper_header_main{background-color:#ffffff;}.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#000000;font-size:14px;font-display:swap;}.wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-sixteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#000000;font-size:13px;font-display:swap;}.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count{background-color:#000000;}body[data-header-style="header-style-sixteen"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-sixteen"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}body[data-header-style="header-style-seventeen"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu{background-color:#ff2c54;}body[data-header-style="header-style-seventeen"] .wraper_slideout_menu{background-color:#000000;}body[data-header-style="header-style-seventeen"] .wraper_slideout_menu .slideout-menu > .slideout-menu-nav{line-height:50px;letter-spacing:1px;font-weight:400;font-style:normal;color:#ffffff;font-size:40px;font-display:swap;}.wraper_inner_banner{background-color:#efefef;background-repeat:no-repeat;background-position:center center;background-image:url('https://artemis-cg.com/wp-content/uploads/2020/01/blog-banner-new.jpg');background-size:cover;}.wraper_inner_banner_main{border-bottom-color:rgba(255,255,255,0.01);}.wraper_inner_banner_main > .container{padding-top:170px;padding-bottom:94px;}.inner_banner_main .title{line-height:60px;font-weight:700;font-style:normal;color:#ffffff;font-size:50px;font-display:swap;}.inner_banner_main .subtitle{color:#ffffff;font-display:swap;}.inner_banner_breadcrumb #crumbs{line-height:26px;font-weight:400;font-style:normal;color:#FFFFFF;font-size:15px;font-display:swap;}.wraper_inner_banner_breadcrumb > .container{padding-top:0px;padding-bottom:125px;}.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{padding-top:12px;padding-right:35px;padding-bottom:12px;padding-left:35px;}.widget-area>.widget.widget_search .search-form input[type=submit],.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{background-color:#fb5545;}.comments-area .comment-form > p button[type="submit"]:hover,.radiantthemes-button > .radiantthemes-button-main:hover, .gdpr-notice .btn:hover, .shop_single > .summary form.cart .button:hover, .shop_single #review_form #respond input[type=submit]:hover, .woocommerce button.button[name=apply_coupon]:hover, .woocommerce button.button[name=update_cart]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce form.checkout_coupon .form-row .button:hover, .woocommerce #payment #place_order:hover, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover, .widget-area > .widget.widget_price_filter .button:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=reset]:hover, .wraper_error_main.style-one .error_main .btn:hover, .wraper_error_main.style-two .error_main .btn:hover, .wraper_error_main.style-three .error_main_item .btn:hover, .wraper_error_main.style-four .error_main .btn:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,.widget-area > .widget.widget_search .search-form input[type="submit"]:hover{background-color:#fb5545;}.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-o-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);box-shadow: 0 0 0 0 rgba(0,0,0,0.01);}.widget-area>.widget.widget_search .search-form input[type=submit],.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{line-height:30px;letter-spacing:0.5px;color:#ffffff;font-size:16px;font-display:swap;}.radiantthemes-button > .radiantthemes-button-main:hover, .gdpr-notice .btn:hover, .shop_single > .summary form.cart .button:hover, .shop_single #review_form #respond input[type=submit]:hover, .woocommerce button.button[name=apply_coupon]:hover, .woocommerce button.button[name=update_cart]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce form.checkout_coupon .form-row .button:hover, .woocommerce #payment #place_order:hover, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover, .widget-area > .widget.widget_price_filter .button:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=submit]:hover, .comments-area .comment-form > p button[type=reset]:hover, .wraper_error_main.style-one .error_main .btn:hover, .wraper_error_main.style-two .error_main .btn:hover, .wraper_error_main.style-three .error_main_item .btn:hover, .wraper_error_main.style-four .error_main .btn:hover{color:#ffffff;}.radiantthemes-button > .radiantthemes-button-main i{color:#ffffff;}.radiantthemes-button > .radiantthemes-button-main:hover i{color:#ffffff;}.wraper_error_main.style-two{background-color:#ffffff;}.wraper_error_main.style-three{background-color:#ffffff;}.wraper_error_main.style-four{background-color:#ffffff;}.wraper_maintenance_main.style-one{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-One-Image.png');}.wraper_maintenance_main.style-two{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-Two-Image.png');}.wraper_maintenance_main.style-three{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-Three-Image.png');}.wraper_comingsoon_main.style-one{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-One-Background-Image.png');background-size:cover;}.wraper_comingsoon_main.style-two{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-Two-Background-Image.png');background-size:cover;}.wraper_comingsoon_main.style-three{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-Three-Background-Image.png');background-size:cover;}</style></head> <body class="post-template-default single single-post postid-24688 single-format-standard wp-embed-responsive theme-codz woocommerce-no-js radiantthemes radiantthemes-codz elementor-default elementor-kit-21304" data-page-transition="" data-header-style="header-style-eight" data-nicescroll-cursorcolor="#ffbc13" data-nicescroll-cursorwidth="7px"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <!-- overlay --> <div class="overlay"></div> <!-- overlay --> <!-- scrollup --> <div class="scrollup right"> <i class="fa fa-angle-up"></i> </div> <!-- scrollup --> <!-- radiantthemes-website-layout --> <div class="radiantthemes-website-layout full-width"> <!-- wraper_header --> <header class="wraper_header style-eight floating-header"> <!-- wraper_header_main --> <div data-delay="500" class="wraper_header_main radiantthemes-sticky-style-two"> <div class="container"> <!-- header_main --> <div class="header_main"> <!-- brand-logo --> <div class="brand-logo radiantthemes-retina"> <a href="https://artemis-cg.com/"><img src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" alt="" width="500" height="136"></a> </div> <!-- brand-logo --> <!-- brand-logo-sticky --> <div class="brand-logo-sticky radiantthemes-retina"> <a href="https://artemis-cg.com/"><img src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" alt="" width="500" height="136"></a> </div> <!-- brand-logo-sticky --> <!-- header-responsive-nav --> <div class="header-responsive-nav hidden-lg hidden-md visible-sm visible-xs"><span class="ti-menu"></span></div> <!-- header-responsive-nav --> <!-- header_main_calltoaction --> <div class="header_main_calltoaction visible-lg visible-md hidden-sm hidden-xs"> <a class="btn button buttonnormal" href="tel:407-452-4909"><span class="btn_one_sub_text"></span><span class="bttn_one_text">407-452-4909</span></a> </div> <!-- header_main_calltoaction --> <!-- nav --> <nav class="nav visible-lg visible-md hidden-sm hidden-xs"> <div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-21388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" data-description="">Home</a></li> <li id="menu-item-21448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" data-description="">On-Site &#038; Remote IT Services</a></li> <li id="menu-item-21544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" data-description="">Consulting Services</a></li> <li id="menu-item-21617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" data-description="">About Us</a></li> <li id="menu-item-21389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" data-description="">Contact</a></li> <li id="menu-item-22088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" data-description="">Privacy Policy</a></li> </ul></div> </nav> <!-- nav --> <div class="clearfix"></div> </div> <!-- header_main --> </div> </div> <!-- wraper_header_main --> </header> <!-- wraper_header --> <!-- mobile-menu --> <div class="mobile-menu hidden"> <!-- mobile-menu-main --> <div class="mobile-menu-main"> <!-- mobile-menu-close --> <div class="mobile-menu-close"> <span class="ti-close"></span> </div> <!-- mobile-menu-close --> <div class="mobile header_main_calltoaction"> </div> <!-- mobile-menu-nav --> <nav class="mobile-menu-nav"> <div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" data-description="">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" data-description="">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" data-description="">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" data-description="">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" data-description="">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" data-description="">Privacy Policy</a></li> </ul></div> </nav> <!-- mobile-menu-nav --> </div> <!-- mobile-menu-main --> </div> <!-- mobile-menu --> <!-- hamburger-menu-holder --> <div class="hamburger-menu-holder hidden"> <!-- hamburger-menu --> <div class="hamburger-menu"> <!-- hamburger-menu-close --> <div class="hamburger-menu-close"> <div class="table"> <div class="table-cell"> <!-- hamburger-menu-close-lines --> <div class="hamburger-menu-close-lines"><span></span><span></span></div> <!-- hamburger-menu-close-lines --> </div> </div> </div> <!-- hamburger-menu-close --> <!-- hamburger-menu-main --> <div class="hamburger-menu-main"> </div> <!-- hamburger-menu-main --> </div> <!-- hamburger-menu --> </div> <!-- hamburger-menu-holder --> <!-- wraper_header_bannerinner --> <!-- #page --> <div id="page" class="site"> <!-- #content --> <div id="content" class="site-content"> <div id="primary post-24688" class="content-area post-24688 post type-post status-publish format-standard hentry category-hayward-escort-2"> <main id="main" class="site-main"> <!-- wraper_blog_banner style-one --> <section class="wraper_blog_banner style-one"> <!-- wraper_blog_banner_main --> <div class="wraper_blog_banner_main"> <div class="container"> <!-- blog_banner_main --> <div class="row blog_banner_main"> <div class="col-lg-6 col-md-6 col-sm-8 col-xs-12 text-left"> <!-- blog_banner_main_item --> <div class="blog_banner_main_item"> <!-- entry-header --> <header class="entry-header"> <h1 class="entry-title">Badoo places one of the many relationships which is high in reference to protecting their grade and stopping man-made documents.</h1> </header> <!-- entry-header --> </div> <!-- blog_banner_main_item --> </div> <div class="col-lg-6 col-md-6 col-sm-4 col-xs-12"></div> </div> <!-- blog_banner_main --> </div> </div> <!-- wraper_blog_banner_main --> <!-- wraper_blog_banner_tags --> <div class="wraper_blog_banner_tags"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-8 col-xs-12"> <!-- blog_banner_tags --> <div class="row blog_banner_tags"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-left"> <!-- blog_banner_tags_item --> <div class="blog_banner_tags_item"> <p class="site-meta">Published By: <strong><a href="https://artemis-cg.com/author/artemis/">artemis</a></strong></p> </div> <!-- blog_banner_tags_item --> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-left"> <!-- blog_banner_tags_item --> <div class="blog_banner_tags_item"> <p class="site-meta">Published On: <strong><a href="https://artemis-cg.com/badoo-places-one-of-the-many-relationships-which-3/">September 15, 2022</a></strong></p> </div> <!-- blog_banner_tags_item --> </div> </div> <!-- blog_banner_tags --> </div> <div class="col-lg-6 col-md-6 col-sm-4 col-xs-12"></div> </div> <!-- row --> </div> </div> <!-- wraper_blog_banner_tags --> </section> <!-- wraper_blog_banner style-one --> <!-- wraper_blog_main --> <section class="wraper_blog_main style-one"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> <div class="col-lg-8 col-md-8 col-sm-10 col-xs-12"> <!-- blog_single style-one --> <div class="blog_single style-one"> <article class="single-post"> <div class="entry-main"> <div class="entry-content default-page"> <p><title>Badoo places one of the many relationships which is high in reference to protecting their grade and stopping man-made documents.</title></p> <p>Your internet site requires people to catch their unique account to an unknown number or media which happen to be public, they might verify.</p> <p>Protect in information and very quickly you publish a picture via their confirmation duration of they wont let you speak with other customers. Consumers who fall short this verification can perhaps possibly perhaps not do some stability on the internet site. This homo is needed by some customers and might be looked at inside of their form the place where you badoo simulation content learn that social networking your verify their unique appeal in Badoo. Just how to homo Badoo fake lists profile ? homo Baddo profile homo.</p> <p>Nevertheless, just about everything is actually caused by Badoos strengthening technicians getting put predicated on mobile phone items since its production. Account series certainly tend to be lot best in the regimen than they&#8217;re from your own spot. This is certainly plainly comprehensible because Badoo were extra furnished toward relaxed conferences and hookups. In addition, you’ll find further type in the choosing which permit you to positively fulfill consumers on the way. They shows that theyre demonstrated people, and even more usually than not only, these types is commonly real if you see a blue checkmark beneath a consumers photo. Although Badoo need tight image verification program, some pretend records however fit for the splits and do exercises they throughout the system. For women, the method positively surest to assure your own Beaumont TX chicas escort people you might be addressing is they unquestionably are declaring theyre, youll find a way to request a selfie via discussion.<span id="more-24688"></span></p> <h2>Profile High Quality</h2> <p>Turn out to be real your matches through the help of by yourself regarding point of fascination you will be actually ready and have independently if your web page communicating with. After they do not in extra circumstance sounds too-good becoming actual, however watch out. If you are https://besthookupwebsites.net/escort/cape-coral/ known as by a profile from someone who seems way too incredible to require anybody once you, the person who web page report aside too-good being real or items a excessive number of prematurely, bear in mind. Some daters on Badoo are simply just best the following to hook-up and also thats great nevertheless when a vital positive aspect looks like better better that you feel real, they typically is in fact. One motion regarding the the verification try a cellphone quantity while the invert is definitely validating a photo. Both simply just take just one immediate and any profile financial firms certainlynt verified was sketchy.</p> <p>You can produce funds via credit cards, PayPal, and wallets that are mobile phone. Altherefore thus, youll get more advantages by updating or examining, which combines additional matchmaking options. The functional program supplies having to pay month-to-month suppliers and specific operate progress utilizing need swindle credit. It’s a replacement that&#8217;ll be excellent those people that wish effective connectivity that may bring about wedding party. Websites on the internet level consists essentially of bustling <a href="https://datingmentor.org/escort/hayward/"><img src="https://marriedceleb.com/uploads/biography/2020/2/3/Webp.net-resizeimage%20(4)-1580730236044.jpg" alt=""></a>, individual authorities using over 80per cent of those having a school diploma.</p> <p>It provides instead an easy platform with colourful web sites that will be frequently basically energetic, like using a unique iphone 4 battery power image to aim well away their identification. The useful platform supplies this era demonstrated a lookalike efforts that uses deal with recognition to find out reasons just who seem like the superstar crushes.</p> <p>Unique solitary women and men matches an especially a number of marketplace than Badoo following its white-collar attractiveness, and most proprietors have come to an-end the chronilogical amount of 30. Occasionally, youll have to look for standard technical mistakes for instance the shortage to supply hookup, observing specific servings, and threat signing in. Badoos desktop computer type might have a peek considerably lackluster mainly because of its further interesting cell phone goods.</p> <p>Heading mobile phone would be the fantastic proceed this system since Badoo shot focused on discovering simple and quick fast hookups. The application type will let you choose possible co-workers, flings, one morning appears, and dialogue company abroad. The networks near-by parts provides you entry to all or any understood people in your neighborhood. As a result, you possibly can make connection with consumers that could be merely almost everywhere region.</p> <h2>Badoo Overview 2020 december</h2> <p>Exhibiting the geolocation common, web site really does really well as a courting places for finding most locally for individual hookups and days. In barely about every situation, the end result promotes members to get relatively limited device or online purchase in terms of knowledge which best possible. And you need to expect to spend some credit history opportunities whereas it’s free, or pretty cheap to download. The photographs for the homo in the long run, you need to be concordant along with the homo you may have in Badoo homo. This is really anytime they indicates almost generation, homo, homo homo could in addition staying noticeable clues getting a homo homo and certainly will estimate or homo the form information utilising the graphics. Homo which can be properly suspicious is often owners whove homo pics whereby it&#8217;s demonstrated with good homo and missing homo. That web connection wound-up beingnt challenging sufficient, you will want to focus on imitation information on every system.</p> <h2>Are Already Genau Muss Dude Fur Expire Anmeldung Bei Badoo Tun?</h2> <p>Most are evident fakes that a kids could recognize none the less nearly all tend to be an entire many others minor inside their approach. This information is designed to clean out some minor what take into consideration and offer some ideas which will help inform in situations where a Badoo member profile is actually fake. Since Badoos attention are dramatically vary on getting completely a cultural stories system with a give focus on a relationship, the style and magnificence is comparable to many social assist strategies like fb. The rush looks somewhat annoying, plus the create itself is actually type of simple. Really, the technique wherein the visibility looks whenever seriously considered by another individual is actually far more effective in comparison with method by which which you visualize it. In regards to their usabillity as a complete, your website could possibly be in fact user-pleasant and plenty of their range tend to be accessible with only one click right through the web page that is major.</p> <div class="clearfix"></div> </div><!-- .entry-content --> </div><!-- .entry-main --> </article><!-- #post-## --> </div> <!-- blog_single style-one --> </div> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> </div> <!-- row --> <div class="row"> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-12"> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-12"> <!-- wraper_blog_navigation style-one --> <div class="wraper_blog_navigation style-one"> <!-- row --> <!-- blog_navigation --> <div class="blog_navigation"> <!-- row --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <!-- navigation-link --> <div class="navigation-link nav-previous"> <div class="icon"> <span class="icon-arrow"><i class="fa fa-angle-left"></i></span> </div> <a class="link" rel="prev" href="https://artemis-cg.com/kirain-udah-dibubarin-begitu-berantemnya-juga-6/" title="Kirain udah dibubarin begitu, berantemnya juga bubar"> Older Post <strong>Kirain udah dibubarin begitu, berantemnya juga bubar</strong> </a> </div> <!-- navigation-link --> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <!-- navigation-link --> <div class="navigation-link nav-next"> <div class="icon"> <span class="icon-arrow"><i class="fa fa-angle-right"></i></span> </div> <a class="link" rel="next" href="https://artemis-cg.com/abstract-this-research-looked-the-partnership/" title="Abstract: This research looked the partnership anywhere between accounts for the ent and Lawrence Kohlberg&#8217;s hierarchy of ethical innovation"> Newer Post <strong>Abstract: This research looked the partnership anywhere between accounts for the ent and Lawrence Kohlberg&#8217;s hierarchy of ethical innovation</strong> </a> </div> <!-- navigation-link --> </div> </div> <!-- row --> </div> <!-- blog_navigation --> <!-- row --> </div> <!-- wraper_blog_navigation style-one --> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> </div> </section> <!-- wraper_blog_main --> <!-- wraper_blog_comments style-one --> <div class="wraper_blog_comments style-one"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> <div class="col-lg-8 col-md-8 col-sm-10 col-xs-12 text-center"> <!-- blog_comments --> <div class="blog_comments"> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/badoo-places-one-of-the-many-relationships-which-3/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://artemis-cg.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message" aria-hidden="true">Required fields are marked <span class="required" aria-hidden="true">*</span></span></p><p class = "comment-form-comment"><textarea id = "comment" name = "comment" aria-required = "true" placeholder = "Your Comment"></textarea></p><p class="comment-form-author"><input id="author" placeholder="Your Name" name="author" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-email"><input id="email" placeholder="Your Email" name="email" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-url"><input id="url" name="url" placeholder="Website" type="text" value="" size="30" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='24688' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </div> <!-- blog_comments --> </div> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> </div> <!-- row --> </div> </div> <!-- wraper_blog_comments style-one --> </main><!-- #main --> </div><!-- #primary --> </div> <!-- #content --> </div> <!-- #page --> <!-- wraper_footer --> <footer class="wraper_footer custom-footer"> <div class="container"> <div data-elementor-type="section" data-elementor-id="15684" class="elementor elementor-15684" data-elementor-settings="[]"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5863fe75 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5863fe75" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7df3f0f" data-id="7df3f0f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3435b160 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3435b160" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3d9780ba" data-id="3d9780ba" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5e7a9b05 footer-logo elementor-widget elementor-widget-image" data-id="5e7a9b05" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="98" height="50" src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" class="attachment-full size-full" alt="" loading="lazy" /> </div> </div> </div> <div class="elementor-element elementor-element-6002fadd elementor-widget elementor-widget-heading" data-id="6002fadd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">3801 Spirited Cir ST Cloud FL, 34772</p> </div> </div> <div class="elementor-element elementor-element-10c011c6 elementor-widget elementor-widget-heading" data-id="10c011c6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Phone: 407-452-4909 | Email: info@artemis-cg.com</p> </div> </div> <div class="elementor-element elementor-element-24e0786 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="24e0786" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-602d525" href="https://www.facebook.com/artemiscg20" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </div> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c83928d" href="https://www.linkedin.com/in/carlos-cruz-82b765200/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6fb474f6" data-id="6fb474f6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7557071d elementor-widget elementor-widget-heading" data-id="7557071d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Quick Links</h5> </div> </div> <div class="elementor-element elementor-element-46ba3cb elementor-nav-menu--indicator-classic elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="46ba3cb" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-46ba3cb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" class="elementor-item">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" class="elementor-item">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" class="elementor-item">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-46ba3cb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" class="elementor-item">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" class="elementor-item">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" class="elementor-item">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> </ul></nav> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-01e7490 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="01e7490" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-cb639fb" data-id="cb639fb" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1eece3a footer-logo elementor-widget elementor-widget-image" data-id="1eece3a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="98" height="50" src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" class="attachment-full size-full" alt="" loading="lazy" /> </div> </div> </div> <div class="elementor-element elementor-element-97fc5e8 elementor-widget elementor-widget-heading" data-id="97fc5e8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">3801 Spirited Cir ST Cloud FL, 34772</p> </div> </div> <div class="elementor-element elementor-element-8c360a0 elementor-widget elementor-widget-heading" data-id="8c360a0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Phone: 407-452-4909 | Email: info@artemis-cg.com</p> </div> </div> <div class="elementor-element elementor-element-e744f1f elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="e744f1f" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-602d525" href="#" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </div> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c83928d" href="#" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-acf1978" data-id="acf1978" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a6f521d elementor-widget elementor-widget-heading" data-id="a6f521d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Home Pages</h5> </div> </div> <div class="elementor-element elementor-element-b43eb37 elementor-widget elementor-widget-heading" data-id="b43eb37" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">IT Solutions</a></p> </div> </div> <div class="elementor-element elementor-element-3b4c545 elementor-widget elementor-widget-heading" data-id="3b4c545" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Software</a></p> </div> </div> <div class="elementor-element elementor-element-46b1039 elementor-widget elementor-widget-heading" data-id="46b1039" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Applications</a></p> </div> </div> <div class="elementor-element elementor-element-7a2fae0 elementor-widget elementor-widget-heading" data-id="7a2fae0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Consultancy</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-9121115" data-id="9121115" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a0e1709 elementor-widget elementor-widget-heading" data-id="a0e1709" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">About Codz</h5> </div> </div> <div class="elementor-element elementor-element-55218ec elementor-widget elementor-widget-heading" data-id="55218ec" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Our Company</a></p> </div> </div> <div class="elementor-element elementor-element-f8a5921 elementor-widget elementor-widget-heading" data-id="f8a5921" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://artemis-cg.com/about-us/">About Us</a></p> </div> </div> <div class="elementor-element elementor-element-c541d2d elementor-widget elementor-widget-heading" data-id="c541d2d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Services</a></p> </div> </div> <div class="elementor-element elementor-element-3487681 elementor-widget elementor-widget-heading" data-id="3487681" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Why Choose Us</a></p> </div> </div> <div class="elementor-element elementor-element-b5e50a8 elementor-widget elementor-widget-heading" data-id="b5e50a8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Our Team​</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-a87c3c5" data-id="a87c3c5" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-211ee67 elementor-widget elementor-widget-heading" data-id="211ee67" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Related Links</h5> </div> </div> <div class="elementor-element elementor-element-e810a6c elementor-widget elementor-widget-heading" data-id="e810a6c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Case Studies</a></p> </div> </div> <div class="elementor-element elementor-element-7376577 elementor-widget elementor-widget-heading" data-id="7376577" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Shop</a></p> </div> </div> <div class="elementor-element elementor-element-436afbb elementor-widget elementor-widget-heading" data-id="436afbb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Blogs</a></p> </div> </div> <div class="elementor-element elementor-element-c6ff69e elementor-widget elementor-widget-heading" data-id="c6ff69e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Pricing Table</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-d60a0ea" data-id="d60a0ea" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5accec9 elementor-widget elementor-widget-heading" data-id="5accec9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Support</h5> </div> </div> <div class="elementor-element elementor-element-7b67b5e elementor-widget elementor-widget-heading" data-id="7b67b5e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Client Support</a></p> </div> </div> <div class="elementor-element elementor-element-b2d3812 elementor-widget elementor-widget-heading" data-id="b2d3812" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Client Feedback</a></p> </div> </div> <div class="elementor-element elementor-element-3f1e2ba elementor-widget elementor-widget-heading" data-id="3f1e2ba" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Careers</a></p> </div> </div> <div class="elementor-element elementor-element-f969ddc elementor-widget elementor-widget-heading" data-id="f969ddc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://artemis-cg.com/contact-1/">Contact Us</a></p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6856899 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6856899" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a1fa57d" data-id="a1fa57d" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a634d2b elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a634d2b" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b0a0a6" data-id="2b0a0a6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-72c5db6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="72c5db6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-f399291" data-id="f399291" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a7a65a4 elementor-widget elementor-widget-heading" data-id="a7a65a4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Testimonial</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-2cfaeef" data-id="2cfaeef" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-594b5fe elementor-widget elementor-widget-heading" data-id="594b5fe" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">FAQ</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-5baea65" data-id="5baea65" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-16c1382 elementor-widget elementor-widget-heading" data-id="16c1382" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Career</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-d225c33" data-id="d225c33" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-3194827" data-id="3194827" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-ce58204" data-id="ce58204" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-469cd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="469cd49" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d444147" data-id="d444147" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-bf73625 elementor-widget elementor-widget-text-editor" data-id="bf73625" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><a href="https://cbd-seo-agency.com">When it comes to selecting a CBD SEO company, it&#8217;s important to look for specific characteristics</a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </footer> <!-- wraper_footer --> </div> <!-- radiantthemes-website-layout --> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='elementor-post-15684-css' href='https://artemis-cg.com/wp-content/uploads/elementor/css/post-15684.css?ver=1666923400' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.11.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-21304-css' href='https://artemis-cg.com/wp-content/uploads/elementor/css/post-21304.css?ver=1651082872' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=5.9.9' type='text/css' media='all' /> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/artemis-cg.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.6' id='contact-form-7-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.6.4.1' id='jquery-blockui-js'></script> <script type='text/javascript' id='wc-add-to-cart-js-extra'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/artemis-cg.com","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=6.4.1' id='wc-add-to-cart-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.6.4.1' id='js-cookie-js'></script> <script type='text/javascript' id='woocommerce-js-extra'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=6.4.1' id='woocommerce-js'></script> <script type='text/javascript' id='wc-cart-fragments-js-extra'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_b1e564343d31b772cd9f245fa7495717","fragment_name":"wc_fragments_b1e564343d31b772cd9f245fa7495717","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=6.4.1' id='wc-cart-fragments-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/bootstrap.min.js?ver=1708854796' id='bootstrap-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.sidr.min.js?ver=1708854796' id='sidr-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.onePageNav.min.js?ver=1708854796' id='onepagenav-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.matchHeight-min.js?ver=1708854796' id='matchheight-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/wow.min.js?ver=1708854796' id='wow-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.nicescroll.min.js?ver=1708854796' id='nicescroll-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.sticky.min.js?ver=1708854796' id='sticky-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.fancybox.min.js?ver=1708854796' id='fancybox-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/isotope.pkgd.min.js?ver=1708854796' id='isotope-pkgd-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/radiantthemes-custom.js?ver=1708854796' id='radiantthemes-custom-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/comment-reply.min.js?ver=5.9.9' id='comment-reply-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.1.4' id='font-awesome-4-shim-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.1.0' id='elementor-pro-webpack-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.1.4' id='elementor-webpack-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.1.4' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.1.0' id='elementor-sticky-js'></script> <script type='text/javascript' id='elementor-pro-frontend-js-before'> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/artemis-cg.com\/wp-admin\/admin-ajax.php","nonce":"1d41ea8a65","urls":{"assets":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor-pro\/assets\/"},"i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"menu_cart":{"cart_page_url":"https:\/\/artemis-cg.com","checkout_page_url":"https:\/\/artemis-cg.com"},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.1.0' id='elementor-pro-frontend-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.8.1' id='elementor-dialog-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.1.4' id='share-link-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script> <script type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false,"isImprovedAssetsLoading":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"3.1.4","is_static":false,"experimentalFeatures":[],"urls":{"assets":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":24688,"title":"Badoo%20places%20one%20of%20the%20many%20relationships%20which%20is%20high%20in%20reference%20to%20protecting%20their%20grade%20and%20stopping%20man-made%20documents.%20%E2%80%93%20Artemis%20CG%20LLC","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.1.4' id='elementor-frontend-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.1.0' id='pro-preloaded-elements-handlers-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/preloaded-elements-handlers.min.js?ver=3.1.4' id='preloaded-elements-handlers-js'></script> <!-- <script> jQuery(document).ready(function(){ jQuery('a').attr('href','javascript:;'); }) </script> --> </body> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0354'},{'id':'7382911'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script><script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0354'},{'id':'7382911'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script><script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh'},{'server':'a2plcpnl0354'},{'dcenter':'a2'},{'cp_id':'7382911'},{'cp_cache':''},{'cp_cl':'6'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>
fineweb
{ "fineweb_metadata": { "text": "Your internet site requires people to catch their unique account to an unknown number or media which happen to be public, they might verify.\nProtect in information and very quickly you publish a picture via their confirmation duration of they wont let you speak with other customers. Consumers who fall short this verification can perhaps possibly perhaps not do some stability on the internet site. This homo is needed by some customers and might be looked at inside of their form the place where you badoo simulation content learn that social networking your verify their unique appeal in Badoo. Just how to homo Badoo fake lists profile ? homo Baddo profile homo.\nNevertheless, just about everything is actually caused by Badoos strengthening technicians getting put predicated on mobile phone items since its production. Account series certainly tend to be lot best in the regimen than they’re from your own spot. This is certainly plainly comprehensible because Badoo were extra furnished toward relaxed conferences and hookups. In addition, you’ll find further type in the choosing which permit you to positively fulfill consumers on the way. They shows that theyre demonstrated people, and even more usually than not only, these types is commonly real if you see a blue checkmark beneath a consumers photo. Although Badoo need tight image verification program, some pretend records however fit for the splits and do exercises they throughout the system. For women, the method positively surest to assure your own Beaumont TX chicas escort people you might be addressing is they unquestionably are declaring theyre, youll find a way to request a selfie via discussion.\nProfile High Quality\nTurn out to be real your matches through the help of by yourself regarding point of fascination you will be actually ready and have independently if your web page communicating with. After they do not in extra circumstance sounds too-good becoming actual, however watch out. If you are https://besthookupwebsites.net/escort/cape-coral/ known as by a profile from someone who seems way too incredible to require anybody once you, the person who web page report aside too-good being real or items a excessive number of prematurely, bear in mind. Some daters on Badoo are simply just best the following to hook-up and also thats great nevertheless when a vital positive aspect looks like better better that you feel real, they typically is in fact. One motion regarding the the verification try a cellphone quantity while the invert is definitely validating a photo. Both simply just take just one immediate and any profile financial firms certainlynt verified was sketchy.\nYou can produce funds via credit cards, PayPal, and wallets that are mobile phone. Altherefore thus, youll get more advantages by updating or examining, which combines additional matchmaking options. The functional program supplies having to pay month-to-month suppliers and specific operate progress utilizing need swindle credit. It’s a replacement that’ll be excellent those people that wish effective connectivity that may bring about wedding party. Websites on the internet level consists essentially of bustling , individual authorities using over 80per cent of those having a school diploma.\nIt provides instead an easy platform with colourful web sites that will be frequently basically energetic, like using a unique iphone 4 battery power image to aim well away their identification. The useful platform supplies this era demonstrated a lookalike efforts that uses deal with recognition to find out reasons just who seem like the superstar crushes.\nUnique solitary women and men matches an especially a number of marketplace than Badoo following its white-collar attractiveness, and most proprietors have come to an-end the chronilogical amount of 30. Occasionally, youll have to look for standard technical mistakes for instance the shortage to supply hookup, observing specific servings, and threat signing in. Badoos desktop computer type might have a peek considerably lackluster mainly because of its further interesting cell phone goods.\nHeading mobile phone would be the fantastic proceed this system since Badoo shot focused on discovering simple and quick fast hookups. The application type will let you choose possible co-workers, flings, one morning appears, and dialogue company abroad. The networks near-by parts provides you entry to all or any understood people in your neighborhood. As a result, you possibly can make connection with consumers that could be merely almost everywhere region.\nBadoo Overview 2020 december\nExhibiting the geolocation common, web site really does really well as a courting places for finding most locally for individual hookups and days. In barely about every situation, the end result promotes members to get relatively limited device or online purchase in terms of knowledge which best possible. And you need to expect to spend some credit history opportunities whereas it’s free, or pretty cheap to download. The photographs for the homo in the long run, you need to be concordant along with the homo you may have in Badoo homo. This is really anytime they indicates almost generation, homo, homo homo could in addition staying noticeable clues getting a homo homo and certainly will estimate or homo the form information utilising the graphics. Homo which can be properly suspicious is often owners whove homo pics whereby it’s demonstrated with good homo and missing homo. That web connection wound-up beingnt challenging sufficient, you will want to focus on imitation information on every system.\nAre Already Genau Muss Dude Fur Expire Anmeldung Bei Badoo Tun?\nMost are evident fakes that a kids could recognize none the less nearly all tend to be an entire many others minor inside their approach. This information is designed to clean out some minor what take into consideration and offer some ideas which will help inform in situations where a Badoo member profile is actually fake. Since Badoos attention are dramatically vary on getting completely a cultural stories system with a give focus on a relationship, the style and magnificence is comparable to many social assist strategies like fb. The rush looks somewhat annoying, plus the create itself is actually type of simple. Really, the technique wherein the visibility looks whenever seriously considered by another individual is actually far more effective in comparison with method by which which you visualize it. In regards to their usabillity as a complete, your website could possibly be in fact user-pleasant and plenty of their range tend to be accessible with only one click right through the web page that is major.", "id": "<urn:uuid:7954999b-cbb5-46e2-b1cb-0a8c286234db>", "dump": "CC-MAIN-2024-10", "url": "https://artemis-cg.com/badoo-places-one-of-the-many-relationships-which-3/", "date": "2024-02-25T09:53:16", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9466044902801514, "token_count": 1308 } }
<urn:uuid:205c152f-3f4f-48b5-bc77-4d59b62e316b>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <title>Exactly what are Signature loans for all those into Disability? &#8211; Artemis CG LLC</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//use.typekit.net' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Feed" href="https://artemis-cg.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Comments Feed" href="https://artemis-cg.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Artemis CG LLC &raquo; Exactly what are Signature loans for all those into Disability? Comments Feed" href="https://artemis-cg.com/exactly-what-are-signature-loans-for-all-those/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/artemis-cg.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.9"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://artemis-cg.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.9' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code>code{font-family:Menlo,Consolas,monaco,monospace;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.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;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group:where(.has-background){padding:1.25em 2.375em}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;opacity:.4}.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 thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0} </style> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=7.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=7.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes_block-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-blocks.css?ver=1708845959' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--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--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.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-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-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-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;} </style> <style id='extendify-gutenberg-patterns-and-templates-utilities-inline-css' type='text/css'> .ext-absolute{position:absolute!important}.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large)!important}.ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large)!important}.ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large)!important}.ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.ext-mt-0:not([style*=margin]){margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.ext-mb-0:not([style*=margin]){margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.ext-ml-0:not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.ext-block{display:block!important}.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none{list-style-type:none!important}.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext-grid-cols-none{grid-template-columns:none!important}.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext-items-start{align-items:flex-start!important}.ext-items-end{align-items:flex-end!important}.ext-items-center{align-items:center!important}.ext-items-baseline{align-items:baseline!important}.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large)!important;column-gap:var(--extendify--spacing--large)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.ext-rounded-r-full{border-bottom-right-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-b-full{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-l-none{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.ext-rounded-l-full{border-bottom-left-radius:9999px!important;border-top-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.ext-pl-0:not([style*=padding]){padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.ext-text-left{text-align:left!important}.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%);clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%);clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%);clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset}.wp-block-column.editor\:pointer-events-none{margin-bottom:0!important;margin-top:0!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important}.ext .wp-block-columns .wp-block-column[style*=padding]{padding-left:0!important;padding-right:0!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]){margin-top:0!important}[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0}[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0}[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child{margin-top:0}.ext .is-not-stacked-on-mobile .wp-block-column,[class*=fullwidth-cols] .wp-block-column>:last-child{margin-bottom:0}.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0}}.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column{margin-bottom:0!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl}.direction-ltr{direction:ltr}.is-style-inline-list{padding-left:0!important}.is-style-inline-list li{list-style-type:none!important}@media (min-width:782px){.is-style-inline-list li{display:inline!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}}@media (min-width:782px){.is-style-inline-list li:first-child{margin-left:0!important}}@media (min-width:782px){.is-style-inline-list li:last-child{margin-right:0!important}}.bring-to-front{position:relative;z-index:10}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)}.text-stroke,.text-stroke--primary{-webkit-text-stroke-width:var( --wp--custom--typography--text-stroke-width,2px )}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)}.text-stroke--secondary{-webkit-text-stroke-width:var( --wp--custom--typography--text-stroke-width,2px );-webkit-text-stroke-color:var(--wp--preset--color--secondary)}.editor\:no-caption .block-editor-rich-text__editable{display:none!important}.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender{display:none}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle:after,.editor\:no-resize .components-resizable-box__side-handle:before{display:none;pointer-events:none}.editor\:no-resize .components-resizable-box__container{display:block}.editor\:pointer-events-none{pointer-events:none}.is-style-angled{justify-content:flex-end}.ext .is-style-angled>[class*=_inner-container],.is-style-angled{align-items:center}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0,50% 100%,0 100%);clip-path:polygon(0 0,30% 0,50% 100%,0 100%);z-index:1}@media (min-width:782px){.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0,65% 100%,0 100%);clip-path:polygon(0 0,55% 0,65% 100%,0 100%)}}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var( --wp--preset--color--foreground,var(--wp--preset--color--black,#000) )!important}.has-ext-primary-background-color{background-color:var( --wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000) )!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1}.ext .wp-block-group>*{margin-bottom:0;margin-top:0}.ext .wp-block-group>*+*{margin-bottom:0}.ext .wp-block-group>*+*,.ext h2{margin-top:var(--wp--style--block-gap,1.75rem)}.ext h2{margin-bottom:var(--wp--style--block-gap,1.75rem)}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{min-width:12rem;width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.ext .ext-grid>[class*=_inner-container]{display:grid}.ext>[class*=_inner-container]>.ext-grid:not([class*=columns]),.ext>[class*=_inner-container]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-1>[class*=_inner-container]{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*=_inner-container]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*=_inner-container]{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*=_inner-container]{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*=_inner-container]{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*=_inner-container]{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*=_inner-container]{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*=_inner-container]{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*=_inner-container]{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*=_inner-container]{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*=_inner-container]{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*=_inner-container]{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-13>[class*=_inner-container]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*=_inner-container]{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*=_inner-container]{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*=_inner-container]{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*=_inner-container]{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*=_inner-container]{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*=_inner-container]{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*=_inner-container]{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*=_inner-container]{grid-template-rows:none!important}.ext .ext-items-start>[class*=_inner-container]{align-items:flex-start!important}.ext .ext-items-end>[class*=_inner-container]{align-items:flex-end!important}.ext .ext-items-center>[class*=_inner-container]{align-items:center!important}.ext .ext-items-baseline>[class*=_inner-container]{align-items:baseline!important}.ext .ext-items-stretch>[class*=_inner-container]{align-items:stretch!important}.ext.wp-block-group>:last-child{margin-bottom:0}.ext .wp-block-group__inner-container{padding:0!important}.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem);padding-right:var(--wp--style--block-gap,1.75rem)}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*{max-width:100%!important}.ext .wp-block-image{position:relative;text-align:center}.ext .wp-block-image img{display:inline-block;vertical-align:middle}body{--extendify--spacing--large:var( --wp--custom--spacing--large,clamp(2em,8vw,8em) );--wp--preset--font-size--ext-small:1rem;--wp--preset--font-size--ext-medium:1.125rem;--wp--preset--font-size--ext-large:clamp(1.65rem,3.5vw,2.15rem);--wp--preset--font-size--ext-x-large:clamp(3rem,6vw,4.75rem);--wp--preset--font-size--ext-xx-large:clamp(3.25rem,7.5vw,5.75rem);--wp--preset--color--black:#000;--wp--preset--color--white:#fff}.ext *{box-sizing:border-box}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:transparent!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before{display:none!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-bottom:unset;margin-top:unset}.ext .alignwide{margin-left:auto!important;margin-right:auto!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 28px)*-1)!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]){margin-right:0!important}.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-left:calc(var(--wp--custom--spacing--outer, 0)*1)!important;margin-right:calc(var(--wp--custom--spacing--outer, 0)*1)!important;overflow:hidden;width:unset}@media (min-width:782px){.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.tablet\:ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.tablet\:ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important;margin-right:var(--extendify--spacing--large)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important;margin-right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-bottom:auto!important;margin-top:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important;margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important;margin-top:var(--extendify--spacing--large)!important}.desktop\:ext--my-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important;margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important;margin-top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap, 1.75rem)*-1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large)*-1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important;padding-right:var(--extendify--spacing--large)!important}.desktop\:ext-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important;padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important;padding-top:var(--extendify--spacing--large)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://artemis-cg.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.6' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.23' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='woocommerce-layout-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=6.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=6.4.1' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=6.4.1' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='radiantthemes-all-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-all.min.css?ver=1708845959' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-custom-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-custom.css?ver=1708845959' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-responsive-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-responsive.css?ver=1708845959' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-style-css' href='https://artemis-cg.com/wp-content/themes/codz/style.css?ver=1708845959' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-user-custom-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-user-custom.css?ver=1708845959' type='text/css' media='all' /> <link rel='stylesheet' id='radiantthemes-dynamic-css' href='https://artemis-cg.com/wp-content/themes/codz/assets/css/radiantthemes-dynamic.css?ver=1708845959' type='text/css' media='all' /> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.23' id='tp-tools-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.23' id='revmin-js'></script> <script type='text/javascript' src='//use.typekit.net/xna7pxa.js?ver=1.0' id='radiantthemes-typekit-js'></script> <script type='text/javascript' id='radiantthemes-typekit-js-after'> try{Typekit.load({ async: true });}catch(e){} </script> <link rel="https://api.w.org/" href="https://artemis-cg.com/wp-json/" /><link rel="alternate" type="application/json" href="https://artemis-cg.com/wp-json/wp/v2/posts/23329" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://artemis-cg.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://artemis-cg.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.9.9" /> <meta name="generator" content="WooCommerce 6.4.1" /> <link rel="canonical" href="https://artemis-cg.com/exactly-what-are-signature-loans-for-all-those/" /> <link rel='shortlink' href='https://artemis-cg.com/?p=23329' /> <link rel="alternate" type="application/json+oembed" href="https://artemis-cg.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fartemis-cg.com%2Fexactly-what-are-signature-loans-for-all-those%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://artemis-cg.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fartemis-cg.com%2Fexactly-what-are-signature-loans-for-all-those%2F&#038;format=xml" /> <meta name="generator" content="Redux 4.3.12" /><style type='text/css'> .ae_data .elementor-editor-element-setting { display:none !important; } </style><link rel="pingback" href="https://artemis-cg.com/xmlrpc.php"> <link rel="icon" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" sizes="32x32" /> <link rel="icon" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" sizes="192x192"> <link rel="apple-touch-icon-precomposed" href="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" /> <meta name="msapplication-TileImage" content="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><meta name="generator" content="Powered by Slider Revolution 6.2.23 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript">function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style")); document.getElementById(e.c).height = newh+"px"; window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }"; } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> .service-bx-arrow .right-arrow-circle-effect .elementor-icon:before{ border-color:#f04c32; } .right-arrow-circle-effect .elementor-icon{ background:#f04c32; } .elementor-element.elementor-element-73561136:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-779f6526:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-1717195a:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-bdd87c2:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-3240 .elementor-element.elementor-element-1717195a:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-b4c892b:hover > .elementor-element-populated, .elementor-3240 .elementor-element.elementor-element-887552f:hover > .elementor-element-populated { border-style: none !important; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5); border-bottom: 2px solid #f47127 !important; border:none !important; border-style: none !important; box-shadow: none !important; } /* .btn-1,.btn-2,.btn-3,.btn-4,.btn-5,.btn-6 {opacity:0} */ .elementor-3240 .elementor-element.elementor-element-73561136:hover .btn-1 { opacity:1 !important; } .elementor-3240 .elementor-element.elementor-element-779f6526:hover .btn-2 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-3 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-4 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-5 { opacity:1; } .elementor-3240 .elementor-element.elementor-element-435a2e02:hover .btn-6 { opacity:1; } p.elementor-heading-title.elementor-size-default { text-shadow: none !important; } .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-73561136:hover { box-shadow: 0 0 24px 0 rgb(0 0 0 / .5); } marquee { width: 100%; position: fixed; bottom: 0; z-index: 9999; background: #6f6f6f; display: flex; align-items: center; height: 50px; color: white; } </style> <style id="codz_theme_option-dynamic-css" title="dynamic-css" class="redux-options-output">body{background-color:#ffffff;}body{text-transform:none;line-height:32px;letter-spacing:0.5px;font-weight:200;color:#676767;font-size:17px;font-display:swap;}h1{line-height:80px;letter-spacing:1.1px;font-weight:700;font-size:80px;font-display:swap;}h2{line-height:40px;letter-spacing:0px;font-weight:700;color:#060221;font-size:40px;font-display:swap;}h3{text-transform:none;line-height:35px;letter-spacing:0px;font-weight:700;color:#060221;font-size:22px;font-display:swap;}h4{text-transform:none;line-height:28px;letter-spacing:0px;font-weight:400;font-size:20px;font-display:swap;}h5{line-height:30px;letter-spacing:0px;font-weight:700;font-size:20px;font-display:swap;}h6{line-height:32px;letter-spacing:0px;font-weight:200;color:#181b31;font-size:20px;font-display:swap;}body > .scrollup{background-color:#ffffff;}body > .scrollup{color:#191919;}.wraper_header.style-one .wraper_header_main{background-color:rgba(255,255,255,0.09);}.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#fefefe;font-size:15px;font-display:swap;}.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f96232;}.wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-one .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:26px;font-weight:400;font-style:normal;color:#fefefe;font-size:15px;font-display:swap;}body[data-header-style="header-style-one"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-one"] .mobile-menu-nav{text-transform:uppercase;line-height:27px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-two .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-two .is-sticky .wraper_header_main, .wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:700;font-style:normal;color:#18161b;font-size:15px;font-display:swap;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-two .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:700;font-style:normal;color:#18161b;font-size:14px;font-display:swap;}.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#F54EA2;}body[data-header-style="header-style-two"] #mobile-menu{background-color:#18161b;}body[data-header-style="header-style-two"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}body[data-header-style="header-style-three"] .wraper_header_main{background-color:#000000;}body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-three"] .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.current-menu-item a, body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a:hover{color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a:hover{border-color:#e21535;}body[data-header-style="header-style-three"] .wraper_header_main .nav{text-transform:uppercase;line-height:27px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}body[data-header-style="header-style-four"] .sidr{background-color:#252525;}body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before, body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row:before{background-color:#fe6c33;}body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.current-menu-item a{color:#fe6c33;}body[data-header-style="header-style-four"] .wraper_header_main .nav{line-height:38px;font-weight:400;font-style:normal;color:#ffffff;font-size:30px;font-display:swap;}body[data-header-style="header-style-five"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}body[data-header-style="header-style-five"] .wraper_flyout_menu, body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line{background-color:#040404;}body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav{line-height:50px;font-weight:400;font-style:normal;color:#ffffff;font-size:42px;font-display:swap;}body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count{background-color:#b7914a;}.wraper_header.style-six .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:16px;font-display:swap;}.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f1588d;}.wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-six .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-six .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six .wraper_header_main .header-responsive-nav{color:#ffffff;}body[data-header-style="header-style-six"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-six"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six .is-sticky .wraper_header_main, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-six .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header_main_action ul > li i, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li i{color:#030712;}.wraper_header.style-six .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#030712;}.wraper_header.style-six-b .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#05192D;font-size:16px;font-display:swap;}.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#f1588d;}.wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-six-b .rt-mega-menu{background-color:#0a0a0a;}.wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-six-b .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six-b .wraper_header_main .header-responsive-nav{color:#ffffff;}body[data-header-style="header-style-six-b"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-six-b"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-six-b .is-sticky .wraper_header_main, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-six-b .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main_action ul > li i, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_action ul > li i{color:#030712;}.wraper_header.style-six-b .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#030712;}body[data-header-style="header-style-seven"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-seven .wraper_header_main .header-flexi-menu{background-color:#ff2c54;}body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-overlay{background-color:#ffffff;background-position:right center;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Header-7-Menu-Background.png');background-size:cover;}body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav{text-transform:uppercase;line-height:45px;font-weight:700;font-style:normal;color:#363F54;font-size:32px;font-display:swap;}.wraper_header.style-eight .wraper_header_main{background-color:#ffffff;}.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;color:#676767;font-display:swap;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-eight .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;color:#676767;font-display:swap;}.wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#627792;}.wraper_header.style-eight .wraper_header_main .header-responsive-nav{color:#000000;}body[data-header-style="header-style-eight"] #mobile-menu{background-color:#231834;}body[data-header-style="header-style-eight"] .mobile-menu-nav{text-transform:capitalize;letter-spacing:0.5px;color:#f2f2f2;font-display:swap;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one{border-color:#032b5f;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .button-one{background-color:#ffffff;}.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn{line-height:19px;color:#697d97;font-size:14px;font-display:swap;}.wraper_header.style-eight .is-sticky .wraper_header_main, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-eight .is-sticky .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a{color:#676767;}.wraper_header.style-eight .is-sticky .wraper_header_main .header-responsive-nav, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav{color:#032b5f;}.wraper_header.style-eight .is-sticky .wraper_header_main .header_main_calltoaction > .btn.button-one, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one{border-color:#032b5f;}.wraper_header.style-eight .is-sticky .wraper_header_main .header_main_calltoaction > .btn.button-one, .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one{color:#032b5f;}.wraper_header.style-nine .wraper_header_main{background-color:#ffffff;}.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:700;font-style:normal;color:#24323D;font-size:14px;font-display:swap;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-nine .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:700;font-style:normal;color:#24323D;font-size:14px;font-display:swap;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#24323D;}body[data-header-style="header-style-nine"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-nine"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-ten .wraper_header_top{background-color:rgba(9,53,129,0.98);}.wraper_header.style-ten .wraper_header_main{background-color:rgba(255,255,255,0.99);}.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:25px;font-weight:400;font-style:normal;color:#6c6c6c;font-size:15px;font-display:swap;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-ten .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:capitalize;line-height:25px;font-weight:400;font-style:normal;color:#030303;font-size:15px;font-display:swap;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#05192D;}.wraper_header.style-ten .wraper_header_main .header-responsive-nav{color:#030303;}body[data-header-style="header-style-ten"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-ten"] .mobile-menu-nav{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-ten .is-sticky .wraper_header_main, .wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_top{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn.button-one{background-color:#15224d;}.wraper_header.style-eight .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn.button-two{background-color:#c11414;}.wraper_header.style-eleven .wraper_header_main{background-color:#ffffff;}.wraper_header.style-eleven .wraper_header_nav{background-color:#15224d;}.wraper_header.style-eleven .wraper_header_nav .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-eleven .rt-mega-menu{background-color:#c11414;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-eleven .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{background-color:#c11414;}body[data-header-style="header-style-eleven"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-eleven"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:14px;font-display:swap;}.wraper_header.style-twelve .wraper_header_top{background-color:rgba(0,0,0,0.25);}.wraper_header.style-twelve .wraper_header_main{background-color:rgba(0,0,0,0.01);}.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-twelve .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-twelve .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;line-height:28px;font-weight:400;font-style:normal;color:#252525;font-size:15px;font-display:swap;}.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:#ff9a3a;}body[data-header-style="header-style-twelve"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-twelve"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .wraper_header_top{background-color:#051539;}.wraper_header.style-thirteen .wraper_header_main{background-color:#ffffff;}.wraper_header.style-thirteen .is-sticky .wraper_header_main, .wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#05192D;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-thirteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#282828;font-size:15px;font-display:swap;}.wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li:hover > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-item > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.current-menu-parent > a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li:hover a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-item a, .wraper_header.style-thirteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.current-menu-parent a{color:#E85B08;}body[data-header-style="header-style-thirteen"] #mobile-menu{background-color:#010101;}body[data-header-style="header-style-thirteen"] .mobile-menu-nav{text-transform:capitalize;line-height:25px;letter-spacing:0.6px;font-weight:400;font-style:normal;color:#ffffff;font-size:15px;font-display:swap;}body[data-header-style="header-style-fourteen"] .wraper_header_main{background-color:rgba(0,0,0,0.01);}.wraper_header.style-fourteen .wraper_header_main .header_main .header-slideout-menu{color:#ffffff;}.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li > a{color:#ffffff;}body[data-header-style="header-style-fourteen"] .wraper_slideout_menu{background-color:#000000;}body[data-header-style="header-style-fourteen"] .wraper_slideout_menu .slideout-menu > .slideout-menu-nav{line-height:45px;letter-spacing:1px;font-weight:400;font-style:normal;color:#ffffff;font-size:35px;font-display:swap;}body[data-header-style="header-style-fourteen"] .is-sticky .wraper_header_main, body[data-header-style="header-style-fourteen"] .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky{background-color:#ffffff;}.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .header-slideout-menu, .wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header-slideout-menu{color:#191919;}.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main ul.header-social > li > a, .wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main ul.header-social > li > a{color:#191919;}.wraper_header.style-fifteen .wraper_header_top{background-color:#0a3681;}.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn.button-one{background-color:#0a3681;}.wraper_header.style-fifteen .wraper_header_main{background-color:rgba(0,0,0,0);}.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{text-transform:capitalize;line-height:23px;letter-spacing:0.6px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}.wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-fifteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:center;text-transform:capitalize;line-height:23px;letter-spacing:0.6px;font-weight:700;font-style:normal;color:#05192d;font-size:13px;font-display:swap;}.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{background-color:rgba(255,187,60,0);}body[data-header-style="header-style-fifteen"] #mobile-menu{background-color:#000000;}body[data-header-style="header-style-fifteen"] .mobile-menu-nav{line-height:23px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}.wraper_header.style-sixteen .wraper_header_main{background-color:#ffffff;}.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{line-height:28px;font-weight:400;font-style:normal;color:#000000;font-size:14px;font-display:swap;}.wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul, .wraper_header.style-sixteen .rt-mega-menu{background-color:#ffffff;}.wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-sixteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a{text-align:left;text-transform:uppercase;line-height:28px;font-weight:400;font-style:normal;color:#000000;font-size:13px;font-display:swap;}.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count{background-color:#000000;}body[data-header-style="header-style-sixteen"] #mobile-menu{background-color:#191919;}body[data-header-style="header-style-sixteen"] .mobile-menu-nav{text-transform:uppercase;line-height:28px;letter-spacing:0.5px;font-weight:700;font-style:normal;color:#ffffff;font-size:13px;font-display:swap;}body[data-header-style="header-style-seventeen"] .wraper_header_main{background-color:rgba(255,255,255,0.01);}.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu{background-color:#ff2c54;}body[data-header-style="header-style-seventeen"] .wraper_slideout_menu{background-color:#000000;}body[data-header-style="header-style-seventeen"] .wraper_slideout_menu .slideout-menu > .slideout-menu-nav{line-height:50px;letter-spacing:1px;font-weight:400;font-style:normal;color:#ffffff;font-size:40px;font-display:swap;}.wraper_inner_banner{background-color:#efefef;background-repeat:no-repeat;background-position:center center;background-image:url('https://artemis-cg.com/wp-content/uploads/2020/01/blog-banner-new.jpg');background-size:cover;}.wraper_inner_banner_main{border-bottom-color:rgba(255,255,255,0.01);}.wraper_inner_banner_main > .container{padding-top:170px;padding-bottom:94px;}.inner_banner_main .title{line-height:60px;font-weight:700;font-style:normal;color:#ffffff;font-size:50px;font-display:swap;}.inner_banner_main .subtitle{color:#ffffff;font-display:swap;}.inner_banner_breadcrumb #crumbs{line-height:26px;font-weight:400;font-style:normal;color:#FFFFFF;font-size:15px;font-display:swap;}.wraper_inner_banner_breadcrumb > .container{padding-top:0px;padding-bottom:125px;}.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{padding-top:12px;padding-right:35px;padding-bottom:12px;padding-left:35px;}.widget-area>.widget.widget_search .search-form input[type=submit],.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{background-color:#fb5545;}.comments-area .comment-form > p button[type="submit"]:hover,.radiantthemes-button > .radiantthemes-button-main:hover, .gdpr-notice .btn:hover, .shop_single > .summary form.cart .button:hover, .shop_single #review_form #respond input[type=submit]:hover, .woocommerce button.button[name=apply_coupon]:hover, .woocommerce button.button[name=update_cart]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce form.checkout_coupon .form-row .button:hover, .woocommerce #payment #place_order:hover, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover, .widget-area > .widget.widget_price_filter .button:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=reset]:hover, .wraper_error_main.style-one .error_main .btn:hover, .wraper_error_main.style-two .error_main .btn:hover, .wraper_error_main.style-three .error_main_item .btn:hover, .wraper_error_main.style-four .error_main .btn:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,.widget-area > .widget.widget_search .search-form input[type="submit"]:hover{background-color:#fb5545;}.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-ms-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);-o-box-shadow: 0 0 0 0 rgba(0,0,0,0.01);box-shadow: 0 0 0 0 rgba(0,0,0,0.01);}.widget-area>.widget.widget_search .search-form input[type=submit],.radiantthemes-button > .radiantthemes-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type=submit], .woocommerce button.button[name=apply_coupon], .woocommerce button.button[name=update_cart], .woocommerce button.button[name=update_cart]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn, .comments-area .comment-form > p button[type=submit], .comments-area .comment-form > p button[type=reset], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn{line-height:30px;letter-spacing:0.5px;color:#ffffff;font-size:16px;font-display:swap;}.radiantthemes-button > .radiantthemes-button-main:hover, .gdpr-notice .btn:hover, .shop_single > .summary form.cart .button:hover, .shop_single #review_form #respond input[type=submit]:hover, .woocommerce button.button[name=apply_coupon]:hover, .woocommerce button.button[name=update_cart]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce form.checkout_coupon .form-row .button:hover, .woocommerce #payment #place_order:hover, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a:hover, .widget-area > .widget.widget_price_filter .button:hover, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .comments-area .comment-form > p button[type=submit]:hover, .comments-area .comment-form > p button[type=reset]:hover, .wraper_error_main.style-one .error_main .btn:hover, .wraper_error_main.style-two .error_main .btn:hover, .wraper_error_main.style-three .error_main_item .btn:hover, .wraper_error_main.style-four .error_main .btn:hover{color:#ffffff;}.radiantthemes-button > .radiantthemes-button-main i{color:#ffffff;}.radiantthemes-button > .radiantthemes-button-main:hover i{color:#ffffff;}.wraper_error_main.style-two{background-color:#ffffff;}.wraper_error_main.style-three{background-color:#ffffff;}.wraper_error_main.style-four{background-color:#ffffff;}.wraper_maintenance_main.style-one{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-One-Image.png');}.wraper_maintenance_main.style-two{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-Two-Image.png');}.wraper_maintenance_main.style-three{background-color:#ffffff;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Maintenance-More-Style-Three-Image.png');}.wraper_comingsoon_main.style-one{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-One-Background-Image.png');background-size:cover;}.wraper_comingsoon_main.style-two{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-Two-Background-Image.png');background-size:cover;}.wraper_comingsoon_main.style-three{background-color:#000000;background-image:url('https://codz.radiantthemes.com/wp-content/themes/codz/assets/images/Coming-Soon-Style-Three-Background-Image.png');background-size:cover;}</style></head> <body class="post-template-default single single-post postid-23329 single-format-standard wp-embed-responsive theme-codz woocommerce-no-js radiantthemes radiantthemes-codz elementor-default elementor-kit-21304" data-page-transition="" data-header-style="header-style-eight" data-nicescroll-cursorcolor="#ffbc13" data-nicescroll-cursorwidth="7px"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <!-- overlay --> <div class="overlay"></div> <!-- overlay --> <!-- scrollup --> <div class="scrollup right"> <i class="fa fa-angle-up"></i> </div> <!-- scrollup --> <!-- radiantthemes-website-layout --> <div class="radiantthemes-website-layout full-width"> <!-- wraper_header --> <header class="wraper_header style-eight floating-header"> <!-- wraper_header_main --> <div data-delay="500" class="wraper_header_main radiantthemes-sticky-style-two"> <div class="container"> <!-- header_main --> <div class="header_main"> <!-- brand-logo --> <div class="brand-logo radiantthemes-retina"> <a href="https://artemis-cg.com/"><img src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" alt="" width="500" height="136"></a> </div> <!-- brand-logo --> <!-- brand-logo-sticky --> <div class="brand-logo-sticky radiantthemes-retina"> <a href="https://artemis-cg.com/"><img src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" alt="" width="500" height="136"></a> </div> <!-- brand-logo-sticky --> <!-- header-responsive-nav --> <div class="header-responsive-nav hidden-lg hidden-md visible-sm visible-xs"><span class="ti-menu"></span></div> <!-- header-responsive-nav --> <!-- header_main_calltoaction --> <div class="header_main_calltoaction visible-lg visible-md hidden-sm hidden-xs"> <a class="btn button buttonnormal" href="tel:407-452-4909"><span class="btn_one_sub_text"></span><span class="bttn_one_text">407-452-4909</span></a> </div> <!-- header_main_calltoaction --> <!-- nav --> <nav class="nav visible-lg visible-md hidden-sm hidden-xs"> <div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-21388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" data-description="">Home</a></li> <li id="menu-item-21448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" data-description="">On-Site &#038; Remote IT Services</a></li> <li id="menu-item-21544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" data-description="">Consulting Services</a></li> <li id="menu-item-21617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" data-description="">About Us</a></li> <li id="menu-item-21389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" data-description="">Contact</a></li> <li id="menu-item-22088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" data-description="">Privacy Policy</a></li> </ul></div> </nav> <!-- nav --> <div class="clearfix"></div> </div> <!-- header_main --> </div> </div> <!-- wraper_header_main --> </header> <!-- wraper_header --> <!-- mobile-menu --> <div class="mobile-menu hidden"> <!-- mobile-menu-main --> <div class="mobile-menu-main"> <!-- mobile-menu-close --> <div class="mobile-menu-close"> <span class="ti-close"></span> </div> <!-- mobile-menu-close --> <div class="mobile header_main_calltoaction"> </div> <!-- mobile-menu-nav --> <nav class="mobile-menu-nav"> <div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" data-description="">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" data-description="">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" data-description="">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" data-description="">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" data-description="">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" data-description="">Privacy Policy</a></li> </ul></div> </nav> <!-- mobile-menu-nav --> </div> <!-- mobile-menu-main --> </div> <!-- mobile-menu --> <!-- hamburger-menu-holder --> <div class="hamburger-menu-holder hidden"> <!-- hamburger-menu --> <div class="hamburger-menu"> <!-- hamburger-menu-close --> <div class="hamburger-menu-close"> <div class="table"> <div class="table-cell"> <!-- hamburger-menu-close-lines --> <div class="hamburger-menu-close-lines"><span></span><span></span></div> <!-- hamburger-menu-close-lines --> </div> </div> </div> <!-- hamburger-menu-close --> <!-- hamburger-menu-main --> <div class="hamburger-menu-main"> </div> <!-- hamburger-menu-main --> </div> <!-- hamburger-menu --> </div> <!-- hamburger-menu-holder --> <!-- wraper_header_bannerinner --> <!-- #page --> <div id="page" class="site"> <!-- #content --> <div id="content" class="site-content"> <div id="primary post-23329" class="content-area post-23329 post type-post status-publish format-standard hentry category-payday-installment-loans-online-2"> <main id="main" class="site-main"> <!-- wraper_blog_banner style-one --> <section class="wraper_blog_banner style-one"> <!-- wraper_blog_banner_main --> <div class="wraper_blog_banner_main"> <div class="container"> <!-- blog_banner_main --> <div class="row blog_banner_main"> <div class="col-lg-6 col-md-6 col-sm-8 col-xs-12 text-left"> <!-- blog_banner_main_item --> <div class="blog_banner_main_item"> <!-- entry-header --> <header class="entry-header"> <h1 class="entry-title">Exactly what are Signature loans for all those into Disability?</h1> </header> <!-- entry-header --> </div> <!-- blog_banner_main_item --> </div> <div class="col-lg-6 col-md-6 col-sm-4 col-xs-12"></div> </div> <!-- blog_banner_main --> </div> </div> <!-- wraper_blog_banner_main --> <!-- wraper_blog_banner_tags --> <div class="wraper_blog_banner_tags"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-8 col-xs-12"> <!-- blog_banner_tags --> <div class="row blog_banner_tags"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-left"> <!-- blog_banner_tags_item --> <div class="blog_banner_tags_item"> <p class="site-meta">Published By: <strong><a href="https://artemis-cg.com/author/artemis/">artemis</a></strong></p> </div> <!-- blog_banner_tags_item --> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 text-left"> <!-- blog_banner_tags_item --> <div class="blog_banner_tags_item"> <p class="site-meta">Published On: <strong><a href="https://artemis-cg.com/exactly-what-are-signature-loans-for-all-those/">August 30, 2022</a></strong></p> </div> <!-- blog_banner_tags_item --> </div> </div> <!-- blog_banner_tags --> </div> <div class="col-lg-6 col-md-6 col-sm-4 col-xs-12"></div> </div> <!-- row --> </div> </div> <!-- wraper_blog_banner_tags --> </section> <!-- wraper_blog_banner style-one --> <!-- wraper_blog_main --> <section class="wraper_blog_main style-one"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> <div class="col-lg-8 col-md-8 col-sm-10 col-xs-12"> <!-- blog_single style-one --> <div class="blog_single style-one"> <article class="single-post"> <div class="entry-main"> <div class="entry-content default-page"> <p><title>Exactly what are Signature loans for all those into Disability?</title></p> <h4>Fast Money in your Bank</h4> <p>If you get a handicap examine, chances are great that money is always rigid. So what do you really create if you need a different sort of wheelchair or nebulizer and it also actually included in the insurance? You might pursue signature loans for people towards the handicap just like the several other choice.</p> <p>Talking about unsecured outstanding debts, particularly Difficult Currency Signature loans, centered on your earnings. Yes, you could qualify for that loan according to the level of your own handicap view.</p> <p>Unsecured loans for all those for the disability usually are employed for impairment-related expenditures. Your or similar and discovered one absolutely nothing secure your needs.</p> <p>It’s anything from a myth that there&#8217;s a free of charge program somewhere to cover everything you might just you need. The reality is that regardless of if you will find a course, it could just security a portion of what you need and you may you&#8217;ll have to submit the brand new holes in some way.<span id="more-23329"></span></p> <h2>What are Financing Available options In order to Individuals With the Handicap?</h2> <p>A personal loan represents one of the most flexible choices available so you can anyone on disabilitypared which have a payday loan, which can be granted in just moments, personal loans generally wanted longer to help you procedure, however they are nonetheless quick compared to almost every other issues with the sector. The most famous goods are car and truck loans for people toward handicap and you may house equity credit lines.</p> <p>Something that you&#8217;ll wonder your is the fact handicapped anybody is also including be eligible for unsecured finance solutions such as for example fund as opposed to cosigners and easy money cash advance for people with poor credit.</p> <h2>Just how much Must i Rating With A consumer loan for all those with the Handicap?</h2> <p>You&#8217;re thought “I am talking about, get real. I&#8217;m towards impairment. Could you thought I will manage to pay good 1500 Buck Mortgage?”</p> <p>These types of aren&#8217;t fundamentally cash advance. If you would like over you could potentially pay off out-of your following see, then you get a hold of installment loans.</p> <p>If you would like more than just a few months to expend they straight back, you happen to be capable strategy financing title regarding a great season or even more. In reality, you will be in a position to arrange a beneficial 5 Year Funds.</p> <h2>What to Believe Before you apply?</h2> <p>When you find yourself shopping around to possess a personal bank loan to make use of for goal, should it be to pay off credit card debt or to pick yet another automobile, there are several things which can apply to your loan approval. Your credit report is among the earliest issues that loan providers would like to evaluate. Insufficient adequate personal lines of credit in your statement you may mean you are refuted.</p> <p>But not, there are plenty of individuals with established debt being still capable of getting fund to have less than perfect credit on line, making it essential never to stress too quickly. Whether your experience with pay day loan possess kept you with a beneficial bad preference in your mouth area, you might proper care if for example the application will be acknowledged for many who apply for an installment loan on the web. A personal loan to have poor credit will require you to provide proof of money, including an income stub or taxation statements indicating your revenue. This really is challenging if there is no a position verification program positioned towards the fund you’re making an application for.</p> <p>Next thing to look at is your credit score. Your credit report is dependent upon a price one lenders label your own “credit rating”. These types of score may include 300 so you&#8217;re able to 850, and better ratings mean you have a good chance of getting a <a href="https://pdqtitleloans.com/installment-loans-mi/">https://www.pdqtitleloans.com/installment-loans-mi</a> costs and cost you to apply at bad credit finance.</p> <div class="clearfix"></div> </div><!-- .entry-content --> </div><!-- .entry-main --> </article><!-- #post-## --> </div> <!-- blog_single style-one --> </div> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> </div> <!-- row --> <div class="row"> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-12"> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-12"> <!-- wraper_blog_navigation style-one --> <div class="wraper_blog_navigation style-one"> <!-- row --> <!-- blog_navigation --> <div class="blog_navigation"> <!-- row --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <!-- navigation-link --> <div class="navigation-link nav-previous"> <div class="icon"> <span class="icon-arrow"><i class="fa fa-angle-left"></i></span> </div> <a class="link" rel="prev" href="https://artemis-cg.com/teneriffa-textilfreies-baden-perish-besten-strande-3/" title="Teneriffa textilfreies Baden. Perish besten Strande, Hotels, Tipps &amp; Infos z. Hd. den FKK-Urlaub in Teneriffa"> Older Post <strong>Teneriffa textilfreies Baden. Perish besten Strande, Hotels, Tipps &amp; Infos z. Hd. den FKK-Urlaub in Teneriffa</strong> </a> </div> <!-- navigation-link --> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <!-- navigation-link --> <div class="navigation-link nav-next"> <div class="icon"> <span class="icon-arrow"><i class="fa fa-angle-right"></i></span> </div> <a class="link" rel="next" href="https://artemis-cg.com/lendup-will-bring-a-knowledgeable-payday-loans-2/" title="LendUp will bring a knowledgeable payday loans online given on sector"> Newer Post <strong>LendUp will bring a knowledgeable payday loans online given on sector</strong> </a> </div> <!-- navigation-link --> </div> </div> <!-- row --> </div> <!-- blog_navigation --> <!-- row --> </div> <!-- wraper_blog_navigation style-one --> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-12"></div> </div> </section> <!-- wraper_blog_main --> <!-- wraper_blog_comments style-one --> <div class="wraper_blog_comments style-one"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> <div class="col-lg-8 col-md-8 col-sm-10 col-xs-12 text-center"> <!-- blog_comments --> <div class="blog_comments"> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/exactly-what-are-signature-loans-for-all-those/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://artemis-cg.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message" aria-hidden="true">Required fields are marked <span class="required" aria-hidden="true">*</span></span></p><p class = "comment-form-comment"><textarea id = "comment" name = "comment" aria-required = "true" placeholder = "Your Comment"></textarea></p><p class="comment-form-author"><input id="author" placeholder="Your Name" name="author" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-email"><input id="email" placeholder="Your Email" name="email" type="text" value="" size="30" aria-required='true' /></p> <p class="comment-form-url"><input id="url" name="url" placeholder="Website" type="text" value="" size="30" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='23329' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </div> <!-- blog_comments --> </div> <div class="col-lg-2 col-md-2 col-sm-1 col-xs-12"></div> </div> <!-- row --> </div> </div> <!-- wraper_blog_comments style-one --> </main><!-- #main --> </div><!-- #primary --> </div> <!-- #content --> </div> <!-- #page --> <!-- wraper_footer --> <footer class="wraper_footer custom-footer"> <div class="container"> <div data-elementor-type="section" data-elementor-id="15684" class="elementor elementor-15684" data-elementor-settings="[]"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5863fe75 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5863fe75" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7df3f0f" data-id="7df3f0f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3435b160 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3435b160" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3d9780ba" data-id="3d9780ba" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5e7a9b05 footer-logo elementor-widget elementor-widget-image" data-id="5e7a9b05" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="98" height="50" src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" class="attachment-full size-full" alt="" loading="lazy" /> </div> </div> </div> <div class="elementor-element elementor-element-6002fadd elementor-widget elementor-widget-heading" data-id="6002fadd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">3801 Spirited Cir ST Cloud FL, 34772</p> </div> </div> <div class="elementor-element elementor-element-10c011c6 elementor-widget elementor-widget-heading" data-id="10c011c6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Phone: 407-452-4909 | Email: info@artemis-cg.com</p> </div> </div> <div class="elementor-element elementor-element-24e0786 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="24e0786" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-602d525" href="https://www.facebook.com/artemiscg20" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </div> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c83928d" href="https://www.linkedin.com/in/carlos-cruz-82b765200/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6fb474f6" data-id="6fb474f6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-7557071d elementor-widget elementor-widget-heading" data-id="7557071d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Quick Links</h5> </div> </div> <div class="elementor-element elementor-element-46ba3cb elementor-nav-menu--indicator-classic elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="46ba3cb" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-46ba3cb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" class="elementor-item">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" class="elementor-item">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" class="elementor-item">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-46ba3cb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-21388"><a href="https://artemis-cg.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21448"><a href="https://artemis-cg.com/services/" class="elementor-item">On-Site &#038; Remote IT Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21544"><a href="https://artemis-cg.com/consulting-services/" class="elementor-item">Consulting Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21617"><a href="https://artemis-cg.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21389"><a href="https://artemis-cg.com/contact-1/" class="elementor-item">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://artemis-cg.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li> </ul></nav> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-01e7490 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="01e7490" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-cb639fb" data-id="cb639fb" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1eece3a footer-logo elementor-widget elementor-widget-image" data-id="1eece3a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="98" height="50" src="https://artemis-cg.com/wp-content/uploads/2020/10/ftr-logo.png" class="attachment-full size-full" alt="" loading="lazy" /> </div> </div> </div> <div class="elementor-element elementor-element-97fc5e8 elementor-widget elementor-widget-heading" data-id="97fc5e8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">3801 Spirited Cir ST Cloud FL, 34772</p> </div> </div> <div class="elementor-element elementor-element-8c360a0 elementor-widget elementor-widget-heading" data-id="8c360a0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Phone: 407-452-4909 | Email: info@artemis-cg.com</p> </div> </div> <div class="elementor-element elementor-element-e744f1f elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="e744f1f" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-602d525" href="#" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </div> <div class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c83928d" href="#" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-acf1978" data-id="acf1978" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a6f521d elementor-widget elementor-widget-heading" data-id="a6f521d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Home Pages</h5> </div> </div> <div class="elementor-element elementor-element-b43eb37 elementor-widget elementor-widget-heading" data-id="b43eb37" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">IT Solutions</a></p> </div> </div> <div class="elementor-element elementor-element-3b4c545 elementor-widget elementor-widget-heading" data-id="3b4c545" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Software</a></p> </div> </div> <div class="elementor-element elementor-element-46b1039 elementor-widget elementor-widget-heading" data-id="46b1039" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Applications</a></p> </div> </div> <div class="elementor-element elementor-element-7a2fae0 elementor-widget elementor-widget-heading" data-id="7a2fae0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Consultancy</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-9121115" data-id="9121115" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a0e1709 elementor-widget elementor-widget-heading" data-id="a0e1709" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">About Codz</h5> </div> </div> <div class="elementor-element elementor-element-55218ec elementor-widget elementor-widget-heading" data-id="55218ec" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Our Company</a></p> </div> </div> <div class="elementor-element elementor-element-f8a5921 elementor-widget elementor-widget-heading" data-id="f8a5921" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://artemis-cg.com/about-us/">About Us</a></p> </div> </div> <div class="elementor-element elementor-element-c541d2d elementor-widget elementor-widget-heading" data-id="c541d2d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Services</a></p> </div> </div> <div class="elementor-element elementor-element-3487681 elementor-widget elementor-widget-heading" data-id="3487681" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Why Choose Us</a></p> </div> </div> <div class="elementor-element elementor-element-b5e50a8 elementor-widget elementor-widget-heading" data-id="b5e50a8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Our Team​</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-a87c3c5" data-id="a87c3c5" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-211ee67 elementor-widget elementor-widget-heading" data-id="211ee67" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Related Links</h5> </div> </div> <div class="elementor-element elementor-element-e810a6c elementor-widget elementor-widget-heading" data-id="e810a6c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Case Studies</a></p> </div> </div> <div class="elementor-element elementor-element-7376577 elementor-widget elementor-widget-heading" data-id="7376577" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Shop</a></p> </div> </div> <div class="elementor-element elementor-element-436afbb elementor-widget elementor-widget-heading" data-id="436afbb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Blogs</a></p> </div> </div> <div class="elementor-element elementor-element-c6ff69e elementor-widget elementor-widget-heading" data-id="c6ff69e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Pricing Table</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-d60a0ea" data-id="d60a0ea" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5accec9 elementor-widget elementor-widget-heading" data-id="5accec9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Support</h5> </div> </div> <div class="elementor-element elementor-element-7b67b5e elementor-widget elementor-widget-heading" data-id="7b67b5e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Client Support</a></p> </div> </div> <div class="elementor-element elementor-element-b2d3812 elementor-widget elementor-widget-heading" data-id="b2d3812" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Client Feedback</a></p> </div> </div> <div class="elementor-element elementor-element-3f1e2ba elementor-widget elementor-widget-heading" data-id="3f1e2ba" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Careers</a></p> </div> </div> <div class="elementor-element elementor-element-f969ddc elementor-widget elementor-widget-heading" data-id="f969ddc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://artemis-cg.com/contact-1/">Contact Us</a></p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6856899 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6856899" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a1fa57d" data-id="a1fa57d" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a634d2b elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a634d2b" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b0a0a6" data-id="2b0a0a6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-72c5db6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="72c5db6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-f399291" data-id="f399291" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a7a65a4 elementor-widget elementor-widget-heading" data-id="a7a65a4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Testimonial</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-2cfaeef" data-id="2cfaeef" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-594b5fe elementor-widget elementor-widget-heading" data-id="594b5fe" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">FAQ</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-5baea65" data-id="5baea65" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-16c1382 elementor-widget elementor-widget-heading" data-id="16c1382" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#">Career</a></p> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-d225c33" data-id="d225c33" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-3194827" data-id="3194827" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> <div class="elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-ce58204" data-id="ce58204" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-469cd49 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="469cd49" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d444147" data-id="d444147" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-bf73625 elementor-widget elementor-widget-text-editor" data-id="bf73625" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><a href="https://cbd-seo-agency.com">When it comes to selecting a CBD SEO company, it&#8217;s important to look for specific characteristics</a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </footer> <!-- wraper_footer --> </div> <!-- radiantthemes-website-layout --> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='elementor-post-15684-css' href='https://artemis-cg.com/wp-content/uploads/elementor/css/post-15684.css?ver=1666923400' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.11.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-21304-css' href='https://artemis-cg.com/wp-content/uploads/elementor/css/post-21304.css?ver=1651082872' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.1.4' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=5.9.9' type='text/css' media='all' /> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/artemis-cg.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.6' id='contact-form-7-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.6.4.1' id='jquery-blockui-js'></script> <script type='text/javascript' id='wc-add-to-cart-js-extra'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/artemis-cg.com","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=6.4.1' id='wc-add-to-cart-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.6.4.1' id='js-cookie-js'></script> <script type='text/javascript' id='woocommerce-js-extra'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=6.4.1' id='woocommerce-js'></script> <script type='text/javascript' id='wc-cart-fragments-js-extra'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_b1e564343d31b772cd9f245fa7495717","fragment_name":"wc_fragments_b1e564343d31b772cd9f245fa7495717","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=6.4.1' id='wc-cart-fragments-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/bootstrap.min.js?ver=1708845959' id='bootstrap-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.sidr.min.js?ver=1708845959' id='sidr-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.onePageNav.min.js?ver=1708845959' id='onepagenav-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.matchHeight-min.js?ver=1708845959' id='matchheight-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/wow.min.js?ver=1708845959' id='wow-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.nicescroll.min.js?ver=1708845959' id='nicescroll-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.sticky.min.js?ver=1708845959' id='sticky-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/jquery.fancybox.min.js?ver=1708845959' id='fancybox-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/isotope.pkgd.min.js?ver=1708845959' id='isotope-pkgd-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/themes/codz/assets/js/radiantthemes-custom.js?ver=1708845959' id='radiantthemes-custom-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/comment-reply.min.js?ver=5.9.9' id='comment-reply-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.1.4' id='font-awesome-4-shim-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.1.0' id='elementor-pro-webpack-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.1.4' id='elementor-webpack-runtime-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.1.4' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.1.0' id='elementor-sticky-js'></script> <script type='text/javascript' id='elementor-pro-frontend-js-before'> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/artemis-cg.com\/wp-admin\/admin-ajax.php","nonce":"1d41ea8a65","urls":{"assets":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor-pro\/assets\/"},"i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"menu_cart":{"cart_page_url":"https:\/\/artemis-cg.com","checkout_page_url":"https:\/\/artemis-cg.com"},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.1.0' id='elementor-pro-frontend-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.8.1' id='elementor-dialog-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.1.4' id='share-link-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script> <script type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false,"isImprovedAssetsLoading":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"3.1.4","is_static":false,"experimentalFeatures":[],"urls":{"assets":"https:\/\/artemis-cg.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":23329,"title":"Exactly%20what%20are%20Signature%20loans%20for%20all%20those%20into%20Disability%3F%20%E2%80%93%20Artemis%20CG%20LLC","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.1.4' id='elementor-frontend-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.1.0' id='pro-preloaded-elements-handlers-js'></script> <script type='text/javascript' src='https://artemis-cg.com/wp-content/plugins/elementor/assets/js/preloaded-elements-handlers.min.js?ver=3.1.4' id='preloaded-elements-handlers-js'></script> <!-- <script> jQuery(document).ready(function(){ jQuery('a').attr('href','javascript:;'); }) </script> --> </body> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0354'},{'id':'7382911'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script><script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'a2plcpnl0354'},{'id':'7382911'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script><script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh'},{'server':'a2plcpnl0354'},{'dcenter':'a2'},{'cp_id':'7382911'},{'cp_cache':''},{'cp_cl':'6'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>
fineweb
{ "fineweb_metadata": { "text": "Fast Money in your Bank\nIf you get a handicap examine, chances are great that money is always rigid. So what do you really create if you need a different sort of wheelchair or nebulizer and it also actually included in the insurance? You might pursue signature loans for people towards the handicap just like the several other choice.\nTalking about unsecured outstanding debts, particularly Difficult Currency Signature loans, centered on your earnings. Yes, you could qualify for that loan according to the level of your own handicap view.\nUnsecured loans for all those for the disability usually are employed for impairment-related expenditures. Your or similar and discovered one absolutely nothing secure your needs.\nIt’s anything from a myth that there’s a free of charge program somewhere to cover everything you might just you need. The reality is that regardless of if you will find a course, it could just security a portion of what you need and you may you’ll have to submit the brand new holes in some way.\nWhat are Financing Available options In order to Individuals With the Handicap?\nA personal loan represents one of the most flexible choices available so you can anyone on disabilitypared which have a payday loan, which can be granted in just moments, personal loans generally wanted longer to help you procedure, however they are nonetheless quick compared to almost every other issues with the sector. The most famous goods are car and truck loans for people toward handicap and you may house equity credit lines.\nSomething that you’ll wonder your is the fact handicapped anybody is also including be eligible for unsecured finance solutions such as for example fund as opposed to cosigners and easy money cash advance for people with poor credit.\nJust how much Must i Rating With A consumer loan for all those with the Handicap?\nYou’re thought “I am talking about, get real. I’m towards impairment. Could you thought I will manage to pay good 1500 Buck Mortgage?”\nThese types of aren’t fundamentally cash advance. If you would like over you could potentially pay off out-of your following see, then you get a hold of installment loans.\nIf you would like more than just a few months to expend they straight back, you happen to be capable strategy financing title regarding a great season or even more. In reality, you will be in a position to arrange a beneficial 5 Year Funds.\nWhat to Believe Before you apply?\nWhen you find yourself shopping around to possess a personal bank loan to make use of for goal, should it be to pay off credit card debt or to pick yet another automobile, there are several things which can apply to your loan approval. Your credit report is among the earliest issues that loan providers would like to evaluate. Insufficient adequate personal lines of credit in your statement you may mean you are refuted.\nBut not, there are plenty of individuals with established debt being still capable of getting fund to have less than perfect credit on line, making it essential never to stress too quickly. Whether your experience with pay day loan possess kept you with a beneficial bad preference in your mouth area, you might proper care if for example the application will be acknowledged for many who apply for an installment loan on the web. A personal loan to have poor credit will require you to provide proof of money, including an income stub or taxation statements indicating your revenue. This really is challenging if there is no a position verification program positioned towards the fund you’re making an application for.\nNext thing to look at is your credit score. Your credit report is dependent upon a price one lenders label your own “credit rating”. These types of score may include 300 so you’re able to 850, and better ratings mean you have a good chance of getting a https://www.pdqtitleloans.com/installment-loans-mi costs and cost you to apply at bad credit finance.", "id": "<urn:uuid:205c152f-3f4f-48b5-bc77-4d59b62e316b>", "dump": "CC-MAIN-2024-10", "url": "https://artemis-cg.com/exactly-what-are-signature-loans-for-all-those/", "date": "2024-02-25T07:26:00", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9641643762588501, "token_count": 811 } }
<urn:uuid:c6d28935-bd6b-486b-ad13-fe761a38fd5f>
<!doctype html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9 ]><html class="ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta name="facebook-domain-verification" content="r931d3co161rzezl7gv6cff00ogfb0" /> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="apple-touch-icon" sizes="180x180" href="//arzuscarf.com/cdn/shop/t/3/assets/apple-touch-icon.png?v=9646883272036799201477593492"> <link rel="icon" type="image/png" href="//arzuscarf.com/cdn/shop/t/3/assets/favicon-32x32.png?v=84950898499035912161477593491" sizes="32x32"> <link rel="icon" type="image/png" href="//arzuscarf.com/cdn/shop/t/3/assets/favicon-16x16.png?v=100790333511346088651477593489" sizes="16x16"> <link rel="manifest" href="//arzuscarf.com/cdn/shop/t/3/assets/manifest.json?v=45433627772407871751477593491"> <link rel="mask-icon" href="//arzuscarf.com/cdn/shop/t/3/assets/safari-pinned-tab.svg?v=66677135391787038821477593488" color="#d5b35b"> <meta name="theme-color" content="#ffffff"> <meta name="google-site-verification" content="vLKBDLqybEjNOoqBNvO-mA9NxYrxWMQ6Q7jgDRF3KuA" /> <!-- Title and description ================================================== --> <title> never out of lace scarf GEORGETTE &ndash; arzu </title> <meta name="description" content="Your favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE.  PERFORMANCE: &amp;gt; flawless hand-rolled hems &amp;gt; high-end durable synthetic GEORGETTE with just enough stretch &amp;gt; stay-true, no-bleed colour &amp;gt; easy to shape &amp;gt; regular size long: 180 x 60 cm |  Machine wash cold"> <!-- Helpers ================================================== --> <!-- /snippets/social-meta-tags.liquid --> <meta property="og:type" content="product"> <meta property="og:title" content="never out of lace scarf GEORGETTE"> <meta property="og:image" content="http://arzuscarf.com/cdn/shop/products/Arzu0243_grande.jpg?v=1616900056"> <meta property="og:image:secure_url" content="https://arzuscarf.com/cdn/shop/products/Arzu0243_grande.jpg?v=1616900056"> <meta property="og:image" content="http://arzuscarf.com/cdn/shop/products/Arzu0246_grande.jpg?v=1623128882"> <meta property="og:image:secure_url" content="https://arzuscarf.com/cdn/shop/products/Arzu0246_grande.jpg?v=1623128882"> <meta property="og:image" content="http://arzuscarf.com/cdn/shop/products/Arzu0245_grande.jpg?v=1623128882"> <meta property="og:image:secure_url" content="https://arzuscarf.com/cdn/shop/products/Arzu0245_grande.jpg?v=1623128882"> <meta property="og:price:amount" content="69.00"> <meta property="og:price:currency" content="MYR"> <meta property="og:description" content="Your favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE.  PERFORMANCE: &amp;gt; flawless hand-rolled hems &amp;gt; high-end durable synthetic GEORGETTE with just enough stretch &amp;gt; stay-true, no-bleed colour &amp;gt; easy to shape &amp;gt; regular size long: 180 x 60 cm |  Machine wash cold"> <meta property="og:url" content="https://arzuscarf.com/products/never-out-of-lace-scarf-georgette"> <meta property="og:site_name" content="arzu"> <meta name="twitter:card" content="product"> <meta name="twitter:title" content="never out of lace scarf GEORGETTE"> <meta name="twitter:description" content=" Your favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE.  PERFORMANCE: &amp;gt; flawless hand-rolled hems &amp;gt; high-end durable synthetic GEORGETTE with just enough stretch &amp;gt; stay-true, no-bleed colour &amp;gt; easy to shape &amp;gt; regular size long: 180 x 60 cm |  Machine wash cold/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined here. Please note you item will be subject to inspection: Worn, soiled or damaged goods (due to wear/improper washing) cannot be refunded and will not be returned to the owner. "> <meta name="twitter:image" content="https://arzuscarf.com/cdn/shop/products/Arzu0243_medium.jpg?v=1616900056"> <meta name="twitter:image:width" content="240"> <meta name="twitter:image:height" content="240"> <meta name="twitter:label1" content="Price"> <meta name="twitter:data1" content="RM69.00"> <meta name="twitter:label2" content="Brand"> <meta name="twitter:data2" content="arzu"> <link rel="canonical" href="https://arzuscarf.com/products/never-out-of-lace-scarf-georgette"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no"> <meta name="theme-color" content="#2e201f"> <!-- CSS ================================================== --> <link href="//arzuscarf.com/cdn/shop/t/3/assets/owl.carousel.css?v=116554819228707718891477069796" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/timber.scss.css?v=153979210717260193191696638975" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/owl.theme.css?v=41451916961411670301477069796" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/owl.theme.default.css?v=47828907308264815881477069796" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/jquery.bxslider.css?v=113795806996039097981490176339" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/megastyle.css?v=169870603844346899491485797545" rel="stylesheet" type="text/css" media="all" /> <link href="//arzuscarf.com/cdn/shop/t/3/assets/slick.css?v=72376615944862524581477518702" rel="stylesheet" type="text/css" media="all" /> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/14069476/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="7ea799bbb2dec995083fc86c53d0cac2"> <meta id="in-context-paypal-metadata" data-shop-id="14069476" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="MYR"> <link rel="alternate" type="application/json+oembed" href="https://arzuscarf.com/products/never-out-of-lace-scarf-georgette.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=arzu-3.myshopify.com&locale=en-MY"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=arzu-3.myshopify.com&locale=en-MY" crossorigin="anonymous"></script> <script id="shopify-features" type="application/json">{"accessToken":"7ea799bbb2dec995083fc86c53d0cac2","betas":["rich-media-storefront-analytics"],"domain":"arzuscarf.com","predictiveSearch":true,"shopId":14069476,"smart_payment_buttons_url":"https:\/\/arzuscarf.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/arzuscarf.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "arzu-3.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"MYR","rate":"1.0"}; Shopify.country = "MY"; Shopify.theme = {"name":"Live","id":159859658,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "arzuscarf.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn.judge.me\/assets\/installed.js?shop=arzu-3.myshopify.com","\/\/app.directededge.com\/minicart\/tag?shop=arzu-3.myshopify.com","\/\/app.directededge.com\/assets\/email_cart_updater.js?shop=arzu-3.myshopify.com","https:\/\/trackifyx.redretarget.com\/pull\/lazy.js?shop=arzu-3.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":14069476,"offset":28800,"reqid":"c9cc4416-f41b-4054-8c91-a3cd039cd08f","pageurl":"arzuscarf.com\/products\/never-out-of-lace-scarf-georgette","u":"404474cd2bb5","p":"product","rtyp":"product","rid":6610734121142};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//arzuscarf.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//arzuscarf.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 60px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- /snippets/oldIE-js.liquid --> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/respond.min.js?v=52248677837542619231477069798" type="text/javascript"></script> <link href="//arzuscarf.com/cdn/shop/t/3/assets/respond-proxy.html" id="respond-proxy" rel="respond-proxy" /> <link href="//arzuscarf.com/search?q=6cf4a396108d01eea849a50d23af053f" id="respond-redirect" rel="respond-redirect" /> <script src="//arzuscarf.com/search?q=6cf4a396108d01eea849a50d23af053f" type="text/javascript"></script> <![endif]--> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/modernizr.min.js?v=137617515274177302221477069796" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/jquery.cookie.js?v=122260493949522360551477069794" type="text/javascript"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shopifycloud/shopify/assets/themes_support/api.jquery-b0af070cfe3f5cf7c92f9e2a5da2665ee07ed2aad63bb408f8d6672f894a5996.js" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/owl.carousel.min.js?v=62893543580389074701477069796" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/boxit.min.js?v=143606144512749960231477069785" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu.js?v=181615645454773030531477069795" type="text/javascript"></script> <script async src='' type="text/javascript"></script> <script src="https://use.fontawesome.com/1f4413721a.js"></script> <script src="https://use.typekit.net/ekf2yed.js"></script> <script>try{Typekit.load({ async: true });}catch(e){console.log(e);}</script> <!-- RedRetarget App Hook start --> <link rel="dns-prefetch" href="https://trackifyx.redretarget.com"> <!-- HOOK JS--> <meta name="tfx:tags" content=" best, color-lace-divine-olive, color-lace-mocha, color-lace-neutral-brown, color-lace-platinum-grey, color-lace-pure-white, color-lace-sophisticated-black, color-lace-tranquil-teal, daily-must-haves, get-it-before-its-gone, long-scarves, printed, scarf, shape-long, size-regular, "> <meta name="tfx:collections" content="all, best sellers, daily must haves, Get it before it's gone, go long, long scarf, Newly Added, On sale, printed collections, Regular, sale, Sale all scarves, Scarf, scarves, "> <script id="tfx-cart"> window.tfxCart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"MYR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0} </script> <script id="tfx-product"> window.tfxProduct = {"id":6610734121142,"title":"never out of lace scarf GEORGETTE","handle":"never-out-of-lace-scarf-georgette","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e","published_at":"2022-07-29T15:09:47+08:00","created_at":"2021-03-28T10:49:18+08:00","vendor":"arzu","type":"Scarf","tags":["best","color-lace-divine-olive","color-lace-mocha","color-lace-neutral-brown","color-lace-platinum-grey","color-lace-pure-white","color-lace-sophisticated-black","color-lace-tranquil-teal","daily-must-haves","get-it-before-its-gone","long-scarves","printed","scarf","shape-long","size-regular"],"price":6900,"price_min":6900,"price_max":6900,"available":true,"price_varies":false,"compare_at_price":20900,"compare_at_price_min":20900,"compare_at_price_max":20900,"compare_at_price_varies":false,"variants":[{"id":40771405021366,"title":"lace mocha","option1":"lace mocha","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":30325680308406,"product_id":6610734121142,"position":36,"created_at":"2021-10-21T02:10:15+08:00","updated_at":"2021-10-21T02:10:15+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","variant_ids":[40771405021366]},"available":true,"name":"never out of lace scarf GEORGETTE - lace mocha","public_title":"lace mocha","options":["lace mocha"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":7,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302718646,"title":"lace divine olive","option1":"lace divine olive","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263533609142,"product_id":6610734121142,"position":28,"created_at":"2021-03-28T11:40:44+08:00","updated_at":"2021-03-28T11:40:44+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","variant_ids":[39453302718646]},"available":false,"name":"never out of lace scarf GEORGETTE - lace divine olive","public_title":"lace divine olive","options":["lace divine olive"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302620342,"title":"lace neutral brown","option1":"lace neutral brown","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263520633014,"product_id":6610734121142,"position":25,"created_at":"2021-03-28T11:39:25+08:00","updated_at":"2021-03-28T11:39:25+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","variant_ids":[39453302620342]},"available":false,"name":"never out of lace scarf GEORGETTE - lace neutral brown","public_title":"lace neutral brown","options":["lace neutral brown"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302653110,"title":"lace tranquil teal","option1":"lace tranquil teal","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263527776438,"product_id":6610734121142,"position":26,"created_at":"2021-03-28T11:40:18+08:00","updated_at":"2021-03-28T11:40:18+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","variant_ids":[39453302653110]},"available":false,"name":"never out of lace scarf GEORGETTE - lace tranquil teal","public_title":"lace tranquil teal","options":["lace tranquil teal"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302751414,"title":"lace platinum grey","option1":"lace platinum grey","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263534756022,"product_id":6610734121142,"position":29,"created_at":"2021-03-28T11:40:57+08:00","updated_at":"2021-03-28T11:40:57+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","variant_ids":[39453302751414]},"available":false,"name":"never out of lace scarf GEORGETTE - lace platinum grey","public_title":"lace platinum grey","options":["lace platinum grey"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302685878,"title":"lace pure white","option1":"lace pure white","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263531446454,"product_id":6610734121142,"position":27,"created_at":"2021-03-28T11:40:30+08:00","updated_at":"2021-03-28T11:40:30+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","variant_ids":[39453302685878]},"available":false,"name":"never out of lace scarf GEORGETTE - lace pure white","public_title":"lace pure white","options":["lace pure white"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302784182,"title":"lace sophisticated black","option1":"lace sophisticated black","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263537672374,"product_id":6610734121142,"position":30,"created_at":"2021-03-28T11:41:12+08:00","updated_at":"2021-03-28T11:41:12+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","variant_ids":[39453302784182]},"available":false,"name":"never out of lace scarf GEORGETTE - lace sophisticated black","public_title":"lace sophisticated black","options":["lace sophisticated black"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"],"featured_image":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","options":["Color"],"media":[{"alt":"text -- lace neutral brown","id":20506930708662,"position":1,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","width":1203},{"alt":"text -- lace neutral brown","id":20506930774198,"position":2,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930741430,"position":3,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930806966,"position":4,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930872502,"position":5,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930839734,"position":6,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930905270,"position":7,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930938038,"position":8,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931003574,"position":9,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506930970806,"position":10,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506931036342,"position":11,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931069110,"position":12,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931101878,"position":13,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931134646,"position":14,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931167414,"position":15,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931200182,"position":16,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931232950,"position":17,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931298486,"position":18,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931331254,"position":19,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931265718,"position":20,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931364022,"position":21,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931396790,"position":22,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931462326,"position":23,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931429558,"position":24,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","width":1203},{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","width":1203},{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","width":1203},{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","width":1203},{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","width":1203},{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","width":1203},{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","width":1203},{"alt":"text -- lace mocha","id":22627797303478,"position":31,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797336246,"position":32,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797369014,"position":33,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797401782,"position":34,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797434550,"position":35,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","width":1203},{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","width":1203}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e"} </script> <script type="text/javascript"> /* ----- TFX Theme hook start ----- */ (function (t, r, k, f, y, x) { if (t.tkfy != undefined) return true; t.tkfy = true; y = r.createElement(k); y.src = f; y.async = true; x = r.getElementsByTagName(k)[0]; x.parentNode.insertBefore(y, x); })(window, document, 'script', 'https://trackifyx.redretarget.com/pull/arzu-3.myshopify.com/hook.js'); /* ----- TFX theme hook end ----- */ </script> <!-- RedRetarget App Hook end --><script type="text/javascript"> /* ----- TFX Theme snapchat hook start ----- */ (function (t, r, k, f, y, x) { if (t.snaptkfy != undefined) return true; t.snaptkfy = true; y = r.createElement(k); y.src = f; y.async = true; x = r.getElementsByTagName(k)[0]; x.parentNode.insertBefore(y, x); })(window, document, "script", "https://trackifyx.redretarget.com/pull/arzu-3.myshopify.com/snapchathook.js"); /* ----- TFX theme snapchat hook end ----- */ </script><script type="text/javascript"> /* ----- TFX Theme tiktok hook start ----- */ (function (t, r, k, f, y, x) { if (t.tkfy_tt != undefined) return true; t.tkfy_tt = true; y = r.createElement(k); y.src = f; y.async = true; x = r.getElementsByTagName(k)[0]; x.parentNode.insertBefore(y, x); })(window, document, "script", "https://trackifyx.redretarget.com/pull/arzu-3.myshopify.com/tiktokhook.js"); /* ----- TFX theme tiktok hook end ----- */ </script> <!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdn.judge.me/"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","badge_star_color":"#707070","hide_badge_preview_if_no_reviews":false,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit","widget_submit_verified_review_text":"Submit","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","widget_star_color":"#b6403a","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"widget_thumb":false,"widget_review_location_show":false,"widget_location_format":"country_iso_code","all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":false,"enable_question_anwser":false,"widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"https://arzuscarf.com/pages/reviews","all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_url":"https://arzuscarf.com/pages/reviews","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"https://arzuscarf.com/pages/reviews","verified_count_badge_url":"https://arzuscarf.com/pages/reviews","picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","remove_microdata_snippet":false,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","all_reviews_page_load_more_text":"Load More Reviews","widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_rating_metafield_value_type":true,"widget_primary_color":"#90855a","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","custom_forms_style":"vertical","preview_badge_collection_page_install_preference":true,"preview_badge_product_page_install_preference":true,"review_widget_install_preference":"above-related","platform":"shopify","branding_url":"https://judge.me/reviews/arzu-3.myshopify.com","branding_text":"Powered by Judge.me","locale":"en","reply_name":"arzu","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color:#90855a;--jdgm-secondary-color:rgba(144,133,90,0.1);--jdgm-star-color:#b6403a;--jdgm-paginate-color:#90855a;--jdgm-border-radius:0}.jdgm-histogram__bar-content{background-color:#90855a}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#90855a}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#707070}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'arzuscarf.com'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important} </style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,s){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (s=e.createElement("link")).rel="stylesheet",s.class="jdgm-stylesheet",s.media="nope!", s.href=d,s.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(s))}, jdgm.loadCSS.requestedUrls=[],jdgm.docReady(function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"))})}(document); </script> <script async data-cfasync="false" type="text/javascript" src="https://cdn.judge.me/loader.js"></script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript> <!-- End of Judge.me Core --> <script src="//arzuscarf.com/cdn/shop/t/3/assets/bss-file-configdata.js?v=127266195273269421831692753199" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/bss-file-configdata-banner.js?v=151034973688681356691692752151" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/bss-file-configdata-popup.js?v=173992696638277510541692752152" type="text/javascript"></script><script> if (typeof BSS_PL == 'undefined') { var BSS_PL = {}; } var bssPlApiServer = "https://product-labels-pro.bsscommerce.com"; BSS_PL.customerTags = 'null'; BSS_PL.customerId = 'null'; BSS_PL.configData = configDatas; BSS_PL.configDataBanner = configDataBanners ? configDataBanners : []; BSS_PL.configDataPopup = configDataPopups ? configDataPopups : []; BSS_PL.storeId = 37168; BSS_PL.currentPlan = "false"; BSS_PL.storeIdCustomOld = "10678"; BSS_PL.storeIdOldWIthPriority = "12200"; BSS_PL.apiServerProduction = "https://product-labels-pro.bsscommerce.com"; BSS_PL.integration = {"laiReview":{"status":0,"config":[]}} </script> <style> .homepage-slideshow .slick-slide .bss_pl_img { visibility: hidden !important; } </style> <!-- BEGIN app block: shopify://apps/trackify-x-facebook-pixel/blocks/app-embed/f3561b5a-1d26-4c4b-9d29-6bae914fb95d --><!-- Theme app RedRetarget App Hook start --> <link rel="dns-prefetch" href="https://trackifyx.redretarget.com"> <!-- HOOK JS--> <meta name="tfx:tags" content=" best, color-lace-divine-olive, color-lace-mocha, color-lace-neutral-brown, color-lace-platinum-grey, color-lace-pure-white, color-lace-sophisticated-black, color-lace-tranquil-teal, daily-must-haves, get-it-before-its-gone, long-scarves, printed, scarf, shape-long, size-regular, "> <meta name="tfx:collections" content="all, best sellers, daily must haves, Get it before it's gone, go long, long scarf, Newly Added, On sale, printed collections, Regular, sale, Sale all scarves, Scarf, scarves, "> <script id="tfx-cart"> window.tfxCart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"MYR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0} </script> <script id="tfx-product"> window.tfxProduct = {"id":6610734121142,"title":"never out of lace scarf GEORGETTE","handle":"never-out-of-lace-scarf-georgette","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e","published_at":"2022-07-29T15:09:47+08:00","created_at":"2021-03-28T10:49:18+08:00","vendor":"arzu","type":"Scarf","tags":["best","color-lace-divine-olive","color-lace-mocha","color-lace-neutral-brown","color-lace-platinum-grey","color-lace-pure-white","color-lace-sophisticated-black","color-lace-tranquil-teal","daily-must-haves","get-it-before-its-gone","long-scarves","printed","scarf","shape-long","size-regular"],"price":6900,"price_min":6900,"price_max":6900,"available":true,"price_varies":false,"compare_at_price":20900,"compare_at_price_min":20900,"compare_at_price_max":20900,"compare_at_price_varies":false,"variants":[{"id":40771405021366,"title":"lace mocha","option1":"lace mocha","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":30325680308406,"product_id":6610734121142,"position":36,"created_at":"2021-10-21T02:10:15+08:00","updated_at":"2021-10-21T02:10:15+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","variant_ids":[40771405021366]},"available":true,"name":"never out of lace scarf GEORGETTE - lace mocha","public_title":"lace mocha","options":["lace mocha"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":7,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302718646,"title":"lace divine olive","option1":"lace divine olive","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263533609142,"product_id":6610734121142,"position":28,"created_at":"2021-03-28T11:40:44+08:00","updated_at":"2021-03-28T11:40:44+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","variant_ids":[39453302718646]},"available":false,"name":"never out of lace scarf GEORGETTE - lace divine olive","public_title":"lace divine olive","options":["lace divine olive"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302620342,"title":"lace neutral brown","option1":"lace neutral brown","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263520633014,"product_id":6610734121142,"position":25,"created_at":"2021-03-28T11:39:25+08:00","updated_at":"2021-03-28T11:39:25+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","variant_ids":[39453302620342]},"available":false,"name":"never out of lace scarf GEORGETTE - lace neutral brown","public_title":"lace neutral brown","options":["lace neutral brown"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302653110,"title":"lace tranquil teal","option1":"lace tranquil teal","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263527776438,"product_id":6610734121142,"position":26,"created_at":"2021-03-28T11:40:18+08:00","updated_at":"2021-03-28T11:40:18+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","variant_ids":[39453302653110]},"available":false,"name":"never out of lace scarf GEORGETTE - lace tranquil teal","public_title":"lace tranquil teal","options":["lace tranquil teal"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302751414,"title":"lace platinum grey","option1":"lace platinum grey","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263534756022,"product_id":6610734121142,"position":29,"created_at":"2021-03-28T11:40:57+08:00","updated_at":"2021-03-28T11:40:57+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","variant_ids":[39453302751414]},"available":false,"name":"never out of lace scarf GEORGETTE - lace platinum grey","public_title":"lace platinum grey","options":["lace platinum grey"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302685878,"title":"lace pure white","option1":"lace pure white","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263531446454,"product_id":6610734121142,"position":27,"created_at":"2021-03-28T11:40:30+08:00","updated_at":"2021-03-28T11:40:30+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","variant_ids":[39453302685878]},"available":false,"name":"never out of lace scarf GEORGETTE - lace pure white","public_title":"lace pure white","options":["lace pure white"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302784182,"title":"lace sophisticated black","option1":"lace sophisticated black","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263537672374,"product_id":6610734121142,"position":30,"created_at":"2021-03-28T11:41:12+08:00","updated_at":"2021-03-28T11:41:12+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","variant_ids":[39453302784182]},"available":false,"name":"never out of lace scarf GEORGETTE - lace sophisticated black","public_title":"lace sophisticated black","options":["lace sophisticated black"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"],"featured_image":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","options":["Color"],"media":[{"alt":"text -- lace neutral brown","id":20506930708662,"position":1,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","width":1203},{"alt":"text -- lace neutral brown","id":20506930774198,"position":2,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930741430,"position":3,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930806966,"position":4,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930872502,"position":5,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930839734,"position":6,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930905270,"position":7,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930938038,"position":8,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931003574,"position":9,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506930970806,"position":10,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506931036342,"position":11,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931069110,"position":12,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931101878,"position":13,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931134646,"position":14,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931167414,"position":15,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931200182,"position":16,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931232950,"position":17,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931298486,"position":18,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931331254,"position":19,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931265718,"position":20,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931364022,"position":21,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931396790,"position":22,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931462326,"position":23,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931429558,"position":24,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","width":1203},{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","width":1203},{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","width":1203},{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","width":1203},{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","width":1203},{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","width":1203},{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","width":1203},{"alt":"text -- lace mocha","id":22627797303478,"position":31,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797336246,"position":32,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797369014,"position":33,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797401782,"position":34,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797434550,"position":35,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","width":1203},{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","width":1203}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e"} </script> <script type="text/javascript"> /* ----- TFX Theme hook start ----- */ (function (t, r, k, f, y, x) { if (t.tkfy != undefined) return true; t.tkfy = true; y = r.createElement(k); y.src = f; y.async = true; x = r.getElementsByTagName(k)[0]; x.parentNode.insertBefore(y, x); })(window, document, 'script', 'https://trackifyx.redretarget.com/pull/arzu-3.myshopify.com/hook.js'); /* ----- TFX theme hook end ----- */ </script> <!-- RedRetarget App Hook end --> <!-- END app app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=MKzgjw"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script id="viewed_product"> if (item == null) { var _learnq = _learnq || []; var item = { Name: "never out of lace scarf GEORGETTE", ProductID: 6610734121142, Categories: ["all","best sellers","daily must haves","Get it before it's gone","go long","long scarf","Newly Added","On sale","printed collections","Regular","sale","Sale all scarves","Scarf","scarves"], ImageURL: "https://arzuscarf.com/cdn/shop/products/Arzu0243_grande.jpg?v=1616900056", URL: "https://arzuscarf.com/products/never-out-of-lace-scarf-georgette", Brand: "arzu", Price: "\u003cspan class=money\u003eRM69.00\u003c\/span\u003e", CompareAtPrice: "\u003cspan class=money\u003eRM209.00\u003c\/span\u003e" }; _learnq.push(['track', 'Viewed Product', item]); _learnq.push(['trackViewedItem', { Title: item.Name, ItemId: item.ProductID, Categories: item.Categories, ImageUrl: item.ImageURL, Url: item.URL, Metadata: { Brand: item.Brand, Price: item.Price, CompareAtPrice: item.CompareAtPrice } }]); } </script> <!-- END app app block --><link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 14069476,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 14069476,storefrontBaseUrl: "https://arzuscarf.com",cdnBaseUrl: "https://arzuscarf.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"40771405021366","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace mocha","untranslatedTitle":"lace mocha"},{"id":"39453302718646","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace divine olive","untranslatedTitle":"lace divine olive"},{"id":"39453302620342","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace neutral brown","untranslatedTitle":"lace neutral brown"},{"id":"39453302653110","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace tranquil teal","untranslatedTitle":"lace tranquil teal"},{"id":"39453302751414","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace platinum grey","untranslatedTitle":"lace platinum grey"},{"id":"39453302685878","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace pure white","untranslatedTitle":"lace pure white"},{"id":"39453302784182","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace sophisticated black","untranslatedTitle":"lace sophisticated black"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"40771405021366","image":{"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"},"price":{"amount":69.0,"currencyCode":"MYR"},"product":{"id":"6610734121142","title":"never out of lace scarf GEORGETTE","untranslatedTitle":"never out of lace scarf GEORGETTE","url":"\/products\/never-out-of-lace-scarf-georgette","vendor":"arzu","type":"Scarf"},"sku":"","title":"lace mocha","untranslatedTitle":"lace mocha"}});},"https://arzuscarf.com/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'MYR'; var meta = {"product":{"id":6610734121142,"gid":"gid:\/\/shopify\/Product\/6610734121142","vendor":"arzu","type":"Scarf","variants":[{"id":40771405021366,"price":6900,"name":"never out of lace scarf GEORGETTE - lace mocha","public_title":"lace mocha","sku":""},{"id":39453302718646,"price":6900,"name":"never out of lace scarf GEORGETTE - lace divine olive","public_title":"lace divine olive","sku":""},{"id":39453302620342,"price":6900,"name":"never out of lace scarf GEORGETTE - lace neutral brown","public_title":"lace neutral brown","sku":""},{"id":39453302653110,"price":6900,"name":"never out of lace scarf GEORGETTE - lace tranquil teal","public_title":"lace tranquil teal","sku":""},{"id":39453302751414,"price":6900,"name":"never out of lace scarf GEORGETTE - lace platinum grey","public_title":"lace platinum grey","sku":""},{"id":39453302685878,"price":6900,"name":"never out of lace scarf GEORGETTE - lace pure white","public_title":"lace pure white","sku":""},{"id":39453302784182,"price":6900,"name":"never out of lace scarf GEORGETTE - lace sophisticated black","public_title":"lace sophisticated black","sku":""}]},"page":{"pageType":"product","resourceType":"product","resourceId":6610734121142}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 14069476, theme_id: 159859658, app_name: "storefront", context_url: window.location.href, source_url: "//arzuscarf.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//arzuscarf.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//arzuscarf.com/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":14069476,"isMerchantRequest":null,"themeId":159859658,"themeCityHash":"2873799210405432089","contentLanguage":"en","currency":"MYR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-84236530-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["1675819902719149"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"1675819902719149","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":6610734121142}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"MYR","variantId":40771405021366,"productId":6610734121142,"productGid":"gid:\/\/shopify\/Product\/6610734121142","name":"never out of lace scarf GEORGETTE - lace mocha","price":"69.00","sku":"","brand":"arzu","variant":"lace mocha","category":"Scarf","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"MYR","variantId":40771405021366,"productId":6610734121142,"productGid":"gid:\/\/shopify\/Product\/6610734121142","name":"never out of lace scarf GEORGETTE - lace mocha","price":"69.00","sku":"","brand":"arzu","variant":"lace mocha","category":"Scarf","nonInteraction":true,"referer":"https:\/\/arzuscarf.com\/products\/never-out-of-lace-scarf-georgette"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//arzuscarf.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = ""; window.BOOMR.themeVersion = ""; window.BOOMR.shopId = 14069476; window.BOOMR.themeId = 159859658; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://arzuscarf.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body id="never-out-of-lace-scarf-georgette" class="template-product" > <script src="//arzuscarf.com/cdn/shop/t/3/assets/jquery.zoom.min.js?v=7098547149633335911477069794" type="text/javascript"></script> <img style="width: 100%; position: absolute; z-index: 0; top: 32px;opacity:0.7; display:none;" src="//arzuscarf.com/cdn/shop/t/3/assets/product-4.jpg?v=90775619985764313461477069797"/> <div id="NavDrawer" class="drawer drawer--left"> <div class="drawer__header"> <div class="drawer__close js-drawer-close"> <button type="button" class="icon-fallback-text"> <span class="icon icon-x" aria-hidden="true"></span> <span class="fallback-text">Close menu</span> </button> </div> </div> <!-- begin mobile-nav --> <ul class="mobile-nav"> <li class="mobile-nav__item mobile-nav__search"> <!-- /snippets/search-bar.liquid --> <form action="/search" method="get" class="input-group search-bar" role="search"> <input type="search" name="q" value="" placeholder="SEARCH OUR STORE" class="input-group-field" aria-label="SEARCH OUR STORE"> <span class="input-group-btn"> <button type="submit" class="btn icon-fallback-text"> <img class="search-image" src="//arzuscarf.com/cdn/shop/t/3/assets/interface.png?v=13879504289328276131477069794"/> </button> </span> </form> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/collections/new-arrivals" class="mobile-nav__link">New</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/collections/new-arrivals" class="mobile-nav__link">Scarves</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/new-inners" class="mobile-nav__link">Inners</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/new-accessories" class="mobile-nav__link">Accessories</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/best-sellers" class="mobile-nav__link">best sellers</a> </li> </ul> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/collections/scarves" class="mobile-nav__link">Scarves</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/collections/square-scarves" class="mobile-nav__link">square</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/long-scarves" class="mobile-nav__link">long</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/shape-instant" class="mobile-nav__link">instant</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/exclusilk-pieces" class="mobile-nav__link">exclusilk</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/daily-must-haves" class="mobile-nav__link">daily must haves</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/same-print-different-fabric" class="mobile-nav__link">same but different</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/back-in" class="mobile-nav__link">back in </a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/printed" class="mobile-nav__link">all prints</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/plain" class="mobile-nav__link">all plain</a> </li> </ul> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/collections/inners" class="mobile-nav__link">Inners</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/collections/caps-tubes" class="mobile-nav__link">caps + tubes</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/full-cover" class="mobile-nav__link">full cover</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/multipacks-1" class="mobile-nav__link">multipacks</a> </li> </ul> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/collections/all-sale" class="mobile-nav__link">Sale</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/collections/sale-all-scarves" class="mobile-nav__link">Scarves</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/sale-all-inners" class="mobile-nav__link">Inners</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/sale-all-accessories" class="mobile-nav__link">Accessories</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/sales-20-100" class="mobile-nav__link">RM40 SCARVES</a> </li> </ul> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/collections/accessories" class="mobile-nav__link">Accessories</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/collections/pins-rings" class="mobile-nav__link">pins + rings</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/scrunchies" class="mobile-nav__link">scrunchies + headbands</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/collections/multipacks" class="mobile-nav__link">multipacks</a> </li> </ul> </li> <li class="mobile-nav__item" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/pages/about-us" class="mobile-nav__link">The Brand</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">See More</span> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item sublist-item "> <a href="/pages/about-us" class="mobile-nav__link">about us</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/pages/fabric-guide" class="mobile-nav__link">fabric talk</a> </li> <li class="mobile-nav__item sublist-item "> <a href="https://arzuscarf.com/?loyal" class="mobile-nav__link">the a list rewards club</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/pages/contact-us" class="mobile-nav__link">Contact Us</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/pages/delivery-returns" class="mobile-nav__link">Delivery &amp; Returns</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/pages/privacy-policy" class="mobile-nav__link">Privacy Policy</a> </li> <li class="mobile-nav__item sublist-item "> <a href="/pages/terms-conditions" class="mobile-nav__link">Terms &amp; Conditions</a> </li> </ul> </li> <li class="mobile-nav__item mobile-currency"> <a href="/account" class="myaccount-btn">MY ACCOUNT</a> <label class="currency-picker__wrapper"> <span class="currency-picker__label"></span> <select class="currency-picker" data-purpose="mobile" name="currencies" style="display: inline; width: 53px; max-width: 100%; vertical-align: inherit;"> <option value="MYR" selected="selected">MYR</option> <option value="GBP">GBP</option> <option value="CAD">CAD</option> <option value="USD">USD</option> <option value="EUR">EUR</option> </select> </label> <script type="text/javascript"> function currencyIcon(){ var currencyCode = $('select.currency-picker').val().toLowerCase(); console.log(currencyCode); if(currencyCode == "usd"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/usd.jpg?v=102609404745576663911477069798)"}); } else if (currencyCode == "gbp"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/gbp.jpg?v=95165173090484849711477069786)"}); } else if (currencyCode == "cad"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/cad.jpg?v=94497734709549708131477069785)"}); } else if (currencyCode == "eur"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/eur.jpg?v=83307433175361090611477069786)"}); } else if (currencyCode == "myr"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/myr.jpg?v=65687992855342017591477069796)"}); } } $('.currency-picker').on("change", function(e){ var currencyCode = $(this).val().toLowerCase(); if ($(this).data("purpose") == "mobile"){ $('.currency-picker[data-purpose="desktop"]').val($(this).val()); } else if($(this).data("purpose") == "desktop"){ $('.currency-picker[data-purpose="mobile"]').val($(this).val()); }; if(currencyCode == "usd"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/usd.jpg?v=102609404745576663911477069798)"}); } else if (currencyCode == "gbp"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/gbp.jpg?v=95165173090484849711477069786)"}); } else if (currencyCode == "cad"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/cad.jpg?v=94497734709549708131477069785)"}); } else if (currencyCode == "eur"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/eur.jpg?v=83307433175361090611477069786)"}); } else if (currencyCode == "myr"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/myr.jpg?v=65687992855342017591477069796)"}); } }); </script> </li> </ul> <!-- //mobile-nav --> </div> <div id="CartDrawer" class="drawer drawer--right"> <div class="drawer__header"> <div class="drawer__title h3">MY BAG</div> <div class="drawer__close js-drawer-close"> <button type="button" class="icon-fallback-text"> <span class="icon icon-x" aria-hidden="true"></span> <span class="fallback-text">"Close Bag"</span> </button> </div> </div> <div id="CartContainer"></div> </div> <div class="overlay"></div> <div id="PageContainer"> <header class="site-header" id="top" role="banner"> <div class="grid--full header-top medium-down--hide large--show"> <div class="wrapper"> <div class="header-top-inside"> <div class="table-cell large--one-third small--one-whole text-left header-left"> <label class="currency-picker__wrapper"> <span class="currency-picker__label"></span> <select class="currency-picker" data-purpose="desktop" name="currencies" style="display: inline; width: 53px; max-width: 100%; vertical-align: inherit;"> <option value="MYR" selected="selected">MYR</option> <option value="GBP">GBP</option> <option value="CAD">CAD</option> <option value="USD">USD</option> <option value="EUR">EUR</option> </select> </label> <script type="text/javascript"> function currencyIcon(){ var currencyCode = $('select.currency-picker').val().toLowerCase(); console.log(currencyCode); if(currencyCode == "usd"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/usd.jpg?v=102609404745576663911477069798)"}); } else if (currencyCode == "gbp"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/gbp.jpg?v=95165173090484849711477069786)"}); } else if (currencyCode == "cad"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/cad.jpg?v=94497734709549708131477069785)"}); } else if (currencyCode == "eur"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/eur.jpg?v=83307433175361090611477069786)"}); } else if (currencyCode == "myr"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/myr.jpg?v=65687992855342017591477069796)"}); } } $('.currency-picker').on("change", function(e){ var currencyCode = $(this).val().toLowerCase(); if ($(this).data("purpose") == "mobile"){ $('.currency-picker[data-purpose="desktop"]').val($(this).val()); } else if($(this).data("purpose") == "desktop"){ $('.currency-picker[data-purpose="mobile"]').val($(this).val()); }; if(currencyCode == "usd"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/usd.jpg?v=102609404745576663911477069798)"}); } else if (currencyCode == "gbp"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/gbp.jpg?v=95165173090484849711477069786)"}); } else if (currencyCode == "cad"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/cad.jpg?v=94497734709549708131477069785)"}); } else if (currencyCode == "eur"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/eur.jpg?v=83307433175361090611477069786)"}); } else if (currencyCode == "myr"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/myr.jpg?v=65687992855342017591477069796)"}); } }); </script> <a href="/account" class="myaccount-btn">MY ACCOUNT</a> </div> <div class="table-cell large--one-third small--one-whole text-center header-center"> 🌟 SAVE 10% ON INNERS WHEN BUNDLED WITH ANY SCARF🌟 AUTO-DISCOUNT AT CHECKOUT❗️Plus FREE Local Shipping 🌺 FREE to SG for RM300+ Orders, ID & BN for RM670+❗️ </div> <div class="table-cell large--one-third small--one-whole text-right header-right"> <div> <a href="/cart" class="site-header__cart-toggle js-drawer-open-right" aria-controls="CartDrawer" aria-expanded="false"> MY BAG <span id="CartCount">0</span> <img src="//arzuscarf.com/cdn/shop/t/3/assets/cart.png?v=46163744413559720191477069785" class="cart-image"/> </a> </div> </div> </div> </div> </div> <div class="grid--full grid--table header-top medium-down--show large--hide"> <div class="grid__item one-whole text-center" style="padding-left:8px;padding-bottom: 10px;"> 🌟 SAVE 10% ON INNERS WHEN BUNDLED WITH ANY SCARF🌟 AUTO-DISCOUNT AT CHECKOUT❗️Plus FREE Local Shipping 🌺 FREE to SG for RM300+ Orders, ID & BN for RM670+❗️ </div> </div> <div class="site-header__search search-bar-medium"> <!-- /snippets/search-bar.liquid --> <form action="/search" method="get" class="input-group search-bar" role="search"> <input type="search" name="q" value="" placeholder="SEARCH OUR STORE" class="input-group-field" aria-label="SEARCH OUR STORE"> <span class="input-group-btn"> <button type="submit" class="btn icon-fallback-text"> <img class="search-image" src="//arzuscarf.com/cdn/shop/t/3/assets/interface.png?v=13879504289328276131477069794"/> </button> </span> </form> </div> <div class="grid--full grid--table header-nav"> <div class="grid__item large--two-fifths text-right header-nav-left"> <nav class="nav-bar" role="navigation"> <div class="wrapper"> <div class="medium-down--hide"> <!-- begin site-nav --> <div class="menu-container"> <div class="menu"> <ul class="site-nav site-nav-left" id="AccessibleNav"> <li class=" mega-nav-li"> <a href="/collections/new-arrivals" class="site-nav__link dropdown-link">New</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5><a href="/collections/new">What's New</a></h5> <li > <a href="/collections/new-arrivals" class="site-nav__link">Scarves</a> </li> <li > <a href="/collections/new-inners" class="site-nav__link">Inners</a> </li> <li > <a href="/collections/new-accessories" class="site-nav__link">Accessories</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Featured</h5> <li > <a href="/collections/best-sellers" class="site-nav__link">best sellers</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-new.jpg?v=124915275526464025791491379801" alt="" /> <li> <a href="/collections/new" class="site-nav__link">View All New Products</a> </li> </span> </ul> </li> <li class=" mega-nav-li"> <a href="/collections/scarves" class="site-nav__link dropdown-link">Scarves</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5><a href="/collections/scarves">All Scarves</a></h5> <li > <a href="/collections/square-scarves" class="site-nav__link">square</a> </li> <li > <a href="/collections/long-scarves" class="site-nav__link">long</a> </li> <li > <a href="/collections/shape-instant" class="site-nav__link">instant</a> </li> </span> <span class="by-occasion"> <h5>Collections</h5> <li > <a href="/collections/exclusilk-pieces" class="site-nav__link">exclusilk</a> </li> <li > <a href="/collections/daily-must-haves" class="site-nav__link">daily must haves</a> </li> <li > <a href="/collections/same-print-different-fabric" class="site-nav__link">same but different</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Featured</h5> <li > <a href="/collections/back-in" class="site-nav__link">back in </a> </li> <li > <a href="/collections/printed" class="site-nav__link">all prints</a> </li> <li > <a href="/collections/plain" class="site-nav__link">all plain</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-scarves.jpg?v=48552048124895011141622013532" alt="" /> <li> <a href="/collections/scarves" class="site-nav__link">View All Scarves</a> </li> </span> </ul> </li> <li class=" mega-nav-li"> <a href="/collections/inners" class="site-nav__link dropdown-link">Inners</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5><a href="/collections/inners">All Inners</a></h5> <li > <a href="/collections/caps-tubes" class="site-nav__link">caps + tubes</a> </li> <li > <a href="/collections/full-cover" class="site-nav__link">full cover</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Featured</h5> <li > <a href="/collections/multipacks-1" class="site-nav__link">multipacks</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-inners.jpg?v=107348984951282674901487979540" alt="" /> <li> <a href="/collections/inners" class="site-nav__link">View All Inners</a> </li> </span> </ul> </li> <div class="mega-menu"> <div class="mega-menu-inner"> </div> </div> </ul> <!-- //site-nav --> </div> </div> </div> <div class="medium-down--show large--hide text-left"> <div class="site-nav--mobile"> <button type="button" class="icon-fallback-text site-nav__link js-drawer-open-left" aria-controls="NavDrawer" aria-expanded="false"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/burger.png?v=125223859890860698901477069785" class="burger-image"/> </button> </div> </div> </div> </nav> </div> <div class="grid__item large--one-fifth text-center header-logo"> <div class="h1 site-header__logo large--left" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="site-header__logo-link"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/logo.png?v=156955974419847160721477069794" alt="arzu" itemprop="logo"> </a> </div> </div> <div class="grid__item large--two-fifths header-nav-right"> <nav class="nav-bar" role="navigation"> <div class="wrapper"> <div class="medium-down--hide"> <!-- begin site-nav --> <div class="menu-container"> <div class="menu"> <ul class="site-nav site-nav-right" id="AccessibleNav"> <li class=" mega-nav-li"> <a href="/collections/all-sale" class="site-nav__link dropdown-link red">Sale</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5><a href="/collections/sale">All sales</a></h5> <li > <a href="/collections/sale-all-scarves" class="site-nav__link">Scarves</a> </li> <li > <a href="/collections/sale-all-inners" class="site-nav__link">Inners</a> </li> <li > <a href="/collections/sale-all-accessories" class="site-nav__link">Accessories</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Featured</h5> <li > <a href="/collections/sales-20-100" class="site-nav__link">RM40 SCARVES</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-sales.jpg?v=65218274062019860021491385546" alt="" /> <li> <a href="/collections/sale" class="site-nav__link">Vew All Sales</a> </li> </span> </ul> </li> <li class=" mega-nav-li"> <a href="/collections/accessories" class="site-nav__link dropdown-link">Accessories</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5><a href="/collections/accessories">All Accessories</a></h5> <li > <a href="/collections/pins-rings" class="site-nav__link">pins + rings</a> </li> <li > <a href="/collections/scrunchies" class="site-nav__link">scrunchies + headbands</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Featured</h5> <li > <a href="/collections/multipacks" class="site-nav__link">multipacks</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-extras.jpg?v=178033916033355490691566851772" alt="" /> <li> <a href="/collections/accessories" class="site-nav__link">view all accessories</a> </li> </span> </ul> </li> <li class=" mega-nav-li"> <a href="/pages/about-us" class="site-nav__link dropdown-link">The Brand</a> <ul class="hidden-mega"> <span class="mega-col-one"> <span class="all-scarves"> <h5>The Brand</h5> <li > <a href="/pages/about-us" class="site-nav__link">about us</a> </li> <li > <a href="/pages/fabric-guide" class="site-nav__link">fabric talk</a> </li> <li > <a href="https://arzuscarf.com/?loyal" class="site-nav__link">the a list rewards club</a> </li> </span> </span> <span class="mega-col-two"> <span class="featured-scarves"> <h5>Customer Care</h5> <li > <a href="/pages/contact-us" class="site-nav__link">Contact Us</a> </li> <li > <a href="/pages/delivery-returns" class="site-nav__link">Delivery & Returns</a> </li> <li > <a href="/pages/privacy-policy" class="site-nav__link">Privacy Policy</a> </li> <li > <a href="/pages/terms-conditions" class="site-nav__link">Terms & Conditions</a> </li> </span> </span> <span class="mega-col-three"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/megamenu-thebrand.jpg?v=113699860635701561681491386543" alt="" /> <li> <a href="" class="site-nav__link"></a> </li> </span> </ul> </li> </ul> <div class="site-header__search search-bar-large"> <!-- /snippets/search-bar.liquid --> <form action="/search" method="get" class="input-group search-bar" role="search"> <input type="search" name="q" value="" placeholder="SEARCH OUR STORE" class="input-group-field" aria-label="SEARCH OUR STORE"> <span class="input-group-btn"> <button type="submit" class="btn icon-fallback-text"> <img class="search-image" src="//arzuscarf.com/cdn/shop/t/3/assets/interface.png?v=13879504289328276131477069794"/> </button> </span> </form> </div> <!-- //site-nav --> </div> </div> </div> <div class="medium-down--show large--hide text-right"> <div class="site-nav--mobile"> <a href="/cart" class="js-drawer-open-right site-nav__link" aria-controls="CartDrawer" aria-expanded="false"> <span id="CartCount">0</span> <img src="//arzuscarf.com/cdn/shop/t/3/assets/cart.png?v=46163744413559720191477069785" class="cart-image"/> </a> </div> </div> </div> </nav> </div> <div class="grid--full grid--table"> <div class="grid__item large--one-half"></div> </div> </div> </header> <main class="main-content" role="main"> <!-- /templates/product.liquid --> <div class="wrapper"> <div itemscope itemtype="http://schema.org/Product"> <meta itemprop="url" content="https://arzuscarf.com/products/never-out-of-lace-scarf-georgette"> <meta itemprop="image" content="//arzuscarf.com/cdn/shop/products/Arzu0243_grande.jpg?v=1616900056"> <!-- /snippets/breadcrumb.liquid --> <nav class="breadcrumb" role="navigation" aria-label="breadcrumbs"> <a href="/" title="Back to the frontpage">Home</a> <span aria-hidden="true"> / </span> <span>never out of lace scarf GEORGETTE</span> </nav> <div class="grid product-single"> <div class="grid__item text-center product-images-wrapper"> <h2 class="product-title-mobile">never out of lace scarf GEORGETTE</h2> <div class="product-price-mobile"> <div class="product-price-and-review"> <div class="product-price-wrapper"> <span class="visually-hidden">Regular price</span> <span id="ProductPrice" itemprop="price" content="69"> <span class=money>RM69.00</span> </span> <span class="visually-hidden">Sale price</span> <p id="ComparePrice"> <span class=money>RM209.00</span> </p> </div> <div class="reviews-top"> <div class='jdgm-widget jdgm-preview-badge' data-id='6610734121142'><div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='2' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 2 reviews </span> </div></div> </div> </div> </div> <div class="grid product-img-grid" style="margin-bottom:-11px;"> <div class="grid__item large--five-sixths large-thumb-wrapper medium-down--hide" style="position:relative;"> <img src="//arzuscarf.com/cdn/shop/t/3/assets/interface.png?v=13879504289328276131477069794" id="zoomToggle"/> <div class="product-single__photos product-photo-one" id="ProductPhoto"> <img class="the-placeholder-image" src="//arzuscarf.com/cdn/shop/t/3/assets/no-image.gif?v=113122507302146683681477655972" alt="placeholder" /> <img class="the-image" src="//arzuscarf.com/cdn/shop/products/Arzu0243.jpg?v=1616900056" alt="text -- lace neutral brown"> </div> </div> <div class="slider-container grid__item large--one-sixth small--one-whole thumb-wrapper slider-holder"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0243.jpg?v=1616900056" alt="text -- lace neutral brown" class="mobile-image-placeholder" /> <ul class="slider product-single__thumbnails grid-uniform" id="ProductThumbs"> <!-- Images added via JS. Read the comment below --> </ul> <ul class="images-container"> <li class="slide" data-targetid="lace-neutral-brown"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0243.jpg?v=1616900056" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0243_800x.jpg?v=1616900056" alt="text -- lace neutral brown" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0243_130x.jpg?v=1616900056" alt="text -- lace neutral brown" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-neutral-brown"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0246.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0246_800x.jpg?v=1623128882" alt="text -- lace neutral brown" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0246_130x.jpg?v=1623128882" alt="text -- lace neutral brown" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-neutral-brown"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0245.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0245_800x.jpg?v=1623128882" alt="text -- lace neutral brown" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0245_130x.jpg?v=1623128882" alt="text -- lace neutral brown" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-neutral-brown"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9_800x.jpg?v=1623128882" alt="text -- lace neutral brown" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9_130x.jpg?v=1623128882" alt="text -- lace neutral brown" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-tranquil-teal"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0253.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0253_800x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0253_130x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-tranquil-teal"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0251.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0251_800x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0251_130x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-tranquil-teal"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0254.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0254_800x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0254_130x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-tranquil-teal"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a_800x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a_130x.jpg?v=1623128882" alt="text -- lace tranquil teal" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-divine-olive"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0259.jpg?v=1624507943" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0259_800x.jpg?v=1624507943" alt="text -- lace divine olive" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0259_130x.jpg?v=1624507943" alt="text -- lace divine olive" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-divine-olive"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0258.jpg?v=1624507943" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0258_800x.jpg?v=1624507943" alt="text -- lace divine olive" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0258_130x.jpg?v=1624507943" alt="text -- lace divine olive" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-divine-olive"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3_800x.jpg?v=1623128882" alt="text -- lace divine olive" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3_130x.jpg?v=1623128882" alt="text -- lace divine olive" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-divine-olive"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c_800x.jpg?v=1623128882" alt="text -- lace divine olive" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c_130x.jpg?v=1623128882" alt="text -- lace divine olive" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-divine-olive"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f_800x.jpg?v=1623128882" alt="text -- lace divine olive" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f_130x.jpg?v=1623128882" alt="text -- lace divine olive" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-platinum-grey"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0268.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0268_800x.jpg?v=1623128882" alt="text -- lace platinum grey" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0268_130x.jpg?v=1623128882" alt="text -- lace platinum grey" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-platinum-grey"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119_800x.jpg?v=1623128882" alt="text -- lace platinum grey" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119_130x.jpg?v=1623128882" alt="text -- lace platinum grey" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-platinum-grey"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21_800x.jpg?v=1623128882" alt="text -- lace platinum grey" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21_130x.jpg?v=1623128882" alt="text -- lace platinum grey" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-platinum-grey"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba_800x.jpg?v=1623128882" alt="text -- lace platinum grey" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba_130x.jpg?v=1623128882" alt="text -- lace platinum grey" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-sophisticated-black"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52_800x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52_130x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="large-show"> </a> </li> <li class="slide" data-targetid="lace-sophisticated-black"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0277.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0277_800x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0277_130x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="large-show"> </a> </li> <li class="slide" data-targetid="lace-sophisticated-black"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7_800x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7_130x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="large-show"> </a> </li> <li class="slide" data-targetid="lace-sophisticated-black"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0_800x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0_130x.jpg?v=1623128882" alt="text -- lace sophisticated black " class="large-show"> </a> </li> <li class="slide" data-targetid="lace-pure-white"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6_800x.jpg?v=1623128882" alt="text -- lace pure white" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6_130x.jpg?v=1623128882" alt="text -- lace pure white" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-pure-white"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0284.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0284_800x.jpg?v=1623128882" alt="text -- lace pure white" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0284_130x.jpg?v=1623128882" alt="text -- lace pure white" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-pure-white"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e_800x.jpg?v=1623128882" alt="text -- lace pure white" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e_130x.jpg?v=1623128882" alt="text -- lace pure white" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426_800x.jpg?v=1616902765" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426_130x.jpg?v=1616902765" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed_800x.jpg?v=1616902818" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed_130x.jpg?v=1616902818" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409_800x.jpg?v=1616902830" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409_130x.jpg?v=1616902830" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be_800x.jpg?v=1616902844" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be_130x.jpg?v=1616902844" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371_800x.jpg?v=1616902857" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371_130x.jpg?v=1616902857" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329_800x.jpg?v=1616902872" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329_130x.jpg?v=1616902872" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-mocha"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha01.jpg?v=1634753224" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha01_800x.jpg?v=1634753224" alt="text -- lace mocha" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha01_130x.jpg?v=1634753224" alt="text -- lace mocha" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-mocha"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha02.jpg?v=1634753224" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha02_800x.jpg?v=1634753224" alt="text -- lace mocha" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha02_130x.jpg?v=1634753224" alt="text -- lace mocha" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-mocha"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha03.jpg?v=1634753223" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha03_800x.jpg?v=1634753223" alt="text -- lace mocha" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha03_130x.jpg?v=1634753223" alt="text -- lace mocha" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-mocha"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha04.jpg?v=1634753223" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha04_800x.jpg?v=1634753223" alt="text -- lace mocha" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha04_130x.jpg?v=1634753223" alt="text -- lace mocha" class="large-show"> </a> </li> <li class="slide" data-targetid="lace-mocha"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha05.jpg?v=1634753224" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha05_800x.jpg?v=1634753224" alt="text -- lace mocha" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha05_130x.jpg?v=1634753224" alt="text -- lace mocha" class="large-show"> </a> </li> <li class="slide" data-targetid="never-out-of-lace-scarf-georgette"> <a href="//arzuscarf.com/cdn/shop/products/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415" class="product-single__thumbnail"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b_800x.jpg?v=1634753415" alt="never out of lace scarf GEORGETTE" class="medium-down-show"> <img src="//arzuscarf.com/cdn/shop/products/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b_130x.jpg?v=1634753415" alt="never out of lace scarf GEORGETTE" class="large-show"> </a> </li> </ul> </div> </div> </div> <div class="grid__item text-left product-info-wrapper" style="padding-right: 0px;padding-left:37px;"> <h2 class="prod-title" itemprop="name">never out of lace scarf GEORGETTE</h2> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="priceCurrency" content="MYR"> <link itemprop="availability" href="http://schema.org/InStock"> <form style="margin-top: -4px;" action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" class="form-vertical"> <div class="product-price-large"> <div class="product-price-and-review"> <div class="product-price-wrapper"> <span class="visually-hidden">Regular price</span> <span id="ProductPrice" itemprop="price" content="69"> <span class=money>RM69.00</span> </span> <span class="visually-hidden">Sale price</span> <p id="ComparePrice" class="sale-price"> <span class=money>RM209.00</span> </p> </div> <div class="reviews-top"> <div class='jdgm-widget jdgm-preview-badge' data-id='6610734121142'><div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='2' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 2 reviews </span> </div></div> </div> </div> </div> <div class="product-options"> <p class="item-sale-text">This item is on sale in selected colors</p> <span class="btn gold sale-colors-btn">SHOW COLORS ON SALE</span> <style> label[for="product-select-option-0"] { display: none; } #product-select-option-0 { display: none; } #product-select-option-0 + .custom-style-select-box { display: none !important; } </style> <script>$(window).load(function() { $('.selector-wrapper:eq(0)').hide(); });</script> <div class="swatch clearfix" data-option-index="0"> <div class="header">Color: <span class="current-color"></span></div> <div data-value="lace mocha" class="swatch-element color lace-mocha available onsale"> <div class="tooltip">lace mocha</div> <input id="swatch-0-lace-mocha" type="radio" name="option-0" value="lace mocha" checked data-imagetotarget="lace-mocha" data-url="/products/never-out-of-lace-scarf-georgette?variant=40771405021366"/> <label for="swatch-0-lace-mocha" style="background-color: mocha; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-mocha.png?v=59082709971778736071634754220)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <script> jQuery('.swatch[data-option-index="0"] .lace-mocha').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled'); </script> <div data-value="lace divine olive" class="swatch-element color lace-divine-olive soldout onsale"> <div class="tooltip">lace divine olive</div> <input id="swatch-0-lace-divine-olive" type="radio" name="option-0" value="lace divine olive" disabled data-imagetotarget="lace-divine-olive" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302718646"/> <label for="swatch-0-lace-divine-olive" style="background-color: olive; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-divine-olive.png?v=19224080702176705771616903658)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <div data-value="lace neutral brown" class="swatch-element color lace-neutral-brown soldout onsale"> <div class="tooltip">lace neutral brown</div> <input id="swatch-0-lace-neutral-brown" type="radio" name="option-0" value="lace neutral brown" disabled data-imagetotarget="lace-neutral-brown" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302620342"/> <label for="swatch-0-lace-neutral-brown" style="background-color: brown; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-neutral-brown.png?v=174007542994509494161616903668)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <div data-value="lace tranquil teal" class="swatch-element color lace-tranquil-teal soldout onsale"> <div class="tooltip">lace tranquil teal</div> <input id="swatch-0-lace-tranquil-teal" type="radio" name="option-0" value="lace tranquil teal" disabled data-imagetotarget="lace-tranquil-teal" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302653110"/> <label for="swatch-0-lace-tranquil-teal" style="background-color: teal; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-tranquil-teal.png?v=12511833191801242211616903711)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <div data-value="lace platinum grey" class="swatch-element color lace-platinum-grey soldout onsale"> <div class="tooltip">lace platinum grey</div> <input id="swatch-0-lace-platinum-grey" type="radio" name="option-0" value="lace platinum grey" disabled data-imagetotarget="lace-platinum-grey" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302751414"/> <label for="swatch-0-lace-platinum-grey" style="background-color: grey; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-platinum-grey.png?v=16683454620316931781616903677)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <div data-value="lace pure white" class="swatch-element color lace-pure-white soldout onsale"> <div class="tooltip">lace pure white</div> <input id="swatch-0-lace-pure-white" type="radio" name="option-0" value="lace pure white" disabled data-imagetotarget="lace-pure-white" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302685878"/> <label for="swatch-0-lace-pure-white" style="background-color: white; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-pure-white.png?v=172557538930599123481616903687)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> <div data-value="lace sophisticated black" class="swatch-element color lace-sophisticated-black soldout onsale"> <div class="tooltip">lace sophisticated black</div> <input id="swatch-0-lace-sophisticated-black" type="radio" name="option-0" value="lace sophisticated black" disabled data-imagetotarget="lace-sophisticated-black" data-url="/products/never-out-of-lace-scarf-georgette?variant=39453302784182"/> <label for="swatch-0-lace-sophisticated-black" style="background-color: black; background-image: url(//arzuscarf.com/cdn/shop/t/3/assets/lace-sophisticated-black.png?v=117385843918924875821616903697)" data-options=""> <img class="crossed-out" src="//arzuscarf.com/cdn/shop/t/3/assets/soldout.png?v=134334151346934485041477593489" /> <div class="data-price"><span class=money>RM69.00</span></div> <div class="data-pricecompare"><span class=money>RM209.00</span></div> </label> </div> </div> <select name="id" id="productSelect" class="product-single__variants"> <option selected="selected" data-sku="" value="40771405021366">lace mocha - <span class=money>RM69.00</span></option> <option disabled="disabled"> lace divine olive - Sold Out </option> <option disabled="disabled"> lace neutral brown - Sold Out </option> <option disabled="disabled"> lace tranquil teal - Sold Out </option> <option disabled="disabled"> lace platinum grey - Sold Out </option> <option disabled="disabled"> lace pure white - Sold Out </option> <option disabled="disabled"> lace sophisticated black - Sold Out </option> </select> </div> <input type="number" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector"> <button type="submit" name="add" id="AddToCart" class="btn"> <img src='//arzuscarf.com/cdn/shop/t/3/assets/cart-white.png?v=68334879567884556181477069785' id="cart-icon" /><img src='//arzuscarf.com/cdn/shop/t/3/assets/cart-gold.png?v=119466541069618610141480445551' id="cart-hover" /><span id="AddToCartText">{ 'products.product.add_to_cart' | t }}</span> </button> </form> <p class="product-promo-text">All sales + offer purchases are final. Goods are subject to availability. If the item is out of stock you will be notified.</p> </div> <div class="product-description rte" itemprop="description"> <div class="tabs-mobile-wrapper"> <div class="info-menu-toggle"><img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Details</div> <div class="info-menu"> <meta charset="utf-8"> <p data-mce-fragment="1">Your favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. </p> <p data-mce-fragment="1"><strong data-mce-fragment="1">PERFORMANCE:</strong><br data-mce-fragment="1"></p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt; </strong>flawless<strong data-mce-fragment="1"><span data-mce-fragment="1"> hand-rolled</span> hems</strong></p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt; </strong>high-end durable synthetic<span data-mce-fragment="1"> </span><span data-mce-fragment="1"><span color="#7f6000" data-mce-fragment="1"><b data-mce-fragment="1">GEORGETTE</b></span> </span>with just enough stretch</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong><span data-mce-fragment="1"> </span>stay-true, no-bleed colour</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong><span data-mce-fragment="1"> </span>easy to shape</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong> <strong data-mce-fragment="1">regular size long: 180 x 60 cm</strong><span data-mce-fragment="1"> </span> </div> <div class="fabric-menu-toggle"><img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Fabric Care</div> <div class="fabric-menu">  </p> <p data-mce-fragment="1">Machine wash cold/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric. </div> <div class="returns-menu-toggle"><img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Returns</div> <div class="returns-menu"> Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined<span data-mce-fragment="1"> </span><a href="https://arzuscarf.com/pages/delivery-returns" title="Delivery-returns" data-mce-fragment="1" data-mce-href="https://arzuscarf.com/pages/delivery-returns" target="_blank">here</a>.</p> <p data-mce-fragment="1">Please note you item will be subject to<span data-mce-fragment="1"> </span><span data-mce-fragment="1">inspection</span>:<strong data-mce-fragment="1"> Worn, soiled</strong><span data-mce-fragment="1"> </span><strong data-mce-fragment="1">or damaged goods (due to </strong><strong data-mce-fragment="1">wear/improper washing) cannot be refunded and will not be returned to the owner. </strong></p> </div> <div class="share-menu"> <div class="share-links share-links-small"> SHARE: <a href="//www.facebook.com/dialog/share?app_id=145634995501895&display=popup&href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2F&redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer" title="arzu on Facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="//twitter.com/home?status=Love this! http://arzuscarf.com/products/never-out-of-lace-scarf-georgette via @arzuscarf" title="arzu on Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','https://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><i class="fa fa-pinterest" aria-hidden="true"></i></a> <a href="//plus.google.com/share?url=http://arzuscarf.com/products/never-out-of-lace-scarf-georgette" title="arzu on Google Plus"><i class="fa fa-google-plus" aria-hidden="true"></i></a> <a href="mailto:info@arzuscarf.com"><i class="fa fa-envelope" aria-hidden="true"></i></a> </div> </div> </div> <div class="tabs-wrapper"> <a class="tabs-1-button tab">Details</a> <a class="tabs-2-button tab">Fabric Care</a> <a class="tabs-3-button tab">Returns</a> <div class="tab-1-content"> <meta charset="utf-8"> <p data-mce-fragment="1">Your favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. </p> <p data-mce-fragment="1"><strong data-mce-fragment="1">PERFORMANCE:</strong><br data-mce-fragment="1"></p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt; </strong>flawless<strong data-mce-fragment="1"><span data-mce-fragment="1"> hand-rolled</span> hems</strong></p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt; </strong>high-end durable synthetic<span data-mce-fragment="1"> </span><span data-mce-fragment="1"><span color="#7f6000" data-mce-fragment="1"><b data-mce-fragment="1">GEORGETTE</b></span> </span>with just enough stretch</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong><span data-mce-fragment="1"> </span>stay-true, no-bleed colour</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong><span data-mce-fragment="1"> </span>easy to shape</p> <p data-mce-fragment="1"><strong data-mce-fragment="1">&gt;</strong> <strong data-mce-fragment="1">regular size long: 180 x 60 cm</strong><span data-mce-fragment="1"> </span> </div> <div class="tab-2-content">  </p> <p data-mce-fragment="1">Machine wash cold/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric. </div> <div class="tab-3-content"> Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined<span data-mce-fragment="1"> </span><a href="https://arzuscarf.com/pages/delivery-returns" title="Delivery-returns" data-mce-fragment="1" data-mce-href="https://arzuscarf.com/pages/delivery-returns" target="_blank">here</a>.</p> <p data-mce-fragment="1">Please note you item will be subject to<span data-mce-fragment="1"> </span><span data-mce-fragment="1">inspection</span>:<strong data-mce-fragment="1"> Worn, soiled</strong><span data-mce-fragment="1"> </span><strong data-mce-fragment="1">or damaged goods (due to </strong><strong data-mce-fragment="1">wear/improper washing) cannot be refunded and will not be returned to the owner. </strong></p> </div> </div> </div> <div class="share-links share-links-large"> SHARE: <a href="//www.facebook.com/sharer.php?u=http://arzuscarf.com/products/never-out-of-lace-scarf-georgette" title="arzu on Facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="//twitter.com/home?status=Love this! http://arzuscarf.com/products/never-out-of-lace-scarf-georgette via @arzuscarf" title="arzu on Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','https://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><i class="fa fa-pinterest" aria-hidden="true"></i></a> <a href="//plus.google.com/share?url=http://arzuscarf.com/products/never-out-of-lace-scarf-georgette" title="arzu on Google Plus"><i class="fa fa-google-plus" aria-hidden="true"></i></a> <a href="mailto:info@arzuscarf.com"><i class="fa fa-envelope" aria-hidden="true"></i></a> </div> </div> </div> <div class="grid__item related-wrapper"> <div class="related-title"> <h2>If you like this, you may also like</h2> </div> <div id="directededge-blocks" ></div> <script type="text/javascript" id="directededge-script"> DirectedEdgeBrowserId = new Object(); DirectedEdgeBrowserId.generate = function(cartItems) { var string = "" + navigator.userAgent + (navigator.language || navigator.userLanguage || navigator.browserLanguage || navigator.systemLanguage || "") + String(screen.colorDepth) + (String(window.devicePixelRatio) || "") + String(screen.width) + String(screen.height) + String(new Date().getTimezoneOffset()) + (navigator.cpuClass || "unknownCPU") + (navigator.platform || "unknownPlatform"); return DirectedEdgeBrowserId.md5(string + cartItems); }; /* based on https://github.com/blueimp/JavaScript-MD5 */ (function ($) { 'use strict' /* * Add integers, wrapping at 2^32. This uses 16-bit operations internally * to work around bugs in some JS interpreters. */ function safe_add (x, y) { var lsw = (x & 0xFFFF) + (y & 0xFFFF) var msw = (x >> 16) + (y >> 16) + (lsw >> 16) return (msw << 16) | (lsw & 0xFFFF) } /* * Bitwise rotate a 32-bit number to the left. */ function bit_rol (num, cnt) { return (num << cnt) | (num >>> (32 - cnt)) } /* * These functions implement the four basic operations the algorithm uses. */ function md5_cmn (q, a, b, x, s, t) { return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b) } function md5_ff (a, b, c, d, x, s, t) { return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t) } function md5_gg (a, b, c, d, x, s, t) { return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t) } function md5_hh (a, b, c, d, x, s, t) { return md5_cmn(b ^ c ^ d, a, b, x, s, t) } function md5_ii (a, b, c, d, x, s, t) { return md5_cmn(c ^ (b | (~d)), a, b, x, s, t) } /* * Calculate the MD5 of an array of little-endian words, and a bit length. */ function binl_md5 (x, len) { /* append padding */ x[len >> 5] |= 0x80 << (len % 32) x[(((len + 64) >>> 9) << 4) + 14] = len var i var olda var oldb var oldc var oldd var a = 1732584193 var b = -271733879 var c = -1732584194 var d = 271733878 for (i = 0; i < x.length; i += 16) { olda = a oldb = b oldc = c oldd = d a = md5_ff(a, b, c, d, x[i], 7, -680876936) d = md5_ff(d, a, b, c, x[i + 1], 12, -389564586) c = md5_ff(c, d, a, b, x[i + 2], 17, 606105819) b = md5_ff(b, c, d, a, x[i + 3], 22, -1044525330) a = md5_ff(a, b, c, d, x[i + 4], 7, -176418897) d = md5_ff(d, a, b, c, x[i + 5], 12, 1200080426) c = md5_ff(c, d, a, b, x[i + 6], 17, -1473231341) b = md5_ff(b, c, d, a, x[i + 7], 22, -45705983) a = md5_ff(a, b, c, d, x[i + 8], 7, 1770035416) d = md5_ff(d, a, b, c, x[i + 9], 12, -1958414417) c = md5_ff(c, d, a, b, x[i + 10], 17, -42063) b = md5_ff(b, c, d, a, x[i + 11], 22, -1990404162) a = md5_ff(a, b, c, d, x[i + 12], 7, 1804603682) d = md5_ff(d, a, b, c, x[i + 13], 12, -40341101) c = md5_ff(c, d, a, b, x[i + 14], 17, -1502002290) b = md5_ff(b, c, d, a, x[i + 15], 22, 1236535329) a = md5_gg(a, b, c, d, x[i + 1], 5, -165796510) d = md5_gg(d, a, b, c, x[i + 6], 9, -1069501632) c = md5_gg(c, d, a, b, x[i + 11], 14, 643717713) b = md5_gg(b, c, d, a, x[i], 20, -373897302) a = md5_gg(a, b, c, d, x[i + 5], 5, -701558691) d = md5_gg(d, a, b, c, x[i + 10], 9, 38016083) c = md5_gg(c, d, a, b, x[i + 15], 14, -660478335) b = md5_gg(b, c, d, a, x[i + 4], 20, -405537848) a = md5_gg(a, b, c, d, x[i + 9], 5, 568446438) d = md5_gg(d, a, b, c, x[i + 14], 9, -1019803690) c = md5_gg(c, d, a, b, x[i + 3], 14, -187363961) b = md5_gg(b, c, d, a, x[i + 8], 20, 1163531501) a = md5_gg(a, b, c, d, x[i + 13], 5, -1444681467) d = md5_gg(d, a, b, c, x[i + 2], 9, -51403784) c = md5_gg(c, d, a, b, x[i + 7], 14, 1735328473) b = md5_gg(b, c, d, a, x[i + 12], 20, -1926607734) a = md5_hh(a, b, c, d, x[i + 5], 4, -378558) d = md5_hh(d, a, b, c, x[i + 8], 11, -2022574463) c = md5_hh(c, d, a, b, x[i + 11], 16, 1839030562) b = md5_hh(b, c, d, a, x[i + 14], 23, -35309556) a = md5_hh(a, b, c, d, x[i + 1], 4, -1530992060) d = md5_hh(d, a, b, c, x[i + 4], 11, 1272893353) c = md5_hh(c, d, a, b, x[i + 7], 16, -155497632) b = md5_hh(b, c, d, a, x[i + 10], 23, -1094730640) a = md5_hh(a, b, c, d, x[i + 13], 4, 681279174) d = md5_hh(d, a, b, c, x[i], 11, -358537222) c = md5_hh(c, d, a, b, x[i + 3], 16, -722521979) b = md5_hh(b, c, d, a, x[i + 6], 23, 76029189) a = md5_hh(a, b, c, d, x[i + 9], 4, -640364487) d = md5_hh(d, a, b, c, x[i + 12], 11, -421815835) c = md5_hh(c, d, a, b, x[i + 15], 16, 530742520) b = md5_hh(b, c, d, a, x[i + 2], 23, -995338651) a = md5_ii(a, b, c, d, x[i], 6, -198630844) d = md5_ii(d, a, b, c, x[i + 7], 10, 1126891415) c = md5_ii(c, d, a, b, x[i + 14], 15, -1416354905) b = md5_ii(b, c, d, a, x[i + 5], 21, -57434055) a = md5_ii(a, b, c, d, x[i + 12], 6, 1700485571) d = md5_ii(d, a, b, c, x[i + 3], 10, -1894986606) c = md5_ii(c, d, a, b, x[i + 10], 15, -1051523) b = md5_ii(b, c, d, a, x[i + 1], 21, -2054922799) a = md5_ii(a, b, c, d, x[i + 8], 6, 1873313359) d = md5_ii(d, a, b, c, x[i + 15], 10, -30611744) c = md5_ii(c, d, a, b, x[i + 6], 15, -1560198380) b = md5_ii(b, c, d, a, x[i + 13], 21, 1309151649) a = md5_ii(a, b, c, d, x[i + 4], 6, -145523070) d = md5_ii(d, a, b, c, x[i + 11], 10, -1120210379) c = md5_ii(c, d, a, b, x[i + 2], 15, 718787259) b = md5_ii(b, c, d, a, x[i + 9], 21, -343485551) a = safe_add(a, olda) b = safe_add(b, oldb) c = safe_add(c, oldc) d = safe_add(d, oldd) } return [a, b, c, d] } /* * Convert an array of little-endian words to a string */ function binl2rstr (input) { var i var output = '' for (i = 0; i < input.length * 32; i += 8) { output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF) } return output } /* * Convert a raw string to an array of little-endian words * Characters >255 have their high-byte silently ignored. */ function rstr2binl (input) { var i var output = [] output[(input.length >> 2) - 1] = undefined for (i = 0; i < output.length; i += 1) { output[i] = 0 } for (i = 0; i < input.length * 8; i += 8) { output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (i % 32) } return output } /* * Calculate the MD5 of a raw string */ function rstr_md5 (s) { return binl2rstr(binl_md5(rstr2binl(s), s.length * 8)) } /* * Calculate the HMAC-MD5, of a key and some data (raw strings) */ function rstr_hmac_md5 (key, data) { var i var bkey = rstr2binl(key) var ipad = [] var opad = [] var hash ipad[15] = opad[15] = undefined if (bkey.length > 16) { bkey = binl_md5(bkey, key.length * 8) } for (i = 0; i < 16; i += 1) { ipad[i] = bkey[i] ^ 0x36363636 opad[i] = bkey[i] ^ 0x5C5C5C5C } hash = binl_md5(ipad.concat(rstr2binl(data)), 512 + data.length * 8) return binl2rstr(binl_md5(opad.concat(hash), 512 + 128)) } /* * Convert a raw string to a hex string */ function rstr2hex (input) { var hex_tab = '0123456789abcdef' var output = '' var x var i for (i = 0; i < input.length; i += 1) { x = input.charCodeAt(i) output += hex_tab.charAt((x >>> 4) & 0x0F) + hex_tab.charAt(x & 0x0F) } return output } /* * Encode a string as utf-8 */ function str2rstr_utf8 (input) { return unescape(encodeURIComponent(input)) } /* * Take string arguments and return either raw or hex encoded strings */ function raw_md5 (s) { return rstr_md5(str2rstr_utf8(s)) } function hex_md5 (s) { return rstr2hex(raw_md5(s)) } function raw_hmac_md5 (k, d) { return rstr_hmac_md5(str2rstr_utf8(k), str2rstr_utf8(d)) } function hex_hmac_md5 (k, d) { return rstr2hex(raw_hmac_md5(k, d)) } function md5 (string, key, raw) { if (!key) { if (!raw) { return hex_md5(string) } return raw_md5(string) } if (!raw) { return hex_hmac_md5(key, string) } return raw_hmac_md5(key, string) } DirectedEdgeBrowserId.md5 = md5; }(this)); function DirectedEdgeQuery(domain, parameters) { this.domain = domain; this.parameters = parameters; } DirectedEdgeQuery.prototype.formatQuery = function() { var url = window.location.protocol + "//app.directededge.com/widget?shop=" + this.domain; for(var p in this.parameters) { url += "&" + p + "=" + encodeURIComponent(this.parameters[p]); } return url; }; DirectedEdgeQuery.prototype.generateGUID = function() { return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(c) { var r = Math.random() * 16 | 0; var v = c == "x" ? r : r & 0x3 | 0x8; return v.toString(16); }); }; DirectedEdgeQuery.prototype.checkGUIDCookie = function() { var guid = this.getCookie("de_guid"); if(!guid) { guid = this.generateGUID(); var expires = new Date(); expires.setFullYear(expires.getFullYear() + 2); this.setCookie("de_guid", guid, expires); } return guid; }; DirectedEdgeQuery.prototype.setBridgeCookie = function() { var expires = new Date(); expires.setHours(expires.getHours() + 48); var val = DirectedEdgeBrowserId.generate(this.basket); this.setCookie("de_bridge", val, expires); }; DirectedEdgeQuery.prototype.getCookie = function(key) { var cookies = new Object(); var pairs = document.cookie.split("; "); for(var i = 0; i < pairs.length; i++) { var pair = pairs[i].split("="); if(pair[0] === key) { return pair[1]; } } return undefined; }; DirectedEdgeQuery.prototype.setCookie = function(key, value, expires) { document.cookie = key + "=" + value + "; " + "expires=" + expires.toUTCString() + "; " + "path=/"; }; DirectedEdgeQuery.prototype.handleCartChange = function() { var thisQuery = this; DirectedEdgeDynamicCart.getCartList(function(list, success) { if(success) { var params = thisQuery.parameters; params.basket = list; params.insert = "replace"; var q = new DirectedEdgeQuery(Shopify.shop, params); var deDiv = document.getElementById(params.block_id); q.execute(); } }); } DirectedEdgeQuery.prototype.execute = function() { this.parameters["tracking"] = this.checkGUIDCookie(); var script = document.createElement("script"); script.setAttribute("type", "text/javascript"); script.setAttribute("charset", "utf-8"); script.setAttribute("src", this.formatQuery()); document.getElementsByTagName("head").item(0).appendChild(script); }; DirectedEdgeQuery.prototype.executeAsync = function() { var query = this; setTimeout(function() { query.execute(); }, 0); }; (function() { var parameters = { "block_id": "directededge-blocks", "template": "product", "page": "", "customer": "", "product": "6610734121142", "product_handle": "never-out-of-lace-scarf-georgette", "basket": "", "currency_code": Shopify.currency.active, "currency_rate": Shopify.currency.rate, "locale": Shopify.locale }; var query = new DirectedEdgeQuery("arzu-3.myshopify.com", parameters); if(query.getCookie("cart") != undefined) { query.parameters["cart_token"] = query.getCookie("cart") } if(query.parameters.basket.length > 0) { query.setBridgeCookie(); } if(query.getCookie("cart") != undefined) { query.parameters["cart_token"] = query.getCookie("cart"); } if(query.parameters.basket.length > 0) { query.setBridgeCookie(); } query.parameters["bridge"] = query.getCookie("de_bridge"); query.executeAsync(); })(); </script> </div> <div class="grid__item reviews-wrapper"> <div class="reviews-title"> <h2>Reviews</h2> </div> <div class='span12'><div id='judgeme_product_reviews' class='jdgm-widget jdgm-review-widget' data-product-title='never out of lace scarf GEORGETTE' data-id='6610734121142'><div class='jdgm-rev-widg' data-updated-at='2022-10-06T03:49:09Z' data-average-rating='5.00' data-number-of-reviews='2' data-number-of-questions='0'> <style class='jdgm-temp-hiding-style'>.jdgm-rev-widg{ display: none }</style> <div class='jdgm-rev-widg__header'> <h2 class='jdgm-rev-widg__title'>Customer Reviews</h2> <div class='jdgm-rich-snippet' itemprop='aggregateRating' itemscope itemtype='http://schema.org/AggregateRating'> <meta itemprop='reviewCount' content='2'> <meta itemprop='ratingValue' content='5.00'> </div> <div class='jdgm-rev-widg__summary'> <div class='jdgm-rev-widg__summary-stars' aria-label='Average rating is 5.00 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-rev-widg__summary-text'>Based on 2 reviews</div> </div> <a style='display: none' href='#' class='jdgm-write-rev-link' role='button'>Write a review</a> <div class='jdgm-histogram jdgm-temp-hidden'> <div class='jdgm-histogram__row' data-rating='5' data-frequency='2' data-percentage='100'> <div class='jdgm-histogram__star' role='button' aria-label="100% (2) reviews with 5 star rating" tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 100%;'> </div> </div> <div class='jdgm-histogram__percentage'>100%</div> <div class='jdgm-histogram__frequency'>(2)</div> </div> <div class='jdgm-histogram__row' data-rating='4' data-frequency='0' data-percentage='0'> <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 4 star rating" tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div> <div class='jdgm-histogram__row' data-rating='3' data-frequency='0' data-percentage='0'> <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 3 star rating" tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div> <div class='jdgm-histogram__row' data-rating='2' data-frequency='0' data-percentage='0'> <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 2 star rating" tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div> <div class='jdgm-histogram__row' data-rating='1' data-frequency='0' data-percentage='0'> <div class='jdgm-histogram__star' role='button' aria-label="0% (0) reviews with 1 star rating" tabindex='0' ><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span></div> <div class='jdgm-histogram__bar'> <div class='jdgm-histogram__bar-content' style='width: 0%;'> </div> </div> <div class='jdgm-histogram__percentage'>0%</div> <div class='jdgm-histogram__frequency'>(0)</div> </div> <div class='jdgm-histogram__row jdgm-histogram__clear-filter' data-rating=null tabindex='0'></div> </div> <div class='jdgm-rev-widg__sort-wrapper'></div> </div> <div class='jdgm-rev-widg__body'> <div class='jdgm-rev-widg__reviews'><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='832f4100-b3e4-4e66-9a1b-c57ad7fb0cc2' data-product-title='never out of lace scarf GEORGETTE' data-product-url='/products/never-out-of-lace-scarf-georgette' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'> <div class='jdgm-rev__icon' > S </div> <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2021-06-22 02:37:11 UTC'></span> <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>Sitiroziah</span> <span class='jdgm-rev__location' > </span> </span> </div> <div class='jdgm-rev__content'> <div class='jdgm-rev__custom-form'> </div> <b class='jdgm-rev__title'>never out of lace scarf GEORGETTE</b> <div class='jdgm-rev__body'><p>It’s great.. light, easy to wear and wash..Good buy! Highly recommended</p></div> <div class='jdgm-rev__pics'> </div> <div class='jdgm-rev__vids'> </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'> </div> </div><div class='jdgm-rev jdgm-divider-top' data-verified-buyer='true' data-review-id='c8cf264a-02bd-4830-aebc-ff8520db7e5c' data-product-title='never out of lace scarf GEORGETTE' data-product-url='/products/never-out-of-lace-scarf-georgette' data-thumb-up-count='0' data-thumb-down-count='0'> <div class='jdgm-rev__header'> <div class='jdgm-rev__icon' > S </div> <span class='jdgm-rev__rating' data-score='5' tabindex='0' aria-label='5 star review' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-rev__timestamp jdgm-spinner' data-content='2021-06-16 01:55:24 UTC'></span> <div class='jdgm-rev__br'></div> <span class='jdgm-rev__buyer-badge-wrapper'> <span class='jdgm-rev__buyer-badge'></span> </span> <span class='jdgm-rev__author-wrapper'> <span class='jdgm-rev__author'>Salina Amir</span> <span class='jdgm-rev__location' > </span> </span> </div> <div class='jdgm-rev__content'> <div class='jdgm-rev__custom-form'> </div> <b class='jdgm-rev__title'>Wrong colour description</b> <div class='jdgm-rev__body'><p>The actual colour of the scarf is GREEN but the description in the picture is Teal..so if you are looking for a teal scarf, this is mot the right one</p></div> <div class='jdgm-rev__pics'> </div> <div class='jdgm-rev__vids'> </div> </div> <div class='jdgm-rev__actions'> <div class='jdgm-rev__social'></div> <div class='jdgm-rev__votes'></div> </div> <div class='jdgm-rev__reply'> </div> </div></div> <div class='jdgm-paginate' data-per-page='5' data-url='https://judge.me/reviews/reviews_for_widget'></div> </div> <div class='jdgm-rev-widg__paginate-spinner-wrapper'> <div class='jdgm-spinner'></div> </div> </div></div></div> </div> </div> </div> <script src="//arzuscarf.com/cdn/shopifycloud/shopify/assets/themes_support/option_selection-86cdd286ddf3be7e25d68b9fc5965d7798a3ff6228ff79af67b3f4e41d6a34be.js" type="text/javascript"></script> <script> var selectCallback = function(variant, selector) { timber.productPage({ money_format: "<span class=money>RM{{amount}}</span>", variant: variant, selector: selector }); // BEGIN SWATCHES if (variant) { var form = jQuery('#' + selector.domIdPrefix).closest('form'); for (var i=0,length=variant.options.length; i<length; i++) { var radioButton = form.find('.swatch[data-option-index="' + i + '"] :radio[value="' + variant.options[i] +'"]'); if (radioButton.size()) { radioButton.get(0).checked = true; $('[itemprop="price"]').html(Shopify.formatMoney(variant.price, globalFormat)); if( variant.compare_at_price != null ){ $('.sale-price').html(Shopify.formatMoney(variant.compare_at_price, globalFormat)).show(); } else { $('.sale-price').hide(); } } } } // END SWATCHES }; jQuery(function($) { new Shopify.OptionSelectors('productSelect', { product: {"id":6610734121142,"title":"never out of lace scarf GEORGETTE","handle":"never-out-of-lace-scarf-georgette","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e","published_at":"2022-07-29T15:09:47+08:00","created_at":"2021-03-28T10:49:18+08:00","vendor":"arzu","type":"Scarf","tags":["best","color-lace-divine-olive","color-lace-mocha","color-lace-neutral-brown","color-lace-platinum-grey","color-lace-pure-white","color-lace-sophisticated-black","color-lace-tranquil-teal","daily-must-haves","get-it-before-its-gone","long-scarves","printed","scarf","shape-long","size-regular"],"price":6900,"price_min":6900,"price_max":6900,"available":true,"price_varies":false,"compare_at_price":20900,"compare_at_price_min":20900,"compare_at_price_max":20900,"compare_at_price_varies":false,"variants":[{"id":40771405021366,"title":"lace mocha","option1":"lace mocha","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":30325680308406,"product_id":6610734121142,"position":36,"created_at":"2021-10-21T02:10:15+08:00","updated_at":"2021-10-21T02:10:15+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","variant_ids":[40771405021366]},"available":true,"name":"never out of lace scarf GEORGETTE - lace mocha","public_title":"lace mocha","options":["lace mocha"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":7,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302718646,"title":"lace divine olive","option1":"lace divine olive","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263533609142,"product_id":6610734121142,"position":28,"created_at":"2021-03-28T11:40:44+08:00","updated_at":"2021-03-28T11:40:44+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","variant_ids":[39453302718646]},"available":false,"name":"never out of lace scarf GEORGETTE - lace divine olive","public_title":"lace divine olive","options":["lace divine olive"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302620342,"title":"lace neutral brown","option1":"lace neutral brown","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263520633014,"product_id":6610734121142,"position":25,"created_at":"2021-03-28T11:39:25+08:00","updated_at":"2021-03-28T11:39:25+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","variant_ids":[39453302620342]},"available":false,"name":"never out of lace scarf GEORGETTE - lace neutral brown","public_title":"lace neutral brown","options":["lace neutral brown"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302653110,"title":"lace tranquil teal","option1":"lace tranquil teal","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263527776438,"product_id":6610734121142,"position":26,"created_at":"2021-03-28T11:40:18+08:00","updated_at":"2021-03-28T11:40:18+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","variant_ids":[39453302653110]},"available":false,"name":"never out of lace scarf GEORGETTE - lace tranquil teal","public_title":"lace tranquil teal","options":["lace tranquil teal"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302751414,"title":"lace platinum grey","option1":"lace platinum grey","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263534756022,"product_id":6610734121142,"position":29,"created_at":"2021-03-28T11:40:57+08:00","updated_at":"2021-03-28T11:40:57+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","variant_ids":[39453302751414]},"available":false,"name":"never out of lace scarf GEORGETTE - lace platinum grey","public_title":"lace platinum grey","options":["lace platinum grey"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302685878,"title":"lace pure white","option1":"lace pure white","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263531446454,"product_id":6610734121142,"position":27,"created_at":"2021-03-28T11:40:30+08:00","updated_at":"2021-03-28T11:40:30+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","variant_ids":[39453302685878]},"available":false,"name":"never out of lace scarf GEORGETTE - lace pure white","public_title":"lace pure white","options":["lace pure white"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39453302784182,"title":"lace sophisticated black","option1":"lace sophisticated black","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":{"id":28263537672374,"product_id":6610734121142,"position":30,"created_at":"2021-03-28T11:41:12+08:00","updated_at":"2021-03-28T11:41:12+08:00","alt":null,"width":1203,"height":1800,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","variant_ids":[39453302784182]},"available":false,"name":"never out of lace scarf GEORGETTE - lace sophisticated black","public_title":"lace sophisticated black","options":["lace sophisticated black"],"price":6900,"weight":0,"compare_at_price":20900,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"],"featured_image":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","options":["Color"],"media":[{"alt":"text -- lace neutral brown","id":20506930708662,"position":1,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243.jpg?v=1616900056","width":1203},{"alt":"text -- lace neutral brown","id":20506930774198,"position":2,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0246.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930741430,"position":3,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0245.jpg?v=1623128882","width":1203},{"alt":"text -- lace neutral brown","id":20506930806966,"position":4,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0248_bc18e0df-33f9-40ed-87d3-832e7af84ac9.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930872502,"position":5,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930839734,"position":6,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0251.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930905270,"position":7,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0254.jpg?v=1623128882","width":1203},{"alt":"text -- lace tranquil teal","id":20506930938038,"position":8,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0256_229f46af-2e5b-44fb-a4b9-5dbdac2ea88a.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931003574,"position":9,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0259.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506930970806,"position":10,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258.jpg?v=1624507943","width":1203},{"alt":"text -- lace divine olive","id":20506931036342,"position":11,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0262_42d47c19-c9a4-4d76-bc4f-8fcedfc2c6e3.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931069110,"position":12,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0266_c41d0673-3dcf-446f-b139-53636c0a523c.jpg?v=1623128882","width":1203},{"alt":"text -- lace divine olive","id":20506931101878,"position":13,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0267_b0956039-0788-4714-a0ab-8b454f43c08f.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931134646,"position":14,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0268.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931167414,"position":15,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_8f89d4e0-7a86-4631-b4cd-71c4741ab119.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931200182,"position":16,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0270_67afd253-0c46-472b-93db-4002beac2a21.jpg?v=1623128882","width":1203},{"alt":"text -- lace platinum grey","id":20506931232950,"position":17,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0272_9b9bd98c-d3db-49f8-8b0e-c74952f476ba.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931298486,"position":18,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0276_6aa06935-f92a-4200-8e82-074fd5bb1c52.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931331254,"position":19,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0277.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931265718,"position":20,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_854feca2-d97d-4e04-8053-fd79fc195eb7.jpg?v=1623128882","width":1203},{"alt":"text -- lace sophisticated black ","id":20506931364022,"position":21,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0278_45905e05-cbf6-4a65-b87d-eb8bd10880d0.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931396790,"position":22,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_fb3733df-a4e7-4314-9baa-76b8ded7b0d6.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931462326,"position":23,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0284.jpg?v=1623128882","width":1203},{"alt":"text -- lace pure white","id":20506931429558,"position":24,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0282_7787cf3f-3195-4e31-a9fd-61b899d07c3e.jpg?v=1623128882","width":1203},{"alt":null,"id":20507148615862,"position":25,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0243_07f47709-8b5e-4104-bffb-12a2b7b59426.jpg?v=1616902765","width":1203},{"alt":null,"id":20507157037238,"position":26,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0253_16eb9c81-2901-4a99-b385-864e43f5eaed.jpg?v=1616902818","width":1203},{"alt":null,"id":20507160740022,"position":27,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0280_08d62165-c70f-45a9-b1d7-a5577b9bf409.jpg?v=1616902830","width":1203},{"alt":null,"id":20507163066550,"position":28,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0258_ab51b065-5412-4198-933c-3e57afbc54be.jpg?v=1616902844","width":1203},{"alt":null,"id":20507163918518,"position":29,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0269_e5c22521-b5ec-44cb-a419-29521ff04371.jpg?v=1616902857","width":1203},{"alt":null,"id":20507167129782,"position":30,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Arzu0275_09e10180-4cbe-405b-837c-031d63d37329.jpg?v=1616902872","width":1203},{"alt":"text -- lace mocha","id":22627797303478,"position":31,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797336246,"position":32,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha02.jpg?v=1634753224","width":1203},{"alt":"text -- lace mocha","id":22627797369014,"position":33,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha03.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797401782,"position":34,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha04.jpg?v=1634753223","width":1203},{"alt":"text -- lace mocha","id":22627797434550,"position":35,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha05.jpg?v=1634753224","width":1203},{"alt":null,"id":22627814834358,"position":36,"preview_image":{"aspect_ratio":0.668,"height":1800,"width":1203,"src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415"},"aspect_ratio":0.668,"height":1800,"media_type":"image","src":"\/\/arzuscarf.com\/cdn\/shop\/products\/Mix_mocha01_7f66a2e6-4a20-4a35-8719-b66347585d0b.jpg?v=1634753415","width":1203}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePERFORMANCE:\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003eflawless\u003cstrong data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e hand-rolled\u003c\/span\u003e hems\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt; \u003c\/strong\u003ehigh-end durable synthetic\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cspan color=\"#7f6000\" data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eGEORGETTE\u003c\/b\u003e\u003c\/span\u003e \u003c\/span\u003ewith just enough stretch\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003estay-true, no-bleed colour\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eeasy to shape\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u0026gt;\u003c\/strong\u003e \u003cstrong data-mce-fragment=\"1\"\u003eregular size long: 180 x 60 cm\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e| \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eMachine wash cold\/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.|Unfortunately we do not process exchanges at this time. If you would like to make a return you can do so within 3 days of receipt. Please follow the instructions outlined\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" title=\"Delivery-returns\" data-mce-fragment=\"1\" data-mce-href=\"https:\/\/arzuscarf.com\/pages\/delivery-returns\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlease note you item will be subject to\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003einspection\u003c\/span\u003e:\u003cstrong data-mce-fragment=\"1\"\u003e Worn, soiled\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eor damaged goods (due to \u003c\/strong\u003e\u003cstrong data-mce-fragment=\"1\"\u003ewear\/improper washing) cannot be refunded and will not be returned to the owner. \u003c\/strong\u003e\u003c\/p\u003e"}, onVariantSelected: selectCallback, enableHistoryState: true }); // Add label if only one product option and it isn't 'Title'. Could be 'Size'. $('.selector-wrapper:eq(0)').prepend('<label for="productSelect-option-0">Color</label>'); // Hide selectors if we only have 1 variant and its title contains 'Default'. }); </script> <script> $(document).ready(function(){ // slider image on click $('.product-single').on("click", ".slide a", function(e){ e.preventDefault(); $('.sel').removeClass('sel'); var imageone = $(this).attr('href'); $(this).addClass('sel'); $('.product-photo-one').find('img').attr('src', imageone); }); $('.mobile-thumb').each(function(){ $(this).zoom({url: $(this).find('img').attr('src')}); }); $("#zoomToggle").click(function() { $('.product-photo-one').trigger('zoom.destroy'); $('.zoomImg').remove(); $('.product-photo-one').zoom({url: $('.product-photo-one').find('img.the-image').attr('src')}); }); $(".product-photo-one").on('mouseleave', function(){ $('.product-photo-one').trigger('zoom.destroy'); $('.zoomImg').remove(); }); //tabs $('.tabs-1-button').click(function(){ $(this).css({ "background":"white", "border-bottom": "none", "margin-top": "0px", "padding-bottom": "9px", "padding-top": "13px" }); $('.tabs-2-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $('.tabs-3-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $(".tab-1-content").show(); $(".tab-2-content").hide(); $(".tab-3-content").hide(); }); $('.tabs-2-button').click(function(){ $(this).css({ "background":"white", "border-bottom": "none", "margin-top": "0px", "padding-bottom": "9px", "padding-top": "13px" }); $('.tabs-1-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $('.tabs-3-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $(".tab-2-content").show(); $(".tab-1-content").hide(); $(".tab-3-content").hide(); }); $('.tabs-3-button').click(function(){ $(this).css({ "background":"white", "border-bottom": "none", "margin-top": "0px", "padding-bottom": "9px", "padding-top": "13px" }); $('.tabs-1-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $('.tabs-2-button').css({ "background":"#f7f6f4", "padding-top": "9px", "padding-bottom": "8px", "margin-top": "4px", "border-bottom": "1px solid #e6e0e0" }); $(".tab-2-content").hide(); $(".tab-1-content").hide(); $(".tab-3-content").show(); }); // Sale colors functionality $(".sale-colors-btn").click(function(){ if($(this).hasClass("showing-sale")){ $(this).removeClass("showing-sale"); $(this).html("SHOW COLORS ON SALE"); $(".swatch-element").each(function(){ $(this).show(); }); } else { $(this).addClass("showing-sale"); $(this).html("SHOW ALL COLORS"); $(".swatch-element").each(function(){ if(!$(this).hasClass("onsale")){ $(this).hide(); } }); } }); }); $('.info-menu-toggle').click(function(){ $('.info-menu').toggleClass('filter-open'); if($('.info-menu').hasClass('filter-open')){ $('.info-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-down.png?v=98700248367724385111477069783"/>Details'); } else { $('.info-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Details'); } }); $('.fabric-menu-toggle').click(function(){ $('.fabric-menu').toggleClass('filter-open'); if($('.fabric-menu').hasClass('filter-open')){ $('.fabric-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-down.png?v=98700248367724385111477069783"/>Fabric Care'); } else { $('.fabric-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Fabric Care'); } }); $('.returns-menu-toggle').click(function(){ $('.returns-menu').toggleClass('filter-open'); if($('.returns-menu').hasClass('filter-open')){ $('.returns-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-down.png?v=98700248367724385111477069783"/>Returns'); } else { $('.returns-menu-toggle').html('<img src="//arzuscarf.com/cdn/shop/t/3/assets/arrow-dark.png?v=57383127603400869651477069783"/>Returns'); } }); $("#AddToCart").hover(function(){ $("#cart-icon").hide(); $("#cart-hover").show(); }, function(){ $("#cart-icon").show(); $("#cart-hover").hide(); }); </script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/swatch-and-slider.js?v=17175118555429182091492162636" type="text/javascript"></script> <script text="text/javascript"> var _learnq = _learnq || []; var item = { Name: "never out of lace scarf GEORGETTE", ProductID: 6610734121142, Categories: ["all","best sellers","daily must haves","Get it before it's gone","go long","long scarf","Newly Added","On sale","printed collections","Regular","sale","Sale all scarves","Scarf","scarves"], ImageURL: "https://arzuscarf.com/cdn/shop/products/Arzu0243_grande.jpg?v=1616900056", URL: "https://arzuscarf.com/products/never-out-of-lace-scarf-georgette", Brand: "arzu", Price: "\u003cspan class=money\u003eRM69.00\u003c\/span\u003e", CompareAtPrice: "\u003cspan class=money\u003eRM209.00\u003c\/span\u003e" }; _learnq.push(['track', 'Viewed Product', item]); _learnq.push(['trackViewedItem', { Title: item.Name, ItemId: item.ProductID, Categories: item.Categories, ImageUrl: item.ImageURL, Url: item.URL, Metadata: { Brand: item.Brand, Price: item.Price, CompareAtPrice: item.CompareAtPrice } }]); </script> </main> <!-- begin site-footer --> <footer class="site-footer small--text-center" role="contentinfo"> <div class="wrapper"> <div class="grid site-footer-grid"> <div class="grid__item large--one-sixth medium--one-half small--one-whole footer-menu-one"> <p class="footer-title">Arzu</p> <ul class="footer-menu"> <li class="footer-menu-link"><a href="/">HOME</a></li> <li class="footer-menu-link"><a href="/collections/new-arrivals">NEW!</a></li> <li class="footer-menu-link"><a href="/pages/about-us">ABOUT US</a></li> </ul> </div> <div class="grid__item large--one-fifth medium--one-half small--one-whole footer-menu-two"> <p class="footer-title">Customer Care</p> <ul class="footer-menu"> <li class="footer-menu-link"><a href="/pages/contact-us">Contact Us</a></li> <li class="footer-menu-link"><a href="/pages/delivery-returns">Delivery & Returns</a></li> <li class="footer-menu-link"><a href="/pages/privacy-policy">Privacy Policy</a></li> <li class="footer-menu-link"><a href="/pages/terms-conditions">Terms & Conditions</a></li> </ul> </div> <div class="grid__item large--one-fifth medium--one-half small--one-whole footer-social"> <p class="footer-title">Connect With Us</p> <ul class="footer-menu"> <li class="footer-menu-link"> <a href="http://www.facebook.com/arzuscarf"><i class="fa fa-facebook" aria-hidden="true"></i> FACEBOOK</a> </li> <li class="footer-menu-link"> <a href="https://www.instagram.com/arzuscarf"><i class="fa fa-instagram" aria-hidden="true"></i> INSTAGRAM</a> </li> <li class="footer-menu-link"> <a href="http://www.twitter.com/arzuscarf"><i class="fa fa-twitter" aria-hidden="true"></i> TWITTER</a> </li> </ul> </div> <div class="grid__item large--two-fifths medium--one-half small--one-whole footer-news"> <p class="footer-title">Let&#39;s Connect!</p> <p class="footer-desc">SIGN UP FOR OUR EMAIL TO BE THE FIRST TO KNOW ABOUT NEW ARRIVALS, EXCLUSIVE OFFERS, AND MORE!</p> <form action="https://manage.kmail-lists.com/subscriptions/subscribe?a=MKzgjw&g=Jq22in" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" class="input-group"> <input type="email" value="" placeholder="email@example.com" name="EMAIL" id="mail" class="input-group-field" aria-label="email@example.com" autocorrect="off" autocapitalize="off"> <span class="input-group-btn"> <input type="submit" class="btn gold" name="subscribe" id="subscribe" value="SIGN UP"> </span> </form> <ul class="footer-menu footer-email-link-menu"> <li class="footer-menu-link"> <a href="mailto:hello@arzuscarf.com"><i class="fa fa-envelope" aria-hidden="true"></i> hello@arzuscarf.com</a> </li> </ul> </div> <div class="grid__item large--one-fifth medium--one-half small--one-whole footer-social-mobile" style="padding-left:68px;margin-top:-10px;"> <ul class="footer-menu"> <li class="footer-menu-link"> <a href="http://www.facebook.com/arzuscarf"><i class="fa fa-facebook" aria-hidden="true"></i></a> </li> <li class="footer-menu-link"> <a href="https://www.instagram.com/arzuscarf"><i class="fa fa-instagram" aria-hidden="true"></i></a> </li> <li class="footer-menu-link"> <a href="http://www.twitter.com/arzuscarf"><i class="fa fa-twitter" aria-hidden="true"></i></a> </li> </ul> </div> </div> </div> </footer> <div class="grid footer-copy-wrap"> <div class="grid__item one-whole footer-copy"> COPYRIGHT © 2024 ARZU. </div> </div> <!-- //site-footer --> </div> <script src="//arzuscarf.com/cdn/shop/t/3/assets/fastclick.min.js?v=29723458539410922371477069786" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/timber.js?v=80169576721626845781496413078" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/slick.js?v=152778177229290916531477518701" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/imagesloaded.pkgd.min.js?v=122082684965831503061477518700" type="text/javascript"></script> <script> </script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/handlebars.min.js?v=79044469952368397291477069786" type="text/javascript"></script> <!-- /snippets/ajax-cart-template.liquid --> <script id="CartTemplate" type="text/template"> <form action="/cart" method="post" novalidate class="cart ajaxcart"> <div class="ajaxcart__inner"> {{#items}} <div class="ajaxcart__product"> <div class="ajaxcart__row" data-line="{{line}}"> <div class="grid"> <div class="grid__item one-quarter"> <a href="{{url}}" class="ajaxcart__product-image"><img src="{{img}}" alt=""></a> </div> <div class="grid__item three-quarters"> <p> <a href="{{url}}" class="ajaxcart__product-name">{{name}}</a> {{#if variation}} <span class="ajaxcart__product-meta">{{variation}}</span> {{/if}} {{#properties}} {{#each this}} {{#if this}} <span class="ajaxcart__product-meta">{{@key}}: {{this}}</span> {{/if}} {{/each}} {{/properties}} </p> <div class="grid--full display-table"> <div class="grid__item display-table-cell one-half"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{id}}" data-qty="{{itemMinus}}" data-line="{{line}}"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">&minus;</span> </button> <input type="text" name="updates[]" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{id}}" data-line="{{line}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{id}}" data-line="{{line}}" data-qty="{{itemAdd}}"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">+</span> </button> </div> </div> <div class="grid__item display-table-cell one-half text-right"> {{#if discountsApplied}} <small class="ajaxcart-item__price-strikethrough"><s>{{{originalPrice}}}</s></small> <br><span>{{{linePrice}}}</span> {{else}} <span>{{{linePrice}}}</span> {{/if}} </div> </div> {{#if discountsApplied}} <div class="grid--full display-table"> <div class="grid__item text-right"> {{#each discounts}} <small class="ajaxcart-item__discount">{{ this.title }}</small><br> {{/each}} </div> </div> {{/if}} </div> </div> </div> </div> </div> </div> {{/items}} <div> <label for="CartSpecialInstructions">Special instructions for seller</label> <textarea name="note" class="input-full" id="CartSpecialInstructions">{{ note }}</textarea> </div> </div> <div class="ajaxcart__footer"> <div class="grid--full"> <div class="grid__item two-thirds"> <p>Subtotal</p> </div> <div class="grid__item one-third text-right"> <p>{{{totalPrice}}}</p> </div> {{#if totalCartDiscount}} <p class="ajaxcart__savings text-center"><em>{{{totalCartDiscount}}}</em></p> {{/if}} </div> <p class="text-center">Shipping &amp; taxes calculated at checkout</p> <button type="submit" class="btn btn--full cart__checkout" name="checkout"> Check Out <span class="checkout-arrow">&rarr;</span> </button> <div class="additional_checkout_buttons"><div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div></div> </div> </form> </script> <script id="AjaxQty" type="text/template"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" data-id="{{id}}" data-qty="{{itemMinus}}"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">&minus;</span> </button> <input type="text" class="ajaxcart__qty-num" value="{{itemQty}}" min="0" data-id="{{id}}" aria-label="quantity" pattern="[0-9]*"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" data-id="{{id}}" data-qty="{{itemAdd}}"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">+</span> </button> </div> </script> <script id="JsQty" type="text/template"> <div class="js-qty"> <button type="button" class="js-qty__adjust js-qty__adjust--minus icon-fallback-text" data-id="{{id}}" data-qty="{{itemMinus}}"> <span class="icon icon-minus" aria-hidden="true"></span> <span class="fallback-text">&minus;</span> </button> <input type="text" class="js-qty__num" value="{{itemQty}}" min="1" data-id="{{id}}" aria-label="quantity" pattern="[0-9]*" name="{{inputName}}" id="{{inputId}}"> <button type="button" class="js-qty__adjust js-qty__adjust--plus icon-fallback-text" data-id="{{id}}" data-qty="{{itemAdd}}"> <span class="icon icon-plus" aria-hidden="true"></span> <span class="fallback-text">+</span> </button> </div> </script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/ajax-cart.js?v=83185695631494022261480445568" type="text/javascript"></script> <script> jQuery(function($) { ajaxCart.init({ formSelector: '#AddToCartForm', cartContainer: '#CartContainer', addToCartSelector: '#AddToCart', cartCountSelector: '#CartCount', cartCostSelector: '#CartCost', moneyFormat: "\u003cspan class=money\u003eRM{{amount}}\u003c\/span\u003e" }); }); jQuery(document.body).on('afterCartLoad.ajaxCart', function(evt, cart) { // Bind to 'afterCartLoad.ajaxCart' to run any javascript after the cart has loaded in the DOM timber.RightDrawer.open(); }); </script> <script src="//arzuscarf.com/cdn/s/javascripts/currencies.js" type="text/javascript"></script> <script src="//arzuscarf.com/cdn/shop/t/3/assets/jquery.currencies.min.js?v=175057760772006623221486147430" type="text/javascript"></script> <script> Currency.format = 'money_format'; var shopCurrency = 'MYR'; /* Sometimes merchants change their shop currency, let's tell our JavaScript file */ Currency.moneyFormats[shopCurrency].money_with_currency_format = "RM{{amount}}"; Currency.moneyFormats[shopCurrency].money_format = "RM{{amount}}"; /* Default currency */ var defaultCurrency = 'MYR'; /* Cookie currency */ var cookieCurrency = Currency.cookie.read(); /* Fix for customer account pages */ jQuery('span.money span.money').each(function() { jQuery(this).parents('span.money').removeClass('money'); }); /* Saving the current price */ jQuery('span.money').each(function() { jQuery(this).attr('data-currency-MYR', jQuery(this).html()); }); // If there's no cookie. if (cookieCurrency == null) { if (shopCurrency !== defaultCurrency) { Currency.convertAll(shopCurrency, defaultCurrency); } else { Currency.currentCurrency = defaultCurrency; } } // If the cookie value does not correspond to any value in the currency dropdown. else if (jQuery('[name=currencies]').size() && jQuery('[name=currencies] option[value=' + cookieCurrency + ']').size() === 0) { Currency.currentCurrency = shopCurrency; Currency.cookie.write(shopCurrency); } else if (cookieCurrency === shopCurrency) { Currency.currentCurrency = shopCurrency; } else { Currency.convertAll(shopCurrency, cookieCurrency); } jQuery('[name=currencies]').val(Currency.currentCurrency).change(function() { var newCurrency = jQuery(this).val(); Currency.convertAll(Currency.currentCurrency, newCurrency); jQuery('.selected-currency').text(Currency.currentCurrency); }); var original_selectCallback = window.selectCallback; var selectCallback = function(variant, selector) { original_selectCallback(variant, selector); Currency.convertAll(shopCurrency, jQuery('[name=currencies]').val()); jQuery('.selected-currency').text(Currency.currentCurrency); }; $('body').on('ajaxCart.afterCartLoad', function(cart) { Currency.convertAll(shopCurrency, jQuery('[name=currencies]').val()); jQuery('.selected-currency').text(Currency.currentCurrency); }); jQuery('.selected-currency').text(Currency.currentCurrency); (function($){ var currencyCode = $('select.currency-picker').val().toLowerCase(); if(currencyCode == "usd"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/usd.jpg?v=102609404745576663911477069798)"}); } else if (currencyCode == "gbp"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/gbp.jpg?v=95165173090484849711477069786)"}); } else if (currencyCode == "cad"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/cad.jpg?v=94497734709549708131477069785)"}); } else if (currencyCode == "eur"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/eur.jpg?v=83307433175361090611477069786)"}); } else if (currencyCode == "myr"){ $('.currency-picker__label').css({"background-image":"url(//arzuscarf.com/cdn/shop/t/3/assets/myr.jpg?v=65687992855342017591477069796)"}); } })(jQuery); Currency.convertAll(shopCurrency, $('select.currency-picker').val()); </script> <script> // if($( window ).width() > 900){ // $(".currency-picker").selectBoxIt(); // } </script> <script> // show the header shadow and fix it to the top on scroll down setInterval(function(){ if ($(window).width() < 900){ $("#PageContainer").css({ "padding-top": (73 + ($(".header-top .one-whole").height() + 20)) }); } else { $("#PageContainer").css({ "padding-top": 0 }); } }, 10); $(window).on("scroll", function(){ if ($(document).scrollTop() > ($(".header-top .one-whole").height() + 20)){ $("#PageContainer").addClass("header-fixed"); } else { $("#PageContainer").removeClass("header-fixed"); }; if ($(document).scrollTop() <= ($(".header-top .one-whole").height() + 20)){ $(".site-header").css({ top: -($(document).scrollTop()) }); } else { $(".site-header").css({ top: -($(".header-top .one-whole").height() + 20) }); }; }); $(document).on({ mouseenter: function () { if($(this).find('.second-image').length){ $(this).find('.first-image').removeClass("show"); $(this).find('.second-image').addClass("show"); } // $(this).find('.product-hover').fadeIn(); }, mouseleave: function () { if($(this).find('.second-image').length){ $(this).find('.first-image').addClass("show"); $(this).find('.second-image').removeClass("show"); } // $(this).find('.product-hover').fadeOut();s } },'.collection-product-image'); </script> <script> (function($){ $('.informations-toggle, .infos-less').css({"display":"none"}); $(".infos-toogle").click(function(){ $(this).next(".informations-toggle").slideToggle(); $(this).find(".infos-less, .infos-more").toggle(); }); })(jQuery); </script> <script> jQuery(function() { jQuery('.swatch :radio').change(function() { var optionIndex = jQuery(this).closest('.swatch').attr('data-option-index'); var optionValue = jQuery(this).val(); jQuery(this) .closest('form') .find('.single-option-selector') .eq(optionIndex) .val(optionValue) .trigger('change'); }); }); </script> <script type="text/javascript"> var _learnq = _learnq || []; _learnq.push(['account', 'MKzgjw']); (function () { var b = document.createElement('script'); b.type = 'text/javascript'; b.async = true; b.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'a.klaviyo.com/media/js/analytics/analytics.js'; var a = document.getElementsByTagName('script')[0]; a.parentNode.insertBefore(b, a); })(); </script> <!-- BEGIN KLAVIYO SIGNUP FORM CODE --> <script type="text/javascript"> var __klKey = __klKey || 'MKzgjw'; (function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//static.klaviyo.com/forms/js/client.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- END KLAVIYO SIGNUP FORM CODE --> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "never out of lace scarf GEORGETTE\nAll sales + offer purchases are final. Goods are subject to availability. If the item is out of stock you will be notified.\nYour favourite premium synthetic now comes in prints! Easy-to-shape, opaque and iron-free GEORGETTE.\n> flawless hand-rolled hems\n> high-end durable synthetic GEORGETTE with just enough stretch\n> stay-true, no-bleed colour\n> easy to shape\n> regular size long: 180 x 60 cm\nMachine wash cold/warm and lay flat or hang to dry. Avoid tumble drying. Iron on low to protect the fabric.\nPlease note you item will be subject to inspection: Worn, soiled or damaged goods (due to wear/improper washing) cannot be refunded and will not be returned to the owner.\nIt’s great.. light, easy to wear and wash..Good buy! Highly recommended\nThe actual colour of the scarf is GREEN but the description in the picture is Teal..so if you are looking for a teal scarf, this is mot the right one", "id": "<urn:uuid:c6d28935-bd6b-486b-ad13-fe761a38fd5f>", "dump": "CC-MAIN-2024-10", "url": "https://arzuscarf.com/products/never-out-of-lace-scarf-georgette", "date": "2024-02-25T08:44:38", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8647893667221069, "token_count": 234 } }
<urn:uuid:3b572308-972f-49be-8938-941d797895b3>
<!DOCTYPE html><html lang="en"><head><script> var OneTrust = { geolocationResponse: {"countryCode":"US","stateCode":"VA"} }; </script> <script>window.OTPotentiallyEnabledDefaultGroups = [{"OptanonGroupId":"C0001","CustomGroupId":"C0001","Status":"always active","IsDntEnabled":false,"IsGpcEnabled":false},{"OptanonGroupId":"C0002","CustomGroupId":"C0002","Status":"active","IsDntEnabled":false,"IsGpcEnabled":false},{"OptanonGroupId":"C0004","CustomGroupId":"C0004","Status":"active","IsDntEnabled":false,"IsGpcEnabled":false},{"OptanonGroupId":"BG126","CustomGroupId":"BG126","Status":"active","IsDntEnabled":false,"IsGpcEnabled":false},{"OptanonGroupId":"C0003","CustomGroupId":"C0003","Status":"active","IsDntEnabled":true,"IsGpcEnabled":true},{"OptanonGroupId":"C0005","CustomGroupId":"C0005","Status":"active","IsDntEnabled":true,"IsGpcEnabled":true}];</script> <script type="text/javascript">!function(){try{function t(r){window.AsanaErrors.dataDogInitialized&&window.DD_RUM?window.DD_RUM.addError(r):window.AsanaErrors.errorQueue.push(r)}void 0===window.AsanaErrors&&(window.AsanaErrors={dataDogInitialized:!1,errorQueue:[]},window.AsanaErrors.notifyException=function(){for(var r=Array.from(arguments),o=0;o<r.length;o++){var n="string"==typeof r[o]?new Error(r[o]):r[o];n instanceof Error&&t(n)}},window.AsanaErrors.notify=function(){window.AsanaErrors.notifyException.apply(null,arguments)},window.onerror=function(r,o,n,i,a){return a instanceof Error&&t(a),!1})}catch(r){console.error(r)}}();</script><script type="text/javascript">try{window.AsanaTimings={timings:{cl:{consentStateSet:void 0,datadogRUMInitialized:void 0,firstEnrollExperimentCall:void 0,homepageExperimentRendered:void 0,inlineJSStart:performance.now(),onetrustScriptTagParsed:void 0,optanonWrapperCalled:void 0,reactAppMount:void 0},se:{to:void 0,ed:{to:void 0,ex:void 0,fn:{}},or:{to:void 0}}},logTimings:function(i){},setTiming:function(i){void 0===this.timings.cl[i]&&(this.timings.cl[i]=performance.now()),this.logTimings(this.timings)},setEdTiming:function(i,t){i&&t&&"number"==typeof t.to&&"number"==typeof t.ex&&(this.timings.se.ed.fn[i]=t);var n,e=0,s=0;for(n in this.timings.se.ed.fn)this.timings.se.ed.fn[n].to&&(e+=this.timings.se.ed.fn[n].to),this.timings.se.ed.fn[n].ex&&(s+=this.timings.se.ed.fn[n].ex);this.timings.se.ed.to=e,this.timings.se.ed.ex=s,"number"==typeof this.timings.se.ed.to&&"number"==typeof this.timings.se.or.to&&(this.timings.se.to=this.timings.se.ed.to+this.timings.se.or.to)},setOrTiming:function(i){i&&!isNaN(i.to)&&(this.timings.se.or=i),"number"==typeof this.timings.se.ed.to&&"number"==typeof this.timings.se.or.to&&(this.timings.se.to=this.timings.se.ed.to+this.timings.se.or.to)},getOrderedTimings:function(){var i,t=[];for(i in this.timings.cl)t.push({name:i,timingValue:this.timings.cl[i]});return t.sort(function(i,t){return null===i.timingValue&&null===t.timingValue?0:null===i.timingValue?1:null===t.timingValue?-1:i.timingValue-t.timingValue}),t}}}catch(i){console.error(i)}</script><script>(function(){ window.OptanonWrapper = function () { if (window.AsanaTimings) window.AsanaTimings.setTiming("optanonWrapperCalled") if (window.AsanaStorage) { window.AsanaStorage.setPendingCookies(); window.AsanaStorage.pushPendingEventsToDataLayer(); window.AsanaStorage.optanonWrapperInitialized = true; } else { AsanaErrors.notifyException('AsanaStorage not found in OptanonWrapper'); } }})()</script><script type="text/javascript" src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-domain-script="6d3cfbb6-bd53-462f-aac5-4fafed745589"></script><script>(function(){ window.AsanaTimings.setTiming('onetrustScriptTagParsed')})()</script><script type="text/javascript">var AsanaStorage={optanonWrapperInitialized:!1,STORAGE_KEYS:{ENCRYPTED_USER_ID:"ga__ec_ui",ECOMMERCE_CONFIG:"ga__ecommerce_config",USER_SIGNUP_EMAIL:"user_signup_email",GOOGLE_ANALYTICS_ID:"_ga"},pendingCookies:[],pendingDataLayerEvents:[],CATEGORY:{NECESSARY:"C0001",PERFORMANCE:"C0002",FUNCTIONAL:"C0003",TARGETING:"C0004"},getFromSessionStorage:function(e){try{return window.sessionStorage.getItem(e)}catch(e){window.AsanaErrors.notifyException(e)}},setToSessionStorage:function(e,t){try{window.sessionStorage.setItem(e,t)}catch(e){window.AsanaErrors.notifyException(e)}},removeFromSessionStorage:function(e){try{window.sessionStorage.removeItem(e)}catch(e){window.AsanaErrors.notifyException(e)}},getFromLocalStorage:function(e){try{return window.localStorage.getItem(e)}catch(e){window.AsanaErrors.notifyException(e)}},setToLocalStorage:function(e,t){try{window.localStorage.setItem(e,t)}catch(e){window.AsanaErrors.notifyException(e)}},removeFromLocalStorage:function(e){try{window.localStorage.removeItem(e)}catch(e){window.AsanaErrors.notifyException(e)}},getEcommerceConfig:function(){var e=this.getFromSessionStorage(this.STORAGE_KEYS.ECOMMERCE_CONFIG);if(!e)return{};try{return JSON.parse(e)}catch(e){window.AsanaErrors.notifyException(e)}},setEcommerceConfig:function(e){this.setToSessionStorage(this.STORAGE_KEYS.ECOMMERCE_CONFIG,JSON.stringify(e))},removeEcommerceConfig:function(){this.removeFromSessionStorage(this.STORAGE_KEYS.ECOMMERCE_CONFIG)},updateEcommerceConfig:function(e){var t=this.getEcommerceConfig();e(t),this.setEcommerceConfig(t)},setEncryptedUserId:function(e){e&&this.setToLocalStorage(this.STORAGE_KEYS.ENCRYPTED_USER_ID,e)},getEncryptedUserId:function(){return this.getFromLocalStorage(this.STORAGE_KEYS.ENCRYPTED_USER_ID)||null},removeEncryptedUserId:function(){this.removeFromLocalStorage(this.STORAGE_KEYS.ENCRYPTED_USER_ID)},getCookie:function(e){var t=document.cookie,n=t.indexOf(" "+e+"=");return t=-1==(n=-1==n?t.indexOf(e+"="):n)?null:(n=t.indexOf("=",n)+1,-1==(e=t.indexOf(";",n))&&(e=t.length),unescape(t.substring(n,e)))},setCookie:function(e,t,n,i,o,a,s="Lax"){var r;n==AsanaStorage.CATEGORY.NECESSARY||this.getUserConsentByGroupId(n)?(i=i||30,o=void 0===o||o,(r=new Date).setTime(r.getTime()+24*i*60*60*1e3),r=e+"="+t+";"+("expires="+r.toUTCString())+";path="+(a||"/")+this.resolveCookieDomain(o)+";SameSite="+s+";secure",document.cookie=r):this.pendingCookies.push({name:e,value:t,groupId:n,expires_in_days:i,cross_domain:o,path:a})},deleteCookie:function(e,t){t=t||"/";this.setCookie(e,null,this.CATEGORY.NECESSARY,0,!0,t),"null"!==this.getCookie(e)&&this.setCookie(e,null,this.CATEGORY.NECESSARY,0,!1,t)},setPendingCookies:function(){window.AsanaTimings.setTiming("setPendingCookiesExecution");var e=this.pendingCookies.slice();this.pendingCookies=[],e.forEach(function(e){this.setCookie(e.name,e.value,e.groupId,e.expires_in_days,e.cross_domain,e.path)},this)},pushEventToDataLayerWithConsentGroupId:function(e,t){e&&(this.getUserConsentByGroupId(t)?(window.dataLayer=window.dataLayer||[],window.dataLayer.push(e),"asanadotcomLoggedOutExperimentEnrollment"===e.event&&(window.AsanaTimings.setTiming("experimentLoggingEnrollmentDatalayerPassedConsentCheck"),fetch("/api/update-metrics",{method:"POST",body:JSON.stringify({metrics:[{type:"increment",metricName:"experimentation.enrollment_funnel.datalayer_passed_consent_check",value:1,tags:`experiment_name:${e.experiment_id},experiment_variant:`+e.variant_id}]})}))):this.pendingDataLayerEvents.push({event:e,groupId:t}))},pushPendingEventsToDataLayer:function(){window.AsanaTimings.setTiming("pushPendingEventsToDataLayerExecution");var e=this.pendingDataLayerEvents.slice();this.pendingDataLayerEvents=[],e.forEach(function(e){this.pushEventToDataLayerWithConsentGroupId(e.event,e.groupId)},this)},logEnrollmentEvent:function(e,t=!1,n=void 0,i=void 0){"function"==typeof window.AsanaTimings?.setTiming&&window.AsanaTimings.setTiming("firstLogEnrollmentEventExecution");var o=document&&window?Math.max(document.body?.scrollWidth||0,document.documentElement?.scrollWidth||0,document.body?.offsetWidth||0,document.documentElement?.offsetWidth||0,document.documentElement?.clientWidth||0,window.innerWidth):0;return!(null!=n&&o<n||null!=i&&i<o||(t?this.immediatelyLogEnrollmentEvent(e,this.CATEGORY.PERFORMANCE):(this.pushEventToDataLayerWithConsentGroupId(e,this.CATEGORY.PERFORMANCE),(n=JSON.parse(JSON.stringify(e))).experiment_id+="-mp_experimental",(i=n.eventLabel.split(" - "))[0]+="-mp_experimental",n.eventLabel=i.join(" - "),this.immediatelyLogEnrollmentEvent(n,this.CATEGORY.PERFORMANCE)),0))},immediatelyLogEnrollmentEvent(e,t){var n,i,o,a;window.AsanaTimings.setTiming("experimentLoggingFirstImmediatelyLogEnrollmentExecution"),this.getUserConsentByGroupId(t)&&({eventCategory:t,eventAction:n,eventLabel:i,eventValue:o,bucketing_id:a}=e,a={v:"1",t:"event",tid:"UA-11757081-1",ds:"mp",cd5:"mp",uid:a,ec:t,ea:n,el:i,ev:o,cid:this.getCookie("_ga")?.replace(/GA1.\d./,"")},window.AsanaTimings.setTiming("experimentLoggingEnrollmentMPPassedConsentCheck"),navigator?.sendBeacon("https://www.google-analytics.com/collect?"+new URLSearchParams(a)),fetch("/api/update-metrics",{method:"POST",body:JSON.stringify({metrics:[{type:"increment",metricName:"experimentation.enrollment_funnel.mp_passed_consent_check",value:1,tags:`experiment_name:${e.experiment_id},experiment_variant:`+e.variant_id}]})}))},getUserConsentByGroupId:function(e){var t=window.OptanonActiveGroups;return t&&t.includes(e)},setUserEmailCookie:function(e){for(var t,n=["/thank-you","/thankyou","/thank","/thanks","/confirm","/confirmation","/invite-confirmation"],i=this.getLanguagePreference(),o=0;o<n.length;o++)this.setCookie(this.STORAGE_KEYS.USER_SIGNUP_EMAIL,e,this.CATEGORY.NECESSARY,1/24,!1,n[o]),i&&"en"!==i&&(t=["/",i,n[o]].join(""),this.setCookie(this.STORAGE_KEYS.USER_SIGNUP_EMAIL,e,this.CATEGORY.NECESSARY,1/24,!1,t))},getUserEmailCookie:function(){return this.getCookie(this.STORAGE_KEYS.USER_SIGNUP_EMAIL)},getLanguagePreference:function(){return AsanaStorage.getCookie("lang_pref")||null},getUserGeo:function(){return this.getCookie("user_geo")},resolveCookieDomain:function(e){var t=/netlify\.app/.test(window.location.hostname);return!0!==e||t?"":";domain=.asana.com"}};</script><script type="text/javascript">!function(){try{var t,e,n=AsanaStorage.getCookie("OptanonConsent"),a=[],o=null;if(n){window.AsanaTimings.setTiming("existingConsentPrefsFound");for(var i=n.match(/C000\d:1/g)||[],s=0;s<i.length;s++)a.push(i[s].split(":")[0]);o="ExistingStreamlinedConsent"}else window.OTPotentiallyEnabledDefaultGroups&&0<window.OTPotentiallyEnabledDefaultGroups.length&&(window.AsanaTimings.setTiming("defaultConsentPrefsFound"),o="DefaultStreamlinedConsent",t=!!window.navigator.doNotTrack||window.location.search.includes("dnt=true"),e=!!window.navigator.globalPrivacyControl||window.location.search.includes("gpc=true"),window.OTPotentiallyEnabledDefaultGroups.forEach(n=>{n.IsDntEnabled&&t||n.IsGpcEnabled&&e||"active"!==n.Status&&"always active"!==n.Status||a.push(n.OptanonGroupId)}));0<a.length&&(window.OptanonActiveGroups=","+a.join(",")+",",window.dataLayer=window.dataLayer||[],window.dataLayer.push({event:"OneTrustGroupsUpdated",OnetrustActiveGroups:window.OptanonActiveGroups}),window.AsanaStorage.setPendingCookies(),window.AsanaStorage.pushPendingEventsToDataLayer(),window.dataLayer.push({event:"StreamlinedConsent",eventCategory:"CustomPageView",eventAction:"ConsentSetting",eventLabel:o}))}catch(n){window.AsanaErrors.notifyException(n)}}();</script><script> if (window.AsanaTimings && typeof window.AsanaTimings.setEdTiming === 'function') { window.AsanaTimings.setEdTiming("ge", {"to":0,"ex":0,"fe":{}} )} if (window.AsanaTimings && typeof window.AsanaTimings.setOrTiming === 'function') { window.AsanaTimings.setOrTiming({to: 5}); } </script><script id="setExperimentVariants"> window.experimentVariants = {"dev_only_experiment":0,"nav_003_aa_mobile_and_desktop":0,"nav_003_aa_desktop_only":0,"sd_024_trial_billing_owner_nav_upgrade_cta":0,"feature_flag_whats_new_link":1,"hp_002_aa":0,"sd_032_pricing_page_redirect_v3":0,"unsubscribe_email_preference_center":0,"tem_004_templates_email_signup":0,"sd_040_li_nav_dropdown_v2":0,"slg_008_form_completion_signup_cta":0,"sd_035_improve_email_verification":0,"perf_001_lazyload_lower_page_sections":0,"slg_011_form_submission_cta":0,"tem_003_icon_link_removal":0,"suf_009_visual_badges":0,"pln_005_social_proof_iteration":0,"segment_cdp_poc":0,"actioniq_cdp_poc":1,"suf_007_corporate_narrative_headline":0,"slg_012_form_visibility_iteration":0,"sd_042_m10n_optimization":0,"cam_013_corporate_narrative":0,"sd_041_download_page_v3":0,"sd_045_prominent_product_engagement":0,"fc_001_hero_content":0,"suf_011_corporate_narrative_headline":0,"fd_001_remove_hero_image":0,"tem_002_subcopy_removal":0,"slg_013_form_submission_cta":0}; window.assignedExperimentVariants = {"dev_only_experiment":-1,"nav_003_aa_mobile_and_desktop":-1,"nav_003_aa_desktop_only":-1,"sd_024_trial_billing_owner_nav_upgrade_cta":-1,"feature_flag_whats_new_link":1,"hp_002_aa":-1,"sd_032_pricing_page_redirect_v3":-1,"unsubscribe_email_preference_center":-1,"tem_004_templates_email_signup":-1,"sd_040_li_nav_dropdown_v2":-1,"slg_008_form_completion_signup_cta":-1,"sd_035_improve_email_verification":-1,"perf_001_lazyload_lower_page_sections":0,"slg_011_form_submission_cta":-1,"tem_003_icon_link_removal":-1,"suf_009_visual_badges":-1,"pln_005_social_proof_iteration":-1,"segment_cdp_poc":-1,"actioniq_cdp_poc":1,"suf_007_corporate_narrative_headline":-1,"slg_012_form_visibility_iteration":-1,"sd_042_m10n_optimization":-1,"cam_013_corporate_narrative":-1,"sd_041_download_page_v3":-1,"sd_045_prominent_product_engagement":-1,"fc_001_hero_content":-1,"suf_011_corporate_narrative_headline":-1,"fd_001_remove_hero_image":-1,"tem_002_subcopy_removal":-1,"slg_013_form_submission_cta":-1}; window.experimentVariantOverrides = {}; window.experimentTrackingIds = {"feature_flag_whats_new_link":"nav_whats_new","perf_001_lazyload_lower_page_sections":"perf_001_lazyload_lower_page_sections"}; </script><script id="setProductLevel"> window.productLevel = "productHigh"; </script><script id="setBucketingId"> window.AsanaStorage.setCookie( "logged_out_uuid", "6f3a5120678868e258f67fab470355d0", "C0002", 30, true, "", "None", ); </script><script id="logEnrollmentEvents"> window.deferredEnrollmentEvents = {}; fetch( "https://www.google-analytics.com/batch", { method: "POST", body: `v=1&t=event&tid=UA-11757081-1&ds=mp&cd5=mp&uid=6f3a5120678868e258f67fab470355d0&ec=asanadotcomLoggedOutExperimentEnrollment&ea=GrowthBook+enrollment&el=nav_whats_new-mp_precons+-+6f3a5120678868e258f67fab470355d0+-+1&ev=1&cid=undefined v=1&t=event&tid=UA-11757081-1&ds=mp&cd5=mp&uid=6f3a5120678868e258f67fab470355d0&ec=GrowthBookExperimentEnrollment&ea=GrowthBook+reporting&el=nav_whats_new-mp_precons+-+1&ev=1&cid=undefined v=1&t=event&tid=UA-11757081-1&ds=mp&cd5=mp&uid=6f3a5120678868e258f67fab470355d0&ec=asanadotcomLoggedOutExperimentEnrollment&ea=GrowthBook+enrollment&el=perf_001_lazyload_lower_page_sections-mp_precons+-+6f3a5120678868e258f67fab470355d0+-+0&ev=0&cid=undefined v=1&t=event&tid=UA-11757081-1&ds=mp&cd5=mp&uid=6f3a5120678868e258f67fab470355d0&ec=GrowthBookExperimentEnrollment&ea=GrowthBook+reporting&el=perf_001_lazyload_lower_page_sections-mp_precons+-+0&ev=0&cid=undefined`, } ); fetch( "/api/update-metrics", { method: "POST", body: JSON.stringify({ metrics: [{"event":"asanadotcomLoggedOutExperimentEnrollment","eventCategory":"asanadotcomLoggedOutExperimentEnrollment","eventAction":"GrowthBook enrollment","eventValue":1,"eventLabel":"nav_whats_new - 6f3a5120678868e258f67fab470355d0 - 1","experiment_id":"nav_whats_new","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":1,"variant_label":"On","bucketing_system_id":"GrowthBook"},{"event":"GrowthBookExperimentEnrollment","eventCategory":"GrowthBookExperimentEnrollment","eventAction":"GrowthBook reporting","eventValue":1,"eventLabel":"nav_whats_new - 1","experiment_id":"nav_whats_new","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":1,"variant_label":"On","bucketing_system_id":"GrowthBook"},{"event":"asanadotcomLoggedOutExperimentEnrollment","eventCategory":"asanadotcomLoggedOutExperimentEnrollment","eventAction":"GrowthBook enrollment","eventValue":0,"eventLabel":"perf_001_lazyload_lower_page_sections - 6f3a5120678868e258f67fab470355d0 - 0","experiment_id":"perf_001_lazyload_lower_page_sections","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":0,"variant_label":"Control","bucketing_system_id":"GrowthBook"},{"event":"GrowthBookExperimentEnrollment","eventCategory":"GrowthBookExperimentEnrollment","eventAction":"GrowthBook reporting","eventValue":0,"eventLabel":"perf_001_lazyload_lower_page_sections - 0","experiment_id":"perf_001_lazyload_lower_page_sections","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":0,"variant_label":"Control","bucketing_system_id":"GrowthBook"}].filter((evt) => evt.event === "asanadotcomLoggedOutExperimentEnrollment").map(event => ( { type: "increment", metricName: "experimentation.enrollment_funnel.script_executed", value: 1, tags: "experiment_name:" + event.experiment_id + ",experiment_variant:" + event.variant_id + ",event_type:pageload" } )).concat(Object.entries(window.deferredEnrollmentEvents).map(([experiment_name, events]) => { const event = events.find((evt) => evt.event === "asanadotcomLoggedOutExperimentEnrollment"); if (!event) { return { type: "increment", metricName: "experimentation.enrollment_funnel.script_executed.deferred_enrollment_event_missing", value: 1, tags: "experiment_name:" + experiment_name }; } return { type: "increment", metricName: "experimentation.enrollment_funnel.script_executed", value: 1, tags: "experiment_name:" + event.experiment_id + ",experiment_variant:" + event.variant_id + ",event_type:deferred" } })) }), } ); window.AsanaStorage.logEnrollmentEvent({"event":"asanadotcomLoggedOutExperimentEnrollment","eventCategory":"asanadotcomLoggedOutExperimentEnrollment","eventAction":"GrowthBook enrollment","eventValue":1,"eventLabel":"nav_whats_new - 6f3a5120678868e258f67fab470355d0 - 1","experiment_id":"nav_whats_new","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":1,"variant_label":"On","bucketing_system_id":"GrowthBook"}, false, null, null); window.AsanaStorage.logEnrollmentEvent({"event":"GrowthBookExperimentEnrollment","eventCategory":"GrowthBookExperimentEnrollment","eventAction":"GrowthBook reporting","eventValue":1,"eventLabel":"nav_whats_new - 1","experiment_id":"nav_whats_new","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":1,"variant_label":"On","bucketing_system_id":"GrowthBook"}, false, null, null); window.AsanaStorage.logEnrollmentEvent({"event":"asanadotcomLoggedOutExperimentEnrollment","eventCategory":"asanadotcomLoggedOutExperimentEnrollment","eventAction":"GrowthBook enrollment","eventValue":0,"eventLabel":"perf_001_lazyload_lower_page_sections - 6f3a5120678868e258f67fab470355d0 - 0","experiment_id":"perf_001_lazyload_lower_page_sections","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":0,"variant_label":"Control","bucketing_system_id":"GrowthBook"}, false, null, null); window.AsanaStorage.logEnrollmentEvent({"event":"GrowthBookExperimentEnrollment","eventCategory":"GrowthBookExperimentEnrollment","eventAction":"GrowthBook reporting","eventValue":0,"eventLabel":"perf_001_lazyload_lower_page_sections - 0","experiment_id":"perf_001_lazyload_lower_page_sections","bucketing_id":"6f3a5120678868e258f67fab470355d0","variant_id":0,"variant_label":"Control","bucketing_system_id":"GrowthBook"}, false, null, null); </script><script> if (window.AsanaTimings && typeof window.AsanaTimings.setEdTiming === 'function') { window.AsanaTimings.setEdTiming("ee", {"to":2,"ex":0,"fe":{"gev":2,"lee":0}} )}</script><script> if (window.AsanaTimings && typeof window.AsanaTimings.setEdTiming === 'function') { window.AsanaTimings.setEdTiming("li", {"to":0,"ex":0,"fe":{}} )}</script><meta id="expSplitPoint"/><style data-emotion="css-global 17ckz4j">@font-face{font-family:"haptik";src:url("/fonts/haptik/haptik-regular.woff") format("woff");font-weight:400;font-style:normal;font-display:block;}@font-face{font-family:"haptik";src:url("/fonts/haptik/haptik-light.woff") format("woff");font-weight:200;font-style:normal;font-display:block;}@font-face{font-family:"proxima-nova";src:url("/fonts/proxima-nova/proxima-nova-reg.woff") format("woff");font-weight:400;font-style:normal;font-display:block;}@font-face{font-family:"proxima-nova";src:url("/fonts/proxima-nova/proxima-nova-bold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:"asanaIcons";src:url("/fonts/asana-icons/asana-icons.woff") format("woff");font-weight:200;font-style:normal;font-display:block;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:block;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-light.woff") format("woff");font-weight:300;font-style:normal;font-display:block;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-medium.woff") format("woff");font-weight:500;font-style:normal;font-display:block;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-light-italic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-regular-italic.woff") format("woff");font-weight:normal;font-style:italic;font-display:swap;}@font-face{font-family:"gordita";src:url("/fonts/gordita/gordita-medium-italic.woff") format("woff");font-weight:500;font-style:italic;font-display:swap;}@font-face{font-family:"pp-editorial";src:url("/fonts/pp-editorial-new/PPEditorialNew-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:block;}@font-face{font-family:"Roboto";src:url("/fonts/roboto/Roboto-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:block;}</style><meta name="content-tags" content="productHigh"/><meta charSet="utf-8"/><title>6 Project Constraints: Manage Them for Project Success [2023] • Asana</title><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta name="zd-site-verification" content="oywgyiggh7v8kawrvgcr"/><meta name="yandex-verification" content="e3482b364e00d0a0"/><meta name="naver-site-verification" content="5c6fd36e7d95d9f0d1ecb0ca29f9834d56b3cec3"/><meta itemProp="name" content="6 Project Constraints: Manage Them for Project Success [2023] • Asana"/><meta property="og:title" content="6 Project Constraints: Manage Them for Project Success [2023] • Asana"/><meta name="twitter:title" content="6 Project Constraints: Manage Them for Project Success [2023] • Asana"/><link rel="canonical" href="https://asana.com/resources/project-constraints"/><link itemProp="url" href="https://asana.com/resources/project-constraints"/><meta property="og:url" content="https://asana.com/resources/project-constraints"/><meta name="twitter:url" content="https://asana.com/resources/project-constraints"/><meta name="description" content="Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. "/><meta itemProp="description" content="Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. "/><meta name="twitter:description" content="Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. "/><meta property="og:description" content="Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. "/><meta property="author" content="Asana"/><meta property="og:site_name" content="Asana"/><meta property="fb:app_id" content="444494130454"/><meta name="twitter:site" content="@asana"/><meta name="twitter:creator" content="@asana"/><meta name="theme-color" content="#2e3c54"/><meta name="msapplication-navbutton-color" content="#2e3c54"/><meta itemProp="image" content="https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg"/><meta property="og:image" content="https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg"/><meta name="twitter:image" content="https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg"/><meta name="twitter:image:src" content="https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg"/><link itemProp="thumbnailUrl" href="https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg"/><meta name="twitter:card" content="summary_large_image"/><meta property="og:type" content="article"/><link rel="apple-touch-icon" sizes="57x57" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462482/asana_favicon_57x57.png"/><link rel="apple-touch-icon" sizes="60x60" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462482/asana_favicon_60x60.png"/><link rel="apple-touch-icon" sizes="72x72" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462482/asana_favicon_72x72.png"/><link rel="apple-touch-icon" sizes="76x76" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462482/asana_favicon_76x76.png"/><link rel="apple-touch-icon" sizes="114x114" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462482/asana_favicon_114x114.png"/><link rel="apple-touch-icon" sizes="120x120" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462483/asana_favicon_120x120.png"/><link rel="apple-touch-icon" sizes="144x144" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462483/asana_favicon_144x144.png"/><link rel="apple-touch-icon" sizes="152x152" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462483/asana_favicon_152x152.png"/><link rel="apple-touch-icon" sizes="180x180" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462483/asana_favicon_180x180.png"/><link rel="favicon" sizes="16x16" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462484/asana_favicon_16x16.png"/><link rel="favicon" sizes="32x32" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1683659104/asana_symbol_32x32.png"/><link rel="favicon" sizes="96x96" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462484/asana_symbol_96x96.png"/><link rel="favicon" sizes="192x192" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462484/asana_favicon_192x192.png"/><link rel="favicon" sizes="194x194" type="image/png" href="https://brand.asana.biz/image/upload/f_auto:image,fl_preserve_transparency/v1696462484/asana_favicon_194x194.png"/><link rel="shortcut icon" href="/assets/img/brand/asana-logo-favicon.ico"/><meta name="apple-itunes-app" content="app-id=489969512"/><meta name="twitter:app:name:iphone" content="Asana: Team Tasks &amp; Conversations"/><meta name="twitter:app:id:iphone" content="489969512"/><meta name="twitter:app:name:ipad" content="Asana: Team Tasks &amp; Conversations"/><meta name="twitter:app:id:ipad" content="489969512"/><meta name="twitter:app:name:googleplay" content="Asana Mobile"/><meta name="twitter:app:id:googleplay" content="com.asana.app"/><meta name="google-site-verification" content="DxotoqlMTfSRrxiKGMd-XA44xVkuFK-hBE6Fb1s_sos"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","url":"https://asana.com","logo":"https://assets.asana.biz/m/5f083bc48e06e1e2/original/asana-logo-1200x1200.png","sameAs":["http://facebook.com/asana","http://www.twitter.com/asana","http://instagram.com/teamasana","https://www.linkedin.com/company/asana","https://www.youtube.com/user/AsanaTeam"]}</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","name":"Asana","url":"https://asana.com","potentialAction":{"@type":"SearchAction","target":"https://asana.com/guide/search#stq={search_term_string}","query-input":"required name=search_term_string"}}</script><script type="application/ld+json">{"@context":"http://schema.org","@id":"https://asana.com/resources/project-constraints","@type":"NewsArticle","headline":"6 Project Constraints: Manage Them for Project Success [2023] • Asana","image":"https://assets.asana.biz/m/5f083bc48e06e1e2/original/asana-logo-1200x1200.png","datePublished":"2022-11-05T11:00:00+0000","dateModified":"2022-11-05T11:00:00+0000","author":{"@type":"Person","name":"Team Asana","url":"https://asana.com"},"publisher":{"@type":"Organization","name":"Asana","url":"https://asana.com","logo":{"@type":"ImageObject","url":"https://assets.asana.biz/m/5f083bc48e06e1e2/original/asana-logo-1200x1200.png","width":1200,"height":1200},"sameAs":["https://www.facebook.com/asana/","https://www.linkedin.com/company/asana/","https://twitter.com/asana"]}}</script><link rel="preconnect" href="https://api.ipify.org"/><link rel="preconnect" href="https://ad.doubleclick.net"/><link rel="preconnect" href="https://cdn.cookielaw.org"/><link rel="dns-prefetch" href="https://cdn.cookielaw.org"/><link rel="preconnect" href="https://luna1.co"/><link rel="dns-prefetch" href="https://luna1.co"/><script>var AsanaAppUserInfo={get:function(n,o){var a=new XMLHttpRequest;a.open("GET","https://app.asana.com/-/marketing_info",!0),a.withCredentials=!0,a.responseType="json",a.send(),a.onloadend=function(){a.readyState===a.DONE&&200===a.status?n(a.response):("function"==typeof o&&o(),"asana.com"!=window.location.hostname&&"blog.asana.com"!=window.location.hostname||window.AsanaErrors.notify("Non-200 response from /-/marketing_info"))}.bind(this)}};</script><script>var AsanaAnalytics={KEYS:{ENCRYPTED_USER_ID:"cd3",PLATFORM_CUSTOM_DIMENSION:"platform",FAST_FORWARD_ENROLLMENT:"fast_forward"},init:function(){window.dataLayer=window.dataLayer||[];var t=AsanaStorage.getEncryptedUserId();t?AsanaAnalytics.setEncryptedUserId(t):AsanaAppUserInfo.get(function(t){AsanaAnalytics.setEncryptedUserId(t.encrypted_user_id),AsanaStorage.setEncryptedUserId(t.encrypted_user_id)}),AsanaAnalytics.setPlatformCustomDimension("asanadotcom")},setEncryptedUserId:function(t){var n={};n[this.KEYS.ENCRYPTED_USER_ID]=t,window.dataLayer.push(n)},setPlatformCustomDimension:function(t){var n={};n[this.KEYS.PLATFORM_CUSTOM_DIMENSION]=t,window.dataLayer.push(n)},initGTM:function(){var t="GTM-5KGDZGG",n=("gtm-qa.netlify.app"===window.location.hostname&&(t="GTM-WX7N4WQ"),window),a=document,e="script",o="dataLayer";n[o]=n[o]||[],n[o].push({"gtm.start":(new Date).getTime(),event:"gtm.js"}),n=a.getElementsByTagName(e)[0],(o=a.createElement(e)).async=!0,o.src="https://t-antenna.asana.com/gtm.js?id="+t,n.parentNode.insertBefore(o,n),window.dataLayer=window.dataLayer||[],window.gtag=function(){dataLayer.push(arguments)},window.gtag("js",new Date),window.gtag("set","developer_id.dNzMyY2",!0),window.gtag("config","UA-11757081-1",{send_page_view:!1}),window.AsanaTimings&&window.AsanaTimings.setTiming&&window.AsanaTimings.setTiming("initGTMExecuted")},logDebugEvents:function(t){"true"===new URLSearchParams(window.location.search).get("debug_dataLayer")&&"web-vitals"!==t.event&&console.log("%c"+JSON.stringify(t,null,2),"background: #ffeb3b63;")},trackGTM:function(t,n){try{var a,e;n?"string"==typeof t&&"[object Object]"===Object.prototype.toString.call(n)&&0!==Object.keys(n).length?(a=Object.assign({},{event:t},n),dataLayer.push(a),AsanaAnalytics.logDebugEvents(a)):window.AsanaErrors.notify("AsanaAnalytics.trackGTM only accepts one argument of type <string>, one argument of type <object>, or two arguments of type [<string>, <object>]."):(e="string"==typeof t?{event:t}:t,dataLayer.push(e),AsanaAnalytics.logDebugEvents(e))}catch(t){window.AsanaErrors.notifyException(t,"Failed to push an event to the GTM data layer.")}},buildCustomGtmEventName:function(t){var n,a={};for(n in t)a[n]=function(t){return t=(t=t.trim()).split(" "),n=[],t.forEach(function(t){var a;t[0]&&(a="",t.split("").forEach(function(t,n){n=0===n?t.toUpperCase():t.toLowerCase();a+=n}),n.push(a))}),n.join(" ").split(" ").join("");var n}(t[n]);return a.action=a.action||"",a.page=a.page||"",a.subAction=a.subAction?"-"+a.subAction:"",a.subLocation=a.subLocation?"-"+a.subLocation:"",a.action+a.subAction+"@"+a.page+a.subLocation},isGtmDomLoaded:function(){return window&&window.google_tag_manager&&window.google_tag_manager.dataLayer&&window.google_tag_manager.dataLayer.gtmDom},trackGtmWithEventData:function(t,n,a){AsanaAnalytics.trackGTM(t,{eventCategory:t,eventAction:n,eventLabel:a})},trackSignupEventsInGtm:{pathToLocationMap:{"/pricing":"Pricing","/create-account":"Create Account"},hashesToSublocationMap:{"#signup":"Signup","#buy-starter":"Buy Starter","#buy-advanced":"Buy Advanced"},sessionStorageKey:"gtmSignupData",init:function(t,n,a,e){var o=JSON.parse(AsanaStorage.getFromSessionStorage(this.sessionStorageKey));AsanaStorage.removeFromSessionStorage(this.sessionStorageKey),t&&n&&o&&(a=this.createEventLabel(n,o.path,a,o.hash))&&(n={eventCategory:t,eventAction:n,eventLabel:a},e&&(a=this.getCurrentTime()-o.submissionTime,n.eventValue=a),AsanaAnalytics.trackGTM(t,n))},createEventLabel:function(t,n,a,e){n=this.getLocationFromPath(n);if(n)return e=this.hashesToSublocationMap[e],AsanaAnalytics.buildCustomGtmEventName({action:t,page:n,subAction:a||"",subLocation:e||""})},storeGtmSignupSubmissionData:function(){var t={};t.path=window.location.pathname,t.hash=window.location.hash,t.submissionTime=this.getCurrentTime(),AsanaStorage.setToSessionStorage(this.sessionStorageKey,JSON.stringify(t))},getCurrentTime:function(){return(new Date).getTime()},getLocationFromPath:function(n){var t=Object.keys(this.pathToLocationMap).filter(function(t){return new RegExp(t,"g").test(n)});return this.pathToLocationMap[t[0]]}},stringToArrayBuffer:function(t){for(var n=new ArrayBuffer(t.length),a=new Uint8Array(n),e=0,o=t.length;e<o;e++)a[e]=t.charCodeAt(e);return n},hashString:function(o,i){return new Promise(function(n,t){var a=AsanaAnalytics.stringToArrayBuffer(i),e=(new TextEncoder).encode(o);window.crypto.subtle.importKey("raw",a,{name:"HMAC",hash:"SHA-256"},!1,["sign","verify"]).then(function(t){return window.crypto.subtle.sign("HMAC",t,e).then(function(t){t=Array.from(new Uint8Array(t)).map(function(t){return t.toString(16).padStart(2,"0")});n(t.join(""))})}).catch(function(t){window.AsanaErrors.notify("[hashString] Failed to hash string")})})},getIpAddressFromGTM:function(){if(window.dataLayer)for(var t,n=0;n<window.dataLayer.length;n++)for(var a in t=window.dataLayer[n])if(t[a]&&t[a].ip)return t[a].ip},sendHashedIpAddressToGTM:function(){var t;window.dataLayer&&(t=this.getIpAddressFromGTM())&&this.hashString(t,"srnbyhsomm9iqk5h2z39uyl9h").then(function(t){AsanaAnalytics.trackGTM({hashedIP:t})}).catch(function(t){window.AsanaErrors.notify("[sendHashedIpAddressToGTM] Failed to push hashed IP to GTM dataLayer")})},sendHashedEmailToGTM:function(){var t=AsanaStorage.getUserEmailCookie();t&&this.hashString(t,"srnbyhsomm9iqk5h2z39uyl9h").then(function(t){AsanaAnalytics.trackGTM({hashedEmail:t})}).catch(function(){window.AsanaErrors.notify("[sendHashedEmailToGTM] Failed to push hashed Email to GTM dataLayer")})},timing:{consent:{defaultRun:null,updateRun:null}}};AsanaAnalytics.init();</script><script src="/assets/dist/hashed/js/global-f8d23cbb84.js"></script><script src="/assets/dist/hashed/js/first-party-apis/signup-ebbd41249d.js" defer=""></script><link rel="preload stylesheet" type="text/css" as="style" href="/assets/dist/hashed/css/reskin-5ab0b02d5c.css"/><style>.async-hide {opacity: 0 !important}</style><script src="/assets/dist/hashed/js/first-party-apis/drift-snippet-b71d36b8aa.js"></script><meta name="next-head-count" content="78"/><script data-nscript="beforeInteractive">window.AsanaAnalytics.initGTM();</script><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script defer="" src="/_next/static/chunks/5675-b9230d349e3b9e08.js"></script><script defer="" src="/_next/static/chunks/4129-1c161a030ab4cb76.js"></script><script defer="" src="/_next/static/chunks/4151-1e26f4a360262bf7.js"></script><script defer="" src="/_next/static/chunks/3354-7ce53635174c0346.js"></script><script defer="" src="/_next/static/chunks/121-9b9cf9f830fee573.js"></script><script defer="" src="/_next/static/chunks/4137-aa44683a8a6e3894.js"></script><script defer="" src="/_next/static/chunks/79-e44b319686a805dd.js"></script><script defer="" src="/_next/static/chunks/7789-85601714ae296777.js"></script><script defer="" src="/_next/static/chunks/9206-6bc0d2abd47a1111.js"></script><script defer="" src="/_next/static/chunks/3823-d12d81f82891087c.js"></script><script defer="" src="/_next/static/chunks/996-bd0784a623cad403.js"></script><script defer="" src="/_next/static/chunks/2745-c9a494a76f9a4661.js"></script><script defer="" src="/_next/static/chunks/5621-8b369827182fc368.js"></script><script defer="" src="/_next/static/chunks/9556-db3bb08c2cd318b7.js"></script><script defer="" src="/_next/static/chunks/7004-871036596fb4a130.js"></script><script defer="" src="/_next/static/chunks/5364-a0f5e5363032aa4c.js"></script><script defer="" src="/_next/static/chunks/7597-fb65bd9c8e94188e.js"></script><script defer="" src="/_next/static/chunks/3444-c932442a99db9b1d.js"></script><script defer="" src="/_next/static/chunks/3586-2c2f5344ac1b635c.js"></script><script defer="" src="/_next/static/chunks/6914-a5bf5144b32b8aa7.js"></script><script defer="" src="/_next/static/chunks/644-790d151ce3abe327.js"></script><script defer="" src="/_next/static/chunks/9967-c905eb7ca5f96a3e.js"></script><script defer="" src="/_next/static/chunks/180-cf0d89ec8953ed00.js"></script><script defer="" src="/_next/static/chunks/8276-bbef7578b259a25f.js"></script><script defer="" src="/_next/static/chunks/9107-fd392250b3e5fad3.js"></script><script defer="" src="/_next/static/chunks/2683-08c0789577582150.js"></script><script defer="" src="/_next/static/chunks/9984-13bb314181e947c0.js"></script><script defer="" src="/_next/static/chunks/4787.8784066728b67b23.js"></script><script defer="" src="/_next/static/chunks/4693.72265af6f0884355.js"></script><script defer="" src="/_next/static/chunks/4065.2a3c74f085b9c92f.js"></script><script defer="" src="/_next/static/chunks/5468-936e7df506cae7fe.js"></script><script defer="" src="/_next/static/chunks/9903-bf4c7e436d14ab1b.js"></script><script defer="" src="/_next/static/chunks/6960.47944b60cc70a2ca.js"></script><script src="/_next/static/chunks/webpack-31ddd842620869a1.js" defer=""></script><script src="/_next/static/chunks/framework-79bce4a3a540b080.js" defer=""></script><script src="/_next/static/chunks/main-f91ed7b947e27f34.js" defer=""></script><script src="/_next/static/chunks/pages/_app-653fb8c4427bce8b.js" defer=""></script><script src="/_next/static/chunks/875-910b1cf6fd3f7bb0.js" defer=""></script><script src="/_next/static/chunks/pages/resources/%5Bhub%5D-38901764231997b3.js" defer=""></script><script src="/_next/static/ece0a21b9783db35d815bcfa511301d712d762bd/_buildManifest.js" defer=""></script><script src="/_next/static/ece0a21b9783db35d815bcfa511301d712d762bd/_ssgManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div><style data-emotion="css-global 1ef6o3x">:root{--white:#ffffff;--gray-1:#f6f8f9;--gray-1a:#f4f6f6;--gray-2:#edf1f2;--gray-3:#e0e6e8;--gray-4:#d5dce0;--gray-5:#b7bfc6;--gray-6:#9ca6af;--gray-7:#848f99;--gray-8:#646f79;--gray-9:#222b37;--gray-10:#151b26;--green-1:#e2fffa;--green-2:#b0fff1;--green-3:#58f5d9;--green-4:#25e8c8;--green-5:#00bf9c;--teal-1:#edf8ff;--teal-2:#95e0ff;--teal-3:#32c1ff;--teal-4:#14aaf5;--teal-5:#008ce3;--purple-1:#f0f0ff;--purple-2:#aba3ff;--purple-3:#9287ff;--purple-4:#796eff;--purple-5:#635ac7;--gold-1:#fffede;--gold-2:#fff78f;--gold-3:#ffe01b;--gold-4:#fcbd01;--gold-5:#f2a100;--orange-1:#f9dc00;--orange-2:#ffba00;--orange-3:#ff7f00;--coral-1:#ffedef;--coral-2:#ff9ca5;--coral-3:#ff7381;--coral-4:#ff5263;--coral-5:#ed4758;--shadow-color:rgb(36, 50, 66);--shadow-10:0 3px 5px 0 rgba(36, 50, 66, 0.2);--shadow-20:0 11px 12px 0 rgba(36, 50, 66, 0.12);--shadow-30:0 20px 30px 0 rgba(36, 50, 66, 0.14);--shadow-40:0 50px 60px 0 rgba(36, 50, 66, 0.15);--spacing-0:0;--spacing-1half:8px;--spacing-1:16px;--spacing-1plus:24px;--spacing-2:32px;--spacing-3:48px;--spacing-4:64px;--spacing-5:80px;--spacing-6:96px;--spacing-7:112px;--spacing-8:128px;--spacing-9:144px;--spacing-10:160px;--zIndex-1:100;--zIndex-2:200;--zIndex-3:300;--zIndex-4:400;--zIndex-5:500;--zIndex-6:600;--zIndex-7:700;--zIndex-8:800;--zIndex-9:900;--zIndex-10:1000;--fontFamily-base:"gordita","Helvetica Neue","Helvetica",sans-serif;--fontFamily-print:"Georgia","Times New Roman","Times",serif;--fontFamily-mono:"Consolas",monospace;--fontSize-base:16px;--fontSize-larger:3.2rem;--fontSize-large:2.2rem;--fontSize-medium:2rem;--fontSize-regular:1.6rem;--fontSize-small:1.4rem;--fontSize-smaller:1.2rem;--fontSize-xl:82;--fontSize-h1:56;--fontSize-h2:56;--fontSize-h3:45;--fontSize-h4:31;--fontSize-h5:22;--fontSize-h6:16;--fontWeight-thin:300;--fontWeight-light:300;--fontWeight-normal:normal;--fontWeight-medium:400;--fontWeight-semibold:500;--fontWeight-bold:500;--media-xsmall:480;--media-small:768;--media-medium:960;--media-large:1120;--media-xlarge:1280;--media-xxlarge:1440;--media-xxxlarge:1920;--media-xsmall-min:cacl( var(--media-xsmall) / var(--fontSize-base) );--media-small-min:cacl(var(--media-small) / var(--fontSize-base));--media-medium-min:cacl( var(--media-medium) / var(--fontSize-base) );--media-large-min:cacl( var(--media-large) / var(--fontSize-base) );--media-xlarge-min:cacl(var(--media-xlarge) / var(--fontSize-base));--media-xxlarge-min:cacl(var(--media-xxlarge) / var(--fontSize-base));--media-xxxlarge-min:cacl( var(--media-xxxlarge) / var(--fontSize-base) );--media-xsmall-max:cacl((var(--media-small) - 1) / var(--fontSize-base));--media-small-max:cacl((var(--media-medium) - 1) / var(--fontSize-base));--media-medium-max:cacl((var(--media-large) - 1) / var(--fontSize-base));--media-large-max:cacl((var(--media-xlarge) - 1) / var(--fontSize-base));--media-xlarge-max:cacl( (var(--media-xxlarge) - 1) / var(--fontSize-base) );--transition-duration-short:75ms;--transition-duration:150ms;--transition-duration-med:225ms;--transition-duration-long:300ms;--transition-duration-xlong:450ms;--grid-columns:12;--grid-gutter-width:32px;--border-radius:3px;}</style><header class="siteHeader siteHeader-navigation"><div class="siteHeader__row -redesign-v1-color"><div class="siteHeader__wrapper"><div class="siteHeader__nav-group"><a href="/?noredirect" class="siteHeader__logo css-0"><svg width="112" height="22" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="asana-logo-title"><title id="asana-logo-title">Asana Home</title><path d="M108.202 16.703c.067.765.679 1.739 1.74 1.739h.62a.44.44 0 0 0 .438-.438V4.359h-.003a.437.437 0 0 0-.435-.414h-1.922a.437.437 0 0 0-.435.414h-.003v1.109c-1.178-1.452-3.035-2.055-4.897-2.055a7.667 7.667 0 0 0-7.665 7.67 7.668 7.668 0 0 0 7.665 7.672c1.862 0 3.892-.723 4.897-2.054v.002Zm-4.89-.633c-2.692 0-4.874-2.232-4.874-4.986 0-2.754 2.182-4.986 4.874-4.986 2.693 0 4.875 2.232 4.875 4.986 0 2.754-2.182 4.986-4.875 4.986ZM93.21 17.172v-7.06c0-3.981-2.51-6.666-6.51-6.666-1.91 0-3.476 1.105-4.029 2.055-.12-.743-.513-1.523-1.735-1.523h-.622a.439.439 0 0 0-.438.438v13.646h.003c.012.23.203.414.435.414h1.923c.029 0 .058-.004.086-.009.013-.002.024-.008.037-.011l.043-.013c.017-.008.032-.017.048-.026l.024-.013a.44.44 0 0 0 .053-.043l.01-.007a.434.434 0 0 0 .134-.292h.002v-8.06a3.87 3.87 0 0 1 3.868-3.871 3.87 3.87 0 0 1 3.868 3.87l.001 6.738v-.002l.002.018v1.307h.002c.013.23.203.414.435.414h1.923a.45.45 0 0 0 .086-.009c.011-.002.022-.007.033-.01.016-.004.032-.008.047-.014.016-.007.03-.016.045-.024l.027-.015a.49.49 0 0 0 .05-.04l.013-.01a.452.452 0 0 0 .049-.057l.003-.004a.434.434 0 0 0 .082-.23h.003v-.891ZM73.188 16.703c.067.765.68 1.739 1.74 1.739h.62c.24 0 .437-.197.437-.438V4.359h-.002a.438.438 0 0 0-.435-.414h-1.923a.438.438 0 0 0-.435.414h-.002v1.109c-1.178-1.452-3.035-2.055-4.898-2.055a7.667 7.667 0 0 0-7.664 7.67c0 4.237 3.431 7.672 7.664 7.672 1.863 0 3.892-.723 4.898-2.054v.002Zm-4.89-.633c-2.692 0-4.875-2.232-4.875-4.986 0-2.754 2.183-4.986 4.875-4.986s4.874 2.232 4.874 4.986c0 2.754-2.182 4.986-4.874 4.986ZM49.257 14.748c1.283.89 2.684 1.322 4.03 1.322 1.283 0 2.609-.665 2.609-1.823 0-1.546-2.89-1.787-4.705-2.405-1.815-.617-3.379-1.893-3.379-3.96 0-3.163 2.816-4.47 5.444-4.47 1.665 0 3.383.55 4.497 1.338.384.29.15.625.15.625l-1.063 1.52c-.12.17-.328.318-.628.133s-1.352-.93-2.956-.93c-1.603 0-2.57.74-2.57 1.66 0 1.1 1.256 1.447 2.727 1.823 2.562.691 5.357 1.522 5.357 4.666 0 2.786-2.604 4.508-5.483 4.508-2.181 0-4.038-.622-5.596-1.766-.324-.325-.098-.627-.098-.627l1.058-1.512c.216-.282.487-.184.606-.102ZM41.866 16.703c.068.765.68 1.739 1.74 1.739h.62a.44.44 0 0 0 .438-.438V4.359h-.003a.437.437 0 0 0-.435-.414h-1.922a.438.438 0 0 0-.435.414h-.003v1.109c-1.178-1.452-3.035-2.055-4.897-2.055a7.668 7.668 0 0 0-7.665 7.67c0 4.237 3.432 7.672 7.665 7.672 1.862 0 3.892-.723 4.897-2.054v.002Zm-4.89-.633c-2.692 0-4.874-2.232-4.874-4.986 0-2.754 2.182-4.986 4.875-4.986 2.692 0 4.874 2.232 4.874 4.986 0 2.754-2.182 4.986-4.874 4.986Z" fill="#0D0E10"></path><path d="M18.559 11.605a5.158 5.158 0 1 0 0 10.317 5.158 5.158 0 0 0 0-10.317Zm-13.401.001a5.158 5.158 0 1 0 0 10.315 5.158 5.158 0 0 0 0-10.315Zm11.858-6.448a5.158 5.158 0 1 1-10.316 0 5.158 5.158 0 0 1 10.316 0Z" fill="#F06A6A"></path></svg></a><nav class="horizontalNavigation css-0"><span class="sr-only"><h3>Navigation Instructions</h3><span id="main-menu-help-1">Use left and right arrow keys to navigate between columns.</span><span id="main-menu-help-2">Use up and down arrow keys to move between submenu items.</span><span id="main-menu-help-3">Use Escape to close the menu.</span></span><ul class="horizontalNavigation__list css-0" role="group" style="padding-top:0"><li class="horizontalNavigation__list-item"><style> .-adjust-card-link-background:before { height: calc(100% + 16px) !important; width: calc(100% + 48px) !important; top: -8px !important } </style><button id="navigation__dropdown-toggle-why-asana" class="navigation__link navigation__link-toggle" data-nav-dropdown="navigation__dropdown-why-asana" aria-controls="navigation__dropdown-why-asana" aria-haspopup="true" aria-expanded="false" role="menuitem"><span class="navigation__link-text">Features<!-- --> <svg class="icon-svg icon-svg--down-caret icon--gray" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--down-caret"></use></svg></span></button><div class="navigation__dropdown-list-wrapper"><style data-emotion="css 5cysdf">@media (max-width: 1120px){@media (min-width: 768px){.css-5cysdf{overflow-y:hidden!important;}.css-5cysdf>.navigation__dropdown__section-list>div.navigation__dropdown__section:first-child{-webkit-flex:1;-ms-flex:1;flex:1;}.css-5cysdf>.navigation__dropdown__section-list>div.navigation__dropdown__section:last-child{-webkit-flex:2;-ms-flex:2;flex:2;}.css-5cysdf>.navigation__dropdown__featured-section-list .navigation__dropdown__column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:24px;}.css-5cysdf>.navigation__dropdown__section-list{gap:24px;}}}</style><div class="navigation__dropdown css-5cysdf" aria-hidden="false" id="navigation__dropdown-why-asana"><style data-emotion="css 1s0vird">@media (max-width: 1120px){.css-1s0vird{-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;}}@media (max-width: 768px){.css-1s0vird{-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;}}</style><div class="navigation__dropdown__section-list css-1s0vird" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-PLATFORM" role="group"><style data-emotion="css 3ad1bn">@media (max-width: 1120px){.css-3ad1bn{color:rgba(13, 14, 16, 0.7)!important;}}</style><h3 id="navigation__dropdown__column-label-PLATFORM" class="navigation__dropdown__section-label css-3ad1bn">PLATFORM</h3><style data-emotion="css 1gggaon">@media (max-width: 1120px){.css-1gggaon{margin-top:0!important;}}@media (max-width: 768px){.css-1gggaon{-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;}}</style><div class="navigation__dropdown__column-wrapper css-1gggaon"><style data-emotion="css h6aa89">@media (max-width: 1120px){.css-h6aa89{width:100%!important;}}</style><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><style data-emotion="css ys99rt">@media (max-width: 1120px){.css-ys99rt.-card-link{text-wrap:normal;margin-bottom:30px!important;}.css-ys99rt.-last{margin-bottom:30px!important;}}</style><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="3" aria-describedby="nav-card-product-overview" href="/product" class="navigation__dropdown__card-link css-0"><style data-emotion="css o4ejpc">@media (max-width: 1120px){.css-o4ejpc{padding-right:0!important;}}</style><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><style data-emotion="css 1eimvbe">.css-1eimvbe{font-weight:400!important;}</style><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Product overview</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="3" aria-describedby="nav-card-all-features" href="/features" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">All features</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="3" aria-describedby="nav-card-app-integrations" href="/integrations" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">App integrations</span></div></div></a></li></ul></div></div><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-CAPABILITIES" role="group"><style data-emotion="css 1gvpqye">.css-1gvpqye{width:calc(100% + 32px);}@media (max-width: 1120px){.css-1gvpqye{color:rgba(13, 14, 16, 0.7)!important;}}</style><h3 id="navigation__dropdown__column-label-CAPABILITIES" class="navigation__dropdown__section-label css-1gvpqye">CAPABILITIES</h3><style data-emotion="css 1o27hxj">.css-1o27hxj{margin-top:-32px;}@media (max-width: 1120px){.css-1o27hxj{margin-top:0!important;}}@media (max-width: 768px){.css-1o27hxj{-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;}}</style><div class="navigation__dropdown__column-wrapper css-1o27hxj"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="1" aria-setsize="20" aria-describedby="nav-card-project-management" href="/features/project-management" class="navigation__dropdown__card-link css-0"><style data-emotion="css 1h9mh6s">.css-1h9mh6s{margin-top:32px!important;margin-bottom:-16px!important;}@media (max-width: 1120px){.css-1h9mh6s{padding-right:0!important;margin-top:0!important;margin-bottom:0!important;}}@media (max-width: 480px){.css-1h9mh6s{margin-top:0!important;}}</style><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--projects icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--projects"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Project management</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="20" aria-describedby="nav-card-projects" href="/features/project-management/projects" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><style data-emotion="css wr6z9y">.css-wr6z9y{font-weight:400!important;padding-left:30px;margin-top:-8px;margin-bottom:0px;}</style><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Projects</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="20" aria-describedby="nav-card-project-views" href="/features/project-management/project-views" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Project views</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="20" aria-describedby="nav-card-tasks" href="/features/project-management/tasks" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Tasks</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="5" aria-setsize="20" aria-describedby="nav-card-custom-fields" href="/features/project-management/custom-fields" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Custom fields</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="6" aria-setsize="20" aria-describedby="nav-card-status-updates" href="/features/project-management/status-updates" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Status updates</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="7" aria-setsize="20" aria-describedby="nav-card-goals-and-reporting" href="/features/goals-reporting" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--goals icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--goals"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Goals and reporting</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="8" aria-setsize="20" aria-describedby="nav-card-goals" href="/features/goals-reporting/goals" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Goals</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="9" aria-setsize="20" aria-describedby="nav-card-reporting-dashboards" href="/features/goals-reporting/reporting-dashboards" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Reporting dashboards</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="10" aria-setsize="20" aria-describedby="nav-card-portfolios" href="/features/goals-reporting/portfolios" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Portfolios</span></div></div></a></li></ul><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="11" aria-setsize="20" aria-describedby="nav-card-workflows-and-automation" href="/features/workflow-automation" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--workflow-builder icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--workflow-builder"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Workflows and automation</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="12" aria-setsize="20" aria-describedby="nav-card-rules" href="/features/workflow-automation/rules" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Rules</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="13" aria-setsize="20" aria-describedby="nav-card-forms" href="/features/workflow-automation/forms/" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Forms</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="14" aria-setsize="20" aria-describedby="nav-card-bundles" href="/features/workflow-automation/workflow-bundles" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Bundles</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="15" aria-setsize="20" aria-describedby="nav-card-resource-management" href="/features/resource-management" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--portfolio icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--portfolio"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Resource management</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="16" aria-setsize="20" aria-describedby="nav-card-workload" href="/features/resource-management/workload" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Workload</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="17" aria-setsize="20" aria-describedby="nav-card-time-tracking" href="/features/resource-management/time-tracking" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Time tracking</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="18" aria-setsize="20" aria-describedby="nav-card-admin-and-security" href="/features/admin-security/" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--my-task icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--my-task"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Admin and security</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><a aria-posinset="19" aria-setsize="20" aria-describedby="nav-card-admin-console" href="/features/admin-security/admin-console" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-wr6z9y">Admin console</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification -adjust-card-link-background css-ys99rt" role="presentation"><style> .navigation__dropdown__card-link:hover { color: blackish; } </style><a aria-posinset="20" aria-setsize="20" aria-describedby="nav-card-asana-intelligence" href="/product/ai" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--blackish navigation__dropdown__card--icon css-1h9mh6s" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--artificial-intelligence icon--blackish" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--artificial-intelligence"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1avyp1d">Asana Intelligence</span></div></div></a></li></ul></div></div></div><div class="navigation__dropdown__featured-section-list" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-ALLPLANS" role="group"><h3 id="navigation__dropdown__column-label-ALLPLANS" class="navigation__dropdown__section-label css-3ad1bn">ALL PLANS</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="3" aria-describedby="nav-card-personal" href="/pricing" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--purple navigation__dropdown__card--icon css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--basic icon--purple" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--basic"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Personal</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="3" aria-describedby="nav-card-starter" href="/plan/starter" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--purple navigation__dropdown__card--icon css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--premium-line icon--purple" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--premium-line"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Starter</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="3" aria-describedby="nav-card-advanced" href="/plan/advanced" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--green navigation__dropdown__card--icon css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><svg class="icon-svg icon-svg--business icon--green" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--business"></use></svg><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Advanced</span></div></div></a></li></ul></div></div></div></div></div></li><li class="horizontalNavigation__list-item"><style> .-adjust-card-link-background:before { height: calc(100% + 16px) !important; width: calc(100% + 48px) !important; top: -8px !important } </style><button id="navigation__dropdown-toggle-solutions" class="navigation__link navigation__link-toggle" data-nav-dropdown="navigation__dropdown-solutions" aria-controls="navigation__dropdown-solutions" aria-haspopup="true" aria-expanded="false" role="menuitem"><span class="navigation__link-text">Solutions<!-- --> <svg class="icon-svg icon-svg--down-caret icon--gray" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--down-caret"></use></svg></span></button><div class="navigation__dropdown-list-wrapper"><style data-emotion="css 10vn4tj">@media (max-width: 1120px){@media (min-width: 768px){.css-10vn4tj{overflow-y:hidden!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;}.css-10vn4tj>.navigation__dropdown__section-list .navigation__dropdown__item{width:100%!important;}.css-10vn4tj>.navigation__dropdown__featured-section-list{padding-top:26px!important;}.css-10vn4tj>.navigation__dropdown__section-list{gap:24px;}}@media (min-width: 960px){.css-10vn4tj>div.navigation__dropdown__section-list{-webkit-flex:2;-ms-flex:2;flex:2;}.css-10vn4tj>div.navigation__dropdown__featured-section-list{-webkit-flex:1;-ms-flex:1;flex:1;}}}</style><div class="navigation__dropdown css-10vn4tj" aria-hidden="false" id="navigation__dropdown-solutions"><div class="navigation__dropdown__section-list css-1s0vird" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-Teams" role="group"><h3 id="navigation__dropdown__column-label-Teams" class="navigation__dropdown__section-label css-3ad1bn">Teams</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="4" aria-describedby="nav-card-operations" href="/teams/operations" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Operations</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="4" aria-describedby="nav-card-marketing" href="/teams/marketing" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Marketing</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="4" aria-describedby="nav-card-it" href="/teams/it" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">IT</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="4" aria-describedby="nav-card-leaders" href="/teams/leaders" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Leaders</span></div></div></a></li></ul></div></div><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-Uses" role="group"><h3 id="navigation__dropdown__column-label-Uses" class="navigation__dropdown__section-label css-3ad1bn">Uses</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="9" aria-describedby="nav-card-task-management" href="/uses/task-management" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Task management</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="9" aria-describedby="nav-card-strategic-planning" href="/uses/strategic-planning" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Strategic planning</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="9" aria-describedby="nav-card-campaign-management" href="/workflows/campaign-management" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Campaign management</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="9" aria-describedby="nav-card-creative-production" href="/workflows/creative-production" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Creative production</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="5" aria-setsize="9" aria-describedby="nav-card-agile-management" href="/uses/agile-management" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Agile management</span></div></div></a></li></ul><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="6" aria-setsize="9" aria-describedby="nav-card-request-tracking" href="/uses/work-request-tracking" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Request tracking</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="7" aria-setsize="9" aria-describedby="nav-card-remote-teams" href="/uses/manage-remote-teams" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Remote teams</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="8" aria-setsize="9" aria-describedby="nav-card-productivity" href="/uses/increase-productivity" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-1eimvbe">Productivity</span></div></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification -card-link_simplification-solutions-menu css-ys99rt" role="presentation"><a aria-posinset="9" aria-setsize="9" aria-describedby="nav-card-view-all-uses" href="/uses" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--arrow css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">View all uses<span class="navigation__dropdown__card__arrow"><svg class="icon-svg icon-svg--arrow-right" width="20" height="20" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--arrow-right"></use></svg></span></span></div></div></a></li></ul></div></div></div><div class="navigation__dropdown__featured-section-list" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-Templates" role="group"><h3 id="navigation__dropdown__column-label-Templates" class="navigation__dropdown__section-label css-3ad1bn">Templates</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link_simplification -template-link css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="5" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-4" href="/templates/for/other/cross-functional-project-plan" class="navigation__dropdown__template -nav-dropodown-mobile css-0"><style data-emotion="css 29rpkm">.css-29rpkm{font-weight:400!important;}</style><span class="navigation__dropdown__card-label css-29rpkm">Project plans</span></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link_simplification -template-link css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="5" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-4" href="/templates/for/other/team-goals-planning-example" class="navigation__dropdown__template -nav-dropodown-mobile css-0"><span class="navigation__dropdown__card-label css-29rpkm">Team goals &amp; objectives</span></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link_simplification -template-link css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="5" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-4" href="/templates/for/other/business-continuity-plan" class="navigation__dropdown__template -nav-dropodown-mobile css-0"><span class="navigation__dropdown__card-label css-29rpkm">Team continuity</span></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link_simplification -template-link css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="5" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-4" href="/templates/for/other/qbr-meeting-agenda" class="navigation__dropdown__template -nav-dropodown-mobile css-0"><span class="navigation__dropdown__card-label css-29rpkm">Meeting agenda</span></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link -card-link_simplification css-ys99rt" role="presentation"><a aria-posinset="5" aria-setsize="5" aria-describedby="nav-card-view-all-templates" href="/templates" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card navigation__dropdown__card--simplification navigation__dropdown__card--orange navigation__dropdown__card--arrow css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">View all templates<span class="navigation__dropdown__card__arrow"><svg class="icon-svg icon-svg--arrow-right" width="20" height="20" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--arrow-right"></use></svg></span></span></div></div></a></li></ul></div></div></div></div></div></li><li class="horizontalNavigation__list-item"><style> .-adjust-card-link-background:before { height: calc(100% + 16px) !important; width: calc(100% + 48px) !important; top: -8px !important } </style><button id="navigation__dropdown-toggle-resources" class="navigation__link navigation__link-toggle" data-nav-dropdown="navigation__dropdown-resources" aria-controls="navigation__dropdown-resources" aria-haspopup="true" aria-expanded="false" role="menuitem"><span class="navigation__link-text">Resources<!-- --> <svg class="icon-svg icon-svg--down-caret icon--gray" width="10" height="10" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--down-caret"></use></svg></span></button><div class="navigation__dropdown-list-wrapper"><style data-emotion="css ayysfh">@media (max-width: 1120px){@media (min-width: 960px){.css-ayysfh>.navigation__dropdown__section-list .navigation__dropdown__item{min-height:62px;width:90%!important;}}@media (min-width: 768px){.css-ayysfh{overflow-y:hidden!important;}.css-ayysfh .navigation__dropdown__section-list>div.navigation__dropdown__section:first-child{-webkit-flex:1;-ms-flex:1;flex:1;}.css-ayysfh .navigation__dropdown__section-list>div.navigation__dropdown__section:last-child{-webkit-flex:2;-ms-flex:2;flex:2;}.css-ayysfh>.navigation__dropdown__featured-section-list .navigation__dropdown__item{width:60%!important;}.css-ayysfh>.navigation__dropdown__section-list{gap:24px;}}@media (min-width: 960px){.css-ayysfh>.navigation__dropdown__featured-section-list .navigation__dropdown__column{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:32px;column-gap:32px;row-gap:24px;}.css-ayysfh>.navigation__dropdown__featured-section-list .navigation__dropdown__column .navigation__dropdown__item{margin-bottom:0!important;width:auto!important;}}}</style><div class="navigation__dropdown css-ayysfh" aria-hidden="false" id="navigation__dropdown-resources"><div class="navigation__dropdown__section-list css-1s0vird" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-Learn" role="group"><h3 id="navigation__dropdown__column-label-Learn" class="navigation__dropdown__section-label css-3ad1bn">Learn</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="4" aria-describedby="nav-card-work-management-resources" href="/resources" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Work management resources</span></div></div></a><span id="nav-card-work-management-resources" class="navigation__dropdown__card-summary">Discover best practices, watch webinars, get insights</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="4" aria-describedby="nav-card-whats-new" href="/whats-new" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">What&#x27;s new</span></div></div></a><span id="nav-card-whats-new" class="navigation__dropdown__card-summary">Learn about the latest and greatest from Asana</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="4" aria-describedby="nav-card-help-center" href="/guide" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Help Center</span></div></div></a><span id="nav-card-help-center" class="navigation__dropdown__card-summary">Get lots of tips, tricks, and advice to get the most from Asana</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="4" aria-describedby="nav-card-asana-academy" href="https://academy.asana.com/" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Asana Academy</span></div></div></a><span id="nav-card-asana-academy" class="navigation__dropdown__card-summary">Sign up for interactive courses and webinars to learn Asana</span></li></ul></div></div><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-Connect" role="group"><h3 id="navigation__dropdown__column-label-Connect" class="navigation__dropdown__section-label css-3ad1bn">Connect</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -card-link css-ys99rt" role="presentation"><a aria-posinset="1" aria-setsize="6" aria-describedby="nav-card-events" href="https://events.asana.com" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Events</span></div></div></a><span id="nav-card-events" class="navigation__dropdown__card-summary">Find out about upcoming events near you</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="6" aria-describedby="nav-card-community-programs" href="/community" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Community programs</span></div></div></a><span id="nav-card-community-programs" class="navigation__dropdown__card-summary">Connect with and learn from Asana customers around the world</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="6" aria-describedby="nav-card-support" href="/support" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Support</span></div></div></a><span id="nav-card-support" class="navigation__dropdown__card-summary">Need help? Contact the Asana support team</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="4" aria-setsize="6" aria-describedby="nav-card-partners" href="/partners" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Partners</span></div></div></a><span id="nav-card-partners" class="navigation__dropdown__card-summary">Learn more about our partner programs</span></li></ul><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -card-link css-ys99rt" role="presentation"><a aria-posinset="5" aria-setsize="6" aria-describedby="nav-card-developers" href="/developers" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Developers</span></div></div></a><span id="nav-card-developers" class="navigation__dropdown__card-summary">Learn more about building apps on the Asana platform</span></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -card-link css-ys99rt" role="presentation"><a aria-posinset="6" aria-setsize="6" aria-describedby="nav-card-asana-for-nonprofits" href="/nonprofit" class="navigation__dropdown__card-link css-0"><div class="navigation__dropdown__card css-o4ejpc" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3"><div class="navigation__dropdown__card-description"><span class="navigation__dropdown__card-label -nav-dropodown-mobile css-0">Asana for nonprofits</span></div></div></a><span id="nav-card-asana-for-nonprofits" class="navigation__dropdown__card-summary">Get more information on our nonprofit discount program, and apply.</span></li></ul></div></div></div><div class="navigation__dropdown__featured-section-list" role="presentation"><div class="navigation__dropdown__section" aria-labelledby="navigation__dropdown__column-label-FeaturedReads" role="group"><h3 id="navigation__dropdown__column-label-FeaturedReads" class="navigation__dropdown__section-label css-3ad1bn">Featured Reads</h3><div class="navigation__dropdown__column-wrapper css-1gggaon"><ul class="navigation__dropdown__column css-h6aa89" role="presentation"><li class="navigation__dropdown__item -nav-dropodown-mobile -first -resource-card css-ys99rt" role="presentation"><style data-emotion="css sxbakg">@media (max-width: 1120px){.css-sxbakg{-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;}}</style><style data-emotion="css irzabo">@media (max-width: 1120px){.css-irzabo{-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;}}</style><a aria-posinset="1" aria-setsize="3" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3" href="https://resources.asana.com/asana-intelligence-demo?utm_medium=web&amp;utm_source=megamenu&amp;utm_campaign=ai24-demo" class="navigation__dropdown__resource-card css-irzabo"><style data-emotion="css 1wu2gyh">@media (max-width: 1120px){.css-1wu2gyh{text-wrap:normal;padding:8px 8px 0 12px!important;}}</style><div class="navigation__dropdown__resource-card-description css-1wu2gyh"><span class="navigation__dropdown__card-label">Meet Asana Intelligence:<br/>AI has joined the team<br/></span><span class="navigation__dropdown__resource-card-category"><span class="sr-only">,</span>Demo</span><span class="navigation__dropdown__resource-card-cta">Watch now<span class="navigation__dropdown__card__arrow"><svg class="icon-svg icon-svg--arrow-right" width="20" height="20" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--arrow-right"></use></svg></span></span></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -resource-card css-ys99rt" role="presentation"><a aria-posinset="2" aria-setsize="3" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3" href="https://blog.asana.com/2022/06/impact" class="navigation__dropdown__resource-card css-irzabo"><div class="navigation__dropdown__resource-card-description css-1wu2gyh"><span class="navigation__dropdown__card-label">Drive employee impact: New tools to empower resilient leadership</span><span class="navigation__dropdown__resource-card-category"><span class="sr-only">,</span>Report</span><span class="navigation__dropdown__resource-card-cta">Read more<span class="navigation__dropdown__card__arrow"><svg class="icon-svg icon-svg--arrow-right" width="20" height="20" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--arrow-right"></use></svg></span></span></div></a></li><li class="navigation__dropdown__item -nav-dropodown-mobile -last -resource-card css-ys99rt" role="presentation"><a aria-posinset="3" aria-setsize="3" aria-describedby="main-menu-help-1 main-menu-help-2 main-menu-help-3" href="http://asana.com/resources/anatomy-of-work" class="navigation__dropdown__resource-card css-irzabo"><div class="navigation__dropdown__resource-card-description css-1wu2gyh"><span class="navigation__dropdown__card-label">The Anatomy of Work: Global Index 2023</span><span class="navigation__dropdown__resource-card-category"><span class="sr-only">,</span>Report</span><span class="navigation__dropdown__resource-card-cta">Read more<span class="navigation__dropdown__card__arrow"><svg class="icon-svg icon-svg--arrow-right" width="20" height="20" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--arrow-right"></use></svg></span></span></div></a></li></ul></div></div></div></div></div></li><li class="horizontalNavigation__list-item"><a href="/enterprise" class="navigation__link css-0"><span class="navigation__link-text">Enterprise</span></a></li><li class="horizontalNavigation__list-item"><a href="/pricing" class="navigation__link css-0"><span class="navigation__link-text">Pricing</span></a></li><li class="horizontalNavigation__list-item"></li></ul><div class="horizontalNavigation__mobile-buttons -nav-dropodown-mobile"><a href="/create-account" class="button hidden-logged-in -large -mobile-full hidden-device-mobile css-0" title="Get started">Get started</a><a href="/create-account" class="button hidden-logged-in -large -mobile-full visible-device-mobile css-0" title="Get started">Get started</a><a class="button -border hidden-logged-in -large -mobile-full" href="https://app.asana.com/">Log In</a><a class="button hidden-logged-out -large -mobile-full" href="https://app.asana.com/">Launch Asana</a></div><div class="navigation__link-indicator"></div><ul class="navigation__dropdown__mobile-footer-list css-0"><li class="navigation__dropdown__footer-list-item"><a href="/sales" class="navigation__dropdown__footer-link css-0" title="Contact sales">Contact sales</a></li><li class="navigation__dropdown__footer-list-item"><a href="/go/demo" class="navigation__dropdown__footer-link css-0" title="View demo">View demo</a></li><li class="navigation__dropdown__footer-list-item"><a href="/download" class="navigation__dropdown__footer-link css-0" title="Download App">Download App</a></li></ul></nav></div><style data-emotion="css rt9pw9">.css-rt9pw9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-right:48px;}.css-rt9pw9 .e1u95ygx3{margin-right:24px;margin-left:4px;}.css-rt9pw9 .e1mz96d00{margin-right:8px;}.css-rt9pw9>a{margin-left:20px;font-size:12px;white-space:nowrap;}.css-rt9pw9>a.small-margin{margin-left:8px;}@media (min-width: 480px){.css-rt9pw9{margin-right:40px;}.css-rt9pw9>a{font-size:14px;}}@media (min-width: 1120px){.css-rt9pw9{margin-right:0;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-rt9pw9>a.button{background-color:#F5F4F3;color:#0D0E10;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-rt9pw9>a.button:hover{background-color:#F06A6A;color:#0D0E10;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-rt9pw9>a.button.-secondary{background-color:transparent;color:#ffffff;border:1px solid #ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-rt9pw9>a.button.-secondary:hover{background-color:#ffffff;color:#151B26;}}.css-rt9pw9 #globe{fill:#727272;}.css-rt9pw9 .e1u95ygx3:hover #globe{fill:#2A2B2C;}.css-rt9pw9 .e1u95ygx3:hover #globe,.css-rt9pw9 .e1u95ygx3:focus #globe{fill:#2A2B2C;}.css-rt9pw9 .e1u95ygx0:focus+svg #globe{fill:#2A2B2C;}.css-rt9pw9 .e1mz96d00{border-left:1px solid #E0DEDC;}.css-rt9pw9 .e1fi4fgq0 a{color:#727272;}.css-rt9pw9 .e1fi4fgq0 a .e1fi4fgq2:before{background:#E0DEDC;}.css-rt9pw9 .e1fi4fgq0 a .e1fi4fgq1:before{background:#E0DEDC;}.css-rt9pw9 .e1fi4fgq0 a:hover{color:#2A2B2C;}.css-rt9pw9 .e1fi4fgq0 a:hover svg path{fill:#2A2B2C;}.css-rt9pw9 .e1fi4fgq0 a:focus{color:#2A2B2C;}.css-rt9pw9 .e1fi4fgq0 a:focus svg path{fill:#2A2B2C;}.css-rt9pw9 .button{border-width:1px!important;}.css-rt9pw9 .button:not(.-secondary){background-color:#0D0E10;color:#FFFFFF;}.css-rt9pw9 .button:not(.-secondary):hover{background-color:#F06A6A;color:#0D0E10;}.css-rt9pw9 .button:not(.-secondary):focus-visible{outline:2px solid #4573D2;outline-offset:2px;}</style><div class="css-rt9pw9 eija2u02"><style data-emotion="css 1fg5ynk">.css-1fg5ynk{height:20px;width:20px;position:relative;overflow:inherit;}.css-1fg5ynk:hover #globe{fill:#796EFF;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out;}@media (max-width: 560px){.css-1fg5ynk{display:none;}}@media (min-width: 1120px){.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1fg5ynk #globe{fill:#ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1fg5ynk:hover #globe,.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1fg5ynk:focus #globe{fill:#796EFF;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1fg5ynk select:focus+svg #globe{fill:#796EFF;}}</style><div class="css-1fg5ynk e1u95ygx3"><style data-emotion="css 1p3qk0r">.css-1p3qk0r:hover{cursor:pointer;}</style><label class="css-1p3qk0r e1u95ygx2"><style data-emotion="css 1h0jpk1">.css-1h0jpk1{height:26px;position:relative;border:none;}.css-1h0jpk1:before{display:none;}.css-1h0jpk1:after{display:none;}</style><div class="css-1h0jpk1 e1u95ygx1"><style data-emotion="css 1lp7ku9">.css-1lp7ku9{opacity:0;border:none;box-shadow:none;border-radius:0;color:#ffffff;background:transparent;height:100%;width:100%;cursor:pointer;outline:none;padding-right:35px;padding-left:15px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;}.css-1lp7ku9:focus+svg{border-color:#EDF1F2;background:#EDF1F2;outline:2px solid #4573D2;outline-offset:2px;-webkit-transition:outline 100ms ease-in-out,background 200ms ease-in-out;transition:outline 100ms ease-in-out,background 200ms ease-in-out;}.css-1lp7ku9:focus+svg #globe{fill:#796EFF;-webkit-transition:fill 300ms ease-in-out;transition:fill 300ms ease-in-out;}.css-1lp7ku9:focus{background:none;border-color:transparent;color:inherit;}</style><select name="select" data-cy="language-select" class="css-1lp7ku9 e1u95ygx0"><option value="id">Bahasa Indonesia</option><option value="de">Deutsch</option><option selected="" value="en">English</option><option value="es">Español</option><option value="fr">Français</option><option value="it">Italiano</option><option value="ja">日本語</option><option value="ko">한국어</option><option value="nl">Nederlands</option><option value="pl">Polski</option><option value="pt">Português</option><option value="ru">Русский</option><option value="sv">Svenska</option><option value="zh-tw">繁體中文</option></select><style data-emotion="css 9vv2n3">.css-9vv2n3{pointer-events:none;position:absolute;border:3px solid transparent;border-right:4px;border-left:4px;top:-4px;right:-4px;border-color:transparent;background:transparent;border-radius:3px;}.css-9vv2n3:hover #globe{fill:#796EFF;-webkit-transition:fill 0.5s;transition:fill 0.5s;}</style><svg width="28px" height="28px" viewBox="0 0 19 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="css-9vv2n3 eqj9hac0"><g id="Laguage-selector-Tests" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Contact-sales_update-mock" transform="translate(-1082.000000, -552.000000)"><g id="Nav-Copy-3" transform="translate(60.000000, 534.000000)"><polygon id="Nav-bg" fill="none" points="0 0 1440 0 1440 56 0 56"></polygon><g id="globe" transform="translate(1022.000000, 18.500000)" fill="#646F79" fill-rule="nonzero"><path d="M9.5,0 C4.275,0 0,4.275 0,9.5 C0,14.725 4.275,19 9.5,19 C14.725,19 19,14.725 19,9.5 C19,4.275 14.725,0 9.5,0 Z M16.98125,5.9375 L13.359375,5.9375 C13.0625,4.096875 12.528125,2.553125 11.815625,1.54375 C14.13125,2.196875 15.971875,3.8 16.98125,5.9375 Z M12.46875,9.5 C12.46875,10.33125 12.409375,11.103125 12.35,11.875 L6.65,11.875 C6.590625,11.103125 6.53125,10.33125 6.53125,9.5 C6.53125,8.66875 6.590625,7.896875 6.65,7.125 L12.35,7.125 C12.409375,7.896875 12.46875,8.66875 12.46875,9.5 Z M9.5,17.8125 C8.490625,17.8125 7.3625,15.971875 6.828125,13.0625 L12.171875,13.0625 C11.6375,15.971875 10.509375,17.8125 9.5,17.8125 Z M6.828125,5.9375 C7.3625,3.028125 8.490625,1.1875 9.5,1.1875 C10.509375,1.1875 11.6375,3.028125 12.171875,5.9375 L6.828125,5.9375 Z M7.184375,1.54375 C6.471875,2.553125 5.9375,4.096875 5.640625,5.9375 L2.01875,5.9375 C3.028125,3.8 4.86875,2.196875 7.184375,1.54375 Z M1.54375,7.125 L5.4625,7.125 C5.403125,7.896875 5.34375,8.66875 5.34375,9.5 C5.34375,10.33125 5.403125,11.103125 5.4625,11.875 L1.54375,11.875 C1.30625,11.103125 1.1875,10.33125 1.1875,9.5 C1.1875,8.66875 1.30625,7.896875 1.54375,7.125 Z M2.01875,13.0625 L5.640625,13.0625 C5.9375,14.903125 6.471875,16.446875 7.184375,17.45625 C4.86875,16.803125 3.028125,15.2 2.01875,13.0625 Z M11.815625,17.45625 C12.528125,16.3875 13.0625,14.903125 13.359375,13.0625 L16.98125,13.0625 C15.971875,15.2 14.13125,16.803125 11.815625,17.45625 Z M17.45625,11.875 L13.5375,11.875 C13.596875,11.103125 13.65625,10.33125 13.65625,9.5 C13.65625,8.66875 13.596875,7.896875 13.5375,7.125 L17.45625,7.125 C17.69375,7.896875 17.8125,8.66875 17.8125,9.5 C17.8125,10.33125 17.69375,11.103125 17.45625,11.875 Z" id="Shape"></path></g></g></g></g></svg></div></label></div><style data-emotion="css genp40">.css-genp40{border-left:1px solid #E0E6E8;height:24px;width:0;}@media (max-width: 560px){.css-genp40{display:none;}}</style><div class="css-genp40 e1mz96d00"></div><style data-emotion="css 1yjb4xu">.css-1yjb4xu{position:relative;}.css-1yjb4xu a{padding:0 12px;margin:0;background:none;border-radius:0;border:0;color:#646F79;position:relative;display:inline-block;height:100%;letter-spacing:0;font-size:14px;line-height:56px;white-space:nowrap;}.css-1yjb4xu a .e1fi4fgq1:before,.css-1yjb4xu a .e1fi4fgq2:before{content:"";position:absolute;border-radius:3px;width:calc(100% + 20px);height:calc(100% + 10px);top:-5px;left:-10px;background:#EDF1F2;z-index:-1;opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:opacity 200ms ease-in-out,-webkit-transform 200ms ease-in-out;transition:opacity 200ms ease-in-out,transform 200ms ease-in-out;}.css-1yjb4xu a>span{position:relative;pointer-events:none;}.css-1yjb4xu a:hover{border:none;outline:none;background:none;color:#796EFF;}.css-1yjb4xu a:hover svg path{fill:#796EFF;}.css-1yjb4xu a:focus{border:none;outline:none;background:none;color:#796EFF;}.css-1yjb4xu a:focus svg path{fill:#796EFF;}.css-1yjb4xu a:focus .e1fi4fgq1:before,.css-1yjb4xu a:focus .e1fi4fgq2:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);outline:2px solid #4573D2;outline-offset:2px;}@media (max-width: 560px){.css-1yjb4xu{display:none;}}@media (min-width: 1120px){.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a{color:#ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a svg path{fill:#ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a:hover,.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a:focus{color:#796EFF;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a:hover svg path,.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-1yjb4xu a:focus svg path{fill:#796EFF;}}</style><div class=" css-1yjb4xu e1fi4fgq0"><a href="/sales" class=" css-0"><style data-emotion="css 6n7j50">.css-6n7j50{display:inline;}</style><span class="css-6n7j50 e1fi4fgq2">Contact sales</span><style data-emotion="css 13k2ckh">.css-13k2ckh{display:none;}.css-13k2ckh svg path{-webkit-transition:fill 200ms ease-in-out;transition:fill 200ms ease-in-out;}</style><span class="css-13k2ckh e1fi4fgq1"><svg height="20" viewBox="0 0 19 20" width="19" xmlns="http://www.w3.org/2000/svg"><path d="m15.4375 2.375h-11.875c-1.959375 0-3.5625 1.603125-3.5625 3.5625v7.125c0 1.959375 1.603125 3.5625 3.5625 3.5625h11.875c1.959375 0 3.5625-1.603125 3.5625-3.5625v-7.125c0-1.959375-1.603125-3.5625-3.5625-3.5625zm0 1.1875c.415625 0 .83125.11875 1.1875.35625l-6.709375 6.709375c-.2375.2375-.59375.2375-.83125 0l-6.709375-6.709375c.35625-.2375.771875-.35625 1.1875-.35625zm2.375 9.5c0 1.30625-1.06875 2.375-2.375 2.375h-11.875c-1.30625 0-2.375-1.06875-2.375-2.375v-7.125c0-.415625.11875-.83125.35625-1.1875l6.709375 6.709375c.35625.35625.771875.534375 1.246875.534375s.95-.178125 1.246875-.534375l6.709375-6.709375c.2375.35625.35625.771875.35625 1.1875z" transform="translate(0 .5)" fill="#646F79"></path></svg></span></a></div><style data-emotion="css kvxzad">.css-kvxzad{display:block;}@media (max-width: 768px){.css-kvxzad{display:none;}}</style><style data-emotion="css hsmi7u">.css-hsmi7u{position:relative;display:block;}.css-hsmi7u a{padding:0 12px;margin:0;background:none;border-radius:0;border:0;color:#646F79;position:relative;display:inline-block;height:100%;letter-spacing:0;font-size:14px;line-height:56px;white-space:nowrap;}.css-hsmi7u a .e1fi4fgq1:before,.css-hsmi7u a .e1fi4fgq2:before{content:"";position:absolute;border-radius:3px;width:calc(100% + 20px);height:calc(100% + 10px);top:-5px;left:-10px;background:#EDF1F2;z-index:-1;opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:opacity 200ms ease-in-out,-webkit-transform 200ms ease-in-out;transition:opacity 200ms ease-in-out,transform 200ms ease-in-out;}.css-hsmi7u a>span{position:relative;pointer-events:none;}.css-hsmi7u a:hover{border:none;outline:none;background:none;color:#796EFF;}.css-hsmi7u a:hover svg path{fill:#796EFF;}.css-hsmi7u a:focus{border:none;outline:none;background:none;color:#796EFF;}.css-hsmi7u a:focus svg path{fill:#796EFF;}.css-hsmi7u a:focus .e1fi4fgq1:before,.css-hsmi7u a:focus .e1fi4fgq2:before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);outline:2px solid #4573D2;outline-offset:2px;}@media (max-width: 560px){.css-hsmi7u{display:none;}}@media (min-width: 1120px){.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a{color:#ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a svg path{fill:#ffffff;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a:hover,.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a:focus{color:#796EFF;}.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a:hover svg path,.siteHeader.-color-white:not(.-dropdown-active):not(.-is-scrolling) .css-hsmi7u a:focus svg path{fill:#796EFF;}}@media (max-width: 768px){.css-hsmi7u{display:none;}}</style><div class="eija2u01 css-hsmi7u e1fi4fgq0"><a href="https://app.asana.com/-/login" class=" css-0"><span class="css-6n7j50 e1fi4fgq2">Log In</span><span class="css-13k2ckh e1fi4fgq1"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C15.5227 0 20 4.47732 20 10C20 15.5227 15.5227 20 10 20C4.47732 20 0 15.5227 0 10C0 4.47732 4.47732 0 10 0ZM12.4155 14.0711H7.58454C6.30251 14.0711 5.26741 14.9891 5.18337 16.1315L5.17786 16.2818L5.17775 17.3319C6.56156 18.2439 8.21882 18.7747 10 18.7747C11.7816 18.7747 13.4392 18.2437 14.8232 17.3313L14.8221 16.2818C14.8221 15.0706 13.7532 14.0711 12.4155 14.0711ZM10 1.2253C5.15403 1.2253 1.2253 5.15403 1.2253 10C1.2253 12.5021 2.27267 14.7597 3.95289 16.3582L3.95257 16.2818C3.95257 14.4364 5.48397 12.9449 7.39248 12.8506L7.58454 12.8458H12.4155C14.3478 12.8458 15.9416 14.2778 16.0424 16.0984L16.0474 16.2818L16.0481 16.3572C17.7277 14.7588 18.7747 12.5016 18.7747 10C18.7747 5.15403 14.846 1.2253 10 1.2253ZM10.1186 2.96443C12.6394 2.96443 14.6838 5.00881 14.6838 7.52964C14.6838 10.0505 12.6394 12.0949 10.1186 12.0949C7.59774 12.0949 5.55336 10.0505 5.55336 7.52964C5.55336 5.00881 7.59774 2.96443 10.1186 2.96443ZM10.1186 4.18972C8.27446 4.18972 6.77866 5.68552 6.77866 7.52964C6.77866 9.37376 8.27446 10.8696 10.1186 10.8696C11.9627 10.8696 13.4585 9.37376 13.4585 7.52964C13.4585 5.68552 11.9627 4.18972 10.1186 4.18972Z" fill="#646F79"></path></svg></span></a></div><a href="/create-account" class="button css-0" title="Get started" data-cy="create-account-cta">Get started</a></div><button class="mobileNav-wrapper" id="mobileNavToggle"><span class="mobileNav-toggle"></span></button></div></div><div class="navigation__dropdown__wrapper"><style data-emotion="css 1fl4lrv">.css-1fl4lrv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><div class="navigation__dropdown__footer css-1fl4lrv" aria-hidden="false"></div><div class="navigation__dropdown__featured-background"></div></div><div class="navigation__scrim"></div></header><div style="height:0"></div><style data-emotion="css 1hktst2">.css-1hktst2{margin-top:32px;}@media (min-width: 1120px){.css-1hktst2{margin-top:104px;}}</style><section class="css-1hktst2 e1x5e4oa5"><style data-emotion="css 1v1iaeg">.css-1v1iaeg{margin:0 4.3%;display:grid;grid-column-gap:8px;grid-template-columns:repeat(4, 1fr);grid-auto-flow:dense;}@media (min-width: 480px){.css-1v1iaeg{margin:0 5%;}}@media (min-width: 768px){.css-1v1iaeg{margin:0 4.3%;}}@media (min-width: 960px){.css-1v1iaeg{margin:0 3.3%;}}@media (min-width: 1120px){.css-1v1iaeg{margin:0 5.7%;}}@media (min-width: 1440px){.css-1v1iaeg{margin:0 auto;}}@media (min-width: 1440px){.css-1v1iaeg{margin:0 auto;max-width:1288px;}}@media (min-width: 768px){.css-1v1iaeg{grid-template-columns:repeat(8, 1fr);grid-column-gap:16px;}}@media (min-width: 960px){.css-1v1iaeg{grid-template-columns:repeat(12, 1fr);grid-column-gap:16px;}}@media (min-width: 1120px){.css-1v1iaeg{grid-column-gap:24px;}}@media (min-width: 1440px){.css-1v1iaeg{grid-column-gap:32px;}}@media (min-width: 1680px){.css-1v1iaeg{grid-column-gap:32px;}}</style><section class="css-1v1iaeg e1x5e4oa6"><style data-emotion="css 1tmtecf">.css-1tmtecf{position:relative;grid-column:1/-1;padding:0 0 24px;}@media (min-width: 768px){.css-1tmtecf{grid-column:4/span 7;}}@media (min-width: 1440px){.css-1tmtecf{grid-column:3/span 8;}}</style><div class="css-1tmtecf e1x5e4oa1"><style data-emotion="css mlnzby">.css-mlnzby{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style-type:none;padding:0;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}</style><ul itemscope="" itemType="http://schema.org/BreadcrumbList" class="breadcrumbs-container css-mlnzby e10y68nl4"><style data-emotion="css 5elei2-caps-small">.css-5elei2-caps-small{font-size:10px;line-height:12px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;}.css-5elei2-caps-small .e10y68nl2{color:#757575;}.css-5elei2-caps-small .e10y68nl2:hover{color:#0D0E10;border-bottom:0;}.css-5elei2-caps-small .e10y68nl2:hover span{border-bottom:1px solid #0D0E10;}.css-5elei2-caps-small .e10y68nl2:active{background-color:#EBE8E8;}.css-5elei2-caps-small .e10y68nl1{border-bottom:1px solid #757575;}.css-5elei2-caps-small .e10y68nl0{color:rgba(47, 45, 43, 0.2);}</style><li itemProp="itemListElement" itemscope="" itemType="http://schema.org/ListItem" class="css-5elei2-caps-small e10y68nl3"><style data-emotion="css 2rlxtj">.css-2rlxtj{padding:4px;}</style><style data-emotion="css y773kq">.css-y773kq{padding:4px;}</style><a itemscope="" itemType="http://schema.org/Thing" itemProp="item" itemID="/resources" href="/resources" class="e10y68nl2 css-y773kq" title="Resources" role="link"><style data-emotion="css 183o30i">.css-183o30i{text-transform:uppercase;letter-spacing:1px;}</style><span itemProp="name" class="css-183o30i e10y68nl1">Resources</span></a><meta itemProp="position" content="0"/><style data-emotion="css u4x1ww-caps-small">.css-u4x1ww-caps-small{font-size:10px;line-height:12px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;padding:0 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}</style><span class="css-u4x1ww-caps-small e10y68nl0">|</span></li><li itemProp="itemListElement" itemscope="" itemType="http://schema.org/ListItem" class="css-5elei2-caps-small e10y68nl3"><a itemscope="" itemType="http://schema.org/Thing" itemProp="item" itemID="/resources/project-planning" href="/resources/project-planning" class="e10y68nl2 css-y773kq" title="Project planning" role="link"><span itemProp="name" class="css-183o30i e10y68nl1">Project planning</span></a><meta itemProp="position" content="1"/><span class="css-u4x1ww-caps-small e10y68nl0">|</span></li><style data-emotion="css i08q0n-caps-small">.css-i08q0n-caps-small{font-size:10px;line-height:12px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;}.css-i08q0n-caps-small .e10y68nl2{color:#757575;}.css-i08q0n-caps-small .e10y68nl2:hover{color:#0D0E10;border-bottom:0;}.css-i08q0n-caps-small .e10y68nl2:hover span{border-bottom:1px solid #0D0E10;}.css-i08q0n-caps-small .e10y68nl2:active{background-color:#EBE8E8;}.css-i08q0n-caps-small .e10y68nl1{border-bottom:1px solid #757575;}.css-i08q0n-caps-small .e10y68nl0{color:rgba(47, 45, 43, 0.2);}.css-i08q0n-caps-small,.css-i08q0n-caps-small .e10y68nl2{-webkit-text-decoration:none;text-decoration:none;pointer-events:none;color:#AFABAC;}.css-i08q0n-caps-small .e10y68nl1{border-bottom:1px solid transparent;}</style><li itemProp="itemListElement" itemscope="" itemType="http://schema.org/ListItem" disabled="" class="css-i08q0n-caps-small e10y68nl3"><a itemscope="" itemType="http://schema.org/Thing" itemProp="item" itemID="/resources/project-constraints" href="#" class="e10y68nl2 css-y773kq" title="6 project constraints and how to manage ..." role="link"><span itemProp="name" class="css-183o30i e10y68nl1">6 project constraints and how to manage ...</span></a><meta itemProp="position" content="2"/></li></ul></div><style data-emotion="css poihbu">.css-poihbu{position:relative;grid-column:1/-1;padding-bottom:24px;}@media (min-width: 768px){.css-poihbu{grid-column:4/span 7;}}@media (min-width: 1440px){.css-poihbu{grid-column:3/span 8;}}@media (min-width: 768px){.css-poihbu{padding-bottom:80px;}}</style><div class="css-poihbu e1x5e4oa3"><style data-emotion="css 65mj6p-heading-2">.css-65mj6p-heading-2{margin-bottom:24px;font-size:32px;line-height:44px;font-weight:400;letter-spacing:-0.3px;}@media (min-width: 768px){.css-65mj6p-heading-2{font-size:36px;line-height:48px;}}</style><h1 class="css-65mj6p-heading-2 e1mtpmw69">6 project constraints and how to manage them for project success</h1><style data-emotion="css 55ortb-p-small">.css-55ortb-p-small{margin-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;font-size:12px;line-height:20px;font-weight:400;}@media (min-width: 768px){.css-55ortb-p-small{font-size:14px;line-height:24px;}}</style><div class="css-55ortb-p-small e1mtpmw67"><style data-emotion="css 1yjpx3h">.css-1yjpx3h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (min-width: 1120px){.css-1yjpx3h{-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}</style><div class="css-1yjpx3h e1mtpmw66"><style data-emotion="css 1gobrrv">.css-1gobrrv{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width: 1120px){.css-1gobrrv{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}</style><span class="css-1gobrrv e1mtpmw64"><style data-emotion="css axw7ok">.css-axw7ok{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;}</style><div class="css-axw7ok e1mtpmw63"><style data-emotion="css 18wgrk7">.css-18wgrk7{border-radius:50%;}</style><span style="box-sizing:border-box;display:inline-block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative;max-width:100%"><span style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;max-width:100%"><img style="display:block;max-width:100%;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0" alt="" aria-hidden="true" src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2732%27%20height=%2732%27/%3e"/></span><img alt="Team Asana contributor image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="intrinsic" class="css-18wgrk7 e1mtpmw61" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover"/><noscript><img alt="Team Asana contributor image" srcSet="https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana?io=transform:fill,width:32&amp;format=webp 1x, https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana?io=transform:fill,width:64&amp;format=webp 2x" src="https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana?io=transform:fill,width:64&amp;format=webp" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover" class="css-18wgrk7 e1mtpmw61" loading="lazy"/></noscript></span><style data-emotion="css 1t56j83">.css-1t56j83{color:inherit;font-weight:400;-webkit-text-decoration:underline;text-decoration:underline;}.css-1t56j83:hover{cursor:pointer;color:#0D0E10;-webkit-text-decoration:underline;text-decoration:underline;border-bottom:none;}</style><style data-emotion="css y1sc30">.css-y1sc30{color:inherit;font-weight:400;-webkit-text-decoration:underline;text-decoration:underline;}.css-y1sc30:hover{cursor:pointer;color:#0D0E10;-webkit-text-decoration:underline;text-decoration:underline;border-bottom:none;}</style><a href="/author/team-asana" class="e1mtpmw60 css-y1sc30" title="Team Asana">Team Asana</a></div><style data-emotion="css 1jt0b0i">.css-1jt0b0i{display:none;}.css-1jt0b0i:after{content:"\25CF";margin:0 8px;display:inline-block;color:#E0DEDC;font-size:6.7px;line-height:28px;}@media (min-width: 1120px){.css-1jt0b0i{display:inline;}}</style><div class="css-1jt0b0i e1mtpmw62"></div></span><style data-emotion="css fhxb3m">.css-fhxb3m{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><div class="css-fhxb3m e1mtpmw611">November 5th, 2022<style data-emotion="css qdky55">.css-qdky55:after{content:"\25CF";margin:0 8px;display:inline-block;color:#E0DEDC;font-size:6.7px;line-height:28px;}</style><div class="css-qdky55 e1mtpmw610"></div>5<!-- --> <!-- -->min read</div></div><style data-emotion="css qvaltd">.css-qvaltd a{display:none;margin-left:4px;}@media (min-width: 768px){.css-qvaltd a{display:inline-block;}}</style><div class="css-qvaltd e1mtpmw65"><style data-emotion="css 16dtovz">.css-16dtovz{display:inline-block;position:relative;height:24px;width:24px;border-radius:100%;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;padding:0;outline:none;background-color:#0D0E10;}.css-16dtovz svg{color:#FFFFFF;}.css-16dtovz:hover{background-color:#F06A6A;}.css-16dtovz:hover svg{color:#0D0E10;}</style><a icon="facebook" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fasana.com%2Fresources%2Fproject-constraints" class="css-16dtovz e1rbs2r50"><style data-emotion="css tcy81c">.css-tcy81c{height:14px;width:14px;color:#ffffff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}.css-tcy81c use{-webkit-transition:fill 200ms linear;transition:fill 200ms linear;height:14px;width:14px;}</style><svg class="icon-svg css-tcy81c e1guxgb30" width="14" height="14" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--facebook"></use></svg><span class="sr-only">facebook</span></a><a icon="x-twitter" target="_blank" href="https://twitter.com/share?via=asana&amp;url=https%3A%2F%2Fasana.com%2Fresources%2Fproject-constraints&amp;text=6 project constraints and how to manage them for project success" class="css-16dtovz e1rbs2r50"><svg class="icon-svg css-tcy81c e1guxgb30" width="14" height="14" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--x-twitter"></use></svg><span class="sr-only">x-twitter</span></a><a icon="linkedin" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Fasana.com%2Fresources%2Fproject-constraints&amp;title=6 project constraints and how to manage them for project success&amp;summary=&amp;source=Asana" class="css-16dtovz e1rbs2r50"><svg class="icon-svg css-tcy81c e1guxgb30" width="14" height="14" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--linkedin"></use></svg><span class="sr-only">linkedin</span></a></div></div><style data-emotion="css q5ervv">.css-q5ervv{padding-bottom:calc(2 / 3 * 100%);}</style><style data-emotion="css 1k0p7ur">.css-1k0p7ur{height:0;position:relative;padding-bottom:calc(2 / 3 * 100%);}</style><div class="css-1k0p7ur e8sk55l1"><style data-emotion="css 1b4920d">.css-1b4920d{position:absolute;top:0;left:0;width:100%;height:100%;}</style><div class="css-1b4920d e8sk55l0"><style data-emotion="css w1atjl">.css-w1atjl{width:100%;height:100%;}</style><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><span style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;padding-top:66.68632075471697%"></span><img alt="6 project constraints and how to manage them for project success article banner image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="responsive" class="css-w1atjl" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img alt="6 project constraints and how to manage them for project success article banner image" sizes="(max-width: 768px) 100vw, 75vw" srcSet="https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" class="css-w1atjl" loading="lazy"/></noscript></span></div></div></div><style data-emotion="css jsowf4">.css-jsowf4{grid-column:1/4;grid-row:3;position:-webkit-sticky;position:sticky;top:80px;margin-bottom:64px;-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;display:none;}@media (min-width: 768px){.css-jsowf4{display:block;}}@media (min-width: 1440px){.css-jsowf4{grid-column:1/3;}}</style><nav class="css-jsowf4 e5kwoqa3"><style data-emotion="css 1r9h68-caps-small">.css-1r9h68-caps-small{font-size:10px;line-height:12px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;}</style><span class="css-1r9h68-caps-small">Jump to section</span><style data-emotion="css 1hcx8jb">.css-1hcx8jb{padding:0;}</style><ol class="css-1hcx8jb e5kwoqa2"><li><style data-emotion="css f5tx39-p-x-small">.css-f5tx39-p-x-small{font-size:12px;line-height:20px;font-weight:400;display:inline-block;line-height:1.6;margin-bottom:24px;color:#2A2B2C;-webkit-text-decoration:underline;text-decoration:underline;}.css-f5tx39-p-x-small:hover{-webkit-text-decoration:underline;text-decoration:underline;color:#CD4848;border-bottom:none;}</style><a href="#what-are-project-constraints" class="css-f5tx39-p-x-small e5kwoqa1"><style data-emotion="css qyphr4">.css-qyphr4{position:absolute;left:-16px;top:4px;width:12px;height:12px;-webkit-transition:opacity 200ms linear,-webkit-transform 300ms cubic-bezier(0.65, 0.05, 0.36, 1);transition:opacity 200ms linear,transform 300ms cubic-bezier(0.65, 0.05, 0.36, 1);opacity:0;-webkit-transform:translateX(-10px);-moz-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}.css-qyphr4 path{fill:#CD4848;}</style><svg class="css-qyphr4 e5kwoqa0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg>What are project constraints?</a></li><li><a href="#the-triple-constraints-of-project-management" class="css-f5tx39-p-x-small e5kwoqa1"><svg class="css-qyphr4 e5kwoqa0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg>The triple constraints of project management</a></li><li><a href="#other-common-project-constraints-to-consider" class="css-f5tx39-p-x-small e5kwoqa1"><svg class="css-qyphr4 e5kwoqa0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg>Other common project constraints to consider</a></li><li><a href="#how-to-manage-project-constraints" class="css-f5tx39-p-x-small e5kwoqa1"><svg class="css-qyphr4 e5kwoqa0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg>How to manage project constraints</a></li><li><a href="#see-constraints-in-real-time-with-project-management-tools" class="css-f5tx39-p-x-small e5kwoqa1"><svg class="css-qyphr4 e5kwoqa0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg>See constraints in real time with project management tools</a></li></ol></nav><style data-emotion="css ooqcio">.css-ooqcio{position:relative;grid-column:1/-1;padding:24px 0 48px;}@media (min-width: 768px){.css-ooqcio{grid-column:4/span 7;}}@media (min-width: 1440px){.css-ooqcio{grid-column:3/span 8;}}@media (min-width: 768px){.css-ooqcio{padding:0 0 80px;}}</style><div class="css-ooqcio e1x5e4oa2"><style data-emotion="css scpm7b">.css-scpm7b{color:#0D0E10;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:16px;top:-9px;}</style><a href="/templates" class="cta-arrow-link css-scpm7b" title="View Templates">View Templates<div class="arrowPacman"><div class="arrowPacman-clip"><svg width="21px" height="14px" viewBox="0 0 21 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1"><path d="M14.0384446,0 L12.8846104,1.00339949 L17.5361471,6.23552253 L0,6.23552253 L0,7.76448894 L17.5361471,7.76448894 L12.8846104,12.996612 L14.0384638,14 L20,7.00020068 L14.0384446,0 Z"></path></g></svg><svg width="21px" height="14px" viewBox="0 0 21 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1"><path d="M14.0384446,0 L12.8846104,1.00339949 L17.5361471,6.23552253 L0,6.23552253 L0,7.76448894 L17.5361471,7.76448894 L12.8846104,12.996612 L14.0384638,14 L20,7.00020068 L14.0384446,0 Z"></path></g></svg></div></div></a><style data-emotion="css 1qz3ppm">.css-1qz3ppm .e87a4mj2{padding:0;margin:16px auto;}</style><style data-emotion="css fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p">.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p ul,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p ol{margin-bottom:16px;padding-left:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p ul{list-style-type:disc;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p li{margin-bottom:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p b{font-weight:500;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p i,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p em{font-style:italic;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p u{-webkit-text-decoration:underline;text-decoration:underline;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>a>u{-webkit-text-decoration:none;text-decoration:none;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h2,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h3,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h4,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h5,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h6,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>p,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>ul li,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>ul li *,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>ol li,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>ol li *{color:#0D0E10;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1mo941f4{margin:0 auto;padding:0;margin-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1mo941f4:not(:first-of-type){margin-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .ela6qok3{margin-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .ela6qok3:not(:first-of-type){margin-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .eejs9qg1{margin-left:auto;margin-right:auto;margin:0 auto;padding:0;padding-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .eejs9qg1:not(:first-of-type){padding-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h2{font-size:32px;line-height:44px;font-weight:400;letter-spacing:-0.3px;margin:0 auto;padding:0;padding-bottom:16px;}@media (min-width: 768px){.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h2{font-size:36px;line-height:48px;}}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h2:not(:first-of-type){padding-top:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h3{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.3px;margin:0 auto;padding:0;padding-bottom:16px;}@media (min-width: 768px){.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h3{font-size:32px;line-height:44px;}}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h3:not(:first-of-type){padding-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h4{font-size:20px;line-height:28px;font-weight:500;margin:0 auto;padding:0;padding-bottom:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h4:not(:first-of-type){padding-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h5{font-size:16px;line-height:28px;font-weight:500;margin:0 auto;padding:0;padding-bottom:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h5:not(:first-of-type){padding-top:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h6{font-size:14px;line-height:24px;font-weight:500;margin:0 auto;padding:0;padding-bottom:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>h6:not(:first-of-type){padding-top:4px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p p{font-size:16px;line-height:28px;font-weight:400;margin:0 auto;padding:0;padding-bottom:8px;line-height:28px;color:#2A2B2C;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p p:not(:first-of-type){padding-top:0px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p li>p{padding:0;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e123hseg6{margin:0 auto;padding:0;padding-bottom:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e123hseg6:not(:first-of-type){padding-top:0px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1jtqlh96{margin:0 auto;padding:0;padding-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1jtqlh96:not(:first-of-type){padding-top:8px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .et8z7v0{margin-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .et8z7v0:not(:first-of-type){margin-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>hr{margin:0 auto;padding:0;margin-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p>hr:not(:first-of-type){margin-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1lx0a7x7{margin:0;margin:0 auto;padding:0;padding-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1lx0a7x7:not(:first-of-type){padding-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .eis99gl0{margin:0 auto;padding:0;padding-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .eis99gl0:not(:first-of-type){padding-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1nzrvca0{margin:0 auto;padding:0;margin-bottom:24px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e1nzrvca0:not(:first-of-type){margin-top:16px;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p table th>p,.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p table td>p{padding-bottom:0;}.css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p .e87a4mj2{padding:0;margin:16px auto;}</style><div class="e1x5e4oa0 css-fgu34b-heading-2-heading-3-heading-4-heading-5-heading-6-p e10vhuws5"><style data-emotion="css 14vz9u5">.css-14vz9u5{margin:0 0 16px 0;padding:16px;border:solid 1px #CBD4DB;border-radius:3px;}.css-14vz9u5 p{margin-bottom:0;}</style><div class="css-14vz9u5 ela6qok3"><style data-emotion="css 1s99q80-heading-5">.css-1s99q80-heading-5{font-size:16px;line-height:28px;font-weight:500;margin-bottom:8px;}</style><h3 class="css-1s99q80-heading-5 ela6qok1">Summary</h3><style data-emotion="css af9lzq">.css-af9lzq{display:grid;grid-gap:16px 32px;}</style><div class="css-af9lzq ela6qok2"><p>Project constraints are the general limitations of a project, including time, costs, and risks. Understanding project constraints is important because they affect project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them. </p></div></div><p>Have you ever been to the circus and watched the performers do a balancing act? They somehow manage to hold multiple plates up in the air so gracefully that it feels like they must be using magic. But balancing doesn’t require magic—just focus and skill. If a performer were to misplace their hold on a single plate, all the plates would come crashing down. </p><p>Like a circus performance, <style data-emotion="css 1h4m35h-inline-regular">.css-1h4m35h-inline-regular{background-color:transparent;cursor:pointer;font-weight:inherit;-webkit-text-decoration:none;text-decoration:none;position:relative;color:inherit;background-image:linear-gradient(to bottom, currentColor, currentColor);-webkit-background-position:0 1.19em;background-position:0 1.19em;background-repeat:repeat-x;-webkit-background-size:1px 2px;background-size:1px 2px;}.css-1h4m35h-inline-regular:hover{color:#CD4848;-webkit-text-decoration:none;text-decoration:none;}.css-1h4m35h-inline-regular:hover path{fill:#CD4848;}.css-1h4m35h-inline-regular svg{height:10px;padding-left:4px;}.css-1h4m35h-inline-regular:hover{border:none;color:#CD4848;background-image:linear-gradient( to bottom, #CD4848, #CD4848 );}</style><style data-emotion="css lbe3uk-inline-regular">.css-lbe3uk-inline-regular{background-color:transparent;cursor:pointer;font-weight:inherit;-webkit-text-decoration:none;text-decoration:none;position:relative;color:inherit;background-image:linear-gradient(to bottom, currentColor, currentColor);-webkit-background-position:0 1.19em;background-position:0 1.19em;background-repeat:repeat-x;-webkit-background-size:1px 2px;background-size:1px 2px;}.css-lbe3uk-inline-regular:hover{color:#CD4848;-webkit-text-decoration:none;text-decoration:none;}.css-lbe3uk-inline-regular:hover path{fill:#CD4848;}.css-lbe3uk-inline-regular svg{height:10px;padding-left:4px;}.css-lbe3uk-inline-regular:hover{border:none;color:#CD4848;background-image:linear-gradient( to bottom, #CD4848, #CD4848 );}</style><a href="http://asana.com/resources/benefits-project-management" class="e10vhuws4 css-lbe3uk-inline-regular">project management</a> is a balancing act. During the project life cycle, you’ll encounter various constraints, including time, costs, and risks. Part of your job as an effective project manager is learning how to balance these constraints in order to increase project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them. </p><h2 id="what-are-project-constraints">What are project constraints?</h2><p>Project constraints are the general limitations that you need to account for during the project life cycle. For example, a cost constraint means that you’re limited to a specific project budget, while a time constraint means you must complete your project within a specified timeframe. </p><p>Most project constraints impact one another, which is why <a href="https://asana.com/resources/theory-of-constraints" class="e10vhuws4 css-lbe3uk-inline-regular">constraint management</a> is crucial for project success. If you decide that you must expand the <a href="https://asana.com/resources/create-project-management-timeline-template" class="e10vhuws4 css-lbe3uk-inline-regular">project timeline</a>, then you’ll likely need more money to complete the project as well. Your project scope will also expand when the time and cost of your project expand. </p><style data-emotion="css i9q9ou">.css-i9q9ou{position:relative;width:100%;height:0px;}</style><div class="css-i9q9ou e1mo941f4"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><span style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;padding-top:126.16666666666667%"></span><img alt="[inline illustration] six constraints in project management (infographic)" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img alt="[inline illustration] six constraints in project management (infographic)" sizes="100vw" srcSet="https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" loading="lazy"/></noscript></span></div><p>There are six common project constraints to consider as you make your way through the phases of project management. In this article, we’ll go through each constraint in detail and explain how you can manage it. No matter what type of project you’re working on, using project management software can help you visualize your <a href="https://asana.com/resources/project-timeline-schedules" class="e10vhuws4 css-lbe3uk-inline-regular">project schedule</a> and manage all of your project constraints in one place. </p><style data-emotion="css 3mj36h-primary-regular">.css-3mj36h-primary-regular{border-radius:3px;font-weight:500;cursor:pointer;letter-spacing:0.5px;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background-color 150ms,color 150ms ease-in-out;transition:background-color 150ms,color 150ms ease-in-out;white-space:nowrap;display:block;color:white;background:#0D0E10;border:1px solid transparent;font-size:16px;line-height:48px;height:48px;padding:0 24px;color:white;margin:0 auto 16px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:48px;height:auto;white-space:pre-wrap;line-height:32px;padding-top:8px;padding-bottom:8px;}.css-3mj36h-primary-regular:hover ,.css-3mj36h-primary-regular:focus {color:#0D0E10;background:#F06A6A;border:1px solid #F06A6A;}</style><style data-emotion="css anaj5p-primary-regular">.css-anaj5p-primary-regular{border-radius:3px;font-weight:500;cursor:pointer;letter-spacing:0.5px;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background-color 150ms,color 150ms ease-in-out;transition:background-color 150ms,color 150ms ease-in-out;white-space:nowrap;display:block;color:white;background:#0D0E10;border:1px solid transparent;font-size:16px;line-height:48px;height:48px;padding:0 24px;color:white;margin:0 auto 16px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:48px;height:auto;white-space:pre-wrap;line-height:32px;padding-top:8px;padding-bottom:8px;}.css-anaj5p-primary-regular:hover ,.css-anaj5p-primary-regular:focus {color:#0D0E10;background:#F06A6A;border:1px solid #F06A6A;}</style><a href="/go/demo" class="et8z7v0 css-anaj5p-primary-regular" title="See Asana in action">See Asana in action</a><p></p><p> </p><h2 id="the-triple-constraints-of-project-management">The triple constraints of project management</h2><p>The triple constraints of project management—also known as the <a href="https://asana.com/resources/project-management-triangle" class="e10vhuws4 css-lbe3uk-inline-regular">project management triangle</a> or the iron triangle—are scope, cost, and time. You’ll need to balance these three elements in every project, and doing so can be challenging because they all affect one another. </p><p>There are trade-offs when balancing scope, cost, and time, and you must decide what you’re willing to sacrifice in order to maintain project alignment and functionality. </p><p>For example, your project can only stay within scope if your project’s budget and time allotments stay steady. If you want to finish the project in less time, your scope must also decrease to balance out the project unless you’re able to make adjustments to the budget.</p><div class="css-i9q9ou e1mo941f4"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><span style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;padding-top:113.3888888888889%"></span><img alt="[inline illustration] balancing the triple constraint (infographic)" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img alt="[inline illustration] balancing the triple constraint (infographic)" sizes="100vw" srcSet="https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" loading="lazy"/></noscript></span></div><h3>Scope</h3><p><a href="https://asana.com/resources/project-scope" class="e10vhuws4 css-lbe3uk-inline-regular">Project scope</a> refers to a project’s magnitude in terms of quality, detail, and deliverables. Time and money are dependencies of project scope, because as the project scope grows, the project will require more time and money to complete.</p><p>You’ll need to be aware of <a href="https://asana.com/resources/what-is-scope-creep" class="e10vhuws4 css-lbe3uk-inline-regular">scope creep</a> throughout each project phase and work hard to prevent it. You can prevent scope creep by creating detailed project plans and getting project stakeholders to sign off on everything before production begins.</p><h3>Cost</h3><p>Cost constraints include the <a href="https://asana.com/resources/project-budget" class="e10vhuws4 css-lbe3uk-inline-regular">project budget</a> as a whole and anything of financial value required for your project. Items that may be a cost constraint include:</p><ul><li><p>Project cost</p></li><li><p>Team member salaries</p></li><li><p>Cost of equipment</p></li><li><p>Cost of facilities</p></li><li><p>Repair costs</p></li><li><p>Material costs</p></li></ul><p>Include any items in this section that require you to pull from your company’s financial resources.</p><style data-emotion="css 12u5ihq">.css-12u5ihq{margin:0 0 16px 0;}</style><style data-emotion="css g8b1nv">.css-g8b1nv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;color:#0D0E10;-webkit-transition:all 0.3s;transition:all 0.3s;position:relative;font-size:16px;line-height:28px;padding:0;margin:0 0 16px 0;}.css-g8b1nv:hover{border-bottom:0;color:#CD4848;}.css-g8b1nv:hover path{fill:#CD4848;}.css-g8b1nv:hover div{border-color:#CD4848;}.css-g8b1nv:hover div:before{border-left-color:#CD4848;}.css-g8b1nv:active{border-bottom:0;background-color:#EBE8E8;color:#0D0E10;}.css-g8b1nv:active path{fill:#0D0E10;}.css-g8b1nv:active div{border-color:#0D0E10;}.css-g8b1nv:active div:before{border-left-color:#0D0E10;}</style><a class="et8z7v0 css-g8b1nv e1koaidd0" href="/resources/resource-management-plan">Read: Your guide to getting started with resource management<style data-emotion="css 1k6cidy">.css-1k6cidy{width:11px;height:11px;margin-left:8px;}.css-1k6cidy path{fill:currentColor;}</style><svg class="css-1k6cidy e1koaidd2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg></a><h3>Time</h3><p><a href="https://asana.com/resources/time-management-tips" class="e10vhuws4 css-lbe3uk-inline-regular">Time management</a> is essential for project success, and there are various time constraints you’ll face during each phase of your project. When you try to increase your project timeline, there will be consequences like extended deadlines, adjustments to the<a href="https://asana.com/uses/team-calendar" class="e10vhuws4 css-lbe3uk-inline-regular"> team calendar</a>, or less time for planning.</p><p>Time elements in your project that can lead to constraints may include:</p><ul><li><p>Overall <a href="https://asana.com/resources/create-project-management-timeline-template" class="e10vhuws4 css-lbe3uk-inline-regular">project timeline</a></p></li><li><p>Hours worked on project</p></li><li><p>Internal calendars and goalposts</p></li><li><p>Time allotted for planning and strategy</p></li><li><p>Number of <a href="https://asana.com/resources/project-management-phases" class="e10vhuws4 css-lbe3uk-inline-regular">project phases</a></p></li></ul><p>Scope, cost, and time are called the iron triangle because these three constraints can be difficult to maneuver around each other while maintaining project quality. For example, if you cut your budget or increase your scope, you’ll likely need to compensate by loosening up on time. You can do this by extending deadlines, adding hours, or adjusting your <a href="https://asana.com/resources/project-timeline-schedules" class="e10vhuws4 css-lbe3uk-inline-regular">project schedule</a>.</p><p></p><h2 id="other-common-project-constraints-to-consider">Other common project constraints to consider</h2><p>While scope, cost, and time are the triple constraints of project management, there are three other project constraints you may encounter in your project life cycle: risk, resources, and quality.</p><h3>Risk</h3><p><a href="https://asana.com/resources/project-risks" class="e10vhuws4 css-lbe3uk-inline-regular">Project risks</a> are any unexpected occurrences that can affect your project. While most project risks are negative, some can be positive. For example, a new technology may be released while your project is in progress. This technology may help you finish your project quicker or it may cause more competition in the market and reduce your product value. </p><p>You can determine project risks using <a href="https://asana.com/resources/project-risk-management-process" class="e10vhuws4 css-lbe3uk-inline-regular">risk analysis</a> and risk management strategies to keep them at bay. Some risks you may face include:</p><ul><li><p>Stretched resources</p></li><li><p>Operational mishaps</p></li><li><p>Low performance</p></li><li><p>Lack of clarity</p></li><li><p>Scope creep</p></li><li><p>High costs</p></li><li><p>Time crunch</p></li></ul><p>Use a <a href="https://asana.com/resources/risk-register" class="e10vhuws4 css-lbe3uk-inline-regular">risk register</a> to assess the likelihood and severity for each project risk, then mitigate the most likely and severe risks first.</p><h3>Resources</h3><p>Resources tie closely with cost constraints on your project because these project requirements cost money. Without proper <a href="https://asana.com/resources/resource-allocation" class="e10vhuws4 css-lbe3uk-inline-regular">resource allocation</a>, can experience lower project quality, an increased budget, and timeline delays. </p><p>Some resources to consider include:</p><ul><li><p>People</p></li><li><p>Equipment or materials</p></li><li><p>Facilities</p></li><li><p>Software</p></li></ul><p>Use a <a href="https://asana.com/resources/resource-management-plan" class="e10vhuws4 css-lbe3uk-inline-regular">resource management plan</a> to ensure you have the resources you need for every element of your project so that this constraint doesn’t negatively affect other project areas.</p><h3>Quality</h3><p>Project quality is the measure of how well your <a href="https://asana.com/resources/what-are-project-deliverables" class="e10vhuws4 css-lbe3uk-inline-regular">project deliverables</a> meet initial expectations. Every project constraint affects project quality because project quality is the ultimate result of your project. However, project quality is also its own constraint because there are aspects of the project that can result in poor quality that aren’t necessarily related to cost, time, resources, risk, or scope. These include:</p><ul><li><p>Lack of communication</p></li><li><p>Poor design or development skills</p></li><li><p>Too many project changes</p></li></ul><p>You must manage project quality as its own entity while also balancing the other five project constraints if you hope to achieve high project performance. If you fail to manage your constraints, the result can be low project quality and low customer satisfaction.</p><h2 id="how-to-manage-project-constraints">How to manage project constraints</h2><p>There are strategies you can use to manage and balance project constraints as they arise. Using <a href="https://asana.com/resources/project-management-methodologies" class="e10vhuws4 css-lbe3uk-inline-regular">project management methodologies</a> like the PMBOK Guide’s <a href="https://asana.com/resources/project-management-phases" class="e10vhuws4 css-lbe3uk-inline-regular">phases of project management</a> and Agile practices, which encourage flexibility and collaboration, are a few ways to control project constraints.</p><a href="/go/demo" class="et8z7v0 css-anaj5p-primary-regular" title="See Asana in action">See Asana in action</a><p>You can also use the following tips to strengthen your <a href="https://asana.com/resources/project-management-plan" class="e10vhuws4 css-lbe3uk-inline-regular">project management plan</a>: </p><div class="css-i9q9ou e1mo941f4"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative"><span style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;padding-top:191.88888888888889%"></span><img alt="[inline illustration] 6 ways to manage project constraints (infographic)" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img alt="[inline illustration] 6 ways to manage project constraints (infographic)" sizes="100vw" srcSet="https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="responsive" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" loading="lazy"/></noscript></span></div><ol><li><p><b>Understand your constraints: </b>You can’t manage your project constraints unless you understand what they are. Once you know your project constraints, you can plan around them. For example, during project planning, assess what risks you might face as well as what resources you’ll need and what those resources will cost.</p></li><li><p><b>Plan and strategize: </b>When you consider all six of the most common constraints in your <a href="https://asana.com/resources/project-management-plan" class="e10vhuws4 css-lbe3uk-inline-regular">project plan</a>, you can move forward with a better perspective for what’s ahead. Your project plan should include strategies to mitigate constraints and balance the triple constraints of scope, cost, and time. You can also implement strategies to address additional project constraints , like trying to prevent project risks from occurring.</p></li><li><p><b>Control project quality: </b>You can control project quality by regularly monitoring your project plan and processes. As your team handles various tasks throughout project execution, use work management software to ensure everyone is staying on track. Establish a <a href="https://asana.com/resources/change-control-process" class="e10vhuws4 css-lbe3uk-inline-regular">change control process</a> so that if changes occur, you can prevent scope creep.</p></li><li><p><b>Manage risk: </b>Use risk analysis to identify, assess, and prepare for potential project risks. With a strong risk management plan in place, you can keep the most damaging project risks at bay and prepare for any unexpected risks that may occur.</p></li><li><p><b>Communicate effectively: </b><a href="https://asana.com/uses/team-communication" class="e10vhuws4 css-lbe3uk-inline-regular">Team communication</a> is essential for successful management of project constraints. Without strong communication, you may think you’re balancing your constraints while another team member is unknowingly disrupting your hard work. When you discuss every aspect of the project with your team, you can work together to reach project goals. </p></li><li><p><b>Embrace flexibility: </b>You must embrace flexibility in order to effectively balance project constraints. There will be times when you’ll need to compromise on project elements in order to stay within scope. If you aren’t flexible, you’ll end up sacrificing project quality. Keeping your customers or stakeholders satisfied should be your top priority, which means accepting trade-offs when necessary. </p></li></ol><a class="et8z7v0 css-g8b1nv e1koaidd0" href="/resources/change-management-process">Read: What is change management? 6 steps to build a successful change management process<svg class="css-1k6cidy e1koaidd2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 12"><path d="M6.26154.536743l-.85527.820367 3.84 3.97963H.676086v1.32655H9.24627l-3.84 3.97961.85527.8204 5.06186-5.28874v-.34909L6.26154.536743z"></path></svg></a><h2 id="see-constraints-in-real-time-with-project-management-tools">See constraints in real time with project management tools</h2><p>Keep track of  your project constraints through every phase of the project life cycle in order to ensure the project quality meets stakeholder expectations. When you encounter a situation where you must adjust one project constraint, like the project schedule, consider how that will affect other project areas—like cost and scope—and balance your constraints as necessary. </p><p>Project management software can help you visualize project constraints in real time. When you need an efficient way to control elements of your project and share the information with others, the various tools available within a project management system like <a href="https://asana.com/product" class="e10vhuws4 css-lbe3uk-inline-regular">Asana</a> make it easy. </p><a href="/go/demo" class="et8z7v0 css-anaj5p-primary-regular" title="See Asana in action">See Asana in action</a><p></p></div></div></section></section><style data-emotion="css 1lqo6g3">.css-1lqo6g3{background-color:#F5F3F3;padding-top:calc(96px * 0.5);padding-bottom:calc(96px * 0.5);}@media (min-width: 768px){.css-1lqo6g3{padding-top:calc( 128px * 0.5);padding-bottom:calc( 128px * 0.5);}}@media (min-width: 1120px){.css-1lqo6g3{padding-top:calc( 160px * 0.5);padding-bottom:calc( 160px * 0.5);}}.css-1lqo6g3>*{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><section class="css-1lqo6g3 enbnr6z0"><style data-emotion="css 1v1iaeg">.css-1v1iaeg{margin:0 4.3%;display:grid;grid-column-gap:8px;grid-template-columns:repeat(4, 1fr);grid-auto-flow:dense;}@media (min-width: 480px){.css-1v1iaeg{margin:0 5%;}}@media (min-width: 768px){.css-1v1iaeg{margin:0 4.3%;}}@media (min-width: 960px){.css-1v1iaeg{margin:0 3.3%;}}@media (min-width: 1120px){.css-1v1iaeg{margin:0 5.7%;}}@media (min-width: 1440px){.css-1v1iaeg{margin:0 auto;}}@media (min-width: 1440px){.css-1v1iaeg{margin:0 auto;max-width:1288px;}}@media (min-width: 768px){.css-1v1iaeg{grid-template-columns:repeat(8, 1fr);grid-column-gap:16px;}}@media (min-width: 960px){.css-1v1iaeg{grid-template-columns:repeat(12, 1fr);grid-column-gap:16px;}}@media (min-width: 1120px){.css-1v1iaeg{grid-column-gap:24px;}}@media (min-width: 1440px){.css-1v1iaeg{grid-column-gap:32px;}}@media (min-width: 1680px){.css-1v1iaeg{grid-column-gap:32px;}}</style><div class="css-1v1iaeg ew1hg250"><style data-emotion="css 1fpqjye-heading-4">.css-1fpqjye-heading-4{color:#0D0E10;margin-bottom:32px;font-size:20px;line-height:28px;font-weight:500;grid-column:1/-1;}</style><h2 class="css-1fpqjye-heading-4 ep5lskw1">Related resources</h2><style data-emotion="css 189ozan">.css-189ozan{-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;grid-column:1/-1;}@media (max-width: 480px){.css-189ozan{margin-bottom:32px;}}@media (min-width: 768px){.css-189ozan{grid-column:span 4;}}@media (min-width: 960px){.css-189ozan{grid-column:span 3;}}</style><div class="css-189ozan ep5lskw0"><style data-emotion="css bkwq71">.css-bkwq71{border-bottom:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;}.css-bkwq71 .e1ntqsop5{-webkit-transition:-webkit-transform 200ms ease-in-out;transition:transform 200ms ease-in-out;}.css-bkwq71:hover,.css-bkwq71:focus{border-bottom:none;outline:none;}.css-bkwq71:hover .e1ntqsop8:after,.css-bkwq71:focus .e1ntqsop8:after{-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);transform:translate(0);}.css-bkwq71:hover .e1ntqsop5,.css-bkwq71:focus .e1ntqsop5{-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);}.css-bkwq71:before{content:"";position:absolute;top:-16px;left:-16px;border:1px solid rgba(47, 45, 43, 0.7);background-color:#F5F3F3;border-radius:3px;height:calc(100% + 32px);width:calc(100% + 32px);opacity:0;pointer-events:none;-webkit-transition:opacity 100ms linear;transition:opacity 100ms linear;}.css-bkwq71:focus:before{opacity:1;}.css-bkwq71>div{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;}.css-bkwq71 .e1ntqsop8{margin-top:0;}.css-bkwq71 .e1ntqsop4{margin-left:16px;}.css-bkwq71 .e1ntqsop1{top:16px;}</style><a href="/resources/sales-operations-planning" data-testid="resource-card" data-categories="project-planning " class="css-bkwq71 e1ntqsop0"><div><style data-emotion="css 1gv0xt8">.css-1gv0xt8{overflow:hidden;border:1px solid #EEEBEA;background-color:#5DA283;}.css-1gv0xt8:hover{border-color:rgba(47, 45, 43, 0.1);}</style><style data-emotion="css 1rk1dz5">.css-1rk1dz5{padding-bottom:calc(2 / 3 * 100%);overflow:hidden;border:1px solid #EEEBEA;background-color:#5DA283;}.css-1rk1dz5:hover{border-color:rgba(47, 45, 43, 0.1);}</style><style data-emotion="css 1nl39wy">.css-1nl39wy{height:0;position:relative;padding-bottom:calc(2 / 3 * 100%);overflow:hidden;border:1px solid #EEEBEA;background-color:#5DA283;}.css-1nl39wy:hover{border-color:rgba(47, 45, 43, 0.1);}</style><div class="css-1nl39wy e8sk55l1"><style data-emotion="css 1b4920d">.css-1b4920d{position:absolute;top:0;left:0;width:100%;height:100%;}</style><div class="css-1b4920d e8sk55l0"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top:0;left:0;bottom:0;right:0"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="fill" class="css-0 e1ntqsop5" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img sizes="(min-width: 960px) 300px, 75vw" srcSet="https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="fill" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" class="css-0 e1ntqsop5" loading="lazy"/></noscript></span></div></div></div><style data-emotion="css cns06v">.css-cns06v{position:relative;}</style><div class="css-cns06v e1ntqsop4"><style data-emotion="css dlxb0p">.css-dlxb0p{background-color:rgba(47, 45, 43, 0.1);margin-top:8px;margin-bottom:16px;height:1px;width:100%;position:relative;overflow:hidden;}.css-dlxb0p:after{content:"";background:#5DA283;display:block;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transform:translate(-100%);-moz-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%);-webkit-transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;}</style><div color="green" class="css-dlxb0p e1ntqsop8"></div><style data-emotion="css h1slwo-caps-small">.css-h1slwo-caps-small{font-size:10px;line-height:12px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;letter-spacing:1px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:4px;border-radius:3px;padding:2px 4px;color:rgba(13, 14, 16, 0.7);background:#F5F3F3;}</style><span class="css-h1slwo-caps-small e1pbleva2">Article</span><style data-emotion="css 1vb7dzs-heading-5-heading-5-heading-5-heading-4">.css-1vb7dzs-heading-5-heading-5-heading-5-heading-4{color:#0D0E10;margin-bottom:8px;font-size:16px;line-height:28px;font-weight:500;}@media (min-width: 480px){.css-1vb7dzs-heading-5-heading-5-heading-5-heading-4{font-size:16px;line-height:28px;font-weight:500;}}@media (min-width: 768px){.css-1vb7dzs-heading-5-heading-5-heading-5-heading-4{font-size:16px;line-height:28px;font-weight:500;}}@media (min-width: 960px){.css-1vb7dzs-heading-5-heading-5-heading-5-heading-4{font-size:20px;line-height:28px;font-weight:500;}}@media (min-width: 1120px){.css-1vb7dzs-heading-5-heading-5-heading-5-heading-4{padding-right:32px;}}</style><h3 class="css-1vb7dzs-heading-5-heading-5-heading-5-heading-4 e1ntqsop6">Sales and operations planning (S&amp;OP): A project manager’s guide</h3></div></a></div><div class="css-189ozan ep5lskw0"><a href="/resources/project-stakeholder" data-testid="resource-card" data-categories="project-management project-planning" class="css-bkwq71 e1ntqsop0"><div><div class="css-1nl39wy e8sk55l1"><div class="css-1b4920d e8sk55l0"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top:0;left:0;bottom:0;right:0"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="fill" class="css-0 e1ntqsop5" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img sizes="(min-width: 960px) 300px, 75vw" srcSet="https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="fill" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" class="css-0 e1ntqsop5" loading="lazy"/></noscript></span></div></div></div><div class="css-cns06v e1ntqsop4"><div color="green" class="css-dlxb0p e1ntqsop8"></div><span class="css-h1slwo-caps-small e1pbleva2">Article</span><h3 class="css-1vb7dzs-heading-5-heading-5-heading-5-heading-4 e1ntqsop6">What is stakeholder analysis and why is it important?</h3></div></a></div><div class="css-189ozan ep5lskw0"><a href="/resources/scope-management-plan" data-testid="resource-card" data-categories="project-planning " class="css-bkwq71 e1ntqsop0"><div><div class="css-1nl39wy e8sk55l1"><div class="css-1b4920d e8sk55l0"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top:0;left:0;bottom:0;right:0"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="fill" class="css-0 e1ntqsop5" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img sizes="(min-width: 960px) 300px, 75vw" srcSet="https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="fill" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" class="css-0 e1ntqsop5" loading="lazy"/></noscript></span></div></div></div><div class="css-cns06v e1ntqsop4"><div color="green" class="css-dlxb0p e1ntqsop8"></div><span class="css-h1slwo-caps-small e1pbleva2">Article</span><h3 class="css-1vb7dzs-heading-5-heading-5-heading-5-heading-4 e1ntqsop6">Scope management plan: What is it and how to create one</h3></div></a></div><div class="css-189ozan ep5lskw0"><a href="/resources/content-calendar-management-challenges-solutions" data-testid="resource-card" data-categories="marketing project-planning project-management" class="css-bkwq71 e1ntqsop0"><div><div class="css-1nl39wy e8sk55l1"><div class="css-1b4920d e8sk55l0"><span style="box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top:0;left:0;bottom:0;right:0"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" decoding="async" data-nimg="fill" class="css-0 e1ntqsop5" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img sizes="(min-width: 960px) 300px, 75vw" srcSet="https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:375&amp;format=webp 375w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:480&amp;format=webp 480w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:768&amp;format=webp 768w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:960&amp;format=webp 960w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:1120&amp;format=webp 1120w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:1440&amp;format=webp 1440w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:1680&amp;format=webp 1680w, https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:2560&amp;format=webp 2560w" src="https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image?io=transform:fill,width:2560&amp;format=webp" decoding="async" data-nimg="fill" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%" class="css-0 e1ntqsop5" loading="lazy"/></noscript></span></div></div></div><div class="css-cns06v e1ntqsop4"><div color="green" class="css-dlxb0p e1ntqsop8"></div><span class="css-h1slwo-caps-small e1pbleva2">Article</span><h3 class="css-1vb7dzs-heading-5-heading-5-heading-5-heading-4 e1ntqsop6">7 causes of content calendar chaos—and how to solve them</h3></div></a></div></div></section><footer class="siteFooter"><div class="siteFooter__main__wrapper py-2 py-sm-5"><div class="container -wide"><div class="siteFooter__row"><div class="siteFooter__logo mb-3 mb-md-0"><a href="/?noredirect" class="siteFooter__logo-icon css-0"><span class="sr-only">Asana Home</span><svg class="icon-svg icon-svg--dots icon--white" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="xMinYMin"><use xlink:href="/assets/svg/icons.svg#icon--dots"></use></svg></a></div><ul class="siteFooter__list"><li class="siteFooter__title">Asana</li><li class="siteFooter__item"><a href="/?noredirect" class="-white css-0">Home</a></li><li class="siteFooter__item"><a href="/product" class="-white css-0">Product</a></li><li class="siteFooter__item"><a href="/whats-new" class="-white css-0">What&#x27;s New</a></li><li class="siteFooter__item"><a href="/pricing" class="-white css-0">Pricing</a></li><li class="siteFooter__item"><a href="/plan/starter" class="-white css-0">Starter</a></li><li class="siteFooter__item"><a href="/plan/advanced" class="-white css-0">Advanced</a></li><li class="siteFooter__item"><a href="/enterprise" class="-white css-0">Enterprise</a></li><li class="siteFooter__item"><a href="/customer-success" class="-white css-0">Customer Success</a></li><li class="siteFooter__item"><a href="/templates" class="-white css-0">Asana Templates</a></li><li class="siteFooter__item"><a href="/trust" class="-white css-0">Trust &amp; Security</a></li><li class="siteFooter__item"><a href="https://status.asana.com" class="-white css-0" target="_blank" rel="noopener noreferrer">Status</a></li></ul><ul class="siteFooter__list"><li class="siteFooter__title">About Us</li><li class="siteFooter__item"><a href="/company" class="-white css-0">Company</a></li><li class="siteFooter__item"><a href="/leadership" class="-white css-0">Leadership</a></li><li class="siteFooter__item"><a href="/customers" class="-white css-0">Customers</a></li><li class="siteFooter__item"><a href="/diversity-and-inclusion" class="-white css-0">Diversity</a></li><li class="siteFooter__item"><a href="/jobs" class="-white css-0">Careers</a></li><li class="siteFooter__item"><a href="/press" class="-white css-0">Press</a></li><li class="siteFooter__item"><a href="https://wavelength.asana.com/" class="-white css-0" target="_blank" rel="noopener noreferrer">Wavelength</a></li><li class="siteFooter__item"><a href="/inside-asana" class="-white css-0" target="_blank" rel="noopener noreferrer">Inside Asana</a></li><li class="siteFooter__item"><a href="https://investors.asana.com/" class="-white css-0" target="_blank" rel="noopener noreferrer">Investor Relations</a></li><li class="siteFooter__item"><a href="/inside-asana/site-map" class="-white css-0">Sitemap</a></li><li class="siteFooter__item"><a href="/terms/modern-slavery-statement" class="-white css-0">Modern Slavery Transparency Statement</a></li></ul><ul class="siteFooter__list"><li class="siteFooter__title">Workflow Solutions</li><li class="siteFooter__item"><a href="/uses/project-management" class="-white css-0">Project Management</a></li><li class="siteFooter__item"><a href="/product/goals" class="-white css-0">Goal Management</a></li><li class="siteFooter__item"><a href="/uses/agile-management" class="-white css-0">Agile Management</a></li><li class="siteFooter__item"><a href="/uses/task-management" class="-white css-0">Task Management</a></li><li class="siteFooter__item"><a href="/uses/increase-productivity" class="-white css-0">Increase Productivity</a></li><li class="siteFooter__item"><a href="/uses/work-management" class="-white css-0">Work Management</a></li><li class="siteFooter__item"><a href="/uses/project-planning" class="-white css-0">Project Planning</a></li><li class="siteFooter__item"><a href="/uses/to-do-list" class="-white css-0">To Do Lists</a></li><li class="siteFooter__item"><a href="/uses" class="-white css-0">See All Uses</a></li><li class="siteFooter__item"><a href="/teams" class="-white css-0">See All Teams</a></li></ul><ul class="siteFooter__list"><li class="siteFooter__title">Resources</li><li class="siteFooter__item"><a href="/guide" class="-white css-0">Help Center</a></li><li class="siteFooter__item"><a href="https://forum.asana.com" class="-white css-0" target="_blank" rel="noopener noreferrer">Forum</a></li><li class="siteFooter__item"><a href="/support" class="-white css-0">Support</a></li><li class="siteFooter__item"><a href="/apps" class="-white css-0">App Directory</a></li><li class="siteFooter__item"><a href="https://developers.asana.com/docs/" class="-white css-0" target="_blank" rel="noopener noreferrer">Developers &amp; API</a></li><li class="siteFooter__item"><a href="/partners" class="-white css-0">Partners</a></li><li class="siteFooter__item"><a href="/community" class="-white css-0">Asana Community</a></li><li class="siteFooter__item"><a href="https://events.asana.com/" class="-white css-0" target="_blank" rel="noopener noreferrer">Events</a></li><li class="siteFooter__item"><a href="/nonprofit" class="-white css-0" target="_blank" rel="noopener noreferrer">Asana for Nonprofits</a></li><li class="siteFooter__item"><a href="/education" class="-white css-0" target="_blank" rel="noopener noreferrer">Asana for Education</a></li><li class="siteFooter__item"><a href="/accessibility" class="-white css-0" target="_blank" rel="noopener noreferrer">Accessibility</a></li></ul><ul class="siteFooter__list"><li class="siteFooter__title">Learn</li><li class="siteFooter__item"><a href="/resources/leadership-styles" class="-white css-0">11 Leadership Styles</a></li><li class="siteFooter__item"><a href="/resources/icebreaker-questions-team-building" class="-white css-0">110 Icebreaker Questions</a></li><li class="siteFooter__item"><a href="/resources/executive-summary-examples" class="-white css-0">Executive Summary Tips</a></li><li class="siteFooter__item"><a href="/resources/impostor-syndrome" class="-white css-0">Impostor Syndrome Tips</a></li><li class="siteFooter__item"><a href="/resources/what-is-burnout" class="-white css-0">Prevent Team Burnout</a></li><li class="siteFooter__item"><a href="/resources/swot-analysis" class="-white css-0">SWOT Analysis Tips</a></li><li class="siteFooter__item"><a href="/resources/okr-meaning" class="-white css-0">What are OKRs?</a></li><li class="siteFooter__item"><a href="/resources/smart-goals" class="-white css-0">What are SMART Goals?</a></li><li class="siteFooter__item"><a href="/resources/what-is-scope-creep" class="-white css-0">What is Scope Creep?</a></li><li class="siteFooter__item"><a href="/resources" class="-white css-0">See All resources</a></li></ul></div></div></div><div class="siteFooter__secondary__wrapper"><div class="container -wide"><div class="siteFooter__row"><div class="siteFooter__secondary__col-wrapper"><div class="siteFooter__secondary__col">© <!-- -->2024<!-- --> Asana, Inc.</div><div class="siteFooter__secondary__col"><div class="i18n-modal"><div class="i18n-globe"><svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 52 52" fill="white" preserveAspectRatio="xMinYMin" role="img" stroke="none"><svg x="10" y="10"><path d="M31,15.6L31,15.6C31,7,24.1,0.1,15.5,0.1C6.9,0.1,0,7,0,15.6c0,4.7,2.1,8.8,5.3,11.7l0.2,0.4c0,0,0.1,0,0.1-0.1c2.7,2.2,6.1,3.6,9.9,3.6c7.9,0,14.4-5.9,15.4-13.6H31V15.6z M29.1,15.6C29.1,15.6,29.1,15.6,29.1,15.6l-4.8,0c0-2.9-0.4-5.6-1.2-7.9c0.1-0.1,0.2-0.1,0.3-0.2c0.2-0.1,1.2-0.7,1.4-0.9c0.2-0.1,0.4-0.2,0.6-0.4C27.7,8.7,29.1,12,29.1,15.6z M23,25.8c0.3,0.2,0.6,0.4,0.9,0.5c-1,0.7-2,1.4-3.2,1.8c0.6-0.8,1.2-1.7,1.6-2.7C22.5,25.5,22.8,25.7,23,25.8z M8.9,25.7c0.4,0.9,0.9,1.7,1.5,2.4c-1-0.4-2-1-2.8-1.6c0.4-0.2,1-0.6,1.2-0.7C8.8,25.8,8.8,25.7,8.9,25.7z M8.7,15.6c0-2.5,0.4-4.9,1-6.9c1.5,0.5,3.1,0.8,4.8,0.8v6.1L8.7,15.6C8.7,15.6,8.7,15.6,8.7,15.6z M8.1,5.9C7.6,5.6,7.2,5.4,6.9,5.1c1-0.9,2.2-1.6,3.5-2.1C9.7,3.9,9.1,5,8.6,6.1C8.4,6.1,8.2,6,8.1,5.9z M22.3,5.8c-0.5-1.1-1-2-1.7-2.8c1.2,0.5,2.2,1.1,3.2,1.9c0,0-0.1,0-0.1,0.1C23.5,5.1,22.6,5.7,22.3,5.8C22.3,5.8,22.3,5.8,22.3,5.8z M16.5,2.2c1.6,0.5,3.1,2.1,4.1,4.5c-1.2,0.5-2.4,0.7-4.1,0.8V2.2z M14.5,2.2v5.4c-1.5,0-2.9-0.3-4.2-0.7C11.4,4.4,12.9,2.7,14.5,2.2z M14.5,17.5v4.6c-1.9,0.1-3.3,0.4-4.7,0.9c-0.5-1.6-0.9-3.5-1.1-5.5H14.5z M14.5,24.1V29c-1.5-0.5-2.9-2-3.9-4.1C11.7,24.4,12.9,24.2,14.5,24.1z M16.5,29v-4.9c1.4,0,2.8,0.2,4,0.6C19.4,27,18,28.5,16.5,29z M16.5,22.1v-4.6h5.7c-0.1,2-0.5,3.8-1,5.4C19.7,22.4,18.2,22.2,16.5,22.1z M16.5,15.6V9.5c2-0.1,3.4-0.4,4.8-0.9c0.6,2.1,1,4.5,1,7.1c0,0,0,0,0,0H16.5z M5.5,6.5c0.5,0.3,1,0.7,1.7,1.1C7.4,7.7,7.6,7.8,7.9,8c-0.7,2.3-1.1,4.9-1.1,7.6H1.9c0,0,0,0,0,0C1.9,12.1,3.3,8.9,5.5,6.5z M2.1,17.5h4.8C7,19.9,7.5,22,8.1,23.9C8,24,7.8,24.1,7.7,24.1c-0.2,0.1-1.2,0.7-1.4,0.9c-0.1,0.1-0.2,0.1-0.4,0.2C3.9,23.2,2.5,20.5,2.1,17.5z M25.3,25c-0.4-0.3-0.9-0.6-1.4-0.9c-0.3-0.2-0.6-0.3-0.9-0.5c0.6-1.8,1-3.9,1.2-6.1h4.8C28.5,20.4,27.2,23,25.3,25z"></path></svg></svg></div><div class="i18n-modal-link"><a href="#i18n" class="-white">Language</a></div></div><div style="display:none"><ul><li><a href="/id">Bahasa Indonesia</a></li><li><a href="/de">Deutsch</a></li><li><a href="/">English</a></li><li><a href="/es">Español</a></li><li><a href="/fr">Français</a></li><li><a href="/it">Italiano</a></li><li><a href="/ja">日本語</a></li><li><a href="/ko">한국어</a></li><li><a href="/nl">Nederlands</a></li><li><a href="/pl">Polski</a></li><li><a href="/pt">Português</a></li><li><a href="/ru">Русский</a></li><li><a href="/sv">Svenska</a></li><li><a href="/zh-tw">繁體中文</a></li></ul></div></div><div class="siteFooter__secondary__col siteFooter__secondary__col--terms"><div><a href="/terms" class="-white css-0">Terms</a> &amp; <a href="/terms/privacy-statement" class="-white css-0">Privacy</a></div></div><div class="siteFooter__secondary__col siteFooter__secondary__col--social"><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://twitter.com/intent/follow?screen_name=asana" class="css-yuiwnc e1huxitw0"><style data-emotion="css lfrbhm">.css-lfrbhm{background-color:#0D0E10;border-radius:16px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-lfrbhm svg{fill:#FFFFFF;}.css-lfrbhm:hover{background-color:#FFFFFF;}.css-lfrbhm:hover svg{fill:#0D0E10;}</style><a href="https://twitter.com/intent/follow?screen_name=asana" target="_blank" rel="noopener noreferrer" class="css-lfrbhm e1dfgc0i0"><svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol" aria-labelledby="twitter-title-id" aria-hidden="false"><title id="twitter-title-id">Twitter</title><path d="m9.51904,7.34694l5.24621,-5.97185l-1.24275,0l-4.5572,5.18421l-3.63712,-5.18421l-4.19603,0l5.50124,7.84019l-5.50124,6.26163l1.24275,0l4.80942,-5.47588l3.8419,5.47588l4.19603,0m-12.39881,-13.18409l1.90921,0l8.78893,12.31145l-1.90968,0"></path></svg></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://twitter.com/intent/follow?screen_name=asana" class="css-74bqn2-p-small e1huxitw1"></div></div><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://www.linkedin.com/company/asana" class="css-yuiwnc e1huxitw0"><style data-emotion="css lfrbhm">.css-lfrbhm{background-color:#0D0E10;border-radius:16px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-lfrbhm svg{fill:#FFFFFF;}.css-lfrbhm:hover{background-color:#FFFFFF;}.css-lfrbhm:hover svg{fill:#0D0E10;}</style><a href="https://www.linkedin.com/company/asana" target="_blank" rel="noopener noreferrer" class="css-lfrbhm e1dfgc0i0"><svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol" aria-labelledby="linkedin-title-id" aria-hidden="false"><title id="linkedin-title-id">Linkedin</title><path d="M4.63 14.784H1.858V5.913H4.63v8.871Zm-1.456-9.98h-.02c-1.003 0-1.654-.68-1.654-1.538 0-.876.67-1.54 1.694-1.54 1.022 0 1.651.662 1.671 1.537 0 .86-.65 1.54-1.691 1.54Zm12.548 9.98H12.58v-4.59c0-1.202-.49-2.021-1.573-2.021-.828 0-1.287.553-1.5 1.086-.08.19-.069.458-.069.725v4.8H6.323s.04-8.132 0-8.871h3.114v1.392c.184-.609 1.18-1.478 2.768-1.478 1.97 0 3.517 1.276 3.517 4.024v4.933Z"></path></svg></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://www.linkedin.com/company/asana" class="css-74bqn2-p-small e1huxitw1"></div></div><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://www.instagram.com/asana/" class="css-yuiwnc e1huxitw0"><style data-emotion="css lfrbhm">.css-lfrbhm{background-color:#0D0E10;border-radius:16px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-lfrbhm svg{fill:#FFFFFF;}.css-lfrbhm:hover{background-color:#FFFFFF;}.css-lfrbhm:hover svg{fill:#0D0E10;}</style><a href="https://www.instagram.com/asana/" target="_blank" rel="noopener noreferrer" class="css-lfrbhm e1dfgc0i0"><svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol" aria-labelledby="instagram-title-id" aria-hidden="false"><title id="instagram-title-id">Instagram</title><path d="M8.5 3.007c1.898 0 2.124.007 2.874.042 1.927.088 2.827 1.002 2.915 2.915.034.75.04.975.04 2.873 0 1.9-.006 2.124-.04 2.874-.088 1.91-.986 2.827-2.915 2.915-.75.034-.974.041-2.874.041-1.899 0-2.124-.007-2.874-.041-1.932-.089-2.827-1.007-2.915-2.916-.034-.75-.041-.974-.041-2.873 0-1.899.008-2.124.041-2.874.089-1.912.986-2.827 2.915-2.915.75-.034.975-.04 2.874-.04Zm0-1.281c-1.931 0-2.173.008-2.932.042-2.582.119-4.018 1.552-4.136 4.137-.035.759-.043 1-.043 2.932 0 1.931.008 2.173.042 2.932.119 2.582 1.552 4.018 4.137 4.136.759.035 1 .043 2.932.043 1.931 0 2.173-.008 2.932-.043 2.58-.118 4.019-1.551 4.136-4.136.035-.759.043-1.001.043-2.932 0-1.932-.008-2.173-.043-2.932-.116-2.58-1.55-4.018-4.136-4.136-.759-.035-1.001-.043-2.932-.043Zm0 3.46a3.652 3.652 0 1 0 0 7.303 3.652 3.652 0 0 0 0-7.304Zm0 6.021a2.37 2.37 0 1 1 0-4.74 2.37 2.37 0 0 1 0 4.74Zm3.796-7.02a.854.854 0 1 0 0 1.708.854.854 0 0 0 0-1.707Z"></path></svg></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://www.instagram.com/asana/" class="css-74bqn2-p-small e1huxitw1"></div></div><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://www.facebook.com/asana" class="css-yuiwnc e1huxitw0"><style data-emotion="css lfrbhm">.css-lfrbhm{background-color:#0D0E10;border-radius:16px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-lfrbhm svg{fill:#FFFFFF;}.css-lfrbhm:hover{background-color:#FFFFFF;}.css-lfrbhm:hover svg{fill:#0D0E10;}</style><a href="https://www.facebook.com/asana" target="_blank" rel="noopener noreferrer" class="css-lfrbhm e1dfgc0i0"><svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol" aria-labelledby="facebook-title-id" aria-hidden="false"><title id="facebook-title-id">Facebook</title><path d="m11.405 6.429-.163 2.128H9.06v7.39H6.304v-7.39H4.833V6.429h1.47v-1.43c0-.63.016-1.6.474-2.202.482-.64 1.145-1.071 2.283-1.071 1.854 0 2.635.264 2.635.264l-.367 2.179s-.613-.178-1.184-.178c-.572 0-1.084.205-1.084.777v1.66h2.345Z"></path></svg></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://www.facebook.com/asana" class="css-74bqn2-p-small e1huxitw1"></div></div><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://www.youtube.com/channel/UC2BoogM0AqwOJyoSp1S4ClQ" class="css-yuiwnc e1huxitw0"><style data-emotion="css lfrbhm">.css-lfrbhm{background-color:#0D0E10;border-radius:16px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-lfrbhm svg{fill:#FFFFFF;}.css-lfrbhm:hover{background-color:#FFFFFF;}.css-lfrbhm:hover svg{fill:#0D0E10;}</style><a href="https://www.youtube.com/channel/UC2BoogM0AqwOJyoSp1S4ClQ" target="_blank" rel="noopener noreferrer" class="css-lfrbhm e1dfgc0i0"><svg width="17" height="17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol" aria-labelledby="youtube-title-id" aria-hidden="false"><title id="youtube-title-id">Youtube</title><path d="M8.495 3.503s-4.764 0-5.96.311A1.97 1.97 0 0 0 1.19 5.17C.879 6.365.879 8.84.879 8.84s0 2.486.31 3.663a1.94 1.94 0 0 0 1.347 1.346c1.205.32 5.96.32 5.96.32s4.772 0 5.968-.31a1.894 1.894 0 0 0 1.337-1.347c.32-1.186.32-3.662.32-3.662s.01-2.486-.32-3.681a1.882 1.882 0 0 0-1.337-1.337c-1.196-.33-5.969-.33-5.969-.33ZM6.98 6.553l3.964 2.288-3.964 2.279V6.554Z"></path></svg></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://www.youtube.com/channel/UC2BoogM0AqwOJyoSp1S4ClQ" class="css-74bqn2-p-small e1huxitw1"></div></div></div><div class="siteFooter__secondary__col"><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://itunes.apple.com/us/app/asana-mobile/id489969512?mt=8" class="css-yuiwnc e1huxitw0"><a href="https://itunes.apple.com/us/app/asana-mobile/id489969512?mt=8" data-ois-button="true" class="siteFooter-mobile-button"><img class="" alt="Download app from App Store" style="opacity:0"/><noscript><img src="//luna1.co/Download_App_Store_Badge_US.svg" alt="Download app from App Store"/></noscript></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://itunes.apple.com/us/app/asana-mobile/id489969512?mt=8" class="css-74bqn2-p-small e1huxitw1"></div></div><style data-emotion="css yuiwnc">.css-yuiwnc{display:inline-block;position:relative;}.css-yuiwnc:hover .e1huxitw1,.css-yuiwnc:focus-within .e1huxitw1{opacity:1;transition-delay:300ms;}</style><div aria-describedby="https://play.google.com/store/apps/details?id=com.asana.app" class="css-yuiwnc e1huxitw0"><a href="https://play.google.com/store/apps/details?id=com.asana.app" data-android-button="true" class="siteFooter-mobile-button"><img class="" alt="Download app from Google Play" style="opacity:0"/><noscript><img src="//luna1.co/Google_Play_EN.svg" alt="Download app from Google Play"/></noscript></a><style data-emotion="css 74bqn2-p-small">.css-74bqn2-p-small{background-color:white;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.15);text-align:center;border-radius:6px;position:absolute;z-index:9999;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:pre-wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;pointer-events:none;font-size:12px;line-height:20px;font-weight:400;color:#0D0E10;padding:8px 12px;bottom:calc(100% + 12px);max-width:calc(16ch + 24px);opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;transition-delay:0;bottom:100%;top:auto;-webkit-transform:translateY(-8px) translateX(-50%);-moz-transform:translateY(-8px) translateX(-50%);-ms-transform:translateY(-8px) translateX(-50%);transform:translateY(-8px) translateX(-50%);}@media (min-width: 768px){.css-74bqn2-p-small{font-size:14px;line-height:24px;}}.css-74bqn2-p-small::after{content:"";position:absolute;border-width:5px;border-style:solid;top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}</style><div role="label" id="https://play.google.com/store/apps/details?id=com.asana.app" class="css-74bqn2-p-small e1huxitw1"></div></div></div></div></div></div></div></footer></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"page":{"_template":"resourceArticle","path":"/resources/project-constraints","title":"6 Project Constraints: Manage Them for Project Success [2023]","description":"Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. ","drift_enabled_notrans":true,"share_image":"https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg","pageTemplate":{"header":"6 project constraints and how to manage them for project success","body":{"nodeType":"document","data":{},"content":[{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"6ZFpcHWBDA6sYfJZ0RBDK3","type":"Entry","createdAt":"2021-11-29T20:50:52.379Z","updatedAt":"2024-02-19T13:11:54.308Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":6,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"callout"}},"locale":"en-US"},"fields":{"componentName":"callout","title":"Summary","body":"Project constraints are the general limitations of a project, including time, costs, and risks. Understanding project constraints is important because they affect project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them. ","cta":null}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Have you ever been to the circus and watched the performers do a balancing act? They somehow manage to hold multiple plates up in the air so gracefully that it feels like they must be using magic. But balancing doesn’t require magic—just focus and skill. If a performer were to misplace their hold on a single plate, all the plates would come crashing down. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Like a circus performance, ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"http://asana.com/resources/benefits-project-management"},"content":[{"nodeType":"text","value":"project management","marks":[],"data":{}}]},{"nodeType":"text","value":" is a balancing act. During the project life cycle, you’ll encounter various constraints, including time, costs, and risks. Part of your job as an effective project manager is learning how to balance these constraints in order to increase project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them. ","marks":[],"data":{}}]},{"nodeType":"heading-2","data":{},"content":[{"nodeType":"text","value":"What are project constraints?","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Project constraints are the general limitations that you need to account for during the project life cycle. For example, a cost constraint means that you’re limited to a specific project budget, while a time constraint means you must complete your project within a specified timeframe. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Most project constraints impact one another, which is why ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/theory-of-constraints"},"content":[{"nodeType":"text","value":"constraint management","marks":[],"data":{}}]},{"nodeType":"text","value":" is crucial for project success. If you decide that you must expand the ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/create-project-management-timeline-template"},"content":[{"nodeType":"text","value":"project timeline","marks":[],"data":{}}]},{"nodeType":"text","value":", then you’ll likely need more money to complete the project as well. Your project scope will also expand when the time and cost of your project expand. ","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"2JImEftc6v22t2FxnM3vd9","type":"Entry","createdAt":"2021-11-29T20:50:52.396Z","updatedAt":"2024-02-19T13:11:54.349Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":9,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"image"}},"locale":"en-US"},"fields":{"src":"https://assets.asana.biz/transform/2e634405-d9c1-4b02-b9c9-e2dd38d5b338/inline-project-planning-project-constraints-1-2x","alt":"[inline illustration] six constraints in project management (infographic)","width":1800,"height":2271}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"There are six common project constraints to consider as you make your way through the phases of project management. In this article, we’ll go through each constraint in detail and explain how you can manage it. No matter what type of project you’re working on, using project management software can help you visualize your ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-timeline-schedules"},"content":[{"nodeType":"text","value":"project schedule","marks":[],"data":{}}]},{"nodeType":"text","value":" and manage all of your project constraints in one place. ","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"3QhEXBD1WkLHj81sM5lxMo","type":"Entry","createdAt":"2022-10-19T18:51:25.345Z","updatedAt":"2024-02-19T13:11:54.527Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":38,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"cta"}},"locale":"en-US"},"fields":{"internalTitle":"[Button] See Asana in action - /go/demo","text":"See Asana in action","link":"/go/demo","isButton":true,"isSecondary":false}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"\n","marks":[],"data":{}}]},{"nodeType":"heading-2","data":{},"content":[{"nodeType":"text","value":"The triple constraints of project management","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"The triple constraints of project management—also known as the ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-triangle"},"content":[{"nodeType":"text","value":"project management triangle","marks":[],"data":{}}]},{"nodeType":"text","value":" or the iron triangle—are scope, cost, and time. You’ll need to balance these three elements in every project, and doing so can be challenging because they all affect one another. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"There are trade-offs when balancing scope, cost, and time, and you must decide what you’re willing to sacrifice in order to maintain project alignment and functionality. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"For example, your project can only stay within scope if your project’s budget and time allotments stay steady. If you want to finish the project in less time, your scope must also decrease to balance out the project unless you’re able to make adjustments to the budget.","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"3bMarKiaxKOOVICvEF75qJ","type":"Entry","createdAt":"2021-11-29T20:50:52.437Z","updatedAt":"2024-02-19T13:11:54.387Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":9,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"image"}},"locale":"en-US"},"fields":{"src":"https://assets.asana.biz/transform/5f0521d7-6fad-4346-a40a-e42459ff617d/inline-project-planning-project-constraints-2-2x","alt":"[inline illustration] balancing the triple constraint (infographic)","width":1800,"height":2041}}},"content":[]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Scope","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-scope"},"content":[{"nodeType":"text","value":"Project scope","marks":[],"data":{}}]},{"nodeType":"text","value":" refers to a project’s magnitude in terms of quality, detail, and deliverables. Time and money are dependencies of project scope, because as the project scope grows, the project will require more time and money to complete.","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"You’ll need to be aware of ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/what-is-scope-creep"},"content":[{"nodeType":"text","value":"scope creep","marks":[],"data":{}}]},{"nodeType":"text","value":" throughout each project phase and work hard to prevent it. You can prevent scope creep by creating detailed project plans and getting project stakeholders to sign off on everything before production begins.","marks":[],"data":{}}]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Cost","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Cost constraints include the ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-budget"},"content":[{"nodeType":"text","value":"project budget","marks":[],"data":{}}]},{"nodeType":"text","value":" as a whole and anything of financial value required for your project. Items that may be a cost constraint include:","marks":[],"data":{}}]},{"nodeType":"unordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Project cost","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Team member salaries","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Cost of equipment","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Cost of facilities","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Repair costs","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Material costs","marks":[],"data":{}}]}]}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Include any items in this section that require you to pull from your company’s financial resources.","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"5h33Z1s0f7wKmOSNbRfjvK","type":"Entry","createdAt":"2021-04-26T23:11:32.412Z","updatedAt":"2024-02-23T07:35:21.718Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":263,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"cta"}},"locale":"en-US"},"fields":{"internalTitle":"[Resources] project tracking (cta)","text":"Read: Your guide to getting started with resource management","link":"/resources/resource-management-plan","isButton":false,"isSecondary":false}}},"content":[]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Time","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/time-management-tips"},"content":[{"nodeType":"text","value":"Time management","marks":[],"data":{}}]},{"nodeType":"text","value":" is essential for project success, and there are various time constraints you’ll face during each phase of your project. When you try to increase your project timeline, there will be consequences like extended deadlines, adjustments to the","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/uses/team-calendar"},"content":[{"nodeType":"text","value":" team calendar","marks":[],"data":{}}]},{"nodeType":"text","value":", or less time for planning.","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Time elements in your project that can lead to constraints may include:","marks":[],"data":{}}]},{"nodeType":"unordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Overall ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/create-project-management-timeline-template"},"content":[{"nodeType":"text","value":"project timeline","marks":[],"data":{}}]},{"nodeType":"text","value":"","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Hours worked on project","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Internal calendars and goalposts","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Time allotted for planning and strategy","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Number of ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-phases"},"content":[{"nodeType":"text","value":"project phases","marks":[],"data":{}}]},{"nodeType":"text","value":"","marks":[],"data":{}}]}]}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Scope, cost, and time are called the iron triangle because these three constraints can be difficult to maneuver around each other while maintaining project quality. For example, if you cut your budget or increase your scope, you’ll likely need to compensate by loosening up on time. You can do this by extending deadlines, adding hours, or adjusting your ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-timeline-schedules"},"content":[{"nodeType":"text","value":"project schedule","marks":[],"data":{}}]},{"nodeType":"text","value":".","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}}]},{"nodeType":"heading-2","data":{},"content":[{"nodeType":"text","value":"Other common project constraints to consider","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"While scope, cost, and time are the triple constraints of project management, there are three other project constraints you may encounter in your project life cycle: risk, resources, and quality.","marks":[],"data":{}}]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Risk","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-risks"},"content":[{"nodeType":"text","value":"Project risks","marks":[],"data":{}}]},{"nodeType":"text","value":" are any unexpected occurrences that can affect your project. While most project risks are negative, some can be positive. For example, a new technology may be released while your project is in progress. This technology may help you finish your project quicker or it may cause more competition in the market and reduce your product value. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"You can determine project risks using ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-risk-management-process"},"content":[{"nodeType":"text","value":"risk analysis","marks":[],"data":{}}]},{"nodeType":"text","value":" and risk management strategies to keep them at bay. Some risks you may face include:","marks":[],"data":{}}]},{"nodeType":"unordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Stretched resources","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Operational mishaps","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Low performance","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Lack of clarity","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Scope creep","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"High costs","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Time crunch","marks":[],"data":{}}]}]}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Use a ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/risk-register"},"content":[{"nodeType":"text","value":"risk register","marks":[],"data":{}}]},{"nodeType":"text","value":" to assess the likelihood and severity for each project risk, then mitigate the most likely and severe risks first.","marks":[],"data":{}}]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Resources","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Resources tie closely with cost constraints on your project because these project requirements cost money. Without proper ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/resource-allocation"},"content":[{"nodeType":"text","value":"resource allocation","marks":[],"data":{}}]},{"nodeType":"text","value":", can experience lower project quality, an increased budget, and timeline delays. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Some resources to consider include:","marks":[],"data":{}}]},{"nodeType":"unordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"People","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Equipment or materials","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Facilities","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Software","marks":[],"data":{}}]}]}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Use a ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/resource-management-plan"},"content":[{"nodeType":"text","value":"resource management plan","marks":[],"data":{}}]},{"nodeType":"text","value":" to ensure you have the resources you need for every element of your project so that this constraint doesn’t negatively affect other project areas.","marks":[],"data":{}}]},{"nodeType":"heading-3","data":{},"content":[{"nodeType":"text","value":"Quality","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Project quality is the measure of how well your ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/what-are-project-deliverables"},"content":[{"nodeType":"text","value":"project deliverables","marks":[],"data":{}}]},{"nodeType":"text","value":" meet initial expectations. Every project constraint affects project quality because project quality is the ultimate result of your project. However, project quality is also its own constraint because there are aspects of the project that can result in poor quality that aren’t necessarily related to cost, time, resources, risk, or scope. These include:","marks":[],"data":{}}]},{"nodeType":"unordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Lack of communication","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Poor design or development skills","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Too many project changes","marks":[],"data":{}}]}]}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"You must manage project quality as its own entity while also balancing the other five project constraints if you hope to achieve high project performance. If you fail to manage your constraints, the result can be low project quality and low customer satisfaction.","marks":[],"data":{}}]},{"nodeType":"heading-2","data":{},"content":[{"nodeType":"text","value":"How to manage project constraints","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"There are strategies you can use to manage and balance project constraints as they arise. Using ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-methodologies"},"content":[{"nodeType":"text","value":"project management methodologies","marks":[],"data":{}}]},{"nodeType":"text","value":" like the PMBOK Guide’s ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-phases"},"content":[{"nodeType":"text","value":"phases of project management","marks":[],"data":{}}]},{"nodeType":"text","value":" and Agile practices, which encourage flexibility and collaboration, are a few ways to control project constraints.","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"3QhEXBD1WkLHj81sM5lxMo","type":"Entry","createdAt":"2022-10-19T18:51:25.345Z","updatedAt":"2024-02-19T13:11:54.527Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":38,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"cta"}},"locale":"en-US"},"fields":{"internalTitle":"[Button] See Asana in action - /go/demo","text":"See Asana in action","link":"/go/demo","isButton":true,"isSecondary":false}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"You can also use the following tips to strengthen your ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-plan"},"content":[{"nodeType":"text","value":"project management plan","marks":[],"data":{}}]},{"nodeType":"text","value":": ","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"dCmBji4G5xkoK08s3WRFZ","type":"Entry","createdAt":"2021-11-29T20:50:52.499Z","updatedAt":"2024-02-19T13:11:54.484Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":9,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"image"}},"locale":"en-US"},"fields":{"src":"https://assets.asana.biz/transform/56d4222a-847e-45be-b8a9-e3bc6ab0907a/inline-project-planning-project-constraints-3-2x","alt":"[inline illustration] 6 ways to manage project constraints (infographic)","width":1800,"height":3454}}},"content":[]},{"nodeType":"ordered-list","data":{},"content":[{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Understand your constraints: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"text","value":"You can’t manage your project constraints unless you understand what they are. Once you know your project constraints, you can plan around them. For example, during project planning, assess what risks you might face as well as what resources you’ll need and what those resources will cost.","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Plan and strategize: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"text","value":"When you consider all six of the most common constraints in your ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/project-management-plan"},"content":[{"nodeType":"text","value":"project plan","marks":[],"data":{}}]},{"nodeType":"text","value":", you can move forward with a better perspective for what’s ahead. Your project plan should include strategies to mitigate constraints and balance the triple constraints of scope, cost, and time. You can also implement strategies to address additional project constraints , like trying to prevent project risks from occurring.","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Control project quality: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"text","value":"You can control project quality by regularly monitoring your project plan and processes. As your team handles various tasks throughout project execution, use work management software to ensure everyone is staying on track. Establish a ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/resources/change-control-process"},"content":[{"nodeType":"text","value":"change control process","marks":[],"data":{}}]},{"nodeType":"text","value":" so that if changes occur, you can prevent scope creep.","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Manage risk: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"text","value":"Use risk analysis to identify, assess, and prepare for potential project risks. With a strong risk management plan in place, you can keep the most damaging project risks at bay and prepare for any unexpected risks that may occur.","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Communicate effectively: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/uses/team-communication"},"content":[{"nodeType":"text","value":"Team communication","marks":[],"data":{}}]},{"nodeType":"text","value":" is essential for successful management of project constraints. Without strong communication, you may think you’re balancing your constraints while another team member is unknowingly disrupting your hard work. When you discuss every aspect of the project with your team, you can work together to reach project goals. ","marks":[],"data":{}}]}]},{"nodeType":"list-item","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Embrace flexibility: ","marks":[{"type":"bold"}],"data":{}},{"nodeType":"text","value":"You must embrace flexibility in order to effectively balance project constraints. There will be times when you’ll need to compromise on project elements in order to stay within scope. If you aren’t flexible, you’ll end up sacrificing project quality. Keeping your customers or stakeholders satisfied should be your top priority, which means accepting trade-offs when necessary. ","marks":[],"data":{}}]}]}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"3pYaGwC5kkYCezXv7gDbeK","type":"Entry","createdAt":"2021-06-09T00:19:26.456Z","updatedAt":"2024-02-20T14:04:56.937Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":144,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"cta"}},"locale":"en-US"},"fields":{"internalTitle":"[Link] Read: What is change management? 6 steps to build a successful change management process - /resources/change-management-process","text":"Read: What is change management? 6 steps to build a successful change management process","link":"/resources/change-management-process","isButton":false,"isSecondary":true}}},"content":[]},{"nodeType":"heading-2","data":{},"content":[{"nodeType":"text","value":"See constraints in real time with project management tools","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Keep track of  your project constraints through every phase of the project life cycle in order to ensure the project quality meets stakeholder expectations. When you encounter a situation where you must adjust one project constraint, like the project schedule, consider how that will affect other project areas—like cost and scope—and balance your constraints as necessary. ","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Project management software can help you visualize project constraints in real time. When you need an efficient way to control elements of your project and share the information with others, the various tools available within a project management system like ","marks":[],"data":{}},{"nodeType":"hyperlink","data":{"uri":"https://asana.com/product"},"content":[{"nodeType":"text","value":"Asana","marks":[],"data":{}}]},{"nodeType":"text","value":" make it easy. ","marks":[],"data":{}}]},{"nodeType":"embedded-entry-block","data":{"target":{"metadata":{"tags":[]},"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"v26e80k8u0jb"}},"id":"3QhEXBD1WkLHj81sM5lxMo","type":"Entry","createdAt":"2022-10-19T18:51:25.345Z","updatedAt":"2024-02-19T13:11:54.527Z","environment":{"sys":{"id":"master","type":"Link","linkType":"Environment"}},"revision":38,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"cta"}},"locale":"en-US"},"fields":{"internalTitle":"[Button] See Asana in action - /go/demo","text":"See Asana in action","link":"/go/demo","isButton":true,"isSecondary":false}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}}]}]},"headings":{"what-are-project-constraints":"What are project constraints?","the-triple-constraints-of-project-management":"The triple constraints of project management","other-common-project-constraints-to-consider":"Other common project constraints to consider","how-to-manage-project-constraints":"How to manage project constraints","see-constraints-in-real-time-with-project-management-tools":"See constraints in real time with project management tools"},"showSidebarCta":true,"sidebarCtaText":"View Templates","sidebarCtaLink":"/templates","smallDeviceCTAText":null,"resourceHubUrl":"/resources/project-planning","relatedCards":[{"componentName":"resourceCard","title":"Sales and operations planning (S\u0026OP): A project manager’s guide","image":{"src":"https://assets.asana.biz/transform/674cf9e8-5e68-4ff8-83b1-a00d18daefbc/article-project-planning-sales-and-operation-planning-2x","alt":"Sales and operations planning article banner image","width":1696,"height":1131},"color":"green","tag":"Article","primaryCategory":{"name":"Project planning","color":"blue"},"secondaryCategories":[],"contributor":{"fullName":"Team Asana","title":"Content writer","image":{"src":"https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana","alt":"Team Asana contributor image","width":422,"height":374}},"publishDateRaw":"2024-02-23T00:00:00.000Z","publishDate":"February 23rd, 2024","readTime":13,"summary":"Have you been struggling to align teams at your organization? It’s a problem many project managers face. Thankfully, there’s a solution. Sales and operations planning is a six-ste ...","url":"/resources/sales-operations-planning","isRegionalized":false,"countryList":[]},{"componentName":"resourceCard","title":"What is stakeholder analysis and why is it important?","image":{"src":"https://assets.asana.biz/transform/e76edf62-d1b5-4e59-b1ef-1b3a379ba095/article-project-management-project-stakeholder-2x","alt":"Project stakeholder article banner image","width":1800,"height":1200},"color":"green","tag":"Article","primaryCategory":{"name":"Project management","color":"purple"},"secondaryCategories":[{"color":"blue","name":"Project planning"}],"contributor":{"fullName":"Julia Martins","title":"Writer","image":{"src":"https://assets.asana.biz/transform/95dfe19b-e0fc-4a58-9a51-f64a247045fb/blog_profile_photos_0008_Julia-Martins","alt":"Julia Martins contributor headshot","width":422,"height":374}},"publishDateRaw":"2024-02-22T00:00:00.000Z","publishDate":"February 22nd, 2024","readTime":8,"summary":"Think of your project as an Oscar-nominated movie. You won, and you have to go up and give your big speech. Who do you thank?In project management, those people would be your proj ...","url":"/resources/project-stakeholder","isRegionalized":false,"countryList":[]},{"componentName":"resourceCard","title":"Scope management plan: What is it and how to create one","image":{"src":"https://assets.asana.biz/transform/4d47c0ad-44e1-41c6-9475-105520bf150a/article-project-planning-scope-management-plan-2x","alt":"Scope management plan article banner image","width":1696,"height":1131},"color":"green","tag":"Article","primaryCategory":{"name":"Project planning","color":"blue"},"secondaryCategories":[],"contributor":{"fullName":"Team Asana","title":"Content writer","image":{"src":"https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana","alt":"Team Asana contributor image","width":422,"height":374}},"publishDateRaw":"2024-02-20T00:00:00.000Z","publishDate":"February 20th, 2024","readTime":8,"summary":"Managing the scope of a project is like driving a car. If you don’t keep your eyes in front of you, the car veers off the road. Similarly, if you don’t control your project scope, ...","url":"/resources/scope-management-plan","isRegionalized":false,"countryList":[]},{"componentName":"resourceCard","title":"7 causes of content calendar chaos—and how to solve them","image":{"src":"https://assets.asana.biz/transform/12003c0e-3744-476b-bdd8-8145d0f747c5/Content-Calendar-Management-article-image","alt":"Banner image for an article on content calendar management. Shows a photograph of a woman in a business setting overlaid with illustrations of a content calendar.","width":1800,"height":1200},"color":"green","tag":"Article","primaryCategory":{"name":"Marketing","color":"green"},"secondaryCategories":[{"color":"blue","name":"Project planning"},{"color":"purple","name":"Project management"}],"contributor":{"fullName":"Whitney Vige","title":"Content writer","image":{"src":"https://assets.asana.biz/transform/d2463e8f-da48-4e87-883e-889a1322ae8a/Headshot_Whitney-Vige","alt":"Whitney Vige headshot","width":422,"height":374}},"publishDateRaw":"2024-02-14T00:00:00.000Z","publishDate":"February 14th, 2024","readTime":6,"summary":"From insightful blog posts to engaging social media campaigns, every piece of content your brand creates serves as a cornerstone of its identity. But the more your organization cr ...","url":"/resources/content-calendar-management-challenges-solutions","isRegionalized":false,"countryList":[]}],"resourceCard":{"componentName":"resourceCard","title":"6 project constraints and how to manage them for project success","image":{"src":"https://assets.asana.biz/transform/d2fc6c72-205a-4ec2-9540-603759e4e986/article-project-planning-project-constraints-2x","alt":"6 project constraints and how to manage them for project success article banner image","width":1696,"height":1131},"color":"green","tag":"Article","primaryCategory":{"name":"Project planning","color":"blue"},"secondaryCategories":[{"name":"Project management","color":"purple"}],"contributor":{"fullName":"Team Asana","title":"Content writer","image":{"src":"https://assets.asana.biz/transform/e3b2b99c-0649-4493-ba5b-356999d2acb5/Team-Asana","alt":"Team Asana contributor image"},"pagePath":"/author/team-asana"},"publishDateRaw":"2022-11-05","publishDate":"November 5th, 2022","readTime":5,"summary":"Have you ever been to the circus and watched the performers do a balancing act? They somehow manage to hold multiple plates up in the air so gracefully that it feels like they mus ...","url":"/resources/project-constraints","isRegionalized":false,"countryList":[],"reactKey":"3uwNXetwPN46Yk1B97t99g"}},"canonical":"https://asana.com/resources/project-constraints","meta":{"seoTitle":"6 Project Constraints: Manage Them for Project Success [2023]","seoDescription":"Project constraints are factors that limit a project. In this piece, we’ll discuss project constraints in detail and explain how to manage them. ","seoKeywords":null,"canonicalUrl":null,"shareImage":"https://assets.asana.biz/m/16375cc61527f14f/webimage-article-project-planning-project-constraints-2x.jpg","noIndex":null,"noFollow":null,"socialTitle":null,"socialDescription":null,"tags":["productHigh"],"sameAs":null},"clientLogs":[],"socialTitle":null,"socialDescription":null},"globals":{"_translationos_filter":"asana","_xml_head_":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e","global_language":"en","path_to_press_releases":"/press/releases","title":"Move work forward","description":"The easiest way for teams to track work, and get results. Do great things together.","img_alt":false,"img_title":false,"backup_img_alt":"Image alt not available","backup_img_title":"Image title not available","global_site_share_image":"https://assets.asana.biz/m/4aecf2c7c66aa51b/original/asana-meta-coral-1x.png","global_site_description":"Asana is the easiest way for teams to track their work. From tasks and projects to conversations and dashboards, Asana enables teams to move work from start to finish—and get great results.","global_site_fb_app_id":"444494130454","global_enterpriseKeyManagement_link":"https://help.asana.com/hc/articles/14101076971803-Enterprise-Key-Management-EKM-","global_CTAsignupGAuth":"Use Google Account","global_CTAcontinueWithGoogle":"Continue with Google","global_CTAsignupEmail":"Try for free","global_CTAsignupEmail_old_skin":"Get started","global_CTAsignup_localized":"Get started","global_CTAsignupWithoutFree":"Try for free","global_CTAsignupProgress":"Signing Up","global_CTAsignupSuccess":"Success!","global_CTAexploreAsana":"Explore Asana","global_CTAcontinueFromButton":"Continue","global_CTAsignupTrial":"Try for free","global_CTAloginTrial":"Try for free","global_CTAloginGAuth":"Use Google Account","global_CTAloginEmail":"Log In","global_CTAloginProgress":"Logging In","global_CTAloginButtonTitle":"Try Asana","global_or":"or","global_CTAverifyEmail":"Send Verification Email","global_CTArestartWithWorkEmail":"Enter a work email address","global_CTAverifyEmailWork":"Yes, this is my work email","global_CTAverifyEmailPersonal":"Continue with my email","global_CTAexplainModal":"Why are we asking?","global_CTAcompleteSignup":"Sign up","global_CTAexplanWhy":"Asana is built for teams to track their work, and the only way to auto-connect with other people in your company is by signing up with your work email address. \u003ca href='/guide/team/onboard/adding-people' target='_blank' rel='noopener noreferrer'\u003eLearn more\u003c/a\u003e","global_CTAsignupText":"Don't have an account? \u003ca href='#signup'\u003eGet started\u003c/a\u003e","global_CTAsignupTrialText":"Don't have an account? \u003ca href='/create-account'\u003eSign up\u003c/a\u003e","global_CTAsignupLegalese":"By signing up, I agree to the Asana \u003ca href='/terms/privacy-statement'\u003ePrivacy Policy\u003c/a\u003e and \u003ca href='/terms/terms-of-service'\u003eTerms of Service\u003c/a\u003e.","global_CTAsignupDomainInvalid":"Are you sure this address can receive email? If so, please continue.","global_CTAsignupDomainClose":"Are you sure this address is correct? Did you mean \u003cspan class='suggested-email -bold'\u003eaccount@domain.com\u003c/span\u003e?","global_CTAsignupBadFormat":"Something doesn't look right. Please check the email and try again","global_CTAsignupDomainInvalidFromInvite_1":"Looks like you don't have a","global_CTAsignupDomainInvalidFromInvite_2":"email address.","global_CTAsignupDomainInvalidFromInvite_3":"\u003ca href='/create-account'\u003eSign up\u003c/a\u003e to create your own project.","global_salesSignUpBadFormatEmail":"Something doesn't look right. Please check the email and try again","global_salesSignUpPersonalEmail":"Please provide a valid Company Email.","global_partnershipSignUpPersonalEmail":"Please sign up with your business practice email. We do not accept personal email addresses (e.g. jennyforrest@gmail.com) for setting up your account. If you run into any issues, please \u003ca href='https://form.jotform.com/220864619371056'\u003efill out this support form\u003c/a\u003e for assistance.","global_invalidPartnershipValue":"Something doesn't look right. Please check partnership info and try again.","global_salesSignUpSelectItemInList":"Please select an item in the list.","global_salesSignUpFillItem":"Please fill out this field.","global_recaptchaNotice":"This site is protected by reCAPTCHA and the Google \u003ca href='https://policies.google.com/privacy'\u003ePrivacy Policy\u003c/a\u003e and \u003ca href='https://policies.google.com/terms'\u003eTerms of Service\u003c/a\u003e apply.","global_CTAautoJoin":"Team already using Asana? Join them.","global_CTAcontactSales":"Contact sales","global_CtaUpgrade":"Upgrade","global_CtaUpgradeHref":"https://app.asana.com/0/billing/pricing","global_CtaCreateProjectHref":"https://app.asana.com/-/create_project","global_CtaTrialHref":"/create-account","global_CtaFreeSignupHref":"#signup","global_CtaSignUpForFree":"Sign up for free","global_CtaContactSalesHref":"/sales","global_navCtaOnclickSetDefaultPlanTier_notrans":"AsanaHelpers.tier.setTierPremium();","global_placeholderEmail":"name@company.com","global_placeholderPassword":"Password","global_labelEmail":"Email Address","global_labelPassword":"Password","global_search_placeholder":"Search for help on specific topics","global_signupEmailNotValid":"Oops, looks like that's not a valid email.","global_alreadyHaveAccountGAuth":"Looks like you already have an account. Please sign in.","global_alreadyHaveAccountEmail":"Looks like you already have an account. Please sign in.","global_forgotPassword":"Forgot password?","global_try_link_trial":"Already using Asana?\u003cbr\u003e\u003ca href='https://app.asana.com/-/upgrade?trial=true'\u003eLog in\u003c/a\u003e to activate your free trial of Asana.","global_CTAgoToAppDesktop":"Go to Asana","global_CTAgoToAppiOS":"Go to Asana","global_CTAlaunchAsana":"Launch Asana","global_AppStoreLinkIOS":"https://itunes.apple.com/us/app/asana-mobile/id489969512?mt=8","global_AppStoreCTAIOS":"Download App","global_AppStoreIOSButton":"//luna1.co/Download_App_Store_Badge_US.svg","global_AppStoreLinkAndroid":"https://play.google.com/store/apps/details?id=com.asana.app","global_AppStoreCTAAndroid":"Download App","global_AppStoreAndroidButton":"//luna1.co/Google_Play_EN.svg","global_CTAsignupEmailList":"Submit","global_signupEmailListSuccess":"Thank you for subscribing!","global_verificationHeadline_sso":"Please verify your email address","global_verificationHeadline_pin":"We emailed you a code","global_verificationCheckEmail_google":"If you don't want to continue with Google, complete your signup through the email we sent to your email address.","global_verificationCheckEmail_saml":"If you don't want to continue here, complete your signup through the email we sent to your email address.","global_verificationCheckEmail_inbox":"Check your email inbox for a verification email.","global_verificationCheckEmail_pin":"We sent a six digit code to","global_verification_getStarted":"Get started with","global_verification_continue":"Continue with Google to verify","global_verification_continue_saml":"Continue with your company's login to verify","global_verification_enterCode":"Enter the code below:","global_verification_noEmail":"Didn't receive an email?","global_verification_clickCTA":"Click here.","global_verification_yourEmail":"your email","global_verification_optionText":"Or","global_verification_resendEmail":"Resend email.","global_verification_emailSent":"Email sent.","global_verification_verifyPinCTA":"Verify","global_verification_resendPin":"Resend code","global_verification_didNotReceiveEmail":"Didn't receive an email? Try checking your junk folder.","global_verificationHeadline_pinIncorrectErrorMessage":"You've entered an incorrect code. Please check the code and try again.","global_verificationHeadline_tooManyTriesErrorMessage":"You've entered an incorrect code too many times. Please wait a few minutes before trying again.","global_verificationHeadline_pinErrorMessage":"Something doesn't look right. Please check the code and try again.","global_navbar_Product":"Product","global_navbar_Customers":"Customers","global_navbar_LearnMore":"Learn more","global_navbar_Pricing":"Pricing","global_navbar_Premium":"Starter","global_navbar_Enterprise":"Enterprise","global_navbarGuide_Help":"Help","global_navbarAsanapedia_Brand":"Brand","global_navbarAsanapedia_Bizneyland":"Bizneyland","global_navbarAsanapedia_BizTech":"BizTech","global_navDev_Support":"Support","global_navDev_Api":"API Reference","global_navDev_Asana":"Asana","global_navDev_Product":"Product","global_navDev_Customers":"Customers","global_navDev_Pricing":"Pricing","global_navDev_Blog":"Blog","global_navDev_About":"About Us","global_navDev_Company":"Company","global_navDev_Jobs":"Jobs","global_navDev_Press":"Press","global_navDev_Engineering":"Engineering","global_navDev_Help":"Help","global_navDev_Terms":"Terms \u0026 Privacy","global_navDev_Contact":"Contact Us","global_navDev_Dev":"Developers","global_navDev_Apps":"Apps \u0026 Social","global_navDev_Int":"Integrations","global_navDev_ios":"iOS","global_navDev_Android":"Android","global_searchSubmit":"Submit","lessons_AsanaLessons":"Asana Lessons","lessons_LearnBasics":"Learn the Asana basics in less than 15 minutes with these quick lessons","global_sidebar_header":"Jump to section","global_min_read":"min read","marketo_short_form_ids_notrans":[{"language_notrans":"en","form_id":"387"},{"language_notrans":"fr","form_id":"388"},{"language_notrans":"de","form_id":"389"},{"language_notrans":"ja","form_id":"390"},{"language_notrans":"pt","form_id":"391"},{"language_notrans":"es","form_id":"392"}],"marketo_long_form_ids_notrans":[{"language_notrans":"en","form_id":"393"},{"language_notrans":"fr","form_id":"394"},{"language_notrans":"de","form_id":"395"},{"language_notrans":"ja","form_id":"396"},{"language_notrans":"pt","form_id":"397"},{"language_notrans":"es","form_id":"398"}],"marketo_sales_form_ids_notrans":[{"language_notrans":"en-us","form_id":"433"},{"language_notrans":"en","form_id":"432"},{"language_notrans":"fr","form_id":"435"},{"language_notrans":"de","form_id":"436"},{"language_notrans":"ja","form_id":"509"},{"language_notrans":"pt","form_id":"438"},{"language_notrans":"es","form_id":"439"}],"marketo_munchkin_id":"784-XZD-582","marketo_munchkin_id_sandbox":"733-SJI-039","marketo_form_base_url":"//resources.asana.com","marketo_form_base_url_sandbox":"//na-ab39.marketo.com","marketo_success_redirect_url":"/resources/thank-you/","header_nav_from":false,"global_resources_related_header":"Related resources","global_resources_filter_by_type":"Filter by type","global_resources_apply":"Apply","global_resources_pagination_newer":"Newer","global_resources_pagination_older":"Older","global_resources_microcopy_related_hubs":"Explore resource hubs","global_resources":"Resources","global_modals":[{"modal_id_notrans":"signup","modal_class_notrans":"signup","tabindex_origin":70,"modal_img_src":"https://luna1.co/005100.png","modal_title":"Sign up","modal_content":"Please use your work email address, so we can connect you with your team in Asana.","modal_footer":false,"modal_flow":true,"premium_reminder_premium_cta":"Try Starter for Free","premium_reminder_basic_cta":"Continue with Personal","premium_reminder_image_src":"https://luna1.co/50311b.png"},{"modal_id_notrans":"get-started","modal_class_notrans":"signup","tabindex_origin":4000,"modal_title":"Try Asana for free","modal_content":"Please use your work email address, so we can connect you with your team in Asana.","modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":"https://luna1.co/005100.png"},{"modal_id_notrans":"try","modal_class_notrans":"signup","tabindex_origin":4000,"modal_title":"Start your free trial","modal_content":"Please use your work email address so we can connect you with your team in Asana.","modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":false},{"modal_id_notrans":"trial","modal_class_notrans":"signup","tabindex_origin":4000,"modal_title":"Start your free trial","modal_content":"Please use your work email address so we can connect you with your team in Asana.","modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":false},{"modal_id_notrans":"buy-starter","modal_class_notrans":"signup","tabindex_origin":4000,"modal_title":"Get Asana Starter","modal_content":"Please use your work email address, so we can connect you with your team in Asana.","modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":"https://luna1.co/005100.png"},{"modal_id_notrans":"buy-advanced","modal_class_notrans":"signup","tabindex_origin":4000,"modal_title":"Get Asana Advanced","modal_content":"Please use your work email address, so we can connect you with your team in Asana.","modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":"https://luna1.co/005100.png"},{"modal_id_notrans":"loading","modal_class_notrans":"loading","tabindex_origin":9000,"modal_title":false,"modal_content":false,"modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":false},{"modal_id_notrans":"signup-failed","modal_class_notrans":"signup-failed","tabindex_origin":10000,"modal_title":"Oops, we couldn't sign you up!","modal_content":"We tried, but there was a problem creating your account. Please close this window and try again!","modal_error_invalid_email_domain_provider":{"modal_title":"Check your email address","modal_content":"The email you provided is invalid. Please try again."},"modal_form":false,"modal_footer":false,"modal_flow":true,"modal_img_src":false},{"modal_id_notrans":"unsupported-browser","modal_class_notrans":"unsupported-browser","tabindex_origin":7500,"modal_title":"Sorry, we don't support this browser","modal_content":"Asana doesn't work with the internet browser you are currently using. Please sign up using one of these \u003ca href='/guide/help/faq/connectivity#gl-browsers'\u003esupported browsers\u003c/a\u003e instead.","modal_form":false,"modal_footer":false,"modal_flow":false,"modal_img_src":false},{"modal_id_notrans":"i18n","modal_class_notrans":"i18n","tabindex_origin":7500,"modal_title":"Choose your language","modal_content":"Selecting a language changes the language and/or content on asana.com","modal_form":false,"modal_footer":false,"modal_flow":false,"modal_img_src":"https://luna1.co/005100.png"}],"modal_request_translate":"Thanks for your feedback. We will prioritize this page for translation.","share_actions":"facebook|twitter|linkedin|email","share_facebook_tooltip_title":"Share on Facebook","share_facebook_tooltip_body":"Share this article with your friends on their newsfeed.","share_twitter_tooltip_title":"Share on Twitter","share_twitter_tooltip_body":"Let your followers know about this article.","share_linkedin_tooltip_title":"Share on LinkedIn","share_linkedin_tooltip_body":"Share this article on your LinkedIn feed.","share_email_tooltip_title":"Share by Email","share_email_tooltip_body":"Send a link to this article to your team.","global_jobs_email_subject_start":"Asana is looking for","share_download_tooltip_title":"Download a copy","share_download_tooltip_body":"Save this pdf or document to your desktop.","share_permalink_tooltip_title":"Copy Link","share_permalink_tooltip_success":"Link Copied","hide_tooltips":false,"download_link":false,"asana_lessons":[{"name":"Tasks","data_name_notrans":"tasks","color":"green","image":"https://luna1.co/e9753a.png","description":"Track all of your work","completion_time":"3 Minutes","panels":[{"panel_image":"https://luna1.co/c541ca.png","panel_text":"You can use \u003cstrong\u003etasks\u003c/strong\u003e to track, collaborate on, and organize all your work."},{"panel_image":"https://luna1.co/aeb3c3.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eTasks\u003c/strong\u003e can be to-dos, ideas, notes, or reminders."},{"panel_image":"https://luna1.co/00b440.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eAssign\u003c/strong\u003e a task to yourself or a teammate.","panel_subtext":"Press \u003cstrong\u003eTab+M\u003c/strong\u003e to quickly assign a task to yourself."},{"panel_image":"https://luna1.co/bcb35a.gif","panel_image_screenshot":true,"panel_text":"Add a \u003cstrong\u003edue date\u003c/strong\u003e so your deadline is clear."},{"panel_image":"https://luna1.co/c284a0.gif","panel_image_screenshot":true,"panel_text":"Add instructions and expectations in the task \u003cstrong\u003edescription\u003c/strong\u003e field."},{"panel_image":"https://luna1.co/369eff.gif","panel_image_screenshot":true,"panel_text":"Type \u003cstrong\u003e@\u003c/strong\u003e to link to other tasks, people, conversations, or projects."},{"panel_image":"https://luna1.co/d252b0.gif","panel_image_screenshot":true,"panel_text":"When you @mention someone, they’ll be added to your task as a \u003cstrong\u003efollower\u003c/strong\u003e.","panel_subtext":"Followers get notified when new comments or attachments are added."},{"panel_image":"https://luna1.co/45c693.gif","panel_image_screenshot":true,"panel_text":"Add anyone who needs to stay up to date on your task as a \u003cstrong\u003efollower\u003c/strong\u003e.","panel_subtext":"They can always unfollow to stop getting notifications on your task."},{"panel_image":"https://luna1.co/1a0e92.gif","panel_image_screenshot":true,"panel_text":"Add \u003cstrong\u003ecomments\u003c/strong\u003e to ask questions or give followers updates.","panel_subtext":"Heart a comment to let followers know you’ve seen it."},{"panel_image":"https://luna1.co/bc3c54.gif","panel_image_screenshot":true,"panel_text":"Add relevant files or irrelevant GIFs as \u003cstrong\u003eattachments\u003c/strong\u003e.","panel_subtext":"You can also attach directly from \u003cstrong\u003eDropbox\u003c/strong\u003e, \u003cstrong\u003eGoogle Drive\u003c/strong\u003e, or \u003cstrong\u003eBox\u003c/strong\u003e."},{"panel_image":"https://luna1.co/5e330a.gif","panel_image_screenshot":true,"panel_text":"Create subtasks to break your task into smaller steps.","panel_subtext":"When you’ve added a subtask, press \u003cstrong\u003eenter\u003c/strong\u003e to add another."},{"panel_image":"https://luna1.co/fb7010.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eSubtasks\u003c/strong\u003e can contain all the same details as regular tasks.","panel_subtext":"Click the \u003cstrong\u003ecomment bubble\u003c/strong\u003e to add comments or attachments to a subtask."},{"panel_image":"https://luna1.co/aad1da.gif","panel_image_screenshot":true,"panel_text":"You can create tasks from any screen using your \u003cstrong\u003etop bar\u003c/strong\u003e."},{"panel_image":"https://luna1.co/37751e.gif","panel_image_screenshot":true,"panel_text":"Every Task has a unique URL to easily copy and share."},{"panel_image":"https://luna1.co/381864.png","panel_text":"\u003cstrong\u003eCongrats!\u003c/strong\u003e Looks like you’re up to the task.","panel_subtext":"On to the \u003ca data-target='lessons-list'\u003enext lesson\u003c/a\u003e!"}]},{"name":"My Tasks","data_name_notrans":"my tasks","color":"purple","image":"https://luna1.co/206a5e.png","description":"Always know what to do next","completion_time":"3 Minutes","panels":[{"panel_image":"https://luna1.co/e585b1.png","panel_text":"Always know what to do next with \u003cstrong\u003eMy Tasks\u003c/strong\u003e."},{"panel_image":"https://luna1.co/6ac79c.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eMy Tasks\u003c/strong\u003e is a list of every task assigned to you.","panel_subtext":"It makes managing your work simple."},{"panel_image":"https://luna1.co/eb4ebc.gif","panel_image_screenshot":true,"panel_text":"Click on your \u003cstrong\u003eMy Tasks\u003c/strong\u003e list and start typing to add tasks.","panel_subtext":"Like a text document, add a new line for each new task or paste in any list."},{"panel_image":"https://luna1.co/04c64b.gif","panel_image_screenshot":true,"panel_text":"Forward to x@mail.asana.com to turn your \u003cstrong\u003eemails\u003c/strong\u003e into tasks.","panel_subtext":"Asana will translate your email into a task, including your attachments."},{"panel_image":"https://luna1.co/62dd80.gif","panel_image_screenshot":true,"panel_text":"New tasks will appear at the top of your list in \u003cstrong\u003eRecently Assigned\u003c/strong\u003e."},{"panel_image":"https://luna1.co/a1f914.gif","panel_image_screenshot":true,"panel_text":"Tasks you add to \u003cstrong\u003eMy Tasks\u003c/strong\u003e are private to you.","panel_subtext":"Click \u003cstrong\u003eMake Public\u003c/strong\u003e to share them with your team."},{"panel_image":"https://luna1.co/00b440.gif","panel_image_screenshot":true,"panel_text":"Prioritize tasks as \u003cstrong\u003eToday\u003c/strong\u003e, \u003cstrong\u003eUpcoming\u003c/strong\u003e, or \u003cstrong\u003eLater\u003c/strong\u003e.","panel_subtext":"Click on the blue dot next to the task, to quickly sort it."},{"panel_image":"https://luna1.co/7ab18c.gif","panel_image_screenshot":true,"panel_text":"Mark the tasks you’ll have time for \u003cstrong\u003eToday\u003c/strong\u003e."},{"panel_image":"https://luna1.co/3937b4.gif","panel_image_screenshot":true,"panel_text":"Teammates can view your \u003cstrong\u003eMy Tasks\u003c/strong\u003e list to see what you’re up to.","panel_subtext":"They’ll only see tasks you’ve made public or shared in a project (more on projects later)."},{"panel_image":"https://luna1.co/a56912.gif","panel_image_screenshot":true,"panel_text":"Mark tasks due within a week as \u003cstrong\u003eUpcoming\u003c/strong\u003e so you can see what will be due soon."},{"panel_image":"https://luna1.co/f45af5.gif","panel_image_screenshot":true,"panel_text":"On its due date, your task will move from \u003cstrong\u003eUpcoming\u003c/strong\u003e to \u003cstrong\u003eToday\u003c/strong\u003e.","panel_subtext":"Just like magic."},{"panel_image":"https://luna1.co/cb539f.gif","panel_image_screenshot":true,"panel_text":"Mark tasks due in more than a week for \u003cstrong\u003eLater\u003c/strong\u003e.","panel_subtext":"They’ll be out of your way until their due date approaches."},{"panel_image":"https://luna1.co/5f8262.gif","panel_image_screenshot":true,"panel_text":"Your tasks will move from \u003cstrong\u003eLater\u003c/strong\u003e to \u003cstrong\u003eUpcoming\u003c/strong\u003e a week before they’re due."},{"panel_image":"https://luna1.co/e5ef39.gif","panel_image_screenshot":true,"panel_text":"Keep \u003cstrong\u003eMy Tasks\u003c/strong\u003e prioritized to always know what to work on and what’s coming next."},{"panel_image":"https://luna1.co/96ca49.png","panel_text":"Now you know how to track and plan your work!","panel_subtext":"\u003ca data-target='lessons-list'\u003eNext\u003c/a\u003e, learn how to work with your team in Asana."}]},{"name":"Projects","data_name_notrans":"projects","color":"coral","image":"https://luna1.co/635e98.png","description":"Work with teammates","completion_time":"3 Minutes","panels":[{"panel_image":"https://luna1.co/96a3fc.png","panel_text":"Work together on groups of tasks with \u003cstrong\u003eprojects\u003c/strong\u003e."},{"panel_image":"https://luna1.co/4b2b6b.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eProjects\u003c/strong\u003e help you track and organize the steps in a process or initiative.","panel_subtext":"Like an event plan, product launch, or editorial calendar."},{"panel_image":"https://luna1.co/f12f08.gif","panel_image_screenshot":true,"panel_text":"Like \u003cstrong\u003eMy Tasks\u003c/strong\u003e, simply click and type to add tasks to your project.","panel_subtext":"If you have your steps in a document or email already, paste in that list."},{"panel_image":"https://luna1.co/d74245.gif","panel_image_screenshot":true,"panel_text":"Add tasks to your project from \u003cstrong\u003eemail\u003c/strong\u003e.","panel_subtext":"View your project’s unique email address from the project dropdown menu."},{"panel_image":"https://luna1.co/592235.gif","panel_image_screenshot":true,"panel_text":"Add your tasks to other related projects.","panel_subtext":"Tasks can be included in multiple projects."},{"panel_image":"https://luna1.co/df6f5e.gif","panel_image_screenshot":true,"panel_text":"Add \u003cstrong\u003esections\u003c/strong\u003e to organize tasks in a list project.","panel_subtext":"Type \u003cstrong\u003eTab+N\u003c/strong\u003e in any task row to create a new section."},{"panel_image":"https://luna1.co/23714f.gif","panel_image_screenshot":true,"panel_text":"Or, add \u003cstrong\u003ecolumns\u003c/strong\u003e to organize tasks in a boards project.","panel_subtext":"Drag and drop tasks between or within columns to reorder."},{"panel_image":"https://luna1.co/e8a5a1.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eAssign\u003c/strong\u003e your tasks and set \u003cstrong\u003edue dates\u003c/strong\u003e."},{"panel_image":"https://luna1.co/3074b8.gif","panel_image_screenshot":true,"panel_text":"Never miss a deadline with your project \u003cstrong\u003ecalendar\u003c/strong\u003e.","panel_subtext":"Drag and drop tasks on your calendar to change their due dates."},{"panel_image":"https://luna1.co/57a6bb.gif","panel_image_screenshot":true,"panel_text":"Add everyone who needs to stay updated on your project as \u003cstrong\u003emembers\u003c/strong\u003e.","panel_subtext":"Project members will get notified of new conversations, statuses, and tasks."},{"panel_image":"https://luna1.co/175733.gif","panel_image_screenshot":true,"panel_text":"Post \u003cstrong\u003econversations\u003c/strong\u003e to make announcements or start discussions.","panel_subtext":"Your post will be sent to all project members."},{"panel_image":"https://luna1.co/852f40.gif","panel_image_screenshot":true,"panel_text":"Use \u003cstrong\u003eProgress\u003c/strong\u003e to see how your project is moving forward."},{"panel_image":"https://luna1.co/84f8d0.gif","panel_image_screenshot":true,"panel_text":"Set a project \u003cstrong\u003estatus\u003c/strong\u003e to update your team on how it's going.","panel_subtext":"The Project Owner will be reminded to set a status once a week."},{"panel_image":"https://luna1.co/b7845a.gif","panel_image_screenshot":true,"panel_text":"Open and organize projects from your \u003cstrong\u003esidebar\u003c/strong\u003e."},{"panel_image":"https://luna1.co/b608c5.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eFavorite\u003c/strong\u003e projects to pin them to the top of your sidebar.","panel_subtext":"Click the \u003cstrong\u003estar\u003c/strong\u003e button on the left of your project name to favorite it."},{"panel_image":"https://luna1.co/5e8885.gif","panel_image_screenshot":true,"panel_text":"Create new projects from any screen using your \u003cstrong\u003etop bar\u003c/strong\u003e."},{"panel_image":"https://luna1.co/6fab95.png","panel_text":"Now you can move projects forward with your team.","panel_subtext":"Just one more lesson before you dive in."}]},{"name":"Inbox","data_name_notrans":"inbox","color":"gold","image":"https://luna1.co/ae58f6.png","description":"Communicate even faster","completion_time":"3 Minutes","panels":[{"panel_image":"https://luna1.co/f2bc67.png","panel_text":"Communicate and coordinate faster with \u003cstrong\u003eInbox\u003c/strong\u003e."},{"panel_image":"https://luna1.co/a47335.gif","panel_image_screenshot":true,"panel_text":"Check \u003cstrong\u003eInbox\u003c/strong\u003e to quickly read and respond to your latest updates."},{"panel_image":"https://luna1.co/e84d28.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eInbox\u003c/strong\u003e will notify you when you have a task due..."},{"panel_image":"https://luna1.co/59bd28.gif","panel_image_screenshot":true,"panel_text":"and when teammates update tasks, conversations, and projects you follow."},{"panel_image":"https://luna1.co/0ca62e.gif","panel_image_screenshot":true,"panel_text":"Open and respond to updates without leaving \u003cstrong\u003eInbox\u003c/strong\u003e.","panel_subtext":"Click an update and you’ll have all the context you need to respond."},{"panel_image":"https://luna1.co/d9807c.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eArchive\u003c/strong\u003e updates you’re ready to dismiss.","panel_subtext":"Click the \u003cstrong\u003eX\u003c/strong\u003e that appears on the right of an update to archive it."},{"panel_image":"https://luna1.co/98d3fc.gif","panel_image_screenshot":true,"panel_text":"Open \u003cstrong\u003eArchive\u003c/strong\u003e to move dismissed updates back to your Inbox.","panel_subtext":"Click the \u003cstrong\u003earrow\u003c/strong\u003e that appears on the right of an archived update to move it back to Inbox."},{"panel_image":"https://luna1.co/280429.gif","panel_image_screenshot":true,"panel_text":"\u003cstrong\u003eUnfollow\u003c/strong\u003e tasks or projects to stop receiving updates about them.","panel_subtext":"In the end, you have control over the updates you receive (or choose not to receive)"},{"panel_image":"https://luna1.co/62c271.gif","panel_image_screenshot":true,"panel_text":"When you’re ready, you can turn Asana's \u003cstrong\u003eEmail notifications\u003c/strong\u003e off.","panel_subtext":"Most communication with your team can be more easily managed from Inbox. Just remember to check it often."},{"panel_image":"https://luna1.co/6b9dff.png","panel_text":"\u003cstrong\u003eCongratulations!\u003c/strong\u003e Now you’re ready to have a great work day with Asana."}]}],"header_navigation":[{"type_notrans":"dropdown","dropdown_name":"Features","dropdown_machine_name_notrans":"why-asana","sections":[{"section_label":"PLATFORM","section_id_notrans":"platform","section_max_column_height":5,"header_menu_simplification":true,"section_links":[{"type_notrans":"card-link","link_label":"Product overview","link_url_x":"/product"},{"type_notrans":"card-link","link_label":"All features","link_url_x":"/features"},{"type_notrans":"card-link","link_label":"App integrations","link_url_x":"/integrations"}]},{"section_label":"CAPABILITIES","section_id_notrans":"capabilities","section_max_column_height":10,"header_menu_simplification":true,"compensate_top_margin":true,"adjust_card_link_background":true,"section_links":[{"type_notrans":"card-link","link_label":"Project management","link_url_x":"/features/project-management","link_icon_notrans":"projects","link_color":"blackish","hover_color":"blackish","is_group":true},{"type_notrans":"card-link","link_label":"Projects","link_url_x":"/features/project-management/projects","pad_left":true},{"type_notrans":"card-link","link_label":"Project views","link_url_x":"/features/project-management/project-views","pad_left":true},{"type_notrans":"card-link","link_label":"Tasks","link_url_x":"/features/project-management/tasks","pad_left":true},{"type_notrans":"card-link","link_label":"Custom fields","link_url_x":"/features/project-management/custom-fields","pad_left":true},{"type_notrans":"card-link","link_label":"Status updates","link_url_x":"/features/project-management/status-updates","pad_left":true},{"type_notrans":"card-link","link_label":"Goals and reporting","link_url_x":"/features/goals-reporting","link_icon_notrans":"goals","link_color":"blackish","hover_color":"blackish","is_group":true},{"type_notrans":"card-link","link_label":"Goals","link_url_x":"/features/goals-reporting/goals","pad_left":true},{"type_notrans":"card-link","link_label":"Reporting dashboards","link_url_x":"/features/goals-reporting/reporting-dashboards","pad_left":true},{"type_notrans":"card-link","link_label":"Portfolios","link_url_x":"/features/goals-reporting/portfolios","pad_left":true},{"type_notrans":"card-link","link_label":"Workflows and automation","link_url_x":"/features/workflow-automation","link_icon_notrans":"workflow-builder","link_color":"blackish","hover_color":"blackish","is_group":true},{"type_notrans":"card-link","link_label":"Rules","link_url_x":"/features/workflow-automation/rules","pad_left":true},{"type_notrans":"card-link","link_label":"Forms","link_url_x":"/features/workflow-automation/forms/","pad_left":true},{"type_notrans":"card-link","link_label":"Bundles","link_url_x":"/features/workflow-automation/workflow-bundles","pad_left":true},{"type_notrans":"card-link","link_label":"Resource management","link_url_x":"/features/resource-management","link_icon_notrans":"portfolio","link_color":"blackish","hover_color":"blackish","is_group":true},{"type_notrans":"card-link","link_label":"Workload","link_url_x":"/features/resource-management/workload","pad_left":true},{"type_notrans":"card-link","link_label":"Time tracking","link_url_x":"/features/resource-management/time-tracking","pad_left":true},{"type_notrans":"card-link","link_label":"Admin and security","link_url_x":"/features/admin-security/","link_icon_notrans":"my-task","link_color":"blackish","hover_color":"blackish","is_group":true},{"type_notrans":"card-link","link_label":"Admin console","link_url_x":"/features/admin-security/admin-console","pad_left":true},{"type_notrans":"card-link","link_label":"Asana Intelligence","link_url_x":"/product/ai","link_icon_notrans":"artificial-intelligence","link_color":"blackish","hover_color":"blackish","is_group":true}]}],"featured_sections":[{"section_label":"ALL PLANS","section_id_notrans":"all-plans","section_max_column_height":4,"header_menu_simplification":true,"section_links":[{"type_notrans":"card-link","link_label":"Personal","link_url_x":"/pricing","link_icon_notrans":"basic","link_color":"purple"},{"type_notrans":"card-link","link_label":"Starter","link_url_x":"/plan/starter","link_icon_notrans":"premium-line","link_color":"purple"},{"type_notrans":"card-link","link_label":"Advanced","link_url_x":"/plan/advanced","link_icon_notrans":"business","link_color":"green"}]}]},{"type_notrans":"dropdown","dropdown_name":"Solutions","dropdown_machine_name_notrans":"solutions","sections":[{"section_label":"Teams","section_id_notrans":"teams","section_max_column_height":4,"header_menu_simplification":true,"section_links":[{"type_notrans":"card-link","link_label":"Operations","link_url_x":"/teams/operations"},{"type_notrans":"card-link","link_label":"Marketing","link_url_x":"/teams/marketing"},{"type_notrans":"card-link","link_label":"IT","link_url_x":"/teams/it"},{"type_notrans":"card-link","link_label":"Leaders","link_url_x":"/teams/leaders"}]},{"section_label":"Uses","section_id_notrans":"uses","section_max_column_height":5,"header_menu_simplification":true,"section_links":[{"type_notrans":"card-link","link_label":"Task management","link_url_x":"/uses/task-management"},{"type_notrans":"card-link","link_label":"Strategic planning","link_url_x":"/uses/strategic-planning"},{"type_notrans":"card-link","link_label":"Campaign management","link_url_x":"/workflows/campaign-management"},{"type_notrans":"card-link","link_label":"Creative production","link_url_x":"/workflows/creative-production"},{"type_notrans":"card-link","link_label":"Agile management","link_url_x":"/uses/agile-management"},{"type_notrans":"card-link","link_label":"Request tracking","link_url_x":"/uses/work-request-tracking"},{"type_notrans":"card-link","link_label":"Remote teams","link_url_x":"/uses/manage-remote-teams"},{"type_notrans":"card-link","link_label":"Productivity","link_url_x":"/uses/increase-productivity"},{"type_notrans":"card-link","link_label":"View all uses","link_url_x":"/uses","link_modifiers_notrans":["arrow"]}]}],"featured_sections":[{"section_label":"Templates","section_id_notrans":"templates","section_max_column_height":5,"header_menu_simplification":true,"section_links":[{"type_notrans":"template-link","template_label":"Project plans","template_url_x":"/templates/for/other/cross-functional-project-plan"},{"type_notrans":"template-link","template_label":"Team goals \u0026 objectives","template_url_x":"/templates/for/other/team-goals-planning-example"},{"type_notrans":"template-link","template_label":"Team continuity","template_url_x":"/templates/for/other/business-continuity-plan"},{"type_notrans":"template-link","template_label":"Meeting agenda","template_url_x":"/templates/for/other/qbr-meeting-agenda"},{"type_notrans":"card-link","link_label":"View all templates","link_url_x":"/templates","link_color":"orange","link_modifiers_notrans":["arrow"]}]}]},{"type_notrans":"dropdown","dropdown_name":"Resources","dropdown_machine_name_notrans":"resources","sections":[{"section_label":"Learn","section_id_notrans":"learn","section_max_column_height":5,"section_links":[{"type_notrans":"card-link","link_label":"Work management resources","link_summary":"Discover best practices, watch webinars, get insights","link_url_x":"/resources"},{"type_notrans":"card-link","link_label":"What's new","link_summary":"Learn about the latest and greatest from Asana","link_url_x":"/whats-new"},{"type_notrans":"card-link","link_label":"Help Center","link_summary":"Get lots of tips, tricks, and advice to get the most from Asana","link_url_x":"/guide"},{"type_notrans":"card-link","link_label":"Asana Academy","link_summary":"Sign up for interactive courses and webinars to learn Asana","link_url_x":"https://academy.asana.com/"}]},{"section_label":"Connect","section_id_notrans":"connect","section_max_column_height":4,"section_links":[{"type_notrans":"card-link","link_label":"Events","link_summary":"Find out about upcoming events near you","link_url_x":"https://events.asana.com"},{"type_notrans":"card-link","link_label":"Community programs","link_summary":"Connect with and learn from Asana customers around the world","link_url_x":"/community"},{"type_notrans":"card-link","link_label":"Support","link_summary":"Need help? Contact the Asana support team","link_url_x":"/support"},{"type_notrans":"card-link","link_label":"Partners","link_summary":"Learn more about our partner programs","link_url_x":"/partners"},{"type_notrans":"card-link","link_label":"Developers","link_summary":"Learn more about building apps on the Asana platform","link_url_x":"/developers"},{"type_notrans":"card-link","link_label":"Asana for nonprofits","link_summary":"Get more information on our nonprofit discount program, and apply.","link_url_x":"/nonprofit"}]}],"featured_sections":[{"section_label":"Featured Reads","section_id_notrans":"featured-reads","section_links":[{"type_notrans":"resource-card","link_label":"Meet Asana Intelligence:\u003cbr\u003eAI has joined the team\u003c/br\u003e","link_url_x":"https://resources.asana.com/asana-intelligence-demo?utm_medium=web\u0026utm_source=megamenu\u0026utm_campaign=ai24-demo","image":"https://assets.asana.biz/m/3c783c71ef817d3e/original/WEBINAR-PNG-24AI-ON_DEMAND-800x512-v2.png","cta_text":"Watch now","link_category":"Demo"},{"type_notrans":"resource-card","link_label":"Drive employee impact: New tools to empower resilient leadership","link_url_x":"https://blog.asana.com/2022/06/impact","image":"https://assets.asana.biz/m/64d1a4e336c4ad0c/original/EMIM23_BLOG_CONCEPTUAL_HERO_803x533_EN.png","cta_text":"Read more","link_category":"Report"},{"type_notrans":"resource-card","link_label":"The Anatomy of Work: Global Index 2023","link_url_x":"http://asana.com/resources/anatomy-of-work","image":"https://assets.asana.biz/transform/f00a3f86-0802-42ae-a948-41d2936b99e8/web-aow24-nav-thumbnail_aow-cover","cta_text":"Read more","link_category":"Report"}]}]},{"type_notrans":"link","name":"Enterprise","url_x":"/enterprise","link_i18n_notrans":true,"class_notrans":null},{"type_notrans":"link","name":"Pricing","url_x":"/pricing","link_i18n_notrans":true,"class_notrans":null},{"type_notrans":"footer-link","footer_links":[{"label":"Contact sales","url_x":"/sales","link_i18n_notrans":true},{"label":"View demo","url_x":"/go/demo","link_i18n_notrans":true},{"label":"Download App","url_x":"/download","link_i18n_notrans":true}]}],"mobileNavigation":[{"name":"Product","url_x":"/product"},{"name":"Customers","url_x":"/customers"},{"name":"Pricing","url_x":"/pricing"},{"name":"Starter","url_x":"/plan/starter"},{"name":"Advanced","url_x":"/plan/advanced"},{"name":"Help Center","url_x":"https://asana.com/guide"},{"name":"Careers","url_x":"/jobs"}],"mobileNavigationSocial":[{"item":"twitter","url":"https://twitter.com/intent/follow?screen_name=asana","ga":"AsanaAnalytics.trackGTM('follow_on_twitter');","external":true},{"item":"facebook","url":"https://www.facebook.com/asana","ga":"AsanaAnalytics.trackGTM('follow_on_facebook');","external":true}],"footerColumns":[{"footerColumn":"Asana","list":[{"item":"Home","url":"/?noredirect","link_i18n_notrans":true},{"item":"Product","url":"/product","link_i18n_notrans":true},{"item":"What's New","url":"/whats-new","link_i18n_notrans":true},{"item":"Pricing","url":"/pricing","link_i18n_notrans":true},{"item":"Starter","url":"/plan/starter","link_i18n_notrans":true},{"item":"Advanced","url":"/plan/advanced","link_i18n_notrans":true},{"item":"Enterprise","url":"/enterprise","link_i18n_notrans":true},{"item":"Customer Success","url":"/customer-success","link_i18n_notrans":true},{"item":"Asana Templates","url":"/templates","link_i18n_notrans":true},{"item":"Trust \u0026 Security","url":"/trust","link_i18n_notrans":true},{"item":"Status","url":"https://status.asana.com","link_i18n_notrans":false,"external":true}]},{"footerColumn":"About Us","list":[{"item":"Company","url":"/company","link_i18n_notrans":true},{"item":"Leadership","url":"/leadership","link_i18n_notrans":true},{"item":"Customers","url":"/customers","link_i18n_notrans":true},{"item":"Diversity","url":"/diversity-and-inclusion","link_i18n_notrans":true},{"item":"Careers","url":"/jobs","link_i18n_notrans":true},{"item":"Press","url":"/press","link_i18n_notrans":true},{"item":"Wavelength","url":"https://wavelength.asana.com/","link_i18n_notrans":false,"external":true},{"item":"Inside Asana","url":"/inside-asana","link_i18n_notrans":false,"external":true},{"item":"Investor Relations","url":"https://investors.asana.com/","link_i18n_notrans":false,"external":true},{"item":"Sitemap","url":"/inside-asana/site-map","link_i18n_notrans":true},{"item":"Modern Slavery Transparency Statement","url":"/terms/modern-slavery-statement","link_i18n_notrans":true,"en_only":true}]},{"footerColumn":"Workflow Solutions","list":[{"item":"Project Management","url":"/uses/project-management","link_i18n_notrans":true},{"item":"Goal Management","url":"/product/goals","link_i18n_notrans":true},{"item":"Agile Management","url":"/uses/agile-management","link_i18n_notrans":true},{"item":"Task Management","url":"/uses/task-management","link_i18n_notrans":true},{"item":"Increase Productivity","url":"/uses/increase-productivity","link_i18n_notrans":true},{"item":"Work Management","url":"/uses/work-management","link_i18n_notrans":true},{"item":"Project Planning","url":"/uses/project-planning","link_i18n_notrans":true},{"item":"To Do Lists","url":"/uses/to-do-list","link_i18n_notrans":true},{"item":"See All Uses","url":"/uses","link_i18n_notrans":true},{"item":"See All Teams","url":"/teams","link_i18n_notrans":true}]},{"footerColumn":"Resources","list":[{"item":"Help Center","url":"/guide","link_i18n_notrans":true},{"item":"Forum","url":"https://forum.asana.com","link_i18n_notrans":false,"external":true},{"item":"Support","url":"/support","link_i18n_notrans":true},{"item":"App Directory","url":"/apps","link_i18n_notrans":true},{"item":"Developers \u0026 API","url":"https://developers.asana.com/docs/","link_i18n_notrans":false,"external":true},{"item":"Partners","url":"/partners","link_i18n_notrans":true},{"item":"Asana Community","url":"/community","link_i18n_notrans":true},{"item":"Events","url":"https://events.asana.com/","link_i18n_notrans":false,"external":true},{"item":"Asana for Nonprofits","url":"/nonprofit","link_i18n_notrans":false,"external":true},{"item":"Asana for Education","url":"/education","link_i18n_notrans":false,"external":true},{"item":"Accessibility","url":"/accessibility","link_i18n_notrans":false,"external":true}]},{"footerColumn":"Learn","list":[{"item":"11 Leadership Styles","url":"/resources/leadership-styles","link_i18n_notrans":true},{"item":"110 Icebreaker Questions","url":"/resources/icebreaker-questions-team-building","link_i18n_notrans":true},{"item":"Executive Summary Tips","url":"/resources/executive-summary-examples","link_i18n_notrans":true},{"item":"Impostor Syndrome Tips","url":"/resources/impostor-syndrome","link_i18n_notrans":true},{"item":"Prevent Team Burnout","url":"/resources/what-is-burnout","link_i18n_notrans":true},{"item":"SWOT Analysis Tips","url":"/resources/swot-analysis","link_i18n_notrans":true},{"item":"What are OKRs?","url":"/resources/okr-meaning","link_i18n_notrans":true},{"item":"What are SMART Goals?","url":"/resources/smart-goals","link_i18n_notrans":true},{"item":"What is Scope Creep?","url":"/resources/what-is-scope-creep","link_i18n_notrans":true},{"item":"See All resources","url":"/resources","link_i18n_notrans":true}]}],"secondaryFooterColumns":[{"type_notrans":"copyright"},{"name":"Language Selection","type_notrans":"languageSelect"},{"name_terms":"Terms","name_privacy":"Privacy","name_and":" \u0026 ","type_notrans":"terms","url_terms":"/terms","url_privacy":"/terms/privacy-statement"},{"name":"Your CA Privacy Choices","type_notrans":"caPrivacy"},{"name":"Social","type_notrans":"socialLinks","icons":[{"item_notrans":"twitter","img_alt":"twitter","url":"https://twitter.com/intent/follow?screen_name=asana","ga":"AsanaAnalytics.trackGTM('follow_on_twitter');","external":true},{"item_notrans":"linkedin","img_alt":"linkedin","url":"https://www.linkedin.com/company/asana","ga":"AsanaAnalytics.trackGTM('follow_on_linkedin');","external":true},{"item_notrans":"instagram","img_alt":"instagram","url":"https://www.instagram.com/asana/","ga":"AsanaAnalytics.trackGTM('follow_on_instagram');","external":true},{"item_notrans":"facebook","img_alt":"facebook","url":"https://www.facebook.com/asana","ga":"AsanaAnalytics.trackGTM('follow_on_facebook');","external":true},{"item_notrans":"youtube","img_alt":"youtube","url":"https://www.youtube.com/channel/UC2BoogM0AqwOJyoSp1S4ClQ","ga":"AsanaAnalytics.trackGTM('follow_on_youtube');","external":true}]},{"name":"App Store","type_notrans":"appLinks","apps":[{"app_store_link":"https://itunes.apple.com/us/app/asana-mobile/id489969512?mt=8","data_btn_id":"data-ois-button","gtm_tracking_id":"download_ios","app_store_btn_img_src":"//luna1.co/Download_App_Store_Badge_US.svg","app_store_btn_title":"Download app from App Store"},{"app_store_link":"https://play.google.com/store/apps/details?id=com.asana.app","data_btn_id":"data-android-button","gtm_tracking_id":"download_android","app_store_btn_img_src":"//luna1.co/Google_Play_EN.svg","app_store_btn_title":"Download app from Google Play"}]}],"global_meta_title":"Asana Mobile","global_meta_desc":"Asana: Team Tasks \u0026 Conversations","global_add_link":"Add link to","global_workspace":"workspace","global_error_workspace":"\u003cstrong\u003eError\u0026colon;\u003c/strong\u003e Please select a workspace before adding link","global_task_name":"Task Name","global_description":"Description","dataSource":"contentful","microcopy":{"usecases.breadcumb.title":"Use Cases","resources.pagination.older":"Next","resources.min_read":"min read","resources.related_header":"Related resources","resources.pagination.newer":"Prev","resources.resources_title":"Resources","resources.related_hubs":"Explore resource hubs","button_subscribe":"Resubscribe","resources.sidebar_header":"Jump to section","case_study.hero.back":"Back to customers","case_study.hero.media_credit":"Media credit","button_subscribing":"Resubscribing...","case_study.hero.results":"Results","templates.template_info.cta_text":"Create template","case_study.related_customers.header":"Read more customer stories","case_study.related_customers.tag_name":"Case Study","case_study.customer_info.key_integrations":"Key integrations","templates.template_info.share_text":"Share","case_study.customer_info.key_feature":"Key Feature","case_study.customer_info.company_size":"Company size","case_study.customer_info.key_integration":"Key Integration","case_study.customer_info.industry":"Industry","case_study.customer_info.key_features":"Key features","case_study.customer_info.key_workflows":"Key workflows","case_study.customer_info.region":"Region","resources.sidebar_signup":"Try Asana now","jobs.empty_set_text":"Wish this were a match, but we don't have any open roles right now. Please check back again soon!","jobs.all_teams":"All Teams","jobs.all_offices":"All Offices","jobs.filter_label":"Filter By:","jobs.filter_pretext":"open positions across all offices and all teams","resources.pagination.page":"Page","button.apply":"Apply","resources.filter_by_type":"Filter by type","templates.related_resources_title":"All project management resources","templates.info_card.cta":"Create your template","templates.sidebar_copy.related_tags":"Related tags","meta.guide.title":"Asana Product Guide","templates.sidebar_copy.product_features":"INTEGRATED FEATURES","templates.related_templates.header":"Related templates","templates.category.featured_section.heading":"Featured","templates.sidebar_copy.creator_text":"Template created by","templates.category.featured_section.cta":"See template","templates.breadcrumb_root":"templates","templates.landing.section_use_case.header_link_text":"See all templates","templates.landing.sidebar_heading":"Browse by use case","select.option.alphabetical":"Alphabetical","select.sort_by.label_text":"Sort by","select.option.recently_added":"Recently added","templates.landing.all_templates_header":"All Templates","competitor_table_row.competitor_name":"Competitor","competitor_table_row.feature_included":"This feature is included","competitor_table_row.feature_not_included":"This feature does not exist","tag.aria.close":"Removable tag","banner.expired_trial_business":"Your business trial has expired","banner.expired_trial_premium":"Your premium trial has expired","features.breadcrumb":"Features","banner.expired_cta_billing_owner":"Upgrade","banner.expired_cta_non_billing_owner":"Contact billing owner","banner.expired_trial_enterprise":"Your enterprise trial has expired","features.generic_title":"Features","inside_asana.breadcrumb":"Inside Asana","inside_asana.related_header":"Related articles","inside_asana.sidebar_header":"Jump To Section","customer_card.link_text":"Read customer story","case_study.sidebar.header":"Jump To Section","customers.hero.link_text":"Read case studies","customers.filters.label":"Filter by","customers.tags.remove":"Close all","customers.sticky_sidebar.label":"Filter results","customer.filters.cta":"Apply","customers.filters.industry":"Industry","customers.filters.region":"Region","customers.filters.size":"Company Size","customers.filters.company_function":"Function","customers.cards.result":"Showing %results% results","component.multi_selector_dropdown.collapsed":"Dropdown Collapsed","customers.filters.cta":"Apply","component.multi_selector_dropdown.expanded":"Dropdown Expanded","customers.pagination.next":"Next Page","button.create_project":"Create project","button.compare_plans":"Compare plans","customers.pagination.prev":"Previous Page","button.find_your_plan":"Find your plan","nonprofit_hero.select.over_users":"20+ users","nonprofit_hero.select.less_than_users":"0-19 users","nonprofit_hero.select.placeholder":"How many users?","customer_slider_buttons.aria_label":"Select %company% slide","authors.articles.header":"All articles by %author_name%","footer.social_links_label":"%social_network_name%","footer.app_stores_label":"app download link %mobile_platform_name%","authors.personal_website_link":"Personal website of %author_name%","authors.x_twitter_link":"X (former Twitter) profile of %author_name%","authors.linkedin_link":"LinkedIn profile of %author_name%","customers.cards.result_two":"results","customers.cards.result_one":"Showing","case_study.related_customers_stories.header":"Read related customer stories","component.collapsable_section.collapsible_content":"collapsible content","component.sticky_sidebar_filter.filter_by":"Filter templates by %category%","component.collapsable_section.expand_toggle":"Expand","component.collapsable_section.collapse_toggle":"Collapse","templates.templates_filter.teams":"Teams","templates.templates_filter.use_cases":"Use Cases","templates.templates_filter.filter_by":"FILTER BY","sticky_sidebar_filter.dropdown_title":"All use cases","signup_options.loading":"Loading","pricing.pricing_feature_modal.close":"close","pagination.aria_label":"pagination","pagination.page":"Page","mini_pricing_section.modal.close":"close","guide.guide_modal.close":"close","form_email_signup.invalid_email":"invalid email","customer_slideshow.next":"next","customer_slideshow.previous":"previous","customer_slideshow.nav_buttons":"carousel buttons","customer_slider.aria_label":"customer slider","tab_slideshow.role_description":"carousel","card_carousel.aria_label":"Card carousel","logged_in_homepage.hero.member":"member","logged_in_homepage.hero.members":"members","templates.sidebar_inspirational.disclaimer_text":"Sign up to create your own template.","templates.sidebar_product.disclaimer_text":"Sign up to use this template.","ui.button.close_modal":"Close modal","aria.slide":"Slide","aria.slides":"Slides","pause_status_action":"Playing. Press to pause.","play_status_action":"Paused. Press to play.","signup_options.divider":"or","templates.taxonomies.team":"Team","templates.taxonomies.industry":"Industry","templates.taxonomies.usecase":"Use Case","templates.category.section_carousel.aria_description":"Logos of these companies","templates.category.section_carousel.aria_label":"Logo carousel","resources.sidebar_view_templates":"View Templates","templates.sidebar_copy.recommended_apps":"Recommended apps","header.logo.alt_text":"Asana Home","jobs.offices":"offices","jobs.teams":"teams"},"preview":false}},"__N_SSP":true},"page":"/resources/[hub]","query":{"hub":"project-constraints"},"buildId":"ece0a21b9783db35d815bcfa511301d712d762bd","isFallback":false,"dynamicIds":[54065,35333],"gssp":true,"locale":"en","locales":["en","id","de","es","fr","it","ja","ko","nl","pl","pt","ru","sv","zh-tw","en-gb"],"defaultLocale":"en","scriptLoader":[]}</script><noscript><iframe src="https://t-antenna.asana.com/ns.html?id=GTM-5KGDZGG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript></noscript></body></html>
fineweb
{ "fineweb_metadata": { "text": "Project constraints are the general limitations of a project, including time, costs, and risks. Understanding project constraints is important because they affect project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them.\nHave you ever been to the circus and watched the performers do a balancing act? They somehow manage to hold multiple plates up in the air so gracefully that it feels like they must be using magic. But balancing doesn’t require magic—just focus and skill. If a performer were to misplace their hold on a single plate, all the plates would come crashing down.\nLike a circus performance, project management is a balancing act. During the project life cycle, you’ll encounter various constraints, including time, costs, and risks. Part of your job as an effective project manager is learning how to balance these constraints in order to increase project performance. In this piece, we’ll discuss project constraints in detail and explain how to manage them.\nProject constraints are the general limitations that you need to account for during the project life cycle. For example, a cost constraint means that you’re limited to a specific project budget, while a time constraint means you must complete your project within a specified timeframe.\nMost project constraints impact one another, which is why constraint management is crucial for project success. If you decide that you must expand the project timeline, then you’ll likely need more money to complete the project as well. Your project scope will also expand when the time and cost of your project expand.\nThere are six common project constraints to consider as you make your way through the phases of project management. In this article, we’ll go through each constraint in detail and explain how you can manage it. No matter what type of project you’re working on, using project management software can help you visualize your project schedule and manage all of your project constraints in one place.See Asana in action\nThe triple constraints of project management—also known as the project management triangle or the iron triangle—are scope, cost, and time. You’ll need to balance these three elements in every project, and doing so can be challenging because they all affect one another.\nThere are trade-offs when balancing scope, cost, and time, and you must decide what you’re willing to sacrifice in order to maintain project alignment and functionality.\nFor example, your project can only stay within scope if your project’s budget and time allotments stay steady. If you want to finish the project in less time, your scope must also decrease to balance out the project unless you’re able to make adjustments to the budget.\nProject scope refers to a project’s magnitude in terms of quality, detail, and deliverables. Time and money are dependencies of project scope, because as the project scope grows, the project will require more time and money to complete.\nYou’ll need to be aware of scope creep throughout each project phase and work hard to prevent it. You can prevent scope creep by creating detailed project plans and getting project stakeholders to sign off on everything before production begins.\nCost constraints include the project budget as a whole and anything of financial value required for your project. Items that may be a cost constraint include:\nTeam member salaries\nCost of equipment\nCost of facilities\nInclude any items in this section that require you to pull from your company’s financial resources.Read: Your guide to getting started with resource management\nTime management is essential for project success, and there are various time constraints you’ll face during each phase of your project. When you try to increase your project timeline, there will be consequences like extended deadlines, adjustments to the team calendar, or less time for planning.\nTime elements in your project that can lead to constraints may include:\nOverall project timeline\nHours worked on project\nInternal calendars and goalposts\nTime allotted for planning and strategy\nNumber of project phases\nScope, cost, and time are called the iron triangle because these three constraints can be difficult to maneuver around each other while maintaining project quality. For example, if you cut your budget or increase your scope, you’ll likely need to compensate by loosening up on time. You can do this by extending deadlines, adding hours, or adjusting your project schedule.\nWhile scope, cost, and time are the triple constraints of project management, there are three other project constraints you may encounter in your project life cycle: risk, resources, and quality.\nProject risks are any unexpected occurrences that can affect your project. While most project risks are negative, some can be positive. For example, a new technology may be released while your project is in progress. This technology may help you finish your project quicker or it may cause more competition in the market and reduce your product value.\nYou can determine project risks using risk analysis and risk management strategies to keep them at bay. Some risks you may face include:\nLack of clarity\nUse a risk register to assess the likelihood and severity for each project risk, then mitigate the most likely and severe risks first.\nResources tie closely with cost constraints on your project because these project requirements cost money. Without proper resource allocation, can experience lower project quality, an increased budget, and timeline delays.\nSome resources to consider include:\nEquipment or materials\nUse a resource management plan to ensure you have the resources you need for every element of your project so that this constraint doesn’t negatively affect other project areas.\nProject quality is the measure of how well your project deliverables meet initial expectations. Every project constraint affects project quality because project quality is the ultimate result of your project. However, project quality is also its own constraint because there are aspects of the project that can result in poor quality that aren’t necessarily related to cost, time, resources, risk, or scope. These include:\nLack of communication\nPoor design or development skills\nToo many project changes\nYou must manage project quality as its own entity while also balancing the other five project constraints if you hope to achieve high project performance. If you fail to manage your constraints, the result can be low project quality and low customer satisfaction.\nThere are strategies you can use to manage and balance project constraints as they arise. Using project management methodologies like the PMBOK Guide’s phases of project management and Agile practices, which encourage flexibility and collaboration, are a few ways to control project constraints.See Asana in action\nYou can also use the following tips to strengthen your project management plan:\nUnderstand your constraints: You can’t manage your project constraints unless you understand what they are. Once you know your project constraints, you can plan around them. For example, during project planning, assess what risks you might face as well as what resources you’ll need and what those resources will cost.\nPlan and strategize: When you consider all six of the most common constraints in your project plan, you can move forward with a better perspective for what’s ahead. Your project plan should include strategies to mitigate constraints and balance the triple constraints of scope, cost, and time. You can also implement strategies to address additional project constraints , like trying to prevent project risks from occurring.\nControl project quality: You can control project quality by regularly monitoring your project plan and processes. As your team handles various tasks throughout project execution, use work management software to ensure everyone is staying on track. Establish a change control process so that if changes occur, you can prevent scope creep.\nManage risk: Use risk analysis to identify, assess, and prepare for potential project risks. With a strong risk management plan in place, you can keep the most damaging project risks at bay and prepare for any unexpected risks that may occur.\nCommunicate effectively: Team communication is essential for successful management of project constraints. Without strong communication, you may think you’re balancing your constraints while another team member is unknowingly disrupting your hard work. When you discuss every aspect of the project with your team, you can work together to reach project goals.\nEmbrace flexibility: You must embrace flexibility in order to effectively balance project constraints. There will be times when you’ll need to compromise on project elements in order to stay within scope. If you aren’t flexible, you’ll end up sacrificing project quality. Keeping your customers or stakeholders satisfied should be your top priority, which means accepting trade-offs when necessary.\nKeep track of your project constraints through every phase of the project life cycle in order to ensure the project quality meets stakeholder expectations. When you encounter a situation where you must adjust one project constraint, like the project schedule, consider how that will affect other project areas—like cost and scope—and balance your constraints as necessary.\nProject management software can help you visualize project constraints in real time. When you need an efficient way to control elements of your project and share the information with others, the various tools available within a project management system like Asana make it easy.See Asana in action", "id": "<urn:uuid:3b572308-972f-49be-8938-941d797895b3>", "dump": "CC-MAIN-2024-10", "url": "https://asana.com/resources/project-constraints", "date": "2024-02-25T09:38:15", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9191374182701111, "token_count": 1861 } }
<urn:uuid:4a5d1f85-15d2-4391-87f6-c272f89b6189>
<!doctype html> <!--[if IE 9]> <html class="ie9 no-js" lang="en"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <script> window.MFP = {}; window.MFP.enable = true; window.MFP.FbPixelSets = {"myshopifyDomain":"ascen-plus-pharmacy.myshopify.com","pixelSets":[{"pixelId":"214678290037712","collectionId":null}]}; window.MFP.pageType = "product"; window.MFP.collections = [{"id":225869103260,"handle":"skin-care","title":"Facial Care","updated_at":"2024-02-19T11:17:16+08:00","body_html":"","published_at":"2020-10-26T09:47:30+08:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Facial Care"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"web"},{"id":263167738012,"handle":"sukin","title":"Sukin","updated_at":"2024-02-19T11:17:24+08:00","body_html":"","published_at":"2021-03-25T12:09:07+08:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Sukin"}],"published_scope":"web"}]; </script> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#36b8ce"> <meta name="keywords" content="Shopify Template" /> <meta name="author" content="p-themes"> <link rel="canonical" href="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml"><link rel="shortcut icon" href="//ascenpluspharmacy.com.my/cdn/shop/files/07884223d0c912375ab839be2afd00cc_32x32.jpg?v=1706594091" type="image/png"><!-- Title and description ================================================== --><title>SUKIN Sensitive Facial Moituriser [125ml] &ndash; Ascen Plus Pharmacy </title><meta name="description" content="At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa &amp;amp; Shea Butters."><!-- Social meta ================================================== --><!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Ascen Plus Pharmacy"> <meta property="og:url" content="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml"> <meta property="og:title" content="SUKIN Sensitive Facial Moituriser [125ml]"> <meta property="og:type" content="product"> <meta property="og:description" content="At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa &amp;amp; Shea Butters."> <meta property="og:price:amount" content="39.90"> <meta property="og:price:currency" content="MYR"> <meta property="og:image" content="http://ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_1200x1200.jpg?v=1632835616"> <meta property="og:image:secure_url" content="https://ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_1200x1200.jpg?v=1632835616"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="SUKIN Sensitive Facial Moituriser [125ml]"> <meta name="twitter:description" content="At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa &amp;amp; Shea Butters."> <!-- Helpers ================================================== --> <!-- CSS ================================================== --><link href="https://fonts.googleapis.com/css?family=Hind:100,200,300,400,500,600,700,800,900" rel="stylesheet" defer> <link href="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/theme.css?v=113740519513513251661708411503" rel="stylesheet" type="text/css" media="all" /> <script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/jquery.min.js?v=146653844047132007351599060386" defer="defer"></script><!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/47048687772/digital_wallets/dialog"> <link rel="alternate" hreflang="x-default" href="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml"> <link rel="alternate" hreflang="en-MY" href="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml"> <link rel="alternate" hreflang="zh-Hans-MY" href="https://ascenpluspharmacy.com.my/zh/products/sukin-sensitive-facial-moituriser-125ml"> <link rel="alternate" type="application/json+oembed" href="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=ascen-plus-pharmacy.myshopify.com&locale=en-MY"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=ascen-plus-pharmacy.myshopify.com&locale=en-MY" crossorigin="anonymous"></script> <script id="shopify-features" type="application/json">{"accessToken":"b491014713cc42e9fa5798f570057b31","betas":["rich-media-storefront-analytics"],"domain":"ascenpluspharmacy.com.my","predictiveSearch":true,"shopId":47048687772,"smart_payment_buttons_url":"https:\/\/ascenpluspharmacy.com.my\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/ascenpluspharmacy.com.my\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "ascen-plus-pharmacy.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"MYR","rate":"1.0"}; Shopify.country = "MY"; Shopify.theme = {"name":"AscenPlus-v1","id":109877821596,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "ascenpluspharmacy.com.my/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/omnisnippet1.com\/inShop\/Embed\/shopify.js?shop=ascen-plus-pharmacy.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0184\/4255\/1360\/files\/whatsapp.v4.min.js?v=1637234176\u0026shop=ascen-plus-pharmacy.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":47048687772,"offset":28800,"reqid":"6945162f-bad4-4454-8c90-ac72444affc1","pageurl":"ascenpluspharmacy.com.my\/products\/sukin-sensitive-facial-moituriser-125ml","u":"97a8abbf9207","p":"product","rtyp":"product","rid":7059950436508};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//ascenpluspharmacy.com.my/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://ascenpluspharmacy.com.my/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}}; </script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//ascenpluspharmacy.com.my/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script id="sections-script" data-sections="promo-fixed" defer="defer" src="//ascenpluspharmacy.com.my/cdn/shop/t/2/compiled_assets/scripts.js?770"></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- /Header hook for plugins ================================================== --><meta name="facebook-domain-verification" content="2jyr5ai9myu85cg81jsuceufy2sh9g" /> <script src="https://shopifyorderlimits.s3.amazonaws.com/limits/ascen-plus-pharmacy.myshopify.com?v=74a&r=20210324015837&shop=ascen-plus-pharmacy.myshopify.com"></script> <style> .intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle }.intl-tel-input{position:relative;display:block }.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box }.intl-tel-input .hulk_val_hide{display:none }.intl-tel-input .v-hide{visibility:hidden }.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0 }.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px }.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px }.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto }.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555 }.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555 }.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll }.intl-tel-input .country-list .country.highlight,.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05) }.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px }.intl-tel-input .country-list .flag-box{display:inline-block;width:20px }@media (max-width:500px){.intl-tel-input .country-list{white-space:normal }}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC }.intl-tel-input .country-list .country{padding:5px 10px }.intl-tel-input .country-list .country .dial-code{color:#999 }.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px }.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0 }.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0 }.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px }.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer }.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default }.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent }.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table }.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px }.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:66px }.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{padding-left:76px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px }.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:74px }.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{padding-left:84px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px }.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:82px }.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]{padding-left:92px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px }.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:90px }.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]{padding-left:100px }.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px }.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px }.intl-tel-input.iti-container:hover{cursor:pointer }.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed; z-index: 99999;}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100% }.iti-mobile .intl-tel-input .country-list .country{padding:10px;line-height:1.5em }.iti-flag{width:20px }.iti-flag.be{width:18px }.iti-flag.ch{width:15px }.iti-flag.mc{width:19px }.iti-flag.ac{height:10px;background-position:0 0 }.iti-flag.ad{height:14px;background-position:-22px 0 }.iti-flag.ae{height:10px;background-position:-44px 0 }.iti-flag.af{height:14px;background-position:-66px 0 }.iti-flag.ag{height:14px;background-position:-88px 0 }.iti-flag.ai{height:10px;background-position:-110px 0 }.iti-flag.al{height:15px;background-position:-132px 0 }.iti-flag.am{height:10px;background-position:-154px 0 }.iti-flag.ao{height:14px;background-position:-176px 0 }.iti-flag.aq{height:14px;background-position:-198px 0 }.iti-flag.ar{height:13px;background-position:-220px 0 }.iti-flag.as{height:10px;background-position:-242px 0 }.iti-flag.at{height:14px;background-position:-264px 0 }.iti-flag.au{height:10px;background-position:-286px 0 }.iti-flag.aw{height:14px;background-position:-308px 0 }.iti-flag.ax{height:13px;background-position:-330px 0 }.iti-flag.az{height:10px;background-position:-352px 0 }.iti-flag.ba{height:10px;background-position:-374px 0 }.iti-flag.bb{height:14px;background-position:-396px 0 }.iti-flag.bd{height:12px;background-position:-418px 0 }.iti-flag.be{height:15px;background-position:-440px 0 }.iti-flag.bf{height:14px;background-position:-460px 0 }.iti-flag.bg{height:12px;background-position:-482px 0 }.iti-flag.bh{height:12px;background-position:-504px 0 }.iti-flag.bi{height:12px;background-position:-526px 0 }.iti-flag.bj{height:14px;background-position:-548px 0 }.iti-flag.bl{height:14px;background-position:-570px 0 }.iti-flag.bm{height:10px;background-position:-592px 0 }.iti-flag.bn{height:10px;background-position:-614px 0 }.iti-flag.bo{height:14px;background-position:-636px 0 }.iti-flag.bq{height:14px;background-position:-658px 0 }.iti-flag.br{height:14px;background-position:-680px 0 }.iti-flag.bs{height:10px;background-position:-702px 0 }.iti-flag.bt{height:14px;background-position:-724px 0 }.iti-flag.bv{height:15px;background-position:-746px 0 }.iti-flag.bw{height:14px;background-position:-768px 0 }.iti-flag.by{height:10px;background-position:-790px 0 }.iti-flag.bz{height:14px;background-position:-812px 0 }.iti-flag.ca{height:10px;background-position:-834px 0 }.iti-flag.cc{height:10px;background-position:-856px 0 }.iti-flag.cd{height:15px;background-position:-878px 0 }.iti-flag.cf{height:14px;background-position:-900px 0 }.iti-flag.cg{height:14px;background-position:-922px 0 }.iti-flag.ch{height:15px;background-position:-944px 0 }.iti-flag.ci{height:14px;background-position:-961px 0 }.iti-flag.ck{height:10px;background-position:-983px 0 }.iti-flag.cl{height:14px;background-position:-1005px 0 }.iti-flag.cm{height:14px;background-position:-1027px 0 }.iti-flag.cn{height:14px;background-position:-1049px 0 }.iti-flag.co{height:14px;background-position:-1071px 0 }.iti-flag.cp{height:14px;background-position:-1093px 0 }.iti-flag.cr{height:12px;background-position:-1115px 0 }.iti-flag.cu{height:10px;background-position:-1137px 0 }.iti-flag.cv{height:12px;background-position:-1159px 0 }.iti-flag.cw{height:14px;background-position:-1181px 0 }.iti-flag.cx{height:10px;background-position:-1203px 0 }.iti-flag.cy{height:14px;background-position:-1225px 0 }.iti-flag.cz{height:14px;background-position:-1247px 0 }.iti-flag.de{height:12px;background-position:-1269px 0 }.iti-flag.dg{height:10px;background-position:-1291px 0 }.iti-flag.dj{height:14px;background-position:-1313px 0 }.iti-flag.dk{height:15px;background-position:-1335px 0 }.iti-flag.dm{height:10px;background-position:-1357px 0 }.iti-flag.do{height:14px;background-position:-1379px 0 }.iti-flag.dz{height:14px;background-position:-1401px 0 }.iti-flag.ea{height:14px;background-position:-1423px 0 }.iti-flag.ec{height:14px;background-position:-1445px 0 }.iti-flag.ee{height:13px;background-position:-1467px 0 }.iti-flag.eg{height:14px;background-position:-1489px 0 }.iti-flag.eh{height:10px;background-position:-1511px 0 }.iti-flag.er{height:10px;background-position:-1533px 0 }.iti-flag.es{height:14px;background-position:-1555px 0 }.iti-flag.et{height:10px;background-position:-1577px 0 }.iti-flag.eu{height:14px;background-position:-1599px 0 }.iti-flag.fi{height:12px;background-position:-1621px 0 }.iti-flag.fj{height:10px;background-position:-1643px 0 }.iti-flag.fk{height:10px;background-position:-1665px 0 }.iti-flag.fm{height:11px;background-position:-1687px 0 }.iti-flag.fo{height:15px;background-position:-1709px 0 }.iti-flag.fr{height:14px;background-position:-1731px 0 }.iti-flag.ga{height:15px;background-position:-1753px 0 }.iti-flag.gb{height:10px;background-position:-1775px 0 }.iti-flag.gd{height:12px;background-position:-1797px 0 }.iti-flag.ge{height:14px;background-position:-1819px 0 }.iti-flag.gf{height:14px;background-position:-1841px 0 }.iti-flag.gg{height:14px;background-position:-1863px 0 }.iti-flag.gh{height:14px;background-position:-1885px 0 }.iti-flag.gi{height:10px;background-position:-1907px 0 }.iti-flag.gl{height:14px;background-position:-1929px 0 }.iti-flag.gm{height:14px;background-position:-1951px 0 }.iti-flag.gn{height:14px;background-position:-1973px 0 }.iti-flag.gp{height:14px;background-position:-1995px 0 }.iti-flag.gq{height:14px;background-position:-2017px 0 }.iti-flag.gr{height:14px;background-position:-2039px 0 }.iti-flag.gs{height:10px;background-position:-2061px 0 }.iti-flag.gt{height:13px;background-position:-2083px 0 }.iti-flag.gu{height:11px;background-position:-2105px 0 }.iti-flag.gw{height:10px;background-position:-2127px 0 }.iti-flag.gy{height:12px;background-position:-2149px 0 }.iti-flag.hk{height:14px;background-position:-2171px 0 }.iti-flag.hm{height:10px;background-position:-2193px 0 }.iti-flag.hn{height:10px;background-position:-2215px 0 }.iti-flag.hr{height:10px;background-position:-2237px 0 }.iti-flag.ht{height:12px;background-position:-2259px 0 }.iti-flag.hu{height:10px;background-position:-2281px 0 }.iti-flag.ic{height:14px;background-position:-2303px 0 }.iti-flag.id{height:14px;background-position:-2325px 0 }.iti-flag.ie{height:10px;background-position:-2347px 0 }.iti-flag.il{height:15px;background-position:-2369px 0 }.iti-flag.im{height:10px;background-position:-2391px 0 }.iti-flag.in{height:14px;background-position:-2413px 0 }.iti-flag.io{height:10px;background-position:-2435px 0 }.iti-flag.iq{height:14px;background-position:-2457px 0 }.iti-flag.ir{height:12px;background-position:-2479px 0 }.iti-flag.is{height:15px;background-position:-2501px 0 }.iti-flag.it{height:14px;background-position:-2523px 0 }.iti-flag.je{height:12px;background-position:-2545px 0 }.iti-flag.jm{height:10px;background-position:-2567px 0 }.iti-flag.jo{height:10px;background-position:-2589px 0 }.iti-flag.jp{height:14px;background-position:-2611px 0 }.iti-flag.ke{height:14px;background-position:-2633px 0 }.iti-flag.kg{height:12px;background-position:-2655px 0 }.iti-flag.kh{height:13px;background-position:-2677px 0 }.iti-flag.ki{height:10px;background-position:-2699px 0 }.iti-flag.km{height:12px;background-position:-2721px 0 }.iti-flag.kn{height:14px;background-position:-2743px 0 }.iti-flag.kp{height:10px;background-position:-2765px 0 }.iti-flag.kr{height:14px;background-position:-2787px 0 }.iti-flag.kw{height:10px;background-position:-2809px 0 }.iti-flag.ky{height:10px;background-position:-2831px 0 }.iti-flag.kz{height:10px;background-position:-2853px 0 }.iti-flag.la{height:14px;background-position:-2875px 0 }.iti-flag.lb{height:14px;background-position:-2897px 0 }.iti-flag.lc{height:10px;background-position:-2919px 0 }.iti-flag.li{height:12px;background-position:-2941px 0 }.iti-flag.lk{height:10px;background-position:-2963px 0 }.iti-flag.lr{height:11px;background-position:-2985px 0 }.iti-flag.ls{height:14px;background-position:-3007px 0 }.iti-flag.lt{height:12px;background-position:-3029px 0 }.iti-flag.lu{height:12px;background-position:-3051px 0 }.iti-flag.lv{height:10px;background-position:-3073px 0 }.iti-flag.ly{height:10px;background-position:-3095px 0 }.iti-flag.ma{height:14px;background-position:-3117px 0 }.iti-flag.mc{height:15px;background-position:-3139px 0 }.iti-flag.md{height:10px;background-position:-3160px 0 }.iti-flag.me{height:10px;background-position:-3182px 0 }.iti-flag.mf{height:14px;background-position:-3204px 0 }.iti-flag.mg{height:14px;background-position:-3226px 0 }.iti-flag.mh{height:11px;background-position:-3248px 0 }.iti-flag.mk{height:10px;background-position:-3270px 0 }.iti-flag.ml{height:14px;background-position:-3292px 0 }.iti-flag.mm{height:14px;background-position:-3314px 0 }.iti-flag.mn{height:10px;background-position:-3336px 0 }.iti-flag.mo{height:14px;background-position:-3358px 0 }.iti-flag.mp{height:10px;background-position:-3380px 0 }.iti-flag.mq{height:14px;background-position:-3402px 0 }.iti-flag.mr{height:14px;background-position:-3424px 0 }.iti-flag.ms{height:10px;background-position:-3446px 0 }.iti-flag.mt{height:14px;background-position:-3468px 0 }.iti-flag.mu{height:14px;background-position:-3490px 0 }.iti-flag.mv{height:14px;background-position:-3512px 0 }.iti-flag.mw{height:14px;background-position:-3534px 0 }.iti-flag.mx{height:12px;background-position:-3556px 0 }.iti-flag.my{height:10px;background-position:-3578px 0 }.iti-flag.mz{height:14px;background-position:-3600px 0 }.iti-flag.na{height:14px;background-position:-3622px 0 }.iti-flag.nc{height:10px;background-position:-3644px 0 }.iti-flag.ne{width:18px;height:15px;background-position:-3666px 0 }.iti-flag.nf{height:10px;background-position:-3686px 0 }.iti-flag.ng{height:10px;background-position:-3708px 0 }.iti-flag.ni{height:12px;background-position:-3730px 0 }.iti-flag.nl{height:14px;background-position:-3752px 0 }.iti-flag.no{height:15px;background-position:-3774px 0 }.iti-flag.np{width:13px;height:15px;background-position:-3796px 0 }.iti-flag.nr{height:10px;background-position:-3811px 0 }.iti-flag.nu{height:10px;background-position:-3833px 0 }.iti-flag.nz{height:10px;background-position:-3855px 0 }.iti-flag.om{height:10px;background-position:-3877px 0 }.iti-flag.pa{height:14px;background-position:-3899px 0 }.iti-flag.pe{height:14px;background-position:-3921px 0 }.iti-flag.pf{height:14px;background-position:-3943px 0 }.iti-flag.pg{height:15px;background-position:-3965px 0 }.iti-flag.ph{height:10px;background-position:-3987px 0 }.iti-flag.pk{height:14px;background-position:-4009px 0 }.iti-flag.pl{height:13px;background-position:-4031px 0 }.iti-flag.pm{height:14px;background-position:-4053px 0 }.iti-flag.pn{height:10px;background-position:-4075px 0 }.iti-flag.pr{height:14px;background-position:-4097px 0 }.iti-flag.ps{height:10px;background-position:-4119px 0 }.iti-flag.pt{height:14px;background-position:-4141px 0 }.iti-flag.pw{height:13px;background-position:-4163px 0 }.iti-flag.py{height:11px;background-position:-4185px 0 }.iti-flag.qa{height:8px;background-position:-4207px 0 }.iti-flag.re{height:14px;background-position:-4229px 0 }.iti-flag.ro{height:14px;background-position:-4251px 0 }.iti-flag.rs{height:14px;background-position:-4273px 0 }.iti-flag.ru{height:14px;background-position:-4295px 0 }.iti-flag.rw{height:14px;background-position:-4317px 0 }.iti-flag.sa{height:14px;background-position:-4339px 0 }.iti-flag.sb{height:10px;background-position:-4361px 0 }.iti-flag.sc{height:10px;background-position:-4383px 0 }.iti-flag.sd{height:10px;background-position:-4405px 0 }.iti-flag.se{height:13px;background-position:-4427px 0 }.iti-flag.sg{height:14px;background-position:-4449px 0 }.iti-flag.sh{height:10px;background-position:-4471px 0 }.iti-flag.si{height:10px;background-position:-4493px 0 }.iti-flag.sj{height:15px;background-position:-4515px 0 }.iti-flag.sk{height:14px;background-position:-4537px 0 }.iti-flag.sl{height:14px;background-position:-4559px 0 }.iti-flag.sm{height:15px;background-position:-4581px 0 }.iti-flag.sn{height:14px;background-position:-4603px 0 }.iti-flag.so{height:14px;background-position:-4625px 0 }.iti-flag.sr{height:14px;background-position:-4647px 0 }.iti-flag.ss{height:10px;background-position:-4669px 0 }.iti-flag.st{height:10px;background-position:-4691px 0 }.iti-flag.sv{height:12px;background-position:-4713px 0 }.iti-flag.sx{height:14px;background-position:-4735px 0 }.iti-flag.sy{height:14px;background-position:-4757px 0 }.iti-flag.sz{height:14px;background-position:-4779px 0 }.iti-flag.ta{height:10px;background-position:-4801px 0 }.iti-flag.tc{height:10px;background-position:-4823px 0 }.iti-flag.td{height:14px;background-position:-4845px 0 }.iti-flag.tf{height:14px;background-position:-4867px 0 }.iti-flag.tg{height:13px;background-position:-4889px 0 }.iti-flag.th{height:14px;background-position:-4911px 0 }.iti-flag.tj{height:10px;background-position:-4933px 0 }.iti-flag.tk{height:10px;background-position:-4955px 0 }.iti-flag.tl{height:10px;background-position:-4977px 0 }.iti-flag.tm{height:14px;background-position:-4999px 0 }.iti-flag.tn{height:14px;background-position:-5021px 0 }.iti-flag.to{height:10px;background-position:-5043px 0 }.iti-flag.tr{height:14px;background-position:-5065px 0 }.iti-flag.tt{height:12px;background-position:-5087px 0 }.iti-flag.tv{height:10px;background-position:-5109px 0 }.iti-flag.tw{height:14px;background-position:-5131px 0 }.iti-flag.tz{height:14px;background-position:-5153px 0 }.iti-flag.ua{height:14px;background-position:-5175px 0 }.iti-flag.ug{height:14px;background-position:-5197px 0 }.iti-flag.um{height:11px;background-position:-5219px 0 }.iti-flag.un{height:14px;background-position:-5241px 0 }.iti-flag.us{height:11px;background-position:-5263px 0 }.iti-flag.uy{height:14px;background-position:-5285px 0 }.iti-flag.uz{height:10px;background-position:-5307px 0 }.iti-flag.va{width:15px;height:15px;background-position:-5329px 0 }.iti-flag.vc{height:14px;background-position:-5346px 0 }.iti-flag.ve{height:14px;background-position:-5368px 0 }.iti-flag.vg{height:10px;background-position:-5390px 0 }.iti-flag.vi{height:14px;background-position:-5412px 0 }.iti-flag.vn{height:14px;background-position:-5434px 0 }.iti-flag.vu{height:12px;background-position:-5456px 0 }.iti-flag.wf{height:14px;background-position:-5478px 0 }.iti-flag.ws{height:10px;background-position:-5500px 0 }.iti-flag.xk{height:15px;background-position:-5522px 0 }.iti-flag.ye{height:14px;background-position:-5544px 0 }.iti-flag.yt{height:14px;background-position:-5566px 0 }.iti-flag.za{height:14px;background-position:-5588px 0 }.iti-flag.zm{height:14px;background-position:-5610px 0 }.iti-flag.zw{height:10px;background-position:-5632px 0 }.iti-flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(https://productoption.hulkapps.com/images/flags.png);background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0 }@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti-flag{background-size:5652px 15px;background-image:url(https://productoption.hulkapps.com/images/flags@2x.png) }}.iti-flag.np{background-color:transparent }.cart-property .property_name{font-weight:400;padding-right:0;min-width:auto;width:auto }.input_file+label{cursor:pointer;padding:3px 10px;width:auto;text-align:center;margin:0;background:#f4f8fb;border:1px solid #dbe1e8 }#error-msg,.hulkapps_with_discount{color:red }.discount_error{border-color:red }.edit_form input,.edit_form select,.edit_form textarea{min-height:44px!important }.hulkapps_summary{font-size:14px;display:block;color:red; }.hulkapps-summary-line-discount-code{margin:10px 0;display:block }.actual_price{text-decoration:line-through }input.error{border:1px solid #FF7C7C }#valid-msg{color:#00C900 }.edit_cart_option{margin-top:10px!important;display:none;cursor: pointer;border: 1px solid transparent;border-radius: 2px;color: #fff;font-weight: 600;text-transform: uppercase;letter-spacing: 0.08em;font-size: 14px;padding: 8px 15px;}.hulkapps_discount_hide{margin-top:10px;display:flex!important;align-items:center;justify-content:flex-end }.hulkapps_discount_code{width:auto !important;margin:0 12px 0 0 !important;}.discount_code_box{display:none;margin-bottom:10px;text-align:right }@media screen and (max-width:480px){.hulkapps_discount_code{width:100% }.hulkapps_option_name,.hulkapps_option_value{display:block!important }.hulkapp_close,.hulkapp_save{margin-bottom:8px }}@media screen and (max-width:991px){.hulkapps_option_name,.hulkapps_option_value{display:block!important;width:100%!important;max-width:100%!important }.hulkapps_discount_button{height:40px }}body.body_fixed{overflow:hidden;}select.hulkapps_dd{padding-right:30px!important }.cb_render .hulkapps_option_value label{display:flex!important;align-items:center }.dd_multi_render select{padding-right:5px!important;min-height:80px!important }.hulkapps-tooltip{position:relative;display:inline-block;cursor:pointer;vertical-align:middle }.hulkapps-tooltip img{display:block;}.hulkapps-tooltip .hulkapps-tooltip-inner{position:absolute;bottom:calc(100% + 5px);background:#000;left:-8px;color:#fff;box-shadow:0 6px 30px rgba(0,0,0,.08);opacity:0;visibility:hidden;transition:all ease-in-out .5s;border-radius:5px;font-size:13px;text-align:center;z-index:999;white-space:nowrap;padding: 7px;}.hulkapps-tooltip:hover .hulkapps-tooltip-inner{opacity:1;visibility:visible }.hulkapps-tooltip .hulkapps-tooltip-inner:after{content:"";position:absolute;top:100%;left:11px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent;}.hulkapps-tooltip.bottom .hulkapps-tooltip-inner{bottom:auto;top:calc(100% + 5px);padding:0 }.hulkapps-tooltip.bottom .hulkapps-tooltip-inner:after{bottom:100%;top:auto;border-color:transparent transparent #000 }.hulkapps-tooltip .hulkapps-tooltip-inner.swatch-tooltip{left: 1px;}.hulkapps-tooltip .hulkapps-tooltip-inner.swatch-tooltip p{margin:0 0 5px;color:#fff;white-space:normal; }.hulkapps-tooltip .hulkapps-tooltip-inner.swatch-tooltip img{max-width:100% }.hulkapps-tooltip .hulkapps-tooltip-inner.swatch-tooltip img.circle{border-radius:50% }.hulkapps-tooltip .hulkapps-tooltip-inner.multiswatch-tooltip{left: 1px;}.hulkapps-tooltip .hulkapps-tooltip-inner.multiswatch-tooltip p{margin:0 0 5px;color:#fff;white-space:normal; }.hulkapps-tooltip .hulkapps-tooltip-inner.multiswatch-tooltip img{max-width:100% }.hulkapps-tooltip .hulkapps-tooltip-inner.multiswatch-tooltip img.circle{border-radius:50% }.hulkapp_save,button.hulkapp_close,.hulkapps_discount_button{cursor: pointer;border-radius: 2px;font-weight: 600;text-transform: none;letter-spacing: 0.08em;font-size: 14px;padding: 8px 15px;}.hulkapps-cart-original-total{display:block;} .discount-tag{ background: #ebebeb; padding: 5px 10px; border-radius: 5px; display: inline-block; margin-right: 30px; color: #000000;} .discount-tag .close-ajax-tag{ position: relative; width:15px; height:15px; display:inline-block; margin-left:5px; vertical-align:middle; cursor:pointer; } .discount-tag .close-ajax-tag:after, .discount-tag .close-ajax-tag:before{ content:; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(45deg); width:2px; height:10px; background-color:#3d3d3d; } .discount-tag .close-ajax-tag:before{ width:10px; height:2px; } .hulkapps_discount_code{max-width: 50%;} .discount-tag{ background: #ebebeb; padding: 5px 10px; border-radius: 5px; display: inline-block; margin-right: 30px; } .discount-tag .close-tag{ position: relative; width:15px; height:15px; display:inline-block; margin-left:5px; vertical-align:middle; cursor:pointer; } .discount-tag .close-tag:after, .discount-tag .close-tag:before{ content:''; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(45deg); width:2px; height:10px; background-color:#3d3d3d; } .discount-tag .close-tag:before{ width:10px; height:2px; } .after_discount_price{ font-weight: bold; } .final-total{ font-weight: normal; margin-right: 30px; }@media screen and (max-width:991px){body.body_fixed{position:fixed;top:0;right:0;left:0;bottom:0}} @media only screen and (max-width: 749px){ .hulkapps_swatch_option{ margin-bottom: 10px !important; }} @media (max-width: 767px){ #hulkapp_popupOverlay { padding-top: 10px !important; }.hulkapps_discount_code { width: 100% !important; }}.hulkapps-volumes{display:block;width:100%;} </style> <script> window.hulkapps = { shop_slug: "ascen-plus-pharmacy", store_id: "ascen-plus-pharmacy.myshopify.com", money_format: "RM {{amount}}", cart: null, product: null, product_collections: null, product_variants: null, is_volume_discount: null, product_id: null, page_type: null, po_url: "https://productoption.hulkapps.com", vd_url: "https://volumediscount.hulkapps.com", customer: null } window.hulkapps.page_type = "product" window.hulkapps.product_id = "7059950436508"; window.hulkapps.product = {"id":7059950436508,"title":"SUKIN Sensitive Facial Moituriser [125ml]","handle":"sukin-sensitive-facial-moituriser-125ml","description":"\u003cspan data-mce-fragment=\"1\"\u003eAt last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa \u0026amp; Shea Butters. With antioxidant rich Rosehip, Sesame and Jojoba Oils help restore skins moisture levels, leaving skin feeling soothed and nourished. TIP: If your skin is feeling super dehydrated, add a few drops of our Organic Rosehip Oil into your moisturizer for extra hydration and nutrients.\u003c\/span\u003e","published_at":"2021-09-28T21:26:56+08:00","created_at":"2021-09-28T21:26:54+08:00","vendor":"Ascen Plus Pharmacy","type":"Facial Care","tags":["Facial Care","Sukin"],"price":3990,"price_min":3990,"price_max":3990,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40992828162204,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"002175","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SUKIN Sensitive Facial Moituriser [125ml]","public_title":null,"options":["Default Title"],"price":3990,"weight":500,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616"],"featured_image":"\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616","options":["Title"],"media":[{"alt":null,"id":24009329672348,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cspan data-mce-fragment=\"1\"\u003eAt last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa \u0026amp; Shea Butters. With antioxidant rich Rosehip, Sesame and Jojoba Oils help restore skins moisture levels, leaving skin feeling soothed and nourished. TIP: If your skin is feeling super dehydrated, add a few drops of our Organic Rosehip Oil into your moisturizer for extra hydration and nutrients.\u003c\/span\u003e"} window.hulkapps.product_collection = [] window.hulkapps.product_collection.push(225869103260) window.hulkapps.product_collection.push(263167738012) window.hulkapps.product_variant = [] window.hulkapps.product_variant.push(40992828162204) window.hulkapps.product_collections = window.hulkapps.product_collection.toString(); window.hulkapps.product_variants = window.hulkapps.product_variant.toString(); </script> <script src='https://ha-product-option.nyc3.digitaloceanspaces.com/assets/api/v2/hulkcode.js' defer='defer'></script><script src="https://cdn.shopify.com/extensions/2f57a632-53a3-468b-ba9d-aa540dc9e01a/inbox-202/assets/inbox-chat-loader.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 47048687772,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 47048687772,storefrontBaseUrl: "https://ascenpluspharmacy.com.my",cdnBaseUrl: "https://ascenpluspharmacy.com.my/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"40992828162204","image":{"src":"\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616"},"price":{"amount":39.9,"currencyCode":"MYR"},"product":{"id":"7059950436508","title":"SUKIN Sensitive Facial Moituriser [125ml]","untranslatedTitle":"SUKIN Sensitive Facial Moituriser [125ml]","url":"\/products\/sukin-sensitive-facial-moituriser-125ml","vendor":"Ascen Plus Pharmacy","type":"Facial Care"},"sku":"002175","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"40992828162204","image":{"src":"\/\/ascenpluspharmacy.com.my\/cdn\/shop\/products\/SukinSensitiveFacialMoituriser125ml.jpg?v=1632835616"},"price":{"amount":39.9,"currencyCode":"MYR"},"product":{"id":"7059950436508","title":"SUKIN Sensitive Facial Moituriser [125ml]","untranslatedTitle":"SUKIN Sensitive Facial Moituriser [125ml]","url":"\/products\/sukin-sensitive-facial-moituriser-125ml","vendor":"Ascen Plus Pharmacy","type":"Facial Care"},"sku":"002175","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://ascenpluspharmacy.com.my/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'MYR'; var meta = {"product":{"id":7059950436508,"gid":"gid:\/\/shopify\/Product\/7059950436508","vendor":"Ascen Plus Pharmacy","type":"Facial Care","variants":[{"id":40992828162204,"price":3990,"name":"SUKIN Sensitive Facial Moituriser [125ml]","public_title":null,"sku":"002175"}]},"page":{"pageType":"product","resourceType":"product","resourceId":7059950436508}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 47048687772, theme_id: 109877821596, app_name: "storefront", context_url: window.location.href, source_url: "//ascenpluspharmacy.com.my/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//ascenpluspharmacy.com.my/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//ascenpluspharmacy.com.my/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":47048687772,"isMerchantRequest":null,"themeId":109877821596,"themeCityHash":"5292546621631923259","contentLanguage":"en","currency":"MYR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-186069241-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Google Gtag Pixel":{"conversionId":"G-4ZQGL9BB03","eventLabels":[{"type":"purchase","action_label":"G-4ZQGL9BB03"},{"type":"page_view","action_label":"G-4ZQGL9BB03"},{"type":"view_item","action_label":"G-4ZQGL9BB03"},{"type":"search","action_label":"G-4ZQGL9BB03"},{"type":"add_to_cart","action_label":"G-4ZQGL9BB03"},{"type":"begin_checkout","action_label":"G-4ZQGL9BB03"},{"type":"add_payment_info","action_label":"G-4ZQGL9BB03"}],"targetCountry":"US"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":7059950436508}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"MYR","variantId":40992828162204,"productId":7059950436508,"productGid":"gid:\/\/shopify\/Product\/7059950436508","name":"SUKIN Sensitive Facial Moituriser [125ml]","price":"39.90","sku":"002175","brand":"Ascen Plus Pharmacy","variant":null,"category":"Facial Care","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"MYR","variantId":40992828162204,"productId":7059950436508,"productGid":"gid:\/\/shopify\/Product\/7059950436508","name":"SUKIN Sensitive Facial Moituriser [125ml]","price":"39.90","sku":"002175","brand":"Ascen Plus Pharmacy","variant":null,"category":"Facial Care","nonInteraction":true,"referer":"https:\/\/ascenpluspharmacy.com.my\/products\/sukin-sensitive-facial-moituriser-125ml"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//ascenpluspharmacy.com.my/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Wokiee"; window.BOOMR.themeVersion = "1.9.1"; window.BOOMR.shopId = 47048687772; window.BOOMR.themeId = 109877821596; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://ascenpluspharmacy.com.my/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head> <body class="pageproduct" ><div id="shopify-section-show-helper" class="shopify-section"></div><div id="shopify-section-categorie-button" class="shopify-section"></div> <div id="shopify-section-header-template-2" class="shopify-section"><header class="desctop-menu-large small-header headertype2"><nav class="panel-menu mobile-main-menu"> <ul><li class="item-categories"> <a href="/collections/top-seller"><span>Top Sellers</span></a></li><li class="item-categories"> <a href="/collections/post-vaccination-essential"><span>Post Vaccination Care</span></a></li><li class="item-categories"> <a href="/collections/covid-19-hygiene-essential"><span>Covid-19 Hygiene Essential</span></a></li><li class="item-categories"> <a href="/collections/baby-care"><span>Baby Care</span></a></li><li class="item-categories"> <a href="/collections/body-care"><span>Body Care</span></a></li><li class="item-categories"> <a href="/collections/cosmetic"><span>Cosmetic</span></a></li><li class="item-categories"> <a href="/collections/oral-care"><span>Dental Care</span></a></li><li class="item-categories"> <a href="/collections/medical-supply"><span>Diagnostic Kit</span></a></li><li class="item-categories"> <a href="/collections/skin-care"><span>Facial Care</span></a></li><li class="item-categories"> <a href="/collections/condoms-lubricants"><span>Family Planning</span></a></li><li class="item-categories"> <a href="/collections/feminine-care"><span>Feminine Products</span></a></li><li class="item-categories"> <a href="/collections/first-aids"><span>First Aids</span></a></li><li class="item-categories"> <a href="/collections/hair-care"><span>Hair Care</span></a></li><li class="item-categories"> <a href="/collections/hand-care"><span>Hand Care</span></a></li><li class="item-categories"> <a href="/collections/groceries"><span>Health Food / Drink</span></a></li><li class="item-categories"> <a href="/collections/cleaning-detergent"><span>Household / Domestics</span></a></li><li class="item-categories"> <a href="/collections/medical-aids"><span>Medical Aids</span></a></li><li class="item-categories"> <a href="/collections/medicine"><span>Over-The-Counter Internal (Medicine)</span></a></li><li class="item-categories"> <a href="/collections/over-the-counter-external"><span>Over-The-Counter External (Ointment)</span></a></li><li class="item-categories last-child"> <a href="/collections/supplements"><span>Vitamin & Supplement</span></a></li><li> <a href="/">Home</a></li><li> <a href="/collections">All Brands</a><ul><li> <a href="/collections/al-lecca">Al-Lecca</a></li><li> <a href="/collections/aishitoto">Aishitoto</a></li><li> <a href="/collections/appeton">Appeton</a></li><li> <a href="/collections/abbott">Abbott</a></li><li> <a href="/collections/accu-chek">Accu Chek</a></li><li> <a href="/collections/alcon">Alcon</a></li><li> <a href="/collections/atroflex">Atroflex</a></li><li> <a href="/collections/alcosm">Alcosm</a></li><li> <a href="/collections/amazin-graze">Amazin' Graze</a></li><li> <a href="/collections/ammeda">Ammeda</a></li><li> <a href="/collections/bifesta">Bifesta</a></li><li> <a href="/collections/bioplus">Bioplus</a></li><li> <a href="/collections/bioscalp">Bioscalp</a></li><li> <a href="/collections/bio-life">Bio-life</a></li><li> <a href="/collections/blackmores">Blackmores</a></li><li> <a href="/collections/b-b-labs">B&B Labs</a></li><li> <a href="/collections/bactepro">Bactepro</a></li><li> <a href="/collections/brands">Brands</a></li><li> <a href="/collections/bepanthen">Bepanthen</a></li><li> <a href="/collections/bad-lab">Bad Lab</a></li><li> <a href="/collections/betadine-1">Betadine</a></li><li> <a href="/collections/baby-nadif">Baby Nadif</a></li><li> <a href="/collections/beta-skin">Beta Skin</a></li><li> <a href="/collections/biorepair">Biorepair</a></li><li> <a href="/collections">Botrem</a></li><li> <a href="/collections/bonjela">Bonjela</a></li><li> <a href="/collections/colgate">Colgate</a></li><li> <a href="/collections/centrum">Centrum</a></li><li> <a href="/collections/cell-labs">Cell Labs</a></li><li> <a href="/collections/cleverin">Cleverin</a></li><li> <a href="/collections/clinell">Clinell</a></li><li> <a href="/collections/cosmoderm">Cosmoderm</a></li><li> <a href="/collections/chriszen">Chriszen</a></li><li> <a href="/collections/cetaphil">Cetaphil</a></li><li> <a href="/collections/counterpain-1">Counterpain</a></li><li> <a href="/collections/c">C+</a></li><li> <a href="/collections/cloversoft">Cloversoft</a></li><li> <a href="/collections/daionica">Daionica</a></li><li> <a href="/collections/darlie">Darlie</a></li><li> <a href="/collections/dermacyn">Dermacyn</a></li><li> <a href="/collections/dentiste">Dentiste</a></li><li> <a href="/collections/dr-wound">Dr Wound</a></li><li> <a href="/collections/dynamic-nutrition">Dynamic Nutrition</a></li><li> <a href="/collections/dove">Dove</a></li><li> <a href="/collections/dfenz">DFenz</a></li><li> <a href="/collections/durex">Durex</a></li><li> <a href="/collections/dano">DanO</a></li><li> <a href="/collections/dip-n-tell">Dip N Tell</a></li><li> <a href="/collections/dermoplex">Dermoplex</a></li><li> <a href="/collections/ego">Ego</a></li><li> <a href="/collections/esberitox">Esberitox</a></li><li> <a href="/collections/euky-bear">Euky Bear</a></li><li> <a href="/collections/elexia-naturals">Elexia Naturals</a></li><li> <a href="/collections/eucerin">Eucerin</a></li><li> <a href="/collections/ecover">Ecover</a></li><li> <a href="/collections/eno">Eno</a></li><li> <a href="/collections/eubos">Eubos</a></li><li> <a href="/collections/eages">Eages</a></li><li> <a href="/collections/fluimucil">Fluimucil</a></li><li> <a href="/collections/foellie">Foellie</a></li><li> <a href="/collections/follow-me">Follow Me</a></li><li> <a href="/collections/fruiser">Fruiser</a></li><li> <a href="/collections/australian">G&M Australian Cream</a></li><li> <a href="/collections/genefood">Genefood</a></li><li> <a href="/collections/gingen">Gingen</a></li><li> <a href="/collections/glucolin">Glucolin</a></li><li> <a href="/collections/gatsby">Gatsby</a></li><li> <a href="/collections/garden-of-eden">Garden of Eden</a></li><li> <a href="/collections/greenology">Greenology</a></li><li> <a href="/collections/grandpawpaw">Grandpawpaw</a></li><li> <a href="/collections/good-virtues-co">Good Virtues Co</a></li><li> <a href="/collections/gsk">GSK</a></li><li> <a href="/collections/gillette">Gillette</a></li><li> <a href="/collections/gluconavii">Gluconavii</a></li><li> <a href="/collections/gaviscon">Gaviscon</a></li><li> <a href="/collections/health-tech-innovative">Health Tech Innovative</a></li><li> <a href="/collections/himalaya">Himalaya</a></li><li> <a href="/collections/head-shoulders">Head & Shoulders</a></li><li> <a href="/collections/hiruscar">Hiruscar</a></li><li> <a href="/collections/hisamitsu">Hisamitsu</a></li><li> <a href="/collections/idrogen">Idrogen</a></li><li> <a href="/collections/ibobomi">Ibobomi</a></li><li> <a href="https://ascenpluspharmacy.com.my/collections/impact-mints">Impacts Mints</a></li><li> <a href="/collections/jangsu">Jangsu</a></li><li> <a href="/collections/jen-remedies">Jen Remedies</a></li><li> <a href="/collections/johnson-johnson">Johnson & Johnson</a></li><li> <a href="/collections/kiseki">Kiseki</a></li><li> <a href="/collections/hisamitsu">Kool Fever</a></li><li> <a href="/collections/kleenex">Kleenex</a></li><li> <a href="/collections/kew">Kew</a></li><li> <a href="/collections/la-roche-posay">La Roche Posay</a></li><li> <a href="/collections/luqua">Luqua</a></li><li> <a href="/collections/loreal">Loreal</a></li><li> <a href="/collections/lucido-l">Lucido-L</a></li><li> <a href="/collections/ladykin">Ladykin</a></li><li> <a href="/collections/listerine">Listerine</a></li><li> <a href="/collections/lux">LUX</a></li><li> <a href="/collections/little-urchin">Little Urchin</a></li><li> <a href="/collections/lovial">Lovial</a></li><li> <a href="/collections/mustela">Mustela</a></li><li> <a href="/collections/mereah-spa">Mareah Spa</a></li><li> <a href="/collections/medklinn">Medklinn</a></li><li> <a href="/collections/mellisachens">Mellisachens</a></li><li> <a href="/collections/mucosolvan">Mucosolvan</a></li><li> <a href="/collections/medisana">Medisana</a></li><li> <a href="/collections/moogoo">Moogoo</a></li><li> <a href="/collections/method">Method</a></li><li> <a href="/collections/natura-siberica">Natural Siberica</a></li><li> <a href="/collections/nivea">Nivea</a></li><li> <a href="/collections/naturalite">Naturalite</a></li><li> <a href="/collections/naturvital">NaturVital</a></li><li> <a href="/collections/natures-way">Nature's Way</a></li><li> <a href="/collections/nebiolina">Nebiolina</a></li><li> <a href="/collections/nutriogenz">NutrioGenz</a></li><li> <a href="/collections/nurigins">Nurigins</a></li><li> <a href="/collections/nulids">NuLids</a></li><li> <a href="/collections/nutti-skin">Nutti Skin</a></li><li> <a href="/collections/nunature">Nunature</a></li><li> <a href="/collections/nuvapine">Nuvapine</a></li><li> <a href="/collections/nuxe">Nuxe</a></li><li> <a href="/collections/optrex">Optrex</a></li><li> <a href="/collections/osh-piper">Osh piper</a></li><li> <a href="/collections/omeco">Omeco</a></li><li> <a href="/collections/oilees">Oilees</a></li><li> <a href="/collections/oradex">Oradex</a></li><li> <a href="/collections/olay">Olay</a></li><li> <a href="/collections/oral-b">Oral B</a></li><li> <a href="/collections/one-touch">One Touch</a></li><li> <a href="/collections/omron">Omron</a></li><li> <a href="/collections/puricent">Puricent</a></li><li> <a href="/collections/pnkids">Pnkids</a></li><li> <a href="/collections/pharmaton">Pharmaton</a></li><li> <a href="/collections/pantene">Pantene</a></li><li> <a href="/collections/pf-life">PF Life</a></li><li> <a href="/collections/petal-fresh">Petal Fresh</a></li><li> <a href="/collections/polident">Polident</a></li><li> <a href="/collections/pixy-perfect">Pixy Perfect</a></li><li> <a href="/collections/prospan">Prospan</a></li><li> <a href="/collections/petite-lael">Petite Lael</a></li><li> <a href="/collections/pureen">Pureen</a></li><li> <a href="/collections/prodentalb">Prodentalb</a></li><li> <a href="/collections/perskindol">Perskindol</a></li><li> <a href="/collections/palmers">Palmer's</a></li><li> <a href="/collections/pure-papayacare">Pure Papayacare</a></li><li> <a href="/collections/perspirex">Perspirex</a></li><li> <a href="/collections/proxmask">Proxmask</a></li><li> <a href="/collections/panadol">Panadol</a></li><li> <a href="/collections/procare">Procare</a></li><li> <a href="/collections/rossmax">Rossmax</a></li><li> <a href="/collections/revlon">Revlon</a></li><li> <a href="/collections/ruby-cell">Ruby-Cell</a></li><li> <a href="/collections/radico">Radico</a></li><li> <a href="/collections/rexona">Rexona</a></li><li> <a href="/collections/roscelle">Roscelle</a></li><li> <a href="/collections/sebamed">Sebamed</a></li><li> <a href="/collections/scotts">Scott's</a></li><li> <a href="/collections/salus">Salus</a></li><li> <a href="/collections/sterimar">Sterimar</a></li><li> <a href="/collections/simple">Simple</a></li><li> <a href="/collections/soap-artisan">Soap Artisan</a></li><li> <a href="/collections/soul-sister">Soul Sister</a></li><li> <a href="/collections/swissvita">Swissvita</a></li><li> <a href="/collections/sukin">Sukin</a></li><li> <a href="/collections/sensodyne">Sensodyne</a></li><li> <a href="/collections/sensenique-natural">Sensenique Natural</a></li><li> <a href="/collections/simba">Simba</a></li><li> <a href="/collections/sudocrem">Sudocrem</a></li><li> <a href="/collections/sambucol">Sambucol</a></li><li> <a href="/collections/safeguard">Safeguard</a></li><li> <a href="/collections/suzuran">Suzuran</a></li><li> <a href="/collections/sho">Sho</a></li><li> <a href="https://ascenpluspharmacy.com.my/collections/salf-of-the-earth">Salt of The Earth</a></li><li> <a href="/collections/sateen">Sateen</a></li><li> <a href="/collections/thursday-plantation">Thursday Plantation</a></li><li> <a href="/collections/tanakan">Tanakan</a></li><li> <a href="/collections/the-potions">The Potions</a></li><li> <a href="/collections/total-image">Total Image</a></li><li> <a href="/collections/tena">Tena</a></li><li> <a href="/collections/this-toothbrush">This Toothbrush</a></li><li> <a href="/collections/tanamera">Tanamera</a></li><li> <a href="/collections/tiger-balm">Tiger Balm</a></li><li> <a href="/collections/udo">UDO</a></li><li> <a href="/collections/uriage">Uriage</a></li><li> <a href="/collections/uphamol">Uphamol</a></li><li> <a href="/collections/vins">Vins</a></li><li> <a href="/collections/vicks">Vicks</a></li><li> <a href="/collections/v-magic">V Magic</a></li><li> <a href="/collections/wishtree">Wishtree</a></li><li> <a href="/collections/western-comefree">Western Comefree</a></li><li> <a href="/collections/whisper">Whisper</a></li><li> <a href="/collections/wetty">Wetty</a></li><li> <a href="/collections/zennlab-pharmasen-1">Zennlab & Pharmasen</a></li></ul></li><li> <a href="/pages/exclusive-brand-puricent">Ascen+ Exclusive </a><ul><li> <a href="/pages/immuniti-m">Puricent | Immuniti-M</a></li><li> <a href="/pages/omeco">Puricent | OMECO Fish Oil</a></li></ul></li><li> <a href="/pages/delivery-timing">Delivery Info</a></li><li> <a href="/pages/about-us">About Us</a><ul><li> <a href="/pages/our-services">Our Services</a></li><li> <a href="/pages/our-outlets">Our Outlets</a></li></ul></li><li> <a href="/pages/contact-us">Support</a></li></ul> </nav><!-- tt-mobile-header --> <div class="tt-mobile-header tt-mobile-header-inline tt-mobile-header-inline-stuck"> <div class="container-fluid"> <div class="tt-header-row"> <div class="tt-mobile-parent-menu"> <div class="tt-menu-toggle mainmenumob-js"> <svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.4023 0.292969C16.4935 0.397135 16.5651 0.507812 16.6172 0.625C16.6693 0.742188 16.6953 0.865885 16.6953 0.996094C16.6953 1.13932 16.6693 1.26953 16.6172 1.38672C16.5651 1.50391 16.4935 1.60807 16.4023 1.69922C16.2982 1.80339 16.1875 1.88151 16.0703 1.93359C15.9531 1.97266 15.8294 1.99219 15.6992 1.99219H1.69531C1.55208 1.99219 1.42188 1.97266 1.30469 1.93359C1.1875 1.88151 1.08333 1.80339 0.992188 1.69922C0.888021 1.60807 0.809896 1.50391 0.757812 1.38672C0.71875 1.26953 0.699219 1.13932 0.699219 0.996094C0.699219 0.865885 0.71875 0.742188 0.757812 0.625C0.809896 0.507812 0.888021 0.397135 0.992188 0.292969C1.08333 0.201823 1.1875 0.130208 1.30469 0.078125C1.42188 0.0260417 1.55208 0 1.69531 0H15.6992C15.8294 0 15.9531 0.0260417 16.0703 0.078125C16.1875 0.130208 16.2982 0.201823 16.4023 0.292969ZM16.4023 6.28906C16.4935 6.39323 16.5651 6.50391 16.6172 6.62109C16.6693 6.73828 16.6953 6.86198 16.6953 6.99219C16.6953 7.13542 16.6693 7.26562 16.6172 7.38281C16.5651 7.5 16.4935 7.60417 16.4023 7.69531C16.2982 7.79948 16.1875 7.8776 16.0703 7.92969C15.9531 7.98177 15.8294 8.00781 15.6992 8.00781H1.69531C1.55208 8.00781 1.42188 7.98177 1.30469 7.92969C1.1875 7.8776 1.08333 7.79948 0.992188 7.69531C0.888021 7.60417 0.809896 7.5 0.757812 7.38281C0.71875 7.26562 0.699219 7.13542 0.699219 6.99219C0.699219 6.86198 0.71875 6.73828 0.757812 6.62109C0.809896 6.50391 0.888021 6.39323 0.992188 6.28906C1.08333 6.19792 1.1875 6.1263 1.30469 6.07422C1.42188 6.02214 1.55208 5.99609 1.69531 5.99609H15.6992C15.8294 5.99609 15.9531 6.02214 16.0703 6.07422C16.1875 6.1263 16.2982 6.19792 16.4023 6.28906ZM16.4023 12.3047C16.4935 12.3958 16.5651 12.5 16.6172 12.6172C16.6693 12.7344 16.6953 12.8646 16.6953 13.0078C16.6953 13.138 16.6693 13.2617 16.6172 13.3789C16.5651 13.4961 16.4935 13.6068 16.4023 13.7109C16.2982 13.8021 16.1875 13.8737 16.0703 13.9258C15.9531 13.9779 15.8294 14.0039 15.6992 14.0039H1.69531C1.55208 14.0039 1.42188 13.9779 1.30469 13.9258C1.1875 13.8737 1.08333 13.8021 0.992188 13.7109C0.888021 13.6068 0.809896 13.4961 0.757812 13.3789C0.71875 13.2617 0.699219 13.138 0.699219 13.0078C0.699219 12.8646 0.71875 12.7344 0.757812 12.6172C0.809896 12.5 0.888021 12.3958 0.992188 12.3047C1.08333 12.2005 1.1875 12.1224 1.30469 12.0703C1.42188 12.0182 1.55208 11.9922 1.69531 11.9922H15.6992C15.8294 11.9922 15.9531 12.0182 16.0703 12.0703C16.1875 12.1224 16.2982 12.2005 16.4023 12.3047Z" fill="#191919"/> </svg> </div> </div> <div class="tt-logo-container"> <a class="tt-logo tt-logo-alignment" href="/"><img src="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383" srcset="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383 1x, //ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_190x.png?v=1613788383 2x" alt="" class="tt-retina"></a> </div> <div class="tt-mobile-parent-menu-icons"> <!-- search --> <div class="tt-mobile-parent-search tt-parent-box"><!-- tt-search --> <div class="tt-search tt-dropdown-obj"> <button class="tt-dropdown-toggle" data-tooltip="Search" data-tposition="bottom" > <i class="icon-f-85"></i> </button> <div class="tt-dropdown-menu"> <div class="container"> <form action="/search" method="get" role="search"> <div class="tt-col"> <input type="hidden" name="type" value="product" /> <input class="tt-search-input" type="search" name="q" placeholder="SEARCH PRODUCTS..." aria-label="SEARCH PRODUCTS..."> <button type="submit" class="tt-btn-search"></button> </div> <div class="tt-col"> <button class="tt-btn-close icon-f-84"></button> </div> <div class="tt-info-text">What are you Looking for?</div> </form> </div> </div> </div> <!-- /tt-search --></div> <!-- /search --><!-- cart --> <div class="tt-mobile-parent-cart tt-parent-box"></div> <!-- /cart --></div> </div> </div> </div> <!-- tt-desktop-header --> <div class="tt-desktop-header"> <div class="container"> <div class="tt-header-holder"> <div class="tt-obj-logo" itemscope itemtype="http://schema.org/Organization"><a href="/" class="tt-logo" itemprop="url"><img src="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383" srcset="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383 1x, //ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_190x.png?v=1613788383 2x" alt="" class="tt-retina" itemprop="logo" style="top:0px"/></a></div> <div class="search-type2 headerformplaceholderstyles"> <!-- tt-search --> <form action="/search" method="get" role="search" style="margin-left: 98px;"> <i class="icon-f-85"></i> <input type="hidden" name="type" value="product" /> <input class="tt-search-input" type="search" name="q" placeholder="SEARCH PRODUCTS..." aria-label="SEARCH PRODUCTS..."> <button type="submit" class="tt-btn-search">SEARCH</button> </form> <!-- /tt-search --> </div><div class="tt-col-obj tt-obj-options obj-move-right"> <span class="header-tel-info"> <i class="icon-f-93"></i> </span> </div></div> </div> <div class="container single-menu"> <div class="tt-header-holder"> <div class="tt-obj-menu obj-aligment-left"><div class="categories-btn-box tostuck-det-js" data-parent="categories-btn-box" data-stuckparent="tt-stuck-parent-categories"> <div class="categories-btn"> <button> CATEGORIES<i class="icon-e-13"></i><i class="icon-e-16"></i> </button> <div class="tt-dropdown-menu"><nav> <ul><li> <a href="/collections/top-seller"><span>Top Sellers</span></a></li><li> <a href="/collections/post-vaccination-essential"><span>Post Vaccination Care</span></a></li><li> <a href="/collections/covid-19-hygiene-essential"><span>Covid-19 Hygiene Essential</span></a></li><li> <a href="/collections/baby-care"><span>Baby Care</span></a></li><li> <a href="/collections/body-care"><span>Body Care</span></a></li><li> <a href="/collections/cosmetic"><span>Cosmetic</span></a></li><li> <a href="/collections/oral-care"><span>Dental Care</span></a></li><li> <a href="/collections/medical-supply"><span>Diagnostic Kit</span></a></li><li> <a href="/collections/skin-care"><span>Facial Care</span></a></li><li> <a href="/collections/condoms-lubricants"><span>Family Planning</span></a></li><li> <a href="/collections/feminine-care"><span>Feminine Products</span></a></li><li> <a href="/collections/first-aids"><span>First Aids</span></a></li><li> <a href="/collections/hair-care"><span>Hair Care</span></a></li><li> <a href="/collections/hand-care"><span>Hand Care</span></a></li><li> <a href="/collections/groceries"><span>Health Food / Drink</span></a></li><li> <a href="/collections/cleaning-detergent"><span>Household / Domestics</span></a></li><li> <a href="/collections/medical-aids"><span>Medical Aids</span></a></li><li> <a href="/collections/medicine"><span>Over-The-Counter Internal (Medicine)</span></a></li><li> <a href="/collections/over-the-counter-external"><span>Over-The-Counter External (Ointment)</span></a></li><li> <a href="/collections/supplements"><span>Vitamin & Supplement</span></a></li></ul> </nav></div> </div> </div><div class="tt-desctop-parent-menu tt-parent-box"> <div class="tt-desctop-menu tt-menu-small"><nav> <ul><li class="dropdown tt-megamenu-col-01" > <a href="/"><span>Home</span></a></li><li class="dropdown tt-megamenu-col-01" > <a href="/collections"><span>All Brands</span></a><div class="dropdown-menu"> <div class="row tt-col-list"> <div class="col"> <ul class="tt-megamenu-submenu tt-megamenu-preview"><li><a href="/collections/al-lecca"><span>Al-Lecca</span></a></li><li><a href="/collections/aishitoto"><span>Aishitoto</span></a></li><li><a href="/collections/appeton"><span>Appeton</span></a></li><li><a href="/collections/abbott"><span>Abbott</span></a></li><li><a href="/collections/accu-chek"><span>Accu Chek</span></a></li><li><a href="/collections/alcon"><span>Alcon</span></a></li><li><a href="/collections/atroflex"><span>Atroflex</span></a></li><li><a href="/collections/alcosm"><span>Alcosm</span></a></li><li><a href="/collections/amazin-graze"><span>Amazin' Graze</span></a></li><li><a href="/collections/ammeda"><span>Ammeda</span></a></li><li><a href="/collections/bifesta"><span>Bifesta</span></a></li><li><a href="/collections/bioplus"><span>Bioplus</span></a></li><li><a href="/collections/bioscalp"><span>Bioscalp</span></a></li><li><a href="/collections/bio-life"><span>Bio-life</span></a></li><li><a href="/collections/blackmores"><span>Blackmores</span></a></li><li><a href="/collections/b-b-labs"><span>B&B Labs</span></a></li><li><a href="/collections/bactepro"><span>Bactepro</span></a></li><li><a href="/collections/brands"><span>Brands</span></a></li><li><a href="/collections/bepanthen"><span>Bepanthen</span></a></li><li><a href="/collections/bad-lab"><span>Bad Lab</span></a></li><li><a href="/collections/betadine-1"><span>Betadine</span></a></li><li><a href="/collections/baby-nadif"><span>Baby Nadif</span></a></li><li><a href="/collections/beta-skin"><span>Beta Skin</span></a></li><li><a href="/collections/biorepair"><span>Biorepair</span></a></li><li><a href="/collections"><span>Botrem</span></a></li><li><a href="/collections/bonjela"><span>Bonjela</span></a></li><li><a href="/collections/colgate"><span>Colgate</span></a></li><li><a href="/collections/centrum"><span>Centrum</span></a></li><li><a href="/collections/cell-labs"><span>Cell Labs</span></a></li><li><a href="/collections/cleverin"><span>Cleverin</span></a></li><li><a href="/collections/clinell"><span>Clinell</span></a></li><li><a href="/collections/cosmoderm"><span>Cosmoderm</span></a></li><li><a href="/collections/chriszen"><span>Chriszen</span></a></li><li><a href="/collections/cetaphil"><span>Cetaphil</span></a></li><li><a href="/collections/counterpain-1"><span>Counterpain</span></a></li><li><a href="/collections/c"><span>C+</span></a></li><li><a href="/collections/cloversoft"><span>Cloversoft</span></a></li><li><a href="/collections/daionica"><span>Daionica</span></a></li><li><a href="/collections/darlie"><span>Darlie</span></a></li><li><a href="/collections/dermacyn"><span>Dermacyn</span></a></li><li><a href="/collections/dentiste"><span>Dentiste</span></a></li><li><a href="/collections/dr-wound"><span>Dr Wound</span></a></li><li><a href="/collections/dynamic-nutrition"><span>Dynamic Nutrition</span></a></li><li><a href="/collections/dove"><span>Dove</span></a></li><li><a href="/collections/dfenz"><span>DFenz</span></a></li><li><a href="/collections/durex"><span>Durex</span></a></li><li><a href="/collections/dano"><span>DanO</span></a></li><li><a href="/collections/dip-n-tell"><span>Dip N Tell</span></a></li><li><a href="/collections/dermoplex"><span>Dermoplex</span></a></li><li><a href="/collections/ego"><span>Ego</span></a></li><li><a href="/collections/esberitox"><span>Esberitox</span></a></li><li><a href="/collections/euky-bear"><span>Euky Bear</span></a></li><li><a href="/collections/elexia-naturals"><span>Elexia Naturals</span></a></li><li><a href="/collections/eucerin"><span>Eucerin</span></a></li><li><a href="/collections/ecover"><span>Ecover</span></a></li><li><a href="/collections/eno"><span>Eno</span></a></li><li><a href="/collections/eubos"><span>Eubos</span></a></li><li><a href="/collections/eages"><span>Eages</span></a></li><li><a href="/collections/fluimucil"><span>Fluimucil</span></a></li><li><a href="/collections/foellie"><span>Foellie</span></a></li><li><a href="/collections/follow-me"><span>Follow Me</span></a></li><li><a href="/collections/fruiser"><span>Fruiser</span></a></li><li><a href="/collections/australian"><span>G&M Australian Cream</span></a></li><li><a href="/collections/genefood"><span>Genefood</span></a></li><li><a href="/collections/gingen"><span>Gingen</span></a></li><li><a href="/collections/glucolin"><span>Glucolin</span></a></li><li><a href="/collections/gatsby"><span>Gatsby</span></a></li><li><a href="/collections/garden-of-eden"><span>Garden of Eden</span></a></li><li><a href="/collections/greenology"><span>Greenology</span></a></li><li><a href="/collections/grandpawpaw"><span>Grandpawpaw</span></a></li><li><a href="/collections/good-virtues-co"><span>Good Virtues Co</span></a></li><li><a href="/collections/gsk"><span>GSK</span></a></li><li><a href="/collections/gillette"><span>Gillette</span></a></li><li><a href="/collections/gluconavii"><span>Gluconavii</span></a></li><li><a href="/collections/gaviscon"><span>Gaviscon</span></a></li><li><a href="/collections/health-tech-innovative"><span>Health Tech Innovative</span></a></li><li><a href="/collections/himalaya"><span>Himalaya</span></a></li><li><a href="/collections/head-shoulders"><span>Head & Shoulders</span></a></li><li><a href="/collections/hiruscar"><span>Hiruscar</span></a></li><li><a href="/collections/hisamitsu"><span>Hisamitsu</span></a></li><li><a href="/collections/idrogen"><span>Idrogen</span></a></li><li><a href="/collections/ibobomi"><span>Ibobomi</span></a></li><li><a href="https://ascenpluspharmacy.com.my/collections/impact-mints"><span>Impacts Mints</span></a></li><li><a href="/collections/jangsu"><span>Jangsu</span></a></li><li><a href="/collections/jen-remedies"><span>Jen Remedies</span></a></li><li><a href="/collections/johnson-johnson"><span>Johnson & Johnson</span></a></li><li><a href="/collections/kiseki"><span>Kiseki</span></a></li><li><a href="/collections/hisamitsu"><span>Kool Fever</span></a></li><li><a href="/collections/kleenex"><span>Kleenex</span></a></li><li><a href="/collections/kew"><span>Kew</span></a></li><li><a href="/collections/la-roche-posay"><span>La Roche Posay</span></a></li><li><a href="/collections/luqua"><span>Luqua</span></a></li><li><a href="/collections/loreal"><span>Loreal</span></a></li><li><a href="/collections/lucido-l"><span>Lucido-L</span></a></li><li><a href="/collections/ladykin"><span>Ladykin</span></a></li><li><a href="/collections/listerine"><span>Listerine</span></a></li><li><a href="/collections/lux"><span>LUX</span></a></li><li><a href="/collections/little-urchin"><span>Little Urchin</span></a></li><li><a href="/collections/lovial"><span>Lovial</span></a></li><li><a href="/collections/mustela"><span>Mustela</span></a></li><li><a href="/collections/mereah-spa"><span>Mareah Spa</span></a></li><li><a href="/collections/medklinn"><span>Medklinn</span></a></li><li><a href="/collections/mellisachens"><span>Mellisachens</span></a></li><li><a href="/collections/mucosolvan"><span>Mucosolvan</span></a></li><li><a href="/collections/medisana"><span>Medisana</span></a></li><li><a href="/collections/moogoo"><span>Moogoo</span></a></li><li><a href="/collections/method"><span>Method</span></a></li><li><a href="/collections/natura-siberica"><span>Natural Siberica</span></a></li><li><a href="/collections/nivea"><span>Nivea</span></a></li><li><a href="/collections/naturalite"><span>Naturalite</span></a></li><li><a href="/collections/naturvital"><span>NaturVital</span></a></li><li><a href="/collections/natures-way"><span>Nature's Way</span></a></li><li><a href="/collections/nebiolina"><span>Nebiolina</span></a></li><li><a href="/collections/nutriogenz"><span>NutrioGenz</span></a></li><li><a href="/collections/nurigins"><span>Nurigins</span></a></li><li><a href="/collections/nulids"><span>NuLids</span></a></li><li><a href="/collections/nutti-skin"><span>Nutti Skin</span></a></li><li><a href="/collections/nunature"><span>Nunature</span></a></li><li><a href="/collections/nuvapine"><span>Nuvapine</span></a></li><li><a href="/collections/nuxe"><span>Nuxe</span></a></li><li><a href="/collections/optrex"><span>Optrex</span></a></li><li><a href="/collections/osh-piper"><span>Osh piper</span></a></li><li><a href="/collections/omeco"><span>Omeco</span></a></li><li><a href="/collections/oilees"><span>Oilees</span></a></li><li><a href="/collections/oradex"><span>Oradex</span></a></li><li><a href="/collections/olay"><span>Olay</span></a></li><li><a href="/collections/oral-b"><span>Oral B</span></a></li><li><a href="/collections/one-touch"><span>One Touch</span></a></li><li><a href="/collections/omron"><span>Omron</span></a></li><li><a href="/collections/puricent"><span>Puricent</span></a></li><li><a href="/collections/pnkids"><span>Pnkids</span></a></li><li><a href="/collections/pharmaton"><span>Pharmaton</span></a></li><li><a href="/collections/pantene"><span>Pantene</span></a></li><li><a href="/collections/pf-life"><span>PF Life</span></a></li><li><a href="/collections/petal-fresh"><span>Petal Fresh</span></a></li><li><a href="/collections/polident"><span>Polident</span></a></li><li><a href="/collections/pixy-perfect"><span>Pixy Perfect</span></a></li><li><a href="/collections/prospan"><span>Prospan</span></a></li><li><a href="/collections/petite-lael"><span>Petite Lael</span></a></li><li><a href="/collections/pureen"><span>Pureen</span></a></li><li><a href="/collections/prodentalb"><span>Prodentalb</span></a></li><li><a href="/collections/perskindol"><span>Perskindol</span></a></li><li><a href="/collections/palmers"><span>Palmer's</span></a></li><li><a href="/collections/pure-papayacare"><span>Pure Papayacare</span></a></li><li><a href="/collections/perspirex"><span>Perspirex</span></a></li><li><a href="/collections/proxmask"><span>Proxmask</span></a></li><li><a href="/collections/panadol"><span>Panadol</span></a></li><li><a href="/collections/procare"><span>Procare</span></a></li><li><a href="/collections/rossmax"><span>Rossmax</span></a></li><li><a href="/collections/revlon"><span>Revlon</span></a></li><li><a href="/collections/ruby-cell"><span>Ruby-Cell</span></a></li><li><a href="/collections/radico"><span>Radico</span></a></li><li><a href="/collections/rexona"><span>Rexona</span></a></li><li><a href="/collections/roscelle"><span>Roscelle</span></a></li><li><a href="/collections/sebamed"><span>Sebamed</span></a></li><li><a href="/collections/scotts"><span>Scott's</span></a></li><li><a href="/collections/salus"><span>Salus</span></a></li><li><a href="/collections/sterimar"><span>Sterimar</span></a></li><li><a href="/collections/simple"><span>Simple</span></a></li><li><a href="/collections/soap-artisan"><span>Soap Artisan</span></a></li><li><a href="/collections/soul-sister"><span>Soul Sister</span></a></li><li><a href="/collections/swissvita"><span>Swissvita</span></a></li><li><a href="/collections/sukin"><span>Sukin</span></a></li><li><a href="/collections/sensodyne"><span>Sensodyne</span></a></li><li><a href="/collections/sensenique-natural"><span>Sensenique Natural</span></a></li><li><a href="/collections/simba"><span>Simba</span></a></li><li><a href="/collections/sudocrem"><span>Sudocrem</span></a></li><li><a href="/collections/sambucol"><span>Sambucol</span></a></li><li><a href="/collections/safeguard"><span>Safeguard</span></a></li><li><a href="/collections/suzuran"><span>Suzuran</span></a></li><li><a href="/collections/sho"><span>Sho</span></a></li><li><a href="https://ascenpluspharmacy.com.my/collections/salf-of-the-earth"><span>Salt of The Earth</span></a></li><li><a href="/collections/sateen"><span>Sateen</span></a></li><li><a href="/collections/thursday-plantation"><span>Thursday Plantation</span></a></li><li><a href="/collections/tanakan"><span>Tanakan</span></a></li><li><a href="/collections/the-potions"><span>The Potions</span></a></li><li><a href="/collections/total-image"><span>Total Image</span></a></li><li><a href="/collections/tena"><span>Tena</span></a></li><li><a href="/collections/this-toothbrush"><span>This Toothbrush</span></a></li><li><a href="/collections/tanamera"><span>Tanamera</span></a></li><li><a href="/collections/tiger-balm"><span>Tiger Balm</span></a></li><li><a href="/collections/udo"><span>UDO</span></a></li><li><a href="/collections/uriage"><span>Uriage</span></a></li><li><a href="/collections/uphamol"><span>Uphamol</span></a></li><li><a href="/collections/vins"><span>Vins</span></a></li><li><a href="/collections/vicks"><span>Vicks</span></a></li><li><a href="/collections/v-magic"><span>V Magic</span></a></li><li><a href="/collections/wishtree"><span>Wishtree</span></a></li><li><a href="/collections/western-comefree"><span>Western Comefree</span></a></li><li><a href="/collections/whisper"><span>Whisper</span></a></li><li><a href="/collections/wetty"><span>Wetty</span></a></li><li><a href="/collections/zennlab-pharmasen-1"><span>Zennlab & Pharmasen</span></a></li></ul> </div> </div> </div></li><li class="dropdown tt-megamenu-col-01" > <a href="/pages/exclusive-brand-puricent"><span>Ascen+ Exclusive </span></a><div class="dropdown-menu"> <div class="row tt-col-list"> <div class="col"> <ul class="tt-megamenu-submenu tt-megamenu-preview"><li><a href="/pages/immuniti-m"><span>Puricent | Immuniti-M</span></a></li><li><a href="/pages/omeco"><span>Puricent | OMECO Fish Oil</span></a></li></ul> </div> </div> </div></li><li class="dropdown tt-megamenu-col-01" > <a href="/pages/delivery-timing"><span>Delivery Info</span></a></li><li class="dropdown tt-megamenu-col-01" > <a href="/pages/about-us"><span>About Us</span></a><div class="dropdown-menu"> <div class="row tt-col-list"> <div class="col"> <ul class="tt-megamenu-submenu tt-megamenu-preview"><li><a href="/pages/our-services"><span>Our Services</span></a></li><li><a href="/pages/our-outlets"><span>Our Outlets</span></a></li></ul> </div> </div> </div></li><li class="dropdown tt-megamenu-col-01" > <a href="/pages/contact-us"><span>Support</span></a></li></ul> </nav></div> </div> </div> <div class="tt-col-obj tt-obj-options obj-move-right"> <div class="tt-desctop-parent-search tt-parent-box hide"></div><!-- tt-cart --> <div class="tt-desctop-parent-cart tt-parent-box"> <div class="tt-cart tt-dropdown-obj"> <button class="tt-dropdown-toggle" data-tooltip="Cart" data-tposition="bottom" > <i class="icon-f-39"></i> <span class="tt-text"> </span> <span class="tt-badge-cart hide">0</span> </button> <div class="tt-dropdown-menu"> <div class="tt-mobile-add"> <h6 class="tt-title">SHOPPING CART</h6> <button class="tt-close">CLOSE</button> </div> <div class="tt-dropdown-inner"> <div class="tt-cart-layout"> <div class="tt-cart-content"> <a href="/cart" class="tt-cart-empty" title="VIEW CART"> <i class="icon-f-39"></i> <p>No Products in the Cart</p> </a> <div class="tt-cart-box hide"> <div class="tt-cart-list"></div> <div class="flex-align-center header-cart-more-message-js" style="display: none;"> <a href="/cart" class="btn-link-02" title="View cart">. . .</a> </div> <div class="tt-cart-total-row"> <div class="tt-cart-total-title">TOTAL:</div> <div class="tt-cart-total-price">RM 0.00</div> </div> <div class="tt-cart-btn"> <div class="tt-item"> <a href="/checkout" class="btn">PROCEED TO CHECKOUT</a> </div> <div class="tt-item"> <a href="/cart" class="btn-link-02">VIEW CART</a> </div> </div> </div> </div> </div> </div><div class='item-html-js hide'> <div class="tt-item"> <a href="#" title="View Product"> <div class="tt-item-img"> img </div> <div class="tt-item-descriptions"> <h2 class="tt-title">title</h2> <ul class="tt-add-info"> <li class="details">details</li> </ul> <div class="tt-quantity"><span class="qty">qty</span> X</div> <div class="tt-price">price</div> </div> </a> <div class="tt-item-close"> <a href="/cart/change?id=0&quantity=0" class="tt-btn-close svg-icon-delete header_delete_cartitem_js" title="Delete"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 22" style="enable-background:new 0 0 22 22;" xml:space="preserve"> <g> <path d="M3.6,21.1c-0.1-0.1-0.2-0.3-0.2-0.4v-15H2.2C2,5.7,1.9,5.6,1.7,5.5C1.6,5.4,1.6,5.2,1.6,5.1c0-0.2,0.1-0.3,0.2-0.4 C1.9,4.5,2,4.4,2.2,4.4h5V1.9c0-0.2,0.1-0.3,0.2-0.4c0.1-0.1,0.3-0.2,0.4-0.2h6.3c0.2,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.4 v2.5h5c0.2,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.4c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2h-1.3v15 c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2H4.1C3.9,21.3,3.7,21.2,3.6,21.1z M17.2,5.7H4.7v14.4h12.5V5.7z M8.3,9 c0.1,0.1,0.2,0.3,0.2,0.4v6.9c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4V9.4 c0-0.2,0.1-0.3,0.2-0.4c0.1-0.1,0.3-0.2,0.4-0.2S8.1,8.9,8.3,9z M8.4,4.4h5V2.6h-5V4.4z M11.4,9c0.1,0.1,0.2,0.3,0.2,0.4v6.9 c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4V9.4c0-0.2,0.1-0.3,0.2-0.4 c0.1-0.1,0.3-0.2,0.4-0.2S11.3,8.9,11.4,9z M13.6,9c0.1-0.1,0.3-0.2,0.4-0.2s0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.3,0.2,0.4v6.9 c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.4,0.2s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4V9.4C13.4,9.3,13.5,9.1,13.6,9z"/> </g> </svg> </a> </div> </div> </div></div> </div> </div> <!-- /tt-cart --><!-- tt-account --> <div class="tt-desctop-parent-account tt-parent-box"> <div class="tt-account tt-dropdown-obj"> <button class="tt-dropdown-toggle" data-tooltip="My Account" data-tposition="bottom" ><i class="icon-f-94"></i></button> <div class="tt-dropdown-menu"> <div class="tt-mobile-add"> <button class="tt-close">Close</button> </div> <div class="tt-dropdown-inner"> <ul><li><a href="/account/login"><i class="icon-f-77"></i>Sign In</a></li> <li><a href="/account/register"><i class="icon-f-94"></i>Register</a></li><li><a href="/checkout"><i class="icon-f-68"></i>Checkout</a></li> </ul> </div> </div> </div> </div> <!-- /tt-account --></div> </div> </div> </div> <!-- stuck nav --> <div class="tt-stuck-nav notshowinmobile"> <div class="container"> <div class="tt-header-row "><div class="tt-stuck-parent-logo"> <a href="/" class="tt-logo" itemprop="url"><img src="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383" srcset="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383 1x, //ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_190x.png?v=1613788383 2x" alt="" class="tt-retina" itemprop="logo"/></a> </div><div class="tt-stuck-parent-categories fromstuck-det-js"></div><div class="tt-stuck-parent-menu"></div><div class="tt-parent-box"><a href="#" class="catmobbtn mainmenumob-js"><svg width="17" height="5" viewBox="0 0 17 5" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.125 4.79167C2.71159 4.79167 3.20963 4.59092 3.61914 4.18945C4.03971 3.77712 4.25 3.28342 4.25 2.70833C4.25 2.13325 4.03971 1.64497 3.61914 1.24349C3.20963 0.831163 2.71159 0.625 2.125 0.625C1.53842 0.625 1.03483 0.831163 0.614258 1.24349C0.204752 1.64497 0 2.13325 0 2.70833C0 3.28342 0.204752 3.77712 0.614258 4.18945C1.03483 4.59092 1.53842 4.79167 2.125 4.79167ZM2.125 1.66667C2.41276 1.66667 2.66178 1.76975 2.87207 1.97591C3.08236 2.18207 3.1875 2.42622 3.1875 2.70833C3.1875 2.99045 3.08236 3.23459 2.87207 3.44076C2.66178 3.64692 2.41276 3.75 2.125 3.75C1.83724 3.75 1.58822 3.64692 1.37793 3.44076C1.16765 3.23459 1.0625 2.99045 1.0625 2.70833C1.0625 2.42622 1.16765 2.18207 1.37793 1.97591C1.58822 1.76975 1.83724 1.66667 2.125 1.66667ZM8.5 4.79167C9.08659 4.79167 9.5846 4.59092 9.99413 4.18945C10.4147 3.77712 10.625 3.28342 10.625 2.70833C10.625 2.13325 10.4147 1.64497 9.99413 1.24349C9.5846 0.831163 9.08659 0.625 8.5 0.625C7.91342 0.625 7.40983 0.831163 6.98926 1.24349C6.57976 1.64497 6.375 2.13325 6.375 2.70833C6.375 3.28342 6.57976 3.77712 6.98926 4.18945C7.40983 4.59092 7.91342 4.79167 8.5 4.79167ZM8.5 1.66667C8.78773 1.66667 9.03677 1.76975 9.24706 1.97591C9.45735 2.18207 9.5625 2.42622 9.5625 2.70833C9.5625 2.99045 9.45735 3.23459 9.24706 3.44076C9.03677 3.64692 8.78773 3.75 8.5 3.75C8.21224 3.75 7.96322 3.64692 7.75293 3.44076C7.54265 3.23459 7.4375 2.99045 7.4375 2.70833C7.4375 2.42622 7.54265 2.18207 7.75293 1.97591C7.96322 1.76975 8.21224 1.66667 8.5 1.66667ZM14.875 0.625C14.2884 0.625 13.7848 0.831163 13.3643 1.24349C12.9548 1.64497 12.75 2.13325 12.75 2.70833C12.75 3.28342 12.9548 3.77712 13.3643 4.18945C13.7848 4.59092 14.2884 4.79167 14.875 4.79167C15.4616 4.79167 15.9596 4.59092 16.3691 4.18945C16.7897 3.77712 17 3.28342 17 2.70833C17 2.13325 16.7897 1.64497 16.3691 1.24349C15.9596 0.831163 15.4616 0.625 14.875 0.625ZM14.875 3.75C14.5873 3.75 14.3382 3.64692 14.1279 3.44076C13.9176 3.23459 13.8125 2.99045 13.8125 2.70833C13.8125 2.42622 13.9176 2.18207 14.1279 1.97591C14.3382 1.76975 14.5873 1.66667 14.875 1.66667C15.1627 1.66667 15.4118 1.76975 15.6221 1.97591C15.8324 2.18207 15.9375 2.42622 15.9375 2.70833C15.9375 2.99045 15.8324 3.23459 15.6221 3.44076C15.4118 3.64692 15.1627 3.75 14.875 3.75Z" fill="black"/> </svg> </a></div><div class="tt-stuck-parent-search tt-parent-box"></div><div class="tt-stuck-parent-cart tt-parent-box"></div><div class="tt-stuck-parent-account tt-parent-box"></div></div> </div></div> </header> </div> <div class="tt-breadcrumb"> <div class="container"> <ul> <li><a href="/">Home</a></li><li><span>SUKIN Sensitive Facial Moituriser [125ml]</span></li></ul> </div> </div> <div id="tt-pageContent"> <div itemscope itemtype="http://schema.org/Product" class="product_page_template product_page_mobile_slider_no_margin_top" data-prpageprhandle="sukin-sensitive-facial-moituriser-125ml"> <meta itemprop="name" content="SUKIN Sensitive Facial Moituriser [125ml]"> <meta itemprop="url" content="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml"><link itemprop="image" content="https://ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_800x.jpg?v=1632835616"><meta itemprop="description" content="At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa &amp; Shea Butters. With antioxidant rich Rosehip, Sesame and Jojoba Oils help restore skins moisture levels, leaving skin feeling soothed and nourished. TIP: If your skin is feeling super dehydrated, add a few drops of our Organic Rosehip Oil into your moisturizer for extra hydration and nutrients."><meta itemprop="sku" content="002175"><meta itemprop="brand" content="Ascen Plus Pharmacy"><div itemprop="offers" itemscope itemtype="http://schema.org/Offer"><meta itemprop="sku" content="002175"><link itemprop="availability" href="http://schema.org/InStock"> <meta itemprop="price" content="39.9"> <meta itemprop="priceCurrency" content="MYR"> <link itemprop="url" href="https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml?variant=40992828162204"> <meta itemprop="priceValidUntil" content="2025-02-24"> </div><div id="shopify-section-product-template" class="shopify-section"><div class="container-indent"> <div class="tt-mobile-product-slider visible-xs arrow-location-center slick-animated-show-js" data-slickdots="true"> <div class=""> <img srcset="//ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_600x.jpg?v=1632835616" data-lazy="//ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_1024x1024.jpg?v=1632835616" alt="SUKIN Sensitive Facial Moituriser [125ml]"> </div></div> <div class="container container-fluid-mobile"> <div class="row"> <div class="col-6 hidden-xs"> <div class="tt-product-vertical-layout stickprcol-js"> <div class="tt-product-single-img" data-scrollzoom="true" style="width: 100%;"><div class="mediaimageholder"><button class="tt-btn-zomm tt-top-right tt-btn-zomm-product-page"><i class="icon-f-86"></i></button><img class="zoom-product" src='//ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_1024x1024.jpg?v=1632835616' data-zoom-image="//ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_2048x2048.jpg?v=1632835616" alt="SUKIN Sensitive Facial Moituriser [125ml]" /> </div> <div class="mediaholder" style="display: none;"> </div> </div></div> </div> <div class="col-6"> <div class="tt-product-single-info stickprcolheight-js"><h1 class="tt-title">SUKIN Sensitive Facial Moituriser [125ml]</h1><div class="tt-price"><span class="new-price">RM 39.90</span> <span class="old-price"></span></div><div class="tt-review"> <div class="rating" data-tooltip="Go to review"> <span class="shopify-product-reviews-badge" data-id="7059950436508"></span></div> </div><div class="tt-swatches-container tt-swatches-container-js"></div><div class="tt-wrapper"><form method="post" action="/cart/add" id="product_form_7059950436508" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" class="input_variant" name="id" value="40992828162204"> <div class="tt-row-custom-01"> <div class="col-item"> <div class="tt-input-counter style-01"> <span class="minus-btn"></span> <input type="text" name="quantity" value="1" size="5"> <span class="plus-btn"></span> </div> </div> <div class="col-item"> <button class="btn btn-lg btn-addtocart addtocart-js"> <span>ADD TO CART</span> </button> </div> </div><input type="hidden" name="product-id" value="7059950436508" /><input type="hidden" name="section-id" value="product-template" /></form></div> </div><script> window.addEventListener('DOMContentLoaded', function() { /* For buy now button */ function changeBuyNowName(){ var $buyinoneclick = $('.buyinoneclick'); var buttonname = $buyinoneclick.data("buttonname"); var loadname = $buyinoneclick.data("loading"); if($buyinoneclick.length == 0) return false; $buyinoneclick.first().bind('DOMNodeInserted', function() { $(this).unbind('DOMNodeInserted'); var $shopifypaymentbutton = $(this).find(".shopify-payment-button__button"); setTimeout(function(){ if($('.buyinoneclick').length){ $buyinoneclick.hide(); setTimeout( function(){ if($(".shopify-payment-button__button").hasClass("shopify-payment-button__button--branded")){ $(".shopify-payment-button__button") .on("click", function(){ $('.buyinoneclick').replaceWith('<p class="tt-loading-text">' + loadname + '</p>') }) .find('span[aria-hidden=true]').first().text(buttonname+' '); } else{ $(".shopify-payment-button__button") .on("click", function(){ $('.buyinoneclick').replaceWith('<p class="tt-loading-text">' + loadname + '</p>') }) .text(buttonname); } $buyinoneclick.fadeIn() }, 300); } }, 300); }); } changeBuyNowName(); var firstload = true; /* Swatches */ function productPageJsonLoaded(json_data) { var str = '{}'; var sw_history = Boolean(true); var show_unavailable_options = $('.show_unavailable_variants').length > 0; var cur_opt = str != '' ? JSON.parse(str) : ''; var full_opt = cur_opt != '' ? $.extend( texture_obj, cur_opt ) : texture_obj; _selectedByDefault = true; var group1 = new SwatchesConstructor(json_data, {contentParent: '.tt-swatches-container-js', enableHistoryState: sw_history, callback: productPageVariant, externalImagesObject: full_opt, externalColors: colors_value, colorWithBorder: color_with_border, productHandle:'sukin-sensitive-facial-moituriser-125ml', designOption1:'getButtonHtml', designOption2:'getButtonHtml', designOption3:'getButtonHtml', selectedByDefault: _selectedByDefault, show_unavailable_options: show_unavailable_options }); $('body').on('change', '.tt-fixed-product-wrapper select', function(e){ group1.initSwatches($(this).val()); sw_history && history.pushState(null, null, location.pathname+'?variant='+$(this).val()); $('[name="id"]').val($(this).val()); $('.tt-fixed-product-wrapper').find('.btn').replaceWith($('.btn-addtocart').first().clone().removeClass('btn-lg btn-addtocart addtocart-js')); }) json_data = null; }; function productPageVariant(variant, product){ var _parent = $('.tt-product-single-info'); var _swatch = _parent.find('.tt-swatches-container-js'); swatchVariantHandler(_parent, variant); var sc = $('.tt-swatches-container'); if(firstload == true && location.search == '' && $('.select_options').length && !sc.find('.active').length && _swatch.children().length){ firstload = false; return false; } if(_parent.find('.select_options').length){ _parent.find('.select_options').removeClass('select_options'); $(window).trigger('resize'); } swatchVariantButtonHandler(_parent, variant); var g = $('#smallGallery'); var filter = '.filter'+variant.options[0].split(' ').join('_'); if($('.four-images-js').length == 0 && $('.product-images-static').length == 0 && g.hasClass('withfiltres') && g.attr('data-cur') != filter){ g.attr('data-cur', filter); g.slick('slickUnfilter').slick('slickFilter',filter); } var img_id = variant.featured_media ? variant.featured_media.id : 'none'; var target = img_id == 'none' ? $("[data-slick-index=0]").children() : $("[data-target="+img_id+"]"); var num = target.last().parent().attr('data-slick-index'); var $container = $("#smallGallery"); $('.four-images-js').length == 0 && $('.product-images-static').length == 0 && setDefaultSlider(variant, num, $container, target); $container = $('.slider-scroll-product'); setScrollSlider(num, $container); g = $('.tt-mobile-product-slider'); if(num && g.length && g.hasClass('slick-initialized')) { var filter = '.filter'+variant.options[0].split(' ').join('_'); if(g.hasClass('withfiltres') && g.attr('data-cur') != filter){ g.attr('data-cur', filter); g.slick('slickUnfilter').slick('slickFilter',filter); } g.slick('slickGoTo', num, true); } addToCartHandler.initFormAddToCartButton(variant.id, _parent, _swatch); $('.four-images-js').length && setFourSlider($('.four-images-js'), product, variant); var buyinoneclick = _parent.find(".buyinoneclick"); buyinoneclick.length && buyinoneclick.removeClass("hide"); if(_parent.find('.compare-js').length){ _parent.find('.compare-js').attr('data-compareid', variant.id); $(window).trigger( "compareevent" ); } var tfpw = $('.tt-fixed-product-wrapper'); if(tfpw.length){ if(variant.featured_media){ tfpw.find('img').attr('src', Shopify.resizeImage(variant.featured_media.src, 'x80')); } var s = tfpw.find('select'); s.val(variant.id); variant.available ? s.removeClass('disabled') : s.addClass('disabled'); var v = $('.tt-product-single-info').find('.tt-input-counter').first().clone(); tfpw.find('.tt-input-counter').replaceWith(v); } } function setDefaultSlider(variant, num, $container, target){ $container.length && variant.featured_image && getMediaGalleryItem(target); if(num && $container.length && target.attr('data-image')){ var it = target.attr('data-image').split('?').shift(); var it2 = $(".zoom-product").attr('src').split('?').shift(); if(it == it2){ $container.slick('slickGoTo', num, true); $container.find('.zoomGalleryActive').removeClass('zoomGalleryActive'); target.addClass('zoomGalleryActive'); !elevateZoomWidget.checkNoZoom() && elevateZoomWidget.configureZoomImage(); return false; } } else{ if(variant.featured_image){ var it = variant.featured_image.src.split('?').shift(); var it2 = $(".zoom-product").attr('src').split('?').shift(); if(it == it2) return false; } } if(num && $container.length && target.attr('data-item-type')){ if(variant.featured_image){ $container.slick('slickGoTo', num, true); $container.find('.zoomGalleryActive').removeClass('zoomGalleryActive'); target.addClass('zoomGalleryActive'); $(".zoom-product").attr('src', target.attr('data-image')).attr('data-zoom-image', target.attr('data-zoom-image')); } } else{ //$('#smallGallery') if(variant.featured_image){ $('.mediaimageholder').length && $('.mediaimageholder').show(); $('.mediaholder').length && $('.mediaholder').hide(); $(".zoom-product").attr('src', variant.featured_image.src).attr('data-zoom-image', variant.featured_image.src); } else{ if($('[featuredmedia]').length && $container.length == 0){ $('.mediaimageholder').length && $('.mediaimageholder').hide(); $('.mediaholder').length && $('.mediaholder').show(); $(".zoom-product").attr('src', '//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/dummy.png?v=138633415270097886021599060379'); } } } !elevateZoomWidget.checkNoZoom() && elevateZoomWidget.configureZoomImage(); } function setFourSlider($container, product, variant){ if(product.images.length < 4 || variant.featured_image == null) return false; var c_img = variant.featured_image.src.replace(/https:/g, ''); var img_a = String(c_img+product.images.join(',').split(c_img).pop()).split(','); $container.find(".zoom-product").each(function(index){ var src = Shopify.resizeImage(img_a[index], '600x'); $(this).attr('src',src); }) !elevateZoomWidget.checkNoZoom() && elevateZoomWidget.configureZoomImage(); } function setScrollSlider(num, $container){ if(!(num && $container.length)) return false; $container.slick('slickGoTo', num, true); } Shopify.getProduct('sukin-sensitive-facial-moituriser-125ml', productPageJsonLoaded); }); </script> </div> </div> </div> </div><div class="container-indent wrapper-social-icon"> <div class="container text-center"><!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_inline_share_toolbox"></div> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5b49007ef2f2cd42"></script> </div> </div><div class="container-indent product_tabs"> <div class="container"><div class="tt-collapse-block prpage-tabs"><div class="tt-item active"> <div class="tt-collapse-title">DESCRIPTION</div> <div class="tt-collapse-content"><span data-mce-fragment="1">At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa &amp; Shea Butters. With antioxidant rich Rosehip, Sesame and Jojoba Oils help restore skins moisture levels, leaving skin feeling soothed and nourished. TIP: If your skin is feeling super dehydrated, add a few drops of our Organic Rosehip Oil into your moisturizer for extra hydration and nutrients.</span></div> </div><div id="tab_review" class="tt-item"> <div class="tt-collapse-title">REVIEWS</div> <div class="tt-collapse-content"> <div id="shopify-product-reviews" data-id="7059950436508"></div></div> </div></div></div> </div><div class="container-indent" data-title="RELATED PRODUCTS" data-product-id="7059950436508" data-section-id="product-template" data-limit="8" data-section-type="product-recommendations" data-sectionname="product-recommendations"></div> <div class="container-indent recently_view_products_wokiee hide" data-count="8"> <div class="container container-fluid-custom-mobile-padding"> <div class="tt-block-title text-left"><h2 class="tt-title-small">RECENTLY VIEWED PRODUCTS</h2></div> <div class="recently_view_products-box"></div> </div> </div><div class="tt-fixed-product-wrapper" style="display: none;"> <div class="container"> <div class="row justify-content-center"> <div class="col-6 col-lg-4 col-xl-3"> <div class="tt-fixed-product"> <div class="tt-img"> <img src="//ascenpluspharmacy.com.my/cdn/shop/products/SukinSensitiveFacialMoituriser125ml_x80.jpg?v=1632835616" alt="Sticky Image"> </div> <div class="tt-description"> <h3 class="tt-title">SUKIN Sensitive Facial Moituriser [125ml]</h3> <div class="tt-price"> <span class="new-price">$278</span> <span class="old-price">$400</span> </div> </div> </div> </div> <div class="col-6 col-lg-4 col-xl-3"> <div class="tt-row-custom01"> <div class="col-item"> <div class="tt-input-counter style-01"> <span class="minus-btn"></span> <input type="text" value="1" size="5"> <span class="plus-btn"></span> </div> </div> <div class="col-item"> <a href="#" class="btn stickyaddtocart">ADD TO CART</a> </div> </div> </div> </div> </div> </div></div> </div> <div class="modal fade" id="modalVideoProduct" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-video"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="modal-video-content"> </div> </div> </div> </div> </div> <script> global_quantity = {}; global_quantity[40992828162204] = 2; window.addEventListener('DOMContentLoaded', function() { $(document).ready(function(){ $('.btn-addtocart').length && $('.tt-fixed-product-wrapper').length && initStickyAddToCart(); }) }); function initStickyAddToCart(){ $('.tt-back-to-top').length && $('.tt-back-to-top').remove(); var b = $('.btn-addtocart').first(), p = $('.tt-fixed-product-wrapper'), q = $('.tt-product-single-info'), c = q.find('.tt-input-counter').first(); $(window).resize(isatcResize); $(window).scroll(isatcScrollHandler); isatcResize(); isatcScrollHandler(); $('body').on('click', '.tt-fixed-product-wrapper .plus-btn', function(e){ c.find('.plus-btn').trigger('click'); p.find('.tt-input-counter').replaceWith(c.clone()); }) $('body').on('click', '.tt-fixed-product-wrapper .minus-btn', function(e){ c.find('.minus-btn').trigger('click'); p.find('.tt-input-counter').replaceWith(c.clone()); }) $('body').on('click', '.tt-fixed-product-wrapper .btn', function(e){ e.preventDefault(); b.trigger('click'); }) $('body').on('change', '.tt-fixed-product-wrapper .tt-input-counter input', function(e){ c.find('input').val($(this).val()).trigger('change'); p.find('.tt-input-counter').replaceWith(c.clone()); }) $('body').on('click focusout', '.tt-fixed-product-wrapper select', function(e){ if(e.type == 'click' && !p.find('form').hasClass('formactive')){ p.find('form').addClass('formactive'); return false; } p.find('form').removeClass('formactive'); }) $('body').on('change', '.tt-fixed-product-wrapper select', function(e){ setTimeout(function(){ p.find('.btn').replaceWith($('.btn-addtocart').first().clone().removeClass('btn-lg btn-addtocart addtocart-js').addClass('stickyaddtocart')); p.find('.tt-price').replaceWith(q.find('.tt-price').first().clone()); }, 200) }) function isatcResize(){ if($('.select_options').length) return false; var h = p.innerHeight() - 4; $('footer').css('padding-bottom', h); } function isatcScrollHandler(){ if($(window).scrollTop() > b.offset().top){ if(p.hasClass('atdshowed') || $('.select_options').length) return false; var c_ = c.clone(); p.addClass('atdshowed').find('.tt-input-counter').replaceWith(c_); p.find('.tt-price').replaceWith(q.find('.tt-price').first().clone()); p.find('.btn').replaceWith($('.btn-addtocart').first().clone().removeClass('btn-lg btn-addtocart addtocart-js').addClass('stickyaddtocart')); $('.tt-promo-fixed').length && $('.tt-promo-fixed').css('bottom', p.innerHeight()+20); p.fadeIn(200); } else{ if(!p.hasClass('atdshowed') || $('.select_options').length) return false; $('.tt-promo-fixed').length && $('.tt-promo-fixed').css('bottom', ''); p.removeClass('atdshowed').fadeOut(200); } } } </script> <script> var players = {}, playersMob = {}, mobileslider = false, youapiinited = false, armodels = {}; window.Shopify.loadFeatures([ { name: 'model-viewer-ui', version: '1.0', onLoad: setupModelViewerUi } ]); function setupModelViewerUi(){ $('body').find('model-viewer').each(function(){ if(!$(this).closest('.notstarted').length){ var i = $(this).closest('[data-slick-index]').length ? $(this).closest('[data-slick-index]').attr('data-slick-index') : ''; armodels[i+$(this).attr('data-model-id')] = new Shopify.ModelViewerUI($(this)[0]); i == '' && armodels[i+$(this).attr('data-model-id')].play(); } }) } window.addEventListener('DOMContentLoaded', function() { $('[data-item-type]').length && initPrGalItemType(); $('.notstarted').length && $('.notstarted').on('click', function(e){ $(this).unbind('click'); $(this).removeClass('notstarted'); }) }); window.addEventListener('resize', function(){ if($(window).width() < 576){ mediaresizetomobile($('.mediaholder')); mediaresizetomobile($('.product-images-static')); } else{ if(mobileslider){ $('.tt-mobile-product-slider').find('video').each(function(){ $(this)[0].pause(); }) stopYouVideos(playersMob); } $('[data-item-type]').length && getMediaGalleryItem($('[data-item-type]').first().closest('ul').find('.zoomGalleryActive')); } }); window.addEventListener("mobile-slider-initialized", function(e){ mobileslider = e.detail; if(mobileslider.find('.pt-product-media-external').length == 0 || !youapiinited) return false; collectPlayersMob(mobileslider); }); function mediaresizetomobile($obj){ if(!$obj.length) return false; $obj.find('video').each(function(){ $(this)[0].pause(); }) stopYouVideos(players); } var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); function onYouTubeIframeAPIReady() { collectPlayersDesk($('.mediaholder')); collectPlayersDesk($('.product-images-static')); youapiinited = true; mobileslider && collectPlayersMob(mobileslider); } function collectPlayersDesk($obj){ if(!$obj.length) return false; $obj.find('.pt-product-media-external').each(function(){ var $this = $(this), videoId = $this.attr('data-video-id'); players[videoId] = new YT.Player($this.find('iframe')[0], {videoId: videoId}); }); } function collectPlayersMob($obj){ $obj.find('.pt-product-media-external').each(function(){ var $this = $(this), videoId = $this.attr('data-video-id'), i = $this.parent().attr('data-slick-index'); playersMob[i+videoId] = new YT.Player($this.find('iframe')[0], {videoId: videoId}); }); $obj.on('beforeChange', function(event, slick, currentSlide, nextSlide){ if(currentSlide == nextSlide) return true; var p = $(this).find('[data-slick-index="'+currentSlide+'"]'), v = false; v = p.find('.pt-product-media-external'); if(v.length){ var videoId = v.attr('data-video-id'); playersMob[currentSlide+videoId].pauseVideo(); } v = p.find('.pt-product-media-internal'); if(v.length){ v.find('video')[0].pause(); } }); $obj.on('afterChange', function(event, slick, currentSlide){ var $this = $(this); var p = $this.find('[data-slick-index="'+currentSlide+'"]'), v = false; v = p.find('.pt-product-media-external'); if(v.length){ var videoId = v.attr('data-video-id'); playersMob[currentSlide+videoId].playVideo(); } v = p.find('.pt-product-media-internal'); if(v.length){ v.find('video')[0].play(); } v = p.find('.pt-product-media-model'); if(v.length && v.find('model-viewer').attr('reveal') != "auto"){ armodels[currentSlide+v.find('model-viewer').attr('data-model-id')].play(); } }); } function initPrGalItemType(){ $('[data-item-type]').click(function(e){ getMediaGalleryItem($(this)); }) } /**/ function getMediaGalleryItem($this){ if(!$this.attr('data-item-type')) return false; if($this.attr('data-item-type') == 'image'){ //$(".zoom-product").attr('src', $this.attr('data-image')).attr('data-zoom-image', $this.attr('data-zoom-image')); showMediaHolderOnProductPage(false) return true; } showMediaHolderOnProductPage(true, $this.attr('data-target')); } function showMediaHolderOnProductPage(val, attr){ val = val || false; var $mh = $('.mediaholder'), $mhall = $mh.find('[data-target-id]'), $mhcur = $mh.find('[data-target-id='+attr+']'); $mhall.length && $mhall.hide(); $mh.find('video').each(function(){ $(this)[0].pause(); }) stopYouVideos(players); if(val){ $('.mediaimageholder').hide(); $mh.show(); $mhcur.show(); $mhcur.find('video').length && $mhcur.find('video')[0].play(); var y = $mhcur.find('iframe'); if(y.length){ var videoId = $mhcur.attr('data-video-id'); players[videoId].playVideo(); } } else{ $('.mediaimageholder').show(); $mh.hide(); } } function stopYouVideos(players){ if(Object.keys(players).length === 0) return false; Object.keys(players).forEach(function(key) { if (typeof players[key].pauseVideo === "function") { players[key].pauseVideo(); } }); } /* arrows for big image in gallery */ window.addEventListener("desktop-slider-initialized", function(e){ var $this = e.detail; if(!$('#custom-product-item').length) return false; var l = $this.find('.slick-slide').length-1; $('#custom-product-item').addClass('tt-show'); $('#custom-product-item').find('.slick-next').on('click',function(e){ var c = Number($this.find('.zoomGalleryActive').parent().attr('data-slick-index')) + 1; c = c > l ? 0 : c; $this.find('[data-slick-index="'+c+'"] a').trigger('click'); }); $('#custom-product-item').find('.slick-prev').on('click',function(e){ var c = Number($this.find('.zoomGalleryActive').parent().attr('data-slick-index')) - 1; c = c <= -1 ? l : c; $this.find('[data-slick-index="'+c+'"] a').trigger('click'); }); }); </script> </div><div id="shopify-section-footer-template" class="shopify-section"><footer><div class="tt-footer-custom tt-color-scheme-02"> <div class="container"> <div class="tt-row"> <div class="tt-col-left"> <div class="tt-col-item"> <div class="tt-newsletter"> <div class="tt-mobile-collapse"> <h4 class="tt-collapse-title"> BE IN TOUCH WITH US: </h4> <div class="tt-collapse-content"> <div class="form-default"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="form-group"> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" class="form-control" value="" placeholder="Enter your e-mail" autocomplete="off" autocapitalize="off" spellcheck="false" > <button type="submit" class="btn footer_subscribe_btn" name="commit">JOIN US</button> </div></form></div> </div> </div> </div> </div> </div><div class="tt-col-right"> <div class="tt-col-item"> <ul class="tt-social-icon"><li><a class="icon-g-64" target="_blank" href="https://www.facebook.com/AscenPlusPharmacy"></a></li><li><a class="icon-g-67" target="_blank" href="https://www.instagram.com/ascenplus/"></a></li></ul> </div> </div></div> </div> </div><div class="tt-footer-col tt-color-scheme-03"> <div class="container"> <div class="row"><div class="col-md-6 col-lg-4 col-xl-4"> <div class="tt-mobile-collapse"> <h4 class="tt-collapse-title">More Info</h4> <div class="tt-collapse-content"> <ul class="tt-list"><li><a href="https://ascenpluspharmacy.com.my/pages/privacy-policy">Privacy Policy</a></li><li><a href="https://ascen-plus-pharmacy.myshopify.com/47048687772/policies/terms-of-service.html?locale=en">Terms of Service</a></li><li><a href="/pages/refund-policy">Refund Policy</a></li></ul> </div> </div></div> <div class="col-md-6 col-lg-4 col-xl-4"> <div class="tt-mobile-collapse"> <h4 class="tt-collapse-title">ABOUT</h4> <div class="tt-collapse-content"> Ascen Plus Pharmacy is a famous local pharmacy in Klang Valley Area.<br><br> Professional Pharmacists. Multiple outlets within Klang Valley<br><br> Various healthcare services such as Hair Analysis, Quantum Test, Bone Density Test, Blood Pressure Monitoring, Blood Glucose Level Monitoring, Cholesterol Test, Body Mass Index etc </div> </div></div> <div class="col-md-6 col-lg-4 col-xl-4"> <div class="tt-mobile-collapse"> <h4 class="tt-collapse-title">CONTACT US</h4> <div class="tt-collapse-content"> <address> <p><span>ADDRESS:</span> Ascen Plus Pharmacy Sdn Bhd (1011373-U), Block A Level 2, Menara Harvey Norman, 13A, Jalan 51a/219, Seksyen 51a 46100 Petaling Jaya, Selangor, Malaysia </p> <p><span>PHONE:</span> +6017-771 4698 (WhatsApp Only)</p> <p><span>HOURS:</span> Monday - Friday from 9 am to 6 pm</p> <p><span>General Enquiries:</span> <a href="mailto:hq@ascenpluspharmacy.com.my">hq@ascenpluspharmacy.com.my</a></p> <p><span>Accounts Related:</span> <a href="mailto:account@ascenpluspharmacy.com.my">account@ascenpluspharmacy.com.my</a></p> <p><span>Careers:</span> <a href="mailto:hr@ascenpluspharmacy.com.my">hr@ascenpluspharmacy.com.my</a></p> </address> </div> </div></div> </div> </div> </div><div class="tt-footer-custom tt-color-scheme-04"> <div class="container"> <div class="tt-row"> <div class="tt-col-left"><div class="tt-col-item tt-logo-col"> <a href="/" class="tt-logo tt-logo-alignment"><img src="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383" srcset="//ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_95x.png?v=1613788383 1x, //ascenpluspharmacy.com.my/cdn/shop/files/Ascen_Logo_190x.png?v=1613788383 2x" alt="" class="tt-retina"></a> </div><div class="tt-col-item"> <div class="tt-box-copyright">&copy; Ascen Plus Pharmacy 2020-2024. All Rights Reserved</div> </div></div><div class="tt-col-right"> <div class="tt-col-item"> <ul class="tt-payment-list"></ul> </div> </div> </div> </div> </div></footer> </div><a href="#" class="tt-back-to-top">BACK TO TOP</a> <div class="modal fade" id="ModalquickView" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="tt-modal-quickview desctope"> <div class="row"> <div class="col-12 col-md-5 col-lg-6"> <div class="product-main-image"></div> </div> <div class="col-12 col-md-7 col-lg-6"> <div class="tt-product-single-info"><div class="tt-add-info"> <ul><li class="availability"> <span>Availability:</span> <span class="stock_quantity hide"></span> <span class="color-base in_stock hide">In Stock</span> <span class="many_in_stock hide">Many in stock</span> <span class="color-red sold_out hide">Out of stock</span> <span class="continue_out hide">You can purchase this product but it&#39;s out of stock</span> </li></ul> </div><h2 class="tt-title">t</h2> <div class="tt-price"><span></span><span class="old-price hide"></span></div><div class="tt-review"> <div class="rating" data-tooltip="Go to review" > </div> </div><div class="description tt-wrapper"> <!--<div class="text"></div>--> </div><div class="tt-swatches-container tt-quickview-swatches-container-js" data-swatches-design1="getButtonHtml" data-swatches-design2="getButtonHtml" data-swatches-design3="getButtonHtml"></div> <div class="tt-wrapper"> <form action="/cart/add" id="modal_quick_view" method="post" enctype="multipart/form-data"> <input type="hidden" class="input_variant" name="id" value=""> <div class="tt-row-custom-01"> <div class="col-item"> <div class="tt-input-counter style-01"> <span class="minus-btn"></span> <input type="text" name="quantity" value="1" size="5"> <span class="plus-btn"></span> </div> </div> <div class="col-item"> <button class="btn btn-lg btn-addtocart addtocart-js"><i class="icon-g-46"></i><span>ADD TO CART</span></button> </div> </div> </form> </div><div class="tt-wrapper"> <div class="tt-add-info"> <ul class="productvendorsmallinfo"><li><span>Product Type:</span> <span class="qv_type"></span></li></ul> </div> </div><div class="tt-wrapper"> <a href="#" class="viewfullinfo">View Full Info</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- modalAddToCart --> <div class="modal fade" id="modalAddToCartError" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="modal-add-cart"> <i class="icon-h-10"></i> <p class="error_message"></p> </div> </div> </div> </div> </div> <div class="modal fade" id="modalAddToCartProduct" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="tt-modal-addtocart mobile"> <div class="tt-modal-messages"> <i class="icon-f-68"></i> Added to cart successfully! </div> <a href="#" class="btn-link btn-close-popup">CONTINUE SHOPPING</a> <a href="/cart" class="btn-link">VIEW CART</a> <a href="/checkout" class="btn-link">PROCEED TO CHECKOUT</a> </div> <div class="tt-modal-addtocart desctope"> <div class="row"> <div class="col-12 col-lg-6"> <div class="tt-modal-messages"> <i class="icon-f-68"></i> Added to cart successfully! </div> <div class="tt-modal-product"> <div class="tt-img"></div> <div class="tt-title tt-title-js"></div> <div class="description"></div> <div class="tt-qty">QTY: <span></span></div> </div> <div class="tt-product-total"> <div class="tt-total total-product-js"> TOTAL: <span class="tt-price"></span> </div> </div> </div> <div class="col-12 col-lg-6"> <a href="/cart" class="tt-cart-total" title="VIEW CART"> There are <span class="modal-total-quantity"></span> items<br> in your cart <div class="tt-total"> TOTAL: <span class="tt-price full-total-js"></span> </div> </a> <a href="#" class="btn btn-border btn-close-popup ttmodalbtn">CONTINUE SHOPPING</a> <a href="/cart" class="btn btn-border ttmodalbtn ttmodalbtn">VIEW CART</a> <a href="/checkout" class="btn ttmodalbtn">PROCEED TO CHECKOUT</a> </div> </div> </div><div class="tt-modal-slider hide"> <hr> <div class="tt-title">With this product also buy:</div> <div class="tt-modal-slider-js header-menu-product arrow-location-03 row"> </div> </div></div> </div> </div> </div><div id="custom-preloader"> <div class="custom-loader" style="display: none;"> <img width="32" height="32" alt="Page Loader" class="lazyload" data-src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/ajax-loader.gif?v=83335857307597093571599060374"> </div> </div><script> var theme = {}, shop_url = 'https://ascenpluspharmacy.com.my', money_format = 'RM {{amount}}', color_with_border = 'White' || 'empty', colors_value = ',coat: #ff0000,yellow: #ffff00,black: #000000,blue: #0000ff,green: #00ff00,purple: #800080,silver: #c0c0c0,white: #ffffff,brown: #7b3f00,light-brown: #feb035,dark-turquoise: #23cddc,orange: #fe9001,tan: #eacea7,violet: #ee82ee,pink: #ffc0cb,grey: #808080,red: #ff0000,light blue: #add8e6,', texture_obj = function(){return JSON.parse('{"Material 1":"//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/filter_color1.png?v=20124293718597421471599060380","Material 2":"//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/filter_color2.png?v=71360560775598599651599060380","Material 3":"//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/filter_color3.png?v=8443039914363099491599060381"}'); } texture_obj = texture_obj(); var wokiee_app = { url: '', loader_text: 'Be patient', main_info: { customerid: '', iid: '', shop: 'ascen-plus-pharmacy.myshopify.com', domain: 'ascenpluspharmacy.com.my', lic: '8133791a-6c19-4a72-93c1-14a42b7ac5e1', } }; var set_day = 'Day', set_hour = 'Hrs', set_minute = 'Min', set_second = 'Sec'; var addtocart_text = '<span>ADD TO CART</span>', unavailable_text = '<span>SOLD OUT</span>', addedhtml_text = 'ADDED', errorhtml_text = 'LIMIT PRODUCTS', preorderhtml_text = '<span>PREORDER</span>', wait_text = 'WAIT', b_close = 'Close', b_back = 'Back', seeallresults = 'See all results'; var small_image = '//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/dummy.png?v=138633415270097886021599060379'; </script><script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/vendor.min.js?v=101739482373805246271599060397" defer="defer"></script><script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/jquery.magnific-popup.min.js?v=130266991297150798971599060386" defer="defer"></script><script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/jquery.elevatezoom.js?v=123299089282303306721599060385" defer="defer"></script><script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/jquery.relproducts.min.js?v=45648306160913354191599060387" defer="defer"></script><script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/theme.min.js?v=17954996249701946121680665073" defer="defer"></script><!-- modal (ModalSubsribeGood) --> <div class="modal fade" id="ModalSubsribeGood" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-xs"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="tt-modal-subsribe-good"> <i class="icon-f-68"></i> <span>You have successfully subscribed!</span> </div> </div> </div> </div> </div> <script> function checkSubscribe(){ if(location.search.indexOf('customer_posted=true') == -1) return false; $('.tt-modal-subsribe-good').find('span').html('You have successfully subscribed!'); $('#ModalSubsribeGood').modal('show'); setTimeout(function(){window.history.pushState("", "", location.pathname)}, 100); } function checkSended(){ if(location.search.indexOf('contact_posted=true') == -1) return false; $('.tt-modal-subsribe-good').find('span').html('Thanks for contacting us. We&#39;ll get back to you as soon as possible.'); $('#ModalSubsribeGood').modal('show'); setTimeout(function(){window.history.pushState("", "", location.pathname)}, 100); } window.addEventListener('DOMContentLoaded', function() { checkSubscribe(); checkSended(); }); </script><!-- Modal (ModalMessage) --> <div class="modal fade" id="ModalMessage" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true" data-pause=1500> <div class="modal-dialog"> <div class="modal-content "> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon icon-clear"></span></button> </div> <div class="modal-body"> <div class="tt-login-wishlist"> <p>Please login and you will add product to your wishlist</p> <div class="row-btn"> <a href="/account/login" class="btn btn-small ttmodalbtn">SIGN IN</a> <a href="/account/register" class="btn btn-border btn-small ttmodalbtn">REGISTER</a> </div> </div> </div> </div> </div> </div><div id="shopify-section-promo-fixed" class="shopify-section"> </div><script> var adminlinks = '//cdn.shopify.com/s/files/1/0073/3826/2594/t/1/assets/wokiee_v1.5.0.js?43'; </script> <script src="//ascenpluspharmacy.com.my/cdn/shop/t/2/assets/admin-panel.js?v=17962596545536052591599060373" defer="defer"></script> <div id="shopify-block-15683396631634586217" class="shopify-block shopify-app-block"><script id="chat-button-container" data-horizontal-position=bottom_right data-vertical-position=lowest data-icon=chat_bubble data-text=chat_with_us data-color=#124959 data-secondary-color=#FFFFFF data-ternary-color=#6A6A6A data-greeting-message=%F0%9F%91%8B+Hi%2C+message+us+with+any+questions.+We%27re+happy+to+help%21 data-domain=ascenpluspharmacy.com.my data-external-identifier=3SIOeS81TyO3PG3zari2gvKn-q7Ja6rBxivKZcgqcv8 > </script> </div></body> </html>
fineweb
{ "fineweb_metadata": { "text": "At last! A gentle moisturizer that hydrates and soothes a delicate skin type! Our fast-absorbing, Sensitive Facial Moisturizer has been formulated without essential oils- to reduce the likelihood of a reaction. It helps deliver essential hydration to your face from a gentle blend of Vitamin E, Cocoa & Shea Butters. With antioxidant rich Rosehip, Sesame and Jojoba Oils help restore skins moisture levels, leaving skin feeling soothed and nourished. TIP: If your skin is feeling super dehydrated, add a few drops of our Organic Rosehip Oil into your moisturizer for extra hydration and nutrients.", "id": "<urn:uuid:4a5d1f85-15d2-4391-87f6-c272f89b6189>", "dump": "CC-MAIN-2024-10", "url": "https://ascenpluspharmacy.com.my/products/sukin-sensitive-facial-moituriser-125ml", "date": "2024-02-25T09:40:48", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.860956609249115, "token_count": 135 } }
<urn:uuid:bb23616a-9f66-4d0c-8767-5c57966911e0>
<!DOCTYPE html> <html lang="en" class="no-js no-svg"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Join Us at SOLAR 2013 | American Solar Energy Society</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://ases.org/xmlrpc.php"> <link rel="icon" type="image/png" href="https://ases.org/wp-content/themes/American%20Solar%20Theme/img/favicon.ico"> <link rel="pingback" href="https://ases.org/xmlrpc.php"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/header.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/main.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/footer.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/desktop.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/tablet.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/phone.css?v=08-45-33" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/font-awesome.min.css" rel="stylesheet" media="screen"> <link href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/fonts/font-face.css?v=08-45-33"" media="screen" rel="stylesheet" > <link rel="stylesheet" type="text/css" href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/slick.css"> <link rel="stylesheet" type="text/css" href="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/slick-theme.css"> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Join Us at SOLAR 2013 &#8211; American Solar Energy Society</title> <meta name='robots' content='max-image-preview:large' /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='dns-prefetch' href='//translate.google.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="American Solar Energy Society &raquo; Feed" href="https://ases.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Solar Energy Society &raquo; Comments Feed" href="https://ases.org/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="American Solar Energy Society &raquo; Join Us at SOLAR 2013 Comments Feed" href="https://ases.org/join-us-at-solar-2013/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.24.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-3ZXER4MXWY" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.24.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/ases.org\/join-us-at-solar-2013\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-3ZXER4MXWY', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-3ZXER4MXWY', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ases.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='smls-frontend-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/smls-frontend-style.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='smls-block-editor-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/inc/smls-block/smls-block.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='mec-select2-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/select2/select2.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-font-icons-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/css/iconfonts.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-frontend-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/css/frontend.min.css?ver=5.9.5' type='text/css' media='all' /> <link rel='stylesheet' id='mec-tooltip-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-tooltip-shadow-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-featherlight-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/featherlight/featherlight.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-google-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A100%2C300%2C400%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mec-dynamic-styles-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/css/dyncss.css?ver=6.4.3' type='text/css' media='all' /> <style id='mec-dynamic-styles-inline-css' type='text/css'> .mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-timeline-event .mec-modal-booking-button, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-event-grid-yearly .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-next-event-details i:before, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.lity .mec-color,.lity .mec-color-before :before,.lity .mec-color-hover:hover,.lity .mec-wrap .mec-color,.lity .mec-wrap .mec-color-before :before,.lity .mec-wrap .mec-color-hover:hover,.leaflet-popup-content .mec-color,.leaflet-popup-content .mec-color-before :before,.leaflet-popup-content .mec-color-hover:hover,.leaflet-popup-content .mec-wrap .mec-color,.leaflet-popup-content .mec-wrap .mec-color-before :before,.leaflet-popup-content .mec-wrap .mec-color-hover:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,.mec-map-boxshow .mec-color,.mec-map-boxshow .mec-color-before :before,.mec-map-boxshow .mec-color-hover:hover,.mec-map-boxshow .mec-wrap .mec-color,.mec-map-boxshow .mec-wrap .mec-color-before :before,.mec-map-boxshow .mec-wrap .mec-color-hover:hover{color: #ffc20e}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date,.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type="submit"],.mec-booking button,span.mec-marker-wrap,.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before{background-color: #ffc20e;}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover{border-color: #ffc20e;}.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before{border-bottom-color:#ffc20e;}.mec-wrap.colorskin-custom article.mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color: transparent transparent transparent #ffc20e;}.mec-wrap.colorskin-custom .mec-box-shadow-color { box-shadow: 0 4px 22px -7px #ffc20e;}.mec-timeline-event .mec-modal-booking-button, .mec-events-timeline-wrap:before, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-time ,.mec-wrap.colorskin-custom .mec-timeline-event-location { background: rgba(255,194,14,.11);}.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:after { background: rgba(255,194,14,.3);}.mec-wrap h1 a, .mec-wrap h2 a, .mec-wrap h3 a, .mec-wrap h4 a, .mec-wrap h5 a, .mec-wrap h6 a,.entry-content .mec-wrap h1 a, .entry-content .mec-wrap h2 a, .entry-content .mec-wrap h3 a,.entry-content .mec-wrap h4 a, .entry-content .mec-wrap h5 a, .entry-content .mec-wrap h6 a {color: #414042 !important;}.mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover,.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover,.entry-content .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover {color: #ef5b2f !important;}.mec-wrap.colorskin-custom .mec-event-description {color: #414042;} </style> <link rel='stylesheet' id='mec-lity-style-css' href='https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://ases.org/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='safe-svg-svg-icon-style-inline-css' type='text/css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='ays-pb-font-awesome-css' href='https://ases.org/wp-content/plugins/ays-popup-box-7.8.8/public/css/ays-pb-font-awesome.min.css?ver=7.8.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='ays-pb-animate-css' href='https://ases.org/wp-content/plugins/ays-popup-box-7.8.8/public/css/animate.css?ver=7.8.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://ases.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' type='text/css' media='all' /> <link rel='stylesheet' id='google-language-translator-css' href='https://ases.org/wp-content/plugins/google-language-translator/css/style.css?ver=6.0.20' type='text/css' media='' /> <link rel='stylesheet' id='glt-toolbar-styles-css' href='https://ases.org/wp-content/plugins/google-language-translator/css/toolbar.css?ver=6.0.20' type='text/css' media='' /> <link rel='stylesheet' id='page-list-style-css' href='https://ases.org/wp-content/plugins/page-list/css/page-list.css?ver=5.6' type='text/css' media='all' /> <link rel='stylesheet' id='smls-fontawesome-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/font-awesome.min.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C600%2C700%2C800&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-roboto-css' href='https://fonts.googleapis.com/css?family=Roboto%3A400%2C300italic%2C400italic%2C500%2C500italic%2C700%2C700italic%2C900italic%2C900&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-lato-css' href='https://fonts.googleapis.com/css?family=Lato%3A400%2C300italic%2C400italic%2C700%2C700italic%2C900italic%2C900&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-montserrat-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-merriweather-css' href='https://fonts.googleapis.com/css?family=Merriweather+Sans%3A300%2C400%2C700%2C800+Sans%3A300%2C400%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-droid-css' href='https://fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-oxygen-css' href='https://fonts.googleapis.com/css?family=Oxygen%3A300%2C400%2C700&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-google-fonts-raleway-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='smls-owl-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/owl.carousel.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='smls-tooltip-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/tooltipster.bundle.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='smls-responsive-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/smls-responsive.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='smls-popup-style-css' href='https://ases.org/wp-content/plugins/smart-logo-showcase-lite/css/popup-contact.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='wcs-timetable-css' href='https://ases.org/wp-content/plugins/weekly-class/assets/front/css/timetable.css?ver=2.5.2.1' type='text/css' media='all' /> <style id='wcs-timetable-inline-css' type='text/css'> .wcs-single__action .wcs-btn--action{color:rgba( 255,255,255,1);background-color:#ef5b2f} </style> <link rel='stylesheet' id='wonderplugin-slider-css-css' href='https://ases.org/wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginsliderengine.css?ver=14.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://ases.org/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=8.6.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://ases.org/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=8.6.0' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://ases.org/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=8.6.0' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='twentyseventeen-fonts-css' href='https://fonts.googleapis.com/css?family=Libre+Franklin%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C800%2C800i&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='twentyseventeen-style-css' href='https://ases.org/wp-content/themes/American%20Solar%20Theme/style.css?ver=6.4.3' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyseventeen-ie8-css' href='https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/css/ie8.css?ver=1.0' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='tablepress-default-css' href='https://ases.org/wp-content/tablepress-combined.min.css?ver=5' type='text/css' media='all' /> <script type="text/javascript" src="https://ases.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://ases.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/js/jquery.typewatch.js?ver=6.4.3" id="mec-typekit-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/featherlight/featherlight.js?ver=6.4.3" id="mec-featherlight-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/select2/select2.full.min.js?ver=6.4.3" id="mec-select2-script-js"></script> <script type="text/javascript" id="mec-frontend-script-js-extra"> /* <![CDATA[ */ var mecdata = {"day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","elementor_edit_mode":"no","recapcha_key":"","ajax_url":"https:\/\/ases.org\/wp-admin\/admin-ajax.php","fes_nonce":"56298b1abb","current_year":"2024","datepicker_format":"yy-mm-dd&Y-m-d"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/js/frontend.js?ver=5.9.5" id="mec-frontend-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/tooltip/tooltip.js?ver=6.4.3" id="mec-tooltip-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/js/events.js?ver=5.9.5" id="mec-events-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/lity/lity.min.js?ver=6.4.3" id="mec-lity-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/colorbrightness/colorbrightness.min.js?ver=6.4.3" id="mec-colorbrightness-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/modern-events-calendar/assets/packages/owl-carousel/owl.carousel.min.js?ver=6.4.3" id="mec-owl-carousel-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.24.0" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/ases.org","hash_tracking":"false","v4_id":"G-3ZXER4MXWY"};/* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/ays-popup-box-7.8.8/public/js/functions.js?ver=7.8.8.1" id="ays-pb-functions-js"></script> <script type="text/javascript" id="ays-pb-js-extra"> /* <![CDATA[ */ var pb_public = {"ajax":"https:\/\/ases.org\/wp-admin\/admin-ajax.php","ays_pb_confirm":"Are you sure you want to subscribe?"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/ays-popup-box-7.8.8/public/js/ays-pb-public.js?ver=7.8.8.1" id="ays-pb-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.18" async id="tp-tools-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.18" async id="revmin-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/smart-logo-showcase-lite/js/owl.carousel.js?ver=1.1.9" id="smls-owl-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/smart-logo-showcase-lite/js/tooltipster.bundle.js?ver=1.1.9" id="smls-tooltip-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/smart-logo-showcase-lite/js/smls-frontend-script.js?ver=1.1.9" id="smls-frontend-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginsliderskins.js?ver=14.0" id="wonderplugin-slider-skins-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginslider.js?ver=14.0" id="wonderplugin-slider-script-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.0" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/ases.org\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.6.0" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.0" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.0" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/html5.js?ver=3.7.3" id="html5-js"></script> <![endif]--> <link rel="https://api.w.org/" href="https://ases.org/wp-json/" /><link rel="alternate" type="application/json" href="https://ases.org/wp-json/wp/v2/posts/1217" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ases.org/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.6.0" /> <link rel="canonical" href="https://ases.org/join-us-at-solar-2013/" /> <link rel='shortlink' href='https://ases.org/?p=1217' /> <link rel="alternate" type="application/json+oembed" href="https://ases.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ases.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F&#038;format=xml" /> <style>p.hello{font-size:12px;color:darkgray;}#google_language_translator,#flags{text-align:left;}#google_language_translator,#language{clear:both;width:160px;text-align:right;}#language{float:right;}#flags{text-align:right;width:165px;float:right;clear:right;}#flags ul{float:right!important;}p.hello{text-align:right;float:right;clear:both;}.glt-clear{height:0px;clear:both;margin:0px;padding:0px;}#flags{width:165px;}#flags a{display:inline-block;margin-left:2px;}#google_language_translator{width:auto!important;}div.skiptranslate.goog-te-gadget{display:inline!important;}.goog-tooltip{display: none!important;}.goog-tooltip:hover{display: none!important;}.goog-text-highlight{background-color:transparent!important;border:none!important;box-shadow:none!important;}#google_language_translator select.goog-te-combo{color:#32373c;}#google_language_translator{color:transparent;}body{top:0px!important;}#goog-gt-{display:none!important;}font font{background-color:transparent!important;box-shadow:none!important;position:initial!important;}#glt-translate-trigger > span{color:#ffffff;}#glt-translate-trigger{background:#f89406;}.goog-te-gadget .goog-te-combo{width:100%;}</style><meta name="generator" content="Site Kit by Google 1.120.0" /><!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBS7K4R');</script> <!-- End Google Tag Manager --><style type="text/css" media="all" id="wcs_styles"></style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to footer --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"visitorLoginState":"logged-out","pagePostType":"post","pagePostType2":"single-post","pageCategory":["chapters","community"],"pagePostAuthor":"Sunshine Urbaniak","pagePostDate":"April 30, 2013","pagePostDateYear":2013,"pagePostDateMonth":4,"pagePostDateDay":30,"pagePostDateDayName":"Tuesday","pagePostDateHour":10,"pagePostDateMinute":13,"pagePostDateIso":"2013-04-30T10:13:10-06:00","pagePostDateUnix":1367316790,"browserName":"Common Crawl Bot","browserVersion":2,"browserEngineName":"","browserEngineVersion":"","deviceType":"bot","deviceManufacturer":"","deviceModel":""}; dataLayer.push( dataLayer_content ); </script> <script data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-56654PW'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:3120876,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); </script> <link rel="pingback" href="https://ases.org/xmlrpc.php"> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- All in one Favicon 4.8 --><link rel="shortcut icon" href="https://ases.org/wp-content/uploads/2017/05/favicon.ico" /> <meta name="generator" content="Powered by Slider Revolution 6.6.18 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> a, a:focus, a:hover { color: #57b1b5; } .wcs-modal h2 { color: #ef5b2f;} .wcs-modal h4 { padding-bottom: .2em;} .wcs-modal__meta li { font-size: 110%;} .wcs-timetable--4 .wcs-timetable--large .wcs-timetable__heading .wcs-table__td { font-size: 1.1em; text-transform: uppercase; font-weight: 600; color: #fff; } .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__locations, .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__instructors { letter-spacing: 1px; } .wcs-addons--blink { -webkit-animation: none;} .wcs-modal__meta a { color: #57b1b5 !important; } .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) { background: #f7941d; border: 1px solid #333333; } .woocommerce div.product p.price, .woocommerce div.product span.price { color: #ef5b2f; font-size: 1.85em; } .woocommerce button.button.alt.disabled {background-color: #57b1b5;} .woocommerce button.button.alt {background-color: #57b1b5;} .woocommerce button.button.alt.hover {background-color: #57b1b5;} .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #57b1b5; color: #fff; -webkit-font-smoothing: antialiased; } .sponsor-logo-left{ float:left; margin-right:50px; } .sponsor-logo-left-small{ float:left; margin-right:50px; } .sponsor-logo-right{ float:left; margin-right:0px; } </style> <style type="text/css">.mec-container{ margin: 40px auto; } .mec-events-event-image img{ display: none !important; } @media screen and (min-width: 990px){ .mec-agenda-date-wrap { font-size: 20px; font-weight: 600; } .mec-wrap p { color: #626262; font-size: 16px; line-height: 1.6; } .mec-agenda-date-wrap span.mec-agenda-day { color: #626262; font-size: 13px; font-weight: 400; } .mec-agenda-time { width: auto; font-size: 16px; color: #707070; padding-top: 25px; } .mec-agenda-event-title a { font-family: RalewayR,sans-serif; font-size: 20px; font-weight: 400; color: #414042; line-height: 25px; } } .mec-event-content p { font-family: RalewayR,sans-serif; font-weight: 300; } .mec-hourly-schedule-speaker-thumbnail { float: left; max-width: 30%; width: 30%; } .mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover { color: #414042; } .mec-hourly-schedule-speaker-name { font-weight: 700; font-size: 26px; line-height: 1.2; color: #ef5b2f; text-transform: uppercase; } .mec-wrap div:not([class^=elementor-]) { font-family: Raleway,sans-serif; font-weight: 500; color: #ef5b2f; } .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title { display: block; font-size: 12px; line-height: 14px; margin-top: -1px; padding-left: 75px; color: #888; }</style> <!-- Informz Web Tracking --> <script> //------------------------------------------------------- var z_account = "F7B67D0C-10BF-4E51-B28D-0A91D21652EC"; var z_collector = "ASES.informz.net"; var z_cookieDomain = ".ases.org"; //------------------------------------------------------- (function (e, o, n, r, t, a, s) { e[t] || (e.GlobalSnowplowNamespace = e.GlobalSnowplowNamespace || [], e.GlobalSnowplowNamespace.push(t), e[t] = function () { (e[t].q = e[t].q || []).push(arguments) }, e[t].q = e[t].q || [], a = o.createElement(n), s = o.getElementsByTagName(n)[0], a.async = 1, a.src = r, s.parentNode.insertBefore(a, s)) }(window, document, "script", "https://cdn.informz.net/web_trk/sp.js", "informz_trk")), informz_trk("newTracker", "infz", z_collector + "/web_trk/collector/", { appId: z_account, cookieDomain: z_cookieDomain }), informz_trk("setUserIdFromLocation", "_zs"), informz_trk("enableActivityTracking", 30, 15); informz_trk("trackPageView", null); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-11002323214"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11002323214'); </script> </head> <body data-rsssl=1 class="post-template-default single single-post postid-1217 single-format-standard wp-custom-logo theme-American Solar Theme woocommerce-no-js group-blog has-header-image colors-light"> <header> <div class="container-fluid top-header-wrapper text-center px-0 hidden-xs"> <div class="container px-0 h-100"> <div class="row mx-0 h-100"> <div class="col-sm-12 px-0 h-100"> <ul class="social-list d-inline-block v-middle"><span>Follow us:</span> <li> <a href="https://www.facebook.com/americansolarenergysociety/" target="_blank"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> </li> <li> <a href="https://www.instagram.com/ases_solar" target="_blank"> <i class="fa fa-instagram" aria-hidden="true"></i> </a> </li> <li> <a href="https://twitter.com/ASES_Solar" target="_blank"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> </li> <li> <a href="https://www.linkedin.com/company/524902/" target="_blank"> <i class="fa fa-linkedin" aria-hidden="true"></i> </a> </li> <li> <a href="https://www.youtube.com/channel/UCF9nNtHuTDY4NrA4ObpxVkA" target="_blank"> <i class="fa fa-youtube" aria-hidden="true"></i> </a> </li> </ul> <ul class="top-header-btns v-middle h-100"> <div class="toggle-click pull-left h-100"> <a class="d-inline-block toggle-btn search-toggle"> <i class="fa fa-search" aria-hidden="true"></i> </a> <div class="toggle-child"> <form role="search" method="get" class="search-form" action="https://ases.org/"> <input type="search" id="" value="" name="s" class="input-default form-control h-100 d-inline-block" placeholder="search" ><button type="submit" class="search-submit btn btn-teal d-inline-block hidden"> <i class="fa fa-search" aria-hidden="true"></i> </button> </form> </div> </div> <div class="menu-header-top-buttons-container"><ul id="menu-header-top-buttons" class="header_menu"><li id="menu-item-677" class="h-100 btn-donate-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-677"><a target="_blank" rel="noopener" href="https://ases.site-ym.com/donations/">Donate</a></li> <li id="menu-item-678" class="h-100 btn-member-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-678"><a target="_blank" rel="noopener" href="https://ases.site-ym.com//general/register_start.asp">Become a member</a></li> <li id="menu-item-679" class="h-100 btn-login-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-679"><a target="_blank" rel="noopener" href="https://ases.site-ym.com/login.aspx">Member Login</a></li> <li id="menu-item-12687" class="h-100 btn-onlinecommunity-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-12687"><a target="_blank" rel="noopener" href="https://community.ases.org/home">ONLINE COMMUNITY</a></li> </ul></div> </ul> </div> </div> </div> </div> <div class="container-fluid header-wrapper shadow-bottom"> <div class="container"> <div class="row mx-0"> <div class="col-sm-12 py-1 px-0 phone-pb-0 tablet-pb-0 text-center-xs"> <div class="col-sm-5 px-0 f-none d-inline-block v-middle"> <a href="https://ases.org" class="d-inline-block v-bottom"> <img style="width: 228px;" src="https://ases.org/wp-content/uploads/2019/02/ASES_logo.svg" alt="American Solar Energy Society" class="img-responsive"> </a> <p class="d-inline-block v-bottom logo-tagline"> The <span class="font-color-orange">power</span> of community </p> </div ><div class="col-sm-7 w-100-phone px-0 f-none d-inline-block v-middle relative"> <ul class="pull-right header-top-list"> <li> <a href="https://ASES.informz.net/ASES/pages/SignUpForm" target="_blank"> <i class="fa fa-envelope-o" aria-hidden="true"></i> Join Mailing List </a> </li> <li> <a href="https://ases.org/about/contact-us/">| Contact Us</a> </li> <li> <a href="https://ases.org/shop/">| Shop</a> </li> </ul> </div> <div class="header-menu-wrapper absolute hidden-xs"> <div class="menu-header-menu-container"><ul id="menu-header-menu" class="header_menu"><li id="menu-item-37" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37"><a>About Us</a> <ul class="sub-menu"> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://ases.org/about/about-us/">About ASES</a></li> <li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ases.org/about/our-history/">Our History</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://ases.org/about/boardofdirectors/">Board of Directors</a></li> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://ases.org/about/ourteam/">Our Team</a></li> <li id="menu-item-347" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-347"><a href="https://ases.org/about/about-us/divisions/">ASES Technical Divisions</a></li> <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://ases.org/about/jobsvolunteer/">Volunteer/Intern</a></li> <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://ases.org/about/awards-fellows/">Awards &#038; Fellows</a></li> <li id="menu-item-11862" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11862"><a href="https://ases.org/jedi/">JEDI</a></li> <li id="menu-item-9536" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9536"><a href="https://ases.org/asesevents/">ASES Events</a></li> <li id="menu-item-4761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4761"><a href="https://ases.org/asesnews/">ASES in the News</a></li> <li id="menu-item-9998" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9998"><a href="https://ases.org/bylaws/">Bylaws</a></li> <li id="menu-item-15955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15955"><a href="https://ases.org/ases-transformational-five-year-strategic-plan/">Strategic Plan</a></li> <li id="menu-item-10748" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10748"><a href="https://ases.org/governance/">Governance</a></li> <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://ases.org/about/contact-us/">Contact Us</a></li> <li id="menu-item-14992" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14992"><a href="https://ases.org/shop/">Shop</a></li> </ul> </li> <li id="menu-item-885" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-885"><a>Programs</a> <ul class="sub-menu"> <li id="menu-item-7536" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7536"><a target="_blank" rel="noopener" href="https://www.nationalsolartour.org/">National Solar Tour</a></li> <li id="menu-item-5126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5126"><a href="https://ases.org/conference/">Solar Conference 2024</a> <ul class="sub-menu"> <li id="menu-item-9494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9494"><a href="https://ases.org/conferencearchive/">Conference Archives</a></li> <li id="menu-item-9495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9495"><a href="https://ases.org/proceedingsarchive/">Proceedings Archive</a></li> </ul> </li> <li id="menu-item-737" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="https://ases.org/tinywatts/">Tiny Watts</a></li> <li id="menu-item-10341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10341"><a href="https://ases.org/zen/">Zero Emissions Network</a></li> </ul> </li> <li id="menu-item-886" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-886"><a href="#">Our Community</a> <ul class="sub-menu"> <li id="menu-item-12886" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12886"><a target="_blank" rel="noopener" href="https://community.ases.org/home">Online Community</a></li> <li id="menu-item-11417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11417"><a href="https://ases.org/our-community/businessmembers/">Business Members</a></li> <li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://ases.org/our-community/chapters/">Chapters</a></li> <li id="menu-item-17836" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17836"><a href="https://ases.org/our-community/student-chapters/">ASES Student Chapters</a></li> <li id="menu-item-7714" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7714"><a href="https://ases.org/our-community/membership/">Bulk Buy Memberships</a></li> <li id="menu-item-11636" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11636"><a href="https://ases.org/giftmembership/">Gift Membership</a></li> <li id="menu-item-11275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11275"><a href="https://ases.org/mediapartners/">Media Partners</a></li> </ul> </li> <li id="menu-item-17470" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17470"><a>Education</a> <ul class="sub-menu"> <li id="menu-item-20188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20188"><a href="https://ases.org/solar-curricula/">Solar School Spotlights &#038; Solar Energy Curricula</a></li> <li id="menu-item-7697" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7697"><a href="https://ases.org/webinars/">ASES Webinar Series</a></li> <li id="menu-item-18094" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18094"><a href="https://ases.org/ira/">Inflation Reduction Act – Clean Energy Overview &#038; Highlights</a></li> <li id="menu-item-9717" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9717"><a href="https://ases.org/solarenergyworkbook/">Solar Energy Workbook</a></li> <li id="menu-item-394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://ases.org/resources/solar-trainings/">Solar Trainings</a></li> <li id="menu-item-9058" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9058"><a href="https://ases.org/resources/renewable-energy-home-basics/">Renewable Energy Home Basics</a></li> <li id="menu-item-17509" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17509"><a href="https://ases.org/real-estate-education/">High Performance Valuation for Professionals Who Buy, Sell, and Value Real Estate</a></li> <li id="menu-item-740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-740"><a href="/programs/tiny-watts/">Tiny Watts</a></li> <li id="menu-item-17745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17745"><a target="_blank" rel="noopener" href="https://www1.eere.energy.gov/solar/pdfs/solar_timeline.pdf?utm_id=64753&#038;sfmc_id=4732353#new_tab">History of Solar</a></li> <li id="menu-item-17784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17784"><a href="https://ases.org/scholarships/">Scholarships</a></li> </ul> </li> <li id="menu-item-887" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-887"><a href="#">Resources</a> <ul class="sub-menu"> <li id="menu-item-392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="https://ases.org/resources/newsandstories/">News and Stories</a></li> <li id="menu-item-18852" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18852"><a href="https://ases.org/firm-power-generation/">Feasibility and Requirements of a 100% Transition to Renewable Energy</a></li> <li id="menu-item-20171" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-20171"><a href="https://ases.org/invest-in-a-clean-power-future-without-up-front-costs/">Invest in a Clean Power Future Without Upfront Costs</a></li> <li id="menu-item-18740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18740"><a target="_blank" rel="noopener" href="https://ases.org/wp-content/uploads/2021/12/Original-size-30-ITC-Infographic-July-2023.pdf">Claim Your Solar Tax Credit</a></li> <li id="menu-item-8914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8914"><a href="https://ases.org/40-questions-to-ask-an-installer/">40 Questions to Ask an Installer</a></li> <li id="menu-item-393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="https://ases.org/resources/newsletterarchives/">Solar@Work Newsletter Archives</a></li> <li id="menu-item-9382" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9382"><a href="https://ases.org/mediaresources/">Media Room</a></li> <li id="menu-item-8260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8260"><a href="https://ases.org/resources/renewable-energy-home-basics/solar-performance-buying-reliability-and-maintenance-in-photovoltaics/">Solar Performance</a></li> <li id="menu-item-7216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7216"><a href="https://ases.org/resources/ases-historical-reports/">ASES Historical Reports</a></li> <li id="menu-item-10677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10677"><a href="https://ases.org/ases-archives/">ASES Archives</a></li> <li id="menu-item-1918" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1918"><a target="_blank" rel="noopener" href="http://careers.ases.org#new_tab">Jobs Board</a></li> </ul> </li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://ases.org/solartoday/">Solar Today Magazine</a></li> </ul></div> </div> </div> </div> </div> </div> <div class="container-fluid px-0 header-wrapper-phone shadow-bottom visible-xs"> <div class="container"> <div class="row mx-0"> <div class="col-sm-12 px-0"> <div class="toggle-click"> <a class="d-inline-block toggle-btn menu-toggle"> <i class="fa fa-bars" aria-hidden="true"></i> MENU </a> <div class="toggle-child text-left"> <div class="menu-header-menu-container"><ul id="menu-header-menu-1" class="header_menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37"><a>About Us</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://ases.org/about/about-us/">About ASES</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ases.org/about/our-history/">Our History</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://ases.org/about/boardofdirectors/">Board of Directors</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://ases.org/about/ourteam/">Our Team</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-347"><a href="https://ases.org/about/about-us/divisions/">ASES Technical Divisions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://ases.org/about/jobsvolunteer/">Volunteer/Intern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://ases.org/about/awards-fellows/">Awards &#038; Fellows</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11862"><a href="https://ases.org/jedi/">JEDI</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9536"><a href="https://ases.org/asesevents/">ASES Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4761"><a href="https://ases.org/asesnews/">ASES in the News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9998"><a href="https://ases.org/bylaws/">Bylaws</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15955"><a href="https://ases.org/ases-transformational-five-year-strategic-plan/">Strategic Plan</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10748"><a href="https://ases.org/governance/">Governance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://ases.org/about/contact-us/">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14992"><a href="https://ases.org/shop/">Shop</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-885"><a>Programs</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7536"><a target="_blank" rel="noopener" href="https://www.nationalsolartour.org/">National Solar Tour</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5126"><a href="https://ases.org/conference/">Solar Conference 2024</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9494"><a href="https://ases.org/conferencearchive/">Conference Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9495"><a href="https://ases.org/proceedingsarchive/">Proceedings Archive</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="https://ases.org/tinywatts/">Tiny Watts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10341"><a href="https://ases.org/zen/">Zero Emissions Network</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-886"><a href="#">Our Community</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12886"><a target="_blank" rel="noopener" href="https://community.ases.org/home">Online Community</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11417"><a href="https://ases.org/our-community/businessmembers/">Business Members</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://ases.org/our-community/chapters/">Chapters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17836"><a href="https://ases.org/our-community/student-chapters/">ASES Student Chapters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7714"><a href="https://ases.org/our-community/membership/">Bulk Buy Memberships</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11636"><a href="https://ases.org/giftmembership/">Gift Membership</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11275"><a href="https://ases.org/mediapartners/">Media Partners</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17470"><a>Education</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20188"><a href="https://ases.org/solar-curricula/">Solar School Spotlights &#038; Solar Energy Curricula</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7697"><a href="https://ases.org/webinars/">ASES Webinar Series</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18094"><a href="https://ases.org/ira/">Inflation Reduction Act – Clean Energy Overview &#038; Highlights</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9717"><a href="https://ases.org/solarenergyworkbook/">Solar Energy Workbook</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://ases.org/resources/solar-trainings/">Solar Trainings</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9058"><a href="https://ases.org/resources/renewable-energy-home-basics/">Renewable Energy Home Basics</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17509"><a href="https://ases.org/real-estate-education/">High Performance Valuation for Professionals Who Buy, Sell, and Value Real Estate</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-740"><a href="/programs/tiny-watts/">Tiny Watts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17745"><a target="_blank" rel="noopener" href="https://www1.eere.energy.gov/solar/pdfs/solar_timeline.pdf?utm_id=64753&#038;sfmc_id=4732353#new_tab">History of Solar</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17784"><a href="https://ases.org/scholarships/">Scholarships</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-887"><a href="#">Resources</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="https://ases.org/resources/newsandstories/">News and Stories</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18852"><a href="https://ases.org/firm-power-generation/">Feasibility and Requirements of a 100% Transition to Renewable Energy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-20171"><a href="https://ases.org/invest-in-a-clean-power-future-without-up-front-costs/">Invest in a Clean Power Future Without Upfront Costs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18740"><a target="_blank" rel="noopener" href="https://ases.org/wp-content/uploads/2021/12/Original-size-30-ITC-Infographic-July-2023.pdf">Claim Your Solar Tax Credit</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8914"><a href="https://ases.org/40-questions-to-ask-an-installer/">40 Questions to Ask an Installer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="https://ases.org/resources/newsletterarchives/">Solar@Work Newsletter Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9382"><a href="https://ases.org/mediaresources/">Media Room</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8260"><a href="https://ases.org/resources/renewable-energy-home-basics/solar-performance-buying-reliability-and-maintenance-in-photovoltaics/">Solar Performance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7216"><a href="https://ases.org/resources/ases-historical-reports/">ASES Historical Reports</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10677"><a href="https://ases.org/ases-archives/">ASES Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1918"><a target="_blank" rel="noopener" href="http://careers.ases.org#new_tab">Jobs Board</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://ases.org/solartoday/">Solar Today Magazine</a></li> </ul></div> </div> </div> </div> </div> </div> </div> </header> <!-- CAROUSEL ADS --> <div class="container-fluid px-0"> <div class="container"> <div class="row mx-0"> <div class="col-sm-12 px-0 fold-carousel-top fold-carousel-top-stm"> <div id="carousel-stm-ads" class="carousel carousel-fade h-100" data-ride="carousel" interval="3000"> <div class="carousel-inner h-100" role="listbox"> <div class="item active h-100"> <a href="https://www.generac.com/clean-energy-resource-page/freebatterymodpromo" target="_blank"> <img src="https://ases.org/wp-content/uploads/2023/04/2000x200-PWRcell_BatteryModulePromo_DigitalAds_2023-1-1.png" alt="" class="img-responsive mx-auto"> </a> </div> <div class="item h-100"> <a href="http://solectrac.com" target="_blank"> <img src="https://ases.org/wp-content/uploads/2020/11/ASES-Web-Ad-Solectrac-1140x105-1.png" alt="" class="img-responsive mx-auto"> </a> </div> <div class="item h-100"> <a href="https://www.53.com/content/fifth-third/en/commercial-banking/industries/energy-financing-solutions.html" target="_blank"> <img src="https://ases.org/wp-content/uploads/2020/09/53_EquipFIN_Experts_ExploreOurSolutions_JPG_1140x105.jpg" alt="" class="img-responsive mx-auto"> </a> </div> <div class="item h-100"> <a href="http://www.sundesignstudios.com" target="_blank"> <img src="https://ases.org/wp-content/uploads/2017/04/st-ad_sds.jpg" alt="" class="img-responsive mx-auto"> </a> </div> </div> </div> </div> </div> </div> </div> <!-- FOLD 1 --> <div class="container-fluid fold1-st-magazine px-0"> <div class="container"> <div class="row mx-0"> <div class="col-sm-12 logo-st-wrapper px-0"> <a href="https://ases.org/solartoday/"> <img src="https://ases.org/wp-content/uploads/2017/04/ST-logo.png" alt="Solar Today Magazine" class="img-responsive d-inline-block v-middle"> </a ><div class="d-inline-block v-bottom logo-verbiage"> <p class="d-inline-block v-bottom logo-tagline">Information is <span class="font-color-orange">power</span></p> </div> <div class="st-mag-search d-inline-block absolute-right"> <div class="toggle-click pull-left"> <div class="toggle-child v-top"> <input type="text" name="" class="input-default form-control h-100" placeholder="search"> </div ><a class="d-inline-block toggle-btn search-toggle-inner"> <i class="fa fa-search" aria-hidden="true"></i> </a> </div> </div> </div> <div class="col-sm-12 fold1-st-content px-0"> <ul class="d-inline-block st-category-list st-list-new"> <li class="cat-item cat-item-5"><a href="https://ases.org/category/st-magazine/technology/">Technology</a> <ul class='children'> <li class="cat-item cat-item-11"><a href="https://ases.org/category/st-magazine/technology/solar/">Solar</a> </li> <li class="cat-item cat-item-12"><a href="https://ases.org/category/st-magazine/technology/windpower/">Wind Power</a> </li> <li class="cat-item cat-item-13"><a href="https://ases.org/category/st-magazine/technology/transportation/">Transportation</a> </li> <li class="cat-item cat-item-14"><a href="https://ases.org/category/st-magazine/technology/buildingdesign/">Building Design</a> </li> <li class="cat-item cat-item-20"><a href="https://ases.org/category/st-magazine/technology/otherrenewables/">Other Renewables</a> </li> <li class="cat-item cat-item-21"><a href="https://ases.org/category/st-magazine/technology/hybridsystems/">Hybrid Systems</a> </li> <li class="cat-item cat-item-22"><a href="https://ases.org/category/st-magazine/technology/storage/">Storage</a> </li> <li class="cat-item cat-item-23"><a href="https://ases.org/category/st-magazine/technology/grids/">Grids</a> </li> <li class="cat-item cat-item-24"><a href="https://ases.org/category/st-magazine/technology/strategies/">Strategies</a> </li> <li class="cat-item cat-item-46"><a href="https://ases.org/category/st-magazine/technology/research/">Research</a> </li> <li class="cat-item cat-item-84"><a href="https://ases.org/category/st-magazine/technology/thermal/">Thermal</a> </li> <li class="cat-item cat-item-95"><a href="https://ases.org/category/st-magazine/technology/inverters/">Inverters</a> </li> <li class="cat-item cat-item-132"><a href="https://ases.org/category/st-magazine/technology/industrial-pv/">Industrial PV</a> </li> <li class="cat-item cat-item-157"><a href="https://ases.org/category/st-magazine/technology/pv-power-map/">PV Power Map</a> </li> </ul> </li> <li class="cat-item cat-item-6"><a href="https://ases.org/category/st-magazine/community/">Community</a> <ul class='children'> <li class="cat-item cat-item-33"><a href="https://ases.org/category/st-magazine/community/students/">Students</a> </li> <li class="cat-item cat-item-34"><a href="https://ases.org/category/st-magazine/community/chapters/">Chapters</a> </li> <li class="cat-item cat-item-35"><a href="https://ases.org/category/st-magazine/community/divisions/">Divisions</a> </li> <li class="cat-item cat-item-36"><a href="https://ases.org/category/st-magazine/community/emergingprofessionals/">Emerging Professionals</a> </li> <li class="cat-item cat-item-38"><a href="https://ases.org/category/st-magazine/community/solarcitizensolarnation/">Solar Citizen / Solar Nation</a> </li> </ul> </li> <li class="cat-item cat-item-7"><a href="https://ases.org/category/st-magazine/policy/">Policy</a> <ul class='children'> <li class="cat-item cat-item-25"><a href="https://ases.org/category/st-magazine/policy/legislationpolicy/">Legislation/Policy</a> </li> <li class="cat-item cat-item-26"><a href="https://ases.org/category/st-magazine/policy/national/">National</a> </li> <li class="cat-item cat-item-27"><a href="https://ases.org/category/st-magazine/policy/state/">State</a> </li> <li class="cat-item cat-item-28"><a href="https://ases.org/category/st-magazine/policy/local/">Local</a> </li> <li class="cat-item cat-item-29"><a href="https://ases.org/category/st-magazine/policy/regional/">Regional</a> </li> <li class="cat-item cat-item-30"><a href="https://ases.org/category/st-magazine/policy/international/">International</a> </li> <li class="cat-item cat-item-31"><a href="https://ases.org/category/st-magazine/policy/climateairwaterfood/">Climate, Air, Water, Food</a> </li> <li class="cat-item cat-item-32"><a href="https://ases.org/category/st-magazine/policy/advocacy/">Advocacy</a> </li> <li class="cat-item cat-item-44"><a href="https://ases.org/category/st-magazine/policy/federal/">Federal</a> </li> <li class="cat-item cat-item-58"><a href="https://ases.org/category/st-magazine/policy/clean-air-act/">Clean Air Act</a> </li> </ul> </li> <li class="cat-item cat-item-8"><a href="https://ases.org/category/st-magazine/lifestyle/">Lifestyle</a> <ul class='children'> <li class="cat-item cat-item-40"><a href="https://ases.org/category/st-magazine/lifestyle/solarbasics/">Solar Basics</a> </li> <li class="cat-item cat-item-41"><a href="https://ases.org/category/st-magazine/lifestyle/sustainableliving/">Sustainable Living</a> </li> <li class="cat-item cat-item-42"><a href="https://ases.org/category/st-magazine/lifestyle/consumeroptions/">Consumer Options</a> </li> <li class="cat-item cat-item-43"><a href="https://ases.org/category/st-magazine/lifestyle/offgridliving/">Off Grid Living</a> </li> <li class="cat-item cat-item-122"><a href="https://ases.org/category/st-magazine/lifestyle/efficient-homes/">Efficient Homes</a> </li> </ul> </li> <li class="cat-item cat-item-9"><a href="https://ases.org/category/st-magazine/business/">Business</a> <ul class='children'> <li class="cat-item cat-item-39"><a href="https://ases.org/category/st-magazine/business/newproducts/">New Products</a> <ul class='children'> <li class="cat-item cat-item-77"><a href="https://ases.org/category/st-magazine/business/newproducts/software/">Software</a> </li> </ul> </li> <li class="cat-item cat-item-298"><a href="https://ases.org/category/st-magazine/business/business-news/">Business News</a> </li> </ul> </li> <li class="cat-item cat-item-60"><a href="https://ases.org/category/st-magazine/world-energy/">World Energy</a> </li> <li class="d-inline-block"> <a href="#" class="btn btn-teal text-uppercase"> Subscribe </a> </li> </ul> <div class="st_menu_wrapper"> <div class="menu-st-magazine-menu-container"><ul id="menu-st-magazine-menu" class="st_menu"><li id="menu-item-171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171"><a href="https://ases.org/solartoday/about/">About</a></li> <li id="menu-item-172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-172"><a href="https://ases.org/solartoday/advertise/">Advertise</a></li> <li id="menu-item-18317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18317"><a target="_blank" rel="noopener" href="https://solartoday.mydigitalpublication.com/archive/">Archives</a></li> </ul></div> </div> </div> </div> </div> </div> <div class="container-fluid category-wrapper px-0"> <div class="container"> <div class="row mx-0"> <div class="col-sm-8 inner-content-wrapper inner-content-wrapper pl-0"> <div class="col-sm-12 px-0"> <div class="single-page-title font-color-orange"> <h1> Join Us at SOLAR 2013 </h1> </div> </div> <div class="col-sm-12 px-0"> <div class="single-page-content"> <p class="row mx-0 my-1"> <span class="pull-left"> By DAVID PANICH </span> <span class="pull-right single-content-date"> April 30, 2013 </span> </p> <div class="single-image-content"> <img src="https://ases.org/wp-content/uploads/2013/06/AdobeStock_102912377-1.jpeg" class="img-responsive mx-auto" alt=""> <p class="image-caption"> </p> </div> <div class="fold-inner-contents"> <p>The Solar Buildings Division has been busy preparing for SOLAR 2013, the ASES National Solar Conference, to be held in Baltimore, Md., April 16–20. At the conference we will host the 38th National Passive Solar Conference, which is a “conference within a conference,” as it has been for many years.<br /> Our Emerging Architecture keynote speaker, Travis Price, FAIA, will present on “The Mythic Modern: mythology, ecology and technology &#8230; the spirit of place.”</p> <p>Price is an award-winning architect, philosopher, adventurer and environmental pioneer. His visionary works demonstrate that culturally diverse inspirations and green designs are leading determinants in today’s global architecture. He is widely respected for his innovations in environmentally sound architecture and coined the term passive solar.</p> <p>This year the Passive Conference will be divided into two tracks: Emerging Architecture and Passive Building Technology, and Daylighting, Modeling and Building Automation. Emerging Architecture and Passive Building Technology sessions will address topics such as passive house design; design tools for passive solar and sustainability; materials, assemblies and building elements; building science, passive design and climate. The Daylighting, Modeling and Building Automation track includes sessions on modeling and monitoring; daylighting design; solar access and zoning; daylight from above; and controls, building automation and user interface.</p> <p>The Solar Buildings Division has participated on SOLAR 2013’s Technical Review Committee and accepted more than 60 forums, technical papers, posters and Ignite presentations to make each track an interesting and educational experience for conference attendees.</p> <p>Our goal for the Solar Buildings Division is to expand our role within ASES as we move into 2013. This role will become more important as our society struggles to balance the energy, economic and environmental impacts of the built environment. According to Architecture 2030, buildings represent about half the energy consumed in the United States. Clearly, solar buildings are a large part of our energy future and the Solar Buildings Division of ASES is an important part of the future of ASES.</p> <p>Membership in the Solar Buildings Division is focused on the needs of:</p> <ul> <li>Design professionals (architects, engineers and LEED aps),</li> <li>Building/construction professionals (builders, contractors, developers and building owners), and</li> <li>Educators and students (faculty, researchers and students in the above disciplines).</li> </ul> <p>If you are interested in becoming involved in the Solar Buildings Division or have ideas for how to make the division more responsive to the needs of its members, consider applying for our openings for vice-chair and secretary of the division. To participate, please contact me at david@panicharchitecture.com.</p> <p>David Panich is chair of the ASES Solar Buildings Division.</p> <div class="ss-inline-share-wrapper ss-left-inline-content ss-small-icons ss-with-spacing ss-rounded-icons"> <p class="ss-social-share-label"> <span>Share via:</span> </p> <div class="ss-inline-share-content"> <ul class="ss-social-icons-container"> <li class=""> <a href="#" aria-label="Facebook" data-ss-ss-link="https://www.facebook.com/sharer.php?t=Join%20Us%20at%20SOLAR%202013&#038;u=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" class="ss-facebook-color" rel="nofollow noopener" data-ss-ss-network-id="facebook" data-ss-ss-post-id="1217" data-ss-ss-location="inline_content" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" data-has-api="true"> <span class="ss-share-network-content"> <i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 16.098C32 7.208 24.837 0 16 0S0 7.207 0 16.098C0 24.133 5.851 30.792 13.5 32V20.751H9.437v-4.653H13.5V12.55c0-4.034 2.389-6.263 6.043-6.263 1.751 0 3.582.315 3.582.315v3.961h-2.018c-1.987 0-2.607 1.241-2.607 2.514v3.02h4.438l-.71 4.653H18.5V32C26.149 30.792 32 24.133 32 16.098z" /></svg></i> <span class="ss-network-label">Facebook</span> </span> </a> </li> <li class=""> <a href="#" aria-label="Twitter" data-ss-ss-link="https://twitter.com/intent/tweet?text=Join+Us+at+SOLAR+2013&#038;url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" class="ss-twitter-color" rel="nofollow noopener" data-ss-ss-network-id="twitter" data-ss-ss-post-id="1217" data-ss-ss-location="inline_content" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share"> <span class="ss-share-network-content"> <i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></i> <span class="ss-network-label">Twitter</span> </span> </a> </li> <li class=""> <a href="#" aria-label="LinkedIn" data-ss-ss-link="https://www.linkedin.com/shareArticle?title=Join%20Us%20at%20SOLAR%202013&#038;url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F&#038;mini=true" class="ss-linkedin-color" rel="nofollow noopener" data-ss-ss-network-id="linkedin" data-ss-ss-post-id="1217" data-ss-ss-location="inline_content" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share"> <span class="ss-share-network-content"> <i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M29.632 0C30.939 0 32 1.032 32 2.307v27.384C32 30.966 30.939 32 29.632 32H2.36C1.058 32 0 30.966 0 29.69V2.308C0 1.032 1.058 0 2.36 0h27.272zM9.149 11.638h-4.77V27h4.77V11.638zm12.133-.382c-2.318 0-3.874 1.273-4.509 2.48h-.066v-2.098H12.14V27h4.76v-7.599c0-2.004.378-3.946 2.858-3.946 2.447 0 2.475 2.29 2.475 4.072V27H27v-8.423c0-4.138-.893-7.32-5.718-7.32v-.001zM6.764 4A2.766 2.766 0 004 6.769a2.765 2.765 0 105.528 0A2.767 2.767 0 006.765 4h-.001z" /></svg></i> <span class="ss-network-label">LinkedIn</span> </span> </a> </li> <li> <a href="#" class="ss-share-all ss-shareall-color" rel="nofollow noopener"> <span class="ss-share-network-content"> <i class="ss-network-icon"><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.333 15.333h-8v-8c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v8h-8c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h8v8c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-8h8c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z"></path></svg></i> <span class="ss-reveal-label-wrap"> <span class="ss-network-label">More</span> </span> </span> </a> </li> </ul> </div><!-- END .ss-inline-share-content --> </div><!-- END .ss-inline-share-wrapper --> </div> </div> </div> </div> <div class="col-sm-4 pr-0"> <aside> <div class="col-sm-12 sidebar-fold d-block f-none clearfix"> <div class="col-sm-6 pl-0 text-center px-0-xs"> <a href="https://ases.site-ym.com//general/register_start.asp" target="blank" class="btn btn-membership text-uppercase cover-bg"> Subscribe </a> </div> <div class="col-sm-6 pr-0 text-center px-0-xs"> <a href="https://ases.site-ym.com/donations/" target="blank" class="btn btn-donate text-uppercase cover-bg"> Donate </a> </div> </div> <div class="col-sm-12 sidebar-fold d-block f-none clearfix"> <h3 class="sidebar-title d-block font-color-orange"> Recent Articles </h3> <ul class="sidebar-newsinfo-list"> <li> <a href="https://ases.org/human-behavior/" class="d-block"> <div class="recentnewsinfo-content row mx-0 my-1"> <div class="featuredimage-wrapper col-sm-4 pl-0 f-none d-inline-block v-middle"> <img src="https://ases.org/wp-content/uploads/2023/12/McCann.jpeg" alt="Amping up Solar Adoption: Insights into Human Behavior" class="img-responsive"> </div ><div class="col-sm-8 pr-0 recentnewsinfo-title f-none d-inline-block v-middle"> <h3>Amping up Solar Adoption: Insights into Human Behavior <span class="d-block">January 2, 2024</span> </h3> </div> </div> </a> </li> <li> <a href="https://ases.org/ai-in-solar-marketing/" class="d-block"> <div class="recentnewsinfo-content row mx-0 my-1"> <div class="featuredimage-wrapper col-sm-4 pl-0 f-none d-inline-block v-middle"> <img src="https://ases.org/wp-content/uploads/2023/12/AI-resize.jpg" alt="AI in Solar Marketing: A Balance Between Tech and Touch" class="img-responsive"> </div ><div class="col-sm-8 pr-0 recentnewsinfo-title f-none d-inline-block v-middle"> <h3>AI in Solar Marketing: A Balance Between Tech and Touch <span class="d-block">January 2, 2024</span> </h3> </div> </div> </a> </li> <li> <a href="https://ases.org/care-about-energy-efficiency/" class="d-block"> <div class="recentnewsinfo-content row mx-0 my-1"> <div class="featuredimage-wrapper col-sm-4 pl-0 f-none d-inline-block v-middle"> <img src="https://ases.org/wp-content/uploads/2023/12/Barns-with-Solar-Panels-resize.jpg" alt="Why You Should Care About Energy Efficiency — Even After Going Solar" class="img-responsive"> </div ><div class="col-sm-8 pr-0 recentnewsinfo-title f-none d-inline-block v-middle"> <h3>Why You Should Care About Energy Efficiency — Even After Going Solar <span class="d-block">January 2, 2024</span> </h3> </div> </div> </a> </li> </ul> </div> <div class="col-sm-12 sidebar-fold d-block f-none clearfix"> <h3 class="sidebar-title d-block font-color-orange"> Join <em>Solar@Work E-Newsletter</em> </h3> <p class="my-1"> <p>Sign up to receive our exclusive bi-monthly e-newsletter &amp; ASES news by and for solar pros!</p> </p> <a href="https://ases.informz.net/ASES/pages/SignUpForm" target="blank"><button style="margin-top:-5px;" class="my-1 btn btn-white text-uppercase"> SIGN UP </button></a> </div> <div class="col-sm-12 sidebar-fold sidebar-fold-optional d-block f-none clearfix"> <h3 class="sidebar-title d-block font-color-orange"> Solar Industry Press Releases </h3> <div class="sidebar-content"> <p><!-- PR Newswire Widget Code Starts Here --><br /> <script> var _wsc = document.createElement('script'); _wsc.src = "//tools.prnewswire.com/en-us/live/12956/widget.js"; document.getElementsByTagName('Head')[0].appendChild(_wsc); </script></p> <div id="w12956_widget"></div> <p><!-- PR Newswire Widget Code Ends Here --></p> </div> </div> <div class="col-sm-12 sidebar-fold d-block f-none clearfix h-100" id="ASES_main"> <div id="carousel-ases-ads" class="carousel carousel-fade" data-ride="carousel" interval="3000"> <div class="carousel-inner" role="listbox"> <div class="item active"> <a href="https://community.ases.org/home" target="_blank"> <img src="https://ases.org/wp-content/uploads/2021/02/Today-is-the-day....-2.png" alt="ases online community" class="img-responsive mx-auto"> </a> </div> </div> </div> </div> </aside> </div> <div style="clear: both;"></div> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/join-us-at-solar-2013/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://ases.org/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <div class="gglcptch gglcptch_v2"><div id="gglcptch_recaptcha_1560709783" class="gglcptch_recaptcha"></div> <noscript> <div style="width: 302px;"> <div style="width: 302px; height: 422px; position: relative;"> <div style="width: 302px; height: 422px; position: absolute;"> <iframe src="https://www.google.com/recaptcha/api/fallback?k=6LfPtJEUAAAAAEpQPFmGwfY8R-ARxlZmeEcogGQL" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe> </div> </div> <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;"> <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea> </div> </div> </noscript></div><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='1217' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </div> </div> </div> <!-- FOOTER --> <footer> <div class="container-fluid pt-3 px-0-xs"> <div class="container"> <div class="row mx-0"> <div class="footer-item footer-item-1"> <ul class="footer-list"> <li class="pl-0"> <a href="https://ases.org" class="d-block"> <img src="https://ases.org/wp-content/uploads/2019/02/ASES_logo_footer.svg" alt="American Solar Energy Society" class="img-responsive footer-logo"> </a> <h2 class="mt-1"> American Solar Energy Society </h2> <p> 2525 Arapahoe Avenue<br /> Suite E4-253<br /> Boulder, CO 80302 </p> <p><strong>Email:</strong> <a href="mailto:info@ases.org" class="mb-1 d-inline-block email-footer"> info@ases.org </a> </p> <div class=""> <small class="d-block"> &copy 2024 American Solar Energy Society <a style="color:#cccccc;" href="https://ases.org/cookie-policy">Cookie Policy.</a> </small> </div> </li> </ul> </div ><div class="footer-item"> <div class="menu-header-menu-container"><ul id="menu-header-menu-2" class="footer-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37"><a>About Us</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://ases.org/about/about-us/">About ASES</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="https://ases.org/about/our-history/">Our History</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://ases.org/about/boardofdirectors/">Board of Directors</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://ases.org/about/ourteam/">Our Team</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-347"><a href="https://ases.org/about/about-us/divisions/">ASES Technical Divisions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://ases.org/about/jobsvolunteer/">Volunteer/Intern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://ases.org/about/awards-fellows/">Awards &#038; Fellows</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11862"><a href="https://ases.org/jedi/">JEDI</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9536"><a href="https://ases.org/asesevents/">ASES Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4761"><a href="https://ases.org/asesnews/">ASES in the News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9998"><a href="https://ases.org/bylaws/">Bylaws</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15955"><a href="https://ases.org/ases-transformational-five-year-strategic-plan/">Strategic Plan</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10748"><a href="https://ases.org/governance/">Governance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://ases.org/about/contact-us/">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14992"><a href="https://ases.org/shop/">Shop</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-885"><a>Programs</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7536"><a target="_blank" rel="noopener" href="https://www.nationalsolartour.org/">National Solar Tour</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5126"><a href="https://ases.org/conference/">Solar Conference 2024</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9494"><a href="https://ases.org/conferencearchive/">Conference Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9495"><a href="https://ases.org/proceedingsarchive/">Proceedings Archive</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="https://ases.org/tinywatts/">Tiny Watts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10341"><a href="https://ases.org/zen/">Zero Emissions Network</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-886"><a href="#">Our Community</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12886"><a target="_blank" rel="noopener" href="https://community.ases.org/home">Online Community</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11417"><a href="https://ases.org/our-community/businessmembers/">Business Members</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-824"><a href="https://ases.org/our-community/chapters/">Chapters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17836"><a href="https://ases.org/our-community/student-chapters/">ASES Student Chapters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7714"><a href="https://ases.org/our-community/membership/">Bulk Buy Memberships</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11636"><a href="https://ases.org/giftmembership/">Gift Membership</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11275"><a href="https://ases.org/mediapartners/">Media Partners</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17470"><a>Education</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20188"><a href="https://ases.org/solar-curricula/">Solar School Spotlights &#038; Solar Energy Curricula</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7697"><a href="https://ases.org/webinars/">ASES Webinar Series</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18094"><a href="https://ases.org/ira/">Inflation Reduction Act – Clean Energy Overview &#038; Highlights</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9717"><a href="https://ases.org/solarenergyworkbook/">Solar Energy Workbook</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-394"><a href="https://ases.org/resources/solar-trainings/">Solar Trainings</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9058"><a href="https://ases.org/resources/renewable-energy-home-basics/">Renewable Energy Home Basics</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17509"><a href="https://ases.org/real-estate-education/">High Performance Valuation for Professionals Who Buy, Sell, and Value Real Estate</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-740"><a href="/programs/tiny-watts/">Tiny Watts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17745"><a target="_blank" rel="noopener" href="https://www1.eere.energy.gov/solar/pdfs/solar_timeline.pdf?utm_id=64753&#038;sfmc_id=4732353#new_tab">History of Solar</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17784"><a href="https://ases.org/scholarships/">Scholarships</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-887"><a href="#">Resources</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="https://ases.org/resources/newsandstories/">News and Stories</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-18852"><a href="https://ases.org/firm-power-generation/">Feasibility and Requirements of a 100% Transition to Renewable Energy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-20171"><a href="https://ases.org/invest-in-a-clean-power-future-without-up-front-costs/">Invest in a Clean Power Future Without Upfront Costs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18740"><a target="_blank" rel="noopener" href="https://ases.org/wp-content/uploads/2021/12/Original-size-30-ITC-Infographic-July-2023.pdf">Claim Your Solar Tax Credit</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8914"><a href="https://ases.org/40-questions-to-ask-an-installer/">40 Questions to Ask an Installer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="https://ases.org/resources/newsletterarchives/">Solar@Work Newsletter Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9382"><a href="https://ases.org/mediaresources/">Media Room</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8260"><a href="https://ases.org/resources/renewable-energy-home-basics/solar-performance-buying-reliability-and-maintenance-in-photovoltaics/">Solar Performance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7216"><a href="https://ases.org/resources/ases-historical-reports/">ASES Historical Reports</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10677"><a href="https://ases.org/ases-archives/">ASES Archives</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1918"><a target="_blank" rel="noopener" href="http://careers.ases.org#new_tab">Jobs Board</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://ases.org/solartoday/">Solar Today Magazine</a></li> </ul></div> </div> <div class="footer-item relative"> <ul class="footer-list footer-list-2"> <li> <a href="https://ases.org/solartoday/" class="d-block text-uppercase"> <strong class="d-block"> Solar Today Magazine </strong> </a> <a href="https://ases.informz.net/ASES/pages/SignUpForm" class="d-block text-uppercase"> <strong class="d-block"> SOLAR@WORK NEWSLETTER </strong> </a> <a href="/about/contact-us" class="d-block text-uppercase"> <strong class="d-block"> CONTACT US </strong> </a> <a href="/sitemap/" class="d-block text-uppercase"> <strong class="d-block"> SITE MAP </strong> </a> <a href="" class="d-block" target="_blank"> <strong class="d-block"> </strong> </a> <a href="" class="d-block" target="_blank"> <strong class="d-block"> </strong> </a> <div class="menu-header-top-buttons-container"><ul id="menu-header-top-buttons-1" class="footer_top_menu"><li class="h-100 btn-donate-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-677"><a target="_blank" rel="noopener" href="https://ases.site-ym.com/donations/">Donate</a></li> <li class="h-100 btn-member-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-678"><a target="_blank" rel="noopener" href="https://ases.site-ym.com//general/register_start.asp">Become a member</a></li> <li class="h-100 btn-login-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-679"><a target="_blank" rel="noopener" href="https://ases.site-ym.com/login.aspx">Member Login</a></li> <li class="h-100 btn-onlinecommunity-wrap menu-item menu-item-type-custom menu-item-object-custom menu-item-12687"><a target="_blank" rel="noopener" href="https://community.ases.org/home">ONLINE COMMUNITY</a></li> </ul></div> </li> </ul> <div class="absolute-bottom social-footer"> <p class="d-inline-block"><span>Follow us:</span></p> <a href="https://www.facebook.com/americansolarenergysociety/" target="_blank"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> <a href="https://www.instagram.com/ases_solar" target="_blank"> <i class="fa fa-instagram" aria-hidden="true"></i> </a> <a href="https://twitter.com/ASES_Solar" target="_blank"> <i class="fa fa-twitter" aria-hidden="true"></i> </a><br> <a href="https://www.linkedin.com/groups/2368335/profile" target="_blank"> <i class="fa fa-linkedin" aria-hidden="true"></i> </a> <a href="https://www.youtube.com/channel/UCF9nNtHuTDY4NrA4ObpxVkA?view_as=subscriber" target="_blank"> <i class="fa fa-youtube" aria-hidden="true"></i> </a> </div> </div> </div> <div class="row mx-0"> <p class="footer-verbiage-bottom text-center"> ASES is the US Section of the <a href="https://www.ises.org/" target="_blank">International Solar Energy Society</a>. Read our <a href="https://ases.org/privacy-policy/">privacy policy. </a> The ASES office, located in Boulder, Colorado, is on the traditional and contemporary <a href="https://native-land.ca" target="blank">homelands</a> of the Arapaho, Cheyenne, and Ute, and other Native peoples, who have been scientists and stewards in relationship with this land for many generations. Website designed by <a href="https://www.sundesignstudios.com" target="_blank">SunDesign Studios</a>. </p> </div> </div> </div> </footer> <!-- END OF FOOTER --> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = false; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <div id="glt-translate-trigger"><span class="notranslate">Switch Language »</span></div><div id="glt-toolbar"></div><div id="flags" style="display:none" class="size18"><ul id="sortable" class="ui-sortable"><li id="English"><a href="#" title="English" class="nturl notranslate en flag united-states"></a></li><li id="French"><a href="#" title="French" class="nturl notranslate fr flag French"></a></li><li id="Spanish"><a href="#" title="Spanish" class="nturl notranslate es flag Spanish"></a></li></ul></div><div id='glt-footer'><div id="google_language_translator" class="default-language-en"></div></div><script>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages:'en,fr,es', autoDisplay: false}, 'google_language_translator');}</script> <span id="tipus"></span> <span id="tipus"></span> <span id="tipus"></span> <!-- GTM Container placement set to footer --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-56654PW" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='socialsnap-styles-css' href='https://ases.org/wp-content/plugins/socialsnap/assets/css/socialsnap.css?ver=1.3.4' type='text/css' media='all' /> <link rel='stylesheet' id='gglcptch-css' href='https://ases.org/wp-content/plugins/google-captcha/css/gglcptch.css?ver=1.74' type='text/css' media='all' /> <link rel='stylesheet' id='ays-pb-css' href='https://ases.org/wp-content/plugins/ays-popup-box-7.8.8/public/css/ays-pb-public.css?ver=7.8.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://ases.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.18' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type="text/javascript" src="https://ases.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://ases.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script> <script type="text/javascript" id="jquery-ui-datepicker-js-after"> /* <![CDATA[ */ jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/ases.org\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/google-language-translator/js/scripts.js?ver=6.0.20" id="scripts-js"></script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit" id="scripts-google-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.0" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/ases.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.0" id="wc-order-attribution-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1.20" id="gtm4wp-form-move-tracker-js"></script> <script type="text/javascript" id="twentyseventeen-skip-link-focus-fix-js-extra"> /* <![CDATA[ */ var twentyseventeenScreenReaderText = {"quote":"<svg class=\"icon icon-quote-right\" aria-hidden=\"true\" role=\"img\"> <use href=\"#icon-quote-right\" xlink:href=\"#icon-quote-right\"><\/use> <\/svg>","expand":"Expand child menu","collapse":"Collapse child menu","icon":"<svg class=\"icon icon-angle-down\" aria-hidden=\"true\" role=\"img\"> <use href=\"#icon-angle-down\" xlink:href=\"#icon-angle-down\"><\/use> <span class=\"svg-fallback icon-angle-down\"><\/span><\/svg>"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/skip-link-focus-fix.js?ver=1.0" id="twentyseventeen-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/navigation.js?ver=1.0" id="twentyseventeen-navigation-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/global.js?ver=1.0" id="twentyseventeen-global-js"></script> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/jquery.scrollTo.js?ver=2.1.2" id="jquery-scrollto-js"></script> <script type="text/javascript" src="https://ases.org/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6" id="page-links-to-js"></script> <script type="text/javascript" id="socialsnap-js-js-extra"> /* <![CDATA[ */ var socialsnap_script = {"ajaxurl":"https:\/\/ases.org\/wp-admin\/admin-ajax.php","on_media_width":"250","on_media_height":"250","nonce":"ef0992ee4c","post_id":"1217"}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/socialsnap/assets/js/socialsnap.js?ver=1.3.4" id="socialsnap-js-js"></script> <script type="text/javascript" data-cfasync="false" async="async" defer="defer" src="https://www.google.com/recaptcha/api.js?render=explicit&amp;ver=1.74" id="gglcptch_api-js"></script> <script type="text/javascript" id="gglcptch_script-js-extra"> /* <![CDATA[ */ var gglcptch = {"options":{"version":"v2","sitekey":"6LfPtJEUAAAAAEpQPFmGwfY8R-ARxlZmeEcogGQL","error":"<strong>Warning<\/strong>:&nbsp;More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly.","disable":0,"theme":"light"},"vars":{"visibility":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://ases.org/wp-content/plugins/google-captcha/js/script.js?ver=1.74" id="gglcptch_script-js"></script> <div id="ss-all-networks-popup" class="ss-popup-overlay" data-nonce="d6069ad4cb"> <div class="ss-popup"> <div class="ss-popup-heading"> <span>Share via</span> <a href="#" class="ss-close-modal" rel="nofollow noopener"> <svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.883 16.667l7.058-7.058c0.517-0.517 0.517-1.367 0-1.883s-1.367-0.517-1.883 0l-7.058 7.058-7.058-7.058c-0.517-0.517-1.367-0.517-1.883 0s-0.517 1.367 0 1.883l7.058 7.058-7.058 7.058c-0.517 0.517-0.517 1.367 0 1.883 0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392l7.058-7.058 7.058 7.058c0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392c0.517-0.517 0.517-1.367 0-1.883l-7.058-7.058z"></path></svg> </a> </div><!-- END .ss-popup-heading --> <div class="ss-popup-content"> <div class="ss-popup-networks ss-clearfix"> <div class="ss-popup-network ss-popup-facebook"> <a href="#" aria-label="Facebook" data-ss-ss-link="https://www.facebook.com/sharer.php?t=Join%20Us%20at%20SOLAR%202013&#038;u=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" data-id="facebook" class="ss-facebook-color" data-ss-ss-network-id="facebook" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" data-has-api="true" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 16.098C32 7.208 24.837 0 16 0S0 7.207 0 16.098C0 24.133 5.851 30.792 13.5 32V20.751H9.437v-4.653H13.5V12.55c0-4.034 2.389-6.263 6.043-6.263 1.751 0 3.582.315 3.582.315v3.961h-2.018c-1.987 0-2.607 1.241-2.607 2.514v3.02h4.438l-.71 4.653H18.5V32C26.149 30.792 32 24.133 32 16.098z" /></svg></span> <span>Facebook</span> </a> </div> <div class="ss-popup-network ss-popup-twitter"> <a href="#" aria-label="X (Twitter)" data-ss-ss-link="https://twitter.com/intent/tweet?text=Join+Us+at+SOLAR+2013&#038;url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" data-id="twitter" class="ss-twitter-color" data-ss-ss-network-id="twitter" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg></span> <span>X (Twitter)</span> </a> </div> <div class="ss-popup-network ss-popup-linkedin"> <a href="#" aria-label="LinkedIn" data-ss-ss-link="https://www.linkedin.com/shareArticle?title=Join%20Us%20at%20SOLAR%202013&#038;url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F&#038;mini=true" data-id="linkedin" class="ss-linkedin-color" data-ss-ss-network-id="linkedin" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M29.632 0C30.939 0 32 1.032 32 2.307v27.384C32 30.966 30.939 32 29.632 32H2.36C1.058 32 0 30.966 0 29.69V2.308C0 1.032 1.058 0 2.36 0h27.272zM9.149 11.638h-4.77V27h4.77V11.638zm12.133-.382c-2.318 0-3.874 1.273-4.509 2.48h-.066v-2.098H12.14V27h4.76v-7.599c0-2.004.378-3.946 2.858-3.946 2.447 0 2.475 2.29 2.475 4.072V27H27v-8.423c0-4.138-.893-7.32-5.718-7.32v-.001zM6.764 4A2.766 2.766 0 004 6.769a2.765 2.765 0 105.528 0A2.767 2.767 0 006.765 4h-.001z" /></svg></span> <span>LinkedIn</span> </a> </div> <div class="ss-popup-network ss-popup-mix"> <a href="#" aria-label="Mix" data-ss-ss-link="https://mix.com/add?url=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F" data-id="mix" class="ss-mix-color" data-ss-ss-network-id="mix" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="28" height="32" viewBox="0 0 28 32" xmlns="http://www.w3.org/2000/svg"><path d="M0 4v21.806c0 3.512 5.5 3.631 5.5 0v-14.912c0.494-3.306 5.5-3.15 5.5 0.406v10.956c0 3.619 6 3.625 6 0v-7.256c0.331-3.419 5.5-3.281 5.5 0.269v1.487c0 3.744 5.5 3.538 5.5 0v-12.756h-28z"></path></svg></span> <span>Mix</span> </a> </div> <div class="ss-popup-network ss-popup-envelope"> <a href="#" aria-label="Email" data-ss-ss-link="mailto:?body=https%3A%2F%2Fases.org%2Fjoin-us-at-solar-2013%2F&#038;subject=Join%20Us%20at%20SOLAR%202013" data-id="envelope" class="ss-envelope-color" data-ss-ss-network-id="envelope" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M32 12.964v14.179c0 1.571-1.286 2.857-2.857 2.857h-26.286c-1.571 0-2.857-1.286-2.857-2.857v-14.179c0.536 0.589 1.143 1.107 1.804 1.554 2.964 2.018 5.964 4.036 8.875 6.161 1.5 1.107 3.357 2.464 5.304 2.464h0.036c1.946 0 3.804-1.357 5.304-2.464 2.911-2.107 5.911-4.143 8.893-6.161 0.643-0.446 1.25-0.964 1.786-1.554zM32 7.714c0 2-1.482 3.804-3.054 4.893-2.786 1.929-5.589 3.857-8.357 5.804-1.161 0.804-3.125 2.446-4.571 2.446h-0.036c-1.446 0-3.411-1.643-4.571-2.446-2.768-1.946-5.571-3.875-8.339-5.804-1.268-0.857-3.071-2.875-3.071-4.5 0-1.75 0.946-3.25 2.857-3.25h26.286c1.554 0 2.857 1.286 2.857 2.857z"></path></svg></span> <span>Email</span> </a> </div> <div class="ss-popup-network ss-popup-print"> <a href="#" aria-label="Print" data-ss-ss-link="#" data-id="print" class="ss-print-color" data-ss-ss-network-id="print" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="30" height="32" viewBox="0 0 30 32" xmlns="http://www.w3.org/2000/svg"><path d="M6.857 27.714h16v-4.571h-16v4.571zM6.857 16.286h16v-6.857h-2.857c-0.946 0-1.714-0.768-1.714-1.714v-2.857h-11.429v11.429zM27.429 17.429c0-0.625-0.518-1.143-1.143-1.143s-1.143 0.518-1.143 1.143 0.518 1.143 1.143 1.143 1.143-0.518 1.143-1.143zM29.714 17.429v7.429c0 0.304-0.268 0.571-0.571 0.571h-4v2.857c0 0.946-0.768 1.714-1.714 1.714h-17.143c-0.946 0-1.714-0.768-1.714-1.714v-2.857h-4c-0.304 0-0.571-0.268-0.571-0.571v-7.429c0-1.875 1.554-3.429 3.429-3.429h1.143v-9.714c0-0.946 0.768-1.714 1.714-1.714h12c0.946 0 2.25 0.536 2.929 1.214l2.714 2.714c0.679 0.679 1.214 1.982 1.214 2.929v4.571h1.143c1.875 0 3.429 1.554 3.429 3.429z"></path></svg></span> <span>Print</span> </a> </div> <div class="ss-popup-network ss-popup-copy"> <a href="#" aria-label="Copy Link" data-ss-ss-link="https://ases.org/join-us-at-solar-2013/" data-id="copy" class="ss-copy-color" data-ss-ss-network-id="copy" data-ss-ss-post-id="1217" data-ss-ss-location="popup" data-ss-ss-permalink="https://ases.org/join-us-at-solar-2013/" data-ss-ss-type="share" rel="nofollow noopener"> <!-- phpcs:ignore --> <span><svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.313 28v-18.688h-14.625v18.688h14.625zM25.313 6.688c1.438 0 2.688 1.188 2.688 2.625v18.688c0 1.438-1.25 2.688-2.688 2.688h-14.625c-1.438 0-2.688-1.25-2.688-2.688v-18.688c0-1.438 1.25-2.625 2.688-2.625h14.625zM21.313 1.313v2.688h-16v18.688h-2.625v-18.688c0-1.438 1.188-2.688 2.625-2.688h16z"></path></svg></span> <span>Copy Link</span> </a> </div> </div><!-- END .ss-popup-networks --> </div><!-- END .ss-popup-content --> </div><!-- END .ss-popup --> </div><!-- END #ss-all-networks-popup --> <div id="ss-copy-popup" class="ss-popup-overlay"> <div class="ss-popup"> <div class="ss-popup-heading"> <span>Copy link</span> <a href="#" class="ss-close-modal" rel="nofollow noopener"> <svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M17.883 16.667l7.058-7.058c0.517-0.517 0.517-1.367 0-1.883s-1.367-0.517-1.883 0l-7.058 7.058-7.058-7.058c-0.517-0.517-1.367-0.517-1.883 0s-0.517 1.367 0 1.883l7.058 7.058-7.058 7.058c-0.517 0.517-0.517 1.367 0 1.883 0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392l7.058-7.058 7.058 7.058c0.258 0.258 0.6 0.392 0.942 0.392s0.683-0.133 0.942-0.392c0.517-0.517 0.517-1.367 0-1.883l-7.058-7.058z"></path></svg> </a> </div><!-- END .ss-popup-heading --> <div class="ss-popup-content"> <div class="ss-copy-action"> <input type="text" readonly="readonly" value="https://ases.org/join-us-at-solar-2013/" class="ss-copy-action-field" aria-label="Copy" /> <a href="#" class="ss-button" rel="nofollow noopener">Copy<span class="ss-share-network-tooltip">Copied</span></a> <svg class="ss-svg-icon" aria-hidden="true" role="img" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25.313 28v-18.688h-14.625v18.688h14.625zM25.313 6.688c1.438 0 2.688 1.188 2.688 2.625v18.688c0 1.438-1.25 2.688-2.688 2.688h-14.625c-1.438 0-2.688-1.25-2.688-2.688v-18.688c0-1.438 1.25-2.625 2.688-2.625h14.625zM21.313 1.313v2.688h-16v18.688h-2.625v-18.688c0-1.438 1.188-2.688 2.625-2.688h16z"></path></svg> </div><!-- END .ss-copy-action --> </div><!-- END .ss-popup-content --> </div><!-- END .ss-popup --> </div><!-- END #ss-copy-popup --> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/bootstrap.min.js"></script> <script src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/slick.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="https://ases.org/wp-content/themes/American%20Solar%20Theme/assets/js/main.js?v=08-45-33"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "By DAVID PANICH April 30, 2013\nThe Solar Buildings Division has been busy preparing for SOLAR 2013, the ASES National Solar Conference, to be held in Baltimore, Md., April 16–20. At the conference we will host the 38th National Passive Solar Conference, which is a “conference within a conference,” as it has been for many years.\nOur Emerging Architecture keynote speaker, Travis Price, FAIA, will present on “The Mythic Modern: mythology, ecology and technology … the spirit of place.”\nPrice is an award-winning architect, philosopher, adventurer and environmental pioneer. His visionary works demonstrate that culturally diverse inspirations and green designs are leading determinants in today’s global architecture. He is widely respected for his innovations in environmentally sound architecture and coined the term passive solar.\nThis year the Passive Conference will be divided into two tracks: Emerging Architecture and Passive Building Technology, and Daylighting, Modeling and Building Automation. Emerging Architecture and Passive Building Technology sessions will address topics such as passive house design; design tools for passive solar and sustainability; materials, assemblies and building elements; building science, passive design and climate. The Daylighting, Modeling and Building Automation track includes sessions on modeling and monitoring; daylighting design; solar access and zoning; daylight from above; and controls, building automation and user interface.\nThe Solar Buildings Division has participated on SOLAR 2013’s Technical Review Committee and accepted more than 60 forums, technical papers, posters and Ignite presentations to make each track an interesting and educational experience for conference attendees.\nOur goal for the Solar Buildings Division is to expand our role within ASES as we move into 2013. This role will become more important as our society struggles to balance the energy, economic and environmental impacts of the built environment. According to Architecture 2030, buildings represent about half the energy consumed in the United States. Clearly, solar buildings are a large part of our energy future and the Solar Buildings Division of ASES is an important part of the future of ASES.\nMembership in the Solar Buildings Division is focused on the needs of:\n- Design professionals (architects, engineers and LEED aps),\n- Building/construction professionals (builders, contractors, developers and building owners), and\n- Educators and students (faculty, researchers and students in the above disciplines).\nIf you are interested in becoming involved in the Solar Buildings Division or have ideas for how to make the division more responsive to the needs of its members, consider applying for our openings for vice-chair and secretary of the division. To participate, please contact me at email@example.com.\nDavid Panich is chair of the ASES Solar Buildings Division.", "id": "<urn:uuid:bb23616a-9f66-4d0c-8767-5c57966911e0>", "dump": "CC-MAIN-2024-10", "url": "https://ases.org/join-us-at-solar-2013/", "date": "2024-02-25T08:45:33", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9357032179832458, "token_count": 564 } }
<urn:uuid:3afb7dd8-7ea2-4a94-82f3-3318c31a2b48>
<!doctype html><html class="no-js a-image mobile-title-align--center has-mobile-menu-icon--left l-generic p-artwork has-page-nav mobile-menu-align--center has-wall-text "><head><meta charset="utf-8" /><meta content="IE=edge" http-equiv="X-UA-Compatible" /><meta http-equiv="X-OPP-Site-Id" content="22174" /><meta http-equiv="X-OPP-Revision" content="1092" /><meta http-equiv="X-OPP-Locke-Environment" content="production" /><meta http-equiv="X-OPP-Locke-Release" content="v0.0.133" /><title>ASHLEY JAMESON ERIKSMOEN: Critical Design&gt;&lt;Sculpture&gt;&lt;Contemporary Craft</title><link rel="canonical" href="https://ashleyeriksmoen.com/artwork/1511210-Flock.html" /><meta content="website" property="og:type" /><meta property="og:url" content="https://ashleyeriksmoen.com/artwork/1511210-Flock.html" /><meta property="og:title" content="Flock" /><meta content="width=device-width, initial-scale=1" name="viewport" /><link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css" /><link type="text/css" rel="stylesheet" media="only all" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" /><link type="text/css" rel="stylesheet" media="not all and (min-device-width: 600px) and (min-device-height: 600px)" href="/release/locke/production/v0.0.133/css/small.css" /><link type="text/css" rel="stylesheet" media="only all and (min-device-width: 600px) and (min-device-height: 600px)" href="/release/locke/production/v0.0.133/css/large-generic.css" /><link type="text/css" rel="stylesheet" media="not all and (min-device-width: 600px) and (min-device-height: 600px)" href="/r16461973770000001092/css/small-site.css" /><link type="text/css" rel="stylesheet" media="only all and (min-device-width: 600px) and (min-device-height: 600px)" href="/r16461973770000001092/css/large-site.css" /><link type="text/css" rel="stylesheet" media="only all and (min-device-width: 600px) and (min-device-height: 600px)" href="//fonts.googleapis.com/css?family=Mako:400" /><link type="text/css" rel="stylesheet" media="not all and (min-device-width: 600px) and (min-device-height: 600px)" href="//fonts.googleapis.com/css?family=Mako:400&amp;text=MENUHomePrtfliAbu%20%26CnacLkspgvVSYJORIK%3AD%3E%3Cy" /><script>window.OPP = window.OPP || {}; OPP.modernMQ = 'only all'; OPP.smallMQ = 'not all and (min-device-width: 600px) and (min-device-height: 600px)'; OPP.largeMQ = 'only all and (min-device-width: 600px) and (min-device-height: 600px)'; OPP.downURI = '/x/1/7/4/22174/.down'; OPP.gracePeriodURI = '/x/1/7/4/22174/.grace_period'; OPP.imgL = function (img) { !window.lazySizes && img.onerror(); }; OPP.imgE = function (img) { img.onerror = img.onload = null; img.src = img.getAttribute('data-src'); //img.srcset = img.getAttribute('data-srcset'); };</script><script src="/release/locke/production/v0.0.133/js/modernizr.js"></script><script src="/release/locke/production/v0.0.133/js/masonry.js"></script><script src="/release/locke/production/v0.0.133/js/respimage.js"></script><script src="/release/locke/production/v0.0.133/js/ls.aspectratio.js"></script><script src="/release/locke/production/v0.0.133/js/lazysizes.js"></script><script src="/release/locke/production/v0.0.133/js/large.js"></script><script src="/release/locke/production/v0.0.133/js/hammer.js"></script><script>if (!Modernizr.mq('only all')) { document.write('<link type="text/css" rel="stylesheet" href="/release/locke/production/v0.0.133/css/minimal.css">') }</script><meta name="google-site-verification" content="RYjsaWRfVU3t4Np9N7d4njI5oXBJqxtzY2HiUbwSTbU" /><style>.media-max-width { display: block; } @media (min-height: 923px) { .media-max-width { max-width: 654.0px; } } @media (max-height: 923px) { .media-max-width { max-width: 70.85vh; } }</style><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-100561671-1', 'auto'); ga('send', 'pageview');</script></head><body><a class=" logo hidden--small" href="http://otherpeoplespixels.com/ref/ashleyeriksmoen.com" title="Website by OtherPeoplesPixels" target="_blank"></a><header id="header"><a class=" site-title" href="/home.html"><span class=" site-title-text u-break-word">ASHLEY JAMESON ERIKSMOEN: Critical Design&gt;&lt;Sculpture&gt;&lt;Contemporary Craft</span><div class=" site-title-media"></div></a><a id="mobile-menu-icon" class="mobile-menu-icon hidden--no-js hidden--large"><svg viewBox="0 0 21 17" width="21" height="17" fill="currentColor"><rect x="0" y="0" width="21" height="3" rx="0"></rect><rect x="0" y="7" width="21" height="3" rx="0"></rect><rect x="0" y="14" width="21" height="3" rx="0"></rect></svg></a></header><nav class=" hidden--large"><ul class=" site-nav"><li class="nav-item nav-home "><a class="nav-link " href="/home.html">Home</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/170787.html">Portfolio</a><ul><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/511187-2021-Clarence-Prize.html">2021 Clarence Prize</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/511184-Contact-Call-2021.html">Contact Call 2021</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/511185-Requiem-for-Black-Cockatoo.html">Black Cockatoo</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/511186-Patch-and-Corridor.html">Patch and Corridor</a></li></ul></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/492669-Symbiotic-Structures-2020.html">Symbiotic Structures 2020</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/480836-I-thought-I-heard-a-bird-2019.html">I thought I heard a bird 2019</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480837-Becoming-Bird.html">Becoming Bird</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/4578273-Edge-Conditions-1.html">Edge Con1</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480839-Edge-Conditions-2.html">Edge Con2</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/451129-Interpretations-Pending-2017.html">Interpretations Pending 2017</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/451131-Interpretations-Pending-Mangle-Board.html">Interpretations Pending Mangle Board</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/451133-Retable-d-Eden.html">Retable d'Eden</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447043-Guns-in-America-2016.html">Guns in America 2016</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447052-Bang-Bang.html">Bang! Bang!</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447048-For-Whom-the-Bell-Tolls.html">For Whom the Bell Tolls</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/4152223-Saudade.html">More Guns in America 2016</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447042-Feral-Re-Wilding-Furniture-2015.html">Feral 2015</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447058-Criogriff.html">Criogriff</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447088-Pockets-Are-An-Evolutionary-Advantage.html">Pockets Are An Evolutionary Advantage</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447056-Tofino-Epiphyte.html">Tofino Epiphyte</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447055-Meares-Island-Nurse-Log.html">Meares Island Nurse Log</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447057-Crustacean.html">Crustacean</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447059-Modernism-Gone-To-Seed.html">Modernism Gone To Seed</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447054-Research-and-Process-for-Feral.html">Research and Process for Feral</a></li></ul></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/447045-Theory-of-Everything-2015.html">Theory of Everything 2015</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/391624-Re-Forestation-How-to-Make-a-Tree-from-a-Chair-2013.html">Re-Forestation 2013</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447044-Individual-Works-2012-present.html">Individual Works 2012-present</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480835-Regrow.html">Regrow</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480834-Two-wrongs-re-make-a-right.html">Two-wrongs</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447053-Ikebana-Tansu.html">Ikebana Tansu</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391626-So-Goes-a-Whittle.html">So Goes a Whittle</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447087-Ripple.html">Ripple</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391625-Circuit.html">Circuit</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447039-Animate-Forms-2000-2011.html">Animate Forms 2000-2011</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181284-Clutch.html">Clutch</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181617-Fledge.html">Fledge</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182123-Mammals-at-home.html">Mammals (at home)</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181097-Bear.html">Bear</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/1563102-Little-Bug-Tables.html">Little Bug Tables</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181636-Flyer.html">Flyer</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181637-Saddle-Stools.html">Saddle Stools</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182119-Lift.html">Lift</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447046-Small-Investigations.html">Small Investigations</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182991-Pablo-Adeline.html">Pablo &amp; Adeline</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447040-Wall-Works-2000-2011.html">Wall Works 2000-2011</a><ul><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/artwork/3524404-Cubby-Shelves.html">Cubby Shelves</a></li><li class="nav-gallery nav-item expanded "><a class="selected nav-link " href="/section/181635-Flock.html">Flock</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/186976-Wall-Pockets.html">Wall Pockets</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/artwork/3524405-Oval-Pulls-Cabinet.html">Oval Pulls Cabinet</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/446951-Early-Works-pre-2000.html">Early Works (pre-2000)</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215644-Onward.html">Onward</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/184666-Quarrel.html">Quarrel </a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/396143-Small-Investigations.html">Small Investigations</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215658-The-Push-Climb.html">The Push &amp; Climb</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215648-Lean.html">Lean</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215640-Ritual-List.html">Ritual-List</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215614-Yeah-But-Can-She-Type.html">Yeah, But Can She Type?</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181511-Hide-Seek-Curio-Box.html">Hide &amp; Seek Curio Box</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/186974-Port-Cabinet.html">Port Cabinet</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/446952-Private-Commissions.html">Private Commissions</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182251-Sway.html">Sway</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181508-Daddy-Longlegs.html">Daddy Longlegs</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391627-Sleigh.html">Sleigh</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181555-Double-Happiness.html">Double Happiness</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215657-Pushmi-Pullyu.html">Pushmi-Pullyu</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181283-Chicago-Mammals-Commission.html">Chicago Mammals Commission</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215609-Peony-Desk.html">Peony Desk</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181285-Contrapposto-Chair-Commissions.html">Contrapposto Chair Commissions</a></li></ul></li></ul></li><li class="nav-item nav-contact "><a class="nav-link " href="/contact.html">About &amp; Contact</a></li><li class="nav-links nav-item "><a class="nav-link " href="/links.html">Links</a></li><li class="nav-news nav-item "><a class="nav-link " href="/news.html">Upcoming Events</a></li><li class="nav-item nav-pdf1 "><a target="_blank" class="nav-link " href="//img-cache.oppcdn.com/fixed/22174/assets/Fvf3L04OAL1zpdKj.pdf">CV</a></li></ul></nav><div class=" content"><nav class=" hidden--small" id="nav"><header><a class=" site-title" href="/home.html"><span class=" site-title-text u-break-word">ASHLEY JAMESON ERIKSMOEN: Critical Design&gt;&lt;Sculpture&gt;&lt;Contemporary Craft</span><div class=" site-title-media"></div></a></header><ul class=" site-nav"><li class="nav-item nav-home "><a class="nav-link " href="/home.html">Home</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/170787.html">Portfolio</a><ul><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/511187-2021-Clarence-Prize.html">2021 Clarence Prize</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/511184-Contact-Call-2021.html">Contact Call 2021</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/511185-Requiem-for-Black-Cockatoo.html">Black Cockatoo</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/511186-Patch-and-Corridor.html">Patch and Corridor</a></li></ul></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/492669-Symbiotic-Structures-2020.html">Symbiotic Structures 2020</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/480836-I-thought-I-heard-a-bird-2019.html">I thought I heard a bird 2019</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480837-Becoming-Bird.html">Becoming Bird</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/4578273-Edge-Conditions-1.html">Edge Con1</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480839-Edge-Conditions-2.html">Edge Con2</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/451129-Interpretations-Pending-2017.html">Interpretations Pending 2017</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/451131-Interpretations-Pending-Mangle-Board.html">Interpretations Pending Mangle Board</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/451133-Retable-d-Eden.html">Retable d'Eden</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447043-Guns-in-America-2016.html">Guns in America 2016</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447052-Bang-Bang.html">Bang! Bang!</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447048-For-Whom-the-Bell-Tolls.html">For Whom the Bell Tolls</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/4152223-Saudade.html">More Guns in America 2016</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447042-Feral-Re-Wilding-Furniture-2015.html">Feral 2015</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447058-Criogriff.html">Criogriff</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447088-Pockets-Are-An-Evolutionary-Advantage.html">Pockets Are An Evolutionary Advantage</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447056-Tofino-Epiphyte.html">Tofino Epiphyte</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447055-Meares-Island-Nurse-Log.html">Meares Island Nurse Log</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447057-Crustacean.html">Crustacean</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447059-Modernism-Gone-To-Seed.html">Modernism Gone To Seed</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447054-Research-and-Process-for-Feral.html">Research and Process for Feral</a></li></ul></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/447045-Theory-of-Everything-2015.html">Theory of Everything 2015</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/391624-Re-Forestation-How-to-Make-a-Tree-from-a-Chair-2013.html">Re-Forestation 2013</a></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447044-Individual-Works-2012-present.html">Individual Works 2012-present</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480835-Regrow.html">Regrow</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/480834-Two-wrongs-re-make-a-right.html">Two-wrongs</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447053-Ikebana-Tansu.html">Ikebana Tansu</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391626-So-Goes-a-Whittle.html">So Goes a Whittle</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447087-Ripple.html">Ripple</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391625-Circuit.html">Circuit</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447039-Animate-Forms-2000-2011.html">Animate Forms 2000-2011</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181284-Clutch.html">Clutch</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181617-Fledge.html">Fledge</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182123-Mammals-at-home.html">Mammals (at home)</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181097-Bear.html">Bear</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/artwork/1563102-Little-Bug-Tables.html">Little Bug Tables</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181636-Flyer.html">Flyer</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181637-Saddle-Stools.html">Saddle Stools</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182119-Lift.html">Lift</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/447046-Small-Investigations.html">Small Investigations</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182991-Pablo-Adeline.html">Pablo &amp; Adeline</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/447040-Wall-Works-2000-2011.html">Wall Works 2000-2011</a><ul><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/artwork/3524404-Cubby-Shelves.html">Cubby Shelves</a></li><li class="nav-gallery nav-item expanded "><a class="selected nav-link " href="/section/181635-Flock.html">Flock</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/section/186976-Wall-Pockets.html">Wall Pockets</a></li><li class="nav-gallery nav-item expanded "><a class="nav-link " href="/artwork/3524405-Oval-Pulls-Cabinet.html">Oval Pulls Cabinet</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/446951-Early-Works-pre-2000.html">Early Works (pre-2000)</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215644-Onward.html">Onward</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/184666-Quarrel.html">Quarrel </a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/396143-Small-Investigations.html">Small Investigations</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215658-The-Push-Climb.html">The Push &amp; Climb</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215648-Lean.html">Lean</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215640-Ritual-List.html">Ritual-List</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215614-Yeah-But-Can-She-Type.html">Yeah, But Can She Type?</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181511-Hide-Seek-Curio-Box.html">Hide &amp; Seek Curio Box</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/186974-Port-Cabinet.html">Port Cabinet</a></li></ul></li><li class="nav-item expanded nav-museum "><a class="nav-link " href="/section/446952-Private-Commissions.html">Private Commissions</a><ul><li class="nav-gallery nav-item "><a class="nav-link " href="/section/182251-Sway.html">Sway</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181508-Daddy-Longlegs.html">Daddy Longlegs</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/391627-Sleigh.html">Sleigh</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181555-Double-Happiness.html">Double Happiness</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215657-Pushmi-Pullyu.html">Pushmi-Pullyu</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181283-Chicago-Mammals-Commission.html">Chicago Mammals Commission</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/215609-Peony-Desk.html">Peony Desk</a></li><li class="nav-gallery nav-item "><a class="nav-link " href="/section/181285-Contrapposto-Chair-Commissions.html">Contrapposto Chair Commissions</a></li></ul></li></ul></li><li class="nav-item nav-contact "><a class="nav-link " href="/contact.html">About &amp; Contact</a></li><li class="nav-links nav-item "><a class="nav-link " href="/links.html">Links</a></li><li class="nav-news nav-item "><a class="nav-link " href="/news.html">Upcoming Events</a></li><li class="nav-item nav-pdf1 "><a target="_blank" class="nav-link " href="//img-cache.oppcdn.com/fixed/22174/assets/Fvf3L04OAL1zpdKj.pdf">CV</a></li></ul><footer><div class=" copyright">© a.j.eriksmoen</div><div class=" credit"><a href="http://otherpeoplespixels.com/ref/ashleyeriksmoen.com" target="_blank">Website by OtherPeoplesPixels</a></div></footer></nav><main id="main"><div class=" page clearfix media-max-width"><h1 class="parent-title title"><a class=" title-segment hidden--small" href="/section/447040-Wall-Works-2000-2011.html">Wall Works 2000-2011</a><span class=" title-sep hidden--small"> &gt; </span><a class=" title-segment" href="/section/181635-Flock.html">Flock</a></h1><div class=" media-and-info"><div class=" page-media-wrapper media"><a class=" page-media" title="Flock" href="/artwork/1511208-Flock.html" id="media"><img data-aspectratio="654/720" class="u-img " alt="Flock" src="//img-cache.oppcdn.com/fixed/22174/assets/B2QudstONJCzPT23.jpg" srcset="//img-cache.oppcdn.com/img/v1.0/s:22174/t:QkxBTksrVEVYVCtIRVJF/p:12/g:tl/o:2.5/a:50/q:90/1400x720-B2QudstONJCzPT23.jpg/654x720/2fad85a575930ae56e882c467084cf54.jpg 654w, //img-cache.oppcdn.com/img/v1.0/s:22174/t:QkxBTksrVEVYVCtIRVJF/p:12/g:tl/o:2.5/a:50/q:90/984x588-B2QudstONJCzPT23.jpg/534x588/0e29c728779b704ee8dd7b228aa181d5.jpg 534w, //img-cache.oppcdn.com/fixed/22174/assets/B2QudstONJCzPT23.jpg 436w" sizes="(max-device-width: 599px) 100vw, (max-device-height: 599px) 100vw, (max-width: 436px) 436px, (max-height: 480px) 436px, (max-width: 534px) 534px, (max-height: 588px) 534px, 654px" /></a><a class=" zoom-corner" style="display: none" id="zoom-corner"><span class=" zoom-icon fa fa-search-plus"></span></a><div class="share-buttons a2a_kit social-icons hidden--small" data-a2a-title="Flock" data-a2a-url="https://ashleyeriksmoen.com/artwork/1511210-Flock.html"><a target="_blank" class="u-img-link share-button a2a_dd " href="https://www.addtoany.com/share_save"><span class="social-icon share fa-plus fa "></span></a></div></div><div class=" info border-color"><div class=" wall-text border-color"><div class=" wt-item wt-title">Flock</div><div class=" wt-item wt-media">Poplar, mirror, acrylic and milk paints</div><div class=" wt-item wt-dimensions">20 individual pieces between 3" and 8" in diameter</div><div class=" wt-item wt-date">2003</div></div><div class=" page-nav hidden--small border-color clearfix"><a class=" next" id="artwork-next" href="/artwork/1511208-Flock.html"><span class=" m-hover-show">next</span> &gt;</a></div></div></div><div class="description t-full-width description-2 wordy u-break-word border-color hr-before--small"><p>This constellation of small mirrors acts as a swarm, like bees or mindless cells under the microscope. The title, "Flock", describes both the group and their behavior.</p><p>This installation creates a mosaic of light like a smattering of sequins across a wall or stars across the sky. Rather than getting a full view of oneself, a partial, multi-perspective view is offered. In his essay "Objects Built in a Realm of Total Permission: Studio Furniture and Its Strategies", American furniture historian Glenn Adamson calls Flock one of "the strongest of Eriksmoen's pieces in the show [which] derives its effectiveness from its simplicity . . . the work's usage and physical construction are fundamental to its content, which is all about fragmentation of the viewer's image into a welter of tiny parts." <br clear="none" /></p></div><div class="share-buttons a2a_kit social-icons hidden--large" data-a2a-title="Flock" data-a2a-url="https://ashleyeriksmoen.com/artwork/1511210-Flock.html"><a target="_blank" class="u-img-link share-button a2a_dd " href="https://www.addtoany.com/share_save"><span class="social-icon share fa-plus fa "></span></a></div></div></main></div><footer><div class=" copyright">© a.j.eriksmoen</div><div class=" credit"><a href="http://otherpeoplespixels.com/ref/ashleyeriksmoen.com" target="_blank">Website by OtherPeoplesPixels</a></div></footer><div class=" modal zoom-modal" style="display: none" id="zoom-modal"><style>@media (min-aspect-ratio: 109/120) { .zoom-media { width: auto; max-height: 720px; height: 100%; } } @media (max-aspect-ratio: 109/120) { .zoom-media { height: auto; max-width: 654px; width: 100%; } } @supports (object-fit: contain) { img.zoom-media { object-fit: contain; width: 100%; height: 100%; max-width: 654px; max-height: 720px; } }</style><div class=" zoom-media-wrapper"><img onerror="OPP.imgE(this);" onload="OPP.imgL(this);" data-src="//img-cache.oppcdn.com/fixed/22174/assets/B2QudstONJCzPT23.jpg" data-srcset="//img-cache.oppcdn.com/img/v1.0/s:22174/t:QkxBTksrVEVYVCtIRVJF/p:12/g:tl/o:2.5/a:50/q:90/1400x720-B2QudstONJCzPT23.jpg/654x720/2fad85a575930ae56e882c467084cf54.jpg 654w, //img-cache.oppcdn.com/img/v1.0/s:22174/t:QkxBTksrVEVYVCtIRVJF/p:12/g:tl/o:2.5/a:50/q:90/984x588-B2QudstONJCzPT23.jpg/534x588/0e29c728779b704ee8dd7b228aa181d5.jpg 534w, //img-cache.oppcdn.com/fixed/22174/assets/B2QudstONJCzPT23.jpg 436w" data-sizes="(max-device-width: 599px) 100vw, (max-device-height: 599px) 100vw, (max-width: 436px) 436px, (max-height: 480px) 436px, (max-width: 534px) 534px, (max-height: 588px) 534px, 654px" class="zoom-media lazyload hidden--no-js " alt="Flock" /><noscript><img class="zoom-media " alt="Flock" src="//img-cache.oppcdn.com/fixed/22174/assets/B2QudstONJCzPT23.jpg" /></noscript></div></div><div class=" offline"></div><script src="/release/locke/production/v0.0.133/js/small.js"></script><script src="/release/locke/production/v0.0.133/js/artwork.js"></script><script>var a2a_config = a2a_config || {};a2a_config.prioritize = ['facebook','twitter','linkedin','googleplus','pinterest','instagram','tumblr','share'];a2a_config.onclick = 1;(function(){ var a = document.createElement('script'); a.type = 'text/javascript'; a.async = true; a.src = '//static.addtoany.com/menu/page.js'; document.getElementsByTagName('head')[0].appendChild(a);})();</script><script>window.oppa=window.oppa||function(){(oppa.q=oppa.q||[]).push(arguments)};oppa('config','pathname','production/v0.0.133/22174');oppa('set','g','true');oppa('set','l','generic');oppa('set','p','artwork');oppa('set','a','image');oppa('rect','m','media','');oppa('send');</script><script async="" src="/release/locke/production/v0.0.133/js/analytics.js"></script><script src="https://otherpeoplespixels.com/static/enable-preview.js"></script></body></html>
fineweb
{ "fineweb_metadata": { "text": "This constellation of small mirrors acts as a swarm, like bees or mindless cells under the microscope. The title, \"Flock\", describes both the group and their behavior.\nThis installation creates a mosaic of light like a smattering of sequins across a wall or stars across the sky. Rather than getting a full view of oneself, a partial, multi-perspective view is offered. In his essay \"Objects Built in a Realm of Total Permission: Studio Furniture and Its Strategies\", American furniture historian Glenn Adamson calls Flock one of \"the strongest of Eriksmoen's pieces in the show [which] derives its effectiveness from its simplicity . . . the work's usage and physical construction are fundamental to its content, which is all about fragmentation of the viewer's image into a welter of tiny parts.\"", "id": "<urn:uuid:3afb7dd8-7ea2-4a94-82f3-3318c31a2b48>", "dump": "CC-MAIN-2024-10", "url": "https://ashleyeriksmoen.com/artwork/1511210-Flock.html", "date": "2024-02-25T07:52:10", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.941842257976532, "token_count": 168 } }
<urn:uuid:41b06791-d700-43d3-8487-f78a2db68c1a>
<!DOCTYPE html> <html lang="en" class="global-en -loading"> <!DOCTYPE html> <html lang="en" class="global-en -loading"> <head prefix="og: http://ogp.me/ns# website: http://ogp.me/ns/website#"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover"> <meta name="robots" content="index, follow"> <title>5 Benefits of Heated Toilet Seats | TOTO</title> <meta name="keywords" content="High tech toilet bowl Singapore Toilet bowl Singapore Toilet bowl design"> <meta name="description" content="Heated toilet seats can still be embraced in hot and sunny Singapore. Find out how they can still bring a wealth of benefits to your health and convenience. "> <meta property="og:title" content="5 Benefits of Heated Toilet Seats | TOTO"> <meta property="og:type" content="website"> <meta property="og:url" content="https://asia.toto.com/"> <meta property="og:image" content="https://www.toto.com/en/common/images/og_img.jpg"> <meta property="og:site_name" content="5 Benefits of Heated Toilet Seats | TOTO"> <meta property="og:description" content="Heated toilet seats can still be embraced in hot and sunny Singapore. Find out how they can still bring a wealth of benefits to your health and convenience. "> <link rel="canonical" href="https://asia.toto.com/blog/entry.php?blog=5-benefits-of-heated-toilet-seats"> <link rel="alternate" hreflang="en" href="https://asia.toto.com/"> <link rel="shortcut icon" type="image/x-icon" href="https://asia.toto.com/global_common_2019/favicon.ico"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/apps.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/base.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/common.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/header.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/footer.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/index/css/index.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/ext/awesome.css"> <link rel="stylesheet" media="all" href="https://asia.toto.com/global_common_2019/css/ext/custom.css"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-44496109-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-44496109-1'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NQDGMTV');</script> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="2oc43F7nJpDu-9e0kRw4q31kvcdF4wV2TaCa9DtZu1M" /> <meta name="msvalidate.01" content="A46ED5F72FBE26236E09086CEE7552E5" /> <script type=application/ld+json> { "@context": "https://schema.org/", "@type": "CreativeWorkSeries", "name": "TOTO Asia Oceania Pte. Ltd.", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "bestRating": "5", "ratingCount": "5" } } </script> </head> <body class="drawer drawer--top" id="page"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BlogPosting", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://asia.toto.com/blog/entry.php?5-benefits-of-heated-toilet-seats" }, "headline": "5 Benefits of Heated Toilet Seats", "description": "Heated toilet seats can still be embraced in hot and sunny Singapore. Find out how they can still bring a wealth of benefits to your health and convenience. ", "image": "https://asiatoto-spares.com/images/blog/hero/toto-high-tech-toilet-bowl.jpg", "author": { "@type": "Organization", "name": "n/a" }, "publisher": { "@type": "Organization", "name": "asia toto", "logo": { "@type": "ImageObject", "url": "https://asia.toto.com//global_common_2019/images/TOTO-Asia-Oceania-Pte-Ltd-logo.svg" } }, "datePublished": "2022-08-01", "dateModified": "2022-08-01" } </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQDGMTV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="gb-common-2019_header"> <div class="gb-common-2019_header__inner"> <div class="gb-common-2019_header__logo"> <a class="siteLogo_l" title="TOTO Asia Oceania Pte. Ltd." href="https://asia.toto.com/general"><img onerror="this.style.display = 'none'" src="https://asia.toto.com/global_common_2019/images/TOTO-Asia-Oceania-Pte-Ltd-logo.svg" alt="TOTO Asia Oceania Pte. Ltd." title="TOTO Asia Oceania Pte. Ltd."></a> </div> <nav class="gb-common-2019_header__menu menu" aria-label="site menu"> <div class="menuFunc"> <ul class="menu__list"> <li class="menu__item -global -current -active"> <span title="Select Region" class="menu__link"><span>GLOBAL</span></span> <div class="menu__panel"> <div class="menu__panelInner innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle"><span>GLOBAL</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://www.toto.com" target="_blank"><span>GLOBAL</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle"><span>AMERICAS,EUROPE</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://www.totousa.com/" target="_blank"><span>AMERICA</span></a></li> <li class="menu__childItem"><a href="https://gb.toto.com/" target="_blank"><span>EUROPE</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle -flex-start"><span>ASIA</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"> <a href="http://www.toto.com.cn/" target="_blank"><span>CHINA</span></a> </li> <li class="menu__childItem"> <a href="http://hk.toto.com/" target="_blank"><span>HONG KONG</span></a> </li> <li class="menu__childItem"> <a href="https://www.twtoto.com.tw/" target="_blank"><span>TAIWAN</span></a> </li> <li class="menu__childItem"> <a href="https://in.toto.com/" target="_blank"><span>INDIA</span></a> </li> <li class="menu__childItem"> <a href="https://jp.toto.com/" target="_blank"><span>JAPAN</span></a> </li> <li class="menu__childItem"> <a href="https://kr.toto.com/" target="_blank"><span>KOREA</span></a> </li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle -flex-start"><span>SOUTH / SOUTH-EAST ASIA</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/ph"><span>PHILIPPINES</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/sg"><span>SINGAPORE</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/my"><span>MALAYSIA</span></a></li> <li class="menu__childItem"><a href="https://th.toto.com/" target="_blank"><span>THAILAND</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/mm"><span>MYANMAR</span></a></li> <li class="menu__childItem"><a href="https://www.toto.co.id/"><span>INDONESIA</span></a></li> <li class="menu__childItem"><a href="https://vn.toto.com/" target="_blank"><span>VIETNAM</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle"><span>MIDDLE EAST / NORTH AFRICA</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/ae"><span>U.A.E</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/sa"><span>K.S.A</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/qa"><span>QATAR</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle -flex-start"><span>OCEANIA</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/au"><span>AUSTRALIA</span></a></li> </ul> </dd> </dl> </div> </div> </li> </ul> </div> <div class="menuGnav"> <ul class="menu__list elastic -only-sp"> <li class="menu__item elastic__item -gnav"> <span title="open menu [SELECT COUNTRY]" class="menu__link elastic__header"> <span>SELECT COUNTRY</span> <span class="elastic__icn"></span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dd class="menu__child"> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>Southeast Asia</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/sg"> <span class="menu__childCaption lineout -none">SINGAPORE</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/my"> <span class="menu__childCaption lineout -none">MALAYSIA</span></a> </li> <li class="menu__childItem"><a href="https://www.toto.co.id/"> <span class="menu__childCaption lineout -none">INDONESIA</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/ph"> <span class="menu__childCaption lineout -none">PHILIPPINES</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/mm"> <span class="menu__childCaption lineout -none">MYANMAR</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>Middle East</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/ae"> <span class="menu__childCaption lineout -none">U.A.E</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/sa"> <span class="menu__childCaption lineout -none">K.S.A</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/qa"> <span class="menu__childCaption lineout -none">QATAR</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>Oceania</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/au"> <span class="menu__childCaption lineout -none">AUSTRALIA</span></a> </li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item -current"><a class="menu__link" href="https://asia.toto.com"><span>HOME</span></a></li> <li class="menu__item elastic__item -gnav"> <span title="open menu [COMPANY INFORMATION]" class="menu__link elastic__header"> <span>COMPANY INFORMATION</span> <span class="elastic__icn"></span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle -proTtl -flex-start"> <a href="https://jp.toto.com/en/company/" class="more -black"> <span class="more__text">COMPANY INFORMATION</span><span class="more__icn"></span> </a> </dt> <dd class="menu__childContent"> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>CORPORATE</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/pages/corporate"> <span class="menu__childCaption lineout -none">ABOUT TOTO GROUP</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/en/list/company/profile/history/history/" target="_new"> <span class="menu__childCaption lineout -none">OUR JOURNEY</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/brand-purpose"> <span class="menu__childCaption lineout -none">BRAND PURPOSE</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/inspirations"> <span class="menu__childCaption lineout -none">INSPIRATION</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/csr"> <span class="menu__childCaption lineout -none">CSR ACTIVITIES</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/en/company/ir/" target="_new"> <span class="menu__childCaption lineout -none">INVESTOR RELATIONS</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/awards/"> <span class="menu__childCaption lineout -none">DESIGN</span></a> </li> <li class="menu__childItem"><a target="_new" href="https://www.toto.com/project/"> <span class="menu__childCaption lineout -none">GLOBAL REFERENCE</span></a> </li> <li class="menu__childItem"><a href="https://www.toto.com/" target="_new"> <span class="menu__childCaption lineout -none">TOTO GLOBAL</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>OTHER INFORMATION</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://jp.toto.com/en/knowledge/visit/museum/" target="_new"> <span class="menu__childCaption lineout -none">TOTO MUSEUM</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/gallerma/index_e.htm" target="_new"> <span class="menu__childCaption lineout -none">TOTO GALLERY&#183;MA</span></a> </li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item elastic__item -gnav"> <span title="open menu [PRODUCTS]" class="menu__link elastic__header"> <span>PRODUCT</span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle -proTtl -flex-start"> <span>PRODUCT</span> </dt> <dd class="menu__childContent"> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong> <a href="https://asia.toto.com/neorestcollections/" target="_new"> <span class="lineout -none">NEOREST COLLECTION</span> </a></strong> </p> <p class="menu__childSubTitle" style="display:none;"><strong> <a href="https://asia.toto.com/products/suite-collections"> <span class="lineout -none">SUITE COLLECTION</span> </a></strong> </p> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>RESTROOM</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/products/smart-toilet/"><span class="menu__childCaption lineout -none">SMART TOILET</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/washlet/"><span class="menu__childCaption lineout -none">WASHLET</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/ecowasher/"><span class="menu__childCaption lineout -none">ECOWASHER</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/toilets/"><span class="menu__childCaption lineout -none">TOILETS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/lavatories/"><span class="menu__childCaption lineout -none">LAVATORIES</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/bathtubs/"><span class="menu__childCaption lineout -none">BATHTUBS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/fittings/"><span class="menu__childCaption lineout -none">FITTINGS</span></a></li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>&nbsp;</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/products/accessories/"><span class="menu__childCaption lineout -none">ACCESSORIES</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/public/"><span class="menu__childCaption lineout -none">PUBLIC</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/universal-design/"><span class="menu__childCaption lineout -none">UNIVERSAL DESIGN</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/bidets/"><span class="menu__childCaption lineout -none">BIDETS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/discontinued/"><span class="menu__childCaption lineout -none">DISCONTINUED</span></a></li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item"><a class="menu__link" href="https://asia.toto.com/pages/catalogue-download/"><span>CATALOGUES</span></a></li> <li class="menu__item"><a class="menu__link" href="https://asia.toto.com/company-news/"><span>COMPANY NEWS</span></a></li> <li class="menu__item"><a class="menu__link" href="https://asia.toto.com/blog/"><span>BLOG</span></a></li> <li class="menu__item"><a class="menu__link" href="https://asia.toto.com/find-a-showroom/"><span>FIND A SHOWROOM</span></a></li> <li class="menu__item"><a class="menu__link" href="https://asiatoto-spares.com" target="_new"><span>SUPPORT</span></a></li> <li class="menu__item desktop"> <form action="https://asia.toto.com/products/result/search.php" method="get"> <input type="search" name="searchTerm"> <i class="fa fa-search"></i> </form> </li> </ul> </div> </nav> </div> </header> <!-- /.header --> <nav class="modalMenu"> <button type="button" class="drawer-toggle drawer-hamburger -primary" aria-label="menu button"> <span class="drawer-hamburger-icon"></span> </button> <button type="button" class="drawer-toggle drawer-hamburger -cloned" aria-label="menu button"> <span class="drawer-hamburger-icon"></span> </button> <div class="modalMenu__inner drawer-nav" style="touch-action: none;"> <div class="modalMenu__gnav" style="transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1); transition-duration: 0ms; transform: translate(0px, 0px) translateZ(0px);"> <div class="modalMenu__gnavInner drawer-menu"> <div class="modalMenu__header"> <div class="modalMenu__header-inner"> <p class="gb-common-2019_header__logo"> <a class="siteLogo_l" title="TOTO Asia Oceania Pte. Ltd." href="https://asia.toto.com"> <img onerror="this.style.display = 'none'" src="https://asia.toto.com/global_common_2019/images/TOTO-Asia-Oceania-Pte-Ltd-logo.svg" alt="TOTO Asia Oceania Pte. Ltd."> </a> </p> <nav class="gb-common-2019_header__menu menu" aria-label="site menu"> <div class="menuFunc"> <ul class="menu__list"> <li class="menu__item -global -current -active"> <span title="Select Region" class="menu__link"><span>GLOBAL</span></span> <div class="menu__panel"> <div class="menu__panelInner innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle"><span>GLOBAL</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com" class="-current"><span>GLOBAL</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle"><span>AMERICAS,EUROPE</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://www.totousa.com/" target="_blank"><span>AMERICA</span></a></li> <li class="menu__childItem"><a href="https://gb.toto.com/" target="_blank"><span>EUROPE</span></a></li> </ul> </dd> </dl> <dl class="menu__child"> <dt class="menu__childTitle -flex-start"><span>ASIA (COUNTRY/REGION)</span></dt> <dd class="menu__childContent"> <ul class="menu__childList"> <li class="menu__childItem"> <a href="http://www.toto.com.cn/" target="_blank"><span>CHINA</span></a></li> <li class="menu__childItem"> <a href="http://hk.toto.com/" target="_blank"><span>HONG KONG</span></a></li> <li class="menu__childItem"> <a href="https://www.twtoto.com.tw/" target="_blank"><span>TAIWAN</span></a></li> <li class="menu__childItem"> <a href="https://in.toto.com/" target="_blank"><span>INDIA</span></a></li> <li class="menu__childItem"> <a href="https://jp.toto.com/" target="_blank"><span>JAPAN</span></a></li> <li class="menu__childItem"> <a href="https://kr.toto.com/" target="_blank"><span>KOREA</span></a></li> <li class="menu__childItem"> <a href="http://oceania.toto.com/" target="_blank"><span>OCEANIA</span></a></li> <li class="menu__childItem"> <a href="http://asia.toto.com/" target="_blank"><span>SINGAPORE</span></a></li> <li class="menu__childItem"> <a href="https://th.toto.com/" target="_blank"><span>THAILAND</span></a></li> <li class="menu__childItem"> <a href="https://vn.toto.com/" target="_blank"><span>VIETNAM</span></a></li> </ul> </dd> </dl> </div> </div> </li> </ul> </div> </nav> </div> </div> <div class="modalMenu__content"> <div class="menuGnav"> <ul class="menu__list elastic -only-sp"> <li class="menu__item -current"><a class="menu__link" href="https://asia.toto.com"><span>HOME</span></a></li> <li class="menu__item elastic__item -gnav"> <span title="open menu [SELECT COUNTRY]" class="menu__link elastic__header"> <span>SELECT COUNTRY</span> <span class="elastic__icn"></span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle -proTtl -flex-start"> </dt> <dd class="menu__childContent"> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>SOUTHEAST ASIA</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">BRUNEI</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Cambodia</span></a> </li> <li class="menu__childItem"><a href="https://www.toto.co.id/"> <span class="menu__childCaption lineout -none">INDONESIA</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/my"> <span class="menu__childCaption lineout -none">MALAYSIA</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/mm"> <span class="menu__childCaption lineout -none">MYANMAR</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/ph"> <span class="menu__childCaption lineout -none">PHILIPPINES</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/sg"> <span class="menu__childCaption lineout -none">SINGAPORE</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>Middle East</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Egypt</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Iraq</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Israel</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Jordan</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Kenya</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/sa"> <span class="menu__childCaption lineout -none">K.S.A</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Kuwait</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Lebanon</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Morocco</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Oman</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/qa"> <span class="menu__childCaption lineout -none">QATAR</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/ae"> <span class="menu__childCaption lineout -none">U.A.E</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Uganda</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>South Asia</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Bangladesh</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Nepal</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Pakistan</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/general"> <span class="menu__childCaption lineout -none">Sri Lanka</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>Oceania</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/au"> <span class="menu__childCaption lineout -none">AUSTRALIA</span></a> </li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item elastic__item -gnav"> <span title="open menu [COMPANY INFORMATION]" class="menu__link elastic__header"> <span>COMPANY INFORMATION</span> <span class="elastic__icn"></span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle -proTtl -flex-start"> <a href="https://jp.toto.com/en/company/" class="more -black" target="_blank"> <span class="more__text">COMPANY INFORMATION</span><span class="more__icn"></span> </a> </dt> <dd class="menu__childContent"> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>CORPORATE</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/pages/corporate/"> <span class="menu__childCaption lineout -none">ABOUT TOTO GROUP</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/en/list/company/profile/history/history/" target="_new"> <span class="menu__childCaption lineout -none">OUR JOURNEY</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/brand-purpose/"> <span class="menu__childCaption lineout -none">BRAND PURPOSE</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/inspirations"> <span class="menu__childCaption lineout -none">INSPIRATION</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/csr/"> <span class="menu__childCaption lineout -none">CSR ACTIVITIES</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/en/company/ir/" target="_blank"> <span class="menu__childCaption lineout -none">INVESTOR RELATIONS</span></a> </li> <li class="menu__childItem"><a href="https://asia.toto.com/pages/awards/"> <span class="menu__childCaption lineout -none">DESIGN</span></a> </li> <li class="menu__childItem"><a target="_new" href="https://www.toto.com/project/"> <span class="menu__childCaption lineout -none">GLOBAL REFERENCE</span></a> </li> <li class="menu__childItem"><a href="https://www.toto.com/" target="_new"> <span class="menu__childCaption lineout -none">TOTO GLOBAL</span></a> </li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>OTHER INFORMATION</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://jp.toto.com/en/knowledge/visit/museum/" target="_blank"> <span class="menu__childCaption lineout -none">TOTO MUSEUM</span></a> </li> <li class="menu__childItem"><a href="https://jp.toto.com/gallerma/index_e.htm" target="_blank"> <span class="menu__childCaption lineout -none">TOTO GALLERY·MA</span></a> </li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item elastic__item -gnav"> <span title="open menu [PRODUCTS]" class="menu__link elastic__header"> <span>PRODUCT</span> <span class="elastic__icn"></span> </span> <div class="menu__panel"> <div class="menu__panelInner elastic__detail innerEl-tight"> <dl class="menu__child"> <dt class="menu__childTitle -proTtl -flex-start"> <a href="" class="more -black"> <span class="more__text">PRODUCT</span><span class="more__icn"></span> </a> </dt> <dd class="menu__childContent"> <div class="menu__childPanel -full-sp"> <p class="menu__childSubTitle"><strong><a href="https://asia.toto.com/neorestcollections/" target="_new"><span class="lineout -none">NEOREST COLLECTION</span></a></strong> </p> <p class="menu__childSubTitle" style="display:none;"><strong><a href="https://asia.toto.com/products/suite-collections/"><span class="lineout -none">SUITE COLLECTION</span></a></strong> </p> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>RESTROOM</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/products/smart-toilet/"><span class="menu__childCaption lineout -none">SMART TOILET</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/washlet/"><span class="menu__childCaption lineout -none">WASHLET</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/ecowasher/"><span class="menu__childCaption lineout -none">ECOWASHER</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/toilets/"><span class="menu__childCaption lineout -none">TOILETS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/lavatories/"><span class="menu__childCaption lineout -none">LAVATORIES</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/bathtubs/"><span class="menu__childCaption lineout -none">BATHTUBS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/fittings/"><span class="menu__childCaption lineout -none">FITTINGS</span></a></li> </ul> </div> <div class="menu__childPanel"> <p class="menu__childSubTitle"><strong>&nbsp;</strong></p> <ul class="menu__childList"> <li class="menu__childItem"><a href="https://asia.toto.com/products/accessories/"><span class="menu__childCaption lineout -none">ACCESSORIES</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/public/"><span class="menu__childCaption lineout -none">PUBLIC</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/universal-design/"><span class="menu__childCaption lineout -none">UNIVERSAL DESIGN</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/bidets/"><span class="menu__childCaption lineout -none">BIDETS</span></a></li> <li class="menu__childItem"><a href="https://asia.toto.com/products/discontinued/"><span class="menu__childCaption lineout -none">DISCONTINUED</span></a></li> </ul> </div> </dd> </dl> </div> </div> </li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asia.toto.com/pages/catalogue-download/"><span>CATALOGUES</span></a></li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asia.toto.com/company-news/"><span>COMPANY NEWS</span></a></li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asia.toto.com/blog/"><span>BLOG</span></a></li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asia.toto.com/find-a-showroom/"><span>FIND A SHOWROOM</span></a></li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asiatoto-spares.com/" target="_new"><span>SUPPORT</span></a></li> <li class="menu__item elastic__item -gnav"><a class="menu__link" href="https://asia.toto.com/products/result/search.php"><span>SEARCH</span></a></li> </ul> </div> </div> </div> <!-- /.drawer-menu --> </div> <!-- /.modalMenu__gnav --> </div> <!-- /.modalMenu --> </nav> <div class="page companynews blog"> <main class="main"> <section class="section module blog"> <header class="section__header innerEl-tight"> <h2 class="section__title"><a href=".">BLOG</a></h3> </header> <section class="bnrImg innerEl-tight"> <h1 class="mainTitle">5 Benefits of Heated Toilet Seats</h1> <article class="item-page companynews"> <p>Given how warm and humid Singapore is, the last thing we would want is a heated toilet seat when we're already sweating from sitting on a regular one. Before discounting it, however, it's worth noting the various benefits that come with a heated toilet seat that so happen to be featured in our range of high tech toilet bowls in Singapore.</p> <p>It's probably easier to visualise sitting on a heated toilet seat when you're visiting a cold country and are in desperate need of some warmth beneath your posterior - not in Singapore where we're all trying to remove heat from our vicinity instead of bringing more of it in. Yet, heated toilet seats might have enough benefits to be worth staying warm for on your toilet bowl in Singapore. Let's take a look at some of them.</p> <p><strong>Provides Warmth<br /><img src="images/blog/hero/022/toto-toilet-bowl-design.jpg" alt="toto toilet bowl design" width="100%" /><br /></strong></p> <p>Singapore might be a generally hot and humid country, but it also comes with its fair share of cool or even cold days, when the rainy season is ongoing, or even during windy nights. After coming home from a long day at work, sitting on a heated toilet seat before your shower can sometimes be just the relaxation you need whilst relieving yourself. Similarly, they also provide extra comfort when you're using them in the middle of the night. Additionally, TOTO's toilet bowl designs allow for the temperature of our heated toilet seats to be controlled to suit your preferences.</p> <p><strong>Soothing Experience</strong><img src="images/blog/hero/022/toto-heated-toilet-bowl-can-relieve-pain-and-discomfort.jpg" alt="toto heated toilet bowl can relieve pain and discomfort" width="100%" /></p> <p>Come rain or shine, it's generally accepted that a warm surface is often more comfortable than a stone cold one. The beauty of heated toilet seats is that they're able to maintain the optimal heat level consistently, using electrical currents to heat carbon cores positioned around the seat. It is an all-round soothing and relaxing experience that maximises your comfort when you're relieving yourself. Today, the modern <a href="https://asia.toto.com/washlet/washnotwipe/">toilet bowl in Singapore</a> is no longer just a cold piece of ceramic.</p> <p><strong>Modern Aesthetics<br /><img src="images/blog/hero/022/toto-elegant-toilet-bowl-designs.jpg" alt="toto elegant toilet bowl designs" width="100%" /></strong></p> <p>Functionality aside, heated toilet seats have come to symbolise the evolution of bathrooms; no longer are they just a place for you to clean, as other features that provide comfort and style are gradually being embraced by modern society. In that same vein, TOTO's smart toilet bowl designs seek to satiate our desire for sleek and elegant toilet bowl fixtures packed with a whole range of functions to enhance your bathroom experience.</p> <p><strong>Adjustable Water Temperatur<img src="images/blog/hero/022/heated-toilet-seat-of-totos-toilet-bowl.jpg" alt="heated toilet seat of totos toilet bowl" width="100%" /></strong></p> <p>Heated toilet seats also come with features that help adjust the water temperature of the bidet water. Getting your desired water temperature can help soothe inflamed tissues in your body whilst eliminating the frequency of toilet paper usage which is often less hygienic. TOTO's smart toilet bowls in Singapore also come with self-cleaning bidets that sanitises itself after every use.</p> <p><strong>Heated Air Dryer</strong><img src="images/blog/hero/022/totos-smart-toilet-bowl.jpg" alt="totos smart toilet bowl" width="100%" /></p> <p>Heated toilet seats often come with a heated air dryer as well, which is similar to a blow dryer. The gentle warm air from the dryer helps dry off your private areas after the bidet has finished washing them. Additionally, these high tech toilets in Singapore help save some money as you won't be requiring toilet paper as much or find yourself having to wash your towel so frequently.</p> <p>For more information about the technology behind our heated toilet seats, <a href="https://asia.toto.com/">please visit our website</a>.</p> </article> </section> </section> </main> <footer class="gb-common-2019_footer -closed"> <div class="gb-common-2019_footer__content"> <div class="gb-common-2019_footer__menu"> <div class="gb-common-2019_footer__inner innerEl-wide"> <div class="gb-common-2019_footer__logo"><a title="TOTO Asia Oceania Pte. Ltd." href="https://asia.toto.com?i=0"><img src="https://asia.toto.com/global_common_2019/images/TOTO-Asia-Oceania-Pte-Ltd-logo.svg" alt="TOTO Asia Oceania Pte. Ltd."></a></div> <nav class="gb-common-2019_footer__menuPanel"> <div class="gb-common-2019_footer__menuEl"> <ul class="gb-common-2019_footer__menuList elastic -only-sp"> <li class="gb-common-2019_footer__menuCat elastic__item"> <strong class="gb-common-2019_footer__menuCatText elastic__header"> <span class="gb-common-2019_footer__menuCatLink"><span>COMPANY INFORMATION</span></span> <span class="elastic__icn"></span> </strong> <div class="gb-common-2019_footer__menuChildOuter elastic__detail"> <div class="gb-common-2019_footer__menuChildPanel"> <ul class="gb-common-2019_footer__menuChild"> <li class="gb-common-2019_footer__menuName"> <strong class="gb-common-2019_footer__menuNameText">CORPORATE</strong> <ul class="gb-common-2019_footer__menuItems"> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/pages/corporate/"> <span class="lineout -white -none">ABOUT TOTO GROUP</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://jp.toto.com/history/en/" target="_blank"> <span class="lineout -white -none">OUR JOURNEY</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/pages/brand-purpose/"> <span class="lineout -white -none">BRAND PURPOSE</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/pages/inspirations/"> <span class="lineout -white -none">INSPIRATION</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/pages/csr/"> <span class="lineout -white -none">CSR ACTIVITIES</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://jp.toto.com/en/company/ir/" target="_blank"> <span class="lineout -white -none">INVESTOR RELATIONS</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/pages/awards/"> <span class="lineout -white -none">DESIGN</span></a></li> <li class="gb-common-2019_footer__menuText"><a target="_new" href="https://www.toto.com/project/"> <span class="lineout -white -none">GLOBAL REFERENCE</span></a></li> </ul> </li> </ul> <ul class="gb-common-2019_footer__menuChild"> <li class="gb-common-2019_footer__menuName"> <strong class="gb-common-2019_footer__menuNameText">OTHER INFORMATION</strong> <ul class="gb-common-2019_footer__menuItems"> <li class="gb-common-2019_footer__menuText"><a href="https://jp.toto.com/en/knowledge/visit/museum/" target="_blank"> <span class="lineout -white -none">TOTO MUSEUM</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://jp.toto.com/gallerma/index_e.htm" target="_blank"> <span class="lineout -white -none">TOTO GALLERY&#183;MA</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://www.toto.com/" target="_blank"> <span class="lineout -white -none">TOTO GLOBAL</span></a></li> </ul> </li> </ul> </div> </div> </li> </ul> </div> <div class="gb-common-2019_footer__menuEl"> <ul class="gb-common-2019_footer__menuList elastic -only-sp"> <li class="gb-common-2019_footer__menuCat elastic__item"> <strong class="gb-common-2019_footer__menuCatText elastic__header"> <span class="gb-common-2019_footer__menuCatLink"><span>PRODUCT</span></span> <span class="elastic__icn"></span> </strong> <div class="gb-common-2019_footer__menuChildOuter elastic__detail"> <div class="gb-common-2019_footer__menuChildPanel"> <ul class="gb-common-2019_footer__menuChild"> <li class="gb-common-2019_footer__menuName"> <strong class="gb-common-2019_footer__menuNameText"> <a href="https://asia.toto.com/neorest" target="_new"> <span class="lineout -white -none">NEOREST</span> </a> </strong> </li> <li class="gb-common-2019_footer__menuName"> <strong class="gb-common-2019_footer__menuNameText"> <a href="https://asia.toto.com/products/suite-collections/"> <span class="lineout -white -none">SUITE</span> <br class="for-pc"><span class="lineout -white -none">COLLECTION</span> </a> </strong> </li> </ul> <ul class="gb-common-2019_footer__menuChild"> <li class="gb-common-2019_footer__menuName"> <strong class="gb-common-2019_footer__menuNameText">RESTROOM</strong> <ul class="gb-common-2019_footer__menuItems"> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/washlet/"> <span class="lineout -white -none">WASHLET</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/toilets/"> <span class="lineout -white -none">TOILETS</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/lavatories/"> <span class="lineout -white -none">LAVATORIES</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/bathtubs/"> <span class="lineout -white -none">BATHTUBS</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/fittings/"> <span class="lineout -white -none">FITTINGS</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/accessories/"> <span class="lineout -white -none">ACCESSORIES</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/public/"> <span class="lineout -white -none">PUBLIC</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/universal-design/"> <span class="lineout -white -none">UNIVERSAL DESIGN</span></a></li> <li class="gb-common-2019_footer__menuText"><a href="https://asia.toto.com/products/bidets/"> <span class="lineout -white -none">BIDETS</span></a></li> </ul> </li> </ul> </div> </div> </li> </ul> </div> <div class="gb-common-2019_footer__menuEl"> <ul class="gb-common-2019_footer__menuList"> <li class="gb-common-2019_footer__menuCat"> <strong class="gb-common-2019_footer__menuCatText"> <a class="gb-common-2019_footer__menuCatLink" href="https://asia.toto.com/company-news/"> <span class="lineout -white -none">COMPANY NEWS</span> </a> </strong> </li> </ul> </div> <div class="gb-common-2019_footer__menuEl"> <ul class="gb-common-2019_footer__menuList"> <li class="gb-common-2019_footer__menuCat"> <strong class="gb-common-2019_footer__menuCatText"> <a class="gb-common-2019_footer__menuCatLink" href="https://asia.toto.com/find-a-showroom/"> <span class="lineout -white -none">FIND A SHOWROOM</span> </a> </strong> </li> </ul> </div> </nav> </div> </div> <div class="gb-common-2019_footer__func"> <div class="gb-common-2019_footer__inner innerEl-wide"> <div class="gb-common-2019_footer__funcSec -global"> <p class="gb-common-2019_footer__funcTitle"> <strong class="gb-common-2019_footer__funcTitleStr for-pc">SELECT REGION</strong> <strong class="gb-common-2019_footer__funcTitleStr for-sp">GLOBAL</strong> </p> <div class="gb-common-2019_footer__funcContent"> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">GLOBAL</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://www.toto.com" target="_blank">GLOBAL</a></li> </ul> </dd> </dl> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">AMERICAS,EUROPE</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://www.totousa.com/">AMERICA</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://gb.toto.com/">EUROPE</a></li> </ul> </dd> </dl> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">ASIA</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="http://www.toto.com.cn/">CHINA</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="http://hk.toto.com/">HONG KONG</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://www.twtoto.com.tw/">TAIWAN</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://in.toto.com/">INDIA</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://jp.toto.com/">JAPAN</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://kr.toto.com/">KOREA</a></li> </ul> </dd> </dl> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">SOUTH / SOUTH-EAST ASIA</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/ph">PHILIPPINES</a></li> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/sg">SINGAPORE</a></li> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/my">MALAYSIA</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://th.toto.com/">THAILAND</a></li> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/mm">MYANMAR</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://www.toto.co.id/">INDONESIA</a></li> <li class="gb-common-2019_footer__funcItem"><a target="_blank" href="https://vn.toto.com/">VIETNAM</a></li> </ul> </dd> </dl> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">MIDDLE EAST / NORTH AFRICA</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/ae">U.A.E</a></li> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/sa">K.S.A</a></li> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/qa">QATAR</a></li> </ul> </dd> </dl> <dl class="gb-common-2019_footer__funcPanel"> <dt class="gb-common-2019_footer__funcName">OCEANIA</dt> <dd class="gb-common-2019_footer__funcDetail"> <ul class="gb-common-2019_footer__funcList"> <li class="gb-common-2019_footer__funcItem"><a href="https://asia.toto.com/au">AUSTRALIA</a></li> </ul> </dd> </dl> </div> </div> </div> </div> </div> <div class="gb-common-2019_footer__toggle"> <div class="gb-common-2019_footer__toggleInner innerEl-wide"> <div class="gb-common-2019_footer__toggleBlock"> <button class="gb-common-2019_footer__toggleBtn" data-close="CLOSE" data-open="OPEN"> <span class="gb-common-2019_footer__toggleBtnIcn"></span><span class="gb-common-2019_footer__toggleBtnText">CLOSE</span> </button> </div> </div> </div> <div class="gb-common-2019_footer__info"> <div class="gb-common-2019_footer__infoInner innerEl-wide"> <ul class="gb-common-2019_footer__infoNav"> <!-- <li class="gb-common-2019_footer__infoNavItem"><a href="https://asia.toto.com/"><span class="lineout -white -none">Cookie Notice</span></a></li> --> <li class="gb-common-2019_footer__infoNavItem"> <span><a href="https://instagram.com/totoasiaoceania" target="_new" style="width:20px;"><img src="https://asia.toto.com/global_common_2019/images/icn-ig.svg" alt="instagram"></a></span> <span><a href="https://facebook.com/totoasiaoceania" target="_new" style="width:20px;"><img src="https://asia.toto.com/global_common_2019/images/icn-fb.svg" alt="facebook"></a></span> <a class="gb-common-2019_footer__menuCatLink" target="new" href="https://asia.toto.com/sitemap"> <span class="lineout -white -none" style="padding-top: 10px;"> SITEMAP</span> </a> </li> </ul> <span class="gb-common-2019_footer__infoCopyright"><a style="margin-bottom:3px;" href="https://asia.toto.com/DPN" target="_blank">DATA PROTECTION NOTICE</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&copy; TOTO LTD.</span> </div> </div> </footer> <!-- /.footer --> </div> <!-- /.page --> <script src="//code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://asia.toto.com/global_common_2019/js/apps.js"></script> <script src="https://asia.toto.com/global_common_2019/js/common.js"></script> <script src="https://asia.toto.com/global_common_2019/js/header.js"></script> <script src="https://asia.toto.com/global_common_2019/js/footer.js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Given how warm and humid Singapore is, the last thing we would want is a heated toilet seat when we're already sweating from sitting on a regular one. Before discounting it, however, it's worth noting the various benefits that come with a heated toilet seat that so happen to be featured in our range of high tech toilet bowls in Singapore.\nIt's probably easier to visualise sitting on a heated toilet seat when you're visiting a cold country and are in desperate need of some warmth beneath your posterior - not in Singapore where we're all trying to remove heat from our vicinity instead of bringing more of it in. Yet, heated toilet seats might have enough benefits to be worth staying warm for on your toilet bowl in Singapore. Let's take a look at some of them.\nSingapore might be a generally hot and humid country, but it also comes with its fair share of cool or even cold days, when the rainy season is ongoing, or even during windy nights. After coming home from a long day at work, sitting on a heated toilet seat before your shower can sometimes be just the relaxation you need whilst relieving yourself. Similarly, they also provide extra comfort when you're using them in the middle of the night. Additionally, TOTO's toilet bowl designs allow for the temperature of our heated toilet seats to be controlled to suit your preferences.\nCome rain or shine, it's generally accepted that a warm surface is often more comfortable than a stone cold one. The beauty of heated toilet seats is that they're able to maintain the optimal heat level consistently, using electrical currents to heat carbon cores positioned around the seat. It is an all-round soothing and relaxing experience that maximises your comfort when you're relieving yourself. Today, the modern toilet bowl in Singapore is no longer just a cold piece of ceramic.\nFunctionality aside, heated toilet seats have come to symbolise the evolution of bathrooms; no longer are they just a place for you to clean, as other features that provide comfort and style are gradually being embraced by modern society. In that same vein, TOTO's smart toilet bowl designs seek to satiate our desire for sleek and elegant toilet bowl fixtures packed with a whole range of functions to enhance your bathroom experience.\nAdjustable Water Temperatur\nHeated toilet seats also come with features that help adjust the water temperature of the bidet water. Getting your desired water temperature can help soothe inflamed tissues in your body whilst eliminating the frequency of toilet paper usage which is often less hygienic. TOTO's smart toilet bowls in Singapore also come with self-cleaning bidets that sanitises itself after every use.\nHeated Air Dryer\nHeated toilet seats often come with a heated air dryer as well, which is similar to a blow dryer. The gentle warm air from the dryer helps dry off your private areas after the bidet has finished washing them. Additionally, these high tech toilets in Singapore help save some money as you won't be requiring toilet paper as much or find yourself having to wash your towel so frequently.\nFor more information about the technology behind our heated toilet seats, please visit our website.", "id": "<urn:uuid:41b06791-d700-43d3-8487-f78a2db68c1a>", "dump": "CC-MAIN-2024-10", "url": "https://asia.toto.com/blog/entry.php?blog=5-benefits-of-heated-toilet-seats", "date": "2024-02-25T08:38:42", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9558017253875732, "token_count": 642 } }
<urn:uuid:62652a64-90fc-4e19-9a21-a4145eebd99d>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="profile" href="https://gmpg.org/xfn/11"> <style> @import url('https://fonts.googleapis.com/css?family=Roboto'); </style> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>[Single Review] Diana Wang 王詩安 - Make You Feel (August, 2021) - Asian Pop Weekly</title> <link rel="canonical" href="https://asianpopweekly.com/front-page-banner/single-review-diana-wang-王詩安-make-you-feel-august-2021/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="[Single Review] Diana Wang 王詩安 - Make You Feel (August, 2021) - Asian Pop Weekly" /> <meta property="og:description" content="By Jocelle Koh You know that feeling when you first enter a dark room and feel yourself drenched in pitch darkness? Then slowly your eyes adjust and things take on a new perspective?&nbsp; That’s exactly what R&amp;B darling Diana Wang 王詩安’s latest song “Make You Feel” feels like, as it takes us on a boundary-breaking sonic journey that peels back even more layers to the talented songwriter’s artistry. It’s been two years since the singer-songwriter’s last release, and while we were brimming over with excitement when Diana announced her latest single, all we knew was to expect the unexpected. Like..." /> <meta property="og:url" content="https://asianpopweekly.com/front-page-banner/single-review-diana-wang-王詩安-make-you-feel-august-2021/" /> <meta property="og:site_name" content="Asian Pop Weekly" /> <meta property="article:published_time" content="2021-08-31T16:25:44+00:00" /> <meta property="article:modified_time" content="2021-08-31T16:28:42+00:00" /> <meta property="og:image" content="https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png" /> <meta property="og:image:width" content="894" /> <meta property="og:image:height" content="886" /> <meta property="og:image:type" content="image/png" /> <meta name="author" content="Jocelle" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Jocelle" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="4 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/","url":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/","name":"[Single Review] Diana Wang 王詩安 - Make You Feel (August, 2021) - Asian Pop Weekly","isPartOf":{"@id":"https://asianpopweekly.com/#website"},"primaryImageOfPage":{"@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#primaryimage"},"image":{"@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#primaryimage"},"thumbnailUrl":"https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png","datePublished":"2021-08-31T16:25:44+00:00","dateModified":"2021-08-31T16:28:42+00:00","author":{"@id":"https://asianpopweekly.com/#/schema/person/afa6fedfb48c3dd52a131d5723605a5f"},"breadcrumb":{"@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#primaryimage","url":"https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png","contentUrl":"https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png","width":894,"height":886},{"@type":"BreadcrumbList","@id":"https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://asianpopweekly.com/"},{"@type":"ListItem","position":2,"name":"[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)"}]},{"@type":"WebSite","@id":"https://asianpopweekly.com/#website","url":"https://asianpopweekly.com/","name":"Asian Pop Weekly","description":"The best place for informed, independent and intelligent news on Mandarin and Asian music.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://asianpopweekly.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https://asianpopweekly.com/#/schema/person/afa6fedfb48c3dd52a131d5723605a5f","name":"Jocelle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://asianpopweekly.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/bb691d94aa4369bd607bfcb8427d06c1?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/bb691d94aa4369bd607bfcb8427d06c1?s=96&d=mm&r=g","caption":"Jocelle"},"description":"The founder of Asian Pop Weekly and self-titled C-Pop guru, Jocelle discovered her passion for Mandarin music through an upbringing divided between time spent in Singapore and Australia. How she ended up having an affinity with Mandarin music is a mystery to many, but her thirst for knowledge and passion for bridging gaps has informed the foundation of Asian Pop Weekly today. As a music industry professional who has dabbled in everything from journalism and artist management to digital distribution, she wears a lot of hats; all in the name of bringing the music she loves to those who find it foreign.","sameAs":["https://asianpopweekly.com"],"url":"https://asianpopweekly.com/author/asianpopweeklygmail-com/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Asian Pop Weekly &raquo; Feed" href="https://asianpopweekly.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Asian Pop Weekly &raquo; Comments Feed" href="https://asianpopweekly.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Asian Pop Weekly &raquo; [Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021) Comments Feed" href="https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/asianpopweekly.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://asianpopweekly.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <link rel='stylesheet' id='mediaelement-css' href='https://asianpopweekly.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://asianpopweekly.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--xs: 12px;--wp--preset--font-size--sm: 14px;--wp--preset--font-size--base: 16px;--wp--preset--font-size--lg: 18px;--wp--preset--font-size--xl: 20px;--wp--preset--font-size--2-xl: 24px;--wp--preset--font-size--3-xl: 30px;--wp--preset--font-size--4-xl: 34px;--wp--preset--font-size--5-xl: 38px;--wp--preset--font-size--6-xl: 40px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='dashicons-css' href='https://asianpopweekly.com/wp-includes/css/dashicons.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='post-views-counter-frontend-css' href='https://asianpopweekly.com/wp-content/plugins/post-views-counter/css/frontend.min.css?ver=1.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='stein-vendor-css' href='https://asianpopweekly.com/wp-content/themes/stein/assets/css/vendor.css?ver=1581952309' type='text/css' media='all' /> <link rel='stylesheet' id='stein-style-css' href='https://asianpopweekly.com/wp-content/themes/stein/assets/css/stein.css?ver=1581952309' type='text/css' media='all' /> <link rel='stylesheet' id='stein-css' href='https://asianpopweekly.com/wp-content/themes/stein/style.css?ver=1.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://asianpopweekly.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://asianpopweekly.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://asianpopweekly.com/wp-json/" /><link rel="alternate" type="application/json" href="https://asianpopweekly.com/wp-json/wp/v2/posts/7326" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://asianpopweekly.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://asianpopweekly.com/?p=7326' /> <link rel="alternate" type="application/json+oembed" href="https://asianpopweekly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fasianpopweekly.com%2Ffront-page-banner%2Fsingle-review-diana-wang-%25e7%258e%258b%25e8%25a9%25a9%25e5%25ae%2589-make-you-feel-august-2021%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://asianpopweekly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fasianpopweekly.com%2Ffront-page-banner%2Fsingle-review-diana-wang-%25e7%258e%258b%25e8%25a9%25a9%25e5%25ae%2589-make-you-feel-august-2021%2F&#038;format=xml" /> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us16.list-manage.com","uuid":"f5c620b143df4a24c2b29c623","lid":"c5e17d33f1","uniqueMethods":true}) })</script> <style>img#wpstats{display:none}</style> <link rel="icon" href="https://asianpopweekly.com/wp-content/uploads/2019/10/logo-apw-secondary-web-midnight-rose-80x80.png" sizes="32x32" /> <link rel="icon" href="https://asianpopweekly.com/wp-content/uploads/2019/10/logo-apw-secondary-web-midnight-rose-200x200.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://asianpopweekly.com/wp-content/uploads/2019/10/logo-apw-secondary-web-midnight-rose-200x200.png" /> <meta name="msapplication-TileImage" content="https://asianpopweekly.com/wp-content/uploads/2019/10/logo-apw-secondary-web-midnight-rose-320x320.png" /> <style type="text/css" id="wp-custom-css">.home-icon { background-image: url('http://jocellek1.sg-host.com/wp-content/uploads/2019/11/logo-apw-black.png'); background-repeat: no-repeat; background-position: left; padding-left: 0px; } p { font-family: ‘Roboto’, sans-serif; letter-spacing: 0em; }</style><style id="kirki-inline-styles">.header-style-1{height:86px;}.site-header-desktop .site-logo img{width:100;height:100;}.topbar{height:48px;background-color:var(--bg-color);--bg-color:rgba(75,145,149,0.8);--bg-color-alt:#2a2a2c;}.header-mobile{height:96px;}.site-header-mobile .site-logo img{width:500;height:500;}:root{--color-accent:#58a19f;--color-success:#48bb78;--color-warning:#ed8936;--color-error:#f56565;--color-white:#ffffff;--color-black:#000000;--dark-border-color:rgba(255,255,255,0.1);--dark-border-color-strong:rgba(255,255,255,0.15);--dark-border-color-soft:rgba(255,255,255,0.05);--dark-text-color:rgba(255,255,255,0.7);--dark-text-color-strong:#ffffff;--dark-text-color-soft:rgba(255,255,255,0.5);--light-border-color:rgba(0,0,0,0.1);--light-border-color-strong:rgba(0,0,0,0.15);--light-border-color-soft:rgba(0,0,0,0.05);--light-text-color:rgba(0,0,0,0.6);--light-text-color-strong:rgba(0,0,0,0.87);--light-text-color-soft:rgba(0,0,0,0.38);--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.125rem;--font-size-5xl:2.5rem;--font-size-6xl:2.75rem;}.footer-instagram .btn{color:rgba(0,0,0,0.87);background-color:#ffffff;border-color:#ffffff;}body{--bg-color:#ffffff!important;--bg-color-alt:#ffffff!important;--bg-color-surface:#ffffff!important;font-family:Roboto;font-weight:400;letter-spacing:0em;line-height:1.5;text-transform:none;}.header{--bg-color:#ffffff;--bg-color-alt:#f5f5f5;}.site-footer{--bg-color:rgba(75,145,149,0.8);--bg-color-alt:#2a2a2c;}.dropdown-menu{--bg-color:#ffffff;}.dropdown-tail{background-color:#ffffff;}html{font-size:16px;}h1,h2,h3,h4,h5,h6{font-family:Roboto;font-weight:700;letter-spacing:0em;line-height:1.25;text-transform:none;}.header-nav .menu > li > a{font-family:Roboto;font-size:0.9rem;font-weight:500;letter-spacing:0em;text-transform:none;}.dropdown-menu > li > a{font-family:Roboto;font-weight:500;letter-spacing:0em;text-transform:none;}.footer-info-2 .footer-nav .menu > li > a,.topbar-nav .menu > li > a,.tw-overline,.widget_calendar table caption,.wp-block-calendar table caption{font-family:Roboto;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;}.btn,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.comment-reply,.pagination .page-numbers,.post-more-link,.wp-block-button__link,.wp-block-search .wp-block-search__button{font-family:Roboto;font-weight:500;letter-spacing:0.05em;text-transform:uppercase;}.home .section-main{padding-top:3rem;padding-right:0;padding-bottom:3rem;padding-left:0;}.home .section-post-block{padding-top:3rem;padding-right:0;padding-bottom:3rem;padding-left:0;}.home .section-post-carousel{padding-top:2.5rem;padding-right:0;padding-bottom:2.5rem;padding-left:0;}.home .section-post-slider{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;}.home .section-post-tiles{padding-top:3rem;padding-right:0;padding-bottom:3rem;padding-left:0;}.home .section-promo-boxes{padding-top:3rem;padding-right:0;padding-bottom:3rem;padding-left:0;}@media (max-width: 1023px){.no-sidebar .post-media-single.post-media-image,.post-slider{height:calc(100vh - 96px);}}@media (min-width: 1024px){.home .section-main{padding-top:5rem;padding-right:0;padding-bottom:0rem;padding-left:0;}.home .section-post-block{padding-top:5rem;padding-right:0;padding-bottom:5rem;padding-left:0;}.home .section-post-carousel{padding-top:5rem;padding-right:0;padding-bottom:0;padding-left:0;}.home .section-post-slider{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;}.post-tiles-items .post-tiles-item-small .post{height:calc((560px - (4px * 0)) / 2);}.home .section-post-tiles{padding-top:0rem;padding-right:0;padding-bottom:7rem;padding-left:0;}.home .section-promo-boxes{padding-top:4rem;padding-right:0;padding-bottom:5rem;padding-left:0;}}@media (min-width: 720px){.post-tiles-items{grid-gap:calc(4px * 0);}}/* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz0dKevwnYh2eg.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzQdKevwnYh2eg.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzMdKevwnYh2eg.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz8dKevwnYh2eg.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz4dKevwnYh2eg.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzAdKevwnYg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxGIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }/* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz0dKevwnYh2eg.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzQdKevwnYh2eg.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzMdKevwnYh2eg.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz8dKevwnYh2eg.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz4dKevwnYh2eg.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzAdKevwnYg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxGIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }/* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz0dKevwnYh2eg.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzQdKevwnYh2eg.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzwdKevwnYh2eg.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzMdKevwnYh2eg.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz8dKevwnYh2eg.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEz4dKevwnYh2eg.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOiCnqEu92Fr1Mu51QrEzAdKevwnYg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51S7ACc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic-CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TzBic6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc3CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc2CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc5CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc1CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc0CsLYl4BOQ3o.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOjCnqEu92Fr1Mu51TLBCc6CsLYl4BO.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxFIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxMIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxEIzQXKMnyrYk.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxLIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxHIzQXKMnyrYk.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/font) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOkCnqEu92Fr1MmgVxIIzQXKMny.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCRc-AMP6lbBP.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfABc-AMP6lbBP.woff) format('woff'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCBc-AMP6lbBP.woff) format('woff'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfCxc-AMP6lbBP.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfChc-AMP6lbBP.woff) format('woff'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://asianpopweekly.com/wp-content/fonts/roboto/KFOlCnqEu92Fr1MmYUtfBBc-AMP6lQ.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }</style> </head> <body class="post-template-default single single-post postid-7326 single-format-standard wp-embed-responsive no-sidebar mode-light tw-h-full" itemtype="http://schema.org/WebPage"> <div id="site" class="site tw-flex tw-flex-col tw-h-full tw-relative tw-transition-200"> <header id="site-header" class="site-header tw-text-strong tw-relative tw-z-30 tw-w-full"> <div class="site-header-mobile tw-bg-surface lg_tw-hidden"> <div class="header-mobile tw-h-16"> <div class="tw-container tw-h-full"> <div class="tw-flex tw-items-center tw-h-full"> <a href="#" data-toggle="drawer" class="tw-text-strong hover_tw-no-underline"> <i class="si si-menu"></i> </a> <div class="site-branding tw-text-center tw-flex-1 tw-px-6"> <a class="site-logo tw-inline-block" href="https://asianpopweekly.com/"><img class="tw-inline tw-object-contain" src="https://asianpopweekly.com/wp-content/uploads/2020/01/logo-apw-full-web-wordpress.png" alt="Asian Pop Weekly"></a> </div> <a href="#" data-toggle="search" class="tw-text-strong hover_tw-no-underline tw-ml-auto"> <i class="si si-search"></i> </a> </div> </div> </div> </div> <div class="site-header-desktop tw-hidden lg_tw-block"> <div class="topbar tw-relative has-mode mode-dark"> <div class="tw-container tw-h-full tw-max-w-none"> <div class="tw-h-full tw-flex tw-flex-wrap tw-items-center"> <nav class="topbar-nav flexnav tw-h-full tw-flex-1 tw-mr-8"><ul id="menu-title-and-socials" class="menu tw-h-full tw-flex tw-flex-wrap tw--mx-4"><li id="menu-item-2064" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2064"><a href="https://asianpopweekly.com/about/" class="tw-text-strong">About</a></li> <li id="menu-item-2065" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2065"><a href="https://asianpopweekly.com/contact/" class="tw-text-strong">Contact</a></li> </ul></nav> <nav class="topbar-social tw-ml-auto"> <ul class="social tw-list-reset tw-flex tw--mx-4"> <li class="tw-flex tw-items-center tw-px-4"> <a href="https://www.instagram.com/asianpopweekly/" target="_blank" title="Instagram" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-instagram"></i> </a> </li> <li class="tw-flex tw-items-center tw-px-4"> <a href="https://www.facebook.com/asianpopweekly/" target="_blank" title="Facebook" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-facebook"></i> </a> </li> <li class="tw-flex tw-items-center tw-px-4"> <a href="https://www.youtube.com/channel/UCmdH2pvg7tgcjveDUIKfSig" target="_blank" title="YouTube" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-youtube"></i> </a> </li> <li class="tw-flex tw-items-center tw-px-4"> <a href="https://twitter.com/jocellekoh" target="_blank" title="Twitter" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-twitter"></i> </a> </li> </ul> </nav> </div> </div> </div> <div class="header header-style-1 tw-w-full has-mode mode-light"> <div class="tw-container tw-h-full tw-max-w-none"> <div class="tw-h-full tw-flex tw-flex-wrap tw-items-center tw--mx-4 tw-relative"> <div class="tw-px-4"> <div class="site-branding"> <a class="site-logo tw-inline-block" href="https://asianpopweekly.com/"><img class="tw-inline tw-object-contain" src="https://asianpopweekly.com/wp-content/uploads/2020/01/logo-apw-full-web-wordpress.png" alt="Asian Pop Weekly"></a> </div> </div> <div class="tw-flex-1 tw-px-4 tw-h-full"> <nav class="header-nav flexnav tw-h-full"><ul id="menu-main-menu" class="menu tw-h-full tw-flex tw-flex-wrap tw-justify-end tw--mx-4"><li id="menu-item-26" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-26 menu-item-has-dropdown"><a href="https://asianpopweekly.com/category/features/" class="tw-text-strong">Features</a><span class="dropdown-tail"></span> <ul class="sub-menu dropdown-menu has-mode mode-light"> <li id="menu-item-76" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-76"><a href="https://asianpopweekly.com/category/features/interviews/">Interviews</a></li> <li id="menu-item-3367" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3367"><a href="https://asianpopweekly.com/category/features/thinkpieces/">Thinkpieces</a></li> <li id="menu-item-3366" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3366"><a href="https://asianpopweekly.com/category/features/profiles/">Profiles</a></li> <li id="menu-item-27" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-27"><a href="https://asianpopweekly.com/category/features/choice-picks/">Choice Picks</a></li> </ul> </li> <li id="menu-item-7675" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7675 menu-item-has-dropdown"><a href="https://asianpopweekly.com/category/apw-shows-podcast/" class="tw-text-strong">Audio</a><span class="dropdown-tail"></span> <ul class="sub-menu dropdown-menu has-mode mode-light"> <li id="menu-item-6298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6298"><a href="https://asianpopweekly.com/podcast/">Level Up Podcast</a></li> <li id="menu-item-7674" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7674"><a href="https://asianpopweekly.com/radio/">Everywhere and Nowhere (Radio Show)</a></li> <li id="menu-item-8453" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8453"><a href="https://asianpopweekly.com/category/apw-shows-podcast/mixes/">Mixes</a></li> </ul> </li> <li id="menu-item-28" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-28 menu-item-has-dropdown"><a href="https://asianpopweekly.com/category/reviews/" class="tw-text-strong">Reviews</a><span class="dropdown-tail"></span> <ul class="sub-menu dropdown-menu has-mode mode-light"> <li id="menu-item-4650" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-4650"><a href="https://asianpopweekly.com/category/reviews/single-reviews/">Single Reviews</a></li> <li id="menu-item-4649" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4649"><a href="https://asianpopweekly.com/category/reviews/album-reviews/">Album Reviews</a></li> </ul> </li> <li id="menu-item-29" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-29"><a href="https://asianpopweekly.com/category/news/" class="tw-text-strong">News Nuggets</a></li> <li id="menu-item-30" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-30"><a href="https://asianpopweekly.com/category/translations/" class="tw-text-strong">Lyric Translations</a></li> <li id="menu-item-31" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-31"><a href="https://asianpopweekly.com/category/live/" class="tw-text-strong">Live</a></li> </ul></nav> </div> <div class="tw-text-right tw-px-4"> <button class="tw-text-strong hover_tw-text-accent focus_tw-outline-none" data-toggle="search"><i class="si si-search"></i></button> </div> </div> </div> </div> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28183126-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-28183126-1'); </script> </header> <main id="site-content" class="site-content tw-relative tw-flex-1 tw-z-10"> <article id="post-7326" class="post-single post-7326 post type-post status-publish format-standard has-post-thumbnail hentry category-front-page-banner category-single-reviews tag-3052 tag-alternative-rb tag-come-with-me-do-it-like-this-continuous-footprints-pairing-off-- tag-diana-wang- tag-free-to-do-as-we-please--and-im-feeling-so-right-jumping-into-the-blue-ocean--and-im-feelin tag-fu-music tag-khalil-fong- tag-make-you-feel tag-new-single tag-rb tag-tonight-is-the-night tag-why-not-tan-a-little-remember-to-take-your-rubbish-with-you-"> <div class="section"> <div class="tw-container tw-max-w-none tw-px-0"> <div class="section-content"> <div class="post-media post-media-single tw-bg-black tw-relative tw-flex tw-flex-col post-media-image"> <img width="894" height="540" src="https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am-894x540.png" class="tw-w-full tw-h-full tw-absolute tw-inset-0 tw-object-cover lazyload wp-post-image" alt="[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" decoding="async" fetchpriority="high" /> <div class="post-media-overlay tw-bg-overlay tw-absolute tw-inset-0"></div> <div class="post-media-content has-mode mode-dark tw-flex-1 tw-relative tw-z-10"> <div class="tw-container tw-h-full tw-py-10 lg_tw-py-14"> <div class="tw-flex tw-flex-col tw-justify-end lg_tw-justify-center tw-h-full"> <div class="post-header lg_tw-text-center tw-max-w-3xl tw-mx-auto"> <div class="post-meta post-meta-top tw-overline tw-text-xs tw-text-strong tw-inherit-link-colors tw-mb-2"> <span class="post-meta-categories"><a href="https://asianpopweekly.com/category/front-page-banner/" rel="category tag">Editor's Picks</a>, <a href="https://asianpopweekly.com/category/reviews/single-reviews/" rel="category tag">Single Reviews</a></span> </div> <h2 class="post-title tw-text-3xl lg_tw-text-5xl tw-mb-0"> [Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021) </h2> <div class="post-meta post-meta-bottom tw-text-sm tw-mt-5"> <span class="post-meta-author"> <span>By</span> <a class="tw-text-strong hover_tw-text-medium hover_tw-no-underline" href="https://asianpopweekly.com/author/asianpopweeklygmail-com/">Jocelle</a> </span> <time class="post-meta-date" datetime="2021-09-01T00:25:44+08:00">September 1, 2021</time> <span class="post-meta-read-time">8 mins read</span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="section tw-py-10 lg_tw-py-16"> <div class="section-content"> <div class="tw-container"> <div class="post-body tw-relative"> <div class="tw-hidden lg_tw-block tw-absolute tw-top-0 tw-left-0 tw-h-full"> <div class="post-share post-share-sticky tw-sticky tw-flex tw-z-0"> <div class="sticky-share-label tw-overline tw-text-sm tw-text-strong"> <span class="tw-writing-mode-vertical tw-rotate-180 tw-transform-origin-c"> Share </span> </div> <ul class="tw-list-reset tw-pl-4 tw--mb-4"> <li class="tw-mb-4"> <a class="tw-bg-alt tw-text-lg tw-text-strong tw-w-12 tw-h-12 tw-rounded-fulls tw-inline-flex tw-justify-center tw-transition-opacity tw-items-center hover_tw-text-strong hover_tw-no-underline hover_tw-opacity-75 tw-rounded-full" href="https://www.facebook.com/sharer/sharer.php?u=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;t=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Facebook"><i class="si si-facebook"></i></a> </li> <li class="tw-mb-4"> <a class="tw-bg-alt tw-text-lg tw-text-strong tw-w-12 tw-h-12 tw-rounded-fulls tw-inline-flex tw-justify-center tw-transition-opacity tw-items-center hover_tw-text-strong hover_tw-no-underline hover_tw-opacity-75 tw-rounded-full" href="https://twitter.com/intent/tweet?url=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;text=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Twitter"><i class="si si-twitter"></i></a> </li> <li class="tw-mb-4"> <a class="tw-bg-alt tw-text-lg tw-text-strong tw-w-12 tw-h-12 tw-rounded-fulls tw-inline-flex tw-justify-center tw-transition-opacity tw-items-center hover_tw-text-strong hover_tw-no-underline hover_tw-opacity-75 tw-rounded-full" href="https://www.linkedin.com/shareArticle?mini=1&#038;url=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;title=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Linkedin"><i class="si si-linkedin"></i></a> </li> <li class="tw-mb-4"> <a class="tw-bg-alt tw-text-lg tw-text-strong tw-w-12 tw-h-12 tw-rounded-fulls tw-inline-flex tw-justify-center tw-transition-opacity tw-items-center hover_tw-text-strong hover_tw-no-underline hover_tw-opacity-75 tw-rounded-full" href="mailto:?subject=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)&#038;body=Check out this article: https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/" target="_blank" title="Email"><i class="si si-envelope"></i></a> </li> </ul> </div> </div> <div class="post-content tw-clearfix"> <figure class="wp-block-image size-full"><img decoding="async" width="894" height="886" src="https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png" alt="" class="wp-image-7327 lazyload" data-srcset="https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am.png 894w, https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am-600x595.png 600w, https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am-768x761.png 768w, https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am-80x80.png 80w, https://asianpopweekly.com/wp-content/uploads/2021/09/Screen-Shot-2021-09-01-at-12.15.04-am-160x160.png 160w" sizes="auto" /></figure> <p><em>By Jocelle Koh</em></p> <p>You know that feeling when you first enter a dark room and feel yourself drenched in pitch darkness? Then slowly your eyes adjust and things take on a new perspective?&nbsp;</p> <p>That’s exactly what R&amp;B darling <strong>Diana Wang 王詩安</strong>’s latest song “<em>Make You Feel</em>” feels like, as it takes us on a boundary-breaking sonic journey that peels back even more layers to the talented songwriter’s artistry.</p> <p>It’s been two years since the singer-songwriter’s last release, and while we were brimming over with excitement when Diana announced her latest single, all we knew was to expect the unexpected. Like a cat with nine lives, Wang has been known to keep us on our toes; constantly reinventing her sound and beckoning us with her enchanting voice to keep up.&nbsp;</p> <p>At 4 minutes 45 seconds, ‘<em>Make You Feel</em>’ would be considered a long song by modern ‘streaming-friendly’ standards, but the further you dig into the song the more you realise that this song was not created to fit into the easily definable structures of popular R&amp;B. </p> <p>One of Wang’s most daring experimentations yet, the song’s nine distinct parts put it worlds away from your average ‘ABABCB (verse-chorus-verse-chorus-bridge-chorus)’ song structure.&nbsp;</p> <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe title="Diana Wang 王詩安 - Make You Feel (Official Music Video)" width="720" height="405" src="https://www.youtube.com/embed/JxDVQI9885Q?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div></figure> <p>Delving straight in with a verse as cool and limpid as light bouncing off the waters’ edge, the track opens with a selection of serene, ebbing beats that recede as fast as they rise against warm, sweet vocals waxing lyrical about the feeling of two lovers in nature.&nbsp;</p> <p>A comforting moment which reminds us of the Diana we know and love, this is quickly replaced with staccato textured beats which invade our senses backed by a myriad of backing vocals as we enter a pre-chorus-like section. At first I was unsure how I felt about this progression. But after a few listens, I’m declaring it a gutsy, unconventional move that grabs the song and the listeners’ ears by the balls, nudging them along as the song quickens in pace, just like two heartbeats in sync.</p> <p>Things start heating up in what seems to be a second pre-chorus section where Wang throws us off the trail once again with some sassy syncopation: “<em>Come with me do it like this/continuous footprints pairing off 連綿的腳印 成雙成對</em>” before leading up to one of her signature vocal runs.</p> <p>With barely a moment of rest and buoyed by standalone beats, Wang whispers sultrily ‘<em>Free to do as we please <meta charset="utf-8">自由自在/and I’m feeling so right/Jumping into the blue ocean<meta charset="utf-8">跳進 蔚藍的海/ and I’m feeling so right</em>&#8216; before launching finally into the earworm-y chorus we’ve all been waiting for. Bringing out the backing vocals full force as Diana sings variations of “make you feel love” over and over, I love how their airy quality mixes with the over-the-top snare sounds to create this ‘90s psychedelic R&amp;B vibe. </p> <p>Clearly a masterclass in songwriting, the fun doesn’t stop here. After rinsing and repeating with some artful variations in the lyrics (my favourite part is a cheeky but mindful reminder to save the earth “<em>Why not tan a little<meta charset="utf-8">何妨曬成褐色/Remember to take your rubbish with you <meta charset="utf-8">記得帶走垃圾</em>”), the song seems to become less structured and more improvisational. It’s kind of like, an extended outro in four unique parts.</p> <p>The song enters a lull right after the chorus ends like a moment of meditation before slowly but surely picking up and coming back even larger than the chorus, interweaving bits and bobs of the chorus and Diana’s vocal improvisations throughout. My favourite part was when Wang launched into uncharacteristically hip-hop-esque spoken word, singing “<em>Tonight is the night, I gon’ make you feel in love (real love)</em>” in the second last part of the song, bringing a new energy and surprising us even when the song was seemingly near its end. </p> <p>And even more fun was the ‘real’ outro that came after an extended and intentional pause leading listeners to think the song was over. T-minus 40 or so seconds from the end of the track, Wang’s delicate vocals take to the stage one last time, improvising her heart out with melisma and all as the curtain falls for the last time.&nbsp;</p> <p>While the song’s lyrics at face level are about a pair of lovers, I think the most interesting thing about the track is how intentionally it has been crafted to ‘make you feel’ different emotions at every single point of the song. From moonlit walks to heart-racing moments, this song is a rollercoaster of emotions and an eclectic but artful presentation of Wang’s songwriting and vocal prowess.&nbsp;</p> <p>Although I&#8217;m unsure if this song is everyone’s cup of tea (in part due to the complexity and in part due to people&#8217;s short attention spans), for me at least, it was well worth the wait. I&#8217;m feeling the love!</p> <p>Rating: 4.5/5</p> <figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify wp-embed-aspect-21-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Spotify Embed: Make You Feel" width="100%" height="380" allowtransparency="true" frameborder="0" allow="encrypted-media" src="https://open.spotify.com/embed/album/6W3kzz7EdJVBtIJX0tVU2C?si=1G3MyEuWRd6wh1e9J7U9-A&#038;dl_branch=1"></iframe> </div></figure> </div> <div class="post-tags tw-flex tw-flex-wrap tw-max-w-3xl tw-mx-auto tw-mt-6 tw--mb-2"><a href="https://asianpopweekly.com/tag/2021/" rel="tag">2021</a><a href="https://asianpopweekly.com/tag/alternative-rb/" rel="tag">alternative R&amp;B</a><a href="https://asianpopweekly.com/tag/come-with-me-do-it-like-this-continuous-footprints-pairing-off-%e9%80%a3%e7%b6%bf%e7%9a%84%e8%85%b3%e5%8d%b0-%e6%88%90%e9%9b%99%e6%88%90%e5%b0%8d/" rel="tag">Come with me do it like this/continuous footprints pairing off 連綿的腳印 成雙成對</a><a href="https://asianpopweekly.com/tag/diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89/" rel="tag">Diana Wang 王詩安</a><a href="https://asianpopweekly.com/tag/free-to-do-as-we-please-%e8%87%aa%e7%94%b1%e8%87%aa%e5%9c%a8-and-im-feeling-so-right-jumping-into-the-blue-ocean%e8%b7%b3%e9%80%b2-%e8%94%9a%e8%97%8d%e7%9a%84%e6%b5%b7-and-im-feelin/" rel="tag">Free to do as we please 自由自在/and I’m feeling so right/Jumping into the blue ocean跳進 蔚藍的海/ and I’m feeling so right</a><a href="https://asianpopweekly.com/tag/fu-music/" rel="tag">FU MUSIC</a><a href="https://asianpopweekly.com/tag/khalil-fong-%e6%96%b9%e5%a4%a7%e5%90%8c/" rel="tag">Khalil Fong 方大同</a><a href="https://asianpopweekly.com/tag/make-you-feel/" rel="tag">Make you feel</a><a href="https://asianpopweekly.com/tag/new-single/" rel="tag">New single</a><a href="https://asianpopweekly.com/tag/rb/" rel="tag">R&amp;B</a><a href="https://asianpopweekly.com/tag/tonight-is-the-night/" rel="tag">Tonight is the night</a><a href="https://asianpopweekly.com/tag/why-not-tan-a-little%e4%bd%95%e5%a6%a8%e6%9b%ac%e6%88%90%e8%a4%90%e8%89%b2-remember-to-take-your-rubbish-with-you-%e8%a8%98%e5%be%97%e5%b8%b6%e8%b5%b0%e5%9e%83%e5%9c%be/" rel="tag">Why not tan a little何妨曬成褐色/Remember to take your rubbish with you 記得帶走垃圾</a></div> </div> <div class="post-footer tw-border-t tw-border-soft tw-max-w-3xl tw-mx-auto tw-pt-8 tw-mt-8"> <div class="tw-flex"> <div class="tw-flex-1"> <a class="comments-count tw-text-strong hover_tw-no-underline" href="https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/#respond"><i class="comments-count-icon si si-comment tw-mr-1"></i><span class="comments-count-number">0</span> <span class="comments-count-label tw-hidden md_tw-inline">comments</span></a> <span class="views-count tw-text-strong tw-ml-4"><i class="views-count-icon si si-stats tw-mr-1"></i><span class="views-count-number">1K</span> <span class="views-count-label tw-hidden md_tw-inline">views</span></span> </div> <ul class="post-share tw-list-reset tw-flex tw-items-center tw--mx-3 md_tw--mx-3"> <li class="tw-px-3 md_tw-px-3 tw-hidden md_tw-block"> Share: </li> <li class="tw-px-3 md_tw-px-3"> <a class="tw-text-base tw-text-strong hover_tw-text-accent hover_tw-no-underline" href="https://www.facebook.com/sharer/sharer.php?u=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;t=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Facebook"><i class="si si-facebook"></i></a> </li> <li class="tw-px-3 md_tw-px-3"> <a class="tw-text-base tw-text-strong hover_tw-text-accent hover_tw-no-underline" href="https://twitter.com/intent/tweet?url=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;text=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Twitter"><i class="si si-twitter"></i></a> </li> <li class="tw-px-3 md_tw-px-3"> <a class="tw-text-base tw-text-strong hover_tw-text-accent hover_tw-no-underline" href="https://www.linkedin.com/shareArticle?mini=1&#038;url=https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/&#038;title=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)" target="_blank" title="Linkedin"><i class="si si-linkedin"></i></a> </li> <li class="tw-px-3 md_tw-px-3"> <a class="tw-text-base tw-text-strong hover_tw-text-accent hover_tw-no-underline" href="mailto:?subject=[Single Review] Diana Wang 王詩安 &#8211; Make You Feel (August, 2021)&#038;body=Check out this article: https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%e7%8e%8b%e8%a9%a9%e5%ae%89-make-you-feel-august-2021/" target="_blank" title="Email"><i class="si si-envelope"></i></a> </li> </ul> </div> </div> <div class="author-bio md_tw-flex tw-border-t tw-border-soft tw-max-w-3xl tw-mx-auto tw-pt-8 tw-mt-8"> <div class="author-bio-image md_tw-mr-6 tw-mb-6 md_tw-mb-0"> <a href="https://asianpopweekly.com/author/asianpopweeklygmail-com/"><img alt="Jocelle" src="https://asianpopweekly.com/wp-content/uploads/2020/01/Promo-Photo-2019-200x200.jpg" class="avatar avatar-72 photo lazyload" height="72" width="72" /></a> </div> <div class="author-bio-content tw-flex-1"> <h4 class="author-bio-name tw-text-xl tw-mb-3"> <a href="https://asianpopweekly.com/author/asianpopweeklygmail-com/" rel="author">Jocelle</a> </h4> <p class="author-bio-description tw-mb-0">The founder of Asian Pop Weekly and self-titled C-Pop guru, Jocelle discovered her passion for Mandarin music through an upbringing divided between time spent in Singapore and Australia. How she ended up having an affinity with Mandarin music is a mystery to many, but her thirst for knowledge and passion for bridging gaps has informed the foundation of Asian Pop Weekly today. As a music industry professional who has dabbled in everything from journalism and artist management to digital distribution, she wears a lot of hats; all in the name of bringing the music she loves to those who find it foreign.</p> <ul class="author-bio-social tw-list-reset tw-flex tw-mt-4 tw--mx-3"> <li class="tw-px-3"> <a class="tw-text-strong hover_tw-no-underline" href="https://asianpopweekly.com" title="Website"> <i class="si si-globe"></i> </a> </li> </ul> </div> </div> <nav class="navigation post-navigation tw-mb-0 tw-border-t tw-border-soft tw-max-w-3xl tw-mx-auto tw-pt-8 tw--mb-8" role="navigation"><div class="tw-flex tw-flex-wrap tw--mx-4"><div class="tw-w-full md_tw-w-1/2 tw-px-4 tw-mb-8"> <a href="https://asianpopweekly.com/news/32rd-golden-melody-awards-winners-list-soft-lipa%e6%9d%9c%e6%8c%af%e7%86%99-and-sangpuy%e6%a1%91%e5%b8%83%e4%bc%8a-win-big/" class="tw-block hover_tw-no-underline"> <div class="tw-text-xs tw-overline tw-mb-2">Prev Post</div> <h5 class="tw-text-base">32rd Golden Melody Awards Winners’ List &#8211; Soft Lipa杜振熙 and SANGPUY桑布伊 Win Big</h5> </a> </div><div class="tw-w-full md_tw-w-1/2 tw-px-4 tw-ml-auto tw-mb-8"> <a href="https://asianpopweekly.com/front-page-banner/golden-indie-music-awards-2021-nominees-list/" class="tw-block hover_tw-no-underline md_tw-text-right"> <div class="tw-text-xs tw-overline tw-mb-2">Next Post</div> <h5 class="tw-text-base">Golden Indie Music Awards 2021: Nominees List</h5> </a> </div></nav></nav> <div class="related-posts tw-border-t tw-border-soft tw-max-w-3xl tw-mx-auto tw-pt-8 tw-mt-8"> <h2 class="related-posts-title tw-text-xl tw-mb-6"> Related Posts </h2> <div class="related-posts-content"> <div class="posts swiper-container tw--mx-4" data-column="1/3" data-loop="1"> <div class="swiper-wrapper tw-border-box tw--mb-8"> <div class="tw-w-full tw-h-auto tw-px-4 tw-mb-8 swiper-slide md_tw-w-1/2 lg_tw-w-1/3"> <article class="post-style-default tw-flex tw-flex-col tw-relative tw-h-full post-8317 post type-post status-publish format-standard has-post-thumbnail hentry category-front-page-banner category-features category-interviews tag-diana-wang tag-diana-wang- tag-entrepreneur tag-fu-music tag-home tag-interview tag-lunar-new-year tag-moon"> <div class="post-media post-media-image tw-bg-alt tw-relative tw-aspect-ratio-16/9 tw-mb-2"> <a href="https://asianpopweekly.com/front-page-banner/transcript-interview-with-diana-wang-talking-about-home-the-moon-and-starting-her-own-company/" class="post-thumbnail tw-block tw-absolute tw-inset-0"> <img width="480" height="270" src="https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-480x270.jpg" class="tw-h-full tw-w-full tw-object-cover lazyload wp-post-image" alt="[Transcript] Interview with Diana Wang -Talking about home, the moon, and starting her own company" decoding="async" loading="lazy" srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-480x270.jpg 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-640x360.jpg 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-320x180.jpg 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-960x540.jpg 960w" sizes="(max-width: 480px) 100vw, 480px" data-srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-480x270.jpg 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-640x360.jpg 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-320x180.jpg 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/shoot-2017-for-mini-album-960x540.jpg 960w" data-sizes="auto" /> </a> </div> <div class="post-body tw-flex-1 tw-text-left"> <div class="post-header"> <h2 class="post-title tw-text-2xl lg_tw-text-lg tw-mb-0"> <a href="https://asianpopweekly.com/front-page-banner/transcript-interview-with-diana-wang-talking-about-home-the-moon-and-starting-her-own-company/" rel="bookmark"> [Transcript] Interview with Diana Wang -Talking about home, the moon, and starting her own company </a> </h2> <div class="post-meta tw-text-sm tw-text-soft tw-mt-3"> <time class="post-meta-date" datetime="2023-11-26T17:23:19+08:00">November 26, 2023</time><span class="views-count post-meta-views"><i class="views-count-icon si si-stats tw-mr-1"></i><span class="views-count-number">95</span> <span class="views-count-label tw-hidden md_tw-inline">views</span></span> </div> </div> </div> </article> </div> <div class="tw-w-full tw-h-auto tw-px-4 tw-mb-8 swiper-slide md_tw-w-1/2 lg_tw-w-1/3"> <article class="post-style-default tw-flex tw-flex-col tw-relative tw-h-full post-8322 post type-post status-publish format-standard has-post-thumbnail hentry category-front-page-banner category-features category-interviews tag-doughnut tag-embrace-the-progress tag-hold-me tag-indiego tag-krysta-joy tag-self-love"> <div class="post-media post-media-image tw-bg-alt tw-relative tw-aspect-ratio-16/9 tw-mb-2"> <a href="https://asianpopweekly.com/front-page-banner/transcript-interview-with-krysta-joy-thoughts-on-self-love-doughnut-stories-and-on-giving-space-to-yourself/" class="post-thumbnail tw-block tw-absolute tw-inset-0"> <img width="480" height="270" src="https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-480x270.png" class="tw-h-full tw-w-full tw-object-cover lazyload wp-post-image" alt="[Transcript] Interview with Krysta Joy &#8211; Thoughts on self-love, doughnut stories, and on giving space to yourself" decoding="async" loading="lazy" srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-480x270.png 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-600x338.png 600w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1024x576.png 1024w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-768x432.png 768w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1536x864.png 1536w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-640x360.png 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-320x180.png 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-960x540.png 960w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1280x720.png 1280w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1600x900.png 1600w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot.png 1920w" sizes="(max-width: 480px) 100vw, 480px" data-srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-480x270.png 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-600x338.png 600w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1024x576.png 1024w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-768x432.png 768w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1536x864.png 1536w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-640x360.png 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-320x180.png 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-960x540.png 960w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1280x720.png 1280w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot-1600x900.png 1600w, https://asianpopweekly.com/wp-content/uploads/2023/06/Interview-with-Krysta-Joy_-can-you-be-gentle-with-me_-Everywhere-Nowhere-21-17-screenshot.png 1920w" data-sizes="auto" /> </a> </div> <div class="post-body tw-flex-1 tw-text-left"> <div class="post-header"> <h2 class="post-title tw-text-2xl lg_tw-text-lg tw-mb-0"> <a href="https://asianpopweekly.com/front-page-banner/transcript-interview-with-krysta-joy-thoughts-on-self-love-doughnut-stories-and-on-giving-space-to-yourself/" rel="bookmark"> [Transcript] Interview with Krysta Joy &#8211; Thoughts on self-love, doughnut stories, and on giving space to yourself </a> </h2> <div class="post-meta tw-text-sm tw-text-soft tw-mt-3"> <time class="post-meta-date" datetime="2023-11-26T17:20:57+08:00">November 26, 2023</time><span class="views-count post-meta-views"><i class="views-count-icon si si-stats tw-mr-1"></i><span class="views-count-number">19</span> <span class="views-count-label tw-hidden md_tw-inline">views</span></span> </div> </div> </div> </article> </div> <div class="tw-w-full tw-h-auto tw-px-4 tw-mb-8 swiper-slide md_tw-w-1/2 lg_tw-w-1/3"> <article class="post-style-default tw-flex tw-flex-col tw-relative tw-h-full post-8314 post type-post status-publish format-standard has-post-thumbnail hentry category-front-page-banner category-features category-interviews tag-andy-yeo tag-bruce-lee tag-haw-par-villa tag-heritage tag-hokkien tag-singapore tag-snake-eyes"> <div class="post-media post-media-image tw-bg-alt tw-relative tw-aspect-ratio-16/9 tw-mb-2"> <a href="https://asianpopweekly.com/features/transcript-interview-with-andy-yeo-on-his-debut-album-incorporating-culture-and-heritage-and-being-between-identities/" class="post-thumbnail tw-block tw-absolute tw-inset-0"> <img width="480" height="270" src="https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--480x270.jpeg" class="tw-h-full tw-w-full tw-object-cover lazyload wp-post-image" alt="[Transcript] Interview with Andy Yeo on his debut album, incorporating culture and heritage, and being between identities" decoding="async" loading="lazy" srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--480x270.jpeg 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--600x338.jpeg 600w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--1024x576.jpeg 1024w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--768x432.jpeg 768w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--640x360.jpeg 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--320x180.jpeg 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--960x540.jpeg 960w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview-.jpeg 1280w" sizes="(max-width: 480px) 100vw, 480px" data-srcset="https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--480x270.jpeg 480w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--600x338.jpeg 600w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--1024x576.jpeg 1024w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--768x432.jpeg 768w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--640x360.jpeg 640w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--320x180.jpeg 320w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview--960x540.jpeg 960w, https://asianpopweekly.com/wp-content/uploads/2023/06/YT-Thumbnail-Andy-Yeo-Interview-.jpeg 1280w" data-sizes="auto" /> </a> </div> <div class="post-body tw-flex-1 tw-text-left"> <div class="post-header"> <h2 class="post-title tw-text-2xl lg_tw-text-lg tw-mb-0"> <a href="https://asianpopweekly.com/features/transcript-interview-with-andy-yeo-on-his-debut-album-incorporating-culture-and-heritage-and-being-between-identities/" rel="bookmark"> [Transcript] Interview with Andy Yeo on his debut album, incorporating culture and heritage, and being between identities </a> </h2> <div class="post-meta tw-text-sm tw-text-soft tw-mt-3"> <time class="post-meta-date" datetime="2023-11-26T17:17:56+08:00">November 26, 2023</time><span class="views-count post-meta-views"><i class="views-count-icon si si-stats tw-mr-1"></i><span class="views-count-number">30</span> <span class="views-count-label tw-hidden md_tw-inline">views</span></span> </div> </div> </div> </article> </div> <div class="tw-w-full tw-h-auto tw-px-4 tw-mb-8 swiper-slide md_tw-w-1/2 lg_tw-w-1/3"> <article class="post-style-default tw-flex tw-flex-col tw-relative tw-h-full post-8490 post type-post status-publish format-standard has-post-thumbnail hentry category-front-page-banner category-interviews category-thinkpieces tag-aj-rafael tag-better-people-to-leave-on-read tag-blackpink tag-cant-help-falling-in-loe-with-you tag-coco-lee tag-colors-of-the-wind tag-david-choi tag-diana-wang- tag-elvis-presley tag-emei tag-emily-li tag-han-hong- tag-jay-chou- tag-jj-lin- tag-joji tag-judy-kuhn tag-karencici tag-khalil-fong- tag-kina-grannis tag-olivia-rodrigo tag-richie-jen tag-richie-jen- tag-rina-sawayama tag-scatterbrained tag-she-was-mine tag-stefanie-sun- tag-vivien-hsu- tag-wang-leehom- tag-we-could-happen tag-without-you"> <div class="post-media post-media-image tw-bg-alt tw-relative tw-aspect-ratio-16/9 tw-mb-2"> <a href="https://asianpopweekly.com/front-page-banner/chinese-american-artist-emei-captures-the-zeitgeist-of-gen-z-represents-a-cultural-shift-in-opportunities-for-diaspora-artists/" class="post-thumbnail tw-block tw-absolute tw-inset-0"> <img width="480" height="270" src="https://asianpopweekly.com/wp-content/uploads/2023/09/2-480x270.png" class="tw-h-full tw-w-full tw-object-cover lazyload wp-post-image" alt="Chinese-American Artist Emei Captures The Zeitgeist of Gen-Z, Represents A Cultural Shift in Opportunities for Diaspora Artists" decoding="async" loading="lazy" srcset="https://asianpopweekly.com/wp-content/uploads/2023/09/2-480x270.png 480w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-600x338.png 600w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-1024x576.png 1024w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-768x432.png 768w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-640x360.png 640w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-320x180.png 320w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-960x540.png 960w, https://asianpopweekly.com/wp-content/uploads/2023/09/2.png 1280w" sizes="(max-width: 480px) 100vw, 480px" data-srcset="https://asianpopweekly.com/wp-content/uploads/2023/09/2-480x270.png 480w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-600x338.png 600w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-1024x576.png 1024w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-768x432.png 768w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-640x360.png 640w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-320x180.png 320w, https://asianpopweekly.com/wp-content/uploads/2023/09/2-960x540.png 960w, https://asianpopweekly.com/wp-content/uploads/2023/09/2.png 1280w" data-sizes="auto" /> </a> </div> <div class="post-body tw-flex-1 tw-text-left"> <div class="post-header"> <h2 class="post-title tw-text-2xl lg_tw-text-lg tw-mb-0"> <a href="https://asianpopweekly.com/front-page-banner/chinese-american-artist-emei-captures-the-zeitgeist-of-gen-z-represents-a-cultural-shift-in-opportunities-for-diaspora-artists/" rel="bookmark"> Chinese-American Artist Emei Captures The Zeitgeist of Gen-Z, Represents A Cultural Shift in Opportunities for Diaspora Artists </a> </h2> <div class="post-meta tw-text-sm tw-text-soft tw-mt-3"> <time class="post-meta-date" datetime="2023-10-11T04:05:14+08:00">October 11, 2023</time><span class="views-count post-meta-views"><i class="views-count-icon si si-stats tw-mr-1"></i><span class="views-count-number">58</span> <span class="views-count-label tw-hidden md_tw-inline">views</span></span> </div> </div> </div> </article> </div> </div> </div> </div> </div> <div id="comments" class="comments tw-border-t tw-border-soft tw-max-w-3xl tw-mx-auto tw-pt-8 tw-mt-8 tw-mb-2"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="tw-text-xl tw-mb-2"><span>Leave a comment</span> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/front-page-banner/single-review-diana-wang-%E7%8E%8B%E8%A9%A9%E5%AE%89-make-you-feel-august-2021/#respond" style="display:none;">Cancel</a></small></h3><form action="https://asianpopweekly.com/wp-comments-post.php" method="post" id="commentform" class="" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><div class="tw-my-6"><label for="comment" class="screen-reader-text">Comment</label><textarea id="comment" class="input" name="comment" placeholder="Type your comment&hellip;" rows="4" maxlength="65525" required="required"></textarea></div><div class="tw-flex tw-flex-wrap tw--mx-3"><div class="tw-w-full md_tw-w-1/3 tw-px-3 tw-mb-6"><label for="author" class="screen-reader-text">Name</label><input id="author" class="input" name="author" type="text" placeholder="Name *" value="" required></div> <div class="tw-w-full md_tw-w-1/3 tw-px-3 tw-mb-6"><label for="email" class="screen-reader-text">Email</label><input id="email" class="input" name="email" type="text" placeholder="Email *" value="" required></div> <div class="tw-w-full md_tw-w-1/3 tw-px-3 tw-mb-6"><label for="url" class="screen-reader-text">Website</label><input id="url" class="input" name="url" type="url" placeholder="Website" value=""></div></div> <div class="tw-mb-2"><label for="wp-comment-cookies-consent" class=""><input id="wp-comment-cookies-consent" class="tw-align-baseline" name="wp-comment-cookies-consent" type="checkbox" value="yes">Save my name, email, and website in this browser for the next time I comment.</label></div> <div class="form-submit tw-mt-6 tw-mb-0"><input name="submit" type="submit" id="submit" class="btn btn-accent" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='7326' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </div></form> </div><!-- #respond --> </div> </div> </div> </section> </article> </main> <footer id="footer" class="site-footer tw-relative tw-z-10 has-mode mode-dark"> <div class="tw-border-t tw-border-soft"></div> <div class="footer-info tw-py-6 md_tw-py-8"> <div class="tw-container tw-flex"> <div class="footer-copyright tw-flex-1 tw-text-sm"> &copy 2024 Asian Pop Weekly. All rights reserved. </div> <nav class="footer-nav tw-flex-1 tw-hidden tw-ml-auto lg_tw-block"><ul id="menu-footer" class="menu tw-list-reset tw-flex tw-justify-end"><li id="menu-item-4652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4652 tw-px-4"><a href="https://asianpopweekly.com/about/" class="tw-text-strong">About</a></li> <li id="menu-item-377" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-377 tw-px-4"><a href="https://asianpopweekly.com/contact/" class="tw-text-strong">Contact</a></li> <li id="menu-item-4755" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4755 tw-px-4"><a target="_blank" rel="noopener" href="https://www.patreon.com/asianpopweekly" class="tw-text-strong">Patreon</a></li> <li id="menu-item-2005" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2005 tw-px-4"><a href="https://asianpopweekly.com/terms-and-conditions/" class="tw-text-strong">Privacy Policy</a></li> <li id="menu-item-2115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2115 tw-px-4"><a href="https://asianpopweekly.com/terms-and-conditions/" class="tw-text-strong">Terms and Conditions</a></li> </ul></nav> </div> </div> <div class="tw-border-t tw-border-soft"></div> </footer> </div> <a href="#top" class="scroll-to-top tw-fixed tw-bottom-0 tw-right-0 tw-h-8 tw-w-8 tw-inline-flex tw-items-center tw-justify-center tw-bg-accent tw-text-white hover_tw-text-white tw-text-lg tw-leading-none tw-shadow-lg tw-rounded-full hover_tw-no-underline tw-transition-opacity tw-opacity-0 tw-pointer-events-none hover_tw-opacity-75 tw-mr-4 tw-mb-4 lg_tw-mr-6 lg_tw-mb-6 tw-z-50"><i class="si si-angle-up"></i></a> <aside id="drawer" class="drawer tw-fixed tw-inset-0 tw-z-50 tw-invisible"> <div class="drawer-overlay tw-bg-overlay lg_tw-bg-transparent tw-fixed tw-inset-0 tw-opacity-0 tw-transition-opacity tw-transition-200 tw-transition-ease"></div> <div class="drawer-inner tw-bg-surface tw-fixed tw-left-0 tw-inset-y-0 tw-flex tw-flex-col tw-w-full tw--translate-x-full tw-transition-opacity-transform tw-transition-200 tw-shadow-lg"> <div class="drawer-header tw-flex tw-items-center tw-border-b tw-border-soft tw-h-16 lg_tw-h-20 tw-px-6 md_tw-px-8"> <div class="site-branding tw-flex-1"> <h1 class="site-title tw-text-2xl lg_tw-text-3xl tw-mb-0"><a href="https://asianpopweekly.com/">Asian Pop Weekly</a></h1> </div> <span class="drawer-close tw-cursor-pointer tw-text-soft hover_tw-text-strong hover_tw-no-underline"> <i class="si si-close"></i> </span> </div> <div class="drawer-content tw-flex-1 tw-p-6 md_tw-p-8 tw-overflow-x-hidden tw-overflow-y-auto"> <div class="tw--mb-6 md_tw--mb-8 lg_tw-hidden"> <div id="nav_menu-1" class="widget tw-mb-8 widget_nav_menu tw-clearfix"><div class="menu-sidebar-container"><ul id="menu-sidebar" class="menu"><li id="menu-item-4654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4654"><a href="https://asianpopweekly.com/about/">About</a></li> <li id="menu-item-4655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4655"><a href="https://asianpopweekly.com/contact/">Contact</a></li> <li id="menu-item-4656" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-4656"><a href="https://asianpopweekly.com/category/features/">Features</a> <ul class="sub-menu"> <li id="menu-item-4657" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4657"><a href="https://asianpopweekly.com/category/features/interviews/">Interviews</a></li> <li id="menu-item-4658" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4658"><a href="https://asianpopweekly.com/category/features/thinkpieces/">Thinkpieces</a></li> <li id="menu-item-4659" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4659"><a href="https://asianpopweekly.com/category/features/profiles/">Profiles</a></li> <li id="menu-item-4660" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4660"><a href="https://asianpopweekly.com/category/features/choice-picks/">Choice Picks</a></li> </ul> </li> <li id="menu-item-7684" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7684"><a href="https://asianpopweekly.com/category/apw-shows-podcast/">Audio</a> <ul class="sub-menu"> <li id="menu-item-7169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7169"><a href="https://asianpopweekly.com/podcast/">Level Up Podcast</a></li> <li id="menu-item-7683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7683"><a href="https://asianpopweekly.com/radio/">Everywhere and Nowhere (Radio Show)</a></li> </ul> </li> <li id="menu-item-4661" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-4661"><a href="https://asianpopweekly.com/category/reviews/">Reviews</a> <ul class="sub-menu"> <li id="menu-item-4662" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-4662"><a href="https://asianpopweekly.com/category/reviews/single-reviews/">Single Reviews</a></li> <li id="menu-item-4663" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4663"><a href="https://asianpopweekly.com/category/reviews/album-reviews/">Album Reviews</a></li> </ul> </li> <li id="menu-item-4664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4664"><a href="https://asianpopweekly.com/category/news/">News Nuggets</a></li> <li id="menu-item-4665" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4665"><a href="https://asianpopweekly.com/category/translations/">Lyric Translations</a></li> <li id="menu-item-4666" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4666"><a href="https://asianpopweekly.com/category/live/">Live</a></li> <li id="menu-item-4667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4667"><a href="https://asianpopweekly.com/terms-and-conditions/">Terms and Conditions</a></li> </ul></div></div> </div> </div> <nav class="drawer-footer tw-border-t tw-border-soft tw-p-4 md_tw-py-5"> <ul class="social tw-list-reset tw-flex"> <li class="tw-flex-1 tw-text-center"> <a href="https://www.instagram.com/asianpopweekly/" target="_blank" title="Instagram" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-instagram"></i> </a> </li> <li class="tw-flex-1 tw-text-center"> <a href="https://www.facebook.com/asianpopweekly/" target="_blank" title="Facebook" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-facebook"></i> </a> </li> <li class="tw-flex-1 tw-text-center"> <a href="https://www.youtube.com/channel/UCmdH2pvg7tgcjveDUIKfSig" target="_blank" title="YouTube" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-youtube"></i> </a> </li> <li class="tw-flex-1 tw-text-center"> <a href="https://twitter.com/jocellekoh" target="_blank" title="Twitter" class="tw-block tw-text-strong hover_tw-no-underline"> <i class="si si-twitter"></i> </a> </li> </ul> </nav> </div> </aside> <div id="search-dialog" class="search-dialog has-mode mode-dark tw-fixed tw-z-50 tw-overflow-hidden tw-inset-0 tw-invisible"> <div class="search-dialog-inner tw-fixed tw-inset-0 tw-flex tw-items-center tw-opacity-0 tw-transition-opacity tw-transition-200 tw-transition-ease"> <div class="tw-bg-black tw-opacity-95 tw-absolute tw-inset-0"></div> <div class="tw-container tw-max-w-xl lg_tw-max-w-3xl tw-relative tw-z-10"> <form role="search" method="get" action="https://asianpopweekly.com/" class=""> <input type="search" class="tw-block tw-w-full tw-bg-transparent tw-text-white tw-border-b-2 tw-border-white tw-px-0 tw-py-2 tw-text-2xl focus_tw-outline-none focus_tw-border-accent tw-mb-2" placeholder="Search &hellip;" name="s" value="" autocomplete="off"> <p class="tw-text-sm tw-text-right tw-font-medium"> Hit enter to search or ESC to close. </p> </form> </div> <span class="search-dialog-close tw-cursor-pointer tw-absolute tw-top-0 tw-right-0 tw-mt-4 tw-mr-4 md_tw-mt-6 md_tw-mr-6 hover_tw-text-strong hover_tw-no-underline"><i class="si si-close"></i></span> </div> </div> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"><script type="text/javascript" src="https://asianpopweekly.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.6" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/asianpopweekly.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://asianpopweekly.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.6" id="contact-form-7-js"></script> <script type="text/javascript" src="https://asianpopweekly.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" id="stein-js-extra"> /* <![CDATA[ */ var stein_config = {"ajax_url":"https:\/\/asianpopweekly.com\/wp-admin\/admin-ajax.php","breakpoints":{"sm":480,"md":720,"lg":1024,"xl":1280},"custom_propertis_polyfill_js":"https:\/\/asianpopweekly.com\/wp-content\/themes\/stein\/assets\/js\/ie11CustomProperties.js"}; /* ]]> */ </script> <script type="text/javascript" id="stein-js-before"> /* <![CDATA[ */ window.MSInputMethodContext && document.documentMode && document.write('<script type="text/javascript" src="' + stein_config.custom_propertis_polyfill_js + '"><\x2fscript>'); /* ]]> */ </script> <script type="text/javascript" src="https://asianpopweekly.com/wp-content/themes/stein/assets/js/stein.js?ver=1581952309" id="stein-js"></script> <script type="text/javascript" src="https://asianpopweekly.com/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script defer type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"173000273\",\"post\":\"7326\",\"tz\":\"8\",\"srv\":\"asianpopweekly.com\",\"j\":\"1:13.0\"}") ]); _stq.push([ "clickTrackerInit", "173000273", "7326" ]); /* ]]> */ </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "By Jocelle Koh\nYou know that feeling when you first enter a dark room and feel yourself drenched in pitch darkness? Then slowly your eyes adjust and things take on a new perspective?\nThat’s exactly what R&B darling Diana Wang 王詩安’s latest song “Make You Feel” feels like, as it takes us on a boundary-breaking sonic journey that peels back even more layers to the talented songwriter’s artistry.\nIt’s been two years since the singer-songwriter’s last release, and while we were brimming over with excitement when Diana announced her latest single, all we knew was to expect the unexpected. Like a cat with nine lives, Wang has been known to keep us on our toes; constantly reinventing her sound and beckoning us with her enchanting voice to keep up.\nAt 4 minutes 45 seconds, ‘Make You Feel’ would be considered a long song by modern ‘streaming-friendly’ standards, but the further you dig into the song the more you realise that this song was not created to fit into the easily definable structures of popular R&B.\nOne of Wang’s most daring experimentations yet, the song’s nine distinct parts put it worlds away from your average ‘ABABCB (verse-chorus-verse-chorus-bridge-chorus)’ song structure.\nDelving straight in with a verse as cool and limpid as light bouncing off the waters’ edge, the track opens with a selection of serene, ebbing beats that recede as fast as they rise against warm, sweet vocals waxing lyrical about the feeling of two lovers in nature.\nA comforting moment which reminds us of the Diana we know and love, this is quickly replaced with staccato textured beats which invade our senses backed by a myriad of backing vocals as we enter a pre-chorus-like section. At first I was unsure how I felt about this progression. But after a few listens, I’m declaring it a gutsy, unconventional move that grabs the song and the listeners’ ears by the balls, nudging them along as the song quickens in pace, just like two heartbeats in sync.\nThings start heating up in what seems to be a second pre-chorus section where Wang throws us off the trail once again with some sassy syncopation: “Come with me do it like this/continuous footprints pairing off 連綿的腳印 成雙成對” before leading up to one of her signature vocal runs.\nWith barely a moment of rest and buoyed by standalone beats, Wang whispers sultrily ‘Free to do as we please 自由自在/and I’m feeling so right/Jumping into the blue ocean跳進 蔚藍的海/ and I’m feeling so right‘ before launching finally into the earworm-y chorus we’ve all been waiting for. Bringing out the backing vocals full force as Diana sings variations of “make you feel love” over and over, I love how their airy quality mixes with the over-the-top snare sounds to create this ‘90s psychedelic R&B vibe.\nClearly a masterclass in songwriting, the fun doesn’t stop here. After rinsing and repeating with some artful variations in the lyrics (my favourite part is a cheeky but mindful reminder to save the earth “Why not tan a little何妨曬成褐色/Remember to take your rubbish with you 記得帶走垃圾”), the song seems to become less structured and more improvisational. It’s kind of like, an extended outro in four unique parts.\nThe song enters a lull right after the chorus ends like a moment of meditation before slowly but surely picking up and coming back even larger than the chorus, interweaving bits and bobs of the chorus and Diana’s vocal improvisations throughout. My favourite part was when Wang launched into uncharacteristically hip-hop-esque spoken word, singing “Tonight is the night, I gon’ make you feel in love (real love)” in the second last part of the song, bringing a new energy and surprising us even when the song was seemingly near its end.\nAnd even more fun was the ‘real’ outro that came after an extended and intentional pause leading listeners to think the song was over. T-minus 40 or so seconds from the end of the track, Wang’s delicate vocals take to the stage one last time, improvising her heart out with melisma and all as the curtain falls for the last time.\nWhile the song’s lyrics at face level are about a pair of lovers, I think the most interesting thing about the track is how intentionally it has been crafted to ‘make you feel’ different emotions at every single point of the song. From moonlit walks to heart-racing moments, this song is a rollercoaster of emotions and an eclectic but artful presentation of Wang’s songwriting and vocal prowess.\nAlthough I’m unsure if this song is everyone’s cup of tea (in part due to the complexity and in part due to people’s short attention spans), for me at least, it was well worth the wait. I’m feeling the love!", "id": "<urn:uuid:62652a64-90fc-4e19-9a21-a4145eebd99d>", "dump": "CC-MAIN-2024-10", "url": "https://asianpopweekly.com/front-page-banner/single-review-diana-wang-%E7%8E%8B%E8%A9%A9%E5%AE%89-make-you-feel-august-2021/", "date": "2024-02-25T09:42:20", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9478714466094971, "token_count": 1183 } }
<urn:uuid:5165d07b-a236-4c16-be4a-04ca072c6767>
<!doctype html> <html> <head> <meta charset="utf-8"> <title>industrial/scaffold piercing question? - Ask.okorder.com</title> <meta name="keywords" content="Scaffolding Accessories" /> <meta name="description" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="robots" content="INDEX,FOLLOW" /> <link rel="canonical" href="//ask.okorder.com/" /> <link rel="shortcut icon" href="//ask.okorder.com/images/favicon.ico" /> <meta name="renderer" content="webkit"> <link href="//ask.okorder.com/css/bootstrap.css" rel="stylesheet"> <link href="//ask.okorder.com/css/base.css" rel="stylesheet"> <link href="//ask.okorder.com/css/ask.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="//ask.okorder.com/css/main.css" /> <script src="//ask.okorder.com/js/jquery.js"></script> <script src="//ask.okorder.com/js/bootstrap.js"></script> <script type="text/javascript" src="//ask.okorder.com/js/common.js?v=0309" ></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-W90WYWN5YS"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-W90WYWN5YS'); </script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://analytics.okorder.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '3']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </head> <body> <script> $(function(){ //顶部搜索框点击展示下拉列表 $(".header-search-group").click(function(){ $(".header-dropdown-menu").toggle(); }); $(".header-dropdown-menu li").click(function(){ $(".header-dropdown-menu").hide(); }); //顶部搜索框选择分类 $("#topSearchProdClassList > li > a").click(function(){ var classId = $(this).attr('classId'); var className = $(this).html(); $('#topSearchProdClassId').val(classId); $('#topSearchProdClassName').html(className); }); $("#topSearchInput").keydown(function(e){ e.stopPropagation(); if($(this).val()!='' && $("#search_bar_main_list > li").length>1){ $("#search_bar_main_list").show(); } $("#topSearchProdClassList").hide(); }); $("#topSearchInput").keyup(function(e){ if($(this).val()==''){ ShowTopSearchKeywordCookie(); } $("#topSearchProdClassList").hide(); }); $("#topSearchInput").click(function(e){ if($(this).val()==''){ ShowTopSearchKeywordCookie(); } return true; }); //获取搜索提示下拉值 $("#search_bar_main_list > li > a").click(function(){ var className = $(this).html(); $("#topSearchInput").val(className); }); $("#topSearchForm").submit( function () { var keyword = $.trim($('#topSearchInput').val()); if(keyword=='' || keyword=='Please input a keyword'){ alert('Please input a keyword.'); return false; } }); function SaveSearchKeywordCookie(keyword){ keyword = $.trim(keyword); keyword.replace(',',''); if(keyword=='') return false; var logArr = GetSearchKeywordCookie(); var cookie_name = 'recent_search'; var delIndex = -1; for(var i in logArr){ if(logArr[i]==keyword){ var delIndex = i; } } if(delIndex != -1){ logArr.splice(delIndex,1); } if(logArr.length >= 6){ logArr.shift(); } logArr.push(keyword); var logStr = logArr.join(','); Cookie.set(cookie_name, logStr, 30, null, '/', null); return logArr.length; } function ShowTopSearchKeywordCookie(){ var recentSearchArr = GetSearchKeywordCookie(); if(recentSearchArr.length>0){ var html = ''; for(var i=recentSearchArr.length-1;i>=0;i--){ html += '<li><a href="javascript:void(0);">'+recentSearchArr[i]+'</a></li>'; } if(html!=''){ $("#search_bar_main_list").html(''); $("#search_bar_main_list").append(html); $("#search_bar_main_list").show(); $("#search_bar_main_list > li > a").click(function(){ var word = $(this).html(); $("#topSearchInput").val(word); $("#search_bar_main_list").hide(); submitTopSearch(); }); } } } function GetSearchKeywordCookie(){ var cookie_name = 'recent_search'; var logStr = Cookie.get(cookie_name); var logArr = []; if(logStr && logStr!=''){ logArr = logStr.split(','); } return logArr; } }); $(function(){ $.ajax({ type: 'GET', url: '/check_login.php?'+Math.random(), dataType: 'json', data: {}, success:function(user){ if(user.errno==0) { //已登录 $("#spLogin").hide(); $("#spLogout").show(); $("#spUserName").html(user.name); $("#barMyFav").show(); $("#barSupplyJoin").hide(); if(user.userFavNum && user.userFavNum > 0){ $("#spFavNum").html('('+user.userFavNum+')'); }else{ $("#spFavNum").html(''); } if(user.newsNum && user.newsNum > 0){ $("#is_new").show(); } } else { $("#spLogin").show(); $("#spLogout").hide(); $("#spUserName").html(''); $("#spFavNum").html(''); $("#barMyFav").hide(); $("#barSupplyJoin").show(); } }, complete: function(){ } }); }); </script> <!--BEGIN:header--> <div id="nav-top"> <div class="bodyBox"> <div class="header-nav"> <div class="header-nav-l">Welcome to OKorder.com!</div> <div class="header-nav-r"> <ul class="header-nav-TopMenu"> <span class="signOut" id="spLogout" style="display:none;"> <li><span class="pr5" id="spUserName"></span>,<a href="http://usercenter.okorder.com/ajax/okorderexit.php" id="btnLogout" rel="nofollow">Sign Out</a></li> </span> <span id="spLogin" style=""> <li><a href="http://usercenter.okorder.com/login/login.php?code=NDM5NnpUcVJvWTN1NGMvRUdPam84cFZvY053LzNVMWdyWW1Dem1LakNZOU9vQkFHd3RnQnlkTElUQXhqWWppUEZHRVBBMFVZdXFRN2RBSnVMUDlYaHJFWEY0S1NZcUVSMkU5Z1M0RXBxcVFwZDVkU0JXaEpzNU9QcDdJc1NWTjloTTlTT3JNbU5aaGJHMHhBdmllQkdKWWN2R2hKUkVPZUdDanVlNXBqQ3JwOHBJREZjMUo2QzhnSE9nNUhQVy9C" class="fb" rel="nofollow">Sign In</a></li> <li><a href="http://usercenter.okorder.com/cust/reg.php?code=ZWQyZHlBTi8rQTZ6dFVxR29pV09JWE5UdkdrSkkxQ09NK0lzK2ZSTVRZcTd5L1BsWlU0RTMrQS9lT203V29nOGVNMkFxVitFLzdQNUJBR3pVK3RUOWx2VnR2aG4yWkR2UElEcVd4blBHY0ZRalgzc01ra0ZzQW9YMkp1NUV0U0lXYWRHRE82QS9FTHcxMjIrZER1WTAwcGhZOHZUb2xvU0FhaFJoejVjTm9oaTJ1LzRuM3FKcVNGUk5NZnhCSGlm" class="fb" rel="nofollow">Join Now FREE!</a></li> </span> <li><a href="http://guide.okorder.com/">OKorder Guide</a></li> <li><a href="//www.okorder.com/app.html" rel="nofollow">APP</a></li> <li><a href="http://usercenter.okorder.com" rel="nofollow">My OKorder</a></li> <li id="barMyFav" class="none" style="display: none;"><a href="http://usercenter.okorder.com/fav/favp.php" rel="nofollow">My Favorites<em id="spFavNum"></em></a></li> <li><a href="//www.okorder.com/service/help.html" rel="nofollow">Help Center</a></li> <li class="top_nav_last none" id="barSupplyJoin"><a href="http://seller.okorder.com">供应商加盟</a></li> <li><a href="http://es.okorder.com/" target="_blank">Español</a></li> </ul> </div> </div> <div class="header-box fn-clear"> <div class="logo"><a href="http://www.okorder.com"><img src="//ask.okorder.com/i/logo.png" class="img-responsive" alt="OKorder Construction Materials & Equipment answers" title="Construction Materials & Equipment answers"></a></div> <div class="fn-ask"><span>ASK</span></div> <div class="header-GetTheMobileApp"> <a href="//www.okorder.com/app.html">Get the Mobile App</a> </div> <div class="header-search"> <form class="navbar-form fn-clear" role="search" name="topSearchForm" id="topSearchForm" method="GET" action="https://www.okorder.com/products/searchresult.html"> <input id="topSearchProdClassId" name="ok_prod_class_id" type="hidden" value="0" /> <dl class="fn-clear"> <dt> <div class="header-search-dtDiv"> <div class="header-search-select"> <div class="btn-group"> <button type="button" class="header-search-group"> <span id="topSearchProdClassName">All Categories</span> </button> </div> </div> <input type="text" class="header-search-input" placeholder="pvc window and door" id="topSearchInput" name="keyword" value="" onfocus="if(this.value=='pvc window and door'){this.value=''}" onblur="if(this.value==''){this.value='pvc window and door'}" > </div> </dt> <ul class="dropdown-menu header-dropdown-menu" id="topSearchProdClassList"> <li><a href="javascript:void(0);" rel="nofollow" classId="0" >All Categories</a></li> <li><a href="javascript:void(0);" classId="3" >Automotive & Motorcycle</a></li><li><a href="javascript:void(0);" classId="1057" >Chemical</a></li><li><a href="javascript:void(0);" classId="1378" >Construction & Real Estate</a></li><li><a href="javascript:void(0);" classId="3268" >Consumer Electronics</a></li><li><a href="javascript:void(0);" classId="4180" >Electrical Equipment & Supplies</a></li><li><a href="javascript:void(0);" classId="4630" >Electronic Components & Supplies</a></li><li><a href="javascript:void(0);" classId="4866" >Energy Products</a></li><li><a href="javascript:void(0);" classId="5948" >Hardware</a></li><li><a href="javascript:void(0);" classId="6079" >Healthcare</a></li><li><a href="javascript:void(0);" classId="6339" >Home & Garden</a></li><li><a href="javascript:void(0);" classId="7719" >Home Appliances</a></li><li><a href="javascript:void(0);" classId="8627" >Hydraulic & Pneumatic</a></li><li><a href="javascript:void(0);" classId="8752" >Lights & Lighting</a></li><li><a href="javascript:void(0);" classId="9656" >Machinery & Equipment</a></li><li><a href="javascript:void(0);" classId="12128" >Measurement & Analysis Instruments</a></li><li><a href="javascript:void(0);" classId="12570" >Mechanical Parts & Fabrication Services</a></li><li><a href="javascript:void(0);" classId="13385" >Minerals & Metallurgy</a></li><li><a href="javascript:void(0);" classId="14676" >Packaging & Printing</a></li><li><a href="javascript:void(0);" classId="14968" >Rubber & Plastics</a></li><li><a href="javascript:void(0);" classId="15120" >Security & Protection</a></li><li><a href="javascript:void(0);" classId="15589" >Service Equipment</a></li><li><a href="javascript:void(0);" classId="15791" >Sports & Entertainment</a></li><li><a href="javascript:void(0);" classId="16763" >Telecommunications</a></li><li><a href="javascript:void(0);" classId="16896" >Textiles & Leather Products</a></li><li><a href="javascript:void(0);" classId="17178" >Tools & Accessories</a></li><li><a href="javascript:void(0);" classId="17711" >Transportation</a></li><li><a href="javascript:void(0);" classId="18400" >Furniture & Décor</a></li> </ul> <dd><button type="submit" class="header-search-button" id="topSearchInput">Search</button></dd> </dl> <div class="fn-clear"> <p class="indexSearchText"><span>Popular Searches:</span> <a href="//www.okorder.com/doors-windows/pc1815.html">pvc window and door</a>, <a href="//www.okorder.com/ceiling-lights/pl8841.html">ceiling light</a>, <a href="//www.okorder.com/ceiling-tile/pc1710.html">ceiling panel</a>, <a href="//www.okorder.com/carpet-rug/pl16994.html">carpet rug mat</a>, <a href="//www.okorder.com/bedroom-furniture/pc18710.html">bedroom furniture set</a></p> <a href="//www.okorder.com/products/advsearch.html?keyword=&matchType=&ok_prod_class_id=" class="header-Advanced-Search">Advanced Search</a> </div> </form> </div> </div> </div> </div> <!--END:header--> <!--BEGIN:main_content--> <div class="ask-menu"> <div class="doc1200 fn-clear"> <ul> <li><a href="//ask.okorder.com/">Home</a></li> <li><a href="//ask.okorder.com/categories.html">Categories</a></li> <li><a href="//ask.okorder.com/new-questions.html">New Question</a></li> <li><a href="//ask.okorder.com/new-answers.html">New Answer</a></li> </ul> </div> </div> <div class="doc1200 paddingT20 fn-clear"> <div class="ask-main"> <div class="ask-crumb" style="border-bottom:none;"><a href="//ask.okorder.com/">Home</a> > <a href="//ask.okorder.com/categories.html">categories</a> > <a href="//ask.okorder.com/construction-real-estate/qc1378.html">Construction & Real Estate</a> > <a href="//ask.okorder.com/scaffolding-accessories/ql2486.html">Scaffolding Accessories</a> > industrial/scaffold piercing question?</div> <div class="ask-border"> <div class="ask-main-title"><span>Question:</span><h1 class="ask-main-title-h1">industrial/scaffold piercing question?</h1></div> <div class="ask-main-info"> <div class="ask-main-text">Im in college football, I would be puting on and taking off my helmet, I usually keep it on though during practice...but would it be wise for me to get an industrial piercing a couple months before 2 a days and the football season...would the sweat maybe infect my ear, but I am a very clean guy? thanks, if you have an answer it will help my decision.....</div> </div> <div class="ask-main-title"><h2 class="ask-main-title-h2">Answer:</h2></div> <div class="ask-main-info"> <div class="ask-main-text">id leave it. theyre hard to heal nyway,and the added pressure of the helmet and the sweat and the possibility of getting hit in the head and knocking the piercing....well, i wouldnt risk it</div> <div class="ask-main-name"><span class="blue"></span></div> </div><div class="ask-main-info"> <div class="ask-main-text">dont do it or wait until ur done playing football if u hit it a little bit its going to hurt an the helmet is only going to make it worse so save ur money babe</div> <div class="ask-main-name"><span class="blue"></span></div> </div><div class="ask-main-info"> <div class="ask-main-text">trust me, bro. bad idea. industrials are very tempermental at best. your helmet will cause every problem possible. any descent piercer would tell you the same. don't do it. they take up to a year to heal soif you really want one, quit football or wait til you're out of school.</div> <div class="ask-main-name"><span class="blue"></span></div> </div> </div> <div class="ask-border"> <h2 class="Other-related-question">Other related question</h2> <div class="ask-main-list"> <ul> <li><a href="//ask.okorder.com/questions/what-s-the-film-where-gene-kelly-dances-on-scaffolding_109606.html">What's the film where gene Kelly dances on scaffolding?</a></li><li><a href="//ask.okorder.com/questions/how-did-they-turn-the-cells-into-a-polymer-for-the-heart-scaffold_110035.html">how did they turn the cells into a polymer for the heart scaffold ?</a></li><li><a href="//ask.okorder.com/questions/the-relevant-provisions-of-the-demolition-of-the-external-wall-scaffold_114044.html">The relevant provisions of the demolition of the external wall scaffold:</a></li><li><a href="//ask.okorder.com/questions/scaffold-removal-should-comply-with-those-requirements_121779.html">Scaffold removal should comply with those requirements......</a></li><li><a href="//ask.okorder.com/questions/topic-scaffolding-construction-program-how-to-dospecial-construction-scheme_123759.html">Topic?Scaffolding construction program how to doSpecial construction scheme</a></li> </ul> </div> </div> <div class="ask-border"> <div><textarea class="ask-main-textarea"></textarea></div> <div class="fn-clear"> <div class="pro_info_share_main"> <p class="pro_info_share"> <em class="fn-left">Share to:</em> <a class="addthis_button_facebook at300b" title="Facebook" href="#"><span class="at-icon-wrapper" style="line-height: 16px; height: 16px; width: 16px; background-color: rgb(59, 89, 152);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" title="Facebook" alt="Facebook" style="width: 16px; height: 16px;" class="at-icon at-icon-facebook"><g><path d="M21 6.144C20.656 6.096 19.472 6 18.097 6c-2.877 0-4.85 1.66-4.85 4.7v2.62H10v3.557h3.247V26h3.895v-9.123h3.234l.497-3.557h-3.73v-2.272c0-1.022.292-1.73 1.858-1.73h2V6.143z" fill-rule="evenodd"></path></g></svg></span></a> <a class="addthis_button_twitter at300b" title="Tweet" href="#"><span class="at-icon-wrapper" style="line-height: 16px; height: 16px; width: 16px; background-color: rgb(29, 161, 242);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" title="Twitter" alt="Twitter" style="width: 16px; height: 16px;" class="at-icon at-icon-twitter"><g><path d="M26.67 9.38c-.78.35-1.63.58-2.51.69.9-.54 1.6-1.4 1.92-2.42-.85.5-1.78.87-2.78 1.06a4.38 4.38 0 0 0-7.57 3c0 .34.04.68.11 1-3.64-.18-6.86-1.93-9.02-4.57-.38.65-.59 1.4-.59 2.2 0 1.52.77 2.86 1.95 3.64-.72-.02-1.39-.22-1.98-.55v.06c0 2.12 1.51 3.89 3.51 4.29a4.37 4.37 0 0 1-1.97.07c.56 1.74 2.17 3 4.09 3.04a8.82 8.82 0 0 1-5.44 1.87c-.35 0-.7-.02-1.04-.06a12.43 12.43 0 0 0 6.71 1.97c8.05 0 12.45-6.67 12.45-12.45 0-.19-.01-.38-.01-.57.84-.62 1.58-1.39 2.17-2.27z"></path></g></svg></span></a> <a class="addthis_button_pinterest_share at300b" target="_blank" title="Pinterest" href="#"><span class="at-icon-wrapper" style="line-height: 16px; height: 16px; width: 16px; background-color: rgb(203, 32, 39);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" title="Pinterest" alt="Pinterest" style="width: 16px; height: 16px;" class="at-icon at-icon-pinterest"><g><path d="M15.06 24.81c2.22 1.69 6.29.67 8.04-.84 2.53-2.17 3.7-6.57 3.33-10.06-.42-3.9-4.04-7.34-8.32-7.82-6.58-.74-12.57 3.32-12.61 9.77-.02 3.04.95 4.95 3.6 6.01 1.81-1.81-.34-2.99-.56-5.03-.56-5.42 5.84-10.64 11.51-7.26 3.96 2.35 3.28 12.44-1.52 13.41-.96.19-2.16-.11-2.63-.56-2.28-2.16 1.89-5.95.55-9.08-1.16-2.72-4.49-.54-4.85 1.81-.19 1.28.41 2.51.42 3.63.01 2.66-1.65 6.29-2.08 8.94-.16 1.03-.31 3.15-.07 4.23l-.04.04h1.74c1.22-2.08 2.05-5.21 2.67-7.89.38-.29.52.46.82.7z"></path></g></svg></span></a> <a class="addthis_button_google_plusone_share at300b" target="_blank" title="Google+" href="#"><span class="at-icon-wrapper" style="line-height: 16px; height: 16px; width: 16px; background-color: rgb(220, 78, 65);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" title="Google+" alt="Google+" style="width: 16px; height: 16px;" class="at-icon at-icon-google_plusone_share"><g><path d="M12 15v2.4h3.97c-.16 1.03-1.2 3.02-3.97 3.02-2.39 0-4.34-1.98-4.34-4.42s1.95-4.42 4.34-4.42c1.36 0 2.27.58 2.79 1.08l1.9-1.83C15.47 9.69 13.89 9 12 9c-3.87 0-7 3.13-7 7s3.13 7 7 7c4.04 0 6.72-2.84 6.72-6.84 0-.46-.05-.81-.11-1.16H12zm15 0h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2z" fill-rule="evenodd"></path></g></svg></span></a> <a class="addthis_button_linkedin at300b" target="_blank" title="LinkedIn" href="#"><span class="at-icon-wrapper" style="line-height: 16px; height: 16px; width: 16px; background-color: rgb(0, 119, 181);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px;" class="at-icon at-icon-linkedin"><g><path d="M25 24.967h-3.77v-5.902c0-1.407-.025-3.217-1.96-3.217-1.963 0-2.263 1.534-2.263 3.117v6.002H13.24V12.832h3.615v1.66h.053c.502-.955 1.733-1.96 3.567-1.96 3.82 0 4.525 2.512 4.525 5.78v6.655zM8.988 11.174a2.186 2.186 0 0 1 0-4.374 2.187 2.187 0 0 1 0 4.374zm-1.89 1.658h3.777v12.135H7.1V12.832z" fill-rule="evenodd"></path></g></svg></span></a> </p> </div> <div class="fn-right paddingT10"> <input type="button" class="ask-main-submit" value="Submit"> </div> </div> </div> </div> <div class="ask-right"> <div class="Hot-Question"> <div class="ask-topTitle"> <h2 class="ask-topTitle-h3">Hot Question</h2> </div> <ul> <li><a href="//ask.okorder.com/questions/central-heating-unit-will-not-stay-on_734298.html">Central Heating Unit Will Not Stay On?</a></li><li><a href="//ask.okorder.com/questions/i-have-a-leaking-car-radiator_734295.html">I have a leaking car radiator?</a></li><li><a href="//ask.okorder.com/questions/crumbs-in-the-vent-can-that-cause-the-heat-cooling-system-to-break_734290.html">Crumbs in the vent...can that cause the heat/cooling system to break?</a></li><li><a href="//ask.okorder.com/questions/how-to-slow-the-blower-motor-on-my-furnace_734286.html">How to slow the blower motor on my furnace?</a></li><li><a href="//ask.okorder.com/questions/i-have-a-extra-water-well-on-my-property-and-want-to-use-it-for-geo-thermal-heating-can-you_734280.html">I have a extra water well on my property and want to use it for geo thermal heating, can you help me?</a></li><li><a href="//ask.okorder.com/questions/does-anyone-know-the-types-of-fouling-resistance-and-the-ways-to-correct-it_734278.html">does anyone know the types of fouling resistance and the ways to correct it?</a></li><li><a href="//ask.okorder.com/questions/does-anyone-know-how-a-modern-jetliner-heats-the-cabin-is-it-electric-heat-or-some-kind-of-other-system_734275.html">Does anyone know how a modern jetliner heats the cabin? Is it electric heat or some kind of other system?</a></li><li><a href="//ask.okorder.com/questions/quatro-trueblue-90-heat-exchanger_734266.html">Quatro TrueBlue 90 Heat Exchanger?</a></li><li><a href="//ask.okorder.com/questions/how-air-conditioner-makes-2-5-kw-heating-energy-while-it-only-consumes-0-7-kw-power_734258.html">How air conditioner makes 2.5 kw heating energy while it only consumes 0.7 kw power?</a></li><li><a href="//ask.okorder.com/questions/what-mass-of-lp-gas-is-necessary-to-heat-1-3-l-of-water-with-the-following-information_734253.html">What mass of LP gas is necessary to heat 1.3 L of water with the following information?</a></li> </ul> </div> <div class="Hot-Question"> <div class="ask-topTitle"> <h2 class="ask-topTitle-h3">Hot Product</h2> </div> <dl> <dt><div class="ask-right-pic"><a href="//www.okorder.com/p/vacuum-bagging-film-vacuum-infusion-process_1219600.html"><img src="//file2.okorder.com/prodalbum/2023/05/24/b4f415cbef8a8923f773399b1119d174/f014a760b2f5dc2746b6def81a205fdb_300.jpg" alt="Vacuum Bagging Film-vacuum infusion process" title="Okorder Vacuum Bagging Film-vacuum infusion process"/></a></div></dt> <dd> <a href="//www.okorder.com/p/vacuum-bagging-film-vacuum-infusion-process_1219600.html" class="ask-right-alink">Vacuum Bagging Film-vacuum infusion process</a> <a href="javascript:void(0);" name="btnProdInquire3" site_id="" web_prod_id="MjNlYVUrSExpVGlnaURFYW8vemd5b0VVQmJlcW5WbkhoUnEwNnNxNW56SEVqZUMv" web_prod_id_orig="1219600" prod_class_id="OTU3NFJ1c0QyK1IwWWJoWU1rT3dIMmpvUUtOK25ZN05ZdnNnWmVR" class="ask-right-Inquire-Now">Inquire Now</a> </dd> </dl><dl> <dt><div class="ask-right-pic"><a href="//www.okorder.com/p/glass-wool-blanket-12kg-m3-with-aluminum-foil-facing_473503.html"><img src="//file2.okorder.com/prodalbum/2014/10/27/fe200486a6918cd97bae1f30dfaac0b9_300.jpg" alt="Glass Wool Blanket 12kg/m3 With Aluminum Foil Facing" title="Okorder Glass Wool Blanket 12kg/m3 With Aluminum Foil Facing"/></a></div></dt> <dd> <a href="//www.okorder.com/p/glass-wool-blanket-12kg-m3-with-aluminum-foil-facing_473503.html" class="ask-right-alink">Glass Wool Blanket 12kg/m3 With Aluminum Foil Facing</a> <a href="javascript:void(0);" name="btnProdInquire3" site_id="" web_prod_id="YTc0NURGNmR3TGtUK1lBcW5LSmg1ai9FZGU0ZUpvUEY3RHhGUlRBQm1sVVlGczg=" web_prod_id_orig="473503" prod_class_id="NzE2M2xPaVFOQlk5ZjZSL3g2MVkrSHFOZkF3alM4WlhWQUVwWFRz" class="ask-right-Inquire-Now">Inquire Now</a> </dd> </dl><dl> <dt><div class="ask-right-pic"><a href="//www.okorder.com/p/polypropylene-non-woven-geotextile-or-non-woven-fabric_1075812.html"><img src="//file2.okorder.com/prodalbum/2020/10/10/27f5b5405823020a670e5985fd65cdd1/93fcd8f45e47cac5b5327688ccba6ea2_300.jpg" alt="Polypropylene Non-woven Geotextile or Non Woven Fabric" title="Okorder Polypropylene Non-woven Geotextile or Non Woven Fabric"/></a></div></dt> <dd> <a href="//www.okorder.com/p/polypropylene-non-woven-geotextile-or-non-woven-fabric_1075812.html" class="ask-right-alink">Polypropylene Non-woven Geotextile or Non Woven Fabric</a> <a href="javascript:void(0);" name="btnProdInquire3" site_id="" web_prod_id="MjE0OGJLbUlBUEFrVml1eHRDdEVDM3JaY2c0VmFac2hiYzVtRkRiTy9lQStla2I4" web_prod_id_orig="1075812" prod_class_id="Mzg1NWJtMUZ5SmpuZ3lFK1JDSytzaENhMlhVTlpJdTBPSUFIMDRj" class="ask-right-Inquire-Now">Inquire Now</a> </dd> </dl><dl> <dt><div class="ask-right-pic"><a href="//www.okorder.com/p/hot-rolled-steel-coils-with-standard-astm_851069.html"><img src="//file2.okorder.com/prodalbum/2023/06/07/c494732b24239e56ac489eb90403c281/19366a430670d0a0c911bd054711514e_300.jpg" alt="Hot Rolled Steel Coils with Standard ASTM" title="Okorder Hot Rolled Steel Coils with Standard ASTM"/></a></div></dt> <dd> <a href="//www.okorder.com/p/hot-rolled-steel-coils-with-standard-astm_851069.html" class="ask-right-alink">Hot Rolled Steel Coils with Standard ASTM</a> <a href="javascript:void(0);" name="btnProdInquire3" site_id="" web_prod_id="YWI2YkhRWW9IYm1uZDgyVUI0eWNYRDhZdml4blFRZXF0ZHZva0huejNiV1U5QUk=" web_prod_id_orig="851069" prod_class_id="ZGUxMGRRRTlRTS9jcElCN3R3MDhuQ0x6Mm5FLy9qejhGKytWTzhF" class="ask-right-Inquire-Now">Inquire Now</a> </dd> </dl> </div> <div class="Hot-Question"> <div class="ask-topTitle"> <h2 class="ask-topTitle-h3">Hot Tag</h2> </div> <div style="margin-left: 10px;"> <span><a href="//www.okorder.com/pro/scaffolding-roof_987908.html">Scaffolding Roof</a></span><span><a href="//www.okorder.com/pro/aluminum-scaffold-plank_968081.html">Aluminum Scaffold Plank</a></span><span><a href="//www.okorder.com/pro/galvanized-steel-rust_3024762.html">Galvanized Steel Rust</a></span><span><a href="//www.okorder.com/pro/stainless-steel-sleeve_3023796.html">Stainless Steel Sleeve</a></span><span><a href="//www.okorder.com/pro/aluminum-base-plate_3023025.html">Aluminum Base Plate</a></span><span><a href="//www.okorder.com/pro/painting-aluminum-plate_3021688.html">Painting Aluminum Plate</a></span><span><a href="//www.okorder.com/pro/glock-aluminum-base-plate_3021237.html">Glock Aluminum Base Plate</a></span><span><a href="//www.okorder.com/pro/aluminum-post-with-base-plate_3020336.html">Aluminum Post With Base Plate</a></span><span><a href="//www.okorder.com/pro/aluminum-post-base-plate_3020335.html">Aluminum Post Base Plate</a></span><span><a href="//www.okorder.com/pro/aluminum-magazine-base-plate_3020288.html">Aluminum Magazine Base Plate</a></span><span><a href="//www.okorder.com/pro/aluminum-glock-base-plate_3020255.html">Aluminum Glock Base Plate</a></span><span><a href="//www.okorder.com/pro/pendant-light-base-plate_3016590.html">Pendant Light Base Plate</a></span><span><a href="//www.okorder.com/pro/hot-water-bottle-stopper-washer_2268689.html">Hot Water Bottle Stopper Washer</a></span><span><a href="//www.okorder.com/pro/peri-formwork-scaffolding-engineering_2262857.html">Peri Formwork Scaffolding Engineering</a></span><span><a href="//www.okorder.com/pro/cuplock-ledger_2262292.html">Cuplock Ledger</a></span><span><a href="//www.okorder.com/pro/pipe-and-clamp-scaffolding_2262004.html">Pipe And Clamp Scaffolding</a></span><span><a href="//www.okorder.com/pro/indoor-scaffold-tower_2261667.html">Indoor Scaffold Tower</a></span><span><a href="//www.okorder.com/pro/hss-scaffold-tower_2258723.html">Hss Scaffold Tower</a></span><span><a href="//www.okorder.com/pro/scaffold-bridge_2255772.html">Scaffold Bridge</a></span><span><a href="//www.okorder.com/pro/9m-scaffold-tower_2254640.html">9M Scaffold Tower</a></span> </div> </div> </div> </div> <!--END:main_content--> <!--BEGIN:footer_search--> <!--END:footer_search--> <div class="footer"> <div class="doc1200 fn-clear"> <div class="footer-left"> <div class="footer_intro fn-clear"> <dl> <dt>About Us</dt> <dd><a href="//www.okorder.com/about/corporate-information.html" rel="nofollow">About OKorder</a></dd> <dd><a href="//www.okorder.com/about/corporate-culture.html" rel="nofollow">Corporate Culture</a></dd> <dd><a href="//www.okorder.com/service/sales.html" rel="nofollow">Sales Network</a></dd> <dd><a href="//www.okorder.com/about/certificate.html" rel="nofollow">Certificate</a></dd> <dd><a href="//www.okorder.com/about/contact-us.html" rel="nofollow">Contact Us</a></dd> </dl> <dl> <dt>Terms &amp; Conditions</dt> <dd><a href="//www.okorder.com/term/membership-agreement.html" rel="nofollow">Membership Agreement</a></dd> <dd><a href="//www.okorder.com/term/privacy-policy.html" rel="nofollow">Privacy Policy</a></dd> <dd><a href="//www.okorder.com/term/terms-of-use.html" rel="nofollow">Terms of Use</a></dd> <dd><a href="//www.okorder.com/term/intellectual-property-infringement-policy.html" rel="nofollow">Intellectual Property Policy</a></dd> <dt style="padding-top:5px;">OKorder Products</dt> <dd><a href="//www.okorder.com/new_products/latest.html">New products</a></dd> </dl> <dl> <dt>Help Center</dt> <dd><a href="//www.okorder.com/service/help.html" rel="nofollow">User Guide</a></dd> <dt>OKorder.com Site</dt> <dd><a href="http://es.okorder.com/" target="_blank">Español</a></dd> </dl> </div> <div class="footer_join fn-clear"> <dl> <dt><a href="http://www.linkedin.com/company/okorder-com" target="_blank" class="join_a" rel="nofollow"></a></dt> <dd><a href="http://www.linkedin.com/company/okorder-com" target="_blank" rel="nofollow">LinkedIn</a></dd> </dl> <dl> <dt><a href="https://www.facebook.com/pages/okordercom/490960344322380" target="_blank" class="join_b" rel="nofollow"></a></dt> <dd><a href="https://www.facebook.com/pages/okordercom/490960344322380" target="_blank" rel="nofollow">Facebook</a></dd> </dl> <dl> <dt><a href="https://twitter.com/okorder" target="_blank" class="join_c" rel="nofollow"></a></dt> <dd><a href="https://twitter.com/okorder" target="_blank" rel="nofollow">Twitter</a></dd> </dl> <dl> <dt><a href="http://pinterest.com/okorder/boards/" target="_blank" class="join_d" rel="nofollow"></a></dt> <dd><a href="http://pinterest.com/okorder/boards/" target="_blank" rel="nofollow">Pinterest</a></dd> </dl> <dl> <dt><a href="https://plus.google.com/114857243106928300626" target="_blank" class="join_e" rel="nofollow"></a></dt> <dd><a href="https://plus.google.com/114857243106928300626" target="_blank" rel="nofollow">Google+</a></dd> </dl> <dl> <dt><a href="http://www.youtube.com/channel/UCt3AFKlmNnJ5kDnLySxskiQ" target="_blank" class="join_f" rel="nofollow"></a></dt> <dd><a href="http://www.youtube.com/channel/UCt3AFKlmNnJ5kDnLySxskiQ" target="_blank" rel="nofollow">YouTube</a></dd> </dl> </div> </div> <div class="footer-right"> <p class="footer_subscribe_info">Subscribe to Okorder for latest offerings &amp; news</p> <div class="footer_subscribe_email"> <input type="text" size="30" id="footer_subscribe_email" value="Your Email Address" class="footer_text" onfocus="if(this.value=='Your Email Address'){this.value=''}" onblur="if(this.value==''){this.value='Your Email Address'}"> <a class="btn_inquiry btn_subscribe" onclick="javascript:footer_subscribe();" rel="nofollow" title="Subscribe" href="javascript:void(0);"><em class="glyphicon glyphicon-envelope"></em>&nbsp;&nbsp;Subscribe</a> </div> <div class="foot-Financial"></div> <div class="footer_appLink"> <span class="footer_appTitle">Download our App:</span> <a href="https://itunes.apple.com/cn/app/okorder/id1014857636?l=en&amp;mt=8" class="APPStore" target="_blank">AppStore</a> <a href="https://play.google.com/store/apps/details?id=com.okorder.fragment" class="GooglePlay" target="_blank">GooglePlay</a> </div> </div> </div> <div class="bodyBox footer_copy">Copyright Notice © 2010-2023 www.OKorder.com All rights reserved.</div> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75182857-1', 'auto'); ga('send', 'pageview'); </script> <!-- Start of SkyGlue Code --> <script type="text/javascript"> var _sgq = _sgq || []; _sgq.push(['setSgAccount', 'ekrhsbwe']); setTimeout(function() { var sg = document.createElement('script'); sg.type = 'text/javascript'; sg.async = true; sg.src = ("https:" == document.location.protocol ? "https://dc" : "http://cdn0") + ".skyglue.com/sgtracker.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sg, s); }, 1); </script> <!-- End of SkyGlue Code --> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Im in college football, I would be puting on and taking off my helmet, I usually keep it on though during practice...but would it be wise for me to get an industrial piercing a couple months before 2 a days and the football season...would the sweat maybe infect my ear, but I am a very clean guy? thanks, if you have an answer it will help my decision.....\nid leave it. theyre hard to heal nyway,and the added pressure of the helmet and the sweat and the possibility of getting hit in the head and knocking the piercing....well, i wouldnt risk it\ndont do it or wait until ur done playing football if u hit it a little bit its going to hurt an the helmet is only going to make it worse so save ur money babe\ntrust me, bro. bad idea. industrials are very tempermental at best. your helmet will cause every problem possible. any descent piercer would tell you the same. don't do it. they take up to a year to heal soif you really want one, quit football or wait til you're out of school.", "id": "<urn:uuid:5165d07b-a236-4c16-be4a-04ca072c6767>", "dump": "CC-MAIN-2024-10", "url": "https://ask.okorder.com/questions/industrial-scaffold-piercing-question_108674.html", "date": "2024-02-25T09:43:54", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9676074385643005, "token_count": 230 } }
<urn:uuid:8570a5a5-c8f9-43a6-a420-39bc32d67d84>
<!DOCTYPE html> <!--[if IE 8]><html class="ie ie8" lang="en-US"> <![endif]--> <!--[if IE 9]><html class="ie ie9" lang="en-US"> <![endif]--> <!--[if gt IE 9]><!--><html lang="en-US"> <!--<![endif]--><head><script data-no-optimize="1">var litespeed_docref=sessionStorage.getItem("litespeed_docref");litespeed_docref&&(Object.defineProperty(document,"referrer",{get:function(){return litespeed_docref}}),sessionStorage.removeItem("litespeed_docref"));</script> <meta charset="UTF-8"><style id="litespeed-ccss">ul{box-sizing:border-box}.entry-content{counter-reset:footnotes}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--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--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 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%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.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,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(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)}[class*=" bsfi-"]{display:inline-block;font:normal normal normal 14px/1 "bs-icons";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bsfi-facebook:before{content:"\b000"}.bsfi-twitter:before{content:"\b001"}.bsfi-rss:before{content:"\b004"}.bsfi-pinterest:before{content:"\b00b"}.bsfi-instagram:before{content:"\b018"}.bsfi-linkedin:before{content:"\b012"}.bsc-clearfix:after,.bsc-clearfix:before{content:"";display:table}.bsc-clearfix:after{clear:both}.bsc-clearfix{zoom:1}.better-social-counter .social-list{margin:0;padding:0;list-style:none}.better-social-counter a{text-decoration:none}.better-social-counter .social-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.better-social-counter .social-item a,.better-social-counter .social-item a:visited{text-decoration:none}.better-social-counter [class*=" bsfi-"]:before{line-height:inherit}.better-social-counter.colored .social-item.facebook .item-icon{background-color:#4a639f}.better-social-counter.colored .social-item.twitter .item-icon{background-color:#59c8ff}.better-social-counter.colored .social-item.instagram .item-icon{background-color:#517fa4}.better-social-counter.colored .social-item.pinterest .item-icon{background-color:#cb2027}.better-social-counter.colored .social-item.rss .item-icon{background-color:#f97410}.better-social-counter.style-button .item-title{display:none}.better-social-counter.style-button .social-item{float:left;margin:0 4px 4px 0;padding:0}.better-social-counter.style-button .item-icon{width:32px;height:32px;line-height:32px;vertical-align:middle;text-align:center;color:#fff;font-size:15px;background-color:#a3a3a3;display:inline-block;border-radius:3px}.better-social-counter.style-style-10 .social-item{text-align:left;margin-bottom:6px;padding:4px 10px;border:1px solid #dedede;display:block}.better-social-counter.style-style-10 .item-icon{width:16px;height:24px;display:inline-block;line-height:24px;text-align:left;vertical-align:middle;background-color:transparent!important;color:#2b2b2b;font-size:12px;margin:0}.better-social-counter.style-style-10 .item-count{display:inline-block;color:#3c3c3c;font-weight:bolder;font-size:14px;line-height:24px;margin-left:5px;vertical-align:top}.better-social-counter.style-style-10 .item-count:before,.better-social-counter.style-style-10 .item-join:before{content:'';display:inline-block;width:1px;height:16px;background:#d6d6d6;position:relative;top:3px;margin-right:10px}.better-social-counter.style-style-10 .item-join:before{background:#e8e8e8}.better-social-counter.style-style-10 .item-title{display:inline-block;color:#3c3c3c;font-size:12px;line-height:24px;vertical-align:top;margin-left:6px;font-weight:bolder}.better-social-counter.style-style-10 .item-join{color:#3c3c3c;font-size:12px;float:right;display:inline-block;line-height:24px;vertical-align:top;font-weight:bolder}.better-social-counter.style-style-10.colored .social-item.facebook .item-icon{color:#4a639f}.better-social-counter.style-style-10.colored .social-item.twitter .item-icon{color:#59c8ff}.better-social-counter.style-style-10.colored .social-item.pinterest .item-icon{color:#cb2027}.better-social-counter.style-style-10.colored .social-item.rss .item-icon{color:#f97410}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px;position:relative;width:auto}#ez-toc-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container p.ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn{display:inline-block;font-weight:400}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;background-image:none;border:1px solid transparent;border-radius:4px}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container input{position:absolute;left:-999em}#ez-toc-container label{position:relative;display:initial}#ez-toc-container .ez-toc-toggle label{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;left:10px;width:35px}div#ez-toc-container p.ez-toc-title{display:contents}div#ez-toc-container{padding-right:20px}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center;color:#444;background:inherit;border:inherit}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}div#ez-toc-container p.ez-toc-title{font-size:120%}div#ez-toc-container p.ez-toc-title{font-weight:500}div#ez-toc-container ul li{font-size:95%}.ez-toc-container-direction{direction:ltr}.ez-toc-counter ul{counter-reset:item}.ez-toc-counter nav ul li a:before{content:counters(item,".",decimal) ". ";display:inline-block;counter-increment:item;flex-grow:0;flex-shrink:0;margin-right:.2em;float:left}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,header,main,nav,section{display:block}a{background-color:transparent}b{font-weight:700}h1{font-size:2em;margin:.67em 0}img{border:0}svg:not(:root){overflow:hidden}input{color:inherit;font:inherit;margin:0}input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox]{box-sizing:border-box;padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#444;text-decoration:none}img{vertical-align:middle}.h1,h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{margin-top:20px;margin-bottom:10px}.h1,h1{font-size:36px}p{margin:0 0 10px}ul{margin-top:0;margin-bottom:10px}ul ul{margin-bottom:0}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-sm-4,.col-sm-8{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.col-sm-4,.col-sm-8{float:left}.col-sm-8{width:66.66666667%}.col-sm-4{width:33.33333333%}}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=checkbox]{margin:4px 0 0;line-height:normal}.tab-content>.tab-pane{display:none;visibility:hidden}.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container:after,.row:after{clear:both}@-ms-viewport{width:device-width}@media (max-width:767px){.hidden-xs{display:none!important}}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-arrow-up:before{content:"\f062"}.fa-eye:before{content:"\f06e"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-pinterest:before{content:"\f0d2"}.fa-linkedin:before{content:"\f0e1"}.fa-mobile-phone:before{content:"\f10b"}.fa-gamepad:before{content:"\f11b"}.fa-female:before{content:"\f182"}.fa-google:before{content:"\f1a0"}.fa-qq:before{content:"\f1d6"}.fa-share-alt:before{content:"\f1e0"}.fa-soccer-ball-o:before{content:"\f1e3"}.fa-heartbeat:before{content:"\f21e"}.fa-handshake-o:before{content:"\f2b5"}:root{--publisher-system-font:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;--publisher-primary-color:#0080ce;--publisher-menu-height:calc(1px - 1px);--wp-adminbar-height:calc(1px - 1px)}body{font:14px/1.7 Lato,sans-serif;color:#5f6569;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;font-size-adjust:auto}.site-header .site-branding .logo,h1{color:#2d2d2d}h1{line-height:1.3}h1{font-size:34px}.container,.content-wrap{max-width:var(--publisher-site-width);width:100%}@media only screen and (max-width:668px){.layout-2-col{margin-top:20px!important}}body.page-layout-2-col{--publisher-site-width:var(--publisher-site-width-2-col);--publisher-site-width-content:var(--publisher-site-width-2-col-content-col);--publisher-site-width-primary:var(--publisher-site-width-2-col-primary-col);--publisher-site-width-secondary:0}@media (min-width:768px){.layout-2-col .content-column{width:var(--publisher-site-width-content)}.layout-2-col .sidebar-column{width:var(--publisher-site-width-primary)}}a{text-decoration:none}input[type=text]{height:36px;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}ul.menu{padding:0;margin:0;list-style:none}ul.menu a{text-decoration:none}ul.menu ul{list-style:none;padding:0;margin:0}ul.menu>li{float:left}ul.menu li>a{position:relative}ul.menu>li .sub-menu{background-color:#eee;position:absolute;top:102%;top:calc(100% + 1px);z-index:100;width:200px}ul.menu li.menu-have-icon>a>.bf-icon{margin-right:6px;display:inline-block}ul.menu li.menu-item-has-children>a:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:26px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f107';margin-left:6px;font-size:13px}ul.menu li.menu-have-icon .bf-icon{margin-right:10px}ul.menu .sub-menu>li>a{display:block;border-bottom:1px solid rgba(0,0,0,.04)}ul.menu .sub-menu>li:last-child a{border-bottom:none!important}ul.menu .sub-menu{z-index:-1;display:none;visibility:hidden}.site-header .content-wrap{overflow:visible!important}.site-header>.header-inner>.content-wrap>.container{position:relative}.site-header .site-branding{margin:0}.site-header .site-branding .logo{margin:0;line-height:0;font-size:50px}.site-header .site-branding .logo img{max-width:100%}.site-header .site-branding .logo .site-title{display:none}.site-header .menu-action-buttons{position:absolute;top:0;bottom:0;right:0;width:35px;z-index:99}.site-header .menu-action-buttons.width-1{width:40px}.site-header .menu-action-buttons>div{min-width:37px;display:inline-block;float:right;height:100%;text-align:right;position:relative}.site-header .off-canvas-menu-icon-container{z-index:2}.site-header .menu-action-buttons>.off-canvas-menu-icon-container{margin-right:6px}.off-canvas-menu-icon-container{line-height:42px}.off-canvas-menu-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;line-height:20px;text-align:center}.off-canvas-menu-icon .off-canvas-menu-icon-el{margin:9px 0 0;width:16px;height:2px;display:inline-block;vertical-align:top;position:relative;background:#313131}.off-canvas-menu-icon .off-canvas-menu-icon-el:after,.off-canvas-menu-icon .off-canvas-menu-icon-el:before{content:'';display:inline-block;background:#313131;width:20px;height:2px;position:absolute;top:-6px}.off-canvas-menu-icon .off-canvas-menu-icon-el:after{top:6px}.off-canvas-menu-icon-container.off-icon-left .off-canvas-menu-icon-el{text-align:left}.off-canvas-container .canvas-close{position:absolute;width:18px;height:18px;top:23px;right:18px;z-index:1}.off-canvas-inner .canvas-close i,.off-canvas-inner .canvas-close:after,.off-canvas-inner .canvas-close:before{position:absolute;width:18px;height:2px;content:'';display:inline-block;background:#a8a8a8;left:0;top:7px;margin-top:0;border-radius:14px}.off-canvas-inner .canvas-close:before{transform:rotate(45deg)}.off-canvas-inner .canvas-close:after{transform:rotate(-45deg)}.off-canvas-inner .canvas-close i{width:0;left:inherit;right:50%;margin-right:0}.main-menu>li{margin-right:10px}.main-menu>li>a{line-height:48px;display:inline-block;padding:0 12px}.main-menu .sub-menu>li>a{padding:0 16px 0 10px;line-height:40px}.main-menu.menu>li .sub-menu{width:210px;background-color:#fff;-webkit-box-shadow:0 7px 7px rgba(0,0,0,.15);-moz-box-shadow:0 7px 7px rgba(0,0,0,.15);box-shadow:0 7px 7px rgba(0,0,0,.15)}.main-menu.menu .sub-menu li>a{line-height:1.7;padding:8px 16px}.main-menu.menu .sub-menu>li{position:relative}.main-menu.menu .sub-menu>li,.main-menu.menu .sub-menu>li>a{color:#434343}.main-menu.menu .sub-menu>li>a{border-bottom:1px solid rgba(0,0,0,.04)}.main-menu.menu>li>a:before{content:'';display:block;width:20%;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);visibility:hidden}.top-menu>li{line-height:25px;margin-right:15px}.top-menu.menu li{position:relative}.main-menu-wrapper{position:relative;margin-left:auto;margin-right:auto}.main-menu-wrapper .main-menu-container{position:relative}.site-header.full-width .main-menu-wrapper{border-top:1px solid #dedede;border-bottom:3px solid #dedede;background:#fff}ul.menu>li .sub-menu{top:107%;top:calc(100% + 3px)}.site-header.header-style-1 .header-inner{padding:40px 0}.site-header.header-style-1 .site-branding{text-align:center}.site-header.header-style-1 .main-menu.menu{text-align:center;height:68px;overflow-y:hidden;margin-bottom:-3px;padding-top:20px;margin-top:-20px}.site-header.header-style-1.full-width .main-menu.menu>li .sub-menu{top:100%}.site-header.header-style-1 .main-menu.menu>li{float:none;display:inline-block;margin:0 4px}.site-header.header-style-1 .main-menu.menu .sub-menu{text-align:left}.site-header.header-style-1.full-width .menu-action-buttons{top:20px}.site-header.header-style-1 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container{padding:0 40px}@media only screen and (max-width:992px){.main-menu>li{margin-right:10px}.site-header.header-style-1 .main-menu.menu>li{margin:0 4px}.main-menu>li>a{padding:0 4px}}.rh-header{display:none;min-width:300px;position:relative}.rh-header .rh-container{background-color:#222}@media only screen and (max-width:700px){body .site-header{display:none}.rh-header{display:block}}.rh-header .menu-container{position:absolute;top:0;right:0}.rh-header .menu-container .menu-handler{color:#fff;width:54px;height:54px;text-align:center;display:inline-block;font-size:18px;background-color:rgba(255,255,255,.05);position:relative;border-left:1px solid rgba(0,0,0,.07);float:right}.rh-header .menu-container .menu-handler .lines{display:inline-block;width:22px;height:2px;background:#ecf0f1;position:relative;margin-top:25.5px}.rh-header .menu-container .menu-handler .lines:after,.rh-header .menu-container .menu-handler .lines:before{display:inline-block;width:22px;height:2px;background:#ecf0f1;position:absolute;left:0;content:''}.rh-header .menu-container .menu-handler .lines:before{top:8px}.rh-header .menu-container .menu-handler .lines:after{top:-8px}.rh-header .logo-container{padding:0 0 0 15px;line-height:54px;height:54px}.rh-header .logo-container.rh-img-logo{font-size:0}.rh-header .logo-container img{max-height:80%;max-width:80%}.rh-header .logo-container a{color:#fff}.rh-cover{position:fixed;top:0;left:-99%;z-index:9999;width:100%;visibility:hidden;overflow:auto;background:#191919;height:101%;height:calc(100% + 1px)}.noscroll{overflow:hidden}@media (max-width:767px){body{background-color:#f3f3f3!important}.main-wrap{background-color:#fff;overflow:auto;margin:auto;width:100%}}.rh-cover.gr-7{background-image:-moz-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);background-image:-webkit-linear-gradient(85deg,#880d2c 0,#1d70bf 100%);background-image:-ms-linear-gradient(85deg,#880d2c 0,#1d70bf 100%)}.rh-cover:before{height:60px;content:'';width:100%;position:absolute;background-color:#fff;opacity:.08;box-shadow:0 0 32px 0 #000;z-index:-1}.rh-cover .rh-close{width:20px;height:20px;position:absolute;right:25px;display:inline-block;top:21px;z-index:10}.rh-cover .rh-close:after,.rh-cover .rh-close:before{content:'';width:2px;height:18px;position:absolute;left:50%;margin-left:-1px;top:50%;margin-top:-10px;opacity:.65;background:#fff;transform:rotate(45deg);border-radius:5px}.rh-cover .rh-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.rh-cover .rh-panel{padding:27px;position:absolute;top:0;left:0;width:100%}.rh-cover .rh-p-h{line-height:60px;margin:-27px -27px 20px;padding:0 23px;font-size:14px;color:#fff;height:60px;position:relative}.rh-header.light .rh-container{background:#fff;border-bottom:1px solid #e5e5e5}.rh-header.light .logo-container a{color:#2c2c2c}.rh-header.light .menu-container .menu-handler .lines,.rh-header.light .menu-container .menu-handler .lines:after,.rh-header.light .menu-container .menu-handler .lines:before{background:#2c2c2c}.off-canvas-overlay{display:none;background:rgba(0,0,0,.5);width:100%;height:100%;position:fixed;z-index:999999;overflow-y:hidden}.off-canvas-inner>div{padding:10px 20px 14px;line-height:1.6;color:#434343}.off-canvas-container{visibility:hidden;left:-300px;top:0;position:fixed;width:300px;height:100%;z-index:999999}.off-canvas-container:before{content:'';position:absolute;left:0;top:0;bottom:0;width:290px;background:#fff;box-shadow:3px 0 10px 0 rgba(0,0,0,.1)}.off-canvas-inner{color:#434343;width:290px;position:absolute;padding-top:4px;background:#fff}.off-canvas-inner:after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:0 0;z-index:1}.off-canvas-header{text-align:center;line-height:1.5;padding-bottom:10px}.off-canvas-header img{max-width:100%;height:auto}.off-canvas-header .logo{margin-top:20px}.off-canvas-header .logo+.site-description{margin-top:15px}.off-canvas-inner>.off-canvas-menu{padding:20px 0 10px}.off-canvas-inner>.off-canvas-search+.off-canvas-menu{padding-top:0}.off-canvas-search form{position:relative}.off-canvas-search input[type=text]{padding-right:25px;padding-left:10px;box-shadow:none;border:1px solid #e3e3e3;background-color:#fff;font-size:12px}.off-canvas-search .fa{position:absolute;top:50%;transform:translateY(-50%);right:10px;color:#8f8f8f}.off-canvas-inner>.off_canvas_footer{padding-top:18px;margin-top:10px;border-top:1px solid rgba(0,0,0,.07)}.off_canvas_footer .better-social-counter.style-button .item-icon{border-radius:50%}.topbar{height:35px;overflow:hidden}.topbar .topbar-inner{padding:4px 0}.topbar .section-links{float:right}.topbar.topbar-style-1 .section-menu{height:26px}.topbar.topbar-style-1 .section-menu{max-width:80%}.site-header.full-width .topbar{border-bottom:1px solid #efefef;border-bottom:1px solid rgba(0,0,0,.07)}.topbar .better-studio-shortcode{display:inline-block;float:right;margin-bottom:0}.topbar .better-studio-shortcode .social-list{display:inline-block;float:right}.topbar .better-social-counter.style-button .social-item{margin:0 0 0 4px}.topbar .better-social-counter.style-button .social-item .item-icon{color:#444;background-color:transparent;font-size:12px;width:24px;height:24px;line-height:24px}.topbar .better-social-counter.style-button .social-item{float:left;font-size:13px}.topbar .topbar-date{color:#fff;display:inline-block;padding:3px 10px;line-height:18px;position:relative;top:-1px}body{background:#fff;text-decoration-skip:ink}.main-wrap{margin:0 auto}.content-wrap,.main-wrap,main.content-container{position:relative}body.active-top-line{border-top:3px solid transparent}.main-wrap .container{width:100%}body.full-width .main-wrap{width:100%}@media only screen and (max-width:480px){.col-sm-4,.col-sm-8{padding-left:15px!important;padding-right:15px!important}}.content-wrap{margin:0 auto;padding:0;min-width:300px}.container{width:100%}.term-badges .term-badge{display:inline-block;line-height:0}.term-badges a{color:#8b8b8b;padding:0 0 4px}.term-badges.floated a{padding:2px 7px;color:#fff;margin-right:3px;margin-bottom:3px;display:inline-block;line-height:1.7;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.term-badges.floated{position:absolute;top:0;left:0;z-index:1;line-height:0;font-size:0}.img-holder{position:relative;width:80px;display:inline-block;float:left;margin-right:15px}.bs-ll-a .img-holder:before,.bs-ll-a img[data-src]:not(.b-loaded){opacity:1;background-color:#e9ebee;background-image:linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);background-repeat:no-repeat;background-size:1000px 900px;-webkit-animation:bs-lazy-anim 1s infinite linear forwards;-moz-animation:bs-lazy-anim 1s infinite linear forwards;animation:bs-lazy-anim 1.01s infinite linear forwards}@-webkit-keyframes bs-lazy-anim{from{background-position:-800px 0}to{background-position:400px 0}}@keyframes bs-lazy-anim{from{background-position:-800px 0}to{background-position:400px 0}}.img-holder:before{display:block;content:" ";width:100%;padding-top:70%}.post-meta{padding-top:2px;font-style:inherit}.post-meta .time{margin-right:10px}.post-meta .post-author-avatar img{margin-right:5px;margin-top:-2px}.post-meta>span:last-child{margin-right:0!important}.container{margin-right:auto!important;margin-left:auto!important}.listing .listing-item{min-height:0}.post-related .listing-item .title{font-size:15px;line-height:1.4}.post-related .include-last-mobile .listing-item:last-child{display:none}@media only screen and (max-width:600px){.post-related .include-last-mobile .listing-item:last-child{display:block}}.entry-content{font-size:14px;line-height:1.6;color:#4a4a4a;padding-bottom:20px}.entry-content p{margin-bottom:17px}.entry-content p:last-child{margin-bottom:0}.entry-content ul{margin-bottom:17px}.entry-content>:last-child{margin-bottom:0}.back-top{color:#fff;width:40px;height:40px;position:fixed;bottom:10px;right:10px;text-align:center;line-height:42px;z-index:9999;opacity:0;visibility:hidden;font-size:16px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.09);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.09);box-shadow:0 1px 2px 0 rgba(0,0,0,.09)}.bs-pagination-wrapper{position:relative}@media only screen and (max-width:1000px){.container{width:100%}.content-wrap{padding:0}}@media only screen and (max-width:420px){.widget{margin-bottom:15px}}@media only screen and (max-width:668px){body{padding:0}}.bf-breadcrumb .bf-breadcrumb-items{padding:0;margin:0;list-style:none;font-size:0}.bf-breadcrumb .bf-breadcrumb-item{display:inline-block;font-size:12px;line-height:22px}.bf-breadcrumb .bf-breadcrumb-item:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\f105';margin-left:9px;margin-right:9px;color:#929292;vertical-align:top}.bf-breadcrumb .bf-breadcrumb-item.bf-breadcrumb-end:after,.bf-breadcrumb .bf-breadcrumb-item:last-child:after{display:none}.bf-breadcrumb .bf-breadcrumb-item span{vertical-align:top}.bf-breadcrumb .bf-breadcrumb-item a,.bf-breadcrumb .bf-breadcrumb-item span{color:#9e9e9e;display:inline-block}.bf-breadcrumb.bc-top-style{padding:7px 0 0}@media only screen and (max-width:680px){body.single .bf-breadcrumb .bf-breadcrumb-item:last-child{display:none}}.sidebar-column-primary{z-index:1000}.listing.scolumns-3 .listing-item{width:33.3333%;float:left}.listing.scolumns-3 .listing-item:nth-child(3n-2){padding-right:12px;clear:left}@media only screen and (max-width:600px){.listing.scolumns-3 .listing-item{width:50%;float:left}.listing.scolumns-3 .listing-item:nth-child(even){padding-right:0;padding-left:12px;clear:none}}@media only screen and (max-width:320px){.listing.scolumns-3 .listing-item{width:100%!important;padding-left:0!important;padding-right:0!important;clear:none!important}}.listing-item-tb-2{margin-bottom:20px;position:relative}.listing-item-tb-2 .term-badges.floated{left:0}.listing-item-tb-2 .item-inner{position:relative}.listing-item-tb-2 .title{margin:0}.listing-item-tb-2 .title a{color:inherit}.listing-item-tb-2 .featured{margin-bottom:10px;line-height:0;position:relative}.listing-item-tb-2 .img-holder{width:100%;margin-right:0;float:none;display:block}.listing-item-tb-2 .img-holder:before{padding-top:70%}.sidebar>.widget:last-child{margin-bottom:0}.widget ul{padding-left:20px;margin-bottom:0}.widget li{margin-bottom:7px}.widget li:last-child{margin-bottom:0}.better-social-counter.style-button .item-icon{background-color:#434343}.widget .better-studio-shortcode{margin-bottom:0}.post-meta.single-post-meta,.post-meta.single-post-meta a{color:#3a3a3a}.post-meta.single-post-meta .post-author-avatar,.post-meta.single-post-meta .time{float:none;margin:0 12px 0 0;white-space:nowrap;line-height:26px;display:inline-block}.post-meta.single-post-meta>a+span:before{content:' ';display:inline-block;width:9px;margin-right:12px;height:1px;background:rgba(0,0,0,.23);vertical-align:middle}.post-meta.single-post-meta b{color:#4d4d4d;margin-left:2px}.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar{border-radius:50%;margin:0}.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar+.post-author-name{margin-left:7px}.post-meta.single-post-meta .post-author-name{text-transform:capitalize!important;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.post-meta.single-post-meta .post-author-a,.post-meta.single-post-meta .time{color:rgba(0,0,0,.44)}.single-post-title{line-height:1.3}.single-featured{text-align:center;display:block;margin:0 0 20px;line-height:0;position:relative}.single-featured img{max-width:100%;height:auto!important}.single-post-share{list-style:none;padding:0;font-size:0}.single-post-share.top-share{margin-bottom:10px}.single-post-share .number{font-size:13px;font-weight:700;margin:0;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;display:inline-block}.single-post-share .post-share-btn{background:#fff;border:1px solid #e2e2e2;line-height:30px;display:inline-block;padding:0 5px;border-radius:30px;font-size:12px;color:#4d4d4d;margin-right:8px;margin-bottom:9px;vertical-align:top}.single-post-share .post-share-btn .bf-icon,.single-post-share .post-share-btn .number,.single-post-share .post-share-btn .text{line-height:30px;vertical-align:top}.single-post-share .post-share-btn .text{font-size:12px}.single-post-share .post-share-btn .bf-icon{font-size:15px;margin:0 3px}.single-post-share .share-handler{float:left;position:relative}.single-post-share .post-share-btn.post-share-btn-views{float:right;border-radius:0}.single-post-share .post-share-btn.post-share-btn-views{font-weight:700;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}.single-post-share .post-share-btn.post-share-btn-views.rank-default{font-weight:400}.share-handler-wrap{overflow:hidden;height:33px}.post-share .post-share-btn-group{overflow:hidden;float:right;margin-bottom:10px}.post-share .post-share-btn-group .post-share-btn{border-radius:0;margin:0;padding:0 10px;border-left-width:0;border-right-width:0;position:relative}.post-share .post-share-btn-group .post-share-btn:before{display:inline-block;content:' ';width:1px;height:66%;background:#e2e2e2;position:absolute;left:0;top:17%}.post-share .post-share-btn-group .post-share-btn:first-child{border-radius:0 3px 3px 0;border-right-width:1px}.post-share .post-share-btn-group .post-share-btn:last-child{border-radius:3px 0 0 3px;border-left-width:1px}.post-share .post-share-btn-group .post-share-btn:last-child:before{display:none}.single-post-share .social-item{margin:0 6px 4px 0;float:left}.single-post-share .social-item a{line-height:30px;min-width:30px;display:inline-block;padding:0;border-radius:30px;font-size:14px;color:#fff;overflow:hidden;text-align:center}.single-post-share .social-item a .bf-icon{line-height:30px;vertical-align:top;color:#fff;display:inline-block}.single-post-share .social-item a .bf-icon{font-size:16px}.single-post-share .social-item.facebook a{background-color:#2d5f9a;color:#133d6d}.single-post-share .social-item.twitter a{background-color:#53c7ff;color:#2e86b1}.single-post-share .social-item.google_plus a{background-color:#d93b2b;color:#9a2317}.single-post-share .social-item.pinterest a{background-color:#a41719;color:#670d0e}.single-post-share .social-item.linkedin a{background-color:#005182;color:#013c61}.single-post-share .social-item .bf-icon{vertical-align:middle}@media only screen and (max-width:540px){.post-share .post-share-btn-group{float:left}.share-handler-wrap{clear:both}}@media only screen and (max-width:420px){.single-post-share .post-share-btn{margin-bottom:4px!important}}.post-share .share-handler:after,.post-share .share-handler:before{border:solid 6px transparent;content:" ";height:0;width:0;position:absolute;top:50%;right:-12px;border-left-color:#d7d7d7;margin-top:-6px}.post-share .share-handler:after{border:solid 5px transparent;border-left-color:#fff;right:-10px;margin-top:-5px}.post-share.style-1 .share-handler:after,.post-share.style-1 .share-handler:before{display:none}.post-share .post-share-btn,.post-share .social-item a{border-radius:3px;padding:0 5px}.post-share .number{font-size:12px}.post-share .post-share-btn-group .number{padding:0}.post-share.style-1 .post-share-btn-group .post-share-btn:first-child{border-radius:0 30px 30px 0}.post-share.style-1 .post-share-btn-group .post-share-btn:last-child{border-radius:30px 0 0 30px}.post-share.style-1 .post-share-btn-group .post-share-btn:last-child:first-child{border-radius:30px}.post-share.style-1 .share-handler,.post-share.style-1 .social-item a{border-radius:30px}.single-post-share.top-share.style-1{margin-bottom:7px}.post-share.style-1 .share-handler{padding:0 10px}.single-post-share .social-item{margin-bottom:8px}.post-tp-1-header .post-meta-wrap{margin:15px 0 20px;padding:0}.post-tp-1-header .post-meta-wrap .post-meta{padding:0}.post-tp-1-header .term-badges{float:right;margin:0;display:inline;line-height:18px}.post-tp-1-header .term-badges a{background:#444;padding:0 6px;display:inline-block;line-height:18px;font-size:10px;color:#fff;margin:0 0 0 4px}.post-tp-1-header .term-badges .term-badge:first-child a{margin:0}.post-tp-1-header .single-post-title{margin:0 0 15px}@media only screen and (max-width:420px){.post-tp-1-header .term-badges{float:none;margin-bottom:10px;display:block}.post-tp-1-header .post-meta-wrap{margin:10px 0 12px;padding:0}}@media (min-width:768px){.active-sticky-sidebar .row.main-section{display:flex}}:root{--publisher-spacing:20;--publisher-spacing-half:calc(var(--publisher-spacing)/2);--publisher-spacing-80-percent:calc(var(--publisher-spacing)*0.83);--publisher-spacing-60-percent:calc(var(--publisher-spacing)*0.66)}.col-sm-4,.col-sm-8,.container{padding-left:calc(var(--publisher-spacing-half)*1px);padding-right:calc(var(--publisher-spacing-half)*1px)}.row{margin-left:calc(var(--publisher-spacing-half)*-1px);margin-right:calc(var(--publisher-spacing-half)*-1px)}.sidebar>*{margin-bottom:calc(var(--publisher-spacing)*1px)}.better-studio-shortcode,.entry-content .better-studio-shortcode,.single-container,.widget{margin-bottom:calc(var(--publisher-spacing)*1px)}.layout-2-col{margin-top:calc(var(--publisher-spacing-80-percent)*1px)}.layout-2-col.layout-bc-before{margin-top:calc(var(--publisher-spacing-half)*1px)}.main-section{margin-bottom:calc(var(--publisher-spacing-half)*1px)}.post-template-1 .single-container>.post{border:none;padding:0}.topbar{height:39px!important}.topbar .topbar-inner{padding:0!important}.topbar.topbar-style-1 .section-menu{height:39px!important;position:relative}.topbar .better-social-counter .social-list{line-height:36px!important;height:39px!important}.topbar .top-menu>li{line-height:39px!important}.topbar .topbar-date{height:39px;line-height:35px!important;top:0}.site-header.header-style-1.header-style-1 .main-menu>li>a{line-height:60px}.site-header.header-style-1.full-width .menu-action-buttons{top:0}.site-header.header-style-1 .main-menu.menu{height:60px;padding-top:0;margin-top:0}.site-header.header-style-1 .off-canvas-menu-icon-container{line-height:54px}.entry-content p,.listing-item .title a,.post-meta,.post-title,.site-header .main-menu>li>a,.site-header .topbar .topbar-inner,.term-badges .term-badge:first-child a,.term-badges.floated a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}.layout-2-col{margin-top:0!important}.site-header .topbar .better-social-counter.style-button .social-item .item-icon{font-size:14px}.site-header .topbar .topbar-date{padding:0 20px 0 0}.site-header .topbar .topbar-date:after{content:'';position:absolute;width:1px;height:15px;background-color:rgba(255,255,255,.2);right:3px;top:9px}.site-header .off-canvas-menu-icon .off-canvas-menu-icon-el{width:100%}.site-header .main-menu-wrapper{border-bottom-width:1px!important}.site-header .main-menu-wrapper .main-menu.menu>li{margin:0}.site-header .main-menu-wrapper .main-menu.menu>li>a{padding:0 25px}.site-header .main-menu-wrapper .main-menu.menu>li>a:before{height:1px;bottom:2px}</style><link rel="preload" data-asynced="1" data-optimized="2" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://askkissy.com/wp-content/litespeed/ucss/20b5bfd0e852a61ccb677eda4d84eedd.css?ver=5391e" /><script data-optimized="1" type="litespeed/javascript" data-src="https://askkissy.com/wp-content/plugins/litespeed-cache/assets/js/css_async.min.js"></script> <meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="pingback" href="https://askkissy.com/xmlrpc.php" /><title>Kris Wu Net Worth, Career, Personal And Early Life - It&#039;s Time To Think About Words</title><meta name="description" content="At birth, Kris Wu was named Wu Yi Fan. Juris Wu is the name he goes by in the business world. He had chosen to be a rapper, a singer, and an actor in his job. He had also done modeling, and he did it too. He was the leader&hellip;"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"><meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"><link rel="canonical" href="https://askkissy.com/kris-wu-net-worth/"><meta property="og:url" content="https://askkissy.com/kris-wu-net-worth/"><meta property="og:site_name" content="It&#039;s Time To Think About Words"><meta property="og:locale" content="en_US"><meta property="og:type" content="article"><meta property="article:author" content><meta property="article:publisher" content><meta property="article:section" content="Celebrity"><meta property="og:title" content="Kris Wu Net Worth, Career, Personal And Early Life - It&#039;s Time To Think About Words"><meta property="og:description" content="At birth, Kris Wu was named Wu Yi Fan. Juris Wu is the name he goes by in the business world. He had chosen to be a rapper, a singer, and an actor in his job. He had also done modeling, and he did it too. He was the leader&hellip;"><meta property="og:image" content="https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp"><meta property="og:image:secure_url" content="https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="792"><meta property="og:image:alt" content="Kris Wu Net Worth, Career, Personal And Early Life"><meta property="fb:pages" content><meta property="fb:admins" content><meta property="fb:app_id" content><meta name="twitter:card" content="summary"><meta name="twitter:site" content><meta name="twitter:creator" content><meta name="twitter:title" content="Kris Wu Net Worth, Career, Personal And Early Life - It&#039;s Time To Think About Words"><meta name="twitter:description" content="At birth, Kris Wu was named Wu Yi Fan. Juris Wu is the name he goes by in the business world. He had chosen to be a rapper, a singer, and an actor in his job. He had also done modeling, and he did it too. He was the leader&hellip;"><meta name="twitter:image" content="https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp"><link rel="dns-prefetch" href="//www.googletagmanager.com" /><link rel="dns-prefetch" href="//fonts.googleapis.com" /><link rel="alternate" type="application/rss+xml" title="It&#039;s Time To Think About Words &raquo; Feed" href="https://askkissy.com/feed/" /><link rel="alternate" type="application/rss+xml" title="It&#039;s Time To Think About Words &raquo; Comments Feed" href="https://askkissy.com/comments/feed/" /><style id="classic-theme-styles-inline-css" type="text/css">/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style><style id="global-styles-inline-css" type="text/css">body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}</style><style id="ez-toc-inline-css" type="text/css">div#ez-toc-container .ez-toc-title {font-size: 120%;}div#ez-toc-container .ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}div#ez-toc-container ul li {font-weight: 500;}div#ez-toc-container nav ul ul li {font-size: 90%;} .ez-toc-container-direction {direction: ltr;}.ez-toc-counter ul{counter-reset: item ;}.ez-toc-counter nav ul li a::before {content: counters(item, ".", decimal) ". ";display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }.ez-toc-widget-direction {direction: ltr;}.ez-toc-widget-container ul{counter-reset: item ;}.ez-toc-widget-container nav ul li a::before {content: counters(item, ".", decimal) ". ";display: inline-block;counter-increment: item;flex-grow: 0;flex-shrink: 0;margin-right: .2em; float: left; }</style> <script type="litespeed/javascript" data-src="https://askkissy.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://askkissy.com/wp-content/themes/publisher/includes/libs/better-framework/assets/js/html5shiv.min.js" id="bf-html5shiv-js"></script> <![endif]--> <!--[if lt IE 9]> <script type="text/javascript" src="https://askkissy.com/wp-content/themes/publisher/includes/libs/better-framework/assets/js/respond.min.js" id="bf-respond-js"></script> <![endif]--> <script type="litespeed/javascript" data-src="https://www.googletagmanager.com/gtag/js?id=G-929GX7T5QQ" id="google_gtagjs-js"></script> <script id="google_gtagjs-js-after" type="litespeed/javascript">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)} gtag('set','linker',{"domains":["askkissy.com"]});gtag("js",new Date());gtag("set","developer_id.dZTNiMT",!0);gtag("config","G-929GX7T5QQ")</script> <link rel="https://api.w.org/" href="https://askkissy.com/wp-json/" /><link rel="alternate" type="application/json" href="https://askkissy.com/wp-json/wp/v2/posts/3036" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://askkissy.com/xmlrpc.php?rsd" /><meta name="generator" content="WordPress 6.4.3" /><link rel="shortlink" href="https://askkissy.com/?p=3036" /><link rel="alternate" type="application/json+oembed" href="https://askkissy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" /><link rel="alternate" type="text/xml+oembed" href="https://askkissy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F&#038;format=xml" /><meta name="generator" content="Site Kit by Google 1.120.0" /><script type="litespeed/javascript" data-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1496096314660209" crossorigin="anonymous"></script> <link rel="shortcut icon" href="https://askkissy.com/wp-content/uploads/2023/02/favicon-1.png"><link rel="apple-touch-icon" href="https://askkissy.com/wp-content/uploads/2023/02/favicon-1.png"><link rel="apple-touch-icon" sizes="144x144" href="https://askkissy.com/wp-content/uploads/2023/02/favicon-1.png"><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress." /><link rel="icon" href="https://askkissy.com/wp-content/uploads/2022/06/cropped-Fevicon-2-32x32.png" sizes="32x32" /><link rel="icon" href="https://askkissy.com/wp-content/uploads/2022/06/cropped-Fevicon-2-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://askkissy.com/wp-content/uploads/2022/06/cropped-Fevicon-2-180x180.png" /><meta name="msapplication-TileImage" content="https://askkissy.com/wp-content/uploads/2022/06/cropped-Fevicon-2-270x270.png" /> <noscript><style>.wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head><body class="post-template-default single single-post postid-3036 single-format-standard bs-theme bs-publisher bs-publisher-news-plus active-light-box active-top-line ltr close-rh page-layout-2-col page-layout-2-col-right full-width active-sticky-sidebar main-menu-sticky main-menu-full-width single-prim-cat-159 single-cat-159 wpb-js-composer js-comp-ver-6.7.0 vc_responsive bs-ll-a" dir="ltr"><div class="off-canvas-overlay"></div><div class="off-canvas-container left skin-white"><div class="off-canvas-inner"> <span class="canvas-close"><i></i></span><div class="off-canvas-header"><div class="logo"><a href="https://askkissy.com/"> <img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgNTAwIDEwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" width="500" height="100" data-src="http://askkissy.com/wp-content/uploads/2022/06/askkissy-Final-1.webp" alt="It&#039;s Time To Think About Words"> </a></div><div class="site-description">It&#039;s Time To Think About Words</div></div><div class="off-canvas-search"><form role="search" method="get" action="https://askkissy.com"> <input type="text" name="s" value placeholder="Search..."> <i class="fa fa-search"></i></form></div><div class="off-canvas-menu"><div class="off-canvas-menu-fallback"></div></div><div class="off_canvas_footer"><div class="off_canvas_footer-info entry-content"><p></p><div class=" better-studio-shortcode bsc-clearfix better-social-counter style-button colored in-4-col"><ul class="social-list bsc-clearfix"><li class="social-item facebook"><a href="https://www.facebook.com/askkissy" target="_blank"> <i class="item-icon bsfi-facebook"></i><span class="item-title"> Likes </span> </a></li><li class="social-item twitter"><a href="https://twitter.com//kissy_ask" target="_blank"> <i class="item-icon bsfi-twitter"></i><span class="item-title"> Followers </span> </a></li><li class="social-item instagram"><a href="https://instagram.com/askkissy" target="_blank"> <i class="item-icon bsfi-instagram"></i><span class="item-title"> Followers </span> </a></li></ul></div></div></div></div></div><div class="main-wrap content-main-wrap"><header id="header" class="site-header header-style-1 full-width" itemscope="itemscope" itemtype="https://schema.org/WPHeader"><section class="topbar topbar-style-1 hidden-xs hidden-xs"><div class="content-wrap"><div class="container"><div class="topbar-inner clearfix"><div class="section-links"><div class=" better-studio-shortcode bsc-clearfix better-social-counter style-button not-colored in-4-col"><ul class="social-list bsc-clearfix"><li class="social-item facebook"><a href="https://www.facebook.com/askkissy" target="_blank"> <i class="item-icon bsfi-facebook"></i><span class="item-title"> Likes </span> </a></li><li class="social-item twitter"><a href="https://twitter.com//kissy_ask" target="_blank"> <i class="item-icon bsfi-twitter"></i><span class="item-title"> Followers </span> </a></li><li class="social-item instagram"><a href="https://instagram.com/askkissy" target="_blank"> <i class="item-icon bsfi-instagram"></i><span class="item-title"> Followers </span> </a></li><li class="social-item pinterest"><a href="https://www.pinterest.com/askkissy" target="_blank"> <i class="item-icon bsfi-pinterest"></i><span class="item-title"> Followers </span> </a></li><li class="social-item linkedin"><a href="https://www.linkedin.com/in/ask-kissy-b0787b222" target="_blank"> <i class="item-icon bsfi-linkedin"></i><span class="item-title"> </span> </a></li></ul></div></div><div class="section-menu"><div id="menu-top" class="menu top-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><nav class="top-menu-container"><ul id="top-navigation" class="top-menu menu clearfix bsm-pure"><li id="topbar-date" class="menu-item menu-item-date"> <span class="topbar-date">Sunday, February 25, 2024</span></li></ul></nav></div></div></div></div></div></section><div class="header-inner"><div class="content-wrap"><div class="container"><div id="site-branding" class="site-branding"><p id="site-title" class="logo h1 img-logo"> <a href="https://askkissy.com/" itemprop="url" rel="home"> <img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgNTAwIDEwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" width="500" height="100" id="site-logo" data-src="http://askkissy.com/wp-content/uploads/2022/06/askkissy-Final.webp" alt="It&#039;s Time To Think About Words" data-bsrjs="http://askkissy.com/wp-content/uploads/2022/06/askkissy-Final-1.webp" /><span class="site-title">It&#039;s Time To Think About Words - It&#039;s Time To Think About Words</span> </a></p></div></div></div></div><div id="menu-main" class="menu main-menu-wrapper show-off-canvas menu-actions-btn-width-1" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><div class="main-menu-inner"><div class="content-wrap"><div class="container"><nav class="main-menu-container"><ul id="main-navigation" class="main-menu menu bsm-pure clearfix"><li id="menu-item-3570" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-post_type menu-item-object-page menu-item-home better-anim-fade menu-item-3570"><a href="https://askkissy.com/">Home</a></li><li id="menu-item-3593" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-term-11 better-anim-slide-top-in menu-item-3593"><a href="https://askkissy.com/category/tech/"><i class="bf-icon fa fa-mobile-phone"></i>Tech</a></li><li id="menu-item-3571" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-term-886 better-anim-slide-top-in menu-item-3571"><a href="https://askkissy.com/category/business/"><i class="bf-icon fa fa-handshake-o"></i>Business</a></li><li id="menu-item-3594" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-term-8 better-anim-slide-top-in menu-item-3594"><a href="https://askkissy.com/category/health/"><i class="bf-icon fa fa-heartbeat"></i>Health</a></li><li id="menu-item-3782" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-term-164 better-anim-slide-top-in menu-item-3782"><a href="https://askkissy.com/category/sports/"><i class="bf-icon fa fa-soccer-ball-o"></i>Sports</a><ul class="sub-menu"><li id="menu-item-3595" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-term-7 better-anim-slide-top-in menu-item-3595"><a href="https://askkissy.com/category/games/"><i class="bf-icon fa fa-gamepad"></i>Games</a></li></ul></li><li id="menu-item-8950" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-term-839 better-anim-fade menu-item-8950"><a href="https://askkissy.com/category/entertainment/"><i class="bf-icon fa fa-music"></i>Entertainment</a><ul class="sub-menu"><li id="menu-item-3596" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-term-159 better-anim-slide-top-in menu-item-3596"><a href="https://askkissy.com/category/tv-shows/celebrity/"><i class="bf-icon fa fa-qq"></i>Celebrity</a></li></ul></li><li id="menu-item-8947" class="menu-have-icon menu-icon-type-fontawesome menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-term-901 better-anim-fade menu-item-8947"><a href="https://askkissy.com/category/life-style/"><i class="bf-icon fa fa-female"></i>Life Style</a><ul class="sub-menu"><li id="menu-item-8948" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-158 better-anim-fade menu-item-8948"><a href="https://askkissy.com/category/home-improvement/">Home Improvement</a></li></ul></li></ul><div class="menu-action-buttons width-1"><div class="off-canvas-menu-icon-container off-icon-left"><div class="off-canvas-menu-icon"><div class="off-canvas-menu-icon-el"></div></div></div></div></nav></div></div></div></div></header><div class="rh-header clearfix light deferred-block-exclude"><div class="rh-container clearfix"><div class="menu-container close"> <span class="menu-handler"><span class="lines"></span></span></div><div class="logo-container rh-img-logo"> <a href="https://askkissy.com/" itemprop="url" rel="home"> <img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgNTAwIDEwMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=" width="500" height="100" data-src="http://askkissy.com/wp-content/uploads/2022/06/askkissy-Final.webp" alt="It&#039;s Time To Think About Words" data-bsrjs="http://askkissy.com/wp-content/uploads/2022/06/askkissy-Final-1.webp" /> </a></div></div></div><nav role="navigation" aria-label="Breadcrumbs" class="bf-breadcrumb clearfix bc-top-style"><div class="container bf-breadcrumb-container"><ul class="bf-breadcrumb-items" itemscope itemtype="http://schema.org/BreadcrumbList"><meta name="numberOfItems" content="4" /><meta name="itemListOrder" content="Ascending" /><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="bf-breadcrumb-item bf-breadcrumb-begin"><a itemprop="item" href="https://askkissy.com" rel="home"><span itemprop="name">Home</span></a><meta itemprop="position" content="1" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="bf-breadcrumb-item"><a itemprop="item" href="https://askkissy.com/category/tv-shows/"><span itemprop="name">Tv Shows</span></a><meta itemprop="position" content="2" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="bf-breadcrumb-item"><a itemprop="item" href="https://askkissy.com/category/tv-shows/celebrity/"><span itemprop="name">Celebrity</span></a><meta itemprop="position" content="3" /></li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="bf-breadcrumb-item bf-breadcrumb-end"><span itemprop="name">Kris Wu Net Worth, Career, Personal And Early Life</span><meta itemprop="item" content="https://askkissy.com/kris-wu-net-worth/" /><meta itemprop="position" content="4" /></li></ul></div></nav><div class="content-wrap"><main id="content" class="content-container"><div class="container layout-2-col layout-2-col-1 layout-right-sidebar layout-bc-before post-template-1"><div class="row main-section"><div class="col-sm-8 content-column"><div class="single-container"><article id="post-3036" class="post-3036 post type-post status-publish format-standard has-post-thumbnail category-celebrity single-post-content has-thumbnail"><div class="post-header post-tp-1-header"><h1 class="single-post-title"> <span class="post-title" itemprop="headline">Kris Wu Net Worth, Career, Personal And Early Life</span></h1><div class="post-meta-wrap clearfix"><div class="term-badges "><span class="term-badge term-159"><a href="https://askkissy.com/category/tv-shows/celebrity/">Celebrity</a></span></div><div class="post-meta single-post-meta"> <a href="https://askkissy.com/author/infotechupnext/" title="Browse Author Articles" class="post-author-a post-author-avatar"> <img alt data-src="https://askkissy.com/wp-content/uploads/2023/02/author-askkissy-325x217.jpg" class="avatar avatar-26 photo avatar-default" height="26" width="26" /><span class="post-author-name">By <b>Erika</b></span> </a> <span class="time"><time class="post-published updated" datetime="2022-12-06T10:22:41+00:00">Last updated <b>Dec 6, 2022</b></time></span></div></div><div class="single-featured"> <a class="post-thumbnail open-lightbox" href="https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp"><img width="750" height="430" alt="Kris Wu Net Worth, Career, Personal And Early Life" data-src="https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1-750x430.webp"> </a></div></div><div class="post-share single-post-share top-share clearfix style-1"><div class="post-share-btn-group"> <span class="views post-share-btn post-share-btn-views rank-default" data-bpv-post="3036"><i class="bf-icon fa fa-eye"></i> <b class="number">63</b></span></div><div class="share-handler-wrap "> <span class="share-handler post-share-btn rank-default"> <i class="bf-icon fa fa-share-alt"></i> <b class="text">Share</b> </span> <span class="social-item facebook"><a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-facebook','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-facebook"></i></span></a></span><span class="social-item twitter"><a href="https://twitter.com/share?text=Kris Wu Net Worth, Career, Personal And Early Life @/kissy_ask&url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-twitter','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-twitter"></i></span></a></span><span class="social-item google_plus"><a href="https://plus.google.com/share?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-google_plus','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-google"></i></span></a></span><span class="social-item pinterest"><a href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F&media=https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp&description=Kris Wu Net Worth, Career, Personal And Early Life" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-pinterest','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-pinterest"></i></span></a></span><span class="social-item linkedin"><a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F&title=Kris Wu Net Worth, Career, Personal And Early Life" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-linkedin','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-linkedin"></i></span></a></span></div></div><div class="entry-content clearfix single-post-content"><p>At birth, <a href="https://askkissy.com/orville-season-4/">Kris Wu</a> was named Wu Yi Fan. Juris Wu is the name he goes by in the business world. He had chosen to be a rapper, a singer, and an actor in his job. He had also done modeling, and he did it too. He was the leader of the band, which was called EXO. They were part of the Exo-M. He left in 2014. He had done many group shows and many solo shows. When his albums made it on the Chartist, they did well.</p><div id="ez-toc-container" class="ez-toc-v2_0_62 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction"><div class="ez-toc-title-container"><p class="ez-toc-title ">Table of Contents</p> <span class="ez-toc-title-toggle"><a href="#" class="ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle" aria-label="Toggle Table of Content"><span class="ez-toc-js-icon-con"><span class><span class="eztoc-hide" style="display:none;">Toggle</span><span class="ez-toc-icon-toggle-span"><svg style="fill: #999;color:#999" xmlns="http://www.w3.org/2000/svg" class="list-377408" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z" fill="currentColor"></path></svg><svg style="fill: #999;color:#999" class="arrow-unsorted-368013" xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 24 24" version="1.2" baseProfile="tiny"><path d="M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z" /></svg></span></span></span></a></span></div><nav><ul class="ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default"><li class="ez-toc-page-1 ez-toc-heading-level-2"><a class="ez-toc-link ez-toc-heading-1" href="#Early_in_life" title="Early in life">Early in life</a></li><li class="ez-toc-page-1 ez-toc-heading-level-2"><a class="ez-toc-link ez-toc-heading-2" href="#Career" title="Career">Career</a></li><li class="ez-toc-page-1 ez-toc-heading-level-2"><a class="ez-toc-link ez-toc-heading-3" href="#You_can_look_at_the_net_worth_of_other_celebrities" title="You can look at the net worth of other celebrities">You can look at the net worth of other celebrities</a></li><li class="ez-toc-page-1 ez-toc-heading-level-2"><a class="ez-toc-link ez-toc-heading-4" href="#A_persons_life" title="A person&#8217;s life">A person&#8217;s life</a></li><li class="ez-toc-page-1 ez-toc-heading-level-2"><a class="ez-toc-link ez-toc-heading-5" href="#Net_Worth" title="Net Worth">Net Worth</a></li></ul></nav></div><h2><span class="ez-toc-section" id="Early_in_life"></span><strong>Early in life</strong><span class="ez-toc-section-end"></span></h2><p>A different name was given to Kris. It was called Li Jiaheng. In 1990, he died on November 6th. He was born in the land of Guangzhou, which was in China. There were two people who gave birth to him: Stacey Yu Wu and Li Kaiming. In the beginning, when his parents were just a few months old, they broke up because of their problems. She raised and took care of him. He told his mother everything he had ever done. His mother moved him to Vancouver in British Columbia, when he was ten years old so that they could live there. His mother took him to China again after four years. He went to the Guangzhou No. 7 Middle School, where he learned about the world. He went to China for a short time, then went back to Vancouver. Then, he went to Point Grey Secondary School to do more study. He had been to Winston Churchill Secondary School for half of his schooling, and he was done. In there, he went by the name Kevin Li. In law, he changed his name when he was 17.</p><h2><span class="ez-toc-section" id="Career"></span><strong>Career</strong><span class="ez-toc-section-end"></span></h2><p>It was when he was just 18 years old that he tried out for SM Entertainment, which was there in Vancouver at the time. When he did well in the audition, he was hired as a trainee by that company. In 2012, he was sworn in with the band EXO. Soon, he was an important part of the band. This is how it worked: Exo became the most popular K. Pop group in South Korea, making them the most popular group in the country. The band had done a lot of commercials in South Korea and with a lot of other bands from around the world, too. XOXO was the name of an album that the group had put out before. The album was a big hit, and it sold more than 1 million copies in a short time. When he worked for a record company, he worked with Ace Unit Culture and Interscope. EXO, EXO-M, and even SM Town worked with him. After starting his artists from 2012 to 2021, he had them for a long time. As a Youth Ambassador at the 3rd Silk Road International Film Festival in China, he is the person people see. Mixxtail and Mercedes Benz were the first brands that he had done a deal with. He has made movies like Somewhere Only We Know, Mr. Six, The Mermaid, So Young 2: Never Gone, Sweet Sixteen, and many more. He has also done TV shows like The Golden Hairpin.</p><h2><span class="ez-toc-section" id="You_can_look_at_the_net_worth_of_other_celebrities"></span><strong>You can look at the net worth of other celebrities</strong><span class="ez-toc-section-end"></span></h2><ol><li><a href="https://askkissy.com/louie-anderson-net-worth/">Louie Anderson net worth</a></li><li><a href="https://askkissy.com/katie-george/">Katie George net worth</a></li></ol><h2><span class="ez-toc-section" id="A_persons_life"></span><strong>A person&#8217;s life</strong><span class="ez-toc-section-end"></span></h2><p>Also, they know Chinese, English, and Korean, but they don&#8217;t speak any other language. In the year 2019, he told people about his national-level facts. This is what he did for his country.</p><h2><span class="ez-toc-section" id="Net_Worth"></span><strong>Net Worth</strong><span class="ez-toc-section-end"></span></h2><p><a href="https://en.wikipedia.org/wiki/Kris_Wu">Kris Wu</a> has a net worth of about $9 million, which he earned through his acting and singing.</p></div><div class="post-share single-post-share bottom-share clearfix style-1"><div class="post-share-btn-group"> <span class="views post-share-btn post-share-btn-views rank-default" data-bpv-post="3036"><i class="bf-icon fa fa-eye"></i> <b class="number">63</b></span></div><div class="share-handler-wrap "> <span class="share-handler post-share-btn rank-default"> <i class="bf-icon fa fa-share-alt"></i> <b class="text">Share</b> </span> <span class="social-item facebook has-title"><a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-facebook','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-facebook"></i></span><span class="item-title">Facebook</span></a></span><span class="social-item twitter has-title"><a href="https://twitter.com/share?text=Kris Wu Net Worth, Career, Personal And Early Life @/kissy_ask&url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-twitter','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-twitter"></i></span><span class="item-title">Twitter</span></a></span><span class="social-item google_plus has-title"><a href="https://plus.google.com/share?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-google_plus','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-google"></i></span><span class="item-title">Google+</span></a></span><span class="social-item pinterest has-title"><a href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F&media=https://askkissy.com/wp-content/uploads/2022/01/Kris-Wu-Biography-Net-Worth-Career-Achievements-and-Family-Life-1200x792-1.webp&description=Kris Wu Net Worth, Career, Personal And Early Life" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-pinterest','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-pinterest"></i></span><span class="item-title">Pinterest</span></a></span><span class="social-item linkedin has-title"><a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Faskkissy.com%2Fkris-wu-net-worth%2F&title=Kris Wu Net Worth, Career, Personal And Early Life" target="_blank" rel="nofollow noreferrer" class="bs-button-el" onclick="window.open(this.href, 'share-linkedin','left=50,top=50,width=600,height=320,toolbar=0'); return false;"><span class="icon"><i class="bf-icon fa fa-linkedin"></i></span><span class="item-title">Linkedin</span></a></span></div></div></article><section class="post-author clearfix"> <a href="https://askkissy.com/author/infotechupnext/" title="Browse Author Articles"> <span class="post-author-avatar" itemprop="image"><img alt data-src="https://askkissy.com/wp-content/uploads/2023/02/author-askkissy-325x217.jpg" class="avatar avatar-80 photo avatar-default" height="80" width="80" /></span> </a><div class="author-title heading-typo"> <a class="post-author-url" href="https://askkissy.com/author/infotechupnext/"><span class="post-author-name">Erika</span></a></div><div class="author-links"><ul class="author-social-icons"><li class="social-item site"> <a href="https://askkissy.com" target="_blank" rel="nofollow noreferrer"><i class="fa fa-globe"></i></a></li></ul></div><div class="post-author-bio" itemprop="description"><p>I'm Erika, the founder of AskKissy.com. As someone who strongly believes in the power of excellence and self-improvement, I'm passionate about helping others achieve their goals and reach their full potential. Whether through sharing inspiring stories, providing valuable resources, or offering personalized coaching, I strive to empower individuals to pursue their dreams and create fulfilling lives. With a commitment to continuous learning and growth, I believe that anything is possible with the right mindset and actions</p></div></section><section class="next-prev-post clearfix"><div class="prev-post"><p class="pre-title heading-typo"><i class="fa fa-arrow-left"></i> Prev Post</p><p class="title heading-typo"><a href="https://askkissy.com/marlo-hampton-net-worth/" rel="prev">Marlo Hampton Net Worth, Career, Personal and Early Life</a></p></div><div class="next-post"><p class="pre-title heading-typo">Next Post <i class="fa fa-arrow-right"></i></p><p class="title heading-typo"><a href="https://askkissy.com/clint-black-net-worth/" rel="next">Clint Black Net Worth, Career, Personal And Early Life</a></p></div></section></div><div class="post-related"><div class="section-heading sh-t5 sh-s1 multi-tab"><a href="#relatedposts_1235490352_1" class="main-link active" data-toggle="tab"> <span class="h-text related-posts-heading">You might also like</span> </a> <a href="#relatedposts_1235490352_2" class="other-link" data-toggle="tab" data-deferred-event="shown.bs.tab" data-deferred-init="relatedposts_1235490352_2"> <span class="h-text related-posts-heading">More from author</span> </a></div><div class="tab-content"><div class="tab-pane bs-tab-anim bs-tab-animated active" id="relatedposts_1235490352_1"><div class="bs-pagination-wrapper main-term-none next_prev "><div class="listing listing-thumbnail listing-tb-2 clearfix scolumns-3 simple-grid include-last-mobile"><div class="post-11733 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-159"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"><div class="term-badges floated"><span class="term-badge term-159"><a href="https://askkissy.com/category/tv-shows/celebrity/">Celebrity</a></span></div> <a title="A Look at Nike’s Most Iconic Shoes" data-src="https://askkissy.com/wp-content/uploads/2023/11/46e519a7thumbnail-210x136.jpeg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/askkissy.com\/wp-content\/uploads\/2023\/11\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;46e519a7thumbnail-86x64.jpeg&quot;,&quot;210&quot;:&quot;46e519a7thumbnail-210x136.jpeg&quot;,&quot;279&quot;:&quot;46e519a7thumbnail-279x220.jpeg&quot;,&quot;357&quot;:&quot;46e519a7thumbnail-357x210.jpeg&quot;,&quot;750&quot;:&quot;46e519a7thumbnail-750x430.jpeg&quot;,&quot;960&quot;:&quot;46e519a7thumbnail.jpeg&quot;}}" class="img-holder" href="https://askkissy.com/a-look-at-nikes-most-iconic-shoes/"></a></div><p class="title"> <a class="post-url" href="https://askkissy.com/a-look-at-nikes-most-iconic-shoes/" title="A Look at Nike’s Most Iconic Shoes"> <span class="post-title"> A Look at Nike’s Most Iconic Shoes </span> </a></p></div></div ><div class="post-11719 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-159"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"><div class="term-badges floated"><span class="term-badge term-159"><a href="https://askkissy.com/category/tv-shows/celebrity/">Celebrity</a></span></div> <a title="Akshay Kumar and Kiara Advani shoot for ‘Lakshmi Bomb’" data-src="https://askkissy.com/wp-content/themes/publisher/images/default-thumb/publisher-sm.png" class="img-holder" href="https://askkissy.com/akshay-kumar-and-kiara-advani-shoot-for-lakshmi-bomb/"></a></div><p class="title"> <a class="post-url" href="https://askkissy.com/akshay-kumar-and-kiara-advani-shoot-for-lakshmi-bomb/" title="Akshay Kumar and Kiara Advani shoot for ‘Lakshmi Bomb’"> <span class="post-title"> Akshay Kumar and Kiara Advani shoot for ‘Lakshmi Bomb’ </span> </a></p></div></div ><div class="post-11721 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-159"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"><div class="term-badges floated"><span class="term-badge term-159"><a href="https://askkissy.com/category/tv-shows/celebrity/">Celebrity</a></span></div> <a title="What happened to Praveen and Tamilselvi from Olive Branch MS" data-src="https://askkissy.com/wp-content/themes/publisher/images/default-thumb/publisher-sm.png" class="img-holder" href="https://askkissy.com/what-happened-to-praveen-and-tamilselvi-from-olive-branch-ms/"></a></div><p class="title"> <a class="post-url" href="https://askkissy.com/what-happened-to-praveen-and-tamilselvi-from-olive-branch-ms/" title="What happened to Praveen and Tamilselvi from Olive Branch MS"> <span class="post-title"> What happened to Praveen and Tamilselvi from Olive Branch MS </span> </a></p></div></div ><div class="post-11718 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-159"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"><div class="term-badges floated"><span class="term-badge term-159"><a href="https://askkissy.com/category/tv-shows/celebrity/">Celebrity</a></span></div> <a alt="Akshay kumar" title="A Reunion Selfie for Akshay Kumar and Sunil Shetty" data-src="https://askkissy.com/wp-content/uploads/2023/11/Akshay-kumar-210x136.png" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/askkissy.com\/wp-content\/uploads\/2023\/11\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Akshay-kumar-86x64.png&quot;,&quot;210&quot;:&quot;Akshay-kumar-210x136.png&quot;,&quot;279&quot;:&quot;Akshay-kumar-279x220.png&quot;,&quot;357&quot;:&quot;Akshay-kumar-357x210.png&quot;,&quot;750&quot;:&quot;Akshay-kumar-750x430.png&quot;,&quot;1096&quot;:&quot;Akshay-kumar.png&quot;}}" class="img-holder" href="https://askkissy.com/a-reunion-selfie-for-akshay-kumar-and-sunil-shetty/"></a></div><p class="title"> <a class="post-url" href="https://askkissy.com/a-reunion-selfie-for-akshay-kumar-and-sunil-shetty/" title="A Reunion Selfie for Akshay Kumar and Sunil Shetty"> <span class="post-title"> A Reunion Selfie for Akshay Kumar and Sunil Shetty </span> </a></p></div></div ></div></div><div class="bs-pagination bs-ajax-pagination next_prev main-term-none clearfix"> <script type="litespeed/javascript">var bs_ajax_paginate_546785534='{"query":{"paginate":"next_prev","count":4,"post_type":"post","posts_per_page":4,"post__not_in":[3036],"ignore_sticky_posts":1,"post_status":["publish","private"],"category__in":[159],"_layout":{"state":"1|1|0","page":"2-col-right"}},"type":"wp_query","view":"Publisher::fetch_related_posts","current_page":1,"ajax_url":"\/wp-admin\/admin-ajax.php","remove_duplicates":"0","paginate":"next_prev","_layout":{"state":"1|1|0","page":"2-col-right"},"_bs_pagin_token":"af314e5"}'</script> <a class="btn-bs-pagination prev disabled" rel="prev" data-id="546785534" title="Previous"> <i class="fa fa-angle-left" aria-hidden="true"></i> Prev </a> <a rel="next" class="btn-bs-pagination next" data-id="546785534" title="Next"> Next <i class="fa fa-angle-right" aria-hidden="true"></i> </a></div></div><div class="tab-pane bs-tab-anim bs-tab-animated bs-deferred-container" id="relatedposts_1235490352_2"><div class="bs-pagination-wrapper main-term-none next_prev "><div class="bs-deferred-load-wrapper" id="bsd_relatedposts_1235490352_2"> <script type="litespeed/javascript">var bs_deferred_loading_bsd_relatedposts_1235490352_2='{"query":{"paginate":"next_prev","count":4,"author":6,"post_type":"post","_layout":{"state":"1|1|0","page":"2-col-right"}},"type":"wp_query","view":"Publisher::fetch_other_related_posts","current_page":1,"ajax_url":"\/wp-admin\/admin-ajax.php","remove_duplicates":"0","paginate":"next_prev","_layout":{"state":"1|1|0","page":"2-col-right"},"_bs_pagin_token":"e9c423a"}'</script> </div></div></div></div></div><section id="comments-template-3036" class="comments-template"><p class="comments-closed"> Comments are closed.</p></section></div><div class="col-sm-4 sidebar-column sidebar-column-primary"><aside id="sidebar-primary-sidebar" class="sidebar" role="complementary" aria-label="Primary Sidebar Sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div id="better-social-counter-2" class=" h-ni w-nt primary-sidebar-widget widget widget_better-social-counter"><div class=" better-studio-shortcode bsc-clearfix better-social-counter style-style-10 colored in-4-col"><ul class="social-list bsc-clearfix"><li class="social-item facebook"><a href="https://www.facebook.com/askkissy" class="item-link" target="_blank"><i class="item-icon bsfi-facebook"></i><span class="item-count">89.8k</span><span class="item-title">Likes </span> <span class="item-join">Like our page</span> </a></li><li class="social-item twitter"><a href="https://twitter.com//kissy_ask" class="item-link" target="_blank"><i class="item-icon bsfi-twitter"></i><span class="item-count">73.4k</span><span class="item-title">Followers </span> <span class="item-join">Follow Us</span> </a></li><li class="social-item pinterest"><a href="https://www.pinterest.com/askkissy" class="item-link" target="_blank"><i class="item-icon bsfi-pinterest"></i><span class="item-count">Pinterest</span><span class="item-title">Followers </span> <span class="item-join">Follow Us</span> </a></li><li class="social-item rss"><a href="https://askkissy.com/feed/rss/" class="item-link" target="_blank"><i class="item-icon bsfi-rss"></i><span class="item-count">RSS</span><span class="item-title">Subscribe </span> <span class="item-join">Subscribe</span> </a></li></ul></div></div></aside></div></div></div></main></div><footer id="site-footer" class="site-footer boxed"><div class="footer-widgets light-text"><div class="content-wrap"><div class="container"><div class="row"><div class="col-sm-4"><aside id="sidebar-footer-1" class="sidebar" role="complementary" aria-label="Footer - Column 1 Sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div id="block-4" class=" h-ni w-nt footer-widget footer-column-1 widget widget_block"><div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-layout-1 wp-block-buttons-is-layout-flex"></div></div></aside></div><div class="col-sm-4"><aside id="sidebar-footer-2" class="sidebar" role="complementary" aria-label="Footer - Column 2 Sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div id="bs-thumbnail-listing-1-5" class=" h-ni bs-hidden-xs w-nt footer-widget footer-column-2 widget widget_bs-thumbnail-listing-1"><div class=" bs-listing bs-listing-listing-thumbnail-1 bs-listing-single-tab pagination-animate"><p class="section-heading sh-t6 sh-s10 main-term-none"> <span class="h-text main-term-none main-link"> Recent Posts </span></p><div class="bs-pagination-wrapper main-term-none next_prev bs-slider-first-item"><div class="listing listing-thumbnail listing-tb-1 clearfix columns-1"><div class="post-11733 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-1 main-term-159"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"> <a title="A Look at Nike’s Most Iconic Shoes" data-src="https://askkissy.com/wp-content/uploads/2023/11/46e519a7thumbnail-86x64.jpeg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/askkissy.com\/wp-content\/uploads\/2023\/11\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;46e519a7thumbnail-86x64.jpeg&quot;,&quot;210&quot;:&quot;46e519a7thumbnail-210x136.jpeg&quot;,&quot;960&quot;:&quot;46e519a7thumbnail.jpeg&quot;}}" class="img-holder" href="https://askkissy.com/a-look-at-nikes-most-iconic-shoes/"></a></div><p class="title"> <a href="https://askkissy.com/a-look-at-nikes-most-iconic-shoes/" class="post-url post-title"> A Look at Nike’s Most Iconic Shoes </a></p><div class="post-meta"><span class="time"><time class="post-published updated" datetime="2023-11-05T07:51:01+00:00">Nov 5, 2023</time></span></div></div></div ><div class="post-11732 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-1 main-term-158"><div class="item-inner clearfix"><div class="featured featured-type-featured-image"> <a title="What Is The Meaning Of Water Mitigation?" data-src="https://askkissy.com/wp-content/uploads/2023/11/7d0218a4thumbnail-86x64.png" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/askkissy.com\/wp-content\/uploads\/2023\/11\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;7d0218a4thumbnail-86x64.png&quot;,&quot;210&quot;:&quot;7d0218a4thumbnail-210x136.png&quot;,&quot;875&quot;:&quot;7d0218a4thumbnail.png&quot;}}" class="img-holder" href="https://askkissy.com/what-is-the-meaning-of-water-mitigation/"></a></div><p class="title"> <a href="https://askkissy.com/what-is-the-meaning-of-water-mitigation/" class="post-url post-title"> What Is The Meaning Of Water Mitigation? </a></p><div class="post-meta"><span class="time"><time class="post-published updated" datetime="2023-11-05T07:51:01+00:00">Nov 5, 2023</time></span></div></div></div ></div></div><div class="bs-pagination bs-ajax-pagination next_prev main-term-none clearfix"> <script type="litespeed/javascript">var bs_ajax_paginate_1452967860='{"query":{"category":"","tag":"","taxonomy":"","post_ids":"","post_type":"","count":"2","order_by":"date","order":"DESC","time_filter":"","offset":"","style":"listing-thumbnail-1","cats-tags-condition":"and","cats-condition":"in","tags-condition":"in","featured_image":"0","ignore_sticky_posts":"1","author_ids":"","disable_duplicate":"0","ad-active":0,"paginate":"next_prev","pagination-show-label":"0","columns":1,"listing-settings":{"thumbnail-type":"featured-image","title-limit":"55","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","show-ranking":"0","meta":{"show":"1","author":"0","date":"1","date-format":"standard","view":"0","share":"0","comment":"0","review":"1"}},"override-listing-settings":"0","_layout":{"state":"1|1|0","page":"2-col-right"}},"type":"bs_post_listing","view":"Publisher_Thumbnail_Listing_1_Shortcode","current_page":1,"ajax_url":"\/wp-admin\/admin-ajax.php","remove_duplicates":"0","paginate":"next_prev","pagination-show-label":"0","override-listing-settings":"0","listing-settings":{"thumbnail-type":"featured-image","title-limit":"55","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","show-ranking":"0","meta":{"show":"1","author":"0","date":"1","date-format":"standard","view":"0","share":"0","comment":"0","review":"1"}},"columns":1,"ad-active":false,"_layout":{"state":"1|1|0","page":"2-col-right"},"_bs_pagin_token":"9f9b4b8","data":{"vars":{"post-ranking-offset":2}}}'</script> <a class="btn-bs-pagination prev disabled" rel="prev" data-id="1452967860" title="Previous"> <i class="fa fa-angle-left" aria-hidden="true"></i> Prev </a> <a rel="next" class="btn-bs-pagination next" data-id="1452967860" title="Next"> Next <i class="fa fa-angle-right" aria-hidden="true"></i> </a></div></div></div></aside></div><div class="col-sm-4"><aside id="sidebar-footer-3" class="sidebar" role="complementary" aria-label="Footer - Column 3 Sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div id="block-7" class=" h-ni w-nt footer-widget footer-column-3 widget widget_block"><div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex"></div></div></aside></div></div></div></div></div><div class="copy-footer"><div class="content-wrap"><div class="container"><div class="row"><div class="col-lg-12"><div id="menu-footer" class="menu footer-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"><nav class="footer-menu-container"><ul id="footer-navigation" class="footer-menu menu clearfix"><li id="menu-item-929" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-929"><a href="https://askkissy.com/about-us/">About Us</a></li><li id="menu-item-930" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-930"><a href="https://askkissy.com/contact-us/">Contact Us</a></li><li id="menu-item-10679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy better-anim-fade menu-item-10679"><a rel="privacy-policy" href="https://askkissy.com/privacy-policy/">Privacy Policy</a></li><li id="menu-item-5833" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-5833"><a href="https://askkissy.com/cookies/">Cookies Policy</a></li><li id="menu-item-10492" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-10492"><a href="https://askkissy.com/disclaimer/">Disclaimer</a></li><li id="menu-item-10493" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-10493"><a href="https://askkissy.com/terms-and-conditions/">Terms and Conditions</a></li><li id="menu-item-10691" class="menu-item menu-item-type-custom menu-item-object-custom better-anim-fade menu-item-10691"><a href="https://askkissy.com/sitemap_index.xml">SiteMap</a></li></ul></nav></div></div></div><div class="row footer-copy-row"><div class="copy-1 col-lg-6 col-md-6 col-sm-6 col-xs-12"> 2024 © askkissy.com</div><div class="copy-2 col-lg-6 col-md-6 col-sm-6 col-xs-12"></div></div></div></div></div></footer></div> <span class="back-top"><i class="fa fa-arrow-up"></i></span><div class="rh-cover noscroll gr-7 no-login-icon no-social-icon no-top-nav"> <span class="rh-close"></span><div class="rh-panel rh-pm"><div class="rh-p-h"></div><div class="rh-p-b"><div class="rh-c-m clearfix"></div></div></div></div><style id="core-block-supports-inline-css" type="text/css">.wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1{justify-content:center;}</style> <script id="better-post-views-cache-js-extra" type="litespeed/javascript">var better_post_views_vars={"admin_ajax_url":"https:\/\/askkissy.com\/wp-admin\/admin-ajax.php","post_id":"3036"}</script> <script id="ez-toc-scroll-scriptjs-js-extra" type="litespeed/javascript">var eztoc_smooth_local={"scroll_offset":"30","add_request_uri":""}</script> <script id="ez-toc-js-js-extra" type="litespeed/javascript">var ezTOC={"smooth_scroll":"1","visibility_hide_by_default":"1","scroll_offset":"30","fallbackIcon":"<span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span>"}</script> <script id="ez-toc-js-js-after" type="litespeed/javascript">let mobileContainer=document.querySelector("#mobile.vc_row-fluid");if(document.querySelectorAll("#mobile.vc_row-fluid").length>0){let ezTocContainerUL=mobileContainer.querySelectorAll('.ez-toc-link');let uniqID='xs-sm-'+Math.random().toString(16).slice(2);for(let i=0;i<ezTocContainerUL.length;i++){let anchorHREF=ezTocContainerUL[i].getAttribute('href');mobileContainer.querySelector("span.ez-toc-section"+anchorHREF).setAttribute('id',anchorHREF.replace('#','')+'-'+uniqID);ezTocContainerUL[i].setAttribute('href',anchorHREF+'-'+uniqID)}}</script> <script id="publisher-theme-pagination-js-extra" type="litespeed/javascript">var bs_pagination_loc={"loading":"<div class=\"bs-loading\"><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><\/div>"}</script> <script id="publisher-js-extra" type="litespeed/javascript">var publisher_theme_global_loc={"page":{"boxed":"full-width"},"header":{"style":"style-1","boxed":"full-width"},"ajax_url":"https:\/\/askkissy.com\/wp-admin\/admin-ajax.php","loading":"<div class=\"bs-loading\"><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><\/div>","translations":{"tabs_all":"All","tabs_more":"More","lightbox_expand":"Expand the image","lightbox_close":"Close"},"lightbox":{"not_classes":""},"main_menu":{"more_menu":"enable"},"top_menu":{"more_menu":"enable"},"skyscraper":{"sticky_gap":30,"sticky":!1,"position":""},"share":{"more":!0},"refresh_googletagads":"1","get_locale":"en-US","notification":{"subscribe_msg":"By clicking the subscribe button you will never miss the new articles!","subscribed_msg":"You're subscribed to notifications","subscribe_btn":"Subscribe","subscribed_btn":"Unsubscribe"}};var publisher_theme_ajax_search_loc={"ajax_url":"https:\/\/askkissy.com\/wp-admin\/admin-ajax.php","previewMarkup":"<div class=\"ajax-search-results-wrapper ajax-search-no-product ajax-search-fullwidth\">\n\t<div class=\"ajax-search-results\">\n\t\t<div class=\"ajax-ajax-posts-list\">\n\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t<span>Posts<\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"posts-lists\" data-section-name=\"posts\"><\/div>\n\t\t<\/div>\n\t\t<div class=\"ajax-taxonomy-list\">\n\t\t\t<div class=\"ajax-categories-columns\">\n\t\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t\t<span>Categories<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"posts-lists\" data-section-name=\"categories\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ajax-tags-columns\">\n\t\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t\t<span>Tags<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"posts-lists\" data-section-name=\"tags\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>","full_width":"1"}</script> <script data-no-optimize="1">!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).LazyLoad=e()}(this,function(){"use strict";function e(){return(e=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n,a=arguments[e];for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n])}return t}).apply(this,arguments)}function i(t){return e({},it,t)}function o(t,e){var n,a="LazyLoad::Initialized",i=new t(e);try{n=new CustomEvent(a,{detail:{instance:i}})}catch(t){(n=document.createEvent("CustomEvent")).initCustomEvent(a,!1,!1,{instance:i})}window.dispatchEvent(n)}function l(t,e){return t.getAttribute(gt+e)}function c(t){return l(t,bt)}function s(t,e){return function(t,e,n){e=gt+e;null!==n?t.setAttribute(e,n):t.removeAttribute(e)}(t,bt,e)}function r(t){return s(t,null),0}function u(t){return null===c(t)}function d(t){return c(t)===vt}function f(t,e,n,a){t&&(void 0===a?void 0===n?t(e):t(e,n):t(e,n,a))}function _(t,e){nt?t.classList.add(e):t.className+=(t.className?" ":"")+e}function v(t,e){nt?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\\s+)"+e+"(\\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")}function g(t){return t.llTempImage}function b(t,e){!e||(e=e._observer)&&e.unobserve(t)}function p(t,e){t&&(t.loadingCount+=e)}function h(t,e){t&&(t.toLoadCount=e)}function n(t){for(var e,n=[],a=0;e=t.children[a];a+=1)"SOURCE"===e.tagName&&n.push(e);return n}function m(t,e){(t=t.parentNode)&&"PICTURE"===t.tagName&&n(t).forEach(e)}function a(t,e){n(t).forEach(e)}function E(t){return!!t[st]}function I(t){return t[st]}function y(t){return delete t[st]}function A(e,t){var n;E(e)||(n={},t.forEach(function(t){n[t]=e.getAttribute(t)}),e[st]=n)}function k(a,t){var i;E(a)&&(i=I(a),t.forEach(function(t){var e,n;e=a,(t=i[n=t])?e.setAttribute(n,t):e.removeAttribute(n)}))}function L(t,e,n){_(t,e.class_loading),s(t,ut),n&&(p(n,1),f(e.callback_loading,t,n))}function w(t,e,n){n&&t.setAttribute(e,n)}function x(t,e){w(t,ct,l(t,e.data_sizes)),w(t,rt,l(t,e.data_srcset)),w(t,ot,l(t,e.data_src))}function O(t,e,n){var a=l(t,e.data_bg_multi),i=l(t,e.data_bg_multi_hidpi);(a=at&&i?i:a)&&(t.style.backgroundImage=a,n=n,_(t=t,(e=e).class_applied),s(t,ft),n&&(e.unobserve_completed&&b(t,e),f(e.callback_applied,t,n)))}function N(t,e){!e||0<e.loadingCount||0<e.toLoadCount||f(t.callback_finish,e)}function C(t,e,n){t.addEventListener(e,n),t.llEvLisnrs[e]=n}function M(t){return!!t.llEvLisnrs}function z(t){if(M(t)){var e,n,a=t.llEvLisnrs;for(e in a){var i=a[e];n=e,i=i,t.removeEventListener(n,i)}delete t.llEvLisnrs}}function R(t,e,n){var a;delete t.llTempImage,p(n,-1),(a=n)&&--a.toLoadCount,v(t,e.class_loading),e.unobserve_completed&&b(t,n)}function T(o,r,c){var l=g(o)||o;M(l)||function(t,e,n){M(t)||(t.llEvLisnrs={});var a="VIDEO"===t.tagName?"loadeddata":"load";C(t,a,e),C(t,"error",n)}(l,function(t){var e,n,a,i;n=r,a=c,i=d(e=o),R(e,n,a),_(e,n.class_loaded),s(e,dt),f(n.callback_loaded,e,a),i||N(n,a),z(l)},function(t){var e,n,a,i;n=r,a=c,i=d(e=o),R(e,n,a),_(e,n.class_error),s(e,_t),f(n.callback_error,e,a),i||N(n,a),z(l)})}function G(t,e,n){var a,i,o,r,c;t.llTempImage=document.createElement("IMG"),T(t,e,n),E(c=t)||(c[st]={backgroundImage:c.style.backgroundImage}),o=n,r=l(a=t,(i=e).data_bg),c=l(a,i.data_bg_hidpi),(r=at&&c?c:r)&&(a.style.backgroundImage='url("'.concat(r,'")'),g(a).setAttribute(ot,r),L(a,i,o)),O(t,e,n)}function D(t,e,n){var a;T(t,e,n),a=e,e=n,(t=It[(n=t).tagName])&&(t(n,a),L(n,a,e))}function V(t,e,n){var a;a=t,(-1<yt.indexOf(a.tagName)?D:G)(t,e,n)}function F(t,e,n){var a;t.setAttribute("loading","lazy"),T(t,e,n),a=e,(e=It[(n=t).tagName])&&e(n,a),s(t,vt)}function j(t){t.removeAttribute(ot),t.removeAttribute(rt),t.removeAttribute(ct)}function P(t){m(t,function(t){k(t,Et)}),k(t,Et)}function S(t){var e;(e=At[t.tagName])?e(t):E(e=t)&&(t=I(e),e.style.backgroundImage=t.backgroundImage)}function U(t,e){var n;S(t),n=e,u(e=t)||d(e)||(v(e,n.class_entered),v(e,n.class_exited),v(e,n.class_applied),v(e,n.class_loading),v(e,n.class_loaded),v(e,n.class_error)),r(t),y(t)}function $(t,e,n,a){var i;n.cancel_on_exit&&(c(t)!==ut||"IMG"===t.tagName&&(z(t),m(i=t,function(t){j(t)}),j(i),P(t),v(t,n.class_loading),p(a,-1),r(t),f(n.callback_cancel,t,e,a)))}function q(t,e,n,a){var i,o,r=(o=t,0<=pt.indexOf(c(o)));s(t,"entered"),_(t,n.class_entered),v(t,n.class_exited),i=t,o=a,n.unobserve_entered&&b(i,o),f(n.callback_enter,t,e,a),r||V(t,n,a)}function H(t){return t.use_native&&"loading"in HTMLImageElement.prototype}function B(t,i,o){t.forEach(function(t){return(a=t).isIntersecting||0<a.intersectionRatio?q(t.target,t,i,o):(e=t.target,n=t,a=i,t=o,void(u(e)||(_(e,a.class_exited),$(e,n,a,t),f(a.callback_exit,e,n,t))));var e,n,a})}function J(e,n){var t;et&&!H(e)&&(n._observer=new IntersectionObserver(function(t){B(t,e,n)},{root:(t=e).container===document?null:t.container,rootMargin:t.thresholds||t.threshold+"px"}))}function K(t){return Array.prototype.slice.call(t)}function Q(t){return t.container.querySelectorAll(t.elements_selector)}function W(t){return c(t)===_t}function X(t,e){return e=t||Q(e),K(e).filter(u)}function Y(e,t){var n;(n=Q(e),K(n).filter(W)).forEach(function(t){v(t,e.class_error),r(t)}),t.update()}function t(t,e){var n,a,t=i(t);this._settings=t,this.loadingCount=0,J(t,this),n=t,a=this,Z&&window.addEventListener("online",function(){Y(n,a)}),this.update(e)}var Z="undefined"!=typeof window,tt=Z&&!("onscroll"in window)||"undefined"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),et=Z&&"IntersectionObserver"in window,nt=Z&&"classList"in document.createElement("p"),at=Z&&1<window.devicePixelRatio,it={elements_selector:".lazy",container:tt||Z?document:null,threshold:300,thresholds:null,data_src:"src",data_srcset:"srcset",data_sizes:"sizes",data_bg:"bg",data_bg_hidpi:"bg-hidpi",data_bg_multi:"bg-multi",data_bg_multi_hidpi:"bg-multi-hidpi",data_poster:"poster",class_applied:"applied",class_loading:"litespeed-loading",class_loaded:"litespeed-loaded",class_error:"error",class_entered:"entered",class_exited:"exited",unobserve_completed:!0,unobserve_entered:!1,cancel_on_exit:!0,callback_enter:null,callback_exit:null,callback_applied:null,callback_loading:null,callback_loaded:null,callback_error:null,callback_finish:null,callback_cancel:null,use_native:!1},ot="src",rt="srcset",ct="sizes",lt="poster",st="llOriginalAttrs",ut="loading",dt="loaded",ft="applied",_t="error",vt="native",gt="data-",bt="ll-status",pt=[ut,dt,ft,_t],ht=[ot],mt=[ot,lt],Et=[ot,rt,ct],It={IMG:function(t,e){m(t,function(t){A(t,Et),x(t,e)}),A(t,Et),x(t,e)},IFRAME:function(t,e){A(t,ht),w(t,ot,l(t,e.data_src))},VIDEO:function(t,e){a(t,function(t){A(t,ht),w(t,ot,l(t,e.data_src))}),A(t,mt),w(t,lt,l(t,e.data_poster)),w(t,ot,l(t,e.data_src)),t.load()}},yt=["IMG","IFRAME","VIDEO"],At={IMG:P,IFRAME:function(t){k(t,ht)},VIDEO:function(t){a(t,function(t){k(t,ht)}),k(t,mt),t.load()}},kt=["IMG","IFRAME","VIDEO"];return t.prototype={update:function(t){var e,n,a,i=this._settings,o=X(t,i);{if(h(this,o.length),!tt&&et)return H(i)?(e=i,n=this,o.forEach(function(t){-1!==kt.indexOf(t.tagName)&&F(t,e,n)}),void h(n,0)):(t=this._observer,i=o,t.disconnect(),a=t,void i.forEach(function(t){a.observe(t)}));this.loadAll(o)}},destroy:function(){this._observer&&this._observer.disconnect(),Q(this._settings).forEach(function(t){y(t)}),delete this._observer,delete this._settings,delete this.loadingCount,delete this.toLoadCount},loadAll:function(t){var e=this,n=this._settings;X(t,n).forEach(function(t){b(t,e),V(t,n,e)})},restoreAll:function(){var e=this._settings;Q(e).forEach(function(t){U(t,e)})}},t.load=function(t,e){e=i(e);V(t,e)},t.resetStatus=function(t){r(t)},Z&&function(t,e){if(e)if(e.length)for(var n,a=0;n=e[a];a+=1)o(t,n);else o(t,e)}(t,window.lazyLoadOptions),t});!function(e,t){"use strict";function a(){t.body.classList.add("litespeed_lazyloaded")}function n(){console.log("[LiteSpeed] Start Lazy Load Images"),d=new LazyLoad({elements_selector:"[data-lazyloaded]",callback_finish:a}),o=function(){d.update()},e.MutationObserver&&new MutationObserver(o).observe(t.documentElement,{childList:!0,subtree:!0,attributes:!0})}var d,o;e.addEventListener?e.addEventListener("load",n,!1):e.attachEvent("onload",n)}(window,document);</script><script data-no-optimize="1">var litespeed_vary=document.cookie.replace(/(?:(?:^|.*;\s*)_lscache_vary\s*\=\s*([^;]*).*$)|^.*$/,"");litespeed_vary||fetch("/wp-content/plugins/litespeed-cache/guest.vary.php",{method:"POST",cache:"no-cache",redirect:"follow"}).then(e=>e.json()).then(e=>{console.log(e),e.hasOwnProperty("reload")&&"yes"==e.reload&&(sessionStorage.setItem("litespeed_docref",document.referrer),window.location.reload(!0))});</script><script data-optimized="1" type="litespeed/javascript" data-src="https://askkissy.com/wp-content/litespeed/js/3d04a7797d65655d88c17bece53d5381.js?ver=5391e"></script><script>const litespeed_ui_events=["mouseover","click","keydown","wheel","touchmove","touchstart"];var urlCreator=window.URL||window.webkitURL;function litespeed_load_delayed_js_force(){console.log("[LiteSpeed] Start Load JS Delayed"),litespeed_ui_events.forEach(e=>{window.removeEventListener(e,litespeed_load_delayed_js_force,{passive:!0})}),document.querySelectorAll("iframe[data-litespeed-src]").forEach(e=>{e.setAttribute("src",e.getAttribute("data-litespeed-src"))}),"loading"==document.readyState?window.addEventListener("DOMContentLoaded",litespeed_load_delayed_js):litespeed_load_delayed_js()}litespeed_ui_events.forEach(e=>{window.addEventListener(e,litespeed_load_delayed_js_force,{passive:!0})});async function litespeed_load_delayed_js(){let t=[];for(var d in document.querySelectorAll('script[type="litespeed/javascript"]').forEach(e=>{t.push(e)}),t)await new Promise(e=>litespeed_load_one(t[d],e));document.dispatchEvent(new Event("DOMContentLiteSpeedLoaded")),window.dispatchEvent(new Event("DOMContentLiteSpeedLoaded"))}function litespeed_load_one(t,e){console.log("[LiteSpeed] Load ",t);var d=document.createElement("script");d.addEventListener("load",e),d.addEventListener("error",e),t.getAttributeNames().forEach(e=>{"type"!=e&&d.setAttribute("data-src"==e?"src":e,t.getAttribute(e))});let a=!(d.type="text/javascript");!d.src&&t.textContent&&(d.src=litespeed_inline2src(t.textContent),a=!0),t.after(d),t.remove(),a&&e()}function litespeed_inline2src(t){try{var d=urlCreator.createObjectURL(new Blob([t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1")],{type:"text/javascript"}))}catch(e){d="data:text/javascript;base64,"+btoa(t.replace(/^(?:<!--)?(.*?)(?:-->)?$/gm,"$1"))}return d}</script></body></html>
fineweb
{ "fineweb_metadata": { "text": "At birth, Kris Wu was named Wu Yi Fan. Juris Wu is the name he goes by in the business world. He had chosen to be a rapper, a singer, and an actor in his job. He had also done modeling, and he did it too. He was the leader of the band, which was called EXO. They were part of the Exo-M. He left in 2014. He had done many group shows and many solo shows. When his albums made it on the Chartist, they did well.\nEarly in life\nA different name was given to Kris. It was called Li Jiaheng. In 1990, he died on November 6th. He was born in the land of Guangzhou, which was in China. There were two people who gave birth to him: Stacey Yu Wu and Li Kaiming. In the beginning, when his parents were just a few months old, they broke up because of their problems. She raised and took care of him. He told his mother everything he had ever done. His mother moved him to Vancouver in British Columbia, when he was ten years old so that they could live there. His mother took him to China again after four years. He went to the Guangzhou No. 7 Middle School, where he learned about the world. He went to China for a short time, then went back to Vancouver. Then, he went to Point Grey Secondary School to do more study. He had been to Winston Churchill Secondary School for half of his schooling, and he was done. In there, he went by the name Kevin Li. In law, he changed his name when he was 17.\nIt was when he was just 18 years old that he tried out for SM Entertainment, which was there in Vancouver at the time. When he did well in the audition, he was hired as a trainee by that company. In 2012, he was sworn in with the band EXO. Soon, he was an important part of the band. This is how it worked: Exo became the most popular K. Pop group in South Korea, making them the most popular group in the country. The band had done a lot of commercials in South Korea and with a lot of other bands from around the world, too. XOXO was the name of an album that the group had put out before. The album was a big hit, and it sold more than 1 million copies in a short time. When he worked for a record company, he worked with Ace Unit Culture and Interscope. EXO, EXO-M, and even SM Town worked with him. After starting his artists from 2012 to 2021, he had them for a long time. As a Youth Ambassador at the 3rd Silk Road International Film Festival in China, he is the person people see. Mixxtail and Mercedes Benz were the first brands that he had done a deal with. He has made movies like Somewhere Only We Know, Mr. Six, The Mermaid, So Young 2: Never Gone, Sweet Sixteen, and many more. He has also done TV shows like The Golden Hairpin.\nYou can look at the net worth of other celebrities\nA person’s life\nAlso, they know Chinese, English, and Korean, but they don’t speak any other language. In the year 2019, he told people about his national-level facts. This is what he did for his country.\nKris Wu has a net worth of about $9 million, which he earned through his acting and singing.", "id": "<urn:uuid:8570a5a5-c8f9-43a6-a420-39bc32d67d84>", "dump": "CC-MAIN-2024-10", "url": "https://askkissy.com/kris-wu-net-worth/", "date": "2024-02-25T07:48:42", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9972198009490967, "token_count": 727 } }
<urn:uuid:404be7a4-93c4-403f-90ed-397bbd9e4ba6>
<!DOCTYPE html> <html lang="en-US"> <head> <!--[if lt IE 9]> <script src="https://askshirelle.com/wp-content/themes/squared/js/html5/dist/html5shiv.js"></script> <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="https://askshirelle.com/wp-content/themes/squared/css/ie8.css"/> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="https://askshirelle.com/wp-content/themes/squared/css/ie7.css"/> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="UTF-8"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v22.0) - https://yoast.com/wordpress/plugins/seo/ --> <title>How to become an actor if your parents don&#039;t want you to - Ask Shirelle</title> <link rel="canonical" href="https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="How to become an actor if your parents don&#039;t want you to" /> <meta property="og:description" content="ana1821 asks: I come from Albania and I’m worried I won&#8217;t make it in the acting world. I really want to do it, but I’m so afraid to try. My parents think that I’m too young to act and they would never let me do it. I don&#8217;t know what to do. Please help me [&hellip;]" /> <meta property="og:url" content="https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/" /> <meta property="og:site_name" content="Ask Shirelle" /> <meta property="article:published_time" content="2012-07-24T04:20:35+00:00" /> <meta property="article:modified_time" content="2019-12-12T00:14:47+00:00" /> <meta name="author" content="shirelle" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="shirelle" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="4 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/","url":"https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/","name":"How to become an actor if your parents don't want you to - Ask Shirelle","isPartOf":{"@id":"https://askshirelle.com/#website"},"datePublished":"2012-07-24T04:20:35+00:00","dateModified":"2019-12-12T00:14:47+00:00","author":{"@id":"https://askshirelle.com/#/schema/person/83f4f3fed011461b5e9acb21d863919e"},"breadcrumb":{"@id":"https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/"]}]},{"@type":"BreadcrumbList","@id":"https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://askshirelle.com/"},{"@type":"ListItem","position":2,"name":"Questions and Answers","item":"https://askshirelle.com/questions-and-answers/"},{"@type":"ListItem","position":3,"name":"How to become an actor if your parents don&#8217;t want you to"}]},{"@type":"WebSite","@id":"https://askshirelle.com/#website","url":"https://askshirelle.com/","name":"Ask Shirelle","description":"Down to Earth Advice for Kids, Teens, and Everyone Else","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://askshirelle.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https://askshirelle.com/#/schema/person/83f4f3fed011461b5e9acb21d863919e","name":"shirelle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://askshirelle.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=96&d=mm&r=g","caption":"shirelle"}}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Ask Shirelle &raquo; How to become an actor if your parents don&#8217;t want you to Comments Feed" href="https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.24.3 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-YNHLSFXT6F" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '7.24.3'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/askshirelle.com\/2012\/07\/23\/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-YNHLSFXT6F', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-YNHLSFXT6F', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/askshirelle.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://askshirelle.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='mediaelement-css' href='https://askshirelle.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://askshirelle.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='squared-style-css' href='https://askshirelle.com/wp-content/themes/squared/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-reset-css' href='https://askshirelle.com/wp-content/themes/squared/css/reset.css?ver=20120208' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-main-style-css' href='https://askshirelle.com/wp-content/themes/squared/css/main_teal.css?ver=2014123' type='text/css' media='all' /> <link rel='stylesheet' id='sib-front-css-css' href='https://askshirelle.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='simplr-forms-style-css' href='https://askshirelle.com/wp-content/plugins/simplr-registration-form/assets/skins/default.css?ver=6.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.24.3" id="exactmetrics-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/askshirelle.com","hash_tracking":"false","v4_id":"G-YNHLSFXT6F"};/* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&amp;ver=ee939953aa2115e2ca59" id="wp-jp-i18n-loader-js"></script> <script type="text/javascript" id="wp-jp-i18n-loader-js-after"> /* <![CDATA[ */ wp.jpI18nLoader.state = {"baseUrl":"https://askshirelle.com/wp-content/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack","jetpack-assets":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack","jetpack-boost-speed-score":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-config":"plugins/jetpack","jetpack-connection":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-google-fonts-provider":"plugins/jetpack","jetpack-idc":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-ip":"plugins/jetpack","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack","jetpack-plugins-installer":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-sync":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","jetpack-wordads":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-google-fonts-provider":"jetpack_vendor/automattic/jetpack-google-fonts-provider/","jetpack-idc":"jetpack_vendor/automattic/jetpack-identity-crisis/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","jetpack-wordads":"jetpack_vendor/automattic/jetpack-wordads/"}}; /* ]]> */ </script> <script type="text/javascript" id="sib-front-js-js-extra"> /* <![CDATA[ */ var sibErrMsg = {"invalidMail":"Please fill out valid email address","requiredField":"Please fill out required fields","invalidDateFormat":"Please fill out valid date format","invalidSMSFormat":"Please fill out valid phone number"}; var ajax_sib_front_object = {"ajax_url":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","ajax_nonce":"0b474af1e4","flag_url":"https:\/\/askshirelle.com\/wp-content\/plugins\/mailin\/img\/flags\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1708112018" id="sib-front-js-js"></script> <link rel="https://api.w.org/" href="https://askshirelle.com/wp-json/" /><link rel="alternate" type="application/json" href="https://askshirelle.com/wp-json/wp/v2/posts/5278" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://askshirelle.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://askshirelle.com/?p=5278' /> <link rel="alternate" type="application/json+oembed" href="https://askshirelle.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskshirelle.com%2F2012%2F07%2F23%2Fana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://askshirelle.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskshirelle.com%2F2012%2F07%2F23%2Fana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young%2F&#038;format=xml" /> <style>img#wpstats{display:none}</style> <link href='//fonts.googleapis.com/css?family=Shadows+Into Light:400' rel='stylesheet' type='text/css'><style type="text/css">.wp-video-shortcode {max-width: 100% !important;}body { background:#; }.cnt .sAs .twr { background:#; }.cnt article h1.entry-title a { color:#159b66; }.cnt article h2.entry-title a { color:#159b66; }.bSe h1,.bSe h2.entry-title { color:#159b66; }.bSe h5 { color:#159b66; }.bSe h6 { color:#159b66; }.cnt article p { color:#343434; }.cnt .bSe article { color:#343434; }.cnt article h1 a, .tve-woocommerce .bSe .awr .entry-title, .tve-woocommerce .bSe .awr .page-title{font-family:Shadows Into Light,sans-serif;}.bSe h1,.bSe h2.entry-title{font-family:Shadows Into Light,sans-serif;}.bSe h2,.tve-woocommerce .bSe h2{font-family:Shadows Into Light,sans-serif;}.bSe h3,.tve-woocommerce .bSe h3{font-family:Shadows Into Light,sans-serif;}.bSe h4{font-family:Shadows Into Light,sans-serif;}.bSe h5{font-family:Shadows Into Light,sans-serif;}.bSe h6{font-family:Shadows Into Light,sans-serif;}#text_logo{font-family:Shadows Into Light,sans-serif;}.cnt, .cnt article p, .bp-t, .tve-woocommerce .product p, .tve-woocommerce .products p{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}.bSe h1,.bSe h2.entry-title, .hru h1, .bSe .entry-title { font-size:48px!important; }.cnt { font-size:20px; }.thrivecb { font-size:20px; }.out { font-size:20px; }.aut p { font-size:20px; }.cnt p { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.thrivecb { line-height:1.6em; }.bSe a, .cnt article a { color:#ffa200; }.bSe .faq h4{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}header ul.menu > li > a { color:#e6e6e6; }header ul.menu > li > a:hover { color:#ffa200; }header nav > ul > li.current_page_item > a:hover { color:#ffa200; }header nav > ul > li.current_menu_item > a:hover { color:#ffa200; }header nav > ul > li.current_menu_item > a:hover { color:#ffa200; }header nav > ul > li > a:active { color:#ffa200; }header #logo > a > img { max-width:500px; }header ul.menu > li.h-cta > a { color:#FFFFFF!important; }header ul.menu > li.h-cta > a { background:#f4c664; }header ul.menu > li.h-cta > a { border-color:#daac4a; }header ul.menu > li.h-cta > a:hover { color:#FFFFFF!important; }header ul.menu > li.h-cta > a:hover { background:#f5cd77; }header ul.menu > li.h-cta > a:hover { border-color:#dbb35d; }</style> <style type="text/css">.cnt .awr.lnd { padding-top:0px;} ul { list-style-type: none;} ul li { background-image: none;} .cnt article ul li:before{color:white;}</style> </head> <body class="post-template-default single single-post postid-5278 single-format-standard custom-background jps-theme-squared"> <div class="flex-cnt"> <div id="floating_menu" data-float='float-scroll'> <header class="hbc" style="background-image: none; background-color:#000000"> <div class="side_logo wrp " id="head_wrp"> <div class="h-i"> <div id="logo" class="left"> <a href="https://askshirelle.com/" class="lg"> <img src="http://www.askshirelle.com/wp-content/uploads/2015/08/ask.png" alt="Ask Shirelle"/> </a> </div> <div class="hmn"> <div class="awe rmn right">&#xf0c9;</div> <div class="clear"></div> </div> <div class="mhl right" id="nav_right"> <!-- Cart Dropdown --> <nav class="right"><ul id="menu-main" class="menu"><li id="menu-item-9190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home toplvl"><a href="https://askshirelle.com/">Home</a></li> <li id="menu-item-9198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children toplvl dropdown"><a href="https://askshirelle.com/join-my-pack/">Join My Pack</a><ul class="sub-menu"> <li id="menu-item-9215" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/join-my-pack/" class=" colch ">Join My Pack</a></li> <li id="menu-item-9214" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/pack-login/" class=" colch ">Pack Login</a></li> </ul></li> <li id="menu-item-9199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children toplvl dropdown"><a href="https://askshirelle.com/ask-a-question/">Ask a Question</a><ul class="sub-menu"> <li id="menu-item-9216" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/ask-a-question/" class=" colch ">Ask a Question</a></li> <li id="menu-item-9208" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent"><a href="https://askshirelle.com/questions-and-answers/" class=" colch ">Questions and Answers</a></li> </ul></li> <li id="menu-item-9211" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://askshirelle.com/for-parents/">For Parents</a></li> <li id="menu-item-9295" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://askshirelle.com/the-teachings-of-shirelle/">The Book</a></li> </ul></nav> </div> <div class="clear"></div> </div> </div> </header> </div> <div class="hru tcbk" > <div class="hrui"> <div class="wrp"> <h1 class="entry-title"> How to become an actor if your parents don&#8217;t want you to </h1> <div class="hcc" style='display:none;'> <a href="#comments"> 0 Comments </a> </div> </div> </div> </div> <div class="wrp cnt"> <!-- Start the wrapper div --> <div class="bSeCont"> <section class="bSe left"> <article> <div class="awr lnd hfp"> <p>ana1821 asks: I come from Albania and I’m worried I won&#8217;t make it in the acting world. I really want to do it, but I’m so afraid to try. My parents think that I’m too young to act and they would never let me do it. I don&#8217;t know what to do. Please help me figure this out.</p> <p>Hi ana1821 –</p> <p>It sounds to me like you have two problems at the moment.&nbsp; The first is that you’re afraid to try acting, and the second is that your parents don’t want you to do it.</p> <p>&nbsp;</p> <p>With the first, of course, you just simply have to find a way!&nbsp; If someone said to you that they wanted to become a mathematician but were afraid of math problems, you’d tell them they were crazy, right?&nbsp; Well, I know you’re not crazy, but the same problem holds here.&nbsp; Acting is a very difficult profession.&nbsp; The only people who succeed in it are those who <em>looooooove </em>doing it.&nbsp; Note: there are numerous successful actors who aren’t all that good at it – but they still have to <em>loooooooooove</em> doing it!!!&nbsp; So if you don’t love it, you simply have to not be an actor!</p> <p>&nbsp;</p> <p>Now with the second issue, of course that’s not up to you at all.&nbsp; If your parents absolutely refuse to allow you to act, then it’s hard for you to get into shows or movies.</p> <p>&nbsp;</p> <p>HOWEVER… there are literally innumerable ways for you to act that don’t break your parents’ <span id="more-5278"></span>rules.&nbsp; And, conveniently, I think there’s a really good chance you’ll find that they are less scary for you as well!&nbsp; Here are a few suggestions:</p> <p>&nbsp;</p> <p>1)&nbsp;&nbsp;&nbsp; When you’re with your friends, put on a show.&nbsp; Even if it’s just with them and for them.&nbsp; Write short scripts, use a room in your house as the setting, and direct the other kids while you play a really fun part yourself.&nbsp; All you’re doing is playing, right?&nbsp; You’re not breaking your parents’ rules by going out and getting into a professional arena.</p> <p>2)&nbsp;&nbsp;&nbsp; Does your school have a speech class, a debate team, or a singing program?&nbsp; Do any or (better) <em>all</em> of those.&nbsp; The skills you’ll learn in public speaking, debating, and singing are all great for acting.&nbsp; In fact, to a large degree you <em>will</em> be acting as you do those things.&nbsp; You might have to pretend you’re angry with the speech you’re giving, or pretend to believe a point of view you don’t actually share when you debate.&nbsp; And of course great singing always involves acting.&nbsp; Do you think Adele is really all that sad every time she sings one of those songs?&nbsp; No, she has to <em>act</em> it!</p> <p>3)&nbsp;&nbsp;&nbsp; Does your school have a dance class?&nbsp; Take it!&nbsp; Great actors are almost always great dancers, as both involve self-expression with one’s body.&nbsp; Again, you won’t be breaking your parents’ rule, but you’ll be building up your acting skills nonetheless.&nbsp; And if your school doesn’t have dance, does it have gymnastics, fencing, yoga, or even swimming?&nbsp; All these involve getting in touch with your whole body, and are just great for actors.</p> <p>4)&nbsp;&nbsp;&nbsp; I mentioned above that you could write little plays for yourself and your friends.&nbsp; But even beyond that, writing is terrific.&nbsp; Make up characters, and imagine what they’d say and do.&nbsp; You’ll be acting them out while you sit at your computer keyboard!</p> <p>5)&nbsp;&nbsp;&nbsp; Be patient, but be persistent.&nbsp; Your parents are likely frightened that being an actor will make you less of a success in other areas.&nbsp; But the older you get, the longer you’re a good student, the more you’re a good person, the less they’re going to worry.&nbsp; And maybe when you’re a bit older, if you’ve kept (mildly) pressuring them about how much you want this, they might give in a little, like letting you act in school, or in a local theater they trust.&nbsp; And from there, if you really love it, you can spread your wings a little more, and maybe do some student films, and then some professional plays, and then… who knows!&nbsp; Just realize that they mean well for you, and keep working to help their minds shift.</p> <p>&nbsp;</p> <p>Good Luck, ana1821!&nbsp; I hope this helps!!</p> <p>Shirelle</p> <p>&nbsp;</p> <p>&nbsp;</p> <div class="clear"></div> <div class="clear"></div> <footer> <ul class="clearfix"> <li style="width:100%;"> <span class="awe">&#xf115;</span> <a href="https://askshirelle.com/category/behavior/">Behavior</a>, <a href="https://askshirelle.com/category/family/">Family</a>, <a href="https://askshirelle.com/category/growingup/">Growing Up</a>, <a href="https://askshirelle.com/category/lifeskills/">Life Skills</a>, <a href="https://askshirelle.com/category/parenting/">Parenting</a>, <a href="https://askshirelle.com/category/questions/">Questions</a>, <a href="https://askshirelle.com/category/school/">School</a>, <a href="https://askshirelle.com/category/teens/">Teens</a> </li> </ul> <div class="clear"></div> </footer> </div> </article> <div class="spr"></div> <!-- TODO - the image has to link to the author page --> <article> <div class="awr aut"> <div class="amg"> <a href="https://askshirelle.com/author/shirelle/"> <div class="amgi" style="background-image: url('https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=180&#038;d=mm&#038;r=g')"></div> </a> </div> <div class="aat right"> <h4>About the Author</h4> <p></p> </div> <div class="clear"></div> </div> </article> <article id="comments"> <div class="awr"> <div class="ctb"> <h4 class="clearfix"> <span class="ftx txt_thrive_link_to_comments">Leave a Reply</span> <span class="right"> 0 comments </span> </h4> </div> </div> <div class="awr"> <div class="cmb" style="margin-left: 0px;" id="thrive_container_list_comments"> </div><!-- /comment_list --> <div class="lrp" id="thrive_container_form_add_comment" > <h4>Leave a Reply:</h4> <form action="https://askshirelle.com/wp-comments-post.php?wpe-comment-post=shirelle4ever" method="post" id="commentform"> <label for="author">Name <span>*</span></label> <input type="text" id="author" author="author" class="text_field author" name="author"/> <br/><br/> <label for="email">E-Mail <span>*</span></label> <input type="text" id="email" author="email" class="text_field email" name="email"/> <br/><br/> <label>Website</label> <input type="text" id="website" author="website" class="text_field website" name="url"/> <br/><br/> <p class="comment-form-cookies-consent"> <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent"> Save my name, email, and website in this browser for the next time I comment. </label> </p> <textarea id="comment" name="comment" class="textarea"></textarea> <div class="btn medium right"> <input type="submit" value="SUBMIT COMMENT"> </div> <input type='hidden' name='comment_post_ID' value='5278' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="062a0c408f" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="161"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> <div class="clear"></div> </form> </div> </div> </article> <div id="comment-bottom"></div> <div class="spr"></div> <div class="awr ctr pgn clearfix"> <a class="page-numbers nxt" href='https://askshirelle.com/2012/07/23/nicole1234yak-asks-i-think-i-may-be-bisexual-i-am-attracted-to-both-boys-and-girls-but-for-now-im-more-attracted-to-girls-im-checking-girls-out-just-the-way-i-check-out-boys/'>&larr;Previous post </a> <a class="page-numbers prv" href='https://askshirelle.com/2012/07/25/imran-asks-how-can-i-avoid-depression-anxiety-phobias-etc-how-can-i-make-good-relations-with-others-and-enjoy-my-life/'>Next post&rarr;</a> </div> </section> </div> <div class="sAsCont"> <aside class="sAs right"> <section id="jetpack-search-filters-2"><div class="scn"> <div id="jetpack-search-filters-2-wrapper" class="jetpack-instant-search-wrapper"> <div class="jetpack-search-form"><!--<section class="widget search_widget clear">--> <form action="https://askshirelle.com/" method="get" class="srh"> <input type="text" id="search-field" class="search-field" placeholder="Search..." name="s"/> <button type="submit" id="search-button" class="search-button sBn">&#xf002;</button> <input type="hidden" name="orderby" value="" /><input type="hidden" name="order" value="" /></form> <!--</section>--></div> <h4 class="jetpack-search-filters-widget__sub-heading"> Categories </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="questions"> Questions&nbsp;(1,334) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="teens"> Teens&nbsp;(1,334) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="adults"> Adults&nbsp;(1,162) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="featured"> Featured Questions&nbsp;(1,047) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="lifeskills"> Life Skills&nbsp;(978) </a> </li> </ul> <h4 class="jetpack-search-filters-widget__sub-heading"> Tags </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="post_tag" data-val="fear-perform-crush"> fear perform crush&nbsp;(1) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="post_tag" data-val="self-conscious-perform-crush"> self-conscious perform crush&nbsp;(1) </a> </li> </ul> <h4 class="jetpack-search-filters-widget__sub-heading"> Year </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2024-01-01 00:00:00" > 2024&nbsp;(1) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2023-01-01 00:00:00" > 2023&nbsp;(7) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2022-01-01 00:00:00" > 2022&nbsp;(40) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2021-01-01 00:00:00" > 2021&nbsp;(40) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2020-01-01 00:00:00" > 2020&nbsp;(81) </a> </li> </ul> </div></div></section><section id="categories-2"><div class="scn"><p class="ttl">Categories</p> <ul> <li class="cat-item cat-item-3"><a href="https://askshirelle.com/category/about-shirelle/">About Shirelle</a> </li> <li class="cat-item cat-item-4"><a href="https://askshirelle.com/category/adults/">Adults</a> </li> <li class="cat-item cat-item-8"><a href="https://askshirelle.com/category/behavior/">Behavior</a> </li> <li class="cat-item cat-item-17"><a href="https://askshirelle.com/category/blog/">Blog</a> </li> <li class="cat-item cat-item-13"><a href="https://askshirelle.com/category/dogs/">Dogs</a> </li> <li class="cat-item cat-item-16"><a href="https://askshirelle.com/category/family/">Family</a> </li> <li class="cat-item cat-item-18"><a href="https://askshirelle.com/category/featured/">Featured Questions</a> </li> <li class="cat-item cat-item-9"><a href="https://askshirelle.com/category/growingup/">Growing Up</a> </li> <li class="cat-item cat-item-5"><a href="https://askshirelle.com/category/kids/">Kids</a> </li> <li class="cat-item cat-item-10"><a href="https://askshirelle.com/category/lifeskills/">Life Skills</a> </li> <li class="cat-item cat-item-6"><a href="https://askshirelle.com/category/parenting/">Parenting</a> </li> <li class="cat-item cat-item-2"><a href="https://askshirelle.com/category/questions/">Questions</a> </li> <li class="cat-item cat-item-12"><a href="https://askshirelle.com/category/relationships/">Relationships</a> </li> <li class="cat-item cat-item-14"><a href="https://askshirelle.com/category/scarystuff/">Scary Stuff</a> </li> <li class="cat-item cat-item-15"><a href="https://askshirelle.com/category/school/">School</a> </li> <li class="cat-item cat-item-7"><a href="https://askshirelle.com/category/teens/">Teens</a> </li> <li class="cat-item cat-item-1"><a href="https://askshirelle.com/category/uncategorized/">Uncategorized</a> </li> </ul> </div></section><section id="archives-2"><div class="scn"><p class="ttl">Archives</p> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label> <select id="archives-dropdown-2" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://askshirelle.com/2024/01/'> January 2024 </option> <option value='https://askshirelle.com/2023/11/'> November 2023 </option> <option value='https://askshirelle.com/2023/10/'> October 2023 </option> <option value='https://askshirelle.com/2023/03/'> March 2023 </option> <option value='https://askshirelle.com/2023/02/'> February 2023 </option> <option value='https://askshirelle.com/2023/01/'> January 2023 </option> <option value='https://askshirelle.com/2022/12/'> December 2022 </option> <option value='https://askshirelle.com/2022/11/'> November 2022 </option> <option value='https://askshirelle.com/2022/10/'> October 2022 </option> <option value='https://askshirelle.com/2022/09/'> September 2022 </option> <option value='https://askshirelle.com/2022/08/'> August 2022 </option> <option value='https://askshirelle.com/2022/07/'> July 2022 </option> <option value='https://askshirelle.com/2022/06/'> June 2022 </option> <option value='https://askshirelle.com/2022/05/'> May 2022 </option> <option value='https://askshirelle.com/2022/04/'> April 2022 </option> <option value='https://askshirelle.com/2022/03/'> March 2022 </option> <option value='https://askshirelle.com/2022/02/'> February 2022 </option> <option value='https://askshirelle.com/2022/01/'> January 2022 </option> <option value='https://askshirelle.com/2021/12/'> December 2021 </option> <option value='https://askshirelle.com/2021/11/'> November 2021 </option> <option value='https://askshirelle.com/2021/10/'> October 2021 </option> <option value='https://askshirelle.com/2021/09/'> September 2021 </option> <option value='https://askshirelle.com/2021/08/'> August 2021 </option> <option value='https://askshirelle.com/2021/06/'> June 2021 </option> <option value='https://askshirelle.com/2021/05/'> May 2021 </option> <option value='https://askshirelle.com/2021/04/'> April 2021 </option> <option value='https://askshirelle.com/2021/03/'> March 2021 </option> <option value='https://askshirelle.com/2021/02/'> February 2021 </option> <option value='https://askshirelle.com/2021/01/'> January 2021 </option> <option value='https://askshirelle.com/2020/12/'> December 2020 </option> <option value='https://askshirelle.com/2020/11/'> November 2020 </option> <option value='https://askshirelle.com/2020/10/'> October 2020 </option> <option value='https://askshirelle.com/2020/09/'> September 2020 </option> <option value='https://askshirelle.com/2020/08/'> August 2020 </option> <option value='https://askshirelle.com/2020/07/'> July 2020 </option> <option value='https://askshirelle.com/2020/06/'> June 2020 </option> <option value='https://askshirelle.com/2020/05/'> May 2020 </option> <option value='https://askshirelle.com/2020/04/'> April 2020 </option> <option value='https://askshirelle.com/2020/03/'> March 2020 </option> <option value='https://askshirelle.com/2020/02/'> February 2020 </option> <option value='https://askshirelle.com/2020/01/'> January 2020 </option> <option value='https://askshirelle.com/2019/12/'> December 2019 </option> <option value='https://askshirelle.com/2019/11/'> November 2019 </option> <option value='https://askshirelle.com/2019/10/'> October 2019 </option> <option value='https://askshirelle.com/2019/09/'> September 2019 </option> <option value='https://askshirelle.com/2019/08/'> August 2019 </option> <option value='https://askshirelle.com/2019/07/'> July 2019 </option> <option value='https://askshirelle.com/2019/06/'> June 2019 </option> <option value='https://askshirelle.com/2019/05/'> May 2019 </option> <option value='https://askshirelle.com/2019/04/'> April 2019 </option> <option value='https://askshirelle.com/2019/03/'> March 2019 </option> <option value='https://askshirelle.com/2019/02/'> February 2019 </option> <option value='https://askshirelle.com/2019/01/'> January 2019 </option> <option value='https://askshirelle.com/2018/12/'> December 2018 </option> <option value='https://askshirelle.com/2018/11/'> November 2018 </option> <option value='https://askshirelle.com/2018/10/'> October 2018 </option> <option value='https://askshirelle.com/2018/09/'> September 2018 </option> <option value='https://askshirelle.com/2018/08/'> August 2018 </option> <option value='https://askshirelle.com/2018/07/'> July 2018 </option> <option value='https://askshirelle.com/2018/06/'> June 2018 </option> <option value='https://askshirelle.com/2018/05/'> May 2018 </option> <option value='https://askshirelle.com/2018/04/'> April 2018 </option> <option value='https://askshirelle.com/2018/03/'> March 2018 </option> <option value='https://askshirelle.com/2018/02/'> February 2018 </option> <option value='https://askshirelle.com/2018/01/'> January 2018 </option> <option value='https://askshirelle.com/2017/12/'> December 2017 </option> <option value='https://askshirelle.com/2017/11/'> November 2017 </option> <option value='https://askshirelle.com/2017/10/'> October 2017 </option> <option value='https://askshirelle.com/2017/09/'> September 2017 </option> <option value='https://askshirelle.com/2017/08/'> August 2017 </option> <option value='https://askshirelle.com/2017/07/'> July 2017 </option> <option value='https://askshirelle.com/2017/06/'> June 2017 </option> <option value='https://askshirelle.com/2017/05/'> May 2017 </option> <option value='https://askshirelle.com/2017/04/'> April 2017 </option> <option value='https://askshirelle.com/2017/03/'> March 2017 </option> <option value='https://askshirelle.com/2017/02/'> February 2017 </option> <option value='https://askshirelle.com/2017/01/'> January 2017 </option> <option value='https://askshirelle.com/2016/12/'> December 2016 </option> <option value='https://askshirelle.com/2016/10/'> October 2016 </option> <option value='https://askshirelle.com/2016/09/'> September 2016 </option> <option value='https://askshirelle.com/2016/08/'> August 2016 </option> <option value='https://askshirelle.com/2016/07/'> July 2016 </option> <option value='https://askshirelle.com/2016/05/'> May 2016 </option> <option value='https://askshirelle.com/2016/04/'> April 2016 </option> <option value='https://askshirelle.com/2016/03/'> March 2016 </option> <option value='https://askshirelle.com/2016/02/'> February 2016 </option> <option value='https://askshirelle.com/2016/01/'> January 2016 </option> <option value='https://askshirelle.com/2015/12/'> December 2015 </option> <option value='https://askshirelle.com/2015/11/'> November 2015 </option> <option value='https://askshirelle.com/2015/10/'> October 2015 </option> <option value='https://askshirelle.com/2015/08/'> August 2015 </option> <option value='https://askshirelle.com/2015/07/'> July 2015 </option> <option value='https://askshirelle.com/2015/06/'> June 2015 </option> <option value='https://askshirelle.com/2015/05/'> May 2015 </option> <option value='https://askshirelle.com/2015/04/'> April 2015 </option> <option value='https://askshirelle.com/2015/03/'> March 2015 </option> <option value='https://askshirelle.com/2015/02/'> February 2015 </option> <option value='https://askshirelle.com/2015/01/'> January 2015 </option> <option value='https://askshirelle.com/2014/12/'> December 2014 </option> <option value='https://askshirelle.com/2014/11/'> November 2014 </option> <option value='https://askshirelle.com/2014/10/'> October 2014 </option> <option value='https://askshirelle.com/2014/09/'> September 2014 </option> <option value='https://askshirelle.com/2014/08/'> August 2014 </option> <option value='https://askshirelle.com/2014/07/'> July 2014 </option> <option value='https://askshirelle.com/2014/06/'> June 2014 </option> <option value='https://askshirelle.com/2014/05/'> May 2014 </option> <option value='https://askshirelle.com/2014/04/'> April 2014 </option> <option value='https://askshirelle.com/2014/03/'> March 2014 </option> <option value='https://askshirelle.com/2014/02/'> February 2014 </option> <option value='https://askshirelle.com/2014/01/'> January 2014 </option> <option value='https://askshirelle.com/2013/12/'> December 2013 </option> <option value='https://askshirelle.com/2013/11/'> November 2013 </option> <option value='https://askshirelle.com/2013/10/'> October 2013 </option> <option value='https://askshirelle.com/2013/09/'> September 2013 </option> <option value='https://askshirelle.com/2013/08/'> August 2013 </option> <option value='https://askshirelle.com/2013/07/'> July 2013 </option> <option value='https://askshirelle.com/2013/06/'> June 2013 </option> <option value='https://askshirelle.com/2013/05/'> May 2013 </option> <option value='https://askshirelle.com/2013/04/'> April 2013 </option> <option value='https://askshirelle.com/2013/03/'> March 2013 </option> <option value='https://askshirelle.com/2013/02/'> February 2013 </option> <option value='https://askshirelle.com/2013/01/'> January 2013 </option> <option value='https://askshirelle.com/2012/12/'> December 2012 </option> <option value='https://askshirelle.com/2012/11/'> November 2012 </option> <option value='https://askshirelle.com/2012/10/'> October 2012 </option> <option value='https://askshirelle.com/2012/09/'> September 2012 </option> <option value='https://askshirelle.com/2012/08/'> August 2012 </option> <option value='https://askshirelle.com/2012/07/'> July 2012 </option> <option value='https://askshirelle.com/2012/06/'> June 2012 </option> <option value='https://askshirelle.com/2012/05/'> May 2012 </option> <option value='https://askshirelle.com/2012/04/'> April 2012 </option> <option value='https://askshirelle.com/2012/03/'> March 2012 </option> <option value='https://askshirelle.com/2012/02/'> February 2012 </option> <option value='https://askshirelle.com/2012/01/'> January 2012 </option> <option value='https://askshirelle.com/2011/12/'> December 2011 </option> <option value='https://askshirelle.com/2011/11/'> November 2011 </option> <option value='https://askshirelle.com/2011/10/'> October 2011 </option> <option value='https://askshirelle.com/2011/09/'> September 2011 </option> <option value='https://askshirelle.com/2011/08/'> August 2011 </option> <option value='https://askshirelle.com/2011/07/'> July 2011 </option> <option value='https://askshirelle.com/2011/06/'> June 2011 </option> <option value='https://askshirelle.com/2011/05/'> May 2011 </option> <option value='https://askshirelle.com/2011/04/'> April 2011 </option> <option value='https://askshirelle.com/2011/03/'> March 2011 </option> <option value='https://askshirelle.com/2011/02/'> February 2011 </option> <option value='https://askshirelle.com/2011/01/'> January 2011 </option> <option value='https://askshirelle.com/2010/09/'> September 2010 </option> <option value='https://askshirelle.com/2010/08/'> August 2010 </option> <option value='https://askshirelle.com/2010/07/'> July 2010 </option> <option value='https://askshirelle.com/2010/06/'> June 2010 </option> <option value='https://askshirelle.com/2010/05/'> May 2010 </option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-2" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div></section> </aside> </div> <div class="clear"></div> </div> </div> <!-- Close the wrapper div --> <footer> <div class="ftw"> <div class="wrp"> <div class="clear"></div> </div> </div> <div class="fmn"> <div class="wrp"> <div class="fmw left"> <section class="copyright"> <div class="menu-main-container"><ul id="menu-main-1" class="footer_menu"><li id="menu-item-9190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-9190"><a href="https://askshirelle.com/">Home</a></li> <li id="menu-item-9198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9198"><a href="https://askshirelle.com/join-my-pack/">Join My Pack</a></li> <li id="menu-item-9199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9199"><a href="https://askshirelle.com/ask-a-question/">Ask a Question</a></li> <li id="menu-item-9211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9211"><a href="https://askshirelle.com/for-parents/">For Parents</a></li> <li id="menu-item-9295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9295"><a href="https://askshirelle.com/the-teachings-of-shirelle/">The Book</a></li> </ul></div> </section> <p class="credits"> Copyright 2015 by Ask Shirelle. Designed by <a href="http://www.ielectrify.com">iElectrify</a> </p> </div> <div class="fsw right"> </div> <div class="clear"></div> </div> </div> </footer> <div class="jetpack-instant-search__widget-area" style="display: none"> <div id="jetpack-search-filters-1" class="widget jetpack-filters widget_search"> <div id="jetpack-search-filters-1-wrapper" class="jetpack-instant-search-wrapper"> </div></div> </div> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script type="text/javascript" id="jetpack-instant-search-js-before"> /* <![CDATA[ */ var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Atrue%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23FFC%22%2C%22overlayTrigger%22%3A%22submit%22%2C%22resultFormat%22%3A%22expanded%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%22%2C%22locale%22%3A%22en-US%22%2C%22postsPerPage%22%3A10%2C%22siteId%22%3A213415091%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fjetpack%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Afalse%2C%22isFreePlan%22%3Afalse%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%5C%2Fwp-json%5C%2F%22%2C%22apiNonce%22%3A%22dd0c533d18%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Afalse%2C%22hasOverlayWidgets%22%3Atrue%2C%22widgets%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Post%20Type%20Spotlight%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22pts_feature_tax%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_0%22%7D%2C%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_1%22%7D%2C%7B%22name%22%3A%22Tags%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22post_tag%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_2%22%7D%2C%7B%22name%22%3A%22Year%22%2C%22type%22%3A%22date_histogram%22%2C%22count%22%3A5%2C%22field%22%3A%22post_date%22%2C%22interval%22%3A%22year%22%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22date_histogram_3%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%7D%5D%2C%22widgetsOutsideOverlay%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Post%20Type%20Spotlight%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22pts_feature_tax%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_4%22%7D%2C%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_5%22%7D%2C%7B%22name%22%3A%22Tags%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22post_tag%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_6%22%7D%2C%7B%22name%22%3A%22Year%22%2C%22type%22%3A%22date_histogram%22%2C%22count%22%3A5%2C%22field%22%3A%22post_date%22%2C%22interval%22%3A%22year%22%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22date_histogram_7%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%7D%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Afalse%7D")); /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&amp;ver=32fdf369306ecec73d70" id="jetpack-instant-search-js"></script> <script type="text/javascript" src="//stats.wp.com/w.js?ver=202408" id="jp-tracks-js"></script> <script type="text/javascript" id="thrive-main-script-js-extra"> /* <![CDATA[ */ var ThriveApp = {"ajax_url":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/askshirelle.com\/wp-content\/themes\/squared","translations":{"ProductDetails":"Product Details"}}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/themes/squared/js/script.min.js?ver=6.4.3" id="thrive-main-script-js"></script> <script type="text/javascript" id="tve-dash-frontend-js-extra"> /* <![CDATA[ */ var tve_dash_front = {"ajaxurl":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"1","recaptcha":[],"post_id":"5278"}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/themes/squared/thrive-dashboard/js/dist/frontend.min.js?ver=3.4.1" id="tve-dash-frontend-js"></script> <script type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"213415091\",\"post\":\"5278\",\"tz\":\"-8\",\"srv\":\"askshirelle.com\",\"j\":\"1:13.1.1\"}") ]); _stq.push([ "clickTrackerInit", "213415091", "5278" ]); /* ]]> */ </script> <script defer type="text/javascript" src="https://askshirelle.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705544717" id="akismet-frontend-js"></script> <script id="c4wp-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ&#038;hl=en"></script> <script id="c4wp-inline-js" type="text/javascript"> ( function( grecaptcha ) { let c4wp_onloadCallback = function() { for ( var i = 0; i < document.forms.length; i++ ) { let form = document.forms[i]; let captcha_div = form.querySelector( '.c4wp_captcha_field_div:not(.rendered)' ); let jetpack_sso = form.querySelector( '#jetpack-sso-wrap' ); if ( null === captcha_div || form.id == 'create-group-form' ) { continue; } if ( !( captcha_div.offsetWidth || captcha_div.offsetHeight || captcha_div.getClientRects().length ) ) { if ( jetpack_sso == null && ! form.classList.contains( 'woocommerce-form-login' ) ) { continue; } } let alreadyCloned = form.querySelector( '.c4wp-submit' ); if ( null != alreadyCloned ) { continue; } let foundSubmitBtn = form.querySelector( '#signup-form [type=submit], [type=submit]:not(.nf-element):not(#group-creation-create):not([name="signup_submit"]):not([name="ac_form_submit"]):not(.verify-captcha)' ); let cloned = false; let clone = false; // Submit button found, clone it. if ( foundSubmitBtn ) { clone = foundSubmitBtn.cloneNode(true); clone.classList.add( 'c4wp-submit' ); clone.removeAttribute( 'onclick' ); clone.removeAttribute( 'onkeypress' ); if ( foundSubmitBtn.parentElement.form === null ) { foundSubmitBtn.parentElement.prepend(clone); } else { foundSubmitBtn.parentElement.insertBefore( clone, foundSubmitBtn ); } foundSubmitBtn.style.display = "none"; cloned = true; } // Clone created, listen to its click. if ( cloned ) { clone.addEventListener( 'click', function ( event ) { logSubmit( event, 'cloned', form, foundSubmitBtn ); }); // No clone, execture and watch for form submission. } else { grecaptcha.execute( '6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); responseElem.setAttribute( 'value', data ); }); // Anything else. form.addEventListener( 'submit', function ( event ) { logSubmit( event, 'other', form ); }); } function logSubmit( event, form_type = '', form, foundSubmitBtn ) { // Standard v3 check. if ( ! form.classList.contains( 'c4wp_v2_fallback_active' ) && ! form.classList.contains( 'c4wp_verified' ) ) { event.preventDefault(); try { grecaptcha.execute( '6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); if ( responseElem == null ) { var responseElem = document.querySelector( '.c4wp_response' ); } responseElem.setAttribute( 'value', data ); // Submit as usual. if ( foundSubmitBtn ) { foundSubmitBtn.click(); } else { if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } } return true; }); } catch (e) { // Slience. } // V2 fallback. } else { if ( form.classList.contains( 'wpforms-form' ) || form.classList.contains( 'frm-fluent-form' )) { return true; } // Submit as usual. if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } return true; } }; } }; grecaptcha.ready( c4wp_onloadCallback ); if ( typeof jQuery !== 'undefined' ) { jQuery( 'body' ).on( 'click', '.acomment-reply.bp-primary-action', function ( e ) { c4wp_onloadCallback(); }); } //token is valid for 2 minutes, So get new token every after 1 minutes 50 seconds setInterval(c4wp_onloadCallback, 110000); } )( grecaptcha ); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "ana1821 asks: I come from Albania and I’m worried I won’t make it in the acting world. I really want to do it, but I’m so afraid to try. My parents think that I’m too young to act and they would never let me do it. I don’t know what to do. Please help me figure this out.\nHi ana1821 –\nIt sounds to me like you have two problems at the moment. The first is that you’re afraid to try acting, and the second is that your parents don’t want you to do it.\nWith the first, of course, you just simply have to find a way! If someone said to you that they wanted to become a mathematician but were afraid of math problems, you’d tell them they were crazy, right? Well, I know you’re not crazy, but the same problem holds here. Acting is a very difficult profession. The only people who succeed in it are those who looooooove doing it. Note: there are numerous successful actors who aren’t all that good at it – but they still have to loooooooooove doing it!!! So if you don’t love it, you simply have to not be an actor!\nNow with the second issue, of course that’s not up to you at all. If your parents absolutely refuse to allow you to act, then it’s hard for you to get into shows or movies.\nHOWEVER… there are literally innumerable ways for you to act that don’t break your parents’ rules. And, conveniently, I think there’s a really good chance you’ll find that they are less scary for you as well! Here are a few suggestions:\n1) When you’re with your friends, put on a show. Even if it’s just with them and for them. Write short scripts, use a room in your house as the setting, and direct the other kids while you play a really fun part yourself. All you’re doing is playing, right? You’re not breaking your parents’ rules by going out and getting into a professional arena.\n2) Does your school have a speech class, a debate team, or a singing program? Do any or (better) all of those. The skills you’ll learn in public speaking, debating, and singing are all great for acting. In fact, to a large degree you will be acting as you do those things. You might have to pretend you’re angry with the speech you’re giving, or pretend to believe a point of view you don’t actually share when you debate. And of course great singing always involves acting. Do you think Adele is really all that sad every time she sings one of those songs? No, she has to act it!\n3) Does your school have a dance class? Take it! Great actors are almost always great dancers, as both involve self-expression with one’s body. Again, you won’t be breaking your parents’ rule, but you’ll be building up your acting skills nonetheless. And if your school doesn’t have dance, does it have gymnastics, fencing, yoga, or even swimming? All these involve getting in touch with your whole body, and are just great for actors.\n4) I mentioned above that you could write little plays for yourself and your friends. But even beyond that, writing is terrific. Make up characters, and imagine what they’d say and do. You’ll be acting them out while you sit at your computer keyboard!\n5) Be patient, but be persistent. Your parents are likely frightened that being an actor will make you less of a success in other areas. But the older you get, the longer you’re a good student, the more you’re a good person, the less they’re going to worry. And maybe when you’re a bit older, if you’ve kept (mildly) pressuring them about how much you want this, they might give in a little, like letting you act in school, or in a local theater they trust. And from there, if you really love it, you can spread your wings a little more, and maybe do some student films, and then some professional plays, and then… who knows! Just realize that they mean well for you, and keep working to help their minds shift.\nGood Luck, ana1821! I hope this helps!!", "id": "<urn:uuid:404be7a4-93c4-403f-90ed-397bbd9e4ba6>", "dump": "CC-MAIN-2024-10", "url": "https://askshirelle.com/2012/07/23/ana1821-asks-i-come-from-albania-and-im-worried-i-wont-make-it-in-the-acting-world-i-really-want-to-do-it-but-im-so-afraid-to-try-my-parents-think-that-im-too-young/", "date": "2024-02-25T08:36:47", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9743820428848267, "token_count": 962 } }
<urn:uuid:a47b5e25-a6fc-477b-bbcc-cb5ad5cc518e>
<!DOCTYPE html> <html lang="en-US"> <head> <!--[if lt IE 9]> <script src="https://askshirelle.com/wp-content/themes/squared/js/html5/dist/html5shiv.js"></script> <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="https://askshirelle.com/wp-content/themes/squared/css/ie8.css"/> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="https://askshirelle.com/wp-content/themes/squared/css/ie7.css"/> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="UTF-8"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v22.0) - https://yoast.com/wordpress/plugins/seo/ --> <title>Should a working woman stay with a man who doesn’t want her to work - Ask Shirelle</title> <link rel="canonical" href="https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Should a working woman stay with a man who doesn’t want her to work" /> <meta property="og:description" content="Manisha asks: I have been in a relationship for the past 4 years. We are very serious about each other. I also have a job, but my boyfriend does not like this, but I want to do this job because it&#8217;s a good company and for me it&#8217;s a big opportunity. He wants me to [&hellip;]" /> <meta property="og:url" content="https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/" /> <meta property="og:site_name" content="Ask Shirelle" /> <meta property="article:published_time" content="2018-04-16T22:56:30+00:00" /> <meta property="article:modified_time" content="2019-12-16T21:52:25+00:00" /> <meta name="author" content="shirelle" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="shirelle" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="3 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/","url":"https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/","name":"Should a working woman stay with a man who doesn’t want her to work - Ask Shirelle","isPartOf":{"@id":"https://askshirelle.com/#website"},"datePublished":"2018-04-16T22:56:30+00:00","dateModified":"2019-12-16T21:52:25+00:00","author":{"@id":"https://askshirelle.com/#/schema/person/83f4f3fed011461b5e9acb21d863919e"},"breadcrumb":{"@id":"https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/"]}]},{"@type":"BreadcrumbList","@id":"https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://askshirelle.com/"},{"@type":"ListItem","position":2,"name":"Questions and Answers","item":"https://askshirelle.com/questions-and-answers/"},{"@type":"ListItem","position":3,"name":"Should a working woman stay with a man who doesn’t want her to work"}]},{"@type":"WebSite","@id":"https://askshirelle.com/#website","url":"https://askshirelle.com/","name":"Ask Shirelle","description":"Down to Earth Advice for Kids, Teens, and Everyone Else","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://askshirelle.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https://askshirelle.com/#/schema/person/83f4f3fed011461b5e9acb21d863919e","name":"shirelle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://askshirelle.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=96&d=mm&r=g","caption":"shirelle"}}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Ask Shirelle &raquo; Should a working woman stay with a man who doesn’t want her to work Comments Feed" href="https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.24.3 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-YNHLSFXT6F" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '7.24.3'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/askshirelle.com\/2018\/04\/16\/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-YNHLSFXT6F', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-YNHLSFXT6F', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/askshirelle.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://askshirelle.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='mediaelement-css' href='https://askshirelle.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://askshirelle.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='squared-style-css' href='https://askshirelle.com/wp-content/themes/squared/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-reset-css' href='https://askshirelle.com/wp-content/themes/squared/css/reset.css?ver=20120208' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-main-style-css' href='https://askshirelle.com/wp-content/themes/squared/css/main_teal.css?ver=2014123' type='text/css' media='all' /> <link rel='stylesheet' id='sib-front-css-css' href='https://askshirelle.com/wp-content/plugins/mailin/css/mailin-front.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='simplr-forms-style-css' href='https://askshirelle.com/wp-content/plugins/simplr-registration-form/assets/skins/default.css?ver=6.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.24.3" id="exactmetrics-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/askshirelle.com","hash_tracking":"false","v4_id":"G-YNHLSFXT6F"};/* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&amp;ver=ee939953aa2115e2ca59" id="wp-jp-i18n-loader-js"></script> <script type="text/javascript" id="wp-jp-i18n-loader-js-after"> /* <![CDATA[ */ wp.jpI18nLoader.state = {"baseUrl":"https://askshirelle.com/wp-content/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack","jetpack-assets":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack","jetpack-boost-speed-score":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-config":"plugins/jetpack","jetpack-connection":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-google-fonts-provider":"plugins/jetpack","jetpack-idc":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-ip":"plugins/jetpack","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack","jetpack-plugins-installer":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-sync":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","jetpack-wordads":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-google-fonts-provider":"jetpack_vendor/automattic/jetpack-google-fonts-provider/","jetpack-idc":"jetpack_vendor/automattic/jetpack-identity-crisis/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","jetpack-wordads":"jetpack_vendor/automattic/jetpack-wordads/"}}; /* ]]> */ </script> <script type="text/javascript" id="sib-front-js-js-extra"> /* <![CDATA[ */ var sibErrMsg = {"invalidMail":"Please fill out valid email address","requiredField":"Please fill out required fields","invalidDateFormat":"Please fill out valid date format","invalidSMSFormat":"Please fill out valid phone number"}; var ajax_sib_front_object = {"ajax_url":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","ajax_nonce":"4962f5050f","flag_url":"https:\/\/askshirelle.com\/wp-content\/plugins\/mailin\/img\/flags\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/mailin/js/mailin-front.js?ver=1708112018" id="sib-front-js-js"></script> <link rel="https://api.w.org/" href="https://askshirelle.com/wp-json/" /><link rel="alternate" type="application/json" href="https://askshirelle.com/wp-json/wp/v2/posts/9785" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://askshirelle.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://askshirelle.com/?p=9785' /> <link rel="alternate" type="application/json+oembed" href="https://askshirelle.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskshirelle.com%2F2018%2F04%2F16%2Fmanisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://askshirelle.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faskshirelle.com%2F2018%2F04%2F16%2Fmanisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job%2F&#038;format=xml" /> <style>img#wpstats{display:none}</style> <link href='//fonts.googleapis.com/css?family=Shadows+Into Light:400' rel='stylesheet' type='text/css'><style type="text/css">.wp-video-shortcode {max-width: 100% !important;}body { background:#; }.cnt .sAs .twr { background:#; }.cnt article h1.entry-title a { color:#159b66; }.cnt article h2.entry-title a { color:#159b66; }.bSe h1,.bSe h2.entry-title { color:#159b66; }.bSe h5 { color:#159b66; }.bSe h6 { color:#159b66; }.cnt article p { color:#343434; }.cnt .bSe article { color:#343434; }.cnt article h1 a, .tve-woocommerce .bSe .awr .entry-title, .tve-woocommerce .bSe .awr .page-title{font-family:Shadows Into Light,sans-serif;}.bSe h1,.bSe h2.entry-title{font-family:Shadows Into Light,sans-serif;}.bSe h2,.tve-woocommerce .bSe h2{font-family:Shadows Into Light,sans-serif;}.bSe h3,.tve-woocommerce .bSe h3{font-family:Shadows Into Light,sans-serif;}.bSe h4{font-family:Shadows Into Light,sans-serif;}.bSe h5{font-family:Shadows Into Light,sans-serif;}.bSe h6{font-family:Shadows Into Light,sans-serif;}#text_logo{font-family:Shadows Into Light,sans-serif;}.cnt, .cnt article p, .bp-t, .tve-woocommerce .product p, .tve-woocommerce .products p{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}.bSe h1,.bSe h2.entry-title, .hru h1, .bSe .entry-title { font-size:48px!important; }.cnt { font-size:20px; }.thrivecb { font-size:20px; }.out { font-size:20px; }.aut p { font-size:20px; }.cnt p { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.thrivecb { line-height:1.6em; }.bSe a, .cnt article a { color:#ffa200; }.bSe .faq h4{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}header ul.menu > li > a { color:#e6e6e6; }header ul.menu > li > a:hover { color:#ffa200; }header nav > ul > li.current_page_item > a:hover { color:#ffa200; }header nav > ul > li.current_menu_item > a:hover { color:#ffa200; }header nav > ul > li.current_menu_item > a:hover { color:#ffa200; }header nav > ul > li > a:active { color:#ffa200; }header #logo > a > img { max-width:500px; }header ul.menu > li.h-cta > a { color:#FFFFFF!important; }header ul.menu > li.h-cta > a { background:#f4c664; }header ul.menu > li.h-cta > a { border-color:#daac4a; }header ul.menu > li.h-cta > a:hover { color:#FFFFFF!important; }header ul.menu > li.h-cta > a:hover { background:#f5cd77; }header ul.menu > li.h-cta > a:hover { border-color:#dbb35d; }</style> <style type="text/css">.cnt .awr.lnd { padding-top:0px;} ul { list-style-type: none;} ul li { background-image: none;} .cnt article ul li:before{color:white;}</style> </head> <body class="post-template-default single single-post postid-9785 single-format-standard custom-background jps-theme-squared"> <div class="flex-cnt"> <div id="floating_menu" data-float='float-scroll'> <header class="hbc" style="background-image: none; background-color:#000000"> <div class="side_logo wrp " id="head_wrp"> <div class="h-i"> <div id="logo" class="left"> <a href="https://askshirelle.com/" class="lg"> <img src="http://www.askshirelle.com/wp-content/uploads/2015/08/ask.png" alt="Ask Shirelle"/> </a> </div> <div class="hmn"> <div class="awe rmn right">&#xf0c9;</div> <div class="clear"></div> </div> <div class="mhl right" id="nav_right"> <!-- Cart Dropdown --> <nav class="right"><ul id="menu-main" class="menu"><li id="menu-item-9190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home toplvl"><a href="https://askshirelle.com/">Home</a></li> <li id="menu-item-9198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children toplvl dropdown"><a href="https://askshirelle.com/join-my-pack/">Join My Pack</a><ul class="sub-menu"> <li id="menu-item-9215" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/join-my-pack/" class=" colch ">Join My Pack</a></li> <li id="menu-item-9214" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/pack-login/" class=" colch ">Pack Login</a></li> </ul></li> <li id="menu-item-9199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children toplvl dropdown"><a href="https://askshirelle.com/ask-a-question/">Ask a Question</a><ul class="sub-menu"> <li id="menu-item-9216" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://askshirelle.com/ask-a-question/" class=" colch ">Ask a Question</a></li> <li id="menu-item-9208" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent"><a href="https://askshirelle.com/questions-and-answers/" class=" colch ">Questions and Answers</a></li> </ul></li> <li id="menu-item-9211" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://askshirelle.com/for-parents/">For Parents</a></li> <li id="menu-item-9295" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://askshirelle.com/the-teachings-of-shirelle/">The Book</a></li> </ul></nav> </div> <div class="clear"></div> </div> </div> </header> </div> <div class="hru tcbk" > <div class="hrui"> <div class="wrp"> <h1 class="entry-title"> Should a working woman stay with a man who doesn’t want her to work </h1> <div class="hcc" > <a href="#comments"> 2 Comments </a> </div> </div> </div> </div> <div class="wrp cnt"> <!-- Start the wrapper div --> <div class="bSeCont"> <section class="bSe left"> <article> <div class="awr lnd hfp"> <p>Manisha asks: I have been in a relationship for the past 4 years. We are very serious about each other. I also have a job, but my boyfriend does not like this, but I want to do this job because it&#8217;s a good company and for me it&#8217;s a big opportunity. He wants me to leave this job because my job hours are 1pm to 10 pm, which he doesn’t like. Before this job I already worked with 2-3 companies also, but always he said to me that leave those also. I even worked in day shifts before, which he also didn&#8217;t like, but now I want to do this job and I want his support. He is short-tempered, and while I know he loves me very much, he speaks very harshly to me about my job. And his family also does not want me to do this. We have regular fights with each other. I don&#8217;t understand how to convince him. And I love him so much that I am searching for another job. So please tell me, is that good to work late at night? I have always to be on time, and on a daily basis I am doing video calls, phone calls &#8211; in short, I am giving my 100% for this relationship but I don&#8217;t want him to be sad. I don&#8217;t know what&#8217;s the problem with me doing this job. I can&#8217;t live without him. Should I leave this job for his happiness?</p> <p>Hi Manisha –</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>Wow, I’m really torn on this.&nbsp; On one hand, I love that he wants more of you, that he hates having you away from him, but on the other, it sounds like he might have that attitude that says that women shouldn’t work – and that’s as last-century as Rin Tin Tin movies!</p> <p>&nbsp;</p> <p>But in truth, I have no more right to give my opinion than he does.&nbsp; Less!&nbsp; Because I don’t know a hundred other issues.</p> <p>&nbsp;</p> <p>For example, how is your boyfriend doing financially?&nbsp; Is he so well-off that he could support you and a family easily?&nbsp; So there’s no reason – if you two stayed together – for you to need to work?&nbsp; Or is he being silly, not acknowledging that he’d really need you to work for you two to be able to have a good life?</p> <p>&nbsp;</p> <p>For another, could you change your working hours – or could he change his – so that you two could have more time together without one of you having to quit your job?</p> <p>&nbsp;</p> <p>And beyond that, what’s his family’s interest in this?&nbsp; Do they just not like women working?</p> <p>&nbsp;</p> <p>But really, all of these questions are secondary.&nbsp; The big one is what <span id="more-9785"></span>YOU want and feel now.&nbsp; Sure, you like your job, but if he insisted on you quitting it, would you?&nbsp; And if he did something fully unacceptable (like telling you what you have to do in life), would you be ready kick him out and to drown your sorrows in whatever way seems best?</p> <p>&nbsp;</p> <p>For now, my suggestion is that you keep both him and the job, and see what happens next.&nbsp; But eventually, you will have to decide.&nbsp; I hope not between them.</p> <p>&nbsp;</p> <p>See how he acts, and how his family does.&nbsp; And when you explain to them what you really want (if you figure it out), then you are in a place to make what might be a hugely difficult decision:&nbsp; What to do if he says “Job or Me.”</p> <p>&nbsp;</p> <p>And with that one I can’t tell you want to do.&nbsp; But the more you learn about yourself, about this relationship, and about your job and future jobs – the more you’ll be able to make decisions on this.</p> <p>&nbsp;</p> <p>Best of Luck – I sure hope this gets easier!</p> <p>Shirelle</p> <div class="clear"></div> <div class="clear"></div> <footer> <ul class="clearfix"> <li style="width:100%;"> <span class="awe">&#xf115;</span> <a href="https://askshirelle.com/category/adults/">Adults</a>, <a href="https://askshirelle.com/category/family/">Family</a>, <a href="https://askshirelle.com/category/featured/">Featured Questions</a>, <a href="https://askshirelle.com/category/questions/">Questions</a>, <a href="https://askshirelle.com/category/relationships/">Relationships</a>, <a href="https://askshirelle.com/category/uncategorized/">Uncategorized</a> </li> </ul> <div class="clear"></div> </footer> </div> </article> <div class="spr"></div> <!-- TODO - the image has to link to the author page --> <article> <div class="awr aut"> <div class="amg"> <a href="https://askshirelle.com/author/shirelle/"> <div class="amgi" style="background-image: url('https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=180&#038;d=mm&#038;r=g')"></div> </a> </div> <div class="aat right"> <h4>About the Author</h4> <p></p> </div> <div class="clear"></div> </div> </article> <article id="comments"> <div class="awr"> <div class="ctb"> <h4 class="clearfix"> <span class="ftx txt_thrive_link_to_comments">Leave a Reply</span> <span class="right"> 2 comments </span> </h4> </div> </div> <div class="awr"> <div class="cmb" style="margin-left: 0px;" id="thrive_container_list_comments"> <div class="cmb" id="comment-2695"> <div class="cmc"> <div class="left"> <img alt='' src='https://secure.gravatar.com/avatar/b7222d1d1c8c23b0bd2f774476eeaf8a?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/b7222d1d1c8c23b0bd2f774476eeaf8a?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/> </div> <div class="ccr right"> <span class="nam left"> <span class="uNM">RIZWAN ALI</span> - <span class="uDt"> April 26, 2018 </span> </span> <a class="rpl reply right" href="#" id="link-reply-2695" cid="2695"> Reply </a> <div class="clear"></div> <p><p>I believe<br /> I’m really torn on this. On one hand, I love that he wants more of you, that he hates having you away from him</p> </p> </div> <div class="clear"></div> </div> <div class="lrp" id="respond-container-2695" style="display: none;"> <h4 class="left"> Leave a Reply: </h4> <a href="#" class="crp right cancel_reply" cid="2695"> Cancel Reply </a> <div class="clear"></div> <form action="https://askshirelle.com/wp-comments-post.php?wpe-comment-post=shirelle4ever" method="post"> <label for="author">Name <span>*</span></label> <input type="text" author="author" id="author" placeholder="" name="author"/> <br/><br/> <label for="email">Email <span>*</span></label> <input type="text" author="email" id="email" placeholder="" name="email"/> <br/><br/> <label for="website">Website</label> <input type="text" author="website" id="website" placeholder="" name="website"> <br/><br/> <p class="comment-form-cookies-consent"> <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent"> Save my name, email, and website in this browser for the next time I comment. </label> </p> <textarea class="textarea" name="comment" id="comment"></textarea> <input id="comment_post_ID" type="hidden" value="9785" name="comment_post_ID"> <input id="comment_parent" type="hidden" value="2695" name="comment_parent"> <div class="btn medium right"> <input type="submit" value="SUBMIT COMMENT"> </div> </form> </div> </div> <div class="clear"></div> <div class="lrp" id="respond-container-2695"> </div> <ul class="children"> <div class="cmb" id="comment-2696"> <div class="cmc byAut"> <div class="left"> <img alt='' src='https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/eda0eb3f898e65b42af570127ed9fbf8?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/> </div> <div class="ccr right"> <span class="nam left"> <span class="uNM">shirelle</span> - <span class="uDt"> April 26, 2018 </span> </span> <a class="rpl reply right" href="#" id="link-reply-2696" cid="2696"> Reply </a> <div class="clear"></div> <p><p>Yes!!! This is the stuff that messes with a puppy&#8217;s mind, and even confuses our hearts! You humans are SO complicated!</p> </p> </div> <div class="clear"></div> </div> <div class="lrp" id="respond-container-2696" style="display: none;"> <h4 class="left"> Leave a Reply: </h4> <a href="#" class="crp right cancel_reply" cid="2696"> Cancel Reply </a> <div class="clear"></div> <form action="https://askshirelle.com/wp-comments-post.php?wpe-comment-post=shirelle4ever" method="post"> <label for="author">Name <span>*</span></label> <input type="text" author="author" id="author" placeholder="" name="author"/> <br/><br/> <label for="email">Email <span>*</span></label> <input type="text" author="email" id="email" placeholder="" name="email"/> <br/><br/> <label for="website">Website</label> <input type="text" author="website" id="website" placeholder="" name="website"> <br/><br/> <p class="comment-form-cookies-consent"> <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent"> Save my name, email, and website in this browser for the next time I comment. </label> </p> <textarea class="textarea" name="comment" id="comment"></textarea> <input id="comment_post_ID" type="hidden" value="9785" name="comment_post_ID"> <input id="comment_parent" type="hidden" value="2696" name="comment_parent"> <div class="btn medium right"> <input type="submit" value="SUBMIT COMMENT"> </div> </form> </div> </div> <div class="clear"></div> <div class="lrp" id="respond-container-2696"> </div> </li><!-- #comment-## --> </ul><!-- .children --> </li><!-- #comment-## --> </div><!-- /comment_list --> <div class="lrp" id="thrive_container_form_add_comment" > <h4>Leave a Reply:</h4> <form action="https://askshirelle.com/wp-comments-post.php?wpe-comment-post=shirelle4ever" method="post" id="commentform"> <label for="author">Name <span>*</span></label> <input type="text" id="author" author="author" class="text_field author" name="author"/> <br/><br/> <label for="email">E-Mail <span>*</span></label> <input type="text" id="email" author="email" class="text_field email" name="email"/> <br/><br/> <label>Website</label> <input type="text" id="website" author="website" class="text_field website" name="url"/> <br/><br/> <p class="comment-form-cookies-consent"> <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent"> Save my name, email, and website in this browser for the next time I comment. </label> </p> <textarea id="comment" name="comment" class="textarea"></textarea> <div class="btn medium right"> <input type="submit" value="SUBMIT COMMENT"> </div> <input type='hidden' name='comment_post_ID' value='9785' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="4941981429" /></p><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="34"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> <div class="clear"></div> </form> </div> </div> </article> <div id="comment-bottom"></div> <div class="spr"></div> <div class="awr ctr pgn clearfix"> <a class="page-numbers nxt" href='https://askshirelle.com/2018/04/15/ajanardhan-asks-im-looking-advice-kids-school-admission-coming-academic-year-brief-better-currently-pp1-plan-move-icsc-curriculum-h/'>&larr;Previous post </a> <a class="page-numbers prv" href='https://askshirelle.com/2018/04/19/shin-asks-approached-14-year-old-x-sex-im-23-never-done-life-tempting-wish-marry-x-someday-cant-say-sure-community-p/'>Next post&rarr;</a> </div> </section> </div> <div class="sAsCont"> <aside class="sAs right"> <section id="jetpack-search-filters-2"><div class="scn"> <div id="jetpack-search-filters-2-wrapper" class="jetpack-instant-search-wrapper"> <div class="jetpack-search-form"><!--<section class="widget search_widget clear">--> <form action="https://askshirelle.com/" method="get" class="srh"> <input type="text" id="search-field" class="search-field" placeholder="Search..." name="s"/> <button type="submit" id="search-button" class="search-button sBn">&#xf002;</button> <input type="hidden" name="orderby" value="" /><input type="hidden" name="order" value="" /></form> <!--</section>--></div> <h4 class="jetpack-search-filters-widget__sub-heading"> Categories </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="questions"> Questions&nbsp;(1,334) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="teens"> Teens&nbsp;(1,334) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="adults"> Adults&nbsp;(1,162) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="featured"> Featured Questions&nbsp;(1,047) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="category" data-val="lifeskills"> Life Skills&nbsp;(978) </a> </li> </ul> <h4 class="jetpack-search-filters-widget__sub-heading"> Tags </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="post_tag" data-val="fear-perform-crush"> fear perform crush&nbsp;(1) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="taxonomy" data-taxonomy="post_tag" data-val="self-conscious-perform-crush"> self-conscious perform crush&nbsp;(1) </a> </li> </ul> <h4 class="jetpack-search-filters-widget__sub-heading"> Year </h4> <ul class="jetpack-search-filters-widget__filter-list"> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2024-01-01 00:00:00" > 2024&nbsp;(1) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2023-01-01 00:00:00" > 2023&nbsp;(7) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2022-01-01 00:00:00" > 2022&nbsp;(40) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2021-01-01 00:00:00" > 2021&nbsp;(40) </a> </li> <li> <a href="#" class="jetpack-search-filter__link" data-filter-type="year_post_date" data-val="2020-01-01 00:00:00" > 2020&nbsp;(81) </a> </li> </ul> </div></div></section><section id="categories-2"><div class="scn"><p class="ttl">Categories</p> <ul> <li class="cat-item cat-item-3"><a href="https://askshirelle.com/category/about-shirelle/">About Shirelle</a> </li> <li class="cat-item cat-item-4"><a href="https://askshirelle.com/category/adults/">Adults</a> </li> <li class="cat-item cat-item-8"><a href="https://askshirelle.com/category/behavior/">Behavior</a> </li> <li class="cat-item cat-item-17"><a href="https://askshirelle.com/category/blog/">Blog</a> </li> <li class="cat-item cat-item-13"><a href="https://askshirelle.com/category/dogs/">Dogs</a> </li> <li class="cat-item cat-item-16"><a href="https://askshirelle.com/category/family/">Family</a> </li> <li class="cat-item cat-item-18"><a href="https://askshirelle.com/category/featured/">Featured Questions</a> </li> <li class="cat-item cat-item-9"><a href="https://askshirelle.com/category/growingup/">Growing Up</a> </li> <li class="cat-item cat-item-5"><a href="https://askshirelle.com/category/kids/">Kids</a> </li> <li class="cat-item cat-item-10"><a href="https://askshirelle.com/category/lifeskills/">Life Skills</a> </li> <li class="cat-item cat-item-6"><a href="https://askshirelle.com/category/parenting/">Parenting</a> </li> <li class="cat-item cat-item-2"><a href="https://askshirelle.com/category/questions/">Questions</a> </li> <li class="cat-item cat-item-12"><a href="https://askshirelle.com/category/relationships/">Relationships</a> </li> <li class="cat-item cat-item-14"><a href="https://askshirelle.com/category/scarystuff/">Scary Stuff</a> </li> <li class="cat-item cat-item-15"><a href="https://askshirelle.com/category/school/">School</a> </li> <li class="cat-item cat-item-7"><a href="https://askshirelle.com/category/teens/">Teens</a> </li> <li class="cat-item cat-item-1"><a href="https://askshirelle.com/category/uncategorized/">Uncategorized</a> </li> </ul> </div></section><section id="archives-2"><div class="scn"><p class="ttl">Archives</p> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label> <select id="archives-dropdown-2" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://askshirelle.com/2024/01/'> January 2024 </option> <option value='https://askshirelle.com/2023/11/'> November 2023 </option> <option value='https://askshirelle.com/2023/10/'> October 2023 </option> <option value='https://askshirelle.com/2023/03/'> March 2023 </option> <option value='https://askshirelle.com/2023/02/'> February 2023 </option> <option value='https://askshirelle.com/2023/01/'> January 2023 </option> <option value='https://askshirelle.com/2022/12/'> December 2022 </option> <option value='https://askshirelle.com/2022/11/'> November 2022 </option> <option value='https://askshirelle.com/2022/10/'> October 2022 </option> <option value='https://askshirelle.com/2022/09/'> September 2022 </option> <option value='https://askshirelle.com/2022/08/'> August 2022 </option> <option value='https://askshirelle.com/2022/07/'> July 2022 </option> <option value='https://askshirelle.com/2022/06/'> June 2022 </option> <option value='https://askshirelle.com/2022/05/'> May 2022 </option> <option value='https://askshirelle.com/2022/04/'> April 2022 </option> <option value='https://askshirelle.com/2022/03/'> March 2022 </option> <option value='https://askshirelle.com/2022/02/'> February 2022 </option> <option value='https://askshirelle.com/2022/01/'> January 2022 </option> <option value='https://askshirelle.com/2021/12/'> December 2021 </option> <option value='https://askshirelle.com/2021/11/'> November 2021 </option> <option value='https://askshirelle.com/2021/10/'> October 2021 </option> <option value='https://askshirelle.com/2021/09/'> September 2021 </option> <option value='https://askshirelle.com/2021/08/'> August 2021 </option> <option value='https://askshirelle.com/2021/06/'> June 2021 </option> <option value='https://askshirelle.com/2021/05/'> May 2021 </option> <option value='https://askshirelle.com/2021/04/'> April 2021 </option> <option value='https://askshirelle.com/2021/03/'> March 2021 </option> <option value='https://askshirelle.com/2021/02/'> February 2021 </option> <option value='https://askshirelle.com/2021/01/'> January 2021 </option> <option value='https://askshirelle.com/2020/12/'> December 2020 </option> <option value='https://askshirelle.com/2020/11/'> November 2020 </option> <option value='https://askshirelle.com/2020/10/'> October 2020 </option> <option value='https://askshirelle.com/2020/09/'> September 2020 </option> <option value='https://askshirelle.com/2020/08/'> August 2020 </option> <option value='https://askshirelle.com/2020/07/'> July 2020 </option> <option value='https://askshirelle.com/2020/06/'> June 2020 </option> <option value='https://askshirelle.com/2020/05/'> May 2020 </option> <option value='https://askshirelle.com/2020/04/'> April 2020 </option> <option value='https://askshirelle.com/2020/03/'> March 2020 </option> <option value='https://askshirelle.com/2020/02/'> February 2020 </option> <option value='https://askshirelle.com/2020/01/'> January 2020 </option> <option value='https://askshirelle.com/2019/12/'> December 2019 </option> <option value='https://askshirelle.com/2019/11/'> November 2019 </option> <option value='https://askshirelle.com/2019/10/'> October 2019 </option> <option value='https://askshirelle.com/2019/09/'> September 2019 </option> <option value='https://askshirelle.com/2019/08/'> August 2019 </option> <option value='https://askshirelle.com/2019/07/'> July 2019 </option> <option value='https://askshirelle.com/2019/06/'> June 2019 </option> <option value='https://askshirelle.com/2019/05/'> May 2019 </option> <option value='https://askshirelle.com/2019/04/'> April 2019 </option> <option value='https://askshirelle.com/2019/03/'> March 2019 </option> <option value='https://askshirelle.com/2019/02/'> February 2019 </option> <option value='https://askshirelle.com/2019/01/'> January 2019 </option> <option value='https://askshirelle.com/2018/12/'> December 2018 </option> <option value='https://askshirelle.com/2018/11/'> November 2018 </option> <option value='https://askshirelle.com/2018/10/'> October 2018 </option> <option value='https://askshirelle.com/2018/09/'> September 2018 </option> <option value='https://askshirelle.com/2018/08/'> August 2018 </option> <option value='https://askshirelle.com/2018/07/'> July 2018 </option> <option value='https://askshirelle.com/2018/06/'> June 2018 </option> <option value='https://askshirelle.com/2018/05/'> May 2018 </option> <option value='https://askshirelle.com/2018/04/'> April 2018 </option> <option value='https://askshirelle.com/2018/03/'> March 2018 </option> <option value='https://askshirelle.com/2018/02/'> February 2018 </option> <option value='https://askshirelle.com/2018/01/'> January 2018 </option> <option value='https://askshirelle.com/2017/12/'> December 2017 </option> <option value='https://askshirelle.com/2017/11/'> November 2017 </option> <option value='https://askshirelle.com/2017/10/'> October 2017 </option> <option value='https://askshirelle.com/2017/09/'> September 2017 </option> <option value='https://askshirelle.com/2017/08/'> August 2017 </option> <option value='https://askshirelle.com/2017/07/'> July 2017 </option> <option value='https://askshirelle.com/2017/06/'> June 2017 </option> <option value='https://askshirelle.com/2017/05/'> May 2017 </option> <option value='https://askshirelle.com/2017/04/'> April 2017 </option> <option value='https://askshirelle.com/2017/03/'> March 2017 </option> <option value='https://askshirelle.com/2017/02/'> February 2017 </option> <option value='https://askshirelle.com/2017/01/'> January 2017 </option> <option value='https://askshirelle.com/2016/12/'> December 2016 </option> <option value='https://askshirelle.com/2016/10/'> October 2016 </option> <option value='https://askshirelle.com/2016/09/'> September 2016 </option> <option value='https://askshirelle.com/2016/08/'> August 2016 </option> <option value='https://askshirelle.com/2016/07/'> July 2016 </option> <option value='https://askshirelle.com/2016/05/'> May 2016 </option> <option value='https://askshirelle.com/2016/04/'> April 2016 </option> <option value='https://askshirelle.com/2016/03/'> March 2016 </option> <option value='https://askshirelle.com/2016/02/'> February 2016 </option> <option value='https://askshirelle.com/2016/01/'> January 2016 </option> <option value='https://askshirelle.com/2015/12/'> December 2015 </option> <option value='https://askshirelle.com/2015/11/'> November 2015 </option> <option value='https://askshirelle.com/2015/10/'> October 2015 </option> <option value='https://askshirelle.com/2015/08/'> August 2015 </option> <option value='https://askshirelle.com/2015/07/'> July 2015 </option> <option value='https://askshirelle.com/2015/06/'> June 2015 </option> <option value='https://askshirelle.com/2015/05/'> May 2015 </option> <option value='https://askshirelle.com/2015/04/'> April 2015 </option> <option value='https://askshirelle.com/2015/03/'> March 2015 </option> <option value='https://askshirelle.com/2015/02/'> February 2015 </option> <option value='https://askshirelle.com/2015/01/'> January 2015 </option> <option value='https://askshirelle.com/2014/12/'> December 2014 </option> <option value='https://askshirelle.com/2014/11/'> November 2014 </option> <option value='https://askshirelle.com/2014/10/'> October 2014 </option> <option value='https://askshirelle.com/2014/09/'> September 2014 </option> <option value='https://askshirelle.com/2014/08/'> August 2014 </option> <option value='https://askshirelle.com/2014/07/'> July 2014 </option> <option value='https://askshirelle.com/2014/06/'> June 2014 </option> <option value='https://askshirelle.com/2014/05/'> May 2014 </option> <option value='https://askshirelle.com/2014/04/'> April 2014 </option> <option value='https://askshirelle.com/2014/03/'> March 2014 </option> <option value='https://askshirelle.com/2014/02/'> February 2014 </option> <option value='https://askshirelle.com/2014/01/'> January 2014 </option> <option value='https://askshirelle.com/2013/12/'> December 2013 </option> <option value='https://askshirelle.com/2013/11/'> November 2013 </option> <option value='https://askshirelle.com/2013/10/'> October 2013 </option> <option value='https://askshirelle.com/2013/09/'> September 2013 </option> <option value='https://askshirelle.com/2013/08/'> August 2013 </option> <option value='https://askshirelle.com/2013/07/'> July 2013 </option> <option value='https://askshirelle.com/2013/06/'> June 2013 </option> <option value='https://askshirelle.com/2013/05/'> May 2013 </option> <option value='https://askshirelle.com/2013/04/'> April 2013 </option> <option value='https://askshirelle.com/2013/03/'> March 2013 </option> <option value='https://askshirelle.com/2013/02/'> February 2013 </option> <option value='https://askshirelle.com/2013/01/'> January 2013 </option> <option value='https://askshirelle.com/2012/12/'> December 2012 </option> <option value='https://askshirelle.com/2012/11/'> November 2012 </option> <option value='https://askshirelle.com/2012/10/'> October 2012 </option> <option value='https://askshirelle.com/2012/09/'> September 2012 </option> <option value='https://askshirelle.com/2012/08/'> August 2012 </option> <option value='https://askshirelle.com/2012/07/'> July 2012 </option> <option value='https://askshirelle.com/2012/06/'> June 2012 </option> <option value='https://askshirelle.com/2012/05/'> May 2012 </option> <option value='https://askshirelle.com/2012/04/'> April 2012 </option> <option value='https://askshirelle.com/2012/03/'> March 2012 </option> <option value='https://askshirelle.com/2012/02/'> February 2012 </option> <option value='https://askshirelle.com/2012/01/'> January 2012 </option> <option value='https://askshirelle.com/2011/12/'> December 2011 </option> <option value='https://askshirelle.com/2011/11/'> November 2011 </option> <option value='https://askshirelle.com/2011/10/'> October 2011 </option> <option value='https://askshirelle.com/2011/09/'> September 2011 </option> <option value='https://askshirelle.com/2011/08/'> August 2011 </option> <option value='https://askshirelle.com/2011/07/'> July 2011 </option> <option value='https://askshirelle.com/2011/06/'> June 2011 </option> <option value='https://askshirelle.com/2011/05/'> May 2011 </option> <option value='https://askshirelle.com/2011/04/'> April 2011 </option> <option value='https://askshirelle.com/2011/03/'> March 2011 </option> <option value='https://askshirelle.com/2011/02/'> February 2011 </option> <option value='https://askshirelle.com/2011/01/'> January 2011 </option> <option value='https://askshirelle.com/2010/09/'> September 2010 </option> <option value='https://askshirelle.com/2010/08/'> August 2010 </option> <option value='https://askshirelle.com/2010/07/'> July 2010 </option> <option value='https://askshirelle.com/2010/06/'> June 2010 </option> <option value='https://askshirelle.com/2010/05/'> May 2010 </option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-2" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div></section> </aside> </div> <div class="clear"></div> </div> </div> <!-- Close the wrapper div --> <footer> <div class="ftw"> <div class="wrp"> <div class="clear"></div> </div> </div> <div class="fmn"> <div class="wrp"> <div class="fmw left"> <section class="copyright"> <div class="menu-main-container"><ul id="menu-main-1" class="footer_menu"><li id="menu-item-9190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-9190"><a href="https://askshirelle.com/">Home</a></li> <li id="menu-item-9198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9198"><a href="https://askshirelle.com/join-my-pack/">Join My Pack</a></li> <li id="menu-item-9199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9199"><a href="https://askshirelle.com/ask-a-question/">Ask a Question</a></li> <li id="menu-item-9211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9211"><a href="https://askshirelle.com/for-parents/">For Parents</a></li> <li id="menu-item-9295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9295"><a href="https://askshirelle.com/the-teachings-of-shirelle/">The Book</a></li> </ul></div> </section> <p class="credits"> Copyright 2015 by Ask Shirelle. Designed by <a href="http://www.ielectrify.com">iElectrify</a> </p> </div> <div class="fsw right"> </div> <div class="clear"></div> </div> </div> </footer> <div class="jetpack-instant-search__widget-area" style="display: none"> <div id="jetpack-search-filters-1" class="widget jetpack-filters widget_search"> <div id="jetpack-search-filters-1-wrapper" class="jetpack-instant-search-wrapper"> </div></div> </div> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://askshirelle.com/wp-includes/js/dist/url.min.js?ver=b4979979018b684be209" id="wp-url-js"></script> <script type="text/javascript" id="jetpack-instant-search-js-before"> /* <![CDATA[ */ var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Atrue%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23FFC%22%2C%22overlayTrigger%22%3A%22submit%22%2C%22resultFormat%22%3A%22expanded%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%22%2C%22locale%22%3A%22en-US%22%2C%22postsPerPage%22%3A10%2C%22siteId%22%3A213415091%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%5C%2Fwp-content%5C%2Fplugins%5C%2Fjetpack%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Afalse%2C%22isFreePlan%22%3Afalse%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Faskshirelle.com%5C%2Fwp-json%5C%2F%22%2C%22apiNonce%22%3A%22a330b862b2%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Afalse%2C%22hasOverlayWidgets%22%3Atrue%2C%22widgets%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Post%20Type%20Spotlight%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22pts_feature_tax%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_0%22%7D%2C%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_1%22%7D%2C%7B%22name%22%3A%22Tags%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22post_tag%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_2%22%7D%2C%7B%22name%22%3A%22Year%22%2C%22type%22%3A%22date_histogram%22%2C%22count%22%3A5%2C%22field%22%3A%22post_date%22%2C%22interval%22%3A%22year%22%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22date_histogram_3%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%7D%5D%2C%22widgetsOutsideOverlay%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Post%20Type%20Spotlight%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22pts_feature_tax%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_4%22%7D%2C%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_5%22%7D%2C%7B%22name%22%3A%22Tags%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22post_tag%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22taxonomy_6%22%7D%2C%7B%22name%22%3A%22Year%22%2C%22type%22%3A%22date_histogram%22%2C%22count%22%3A5%2C%22field%22%3A%22post_date%22%2C%22interval%22%3A%22year%22%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%2C%22filter_id%22%3A%22date_histogram_7%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-2%22%7D%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Afalse%7D")); /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&amp;ver=32fdf369306ecec73d70" id="jetpack-instant-search-js"></script> <script type="text/javascript" src="//stats.wp.com/w.js?ver=202408" id="jp-tracks-js"></script> <script type="text/javascript" id="thrive-main-script-js-extra"> /* <![CDATA[ */ var ThriveApp = {"ajax_url":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/askshirelle.com\/wp-content\/themes\/squared","translations":{"ProductDetails":"Product Details"}}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/themes/squared/js/script.min.js?ver=6.4.3" id="thrive-main-script-js"></script> <script type="text/javascript" id="tve-dash-frontend-js-extra"> /* <![CDATA[ */ var tve_dash_front = {"ajaxurl":"https:\/\/askshirelle.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"1","recaptcha":[],"post_id":"9785"}; /* ]]> */ </script> <script type="text/javascript" src="https://askshirelle.com/wp-content/themes/squared/thrive-dashboard/js/dist/frontend.min.js?ver=3.4.1" id="tve-dash-frontend-js"></script> <script type="text/javascript" src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"213415091\",\"post\":\"9785\",\"tz\":\"-8\",\"srv\":\"askshirelle.com\",\"j\":\"1:13.1.1\"}") ]); _stq.push([ "clickTrackerInit", "213415091", "9785" ]); /* ]]> */ </script> <script defer type="text/javascript" src="https://askshirelle.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1705544717" id="akismet-frontend-js"></script> <script id="c4wp-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ&#038;hl=en"></script> <script id="c4wp-inline-js" type="text/javascript"> ( function( grecaptcha ) { let c4wp_onloadCallback = function() { for ( var i = 0; i < document.forms.length; i++ ) { let form = document.forms[i]; let captcha_div = form.querySelector( '.c4wp_captcha_field_div:not(.rendered)' ); let jetpack_sso = form.querySelector( '#jetpack-sso-wrap' ); if ( null === captcha_div || form.id == 'create-group-form' ) { continue; } if ( !( captcha_div.offsetWidth || captcha_div.offsetHeight || captcha_div.getClientRects().length ) ) { if ( jetpack_sso == null && ! form.classList.contains( 'woocommerce-form-login' ) ) { continue; } } let alreadyCloned = form.querySelector( '.c4wp-submit' ); if ( null != alreadyCloned ) { continue; } let foundSubmitBtn = form.querySelector( '#signup-form [type=submit], [type=submit]:not(.nf-element):not(#group-creation-create):not([name="signup_submit"]):not([name="ac_form_submit"]):not(.verify-captcha)' ); let cloned = false; let clone = false; // Submit button found, clone it. if ( foundSubmitBtn ) { clone = foundSubmitBtn.cloneNode(true); clone.classList.add( 'c4wp-submit' ); clone.removeAttribute( 'onclick' ); clone.removeAttribute( 'onkeypress' ); if ( foundSubmitBtn.parentElement.form === null ) { foundSubmitBtn.parentElement.prepend(clone); } else { foundSubmitBtn.parentElement.insertBefore( clone, foundSubmitBtn ); } foundSubmitBtn.style.display = "none"; cloned = true; } // Clone created, listen to its click. if ( cloned ) { clone.addEventListener( 'click', function ( event ) { logSubmit( event, 'cloned', form, foundSubmitBtn ); }); // No clone, execture and watch for form submission. } else { grecaptcha.execute( '6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); responseElem.setAttribute( 'value', data ); }); // Anything else. form.addEventListener( 'submit', function ( event ) { logSubmit( event, 'other', form ); }); } function logSubmit( event, form_type = '', form, foundSubmitBtn ) { // Standard v3 check. if ( ! form.classList.contains( 'c4wp_v2_fallback_active' ) && ! form.classList.contains( 'c4wp_verified' ) ) { event.preventDefault(); try { grecaptcha.execute( '6Lc3MCknAAAAABIQzamhJs2BrCnwNmZvwu-s-9uJ', ).then( function( data ) { var responseElem = form.querySelector( '.c4wp_response' ); if ( responseElem == null ) { var responseElem = document.querySelector( '.c4wp_response' ); } responseElem.setAttribute( 'value', data ); // Submit as usual. if ( foundSubmitBtn ) { foundSubmitBtn.click(); } else { if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } } return true; }); } catch (e) { // Slience. } // V2 fallback. } else { if ( form.classList.contains( 'wpforms-form' ) || form.classList.contains( 'frm-fluent-form' )) { return true; } // Submit as usual. if ( typeof form.submit === 'function' ) { form.submit(); } else { HTMLFormElement.prototype.submit.call(form); } return true; } }; } }; grecaptcha.ready( c4wp_onloadCallback ); if ( typeof jQuery !== 'undefined' ) { jQuery( 'body' ).on( 'click', '.acomment-reply.bp-primary-action', function ( e ) { c4wp_onloadCallback(); }); } //token is valid for 2 minutes, So get new token every after 1 minutes 50 seconds setInterval(c4wp_onloadCallback, 110000); } )( grecaptcha ); </script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Manisha asks: I have been in a relationship for the past 4 years. We are very serious about each other. I also have a job, but my boyfriend does not like this, but I want to do this job because it’s a good company and for me it’s a big opportunity. He wants me to leave this job because my job hours are 1pm to 10 pm, which he doesn’t like. Before this job I already worked with 2-3 companies also, but always he said to me that leave those also. I even worked in day shifts before, which he also didn’t like, but now I want to do this job and I want his support. He is short-tempered, and while I know he loves me very much, he speaks very harshly to me about my job. And his family also does not want me to do this. We have regular fights with each other. I don’t understand how to convince him. And I love him so much that I am searching for another job. So please tell me, is that good to work late at night? I have always to be on time, and on a daily basis I am doing video calls, phone calls – in short, I am giving my 100% for this relationship but I don’t want him to be sad. I don’t know what’s the problem with me doing this job. I can’t live without him. Should I leave this job for his happiness?\nHi Manisha –\nWow, I’m really torn on this. On one hand, I love that he wants more of you, that he hates having you away from him, but on the other, it sounds like he might have that attitude that says that women shouldn’t work – and that’s as last-century as Rin Tin Tin movies!\nBut in truth, I have no more right to give my opinion than he does. Less! Because I don’t know a hundred other issues.\nFor example, how is your boyfriend doing financially? Is he so well-off that he could support you and a family easily? So there’s no reason – if you two stayed together – for you to need to work? Or is he being silly, not acknowledging that he’d really need you to work for you two to be able to have a good life?\nFor another, could you change your working hours – or could he change his – so that you two could have more time together without one of you having to quit your job?\nAnd beyond that, what’s his family’s interest in this? Do they just not like women working?\nBut really, all of these questions are secondary. The big one is what YOU want and feel now. Sure, you like your job, but if he insisted on you quitting it, would you? And if he did something fully unacceptable (like telling you what you have to do in life), would you be ready kick him out and to drown your sorrows in whatever way seems best?\nFor now, my suggestion is that you keep both him and the job, and see what happens next. But eventually, you will have to decide. I hope not between them.\nSee how he acts, and how his family does. And when you explain to them what you really want (if you figure it out), then you are in a place to make what might be a hugely difficult decision: What to do if he says “Job or Me.”\nAnd with that one I can’t tell you want to do. But the more you learn about yourself, about this relationship, and about your job and future jobs – the more you’ll be able to make decisions on this.\nBest of Luck – I sure hope this gets easier!", "id": "<urn:uuid:a47b5e25-a6fc-477b-bbcc-cb5ad5cc518e>", "dump": "CC-MAIN-2024-10", "url": "https://askshirelle.com/2018/04/16/manisha-asks-relationship-past-4-years-serious-also-job-boyfriend-not-like-want-job/", "date": "2024-02-25T08:37:27", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9875901937484741, "token_count": 799 } }
<urn:uuid:60f57dd1-0ab0-4d2a-9a39-e3f854126fe1>
<!DOCTYPE html> <html dir="ltr" lang="en-ZA" prefix="og: https://ogp.me/ns#" > <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://associationnavigator.org/xmlrpc.php" /> <title>Featured: Stan Shikwambana - Association of Allan Gray Fellows</title> <!-- All in One SEO 4.2.8 - aioseo.com --> <meta name="description" content="In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure" /> <meta name="robots" content="noindex, nofollow, max-image-preview:large" /> <link rel="canonical" href="https://associationnavigator.org/resources-opportunities/featured-stan-shikwambana/" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.2.8 " /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Association of Allan Gray Fellows - Allan Gray Orbis Foundation" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Featured: Stan Shikwambana - Association of Allan Gray Fellows" /> <meta property="og:description" content="In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure" /> <meta property="og:url" content="https://associationnavigator.org/resources-opportunities/featured-stan-shikwambana/" /> <meta property="article:published_time" content="2023-06-14T07:42:40+00:00" /> <meta property="article:modified_time" content="2023-09-15T07:21:10+00:00" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Featured: Stan Shikwambana - Association of Allan Gray Fellows" /> <meta name="twitter:description" content="In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure" /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#blogposting","name":"Featured: Stan Shikwambana - Association of Allan Gray Fellows","headline":"Featured: Stan Shikwambana","author":{"@id":"https:\/\/associationnavigator.org\/author\/association\/#author"},"publisher":{"@id":"https:\/\/associationnavigator.org\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/associationnavigator.org\/wp-content\/uploads\/2023\/05\/Other_-General.png","width":1000,"height":250},"datePublished":"2023-06-14T07:42:40+02:00","dateModified":"2023-09-15T07:21:10+02:00","inLanguage":"en-ZA","mainEntityOfPage":{"@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#webpage"},"isPartOf":{"@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#webpage"},"articleSection":"News, Resources &amp; Opportunities, June"},{"@type":"BreadcrumbList","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/associationnavigator.org\/#listItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/associationnavigator.org\/","name":"Home","description":"Allan Gray Orbis Foundation","url":"https:\/\/associationnavigator.org\/"},"nextItem":"https:\/\/associationnavigator.org\/resources-opportunities\/#listItem"},{"@type":"ListItem","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/#listItem","position":2,"item":{"@type":"WebPage","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/","name":"Resources &amp; Opportunities","description":"In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure","url":"https:\/\/associationnavigator.org\/resources-opportunities\/"},"nextItem":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#listItem","previousItem":"https:\/\/associationnavigator.org\/#listItem"},{"@type":"ListItem","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#listItem","position":3,"item":{"@type":"WebPage","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/","name":"Featured: Stan Shikwambana","description":"In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure","url":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/"},"previousItem":"https:\/\/associationnavigator.org\/resources-opportunities\/#listItem"}]},{"@type":"Organization","@id":"https:\/\/associationnavigator.org\/#organization","name":"Association of Allan Gray Fellows","url":"https:\/\/associationnavigator.org\/"},{"@type":"WebPage","@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#webpage","url":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/","name":"Featured: Stan Shikwambana - Association of Allan Gray Fellows","description":"In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure","inLanguage":"en-ZA","isPartOf":{"@id":"https:\/\/associationnavigator.org\/#website"},"breadcrumb":{"@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#breadcrumblist"},"author":"https:\/\/associationnavigator.org\/author\/association\/#author","creator":"https:\/\/associationnavigator.org\/author\/association\/#author","image":{"@type":"ImageObject","url":"https:\/\/associationnavigator.org\/wp-content\/uploads\/2023\/05\/Other_-General.png","@id":"https:\/\/associationnavigator.org\/#mainImage","width":1000,"height":250},"primaryImageOfPage":{"@id":"https:\/\/associationnavigator.org\/resources-opportunities\/featured-stan-shikwambana\/#mainImage"},"datePublished":"2023-06-14T07:42:40+02:00","dateModified":"2023-09-15T07:21:10+02:00"},{"@type":"WebSite","@id":"https:\/\/associationnavigator.org\/#website","url":"https:\/\/associationnavigator.org\/","name":"Association of Allan Gray Fellows","description":"Allan Gray Orbis Foundation","inLanguage":"en-ZA","publisher":{"@id":"https:\/\/associationnavigator.org\/#organization"}}]} </script> <!-- All in One SEO --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Association of Allan Gray Fellows &raquo; Feed" href="https://associationnavigator.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Association of Allan Gray Fellows &raquo; Comments Feed" href="https://associationnavigator.org/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Association of Allan Gray Fellows &raquo; Featured: Stan Shikwambana Comments Feed" href="https://associationnavigator.org/resources-opportunities/featured-stan-shikwambana/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/associationnavigator.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='animate-css' href='https://associationnavigator.org/wp-content/plugins/qi-blocks/assets/css/plugins/animate/animate.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider-css' href='https://associationnavigator.org/wp-content/plugins/LayerSlider/assets/static/layerslider/css/layerslider.css?ver=7.5.3' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-library-inline-css' type='text/css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='qi-blocks-grid-css' href='https://associationnavigator.org/wp-content/plugins/qi-blocks/assets/dist/grid.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-blocks-main-css' href='https://associationnavigator.org/wp-content/plugins/qi-blocks/assets/dist/main.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://associationnavigator.org/wp-content/plugins/qi-blocks/inc/slider/assets/plugins/swiper.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-grid-style-css' href='https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/assets/css/grid.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-helper-parts-style-css' href='https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/assets/css/helper-parts.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='qi-addons-for-elementor-style-css' href='https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/assets/css/main.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://associationnavigator.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://associationnavigator.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-default-style-css' href='https://associationnavigator.org/wp-content/themes/bridge/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_awesome-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/font-awesome/css/font-awesome.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_elegant-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/elegant-icons/style.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-linea_icons-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/linea-icons/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-dripicons-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/dripicons/dripicons.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-kiko-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/kiko/kiko-all.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-qode-font_awesome_5-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/font-awesome-5/css/font-awesome-5.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-stylesheet-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/stylesheet.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='bridge-stylesheet-inline-css' type='text/css'> .postid-1508.disabled_footer_top .footer_top_holder, .postid-1508.disabled_footer_bottom .footer_bottom_holder { display: none;} </style> <link rel='stylesheet' id='bridge-print-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/print.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-style-dynamic-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/style_dynamic_callback.php?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-responsive-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/responsive.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-style-dynamic-responsive-css' href='https://associationnavigator.org/wp-content/themes/bridge/css/style_dynamic_responsive_callback.php?ver=6.4.3' type='text/css' media='all' /> <style id='bridge-style-dynamic-responsive-inline-css' type='text/css'> .logo_wrapper {left: 0;} .q_logo a {height: 70px !important; left: 0; } .side_menu span {color: #fff;} footer {padding-top: 5%;} .acc-menu li a {font-weight: bold; color: #fff;} .side_menu .side_menu_title {margin: 0 0 30px;} .m1dll_subdirpath {text-transform: capitalize;} .lwa-form span {color: #000 !important;} .q_image_with_text_over .desc {line-height: 14px; background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important; padding: 5%;} .home-pillars .vc_col-sm-2 {width: 20%;} .q_image_with_text_over .shader {background-color: transparent;} .mobile_menu_button {float:right;} ol {margin-left: 20px;} ul {list-style-position: outside; margin-left: 20px;} .q_team .q_team_title_holder .q_team_name {font-size: 14px;} /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .home-pillars .vc_col-sm-2 {width: 100%;} } /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { } /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { } </style> <link rel='stylesheet' id='js_composer_front-css' href='https://associationnavigator.org/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.10.0' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-style-handle-google-fonts-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C300italic%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext&#038;ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='bridge-core-dashboard-style-css' href='https://associationnavigator.org/wp-content/plugins/bridge-core/modules/core-dashboard/assets/css/core-dashboard.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='childstyle-css' href='https://associationnavigator.org/wp-content/themes/bridge-child/style.css?ver=6.4.3' type='text/css' media='all' /> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/ScrollToPlugin.min.js?ver=6.4.3" id="ScrollToPlugin-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="layerslider-utils-js-extra"> /* <![CDATA[ */ var LS_Meta = {"v":"7.5.3","fixGSAP":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.utils.js?ver=7.5.3" id="layerslider-utils-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=7.5.3" id="layerslider-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.transitions.js?ver=7.5.3" id="layerslider-transitions-js"></script> <script type="text/javascript" id="wp-statistics-tracker-js-extra"> /* <![CDATA[ */ var WP_Statistics_Tracker_Object = {"hitRequestUrl":"https:\/\/associationnavigator.org\/wp-json\/wp-statistics\/v2\/hit?wp_statistics_hit_rest=yes&track_all=1&current_page_type=post&current_page_id=1508&search_query&page_uri=L3Jlc291cmNlcy1vcHBvcnR1bml0aWVzL2ZlYXR1cmVkLXN0YW4tc2hpa3dhbWJhbmEv","keepOnlineRequestUrl":"https:\/\/associationnavigator.org\/wp-json\/wp-statistics\/v2\/online?wp_statistics_hit_rest=yes&track_all=1&current_page_type=post&current_page_id=1508&search_query&page_uri=L3Jlc291cmNlcy1vcHBvcnR1bml0aWVzL2ZlYXR1cmVkLXN0YW4tc2hpa3dhbWJhbmEv","option":{"dntEnabled":true,"cacheCompatibility":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/wp-statistics/assets/js/tracker.js?ver=6.4.3" id="wp-statistics-tracker-js"></script> <meta name="generator" content="Powered by LayerSlider 7.5.3 - Build Heros, Sliders, and Popups. Create Animations and Beautiful, Rich Web Content as Easy as Never Before on WordPress." /> <!-- LayerSlider updates and docs at: https://layerslider.com --> <link rel="https://api.w.org/" href="https://associationnavigator.org/wp-json/" /><link rel="alternate" type="application/json" href="https://associationnavigator.org/wp-json/wp/v2/posts/1508" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://associationnavigator.org/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel='shortlink' href='https://associationnavigator.org/?p=1508' /> <link rel="alternate" type="application/json+oembed" href="https://associationnavigator.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fassociationnavigator.org%2Fresources-opportunities%2Ffeatured-stan-shikwambana%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://associationnavigator.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fassociationnavigator.org%2Fresources-opportunities%2Ffeatured-stan-shikwambana%2F&#038;format=xml" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NZK9C6R');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NZK9C6R" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Analytics by WP Statistics v14.3.5 - https://wp-statistics.com/ --> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <meta name="generator" content="Powered by Slider Revolution 6.6.5 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://associationnavigator.org/wp-content/uploads/2017/02/favicon-150x150.png" sizes="32x32" /> <link rel="icon" href="https://associationnavigator.org/wp-content/uploads/2017/02/favicon-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://associationnavigator.org/wp-content/uploads/2017/02/favicon-300x300.png" /> <meta name="msapplication-TileImage" content="https://associationnavigator.org/wp-content/uploads/2017/02/favicon-300x300.png" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" id="wp-custom-css"> ul.vc_grid-filter li { border-bottom: 2px #818181 solid !important; font-weight: bold !important; margin: 10px !important; } ul.vc_grid-filter li:hover { border-bottom: 2px #fdc82f solid !important; color: #fdc82f !important; } div.post_info { display: none !important; } .qbutton { background-color: #f4524d !important; border: none !important; border-radius: 5px !important; color: #fff !important; font-size: 14px; text-transform: initial; } .qbutton:hover { color: #f7f7f7 !important; background-color: #f23630 !important; } .text.all_at_once.subtitle_bellow_title.no_separator a { width: 100% !important; display: flex; margin-left: auto !important; margin-right: auto !important; text-align: center; } a.qbutton.green.default { max-width: 160px; } a.qbutton.white.default { max-width: 324px; } @media only screen and (max-width: 1024px) { a.qbutton.green.default { max-width: 150px; } a.qbutton.white.default { max-width: 290px; } } @media only screen and (max-width: 768px) { a.qbutton.green.default { max-width: 140px; } a.qbutton.white.default { max-width: 262px; } } @media only screen and (max-width: 567px) { a.qbutton.green.default { max-width: 127px; } a.qbutton.white.default { max-width: 246px; } } .main_menu.drop_down.right { height: 100px; display: flex; align-items: center; } @media (max-width: 1024px) { .main_menu.drop_down.right { display: none !important; } .header_inner_left { position: relative !important; left: 0 !important; } .mobile_menu_button { display: table !important; } header { position: fixed !important; } } .q_logo { display: none; } </style> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="post-template-default single single-post postid-1508 single-format-standard bridge-core-3.0.5 qi-blocks-1.0.6 qodef-gutenberg--no-touch qodef-qi--no-touch qi-addons-for-elementor-1.5.5 qode-child-theme-ver-1.0.0 qode-theme-ver-29.2 qode-theme-bridge wpb-js-composer js-comp-ver-6.10.0 vc_responsive elementor-default elementor-kit-1190" itemscope itemtype="http://schema.org/WebPage"> <div class="wrapper"> <div class="wrapper_inner"> <!-- Google Analytics start --> <!-- Google Analytics end --> <header class=" scroll_header_top_area light fixed scrolled_not_transparent header_style_on_scroll page_header"> <div class="header_inner clearfix"> <div class="header_top_bottom_holder"> <div class="header_bottom clearfix" style='' > <div class="header_inner_left"> <div class="mobile_menu_button"> <span> <i class="qode_icon_font_awesome fa fa-bars " ></i> </span> </div> <div class="logo_wrapper" > <div class="q_logo"> <a itemprop="url" href="https://associationnavigator.org/" > <img itemprop="image" class="normal" src="http://www.associationnavigator.org/wp-content/uploads/2018/03/Foundation-Association-logo.png" alt="Logo"> <img itemprop="image" class="light" src="http://www.associationnavigator.org/wp-content/uploads/2018/03/Foundation-Association-logo.png" alt="Logo"/> <img itemprop="image" class="dark" src="http://www.associationnavigator.org/wp-content/uploads/2018/03/Foundation-Association-logo.png" alt="Logo"/> <img itemprop="image" class="sticky" src="http://www.associationnavigator.org/wp-content/uploads/2018/03/Foundation-Association-logo.png" alt="Logo"/> <img itemprop="image" class="mobile" src="http://www.associationnavigator.org/wp-content/uploads/2018/03/Foundation-Association-logo.png" alt="Logo"/> </a> </div> </div> </div> <div class="header_inner_right"> <div class="side_menu_button_wrapper right"> <div class="side_menu_button"> </div> </div> </div> <nav class="main_menu drop_down right"> <ul id="menu-main-menu" class=""><li id="nav-menu-item-1575" class="menu-item menu-item-type-post_type menu-item-object-page narrow"><a href="https://associationnavigator.org/association/" class=""><i class="menu_icon blank fa"></i><span>Home<span class="underline_dash"></span></span><span class="plus"></span></a></li> <li id="nav-menu-item-1315" class="menu-item menu-item-type-post_type menu-item-object-page narrow"><a href="https://associationnavigator.org/news/" class=""><i class="menu_icon blank fa"></i><span>News<span class="underline_dash"></span></span><span class="plus"></span></a></li> <li id="nav-menu-item-1295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub narrow"><a href="#" class=""><i class="menu_icon blank fa"></i><span>Apply<span class="underline_dash"></span></span><span class="plus"></span></a> <div class="second"><div class="inner"><ul> <li id="nav-menu-item-1572" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://ecv.microsoft.com/JSiTH9YPzI" class=""><i class="menu_icon blank fa"></i><span>Apply for EA</span><span class="plus"></span></a></li> <li id="nav-menu-item-1573" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://ecv.microsoft.com/qVWkriQVUq" class=""><i class="menu_icon blank fa"></i><span>Apply for IVC</span><span class="plus"></span></a></li> <li id="nav-menu-item-1153" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://graymatter.allangrayorbis.org/login/" class=""><i class="menu_icon blank fa"></i><span>Post-Graduate Funding</span><span class="plus"></span></a></li> </ul></div></div> </li> <li id="nav-menu-item-1148" class="menu-item menu-item-type-post_type menu-item-object-page narrow"><a href="https://associationnavigator.org/contacts/" class=""><i class="menu_icon blank fa"></i><span>Contacts<span class="underline_dash"></span></span><span class="plus"></span></a></li> </ul> </nav> <nav class="mobile_menu"> <ul id="menu-main-menu-1" class=""><li id="mobile-menu-item-1575" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://associationnavigator.org/association/" class=""><span>Home</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-1315" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://associationnavigator.org/news/" class=""><span>News</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-1295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has_sub"><a href="#" class=""><span>Apply</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-1572" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://ecv.microsoft.com/JSiTH9YPzI" class=""><span>Apply for EA</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-1573" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://ecv.microsoft.com/qVWkriQVUq" class=""><span>Apply for IVC</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-1153" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://graymatter.allangrayorbis.org/login/" class=""><span>Post-Graduate Funding</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-1148" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://associationnavigator.org/contacts/" class=""><span>Contacts</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul></nav> </div> </div> </div> </header> <div class="content "> <div class="content_inner "> <div class="title_outer title_without_animation" data-height="200"> <div class="title title_size_small position_left " style="height:200px;"> <div class="image not_responsive"></div> <div class="title_holder" style="padding-top:100px;height:100px;"> <div class="container"> <div class="container_inner clearfix"> <div class="title_subtitle_holder" > <h1 ><span>Featured: Stan Shikwambana</span></h1> <span class="separator small left" ></span> <div class="breadcrumb" > <div class="breadcrumbs"><div itemprop="breadcrumb" class="breadcrumbs_inner"><a href="https://associationnavigator.org/">Home</a><span class="delimiter">&nbsp;>&nbsp;</span><a href="https://associationnavigator.org/category/news/">News</a> <span class="delimiter">&nbsp;>&nbsp;</span><span class="current">Featured: Stan Shikwambana</span></div></div></div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="container_inner default_template_holder" > <div class="blog_single blog_holder"> <article id="post-1508" class="post-1508 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-resources-opportunities tag-june"> <div class="post_content_holder"> <div class="post_image"> <img width="1000" height="250" src="https://associationnavigator.org/wp-content/uploads/2023/05/Other_-General.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://associationnavigator.org/wp-content/uploads/2023/05/Other_-General.png 1000w, https://associationnavigator.org/wp-content/uploads/2023/05/Other_-General-300x75.png 300w, https://associationnavigator.org/wp-content/uploads/2023/05/Other_-General-768x192.png 768w, https://associationnavigator.org/wp-content/uploads/2023/05/Other_-General-700x175.png 700w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div> <div class="post_text"> <div class="post_text_inner"> <h2 itemprop="name" class="entry_title"><span itemprop="dateCreated" class="date entry_date updated">14 Jun<meta itemprop="interactionCount" content="UserComments: 0"/></span> Featured: Stan Shikwambana</h2> <div class="post_info"> <span class="time">Posted at 09:42h</span> in <a href="https://associationnavigator.org/category/news/" rel="category tag">News</a>, <a href="https://associationnavigator.org/category/resources-opportunities/" rel="category tag">Resources &amp; Opportunities</a> <span class="post_author"> by <a itemprop="author" class="post_author_link" href="https://associationnavigator.org/author/association/">Tehillah Dube</a> </span> <span class="dots"><i class="fa fa-square"></i></span><a itemprop="url" class="post_comments" href="https://associationnavigator.org/resources-opportunities/featured-stan-shikwambana/#respond" target="_self">0 Comments</a> <span class="dots"><i class="fa fa-square"></i></span> <div class="blog_like"> <a href="#" class="qode-like" id="qode-like-1508" title="Like this">0<span> Likes</span></a> </div> </div> <p>In a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure trove of captivating books across diverse genres. Whether you&#8217;re an aspiring writer or an avid reader, Visionary Writings co-founded by a fellow, Stan Shikwambana is the platform you&#8217;ve been waiting for. At Visionary Writings, we believe that every writer deserves a platform to express their voice and share their stories with the world. Our platform provides a welcoming and supportive environment for writers of all backgrounds and skill levels. Here, you can unleash your creativity and publish your work for a global audience to enjoy. But Visionary Writings doesn&#8217;t stop at just providing a space to publish your writing. We go a step further by offering you the opportunity to earn from your talent. With various monetization options, such as sponsored content, reader tips, subscriptions and our marketplace, we empower writers to turn their passion into a rewarding endeavor. For the passionate readers among us, Visionary Writings offers an immersive and diverse reading experience. Our platform boasts a vast collection of stories, poems, and literary works spanning multiple genres. Whether you crave the enchantment of romance, the thrill of suspense, the realms of fantasy, or the depths of poetry, you will find it all within our virtual library with thousands of books published. Our community of literary enthusiasts diligently curates&#8217; content, ensuring that every story on Visionary Writings is a gem waiting to be discovered. Lose yourself in captivating narratives and embark on unforgettable journeys crafted by talented writers from around the world. At Visionary Writings, we understand the importance of an intuitive and enjoyable user experience. That is why we have revamped our platform, focusing on an updated user interface and user experience design to make navigation effortless and seamless. Our sleek and modern design ensures that writers and readers can effortlessly engage with the platform, finding their way through the captivating literary offerings. We have also introduced a suite of user-friendly tools for writers, making the process of publishing your work a breeze. From formatting options to monetizing features, our writing interface empowers you to focus on your creativity without the hassle of technical distractions. Are you ready to embark on an incredible literary journey? Join the Visionary Writings community today and be part of a vibrant platform that celebrates the power of words. Whether you&#8217;re a seasoned writer seeking recognition or a reader yearning for exceptional stories, Visionary Writings is the ideal destination.</p> <p>Visit our website visionarywritings.com and explore the wealth of creative expression and captivating stories waiting for you. Unleash your creativity, earn from your passion, and embark on unforgettable adventures within the pages of Visionary Writings. It&#8217;s time to share your voice and discover the brilliance of talented writers from around the globe.</p> <p>&nbsp;</p> <p>&nbsp;</p> </div> </div> </div> <div class="single_tags clearfix"> <div class="tags_text"> <h5>Tags:</h5> <a href="https://associationnavigator.org/tag/june/" rel="tag">June</a> </div> </div> </article> <div class="comment_holder clearfix" id="comments"> <div class="comment_number"><div class="comment_number_inner"><h5>No Comments</h5></div></div> <div class="comments"> </div></div> <div class="comment_pager"> <p></p> </div> <div class="comment_form"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title"><h5>Post A Comment</h5> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/resources-opportunities/featured-stan-shikwambana/#respond" style="display:none;">Cancel Reply</a></small></h3><form action="https://associationnavigator.org/wp-comments-post.php" method="post" id="commentform" class="comment-form"><textarea id="comment" placeholder="Write your comment here..." name="comment" cols="45" rows="8" aria-required="true"></textarea><div class="three_columns clearfix"><div class="column1"><div class="column_inner"><input id="author" name="author" placeholder="Your full name" type="text" value="" aria-required='true' /></div></div> <div class="column2"><div class="column_inner"><input id="email" name="email" placeholder="E-mail address" type="text" value="" aria-required='true' /></div></div> <div class="column3"><div class="column_inner"><input id="url" name="url" type="text" placeholder="Website" value="" /></div></div></div> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit_comment" class="submit" value="Submit" /> <input type='hidden' name='comment_post_ID' value='1508' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div> </div> </div> </div> </div> </div> <footer > <div class="footer_inner clearfix"> <div class="footer_top_holder"> <div class="footer_top"> <div class="container"> <div class="container_inner"> <div id="block-4" class="widget widget_block"><h4 style="color:#F9EEDC; font-size: 24px; font-weight: 700; padding-bottom: 16px; font-family: Arial;">Connect with the Community</h4></div> </div> </div> </div> </div> <div class="footer_bottom_holder"> <div class="footer_bottom"> <div class="textwidget"><p><span style="color:#F9EEDC;">© 2022 Allan Gray Orbis Foundation. All Rights Reserved.</span></p> </div> </div> </div> </div> </footer> </div> </div> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} </style> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://associationnavigator.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.5' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type="text/javascript" id="qi-blocks-main-js-extra"> /* <![CDATA[ */ var qiBlocks = {"vars":{"arrowLeftIcon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0.5\" y1=\"16\" x2=\"33.5\" y2=\"16\"\/><line x1=\"0.3\" y1=\"16.5\" x2=\"16.2\" y2=\"0.7\"\/><line x1=\"0\" y1=\"15.4\" x2=\"16.2\" y2=\"31.6\"\/><\/svg>","arrowRightIcon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0\" y1=\"16\" x2=\"33\" y2=\"16\"\/><line x1=\"17.3\" y1=\"0.7\" x2=\"33.2\" y2=\"16.5\"\/><line x1=\"17.3\" y1=\"31.6\" x2=\"33.5\" y2=\"15.4\"\/><\/svg>","closeIcon":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 9.1 9.1\" xml:space=\"preserve\"><g><path d=\"M8.5,0L9,0.6L5.1,4.5L9,8.5L8.5,9L4.5,5.1L0.6,9L0,8.5L4,4.5L0,0.6L0.6,0L4.5,4L8.5,0z\"\/><\/g><\/svg>"}}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-blocks/assets/dist/main.js?ver=6.4.3" id="qi-blocks-main-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.5" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.5" defer async id="revmin-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" id="qi-addons-for-elementor-script-js-extra"> /* <![CDATA[ */ var qodefQiAddonsGlobal = {"vars":{"adminBarHeight":0,"iconArrowLeft":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0.5\" y1=\"16\" x2=\"33.5\" y2=\"16\"\/><line x1=\"0.3\" y1=\"16.5\" x2=\"16.2\" y2=\"0.7\"\/><line x1=\"0\" y1=\"15.4\" x2=\"16.2\" y2=\"31.6\"\/><\/svg>","iconArrowRight":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 34.2 32.3\" xml:space=\"preserve\" style=\"stroke-width: 2;\"><line x1=\"0\" y1=\"16\" x2=\"33\" y2=\"16\"\/><line x1=\"17.3\" y1=\"0.7\" x2=\"33.2\" y2=\"16.5\"\/><line x1=\"17.3\" y1=\"31.6\" x2=\"33.5\" y2=\"15.4\"\/><\/svg>","iconClose":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 9.1 9.1\" xml:space=\"preserve\"><g><path d=\"M8.5,0L9,0.6L5.1,4.5L9,8.5L8.5,9L4.5,5.1L0.6,9L0,8.5L4,4.5L0,0.6L0.6,0L4.5,4L8.5,0z\"\/><\/g><\/svg>"}}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/assets/js/main.min.js?ver=6.4.3" id="qi-addons-for-elementor-script-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.2" id="jquery-ui-accordion-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.2" id="jquery-ui-menu-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="wp-a11y-js-translations"> /* <![CDATA[ */ ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "default", {"translation-revision-date":"2023-08-12 11:53:18+0000","generator":"GlotPress\/4.0.0-beta.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_ZA"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} ); /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script> <script type="text/javascript" id="jquery-ui-autocomplete-js-extra"> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.2" id="jquery-ui-autocomplete-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.2" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.2" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/button.min.js?ver=1.13.2" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script> <script type="text/javascript" id="jquery-ui-datepicker-js-after"> /* <![CDATA[ */ jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"dd\/mm\/yy","firstDay":1,"isRTL":false});}); /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.2" id="jquery-ui-resizable-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.2" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/dialog.min.js?ver=1.13.2" id="jquery-ui-dialog-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/droppable.min.js?ver=1.13.2" id="jquery-ui-droppable-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/progressbar.min.js?ver=1.13.2" id="jquery-ui-progressbar-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/selectable.min.js?ver=1.13.2" id="jquery-ui-selectable-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.2" id="jquery-ui-sortable-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.2" id="jquery-ui-slider-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/spinner.min.js?ver=1.13.2" id="jquery-ui-spinner-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/tooltip.min.js?ver=1.13.2" id="jquery-ui-tooltip-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2" id="jquery-ui-tabs-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.2" id="jquery-effects-core-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-blind.min.js?ver=1.13.2" id="jquery-effects-blind-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-bounce.min.js?ver=1.13.2" id="jquery-effects-bounce-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-clip.min.js?ver=1.13.2" id="jquery-effects-clip-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-drop.min.js?ver=1.13.2" id="jquery-effects-drop-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-explode.min.js?ver=1.13.2" id="jquery-effects-explode-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-fade.min.js?ver=1.13.2" id="jquery-effects-fade-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-fold.min.js?ver=1.13.2" id="jquery-effects-fold-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-highlight.min.js?ver=1.13.2" id="jquery-effects-highlight-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-pulsate.min.js?ver=1.13.2" id="jquery-effects-pulsate-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-size.min.js?ver=1.13.2" id="jquery-effects-size-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-scale.min.js?ver=1.13.2" id="jquery-effects-scale-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-shake.min.js?ver=1.13.2" id="jquery-effects-shake-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-slide.min.js?ver=1.13.2" id="jquery-effects-slide-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/ui/effect-transfer.min.js?ver=1.13.2" id="jquery-effects-transfer-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/doubletaptogo.js?ver=6.4.3" id="doubleTapToGo-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/modernizr.min.js?ver=6.4.3" id="modernizr-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.appear.js?ver=6.4.3" id="appear-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/counter.js?ver=6.4.3" id="counter-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/easypiechart.js?ver=6.4.3" id="easyPieChart-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/mixitup.js?ver=6.4.3" id="mixItUp-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.prettyPhoto.js?ver=6.4.3" id="prettyphoto-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.fitvids.js?ver=6.4.3" id="fitvids-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.flexslider-min.js?ver=6.4.3" id="flexslider-js"></script> <script type="text/javascript" id="mediaelement-core-js-before"> /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.4.3" id="mediaelement-migrate-js"></script> <script type="text/javascript" id="mediaelement-js-extra"> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.4.3" id="wp-mediaelement-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/infinitescroll.min.js?ver=6.4.3" id="infiniteScroll-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.waitforimages.js?ver=6.4.3" id="waitforimages-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/jquery/jquery.form.min.js?ver=4.3.0" id="jquery-form-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/waypoints.min.js?ver=6.4.3" id="waypoints-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jplayer.min.js?ver=6.4.3" id="jplayer-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/bootstrap.carousel.js?ver=6.4.3" id="bootstrapCarousel-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/skrollr.js?ver=6.4.3" id="skrollr-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/charts/assets/js/plugins/Chart.min.js?ver=1" id="chart-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.easing.1.3.js?ver=6.4.3" id="easing-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/abstractBaseClass.js?ver=6.4.3" id="abstractBaseClass-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.countdown.js?ver=6.4.3" id="countdown-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.multiscroll.min.js?ver=6.4.3" id="multiscroll-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.justifiedGallery.min.js?ver=6.4.3" id="justifiedGallery-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/bigtext.js?ver=6.4.3" id="bigtext-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.sticky-kit.min.js?ver=6.4.3" id="stickyKit-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/owl.carousel.min.js?ver=6.4.3" id="owlCarousel-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/typeout-text/assets/js/plugins/typed.js?ver=1" id="typed-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/fluidvids.min.js?ver=6.4.3" id="fluidvids-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.carouFredSel-6.2.1.min.js?ver=6.4.3" id="carouFredSel-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/lemmon-slider.min.js?ver=6.4.3" id="lemmonSlider-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.fullPage.min.js?ver=6.4.3" id="one_page_scroll-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.mousewheel.min.js?ver=6.4.3" id="mousewheel-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.touchSwipe.min.js?ver=6.4.3" id="touchSwipe-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.isotope.min.js?ver=6.4.3" id="isotope-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-blocks/inc/masonry/assets/plugins/packery-mode.pkgd.min.js?ver=6.4.3" id="packery-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.stretch.js?ver=6.4.3" id="stretch-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/imagesloaded.js?ver=6.4.3" id="imagesLoaded-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/rangeslider.min.js?ver=6.4.3" id="rangeSlider-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/jquery.event.move.js?ver=6.4.3" id="eventMove-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-addons-for-elementor/inc/shortcodes/before-after/assets/js/plugins/jquery.twentytwenty.js?ver=6.4.3" id="twentytwenty-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/qi-blocks/inc/slider/assets/plugins/swiper.min.js?ver=6.4.3" id="swiper-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/TweenLite.min.js?ver=6.4.3" id="TweenLite-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/smoothPageScroll.min.js?ver=6.4.3" id="smoothPageScroll-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/default_dynamic_callback.php?ver=6.4.3" id="bridge-default-dynamic-js"></script> <script type="text/javascript" id="bridge-default-js-extra"> /* <![CDATA[ */ var QodeAdminAjax = {"ajaxurl":"https:\/\/associationnavigator.org\/wp-admin\/admin-ajax.php"}; var qodeGlobalVars = {"vars":{"qodeAddingToCartLabel":"Adding to Cart...","page_scroll_amount_for_sticky":""}}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/default.min.js?ver=6.4.3" id="bridge-default-js"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.10.0" id="wpb_composer_front_js-js"></script> <script type="text/javascript" id="qode-like-js-extra"> /* <![CDATA[ */ var qodeLike = {"ajaxurl":"https:\/\/associationnavigator.org\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://associationnavigator.org/wp-content/themes/bridge/js/plugins/qode-like.min.js?ver=6.4.3" id="qode-like-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "14 Jun Featured: Stan Shikwambana\nIn a world brimming with imagination and untold tales, writers and readers alike yearn for a platform that nurtures creativity, fosters connections, and offers opportunities to share and appreciate literary works. Enter Visionary Writings, a dynamic online platform that invites writers to showcase their talent, earn from their passion, and provides readers with a treasure trove of captivating books across diverse genres. Whether you’re an aspiring writer or an avid reader, Visionary Writings co-founded by a fellow, Stan Shikwambana is the platform you’ve been waiting for. At Visionary Writings, we believe that every writer deserves a platform to express their voice and share their stories with the world. Our platform provides a welcoming and supportive environment for writers of all backgrounds and skill levels. Here, you can unleash your creativity and publish your work for a global audience to enjoy. But Visionary Writings doesn’t stop at just providing a space to publish your writing. We go a step further by offering you the opportunity to earn from your talent. With various monetization options, such as sponsored content, reader tips, subscriptions and our marketplace, we empower writers to turn their passion into a rewarding endeavor. For the passionate readers among us, Visionary Writings offers an immersive and diverse reading experience. Our platform boasts a vast collection of stories, poems, and literary works spanning multiple genres. Whether you crave the enchantment of romance, the thrill of suspense, the realms of fantasy, or the depths of poetry, you will find it all within our virtual library with thousands of books published. Our community of literary enthusiasts diligently curates’ content, ensuring that every story on Visionary Writings is a gem waiting to be discovered. Lose yourself in captivating narratives and embark on unforgettable journeys crafted by talented writers from around the world. At Visionary Writings, we understand the importance of an intuitive and enjoyable user experience. That is why we have revamped our platform, focusing on an updated user interface and user experience design to make navigation effortless and seamless. Our sleek and modern design ensures that writers and readers can effortlessly engage with the platform, finding their way through the captivating literary offerings. We have also introduced a suite of user-friendly tools for writers, making the process of publishing your work a breeze. From formatting options to monetizing features, our writing interface empowers you to focus on your creativity without the hassle of technical distractions. Are you ready to embark on an incredible literary journey? Join the Visionary Writings community today and be part of a vibrant platform that celebrates the power of words. Whether you’re a seasoned writer seeking recognition or a reader yearning for exceptional stories, Visionary Writings is the ideal destination.\nVisit our website visionarywritings.com and explore the wealth of creative expression and captivating stories waiting for you. Unleash your creativity, earn from your passion, and embark on unforgettable adventures within the pages of Visionary Writings. It’s time to share your voice and discover the brilliance of talented writers from around the globe.", "id": "<urn:uuid:60f57dd1-0ab0-4d2a-9a39-e3f854126fe1>", "dump": "CC-MAIN-2024-10", "url": "https://associationnavigator.org/resources-opportunities/featured-stan-shikwambana/", "date": "2024-02-25T07:34:13", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9285634160041809, "token_count": 634 } }
<urn:uuid:9593d436-9e06-42e6-9256-6b95ea951b5c>
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Find A Japanese Wife &#8211; Atana</title> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" type="application/rss+xml" title="Atana &raquo; Feed" href="https://atana.si/feed/" /> <link rel="alternate" type="application/rss+xml" title="Atana &raquo; Comments Feed" href="https://atana.si/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Atana &raquo; Find A Japanese Wife Comments Feed" href="https://atana.si/find-a-japanese-wife/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/atana.si\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://atana.si/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://atana.si/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.4' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://atana.si/wp-content/themes/hello-elementor/style.min.css?ver=2.6.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://atana.si/wp-content/themes/hello-elementor/theme.min.css?ver=2.6.1' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.18.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://atana.si/wp-content/uploads/elementor/css/custom-frontend-lite.min.css?ver=1678460804' media='all' /> <style id='elementor-frontend-inline-css'> .elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#293A80;--e-global-color-text:#000000;--e-global-color-accent:#1FB9EA;--e-global-typography-primary-font-family:"Days One";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:300;}.elementor-kit-6 a{color:var( --e-global-color-accent );text-decoration:none;}.elementor-kit-6 a:hover{color:#1FB9EA;font-weight:600;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}} .elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-site-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-theme-page-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-theme-post-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-portfolio .elementor-portfolio__filter{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var( --e-global-color-primary );}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group > label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-type-html{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );}.elementor-widget-form .e-form__buttons__wrapper__button-previous{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form{--e-form-steps-indicator-inactive-primary-color:var( --e-global-color-text );--e-form-steps-indicator-active-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-completed-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-background-color:var( --e-global-color-text );--e-form-steps-indicator-progress-meter-color:var( --e-global-color-text );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-login .elementor-field-group > a{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a:hover{color:var( --e-global-color-accent );}.elementor-widget-login .elementor-form-fields-wrapper label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before, .elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-hotspot .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-hotspot{--hotspot-color:var( --e-global-color-primary );--hotspot-box-color:var( --e-global-color-secondary );--tooltip-color:var( --e-global-color-secondary );}.elementor-widget-hotspot .e-hotspot__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-hotspot .e-hotspot__tooltip{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-list .elementor-price-list-header{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-price-list .elementor-price-list-price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-price-list .elementor-price-list-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:var( --e-global-color-secondary );}.elementor-widget-price-table{--e-price-table-header-background-color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-price-table .elementor-price-table__subheading{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table .elementor-price-table__price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-price-table .elementor-price-table__original-price{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-price-table .elementor-price-table__period{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list{--e-price-table-features-list-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__features-list li{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-price-table .elementor-price-table__additional_info{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-reviews .elementor-testimonial__text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-item{background-color:var( --e-global-color-primary );}.elementor-widget-countdown .elementor-countdown-digits{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-countdown .elementor-countdown-expire--message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form .elementor-search-form__input, .elementor-widget-search-form .elementor-search-form__icon, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg{fill:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover{color:var( --e-global-color-text );}.elementor-widget-paypal-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-paypal-button .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-progress-tracker .current-progress-percentage{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-icon-box .elementor-icon-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-star-rating .elementor-star-rating__title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-counter .elementor-counter-number-wrapper{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-counter .elementor-counter-title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-progress .elementor-title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial .elementor-testimonial-job{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-tabs .elementor-tab-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-tabs .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-accordion .elementor-accordion-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-accordion .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-toggle .elementor-toggle-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-toggle .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-alert .elementor-alert-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-alert .elementor-alert-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-path{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-page-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-archive-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-archive-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-posts-nothing-found{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-portfolio .elementor-portfolio__filter{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-form .elementor-field-group > label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-type-html{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-form-fields-wrapper label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-slides .elementor-slide-heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-slides .elementor-slide-description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-slides .elementor-slide-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-hotspot .e-hotspot__label{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .e-hotspot__tooltip{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-list .elementor-price-list-header{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__subheading{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table .elementor-price-table__price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__original-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__period{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table__features-list li{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-price-table .elementor-price-table__additional_info{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-cta__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-call-to-action .elementor-cta__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-call-to-action .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-reviews .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-digits{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-countdown .elementor-countdown-expire--message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__submit{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-author-box .elementor-author-box__bio{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-sitemap .elementor-sitemap-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-lottie .e-lottie__caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-progress-tracker .current-progress-percentage{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-icon-box .elementor-icon-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-star-rating .elementor-star-rating__title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-counter .elementor-counter-number-wrapper{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-counter .elementor-counter-title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-progress .elementor-title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial .elementor-testimonial-job{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-tabs .elementor-tab-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-tabs .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-accordion .elementor-accordion-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-accordion .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-toggle .elementor-toggle-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-toggle .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-alert .elementor-alert-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-alert .elementor-alert-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-path{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-page-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-archive-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-archive-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-posts-nothing-found{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-portfolio .elementor-portfolio__filter{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-form .elementor-field-group > label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-type-html{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-form-fields-wrapper label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-slides .elementor-slide-heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-slides .elementor-slide-description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-slides .elementor-slide-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-hotspot .e-hotspot__label{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .e-hotspot__tooltip{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-list .elementor-price-list-header{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__subheading{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table .elementor-price-table__price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__original-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__period{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table__features-list li{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-price-table .elementor-price-table__additional_info{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-cta__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-call-to-action .elementor-cta__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-call-to-action .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-reviews .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-digits{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-countdown .elementor-countdown-expire--message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__submit{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-author-box .elementor-author-box__bio{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-sitemap .elementor-sitemap-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-lottie .e-lottie__caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-progress-tracker .current-progress-percentage{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-icon-box .elementor-icon-box-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-star-rating .elementor-star-rating__title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-counter .elementor-counter-number-wrapper{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-counter .elementor-counter-title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-progress .elementor-title{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial .elementor-testimonial-name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial .elementor-testimonial-job{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-tabs .elementor-tab-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-tabs .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-accordion .elementor-accordion-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-accordion .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-toggle .elementor-toggle-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-toggle .elementor-tab-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-alert .elementor-alert-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-alert .elementor-alert-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-path{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-site-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-page-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-archive-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-archive-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-archive-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-archive-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-archive-posts .elementor-posts-nothing-found{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-posts .elementor-post__meta-data{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-post__excerpt p{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-posts .elementor-post__read-more{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-posts .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-posts .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-portfolio .elementor-portfolio__filter{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-gallery .elementor-gallery-item__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-gallery .elementor-gallery-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-form .elementor-field-group > label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-type-html{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-form-fields-wrapper label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-login .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-slides .elementor-slide-heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-slides .elementor-slide-description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-slides .elementor-slide-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-animated-headline .elementor-headline{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-hotspot .e-hotspot__label{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-hotspot .e-hotspot__tooltip{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-list .elementor-price-list-header{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-list .elementor-price-list-description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__heading{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__subheading{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table .elementor-price-table__price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__original-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-price-table .elementor-price-table__period{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-price-table .elementor-price-table__features-list li{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-price-table .elementor-price-table__additional_info{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-flip-box .elementor-flip-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-cta__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-call-to-action .elementor-cta__description{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-call-to-action .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-call-to-action .elementor-ribbon-inner{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-reviews .elementor-testimonial__text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-digits{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-countdown .elementor-countdown-label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-countdown .elementor-countdown-expire--message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-search-form .elementor-search-form__submit{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__name{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-author-box .elementor-author-box__bio{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-author-box .elementor-author-box__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-sitemap .elementor-sitemap-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-lottie .e-lottie__caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-paypal-button .elementor-message{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-progress-tracker .current-progress-percentage{font-size:var( --e-global-typography-text-font-size );}} .elementor-9 .elementor-element.elementor-element-329fa8d:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-329fa8d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-329fa8d{border-style:solid;border-width:0px 0px 02px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;z-index:99;}.elementor-9 .elementor-element.elementor-element-329fa8d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9 .elementor-element.elementor-element-7cb89be > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-9 .elementor-element.elementor-element-7cb89be > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-6343929{text-align:left;}.elementor-9 .elementor-element.elementor-element-6343929 img{width:100%;}.elementor-bc-flex-widget .elementor-9 .elementor-element.elementor-element-9fb385a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-9 .elementor-element.elementor-element-9fb385a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-9 .elementor-element.elementor-element-9fb385a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-9 .elementor-element.elementor-element-9fb385a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-menu-toggle{margin-left:auto;background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu .elementor-item{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;text-decoration:none;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--main .elementor-item:hover, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--main .elementor-item.highlighted, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--main .elementor-item:focus{color:#fff;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-menu-toggle{color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown{background-color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a:hover, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a.highlighted, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-menu-toggle:hover{color:#FFFBFB;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a:hover, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-accent );}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-item, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-sub-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-color:#8D8D8D;border-bottom-width:1px;}.elementor-9 .elementor-element.elementor-element-0e11b2d div.elementor-menu-toggle{color:#000000;}.elementor-9 .elementor-element.elementor-element-0e11b2d div.elementor-menu-toggle svg{fill:#000000;}.elementor-9 .elementor-element.elementor-element-0e11b2d div.elementor-menu-toggle:hover{color:var( --e-global-color-accent );}.elementor-bc-flex-widget .elementor-9 .elementor-element.elementor-element-a36394f.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-9 .elementor-element.elementor-element-a36394f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-9 .elementor-element.elementor-element-a36394f.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-9 .elementor-element.elementor-element-a36394f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-bdd220a .elementor-button{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;fill:#000000;color:#000000;background-color:#FFFFFF;border-radius:0px 0px 0px 0px;padding:14px 14px 14px 14px;}.elementor-9 .elementor-element.elementor-element-bdd220a .elementor-button:hover, .elementor-9 .elementor-element.elementor-element-bdd220a .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-accent );}.elementor-9 .elementor-element.elementor-element-bdd220a .elementor-button:hover svg, .elementor-9 .elementor-element.elementor-element-bdd220a .elementor-button:focus svg{fill:#FFFFFF;}.elementor-bc-flex-widget .elementor-9 .elementor-element.elementor-element-735b432.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-9 .elementor-element.elementor-element-735b432.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-9 .elementor-element.elementor-element-735b432:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-9 .elementor-element.elementor-element-735b432 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-735b432 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 10px 0px 0px;}.elementor-9 .elementor-element.elementor-element-735b432 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9 .elementor-element.elementor-element-bed4a46 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-9 .elementor-element.elementor-element-bed4a46 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-9 .elementor-element.elementor-element-bed4a46 .elementor-button{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;fill:#FFFFFF;color:#FFFFFF;background-color:#1FB9EA;border-radius:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-bed4a46 .elementor-button:hover, .elementor-9 .elementor-element.elementor-element-bed4a46 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-9 .elementor-element.elementor-element-0d34cba > .elementor-container{max-width:1000px;}.elementor-9 .elementor-element.elementor-element-0d34cba > .elementor-background-overlay{background-color:#1B4E67;opacity:1;}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-menu-toggle{margin:0 auto;}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main .elementor-item:hover, .elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main .elementor-item.highlighted, .elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main .elementor-item:focus{color:#FFFFFF;fill:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-a55309d .e--pointer-framed .elementor-item:before, .elementor-9 .elementor-element.elementor-element-a55309d .e--pointer-framed .elementor-item:after{border-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-a55309d{--e-nav-menu-divider-content:"";--e-nav-menu-divider-style:solid;--e-nav-menu-divider-color:#FFFFFF;}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-item, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-7cb89be{width:9.02%;}.elementor-9 .elementor-element.elementor-element-9fb385a{width:67.184%;}.elementor-9 .elementor-element.elementor-element-a36394f{width:12.306%;}.elementor-9 .elementor-element.elementor-element-735b432{width:11.435%;}.elementor-9 .elementor-element.elementor-element-44f4ffa{width:100%;}}@media(min-width:2400px){.elementor-9 .elementor-element.elementor-element-7cb89be{width:9%;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-item, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-7cb89be{width:50%;}.elementor-9 .elementor-element.elementor-element-6343929 img{width:70%;}.elementor-9 .elementor-element.elementor-element-9fb385a{width:50%;}.elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-item, .elementor-9 .elementor-element.elementor-element-0e11b2d .elementor-nav-menu--dropdown .elementor-sub-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-9 .elementor-element.elementor-element-0e11b2d > .elementor-widget-container{margin:10px 30px 10px 10px;}.elementor-9 .elementor-element.elementor-element-a36394f{width:25%;}.elementor-9 .elementor-element.elementor-element-735b432{width:25%;}.elementor-9 .elementor-element.elementor-element-a55309d .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}} .elementor-162 .elementor-element.elementor-element-a46e023:not(.elementor-motion-effects-element-type-background), .elementor-162 .elementor-element.elementor-element-a46e023 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B4E67;}.elementor-162 .elementor-element.elementor-element-a46e023 > .elementor-background-overlay{background-color:#1B1B1B;opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-162 .elementor-element.elementor-element-a46e023{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 20px 40px 20px;z-index:99;}.elementor-162 .elementor-element.elementor-element-bbf19cc{text-align:left;}.elementor-162 .elementor-element.elementor-element-bbf19cc img{width:75%;}.elementor-162 .elementor-element.elementor-element-9dba2a1{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:200;}.elementor-162 .elementor-element.elementor-element-45a772d .elementor-heading-title{color:#DCDCDC;font-family:"Days One", Sans-serif;font-size:24px;font-weight:600;text-transform:uppercase;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu .elementor-item{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:200;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;padding-left:10px;padding-right:10px;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main .elementor-item:hover, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main .elementor-item:focus{color:#fff;}.elementor-162 .elementor-element.elementor-element-d888668{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-menu-toggle{color:#BEBEBE;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown{background-color:var( --e-global-color-primary );border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a:hover, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a.highlighted, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-menu-toggle:hover{color:#FFFFFF;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a:hover, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-accent );}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown .elementor-item, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown .elementor-sub-item{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown a{padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-color:#424242;border-bottom-width:2px;}.elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:-60px !important;}.elementor-162 .elementor-element.elementor-element-75124cd .elementor-heading-title{color:#DCDCDC;font-family:"Days One", Sans-serif;font-size:24px;font-weight:600;text-transform:uppercase;}.elementor-162 .elementor-element.elementor-element-b4be021{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:200;}.elementor-162 .elementor-element.elementor-element-e12ca40 .elementor-heading-title{color:#DCDCDC;font-family:"Days One", Sans-serif;font-size:24px;font-weight:600;text-transform:uppercase;}.elementor-162 .elementor-element.elementor-element-cd06ea0{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:200;}.elementor-162 .elementor-element.elementor-element-9da3bbd .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:#1EB8EA;}.elementor-162 .elementor-element.elementor-element-9da3bbd .elementor-button:hover, .elementor-162 .elementor-element.elementor-element-9da3bbd .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-accent );}.elementor-162 .elementor-element.elementor-element-9da3bbd .elementor-button:hover svg, .elementor-162 .elementor-element.elementor-element-9da3bbd .elementor-button:focus svg{fill:#FFFFFF;}.elementor-162 .elementor-element.elementor-element-6e88573:not(.elementor-motion-effects-element-type-background), .elementor-162 .elementor-element.elementor-element-6e88573 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-162 .elementor-element.elementor-element-6e88573{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-162 .elementor-element.elementor-element-6e88573 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-162 .elementor-element.elementor-element-41ca738.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-162 .elementor-element.elementor-element-41ca738.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-162 .elementor-element.elementor-element-ddde84b{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}.elementor-162 .elementor-element.elementor-element-3895031{text-align:right;color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}@media(max-width:767px){.elementor-162 .elementor-element.elementor-element-a46e023{padding:20px 20px 20px 20px;}.elementor-162 .elementor-element.elementor-element-bbf19cc{text-align:left;}.elementor-162 .elementor-element.elementor-element-ddde84b{text-align:center;font-size:14px;}.elementor-162 .elementor-element.elementor-element-3895031{text-align:center;font-size:14px;}}/* Start custom CSS */.elementor-162{ overflow-y: visible }/* End custom CSS */ </style> <link rel='stylesheet' id='swiper-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://atana.si/wp-content/uploads/elementor/css/custom-pro-frontend-lite.min.css?ver=1678460804' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Days+One%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=6.4.3' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://atana.si/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://atana.si/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://atana.si/wp-json/" /><link rel="alternate" type="application/json" href="https://atana.si/wp-json/wp/v2/posts/4528" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://atana.si/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <link rel="canonical" href="https://atana.si/find-a-japanese-wife/" /> <link rel='shortlink' href='https://atana.si/?p=4528' /> <link rel="alternate" type="application/json+oembed" href="https://atana.si/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatana.si%2Ffind-a-japanese-wife%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://atana.si/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatana.si%2Ffind-a-japanese-wife%2F&#038;format=xml" /> <meta name="generator" content="Site Kit by Google 1.95.0" /><meta name="google-site-verification" content="ep2EHjOIXCohNShusJh7rTgCu6nzDXMGCVaW6JHV6IE"><meta name="generator" content="Elementor 3.11.2; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-internal, google_font-enabled, font_display-swap"> <link rel="icon" href="https://atana.si/wp-content/uploads/2023/02/Group-4-150x134.png" sizes="32x32" /> <link rel="icon" href="https://atana.si/wp-content/uploads/2023/02/Group-4.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://atana.si/wp-content/uploads/2023/02/Group-4.png" /> <meta name="msapplication-TileImage" content="https://atana.si/wp-content/uploads/2023/02/Group-4.png" /> <style id="wp-custom-css"> .page-header{ display:none; } body header.banner .header-bottom .nav-primary ul li ul.children, body header.banner .header-bottom .nav-primary ul li ul.sub-menu { z-index: 99999; } .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-162 .elementor-element.elementor-element-d888668 .elementor-nav-menu__container.elementor-nav-menu--dropdown { margin-top: -324px !important; } </style> </head> <body class="post-template-default single single-post postid-4528 single-format-standard wp-custom-logo elementor-default elementor-kit-6"> <a class="skip-link screen-reader-text" href="#content"> Skip to content</a> <div data-elementor-type="header" data-elementor-id="9" class="elementor elementor-9 elementor-location-header"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-329fa8d elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="329fa8d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7cb89be" data-id="7cb89be" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6343929 elementor-widget elementor-widget-image" data-id="6343929" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.11.2 - 22-02-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="https://atana.si"> <img width="800" height="400" src="https://atana.si/wp-content/uploads/2023/02/logo-1024x512.png" class="attachment-large size-large wp-image-722" alt="" srcset="https://atana.si/wp-content/uploads/2023/02/logo-1024x512.png 1024w, https://atana.si/wp-content/uploads/2023/02/logo-300x150.png 300w, https://atana.si/wp-content/uploads/2023/02/logo-768x384.png 768w, https://atana.si/wp-content/uploads/2023/02/logo.png 1375w" sizes="(max-width: 800px) 100vw, 800px" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9fb385a" data-id="9fb385a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0e11b2d elementor-nav-menu__align-justify elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="0e11b2d" data-element_type="widget" data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-plus\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://atana.si/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css"> <nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-sweep-right"> <ul id="menu-1-0e11b2d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-507"><a href="https://atana.si/services/ob-van/" class="elementor-item">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-505"><a href="https://atana.si/services/crane/" class="elementor-item">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-506"><a href="https://atana.si/services/live-streaming/" class="elementor-item">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-345"><a href="#" class="elementor-item elementor-item-anchor">SOFTWARE DEVELOPMENT</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-346"><a href="https://atana.si/services/tv-quiz-software/" class="elementor-sub-item">TV QUIZ SOFTWARE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-347"><a href="https://atana.si/services/videocall/" class="elementor-sub-item">VIDEOCALL</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-348"><a href="https://atana.si/services/multi-ingest/" class="elementor-sub-item">MULTI INGEST</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-349"><a href="https://atana.si/services/multiviewer-solution/" class="elementor-sub-item">MULTIVIEWER SOLUTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-350"><a href="https://atana.si/services/custom-software-development/" class="elementor-sub-item">CUSTOM SOFTWARE DEVELOPMENT</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-351"><a href="https://atana.si/services/broadcast-playout-automation-system/" class="elementor-sub-item">BROADCAST PLAYOUT AUTOMATION SYSTEM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-352"><a href="https://atana.si/services/live-tv-graphics-and-statistics-software/" class="elementor-sub-item">LIVE TV GRAPHICS AND STATISTICS SOFTWARE</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-has-children menu-item-324"><a href="https://atana.si/services/" class="elementor-item">SERVICES</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-334"><a href="https://atana.si/services/ob-van/" class="elementor-sub-item">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-327"><a href="https://atana.si/services/crane/" class="elementor-sub-item">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-337"><a href="https://atana.si/services/steadicam/" class="elementor-sub-item">STEADICAM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-330"><a href="https://atana.si/services/live-streaming/" class="elementor-sub-item">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-325"><a href="https://atana.si/services/aerial-filming/" class="elementor-sub-item">AERIAL FILMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-336"><a href="https://atana.si/services/post-production/" class="elementor-sub-item">POST PRODUCTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-329"><a href="https://atana.si/services/dubbing/" class="elementor-sub-item">DUBBING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-335"><a href="https://atana.si/services/photography/" class="elementor-sub-item">PHOTOGRAPHY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-340"><a href="https://atana.si/services/wedding/" class="elementor-sub-item">WEDDING</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://atana.si/gallery/" class="elementor-item">GALLERY</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"> <ul id="menu-2-0e11b2d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-507"><a href="https://atana.si/services/ob-van/" class="elementor-item" tabindex="-1">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-505"><a href="https://atana.si/services/crane/" class="elementor-item" tabindex="-1">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-506"><a href="https://atana.si/services/live-streaming/" class="elementor-item" tabindex="-1">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-345"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">SOFTWARE DEVELOPMENT</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-346"><a href="https://atana.si/services/tv-quiz-software/" class="elementor-sub-item" tabindex="-1">TV QUIZ SOFTWARE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-347"><a href="https://atana.si/services/videocall/" class="elementor-sub-item" tabindex="-1">VIDEOCALL</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-348"><a href="https://atana.si/services/multi-ingest/" class="elementor-sub-item" tabindex="-1">MULTI INGEST</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-349"><a href="https://atana.si/services/multiviewer-solution/" class="elementor-sub-item" tabindex="-1">MULTIVIEWER SOLUTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-350"><a href="https://atana.si/services/custom-software-development/" class="elementor-sub-item" tabindex="-1">CUSTOM SOFTWARE DEVELOPMENT</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-351"><a href="https://atana.si/services/broadcast-playout-automation-system/" class="elementor-sub-item" tabindex="-1">BROADCAST PLAYOUT AUTOMATION SYSTEM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-352"><a href="https://atana.si/services/live-tv-graphics-and-statistics-software/" class="elementor-sub-item" tabindex="-1">LIVE TV GRAPHICS AND STATISTICS SOFTWARE</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-has-children menu-item-324"><a href="https://atana.si/services/" class="elementor-item" tabindex="-1">SERVICES</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-334"><a href="https://atana.si/services/ob-van/" class="elementor-sub-item" tabindex="-1">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-327"><a href="https://atana.si/services/crane/" class="elementor-sub-item" tabindex="-1">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-337"><a href="https://atana.si/services/steadicam/" class="elementor-sub-item" tabindex="-1">STEADICAM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-330"><a href="https://atana.si/services/live-streaming/" class="elementor-sub-item" tabindex="-1">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-325"><a href="https://atana.si/services/aerial-filming/" class="elementor-sub-item" tabindex="-1">AERIAL FILMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-336"><a href="https://atana.si/services/post-production/" class="elementor-sub-item" tabindex="-1">POST PRODUCTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-329"><a href="https://atana.si/services/dubbing/" class="elementor-sub-item" tabindex="-1">DUBBING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-335"><a href="https://atana.si/services/photography/" class="elementor-sub-item" tabindex="-1">PHOTOGRAPHY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-340"><a href="https://atana.si/services/wedding/" class="elementor-sub-item" tabindex="-1">WEDDING</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://atana.si/gallery/" class="elementor-item" tabindex="-1">GALLERY</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a36394f elementor-hidden-tablet elementor-hidden-mobile" data-id="a36394f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bdd220a elementor-align-center elementor-widget elementor-widget-button" data-id="bdd220a" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjM1MyIsInRvZ2dsZSI6ZmFsc2V9" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">ABOUT US</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-735b432 elementor-hidden-mobile" data-id="735b432" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bed4a46 elementor-align-center elementor-invisible elementor-widget elementor-widget-button" data-id="bed4a46" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9" class="elementor-button-link elementor-button elementor-size-lg elementor-animation-skew-forward" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <i aria-hidden="true" class="far fa-envelope"></i> </span> <span class="elementor-button-text"></span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0d34cba elementor-hidden-mobile elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0d34cba" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44f4ffa" data-id="44f4ffa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a55309d elementor-nav-menu__align-center elementor-hidden-mobile elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="a55309d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"> <ul id="menu-1-a55309d" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-12"><a href="https://atana.si/#hero" class="elementor-item elementor-item-anchor">Atana</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-13"><a href="https://atana.si/#services" class="elementor-item elementor-item-anchor">Services</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-14"><a href="https://atana.si/#portfolio" class="elementor-item elementor-item-anchor">Portfolio</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-78"><a href="https://atana.si/#contact" class="elementor-item elementor-item-anchor">Contact</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"> <ul id="menu-2-a55309d" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-12"><a href="https://atana.si/#hero" class="elementor-item elementor-item-anchor" tabindex="-1">Atana</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-13"><a href="https://atana.si/#services" class="elementor-item elementor-item-anchor" tabindex="-1">Services</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-14"><a href="https://atana.si/#portfolio" class="elementor-item elementor-item-anchor" tabindex="-1">Portfolio</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-78"><a href="https://atana.si/#contact" class="elementor-item elementor-item-anchor" tabindex="-1">Contact</a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> </div> </div> <main id="content" class="site-main post-4528 post type-post status-publish format-standard hentry category-uncategorized" role="main"> <header class="page-header"> <h1 class="entry-title">Find A Japanese Wife</h1> </header> <div class="page-content"> <div id="toc" style="background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;"> <p class="toctitle" style="font-weight: 700;text-align: center;"> Content material </p> <ul class="toc_list"> <li> <a href="#toc-0"> 🇺🇦 Ukrainian brides magazine </a> </li> </ul></div> <p> Even though we are unable to tell you a definite number, you must spend by least a number of thousand <a href="https://pogirl.net/asian-women/armenian-women/">pogirl.net/asian-women/armenian-women/</a> dollars. It all depends on your financial features and preferences. The location of your bride also heavily impact on the mail woman cost. </p> <p> <img decoding="async" class="aligncenter" style="display: block;margin-left:auto;margin-right:auto;" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAQwAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAAHRyWFlaAAABZAAAABRnWFlaAAABeAAAABRiWFlaAAABjAAAABRyVFJDAAABoAAAAChnVFJDAAABoAAAAChiVFJDAAABoAAAACh3dHB0AAAByAAAABRjcHJ0AAAB3AAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAFgAAAAcAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABYWVogAAAAAAAA9tYAAQAAAADTLW1sdWMAAAAAAAAAAQAAAAxlblVTAAAAIAAAABwARwBvAG8AZwBsAGUAIABJAG4AYwAuACAAMgAwADEANv/bAEMAAwICAgICAwICAgMDAwMEBgQEBAQECAYGBQYJCAoKCQgJCQoMDwwKCw4LCQkNEQ0ODxAQERAKDBITEhATDxAQEP/bAEMBAwMDBAMECAQECBALCQsQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEP/AABEIAR0BfAMBIgACEQEDEQH/xAAeAAABBAMBAQEAAAAAAAAAAAAABQYHCAIDBAkBCv/EAFEQAAEDAwMCAwQGBQkGAwYHAQECAwQABREGEiEHMRNBUQgiYXEUMkKBkaEJFSOV0xYZUldicrHB8BckM0eS0TdD4TWChZOUolNlc3WEo7LC/8QAGwEAAQUBAQAAAAAAAAAAAAAAAAECAwQFBgf/xAA0EQACAgEEAQMCBAMIAwAAAAAAAQIDEQQSITEFE0FRImEGcYGRFDJCFRYjscHR4fAzofH/2gAMAwEAAhEDEQA/APKqiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo4oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAL8j9GZp0/wDNi4/upH8Ss0/oydOHv1buX3WpH8Srpp7VtT3q56URuSlP82Ppz+tq5/upv+JWY/RiabI/8XLn+6m/4lXX5GDj5VxJ1FYDcDaBfLd9PyB9F+lI8b/ozu/KkdcF2GWU2/mw9Nf1uXP91N/xK+j9GDps/wDNy6fupv8AiVaRfWfp0nUytJpvchya06Y7zzdvkrhsPZI8JyUlssIXkEYKxg4BwTitDPWqwvTHXY+k9ZvaeYdMd7VTdgfVZW3gvYUGTjtu48QJ8Mea6TbWCbKx/wA2Bpv+ty6fupv+JR/Nf6bP/Ny6fupv+JVwJOudMw7kxa5c19lySstMvuQn0xHHACS2JRR4Bc4+oF578cVjp7qJobVNyes+ndVW24TWEF1bLD4Uotg4K0/0k54yMjNG2AclQh+i+01/W5c/3S3/ABayH6LzTJ/5u3T90t/xKu9WaRR6cQyUfH6LvTX9btz/AHS3/FrMfouNNH/nBc/3S3/Eq8AFbEij04hko6P0W2mT/wA37p+6W/4lZJ/RZ6YUcHrDdMf/ALQ3/Fq8Y7Vkjv8AfSbIiopIP0UmmCM/7ZLoM/8A5Q3/ABa+/wA1Fpn+uW6fuhv+LV8BwB8q0TblEt7C5Mt9pptvutbgSB95o2RFKMJ/RQaYJ56y3T9zt/xa+/zUGlf657n+52/4tWe1J7ROhrCpbUN964vIOD9HQoo/6iMfhxTdt/tY6YlPrYlWmW2UjKQEpJWccAc4Jo2RFwyBP5p/S39c1z/c7f8AFo/mn9L/ANc10/c7f8WrVWHr30/ulufnXC6NWdcZwNLYlrAXkjIIA5Ip26d13o7VgJ07qODPwM/sXQT/ANPcfhRtigKTn9FBpjy6y3T9zt/xa+fzUOmP65rp+52/4tX2BBzjyOO1fNpo2IQoT/NRaX/rmun7nb/i0fzUWl/65rp+52/4tX0IFASQaTZEChn81Dpj+ua6fudv+LXw/ootMD/nLdP3O3/Fq+tYnvRsiOwUM/motL/1zXT9zt/xaP5qHS5/5zXT9zt/xavng19AI8qXZEMFDP5p/TP9ct0/c7f8Wj+af0z/AFy3T9zt/wAWr7E48qKNkQwUL/mn9L4/8Zrp+52/4tY/zUGmB/zlun7nb/i1fahRAHNJsQ0oQf0UOmP65rp+6G/4tIOo/wBG90q0gG/5R+0BOhF04QlVmSpSvklLhP5VcXqT1cbsC3bRpxxh6Yzn6Q6r3kM4OMY81fD5VWfVuqZN1lyZ8yd4sorLpWsbgRjHA9PIeXNV7LIxeIotVadyWZEUp9iboUqWiKjrxfkJdVtS8vTwS2fjnxMgfMU/bf8AottD3aImbbet899peCHG7U0pJB+IdpsXbV8dDyGm329iEhSN3ug+g+Fd2letF+0w4mVbLlIthXytvOW1EeeDx99Mjbl8oklpY4+ljh/mpNMZx/tlun7nb/i1if0U+lwcf7Zbp+6G/wCLVg+lPtI2LU0dq1aumMQrkgbfpRISy/6HJ7KPp2qaGH2JSEyI76HGnEhSFoVuSoHsRVlbJdFSVbh2UTP6KnTAH/jFdP3Q3/Fr5/NVaYzj/bFdT/8AB2/4tXwJAGT2+VckWDfdU6ytOhdOPR4sidGk3KXNfaLqYsRhTaFEIBTuWpx5tIBUBjceduKVxSGtHnZqv2BOiuiLvHsOpvaHuEOfIbD4YFgU8WmiopDrpbUoMoJSQFuFKSQeeK2Qf0enTW6XV+32jq3q65Roqg1Iu0LR779rZdKAsNrmpywlWCM5XgEgEg8V679L+i9i6bSNTXRuX+tLlquY1JnS346EKLbUZphtgAf+WA2peP6Tqz51BfXj2ydEey7rRnpPp/pK7dLPaokO5aketr0eIxaWJ8sst7GCB4zilqK1JAA99OTySmJtZ6EPOGT7CGm4yE3p249TlaP+kmL/ACsRpFCrbkEp8Xh/xfA3Db43h7M85xzWb3sO9JYt8YtEvqzrFiNKf+iR727o55FodfyQGkzCfCJJGAc7CeAomvSbrH7ZFu6cas1PoLSvR6XrHTfT+yxLlrebDlMsNWmFJAKW0MrH7ZQYUHVITj3D86sUzbdJa80Gzb2obEjTt5tqEtMBsJQqK42NoSPs+6Rj0wMUbvsB45v/AKOPpZHuSbO/7RCUTlq8NMdUSOlxS/NISXsk/DvSor9FvplA56wXT0/9kt/xK9Zbt0b6Y3bRrmgLhoq0u2R2MYpj/RkAhO3G4KxuCx33g7s85zzUG3Tox1Z0HpaHcUXa36mbtbUePMgxIL67hJaSkIU6hYUQ479sp8MBXPI706Mo+6AoV/NdaaH/ADfuZ/8AhLf8Svn815pn+t25/ulv+JVwbVreHNvStK3yw3zSuoA0qQi03+CYsh5lJALrJBU28gEjJbWrbkbsZpwFKvSplGL6ARBnHHeki5avtdtubFiYj3K6XeSz4zVstUB6dKUgHG8tspUUoz9pWB3GcisdU6og6Qsrl7nJlOhDrTLEeM14j8mQ4sIaZbTkZWtakpGSBkjJAqy3s69NJGhrDdb1qLTSLZqXUs8zbgVuNPPhtLaEMsqdbUoENoTjaFFIUVkZ3ElbLNiGohq1dJusms9NTNR2uTZNNtv+PGtsC8MyGZjvBQh1xeP2BKzlKC0s4AzgqITPWnugnSLTmiG9BW/Q1pVbRHLLqnYqFyH1kYW+48RvU8o5UXCd245zmq/fpXn1QfZImzmlOIVHv9rcBaUUq4dPYjtxmoB6May61Qfaxi9VtcanuUj/AGj9KLzqy32Bx9xTFqituufQoqUqUU5DTDKyQB77q+5yo1nOUuxx6P6d0fo+w6Vb6f2W3w/1VDjfQ1xPdXlspwfFB+spWSSVcqJJOc00l9Wek9s6np9mJ2IYtyb0ui9fRFQgm3JtqnvoqGys+6CV4SEYwc4zk4qjXQS1R9Aah9lLqRpu6XF/V3WNy8O60kLmuOG7NvR3XyXW1KKcMubSggDHh/E5dLfs1ac1n+kXuem+tWqb91GRH6csalhv3OUYqojybqUMtITE8NPhtpCiEkYKlqUQSc00C+160hpbVWn3NMahsEG4Wh1KELgvshTCgggpGwjGAUgjjyFMnqr0K031HTpl+KY9luWk5y5VtmR4iSW21x3WVsbQU/s1JcSSnOMtoPkKk5oYQBjGKyIHfFAFPr1a77o/Wk3Q2olsSXWYrNxgzmGy2iXFcUtGSgk7VoWgpUASMKQeN2BmmpX9piwaHi9NtT9Q9QyFWy7WmxvtW25tyltutPAKUw2hIUErKntg2EELJCSCMCoZscmZKs9vlXFLaJb0RhyQhCspS6pAKwDk5AUSAfhVmue5YGikmsx2rVn0NbE9qkBGwdqyTgEfOsAQBk1x3q7MWS2vXGQQEsoKh/aV5AfOmscY6111btHW8uuKD0xxP7GODyTjuo+QHrVadc6zv2q5ZeuUtRTkhDY91psegSOM/HvW7U+ppF9ucu53CUFc5cWeQ2n7KEj8AMfOo8vkm43NsvOLdgQ1cISFbXXUDgHvlKT6d+eaH0OSYi6lnxENKDtxaST2CFDPz9T99Mttq43C4MRI091zxVp2LUAQOeCDjIPNOKWm3pjLZYYbQQeMDJz8+5NcujWpCr7HkFCUttu8+4Rjt3qtKSRZjW37DjvcVy0o8OW8lyUNrTrh5wrsofjkZpti5rtMpm42yRIgSWTlEqK6UqSfuOR91O3qNJhplO7Sgkq97KeP7xqO5QmFLS0tB6Oo7VpHurSfJScHBT+dOb44GyjteC1vQ32qXZ78fSnUmQwlx3Dca77gAs/ZDo7c5+uMZ8/WrQocQ6gONq3JUMgjzHrXkzIEiDI3IUot4zgcFOP86uL7JfXVWoIw6daklrVLhJzCdWokutgfUyfQDj4E+Yp0J54ZHOOVlFoaCuvhUkjI4BHnXw96lGIyKhisRhXNB7CvnbtQKZHgV9yKwyaKANm4UbxWAx50EgeVAGz4mm9rrUkPSumpt3mS0MFDakshX23CDtSPjml4LAGTj76hb2i7VftYN2DROnylLsuQ7KfdUrAZaRgbz96vxpsmkssdXHMkitl51RIZbmPPDMiU6pxTm7zI5ODz5Com1Fqx2a8mO2p5DqANq2kZyfMHPxzx2q6DPsyWB61sCTcH3nNgDzjgBLnyz2/GuWD7N2i7TIXIeiJlKUrKfFTu2H4CqM2q+TWronNJFGLo3c30qbeLrqcDwloSUqA74IPBrgat14ZyG0rdjnKFpcVgKB7fLgYq+F76K6TcC0otzTOTglKcZHwx2phXb2eLGpLq4c1aE4P7IJ7/AAzmolqorhj5ePl2mVJty73FfYt0actlllBSEq5WAOw3efnzzmrUeyn7QNxtNzY6ealfcl2qY7shSXDhUV1R4QfIoJx8j86ibU3TW52RanHbcpBAWylavPCsZz99NJ9Jtyw86g70nc2tJ5AJ4Ucc+lT12J8oo20ShxI9UbtJMO2y5LbzDS2GVuBb7gQ2lQBwVKPAGcZJxT99k61aJvHR/RfUK2sRp2op1kQi7XhaQqY7Lc2KmNrcxkp8dBAQPdAQgJAATVVoEzTfVjpZ04vfUm6btH266RpOtfEJDUhiOy6Cl/8ApMmQGVLHOQDnjNehVlZtbNujJsrDDMAMo+jNsNhttLeBtCUgAAYxgVPOWeCgzvxgcV5y+3TbeoieujWo9A9LdQw9dtR7XE0nfbNHNxt2pohkpMmDdGFNllsslTjiSvP1UHOdu30apvXzXOjdPX+zaXv2pbZAu2onHGrVDkyEodmrQkFaWknlRA749R61GIedvXaB1Y6ea19oLQLXTC+X+8e0LaLLH05NtUJb8FDyo6Is1p94D9j4X7ZYBzlIb7BXHod01027o3p/pvSUhxLj1ltESA4oHIKmmkoJ/EGnJtR32jj4V9GPLFAAQDXzw0/HtivuR60ZHfNAEZ9eOm8/qHpaCmwQIEi+2O5sXS2qlvmOAtGUuIDobWUb2lrQfdIIVg8VWzSGrImsrQq5IhSbfJiypFunwZSh40OZHcU08wvYVJJStKhlJIIwRwau68FFs7MbscZGaoTpFxejbvrbSd+YK71b9WXFy6S42VszZMkplF9AUMtpUmQgeHk7NpTlWNxkqkAm69t9wvytMaa08w07qG5amtn6jW854bDE5h76S2+8oJJ8NAYUpSQklQG0YJBHoLG8TwkeMpJc2jft+rnzx8M1QHV792SLNH0/DRJ1HJvkGNYSqQWEs3BToDTq3AlRQhHvFWEqJSFJwc4q+Ono15h2iHF1DdGbjcmmEplSmI30dt5z7Skt7lbAT2G4/Olu7ERHntL9ANOe0x0tmdK9T3iba4kqTHliXDShTrbjK9ycBYIIPIPzrNfs79M3+oWmeqEm3y3L9pTTzml4JTJUiOYC0qSpDjKcJXwpXcYGe3Ax1e0B1g010U6Y3/Wd81TZbNNjWuY5ZxdH0pRKnJZUpppKMhTpKwn3Uc4J7d6gvoT7eOl770Ft/UzrTCvlieiM29u5XRzT0mNbpkmWpSUfQ1EKDqApOxSh7u4ccEVEKO/pB7D3Tbo71Dg6/tmotS3oadYmxtKWq6y0Ow9ONS1KVIRDSEgp3b1pySSEqI86e7/QC2L9pBr2kY2p7nHuY0sdKP2tAR9FkR/HL6XFEjeFBZ8iO3oSC1H/AG4OijWndf60j/r+Zpjpy42zdL5GtbjkGQ8p1DRajOjh5aFuJCgO2c9uaftk6+dNb9qu4aKiXhxm72qwRtTTGJMdbQZt76dyHSsjb27jOR+NAEhpBCea+nOOBULdEPa56Q+0DqG46b6fP3hUiDFVPZcn212KzcIaXiyqRFWsYebDg2kjsSKmkHIB9aAE+9wLNcLTMiaiiw5NteYWiWzNbSthTRB3hxKvdKcZyDxjvVGOnWl9N6Sumrrb05npk6AevJl6XDbpcjsxnGkKdbjqJOY4e8XYRxgnHGKvs4Mp+VUMtMmGz166x6e0yEfyYtt6iuRg3/wmrk8yXLgygAYADhQsgfbdX55qSr+YB7JNbUnNaQqtiDzirIG0E7TjuBnmoT60a2ZlSv5OW6QFmGsmSUK7LwMJ+YzUna31EzpTStzv7pH+5x1LSCcBS8YSPvJAqpTl8jRrW5fLm9uekKW40k4KnF/0j8M/9qRyxwKkZXu8QoDZbecbSIg3uFShgKPOVfjgfOmyLncNSLQi3MKxI4QpxON5/sp74+Jrlt+m7jrCVGn3OM+6pcgvswkknxF8hLjmO4HkO3A9Ksb0z6FXZpKrpdY5Eh5IUlJ5CEegFVLrJJYiXdNWpPdLoZGkOiv6wQ2u7uuKRtGUJ4QP/WpVgdH7BAjJESI0AnsSnmnhFtabcfB8EAjg44HFd6knb7quwzgGqO5vs2Yxjj6SBOqXSGLdo5XD/ZSmU5QodlfDHlVdbxBm2NxcZwBtaB76MYST54/x/GryXpBfbUrb5Y2nmqudf7H+rZbN4bawhxW1eBT6rJLhkWopjKG+K5ISuNyKh9LSgeGs7XQfI/0q69OX646WvcHVNnfWw/BeDqVJ7Y4yk/Dn8Cab0xamZy46zlh7IA9F+f48H7q7rCkvCRCcGXGjtUknsnGR/r5VcyYvbwepWhdVRNZaYt2o4i0lqbHbdwD9Ukcj7jkU4qr57HuoFT+m/wCpXVhblolKZGPNtRC0Z+W4/hVggc1Yi8rgjaw8H3yooopRAor5nnFG74UAfaKAciigD537HGajeyzE33VF31A8cJ8f6DHA7BlkkHGe25ZUT93pUhy3CzEfdHdDalfgKibQ25FphuOKwpbYecGOdy/eP5k1V1E9uEi5oq90mySZtwZU0ltAKQgcDFIr0tGMEAmsZFxjLThLnKfzpLfuMJtH7RRKvMCqt09xtU14Rz3mS2c4T5d6bTyvdV65yKVZ0luQncnjPHNI75KASRkdwQeDWfZF5LeUlhDB6nW1EqzhRSSpKt3A88/+lVtv9rQ6paSnCdylJJ8gPL5CrXaogqu1nkMN5DhbOzB86rVqlxEdLrElktrb/ZqST8O1WNOZupx7kv8AsyXKJGndMLfqyen+SR1+UTPHI8BucmJugJWTwEmR7wz/AOYhvzxXrKgDcSD91eVnse2eyax0hrLTeqbNCu1tnuxPFjTGUuMuAoUCFJI8ikEemMirfezV1V01oe1XDpH1D1QbTeLXc5jlnN8uC9k+1rcLkf6NIfUfFDaFBtSNxUjZkgAg1pKL25MG7iZZcg5+GK8+/ae0h1x1x7bfRfS2oddWbSViuMjULWlrpphtSrvFaTbHFvOPGSgtIdIAQkt7sZKwUqxi/NnvNq1BbWLzY7jGnwJSd7EmM6lxp1P9JKk5Ch8RUH9cOi3UDW3X3op1e0XNsiIvTy43E3ePcXXUKdhzGPAcLOxKtziUFe0KwCrbkgZpCMgLXWt/a4v3tXXf2UulWvnm7C1p6zP3LVEqOz9JsscoH0mU2Qj9pJeKSEA8Baj2HvJdutdfdU9B9e9VaCh9TLtLs+i+hTl9SZyGHFy7sJTjaJrvuAFwJZOR9UlXYc5lvS3RDVth9rbWnXhy9WlzTuqdM2+ztQkpc+mNPxlHKlcbNhGSCCSd2MDGTH/tXeyZ1R6ta8GvujXUCy6cnX/Sr+hdTousZxwO2h17xS4wUA/tkkqAB2jCj7w5oAhzX/tN9Trh026C6eu/WwaGf1doh3W+sNVx4kdMtTCGEKajRW1jYXXHnEt4SNysgjzBuD7Md06k3voHoi79YQ6nV0u2Nu3Ivthp1RKleEp1AACHFN+GVpAGFFQwKifqx7GMy9/7Ib70k1Dp+16g6QWpNitp1FZv1jDfiCOhpC1N5BS80pAcQoZ97071OXRvQmoOmvTy16T1Z1BumtrzFDjk6+XIbXZTzjilqITlWxsFRShG5W1ASMnFADsvUadNtUmJbbmq3SnWyhmUllLpZWeytiuFYPkapNotVwjq1BatSIaVqC2X+bEvMtrK0T5aVgmUkqJUA4hTaggn3PqDhIq1nXO5m19GNdXVq+PWZ2Dp64SWrgy6UORXG461JdSRzlKgD8e3nVW+n60nRlnuCrYqFJukNm5zGXSpx0Sn0B14uLWVLWvepWVKJUT3NSUgImpW4ptMiY/GcdXAH6wYDS1IdS+z+0bUhSfeSsKSMEc+lW09na7XDUPQvQOo7ten7tPu2nYM+XMeXvU6+8ylxzJ+ClED0AA8qq24rHI71waQ/lv06i/qbpz1V1Jp2whanm7MyxBkxo5UoqUGfpMZxbSSok7EqwMnAFS3Q3PgamWk9qDS+mdS9CNeL1Fpu2Xddr0zdZ0ETYaJBjSEQ3Sh5veDscB7KThQ8qoz1jetd1/REdN2FzGXIzyNOxXlNuDgolBDicjspJSoH0KTntVgLB7WWsbTpiVYupnSO5Xty3B5Mu6xpUZca4xAVHclgHxFOFrgteGAVcA4OaeUrrb7G9t0BbtL2a76Fvul3HI7iLFZWY85mK0t9JMp6K3kMNNLV4q3HEjaQT9bg13FoVsZ3tgdJ7Hpn9Hzqnp50l0401ZrDbLZcIkKIAQqLFuEaXIc4+upSG3XCo8qUSTyahHS+oHfaHvPtN696Mvu3G3O9K7Xpe1TY6FJD09MBxxxtBIzuQpZQeO448qvXrTq10+0dp1u6y7xCnie2E2+DBdbfeuG4DCWUJPvpwclX1UpypRCQSI9HXPpLobTptnSjRLgluul1Nqh2F21xUuKUPEccdU0hkHvykqKjjAI5CYYZK//AKP7XekNWa4tj0nUcTUesR0/hW9qLpuA4izaPs8ctBu3vuOHd9MecSHHB2KmVAe6kVfSdcIttiuTJ8tmNHZG5x51YQhI9SScAVAx9o7QNpUYnTrQFzfluuGTdG1Wly0NoUfrftXWkofeJ7bCpJwSVgEZbfV3q/c+qGmFaEs+l37TbLopsXeXcnG1LVFCty47TSCoKLm0IKlEAJUogKOBTlFsUXvat6uwLfZYPSnRup3TrXUE2G4YdrmFEuLa0voMqU6pohbDXhhSAslO5a0pSSc4i3S+mbDpG0t2TTdqagQm1KX4bacblqOVLUTypZJyVEkk9zWjT2mNNaVjuRNM6fttoYeVuW3BioZSs+qgkDJ+dLAPPerEIKIHSmtye9c6CPWtoIx3p4ETe0/dXLd0xcabCj9Nmx2SlPmnfn8MgVVvQ+kzqMOai1Le3Zaojy2mo6UkIQArDeACU48v7wPHlVgPbQiy5XTCIiMHMC7xSopzwjJ3dscYyPvphew8Y+roevVz4hkm1uxG0rUCsoLhc3BOSecITzUecTwSRjlFm/Zx6QQGdLM6lusJHivrKmypPKEA8AelSTqhe22vWywtupfIKVPt4SG/vpy6aQxB0bGjMYbbbZwkZx5VEut5k5wyWoF8kQ1YICmtqufikggimXzVceC5RU5sYt2j6+sqFrt9yauakfWZkqKc/EKAxXFZeoa3n3It8iiBKbGC3v3A/EHzprztR9VbVJW0G9P3eOrJ3APRXUjjuCVpP5UrWS23XVbceberUxEfYVkKbWF4+AI7/Ks52bu0akI4HkJ0eS2r3wd3Of8AL/Cos6zWSNctLSYSvekrBWjjOMdqdOqW7xbgm329plLqhkOgnA57qFRxqnTXUq+ZUzqqEhpLZSrw0bsD1701dj5T4xgqBqNT0RluSo/tGVZX/fT3/LNdbE3wJcK7MqIbkhLa/n3Gfxx91a+ptul6cvMy03Kah5wuJUpe3aClYKSceVNiDeFPWJUVBIciFLoKjwAlXvf51dTTXBhyi4zeS8fsTXptF7v1oKyQ80h5Kf7pKf8AAirgAnGa89vYy1H9G6qiAte0zoqm8E452g//APNegaVHGD51PW/pIbO8m/dntXwmtYOBQVcVINMwR3r6e2a1JV8Ky3GgDZx5UZIrAKOKN3yoAHh4jK2zj3kkcjPlVdrhHvsl6ZCjaidt7cZRQwzGaUpZQngFXp+VWIXyDgjkVW/qboEX9Un9lc3W17kOohOlsg54UCCMnPrn5VWueEi5oluk0cemtVXqLcxp25XAzlbylDqwUrz6EGlPWtzn25lSsqZI7q+6krph03agSYoTZ5zDcZWEuznlLcWSRg5P+uKemsLVHvE5xLqQ6llSSArhKiB5gd6z7It/UdBVlLaRjYba1fXXJE29XVQGcJS8EN/Lkg5+Vd6JTllcMaFdHnGc5LL535HqD/2NIGoOk8S7K2XKwSJLaXS82qK+pBBzgj6wOKXtOdMW4LyHzbX4rIQAA5IKlkDtxk4+dNk1jsY6+eBwxXVTGA8UhAIyAnNQD1ssqn9SxmYzSt8wBISkcE57n8asZJitQ2trSSkAeZ5NR5qOwovepIUhxKsR0KOQPM4Ax8QT/hTas70yC6OY4Zj0guN76ZxY8CxxEOJlzUKuBUMeNx2TjjAHr91WrutptV8iKgXm1w7hFVjczLYS80ojkEpUCPyqE9C6ElQdSJ0rICZDVlc3SHQcjCT7ic+RVzxU5bwAQTwTxmtDR78Sc+slDyfpJQjBc45FHpl1E1P0ktb+j1aVVqLTzDy3rOuDIaYlQ23CVqjONulKFISoqKHEqB2qCCj3N6nhafaOLbslGsNC3WEpQL0FVsbVPbUjH/CdWlIDbuRySA3hYAWcE1Fyr3p9F4skG7XlMS3XG7R7fMksupHgBzdtClfYC3AhrdwR4mQQcGp8vXQzo/eYpRcdC2pLwRhM9pvw5beB9YSU4cBHruqaaimZI39Oe0Pb3ICk6x0vd7ZdULWQxEiuS2HUZJRteQNoOzbkL24VkDIwSr2L2gumNxtzknUOqbZpa4REFybbb3OaiPx0j7fvqAcbPk4glB7ZyCBB9vYESOqGmebiyw+/HZmLIKpLKHVJadJAwStCUqJHr+O9QCgAQCEnKR6H4U704voCRB7ZPs/QYj0zVuuWdKkl5UNu+srhruDCFqSl+IlY/bpWAlSQjK9q0ZSNwpi6n9pjqvqfT6bZonpS9anb24DFvcq7IQmDAW7lLzrCkB1MjwMHwgCErVjecGuN5tt8J8ZpLmxe9O9OcK9Rnz+NB5OT3pY0r3AQNXaeu2v2U2nXWvdS3yy70OO2eTKaRDkFKgpIeQ22lTycgZStSknzBpZIyckmsyRk/GsKmUUugGk53FYjPevqjmvgPlTxhtQojnPyrnhW63QFvOwbbFjqkHc74TSUFxX9JRAyT8TzW4HFZJJoaTA1Q7fAhOOOw4MeOt365aaSnd8yAM/fXS607KQmG3cBAMlxDBllIUIyVqCS7g8HaFFWPhXztX0pDqChQBSoYIIyCPQ02SWMICzFh9n/AKS2O3Igx9Mty3FIAcnSnnHpLysfXU6Tuye/BA9ABVd705Z7fq3UNktNzEyHZ7m5BafUoHcUoQpTeftKbUtTZI80HPOawiXG7wbd+p4Wor3Gt5Tt+itXWQloJ8wEhfuj4DA+FLHTi/aH6eM3Byf02VfJshxP0ZxkRlBloJ/4eH1JCBu3KJRkkrJIqCMZQeRciWkqwTtIwcHNbUH1rjjvPyFPypMJiCqVKfkphx1qU3HbW4pSGkqIBISlQHYDjgAYrrQeeKmQZOhBGa3II44zXMg1vScUBkj32gNNr1H0rvEdtJW5EQmYgA4/4ago/wD2gn7qrV7Kmv5XTLTOr0WqAzIXc75aI8lTpIKEKWveBjz2qOD5Ej0xV058didBfhyEBbTzam1pI+skjBFUTs1ic03qzXPTR1X0e4yXm7nbW1nHjLiqKtif7SmispHmoJHc1FPiWSep5R6buOmNaERkqz+z45qMLo34k53xFAk88jinbOvaJGnIFzjqyJMRt0K9QpIOfzqIL5qh2PKcKgokg/GqmqeTV0PHY4HrPbllTkppkgd8nFZx2YmGmoYQEb+Cj4VHj7+pL8tLzhcj29nDjiU8OPJHOB6Zpwab1hppYUiG6ptbQ2rYdSUKQfkaprhmg0sZybry0zLvbzKiAC2AB5eec/jUP686ZIily46elS7TI7ExHVIQsf2kZ2n8KkG+ahajXf8AWDUptbaFpSttJBJCvP7qW50qDOjYcCSCnBJ+NOlw+COK4PNjrTb9QW+9LF+m/S3lo4e8PYVY5GQOM/ICo7tD6XFSGHFe6+hTeQf6STmp79sS4W6DeYEMgJkOle3A7p9fxxVZLZLWm7IAztKsYPzz/hirdabRjal7bMJlivZUv6oPVCzXV3dhLiGSrPdKjtJPyCq9VWXEuMtrznIBB+Yryj6KWz9Vqg3mP9eOA+SrzCVg9vur0/0deGLzpu23BlwKD0dPbnkCrFfwQzXGRwbhWKlelYZFYlXPepSM2bjX0L8q1ZJ86+g0Abt/zr7kGtVGSKANvKuAe9MM3SLBkSmnkBRS6rOfmafG8ioK6pPSbHqCaouFLTwD4VjhKT3/ADz+FVdSsQyaHjXFW4n0yQLJcG75KekRmwGIYUcjspeOw9fKm3PdUmW77oOTmonf6goiWpl7Sk6RJfb3NLZayUqXnJIwO/xpBia46gXS4F9Il2+GcEoeZStRJGTkn4+hqrZGTSybFd1cW9vROFtvtscdDLqcLz5mlSdc4EpIEc4CB3NQhedU2uLb22lSZKJbfPi7MFavPOSOCaVLBe7pd4DUpS0hBBAKScntVd5iuSy7a5/y9jqvEzeohKuwpK0/NtcLUke43kb4sTMhafI7BuCfvUEj761SHF7PeOT6k1DXXzXR0xYrdboLq0y7vIWsrSnhMVjbkE/23VJ/+QfWpaYuUuDK1tmyOWXR0i1AYtYcamRpEyWsypjrLqVhby+VZIzwM4HwpRugnqipct7bDj7D7EgMSAfCkJbdStTLhHKUuJSUE4OAonB7Hza0T1f1lpEtTLZPeaeSoKXtcGSD3TjsflVwek3tHWTWUcQ7wtLMoAArCMAnH2h5fMVqRXGDEk3N7mT1rm92PqGxbfG6bQ7RIilQedUtpzxWFNqSqPhCffbJUD73AKBxSW7GMqAm0yp9ydgIACYi7g8pnaPslG7aR8MduK+svtPNpdZWFtq5C0kFOPhWYVmlUUhjRk22hpCGmk+GhtISlCewA4+6sjxWG740bvjThDIq9KxJAFfNwzisFHJpyACc18yPWgnArDmgBqKrGvqz5VrJxTxhtBOayBI7VqScjmvuQTQB0Ag19CiK1BWKyCjQB0IUCa2JXjIFcwUcVkldMYHUFAEnzJzW5tVcgUcVtQqgDtSrHatqV5Fczas9hmuG7X+HZ/2b+VOLTlCEnj7z5UqTbwgFrkpwD3qD/aI6OI1W3D17pu5RrVqayLS6y68oIRKSg7ghSvI8cH8TgVINu6gMzfHadtjzS2uEq3Daf8/ypG1HNkaqItkiOEQ1IXgg5UFYwMn0+FSLTTnwxVPYOXQOql6m6dMtSIq40u2NNMuIwNoC2G3k7fIhKXQn5pNIGocxmg+0wHJBRlKfVXlSjoxYsemYLMttIylceUE4A91ZSg/MN+HXddbIVFqa04FNkYTjsKzNVDDf2NnSTwln3I7tGrL+w8q2XOyIbeRkgmQna6jBIIUQPLyPavmowxJ/3y5aYmw3koClLZQHAQfinuaVdTxUR2d7sISRyFoKc5T8PSmfK1Gy6w4yZd05wPBQsj5D4VXUVg1nWprMWse+TRaptgXMUzEfaWrcUrQvhaT8R3H3iui8Trhaoqv24SylJKnFqxxjv/3rktNptNobcu8mC0mQ+pS1LzlWD5FR5JquXtYde2mID2gdPSgZ85OycprlMZjHLf8AeVnn0HfuKavreChfZGhPDIM6v6ql9SdY3bVXjLdgR1mHAUeykJB5Hz5P3ikXQ2lV3Hxrm6vAbBKSfMDg/nx91OS0aeRL0qITbu2QSp1sY94KCcf4Y/CljSsVi3QUw2lYC3WWcq8wXMmraeFgydjlLMia+ndiaiCNEQgrT4QSogeq1DH+vWrbdALvIZtUjS0wgLt6ss88ls/5/wCWKqtpGamJcIZJAaUCn3uQDkEHn4k1Y+zyEWLWNgu0Q7Wbk0hpwA5Ct+UnP37TToPnJLZHjBPIWSM18Kue9c6HEnkJI9c+tfSsZqxnJUxg3hwjzrPeK5gusgvigU6Qr0r7k1pSvFfd5pRrNm4jmo1622lmRZGrt4YW8jcwtr7S21cnA9R3++pHLmAcckDtTA6mOBbsdkqJ2NkkDnkmklBWLax8LHW1JFf06ZhQbe0/Yry/akvLK1BCd7W/tyk4x5cgitZgXZISidrvIGMBlskqHn3OB95pakKtCJrtgvSUoYkpW80VnAJSRuA+5SfzpMi6T6eR7gV7JC1HCgVuko+Az2rNszW9svY6bRXxsrzhG+0aLs8rFwusmVdSg5bMt0qTn1CRhP5UsLucazsmEwyhCUZKUgYAFa7xqnTenogUuczk+6lCMHJ9MVHFw1DOvLxUwSltzJx9r8PIVA4ynzLoL7oQ4j2O+56mTIV9HiK3PLOAEc7c+dI3UG1RnlGzPQWbgmxpaZeQ4kEO7v8Aj/L3ySPlXZoyzBF0hKcTy5Ia3fH3x/r76y0q+q96ivjr37RPi+GSOcnaM/mTVrTJZ4MfVPdHkgvXmhlaQuTMy3xnHLVMQHWuclPqknzKf8K3accYe2u2yaY8kfaCik/I471YrU+m4UnTf0KYyhaUrKmMDhKscU1NbdIbXJ+j3KztpgTsAO+EnalYHwHn35q/taM1SHh0c6qXaAUWe9PeLkgBWeFg8efmMeVWNjSmZDKH2CS24kFBqoGnrBMhbFOgLdje8k+mM96sf01ubkyy7VpKS2A5tPlnuPypyFY9iv0NG4+ZrUF0bs0ohtznmitYIFfSr0oAyV2rDJoJJrA96AGs5wa51Lwe9ZPO1yeJ71PESydaV1kFc965UuHNI+qNdaR0RHZk6t1HAtLUlRQyuW6G0rUBnAJ7mgVocu/4/nWQVnFRy3196MuqCG+punVKJwEiajJpRg9Y+mFxS47btc2eShhHiOlqQFbE8YJx2HKeTgc0m5DcD6Srjms0kZphjrh0iC0Nf7RLGFuq2tgy0gqPmAD8aVLh1L0HZiwi76rt8VcpsvMpW7guIGMqT6gbhk+WabLAmUO5NbEkYPwpnyOqGgodpavsjVUFu3vtl1qUV/sloBIzv+qPeBHJ8qbcj2hukKvcR1U02hPOSmcjJ+/NSQr3++Bu5exI9y1BFt37H3nX1fVbQex+NNm6iTdHfpkgJSogDaB2pox+sPSOa7uj9RLG+vdxslJUTXe51f6VhnarXllB5wDJHOKv1xprxmS/cb9UukKJZQzKDZSdqQFZHnXVEuyWFhtuMoEH6+B2prO9WulrqA6jXdmICijP0gHJ9PnXO31d6ULC0o6gWNRHJAkpyB8amVlSf8y/dA4yx0SZcBDhaIF+SpY3XRbDuMbRuZRtJ+ZTikWy66FlWuHKHjRFfVJOSjPcj4Ukwer/AEhuGgNRWR3qNYVuB1iRHb+lJytQPvJA8zj/ACqKpnUfQkZtbbutbZ4jfCP2494Ht+VYWvUY2+pB5T7NTST+jZLjHRPszU9odJcadacbdG4YI7UgXm9aWiRnZEj6KjYkrKuE4HqT6VXed1Itcoqj2O9MSHHR7qWHNxOBkkYz2qK9cwdYa8fZsbFwnykyiQiMlw4eI5CRyAR51nqtzZdlq41xw2mLvXn2o2QXtM9NH0vOn3XJ6UZbT6hr+koevb0zVbGdMzm7FO1PdXPGfuJMeL4h3LWs+866c88DCc+ZX8DUxQPYv9ouffWhF6R6jLDxDYkGN7iDu25UrPAGDn0xUiat9krrpISiHbOj+pXIttYTFhhUTlSQThWM8ZOVH+98KsKtQWEZjn60syZX+PInNsNPxErKopBHkSkjH/enNBZMhnxEFKA4oOA+SVA5448jz99STD9kn2hW5qcdHNTNtqSWyTFzwD2PPbk/dSmx7KftCQStMbpFqMtK5Cfo3Kc/f27H7qbtZOpIRLXd0vssK24XHdBUM89xx+AqwOi9XJuUvSdvkuJJadUEqIHAAJSPuIFRVY/Zp9oJMhz6R0h1Gztz+0VG4cHcY575p9WboX13hCA+jpnf2JEV7eMx+3x70kYMdujJdlumX0rRnd51mXPQ0z7dfbnp2wRpXUa3q05IOG3Ezj4e9ePs575xkDv+FcjnWXpe074LuvLKhzdtKFygCD8c9qstpLkp47wPxLtbUr+NZW2xXq6Q2bnbIKpkOSgOMSGCFtuJPYpUCQR8qUE6T1PjJssofNFKNycO+sgs5IAPFdEnT2pYrfiKsE90Z7Ms7j/jTUutr6pz31R4GkrlCjc5UGsuKH+X3U9LI2UkhUu93FsjLcQpPjlJASSPTvUc3tz6XlSnitThyeckGu1rQfU79at+Po66ONue4tZQTtT5Ek+efKlB/pprvxQ8nSs84GCA3nNS4S6GqWSCOt+jrvdNFI1NY04m2Ce08Ck8qSRlafvS2fvxUUGO5c4CJUe4y2kuDKkNu5SD648u3lV0X+mGtZmm7xDd0rP3OpYeZbU1ytaHQCAPM7FK/Cq0606cak6W34Qr/ZJMG3XPc5DVITtyBjckfFOfwxVPVLjei/onu/w/cjuHp9EqQHJjq1qbwEKWoq4H+fxp+WuBEbSkAA9gPWuZVoZChIbSAT/RPBpbtbLbeBsBOOAazpzbWDTjT9jrdnqs7KZjKcKjrS4M+ZHIr7oKA1B1JqVlhwKjuXR12Ion/iMLwtpQ+aFJP30iajnNgFt93CB3A558sDzpW0gP1wxElNJUhLLSGHVoVylTR2BGfXYlA/CptH/MR67TSro9WSwukPudDalORmN/uocS65n+ik8Z+Zx91Yvp+mPue6VJSfdCea6XG1toW39t05Uof4D5VvbZYix9p9xKQVKJVj861n0YKEGJZ1olrXsxu8j5j/KnpovV2nbf9MhiQpS2HUMr8NBUkHBOMjzyTULdUOsabCteldG7Zt3eOxx1CCpEQHglRHdf9n8fQ6enVvn26BGRMkPFxKfFW679ZxwrKlH4jnJz5/kkY5BySLTRdR2SZ/wbg3nn3Ve6fzrvafafALDiXAexSQf8KrhMul5gOuLigSG9iVhe3CmgDhWEA4PHl397zxS/p2+PtwpF0hvutpaGAvOzPAKsD4dvmDT9g1WLGScwon1FZbqY3S3WL+pbKWri+HJsdR3HsfDJOz8BxmnrkZ7g0x8PA9NNZNhPpWGD60bvSjcaQUYzjpNat/NaS5ntWSVUbhUsG9K6qp7f+1WmdHp/Z+9cZA99G7ktY/HJ4PlVpwrFR/1L05pfVmqNFWbV1iZu8B6c+gRXW0KQXi2A2pe4g7Arbu2kEg0j+pYGzlhZPNK12VqWvYuYwnOMBxJBJ88AceXr5ip46TdHdO6x6g2e26b1auJZZSWk3I3SUlksPcb0tEEB0KIAAOOFc+Qp/wDXD2dbtY1pvunenAsWxTjv0BcwyPFiR95K2cIBAShvdtzuKVjk4yM9JeyfqnX9mgP6Ov5Y8daRcLe60S0y4QlSCVpyShSFJVuPODnkggxKtxfyUpT3Hb1BljpFcn+mWtNHw9UaLjhy6xH0skgKcQnc4hWR4exThSkjBTtQPexUM6W6iuSdUOzNRXKczdVl1DM+Q77ykEFtESVuISGSFBRc25CkDIOSR6Daw6b6B6SdE7YetcxhyKy2mxuwXXvFiyVJUrwnEHaFNOKQkqwMe8sg7jg1R/X900daNU3i29PYkGTpTVdsmNOxo7ilLZbSpLg3LWQUgFG4c87QCKdJNchH4Y+OpD1wb0LP6QwrDfxaDbW3XHZk0iKzOLJdabZJxuXvQ6kgZS4F7hgqqmIhSpEssKjuPPNr8IoIJOfx7A/41afod1c0/aXrLphcdKrda7g+2q4Typ2JcY7iE4YEc4U06hOSSlRGEhOFEpJjXV9s0gnV8672BuTYnPHkqNrnOLTISlSwWnAhwApBSQMDPCQQQKjt5juZYoW2W0SrXi1ZgxmYbTrAQW5Kjnfu4Cvlz+NJsNqeZCpUaShiO0pK3Xl+9hedoUkHk5JzkDilO5PxY9yjw2LaVlTCHQSkr3rPCUAAdwc4HkT60hw7op65M2uBEZSuQhTCsqWgh05IcJOcEZwMf0Rj1rOblnJrRSSwaLe3eZbj8RlTpWcOBzIBUs989ucE/Gl1u0rtyWYCGkzZjv7VaVNkqUCDwg+eMdseZqQfZCtEXV3UB/TOoLSicXYjq2VOoK/DdOAM5+/nyzTi04zp/TWvNR6U17pqV4E1C4jSpgcbmWxWSkLbH2sZyCO6dvrVG3WOubhjo0tPoI3wjN+5ESLLerXbEXCNbSxHnJEhKtpTuGe6cZz6fd2rml3IXFDS1NNhTeQo495Jxx+dT5cdIxtP21VtXMbnJeWlxmQy3sa8IdtoycKPBPxqNtZ9OTbrhFu+npSpka7LLzy2458KKCpYS2tSc+97hPYZA4yOam0OolqW2vYp+W00dFBJPsvh7Cls6Rag6aQNWK0LGXqi2THYz+xpKtxUUftEoJJCSBuIPYhWOAKsrC6LdM7i6qRctB2VC2PDaiqTGSHENJCiAFc8e+TxjknzqgXs6611V7Oduul0uUaHco96cRGVDYfwu2vZIU4tsJJBThaCP7XOPO/XT3rXobWEOO3G1VbX1OBtlo+MlK1PbAVJUOwUSeB54OK24Ljk5zPySXHYiw2Ux4zLaGkkkJSnjJOT+dbQSOxPrWglKcgq5HfnOPnRuHrR+Q9PHRvyQMZ4oyc5yc+taMivoV6Uci7n8mUyazDZVIkOJQ22NylK/wAqqj7SntiTdJzY3TjpLGZn6nnAF6UtPit29BzgFIOfFOAQDwByQcgVYPqisHQd8bS88y69DcYYea+u28tJShQ+SlD8689m9PJ0i7dGLewZF9mlwOzJB99eTheD5KIKjn1+dZvkPIw0eIf1NGx4zxtmui7f6URN1Svuv5y5R1trm8Xq7uEPPtOTFrbZURg4GdqfcIGE9hkGm30+gtS5xi3qyIlQVIUlQxhxCT9pBIxkfH0qWUaN09DtIVc1gPyHUgHAO5foT95H348qysVohWuT9Nsy2/CbacSn3fPAWM/MD86yp66Vlbfuay0UKpJLoeHsk+0BI6H9TFdJNS3VTujL9KU3F8VX/s6So+4sZPuhRO1aRxlW7yOfSpByDtAwD3714ndVYn0OZ+sZDZLUxreUngj3Tt/Ddj7hXoz7B/XaR1b6TGx3m5GbetIragvPLJ3vR1Jyw4oHurAUgnzKM+dbuktc61kwdbWoWPCLNjsQcV88seQrSXyMNkrCV98dvvrILwOat4KLNmzdyeeMfdX3aBWnxD2r4VHNJgXJvKsHgkZqtHtpacRqq1WNjb/vMUvvR3M8hQ28Z+IyKsh4mPOoJ9ppTpNjKV4GHj+afxo2p8EunvlRbG2PaKXQrbdkJLaFlWODkg4rcbfd1bkreCRjuFBOPvpsdbtaX/pvMgX2FZI8u2XfcFZKkhuQMqwcHsRz9yqhnUnX3XWpo6YrAjW2MRhSY6SFY/vHJFZ/8LPdhnov94vGKpTcMz+EvclTX2s7RpRo2qE8J99lENR2kq3FtajgKV954Hrip30Rpb+SOkLHY3lhbjLK5Ux3HvPyHVe+v5ZSfxFQF0B9ne6XidG6la/+kRLdHcRKYac4fluDlGd3YHnHme/AqdtYa9g236S+6+ylMZsKUEr2tR0JGE5PkMcYOTxWhRSqUch5Xy9vk5qT4iukOCbc4UBp2RIdShKU5WtRwAB6VBmver9+1PN/k/obxWIaz4bk5Aw4o+iMfVHx7+mKWIL0nX0BV5u0xCLPIQFR8rLfiJWPdUr+iOwwefXHas7bpuBAUW40VOU8Eggq7kf4gj7qtqOTFk2uhJ0Doi32VlmbKbKnsKW4skqW2rucH7afmd3f5VITBaQGnErSptxJwtJyFjyOfx/CkV95mJFVNfkMMw2VJ3yHVBKAR22rzsJ9BuzShYW0woAMfcI0hwvEqRhTqycA7eNoAwM4BPpgCn4S4Qx5a5Ot8lqK8cBRCRsB8hnOB9ya23i6NpgxLLBSRIl8uDIwEA8n7+B95pDvN6jIWPEWlQCwpxCxyAngAD1KsAfM0oWSO6A5dZ4P0p4geHnIaQOQn5+vxNL0yP2FzQs1yyX2K62UeEtQZWM8FJ45/I/dU7c+dV4S+syAtB24O5OfI96nWx3Rq6WuPMZcSvc2nfj7KsDINR2R90S0y9mKVGT61r3mjeaiJyPErrYFgVyBVZhVNHHWFimN1J1PG0zdNMz16VjXh9U1xDK3XggwzsOXUEj648uwHGeOaeaVjzNV69r2/XGzwdHqgyVMqXdV8pIGCEp284PGe48xTJy2R3CSimsEg9QurbfU5yHe49zYs5sDSzNiLQVOQ21JSheFJ2lXiBSgEke8FY8wQ3OlvVnTelZk632JU22Qnbit+DdLfIDRZjP7vDbWw4SHEoUlKEoAOEpVjsAKymXrOLcnmFtXRyPNafbS/sUlUpKUKTkA/HjGPMdu9INqb1Jp2O7qe3MXBDEV0MuvJaJaQSdwSvGUk5GQD5jPlVV6tcNEC0zfueoui+rmm9YxR0q6qWVu8Lnb0BMxveiW4lxC9haOfq5BBA24SD5ZqontLaA6EWyber90uen2J22OluZFjFRabU6jKEJQpHuqJ3DAIwO2cCoPtPVbWguNv1kq5zFSYEwraloRtdb3YG1JxwCkLGCCOcYr5rPrLrTXKtQIm39x5d68ESCqOlRlhtYWncoDjaRxtwPhzipXemuUM9FrpnXO1HEct9w1m1of9UthTAtrNujeHGnONEeK6sqP/wCKhlakpSo493IGSVDUOr9QdVr1DhO6dsra2YAmMyWG8urihsltl5zIU5gtqIUracYPnTDs9+Q1AGmdeW2S9DQ285b9qvDQy+6EjOSD7isAKA+FarTqbVDbMO8RURI7NsjpgraUgOLkIaJBcBP1scj/AN3tTJWZW1InrhhpyfQnOm+Pic3OEP6KpexpEdKU7EqXzs3DATnOVZ75ye9bGbfcJNugzrdcXpN2S2pshr9lhoEhKAe6lDcrnPIUB5EVomFy7x03K1pKYzr6gdmQACcqAz3xuzyf8aeXRy+aZtWoUxL3peVc5bai5GVHOPCcbJUFEbs4GMk5wfurL1U7K4OUF0b3j66r7NljwmSp7K3Q/rFZ9b6e6gQNNPMw5MgxZfjA5Sxn31rTkKAIOQrnmp09rzp9pKI29ddM2WTI1tMcblTZSUKcbaYSjad4+qnOEY5BO2p36C9QTqPp/bL0yy2zhHgPMFJBacQSCnnt2/AilLqDqnRMayzbxqJv/dmeVNbQQ8vHCcAZOT5VyluqlZd6suzqadPGmHpR6+SguipPVLqmy9DXpiUpEGCra63BSxHbZaTjxDgDPIHdRPlTv6sdL76zeNG6h0Jbp0KJd4Mf6QCla4rzzUdG4Ek7cFSV4A7qVjBqabF7XmidHaQmSrvou4TFXeSuPEgwEpwzHxsT4o+ySrPu+hHHeliRrK46m0pYrRJ0863Dt6RJYiFohTKskt4cBICkJPBxjvxXReJnKW5wjj/vRzX4ghXFR3yzj/2MDqR0HXrDo/pbVy3GxqJ1lTdxkRXCpUmRuUt5Ck44O8uqAPmoJ592qy6Xv8nSWt2b1akORIlmcElkubkBYS6natWCFcqTjI7E1Z27a01n0z6Qau05fx+uJNyuaLhZ5SWCtyGd6SXMAbUYTkY4Bye+SaqZbdZ3yNrU6vj6ViTkxnULXHfhF2M80EBCt6TnIVglXP1ieQcV0KlJro5Gaiumej032xog0nEvVmYjyHblGP0VySVNoQ8hJLviAfZHu4I4O4c1O3TTWDOu9FW7VsV5qQzcGvFS42cjBPY+ih2I9c1576d6U9Y+orabTpDSLcq03aOia+2SlJt5ztDbYcI9xOQFBODhXPYVcjT3RnX/AEG0gbFoK8LuEAOjw4S2lS1oUo/tFoKW07QolJIOcYJBwcUjvS4JIQb59iaEupK9oWCfh5Vmhe5O7yqC5GtOqjVwTZbhaLLb3y+GFOSpGxPvBOVH3vqgKBJHbn0pwTtZavtLH0OVN0k+ttCQow5allI4O76w4Kcg98ZFJ6k1y1wP9OL/AJWOHqzMmwtKmVCgfS/DfbW5HKtu4c/a7J9cnvwO5FQNq3ptP1VZzdbbBEC6rUl5sOLDiM/0d6fVI8/OpK0zqHVusb9Otd/dgSrP4a1PJbWlYKQSlCSM+6cjPyzS/pLTEKxW9LX0h9MeONiUOL3JCB9UDPPp51yXnMS1ClF84/Y7HwDlDSuL6zn8zza636X6q6aUHrpYZcaOF+KMMlbaiD9ZCk5B7fA0ndP9Qv3RmQ2yrcW1MKKT7px4a05+fu4NXj67MwrxaHYzSVKZSTltCdyk8d0jz+Iqm2odLQOn85v9XyfFXMabfdWgBIAKFHbj4Z/Gqmk1cLP8N9mjq9FNR9RdDJ6qNNyrAXZDobeDZ95WQAUqG7H/AFY+4U8/0b+sX9K9f49rEpTVu1HbJFvkNE5CnkgPMrPxGxYH98+tMHVNwbvOj7i8XkDcpZSe2fEcbwE/cCa4vZNmOQ+uumFsMPPeHcEpKGvrFPhOJwPjzzXTaGbVZzWur3WcntRKltMFPiZ5OMgZ9K+vSg0sNhClKUCpIHmAMmojl9f7XGcEGXpael9lRQ5l9KPc7YwUnn8qU7H1OuGqZRtNl0jcVOH3CpPvFrJTyeOB5EnitL1Jd4MLEZPamScVlKQVAjPbjvX0qJ5HKfUdqRrja9aNpWtUKZNWEFKEIbACTg8ZUQMfEE027Nd9U6Rguv61sN0bihYAUGQQg7crUpaSQBn4edO9TIOPOB+FVQv7R6W1w7SstBS0OK7n7KsD/HH405z1z0UPCCWZq1rAKm0oVlJ9DlGPwqLOsutrNq2Vbmbf4iVqiyz76NhHhKbdGc+e1tf506EsywLBKMuyAOoGg4/UDQknTL4aY8RKXGn1q91h1BylXr3748iaa2kui3SLpPLjr1C4b/qJpHi+AtG5STjcD4fIa9crJVjBA5p/v6b+k2yPeFIIuD4V9DWtZKI6c4LoR2KsjakngYUcZAIalt0MqyXL9YuzFPLIXuW4sqyVJOSfUnNTyXOSVvjCYk6s6sTr0stB4sxkBXgwIhG8A+alfZz8yfiaj17T2pNbTGRc0KZh+JluI2T4afRSu29XxOPgBUjaf0bCfVvLLYSe/u9/zp5W2yxYk2M002NqTzj8qVc8gyPf5KX+XHsdr0/rF/T30chctSIKJJVHSFKJ3LIIwkAHacc8gUgS7Fr5l8NW7Xs6W04TtckobWcHsRuCik+fB88eVPeFKu1+YXptlTKWZLMq1B3BS62pSFtBWc+pB7etJ2nnkPWK2rCVKWWk7tx7mp/Tzghczh0107abuDN91ZdJd6uDeC2ZTqnEtqA4KQeB38gKfb8nclTgyAhOBzx/rNJ6VvOvpZBJ2jg/2a49UXmFp+3L+lvAJXwD5/CpYw28kLlkTrPEk3S9P3ea2BEiSFIjtnncsHBWr88fjT5DoQreFJJWkEjjnFRlpLVU82hopjoW9MW4plITztJyCf8AXlTmiuussn6Q4tTiuVKHbPmP8KVRzyK2L86SgoIQR8cHnNd+gdUTrRfo8YPqMaY6GnGlHjk4B+eeabi1oawiQkblDOCfP/QNbNIsJkaxs6lOhLSZSVKQfXOeKc4raImtxZUro3fCtCXAvcR2Ffd4rPLpHYX61kFZ860bjWSVE00cdIPbmqw+3VKkRtP6SfjPLadTcJAC0qwUp8Lk5qzG/wCNVW9u+UpuzaY9DIkbfn4YFR2r6WGcFZbtrrVE/wChQZ16ekJjN+5nACQccDAweEj48Unfrqc1BXCiz5CIy3EqeaS6oJcWMhJx6jJ/E0lJiF1r6Qp1IUU+4FHAzW4MYiqQUkEKCisc8jsARWfHCQjbY77frW7SLXDt02a8tmGfDQhW3ACiTyfPyHPpT90kNC3u2Ou3IOLujqkwmGkvhlDIUMeIMd8KJ+4+dQy8vbCaS2rGwErV9ok+dd2krRqi93yHaNONOyJzrm9sIOEpA7rUTwAPMnipK3mXyMkm+iw+rdOaJg6Ed05epEq7XtTKWrY4lwBxHG8lIBAwCRneR2wM81CdzsV21E1ZYejrXPly3WHCpCMOrI3YKlbRtQMKwScD5DFTrpzpvabE0i5avuq71c4YK/2X7FtlBGFbduFL4H2jj4DvSy3fbRp0PHTVtiR4fupWzHbKQW0kkrT8SFc/d6VcdbwvZD6qX3IjLQ/QS6Q5Madqy7IhxkuILlvZeLy3ScDYpafdSN2Bxn0zVv8A2ffZt0JqXTULWdkdjKucWc+q6xXgVLbcwQ0Epz/w9oSR64V3OagOwSkBN7tfjhTbD6kpV9YtpI8VpY9QUrT96TUldH+q106YXT9f22GiQZ0L6NOYWopS63ytBTzgLSsqKSf6Shxms3yelldQ1V2bPjZw01yk13wWoX09e01aJK9JQmYKwovLjozucOMcAnAHA/71DGo9Yu6it190c9IEK4KQ5FXHUQ282tWM4z547EZBzUx6j1FqDWmjbbL0ChV2n39KozBjrAEd0pyd+44Rt8yewqiftM6dl9NdS23SauojF11fcyHpkezqLht4KufEdByV4BOOMDk8CuMo0dmou2RWH8nU2aqNNTsm/wBPkf8A1YdsfSbRkGx2XT8puMw0pxu4uTgpIVtJPJyrO7sEkDmq1aY9qzrZYLuid/K1dyabzuh3BpLrDiO208BQx6pUDwOTyDjrPQGvLnESHtWyb4pCR/uz69nxwkk4P34qJZ0CbbJrkWdFcjvI7ocTgiu38ZpZaGtxk8tnH+V1i8hKLccRii5WmvbatF9tRs/UPRcdzxlbH1wVYbLZP9BZzkf3qtNpJzT2pbJEvul49sk22WyFsLZSkJCVclJGPdVnuk4IIwRnNeUemrHddQ3FuFb2VY3gOulBLbafMqPbGOasl0d1VqzordXDbL2q429ZCZ1teKktOpwcKTz7qhjgj5djWurIfBhWaRvmJfVD14DCYqnnW4/bw0PFCFefKRgE/Gvsu2i6RzFebX4Ku6fEwAfuNVic9sWYuQ9FXpiOw43yguFa/d+4jP5UuWn2pZh3CVYWXEY91ba1NpP4k5qKTrb6I1C6KxknKx6YbtdtYiQ2GcYKzhW8KJPJPPfJNKIs76CFiO2MeXHFQ7aPaQ0xGiNR5tluTHhJxuQ/vzk/HFS30v1TauprT02BIn26Ew81GXMmNe4XHDhLbaU7lLV5nAwkcqIptmopoi52NJL9AhprrZbUssUYbFxilH0adJt7alJLq4ay2sgHsT2xj1pyx9fWWdc5Wj7Xd0ynra0hT6C4FrbzxhRSSM+ffPPypy6O0Jp/V43W2431bac7nnYoYaUkHkgq3K5ByBgEjHYc0m63stl6fmfCnzfAighbLr5T4jiSke9kfWwePhwK47ztun1Nf8Vp3n2bXX/J2X4ddmmk9Nf7cpDV1PKt8S3vreIW4AVc/KqJdc9ctXCbNagJaKg8lAU3ke6Acn08z8fKpe6sdWo12fVpfSlwMhx5XhLKVDxHFdtqRnIqBdeafTpq8WzS8hxiTc0J+lXVZXuRHUrskntlKcZ57k/Cub8e3K7LOy1Ucad89kf3tDjFrt8V8LaUXlSHdyfINrKU/hx8yK7vZYUyjrLYWpS0JLk1R3LPHCCBz8SsUmahu7V0mTlFSigBwJVngJKhyPicJHy3etO32ddDT39YWTVU11iNCYuCWwp51KColKlEjJ7DYAT2yoV3Gi4isnB69c5PRU2lxIz4LJBOSUrH5Us2S96i0wpabBcVRA/jeUbQCficc1wxLpankJZYvEM544fTk/Hk/wCFKHgJbQAXtwPAIH51u5TRyyg+0KX8v+oXinOp5RGPJxHP5Vw3bU+qrxHXFud8mSGVkb2XJHuq+7Na0oSHQyVpVjCu45oSpC0FbYQlBPHugk/h3pq2ZJMTfuIwghP1GBz3wQaaGtIzTV3sxU2lBW442SewStO1X/2qVUlmOpwcJSoj+xk/lUbdYY7jYtyVIS3krwrbtJ7etPUlnGRYQaecDNkXAOz5kJISn9XOLhICeAlDRKEffhIJ+ZpCWHXHyp17ekjGD8j8KWrWI2qG1yraNl9ZbzNjkYE1CR7z7fl4gAytOeRlQ5yKSFqUl5xQSlQ8NZ75HY1MTmqyt/7ukoQk4HelGGSJbYUOdwz+NJllfQWioEAY27QO9Kjawl1K0BIIUkkEUCkcWycbd1FlxJLa2motyCkqyQD74OTXNpolCLjZnELadgXCUylHG4BLisDny27cV067ttxe1XOchlLTLy0q8RxSUg5SOMfW4Oeee4rtksuWi0x9TOyowmPPIjSnhkNrTsOxxWQAFAYzzzgdvO1ujtiyBp5eRch2ma9GVLaTgn7RAAwPh3/Co81e9aWp0m1z33JcgtlPgpIKQpQOFbs8dxx347dqcydYSryFQ7TGlXZ8Ene0khhPYlJWcI7AjjcOSCc9mHerDqEXh+bdmYrMJKkIKGVbzuIKkndwO2BgDtnvSznLpDVEW7Fa2bY2l2Q4N62wlJOUpbHkB93404LRKfecUyWQlhGRknO4+nx/9Kb9lXJvDngqXltobSQASE+mPXFOOPbLiQ3CZQ2xHQSVJOQojOc8VLHLQx8GMx+MXDuQdqRwrdjBHp68Z/0KzgqbcdCojSitBGFZ5TjkHPzxXdDs1vedQyZCpRaP7QYwjB8+Pu5pRdXCjrWlvw0hJIAQnAx5flSqPyNHFojW1wTfo1muE5bzMg+GlK17lJVg4/OpTCjgEHvz8qrzp9MW0aoi3l95a2WH96mgDuHHHPY96miHq/TExgPN3llA7FK3PDUkjyIPNU7q3n6UWarFjljWCj5mtgVXNu+dZpXnvVbJYSOgK+NVa9uhG+zaWUlHiYmPAgf3BVnw4POq3e2qjxbHpkBBKjLe27f7gqG+WINiTltRURNsfWncpbQxylKjkD/KviYziU5CwBnbuQeEH1I8qWGbV4qt23Ye+D58d/jW6PCbZ2qRj3lbF7uAfhjFZO9ohVoiPW/wgYrigUqTuSpIBJ7edWZ6PaXhaG0bHlOslm639hEx9bg99MZX/Db+AxhRHqeewph9H+it+6h35mVb9PTJtotrviT1MsrUk4SSlsYGSVY7emTUxa2UqSh+K82u3y4n/BStspLJwQUFPB28dselX9Htk22+SzVGTW5rgbN1uRjTPHUtKVxZPhO5VwDnsf7Kh5nseDTT/WbkEzokFJU5bluvxWlDktpwtLfyKVrR8gPSkLXV/mIQ5dm2SPpDYYuDSF5LLpwUqH9JBKAoH+96kU3umV6vWodWtRiy/JdLrQcLbZV+wbS6pZOOw5TyfL5VbnIkzhkhaausCHqNiXFdWuDeLcplkKP2GVhSc/ENO4+SRT/YWra7BWrCm/qqHp5VEmmLFeGtCxLy1bZbybVe5SQUMLVmMEJCwCB22g1OMTR+qrs2xMtmmLu/4iEqSWoLpCk+Rzt9KY3jkng89jelrvnhLh2+8XCAted/0SW4wXQQQQShQzkcYPFN7T/TO3aX+laqualO3OYFNthxe9LO70zyVEYyfiam+H0P6u3NpC4PTe+vbhwpUJSQPvVgUsw/ZK676qdaZnWGBZ46TkGdOSOfUpbC1fiKiW2L3JcjpyT4f+ZDLbKS2AQAcdxwRSdeLDaLshSLpa48oIQSkutBRBx3B8quTp72BbkWEO6n6hxmie7cGGpf4KWR/wD5p5Nex70N0xGfev8AcLhdH3RsDUm4eCPiQlvary9fOneokQysizzviR7ZZLfEhW6I1FamyFNrS2MZOxRz8fq/nSSzdUzLwtLSyrESS29z9th0YP8A0rq1XtoTejeieg0O2dN7ZY4N3i6gjgLixR9IW14TinAp0gqUO2QVHyqoFmnW8zX3oq95mh9toDk7VIbccV9yUfnSqWehq54Nt8+kTHIrzJIM6P4zS09947gfDtxXHbb7ODSWWyQWwlKm/iBwaW7ZEcVpjTc2T+yMV1Ligs+94ZJP+GOPjWOoNNCLPkOxm3N/hOSnEJx+zbBSBnB75JpJJYyRuv3FLRcbV+v9S23RljjOyLjcHw2022jPkSonHklIKifRJr2B050J030s6SQrDb3VibaYqwue6sqAUtQU68UjgnAOB3HYd6qp+is6PRp0rUXXK6RgtERX6jtClp58UoC5Loz6JU2gH4rHlV+OoVvm3fTq7PbNvjzXG2QV9kjdkqPwABP5Vj+QphqqZV2JST9vuS6W2VFilB4YzOmFjv0Ce7qS/XJiKmaxhmCnaHFJySla8EgnaeAP+wH3qp0p0f1Hu8abqqzMXMwjDZjtv5U2hBkhbmUZwdwSAcg8ffT30/pa12e3RoD6EzZCUEuSH0BS1nPJ57DPYeVMjqdqtWjZke93V9iPaBNaSqQ4vCEhDT2QfT3ikDvz8qyNPo4eN0Sp/pXPeeWX3dPV6r1IvD64WP2KDRdA9PIHtaa60RpmwNQp1ukoVpxht0Mw2XxHQtwFsDJxlSgM44Ix2pr669lTqNPl3K6WSHMu8pbanpqm9rTSVk7lZUshO0dsZ5xgD0c/TW52bWXtxDVb726FLvEqY0tGSHS1HWWxkeRLafmOOxq8urNXQP1I29BhtSnsNraSUe6p5aVEuLQe+0JwlJzjI9OM6vTKybtUsfY6TU62emrhTtzlcs8jNA+zprzqT1FOk7XFkxbVCSDdbk62EtRsc7Rn6zij7qUjJ5z9UEi/PST2G4zdrZjXy4JVZnFrDKMZcU2kBKfePbJ3cjy5FLk6bKufULTXTyzoH691Wvx7jKbTtXDgNjK1kJAwogKSknGO4GcVaPUlujTrMlpm+SrfEiHwy3b3PDK9vu+GFJwpOCMe6RzW9RZONbsfO1HN6zDko9bijnU/2f7l0XP6wYhMXi0KUMvlOHWfQKAPIJ+0Pvx5oGn9VS3gpmNA8NptG9aA4s/IZyRVv73p+5aibQi3/RbpboyC1LhykIWt0H3grx1e8XAAkA7iOTnmqsa1j6e6Z9T7fpGQoN2bU4L1pmuKVs8U9o7gxlJwUkHzzjgiqavnq4uynKS/b9GOSjS1GzH/AH5Nxdl/rAS0yXHm1JSrwU7sbgeQEjvxT6tcjWN/tal6btsVpmKkNBUkYxgZUQc5Jxj76REPx4TjCZbqY7bThUs7cnaAeQBz5H8qb2hOudt6iQLvCtS48S22q4Kt7kXBRNWvIGSB5K7gZ9ckYNVJ6mUYubbwif049JIcvRXXEvWNsnyr9NfhTbRc37TJBIw440tQ3JIOCCnBPocjyrb14fgOJtbTEtqQQHVKKTkJGE0gaCes1ibkW+O874ci4Sbgsp95ILqivCQOAB2x27+uaR+t7i3IjTsVahvjvHKThe7AHl8hV3w+rVusio9P/Yh1dKjQ2MnT10k2W6Rb3AOX4cnxWwPtAHlJ+BHHyJpc1PFZg3a8R4qiGWHpTTYSrOEhZAH4f51waCgNxbbA1Dc1o8FtkKZacB3SnwAQgA+Q5Kj5Yx3NaVyHJLEh19wrdcS6pxR+0o8k/jXbJcGExIiOeAR+0Vkc8801usGsL3aNIpfsLymHVyktvvoyHEN4P1fT3tvPFO2OgFAUCQSgHO3NRn1jvV4QyNOWXTLs8Sk+G5KKgEMrUMhJHmcc5PHbvSSbQ5DM0H1C1NersNPqki5SnG3Ht8p5ZWEpAGNwUDjkDvx8sVK9rmSby+dMXhKcPFBYZUyC0txCgpOSpRIykqSPioelR90r6W3OzstS4duuTVyZ8Z+e66pBY27eAgZKtxwB2HA55wKlC2sty5TLiGyVthBStI53JORzVrTwU4tSK909rWDeAuHZIjhlPtR45LS0NAJ3nJSUEjtyn8Ck571x60Qf1RHjRm/CiJLJSEHKiAsHKj3PGaY+vdbXWFqS5wA8BbRNeWI+DscIUUnIA/s4xn17ZpwWq/xF2JF/1a8qHDgwErKCCtRTtVwAAcurIUnbkbQdxNMVjw0/Ye6/6kZ6Nu0FmM7EiskuNyC0hXClLOBk8DuMmni9ap8tTKnZDwBHKWcAjg5yTwBx8e9M7SEqBEtSJ8Jxpx9xIUXk8BCTk7E+gz59zTjsMWZeZH62uL7iIzKstt7iAo571fr5iU7OHkV27TLaT9FiOMQWljbyoqKuOSSMc5Hyr6dNxmisKngpOAAMAAHHPyrZMW9KUY1vCOc7fePu9yf8fXNc6LQ8pINweLoUdm1B7juPT0p3YxcoJNoZMYGKHHCkArSF88Dn7/8AsabhuMBJIV9JScngEnHzpzCZ9CVsjWp/IG3epPft/wBqT3YBlr8eVaVLcV3PhhWfvpkn8IeuB77/AIisgvjvXKF5rYF8VkGmnk6UqqBPa32qtGmyWySmW/g98fsxU7Ic4qC/ar96z6eUkgYlu5JOPsVX1P8A4mNs/lK0NMIVuwysHeQFZ7896eXS3phqTqtraBo2xMqU7LdBW8Ebkx2gRvdX6JSPXucetNZUdop99zcndnCSSc16aexP0GZ6edMo2qrvAzfNUtplP5HvsRjyy0Cfh75+KseVc/qbvTi8dk3jtI9Vak+kStobSmkOjWiIWj9LxGokKGjKzj333FcqdWr7SlEkn0zgcAVEPtHy9CXvTb8K8WeI9dZaQmE8hITIZCv/ADAsDdgY7HjtUvdUtIzrrpqdFtUhbMpbJS0SOxx/jXnH1I1nqrT8mXEvbr0i7NJEeMl1RIISMJOfQd/yrL00rXbuUuTrLYU10v4RBGqLfe4d+uFgkSUqaYf8JTg+opH1h8+CDjyyaWvZ66lSOhfVe23+fGcct6J7T8tDPJcj4KVAZI+ypXHbOM1zFya6nx5rjkmQ6St51YIKlq7qwO2SO3wpua0t7qIUS4fR1pIcKdyk4yccYzwe3511NWolOSUmcbOanY8dHsfpTq30jj6Ea0lDtEsxhF8VwCEff8VJ3KPBByD6niubSvtNaMtun27E+lsv2ttcUl76Q0ohJwk8RyMY+PlXmh0W6nXGfYpVqfYtCn7XHYi7XbNCVuSC5g8tZJA2jJ5p6p1hquLcBLt15VCScpUmE0iLkE548JKcedWnF/JYhVCSyX/PtYQnEFFk01MmqBxuZaZWj/qU+hR/6KZt+9pzUyZDjjcOBawQTtkqUp5I/uqQlv8A/tNU2uGpNQ3ZAF0vtxnKSSkePIW7j4ZUo4pLUHwS8pGBxzvzn8qbsaJVXBexaO9+0lfrgUNSdatNJWnHhqUV5H/6TYkMn5FSfuqKtedbRcEuQm7pfZ6GmyrY4+qJGSc84YQ4psj5oFRqFKQj6SeOcJJ9aRJyFOty3FrO8tKA+WKXakO2pdDL6iX2Vrp626MRshNtyXJZ8MkN7w2r/wAtJCB9Y8hOee9YaQ0dcrHe25H0lL8RUd5opWNpaU4E+8keYO0Dk+ddfSqxq1h1AWtZWhtq3uvlYTnGXEIA/M1P0Hpj9IWp1LzsgpWElQaAGBwRjt5ZrE1/k1o7tmStNy3cEdRre54aGXkF1TKw5ggnBSfMnnyFLWlLLcNRagMOFEDyXSBJ3BJQEng7yeMcgY7EVJUzpV9KeZ8NmU2oOFLm0e4tKSAckcjjGcevY1Zqz9CNLaJ0e41BtzER6b+1dDQJJVg4SVKJJA7D5ms7VfiKNsdlKf3Oi8VoqtSnOcvtgst7P/TS0dI+lll0FZm44i25skOMKCkPrcO9bgPnlSlfdin3dZ0O3Q3psx5llllBWtxxW1KAOSSapr7MOrdUwtb3vTTF+mKtEBlLqIqnNzSVOKPISfq/VPbHnVgdX6hjy/Cav9vZmw0pUlUQteIHlHBSCCcYyBnIPGeKkl5imFG+XDRSu8PdC/auUOmwami3y/zmGJAKIsRhxtJ7qSvcrf8Aht/GmZ1Iv6GpFrsU+EwuBPlMhan2QtDinHCkIGRjOM59QrFdPT6XFvDk7UVub8a5NvKhzmgUoKEHapJ4JyB5Zx5+gp93a0t3K3Bh3cNmVp2nsoDjg8H/AL0x7vJ6PNUsZecr3Wev19yODjodT/iR69vgiCwdJOmOkr25qmyaGstruGxSTLZjpSUJP1gkdkZHB244pF6hdLtaX9Tc7pxrOLYny3hbMqKX2nDztUFZJQQCR2I54FSLGTDvUMb20rYlN5U2oDCkkeYH+uKcVotYeWjDeG0Yye3HpVOnTysaguzWt1Oz65Mh32feidy6Ns37qNrm+p1Rqu9uJhiWwFOqQ2XAkNgqwRle3cMAJCAOyalrQVqmxdLJtN9gJ8V1RfddJSUyFukrUrAOQcnnI78gny2Xi0wYFx/WxnLiwX8iSwg4bcdHKXCkfawMZ8+M5wMKVsciQ4kC0GajczFb8thWSAAoZ+R4+NbNMq4y9GXS7y+8/wC5g6i2d0vVfb/0MbbZLdaGlQ7VES0yhWQCSrev5nyGB/oVVz2jei1r1q7bEaihtS0QnUTmwVqbSsoJS4ApBCgcqQePWrVSpBnIEW0vgIUf2r6DkJR5hJH2j6+XNRp1ZeYuemWptugvNM2GU2XJCkp8MMBYbdSBnOAk7s4x7op04Vwr21cLHGOBtcpSlmXzyV8nS9M6fhttRNPmTLCQN76y6GdqDyN3J5PJJJNRvZ5NhsRuX6k0xbosmZKbdkvwo6GS4RySVgDcSd4Oc8JNTTKZ0fdiYs1+G+XQEFnxASU57EeY7UkPdOtAvPJcSEFxsEtFLoSWQUkHaR5gFXf1rjNRVZe8b1g2lOvuJBF51dcbIqW5aYEldyQEqcCB7xbKwMY3H7JUN2MEjHrT0amI1bG/lFqCOqJDgD3juyXsgYbQCBhZUFAnsAM/Cnn/ALMdDtIkOOz33VvoCFqW8CsJCt2AocjKuTz3JptdT7ZHiRbbD09LSWFlanEoPugjA7DjPetb8PVelrYRWPf3+xX1TxppKb5Yxnru/ebm5KISzGitCLEYbHuMt5ztSPL1J7kkk8mscITlrhPiJKBx8KzagC3xlBKVL28rVjnPrXDKkKQkPA/UUFZr0c598s+2HM5JUpohtCihOfPH/rX1mGyLzcYrqEL3KZkAKTnAUjbn8UYrnixJMltS4Ny+jNE57ZGfU0j3uNqa2XGFNh3thwu5iKUtraOTuTkg+oIH96kb4FHxCdTEmhppISHk+GQkDnvj/P8AGmlJtl0tr8p5okxkOlSFKyAE4xnHljikW4TddMtl6TDbXt5Cm3CcEdvzpXvM1d3s8W+NLdCHk+FIZCyEpX9oEfE/CpqZtMitjlDDkybw3qm6YZYShq5uKYJWpW3a6pQyCCPtJPphQ9K7blZHLyxNE9UcNvNONtMtJPhtqWOVDPdRzyo8+Va9SLet2qkT07fol6iNPNKJOEvoy2tvA4ydoOf7Y9KU4ziXoXjMrOweXmPmPhSpctMa28LBDHQ+VdLdfJnTOQ4+uQh1S4+5ROWwf2ifkkgn76tAxCkBhEVoiKw1wCR9bI5zzxURw5Ni0Trh7WE1rwU3CN9FLqU5S04VAk/DcAM/HNS4xcrPqKAmVCuCHmFDOUrBTkDucfd3xVvT8RaK9uXLo55V4iWcIjWxtUmQcDHHcjAwBxXK5ZNV31RduUj6A3nslW9wDJB9MVvjsLU8tqwRmNiCBKmKGdie+1Jx9b4D8adbDaG2W2gA4lOEhR5WRgZJ+8etPSb7Is7ehtRtIIZw6/NlyFY34cd2JIPOOBxwfypYb3NNobgw0llKQBsxjtX2QvxwELUV+/lIVnIAH5d+ayYZQpHvBOQcHBx/lT1HPQ3dg+pWAKzS5XKCAM1klePOsQ1YnYlyob9pW2uXa0WRpCSS3IdVx/cFS2lz1pta5tSr2xFZZwpxha3AgcqUAnJwPUDn7qoeTt9LSzn8D2s8Fc9EaWtzeqrGrUaQ3Z03JgTSlJJLIcHif/bXsppmRZ7rZYcmzOtuQVtJMdTKgWy3j3SkjyxXmTD0hBgqVKmvqkOJ34QoFQTuyoEpSQeQCcHyGc1ZD2V+sLOnnlaEvk0ogvO/7i48MIbcKsFsc8JUVDHxJ9a4qWs9Wz6ujS8bdGrNb4yW0mWxMhpSNm4AcZ9apT7T/Qpi+Wpd5h2wJuTbq3krQnlXJ3jHl3q86FBXvJ4CgOM5pF1HpG16gjKQ4ylL4zhe3kZ/xqy485gzZUk04WLhnk6900iyI7cmPIAYShPjKcXtPicjapOcjHvcc8D40zeqWgGlaUnrjuFbtvSmS1z5AkKAHmnAP4Cr4dUPZyhKb/WFtt0RF58RexZwW5I80qVjIVnBHGeDVfNd6TesMVy2Xq2LhyHGxtaeQAlaFZ3FJAwQeKdorrP4uEZdNmFqvHvTvdDmP/eykegtSo0xqhEqS5tiyUeA8QMgAkYJPwIGfhVg0EPJSpopW2oApUleQQfQ1W7WNjXp+/TLOR7kd0+FxjKDyn8iK69HdRLvpN9EdTq5Fv7KYWr6vrtJ7V2q55KtVmxbWWKS+lo7VrCQOcV0xT9NJIyhpsZ3EfWprad1rpnUjYcgeI84kArZUtIUg/EU5k3J0o2CF4aR2G7vSNpFlPJlcVoUoN52stI3n4nGaQrioiySpLaQFKbUtIPBx5D862XK4Oyf2S0pRnuAecdjWM1G61THFgFLjZQ3nsCBx+YpmRTv9mS3R/1tqF1bS1o+ixo6VbsHlSl/DnOP86spa4LBivvXCSYpXuykkpVgAnnB7jODwDxUBezFAW9p6+3Tx2wmTcvDbJHH7Nsbuc+XiD8qnyyaBk6ruTNqhXB+ZIeCSolISPLccjOBt75z5fAV535yxWaycV7YI1W7J4RKPR/Ti9YXRN0WW3LbBUd5QrKXH/dwPjjuT8QKkjqfqOBZbQtUh1DTDe9Kilf2gPLP31v01aLT0z0lEsFpcSoMJCvF83XDypRA7+Z+4VW7rRrF/qPqdHTmxSymLEUFXSVnAR4h+pn+mUjHw3H0rPjCNcNr/U67RUw0NSnZ12x8+xhLlahuuuNcyG1NxpsqPCjbu2xlLhJHry6PwqZOpWp2rexHk4ccQ3KaK0NK95SAsbgPXjPFM3onp8aG6fC021hvYVuOFTZ4V5Z558qRtXXx12C4y/7zzale4VYBB88+XemWaj1VsXRdrTlH17F7ZwTx041rZNPwPBl2+TvlxWJD89vLypL3hKKkqCRkYSgnPbHpjmVbJeol9hJmQ230snBSp5otlX3Hmo16DydOa16YWC8NWxDakOFRKSAvx461M78jGchofdx2FS0rwyAgL4T3A867TxlU66YRTWML2OH1lisslLDy2MCFb2bJqOTY5tyhssPyDJtyVK2ueE4cqbweCQ5vxz9XAxxTxulpXNssq2W65PW12QyptuUwAXGSRjcnPGR3qHOtDFlvGoGHXpLz8e1czozGFK/ZNOupITwolKtnCc57edTBpibEu1hg3CBJU+w8wgpcV9ZXAGT8TjNV9Dqa7tTdpklx00+Wvf8ALBY1dc1TVc339uF8EVQtOr03qJqz3nUtymtpfiyZEyQ77r7wCkoBBUdue5TjHAI5p+67juydJzn7cp5yaR9JhiMQHSsD3QjPnj19aReoWkrO4Xp8u3iWmU+268jfhRUEeGkY8xg575BA4PNN/U7EyVf4t4jyJEeFCiNxWktPqSpPfK9oOMjHB7kEjyNZtk5eJjZiG5PGOecZ98/BahS9e4TTxw88cZ/5FK2azi6Vjx9HvW5qD4aQlvfL3OJH1ip0BO1vJz9on4V06G05PciaojXxTUi13iQotNh3xD4a0lCweBgEAHHPeq9dRLn02RfbtK6l69m2uHLebWyjwXvBwFc7lIbOXDge79Ucc8Zpf0H7dvQuTqOZo5pd4Knph+jTTGAYfG0HKcqCgBz3Hx86n8XqrdRveoSUYv6fy65+4nkNPVpoxjW221zxj9iGtQW9ix6gn2maVRpcF9ba1No+ulBIyPuAyP8AvWgvQvC3LnMqG0L94bSpOeTx8jSz1rTp3WHVGbcNH3OIpm4Fle57KiVhIC8IChn6pOfj2ptsdNbpIcWyPoDoTlS2w6pJaPbcNwOO588fHvXL6vT7bZennGePuZ0NLbNZj/mdDdyStwKcnANlrgEKAVz2z88cH51hdZbaW2A+0gBW7HJGBkf+lapmm1WUMIu0SSt9K9rSWUgtp+0Bkenrk+VM3qHa9TT2LdLsrrkBpvIWkpOxwnb2zn8ODzV78NRa8pDPfP8AkMtqnCDyO1qKh5B8F4HKcK5zmkO46blvqUht0oaPJ2jJPwpvWmbrCxykMXC8Wt8LG/wVksuAeYyeD+FYXrqiWZX0S2trkLSP2m3Cgk/MV67wyi3yKE6y323Rd1kSA+j6iXhuQv8AskjlOfXy9DXwtSdS2JYlxJVulqP/AA3sEtOIPCgR3GRweMikEdQb+99W3vnPIyDXTC1Pree+G4ul5Sw53WshCB8cqprHCtbZarhHW3KaU3LZ2oksJPKF45x/ZPcHzrnYjPRJr9ufSkW+5cjI+o8Ox+/FI2poeqJIRIZcgQp7SdqZCZKkKSP6BIRyM+R4pryG9cYAvs5WE+8HYaC4kKB74HI9aVPDEayK2rIDsnTX0ZtXhP2ydlpXOR4oxwR8UJ/E0iaduzzRC3PEQFL8N7cvJKvnx3549QfWnnBnR9WWl56J4a3nWTHfQk8fSWwFpHw3Y4/vVH8plFqfR4ag4mZgv5PuIWQffBJABBGefQjzqWTy9yIoxwtoq6ptcO6W56KpRSl36oV9k/6/xps9I5f6tvcnSsxS0Il7g2Co+6sAk8Dy2pJ+YpwMvouEQvrdYbW2ooK1Kyjd8+4z6kYoslstsTUci87QiUqG4yls8ftSQMg/3AoDFOi2pJiS6wyZYSWI0FFvt7SUNjalJB7HGVK+JOTk8UoxkNsoCUh15SgB2zuz8fjzSLYp7bFsahKDa5ymQ+4hPJQk8jJ8jjFIRvdyvbChaHAiSw+lLrGQAlk9ypXoPMj5VfTUVllDa5PCHnIlQmVFwvBewYIQeyvME+X50luavtjKyh2IknyO7yrt03px+LOXc2pT62XwR9HCQlnbjyJBKjz8K7FaFtji1KkR3VKycErX2/6qg9arP1ZZYjVOPwJQWPUVkHB615w/7desH9Yt7/8AqDR/t16wf1i3v/6g1jeoi7g9IQqkfUTjHiQjJk/R2C4tLj27bs9w8gnv6Y++vPb/AG7dYf6xr5/9Sa0Tes/VK4tpan67u76EnIC5BIzjH+FVddV/F0Spi8ZHJ4L+SGo8dDEUYVJebUlKtnj7lKJBJ5HHYffXOLTe3JzT8hDLaI2EMModyrOwe8ojGD3PfOSB6CqIp65dW0KYU31AvKVRshpQfIKQe9fB1u6sfSBKPUC8+MkEBf0g5rmf7vW44ms/kySNkVzg9y+hty1HM6cxJFzuipMtpakBbvdTYJCQrHdWO9SInU7EJxLVzcQw4OxK8I/E9q8EoHtae0ja4Atdv6z6ojxAc+CiYQnOc5/Emvlx9rP2kbswY1x6zaokNHuhc0kVZr8PdCKW9Z/U1o+Sq2pSie/b0O3XZopSlrDmFnOMKPl86hfrR0ag6mtpDzADwBIUEk48zgeR48q8a7X7V/tHWRhMa1dZ9VR2kcpQmevA+WaUHfbP9qeQU/SOu+rnAk5GZxOP9Cpl4uzvck/kP7TrXGHgf3tTdKrhpe6C8yGPBW0kNulZ92Q3n9m4g/a7kcdx8qritQ7Z4PlmnLqvr11g1zb1WrV/UG8XeIsEKalPb089+CKYhecP/mK/GtumU4wSs5ZlXyrnPdWsIXbfOkWyQmZBkKYdbO4KQrBzUyaR6vMXhpq331TceeoBAeJ2od+eeyvyqvniL/pGsg84OzigfgcVJuT7GRnKL4LXB2FFSp+StK1qGclQ7fD1rC7TlO6NulwKCmOhvLRIx8j8s4qsjepr82wmMLvK8FPZHiHArsma81fcYKrXO1DMeiLACmVOe6QMEcfdRuJfWXwW99jW3a31xYrjY9LNxHkQ7mhakPhB8MOt+8vk5AGE5IB7DtXotozR9v6a6dCVym5lxKT+sJWNoUv0SCchIzgDz4J714g6D6ydT+mKpK9Aa5u1hVNAEgwnthcx2zTkl+1d7Rc5tbMzrFqZ5txW9aVzCQo+tc7rPCvUXytjJLJd0Wso073zjlno71h63SrxqSTozQrpW+2kImXBwFbUMY590cqWcjjj40gW2z2K2accY8QuIdU4t55xfLzpACnFHg5OfXz4PArzei9ZeqEJK0xNc3ZoOKUte17lSldyT5k10/7eOsGwNjqHeQkdk+PxWZqPwzdcsKxL9x+r8tLUy2pfT8HuBpMBvRsUYAzHSeBxykVEPU1x0JlOREKUptJVlAyAdqsE+o3AV5co9rH2jm2BGa6yanQ0E7QgTDgD0pMk+0V1vm5MrqhqFwqGCTLVmlr/AAzZDGZrj8y/Z52qVbgovrHZ7z9JZsLRPT/SEVuDiPc0vrklGd7aslSXOB2ISAe3cffJzmrbFaPHVdpJiBOVNvSBtS8kICjtV2J7+79b4V+eCD7W/tJ25uOxC606paaibfASJpIbKQAnAPbGBj0xXfO9tb2rblFdgz+vesJEd9JQ62ueSFpIwQa3adHfUmlJfb7cGJZdVY08P7nt5aHNGamvDuo9rkyJdrmpuEYrait9RQkkqxyhIxznAz/exUrwG7Dpi3qj2p5iDFQpbimVK91KicnaCeMnyHHpX54rV7YHtNWJlqNZetuqobTKQhtLU0gJSBgAV1SPbW9q6WrfI6+awcV6qnk1FpfER005XJLfLtpf6jrtX6qUMvavZnurqbWbdylJioWAn643HGQPgfhTe1pqVi2WYOlxIyjI5rw5V7WHtGuOrkPdZNTrdWclRmEk/fWif7UvtC3VAbuPV7UkhAGAlyYSAPlVXWeHv1MnJTSNLR+V0+nioyg2W49qPqPJ1LqFqzRJCyzEJW8lCuSs9v8ACogsGkr1drmu2phTUyGkqPhrKkFCsDaVZ7cqH+jVfX+qGvpT6pUnVtxcecVuWtTuSo5B59eQPwruT1s6qpeVJGvLuHlpCVL8f3iBjAJ+4fhU1PirNPUq4NZ/UzfIax66528peyLbW72fdUK1CtyJqH6BDQslEkunxCEknIAPJBHyJFSppLpxetLPrek68u8yEn3BlwoCXOcqPfPPPbHODXn43166wtOeKjqNfAsDAV9JOa+vdf8ArM+kpd6kX1YUckGUeT/oCqd/hdbfw7YpfkV67IwX3PSv+UrjcNYm3FCmEpU2XHHR9Tknd55z/wBqbF/1fcJrzL1kuUS5Mx05eZQ8DsScYxzgZH+HpXm/P6j65uhUq46qucgrJUrfIUcn15OK2Wbqdr7TodFk1ZcYf0jb43gulJXjOM/LJqTxfgHoNTHUznlrIs9ROa2vovxJ1nAeWpjUemZbzeDhQa8QD7xWuN1G0BAP0eLp9bZA8oq0n8MVRtPW7qwg+5r68J//AJBrS/1j6oSf+Pre6Oc5952ut9Ze5BgvsjqvYwnEOzOlWeMtdvxr451TuT+RDtagVe6SePyqgqerXUlPKdZ3MfJ2tqOsvVJv6mubsPk9S+tH4AvmnWmo5KgHGWk581KwB+VdybzcXWyJExlJxnahP/eqAnrV1XPB17d//n1iesvVIpKf5dXYA+QfNN9ZfAF43r1AsdybnpjiMh9aUynUDkkHKXP/AHT+Wa5tTWYSpci3I8AMPPBQKhk7FDckpV5YyOR6fOqNP9T9fykqTJ1bc3AoYOXzXR/te6meCiOdb3YobSEIBkH3UjsPwqSN8V2hrT9i1jkKMh96NLS4HM4ezy2tAH1s444HkTx8uHNDtdvtFvTMmlRiwEhYU874m5Q5bGR9kYHAqk6+qfUF1aXHNX3MlACQfF8s5x+NfXeqvUN2CbY5q+5LiqACmi97p+6ljqIp5wI4tlwbP1Bmzrglv6WiJfUyd5aeGEPsAlIQnHfHc+eKlGdqCDo2LFdasz9xv96KVQLPGbJcfePO4o5OB5Z7edecp6ia1U426rU08qbBCT4nKcnOAfKltjr11ijTU3KP1FvTctKdiX0v++lPoFdwKSeqcghXGPZ6I27p97WOrUmVJmWDR7CiFNRXFJdfIPqAcD5Z+6lc9Fvalj4aa1hp+QkDhxcYgn7gTXnGr2k+vSlbldV9Rk+pmHNdTftTe0S0gIb6y6pQkdgJqqi9Vv8A+kycV7EV0UUVCMCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA//Z" width="303px" alt="asianfeels review"></p> <p> Also, they seek foreign people just for marriage and can more easily accept a real-life time frame. Becoming a north american mail order bride is a superb opportunity for ladies who are looking to discover true love and begin a new your life in the United States. It will take careful preparing, research, and preparation produce sure that you own a successful knowledge. The mail order bride organization will take a long period of time within your life. However , the mail order bride companies are the other point of view. Usually, spending a month in the community, you might access to pretty much all communicational tools. </p> <h2 id="toc-0"> 🇺🇦 Ukrainian brides list </h2> <p> And if you were wanting to know which sexuality is supposed to initiate a confession, it could be socially appropriate for men and women to confess their emotions first. Confessions are extremely serious, almost like a marriage proposal in the U. S., however they aren’t typically delayed. These religion are one of the only situations Japanese persons openly talk about their emotions. You’ve put in time with each other, and you happen to be really into the Japanese night out. If you want the relationship to progress, a admission is the next step. </p> <ul> <li> So if you are looking for intimate partners who all don’t mind sticking with you throughout, find a Ukrainian partner and get married to her. </li> <li> In addition , members need to buy credits to invest on selected interactions. </li> <li> They are neither completely family-centered neither 100% career-oriented. </li> <li> As a completely independent, LGBTQ+ possessed and controlled company, you know Jack’d offers your best interests at heart. </li> <li> The member’s area of AsianFeels. com makes a great first impression because of its simplicity plus the professional design. </li> </ul> <p> Spend some time and roll-out on dating communication as soon as you may. The second method to meet take pleasure in is the email order bride agency. Yet , when people started using internet dating websites, they got used to it even more. You can give gifts and flowers on your lady, as well as enjoy online video or audio tracks communication when it is allowed and available. As well as that, there are hardly any ways you can spend your money on line. You may talk to, “How very much can it cost for any mail order bride? </p> <h3 id="toc-1"> So why Asian Seems? </h3> <p> Kissing, hugging, and coming in contact with in public is typically a not good practice in Western dating traditions. When in public places, and especially early on in your relationship, maintain several space between you and your date. If that they seem confident with a little pressing, a safe exception is hand-holding. Also, be on your very best behavior when interacting with other folks on your time frame. Be kind to waitstaff, and refrain from sending back a wrong restaurant purchase. In Japanese culture, many people choose to ignore little issues rather than arguing having a waiter or creating unnecessary conflict. Japanese people culture attitudes blending in and preserving group tranquility. </p> <div class="post-tags"> </div> </div> <section id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h2 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/find-a-japanese-wife/#respond" style="display:none;">Cancel reply</a></small></h2><form action="https://atana.si/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='4528' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </section><!-- .comments-area --> </main> <div data-elementor-type="footer" data-elementor-id="162" class="elementor elementor-162 elementor-location-footer"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-a46e023 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a46e023" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-bc3ee6f" data-id="bc3ee6f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bbf19cc elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="bbf19cc" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <a href="https://atana.si"> <img width="214" height="75" src="https://atana.si/wp-content/uploads/2023/02/cropped-atana_logo_vl5w-1.png" class="attachment-full size-full wp-image-165" alt="" loading="lazy" /> </a> </div> </div> <div class="elementor-element elementor-element-9dba2a1 elementor-widget elementor-widget-text-editor" data-id="9dba2a1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.11.2 - 22-02-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Visual storytelling at its finest. We produce high-quality videos that captivate, inspire, and deliver results.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d8b3c3e" data-id="d8b3c3e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-45a772d elementor-widget elementor-widget-heading" data-id="45a772d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.11.2 - 22-02-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class="elementor-heading-title elementor-size-default">Navigate to</h2> </div> </div> <div class="elementor-element elementor-element-d888668 elementor-nav-menu__align-left elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="d888668" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-background e--animation-fade"> <ul id="menu-1-d888668" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-507"><a href="https://atana.si/services/ob-van/" class="elementor-item">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-505"><a href="https://atana.si/services/crane/" class="elementor-item">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-506"><a href="https://atana.si/services/live-streaming/" class="elementor-item">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-345"><a href="#" class="elementor-item elementor-item-anchor">SOFTWARE DEVELOPMENT</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-346"><a href="https://atana.si/services/tv-quiz-software/" class="elementor-sub-item">TV QUIZ SOFTWARE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-347"><a href="https://atana.si/services/videocall/" class="elementor-sub-item">VIDEOCALL</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-348"><a href="https://atana.si/services/multi-ingest/" class="elementor-sub-item">MULTI INGEST</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-349"><a href="https://atana.si/services/multiviewer-solution/" class="elementor-sub-item">MULTIVIEWER SOLUTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-350"><a href="https://atana.si/services/custom-software-development/" class="elementor-sub-item">CUSTOM SOFTWARE DEVELOPMENT</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-351"><a href="https://atana.si/services/broadcast-playout-automation-system/" class="elementor-sub-item">BROADCAST PLAYOUT AUTOMATION SYSTEM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-352"><a href="https://atana.si/services/live-tv-graphics-and-statistics-software/" class="elementor-sub-item">LIVE TV GRAPHICS AND STATISTICS SOFTWARE</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-has-children menu-item-324"><a href="https://atana.si/services/" class="elementor-item">SERVICES</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-334"><a href="https://atana.si/services/ob-van/" class="elementor-sub-item">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-327"><a href="https://atana.si/services/crane/" class="elementor-sub-item">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-337"><a href="https://atana.si/services/steadicam/" class="elementor-sub-item">STEADICAM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-330"><a href="https://atana.si/services/live-streaming/" class="elementor-sub-item">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-325"><a href="https://atana.si/services/aerial-filming/" class="elementor-sub-item">AERIAL FILMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-336"><a href="https://atana.si/services/post-production/" class="elementor-sub-item">POST PRODUCTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-329"><a href="https://atana.si/services/dubbing/" class="elementor-sub-item">DUBBING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-335"><a href="https://atana.si/services/photography/" class="elementor-sub-item">PHOTOGRAPHY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-340"><a href="https://atana.si/services/wedding/" class="elementor-sub-item">WEDDING</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://atana.si/gallery/" class="elementor-item">GALLERY</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"> <ul id="menu-2-d888668" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-507"><a href="https://atana.si/services/ob-van/" class="elementor-item" tabindex="-1">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-505"><a href="https://atana.si/services/crane/" class="elementor-item" tabindex="-1">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-506"><a href="https://atana.si/services/live-streaming/" class="elementor-item" tabindex="-1">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-345"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">SOFTWARE DEVELOPMENT</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-346"><a href="https://atana.si/services/tv-quiz-software/" class="elementor-sub-item" tabindex="-1">TV QUIZ SOFTWARE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-347"><a href="https://atana.si/services/videocall/" class="elementor-sub-item" tabindex="-1">VIDEOCALL</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-348"><a href="https://atana.si/services/multi-ingest/" class="elementor-sub-item" tabindex="-1">MULTI INGEST</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-349"><a href="https://atana.si/services/multiviewer-solution/" class="elementor-sub-item" tabindex="-1">MULTIVIEWER SOLUTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-350"><a href="https://atana.si/services/custom-software-development/" class="elementor-sub-item" tabindex="-1">CUSTOM SOFTWARE DEVELOPMENT</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-351"><a href="https://atana.si/services/broadcast-playout-automation-system/" class="elementor-sub-item" tabindex="-1">BROADCAST PLAYOUT AUTOMATION SYSTEM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-352"><a href="https://atana.si/services/live-tv-graphics-and-statistics-software/" class="elementor-sub-item" tabindex="-1">LIVE TV GRAPHICS AND STATISTICS SOFTWARE</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type_archive menu-item-object-services menu-item-has-children menu-item-324"><a href="https://atana.si/services/" class="elementor-item" tabindex="-1">SERVICES</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-334"><a href="https://atana.si/services/ob-van/" class="elementor-sub-item" tabindex="-1">OB VAN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-327"><a href="https://atana.si/services/crane/" class="elementor-sub-item" tabindex="-1">CRANE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-337"><a href="https://atana.si/services/steadicam/" class="elementor-sub-item" tabindex="-1">STEADICAM</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-330"><a href="https://atana.si/services/live-streaming/" class="elementor-sub-item" tabindex="-1">LIVE STREAMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-325"><a href="https://atana.si/services/aerial-filming/" class="elementor-sub-item" tabindex="-1">AERIAL FILMING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-336"><a href="https://atana.si/services/post-production/" class="elementor-sub-item" tabindex="-1">POST PRODUCTION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-329"><a href="https://atana.si/services/dubbing/" class="elementor-sub-item" tabindex="-1">DUBBING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-335"><a href="https://atana.si/services/photography/" class="elementor-sub-item" tabindex="-1">PHOTOGRAPHY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-services menu-item-340"><a href="https://atana.si/services/wedding/" class="elementor-sub-item" tabindex="-1">WEDDING</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-446"><a href="https://atana.si/gallery/" class="elementor-item" tabindex="-1">GALLERY</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fa3344d" data-id="fa3344d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-75124cd elementor-widget elementor-widget-heading" data-id="75124cd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Support</h2> </div> </div> <div class="elementor-element elementor-element-b4be021 elementor-widget elementor-widget-text-editor" data-id="b4be021" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="box-right-row">E-mail:  <a title="info@atana.si" href="/cdn-cgi/l/email-protection#533a3d353c133227323d327d203a"><span class="__cf_email__" data-cfemail="8be2e5ede4cbeaffeae5eaa5f8e2">[email&#160;protected]</span></a></span></p><p style="text-align: left;"><span class="box-right-row" data-customizer="contact-us-phone">Phone:  +386 41 617 012</span></p><p style="text-align: left; padding-left: 40px;"><span class="box-right-row" data-customizer="contact-us-phone">     +386 41 575 392</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-c1f067a" data-id="c1f067a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e12ca40 elementor-widget elementor-widget-heading" data-id="e12ca40" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Our Location</h2> </div> </div> <div class="elementor-element elementor-element-cd06ea0 elementor-widget elementor-widget-text-editor" data-id="cd06ea0" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div>Atana d.o.o.</div><div>Levec 88<br />SI-3301 Petrovce</div><div>VAT: SI58910212</div> </div> </div> <div class="elementor-element elementor-element-9da3bbd elementor-widget elementor-widget-button" data-id="9da3bbd" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEyNyIsInRvZ2dsZSI6ZmFsc2V9" class="elementor-button-link elementor-button elementor-size-sm elementor-animation-skew-forward" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact us</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6e88573 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="6e88573" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-41ca738" data-id="41ca738" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ddde84b elementor-widget elementor-widget-text-editor" data-id="ddde84b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>© Copyright 2024. All Rights Reserved.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8aacd14" data-id="8aacd14" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3895031 elementor-widget elementor-widget-text-editor" data-id="3895031" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> </div> </div> <style id="elementor-post-353">.elementor-353 .elementor-element.elementor-element-8500483 > .elementor-background-overlay{opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-353 .elementor-element.elementor-element-8500483{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-353 .elementor-element.elementor-element-eabb48b > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 02px;border-color:#000000;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-353 .elementor-element.elementor-element-eabb48b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-353 .elementor-element.elementor-element-a2ea878 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-353 .elementor-element.elementor-element-b3968e8{--divider-border-style:solid;--divider-color:#000;--divider-border-width:2px;}.elementor-353 .elementor-element.elementor-element-b3968e8 .elementor-divider-separator{width:100%;}.elementor-353 .elementor-element.elementor-element-b3968e8 .elementor-divider{padding-top:2px;padding-bottom:2px;}.elementor-353 .elementor-element.elementor-element-cefe46b{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-353 .elementor-element.elementor-element-cefe46b > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-353 .elementor-element.elementor-element-465a936{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-353 .elementor-element.elementor-element-465a936 > .elementor-widget-container{padding:30px 30px 30px 30px;}#elementor-popup-modal-353 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-353{justify-content:center;align-items:flex-end;pointer-events:all;background-color:#00000045;}#elementor-popup-modal-353 .dialog-close-button{display:flex;}#elementor-popup-modal-353 .dialog-widget-content{animation-duration:1.2s;border-style:solid;border-width:4px 0px 0px 0px;border-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-353 .elementor-element.elementor-element-cefe46b{font-size:var( --e-global-typography-secondary-font-size );}.elementor-353 .elementor-element.elementor-element-465a936{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-353 .elementor-element.elementor-element-a2ea878 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-353 .elementor-element.elementor-element-cefe46b{font-size:var( --e-global-typography-secondary-font-size );}.elementor-353 .elementor-element.elementor-element-cefe46b > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-353 .elementor-element.elementor-element-465a936{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:768px){.elementor-353 .elementor-element.elementor-element-e40d630{width:10%;}.elementor-353 .elementor-element.elementor-element-eabb48b{width:90%;}}@media(min-width:2400px){.elementor-353 .elementor-element.elementor-element-cefe46b{font-size:var( --e-global-typography-secondary-font-size );}.elementor-353 .elementor-element.elementor-element-465a936{font-size:var( --e-global-typography-secondary-font-size );}}</style> <div data-elementor-type="popup" data-elementor-id="353" class="elementor elementor-353 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInUp&quot;,&quot;exit_animation&quot;:&quot;slideInUp&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;timing&quot;:[]}"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-8500483 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8500483" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e40d630" data-id="e40d630" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-eabb48b" data-id="eabb48b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a2ea878 elementor-widget elementor-widget-heading" data-id="a2ea878" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">about us ...</h2> </div> </div> <div class="elementor-element elementor-element-b3968e8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b3968e8" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.11.2 - 22-02-2023 */ .elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-cefe46b elementor-widget elementor-widget-text-editor" data-id="cefe46b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>We started our video production business in 1993 and established ATANA d.o.o. company in 2003. Long-lasting worldwide experiences and a wide circle of creative professional video production co-workers, following technical progress and teamwork, assures perfect execution of the entire solution from the idea to the realization of the final product. Rich experiences gave us specialization for particular parts in video production as working with cranes, remote control cameras, Steadicam, super-slow motion cameras, slow motions (EVS, K2, LGZ), post-production, software development,…</p> </div> </div> <div class="elementor-element elementor-element-465a936 elementor-widget elementor-widget-text-editor" data-id="465a936" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>We cooperate with different television and production companies. For us, our business partners are always the most important. The years of video production experience guaranteed our customer’s satisfaction and the competitiveness of our company in the entire offer can be a solution on basic as on higher demanding level.</p> </div> </div> </div> </div> </div> </section> </div> </div> <style id="elementor-post-127">.elementor-127 .elementor-element.elementor-element-a6772c9 > .elementor-element-populated, .elementor-127 .elementor-element.elementor-element-a6772c9 > .elementor-element-populated > .elementor-background-overlay, .elementor-127 .elementor-element.elementor-element-a6772c9 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-127 .elementor-element.elementor-element-a6772c9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-127 .elementor-element.elementor-element-8e0477f .elementor-heading-title{color:#000000;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-127 .elementor-element.elementor-element-8e0477f > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-127 .elementor-element.elementor-element-dd1da23{--divider-border-style:solid;--divider-color:#000000;--divider-border-width:2px;}.elementor-127 .elementor-element.elementor-element-dd1da23 .elementor-divider-separator{width:100%;}.elementor-127 .elementor-element.elementor-element-dd1da23 .elementor-divider{padding-top:2px;padding-bottom:2px;}#elementor-popup-modal-127 .dialog-message{width:458px;height:100vh;align-items:center;}#elementor-popup-modal-127{justify-content:flex-end;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-127 .dialog-close-button{display:flex;}#elementor-popup-modal-127 .dialog-widget-content{animation-duration:1.2s;border-style:solid;border-width:4px 0px 4px 04px;border-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-127 .elementor-element.elementor-element-8e0477f .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-127 .elementor-element.elementor-element-efaf99b{padding:10px 10px 10px 10px;}.elementor-127 .elementor-element.elementor-element-a6772c9 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-127 .elementor-element.elementor-element-8e0477f .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}#elementor-popup-modal-127 .dialog-message{width:83vw;}#elementor-popup-modal-127{justify-content:flex-end;align-items:center;}#elementor-popup-modal-127 .dialog-widget-content{margin:10px 10px 10px 10px;}}@media(min-width:768px){.elementor-127 .elementor-element.elementor-element-0097f0b{width:11.563%;}.elementor-127 .elementor-element.elementor-element-a6772c9{width:88.437%;}}@media(min-width:2400px){.elementor-127 .elementor-element.elementor-element-8e0477f .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}</style> <div data-elementor-type="popup" data-elementor-id="127" class="elementor elementor-127 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInRight&quot;,&quot;exit_animation&quot;:&quot;slideInRight&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;timing&quot;:[]}"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-efaf99b elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="efaf99b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0097f0b" data-id="0097f0b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a6772c9" data-id="a6772c9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8e0477f elementor-widget elementor-widget-heading" data-id="8e0477f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Hello there! Ready for a new project? </h2> </div> </div> <div class="elementor-element elementor-element-dd1da23 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="dd1da23" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-13bd9a2 elementor-widget elementor-widget-shortcode" data-id="13bd9a2" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"> <div class="wpcf7 no-js" id="wpcf7-f2694-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/find-a-japanese-wife/#wpcf7-f2694-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="2694" /> <input type="hidden" name="_wpcf7_version" value="5.7.4" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f2694-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> </div> <p><label> Your name<br /> <span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span> </label> </p> <p><label> Your email<br /> <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> </p> <p><label> Subject<br /> <span class="wpcf7-form-control-wrap" data-name="your-subject"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="your-subject" /></span> </label> </p> <p><label> Your message (optional)<br /> <span class="wpcf7-form-control-wrap" data-name="your-message"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" name="your-message"></textarea></span> </label> </p> <p><input class="wpcf7-form-control has-spinner wpcf7-submit" type="submit" value="Submit" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <link rel='stylesheet' id='e-animations-css' href='https://atana.si/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.11.2' media='all' /> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://atana.si/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.4" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/atana.si\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src="https://atana.si/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.4" id="contact-form-7-js"></script> <script src="https://atana.si/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js"></script> <script src="https://atana.si/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script> <script src="https://atana.si/wp-includes/js/comment-reply.min.js?ver=6.4.3" id="comment-reply-js" async data-wp-strategy="async"></script> <script src="https://atana.si/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.5.2" id="elementor-pro-webpack-runtime-js"></script> <script src="https://atana.si/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.2" id="elementor-webpack-runtime-js"></script> <script src="https://atana.si/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.2" id="elementor-frontend-modules-js"></script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/atana.si\/wp-admin\/admin-ajax.php","nonce":"780805e0a8","urls":{"assets":"https:\/\/atana.si\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/atana.si\/wp-json\/"},"i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/atana.si\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://atana.si/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.5.2" id="elementor-pro-frontend-js"></script> <script src="https://atana.si/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://atana.si/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":true}}},"version":"3.11.2","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"kit-elements-defaults":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/atana.si\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_widescreen"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":4528,"title":"Find%20A%20Japanese%20Wife%20%E2%80%93%20Atana","excerpt":"","featuredImage":false}}; </script> <script src="https://atana.si/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.2" id="elementor-frontend-js"></script> <script src="https://atana.si/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.5.2" id="pro-elements-handlers-js"></script> <script src="https://atana.si/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.5.2" id="e-sticky-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Even though we are unable to tell you a definite number, you must spend by least a number of thousand pogirl.net/asian-women/armenian-women/ dollars. It all depends on your financial features and preferences. The location of your bride also heavily impact on the mail woman cost.\nAlso, they seek foreign people just for marriage and can more easily accept a real-life time frame. Becoming a north american mail order bride is a superb opportunity for ladies who are looking to discover true love and begin a new your life in the United States. It will take careful preparing, research, and preparation produce sure that you own a successful knowledge. The mail order bride organization will take a long period of time within your life. However , the mail order bride companies are the other point of view. Usually, spending a month in the community, you might access to pretty much all communicational tools.\n🇺🇦 Ukrainian brides list\nAnd if you were wanting to know which sexuality is supposed to initiate a confession, it could be socially appropriate for men and women to confess their emotions first. Confessions are extremely serious, almost like a marriage proposal in the U. S., however they aren’t typically delayed. These religion are one of the only situations Japanese persons openly talk about their emotions. You’ve put in time with each other, and you happen to be really into the Japanese night out. If you want the relationship to progress, a admission is the next step.\n- So if you are looking for intimate partners who all don’t mind sticking with you throughout, find a Ukrainian partner and get married to her.\n- In addition , members need to buy credits to invest on selected interactions.\n- They are neither completely family-centered neither 100% career-oriented.\n- As a completely independent, LGBTQ+ possessed and controlled company, you know Jack’d offers your best interests at heart.\n- The member’s area of AsianFeels. com makes a great first impression because of its simplicity plus the professional design.\nSpend some time and roll-out on dating communication as soon as you may. The second method to meet take pleasure in is the email order bride agency. Yet , when people started using internet dating websites, they got used to it even more. You can give gifts and flowers on your lady, as well as enjoy online video or audio tracks communication when it is allowed and available. As well as that, there are hardly any ways you can spend your money on line. You may talk to, “How very much can it cost for any mail order bride?\nSo why Asian Seems?\nKissing, hugging, and coming in contact with in public is typically a not good practice in Western dating traditions. When in public places, and especially early on in your relationship, maintain several space between you and your date. If that they seem confident with a little pressing, a safe exception is hand-holding. Also, be on your very best behavior when interacting with other folks on your time frame. Be kind to waitstaff, and refrain from sending back a wrong restaurant purchase. In Japanese culture, many people choose to ignore little issues rather than arguing having a waiter or creating unnecessary conflict. Japanese people culture attitudes blending in and preserving group tranquility.", "id": "<urn:uuid:9593d436-9e06-42e6-9256-6b95ea951b5c>", "dump": "CC-MAIN-2024-10", "url": "https://atana.si/find-a-japanese-wife/", "date": "2024-02-25T08:36:15", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9590229988098145, "token_count": 685 } }
<urn:uuid:43b9f794-7bc5-496f-8e46-c53bdba4730f>
<!doctype html> <html class="no-js" lang="en"> <head> <!-- Canopy 5.0.0 --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preconnect" href="https://fonts.shopify.com" crossorigin> <link rel="preconnect" href="https://monorail-edge.shopifysvc.com"><link rel="preload" as="font" href="//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n3.2840f41c5aae0cf82603a6b7e0a4061c643677f6.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6bda8caa065c0ef62422fcad8f6eb2b468c8a32713e9eca452fc2c7e50c7e48a" type="font/woff2" crossorigin><link rel="preload" as="font" href="//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n4.c8300d95fd4ce72542a6efba9c682da40d144fba.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8c3f55b0b85233e9605181dda26f4897df4e799971c26bbedc866a18946ec872" type="font/woff2" crossorigin><link rel="preload" as="font" href="//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n7.ba75738508cdf6cb75183ab984567749245418ef.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=69b87c16c94a776f6d8d1ee89f3486b2d70128245db33f9345ad163075b390b1" type="font/woff2" crossorigin><link rel="preload" as="font" href="//atishoogallery.co.uk/cdn/fonts/gill_sans_nova/gillsansnova_n8.f9a64642d4561b0d91ca460784a527f80dac0683.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=4002c13eb7f68404fa16ac1d35897068ca1f0f512ccdd5df5b7ad716e460d1c0" type="font/woff2" crossorigin><link rel="preload" href="//atishoogallery.co.uk/cdn/shop/t/14/assets/vendor.min.js?v=137803223016851922661686844063" as="script"> <link rel="preload" href="//atishoogallery.co.uk/cdn/shop/t/14/assets/theme.js?v=35342356627699016721686844063" as="script"><link rel="canonical" href="https://atishoogallery.co.uk/products/flotsam-1-mixed-media-canvas-by-linda-flynn" /><meta name="description" content="A beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn. Measurements: 20 cm x 20 cm Handmade in the UK."> <meta name="theme-color" content="#0096a6"> <title> Flotsam 1 mixed media canvas by Linda Flynn &ndash; Atishoo Gallery </title> <meta property="og:site_name" content="Atishoo Gallery"> <meta property="og:url" content="https://atishoogallery.co.uk/products/flotsam-1-mixed-media-canvas-by-linda-flynn"> <meta property="og:title" content="Flotsam 1 mixed media canvas by Linda Flynn"> <meta property="og:type" content="product"> <meta property="og:description" content="A beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn. Measurements: 20 cm x 20 cm Handmade in the UK."><meta property="og:image" content="http://atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_1200x1200.jpg?v=1688217474"> <meta property="og:image:secure_url" content="https://atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_1200x1200.jpg?v=1688217474"> <meta property="og:image:width" content="2542"> <meta property="og:image:height" content="2542"><meta property="og:price:amount" content="50.00"> <meta property="og:price:currency" content="GBP"><meta name="twitter:site" content="@Atishoodesigns"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Flotsam 1 mixed media canvas by Linda Flynn"> <meta name="twitter:description" content="A beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn. Measurements: 20 cm x 20 cm Handmade in the UK."> <style> @font-face { font-family: "ITC Johnston"; font-weight: 300; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n3.2840f41c5aae0cf82603a6b7e0a4061c643677f6.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6bda8caa065c0ef62422fcad8f6eb2b468c8a32713e9eca452fc2c7e50c7e48a") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n3.c3da5359a96cddd7577fc61e10bad5fe8bf70e37.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=e3f12f70e22516b330868f5aad889af68bd241b98e48df3724a5b901c1a43760") format("woff"); } @font-face { font-family: "ITC Johnston"; font-weight: 500; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n5.da328059daae17a640dc017b08de6c57b0bdb185.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=33353de9a564966de9595a93eea0b0b02ed6a025b10485a02bfe0135a1c52664") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n5.93c77d97b23b62d566fa9fa9fed6b3b6d0e20b82.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=7ef8d638f893b092cd5d661b2f93bff7928e04a6a90be88073f989408d69697d") format("woff"); } @font-face { font-family: "ITC Johnston"; font-weight: 500; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n5.da328059daae17a640dc017b08de6c57b0bdb185.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=33353de9a564966de9595a93eea0b0b02ed6a025b10485a02bfe0135a1c52664") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_n5.93c77d97b23b62d566fa9fa9fed6b3b6d0e20b82.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=7ef8d638f893b092cd5d661b2f93bff7928e04a6a90be88073f989408d69697d") format("woff"); } @font-face { font-family: "ITC Johnston"; font-weight: 300; font-style: italic; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_i3.04152ecfb916d0ae98d9b3ad808d51583e47f3d0.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=46d9cbb0b3b79b6696a3f8008ca7e1b35a74a34f4e3875f62c6b6f91a47f0cbd") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_i3.7dc9d4932606a1393bde42e245b71516bb00971c.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=0ee1c93eb4cef7037e008f61224802962086b8e431b86e64349c9c7da7d88d16") format("woff"); } @font-face { font-family: "ITC Johnston"; font-weight: 500; font-style: italic; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_i5.cb2036cc839ea2d91fc1a1071acb91031be9e6c9.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=bc746450cedc6b1fe5c150980d43f64d42a3265d7f1adc0a768aba46c93f9a59") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/itc_johnston/itcjohnston_i5.e5cb4db6ad025b019a3e99212c89ba6db8d1e52c.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=e1a237d9405c8dfd2c5473d1a5f351e9f96573ad92cefd60e8aeff90df07af2f") format("woff"); } @font-face { font-family: "Josefin Sans"; font-weight: 700; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n7.ba75738508cdf6cb75183ab984567749245418ef.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=69b87c16c94a776f6d8d1ee89f3486b2d70128245db33f9345ad163075b390b1") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n7.a2c4634c9b4e7a4bf49a23a7b0a2f41d6afbfc1a.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=bcaf1b9c9354f5d0383369fec39e3a159893bb9e7e15ea36d6eb8a2e77dbf072") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 800; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/gill_sans_nova/gillsansnova_n8.f9a64642d4561b0d91ca460784a527f80dac0683.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=4002c13eb7f68404fa16ac1d35897068ca1f0f512ccdd5df5b7ad716e460d1c0") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/gill_sans_nova/gillsansnova_n8.1bbf25e18e506ee3646648b8bd8222b2adc2515d.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=eaad1051e9c4eaa160e7e23fde0856fe487445a7d5ec21fbda749ce154e5279e") format("woff"); } @font-face { font-family: "Josefin Sans"; font-weight: 400; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n4.c8300d95fd4ce72542a6efba9c682da40d144fba.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8c3f55b0b85233e9605181dda26f4897df4e799971c26bbedc866a18946ec872") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n4.ed7230a86e75b34b997bd12a5e1b87fcaf7104d8.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8600ee752364e779f8c87889bc49ea57e1db6e465e01ee71efe91e8dd427743e") format("woff"); } @font-face { font-family: "Josefin Sans"; font-weight: 600; font-style: normal; font-display: fallback; src: url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n6.27f3cc0f5b9a7bdf9168c571b20ddc6647fc9324.woff2?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1e406a7d6af3f6de07eecaacf7c7fbdd702c63d7c1b4cb270084d0571dc8f2dc") format("woff2"), url("//atishoogallery.co.uk/cdn/fonts/josefin_sans/josefinsans_n6.19bdad20d19799d6efd7cc2911aeb01d671b3304.woff?h1=YXRpc2hvb2dhbGxlcnkuY28udWs&h2=YXRpc2hvb2Rlc2lnbnMuY28udWs&h3=YXRpc2hvby1nYWxsZXJ5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1b8a0453a8ffebc8ea8c782995480a9d3e0e6bd8fa56e182d7e6207401e030ed") format("woff"); } </style> <link href="//atishoogallery.co.uk/cdn/shop/t/14/assets/styles.css?v=16896193106343707431687172632" rel="stylesheet" type="text/css" media="all" /> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); window.theme = window.theme || {}; theme.money_format_with_code_preference = "£{{amount}}"; theme.money_format = "£{{amount}}"; theme.customerIsLoggedIn = false; theme.shippingCalcMoneyFormat = "£{{amount}}"; theme.strings = { previous: "Previous", next: "Next", close: "Close", addressError: "Error looking up that address", addressNoResults: "No results for that address", addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.", authError: "There was a problem authenticating your Google Maps API Key.", shippingCalcSubmitButton: "Calculate shipping", shippingCalcSubmitButtonDisabled: "Calculating...", infiniteScrollCollectionLoading: "Loading more items...", infiniteScrollCollectionFinishedMsg : "No more items", infiniteScrollBlogLoading: "Loading more articles...", infiniteScrollBlogFinishedMsg : "No more articles", blogsShowTags: "Show tags", priceNonExistent: "Unavailable", buttonDefault: "Add to cart", buttonNoStock: "Out of stock", buttonNoVariant: "Unavailable", unitPriceSeparator: " \/ ", onlyXLeft: "[[ quantity ]] in stock", productAddingToCart: "Adding", productAddedToCart: "Added", quickbuyAdded: "Added to cart", cartSummary: "View cart", cartContinue: "Continue shopping", colorBoxPrevious: "Previous", colorBoxNext: "Next", colorBoxClose: "Close", imageSlider: "Image slider", confirmEmptyCart: "Are you sure you want to empty your cart?", inYourCart: "In your cart", removeFromCart: "Remove from cart", clearAll: "Clear all", layout_live_search_see_all: "See all results", general_quick_search_pages: "Pages", general_quick_search_no_results: "Sorry, we couldn\u0026#39;t find any results", products_labels_sold_out: "Sold Out", products_labels_sale: "Sale", maximumQuantity: "You can only have [quantity] in your cart", fullDetails: "Full details", cartConfirmRemove: "Are you sure you want to remove this item?" }; theme.routes = { root_url: '/', account_url: '/account', account_login_url: '/account/login', account_logout_url: '/account/logout', account_recover_url: '/account/recover', account_register_url: '/account/register', account_addresses_url: '/account/addresses', collections_url: '/collections', all_products_collection_url: '/collections/all', search_url: '/search', cart_url: '/cart', cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_clear_url: '/cart/clear' }; theme.scripts = { masonry: "\/\/atishoogallery.co.uk\/cdn\/shop\/t\/14\/assets\/masonry.v3.2.2.min.js?v=105873857886133394601686844063", jqueryInfiniteScroll: "\/\/atishoogallery.co.uk\/cdn\/shop\/t\/14\/assets\/jquery.infinitescroll.2.1.0.min.js?v=162864979201917639991686844063", underscore: "\/\/cdnjs.cloudflare.com\/ajax\/libs\/underscore.js\/1.6.0\/underscore-min.js", shopifyCommon: "\/\/atishoogallery.co.uk\/cdn\/shopifycloud\/shopify\/assets\/themes_support\/shopify_common-33bb9d312118840468a53f36b59c62c1e8f2b7d1a0a77250db9e300441827470.js", jqueryCart: "\/\/atishoogallery.co.uk\/cdn\/shop\/t\/14\/assets\/shipping-calculator.v1.0.min.js?v=28654087271810100421686844063" }; theme.settings = { cartType: "drawer-dynamic", openCartDrawerOnMob: true, quickBuyType: "in-page", superscriptDecimals: false, currencyCodeEnabled: false } </script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/20590293/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="d120b86de2a9848949fef9f2de395df6"> <meta id="in-context-paypal-metadata" data-shop-id="20590293" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="GBP"> <link rel="alternate" type="application/json+oembed" href="https://atishoogallery.co.uk/products/flotsam-1-mixed-media-canvas-by-linda-flynn.oembed"> <script async="async" src="/checkouts/internal/preloads.js?permanent-domain=atishoo-gallery.myshopify.com&locale=en-GB"></script> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?permanent-domain=atishoo-gallery.myshopify.com&locale=en-GB" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":20590293,"countryCode":"GB","currencyCode":"GBP","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/20590293","merchantName":"Atishoo Gallery","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","maestro","masterCard","amex","discover","elo"],"total":{"type":"pending","label":"Atishoo Gallery","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"d120b86de2a9848949fef9f2de395df6","betas":["rich-media-storefront-analytics"],"domain":"atishoogallery.co.uk","predictiveSearch":true,"shopId":20590293,"smart_payment_buttons_url":"https:\/\/atishoogallery.co.uk\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/atishoogallery.co.uk\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","dynamic_checkout_cart_button_sizes":{"maxWidth":500,"minWidth":140},"locale":"en","flg4ff40b22":false}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "atishoo-gallery.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"GBP","rate":"1.0"}; Shopify.country = "GB"; Shopify.theme = {"name":"Canopy June16th version","id":136809087231,"theme_store_id":732,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "atishoogallery.co.uk/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_8564a773.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_a4c1ad6f.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_ca5377a0.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_83eb81f1.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_7805609b.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_80fd5b81.en.esm.js","modules/chunk.common_2c2118e9.esm.js","modules/chunk.shop-pay_ad137388.esm.js"],"login-button":["modules/client.login-button_d58ce921.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"discount-app":["modules/client.discount-app_d2536f2e.en.esm.js","modules/chunk.common_2c2118e9.esm.js"],"payment-terms":["modules/client.payment-terms_62538ead.en.esm.js","modules/chunk.common_2c2118e9.esm.js"]}; </script> <script id="__st">var __st={"a":20590293,"offset":0,"reqid":"b1676677-1f91-454d-b45a-a84f20dcf95a","pageurl":"atishoogallery.co.uk\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn","u":"a369e1937fd1","p":"product","rtyp":"product","rid":8147416875263};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script> <script integrity="sha256-h4dvokWvGcvRSqiG7VnGqoonxF0k3NeoHPLSMjUGIz4=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//atishoogallery.co.uk/cdn/shopifycloud/shopify/assets/storefront/load_feature-87876fa245af19cbd14aa886ed59c6aa8a27c45d24dcd7a81cf2d2323506233e.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//atishoogallery.co.uk/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-a2d444786d996da5634fbbaeeffe6104ee672440dfa6cdcaebfb27dceaaf9c0f.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//atishoogallery.co.uk/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden { visibility: hidden; } .shopify-payment-button__button { border-radius: 4px; border: none; box-shadow: 0 0 0 0 transparent; color: white; cursor: pointer; display: block; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; width: 100%; transition: background 0.2s ease-in-out; } .shopify-payment-button__button[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--unbranded { background-color: #1990c6; padding: 1em 2em; } .shopify-payment-button__button--unbranded:hover:not([disabled]) { background-color: #136f99; } .shopify-payment-button__more-options { background: transparent; border: 0 none; cursor: pointer; display: block; font-size: 1em; margin-top: 1em; text-align: center; width: 100%; } .shopify-payment-button__more-options:hover:not([disabled]) { text-decoration: underline; } .shopify-payment-button__more-options[disabled] { opacity: 0.6; cursor: not-allowed; } .shopify-payment-button__button--branded { display: flex; flex-direction: column; min-height: 44px; position: relative; z-index: 1; } .shopify-payment-button__button--branded .shopify-cleanslate { flex: 1 !important; display: flex !important; flex-direction: column !important; } .shopify-payment-button__button.button.loading { position: relative; color: transparent; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; height: 100%; display: flex; align-items: center; } .shopify-payment-button__button.button.loading > .loading-overlay__spinner .spinner { width: -moz-fit-content; width: fit-content; } .button.loading > .loading-overlay__spinner .path { stroke: white; } .shopify-payment-button__button .loading-overlay__spinner { width: 1.8rem; display: inline-block; } .shopify-payment-button__button .spinner { animation: shopify-rotator 1.4s linear infinite; } @keyframes shopify-rotator { 0% { transform: rotate(0deg); } 100% { transform: rotate(270deg); } } .shopify-payment-button__button .path { stroke-dasharray: 280; stroke-dashoffset: 0; transform-origin: center; stroke: rgb(18,18,18); animation: shopify-dash 1.4s ease-in-out infinite; } @media screen and (forced-colors: active) { .shopify-payment-button__button .path{ stroke: CanvasText; } } @keyframes shopify-dash { 0% { stroke-dashoffset: 280; } 50% { stroke-dashoffset: 75; transform: rotate(135deg); } 100% { stroke-dashoffset: 280; transform: rotate(450deg); } } </style> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 120px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 20590293,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 20590293,storefrontBaseUrl: "https://atishoogallery.co.uk",cdnBaseUrl: "https://atishoogallery.co.uk/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[{"id":"44145871126783","image":{"src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474"},"price":{"amount":50.0,"currencyCode":"GBP"},"product":{"id":"8147416875263","title":"Flotsam 1 mixed media canvas by Linda Flynn","untranslatedTitle":"Flotsam 1 mixed media canvas by Linda Flynn","url":"\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn","vendor":"Linda Flynn","type":"painting"},"sku":"LFF1C","title":"Default Title","untranslatedTitle":"Default Title"}]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"id":"44145871126783","image":{"src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474"},"price":{"amount":50.0,"currencyCode":"GBP"},"product":{"id":"8147416875263","title":"Flotsam 1 mixed media canvas by Linda Flynn","untranslatedTitle":"Flotsam 1 mixed media canvas by Linda Flynn","url":"\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn","vendor":"Linda Flynn","type":"painting"},"sku":"LFF1C","title":"Default Title","untranslatedTitle":"Default Title"}});},"https://atishoogallery.co.uk/cdn","0.0.445","09be7fcfwb73c60f6p448fb3aema43d3ce0",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'GBP'; var meta = {"product":{"id":8147416875263,"gid":"gid:\/\/shopify\/Product\/8147416875263","vendor":"Linda Flynn","type":"painting","variants":[{"id":44145871126783,"price":5000,"name":"Flotsam 1 mixed media canvas by Linda Flynn","public_title":null,"sku":"LFF1C"}]},"page":{"pageType":"product","resourceType":"product","resourceId":8147416875263}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 20590293, theme_id: 136809087231, app_name: "storefront", context_url: window.location.href, source_url: "//atishoogallery.co.uk/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//atishoogallery.co.uk/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//atishoogallery.co.uk/cdn/s/trekkie.storefront.4cd2e3324844ec508679a5cd021150832227ceb5.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":20590293,"isMerchantRequest":null,"themeId":136809087231,"themeCityHash":"11021505050926380826","contentLanguage":"en","currency":"GBP"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Facebook Pixel":{"pixelIds":["477028959484743"],"agent":"plshopify1.2"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"facebookAppPixelId":"477028959484743","source":"trekkie-storefront-renderer"}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":8147416875263}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"GBP","variantId":44145871126783,"productId":8147416875263,"productGid":"gid:\/\/shopify\/Product\/8147416875263","name":"Flotsam 1 mixed media canvas by Linda Flynn","price":"50.00","sku":"LFF1C","brand":"Linda Flynn","variant":null,"category":"painting","nonInteraction":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"GBP","variantId":44145871126783,"productId":8147416875263,"productGid":"gid:\/\/shopify\/Product\/8147416875263","name":"Flotsam 1 mixed media canvas by Linda Flynn","price":"50.00","sku":"LFF1C","brand":"Linda Flynn","variant":null,"category":"painting","nonInteraction":true,"referer":"https:\/\/atishoogallery.co.uk\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//atishoogallery.co.uk/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "storefront-renderer"; window.BOOMR.themeName = "Canopy"; window.BOOMR.themeVersion = "5.0.0"; window.BOOMR.shopId = 20590293; window.BOOMR.themeId = 136809087231; window.BOOMR.renderRegion = "gcp-us-east1"; window.BOOMR.url = "https://atishoogallery.co.uk/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })();</script> </head><body class="template-product " data-cc-animate-timeout="80"> <script> document.body.classList.add("cc-animate-enabled"); </script> <a class="skip-link visually-hidden" href="#content">Skip to content</a> <div id="shopify-section-cart-drawer" class="shopify-section"> <div data-section-type="cart-drawer"><div id="cart-summary" class="cart-summary cart-summary--empty cart-summary--drawer-dynamic "> <div class="cart-summary__inner" aria-live="polite"> <a class="cart-summary__close toggle-cart-summary" href="#"> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg> <span class="beside-svg">Continue shopping</span> </a> <div class="cart-summary__header cart-summary__section"> <h5 class="cart-summary__title">Your Order</h5> </div> <div class="cart-summary__empty"> <div class="cart-summary__section"> <p>You have no items in your cart</p> </div> </div> <div class="cart-summary__promo cart-summary__section border-top"> <div class="cart-promo has-tint"> <div class="image-overlay overlay"> <div class="inner"> <h5 class="cart-promo__heading">Promotion</h5> <div class="cart-promo__subheading">Read more</div> </div> </div> </div> </div> </div> <script type="application/json" id="LimitedCartJson"> { "items": [] } </script> </div><!-- /#cart-summary --> </div> </div> <div id="page-wrap"> <div id="page-wrap-inner"> <a id="page-overlay" href="#" aria-controls="mobile-nav" aria-label="Close navigation"></a> <div id="page-wrap-content"> <div id="shopify-section-announcement-bar" class="shopify-section section-announcement-bar"><div class="announcement-bar " data-cc-animate data-section-type="announcement-bar"> <div class="container"> <div class="announcement-bar__inner"> <div class="toolbar-social announcement-bar__spacer desktop-only"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Twitter" class="twitter" target="_blank" rel="noopener" href="https://twitter.com/Atishoodesigns"><svg width="48px" height="40px" viewBox="0 0 48 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Twitter</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-240.000000, -299.000000)" fill="#000000"> <path d="M288,303.735283 C286.236309,304.538462 284.337383,305.081618 282.345483,305.324305 C284.379644,304.076201 285.940482,302.097147 286.675823,299.739617 C284.771263,300.895269 282.666667,301.736006 280.418384,302.18671 C278.626519,300.224991 276.065504,299 273.231203,299 C267.796443,299 263.387216,303.521488 263.387216,309.097508 C263.387216,309.88913 263.471738,310.657638 263.640782,311.397255 C255.456242,310.975442 248.201444,306.959552 243.341433,300.843265 C242.493397,302.339834 242.008804,304.076201 242.008804,305.925244 C242.008804,309.426869 243.747139,312.518238 246.389857,314.329722 C244.778306,314.280607 243.256911,313.821235 241.9271,313.070061 L241.9271,313.194294 C241.9271,318.08848 245.322064,322.17082 249.8299,323.095341 C249.004402,323.33225 248.133826,323.450704 247.235077,323.450704 C246.601162,323.450704 245.981335,323.390033 245.381229,323.271578 C246.634971,327.28169 250.269414,330.2026 254.580032,330.280607 C251.210424,332.99061 246.961789,334.605634 242.349709,334.605634 C241.555203,334.605634 240.769149,334.559408 240,334.466956 C244.358514,337.327194 249.53689,339 255.095615,339 C273.211481,339 283.114633,323.615385 283.114633,310.270495 C283.114633,309.831347 283.106181,309.392199 283.089276,308.961719 C285.013559,307.537378 286.684275,305.760563 288,303.735283"></path> </g> <g transform="translate(-1332.000000, -476.000000)"></g> </g> </svg></a></li> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://facebook.com/atishoodesignsgallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://instagram.com/atishoogallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div><div class="announcement-bar__text"><span class="announcement-bar__text__inner">FREE DELIVERY WHEN YOU SPEND £30 OR MORE ONLINE until end of February 2024. Please note: our online shop is for UK sales only.</span></div><div class="localization localization--header announcement-bar__spacer"> <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/products/flotsam-1-mixed-media-canvas-by-linda-flynn" /></form> </div></div> </div> </div> </div> <div id="shopify-section-header" class="shopify-section section-header"><style data-shopify>.logo img { width: 150px; } @media (min-width: 768px) { .logo img { width: 220px; } }</style> <div class="header-container" data-section-type="header" itemscope itemtype="http://schema.org/Organization" data-cc-animate data-is-sticky="false"><div class="page-header layout-left using-compact-mobile-logo"> <div class="toolbar-container"> <div class="container"> <div id="toolbar" class="toolbar cf toolbar--two-cols-xs toolbar--two-cols toolbar--text-box-large"> <div class="toolbar-left "> <div class="mobile-toolbar"> <a class="toggle-mob-nav" href="#" aria-controls="mobile-nav" aria-label="Open navigation"> <span></span> <span></span> <span></span> </a> </div><div class="toolbar-logo"> <div class="logo align-left"> <meta itemprop="name" content="Atishoo Gallery"> <a href="/" itemprop="url"> <img src="//atishoogallery.co.uk/cdn/shop/files/Atishoo-logo-jpg_440x.jpg?v=1686913595" width="463" height="187" alt="" itemprop="logo"/> </a> </div> </div> </div> <div class="toolbar-right "> <div class="toolbar-links"> <div class="main-search main-search--text-box-large " data-live-search="true" data-live-search-price="true" data-live-search-vendor="false" data-live-search-meta="true" data-show-sold-out-label="false" data-show-sale-label="true"> <div class="main-search__container "> <form class="main-search__form" action="/search" method="get" autocomplete="off"> <input type="hidden" name="type" value="product" /> <input type="hidden" name="options[prefix]" value="last" /> <input class="main-search__input" type="text" name="q" autocomplete="off" value="" placeholder="Search..." aria-label="Search Store" /> <button type="submit" aria-label="Submit"><svg width="19px" height="21px" viewBox="0 0 19 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="currentColor" stroke-width="0.5"> <g transform="translate(0.000000, 0.472222)"> <path d="M14.3977778,14.0103889 L19,19.0422222 L17.8135556,20.0555556 L13.224,15.0385 C11.8019062,16.0671405 10.0908414,16.619514 8.33572222,16.6165556 C3.73244444,16.6165556 0,12.8967778 0,8.30722222 C0,3.71766667 3.73244444,0 8.33572222,0 C12.939,0 16.6714444,3.71977778 16.6714444,8.30722222 C16.6739657,10.4296993 15.859848,12.4717967 14.3977778,14.0103889 Z M8.33572222,15.0585556 C12.0766111,15.0585556 15.1081667,12.0365 15.1081667,8.30827778 C15.1081667,4.58005556 12.0766111,1.558 8.33572222,1.558 C4.59483333,1.558 1.56327778,4.58005556 1.56327778,8.30827778 C1.56327778,12.0365 4.59483333,15.0585556 8.33572222,15.0585556 Z"></path> </g> </g> </svg> </button> </form> <div class="main_search__popup"> <div class="main-search__results"></div> <div class="main-search__footer-buttons"> <div class="all-results-container"></div> <a class="main-search__results-close-link btn alt outline" href="#"> Close </a> </div> </div> </div> </div> </div> <div class="toolbar-icons"> <a href="/account" class="toolbar-account" aria-label="Account"> <svg aria-hidden="true" focusable="false" viewBox="0 0 24 24"> <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/> <circle cx="12" cy="7" r="4"/> </svg> </a> <span class="toolbar-cart"> <a class="current-cart toggle-cart-summary" href="/cart" title="Go to cart"> <span class="current-cart-icon current-cart-icon--cart"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> <path d="M17,18A2,2 0 0,1 19,20A2,2 0 0,1 17,22C15.89,22 15,21.1 15,20C15,18.89 15.89,18 17,18M1,2H4.27L5.21,4H20A1,1 0 0,1 21,5C21,5.17 20.95,5.34 20.88,5.5L17.3,11.97C16.96,12.58 16.3,13 15.55,13H8.1L7.2,14.63L7.17,14.75A0.25,0.25 0 0,0 7.42,15H19V17H7C5.89,17 5,16.1 5,15C5,14.65 5.09,14.32 5.24,14.04L6.6,11.59L3,4H1V2M7,18A2,2 0 0,1 9,20A2,2 0 0,1 7,22C5.89,22 5,21.1 5,20C5,18.89 5.89,18 7,18M16,11L18.78,6H6.14L8.5,11H16Z"/> </svg> </span> </a> </span> </div> </div> </div> <div class="mobile-search-form mobile-only"> <div class="main-search main-search--text-box-large " data-live-search="true" data-live-search-price="true" data-live-search-vendor="false" data-live-search-meta="true" data-show-sold-out-label="false" data-show-sale-label="true"> <div class="main-search__container "> <form class="main-search__form" action="/search" method="get" autocomplete="off"> <input type="hidden" name="type" value="product" /> <input type="hidden" name="options[prefix]" value="last" /> <input class="main-search__input" type="text" name="q" autocomplete="off" value="" placeholder="Search..." aria-label="Search Store" /> <button type="submit" aria-label="Submit"><svg width="19px" height="21px" viewBox="0 0 19 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="currentColor" stroke-width="0.5"> <g transform="translate(0.000000, 0.472222)"> <path d="M14.3977778,14.0103889 L19,19.0422222 L17.8135556,20.0555556 L13.224,15.0385 C11.8019062,16.0671405 10.0908414,16.619514 8.33572222,16.6165556 C3.73244444,16.6165556 0,12.8967778 0,8.30722222 C0,3.71766667 3.73244444,0 8.33572222,0 C12.939,0 16.6714444,3.71977778 16.6714444,8.30722222 C16.6739657,10.4296993 15.859848,12.4717967 14.3977778,14.0103889 Z M8.33572222,15.0585556 C12.0766111,15.0585556 15.1081667,12.0365 15.1081667,8.30827778 C15.1081667,4.58005556 12.0766111,1.558 8.33572222,1.558 C4.59483333,1.558 1.56327778,4.58005556 1.56327778,8.30827778 C1.56327778,12.0365 4.59483333,15.0585556 8.33572222,15.0585556 Z"></path> </g> </g> </svg> </button> </form> <div class="main_search__popup"> <div class="main-search__results"></div> <div class="main-search__footer-buttons"> <div class="all-results-container"></div> <a class="main-search__results-close-link btn alt outline" href="#"> Close </a> </div> </div> </div> </div> </div> </div> </div> <div class="container nav-container"> <div class="logo-nav "> <nav class="main-nav cf desktop align-center" data-col-limit="8" aria-label="Primary navigation"><ul> <li class="nav-item first"> <a class="nav-item-link" href="/" > <span class="nav-item-link-title">Home</span> </a> </li><li class="nav-item dropdown drop-norm"> <a class="nav-item-link" href="/collections" aria-haspopup="true" aria-expanded="false"> <span class="nav-item-link-title">Our Collections</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <div class="sub-nav"> <div class="sub-nav-inner"> <ul class="sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cards" data-img="//atishoogallery.co.uk/cdn/shop/collections/art-cards_400x.jpg?v=1548345464" > <span class="sub-nav-item-link-title">Cards</span> </a> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/original-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/Original-Paintings_400x.jpg?v=1497004905" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Original Paintings</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/watercolours" data-img="//atishoogallery.co.uk/cdn/shop/collections/Richard-Briggs-Charlestown-Harbour_400x.jpg?v=1504356410"> Watercolours </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/oil-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/David-Axtell-paintings_3560efe7-3e2f-4bb9-a96e-9f81a07c6889_400x.jpg?v=1504357621"> Oil Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/acrylic-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/KitJohnsLocalDriftwood1_400x.jpg?v=1504358072"> Acrylic Paintings </a> </li> </ul> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/art-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Paul-Clark-Gorran-Haven-print_400x.jpeg?v=1502455175" > <span class="sub-nav-item-link-title">Art Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/glassware" data-img="//atishoogallery.co.uk/cdn/shop/collections/Margaret_Johnson_Glow_Pots_400x.jpg?v=1496935231" > <span class="sub-nav-item-link-title">Glassware</span> </a> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/jewellery" data-img="//atishoogallery.co.uk/cdn/shop/collections/Jewellery_400x.jpg?v=1497007351" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Jewellery</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/earrings" data-img="//atishoogallery.co.uk/cdn/shop/products/Beach-Art-Glass-Sea-Spray-Lentil-Earrings-SSELL_400x.jpg?v=1497445847"> Earrings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/brooches" data-img="//atishoogallery.co.uk/cdn/shop/products/1623509675576_400x.jpg?v=1623509705"> Brooches </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/necklaces-pendants" data-img="//atishoogallery.co.uk/cdn/shop/files/IMG-20231107_152404749_2_400x.jpg?v=1699445269"> Necklaces & Pendants </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bracelets" data-img="//atishoogallery.co.uk/cdn/shop/products/Beach-Art-Glass-Sea-Spray-Silver-Fish-Bracelet_400x.jpg?v=1507814956"> Bracelets </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cufflinks" data-img="//atishoogallery.co.uk/cdn/shop/products/image_e515d1e3-809c-4ad3-8626-676880d0f557_400x.jpg?v=1544193826"> Cufflinks </a> </li> </ul> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/pottery-and-ceramics" data-img="//atishoogallery.co.uk/cdn/shop/products/Dunoon-Cairngorm-Born-And-Bred-Cornwall-Mug_400x.jpg?v=1522335772" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Pottery & Ceramics</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bowls" data-img="//atishoogallery.co.uk/cdn/shop/products/Margaret-Johnson-Strawsilk-Glass-Small-Deep-Bowl-blue_400x.jpg?v=1669906765"> Bowls </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/mugs" data-img="//atishoogallery.co.uk/cdn/shop/products/Dunoon-Cairngorm-Born-And-Bred-Cornwall-Mug_400x.jpg?v=1522335772"> Mugs </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/clocks" data-img="//atishoogallery.co.uk/cdn/shop/collections/Iveta-Goddard-Tea-Pot-Clock-Detail_400x.jpg?v=1649860305"> Clocks </a> </li> </ul> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/textiles-homewares" data-img="//atishoogallery.co.uk/cdn/shop/collections/Zoe-Wright-fisher-folk-collection_400x.jpg?v=1496668897" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Textiles & Homewares</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/aprons" data-img="//atishoogallery.co.uk/cdn/shop/collections/Aprons_400x.jpg?v=1686926552"> Aprons </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/coasters" data-img="//atishoogallery.co.uk/cdn/shop/collections/Coasters_400x.jpg?v=1548513929"> Coasters </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/tea-towels" data-img="//atishoogallery.co.uk/cdn/shop/collections/Emma-Ball-Diving-Puffins-Tea-Towel-CF80_400x.webp?v=1686925731"> Tea Towels </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/tea-cosies" data-img="//atishoogallery.co.uk/cdn/shop/products/Sea-Dawg-Sea-Cosy-Back_400x.jpg?v=1550151628"> Tea Cosies </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/chopping-boards-worktop-savers" data-img="//atishoogallery.co.uk/cdn/shop/collections/Chopping-Boards-Worktop-Savers_400x.jpg?v=1505333842"> Chopping Boards & Worktop Savers </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/placemats" data-img="//atishoogallery.co.uk/cdn/shop/collections/Placemats_400x.jpg?v=1505334583"> Placemats </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cushions" data-img="//atishoogallery.co.uk/cdn/shop/collections/Cushions_400x.jpg?v=1686926455"> Cushions </a> </li> </ul> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/stationery" data-img="//atishoogallery.co.uk/cdn/shop/collections/Coastal-Stationery_400x.jpg?v=1606915287" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Stationery</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/notelets" data-img="//atishoogallery.co.uk/cdn/shop/products/Agapanthus-note-cards-Caroline-Cleave_400x.jpg?v=1606915992"> Notecards </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/notebooks" data-img="//atishoogallery.co.uk/cdn/shop/files/Dollyhotdogs-seahorses-paperback-notebook-NP0041_400x.jpg?v=1683634778"> Notebooks </a> </li> </ul> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sculpture-contemporary-crafts" data-img="//atishoogallery.co.uk/cdn/shop/collections/Karen-Williams-Sculptures_06b81851-adc3-4d61-8da6-cedd1c76ecbd_400x.jpg?v=1504352457" > <span class="sub-nav-item-link-title">Sculpture & Contemporary Crafts</span> </a> </li> <li class="sub-nav-item has-dropdown"> <a class="sub-nav-item-link" href="/collections/bags-accessories" data-img="//atishoogallery.co.uk/cdn/shop/collections/BeverleyHarrisBags_400x.JPG?v=1504353230" aria-haspopup="true" aria-expanded="false"> <span class="sub-nav-item-link-title">Bags & Accessories</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <ul class="sub-sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bags" data-img="//atishoogallery.co.uk/cdn/shop/products/IMG_20200813_162417_400x.jpg?v=1597332372"> Bags </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/purses" data-img="//atishoogallery.co.uk/cdn/shop/products/IMG_20181102_122525891_400x.jpg?v=1541162602"> Purses </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/scarves" data-img="//atishoogallery.co.uk/cdn/shop/products/Becky-Bettesworth-Scarf-No-3_400x.jpg?v=1573743218"> Scarves </a> </li> </ul> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sale" data-img="//atishoogallery.co.uk/cdn/shop/collections/Annabelsigns_400x.jpg?v=1514912188" > <span class="sub-nav-item-link-title">SALE</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/christmas" data-img="//atishoogallery.co.uk/cdn/shop/collections/Christmas_400x.jpg?v=1507666046" > <span class="sub-nav-item-link-title">Christmas</span> </a> </li> </ul></div> </div> </li><li class="nav-item dropdown drop-norm"> <a class="nav-item-link" href="/pages/our-artists-designers" aria-haspopup="true" aria-expanded="false"> <span class="nav-item-link-title">Our Artists & Designers</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/> <path d="M0-.75h24v24H0z" fill="none"/> </svg> </a> <div class="sub-nav"> <div class="sub-nav-inner"> <ul class="sub-nav-list"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/kit-johns-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/KitJohnsCollection3_400x.jpg?v=1517435900" > <span class="sub-nav-item-link-title">Kit Johns Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/beach-art-glass-by-julie-fountain" data-img="//atishoogallery.co.uk/cdn/shop/collections/Jewellery_7b29e23a-6ca2-4a12-92d1-14e799fad764_400x.jpg?v=1497007689" > <span class="sub-nav-item-link-title">Beach Art Glass</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/margaret-johnson-strawsilk-glassware" data-img="//atishoogallery.co.uk/cdn/shop/collections/Strawsilk-glow-pots-Margaret-Johnson_400x.jpg?v=1497008798" > <span class="sub-nav-item-link-title">Margaret Johnson Glass</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/zoe-wright-textile-designer" data-img="//atishoogallery.co.uk/cdn/shop/collections/ZoeWrightFisherFolkTeaCosey_400x.jpg?v=1497008387" > <span class="sub-nav-item-link-title">Zoe Wright Textiles</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/alan-arthurs-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/Alan-Arthurs-Paintings_400x.jpg?v=1497023271" > <span class="sub-nav-item-link-title">Alan Arthurs Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sarah-nicol-ceramics" data-img="//atishoogallery.co.uk/cdn/shop/collections/Sarah-Nicol-ceramics_400x.jpg?v=1497093882" > <span class="sub-nav-item-link-title">Sarah Nicol Ceramics</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/jon-tremaine-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Joh-Tremaine-Puffin-Print_400x.jpg?v=1536060577" > <span class="sub-nav-item-link-title">Jon Tremaine Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/iveta-goddard-ceramics" data-img="//atishoogallery.co.uk/cdn/shop/collections/Iveta-Goddard-Ceramics_400x.jpg?v=1497867002" > <span class="sub-nav-item-link-title">Iveta Goddard Ceramics</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/paul-clark-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/PaulClarkProfilePicture_400x.jpg?v=1561215339" > <span class="sub-nav-item-link-title">Paul Clark Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/gwen-pritchard-ceramic-boats" data-img="//atishoogallery.co.uk/cdn/shop/collections/Gwen-Pritchard-Ceramic-Boats_400x.jpg?v=1498675379" > <span class="sub-nav-item-link-title">Gwen Pritchard Ceramic Boats</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/david-axtell-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/David-Axtell-paintings_400x.jpg?v=1502723337" > <span class="sub-nav-item-link-title">David Axtell Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sarah-drew-jewellery" data-img="//atishoogallery.co.uk/cdn/shop/collections/Sarah-Drew-jewellery_400x.jpg?v=1499972800" > <span class="sub-nav-item-link-title">Sarah Drew Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/debbie-lord-fused-glass" data-img="//atishoogallery.co.uk/cdn/shop/collections/Debbie-Lord-Glass_400x.jpg?v=1500231763" > <span class="sub-nav-item-link-title">Debbie Lord Glass</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/liz-hackney-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/FB_IMG_1450034776374_1_400x.jpg?v=1689953152" > <span class="sub-nav-item-link-title">Liz Hackney Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/john-cadle-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/John-Cadle-At-Rest-Mevagissey_400x.jpg?v=1501335526" > <span class="sub-nav-item-link-title">John Cadle Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/joanne-chadwick" data-img="//atishoogallery.co.uk/cdn/shop/collections/JoanneChadwickCharlestownBeachEarlyMorning_400x.jpg?v=1537625857" > <span class="sub-nav-item-link-title">Joanne Chadwick Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/louise-rawlings-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/CoastalViewsLouiseRawlings_400x.jpeg?v=1501759374" > <span class="sub-nav-item-link-title">Louise Rawlings Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/amy-r-lee-jewellery" data-img="//atishoogallery.co.uk/cdn/shop/collections/Amy-R-Lee-Jewellery_400x.jpg?v=1501514863" > <span class="sub-nav-item-link-title">Amy R Lee Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/david-fry" data-img="//atishoogallery.co.uk/cdn/shop/collections/David-Fry-Wooden-Houses_400x.jpg?v=1501850758" > <span class="sub-nav-item-link-title">David Fry Paintings and Wooden Houses</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/stephanie-axtell-paintings" data-img="//atishoogallery.co.uk/cdn/shop/collections/StephanieAxtellNovemberPinkCampions_400x.jpg?v=1501937330" > <span class="sub-nav-item-link-title">Stephanie Axtell Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/koa-jewellery" data-img="//atishoogallery.co.uk/cdn/shop/collections/KoaFishingBoatCufflinksLG305com_400x.jpg?v=1502135816" > <span class="sub-nav-item-link-title">Koa Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/anita-jeram-limited-edition-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Anita-Jeram-A-Dogs-Life-Prints_400x.jpg?v=1502285630" > <span class="sub-nav-item-link-title">Anita Jeram Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/stephen-morris-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/agapanthusbig_400x.jpg?v=1502632249" > <span class="sub-nav-item-link-title">Stephen Morris Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/alison-jones-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Charlestown_Beach._400x.jpg?v=1503067759" > <span class="sub-nav-item-link-title">Alison Jones Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/craft-fusion-glass" data-img="//atishoogallery.co.uk/cdn/shop/collections/craft-fusion-yellow-glass-bowl-side-view_400x.jpg?v=1504269444" > <span class="sub-nav-item-link-title">Craft Fusion Glass</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/mani-parkes" data-img="//atishoogallery.co.uk/cdn/shop/collections/Mani-Parkes-First-Day-Of-Spring_400x.jpg?v=1499102900" > <span class="sub-nav-item-link-title">Manie Parkes Limited Edition Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/richard-briggs-paintings-and-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Richard-Briggs-Charlestown-Harbour-original_400x.jpg?v=1504273551" > <span class="sub-nav-item-link-title">Richard Briggs Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/karen-williams-sculptures" data-img="//atishoogallery.co.uk/cdn/shop/collections/Karen-Williams-Sculptures_400x.jpg?v=1504280579" > <span class="sub-nav-item-link-title">Karen Williams Sculptures</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/susan-cooper-paintings" data-img="//atishoogallery.co.uk/cdn/shop/files/HarbourCharlestown2001_400x.jpg?v=1697106959" > <span class="sub-nav-item-link-title">Susan Cooper Paintings</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/quentin-blake-roald-dahl-prints" data-img="//atishoogallery.co.uk/cdn/shop/collections/Quentin-Blake-jack-and-the-beanstalk-print_400x.jpg?v=1507834206" > <span class="sub-nav-item-link-title">Quentin Blake Roald Dahl Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/beverley-harris-felt" data-img="//atishoogallery.co.uk/cdn/shop/collections/BeverleyHarrisBags_1bece1f4-77a5-45dd-8f0d-b87a79e4d638_400x.JPG?v=1504353781" > <span class="sub-nav-item-link-title">Beverley Harris Felt</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/emma-ball" data-img="//atishoogallery.co.uk/cdn/shop/collections/Emma-Ball_400x.jpg?v=1505335184" > <span class="sub-nav-item-link-title">Emma Ball</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/janet-croome-printed-textiles" data-img="//atishoogallery.co.uk/cdn/shop/collections/Janet-Croome-Printed-Textiles_400x.jpg?v=1510330871" > <span class="sub-nav-item-link-title">Janet Croome Printed Textiles</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/janie-butler" data-img="//atishoogallery.co.uk/cdn/shop/collections/Janie-Butler_400x.jpg?v=1518874349" > <span class="sub-nav-item-link-title">Janie Butler Ceramics</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/gaby-bird-porcelain-jewellery" data-img="//atishoogallery.co.uk/cdn/shop/collections/Gaby-Bird-jewellery_400x.jpg?v=1519485037" > <span class="sub-nav-item-link-title">Gaby Bird Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/dunoon-ceramics" data-img="//atishoogallery.co.uk/cdn/shop/collections/Dunoon-Orkney-Tentacles-mug_400x.jpg?v=1521395333" > <span class="sub-nav-item-link-title">Dunoon Ceramics</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/louise-thorn" data-img="//atishoogallery.co.uk/cdn/shop/collections/Louise-Thorn_400x.jpg?v=1523461607" > <span class="sub-nav-item-link-title">Louise Thorn Ceramic Sculptures</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/lamorna-penrose" data-img="//atishoogallery.co.uk/cdn/shop/collections/Lamorna-Penrose_20ea766b-2145-4dda-9745-f21f3884853a_400x.jpg?v=1529615712" > <span class="sub-nav-item-link-title">Lamorna Penrose Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sophie-harding" data-img="//atishoogallery.co.uk/cdn/shop/collections/Sophie-Harding-Family-Holiday_400x.jpeg?v=1537796731" > <span class="sub-nav-item-link-title">Sophie Harding Textiles & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/kirstyn-smith-cornish-fused-glass" data-img="//atishoogallery.co.uk/cdn/shop/collections/Kirstyn-Smith-Cornish-Fused-Glass_400x.jpg?v=1539261939" > <span class="sub-nav-item-link-title">Kirstyn Smith Cornish Fused Glass</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/carolyn-pavey" data-img="//atishoogallery.co.uk/cdn/shop/products/Carolyn-Pavey-Fox-In-The-Meadow-print_400x.jpg?v=1548936379" > <span class="sub-nav-item-link-title">Carolyn Pavey Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cornish-bird-in-the-sticks-kate-pearson" data-img="//atishoogallery.co.uk/cdn/shop/collections/Kate-Pearson-Cornish-Bird-In-The-Sticks_400x.jpg?v=1550152380" > <span class="sub-nav-item-link-title">Cornish Bird In The Sticks, Kate Pearson</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/june-hayes" data-img="//atishoogallery.co.uk/cdn/shop/collections/June-Hayes-textiles_400x.jpg?v=1550156385" > <span class="sub-nav-item-link-title">June Hayes Textiles</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/hilary-bravo-jewellery" data-img="//atishoogallery.co.uk/cdn/shop/products/IMG_20220614_154717241_2_400x.jpg?v=1655219679" > <span class="sub-nav-item-link-title">Hilary Bravo Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/becky-bettesworth" data-img="//atishoogallery.co.uk/cdn/shop/collections/Becky-Bettesworth-Collection_400x.jpg?v=1556472300" > <span class="sub-nav-item-link-title">Becky Bettesworth</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/dollyhotdogs" data-img="//atishoogallery.co.uk/cdn/shop/products/Dollyhotdogs-seahorse-tea-towel_400x.jpg?v=1601650201" > <span class="sub-nav-item-link-title">Dollyhotdogs Homewares</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sara-holden" data-img="//atishoogallery.co.uk/cdn/shop/collections/Sara-Holden-Sitting-On-The-Sand-St-Ives-Print-1_400x.jpg?v=1558963046" > <span class="sub-nav-item-link-title">Sara Holden Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/hazel-bryer" data-img="//atishoogallery.co.uk/cdn/shop/collections/Hazel-Bryer-Wild-Cat-Island-Original-Linocut-print_400x.jpg?v=1561214932" > <span class="sub-nav-item-link-title">Hazel Bryer Printmaking</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/silk-dreamings" data-img="//atishoogallery.co.uk/cdn/shop/products/1623509675576_400x.jpg?v=1623509705" > <span class="sub-nav-item-link-title">Silk Dreamings Jewellery</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/marco-grieser-ronnevig" data-img="//atishoogallery.co.uk/cdn/shop/products/Marco-Grieser-Ronnevig-Fun-In-St-Mawes-Print_400x.jpg?v=1580998715" > <span class="sub-nav-item-link-title">Marco Greiser-Ronnevig Paintings & Prints</span> </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/michael-sanders" data-img="//atishoogallery.co.uk/cdn/shop/collections/Michael-Sanders-Prints_400x.jpg?v=1586898139" > <span class="sub-nav-item-link-title">Michael Sanders Prints</span> </a> </li> </ul></div> </div> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/about-us" > <span class="nav-item-link-title">About Us</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/where-are-we" > <span class="nav-item-link-title">Charlestown Village</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/picture-framing" > <span class="nav-item-link-title">Picture Framing</span> </a> </li><li class="nav-item last"> <a class="nav-item-link" href="/pages/artist-submissions" > <span class="nav-item-link-title">Artist Submissions</span> </a> </li></ul> </nav> </div> </div> <script id="mobile-navigation-template" type="text/template"> <nav id="mobile-nav"> <div class="inner"> <div> <header class="side-menu-header h2"> Menu <a href="#" class="side-menu-header--close" aria-label="Close navigation"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg> </a> </header> <nav aria-label="Mobile navigation"> <ul class="mobile-nav-menu plain"> <li class="nav-item"> <a class="nav-item-link" href="/"> Home </a> </li> <li class="nav-item"> <a class="nav-item-link" href="#"> Our Collections </a> <button class="open-sub-nav" data-sub-nav="menu-2" aria-haspopup="true" aria-controls="sub-nav-menu-2"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="nav-item"> <a class="nav-item-link" href="#"> Our Artists & Designers </a> <button class="open-sub-nav" data-sub-nav="menu-3" aria-haspopup="true" aria-controls="sub-nav-menu-3"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/about-us"> About Us </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/where-are-we"> Charlestown Village </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/picture-framing"> Picture Framing </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/artist-submissions"> Artist Submissions </a> </li> <li class="nav-item nav-item--account"> <a href="/account" class="nav-item-link"> Account </a> </li> </ul> <div class="header"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Twitter" class="twitter" target="_blank" rel="noopener" href="https://twitter.com/Atishoodesigns"><svg width="48px" height="40px" viewBox="0 0 48 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Twitter</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-240.000000, -299.000000)" fill="#000000"> <path d="M288,303.735283 C286.236309,304.538462 284.337383,305.081618 282.345483,305.324305 C284.379644,304.076201 285.940482,302.097147 286.675823,299.739617 C284.771263,300.895269 282.666667,301.736006 280.418384,302.18671 C278.626519,300.224991 276.065504,299 273.231203,299 C267.796443,299 263.387216,303.521488 263.387216,309.097508 C263.387216,309.88913 263.471738,310.657638 263.640782,311.397255 C255.456242,310.975442 248.201444,306.959552 243.341433,300.843265 C242.493397,302.339834 242.008804,304.076201 242.008804,305.925244 C242.008804,309.426869 243.747139,312.518238 246.389857,314.329722 C244.778306,314.280607 243.256911,313.821235 241.9271,313.070061 L241.9271,313.194294 C241.9271,318.08848 245.322064,322.17082 249.8299,323.095341 C249.004402,323.33225 248.133826,323.450704 247.235077,323.450704 C246.601162,323.450704 245.981335,323.390033 245.381229,323.271578 C246.634971,327.28169 250.269414,330.2026 254.580032,330.280607 C251.210424,332.99061 246.961789,334.605634 242.349709,334.605634 C241.555203,334.605634 240.769149,334.559408 240,334.466956 C244.358514,337.327194 249.53689,339 255.095615,339 C273.211481,339 283.114633,323.615385 283.114633,310.270495 C283.114633,309.831347 283.106181,309.392199 283.089276,308.961719 C285.013559,307.537378 286.684275,305.760563 288,303.735283"></path> </g> <g transform="translate(-1332.000000, -476.000000)"></g> </g> </svg></a></li> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://facebook.com/atishoodesignsgallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://instagram.com/atishoogallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div> </nav> </div> <footer class="localization localization--mobile-menu" id="localization--mobile-menu"></footer> </div> <div id="sub-nav-menu-2" class="sub-nav" data-is-subnav-for="menu-2"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cards"> Cards </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Original Paintings </a> <button class="open-sub-nav" data-sub-nav="menu-2-2" aria-haspopup="true" aria-controls="sub-nav-menu-2-2"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/art-prints"> Art Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/glassware"> Glassware </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Jewellery </a> <button class="open-sub-nav" data-sub-nav="menu-2-5" aria-haspopup="true" aria-controls="sub-nav-menu-2-5"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Pottery & Ceramics </a> <button class="open-sub-nav" data-sub-nav="menu-2-6" aria-haspopup="true" aria-controls="sub-nav-menu-2-6"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Textiles & Homewares </a> <button class="open-sub-nav" data-sub-nav="menu-2-7" aria-haspopup="true" aria-controls="sub-nav-menu-2-7"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Stationery </a> <button class="open-sub-nav" data-sub-nav="menu-2-8" aria-haspopup="true" aria-controls="sub-nav-menu-2-8"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sculpture-contemporary-crafts"> Sculpture & Contemporary Crafts </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="#"> Bags & Accessories </a> <button class="open-sub-nav" data-sub-nav="menu-2-10" aria-haspopup="true" aria-controls="sub-nav-menu-2-10"><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Right</title> <path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/><path d="M0-.25h24v24H0z" fill="none"/> </svg></button> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sale"> SALE </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/christmas"> Christmas </a> </li> </ul> </div> <div id="sub-nav-menu-2-2" class="sub-nav" data-is-subnav-for="menu-2-2"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/watercolours">Watercolours</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/oil-paintings">Oil Paintings</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/acrylic-paintings">Acrylic Paintings</a> </li> </ul> </div> <div id="sub-nav-menu-2-5" class="sub-nav" data-is-subnav-for="menu-2-5"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/earrings">Earrings</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/brooches">Brooches</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/necklaces-pendants">Necklaces & Pendants</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bracelets">Bracelets</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cufflinks">Cufflinks</a> </li> </ul> </div> <div id="sub-nav-menu-2-6" class="sub-nav" data-is-subnav-for="menu-2-6"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bowls">Bowls</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/mugs">Mugs</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/clocks">Clocks</a> </li> </ul> </div> <div id="sub-nav-menu-2-7" class="sub-nav" data-is-subnav-for="menu-2-7"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/aprons">Aprons</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/coasters">Coasters</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/tea-towels">Tea Towels</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/tea-cosies">Tea Cosies</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/chopping-boards-worktop-savers">Chopping Boards & Worktop Savers</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/placemats">Placemats</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cushions">Cushions</a> </li> </ul> </div> <div id="sub-nav-menu-2-8" class="sub-nav" data-is-subnav-for="menu-2-8"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/notelets">Notecards</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/notebooks">Notebooks</a> </li> </ul> </div> <div id="sub-nav-menu-2-10" class="sub-nav" data-is-subnav-for="menu-2-10"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/bags">Bags</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/purses">Purses</a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/scarves">Scarves</a> </li> </ul> </div> <div id="sub-nav-menu-3" class="sub-nav" data-is-subnav-for="menu-3"> <div class="header"> <a class="close-sub-nav" href="#"><span><svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg></span> Back</a> </div> <ul class="sub-nav-list plain"> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/kit-johns-paintings"> Kit Johns Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/beach-art-glass-by-julie-fountain"> Beach Art Glass </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/margaret-johnson-strawsilk-glassware"> Margaret Johnson Glass </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/zoe-wright-textile-designer"> Zoe Wright Textiles </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/alan-arthurs-paintings"> Alan Arthurs Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sarah-nicol-ceramics"> Sarah Nicol Ceramics </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/jon-tremaine-prints"> Jon Tremaine Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/iveta-goddard-ceramics"> Iveta Goddard Ceramics </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/paul-clark-paintings-and-prints"> Paul Clark Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/gwen-pritchard-ceramic-boats"> Gwen Pritchard Ceramic Boats </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/david-axtell-paintings-and-prints"> David Axtell Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sarah-drew-jewellery"> Sarah Drew Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/debbie-lord-fused-glass"> Debbie Lord Glass </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/liz-hackney-paintings-and-prints"> Liz Hackney Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/john-cadle-paintings"> John Cadle Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/joanne-chadwick"> Joanne Chadwick Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/louise-rawlings-paintings"> Louise Rawlings Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/amy-r-lee-jewellery"> Amy R Lee Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/david-fry"> David Fry Paintings and Wooden Houses </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/stephanie-axtell-paintings"> Stephanie Axtell Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/koa-jewellery"> Koa Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/anita-jeram-limited-edition-prints"> Anita Jeram Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/stephen-morris-paintings-and-prints"> Stephen Morris Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/alison-jones-paintings-and-prints"> Alison Jones Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/craft-fusion-glass"> Craft Fusion Glass </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/mani-parkes"> Manie Parkes Limited Edition Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/richard-briggs-paintings-and-prints"> Richard Briggs Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/karen-williams-sculptures"> Karen Williams Sculptures </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/susan-cooper-paintings"> Susan Cooper Paintings </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/quentin-blake-roald-dahl-prints"> Quentin Blake Roald Dahl Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/beverley-harris-felt"> Beverley Harris Felt </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/emma-ball"> Emma Ball </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/janet-croome-printed-textiles"> Janet Croome Printed Textiles </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/janie-butler"> Janie Butler Ceramics </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/gaby-bird-porcelain-jewellery"> Gaby Bird Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/dunoon-ceramics"> Dunoon Ceramics </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/louise-thorn"> Louise Thorn Ceramic Sculptures </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/lamorna-penrose"> Lamorna Penrose Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sophie-harding"> Sophie Harding Textiles & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/kirstyn-smith-cornish-fused-glass"> Kirstyn Smith Cornish Fused Glass </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/carolyn-pavey"> Carolyn Pavey Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/cornish-bird-in-the-sticks-kate-pearson"> Cornish Bird In The Sticks, Kate Pearson </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/june-hayes"> June Hayes Textiles </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/hilary-bravo-jewellery"> Hilary Bravo Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/becky-bettesworth"> Becky Bettesworth </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/dollyhotdogs"> Dollyhotdogs Homewares </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/sara-holden"> Sara Holden Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/hazel-bryer"> Hazel Bryer Printmaking </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/silk-dreamings"> Silk Dreamings Jewellery </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/marco-grieser-ronnevig"> Marco Greiser-Ronnevig Paintings & Prints </a> </li> <li class="sub-nav-item"> <a class="sub-nav-item-link" href="/collections/michael-sanders"> Michael Sanders Prints </a> </li> </ul> </div> </nav> </script> </div> </div> </div> <main id="content"> <div id="shopify-section-template--16740031987967__main" class="shopify-section section-product-template"><div class="section container product-container product-container--medium " data-section-type="product-template" data-components="accordion"> <div class="row product-container"><div class="product-gallery half column" data-enable-zoom="true" data-slideshow-mob-nav="arrows" data-full-image-width="2542" data-cc-animate> <div class="main"> <div class="product-gallery--hover-veil"></div> <div class="product-slideshow"> <div class="product-media product-media--image" data-media-id="32508304982271" data-media-type="image"> <a class="main-img-link main-img-link--lightbox" href="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474" title=""> <div class="rimage-outer-wrapper" style="max-width: 2542px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%"> <img class="rimage__image " data-lazy-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_{width}x.jpg?v=1688217474" loading="lazy" alt="" width="2542" height="2542" > <noscript> <img src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_1024x1024.jpg?v=1688217474" alt="" class="rimage__image "> </noscript> </div> </div> </a> </div> <div class="product-media product-media--image" data-media-id="32508395749631" data-media-type="image"> <a class="main-img-link main-img-link--lightbox" href="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas.jpg?v=1688221808" title=""> <div class="rimage-outer-wrapper" style="max-width: 1200px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%"> <img class="rimage__image " data-lazy-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas_{width}x.jpg?v=1688221808" loading="lazy" alt="" width="1200" height="1200" > <noscript> <img src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas_1024x1024.jpg?v=1688221808" alt="" class="rimage__image "> </noscript> </div> </div> </a> </div> </div> </div> <div class="thumbnails slick-slider--indented-side-icons"> <a class="thumbnail thumbnail--media-image" href="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474" data-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_842x.jpg?v=1688217474" data-full-image-width="2542" data-media-type="image" data-media-id="32508304982271" aria-label="Select thumbnail"> <div class="rimage-outer-wrapper" style="max-width: 2542px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:99.9%"> <img class="rimage__image" data-lazy-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn_{width}x.jpg?v=1688217474" loading="lazy" width="2542" height="2542" alt=""> </div> </div></a> <a class="thumbnail thumbnail--media-image" href="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas.jpg?v=1688221808" data-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas_842x.jpg?v=1688221808" data-full-image-width="1200" data-media-type="image" data-media-id="32508395749631" aria-label="Select thumbnail"> <div class="rimage-outer-wrapper" style="max-width: 1200px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:99.9%"> <img class="rimage__image" data-lazy-src="//atishoogallery.co.uk/cdn/shop/files/Flotsam-1-by-Linda-Flynn-deep-canvas_{width}x.jpg?v=1688221808" loading="lazy" width="1200" height="1200" alt=""> </div> </div></a> </div> </div> <div class="product-form product-form--main half column" data-ajax-add-to-cart="true" data-product-id="8147416875263" data-enable-history-state="true" data-open-cart-drawer="true"><!-- begin product form and details --> <div class="product-details" data-cc-animate data-cc-animate-delay="0.5s"> <div class="brand-and-type feature-col product-detail__gap-sm" > <span class="brand"><a href="/collections/vendors?q=Linda%20Flynn" title="">Linda Flynn</a></span> / <span class="type"><a href="/collections/types?q=painting" title="">painting</a></span> </div> <h1 class="product-title product-detail__gap-sm" > Flotsam 1 mixed media canvas by Linda Flynn </h1><div id="price" class="product-price product-detail__gap-sm " > <span class="current-price theme-money">£50.00 </span> </div><form method="post" action="/cart/add" id="product-form-template--16740031987967__main-8147416875263-installments" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="44145871126783"> <input type="hidden" name="product-id" value="8147416875263" /><input type="hidden" name="section-id" value="template--16740031987967__main" /></form><div class="cc-rating-container product-detail__gap-sm"> </div> <form method="post" action="/cart/add" id="product-form-template--16740031987967__main-8147416875263" accept-charset="UTF-8" class="form product-purchase-form" enctype="multipart/form-data" data-product-id="8147416875263"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <select name="id" class="original-selector hidden" aria-label="Options"> <option value="44145871126783" selected="selected" data-stock="" data-inventory="1" data-weight="0.25 kg">Default Title</option> </select><div class="payment-and-quantity product-detail__gap-lg payment-and-quantity--buttons-active payment-and-quantity--with-quantity "> <div class="quantity"> <div class="qty-adjuster " data-limit="1"> <div class="qty-adjuster__inner"> <button class="qty-adjuster__down" disabled aria-label="Decrease"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"></line></svg> </button> <input class="qty-adjuster__value" type="text" pattern="[0-9]*" id="quantity" name="quantity" value="1" aria-label="Quantity"> <button class="qty-adjuster__up" aria-label="Increase"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg> </button> </div> </div> </div> <span class="payment-and-quantity__add"> <button type="submit" name="add" class="btn product-add mini-form alt outline"> <span class="button-text">Add to cart</span> <span class="loading-spinner" aria-label="Adding"></span> </button> </span> <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="false" class="shopify-payment-button"><button class="shopify-payment-button__button shopify-payment-button__button--unbranded shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button><button class="shopify-payment-button__more-options shopify-payment-button__button--hidden" disabled="disabled" aria-hidden="true"> </button></div> </div> <input type="hidden" name="product-id" value="8147416875263" /><input type="hidden" name="section-id" value="template--16740031987967__main" /></form> <div class="store-availability-container-outer" data-store-availability-container="8147416875263" data-section-url="/variants/VARIANT_ID/?section_id=store-availability" data-has-only-default-variant="true" data-single-variant-id="44145871126783" data-single-variant-product-title="Flotsam 1 mixed media canvas by Linda Flynn" data-single-variant-product-available="true" > </div> <div class="backorder hidden"> <p> <span class="backorder__variant"> Flotsam 1 mixed media canvas by Linda Flynn </span> is backordered and will ship as soon as it is back in stock. </p> </div> <hr class="divider__line-true divider__gap-above-small divider__gap-below-small" data-show-in-quickbuy="false" /> <div class="product-description rte product-detail__gap-lg" data-show-in-quickbuy="false" ><p>A beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn.</p> <p>Measurements: 20 cm x 20 cm</p> <p>Handmade in the UK.</p> <p><br></p></div> </div> <!-- end product form and details --> </div> </div> <script type="application/json" id="ccProductJson-8147416875263"> {"id":8147416875263,"title":"Flotsam 1 mixed media canvas by Linda Flynn","handle":"flotsam-1-mixed-media-canvas-by-linda-flynn","description":"\u003cp\u003eA beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn.\u003c\/p\u003e\n\u003cp\u003eMeasurements: 20 cm x 20 cm\u003c\/p\u003e\n\u003cp\u003eHandmade in the UK.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2023-07-01T14:20:42+01:00","created_at":"2023-07-01T14:14:28+01:00","vendor":"Linda Flynn","type":"painting","tags":[],"price":5000,"price_min":5000,"price_max":5000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44145871126783,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"LFF1C","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Flotsam 1 mixed media canvas by Linda Flynn","public_title":null,"options":["Default Title"],"price":5000,"weight":250,"compare_at_price":null,"inventory_quantity":1,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474","\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn-deep-canvas.jpg?v=1688221808"],"featured_image":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474","options":["Title"],"media":[{"alt":null,"id":32508304982271,"position":1,"preview_image":{"aspect_ratio":1.0,"height":2542,"width":2542,"src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474"},"aspect_ratio":1.0,"height":2542,"media_type":"image","src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn.jpg?v=1688217474","width":2542},{"alt":null,"id":32508395749631,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1200,"width":1200,"src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn-deep-canvas.jpg?v=1688221808"},"aspect_ratio":1.0,"height":1200,"media_type":"image","src":"\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn-deep-canvas.jpg?v=1688221808","width":1200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn.\u003c\/p\u003e\n\u003cp\u003eMeasurements: 20 cm x 20 cm\u003c\/p\u003e\n\u003cp\u003eHandmade in the UK.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e"} </script> <div class="theme-product-reviews-full section" data-cc-animate data-cc-animate-delay="0.2s"> <div id="shopify-product-reviews" data-id="8147416875263"></div> </div> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Flotsam 1 mixed media canvas by Linda Flynn", "url": "https:\/\/atishoogallery.co.uk\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn","image": [ "https:\/\/atishoogallery.co.uk\/cdn\/shop\/files\/Flotsam-1-by-Linda-Flynn_2542x.jpg?v=1688217474" ],"description": "A beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn.\nMeasurements: 20 cm x 20 cm\nHandmade in the UK.\n","sku": "LFF1C","brand": { "@type": "Brand", "name": "Linda Flynn" }, "offers": [{ "@type" : "Offer","sku": "LFF1C","availability" : "http://schema.org/InStock", "price" : 50.0, "priceCurrency" : "GBP", "url" : "https:\/\/atishoogallery.co.uk\/products\/flotsam-1-mixed-media-canvas-by-linda-flynn?variant=44145871126783", "seller": { "@type": "Organization", "name": "Atishoo Gallery" } } ] } </script> </div> </div><div id="shopify-section-template--16740031987967__product-recommendations" class="shopify-section"><div class="product-recommendations" data-product-id="8147416875263" data-section-id="template--16740031987967__product-recommendations" data-section-type="product-recommendations" data-url="/recommendations/products?section_id=template--16740031987967__product-recommendations&limit=4&product_id=8147416875263" data-cc-animate></div> </div> </main> </div><!-- /#page-wrap-content --> <div id="shopify-section-footer" class="shopify-section"><footer id="page-footer" class="page-footer" data-section-type="footer" data-cc-animate> <div class="container"> <div class="back-to-top-row align-centre"> <a class="hash-link" href="#page-wrap-content"><span class="beside-svg">Back to the top</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg></a> </div> <div class="row section padless-top signup-row"> <div class="extra-column half column"> <div class="mailing-list"> <form method="post" action="/contact#footer_signup_form" id="footer_signup_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="prospect,newsletter"/> <div class="input-row inline-input-button"> <input type="email" placeholder="Email address" aria-label="Email address" class="required" value="" name="contact[email]" required /> <input type="submit" value="Subscribe" /> </div> </form> </div> </div> <div class="social-column align-right-desktop half column"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Twitter" class="twitter" target="_blank" rel="noopener" href="https://twitter.com/Atishoodesigns"><svg width="48px" height="40px" viewBox="0 0 48 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Twitter</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-240.000000, -299.000000)" fill="#000000"> <path d="M288,303.735283 C286.236309,304.538462 284.337383,305.081618 282.345483,305.324305 C284.379644,304.076201 285.940482,302.097147 286.675823,299.739617 C284.771263,300.895269 282.666667,301.736006 280.418384,302.18671 C278.626519,300.224991 276.065504,299 273.231203,299 C267.796443,299 263.387216,303.521488 263.387216,309.097508 C263.387216,309.88913 263.471738,310.657638 263.640782,311.397255 C255.456242,310.975442 248.201444,306.959552 243.341433,300.843265 C242.493397,302.339834 242.008804,304.076201 242.008804,305.925244 C242.008804,309.426869 243.747139,312.518238 246.389857,314.329722 C244.778306,314.280607 243.256911,313.821235 241.9271,313.070061 L241.9271,313.194294 C241.9271,318.08848 245.322064,322.17082 249.8299,323.095341 C249.004402,323.33225 248.133826,323.450704 247.235077,323.450704 C246.601162,323.450704 245.981335,323.390033 245.381229,323.271578 C246.634971,327.28169 250.269414,330.2026 254.580032,330.280607 C251.210424,332.99061 246.961789,334.605634 242.349709,334.605634 C241.555203,334.605634 240.769149,334.559408 240,334.466956 C244.358514,337.327194 249.53689,339 255.095615,339 C273.211481,339 283.114633,323.615385 283.114633,310.270495 C283.114633,309.831347 283.106181,309.392199 283.089276,308.961719 C285.013559,307.537378 286.684275,305.760563 288,303.735283"></path> </g> <g transform="translate(-1332.000000, -476.000000)"></g> </g> </svg></a></li> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://facebook.com/atishoodesignsgallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://instagram.com/atishoogallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div> </div> <div class="menu-with-logo"> <span class="footer-logo"> <a href="/"><img src="//atishoogallery.co.uk/cdn/shop/files/Atishoo-logo-jpg_500x.jpg?v=1686913595" /></a> </span> <nav aria-label="Footer navigation"> <ul class="plain inline list-divide"> <li><a href="/search" title="">Search</a></li> <li><a href="/pages/terms-and-conditions" title="">Terms and Conditions</a></li> <li><a href="/pages/shop-opening-hours" title="">Shop Opening Hours</a></li> <li><a href="/pages/contact-us" title="">Contact Us</a></li> <li><a href="/policies/privacy-policy" title="">Privacy Policy</a></li> <li><a href="/policies/shipping-policy" title="">Shipping Policy</a></li> <li><a href="/policies/refund-policy" title="">Returns</a></li> </ul> </nav> </div> <div class="footer-lower inline-row spaced"> <div class="inline-item right last payment-methods"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> <svg class="payment-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> <svg class="payment-icon" viewBox="-36 25 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-unionpay"><title id="pi-unionpay">Union Pay</title><path fill="#005B9A" d="M-36 46.8v.7-.7zM-18.3 25v24h-7.2c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h1.4zm12.6 0c-1.3 0-2.9 1-3.2 2.3l-4.5 19.4c-.3 1.3.5 2.3 1.8 2.3h-4.9V25h10.8z"/><path fill="#E9292D" d="M-19.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3h-8.9c-.8 0-1.5-.6-1.5-1.4v-21c0-.8.7-1.6 1.5-1.6h14.7z"/><path fill="#0E73B9" d="M-5.7 25c-1.3 0-2.9 1.1-3.2 2.3l-4.4 19.4c-.3 1.3.5 2.3 1.8 2.3H-26h.5c-1.3 0-2.1-1-1.8-2.3l4.4-19.4c.3-1.3 1.9-2.3 3.2-2.3h14z"/><path fill="#059DA4" d="M2 26.6v21c0 .8-.6 1.4-1.5 1.4h-12.1c-1.3 0-2.1-1.1-1.8-2.3l4.5-19.4C-8.6 26-7 25-5.7 25H.5c.9 0 1.5.7 1.5 1.6z"/><path fill="#fff" d="M-21.122 38.645h.14c.14 0 .28-.07.28-.14l.42-.63h1.19l-.21.35h1.4l-.21.63h-1.68c-.21.28-.42.42-.7.42h-.84l.21-.63m-.21.91h3.01l-.21.7h-1.19l-.21.7h1.19l-.21.7h-1.19l-.28 1.05c-.07.14 0 .28.28.21h.98l-.21.7h-1.89c-.35 0-.49-.21-.35-.63l.35-1.33h-.77l.21-.7h.77l.21-.7h-.7l.21-.7zm4.83-1.75v.42s.56-.42 1.12-.42h1.96l-.77 2.66c-.07.28-.35.49-.77.49h-2.24l-.49 1.89c0 .07 0 .14.14.14h.42l-.14.56h-1.12c-.42 0-.56-.14-.49-.35l1.47-5.39h.91zm1.68.77h-1.75l-.21.7s.28-.21.77-.21h1.05l.14-.49zm-.63 1.68c.14 0 .21 0 .21-.14l.14-.35h-1.75l-.14.56 1.54-.07zm-1.19.84h.98v.42h.28c.14 0 .21-.07.21-.14l.07-.28h.84l-.14.49c-.07.35-.35.49-.77.56h-.56v.77c0 .14.07.21.35.21h.49l-.14.56h-1.19c-.35 0-.49-.14-.49-.49l.07-2.1zm4.2-2.45l.21-.84h1.19l-.07.28s.56-.28 1.05-.28h1.47l-.21.84h-.21l-1.12 3.85h.21l-.21.77h-.21l-.07.35h-1.19l.07-.35h-2.17l.21-.77h.21l1.12-3.85h-.28m1.26 0l-.28 1.05s.49-.21.91-.28c.07-.35.21-.77.21-.77h-.84zm-.49 1.54l-.28 1.12s.56-.28.98-.28c.14-.42.21-.77.21-.77l-.91-.07zm.21 2.31l.21-.77h-.84l-.21.77h.84zm2.87-4.69h1.12l.07.42c0 .07.07.14.21.14h.21l-.21.7h-.77c-.28 0-.49-.07-.49-.35l-.14-.91zm-.35 1.47h3.57l-.21.77h-1.19l-.21.7h1.12l-.21.77h-1.26l-.28.42h.63l.14.84c0 .07.07.14.21.14h.21l-.21.7h-.7c-.35 0-.56-.07-.56-.35l-.14-.77-.56.84c-.14.21-.35.35-.63.35h-1.05l.21-.7h.35c.14 0 .21-.07.35-.21l.84-1.26h-1.05l.21-.77h1.19l.21-.7h-1.19l.21-.77zm-19.74-5.04c-.14.7-.42 1.19-.91 1.54-.49.35-1.12.56-1.89.56-.7 0-1.26-.21-1.54-.56-.21-.28-.35-.56-.35-.98 0-.14 0-.35.07-.56l.84-3.92h1.19l-.77 3.92v.28c0 .21.07.35.14.49.14.21.35.28.7.28s.7-.07.91-.28c.21-.21.42-.42.49-.77l.77-3.92h1.19l-.84 3.92m1.12-1.54h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35.14.21.21.49.14.91l-.49 2.38h-.91l.42-2.17c.07-.28.07-.49 0-.56-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.63-3.57m9.8 0h.84l-.07.49.14-.14c.28-.28.63-.42 1.05-.42.35 0 .63.14.77.35s.21.49.14.91l-.49 2.38h-.91l.42-2.24c.07-.21 0-.42-.07-.49-.07-.14-.21-.14-.35-.14-.21 0-.42.07-.56.21-.14.14-.28.35-.28.63l-.42 2.03h-.91l.7-3.57m-5.81 0h.98l-.77 3.5h-.98l.77-3.5m.35-1.33h.98l-.21.84h-.98l.21-.84zm1.4 4.55c-.21-.21-.35-.56-.35-.98v-.21c0-.07 0-.21.07-.28.14-.56.35-1.05.7-1.33.35-.35.84-.49 1.33-.49.42 0 .77.14 1.05.35.21.21.35.56.35.98v.21c0 .07 0 .21-.07.28-.14.56-.35.98-.7 1.33-.35.35-.84.49-1.33.49-.35 0-.7-.14-1.05-.35m1.89-.7c.14-.21.28-.49.35-.84v-.35c0-.21-.07-.35-.14-.49a.635.635 0 0 0-.49-.21c-.28 0-.49.07-.63.28-.14.21-.28.49-.35.84v.28c0 .21.07.35.14.49.14.14.28.21.49.21.28.07.42 0 .63-.21m6.51-4.69h2.52c.49 0 .84.14 1.12.35.28.21.35.56.35.91v.28c0 .07 0 .21-.07.28-.07.49-.35.98-.7 1.26-.42.35-.84.49-1.4.49h-1.4l-.42 2.03h-1.19l1.19-5.6m.56 2.59h1.12c.28 0 .49-.07.7-.21.14-.14.28-.35.35-.63v-.28c0-.21-.07-.35-.21-.42-.14-.07-.35-.14-.7-.14h-.91l-.35 1.68zm8.68 3.71c-.35.77-.7 1.26-.91 1.47-.21.21-.63.7-1.61.7l.07-.63c.84-.28 1.26-1.4 1.54-1.96l-.28-3.78h1.19l.07 2.38.91-2.31h1.05l-2.03 4.13m-2.94-3.85l-.42.28c-.42-.35-.84-.56-1.54-.21-.98.49-1.89 4.13.91 2.94l.14.21h1.12l.7-3.29-.91.07m-.56 1.82c-.21.56-.56.84-.91.77-.28-.14-.35-.63-.21-1.19.21-.56.56-.84.91-.77.28.14.35.63.21 1.19"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </div> <div class="inline-item left"> <div class="copy"> Copyright &copy; 2024 <a href="/">Atishoo Gallery</a> </div> <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a> </div> </div> </div> </footer> </div> </div> </div><!-- /#page-wrap --> <div id="shopify-section-popup" class="shopify-section section-popup"> <section class="section-popup cc-popup cc-popup--bottom-right" data-freeze-scroll="false" data-section-id="popup" data-section-type="newsletter-popup" data-dismiss-for-days="30" data-delay-seconds="6" data-test-mode="false"> <div class="cc-popup-background"></div> <div class="cc-popup-modal " role="dialog" aria-modal="true"> <button type="button" class="cc-popup-close" aria-label="Close"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon feather-x" viewBox="0 0 24 24"><path d="M18 6L6 18M6 6l12 12"/></svg> </button> <div class="cc-popup-container "><div class="cc-popup-content"> <div class="cc-popup-column"><div class="cc-popup-form"> <form method="post" action="/contact#cc-popup" id="cc-popup" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="cc-popup-text"><h2 class="cc-popup-title">Newsletter</h2><div class="rte"><p>Sign up for our newsletter to hear about our latest news & offers.</p></div></div> <input type="hidden" id="contact_tags" name="contact[tags]" value="prospect,newsletter"/> <div class="cc-popup-form__inputs"> <div class="cc-popup-form__input-wrapper"> <input type="email" required class="cc-popup-form-input" value="" id="cc-popup-mailinglist_email" name="contact[email]" placeholder="Your email" /> </div> <div class="cc-popup-form-buttons"> <button class="btn btn--primary button cc-popup-form-submit" type="submit">Subscribe</button> </div> </div> <div class="cc-popup-social"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Twitter" class="twitter" target="_blank" rel="noopener" href="https://twitter.com/Atishoodesigns"><svg width="48px" height="40px" viewBox="0 0 48 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Twitter</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-240.000000, -299.000000)" fill="#000000"> <path d="M288,303.735283 C286.236309,304.538462 284.337383,305.081618 282.345483,305.324305 C284.379644,304.076201 285.940482,302.097147 286.675823,299.739617 C284.771263,300.895269 282.666667,301.736006 280.418384,302.18671 C278.626519,300.224991 276.065504,299 273.231203,299 C267.796443,299 263.387216,303.521488 263.387216,309.097508 C263.387216,309.88913 263.471738,310.657638 263.640782,311.397255 C255.456242,310.975442 248.201444,306.959552 243.341433,300.843265 C242.493397,302.339834 242.008804,304.076201 242.008804,305.925244 C242.008804,309.426869 243.747139,312.518238 246.389857,314.329722 C244.778306,314.280607 243.256911,313.821235 241.9271,313.070061 L241.9271,313.194294 C241.9271,318.08848 245.322064,322.17082 249.8299,323.095341 C249.004402,323.33225 248.133826,323.450704 247.235077,323.450704 C246.601162,323.450704 245.981335,323.390033 245.381229,323.271578 C246.634971,327.28169 250.269414,330.2026 254.580032,330.280607 C251.210424,332.99061 246.961789,334.605634 242.349709,334.605634 C241.555203,334.605634 240.769149,334.559408 240,334.466956 C244.358514,337.327194 249.53689,339 255.095615,339 C273.211481,339 283.114633,323.615385 283.114633,310.270495 C283.114633,309.831347 283.106181,309.392199 283.089276,308.961719 C285.013559,307.537378 286.684275,305.760563 288,303.735283"></path> </g> <g transform="translate(-1332.000000, -476.000000)"></g> </g> </svg></a></li> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://facebook.com/atishoodesignsgallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://instagram.com/atishoogallery"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div> </form> </div></div> </div></div> </div> </section> </div> <script> class ImageLazyLoaderInstance { constructor() { this.intersectionObserver = null; this.bindObservers(); this.loadLazyImages(); } static debounce(func, timeout = 300) { let timer; return (...args) => { clearTimeout(timer); timer = setTimeout(() => { func.apply(this, args); }, timeout); }; } loadLazyImage(img) { const imgLazySrc = img.getAttribute('data-lazy-src'), imgLazyBg = img.getAttribute('data-lazy-bg'); if(!imgLazySrc && !imgLazyBg) { console.warn('CC', 'Unable to load lazy image, no URL specified', img); return; } const imageLoadHandler = (newSrc) => { if(imgLazySrc) { img.setAttribute('src', newSrc); } else { img.style.backgroundImage = `url('${newSrc}')`; } // When images are lazy loaded, add a class to any text shadow containers const closestTextShadow = img.closest('.has-tint--shadow'); if (closestTextShadow) { closestTextShadow.classList.add('has-tint--shadow-in'); } // Remove lazy placeholder if (img.parentElement.classList.contains('lazyload--placeholder')) { img.parentElement.classList.remove('lazyload--placeholder'); } img.setAttribute('data-lazy-loaded', true); } // Find the closest parent with a width let imgWidth = img.clientWidth; if (imgWidth === 0) { let getWidth = function (imgParent) { return imgParent.clientWidth > 0 ? imgParent.clientWidth : getWidth(imgParent.parentElement); } imgWidth = getWidth(img.parentElement); } // Get the nearest width which is higher than this images width let closestWidth = 2048; for (let num of [80, 120, 180, 220, 300, 360, 460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]) { if (num > imgWidth) { closestWidth = num; break; } } // Load the image if(imgLazySrc || imgLazyBg){ const imgUrl = imgLazySrc ? imgLazySrc : imgLazyBg, oldSrc = img.getAttribute('src') || img.style.backgroundImage, newSrc = imgUrl.replace('{width}x', closestWidth + (window.devicePixelRatio > 1 || window.innerWidth <= 1024 ? 'x@2x' : 'x')); if (!oldSrc || oldSrc !== newSrc) { const tempImage = new Image(); tempImage.addEventListener('load', () => imageLoadHandler(newSrc)); tempImage.src = newSrc; } } } loadLazyImages(recheckImages) { let selectorSuffix = recheckImages ? '' : ':not([data-lazy-loaded="true"])'; // If image lazy loading is supported if ('loading' in HTMLImageElement.prototype) { document.querySelectorAll(`[data-lazy-src]${selectorSuffix}`).forEach(this.loadLazyImage); if(this.intersectionObserver) { document.querySelectorAll(`[data-lazy-bg]${selectorSuffix}`).forEach(imgBg => { this.intersectionObserver.observe(imgBg); }); } } else if (this.intersectionObserver) { document.querySelectorAll(`[data-lazy-src]${selectorSuffix},[data-lazy-bg]${selectorSuffix}`).forEach(img => { this.intersectionObserver.observe(img); }); } else { // Lazy loading and intersection observer not supported, fallback!! document.querySelectorAll(`[data-lazy-src]${selectorSuffix},[data-lazy-bg]${selectorSuffix}`).forEach(this.loadLazyImage); } } bindObservers() { // Observe scrolling where needed if ('IntersectionObserver' in window) { this.intersectionObserver = new IntersectionObserver( (entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { const img = entry.target; observer.unobserve(img); this.loadLazyImage(img); } }); }, { // Start lazy loading when within 200px of the image rootMargin: '0px 0px 400px 0px', threshold: 0.01 } ); } // Observe window resize events window.addEventListener('resize', ImageLazyLoaderInstance.debounce(() => this.loadLazyImages(true))); window.addEventListener("load", () => { // Observe DOM changes const observer = new MutationObserver(ImageLazyLoaderInstance.debounce(() => { this.loadLazyImages(); // Broadcast an event for future usage document.documentElement.dispatchEvent( new CustomEvent('theme:body-dom-change', {bubbles: true, cancelable: false}) ); }, 10)); observer.observe(document.body, { childList: true, subtree: true }); }); } } window.theme = window.theme || {}; theme.imageLazyLoader = new ImageLazyLoaderInstance(); /* Check for full width sections */ theme.assessFullWidthSections = function() { document.querySelectorAll('.has-alt-bg').forEach(elem => elem.classList.remove('last-alt-bg')); document.querySelectorAll('.has-full-width-section').forEach(elem => elem.classList.remove('last-full-width-section')); document.querySelectorAll('#content .shopify-section > .use-alt-bg').forEach(elem => elem.parentElement.classList.add('has-alt-bg')); document.querySelectorAll('#content .shopify-section > .full-width-section').forEach(elem => { const section = elem.parentElement; section.classList.add('has-full-width-section'); if (section.parentElement.lastElementChild === section) { section.classList.add('last-full-width-section'); } }); }; theme.assessFullWidthSections(); </script> <script src="//atishoogallery.co.uk/cdn/shop/t/14/assets/vendor.min.js?v=137803223016851922661686844063" defer="defer"></script> <script src="//atishoogallery.co.uk/cdn/shop/t/14/assets/theme.js?v=35342356627699016721686844063" defer="defer"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "You have no items in your cart\nFlotsam 1 mixed media canvas by Linda Flynn\nis backordered and will ship as soon as it is back in stock.\nA beautiful ocean blue mixed media painting on a deep canvas by Linda Flynn.\nMeasurements: 20 cm x 20 cm\nHandmade in the UK.\nSign up for our newsletter to hear about our latest news & offers.", "id": "<urn:uuid:43b9f794-7bc5-496f-8e46-c53bdba4730f>", "dump": "CC-MAIN-2024-10", "url": "https://atishoogallery.co.uk/products/flotsam-1-mixed-media-canvas-by-linda-flynn", "date": "2024-02-25T07:56:40", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9261964559555054, "token_count": 81 } }
<urn:uuid:0b450bfa-87a1-414c-9450-b8a066cfc1e9>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Hotjar Tracking Code for https://atlas-scientific.com --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1833971,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <link rel="stylesheet" type ="text/css" href="https://atlas-scientific.com/wp-content/themes/astra-child/assets/css/custom-colors.css" /><title>How to Build a DIY CO2 Meter with Arduino | Atlas Scientific</title> <!-- This site has installed PayPal for WooCommerce v4.4.18 - https://www.angelleye.com/product/woocommerce-paypal-plugin/ --> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; const gtm4wp_use_sku_instead = 1; const gtm4wp_currency = 'USD'; const gtm4wp_product_per_impression = 13; const gtm4wp_clear_ecommerce = false; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><script>window._wca = window._wca || [];</script> <!-- The SEO Framework by Sybre Waaijer --> <meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /> <link rel="canonical" href="https://atlas-scientific.com/blog/co2-meter-arduino/" /> <meta name="description" content="In this tutorial, we will show you how to make a benchtop&#x2d;style CO2 meter using our EZO&#x2d;CO2&trade; Embedded Carbon Dioxide Sensor connected to an Arduino Uno." /> <meta property="og:type" content="article" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Atlas Scientific" /> <meta property="og:title" content="How to Build a DIY CO2 Meter with Arduino | Atlas Scientific" /> <meta property="og:description" content="In this tutorial, we will show you how to make a benchtop&#x2d;style CO2 meter using our EZO&#x2d;CO2&trade; Embedded Carbon Dioxide Sensor connected to an Arduino Uno. The real&#x2d;time readings will be shown on a&#8230;" /> <meta property="og:url" content="https://atlas-scientific.com/blog/co2-meter-arduino/" /> <meta property="og:image" content="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?fit=1000%2C675&amp;ssl=1" /> <meta property="og:image:width" content="1000" /> <meta property="og:image:height" content="675" /> <meta property="og:image:alt" content="co2-meter-arduino" /> <meta property="og:image" content="https://atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg" /> <meta property="og:image" content="https://atlas-scientific.com/files/03-tools-blog-img.jpg" /> <meta property="og:image" content="https://atlas-scientific.com/files/04-co2-box-top-blg-img.jpg" /> <meta property="og:image" content="https://atlas-scientific.com/files/05-tools-blog-img.jpg" /> <meta property="og:image" content="https://atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg" /> <meta property="og:image" content="https://atlas-scientific.com/files/07-tools-blog-img.jpg" /> <meta property="article:published_time" content="2021-11-12T20:24+00:00" /> <meta property="article:modified_time" content="2022-11-04T15:16+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="How to Build a DIY CO2 Meter with Arduino | Atlas Scientific" /> <meta name="twitter:description" content="In this tutorial, we will show you how to make a benchtop&#x2d;style CO2 meter using our EZO&#x2d;CO2&trade; Embedded Carbon Dioxide Sensor connected to an Arduino Uno. The real&#x2d;time readings will be shown on a&#8230;" /> <meta name="twitter:image" content="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?fit=1000%2C675&amp;ssl=1" /> <meta name="twitter:image:alt" content="co2-meter-arduino" /> <meta name="google-site-verification" content="2c9Ly02OH-bM2EZv_exXTyUc3TOaZAGXjL6MCIBv-n8" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://atlas-scientific.com/#/schema/WebSite","url":"https://atlas-scientific.com/","name":"Atlas Scientific","description":"Environmental Robotics","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://atlas-scientific.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://atlas-scientific.com/#/schema/Organization","name":"Atlas Scientific","url":"https://atlas-scientific.com/","logo":{"@type":"ImageObject","url":"https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=512%2C512&ssl=1","contentUrl":"https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=512%2C512&ssl=1","width":512,"height":512}}},{"@type":"WebPage","@id":"https://atlas-scientific.com/blog/co2-meter-arduino/","url":"https://atlas-scientific.com/blog/co2-meter-arduino/","name":"How to Build a DIY CO2 Meter with Arduino | Atlas Scientific","description":"In this tutorial, we will show you how to make a benchtop&#x2d;style CO2 meter using our EZO&#x2d;CO2&trade; Embedded Carbon Dioxide Sensor connected to an Arduino Uno.","inLanguage":"en-US","isPartOf":{"@id":"https://atlas-scientific.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://atlas-scientific.com/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://atlas-scientific.com/","name":"Atlas Scientific"},{"@type":"ListItem","position":2,"item":"https://atlas-scientific.com/category/blog/","name":"Blog"},{"@type":"ListItem","position":3,"name":"How to Build a DIY CO2 Meter with Arduino"}]},"potentialAction":{"@type":"ReadAction","target":"https://atlas-scientific.com/blog/co2-meter-arduino/"},"datePublished":"2021-11-12T20:24+00:00","dateModified":"2022-11-04T15:16+00:00","author":{"@type":"Person","@id":"https://atlas-scientific.com/#/schema/Person/5783d666ce5043826f99991c11c4bea3","name":"pomelo"}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 9.46ms meta | 4.34ms boot --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//c0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Atlas Scientific &raquo; Feed" href="https://atlas-scientific.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Atlas Scientific &raquo; Comments Feed" href="https://atlas-scientific.com/comments/feed/" /> <link rel='stylesheet' id='woocommerce-pdf-frontend-css-css' href='https://atlas-scientific.com/wp-content/plugins/woocommerce-pdf-invoice/assets/css/woocommerce-pdf-frontend-css.css?ver=4.18.2' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/6.4.3/wp-includes/css/dist/block-library/style.min.css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify{text-align:justify;} </style> <link rel='stylesheet' id='bew-font-icons-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/minified/bew-font-icons/css/bew-font-icons.min.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='bew-third-party-styles-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/minified/third-party/css/third-party.min.css?ver=2.1.5' media='all' /> <style id='cf-frontend-style-inline-css'> @font-face { font-family: 'Avenir Next Regular'; font-weight: 400; font-display: auto; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Regular.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Regular'; font-weight: 400; font-display: auto; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Regular.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Bold'; font-weight: 400; font-display: swap; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Bold.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Bold'; font-weight: 400; font-display: swap; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Bold.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Regular'; font-weight: 400; font-display: auto; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Regular.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Regular'; font-weight: 400; font-display: auto; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Regular.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Regular'; font-weight: 400; font-display: auto; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Regular.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Bold'; font-weight: 400; font-display: swap; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Bold.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Bold'; font-weight: 400; font-display: swap; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Bold.otf') format('OpenType'); } @font-face { font-family: 'Avenir Next Bold'; font-weight: 400; font-display: swap; src: url('https://atlas-scientific.com/files/2019/09/AvenirNextLTPro-Bold.otf') format('OpenType'); } </style> <link rel='stylesheet' id='category-colors-css-css' href='https://atlas-scientific.com/wp-content/themes/astra-child/assets/css/custom-colors.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='astra-theme-css-css' href='https://atlas-scientific.com/wp-content/themes/astra/assets/css/minified/style.min.css?ver=4.6.3' media='all' /> <link rel='stylesheet' id='astra-google-fonts-css' href='//atlas-scientific.com/wp-content/uploads/omgf/astra-google-fonts/astra-google-fonts.css?ver=1674229616' media='all' /> <link rel='stylesheet' id='astra-theme-dynamic-css' href='https://atlas-scientific.com/files/astra/astra-theme-dynamic-css-post-24872.css?ver=1708740228' media='all' /> <link rel='stylesheet' id='bew-style-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/style.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='bew-font-awesome-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/third/font-awesome.min.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/third/simple-line-icons.min.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://atlas-scientific.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css?ver=4.6.3' media='all' /> <style id='woocommerce-layout-inline-css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://atlas-scientific.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css?ver=4.6.3' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://atlas-scientific.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css?ver=4.6.3' media='all' /> <style id='woocommerce-general-inline-css'> .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { float: left; } .woocommerce .woocommerce-ordering { float: right; margin-bottom: 2.5em; } .woocommerce-js a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { font-size: 100%; line-height: 1; text-decoration: none; overflow: visible; padding: 0.5em 0.75em; font-weight: 700; border-radius: 3px; color: $secondarytext; background-color: $secondary; border: 0; } .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background-color: #dad8da; background-image: none; color: #515151; } #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){font-size:1.2rem;padding:20px 0 14px;margin:0 0 20px;border-bottom:1px solid var(--ast-border-color);font-weight:700;}form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){border-width:2px 2px 0 2px;border-style:solid;font-size:1.2rem;margin:0;padding:1.5em 1.5em 1em;border-color:var(--ast-border-color);font-weight:700;}.woocommerce-Address h3, .cart-collaterals h2{font-size:1.2rem;padding:.7em 1em;}.woocommerce-cart .cart-collaterals .cart_totals>h2{font-weight:700;}form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review){padding:0 2em;border-width:0 2px 2px;border-style:solid;border-color:var(--ast-border-color);}ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li){margin:0;padding:0.25em 0 0.25em 22px;text-indent:-22px;list-style:none outside;}.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale{background-color:#307c1f;color:#ffffff;}.woocommerce-message, .woocommerce-info{border-top-color:#307c1f;}.woocommerce-message::before,.woocommerce-info::before{color:#307c1f;}.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a{color:#333333;}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li{border-color:#307c1f;}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{background:#307c1f;color:#ffffff;}.woocommerce-MyAccount-navigation-link.is-active a{color:#000000;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#307c1f;}.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before{color:var(--ast-global-color-3);}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before{background:#307c1f;}.ast-site-header-cart a{color:#333333;}.ast-site-header-cart a:focus, .ast-site-header-cart a:hover, .ast-site-header-cart .current-menu-item a{color:#307c1f;}.ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after{border-color:#307c1f;color:#307c1f;}.ast-cart-menu-wrap:hover .count{color:#ffffff;background-color:#307c1f;}.ast-site-header-cart .widget_shopping_cart .total .woocommerce-Price-amount{color:#307c1f;}.woocommerce a.remove:hover, .ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item .menu-item:hover > .menu-link.remove:hover{color:#307c1f;border-color:#307c1f;background-color:#ffffff;}.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward{color:#ffffff;border-color:#307c1f;background-color:#307c1f;}.site-header .ast-site-header-cart-data .button.wc-forward, .site-header .ast-site-header-cart-data .button.wc-forward:hover{color:#ffffff;}.below-header-user-select .ast-site-header-cart .widget, .ast-above-header-section .ast-site-header-cart .widget a, .below-header-user-select .ast-site-header-cart .widget_shopping_cart a{color:#333333;}.below-header-user-select .ast-site-header-cart .widget_shopping_cart a:hover, .ast-above-header-section .ast-site-header-cart .widget_shopping_cart a:hover, .below-header-user-select .ast-site-header-cart .widget_shopping_cart a.remove:hover, .ast-above-header-section .ast-site-header-cart .widget_shopping_cart a.remove:hover{color:#307c1f;}.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled{color:#ffffff;}.woocommerce #content table.cart .button[name="apply_coupon"], .woocommerce-page #content table.cart .button[name="apply_coupon"]{padding:10px 40px;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{line-height:1;border-width:1px;border-style:solid;}.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{line-height:1.3;}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale{color:#ffffff;border-color:#415161;background-color:#415161;}.woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce-js a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover{color:#ffffff;border-color:#307c1f;background-color:#307c1f;}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit;padding-top:5px;padding-right:15px;padding-bottom:5px;padding-left:15px;}.woocommerce ul.products li.product a, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover{text-decoration:none;}.woocommerce .up-sells h2, .woocommerce .related.products h2, .woocommerce .woocommerce-tabs h2{font-size:1.5rem;}.woocommerce h2, .woocommerce-account h2{font-size:1.625rem;}.woocommerce ul.product-categories > li ul li:before{content:"\e900";padding:0 5px 0 5px;display:inline-block;font-family:Astra;transform:rotate(-90deg);font-size:0.7rem;}.ast-site-header-cart i.astra-icon:before{font-family:Astra;}.ast-icon-shopping-cart:before{content:"\f07a";}.ast-icon-shopping-bag:before{content:"\f290";}.ast-icon-shopping-basket:before{content:"\f291";}.ast-icon-shopping-cart svg{height:.82em;}.ast-icon-shopping-bag svg{height:1em;width:1em;}.ast-icon-shopping-basket svg{height:1.15em;width:1.2em;}.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap, .ast-site-header-cart.ast-menu-cart-fill .ast-addon-cart-wrap {line-height:1;}.ast-site-header-cart.ast-menu-cart-fill i.astra-icon{ font-size:1.1em;}li.woocommerce-custom-menu-item .ast-site-header-cart i.astra-icon:after{ padding-left:2px;}.ast-hfb-header .ast-addon-cart-wrap{ padding:0.4em;}.ast-header-break-point.ast-header-custom-item-outside .ast-woo-header-cart-info-wrap{ display:none;}.ast-site-header-cart i.astra-icon:after{ background:#307c1f;}@media (min-width:545px) and (max-width:768px){.woocommerce.tablet-columns-6 ul.products li.product, .woocommerce-page.tablet-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.tablet-columns-5 ul.products li.product, .woocommerce-page.tablet-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.tablet-columns-4 ul.products li.product, .woocommerce-page.tablet-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.tablet-columns-3 ul.products li.product, .woocommerce-page.tablet-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.tablet-columns-2 ul.products li.product, .woocommerce-page.tablet-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.tablet-columns-1 ul.products li.product, .woocommerce-page.tablet-columns-1 ul.products li.product{width:100%;}.woocommerce div.product .related.products ul.products li.product{width:calc(33.33% - 14px);}}@media (min-width:545px) and (max-width:768px){.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(33.33% - 14px);margin-right:20px;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n+1){clear:left;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n+1){clear:left;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-1 .site-main ul.products li.product{margin-right:0;clear:right;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n+1){clear:left;}}@media (min-width:769px){.woocommerce form.checkout_coupon{width:50%;}.woocommerce #reviews #comments{float:left;}.woocommerce #reviews #review_form_wrapper{float:right;}}@media (max-width:768px){.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart{padding-right:0;padding-left:0;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .main-header-bar{text-align:center;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-mobile-menu-buttons{display:inline-block;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-2.ast-mobile-header-inline .site-branding{flex:auto;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .site-branding{flex:0 0 100%;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .main-header-container{display:flex;justify-content:center;}.woocommerce-cart .woocommerce-shipping-calculator .button{width:100%;}.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary{float:none;width:100%;}.woocommerce-cart table.cart td.actions .ast-return-to-shop{display:block;text-align:center;margin-top:1em;}}@media (max-width:544px){.ast-separate-container .ast-woocommerce-container{padding:.54em 1em 1.33333em;}.woocommerce-message, .woocommerce-error, .woocommerce-info{display:flex;flex-wrap:wrap;}.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button{order:1;margin-top:.5em;}.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;margin-bottom:2em;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{padding-left:1em;padding-right:1em;}.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button{width:100%;}.woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon{float:none;}.woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .button{flex:1;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{display:block;}.woocommerce ul.products a.button, .woocommerce-page ul.products a.button{padding:0.5em 0.75em;}.woocommerce div.product .related.products ul.products li.product, .woocommerce.mobile-columns-2 ul.products li.product, .woocommerce-page.mobile-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.mobile-columns-6 ul.products li.product, .woocommerce-page.mobile-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.mobile-columns-5 ul.products li.product, .woocommerce-page.mobile-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.mobile-columns-4 ul.products li.product, .woocommerce-page.mobile-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.mobile-columns-3 ul.products li.product, .woocommerce-page.mobile-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.mobile-columns-1 ul.products li.product, .woocommerce-page.mobile-columns-1 ul.products li.product{width:100%;}}@media (max-width:544px){.woocommerce ul.products a.button.loading::after, .woocommerce-page ul.products a.button.loading::after{display:inline-block;margin-left:5px;position:initial;}.woocommerce.mobile-columns-1 .site-main ul.products li.product:nth-child(n), .woocommerce-page.mobile-columns-1 .site-main ul.products li.product:nth-child(n){margin-right:0;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{display:block;margin-right:0;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(50% - 10px);margin-right:20px;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce-page[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-6>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-6>ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(2n+1){clear:left;}.woocommerce-page[class*=columns-] ul.products li.product:nth-child(n), .woocommerce[class*=columns-] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce div.product .related.products ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce div.product .related.products ul.products li.product:nth-child(2n+1){clear:left;}}@media (min-width:769px){.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images, .woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images{width:50%;}.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary{width:46%;}.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2{float:none;width:auto;}}.widget_product_search button{flex:0 0 auto;padding:10px 20px;;}@media (min-width:769px){.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set{width:55%;float:left;margin-right:4.347826087%;}.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading{width:40%;float:right;margin-right:0;clear:right;}}select, .select2-container .select2-selection--single{background-image:url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%234B4F58' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");background-size:.8em;background-repeat:no-repeat;background-position-x:calc( 100% - 10px );background-position-y:center;-webkit-appearance:none;-moz-appearance:none;padding-right:2em;} .woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left { text-align: left; } .woocommerce ul.products li.product.desktop-align-left .star-rating, .woocommerce ul.products li.product.desktop-align-left .button, .woocommerce-page ul.products li.product.desktop-align-left .star-rating, .woocommerce-page ul.products li.product.desktop-align-left .button { margin-left: 0; margin-right: 0; } @media(max-width: 768px){ .woocommerce ul.products li.product.tablet-align-left, .woocommerce-page ul.products li.product.tablet-align-left { text-align: left; } .woocommerce ul.products li.product.tablet-align-left .star-rating, .woocommerce ul.products li.product.tablet-align-left .button, .woocommerce-page ul.products li.product.tablet-align-left .star-rating, .woocommerce-page ul.products li.product.tablet-align-left .button { margin-left: 0; margin-right: 0; } }@media(max-width: 544px){ .woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left { text-align: left; } .woocommerce ul.products li.product.mobile-align-left .star-rating, .woocommerce ul.products li.product.mobile-align-left .button, .woocommerce-page ul.products li.product.mobile-align-left .star-rating, .woocommerce-page ul.products li.product.mobile-align-left .button { margin-left: 0; margin-right: 0; } }.ast-woo-active-filter-widget .wc-block-active-filters{display:flex;align-items:self-start;justify-content:space-between;}.ast-woo-active-filter-widget .wc-block-active-filters__clear-all{flex:none;margin-top:2px;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set{width:100%;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading{width:100%;float:inherit;}.elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single, .elementor-widget-woocommerce-cart .select2-container .select2-selection--single{padding:0;}.elementor-widget-woocommerce-checkout-page .woocommerce form .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address, .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link, .elementor-widget-woocommerce-cart .woocommerce a.remove{border:none;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals > h2{background-color:inherit;border-bottom:0px;margin:0px;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals{padding:0;border-color:inherit;border-radius:0;margin-bottom:0px;border-width:0px;}.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-apply-coupon{line-height:initial;}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{margin-bottom:var(--myaccount-section-title-spacing, 0px);}.elementor-widget-woocommerce-my-account .woocommerce-Addresses .woocommerce-Address-title, .elementor-widget-woocommerce-my-account table.shop_table thead, .elementor-widget-woocommerce-my-account .woocommerce-page table.shop_table thead, .elementor-widget-woocommerce-cart table.shop_table thead{background:inherit;}.elementor-widget-woocommerce-cart .e-apply-coupon, .elementor-widget-woocommerce-cart #coupon_code, .elementor-widget-woocommerce-checkout-page .e-apply-coupon, .elementor-widget-woocommerce-checkout-page #coupon_code{height:100%;}.elementor-widget-woocommerce-cart td.product-name dl.variation dt{font-weight:inherit;}.elementor-element.elementor-widget-woocommerce-checkout-page .e-checkout__container #customer_details .col-1{margin-bottom:0;} </style> <link rel='stylesheet' id='bew-woocommerce-astra-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/bew-woocommerce-astra.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='bew-woocommerce-css' href='https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/bew-woocommerce.css?ver=2.1.5' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://c0.wp.com/c/6.4.3/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://c0.wp.com/c/6.4.3/wp-includes/js/mediaelement/wp-mediaelement.min.css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='amazon-payments-advanced-blocks-log-out-banner-css' href='https://atlas-scientific.com/wp-content/plugins/woocommerce-gateway-amazon-payments-advanced/build/js/blocks/log-out-banner/style-index.css?ver=7b7a8388c5cd363f116c' media='all' /> <style id='global-styles-inline-css'> body{--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--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}body { margin: 0;--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: 24px; }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-flex) {gap: 24px;}:where(body .is-layout-grid) {gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.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-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !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-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='aftax-frontc-css' href='https://atlas-scientific.com/wp-content/plugins/woocommerce-tax-exempt-plugin/assets/css/aftax_front.css?ver=1.0' media='' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='angelleye-paypal-woocommerce-credit-card-split-css' href='https://atlas-scientific.com/wp-content/plugins/angelleye-paypal-woocommerce-credit-card-split/public/css/angelleye-paypal-woocommerce-credit-card-split-public.css?ver=1.0.4' media='all' /> <link rel='stylesheet' id='astra-addon-css-css' href='https://atlas-scientific.com/files/astra-addon/astra-addon-65d7d3c88e7707-27698977.css?ver=4.6.4' media='all' /> <link rel='stylesheet' id='astra-addon-dynamic-css' href='https://atlas-scientific.com/files/astra-addon/astra-addon-dynamic-css-post-24872.css?ver=1708740228' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='elementor-post-551-css' href='https://atlas-scientific.com/files/elementor/css/post-551.css?ver=1708698365' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.27.0' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-4816-css' href='https://atlas-scientific.com/files/elementor/css/post-4816.css?ver=1708698365' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='uael-frontend-css' href='https://atlas-scientific.com/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.36.29' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='elementor-post-867-css' href='https://atlas-scientific.com/files/elementor/css/post-867.css?ver=1708698366' media='all' /> <link rel='stylesheet' id='elementor-post-19388-css' href='https://atlas-scientific.com/files/elementor/css/post-19388.css?ver=1708698366' media='all' /> <link rel='stylesheet' id='elementor-post-2439-css' href='https://atlas-scientific.com/files/elementor/css/post-2439.css?ver=1708698366' media='all' /> <link rel='stylesheet' id='yith_ywraq_frontend-css' href='https://atlas-scientific.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/css/ywraq-frontend.css?ver=4.21.0' media='all' /> <style id='yith_ywraq_frontend-inline-css'> :root { --ywraq_layout_button_bg_color: #0066b4; --ywraq_layout_button_bg_color_hover: #044a80; --ywraq_layout_button_border_color: #0066b4; --ywraq_layout_button_border_color_hover: #044a80; --ywraq_layout_button_color: #ffffff; --ywraq_layout_button_color_hover: #ffffff; --ywraq_checkout_button_bg_color: #0066b4; --ywraq_checkout_button_bg_color_hover: #044a80; --ywraq_checkout_button_border_color: #0066b4; --ywraq_checkout_button_border_color_hover: #044a80; --ywraq_checkout_button_color: #ffffff; --ywraq_checkout_button_color_hover: #ffffff; --ywraq_accept_button_bg_color: #0066b4; --ywraq_accept_button_bg_color_hover: #044a80; --ywraq_accept_button_border_color: #0066b4; --ywraq_accept_button_border_color_hover: #044a80; --ywraq_accept_button_color: #ffffff; --ywraq_accept_button_color_hover: #ffffff; --ywraq_reject_button_bg_color: transparent; --ywraq_reject_button_bg_color_hover: #CC2B2B; --ywraq_reject_button_border_color: #CC2B2B; --ywraq_reject_button_border_color_hover: #CC2B2B; --ywraq_reject_button_color: #CC2B2B; --ywraq_reject_button_color_hover: #ffffff; } </style> <link rel='stylesheet' id='astra-child-theme-css-css' href='https://atlas-scientific.com/wp-content/themes/astra-child/style.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='jquery-chosen-css' href='https://atlas-scientific.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7' media='all' /> <link rel='stylesheet' id='jet-search-css' href='https://atlas-scientific.com/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.2.3' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='//atlas-scientific.com/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1674229616' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/13.1.3/css/jetpack.css' media='all' /> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script> <!--[if IE]> <script src="https://atlas-scientific.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.6.3" id="astra-flexibility-js"></script> <script id="astra-flexibility-js-after"> flexibility(document.documentElement);</script> <![endif]--> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/imagesloaded.min.js" id="imagesLoaded-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/woocommerce-tax-exempt-plugin/assets/js/aftax_front.js?ver=1.0" id="aftax-frontj-js"></script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/jquery-blockui/jquery.blockUI.min.js" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/atlas-scientific.com","is_cart":"","cart_redirect_after_add":"no"}; </script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/frontend/add-to-cart.min.js" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/js-cookie/js.cookie.min.js" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/frontend/woocommerce.min.js" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script id="angelleye-paypal-woocommerce-credit-card-split-js-extra"> var angelleye_card_param = {"grand_total":"0","order_total_error":"Order total exceeds, Please reduce order amount in input field.","negative_amount_error":"Negative amount not allowed in amount field.","pfwcc_public_js_currency_position":"left","pfwcc_public_js_thousand_separator":",","pfwcc_public_js_decimal_separator":".","pfwcc_public_js_number_of_decimals":"2"}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/angelleye-paypal-woocommerce-credit-card-split/public/js/angelleye-paypal-woocommerce-credit-card-split-public.js?ver=1.0.4" id="angelleye-paypal-woocommerce-credit-card-split-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/angelleye-paypal-woocommerce-credit-card-split/public/js/angelleye-paypal-woocommerce-credit-card-split-public-numeric.js?ver=1.0.4" id="angelleye-paypal-woocommerce-credit-card-split-numeric-js"></script> <script src="https://stats.wp.com/s-202408.js" id="woocommerce-analytics-js" defer data-wp-strategy="defer"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.19.2" id="font-awesome-4-shim-js"></script> <script id="wc-cart-fragments-js-extra"> var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_aa38a36397e2b27a288fbdb9ddbdb86c","fragment_name":"wc_fragments_aa38a36397e2b27a288fbdb9ddbdb86c","request_timeout":"5000"}; </script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/frontend/cart-fragments.min.js" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script> <link rel="https://api.w.org/" href="https://atlas-scientific.com/wp-json/" /><link rel="alternate" type="application/json" href="https://atlas-scientific.com/wp-json/wp/v2/posts/24872" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://atlas-scientific.com/xmlrpc.php?rsd" /> <link rel="alternate" type="application/json+oembed" href="https://atlas-scientific.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatlas-scientific.com%2Fblog%2Fco2-meter-arduino%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://atlas-scientific.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatlas-scientific.com%2Fblog%2Fco2-meter-arduino%2F&#038;format=xml" /> <script> if ( 'undefined' === typeof _affirm_config ) { var _affirm_config = { public_api_key: "IKUCCDWVTZ3CD46X", script: "https://cdn1.affirm.com/js/v2/affirm.js" }; (function(l,g,m,e,a,f,b){var d,c=l[m]||{},h=document.createElement(f),n=document.getElementsByTagName(f)[0],k=function(a,b,c){return function(){a[b]._.push([c,arguments])}};c[e]=k(c,e,"set");d=c[e];c[a]={};c[a]._=[];d._=[];c[a][b]=k(c,a,b);a=0;for(b="set add save post open empty reset on off trigger ready setProduct".split(" ");a<b.length;a++)d[b[a]]=k(c,e,b[a]);a=0;for(b=["get","token","url","items"];a<b.length;a++)d[b[a]]=function(){};h.async=!0;h.src=g[f];n.parentNode.insertBefore(h,n);delete g[f];d(g);l[m]=c})(window,_affirm_config,"affirm","checkout","ui","script","ready"); } </script> <style>img#wpstats{display:none}</style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to manual --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","visitorIP":"44.220.62.183","pageTitle":"How to Build a DIY CO2 Meter with Arduino | Atlas Scientific","pageCategory":["blog"],"pageAttributes":["instructional"],"cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]}}; dataLayer.push( dataLayer_content ); </script> <script data-cfasync="false"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WKGKGWT'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WKGKGWT');</script> <!-- End Google Tag Manager --> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.19.2; features: e_optimized_assets_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css"> .wdp_bulk_table_content .wdp_pricing_table_caption { color: #6d6d6d ! important} .wdp_bulk_table_content table thead td { color: #6d6d6d ! important} .wdp_bulk_table_content table thead td { background-color: #efefef ! important} .wdp_bulk_table_content table tbody td { color: #6d6d6d ! important} .wdp_bulk_table_content table tbody td { background-color: #ffffff ! important} .wdp_bulk_table_content .wdp_pricing_table_footer { color: #6d6d6d ! important} </style> <!-- BEGIN Clicky Analytics v2.2.3 Tracking - https://deconf.com/clicky-analytics-dashboard-wordpress/ --> <script type="text/javascript"> var clicky_custom = clicky_custom || {}; clicky_custom.outbound_pattern = ['/go/','/out/']; </script> <script async src="//static.getclicky.com/100820155.js"></script> <!-- END Clicky Analytics v2.2.3 Tracking - https://deconf.com/clicky-analytics-dashboard-wordpress/ --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-45731222-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-45731222-1'); </script> <link rel="icon" href="https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/atlas-scientific.com/files/cropped-Atlas-logo-favicon.png?fit=270%2C270&#038;ssl=1" /> <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://atlas-scientific.com/?custom-css=65ebc68741" /><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body itemtype='https://schema.org/Blog' itemscope='itemscope' class="post-template-default single single-post postid-24872 single-format-standard theme-astra woocommerce-no-js ast-desktop ast-page-builder-template ast-no-sidebar astra-4.6.3 ast-header-custom-item-outside ast-full-width-primary-header ast-blog-single-style-1 ast-single-post ast-woocommerce-cart-menu ast-inherit-site-logo-transparent ast-theme-transparent-header ast-above-mobile-menu-align-inline ast-default-menu-enable ast-default-above-menu-enable ast-default-below-menu-enable ast-padded-layout ast-full-width-header elementor-page-19388 ast-normal-title-enabled elementor-default elementor-kit-4816 astra-addon-4.6.4"> <!-- GTM Container placement set to manual --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKGKGWT" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKGKGWT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <a class="skip-link screen-reader-text" href="#content" role="link" title="Skip to content"> Skip to content</a> <div class="hfeed site" id="page"> <div data-elementor-type="header" data-elementor-id="867" class="elementor elementor-867 elementor-location-header" data-elementor-post-type="elementor_library"> <header class="elementor-section elementor-top-section elementor-element elementor-element-6e1d3eeb elementor-section-content-middle elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-phone desktop-nav elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="6e1d3eeb" data-element_type="section" id="main-nav" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-40f2e8d0" data-id="40f2e8d0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-385fd33 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default" data-id="385fd33" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2c52826" data-id="2c52826" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-21f9f13 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="21f9f13" data-element_type="widget" id="main-nav-btn" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="#" class="elementor-icon elementor-animation-pop" tabindex="-1"> <i aria-hidden="true" class="fas fa-list-ul"></i> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="#" > Shop Now </a> </h3> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b948946" data-id="b948946" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-54ce8532 elementor-invisible" data-id="54ce8532" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-2d118a21 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2d118a21" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-655a19c" data-id="655a19c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b73b64b elementor-widget elementor-widget-shortcode" data-id="b73b64b" data-element_type="widget" id="category_logo" data-settings="{&quot;_animation&quot;:&quot;none&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com"><img width="600" height="96" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%2096'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=20%2C3&amp;ssl=1 20w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?fit=600%2C96&amp;ssl=1" /><noscript><img loading="lazy" width="600" height="96" src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?fit=600%2C96&amp;ssl=1" class="attachment-full size-full" alt="" decoding="async" srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=20%2C3&amp;ssl=1 20w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <div class="elementor-shortcode"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-30be0838" data-id="30be0838" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-8149cfc" data-id="8149cfc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dfaa50d elementor-align-center account-btn elementor-widget elementor-widget-button" data-id="dfaa50d" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-pop" href="/my-account/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <i aria-hidden="true" class="fas fa-user-circle"></i> </span> <span class="elementor-button-text">Login</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-e2925ae" data-id="e2925ae" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c44ce45 search-btn search-style--icon categories--tablet-yes categories--mobile-yes elementor-widget elementor-widget-bew-woo-search" data-id="c44ce45" data-element_type="widget" data-widget_type="bew-woo-search.default"> <div class="elementor-widget-container"> <div class="bew-woo-search"> <div class="header-search "> <div class="bew-woo-search-container "> <div class="bew-woo-search-form search-form-wrapper"> <form action="https://atlas-scientific.com/" method="get" role="search" class="search-form ajax-search-form submit-button-icon"> <input name="s" class="search-input" type="text" value="" placeholder="Search Products..." autocomplete="off"/> <input type="hidden" name="post_type" value="product"/> <button type="submit" id="search-btn" title="Search"><i class="ti-search" aria-hidden="true"></i>Search</button> </form> <p class="search-description"> <span># Type at least 1 character to search</span> <span># Hit enter to search or ESC to close</span> </p> <div class="search-results-wrapper"> <p class="ajax-search-notice"></p> </div> <div class="btn-search-close btn--hidden"> <i class="pe-7s-close"></i> </div> </div> </div> <a href="#" class="toggle"> <i class="fa fa-search" aria-hidden="true"></i> <span>Search</span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-ffcf28a" data-id="ffcf28a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-713189d cart-btn bew-menu-cart-buttons-inline bew-woo-quantity-cart-yes bew-woo-empty-icon-cart-yes elementor-widget elementor-widget-bew-woo-menu-cart" data-id="713189d" data-element_type="widget" data-widget_type="bew-woo-menu-cart.default"> <div class="elementor-widget-container"> <div class="bew-menu-cart bew-menu-cart-canvas"> <div class="woo-header-cart woo-arrow show-qty-text show-after-text-icon" data-icon="icon-bag" data-type="square"> <a class="woo-menucart square" href=" " title="View your shopping cart"> <i class="icon-bag"></i> <span class="woo-cart-quantity"> 0 <span class="woo-cart-text-quantity">items</span> </span> </a> </div> <div class="bew-mini-cart bew-mini-cart-canvas"> <div class="cart-canvas woocommerce shopping-cart hide_view_cart"> <div class="shopping-cart-header"> <h3 class="heading--add-small">Your Cart</h3> <button class="drawer__btn-close btn" type="button"> <span> Close </span> </button> </div> <div class="shopping-cart-content"> <div class="bew-empty-cart"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/img/empty-cart.png"><noscript><img src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/img/empty-cart.png"></noscript> </div> <script> (function($) { $( document.body ).off('click', '.remove').on( 'click', '.remove', function() { ga( 'ec:addProduct', { 'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')), 'quantity': $(this).parent().parent().find( '.qty' ).val() ? $(this).parent().parent().find( '.qty' ).val() : '1', } ); ga( 'ec:setAction', 'remove' ); ga( 'send', 'event', 'UX', 'click', 'remove from cart' ); }); })(jQuery); </script> <div class="ast-mini-cart-empty"> <div class="ast-mini-cart-message"> <p class="woocommerce-mini-cart__empty-message">No products in the cart.</p> </div> <div class="woocommerce-mini-cart__buttons"> <a href="" class="button wc-forward ast-continue-shopping">Continue Shopping</a> </div> </div> </div> </div> <div class="bew-menu-canvas-overlay"></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </header> <header class="elementor-section elementor-top-section elementor-element elementor-element-5f4f5a0 elementor-section-content-middle elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5f4f5a0" data-element_type="section" id="expandable-nav" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a864b47" data-id="a864b47" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:100}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-59ae528 elementor-widget elementor-widget-heading" data-id="59ae528" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Product Categories</h4> </div> </div> <div class="elementor-element elementor-element-7d6565e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="7d6565e" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-cbe7a4d elementor-widget elementor-widget-spacer" data-id="cbe7a4d" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-fa83c60 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="fa83c60" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e1cb1aa" data-id="e1cb1aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7f763cf elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7f763cf" data-element_type="widget" id="new-products-link" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="/new-products"> <span class="elementor-icon-list-text">New Products</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-e02501a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e02501a" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="/ph"> <span class="elementor-icon-list-text">pH</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/orp"> <span class="elementor-icon-list-text">ORP</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/dissolved-oxygen"> <span class="elementor-icon-list-text">Dissolved Oxygen</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/conductivity"> <span class="elementor-icon-list-text">Conductivity</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/temperature"> <span class="elementor-icon-list-text">Temperature</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/co2/"> <span class="elementor-icon-list-text">CO2 (gas)</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/oxygen/"> <span class="elementor-icon-list-text">Oxygen (gas)</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/humidity/"> <span class="elementor-icon-list-text">Humidity</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/downloadable/atlas-iot-software/"> <span class="elementor-icon-list-text">Atlas Iot - Raspberry Pi Software</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6c22786" data-id="6c22786" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b8ba880 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b8ba880" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/atlasdesktop"> <span class="elementor-icon-list-text">AtlasDesktop</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/pressure"> <span class="elementor-icon-list-text">Pressure</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/peristaltic"> <span class="elementor-icon-list-text">Dosing Pumps</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/probes/ezo-rgb-embedded-color-sensor/"> <span class="elementor-icon-list-text">Color</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/flow-meters"> <span class="elementor-icon-list-text">Flow Meters</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/float-switches/"> <span class="elementor-icon-list-text">Float Switches</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/plumbing"> <span class="elementor-icon-list-text">Plumbing</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/kits"> <span class="elementor-icon-list-text">Kits</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/probes"> <span class="elementor-icon-list-text">Probes</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/probe-mounting"> <span class="elementor-icon-list-text">Probe Mounting</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9075ba1" data-id="9075ba1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-075e4dc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="075e4dc" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/ezo-complete/"> <span class="elementor-icon-list-text">EZO-Complete</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/industrial"> <span class="elementor-icon-list-text">Industrial</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/cables"> <span class="elementor-icon-list-text">Cables</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/connectors"> <span class="elementor-icon-list-text">Connectors</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/waterproofing/"> <span class="elementor-icon-list-text">Waterproofing</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/carrier-boards"> <span class="elementor-icon-list-text">Carrier Boards</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/calibration-solutions/"> <span class="elementor-icon-list-text">Calibration Solutions</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/electrical-isolation/"> <span class="elementor-icon-list-text">Electrical Isolation</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/embedded-solutions/"> <span class="elementor-icon-list-text">Embedded Solutions</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/ezo-accessories"> <span class="elementor-icon-list-text">EZO™ Accessories</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-327813f" data-id="327813f" data-element_type="column" data-settings="{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:100}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8122a94 elementor-widget elementor-widget-heading" data-id="8122a94" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Featured Products</h4> </div> </div> <div class="elementor-element elementor-element-5518411 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5518411" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-99ae8d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="99ae8d2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a39869b" data-id="a39869b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c2a2fce elementor-widget elementor-widget-image" data-id="c2a2fce" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/kits/industrial-ph-kit/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-42483" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-42483" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-ipH-6.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-aac3ab9 elementor-widget elementor-widget-image" data-id="aac3ab9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/probes/ezo-rgb-embedded-color-sensor/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-40683" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-40683" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-RGB-2.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-190d61a" data-id="190d61a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-025d40e elementor-widget elementor-widget-image" data-id="025d40e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/kits/wi-fi-hydroponics-kit/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-40680" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-40680" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-HK-2.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-c1bbe16 elementor-widget elementor-widget-image" data-id="c1bbe16" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/peristaltic/ezo-pmp/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-42092" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-42092" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-101.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6e96b2a" data-id="6e96b2a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-28c1a62 elementor-widget elementor-widget-image" data-id="28c1a62" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/kits/its-waterfeature-8/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-40682" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-40682" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/FP-ITS-2.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-62b4c37 elementor-widget elementor-widget-image" data-id="62b4c37" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/probes/ezo-co2-carbon-dioxide-sensor/"> <img width="1000" height="1000" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%201000'%3E%3C/svg%3E" class="attachment-large size-large wp-image-26388" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=200%2C200&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=60%2C60&amp;ssl=1 60w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=90%2C90&amp;ssl=1 90w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?fit=1000%2C1000&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="1000" src="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?fit=1000%2C1000&amp;ssl=1" class="attachment-large size-large wp-image-26388" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=200%2C200&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=60%2C60&amp;ssl=1 60w, https://i0.wp.com/atlas-scientific.com/files/Featured-Product-art-66.jpg?resize=90%2C90&amp;ssl=1 90w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a> </div> </div> </div> </div> </div> </section> </div> </div> </div> </header> <header class="elementor-section elementor-top-section elementor-element elementor-element-8f4dddc elementor-section-content-middle elementor-hidden-desktop mobile-nav elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8f4dddc" data-element_type="section" id="main-nav" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;tablet&quot;,&quot;mobile&quot;],&quot;animation&quot;:&quot;none&quot;,&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d456659" data-id="d456659" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7c64b64 elementor-widget elementor-widget-shortcode" data-id="7c64b64" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com"><img width="600" height="96" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%2096'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=20%2C3&amp;ssl=1 20w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?fit=600%2C96&amp;ssl=1" /><noscript><img loading="lazy" width="600" height="96" src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?fit=600%2C96&amp;ssl=1" class="attachment-full size-full" alt="" decoding="async" srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-white-text-green-line.png?resize=20%2C3&amp;ssl=1 20w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <div class="elementor-shortcode"></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f1aa32f elementor-hidden-phone" data-id="f1aa32f" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-30b1c26" data-id="30b1c26" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6c531f9 cart-btn bew-menu-cart-buttons-stacked bew-woo-quantity-cart-yes bew-woo-empty-icon-cart-yes content-inline-yes elementor-widget elementor-widget-bew-woo-menu-cart" data-id="6c531f9" data-element_type="widget" data-widget_type="bew-woo-menu-cart.default"> <div class="elementor-widget-container"> <div class="bew-menu-cart bew-menu-cart-canvas"> <div class="woo-header-cart woo-arrow show-qty-text show-after-text-icon" data-icon="icon-bag" data-type="square"> <a class="woo-menucart square" href=" " title="View your shopping cart"> <i class="icon-bag"></i> <span class="woo-cart-quantity"> 0 <span class="woo-cart-text-quantity">items</span> </span> </a> </div> <div class="bew-mini-cart bew-mini-cart-canvas"> <div class="cart-canvas woocommerce shopping-cart hide_view_cart"> <div class="shopping-cart-header"> <h3 class="heading--add-small">Your Cart</h3> <button class="drawer__btn-close btn" type="button"> <span> Close </span> </button> </div> <div class="shopping-cart-content"> <div class="bew-empty-cart"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/img/empty-cart.png"><noscript><img src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/img/empty-cart.png"></noscript> </div> <script> (function($) { $( document.body ).off('click', '.remove').on( 'click', '.remove', function() { ga( 'ec:addProduct', { 'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')), 'quantity': $(this).parent().parent().find( '.qty' ).val() ? $(this).parent().parent().find( '.qty' ).val() : '1', } ); ga( 'ec:setAction', 'remove' ); ga( 'send', 'event', 'UX', 'click', 'remove from cart' ); }); })(jQuery); </script> <div class="ast-mini-cart-empty"> <div class="ast-mini-cart-message"> <p class="woocommerce-mini-cart__empty-message">No products in the cart.</p> </div> <div class="woocommerce-mini-cart__buttons"> <a href="" class="button wc-forward ast-continue-shopping">Continue Shopping</a> </div> </div> </div> </div> <div class="bew-menu-canvas-overlay"></div> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-c437c7c" data-id="c437c7c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b761b7b uael-offcanvas-trigger-align-inline elementor-widget elementor-widget-uael-offcanvas" data-id="b761b7b" data-element_type="widget" data-widget_type="uael-offcanvas.default"> <div class="elementor-widget-container"> <div id="b761b7b-overlay" data-trigger-on="icon" data-close-on-overlay="yes" data-close-on-esc="yes" data-content="saved_rows" data-device="false" data-custom="" data-custom-id="" data-canvas-width="300" data-wrap-menu-item="no" class="uael-offcanvas-parent-wrapper uael-module-content uaoffcanvas-b761b7b" > <div id="offcanvas-b761b7b" class="uael-offcanvas uael-custom-offcanvas uael-offcanvas-type-normal uael-offcanvas-scroll-disable uael-offcanvas-shadow-inset position-at-right"> <div class="uael-offcanvas-content"> <div class="uael-offcanvas-action-wrap"> <div class="uael-offcanvas-close-icon-wrapper elementor-icon-wrapper elementor-clickable uael-offcanvas-close-icon-position-right-top"> <span class="uael-offcanvas-close elementor-icon-link elementor-clickable "> <span class="uael-offcanvas-close-icon"> <i aria-hidden="true" class="fas fa-times"></i> </span> </span> </div> </div> <div class="uael-offcanvas-text uael-offcanvas-content-data"> <div data-elementor-type="section" data-elementor-id="6594" class="elementor elementor-6594 elementor-location-header" data-elementor-post-type="elementor_library"> <header class="elementor-section elementor-top-section elementor-element elementor-element-79732cd elementor-section-content-middle elementor-section-full_width elementor-hidden-desktop elementor-section-height-default elementor-section-height-default" data-id="79732cd" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;none&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9c9dea9" data-id="9c9dea9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c08c22f elementor-widget elementor-widget-image" data-id="c08c22f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://atlas-scientific.com/"> <img width="600" height="96" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%2096'%3E%3C/svg%3E" class="attachment-large size-large wp-image-2077" alt="" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=150%2C24&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=20%2C3&amp;ssl=1 20w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=60%2C10&amp;ssl=1 60w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?fit=600%2C96&amp;ssl=1" /><noscript><img loading="lazy" width="600" height="96" src="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?fit=600%2C96&amp;ssl=1" class="attachment-large size-large wp-image-2077" alt="" srcset="https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?w=600&amp;ssl=1 600w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=450%2C72&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=200%2C32&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=300%2C48&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=150%2C24&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=20%2C3&amp;ssl=1 20w, https://i0.wp.com/atlas-scientific.com/files/2019/11/atlas-logo-black-text-green-line.png?resize=60%2C10&amp;ssl=1 60w" sizes="(max-width: 600px) 100vw, 600px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-2c4ee2a elementor-widget elementor-widget-spacer" data-id="2c4ee2a" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c0d3d51 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c0d3d51" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3ffc3c4" data-id="3ffc3c4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d6d0105 elementor-align-center elementor-mobile-align-left elementor-tablet-align-left elementor-widget elementor-widget-button" data-id="d6d0105" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="/my-account/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <i aria-hidden="true" class="fas fa-user-circle"></i> </span> <span class="elementor-button-text">Login</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b064fc9" data-id="b064fc9" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <div class="elementor-element elementor-element-5416e47 elementor-widget elementor-widget-spacer" data-id="5416e47" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c55cbec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c55cbec" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ba90e93" data-id="ba90e93" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b673f99 elementor-widget elementor-widget-heading" data-id="b673f99" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Product Categories</p> </div> </div> <div class="elementor-element elementor-element-d42165b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d42165b" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8fe2eff elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8fe2eff" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b64eb90" data-id="b64eb90" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7a9ad88 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7a9ad88" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="/new-products/"> <span class="elementor-icon-list-text">New Products</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/ph/"> <span class="elementor-icon-list-text">pH</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/orp/"> <span class="elementor-icon-list-text">ORP</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/dissolved-oxygen"> <span class="elementor-icon-list-text">Dissolved Oxygen</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/conductivity/"> <span class="elementor-icon-list-text">Conductivity</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/temperature/"> <span class="elementor-icon-list-text">Temperature</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/co2/"> <span class="elementor-icon-list-text">CO2 (gas)</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/oxygen/"> <span class="elementor-icon-list-text">Oxygen (gas)</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/humidity/"> <span class="elementor-icon-list-text">Humidity</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/pressure/"> <span class="elementor-icon-list-text">Pressure</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/peristaltic/"> <span class="elementor-icon-list-text">Dosing Pumps</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/probes/ezo-rgb-embedded-color-sensor/"> <span class="elementor-icon-list-text">Color</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/flow-meters/"> <span class="elementor-icon-list-text">Flow Meters</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/float-switches/"> <span class="elementor-icon-list-text">Float Switches</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-867c289" data-id="867c289" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-99dee6c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="99dee6c" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="/plumbing/"> <span class="elementor-icon-list-text">Plumbing</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/kits/"> <span class="elementor-icon-list-text">Kits</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/probes/"> <span class="elementor-icon-list-text">Probes</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/probe-mounting"> <span class="elementor-icon-list-text">Probe Mounting</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://atlas-scientific.com/ezo-complete/"> <span class="elementor-icon-list-text">EZO-Complete</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/industrial"> <span class="elementor-icon-list-text">Industrial</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/cables/"> <span class="elementor-icon-list-text">Cables</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/connectors/"> <span class="elementor-icon-list-text">Connectors</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/waterproofing/"> <span class="elementor-icon-list-text">Waterproofing</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/carrier-boards/"> <span class="elementor-icon-list-text">Carrier Boards</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/calibration-solutions/"> <span class="elementor-icon-list-text">Calibration Solutions</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/electrical-isolation/"> <span class="elementor-icon-list-text">Electrical Isolation</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/embedded-solutions/"> <span class="elementor-icon-list-text">Embedded Solutions</span> </a> </li> <li class="elementor-icon-list-item"> <a href="/ezo-accessories/"> <span class="elementor-icon-list-text">EZO™ Accessories</span> </a> </li> </ul> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-367cc47 elementor-widget elementor-widget-spacer" data-id="367cc47" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-845f351 elementor-icon-list--layout-inline elementor-mobile-align-center elementor-tablet-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="845f351" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-inline-items"> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/contact/"> <span class="elementor-icon-list-text">Contact</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/distributors/"> <span class="elementor-icon-list-text">Distributors</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/calculators/"> <span class="elementor-icon-list-text">Calculators</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://atlas-scientific.com/videos/"> <span class="elementor-icon-list-text">Videos</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/blog/"> <span class="elementor-icon-list-text">Blog</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/return-policy/"> <span class="elementor-icon-list-text">Return Policy</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="/terms/"> <span class="elementor-icon-list-text">Terms</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-dfccae1 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="dfccae1" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-b98ea7d" href="https://www.facebook.com/AtlasSci/" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-71812e1" href="https://www.instagram.com/atlasscientific/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e827c24" href="https://www.youtube.com/channel/UC3hDAQmaj0u9vejctxPcg_A" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-github elementor-repeater-item-14a6690" href="https://github.com/Atlas-Scientific" target="_blank"> <span class="elementor-screen-only">Github</span> <i class="fab fa-github"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-a7a3382" href="https://create.arduino.cc/projecthub/atlasscientific" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 12 12" style="enable-background:new 0 0 12 12;" xml:space="preserve"> <path d="M11.9,6c0-1.6-1.3-2.9-2.9-2.8c-0.1,0-0.3,0-0.5,0C7.3,3.4,6.4,4.3,6,5C5.5,4.3,4.6,3.4,3.4,3.2c-0.1,0-0.3,0-0.4,0 C1.3,3.1,0,4.4,0,6s1.3,2.9,2.9,2.8c0.2,0,0.3,0,0.5,0C4.7,8.6,5.5,7.7,6,7c0.5,0.7,1.3,1.6,2.6,1.8c0.2,0,0.3,0,0.5,0 C10.6,8.9,11.9,7.6,11.9,6L11.9,6z M3.2,7.8c-0.1,0-0.2,0-0.3,0C1.9,7.8,1,7,1,6s0.9-1.9,1.9-1.8c0.1,0,0.2,0,0.3,0 c1.2,0.2,2,1.3,2.2,1.8C5.2,6.5,4.4,7.6,3.2,7.8L3.2,7.8z M6.5,6c0.2-0.5,1-1.6,2.2-1.8c0.1,0,0.2,0,0.3,0c1,0,1.9,0.8,1.9,1.8l0,0 c0,1-0.9,1.9-1.9,1.8c-0.1,0-0.2,0-0.3,0C7.5,7.6,6.7,6.5,6.5,6L6.5,6z M2.1,6.3h1.8V5.7H2.1V6.3L2.1,6.3z M9.2,6.3h0.6V5.7H9.2V5.1 H8.6v0.6H8v0.6h0.6v0.6h0.6L9.2,6.3L9.2,6.3z"></path> </svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-6164a4b" href="https://www.hackster.io/atlasscientific" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 12 12" style="enable-background:new 0 0 12 12;" xml:space="preserve"> <path d="M9.2,5.2c0.1,0,0.2,0.1,0.2,0.2v1.1c0,0.2,0.1,0.3,0.3,0.3h2.1C12,6.8,12,7,11.9,7L7.6,8.3c-0.1,0-0.3,0-0.3-0.2 c0,0,0,0,0-0.1V6.9c0-0.1,0-0.1-0.1-0.1H2.5c-0.1,0-0.1,0-0.1-0.1V5.4c0-0.2-0.1-0.3-0.3-0.3l-2,0C0,5.1,0,4.9,0.1,4.9l4.4-1.3 c0.1,0,0.1,0,0.1,0.1c0,0,0,0,0,0v1.2c0,0.1,0.1,0.2,0.2,0.2C4.8,5.2,9.2,5.2,9.2,5.2z M4.4,2.3c0.2,0,0.2,0.2,0.2,0.2s0,0.5,0,0.7 c0,0.2-0.2,0.2-0.2,0.2H2.7c0,0-0.2-0.1-0.2-0.3c0-0.2,0.2-0.3,0.2-0.3S4.2,2.3,4.4,2.3L4.4,2.3z M7.3,1.7c0,0,0-0.2,0.2-0.3 c0.3-0.1,1.6-0.5,1.6-0.5s0.3-0.1,0.3,0.2c0,0.3,0,3.1,0,3.1s0,0.2-0.2,0.2c-0.2,0-1.6,0-1.6,0s-0.3,0-0.3-0.2 C7.3,4.3,7.3,1.7,7.3,1.7z M7.4,8.9c0-0.2,0.2-0.2,0.2-0.2h1.7c0,0,0.2,0.1,0.2,0.3c0,0.2-0.2,0.3-0.2,0.3S7.7,9.7,7.6,9.7 c-0.2,0-0.2-0.2-0.2-0.2S7.4,9.1,7.4,8.9z M4.6,10.3c0,0,0,0.2-0.2,0.3c-0.3,0.1-1.6,0.5-1.6,0.5s-0.3,0.1-0.3-0.2 c0-0.3,0-3.1,0-3.1s0-0.2,0.2-0.2s1.6,0,1.6,0s0.3,0,0.3,0.2c0,0.2,0,0.4,0,0.4S4.6,10.3,4.6,10.3z"></path> </svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-2da45e2" href="https://www.instructables.com/member/AtlasScientific/" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="50px" y="50px" viewBox="0 0 50 50" xml:space="preserve"> <g> <path d="M8.5,29.6c0.5,0,1-0.1,1.4,0.2c0.1,0.1,0.2,0,0.3-0.1v-0.1c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.2,0,0.3,0.1 C11,29.7,11,30,11,30.3c0,1.3,0.1,2.5,0.1,3.8c0,0.3,0,0.7,0,1.1c0,0.2,0.1,0.3,0.2,0.3c1.3,0.5,2.7,0.7,4,0.7c1.1,0,2.2,0,3.4,0 c0.2,0,0.4,0,0.4,0.3c0.1,0.5,0.2,0.9,0.3,1.4c0,0.3,0.1,0.3,0.1,0.9c0,0.1,0,0.3,0,0.4c0,0.8,0.1,1.1,0.1,1.7c0,0.4,0,0.8,0,1.2 c0,0.2,0,0.3,0.1,0.5c0.1,0.5,0.3,0.9,0.8,1c-0.6,0.5-1,1.2-1.1,1.9c-0.1,0.5,0,1,0.2,1.4l0,0l0,0l0,0l0,0c0,0.1,0.1,0.1,0.1,0.2 v0.1c0.2,0.7,0.9,2,2.9,1.8l0,0c2,0.2,3.7-1,3.9-2.7c0.1-0.7-0.1-1.4-0.6-2l0,0l-0.1-0.1c-0.3-0.4-0.7-0.7-1.2-1 c-0.1,0-0.1-0.1-0.2-0.1c0.3-0.2,0.5-0.3,0.8-0.5c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.1-0.3c-0.1-1.8-0.2-3.6-0.3-5.4 c0-0.1,0-0.2,0-0.3c1.8-0.3,3.5-0.5,5.3-0.8c0,0.1,0,0.1,0,0.2c-0.3,0.8-0.3,1.7-0.4,2.5c0,0.9-0.1,1.7-0.1,2.6 c0,0.2,0.1,0.3,0.2,0.3c0.3,0.1,0.6,0.1,0.9,0.2c0,0-0.1,0-0.1,0.1c-0.5,0.5-1,1.4-1,2.4c0,0.4,0.1,0.8,0.3,1.2 c0.2,0.4,0.4,0.8,0.8,1.1l0,0c0.6,0.5,1.5,0.9,2.5,0.9c2,0,3.6-1.4,3.6-3.1c0-0.2,0-0.5-0.1-0.7l0,0v-0.1v-0.1 c-0.1-0.7-0.5-1.3-1.2-1.7c0.1-0.1,0.2-0.2,0.2-0.3c0.4-0.5,0.5-1.1,0.5-1.7c0.1-1.1,0-2.2,0.1-3.2c0-0.3,0.1-0.7,0.1-1 c0-0.1,0-0.1,0.1-0.2c0.1,0,0.1-0.1,0.2-0.1c0.7-0.1,1.5-0.3,2.2-0.4c0.5-0.1,1-0.3,1.6-0.4c0.1,0,0.2-0.1,0.3-0.2 c0.1-0.1,0.1-0.2,0.1-0.4c-0.1-1.4-0.3-2.7-0.6-4c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.1,0.2-0.1c0.5-0.2,1.1-0.4,1.7-0.3 c0.2,0.1,0.2,0,0.3-0.1s0.1-0.1,0.1-0.2s0-0.3,0-0.4c0.2,0.1,0.5,0.2,0.7,0.3l0.1-0.1c0,0,0,0,0-0.1c0,0,0,0,0.1-0.1 c-0.1-0.5-0.2-0.9-0.2-1.3c0-0.1,0-0.1-0.1-0.2c-1-2-2.1-4-3.7-5.6c-0.7-0.7-1.5-1.2-2.4-1.6c-0.1,0-0.2-0.2-0.3-0.3 c-0.8-1.3-1.6-2.6-2.6-3.8c-1.5-1.7-3.3-2.8-5.5-3.2c-0.2,0-0.3-0.1-0.3-0.3c0-0.7-0.1-1.4-0.1-2.1c0-0.1,0.1-0.2,0.2-0.2 c0.3-0.3,0.5-0.6,0.7-0.9c0.2-0.3,0.2-0.7,0.3-1.1c0-0.1,0-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.1C31,7,31.8,7,32.7,7.1 c0.9,0.1,1.7,0.2,2.5,0.2c0.2,0,0.4,0,0.6,0l0,0l0,0c-0.1-0.3-0.2-0.4-0.5-0.5c-0.2-0.1-0.5-0.1-0.7-0.1c-1,0.1-2,0-2.9-0.2 c-0.6-0.1-1.1-0.1-1.6,0.2c-0.2-0.4-0.3-0.8-0.4-1.1c-0.2-0.3-0.2-0.8-0.8-0.8C28.2,3.9,28.3,3,28.4,2c-0.2-0.1-0.4-0.1-0.7-0.2 c-2.2-0.6-4.5-1-6.7-1.2c-0.6-0.1-1.2-0.1-1.8-0.1c-0.8,0-1.5,0.4-2,1c-0.1,0.1-0.1,0.2-0.2,0.3c-0.5,0.7-0.9,1.6-1.3,2.4 c-0.2,0.3-0.3,0.5-0.5,0.8c-0.2,0.4-0.5,0.8-0.7,1.3c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1C12.5,6.4,10.8,6.3,9,6.2 c-0.5,0-1-0.1-1.5-0.1l0,0l0,0c0.1,0.3,0.3,0.5,0.6,0.5s0.6,0,0.9,0c1.1-0.2,2.2-0.1,3.3,0.1c0.7,0.1,1.4,0.2,2,0.3 c0.7,1.1,0.7,2.3,0.6,3.6c0,0.3-0.1,0.7-0.1,1c-0.1,0.9-0.6,1.6-1.2,2.2c-0.4,0.4-0.7,0.8-1.1,1.2c-0.1,0.1-0.2,0.3-0.3,0.4 c-0.5,0.6-0.7,1.2-0.7,2c0,0.3-0.1,0.6-0.1,1c0,0.2-0.1,0.4-0.2,0.5C11.1,19,11,19,10.9,19.1c-0.3,0.1-0.5,0.2-0.6,0.4 c-0.1,0.1-0.2,0.2-0.3,0.3c-1.2,1.5-2,3.3-2.5,5.1c-0.4,1.3-0.7,2.7-1,4.1c-0.1,0.2,0,0.3,0.2,0.3C7.3,29.5,7.9,29.6,8.5,29.6z"></path> </g> <polygon points="7.5,6.1 15.2,6.4 15.2,7.8 7.5,6.8 "></polygon> <polygon points="35.8,6.8 28.1,6.2 27.9,7.5 35.7,7.4 "></polygon> </svg> </a> </span> </div> </div> </div> </div> </div> </div> </header> </div> </div> </div> </div> <div class="uael-offcanvas-overlay elementor-clickable"></div> </div> <div class="uael-offcanvas-action-wrap"> <div tabindex="0" class="uael-offcanvas-action elementor-clickable uael-offcanvas-trigger uael-offcanvas-icon-wrap" data-offcanvas="b761b7b"><span class="uael-offcanvas-icon-bg uael-offcanvas-icon "><i aria-hidden="true" class="fas fa-bars"></i></span></div> </div> </div> </div> </div> </div> </div> </header> </div> <div id="content" class="site-content"> <div class="ast-container"> <div id="primary" class="content-area primary"> <main id="main" class="site-main"> <div data-elementor-type="single-post" data-elementor-id="19388" class="elementor elementor-19388 elementor-location-single post-24872 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-instructional ast-article-single" data-elementor-post-type="elementor_library"> <section data-uael-partstyle="snow" data-uael-partcolor="" data-uael-partopacity="0.3" data-uael-partdirection="top" data-uael-partnum="40" data-uael-partsize="10" data-uael-partspeed="2" data-uael-interactive="" class="elementor-section elementor-top-section elementor-element elementor-element-2c3fcc9e elementor-section-height-min-height uael-particle-yes uael-particle-adv-yes elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="2c3fcc9e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-shape elementor-shape-bottom" data-negative="false"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"/> </svg> </div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6973ce06" data-id="6973ce06" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-495f995e elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="495f995e" data-element_type="widget" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">How to Build a DIY CO2 Meter with Arduino</h1> </div> </div> <div class="elementor-element elementor-element-2bcd0165 elementor-align-center elementor-widget elementor-widget-post-info" data-id="2bcd0165" data-element_type="widget" data-widget_type="post-info.default"> <div class="elementor-widget-container"> <ul class="elementor-inline-items elementor-icon-list-items elementor-post-info"> <li class="elementor-icon-list-item elementor-repeater-item-ef11192 elementor-inline-item" itemprop="datePublished"> <a href="https://atlas-scientific.com/2021/11/12/"> <span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date"> November 12, 2021 </span> </a> </li> <li class="elementor-icon-list-item elementor-repeater-item-094423e elementor-inline-item" itemprop="about"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-tags"></i> </span> <span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms"> <span class="elementor-post-info__terms-list"> <a href="https://atlas-scientific.com/category/blog/" class="elementor-post-info__terms-list-item">Blog</a> </span> </span> </li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7306884e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7306884e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b8f82aa" data-id="2b8f82aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3db602e9 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="3db602e9" data-element_type="widget" data-widget_type="theme-post-featured-image.default"> <div class="elementor-widget-container"> <img width="1000" height="675" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20675'%3E%3C/svg%3E" class="attachment-large size-large wp-image-24895" alt="co2-meter-arduino" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=300%2C203&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=768%2C518&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=450%2C304&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=133%2C90&amp;ssl=1 133w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?fit=1000%2C675&amp;ssl=1" /><noscript><img loading="lazy" width="1000" height="675" src="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?fit=1000%2C675&amp;ssl=1" class="attachment-large size-large wp-image-24895" alt="co2-meter-arduino" srcset="https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=300%2C203&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=768%2C518&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=450%2C304&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/co2-meter-arduino.jpg?resize=133%2C90&amp;ssl=1 133w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </div> </div> <div class="elementor-element elementor-element-69e4cec elementor-widget elementor-widget-spacer" data-id="69e4cec" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-68bc2bbb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="68bc2bbb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3a84ee58" data-id="3a84ee58" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2ec519e5 elementor-widget elementor-widget-heading" data-id="2ec519e5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Share This Post</h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7e48196f" data-id="7e48196f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2be134d1 elementor-share-buttons--view-icon elementor-share-buttons--skin-flat elementor-share-buttons--align-right elementor-share-buttons--color-custom elementor-share-buttons-mobile--align-center elementor-share-buttons--shape-square elementor-grid-0 elementor-widget elementor-widget-share-buttons" data-id="2be134d1" data-element_type="widget" data-widget_type="share-buttons.default"> <div class="elementor-widget-container"> <div class="elementor-grid"> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_facebook" role="button" tabindex="0" aria-label="Share on facebook" > <span class="elementor-share-btn__icon"> <i class="fab fa-facebook" aria-hidden="true"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_twitter" role="button" tabindex="0" aria-label="Share on twitter" > <span class="elementor-share-btn__icon"> <i class="fab fa-twitter" aria-hidden="true"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_reddit" role="button" tabindex="0" aria-label="Share on reddit" > <span class="elementor-share-btn__icon"> <i class="fab fa-reddit" aria-hidden="true"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_linkedin" role="button" tabindex="0" aria-label="Share on linkedin" > <span class="elementor-share-btn__icon"> <i class="fab fa-linkedin" aria-hidden="true"></i> </span> </div> </div> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_email" role="button" tabindex="0" aria-label="Share on email" > <span class="elementor-share-btn__icon"> <i class="fas fa-envelope" aria-hidden="true"></i> </span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-649539d4 elementor-widget elementor-widget-spacer" data-id="649539d4" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-919c6bd post-body elementor-widget elementor-widget-theme-post-content" data-id="919c6bd" data-element_type="widget" data-widget_type="theme-post-content.default"> <div class="elementor-widget-container"> <p>In this tutorial, we will show you how to make a benchtop-style CO2 meter using our EZO-CO2™ Embedded Carbon Dioxide Sensor connected to an Arduino Uno. The real-time readings will be shown on a liquid crystal display (LCD) in PPM. Both the sensor and display are connected to the Arduino via I2C.</p> <h3 class="wp-block-heading">Note</h3> <p>This device was developed and tested using a Windows computer. It was not tested on Mac.<br><em>This CO2 sensor is for gaseous CO2 only, do not submerge!</em></p> <h2 class="wp-block-heading">Necessary items</h2> <p>Before we begin have the following items readily available</p> <ul> <li>1x <a href="https://www.newark.com/arduino/a000066/dev-board-atmega328-arduino-uno/dp/78T1601?COM=ref_hackster&amp;CMP=Hackster-NA-project-c030ce-Nov-21">Arduino Uno</a></li> <li>1x <a href="https://atlas-scientific.com/probes/co2-sensor/">Atlas Scientific EZO-CO2™ Embedded Carbon Dioxide Sensor</a></li> <li>1x <a href="https://atlas-scientific.com/carrier-boards/sensor-bridge/">Atlas Scientific Sensor Bridge</a></li> <li>1x <a href="https://www.amazon.com/SunFounder-Backlight-Raspberry-Character-Background/dp/B071Y6JX3H/ref=sr_1_5?keywords=16x2%2Blcd&amp;qid=1636578792&amp;s=electronics&amp;sr=1-5&amp;th=1">16 x 2 LCD Module</a></li> <li>1x <a href="https://www.adafruit.com/product/292">Adafruit i2c / SPI character LCD backpack</a></li> <li>1x <a href="https://www.amazon.com/gp/product/B075X17M4T/ref=ppx_yo_dt_b_asin_title_o07_s00?ie=UTF8&amp;psc=1">158 x 90 x 60 mm enclosure</a></li> <li>1x <a href="https://www.amazon.com/AmazonBasics-USB-2-0-Cable-Male/dp/B00NH11KIK">USB cable type A – B male/male</a></li> <li>1x 12V power supply</li> <li>4x male to female jumper wires</li> <li>4x male to male jumper wires</li> <li>3x 11mm standoffs with screws</li> </ul> <h2 class="wp-block-heading"><strong>Hand tools and fabrication machines used</strong></h2> <p>Below is a list of tools we used for this tutorial. You do not need to have ALL these tools, although they will greatly speed up the process.</p> <ul> <li>Drill press</li> <li>(1/4&#8243;, 7/64&#8243;) drill bits</li> <li>(1&#8243; 1/16&#8243;) annular cutter</li> <li>Milling machine</li> <li>(1/8&#8243;) endmill</li> <li>Solder iron &amp; solder</li> <li>Hand files</li> <li>Phillips-head screwdriver</li> <li>Caliper</li> <li>Ruler</li> <li>Painters tape</li> <li>Sharpie marker</li> </ul> <h2 class="wp-block-heading"><strong>1. Prepare the enclosure</strong></h2> <p><strong>Safety: Remember to take care when handling tools/machinery and to wear proper safety gear such as goggles, gloves, and respirators.</strong></p> <h3 class="wp-block-heading"><strong>Opening for the LCD</strong></h3> <p>a) The LCD is placed in the top portion of the enclosure. Cover the surface with painters tape and center a (71 x 24mm) rectangle on it.</p> <figure class="wp-block-image size-full"><img fetchpriority="high" fetchpriority="high" decoding="async" width="1000" height="834" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20834'%3E%3C/svg%3E" alt="" class="wp-image-24874" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=108%2C90&amp;ssl=1 108w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=1000%2C834&#038;ssl=1" /><noscript><img fetchpriority="high" fetchpriority="high" decoding="async" width="1000" height="834" src="https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=1000%2C834&#038;ssl=1" alt="" class="wp-image-24874" srcset="https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/02-tools-co2-meter-arduino-blog-post.jpg?resize=108%2C90&amp;ssl=1 108w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>b) Using a 1/8&#8243; endmill, cut just on the inside of the drawn rectangle as close to the line as possible.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="834" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20834'%3E%3C/svg%3E" alt="" class="wp-image-24875" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" /><noscript><img loading="lazy" decoding="async" width="1000" height="834" src="https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" alt="" class="wp-image-24875" srcset="https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/03-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>c) With a hand file, remove the excess material and shape the opening to the required size.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20600'%3E%3C/svg%3E" alt="" class="wp-image-24876" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=300%2C180&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=768%2C461&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=450%2C270&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=200%2C120&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=100%2C60&amp;ssl=1 100w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=150%2C90&amp;ssl=1 150w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=1000%2C600&#038;ssl=1" /><noscript><img loading="lazy" decoding="async" width="1000" height="600" src="https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=1000%2C600&#038;ssl=1" alt="" class="wp-image-24876" srcset="https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=300%2C180&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=768%2C461&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=450%2C270&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=200%2C120&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=100%2C60&amp;ssl=1 100w, https://i0.wp.com/atlas-scientific.com/files/04-co2-box-top-blg-img.jpg?resize=150%2C90&amp;ssl=1 150w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <h3 class="wp-block-heading"><strong>Openings for the Arduino&#8217;s USB and power jack</strong></h3> <p>a) Cover one of the long sides on the bottom portion of the enclosure with painters tape. Mark off the locations for the USB and power jack.</p> <p>b) With the 1/8&#8243; endmill, cut within the outline of the two rectangles.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="834" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20834'%3E%3C/svg%3E" alt="" class="wp-image-24877" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="834" src="https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" alt="" class="wp-image-24877" srcset="https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/05-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>c) Use a hand file to remove the excess material and shape the opening to the required size.</p> <figure class="wp-block-image size-full"><img decoding="async" width="999" height="366" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20999%20366'%3E%3C/svg%3E" alt="" class="wp-image-24878" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?w=999&amp;ssl=1 999w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=300%2C110&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=768%2C281&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=450%2C165&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=200%2C73&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=164%2C60&amp;ssl=1 164w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=246%2C90&amp;ssl=1 246w" data-lazy-sizes="(max-width: 999px) 100vw, 999px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=999%2C366&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="999" height="366" src="https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=999%2C366&#038;ssl=1" alt="" class="wp-image-24878" srcset="https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?w=999&amp;ssl=1 999w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=300%2C110&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=768%2C281&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=450%2C165&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=200%2C73&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=164%2C60&amp;ssl=1 164w, https://i0.wp.com/atlas-scientific.com/files/06-co2-box-outside-blog-img.jpg?resize=246%2C90&amp;ssl=1 246w" sizes="(max-width: 999px) 100vw, 999px" data-recalc-dims="1" /></noscript></figure> <h3 class="wp-block-heading"><strong>Opening for CO2 sensor</strong></h3> <p>a) On the same side as the Arduino ports, mark off the spot for the CO2 sensor and drill a (1/4&#8243;) pilot hole.</p> <p>b) Using a (1&#8243; 1/16&#8243;) annular cutter, cut the hole for the CO2 sensor.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="834" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20834'%3E%3C/svg%3E" alt="" class="wp-image-24879" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="834" src="https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=1000%2C834&#038;ssl=1" alt="" class="wp-image-24879" srcset="https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=768%2C641&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=450%2C375&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=200%2C167&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=72%2C60&amp;ssl=1 72w, https://i0.wp.com/atlas-scientific.com/files/07-tools-blog-img.jpg?resize=108%2C90&amp;ssl=1 108w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <h3 class="wp-block-heading"><strong>Holes for standoffs</strong></h3> <p>a) Mark the locations for the three 11mm standoffs.</p> <p>b) Use a (7/64&#8243;) drill bit to bore the holes.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="673" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20673'%3E%3C/svg%3E" alt="" class="wp-image-24880" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=300%2C202&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=768%2C517&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=450%2C303&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=134%2C90&amp;ssl=1 134w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=1000%2C673&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="673" src="https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=1000%2C673&#038;ssl=1" alt="" class="wp-image-24880" srcset="https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=300%2C202&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=768%2C517&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=450%2C303&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/08-co2-box-inside-blog-img.jpg?resize=134%2C90&amp;ssl=1 134w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>Now that the enclosure is complete, let’s move on to the</p> <h2 class="wp-block-heading">2. Solder I2C backpack to display</h2> <p>Since the I2C backpack is a separate component, solder it onto the pins of the LCD as shown below.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24881" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24881" srcset="https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/09-back-of-lcd-screen-blog-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <h2 class="wp-block-heading">3. Set CO2 sensor to I2C mode</h2> <p>By default, the CO2 sensor comes in UART mode. You will need to set it to I2C mode at the default address of 105 for this project.</p> <p>Refer to the <a href="https://files.atlas-scientific.com/EZO_CO2_Datasheet.pdf">datasheet </a>on how to change modes.</p> <h2 class="wp-block-heading">4. Install and wire components in the enclosure</h2> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="724" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20724'%3E%3C/svg%3E" alt="" class="wp-image-24883" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=300%2C217&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=768%2C556&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=450%2C326&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=200%2C145&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=83%2C60&amp;ssl=1 83w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=124%2C90&amp;ssl=1 124w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=1000%2C724&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="724" src="https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=1000%2C724&#038;ssl=1" alt="" class="wp-image-24883" srcset="https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=300%2C217&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=768%2C556&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=450%2C326&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=200%2C145&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=83%2C60&amp;ssl=1 83w, https://i0.wp.com/atlas-scientific.com/files/10-wiring-diagram-blog-img.jpg?resize=124%2C90&amp;ssl=1 124w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>a) Attach the three 11mm standoffs.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24884" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24884" srcset="https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/11-inside-co2-meter-blog-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>b) Mount the Arduino into place and secure it to standoffs with screws.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24885" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24885" srcset="https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/12-inside-co2-meter-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>c) Add the sensor bridge and secure it with a screw.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24886" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24886" srcset="https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/13-inside-co2-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>d) Connect the sensor bridge to the Arduino using the male-to-male jumper wires as shown in the wiring diagram.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24887" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24887" srcset="https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/14-inside-co2-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>e) Next, install the CO2 sensor using a (3/4&#8243; NPT) locknut and O-ring and plug the data cable into the sensor bridge. Be sure to align the white and blue wires of the data cable with the corresponding labels on the bridge.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24898" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24898" srcset="https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/15-inside-img-2.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>f) Insert the LCD into the enclosure&#8217;s cover. (You can use some hot glue to help hold it in place).</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24889" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24889" srcset="https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/16-inside.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>g) Connect the LCD to the sensor bridge using the male to female jumper wires following the wiring diagram.</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="730" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20730'%3E%3C/svg%3E" alt="" class="wp-image-24890" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=123%2C90&amp;ssl=1 123w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=1000%2C730&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="730" src="https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=1000%2C730&#038;ssl=1" alt="" class="wp-image-24890" srcset="https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=300%2C219&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=768%2C561&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=450%2C329&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=200%2C146&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=82%2C60&amp;ssl=1 82w, https://i0.wp.com/atlas-scientific.com/files/17-inside-img.jpg?resize=123%2C90&amp;ssl=1 123w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p>h) Using the A – B male/male USB cable, connect the Arduino Uno to your computer and open the Arduino IDE software. It&#8217;s time to get the code onto the Arduino.</p> <h2 class="wp-block-heading">Make sure your Arduino IDE libraries are up to date</h2> <h3 class="wp-block-heading">Add the EZO I2C library</h3> <p>To download the Ezo_I2c library file, click <a href="https://github.com/Atlas-Scientific/Ezo_I2c_lib">HERE</a>.<br>Click on the green “Code” button, then click “Download Zip” as shown in the image below</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="413" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20413'%3E%3C/svg%3E" alt="" class="wp-image-24891" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=300%2C124&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=768%2C317&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=450%2C186&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=200%2C83&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=145%2C60&amp;ssl=1 145w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=218%2C90&amp;ssl=1 218w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=1000%2C413&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="413" src="https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=1000%2C413&#038;ssl=1" alt="" class="wp-image-24891" srcset="https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=300%2C124&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=768%2C317&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=450%2C186&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=200%2C83&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=145%2C60&amp;ssl=1 145w, https://i0.wp.com/atlas-scientific.com/files/18-download-the-zip-file-blog-img.jpg?resize=218%2C90&amp;ssl=1 218w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p><em><strong>*Don’t unzip this file!</strong></em></p> <p>Import the.ZIP file to your Arduino IDE. To import the.ZIP file go to <em>Sketch &gt; Include Library &gt; Add.ZIP Library</em></p> <h3 class="wp-block-heading"><strong>Install the Adafruit Liquid Crystal library</strong></h3> <p>In the IDE go to <em>Sketch &gt; Include Library &gt; Manage Libraries</em></p> <p>Lookup &#8220;Adafruit LiquidCrystal&#8221; in the search bar of the Library Manager</p> <p>Click on<em> Install</em></p> <h3 class="wp-block-heading"><br>Flash Arduino with the code</h3> <p>a) Open the code by going to <em>File &gt; Examples &gt; EZO_I2C_lib-master &gt; Examples &gt; Projects &gt; arduino_co2_meter</em></p> <p>b) Set the target CPU to flash: <em>Tools &gt; Board &gt; Arduino AVR Boards &gt; Arduino Uno</em></p> <p>c) Select the port to which your Arduino is connected: <em>Tools &gt; Port &gt; COM “X”<br>(comport address will change from user to user)</em></p> <p>d) Compile and flash the code to the Arduino. Once completed you should see the CO2 readings on your serial monitor (append carriage return only and set the baud rate to 9600) as well as the LCD. Adjust the screen contrast of the display as needed using the nob on the i2c backpack.</p> <h3 class="wp-block-heading">Finalize Assembly</h3> <p>a) Unplug the device from your computer and screw the top and bottom portions of the enclosure together to complete the assembly.</p> <p>b) You can now power the meter with an external 12V barrel jack supply. Congratulations, you now have a benchtop Co2 Meter ready to go!</p> <figure class="wp-block-image size-full"><img decoding="async" width="1000" height="675" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20675'%3E%3C/svg%3E" alt="" class="wp-image-24892" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=300%2C203&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=768%2C518&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=450%2C304&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=133%2C90&amp;ssl=1 133w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=1000%2C675&#038;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="1000" height="675" src="https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=1000%2C675&#038;ssl=1" alt="" class="wp-image-24892" srcset="https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=300%2C203&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=768%2C518&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=450%2C304&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=200%2C135&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=89%2C60&amp;ssl=1 89w, https://i0.wp.com/atlas-scientific.com/files/19-final-benchtop-co2-meter.jpg?resize=133%2C90&amp;ssl=1 133w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></noscript></figure> <p></p> <h2 class="wp-block-heading"> Products used in this tutorial<br><br></h2> <div data-block-name="woocommerce/handpicked-products" data-orderby="menu_order" data-products="[561,19343]" class="wc-block-grid wp-block-handpicked-products wc-block-handpicked-products has-3-columns has-multiple-rows"><ul class="wc-block-grid__products"><li class="wc-block-grid__product"><span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:561,&quot;item_id&quot;:&quot;EZO-CO2&quot;,&quot;item_name&quot;:&quot;EZO-CO2\u2122 Embedded Carbon Dioxide Sensor&quot;,&quot;sku&quot;:&quot;EZO-CO2&quot;,&quot;price&quot;:166.99,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Probes&quot;,&quot;id&quot;:&quot;EZO-CO2&quot;,&quot;item_brand&quot;:&quot;CO2&quot;,&quot;productlink&quot;:&quot;https:\/\/atlas-scientific.com\/probes\/co2-sensor\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:0}"></span> <a href="https://atlas-scientific.com/probes/co2-sensor/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img decoding="async" width="450" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20450%20450'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="EZO-CO2™ Embedded Carbon Dioxide Sensor" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=200%2C200&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=20%2C20&amp;ssl=1 20w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=700%2C700&amp;ssl=1 700w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=60%2C60&amp;ssl=1 60w" data-lazy-sizes="(max-width: 450px) 100vw, 450px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?fit=450%2C450&amp;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="450" height="450" src="https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?fit=450%2C450&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="EZO-CO2™ Embedded Carbon Dioxide Sensor" srcset="https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=200%2C200&amp;ssl=1 200w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=20%2C20&amp;ssl=1 20w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=700%2C700&amp;ssl=1 700w, https://i0.wp.com/atlas-scientific.com/files/EZO-CO2-Main.jpg?resize=60%2C60&amp;ssl=1 60w" sizes="(max-width: 450px) 100vw, 450px" /></noscript></div> <div class="wc-block-grid__product-title">EZO-CO2™ Embedded Carbon Dioxide Sensor</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>166.99</span> <small class="woocommerce-price-suffix">USD</small></div> <div class="wp-block-button wc-block-grid__product-add-to-cart"><a href="?add-to-cart=561" aria-label="Add to cart: &ldquo;EZO-CO2™ Embedded Carbon Dioxide Sensor&rdquo;" data-quantity="1" data-product_id="561" data-product_sku="EZO-CO2" data-price="166.99" rel="nofollow" class="wp-block-button__link add_to_cart_button ajax_add_to_cart">Add to cart</a></div> </li><li class="wc-block-grid__product"><span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:19343,&quot;item_id&quot;:&quot;SN-BG&quot;,&quot;item_name&quot;:&quot;Sensor Bridge&quot;,&quot;sku&quot;:&quot;SN-BG&quot;,&quot;price&quot;:9.99,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Connectors&quot;,&quot;id&quot;:&quot;SN-BG&quot;,&quot;item_brand&quot;:&quot;Components&quot;,&quot;productlink&quot;:&quot;https:\/\/atlas-scientific.com\/carrier-boards\/sensor-bridge\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:0}"></span> <a href="https://atlas-scientific.com/carrier-boards/sensor-bridge/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img decoding="async" width="450" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20450%20450'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sensor Bridge" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=200%2C200&amp;ssl=1 200w" data-lazy-sizes="(max-width: 450px) 100vw, 450px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?fit=450%2C450&amp;ssl=1" /><noscript><img loading="lazy" loading="lazy" decoding="async" width="450" height="450" src="https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?fit=450%2C450&amp;ssl=1" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sensor Bridge" srcset="https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=450%2C450&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/Sensor-Bridge-main-1.jpg?resize=200%2C200&amp;ssl=1 200w" sizes="(max-width: 450px) 100vw, 450px" /></noscript></div> <div class="wc-block-grid__product-title">Sensor Bridge</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>9.99</span> <small class="woocommerce-price-suffix">USD</small></div> <div class="wp-block-button wc-block-grid__product-add-to-cart"><a href="?add-to-cart=19343" aria-label="Add to cart: &ldquo;Sensor Bridge&rdquo;" data-quantity="1" data-product_id="19343" data-product_sku="SN-BG" data-price="9.99" rel="nofollow" class="wp-block-button__link add_to_cart_button ajax_add_to_cart">Add to cart</a></div> </li></ul></div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-49510286 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default" data-id="49510286" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7ea1ca49" data-id="7ea1ca49" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-79149688 elementor-widget elementor-widget-heading" data-id="79149688" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Subscribe To Our Newsletter</h2> </div> </div> <div class="elementor-element elementor-element-72e9a1d0 elementor-widget elementor-widget-heading" data-id="72e9a1d0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Get product updates and learn from the best!</h3> </div> </div> <div class="elementor-element elementor-element-76f4be74 elementor-widget elementor-widget-spacer" data-id="76f4be74" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-623de264 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="623de264" data-element_type="widget" data-settings="{&quot;button_width&quot;:&quot;25&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" name="New Form"> <input type="hidden" name="post_id" value="19388"/> <input type="hidden" name="form_id" value="623de264"/> <input type="hidden" name="referer_title" value="How to Build a DIY CO2 Meter with Arduino | Atlas Scientific" /> <input type="hidden" name="queried_id" value="24872"/> <div class="elementor-form-fields-wrapper elementor-labels-"> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-75 elementor-field-required"> <label for="form-field-email" class="elementor-field-label elementor-screen-only"> Email </label> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Enter Your Email" required="required" aria-required="true"> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-25 e-form__buttons"> <button type="submit" class="elementor-button elementor-size-md"> <span > <span class="elementor-align-icon-right elementor-button-icon"> <i aria-hidden="true" class="fas fa-arrow-right"></i> </span> <span class="elementor-button-text">Send</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-6b52c777 elementor-post-navigation-borders-yes elementor-widget elementor-widget-post-navigation" data-id="6b52c777" data-element_type="widget" data-widget_type="post-navigation.default"> <div class="elementor-widget-container"> <div class="elementor-post-navigation"> <div class="elementor-post-navigation__prev elementor-post-navigation__link"> <a href="https://atlas-scientific.com/blog/how-do-dissolved-oxygen-probes-work/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i class="fa fa-arrow-left" aria-hidden="true"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">How Do Dissolved Oxygen Probes Work?</span></span></a> </div> <div class="elementor-post-navigation__separator-wrapper"> <div class="elementor-post-navigation__separator"></div> </div> <div class="elementor-post-navigation__next elementor-post-navigation__link"> <a href="https://atlas-scientific.com/blog/does-temperature-affect-conductivity/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Does Temperature Affect Conductivity?</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i class="fa fa-arrow-right" aria-hidden="true"></i><span class="elementor-screen-only">Next</span></span></a> </div> </div> </div> </div> <div class="elementor-element elementor-element-5e2ac47a elementor-widget elementor-widget-heading" data-id="5e2ac47a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">More To Explore</h2> </div> </div> <div class="elementor-element elementor-element-ce0204b elementor-grid-2 elementor-posts--align-center elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="ce0204b" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;2&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;30&quot;,&quot;sizes&quot;:[]},&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid"> <article class="elementor-post elementor-grid-item post-43107 post type-post status-publish format-standard has-post-thumbnail hentry category-blog"> <div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://atlas-scientific.com/blog/analog-vs-digital-sensors-understanding-the-key-differences/" tabindex="-1" ><div class="elementor-post__thumbnail"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium wp-image-43117" alt="analog-vs-digital-sensors" decoding="async" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?w=1500&amp;ssl=1 1500w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=1000%2C563&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=200%2C113&amp;ssl=1 200w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?fit=300%2C169&amp;ssl=1" /><noscript><img loading="lazy" width="300" height="169" src="https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?fit=300%2C169&amp;ssl=1" class="attachment-medium size-medium wp-image-43117" alt="analog-vs-digital-sensors" decoding="async" srcset="https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?w=1500&amp;ssl=1 1500w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=1000%2C563&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/analog-vs-digital-sensors.jpg?resize=200%2C113&amp;ssl=1 200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div></a> <div class="elementor-post__badge">Blog</div> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://atlas-scientific.com/blog/analog-vs-digital-sensors-understanding-the-key-differences/" > Analog Vs. Digital Sensors: Understanding The Key Differences </a> </h3> <div class="elementor-post__excerpt"> <p>One of the key differences between analog and digital sensors is their output resolution. For example, analog sensors provide infinite resolution since they provide a continuous range of values, while digital sensors have a finite resolution determined by the number of bits used to represent the signal. Another difference is the susceptibility to noise. Analog</p> </div> </div> <div class="elementor-post__meta-data"> <span class="elementor-post-date"> February 22, 2024 </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-42973 post type-post status-publish format-standard has-post-thumbnail hentry category-blog"> <div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://atlas-scientific.com/blog/hydroponics-pros-and-cons/" tabindex="-1" ><div class="elementor-post__thumbnail"><img width="300" height="169" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20169'%3E%3C/svg%3E" class="attachment-medium size-medium wp-image-42985" alt="hydroponics-pros-and-cons" decoding="async" data-lazy-srcset="https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?w=1500&amp;ssl=1 1500w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=1000%2C563&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=200%2C113&amp;ssl=1 200w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?fit=300%2C169&amp;ssl=1" /><noscript><img loading="lazy" width="300" height="169" src="https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?fit=300%2C169&amp;ssl=1" class="attachment-medium size-medium wp-image-42985" alt="hydroponics-pros-and-cons" decoding="async" srcset="https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?w=1500&amp;ssl=1 1500w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=450%2C253&amp;ssl=1 450w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=1000%2C563&amp;ssl=1 1000w, https://i0.wp.com/atlas-scientific.com/files/hydroponics-pros-and-cons.jpg?resize=200%2C113&amp;ssl=1 200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div></a> <div class="elementor-post__badge">Blog</div> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://atlas-scientific.com/blog/hydroponics-pros-and-cons/" > Hydroponics Pros And Cons Explained </a> </h3> <div class="elementor-post__excerpt"> <p>Pros of hydroponics include efficient water use, faster growth rates, and the ability to grow crops in limited spaces. However, cons may involve higher initial setup costs, the need for technical expertise, and a reliance on artificial lighting and climate control. Also, many argue that hydroponically grown produce may lack certain flavors or nutrients compared</p> </div> </div> <div class="elementor-post__meta-data"> <span class="elementor-post-date"> February 14, 2024 </span> </div> </div> </article> </div> </div> </div> </div> </div> </div> </section> <section data-uael-partstyle="snow" data-uael-partcolor="" data-uael-partopacity="" data-uael-partdirection="top" data-uael-partnum="40" data-uael-partsize="10" data-uael-partspeed="2" data-uael-interactive="no" class="elementor-section elementor-top-section elementor-element elementor-element-2c733bca uael-particle-yes uael-particle-adv-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2c733bca" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-shape elementor-shape-top" data-negative="false"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"/> </svg> </div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4ed54f8c" data-id="4ed54f8c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-258688d2 elementor-widget elementor-widget-heading" data-id="258688d2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Want to learn more about our products?</h4> </div> </div> <div class="elementor-element elementor-element-166c2446 elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="166c2446" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://atlas-scientific.com"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="fas fa-arrow-right"></i> </span> <span class="elementor-button-text">Shop Now</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7c046d3d" data-id="7c046d3d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5ec6fcf8 elementor-widget elementor-widget-spacer" data-id="5ec6fcf8" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> </div> </main><!-- #main --> </div><!-- #primary --> </div> <!-- ast-container --> </div><!-- #content --> <div class="astra-advanced-hook-551 "> <div data-elementor-type="wp-post" data-elementor-id="551" class="elementor elementor-551" data-elementor-post-type="astra-advanced-hook"> <section class="elementor-section elementor-top-section elementor-element elementor-element-67041ce4 elementor-section-height-min-height elementor-hidden-phone ignore-toc elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="67041ce4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63ab4452" data-id="63ab4452" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-31aa7b50 elementor-nav-menu__align-center elementor-nav-menu--dropdown-mobile elementor-hidden-phone elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="31aa7b50" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"> <ul id="menu-1-31aa7b50" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6301"><a href="https://atlas-scientific.com/contact/" class="elementor-item menu-link">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41509"><a href="https://atlas-scientific.com/distributors/" class="elementor-item menu-link">Distributors</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25292"><a href="https://atlas-scientific.com/calculators/" class="elementor-item menu-link">Calculators</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41248"><a href="https://atlas-scientific.com/videos/" class="elementor-item menu-link">Videos</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17295"><a href="https://atlas-scientific.com/blog/" class="elementor-item menu-link">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-2674"><a rel="privacy-policy" href="https://atlas-scientific.com/privacy-policy/" class="elementor-item menu-link">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26159"><a href="https://atlas-scientific.com/return-policy/" class="elementor-item menu-link">Return policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2675"><a href="https://atlas-scientific.com/terms/" class="elementor-item menu-link">Terms</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-31aa7b50" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6301"><a href="https://atlas-scientific.com/contact/" class="elementor-item menu-link" tabindex="-1">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41509"><a href="https://atlas-scientific.com/distributors/" class="elementor-item menu-link" tabindex="-1">Distributors</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25292"><a href="https://atlas-scientific.com/calculators/" class="elementor-item menu-link" tabindex="-1">Calculators</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41248"><a href="https://atlas-scientific.com/videos/" class="elementor-item menu-link" tabindex="-1">Videos</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17295"><a href="https://atlas-scientific.com/blog/" class="elementor-item menu-link" tabindex="-1">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-2674"><a rel="privacy-policy" href="https://atlas-scientific.com/privacy-policy/" class="elementor-item menu-link" tabindex="-1">Privacy Policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26159"><a href="https://atlas-scientific.com/return-policy/" class="elementor-item menu-link" tabindex="-1">Return policy</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2675"><a href="https://atlas-scientific.com/terms/" class="elementor-item menu-link" tabindex="-1">Terms</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-47c3b6b2 elementor-shape-square elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="47c3b6b2" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-b98ea7d" href="https://www.facebook.com/AtlasSci/" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-71812e1" href="https://www.instagram.com/atlasscientific/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e827c24" href="https://www.youtube.com/channel/UC3hDAQmaj0u9vejctxPcg_A" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-github elementor-repeater-item-14a6690" href="https://github.com/Atlas-Scientific" target="_blank"> <span class="elementor-screen-only">Github</span> <i class="fab fa-github"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-a7a3382" href="https://create.arduino.cc/projecthub/atlasscientific" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 12 12" style="enable-background:new 0 0 12 12;" xml:space="preserve"> <path d="M11.9,6c0-1.6-1.3-2.9-2.9-2.8c-0.1,0-0.3,0-0.5,0C7.3,3.4,6.4,4.3,6,5C5.5,4.3,4.6,3.4,3.4,3.2c-0.1,0-0.3,0-0.4,0 C1.3,3.1,0,4.4,0,6s1.3,2.9,2.9,2.8c0.2,0,0.3,0,0.5,0C4.7,8.6,5.5,7.7,6,7c0.5,0.7,1.3,1.6,2.6,1.8c0.2,0,0.3,0,0.5,0 C10.6,8.9,11.9,7.6,11.9,6L11.9,6z M3.2,7.8c-0.1,0-0.2,0-0.3,0C1.9,7.8,1,7,1,6s0.9-1.9,1.9-1.8c0.1,0,0.2,0,0.3,0 c1.2,0.2,2,1.3,2.2,1.8C5.2,6.5,4.4,7.6,3.2,7.8L3.2,7.8z M6.5,6c0.2-0.5,1-1.6,2.2-1.8c0.1,0,0.2,0,0.3,0c1,0,1.9,0.8,1.9,1.8l0,0 c0,1-0.9,1.9-1.9,1.8c-0.1,0-0.2,0-0.3,0C7.5,7.6,6.7,6.5,6.5,6L6.5,6z M2.1,6.3h1.8V5.7H2.1V6.3L2.1,6.3z M9.2,6.3h0.6V5.7H9.2V5.1 H8.6v0.6H8v0.6h0.6v0.6h0.6L9.2,6.3L9.2,6.3z"></path> </svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-6164a4b" href="https://www.hackster.io/atlasscientific" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 12 12" style="enable-background:new 0 0 12 12;" xml:space="preserve"> <path d="M9.2,5.2c0.1,0,0.2,0.1,0.2,0.2v1.1c0,0.2,0.1,0.3,0.3,0.3h2.1C12,6.8,12,7,11.9,7L7.6,8.3c-0.1,0-0.3,0-0.3-0.2 c0,0,0,0,0-0.1V6.9c0-0.1,0-0.1-0.1-0.1H2.5c-0.1,0-0.1,0-0.1-0.1V5.4c0-0.2-0.1-0.3-0.3-0.3l-2,0C0,5.1,0,4.9,0.1,4.9l4.4-1.3 c0.1,0,0.1,0,0.1,0.1c0,0,0,0,0,0v1.2c0,0.1,0.1,0.2,0.2,0.2C4.8,5.2,9.2,5.2,9.2,5.2z M4.4,2.3c0.2,0,0.2,0.2,0.2,0.2s0,0.5,0,0.7 c0,0.2-0.2,0.2-0.2,0.2H2.7c0,0-0.2-0.1-0.2-0.3c0-0.2,0.2-0.3,0.2-0.3S4.2,2.3,4.4,2.3L4.4,2.3z M7.3,1.7c0,0,0-0.2,0.2-0.3 c0.3-0.1,1.6-0.5,1.6-0.5s0.3-0.1,0.3,0.2c0,0.3,0,3.1,0,3.1s0,0.2-0.2,0.2c-0.2,0-1.6,0-1.6,0s-0.3,0-0.3-0.2 C7.3,4.3,7.3,1.7,7.3,1.7z M7.4,8.9c0-0.2,0.2-0.2,0.2-0.2h1.7c0,0,0.2,0.1,0.2,0.3c0,0.2-0.2,0.3-0.2,0.3S7.7,9.7,7.6,9.7 c-0.2,0-0.2-0.2-0.2-0.2S7.4,9.1,7.4,8.9z M4.6,10.3c0,0,0,0.2-0.2,0.3c-0.3,0.1-1.6,0.5-1.6,0.5s-0.3,0.1-0.3-0.2 c0-0.3,0-3.1,0-3.1s0-0.2,0.2-0.2s1.6,0,1.6,0s0.3,0,0.3,0.2c0,0.2,0,0.4,0,0.4S4.6,10.3,4.6,10.3z"></path> </svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-80eef3f" href="https://www.instructables.com/member/AtlasScientific/" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="50px" y="50px" viewBox="0 0 50 50" xml:space="preserve"> <g> <path d="M8.5,29.6c0.5,0,1-0.1,1.4,0.2c0.1,0.1,0.2,0,0.3-0.1v-0.1c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.2,0,0.3,0.1 C11,29.7,11,30,11,30.3c0,1.3,0.1,2.5,0.1,3.8c0,0.3,0,0.7,0,1.1c0,0.2,0.1,0.3,0.2,0.3c1.3,0.5,2.7,0.7,4,0.7c1.1,0,2.2,0,3.4,0 c0.2,0,0.4,0,0.4,0.3c0.1,0.5,0.2,0.9,0.3,1.4c0,0.3,0.1,0.3,0.1,0.9c0,0.1,0,0.3,0,0.4c0,0.8,0.1,1.1,0.1,1.7c0,0.4,0,0.8,0,1.2 c0,0.2,0,0.3,0.1,0.5c0.1,0.5,0.3,0.9,0.8,1c-0.6,0.5-1,1.2-1.1,1.9c-0.1,0.5,0,1,0.2,1.4l0,0l0,0l0,0l0,0c0,0.1,0.1,0.1,0.1,0.2 v0.1c0.2,0.7,0.9,2,2.9,1.8l0,0c2,0.2,3.7-1,3.9-2.7c0.1-0.7-0.1-1.4-0.6-2l0,0l-0.1-0.1c-0.3-0.4-0.7-0.7-1.2-1 c-0.1,0-0.1-0.1-0.2-0.1c0.3-0.2,0.5-0.3,0.8-0.5c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.2,0.1-0.3c-0.1-1.8-0.2-3.6-0.3-5.4 c0-0.1,0-0.2,0-0.3c1.8-0.3,3.5-0.5,5.3-0.8c0,0.1,0,0.1,0,0.2c-0.3,0.8-0.3,1.7-0.4,2.5c0,0.9-0.1,1.7-0.1,2.6 c0,0.2,0.1,0.3,0.2,0.3c0.3,0.1,0.6,0.1,0.9,0.2c0,0-0.1,0-0.1,0.1c-0.5,0.5-1,1.4-1,2.4c0,0.4,0.1,0.8,0.3,1.2 c0.2,0.4,0.4,0.8,0.8,1.1l0,0c0.6,0.5,1.5,0.9,2.5,0.9c2,0,3.6-1.4,3.6-3.1c0-0.2,0-0.5-0.1-0.7l0,0v-0.1v-0.1 c-0.1-0.7-0.5-1.3-1.2-1.7c0.1-0.1,0.2-0.2,0.2-0.3c0.4-0.5,0.5-1.1,0.5-1.7c0.1-1.1,0-2.2,0.1-3.2c0-0.3,0.1-0.7,0.1-1 c0-0.1,0-0.1,0.1-0.2c0.1,0,0.1-0.1,0.2-0.1c0.7-0.1,1.5-0.3,2.2-0.4c0.5-0.1,1-0.3,1.6-0.4c0.1,0,0.2-0.1,0.3-0.2 c0.1-0.1,0.1-0.2,0.1-0.4c-0.1-1.4-0.3-2.7-0.6-4c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.1,0.2-0.1c0.5-0.2,1.1-0.4,1.7-0.3 c0.2,0.1,0.2,0,0.3-0.1s0.1-0.1,0.1-0.2s0-0.3,0-0.4c0.2,0.1,0.5,0.2,0.7,0.3l0.1-0.1c0,0,0,0,0-0.1c0,0,0,0,0.1-0.1 c-0.1-0.5-0.2-0.9-0.2-1.3c0-0.1,0-0.1-0.1-0.2c-1-2-2.1-4-3.7-5.6c-0.7-0.7-1.5-1.2-2.4-1.6c-0.1,0-0.2-0.2-0.3-0.3 c-0.8-1.3-1.6-2.6-2.6-3.8c-1.5-1.7-3.3-2.8-5.5-3.2c-0.2,0-0.3-0.1-0.3-0.3c0-0.7-0.1-1.4-0.1-2.1c0-0.1,0.1-0.2,0.2-0.2 c0.3-0.3,0.5-0.6,0.7-0.9c0.2-0.3,0.2-0.7,0.3-1.1c0-0.1,0-0.2,0.1-0.2c0,0,0.1-0.1,0.2-0.1C31,7,31.8,7,32.7,7.1 c0.9,0.1,1.7,0.2,2.5,0.2c0.2,0,0.4,0,0.6,0l0,0l0,0c-0.1-0.3-0.2-0.4-0.5-0.5c-0.2-0.1-0.5-0.1-0.7-0.1c-1,0.1-2,0-2.9-0.2 c-0.6-0.1-1.1-0.1-1.6,0.2c-0.2-0.4-0.3-0.8-0.4-1.1c-0.2-0.3-0.2-0.8-0.8-0.8C28.2,3.9,28.3,3,28.4,2c-0.2-0.1-0.4-0.1-0.7-0.2 c-2.2-0.6-4.5-1-6.7-1.2c-0.6-0.1-1.2-0.1-1.8-0.1c-0.8,0-1.5,0.4-2,1c-0.1,0.1-0.1,0.2-0.2,0.3c-0.5,0.7-0.9,1.6-1.3,2.4 c-0.2,0.3-0.3,0.5-0.5,0.8c-0.2,0.4-0.5,0.8-0.7,1.3c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1C12.5,6.4,10.8,6.3,9,6.2 c-0.5,0-1-0.1-1.5-0.1l0,0l0,0c0.1,0.3,0.3,0.5,0.6,0.5s0.6,0,0.9,0c1.1-0.2,2.2-0.1,3.3,0.1c0.7,0.1,1.4,0.2,2,0.3 c0.7,1.1,0.7,2.3,0.6,3.6c0,0.3-0.1,0.7-0.1,1c-0.1,0.9-0.6,1.6-1.2,2.2c-0.4,0.4-0.7,0.8-1.1,1.2c-0.1,0.1-0.2,0.3-0.3,0.4 c-0.5,0.6-0.7,1.2-0.7,2c0,0.3-0.1,0.6-0.1,1c0,0.2-0.1,0.4-0.2,0.5C11.1,19,11,19,10.9,19.1c-0.3,0.1-0.5,0.2-0.6,0.4 c-0.1,0.1-0.2,0.2-0.3,0.3c-1.2,1.5-2,3.3-2.5,5.1c-0.4,1.3-0.7,2.7-1,4.1c-0.1,0.2,0,0.3,0.2,0.3C7.3,29.5,7.9,29.6,8.5,29.6z"></path> </g> <polygon points="7.5,6.1 15.2,6.4 15.2,7.8 7.5,6.8 "></polygon> <polygon points="35.8,6.8 28.1,6.2 27.9,7.5 35.7,7.4 "></polygon> </svg> </a> </span> </div> </div> </div> <div class="elementor-element elementor-element-26295ce elementor-widget elementor-widget-image" data-id="26295ce" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="327" height="28" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20327%2028'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-image-17794" alt="" data-lazy-src="https://atlas-scientific.com/files/Payment-options.svg" /><noscript><img loading="lazy" loading="lazy" width="327" height="28" src="https://atlas-scientific.com/files/Payment-options.svg" class="attachment-thumbnail size-thumbnail wp-image-17794" alt="" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3866db96 elementor-section-height-min-height ignore-toc elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="3866db96" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-78953fbf" data-id="78953fbf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-79a3b375 elementor-widget elementor-widget-heading" data-id="79a3b375" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Atlas Scientific | All Rights Reserved © 2024</h2> </div> </div> </div> </div> </div> </section> </div> </div> <footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon" > </footer><!-- #colophon --> </div><!-- #page --> <style id="wc-availability-notifications-styles" type="text/css"> .woocommerce div.product .in-stock, .woocommerce #content div.product .in-stock, .woocommerce-page div.product .in-stock, .woocommerce-page #content div.product .in-stock { }.woocommerce div.product .low-stock, .woocommerce #content div.product .low-stock, .woocommerce-page div.product .low-stock, .woocommerce-page #content div.product .low-stock { }.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock { }.woocommerce div.product .available-on-backorder, .woocommerce #content div.product .available-on-backorder, .woocommerce-page div.product .available-on-backorder, .woocommerce-page #content div.product .available-on-backorder { } </style> <div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="desktop"> <span class="screen-reader-text">Scroll to Top</span> </div> <div data-elementor-type="popup" data-elementor-id="2439" class="elementor elementor-2439 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3d009494 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3d009494" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7335aa8f" data-id="7335aa8f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2bd0e7c elementor-widget elementor-widget-wc-elements" data-id="2bd0e7c" data-element_type="widget" data-widget_type="wc-elements.default"> <div class="elementor-widget-container"> <div class="woocommerce"> <form action="https://atlas-scientific.com/blog/co2-meter-arduino/" method="post" class="woocommerce-form woocommerce-form-track-order track_order"> <p>To track your order please enter your Order ID in the box below and press the &quot;Track&quot; button. This was given to you on your receipt and in the confirmation email you should have received.</p> <p class="form-row form-row-first"><label for="orderid">Order ID</label> <input class="input-text" type="text" name="orderid" id="orderid" value="" placeholder="Found in your order confirmation email." /></p> <p class="form-row form-row-last"><label for="order_email">Billing email</label> <input class="input-text" type="text" name="order_email" id="order_email" value="" placeholder="Email you used during checkout." /></p> <div class="clear"></div> <p class="form-row"><button type="submit" class="button" name="track" value="Track">Track</button></p> <input type="hidden" id="woocommerce-order-tracking-nonce" name="woocommerce-order-tracking-nonce" value="40502e4908" /><input type="hidden" name="_wp_http_referer" value="/blog/co2-meter-arduino/" /> </form> </div> </div> </div> </div> </div> </div> </section> </div> <script> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/template" id="tmpl-elementor-templates-modal__header"> <div class="elementor-templates-modal__header__logo-area"></div> <div class="elementor-templates-modal__header__menu-area"></div> <div class="elementor-templates-modal__header__items-area"> <# if ( closeType ) { #> <div class="elementor-templates-modal__header__close elementor-templates-modal__header__close--{{{ closeType }}} elementor-templates-modal__header__item"> <# if ( 'skip' === closeType ) { #> <span>Skip</span> <# } #> <i class="eicon-close" aria-hidden="true"></i> <span class="elementor-screen-only">Close</span> </div> <# } #> <div id="elementor-template-library-header-tools"></div> </div> </script> <script type="text/template" id="tmpl-elementor-templates-modal__header__logo"> <span class="elementor-templates-modal__header__logo__icon-wrapper e-logo-wrapper"> <i class="eicon-elementor"></i> </span> <span class="elementor-templates-modal__header__logo__title">{{{ title }}}</span> </script> <script type="text/html" id="tmpl-jet-ajax-search-results-item"> <div class="jet-ajax-search__results-item"> <a class="jet-ajax-search__item-link" href="{{{data.link}}}" target="{{{data.link_target_attr}}}"> {{{data.thumbnail}}} <div class="jet-ajax-search__item-content-wrapper"> {{{data.before_title}}} <div class="jet-ajax-search__item-title">{{{data.title}}}</div> {{{data.after_title}}} {{{data.before_content}}} <div class="jet-ajax-search__item-content">{{{data.content}}}</div> {{{data.after_content}}} {{{data.rating}}} {{{data.price}}} </div> </a> </div> </script><script type="text/html" id="tmpl-jet-search-focus-suggestion-item"> <div class="jet-search-suggestions__focus-area-item" tabindex="0" aria-label="{{{data.name}}}"> <div class="jet-search-suggestions__focus-area-item-title">{{{data.name}}}</div> </div> </script><script type="text/html" id="tmpl-jet-search-inline-suggestion-item"> <div class="jet-search-suggestions__inline-area-item" tabindex="0" aria-label="{{{data.name}}}"> <div class="jet-search-suggestions__inline-area-item-title" >{{{data.name}}}</div> </div> </script><link rel='stylesheet' id='elementor-post-6594-css' href='https://atlas-scientific.com/files/elementor/css/post-6594.css?ver=1708698366' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://c0.wp.com/p/woocommerce/8.6.1/assets/client/blocks/wc-blocks.css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-all-products-css' href='https://c0.wp.com/p/woocommerce/8.6.1/assets/client/blocks/all-products.css' media='all' /> <style id='core-block-supports-inline-css'> .wp-elements-c047164b544579091f4400074dc844c2 a{color:#307c1f;} </style> <link rel='stylesheet' id='e-animations-css' href='https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.19.2' media='all' /> <script src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/bew-general.js?ver=2.1.5" id="bew-general-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/minified/third-party/js/third-party-scripts.min.js?ver=2.1.5" id="bew-third-party-scripts-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/underscore.min.js" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/wp-util.min.js" id="wp-util-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/bew-shortcodes.js?ver=2.1.5" id="bew-shortcodes-js"></script> <script id="astra-theme-js-js-extra"> var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"1","is_header_footer_builder_active":"","revealEffectEnable":"","edit_post_url":"https:\/\/atlas-scientific.com\/wp-admin\/post.php?post={{id}}&action=edit","ajax_url":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","infinite_count":"2","infinite_total":"0","pagination":"number","infinite_scroll_event":"scroll","no_more_post_message":"No more posts to show.","grid_layout":"1","site_url":"https:\/\/atlas-scientific.com","blogArchiveTitleLayout":"","show_comments":"Show Comments","masonryEnabled":"","blogMasonryBreakPoint":"768"}; </script> <script src="https://atlas-scientific.com/wp-content/themes/astra/assets/js/minified/style.min.js?ver=4.6.3" id="astra-theme-js-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist/image-cdn.js?minify=false&amp;ver=132249e245926ae3e188" id="jetpack-photon-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.jquery.min.js?ver=1.8.7" id="jquery-chosen-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/jet-search/assets/lib/jet-plugins/jet-plugins.js?ver=1.0.0" id="jet-plugins-js"></script> <script id="jet-search-js-extra"> var jetSearchSettings = {"rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/search-posts","action":"jet_ajax_search","nonce":"ee3c0a6c32","sumbitOnEnter":"1","searchSuggestions":{"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","get_suggestions_rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/get-suggestions","add_suggestions_rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/form-add-suggestion","get_action":"get_form_suggestions","add_action":"add_form_suggestion","nonce_rest":"a0b1735090","use_session":false}}; var jetSearchSettings = {"rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/search-posts","action":"jet_ajax_search","nonce":"ee3c0a6c32","sumbitOnEnter":"1","searchSuggestions":{"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","get_suggestions_rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/get-suggestions","add_suggestions_rest_api_url":"https:\/\/atlas-scientific.com\/wp-json\/jet-search\/v1\/form-add-suggestion","get_action":"get_form_suggestions","add_action":"add_form_suggestion","nonce_rest":"a0b1735090","use_session":false}}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=3.2.3" id="jet-search-js"></script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/sourcebuster/sourcebuster.min.js" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://c0.wp.com/p/woocommerce/8.6.1/assets/js/frontend/order-attribution.min.js" id="wc-order-attribution-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1.20" id="gtm4wp-ecommerce-generic-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1.20" id="gtm4wp-woocommerce-js"></script> <script id="astra-addon-js-js-extra"> var astraAddon = {"off_canvas_trigger_class":"astra-shop-filter-button","off_canvas_enable":"","sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><\/span>","is_header_builder_active":""}; </script> <script src="https://atlas-scientific.com/files/astra-addon/astra-addon-65d7d3c88f12b0-22639171.js?ver=4.6.4" id="astra-addon-js-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/mouse.min.js" id="jquery-ui-mouse-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/resizable.min.js" id="jquery-ui-resizable-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/draggable.min.js" id="jquery-ui-draggable-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/controlgroup.min.js" id="jquery-ui-controlgroup-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/checkboxradio.min.js" id="jquery-ui-checkboxradio-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/button.min.js" id="jquery-ui-button-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/jquery/ui/dialog.min.js" id="jquery-ui-dialog-js"></script> <script id="yith_ywraq_frontend-js-extra"> var ywraq_frontend = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","current_lang":"","no_product_in_list":"<p class=\"ywraq_list_empty_message\">Your list is empty, add products to the list to send a request<p><p class=\"return-to-shop\"><a class=\"button wc-backward\" href=\"https:\/\/atlas-scientific.com\">Return to Shop<\/a><\/p>","block_loader":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/yith-woocommerce-request-a-quote-premium\/assets\/images\/ajax-loader.gif","go_to_the_list":"no","rqa_url":"https:\/\/atlas-scientific.com\/request-quote\/?preview=1","current_user_id":"","hide_price":"0","allow_out_of_stock":"","allow_only_on_out_of_stock":"","select_quantity":"Set at least the quantity for a product","i18n_choose_a_variation":"Please select some product options before adding this product to your quote list.","i18n_out_of_stock":"This Variation is Out of Stock, please select another one.","raq_table_refresh_check":"1","auto_update_cart_on_quantity_change":"1","enable_ajax_loading":"0","widget_classes":".widget_ywraq_list_quote, .widget_ywraq_mini_list_quote","show_form_with_empty_list":"0","mini_list_widget_popup":"1","isCheckout":"","showButtonOnCheckout":"1","buttonOnCheckoutStyle":"button","buttonOnCheckoutLabel":"Request a Quote"}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/js/frontend.min.js?ver=4.21.0" id="yith_ywraq_frontend-js"></script> <script src="https://stats.wp.com/e-202408.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script id="jetpack-stats-js-after"> _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"221177149\",\"post\":\"24872\",\"tz\":\"-5\",\"srv\":\"atlas-scientific.com\",\"j\":\"1:13.1.3\"}") ]); _stq.push([ "clickTrackerInit", "221177149", "24872" ]); </script> <script id="woo-general-js-extra"> var woosearchConfigs = {"ajax_url":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","search_by":["title","excerpt","sku"],"search_min_chars":"1","search_limit":"10","search_excerpt_on":""}; var passed_object = {"icon_type":"icon-bag","type_classes":"square"}; var bewwoo_vars = {"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","nonce":"bf083928be"}; var passed_object = {"icon_type":"icon-bag","type_classes":"square"}; var bewwoo_vars = {"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","nonce":"bf083928be"}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woo-general.js?ver=2.1.5" id="woo-general-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/ultimate-elementor/assets/min-js/uael-offcanvas.min.js?ver=1.36.29" id="uael-offcanvas-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/imagesloaded.min.js" id="imagesloaded-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.19.2" id="elementor-pro-webpack-runtime-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.19.2" id="elementor-webpack-runtime-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.2" id="elementor-frontend-modules-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js" id="wp-polyfill-inert-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/dist/vendor/regenerator-runtime.min.js" id="regenerator-runtime-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/dist/vendor/wp-polyfill.min.js" id="wp-polyfill-js"></script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script id="wp-hooks-js-after"> window.addEventListener( "DOMContentLoaded", () => { wp.hooks.doAction( "experimental__woocommerce_blocks-product-list-render", { products: JSON.parse( decodeURIComponent( "%5B%7B%22id%22%3A561%2C%22name%22%3A%22EZO-CO2%5Cu2122%20Embedded%20Carbon%20Dioxide%20Sensor%22%2C%22slug%22%3A%22co2-sensor%22%2C%22parent%22%3A0%2C%22type%22%3A%22simple%22%2C%22variation%22%3A%22%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fprobes%5C%2Fco2-sensor%5C%2F%22%2C%22sku%22%3A%22EZO-CO2%22%2C%22short_description%22%3A%22%3Cp%3E%3Csmall%3EEZO-CO2%3C%5C%2Fsmall%3E%3C%5C%2Fp%3E%22%2C%22description%22%3A%22%22%2C%22on_sale%22%3Afalse%2C%22prices%22%3A%7B%22price%22%3A%2216699%22%2C%22regular_price%22%3A%2216699%22%2C%22sale_price%22%3A%2216699%22%2C%22price_range%22%3Anull%2C%22currency_code%22%3A%22USD%22%2C%22currency_symbol%22%3A%22%24%22%2C%22currency_minor_unit%22%3A2%2C%22currency_decimal_separator%22%3A%22.%22%2C%22currency_thousand_separator%22%3A%22%2C%22%2C%22currency_prefix%22%3A%22%24%22%2C%22currency_suffix%22%3A%22%22%7D%2C%22price_html%22%3A%22%3Cspan%20class%3D%5C%22woocommerce-Price-amount%20amount%5C%22%3E%3Cspan%20class%3D%5C%22woocommerce-Price-currencySymbol%5C%22%3E%26%23036%3B%3C%5C%2Fspan%3E166.99%3C%5C%2Fspan%3E%20%3Csmall%20class%3D%5C%22woocommerce-price-suffix%5C%22%3EUSD%3C%5C%2Fsmall%3E%22%2C%22average_rating%22%3A%220%22%2C%22review_count%22%3A0%2C%22images%22%3A%5B%7B%22id%22%3A7212%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D20%252C20%26ssl%3D1%2020w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D700%252C700%26ssl%3D1%20700w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-Main.jpg%3Fresize%3D60%252C60%26ssl%3D1%2060w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-Main%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A29370%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-01.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-01%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A7207%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D20%252C20%26ssl%3D1%2020w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D700%252C700%26ssl%3D1%20700w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-02.jpg%3Fresize%3D60%252C60%26ssl%3D1%2060w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-02%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A24649%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D60%252C60%26ssl%3D1%2060w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-03.jpg%3Fresize%3D90%252C90%26ssl%3D1%2090w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-03%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A24521%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D60%252C60%26ssl%3D1%2060w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-06.jpg%3Fresize%3D90%252C90%26ssl%3D1%2090w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-06%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A11437%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-04.jpg%3Fresize%3D700%252C700%26ssl%3D1%20700w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-04%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A13599%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FEZO-CO2-05.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22EZO-CO2-05%22%2C%22alt%22%3A%22%22%7D%5D%2C%22categories%22%3A%5B%7B%22id%22%3A35%2C%22name%22%3A%22CO2%22%2C%22slug%22%3A%22co2%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fco2%5C%2F%22%7D%2C%7B%22id%22%3A42%2C%22name%22%3A%22Probes%22%2C%22slug%22%3A%22probes%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fprobes%5C%2F%22%7D%5D%2C%22tags%22%3A%5B%5D%2C%22attributes%22%3A%5B%5D%2C%22variations%22%3A%5B%5D%2C%22has_options%22%3Afalse%2C%22is_purchasable%22%3Atrue%2C%22is_in_stock%22%3Atrue%2C%22is_on_backorder%22%3Afalse%2C%22low_stock_remaining%22%3Anull%2C%22sold_individually%22%3Afalse%2C%22add_to_cart%22%3A%7B%22text%22%3A%22Add%20to%20cart%22%2C%22description%22%3A%22Add%20to%20cart%3A%20%26ldquo%3BEZO-CO2%5Cu2122%20Embedded%20Carbon%20Dioxide%20Sensor%26rdquo%3B%22%2C%22url%22%3A%22%3Fadd-to-cart%3D561%22%2C%22minimum%22%3A1%2C%22maximum%22%3A9999%2C%22multiple_of%22%3A1%7D%2C%22extensions%22%3A%7B%7D%7D%2C%7B%22id%22%3A19343%2C%22name%22%3A%22Sensor%20Bridge%22%2C%22slug%22%3A%22sensor-bridge%22%2C%22parent%22%3A0%2C%22type%22%3A%22simple%22%2C%22variation%22%3A%22%22%2C%22permalink%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fcarrier-boards%5C%2Fsensor-bridge%5C%2F%22%2C%22sku%22%3A%22SN-BG%22%2C%22short_description%22%3A%22%3Cp%3E%3Csmall%3ESN-BG%3C%5C%2Fsmall%3E%3C%5C%2Fp%3E%22%2C%22description%22%3A%22%22%2C%22on_sale%22%3Afalse%2C%22prices%22%3A%7B%22price%22%3A%22999%22%2C%22regular_price%22%3A%22999%22%2C%22sale_price%22%3A%22999%22%2C%22price_range%22%3Anull%2C%22currency_code%22%3A%22USD%22%2C%22currency_symbol%22%3A%22%24%22%2C%22currency_minor_unit%22%3A2%2C%22currency_decimal_separator%22%3A%22.%22%2C%22currency_thousand_separator%22%3A%22%2C%22%2C%22currency_prefix%22%3A%22%24%22%2C%22currency_suffix%22%3A%22%22%7D%2C%22price_html%22%3A%22%3Cspan%20class%3D%5C%22woocommerce-Price-amount%20amount%5C%22%3E%3Cspan%20class%3D%5C%22woocommerce-Price-currencySymbol%5C%22%3E%26%23036%3B%3C%5C%2Fspan%3E9.99%3C%5C%2Fspan%3E%20%3Csmall%20class%3D%5C%22woocommerce-price-suffix%5C%22%3EUSD%3C%5C%2Fsmall%3E%22%2C%22average_rating%22%3A%220%22%2C%22review_count%22%3A0%2C%22images%22%3A%5B%7B%22id%22%3A19350%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-main-1.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-main%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A29433%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-01.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-01%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A28535%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-02.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-02%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A24560%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D60%252C60%26ssl%3D1%2060w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-03.jpg%3Fresize%3D90%252C90%26ssl%3D1%2090w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-03%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A19340%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-04.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-04%22%2C%22alt%22%3A%22%22%7D%2C%7B%22id%22%3A19341%2C%22src%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Ffit%3D1000%252C1000%26ssl%3D1%22%2C%22thumbnail%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Ffit%3D450%252C450%26ssl%3D1%22%2C%22srcset%22%3A%22https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fw%3D1000%26ssl%3D1%201000w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fresize%3D300%252C300%26ssl%3D1%20300w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fresize%3D150%252C150%26ssl%3D1%20150w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fresize%3D768%252C768%26ssl%3D1%20768w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fresize%3D450%252C450%26ssl%3D1%20450w%2C%20https%3A%5C%2F%5C%2Fi0.wp.com%5C%2Fatlas-scientific.com%5C%2Ffiles%5C%2FSensor-Bridge-05.jpg%3Fresize%3D200%252C200%26ssl%3D1%20200w%22%2C%22sizes%22%3A%22%28max-width%3A%201000px%29%20100vw%2C%201000px%22%2C%22name%22%3A%22Sensor-Bridge-05%22%2C%22alt%22%3A%22%22%7D%5D%2C%22categories%22%3A%5B%7B%22id%22%3A93%2C%22name%22%3A%22Carrier%20Boards%22%2C%22slug%22%3A%22carrier-boards%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fcarrier-boards%5C%2F%22%7D%2C%7B%22id%22%3A43%2C%22name%22%3A%22Components%22%2C%22slug%22%3A%22components%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fcomponents%5C%2F%22%7D%2C%7B%22id%22%3A94%2C%22name%22%3A%22Connectors%22%2C%22slug%22%3A%22connectors%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fconnectors%5C%2F%22%7D%2C%7B%22id%22%3A92%2C%22name%22%3A%22EZO%20Accessories%22%2C%22slug%22%3A%22ezo-accessories%22%2C%22link%22%3A%22https%3A%5C%2F%5C%2Fatlas-scientific.com%5C%2Fezo-accessories%5C%2F%22%7D%5D%2C%22tags%22%3A%5B%5D%2C%22attributes%22%3A%5B%5D%2C%22variations%22%3A%5B%5D%2C%22has_options%22%3Afalse%2C%22is_purchasable%22%3Atrue%2C%22is_in_stock%22%3Atrue%2C%22is_on_backorder%22%3Afalse%2C%22low_stock_remaining%22%3Anull%2C%22sold_individually%22%3Afalse%2C%22add_to_cart%22%3A%7B%22text%22%3A%22Add%20to%20cart%22%2C%22description%22%3A%22Add%20to%20cart%3A%20%26ldquo%3BSensor%20Bridge%26rdquo%3B%22%2C%22url%22%3A%22%3Fadd-to-cart%3D19343%22%2C%22minimum%22%3A1%2C%22maximum%22%3A9999%2C%22multiple_of%22%3A1%7D%2C%22extensions%22%3A%7B%7D%7D%5D" ) ), listName: "handpicked-products" } ); } ); </script> <script src="https://c0.wp.com/c/6.4.3/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/atlas-scientific.com\/wp-admin\/admin-ajax.php","nonce":"01dc420fa8","urls":{"assets":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/atlas-scientific.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}}, "woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/atlas-scientific.com","checkout_page_url":"https:\/\/atlas-scientific.com\/checkout\/","fragments_nonce":"d06d5dfa67"}}, "facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.19.2" id="elementor-pro-frontend-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script id="elementor-frontend-js-extra"> var uael_particles_script = {"uael_particles_url":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js","snowflakes_image":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/snowflake.svg","gift":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/gift.png","tree":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/tree.png","skull":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/skull.png","ghost":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/ghost.png","moon":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/moon.png","bat":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/bat.png","pumpkin":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/pumpkin.png"}; </script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}, "version":"3.19.2","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/atlas-scientific.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":24872,"title":"How%20to%20Build%20a%20DIY%20CO2%20Meter%20with%20Arduino%20%7C%20Atlas%20Scientific","excerpt":"","featuredImage":"https:\/\/i0.wp.com\/atlas-scientific.com\/files\/co2-meter-arduino.jpg?fit=1000%2C675&ssl=1"}}; </script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.19.2" id="elementor-frontend-js"></script> <script id="elementor-frontend-js-after"> window.scope_array = []; window.backend = 0; jQuery.cachedScript = function( url, options ) { // Allow user to set any option except for dataType, cache, and url. options = jQuery.extend( options || {}, { dataType: "script", cache: true, url: url }); // Return the jqXHR object so we can chain callbacks. return jQuery.ajax( options ); }; jQuery( window ).on( "elementor/frontend/init", function() { elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){ if ( "undefined" == typeof $scope ) { return; } if ( $scope.hasClass( "uael-particle-yes" ) ) { window.scope_array.push( $scope ); $scope.find(".uael-particle-wrapper").addClass("js-is-enabled"); }else{ return; } if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){ var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript( uael_url ); window.backend = 1; }else if(elementorFrontend.isEditMode()){ var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript( uael_url ).done(function(){ var flag = true; }); } }); }); jQuery( document ).on( "ready elementor/popup/show", () => { if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) { return; } var uael_url = uael_particles_script.uael_particles_url; jQuery.cachedScript = function( url, options ) { // Allow user to set any option except for dataType, cache, and url. options = jQuery.extend( options || {}, { dataType: "script", cache: true, url: url }); // Return the jqXHR object so we can chain callbacks. return jQuery.ajax( options ); }; jQuery.cachedScript( uael_url ); }); </script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.19.2" id="pro-elements-handlers-js"></script> <script src="https://atlas-scientific.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.19.2" id="e-sticky-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { jQuery( 'div.woocommerce' ).on( 'click', 'a.remove', function() { var productID = jQuery( this ).data( 'product_id' ); var quantity = jQuery( this ).parent().parent().find( '.qty' ).val() var productDetails = { 'id': productID, 'quantity': quantity ? quantity : '1', }; _wca.push( { '_en': 'woocommerceanalytics_remove_from_cart', 'pi': productDetails.id, 'pq': productDetails.quantity, 'blog_id': '221177149', 'ui': 'null', 'url': 'https://atlas-scientific.com', 'woo_version': '8.6.1', 'store_admin': '0', 'device': 'desktop', 'template_used': '0', 'additional_blocks_on_cart_page': [],'additional_blocks_on_checkout_page': ["core\/paragraph","core\/html"],'store_currency': 'USD', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '0', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', } ); } ); jQuery( 'div.woocommerce' ).on( 'click', 'a.remove', function() { var productID = jQuery( this ).data( 'product_id' ); var quantity = jQuery( this ).parent().parent().find( '.qty' ).val() var productDetails = { 'id': productID, 'quantity': quantity ? quantity : '1', }; _wca.push( { '_en': 'woocommerceanalytics_remove_from_cart', 'pi': productDetails.id, 'pq': productDetails.quantity, 'blog_id': '221177149', 'ui': 'null', 'url': 'https://atlas-scientific.com', 'woo_version': '8.6.1', 'store_admin': '0', 'device': 'desktop', 'template_used': '0', 'additional_blocks_on_cart_page': [],'additional_blocks_on_checkout_page': ["core\/paragraph","core\/html"],'store_currency': 'USD', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '0', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', } ); } ); $( '.add_to_cart_button:not(.product_type_variable, .product_type_grouped)' ).on( 'click', function() { ga( 'ec:addProduct', {'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')),'quantity': $(this).data('quantity')} ); ga( 'ec:setAction', 'add' ); ga( 'send', 'event', 'UX', 'click', 'add to cart' ); }); }); </script> <script> jQuery(function($) { $(window).ready(function(){ $("#expandable-nav").hide(); }); $("#main-nav-btn").on('click', function() { $("#expandable-nav").slideToggle(100).toggleClass("expanded"); }) }) </script> <script> jQuery(function($) { $(window).ready(function(){ if("onorientationchange"in window) {$("#category-col-price").hide();} }); $("#mobile-expand-btn").on('click', function() { $("#category-col-price").slideToggle().toggleClass("expanded"); }) $("#mobile-close-btn").on('click', function() { $("#category-col-price").slideToggle().toggleClass("hide"); }) }) </script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://atlas-scientific.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me --> <!-- plugin=object-cache-pro client=relay metric#hits=11506 metric#misses=565 metric#hit-ratio=95.3 metric#bytes=4668816 metric#prefetches=0 metric#store-reads=839 metric#store-writes=34 metric#store-hits=503 metric#store-misses=549 metric#sql-queries=103 metric#ms-total=1142.52 metric#ms-cache=23.84 metric#ms-cache-avg=0.0273 metric#ms-cache-ratio=2.1 -->
fineweb
{ "fineweb_metadata": { "text": "One of the key differences between analog and digital sensors is their output resolution. For example, analog sensors provide infinite resolution since they provide a continuous range of values, while digital sensors have a finite resolution determined by the number of bits used to represent the signal. Another difference is the susceptibility to noise. Analog\nHow to Build a DIY CO2 Meter with Arduino\nShare This Post\nIn this tutorial, we will show you how to make a benchtop-style CO2 meter using our EZO-CO2™ Embedded Carbon Dioxide Sensor connected to an Arduino Uno. The real-time readings will be shown on a liquid crystal display (LCD) in PPM. Both the sensor and display are connected to the Arduino via I2C.\nThis device was developed and tested using a Windows computer. It was not tested on Mac.\nThis CO2 sensor is for gaseous CO2 only, do not submerge!\nBefore we begin have the following items readily available\n- 1x Arduino Uno\n- 1x Atlas Scientific EZO-CO2™ Embedded Carbon Dioxide Sensor\n- 1x Atlas Scientific Sensor Bridge\n- 1x 16 x 2 LCD Module\n- 1x Adafruit i2c / SPI character LCD backpack\n- 1x 158 x 90 x 60 mm enclosure\n- 1x USB cable type A – B male/male\n- 1x 12V power supply\n- 4x male to female jumper wires\n- 4x male to male jumper wires\n- 3x 11mm standoffs with screws\nHand tools and fabrication machines used\nBelow is a list of tools we used for this tutorial. You do not need to have ALL these tools, although they will greatly speed up the process.\n- Drill press\n- (1/4″, 7/64″) drill bits\n- (1″ 1/16″) annular cutter\n- Milling machine\n- (1/8″) endmill\n- Solder iron & solder\n- Hand files\n- Phillips-head screwdriver\n- Painters tape\n- Sharpie marker\n1. Prepare the enclosure\nSafety: Remember to take care when handling tools/machinery and to wear proper safety gear such as goggles, gloves, and respirators.\nOpening for the LCD\na) The LCD is placed in the top portion of the enclosure. Cover the surface with painters tape and center a (71 x 24mm) rectangle on it.\nb) Using a 1/8″ endmill, cut just on the inside of the drawn rectangle as close to the line as possible.\nc) With a hand file, remove the excess material and shape the opening to the required size.\nOpenings for the Arduino’s USB and power jack\na) Cover one of the long sides on the bottom portion of the enclosure with painters tape. Mark off the locations for the USB and power jack.\nb) With the 1/8″ endmill, cut within the outline of the two rectangles.\nc) Use a hand file to remove the excess material and shape the opening to the required size.\nOpening for CO2 sensor\na) On the same side as the Arduino ports, mark off the spot for the CO2 sensor and drill a (1/4″) pilot hole.\nb) Using a (1″ 1/16″) annular cutter, cut the hole for the CO2 sensor.\nHoles for standoffs\na) Mark the locations for the three 11mm standoffs.\nb) Use a (7/64″) drill bit to bore the holes.\nNow that the enclosure is complete, let’s move on to the\n2. Solder I2C backpack to display\nSince the I2C backpack is a separate component, solder it onto the pins of the LCD as shown below.\n3. Set CO2 sensor to I2C mode\nBy default, the CO2 sensor comes in UART mode. You will need to set it to I2C mode at the default address of 105 for this project.\nRefer to the datasheet on how to change modes.\n4. Install and wire components in the enclosure\na) Attach the three 11mm standoffs.\nb) Mount the Arduino into place and secure it to standoffs with screws.\nc) Add the sensor bridge and secure it with a screw.\nd) Connect the sensor bridge to the Arduino using the male-to-male jumper wires as shown in the wiring diagram.\ne) Next, install the CO2 sensor using a (3/4″ NPT) locknut and O-ring and plug the data cable into the sensor bridge. Be sure to align the white and blue wires of the data cable with the corresponding labels on the bridge.\nf) Insert the LCD into the enclosure’s cover. (You can use some hot glue to help hold it in place).\ng) Connect the LCD to the sensor bridge using the male to female jumper wires following the wiring diagram.\nh) Using the A – B male/male USB cable, connect the Arduino Uno to your computer and open the Arduino IDE software. It’s time to get the code onto the Arduino.\nMake sure your Arduino IDE libraries are up to date\nAdd the EZO I2C library\nTo download the Ezo_I2c library file, click HERE.\nClick on the green “Code” button, then click “Download Zip” as shown in the image below\n*Don’t unzip this file!\nImport the.ZIP file to your Arduino IDE. To import the.ZIP file go to Sketch > Include Library > Add.ZIP Library\nInstall the Adafruit Liquid Crystal library\nIn the IDE go to Sketch > Include Library > Manage Libraries\nLookup “Adafruit LiquidCrystal” in the search bar of the Library Manager\nClick on Install\nFlash Arduino with the code\na) Open the code by going to File > Examples > EZO_I2C_lib-master > Examples > Projects > arduino_co2_meter\nb) Set the target CPU to flash: Tools > Board > Arduino AVR Boards > Arduino Uno\nc) Select the port to which your Arduino is connected: Tools > Port > COM “X”\n(comport address will change from user to user)\nd) Compile and flash the code to the Arduino. Once completed you should see the CO2 readings on your serial monitor (append carriage return only and set the baud rate to 9600) as well as the LCD. Adjust the screen contrast of the display as needed using the nob on the i2c backpack.\na) Unplug the device from your computer and screw the top and bottom portions of the enclosure together to complete the assembly.\nb) You can now power the meter with an external 12V barrel jack supply. Congratulations, you now have a benchtop Co2 Meter ready to go!\nProducts used in this tutorial\nSubscribe To Our Newsletter\nGet product updates and learn from the best!\nMore To Explore\nPros of hydroponics include efficient water use, faster growth rates, and the ability to grow crops in limited spaces. However, cons may involve higher initial setup costs, the need for technical expertise, and a reliance on artificial lighting and climate control. Also, many argue that hydroponically grown produce may lack certain flavors or nutrients compared", "id": "<urn:uuid:0b450bfa-87a1-414c-9450-b8a066cfc1e9>", "dump": "CC-MAIN-2024-10", "url": "https://atlas-scientific.com/blog/co2-meter-arduino/", "date": "2024-02-25T08:15:05", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8298676609992981, "token_count": 1558 } }
<urn:uuid:e8a58e8e-5e8a-46b0-afe0-235efaf7400f>
<!DOCTYPE html><html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=2.0, user-scalable=yes" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link media="all" href="https://atneventstaffing.com/wp-content/cache/autoptimize/css/autoptimize_655fec2dc5a02c17e2dacb332b5b101e.css" rel="stylesheet"><title>How to Make the Most of Your Event Marketing Budget | ATN Event Staffing</title><link rel="alternate" type="application/rss+xml" title="ATN Event Staffing RSS Feed" href="https://atneventstaffing.com/feed/" /><link rel="alternate" type="application/atom+xml" title="ATN Event Staffing Atom Feed" href="https://atneventstaffing.com/feed/atom/" /><meta name="msapplication-TileColor" content="#d22630"><meta name="theme-color" content="#d22630"><meta name="p:domain_verify" content="9cf433d80b8243f298897a09bac31495"/> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102167334-1"></script> <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-102167334-1');</script> <script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var ewww_webp_supported=!1;function check_webp_feature(A,e){var w;e=void 0!==e?e:function(){},ewww_webp_supported?e(ewww_webp_supported):((w=new Image).onload=function(){ewww_webp_supported=0<w.width&&0<w.height,e&&e(ewww_webp_supported)},w.onerror=function(){e&&e(!1)},w.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA=="}[A])}check_webp_feature("alpha");</script><script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var Arrive=function(c,w){"use strict";if(c.MutationObserver&&"undefined"!=typeof HTMLElement){var r,a=0,u=(r=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector,{matchesSelector:function(e,t){return e instanceof HTMLElement&&r.call(e,t)},addMethod:function(e,t,r){var a=e[t];e[t]=function(){return r.length==arguments.length?r.apply(this,arguments):"function"==typeof a?a.apply(this,arguments):void 0}},callCallbacks:function(e,t){t&&t.options.onceOnly&&1==t.firedElems.length&&(e=[e[0]]);for(var r,a=0;r=e[a];a++)r&&r.callback&&r.callback.call(r.elem,r.elem);t&&t.options.onceOnly&&1==t.firedElems.length&&t.me.unbindEventWithSelectorAndCallback.call(t.target,t.selector,t.callback)},checkChildNodesRecursively:function(e,t,r,a){for(var i,n=0;i=e[n];n++)r(i,t,a)&&a.push({callback:t.callback,elem:i}),0<i.childNodes.length&&u.checkChildNodesRecursively(i.childNodes,t,r,a)},mergeArrays:function(e,t){var r,a={};for(r in e)e.hasOwnProperty(r)&&(a[r]=e[r]);for(r in t)t.hasOwnProperty(r)&&(a[r]=t[r]);return a},toElementsArray:function(e){return e=void 0!==e&&("number"!=typeof e.length||e===c)?[e]:e}}),e=(l.prototype.addEvent=function(e,t,r,a){a={target:e,selector:t,options:r,callback:a,firedElems:[]};return this._beforeAdding&&this._beforeAdding(a),this._eventsBucket.push(a),a},l.prototype.removeEvent=function(e){for(var t,r=this._eventsBucket.length-1;t=this._eventsBucket[r];r--)e(t)&&(this._beforeRemoving&&this._beforeRemoving(t),(t=this._eventsBucket.splice(r,1))&&t.length&&(t[0].callback=null))},l.prototype.beforeAdding=function(e){this._beforeAdding=e},l.prototype.beforeRemoving=function(e){this._beforeRemoving=e},l),t=function(i,n){var o=new e,l=this,s={fireOnAttributesModification:!1};return o.beforeAdding(function(t){var e=t.target;e!==c.document&&e!==c||(e=document.getElementsByTagName("html")[0]);var r=new MutationObserver(function(e){n.call(this,e,t)}),a=i(t.options);r.observe(e,a),t.observer=r,t.me=l}),o.beforeRemoving(function(e){e.observer.disconnect()}),this.bindEvent=function(e,t,r){t=u.mergeArrays(s,t);for(var a=u.toElementsArray(this),i=0;i<a.length;i++)o.addEvent(a[i],e,t,r)},this.unbindEvent=function(){var r=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<r.length;t++)if(this===w||e.target===r[t])return!0;return!1})},this.unbindEventWithSelectorOrCallback=function(r){var a=u.toElementsArray(this),i=r,e="function"==typeof r?function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.callback===i)return!0;return!1}:function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.selector===r)return!0;return!1};o.removeEvent(e)},this.unbindEventWithSelectorAndCallback=function(r,a){var i=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<i.length;t++)if((this===w||e.target===i[t])&&e.selector===r&&e.callback===a)return!0;return!1})},this},i=new function(){var s={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};function n(e,t,r){return!(!u.matchesSelector(e,t.selector)||(e._id===w&&(e._id=a++),-1!=t.firedElems.indexOf(e._id)))&&(t.firedElems.push(e._id),!0)}var c=(i=new t(function(e){var t={attributes:!1,childList:!0,subtree:!0};return e.fireOnAttributesModification&&(t.attributes=!0),t},function(e,i){e.forEach(function(e){var t=e.addedNodes,r=e.target,a=[];null!==t&&0<t.length?u.checkChildNodesRecursively(t,i,n,a):"attributes"===e.type&&n(r,i)&&a.push({callback:i.callback,elem:r}),u.callCallbacks(a,i)})})).bindEvent;return i.bindEvent=function(e,t,r){t=void 0===r?(r=t,s):u.mergeArrays(s,t);var a=u.toElementsArray(this);if(t.existing){for(var i=[],n=0;n<a.length;n++)for(var o=a[n].querySelectorAll(e),l=0;l<o.length;l++)i.push({callback:r,elem:o[l]});if(t.onceOnly&&i.length)return r.call(i[0].elem,i[0].elem);setTimeout(u.callCallbacks,1,i)}c.call(this,e,t,r)},i},o=new function(){var a={};function i(e,t){return u.matchesSelector(e,t.selector)}var n=(o=new t(function(){return{childList:!0,subtree:!0}},function(e,r){e.forEach(function(e){var t=e.removedNodes,e=[];null!==t&&0<t.length&&u.checkChildNodesRecursively(t,r,i,e),u.callCallbacks(e,r)})})).bindEvent;return o.bindEvent=function(e,t,r){t=void 0===r?(r=t,a):u.mergeArrays(a,t),n.call(this,e,t,r)},o};d(HTMLElement.prototype),d(NodeList.prototype),d(HTMLCollection.prototype),d(HTMLDocument.prototype),d(Window.prototype);var n={};return s(i,n,"unbindAllArrive"),s(o,n,"unbindAllLeave"),n}function l(){this._eventsBucket=[],this._beforeAdding=null,this._beforeRemoving=null}function s(e,t,r){u.addMethod(t,r,e.unbindEvent),u.addMethod(t,r,e.unbindEventWithSelectorOrCallback),u.addMethod(t,r,e.unbindEventWithSelectorAndCallback)}function d(e){e.arrive=i.bindEvent,s(i,e,"unbindArrive"),e.leave=o.bindEvent,s(o,e,"unbindLeave")}}(window,void 0),ewww_webp_supported=!1;function check_webp_feature(e,t){var r;ewww_webp_supported?t(ewww_webp_supported):((r=new Image).onload=function(){ewww_webp_supported=0<r.width&&0<r.height,t(ewww_webp_supported)},r.onerror=function(){t(!1)},r.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"}[e])}function ewwwLoadImages(e){if(e){for(var t=document.querySelectorAll(".batch-image img, .image-wrapper a, .ngg-pro-masonry-item a, .ngg-galleria-offscreen-seo-wrapper a"),r=0,a=t.length;r<a;r++)ewwwAttr(t[r],"data-src",t[r].getAttribute("data-webp")),ewwwAttr(t[r],"data-thumbnail",t[r].getAttribute("data-webp-thumbnail"));for(var i=document.querySelectorAll(".rev_slider ul li"),r=0,a=i.length;r<a;r++){ewwwAttr(i[r],"data-thumb",i[r].getAttribute("data-webp-thumb"));for(var n=1;n<11;)ewwwAttr(i[r],"data-param"+n,i[r].getAttribute("data-webp-param"+n)),n++}for(r=0,a=(i=document.querySelectorAll(".rev_slider img")).length;r<a;r++)ewwwAttr(i[r],"data-lazyload",i[r].getAttribute("data-webp-lazyload"));for(var o=document.querySelectorAll("div.woocommerce-product-gallery__image"),r=0,a=o.length;r<a;r++)ewwwAttr(o[r],"data-thumb",o[r].getAttribute("data-webp-thumb"))}for(var l=document.querySelectorAll("video"),r=0,a=l.length;r<a;r++)ewwwAttr(l[r],"poster",e?l[r].getAttribute("data-poster-webp"):l[r].getAttribute("data-poster-image"));for(var s,c=document.querySelectorAll("img.ewww_webp_lazy_load"),r=0,a=c.length;r<a;r++)e&&(ewwwAttr(c[r],"data-lazy-srcset",c[r].getAttribute("data-lazy-srcset-webp")),ewwwAttr(c[r],"data-srcset",c[r].getAttribute("data-srcset-webp")),ewwwAttr(c[r],"data-lazy-src",c[r].getAttribute("data-lazy-src-webp")),ewwwAttr(c[r],"data-src",c[r].getAttribute("data-src-webp")),ewwwAttr(c[r],"data-orig-file",c[r].getAttribute("data-webp-orig-file")),ewwwAttr(c[r],"data-medium-file",c[r].getAttribute("data-webp-medium-file")),ewwwAttr(c[r],"data-large-file",c[r].getAttribute("data-webp-large-file")),null!=(s=c[r].getAttribute("srcset"))&&!1!==s&&s.includes("R0lGOD")&&ewwwAttr(c[r],"src",c[r].getAttribute("data-lazy-src-webp"))),c[r].className=c[r].className.replace(/\bewww_webp_lazy_load\b/,"");for(var w=document.querySelectorAll(".ewww_webp"),r=0,a=w.length;r<a;r++)e?(ewwwAttr(w[r],"srcset",w[r].getAttribute("data-srcset-webp")),ewwwAttr(w[r],"src",w[r].getAttribute("data-src-webp")),ewwwAttr(w[r],"data-orig-file",w[r].getAttribute("data-webp-orig-file")),ewwwAttr(w[r],"data-medium-file",w[r].getAttribute("data-webp-medium-file")),ewwwAttr(w[r],"data-large-file",w[r].getAttribute("data-webp-large-file")),ewwwAttr(w[r],"data-large_image",w[r].getAttribute("data-webp-large_image")),ewwwAttr(w[r],"data-src",w[r].getAttribute("data-webp-src"))):(ewwwAttr(w[r],"srcset",w[r].getAttribute("data-srcset-img")),ewwwAttr(w[r],"src",w[r].getAttribute("data-src-img"))),w[r].className=w[r].className.replace(/\bewww_webp\b/,"ewww_webp_loaded");window.jQuery&&jQuery.fn.isotope&&jQuery.fn.imagesLoaded&&(jQuery(".fusion-posts-container-infinite").imagesLoaded(function(){jQuery(".fusion-posts-container-infinite").hasClass("isotope")&&jQuery(".fusion-posts-container-infinite").isotope()}),jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").imagesLoaded(function(){jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").isotope()}))}function ewwwWebPInit(e){ewwwLoadImages(e),ewwwNggLoadGalleries(e),document.arrive(".ewww_webp",function(){ewwwLoadImages(e)}),document.arrive(".ewww_webp_lazy_load",function(){ewwwLoadImages(e)}),document.arrive("videos",function(){ewwwLoadImages(e)}),"loading"==document.readyState?document.addEventListener("DOMContentLoaded",ewwwJSONParserInit):("undefined"!=typeof galleries&&ewwwNggParseGalleries(e),ewwwWooParseVariations(e))}function ewwwAttr(e,t,r){null!=r&&!1!==r&&e.setAttribute(t,r)}function ewwwJSONParserInit(){"undefined"!=typeof galleries&&check_webp_feature("alpha",ewwwNggParseGalleries),check_webp_feature("alpha",ewwwWooParseVariations)}function ewwwWooParseVariations(e){if(e)for(var t=document.querySelectorAll("form.variations_form"),r=0,a=t.length;r<a;r++){var i=t[r].getAttribute("data-product_variations"),n=!1;try{for(var o in i=JSON.parse(i))void 0!==i[o]&&void 0!==i[o].image&&(void 0!==i[o].image.src_webp&&(i[o].image.src=i[o].image.src_webp,n=!0),void 0!==i[o].image.srcset_webp&&(i[o].image.srcset=i[o].image.srcset_webp,n=!0),void 0!==i[o].image.full_src_webp&&(i[o].image.full_src=i[o].image.full_src_webp,n=!0),void 0!==i[o].image.gallery_thumbnail_src_webp&&(i[o].image.gallery_thumbnail_src=i[o].image.gallery_thumbnail_src_webp,n=!0),void 0!==i[o].image.thumb_src_webp&&(i[o].image.thumb_src=i[o].image.thumb_src_webp,n=!0));n&&ewwwAttr(t[r],"data-product_variations",JSON.stringify(i))}catch(e){}}}function ewwwNggParseGalleries(e){if(e)for(var t in galleries){var r=galleries[t];galleries[t].images_list=ewwwNggParseImageList(r.images_list)}}function ewwwNggLoadGalleries(e){e&&document.addEventListener("ngg.galleria.themeadded",function(e,t){window.ngg_galleria._create_backup=window.ngg_galleria.create,window.ngg_galleria.create=function(e,t){var r=$(e).data("id");return galleries["gallery_"+r].images_list=ewwwNggParseImageList(galleries["gallery_"+r].images_list),window.ngg_galleria._create_backup(e,t)}})}function ewwwNggParseImageList(e){for(var t in e){var r=e[t];if(void 0!==r["image-webp"]&&(e[t].image=r["image-webp"],delete e[t]["image-webp"]),void 0!==r["thumb-webp"]&&(e[t].thumb=r["thumb-webp"],delete e[t]["thumb-webp"]),void 0!==r.full_image_webp&&(e[t].full_image=r.full_image_webp,delete e[t].full_image_webp),void 0!==r.srcsets)for(var a in r.srcsets)nggSrcset=r.srcsets[a],void 0!==r.srcsets[a+"-webp"]&&(e[t].srcsets[a]=r.srcsets[a+"-webp"],delete e[t].srcsets[a+"-webp"]);if(void 0!==r.full_srcsets)for(var i in r.full_srcsets)nggFSrcset=r.full_srcsets[i],void 0!==r.full_srcsets[i+"-webp"]&&(e[t].full_srcsets[i]=r.full_srcsets[i+"-webp"],delete e[t].full_srcsets[i+"-webp"])}return e}check_webp_feature("alpha",ewwwWebPInit);</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><meta name="description" content="As you budget for 2023, it&#039;s important to focus on delivering quality experiences that give you the most bang for your buck." /><link rel="canonical" href="https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="How to Make the Most of Your Event Marketing Budget" /><meta property="og:description" content="As you budget for 2023, it&#039;s important to focus on delivering quality experiences that give you the most bang for your buck." /><meta property="og:url" content="https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/" /><meta property="og:site_name" content="ATN Event Staffing" /><meta property="article:publisher" content="https://facebook.com/atneventstaffing" /><meta property="article:published_time" content="2022-12-09T23:12:57+00:00" /><meta property="article:modified_time" content="2024-02-16T22:22:31+00:00" /><meta property="og:image" content="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg" /><meta property="og:image:width" content="1920" /><meta property="og:image:height" content="1372" /><meta property="og:image:type" content="image/jpeg" /><meta name="author" content="Lisa Major" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="How to Make the Most of Your Event Marketing Budget" /><meta name="twitter:creator" content="@atnpromo" /><meta name="twitter:site" content="@atnpromo" /><meta name="twitter:label1" content="Written by" /><meta name="twitter:data1" content="Lisa Major" /><meta name="twitter:label2" content="Est. reading time" /><meta name="twitter:data2" content="3 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#article","isPartOf":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/"},"author":{"name":"Lisa Major","@id":"https://atneventstaffing.com/#/schema/person/8071589b9d78f4dac70dee7d7f447e30"},"headline":"How to Make the Most of Your Event Marketing Budget","datePublished":"2022-12-09T23:12:57+00:00","dateModified":"2024-02-16T22:22:31+00:00","mainEntityOfPage":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/"},"wordCount":483,"publisher":{"@id":"https://atneventstaffing.com/#organization"},"image":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#primaryimage"},"thumbnailUrl":"https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg","keywords":["Experiential Marketing"],"articleSection":["Happy Hour","News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/","url":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/","name":"How to Make the Most of Your Event Marketing Budget | ATN Event Staffing","isPartOf":{"@id":"https://atneventstaffing.com/#website"},"primaryImageOfPage":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#primaryimage"},"image":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#primaryimage"},"thumbnailUrl":"https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg","datePublished":"2022-12-09T23:12:57+00:00","dateModified":"2024-02-16T22:22:31+00:00","description":"As you budget for 2023, it's important to focus on delivering quality experiences that give you the most bang for your buck.","breadcrumb":{"@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#primaryimage","url":"https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg","contentUrl":"https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg","width":1920,"height":1372,"caption":"Experiential Marketing on a Budget"},{"@type":"BreadcrumbList","@id":"https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://atneventstaffing.com/"},{"@type":"ListItem","position":2,"name":"Experiential Marketing Insights","item":"https://atneventstaffing.com/blog/"},{"@type":"ListItem","position":3,"name":"How to Make the Most of Your Event Marketing Budget"}]},{"@type":"WebSite","@id":"https://atneventstaffing.com/#website","url":"https://atneventstaffing.com/","name":"ATN Event Staffing","description":"Event Staffing Experts: Experiential Marketing, Live Events, Trade Shows, Conferences and More","publisher":{"@id":"https://atneventstaffing.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://atneventstaffing.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://atneventstaffing.com/#organization","name":"ATN Event Staffing","url":"https://atneventstaffing.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://atneventstaffing.com/#/schema/logo/image/","url":"https://atneventstaffing.com/wp-content/uploads/2021/11/Untitled-300-x-300-px-100-x-100-px-1.png","contentUrl":"https://atneventstaffing.com/wp-content/uploads/2021/11/Untitled-300-x-300-px-100-x-100-px-1.png","width":300,"height":200,"caption":"ATN Event Staffing"},"image":{"@id":"https://atneventstaffing.com/#/schema/logo/image/"},"sameAs":["https://facebook.com/atneventstaffing","https://twitter.com/atnpromo","https://instagram.com/atnpromo","https://linkedin.com/company/atneventstaffing","https://pinterest.com/atneventstaffing"]},{"@type":"Person","@id":"https://atneventstaffing.com/#/schema/person/8071589b9d78f4dac70dee7d7f447e30","name":"Lisa Major","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://atneventstaffing.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/dd7483365aea274e9e0dd04e8b674eea?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/dd7483365aea274e9e0dd04e8b674eea?s=96&d=mm&r=g","caption":"Lisa Major"},"url":"https://atneventstaffing.com/author/lmajoratneventstaffing-com/"}]}</script> <link rel='dns-prefetch' href='//www.googletagmanager.com' /><link rel='dns-prefetch' href='//use.typekit.net' /> <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/atneventstaffing.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=1945b81806969193bcf75c286763bdf0"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);</script> <link rel='stylesheet' id='lwh-fonts-css' href='https://use.typekit.net/low1vvx.css?ver=v1' type='text/css' media='all' /> <script type="text/javascript" src="https://atneventstaffing.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-MBTL3W5" id="google_gtagjs-js" async></script> <script type="text/javascript" id="google_gtagjs-js-after">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', {"domains":["atneventstaffing.com"]} ); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-MBTL3W5");</script> <link rel="https://api.w.org/" href="https://atneventstaffing.com/wp-json/" /><link rel="alternate" type="application/json" href="https://atneventstaffing.com/wp-json/wp/v2/posts/11873" /><link rel='shortlink' href='https://atneventstaffing.com/?p=11873' /><link rel="alternate" type="application/json+oembed" href="https://atneventstaffing.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatneventstaffing.com%2Fmake-the-most-of-your-event-marketing-budget%2F" /><link rel="alternate" type="text/xml+oembed" href="https://atneventstaffing.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatneventstaffing.com%2Fmake-the-most-of-your-event-marketing-budget%2F&#038;format=xml" /><meta name="generator" content="Site Kit by Google 1.120.0" /> <script class="hsq-set-content-id" data-content-id="blog-post">var _hsq = _hsq || []; _hsq.push(["setContentType", "blog-post"]);</script> <script type="text/javascript">// function external_links_in_new_windows_loop() { if (!document.links) { document.links = document.getElementsByTagName('a'); } var change_link = false; var force = ''; var ignore = ''; for (var t=0; t<document.links.length; t++) { var all_links = document.links[t]; change_link = false; if(document.links[t].hasAttribute('onClick') == false) { // forced if the address starts with http (or also https), but does not link to the current domain if(all_links.href.search(/^http/) != -1 && all_links.href.search('atneventstaffing.com') == -1 && all_links.href.search(/^#/) == -1) { // console.log('Changed ' + all_links.href); change_link = true; } if(force != '' && all_links.href.search(force) != -1) { // forced // console.log('force ' + all_links.href); change_link = true; } if(ignore != '' && all_links.href.search(ignore) != -1) { // console.log('ignore ' + all_links.href); // ignored change_link = false; } if(change_link == true) { // console.log('Changed ' + all_links.href); document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;'); document.links[t].removeAttribute('target'); } } } } // Load function external_links_in_new_windows_load(func) { var oldonload = window.onload; if (typeof window.onload != 'function'){ window.onload = func; } else { window.onload = function(){ oldonload(); func(); } } } external_links_in_new_windows_load(external_links_in_new_windows_loop); //</script> <script type='text/javascript'>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');</script> <script type='text/javascript'>var url = window.location.origin + '?ob=open-bridge'; fbq('set', 'openbridge', '1772209103056544', url);</script> <script type='text/javascript'>fbq('init', '1772209103056544', {}, { "agent": "wordpress-6.4.3-3.0.14" })</script><script type='text/javascript'>fbq('track', 'PageView', []);</script> <noscript> <img height="1" width="1" style="display:none" alt="fbpx" src="https://www.facebook.com/tr?id=1772209103056544&ev=PageView&noscript=1" /> </noscript><link rel="icon" href="https://atneventstaffing.com/wp-content/uploads/2018/02/cropped-atn-identity-150x150.png" sizes="32x32" /><link rel="icon" href="https://atneventstaffing.com/wp-content/uploads/2018/02/cropped-atn-identity-300x300.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://atneventstaffing.com/wp-content/uploads/2018/02/cropped-atn-identity-300x300.png" /><meta name="msapplication-TileImage" content="https://atneventstaffing.com/wp-content/uploads/2018/02/cropped-atn-identity-300x300.png" /></head><body class="post-template-default single single-post postid-11873 single-format-standard" > <script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">if(typeof ewww_webp_supported==="undefined"){var ewww_webp_supported=!1}if(ewww_webp_supported){document.body.classList.add("webp-support")}</script><div class="menubar-spacer branding-client"></div><section class="toolbar-section section branding-client"><div class="container"><nav class="toolbar-nav-wrap"><ul id="menu-toolbar-menu-clients" class="toolbar-nav d-flex flex-wrap justify-content-start"><li id="menu-item-2597" class="talent-nav__red-button menu-item menu-item-type-post_type menu-item-object-page menu-item-2597"><a href="https://atneventstaffing.com/talent/">ATN Talent Site</a></li><li id="menu-item-2111" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2111"><a target="_blank" rel="noopener" href="http://app.atnpromo.com/admin.aspx">Client Login</a></li></ul></nav></div></section><header class="section header branding-client"><div class="container d-flex justify-content-between"><nav class="main-nav-wrap"><ul id="menu-main-navigation-menu-clients" class="main-nav d-flex flex-wrap justify-content-start"><li id="menu-item-2780" class="d-lg-none featured-item menu-item menu-item-type-post_type menu-item-object-page menu-item-2780"><a href="https://atneventstaffing.com/get-a-quote/">Get a Quote</a></li><li id="menu-item-21" class="d-none d-lg-inline menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://atneventstaffing.com/staffing-services/">Home</a></li><li id="menu-item-3984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3984"><a href="#_">Our Story</a><ul class="sub-menu"><li id="menu-item-2397" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2397"><a href="https://atneventstaffing.com/about/">About</a></li><li id="menu-item-2396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2396"><a href="https://atneventstaffing.com/team/">Team</a></li><li id="menu-item-10851" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10851"><a href="https://atneventstaffing.com/diversity-and-inclusion/">Diversity and Inclusion</a></li></ul></li><li id="menu-item-2467" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2467"><a href="#_">Services</a><ul class="sub-menu"><li id="menu-item-2432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2432"><a href="https://atneventstaffing.com/nationwide-event-staffing/">Event Staffing</a></li><li id="menu-item-2987" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2987"><a href="https://atneventstaffing.com/brand-ambassadors/">Brand Ambassadors</a></li><li id="menu-item-11552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11552"><a href="https://atneventstaffing.com/conference-staffing/">Conference and Convention Staffing</a></li><li id="menu-item-2988" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2988"><a href="https://atneventstaffing.com/trade-show-staffing/">Trade Show Staffing</a></li><li id="menu-item-2986" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2986"><a href="https://atneventstaffing.com/promotional-models/">Promotional Models</a></li><li id="menu-item-2989" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2989"><a href="https://atneventstaffing.com/street-teams/">Street Teams</a></li></ul></li><li id="menu-item-2509" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2509"><a href="#_">Experience</a><ul class="sub-menu"><li id="menu-item-2122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2122"><a href="https://atneventstaffing.com/case-studies/">Case Studies</a></li><li id="menu-item-2512" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2512"><a href="https://atneventstaffing.com/event-highlights/">Featured Events</a></li><li id="menu-item-2121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2121"><a href="https://atneventstaffing.com/client-testimonials/">Client Testimonials</a></li><li id="menu-item-2529" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2529"><a href="https://atneventstaffing.com/client-faqs/">Client FAQs</a></li></ul></li><li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-35"><a href="https://atneventstaffing.com/blog/">Insights</a></li><li id="menu-item-8557" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8557"><a href="#_">Resources</a><ul class="sub-menu"><li id="menu-item-8558" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8558"><a href="https://info.atneventstaffing.com/guerrilla-marketing-tool-kit">Guerrilla Marketing Tool Kit</a></li><li id="menu-item-9719" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9719"><a href="https://atneventstaffing.com/be-herd-podcast/">Podcast</a></li></ul></li><li id="menu-item-2123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2123"><a href="https://atneventstaffing.com/contact/">Contact</a></li><li id="menu-item-2779" class="featured-item d-none d-lg-inline menu-item menu-item-type-post_type menu-item-object-page menu-item-2779"><a href="https://atneventstaffing.com/get-a-quote/">Get a Quote</a></li><li id="menu-item-4088" class="d-lg-none menu-item menu-item-type-post_type menu-item-object-page menu-item-4088"><a href="https://atneventstaffing.com/talent/">ATN Talent Site</a></li><li id="menu-item-4090" class="d-lg-none menu-item menu-item-type-custom menu-item-object-custom menu-item-4090"><a target="_blank" rel="noopener" href="http://app.atnpromo.com/admin.aspx">Client Login</a></li></ul></nav> <a class="site-logo-wrap nofout" href="https://atneventstaffing.com"> <img src="https://atneventstaffing.com/wp-content/themes/atn2018/images/atnlogo.svg" alt="ATN Event Staffing Logo" /> </a> <button class="hamburger hamburger--elastic" type="button"> <span class="hamburger-box nofout"> <span class="hamburger-inner nofout"></span> </span> </button></div></header><section class="section page-header d-flex flex-column flex-md-row accent-grey"><div class="page-header__image-wrap object-fit object-fit-cover order-2 order-md-1"> <img width="768" height="549" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium_large size-medium_large wp-post-image ewww_webp" alt="Experiential Marketing on a Budget" decoding="async" fetchpriority="high" sizes="(max-width: 768px) 100vw, 768px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg.webp 1920w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg 1920w" data-eio="j" /><noscript><img width="768" height="549" src="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="Experiential Marketing on a Budget" decoding="async" fetchpriority="high" srcset="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div><div class="container order-1 order-md-2"><div class="row"><div class="col-xs-12 col-md-8 page-header__container"><div class="page-header__wrap"><h1 class="page-header__title condensed text-uppercase mb-md-0">How to Make the Most of Your Event Marketing Budget</h1></div></div></div></div></section><section class="section page-intro"><div class="container page-intro__container "><h2><span style="color: #d22630;">Happy Hour:  Weekly Round-Up </span></h2><h3>Bringing you some of the latest and greatest news in experiential and event marketing.</h3></div></section><section class="section tinted-background"><div class="container article py-60 body-copy"><div class="row"><div class="col-md-8"><div class="single-post-meta"><p class="single-post-meta__date">12.09.22</p><p class="single-post-meta__author">By Lisa Major</p></div><div class="single-post-meta single-post-meta__sharing"><div class="addthis_inline_share_toolbox"></div></div><div class="single-post-meta single-post-meta__tags"><p>Tags: <a href="https://atneventstaffing.com/tag/experiential-marketing/" rel="tag">Experiential Marketing</a></p></div><div class="post-11873 post type-post status-publish format-standard has-post-thumbnail hentry category-happy-hour category-news tag-experiential-marketing"><p>Out goes the pandemic, and in comes inflation&#8230;Luckily, event marketers are more than prepared for this little bump in the road. As you budget for 2023, it&#8217;s important to set your priorities and expectations for the year and focus on delivering quality experiences that give you the most bang for your buck. In this edition of Happy Hour, we feature experiential marketing budgeting tips for the new year. We also discuss how utilizing themes in your experiential events can leave a lasting impression. Lastly, we take a look at the top live events of 2022.</p><h2><a href="https://www.eventmarketer.com/article/five-brands-event-budgets-tips-2023/">How to Make the Most of Your Event Marketing Budget</a></h2><p><img decoding="async" class="alignnone wp-image-13190 size-large ewww_webp" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Experiential Marketing on a Budget" width="1024" height="732" sizes="(max-width: 1024px) 100vw, 1024px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg.webp 1920w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg 1920w" data-eio="j" /><noscript><img decoding="async" class="alignnone wp-image-13190 size-large" src="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg" alt="Experiential Marketing on a Budget" width="1024" height="732" srcset="https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2023/12/experiential-marketing-8.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript></p><p>&nbsp;</p><p><span data-preserver-spaces="true">From the latest technology to immersive and engaging elements, the amount that brands could spend on a live event is limitless. That&#8217;s why it&#8217;s crucial to have a solid event marketing budget &#8211; especially in today&#8217;s economy. But because marketers have had some practice adapting and evolving over the past couple of years, they are more prepared to make the most of their budgets with as few resources as possible. </span><a class="editor-rtfLink" href="https://www.eventmarketer.com/article/five-brands-event-budgets-tips-2023/" target="_blank" rel="noopener"><span data-preserver-spaces="true">Here</span></a><span data-preserver-spaces="true">, Event Marketer delivers five budgeting tips to help marketers stretch their event marketing dollars in 2023.</span></p><hr /><h2><a href="https://www.forbes.com/sites/forbesbusinesscouncil/2022/12/06/seven-tips-for-building-a-themed-interactive-event-experience/amp/">Why You Should Incorporate a Theme Into Your Experiential Marketing Activation</a></h2><p><img decoding="async" class="alignleft wp-image-11880 ewww_webp" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Themed Experiential Marketing Event-Reliant at Dallas Cowboys Tailgate " width="964" height="728" data-src-img="https://atneventstaffing.com/wp-content/uploads/2022/12/2021-Endeavor-Reliant-2021-NFL-Dallas-Pre-Season-Dallas-TX-Brand-Ambassadors-Consumer-Interaction-Tailgate-Marketing-2.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2022/12/2021-Endeavor-Reliant-2021-NFL-Dallas-Pre-Season-Dallas-TX-Brand-Ambassadors-Consumer-Interaction-Tailgate-Marketing-2.jpg.webp" data-eio="j" /><noscript><img decoding="async" class="alignleft wp-image-11880" src="https://atneventstaffing.com/wp-content/uploads/2022/12/2021-Endeavor-Reliant-2021-NFL-Dallas-Pre-Season-Dallas-TX-Brand-Ambassadors-Consumer-Interaction-Tailgate-Marketing-2.jpg" alt="Themed Experiential Marketing Event-Reliant at Dallas Cowboys Tailgate " width="964" height="728" /></noscript></p><p>&nbsp;</p><p>To make a memorable impression on consumers, all of the elements of an experiential event should tie into your messaging and your brand story. When all of the dots connect, it can greatly impact how consumers perceive your brand and the activation itself. Incorporating a theme into your activation is one tactic that can help bring the story together.  When done right, the theme will naturally fit into the activation, resulting in a memorable and positive brand impression. <a href="https://www.forbes.com/sites/forbesbusinesscouncil/2022/12/06/seven-tips-for-building-a-themed-interactive-event-experience/amp/">Read on</a> for tips on how to utilize themes in your experiential strategy.</p><hr /><h2><a href="https://www.bizbash.com/bizbash-lists/top-100-events/top-list/22578517/top-100-events-for-2022">The Most Impactful Live Events of 2022</a></h2><div id="attachment_11182" style="width: 1290px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-11182" class="wp-image-11182 size-full" src="https://atneventstaffing.com/wp-content/uploads/2022/04/1647041499710.jpg" alt="SXSW 2022" width="1280" height="720" /><p id="caption-attachment-11182" class="wp-caption-text">Photo: SXSW</p></div><h2></h2><p>The live events industry has experienced a roaring comeback in 2022. After a two-year hiatus, many beloved events and conferences that were canceled due to the pandemic reemerged this year, proving that the industry is well on its way to a full recovery. Event marketers and producers have worked hard to deliver awe-inspiring and vibrant events to make this year&#8217;s events ones that fans will remember. <a href="https://www.bizbash.com/bizbash-lists/top-100-events/top-list/22578517/top-100-events-for-2022">Here</a>, BizBash presents 100 events that had the greatest impact this year.</p><p><span data-preserver-spaces="true">Thanks for joining us for Happy Hour! Be sure to subscribe to our monthly blog to receive the latest and greatest in experiential marketing news! </span></p><h3><span data-preserver-spaces="true"><span style="color: #d22630;">Subscribe to Our Monthly Blog</span></span></h3><h3><script src="//js.hsforms.net/forms/v2.js" type="text/javascript" charset="utf-8"></script><script>hbspt.forms.create({portalId: "4102031",formId: "86871dc3-fb48-4da7-b887-9889c558a33b"});</script></h3><hr /><p>ATN is a premiere experiential marketing staffing agency with two decades of experience!  If you need brand ambassadors or event staff for your experiential or event marketing needs, ATN has you covered!</p><p><a href="https://atneventstaffing.com/contact/">Contact</a> our client services team today to learn more about us and how we can help you reach your goals.</p><p>&nbsp;</p><div class="single-post-meta single-post-meta__sharing"><div class="addthis_inline_share_toolbox"></div></div></div></div><div class="d-none d-xl-flex col-xl-1"></div><div class="col-md-4 col-xl-3"><div class="sidebar-block sidebar-block__subscribe"><h3 class="sidebar-widget-title mb-5">Subscribe</h3><div class="sidebar-block__subscribe-intro"><p>Get the latest and greatest in experiential marketing news delivered to your inbox once a month!</p></div><div class="sidebar-block__subscribe-form"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <script>hbspt.forms.create({ portalId: "4102031", formId: "86871dc3-fb48-4da7-b887-9889c558a33b" });</script> </div></div><div class="sidebar-block sidebar-block__recent-posts"><h3 class="sidebar-widget-title mb-5">Recent Posts</h3><div><div class="post-index__col mb-30"><div class="post-index__wrap"><div class="post-index__inside d-flex flex-wrap"><div class="post-index__thumbnail-wrap"> <img width="768" height="549" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium_large size-medium_large wp-post-image ewww_webp" alt="Generative AI in Experiential Marketing" decoding="async" loading="lazy" sizes="(max-width: 768px) 100vw, 768px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-300x214.jpg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1024x732.jpg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1536x1098.jpg.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-960x686.jpg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11.jpg.webp 1920w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11.jpg 1920w" data-eio="j" /><noscript><img width="768" height="549" src="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="Generative AI in Experiential Marketing" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-11.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div><div class="post-index__copy-wrap d-flex flex-column justify-content-center with-thumbnail"><h3 class="post-index__title">How to Strategically Leverage AI in Experiential Marketing</h3><p class="post-index__meta">02.23.24</p></div></div> <a class="post-index__permalink" href="https://atneventstaffing.com/leverage-ai-to-boost-experiential-marketing-activations/"></a></div></div><div class="post-index__col mb-30"><div class="post-index__wrap"><div class="post-index__inside d-flex flex-wrap"><div class="post-index__thumbnail-wrap"> <img width="768" height="549" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium_large size-medium_large wp-post-image ewww_webp" alt="Super Bowl LVII: 17 Buzzworthy Brand Activations and Experiences" decoding="async" loading="lazy" sizes="(max-width: 768px) 100vw, 768px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-300x214.jpg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1024x732.jpg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1536x1098.jpg.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-960x686.jpg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9.jpg.webp 1920w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9.jpg 1920w" data-eio="j" /><noscript><img width="768" height="549" src="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="Super Bowl LVII: 17 Buzzworthy Brand Activations and Experiences" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-768x549.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-300x214.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1024x732.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-1536x1098.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9-960x686.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2024/02/experiential-marketing-9.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div><div class="post-index__copy-wrap d-flex flex-column justify-content-center with-thumbnail"><h3 class="post-index__title">Super Bowl LVIII: 15 Brand Experiences That Stole the Show</h3><p class="post-index__meta">02.16.24</p></div></div> <a class="post-index__permalink" href="https://atneventstaffing.com/super-bowl-brand-experiences/"></a></div></div><div class="post-index__col mb-30"><div class="post-index__wrap"><div class="post-index__inside d-flex flex-wrap"><div class="post-index__thumbnail-wrap"> <img width="768" height="635" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium_large size-medium_large wp-post-image ewww_webp" alt="2024 marketing trends with experiential impact" decoding="async" loading="lazy" sizes="(max-width: 768px) 100vw, 768px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-300x248.jpeg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-1024x847.jpeg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-960x794.jpeg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2.jpeg.webp 1445w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg 768w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-300x248.jpeg 300w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-1024x847.jpeg 1024w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-960x794.jpeg 960w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2.jpeg 1445w" data-eio="j" /><noscript><img width="768" height="635" src="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg" class="attachment-medium_large size-medium_large wp-post-image" alt="2024 marketing trends with experiential impact" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-768x635.jpeg 768w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-300x248.jpeg 300w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-1024x847.jpeg 1024w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2-960x794.jpeg 960w, https://atneventstaffing.com/wp-content/uploads/2020/04/Fuse-BAYA-Starbucks-Texas-AM-Parents-Weekend-College-Station-Tx2.jpeg 1445w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div><div class="post-index__copy-wrap d-flex flex-column justify-content-center with-thumbnail"><h3 class="post-index__title">4 Marketing Trends in 2024 with Experiential Impact </h3><p class="post-index__meta">02.02.24</p></div></div> <a class="post-index__permalink" href="https://atneventstaffing.com/4-marketing-trends-in-2024-with-experiential-impact/"></a></div></div></div></div></div></div></div></section><footer class="section footer" ><div class="container py-60"><div class="lwh-social d-flex justify-content-center"> <a class="soc-li" rel="noopener noreferrer nofollow" target="_blank" href="https://www.linkedin.com/company/552260/"><svg class="svg-inline--fa fa-linkedin-in fa-w-14" aria-hidden="true" data-fa-processed="" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></a> <a class="soc-fb" rel="noopener noreferrer nofollow" target="_blank" href="https://facebook.com/atneventstaffing"><svg class="svg-inline--fa fa-facebook-f fa-w-9" aria-hidden="true" data-fa-processed="" data-prefix="fab" data-icon="facebook-f" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></a> <a class="soc-ig" rel="noopener noreferrer nofollow" target="_blank" href="https://instagram.com/atnpromo"><svg class="svg-inline--fa fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" data-prefix="fab" data-icon="instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></a> <a class="soc-tw" rel="noopener noreferrer nofollow" target="_blank" href="https://twitter.com/atnpromo"><svg class="svg-inline--fa fa-twitter fa-w-16" aria-hidden="true" data-fa-processed="" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg></a> <a class="soc-pi" rel="noopener noreferrer nofollow" target="_blank" href="https://pinterest.com/atnpromo"><svg class="svg-inline--fa fa-pinterest-p fa-w-12" aria-hidden="true" data-fa-processed="" data-prefix="fab" data-icon="pinterest-p" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"></path></svg></a></div><ul id="menu-footer-menu" class="footer-nav d-flex flex-wrap justify-content-center py-30 px-0"><li id="menu-item-2124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2124"><a href="https://atneventstaffing.com/contact/">Contact</a></li><li id="menu-item-9909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9909"><a href="https://atneventstaffing.com/careers/">Careers</a></li><li id="menu-item-2127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2127"><a href="https://atneventstaffing.com/terms-of-use/">Terms of Use</a></li></ul><div class="row justify-content-center mb-5 footer--logos"><div class="col-auto footer--logos-col"> <a href="https://atneventstaffing.com/20-years-bringing-brands-to-life/" target="_blank" rel="noopener noreferrer nofollow"><div class="footer--logo object-fit-contain object-fit"> <img width="300" height="169" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium size-medium ewww_webp" alt="" decoding="async" loading="lazy" sizes="(max-width: 300px) 100vw, 300px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png.webp 300w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1024x576.png.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-768x432.png.webp 768w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1536x864.png.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1.png.webp 1920w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-960x540.png.webp 960w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png 300w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1024x576.png 1024w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-768x432.png 768w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1536x864.png 1536w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1.png 1920w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-960x540.png 960w" data-eio="j" /><noscript><img width="300" height="169" src="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-300x169.png 300w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1024x576.png 1024w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-768x432.png 768w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-1536x864.png 1536w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1.png 1920w, https://atneventstaffing.com/wp-content/uploads/2023/03/Blue-Modern-Company-Profile-Presentation-1-960x540.png 960w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a></div><div class="col-auto footer--logos-col"> <a href="https://www.golivetogether.com/" target="_blank" rel="noopener noreferrer nofollow"><div class="footer--logo object-fit-contain object-fit"> <img width="259" height="300" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium size-medium ewww_webp" alt="Go Live Together Logo" decoding="async" loading="lazy" sizes="(max-width: 259px) 100vw, 259px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png.webp 259w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-883x1024.png.webp 883w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-768x890.png.webp 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-1325x1536.png.webp 1325w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-960x1113.png.webp 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert.png.webp 1696w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png 259w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-883x1024.png 883w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-768x890.png 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-1325x1536.png 1325w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-960x1113.png 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert.png 1696w" data-eio="j" /><noscript><img width="259" height="300" src="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png" class="attachment-medium size-medium" alt="Go Live Together Logo" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-259x300.png 259w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-883x1024.png 883w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-768x890.png 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-1325x1536.png 1325w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert-960x1113.png 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/GoLiveTogether_Logo-Positive-Vert.png 1696w" sizes="(max-width: 259px) 100vw, 259px" /></noscript></div> </a></div><div class="col-auto footer--logos-col"> <a href="https://www.eventmeasurement.org/" target="_blank" rel="noopener noreferrer nofollow"><div class="footer--logo object-fit-contain object-fit"> <img width="214" height="300" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium size-medium ewww_webp" alt="EMMC Member Logo" decoding="async" loading="lazy" sizes="(max-width: 214px) 100vw, 214px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png.webp 214w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-732x1024.png.webp 732w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-768x1075.png.webp 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-1098x1536.png.webp 1098w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-960x1343.png.webp 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01.png.webp 1182w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png 214w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-732x1024.png 732w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-768x1075.png 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-1098x1536.png 1098w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-960x1343.png 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01.png 1182w" data-eio="j" /><noscript><img width="214" height="300" src="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png" class="attachment-medium size-medium" alt="EMMC Member Logo" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-214x300.png 214w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-732x1024.png 732w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-768x1075.png 768w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-1098x1536.png 1098w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01-960x1343.png 960w, https://atneventstaffing.com/wp-content/uploads/2021/05/EMMC-Member-Badge_Feb21-01.png 1182w" sizes="(max-width: 214px) 100vw, 214px" /></noscript></div> </a></div><div class="col-auto footer--logos-col"> <a href="https://www.diversifythestage.org/" target="_blank" rel="noopener noreferrer nofollow"><div class="footer--logo object-fit-contain object-fit"> <img width="300" height="195" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="attachment-medium size-medium ewww_webp" alt="Diversify the Stage" decoding="async" loading="lazy" sizes="(max-width: 300px) 100vw, 300px" data-src-img="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg" data-src-webp="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg.webp" data-srcset-webp="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg.webp 300w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1024x666.jpg.webp 1024w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-768x499.jpg.webp 768w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1536x998.jpg.webp 1536w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-960x624.jpg.webp 960w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600.jpg.webp 1920w" data-srcset-img="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1024x666.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-768x499.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1536x998.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-960x624.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600.jpg 1920w" data-eio="j" /><noscript><img width="300" height="195" src="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg" class="attachment-medium size-medium" alt="Diversify the Stage" decoding="async" loading="lazy" srcset="https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-300x195.jpg 300w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1024x666.jpg 1024w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-768x499.jpg 768w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-1536x998.jpg 1536w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600-960x624.jpg 960w, https://atneventstaffing.com/wp-content/uploads/2021/06/DTS_logo_600.jpg 1920w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a></div></div><p class="footer-copyright text-center"> <a href="https://atneventstaffing.com">&copy; 2024 ATN Event Staffing</a> &mdash; All rights reserved</p></div></footer><div class="wppopups-whole" style="display: none"></div> <script type='text/javascript'>document.addEventListener( 'wpcf7mailsent', function( event ) { if( "fb_pxl_code" in event.detail.apiResponse){ eval(event.detail.apiResponse.fb_pxl_code); } }, false );</script> <div id='fb-pxl-ajax-code'></div><script type="text/javascript" src="https://atneventstaffing.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://atneventstaffing.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://atneventstaffing.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://atneventstaffing.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" id="wppopups-js-extra">var wppopups_vars = {"is_admin":"","ajax_url":"https:\/\/atneventstaffing.com\/wp-admin\/admin-ajax.php","pid":"11873","is_front_page":"","is_blog_page":"","is_category":"","site_url":"https:\/\/atneventstaffing.com","is_archive":"","is_search":"","is_singular":"1","is_preview":"","facebook":"","twitter":"","val_required":"This field is required.","val_url":"Please enter a valid URL.","val_email":"Please enter a valid email address.","val_number":"Please enter a valid number.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words."};</script> <script type="text/javascript" id="lwh-main-js-extra">var themeGlobals = {"theme_url":"https:\/\/atneventstaffing.com\/wp-content\/themes\/atn2018","home_url":"https:\/\/atneventstaffing.com"};</script> <script type="text/javascript">_linkedin_partner_id = "508386"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id);</script><script type="text/javascript">(function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})();</script> <noscript> <img height="1" width="1" style="display:none;" alt="LinkedIn" src="https://dc.ads.linkedin.com/collect/?pid=508386&fmt=gif" /> </noscript> <script defer async="async" type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-56cdfe87faf6d9f5"></script> <script defer src="https://atneventstaffing.com/wp-content/cache/autoptimize/js/autoptimize_47c38863b5fa7eeef5ec41e4b969ebb2.js"></script></body></html>
fineweb
{ "fineweb_metadata": { "text": "By Lisa Major\nOut goes the pandemic, and in comes inflation…Luckily, event marketers are more than prepared for this little bump in the road. As you budget for 2023, it’s important to set your priorities and expectations for the year and focus on delivering quality experiences that give you the most bang for your buck. In this edition of Happy Hour, we feature experiential marketing budgeting tips for the new year. We also discuss how utilizing themes in your experiential events can leave a lasting impression. Lastly, we take a look at the top live events of 2022.\nFrom the latest technology to immersive and engaging elements, the amount that brands could spend on a live event is limitless. That’s why it’s crucial to have a solid event marketing budget – especially in today’s economy. But because marketers have had some practice adapting and evolving over the past couple of years, they are more prepared to make the most of their budgets with as few resources as possible. Here, Event Marketer delivers five budgeting tips to help marketers stretch their event marketing dollars in 2023.\nTo make a memorable impression on consumers, all of the elements of an experiential event should tie into your messaging and your brand story. When all of the dots connect, it can greatly impact how consumers perceive your brand and the activation itself. Incorporating a theme into your activation is one tactic that can help bring the story together. When done right, the theme will naturally fit into the activation, resulting in a memorable and positive brand impression. Read on for tips on how to utilize themes in your experiential strategy.\nThe live events industry has experienced a roaring comeback in 2022. After a two-year hiatus, many beloved events and conferences that were canceled due to the pandemic reemerged this year, proving that the industry is well on its way to a full recovery. Event marketers and producers have worked hard to deliver awe-inspiring and vibrant events to make this year’s events ones that fans will remember. Here, BizBash presents 100 events that had the greatest impact this year.\nThanks for joining us for Happy Hour! Be sure to subscribe to our monthly blog to receive the latest and greatest in experiential marketing news!\nATN is a premiere experiential marketing staffing agency with two decades of experience! If you need brand ambassadors or event staff for your experiential or event marketing needs, ATN has you covered!\nContact our client services team today to learn more about us and how we can help you reach your goals.", "id": "<urn:uuid:e8a58e8e-5e8a-46b0-afe0-235efaf7400f>", "dump": "CC-MAIN-2024-10", "url": "https://atneventstaffing.com/make-the-most-of-your-event-marketing-budget/", "date": "2024-02-25T07:46:37", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9511660933494568, "token_count": 529 } }
<urn:uuid:974e3781-a6ab-45a1-a04e-35eae96414a0>
<!DOCTYPE html> <html class="html" lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Space Mechanic Simulator Developer Insights #12 &#8211; Atomic Jelly</title> <meta name='robots' content='max-image-preview:large' /> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="alternate" type="application/rss+xml" title="Atomic Jelly &raquo; Feed" href="https://atomic-jelly.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Atomic Jelly &raquo; Comments Feed" href="https://atomic-jelly.com/comments/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/atomic-jelly.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=ebdbc7b298180ffe9a2912c927d1f092"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://atomic-jelly.com/wp-includes/css/dist/block-library/style.min.css?ver=ebdbc7b298180ffe9a2912c927d1f092' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.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:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.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.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.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 figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='font-awesome-css' href='https://atomic-jelly.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.4.2' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://atomic-jelly.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='https://atomic-jelly.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.5.3' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://atomic-jelly.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://atomic-jelly.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-3306-css' href='https://atomic-jelly.com/wp-content/uploads/elementor/css/post-3306.css?ver=1706535126' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://atomic-jelly.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.19.2' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://atomic-jelly.com/wp-content/uploads/elementor/css/global.css?ver=1706535126' media='all' /> <link rel='stylesheet' id='elementor-post-4889-css' href='https://atomic-jelly.com/wp-content/uploads/elementor/css/post-4889.css?ver=1706535343' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Homenaje%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=ebdbc7b298180ffe9a2912c927d1f092' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://atomic-jelly.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://atomic-jelly.com/wp-json/" /><link rel="alternate" type="application/json" href="https://atomic-jelly.com/wp-json/wp/v2/posts/5383" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://atomic-jelly.com/xmlrpc.php?rsd" /> <link rel="canonical" href="https://atomic-jelly.com/space-mechanic-simulator-developer-insights-12/" /> <link rel='shortlink' href='https://atomic-jelly.com/?p=5383' /> <link rel="alternate" type="application/json+oembed" href="https://atomic-jelly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatomic-jelly.com%2Fspace-mechanic-simulator-developer-insights-12%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://atomic-jelly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fatomic-jelly.com%2Fspace-mechanic-simulator-developer-insights-12%2F&#038;format=xml" /> <meta name="generator" content="Elementor 3.19.2; features: e_optimized_assets_loading, e_font_icon_svg, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-auto"> <link rel="icon" href="https://atomic-jelly.com/wp-content/uploads/2016/05/cropped-bglogo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://atomic-jelly.com/wp-content/uploads/2016/05/cropped-bglogo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://atomic-jelly.com/wp-content/uploads/2016/05/cropped-bglogo-180x180.png" /> <meta name="msapplication-TileImage" content="https://atomic-jelly.com/wp-content/uploads/2016/05/cropped-bglogo-270x270.png" /> <style id="wp-custom-css"> .lgray{color:#8f8f8f}.fsize{font-size:1.2em}#site-header{position:fixed}span.aHeader{font-size:1.1em;font-family:"Muli",Sans-serif;font-weight:900;color:#7D7D7D}span.thin{font-family:"Muli",Sans-serif;font-weight:300;color:#FFF}span.tris{background-image:url('https://atomic-jelly.com/wp-content/uploads/2020/04/triangle.png');height:.7em;width:.5em;background-position:-0.8em;padding-right:-0.2em;display:inline-block;background-repeat:no-repeat}#menu-item-3829>a::before{content:" ";background-image:url('https://atomic-jelly.com/wp-content/uploads/2020/04/pl-flag2.png');height:2.6em;width:2.1em;display:inline-block;background-repeat:no-repeat;background-position:.4em;background-size:22px 22px}#menu-dla-inwestorow>li{list-style-type:none;color:white;display:inline-block;border:1px solid white;border-radius:5px}#menu-dla-inwestorow>li:hover{background-color:white}#menu-dla-inwestorow>li>a{color:white;display:block;padding:5px 25px 5px 25px}#menu-dla-inwestorow>li>a:hover{color:black}#menu-dla-inwestorow-sidepanel>li{list-style-type:none;color:white;display:block;padding:10px}#menu-dla-inwestorow-sidepanel>li>a{color:white}#menu-dla-inwestorow-sidepanel >li>a:hover{color:#fa4c07}.gameType{display:inline-block;width:auto;background-color:white;color:black;text-transform:uppercase;font-weight:800;padding:2px 10px 2px 10px;border-radius:4px;margin-right:5px;font-size:.8em}.relations >div>div >a{display:table;color:black;font-weight:600;font-size:1.1em}.relations >div>div >a:hover{color:white}ul.spec>li{list-style-type:none}ul.spec>li>strong{color:#afafaf;font-weight:700}a.orange{color:#fa4c07}a.orange:hover{color:white}.bTitle{padding:50px 0 50px 0;color:#fa4c07 !important}div.nav>div>div>div>a>span>span.post-navigation__prev--label,div.nav>div>div>div>a>span>span.post-navigation__next--label{font-family:'Muli';font-size:1.2em;color:white}div.nav{padding-bottom:70px}div.nav>div>div>div>a>span>span.post-navigation__prev--title,div.nav>div>div>div>a>span>span.post-navigation__next--title{font-family:'Muli';font-size:1em}div.sb{padding-left:20px}div.sb>div>div>div>div>h5{color:white}div.sb>div>div>div>div>ul{list-style-type:none;font-size:.9em;line-height:1.1em}div.sb>div>div>div>div>ul>li{padding-bottom:10px}div.sb>div>div>div>div>ul>li>a{color:#8f8f8f}div.sb>div>div>div>div>ul>li>a:hover,div.tagcloud>a:hover{color:#fa4c07}div.tagcloud{font-size:.9em;color:#8f8f8f}div.elementor-widget-wp-widget-categories>div>ul{font-size:1.1em !important}div.elementor-widget-wp-widget-categories>div>ul>li{margin-bottom:20px}div.elementor-widget-wp-widget-categories>div>ul>li>a{color:black;font-weight:700;text-transform:uppercase;background-color:#FFF;border-radius:6px;padding:10px 15px 10px 15px;margin-bottom:10px}div.elementor-widget-wp-widget-categories>div>ul>li>a:hover{color:#fa4c07}div.elementor-widget-wp-widget-recent-posts>div>h5,div.elementor-widget-wp-widget-categories>div>h5,div.elementor-widget-wp-widget-tag_cloud>div>h5{color:white}div.elementor-widget-wp-widget-recent-posts>div,div.elementor-widget-wp-widget-categories>div>ul{padding-top:20px}div.elementor-widget-wp-widget-recent-posts>div>ul,div.elementor-widget-wp-widget-categories>div>ul{list-style-type:none;font-size:.9em;line-height:1.1em}div.elementor-widget-wp-widget-recent-posts>div>ul>li,div.elementor-widget-wp-widget-categories>div>ul>li{padding-bottom:10px}div.elementor-widget-wp-widget-recent-posts>div>ul>li>a{color:#8f8f8f;font-size:1.4em;line-height:1.2em}div.elementor-widget-wp-widget-recent-posts>div>ul>li>a:hover,div.tagcloud>a:hover{color:#fa4c07}div#primary{border:none !important;padding-top:60px}#main{background-color:black}header.search-entry-header>h2>a{color:#fa4c07}header.search-entry-header>h2>a:hover{color:white}div.search-entry-readmore>a{color:white;text-decoration:none}.search-results article{border-bottom:1px solid #e9e9e935}html{background-color:black}body.search footer#footer{position:fixed;bottom:0;width:100%} </style> <!-- OceanWP CSS --> <style type="text/css"> /* Header CSS */#site-header,.has-transparent-header .is-sticky #site-header,.has-vh-transparent .is-sticky #site-header.vertical-header,#searchform-header-replace{background-color:rgba(2,2,2,0.9)}#site-header{border-color:#282020}#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}#site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-width:329px}#site-header #site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-height:45px}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,#searchform-header-replace-close{color:#ffffff}#site-navigation-wrap .dropdown-menu >li >a .owp-icon use,.oceanwp-mobile-menu-icon a .owp-icon use,#searchform-header-replace-close .owp-icon use{stroke:#ffffff}#site-navigation-wrap .dropdown-menu >li >a:hover,.oceanwp-mobile-menu-icon a:hover,#searchform-header-replace-close:hover{color:#efa613}#site-navigation-wrap .dropdown-menu >li >a:hover .owp-icon use,.oceanwp-mobile-menu-icon a:hover .owp-icon use,#searchform-header-replace-close:hover .owp-icon use{stroke:#efa613}/* Footer Widgets CSS */#footer-widgets .footer-box a:hover,#footer-widgets a:hover{color:#fa4c07}/* Footer Bottom CSS */#footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover{color:#fa4c07}/* Sidebar CSS */.widget-title{border-color:#fa4c07}/* Typography CSS */body{font-size:15px;color:#bababa}h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{color:#cccccc}h1{color:#adadad}h2{color:#c1c1c1}h3{color:#9b9b9b}h4{color:#969696}#site-navigation-wrap .dropdown-menu >li >a,#site-header.full_screen-header .fs-dropdown-menu >li >a,#site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a{font-weight:600;font-size:14px;letter-spacing:.7px} </style></head> <body class="post-template-default single single-post postid-5383 single-format-standard wp-custom-logo wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-width content-max-width post-in-category-space-mechanic-simiulator page-header-disabled has-breadcrumbs elementor-default elementor-template-full-width elementor-kit-3306 elementor-page-4889" itemscope="itemscope" itemtype="https://schema.org/Article"> <div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div id="wrap" class="clr"> <header id="site-header" class="minimal-header clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner"> <div id="site-header-inner" class="clr container"> <div id="site-logo" class="clr" itemscope itemtype="https://schema.org/Brand" > <div id="site-logo-inner" class="clr"> <a href="https://atomic-jelly.com/" class="custom-logo-link" rel="home"><img width="310" height="56" src="https://atomic-jelly.com/wp-content/uploads/2020/04/cropped-AtomicJelly_logo2.png" class="custom-logo" alt="Atomic Jelly" decoding="async" srcset="https://atomic-jelly.com/wp-content/uploads/2020/04/cropped-AtomicJelly_logo2.png 310w, https://atomic-jelly.com/wp-content/uploads/2020/04/cropped-AtomicJelly_logo2-300x54.png 300w" sizes="(max-width: 310px) 100vw, 310px" /></a> </div><!-- #site-logo-inner --> </div><!-- #site-logo --> <div id="site-navigation-wrap" class="clr"> <nav id="site-navigation" class="navigation main-navigation clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation" > <ul id="menu-newmenu" class="main-menu dropdown-menu sf-menu"><li id="menu-item-3341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3341"><a href="https://atomic-jelly.com/studio/" class="menu-link"><span class="text-wrap">Studio</span></a></li><li id="menu-item-3550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3550"><a href="https://atomic-jelly.com/games/" class="menu-link"><span class="text-wrap">Games</span></a></li><li id="menu-item-3343" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3343"><a href="https://atomic-jelly.com/careers/" class="menu-link"><span class="text-wrap">Careers</span></a></li><li id="menu-item-3827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3827"><a href="https://atomic-jelly.com/news/" class="menu-link"><span class="text-wrap">News</span></a></li><li id="menu-item-3345" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3345"><a href="https://atomic-jelly.com/contact/" class="menu-link"><span class="text-wrap">Contact</span></a></li><li id="menu-item-3829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3829"><a href="https://atomic-jelly.com/relacje-inwestorskie/" class="menu-link"><span class="text-wrap">Relacje inwestorskie</span></a></li><li class="search-toggle-li" ><a href="https://atomic-jelly.com/#" class="site-search-toggle search-dropdown-toggle"><span class="screen-reader-text">Toggle website search</span><i class=" icon-magnifier" aria-hidden="true" role="img"></i></a></li></ul> <div id="searchform-dropdown" class="header-searchform-wrap clr" > <form aria-label="Search this website" role="search" method="get" class="searchform" action="https://atomic-jelly.com/"> <input aria-label="Insert search query" type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Search" name="s"> </form> </div><!-- #searchform-dropdown --> </nav><!-- #site-navigation --> </div><!-- #site-navigation-wrap --> <div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="https://atomic-jelly.com/#mobile-menu-toggle" class="mobile-menu" aria-label="Mobile Menu"> <i class="fa fa-bars" aria-hidden="true"></i> <span class="oceanwp-text">Menu</span> <span class="oceanwp-close-text">Close</span> </a> </div><!-- #oceanwp-mobile-menu-navbar --> </div><!-- #site-header-inner --> <div id="mobile-dropdown" class="clr" > <nav class="clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <ul id="menu-newmenu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3341"><a href="https://atomic-jelly.com/studio/">Studio</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3550"><a href="https://atomic-jelly.com/games/">Games</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3343"><a href="https://atomic-jelly.com/careers/">Careers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3827"><a href="https://atomic-jelly.com/news/">News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3345"><a href="https://atomic-jelly.com/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3829"><a href="https://atomic-jelly.com/relacje-inwestorskie/">Relacje inwestorskie</a></li> <li class="search-toggle-li" ><a href="https://atomic-jelly.com/#" class="site-search-toggle search-dropdown-toggle"><span class="screen-reader-text">Toggle website search</span><i class=" icon-magnifier" aria-hidden="true" role="img"></i></a></li></ul> <div id="mobile-menu-search" class="clr"> <form aria-label="Search this website" method="get" action="https://atomic-jelly.com/" class="mobile-searchform"> <input aria-label="Insert search query" value="" class="field" id="ocean-mobile-search-2" type="search" name="s" autocomplete="off" placeholder="Search" /> <button aria-label="Submit search" type="submit" class="searchform-submit"> <i class=" icon-magnifier" aria-hidden="true" role="img"></i> </button> </form> </div><!-- .mobile-menu-search --> </nav> </div> </header><!-- #site-header --> <main id="main" class="site-main clr" role="main"> <div data-elementor-type="single" data-elementor-id="4889" class="elementor elementor-4889 elementor-location-single post-5383 post type-post status-publish format-standard has-post-thumbnail hentry category-space-mechanic-simiulator tag-dev-diary tag-space-mechanic-simulator entry has-media" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6eddaf4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6eddaf4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9009268" data-id="9009268" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3e98c78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3e98c78" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-f11a128" data-id="f11a128" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f1af363 elementor-widget elementor-widget-post-info" data-id="f1af363" data-element_type="widget" data-widget_type="post-info.default"> <div class="elementor-widget-container"> <ul class="elementor-inline-items elementor-icon-list-items elementor-post-info"> <li class="elementor-icon-list-item elementor-repeater-item-f0afe99 elementor-inline-item" itemprop="datePublished"> <a href="https://atomic-jelly.com/2020/05/29/"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-calendar" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z"></path></svg> </span> <span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date"> May 29, 2020 </span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-d8c50ae elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="d8c50ae" data-element_type="widget" data-widget_type="theme-post-featured-image.default"> <div class="elementor-widget-container"> <img fetchpriority="high" width="1024" height="576" src="https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14-1024x576.png" class="attachment-large size-large wp-image-5384" alt="" srcset="https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14-1024x576.png 1024w, https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14-300x169.png 300w, https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14-768x432.png 768w, https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14-1536x864.png 1536w, https://atomic-jelly.com/wp-content/uploads/2020/06/Desktop-Screenshot-2020.04.06-16.29.08.14.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /> </div> </div> <div class="elementor-element elementor-element-ca838e6 bTitle elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="ca838e6" data-element_type="widget" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Space Mechanic Simulator Developer Insights #12</h1> </div> </div> <div class="elementor-element elementor-element-88230d0 elementor-widget elementor-widget-theme-post-content" data-id="88230d0" data-element_type="widget" data-widget_type="theme-post-content.default"> <div class="elementor-widget-container"> <h1 class="eventbbcodeparser_Header1_SPYFj">Welcome, Space Mechanics!</h1> <p>It&#8217;s time for <b>Space Mechanic Simulator</b> Developer Insights part 12. We have some fresh new informations about the game.</p> <p><img decoding="async" src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/29653827/ad61c7c8dcb9005a4d43a68aa065447711f6df2f.png" /><br /> The missions performed by the Rover will require a bit of cleverness and logical thinking. We want the game to be a challenge.</p> <p><img decoding="async" src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/29653827/810fad7978f85d5f50a4dad2fd635d9cfed22f95.png" /><br /> Our interpretation of the moon&#8217;s surface was created to reflect the exact climate of that place. We think that we have managed to reproduce the surroundings quite realistically.</p> <p><img decoding="async" src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/29653827/2a1136cca27a6ed9443bf33f83bdf4849f8e5884.png" /><br /> As always, at the end, amazing views from the game.</p> <p>You often ask about the release date, we want to assure you that as soon as the development team completes the game, we will immediately inform you about this fact. <b>Space Mechanic Simulator</b> is still being developed and polished, so when it&#8217;s out it will be an incredible experience.</p> <p>As always we encourage you to actively comment and share your feedback with us. Remember that all the recordings, screenshots shown above are from a WIP build they don’t reflect the final version of the game.</p> <p><span style="color: #ff6600;"><a style="color: #ff6600;" href="https://store.steampowered.com/app/429380/Space_Mechanic_Simulator/">https://store.steampowered.com/app/429380/Space_Mechanic_Simulator/</a></span></p> <p>That is it for today.<br /> Stay safe!</p> </div> </div> <div class="elementor-element elementor-element-980a2bf elementor-widget elementor-widget-post-info" data-id="980a2bf" data-element_type="widget" data-widget_type="post-info.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items elementor-post-info"> <li class="elementor-icon-list-item elementor-repeater-item-2f25965" itemprop="about"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-tags" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"></path></svg> </span> <span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms"> <span class="elementor-post-info__terms-list"> <a href="https://atomic-jelly.com/tag/dev-diary/" class="elementor-post-info__terms-list-item">dev diary</a>, <a href="https://atomic-jelly.com/tag/space-mechanic-simulator/" class="elementor-post-info__terms-list-item">Space Mechanic Simulator</a> </span> </span> </li> <li class="elementor-icon-list-item elementor-repeater-item-3e391fe" itemprop="about"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-bars" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"></path></svg> </span> <span class="elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms"> <span class="elementor-post-info__terms-list"> <a href="https://atomic-jelly.com/category/space-mechanic-simiulator/" class="elementor-post-info__terms-list-item">Space Mechanic Simiulator</a> </span> </span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-95a63d9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="95a63d9" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-3052e2b nav elementor-widget elementor-widget-post-navigation" data-id="3052e2b" data-element_type="widget" data-widget_type="post-navigation.default"> <div class="elementor-widget-container"> <div class="elementor-post-navigation"> <div class="elementor-post-navigation__prev elementor-post-navigation__link"> <a href="https://atomic-jelly.com/303-squadron-and-project-remedium-sale/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i class="fa fa-angle-left" aria-hidden="true"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">303 Squadron and Project Remedium Sale</span></span></a> </div> <div class="elementor-post-navigation__next elementor-post-navigation__link"> <a href="https://atomic-jelly.com/truck-mechanic-dangerous-paths-dev-diary-12/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Truck Mechanic: Dangerous Paths Dev Diary #12</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i class="fa fa-angle-right" aria-hidden="true"></i><span class="elementor-screen-only">Next</span></span></a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e56ceb9" data-id="e56ceb9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-11a3353 elementor-widget elementor-widget-wp-widget-recent-posts" data-id="11a3353" data-element_type="widget" data-widget_type="wp-widget-recent-posts.default"> <div class="elementor-widget-container"> <h5>Recent Posts</h5> <ul> <li> <a href="https://atomic-jelly.com/train-mechanic-simulator-2024-developer-update-2-new-toys/">Train Mechanic Simulator 2024 Developer Update #2 &#8211; New toys</a> </li> <li> <a href="https://atomic-jelly.com/truck-mechanic-dangerous-paths-dev-diary-85/">Truck Mechanic: Dangerous Paths Dev Diary #85</a> </li> <li> <a href="https://atomic-jelly.com/train-mechanic-simulator-2024-developer-update-1-full-steam-ahead/">Train Mechanic Simulator 2024 Developer Update #1 &#8211; Full Steam Ahead!</a> </li> <li> <a href="https://atomic-jelly.com/truck-mechanic-dangerous-paths-dev-diary-84/">Truck Mechanic: Dangerous Paths Dev Diary #84</a> </li> <li> <a href="https://atomic-jelly.com/steam-winter-sale-2023/">Steam Winter Sale 2023</a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-769c477 elementor-widget elementor-widget-wp-widget-categories" data-id="769c477" data-element_type="widget" data-widget_type="wp-widget-categories.default"> <div class="elementor-widget-container"> <h5>Categories</h5> <ul> <li class="cat-item cat-item-108"><a href="https://atomic-jelly.com/category/303-squadron-the-game/">303 Squadron: The Game</a> </li> <li class="cat-item cat-item-1"><a href="https://atomic-jelly.com/category/atomic-jelly/">Atomic Jelly</a> </li> <li class="cat-item cat-item-84"><a href="https://atomic-jelly.com/category/events/">Events</a> </li> <li class="cat-item cat-item-68"><a href="https://atomic-jelly.com/category/games/">Games</a> </li> <li class="cat-item cat-item-76"><a href="https://atomic-jelly.com/category/project-remedium/">Project Remedium</a> </li> <li class="cat-item cat-item-243"><a href="https://atomic-jelly.com/category/rally-mechanic-simulator/">Rally Mechanic Simulator</a> </li> <li class="cat-item cat-item-222"><a href="https://atomic-jelly.com/category/space-mechanic-simiulator/">Space Mechanic Simiulator</a> </li> <li class="cat-item cat-item-246"><a href="https://atomic-jelly.com/category/train-mechanic-simulator-2022/">Train Mechanic Simulator 2022</a> </li> <li class="cat-item cat-item-218"><a href="https://atomic-jelly.com/category/truck-mechanic-dangerous-paths/">Truck Mechanic: Dangerous Paths</a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-c67732d elementor-widget elementor-widget-wp-widget-tag_cloud" data-id="c67732d" data-element_type="widget" data-widget_type="wp-widget-tag_cloud.default"> <div class="elementor-widget-container"> <h5>Tags</h5><div class="tagcloud"><a href="https://atomic-jelly.com/tag/303-squadron-battle-of-britain/" class="tag-cloud-link tag-link-124 tag-link-position-1" style="font-size: 17.748691099476pt;" aria-label="303 Squadron: Battle of Britain (42 items)">303 Squadron: Battle of Britain</a> <a href="https://atomic-jelly.com/tag/announcement/" class="tag-cloud-link tag-link-226 tag-link-position-2" style="font-size: 13.424083769634pt;" aria-label="announcement (10 items)">announcement</a> <a href="https://atomic-jelly.com/tag/artice/" class="tag-cloud-link tag-link-242 tag-link-position-3" style="font-size: 9.3193717277487pt;" aria-label="artice (2 items)">artice</a> <a href="https://atomic-jelly.com/tag/atomic-jelly/" class="tag-cloud-link tag-link-64 tag-link-position-4" style="font-size: 18.041884816754pt;" aria-label="Atomic Jelly (46 items)">Atomic Jelly</a> <a href="https://atomic-jelly.com/tag/battle-of-britain/" class="tag-cloud-link tag-link-125 tag-link-position-5" style="font-size: 8pt;" aria-label="Battle of Britain (1 item)">Battle of Britain</a> <a href="https://atomic-jelly.com/tag/demo/" class="tag-cloud-link tag-link-234 tag-link-position-6" style="font-size: 10.931937172775pt;" aria-label="demo (4 items)">demo</a> <a href="https://atomic-jelly.com/tag/dev-diary/" class="tag-cloud-link tag-link-221 tag-link-position-7" style="font-size: 22pt;" aria-label="dev diary (162 items)">dev diary</a> <a href="https://atomic-jelly.com/tag/early-access/" class="tag-cloud-link tag-link-169 tag-link-position-8" style="font-size: 10.198952879581pt;" aria-label="Early Access (3 items)">Early Access</a> <a href="https://atomic-jelly.com/tag/gamescom/" class="tag-cloud-link tag-link-83 tag-link-position-9" style="font-size: 9.3193717277487pt;" aria-label="Gamescom (2 items)">Gamescom</a> <a href="https://atomic-jelly.com/tag/inside-the-human-body/" class="tag-cloud-link tag-link-151 tag-link-position-10" style="font-size: 9.3193717277487pt;" aria-label="Inside The Human Body (2 items)">Inside The Human Body</a> <a href="https://atomic-jelly.com/tag/interview/" class="tag-cloud-link tag-link-237 tag-link-position-11" style="font-size: 13.130890052356pt;" aria-label="interview (9 items)">interview</a> <a href="https://atomic-jelly.com/tag/kickstarter/" class="tag-cloud-link tag-link-90 tag-link-position-12" style="font-size: 10.931937172775pt;" aria-label="Kickstarter (4 items)">Kickstarter</a> <a href="https://atomic-jelly.com/tag/magejam/" class="tag-cloud-link tag-link-230 tag-link-position-13" style="font-size: 9.3193717277487pt;" aria-label="magejam (2 items)">magejam</a> <a href="https://atomic-jelly.com/tag/music/" class="tag-cloud-link tag-link-73 tag-link-position-14" style="font-size: 9.3193717277487pt;" aria-label="Music (2 items)">Music</a> <a href="https://atomic-jelly.com/tag/newconnect/" class="tag-cloud-link tag-link-238 tag-link-position-15" style="font-size: 10.931937172775pt;" aria-label="newconnect (4 items)">newconnect</a> <a href="https://atomic-jelly.com/tag/news/" class="tag-cloud-link tag-link-236 tag-link-position-16" style="font-size: 9.3193717277487pt;" aria-label="news (2 items)">news</a> <a href="https://atomic-jelly.com/tag/nintendo-switch/" class="tag-cloud-link tag-link-172 tag-link-position-17" style="font-size: 9.3193717277487pt;" aria-label="nintendo switch (2 items)">nintendo switch</a> <a href="https://atomic-jelly.com/tag/patch/" class="tag-cloud-link tag-link-164 tag-link-position-18" style="font-size: 11.51832460733pt;" aria-label="patch (5 items)">patch</a> <a href="https://atomic-jelly.com/tag/patch-notes/" class="tag-cloud-link tag-link-165 tag-link-position-19" style="font-size: 12.031413612565pt;" aria-label="patch notes (6 items)">patch notes</a> <a href="https://atomic-jelly.com/tag/pawel-blaszczak/" class="tag-cloud-link tag-link-138 tag-link-position-20" style="font-size: 8pt;" aria-label="Paweł Błaszczak (1 item)">Paweł Błaszczak</a> <a href="https://atomic-jelly.com/tag/pixel-awards/" class="tag-cloud-link tag-link-178 tag-link-position-21" style="font-size: 8pt;" aria-label="Pixel Awards (1 item)">Pixel Awards</a> <a href="https://atomic-jelly.com/tag/pixel-heaven/" class="tag-cloud-link tag-link-71 tag-link-position-22" style="font-size: 10.931937172775pt;" aria-label="Pixel Heaven (4 items)">Pixel Heaven</a> <a href="https://atomic-jelly.com/tag/pixel-heaven-2017/" class="tag-cloud-link tag-link-98 tag-link-position-23" style="font-size: 9.3193717277487pt;" aria-label="Pixel Heaven 2017 (2 items)">Pixel Heaven 2017</a> <a href="https://atomic-jelly.com/tag/playstation-4/" class="tag-cloud-link tag-link-171 tag-link-position-24" style="font-size: 9.3193717277487pt;" aria-label="playstation 4 (2 items)">playstation 4</a> <a href="https://atomic-jelly.com/tag/playtests/" class="tag-cloud-link tag-link-249 tag-link-position-25" style="font-size: 10.198952879581pt;" aria-label="playtests (3 items)">playtests</a> <a href="https://atomic-jelly.com/tag/poznan-game-arena/" class="tag-cloud-link tag-link-86 tag-link-position-26" style="font-size: 9.3193717277487pt;" aria-label="Poznan Game Arena (2 items)">Poznan Game Arena</a> <a href="https://atomic-jelly.com/tag/press/" class="tag-cloud-link tag-link-240 tag-link-position-27" style="font-size: 10.198952879581pt;" aria-label="press (3 items)">press</a> <a href="https://atomic-jelly.com/tag/project-remedium/" class="tag-cloud-link tag-link-74 tag-link-position-28" style="font-size: 15.769633507853pt;" aria-label="Project Remedium (22 items)">Project Remedium</a> <a href="https://atomic-jelly.com/tag/prologue/" class="tag-cloud-link tag-link-244 tag-link-position-29" style="font-size: 9.3193717277487pt;" aria-label="prologue (2 items)">prologue</a> <a href="https://atomic-jelly.com/tag/release/" class="tag-cloud-link tag-link-167 tag-link-position-30" style="font-size: 8pt;" aria-label="release (1 item)">release</a> <a href="https://atomic-jelly.com/tag/release-date/" class="tag-cloud-link tag-link-113 tag-link-position-31" style="font-size: 13.937172774869pt;" aria-label="Release date (12 items)">Release date</a> <a href="https://atomic-jelly.com/tag/retro/" class="tag-cloud-link tag-link-99 tag-link-position-32" style="font-size: 8pt;" aria-label="Retro (1 item)">Retro</a> <a href="https://atomic-jelly.com/tag/sale/" class="tag-cloud-link tag-link-227 tag-link-position-33" style="font-size: 14.450261780105pt;" aria-label="Sale (14 items)">Sale</a> <a href="https://atomic-jelly.com/tag/simulation-game/" class="tag-cloud-link tag-link-219 tag-link-position-34" style="font-size: 9.3193717277487pt;" aria-label="simulation game (2 items)">simulation game</a> <a href="https://atomic-jelly.com/tag/space-mechanic/" class="tag-cloud-link tag-link-224 tag-link-position-35" style="font-size: 13.130890052356pt;" aria-label="Space Mechanic (9 items)">Space Mechanic</a> <a href="https://atomic-jelly.com/tag/space-mechanic-simulator/" class="tag-cloud-link tag-link-206 tag-link-position-36" style="font-size: 17.30890052356pt;" aria-label="Space Mechanic Simulator (36 items)">Space Mechanic Simulator</a> <a href="https://atomic-jelly.com/tag/steam/" class="tag-cloud-link tag-link-130 tag-link-position-37" style="font-size: 10.198952879581pt;" aria-label="Steam (3 items)">Steam</a> <a href="https://atomic-jelly.com/tag/teaser/" class="tag-cloud-link tag-link-80 tag-link-position-38" style="font-size: 9.3193717277487pt;" aria-label="Teaser (2 items)">Teaser</a> <a href="https://atomic-jelly.com/tag/trailer/" class="tag-cloud-link tag-link-81 tag-link-position-39" style="font-size: 10.198952879581pt;" aria-label="trailer (3 items)">trailer</a> <a href="https://atomic-jelly.com/tag/truck-mechanic-dangerous-path/" class="tag-cloud-link tag-link-216 tag-link-position-40" style="font-size: 12.031413612565pt;" aria-label="truck mechanic: dangerous path (6 items)">truck mechanic: dangerous path</a> <a href="https://atomic-jelly.com/tag/truck-mechanic-dangerous-paths/" class="tag-cloud-link tag-link-220 tag-link-position-41" style="font-size: 15.623036649215pt;" aria-label="Truck Mechanic: dangerous paths (21 items)">Truck Mechanic: dangerous paths</a> <a href="https://atomic-jelly.com/tag/truck-mechanic-simulator/" class="tag-cloud-link tag-link-217 tag-link-position-42" style="font-size: 13.717277486911pt;" aria-label="truck mechanic simulator (11 items)">truck mechanic simulator</a> <a href="https://atomic-jelly.com/tag/ue4/" class="tag-cloud-link tag-link-132 tag-link-position-43" style="font-size: 8pt;" aria-label="UE4 (1 item)">UE4</a> <a href="https://atomic-jelly.com/tag/update/" class="tag-cloud-link tag-link-163 tag-link-position-44" style="font-size: 17.821989528796pt;" aria-label="update (43 items)">update</a> <a href="https://atomic-jelly.com/tag/xbox-one/" class="tag-cloud-link tag-link-170 tag-link-position-45" style="font-size: 9.3193717277487pt;" aria-label="xbox one (2 items)">xbox one</a></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </main><!-- #main --> <footer id="footer" class="site-footer" itemscope="itemscope" itemtype="https://schema.org/WPFooter" role="contentinfo"> <div id="footer-inner" class="clr"> <div id="footer-widgets" class="oceanwp-row clr"> <div class="footer-widgets-inner container"> <div class="footer-box span_1_of_4 col col-1"> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-2"> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-3 "> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-4"> </div><!-- .footer-box --> </div><!-- .container --> </div><!-- #footer-widgets --> <div id="footer-bottom" class="clr"> <div id="footer-bottom-inner" class="container clr"> <div id="footer-bottom-menu" class="navigation clr"> <div class="menu-newmenu-container"><ul id="menu-newmenu-2" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3341"><a href="https://atomic-jelly.com/studio/">Studio</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3550"><a href="https://atomic-jelly.com/games/">Games</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3343"><a href="https://atomic-jelly.com/careers/">Careers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3827"><a href="https://atomic-jelly.com/news/">News</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3345"><a href="https://atomic-jelly.com/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3829"><a href="https://atomic-jelly.com/relacje-inwestorskie/">Relacje inwestorskie</a></li> </ul></div> </div><!-- #footer-bottom-menu --> <div id="copyright" class="clr" role="contentinfo"> Copyright © 2016-2022 by Atomic Jelly. All Rights Reserved. For privacy policy information <a href="#">click here</a>. </div><!-- #copyright --> </div><!-- #footer-bottom-inner --> </div><!-- #footer-bottom --> </div><!-- #footer-inner --> </footer><!-- #footer --> </div><!-- #wrap --> </div><!-- #outer-wrap --> <a aria-label="Scroll to the top of the page" href="#" id="scroll-top" class="scroll-top-right"><i class=" fa fa-angle-up" aria-hidden="true" role="img"></i></a> <script> document.addEventListener('DOMContentLoaded', function (event) { for (let i = 0; i < document.forms.length; ++i) { let form = document.forms[i]; if (form.method != "get") { var inputny32cm2x = document.createElement("input"); inputny32cm2x.setAttribute("type", "hidden"); inputny32cm2x.setAttribute("name", "ny32cm2x"); inputny32cm2x.setAttribute("value", "g1fv1o916b4t"); form.appendChild(inputny32cm2x); } if (form.method != "get") { var input8q5b9nqb = document.createElement("input"); input8q5b9nqb.setAttribute("type", "hidden"); input8q5b9nqb.setAttribute("name", "8q5b9nqb"); input8q5b9nqb.setAttribute("value", "ku555j0i60km"); form.appendChild(input8q5b9nqb); } } }); </script> <script src="https://atomic-jelly.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script id="oceanwp-main-js-extra"> var oceanwpLocalize = {"nonce":"51635dc11e","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customScrollOffset":"0","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select"}; </script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=3.5.3" id="oceanwp-main-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=3.5.3" id="oceanwp-drop-down-mobile-menu-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=3.5.3" id="oceanwp-drop-down-search-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=3.5.3" id="ow-magnific-popup-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=3.5.3" id="oceanwp-lightbox-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=3.5.3" id="ow-flickity-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=3.5.3" id="oceanwp-slider-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=3.5.3" id="oceanwp-scroll-effect-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=3.5.3" id="oceanwp-scroll-top-js"></script> <script src="https://atomic-jelly.com/wp-content/themes/oceanwp/assets/js/select.min.js?ver=3.5.3" id="oceanwp-select-js"></script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.19.2" id="elementor-pro-webpack-runtime-js"></script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.19.2" id="elementor-webpack-runtime-js"></script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.2" id="elementor-frontend-modules-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/atomic-jelly.com\/wp-admin\/admin-ajax.php","nonce":"3ba47daf50","urls":{"assets":"https:\/\/atomic-jelly.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/atomic-jelly.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/atomic-jelly.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.19.2" id="elementor-pro-frontend-js"></script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://atomic-jelly.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.19.2","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"e_font_icon_svg":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/atomic-jelly.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":5383,"title":"Space%20Mechanic%20Simulator%20Developer%20Insights%20%2312%20%E2%80%93%20Atomic%20Jelly","excerpt":"","featuredImage":"https:\/\/atomic-jelly.com\/wp-content\/uploads\/2020\/06\/Desktop-Screenshot-2020.04.06-16.29.08.14-1024x576.png"}}; </script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.19.2" id="elementor-frontend-js"></script> <script src="https://atomic-jelly.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.19.2" id="pro-elements-handlers-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Welcome, Space Mechanics!\nIt’s time for Space Mechanic Simulator Developer Insights part 12. We have some fresh new informations about the game.\nThe missions performed by the Rover will require a bit of cleverness and logical thinking. We want the game to be a challenge.\nOur interpretation of the moon’s surface was created to reflect the exact climate of that place. We think that we have managed to reproduce the surroundings quite realistically.\nAs always, at the end, amazing views from the game.\nYou often ask about the release date, we want to assure you that as soon as the development team completes the game, we will immediately inform you about this fact. Space Mechanic Simulator is still being developed and polished, so when it’s out it will be an incredible experience.\nAs always we encourage you to actively comment and share your feedback with us. Remember that all the recordings, screenshots shown above are from a WIP build they don’t reflect the final version of the game.\nThat is it for today.", "id": "<urn:uuid:974e3781-a6ab-45a1-a04e-35eae96414a0>", "dump": "CC-MAIN-2024-10", "url": "https://atomic-jelly.com/space-mechanic-simulator-developer-insights-12/", "date": "2024-02-25T09:21:54", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9474384784698486, "token_count": 219 } }
<urn:uuid:0417228f-c7cf-44a9-a81e-50e2f704d73e>
<!DOCTYPE html> <html> <head> <title>How to address the issue of child support for non-custodial parents living out of state from New York.</title> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N6RW8ZV2');</script> <!-- End Google Tag Manager --> <meta name="keywords" content="interstate child support, non-custodial parent, New York, UIFSA, child support enforcement"> <meta name="description" content="An informative guide on managing interstate child support for non-custodial parents living outside of New York. Understand UIFSA implications, enforcement strategies, and get insights into legal representation."> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="xEmIs7dSWaIcd-ER-9wM_TQNjlYuMBE3TNllzdGSDeaBApMZuFx-rJbgX8Q2Cg9PCTaR6ccc8fuLuIe0OOuxCA" /> <link rel="stylesheet" href="/assets/application-f10196c321e7ae0c30d47e2a0cfe6a292ceb2711c12cbaa3580c0216b507da10.css" data-turbo-track="reload" /> <script type="importmap" data-turbo-track="reload">{ "imports": { "application": "/assets/application-37f365cbecf1fa2810a8303f4b6571676fa1f9c56c248528bc14ddb857531b95.js", "@hotwired/turbo-rails": "/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js", "@hotwired/stimulus": "/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js", "@hotwired/stimulus-loading": "/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js", "controllers/application": "/assets/controllers/application-368d98631bccbf2349e0d4f8269afb3fe9625118341966de054759d96ea86c7e.js", "controllers/hello_controller": "/assets/controllers/hello_controller-549135e8e7c683a538c3d6d517339ba470fcfb79d62f738a0a089ba41851a554.js", "controllers": "/assets/controllers/index-2db729dddcc5b979110e98de4b6720f83f91a123172e87281d5a58410fc43806.js" } }</script> <link rel="modulepreload" href="/assets/application-37f365cbecf1fa2810a8303f4b6571676fa1f9c56c248528bc14ddb857531b95.js"> <link rel="modulepreload" href="/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js"> <link rel="modulepreload" href="/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js"> <link rel="modulepreload" href="/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js"> <link rel="modulepreload" href="/assets/controllers/application-368d98631bccbf2349e0d4f8269afb3fe9625118341966de054759d96ea86c7e.js"> <link rel="modulepreload" href="/assets/controllers/hello_controller-549135e8e7c683a538c3d6d517339ba470fcfb79d62f738a0a089ba41851a554.js"> <link rel="modulepreload" href="/assets/controllers/index-2db729dddcc5b979110e98de4b6720f83f91a123172e87281d5a58410fc43806.js"> <script type="module">import "application"</script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6RW8ZV2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="header" class="site-header"> <div class="wrap"> <div id="branding" role="banner"> <p class="site-title"><a href="/">Attorney Hughes</a></p> </div> </div> </div> <div id="body" class="site-body"> <h1>How to address the issue of child support for non-custodial parents living out of state from New York.</h1> <div class="post"> <h2>Navigating Interstate Child Support as a Non-Custodial Parent</h2> <p>When a non-custodial parent lives out of state from New York, addressing child support can become more complex. By understanding the legal framework and seeking appropriate guidance, parents can navigate this process effectively. The key is to ensure that the child's needs are met while respecting the rights and responsibilities of both parents.</p> <h3>Understanding the Uniform Interstate Family Support Act (UIFSA)</h3> <p>The cornerstone of interstate child support is the Uniform Interstate Family Support Act (UIFSA), which has been adopted by all states, including New York. UIFSA allows for the establishment, enforcement, and modification of child support orders across state lines. It ensures that there is only one active order at any given time, avoiding conflicting orders from different states.</p> <h3>Establishing Child Support Orders</h3> <p>For a non-custodial parent living out of state, the child support order will typically be established in the state where the custodial parent and child reside. The custodial parent can seek assistance from their local child support agency to establish an order, which will then work with its counterpart in the non-custodial parent's state.</p> <h3>Enforcing Child Support Orders</h3> <p>Once an order is established, enforcement is generally handled by the state where the custodial parent lives. However, if enforcement proves challenging due to out-of-state residency, New York can request assistance from the non-custodial parent's home state to enforce the order under UIFSA rules.</p> <h3>Modifying Child Support Orders</h3> <p>If circumstances change and a modification of the child support order is necessary, non-custodial parents must understand where and how to request a review. Generally, they would need to seek modification in the jurisdiction that issued the original child support order unless both parties now reside in a different state.</p> <h3>Interstate Cooperation and Federal Involvement</h3> <p>States cooperate through the Federal Office of Child Support Enforcement (OCSE) to ensure compliance with child support arrangements. The OCSE facilitates communication between states and helps manage interstate child support cases effectively.</p> <h3>Legal Representation and Guidance</h3> <p>It's advisable for non-custodial parents to seek legal advice from an attorney experienced in family law and interstate child support matters. This can help navigate complex jurisdictional issues and ensure that their rights are protected while fulfilling their obligations.</p> <h3>Conclusion</h3> <p>In conclusion, non-custodial parents living out of state must be proactive in dealing with child support matters. By understanding UIFSA and seeking proper legal counsel, parents can address their responsibilities while ensuring their children's well-being across state lines.</p> </div> </div> <div id="footer" class="site-footer"> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Navigating Interstate Child Support as a Non-Custodial Parent\nWhen a non-custodial parent lives out of state from New York, addressing child support can become more complex. By understanding the legal framework and seeking appropriate guidance, parents can navigate this process effectively. The key is to ensure that the child's needs are met while respecting the rights and responsibilities of both parents.\nUnderstanding the Uniform Interstate Family Support Act (UIFSA)\nThe cornerstone of interstate child support is the Uniform Interstate Family Support Act (UIFSA), which has been adopted by all states, including New York. UIFSA allows for the establishment, enforcement, and modification of child support orders across state lines. It ensures that there is only one active order at any given time, avoiding conflicting orders from different states.\nEstablishing Child Support Orders\nFor a non-custodial parent living out of state, the child support order will typically be established in the state where the custodial parent and child reside. The custodial parent can seek assistance from their local child support agency to establish an order, which will then work with its counterpart in the non-custodial parent's state.\nEnforcing Child Support Orders\nOnce an order is established, enforcement is generally handled by the state where the custodial parent lives. However, if enforcement proves challenging due to out-of-state residency, New York can request assistance from the non-custodial parent's home state to enforce the order under UIFSA rules.\nModifying Child Support Orders\nIf circumstances change and a modification of the child support order is necessary, non-custodial parents must understand where and how to request a review. Generally, they would need to seek modification in the jurisdiction that issued the original child support order unless both parties now reside in a different state.\nInterstate Cooperation and Federal Involvement\nStates cooperate through the Federal Office of Child Support Enforcement (OCSE) to ensure compliance with child support arrangements. The OCSE facilitates communication between states and helps manage interstate child support cases effectively.\nLegal Representation and Guidance\nIt's advisable for non-custodial parents to seek legal advice from an attorney experienced in family law and interstate child support matters. This can help navigate complex jurisdictional issues and ensure that their rights are protected while fulfilling their obligations.\nIn conclusion, non-custodial parents living out of state must be proactive in dealing with child support matters. By understanding UIFSA and seeking proper legal counsel, parents can address their responsibilities while ensuring their children's well-being across state lines.", "id": "<urn:uuid:0417228f-c7cf-44a9-a81e-50e2f704d73e>", "dump": "CC-MAIN-2024-10", "url": "https://attorneyhughes.com/interstate-child-support-non-custodial-parents-new-york", "date": "2024-02-25T07:56:00", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9316210746765137, "token_count": 535 } }
<urn:uuid:23edef05-138b-433d-8fdd-51308ddeb4fe>
<!DOCTYPE html> <html> <head> <title>What are New York&#39;s requirements for mandatory parenting classes in divorce?</title> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N6RW8ZV2');</script> <!-- End Google Tag Manager --> <meta name="keywords" content="New York divorce, mandatory parenting classes, parenting education program, custody dispute, co-parenting strategies"> <meta name="description" content="An informative guide on the requirements for mandatory parenting classes in New York for divorcing parents. Learn about course content, legal implications, and how these classes aim to support children&#39;s well-being."> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="v46bhM4ZAl_kaREwumuyYHT6zDgOVVuewYy7tBQn28nahqXTAQzsty7W0Yftt5_YKNspCWYxPggE48FpzJCmQQ" /> <link rel="stylesheet" href="/assets/application-f10196c321e7ae0c30d47e2a0cfe6a292ceb2711c12cbaa3580c0216b507da10.css" data-turbo-track="reload" /> <script type="importmap" data-turbo-track="reload">{ "imports": { "application": "/assets/application-37f365cbecf1fa2810a8303f4b6571676fa1f9c56c248528bc14ddb857531b95.js", "@hotwired/turbo-rails": "/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js", "@hotwired/stimulus": "/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js", "@hotwired/stimulus-loading": "/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js", "controllers/application": "/assets/controllers/application-368d98631bccbf2349e0d4f8269afb3fe9625118341966de054759d96ea86c7e.js", "controllers/hello_controller": "/assets/controllers/hello_controller-549135e8e7c683a538c3d6d517339ba470fcfb79d62f738a0a089ba41851a554.js", "controllers": "/assets/controllers/index-2db729dddcc5b979110e98de4b6720f83f91a123172e87281d5a58410fc43806.js" } }</script> <link rel="modulepreload" href="/assets/application-37f365cbecf1fa2810a8303f4b6571676fa1f9c56c248528bc14ddb857531b95.js"> <link rel="modulepreload" href="/assets/turbo.min-dfd93b3092d1d0ff56557294538d069bdbb28977d3987cb39bc0dd892f32fc57.js"> <link rel="modulepreload" href="/assets/stimulus.min-dd364f16ec9504dfb72672295637a1c8838773b01c0b441bd41008124c407894.js"> <link rel="modulepreload" href="/assets/stimulus-loading-3576ce92b149ad5d6959438c6f291e2426c86df3b874c525b30faad51b0d96b3.js"> <link rel="modulepreload" href="/assets/controllers/application-368d98631bccbf2349e0d4f8269afb3fe9625118341966de054759d96ea86c7e.js"> <link rel="modulepreload" href="/assets/controllers/hello_controller-549135e8e7c683a538c3d6d517339ba470fcfb79d62f738a0a089ba41851a554.js"> <link rel="modulepreload" href="/assets/controllers/index-2db729dddcc5b979110e98de4b6720f83f91a123172e87281d5a58410fc43806.js"> <script type="module">import "application"</script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6RW8ZV2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="header" class="site-header"> <div class="wrap"> <div id="branding" role="banner"> <p class="site-title"><a href="/">Attorney Hughes</a></p> </div> </div> </div> <div id="body" class="site-body"> <h1>What are New York&#39;s requirements for mandatory parenting classes in divorce?</h1> <div class="post"> <h2>Understanding New York's Mandatory Parenting Classes in Divorce</h2> <p>In New York State, divorcing parents may be required to attend a parenting education program. This requirement is part of the state's effort to mitigate the emotional impact of divorce on children and to assist parents in understanding the challenges their kids may face during this transitional period. While not universally mandated, such classes are often ordered by the court in cases involving custody or visitation disputes.</p> <p>The specific requirements for mandatory parenting classes in divorce proceedings can vary from one jurisdiction to another within New York. However, the core intent remains consistent: to promote the best interests of the children involved by encouraging cooperative parenting and offering strategies for conflict resolution.</p> <h3>Key Components of New York's Parenting Classes</h3> <ul> <li><strong>Curriculum:</strong> The courses typically cover topics such as effective co-parenting, understanding the legal aspects of custody arrangements, managing emotional stress, and communication techniques to reduce conflict.</li> <li><strong>Duration:</strong> The length of these programs can range from a few hours to several sessions, depending on the county's guidelines and the specific program chosen.</li> <li><strong>Delivery Method:</strong> Parenting classes may be offered in-person, online, or through a combination of both. This flexibility ensures that parents can attend these sessions despite their individual schedules or geographic constraints.</li> </ul> <h3>Legal Framework & Historical Context</h3> <p>The trend towards mandating parenting education stems from a broader recognition of the negative effects of divorce on children, which gained prominence in social science research throughout the latter half of the 20th century. In response, jurisdictions across the United States began instituting various forms of parent education programs by the 1990s. New York's programs align with this national movement, designed to foster a child-centered approach to post-divorce family life.</p> <h3>Court Discretion in Ordering Parenting Classes</h3> <p>New York judges have significant discretion when it comes to ordering mandatory parenting classes. Courts will typically consider factors such as:</p> <ul> <li>The level of conflict between the parents</li> <li>The parents' willingness to cooperate for the benefit of their children</li> <li>Any history of domestic violence or substance abuse</li> </ul> <p>In high-conflict cases, or where communication between parents is particularly strained, a judge is more likely to mandate participation in these classes. It is worth noting that failure to comply with a court-ordered parenting class can lead to contempt of court charges and may negatively influence custody determinations.</p> <h3>Exemptions and Special Considerations</h3> <p>While New York encourages participation in parenting education programs during divorce proceedings, there are exemptions. Parents may be excused from attending if they can demonstrate that participation would be inappropriate or burdensome due to factors such as domestic violence concerns or logistical impossibilities.</p> <h3>Conclusion</h3> <p>Mandatory parenting classes serve an essential role in New York's family law system by equipping divorcing parents with tools to better support their children emotionally and navigate co-parenting challenges. By understanding and adhering to these requirements, parents can contribute positively to their children's well-being during and after divorce proceedings.</p> </div> </div> <div id="footer" class="site-footer"> </div> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Understanding New York's Mandatory Parenting Classes in Divorce\nIn New York State, divorcing parents may be required to attend a parenting education program. This requirement is part of the state's effort to mitigate the emotional impact of divorce on children and to assist parents in understanding the challenges their kids may face during this transitional period. While not universally mandated, such classes are often ordered by the court in cases involving custody or visitation disputes.\nThe specific requirements for mandatory parenting classes in divorce proceedings can vary from one jurisdiction to another within New York. However, the core intent remains consistent: to promote the best interests of the children involved by encouraging cooperative parenting and offering strategies for conflict resolution.\nKey Components of New York's Parenting Classes\n- Curriculum: The courses typically cover topics such as effective co-parenting, understanding the legal aspects of custody arrangements, managing emotional stress, and communication techniques to reduce conflict.\n- Duration: The length of these programs can range from a few hours to several sessions, depending on the county's guidelines and the specific program chosen.\n- Delivery Method: Parenting classes may be offered in-person, online, or through a combination of both. This flexibility ensures that parents can attend these sessions despite their individual schedules or geographic constraints.\nLegal Framework & Historical Context\nThe trend towards mandating parenting education stems from a broader recognition of the negative effects of divorce on children, which gained prominence in social science research throughout the latter half of the 20th century. In response, jurisdictions across the United States began instituting various forms of parent education programs by the 1990s. New York's programs align with this national movement, designed to foster a child-centered approach to post-divorce family life.\nCourt Discretion in Ordering Parenting Classes\nNew York judges have significant discretion when it comes to ordering mandatory parenting classes. Courts will typically consider factors such as:\n- The level of conflict between the parents\n- The parents' willingness to cooperate for the benefit of their children\n- Any history of domestic violence or substance abuse\nIn high-conflict cases, or where communication between parents is particularly strained, a judge is more likely to mandate participation in these classes. It is worth noting that failure to comply with a court-ordered parenting class can lead to contempt of court charges and may negatively influence custody determinations.\nExemptions and Special Considerations\nWhile New York encourages participation in parenting education programs during divorce proceedings, there are exemptions. Parents may be excused from attending if they can demonstrate that participation would be inappropriate or burdensome due to factors such as domestic violence concerns or logistical impossibilities.\nMandatory parenting classes serve an essential role in New York's family law system by equipping divorcing parents with tools to better support their children emotionally and navigate co-parenting challenges. By understanding and adhering to these requirements, parents can contribute positively to their children's well-being during and after divorce proceedings.", "id": "<urn:uuid:23edef05-138b-433d-8fdd-51308ddeb4fe>", "dump": "CC-MAIN-2024-10", "url": "https://attorneyhughes.com/new-york-mandatory-parenting-classes-divorce-requirements", "date": "2024-02-25T07:43:12", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.930597186088562, "token_count": 599 } }
<urn:uuid:37ed363e-506d-4da8-8639-7604b83326f7>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script>document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script> <title>Silver Coins &#8211; Auction Marketplace</title> <meta name='robots' content='max-image-preview:large, noindex, follow' /> <link rel='dns-prefetch' href='//api.mapbox.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='preconnect' href='https://fonts.gstatic.com' crossorigin /> <link rel="alternate" type="application/rss+xml" title="Auction Marketplace &raquo; Feed" href="https://auctionmarketplace.dokandemo.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Auction Marketplace &raquo; Comments Feed" href="https://auctionmarketplace.dokandemo.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Auction Marketplace &raquo; Silver Coins Category Feed" href="https://auctionmarketplace.dokandemo.com/product-category/silver/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/auctionmarketplace.dokandemo.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='dashicons-css' href='https://auctionmarketplace.dokandemo.com/wp-includes/css/dashicons.min.css?ver=6.4.3' type='text/css' media='all' /> <style id='dashicons-inline-css' type='text/css'> [data-font="Dashicons"]:before {font-family: 'Dashicons' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;} </style> <link rel='stylesheet' id='js_composer_front-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.13.0' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://auctionmarketplace.dokandemo.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=10.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=10.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-selectBox-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1.2.0' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-font-awesome-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/font-awesome.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce_prettyPhoto_css-css' href='//auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=3.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-main-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=3.23.0' type='text/css' media='all' /> <style id='yith-wcwl-main-inline-css' type='text/css'> .yith-wcwl-share li a{color: #FFFFFF;}.yith-wcwl-share li a:hover{color: #FFFFFF;}.yith-wcwl-share a.facebook{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.facebook:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.twitter{background: #45AFE2; background-color: #45AFE2;}.yith-wcwl-share a.twitter:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.pinterest{background: #AB2E31; background-color: #AB2E31;}.yith-wcwl-share a.pinterest:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.email{background: #FBB102; background-color: #FBB102;}.yith-wcwl-share a.email:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.whatsapp{background: #00A901; background-color: #00A901;}.yith-wcwl-share a.whatsapp:hover{background: #39599E; background-color: #39599E;} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='redux-extendify-styles-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/redux-framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.4' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-animate-styles-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/css/animate.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-frontend-styles-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/css/lvca-frontend.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-icomoon-styles-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/css/icomoon.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.7' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.9.0' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.9.0' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='dokan-timepicker-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/timepicker/timepicker.min.css?ver=3.7.24' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-geolocation-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/css/geolocation.css?ver=3.7.30' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-mapbox-gl-css' href='https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css?ver=3.7.24' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-mapbox-gl-geocoder-css' href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css?ver=3.7.24' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-geo-locations-map-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/css/dokan-geolocation-locations-map.css?ver=3.7.30' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-dashboard-live-chat-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/live-chat/assets/css/dashboard-livechat.css?ver=3.7.30' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-accordion-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/accordion/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-slick-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/css/slick.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-carousel-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/carousel/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-clients-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/clients/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-heading-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/heading/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-odometers-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/odometers/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-piecharts-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/piecharts/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-posts-carousel-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/posts-carousel/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-pricing-table-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/pricing-table/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-services-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/services/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-stats-bar-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/stats-bar/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-tabs-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/tabs/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-team-members-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/team/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-testimonials-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/testimonials/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-flexslider-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/css/flexslider.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-testimonials-slider-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/testimonials-slider/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='lvca-portfolio-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/portfolio/css/style.css?ver=3.3' type='text/css' media='all' /> <link rel='stylesheet' id='yith-quick-view-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-quick-view/assets/css/yith-quick-view.css?ver=1.29.0' type='text/css' media='all' /> <style id='yith-quick-view-inline-css' type='text/css'> #yith-quick-view-modal .yith-wcqv-main{background:#ffffff;} #yith-quick-view-close{color:#cdcdcd;} #yith-quick-view-close:hover{color:#ff0000;} </style> <link rel='stylesheet' id='ibid-parent-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome5-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/plugins/font-awesome/all.min.css?ver=5.15.4' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-responsive-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/responsive.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-media-screens-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/media-screens.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='owl-carousel-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/owl.carousel.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='owl-theme-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/owl.theme.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/animate.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-styles-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid-child/style.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-gutenberg-frontend-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/gutenberg-frontend.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='dataTables-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/dataTables.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='nice-select-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/nice-select.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-datetimepicker-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/jquery.datetimepicker.min.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/jquery-ui-1.10.0.custom.css?ver=3.7.24' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%3Aregular%2C500%2C600%2C700%2C800%2C900%2Clatin%7CPoppins%3A300%2Cregular%2C500%2C600%2C700%2Clatin-ext%2Clatin%2Cdevanagari%7CNunito+Sans%3A300%2Cregular%2C700%2Clatin%7CSignika%3A300%2Cregular%2C600%2C700%2Clatin-ext%2Clatin%7CJost%3A300%2Cregular%2C600%2C700%2Clatin-ext%2Clatin&#038;ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='ibid-custom-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/css/custom-editor-style.css?ver=6.4.3' type='text/css' media='all' /> <style id='ibid-custom-style-inline-css' type='text/css'> .back-to-top{background-color: #BE263F; }#header{margin: 0 auto;}.back-to-top{display:none;}.woocommerce.single-product .quantity .qty.bid{width:80px;}@media only screen and (max-width: 767px) {body h1,body h1 span{font-size: 26px !important;line-height: 30px !important;}body h2{font-size: 24px !important;line-height: 28px !important;}body h3{font-size: 22px !important;line-height: 26px !important;}body h4{font-size: 20px !important;line-height: 24px !important;}body h5{font-size: 18px !important;line-height: 22px !important;}body h6{font-size: 16px !important;line-height: 20px !important;}.mega-menu-inline .menu-item-has-children{display: inline-block !important;}}@media only screen and (min-width: 768px) and (max-width: 1024px) {body h1,body h1 span{font-size: 28px !important;line-height: 32px !important;}body h2{font-size: 26px !important;line-height: 30px !important;}body h3{font-size: 24px !important;line-height: 28px !important;}body h4{font-size: 22px !important;line-height: 26px !important;}body h5{font-size: 20px !important;line-height: 23px !important;}body h6{font-size: 18px !important;line-height: 21px !important;}}body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a, body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a{color: #fff !important;}.form-control,.post-password-form input[type="password"],.no-results input,.modeltheme-modal input.email,.post-password-form input[type="submit"],.wc_vendors_active form input[type="submit"],.modeltheme-modal input[type="email"], .modeltheme-modal input[type="text"], .modeltheme-modal input[type="password"],#yith-wcwl-form input[type="text"],.memorabilia-news .newsletter-footer.light .email,.woocommerce div.product form.cart .variations select,#signup-modal-content .woocommerce-form-register.register input[type="text"], #signup-modal-content .woocommerce-form-register.register input[type="email"], #signup-modal-content .woocommerce-form-register.register input[type="tel"], #signup-modal-content .woocommerce-form-register.register input[type="password"], #signup-modal-content .woocommerce-form-register.register textarea,.dokan-orders-content .dokan-order-filter-serach .select2-container--default .select2-selection--single,.dokan-orders-content #order-filter .dokan-form-control,.dokan-dashboard-content .dokan-alert-warning,.dokan-product-edit-form .select2-container--default .select2-selection--single,.dokan-product-edit-form.ibid-auction-settings .form-control,.dokan-product-edit-form .select2-container--default.select2-container--focus .select2-selection--multiple,.dokan-product-edit-form .select2-container--default .select2-selection--multiple,.dokan-orders-content .dokan-orders-area input.add_note,.woocommerce-cart table.cart td.actions .coupon .input-text,.wp-block-search .wp-block-search__input,.comment-form input, .comment-form textarea,.woocommerce .woocommerce-ordering select,.woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text,.wc_vendors_active #wcv_bank_account_name,.wc_vendors_active #wcv_bank_account_number,.wc_vendors_active #wcv_bank_name,.wc_vendors_active #wcv_bank_routing_number,.wc_vendors_active #wcv_bank_iban,.wc_vendors_active #wcv_bank_bic_swift,.wc_vendors_active #pv_shop_name,.wc_vendors_active #pv_paypal,.wc_vendors_active textarea,.wc_vendors_active input.date-pick,.menu-search,.newsletter-footer.light .email,.modeltheme-modal input[type="submit"], .modeltheme-modal button[type="submit"], form#login .register_button,.newsletter-footer .email,button.single_add_to_cart_button.button.alt[data-tooltip]:before,.woocommerce.single-product .wishlist-container a.button[data-tooltip]:before,.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:before,.woocommerce_simple_domain .button-bid a,.products span.winning,form#login .submit_button{border-radius: 30px;-webkit-border-radius: 30px;}form.menu-search .nice-select{border-radius: 30px 0 0 30px;-webkit-border-radius: 30px 0 0 30px;}.dokan-settings-content .dokan-settings-area .dokan-form-control,.dokan-product-listing-area .dokan-form-control,.content-area .dokan-seller-search-form .dokan-w4 input[type=search],input#order_date_filter,.woocommerce form .form-row .select2-container span,.evc-button.evc-btn-normal,.header_mini_cart .button.wc-forward, .header_mini_cart .button.checkout,.dokan-form-control{border-radius: 30px !important;}.yith-wcwl-wishlistaddedbrowse.show a,.overlay-components .component a,.overlay-components .component a,.vc_col-md-3 .overlay-components .component a,.modeltheme_products_carousel .button-bid a,.modeltheme_products_carousel .modeltheme-button-bid a,.category-button a,.mt_products_slider .button-bid a,.woocommerce.single-product div.product form.cart .button,.woocommerce.single-product .wishlist-container a.button,.masonry_banner .read-more,.testimonail01-content,.header-v2 .header_mini_cart_group,.header-v3 .menu-products .shop_cart,.header-v3 .header_mini_cart_group,.pagination .page-numbers,.nav-previous a, .nav-next a,a.add-wsawl.sa-watchlist-action, a.remove-wsawl.sa-watchlist-action,.form-submit input[type="submit"],.widget_search .search-field,.social-shareer a,.woocommerce ul.products li.product .onsale, body .woocommerce ul.products li.product .onsale, body .woocommerce ul.products li.product .onsale,.woocommerce_categories2 .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse.hide a,.full-width-part .more-link,table.my_account_orders tbody tr td.order-actions a.button,.wpcf7-form .wpcf7-submit,.newsletter-footer input.submit,.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,a#register-modal,#signup-modal-content .woocommerce-form-register.register .button[type='submit'],.wc-social-login a.ywsl-social::after,.back-to-top,.woocommerce.widget_product_search .search-field,.no-results input[type="submit"],.ibid_shortcode_cause .button-content a,.wp-block-search .wp-block-search__button,.product-badge,.sale_banner_right span.read-more,.custom-about .button-winona,.menu-search .btn.btn-primary,.featured_product_shortcode .featured_product_button,.cd-gallery .button-bid a,.wcv-dashboard-navigation li a{border-radius: 30px;-webkit-border-radius: 30px;}.modeltheme_products_shadow .woocommerce ul.products li.product .button[data-tooltip],.campaign_procentage.progress,.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,.pagination-wrap ul.pagination > li > a,.dokan-pagination-container .dokan-pagination li a,#yith-wcwl-form input[type="submit"],.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,table.compare-list .add-to-cart td a,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.button-link,input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn, .button, {-webkit-border-radius: 30px !important;border-radius: 30px !important;}.ibid-shop-sort-group .gridlist-toggle a#grid {border-radius: 30px 0 0 30px;}.ibid-shop-sort-group .gridlist-toggle a#list {border-radius: 0 30px 30px 0;}footer .menu .menu-item a{color: #AFAFAF;}.footer-top .widget-title, p.copyright{color: #343E47;}.top-footer div.left{color: #FFFFFF;}li.nav-menu-account{color: #FFFFFF;}.header-v3 .navbar-default, .header-v3 nav#modeltheme-main-head{background-color: #1C1F26;}.header-v2 .top-header{background-color: #ce6723;}.header-v2 .navbar-default{background-color: #F27928;}.breadcrumb a::after {content: "/";content:"/";}.navbar-header .logo img {max-width: 180px;}::selection{color: #FFFFFF;background: #BE263F;}::-moz-selection { /* Code for Firefox */color: #FFFFFF;background: #BE263F;}a,a:visited{color: #be263f;}a:focus,a:hover{color: #be263f;}/*------------------------------------------------------------------COLOR------------------------------------------------------------------*/span.amount,.cd-gallery .woocommerce-title-metas .ibid-supported-cause a,table.compare-list .remove td a .remove,.woocommerce form .form-row .required,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before,.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.widget_popular_recent_tabs .nav-tabs li.active a,.widget_product_categories .cat-item:hover,.widget_product_categories .cat-item a:hover,.widget_archive li:hover,.widget_archive li a:hover,.widget_categories .cat-item:hover,.widget_categories li a:hover,.woocommerce .star-rating span::before,.pricing-table.recomended .button.solid-button, .pricing-table .table-content:hover .button.solid-button,.pricing-table.Recommended .button.solid-button, .pricing-table.recommended .button.solid-button, .pricing-table.recomended .button.solid-button, .pricing-table .table-content:hover .button.solid-button,.testimonial-author,.testimonials-container blockquote::before,.testimonials-container blockquote::after,h1 span,h2 span,label.error,.woocommerce input.button:hover,.author-name,.comment_body .author_name,.prev-next-post a:hover,.prev-text,.next-text,.social ul li a:hover i,.wpcf7-form span.wpcf7-not-valid-tip,.text-dark .statistics .stats-head *,.wpb_button.btn-filled,.widget_meta a:hover,.iconfilter-shortcode li.subscription ins span,.logo span,a.shop_cart::after,.woocommerce ul.products li.product .archive-product-title a:hover,.shop_cart:hover,.widget_pages a:hover,.categories_shortcode .category.active, .categories_shortcode .category:hover,.widget_recent_entries_with_thumbnail li:hover a,.widget_recent_entries li a:hover,.wpb_button.btn-filled:hover,li.seller-name::before,li.store-address::before,li.store-name::before,.full-width-part .post-name a:hover,.full-width-part .post-category-comment-date a:hover, .article-details .post-author a:hover,.grid-view.col-md-12.list-view .more-link:hover,.woocommerce button.button:hover,.woocommerce button.button.alt:hover,.woocommerce div.product form.buy-now.cart .button:hover span.amount,.woocommerce a.button:hover,.wc_vendors_active form input[type="submit"]:hover,.wcv-dashboard-navigation li a:hover,.woocommerce ul.cart_list li:hover a, .woocommerce ul.product_list_widget li:hover a,a.add-wsawl.sa-watchlist-action:hover, a.remove-wsawl.sa-watchlist-action:hover,.top-footer .menu-search .btn.btn-primary:hover i.fa,footer .footer-top .menu .menu-item a:hover,wpcf7-form .wpcf7-submit:hover,.woocommerce a.button.alt:hover,.form-submit input:hover,.post-name i,.modal-content p i,#yith-wcwl-form input[type="submit"]:hover,.modeltheme-modal input[type="submit"]:hover,.modeltheme-modal button[type="submit"]:hover,form#login .submit_button:hover,blockquote::before,.no-results input[type="submit"]:hover,.form-submit input:hover,div#cat-drop-stack a:hover,.woocommerce #respond input#submit:hover,.woocommerce-MyAccount-navigation-link > a:hover,.woocommerce-MyAccount-navigation-link.is-active > a,.sidebar-content .widget_nav_menu li a:hover,.woocommerce div.product form.cart .button#yith-wcact-auction-add-to-cart-button:hover span,.wp-block-search .wp-block-search__button:hover,.woocommerce-account .woocommerce-MyAccount-content p a:hover,.woocommerce.single-product div.product.product-type-auction form.cart .button.single_add_to_cart_button span,.woocommerce.single-product div.product.product-type-auction form.cart .button.single_add_to_cart_button,.ibid-shop-sort-group .gridlist-toggle a span:before,#signup-modal-content .woocommerce-form-register.register .button[type="submit"]:hover {color: #BE263F;}body .ibid_shortcode_blog .post-name a:hover,a#register-modal:hover{color: #BE263F !important;}.dokan-btn-theme a:hover, .dokan-btn-theme:hover, input[type="submit"].dokan-btn-danger:hover, input[type="submit"].dokan-btn-theme:hover,.woocommerce-MyAccount-navigation-link > a:hover,.woocommerce-MyAccount-navigation-link.is-active > abody .ibid_shortcode_blog .post-name a:hover,.masonry_banner .read-more:hover,.category-button a:hover,.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i,.wpcf7-form .wpcf7-submit:hover,.product_meta > span a:hover,.dokan-dashboard .dokan-dashboard-wrap .delete a,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover,#dropdown-user-profile ul li a:hover,.widget_ibid_social_icons a,.header-v3 .menu-products .shop_cart,.simple-sitemap-container ul a:hover,.wishlist_table tr td.product-name a.button:hover,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .mega_menu .cf-mega-menu li a:hover, .mega_menu .cf-mega-menu.sub-menu p a:hover,.woocommerce a.remove,.ibid_shortcode_cause .button-content a:hover,.ibid_shortcode_blog .image_top .blog-content p.author,.modeltheme_products_shadow .details-container > div.details-item .amount,.mt_products_slider .full .woocommerce-title-metas span.amount,.woocommerce_categories.listed_info .style_v2 span.before-text i{color: #BE263F !important;}.tagcloud > a:hover, nav,.ibid-icon-search,.wpb_button::after,.rotate45,.latest-posts .post-date-day,.latest-posts h3, .latest-tweets h3, .latest-videos h3,.button.solid-button,.top-footer,.form-submit input,.page-template-template-blog .full-width-part .more-link, .full-width-part .more-link,button.vc_btn,.pricing-table.recomended .table-content, .pricing-table .table-content:hover,.pricing-table.Recommended .table-content, .pricing-table.recommended .table-content, .pricing-table.recomended .table-content, .pricing-table .table-content:hover,.block-triangle,.owl-theme .owl-controls .owl-page span,body .vc_btn.vc_btn-blue, body a.vc_btn.vc_btn-blue, body button.vc_btn.vc_btn-blue,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,table.compare-list .add-to-cart td a,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce a.remove:hover,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .widget_social_icons li a:hover, #subscribe > button[type="submit"],.social-sharer > li:hover,.prev-next-post a:hover .rotate45,.masonry_banner.default-skin,.member-footer .social::before, .member-footer .social::after,.subscribe > button[type="submit"],.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover,.no-results input[type="submit"],table.compare-list .add-to-cart td a,.shop_cart,h3#reply-title::after,.newspaper-info,.categories_shortcode .owl-controls .owl-buttons i:hover,.widget-title:after,h2.heading-bottom:after,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active,#primary .main-content ul li:not(.rotate45)::before,.wpcf7-form .wpcf7-submit,.menu-search .btn.btn-primary:hover,.btn-register, .modeltheme-modal input[type="submit"], .modeltheme-modal button[type="submit"], form#login .register_button, form#login .submit_button,.bottom-components .component a:hover, .bottom-components .component a:hover, .bottom-components .component a:hover, .woocommerce-page .overlay-components .component a:hover, .woocommerce-page .vc_col-md-3 .overlay-components .component a:hover,.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show a,.widget_address_social_icons .social-links a,.hover-components .component:hover,.navbar-default .navbar-toggle .icon-bar,#yith-wcwl-form input[type="submit"],.nav-previous a, .nav-next a,article.dokan-orders-area .dokan-panel-default > .dokan-panel-heading,#signup-modal-content .woocommerce-form-register.register .button[type="submit"],.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title,.woocommerce-MyAccount-navigation-link > a,.newsletter-footer input.submit:hover, .newsletter-footer input.submit:focus, a.remove-wsawl.sa-watchlist-action,footer .footer-top .menu .menu-item a::before,.post-password-form input[type="submit"],.wcv-dashboard-navigation li a,.wc_vendors_active form input[type="submit"],.cd-gallery .button-bid a,.ibid-shop-filters-button:focus,#wp-calendar td#today,.ibid-shop-filters-button,.mt_products_slider .button-bid a,.wishlist-title-with-form .show-title-form,body .dokan-pagination-container .dokan-pagination li.active a,.dokan-pagination-container .dokan-pagination li a:hover,.categories_shortcode .category,button.wp-block-search__button,.wp-block-search .wp-block-search__button,.ibid_shortcode_blog.boxed .post-button a.more-link{background: #BE263F;}.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse.hide a,.bottom-components .component a:hover, .bottom-components .component a:hover, .bottom-components .component a:hover, .woocommerce-page .overlay-components .component a:hover,.woocommerce-page .vc_col-md-3 .overlay-components .component a:hover,.columns-4 .overlay-components .component a:hover, .vc_col-md-4 .overlay-components .component a:hover, .no-sidebar .vc_col-md-3 .overlay-components .component a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li,.overlay-components .component.add-to-cart a, .bottom-components .component.add-to-cart a,.woocommerce_categories2 .products .component .yith-wcwl-wishlistexistsbrowse.show a,body .tp-bullets.preview1 .bullet,div#dokan-content .overlay-components .component a:hover,body #mega_main_menu li.default_dropdown .mega_dropdown > li > .item_link:hover, body #mega_main_menu li.widgets_dropdown .mega_dropdown > li > .item_link:hover, body #mega_main_menu li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover, body .dokan-settings-content .dokan-settings-area a.dokan-btn-info,.btn-sticky-left,.dokan-btn-info,body #mega_main_menu li.grid_dropdown .mega_dropdown > li > .item_link:hover,.custom_ibid button,.woocommerce_categories.grid th,.ibid_shortcode_cause .button-content a,.domain.woocommerce_categories .button-bid a,.domain-but button,.woocommerce_simple_domain .button-bid a,.mt-product-search .menu-search button.form-control,.mt-tabs .tabs-style-iconbox nav ul li.tab-current a,.sale_banner_right span.read-more,.freelancer-list-shortcode .project-bid .button.btn,.woocommerce.archive .ar-projs .modeltheme-button-bid,.header-v9 #navbar ul.menu > .menu-item > a::after{background: #BE263F !important;}.flip-clock-wrapper ul li a div div.inn,.featured_product_shortcode span.amount,.featured_product_shortcode .featured_product_button:hover,.custom_ibid button:hover,.ibid-countdown strong,.categories_shortcode .category.active span, .categories_shortcode .category:hover span,.woocommerce_categories.grid td.product-title a,.woocommerce_categories.grid td.add-cart a,.woocommerce_categories.list span.amount,.cd-tab-filter a:hover,.no-touch .cd-filter-block h4:hover,.cd-gallery .woocommerce-title-metas a:hover,.cd-tab-filter a.selected,.no-touch .cd-filter-trigger:hover,.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,.mt_products_slider .woocommerce-title-metas h3 a:hover,.ibid_shortcode_cause h3 a:hover,.mt_products_slider .button-bid a:hover,.header-v3 .menu-products .shop_cart:hover,.domain.woocommerce_categories .archive-product-title a:hover,.custom-btn button:hover,.modeltheme_products_carousel .modeltheme-title-metas a:hover,.modeltheme_products_carousel.owl-theme .owl-controls .owl-buttons div,.modeltheme_products_simple h3.modeltheme-archive-product-title a:hover,.freelancer-list-shortcode h3.archive-product-title a:hover,.mt-categories-content:hover span.mt-title:hover,.freelancer-list-shortcode .project-bid .button.btn:hover,.woocommerce.archive .ar-projs .modeltheme-button-bid:hover a,.user-information h3.user-profile-title a:hover,.user-information span.info-pos i,.work-dashboard h3.archive-product-title a:hover,.user-profile-info span.info-pos i,.woocommerce_categories.listed_info h3.archive-product-title a:hover,.header-v8 .menu-inquiry .button:hover,.header-v9 .menu-inquiry .button:hover{color: #BE263F !important;}input[type='submit'].dokan-btn, a.dokan-btn, .dokan-btn,.dokan-btn-success.grant_access, input#dokan-add-tracking-number,.dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu,input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme,#cd-zoom-in, #cd-zoom-out,.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,.custom-btn button,.modeltheme_products_carousel .button-bid a,.modeltheme_products_carousel .modeltheme-button-bid a,.modeltheme_products_simple .modeltheme-product-wrapper a.button,.hiw-btn .button-winona{background-color: #BE263F !important;}.gridlist-toggle a:hover,.gridlist-toggle a.active,.dataTables_wrapper .pagination>.active>a, .dataTables_wrapper .pagination>.active>span, .dataTables_wrapper .pagination>.active>a:hover, .dataTables_wrapper .pagination>.active>span:hover, .dataTables_wrapper .pagination>.active>a:focus, .dataTables_wrapper .pagination>.active>span:focus {background-color: #BE263F !important;}.pagination > li > a.current, .pagination > li > a:hover{background-color: #FFFFFF;border: 1px solid #FFFFFF;}.woocommerce ul.products li.product .onsale, .back-to-top,body .woocommerce ul.products li.product .onsale, body .woocommerce ul.products li.product .onsale,.pagination .page-numbers.current,.pagination .page-numbers.current:hover,.category-button.boxed a,.masonry_banner .read-more.boxed {background-color: #BE263F;}.author-bio,blockquote,.widget_popular_recent_tabs .nav-tabs > li.active,body .left-border, body .right-border,body .member-header,body .member-footer .social,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce .woocommerce-info, .woocommerce .woocommerce-message,body .button[type="submit"],.navbar ul li ul.sub-menu,.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,.header_mini_cart,.header_mini_cart.visible_cart,#contact-us .form-control:focus,.header_mini_cart .woocommerce .widget_shopping_cart .total, .header_mini_cart .woocommerce.widget_shopping_cart .total,.sale_banner_holder:hover,.testimonial-img,.wpcf7-form input:focus, .wpcf7-form textarea:focus,.dokan-btn-success.grant_access, input#dokan-add-tracking-number,.navbar-default .navbar-toggle:hover, .woocommerce.single-product div.product.product-type-auction form.cart .button.single_add_to_cart_button,.navbar-default .navbar-toggle {border-color: #BE263F;}.sidebar-content .widget-title::before, .dokan-widget-area .widget-title::before,.dokan-settings-content .dokan-settings-area a.dokan-btn-info, .dokan-btn-info,input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme,.header-v3 .menu-products .shop_cart,.lvca-heading.lvca-alignleft h3.lvca-title::after,.header-v8 .menu-inquiry .button{border-color: #BE263F !important;}.mt-tabs .tabs-style-iconbox nav ul li.tab-current a::after{border-top-color: #BE263F !important;}.services2 .block-triangle:hover i,.cd-filter::before,.cd-filter .cd-close {background-color:#BE263F;}#navbar .menu-item.black-friday-menu-link > a{background-color:#BE263F !important;}#navbar .menu-item.black-friday-menu-link > a:hover {background:#ffffff !important;}.wp-block-search .wp-block-search__button:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .wc_vendors_active form input[type="submit"]:hover,.wcv-dashboard-navigation li a:hover,.woocommerce button.button:hover, .woocommerce input.button:hover,table.compare-list .add-to-cart td a:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.ibid-search.ibid-search-open .ibid-icon-search, .no-js .ibid-search .ibid-icon-search,.ibid-icon-search:hover,.latest-posts .post-date-month,.button.solid-button:hover,body .vc_btn.vc_btn-blue:hover, body a.vc_btn.vc_btn-blue:hover, body button.vc_btn.vc_btn-blue:hover,.subscribe > button[type="submit"]:hover,.no-results input[type="submit"]:hover,table.compare-list .add-to-cart td a:hover,.shop_cart:hover,.wpcf7-form .wpcf7-submit:hover,.widget_address_social_icons .social-links a:hover,.post-password-form input[type="submit"]:hover,.page-template-template-blog .full-width-part .more-link:hover,.form-submit input:hover,.full-width-part .more-link:hover,form#login .submit_button:hover,.modeltheme-modal input[type="submit"]:hover, .modeltheme-modal button[type="submit"]:hover, .modeltheme-modal p.btn-register-p a:hover,#yith-wcwl-form input[type="submit"]:hover,#signup-modal-content .woocommerce-form-register.register .button[type="submit"]:hover,.woocommerce_categories2 .bottom-components .component a:hover,.woocommerce_categories2 .bottom-components .component a:hover,woocommerce_categories2 .bottom-components .component a:hover {background: #FFFFFF; /*Color: Main Dark */}.woocommerce_categories.grid td.add-cart a:hover,.woocommerce_categories.grid td.product-title a:hover,.domain.woocommerce_categories .archive-product-title a{color: #FFFFFF !important;}.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover,.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,.ibid_shortcode_cause .button-content a:hover,.cd-gallery .button-bid a:hover,.mt_products_slider .button-bid a:hover {background-color: #FFFFFF !important; /*Color: Main Dark */}.woocommerce ul.cart_list li a::before, .woocommerce ul.product_list_widget li a::before{background: 1;} </style> <link rel='stylesheet' id='simple-auction-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce-simple-auctions/css/frontend.css?ver=6.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-style-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/css/style.css?ver=1690796099' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-modal-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/izimodal/iziModal.min.css?ver=1690796099' type='text/css' media='all' /> <link rel='stylesheet' id='dokan-fontawesome-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/font-awesome.min.css?ver=3.7.24' type='text/css' media='all' /> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat:300&#038;display=swap&#038;ver=1690799672" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300&#038;display=swap&#038;ver=1690799672" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300&#038;display=swap&#038;ver=1690799672" /></noscript><script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/izimodal/iziModal.min.js?ver=3.7.24" id="dokan-modal-js"></script> <script type="text/javascript" id="dokan-i18n-jed-js-extra"> /* <![CDATA[ */ var dokan = {"ajaxurl":"https:\/\/auctionmarketplace.dokandemo.com\/wp-admin\/admin-ajax.php","nonce":"3d0bf0d589","ajax_loader":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/dokan-lite\/assets\/images\/ajax-loader.gif","seller":{"available":"Available","notAvailable":"Not Available"},"delete_confirm":"Are you sure?","wrong_message":"Something went wrong. Please try again.","vendor_percentage":"90","commission_type":"percentage","rounding_precision":"6","mon_decimal_point":".","product_types":{"simple":"Simple","variable":"Variable","external":"External\/Affiliate product","grouped":"Group Product"},"loading_img":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/dokan-lite\/assets\/images\/loading.gif","store_product_search_nonce":"ac2126cc52","i18n_download_permission":"Are you sure you want to revoke access to this download?","i18n_download_access":"Could not grant access - the user may already have permission for this file or billing email is not set. Ensure the billing email is set, and the order has been saved.","maximum_tags_select_length":"-1","modal_header_color":"#F05025","i18n_location_name":"Please provide a location name!","i18n_location_state":"Please provide","i18n_country_name":"Please provide a country!","i18n_invalid":"Failed! Somthing went wrong","i18n_chat_message":"Facebook SDK is not found, or blocked by the browser. Can not initialize the chat.","i18n_sms_code":"Insert SMS code","i18n_gravater":"Upload a Photo","i18n_phone_number":"Insert Phone No.","dokan_pro_i18n":{"dokan":{"domain":"dokan","locale_data":{"dokan":{"":{"domain":"dokan","lang":"en_US"}}}}},"i18n_date_format":"F j, Y","datepicker":{"now":"Now","done":"Done","time":"Time","hour":"Hour","minute":"Minute","second":"Second","time-zone":"Time Zone","choose-time":"Choose Time"},"dokan_i18n_negative_value_not_approved":"Value can not be null or negative","dokan_i18n_value_set_successfully":"Value successfully set","dokan_i18n_deactivated_successfully":"Deactivated successfully.","product_vendors_can_create_tags":"off","product_inline_edit_nonce":"c9af6ad680","is_vendor_enabled":"","not_enable_message":"Error! Your account is not enabled for selling, please contact the admin","shipment_status_error_msg":"Error! Please enter the correct data for all shipments","shipment_status_update_msg":"Shipment Successfully Updated","all_categories":"All Categories","rest":{"root":"https:\/\/auctionmarketplace.dokandemo.com\/wp-json\/","nonce":"381b61a953","version":"dokan\/v1"},"api":null,"libs":[],"routeComponents":{"default":null},"routes":[],"urls":{"assetsUrl":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/dokan-lite\/assets"},"wholesale":{"activeStatusMessage":"You are succefully converted as a wholesale customer","deactiveStatusMessage":"Your wholesale customer request send to the admin. Please wait for approval"}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/i18n/jed.js?ver=3.7.24" id="dokan-i18n-jed-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/vendors/sweetalert2/sweetalert2.all.min.js?ver=1690796099" id="dokan-sweetalert2-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.29.4" id="moment-js"></script> <script type="text/javascript" id="moment-js-after"> /* <![CDATA[ */ moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i A","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} ); /* ]]> */ </script> <script type="text/javascript" id="dokan-util-helper-js-extra"> /* <![CDATA[ */ var dokan_helper = {"i18n_date_format":"F j, Y","i18n_time_format":"g:i A","week_starts_day":"1","reverse_withdrawal":{"enabled":false},"timepicker_locale":{"am":"am","pm":"pm","AM":"AM","PM":"PM","hr":"hr","hrs":"hrs","mins":"mins"},"daterange_picker_local":{"toLabel":"To","firstDay":1,"fromLabel":"From","separator":" - ","weekLabel":"W","applyLabel":"Apply","cancelLabel":"Clear","customRangeLabel":"Custom","daysOfWeek":["Su","Mo","Tu","We","Th","Fr","Sa"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"]}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/js/helper.js?ver=1690796099" id="dokan-util-helper-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/jquery.waypoints.min.js?ver=3.3" id="lvca-waypoints-js"></script> <script type="text/javascript" id="lvca-frontend-scripts-js-extra"> /* <![CDATA[ */ var lvca_settings = {"mobile_width":"780","custom_css":""}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/lvca-frontend.min.js?ver=3.3" id="lvca-frontend-scripts-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=3.7.30" id="jquery-blockui-js"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/auctionmarketplace.dokandemo.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.9.0" id="wc-add-to-cart-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/accordion/js/accordion.min.js?ver=3.3" id="lvca-accordion-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/slick.min.js?ver=3.3" id="lvca-slick-carousel-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/jquery.stats.min.js?ver=3.3" id="lvca-stats-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/odometers/js/odometer.min.js?ver=3.3" id="lvca-odometers-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/piecharts/js/piechart.min.js?ver=3.3" id="lvca-piecharts-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/posts-carousel/js/posts-carousel.min.js?ver=3.3" id="lvca-post-carousel-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/spacer/js/spacer.min.js?ver=3.3" id="lvca-spacer-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/services/js/services.min.js?ver=3.3" id="lvca-services-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/stats-bar/js/stats-bar.min.js?ver=3.3" id="lvca-stats-bar-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/tabs/js/tabs.min.js?ver=3.3" id="lvca-tabs-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/jquery.flexslider.min.js?ver=3.3" id="lvca-flexslider-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/testimonials-slider/js/testimonials.min.js?ver=3.3" id="lvca-testimonials-slider-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/isotope.pkgd.min.js?ver=3.3" id="lvca-isotope-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/assets/js/imagesloaded.pkgd.min.js?ver=3.3" id="lvca-imagesloaded-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/addons-for-visual-composer/includes/addons/portfolio/js/portfolio.min.js?ver=3.3" id="lvca-portfolio-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=6.13.0" id="vc_woocommerce-add-to-cart-js-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce-simple-auctions/js/jquery.countdown.min.js?ver=2.1.2" id="simple-auction-countdown-js"></script> <script type="text/javascript" id="simple-auction-countdown-language-js-extra"> /* <![CDATA[ */ var countdown_language_data = {"labels":{"Years":"Years","Months":"Months","Weeks":"Weeks","Days":"Days","Hours":"Hours","Minutes":"Minutes","Seconds":"Seconds"},"labels1":{"Year":"Year","Month":"Month","Week":"Week","Day":"Day","Hour":"Hour","Minute":"Minute","Second":"Second"},"compactLabels":{"y":"y","m":"m","w":"w","d":"d"}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce-simple-auctions/js/jquery.countdown.language.js?ver=2.1.2" id="simple-auction-countdown-language-js"></script> <script type="text/javascript" id="autoNumeric-js-extra"> /* <![CDATA[ */ var autoNumericdata = {"currencySymbolPlacement":"p","digitGroupSeparator":",","decimalCharacter":".","currencySymbol":"$","decimalPlacesOverride":"2"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce-simple-auctions/js/autoNumeric.min.js?ver=2.0.13" id="autoNumeric-js"></script> <script type="text/javascript" id="simple-auction-frontend-js-extra"> /* <![CDATA[ */ var data = {"finished":"Auction has finished!","checking":"Patience please, we are checking if auction is finished!","gtm_offset":"6","started":"Auction has started! Please refresh your page.","no_need":"No need to bid. Your bid is winning! ","compact_counter":"no","outbid_message":"<ul class=\"woocommerce-error\" role=\"alert\">\n\t\t\t<li>\n\t\t\tYou've been outbid!\t\t<\/li>\n\t<\/ul>\n","interval":"1"}; var SA_Ajax = {"ajaxurl":"\/product-category\/silver\/?add_to_wishlist=5894&wsa-ajax","najax":"1","last_activity":"1708003407","focus":"yes"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce-simple-auctions/js/simple-auction-frontend.js?ver=2.1.2" id="simple-auction-frontend-js"></script> <link rel="https://api.w.org/" href="https://auctionmarketplace.dokandemo.com/wp-json/" /><link rel="alternate" type="application/json" href="https://auctionmarketplace.dokandemo.com/wp-json/wp/v2/product_cat/196" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://auctionmarketplace.dokandemo.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 7.9.0" /> <meta name="generator" content="Redux 4.4.4" /> <script type="text/javascript"> (function () { window.lvca_fs = {can_use_premium_code: false}; })(); </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '2798765787036813'); fbq('set','agent','tmgoogletagmanager', '2798765787036813'); fbq('track', "PageView"); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2798765787036813&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <meta name="generator" content="Powered by Slider Revolution 6.6.14 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2023/07/Dokan-70x70.png" sizes="32x32" /> <link rel="icon" href="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2023/07/Dokan-200x200.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2023/07/Dokan-200x200.png" /> <meta name="msapplication-TileImage" content="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2023/07/Dokan.png" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style id="redux_demo-dynamic-css" title="dynamic-css" class="redux-options-output">.fixed-sidebar-menu{background-color:#487485;}#navbar .menu-item > a, .navbar-nav .search_products a, .navbar-default .navbar-nav > li > a, li.nav-menu-account, .my-account-navbar a{color:#FFFFFF;}#navbar .menu-item > a:hover, #navbar .menu-item > a:focus, .navbar-nav .search_products a:hover, .navbar-nav .search_products a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color:#FFFFFF;}#navbar .sub-menu, .navbar ul li ul.sub-menu{background-color:#FFFFFF;}#navbar ul.sub-menu li a,.bot_nav_cat_wrap li a:hover{color:#484848;}#navbar ul.sub-menu li a:hover{background-color:#FFFFFF;}#navbar ul.sub-menu li a:hover{color:#BE263F;}body{font-family:Montserrat;}h1,h1 span{font-family:Montserrat;line-height:36px;color:#242424;font-size:36px;}h2{font-family:Montserrat;line-height:30px;color:#242424;font-size:30px;}h3,.post-name{font-family:Montserrat;line-height:24px;color:#242424;font-size:24px;}h4{font-family:Montserrat;line-height:18px;color:#242424;font-size:18px;}h5{font-family:Montserrat;line-height:14px;color:#242424;font-size:14px;}h6{font-family:Montserrat;line-height:12px;color:#242424;font-size:12px;}input,textarea{font-family:Montserrat;}input[type="submit"]{font-family:Montserrat;}.bot_nav_cat .bot_nav_cat_wrap{background-color:#FFF;}.top-header{background-color:#ffffff;}.navbar-default{background-color:#ffffff;}footer,.widget_ibid_social_icons a{background-color:#ffffff;}.container.footer-top, .prefooter .container{padding-top:90px;padding-bottom:80px;}footer .footer{background-color:#f8f8f8;}p{font-family:Montserrat;line-height:24px;font-weight:300;color:#606060;font-size:16px;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="archive tax-product_cat term-silver term-196 theme-ibid woocommerce woocommerce-page woocommerce-no-js first_header wpb-js-composer js-comp-ver-6.13.0 vc_responsive dokan-theme-ibid"> <div class="modeltheme-modal-holder"> <div class="modeltheme-overlay-inner"></div> <div class="modeltheme-modal-container"> <div class="modeltheme-modal" id="modal-log-in"> <div class="modeltheme-content" id="login-modal-content"> <h3 class="relative text-center"> Access Your Account </h3> <div class="modal-content row"> <div class="col-md-12"> <div class="woocommerce-notices-wrapper"></div> <h2>Login</h2> <form id="login" class="woocommerce-form woocommerce-form-login login" method="post"> <div style="font-size: 15px; text-align: center; border: 1px solid rgb(204, 204, 204); padding: 10px; margin: 0px 0px 15px;"><p>Use the demo login credentials below:</p><br><strong>Admin Username: </strong> <span style="color: #cc0000;">demo_admin</span><br><strong>Admin Password: </strong> <span style="color: #cc0000;">demo_admin</span><br><br><hr><br><strong>Vendor Username: </strong> <span style="color: #cc0000;">demo_vendor</span><br><strong>Vendor Password: </strong> <span style="color: #cc0000;">demo_vendor</span><br><br></div> <p class="status"></p> <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="username">Username or email address&nbsp;<span class="required">*</span></label> <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" /> </p> <p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide"> <label for="password">Password&nbsp;<span class="required">*</span></label> <input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" /> </p> <p class="form-row"> <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme"> <input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span>Remember me</span> </label> <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="81d3e49625" /><input type="hidden" name="_wp_http_referer" value="/product-category/silver/?add_to_wishlist=5894" /> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="Log in">Log in</button> </p> <p class="woocommerce-LostPassword lost_password"> <a href="https://auctionmarketplace.dokandemo.com/my-account/lost-password/">Lost your password?</a> </p> <input type="hidden" id="security" name="security" value="ca5ad7d4bf" /><input type="hidden" name="_wp_http_referer" value="/product-category/silver/?add_to_wishlist=5894" /> </form> </div> </div> </div> </div> </div> </div> <div class="modeltheme-overlay"></div> <!-- Fixed Search Form --> <div class="fixed-search-overlay"> <!-- Close Sidebar Menu + Close Overlay --> <i class="far fa-times-circle icon-close"></i> <!-- INSIDE SEARCH OVERLAY --> <div class="fixed-search-inside"> <div class="modeltheme-search"> <div class="ibid-header-searchform"> <h3>Search for Auctions or Products...</h3> <form name="header-search-form" method="GET" class="woocommerce-product-search menu-search" action="https://auctionmarketplace.dokandemo.com/"> <select name='product_cat' id='product_cat' class='form-control1'> <option value=''>Category</option> <option class="level-0" value="abstract">Abstract&nbsp;&nbsp;(4)</option> <option class="level-0" value="ancient">Ancient Coins&nbsp;&nbsp;(4)</option> <option class="level-0" value="antique">Antique&nbsp;&nbsp;(4)</option> <option class="level-0" value="jewelry">Jewelry&nbsp;&nbsp;(5)</option> <option class="level-1" value="accessories">&nbsp;&nbsp;&nbsp;Accessories&nbsp;&nbsp;(1)</option> <option class="level-0" value="kids-toys">Kids Toys&nbsp;&nbsp;(1)</option> <option class="level-0" value="silver">Silver Coins&nbsp;&nbsp;(5)</option> <option class="level-1" value="dental-hygiene-and-wellness-devices">&nbsp;&nbsp;&nbsp;Dental Hygiene&nbsp;&nbsp;(1)</option> <option class="level-0" value="uncategorized">Uncategorized&nbsp;&nbsp;(0)</option> <option class="level-0" value="vintage-art">Vintage Art&nbsp;&nbsp;(4)</option> <option class="level-1" value="televisions">&nbsp;&nbsp;&nbsp;Televisions&nbsp;&nbsp;(4)</option> <option class="level-0" value="watches">Watches&nbsp;&nbsp;(11)</option> <option class="level-1" value="protection-phones">&nbsp;&nbsp;&nbsp;Cases &amp; Protection&nbsp;&nbsp;(6)</option> <option class="level-1" value="data-cables-phones">&nbsp;&nbsp;&nbsp;Data Cables&nbsp;&nbsp;(1)</option> <option class="level-1" value="mobile-phones">&nbsp;&nbsp;&nbsp;Mobile Phones&nbsp;&nbsp;(1)</option> <option class="level-1" value="power-bank">&nbsp;&nbsp;&nbsp;Power Banks&nbsp;&nbsp;(1)</option> <option class="level-1" value="selfie-stickers">&nbsp;&nbsp;&nbsp;Selfie Sticks&nbsp;&nbsp;(1)</option> </select> <input type="text" name="s" class="search-field" maxlength="128" value="" placeholder="Search..."> <button type="submit" class="btn btn-primary"><i class="fas fa-search" aria-hidden="true"></i></button> <input type="hidden" name="post_type" value="product" /> </form> </div> </div> </div> </div> <div id="page" class="hfeed site"> <div class="top-header"> <div class="container"> <div class="row"> <!-- LEFT SIDE LINKS --> <div class="col-md-7 col-sm-12 contact-header"> <ul class="currency-language list-inline-block menu-list"> <li> <div class="language-box dropdown-box"> <a class="language-current" href="#">EN</a> <ul class="language-list list-none dropdown-list"> <li><a href="#">EN</a></li> <li><a href="#">FR</a></li> <li><a href="#">GE</a></li> </ul> </div> </li> <li> <div class="currency-box dropdown-box"> <a class="currency-current" href="#">USD</a> <ul class="currency-list list-none dropdown-list"> <li><a href="#">USD</a></li> <li><a href="#">EUR</a></li> <li><a href="#">JPY</a></li> </ul> </div> </li> </ul> <!-- Call Us --> <div class="header-top-contact-method"> <span>Call us toll free: </span> <a target="_blank" href="tel:+1-541-754-3010"> <i class="fas fa-phone hide-on-desktops"></i> <span>+1-541-754-3010</span> </a> </div> <!-- Mail Us --> <div class="header-top-contact-method"> <span>Send us an email: </span> <a target="_blank" href="/cdn-cgi/l/email-protection#d1b2bebfa5b0b2a591b4a9b0bca1bdb4ffb2bebc"> <i class="fas fa-envelope hide-on-desktops"></i> <span><span class="__cf_email__" data-cfemail="92f1fdfce6f3f1e6d2f7eaf3ffe2fef7bcf1fdff">[email&#160;protected]</span></span> </a> </div> <div class="clearfix"></div> </div> <!-- RIGHT SIDE LINKS --> <div class="col-md-5 col-sm-12 account-urls"> <a class="top-order" href="https://ibid.modeltheme.com/order-tracking/"> <i class="fas fa-truck"></i> Order Tracking </a> <a class="top-payment" href="https://auctionmarketplace.dokandemo.com/wishlist/"> <i class="far fa-heart"></i> Wishlist </a> </div> </div> </div> </div> <header class="header-v1"> <div class="navbar navbar-default" id="ibid-main-head"> <div class="container"> <div class="row"> <div class="navbar-header col-md-3 col-sm-12"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="mobile_only_icon_group search"> <a href="#" class="mt-search-icon"> <i class="fas fa-search" aria-hidden="true"></i> </a> </div><div class="mobile_only_icon_group cart"> <a href="https://auctionmarketplace.dokandemo.com/cart/"> <i class="fas fa-shopping-basket"></i> </a> </div><div class="mobile_only_icon_group wishlist"> <a class="top-payment" href="https://auctionmarketplace.dokandemo.com/wishlist/"> <i class="fas fa-heart"></i> </a> </div><div class="mobile_only_icon_group account"> <a href="#" data-modal="modal-log-in" class="modeltheme-trigger"> <i class="far fa-user"></i> </a> </div> <div class="logo logo-image"><a href="https://auctionmarketplace.dokandemo.com"><img src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2022/02/Dokan-Logo_220x.png" alt="Auction Marketplace" /></a></div> </div> <div class="first-part col-md-9 col-sm-12"> <div class="col-md-8 search-form-product"> <div class="ibid-header-searchform"> <form name="header-search-form" method="GET" autocomplete="off" class="woocommerce-product-search menu-search" action="https://auctionmarketplace.dokandemo.com/"> <select name='product_cat' id='product_cat' class='form-control1'> <option value=''>Category</option> <option class="level-0" value="abstract">Abstract&nbsp;&nbsp;(4)</option> <option class="level-0" value="ancient">Ancient Coins&nbsp;&nbsp;(4)</option> <option class="level-0" value="antique">Antique&nbsp;&nbsp;(4)</option> <option class="level-0" value="jewelry">Jewelry&nbsp;&nbsp;(5)</option> <option class="level-1" value="accessories">&nbsp;&nbsp;&nbsp;Accessories&nbsp;&nbsp;(1)</option> <option class="level-0" value="kids-toys">Kids Toys&nbsp;&nbsp;(1)</option> <option class="level-0" value="silver">Silver Coins&nbsp;&nbsp;(5)</option> <option class="level-1" value="dental-hygiene-and-wellness-devices">&nbsp;&nbsp;&nbsp;Dental Hygiene&nbsp;&nbsp;(1)</option> <option class="level-0" value="uncategorized">Uncategorized&nbsp;&nbsp;(0)</option> <option class="level-0" value="vintage-art">Vintage Art&nbsp;&nbsp;(4)</option> <option class="level-1" value="televisions">&nbsp;&nbsp;&nbsp;Televisions&nbsp;&nbsp;(4)</option> <option class="level-0" value="watches">Watches&nbsp;&nbsp;(11)</option> <option class="level-1" value="protection-phones">&nbsp;&nbsp;&nbsp;Cases &amp; Protection&nbsp;&nbsp;(6)</option> <option class="level-1" value="data-cables-phones">&nbsp;&nbsp;&nbsp;Data Cables&nbsp;&nbsp;(1)</option> <option class="level-1" value="mobile-phones">&nbsp;&nbsp;&nbsp;Mobile Phones&nbsp;&nbsp;(1)</option> <option class="level-1" value="power-bank">&nbsp;&nbsp;&nbsp;Power Banks&nbsp;&nbsp;(1)</option> <option class="level-1" value="selfie-stickers">&nbsp;&nbsp;&nbsp;Selfie Sticks&nbsp;&nbsp;(1)</option> </select> <input type="text" name="s" class="search-field search-keyword" onkeyup="ibid_fetch_products()" maxlength="128" value="" placeholder="Search products..."> <button type="submit" class="btn btn-primary"><i class="fas fa-search" aria-hidden="true"></i></button> <input type="hidden" name="post_type" value="product" /> </form> <div class="data_fetch"></div> </div> </div> <div class="col-md-4 menu-products"> <a class="shop_cart" href="https://auctionmarketplace.dokandemo.com/cart/"> My Cart </a> <a class="cart-contents" href="https://auctionmarketplace.dokandemo.com/cart/" title="View your shopping cart"> 0 items , <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>0.00</bdi></span> </a> <!-- Shop Minicart --> <div class="header_mini_cart"> <div class="widget woocommerce widget_shopping_cart"><h2 class="widgettitle">Cart</h2><div class="widget_shopping_cart_content"></div></div> </div> </div> </div> </div> </div> <!-- BOTTOM BAR --> <nav class="navbar bottom-navbar-default" id="modeltheme-main-head"> <div class="container"> <div class="row row-0"> <!-- NAV MENU --> <div id="navbar" class="navbar-collapse collapse col-md-10"> <div class="bot_nav_cat_inner"> <div class="bot_nav_cat"> <button class="bot_cat_button"> <span class="cat_ico_block">Categories</span></button> <ul class="bot_nav_cat_wrap"> <li id="menu-item-6318" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6318"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/">Archaeology &#038; Natural History</a></li> <li id="menu-item-6323" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6323"><a href="https://auctionmarketplace.dokandemo.com/product-category/jewelry/">Art</a></li> <li id="menu-item-6324" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6324"><a href="https://auctionmarketplace.dokandemo.com/product-category/vintage-art/">Books &#038; Comics</a></li> <li id="menu-item-6319" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6319"><a href="https://auctionmarketplace.dokandemo.com/product-category/ancient/">Coins, Bullion &#038; Stamps</a></li> <li id="menu-item-6320" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6320"><a href="https://auctionmarketplace.dokandemo.com/product-category/petshop/">Diamonds &#038; Gemstones</a></li> <li id="menu-item-6321" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6321"><a href="https://auctionmarketplace.dokandemo.com/product-category/fashion-sports/">Fashion</a></li> <li id="menu-item-6322" class="mega3menu menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6322"><a href="https://auctionmarketplace.dokandemo.com/product-category/kids-toys/">Interiors &#038; Decorations</a></li> <li id="menu-item-6326" class="mega3menu menu-item menu-item-type-custom menu-item-object-custom menu-item-6326"><a href="#">Jewellery &#038; Watches</a></li> </ul> </div> </div> <div class="bot_nav_wrap"> <ul class="menu nav navbar-nav pull-left nav-effect nav-menu"> <li id="menu-item-6342" class="mega_menu menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6342"><a href="https://auctionmarketplace.dokandemo.com/">Home</a></li> <li id="menu-item-6373" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6373"><a href="https://auctionmarketplace.dokandemo.com/shop/">Shop</a></li> <li id="menu-item-6372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6372"><a href="https://auctionmarketplace.dokandemo.com/store-listing/">Store List</a></li> <li id="menu-item-6344" class="mega_menu col_1 menu-item menu-item-type-post_type menu-item-object-page menu-item-6344"><a href="https://auctionmarketplace.dokandemo.com/blog/">Blog</a></li> <li id="menu-item-6325" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6325"><a href="#">Media</a> <ul class="sub-menu"> <li id="menu-item-6348" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-6348"><a href="https://auctionmarketplace.dokandemo.com/media/">Media</a> <ul class="sub-menu"> <li id="menu-item-6349" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6349"><a href="https://auctionmarketplace.dokandemo.com/media/4-columns/">4 columns</a></li> <li id="menu-item-6350" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6350"><a href="https://auctionmarketplace.dokandemo.com/media/3-columns/">3 columns</a></li> <li id="menu-item-6351" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6351"><a href="https://auctionmarketplace.dokandemo.com/media/2-columns/">2 columns</a></li> </ul> </li> <li id="menu-item-6353" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-6353"><a href="https://auctionmarketplace.dokandemo.com/projects/">Projects</a> <ul class="sub-menu"> <li id="menu-item-6354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6354"><a href="https://auctionmarketplace.dokandemo.com/projects/4-columns/">4 columns</a></li> <li id="menu-item-6355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6355"><a href="https://auctionmarketplace.dokandemo.com/projects/3-columns/">3 columns</a></li> <li id="menu-item-6356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6356"><a href="https://auctionmarketplace.dokandemo.com/projects/2-columns/">2 columns</a></li> </ul> </li> </ul> </li> <li id="menu-item-6352" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6352"><a href="https://auctionmarketplace.dokandemo.com/about/">About</a></li> <li id="menu-item-6345" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6345"><a href="https://auctionmarketplace.dokandemo.com/contact/">Contact</a></li> <li id="menu-item-6332" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6332"><a href="#">Pages</a> <ul class="sub-menu"> <li id="menu-item-6357" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6357"><a href="https://auctionmarketplace.dokandemo.com/sitemap/">Sitemap</a></li> <li id="menu-item-6333" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6333"><a href="https://ibid.modeltheme.com/404-page/">404 Not Found</a></li> </ul> </li> </ul> </div> </div> <div class="col-md-2 my-account-navbar"> <ul> <!-- logged out --> <li id="nav-menu-login" class="ibid-logoin"> <a href="#" data-modal="modal-log-in" class="modeltheme-trigger"> Sign In </a> </li> </ul> </div> </div> </div> </nav> </div> </header> <!-- HEADER TITLE BREADCRUBS SECTION --> <div class="ibid-breadcrumbs"><div class="container"><div class="row"><div class="col-md-12"><ol class="breadcrumb"><li><a href="https://auctionmarketplace.dokandemo.com">Home</a></li> </ol></div><div class="col-md-12"><h1>Category: <span>Silver Coins</span></h1></div></div></div></div> <div id="primary" class="content-area"><main id="main" class="site-main" role="main"> <!-- Page content --> <div class="high-padding "> <!-- Blog content --> <div class="container blog-posts"> <div class="row"> <div class="col-md-3 sidebar-content ibid-shop-sidebar"> <div class="ibid-shop-sidebar-content-inner"> <div class="ibid-shop-sidebar-close-btn hide-on-desktops"><i class="far fa-times-circle icon-close"></i></div> <aside id="woocommerce_product_search-1" class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://auctionmarketplace.dokandemo.com/"> <label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label> <input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" /> <button type="submit" value="Search" class="">Search</button> <input type="hidden" name="post_type" value="product" /> </form> </aside><aside id="woocommerce_price_filter-1" class="widget woocommerce widget_price_filter"><h3 class="widget-title">Filter by price</h3> <form method="get" action="https://auctionmarketplace.dokandemo.com/product-category/silver/"> <div class="price_slider_wrapper"> <div class="price_slider" style="display:none;"></div> <div class="price_slider_amount" data-step="10"> <label class="screen-reader-text" for="min_price">Min price</label> <input type="text" id="min_price" name="min_price" value="0" data-min="0" placeholder="Min price" /> <label class="screen-reader-text" for="max_price">Max price</label> <input type="text" id="max_price" name="max_price" value="2000" data-max="2000" placeholder="Max price" /> <button type="submit" class="button">Filter</button> <div class="price_label" style="display:none;"> Price: <span class="from"></span> &mdash; <span class="to"></span> </div> <input type="hidden" name="add_to_wishlist" value="5894" /> <div class="clear"></div> </div> </div> </form> </aside><aside id="recent_auctions-1" class="widget woocommerce widget_recent_auctions"><h3 class="widget-title">New Auctions</h3><ul class="product_list_widget"><li> <a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/"> <img width="1200" height="1200" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder.png" class="woocommerce-placeholder wp-post-image" alt="Placeholder" decoding="async" fetchpriority="high" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder.png 1200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-200x200.png 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-600x600.png 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-1024x1024.png 1024w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-150x150.png 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-768x768.png 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-350x350.png 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-110x110.png 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-400x400.png 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-500x500.png 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-70x70.png 70w" sizes="(max-width: 1200px) 100vw, 1200px" /> test (Copy) (Copy) </a> <span class="winned-for auction">Winning Bid:</span> <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>1,000.00</span><span class="has-finished">Auction finished</span> </li><li> <a href="https://auctionmarketplace.dokandemo.com/product/bosque-nevado/"> <img width="200" height="200" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-200x200.jpg" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-8.jpg 1000w" sizes="(max-width: 200px) 100vw, 200px" /> Bosque Nevado </a> <span class="auction-price current-bid" data-auction-id="5969" data-bid="270" data-status="running"><span class="current auction">Current bid:</span> <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>270.00</span></span> </li><li> <a href="https://auctionmarketplace.dokandemo.com/product/le-charme-de-la-foret/"> <img width="200" height="200" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-200x200.jpg" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-7.jpg 1000w" sizes="(max-width: 200px) 100vw, 200px" /> Le charme de la foret </a> <span class="winned-for auction">Auction Ended</span> <span class="has-finished">Auction finished</span> </li><li> <a href="https://auctionmarketplace.dokandemo.com/product/maison-alsacienne/"> <img width="200" height="200" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-200x200.jpg" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-6.jpg 1000w" sizes="(max-width: 200px) 100vw, 200px" /> Maison alsacienne </a> <span class="winned-for auction">Winning Bid:</span> <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#036;</span>55.00</span><span class="has-finished">Auction finished</span> </li><li> <a href="https://auctionmarketplace.dokandemo.com/product/marina-de-sitges/"> <img width="200" height="200" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-200x200.jpg" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-art-5.jpg 1000w" sizes="(max-width: 200px) 100vw, 200px" /> Marina de Sitges </a> <span class="winned-for auction">Auction Ended</span> <span class="has-finished">Auction finished</span> </li></ul></aside><aside id="woocommerce_product_categories-1" class="widget woocommerce widget_product_categories"><h3 class="widget-title">Product categories</h3><ul class="product-categories"><li class="cat-item cat-item-32"><a href="https://auctionmarketplace.dokandemo.com/product-category/abstract/">Abstract</a></li> <li class="cat-item cat-item-242"><a href="https://auctionmarketplace.dokandemo.com/product-category/jewelry/accessories/">Accessories</a></li> <li class="cat-item cat-item-41"><a href="https://auctionmarketplace.dokandemo.com/product-category/ancient/">Ancient Coins</a></li> <li class="cat-item cat-item-42"><a href="https://auctionmarketplace.dokandemo.com/product-category/antique/">Antique</a></li> <li class="cat-item cat-item-247"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/protection-phones/">Cases &amp; Protection</a></li> <li class="cat-item cat-item-250"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/data-cables-phones/">Data Cables</a></li> <li class="cat-item cat-item-251"><a href="https://auctionmarketplace.dokandemo.com/product-category/silver/dental-hygiene-and-wellness-devices/">Dental Hygiene</a></li> <li class="cat-item cat-item-123"><a href="https://auctionmarketplace.dokandemo.com/product-category/jewelry/">Jewelry</a></li> <li class="cat-item cat-item-125"><a href="https://auctionmarketplace.dokandemo.com/product-category/kids-toys/">Kids Toys</a></li> <li class="cat-item cat-item-257"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/mobile-phones/">Mobile Phones</a></li> <li class="cat-item cat-item-263"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/power-bank/">Power Banks</a></li> <li class="cat-item cat-item-264"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/selfie-stickers/">Selfie Sticks</a></li> <li class="cat-item cat-item-196 current-cat"><a href="https://auctionmarketplace.dokandemo.com/product-category/silver/">Silver Coins</a></li> <li class="cat-item cat-item-267"><a href="https://auctionmarketplace.dokandemo.com/product-category/vintage-art/televisions/">Televisions</a></li> <li class="cat-item cat-item-231"><a href="https://auctionmarketplace.dokandemo.com/product-category/vintage-art/">Vintage Art</a></li> <li class="cat-item cat-item-234"><a href="https://auctionmarketplace.dokandemo.com/product-category/watches/">Watches</a></li> </ul></aside><aside id="woocommerce_product_tag_cloud-1" class="widget woocommerce widget_product_tag_cloud"><h3 class="widget-title">Product tags</h3><div class="tagcloud"><a href="https://auctionmarketplace.dokandemo.com/product-tag/accessories/" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 8pt;" aria-label="Accessories (2 products)">Accessories</a> <a href="https://auctionmarketplace.dokandemo.com/product-tag/black-friday/" class="tag-cloud-link tag-link-53 tag-link-position-2" style="font-size: 22pt;" aria-label="black friday (31 products)">black friday</a> <a href="https://auctionmarketplace.dokandemo.com/product-tag/gaming/" class="tag-cloud-link tag-link-97 tag-link-position-3" style="font-size: 8pt;" aria-label="Gaming (2 products)">Gaming</a> <a href="https://auctionmarketplace.dokandemo.com/product-tag/sales/" class="tag-cloud-link tag-link-190 tag-link-position-4" style="font-size: 21.728155339806pt;" aria-label="sales (30 products)">sales</a></div></aside> </div> </div> <div class="col-md-9 main-content"> <div class="ibid-shop-sort-group"> <div class="woocommerce-notices-wrapper"></div><form role="search" method="get" class="dokan-geolocation-location-filters" action="https://auctionmarketplace.dokandemo.com/" data-scope="product" data-display="inline"> <div class="dokan-geolocation-filters-loading" style="text-align: center;"> <img src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-lite/assets/images/ajax-loader.gif" alt="" style="display: inline-block;"> </div> <div class="dokan-row dokan-clearfix dokan-hide"> <div class="dokan-geo-filters-column"> <div class=" no-dropdown"> <input type="text" class="dokan-form-control" name="s" placeholder="Search Products" value=""> <input type="hidden" id="_store_filter_nonce" name="_store_filter_nonce" value="e3b053e6a7" /> </div> </div> <div class="dokan-geo-filters-column"> <div class="location-address"> <input type="text" placeholder="Location" value=""> <i class="locate-icon dokan-hides" style="background-image: url(https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/images/locate.svg)"></i> <i class="locate-loader dokan-hide" style="background-image: url(https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/images/spinner.svg)"></i> </div> </div> <div class="dokan-geo-filters-column dokan-geo-product-categories"> <select name='product_cat' id='product_cat' class='dropdown_product_cat'> <option value=''>Select a category</option> <option class="level-0" value="abstract">Abstract</option> <option class="level-0" value="ancient">Ancient Coins</option> <option class="level-0" value="antique">Antique</option> <option class="level-0" value="jewelry">Jewelry</option> <option class="level-1" value="accessories">&nbsp;&nbsp;&nbsp;Accessories</option> <option class="level-0" value="kids-toys">Kids Toys</option> <option class="level-0" value="silver" selected="selected">Silver Coins</option> <option class="level-1" value="dental-hygiene-and-wellness-devices">&nbsp;&nbsp;&nbsp;Dental Hygiene</option> <option class="level-0" value="uncategorized">Uncategorized</option> <option class="level-0" value="vintage-art">Vintage Art</option> <option class="level-1" value="televisions">&nbsp;&nbsp;&nbsp;Televisions</option> <option class="level-0" value="watches">Watches</option> <option class="level-1" value="protection-phones">&nbsp;&nbsp;&nbsp;Cases &amp; Protection</option> <option class="level-1" value="data-cables-phones">&nbsp;&nbsp;&nbsp;Data Cables</option> <option class="level-1" value="mobile-phones">&nbsp;&nbsp;&nbsp;Mobile Phones</option> <option class="level-1" value="power-bank">&nbsp;&nbsp;&nbsp;Power Banks</option> <option class="level-1" value="selfie-stickers">&nbsp;&nbsp;&nbsp;Selfie Sticks</option> </select> </div> <div class="dokan-geo-filters-column"> <button type="button" class="dokan-btn dokan-geo-product-search-btn"> Search </button> </div> <div class="dokan-w12 "> <div class="range-slider-container dokan-clearfix"> <span class="dokan-range-slider-value dokan-left"> Radius <span>10</span>km </span> <input class="dokan-range-slider dokan-left" type="range" value="10" min="0" max="10" > </div> </div> </div> <input type="hidden" name="latitude" value=""> <input type="hidden" name="longitude" value=""> <input type="hidden" name="wc_shop_page" value="https://auctionmarketplace.dokandemo.com"> <input type="hidden" name="dokan_store_listing_page" value="https://auctionmarketplace.dokandemo.com"> <input type="hidden" name="dokan_mapbox_access_token" value="pk.eyJ1IjoidGFuamlyYWxtYW11biIsImEiOiJja21nZmk5dTIzZXM5MnluNml2Nmh1Y2JuIn0.qjxUWo7A7FFhIYYztkgoBw"> </form> <div id="dokan-geolocation-locations-map" class="dokan-geolocation-locations-map-top" ></div> <div class="dokan-geo-location-modals"></div> <p class="woocommerce-result-count"> Showing all 5 results</p> <form class="woocommerce-ordering" method="get"> <select name="orderby" class="orderby" aria-label="Shop order"> <option value="menu_order" selected='selected'>Default sorting</option> <option value="popularity" >Sort by popularity</option> <option value="rating" >Sort by average rating</option> <option value="date" >Sort by latest</option> <option value="price" >Sort by price: low to high</option> <option value="price-desc" >Sort by price: high to low</option> <option value="bid_asc" >Sort by current bid: Low to high</option> <option value="bid_desc" >Sort by current bid: High to low</option> <option value="auction_end" >Sort auction by ending soonest</option> <option value="auction_started" >Sort auction by recently started</option> <option value="auction_activity" >Sort auction by most active</option> </select> <input type="hidden" name="paged" value="1" /> <input type="hidden" name="add_to_wishlist" value="5894" /></form> <a href="#" class="ibid-shop-filters-button btn btn-success hide-on-desktops"><i class="fas fa-filter"></i> Filters</a><nav class="gridlist-toggle"><a href="#" id="grid" title="Grid view"><span class="dashicons dashicons-grid-view"></span> <em>Grid view</em></a><a href="#" id="list" title="List view"><span class="dashicons dashicons-exerpt-view"></span> <em>List view</em></a></nav> <div class="clearfix"></div> </div> <div class="clearfix"></div> <ul class="products columns-3"> <li class=" first post-5893 product type-product status-publish has-post-thumbnail product_cat-silver product_tag-black-friday product_tag-sales instock sold-individually shipping-taxable product-type-auction"> <div class="products-wrapper"> <a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <div class="thumbnail-and-details"><div class="overlay-container"><div class="thumbnail-overlay"></div><div class="overlay-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5893" data-product_sku="BF004-1" aria-label="Read more about &ldquo;Ancient Greek Coin Auction&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist hide-on-mobile"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5893"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5893" data-product-id="5893" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view hide-on-mobile"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5893"><i class="fas fa-search"></i></a></div></div></div><a class="woo_catalog_media_images" title="Ancient Greek Coin Auction" href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/"><img width="300" height="300" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" fetchpriority="high" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-1.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><img class="woo_secondary_media_image" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-2.jpg" alt="Ancient Greek Coin Auction" /></a></div><span class="auction-bage" ></span> <div class="woocommerce-title-metas"> <h3 class="archive-product-title"> <a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/"> Ancient Greek Coin Auction </a> </h3> <div class="details-container"><div class="details-price-container details-item"><div class="woocommerce-product-details__short-description"> <p>The Ragdoll is a cat breed with blue eyes and a distinct colorpoint coat. It is a large and muscular semi-longhair cat with a soft and silky coat. Like all long haired cats, Ragdolls need grooming to ensure their fur does not mat.</p> </div> Auction Ended<div class="details-review-container details-item"></div><div class="bottom-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5893" data-product_sku="BF004-1" aria-label="Read more about &ldquo;Ancient Greek Coin Auction&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5893"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5893" data-product-id="5893" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5893"><i class="fas fa-search"></i></a></div></div></div></div><div class="bottom-components-list"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5893" data-product_sku="BF004-1" aria-label="Read more about &ldquo;Ancient Greek Coin Auction&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5893"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5893" data-product-id="5893" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5893"><i class="fas fa-search"></i></a></div></div></a><a href="https://auctionmarketplace.dokandemo.com/product/ancient-greek-coin-auction/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5893" data-product_sku="BF004-1" aria-label="Read more about &ldquo;Ancient Greek Coin Auction&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a><input type="hidden" name="dokan_geolocation[]" value="5893" data-latitude="43.18596" data-longitude="-76.08166" data-address="6357 Catspaw Terrace, Cicero, New York 13039, United States" data-info="{&quot;title&quot;:&quot;Ancient Greek Coin Auction&quot;,&quot;link&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/product\/ancient-greek-coin-auction\/&quot;,&quot;image&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/uploads\/2020\/02\/collectable-vintage-coin-1-150x150.jpg&quot;,&quot;address&quot;:&quot;6357 Catspaw Terrace, Cicero, New York 13039, United States&quot;}" > <a href="#" class="button yith-wcqv-button" data-product_id="5893">Quick View</a> </div> </div> </li> <li class=" first post-5899 product type-product status-publish has-post-thumbnail product_cat-ancient product_cat-silver product_tag-black-friday product_tag-sales instock sold-individually shipping-taxable product-type-auction"> <div class="products-wrapper"> <a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <div class="thumbnail-and-details"><div class="overlay-container"><div class="thumbnail-overlay"></div><div class="overlay-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5899" data-product_sku="" aria-label="Read more about &ldquo;Bronzo, c. 415-387&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist hide-on-mobile"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5899"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5899" data-product-id="5899" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view hide-on-mobile"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5899"><i class="fas fa-search"></i></a></div></div></div><a class="woo_catalog_media_images" title="Bronzo, c. 415-387" href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/"><img width="300" height="300" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-8.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><img class="woo_secondary_media_image" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-10.jpg" alt="Bronzo, c. 415-387" /></a></div><span class="auction-bage" ></span> <div class="woocommerce-title-metas"> <h3 class="archive-product-title"> <a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/"> Bronzo, c. 415-387 </a> </h3> <div class="details-container"><div class="details-price-container details-item"><div class="woocommerce-product-details__short-description"> <p>Product galati a reality sandwich before you walk back in that boardroom fire up your browser, so come up with something buzzworthy, for it&#8217;s about managing expectations yet baseline into the weeds.</p> </div> Auction Ended<div class="details-review-container details-item"></div><div class="bottom-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5899" data-product_sku="" aria-label="Read more about &ldquo;Bronzo, c. 415-387&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5899"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5899" data-product-id="5899" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5899"><i class="fas fa-search"></i></a></div></div></div></div><div class="bottom-components-list"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5899" data-product_sku="" aria-label="Read more about &ldquo;Bronzo, c. 415-387&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5899"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5899" data-product-id="5899" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5899"><i class="fas fa-search"></i></a></div></div></a><a href="https://auctionmarketplace.dokandemo.com/product/bronzo-c-415-387/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5899" data-product_sku="" aria-label="Read more about &ldquo;Bronzo, c. 415-387&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a><input type="hidden" name="dokan_geolocation[]" value="5899" data-latitude="43.18596" data-longitude="-76.08166" data-address="6357 Catspaw Terrace, Cicero, New York 13039, United States" data-info="{&quot;title&quot;:&quot;Bronzo, c. 415-387&quot;,&quot;link&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/product\/bronzo-c-415-387\/&quot;,&quot;image&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/uploads\/2020\/02\/collectable-vintage-coin-8-150x150.jpg&quot;,&quot;address&quot;:&quot;6357 Catspaw Terrace, Cicero, New York 13039, United States&quot;}" > <a href="#" class="button yith-wcqv-button" data-product_id="5899">Quick View</a> </div> </div> </li> <li class=" first post-5903 product type-product status-publish has-post-thumbnail product_cat-silver product_tag-black-friday product_tag-sales instock sold-individually shipping-taxable product-type-auction"> <div class="products-wrapper"> <a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <div class="thumbnail-and-details"><div class="overlay-container"><div class="thumbnail-overlay"></div><div class="overlay-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5903" data-product_sku="" aria-label="Read more about &ldquo;Miletos, c. 295-275&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist hide-on-mobile"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5903"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5903" data-product-id="5903" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view hide-on-mobile"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5903"><i class="fas fa-search"></i></a></div></div></div><a class="woo_catalog_media_images" title="Miletos, c. 295-275" href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/"><img width="300" height="300" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-7.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><img class="woo_secondary_media_image" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-2.jpg" alt="Miletos, c. 295-275" /></a></div><span class="auction-bage" ></span> <div class="woocommerce-title-metas"> <h3 class="archive-product-title"> <a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/"> Miletos, c. 295-275 </a> </h3> <div class="details-container"><div class="details-price-container details-item"><div class="woocommerce-product-details__short-description"> <p>Product galati a reality sandwich before you walk back in that boardroom fire up your browser, so come up with something buzzworthy, for it&#8217;s about managing expectations yet baseline into the weeds.</p> </div> Auction Ended<div class="details-review-container details-item"></div><div class="bottom-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5903" data-product_sku="" aria-label="Read more about &ldquo;Miletos, c. 295-275&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5903"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5903" data-product-id="5903" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5903"><i class="fas fa-search"></i></a></div></div></div></div><div class="bottom-components-list"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5903" data-product_sku="" aria-label="Read more about &ldquo;Miletos, c. 295-275&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5903"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5903" data-product-id="5903" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5903"><i class="fas fa-search"></i></a></div></div></a><a href="https://auctionmarketplace.dokandemo.com/product/miletos-c-295-275/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="5903" data-product_sku="" aria-label="Read more about &ldquo;Miletos, c. 295-275&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a><input type="hidden" name="dokan_geolocation[]" value="5903" data-latitude="43.18596" data-longitude="-76.08166" data-address="6357 Catspaw Terrace, Cicero, New York 13039, United States" data-info="{&quot;title&quot;:&quot;Miletos, c. 295-275&quot;,&quot;link&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/product\/miletos-c-295-275\/&quot;,&quot;image&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/uploads\/2020\/02\/collectable-vintage-coin-7-150x150.jpg&quot;,&quot;address&quot;:&quot;6357 Catspaw Terrace, Cicero, New York 13039, United States&quot;}" > <a href="#" class="button yith-wcqv-button" data-product_id="5903">Quick View</a> </div> </div> </li> <li class="clearfix hide-on-mobile"></li> <li class=" first post-5894 product type-product status-publish has-post-thumbnail product_cat-ancient product_cat-silver product_tag-black-friday product_tag-sales instock sold-individually shipping-taxable purchasable product-type-auction"> <div class="products-wrapper"> <a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <div class="thumbnail-and-details"><div class="overlay-container"><div class="thumbnail-overlay"></div><div class="overlay-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/" data-quantity="1" data-tooltip="Bid Now" class="button product_type_auction add_to_cart_button" data-product_id="5894" data-product_sku="BF009-1" aria-label="Read more about &ldquo;Roman &amp; Byzantine Coin&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-gavel"></i></a></div><div class="component wishlist hide-on-mobile"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5894"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5894" data-product-id="5894" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view hide-on-mobile"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5894"><i class="fas fa-search"></i></a></div></div></div><a class="woo_catalog_media_images" title="Roman &#038; Byzantine Coin" href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/"><img width="300" height="300" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" decoding="async" loading="lazy" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-300x300.jpg 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-200x200.jpg 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-600x600.jpg 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-150x150.jpg 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-768x768.jpg 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-350x350.jpg 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-110x110.jpg 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-400x400.jpg 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-500x500.jpg 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4-70x70.jpg 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-4.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><img class="woo_secondary_media_image" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2020/02/collectable-vintage-coin-3-400x400.jpg" alt="Roman &#038; Byzantine Coin" /><div class="countdownv2_holder "> <div class="countdownv2_inner_holder"> <p class="no-margin ibid-countdown-pre-text">Time left:</p> <div class="auction-time-countdown countdownv2 " data-time="1721412000" data-auctionid="5894" data-format="DHMS"></div></div></div></a></div><span class="auction-bage" ></span> <div class="woocommerce-title-metas"> <h3 class="archive-product-title"> <a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/"> Roman &#038; Byzantine Coin </a> </h3> <div class="details-container"><div class="details-price-container details-item"><div class="woocommerce-product-details__short-description"> <p>Product galati a reality sandwich before you walk back in that boardroom fire up your browser, so come up with something buzzworthy, for it&#8217;s about managing expectations yet baseline into the weeds.</p> </div> <span class="price">Current Bid: <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>75.00</bdi></span></span><div class="details-review-container details-item"></div><div class="bottom-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/" data-quantity="1" data-tooltip="Bid Now" class="button product_type_auction add_to_cart_button" data-product_id="5894" data-product_sku="BF009-1" aria-label="Read more about &ldquo;Roman &amp; Byzantine Coin&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-gavel"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5894"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5894" data-product-id="5894" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5894"><i class="fas fa-search"></i></a></div></div></div></div><div class="bottom-components-list"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/" data-quantity="1" data-tooltip="Bid Now" class="button product_type_auction add_to_cart_button" data-product_id="5894" data-product_sku="BF009-1" aria-label="Read more about &ldquo;Roman &amp; Byzantine Coin&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-gavel"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-5894"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=5894" data-product-id="5894" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="5894"><i class="fas fa-search"></i></a></div></div></a><a href="https://auctionmarketplace.dokandemo.com/product/roman-byzantine-coin-auction/" data-quantity="1" data-tooltip="Bid Now" class="button product_type_auction add_to_cart_button" data-product_id="5894" data-product_sku="BF009-1" aria-label="Read more about &ldquo;Roman &amp; Byzantine Coin&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-gavel"></i></a><input type="hidden" name="dokan_geolocation[]" value="5894" data-latitude="43.18596" data-longitude="-76.08166" data-address="6357 Catspaw Terrace, Cicero, New York 13039, United States" data-info="{&quot;title&quot;:&quot;Roman &amp; Byzantine Coin&quot;,&quot;link&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/product\/roman-byzantine-coin-auction\/&quot;,&quot;image&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/uploads\/2020\/02\/collectable-vintage-coin-4-150x150.jpg&quot;,&quot;address&quot;:&quot;6357 Catspaw Terrace, Cicero, New York 13039, United States&quot;}" > <a href="#" class="button yith-wcqv-button" data-product_id="5894">Quick View</a> </div> </div> </li> <li class=" first post-6439 product type-product status-publish product_cat-dental-hygiene-and-wellness-devices product_cat-silver instock sold-individually shipping-taxable product-type-auction"> <div class="products-wrapper"> <a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"> <div class="thumbnail-and-details"><div class="overlay-container"><div class="thumbnail-overlay"></div><div class="overlay-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="6439" data-product_sku="" aria-label="Read more about &ldquo;test (Copy) (Copy)&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist hide-on-mobile"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-6439"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=6439" data-product-id="6439" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view hide-on-mobile"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="6439"><i class="fas fa-search"></i></a></div></div></div><a class="woo_catalog_media_images" title="test (Copy) (Copy)" href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/"><img width="300" height="300" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-300x300.png" class="woocommerce-placeholder wp-post-image" alt="Placeholder" decoding="async" loading="lazy" srcset="https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-300x300.png 300w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-200x200.png 200w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-600x600.png 600w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-1024x1024.png 1024w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-150x150.png 150w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-768x768.png 768w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-350x350.png 350w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-110x110.png 110w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-400x400.png 400w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-500x500.png 500w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder-70x70.png 70w, https://auctionmarketplace.dokandemo.com/wp-content/uploads/woocommerce-placeholder.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a></div><span class="auction-bage" ></span> <div class="woocommerce-title-metas"> <h3 class="archive-product-title"> <a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/"> test (Copy) (Copy) </a> </h3> <div class="details-container"><div class="details-price-container details-item"><div class="woocommerce-product-details__short-description"> <p>asdasd</p> </div> Auction Ended<div class="details-review-container details-item"></div><div class="bottom-components"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="6439" data-product_sku="" aria-label="Read more about &ldquo;test (Copy) (Copy)&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-6439"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=6439" data-product-id="6439" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="6439"><i class="fas fa-search"></i></a></div></div></div></div><div class="bottom-components-list"><div class="component add-to-cart"><a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="6439" data-product_sku="" aria-label="Read more about &ldquo;test (Copy) (Copy)&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a></div><div class="component wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-6439"> <div class="yith-wcwl-add-button show" style="display:block"> <a href="/product-category/silver/?add_to_wishlist=6439" data-product-id="6439" data-product-type="auction" class="add_to_wishlist single_add_to_wishlist button " data-tooltip="Add to Wishlist"> <i class="far fa-heart"></i></a> <img src="https://auctionmarketplace.dokandemo.com/wp-admin/images/wpspin_light.gif" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-toggle="tooltip" data-tooltip="Add to Wishlist Wishlist" data-placement="top" title="Browse Wishlist"> <i class="fas fa-heart"></i> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse hide" style="display:none"> <a href="https://auctionmarketplace.dokandemo.com/wishlist/" data-tooltip="Check Wishlist" class="button"> <i class="fas fa-heart"></i> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div></div><div class="component quick-view"><a href="#" class="button yith-wcqv-button" data-tooltip="Quickview" data-product_id="6439"><i class="fas fa-search"></i></a></div></div></a><a href="https://auctionmarketplace.dokandemo.com/product/test-copy-copy/" data-quantity="1" data-tooltip="View Auction" class="button product_type_auction" data-product_id="6439" data-product_sku="" aria-label="Read more about &ldquo;test (Copy) (Copy)&rdquo;" aria-describedby="" rel="nofollow"><i class="fa fa-eye"></i></a><input type="hidden" name="dokan_geolocation[]" value="6439" data-latitude="34.85556" data-longitude="-92.09288" data-address="1311 Southeastern Avenue, Jacksonville, Arkansas 72076, United States" data-info="{&quot;title&quot;:&quot;test (Copy) (Copy)&quot;,&quot;link&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/product\/test-copy-copy\/&quot;,&quot;image&quot;:&quot;https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/uploads\/woocommerce-placeholder-300x300.png&quot;,&quot;address&quot;:&quot;1311 Southeastern Avenue, Jacksonville, Arkansas 72076, United States&quot;}" > <a href="#" class="button yith-wcqv-button" data-product_id="6439">Quick View</a> </div> </div> </li> </ul> </div> </div> </div> </div> </main></div> <!-- BACK TO TOP BUTTON --> <a class="back-to-top modeltheme-is-visible modeltheme-fade-out" href="#0"> <span></span> </a> <!-- MAIN FOOTER --> <footer class="has-footer-widgets"> <div class="top-footer row"> <div class="container"> <div class="row"> <div class="col-md-8 left">Browse through our products library!</div> <div class="col-md-4"> <form name="myform" method="GET" class="woocommerce-product-search menu-search" action="https://auctionmarketplace.dokandemo.com/"> <input type="hidden" value="product" name="post_type"> <input type="text" name="s" class="search-field" maxlength="128" value="" placeholder="Search products..."> <button type="submit" class="btn btn-primary"><i class="fas fa-search" aria-hidden="true"></i></button> <input type="hidden" name="post_type" value="product" /> </form> </div> </div> </div> </div> <div class="container footer-top"> <div class="row footer-row-1"> <div class="col-md-3 widget widget_text"><aside id="text-1" class="widget vc_column_vc_container widget_text"> <div class="textwidget"><p><img loading="lazy" decoding="async" class="alignnone wp-image-6358" src="https://auctionmarketplace.dokandemo.com/wp-content/uploads/2022/02/Dokan-Logo_220x.png" alt="" width="182" height="57" /></p> <p><span style="color: #606060;"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c5a6aaabb1a4a6b185a0bda4a8b5a9a0eba6aaa8">[email&#160;protected]</a></span><br /> <span style="color: #606060;">+1-541-754-3010</span></p> </div> </aside><aside id="ibid_social_icons-1" class="widget vc_column_vc_container widget_ibid_social_icons"> <div class="sidebar-social-networks"> <ul> <li><a target="_blank" href="https://facebook.com"><i class="fab fa-facebook"></i></a></li> <li><a target="_blank" href="https://twitter.com/google"><i class="fab fa-twitter"></i></a></li> <li><a target="_blank" href="http://linkedin.com"><i class="fab fa-linkedin"></i></a></li> <li><a target="_blank" href="https://instagram.com"><i class="fab fa-instagram"></i></a></li> <li><a target="_blank" href="https://tiktok.com"><i class="fab fa-tiktok"></i></a></li> </ul> </div> </aside></div><div class="col-md-3 widget widget_text"><aside id="nav_menu-1" class="widget vc_column_vc_container widget_nav_menu"><h3 class="widget-title">Useful Links</h3><div class="menu-links-container"><ul id="menu-links" class="menu"><li id="menu-item-6314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6314"><a href="#">Mobile Phone</a></li> <li id="menu-item-6315" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6315"><a href="#">Laptop</a></li> <li id="menu-item-6316" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6316"><a href="#">Headphones</a></li> </ul></div></aside></div><div class="col-md-3 widget widget_text"><aside id="nav_menu-2" class="widget vc_column_vc_container widget_nav_menu"><h3 class="widget-title">Our Policy</h3><div class="menu-menu-container"><ul id="menu-menu" class="menu"><li id="menu-item-6340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6340"><a href="https://auctionmarketplace.dokandemo.com/">Homepage</a></li> <li id="menu-item-6341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6341"><a href="https://auctionmarketplace.dokandemo.com/blog/">Blog</a></li> <li id="menu-item-6317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6317"><a href="#">Services</a></li> </ul></div></aside></div><div class="col-md-3 widget widget_text"><aside id="mc4wp_form_widget-1" class="widget vc_column_vc_container widget_mc4wp_form_widget"><h3 class="widget-title">Subscribe to our Newsletter</h3><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>(function() { window.mc4wp = window.mc4wp || { listeners: [], forms: { on: function(evt, cb) { window.mc4wp.listeners.push( { event : evt, callback: cb } ); } } } })(); </script><!-- Mailchimp for WordPress v4.9.6 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-4260" method="post" data-id="4260" data-name="Newsletter" ><div class="mc4wp-form-fields"><div class="newsletter-footer"> <input class="email" type="email" name="EMAIL" placeholder="Enter your email" required /> <input class="submit" type="submit" value="Submit" /> </div></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1708849422" /><input type="hidden" name="_mc4wp_form_id" value="4260" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></aside></div> </div> </div> <div class="footer footer-copyright"> <div class="container"> <div class="row"> <div class="col-md-6"> <p class="copyright">Copyright by ModelTheme. All Rights Reserved.</p> </div> <div class="col-md-6 payment-methods"> <p class="copyright">Elite Author on ThemeForest.</p> </div> </div> </div> </div> </footer> </div> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script>(function() {function maybePrefixUrlField () { const value = this.value.trim() if (value !== '' && value.indexOf('http') !== 0) { this.value = 'http://' + value } } const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]') for (let j = 0; j < urlFields.length; j++) { urlFields[j].addEventListener('blur', maybePrefixUrlField) } })();</script> <div id="yith-quick-view-modal"> <div class="yith-quick-view-overlay"></div> <div class="yith-wcqv-wrapper"> <div class="yith-wcqv-main"> <div class="yith-wcqv-head"> <a href="#" id="yith-quick-view-close" class="yith-wcqv-close">X</a> </div> <div id="yith-quick-view-content" class="woocommerce single-product"></div> </div> </div> </div> <script type="text/javascript"> function ibid_fetch_products(){ jQuery.ajax({ url: 'https://auctionmarketplace.dokandemo.com/wp-admin/admin-ajax.php', type: 'post', data: { action: 'ibid_search_form_data_fetch', keyword: jQuery('.search-keyword').val(), category_slug: jQuery('.search-form-product select option:selected').val() }, success: function(data) { jQuery('.data_fetch').html( data ); } }); } </script> <script> if ( 'function' == typeof(jQuery) ) { jQuery(document).ready(function($) { if ($.cookie( 'gridcookie' ) == null) { $( 'ul.products' ).addClass( 'grid' ); $( '.gridlist-toggle #grid' ).addClass( 'active' ); } }); } </script> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link rel='stylesheet' id='dokan-geo-filters-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/css/dokan-geolocation-filters.css?ver=3.7.30' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=7.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-default-skin-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=7.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://auctionmarketplace.dokandemo.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.14' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0" id="jquery-selectBox-js"></script> <script type="text/javascript" src="//auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="prettyPhoto-js"></script> <script type="text/javascript" id="jquery-yith-wcwl-js-extra"> /* <![CDATA[ */ var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"after_add_to_cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"We are sorry, but this feature is available only if cookies on your browser are enabled.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">Product added to cart successfully<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"5358e9460e","remove_from_wishlist_nonce":"0736755193","reload_wishlist_and_adding_elem_nonce":"65a7e4899a","load_mobile_nonce":"18a4e9ef38","delete_item_nonce":"bc30d04183","save_title_nonce":"29584e1e30","save_privacy_nonce":"d213839855","load_fragments_nonce":"a07fa06ee0"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/auctionmarketplace.dokandemo.com"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.min.js?ver=3.23.0" id="jquery-yith-wcwl-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/auctionmarketplace.dokandemo.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/mt-plugins.js?ver=1.0.0" id="js-mt-plugins-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/filters-main.js?ver=1.0.0" id="filters-main-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/filters-mixitup.min.js?ver=1.0.0" id="filters-mixitup.min-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/mt-coundown-version2/flipclock.js?ver=1.0.0" id="flipclock-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/map-pins.js?ver=1.0.0" id="map-pins-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/tabs-custom.js?ver=1.0.0" id="tabs-custom-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/modeltheme-framework/js/mt-video/jquery.magnific-popup.js?ver=1.0.0" id="magnific-popup-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.14" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.14" defer async id="revmin-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.7.9.0" id="js-cookie-js"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=7.9.0" id="woocommerce-js"></script> <script type="text/javascript" src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.min.js?ver=3.7.24" id="dokan-mapbox-gl-geocoder-js"></script> <script type="text/javascript" src="https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js?ver=3.7.24" id="dokan-maps-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/js/geolocation-vendor-dashboard-product-mapbox.js?ver=3.7.30" id="dokan-geolocation-js"></script> <script type="text/javascript" id="dokan-geo-locations-map-js-extra"> /* <![CDATA[ */ var DokanGeo = {"marker":{"image":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/dokan-pro\/modules\/geolocation\/assets\/images\/marker-32x32.png","clusterer":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/dokan-pro\/modules\/geolocation\/assets\/images\/clusterer-40x40.png"},"info_window_template":"<div class=\"dokan-geo-map-info-window\">\n <div class=\"dokan-clearfix\">\n <div class=\"dokan-w9\">\n <h3 class=\"info-title\">\n <a href=\"{link}\">{title}<\/a>\n <\/h3>\n <address>{address}<\/address>\n <\/div>\n\n <div class=\"dokan-w3\">\n <img class=\"info-image\" src=\"{image}\" alt=\"{title}\">\n <\/div>\n <\/div>\n<\/div>\n","default_geolocation":{"latitude":"38.85598","longitude":"-84.60661","address":"155 Old South Main Street, Walton, Kentucky 41094, United States","zoom":"10"},"map_zoom":"3","is_auto_zoom":"1","mapbox_access_token":"pk.eyJ1IjoidGFuamlyYWxtYW11biIsImEiOiJja21nZmk5dTIzZXM5MnluNml2Nmh1Y2JuIn0.qjxUWo7A7FFhIYYztkgoBw"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/js/dokan-geolocation-locations-map-mapbox.js?ver=3.7.30" id="dokan-geo-locations-map-js"></script> <script type="text/javascript" id="dokan-wholesale-script-js-extra"> /* <![CDATA[ */ var DokanWholesale = {"currency_symbol":"$","check_permission":"","variation_wholesale_string":{"wholesale_price":"Wholesale Price","minimum_quantity":"Minimum Quantity"}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/wholesale/assets/js/scripts.js?ver=3.7.30" id="dokan-wholesale-script-js"></script> <script type="text/javascript" id="yith-wcqv-frontend-js-extra"> /* <![CDATA[ */ var yith_qv = {"ajaxurl":"\/wp-admin\/admin-ajax.php","loader":"https:\/\/auctionmarketplace.dokandemo.com\/wp-content\/plugins\/yith-woocommerce-quick-view\/assets\/image\/qv-loader.gif","lang":""}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/yith-woocommerce-quick-view/assets/js/frontend.min.js?ver=1.29.0" id="yith-wcqv-frontend-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/modernizr.custom.js?ver=2.6.2" id="modernizr-custom-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/dataTables.min.js?ver=1.0.0" id="dataTables-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/classie.js?ver=1.0" id="classie-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/jquery.form.min.js?ver=4.3.0" id="jquery-form-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.validate.min.js?ver=1.13.1" id="jquery-validate-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.sticky.js?ver=1.0.0" id="jquery-sticky-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/uisearch.js?ver=1.0.0" id="uisearch-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/count/jquery.appear.js?ver=1.0.0" id="jquery-appear-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/count/jquery.countTo.js?ver=1.0.0" id="jquery-countto-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.nice-select.min.js?ver=1.0" id="jquery-nice-select-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/owl.carousel.min.js?ver=1.0.0" id="owl-carousel-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/modernizr.viewport.js?ver=2.6.2" id="modernizr-viewport-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/bootstrap.min.js?ver=3.3.1" id="bootstrap-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/animate.js?ver=1.0.0" id="animate-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/countdown/jquery.plugin.min.js?ver=2.1.0" id="jquery-plugin-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/countdown/jquery.countdown.js?ver=2.1.0" id="jquery-countdown-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.cookie.min.js?ver=1.0.0" id="cookie-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.matchHeight.js?ver=1.0.0" id="jquery-match-height-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/jquery.datetimepicker.full.min.js?ver=1.0.0" id="jquery-datetimepicker-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/custom-woocommerce.js?ver=1.0.0" id="custom-woocommerce-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/custom.js?ver=1.0.0" id="ibid-custom-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/themes/ibid/js/skip-link-focus-fix.js?ver=20130115" id="ibid-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2" id="jquery-ui-datepicker-js"></script> <script type="text/javascript" id="jquery-ui-datepicker-js-after"> /* <![CDATA[ */ jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); /* ]]> */ </script> <script type="text/javascript" id="wc-cart-fragments-js-extra"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_4ade69797bf788a5b8d9155c39a31741","fragment_name":"wc_fragments_4ade69797bf788a5b8d9155c39a31741","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=7.9.0" id="wc-cart-fragments-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.2" id="jquery-ui-slider-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js?ver=7.9.0" id="wc-jquery-ui-touchpunch-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js?ver=0.4.2" id="accounting-js"></script> <script type="text/javascript" id="wc-price-slider-js-extra"> /* <![CDATA[ */ var woocommerce_price_slider_params = {"currency_format_num_decimals":"0","currency_format_symbol":"$","currency_format_decimal_sep":".","currency_format_thousand_sep":",","currency_format":"%s%v"}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js?ver=7.9.0" id="wc-price-slider-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/dokan-pro/modules/geolocation/assets/js/dokan-geolocation-filters.js?ver=3.7.30" id="dokan-geo-filters-js"></script> <script type="text/javascript" defer src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.9.6" id="mc4wp-forms-api-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=7.9.0" id="wc-add-to-cart-variation-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.7.9.0" id="zoom-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.7.9.0" id="photoswipe-js"></script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.7.9.0" id="photoswipe-ui-default-js"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://auctionmarketplace.dokandemo.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=7.9.0" id="wc-single-product-js"></script> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Use the demo login credentials below:\nUsername or email address *\nLost your password?\nShowing all 5 results\nThe Ragdoll is a cat breed with blue eyes and a distinct colorpoint coat. It is a large and muscular semi-longhair cat with a soft and silky coat. Like all long haired cats, Ragdolls need grooming to ensure their fur does not mat.\nProduct galati a reality sandwich before you walk back in that boardroom fire up your browser, so come up with something buzzworthy, for it’s about managing expectations yet baseline into the weeds.", "id": "<urn:uuid:37ed363e-506d-4da8-8639-7604b83326f7>", "dump": "CC-MAIN-2024-10", "url": "https://auctionmarketplace.dokandemo.com/product-category/silver/?add_to_wishlist=5894", "date": "2024-02-25T08:23:42", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8401247262954712, "token_count": 126 } }
<urn:uuid:15655f6e-460d-4a49-bbfe-c3f7bb331f3b>
<!DOCTYPE html> <html class="no-js" lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <link rel="profile" href="https://gmpg.org/xfn/11"> <title>October 9, 2023 &#8211; The Audio Posts &#8211; The News And Times</title> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" type="application/rss+xml" title="The Audio Posts - The News And Times &raquo; Feed" href="https://audio-posts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Audio Posts - The News And Times &raquo; Comments Feed" href="https://audio-posts.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.24.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-MHENLZMD7M" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '8.24.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/audio-posts.com\/2023\/10\/09\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-MHENLZMD7M', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-MHENLZMD7M', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/audio-posts.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <!-- audio-posts.com is managing ads with Advanced Ads 1.50.0 --><script id="audio-ready"> window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://audio-posts.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--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--accent: #cd2653;--wp--preset--color--primary: #000000;--wp--preset--color--secondary: #6d6d6d;--wp--preset--color--subtle-background: #dcd7ca;--wp--preset--color--background: #f5efe0;--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: 18px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 26.25px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 21px;--wp--preset--font-size--larger: 32px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpcf7-stripe-css' href='https://audio-posts.com/wp-content/plugins/contact-form-7/modules/stripe/style.css?ver=5.8.7' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://audio-posts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.7' media='all' /> <link rel='stylesheet' id='simple-banner-style-css' href='https://audio-posts.com/wp-content/plugins/simple-banner/simple-banner.css?ver=2.17.0' media='all' /> <link rel='stylesheet' id='stripe-handler-ng-style-css' href='https://audio-posts.com/wp-content/plugins/stripe-payments/public/assets/css/public.css?ver=2.0.83' media='all' /> <link rel='stylesheet' id='select2-css' href='https://audio-posts.com/wp-content/plugins/wp-radio/assets/vendor/select2/select2.min.css?ver=4.0.11' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://audio-posts.com/wp-includes/css/dashicons.min.css?ver=6.4.3' media='all' /> <link rel='stylesheet' id='wp-radio-css' href='https://audio-posts.com/wp-content/plugins/wp-radio/assets/css/frontend.css?ver=3.1.9' media='all' /> <link rel='stylesheet' id='rss-retriever-css' href='https://audio-posts.com/wp-content/plugins/wp-rss-retriever/inc/css/rss-retriever.css?ver=1.6.10' media='all' /> <link rel='stylesheet' id='twentytwenty-style-css' href='https://audio-posts.com/wp-content/themes/twentytwenty/style.css?ver=2.3' media='all' /> <style id='twentytwenty-style-inline-css'> .color-accent,.color-accent-hover:hover,.color-accent-hover:focus,:root .has-accent-color,.has-drop-cap:not(:focus):first-letter,.wp-block-button.is-style-outline,a { color: #cd2653; }blockquote,.border-color-accent,.border-color-accent-hover:hover,.border-color-accent-hover:focus { border-color: #cd2653; }button,.button,.faux-button,.wp-block-button__link,.wp-block-file .wp-block-file__button,input[type="button"],input[type="reset"],input[type="submit"],.bg-accent,.bg-accent-hover:hover,.bg-accent-hover:focus,:root .has-accent-background-color,.comment-reply-link { background-color: #cd2653; }.fill-children-accent,.fill-children-accent * { fill: #cd2653; }body,.entry-title a,:root .has-primary-color { color: #000000; }:root .has-primary-background-color { background-color: #000000; }cite,figcaption,.wp-caption-text,.post-meta,.entry-content .wp-block-archives li,.entry-content .wp-block-categories li,.entry-content .wp-block-latest-posts li,.wp-block-latest-comments__comment-date,.wp-block-latest-posts__post-date,.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-pullquote cite,.comment-metadata,.comment-respond .comment-notes,.comment-respond .logged-in-as,.pagination .dots,.entry-content hr:not(.has-background),hr.styled-separator,:root .has-secondary-color { color: #6d6d6d; }:root .has-secondary-background-color { background-color: #6d6d6d; }pre,fieldset,input,textarea,table,table *,hr { border-color: #dcd7ca; }caption,code,code,kbd,samp,.wp-block-table.is-style-stripes tbody tr:nth-child(odd),:root .has-subtle-background-background-color { background-color: #dcd7ca; }.wp-block-table.is-style-stripes { border-bottom-color: #dcd7ca; }.wp-block-latest-posts.is-grid li { border-top-color: #dcd7ca; }:root .has-subtle-background-color { color: #dcd7ca; }body:not(.overlay-header) .primary-menu > li > a,body:not(.overlay-header) .primary-menu > li > .icon,.modal-menu a,.footer-menu a, .footer-widgets a:where(:not(.wp-block-button__link)),#site-footer .wp-block-button.is-style-outline,.wp-block-pullquote:before,.singular:not(.overlay-header) .entry-header a,.archive-header a,.header-footer-group .color-accent,.header-footer-group .color-accent-hover:hover { color: #cd2653; }.social-icons a,#site-footer button:not(.toggle),#site-footer .button,#site-footer .faux-button,#site-footer .wp-block-button__link,#site-footer .wp-block-file__button,#site-footer input[type="button"],#site-footer input[type="reset"],#site-footer input[type="submit"] { background-color: #cd2653; }.header-footer-group,body:not(.overlay-header) #site-header .toggle,.menu-modal .toggle { color: #000000; }body:not(.overlay-header) .primary-menu ul { background-color: #000000; }body:not(.overlay-header) .primary-menu > li > ul:after { border-bottom-color: #000000; }body:not(.overlay-header) .primary-menu ul ul:after { border-left-color: #000000; }.site-description,body:not(.overlay-header) .toggle-inner .toggle-text,.widget .post-date,.widget .rss-date,.widget_archive li,.widget_categories li,.widget cite,.widget_pages li,.widget_meta li,.widget_nav_menu li,.powered-by-wordpress,.to-the-top,.singular .entry-header .post-meta,.singular:not(.overlay-header) .entry-header .post-meta a { color: #6d6d6d; }.header-footer-group pre,.header-footer-group fieldset,.header-footer-group input,.header-footer-group textarea,.header-footer-group table,.header-footer-group table *,.footer-nav-widgets-wrapper,#site-footer,.menu-modal nav *,.footer-widgets-outer-wrapper,.footer-top { border-color: #dcd7ca; }.header-footer-group table caption,body:not(.overlay-header) .header-inner .toggle-wrapper::before { background-color: #dcd7ca; } </style> <link rel='stylesheet' id='twentytwenty-print-style-css' href='https://audio-posts.com/wp-content/themes/twentytwenty/print.css?ver=2.3' media='print' /> <link rel='stylesheet' id='heateor_sss_frontend_css-css' href='https://audio-posts.com/wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css?ver=3.3.58' media='all' /> <style id='heateor_sss_frontend_css-inline-css'> .heateor_sss_button_instagram span.heateor_sss_svg,a.heateor_sss_instagram span.heateor_sss_svg{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.heateor_sss_horizontal_sharing .heateor_sss_svg,.heateor_sss_standard_follow_icons_container .heateor_sss_svg{color:#fff;border-width:0px;border-style:solid;border-color:transparent}.heateor_sss_horizontal_sharing .heateorSssTCBackground{color:#666}.heateor_sss_horizontal_sharing span.heateor_sss_svg:hover,.heateor_sss_standard_follow_icons_container span.heateor_sss_svg:hover{border-color:transparent;}.heateor_sss_vertical_sharing span.heateor_sss_svg,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg{color:#fff;border-width:0px;border-style:solid;border-color:transparent;}.heateor_sss_vertical_sharing .heateorSssTCBackground{color:#666;}.heateor_sss_vertical_sharing span.heateor_sss_svg:hover,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg:hover{border-color:transparent;}@media screen and (max-width:783px) {.heateor_sss_vertical_sharing{display:none!important}}div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:783px){div.heateor_sss_bottom_sharing .heateorSssTCBackground{background-color:white}div.heateor_sss_bottom_sharing{width:100%!important;left:0!important;}div.heateor_sss_bottom_sharing a{width:33.333333333333% !important;}div.heateor_sss_bottom_sharing .heateor_sss_svg{width: 100% !important;}div.heateor_sss_bottom_sharing div.heateorSssTotalShareCount{font-size:1em!important;line-height:28px!important}div.heateor_sss_bottom_sharing div.heateorSssTotalShareText{font-size:.7em!important;line-height:0px!important}div.heateor_sss_mobile_footer{display:block;height:40px;}.heateor_sss_bottom_sharing{padding:0!important;display:block!important;width:auto!important;bottom:-2px!important;top: auto!important;}.heateor_sss_bottom_sharing .heateor_sss_square_count{line-height:inherit;}.heateor_sss_bottom_sharing .heateorSssSharingArrow{display:none;}.heateor_sss_bottom_sharing .heateorSssTCBackground{margin-right:1.1em!important}} </style> <script src="https://audio-posts.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.24.0" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/audio-posts.com","hash_tracking":"false","v4_id":"G-MHENLZMD7M"};</script> <script src="https://js.stripe.com/v3/" id="stripe-js"></script> <script src="https://audio-posts.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://audio-posts.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script id="simple-banner-script-js-before"> const simpleBannerScriptParams = {"version":"2.17.0","hide_simple_banner":"no","simple_banner_prepend_element":false,"simple_banner_position":"","header_margin":"","header_padding":"","simple_banner_z_index":false,"simple_banner_text":"<p style=\"text-align: left\"><strong><a href=\"https:\/\/www.inoreader.com\/stream\/user\/1006407045\/tag\/all-articles\/view\/html?t=All%20Articles%20News%20Review%20-%20The%20News%20And%20Times&amp;l=-&amp;cs=m&amp;n=500&amp;sb=y\" target=\"_blank\" rel=\"noopener\">All News<\/a>\u00a0|\u00a0<a href=\"https:\/\/thenewsandtimes.blogspot.com\/\" target=\"_blank\" rel=\"noopener\">Blog<\/a>\u00a0|\u00a0<a href=\"https:\/\/linkspagesnt.blogspot.com\/\" target=\"_blank\" rel=\"noopener\">Links<\/a> |\u00a0<a href=\"https:\/\/thenewsandtimes.com\/\" target=\"_blank\" rel=\"noopener\">The News And Times<\/a>\u00a0|\u00a0<a href=\"https:\/\/www.inoreader.com\/stream\/user\/1006407045\/tag\/Blogs\/view\/html?t=Blogs%20-%20The%20News%20And%20Times%20Review&amp;l=-&amp;cs=m&amp;sb=y\" target=\"_blank\" rel=\"noopener\">Blogs<\/a>\u00a0| <a href=\"https:\/\/www.inoreader.com\/stream\/user\/1006407045\/tag\/Audio%20Review\/view\/html\" target=\"_blank\" rel=\"noopener\">Audio<\/a>\u00a0|\u00a0<a href=\"https:\/\/www.inoreader.com\/stream\/user\/1006407045\/tag\/YouTube%20subscriptions\/view\/html\" target=\"_blank\" rel=\"noopener\">Video<\/a>\u00a0|\u00a0<a href=\"https:\/\/www.inoreader.com\/stream\/user\/1006407045\/tag\/user-favorites\/view\/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y\" target=\"_blank\" rel=\"noopener\">Selected Articles<\/a><\/strong><\/p>","pro_version_enabled":"","disabled_on_current_page":false,"debug_mode":"","id":355302,"disabled_pages_array":[],"is_current_page_a_post":true,"disabled_on_posts":"","simple_banner_disabled_page_paths":false,"simple_banner_font_size":"","simple_banner_color":"","simple_banner_text_color":"","simple_banner_link_color":"","simple_banner_close_color":"","simple_banner_custom_css":"","simple_banner_scrolling_custom_css":"","simple_banner_text_custom_css":"","simple_banner_button_css":"","site_custom_css":"","keep_site_custom_css":"","site_custom_js":"","keep_site_custom_js":"","wp_body_open_enabled":"","wp_body_open":true,"close_button_enabled":"","close_button_expiration":"","close_button_cookie_set":false,"current_date":{"date":"2024-02-25 10:04:49.487274","timezone_type":3,"timezone":"UTC"},"start_date":{"date":"2024-02-25 10:04:49.487282","timezone_type":3,"timezone":"UTC"},"end_date":{"date":"2024-02-25 10:04:49.487286","timezone_type":3,"timezone":"UTC"},"simple_banner_start_after_date":false,"simple_banner_remove_after_date":"","simple_banner_insert_inside_element":""} </script> <script src="https://audio-posts.com/wp-content/plugins/simple-banner/simple-banner.js?ver=2.17.0" id="simple-banner-script-js"></script> <script id="wp-statistics-tracker-js-extra"> var WP_Statistics_Tracker_Object = {"hitRequestUrl":"https:\/\/audio-posts.com\/wp-json\/wp-statistics\/v2\/hit?wp_statistics_hit_rest=yes&track_all=0&current_page_type=archive&current_page_id=0&search_query&page_uri=LzIwMjMvMTAvMDkv","keepOnlineRequestUrl":"https:\/\/audio-posts.com\/wp-json\/wp-statistics\/v2\/online?wp_statistics_hit_rest=yes&track_all=0&current_page_type=archive&current_page_id=0&search_query&page_uri=LzIwMjMvMTAvMDkv","option":{"dntEnabled":false,"cacheCompatibility":""}}; </script> <script src="https://audio-posts.com/wp-content/plugins/wp-statistics/assets/js/tracker.js?ver=6.4.3" id="wp-statistics-tracker-js"></script> <script id="advanced-ads-advanced-js-js-extra"> var advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}}; </script> <script src="https://audio-posts.com/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js?ver=1.50.0" id="advanced-ads-advanced-js-js"></script> <script src="https://audio-posts.com/wp-content/themes/twentytwenty/assets/js/index.js?ver=2.3" id="twentytwenty-js-js" async></script> <script id="twentytwenty-js-js-after"> window.addEventListener( "load", function() { if ( typeof jQuery === "undefined" ) { return; } jQuery( document ).on( "wpformsPageChange wpformsShowConditionalsField", function() { if ( typeof twentytwenty === "undefined" || typeof twentytwenty.intrinsicRatioVideos === "undefined" || typeof twentytwenty.intrinsicRatioVideos.makeFit === "undefined" ) { return; } twentytwenty.intrinsicRatioVideos.makeFit(); } ); jQuery( document ).on( "wpformsRichTextEditorInit", function( e, editor ) { jQuery( editor.container ).find( "iframe" ).addClass( "intrinsic-ignore" ); } ); } ); </script> <link rel="https://api.w.org/" href="https://audio-posts.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://audio-posts.com/xmlrpc.php?rsd" /> <style type="text/css">.simple-banner{background: #024985;}</style><style type="text/css">.simple-banner .simple-banner-text{color: #ffffff;}</style><style type="text/css">.simple-banner .simple-banner-text a{color:#f16521;}</style><style type="text/css">.simple-banner{z-index: 99999;}</style><style id="simple-banner-site-custom-css-dummy" type="text/css"></style><script id="simple-banner-site-custom-js-dummy" type="text/javascript"></script> <style type="text/css">.pp-podcast {opacity: 0;}</style> <!-- Analytics by WP Statistics v14.5 - https://wp-statistics.com/ --> <script>document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );</script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2304508300583765" crossorigin="anonymous"></script><link rel="icon" href="https://audio-posts.com/wp-content/uploads/2022/04/cropped-radio-32x32.png" sizes="32x32" /> <link rel="icon" href="https://audio-posts.com/wp-content/uploads/2022/04/cropped-radio-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://audio-posts.com/wp-content/uploads/2022/04/cropped-radio-180x180.png" /> <meta name="msapplication-TileImage" content="https://audio-posts.com/wp-content/uploads/2022/04/cropped-radio-270x270.png" /> <style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-background-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; } </style> </head> <body class="archive date wp-custom-logo wp-embed-responsive enable-search-modal has-no-pagination showing-comments hide-avatars footer-top-visible aa-prefix-audio-"> <a class="skip-link screen-reader-text" href="#site-content">Skip to the content</a> <header id="site-header" class="header-footer-group"> <div class="header-inner section-inner"> <div class="header-titles-wrapper"> <button class="toggle search-toggle mobile-search-toggle" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field" aria-expanded="false"> <span class="toggle-inner"> <span class="toggle-icon"> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><path d="M38.710696,48.0601792 L43,52.3494831 L41.3494831,54 L37.0601792,49.710696 C35.2632422,51.1481185 32.9839107,52.0076499 30.5038249,52.0076499 C24.7027226,52.0076499 20,47.3049272 20,41.5038249 C20,35.7027226 24.7027226,31 30.5038249,31 C36.3049272,31 41.0076499,35.7027226 41.0076499,41.5038249 C41.0076499,43.9839107 40.1481185,46.2632422 38.710696,48.0601792 Z M36.3875844,47.1716785 C37.8030221,45.7026647 38.6734666,43.7048964 38.6734666,41.5038249 C38.6734666,36.9918565 35.0157934,33.3341833 30.5038249,33.3341833 C25.9918565,33.3341833 22.3341833,36.9918565 22.3341833,41.5038249 C22.3341833,46.0157934 25.9918565,49.6734666 30.5038249,49.6734666 C32.7048964,49.6734666 34.7026647,48.8030221 36.1716785,47.3875844 C36.2023931,47.347638 36.2360451,47.3092237 36.2726343,47.2726343 C36.3092237,47.2360451 36.347638,47.2023931 36.3875844,47.1716785 Z" transform="translate(-20 -31)" /></svg> </span> <span class="toggle-text">Search</span> </span> </button><!-- .search-toggle --> <div class="header-titles"> <div class="site-logo faux-heading"><a href="https://audio-posts.com/" class="custom-logo-link" rel="home"><img width="1200" height="675" src="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg" class="custom-logo" alt="The Audio Posts &#8211; The News And Times" decoding="async" fetchpriority="high" srcset="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg 1200w, https://audio-posts.com/wp-content/uploads/2022/04/audio-300x169.jpeg 300w, https://audio-posts.com/wp-content/uploads/2022/04/audio-1024x576.jpeg 1024w, https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></a><span class="screen-reader-text">The Audio Posts - The News And Times</span></div><div class="site-description">The Audio Posts - audio-posts.com | The News And Times Network | Audio Posts in English | News Podcasts | Live Radio - Top Classical Music Radio Stations</div><!-- .site-description --> </div><!-- .header-titles --> <button class="toggle nav-toggle mobile-nav-toggle" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".close-nav-toggle"> <span class="toggle-inner"> <span class="toggle-icon"> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="26" height="7" viewBox="0 0 26 7"><path fill-rule="evenodd" d="M332.5,45 C330.567003,45 329,43.4329966 329,41.5 C329,39.5670034 330.567003,38 332.5,38 C334.432997,38 336,39.5670034 336,41.5 C336,43.4329966 334.432997,45 332.5,45 Z M342,45 C340.067003,45 338.5,43.4329966 338.5,41.5 C338.5,39.5670034 340.067003,38 342,38 C343.932997,38 345.5,39.5670034 345.5,41.5 C345.5,43.4329966 343.932997,45 342,45 Z M351.5,45 C349.567003,45 348,43.4329966 348,41.5 C348,39.5670034 349.567003,38 351.5,38 C353.432997,38 355,39.5670034 355,41.5 C355,43.4329966 353.432997,45 351.5,45 Z" transform="translate(-329 -38)" /></svg> </span> <span class="toggle-text">Menu</span> </span> </button><!-- .nav-toggle --> </div><!-- .header-titles-wrapper --> <div class="header-navigation-wrapper"> <nav class="primary-menu-wrapper" aria-label="Horizontal"> <ul class="primary-menu reset-list-style"> <li id="menu-item-327646" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-327646"><a href="https://audio-posts.com/">Home</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://audio-posts.com/audio-review/">Audio and Video Review</a></li> <li id="menu-item-82" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><a href="https://audio-posts.com/links-audio-posts-com/">Links and Pages &#8211; audio-posts.com</a></li> <li id="menu-item-317407" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-317407"><a href="https://newsandtimes.net/">The News And Times Network</a></li> <li id="menu-item-317542" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317542"><a href="https://audio-posts.com/news-reviews-3/">News Reviews</a></li> <li id="menu-item-327475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327475"><a href="https://audio-posts.com/radio-stations/">Radio Stations</a></li> <li id="menu-item-327718" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327718"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&#038;lw=400&#038;cs=m&#038;lh=200&#038;n=200&#038;sb=y">Selected Articles</a></li> <li id="menu-item-327719" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327719"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html?t=Tweets+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&#038;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&#038;lw=125&#038;cs=m&#038;lh=100&#038;n=100&#038;sb=y&#038;c=CXqWyC1JRtr3">Tweets</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-20"><a href="https://audio-posts.com/posts/">Posts &#8211; audio-posts.com</a><span class="icon"></span> <ul class="sub-menu"> <li id="menu-item-327713" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327713"><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a></li> <li id="menu-item-327714" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327714"><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov &#8211; SharedNewsLinks℠</a></li> <li id="menu-item-327715" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327715"><a href="https://audio-posts.com/category/shared-links-audio-posts/">Shared Links &#8211; Audio Posts</a></li> </ul> </li> <li id="menu-item-327722" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-327722"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&#038;lw=200&#038;cs=m&#038;lh=151&#038;n=200&#038;sb=y">All Posts &#8211; audio-posts.com</a><span class="icon"></span> <ul class="sub-menu"> <li id="menu-item-327645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327645"><a href="https://audio-posts.com/the-audio-posts-review-audio-posts-com/">The Audio Posts Review &#8211; audio-posts.com</a></li> <li id="menu-item-327720" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327720"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html?t=%20Audio%20Review%20-%20The%20News%20And%20Times%20Review%20-%20audio-posts.com&#038;l=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FnPQoFCqV5xWUFEXBaH3oJRArFno%3D%2F0x0%3A5248x3499%2F1200x675%2Ffilters%3Afocal(2273x2014%3A3111x2852)%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F67582183%2Fdseifert-nest-audio-4225-1.0.0.jpeg&#038;lw=400&#038;cs=m&#038;lh=200&#038;sb=y">Audio Review</a></li> </ul> </li> </ul> </nav><!-- .primary-menu-wrapper --> <div class="header-toggles hide-no-js"> <div class="toggle-wrapper nav-toggle-wrapper has-expanded-menu"> <button class="toggle nav-toggle desktop-nav-toggle" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".close-nav-toggle"> <span class="toggle-inner"> <span class="toggle-text">Menu</span> <span class="toggle-icon"> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="26" height="7" viewBox="0 0 26 7"><path fill-rule="evenodd" d="M332.5,45 C330.567003,45 329,43.4329966 329,41.5 C329,39.5670034 330.567003,38 332.5,38 C334.432997,38 336,39.5670034 336,41.5 C336,43.4329966 334.432997,45 332.5,45 Z M342,45 C340.067003,45 338.5,43.4329966 338.5,41.5 C338.5,39.5670034 340.067003,38 342,38 C343.932997,38 345.5,39.5670034 345.5,41.5 C345.5,43.4329966 343.932997,45 342,45 Z M351.5,45 C349.567003,45 348,43.4329966 348,41.5 C348,39.5670034 349.567003,38 351.5,38 C353.432997,38 355,39.5670034 355,41.5 C355,43.4329966 353.432997,45 351.5,45 Z" transform="translate(-329 -38)" /></svg> </span> </span> </button><!-- .nav-toggle --> </div><!-- .nav-toggle-wrapper --> <div class="toggle-wrapper search-toggle-wrapper"> <button class="toggle search-toggle desktop-search-toggle" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field" aria-expanded="false"> <span class="toggle-inner"> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><path d="M38.710696,48.0601792 L43,52.3494831 L41.3494831,54 L37.0601792,49.710696 C35.2632422,51.1481185 32.9839107,52.0076499 30.5038249,52.0076499 C24.7027226,52.0076499 20,47.3049272 20,41.5038249 C20,35.7027226 24.7027226,31 30.5038249,31 C36.3049272,31 41.0076499,35.7027226 41.0076499,41.5038249 C41.0076499,43.9839107 40.1481185,46.2632422 38.710696,48.0601792 Z M36.3875844,47.1716785 C37.8030221,45.7026647 38.6734666,43.7048964 38.6734666,41.5038249 C38.6734666,36.9918565 35.0157934,33.3341833 30.5038249,33.3341833 C25.9918565,33.3341833 22.3341833,36.9918565 22.3341833,41.5038249 C22.3341833,46.0157934 25.9918565,49.6734666 30.5038249,49.6734666 C32.7048964,49.6734666 34.7026647,48.8030221 36.1716785,47.3875844 C36.2023931,47.347638 36.2360451,47.3092237 36.2726343,47.2726343 C36.3092237,47.2360451 36.347638,47.2023931 36.3875844,47.1716785 Z" transform="translate(-20 -31)" /></svg> <span class="toggle-text">Search</span> </span> </button><!-- .search-toggle --> </div> </div><!-- .header-toggles --> </div><!-- .header-navigation-wrapper --> </div><!-- .header-inner --> <div class="search-modal cover-modal header-footer-group" data-modal-target-string=".search-modal" role="dialog" aria-modal="true" aria-label="Search"> <div class="search-modal-inner modal-inner"> <div class="section-inner"> <form role="search" aria-label="Search for:" method="get" class="search-form" action="https://audio-posts.com/"> <label for="search-form-1"> <span class="screen-reader-text"> Search for: </span> <input type="search" id="search-form-1" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> <button class="toggle search-untoggle close-search-toggle fill-children-current-color" data-toggle-target=".search-modal" data-toggle-body-class="showing-search-modal" data-set-focus=".search-modal .search-field"> <span class="screen-reader-text"> Close search </span> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><polygon fill="" fill-rule="evenodd" points="6.852 7.649 .399 1.195 1.445 .149 7.899 6.602 14.352 .149 15.399 1.195 8.945 7.649 15.399 14.102 14.352 15.149 7.899 8.695 1.445 15.149 .399 14.102" /></svg> </button><!-- .search-toggle --> </div><!-- .section-inner --> </div><!-- .search-modal-inner --> </div><!-- .menu-modal --> </header><!-- #site-header --> <div class="menu-modal cover-modal header-footer-group" data-modal-target-string=".menu-modal"> <div class="menu-modal-inner modal-inner"> <div class="menu-wrapper section-inner"> <div class="menu-top"> <button class="toggle close-nav-toggle fill-children-current-color" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" data-set-focus=".menu-modal"> <span class="toggle-text">Close Menu</span> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><polygon fill="" fill-rule="evenodd" points="6.852 7.649 .399 1.195 1.445 .149 7.899 6.602 14.352 .149 15.399 1.195 8.945 7.649 15.399 14.102 14.352 15.149 7.899 8.695 1.445 15.149 .399 14.102" /></svg> </button><!-- .nav-toggle --> <nav class="expanded-menu" aria-label="Expanded"> <ul class="modal-menu reset-list-style"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-327646"><div class="ancestor-wrapper"><a href="https://audio-posts.com/">Home</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><div class="ancestor-wrapper"><a href="https://audio-posts.com/audio-review/">Audio and Video Review</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><div class="ancestor-wrapper"><a href="https://audio-posts.com/links-audio-posts-com/">Links and Pages &#8211; audio-posts.com</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-317407"><div class="ancestor-wrapper"><a href="https://newsandtimes.net/">The News And Times Network</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317542"><div class="ancestor-wrapper"><a href="https://audio-posts.com/news-reviews-3/">News Reviews</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327475"><div class="ancestor-wrapper"><a href="https://audio-posts.com/radio-stations/">Radio Stations</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327718"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&#038;lw=400&#038;cs=m&#038;lh=200&#038;n=200&#038;sb=y">Selected Articles</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327719"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html?t=Tweets+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&#038;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&#038;lw=125&#038;cs=m&#038;lh=100&#038;n=100&#038;sb=y&#038;c=CXqWyC1JRtr3">Tweets</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-20"><div class="ancestor-wrapper"><a href="https://audio-posts.com/posts/">Posts &#8211; audio-posts.com</a><button class="toggle sub-menu-toggle fill-children-current-color" data-toggle-target=".menu-modal .menu-item-20 > .sub-menu" data-toggle-type="slidetoggle" data-toggle-duration="250" aria-expanded="false"><span class="screen-reader-text">Show sub menu</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12"><polygon fill="" fill-rule="evenodd" points="1319.899 365.778 1327.678 358 1329.799 360.121 1319.899 370.021 1310 360.121 1312.121 358" transform="translate(-1310 -358)" /></svg></button></div><!-- .ancestor-wrapper --> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327713"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327714"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov &#8211; SharedNewsLinks℠</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327715"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/shared-links-audio-posts/">Shared Links &#8211; Audio Posts</a></div><!-- .ancestor-wrapper --></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-327722"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&#038;lw=200&#038;cs=m&#038;lh=151&#038;n=200&#038;sb=y">All Posts &#8211; audio-posts.com</a><button class="toggle sub-menu-toggle fill-children-current-color" data-toggle-target=".menu-modal .menu-item-327722 > .sub-menu" data-toggle-type="slidetoggle" data-toggle-duration="250" aria-expanded="false"><span class="screen-reader-text">Show sub menu</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12"><polygon fill="" fill-rule="evenodd" points="1319.899 365.778 1327.678 358 1329.799 360.121 1319.899 370.021 1310 360.121 1312.121 358" transform="translate(-1310 -358)" /></svg></button></div><!-- .ancestor-wrapper --> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327645"><div class="ancestor-wrapper"><a href="https://audio-posts.com/the-audio-posts-review-audio-posts-com/">The Audio Posts Review &#8211; audio-posts.com</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327720"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html?t=%20Audio%20Review%20-%20The%20News%20And%20Times%20Review%20-%20audio-posts.com&#038;l=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FnPQoFCqV5xWUFEXBaH3oJRArFno%3D%2F0x0%3A5248x3499%2F1200x675%2Ffilters%3Afocal(2273x2014%3A3111x2852)%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F67582183%2Fdseifert-nest-audio-4225-1.0.0.jpeg&#038;lw=400&#038;cs=m&#038;lh=200&#038;sb=y">Audio Review</a></div><!-- .ancestor-wrapper --></li> </ul> </li> </ul> </nav> <nav class="mobile-menu" aria-label="Mobile"> <ul class="modal-menu reset-list-style"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-327646"><div class="ancestor-wrapper"><a href="https://audio-posts.com/">Home</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><div class="ancestor-wrapper"><a href="https://audio-posts.com/audio-review/">Audio and Video Review</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><div class="ancestor-wrapper"><a href="https://audio-posts.com/links-audio-posts-com/">Links and Pages &#8211; audio-posts.com</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-317407"><div class="ancestor-wrapper"><a href="https://newsandtimes.net/">The News And Times Network</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317542"><div class="ancestor-wrapper"><a href="https://audio-posts.com/news-reviews-3/">News Reviews</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327475"><div class="ancestor-wrapper"><a href="https://audio-posts.com/radio-stations/">Radio Stations</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327718"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&#038;lw=400&#038;cs=m&#038;lh=200&#038;n=200&#038;sb=y">Selected Articles</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327719"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html?t=Tweets+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&#038;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&#038;lw=125&#038;cs=m&#038;lh=100&#038;n=100&#038;sb=y&#038;c=CXqWyC1JRtr3">Tweets</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-20"><div class="ancestor-wrapper"><a href="https://audio-posts.com/posts/">Posts &#8211; audio-posts.com</a><button class="toggle sub-menu-toggle fill-children-current-color" data-toggle-target=".menu-modal .menu-item-20 > .sub-menu" data-toggle-type="slidetoggle" data-toggle-duration="250" aria-expanded="false"><span class="screen-reader-text">Show sub menu</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12"><polygon fill="" fill-rule="evenodd" points="1319.899 365.778 1327.678 358 1329.799 360.121 1319.899 370.021 1310 360.121 1312.121 358" transform="translate(-1310 -358)" /></svg></button></div><!-- .ancestor-wrapper --> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327713"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327714"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov &#8211; SharedNewsLinks℠</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327715"><div class="ancestor-wrapper"><a href="https://audio-posts.com/category/shared-links-audio-posts/">Shared Links &#8211; Audio Posts</a></div><!-- .ancestor-wrapper --></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-327722"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&#038;lw=200&#038;cs=m&#038;lh=151&#038;n=200&#038;sb=y">All Posts &#8211; audio-posts.com</a><button class="toggle sub-menu-toggle fill-children-current-color" data-toggle-target=".menu-modal .menu-item-327722 > .sub-menu" data-toggle-type="slidetoggle" data-toggle-duration="250" aria-expanded="false"><span class="screen-reader-text">Show sub menu</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12"><polygon fill="" fill-rule="evenodd" points="1319.899 365.778 1327.678 358 1329.799 360.121 1319.899 370.021 1310 360.121 1312.121 358" transform="translate(-1310 -358)" /></svg></button></div><!-- .ancestor-wrapper --> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327645"><div class="ancestor-wrapper"><a href="https://audio-posts.com/the-audio-posts-review-audio-posts-com/">The Audio Posts Review &#8211; audio-posts.com</a></div><!-- .ancestor-wrapper --></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327720"><div class="ancestor-wrapper"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html?t=%20Audio%20Review%20-%20The%20News%20And%20Times%20Review%20-%20audio-posts.com&#038;l=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FnPQoFCqV5xWUFEXBaH3oJRArFno%3D%2F0x0%3A5248x3499%2F1200x675%2Ffilters%3Afocal(2273x2014%3A3111x2852)%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F67582183%2Fdseifert-nest-audio-4225-1.0.0.jpeg&#038;lw=400&#038;cs=m&#038;lh=200&#038;sb=y">Audio Review</a></div><!-- .ancestor-wrapper --></li> </ul> </li> </ul> </nav> </div><!-- .menu-top --> <div class="menu-bottom"> <nav aria-label="Expanded Social links"> <ul class="social-menu reset-list-style social-icons fill-children-current-color"> <li id="menu-item-33" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33"><a href="https://twitter.com/mikenov"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li id="menu-item-34" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34"><a href="https://www.facebook.com/mike.nova3"><span class="screen-reader-text">Facebook</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg></a></li> <li id="menu-item-35" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35"><a href="https://michael_novakhov.newsblur.com/"><span class="screen-reader-text">Shared Links</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M6.70846497,10.3082552 C6.43780491,9.94641406 6.5117218,9.43367048 6.87356298,9.16301045 C7.23540415,8.89235035 7.74814771,8.96626726 8.01880776,9.32810842 C8.5875786,10.0884893 9.45856383,10.5643487 10.4057058,10.6321812 C11.3528479,10.7000136 12.2827563,10.3531306 12.9541853,9.68145807 L15.3987642,7.23705399 C16.6390369,5.9529049 16.6212992,3.91168563 15.3588977,2.6492841 C14.0964962,1.38688258 12.0552769,1.36914494 10.77958,2.60113525 L9.37230725,4.00022615 C9.05185726,4.31881314 8.53381538,4.31730281 8.21522839,3.99685275 C7.89664141,3.67640269 7.89815174,3.15836082 8.21860184,2.83977385 L9.63432671,1.43240056 C11.5605503,-0.42800847 14.6223793,-0.401402004 16.5159816,1.49220028 C18.4095838,3.38580256 18.4361903,6.44763148 16.5658147,8.38399647 L14.1113741,10.838437 C13.1043877,11.8457885 11.7095252,12.366113 10.2888121,12.2643643 C8.86809903,12.1626156 7.56162126,11.4488264 6.70846497,10.3082552 Z M11.291535,7.6917448 C11.5621951,8.05358597 11.4882782,8.56632952 11.126437,8.83698955 C10.7645959,9.10764965 10.2518523,9.03373274 9.98119227,8.67189158 C9.4124214,7.91151075 8.54143617,7.43565129 7.59429414,7.36781884 C6.6471521,7.29998638 5.71724372,7.64686937 5.04581464,8.31854193 L2.60123581,10.762946 C1.36096312,12.0470951 1.37870076,14.0883144 2.64110228,15.3507159 C3.90350381,16.6131174 5.94472309,16.630855 7.21873082,15.400549 L8.61782171,14.0014581 C8.93734159,13.6819382 9.45538568,13.6819382 9.77490556,14.0014581 C10.0944254,14.320978 10.0944254,14.839022 9.77490556,15.1585419 L8.36567329,16.5675994 C6.43944966,18.4280085 3.37762074,18.401402 1.48401846,16.5077998 C-0.409583822,14.6141975 -0.436190288,11.5523685 1.43418536,9.61600353 L3.88862594,7.16156298 C4.89561225,6.15421151 6.29047483,5.63388702 7.71118789,5.7356357 C9.13190097,5.83738438 10.4383788,6.55117356 11.291535,7.6917448 Z" /></svg></a></li> </ul> </nav><!-- .social-menu --> </div><!-- .menu-bottom --> </div><!-- .menu-wrapper --> </div><!-- .menu-modal-inner --> </div><!-- .menu-modal --> <main id="site-content"> <header class="archive-header has-text-align-center header-footer-group"> <div class="archive-header-inner section-inner medium"> <h1 class="archive-title"><span class="color-accent">Day:</span> <span>October 9, 2023</span></h1> </div><!-- .archive-header-inner --> </header><!-- .archive-header --> <article class="post-355302 post type-post status-publish format-standard hentry category-audio-sources-full-text-articles" id="post-355302"> <header class="entry-header has-text-align-center"> <div class="entry-header-inner section-inner medium"> <div class="entry-categories"> <span class="screen-reader-text"> Categories </span> <div class="entry-categories-inner"> <a href="https://audio-posts.com/category/audio-sources-full-text-articles/" rel="category tag">Audio Sources - Full Text Articles</a> </div><!-- .entry-categories-inner --> </div><!-- .entry-categories --> <h2 class="entry-title heading-size-1"><a href="https://audio-posts.com/gop-primary-will-hurd-endorses-nikki-haley/">Anti-Trump Candidate Will Hurd Drops Out of Republican Primary Race, Endorses Nikki Haley</a></h2> <div class="post-meta-wrapper post-meta-single post-meta-single-top"> <ul class="post-meta"> <li class="post-author meta-wrapper"> <span class="meta-icon"> <span class="screen-reader-text"> Post author </span> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="0 0 18 20"><path fill="" d="M18,19 C18,19.5522847 17.5522847,20 17,20 C16.4477153,20 16,19.5522847 16,19 L16,17 C16,15.3431458 14.6568542,14 13,14 L5,14 C3.34314575,14 2,15.3431458 2,17 L2,19 C2,19.5522847 1.55228475,20 1,20 C0.44771525,20 0,19.5522847 0,19 L0,17 C0,14.2385763 2.23857625,12 5,12 L13,12 C15.7614237,12 18,14.2385763 18,17 L18,19 Z M9,10 C6.23857625,10 4,7.76142375 4,5 C4,2.23857625 6.23857625,0 9,0 C11.7614237,0 14,2.23857625 14,5 C14,7.76142375 11.7614237,10 9,10 Z M9,8 C10.6568542,8 12,6.65685425 12,5 C12,3.34314575 10.6568542,2 9,2 C7.34314575,2 6,3.34314575 6,5 C6,6.65685425 7.34314575,8 9,8 Z" /></svg> </span> <span class="meta-text"> By <a href="https://audio-posts.com/author/audioposts/">AudioPosts</a> </span> </li> <li class="post-date meta-wrapper"> <span class="meta-icon"> <span class="screen-reader-text"> Post date </span> <svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19"><path fill="" d="M4.60069444,4.09375 L3.25,4.09375 C2.47334957,4.09375 1.84375,4.72334957 1.84375,5.5 L1.84375,7.26736111 L16.15625,7.26736111 L16.15625,5.5 C16.15625,4.72334957 15.5266504,4.09375 14.75,4.09375 L13.3993056,4.09375 L13.3993056,4.55555556 C13.3993056,5.02154581 13.0215458,5.39930556 12.5555556,5.39930556 C12.0895653,5.39930556 11.7118056,5.02154581 11.7118056,4.55555556 L11.7118056,4.09375 L6.28819444,4.09375 L6.28819444,4.55555556 C6.28819444,5.02154581 5.9104347,5.39930556 5.44444444,5.39930556 C4.97845419,5.39930556 4.60069444,5.02154581 4.60069444,4.55555556 L4.60069444,4.09375 Z M6.28819444,2.40625 L11.7118056,2.40625 L11.7118056,1 C11.7118056,0.534009742 12.0895653,0.15625 12.5555556,0.15625 C13.0215458,0.15625 13.3993056,0.534009742 13.3993056,1 L13.3993056,2.40625 L14.75,2.40625 C16.4586309,2.40625 17.84375,3.79136906 17.84375,5.5 L17.84375,15.875 C17.84375,17.5836309 16.4586309,18.96875 14.75,18.96875 L3.25,18.96875 C1.54136906,18.96875 0.15625,17.5836309 0.15625,15.875 L0.15625,5.5 C0.15625,3.79136906 1.54136906,2.40625 3.25,2.40625 L4.60069444,2.40625 L4.60069444,1 C4.60069444,0.534009742 4.97845419,0.15625 5.44444444,0.15625 C5.9104347,0.15625 6.28819444,0.534009742 6.28819444,1 L6.28819444,2.40625 Z M1.84375,8.95486111 L1.84375,15.875 C1.84375,16.6516504 2.47334957,17.28125 3.25,17.28125 L14.75,17.28125 C15.5266504,17.28125 16.15625,16.6516504 16.15625,15.875 L16.15625,8.95486111 L1.84375,8.95486111 Z" /></svg> </span> <span class="meta-text"> <a href="https://audio-posts.com/gop-primary-will-hurd-endorses-nikki-haley/">October 9, 2023</a> </span> </li> </ul><!-- .post-meta --> </div><!-- .post-meta-wrapper --> </div><!-- .entry-header-inner --> </header><!-- .entry-header --> <div class="post-inner thin "> <div class="entry-content"> <div> <div> <div></div> </div> <div></div> <p><img decoding="async" src="https://api.time.com/wp-content/uploads/2023/10/will-hurd.jpg" alt="Former Republican Texas congressman Will Hurd speaks at the Iowa Faith and Freedom Coalition's banquet, Sept. 16, 2023, in Des Moines, Iowa. Hurd has suspended his Republican presidential bid, abandoning a brief campaign built on criticizing Donald Trump at a time when his party seems even more determined to embrace the former president."> </p> <p>Former Republican Texas congressman Will Hurd suspended his presidential bid on Monday and <a href="https://www.wsj.com/articles/i-am-dropping-out-and-endorsing-nikki-haley-to-beat-donald-trump-fafd472">endorsed fellow GOP primary candidate Nikki Haley</a>, officially abandoning a brief campaign built on criticizing Donald Trump at a time when his party seems even more determined to embrace the former president.</p> <p>[time-brightcove not-tgx=”true”] </p> <p><strong>Read More: </strong><em><a href="https://time.com/6306091/2024-republican-primary-race-iowa/">Why Trump’s Rivals Think They Can Stop Him in Iowa</a></em></p> <p>“While I appreciate all the time and energy our supporters have given, it is important to recognize the realities of the political landscape and the need to consolidate our party around one person to defeat both Donald Trump and President Biden,” Hurd wrote on X, the platform formerly known as Twitter.</p> <div> <div> <blockquote> <p lang="en" dir="ltr">When I first entered the Republican presidential primary field in June, I knew I was a dark horse candidate with a path to victory that would contain many obstacles. But as I traveled across the country, I met so many Americans who believed in my campaign’s message of unity and…</p> <p>— Will Hurd (@WillHurd) <a href="https://twitter.com/WillHurd/status/1711508232911352224?ref_src=twsrc%5Etfw">October 9, 2023</a></p></blockquote> </div> </div> <p>He added that <a href="https://time.com/collection/firsts/4898554/nikki-haley-firsts/">Haley</a>, a former U.S. ambassador to the United Nations under Trump and governor of South Carolina, “has shown a willingness to articulate a different vision for the country than Donald Trump and has an unmatched grasp on the complexities of our foreign policy.”</p> <p>Hurd was the last major candidate to join the already crowded Republican primary field when he announced his run in late June. He leaves the race barely three months later, after failing to gain traction as pragmatic moderate who pledged to lead the party away from Trump’s “Make America Great Again” movement. Hurd failed to qualify for both the first GOP debate in Milwaukee in August and the second debate the following month in Simi Valley, California.</p> <p>“America is at a crossroads and it’s time to come together and make Joe Biden a one-term president,” <a href="https://twitter.com/NikkiHaley/status/1711515305954979906">Haley wrote on X</a> in response to Hurd’s endorsement. “Thank you @WillHurd for your support and confidence. We have a country to save!”</p> <p><strong>Read More: </strong><em><a href="https://time.com/6273545/nikki-haley-presidential-campaign-2024/">Nikki Haley Has a Path to the White House</a></em></p> <p>Hurd ending his campaign follows another Republican candidate, Miami Mayor Francis Suarez, who became the first presidential hopeful to suspend his campaign shortly after failing to make <a href="https://time.com/">the first debate stage</a>.</p> <p>Hurd wasn’t invited to the Milwaukee event after falling short of Republican National Committee minimums on support in the polls and sufficient numbers of donors to his campaign.</p> <p>Hurd was initially defiant about missing the first debate, arguing that the Republican Party blocked him for refusing to sign <a href="https://time.com/6303628/donald-trump-republican-debate-pledge-signed/">a pledge</a> for its presidential candidates to support the eventual primary winner, even if it was Trump. The RNC standards are “arbitrary, unclear, and lack consistency. This is an unacceptable process for a presidential election,” he said in a statement.</p> <p>When he didn’t make <a href="https://time.com/6318154/second-republican-debate-biggest-moments/">the second debate</a>, Hurd stuck a different tone, <a href="https://twitter.com/WillHurd/status/1707088293710729325">writing on X</a> that “we narrowly missed the cut for the second debate and our campaign is at an inflection point.”</p> <p><strong>Read More: </strong><em><a href="https://time.com/6256382/who-is-running-for-president-2024/">Who Has Announced They’re Running for President in 2024?</a></em></p> <p>A clandestine CIA officer who worked in Pakistan, Hurd served three terms in the House through January 2021 and was the chamber’s only Black Republican during his final two years in office. He represented Texas’ then-most competitive district, which was heavily Hispanic and stretched from the outskirts of San Antonio to El Paso, encompassing more than 800 miles of Texas-Mexico border.</p> <p>Hurd opted not to seek reelection in 2020, saying he was pursuing opportunities outside Congress “to solve problems at the nexus between technology and national security.” Last year, he traveled the country promoting his book <em>American Reboot: An Idealist’s Guide to Getting Big Things Done</em>.</p> <p>The 46-year-old has long been a fierce Trump antagonist, even encouraging the then-Republican presidential nominee to leave the 2016 race when the “Access Hollywood” tape in which <a href="https://time.com/5047771/donald-trump-comments-billy-bush/">Trump brags about sexually assaulting women</a> was made public in the final weeks before Election Day.</p> <p>Hurd was hoping to resonate with voters seeking a pro-business Republican with a strong national security background who was also unafraid to seek bipartisan consensus. He announced his candidacy criticizing both Biden and Trump, saying the president wasn’t up to securing the U.S.-Mexico border, combating fentanyl smuggling that has led to epidemic of American overdoses and violent crime and homelessness in the country’s cities.</p> <p>“President Biden can’t solve these problems — or won’t,” Hurd said in his announcement video. “And, if we nominate a lawless, selfish, failed politician like Donald Trump — who lost the House, the Senate, and the White House — we all know Joe Biden will win again.”</p> <div> <div> <blockquote> <p lang="en" dir="ltr">I’m in. <br />Join me at <a href="https://t.co/UoYuhkf2zJ">https://t.co/UoYuhkf2zJ</a> <a href="https://t.co/M19lU9GzDh">pic.twitter.com/M19lU9GzDh</a></p> <p>— Will Hurd (@WillHurd) <a href="https://twitter.com/WillHurd/status/1671856495615508480?ref_src=twsrc%5Etfw">June 22, 2023</a></p></blockquote> </div> </div> <p>Hurd stepped up his public criticism of Trump as the former president was repeatedly indicted and now faces four separate criminal cases and 91 total charges. Trump still holds a fundraising advantage and commanding lead in early primary polls.</p> <p><strong>Read More:</strong> <em><a href="https://time.com/6301112/trump-criminal-cases-status/">A Guide to All of Trump’s Indictments—and Where Each Case Stands</a></em></p> <p>As a result, Hurd’s few memorable moments as a White House candidate came when he was heckled by Republican crowds after repeating assertions that Trump, should he clinch the GOP nomination, would lose the general election to Biden.</p> <p>“Donald Trump is running to stay out of prison,” Hurd declared at a July GOP dinner in Iowa. When sustained booing followed, he responded, “Listen, I know the truth is hard.”</p> </div> <div class='heateorSssClear'></div><div class='heateor_sss_sharing_container heateor_sss_horizontal_sharing' data-heateor-sss-href='https://audio-posts.com/gop-primary-will-hurd-endorses-nikki-haley/'><div class='heateor_sss_sharing_title' style="font-weight:bold" >Spread the news</div><div class="heateor_sss_sharing_ul"><a aria-label="Facebook" class="heateor_sss_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Faudio-posts.com%2Fgop-primary-will-hurd-endorses-nikki-haley%2F" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="heateor_sss_svg" style="background-color:#0765FE;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;border-radius:999px;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#fff" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="heateor_sss_button_twitter" href="http://twitter.com/intent/tweet?text=Anti-Trump%20Candidate%20Will%20Hurd%20Drops%20Out%20of%20Republican%20Primary%20Race%2C%20Endorses%20Nikki%20Haley&url=https%3A%2F%2Faudio-posts.com%2Fgop-primary-will-hurd-endorses-nikki-haley%2F" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="heateor_sss_svg heateor_sss_s__default heateor_sss_s_twitter" style="background-color:#55acee;width:35px;height:35px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;border-radius:999px;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#fff"></path></svg></span></a><a class="heateor_sss_more" title="More" rel="nofollow noopener" style="font-size: 32px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://audio-posts.com/gop-primary-will-hurd-endorses-nikki-haley/" onclick="event.preventDefault()"><span class="heateor_sss_svg" style="background-color:#ee8e2d;width:35px;height:35px;border-radius:999px;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="heateorSssMoreSharingPopup(this, 'https://audio-posts.com/gop-primary-will-hurd-endorses-nikki-haley/', 'Anti-Trump%20Candidate%20Will%20Hurd%20Drops%20Out%20of%20Republican%20Primary%20Race%2C%20Endorses%20Nikki%20Haley', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;border-radius:999px;" xml:space="preserve"><g><path fill="#fff" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div><div class="heateorSssClear"></div></div><div class='heateorSssClear'></div><div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:44px;left: -10px;top: 200px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https://audio-posts.com/2023/10/09/'><div class="heateor_sss_sharing_ul"><a aria-label="Facebook" class="heateor_sss_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Faudio-posts.com%2F2023%2F10%2F09%2F" title="Facebook" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="heateor_sss_svg" style="background-color:#0765FE;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><path fill="#fff" d="M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z"></path></svg></span></a><a aria-label="Twitter" class="heateor_sss_button_twitter" href="http://twitter.com/intent/tweet?text=9%20October%202023%20Archives&url=https%3A%2F%2Faudio-posts.com%2F2023%2F10%2F09%2F" title="Twitter" rel="nofollow noopener" target="_blank" style="font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle"><span class="heateor_sss_svg heateor_sss_s__default heateor_sss_s_twitter" style="background-color:#55acee;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box"><svg style="display:block;" focusable="false" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-4 -4 39 39"><path d="M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z" fill="#fff"></path></svg></span></a><a class="heateor_sss_more" title="More" rel="nofollow noopener" style="font-size: 32px!important;border:0;box-shadow:none;display:inline-block!important;font-size:16px;padding:0 4px;vertical-align: middle;display:inline;" href="https://audio-posts.com/2023/10/09/" onclick="event.preventDefault()"><span class="heateor_sss_svg" style="background-color:#ee8e2d;width:40px;height:40px;margin:0;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;" onclick="heateorSssMoreSharingPopup(this, 'https://audio-posts.com/2023/10/09/', '9%20October%202023%20Archives', '' )"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-.3 0 32 32" version="1.1" width="100%" height="100%" style="display:block;" xml:space="preserve"><g><path fill="#fff" d="M18 14V8h-4v6H8v4h6v6h4v-6h6v-4h-6z" fill-rule="evenodd"></path></g></svg></span></a></div><div class="heateorSssClear"></div></div> </div><!-- .entry-content --> </div><!-- .post-inner --> <div class="section-inner"> </div><!-- .section-inner --> </article><!-- .post --> <div class="pagination-wrapper section-inner"> <hr class="styled-separator pagination-separator is-style-wide" aria-hidden="true" /> <nav class="navigation pagination" aria-label="Posts"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><span class="prev page-numbers placeholder" aria-hidden="true"><span aria-hidden="true">&larr;</span> <span class="nav-prev-text">Newer <span class="nav-short">Posts</span></span></span><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://audio-posts.com/2023/10/09/page/2/">2</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://audio-posts.com/2023/10/09/page/41/">41</a> <a class="next page-numbers" href="https://audio-posts.com/2023/10/09/page/2/"><span class="nav-next-text">Older <span class="nav-short">Posts</span></span> <span aria-hidden="true">&rarr;</span></a></div> </nav> </div><!-- .pagination-wrapper --> </main><!-- #site-content --> <div class="footer-nav-widgets-wrapper header-footer-group"> <div class="footer-inner section-inner"> <div class="footer-top has-footer-menu has-social-menu"> <nav aria-label="Footer" class="footer-menu-wrapper"> <ul class="footer-menu reset-list-style"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-327646"><a href="https://audio-posts.com/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://audio-posts.com/audio-review/">Audio and Video Review</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><a href="https://audio-posts.com/links-audio-posts-com/">Links and Pages &#8211; audio-posts.com</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-317407"><a href="https://newsandtimes.net/">The News And Times Network</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317542"><a href="https://audio-posts.com/news-reviews-3/">News Reviews</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327475"><a href="https://audio-posts.com/radio-stations/">Radio Stations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327718"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&#038;lw=400&#038;cs=m&#038;lh=200&#038;n=200&#038;sb=y">Selected Articles</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327719"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html?t=Tweets+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&#038;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&#038;lw=125&#038;cs=m&#038;lh=100&#038;n=100&#038;sb=y&#038;c=CXqWyC1JRtr3">Tweets</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-20"><a href="https://audio-posts.com/posts/">Posts &#8211; audio-posts.com</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327722"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&#038;lw=200&#038;cs=m&#038;lh=151&#038;n=200&#038;sb=y">All Posts &#8211; audio-posts.com</a></li> </ul> </nav><!-- .site-nav --> <nav aria-label="Social links" class="footer-social-wrapper"> <ul class="social-menu footer-social reset-list-style social-icons fill-children-current-color"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33"><a href="https://twitter.com/mikenov"><span class="screen-reader-text">Twitter</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34"><a href="https://www.facebook.com/mike.nova3"><span class="screen-reader-text">Facebook</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-35"><a href="https://michael_novakhov.newsblur.com/"><span class="screen-reader-text">Shared Links</span><svg class="svg-icon" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M6.70846497,10.3082552 C6.43780491,9.94641406 6.5117218,9.43367048 6.87356298,9.16301045 C7.23540415,8.89235035 7.74814771,8.96626726 8.01880776,9.32810842 C8.5875786,10.0884893 9.45856383,10.5643487 10.4057058,10.6321812 C11.3528479,10.7000136 12.2827563,10.3531306 12.9541853,9.68145807 L15.3987642,7.23705399 C16.6390369,5.9529049 16.6212992,3.91168563 15.3588977,2.6492841 C14.0964962,1.38688258 12.0552769,1.36914494 10.77958,2.60113525 L9.37230725,4.00022615 C9.05185726,4.31881314 8.53381538,4.31730281 8.21522839,3.99685275 C7.89664141,3.67640269 7.89815174,3.15836082 8.21860184,2.83977385 L9.63432671,1.43240056 C11.5605503,-0.42800847 14.6223793,-0.401402004 16.5159816,1.49220028 C18.4095838,3.38580256 18.4361903,6.44763148 16.5658147,8.38399647 L14.1113741,10.838437 C13.1043877,11.8457885 11.7095252,12.366113 10.2888121,12.2643643 C8.86809903,12.1626156 7.56162126,11.4488264 6.70846497,10.3082552 Z M11.291535,7.6917448 C11.5621951,8.05358597 11.4882782,8.56632952 11.126437,8.83698955 C10.7645959,9.10764965 10.2518523,9.03373274 9.98119227,8.67189158 C9.4124214,7.91151075 8.54143617,7.43565129 7.59429414,7.36781884 C6.6471521,7.29998638 5.71724372,7.64686937 5.04581464,8.31854193 L2.60123581,10.762946 C1.36096312,12.0470951 1.37870076,14.0883144 2.64110228,15.3507159 C3.90350381,16.6131174 5.94472309,16.630855 7.21873082,15.400549 L8.61782171,14.0014581 C8.93734159,13.6819382 9.45538568,13.6819382 9.77490556,14.0014581 C10.0944254,14.320978 10.0944254,14.839022 9.77490556,15.1585419 L8.36567329,16.5675994 C6.43944966,18.4280085 3.37762074,18.401402 1.48401846,16.5077998 C-0.409583822,14.6141975 -0.436190288,11.5523685 1.43418536,9.61600353 L3.88862594,7.16156298 C4.89561225,6.15421151 6.29047483,5.63388702 7.71118789,5.7356357 C9.13190097,5.83738438 10.4383788,6.55117356 11.291535,7.6917448 Z" /></svg></a></li> </ul><!-- .footer-social --> </nav><!-- .footer-social-wrapper --> </div><!-- .footer-top --> <aside class="footer-widgets-outer-wrapper"> <div class="footer-widgets-wrapper"> <div class="footer-widgets column-one grid-item"> <div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Saved Web Pages – Full Text Articles – Audio Posts</h2> <div class="textwidget"><p><b><a href="https://www.inoreader.com/stream/user/1006407045/tag/web-pages/view/html" target="_blank" rel="noopener">Saved Web Pages – Full Text Articles – Audio Posts</a></b><b> – <a href="https://thenewsandtimes.blogspot.com/" target="_blank" rel="noopener">The News And Times</a></b></p> <p><b><a href="https://thenewsandtimes.com/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://thenewsandtimes.com/wp-content/uploads/2023/01/NT-News-and-Times.png" width="70" height="44" /></a>Play with your <a href="https://www.google.com/search?q=browser+TTS+extension&amp;rlz=1C1ONGR_enUS949US949&amp;oq=browser+TTS+extension&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCggCEAAYhgMYigUyCggDEAAYhgMYigXSAQkxMTI0NWowajeoAgCwAgA&amp;sourceid=chrome&amp;ie=UTF-8" target="_blank" rel="noopener">browser TTS extension</a>, e.g. “Read Aloud” </b></p> <div class="header_text"><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/web-pages/view/html?t=%20Saved%20Web%20Pages%20Review%20-%20The%20News%20And%20Times%20-%20TheNewsAndTimes.com&amp;l=https%3A%2F%2Fthenewsandtimes.com%2Fwp-content%2Fuploads%2F2023%2F01%2FNT-News-and-Times.png&amp;lw=300&amp;cs=m&amp;lh=100&amp;sb=y" target="_blank" rel="noopener">Saved Web Pages Review – The News And Times – TheNewsAndTimes.com</a></strong></div> </div> </div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">The Audio Posts &#8211; Links</h2> <div class="textwidget"><h1 class="site-logo"><a class="custom-logo-link" href="https://audio-posts.com/" target="_blank" rel="home noopener" aria-current="page"><img loading="lazy" decoding="async" class="custom-logo alignnone" src="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg" sizes="(max-width: 1200px) 100vw, 1200px" srcset="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg 1200w, https://audio-posts.com/wp-content/uploads/2022/04/audio-300x169.jpeg 300w, https://audio-posts.com/wp-content/uploads/2022/04/audio-1024x576.jpeg 1024w, https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg 768w" alt="The Audio Posts" width="1200" height="675" /></a></h1> <p><a href="https://audio-posts.com/" target="_blank" rel="noopener"><strong>The Audio Posts &#8211; audio-posts.com | The News And Times Network | Audio Posts in English</strong></a></p> <p><a href="https://russianewsreview.org/audio-posts-in-russian-from-the-saved-web-pages/" target="_blank" rel="noopener"><strong>Audio Posts In Russian from the Saved Web Pages – russianewsreview.org</strong></a></p> <p><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Recent</a> <a href="https://audio-posts.com/" target="_blank" rel="noopener">Audio Posts</a> | </strong><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=%20All%20Articles%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">All Articles – The News And Times Review – TheNewsAndTimes.Blogspot.com</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html" target="_blank" rel="noopener">RSS Page</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Selected Articles – Michael Novakhov’s favorite articles on Inoreader – The News And Times</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html" target="_blank" rel="noopener">RSS Page</a></strong></p> </div> </div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">The Audio Posts &#8211; audio-posts.com</h2> <div class="textwidget"><div class="header_logo"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&amp;lw=200&amp;cs=m&amp;lh=151&amp;n=200&amp;sb=y" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter" src="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg" width="368" height="207" /></a></div> <div class="header_text"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&amp;lw=200&amp;cs=m&amp;lh=151&amp;n=200&amp;sb=y" target="_blank" rel="noopener"><strong>The Audio Posts – audio-posts.com – The News And Times</strong></a><strong> – <a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts%20-%20audio-posts.com/view/html" target="_blank" rel="noopener">RSS Page</a> </strong></div> <div><strong>Active Posts Categories as of 3.9.23: </strong></div> <ul> <li><strong><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a> </strong></li> <li><strong><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov – SharedNewsLinks℠</a></strong></li> <li><strong><a href="https://audio-posts.com/category/my-opinion-the-news-and-times/" target="_blank" rel="noopener">My Opinion – The News And Times</a></strong></li> </ul> </div> </div></div><div class="widget widget_calendar"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Recent Posts</h2><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table"> <caption>October 2023</caption> <thead> <tr> <th scope="col" title="Monday">M</th> <th scope="col" title="Tuesday">T</th> <th scope="col" title="Wednesday">W</th> <th scope="col" title="Thursday">T</th> <th scope="col" title="Friday">F</th> <th scope="col" title="Saturday">S</th> <th scope="col" title="Sunday">S</th> </tr> </thead> <tbody> <tr> <td colspan="6" class="pad">&nbsp;</td><td><a href="https://audio-posts.com/2023/10/01/" aria-label="Posts published on October 1, 2023">1</a></td> </tr> <tr> <td><a href="https://audio-posts.com/2023/10/02/" aria-label="Posts published on October 2, 2023">2</a></td><td><a href="https://audio-posts.com/2023/10/03/" aria-label="Posts published on October 3, 2023">3</a></td><td><a href="https://audio-posts.com/2023/10/04/" aria-label="Posts published on October 4, 2023">4</a></td><td><a href="https://audio-posts.com/2023/10/05/" aria-label="Posts published on October 5, 2023">5</a></td><td><a href="https://audio-posts.com/2023/10/06/" aria-label="Posts published on October 6, 2023">6</a></td><td><a href="https://audio-posts.com/2023/10/07/" aria-label="Posts published on October 7, 2023">7</a></td><td><a href="https://audio-posts.com/2023/10/08/" aria-label="Posts published on October 8, 2023">8</a></td> </tr> <tr> <td><a href="https://audio-posts.com/2023/10/09/" aria-label="Posts published on October 9, 2023">9</a></td><td><a href="https://audio-posts.com/2023/10/10/" aria-label="Posts published on October 10, 2023">10</a></td><td><a href="https://audio-posts.com/2023/10/11/" aria-label="Posts published on October 11, 2023">11</a></td><td><a href="https://audio-posts.com/2023/10/12/" aria-label="Posts published on October 12, 2023">12</a></td><td><a href="https://audio-posts.com/2023/10/13/" aria-label="Posts published on October 13, 2023">13</a></td><td><a href="https://audio-posts.com/2023/10/14/" aria-label="Posts published on October 14, 2023">14</a></td><td><a href="https://audio-posts.com/2023/10/15/" aria-label="Posts published on October 15, 2023">15</a></td> </tr> <tr> <td><a href="https://audio-posts.com/2023/10/16/" aria-label="Posts published on October 16, 2023">16</a></td><td><a href="https://audio-posts.com/2023/10/17/" aria-label="Posts published on October 17, 2023">17</a></td><td><a href="https://audio-posts.com/2023/10/18/" aria-label="Posts published on October 18, 2023">18</a></td><td><a href="https://audio-posts.com/2023/10/19/" aria-label="Posts published on October 19, 2023">19</a></td><td><a href="https://audio-posts.com/2023/10/20/" aria-label="Posts published on October 20, 2023">20</a></td><td><a href="https://audio-posts.com/2023/10/21/" aria-label="Posts published on October 21, 2023">21</a></td><td><a href="https://audio-posts.com/2023/10/22/" aria-label="Posts published on October 22, 2023">22</a></td> </tr> <tr> <td><a href="https://audio-posts.com/2023/10/23/" aria-label="Posts published on October 23, 2023">23</a></td><td><a href="https://audio-posts.com/2023/10/24/" aria-label="Posts published on October 24, 2023">24</a></td><td><a href="https://audio-posts.com/2023/10/25/" aria-label="Posts published on October 25, 2023">25</a></td><td><a href="https://audio-posts.com/2023/10/26/" aria-label="Posts published on October 26, 2023">26</a></td><td><a href="https://audio-posts.com/2023/10/27/" aria-label="Posts published on October 27, 2023">27</a></td><td><a href="https://audio-posts.com/2023/10/28/" aria-label="Posts published on October 28, 2023">28</a></td><td><a href="https://audio-posts.com/2023/10/29/" aria-label="Posts published on October 29, 2023">29</a></td> </tr> <tr> <td><a href="https://audio-posts.com/2023/10/30/" aria-label="Posts published on October 30, 2023">30</a></td><td><a href="https://audio-posts.com/2023/10/31/" aria-label="Posts published on October 31, 2023">31</a></td> <td class="pad" colspan="5">&nbsp;</td> </tr> </tbody> </table><nav aria-label="Previous and next months" class="wp-calendar-nav"> <span class="wp-calendar-nav-prev"><a href="https://audio-posts.com/2023/09/">&laquo; Sep</a></span> <span class="pad">&nbsp;</span> <span class="wp-calendar-nav-next"><a href="https://audio-posts.com/2023/11/">Nov &raquo;</a></span> </nav></div></div></div><div class="widget widget_categories"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Categories</h2><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://audio-posts.com/category/ads-on-twitter/">Ads on Twitter</a> (1,568) </li> <li class="cat-item cat-item-4"><a href="https://audio-posts.com/category/audio-review/">Audio Review</a> (9,871) </li> <li class="cat-item cat-item-17"><a href="https://audio-posts.com/category/audio-sources-full-text-articles/">Audio Sources &#8211; Full Text Articles</a> (27,796) </li> <li class="cat-item cat-item-11"><a href="https://audio-posts.com/category/featured/">Featured</a> (14) </li> <li class="cat-item cat-item-9"><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov &#8211; SharedNewsLinks℠</a> (116) </li> <li class="cat-item cat-item-16"><a href="https://audio-posts.com/category/my-opinion-the-news-and-times/">My Opinion &#8211; The News And Times</a> (126) </li> <li class="cat-item cat-item-18"><a href="https://audio-posts.com/category/pbs-newshour-full-episode/">PBS NewsHour full episode</a> (46) </li> <li class="cat-item cat-item-13"><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a> (3,760) </li> <li class="cat-item cat-item-15"><a href="https://audio-posts.com/category/selected-articles-review/">Selected Articles Review</a> (1,927) </li> <li class="cat-item cat-item-10"><a href="https://audio-posts.com/category/shared-links-audio-posts/">Shared Links &#8211; Audio Posts</a> (69) </li> <li class="cat-item cat-item-1"><a href="https://audio-posts.com/category/uncategorized/">Uncategorized</a> (3) </li> </ul> </nav></div></div> <div class="widget widget_recent_entries"><div class="widget-content"> <h2 class="widget-title subheading heading-size-3">Recent Posts</h2><nav aria-label="Recent Posts"> <ul> <li> <a href="https://audio-posts.com/28606-2/">G7 Pledges More Russia Sanctions After Virtual Talks on Ukraine</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/28379-2/">Global Arms Manufacturers In Ukraine: a Dream Or a Near Future?</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/28605-2/">Ukraine vs. US Border at Annual Conservatives Gathering</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/28598-2/">What 24 February 2022 Means for Us – Waschuk, Akhmetov, Hunder, Anna Derevyanko</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/blinded-every-a-50-radar-plane-the-ukrainians-shoot-down-opens-a-gap-in-russian-radar-coverage-a-gap-the-ukrainians-can-exploit/">‘Blinded’: Every A-50 Radar Plane The Ukrainians Shoot Down Opens A Gap In Russian Radar Coverage—A Gap The Ukrainians Can Exploit</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/entire_crew_of_russias_a_50_aircraft_shot_down_by_the_defense_forces_of_ukraine_died-9624-html/">Entire Crew of russia’s A-50 Aircraft Shot Down by the Defense Forces of Ukraine Died | Defense Express</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/1761656072991867120-2/">@mikenov: RT @mfa_russia: President of Russia #Putin on @JoeBiden&#8217;s rude remark: 💬 Ofc he cannot openly say, “Great, Vlad, thank you, you helped me…</a> <span class="post-date">February 25, 2024</span> </li> <li> <a href="https://audio-posts.com/54706-2/">Too late now</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7501614-html/">Republican Trying to Block Party From Paying Trump&#8217;s Legal Bills</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/lawmaker-urges-elon-musk-provide-spacex-starshield-us-defense-taiwan-2024-2/">Congressman presses Elon Musk to provide SpaceX satellite services for US defense forces in Taiwan, report says</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/russia-ukraine-war-at-a-glance-what-we-know-on-day-731/">Russia-Ukraine war at a glance: what we know on day 731</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/54695-2/">Looks like Donald Trump is upside down on just about everything</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/gop-primary-south-carolina/">Donald Trump wins GOP primary in South Carolina</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7501334-html/">Protesters Rally All Over World To Demand Putin End War in Ukraine</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/54709-2/">Senile Donald Trump appears to call Melania “Mercedes”</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/south-carolina-republican-primary-results-trump-defeats-nikki-haley-2024-2/">South Carolina GOP primary called immediately for Trump as Nikki Haley loses in her own backyard</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/post-quantum-cryptographic-protocol-pq3-html/">Apple created post-quantum cryptographic protocol PQ3 for iMessage</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/russia-ukraine-war-24a159f04936f624fed6aba78ee30efa/">Ukraine claims it downed another Russian early warning and control plane in a major blow to Moscow</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/odysseus-lander-tipped-over-on-moons-surface-now-on-its-side/">Odysseus lander tipped over on moon&#8217;s surface, now on it&#8217;s side</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/54694-2/">Turns out the dollar value of the “Trump” brand is plummeting</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/1761475151667810636-2/">@mikenov: https://t.co/hpCbgZnqdI &#8211; The News And Times Review: FBI and Gestapo https://t.co/O0SIgLVWzM #NewsAndTimes #NT #TNT #News #Times #World #USA #POTUS #DOJ #FBI #CIA #DIA #ODNI #Israel #Mossad #Netanyahu #Ukraine #NewAbwehr #OSINT #Putin #Russia #GRU #Путин, #Россия… https://t.co/zVpDFN2GTY</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7501263-html/">South Africa&#8217;s ANC Launches Election Manifesto</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/1761470485022323013-2/">@mikenov: RT @igorsushko: Russian fascists continue their regularly scheduled arrests of journalists covering the weekly &#8220;Way Back Home&#8221; gatherings b…</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/id879125012/">America&#8217;s Gestapo, the FBI Part I</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/where-to-watch-oscars-live-stream-free-online/">Where to watch an Oscars live stream for free online from anywhere</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/childhood-best-friend-lost-touch-reconnect-college-2024-2/">My childhood best friend and I lost touch, but we ended up at the same college. We&#8217;re now making up for lost time.</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7501089-html/">Chip Giant TSMC Shifts From Hotspot Taiwan With Japan Plant</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/king-charles-message-ukraine-russia-war-anniversary/">King Charles III Sends Message to Ukraine on Anniversary of Russia’s Invasion</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/sag-awards-2024-watch-netflix-ceremony-nominations-winners/">Everything You Need to Know About the 2024 SAG Awards</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/ceqjjd11w4po/">Бывший генсек НАТО: Путин ждал, что его пригласят в альянс &#8211; BBC News Русская служба</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/ai-tackling-jobs-humans-dont-have-time-for-or-want-2024-2/">Instead of taking your job, AI might be more like the best intern ever</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/french-vs-american-parenting-style-differences-2024-2/">I&#8217;m an American parent in France. The French&#8217;s parenting style is different, but it&#8217;s made me secure in my own decisions.</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28582-2/">2 years ago Putin-Khuylo miscalculated in launching his Rasszist blitzkrieg against Ukraine</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28581-2/">From Bad to Worse – Russia Loses Another Fighter Bomber</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28489-2/">After Two Years Russia Resorts to Throwing Ancient Tanks into Battle &#8211; It May Not Be Enough</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/what-happened-to-wendy-williams-health-guardianship-timeline-explained-2024-2/">What happened to Wendy Williams? A new documentary delves deeper into her health and guardianship</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7481765-html/">VOA Newscasts</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28570-2/">Another Bad Night for Russia’s Aerospace Forces as Another A-50 Goes Down</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28568-2/">Ukraine on the Defensive as Russia War Enters Third Year</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/28537-2/">What 24 February 2022, Means for Us – Tsikhanouskaya, Kasparov, Aslund, Kurkov</a> <span class="post-date">February 24, 2024</span> </li> <li> <a href="https://audio-posts.com/7500876-html/">Angry French Farmers With Tractors Hold Another Paris Protest</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/7500873-html/">White House, Tribes Hail &#8216;Historic&#8217; Deal to Restore Pacific NW Salmon Runs</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/54689-2/">GOP is in panic mode</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/7500870-html/">At Least 15 Die in Residential Fire in Eastern China&#8217;s Nanjing</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/7480468-html/">VOA Newscasts</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/1761174669569188271-2/">@mikenov: RT @SecDef: After two years of Putin’s reckless and lawless war, we salute Ukraine’s brave defenders, and we wish Ukraine’s unbowed citizen…</a> <span class="post-date">February 23, 2024</span> </li> <li> <a href="https://audio-posts.com/1761174604066836944-2/">@mikenov: RT @NKobserver: We believe a #Zelensky visit to #Armenia will result in #Russia not hindering another major incursion by #Azerbaijan, possi…</a> <span class="post-date">February 23, 2024</span> </li> </ul> </nav></div></div><div class="widget widget_archive"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Archives</h2><nav aria-label="Archives"> <ul> <li><a href='https://audio-posts.com/2024/02/'>February 2024</a>&nbsp;(855)</li> <li><a href='https://audio-posts.com/2024/01/'>January 2024</a>&nbsp;(1110)</li> <li><a href='https://audio-posts.com/2023/12/'>December 2023</a>&nbsp;(1119)</li> <li><a href='https://audio-posts.com/2023/11/'>November 2023</a>&nbsp;(1209)</li> <li><a href='https://audio-posts.com/2023/10/' aria-current="page">October 2023</a>&nbsp;(1315)</li> <li><a href='https://audio-posts.com/2023/09/'>September 2023</a>&nbsp;(1333)</li> <li><a href='https://audio-posts.com/2023/08/'>August 2023</a>&nbsp;(1146)</li> <li><a href='https://audio-posts.com/2023/07/'>July 2023</a>&nbsp;(1024)</li> <li><a href='https://audio-posts.com/2023/06/'>June 2023</a>&nbsp;(903)</li> <li><a href='https://audio-posts.com/2023/05/'>May 2023</a>&nbsp;(1248)</li> <li><a href='https://audio-posts.com/2023/04/'>April 2023</a>&nbsp;(1331)</li> <li><a href='https://audio-posts.com/2023/03/'>March 2023</a>&nbsp;(110)</li> <li><a href='https://audio-posts.com/2023/02/'>February 2023</a>&nbsp;(31)</li> <li><a href='https://audio-posts.com/2023/01/'>January 2023</a>&nbsp;(6562)</li> <li><a href='https://audio-posts.com/2022/12/'>December 2022</a>&nbsp;(8001)</li> <li><a href='https://audio-posts.com/2022/11/'>November 2022</a>&nbsp;(5297)</li> <li><a href='https://audio-posts.com/2022/10/'>October 2022</a>&nbsp;(239)</li> <li><a href='https://audio-posts.com/2022/09/'>September 2022</a>&nbsp;(254)</li> <li><a href='https://audio-posts.com/2022/08/'>August 2022</a>&nbsp;(346)</li> <li><a href='https://audio-posts.com/2022/07/'>July 2022</a>&nbsp;(303)</li> <li><a href='https://audio-posts.com/2022/06/'>June 2022</a>&nbsp;(6407)</li> <li><a href='https://audio-posts.com/2022/05/'>May 2022</a>&nbsp;(5112)</li> <li><a href='https://audio-posts.com/2022/04/'>April 2022</a>&nbsp;(26)</li> </ul> </nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://audio-posts.com/category/saved-web-pages/feed"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://audio-posts.com/">Audio Posts: Saved Web Pages</a></h2><nav aria-label="Audio Posts: Saved Web Pages"><ul><li><a class='rsswidget' href='https://audio-posts.com/id879125012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=id879125012'>America’s Gestapo, the FBI Part I</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/ceqjjd11w4po/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ceqjjd11w4po'>Бывший генсек НАТО: Путин ждал, что его пригласят в альянс – BBC News Русская служба</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/russian-national-ties-vladimir-putin-002707641-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=russian-national-ties-vladimir-putin-002707641-html'>Russian national with ties to Vladimir Putin arrested in Austin</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://audio-posts.com/category/featured/feed"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://audio-posts.com/">Featured Posts &#8211; audio-posts.com</a></h2><nav aria-label="Featured Posts &#8211; audio-posts.com"><ul><li><a class='rsswidget' href='https://audio-posts.com/fbi-fbi-ruins-peoples-lives-as-result-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fbi-fbi-ruins-peoples-lives-as-result-html'>The FBI “ruins people’s lives” routinely, as the result of their predatory vicious stupidity and as the matter of their policies and institutional culture. | #FBI, My Opinion – #Opinion</a> <span class="rss-date">May 21, 2023</span></li><li><a class='rsswidget' href='https://audio-posts.com/naziskennedyassassination-htm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=naziskennedyassassination-htm'>The Nazi Connection to the John F. Kennedy Assassination</a> <span class="rss-date">May 6, 2023</span></li><li><a class='rsswidget' href='https://audio-posts.com/early-edition-november-29-2022/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=early-edition-november-29-2022'>Early Edition: November 29, 2022</a> <span class="rss-date">November 29, 2022</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://audio-posts.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://audio-posts.com/">Audio Posts In English &#8211; The News And Times</a></h2><nav aria-label="Audio Posts In English &#8211; The News And Times"><ul><li><a class='rsswidget' href='https://audio-posts.com/odysseus-lander-tipped-over-on-moons-surface-now-on-its-side/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=odysseus-lander-tipped-over-on-moons-surface-now-on-its-side'>Odysseus lander tipped over on moon’s surface, now on it’s side</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/54694-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=54694-2'>Turns out the dollar value of the “Trump” brand is plummeting</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/1761475151667810636-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=1761475151667810636-2'>@mikenov: https://t.co/hpCbgZnqdI – The News And Times Review: FBI and Gestapo https://t.co/O0SIgLVWzM #NewsAndTimes #NT #TNT #News #Times #World #USA #POTUS #DOJ #FBI #CIA #DIA #ODNI #Israel #Mossad #Netanyahu #Ukraine #NewAbwehr #OSINT #Putin #Russia #GRU #Путин, #Россия… https://t.co/zVpDFN2GTY</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://russianewsreview.org/category/audio-posts-in-russian-from-the-saved-web-pages/feed"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://russianewsreview.org/">Audio Posts In Russian</a></h2><nav aria-label="Audio Posts In Russian"><ul><li><a class='rsswidget' href='https://russianewsreview.org/499506-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=499506-2'>Как Путина могут заставить уйти от власти: Единственная надежда на то, что произошло после смерти Сталина. Новое руководство пришло к власти и начало медленно демонтировать тираническую систему диктатора. Возможно, это лучший исход, который можно себе представить для России. – Стивен Шлезингер</a> <span class="rss-date">April 25, 2023</span></li><li><a class='rsswidget' href='https://russianewsreview.org/reznikov-viklyuchiv-mirni-domovlenosti-putinim-1680684459-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reznikov-viklyuchiv-mirni-domovlenosti-putinim-1680684459-html'>Резников исключил мирные договоренности с Путиным: зрады не будет, война скоро закончится</a> <span class="rss-date">April 8, 2023</span></li><li><a class='rsswidget' href='https://russianewsreview.org/news-64531910/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=news-64531910'>Депутаты Рады и СМИ пишут, что Резников покинет пост министра обороны, хотя и не на этой неделе. Что известно</a> <span class="rss-date">April 8, 2023</span></li></ul></nav></div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Advertising And Donations – TheNewsAndTimes.com</h2> <div class="textwidget"><p><a href="https://thenewsandtimes.com/advertising-thenewsandtimes-com/" target="_blank" rel="noopener"><strong>Advertising And Donations – TheNewsAndTimes.com</strong></a></p> <p><a href="https://thenewsandtimes.com/asp-products/donation-to-the-news-and-times/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://thumbs.dreamstime.com/b/donate-money-charity-concept-hand-putting-banknotes-donation-box-vector-illustration-eps-144203412.jpg" alt="Donate Money Vector Illustration. Charity, Donation Concept Stock Vector - Illustration of business, donate: 143816912" width="255" height="213" /></a></p> <p><strong><a href="https://thenewsandtimes.com/asp-products/donation-to-the-news-and-times/" target="_blank" rel="noopener">You can also make a donation, of any amount, which will be greatly appreciated.</a> It will help to maintain and improve The News And Times websites in their mission to serve the public with the objective, timely, balanced, and truthful reports, summaries, and the analyses of the news. Thank you. </strong></p> <p><strong>Michael Novakhov (Mike Nova), blogger (<a href="https://www.bing.com/search?q=Michael%20Novakhov%20(Mike%20Nova)%2C%20blogger&amp;qs=n&amp;form=QBRE&amp;=%25eManage%20Your%20Search%20History%25E&amp;sp=-1&amp;lq=0&amp;pq=michael%20novakhov%20(mike%20nova)%2C%20blogger&amp;sc=9-37&amp;sk=&amp;cvid=DE5802674CC64C5DAB015F79596DAE64&amp;ghsh=0&amp;ghacc=0&amp;ghpl=" target="_blank" rel="noopener">Bing</a>, <a href="https://www.google.com/search?q=Michael+Novakhov+(Mike+Nova)%2C+blogger&amp;rlz=1C1ONGR_enUS949US949&amp;oq=Michael+Novakhov+(Mike+Nova)%2C+blogger&amp;aqs=chrome.0.69i59j69i61j69i60l2j69i65l3.2127j0j7&amp;sourceid=chrome&amp;ie=UTF-8" target="_blank" rel="noopener">Google</a>)</strong></p> </div> </div></div><div class="widget audio-widget"><div class="widget-content"><div class="audio-adlabel">Advertisements | Advertising at The News And Times | advertising-newsandtimes.com | WE CONNECT!</div><p style="text-align: center;"><a href="https://audio-posts.com/asp-products/advertising-space-5-audio-posts-com-at-25-per-month/" target="_blank" rel="noopener"><strong>Advertising Space 5 – audio-posts.com</strong></a></p> <p><a href="https://audio-posts.com/asp-products/advertising-space-5-audio-posts-com-at-25-per-month/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter" src="https://i0.wp.com/crasyideas.com/wp-content/uploads/2020/01/for_rent.png?fit=420%2C420&amp;ssl=1" alt="Ad Space for rent - CH Crasy Ideas" width="184" height="184" /></a></p> <p style="text-align: center;"><a href="https://advertising-newsandtimes.com/" target="_blank" rel="noopener"><strong>Advertising at The News And Times – advertising-newsandtimes.com</strong></a></p> </div></div><div class="widget widget_nav_menu"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Navigation Menu</h2><nav class="menu-main-menu-container" aria-label="Navigation Menu"><ul id="menu-main-menu-4" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-327646"><a href="https://audio-posts.com/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://audio-posts.com/audio-review/">Audio and Video Review</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><a href="https://audio-posts.com/links-audio-posts-com/">Links and Pages &#8211; audio-posts.com</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-317407"><a href="https://newsandtimes.net/">The News And Times Network</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317542"><a href="https://audio-posts.com/news-reviews-3/">News Reviews</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327475"><a href="https://audio-posts.com/radio-stations/">Radio Stations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327718"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&#038;lw=400&#038;cs=m&#038;lh=200&#038;n=200&#038;sb=y">Selected Articles</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327719"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html?t=Tweets+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&#038;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&#038;lw=125&#038;cs=m&#038;lh=100&#038;n=100&#038;sb=y&#038;c=CXqWyC1JRtr3">Tweets</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-has-children menu-item-20"><a href="https://audio-posts.com/posts/">Posts &#8211; audio-posts.com</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327713"><a href="https://audio-posts.com/category/saved-web-pages/">Saved web pages</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327714"><a href="https://audio-posts.com/category/michael-novakhov-sharednewslinks%e2%84%a0/">Michael Novakhov &#8211; SharedNewsLinks℠</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-327715"><a href="https://audio-posts.com/category/shared-links-audio-posts/">Shared Links &#8211; Audio Posts</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-327722"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?t=%20The%20Audio%20Posts%20-%20audio-posts.com%20-%20The%20News%20And%20Times&#038;l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&#038;lw=200&#038;cs=m&#038;lh=151&#038;n=200&#038;sb=y">All Posts &#8211; audio-posts.com</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327645"><a href="https://audio-posts.com/the-audio-posts-review-audio-posts-com/">The Audio Posts Review &#8211; audio-posts.com</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-327720"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html?t=%20Audio%20Review%20-%20The%20News%20And%20Times%20Review%20-%20audio-posts.com&#038;l=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FnPQoFCqV5xWUFEXBaH3oJRArFno%3D%2F0x0%3A5248x3499%2F1200x675%2Ffilters%3Afocal(2273x2014%3A3111x2852)%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F67582183%2Fdseifert-nest-audio-4225-1.0.0.jpeg&#038;lw=400&#038;cs=m&#038;lh=200&#038;sb=y">Audio Review</a></li> </ul> </li> </ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20ABC"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20ABC/view/html">Audio Review &#8211; ABC</a></h2><nav aria-label="Audio Review &#8211; ABC"><ul><li><a class='rsswidget' href='https://www.abc.net.au/listen/programs/downloadthisshow/future-of-ai/103422780'>The Future of AI</a> <span class="rss-date">February 22, 2024</span></li><li><a class='rsswidget' href='https://www.podtrac.com/pts/redirect.mp3/pscrb.fm/rss/p/traffic.megaphone.fm/ESP9293367402.mp3?updated=1708285804'>Full Episode: Sunday, February 18, 2024</a> <span class="rss-date">February 18, 2024</span></li><li><a class='rsswidget' href='https://www.abc.net.au/listen/programs/downloadthisshow/should-we-pay-for-ransomwear-/103396148'>Should we pay for ransomwear?</a> <span class="rss-date">February 15, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20AP"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20AP/view/html">Audio Review &#8211; AP</a></h2><nav aria-label="Audio Review &#8211; AP"><ul><li><a class='rsswidget' href='https://audioboom.com/posts/8463890'>Boeser scores 2 to lead Canucks to 3-2 overtime win over Bruins</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://audioboom.com/posts/8463881'>Gustav Forsling scores in OT to lift Panthers past Capitals, 3-2</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://audioboom.com/posts/8463870'>Dickinson scores 20 to lead Kansas past Texas 86-67</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Business%20News"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Business%20News/view/html">Audio Review &#8211; Business News</a></h2><nav aria-label="Audio Review &#8211; Business News"><ul><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/1F1B1F/traffic.megaphone.fm/WSJ7082389702.mp3?updated=1708794318'>What’s News in Markets: Nvidia’s Record, Stalled Rivian, Destination Moon</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/1F1B1F/traffic.megaphone.fm/WSJ7599299954.mp3?updated=1708727377'>Another Winning Day for Nvidia</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/1F1B1F/traffic.megaphone.fm/WSJ1532200868.mp3?updated=1708709751'>Nvidia Market Value Tops $2 Trillion</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Coronavirus"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Coronavirus/view/html">Audio Review &#8211; Coronavirus</a></h2><nav aria-label="Audio Review &#8211; Coronavirus"><ul><li><a class='rsswidget' href='https://www.npr.org/2024/02/23/1198910484/consider-this-from-npr-draft-02-23-2024'>Kansas City Communities Continue Block By Block Efforts To Prevent Violence</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://traffic.megaphone.fm/SAM1974496610.mp3?updated=1708711196'>Asexuality Research Has Reached New Heights. What Are We Learning?</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://www.npr.org/2024/02/22/1198910472/boredom-followed-by-unexpected-tragedy-a-ukrainian-soldiers-life-at-war'>Boredom Followed By Unexpected Tragedy: A Ukrainian Soldier&#039;s Life At War</a> <span class="rss-date">February 22, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Foreign%20Affairs"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Foreign%20Affairs/view/html">Audio Review &#8211; Foreign Affairs</a></h2><nav aria-label="Audio Review &#8211; Foreign Affairs"><ul><li><a class='rsswidget' href='https://www.cfr.org/event/academic-webinar-governing-global-commons'>Academic Webinar: Governing the Global Commons</a> <span class="rss-date">February 15, 2024</span></li><li><a class='rsswidget' href='https://www.cfr.org/event/academic-webinar-china-russia-relations'>Academic Webinar: China-Russia Relations</a> <span class="rss-date">February 7, 2024</span></li><li><a class='rsswidget' href='https://www.cfr.org/event/what-worry-about-2024'>What to Worry About in 2024</a> <span class="rss-date">February 7, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20The%20Guardian"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20The%20Guardian/view/html">Audio Review &#8211; The Guardian</a></h2><nav aria-label="Audio Review &#8211; The Guardian"><ul><li><a class='rsswidget' href='https://www.theguardian.com/lifeandstyle/audio/2024/feb/24/weekend-podcast-the-libertines-tortured-reunion-marina-hyde-on-celebrity-dictator-bromances-and-the-simple-trick-to-enjoying-life-more'>Weekend podcast: the Libertines’ tortured reunion, Marina Hyde on celebrity-dictator bromances, and the simple trick to enjoying life more</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.theguardian.com/australia-news/audio/2024/feb/24/pat-conroy-on-labors-enhanced-lethality-revamp-of-australias-warships-australian-politics-podcast'>Pat Conroy on Labor’s ‘enhanced lethality’ revamp of Australia’s warships – Australian Politics podcast</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://flex.acast.com/audio.guim.co.uk/2024/02/22-62295-gdn.alr.242302.JB_UKRAINE_FATIGUE_OLESYA_KROMEYCHUK.mp3'>‘Ukraine fatigue’: why I’m fighting to stop the world forgetting us</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Voice%20Of%20America"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Voice%20Of%20America/view/html">Audio Review &#8211; Voice Of America</a></h2><nav aria-label="Audio Review &#8211; Voice Of America"><ul><li><a class='rsswidget' href='https://www.voanews.com/a/7481980.html'>VOA Newscasts</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.voanews.com/a/7481973.html'>VOA Newscasts</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.voanews.com/a/7481935.html'>VOA Newscasts</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20World%20News"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20World%20News/view/html">Audio Review &#8211; World News</a></h2><nav aria-label="Audio Review &#8211; World News"><ul><li><a class='rsswidget' href='https://chrt.fm/track/22GG1/dts.podtrac.com/redirect.mp3/pdst.fm/e/prfx.byspotify.com/e/rss.art19.com/episodes/7c848477-7642-4967-8671-72dc1bc8ee0c.mp3?rss_browser=BAhJIg5Jbm9yZWFkZXIGOgZFVA==--f1316ff7c9252d08477da9dba565e3bb05ed8a76'>02/24/24 | Alabama &amp; IVF, AT&amp;T Outage, HIV &amp; Humor</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://wng.org/podcasts/world-radio-news-2-23-24-9pm-est-1708658834'>WORLD Radio News: 2-23-24 9pm EST</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://chrt.fm/track/22GG1/dts.podtrac.com/redirect.mp3/pdst.fm/e/prfx.byspotify.com/e/rss.art19.com/episodes/5769c9e3-49c8-4370-9fdd-c89985008cd1.mp3?rss_browser=BAhJIg5Jbm9yZWFkZXIGOgZFVA==--f1316ff7c9252d08477da9dba565e3bb05ed8a76'>02/23/2024 | World News Roundup Late Edition</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Science%2C%20Health%20and%20Medicine"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Science%2C%20Health%20and%20Medicine/view/html">Audio Review &#8211; Science, Health and Medicine</a></h2><nav aria-label="Audio Review &#8211; Science, Health and Medicine"><ul><li><a class='rsswidget' href='https://traffic.megaphone.fm/SAM1974496610.mp3?updated=1708711196'>Asexuality Research Has Reached New Heights. What Are We Learning?</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://www.thenakedscientists.com/podcasts/naked-scientists-podcast/blood-clot-breakthrough-and-fossil-forgery'>Blood clot breakthrough, and a fossil forgery</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://shows.acast.com/nature/episodes/how-whales-sing-without-drowning-an-anatomical-mystery-solve'>How whales sing without drowning, an anatomical mystery solved</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Politics"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Politics/view/html">Audio Review &#8211; Politics</a></h2><nav aria-label="Audio Review &#8211; Politics"><ul><li><a class='rsswidget' href='https://www.npr.org/2026/01/01/1198005697/whos-house-trumps-house'>Who&#039;s House? Trump&#039;s House.</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.npr.org/2024/02/23/1197955813/the-battle-for-the-base'>The Battle For The Base</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://www.npr.org/2024/02/22/1197961297/u-s-israel-relations-and-the-2024-election'>U.S.-Israel Relations And The 2024 Election</a> <span class="rss-date">February 22, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20History"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20History/view/html">Audio Review &#8211; History</a></h2><nav aria-label="Audio Review &#8211; History"><ul><li><a class='rsswidget' href='https://traffic.megaphone.fm/CSPAN6249116928.mp3?updated=1708520698'>History of Emergency Medical Services</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='http://sites.radio.washingtontimes.com/317972/two-years-of-war-w-michael-kimmage-and-mark-galeotti'>Two Years of War w/ Michael Kimmage and Mark Galeotti</a> <span class="rss-date">February 22, 2024</span></li><li><a class='rsswidget' href='http://sites.radio.washingtontimes.com/317972/two-years-of-war-w-yaroslav-trofimov'>Two Years of War w/ Yaroslav Trofimov</a> <span class="rss-date">February 20, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Security%20and%20FBI"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Security%20and%20FBI/view/html">Audio Review &#8211; Security and FBI</a></h2><nav aria-label="Audio Review &#8211; Security and FBI"><ul><li><a class='rsswidget' href='https://audioboom.com/posts/8463788'>Bonus Episode: South Carolina Circus Special</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://shows.acast.com/lawfare/episodes/trumps-trials-and-tribulations-delays-in-florida-and-dc'>Trump’s Trials and Tribulations: Delays in Florida and D.C.</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://shows.acast.com/lawfare/episodes/lawfare-archive-alina-polyakova-on-the-poisoning-of-alexei-n'>Lawfare Archive: Alina Polyakova on the Poisoning of Alexei Navalny</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20in%20Spanish"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20in%20Spanish/view/html">Audio Review in Spanish</a></h2><nav aria-label="Audio Review in Spanish"><ul><li><a class='rsswidget' href='https://theconversation.com/la-psicologia-de-emergencias-ante-el-incendio-de-valencia-como-afrontarlo-224315'>La psicología de emergencias ante el incendio de Valencia: cómo afrontarlo</a></li><li><a class='rsswidget' href='https://www.rfi.fr/es/programas/noticias-de-am%C3%A9rica/20240224-pulso-entre-la-c%C3%A1mara-de-representantes-y-el-preseidente-biden-por-la-ayuda-militar-a-ucrania'>Pulso entre la Cámara de representantes y el preseidente Biden por la ayuda militar a Ucrania</a></li><li><a class='rsswidget' href='https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY4719356377.mp3?updated=1708710319'>¿Qué ocurre con Ricardo Martinelli , expresidente de Panamá?</a></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20in%20Russian"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20in%20Russian/view/html">Audio Review in Russian</a></h2><nav aria-label="Audio Review in Russian"><ul><li><a class='rsswidget' href='https://russian-radio.blogspot.com/2024/02/world-news-review-at-7-pm-inoreader_24.html'>World News Review at 7 p.m. [Inoreader digest]</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.svoboda.org/a/32813798.html'>События минувшего дня</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.svoboda.org/a/32813766.html'>Новости</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_search"><div class="widget-content"><form role="search" method="get" class="search-form" action="https://audio-posts.com/"> <label for="search-form-2"> <span class="screen-reader-text"> Search for: </span> <input type="search" id="search-form-2" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div></div> </div> <div class="footer-widgets column-two grid-item"> <div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html">Selected Articles</a></h2><nav aria-label="Selected Articles"><ul><li><a class='rsswidget' href='https://apnews.com/article/russia-ukraine-war-24a159f04936f624fed6aba78ee30efa?utm_campaign=TrueAnthem&#038;utm_medium=AP&#038;utm_source=Twitter'>Ukraine claims it downed another Russian early warning and control plane in a major blow to Moscow</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://books.apple.com/us/book/americas-gestapo-the-fbi-part-i/id879125012'>America&#039;s Gestapo, the FBI Part I</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.bbc.com/russian/articles/ceqjjd11w4po'>Бывший генсек НАТО: Путин ждал, что его пригласят в альянс - BBC News Русская служба</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html">All Articles &#8211; TNT Review</a></h2><nav aria-label="All Articles &#8211; TNT Review"><ul><li><a class='rsswidget' href='https://aif.ru/society/army/v_dnr_vpervye_zametili_tanki_abrams_k_severo-zapadu_ot_avdeevki'>В ДНР впервые заметили танки Abrams к северо-западу от Авдеевки</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://aif.ru/incidents/vsu_bolee_10_raz_za_sutki_atakovali_belgorodskuyu_oblast_s_dronov'>ВСУ более 10 раз за сутки атаковали Белгородскую область с дронов</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://aif.ru/society/v_rostehe_rasskazali_pro_bronezhilet_obereg_dlya_kota_muhicha'>В Ростехе рассказали про бронежилет «Оберег» для кота Мухича</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/web-pages"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/web-pages/view/html">Saved web pages</a></h2><nav aria-label="Saved web pages"><ul><li><a class='rsswidget' href='https://apnews.com/article/russia-ukraine-war-24a159f04936f624fed6aba78ee30efa?utm_campaign=TrueAnthem&#038;utm_medium=AP&#038;utm_source=Twitter'>Ukraine claims it downed another Russian early warning and control plane in a major blow to Moscow</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://books.apple.com/us/book/americas-gestapo-the-fbi-part-i/id879125012'>America&#039;s Gestapo, the FBI Part I</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.bbc.com/russian/articles/ceqjjd11w4po'>Бывший генсек НАТО: Путин ждал, что его пригласят в альянс - BBC News Русская служба</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://audio-posts.com/category/saved-web-pages/feed"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://audio-posts.com/">Category: Saved web pages</a></h2><nav aria-label="Category: Saved web pages"><ul><li><a class='rsswidget' href='https://audio-posts.com/id879125012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=id879125012'>America’s Gestapo, the FBI Part I</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/ceqjjd11w4po/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ceqjjd11w4po'>Бывший генсек НАТО: Путин ждал, что его пригласят в альянс – BBC News Русская служба</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/russian-national-ties-vladimir-putin-002707641-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=russian-national-ties-vladimir-putin-002707641-html'>Russian national with ties to Vladimir Putin arrested in Austin</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts%20-%20audio-posts.com"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts%20-%20audio-posts.com/view/html">The Audio Posts &#8211; audio-posts.com</a></h2><nav aria-label="The Audio Posts &#8211; audio-posts.com"><ul><li><a class='rsswidget' href='https://audio-posts.com/post-quantum-cryptographic-protocol-pq3-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=post-quantum-cryptographic-protocol-pq3-html'>Apple created post-quantum cryptographic protocol PQ3 for iMessage</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/south-carolina-republican-primary-results-trump-defeats-nikki-haley-2024-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=south-carolina-republican-primary-results-trump-defeats-nikki-haley-2024-2'>South Carolina GOP primary called immediately for Trump as Nikki Haley loses in her own backyard</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://audio-posts.com/54709-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=54709-2'>Senile Donald Trump appears to call Melania “Mercedes”</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget podcast_player"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Audio Review</h2><div id="pp-podcast-9550" class="pp-podcast has-header header-hidden has-featured playerview media-audio" data-teaser="" data-elength="18" data-eunit=""><div class="pp-podcast__wrapper"><div class="pp-podcast__info pod-info"><div class="pod-info__header pod-header"><div class="pod-header__image"><div class="pod-header__image-wrapper"><img class="podcast-cover-image" src="https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg" srcset="https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg 768w, https://audio-posts.com/wp-content/uploads/2022/04/audio-300x169.jpeg 300w, https://audio-posts.com/wp-content/uploads/2022/04/audio-1024x576.jpeg 1024w, https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg 1200w" sizes="(max-width: 640px) 100vw, 25vw" alt="Audio Review via Michael Novakhov on Inoreader"></div><span class="pod-header__image-style" style="display: block; width: 100%; padding-top: 56.206896551724%"></div><div class="pod-header__items pod-items"><div class="pod-items__title">Audio Review via Michael Novakhov on Inoreader</div></div></div></div><div class="pp-podcast__content pod-content"><div class="pp-podcast__single"><div class="pp-podcast__player"><div class="pp-player-episode"><audio id="pp-podcast-9550-player" preload="none" class="pp-podcast-episode" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY6801157116.mp3?updated=1708716272" /></audio></div></div><div class="pod-content__episode episode-single"><button class="episode-single__close" aria-expanded="false" aria-label="Close Single Episode"><span class="btn-icon-wrap"><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg></span></button><div class="episode-single__wrapper"><div class="episode-single__header"><div class="episode-single__title">One Thing: Two Years Later, Ukraine is Running Out of Ammo. Is Hope Next?</div></div><div class="episode-single__description"><p>In the two years since Russia invaded Ukraine, thousands of soldiers on both sides have been killed and multiple cities have been destroyed. Recently, Ukraine has been forced to retreat from the city of Avdiivka amid dwindling ammunition supplies. Meanwhile, Western unity has started to show cracks and billions of dollars in US aid have been held up amid hesitation from congressional Republicans. In this episode, we hear from soldiers on the frontlines about what it’s like to fight with a lack of ammo and how two years of war have changed the country. </p><p>Guest: Ivana Kottasová, CNN International Senior Producer</p></p><p>Learn more about your ad choices. Visit <a href="https://podcastchoices.com/adchoices">podcastchoices.com/adchoices</a></p></div></div><div class="ppjs__img-wrapper "><div class="ppjs__img-btn-cover"><img class="ppjs__img-btn" src="https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg" srcset="https://audio-posts.com/wp-content/uploads/2022/04/audio-768x432.jpeg 768w, https://audio-posts.com/wp-content/uploads/2022/04/audio-300x169.jpeg 300w, https://audio-posts.com/wp-content/uploads/2022/04/audio-1024x576.jpeg 1024w, https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg 1200w" sizes="(max-width: 640px) 100vw, 300px" alt="One Thing: Two Years Later, Ukraine is Running Out of Ammo. Is Hope Next?"></div><span class="ppjs__img-btn-style" style="display: block; width: 100%; padding-top: 56.206896551724%"></div></div></div><div class="pod-content__list episode-list"><div class="episode-list__filters"><div class="episode-list__search"><label class="label-episode-search"><span class="ppjs__offscreen">Search Episodes</span><input type="text" placeholder="Search Episodes" title="Search Podcast Episodes"/></label><span class="episode-list__search-icon"><svg class="icon icon-pp-search" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-search" xlink:href="#icon-pp-search"></use></svg></span></div><button class="episode-list__clear-search pod-button"><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg><span class="ppjs__offscreen">Clear Search</span></button></div><div class="episode-list__wrapper"> <div id="ppe-9550-1" class="episode-list__entry pod-entry" data-search-term="one thing: two years later, ukraine is running out of ammo. is hope next?" data-cats="audioreview audioreview-cnn"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY6801157116.mp3?updated=1708716272">One Thing: Two Years Later, Ukraine is Running Out of Ammo. Is Hope Next?</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-2" class="episode-list__entry pod-entry" data-search-term="Новости" data-cats="audioreview audioposts audioreviewinrussian audiopostsinrussian newsinrussian"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.svoboda.org/a/32813918.html">Новости</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-3" class="episode-list__entry pod-entry" data-search-term="npr news: 02-25-2024 4am est" data-cats="sharedlinks thenewsandtimesreview npr brooklynnewsreview newsreview audioreview audioposts southcaucasusnews"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://chrt.fm/track/138C95/prfx.byspotify.com/e/play.podtrac.com/npr-500005/traffic.megaphone.fm/NPR4343134822.mp3?p=500005&#038;e=nsv2-1708851600000-s1-long&#038;d=300&#038;t=podcast&#038;size=5368843">NPR News: 02-25-2024 4AM EST</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-4" class="episode-list__entry pod-entry" data-search-term="Подкаст «Писательская Свобода». Александр Филиппенко читает фрагмент из романа Александра Солженицина «В круге первом»" data-cats="audioreview audioreviewinrussian audiopostsinrussian newsinrussian"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.svoboda.org/a/32832600.html">Подкаст «Писательская Свобода». Александр Филиппенко читает фрагмент из романа Александра Солженицина «В круге первом»</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-5" class="episode-list__entry pod-entry" data-search-term="Новости" data-cats="audioreview audioposts audioreviewinrussian audiopostsinrussian newsinrussian"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.svoboda.org/a/32813903.html">Новости</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-6" class="episode-list__entry pod-entry" data-search-term="npr news: 02-25-2024 3am est" data-cats="sharedlinks thenewsandtimesreview npr brooklynnewsreview newsreview audioreview audioposts southcaucasusnews"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://chrt.fm/track/138C95/prfx.byspotify.com/e/play.podtrac.com/npr-500005/traffic.megaphone.fm/NPR8363977970.mp3?p=500005&#038;e=nsv2-1708848000000-s1-long&#038;d=300&#038;t=podcast">NPR News: 02-25-2024 3AM EST</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-7" class="episode-list__entry pod-entry" data-search-term="the sunday story: the diaspora&#8217;s troubled african dream" data-cats="audioreview audioreview-npr"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.npr.org/2024/02/25/1198910870/the-diasporas-troubled-african-dream">The Sunday Story: The Diaspora&#8217;s Troubled African Dream</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-8" class="episode-list__entry pod-entry" data-search-term="Новости" data-cats="audioreview audioposts audioreviewinrussian audiopostsinrussian newsinrussian"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://www.svoboda.org/a/32813891.html">Новости</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-9" class="episode-list__entry pod-entry" data-search-term="npr news: 02-25-2024 2am est" data-cats="sharedlinks thenewsandtimesreview npr brooklynnewsreview newsreview audioreview audioposts southcaucasusnews"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://chrt.fm/track/138C95/prfx.byspotify.com/e/play.podtrac.com/npr-500005/traffic.megaphone.fm/NPR6939139812.mp3?p=500005&#038;e=nsv2-1708844400000-s1-long&#038;d=300&#038;t=podcast">NPR News: 02-25-2024 2AM EST</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div id="ppe-9550-10" class="episode-list__entry pod-entry" data-search-term="the latest in sports" data-cats="newsreview audioreview audioposts ap worldnewsreview audioreview-ap currentnews apandreuters"> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://audioboom.com/posts/8463904">The latest in sports</a> </div> <div class="pod-entry__date">February 25, 2024</div> </div> </div> </div> <div class="lm-button-wrapper"><button class="episode-list__load-more"><span>Load More</span></button></div><div class="episode-list__search-results episode-search"><span class="ppjs__offscreen">Search Results placeholder</span></div></div></div><div class="ppjs__list-reveal"><div class="ppjs__button"><button class="pp-prev-btn"><span class="ppjs__offscreen">Previous Episode</span><span class="btn-icon-wrap"><svg class="icon icon-pp-previous" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-previous" xlink:href="#icon-pp-previous"></use></svg></span></button></div><div class="ppjs__button"><button class="pp-list-btn"><span class="ppjs__offscreen">Show Episodes List</span><span class="btn-icon-wrap"><svg class="icon icon-pp-show-list" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-show-list" xlink:href="#icon-pp-show-list"></use></svg><svg class="icon icon-pp-hide-list" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-hide-list" xlink:href="#icon-pp-hide-list"></use></svg></span></button></div><div class="ppjs__button"><button class="pp-next-btn"><span class="ppjs__offscreen">Next Episode</span><span class="btn-icon-wrap"><svg class="icon icon-pp-next" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-next" xlink:href="#icon-pp-next"></use></svg></span></button></div></div></div></div><div class="pod-content__launcher pod-launch"><button class="pod-launch__button pod-launch__info pod-button" aria-expanded="false"><span class="ppjs__offscreen">Show Podcast Information</span><span class="btn-icon-wrap"><svg class="icon icon-pp-podcast" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-podcast" xlink:href="#icon-pp-podcast"></use></svg><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg></span></button></div></div></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html">Audio Review</a></h2><nav aria-label="Audio Review"><ul><li><a class='rsswidget' href='https://audioboom.com/posts/8463890'>Boeser scores 2 to lead Canucks to 3-2 overtime win over Bruins</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.npr.org/2026/01/01/1198005697/whos-house-trumps-house'>Who&#039;s House? Trump&#039;s House.</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.voanews.com/a/7481980.html'>VOA Newscasts</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget podcast_player"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">News And Opinions In Audio</h2><div id="pp-podcast-9551" class="pp-podcast has-header header-hidden has-featured playerview media-audio" data-teaser="" data-elength="18" data-eunit=""><div class="pp-podcast__wrapper"><div class="pp-podcast__info pod-info"><div class="pod-info__header pod-header"><div class="pod-header__image"><div class="pod-header__image-wrapper"><img class="podcast-cover-image" src="https://i1.sndcdn.com/avatars-oUOavozB9DsnSznR-kYertg-original.jpg" srcset="" sizes="(max-width: 640px) 100vw, 25vw" alt="News And Opinions In Audio"></div><span class="pod-header__image-style" style="display: block; width: 100%; padding-top: 100%"></div><div class="pod-header__items pod-items"><div class="pod-items__title">News And Opinions In Audio</div><div class="pod-items__desc"><p>Podcast by The News And Times</p> </div></div></div></div><div class="pp-podcast__content pod-content"><div class="pp-podcast__single"><div class="pp-podcast__player"><div class="pp-player-episode"><audio id="pp-podcast-9551-player" preload="none" class="pp-podcast-episode" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="https://feeds.soundcloud.com/stream/1698458112-mike-nova-3-different-scenarios-of-putins-death-saved-web-pages-review.mp3" /></audio></div></div><div class="pod-content__episode episode-single"><button class="episode-single__close" aria-expanded="false" aria-label="Close Single Episode"><span class="btn-icon-wrap"><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg></span></button><div class="episode-single__wrapper"><div class="episode-single__header"><div class="episode-single__title">Different Scenarios of Putin’s Death &#8211; Saved Web Pages Review</div><div class="episode-single__author"><span class="byname">by</span><span class="single-author">The News And Times</span></div></div><div class="episode-single__description"><p>https://thenewsandtimes.blogspot.com/2023/12/illustrators-reated-nft-ollection-with.html<br />Illustrators Сreated an NFT Сollection with Different Scenarios of Putin’s Death &#8211; Saved Web Pages Review &#8211; The News And Times</p></div></div><div class="ppjs__img-wrapper "><div class="ppjs__img-btn-cover"><img class="ppjs__img-btn" src="https://i1.sndcdn.com/artworks-2j0zBW6SubhMfmOg-wtlnVw-t3000x3000.jpg" srcset="" sizes="(max-width: 640px) 100vw, 300px" alt="Different Scenarios of Putin’s Death &#8211; Saved Web Pages Review"></div><span class="ppjs__img-btn-style" style="display: block; width: 100%; padding-top: 100%"></div></div></div><div class="pod-content__list episode-list"><div class="episode-list__filters"><div class="episode-list__search"><label class="label-episode-search"><span class="ppjs__offscreen">Search Episodes</span><input type="text" placeholder="Search Episodes" title="Search Podcast Episodes"/></label><span class="episode-list__search-icon"><svg class="icon icon-pp-search" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-search" xlink:href="#icon-pp-search"></use></svg></span></div><button class="episode-list__clear-search pod-button"><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg><span class="ppjs__offscreen">Clear Search</span></button></div><div class="episode-list__wrapper"> <div id="ppe-9551-1" class="episode-list__entry pod-entry" data-search-term="different scenarios of putin’s death &#8211; saved web pages review" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/different-scenarios-of-putins-death-saved-web-pages-review">Different Scenarios of Putin’s Death &#8211; Saved Web Pages Review</a> </div> <div class="pod-entry__date">December 24, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-2" class="episode-list__entry pod-entry" data-search-term="charles mcgonigal and the october surprise 2016 &#8211; audio review of the selected articles &#8211; 12.16.23" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/charles-mcgonigal-and-the-october-surprise-2016-audio-review-of-the-selected-articles-121623">Charles McGonigal and the October Surprise 2016 &#8211; Audio Review of the Selected Articles &#8211; 12.16.23</a> </div> <div class="pod-entry__date">December 16, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-3" class="episode-list__entry pod-entry" data-search-term="12.10.23 &#8211; part 2 &#8211; national security in context where have all the strategic thinkers gone" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/121023-part-2-national-security-in-context-where-have-all-the-strategic-thinkers-gone">12.10.23 &#8211; Part 2 &#8211; National Security In Context Where Have All The Strategic Thinkers Gone</a> </div> <div class="pod-entry__date">December 10, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-4" class="episode-list__entry pod-entry" data-search-term="12.10.23 &#8211; telephone conversation with prime minister of israel benjamin netanyahu &#8230;" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/121023-telephone-conversation-with-prime-minister-of-israel-benjamin-netanyahu">12.10.23 &#8211; Telephone Conversation With Prime Minister Of Israel Benjamin Netanyahu &#8230;</a> </div> <div class="pod-entry__date">December 10, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-5" class="episode-list__entry pod-entry" data-search-term="december 2, 2023 &#8211; selected articles: police raid moscow gay bars &#8230;" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/december-2-2023-selected-articles-police-raid-moscow-gay-bars">December 2, 2023 &#8211; Selected Articles: Police Raid Moscow Gay Bars &#8230;</a> </div> <div class="pod-entry__date">December 2, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-6" class="episode-list__entry pod-entry" data-search-term="israel&#8217;s &#8216;hamas massacre&#8217; website features graphic photos and videos" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/israels-hamas-massacre-website-features-graphic-photos-and-videos">Israel&#8217;s &#8216;Hamas Massacre&#8217; website features graphic photos and videos</a> </div> <div class="pod-entry__date">December 2, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-7" class="episode-list__entry pod-entry" data-search-term="back to the ussr: “300 people stood in their underpants”: police raided lgbt clubs in moscow" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/back-to-the-ussr-300-people-stood-in-their-underpants-police-raided-lgbt-clubs-in-moscow">BACK TO THE USSR: “300 people stood in their underpants”: police raided LGBT clubs in Moscow</a> </div> <div class="pod-entry__date">December 2, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-8" class="episode-list__entry pod-entry" data-search-term="saved web pages review 2023 &#8211; 7:50 am 12/1/2023" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/saved-web-pages-review-2023-750-am-1212023">Saved Web Pages Review 2023 &#8211; 7:50 AM 12/1/2023</a> </div> <div class="pod-entry__date">December 1, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-9" class="episode-list__entry pod-entry" data-search-term="Обзор сохраненных веб-страниц – подкаст &#8211; 11.28.23" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/obzor-sokhranennykh-veb-stranits-podkast-112823">Обзор сохраненных веб-страниц – подкаст &#8211; 11.28.23</a> </div> <div class="pod-entry__date">November 28, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div id="ppe-9551-10" class="episode-list__entry pod-entry" data-search-term="saved web pages review 2023 &#8211; 1:58 pm 11/28/2023" data-cats=""> <div class="pod-entry__wrapper"> <div class="pod-entry__content"> <div class="pod-entry__title"> <a href="https://soundcloud.com/mike-nova-3/saved-web-pages-review-2023-158-pm-11282023">Saved Web Pages Review 2023 &#8211; 1:58 PM 11/28/2023</a> </div> <div class="pod-entry__date">November 28, 2023</div> <div class="pod-entry__author">The News And Times</div> </div> </div> </div> <div class="lm-button-wrapper"><button class="episode-list__load-more"><span>Load More</span></button></div><div class="episode-list__search-results episode-search"><span class="ppjs__offscreen">Search Results placeholder</span></div></div></div><div class="ppjs__list-reveal"><div class="ppjs__button"><button class="pp-prev-btn"><span class="ppjs__offscreen">Previous Episode</span><span class="btn-icon-wrap"><svg class="icon icon-pp-previous" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-previous" xlink:href="#icon-pp-previous"></use></svg></span></button></div><div class="ppjs__button"><button class="pp-list-btn"><span class="ppjs__offscreen">Show Episodes List</span><span class="btn-icon-wrap"><svg class="icon icon-pp-show-list" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-show-list" xlink:href="#icon-pp-show-list"></use></svg><svg class="icon icon-pp-hide-list" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-hide-list" xlink:href="#icon-pp-hide-list"></use></svg></span></button></div><div class="ppjs__button"><button class="pp-next-btn"><span class="ppjs__offscreen">Next Episode</span><span class="btn-icon-wrap"><svg class="icon icon-pp-next" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-next" xlink:href="#icon-pp-next"></use></svg></span></button></div></div></div></div><div class="pod-content__launcher pod-launch"><button class="pod-launch__button pod-launch__info pod-button" aria-expanded="false"><span class="ppjs__offscreen">Show Podcast Information</span><span class="btn-icon-wrap"><svg class="icon icon-pp-podcast" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-podcast" xlink:href="#icon-pp-podcast"></use></svg><svg class="icon icon-pp-x" aria-hidden="true" role="img" focusable="false"><use href="#icon-pp-x" xlink:href="#icon-pp-x"></use></svg></span></button></div></div></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/News%20And%20Opinions"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/News%20And%20Opinions/view/html">News And Opinions In Audio</a></h2><nav aria-label="News And Opinions In Audio"><ul><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515890623799659'>@mikenov: RT @nypost: Outraged social media users claim migrants responsible for norovirus spread in the Northeast https://t.co/WiGzuyMQFR https://t.…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515791936004563'>@mikenov: RT @Jerusalem_Post: Israel has kept its “rage” firmly in check. Its military has fought against Hamas with precision and professionalism, a…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/the-news-and-times-review-fbi-and.html'>The News And Times Review: FBI and Gestapo</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/YouTube%20subscriptions"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/YouTube%20subscriptions/view/html">Video Review</a></h2><nav aria-label="Video Review"><ul><li><a class='rsswidget' href='https://www.youtube.com/watch?v=DR7KubBBg44'>Legal expert claims &#039;there is a lot of evidence&#039; to incriminate the Bidens</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.youtube.com/watch?v=4WJZMm0vL3c'>Donald Trump News | Trump &amp; Milei Meet At The Conservative Political Action Conference | N18V</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://www.youtube.com/watch?v=DCi-E6gbYG4'>US, British Forces Carry Out More Strikes Against Houthis In Yemen | US Houthi News | N18V</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Posts"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Posts/view/html">Audio Posts &#8211; TNT Review</a></h2><nav aria-label="Audio Posts &#8211; TNT Review"><ul><li><a class='rsswidget' href='https://chrt.fm/track/138C95/prfx.byspotify.com/e/play.podtrac.com/npr-500005/traffic.megaphone.fm/NPR8745114746.mp3?p=500005&#038;e=nsv2-1708812000000-s1-long&#038;d=300&#038;t=podcast&#038;size=5392667'>NPR News: 02-24-2024 5PM EST</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audioboom.com/posts/8463814'>Trump enters South Carolina&#039;s Republican primary looking to embarrass Haley in her home state</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://audioboom.com/posts/8463813'>No. 2 Houston beats No. 11 Baylor 82-76 in OT behind Cryer&#039;s 15 points against his former team</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget_text widget widget_custom_html"><div class="widget_text widget-content"><h2 class="widget-title subheading heading-size-3">Tweets by ‎@mikenov</h2><div class="textwidget custom-html-widget"><a class="twitter-timeline" data-width="700" data-height="1000" href="https://twitter.com/mikenov?ref_src=twsrc%5Etfw">Tweets by mikenov</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html">Tweets</a></h2><nav aria-label="Tweets"><ul><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515890623799659'>@mikenov: RT @nypost: Outraged social media users claim migrants responsible for norovirus spread in the Northeast https://t.co/WiGzuyMQFR https://t.…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515791936004563'>@mikenov: RT @Jerusalem_Post: Israel has kept its “rage” firmly in check. Its military has fought against Hamas with precision and professionalism, a…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761488131264839780'>@mikenov: RT @AP: Ukraine claims it downed another Russian early warning and control plane in a major blow to Moscow https://t.co/fNJn9vBkct</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Election%202016%20Investigations"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Election%202016%20Investigations/view/html">Election 2016 Investigations</a></h2><nav aria-label="Election 2016 Investigations"><ul><li><a class='rsswidget' href='https://news.google.com/rss/articles/CBMizwFodHRwczovL3d3dy5kYWlseWdhemV0dGUuY29tL2FwL3dhc2hpbmd0b24vZXgtZmJpLW9mZmljaWFsLXNlbnRlbmNlZC10by1vdmVyLTIteWVhcnMtaW4tcHJpc29uLWZvci1jb25jZWFsaW5nLXBheW1lbnQtZnJvbS1hbGJhbmlhbi9hcnRpY2xlXzlmNzUzNjZhLTZiNzAtNWNmOC04MTczLWJkZmE3N2Y4YjFjZC5odG1sPz0vJnN1YmNhdGVnb3J5PTM3JTdDTXVzaWPSAQA?oc=5'>Ex-FBI official sentenced to over 2 years in prison for concealing payment from Albanian businessman - The Daily Gazette</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://news.google.com/rss/articles/CBMiyQFodHRwczovL2xhd2FuZGNyaW1lLmNvbS9oaWdoLXByb2ZpbGUvc2hvdWxkLW5vdC1iZS1jb25zaWRlcmVkLWZhbmktd2lsbGlzLXNheXMtdHJ1bXAtZmlsaW5nLWNpdGluZy1jZWxscGhvbmUtZGF0YS1iZXR3ZWVuLWhlci1hbmQtcmljby1jYXNlLXNwZWNpYWwtcHJvc2VjdXRvci12aW9sYXRlcy1jb3VydC1vcmRlci1hbmQtbWlnaHQtYmUtaWxsZWdhbC_SAQA?oc=5'>Fani Willis is not happy about Trump&#039;s cell data filing - Law &amp; Crime</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515791936004563'>@mikenov: RT @Jerusalem_Post: Israel has kept its “rage” firmly in check. Its military has fought against Hamas with precision and professionalism, a…</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://thenewsandtimes.blogspot.com/feeds/posts/default/-/My%20Opinion"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://thenewsandtimes.blogspot.com/search/label/My%20Opinion">My Opinion &#8211; Michael Novakhov</a></h2><nav aria-label="My Opinion &#8211; Michael Novakhov"><ul><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/my-opinion-fbi-german-new-abwehr.html'>My Opinion: FBI: The German - New Abwehr, the Russian, and the Israeli footprints are evident all over your spectacular failures. The FBI is the only one who does not see them, because they do not want to and are not capable of seeing them.</a> <span class="rss-date">February 21, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/selected-articles-news-and-times-gs.html'>Selected Articles - The News And Times: Ах Путин, душка, как он мил: он Джо Байде&#039;на полюбил! - GS ... Putin: I do not think that people care much about what you say, and whom you support or do not support in the US Election - 2024. People just watch, carefully, what you do.</a> <span class="rss-date">February 20, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/putin-i-do-not-think-that-people-care.html'>Putin: I do not think that people care much about what you say, and whom you support or do not support in the US Election - 2024. People just watch, carefully, what you do.</a> <span class="rss-date">February 20, 2024</span></li></ul></nav></div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">The News And Times &#8211; Links</h2> <div class="textwidget"><div class="header_logo"><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://newsandtimes.net/wp-content/uploads/2022/05/cropped-TNT-1.jpg" width="159" height="119" /></a></div> <div class="header_logo"></div> <div class="header_text"><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Selected Articles – Michael Novakhov’s favorite articles on Inoreader – The News And Times</a> </strong></div> <div>&#8211;</div> <div> <h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html" target="_blank" rel="noopener">Selected Articles – TNT &#8211; RSS Page</a></h2> <div class="header_logo"><a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=All+Articles+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=125&amp;cs=m&amp;lh=100&amp;n=100&amp;sb=y&amp;c=wPLgKn9aSO1R" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://blogger.googleusercontent.com/img/a/AVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM=s267" width="92" height="92" /></a></div> <div class="header_text"><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=All+Articles+-+The+News+And+Times+Review+-+TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=125&amp;cs=m&amp;lh=100&amp;n=100&amp;sb=y&amp;c=wPLgKn9aSO1R" target="_blank" rel="noopener">All Articles &#8211; The News And Times Review &#8211; TheNewsAndTimes.Blogspot.com &#8211; In 100 Posts</a> &#8211; <a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=All%20Articles%20-%20The%20News%20And%20Times%20Review&amp;l=-&amp;cs=m&amp;n=200&amp;sb=y" target="_blank" rel="noopener">In 200 Posts</a> &#8211; <a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=All%20Articles%20News%20Review%20-%20The%20News%20And%20Times&amp;l=-&amp;cs=m&amp;n=500&amp;sb=y" target="_blank" rel="noopener">In 500 Posts</a> </strong></div> <div>&#8211;</div> <h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html" target="_blank" rel="noopener">All Articles – TNT &#8211; RSS Page</a></h2> <p><strong><a href="https://thenewsandtimes.blogspot.com/" target="_blank" rel="noopener">The News And Times</a> &#8211; </strong><strong><a href="https://linkspagesnt.blogspot.com/" target="_blank" rel="noopener">Links and Pages</a> </strong></p> <p><strong><a href="https://thenewsandtimes.blogspot.com/search/label/My%20Opinion" target="_blank" rel="noopener">My Opinion</a> | <a href="https://linkspagesnt.blogspot.com/2022/11/the-news-and-times-selected-links.html" target="_blank" rel="noopener">Selected Links</a> </strong></p> <p><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimbkLKXdYtsrCVWejO32LubNv_AxwunB3wuQ94Am1J8PuqAs7ln8tva4R3dkXN3JMDubhxeqjpJNPS79BYW53Kmd68BUJyDfwvK-w6wQVhdUgKuhmbm1ZXTU7dFRMMSdmUyIysrjMXLxoXWNelB5N2qbEzVqZR-U0qWp_zu4e1RwFYzd0Nb4d_fEDNKQ/s1600/cropped-news.jpg" /></p> <p><a href="https://linkspagesnt.blogspot.com/2022/11/news-reviews-news-and-times.html" target="_blank" rel="noopener"><strong>News Reviews – The News and Times – Links And Pages</strong></a></p> <p><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html" target="_blank" rel="noopener">All Articles Review – TNT</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html" target="_blank" rel="noopener">Selected Articles</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/web-pages/view/html" target="_blank" rel="noopener">Saved Web Pages</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html" target="_blank" rel="noopener">Audio Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Sources%20-%20Full%20Text%20Articles/view/html" target="_blank" rel="noopener">Audio Sources – Full Text Articles</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Biden%20and%20Putin/view/html" target="_blank" rel="noopener">Biden and Putin</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Blogs/view/html" target="_blank" rel="noopener">Blogs</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Capitol%20Riot%20of%201.6.21/view/html" target="_blank" rel="noopener">Capitol Riot of 1.6.21</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Counterintelligence%20News%20Review/view/html" target="_blank" rel="noopener">Counterintelligence News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Cybersecurity%2C%20Cyberattacks%20and%20Ransomware/view/html" target="_blank" rel="noopener">Cybersecurity, Cyberattacks and Ransomware</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/FBI/view/html" target="_blank" rel="noopener">FBI News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Intelligence/view/html" target="_blank" rel="noopener">Intelligence News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Mass%20Shootings/view/html" target="_blank" rel="noopener">Mass Shootings</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/NATO/view/html" target="_blank" rel="noopener">NATO</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Opinions/view/html" target="_blank" rel="noopener">Opinions Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/On%20Twitter/view/html" target="_blank" rel="noopener">On Twitter</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Police%20News%20Review/view/html" target="_blank" rel="noopener">Police News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Putin%20and%20Putinism/view/html" target="_blank" rel="noopener">Putin and Putinism</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Russia%20News/view/html" target="_blank" rel="noopener">Russia News</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Russia%20-%20Ukraine%20war/view/html" target="_blank" rel="noopener">Russia – Ukraine war</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Security/view/html" target="_blank" rel="noopener">Security News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Sites/view/html" target="_blank" rel="noopener">Sites</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Trump/view/html" target="_blank" rel="noopener">Trump News</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Tweets/view/html" target="_blank" rel="noopener">Tweets</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Ukraine/view/html" target="_blank" rel="noopener">Ukraine News</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/World%20News%20Review/view/html" target="_blank" rel="noopener">World News Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/YouTube%20subscriptions/view/html" target="_blank" rel="noopener">Video Review</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://thenewsandtimes.blogspot.com/" target="_blank" rel="noopener">The News And Times Blog</a> | </strong><strong><a class="rsswidget rss-widget-title" href="https://linkspagesnt.blogspot.com/" target="_blank" rel="noopener">Links and Pages</a> </strong></p> </div> </div> </div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Blogs"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Blogs/view/html">Blogs &#8211; The News And Times</a></h2><nav aria-label="Blogs &#8211; The News And Times"><ul><li><a class='rsswidget' href='https://newsreviews-1.blogspot.com/2024/02/saved-web-pages-daily-report-at-9-pm_24.html'>Saved Web Pages - Daily Report at 9 p.m. [Inoreader digest]</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://newslinksandbundles.blogspot.com/2024/02/police-news-review-at-8-pm-inoreader_24.html'>Police News Review at 8 p.m. [Inoreader digest]</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://russian-radio.blogspot.com/2024/02/world-news-review-at-7-pm-inoreader_24.html'>World News Review at 7 p.m. [Inoreader digest]</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Featured Posts – The News And Times</h2> <div class="textwidget"><h2 class="widget-title subheading heading-size-3"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Featured%20Posts%20-%20The%20News%20And%20Times/view/html?t=Featured%20Posts%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Figuideusa.com%2Fwp-content%2Fuploads%2F2020%2F09%2Fnews-power.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=250&amp;sb=y" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://iguideusa.com/wp-content/uploads/2020/09/news-power.jpg" width="209" height="139" /></a></h2> <div class="textwidget"> <div class="header_text"><a href="https://www.inoreader.com/stream/user/1006407045/tag/Featured%20Posts%20-%20The%20News%20And%20Times/view/html?t=Featured%20Posts%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Figuideusa.com%2Fwp-content%2Fuploads%2F2020%2F09%2Fnews-power.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=250&amp;sb=y" target="_blank" rel="noopener"><strong>Featured Posts – The News And Times</strong></a></div> </div> </div> </div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Featured%20Posts%20-%20The%20News%20And%20Times"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Featured%20Posts%20-%20The%20News%20And%20Times/view/html">Featured Posts &#8211; The News And Times</a></h2><nav aria-label="Featured Posts &#8211; The News And Times"><ul><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/the-news-and-times-review-fbi-and.html'>The News And Times Review: FBI and Gestapo</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/selected-articles-michael-novakhovs.html'>Как власть тайно хоронила Пушкина - Selected Articles - Michael Novakhov&#039;s favorite articles on Inoreader - The News And Times - In 200 Brief Posts</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/dutch-prime-minister-mark-rutte-could.html'>Putin: Играй в настоящем, а не в &quot;Игры Будущего&quot;: Украинская война, противостояние с Западом и США, политические репрессии, и т.д., и т.п., всё это - чистейшей воды безумие. Надо изменить курс, иначе это может привести к большому несчастью. Передай власть другим ... Dutch Prime Minister Mark Rutte could become NATO&#039;s next leader after receiving German, US and UK backing - Tweets</a> <span class="rss-date">February 22, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Current%20News"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Current%20News/view/html">Current News</a></h2><nav aria-label="Current News"><ul><li><a class='rsswidget' href='https://www.the-journal.com/articles/tractor-protests-threaten-to-drive-the-eus-green-farming-policies-into-a-ditch/'>Tractor protests threaten to drive the EU&#039;s green farming policies into a ditch</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://news.google.com/rss/articles/CBMiS2h0dHBzOi8vd3d3LnlhaG9vLmNvbS9uZXdzL3RydW1wcy10cnlpbmctbWFyLWxhZ28tY2xhc3NpZmllZC0wNTAzMjA3NjguaHRtbNIBAA?oc=5'>Trump&#039;s trying to get the Mar-a-Lago classified documents case tossed, again arguing he&#039;s entitled to presidential ... - Yahoo! Voices</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://news.google.com/rss/articles/CBMiSmh0dHBzOi8vc2cubmV3cy55YWhvby5jb20vemVsZW5za3ktbWVldHMtd29ybGQtbGVhZGVycy1reWl2LTEyMDAyMzczMy5odG1s0gEA?oc=5'>Zelensky meets world leaders in Kyiv as Ukraine marks two-year anniversary of Russian invasion - Yahoo Singapore News</a> <span class="rss-date">February 25, 2024</span></li></ul></nav></div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">The Audio Posts Review</h2> <div class="textwidget"><div class="header_logo"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="" src="https://audio-posts.com/wp-content/uploads/2022/04/audio.jpeg" width="138" height="78" /></a></div> <div class="header_text"><a href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html?l=https%3A%2F%2Faudio-posts.com%2Fwp-content%2Fuploads%2F2022%2F04%2Faudio.jpeg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener"><strong>The Audio Posts Review</strong></a></div> <div>&#8211;</div> <div><strong><a href="https://jibaronews.com/" target="_blank" rel="noopener" aria-current="page">Audio Posts in Spanish</a> </strong></div> <div>&#8211;</div> <div><strong><a title="Category Added in a WPeMatico Campaign" href="https://russianewsreview.org/" target="_blank" rel="noopener">Audio Posts In Russian</a> </strong></div> </div> </div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/The%20Audio%20Posts/view/html">The Audio Posts</a></h2><nav aria-label="The Audio Posts"><ul><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515890623799659'>@mikenov: RT @nypost: Outraged social media users claim migrants responsible for norovirus spread in the Northeast https://t.co/WiGzuyMQFR https://t.…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515791936004563'>@mikenov: RT @Jerusalem_Post: Israel has kept its “rage” firmly in check. Its military has fought against Hamas with precision and professionalism, a…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/the-news-and-times-review-fbi-and.html'>The News And Times Review: FBI and Gestapo</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Shared%20Links%20-%20Audio%20Posts"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Shared%20Links%20-%20Audio%20Posts/view/html">Shared Links – Audio Posts</a></h2><nav aria-label="Shared Links – Audio Posts"><ul><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515890623799659'>@mikenov: RT @nypost: Outraged social media users claim migrants responsible for norovirus spread in the Northeast https://t.co/WiGzuyMQFR https://t.…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://twitter.com/mikenov/status/1761515791936004563'>@mikenov: RT @Jerusalem_Post: Israel has kept its “rage” firmly in check. Its military has fought against Hamas with precision and professionalism, a…</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://thenewsandtimes.blogspot.com/2024/02/the-news-and-times-review-fbi-and.html'>The News And Times Review: FBI and Gestapo</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20BBC"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20BBC/view/html">Audio Review &#8211; BBC</a></h2><nav aria-label="Audio Review &#8211; BBC"><ul><li><a class='rsswidget' href='http://www.bbc.co.uk/programmes/w172z09xpcl10zd'>Ukraine enters its third year of war</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='http://www.bbc.co.uk/programmes/m001wr1m'>Kelsey Parker, Ukraine&#039;s children, Black girls in education, Aisling Bea</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='http://www.bbc.co.uk/programmes/p0hdvsh8'>Ukraine: Two Years of War</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20CNN"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20CNN/view/html">Audio Review &#8211; CNN</a></h2><nav aria-label="Audio Review &#8211; CNN"><ul><li><a class='rsswidget' href='https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY1116832508.mp3?updated=1708807534'>3 PM ET: SC primary showdown, Navalny’s body, NCAA policy blocked &amp; more</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY9229948956.mp3?updated=1708787376'>10 AM ET: Russia-Ukraine war anniversary, SC primary today, NRA corruption verdict &amp; more</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/chrt.fm/track/E31CC9/traffic.megaphone.fm/WMHY9285892411.mp3?updated=1708746087'>U.S. sanctions 500+ Russian targets as Ukraine</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20NBC"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20NBC/view/html">Audio Review &#8211; NBC</a></h2><nav aria-label="Audio Review &#8211; NBC"><ul><li><a class='rsswidget' href='https://www.nbcnews.com/'>Nikki Haley braces for primary defeat in her home state</a> <span class="rss-date">February 23, 2024</span></li><li><a class='rsswidget' href='https://www.nbcnews.com/'>A huge blow to GOP investigations of President Biden</a> <span class="rss-date">February 22, 2024</span></li><li><a class='rsswidget' href='https://www.nbcnews.com/'>Navalny&#039;s widow prepares to lead fight against Putin</a> <span class="rss-date">February 20, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20PBS"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20PBS/view/html">Audio Review &#8211; PBS</a></h2><nav aria-label="Audio Review &#8211; PBS"><ul><li><a class='rsswidget' href='https://www.pbs.org/newshour/show/february-24-2024-pbs-news-weekend-full-episode'>February 24, 2024 - PBS News Weekend full episode</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.pbs.org/newshour/show/brooks-and-capehart-on-u-s-aid-for-ukraine-wavering-on-partisan-battle-lines'>Brooks and Capehart on U.S. aid for Ukraine wavering on partisan battle lines</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.pbs.org/newshour/show/february-23-2024-pbs-newshour-full-episode'>February 23, 2024 - PBS NewsHour full episode</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20NPR"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20NPR/view/html">Audio Review &#8211; NPR</a></h2><nav aria-label="Audio Review &#8211; NPR"><ul><li><a class='rsswidget' href='https://www.npr.org/2026/01/01/1198005697/whos-house-trumps-house'>Who&#039;s House? Trump&#039;s House.</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://npr.org/2024/02/24/1233703492/flaco-new-york-owl-dies-building-collision'>Flaco, the beloved New York owl, died after colliding with a building</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://www.npr.org/2024/02/24/1198910859/up-first-02-24-2024'>Two Years of Russia&#039;s War On Ukraine; South Carolina GOP Primary</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Fox"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Fox/view/html">Audio Review &#8211; Fox</a></h2><nav aria-label="Audio Review &#8211; Fox"><ul><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/25F5FC/dts.podtrac.com/redirect.mp3/traffic.megaphone.fm/FOXM2048845419.mp3?updated=1708710616'>Extra: An Alarming New Trend In The Border Crisis</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/25F5FC/dts.podtrac.com/redirect.mp3/traffic.megaphone.fm/FOXM7283933371.mp3?updated=1708721762'>From Washington: Senator Tim Scott Stands By President Trump</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='https://pdst.fm/e/chrt.fm/track/25F5FC/dts.podtrac.com/redirect.mp3/traffic.megaphone.fm/FOXM6502183902.mp3?updated=1708727849'>Evening Edition: The War On Ukraine Enters Third Year, What Else Can The U.S. Do To End It?</a> <span class="rss-date">February 23, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20C-SPAN"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20C-SPAN/view/html">Audio Review &#8211; C-SPAN</a></h2><nav aria-label="Audio Review &#8211; C-SPAN"><ul><li><a class='rsswidget' href='https://traffic.megaphone.fm/CSPAN6249116928.mp3?updated=1708520698'>History of Emergency Medical Services</a> <span class="rss-date">February 25, 2024</span></li><li><a class='rsswidget' href='https://traffic.megaphone.fm/CSPAN8010368024.mp3?updated=1708711188'>Weekend Edition: NGA, Black History Month</a> <span class="rss-date">February 24, 2024</span></li><li><a class='rsswidget' href='http://www.c-span.org/podcasts'>U.S. hits Russia with 500+ sanctions over Ukraine war &amp; Navalny death</a> <span class="rss-date">February 24, 2024</span></li></ul></nav></div></div><div class="widget widget_rss"><div class="widget-content"><h2 class="widget-title subheading heading-size-3"><a class="rsswidget rss-widget-feed" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Deutsche%20Welle"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://audio-posts.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review%20-%20Deutsche%20Welle/view/html">Audio Review &#8211; Deutsche Welle</a></h2><nav aria-label="Audio Review &#8211; Deutsche Welle"><ul><li><a class='rsswidget' href='https://www.dw.com/en/inside-europe-22-february-2024/audio-68343357?maca=en-podcast_inside-europe-949-xml-mrss'>Inside Europe - 22 February 2024</a> <span class="rss-date">February 22, 2024</span></li><li><a class='rsswidget' href='https://www.dw.com/en/inside-europe-15-february-2024/audio-68268355?maca=en-podcast_inside-europe-949-xml-mrss'>Inside Europe - 15 February 2024</a> <span class="rss-date">February 15, 2024</span></li><li><a class='rsswidget' href='https://www.dw.com/en/inside-europe-8-february-2024/audio-68207534?maca=en-podcast_inside-europe-949-xml-mrss'>Inside Europe - 8 February 2024</a> <span class="rss-date">February 8, 2024</span></li></ul></nav></div></div><div class="widget audio-widget"><div class="widget-content"><div class="audio-adlabel">Advertisements | Advertising at The News And Times | advertising-newsandtimes.com | WE CONNECT!</div><p style="text-align: center;"><a href="https://audio-posts.com/asp-products/advertising-space-6-audio-posts-com-at-20-per-month/" target="_blank" rel="noopener"><strong>Advertising Space 6 – audio-posts.com</strong></a></p> <p><a href="https://audio-posts.com/asp-products/advertising-space-6-audio-posts-com-at-20-per-month/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter" src="https://i0.wp.com/crasyideas.com/wp-content/uploads/2020/01/for_rent.png?fit=420%2C420&amp;ssl=1" alt="Ad Space for rent - CH Crasy Ideas" width="184" height="184" /></a></p> <p style="text-align: center;"><a href="https://advertising-newsandtimes.com/" target="_blank" rel="noopener"><strong>Advertising at The News And Times – advertising-newsandtimes.com</strong></a></p> </div></div><div class="widget widget_text"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">The News And Times Contact Form</h2> <div class="textwidget"> <div class="wpcf7 no-js" id="wpcf7-f347856-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/2023/10/09/#wpcf7-f347856-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="347856" /> <input type="hidden" name="_wpcf7_version" value="5.8.7" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f347856-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> </div> <p><label> Your name<br /> <span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span> </label> </p> <p><label> Your email<br /> <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span> </label> </p> <p><label> Subject<br /> <span class="wpcf7-form-control-wrap" data-name="your-subject"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="your-subject" /></span> </label> </p> <p><label> Your message (optional)<br /> <span class="wpcf7-form-control-wrap" data-name="your-message"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" name="your-message"></textarea></span> </label> </p> <p><input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Submit" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> <p><strong>The News And Times Contact Form is for all general and advertising inquiries. </strong><strong>You can also use the same Contact Form on any of TNT sites and blogs: </strong><a href="https://thenewsandtimes.blogspot.com/" target="_blank" rel="noopener"><strong>Contact Form at The News And Times</strong></a></p> </div> </div></div><div class="widget widget_meta"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Admin Links</h2><nav aria-label="Admin Links"> <ul> <li><a href="https://audio-posts.com/wp-login.php">Log in</a></li> <li><a href="https://audio-posts.com/feed/">Entries feed</a></li> <li><a href="https://audio-posts.com/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.org/">WordPress.org</a></li> </ul> </nav></div></div><div class="widget_text widget widget_custom_html"><div class="widget_text widget-content"><h2 class="widget-title subheading heading-size-3">StatCounter &#8211; Total Sessions</h2><div class="textwidget custom-html-widget"><!-- Default Statcounter code for Audio-Posts.com https://audio-posts.com/ --> <script type="text/javascript"> var sc_project=12578202; var sc_invisible=0; var sc_security="e0dbf318"; var scJsHost = "https://"; document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank" rel="noopener"><img class="statcounter" src="https://c.statcounter.com/12578202/0/e0dbf318/0/" alt="Web Analytics" referrerpolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code --></div></div></div><div class="widget_text widget widget_custom_html"><div class="widget_text widget-content"><h2 class="widget-title subheading heading-size-3">On the Globe</h2><div class="textwidget custom-html-widget"><script type="text/javascript" id="clstr_globe" src="//clustrmaps.com/globe.js?d=jbKLFBH85wqjnO1NsAUfyyHNwjucvqvoYApJGQqaVgA"></script></div></div></div><div class="widget widget_gtranslate"><div class="widget-content"><h2 class="widget-title subheading heading-size-3">Translate</h2><div class="gtranslate_wrapper" id="gt-wrapper-78512679"></div></div></div> </div> </div><!-- .footer-widgets-wrapper --> </aside><!-- .footer-widgets-outer-wrapper --> </div><!-- .footer-inner --> </div><!-- .footer-nav-widgets-wrapper --> <footer id="site-footer" class="header-footer-group"> <div class="section-inner"> <div class="footer-credits"> <p class="footer-copyright">&copy; 2024 <a href="https://audio-posts.com/">The Audio Posts &#8211; The News And Times</a> </p><!-- .footer-copyright --> <p class="powered-by-wordpress"> <a href="https://wordpress.org/"> Powered by WordPress </a> </p><!-- .powered-by-wordpress --> </div><!-- .footer-credits --> <a class="to-the-top" href="#site-header"> <span class="to-the-top-long"> To the top <span class="arrow" aria-hidden="true">&uarr;</span> </span><!-- .to-the-top-long --> <span class="to-the-top-short"> Up <span class="arrow" aria-hidden="true">&uarr;</span> </span><!-- .to-the-top-short --> </a><!-- .to-the-top --> </div><!-- .section-inner --> </footer><!-- #site-footer --> <div class="gtranslate_wrapper" id="gt-wrapper-44834936"></div><div class="simple-banner simple-banner-text" style="display:none !important"></div><div class="wp-radio-player align-center full-width init-hidden "> <!--******* Details ********--> <div class="wp-radio-player-details"> <a href="" class="station-thumbnail-wrap"> <img src="https://audio-posts.com/wp-content/plugins/wp-radio/assets/images/placeholder.jpg" class="station-thumbnail" alt="WP Radio"/> </a> <div class="station-meta"> <a href="" class="station-title">WP Radio</a> <!-- Player Status --> <div class="station-status"> <div class="wp-radio-player-status status-"> <span class="status-text-offline">OFFLINE</span> <span class="status-text-live">LIVE</span> <span class="status-dot"></span> </div> <!--Song Title--> <div class="wp-radio-player-song-title" data-id=""></div> </div> </div> </div> <!--******* Player Controls *******--> <div class="wp-radio-player-controls"> <!-- Previous --> <button type="button" class="play-prev" aria-label="Play Previous" title="Play Previous" > <span class="dashicons dashicons-controls-skipback"></span> </button> <!-- Play/ Pause --> <button type="button" aria-label="Play/Pause" title="Play/Pause" class="play-btn" data-id="" > <div class="wp-radio-spinner"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> </div> <span class="dashicons dashicons-controls-play"></span> <span class="dashicons dashicons-controls-pause"></span> </button> <!-- Next --> <button type="button" class="play-next" aria-label="Play Next" title="Play Next" > <span class="dashicons dashicons-controls-skipforward"></span> </button> <!-- Popup Icon --> <!-- Volume Control --> <div class="player-volume-wrap"> <div class="volume-slider"> <div class="volume-slider-bar"> <div class="volume-slider-handle"></div> </div> <input type="range" min="0" max="100" value="100" step="1"> </div> <button type="button" class="player-volume"> <i class="dashicons dashicons-controls-volumeon"></i> </button> </div> </div> <!-- Player toggle --> <div class="wp-radio-player-toggle"> <i class="dashicons dashicons-arrow-down-alt2" aria-label="Collapse player" title="Collapse player"></i> <i class="dashicons dashicons-controls-play" aria-label="Expand player" title="Expand player"></i> </div> <audio id="wp-radio-media" src="" preload="none"></audio> </div> <style type="text/css"></style> <link rel='stylesheet' id='pppublic-css' href='https://audio-posts.com/wp-content/plugins/podcast-player/frontend/css/podcast-player-public.css?ver=6.9.0' media='all' /> <script src="https://audio-posts.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/audio-posts.com\/wp-json\/","namespace":"contact-form-7\/v1"}}; </script> <script src="https://audio-posts.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script src="https://audio-posts.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script src="https://audio-posts.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script src="https://audio-posts.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-stripe-js-extra"> var wpcf7_stripe = {"publishable_key":"pk_live_51MpY8LLFMS50OLmMidhxtJr70Fst6ToootAMS92PcPNG8gMonHW5aSyqPhAam3qv4xoyuGcIqOQ0e9l3MVMRP7kS00NvFIpLus"}; </script> <script src="https://audio-posts.com/wp-content/plugins/contact-form-7/modules/stripe/index.js?ver=5.8.7" id="wpcf7-stripe-js"></script> <script id="stripe-handler-ng-js-extra"> var wpASPNG = {"iframeUrl":"https:\/\/audio-posts.com\/asp-payment-box\/","ppSlug":"asp-payment-box","prefetch":"0","ckey":"f19f48cb0fde67ea830b0afc395e06e8","aspDevMode":"1"}; </script> <script src="https://audio-posts.com/wp-content/plugins/stripe-payments/public/assets/js/stripe-handler-ng.js?ver=2.0.83" id="stripe-handler-ng-js"></script> <script src="https://audio-posts.com/wp-content/plugins/wp-radio/assets/vendor/select2/select2.min.js?ver=4.0.11" id="select2-js"></script> <script src="https://audio-posts.com/wp-content/plugins/wp-radio/assets/vendor/jquery.hideseek.min.js?ver=3.1.9" id="jquery.hideseek-js"></script> <script id="mediaelement-core-js-before"> var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script src="https://audio-posts.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script> <script src="https://audio-posts.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.4.3" id="mediaelement-migrate-js"></script> <script id="mediaelement-js-extra"> var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; </script> <script src="https://audio-posts.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.4.3" id="wp-mediaelement-js"></script> <script src="https://audio-posts.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script id="wp-util-js-extra"> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src="https://audio-posts.com/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script src="https://audio-posts.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script src="https://audio-posts.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="wp-radio-js-extra"> var wpRadio = {"pluginUrl":"https:\/\/audio-posts.com\/wp-content\/plugins\/wp-radio","ajaxUrl":"https:\/\/audio-posts.com\/wp-admin\/admin-ajax.php","siteUrl":"https:\/\/audio-posts.com","popupURL":"http:\/\/audio-posts.com","nonce":"77c832ba61","isPro":"","settings":{"stations_page":"327471","listing_content":"true","next_prev":"true"}}; </script> <script src="https://audio-posts.com/wp-content/plugins/wp-radio/assets/js/frontend.js?ver=3.1.9" id="wp-radio-js"></script> <script id="heateor_sss_sharing_js-js-before"> function heateorSssLoadEvent(e) {var t=window.onload;if (typeof window.onload!="function") {window.onload=e}else{window.onload=function() {t();e()}}}; var heateorSssSharingAjaxUrl = 'https://audio-posts.com/wp-admin/admin-ajax.php', heateorSssCloseIconPath = 'https://audio-posts.com/wp-content/plugins/sassy-social-share/public/../images/close.png', heateorSssPluginIconPath = 'https://audio-posts.com/wp-content/plugins/sassy-social-share/public/../images/logo.png', heateorSssHorizontalSharingCountEnable = 0, heateorSssVerticalSharingCountEnable = 0, heateorSssSharingOffset = -10; var heateorSssMobileStickySharingEnabled = 1;var heateorSssCopyLinkMessage = "Link copied.";var heateorSssUrlCountFetched = [], heateorSssSharesText = 'Shares', heateorSssShareText = 'Share';function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")} </script> <script src="https://audio-posts.com/wp-content/plugins/sassy-social-share/public/js/sassy-social-share-public.js?ver=3.3.58" id="heateor_sss_sharing_js-js"></script> <script id="gt_widget_script_78512679-js-before"> window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['78512679'] = {"default_language":"en","languages":["af","sq","am","ar","hy","az","eu","be","bn","bs","bg","ca","ceb","ny","zh-CN","zh-TW","co","hr","cs","da","nl","en","eo","et","tl","fi","fr","fy","gl","ka","de","el","gu","ht","ha","haw","iw","hi","hmn","hu","is","ig","id","ga","it","ja","jw","kn","kk","km","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","mn","my","ne","no","ps","fa","pl","pt","pa","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","te","th","tr","uk","ur","uz","vi","cy","xh","yi","yo","zu"],"url_structure":"none","flag_style":"3d","flag_size":24,"wrapper_selector":"#gt-wrapper-78512679","alt_flags":[],"switcher_open_direction":"top","switcher_horizontal_position":"inline","switcher_text_color":"#666","switcher_arrow_color":"#666","switcher_border_color":"#ccc","switcher_background_color":"#fff","switcher_background_shadow_color":"#efefef","switcher_background_hover_color":"#fff","dropdown_text_color":"#000","dropdown_hover_color":"#fff","dropdown_background_color":"#eee","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; </script><script src="https://audio-posts.com/wp-content/plugins/gtranslate/js/dwf.js?ver=6.4.3" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/2023/10/09/" data-gt-orig-domain="audio-posts.com" data-gt-widget-id="78512679" defer></script><script id="gt_widget_script_44834936-js-before"> window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['44834936'] = {"default_language":"en","languages":["af","sq","am","ar","hy","az","eu","be","bn","bs","bg","ca","ceb","ny","zh-CN","zh-TW","co","hr","cs","da","nl","en","eo","et","tl","fi","fr","fy","gl","ka","de","el","gu","ht","ha","haw","iw","hi","hmn","hu","is","ig","id","ga","it","ja","jw","kn","kk","km","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","mn","my","ne","no","ps","fa","pl","pt","pa","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","te","th","tr","uk","ur","uz","vi","cy","xh","yi","yo","zu"],"url_structure":"none","flag_style":"3d","flag_size":24,"wrapper_selector":"#gt-wrapper-44834936","alt_flags":[],"switcher_open_direction":"top","switcher_horizontal_position":"right","switcher_vertical_position":"top","switcher_text_color":"#666","switcher_arrow_color":"#666","switcher_border_color":"#ccc","switcher_background_color":"#fff","switcher_background_shadow_color":"#efefef","switcher_background_hover_color":"#fff","dropdown_text_color":"#000","dropdown_hover_color":"#fff","dropdown_background_color":"#eee","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; </script><script src="https://audio-posts.com/wp-content/plugins/gtranslate/js/dwf.js?ver=6.4.3" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/2023/10/09/" data-gt-orig-domain="audio-posts.com" data-gt-widget-id="44834936" defer></script><script id="pppublic-js-extra"> var podcastPlayerData = {"ajax_info":{"ajaxurl":"https:\/\/audio-posts.com\/wp-admin\/admin-ajax.php","security":"b1ceb0b62d"},"pp-podcast-9550":{"ppe-9550-1":{"title":"One Thing: Two Years Later, Ukraine is Running Out of Ammo. Is Hope Next?","description":"<p>In the two years since Russia invaded Ukraine, thousands of soldiers on both sides have been killed and multiple cities have been destroyed. Recently, Ukraine has been forced to retreat from the city of Avdiivka amid dwindling ammunition supplies. Meanwhile, Western unity has started to show cracks and billions of dollars in US aid have been held up amid hesitation from congressional Republicans. In this episode, we hear from soldiers on the frontlines about what it\u2019s like to fight with a lack of ammo and how two years of war have changed the country.\u00a0<\/p>\n<p>Guest: Ivana Kottasov\u00e1, CNN International Senior Producer<\/p>\n<\/p>\n<p>Learn more about your ad choices. Visit <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.podtrac.com\/pts\/redirect.mp3\/pdst.fm\/e\/chrt.fm\/track\/E31CC9\/traffic.megaphone.fm\/WMHY6801157116.mp3?updated=1708716272","src":"https:\/\/www.podtrac.com\/pts\/redirect.mp3\/pdst.fm\/e\/chrt.fm\/track\/E31CC9\/traffic.megaphone.fm\/WMHY6801157116.mp3?updated=1708716272","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioreview-cnn":"Audio Review - CNN"},"duration":"00:00","timestamp":1708836902,"key":"f5cc72ab9d7f127d5bf96d6356a9095f","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-2":{"title":"\u041d\u043e\u0432\u043e\u0441\u0442\u0438","description":"<p>\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u0420\u0430\u0434\u0438\u043e \u0421\u0432\u043e\u0431\u043e\u0434\u0430: \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c, \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c, \u0431\u0435\u0441\u043f\u0440\u0438\u0441\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c<\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.svoboda.org\/a\/32813918.html","src":"https:\/\/audio.rferl.org\/RU\/2024\/02\/25\/20240225-090000-RU081-program_hq.mp3","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioposts":"Audio Posts","audioreviewinrussian":"Audio Review in Russian","audiopostsinrussian":"Audio Posts In Russian","newsinrussian":"News in Russian"},"duration":"00:00","timestamp":1708835386,"key":"5dc0e3a65a538c7bcfcfc4ff0e670da5","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-3":{"title":"NPR News: 02-25-2024 4AM EST","description":"<p>NPR News: 02-25-2024 4AM EST<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR4343134822.mp3?p=500005&#038;e=nsv2-1708851600000-s1-long&#038;d=300&#038;t=podcast&#038;size=5368843","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR4343134822.mp3?p=500005&#038;e=nsv2-1708851600000-s1-long&#038;d=300&#038;t=podcast&#038;size=5368843","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"sharedlinks":"Shared Links","thenewsandtimesreview":"The News And Times Review","npr":"NPR","brooklynnewsreview":"Brooklyn News Review","newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","southcaucasusnews":"South Caucasus News"},"duration":"00:00","timestamp":1708834888,"key":"6663cff20e4717f6220d0d485806b0be","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-4":{"title":"\u041f\u043e\u0434\u043a\u0430\u0441\u0442 \u00ab\u041f\u0438\u0441\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u0421\u0432\u043e\u0431\u043e\u0434\u0430\u00bb. \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440 \u0424\u0438\u043b\u0438\u043f\u043f\u0435\u043d\u043a\u043e \u0447\u0438\u0442\u0430\u0435\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442 \u0438\u0437 \u0440\u043e\u043c\u0430\u043d\u0430 \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u0430 \u0421\u043e\u043b\u0436\u0435\u043d\u0438\u0446\u0438\u043d\u0430 \u00ab\u0412 \u043a\u0440\u0443\u0433\u0435 \u043f\u0435\u0440\u0432\u043e\u043c\u00bb","description":"<p>\u0421\u043e\u043b\u0436\u0435\u043d\u0438\u0446\u044b\u043d \u043d\u0435 \u0431\u044b\u043b \u0448\u0442\u0430\u0442\u043d\u044b\u043c \u0438\u043b\u0438 \u0432\u043d\u0435\u0448\u0442\u0430\u0442\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u043e\u043c \u00ab\u0421\u0432\u043e\u0431\u043e\u0434\u044b\u00bb, \u043d\u043e \u0441\u0442\u0430\u043d\u0446\u0438\u044f \u043d\u0435 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u043b\u0430 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0435\u0433\u043e \u043f\u0440\u043e\u0437\u044b \u0438\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u0446\u0438\u0441\u0442\u0438\u043a\u0438. \u00ab\u0423\u043b\u044b\u0431\u043a\u0430 \u0411\u0443\u0434\u0434\u044b\u00bb \u2013 \u044d\u0442\u043e \u0441\u043a\u0430\u0437\u043a\u0430 \u0432\u043d\u0443\u0442\u0440\u0438 \u0440\u043e\u043c\u0430\u043d\u0430 \u00ab\u0412 \u043a\u0440\u0443\u0433\u0435 \u043f\u0435\u0440\u0432\u043e\u043c\u00bb. \u0417\u0435\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u043c\u0435\u0447\u0442\u0430, \u0437\u0435\u043a\u043e\u0432\u0441\u043a\u0430\u044f \u0442\u043e\u0441\u043a\u0430, \u0441\u043b\u0430\u0434\u043a\u0430\u044f \u043f\u0435\u0441\u043d\u044f \u043e \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u043e\u043c \u0447\u0443\u0434\u0435 \u043f\u043e\u0441\u0440\u0435\u0434\u0438 \u0441\u0442\u0440\u0430\u0434\u0430\u043d\u0438\u0439 \u0438 \u0443\u043d\u0438\u0436\u0435\u043d\u0438\u0439.<\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.svoboda.org\/a\/32832600.html","src":"https:\/\/audio.rferl.org\/RU\/2024\/02\/23\/01000000-0aff-0242-5d26-08dc3488935a_hq.mp3","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioreviewinrussian":"Audio Review in Russian","audiopostsinrussian":"Audio Posts In Russian","newsinrussian":"News in Russian"},"duration":"00:00","timestamp":1708833927,"key":"79725d958acdfaf667d859bd9c24d726","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-5":{"title":"\u041d\u043e\u0432\u043e\u0441\u0442\u0438","description":"<p>\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u0420\u0430\u0434\u0438\u043e \u0421\u0432\u043e\u0431\u043e\u0434\u0430: \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c, \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c, \u0431\u0435\u0441\u043f\u0440\u0438\u0441\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c<\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.svoboda.org\/a\/32813903.html","src":"https:\/\/audio.rferl.org\/RU\/2024\/02\/25\/20240225-080000-RU081-program_hq.mp3","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioposts":"Audio Posts","audioreviewinrussian":"Audio Review in Russian","audiopostsinrussian":"Audio Posts In Russian","newsinrussian":"News in Russian"},"duration":"00:00","timestamp":1708831593,"key":"ddb5d19d4fa0b083eb57cd10282e0734","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-6":{"title":"NPR News: 02-25-2024 3AM EST","description":"<p>NPR News: 02-25-2024 3AM EST<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR8363977970.mp3?p=500005&#038;e=nsv2-1708848000000-s1-long&#038;d=300&#038;t=podcast","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR8363977970.mp3?p=500005&#038;e=nsv2-1708848000000-s1-long&#038;d=300&#038;t=podcast","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"sharedlinks":"Shared Links","thenewsandtimesreview":"The News And Times Review","npr":"NPR","brooklynnewsreview":"Brooklyn News Review","newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","southcaucasusnews":"South Caucasus News"},"duration":"00:00","timestamp":1708831300,"key":"0137589bf45eb4dd33a981e8eb73520b","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-7":{"title":"The Sunday Story: The Diaspora&#8217;s Troubled African Dream","description":"<p><img src=\"https:\/\/media.npr.org\/assets\/img\/2024\/02\/23\/ad5cdd0f-a2d8-4aa5-be56-fe04ddaee37a_wide-ea30719c6a95a5ae8029491020599bb0749ffa52-s1400-c100.jpeg\" alt=\"ad5cdd0f-a2d8-4aa5-be56-fe04ddaee37a_wid\"><\/p>\n<p>In the sleepy town of Asebu, a few miles inland from the Atlantic along Ghana&#8217;s Cape Coast, a serene 5,000 acre rural settlement is rising out of the palm forests and farmland. <\/p>\n<p>Pan-African Village is envisioned as an idyllic haven for settlers from the African diaspora. It was established in 2019, after a local chief announced that anyone from the diaspora could have plots for free. Hundreds of people, largely from North America and the Caribbean, have accepted the offer and are in the midst of building large homes. <\/p>\n<p>They regard themselves as the first wave of settlers, carving a new life in their ancestral homeland, devoid of racism and repression. But while locals have tentatively welcomed returning diaspora, Ghana is also experiencing some of the worst economic conditions in decades. In Pan-African Village, brewing tensions over ownership and privileged access to the land are threatening to spill over into violence and unravel the promise of this diaspora haven. <\/p>\n<p>This week on <em>The Sunday Story<\/em>, producer Andrew Mambo speaks with Emmanuel Akinwotu, NPR&#8217;s West Africa Correspondent, about the complicated relationship between the diaspora settlers and the place they see as their ancestral home.<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.npr.org\/2024\/02\/25\/1198910870\/the-diasporas-troubled-african-dream","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-510318\/traffic.megaphone.fm\/NPR5495874913.mp3?d=1818&#038;size=29088750&#038;e=1198910870&#038;t=podcast&#038;p=510318","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioreview-npr":"Audio Review - NPR"},"duration":"00:00","timestamp":1708831183,"key":"bca32684ab95706e9faa6d6aa81b5907","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-8":{"title":"\u041d\u043e\u0432\u043e\u0441\u0442\u0438","description":"<p>\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u0420\u0430\u0434\u0438\u043e \u0421\u0432\u043e\u0431\u043e\u0434\u0430: \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c, \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c, \u0431\u0435\u0441\u043f\u0440\u0438\u0441\u0442\u0440\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c<\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/www.svoboda.org\/a\/32813891.html","src":"https:\/\/audio.rferl.org\/RU\/2024\/02\/25\/20240225-070000-RU081-program_hq.mp3","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"audioreview":"Audio Review","audioposts":"Audio Posts","audioreviewinrussian":"Audio Review in Russian","audiopostsinrussian":"Audio Posts In Russian","newsinrussian":"News in Russian"},"duration":"00:00","timestamp":1708827913,"key":"c8c399997167e9783d606ae45ecc20f0","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-9":{"title":"NPR News: 02-25-2024 2AM EST","description":"<p>NPR News: 02-25-2024 2AM EST<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6939139812.mp3?p=500005&#038;e=nsv2-1708844400000-s1-long&#038;d=300&#038;t=podcast","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6939139812.mp3?p=500005&#038;e=nsv2-1708844400000-s1-long&#038;d=300&#038;t=podcast","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"sharedlinks":"Shared Links","thenewsandtimesreview":"The News And Times Review","npr":"NPR","brooklynnewsreview":"Brooklyn News Review","newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","southcaucasusnews":"South Caucasus News"},"duration":"00:00","timestamp":1708827765,"key":"669beeeedc5c4193ffa1689f2f7e7c25","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-10":{"title":"The latest in sports","description":"<div>Duke&#8217;s big man is injured amid a crush of fans, the No. 1 team in men&#8217;s basketball rebounds from a rare loss and No. 2 wins in overtime, the NBA&#8217;s conference leaders prevail and the Rangers tie a team record for consecutive wins. Correspondent Gethin Coolbaugh reports.<\/div>\n","author":"","date":"February 25, 2024","link":"https:\/\/audioboom.com\/posts\/8463904","src":"https:\/\/dts.podtrac.com\/redirect.mp3\/audioboom.com\/posts\/8463904.mp3?modified=1708843665&#038;sid=4277258&#038;source=rss","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","ap":"AP","worldnewsreview":"World News Review","audioreview-ap":"Audio Review - AP","currentnews":"Current News","apandreuters":"AP and Reuters"},"duration":"00:00","timestamp":1708826000,"key":"ed74e2ea6646f25a4904b94c2ac19de1","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-11":{"title":"NPR News: 02-25-2024 1AM EST","description":"<p>NPR News: 02-25-2024 1AM EST<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6383153307.mp3?p=500005&#038;e=nsv2-1708840800000-s1-long&#038;d=300&#038;t=podcast&#038;size=5394756","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6383153307.mp3?p=500005&#038;e=nsv2-1708840800000-s1-long&#038;d=300&#038;t=podcast&#038;size=5394756","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"sharedlinks":"Shared Links","thenewsandtimesreview":"The News And Times Review","npr":"NPR","brooklynnewsreview":"Brooklyn News Review","newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","southcaucasusnews":"South Caucasus News"},"duration":"00:00","timestamp":1708824193,"key":"d6db6c08820eca5da8f1e3afe51a1d25","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-12":{"title":"The latest in sports","description":"<div>An upset win in Winston-Salem is overshadowed by an injury to a Duke star as fans storm the court, the Celtics beat the Knicks, the Rangers stay hot with a win over the Flyers, a former Super Bowl champion is arrested for DUI and a New Jersey woman becomes the first female to umpire an MLB spring game in 17 years. Correspondent Gethin Coolbaugh reports.<\/div>\n","author":"","date":"February 25, 2024","link":"https:\/\/audioboom.com\/posts\/8463897","src":"https:\/\/dts.podtrac.com\/redirect.mp3\/audioboom.com\/posts\/8463897.mp3?modified=1708841559&#038;sid=4277258&#038;source=rss","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","ap":"AP","worldnewsreview":"World News Review","audioreview-ap":"Audio Review - AP","currentnews":"Current News","apandreuters":"AP and Reuters"},"duration":"00:00","timestamp":1708823886,"key":"82547650dccf1b516e6c937920261f7b","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-13":{"title":"Spencer scores 25 points, Newton has a triple-double and top-ranked UConn beats Villanova 78-54","description":"<div>UConn returns to its winning ways. AP correspondent Dave Ferry reports.<\/div>\n","author":"","date":"February 25, 2024","link":"https:\/\/audioboom.com\/posts\/8463895","src":"https:\/\/dts.podtrac.com\/redirect.mp3\/audioboom.com\/posts\/8463895.mp3?modified=1708839434&#038;sid=4277258&#038;source=rss","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","ap":"AP","worldnewsreview":"World News Review","audioreview-ap":"Audio Review - AP","currentnews":"Current News","apandreuters":"AP and Reuters"},"duration":"00:00","timestamp":1708821770,"key":"26cf4290b859a877cc4e710018ac2667","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-14":{"title":"NBA-leading Celtics cruise to 8th straight win with 116-102 victory over Knicks","description":"<div>The Celtics complete a sweep of the Knicks. AP correspondent Dave Ferry reports.<\/div>\n","author":"","date":"February 25, 2024","link":"https:\/\/audioboom.com\/posts\/8463892","src":"https:\/\/dts.podtrac.com\/redirect.mp3\/audioboom.com\/posts\/8463892.mp3?modified=1708838444&#038;sid=4277258&#038;source=rss","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","ap":"AP","worldnewsreview":"World News Review","audioreview-ap":"Audio Review - AP","currentnews":"Current News","apandreuters":"AP and Reuters"},"duration":"00:00","timestamp":1708820769,"key":"3e4eb0e34e1b12c3a51af852062acb7f","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"ppe-9550-15":{"title":"NPR News: 02-25-2024 12AM EST","description":"<p>NPR News: 02-25-2024 12AM EST<\/p>\n<p>Learn more about sponsor message choices: <a href=\"https:\/\/podcastchoices.com\/adchoices\">podcastchoices.com\/adchoices<\/a><\/p>\n<p><a href=\"https:\/\/www.npr.org\/about-npr\/179878450\/privacy-policy\">NPR Privacy Policy<\/a><\/p>\n","author":"","date":"February 25, 2024","link":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6139782503.mp3?p=500005&#038;e=nsv2-1708837200000-s1-long&#038;d=300&#038;t=podcast","src":"https:\/\/chrt.fm\/track\/138C95\/prfx.byspotify.com\/e\/play.podtrac.com\/npr-500005\/traffic.megaphone.fm\/NPR6139782503.mp3?p=500005&#038;e=nsv2-1708837200000-s1-long&#038;d=300&#038;t=podcast","featured":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","featured_id":0,"mediatype":"audio","categories":{"sharedlinks":"Shared Links","thenewsandtimesreview":"The News And Times Review","npr":"NPR","brooklynnewsreview":"Brooklyn News Review","newsreview":"News Review","audioreview":"Audio Review","audioposts":"Audio Posts","southcaucasusnews":"South Caucasus News"},"duration":"00:00","timestamp":1708820627,"key":"0d2684be5ec088fa22db0bc9cb61d1af","fset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","fratio":0.56206896551724139232675270250183530151844024658203125},"load_info":{"loaded":15,"displayed":10,"maxItems":15,"src":"37fe85474443cd8a7001b29b2306c0c3","step":10,"sortby":"sort_date_desc","filterby":"","fixed":"","args":{"imgurl":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg","imgset":"https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-768x432.jpeg 768w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-300x169.jpeg 300w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio-1024x576.jpeg 1024w, https:\/\/audio-posts.com\/wp-content\/uploads\/2022\/04\/audio.jpeg 1200w","display":"","hddesc":0,"hdfeat":0,"oricov":"","elength":18}},"rdata":{"permalink":"https:\/\/audio-posts.com\/2023\/10\/09","fprint":"37fe85474443cd8a7001b29b2306c0c3","from":"feedurl","elen":18,"eunit":"","teaser":"","title":"Audio Review via Michael Novakhov on Inoreader"}},"pp-podcast-9551":{"ppe-9551-1":{"title":"Different Scenarios of Putin\u2019s Death &#8211; Saved Web Pages Review","description":"<p>https:\/\/thenewsandtimes.blogspot.com\/2023\/12\/illustrators-reated-nft-ollection-with.html<br \/>\nIllustrators \u0421reated an NFT \u0421ollection with Different Scenarios of Putin\u2019s Death &#8211; Saved Web Pages Review &#8211; The News And Times<\/p>\n","author":"The News And Times","date":"December 24, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/different-scenarios-of-putins-death-saved-web-pages-review","src":"https:\/\/feeds.soundcloud.com\/stream\/1698458112-mike-nova-3-different-scenarios-of-putins-death-saved-web-pages-review.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-2j0zBW6SubhMfmOg-wtlnVw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:46:49","timestamp":1703397945,"key":"7d591086edfa2c45b79068e6a4fdcfec","fset":"","fratio":1},"ppe-9551-2":{"title":"Charles McGonigal and the October Surprise 2016 &#8211; Audio Review of the Selected Articles &#8211; 12.16.23","description":"<p>https:\/\/thenewsandtimes.blogspot.com\/2023\/12\/charles-mcgonigal-and-october-surprise.html &#8211;<br \/>\nCharles McGonigal and the October Surprise 2016 &#8211; Audio Review of the Selected Articles &#8211; 12.16.23<\/p>\n","author":"The News And Times","date":"December 16, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/charles-mcgonigal-and-the-october-surprise-2016-audio-review-of-the-selected-articles-121623","src":"https:\/\/feeds.soundcloud.com\/stream\/1692054501-mike-nova-3-charles-mcgonigal-and-the-october-surprise-2016-audio-review-of-the-selected-articles-121623.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-bTSNlGNB37UyPh14-KxatTw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:44:50","timestamp":1702724964,"key":"e56bd1d3c33358f08e775d9c18cd68cf","fset":"","fratio":1},"ppe-9551-3":{"title":"12.10.23 &#8211; Part 2 &#8211; National Security In Context Where Have All The Strategic Thinkers Gone","description":"<p>12.10.23 &#8211; Part 2 &#8211; Selected Articles &#8211; The News And Times &#8211; Audio Posts: Telephone conversation with Prime Minister of Israel Benjamin Netanyahu &#8230; National Security in Context: Where Have All the Strategic Thinkers Gone?<br \/>\nMichael Novakhov (Mike Nova) 12\/10\/2023 11:09:00 AM<br \/>\nthenewsandtimes.blogspot.com\/2023\/12\/se\u2026audio.html<\/p>\n","author":"The News And Times","date":"December 10, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/121023-part-2-national-security-in-context-where-have-all-the-strategic-thinkers-gone","src":"https:\/\/feeds.soundcloud.com\/stream\/1687087647-mike-nova-3-121023-part-2-national-security-in-context-where-have-all-the-strategic-thinkers-gone.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-qnJt7xrJBZev1sGJ-MIVzdA-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"48:34","timestamp":1702208982,"key":"2e8b5b2b7f965e77a268051228aa41bb","fset":"","fratio":1},"ppe-9551-4":{"title":"12.10.23 &#8211; Telephone Conversation With Prime Minister Of Israel Benjamin Netanyahu &#8230;","description":"<p>Selected Articles &#8211; The News And Times &#8211; Audio Posts: Telephone conversation with Prime Minister of Israel Benjamin Netanyahu &#8230; National Security in Context: Where Have All the Strategic Thinkers Gone?<br \/>\nMichael Novakhov (Mike Nova) 12\/10\/2023 11:09:00 AM<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2023\/12\/selected-articles-news-and-times-audio.html<\/p>\n","author":"The News And Times","date":"December 10, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/121023-telephone-conversation-with-prime-minister-of-israel-benjamin-netanyahu","src":"https:\/\/feeds.soundcloud.com\/stream\/1687074006-mike-nova-3-121023-telephone-conversation-with-prime-minister-of-israel-benjamin-netanyahu.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-waldaOciulO0uy1G-j2jBQA-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:55:08","timestamp":1702207357,"key":"073022c86fa3d5151b3157a9e52246a8","fset":"","fratio":1},"ppe-9551-5":{"title":"December 2, 2023 &#8211; Selected Articles: Police Raid Moscow Gay Bars &#8230;","description":"<p>https:\/\/thenewsandtimes.blogspot.com\/2023\/12\/augio-post-1222-pm-1222023-selected.html<\/p>\n<p>December 2, 2023 &#8211; Selected Articles \u2013 News Review By Michael Novakhov from the News And Times <\/p>\n<p>Police Raid Moscow Gay Bars After Court Deems LGBTQ+ Movement &#8216;Extremist&#8217;<br \/>\nDecember 2, 2023<br \/>\nRussian security forces raided gay clubs and bars across Moscow Friday night, less than 48 hours after the country&#8217;s top court banned what it called the &#8220;global LGBTQ+ movement&#8221; as an extremist organization. Police searched venues across the Russian capital, including a nightclub, a male sauna, and a bar that hosted LGBTQ+ parties, under the [\u2026]<br \/>\n\u201c300 people stood in their underpants\u201d: police raided LGBT clubs in Moscow &#8211; Gazeta.Ru<br \/>\nDecember 2, 2023<br \/>\nPolice raids took place in LGBT establishments in Moscow. According to eyewitnesses, the events took place in clubs and saunas under the pretext of searching for drugs, and visitors\u2019 passports were photographed. In addition, the oldest gay club in St. Petersburg announced its closure. On November 30, the Russian Supreme Court declared the LGBT movement extremist and banned its activities. On the night of December 2, the police raided a nightclub on Malaya Yakimanka in Moscow during an LGBT party, the Telegram channel [\u2026]<br \/>\nPolice raided LGBT clubs in Moscow<br \/>\nDecember 2, 2023<br \/>\nPolice raids took place in LGBT establishments in Moscow. According to eyewitnesses, the events took place in clubs and saunas under the pretext of searching for drugs, and visitors\u2019 passports were photographed. In addition, the oldest gay club in St. Petersburg announced its closure. On November 30, the Russian Supreme Court declared the LGBT movement extremist and banned its activities.<br \/>\nRussian troops hit Dnipro region with rockets<br \/>\nDecember 2, 2023<br \/>\nThe enemy hit the Dnipro district with rockets.<br \/>\nAP Headline News &#8211; Dec 01 2023 17:00 (EST)<br \/>\nDecember 1, 2023<br \/>\n5 PM ET: Israeli strikes underway, Trump\u2019s Georgia case, Tesla\u2019s Cybertruck &amp; more<br \/>\nDecember 1, 2023<br \/>\nIsrael has expanded its operations in the war against Hamas while mediators work to renew a truce. Attorneys for former President Donald Trump made their first in-court appearance in the Georgia election subversion case since his indictment. New York Governor Kathy Hochul says she\u2019s prepared to fill Rep. George Santos\u2019s seat after his expulsion from [\u2026]<br \/>\nRussia bans LGBT movement as &#8216;extremist&#8217; &#8211; Financial Times<br \/>\nDecember 1, 2023<br \/>\nRussia bans LGBT movement as &#8216;extremist&#8217; Financial Times<br \/>\nRussia&#8217;s putting jamming tech on tanks to stop Ukraine&#8217;s drones &#8211; Business Insider<br \/>\nDecember 1, 2023<br \/>\nRussia&#8217;s putting jamming tech on tanks to stop Ukraine&#8217;s drones Business Insider<br \/>\nSantos gets expelled from Congress. Now Fetterman says this senator should be next &#8211; Miami Herald<br \/>\nDecember 1, 2023<br \/>\nSantos gets expelled from Congress. Now Fetterman says this senator should be next Miami Herald<br \/>\n&#8211;<\/p>\n","author":"The News And Times","date":"December 2, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/december-2-2023-selected-articles-police-raid-moscow-gay-bars","src":"https:\/\/feeds.soundcloud.com\/stream\/1680286158-mike-nova-3-december-2-2023-selected-articles-police-raid-moscow-gay-bars.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-GzOemz3PmcbqDeqk-qiU2zw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"07:08","timestamp":1701520718,"key":"03cc49dab55dd7615745f823721f867c","fset":"","fratio":1},"ppe-9551-6":{"title":"Israel&#8217;s &#8216;Hamas Massacre&#8217; website features graphic photos and videos","description":"<p>11:35 AM 12\/2\/2023 &#8211; Post Link<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2023\/12\/it-is-said-that-security-council.html<br \/>\nIsrael&#8217;s &#8216;Hamas Massacre&#8217; website features graphic photos and videos<br \/>\nposted at 16:02:06 UTC via dailymail.co.uk<br \/>\n77330487-0-image-m-57_1698944419159.jpg<br \/>\nPublished: 16:24 GMT, 2 November 2023 | Updated: 04:13 GMT, 12 November 2023<\/p>\n<p>Israel has set up a &#8216;Hamas Massacre&#8217; website featuring graphic photos and videos of the October 7 attack as it vows to &#8216;document the horrors of that day&#8217;. <\/p>\n<p>The terror began when Hamas gunmen descended upon the Nova music festival near Kibbutz Re&#8217;im on motorised paragliders and in pick-up trucks, massacring around 260 revellers and capturing hostages.<\/p>\n<p>The black and yellow website features chilling photos of people partying the day before, alongside gruesome footage and images of dead bodies. <\/p>\n<p>Pictures of the brutal Kibbutz Be&#8217;eri attack that saw more than a 100 of its 1,100 community members tortured and slaughtered are also included, as well as photographs of bedrooms drenched with blood. <\/p>\n<p>An image of the charred remains of babies and video of a man who has lost a limb are also featured. <\/p>\n<p>Chilling images on the website show people partying the day before <\/p>\n<p>A Hamas gunman grabs a civilian at the festival on October 7<\/p>\n<p>Hamas terrorists beside a truck during the deadly October 7 assault<\/p>\n<p>The black and yellow website features chilling photos of people partying the day before, alongside gruesome footage and images of dead bodies<\/p>\n<p>Israel posted on its X account: &#8216;Viewer discretion advised: some of you may have seen clips and images of the horrific war crimes committed by Hamas on October 7th. A new website archives all of this footage&#8217;<\/p>\n<p>The infamous tent filled with bodies of festivalgoers also serves as a stark reminder of the attack that started a bloody war that has seen more than 1,400 Israeli deaths and 9,061 killed in Gaza.<\/p>\n<p>Israel posted on its X account: &#8216;Viewer discretion advised: some of you may have seen clips and images of the horrific war crimes committed by Hamas on October 7th. A new website archives all of this footage. <\/p>\n<p>&#8216;We know it&#8217;s difficult to watch, but it is even more heart wrenching for the victims and the families of these heinous crimes. Please RT this and help us make sure that the world knows what happened.&#8217;<\/p>\n<p>Prime Minister Benjamin Netanyahu said on Thursday that Israeli forces had pushed further in than the outskirts of Gaza City in their assault on Hamas terrorists in the northern half of the Gaza Strip.<\/p>\n<p>Ground battles flared again the previous night in northern Gaza as Israeli troops sought to destroy Hamas, the Islamist movement that controls the territory.<\/p>\n<p>The Israeli army chief of staff, Lieutenant General Herzi Halevi, said troops were inside Gaza, besieging Gaza City and &#8216;deepening infiltration&#8217; of Hamas-held areas.<\/p>\n<p>The Israeli army is seeking to free around 240 hostages, both civilians and troops, captured by Hamas during the assault.<\/p>\n<p>Some 332 soldiers have already died in the October 7 attacks and in the Israeli offensive the Hamas assault triggered.<\/p>\n<p>Now gruelling urban warfare lies ahead deeper inside Gaza, where Hamas is fighting from a tunnel network spanning hundreds of kilometres. <\/p>\n<p>Global concern has risen sharply over Israel&#8217;s response, in which the army says it has struck more than 12,000 targets so far.<\/p>\n<p>A child&#8217;s blood-soaked bed in Kibbutz Kerem Shalom following a Hamas-led attack on the home<\/p>\n<p>Israeli festivalgoers run for their lives through the desert after being warned of an incoming rocket attack just as Hamas invaded the country on October 7<\/p>\n<p>Special concern has focused on repeated heavy strikes on Gaza&#8217;s largest refugee camp &#8211; densely populated Jabalia, north of Gaza City &#8211; where explosions brought down residential buildings.<\/p>\n<p>Gaza&#8217;s Hamas-ruled government said 195 were killed in two days of Israeli strikes on Jabalia, with hundreds more missing and wounded, figures that could not be independently verified.<\/p>\n","author":"The News And Times","date":"December 2, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/israels-hamas-massacre-website-features-graphic-photos-and-videos","src":"https:\/\/feeds.soundcloud.com\/stream\/1680248340-mike-nova-3-israels-hamas-massacre-website-features-graphic-photos-and-videos.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-MiPbCcjDINDrRV8I-elJWRg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"13:21","timestamp":1701516465,"key":"debded3a218fa3fda5c171f7bd28e1fe","fset":"","fratio":1},"ppe-9551-7":{"title":"BACK TO THE USSR: \u201c300 people stood in their underpants\u201d: police raided LGBT clubs in Moscow","description":"<p>https:\/\/thenewsandtimes.blogspot.com\/2023\/12\/back-to-ussr-300-people-stood-in-their.html<\/p>\n<p>BACK TO THE USSR: \u201c300 people stood in their underpants\u201d: police raided LGBT clubs in Moscow &#8211; Gazeta.Ru<\/p>\n<p>posted via gazeta.ru <\/p>\n<p>Police raids took place in LGBT establishments in Moscow. According to eyewitnesses, the events took place in clubs and saunas under the pretext of searching for drugs, and visitors\u2019 passports were photographed. In addition, the oldest gay club in St. Petersburg announced its closure. On November 30, the Russian Supreme Court declared the LGBT movement extremist and banned its activities.<br \/>\nOn the night of December 2, the police raided a nightclub on Malaya Yakimanka in Moscow during an LGBT party, the Telegram channel \u201cCaution, Moscow\u201d reported . According to the channel, about 300 people attended the event; police raided the establishment under the pretext of searching for drugs. Several visitors were detained.<\/p>\n<p>\u201cIn the middle of the party, they stopped the music and [the police] started entering the halls. There were also citizens of other countries at the party. On the way out they took photographs of passports without permission to do so. The scheme was worked out, this is how similar clubs in St. Petersburg were closed. Someone is panicking,\u201d said one of the guests of the establishment.<\/p>\n<p>The channel later reported that all participants were released when their passports were photographed.<\/p>\n<p>\u201cI thought that\u2019s it, I\u2019ll be imprisoned for 12 years. We didn\u2019t understand, 300 of us stood naked, wearing only shorts, and waited for our clothes to be brought out. And no one understood what was happening,\u201d said a party participant in a conversation with the Telegram channel \u201cCaution, News\u201d .<\/p>\n<p>Similar raids took place in other thematic establishments. According to Caution, Moscow , they began around 22:00 Moscow time on December 1. Law enforcement officers checked a club near the Avtozavodskaya metro station and a strip club for men near the Polyanka station. The administration of the establishments warned visitors in advance about the police visit. The check also took place in a bar near Chistoprudny Boulevard.<\/p>\n<p>\u201cThere was an ordinary party, the owner comes out and says that within an hour people in uniform will come in connection with the recent law. Within 20 minutes, the dance floor began to empty,\u201d said eyewitnesses.<\/p>\n<p>In addition, the administration of the establishment reported that a popular singer was supposed to perform at the bar, but she refused the event. The message does not specify who we are talking about.<\/p>\n<p>According to the channel, raids also took place in \u201cLGBT saunas.\u201d In particular, security forces came to the men&#8217;s premium bathhouse near Tsvetnoy Boulevard.<\/p>\n<p>\u201cEverything is going on like a regular drug raid. No violations were detected, but the mood was spoiled. It was indelicate in the sauna, with show masks, they put everyone face down,\u201d eyewitnesses told Beware, Moscow .<\/p>\n<p>LGBT clubs are closing<br \/>\nOn the evening of December 1, the Central Station club in St. Petersburg announced its closure. The Fontanka publication called it \u201cone of the oldest gay clubs in St. Petersburg.\u201d<\/p>\n<p>\u201cUnfortunately, the site we rented refused to allow us to work due to the law. We apologize, we are no longer working,\u201d says a message on the club\u2019s VKontakte page.<\/p>\n<p>Recently the club was located on Konyushennaya Square, where it moved after the spring police raids on Dumskaya Street. In March of this year, about 20 establishments were sealed on Dumskaya and Lomonosova streets, and 13 bars were closed in April. According to the Investigative Committee , this was done as part of an investigation into a criminal case involving teenagers in the systematic use of alcohol.<\/p>\n","author":"The News And Times","date":"December 2, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/back-to-the-ussr-300-people-stood-in-their-underpants-police-raided-lgbt-clubs-in-moscow","src":"https:\/\/feeds.soundcloud.com\/stream\/1680008160-mike-nova-3-back-to-the-ussr-300-people-stood-in-their-underpants-police-raided-lgbt-clubs-in-moscow.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-u4qlunvBPTNmxXK1-HDWKWg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"05:45","timestamp":1701492090,"key":"ff2374bf02859debe4cfa9666aa857d6","fset":"","fratio":1},"ppe-9551-8":{"title":"Saved Web Pages Review 2023 &#8211; 7:50 AM 12\/1\/2023","description":"<p>Saved Web Pages Review 2023 &#8211; 7:50 AM 12\/1\/2023<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2023\/12\/russia-bans-international-lgbtq.html<\/p>\n<p>Russia bans international LGBTQ+ movement as \u2018extremist\u2019 &#8211; Saved Web Pages Review &#8211; The News And Times<br \/>\n Saved Web Pages Review &#8211; The News And Times &#8211; TheNewsAndTimes.com<br \/>\nRussia bans international LGBTQ+ movement as \u2018extremist\u2019SaveRIGA, Latvia \u2014 Russia\u2019s Supreme Court on Thursday banned the \u201cinternational LGBT public movement\u201d as an extremist organization \u2014 even though the alleged movement has no organizational structure, leaders, membership, website or&#8230;<br \/>\nposted 29m ago by Michael Novakhov (Mike Nova) via The News And Times <\/p>\n<p>Russia bans &#8216;international LGBT movement&#8217; for &#8216;extremism&#8217;<br \/>\nNovember 30, 2023<br \/>\nDeutsche Bank was keen to land a &#8216;whale&#8217; of a client in Trump, documents at his fraud trial show<br \/>\nNovember 30, 2023<br \/>\nPutin accuses the West of trying to &#8216;dismember and plunder&#8217; Russia in a ranting speech<br \/>\nNovember 30, 2023<br \/>\nPutin claims Russia building a new world order<br \/>\nNovember 30, 2023<br \/>\nSchumer Condemns Antisemitism, Warning the Left Against Abetting It<br \/>\nNovember 29, 2023<br \/>\n\u0417\u0430\u0434\u0435\u0440\u0436\u0430\u043d \u0437\u0430\u043c\u0433\u043b\u0430\u0432\u044b \u041c\u0412\u0414 \u043f\u043e \u0414\u0430\u0433\u0435\u0441\u0442\u0430\u043d\u0443, \u0435\u0433\u043e \u043e\u0431\u0432\u0438\u043d\u044f\u044e\u0442 \u0432 \u043a\u043e\u0440\u0440\u0443\u043f\u0446\u0438\u0438<br \/>\nNovember 29, 2023<br \/>\nDeputy Interior Minister Of Russia&#8217;s Daghestan Reportedly Detained On Corruption Charge<br \/>\nNovember 29, 2023<br \/>\nRussian Jews fear Israel-Hamas war awakening sleeping antisemitism<br \/>\nNovember 29, 2023<br \/>\nOne-state solution<br \/>\nNovember 29, 2023<br \/>\nThe Biden Administration Should Continue Rebuffing NSO Group\u2019s Latest Lobbying Efforts.<br \/>\nNovember 29, 2023<br \/>\nThe Last Chance for a Two-State Solution for Israelis and Palestinians May Be to Think Much Bigger<br \/>\nNovember 29, 2023<br \/>\nDoctor Tried To Renew His US Passport But Lost Citizenship After 61 Years. Read His Story<br \/>\nNovember 29, 2023<br \/>\nDonald Trump throws Vladimir Putin under the bus<br \/>\nNovember 29, 2023<br \/>\nHere are the statuses of the hostages taken into Gaza on Oct. 7.<br \/>\nNovember 29, 2023<br \/>\nGaza war complicates U.S. efforts to normalize Arab relations with Israel<br \/>\nNovember 29, 2023<br \/>\nUkraine spy master\u2019s wife poisoned with \u2018arsenic &amp; mercury in her food\u2019<br \/>\nNovember 29, 2023<br \/>\nAzerbaijan escalates &#8220;U.S. spy&#8221; rhetoric, arrests another journalist<br \/>\nNovember 28, 2023<br \/>\nUkraine Says Someone Poisoned the Food of Their Spy Chief\u2019s Wife<br \/>\nNovember 28, 2023<\/p>\n","author":"The News And Times","date":"December 1, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/saved-web-pages-review-2023-750-am-1212023","src":"https:\/\/feeds.soundcloud.com\/stream\/1679252136-mike-nova-3-saved-web-pages-review-2023-750-am-1212023.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-a6Ulwl5GUiqAehKA-UcYTWg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:45:39","timestamp":1701417476,"key":"8b75430d3fcd0da6c33be0cb48b2c3fb","fset":"","fratio":1},"ppe-9551-9":{"title":"\u041e\u0431\u0437\u043e\u0440 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u2013 \u043f\u043e\u0434\u043a\u0430\u0441\u0442 &#8211; 11.28.23","description":"<p>\u041e\u0431\u0437\u043e\u0440 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0445 \u0432\u0435\u0431-\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u2013 \u043f\u043e\u0434\u043a\u0430\u0441\u0442<br \/>\n\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d \u0443\u0441\u0438\u043b\u0438\u0432\u0430\u0435\u0442 \u0440\u0438\u0442\u043e\u0440\u0438\u043a\u0443 \u00ab\u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u0448\u043f\u0438\u043e\u043d\u0430\u0436\u0430\u00bb \u0438 \u0430\u0440\u0435\u0441\u0442\u043e\u0432\u044b\u0432\u0430\u0435\u0442 \u0435\u0449\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u0436\u0443\u0440\u043d\u0430\u043b\u0438\u0441\u0442\u0430<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0423\u043a\u0440\u0430\u0438\u043d\u0430 \u0437\u0430\u044f\u0432\u043b\u044f\u0435\u0442, \u0447\u0442\u043e \u043a\u0442\u043e-\u0442\u043e \u043e\u0442\u0440\u0430\u0432\u0438\u043b \u0435\u0434\u0443 \u0436\u0435\u043d\u044b \u0448\u0435\u0444\u0430 \u0438\u0445 \u0440\u0430\u0437\u0432\u0435\u0434\u043a\u0438<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0418\u0440\u0430\u043d\u0441\u043a\u0438\u0439 \u0420\u0430\u0438\u0441\u0438 \u043d\u0435 \u043f\u0440\u0438\u0435\u0434\u0435\u0442 \u0432 \u0422\u0443\u0440\u0446\u0438\u044e \u0432\u043e \u0432\u0442\u043e\u0440\u043d\u0438\u043a: \u0410\u043d\u043a\u0430\u0440\u0430<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0410\u0440\u043c\u0435\u043d\u0438\u044f \u0441\u0442\u043e\u0438\u0442 \u043e\u0441\u043e\u0431\u043d\u044f\u043a\u043e\u043c<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041f\u0443\u0442\u0438\u043d \u00ab\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b \u0423\u043a\u0440\u0430\u0438\u043d\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c \u0432\u043e\u0439\u043d\u0443 \u0432 2022 \u0433\u043e\u0434\u0443\u00bb \u0432 \u043e\u0431\u043c\u0435\u043d \u043d\u0430 \u043d\u0435\u043f\u0440\u0438\u0435\u043c\u043b\u0435\u043c\u044b\u0439 \u0448\u0430\u0433<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041a\u0438\u0432\u0430: \u044d\u043a\u0441-\u043c\u0438\u043d\u0438\u0441\u0442\u0440 \u043e\u0431\u043e\u0440\u043e\u043d\u044b \u0423\u043a\u0440\u0430\u0438\u043d\u044b \u0420\u0435\u0437\u043d\u0438\u043a\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u0441\u0442\u0430\u0432\u043a\u0438 \u044d\u043c\u0438\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043b \u0432 \u0421\u0428\u0410<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0428\u0435\u0441\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0441\u0442\u043a\u043e\u0432 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u043d\u0443\u0442 \u043f\u0435\u0440\u0435\u0434 \u0441\u0443\u0434\u043e\u043c \u0437\u0430 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u0443\u044e \u0440\u043e\u043b\u044c \u0432 \u043e\u0431\u0435\u0437\u0433\u043b\u0430\u0432\u043b\u0438\u0432\u0430\u043d\u0438\u0438 \u0443\u0447\u0438\u0442\u0435\u043b\u044f \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0432 2020 \u0433\u043e\u0434\u0443<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0414\u0440\u0443\u0436\u0438\u043d\u0443 \u0433\u043b\u0430\u0432 \u0443\u043a\u0440\u0430\u0438\u043d\u0441\u043a\u043e\u0439 \u0440\u0430\u0437\u0432\u0435\u0434\u043a\u0438 \u043e\u0442\u0440\u0443\u043b\u0438 \u2014 \u041c\u0430\u0440\u0438\u0430\u043d\u043d\u0430 \u0411\u0443\u0434\u0430\u043d\u043e\u0432\u0430 \u0432 \u043b\u0438\u043a\u0430\u0440\u043d\u0435<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041f\u0443\u0442\u0438\u043d \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0432\u043e\u0439\u043d\u0443 \u043c\u0435\u0436\u0434\u0443 \u0418\u0437\u0440\u0430\u0438\u043b\u0435\u043c \u0438 \u0441\u0435\u043a\u0442\u043e\u0440\u043e\u043c \u0413\u0430\u0437\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u043e\u0433\u0440\u0435\u0442\u044c \u043d\u0430\u043f\u0440\u044f\u0436\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043d\u0430 \u0417\u0430\u043f\u0430\u0434\u0435<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041c\u043e\u0436\u0435\u0442 \u043b\u0438 \u0432\u043e\u0439\u043d\u0430 \u043c\u0435\u0436\u0434\u0443 \u0418\u0437\u0440\u0430\u0438\u043b\u0435\u043c \u0438 \u0425\u0430\u043c\u0430\u0441\u043e\u043c \u043f\u0440\u0438\u043d\u0435\u0441\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u0443 \u0420\u043e\u0441\u0441\u0438\u0438 \u0438 \u041a\u0438\u0442\u0430\u044e?<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041a\u043b\u044e\u0447\u0435\u0432\u043e\u0439 \u0434\u0438\u0441\u0441\u0438\u0434\u0435\u043d\u0442 \u0432 \u0438\u0440\u0430\u043d\u0441\u043a\u043e\u043c \u043f\u0440\u0430\u0432\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0435 \u0437\u0430\u044f\u0432\u0438\u043b \u0415\u0432\u0440\u043e\u043f\u0435, \u0447\u0442\u043e \u0422\u0435\u0433\u0435\u0440\u0430\u043d \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u00ab\u044d\u043f\u0438\u0446\u0435\u043d\u0442\u0440\u043e\u043c\u00bb \u0442\u0435\u0440\u0440\u043e\u0440\u0438\u0437\u043c\u0430<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0423\u0431\u0438\u0439\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u0430\u0442\u0440\u0438\u043e\u0442\u0438\u0437\u043c \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440\u0430 \u041f\u0443\u0442\u0438\u043d\u0430<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041a\u0430\u043a \u0433\u043e\u0434\u044b \u043d\u0435\u0443\u0434\u0430\u0447 \u0418\u0437\u0440\u0430\u0438\u043b\u044f \u0432 \u0431\u043e\u0440\u044c\u0431\u0435 \u0441 \u0425\u0410\u041c\u0410\u0421 \u043f\u0440\u0438\u0432\u0435\u043b\u0438 \u043a \u0440\u0430\u0437\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u044e<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0413\u043b\u0430\u0432\u0430 \u0438\u0437\u0440\u0430\u0438\u043b\u044c\u0441\u043a\u043e\u0439 \u0440\u0430\u0437\u0432\u0435\u0434\u043a\u0438 \u0437\u0430\u044f\u0432\u0438\u043b, \u0447\u0442\u043e \u0435\u0439 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0430\u0442\u0430\u043a\u0443 \u0425\u0410\u041c\u0410\u0421<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0413\u043b\u0430\u0432\u0430 \u0441\u043b\u0443\u0436\u0431\u044b \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0418\u0437\u0440\u0430\u0438\u043b\u044f \u0437\u0430\u044f\u0432\u0438\u043b, \u0447\u0442\u043e \u0430\u0433\u0435\u043d\u0442\u0441\u0442\u0432\u0443 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044c \u0430\u0442\u0430\u043a\u0443 \u0425\u0410\u041c\u0410\u0421<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0418\u0437\u0440\u0430\u0438\u043b\u044c: \u0425\u0430\u043a, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u041c\u043e\u0441\u0441\u0430\u0434 \u0438 \u0428\u0438\u043d \u0411\u0435\u0442 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e\u0442 \u043d\u0435 \u0432\u0438\u0434\u0435\u0442\u044c<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0422\u0435\u0440\u0440\u043e\u0440\u0438\u0441\u0442 \u0425\u0410\u041c\u0410\u0421, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u044b\u0441\u0442\u0430\u0432\u0438\u043b \u043d\u0430\u043f\u043e\u043a\u0430\u0437 \u0442\u0435\u043b\u043e \u0428\u0430\u043d\u0438 \u041b\u0443\u043a, \u0431\u044b\u043b \u0443\u0431\u0438\u0442 \u0426\u0410\u0425\u0410\u041b\u043e\u043c \u0438 &#8220;\u0432\u0435\u0447\u043d\u043e \u0436\u0430\u0440\u0438\u0442\u0441\u044f \u0432 \u0430\u0434\u0443&#8221;, \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u0440\u0430\u0432\u0432\u0438\u043d<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0425\u0435\u0440\u0446\u043e\u0433 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b, \u0447\u0442\u043e \u043d\u0435\u043c\u0435\u0446\u043a\u043e-\u0438\u0437\u0440\u0430\u0438\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0428\u0430\u043d\u0438 \u041b\u0443\u043a\u0430 \u043d\u0430\u0448\u043b\u0438 \u043e\u0431\u0435\u0437\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0432 \u0441\u0435\u043a\u0442\u043e\u0440 \u0413\u0430\u0437\u0430<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u041a\u0430\u0434\u044b\u0440\u043e\u0432 \u0437\u0430\u044f\u0432\u0438\u043b, \u0447\u0442\u043e \u0433\u0440\u0443\u043f\u043f\u0430 \u0431\u044b\u0432\u0448\u0438\u0445 \u043d\u0430\u0435\u043c\u043d\u0438\u043a\u043e\u0432 \u0412\u0430\u0433\u043d\u0435\u0440\u0430 \u0442\u0440\u0435\u043d\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0441 \u0435\u0433\u043e \u0432\u043e\u0439\u0441\u043a\u0430\u043c\u0438<br \/>\n28 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<br \/>\n\u0421\u0430\u043c\u044b\u0435 \u0433\u0440\u043e\u043c\u043a\u0438\u0435 \u0448\u043f\u0438\u043e\u043d\u0441\u043a\u0438\u0435 \u0434\u0435\u043b\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u0438 \u2013 DW \u2013 10.08.2023<br \/>\n27 \u043d\u043e\u044f\u0431\u0440\u044f 2023 \u0433.<\/p>\n","author":"The News And Times","date":"November 28, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/obzor-sokhranennykh-veb-stranits-podkast-112823","src":"https:\/\/feeds.soundcloud.com\/stream\/1677030660-mike-nova-3-obzor-sokhranennykh-veb-stranits-podkast-112823.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-6IjOT8GSAd8H3OwD-A8ck0Q-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:49:42","timestamp":1701197483,"key":"d70336a43b5f2e8fb9e6d5528f71eaa2","fset":"","fratio":1},"ppe-9551-10":{"title":"Saved Web Pages Review 2023 &#8211; 1:58 PM 11\/28\/2023","description":"<p>Saved Web Pages Review<br \/>\nAzerbaijan escalates &#8220;U.S. spy&#8221; rhetoric, arrests another journalist<br \/>\nNovember 28, 2023<br \/>\nUkraine Says Someone Poisoned the Food of Their Spy Chief\u2019s Wife<br \/>\nNovember 28, 2023<br \/>\nIran\u2019s Raisi not coming to Turkiye on Tuesday: Ankara<br \/>\nNovember 28, 2023<br \/>\nArmenia stands alone<br \/>\nNovember 28, 2023<br \/>\nPutin &#8216;offered Ukraine to end war in 2022&#8217; in exchange for unacceptable move<br \/>\nNovember 28, 2023<br \/>\n\u041a\u0438\u0432\u0430: \u044d\u043a\u0441-\u043c\u0438\u043d\u0438\u0441\u0442\u0440 \u043e\u0431\u043e\u0440\u043e\u043d\u044b \u0423\u043a\u0440\u0430\u0438\u043d\u044b \u0420\u0435\u0437\u043d\u0438\u043a\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u0441\u0442\u0430\u0432\u043a\u0438 \u044d\u043c\u0438\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043b \u0432 \u0421\u0428\u0410<br \/>\nNovember 28, 2023<br \/>\n6 teenagers go on trial for their alleged role in the 2020 beheading of a French teacher<br \/>\nNovember 28, 2023<br \/>\n\u0414\u0440\u0443\u0436\u0438\u043d\u0443 \u0433\u043b\u0430\u0432\u0438 \u0443\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u0457 \u0440\u043e\u0437\u0432\u0456\u0434\u043a\u0438 \u043e\u0442\u0440\u0443\u0457\u043b\u0438 \u2014 \u041c\u0430\u0440\u0456\u0430\u043d\u043d\u0430 \u0411\u0443\u0434\u0430\u043d\u043e\u0432\u0430 \u0443 \u043b\u0456\u043a\u0430\u0440\u043d\u0456<br \/>\nNovember 28, 2023<br \/>\nPutin hijacks Israel-Gaza war to fuel tensions in the West<br \/>\nNovember 28, 2023<br \/>\nCould The Israel-Hamas War Benefit Russia And China?<br \/>\nNovember 28, 2023<br \/>\nKey Iran government dissenter tells Europe that Tehran terrorism&#8217;s &#8216;epicenter&#8217;<br \/>\nNovember 28, 2023<br \/>\nVladimir Putin\u2019s killer patriotism<br \/>\nNovember 28, 2023<br \/>\nHow Years of Israeli Failures on Hamas Led to a Devastating Attack<br \/>\nNovember 28, 2023<br \/>\nIsraeli intel agency chief says it failed in stopping Hamas attack<br \/>\nNovember 28, 2023<br \/>\nHead of Israeli security says agency failed to thwart Hamas attack<br \/>\nNovember 28, 2023<br \/>\nIsra\u00ebl : Le hack que le Mossad et le Shin Bet pr\u00e9f\u00e9reraient ne pas voir<br \/>\nNovember 28, 2023<br \/>\nHamas terrorist who paraded Shani Louk\u2019s body has been killed by IDF and is \u2018roasting in hell forever,\u2019 rabbi says<br \/>\nNovember 28, 2023<br \/>\nHerzog Says German-Israeli Shani Louk Found Beheaded After Being Taken To Gaza<br \/>\nNovember 28, 2023<br \/>\nKadyrov Says Group Of Former Wagner Mercenaries Training With His Forces<br \/>\nNovember 28, 2023<br \/>\nGermany&#8217;s most spectacular espionage cases \u2013 DW \u2013 08\/10\/2023<br \/>\nNovember 27, 2023<\/p>\n","author":"The News And Times","date":"November 28, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/saved-web-pages-review-2023-158-pm-11282023","src":"https:\/\/feeds.soundcloud.com\/stream\/1676867655-mike-nova-3-saved-web-pages-review-2023-158-pm-11282023.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-y1rksH3lMeyABaLQ-eC4zvw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:37:20","timestamp":1701180289,"key":"04d3cc45527b124b40ac7754e9057c19","fset":"","fratio":1},"ppe-9551-11":{"title":"Azerbaijan escalates &#8220;U.S. spy&#8221; rhetoric, arrests another journalist","description":"<p>Azerbaijan escalates &#8220;U.S. spy&#8221; rhetoric, arrests another journalist by The News And Times<\/p>\n","author":"The News And Times","date":"November 28, 2023","link":"https:\/\/soundcloud.com\/mike-nova-3\/azerbaijan-escalates-us-spy-rhetoric-arrests-another-journalist","src":"https:\/\/feeds.soundcloud.com\/stream\/1676798964-mike-nova-3-azerbaijan-escalates-us-spy-rhetoric-arrests-another-journalist.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-hZsOwnfdO7ph2nXV-HNI2bg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"03:06","timestamp":1701172708,"key":"85dbe4909f2b3d622f9ebd33815e67cd","fset":"","fratio":1},"ppe-9551-12":{"title":"&#8220;Our Famous But Incompetent, THE BANANA REPUBLIC FBI: FBI whiffs again &#8230; &#8221; &#8211; by Howie Carr","description":"<p>Howie Carr: FBI whiffs again on Colorado mass shooting suspect by Howie Carr <\/p>\n<p>https:\/\/thenewsandtimes.blogspot.com\/2021\/03\/howie-carr-fbi-whiffs-again-on-colorado.html<\/p>\n<p>So now it turns out that the FBI knew all about the accused Boulder shooter, but paid no attention to the obvious warning signs until police say the rabidly anti-American immigrant from Syria murdered 10 U.S. citizens in the supermarket.<\/p>\n<p>\u201cThe suspect\u2019s identity,\u201d the New York Times reported, \u201cwas known to the FBI because he was linked to another individual under investigation by the bureau, according to law enforcement officials.\u201d<\/p>\n<p>Stop me if you\u2019ve heard this one before.<\/p>\n<p>The Famous But Incompetent FBI likewise knew all about accused shooter Ahmad al-Aliwi Alissa\u2019s fellow Muslim immigrants who committed mass murder, like the Tsarnaev brothers \u2014 but did nothing until those welfare-collecting \u201casylees\u201d blew up the Boston Marathon.<\/p>\n<p>The FBI also had early warnings about the Muslim terrorists who shot up the gay nightclub in Orlando, the Christmas party in San Bernardino, Fort Hood, the cartoon-drawing contest in Texas \u2026 and yet the G-men sat on their soft hands until scores of Americans were murdered in cold blood.<\/p>\n<p>But it\u2019s not only foreign Muslim terrorists the FBI can\u2019t be bothered lugging. It\u2019s domestic killers as well.<\/p>\n<p>For instance, in 2018 the FBI\u2019s national tip line got a 13-minute-long earful from the aunt of the Parkland High shooter Nikolas Cruz \u2014 but did nothing until 17 people were gunned down.<\/p>\n<p>Remember serial killer Gary Sampson? Before he murdered three innocent men in 2001, he called the FBI office in Boston from a pay phone in Abington and offered to turn himself in on some unsolved bank robberies.<\/p>\n<p>But it was a Friday afternoon, so the FBI \u201cdisconnected\u201d his call and didn\u2019t bother to pick him up. The next day, Sampson started his two-state carjacking murder spree.<\/p>\n<p>This is Your FBI, as the old radio show used to begin. <\/p>\n<p>But there have been some cases that the FBI has been on top of:<\/p>\n<p>Lady Gaga\u2019s stolen French bulldogs.<\/p>\n<p>Tom Brady\u2019s purloined football jerseys.<\/p>\n<p>The \u201cnoose\u201d on NASCAR driver Bubba Wallace\u2019s garage, which turned out to be a door pull rope. (Fifteen agents were assigned to that \u201chate crime.\u201d)<\/p>\n<p>Taking a knee en masse for George Floyd.<\/p>\n","author":"The News And Times","date":"March 30, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/our-famous-but-incompetent-the-banana-republic-fbi-fbi-whiffs-again-by-howie-carr","src":"https:\/\/feeds.soundcloud.com\/stream\/1019365573-mike-nova-3-our-famous-but-incompetent-the-banana-republic-fbi-fbi-whiffs-again-by-howie-carr.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-CZIVj7f1BNvykJn3-O7zgDg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"06:38","timestamp":1617119760,"key":"ed15764f8d82312a3322d84ba679312d","fset":"","fratio":1},"ppe-9551-13":{"title":"9:26 AM 2\/24\/2021 &#8211; Sund: Capitol Riot was a military-style operation","description":"<p>9:26 AM 2\/24\/2021 &#8211; Sund: Capitol Riot was a military-style operation<br \/>\nPodcasts Review<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/926-am-2242021-sund-capitol-riot-was.html<br \/>\n&#8211;<\/p>\n","author":"The News And Times","date":"February 24, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/926-am-2242021-sund-capitol-riot-was-a-military-style-operation","src":"https:\/\/feeds.soundcloud.com\/stream\/991940866-mike-nova-3-926-am-2242021-sund-capitol-riot-was-a-military-style-operation.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-la7MUGvOU1L1eU9x-iL8v1A-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"25:21","timestamp":1614159401,"key":"9b072293afc1644a36d965065a4047d4","fset":"","fratio":1},"ppe-9551-14":{"title":"10:14 AM 2\/20\/2021 &#8211; In new defense, dozens of Capitol rioters say law enforcement \u2018let us in\u2019 &#8230;","description":"<p>Steve Bannon believed Trump had dementia and plotted to remove him as president, according to new book | Investigation of Donald Trump and Trumpism \u2013 trumpinvestigation.net: What role did the retired FBI agents play in Capitol riot? | In new defense, dozens of Capitol rioters say law enforcement \u2018let us in\u2019 to building<br \/>\nBy Michael Novakhov (Mike Nova) February 20, 2021<br \/>\nSteve Bannon believed Trump had dementia and plotted to remove him as president, according to new book<\/p>\n<p>posted at 09:48:52 UTC<br \/>\n&#8211;<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/steve-bannon-believed-trump-had.html<br \/>\n&#8211;<br \/>\n10:14 AM 2\/20\/2021 &#8211; In new defense, dozens of Capitol rioters say law enforcement \u2018let us in\u2019 to building<br \/>\nhttps:\/\/news-channels.com\/steve-bannon-believed-trump-had-html\/<br \/>\nBy ALEXANDER MALLIN, ALEX HOSENBALL and OLIVIA RUBIN, ABC News<\/p>\n<p>(WASHINGTON) \u2014 As authorities continue to pursue individuals who participated in the Jan. 6 insurrection at the United States Capitol, a growing number of those charged are employing a new defense: blaming the police for letting them in.<\/p>\n<p>At least 29 people arrested for their role in the Jan. 6 events have claimed they thought they were free to enter the Capitol because law enforcement authorities either didn\u2019t stop them from coming in or never told them they were not allowed to be there, according to affidavits and court filings reviewed by ABC News.<\/p>\n<p>\u201cHe was not at the front of the lines, he didn\u2019t see barricades being knocked down, he didn\u2019t see officers getting assaulted, he didn\u2019t see anything other than large crowds at the Capitol,\u201d Thomas Mayr, the lawyer for Christopher Grider, one of the people accused of participating in the riot, told ABC News. \u201cHe went through an open door.\u201d<\/p>\n<p>Grider, of Texas, is one of dozens of suspected rioters who claimed to be unaware they were not allowed inside \u2014 some of whom argued that they were actually ushered in by officers. He now faces multiple charges including violent entry and disorderly conduct on Capitol grounds.<\/p>\n<p>Jacob Lewis of California told investigators he was never told that he could not enter the Capitol, and that he was \u201cescorted\u201d by police into the building. When reached by ABC News, Lewis said he would be releasing video footage to \u201cback up his story.\u201d He declined to share the video with ABC News. Lewis was indicted on four misdemeanor charges, including disorderly and disruptive conduct in a restricted building.<\/p>\n<p>Even as scrutiny of Capitol police continues to build, experts say it is unlikely such a defense will work in most situations.<\/p>\n<p>\u201cIn general, ignorance of the law is not an excuse for criminal behavior,\u201d said Taryn Merkl, senior counsel in the Justice Program at the Brennan Center for Justice and a former federal prosecutor in the Eastern District of New York.<\/p>\n<p>Many accused rioters also face multiple charges for crimes they allegedly committed once inside the building, which experts say would render their claims of legal entry meaningless.<\/p>\n<p>\u201cWhether or not people knew that it was not lawful to enter the grounds as they did, many are charged with parading, demonstrating, or picketing \u2014 and that is prohibited, and no intent is required,\u201d Merkl said.<\/p>\n<p>Brandon Fellows, for example, told investigators he did not think he was going to get in trouble because the police officers seemed to be \u201con our side,\u201d but he was later seen with his feet up on the desk of Sen. Jeff Merkley, D-Ore.<\/p>\n<p>\u201cEven if the officer had permitted him in the rotunda area or somewhere that might conceivably be a public space, anybody knows that breaking into a private senatorial office is wrongful, and would obstruct the administration of government,\u201d Merkl said.<\/p>\n<p>U.C. Berkeley law professor Charles Weisselberg, a former public defender, said the defense might help those charged with crimes where intent is required &#8230;<br \/>\n&#8211;<br \/>\nREAD MORE:<br \/>\nhttps:\/\/news-channels.com\/steve-bannon-believed-trump-had-html\/<br \/>\n&#8211;<br \/>\n&#8211;<\/p>\n","author":"The News And Times","date":"February 20, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/1014-am-2202021-in-new-defense-dozens-of-capitol-rioters-say-law-enforcement-let-us-in","src":"https:\/\/feeds.soundcloud.com\/stream\/989465368-mike-nova-3-1014-am-2202021-in-new-defense-dozens-of-capitol-rioters-say-law-enforcement-let-us-in.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-pvp8wNqv8YoNgKsh-y41PMg-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"09:47","timestamp":1613816419,"key":"6b906df2df453d63260b716663f7c3c2","fset":"","fratio":1},"ppe-9551-15":{"title":"5:27 AM 2\/15\/2021 &#8211; Behind Capitol Riot is Russian Mob and Russian Mafia State. And FBI officers?!","description":"<p>5:27 AM 2\/15\/2021 &#8211; Behind Capitol Riot is Russian Mob and Russian Mafia State. And FBI officers?!<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/investigations-of-capitol-riot.html<br \/>\nThe News And Times Information Network &#8211; newsandtimes.net<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/investigations-of-capitol-riot.html<br \/>\n&#8211;<br \/>\nhttps:\/\/news-channels.com\/us-lawmakers-call-for-9-11-style-commission-to-investigate-capitol-riot-the-guardian-800-am-2-15-2021\/<br \/>\n&#8211;<br \/>\nhttps:\/\/news-channels.com\/calls-grow-for-commission-to-investigate-capitol-riot-nytimes-756-am-2-15-2021\/<br \/>\n&#8211;<br \/>\nhttps:\/\/news-channels.com\/index-html-48\/<br \/>\n&#8211;<br \/>\nInvestigations of Capitol Riot<br \/>\nMichael Novakhov: Behind the Capitol Riot of 1.6.21 is the Russian Jewish Mob and the Russian Mafia State. And everyone knows it except the FBI, which appears to be in the perennial and severely dysfunctional state of the shellshock and confusion. Or worse, much worse.<br \/>\nInvestigate The Investigators!!!<br \/>\n&#8211;<br \/>\n5:27 AM 2\/15\/2021<\/p>\n<p>US lawmakers call for 9\/11-style commission to investigate Capitol riot<\/p>\n<p>Democrats and Republicans both voice support for panel to \u2018make sure it never happens again\u2019<\/p>\n<p>theguardian.com<\/p>\n<p>&#8211;<\/p>\n<p>Calls Grow for Commission to Investigate Capitol Riot<\/p>\n<p>Lawmakers are increasingly pushing for a 9\/11-style panel that would examine failures and make recommendations. It could also be a final chance for Congress to hold Donald J. Trump to account.<\/p>\n<p>nytimes.com<\/p>\n<p>&#8211;<\/p>\n<p>Paramilitant communications under close scrutiny in Capitol riot investigation, court records show<\/p>\n<p>Secret communications cited in court records are revealing just how aggressively federal prosecutors are working to understand the paramilitary extremists who played a role in the US Capitol insurr&#8230;<\/p>\n<p>cnn.com<\/p>\n<p>&#8211;<\/p>\n<p>Capitol Riot of 1.6.21 <\/p>\n<p>Capitol Riot of 1.6.21 via Michael Novakhov on Inoreader<br \/>\nGoogle, Facebook Nearing Deals to Pay for News, Australia Says<br \/>\nMon, 15 Feb 2021 11:19:28 +0000<br \/>\nElection 2020 \u00b7 Trump Tracker \u00b7 Global Trade Tracker. Listen &#8230; Corporate Leadership \u00b7 Capital \u00b7 Society \u00b7 Solutions &#8230; February 14, 2021, 7:20 PM PST.<br \/>\nWWE NXT TakeOver Vengeance Day Results: Winners, News And Notes On February 14, 2021<br \/>\nMon, 15 Feb 2021 11:19:28 +0000<br \/>\nI write about men in tights and the money they make for men in suits. WWE Vengeance Day featured Finn Balor vs. Pete Dunne for the &#8230;<br \/>\nDiver missing near Crystal Cove, Laguna Beach<br \/>\nMon, 15 Feb 2021 11:19:28 +0000<\/p>\n","author":"The News And Times","date":"February 15, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/527-am-2152021-behind-capitol-riot-is-russian-mob-and-russian-mafia-state-and-fbi-officers","src":"https:\/\/feeds.soundcloud.com\/stream\/986065696-mike-nova-3-527-am-2152021-behind-capitol-riot-is-russian-mob-and-russian-mafia-state-and-fbi-officers.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-kyoIVR0UO8Keag9E-XnRc5Q-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"14:28","timestamp":1613381416,"key":"7dcdcf26404bd27c2260cdeb1b505580","fset":"","fratio":1},"ppe-9551-16":{"title":"7:00 AM 2\/15\/2021 &#8211; Podcasts","description":"<p>7:00 AM 2\/15\/2021 &#8211; Podcasts<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/700-am-2152021-podcasts.html<br \/>\nThe News And Times Information Network &#8211; Blogs By Michael Novakhov &#8211; https:\/\/thenewsandtimes.blogspot.com\/<\/p>\n","author":"The News And Times","date":"February 15, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/700-am-2152021-podcasts","src":"https:\/\/feeds.soundcloud.com\/stream\/986046622-mike-nova-3-700-am-2152021-podcasts.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-ARwcnqmgSQ2CJucf-OE37XQ-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:15:54","timestamp":1613378630,"key":"1ac35b315d604246be4a3dc82ae48f5c","fset":"","fratio":1},"ppe-9551-17":{"title":"5:58 AM 2\/15\/2021 &#8211; Podcasts","description":"<p>5:58 AM 2\/15\/2021 &#8211; Podcasts<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/558-am-2152021-podcasts.html<br \/>\nThe News And Times Information Network &#8211; Blogs By Michael Novakhov &#8211; https:\/\/thenewsandtimes.blogspot.com\/<\/p>\n","author":"The News And Times","date":"February 15, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/558-am-2152021-podcasts","src":"https:\/\/feeds.soundcloud.com\/stream\/986002270-mike-nova-3-558-am-2152021-podcasts.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-RQaTmpzvzchJUrtc-Mewwcw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"47:25","timestamp":1613371687,"key":"16ee0d80198346c92e1521e333e7d994","fset":"","fratio":1},"ppe-9551-18":{"title":"9:51 AM 2\/13\/2021 &#8211; Capitol Riot and Trump\u2019s role in it WERE NOT INVESTIGATED PROPERLY YET","description":"<p>The News And Times Information Network &#8211; Blogs By Michael Novakhov &#8211; https:\/\/thenewsandtimes.blogspot.com\/<br \/>\nFebruary 13, 2021 \u2013 In My Opinion: Capitol Riot and Trump\u2019s role in it WERE NOT INVESTIGATED PROPERLY YET. WHO ARE THE MAIN HIDDEN ACTORS?!<br \/>\nhttps:\/\/thenewsandtimes.blogspot.com\/2021\/02\/michael-novakhov-in-my-opinion-capitol.html<br \/>\n&#8211;<br \/>\nhttps:\/\/michaelnovakhov-sharednewslinks.com\/february-13-2021-in-my-opinion-capitol-riot-and-trumps-role-in-it-were-not-investigated-properly-yet-who-are-the-main-hidden-actors\/<br \/>\n&#8211;<br \/>\nThe News And Times Information Network \u2013 newsandtimes.net<br \/>\nMichael Novakhov \u2013 In My Opinion: Capitol Riot and Trump\u2019s role in it WERE NOT INVESTIGATED PROPERLY YET, just like the circumstances of the First Impeachment. I think humbly, that at the roots of these and many other events are the TOC-MOB, New Abwehr (and Germany), and the KGB (as the collective term for the Russian Intelligence Services). <\/p>\n<p>I very much doubt that the deeply dysfunctional FBI is able to dig out the real TRUTH, for a variety of reasons. <\/p>\n<p>I strongly support calls for the Independent Congressional Inquiry and the most comprehensive and in depth Investigations of these and many, many other US Intelligence failures which, if continued, can lead to the Catastrophe. <\/p>\n<p>The Capitol Riot may have been \u201cPRE-PLANNED\u201d indeed, as the Trump\u2019s defense asserts. However, it does not mean that Trump did not know about these plans and did not take part in this planning and organizing covertly or overtly.<br \/>\nIt looks like everything was very carefully coordinated, and for some time. <\/p>\n<p>WHO ARE THE MAIN HIDDEN ACTORS?! <\/p>\n<p>That\u2019s the ($1000K) Question! <\/p>\n<p>9:51 AM 2\/13\/2021<\/p>\n","author":"The News And Times","date":"February 13, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/951-am-2132021-capitol-riot-and-trumps-role-in-it-were-not-investigated-properly-yet","src":"https:\/\/feeds.soundcloud.com\/stream\/984805672-mike-nova-3-951-am-2132021-capitol-riot-and-trumps-role-in-it-were-not-investigated-properly-yet.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-8dKV2tq9oIySRySC-cO0AUA-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"01:31","timestamp":1613212223,"key":"fde196a73a8e2b0eab04127c898b6168","fset":"","fratio":1},"ppe-9551-19":{"title":"9:10 AM 2\/13\/2021 &#8211; The decline of Proud Boys \u2013 The Guardian","description":"<p>9:10 AM 2\/13\/2021 &#8211; The decline of Proud Boys \u2013 The Guardian<br \/>\nhttps:\/\/michaelnovakhov-sharednewslinks.com\/the-decline-of-proud-boys-the-guardian\/<br \/>\n&#8211;<br \/>\nhttps:\/\/www.theguardian.com\/world\/2021\/feb\/13\/proud-boys-far-right-group-future<br \/>\n&#8211;<br \/>\nThe News And Times Information Network &#8211; Blogs By Michael Novakhov &#8211; https:\/\/thenewsandtimes.blogspot.com\/<br \/>\n&#8211;<\/p>\n","author":"The News And Times","date":"February 13, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/910-am-2132021-the-decline-of-proud-boys-the-guardian","src":"https:\/\/feeds.soundcloud.com\/stream\/984775264-mike-nova-3-910-am-2132021-the-decline-of-proud-boys-the-guardian.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-kV2PXY1amxJR9OvA-1dE1Pw-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"10:02","timestamp":1613207659,"key":"96971164a77251bd0aba088f1db4833c","fset":"","fratio":1},"ppe-9551-20":{"title":"Thomas Edward Caldwell, Oath Keeper Leader, Charged With Conspiracy in Capitol Riots","description":"<p>Thomas Edward Caldwell, Oath Keeper Leader, Charged With Conspiracy in Capitol Riots<br \/>\nhttps:\/\/michaelnovakhov-sharednewslinks.com\/thomas-edward-caldwell-oath-keeper-leader-charged-with-conspiracy-in-capitol-riots\/<br \/>\n&#8211;<br \/>\nThe News And Times Information Network &#8211; Blogs By Michael Novakhov &#8211; https:\/\/thenewsandtimes.blogspot.com\/<br \/>\n&#8211;<br \/>\nUpdated Jan. 19, 2021 5:41PM ET \/ Published Jan. 19, 2021 11:09AM ET<br \/>\nAn apparent leader of the Oath Keepers, a far-right militia group, was arrested in Virginia on Tuesday for his alleged role in plotting to attack the Capitol.<\/p>\n<p>Thomas Edward Caldwell, 65, was arrested in Virginia on several federal charges, including conspiracy to commit an offense against the United States, after he was allegedly involved in coordinating a plan to disrupt the Jan. 6 congressional session to certify President-elect Joe Biden\u2019s electoral victory. During the siege, in which thousands of MAGA supporters stormed the Capitol, five people died and dozens more were injured.<\/p>\n<p>According to a criminal complaint first obtained by The Washington Post, prosecutors allege Caldwell helped organize a group of at least eight people, who were seen \u201caggressively approaching an entrance to the Capitol.\u201d The group was seen wearing military-style gear and helmets as they moved \u201cin an organized and practiced fashion and force[d] their way to the ground of the crowd gathered around a door to the U.S. Capitol.\u201d<\/p>\n<p>Feds Nab Proud Boy Seen Smashing Capitol Window With Shield<br \/>\nGOT HIM<br \/>\nAdam Rawnsley,<br \/>\nPilar Melendez<\/p>\n<p>While hundreds of rioters have been arrested for their roles in the insurrection, the conspiracy charge against Caldwell is a first in the wide-ranging investigation. The charge, which is reserved for obstructing the operation of government, implies federal authorities are beginning to track coordination efforts in the days before the riots.<\/p>\n<p>Prosecutors allege Caldwell began plotting with other Oath Keepers at least five days before the insurrection, citing a Jan. 1 message on Facebook in which he admitted he was looking for housing for several individuals at a Comfort Inn in Ballston, Virginia.<\/p>\n<p>The hotel, which is eight miles from the Capitol, \u201cwould allow us to go hunting at night if we wanted to,\u201d Caldwell said in a Facebook message to Oath Keepers member Jessica Watkins, according to the affidavit.<\/p>\n<p>\u201cI don\u2019t know if Stewie has even gotten out his call to arms, but it\u2019s a little friggin late. This is one we are doing on our own. We will link up with the north carolina [sic] crew,\u201d Caldwell continues in the Jan. 1 post, apparently referring to Oath Keepers founder Stewart Rhodes.<\/p>\n<p>Watkins, a 38-year-old Army veteran member of the Ohio State Regular Militia, was arrested Sunday in connection with the riots. Authorities allege Watkins breached the Capitol with other members of the Ohio State Regular Militia, the far-right group she founded in 2019. Donovan Crowl, 50, a former Marine and another member of the Ohio military group, was arrested with Watkins.<\/p>\n<p>Watkins\u2019 militia is a subset of the Oath Keepers, which FBI agents describe as a \u201clarge but loosely organized collection of the militia who believe the federal government has been corrupted by a shadowy conspiracy that is trying to strip American citizens of their rights.\u201d<\/p>\n<p>Real Estate Agent Who Took Private Jet to Riot Is Arrested<br \/>\n\u2018LIFE OR DEATH\u2019<br \/>\nPilar Melendez<\/p>\n<p>Hours after the riots, the affidavit states Caldwell sent a video on Facebook that appears to be taken from inside the Capitol. \u201cUs storming the castle. Please share. Sharon was right with me! I am such an instigator! She was ready for it man! Didn\u2019t even mind the tear gas,\u201d he wrote on the video.<br \/>\n&#8211;<\/p>\n","author":"The News And Times","date":"February 13, 2021","link":"https:\/\/soundcloud.com\/mike-nova-3\/thomas-edward-caldwell-oath-keeper-leader-charged-with-conspiracy-in-capitol-riots","src":"https:\/\/feeds.soundcloud.com\/stream\/984744280-mike-nova-3-thomas-edward-caldwell-oath-keeper-leader-charged-with-conspiracy-in-capitol-riots.mp3","featured":"https:\/\/i1.sndcdn.com\/artworks-xw8P4a4jp0Jr9czn-BqsmTA-t3000x3000.jpg","featured_id":0,"mediatype":"audio","categories":[],"duration":"09:11","timestamp":1613202382,"key":"50e2eb790f537b4228985a2f408a7dbe","fset":"","fratio":1},"load_info":{"loaded":20,"displayed":10,"maxItems":192,"src":"6b0cfc5ff9f9cd919cddc98859e90565","step":10,"sortby":"sort_date_desc","filterby":"","fixed":"","args":{"imgurl":"https:\/\/i1.sndcdn.com\/avatars-oUOavozB9DsnSznR-kYertg-original.jpg","imgset":"","display":"","hddesc":0,"hdfeat":0,"oricov":"https:\/\/i1.sndcdn.com\/avatars-oUOavozB9DsnSznR-kYertg-original.jpg","elength":18}},"rdata":{"permalink":"https:\/\/audio-posts.com\/2023\/10\/09","fprint":"6b0cfc5ff9f9cd919cddc98859e90565","from":"feedurl","elen":18,"eunit":"","teaser":"","title":"News And Opinions In Audio"}}}; var ppmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"ppjs__","stretching":"responsive","isPremium":"","isSticky":"","features":["current","progress","duration","fullscreen"],"isMeJs":"","ppPauseBtn":"<svg class=\"icon icon-pp-pause\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-pause\" xlink:href=\"#icon-pp-pause\"><\/use> <\/svg>","ppClose":"<svg class=\"icon icon-pp-x\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-x\" xlink:href=\"#icon-pp-x\"><\/use> <\/svg>","ppMaxiScrnBtn":"<svg class=\"icon icon-pp-maximize\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-maximize\" xlink:href=\"#icon-pp-maximize\"><\/use> <\/svg>","ppMiniScrnBtn":"<svg class=\"icon icon-pp-minimize\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-minimize\" xlink:href=\"#icon-pp-minimize\"><\/use> <\/svg>","ppMinMax":"<svg class=\"icon icon-pp-drop-down\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-drop-down\" xlink:href=\"#icon-pp-drop-down\"><\/use> <\/svg>","ppPlayCircle":"<svg class=\"icon icon-pp-play\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-play\" xlink:href=\"#icon-pp-play\"><\/use> <\/svg>","ppVidLoading":"<svg class=\"icon icon-pp-refresh\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-refresh\" xlink:href=\"#icon-pp-refresh\"><\/use> <\/svg>","ppArrowUp":"<svg class=\"icon icon-pp-arrow-up\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"> <use href=\"#icon-pp-arrow-up\" xlink:href=\"#icon-pp-arrow-up\"><\/use> <\/svg>","ppAudioControlBtns":"<div class=\"ppjs__head-container\"><div class=\"head-wrapper\"><div class=\"ppjs__podcast-title\"><\/div><div class=\"ppjs__episode-title\"><\/div><a class=\"ppjs__episode-excerpt\" href=\"#\"><span class=\"ppjs__excerpt-content\"><\/span><span class=\"ppjs__more\">[...]<span><\/a><\/div><\/div><div class=\"ppjs__secondary-controls\"><div class=\"ppjs__control_btns\"><div class=\"ppjs__button ppjs__play-rate-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\t\t\tChange Playback Rate\t\t\t\t<\/span><div class=\"play-rate-text\"><span class=\"pp-rate\">1<\/span><span class=\"pp-times\">x<\/span><\/div><\/button><ul class=\"play-rate-list\"><li><a class=\"prl-item\" href=\"#\">0.8<\/a><\/li><li><a class=\"prl-item\" href=\"#\">1<\/a><\/li><li><a class=\"prl-item\" href=\"#\">1.2<\/a><\/li><li><a class=\"prl-item\" href=\"#\">1.5<\/a><\/li><li><a class=\"prl-item\" href=\"#\">2<\/a><\/li><\/ul><\/div><div class=\"ppjs__button ppjs__skip-prev-button\"><button type=\"button\" class=\"pp-prev-btn\"><span class=\"ppjs__offscreen\">\t\t\t\t\tGo to previous episode\t\t\t\t<\/span><svg class=\"icon icon-pp-previous\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-previous\" xlink:href=\"#icon-pp-previous\"><\/use><\/svg><\/button><\/div><div class=\"ppjs__button ppjs__skip-backward-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\t\t\tSkip Backward\t\t\t\t<\/span><svg class=\"icon icon-pp-rotate-ccw\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-rotate-ccw\" xlink:href=\"#icon-pp-rotate-ccw\"><\/use><\/svg><\/button><\/div><div class=\"ppjs__button ppjs__playpause-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\t\t\tPlay Pause\t\t\t\t<\/span><svg class=\"icon icon-pp-play\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-play\" xlink:href=\"#icon-pp-play\"><\/use><\/svg><svg class=\"icon icon-pp-pause\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-pause\" xlink:href=\"#icon-pp-pause\"><\/use><\/svg><svg class=\"icon icon-pp-refresh\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-refresh\" xlink:href=\"#icon-pp-refresh\"><\/use><\/svg><\/button><\/div><div class=\"ppjs__button ppjs__jump-forward-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\t\t\tJump Forward\t\t\t\t<\/span><svg class=\"icon icon-pp-rotate-cw\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-rotate-cw\" xlink:href=\"#icon-pp-rotate-cw\"><\/use><\/svg><\/button><\/div><div class=\"ppjs__button ppjs__skip-next-button\"><button type=\"button\" class=\"pp-next-btn\"><span class=\"ppjs__offscreen\">\t\t\t\t\tSkip to next episode\t\t\t\t<\/span><svg class=\"icon icon-pp-next\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-next\" xlink:href=\"#icon-pp-next\"><\/use><\/svg><\/button><\/div><div class=\"ppjs__button ppjs__download-alt-button\"><a role=\"button\" class=\"ppshare__download button\" href=\"\" title=\"Download\" download=\"\"><svg class=\"icon icon-pp-download\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-download\" xlink:href=\"#icon-pp-download\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tDownload\t\t\t\t<\/span><\/a><\/div><div class=\"ppjs__button ppjs__share-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\t\t\tShare This Episode\t\t\t\t<\/span><svg class=\"icon icon-pp-share\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-share\" xlink:href=\"#icon-pp-share\"><\/use><\/svg><\/button><ul class=\"ppshare__social ppsocial\"><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__facebook\" href=\"\" target=\"_blank\" title=\"Share on Facebook\"><svg class=\"icon icon-pp-facebook\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-facebook\" xlink:href=\"#icon-pp-facebook\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\t\t\tFacebook\t\t\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__twitter\" href=\"\" target=\"_blank\" title=\"Share on Twitter\"><svg class=\"icon icon-pp-twitter\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-twitter\" xlink:href=\"#icon-pp-twitter\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\t\t\tTwitter\t\t\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__linkedin\" href=\"\" target=\"_blank\" title=\"Share on Linkedin\"><svg class=\"icon icon-pp-linkedin\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-linkedin\" xlink:href=\"#icon-pp-linkedin\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\t\t\tLinkedin\t\t\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__copylink\" href=\"#\" title=\"Copy episode link\"><svg class=\"icon icon-pp-copy\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-copy\" xlink:href=\"#icon-pp-copy\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\t\t\tCopy episode link\t\t\t\t\t\t<\/span><span class=\"pp-copylink-msg\">Copied<\/span><\/a><\/li><li class=\"ppshare-item download\"><a role=\"button\" class=\"ppshare__download\" href=\"\" title=\"Download\" download=\"\"><svg class=\"icon icon-pp-download\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-download\" xlink:href=\"#icon-pp-download\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\t\t\tDownload\t\t\t\t\t\t<\/span><\/a><\/li><input type=\"text\" value=\"\" class=\"pp-copylink\" style=\"display: none;\"><\/ul><\/div><\/div><!-- .ppjs__control_btns --><\/div><!-- .ppjs__secondary-controls -->","ppAdditionalControls":"<div class=\"ppjs__additional_controls\"><div class=\"ppjs__button ppjs__pp-text\"><button type=\"button\" class=\"pp-text-aux-btn\"><span class=\"ppjs__offscreen\">\t\t\t\tShow Podcast Episode Text\t\t\t<\/span><svg class=\"icon icon-pp-text\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-text\" xlink:href=\"#icon-pp-text\"><\/use><\/svg><svg class=\"icon icon-pp-x\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-x\" xlink:href=\"#icon-pp-x\"><\/use><\/svg><\/button><\/div><\/div>","ppAuxModal":"<div class=\"pp-modal-aux-wrapper\"><ul class=\"pp-modal-tabs\"><li class=\"pp-modal-tabs-item lists-tab\">All Episodes<\/li><li class=\"pp-modal-tabs-item content-tab selected\">Shownotes<\/li><\/ul><div class=\"pp-modal-tabs-list\" style=\"display: none;\"><\/div><div class=\"pp-modal-tabs-content\"><\/div><\/div>","ppPlayPauseBtn":"<div class=\"ppjs__button ppjs__playpause-button\"><button type=\"button\"><svg class=\"icon icon-pp-play\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-play\" xlink:href=\"#icon-pp-play\"><\/use><\/svg><svg class=\"icon icon-pp-pause\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-pause\" xlink:href=\"#icon-pp-pause\"><\/use><\/svg><svg class=\"icon icon-pp-refresh\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-refresh\" xlink:href=\"#icon-pp-refresh\"><\/use><\/svg><\/button><\/div>","ppVideoShare":"<div class=\"ppjs__button ppjs__share-button\"><button type=\"button\"><span class=\"ppjs__offscreen\">\t\t\tShare This Episode\t\t<\/span><svg class=\"icon icon-pp-share\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-share\" xlink:href=\"#icon-pp-share\"><\/use><\/svg><\/button><ul class=\"ppshare__social ppsocial\"><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__facebook\" href=\"\" target=\"_blank\" title=\"Share on Facebook\"><svg class=\"icon icon-pp-facebook\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-facebook\" xlink:href=\"#icon-pp-facebook\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tFacebook\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__twitter\" href=\"\" target=\"_blank\" title=\"Share on Twitter\"><svg class=\"icon icon-pp-twitter\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-twitter\" xlink:href=\"#icon-pp-twitter\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tTwitter\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__linkedin\" href=\"\" target=\"_blank\" title=\"Share on Linkedin\"><svg class=\"icon icon-pp-linkedin\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-linkedin\" xlink:href=\"#icon-pp-linkedin\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tLinkedin\t\t\t\t<\/span><\/a><\/li><li class=\"ppshare-item social\"><a class=\"ppsocial__link ppsocial__copylink\" href=\"#\" title=\"Copy episode link\"><svg class=\"icon icon-pp-copy\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-copy\" xlink:href=\"#icon-pp-copy\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tCopy episode link\t\t\t\t<\/span><span class=\"pp-copylink-msg\">Copied<\/span><\/a><\/li><li class=\"ppshare-item download\"><a role=\"button\" class=\"ppshare__download\" href=\"\" title=\"Download\" download=\"\"><svg class=\"icon icon-pp-download\" aria-hidden=\"true\" role=\"img\" focusable=\"false\"><use href=\"#icon-pp-download\" xlink:href=\"#icon-pp-download\"><\/use><\/svg><span class=\"ppjs__offscreen\">\t\t\t\t\tDownload\t\t\t\t<\/span><\/a><\/li><input type=\"text\" value=\"\" class=\"pp-copylink\" style=\"display: none;\"><\/ul><\/div>","ppCloseBtnText":"<span class=\"ppjs__offscreen\">Minimize or Close the player<\/span>"}; </script> <script src="https://audio-posts.com/wp-content/plugins/podcast-player/frontend/js/public.build.js?ver=6.9.0" id="pppublic-js"></script> <div class="audio-footer-code" id="audio-1666417797"><div class="audio-adlabel">Advertisements | Advertising at The News And Times | advertising-newsandtimes.com | WE CONNECT!</div><p style="text-align: center;"><strong><a href="https://www.google.com/search?q=All+The+News+That%27s+Fit+To+Web&amp;rlz=1C1ONGR_enUS949US949&amp;oq=All+The+News+That%27s+Fit+To+Web&amp;aqs=chrome..69i57j0i546l5.1640j0j7&amp;sourceid=chrome&amp;ie=UTF-8" target="_blank" rel="noopener">All The News That’s Fit To Web</a></strong></p> <h2 style="text-align: center;"><strong><a href="https://twitter.com/mikenov" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="alignnone wp-image-333556 aligncenter" src="https://advertising-newsandtimes.com/wp-content/uploads/2022/05/opinions-300x270-1.jpg" alt="" width="109" height="98" /></a><a href="https://newsandtimes.net/" target="_blank" rel="noopener">The News And Times Information Network</a></strong></h2> <p style="text-align: center;"><strong><a href="https://thenewsandtimes.blogspot.com/2022/05/video-news-review-at-11-am-inoreader_14.html" target="_blank" rel="noopener">Contact Form</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Blogs/view/html?t=Blogs%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fb%2FR29vZ2xl%2FAVvXsEg_cIBRWtyL0RHoLSZ0dvctAKdcCyofyCQyAwLL48mmh4d5EqAdfImcKRGqcXk8j2jhzLtx9H0IXXUTqqEN79zw_ByzTWySP_TZSIvafl2CoKk7SmDzUqcfBa12SoQCaXQFIW3Gs0dEnXLyeNvEBDw8JU4zkwE9hRPz2eUpMb6VhtTreg107wFaCvTm%2Fs320%2Fbike-10.11.18-Capture-1.jpg&amp;lw=300&amp;cs=m&amp;lh=200&amp;sb=y" target="_blank" rel="noopener">Blogs</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Sites/view/html?t=%20Sites%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fmakeawebsitehub.com%2Fwp-content%2Fuploads%2F2016%2F04%2Fsocial_media.jpg&amp;lw=500&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Sites</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=%20All%20Articles%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">News Reviews</a> | <a href="https://linkspagesnt.blogspot.com/" target="_blank" rel="noopener">Links</a> | <a href="https://advertising-newsandtimes.com/" target="_blank" rel="noopener">Advertising</a> </strong></p> <p style="text-align: center;">__________________________________________________</p> </div><div class="audio-footer-code-2" id="audio-728469787"><div class="audio-adlabel">Advertisements | Advertising at The News And Times | advertising-newsandtimes.com | WE CONNECT!</div><p><a href="https://advertising-newsandtimes.com/" target="_blank" rel="noopener"><em>Advertisements – Advertising at The News And Times – advertising-newsandtimes.com | WE CONNECT!</em></a></p> <p><strong><a href="https://www.inoreader.com/stream/user/1006407045/tag/Audio%20Review/view/html?t=%20Audio%20Review%20-%20The%20News%20And%20Times%20Review%20-%20audio-posts.com&amp;l=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FnPQoFCqV5xWUFEXBaH3oJRArFno%3D%2F0x0%3A5248x3499%2F1200x675%2Ffilters%3Afocal(2273x2014%3A3111x2852)%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F67582183%2Fdseifert-nest-audio-4225-1.0.0.jpeg&amp;lw=400&amp;cs=m&amp;lh=200&amp;sb=y" target="_blank" rel="noopener">Audio</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/YouTube%20subscriptions/view/html?t=Video%20Review%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fs3.amazonaws.com%2Favatars.newsblur.com%2Favatars%2F86178%2Flarge_profile_1614703202.jpg&amp;lw=300&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Video</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Top%20News%20and%20Stories/view/html?t=Top%20News%20and%20Stories%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fwww.insurancejournal.com%2Fapp%2Fuploads%2F2019%2F12%2Ftop-news.-768x512.jpg&amp;lw=400&amp;cs=m&amp;lh=150&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Top News</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/On%20Twitter/view/html?t=On%20Twitter%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=125&amp;cs=m&amp;lh=100&amp;n=100&amp;sb=y" target="_blank" rel="noopener">On Twitter</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Security/view/html?t=Security%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=325&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Security</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/FBI/view/html?t=FBI%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FE9CQ26YWEAI76di%3Fformat%3Djpg%26name%3Dlarge&amp;lw=360&amp;cs=m&amp;lh=180&amp;n=100&amp;sb=y" target="_blank" rel="noopener">FBI</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Capitol%20Riot%20of%201.6.21/view/html?t=Capitol%20Riot%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fwww.reuters.com%2Fresizer%2FvfbLEVxiRvF76YCujbWBm9Fl5Ao%3D%2F960x0%2Ffilters%3Aquality(80)%2Fcloudfront-us-east-2.images.arcpublishing.com%2Freuters%2FCIDNZI33UNM3LG6IHXMQWWYVTI.jpg&amp;lw=300&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Capitol Riot</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/JOSSICA/view/html?t=JOSSICA%20-%20OSINT%3A%20Open%20Source%20Intel%20News%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fwww.cepol.europa.eu%2Fsites%2Fdefault%2Ffiles%2Fstyles%2Fmedium%2Fpublic%2Fnodes%2Fimages%2F007_2021_onl_pr0mobanner.png%3Fitok%3DfJfuMVNi&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">JOSSICA</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Trump/view/html?t=Trump%20News%20Review%20-%20Trump%20Investigations%20-%20trumpinvestigations.net%20%7C%20The%20News%20And%20Times%20Review&amp;l=https%3A%2F%2Fthehill.com%2Fwp-content%2Fuploads%2Fsites%2F2%2F2021%2F05%2Fscreenshot_trumpbars_twitter_05192021.jpg&amp;lw=600&amp;cs=m&amp;lh=195&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Trump</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Russia%20News/view/html?t=Russia%20News%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=325&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Russia</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Putin%20and%20Putinism/view/html?t=Putin%20and%20Putinism%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=300&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Putin</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Russia%20-%20Ukraine%20war/view/html?t=Russia%20-%20Ukraine%20war%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=325&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Russia – Ukraine War</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Coronavirus%20News/view/html?t=Coronavirus%20News%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fclf1.medpagetoday.net%2Fmedia%2Fimages%2F97xxx%2F97935.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Covid-19</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Brooklyn%20News%20Review/view/html?t=Brooklyn%20News%20Review%20-%20The%20Brooklyn%20Times%20-%20BklynTimes.com&amp;l=https%3A%2F%2Fbklyntimes.com%2Fwp-content%2Fuploads%2F2021%2F10%2Fthebklyntimes-240x240-1.jpg&amp;lw=100&amp;cs=m&amp;lh=100&amp;n=99&amp;sb=y" target="_blank" rel="noopener">Brooklyn NY</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Puerto%20Rico%20News/view/html?t=%20Puerto%20Rico%20News%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fmedia-cldnry.s-nbcnews.com%2Fimage%2Fupload%2Ft_fit-1240w%2Cf_auto%2Cq_auto%3Abest%2Frockcms%2F2022-03%2F220328-puerto-rico-statehood-2015-ac-650p-d91d91.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Puerto Rico</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/World%20News%20Review/view/html?l=https%3A%2F%2Fi0.wp.com%2Fwww.brookings.edu%2Fwp-content%2Fuploads%2F2021%2F01%2Fshutterstock_1558058690_small.jpg%3Fcrop%3D0px%252C607px%252C4971px%252C1655px%26w%3D1920%26ssl%3D1&amp;lw=400&amp;cs=m&amp;lh=199&amp;n=200&amp;sb=y" target="_blank" rel="noopener">World </a></strong></p> <p style="text-align: center;"><strong><a href="https://audio-posts.com/"><span style="color: #0000ff;">The Audio Posts</span></a> | </strong><strong>February 25, 2024 5:04 am</strong></p> <p style="text-align: center;"><strong><a href="https://newsandtimes.net/" target="_blank" rel="noopener">The News And Times</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Featured%20Posts%20-%20The%20News%20And%20Times/view/html?t=%20Featured%20Posts%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fithemes.com%2Fwp-content%2Fuploads%2F2012%2F08%2Ffeaturedposts300.png&amp;lw=400&amp;cs=m&amp;lh=199&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Featured Posts</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/all-articles/view/html?t=%20All%20Articles%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fa%2FAVvXsEhG518O_gZJEp6VBUGkU3Qd8NHqBm69pOoLoTWgladipQiMKYZuDEn7Pp3e6VhKcgohWrmtowOg4HV-K2hbKqed5HPDb9TtAujQtG3bT7Y1h6u4LJiVVooqBAEakeuku9XnHRLLBYMlStrJ5zslQfVqxbEnY2EsEWaYlcgrfw-kgCaGU8EKzNVFMgYM%3Ds267&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=100&amp;sb=y" target="_blank" rel="noopener">All Articles</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Current%20News/view/html?t=Current%20News%20-%20The%20News%20And%20Times%20Review%20%7C%20The%20Brooklyn%20Times%20-%20bklyntimes.com&amp;l=https%3A%2F%2Fimages-na.ssl-images-amazon.com%2Fimages%2FI%2F71WaaYW1GAL.png&amp;lw=400&amp;cs=m&amp;lh=300&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Current News</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/user-favorites/view/html?t=Selected%20Articles%20-%20Michael%20Novakhov%27s%20favorite%20articles%20on%20Inoreader%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Fnewsandtimes.net%2Fwp-content%2Fuploads%2F2022%2F05%2Fcropped-TNT-1.jpg&amp;lw=400&amp;cs=m&amp;lh=200&amp;n=200&amp;sb=y" target="_blank" rel="noopener">Selected Articles</a> | <a href="https://michael_novakhov.newsblur.com/" target="_blank" rel="noopener">Shared Links</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Opinions/view/html?t=Opinions%20-%20The%20News%20And%20Times%20Review%20-%20TheNewsAndTimes.Blogspot.com&amp;l=https%3A%2F%2Fblogger.googleusercontent.com%2Fimg%2Fb%2FR29vZ2xl%2FAVvXsEhuaP6yvYDrWfCEzLa7hlgGfADIcnolbCJudnqN4ZYaUHj1csDoSZYpRLDKgs0QWY_94Lym4kypzewPjh_CFcuaH_gVgNwD0-a3NBhzUmHeLY6sa760GG5N4ce-Hq3hx1i7hYVof8Wj-q6ZVy811hQFAZ8Vxi9vei4cQAytGTGhlHaSZsqf4liPktUT%2Fs320%2Fworld%2520connected.jpg&amp;lw=300&amp;cs=m&amp;lh=125&amp;n=100&amp;sb=y" target="_blank" rel="noopener">Opinions</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/My%20Opinion%20-%20The%20News%20And%20Times/view/html?t=Michael%20Novakhov%20-%20In%20My%20Opinion%20-%20The%20News%20And%20Times&amp;l=https%3A%2F%2Ftheredheadriter.com%2Fwp-content%2Fuploads%2F2014%2F02%2Fin-my-opinion.jpg&amp;lw=400&amp;cs=m&amp;lh=250&amp;sb=y" target="_blank" rel="noopener">In My Opinion</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Sites/view/html?t=Sites%20Review%20-%20The%20Brooklyn%20Times%20-%20bklyntimes.com%20-%20The%20News%20And%20Times%20Information%20Network&amp;l=https%3A%2F%2Fmediaengagement.org%2Fwp-content%2Fuploads%2F2014%2F04%2FNews_Site-600x398.jpg&amp;lw=600&amp;cs=m&amp;lh=200&amp;n=199&amp;sb=y" target="_blank" rel="noopener">Sites</a> | <a href="https://www.inoreader.com/stream/user/1006407045/tag/Blogs/view/html?t=Blogs%20-%20The%20News%20And%20Times%20Review&amp;l=https%3A%2F%2Fwww.elegantthemes.com%2Fblog%2Fwp-content%2Fuploads%2F2018%2F11%2Fshutterstock_1049564585-960.jpg&amp;lw=400&amp;cs=m&amp;lh=199&amp;sb=y" target="_blank" rel="noopener">Blogs</a> | <a href="https://linkspagesnt.blogspot.com/" target="_blank" rel="noopener">Links</a> | <a href="https://twitter.com/mikenov" target="_blank" rel="noopener">Twitter</a> | <a href="https://www.facebook.com/mike.nova3" target="_blank" rel="noopener">Facebook</a></strong></p> <p style="text-align: center;">&#8211;</p> <p style="text-align: center;"> </div><script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script><svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><symbol id="icon-pp-x" viewBox="0 0 32 32"><path d="M31.708 25.708c-0-0-0-0-0-0l-9.708-9.708 9.708-9.708c0-0 0-0 0-0 0.105-0.105 0.18-0.227 0.229-0.357 0.133-0.356 0.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13 0.048-0.252 0.124-0.357 0.228 0 0-0 0-0 0l-9.708 9.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057 0.229l-4.586 4.586c-0.286 0.286-0.361 0.702-0.229 1.057 0.049 0.13 0.124 0.252 0.229 0.357 0 0 0 0 0 0l9.708 9.708-9.708 9.708c-0 0-0 0-0 0-0.104 0.105-0.18 0.227-0.229 0.357-0.133 0.355-0.057 0.771 0.229 1.057l4.586 4.586c0.286 0.286 0.702 0.361 1.057 0.229 0.13-0.049 0.252-0.124 0.357-0.229 0-0 0-0 0-0l9.708-9.708 9.708 9.708c0 0 0 0 0 0 0.105 0.105 0.227 0.18 0.357 0.229 0.356 0.133 0.771 0.057 1.057-0.229l4.586-4.586c0.286-0.286 0.362-0.702 0.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z"></path></symbol><symbol id="icon-pp-search" viewBox="0 0 30 32"><path d="M20.571 14.857c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8 8-3.589 8-8zM29.714 29.714c0 1.25-1.036 2.286-2.286 2.286-0.607 0-1.196-0.25-1.607-0.679l-6.125-6.107c-2.089 1.446-4.589 2.214-7.125 2.214-6.946 0-12.571-5.625-12.571-12.571s5.625-12.571 12.571-12.571 12.571 5.625 12.571 12.571c0 2.536-0.768 5.036-2.214 7.125l6.125 6.125c0.411 0.411 0.661 1 0.661 1.607z"></path></symbol><symbol id="icon-pp-previous" viewBox="0 0 32 32"><path d="M3.667 26.667c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v0-21.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333v0 21.333z"></path><path d="M27.667 25.404c0 1.899-2.149 3.003-3.693 1.896l-13.96-10.009c-0.592-0.429-0.973-1.118-0.973-1.896 0-0.821 0.424-1.542 1.064-1.958l0.009-0.005 13.96-8.955c1.553-0.997 3.593 0.119 3.593 1.964v18.964z"></path></symbol><symbol id="icon-pp-show-list" viewBox="0 0 44 32"><path d="M0 6h28v6h-28v-6zM0 14h28v6h-28v-6zM0 22h28v6h-28v-6z"></path><path d="M31 14l6 6 6-6z"></path></symbol><symbol id="icon-pp-hide-list" viewBox="0 0 44 32"><path d="M0 6h28v6h-28v-6zM0 14h28v6h-28v-6zM0 22h28v6h-28v-6z"></path><path d="M31 20l6-6 6 6z"></path></symbol><symbol id="icon-pp-next" viewBox="0 0 32 32"><path d="M28 5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333v0 21.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v0-21.333z"></path><path d="M4 6.596c0-1.899 2.149-3.003 3.693-1.896l13.96 10.009c0.592 0.429 0.973 1.118 0.973 1.896 0 0.821-0.424 1.542-1.064 1.958l-0.009 0.006-13.96 8.955c-1.553 0.996-3.593-0.119-3.593-1.964v-18.964z"></path></symbol><symbol id="icon-pp-podcast" viewBox="0 0 32 32"><path d="M14.4 18.768c-0.963-0.564-1.6-1.593-1.6-2.771 0-1.767 1.433-3.2 3.2-3.2s3.2 1.433 3.2 3.2c0 1.178-0.637 2.208-1.585 2.763l-0.015 0.008v13.232h-3.2v-13.232zM22.784 22.784l-2.256-2.256c1.173-1.158 1.9-2.766 1.9-4.544 0-3.526-2.858-6.384-6.384-6.384-0.015 0-0.031 0-0.046 0h0.002c-0.002 0-0.003 0-0.005 0-3.535 0-6.4 2.865-6.4 6.4 0 1.769 0.717 3.37 1.877 4.528l0 0-2.256 2.256c-1.735-1.737-2.808-4.135-2.808-6.784 0-5.302 4.298-9.6 9.6-9.6s9.6 4.298 9.6 9.6c0 2.649-1.073 5.048-2.808 6.785l0-0zM27.312 27.312l-2.256-2.256c2.318-2.317 3.752-5.518 3.752-9.054 0-7.069-5.731-12.8-12.8-12.8s-12.8 5.731-12.8 12.8c0 3.536 1.434 6.737 3.752 9.054l0 0-2.272 2.256c-2.896-2.896-4.688-6.896-4.688-11.315 0-8.837 7.163-16 16-16s16 7.163 16 16c0 4.419-1.792 8.42-4.688 11.315l-0 0z"></path></symbol><symbol id="icon-pp-pause" viewBox="0 0 32 32"><path d="M7.661 4c-1.289 0-2.333 1.045-2.333 2.333v0 19.333c0 1.288 1.045 2.333 2.333 2.333h4.667c1.289 0 2.333-1.045 2.333-2.333v0-19.333c0-1.289-1.045-2.333-2.333-2.333v0h-4.667z"></path><path d="M19.661 4c-1.289 0-2.333 1.045-2.333 2.333v0 19.333c0 1.288 1.045 2.333 2.333 2.333h4.667c1.289 0 2.333-1.045 2.333-2.333v0-19.333c0-1.289-1.045-2.333-2.333-2.333h-4.667z"></path></symbol><symbol id="icon-pp-maximize" viewBox="0 0 32 32"><path d="M32 0h-13l5 5-6 6 3 3 6-6 5 5z"></path><path d="M32 32v-13l-5 5-6-6-3 3 6 6-5 5z"></path><path d="M0 32h13l-5-5 6-6-3-3-6 6-5-5z"></path><path d="M0 0v13l5-5 6 6 3-3-6-6 5-5z"></path></symbol><symbol id="icon-pp-minimize" viewBox="0 0 32 32"><path d="M18 14h13l-5-5 6-6-3-3-6 6-5-5z"></path><path d="M18 18v13l5-5 6 6 3-3-6-6 5-5z"></path><path d="M14 18h-13l5 5-6 6 3 3 6-6 5 5z"></path><path d="M14 14v-13l-5 5-6-6-3 3 6 6-5 5z"></path></symbol><symbol id="icon-pp-drop-down" viewBox="0 0 32 32"><path d="M7.226 12.077c0.698-0.714 1.669-0.77 2.522 0l6.253 5.995 6.253-5.995c0.853-0.77 1.826-0.714 2.518 0 0.698 0.712 0.653 1.915 0 2.584-0.65 0.669-7.512 7.203-7.512 7.203-0.347 0.357-0.803 0.536-1.259 0.536s-0.912-0.179-1.262-0.536c0 0-6.859-6.534-7.512-7.203-0.654-0.669-0.698-1.872 0-2.584z"></path></symbol><symbol id="icon-pp-play" viewBox="0 0 32 32"><path d="M7 28c-0.552 0-1-0.448-1-1v0-22c0-0.552 0.448-1 1-1 0.184 0 0.357 0.050 0.506 0.137l-0.005-0.003 19 11c0.3 0.176 0.498 0.498 0.498 0.865s-0.198 0.689-0.494 0.862l-0.005 0.003-19 11c-0.144 0.085-0.316 0.135-0.501 0.135v0z"></path></symbol><symbol id="icon-pp-refresh" viewBox="0 0 32 32"><path d="M32 16c-0.040-2.089-0.493-4.172-1.331-6.077-0.834-1.906-2.046-3.633-3.533-5.060-1.486-1.428-3.248-2.557-5.156-3.302-1.906-0.748-3.956-1.105-5.981-1.061-2.025 0.040-4.042 0.48-5.885 1.292-1.845 0.809-3.517 1.983-4.898 3.424s-2.474 3.147-3.193 4.994c-0.722 1.846-1.067 3.829-1.023 5.79 0.040 1.961 0.468 3.911 1.254 5.694 0.784 1.784 1.921 3.401 3.316 4.736 1.394 1.336 3.046 2.391 4.832 3.085 1.785 0.697 3.701 1.028 5.598 0.985 1.897-0.040 3.78-0.455 5.502-1.216 1.723-0.759 3.285-1.859 4.574-3.208 1.29-1.348 2.308-2.945 2.977-4.67 0.407-1.046 0.684-2.137 0.829-3.244 0.039 0.002 0.078 0.004 0.118 0.004 1.105 0 2-0.895 2-2 0-0.056-0.003-0.112-0.007-0.167h0.007zM28.822 21.311c-0.733 1.663-1.796 3.169-3.099 4.412s-2.844 2.225-4.508 2.868c-1.663 0.646-3.447 0.952-5.215 0.909-1.769-0.041-3.519-0.429-5.119-1.14-1.602-0.708-3.053-1.734-4.25-2.991s-2.141-2.743-2.76-4.346c-0.621-1.603-0.913-3.319-0.871-5.024 0.041-1.705 0.417-3.388 1.102-4.928 0.683-1.541 1.672-2.937 2.883-4.088s2.642-2.058 4.184-2.652c1.542-0.596 3.192-0.875 4.832-0.833 1.641 0.041 3.257 0.404 4.736 1.064 1.48 0.658 2.82 1.609 3.926 2.774s1.975 2.54 2.543 4.021c0.57 1.481 0.837 3.064 0.794 4.641h0.007c-0.005 0.055-0.007 0.11-0.007 0.167 0 1.032 0.781 1.88 1.784 1.988-0.195 1.088-0.517 2.151-0.962 3.156z"></path></symbol><symbol id="icon-pp-arrow-up" viewBox="0 0 32 32"><path d="M30.054 23.768l-2.964 2.946c-0.446 0.446-1.161 0.446-1.607 0l-9.482-9.482-9.482 9.482c-0.446 0.446-1.161 0.446-1.607 0l-2.964-2.946c-0.446-0.446-0.446-1.179 0-1.625l13.25-13.232c0.446-0.446 1.161-0.446 1.607 0l13.25 13.232c0.446 0.446 0.446 1.179 0 1.625z"></path></symbol><symbol id="icon-pp-rotate-ccw" viewBox="0 0 32 32"><path d="M4.797 5.6c0-0.442 0.358-0.8 0.8-0.8s0.8 0.358 0.8 0.8v0 3.53c2.356-2.661 5.78-4.33 9.594-4.33 4.997 0 9.324 2.864 11.43 7.041l0.034 0.073c0.054 0.105 0.086 0.229 0.086 0.36 0 0.442-0.358 0.8-0.8 0.8-0.314 0-0.586-0.181-0.717-0.445l-0.002-0.005c-1.872-3.718-5.658-6.224-10.030-6.224-3.789 0-7.139 1.883-9.164 4.764l-0.024 0.036h5.194c0.442 0 0.8 0.358 0.8 0.8s-0.358 0.8-0.8 0.8v0h-6.4c-0.442 0-0.8-0.358-0.8-0.8v0-6.4zM12.8 16.8c-0-0.442-0.358-0.8-0.8-0.8-0.165 0-0.319 0.050-0.446 0.136l0.003-0.002-2.4 1.6c-0.205 0.147-0.337 0.384-0.337 0.653 0 0.442 0.358 0.8 0.8 0.8 0.157 0 0.303-0.045 0.427-0.123l-0.003 0.002 1.157-0.771v8.106c0 0.442 0.358 0.8 0.8 0.8s0.8-0.358 0.8-0.8v0-9.6zM20.005 16c-1.496 0-2.555 0.699-3.194 1.808-0.602 1.045-0.806 2.411-0.806 3.792s0.205 2.747 0.806 3.792c0.638 1.109 1.698 1.808 3.194 1.808s2.555-0.699 3.194-1.808c0.602-1.045 0.806-2.411 0.806-3.792s-0.205-2.747-0.806-3.792c-0.638-1.109-1.698-1.808-3.194-1.808zM17.605 21.6c0-1.269 0.195-2.304 0.592-2.995 0.363-0.629 0.904-1.005 1.808-1.005s1.445 0.376 1.808 1.005c0.397 0.691 0.592 1.726 0.592 2.995s-0.195 2.304-0.592 2.995c-0.363 0.629-0.904 1.005-1.808 1.005s-1.445-0.376-1.808-1.005c-0.397-0.691-0.592-1.726-0.592-2.995z"></path></symbol><symbol id="icon-pp-rotate-cw" viewBox="0 0 32 32"><path d="M26.4 4.8c0.442 0 0.8 0.358 0.8 0.8v0 6.4c0 0.442-0.358 0.8-0.8 0.8v0h-6.4c-0.442 0-0.8-0.358-0.8-0.8s0.358-0.8 0.8-0.8v0h5.2c-2.049-2.917-5.399-4.8-9.188-4.8-4.372 0-8.158 2.506-10.001 6.159l-0.029 0.064c-0.134 0.265-0.404 0.444-0.717 0.444-0.442 0-0.8-0.358-0.8-0.8 0-0.13 0.031-0.252 0.086-0.361l-0.002 0.005c2.14-4.249 6.467-7.114 11.464-7.114 3.812 0 7.234 1.667 9.578 4.311l0.012 0.013v-3.523c0-0.442 0.358-0.8 0.8-0.8v0zM21.605 16c-1.496 0-2.555 0.699-3.194 1.808-0.602 1.045-0.806 2.411-0.806 3.792s0.205 2.747 0.806 3.792c0.638 1.109 1.698 1.808 3.194 1.808s2.555-0.699 3.194-1.808c0.602-1.045 0.806-2.411 0.806-3.792s-0.205-2.747-0.806-3.792c-0.638-1.109-1.698-1.808-3.194-1.808zM19.205 21.6c0-1.269 0.195-2.304 0.592-2.995 0.363-0.629 0.904-1.005 1.808-1.005s1.445 0.376 1.808 1.005c0.397 0.691 0.592 1.726 0.592 2.995s-0.195 2.304-0.592 2.995c-0.363 0.629-0.904 1.005-1.808 1.005s-1.445-0.376-1.808-1.005c-0.397-0.691-0.592-1.726-0.592-2.995zM8.234 18.566c0.145 0.145 0.345 0.234 0.566 0.234 0.219 0 0.418-0.088 0.562-0.231l-0 0 0.003-0.002c0.196-0.17 0.415-0.324 0.649-0.454l0.020-0.010c0.568-0.317 1.245-0.504 1.966-0.504h0c0.957 0 1.568 0.259 1.923 0.56 0.297 0.237 0.485 0.598 0.485 1.003 0 0.006-0 0.011-0 0.017v-0.001c-0.016 0.656-0.646 1.621-2.408 1.621-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 0.8 0.8v0c1.762 0 2.392 0.963 2.408 1.621 0 0.005 0 0.010 0 0.016 0 0.405-0.188 0.767-0.482 1.001l-0.003 0.002c-0.354 0.301-0.966 0.56-1.923 0.56-0.94-0-1.806-0.317-2.498-0.85l0.010 0.007c-0.055-0.043-0.103-0.084-0.149-0.126l0.002 0.002c-0.145-0.144-0.344-0.233-0.565-0.233s-0.422 0.090-0.566 0.235l-0 0c-0.539 0.541 0 1.133 0 1.133l0.090 0.082c0.277 0.24 0.586 0.457 0.916 0.64l0.028 0.014c0.638 0.349 1.568 0.698 2.733 0.698 1.243 0 2.25-0.339 2.958-0.939 0.71-0.603 1.072-1.434 1.050-2.282-0.024-0.942-0.496-1.795-1.299-2.379 0.805-0.584 1.275-1.437 1.299-2.379 0-0.018 0.001-0.038 0.001-0.059 0-0.893-0.407-1.691-1.045-2.219l-0.005-0.004c-0.709-0.598-1.715-0.939-2.958-0.939-1.314 0.001-2.523 0.446-3.487 1.194l0.013-0.010c-0.097 0.076-0.183 0.149-0.265 0.225l0.003-0.003-0.019 0.016-0.006 0.008-0.003 0.003c-0.145 0.145-0.235 0.345-0.235 0.566s0.090 0.422 0.235 0.566l0 0zM9.365 24.632h-0.002z"></path></symbol><symbol id="icon-pp-download" viewBox="0 0 32 32"><path d="M16 18l8-8h-6v-8h-4v8h-6zM23.273 14.727l-2.242 2.242 8.128 3.031-13.158 4.907-13.158-4.907 8.127-3.031-2.242-2.242-8.727 3.273v8l16 6 16-6v-8z"></path></symbol><symbol id="icon-pp-share" viewBox="0 0 32 32"><path d="M8.996 5.333h4.619c0.552 0 1 0.448 1 1 0 0.504-0.373 0.921-0.858 0.99l-0.005 0.001-0.136 0.009h-4.619c-0 0-0 0-0 0-1.585 0-2.882 1.229-2.992 2.785l-0.001 0.010-0.007 0.205v12.667c0 0 0 0 0 0 0 1.585 1.229 2.882 2.785 2.992l0.010 0.001 0.205 0.007h12.667c0 0 0 0 0 0 1.585 0 2.882-1.229 2.992-2.785l0.001-0.010 0.007-0.205v-0.664c-0-0.003-0-0.006-0-0.009 0-0.552 0.448-1 1-1 0.508 0 0.927 0.379 0.991 0.869l0.001 0.005 0.008 0.135v0.664c0 0 0 0 0 0 0 2.668-2.089 4.847-4.72 4.992l-0.013 0.001-0.267 0.007h-12.667c-0 0-0 0-0 0-2.668 0-4.847-2.089-4.992-4.72l-0.001-0.013-0.007-0.267v-12.667c0-0 0-0 0-0 0-2.668 2.089-4.847 4.72-4.992l0.013-0.001 0.267-0.007zM19.333 8.725v-3.725c0-0 0-0 0-0.001 0-0.552 0.448-1 1-1 0.219 0 0.421 0.070 0.586 0.189l-0.003-0.002 0.109 0.092 7.992 7.667c0.373 0.357 0.408 0.933 0.103 1.329l-0.103 0.113-7.992 7.669c-0.179 0.173-0.424 0.279-0.693 0.279-0.502 0-0.918-0.37-0.989-0.852l-0.001-0.005-0.009-0.143v-3.736l-0.428-0.008c-3.544-0.011-6.573 1.444-9.153 4.401-0.661 0.757-1.9 0.176-1.741-0.816 1.103-6.853 4.8-10.727 10.92-11.412l0.403-0.040z"></path></symbol><symbol id="icon-pp-facebook" viewBox="0 0 32 32"><path d="M29 0h-26c-1.65 0-3 1.35-3 3v26c0 1.65 1.35 3 3 3h13v-14h-4v-4h4v-2c0-3.306 2.694-6 6-6h4v4h-4c-1.1 0-2 0.9-2 2v2h6l-1 4h-5v14h9c1.65 0 3-1.35 3-3v-26c0-1.65-1.35-3-3-3z"></path></symbol><symbol id="icon-pp-twitter" viewBox="0 0 32 32"><path d="M24.325 3h4.411l-9.636 11.013 11.336 14.987h-8.876l-6.952-9.089-7.955 9.089h-4.413l10.307-11.78-10.875-14.22h9.101l6.284 8.308zM22.777 26.36h2.444l-15.776-20.859h-2.623z"></path></symbol><symbol id="icon-pp-linkedin" viewBox="0 0 32 32"><path d="M29 0h-26c-1.65 0-3 1.35-3 3v26c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3v-26c0-1.65-1.35-3-3-3zM12 26h-4v-14h4v14zM10 10c-1.106 0-2-0.894-2-2s0.894-2 2-2c1.106 0 2 0.894 2 2s-0.894 2-2 2zM26 26h-4v-8c0-1.106-0.894-2-2-2s-2 0.894-2 2v8h-4v-14h4v2.481c0.825-1.131 2.087-2.481 3.5-2.481 2.488 0 4.5 2.238 4.5 5v9z"></path></symbol><symbol id="icon-pp-copy" viewBox="0 0 28 32"><path d="M27.121 4.121l-3.243-3.243c-0.543-0.543-1.293-0.879-2.121-0.879h-10.757c-1.657 0-3 1.343-3 3v3h-5c-1.657 0-3 1.343-3 3v20c0 1.657 1.343 3 3 3h14c1.657 0 3-1.343 3-3v-3h5c1.657 0 3-1.343 3-3v-16.757c0-0.828-0.336-1.578-0.879-2.121v0zM16.625 29h-13.25c-0.207 0-0.375-0.168-0.375-0.375v0-19.25c0-0.207 0.168-0.375 0.375-0.375v0h4.625v14c0 1.657 1.343 3 3 3h6v2.625c0 0.207-0.168 0.375-0.375 0.375v0zM24.625 23h-13.25c-0.207 0-0.375-0.168-0.375-0.375v0-19.25c0-0.207 0.168-0.375 0.375-0.375v0h6.625v5.5c0 0.828 0.672 1.5 1.5 1.5h5.5v12.625c0 0.207-0.168 0.375-0.375 0.375v0zM25 7h-4v-4h0.602c0.099 0 0.195 0.039 0.265 0.11l3.023 3.023c0.068 0.068 0.11 0.162 0.11 0.265 0 0 0 0 0 0v0 0.602z"></path></symbol><symbol id="icon-pp-text" viewBox="0 0 32 32"><path d="M24.8 17.6h-17.6c-0.44 0-0.8 0.36-0.8 0.8v1.6c0 0.442 0.36 0.8 0.8 0.8h17.6c0.442 0 0.8-0.358 0.8-0.8v-1.6c0-0.44-0.358-0.8-0.8-0.8zM24.8 11.2h-17.6c-0.44 0-0.8 0.36-0.8 0.8v1.6c0 0.442 0.36 0.8 0.8 0.8h17.6c0.442 0 0.8-0.358 0.8-0.8v-1.6c0-0.44-0.358-0.8-0.8-0.8zM16.8 24h-9.6c-0.44 0-0.8 0.36-0.8 0.8v1.6c0 0.442 0.36 0.8 0.8 0.8h9.6c0.442 0 0.8-0.358 0.8-0.8v-1.6c0-0.44-0.358-0.8-0.8-0.8zM24.8 4.8h-17.6c-0.44 0-0.8 0.36-0.8 0.8v1.6c0 0.442 0.36 0.8 0.8 0.8h17.6c0.442 0 0.8-0.358 0.8-0.8v-1.6c0-0.44-0.358-0.8-0.8-0.8z"></path></symbol></defs></svg> </body> </html>
fineweb
{ "fineweb_metadata": { "text": "Former Republican Texas congressman Will Hurd suspended his presidential bid on Monday and endorsed fellow GOP primary candidate Nikki Haley, officially abandoning a brief campaign built on criticizing Donald Trump at a time when his party seems even more determined to embrace the former president.\n“While I appreciate all the time and energy our supporters have given, it is important to recognize the realities of the political landscape and the need to consolidate our party around one person to defeat both Donald Trump and President Biden,” Hurd wrote on X, the platform formerly known as Twitter.\nWhen I first entered the Republican presidential primary field in June, I knew I was a dark horse candidate with a path to victory that would contain many obstacles. But as I traveled across the country, I met so many Americans who believed in my campaign’s message of unity and…\n— Will Hurd (@WillHurd) October 9, 2023\nHe added that Haley, a former U.S. ambassador to the United Nations under Trump and governor of South Carolina, “has shown a willingness to articulate a different vision for the country than Donald Trump and has an unmatched grasp on the complexities of our foreign policy.”\nHurd was the last major candidate to join the already crowded Republican primary field when he announced his run in late June. He leaves the race barely three months later, after failing to gain traction as pragmatic moderate who pledged to lead the party away from Trump’s “Make America Great Again” movement. Hurd failed to qualify for both the first GOP debate in Milwaukee in August and the second debate the following month in Simi Valley, California.\n“America is at a crossroads and it’s time to come together and make Joe Biden a one-term president,” Haley wrote on X in response to Hurd’s endorsement. “Thank you @WillHurd for your support and confidence. We have a country to save!”\nRead More: Nikki Haley Has a Path to the White House\nHurd ending his campaign follows another Republican candidate, Miami Mayor Francis Suarez, who became the first presidential hopeful to suspend his campaign shortly after failing to make the first debate stage.\nHurd wasn’t invited to the Milwaukee event after falling short of Republican National Committee minimums on support in the polls and sufficient numbers of donors to his campaign.\nHurd was initially defiant about missing the first debate, arguing that the Republican Party blocked him for refusing to sign a pledge for its presidential candidates to support the eventual primary winner, even if it was Trump. The RNC standards are “arbitrary, unclear, and lack consistency. This is an unacceptable process for a presidential election,” he said in a statement.\nA clandestine CIA officer who worked in Pakistan, Hurd served three terms in the House through January 2021 and was the chamber’s only Black Republican during his final two years in office. He represented Texas’ then-most competitive district, which was heavily Hispanic and stretched from the outskirts of San Antonio to El Paso, encompassing more than 800 miles of Texas-Mexico border.\nHurd opted not to seek reelection in 2020, saying he was pursuing opportunities outside Congress “to solve problems at the nexus between technology and national security.” Last year, he traveled the country promoting his book American Reboot: An Idealist’s Guide to Getting Big Things Done.\nThe 46-year-old has long been a fierce Trump antagonist, even encouraging the then-Republican presidential nominee to leave the 2016 race when the “Access Hollywood” tape in which Trump brags about sexually assaulting women was made public in the final weeks before Election Day.\nHurd was hoping to resonate with voters seeking a pro-business Republican with a strong national security background who was also unafraid to seek bipartisan consensus. He announced his candidacy criticizing both Biden and Trump, saying the president wasn’t up to securing the U.S.-Mexico border, combating fentanyl smuggling that has led to epidemic of American overdoses and violent crime and homelessness in the country’s cities.\n“President Biden can’t solve these problems — or won’t,” Hurd said in his announcement video. “And, if we nominate a lawless, selfish, failed politician like Donald Trump — who lost the House, the Senate, and the White House — we all know Joe Biden will win again.”\nHurd stepped up his public criticism of Trump as the former president was repeatedly indicted and now faces four separate criminal cases and 91 total charges. Trump still holds a fundraising advantage and commanding lead in early primary polls.\nAs a result, Hurd’s few memorable moments as a White House candidate came when he was heckled by Republican crowds after repeating assertions that Trump, should he clinch the GOP nomination, would lose the general election to Biden.\n“Donald Trump is running to stay out of prison,” Hurd declared at a July GOP dinner in Iowa. When sustained booing followed, he responded, “Listen, I know the truth is hard.”", "id": "<urn:uuid:15655f6e-460d-4a49-bbfe-c3f7bb331f3b>", "dump": "CC-MAIN-2024-10", "url": "https://audio-posts.com/2023/10/09/", "date": "2024-02-25T10:04:50", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.9699422121047974, "token_count": 1049 } }
<urn:uuid:5877a745-ff5d-4b13-b3e8-31144e846ea8>
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://audiotehnika.lv/xmlrpc.php"> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <link rel="alternate" hreflang="en" href="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" /> <link rel="alternate" hreflang="lv" href="https://audiotehnika.lv/lv/prece/advance-paris-x-i50bt-integrated-amplifier/" /> <link rel="alternate" hreflang="x-default" href="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" /> <title>Advance Paris X-i50BT Integrated Amplifier - Audiotehnika</title> <meta name="description" content="The X-i50BT resolutely audiophile design allows connection of many analog sources including the possibility of using a turntable. For users of music dematerialized content in computers and other smartphones or tablets, it has an integrated Bluetooth receiver enables wireless communication with the X-i50BT." /> <link rel="canonical" href="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Advance Paris X-i50BT Integrated Amplifier - Audiotehnika" /> <meta property="og:description" content="The X-i50BT resolutely audiophile design allows connection of many analog sources including the possibility of using a turntable. For users of music dematerialized content in computers and other smartphones or tablets, it has an integrated Bluetooth receiver enables wireless communication with the X-i50BT." /> <meta property="og:url" content="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" /> <meta property="og:site_name" content="Audiotehnika - Hi-Fi, Hi-End Audio and Home Cinema Retailer" /> <meta property="article:publisher" content="https://www.facebook.com/audiotehnika.lv" /> <meta property="article:modified_time" content="2022-08-14T13:55:31+00:00" /> <meta property="og:image" content="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg" /> <meta property="og:image:width" content="900" /> <meta property="og:image:height" content="900" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/","url":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/","name":"Advance Paris X-i50BT Integrated Amplifier - Audiotehnika","isPartOf":{"@id":"https://audiotehnika.lv/#website"},"primaryImageOfPage":{"@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/#primaryimage"},"image":{"@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/#primaryimage"},"thumbnailUrl":"https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg","datePublished":"2022-03-14T14:12:47+00:00","dateModified":"2022-08-14T13:55:31+00:00","description":"The X-i50BT resolutely audiophile design allows connection of many analog sources including the possibility of using a turntable. For users of music dematerialized content in computers and other smartphones or tablets, it has an integrated Bluetooth receiver enables wireless communication with the X-i50BT.","breadcrumb":{"@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/#primaryimage","url":"https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg","contentUrl":"https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg","width":900,"height":900},{"@type":"BreadcrumbList","@id":"https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://audiotehnika.lv/"},{"@type":"ListItem","position":2,"name":"Shop","item":"https://audiotehnika.lv/shop/"},{"@type":"ListItem","position":3,"name":"Advance Paris X-i50BT Integrated Amplifier"}]},{"@type":"WebSite","@id":"https://audiotehnika.lv/#website","url":"https://audiotehnika.lv/","name":"Audiotehnika - Hi-Fi, Hi-End Audio and Home Cinema Retailer","description":"Looking for good headphones for everyday use? Maybe you need something more serious? On our online shop you will find the best equipment for audio and video playback.","publisher":{"@id":"https://audiotehnika.lv/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://audiotehnika.lv/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://audiotehnika.lv/#organization","name":"Audiotehnika.lv","url":"https://audiotehnika.lv/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://audiotehnika.lv/#/schema/logo/image/","url":"https://audiotehnika.lv/wp-content/uploads/2022/03/AudioTehnikaLv-Logo.svg","contentUrl":"https://audiotehnika.lv/wp-content/uploads/2022/03/AudioTehnikaLv-Logo.svg","width":250,"height":50,"caption":"Audiotehnika.lv"},"image":{"@id":"https://audiotehnika.lv/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/audiotehnika.lv","https://www.instagram.com/audiotehnika/"]}]}</script> <link rel="dns-prefetch" href="//stats.wp.com" /> <link rel="dns-prefetch" href="//fonts.googleapis.com" /> <link rel="alternate" type="application/rss+xml" title="Audiotehnika - Hi-Fi, Hi-End Audio and Home Cinema Retailer &raquo; Feed" href="https://audiotehnika.lv/feed/" /> <link rel="alternate" type="application/rss+xml" title="Audiotehnika - Hi-Fi, Hi-End Audio and Home Cinema Retailer &raquo; Comments Feed" href="https://audiotehnika.lv/comments/feed/" /> <link rel="stylesheet" id="flexible-shipping-ups-blocks-integration-editor-css" href="https://audiotehnika.lv/wp-content/plugins/flexible-shipping-ups/build/style-point-selection-block.css?ver=1708032137" type="text/css" media="all" /> <link rel="stylesheet" id="wp-block-library-css" href="https://audiotehnika.lv/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3" type="text/css" media="all" /> <style id="safe-svg-svg-icon-style-inline-css" type="text/css"> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id="classic-theme-styles-inline-css" type="text/css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id="global-styles-inline-css" type="text/css"> body{--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--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: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--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);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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-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-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-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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel="stylesheet" id="wpml-blocks-css" href="https://audiotehnika.lv/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=4.6.9" type="text/css" media="all" /> <link rel="stylesheet" id="spell-style-css" href="https://audiotehnika.lv/wp-content/plugins/spell-woocommerce/assets/css/spell.css?ver=6.4.3" type="text/css" media="all" /> <style id="woocommerce-inline-inline-css" type="text/css"> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel="stylesheet" id="wpml-menu-item-0-css" href="https://audiotehnika.lv/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?ver=1" type="text/css" media="all" /> <link rel="stylesheet" id="js_composer_front-css" href="https://audiotehnika.lv/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=7.4" type="text/css" media="all" /> <link rel="stylesheet" id="bootstrap-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/bootstrap-light.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="woodmart-style-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-wd-recent-posts-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/widget-wd-recent-posts.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-nav-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/widget-nav.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-wd-layered-nav-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-wd-layered-nav.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-swatches-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-swatches-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-swatches-filter-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-swatches-filter.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-product-cat-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-product-cat.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-layered-nav-stock-status-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-layered-nav-stock-status.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-product-list-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-product-list.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-slider-price-filter-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-slider-price-filter.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wp-gutenberg-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/wp-gutenberg.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wpcf7-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-wpcf7.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-revolution-slider-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-rev-slider.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-paypal-payments-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-woo-paypal-payments.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wpml-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-wpml.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wpbakery-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-wpb-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wpbakery-base-deprecated-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/int-wpb-base-deprecated.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woocommerce-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woocommerce-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-mod-star-rating-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/mod-star-rating.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-el-track-order-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-el-track-order.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woocommerce-block-notices-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-block-notices.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-gutenberg-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-gutenberg.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-quantity-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-quantity.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-el-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-el-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-stock-status-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-stock-status.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-opt-hide-larger-price-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-opt-hide-larger-price.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-shop-attributes-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-shop-attributes.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-mod-tools-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/mod-tools.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-search-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-search.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-mod-login-form-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-mod-login-form.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-my-account-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-my-account.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-mod-nav-menu-label-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/mod-nav-menu-label.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-elements-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-cart-side-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-cart-side.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-cart-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-cart.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-shopping-cart-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-widget-shopping-cart.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-mobile-nav-dropdown-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-mobile-nav-dropdown.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-page-title-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/page-title.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-predefined-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-predefined.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-and-quick-view-predefined-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-and-quick-view-predefined.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-el-tabs-predefined-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-el-tabs-predefined.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-el-navigation-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-el-navigation.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-photoswipe-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/lib-photoswipe.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-el-gallery-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-el-gallery.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-swiper-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/lib-swiper.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-swiper-arrows-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/lib-swiper-arrows.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-social-icons-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-social-icons.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-tabs-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-tabs.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-woo-single-prod-el-tabs-opt-layout-tabs-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-single-prod-el-tabs-opt-layout-tabs.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-accordion-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-accordion.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-text-block-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-text-block.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-image-gallery-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-gallery.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-section-title-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-section-title.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-mod-highlighted-text-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/mod-highlighted-text.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-product-loop-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-product-loop.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-product-loop-icons-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/woo-product-loop-icons.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-mfp-popup-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/lib-magnific-popup.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-swiper-pagin-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/lib-swiper-pagin.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-widget-collapse-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/opt-widget-collapse.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-footer-base-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/footer-base.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-brands-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-brand.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-list-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/el-list.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-scroll-top-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/opt-scrolltotop.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wd-search-results-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/wd-search-results.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-wd-search-form-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/wd-search-form.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-my-account-sidebar-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-my-account-sidebar.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-banner-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/opt-header-banner.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-cookies-popup-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/opt-cookies.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-search-fullscreen-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-search-fullscreen-general.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wd-header-search-fullscreen-1-css" href="https://audiotehnika.lv/wp-content/themes/woodmart/css/parts/header-el-search-fullscreen-1.min.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="xts-style-theme_settings_default-css" href="https://audiotehnika.lv/wp-content/uploads/2024/02/xts-theme_settings_default-1707145074.css?ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="xts-google-fonts-css" href="https://fonts.googleapis.com/css?family=Nunito%3A400%2C600%2C700&#038;ver=7.4.3" type="text/css" media="all" /> <link rel="stylesheet" id="wdp_pricing-table-css" href="https://audiotehnika.lv/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/css/pricing-table.css?ver=4.6.1" type="text/css" media="all" /> <link rel="stylesheet" id="wdp_deals-table-css" href="https://audiotehnika.lv/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/css/deals-table.css?ver=4.6.1" type="text/css" media="all" /> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script> <script type="text/javascript" src="https://stats.wp.com/w.js?ver=202408" id="woo-tracks-js"></script> <script type="text/javascript" id="wpml-cookie-js-extra"> /* <![CDATA[ */ var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=4.6.9" id="wpml-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.6.1" id="jquery-blockui-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/audiotehnika.lv\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.6.1" id="wc-add-to-cart-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="wc-single-product-js-extra"> /* <![CDATA[ */ var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"","zoom_options":[],"photoswipe_enabled":"","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.6.1" id="wc-single-product-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.6.1" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.6.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=7.4" id="vc_woocommerce-add-to-cart-js-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/device.min.js?ver=7.4.3" id="wd-device-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/scrollBar.min.js?ver=7.4.3" id="wd-scrollbar-js"></script> <script type="text/javascript" id="wc-settings-dep-in-header-js-after"> /* <![CDATA[ */ console.warn( "Scripts that have a dependency on [wc-blocks-checkout] must be loaded in the footer, flexible-shipping-ups-blocks-integration-frontend was registered to load in the header, but has been switched to load in the footer instead. See https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5059" ); /* ]]> */ </script> <script type="text/javascript" id="wdp_deals-js-extra"> /* <![CDATA[ */ var script_data = {"ajaxurl":"https:\/\/audiotehnika.lv\/wp-admin\/admin-ajax.php","js_init_trigger":""}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/js/frontend.js?ver=4.6.1" id="wdp_deals-js"></script> <script></script><link rel="https://api.w.org/" href="https://audiotehnika.lv/wp-json/" /><link rel="alternate" type="application/json" href="https://audiotehnika.lv/wp-json/wp/v2/product/20975" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://audiotehnika.lv/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.3" /> <meta name="generator" content="WooCommerce 8.6.1" /> <link rel="shortlink" href="https://audiotehnika.lv/?p=20975" /> <link rel="alternate" type="application/json+oembed" href="https://audiotehnika.lv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faudiotehnika.lv%2Fproduct%2Fadvance-paris-x-i50bt-integrated-amplifier%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://audiotehnika.lv/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faudiotehnika.lv%2Fproduct%2Fadvance-paris-x-i50bt-integrated-amplifier%2F&#038;format=xml" /> <meta name="generator" content="WPML ver:4.6.9 stt:1,31;" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-36279412-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-36279412-3'); </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css"> .wdp_bulk_table_content .wdp_pricing_table_caption { color: #6d6d6d ! important} .wdp_bulk_table_content table thead td { color: #6d6d6d ! important} .wdp_bulk_table_content table thead td { background-color: #efefef ! important} .wdp_bulk_table_content table tbody td { color: #6d6d6d ! important} .wdp_bulk_table_content table tbody td { background-color: #ffffff ! important} .wdp_bulk_table_content .wdp_pricing_table_footer { color: #6d6d6d ! important} </style> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress." /> <script type="module" src="https://klix.blob.core.windows.net/public/pay-later-widget/build/klix-pay-later-widget.esm.js"></script> <script nomodule src="https://klix.blob.core.windows.net/public/pay-later-widget/build/klix-pay-later-widget.js"></script> <meta name="generator" content="Powered by Slider Revolution 6.6.20 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://audiotehnika.lv/wp-content/uploads/2022/02/cropped-AudioTehnikaIcon-150x150.png" sizes="32x32" /> <link rel="icon" href="https://audiotehnika.lv/wp-content/uploads/2022/02/cropped-AudioTehnikaIcon-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://audiotehnika.lv/wp-content/uploads/2022/02/cropped-AudioTehnikaIcon-300x300.png" /> <meta name="msapplication-TileImage" content="https://audiotehnika.lv/wp-content/uploads/2022/02/cropped-AudioTehnikaIcon-300x300.png" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style> </style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> <style id="wd-style-header_281420-css" data-type="wd-style-header_281420"> :root{ --wd-top-bar-h: 50px; --wd-top-bar-sm-h: 0.001px; --wd-top-bar-sticky-h: 0.001px; --wd-header-general-h: 90px; --wd-header-general-sm-h: 60px; --wd-header-general-sticky-h: 60px; --wd-header-bottom-h: 0.001px; --wd-header-bottom-sm-h: 0.001px; --wd-header-bottom-sticky-h: 0.001px; --wd-header-clone-h: 0.001px; } .whb-top-bar .wd-dropdown { margin-top: 5px; } .whb-top-bar .wd-dropdown:after { height: 15px; } .whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) { margin-top: 10px; } .whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after { height: 20px; } @media (min-width: 1025px) { .whb-top-bar-inner { height: 50px; max-height: 50px; } .whb-sticked .whb-top-bar-inner { height: 40px; max-height: 40px; } .whb-general-header-inner { height: 90px; max-height: 90px; } .whb-sticked .whb-general-header-inner { height: 60px; max-height: 60px; } } @media (max-width: 1024px) { .whb-general-header-inner { height: 60px; max-height: 60px; } } .whb-top-bar-inner { border-color: rgba(227, 227, 227, 1);border-bottom-width: 1px;border-bottom-style: solid; }.whb-general-header-inner { border-color: rgba(227, 227, 227, 1);border-bottom-width: 1px;border-bottom-style: solid; } </style> </head> <body class="product-template-default single single-product postid-20975 theme-woodmart woocommerce woocommerce-page woocommerce-no-js wrapper-full-width woodmart-product-design-default categories-accordion-on woodmart-archive-shop header-banner-enabled woodmart-ajax-shop-on offcanvas-sidebar-mobile offcanvas-sidebar-tablet hide-larger-price wpb-js-composer js-comp-ver-7.4 vc_responsive"> <script type="text/javascript" id="wd-flicker-fix">// Flicker fix.</script> <div class="website-wrapper"> <header class="whb-header whb-header_281420 whb-sticky-shadow whb-scroll-stick whb-sticky-real whb-hide-on-scroll"> <div class="whb-main-header"> <div class="whb-row whb-top-bar whb-not-sticky-row whb-without-bg whb-border-fullwidth whb-color-dark whb-hidden-mobile whb-flex-flex-middle"> <div class="container"> <div class="whb-flex-row whb-top-bar-inner"> <div class="whb-column whb-col-left whb-visible-lg"> <div class="wd-header-nav wd-header-secondary-nav text-left" role="navigation" aria-label="Secondary navigation"> <ul id="menu-top-bar-left-electronics-2" class="menu wd-nav wd-nav-secondary wd-style-separated wd-gap-s"><li id="menu-item-7053" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7053 item-level-0 menu-simple-dropdown wd-event-hover"><a class="woodmart-nav-link"><span class="nav-link-text">+371 29 116 796</span></a></li> <li id="menu-item-7052" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7052 item-level-0 menu-simple-dropdown wd-event-hover"><a href="/cdn-cgi/l/email-protection#7c15121a133c1d091815130819141215171d52100a" class="woodmart-nav-link"><span class="nav-link-text"><span class="__cf_email__" data-cfemail="f7beb9b1b8b7b6a2b3beb8a3b2bfb9bebcb6d9bba1">[email&#160;protected]</span></span></a></li> </ul></div> </div> <div class="whb-column whb-col-center whb-visible-lg whb-empty-column"> </div> <div class="whb-column whb-col-right whb-visible-lg"> <div class="wd-header-search wd-tools-element wd-design-1 wd-style-icon wd-display-full-screen whb-k2gwx7lp4ciccfrofq3b" title="Search"> <a href="javascript:void(0);" aria-label="Search"> <span class="wd-tools-icon"> </span> <span class="wd-tools-text"> Search </span> </a> </div> <div class="wd-header-divider whb-divider-default "></div> <div class="wd-header-nav wd-header-secondary-nav text-right" role="navigation" aria-label="Secondary navigation"> <ul id="menu-right-side-menu-head-2" class="menu wd-nav wd-nav-secondary wd-style-separated wd-gap-s"><li id="menu-item-10606" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10606 item-level-0 menu-simple-dropdown wd-event-hover"><a href="https://audiotehnika.lv/brands/" class="woodmart-nav-link"><span class="nav-link-text">BRANDS</span></a></li> </ul></div> <div class="wd-header-divider whb-divider-default "></div><div class="wd-header-my-account wd-tools-element wd-event-hover wd-with-username wd-design-1 wd-account-style-icon login-side-opener whb-za9c17gdklk77pj14dt7"> <a href="https://audiotehnika.lv/my-account/" title="My account"> <span class="wd-tools-icon"> </span> <span class="wd-tools-text"> Login / Register </span> </a> </div> <div class="wd-header-divider whb-divider-default "></div> <div class="wd-header-nav wd-header-secondary-nav text-center" role="navigation" aria-label="Secondary navigation"> <ul id="menu-language-menu" class="menu wd-nav wd-nav-secondary wd-style-default wd-gap-s"><li id="menu-item-wpml-ls-79-en" class="menu-item wpml-ls-slot-79 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-wpml-ls-79-en item-level-0 menu-simple-dropdown wd-event-hover"><a title="English" href="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" class="woodmart-nav-link"><span class="nav-link-text"><img class="wpml-ls-flag" src="https://audiotehnika.lv/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" alt /><span class="wpml-ls-native" lang="en">English</span></span></a><div class="color-scheme-dark wd-design-default wd-dropdown-menu wd-dropdown"><div class="container"> <ul class="wd-sub-menu color-scheme-dark"> <li id="menu-item-wpml-ls-79-lv" class="menu-item wpml-ls-slot-79 wpml-ls-item wpml-ls-item-lv wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-79-lv item-level-1 wd-event-hover"><a title="Latviešu" href="https://audiotehnika.lv/lv/prece/advance-paris-x-i50bt-integrated-amplifier/" class="woodmart-nav-link"><img class="wpml-ls-flag" src="https://audiotehnika.lv/wp-content/plugins/sitepress-multilingual-cms/res/flags/lv.png" alt /><span class="wpml-ls-native" lang="lv">Latviešu</span></a></li> </ul> </div> </div> </li> </ul></div> </div> <div class="whb-column whb-col-mobile whb-hidden-lg whb-empty-column"> </div> </div> </div> </div> <div class="whb-row whb-general-header whb-sticky-row whb-without-bg whb-border-fullwidth whb-color-dark whb-flex-flex-middle"> <div class="container"> <div class="whb-flex-row whb-general-header-inner"> <div class="whb-column whb-col-left whb-visible-lg"> <div class="site-logo"> <a href="https://audiotehnika.lv/" class="wd-logo wd-main-logo" rel="home"> <img width="250" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/03/AudioTehnikaLv-Logo.svg" class="attachment-full size-full" alt style="max-width:195px;" decoding="async" /> </a> </div> </div> <div class="whb-column whb-col-center whb-visible-lg"> <div class="whb-space-element " style="width:20px;"></div><div class="wd-header-nav wd-header-main-nav text-center wd-design-1" role="navigation" aria-label="Main navigation"> <ul id="menu-main-navigation" class="menu wd-nav wd-nav-main wd-style-underline wd-gap-s"><li id="menu-item-10605" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-10605 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 440px;"><a href="https://audiotehnika.lv/product-category/speakers/" class="woodmart-nav-link"><span class="nav-link-text">Speakers</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1645134911843{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-620ec43537b34" class="wd-image wd-wpb wd-rs-620ec43537b34 text-center vc_custom_1645134911843"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/Speakers-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid wd-rs-6216c77edf177"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/" title rel="nofollow"> <span class="nav-link-text"> HI-FI </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/subwoofers/" title rel="nofollow"> Subwoofers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/wireless-speakers/" title rel="nofollow"> Wireless Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/bookshelf-speakers/" title rel="nofollow"> Bookshelf Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/floorstanding-speakers/" title rel="nofollow"> Floorstanding Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/wall-mounted-speakers/" title rel="nofollow"> Wall Mounted Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/ceiling-mounted-speakers/" title rel="nofollow"> Ceiling Mounted Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/custom-install-speakers/" title rel="nofollow"> Custom Install Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/outdoor-speakers/" title rel="nofollow"> Outdoor Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/hi-fi/other-speakers/" title rel="nofollow"> Other Speakers </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/" title rel="nofollow"> <span class="nav-link-text"> HOME CINEMA </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/soundbars/" title rel="nofollow"> Soundbars </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/speaker-systems/" title rel="nofollow"> Speaker Systems </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/cinema-systems/" title rel="nofollow"> Cinema Systems </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/surround-speakers/" title rel="nofollow"> Surround Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/cinema-subwoofers/" title rel="nofollow"> Cinema Subwoofers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/home-cinema-speakers/" title rel="nofollow"> Home Cinema Speakers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/speakers/home-cinema/center-channel-speakers/" title rel="nofollow"> Center Channel Speakers </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-10601" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor menu-item-10601 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 1170px;"><a href="https://audiotehnika.lv/product-category/electronics/" class="woodmart-nav-link"><span class="nav-link-text">Electronics</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1655593722534{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-62ae5af3eeac4" class="wd-image wd-wpb wd-rs-62ae5af3eeac4 text-center vc_custom_1655593722534"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/Electronics-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/custom-install/" title rel="nofollow"> <span class="nav-link-text"> CUSTOM INSTALL </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/installation-amplifiers/" title rel="nofollow"> Installation Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/custom-install/installation-cd-players/" title rel="nofollow"> Installation CD Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/custom-install/installation-audio-players/" title rel="nofollow"> Installation Audio Players </a> </li> </ul> </li> </ul> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/" title rel="nofollow"> <span class="nav-link-text"> OTHER </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/drives/" title rel="nofollow"> Drives </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/cd-rippers/" title rel="nofollow"> CD Rippers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/usb-adapters/" title rel="nofollow"> USB Adapters </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/power-supplies/" title rel="nofollow"> Power Supplies </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/power-controllers/" title rel="nofollow"> Power Controllers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/routers-and-switchers/" title rel="nofollow"> Routers &amp; Switchers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/wireless-transmitters/" title rel="nofollow"> Wireless Transmitters </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/special-components/" title rel="nofollow"> Special Components </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/other/upgrade-kits/" title rel="nofollow"> Upgrade Kits </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu wd-rs-62ae553f12411 mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/microphones/" title rel="nofollow"> <span class="nav-link-text"> MICROPHONES </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/microphones/usb-microphones/" title rel="nofollow"> USB Microphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/microphones/dynamic-microphones/" title rel="nofollow"> Dynamic Microphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/microphones/condenser-microphones/" title rel="nofollow"> Condenser Microphones </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/" title rel="nofollow"> <span class="nav-link-text"> STEREO COMPONENTS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/all-in-one-systems/" title rel="nofollow"> All-in-One Systems </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/crossovers/" title rel="nofollow"> Crossovers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/fm-tuners/" title rel="nofollow"> FM Tuners </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/cd-players/" title rel="nofollow"> CD Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/stereo-receivers/" title rel="nofollow"> Stereo Receivers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/network-players/" title rel="nofollow"> Network Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/pre-amplifiers/" title rel="nofollow"> Pre-Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/power-amplifiers/" title rel="nofollow"> Power Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/network-amplifiers/" title rel="nofollow"> Network Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" title rel="nofollow"> Integrated Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/headphone-amplifiers/" title rel="nofollow"> Headphone Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/digital-analogue-converters/" title rel="nofollow"> Digital-Analogue Converters </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/" title rel="nofollow"> <span class="nav-link-text"> AV COMPONENTS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/av-receivers/" title rel="nofollow"> AV Receivers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/av-processors/" title rel="nofollow"> AV Processors </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/blu-ray-players/" title rel="nofollow"> Blu-Ray Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/multimedia-players/" title rel="nofollow"> Multimedia Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/multimedia-servers/" title rel="nofollow"> Multimedia Servers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/digital-equalizers/" title rel="nofollow"> Digital Equalizers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/av-components/multichannel-amplifiers/" title rel="nofollow"> Multichannel Amplifiers </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/" title rel="nofollow"> <span class="nav-link-text"> ANALOGUE &amp; VINYL </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/stylus/" title rel="nofollow"> Stylus </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/tonearms/" title rel="nofollow"> Tonearms </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/dust-covers/" title rel="nofollow"> Dust Covers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/record-players/" title rel="nofollow"> Record Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/phono-cartridges/" title rel="nofollow"> Phono Cartridges </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/cartridge-headshells/" title rel="nofollow"> Cartridge Headshells </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/phono-pre-amplifiers/" title rel="nofollow"> Phono Pre-Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/speed-controllers-and-stabilizers/" title rel="nofollow"> Speed Controllers &amp; Stabilizers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/vinyl-care-and-cleaning/" title rel="nofollow"> Vinyl Care &amp; Cleaning </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/electronics/analogue-and-vinyl/vinyl-accessories/" title rel="nofollow"> Vinyl Accessories </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-10603" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-10603 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 450px;"><a href="https://audiotehnika.lv/product-category/hi-fi-systems/" class="woodmart-nav-link"><span class="nav-link-text">Hi-Fi Systems</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1644955939565{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid wd-rs-622bfb59c93d9"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-620c0917aaf6b" class="wd-image wd-wpb wd-rs-620c0917aaf6b text-center vc_custom_1644955939565"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/HiFi-Systems-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid wd-rs-622bfc65608b5"><div class="wpb_column vc_column_container vc_col-sm-6 text-left wd-rs-622bf9ace3a22"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/home-audio/" title rel="nofollow"> <span class="nav-link-text"> HOME AUDIO </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/home-audio/desktop-and-pc-audio/" title rel="nofollow"> Desktop &amp; PC Audio </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/home-audio/home-stereo-systems/" title rel="nofollow"> Home Stereo Systems </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/home-audio/home-theater-systems/" title rel="nofollow"> Home Theater Systems </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/home-audio/wireless-speaker-systems/" title rel="nofollow"> Wireless Speaker Systems </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 text-left wd-rs-622bf9b3795a4"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/portable-audio/" title rel="nofollow"> <span class="nav-link-text"> PORTABLE AUDIO </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/portable-audio/portable-amplifiers/" title rel="nofollow"> Portable Amplifiers </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/portable-audio/portable-music-players/" title rel="nofollow"> Portable Music Players </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/hi-fi-systems/portable-audio/portable-wireless-speakers/" title rel="nofollow"> Portable Wireless Speakers </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-10602" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-10602 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 500px;"><a href="https://audiotehnika.lv/product-category/headphones/" class="woodmart-nav-link"><span class="nav-link-text">Headphones</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1644955921459{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-620c09091c234" class="wd-image wd-wpb wd-rs-620c09091c234 text-center vc_custom_1644955921459"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/Headphones-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/" title rel="nofollow"> <span class="nav-link-text"> PORTABLE HEADPHONES </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/sports-headphones/" title rel="nofollow"> Sports Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/in-ear-headphones/" title rel="nofollow"> In-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/on-ear-headphones/" title rel="nofollow"> On-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/over-ear-headphones/" title rel="nofollow"> Over-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/portable-headphones/gaming-headphones/" title rel="nofollow"> Gaming Headphones </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/" title rel="nofollow"> <span class="nav-link-text"> WIRELESS HEADPHONES </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/earbuds/" title rel="nofollow"> Earbuds </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/bluetooth-in-ear-headphones/" title rel="nofollow"> Bluetooth In-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/wireless-on-ear-headphones/" title rel="nofollow"> Wireless On-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/wireless-over-ear-headphones/" title rel="nofollow"> Wireless Over-Ear Headphones </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/headphones/wireless-headphones/wireless-gaming-headphones/" title rel="nofollow"> Wireless Gaming Headphones </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-10604" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-10604 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 630px;"><a href="https://audiotehnika.lv/product-category/video-and-tv/" class="woodmart-nav-link"><span class="nav-link-text">Video &amp; TV</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1644955953387{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-620c092983e70" class="wd-image wd-wpb wd-rs-620c092983e70 text-center vc_custom_1644955953387"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/VideoTv-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/television/" title rel="nofollow"> <span class="nav-link-text"> TELEVISION </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/television/hidden-tvs/" title rel="nofollow"> Hidden TVs </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/television/4k-televisions/" title rel="nofollow"> 4K Televisions </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/television/full-hd-televisions/" title rel="nofollow"> Full HD Televisions </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/" title rel="nofollow"> <span class="nav-link-text"> PROJECTORS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/office-projectors/" title rel="nofollow"> Office Projectors </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/4k-cinema-projectors/" title rel="nofollow"> 4K Cinema Projectors </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/8k-cinema-projectors/" title rel="nofollow"> 8K Cinema Projectors </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/full-hd-cinema-projectors/" title rel="nofollow"> Full HD Cinema Projectors </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projectors/projector-accessories/" title rel="nofollow"> Projector Accessories </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/" title rel="nofollow"> <span class="nav-link-text"> PROJECTION SCREENS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/motorized-screens/" title rel="nofollow"> Motorized Screens </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/in-ceiling-screens/" title rel="nofollow"> In-Ceiling Screens </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/stationary-screens/" title rel="nofollow"> Stationary Screens </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/portable-screens/" title rel="nofollow"> Portable Screens </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/video-and-tv/projection-screens/screen-accessories/" title rel="nofollow"> Screen Accessories </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-10600" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-10600 item-level-0 menu-mega-dropdown wd-event-hover menu-item-has-children dropdown-with-height" style="--wd-dropdown-height: 100px;--wd-dropdown-width: 1010px;"><a href="https://audiotehnika.lv/product-category/accessories/" class="woodmart-nav-link"><span class="nav-link-text">Accessories</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-sized color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1644955990836{margin-top: -30px !important;margin-right: -35px !important;margin-bottom: 10px !important;margin-left: -35px !important;padding-top: 10px !important;padding-bottom: 10px !important;background-color: #3c7bf9 !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-620c094f7da9f" class="wd-image wd-wpb wd-rs-620c094f7da9f text-center vc_custom_1644955990836"> <img width="50" height="50" src="https://audiotehnika.lv/wp-content/uploads/2022/02/Accessories-white-50x50.png" class="attachment-50x50 size-50x50" alt decoding="async" /> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/miscellaneous/" title rel="nofollow"> <span class="nav-link-text"> MISCELLANEOUS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/miscellaneous/acoustical-panels/" title rel="nofollow"> Acoustical Panels </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/miscellaneous/speaker-grilles/" title rel="nofollow"> Speaker Grilles </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/miscellaneous/speaker-frames/" title rel="nofollow"> Speaker Frames </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/miscellaneous/upgrades/" title rel="nofollow"> Upgrades </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/records/" title rel="nofollow"> <span class="nav-link-text"> RECORDS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/records/cd/" title rel="nofollow"> CD </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/records/blu-ray/" title rel="nofollow"> Blu-Ray </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/records/vinyl-records/" title rel="nofollow"> Vinyl Records </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/" title rel="nofollow"> <span class="nav-link-text"> CABLES &amp; WIRING </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/plugs/" title rel="nofollow"> Plugs </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/adapters/" title rel="nofollow"> Adapters </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/power-bars/" title rel="nofollow"> Power Bars </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/power-cords/" title rel="nofollow"> Power Cords </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/usb-cables/" title rel="nofollow"> USB Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/hdmi-cables/" title rel="nofollow"> HDMI Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/phone-cables/" title rel="nofollow"> Phone Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/digital-cables/" title rel="nofollow"> Digital Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/optical-cables/" title rel="nofollow"> Optical Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/network-cables/" title rel="nofollow"> Network Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/speaker-cables/" title rel="nofollow"> Speaker Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/subwoofer-cables/" title rel="nofollow"> Subwoofer Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/headphone-cables/" title rel="nofollow"> Headphone Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/interconnect-cables/" title rel="nofollow"> Interconnect Cables </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/cables-and-wiring/other-cables/" title rel="nofollow"> Other Cables </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu wd-rs-63a8add7092ed mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/" title rel="nofollow"> <span class="nav-link-text"> FURNITURE </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/av-racks/" title rel="nofollow"> AV Racks </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/cinema-chairs/" title rel="nofollow"> Cinema Chairs </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/cinema-sofas/" title rel="nofollow"> Cinema Sofas </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/equipment-racks/" title rel="nofollow"> Equipment Racks </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/cd-dvd-shelves/" title rel="nofollow"> CD/DVD Shelves </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/furniture/wall-shelves/" title rel="nofollow"> Wall Shelves </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/" title rel="nofollow"> <span class="nav-link-text"> MOUNTS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/tv-mounts/" title rel="nofollow"> TV Mounts </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/projector-mounts/" title rel="nofollow"> Projector Mounts </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/rack-mounts/" title rel="nofollow"> Rack Mounts </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/speaker-mounts/" title rel="nofollow"> Speaker Mounts </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/ceiling-mounts/" title rel="nofollow"> Ceiling Mounts </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/mounts/wall-brackets/" title rel="nofollow"> Wall Brackets </a> </li> </ul> </li> </ul> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu wd-rs-63a8b6ca98c26 mega-menu-list wd-wpb"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/" title rel="nofollow"> <span class="nav-link-text"> STANDS </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/tv-stands/" title rel="nofollow"> TV Stands </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/hi-fi-stands/" title rel="nofollow"> Hi-Fi Stands </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/speaker-stands/" title rel="nofollow"> Speaker Stands </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/turntable-stands/" title rel="nofollow"> Turntable Stands </a> </li> <li class> <a href="https://audiotehnika.lv/product-category/accessories/stands/vibration-isolators/" title rel="nofollow"> Vibration Isolators </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> <li id="menu-item-42284" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42284 item-level-0 menu-simple-dropdown wd-event-hover item-with-label item-label-red menu-item-has-children"><a href="#" class="woodmart-nav-link"><span class="nav-link-text">%</span><span class="menu-label menu-label-red">Sale</span></a> <div class="wd-dropdown-menu wd-dropdown wd-design-default color-scheme-dark"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1693916382314{margin-top: -25px !important;margin-bottom: -10px !important;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <ul class="wd-sub-menu wd-rs-64f71cd066d02 mega-menu-list wd-wpb vc_custom_1693916382314"> <li class> <a> <span class="nav-link-text"> </span> </a> <ul class="sub-sub-menu"> <li class> <a href="https://www.audiotehnika.lv/shop/?stock_status=onsale" title rel="nofollow"> Sale </a> </li> <li class> <a href="https://www.audiotehnika.lv/product-tag/outlet/" title> Outlet </a> </li> </ul> </li> </ul> </div></div></div></div> </div> </div> </li> </ul></div> </div> <div class="whb-column whb-col-right whb-visible-lg"> <div class="wd-header-wishlist wd-tools-element wd-style-icon wd-design-2 whb-wpa1yzvjgcdegcjyk2i9" title="My Wishlist"> <a href="https://audiotehnika.lv/wishlist/"> <span class="wd-tools-icon"> </span> <span class="wd-tools-text"> Wishlist </span> </a> </div> <div class="wd-header-cart wd-tools-element wd-design-2 cart-widget-opener whb-59dm3x7qhe9gj2xm0ebm"> <a href="https://audiotehnika.lv/cart/" title="Shopping cart"> <span class="wd-tools-icon"> <span class="wd-cart-number wd-tools-count">0 <span>items</span></span> </span> <span class="wd-tools-text"> <span class="wd-cart-subtotal"><span class="woocommerce-Price-amount amount"><bdi>0.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span> </span> </a> </div> </div> <div class="whb-column whb-mobile-left whb-hidden-lg"> <div class="wd-tools-element wd-header-mobile-nav wd-style-icon wd-design-1 whb-6f9x9gv05o54did5lknk"> <a href="#" rel="nofollow" aria-label="Open mobile menu"> <span class="wd-tools-icon"> </span> <span class="wd-tools-text">Menu</span> </a> </div></div> <div class="whb-column whb-mobile-center whb-hidden-lg"> <div class="site-logo"> <a href="https://audiotehnika.lv/" class="wd-logo wd-main-logo" rel="home"> <img width="250" height="50" src="https://audiotehnika.lv/wp-content/uploads/2023/09/AudioTehnika-Logo-Blue-Mob.png" class="attachment-full size-full" alt style="max-width:150px;" decoding="async" srcset="https://audiotehnika.lv/wp-content/uploads/2023/09/AudioTehnika-Logo-Blue-Mob.png 250w, https://audiotehnika.lv/wp-content/uploads/2023/09/AudioTehnika-Logo-Blue-Mob-150x30.png 150w" sizes="(max-width: 250px) 100vw, 250px" /> </a> </div> </div> <div class="whb-column whb-mobile-right whb-hidden-lg"> <div class="wd-header-cart wd-tools-element wd-design-5 cart-widget-opener whb-c5gq13xh2j3x1cnou6rt"> <a href="https://audiotehnika.lv/cart/" title="Shopping cart"> <span class="wd-tools-icon"> <span class="wd-cart-number wd-tools-count">0 <span>items</span></span> </span> <span class="wd-tools-text"> <span class="wd-cart-subtotal"><span class="woocommerce-Price-amount amount"><bdi>0.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span> </span> </a> </div> </div> </div> </div> </div> </div> </header> <div class="main-page-wrapper"> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>var woodmart_wpml_js_data = {"languages":{"en":{"code":"en","id":"1","native_name":"English","major":"1","active":"1","default_locale":"en_US","encode_url":"0","tag":"en","missing":0,"translated_name":"English","url":"https:\/\/audiotehnika.lv\/product\/advance-paris-x-i50bt-integrated-amplifier\/","country_flag_url":"https:\/\/audiotehnika.lv\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/en.png","language_code":"en"},"lv":{"code":"lv","id":"31","native_name":"Latvie\u0161u","major":"0","active":0,"default_locale":"lv_LV","encode_url":"0","tag":"lv","missing":0,"translated_name":"Latvian","url":"https:\/\/audiotehnika.lv\/lv\/prece\/advance-paris-x-i50bt-integrated-amplifier\/","country_flag_url":"https:\/\/audiotehnika.lv\/wp-content\/plugins\/sitepress-multilingual-cms\/res\/flags\/lv.png","language_code":"lv"}}}</script> <div class="container-fluid"> <div class="row content-layout-wrapper align-items-start"> <div class="site-content shop-content-area col-12 breadcrumbs-location-below_header wd-builder-off" role="main"> <div class="single-breadcrumbs-wrapper"> <div class="container"> <div class="wd-breadcrumbs"> <nav class="woocommerce-breadcrumb" aria-label="Breadcrumb"> <a href="https://audiotehnika.lv" class="breadcrumb-link"> Home </a> <a href="https://audiotehnika.lv/product-category/electronics/" class="breadcrumb-link"> Electronics </a> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/" class="breadcrumb-link"> Stereo Components </a> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" class="breadcrumb-link breadcrumb-link-last"> Integrated Amplifiers </a> <span class="breadcrumb-last"> Advance Paris X-i50BT Integrated Amplifier </span> </nav> </div> <div class="wd-products-nav"> <div class="wd-event-hover"> <a class="wd-product-nav-btn wd-btn-prev" href="https://audiotehnika.lv/product/audio-technica-at-lpw50pb-belt-drive-turntable/" aria-label="Previous product"></a> <div class="wd-dropdown"> <a href="https://audiotehnika.lv/product/audio-technica-at-lpw50pb-belt-drive-turntable/" class="wd-product-nav-thumb"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" fetchpriority="high" srcset="https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/06/Audio-Technica-AT-LPW50PB-Belt-Drive-Turntable.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="wd-product-nav-desc"> <a href="https://audiotehnika.lv/product/audio-technica-at-lpw50pb-belt-drive-turntable/" class="wd-entities-title"> Audio-Technica AT-LPW50PB Belt-Drive Turntable </a> <span class="price"> <span class="woocommerce-Price-amount amount">429.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></span> <small class="woocommerce-price-suffix">(incl. VAT)</small> </span> </div> </div> </div> <a href="https://audiotehnika.lv/shop/" class="wd-product-nav-btn wd-btn-back"> <span> Back to products </span> </a> <div class="wd-event-hover"> <a class="wd-product-nav-btn wd-btn-next" href="https://audiotehnika.lv/product/advance-paris-a10-classic-integrated-amplifier/" aria-label="Next product"></a> <div class="wd-dropdown"> <a href="https://audiotehnika.lv/product/advance-paris-a10-classic-integrated-amplifier/" class="wd-product-nav-thumb"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-A10-Classic-Integrated-Amplifier.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="wd-product-nav-desc"> <a href="https://audiotehnika.lv/product/advance-paris-a10-classic-integrated-amplifier/" class="wd-entities-title"> Advance Paris A10 Classic Integrated Amplifier </a> <span class="price"> <span class="woocommerce-Price-amount amount">1790.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></span> <small class="woocommerce-price-suffix">(incl. VAT)</small> </span> </div> </div> </div> </div> </div> </div> <div class="container"> </div> <div id="product-20975" class="single-product-page single-product-content product-design-default tabs-location-standard tabs-type-tabs meta-location-hide reviews-location-tabs product-no-bg product type-product post-20975 status-publish first instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple"> <div class="container"> <div class="woocommerce-notices-wrapper"></div> <div class="row product-image-summary-wrap"> <div class="product-image-summary col-lg-12 col-12 col-md-12"> <div class="row product-image-summary-inner"> <div class="col-lg-6 col-12 col-md-6 product-images"> <div class="woocommerce-product-gallery woocommerce-product-gallery--with-images woocommerce-product-gallery--columns-4 images wd-has-thumb thumbs-position-bottom images image-action-popup"> <div class="wd-carousel-container wd-gallery-images"> <div class="wd-carousel-inner"> <figure class="woocommerce-product-gallery__wrapper wd-carousel wd-grid" style="--wd-col-lg:1;--wd-col-md:1;--wd-col-sm:1;"> <div class="wd-carousel-wrap"> <div class="wd-carousel-item"><figure data-thumb="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-150x150.jpg" class="woocommerce-product-gallery__image"><a data-elementor-open-lightbox="no" href="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg"><img width="700" height="700" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-700x700.jpg" class="wp-post-image wp-post-image" alt title="Advance Paris X i50BT Integrated Amplifier" data-caption data-src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg" data-large_image="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg" data-large_image_width="900" data-large_image_height="900" decoding="async" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg 900w" sizes="(max-width: 700px) 100vw, 700px" /></a></figure></div> <div class="wd-carousel-item"> <figure data-thumb="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-150x150.jpg" class="woocommerce-product-gallery__image"> <a data-elementor-open-lightbox="no" href="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2.jpg"> <img width="700" height="700" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-700x700.jpg" class alt title="Advance Paris X i50BT Integrated Amplifier" data-caption data-src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2.jpg" data-large_image="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2.jpg" data-large_image_width="900" data-large_image_height="900" decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2.jpg 900w" sizes="(max-width: 700px) 100vw, 700px" /> </a> </figure> </div> <div class="wd-carousel-item"> <figure data-thumb="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-150x150.jpg" class="woocommerce-product-gallery__image"> <a data-elementor-open-lightbox="no" href="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3.jpg"> <img width="700" height="700" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-700x700.jpg" class alt title="Advance Paris X i50BT Integrated Amplifier" data-caption data-src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3.jpg" data-large_image="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3.jpg" data-large_image_width="900" data-large_image_height="900" decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3.jpg 900w" sizes="(max-width: 700px) 100vw, 700px" /> </a> </figure> </div> </figure> <div class="wd-nav-arrows wd-pos-sep wd-hover-1 wd-custom-style wd-icon-1"> <div class="wd-btn-arrow wd-prev wd-disabled"> <div class="wd-arrow-inner"></div> </div> <div class="wd-btn-arrow wd-next"> <div class="wd-arrow-inner"></div> </div> </div> <div class="product-additional-galleries"> <div class="wd-show-product-gallery-wrap wd-action-btn wd-style-icon-bg-text wd-gallery-btn"><a href="#" rel="nofollow" class="woodmart-show-product-gallery"><span>Click to enlarge</span></a></div> </div> </div> </div> <div class="wd-carousel-container wd-gallery-thumb"> <div class="wd-carousel-inner"> <div class="wd-carousel wd-grid" style="--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:3;"> <div class="wd-carousel-wrap"> <div class="wd-carousel-item "> <img width="150" height="150" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-150x150.jpg" class="attachment-150x0 size-150x0" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg 900w" sizes="(max-width: 150px) 100vw, 150px" /> </div> <div class="wd-carousel-item "> <img width="150" height="150" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-150x150.jpg" class="attachment-150x0 size-150x0" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-2.jpg 900w" sizes="(max-width: 150px) 100vw, 150px" /> </div> <div class="wd-carousel-item "> <img width="150" height="150" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-150x150.jpg" class="attachment-150x0 size-150x0" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier-3.jpg 900w" sizes="(max-width: 150px) 100vw, 150px" /> </div> </div> </div> <div class="wd-nav-arrows wd-thumb-nav wd-custom-style wd-pos-sep wd-icon-1"> <div class="wd-btn-arrow wd-prev wd-disabled"> <div class="wd-arrow-inner"></div> </div> <div class="wd-btn-arrow wd-next"> <div class="wd-arrow-inner"></div> </div> </div> </div> </div> </div> </div> <div class="col-lg-6 col-12 col-md-6 text-left summary entry-summary"> <div class="summary-inner set-mb-l reset-last-child"> <div class="wd-product-brands"> <a href="https://audiotehnika.lv/shop/?filter_brand=advance-paris"> <img src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-brand.png" title="Advance Paris" alt="Advance Paris"> </a> </div> <h1 class="product_title entry-title wd-entities-title"> Advance Paris X-i50BT Integrated Amplifier </h1> <p class="price"><span class="woocommerce-Price-amount amount"><bdi>450.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></p> <div class="woocommerce-product-details__short-description"> <p>The <strong>X-i50BT</strong> resolutely audiophile design allows connection of many analog sources including the possibility of using a turntable. For users of music dematerialized content in computers and other smartphones or tablets, it has an integrated Bluetooth receiver enables wireless communication with the <strong>X-i50BT</strong>.</p> </div> <form class="cart" action="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" method="post" enctype="multipart/form-data"> <div class="quantity"> <input type="button" value="-" class="minus" /> <label class="screen-reader-text" for="quantity_65daf3f5de50e">Advance Paris X-i50BT Integrated Amplifier quantity</label> <input type="number" id="quantity_65daf3f5de50e" class="input-text qty text" value="1" aria-label="Product quantity" min="1" max name="quantity" step="1" placeholder inputmode="numeric" autocomplete="off"> <input type="button" value="+" class="plus" /> </div> <button type="submit" name="add-to-cart" value="20975" class="single_add_to_cart_button button alt">Add to cart</button> <klix-pay-later amount="45000" brand_id="4b249646-2c3c-4202-8176-bcd58224f137" language="en" theme="light" view="product"> </klix-pay-later> </form> <span class="wdp_bulk_table_content" data-available-ids="[20975]"> </span> <div class="wd-wishlist-btn wd-action-btn wd-style-text wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="20975" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> <div class=" wd-social-icons icons-design-default icons-size-small color-scheme-dark social-share social-form-circle product-share wd-layout-inline text-left"> <span class="wd-label share-title">Share:</span> <a rel="noopener noreferrer nofollow" href="https://www.facebook.com/sharer/sharer.php?u=https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" target="_blank" class=" wd-social-icon social-facebook" aria-label="Facebook social link"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://x.com/share?url=https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" target="_blank" class=" wd-social-icon social-twitter" aria-label="X social link"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://pinterest.com/pin/create/button/?url=https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/&media=https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg&description=Advance+Paris+X-i50BT+Integrated+Amplifier" target="_blank" class=" wd-social-icon social-pinterest" aria-label="Pinterest social link"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://www.linkedin.com/shareArticle?mini=true&url=https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" target="_blank" class=" wd-social-icon social-linkedin" aria-label="Linkedin social link"> <span class="wd-icon"></span> </a> <a rel="noopener noreferrer nofollow" href="https://telegram.me/share/url?url=https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" target="_blank" class=" wd-social-icon social-tg" aria-label="Telegram social link"> <span class="wd-icon"></span> </a> </div> </div> </div> </div> </div> </div> </div> <div class="product-tabs-wrapper"> <div class="container"> <div class="row"> <div class="col-12 poduct-tabs-inner"> <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs" data-state="first" data-layout="tabs"> <div class="wd-nav-wrapper wd-nav-tabs-wrapper text-center"> <ul class="wd-nav wd-nav-tabs wd-icon-pos-left tabs wc-tabs wd-style-underline-reverse" role="tablist"> <li class="description_tab active" id="tab-title-description" role="tab" aria-controls="tab-description"> <a class="wd-nav-link" href="#tab-description"> <span class="nav-link-text wd-tabs-title"> Description </span> </a> </li> <li class="wd_custom_tab_tab" id="tab-title-wd_custom_tab" role="tab" aria-controls="tab-wd_custom_tab"> <a class="wd-nav-link" href="#tab-wd_custom_tab"> <span class="nav-link-text wd-tabs-title"> SPECIFICATIONS </span> </a> </li> <li class="brand_tab_tab" id="tab-title-brand_tab" role="tab" aria-controls="tab-brand_tab"> <a class="wd-nav-link" href="#tab-brand_tab"> <span class="nav-link-text wd-tabs-title"> About brand </span> </a> </li> <li class="wd_additional_tab_tab" id="tab-title-wd_additional_tab" role="tab" aria-controls="tab-wd_additional_tab"> <a class="wd-nav-link" href="#tab-wd_additional_tab"> <span class="nav-link-text wd-tabs-title"> Shipping &amp; Delivery </span> </a> </li> </ul> </div> <div class="wd-accordion-item"> <div id="tab-item-title-description" class="wd-accordion-title wd-opener-pos-right tab-title-description wd-active" data-accordion-index="description"> <div class="wd-accordion-title-text"> <span> Description </span> </div> <span class="wd-accordion-opener wd-opener-style-arrow"></span> </div> <div class="entry-content woocommerce-Tabs-panel woocommerce-Tabs-panel--description wd-active panel wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description" data-accordion-index="description"> <div class="wc-tab-inner"> <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-62f8f53eba705" class="wd-text-block wd-wpb reset-last-child wd-rs-62f8f53eba705 text-left "> <h4>Overview</h4> <p>The <strong>Advance Paris X-i50BT</strong> integrated amplifier delivers 2 x 50 watts of power and has numerous analogue audio inputs, including a Phono input, as well as an SBC Bluetooth receiver.</p> <p>With an ultra-rigid chassis and a rational organization of its components, the <strong>Advance Paris X-i50BT</strong> amplifier incorporates a toroidal transformer power supply, coupled with high current capacity power transistors mounted in Push-Pull configuration. The nominal power announced reaches 2 x 50 watts into 8 ohms (2 x 65 watts into 4 ohms), the <strong>X-i50BT</strong> showing good dynamic qualities and being very responsive to transients. The music is lively and realistic. This amplifier operates in class AB but can also deliver its first watts in pure class A. To do this, simply activate the High Bias mode using a specific switch located on the back of the device, switching in class AB s &#8216;performing automatically beyond the power threshold available in pure class A (about 15 watts).</p> <p>In terms of connections, the <strong>Advance Paris X-i50BT</strong> amplifier is a hit with no less than seven stereo audio inputs plus a phono input (MM), as well as a USB port. Type A, the USB port allows you to play MP3 files contained on a USB key or on an external hard drive.</p> <p>Versatile and musical, the <strong>Advance Paris X-i50BT</strong> amplifier is a great success and allows you to enter the world of high fidelity without breaking the bank, Bluetooth wireless connectivity in addition.</p> </div> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img loading="lazy" decoding="async" width="1290" height="492" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc.jpg" class="vc_single_image-img attachment-full" alt title srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc.jpg 1290w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-400x153.jpg 400w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-768x293.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-860x328.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-430x164.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-700x267.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-Xi75-7-desc-150x57.jpg 150w" sizes="(max-width: 1290px) 100vw, 1290px" /></div> </figure> </div> </div></div></div></div> </div> </div> </div> </div> <div class="wd-accordion-item"> <div id="tab-item-title-wd_custom_tab" class="wd-accordion-title wd-opener-pos-right tab-title-wd_custom_tab" data-accordion-index="wd_custom_tab"> <div class="wd-accordion-title-text"> <span> SPECIFICATIONS </span> </div> <span class="wd-accordion-opener wd-opener-style-arrow"></span> </div> <div class="entry-content woocommerce-Tabs-panel woocommerce-Tabs-panel--wd_custom_tab panel wc-tab" id="tab-wd_custom_tab" role="tabpanel" aria-labelledby="tab-title-wd_custom_tab" data-accordion-index="wd_custom_tab"> <div class="wc-tab-inner"> <table> <tbody> <tr> <td width="497"><strong><b>Output power 8Ω:</b></strong></td> <td width="62">2x 50W RMS</td> </tr> <tr> <td width="497"><strong><b>Output power 4Ω:</b></strong></td> <td width="62">2x 65W RMS</td> </tr> <tr> <td width="497"><strong><b>Frequency Response (+/-3dB):</b></strong></td> <td width="62">10Hz…30kHz</td> </tr> <tr> <td width="497"><strong><b>Distortion:</b></strong></td> <td width="62">&lt; 0,15%</td> </tr> <tr> <td width="497"><strong><b>Signal to noise ratio:</b></strong></td> <td width="62">&gt; 85 dB</td> </tr> <tr> <td width="497"><strong><b>Channel Separation:</b></strong></td> <td width="62">&gt; 70 dB</td> </tr> <tr> <td width="497"><strong><b>Input Impedance (Phono):</b></strong></td> <td width="62">47KΩ (47KΩ)</td> </tr> <tr> <td width="497"><strong><b>Dimensions (HxWxD):</b></strong></td> <td width="62">11 x 43 x 32 cm</td> </tr> <tr> <td width="497"><strong><b>Weight:</b></strong></td> <td width="62">6 kg</td> </tr> <tr> <td width="497"><strong><b>Outputs:</b></strong></td> <td width="62">1x Headphones, 1x Pair of speakers, 1x Preamp</td> </tr> <tr> <td width="497"><strong><b>Inputs:</b></strong></td> <td width="62">1x Analog PC2, 1x Bluetooth, 1x CD, 1x MM Phono, 1x Tuner, 4x AUX</td> </tr> </tbody> </table> </div> </div> </div> <div class="wd-accordion-item"> <div id="tab-item-title-brand_tab" class="wd-accordion-title wd-opener-pos-right tab-title-brand_tab" data-accordion-index="brand_tab"> <div class="wd-accordion-title-text"> <span> About brand </span> </div> <span class="wd-accordion-opener wd-opener-style-arrow"></span> </div> <div class="entry-content woocommerce-Tabs-panel woocommerce-Tabs-panel--brand_tab panel wc-tab" id="tab-brand_tab" role="tabpanel" aria-labelledby="tab-title-brand_tab" data-accordion-index="brand_tab"> <div class="wc-tab-inner"> <div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-62f5837e053d0" class="wd-text-block wd-wpb reset-last-child wd-rs-62f5837e053d0 text-left "> <h4>From the Beginning Till Today</h4> <p>The decision to create a new French name for Hi-Fi sound reproduction was made in Toulouse in 1995. The starting idea was both simple and audacious: to design sound equipment, reasonably priced but with faultless musical quality. To begin with, <strong>Advance Paris</strong> developed a series of loudspeakers, in five different models, in order to offer an interesting choice to music lovers, and having in common an exceptional price/quality ratio.  The success was immediate among retailers. All the models were highly praised in numerous specialized magazines in France.</p> <p>Since the creation of <strong>Advance Paris</strong>, we have developed, designed and perfected the whole range, in our laboratory near Paris. We buy direct the best components of current technology. The final assembly of components is carried out in several worldwide plants, under the constant supervision of our engineers to guarantee the fairest possible retail price. This method of control enables us to be on offer and approved in the majority of countries worldwide.</p> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-center"> <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><iframe title="High End Munich 2022 - Advance Paris" width="500" height="281" src="https://www.youtube.com/embed/WdloIQjnQ4Y?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div> </div> </div> </div></div></div></div> </div> </div> </div> <div class="wd-accordion-item"> <div id="tab-item-title-wd_additional_tab" class="wd-accordion-title wd-opener-pos-right tab-title-wd_additional_tab" data-accordion-index="wd_additional_tab"> <div class="wd-accordion-title-text"> <span> Shipping &amp; Delivery </span> </div> <span class="wd-accordion-opener wd-opener-style-arrow"></span> </div> <div class="entry-content woocommerce-Tabs-panel woocommerce-Tabs-panel--wd_additional_tab panel wc-tab" id="tab-wd_additional_tab" role="tabpanel" aria-labelledby="tab-title-wd_additional_tab" data-accordion-index="wd_additional_tab"> <div class="wc-tab-inner"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1646796450309{margin-bottom: 30px !important;}.vc_custom_1647538450553{margin-top: 50px !important;}.vc_custom_1646796634438{margin-bottom: 20px !important;}.vc_custom_1647538331605{margin-bottom: 20px !important;}@media (max-width: 767px) {.website-wrapper .wd-rs-621c219291cda{margin-top:-20px !important;}}</style><div class="vc_row wpb_row vc_row-fluid vc_row-o-content-top vc_row-flex wd-rs-621c219291cda"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-md-6 woodmart-sticky-column wd_sticky_offset_150 wd-rs-62281e810947f"><div class="vc_column-inner vc_custom_1646796450309"><div class="wpb_wrapper"> <div id="gallery_462" class="wd-images-gallery wd-wpb wd-rs-6233710f8ace2 vc_custom_1647538450553" style="--wd-justify-content:center;--wd-align-items:center;"> <div class=" wd-grid-g" style="--wd-col-lg:2;--wd-col-md:2;--wd-col-sm:1;--wd-gap-lg:10px;"> <div class="wd-gallery-item wd-col"> <img width="350" height="450" src="https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-1-350x450.jpg" class="wd-gallery-image image-1" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-1.jpg 350w, https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-1-150x193.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-1-233x300.jpg 233w" sizes="(max-width: 350px) 100vw, 350px" /> </div> <div class="wd-gallery-item wd-col"> <img width="350" height="450" src="https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-2-350x450.jpg" class="wd-gallery-image image-2" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-2.jpg 350w, https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-2-150x193.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2021/07/wd-ship-2-233x300.jpg 233w" sizes="(max-width: 350px) 100vw, 350px" /> </div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-md-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-62281f54198bc" class="title-wrapper wd-wpb set-mb-s reset-last-child wd-rs-62281f54198bc wd-title-color-default wd-title-style-default text-left vc_custom_1646796634438 wd-underline-colored"> <div class="liner-continer"> <h4 class="woodmart-title-container title wd-font-weight- wd-fontsize-m"><strong>Shipment Processing Time</strong></h4> </div> </div> <div id="wd-62281ef9bc161" class="wd-text-block wd-wpb reset-last-child wd-rs-62281ef9bc161 text-left "> <p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via Regular post with tracking and drop-off without signature. If you prefer delivery by Courier with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online. You will receive a Shipment Confirmation Email once your order has shipped containing your tracking number(s). The tracking number will be active within 24 hours.</p> </div> <div id="wd-6233706a9fb49" class="title-wrapper wd-wpb set-mb-s reset-last-child wd-rs-6233706a9fb49 wd-title-color-default wd-title-style-default text-left vc_custom_1647538331605 wd-underline-colored"> <div class="liner-continer"> <h4 class="woodmart-title-container title wd-font-weight- wd-fontsize-m"><strong>Shipping Rates &amp; Delivery Estimates</strong></h4> </div> </div> <div id="wd-63e1518e100cf" class="wd-text-block wd-wpb reset-last-child wd-rs-63e1518e100cf text-left "> <p>Shipping charges for your orders will be calculated and displayed at checkout.</p> <ul> <li><strong>Shipping method: </strong>Standard</li> <li><strong>Shipment cost: </strong>6€</li> <li><strong>Estimated delivery time: </strong>2-4 business days</li> </ul> <p>Actual shipping costs may vary because some items are charged at the dimensional weight instead of the actual weight. Shipping and handling charges are based on the product type, quantity, weight, processing, packaging and shipping destination.</p> </div> </div></div></div></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container related-and-upsells"> <div id="carousel-466" class="wd-carousel-container related-products wd-wpb with-title wd-products-element wd-products products"> <h4 class="wd-el-title title slider-title element-title"> <span> Related products </span> </h4> <div class="wd-carousel-inner"> <div class=" wd-carousel wd-grid" data-scroll_per_page="yes" style="--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;"> <div class="wd-carousel-wrap"> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-19625 status-publish last instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" data-loop="1" data-id="19625"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/arcam-sa30-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/arcam-sa30-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-SA30-Integrated-Amplifier-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="?add-to-cart=19625" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop" data-product_id="19625" data-product_sku="ASA30IA" aria-label="Add to cart: &ldquo;Arcam SA30 Integrated Amplifier&rdquo;" aria-describedby rel="nofollow"><span>Add to cart</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/arcam-sa30-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="19625">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="19625" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/arcam-sa30-integrated-amplifier/">Arcam SA30 Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>1799.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-19474 status-publish first instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="2" data-id="19474"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/hegel-h190-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/hegel-h190-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/07/Hegel-H190-Integrated-Amplifier-Black-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://audiotehnika.lv/product/hegel-h190-integrated-amplifier/" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="19474" data-product_sku="HH190IA" aria-label="Select options for &ldquo;Hegel H190 Integrated Amplifier&rdquo;" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow"><span>Select options</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/hegel-h190-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="19474">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="19474" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/hegel-h190-integrated-amplifier/">Hegel H190 Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>3495.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-20677 status-publish last instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" data-loop="3" data-id="20677"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/mark-levinson-no-5802-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/mark-levinson-no-5802-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-5802-Integrated-Amplifier-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="?add-to-cart=20677" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop" data-product_id="20677" data-product_sku="MLN5802IA" aria-label="Add to cart: &ldquo;Mark Levinson No 5802 Integrated Amplifier&rdquo;" aria-describedby rel="nofollow"><span>Add to cart</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/mark-levinson-no-5802-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="20677">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="20677" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/mark-levinson-no-5802-integrated-amplifier/">Mark Levinson No 5802 Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>9649.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-20675 status-publish first instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-simple" data-loop="4" data-id="20675"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/mark-levinson-no-585-5-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/mark-levinson-no-585-5-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/08/Mark-Levinson-No-585.5-Integrated-Amplifier-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="?add-to-cart=20675" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop" data-product_id="20675" data-product_sku="MLN5855IA" aria-label="Add to cart: &ldquo;Mark Levinson No 585.5 Integrated Amplifier&rdquo;" aria-describedby rel="nofollow"><span>Add to cart</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/mark-levinson-no-585-5-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="20675">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="20675" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/mark-levinson-no-585-5-integrated-amplifier/">Mark Levinson No 585.5 Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>18999.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-16638 status-publish last instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="5" data-id="16638"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/musical-fidelity-m6si-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/musical-fidelity-m6si-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/06/Musical-Fidelity-M6SI-Integrated-Amplifier-Silver-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://audiotehnika.lv/product/musical-fidelity-m6si-integrated-amplifier/" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="16638" data-product_sku="MFM6SIIA" aria-label="Select options for &ldquo;Musical Fidelity M6SI Integrated Amplifier&rdquo;" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow"><span>Select options</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/musical-fidelity-m6si-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="16638">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="16638" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/musical-fidelity-m6si-integrated-amplifier/">Musical Fidelity M6SI Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>2799.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-18146 status-publish first instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="6" data-id="18146"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/technics-su-r1000-reference-stereo-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/technics-su-r1000-reference-stereo-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/06/Technics-SU-R1000-Reference-Stereo-Integrated-Amplifier-Silver-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://audiotehnika.lv/product/technics-su-r1000-reference-stereo-integrated-amplifier/" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="18146" data-product_sku="TSUR1000RSIA" aria-label="Select options for &ldquo;Technics SU-R1000 Reference Stereo Integrated Amplifier&rdquo;" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow"><span>Select options</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/technics-su-r1000-reference-stereo-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="18146">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="18146" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/technics-su-r1000-reference-stereo-integrated-amplifier/">Technics SU-R1000 Reference Stereo Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>8499.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-13811 status-publish last instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="7" data-id="13811"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/yamaha-a-s1200-stereo-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/yamaha-a-s1200-stereo-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S1200-Stereo-Integrated-Amplifier-Black-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://audiotehnika.lv/product/yamaha-a-s1200-stereo-integrated-amplifier/" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="13811" data-product_sku="YAS1200SIA" aria-label="Select options for &ldquo;Yamaha A-S1200 Stereo Integrated Amplifier&rdquo;" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow"><span>Select options</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/yamaha-a-s1200-stereo-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="13811">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="13811" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/yamaha-a-s1200-stereo-integrated-amplifier/">Yamaha A-S1200 Stereo Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>2499.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> <div class="wd-carousel-item"> <div class="wd-product wd-hover-icons product-grid-item product type-product post-13810 status-publish first instock product_cat-integrated-amplifiers product_tag-integrated-amplifiers has-post-thumbnail taxable shipping-taxable purchasable product-type-variable" data-loop="8" data-id="13810"> <div class="product-wrapper"> <div class="product-element-top wd-quick-shop"> <a href="https://audiotehnika.lv/product/yamaha-a-s701-stereo-integrated-amplifier/" class="product-image-link"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <div class="hover-img"> <a href="https://audiotehnika.lv/product/yamaha-a-s701-stereo-integrated-amplifier/"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2022/05/Yamaha-A-S701-Stereo-Integrated-Amplifier-Black-2.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> </div> <div class="wrapp-buttons"> <div class="wd-buttons"> <div class="wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon"><a href="https://audiotehnika.lv/product/yamaha-a-s701-stereo-integrated-amplifier/" data-quantity="1" class="button product_type_variable add_to_cart_button add-to-cart-loop" data-product_id="13810" data-product_sku="YAS701SIA" aria-label="Select options for &ldquo;Yamaha A-S701 Stereo Integrated Amplifier&rdquo;" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow"><span>Select options</span></a></div> <div class="quick-view wd-action-btn wd-style-icon wd-quick-view-icon"> <a href="https://audiotehnika.lv/product/yamaha-a-s701-stereo-integrated-amplifier/" class="open-quick-view quick-view-button" rel="nofollow" data-id="13810">Quick view</a> </div> <div class="wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon"> <a class href="https://audiotehnika.lv/wishlist/" data-key="9c4d09bc45" data-product-id="13810" rel="nofollow" data-added-text="Browse Wishlist"> <span>Add to wishlist</span> </a> </div> </div> </div> </div> <h3 class="wd-entities-title"><a href="https://audiotehnika.lv/product/yamaha-a-s701-stereo-integrated-amplifier/">Yamaha A-S701 Stereo Integrated Amplifier</a></h3> <div class="wd-product-cats"> <a href="https://audiotehnika.lv/product-category/electronics/stereo-components/integrated-amplifiers/" rel="tag">Integrated Amplifiers</a> </div> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>849.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </div> </div> </div> </div> </div> <div class="wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1"> <div class="wd-btn-arrow wd-prev wd-disabled"> <div class="wd-arrow-inner"></div> </div> <div class="wd-btn-arrow wd-next"> <div class="wd-arrow-inner"></div> </div> </div> </div> <div class="wd-nav-pagin-wrap text-center wd-style-shape wd-hide-md-sm wd-hide-sm"> <ul class="wd-nav-pagin"></ul> </div> </div> </div> </div> </div> </div> </div> </div> <div class="wd-prefooter"> <div class="container"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1493881945773{margin-bottom: -40px !important;background-color: #f9f9f9 !important;}.vc_custom_1488538101973{padding-top: 0px !important;padding-bottom: 0px !important;}</style><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1493881945773 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1488538101973"><div class="wpb_wrapper"> <div id="brands_8114" class="wd-brands brands-widget slider-brands_8114 wd-layout-carousel wd-hover-alt wd-style-default wd-carousel-container"> <div class="wd-carousel-inner"> <div class="wd-carousel wd-grid" data-scroll_per_page="yes" style="--wd-col-lg:7;--wd-col-md:4;--wd-col-sm:2;"> <div class="wd-carousel-wrap"> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=advance-paris" title="Advance Paris" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/08/Advance-Paris-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=arcam" title="Arcam" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/07/Arcam-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=astell-and-kern" title="Astell&amp;Kern" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/10/AstellKern-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/10/AstellKern-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/10/AstellKern-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=audio-pro" title="Audio Pro" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/12/Audio-Pro-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/12/Audio-Pro-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/12/Audio-Pro-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=audio-technica" title="Audio-Technica" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/02/AudioTechnica-brand.png" class="attachment-full size-full" alt="Audio Technica" decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/02/AudioTechnica-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/02/AudioTechnica-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=audiovector" title="Audiovector" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/11/Audiovector-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/11/Audiovector-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/11/Audiovector-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=bang-and-olufsen" title="Bang &amp; Olufsen" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/06/Bang-Olufsen-brand-2.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/06/Bang-Olufsen-brand-2.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/06/Bang-Olufsen-brand-2-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=benchmark" title="Benchmark" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/05/Benchmark-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/05/Benchmark-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/05/Benchmark-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=bladelius" title="Bladelius" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/03/Bladelius-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/03/Bladelius-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/03/Bladelius-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=block" title="Block" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2024/01/Block-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2024/01/Block-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2024/01/Block-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=bluesound" title="Bluesound" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/10/Bluesound-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/10/Bluesound-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/10/Bluesound-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=bowers-and-wilkins" title="Bowers &amp; Wilkins" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/01/Bowers-Wilkins-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/01/Bowers-Wilkins-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/01/Bowers-Wilkins-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=cary-audio" title="Cary Audio" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/07/Cary-Audio-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/07/Cary-Audio-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/07/Cary-Audio-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=dali" title="DALI" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/10/Dali-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/10/Dali-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/10/Dali-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=denon" title="Denon" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/09/Denon-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/09/Denon-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/09/Denon-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=devialet" title="Devialet" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/05/Devialet-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/05/Devialet-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/05/Devialet-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=dynaudio" title="Dynaudio" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/02/Dynaudio-brand.png" class="attachment-full size-full" alt="Dynaudio" decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/02/Dynaudio-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/02/Dynaudio-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=elac" title="ELAC" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2022/08/ELAC-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2022/08/ELAC-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2022/08/ELAC-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=elipson" title="Elipson" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2023/04/Elipson-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2023/04/Elipson-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2023/04/Elipson-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class=" wd-carousel-item"> <div class="wd-brand-item brand-item"> <a href="https://audiotehnika.lv/shop/?filter_brand=epson" title="Epson" class="wd-fill"></a> <img width="180" height="100" src="https://audiotehnika.lv/wp-content/uploads/2024/01/Epson-brand.png" class="attachment-full size-full" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2024/01/Epson-brand.png 180w, https://audiotehnika.lv/wp-content/uploads/2024/01/Epson-brand-150x83.png 150w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> </div> </div> <div class="wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1"> <div class="wd-btn-arrow wd-prev wd-disabled"> <div class="wd-arrow-inner"></div> </div> <div class="wd-btn-arrow wd-next"> <div class="wd-arrow-inner"></div> </div> </div> </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div> </div> <footer class="footer-container color-scheme-dark"> <div class="container main-footer"> <aside class="footer-sidebar widget-area row"> <div class="footer-column footer-column-1 col-12 col-sm-6 col-lg-3"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1648071116864{margin-bottom: 20px !important;}.vc_custom_1644886807475{margin-bottom: 20px !important;}.vc_custom_1679062967686{margin-bottom: 0px !important;}.wd-rs-641477a72a0bf.wd-list{--li-mb: 15px;}</style><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div id="wd-623b918a9a3b6" class="wd-image wd-wpb wd-rs-623b918a9a3b6 text-left vc_custom_1648071116864"> <a href="#"> <img src="https://audiotehnika.lv/wp-content/uploads/2022/03/AudioTehnikaLv-Logo.svg" title="Audiotehnika.lv" width="250" height="50"> </a> </div> <div id="wd-620afb1493877" class="wd-text-block wd-wpb reset-last-child wd-rs-620afb1493877 text-left vc_custom_1644886807475"> <p>We offer a wide range of audio and lifestyle solutions from affordable Hi-Fi systems to ultra Hi-End systems.</p> </div> <ul class=" wd-rs-641477a72a0bf wd-list wd-wpb color-scheme- wd-fontsize-xs wd-list-type-image wd-list-style-default wd-justify-left vc_custom_1679062967686" id="wd-641477a72a0bf"> <li> <img src="https://audiotehnika.lv/wp-content/uploads/2021/08/wd-cursor-dark.svg" title="wd-cursor-dark" width="14" height="14"> <span class="list-content">Elizabetes 31, Riga, Latvia</span> </li> <li> <img src="https://audiotehnika.lv/wp-content/uploads/2021/08/wd-phone-dark.svg" title="wd-phone-dark" width="14" height="14"> <span class="list-content">+371 29 116 796</span> </li> <li> <img src="https://audiotehnika.lv/wp-content/uploads/2021/08/wd-envelope-dark.svg" title="wd-envelope-dark" width="14" height="14"> <span class="list-content"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d5bcbbb3ba95b4a0b1bcbaa1b0bdbbbcbeb4fbb9a3">[email&#160;protected]</a></span> </li> </ul> </div></div></div></div> </div> <div class="footer-column footer-column-2 col-12 col-sm-6 col-lg-3"> <div id="woocommerce_products-14" class="wd-widget widget footer-widget woocommerce widget_products"><h5 class="widget-title">Products</h5><ul class="product_list_widget"><li> <span class="widget-product-wrap"> <a href="https://audiotehnika.lv/product/nad-c-389-integrated-amplifier-with-built-in-dac/" title="NAD C 389 Integrated Amplifier with Built-in DAC" class="widget-product-img"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC-32x32.jpg 32w, https://audiotehnika.lv/wp-content/uploads/2024/02/NAD-C-389-Integrated-Amplifier-with-Built-in-DAC.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <span class="widget-product-info"> <a href="https://audiotehnika.lv/product/nad-c-389-integrated-amplifier-with-built-in-dac/" title="NAD C 389 Integrated Amplifier with Built-in DAC" class="wd-entities-title"> NAD C 389 Integrated Amplifier with Built-in DAC </a> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>1599.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </span> </span> </li> <li> <span class="widget-product-wrap"> <a href="https://audiotehnika.lv/product/wiim-pro-network-audio-streamer/" title="WiiM Pro Network Audio Streamer" class="widget-product-img"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer-32x32.jpg 32w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Network-Audio-Streamer.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <span class="widget-product-info"> <a href="https://audiotehnika.lv/product/wiim-pro-network-audio-streamer/" title="WiiM Pro Network Audio Streamer" class="wd-entities-title"> WiiM Pro Network Audio Streamer </a> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>179.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </span> </span> </li> <li> <span class="widget-product-wrap"> <a href="https://audiotehnika.lv/product/wiim-pro-plus-network-audio-streamer/" title="WiiM Pro Plus Network Audio Streamer" class="widget-product-img"> <img width="430" height="430" src="https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-430x430.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt decoding="async" loading="lazy" srcset="https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-430x430.jpg 430w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-300x300.jpg 300w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-800x800.jpg 800w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-150x150.jpg 150w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-768x768.jpg 768w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-860x860.jpg 860w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-700x700.jpg 700w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer-32x32.jpg 32w, https://audiotehnika.lv/wp-content/uploads/2024/02/WiiM-Pro-Plus-Network-Audio-Streamer.jpg 900w" sizes="(max-width: 430px) 100vw, 430px" /> </a> <span class="widget-product-info"> <a href="https://audiotehnika.lv/product/wiim-pro-plus-network-audio-streamer/" title="WiiM Pro Plus Network Audio Streamer" class="wd-entities-title"> WiiM Pro Plus Network Audio Streamer </a> <span class="price"><span class="woocommerce-Price-amount amount"><bdi>249.00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span> <small class="woocommerce-price-suffix">(incl. VAT)</small></span> </span> </span> </li> </ul></div> </div> <div class="footer-column footer-column-3 col-12 col-sm-4 col-lg-2"> <div id="nav_menu-16" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">Categories</h5><div class="menu-footer-categories-menu-container"><ul id="menu-footer-categories-menu" class="menu"><li id="menu-item-42289" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42289"><a href="https://audiotehnika.lv/product-category/speakers/">Speakers</a></li> <li id="menu-item-42290" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor menu-item-42290"><a href="https://audiotehnika.lv/product-category/electronics/">Electronics</a></li> <li id="menu-item-42291" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42291"><a href="https://audiotehnika.lv/product-category/hi-fi-systems/">Hi-Fi Systems</a></li> <li id="menu-item-42292" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42292"><a href="https://audiotehnika.lv/product-category/headphones/">Headphones</a></li> <li id="menu-item-42293" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42293"><a href="https://audiotehnika.lv/product-category/video-and-tv/">Video &amp; TV</a></li> <li id="menu-item-42294" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42294"><a href="https://audiotehnika.lv/product-category/accessories/">Accessories</a></li> </ul></div></div> </div> <div class="footer-column footer-column-4 col-12 col-sm-4 col-lg-2"> <div id="nav_menu-17" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">Main Menu</h5><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-10607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-10607"><a href="https://audiotehnika.lv/">Home</a></li> <li id="menu-item-10610" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-10610"><a href="https://audiotehnika.lv/shop/">Shop</a></li> <li id="menu-item-12277" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12277"><a href="https://audiotehnika.lv/brands/">Brands</a></li> <li id="menu-item-10608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10608"><a href="https://audiotehnika.lv/about-us/">About Us</a></li> <li id="menu-item-10609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10609"><a href="https://audiotehnika.lv/contact-us/">Contact Us</a></li> </ul></div></div> </div> <div class="footer-column footer-column-5 col-12 col-sm-4 col-lg-2"> <div id="nav_menu-18" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">Information</h5><div class="menu-footer-menu-information-container"><ul id="menu-footer-menu-information" class="menu"><li id="menu-item-10612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10612"><a href="https://audiotehnika.lv/terms-and-conditions/">Terms &#038; Conditions</a></li> <li id="menu-item-10616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10616"><a href="https://audiotehnika.lv/refund-and-returns/">Refund &#038; Returns</a></li> <li id="menu-item-10615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10615"><a href="https://audiotehnika.lv/order-and-delivery/">Order &#038; Delivery</a></li> <li id="menu-item-10613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-10613"><a rel="privacy-policy" href="https://audiotehnika.lv/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-10614" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10614"><a href="https://audiotehnika.lv/frequently-asked-questions/">FAQ’s</a></li> </ul></div></div> </div> </aside> </div> <div class="copyrights-wrapper copyrights-two-columns"> <div class="container"> <div class="min-footer"> <div class="col-left set-cont-mb-s reset-last-child"> <small>© 2023 <strong>AUDIOTEHNIKA.LV</strong> (SIA "Baltic Audio Distribution", Reg. no: 40103494845) - All Rights Reserved.</small> </div> <div class="col-right set-cont-mb-s reset-last-child"> <img src="https://audiotehnika.lv/wp-content/themes/woodmart/images/payments.png" alt="payments"> </div> </div> </div> </div> </footer> </div> <div class="wd-close-side wd-fill"></div> <a href="#" class="scrollToTop" aria-label="Scroll to top button"></a> <div class="mobile-nav wd-side-hidden wd-left wd-opener-arrow"> <div class="wd-search-form"> <form role="search" method="get" class="searchform wd-cat-style-bordered woodmart-ajax-search" action="https://audiotehnika.lv/" data-thumbnail="1" data-price="1" data-post_type="product" data-count="20" data-sku="0" data-symbols_count="3"> <input type="text" class="s" placeholder="Search for products" value name="s" aria-label="Search" title="Search for products" required /> <input type="hidden" name="post_type" value="product"> <button type="submit" class="searchsubmit"> <span> Search </span> </button> </form> <div class="search-results-wrapper"> <div class="wd-dropdown-results wd-scroll wd-dropdown"> <div class="wd-scroll-content"></div> </div> </div> </div> <ul class="wd-nav wd-nav-mob-tab wd-style-underline"> <li class="mobile-tab-title mobile-pages-title wd-active" data-menu="pages"> <a href="#" rel="nofollow noopener"> <span class="nav-link-text"> Menu </span> </a> </li> <li class="mobile-tab-title mobile-categories-title " data-menu="categories"> <a href="#" rel="nofollow noopener"> <span class="nav-link-text"> Categories </span> </a> </li> </ul> <ul id="menu-footer-categories-menu-1" class="mobile-categories-menu menu wd-nav wd-nav-mobile wd-layout-dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42289 item-level-0"><a href="https://audiotehnika.lv/product-category/speakers/" class="woodmart-nav-link"><span class="nav-link-text">Speakers</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat current-product-ancestor menu-item-42290 item-level-0"><a href="https://audiotehnika.lv/product-category/electronics/" class="woodmart-nav-link"><span class="nav-link-text">Electronics</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42291 item-level-0"><a href="https://audiotehnika.lv/product-category/hi-fi-systems/" class="woodmart-nav-link"><span class="nav-link-text">Hi-Fi Systems</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42292 item-level-0"><a href="https://audiotehnika.lv/product-category/headphones/" class="woodmart-nav-link"><span class="nav-link-text">Headphones</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42293 item-level-0"><a href="https://audiotehnika.lv/product-category/video-and-tv/" class="woodmart-nav-link"><span class="nav-link-text">Video &amp; TV</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42294 item-level-0"><a href="https://audiotehnika.lv/product-category/accessories/" class="woodmart-nav-link"><span class="nav-link-text">Accessories</span></a></li> </ul><ul id="menu-mobile-navigation" class="mobile-pages-menu menu wd-nav wd-nav-mobile wd-layout-dropdown wd-active"><li id="menu-item-10617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-10617 item-level-0"><a href="https://audiotehnika.lv/" class="woodmart-nav-link"><span class="nav-link-text">Home</span></a></li> <li id="menu-item-10620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children current_page_parent menu-item-10620 item-level-0"><a href="https://audiotehnika.lv/shop/" class="woodmart-nav-link"><span class="nav-link-text">Shop</span></a> <ul class="wd-sub-menu"> <li id="menu-item-42302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42302 item-level-1"><a href="https://www.audiotehnika.lv/shop/?stock_status=onsale" class="woodmart-nav-link">Sale</a></li> <li id="menu-item-42301" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42301 item-level-1"><a href="https://www.audiotehnika.lv/product-tag/outlet/" class="woodmart-nav-link">Outlet</a></li> </ul> </li> <li id="menu-item-10618" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10618 item-level-0"><a href="https://audiotehnika.lv/about-us/" class="woodmart-nav-link"><span class="nav-link-text">About Us</span></a></li> <li id="menu-item-10619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10619 item-level-0"><a href="https://audiotehnika.lv/contact-us/" class="woodmart-nav-link"><span class="nav-link-text">Contact Us</span></a></li> <li class="menu-item menu-item-wishlist wd-with-icon item-level-0"> <a href="https://audiotehnika.lv/wishlist/" class="woodmart-nav-link"> <span class="nav-link-text">Wishlist</span> </a> </li><li class="menu-item login-side-opener menu-item-account wd-with-icon item-level-0"><a href="https://audiotehnika.lv/my-account/" class="woodmart-nav-link">Login / Register</a></li></ul> </div> <div class="cart-widget-side wd-side-hidden wd-right"> <div class="wd-heading"> <span class="title">Shopping cart</span> <div class="close-side-widget wd-action-btn wd-style-text wd-cross-icon"> <a href="#" rel="nofollow">Close</a> </div> </div> <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div> </div> <div class="header-banner color-scheme-light"> <div class="close-header-banner wd-action-btn wd-style-icon wd-cross-icon"><a href="javascript:void(0);" rel="nofollow noopener" aria-label="Close header banner"></a></div> <div class="container header-banner-container set-cont-mb-s reset-last-child"> <style data-type="vc_shortcodes-custom-css">.vc_custom_1648251730810{background-color: #000000 !important;}</style><div class="vc_row wpb_row vc_row-fluid vc_custom_1648251730810 vc_row-has-fill wd-rs-623e534e6b14b"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element"> <div class="wpb_wrapper"> <p style="text-align: center;"><strong>Free Shipping</strong> On All Orders Over <strong>100€</strong> (Applied only to European countries)!</p> </div> </div> </div></div></div></div> </div> </div> <div class="login-form-side wd-side-hidden woocommerce wd-right"> <div class="wd-heading"> <span class="title">Sign in</span> <div class="close-side-widget wd-action-btn wd-style-text wd-cross-icon"> <a href="#" rel="nofollow">Close</a> </div> </div> <div class="woocommerce-notices-wrapper"></div> <form method="post" class="login woocommerce-form woocommerce-form-login hidden-form " action="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" style="display:none;"> <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide form-row-username"> <label for="username">Username or email address&nbsp;<span class="required">*</span></label> <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" value /> </p> <p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide form-row-password"> <label for="password">Password&nbsp;<span class="required">*</span></label> <input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" /> </p> <p class="form-row"> <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="7cf633fa9d" /><input type="hidden" name="_wp_http_referer" value="/product/advance-paris-x-i50bt-integrated-amplifier/" /> <input type="hidden" name="redirect" value="https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/" /> <button type="submit" class="button woocommerce-button woocommerce-form-login__submit" name="login" value="Log in">Log in</button> </p> <p class="login-form-footer"> <a href="https://audiotehnika.lv/my-account/lost-password/" class="woocommerce-LostPassword lost_password">Lost your password?</a> <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme"> <input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" value="forever" title="Remember me" aria-label="Remember me" /> <span>Remember me</span> </label> </p> </form> <div class="create-account-question"> <p>No account yet?</p> <a href="https://audiotehnika.lv/my-account/?action=register" class="btn btn-style-link btn-color-primary create-account-button">Create an Account</a> </div> </div> <div class="wd-cookies-popup"> <div class="wd-cookies-inner"> <div class="cookies-info-text"> We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. </div> <div class="cookies-buttons"> <a href="#" rel="nofollow noopener" class="btn btn-size-small btn-color-primary cookies-accept-btn">Accept</a> </div> </div> </div> <div class="wd-search-full-screen wd-fill"> <span class="wd-close-search wd-action-btn wd-style-icon wd-cross-icon"><a href="#" rel="nofollow" aria-label="Close search form"></a></span> <form role="search" method="get" class="searchform wd-cat-style-bordered woodmart-ajax-search" action="https://audiotehnika.lv/" data-thumbnail="1" data-price="1" data-post_type="product" data-count="20" data-sku="0" data-symbols_count="3"> <input type="text" class="s" placeholder="Search for products" value name="s" aria-label="Search" title="Search for products" required /> <input type="hidden" name="post_type" value="product"> <button type="submit" class="searchsubmit"> <span> Search </span> </button> </form> <div class="wd-search-loader wd-fill"></div> <div class="search-info-text"><span>Start typing to see products you are looking for.</span></div> <div class="search-results-wrapper"> <div class="wd-dropdown-results wd-scroll"> <div class="wd-scroll-content"></div> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/afdb94fac19bee30e768e6236/9cd6affa351b46939b0299d19.js");</script><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@graph":[{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Home","@id":"https:\/\/audiotehnika.lv"}},{"@type":"ListItem","position":2,"item":{"name":"Electronics","@id":"https:\/\/audiotehnika.lv\/product-category\/electronics\/"}},{"@type":"ListItem","position":3,"item":{"name":"Stereo Components","@id":"https:\/\/audiotehnika.lv\/product-category\/electronics\/stereo-components\/"}},{"@type":"ListItem","position":4,"item":{"name":"Integrated Amplifiers","@id":"https:\/\/audiotehnika.lv\/product-category\/electronics\/stereo-components\/integrated-amplifiers\/"}},{"@type":"ListItem","position":5,"item":{"name":"Advance Paris X-i50BT Integrated Amplifier","@id":"https:\/\/audiotehnika.lv\/product\/advance-paris-x-i50bt-integrated-amplifier\/"}}]},{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/audiotehnika.lv\/product\/advance-paris-x-i50bt-integrated-amplifier\/#product","name":"Advance Paris X-i50BT Integrated Amplifier","url":"https:\/\/audiotehnika.lv\/product\/advance-paris-x-i50bt-integrated-amplifier\/","description":"The X-i50BT resolutely audiophile design allows connection of many analog sources including the possibility of using a turntable. For users of music dematerialized content in computers and other smartphones or tablets, it has an integrated Bluetooth receiver enables wireless communication with the X-i50BT.","image":"https:\/\/audiotehnika.lv\/wp-content\/uploads\/2022\/08\/Advance-Paris-X-i50BT-Integrated-Amplifier.jpg","sku":"APXI50BTIA","offers":[{"@type":"Offer","price":"450.0000","priceValidUntil":"2025-12-31","priceSpecification":{"price":"450.0000","priceCurrency":"EUR","valueAddedTaxIncluded":"true"},"priceCurrency":"EUR","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/audiotehnika.lv\/product\/advance-paris-x-i50bt-integrated-amplifier\/","seller":{"@type":"Organization","name":"Audiotehnika - Hi-Fi, Hi-End Audio and Home Cinema Retailer","url":"https:\/\/audiotehnika.lv"}}],"brand":{"@type":"Brand","name":"Advance Paris"}}]}</script> <script type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div> <div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div> <div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div> </script> <script type="text/template" id="tmpl-unavailable-variation-template"> <p>Sorry, this product is unavailable. Please choose a different combination.</p> </script> <link rel="stylesheet" id="dashicons-css" href="https://audiotehnika.lv/wp-includes/css/dashicons.min.css?ver=6.4.3" type="text/css" media="all" /> <style id="woodmart-inline-css-inline-css" type="text/css"> #wd-641477a72a0bf .wd-icon {color: #333333;} </style> <link rel="stylesheet" id="rs-plugin-settings-css" href="https://audiotehnika.lv/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.6.20" type="text/css" media="all" /> <style id="rs-plugin-settings-inline-css" type="text/css"> #rs-demo-id {} </style> <script type="text/javascript" id="wd-update-cart-fragments-fix-js-extra"> /* <![CDATA[ */ var wd_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_85ce8ce310d3d9fde8f88a0838849934-en","fragment_name":"wc_fragments_85ce8ce310d3d9fde8f88a0838849934","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/updateCartFragmentsFix.js?ver=7.4.3" id="wd-update-cart-fragments-fix-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.7" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/audiotehnika.lv\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.7" id="contact-form-7-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.6.20" defer async id="tp-tools-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.6.20" defer async id="revmin-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.6.1" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"ajaxurl":"https:\/\/audiotehnika.lv\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.6.1" id="wc-order-attribution-js"></script> <script type="text/javascript" id="mailchimp-woocommerce-js-extra"> /* <![CDATA[ */ var mailchimp_public_data = {"site_url":"https:\/\/audiotehnika.lv","ajax_url":"https:\/\/audiotehnika.lv\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=3.6.07" id="mailchimp-woocommerce-js"></script> <script type="text/javascript" id="cart-widget-js-extra"> /* <![CDATA[ */ var actions = {"is_lang_switched":"0","force_reset":"0"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce-multilingual/res/js/cart_widget.min.js?ver=5.3.5" id="cart-widget-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=7.4" id="wpb_composer_front_js-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/pjax.min.js?ver=7.4.3" id="wd-pjax-library-js"></script> <script type="text/javascript" id="woodmart-theme-js-extra"> /* <![CDATA[ */ var woodmart_settings = {"menu_storage_key":"woodmart_1243a4b406bb093a4a96fe8f05421d54","ajax_dropdowns_save":"1","photoswipe_close_on_scroll":"1","woocommerce_ajax_add_to_cart":"yes","variation_gallery_storage_method":"new","elementor_no_gap":"enabled","adding_to_cart":"Processing","added_to_cart":"Product was successfully added to your cart.","continue_shopping":"Continue shopping","view_cart":"View Cart","go_to_checkout":"Checkout","loading":"Loading...","countdown_days":"days","countdown_hours":"hr","countdown_mins":"min","countdown_sec":"sc","cart_url":"https:\/\/audiotehnika.lv\/cart\/","ajaxurl":"https:\/\/audiotehnika.lv\/wp-admin\/admin-ajax.php","add_to_cart_action":"widget","added_popup":"no","categories_toggle":"yes","enable_popup":"no","popup_delay":"2000","popup_event":"time","popup_scroll":"1000","popup_pages":"0","promo_popup_hide_mobile":"yes","product_images_captions":"no","ajax_add_to_cart":"1","all_results":"View all results","zoom_enable":"no","ajax_scroll":"yes","ajax_scroll_class":".main-page-wrapper","ajax_scroll_offset":"100","infinit_scroll_offset":"300","product_slider_auto_height":"no","price_filter_action":"click","product_slider_autoplay":"","close":"Close (Esc)","share_fb":"Share on Facebook","pin_it":"Pin it","tweet":"Share on X","download_image":"Download image","off_canvas_column_close_btn_text":"Close","cookies_version":"1","header_banner_version":"1","promo_version":"1","header_banner_close_btn":"yes","header_banner_enabled":"yes","whb_header_clone":"\n <div class=\"whb-sticky-header whb-clone whb-main-header <%wrapperClasses%>\">\n <div class=\"<%cloneClass%>\">\n <div class=\"container\">\n <div class=\"whb-flex-row whb-general-header-inner\">\n <div class=\"whb-column whb-col-left whb-visible-lg\">\n <%.site-logo%>\n <\/div>\n <div class=\"whb-column whb-col-center whb-visible-lg\">\n <%.wd-header-main-nav%>\n <\/div>\n <div class=\"whb-column whb-col-right whb-visible-lg\">\n <%.wd-header-my-account%>\n <%.wd-header-search:not(.wd-header-search-mobile)%>\n\t\t\t\t\t\t<%.wd-header-wishlist%>\n <%.wd-header-compare%>\n <%.wd-header-cart%>\n <%.wd-header-fs-nav%>\n <\/div>\n <%.whb-mobile-left%>\n <%.whb-mobile-center%>\n <%.whb-mobile-right%>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n","pjax_timeout":"5000","split_nav_fix":"","shop_filters_close":"no","woo_installed":"1","base_hover_mobile_click":"no","centered_gallery_start":"1","quickview_in_popup_fix":"","one_page_menu_offset":"150","hover_width_small":"1","is_multisite":"","current_blog_id":"1","swatches_scroll_top_desktop":"no","swatches_scroll_top_mobile":"no","lazy_loading_offset":"0","add_to_cart_action_timeout":"no","add_to_cart_action_timeout_number":"3","single_product_variations_price":"yes","google_map_style_text":"Custom style","quick_shop":"yes","sticky_product_details_offset":"150","preloader_delay":"300","comment_images_upload_size_text":"Some files are too large. Allowed file size is 1 MB.","comment_images_count_text":"You can upload up to 3 images to your review.","single_product_comment_images_required":"no","comment_required_images_error_text":"Image is required.","comment_images_upload_mimes_text":"You are allowed to upload images only in png, jpeg formats.","comment_images_added_count_text":"Added %s image(s)","comment_images_upload_size":"1048576","comment_images_count":"3","search_input_padding":"no","comment_images_upload_mimes":{"jpg|jpeg|jpe":"image\/jpeg","png":"image\/png"},"home_url":"https:\/\/audiotehnika.lv\/","shop_url":"https:\/\/audiotehnika.lv\/shop\/","age_verify":"no","banner_version_cookie_expires":"60","promo_version_cookie_expires":"7","age_verify_expires":"30","cart_redirect_after_add":"no","swatches_labels_name":"no","product_categories_placeholder":"Select a category","product_categories_no_results":"No matches found","cart_hash_key":"wc_cart_hash_85ce8ce310d3d9fde8f88a0838849934-en","fragment_name":"wc_fragments_85ce8ce310d3d9fde8f88a0838849934","photoswipe_template":"<div class=\"pswp\" aria-hidden=\"true\" role=\"dialog\" tabindex=\"-1\"><div class=\"pswp__bg\"><\/div><div class=\"pswp__scroll-wrap\"><div class=\"pswp__container\"><div class=\"pswp__item\"><\/div><div class=\"pswp__item\"><\/div><div class=\"pswp__item\"><\/div><\/div><div class=\"pswp__ui pswp__ui--hidden\"><div class=\"pswp__top-bar\"><div class=\"pswp__counter\"><\/div><button class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"><\/button> <button class=\"pswp__button pswp__button--share\" title=\"Share\"><\/button> <button class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"><\/button> <button class=\"pswp__button pswp__button--zoom\" title=\"Zoom in\/out\"><\/button><div class=\"pswp__preloader\"><div class=\"pswp__preloader__icn\"><div class=\"pswp__preloader__cut\"><div class=\"pswp__preloader__donut\"><\/div><\/div><\/div><\/div><\/div><div class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"><div class=\"pswp__share-tooltip\"><\/div><\/div><button class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"><\/button> <button class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)>\"><\/button><div class=\"pswp__caption\"><div class=\"pswp__caption__center\"><\/div><\/div><\/div><\/div><\/div>","load_more_button_page_url":"yes","load_more_button_page_url_opt":"yes","menu_item_hover_to_click_on_responsive":"no","clear_menu_offsets_on_resize":"yes","three_sixty_framerate":"60","three_sixty_prev_next_frames":"5","ajax_search_delay":"300","animated_counter_speed":"3000","site_width":"1222","cookie_secure_param":"1","cookie_path":"\/","slider_distortion_effect":"sliderWithNoise","current_page_builder":"wpb","collapse_footer_widgets":"yes","carousel_breakpoints":{"1025":"lg","768.98":"md","0":"sm"},"ajax_fullscreen_content":"yes","grid_gallery_control":"hover","grid_gallery_enable_arrows":"none","add_to_cart_text":"Add to cart","mobile_navigation_drilldown_back_to":"Back to %s","mobile_navigation_drilldown_back_to_main_menu":"Back to menu","ajax_links":".wd-nav-product-cat a, .website-wrapper .widget_product_categories a, .widget_layered_nav_filters a, .woocommerce-widget-layered-nav a, .filters-area:not(.custom-content) a, body.post-type-archive-product:not(.woocommerce-account) .woocommerce-pagination a, body.tax-product_cat:not(.woocommerce-account) .woocommerce-pagination a, .wd-shop-tools a:not(.breadcrumb-link), .woodmart-woocommerce-layered-nav a, .woodmart-price-filter a, .wd-clear-filters a, .woodmart-woocommerce-sort-by a, .woocommerce-widget-layered-nav-list a, .wd-widget-stock-status a, .widget_nav_mega_menu a, .wd-products-shop-view a, .wd-products-per-page a, .category-grid-item a, .wd-cat a, body[class*=\"tax-pa_\"] .woocommerce-pagination a","wishlist_expanded":"no","wishlist_show_popup":"enable","wishlist_page_nonce":"72027a62d2","wishlist_fragments_nonce":"f5066be4cc","wishlist_remove_notice":"Do you really want to remove these products?","wishlist_hash_name":"woodmart_wishlist_hash_d02b3bc21f4e0e8b1da2ae200891a8a8","wishlist_fragment_name":"woodmart_wishlist_fragments_d02b3bc21f4e0e8b1da2ae200891a8a8","wishlist_save_button_state":"no","is_criteria_enabled":"","summary_criteria_ids":"","myaccount_page":"https:\/\/audiotehnika.lv\/my-account\/","vimeo_library_url":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/js\/libs\/vimeo-player.min.js","reviews_criteria_rating_required":"no","is_rating_summary_filter_enabled":""}; var woodmart_page_css = {"wd-widget-wd-recent-posts-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/widget-wd-recent-posts.min.css","wd-widget-nav-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/widget-nav.min.css","wd-widget-wd-layered-nav-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-wd-layered-nav.min.css","wd-woo-mod-swatches-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-swatches-base.min.css","wd-woo-mod-swatches-filter-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-swatches-filter.min.css","wd-widget-product-cat-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-product-cat.min.css","wd-widget-layered-nav-stock-status-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-layered-nav-stock-status.min.css","wd-widget-product-list-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-product-list.min.css","wd-widget-slider-price-filter-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-slider-price-filter.min.css","wd-wp-gutenberg-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/wp-gutenberg.min.css","wd-wpcf7-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-wpcf7.min.css","wd-revolution-slider-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-rev-slider.min.css","wd-woo-paypal-payments-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-woo-paypal-payments.min.css","wd-wpml-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-wpml.min.css","wd-wpbakery-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-wpb-base.min.css","wd-wpbakery-base-deprecated-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/int-wpb-base-deprecated.min.css","wd-woocommerce-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woocommerce-base.min.css","wd-mod-star-rating-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/mod-star-rating.min.css","wd-woo-el-track-order-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-el-track-order.min.css","wd-woocommerce-block-notices-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-block-notices.min.css","wd-woo-gutenberg-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-gutenberg.min.css","wd-woo-mod-quantity-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-quantity.min.css","wd-woo-single-prod-el-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-el-base.min.css","wd-woo-mod-stock-status-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-stock-status.min.css","wd-woo-opt-hide-larger-price-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-opt-hide-larger-price.min.css","wd-woo-mod-shop-attributes-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-shop-attributes.min.css","wd-header-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-base.min.css","wd-mod-tools-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/mod-tools.min.css","wd-header-search-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-search.min.css","wd-woo-mod-login-form-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-mod-login-form.min.css","wd-header-my-account-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-my-account.min.css","wd-mod-nav-menu-label-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/mod-nav-menu-label.min.css","wd-header-elements-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-base.min.css","wd-header-cart-side-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-cart-side.min.css","wd-header-cart-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-cart.min.css","wd-widget-shopping-cart-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-widget-shopping-cart.min.css","wd-header-mobile-nav-dropdown-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-mobile-nav-dropdown.min.css","wd-page-title-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/page-title.min.css","wd-woo-single-prod-predefined-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-predefined.min.css","wd-woo-single-prod-and-quick-view-predefined-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-and-quick-view-predefined.min.css","wd-woo-single-prod-el-tabs-predefined-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-el-tabs-predefined.min.css","wd-woo-single-prod-el-navigation-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-el-navigation.min.css","wd-photoswipe-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/lib-photoswipe.min.css","wd-woo-single-prod-el-gallery-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-el-gallery.min.css","wd-swiper-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/lib-swiper.min.css","wd-swiper-arrows-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/lib-swiper-arrows.min.css","wd-social-icons-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-social-icons.min.css","wd-tabs-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-tabs.min.css","wd-woo-single-prod-el-tabs-opt-layout-tabs-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-single-prod-el-tabs-opt-layout-tabs.min.css","wd-accordion-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-accordion.min.css","wd-text-block-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-text-block.min.css","wd-image-gallery-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-gallery.min.css","wd-section-title-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-section-title.min.css","wd-mod-highlighted-text-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/mod-highlighted-text.min.css","wd-product-loop-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-product-loop.min.css","wd-product-loop-icons-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/woo-product-loop-icons.min.css","wd-mfp-popup-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/lib-magnific-popup.min.css","wd-swiper-pagin-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/lib-swiper-pagin.min.css","wd-widget-collapse-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/opt-widget-collapse.min.css","wd-footer-base-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/footer-base.min.css","wd-brands-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-brand.min.css","wd-list-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/el-list.min.css","wd-scroll-top-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/opt-scrolltotop.min.css","wd-wd-search-results-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/wd-search-results.min.css","wd-wd-search-form-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/wd-search-form.min.css","wd-header-my-account-sidebar-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-my-account-sidebar.min.css","wd-header-banner-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/opt-header-banner.min.css","wd-cookies-popup-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/opt-cookies.min.css","wd-header-search-fullscreen-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-search-fullscreen-general.min.css","wd-header-search-fullscreen-1-css":"https:\/\/audiotehnika.lv\/wp-content\/themes\/woodmart\/css\/parts\/header-el-search-fullscreen-1.min.css"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=7.4.3" id="woodmart-theme-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/woocommerceNotices.min.js?ver=7.4.3" id="wd-woocommerce-notices-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/ajaxFilters.min.js?ver=7.4.3" id="wd-ajax-filters-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/sortByWidget.min.js?ver=7.4.3" id="wd-sort-by-widget-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/shopPageInit.min.js?ver=7.4.3" id="wd-shop-page-init-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/clickOnScrollButton.min.js?ver=7.4.3" id="wd-click-on-scroll-btn-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/backHistory.min.js?ver=7.4.3" id="wd-back-history-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/header/headerBuilder.min.js?ver=7.4.3" id="wd-header-builder-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=7.4.3" id="wd-menu-offsets-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/menu/menuSetUp.min.js?ver=7.4.3" id="wd-menu-setup-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/loginSidebar.min.js?ver=7.4.3" id="wd-login-sidebar-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/wishlist.min.js?ver=7.4.3" id="wd-wishlist-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/onRemoveFromCart.min.js?ver=7.4.3" id="wd-on-remove-from-cart-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/photoswipe-bundle.min.js?ver=7.4.3" id="wd-photoswipe-bundle-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/productImages.min.js?ver=7.4.3" id="wd-product-images-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/callPhotoSwipe.min.js?ver=7.4.3" id="wd-photoswipe-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/swiper.min.js?ver=7.4.3" id="wd-swiper-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/swiperInit.min.js?ver=7.4.3" id="wd-swiper-carousel-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/productImagesGallery.min.js?ver=7.4.3" id="wd-product-images-gallery-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/addToCartAllTypes.min.js?ver=7.4.3" id="wd-add-to-cart-all-types-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/actionAfterAddToCart.min.js?ver=7.4.3" id="wd-action-after-add-to-cart-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/woocommerceQuantity.min.js?ver=7.4.3" id="wd-woocommerce-quantity-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/singleProductTabsAccordion.min.js?ver=7.4.3" id="wd-single-product-tabs-accordion-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/elements/accordion.min.js?ver=7.4.3" id="wd-accordion-element-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/sticky-kit.min.js?ver=7.4.3" id="wd-sticky-kit-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/stickyColumn.min.js?ver=7.4.3" id="wd-sticky-column-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/quickShop.min.js?ver=7.4.3" id="wd-quick-shop-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/swatchesVariations.min.js?ver=7.4.3" id="wd-swatches-variations-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-includes/js/wp-util.min.js?ver=6.4.3" id="wp-util-js"></script> <script type="text/javascript" id="wc-add-to-cart-variation-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.6.1" id="wc-add-to-cart-variation-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/tooltips.min.js?ver=7.4.3" id="wd-tooltips-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/btnsToolTips.min.js?ver=7.4.3" id="wd-btns-tooltips-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/magnific-popup.min.js?ver=7.4.3" id="wd-magnific-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/quickView.min.js?ver=7.4.3" id="wd-quick-view-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/widgetCollapse.min.js?ver=7.4.3" id="wd-widget-collapse-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/scrollTop.min.js?ver=7.4.3" id="wd-scroll-top-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/menu/mobileNavigation.min.js?ver=7.4.3" id="wd-mobile-navigation-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/libs/autocomplete.min.js?ver=7.4.3" id="wd-autocomplete-library-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/ajaxSearch.min.js?ver=7.4.3" id="wd-ajax-search-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/wc/cartWidget.min.js?ver=7.4.3" id="wd-cart-widget-js"></script> <script type="text/javascript" id="wc-cart-fragments-js-extra"> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_85ce8ce310d3d9fde8f88a0838849934-en","fragment_name":"wc_fragments_85ce8ce310d3d9fde8f88a0838849934","request_timeout":"5000"}; /* ]]> */ </script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=8.6.1" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/header/headerBanner.min.js?ver=7.4.3" id="wd-header-banner-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/cookiesPopup.min.js?ver=7.4.3" id="wd-cookies-popup-js"></script> <script type="text/javascript" src="https://audiotehnika.lv/wp-content/themes/woodmart/js/scripts/global/searchFullScreen.min.js?ver=7.4.3" id="wd-search-full-screen-js"></script> <script></script></body> </html>
fineweb
{ "fineweb_metadata": { "text": "The Advance Paris X-i50BT integrated amplifier delivers 2 x 50 watts of power and has numerous analogue audio inputs, including a Phono input, as well as an SBC Bluetooth receiver.\nWith an ultra-rigid chassis and a rational organization of its components, the Advance Paris X-i50BT amplifier incorporates a toroidal transformer power supply, coupled with high current capacity power transistors mounted in Push-Pull configuration. The nominal power announced reaches 2 x 50 watts into 8 ohms (2 x 65 watts into 4 ohms), the X-i50BT showing good dynamic qualities and being very responsive to transients. The music is lively and realistic. This amplifier operates in class AB but can also deliver its first watts in pure class A. To do this, simply activate the High Bias mode using a specific switch located on the back of the device, switching in class AB s ‘performing automatically beyond the power threshold available in pure class A (about 15 watts).\nIn terms of connections, the Advance Paris X-i50BT amplifier is a hit with no less than seven stereo audio inputs plus a phono input (MM), as well as a USB port. Type A, the USB port allows you to play MP3 files contained on a USB key or on an external hard drive.\nVersatile and musical, the Advance Paris X-i50BT amplifier is a great success and allows you to enter the world of high fidelity without breaking the bank, Bluetooth wireless connectivity in addition.", "id": "<urn:uuid:5877a745-ff5d-4b13-b3e8-31144e846ea8>", "dump": "CC-MAIN-2024-10", "url": "https://audiotehnika.lv/product/advance-paris-x-i50bt-integrated-amplifier/", "date": "2024-02-25T08:01:58", "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474594.56/warc/CC-MAIN-20240225071740-20240225101740-00250.warc.gz", "language": "en", "language_score": 0.8929639458656311, "token_count": 305 } }